From 7c2c4f0c77d6f5c4bf3d001fd56b6f10f1114bad Mon Sep 17 00:00:00 2001 From: cindytrac Date: Mon, 9 Jan 2023 02:42:36 -0500 Subject: [PATCH 01/20] basically the whole app --- node_modules/.bin/ejs | 12 + node_modules/.bin/ejs.cmd | 17 + node_modules/.bin/ejs.ps1 | 28 + node_modules/.bin/fxparser | 12 + node_modules/.bin/fxparser.cmd | 17 + node_modules/.bin/fxparser.ps1 | 28 + node_modules/.bin/jake | 12 + node_modules/.bin/jake.cmd | 17 + node_modules/.bin/jake.ps1 | 28 + node_modules/.bin/mime | 12 + node_modules/.bin/mime.cmd | 17 + node_modules/.bin/mime.ps1 | 28 + node_modules/.bin/nodemon | 12 + node_modules/.bin/nodemon.cmd | 17 + node_modules/.bin/nodemon.ps1 | 28 + node_modules/.bin/nodetouch | 12 + node_modules/.bin/nodetouch.cmd | 17 + node_modules/.bin/nodetouch.ps1 | 28 + node_modules/.bin/nopt | 12 + node_modules/.bin/nopt.cmd | 17 + node_modules/.bin/nopt.ps1 | 28 + node_modules/.bin/semver | 12 + node_modules/.bin/semver.cmd | 17 + node_modules/.bin/semver.ps1 | 28 + node_modules/.bin/uuid | 12 + node_modules/.bin/uuid.cmd | 17 + node_modules/.bin/uuid.ps1 | 28 + node_modules/.package-lock.json | 2349 +++++ .../@aws-crypto/ie11-detection/CHANGELOG.md | 70 + .../@aws-crypto/ie11-detection/LICENSE | 202 + .../@aws-crypto/ie11-detection/README.md | 20 + .../ie11-detection/build/CryptoOperation.d.ts | 19 + .../ie11-detection/build/CryptoOperation.js | 3 + .../build/CryptoOperation.js.map | 1 + .../@aws-crypto/ie11-detection/build/Key.d.ts | 12 + .../@aws-crypto/ie11-detection/build/Key.js | 3 + .../ie11-detection/build/Key.js.map | 1 + .../ie11-detection/build/KeyOperation.d.ts | 12 + .../ie11-detection/build/KeyOperation.js | 3 + .../ie11-detection/build/KeyOperation.js.map | 1 + .../ie11-detection/build/MsSubtleCrypto.d.ts | 33 + .../ie11-detection/build/MsSubtleCrypto.js | 3 + .../build/MsSubtleCrypto.js.map | 1 + .../ie11-detection/build/MsWindow.d.ts | 21 + .../ie11-detection/build/MsWindow.js | 32 + .../ie11-detection/build/MsWindow.js.map | 1 + .../ie11-detection/build/index.d.ts | 5 + .../@aws-crypto/ie11-detection/build/index.js | 9 + .../ie11-detection/build/index.js.map | 1 + .../node_modules/tslib/CopyrightNotice.txt | 15 + .../node_modules/tslib/LICENSE.txt | 12 + .../node_modules/tslib/README.md | 142 + .../node_modules/tslib/modules/index.js | 51 + .../node_modules/tslib/modules/package.json | 3 + .../node_modules/tslib/package.json | 37 + .../index.js | 23 + .../package.json | 6 + .../node_modules/tslib/tslib.d.ts | 37 + .../node_modules/tslib/tslib.es6.html | 1 + .../node_modules/tslib/tslib.es6.js | 218 + .../node_modules/tslib/tslib.html | 1 + .../node_modules/tslib/tslib.js | 284 + .../@aws-crypto/ie11-detection/package.json | 26 + .../ie11-detection/src/CryptoOperation.ts | 21 + .../@aws-crypto/ie11-detection/src/Key.ts | 12 + .../ie11-detection/src/KeyOperation.ts | 13 + .../ie11-detection/src/MsSubtleCrypto.ts | 88 + .../ie11-detection/src/MsWindow.ts | 59 + .../@aws-crypto/ie11-detection/src/index.ts | 5 + .../@aws-crypto/ie11-detection/tsconfig.json | 17 + .../@aws-crypto/sha256-browser/CHANGELOG.md | 112 + .../@aws-crypto/sha256-browser/LICENSE | 202 + .../@aws-crypto/sha256-browser/README.md | 20 + .../sha256-browser/build/constants.d.ts | 10 + .../sha256-browser/build/constants.js | 43 + .../build/crossPlatformSha256.d.ts | 7 + .../build/crossPlatformSha256.js | 31 + .../sha256-browser/build/ie11Sha256.d.ts | 7 + .../sha256-browser/build/ie11Sha256.js | 76 + .../sha256-browser/build/index.d.ts | 3 + .../@aws-crypto/sha256-browser/build/index.js | 10 + .../sha256-browser/build/isEmptyData.d.ts | 2 + .../sha256-browser/build/isEmptyData.js | 11 + .../sha256-browser/build/webCryptoSha256.d.ts | 8 + .../sha256-browser/build/webCryptoSha256.js | 50 + .../node_modules/tslib/CopyrightNotice.txt | 15 + .../node_modules/tslib/LICENSE.txt | 12 + .../node_modules/tslib/README.md | 142 + .../node_modules/tslib/modules/index.js | 51 + .../node_modules/tslib/modules/package.json | 3 + .../node_modules/tslib/package.json | 37 + .../index.js | 23 + .../package.json | 6 + .../node_modules/tslib/tslib.d.ts | 37 + .../node_modules/tslib/tslib.es6.html | 1 + .../node_modules/tslib/tslib.es6.js | 218 + .../node_modules/tslib/tslib.html | 1 + .../node_modules/tslib/tslib.js | 284 + .../@aws-crypto/sha256-browser/package.json | 32 + .../sha256-browser/src/constants.ts | 41 + .../sha256-browser/src/crossPlatformSha256.ts | 29 + .../sha256-browser/src/ie11Sha256.ts | 102 + .../@aws-crypto/sha256-browser/src/index.ts | 3 + .../sha256-browser/src/isEmptyData.ts | 9 + .../sha256-browser/src/webCryptoSha256.ts | 64 + .../@aws-crypto/sha256-browser/tsconfig.json | 22 + .../@aws-crypto/sha256-js/CHANGELOG.md | 106 + node_modules/@aws-crypto/sha256-js/LICENSE | 201 + node_modules/@aws-crypto/sha256-js/README.md | 18 + .../sha256-js/build/RawSha256.d.ts | 17 + .../@aws-crypto/sha256-js/build/RawSha256.js | 124 + .../sha256-js/build/constants.d.ts | 20 + .../@aws-crypto/sha256-js/build/constants.js | 98 + .../@aws-crypto/sha256-js/build/index.d.ts | 1 + .../@aws-crypto/sha256-js/build/index.js | 5 + .../@aws-crypto/sha256-js/build/jsSha256.d.ts | 10 + .../@aws-crypto/sha256-js/build/jsSha256.js | 80 + .../sha256-js/build/knownHashes.fixture.d.ts | 5 + .../sha256-js/build/knownHashes.fixture.js | 322 + .../node_modules/tslib/CopyrightNotice.txt | 15 + .../sha256-js/node_modules/tslib/LICENSE.txt | 12 + .../sha256-js/node_modules/tslib/README.md | 142 + .../node_modules/tslib/modules/index.js | 51 + .../node_modules/tslib/modules/package.json | 3 + .../sha256-js/node_modules/tslib/package.json | 37 + .../index.js | 23 + .../package.json | 6 + .../sha256-js/node_modules/tslib/tslib.d.ts | 37 + .../node_modules/tslib/tslib.es6.html | 1 + .../sha256-js/node_modules/tslib/tslib.es6.js | 218 + .../sha256-js/node_modules/tslib/tslib.html | 1 + .../sha256-js/node_modules/tslib/tslib.js | 284 + .../@aws-crypto/sha256-js/package.json | 27 + .../@aws-crypto/sha256-js/src/RawSha256.ts | 164 + .../@aws-crypto/sha256-js/src/constants.ts | 98 + .../@aws-crypto/sha256-js/src/index.ts | 1 + .../@aws-crypto/sha256-js/src/jsSha256.ts | 86 + .../sha256-js/src/knownHashes.fixture.ts | 401 + .../@aws-crypto/sha256-js/tsconfig.json | 17 + .../supports-web-crypto/CHANGELOG.md | 70 + .../@aws-crypto/supports-web-crypto/LICENSE | 202 + .../@aws-crypto/supports-web-crypto/README.md | 32 + .../supports-web-crypto/build/index.d.ts | 1 + .../supports-web-crypto/build/index.js | 5 + .../build/supportsWebCrypto.d.ts | 4 + .../build/supportsWebCrypto.js | 69 + .../node_modules/tslib/CopyrightNotice.txt | 15 + .../node_modules/tslib/LICENSE.txt | 12 + .../node_modules/tslib/README.md | 142 + .../node_modules/tslib/modules/index.js | 51 + .../node_modules/tslib/modules/package.json | 3 + .../node_modules/tslib/package.json | 37 + .../index.js | 23 + .../package.json | 6 + .../node_modules/tslib/tslib.d.ts | 37 + .../node_modules/tslib/tslib.es6.html | 1 + .../node_modules/tslib/tslib.es6.js | 218 + .../node_modules/tslib/tslib.html | 1 + .../node_modules/tslib/tslib.js | 284 + .../supports-web-crypto/package.json | 26 + .../supports-web-crypto/src/index.ts | 1 + .../src/supportsWebCrypto.ts | 76 + .../supports-web-crypto/tsconfig.json | 16 + node_modules/@aws-crypto/util/CHANGELOG.md | 64 + node_modules/@aws-crypto/util/LICENSE | 201 + node_modules/@aws-crypto/util/README.md | 16 + .../util/build/convertToBuffer.d.ts | 2 + .../@aws-crypto/util/build/convertToBuffer.js | 24 + .../util/build/convertToBuffer.js.map | 1 + .../@aws-crypto/util/build/index.d.ts | 4 + node_modules/@aws-crypto/util/build/index.js | 14 + .../@aws-crypto/util/build/index.js.map | 1 + .../@aws-crypto/util/build/isEmptyData.d.ts | 2 + .../@aws-crypto/util/build/isEmptyData.js | 13 + .../@aws-crypto/util/build/isEmptyData.js.map | 1 + .../@aws-crypto/util/build/numToUint8.d.ts | 1 + .../@aws-crypto/util/build/numToUint8.js | 15 + .../@aws-crypto/util/build/numToUint8.js.map | 1 + .../util/build/uint32ArrayFrom.d.ts | 1 + .../@aws-crypto/util/build/uint32ArrayFrom.js | 20 + .../util/build/uint32ArrayFrom.js.map | 1 + .../node_modules/tslib/CopyrightNotice.txt | 15 + .../util/node_modules/tslib/LICENSE.txt | 12 + .../util/node_modules/tslib/README.md | 142 + .../util/node_modules/tslib/modules/index.js | 51 + .../node_modules/tslib/modules/package.json | 3 + .../util/node_modules/tslib/package.json | 37 + .../index.js | 23 + .../package.json | 6 + .../util/node_modules/tslib/tslib.d.ts | 37 + .../util/node_modules/tslib/tslib.es6.html | 1 + .../util/node_modules/tslib/tslib.es6.js | 218 + .../util/node_modules/tslib/tslib.html | 1 + .../util/node_modules/tslib/tslib.js | 284 + node_modules/@aws-crypto/util/package.json | 31 + .../@aws-crypto/util/src/convertToBuffer.ts | 30 + node_modules/@aws-crypto/util/src/index.ts | 7 + .../@aws-crypto/util/src/isEmptyData.ts | 12 + .../@aws-crypto/util/src/numToUint8.ts | 11 + .../@aws-crypto/util/src/uint32ArrayFrom.ts | 16 + node_modules/@aws-crypto/util/tsconfig.json | 23 + .../@aws-sdk/abort-controller/LICENSE | 201 + .../@aws-sdk/abort-controller/README.md | 4 + .../dist-cjs/AbortController.js | 13 + .../abort-controller/dist-cjs/AbortSignal.js | 24 + .../abort-controller/dist-cjs/index.js | 5 + .../dist-es/AbortController.js | 9 + .../abort-controller/dist-es/AbortSignal.js | 20 + .../abort-controller/dist-es/index.js | 2 + .../dist-types/AbortController.d.ts | 6 + .../dist-types/AbortSignal.d.ts | 14 + .../abort-controller/dist-types/index.d.ts | 2 + .../dist-types/ts3.4/AbortController.d.ts | 6 + .../dist-types/ts3.4/AbortSignal.d.ts | 8 + .../dist-types/ts3.4/index.d.ts | 2 + .../@aws-sdk/abort-controller/package.json | 54 + .../@aws-sdk/client-cognito-identity/LICENSE | 201 + .../client-cognito-identity/README.md | 219 + .../dist-cjs/CognitoIdentity.js | 352 + .../dist-cjs/CognitoIdentityClient.js | 39 + .../commands/CreateIdentityPoolCommand.js | 48 + .../commands/DeleteIdentitiesCommand.js | 48 + .../commands/DeleteIdentityPoolCommand.js | 48 + .../commands/DescribeIdentityCommand.js | 48 + .../commands/DescribeIdentityPoolCommand.js | 48 + .../GetCredentialsForIdentityCommand.js | 46 + .../dist-cjs/commands/GetIdCommand.js | 46 + .../commands/GetIdentityPoolRolesCommand.js | 48 + .../commands/GetOpenIdTokenCommand.js | 46 + ...tOpenIdTokenForDeveloperIdentityCommand.js | 48 + .../GetPrincipalTagAttributeMapCommand.js | 48 + .../commands/ListIdentitiesCommand.js | 48 + .../commands/ListIdentityPoolsCommand.js | 48 + .../commands/ListTagsForResourceCommand.js | 48 + .../LookupDeveloperIdentityCommand.js | 48 + .../MergeDeveloperIdentitiesCommand.js | 48 + .../commands/SetIdentityPoolRolesCommand.js | 48 + .../SetPrincipalTagAttributeMapCommand.js | 48 + .../dist-cjs/commands/TagResourceCommand.js | 48 + .../UnlinkDeveloperIdentityCommand.js | 48 + .../commands/UnlinkIdentityCommand.js | 46 + .../dist-cjs/commands/UntagResourceCommand.js | 48 + .../commands/UpdateIdentityPoolCommand.js | 48 + .../dist-cjs/commands/index.js | 26 + .../dist-cjs/endpoint/EndpointParameters.js | 12 + .../dist-cjs/endpoint/endpointResolver.js | 12 + .../dist-cjs/endpoint/ruleset.js | 7 + .../client-cognito-identity/dist-cjs/index.js | 11 + .../models/CognitoIdentityServiceException.js | 11 + .../dist-cjs/models/index.js | 4 + .../dist-cjs/models/models_0.js | 354 + .../dist-cjs/pagination/Interfaces.js | 2 + .../pagination/ListIdentityPoolsPaginator.js | 36 + .../dist-cjs/pagination/index.js | 5 + .../dist-cjs/protocols/Aws_json1_1.js | 2219 +++++ .../dist-cjs/runtimeConfig.browser.js | 42 + .../dist-cjs/runtimeConfig.js | 51 + .../dist-cjs/runtimeConfig.native.js | 15 + .../dist-cjs/runtimeConfig.shared.js | 18 + .../dist-es/CognitoIdentity.js | 348 + .../dist-es/CognitoIdentityClient.js | 35 + .../commands/CreateIdentityPoolCommand.js | 44 + .../commands/DeleteIdentitiesCommand.js | 44 + .../commands/DeleteIdentityPoolCommand.js | 44 + .../commands/DescribeIdentityCommand.js | 44 + .../commands/DescribeIdentityPoolCommand.js | 44 + .../GetCredentialsForIdentityCommand.js | 42 + .../dist-es/commands/GetIdCommand.js | 42 + .../commands/GetIdentityPoolRolesCommand.js | 44 + .../dist-es/commands/GetOpenIdTokenCommand.js | 42 + ...tOpenIdTokenForDeveloperIdentityCommand.js | 44 + .../GetPrincipalTagAttributeMapCommand.js | 44 + .../dist-es/commands/ListIdentitiesCommand.js | 44 + .../commands/ListIdentityPoolsCommand.js | 44 + .../commands/ListTagsForResourceCommand.js | 44 + .../LookupDeveloperIdentityCommand.js | 44 + .../MergeDeveloperIdentitiesCommand.js | 44 + .../commands/SetIdentityPoolRolesCommand.js | 44 + .../SetPrincipalTagAttributeMapCommand.js | 44 + .../dist-es/commands/TagResourceCommand.js | 44 + .../UnlinkDeveloperIdentityCommand.js | 44 + .../dist-es/commands/UnlinkIdentityCommand.js | 42 + .../dist-es/commands/UntagResourceCommand.js | 44 + .../commands/UpdateIdentityPoolCommand.js | 44 + .../dist-es/commands/index.js | 23 + .../dist-es/endpoint/EndpointParameters.js | 8 + .../dist-es/endpoint/endpointResolver.js | 8 + .../dist-es/endpoint/ruleset.js | 4 + .../client-cognito-identity/dist-es/index.js | 6 + .../models/CognitoIdentityServiceException.js | 7 + .../dist-es/models/index.js | 1 + .../dist-es/models/models_0.js | 293 + .../dist-es/pagination/Interfaces.js | 1 + .../pagination/ListIdentityPoolsPaginator.js | 32 + .../dist-es/pagination/index.js | 2 + .../dist-es/protocols/Aws_json1_1.js | 2170 +++++ .../dist-es/runtimeConfig.browser.js | 37 + .../dist-es/runtimeConfig.js | 46 + .../dist-es/runtimeConfig.native.js | 11 + .../dist-es/runtimeConfig.shared.js | 14 + .../dist-types/CognitoIdentity.d.ts | 295 + .../dist-types/CognitoIdentityClient.d.ts | 177 + .../commands/CreateIdentityPoolCommand.d.ts | 63 + .../commands/DeleteIdentitiesCommand.d.ts | 39 + .../commands/DeleteIdentityPoolCommand.d.ts | 39 + .../commands/DescribeIdentityCommand.d.ts | 39 + .../commands/DescribeIdentityPoolCommand.d.ts | 39 + .../GetCredentialsForIdentityCommand.d.ts | 41 + .../dist-types/commands/GetIdCommand.d.ts | 39 + .../commands/GetIdentityPoolRolesCommand.d.ts | 38 + .../commands/GetOpenIdTokenCommand.d.ts | 41 + ...penIdTokenForDeveloperIdentityCommand.d.ts | 49 + .../GetPrincipalTagAttributeMapCommand.d.ts | 37 + .../commands/ListIdentitiesCommand.d.ts | 38 + .../commands/ListIdentityPoolsCommand.d.ts | 38 + .../commands/ListTagsForResourceCommand.d.ts | 40 + .../LookupDeveloperIdentityCommand.d.ts | 53 + .../MergeDeveloperIdentitiesCommand.d.ts | 49 + .../commands/SetIdentityPoolRolesCommand.d.ts | 38 + .../SetPrincipalTagAttributeMapCommand.d.ts | 37 + .../commands/TagResourceCommand.d.ts | 51 + .../UnlinkDeveloperIdentityCommand.d.ts | 41 + .../commands/UnlinkIdentityCommand.d.ts | 40 + .../commands/UntagResourceCommand.d.ts | 38 + .../commands/UpdateIdentityPoolCommand.d.ts | 38 + .../dist-types/commands/index.d.ts | 23 + .../endpoint/EndpointParameters.d.ts | 19 + .../dist-types/endpoint/endpointResolver.d.ts | 5 + .../dist-types/endpoint/ruleset.d.ts | 2 + .../dist-types/index.d.ts | 6 + .../CognitoIdentityServiceException.d.ts | 10 + .../dist-types/models/index.d.ts | 1 + .../dist-types/models/models_0.d.ts | 1166 +++ .../dist-types/pagination/Interfaces.d.ts | 6 + .../ListIdentityPoolsPaginator.d.ts | 4 + .../dist-types/pagination/index.d.ts | 2 + .../dist-types/protocols/Aws_json1_1.d.ts | 71 + .../dist-types/runtimeConfig.browser.d.ts | 42 + .../dist-types/runtimeConfig.d.ts | 42 + .../dist-types/runtimeConfig.native.d.ts | 41 + .../dist-types/runtimeConfig.shared.d.ts | 16 + .../dist-types/ts3.4/CognitoIdentity.d.ts | 398 + .../ts3.4/CognitoIdentityClient.d.ts | 247 + .../commands/CreateIdentityPoolCommand.d.ts | 35 + .../commands/DeleteIdentitiesCommand.d.ts | 37 + .../commands/DeleteIdentityPoolCommand.d.ts | 33 + .../commands/DescribeIdentityCommand.d.ts | 34 + .../commands/DescribeIdentityPoolCommand.d.ts | 38 + .../GetCredentialsForIdentityCommand.d.ts | 41 + .../ts3.4/commands/GetIdCommand.d.ts | 32 + .../commands/GetIdentityPoolRolesCommand.d.ts | 41 + .../ts3.4/commands/GetOpenIdTokenCommand.d.ts | 37 + ...penIdTokenForDeveloperIdentityCommand.d.ts | 41 + .../GetPrincipalTagAttributeMapCommand.d.ts | 41 + .../ts3.4/commands/ListIdentitiesCommand.d.ts | 37 + .../commands/ListIdentityPoolsCommand.d.ts | 37 + .../commands/ListTagsForResourceCommand.d.ts | 38 + .../LookupDeveloperIdentityCommand.d.ts | 41 + .../MergeDeveloperIdentitiesCommand.d.ts | 41 + .../commands/SetIdentityPoolRolesCommand.d.ts | 36 + .../SetPrincipalTagAttributeMapCommand.d.ts | 41 + .../ts3.4/commands/TagResourceCommand.d.ts | 34 + .../UnlinkDeveloperIdentityCommand.d.ts | 37 + .../ts3.4/commands/UnlinkIdentityCommand.d.ts | 32 + .../ts3.4/commands/UntagResourceCommand.d.ts | 34 + .../commands/UpdateIdentityPoolCommand.d.ts | 34 + .../dist-types/ts3.4/commands/index.d.ts | 23 + .../ts3.4/endpoint/EndpointParameters.d.ts | 34 + .../ts3.4/endpoint/endpointResolver.d.ts | 8 + .../dist-types/ts3.4/endpoint/ruleset.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 6 + .../CognitoIdentityServiceException.d.ts | 7 + .../dist-types/ts3.4/models/index.d.ts | 1 + .../dist-types/ts3.4/models/models_0.d.ts | 449 + .../ts3.4/pagination/Interfaces.d.ts | 7 + .../ListIdentityPoolsPaginator.d.ts | 11 + .../dist-types/ts3.4/pagination/index.d.ts | 2 + .../ts3.4/protocols/Aws_json1_1.d.ts | 281 + .../ts3.4/runtimeConfig.browser.d.ts | 93 + .../dist-types/ts3.4/runtimeConfig.d.ts | 93 + .../ts3.4/runtimeConfig.native.d.ts | 82 + .../ts3.4/runtimeConfig.shared.d.ts | 18 + .../client-cognito-identity/package.json | 107 + node_modules/@aws-sdk/client-sso-oidc/LICENSE | 201 + .../@aws-sdk/client-sso-oidc/README.md | 244 + .../client-sso-oidc/dist-cjs/SSOOIDC.js | 52 + .../client-sso-oidc/dist-cjs/SSOOIDCClient.js | 37 + .../dist-cjs/commands/CreateTokenCommand.js | 46 + .../commands/RegisterClientCommand.js | 46 + .../StartDeviceAuthorizationCommand.js | 46 + .../dist-cjs/commands/index.js | 6 + .../dist-cjs/endpoint/EndpointParameters.js | 12 + .../dist-cjs/endpoint/endpointResolver.js | 12 + .../dist-cjs/endpoint/ruleset.js | 7 + .../client-sso-oidc/dist-cjs/index.js | 10 + .../models/SSOOIDCServiceException.js | 11 + .../client-sso-oidc/dist-cjs/models/index.js | 4 + .../dist-cjs/models/models_0.js | 208 + .../dist-cjs/protocols/Aws_restJson1.js | 522 + .../dist-cjs/runtimeConfig.browser.js | 41 + .../client-sso-oidc/dist-cjs/runtimeConfig.js | 48 + .../dist-cjs/runtimeConfig.native.js | 15 + .../dist-cjs/runtimeConfig.shared.js | 18 + .../client-sso-oidc/dist-es/SSOOIDC.js | 48 + .../client-sso-oidc/dist-es/SSOOIDCClient.js | 33 + .../dist-es/commands/CreateTokenCommand.js | 42 + .../dist-es/commands/RegisterClientCommand.js | 42 + .../StartDeviceAuthorizationCommand.js | 42 + .../client-sso-oidc/dist-es/commands/index.js | 3 + .../dist-es/endpoint/EndpointParameters.js | 8 + .../dist-es/endpoint/endpointResolver.js | 8 + .../dist-es/endpoint/ruleset.js | 4 + .../@aws-sdk/client-sso-oidc/dist-es/index.js | 5 + .../dist-es/models/SSOOIDCServiceException.js | 7 + .../client-sso-oidc/dist-es/models/index.js | 1 + .../dist-es/models/models_0.js | 187 + .../dist-es/protocols/Aws_restJson1.js | 513 + .../dist-es/runtimeConfig.browser.js | 36 + .../client-sso-oidc/dist-es/runtimeConfig.js | 43 + .../dist-es/runtimeConfig.native.js | 11 + .../dist-es/runtimeConfig.shared.js | 14 + .../client-sso-oidc/dist-types/SSOOIDC.d.ts | 71 + .../dist-types/SSOOIDCClient.d.ts | 177 + .../commands/CreateTokenCommand.d.ts | 39 + .../commands/RegisterClientCommand.d.ts | 38 + .../StartDeviceAuthorizationCommand.d.ts | 38 + .../dist-types/commands/index.d.ts | 3 + .../endpoint/EndpointParameters.d.ts | 19 + .../dist-types/endpoint/endpointResolver.d.ts | 5 + .../dist-types/endpoint/ruleset.d.ts | 2 + .../client-sso-oidc/dist-types/index.d.ts | 5 + .../models/SSOOIDCServiceException.d.ts | 10 + .../dist-types/models/index.d.ts | 1 + .../dist-types/models/models_0.d.ts | 371 + .../dist-types/protocols/Aws_restJson1.d.ts | 11 + .../dist-types/runtimeConfig.browser.d.ts | 35 + .../dist-types/runtimeConfig.d.ts | 35 + .../dist-types/runtimeConfig.native.d.ts | 34 + .../dist-types/runtimeConfig.shared.d.ts | 16 + .../dist-types/ts3.4/SSOOIDC.d.ts | 55 + .../dist-types/ts3.4/SSOOIDCClient.d.ts | 121 + .../ts3.4/commands/CreateTokenCommand.d.ts | 34 + .../ts3.4/commands/RegisterClientCommand.d.ts | 37 + .../StartDeviceAuthorizationCommand.d.ts | 41 + .../dist-types/ts3.4/commands/index.d.ts | 3 + .../ts3.4/endpoint/EndpointParameters.d.ts | 34 + .../ts3.4/endpoint/endpointResolver.d.ts | 8 + .../dist-types/ts3.4/endpoint/ruleset.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 5 + .../ts3.4/models/SSOOIDCServiceException.d.ts | 7 + .../dist-types/ts3.4/models/index.d.ts | 1 + .../dist-types/ts3.4/models/models_0.d.ts | 169 + .../ts3.4/protocols/Aws_restJson1.d.ts | 41 + .../ts3.4/runtimeConfig.browser.d.ts | 67 + .../dist-types/ts3.4/runtimeConfig.d.ts | 67 + .../ts3.4/runtimeConfig.native.d.ts | 56 + .../ts3.4/runtimeConfig.shared.d.ts | 16 + .../@aws-sdk/client-sso-oidc/package.json | 100 + node_modules/@aws-sdk/client-sso/LICENSE | 201 + node_modules/@aws-sdk/client-sso/README.md | 223 + .../@aws-sdk/client-sso/dist-cjs/SSO.js | 67 + .../@aws-sdk/client-sso/dist-cjs/SSOClient.js | 37 + .../commands/GetRoleCredentialsCommand.js | 46 + .../commands/ListAccountRolesCommand.js | 46 + .../dist-cjs/commands/ListAccountsCommand.js | 46 + .../dist-cjs/commands/LogoutCommand.js | 46 + .../client-sso/dist-cjs/commands/index.js | 7 + .../dist-cjs/endpoint/EndpointParameters.js | 12 + .../dist-cjs/endpoint/endpointResolver.js | 12 + .../client-sso/dist-cjs/endpoint/ruleset.js | 7 + .../@aws-sdk/client-sso/dist-cjs/index.js | 11 + .../dist-cjs/models/SSOServiceException.js | 11 + .../client-sso/dist-cjs/models/index.js | 4 + .../client-sso/dist-cjs/models/models_0.js | 104 + .../dist-cjs/pagination/Interfaces.js | 2 + .../pagination/ListAccountRolesPaginator.js | 36 + .../pagination/ListAccountsPaginator.js | 36 + .../client-sso/dist-cjs/pagination/index.js | 6 + .../dist-cjs/protocols/Aws_restJson1.js | 417 + .../dist-cjs/runtimeConfig.browser.js | 41 + .../client-sso/dist-cjs/runtimeConfig.js | 48 + .../dist-cjs/runtimeConfig.native.js | 15 + .../dist-cjs/runtimeConfig.shared.js | 18 + .../@aws-sdk/client-sso/dist-es/SSO.js | 63 + .../@aws-sdk/client-sso/dist-es/SSOClient.js | 33 + .../commands/GetRoleCredentialsCommand.js | 42 + .../commands/ListAccountRolesCommand.js | 42 + .../dist-es/commands/ListAccountsCommand.js | 42 + .../dist-es/commands/LogoutCommand.js | 42 + .../client-sso/dist-es/commands/index.js | 4 + .../dist-es/endpoint/EndpointParameters.js | 8 + .../dist-es/endpoint/endpointResolver.js | 8 + .../client-sso/dist-es/endpoint/ruleset.js | 4 + .../@aws-sdk/client-sso/dist-es/index.js | 6 + .../dist-es/models/SSOServiceException.js | 7 + .../client-sso/dist-es/models/index.js | 1 + .../client-sso/dist-es/models/models_0.js | 87 + .../dist-es/pagination/Interfaces.js | 1 + .../pagination/ListAccountRolesPaginator.js | 32 + .../pagination/ListAccountsPaginator.js | 32 + .../client-sso/dist-es/pagination/index.js | 3 + .../dist-es/protocols/Aws_restJson1.js | 406 + .../dist-es/runtimeConfig.browser.js | 36 + .../client-sso/dist-es/runtimeConfig.js | 43 + .../dist-es/runtimeConfig.native.js | 11 + .../dist-es/runtimeConfig.shared.js | 14 + .../@aws-sdk/client-sso/dist-types/SSO.d.ts | 71 + .../client-sso/dist-types/SSOClient.d.ts | 157 + .../commands/GetRoleCredentialsCommand.d.ts | 38 + .../commands/ListAccountRolesCommand.d.ts | 37 + .../commands/ListAccountsCommand.d.ts | 39 + .../dist-types/commands/LogoutCommand.d.ts | 52 + .../client-sso/dist-types/commands/index.d.ts | 4 + .../endpoint/EndpointParameters.d.ts | 19 + .../dist-types/endpoint/endpointResolver.d.ts | 5 + .../dist-types/endpoint/ruleset.d.ts | 2 + .../@aws-sdk/client-sso/dist-types/index.d.ts | 6 + .../models/SSOServiceException.d.ts | 10 + .../client-sso/dist-types/models/index.d.ts | 1 + .../dist-types/models/models_0.d.ts | 229 + .../dist-types/pagination/Interfaces.d.ts | 6 + .../pagination/ListAccountRolesPaginator.d.ts | 4 + .../pagination/ListAccountsPaginator.d.ts | 4 + .../dist-types/pagination/index.d.ts | 3 + .../dist-types/protocols/Aws_restJson1.d.ts | 14 + .../dist-types/runtimeConfig.browser.d.ts | 35 + .../client-sso/dist-types/runtimeConfig.d.ts | 35 + .../dist-types/runtimeConfig.native.d.ts | 34 + .../dist-types/runtimeConfig.shared.d.ts | 16 + .../client-sso/dist-types/ts3.4/SSO.d.ts | 72 + .../dist-types/ts3.4/SSOClient.d.ts | 126 + .../commands/GetRoleCredentialsCommand.d.ts | 38 + .../commands/ListAccountRolesCommand.d.ts | 37 + .../ts3.4/commands/ListAccountsCommand.d.ts | 34 + .../ts3.4/commands/LogoutCommand.d.ts | 32 + .../dist-types/ts3.4/commands/index.d.ts | 4 + .../ts3.4/endpoint/EndpointParameters.d.ts | 34 + .../ts3.4/endpoint/endpointResolver.d.ts | 8 + .../dist-types/ts3.4/endpoint/ruleset.d.ts | 2 + .../client-sso/dist-types/ts3.4/index.d.ts | 6 + .../ts3.4/models/SSOServiceException.d.ts | 7 + .../dist-types/ts3.4/models/index.d.ts | 1 + .../dist-types/ts3.4/models/models_0.d.ts | 101 + .../ts3.4/pagination/Interfaces.d.ts | 6 + .../pagination/ListAccountRolesPaginator.d.ts | 11 + .../pagination/ListAccountsPaginator.d.ts | 11 + .../dist-types/ts3.4/pagination/index.d.ts | 3 + .../ts3.4/protocols/Aws_restJson1.d.ts | 53 + .../ts3.4/runtimeConfig.browser.d.ts | 67 + .../dist-types/ts3.4/runtimeConfig.d.ts | 67 + .../ts3.4/runtimeConfig.native.d.ts | 56 + .../ts3.4/runtimeConfig.shared.d.ts | 16 + node_modules/@aws-sdk/client-sso/package.json | 100 + node_modules/@aws-sdk/client-sts/LICENSE | 201 + node_modules/@aws-sdk/client-sts/README.md | 210 + .../@aws-sdk/client-sts/dist-cjs/STS.js | 127 + .../@aws-sdk/client-sts/dist-cjs/STSClient.js | 39 + .../dist-cjs/commands/AssumeRoleCommand.js | 49 + .../commands/AssumeRoleWithSAMLCommand.js | 47 + .../AssumeRoleWithWebIdentityCommand.js | 47 + .../DecodeAuthorizationMessageCommand.js | 49 + .../commands/GetAccessKeyInfoCommand.js | 49 + .../commands/GetCallerIdentityCommand.js | 49 + .../commands/GetFederationTokenCommand.js | 49 + .../commands/GetSessionTokenCommand.js | 49 + .../client-sts/dist-cjs/commands/index.js | 11 + .../dist-cjs/defaultRoleAssumers.js | 28 + .../dist-cjs/defaultStsRoleAssumers.js | 76 + .../dist-cjs/endpoint/EndpointParameters.js | 13 + .../dist-cjs/endpoint/endpointResolver.js | 12 + .../client-sts/dist-cjs/endpoint/ruleset.js | 7 + .../@aws-sdk/client-sts/dist-cjs/index.js | 11 + .../dist-cjs/models/STSServiceException.js | 11 + .../client-sts/dist-cjs/models/index.js | 4 + .../client-sts/dist-cjs/models/models_0.js | 192 + .../dist-cjs/protocols/Aws_query.js | 1083 +++ .../dist-cjs/runtimeConfig.browser.js | 42 + .../client-sts/dist-cjs/runtimeConfig.js | 51 + .../dist-cjs/runtimeConfig.native.js | 15 + .../dist-cjs/runtimeConfig.shared.js | 18 + .../@aws-sdk/client-sts/dist-es/STS.js | 123 + .../@aws-sdk/client-sts/dist-es/STSClient.js | 35 + .../dist-es/commands/AssumeRoleCommand.js | 45 + .../commands/AssumeRoleWithSAMLCommand.js | 43 + .../AssumeRoleWithWebIdentityCommand.js | 43 + .../DecodeAuthorizationMessageCommand.js | 45 + .../commands/GetAccessKeyInfoCommand.js | 45 + .../commands/GetCallerIdentityCommand.js | 45 + .../commands/GetFederationTokenCommand.js | 45 + .../commands/GetSessionTokenCommand.js | 45 + .../client-sts/dist-es/commands/index.js | 8 + .../client-sts/dist-es/defaultRoleAssumers.js | 22 + .../dist-es/defaultStsRoleAssumers.js | 70 + .../dist-es/endpoint/EndpointParameters.js | 9 + .../dist-es/endpoint/endpointResolver.js | 8 + .../client-sts/dist-es/endpoint/ruleset.js | 4 + .../@aws-sdk/client-sts/dist-es/index.js | 6 + .../dist-es/models/STSServiceException.js | 7 + .../client-sts/dist-es/models/index.js | 1 + .../client-sts/dist-es/models/models_0.js | 160 + .../client-sts/dist-es/protocols/Aws_query.js | 1064 ++ .../dist-es/runtimeConfig.browser.js | 37 + .../client-sts/dist-es/runtimeConfig.js | 46 + .../dist-es/runtimeConfig.native.js | 11 + .../dist-es/runtimeConfig.shared.js | 14 + .../@aws-sdk/client-sts/dist-types/STS.d.ts | 624 ++ .../client-sts/dist-types/STSClient.d.ts | 153 + .../commands/AssumeRoleCommand.d.ts | 126 + .../commands/AssumeRoleWithSAMLCommand.d.ts | 167 + .../AssumeRoleWithWebIdentityCommand.d.ts | 171 + .../DecodeAuthorizationMessageCommand.d.ts | 72 + .../commands/GetAccessKeyInfoCommand.d.ts | 54 + .../commands/GetCallerIdentityCommand.d.ts | 46 + .../commands/GetFederationTokenCommand.d.ts | 122 + .../commands/GetSessionTokenCommand.d.ts | 95 + .../client-sts/dist-types/commands/index.d.ts | 8 + .../dist-types/defaultRoleAssumers.d.ts | 20 + .../dist-types/defaultStsRoleAssumers.d.ts | 35 + .../endpoint/EndpointParameters.d.ts | 21 + .../dist-types/endpoint/endpointResolver.d.ts | 5 + .../dist-types/endpoint/ruleset.d.ts | 2 + .../@aws-sdk/client-sts/dist-types/index.d.ts | 6 + .../models/STSServiceException.d.ts | 10 + .../client-sts/dist-types/models/index.d.ts | 1 + .../dist-types/models/models_0.d.ts | 1135 +++ .../dist-types/protocols/Aws_query.d.ts | 26 + .../dist-types/runtimeConfig.browser.d.ts | 43 + .../client-sts/dist-types/runtimeConfig.d.ts | 43 + .../dist-types/runtimeConfig.native.d.ts | 42 + .../dist-types/runtimeConfig.shared.d.ts | 16 + .../client-sts/dist-types/ts3.4/STS.d.ts | 140 + .../dist-types/ts3.4/STSClient.d.ts | 158 + .../ts3.4/commands/AssumeRoleCommand.d.ts | 34 + .../commands/AssumeRoleWithSAMLCommand.d.ts | 38 + .../AssumeRoleWithWebIdentityCommand.d.ts | 41 + .../DecodeAuthorizationMessageCommand.d.ts | 41 + .../commands/GetAccessKeyInfoCommand.d.ts | 37 + .../commands/GetCallerIdentityCommand.d.ts | 38 + .../commands/GetFederationTokenCommand.d.ts | 38 + .../commands/GetSessionTokenCommand.d.ts | 37 + .../dist-types/ts3.4/commands/index.d.ts | 8 + .../dist-types/ts3.4/defaultRoleAssumers.d.ts | 22 + .../ts3.4/defaultStsRoleAssumers.d.ts | 25 + .../ts3.4/endpoint/EndpointParameters.d.ts | 36 + .../ts3.4/endpoint/endpointResolver.d.ts | 8 + .../dist-types/ts3.4/endpoint/ruleset.d.ts | 2 + .../client-sts/dist-types/ts3.4/index.d.ts | 6 + .../ts3.4/models/STSServiceException.d.ts | 7 + .../dist-types/ts3.4/models/index.d.ts | 1 + .../dist-types/ts3.4/models/models_0.d.ts | 238 + .../dist-types/ts3.4/protocols/Aws_query.d.ts | 101 + .../ts3.4/runtimeConfig.browser.d.ts | 95 + .../dist-types/ts3.4/runtimeConfig.d.ts | 93 + .../ts3.4/runtimeConfig.native.d.ts | 84 + .../ts3.4/runtimeConfig.shared.d.ts | 16 + node_modules/@aws-sdk/client-sts/package.json | 106 + node_modules/@aws-sdk/config-resolver/LICENSE | 201 + .../@aws-sdk/config-resolver/README.md | 10 + .../NodeUseDualstackEndpointConfigOptions.js | 12 + .../NodeUseFipsEndpointConfigOptions.js | 12 + .../dist-cjs/endpointsConfig/index.js | 7 + .../resolveCustomEndpointsConfig.js | 16 + .../endpointsConfig/resolveEndpointsConfig.js | 20 + .../utils/getEndpointFromRegion.js | 20 + .../config-resolver/dist-cjs/index.js | 6 + .../dist-cjs/regionConfig/config.js | 15 + .../dist-cjs/regionConfig/getRealRegion.js | 10 + .../dist-cjs/regionConfig/index.js | 5 + .../dist-cjs/regionConfig/isFipsRegion.js | 5 + .../regionConfig/resolveRegionConfig.js | 29 + .../dist-cjs/regionInfo/EndpointVariant.js | 2 + .../dist-cjs/regionInfo/EndpointVariantTag.js | 2 + .../dist-cjs/regionInfo/PartitionHash.js | 2 + .../dist-cjs/regionInfo/RegionHash.js | 2 + .../regionInfo/getHostnameFromVariants.js | 8 + .../dist-cjs/regionInfo/getRegionInfo.js | 34 + .../regionInfo/getResolvedHostname.js | 9 + .../regionInfo/getResolvedPartition.js | 5 + .../regionInfo/getResolvedSigningRegion.js | 16 + .../dist-cjs/regionInfo/index.js | 6 + .../NodeUseDualstackEndpointConfigOptions.js | 9 + .../NodeUseFipsEndpointConfigOptions.js | 9 + .../dist-es/endpointsConfig/index.js | 4 + .../resolveCustomEndpointsConfig.js | 11 + .../endpointsConfig/resolveEndpointsConfig.js | 15 + .../utils/getEndpointFromRegion.js | 15 + .../@aws-sdk/config-resolver/dist-es/index.js | 3 + .../dist-es/regionConfig/config.js | 12 + .../dist-es/regionConfig/getRealRegion.js | 6 + .../dist-es/regionConfig/index.js | 2 + .../dist-es/regionConfig/isFipsRegion.js | 1 + .../regionConfig/resolveRegionConfig.js | 25 + .../dist-es/regionInfo/EndpointVariant.js | 1 + .../dist-es/regionInfo/EndpointVariantTag.js | 1 + .../dist-es/regionInfo/PartitionHash.js | 1 + .../dist-es/regionInfo/RegionHash.js | 1 + .../regionInfo/getHostnameFromVariants.js | 1 + .../dist-es/regionInfo/getRegionInfo.js | 29 + .../dist-es/regionInfo/getResolvedHostname.js | 5 + .../regionInfo/getResolvedPartition.js | 1 + .../regionInfo/getResolvedSigningRegion.js | 12 + .../dist-es/regionInfo/index.js | 3 + ...NodeUseDualstackEndpointConfigOptions.d.ts | 5 + .../NodeUseFipsEndpointConfigOptions.d.ts | 5 + .../dist-types/endpointsConfig/index.d.ts | 4 + .../resolveCustomEndpointsConfig.d.ts | 20 + .../resolveEndpointsConfig.d.ts | 43 + .../utils/getEndpointFromRegion.d.ts | 11 + .../config-resolver/dist-types/index.d.ts | 3 + .../dist-types/regionConfig/config.d.ts | 5 + .../regionConfig/getRealRegion.d.ts | 1 + .../dist-types/regionConfig/index.d.ts | 2 + .../dist-types/regionConfig/isFipsRegion.d.ts | 1 + .../regionConfig/resolveRegionConfig.d.ts | 25 + .../regionInfo/EndpointVariant.d.ts | 8 + .../regionInfo/EndpointVariantTag.d.ts | 5 + .../dist-types/regionInfo/PartitionHash.d.ts | 12 + .../dist-types/regionInfo/RegionHash.d.ts | 10 + .../regionInfo/getHostnameFromVariants.d.ts | 6 + .../dist-types/regionInfo/getRegionInfo.d.ts | 11 + .../regionInfo/getResolvedHostname.d.ts | 5 + .../regionInfo/getResolvedPartition.d.ts | 5 + .../regionInfo/getResolvedSigningRegion.d.ts | 6 + .../dist-types/regionInfo/index.d.ts | 3 + ...NodeUseDualstackEndpointConfigOptions.d.ts | 5 + .../NodeUseFipsEndpointConfigOptions.d.ts | 5 + .../ts3.4/endpointsConfig/index.d.ts | 4 + .../resolveCustomEndpointsConfig.d.ts | 18 + .../resolveEndpointsConfig.d.ts | 27 + .../utils/getEndpointFromRegion.d.ts | 13 + .../dist-types/ts3.4/index.d.ts | 3 + .../dist-types/ts3.4/regionConfig/config.d.ts | 8 + .../ts3.4/regionConfig/getRealRegion.d.ts | 1 + .../dist-types/ts3.4/regionConfig/index.d.ts | 2 + .../ts3.4/regionConfig/isFipsRegion.d.ts | 1 + .../regionConfig/resolveRegionConfig.d.ts | 14 + .../ts3.4/regionInfo/EndpointVariant.d.ts | 5 + .../ts3.4/regionInfo/EndpointVariantTag.d.ts | 1 + .../ts3.4/regionInfo/PartitionHash.d.ts | 10 + .../ts3.4/regionInfo/RegionHash.d.ts | 9 + .../regionInfo/getHostnameFromVariants.d.ts | 9 + .../ts3.4/regionInfo/getRegionInfo.d.ts | 20 + .../ts3.4/regionInfo/getResolvedHostname.d.ts | 8 + .../regionInfo/getResolvedPartition.d.ts | 8 + .../regionInfo/getResolvedSigningRegion.d.ts | 13 + .../dist-types/ts3.4/regionInfo/index.d.ts | 3 + .../@aws-sdk/config-resolver/package.json | 57 + .../LICENSE | 201 + .../README.md | 11 + .../dist-cjs/CognitoProviderParameters.js | 2 + .../dist-cjs/InMemoryStorage.js | 21 + .../dist-cjs/IndexedDbStorage.js | 71 + .../dist-cjs/Logins.js | 2 + .../dist-cjs/Storage.js | 2 + .../dist-cjs/fromCognitoIdentity.js | 32 + .../dist-cjs/fromCognitoIdentityPool.js | 42 + .../dist-cjs/index.js | 8 + .../dist-cjs/localStorage.js | 16 + .../dist-cjs/resolveLogins.js | 19 + .../dist-es/CognitoProviderParameters.js | 1 + .../dist-es/InMemoryStorage.js | 17 + .../dist-es/IndexedDbStorage.js | 67 + .../dist-es/Logins.js | 1 + .../dist-es/Storage.js | 1 + .../dist-es/fromCognitoIdentity.js | 28 + .../dist-es/fromCognitoIdentityPool.js | 38 + .../dist-es/index.js | 5 + .../dist-es/localStorage.js | 12 + .../dist-es/resolveLogins.js | 15 + .../dist-types/CognitoProviderParameters.d.ts | 25 + .../dist-types/InMemoryStorage.d.ts | 8 + .../dist-types/IndexedDbStorage.d.ts | 10 + .../dist-types/Logins.d.ts | 3 + .../dist-types/Storage.d.ts | 14 + .../dist-types/fromCognitoIdentity.d.ts | 23 + .../dist-types/fromCognitoIdentityPool.d.ts | 44 + .../dist-types/index.d.ts | 5 + .../dist-types/localStorage.d.ts | 2 + .../dist-types/resolveLogins.d.ts | 5 + .../ts3.4/CognitoProviderParameters.d.ts | 7 + .../dist-types/ts3.4/InMemoryStorage.d.ts | 8 + .../dist-types/ts3.4/IndexedDbStorage.d.ts | 10 + .../dist-types/ts3.4/Logins.d.ts | 3 + .../dist-types/ts3.4/Storage.d.ts | 5 + .../dist-types/ts3.4/fromCognitoIdentity.d.ts | 14 + .../ts3.4/fromCognitoIdentityPool.d.ts | 19 + .../dist-types/ts3.4/index.d.ts | 5 + .../dist-types/ts3.4/localStorage.d.ts | 2 + .../dist-types/ts3.4/resolveLogins.d.ts | 2 + .../package.json | 56 + .../@aws-sdk/credential-provider-env/LICENSE | 201 + .../credential-provider-env/README.md | 11 + .../dist-cjs/fromEnv.js | 24 + .../credential-provider-env/dist-cjs/index.js | 4 + .../dist-es/fromEnv.js | 20 + .../credential-provider-env/dist-es/index.js | 1 + .../dist-types/fromEnv.d.ts | 11 + .../dist-types/index.d.ts | 1 + .../dist-types/ts3.4/fromEnv.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 1 + .../credential-provider-env/package.json | 60 + .../@aws-sdk/credential-provider-imds/LICENSE | 201 + .../credential-provider-imds/README.md | 11 + .../dist-cjs/config/Endpoint.js | 8 + .../dist-cjs/config/EndpointConfigOptions.js | 10 + .../dist-cjs/config/EndpointMode.js | 8 + .../config/EndpointModeConfigOptions.js | 11 + .../dist-cjs/fromContainerMetadata.js | 70 + .../dist-cjs/fromInstanceMetadata.js | 95 + .../dist-cjs/index.js | 12 + .../remoteProvider/ImdsCredentials.js | 17 + .../remoteProvider/RemoteProviderInit.js | 7 + .../dist-cjs/remoteProvider/httpRequest.js | 41 + .../dist-cjs/remoteProvider/index.js | 5 + .../dist-cjs/remoteProvider/retry.js | 11 + .../dist-cjs/types.js | 2 + .../getExtendedInstanceMetadataCredentials.js | 22 + .../utils/getInstanceMetadataEndpoint.js | 23 + .../dist-cjs/utils/staticStabilityProvider.js | 29 + .../dist-es/config/Endpoint.js | 5 + .../dist-es/config/EndpointConfigOptions.js | 7 + .../dist-es/config/EndpointMode.js | 5 + .../config/EndpointModeConfigOptions.js | 8 + .../dist-es/fromContainerMetadata.js | 66 + .../dist-es/fromInstanceMetadata.js | 91 + .../credential-provider-imds/dist-es/index.js | 6 + .../dist-es/remoteProvider/ImdsCredentials.js | 12 + .../remoteProvider/RemoteProviderInit.js | 3 + .../dist-es/remoteProvider/httpRequest.js | 36 + .../dist-es/remoteProvider/index.js | 2 + .../dist-es/remoteProvider/retry.js | 7 + .../credential-provider-imds/dist-es/types.js | 1 + .../getExtendedInstanceMetadataCredentials.js | 17 + .../utils/getInstanceMetadataEndpoint.js | 19 + .../dist-es/utils/staticStabilityProvider.js | 25 + .../dist-types/config/Endpoint.d.ts | 4 + .../config/EndpointConfigOptions.d.ts | 4 + .../dist-types/config/EndpointMode.d.ts | 4 + .../config/EndpointModeConfigOptions.d.ts | 4 + .../dist-types/fromContainerMetadata.d.ts | 10 + .../dist-types/fromInstanceMetadata.d.ts | 8 + .../dist-types/index.d.ts | 6 + .../remoteProvider/ImdsCredentials.d.ts | 9 + .../remoteProvider/RemoteProviderInit.d.ts | 17 + .../remoteProvider/httpRequest.d.ts | 6 + .../dist-types/remoteProvider/index.d.ts | 2 + .../dist-types/remoteProvider/retry.d.ts | 7 + .../dist-types/ts3.4/config/Endpoint.d.ts | 4 + .../ts3.4/config/EndpointConfigOptions.d.ts | 6 + .../dist-types/ts3.4/config/EndpointMode.d.ts | 4 + .../config/EndpointModeConfigOptions.d.ts | 8 + .../ts3.4/fromContainerMetadata.d.ts | 9 + .../ts3.4/fromInstanceMetadata.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 6 + .../ts3.4/remoteProvider/ImdsCredentials.d.ts | 11 + .../remoteProvider/RemoteProviderInit.d.ts | 14 + .../ts3.4/remoteProvider/httpRequest.d.ts | 2 + .../ts3.4/remoteProvider/index.d.ts | 2 + .../ts3.4/remoteProvider/retry.d.ts | 7 + .../dist-types/ts3.4/types.d.ts | 4 + ...etExtendedInstanceMetadataCredentials.d.ts | 6 + .../utils/getInstanceMetadataEndpoint.d.ts | 2 + .../ts3.4/utils/staticStabilityProvider.d.ts | 8 + .../dist-types/types.d.ts | 4 + ...etExtendedInstanceMetadataCredentials.d.ts | 3 + .../utils/getInstanceMetadataEndpoint.d.ts | 21 + .../utils/staticStabilityProvider.d.ts | 14 + .../credential-provider-imds/package.json | 63 + .../@aws-sdk/credential-provider-ini/LICENSE | 201 + .../credential-provider-ini/README.md | 11 + .../dist-cjs/fromIni.js | 10 + .../credential-provider-ini/dist-cjs/index.js | 4 + .../dist-cjs/resolveAssumeRoleCredentials.js | 51 + .../dist-cjs/resolveCredentialSource.js | 21 + .../dist-cjs/resolveProcessCredentials.js | 13 + .../dist-cjs/resolveProfileData.js | 32 + .../dist-cjs/resolveSsoCredentials.js | 17 + .../dist-cjs/resolveStaticCredentials.js | 15 + .../dist-cjs/resolveWebIdentityCredentials.js | 17 + .../dist-es/fromIni.js | 6 + .../credential-provider-ini/dist-es/index.js | 1 + .../dist-es/resolveAssumeRoleCredentials.js | 46 + .../dist-es/resolveCredentialSource.js | 17 + .../dist-es/resolveProcessCredentials.js | 8 + .../dist-es/resolveProfileData.js | 28 + .../dist-es/resolveSsoCredentials.js | 12 + .../dist-es/resolveStaticCredentials.js | 10 + .../dist-es/resolveWebIdentityCredentials.js | 12 + .../dist-types/fromIni.d.ts | 36 + .../dist-types/index.d.ts | 1 + .../resolveAssumeRoleCredentials.d.ts | 32 + .../dist-types/resolveCredentialSource.d.ts | 9 + .../dist-types/resolveProcessCredentials.d.ts | 7 + .../dist-types/resolveProfileData.d.ts | 3 + .../dist-types/resolveSsoCredentials.d.ts | 3 + .../dist-types/resolveStaticCredentials.d.ts | 8 + .../resolveWebIdentityCredentials.d.ts | 9 + .../dist-types/ts3.4/fromIni.d.ts | 20 + .../dist-types/ts3.4/index.d.ts | 1 + .../ts3.4/resolveAssumeRoleCredentials.d.ts | 16 + .../ts3.4/resolveCredentialSource.d.ts | 5 + .../ts3.4/resolveProcessCredentials.d.ts | 10 + .../dist-types/ts3.4/resolveProfileData.d.ts | 8 + .../ts3.4/resolveSsoCredentials.d.ts | 5 + .../ts3.4/resolveStaticCredentials.d.ts | 12 + .../ts3.4/resolveWebIdentityCredentials.d.ts | 14 + .../credential-provider-ini/package.json | 66 + .../@aws-sdk/credential-provider-node/LICENSE | 201 + .../credential-provider-node/README.md | 101 + .../dist-cjs/defaultProvider.js | 15 + .../dist-cjs/index.js | 4 + .../dist-cjs/remoteProvider.js | 18 + .../dist-es/defaultProvider.js | 11 + .../credential-provider-node/dist-es/index.js | 1 + .../dist-es/remoteProvider.js | 14 + .../dist-types/defaultProvider.d.ts | 42 + .../dist-types/index.d.ts | 1 + .../dist-types/remoteProvider.d.ts | 4 + .../dist-types/ts3.4/defaultProvider.d.ts | 14 + .../dist-types/ts3.4/index.d.ts | 1 + .../dist-types/ts3.4/remoteProvider.d.ts | 6 + .../credential-provider-node/package.json | 67 + .../credential-provider-process/LICENSE | 201 + .../credential-provider-process/README.md | 11 + .../dist-cjs/ProcessCredentials.js | 2 + .../dist-cjs/fromProcess.js | 10 + .../getValidatedProcessCredentials.js | 25 + .../dist-cjs/index.js | 4 + .../dist-cjs/resolveProcessCredentials.js | 37 + .../dist-es/ProcessCredentials.js | 1 + .../dist-es/fromProcess.js | 6 + .../dist-es/getValidatedProcessCredentials.js | 21 + .../dist-es/index.js | 1 + .../dist-es/resolveProcessCredentials.js | 33 + .../dist-types/ProcessCredentials.d.ts | 7 + .../dist-types/fromProcess.d.ts | 9 + .../getValidatedProcessCredentials.d.ts | 3 + .../dist-types/index.d.ts | 1 + .../dist-types/resolveProcessCredentials.d.ts | 2 + .../dist-types/ts3.4/ProcessCredentials.d.ts | 7 + .../dist-types/ts3.4/fromProcess.d.ts | 6 + .../ts3.4/getValidatedProcessCredentials.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 1 + .../ts3.4/resolveProcessCredentials.d.ts | 5 + .../credential-provider-process/package.json | 61 + .../@aws-sdk/credential-provider-sso/LICENSE | 201 + .../credential-provider-sso/README.md | 11 + .../dist-cjs/fromSSO.js | 61 + .../credential-provider-sso/dist-cjs/index.js | 7 + .../dist-cjs/isSsoProfile.js | 10 + .../dist-cjs/resolveSSOCredentials.js | 55 + .../credential-provider-sso/dist-cjs/types.js | 2 + .../dist-cjs/validateSsoProfile.js | 13 + .../dist-es/fromSSO.js | 57 + .../credential-provider-sso/dist-es/index.js | 4 + .../dist-es/isSsoProfile.js | 6 + .../dist-es/resolveSSOCredentials.js | 51 + .../credential-provider-sso/dist-es/types.js | 1 + .../dist-es/validateSsoProfile.js | 9 + .../dist-types/fromSSO.d.ts | 59 + .../dist-types/index.d.ts | 4 + .../dist-types/isSsoProfile.d.ts | 6 + .../dist-types/resolveSSOCredentials.d.ts | 6 + .../dist-types/ts3.4/fromSSO.d.ts | 16 + .../dist-types/ts3.4/index.d.ts | 4 + .../dist-types/ts3.4/isSsoProfile.d.ts | 3 + .../ts3.4/resolveSSOCredentials.d.ts | 11 + .../dist-types/ts3.4/types.d.ts | 14 + .../dist-types/ts3.4/validateSsoProfile.d.ts | 4 + .../dist-types/types.d.ts | 20 + .../dist-types/validateSsoProfile.d.ts | 5 + .../credential-provider-sso/package.json | 63 + .../credential-provider-web-identity/LICENSE | 201 + .../README.md | 11 + .../dist-cjs/fromTokenFile.js | 28 + .../dist-cjs/fromWebToken.js | 21 + .../dist-cjs/index.js | 5 + .../dist-es/fromTokenFile.js | 23 + .../dist-es/fromWebToken.js | 17 + .../dist-es/index.js | 2 + .../dist-types/fromTokenFile.d.ts | 12 + .../dist-types/fromWebToken.d.ts | 126 + .../dist-types/index.d.ts | 2 + .../dist-types/ts3.4/fromTokenFile.d.ts | 11 + .../dist-types/ts3.4/fromWebToken.d.ts | 35 + .../dist-types/ts3.4/index.d.ts | 2 + .../package.json | 68 + .../@aws-sdk/credential-providers/LICENSE | 201 + .../@aws-sdk/credential-providers/README.md | 692 ++ .../dist-cjs/fromCognitoIdentity.js | 13 + .../dist-cjs/fromCognitoIdentityPool.js | 13 + .../dist-cjs/fromContainerMetadata.js | 6 + .../credential-providers/dist-cjs/fromEnv.js | 6 + .../credential-providers/dist-cjs/fromIni.js | 14 + .../dist-cjs/fromInstanceMetadata.js | 6 + .../dist-cjs/fromNodeProviderChain.js | 14 + .../dist-cjs/fromProcess.js | 6 + .../credential-providers/dist-cjs/fromSSO.js | 7 + .../dist-cjs/fromTemporaryCredentials.js | 36 + .../dist-cjs/fromTokenFile.js | 13 + .../dist-cjs/fromWebToken.js | 13 + .../credential-providers/dist-cjs/index.js | 15 + .../dist-cjs/index.web.js | 7 + .../dist-es/fromCognitoIdentity.js | 6 + .../dist-es/fromCognitoIdentityPool.js | 6 + .../dist-es/fromContainerMetadata.js | 2 + .../credential-providers/dist-es/fromEnv.js | 2 + .../credential-providers/dist-es/fromIni.js | 7 + .../dist-es/fromInstanceMetadata.js | 2 + .../dist-es/fromNodeProviderChain.js | 7 + .../dist-es/fromProcess.js | 2 + .../credential-providers/dist-es/fromSSO.js | 3 + .../dist-es/fromTemporaryCredentials.js | 31 + .../dist-es/fromTokenFile.js | 6 + .../dist-es/fromWebToken.js | 6 + .../credential-providers/dist-es/index.js | 12 + .../credential-providers/dist-es/index.web.js | 4 + .../dist-types/fromCognitoIdentity.d.ts | 45 + .../dist-types/fromCognitoIdentityPool.d.ts | 46 + .../dist-types/fromContainerMetadata.d.ts | 24 + .../dist-types/fromEnv.d.ts | 26 + .../dist-types/fromIni.d.ts | 47 + .../dist-types/fromInstanceMetadata.d.ts | 22 + .../dist-types/fromNodeProviderChain.d.ts | 33 + .../dist-types/fromProcess.d.ts | 28 + .../dist-types/fromSSO.d.ts | 48 + .../dist-types/fromTemporaryCredentials.d.ts | 52 + .../dist-types/fromTokenFile.d.ts | 36 + .../dist-types/fromWebToken.d.ts | 45 + .../dist-types/index.d.ts | 12 + .../dist-types/index.web.d.ts | 4 + .../dist-types/ts3.4/fromCognitoIdentity.d.ts | 17 + .../ts3.4/fromCognitoIdentityPool.d.ts | 15 + .../ts3.4/fromContainerMetadata.d.ts | 6 + .../dist-types/ts3.4/fromEnv.d.ts | 2 + .../dist-types/ts3.4/fromIni.d.ts | 10 + .../ts3.4/fromInstanceMetadata.d.ts | 5 + .../ts3.4/fromNodeProviderChain.d.ts | 10 + .../dist-types/ts3.4/fromProcess.d.ts | 6 + .../dist-types/ts3.4/fromSSO.d.ts | 10 + .../ts3.4/fromTemporaryCredentials.d.ts | 21 + .../dist-types/ts3.4/fromTokenFile.d.ts | 10 + .../dist-types/ts3.4/fromWebToken.d.ts | 10 + .../dist-types/ts3.4/index.d.ts | 12 + .../dist-types/ts3.4/index.web.d.ts | 4 + .../credential-providers/package.json | 75 + .../@aws-sdk/fetch-http-handler/LICENSE | 201 + .../@aws-sdk/fetch-http-handler/README.md | 4 + .../dist-cjs/fetch-http-handler.js | 87 + .../fetch-http-handler/dist-cjs/index.js | 5 + .../dist-cjs/request-timeout.js | 15 + .../dist-cjs/stream-collector.js | 50 + .../dist-es/fetch-http-handler.js | 83 + .../fetch-http-handler/dist-es/index.js | 2 + .../dist-es/request-timeout.js | 11 + .../dist-es/stream-collector.js | 45 + .../dist-types/fetch-http-handler.d.ts | 21 + .../fetch-http-handler/dist-types/index.d.ts | 2 + .../dist-types/request-timeout.d.ts | 1 + .../dist-types/stream-collector.d.ts | 2 + .../dist-types/ts3.4/fetch-http-handler.d.ts | 21 + .../dist-types/ts3.4/index.d.ts | 2 + .../dist-types/ts3.4/request-timeout.d.ts | 1 + .../dist-types/ts3.4/stream-collector.d.ts | 2 + .../@aws-sdk/fetch-http-handler/package.json | 55 + node_modules/@aws-sdk/hash-node/LICENSE | 201 + node_modules/@aws-sdk/hash-node/README.md | 10 + .../@aws-sdk/hash-node/dist-cjs/index.js | 30 + .../@aws-sdk/hash-node/dist-es/index.js | 26 + .../@aws-sdk/hash-node/dist-types/index.d.ts | 7 + .../hash-node/dist-types/ts3.4/index.d.ts | 7 + node_modules/@aws-sdk/hash-node/package.json | 56 + .../@aws-sdk/invalid-dependency/LICENSE | 201 + .../@aws-sdk/invalid-dependency/README.md | 10 + .../invalid-dependency/dist-cjs/index.js | 5 + .../dist-cjs/invalidFunction.js | 7 + .../dist-cjs/invalidProvider.js | 5 + .../invalid-dependency/dist-es/index.js | 2 + .../dist-es/invalidFunction.js | 3 + .../dist-es/invalidProvider.js | 1 + .../invalid-dependency/dist-types/index.d.ts | 2 + .../dist-types/invalidFunction.d.ts | 1 + .../dist-types/invalidProvider.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 2 + .../dist-types/ts3.4/invalidFunction.d.ts | 1 + .../dist-types/ts3.4/invalidProvider.d.ts | 2 + .../@aws-sdk/invalid-dependency/package.json | 50 + .../@aws-sdk/is-array-buffer/CHANGELOG.md | 663 ++ node_modules/@aws-sdk/is-array-buffer/LICENSE | 201 + .../@aws-sdk/is-array-buffer/README.md | 10 + .../is-array-buffer/dist-cjs/index.js | 6 + .../@aws-sdk/is-array-buffer/dist-es/index.js | 2 + .../is-array-buffer/dist-types/index.d.ts | 1 + .../dist-types/ts3.4/index.d.ts | 1 + .../@aws-sdk/is-array-buffer/package.json | 53 + .../middleware-content-length/LICENSE | 201 + .../middleware-content-length/README.md | 4 + .../dist-cjs/index.js | 44 + .../dist-es/index.js | 39 + .../dist-types/index.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 13 + .../middleware-content-length/package.json | 54 + .../@aws-sdk/middleware-endpoint/LICENSE | 201 + .../@aws-sdk/middleware-endpoint/README.md | 10 + .../adaptors/createConfigValueProvider.js | 30 + .../adaptors/getEndpointFromInstructions.js | 43 + .../dist-cjs/adaptors/index.js | 5 + .../dist-cjs/adaptors/toEndpointV1.js | 14 + .../dist-cjs/endpointMiddleware.js | 25 + .../dist-cjs/getEndpointPlugin.js | 22 + .../middleware-endpoint/dist-cjs/index.js | 8 + .../dist-cjs/resolveEndpointConfig.js | 21 + .../dist-cjs/service-customizations/index.js | 4 + .../dist-cjs/service-customizations/s3.js | 43 + .../middleware-endpoint/dist-cjs/types.js | 2 + .../adaptors/createConfigValueProvider.js | 25 + .../adaptors/getEndpointFromInstructions.js | 37 + .../dist-es/adaptors/index.js | 2 + .../dist-es/adaptors/toEndpointV1.js | 10 + .../dist-es/endpointMiddleware.js | 20 + .../dist-es/getEndpointPlugin.js | 18 + .../middleware-endpoint/dist-es/index.js | 5 + .../dist-es/resolveEndpointConfig.js | 16 + .../dist-es/service-customizations/index.js | 1 + .../dist-es/service-customizations/s3.js | 37 + .../middleware-endpoint/dist-es/types.js | 1 + .../adaptors/createConfigValueProvider.d.ts | 13 + .../adaptors/getEndpointFromInstructions.d.ts | 22 + .../dist-types/adaptors/index.d.ts | 2 + .../dist-types/adaptors/toEndpointV1.d.ts | 2 + .../dist-types/endpointMiddleware.d.ts | 10 + .../dist-types/getEndpointPlugin.d.ts | 5 + .../middleware-endpoint/dist-types/index.d.ts | 5 + .../dist-types/resolveEndpointConfig.d.ts | 79 + .../service-customizations/index.d.ts | 1 + .../dist-types/service-customizations/s3.d.ts | 14 + .../adaptors/createConfigValueProvider.d.ts | 7 + .../adaptors/getEndpointFromInstructions.d.ts | 29 + .../dist-types/ts3.4/adaptors/index.d.ts | 2 + .../ts3.4/adaptors/toEndpointV1.d.ts | 4 + .../dist-types/ts3.4/endpointMiddleware.d.ts | 10 + .../dist-types/ts3.4/getEndpointPlugin.d.ts | 14 + .../dist-types/ts3.4/index.d.ts | 5 + .../ts3.4/resolveEndpointConfig.d.ts | 62 + .../ts3.4/service-customizations/index.d.ts | 1 + .../ts3.4/service-customizations/s3.d.ts | 8 + .../dist-types/ts3.4/types.d.ts | 23 + .../middleware-endpoint/dist-types/types.d.ts | 19 + .../@aws-sdk/middleware-endpoint/package.json | 59 + .../@aws-sdk/middleware-host-header/LICENSE | 201 + .../@aws-sdk/middleware-host-header/README.md | 4 + .../middleware-host-header/dist-cjs/index.js | 36 + .../middleware-host-header/dist-es/index.js | 30 + .../dist-types/index.d.ts | 17 + .../dist-types/ts3.4/index.d.ts | 29 + .../middleware-host-header/package.json | 54 + .../@aws-sdk/middleware-logger/LICENSE | 201 + .../@aws-sdk/middleware-logger/README.md | 4 + .../middleware-logger/dist-cjs/index.js | 4 + .../dist-cjs/loggerMiddleware.js | 35 + .../middleware-logger/dist-es/index.js | 1 + .../dist-es/loggerMiddleware.js | 30 + .../middleware-logger/dist-types/index.d.ts | 1 + .../dist-types/loggerMiddleware.d.ts | 4 + .../dist-types/ts3.4/index.d.ts | 1 + .../dist-types/ts3.4/loggerMiddleware.d.ts | 17 + .../@aws-sdk/middleware-logger/package.json | 55 + .../middleware-recursion-detection/LICENSE | 201 + .../middleware-recursion-detection/README.md | 10 + .../dist-cjs/index.js | 39 + .../dist-es/index.js | 34 + .../dist-types/index.d.ts | 12 + .../dist-types/ts3.4/index.d.ts | 18 + .../package.json | 54 + .../@aws-sdk/middleware-retry/LICENSE | 201 + .../@aws-sdk/middleware-retry/README.md | 4 + .../dist-cjs/AdaptiveRetryStrategy.js | 24 + .../dist-cjs/StandardRetryStrategy.js | 95 + .../dist-cjs/configurations.js | 57 + .../dist-cjs/defaultRetryQuota.js | 32 + .../middleware-retry/dist-cjs/delayDecider.js | 6 + .../middleware-retry/dist-cjs/index.js | 10 + .../dist-cjs/omitRetryHeadersMiddleware.js | 27 + .../middleware-retry/dist-cjs/retryDecider.js | 11 + .../dist-cjs/retryMiddleware.js | 110 + .../middleware-retry/dist-cjs/types.js | 2 + .../middleware-retry/dist-cjs/util.js | 13 + .../dist-es/AdaptiveRetryStrategy.js | 20 + .../dist-es/StandardRetryStrategy.js | 90 + .../dist-es/configurations.js | 52 + .../dist-es/defaultRetryQuota.js | 27 + .../middleware-retry/dist-es/delayDecider.js | 2 + .../middleware-retry/dist-es/index.js | 7 + .../dist-es/omitRetryHeadersMiddleware.js | 22 + .../middleware-retry/dist-es/retryDecider.js | 7 + .../dist-es/retryMiddleware.js | 104 + .../middleware-retry/dist-es/types.js | 1 + .../@aws-sdk/middleware-retry/dist-es/util.js | 9 + .../dist-types/AdaptiveRetryStrategy.d.ts | 20 + .../dist-types/StandardRetryStrategy.d.ts | 30 + .../dist-types/configurations.d.ts | 37 + .../dist-types/defaultRetryQuota.d.ts | 18 + .../dist-types/delayDecider.d.ts | 4 + .../middleware-retry/dist-types/index.d.ts | 7 + .../omitRetryHeadersMiddleware.d.ts | 4 + .../dist-types/retryDecider.d.ts | 2 + .../dist-types/retryMiddleware.d.ts | 6 + .../ts3.4/AdaptiveRetryStrategy.d.ts | 29 + .../ts3.4/StandardRetryStrategy.d.ts | 37 + .../dist-types/ts3.4/configurations.d.ts | 23 + .../dist-types/ts3.4/defaultRetryQuota.d.ts | 10 + .../dist-types/ts3.4/delayDecider.d.ts | 4 + .../dist-types/ts3.4/index.d.ts | 7 + .../ts3.4/omitRetryHeadersMiddleware.d.ts | 15 + .../dist-types/ts3.4/retryDecider.d.ts | 2 + .../dist-types/ts3.4/retryMiddleware.d.ts | 21 + .../dist-types/ts3.4/types.d.ts | 16 + .../dist-types/ts3.4/util.d.ts | 2 + .../middleware-retry/dist-types/types.d.ts | 53 + .../middleware-retry/dist-types/util.d.ts | 2 + .../@aws-sdk/middleware-retry/package.json | 60 + .../@aws-sdk/middleware-sdk-sts/LICENSE | 201 + .../@aws-sdk/middleware-sdk-sts/README.md | 4 + .../middleware-sdk-sts/dist-cjs/index.js | 9 + .../middleware-sdk-sts/dist-es/index.js | 5 + .../middleware-sdk-sts/dist-types/index.d.ts | 34 + .../dist-types/ts3.4/index.d.ts | 33 + .../@aws-sdk/middleware-sdk-sts/package.json | 57 + .../@aws-sdk/middleware-serde/LICENSE | 201 + .../@aws-sdk/middleware-serde/README.md | 4 + .../dist-cjs/deserializerMiddleware.js | 20 + .../middleware-serde/dist-cjs/index.js | 6 + .../middleware-serde/dist-cjs/serdePlugin.js | 26 + .../dist-cjs/serializerMiddleware.js | 18 + .../dist-es/deserializerMiddleware.js | 16 + .../middleware-serde/dist-es/index.js | 3 + .../middleware-serde/dist-es/serdePlugin.js | 22 + .../dist-es/serializerMiddleware.js | 13 + .../dist-types/deserializerMiddleware.d.ts | 2 + .../middleware-serde/dist-types/index.d.ts | 3 + .../dist-types/serdePlugin.d.ts | 8 + .../dist-types/serializerMiddleware.d.ts | 3 + .../ts3.4/deserializerMiddleware.d.ts | 9 + .../dist-types/ts3.4/index.d.ts | 3 + .../dist-types/ts3.4/serdePlugin.d.ts | 27 + .../ts3.4/serializerMiddleware.d.ts | 14 + .../@aws-sdk/middleware-serde/package.json | 53 + .../@aws-sdk/middleware-signing/LICENSE | 201 + .../@aws-sdk/middleware-signing/README.md | 4 + .../dist-cjs/configurations.js | 108 + .../middleware-signing/dist-cjs/index.js | 5 + .../middleware-signing/dist-cjs/middleware.js | 50 + .../dist-cjs/utils/getSkewCorrectedDate.js | 5 + .../utils/getUpdatedSystemClockOffset.js | 12 + .../dist-cjs/utils/isClockSkewed.js | 6 + .../dist-es/configurations.js | 103 + .../middleware-signing/dist-es/index.js | 2 + .../middleware-signing/dist-es/middleware.js | 43 + .../dist-es/utils/getSkewCorrectedDate.js | 1 + .../utils/getUpdatedSystemClockOffset.js | 8 + .../dist-es/utils/isClockSkewed.js | 2 + .../dist-types/configurations.d.ts | 92 + .../middleware-signing/dist-types/index.d.ts | 2 + .../dist-types/middleware.d.ts | 6 + .../dist-types/ts3.4/configurations.d.ts | 67 + .../dist-types/ts3.4/index.d.ts | 2 + .../dist-types/ts3.4/middleware.d.ts | 19 + .../ts3.4/utils/getSkewCorrectedDate.d.ts | 1 + .../utils/getUpdatedSystemClockOffset.d.ts | 4 + .../dist-types/ts3.4/utils/isClockSkewed.d.ts | 4 + .../utils/getSkewCorrectedDate.d.ts | 6 + .../utils/getUpdatedSystemClockOffset.d.ts | 8 + .../dist-types/utils/isClockSkewed.d.ts | 7 + .../@aws-sdk/middleware-signing/package.json | 57 + .../@aws-sdk/middleware-stack/LICENSE | 201 + .../@aws-sdk/middleware-stack/README.md | 78 + .../dist-cjs/MiddlewareStack.js | 225 + .../middleware-stack/dist-cjs/index.js | 4 + .../middleware-stack/dist-cjs/types.js | 2 + .../dist-es/MiddlewareStack.js | 221 + .../middleware-stack/dist-es/index.js | 1 + .../middleware-stack/dist-es/types.js | 1 + .../dist-types/MiddlewareStack.d.ts | 2 + .../middleware-stack/dist-types/index.d.ts | 1 + .../dist-types/ts3.4/MiddlewareStack.d.ts | 5 + .../dist-types/ts3.4/index.d.ts | 1 + .../dist-types/ts3.4/types.d.ts | 47 + .../middleware-stack/dist-types/types.d.ts | 22 + .../@aws-sdk/middleware-stack/package.json | 55 + .../@aws-sdk/middleware-user-agent/LICENSE | 201 + .../@aws-sdk/middleware-user-agent/README.md | 4 + .../dist-cjs/configurations.js | 10 + .../dist-cjs/constants.js | 7 + .../middleware-user-agent/dist-cjs/index.js | 5 + .../dist-cjs/user-agent-middleware.js | 61 + .../dist-es/configurations.js | 6 + .../dist-es/constants.js | 4 + .../middleware-user-agent/dist-es/index.js | 2 + .../dist-es/user-agent-middleware.js | 55 + .../dist-types/configurations.d.ts | 28 + .../dist-types/constants.d.ts | 4 + .../dist-types/index.d.ts | 2 + .../dist-types/ts3.4/configurations.d.ts | 17 + .../dist-types/ts3.4/constants.d.ts | 4 + .../dist-types/ts3.4/index.d.ts | 2 + .../ts3.4/user-agent-middleware.d.ts | 20 + .../dist-types/user-agent-middleware.d.ts | 17 + .../middleware-user-agent/package.json | 55 + .../@aws-sdk/node-config-provider/LICENSE | 201 + .../@aws-sdk/node-config-provider/README.md | 4 + .../dist-cjs/configLoader.js | 9 + .../node-config-provider/dist-cjs/fromEnv.js | 17 + .../dist-cjs/fromSharedConfigFiles.js | 26 + .../dist-cjs/fromStatic.js | 7 + .../node-config-provider/dist-cjs/index.js | 4 + .../dist-es/configLoader.js | 5 + .../node-config-provider/dist-es/fromEnv.js | 13 + .../dist-es/fromSharedConfigFiles.js | 22 + .../dist-es/fromStatic.js | 3 + .../node-config-provider/dist-es/index.js | 1 + .../dist-types/configLoader.d.ts | 22 + .../dist-types/fromEnv.d.ts | 8 + .../dist-types/fromSharedConfigFiles.d.ts | 15 + .../dist-types/fromStatic.d.ts | 3 + .../dist-types/index.d.ts | 1 + .../dist-types/ts3.4/configLoader.d.ts | 18 + .../dist-types/ts3.4/fromEnv.d.ts | 7 + .../ts3.4/fromSharedConfigFiles.d.ts | 10 + .../dist-types/ts3.4/fromStatic.d.ts | 5 + .../dist-types/ts3.4/index.d.ts | 1 + .../node-config-provider/package.json | 58 + .../@aws-sdk/node-http-handler/LICENSE | 201 + .../@aws-sdk/node-http-handler/README.md | 4 + .../node-http-handler/dist-cjs/constants.js | 4 + .../dist-cjs/get-transformed-headers.js | 12 + .../node-http-handler/dist-cjs/index.js | 6 + .../dist-cjs/node-http-handler.js | 100 + .../dist-cjs/node-http2-handler.js | 147 + .../dist-cjs/readable.mock.js | 23 + .../node-http-handler/dist-cjs/server.mock.js | 60 + .../dist-cjs/set-connection-timeout.js | 22 + .../dist-cjs/set-socket-timeout.js | 10 + .../dist-cjs/stream-collector/collector.js | 15 + .../dist-cjs/stream-collector/index.js | 18 + .../stream-collector/readable.mock.js | 23 + .../dist-cjs/write-request-body.js | 27 + .../node-http-handler/dist-es/constants.js | 1 + .../dist-es/get-transformed-headers.js | 9 + .../node-http-handler/dist-es/index.js | 3 + .../dist-es/node-http-handler.js | 95 + .../dist-es/node-http2-handler.js | 142 + .../dist-es/readable.mock.js | 19 + .../node-http-handler/dist-es/server.mock.js | 51 + .../dist-es/set-connection-timeout.js | 18 + .../dist-es/set-socket-timeout.js | 6 + .../dist-es/stream-collector/collector.js | 11 + .../dist-es/stream-collector/index.js | 14 + .../dist-es/stream-collector/readable.mock.js | 19 + .../dist-es/write-request-body.js | 23 + .../dist-types/constants.d.ts | 5 + .../dist-types/get-transformed-headers.d.ts | 4 + .../node-http-handler/dist-types/index.d.ts | 3 + .../dist-types/node-http-handler.d.ts | 35 + .../dist-types/node-http2-handler.d.ts | 57 + .../dist-types/readable.mock.d.ts | 13 + .../dist-types/server.mock.d.ts | 10 + .../dist-types/set-connection-timeout.d.ts | 2 + .../dist-types/set-socket-timeout.d.ts | 2 + .../stream-collector/collector.d.ts | 6 + .../dist-types/stream-collector/index.d.ts | 2 + .../stream-collector/readable.mock.d.ts | 13 + .../dist-types/ts3.4/constants.d.ts | 1 + .../ts3.4/get-transformed-headers.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 3 + .../dist-types/ts3.4/node-http-handler.d.ts | 28 + .../dist-types/ts3.4/node-http2-handler.d.ts | 28 + .../dist-types/ts3.4/readable.mock.d.ts | 12 + .../dist-types/ts3.4/server.mock.d.ts | 17 + .../ts3.4/set-connection-timeout.d.ts | 6 + .../dist-types/ts3.4/set-socket-timeout.d.ts | 6 + .../ts3.4/stream-collector/collector.d.ts | 9 + .../ts3.4/stream-collector/index.d.ts | 2 + .../ts3.4/stream-collector/readable.mock.d.ts | 12 + .../dist-types/ts3.4/write-request-body.d.ts | 7 + .../dist-types/write-request-body.d.ts | 5 + .../@aws-sdk/node-http-handler/package.json | 59 + .../@aws-sdk/property-provider/LICENSE | 201 + .../@aws-sdk/property-provider/README.md | 10 + .../dist-cjs/CredentialsProviderError.js | 13 + .../dist-cjs/ProviderError.js | 15 + .../dist-cjs/TokenProviderError.js | 13 + .../property-provider/dist-cjs/chain.js | 19 + .../property-provider/dist-cjs/fromStatic.js | 5 + .../property-provider/dist-cjs/index.js | 9 + .../property-provider/dist-cjs/memoize.js | 49 + .../dist-es/CredentialsProviderError.js | 9 + .../dist-es/ProviderError.js | 11 + .../dist-es/TokenProviderError.js | 9 + .../property-provider/dist-es/chain.js | 15 + .../property-provider/dist-es/fromStatic.js | 1 + .../property-provider/dist-es/index.js | 6 + .../property-provider/dist-es/memoize.js | 45 + .../dist-types/CredentialsProviderError.d.ts | 15 + .../dist-types/ProviderError.d.ts | 15 + .../dist-types/TokenProviderError.d.ts | 15 + .../property-provider/dist-types/chain.d.ts | 11 + .../dist-types/fromStatic.d.ts | 2 + .../property-provider/dist-types/index.d.ts | 6 + .../property-provider/dist-types/memoize.d.ts | 37 + .../ts3.4/CredentialsProviderError.d.ts | 6 + .../dist-types/ts3.4/ProviderError.d.ts | 6 + .../dist-types/ts3.4/TokenProviderError.d.ts | 6 + .../dist-types/ts3.4/chain.d.ts | 2 + .../dist-types/ts3.4/fromStatic.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 6 + .../dist-types/ts3.4/memoize.d.ts | 11 + .../@aws-sdk/property-provider/package.json | 53 + node_modules/@aws-sdk/protocol-http/LICENSE | 201 + node_modules/@aws-sdk/protocol-http/README.md | 4 + .../protocol-http/dist-cjs/httpHandler.js | 2 + .../protocol-http/dist-cjs/httpRequest.js | 49 + .../protocol-http/dist-cjs/httpResponse.js | 17 + .../@aws-sdk/protocol-http/dist-cjs/index.js | 7 + .../protocol-http/dist-cjs/isValidHostname.js | 8 + .../protocol-http/dist-es/httpHandler.js | 1 + .../protocol-http/dist-es/httpRequest.js | 45 + .../protocol-http/dist-es/httpResponse.js | 13 + .../@aws-sdk/protocol-http/dist-es/index.js | 4 + .../protocol-http/dist-es/isValidHostname.js | 4 + .../protocol-http/dist-types/httpHandler.d.ts | 4 + .../protocol-http/dist-types/httpRequest.d.ts | 20 + .../dist-types/httpResponse.d.ts | 14 + .../protocol-http/dist-types/index.d.ts | 4 + .../dist-types/isValidHostname.d.ts | 1 + .../dist-types/ts3.4/httpHandler.d.ts | 8 + .../dist-types/ts3.4/httpRequest.d.ts | 26 + .../dist-types/ts3.4/httpResponse.d.ts | 17 + .../protocol-http/dist-types/ts3.4/index.d.ts | 4 + .../dist-types/ts3.4/isValidHostname.d.ts | 1 + .../@aws-sdk/protocol-http/package.json | 54 + .../@aws-sdk/querystring-builder/LICENSE | 201 + .../@aws-sdk/querystring-builder/README.md | 10 + .../querystring-builder/dist-cjs/index.js | 25 + .../querystring-builder/dist-es/index.js | 21 + .../querystring-builder/dist-types/index.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 2 + .../@aws-sdk/querystring-builder/package.json | 54 + .../@aws-sdk/querystring-parser/LICENSE | 201 + .../@aws-sdk/querystring-parser/README.md | 10 + .../querystring-parser/dist-cjs/index.js | 27 + .../querystring-parser/dist-es/index.js | 23 + .../querystring-parser/dist-types/index.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 4 + .../@aws-sdk/querystring-parser/package.json | 53 + .../service-error-classification/LICENSE | 201 + .../service-error-classification/README.md | 4 + .../dist-cjs/constants.js | 30 + .../dist-cjs/index.js | 34 + .../dist-es/constants.js | 27 + .../dist-es/index.js | 19 + .../dist-types/constants.d.ts | 26 + .../dist-types/index.d.ts | 12 + .../dist-types/ts3.4/constants.d.ts | 5 + .../dist-types/ts3.4/index.d.ts | 6 + .../service-error-classification/package.json | 50 + .../@aws-sdk/shared-ini-file-loader/LICENSE | 201 + .../@aws-sdk/shared-ini-file-loader/README.md | 102 + .../dist-cjs/getConfigFilepath.js | 8 + .../dist-cjs/getCredentialsFilepath.js | 8 + .../dist-cjs/getHomeDir.js | 16 + .../dist-cjs/getProfileData.js | 10 + .../dist-cjs/getProfileName.js | 7 + .../dist-cjs/getSSOTokenFilepath.js | 12 + .../dist-cjs/getSSOTokenFromFile.js | 12 + .../dist-cjs/getSsoSessionData.js | 8 + .../shared-ini-file-loader/dist-cjs/index.js | 11 + .../dist-cjs/loadSharedConfigFiles.js | 21 + .../dist-cjs/loadSsoSessionData.js | 16 + .../dist-cjs/parseIni.js | 34 + .../dist-cjs/parseKnownFiles.js | 12 + .../dist-cjs/slurpFile.js | 13 + .../shared-ini-file-loader/dist-cjs/types.js | 2 + .../dist-es/getConfigFilepath.js | 4 + .../dist-es/getCredentialsFilepath.js | 4 + .../dist-es/getHomeDir.js | 12 + .../dist-es/getProfileData.js | 6 + .../dist-es/getProfileName.js | 3 + .../dist-es/getSSOTokenFilepath.js | 8 + .../dist-es/getSSOTokenFromFile.js | 8 + .../dist-es/getSsoSessionData.js | 4 + .../shared-ini-file-loader/dist-es/index.js | 8 + .../dist-es/loadSharedConfigFiles.js | 17 + .../dist-es/loadSsoSessionData.js | 9 + .../dist-es/parseIni.js | 30 + .../dist-es/parseKnownFiles.js | 8 + .../dist-es/slurpFile.js | 9 + .../shared-ini-file-loader/dist-es/types.js | 1 + .../dist-types/getConfigFilepath.d.ts | 2 + .../dist-types/getCredentialsFilepath.d.ts | 2 + .../dist-types/getHomeDir.d.ts | 6 + .../dist-types/getProfileData.d.ts | 7 + .../dist-types/getProfileName.d.ts | 5 + .../dist-types/getSSOTokenFilepath.d.ts | 4 + .../dist-types/getSSOTokenFromFile.d.ts | 44 + .../dist-types/getSsoSessionData.d.ts | 6 + .../dist-types/index.d.ts | 8 + .../dist-types/loadSharedConfigFiles.d.ts | 16 + .../dist-types/loadSsoSessionData.d.ts | 10 + .../dist-types/parseIni.d.ts | 2 + .../dist-types/parseKnownFiles.d.ts | 15 + .../dist-types/slurpFile.d.ts | 1 + .../dist-types/ts3.4/getConfigFilepath.d.ts | 2 + .../ts3.4/getCredentialsFilepath.d.ts | 2 + .../dist-types/ts3.4/getHomeDir.d.ts | 1 + .../dist-types/ts3.4/getProfileData.d.ts | 2 + .../dist-types/ts3.4/getProfileName.d.ts | 3 + .../dist-types/ts3.4/getSSOTokenFilepath.d.ts | 1 + .../dist-types/ts3.4/getSSOTokenFromFile.d.ts | 11 + .../dist-types/ts3.4/getSsoSessionData.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 8 + .../ts3.4/loadSharedConfigFiles.d.ts | 8 + .../dist-types/ts3.4/loadSsoSessionData.d.ts | 7 + .../dist-types/ts3.4/parseIni.d.ts | 2 + .../dist-types/ts3.4/parseKnownFiles.d.ts | 8 + .../dist-types/ts3.4/slurpFile.d.ts | 1 + .../dist-types/ts3.4/types.d.ts | 8 + .../dist-types/types.d.ts | 13 + .../shared-ini-file-loader/package.json | 54 + node_modules/@aws-sdk/signature-v4/LICENSE | 201 + node_modules/@aws-sdk/signature-v4/README.md | 4 + .../signature-v4/dist-cjs/SignatureV4.js | 174 + .../signature-v4/dist-cjs/cloneRequest.js | 17 + .../signature-v4/dist-cjs/constants.js | 46 + .../dist-cjs/credentialDerivation.js | 38 + .../dist-cjs/getCanonicalHeaders.js | 24 + .../dist-cjs/getCanonicalQuery.js | 31 + .../signature-v4/dist-cjs/getPayloadHash.js | 23 + .../signature-v4/dist-cjs/headerUtil.js | 32 + .../@aws-sdk/signature-v4/dist-cjs/index.js | 16 + .../dist-cjs/moveHeadersToQuery.js | 21 + .../signature-v4/dist-cjs/prepareRequest.js | 15 + .../signature-v4/dist-cjs/suite.fixture.js | 402 + .../signature-v4/dist-cjs/utilDate.js | 20 + .../signature-v4/dist-es/SignatureV4.js | 170 + .../signature-v4/dist-es/cloneRequest.js | 12 + .../signature-v4/dist-es/constants.js | 43 + .../dist-es/credentialDerivation.js | 32 + .../dist-es/getCanonicalHeaders.js | 20 + .../signature-v4/dist-es/getCanonicalQuery.js | 27 + .../signature-v4/dist-es/getPayloadHash.js | 19 + .../signature-v4/dist-es/headerUtil.js | 26 + .../@aws-sdk/signature-v4/dist-es/index.js | 7 + .../dist-es/moveHeadersToQuery.js | 16 + .../signature-v4/dist-es/prepareRequest.js | 11 + .../signature-v4/dist-es/suite.fixture.js | 399 + .../@aws-sdk/signature-v4/dist-es/utilDate.js | 15 + .../signature-v4/dist-types/SignatureV4.d.ts | 64 + .../signature-v4/dist-types/cloneRequest.d.ts | 6 + .../signature-v4/dist-types/constants.d.ts | 43 + .../dist-types/credentialDerivation.d.ts | 26 + .../dist-types/getCanonicalHeaders.d.ts | 5 + .../dist-types/getCanonicalQuery.d.ts | 5 + .../dist-types/getPayloadHash.d.ts | 5 + .../signature-v4/dist-types/headerUtil.d.ts | 4 + .../signature-v4/dist-types/index.d.ts | 7 + .../dist-types/moveHeadersToQuery.d.ts | 9 + .../dist-types/prepareRequest.d.ts | 5 + .../dist-types/suite.fixture.d.ts | 14 + .../dist-types/ts3.4/SignatureV4.d.ts | 63 + .../dist-types/ts3.4/cloneRequest.d.ts | 9 + .../dist-types/ts3.4/constants.d.ts | 43 + .../ts3.4/credentialDerivation.d.ts | 14 + .../dist-types/ts3.4/getCanonicalHeaders.d.ts | 6 + .../dist-types/ts3.4/getCanonicalQuery.d.ts | 2 + .../dist-types/ts3.4/getPayloadHash.d.ts | 5 + .../dist-types/ts3.4/headerUtil.d.ts | 13 + .../signature-v4/dist-types/ts3.4/index.d.ts | 7 + .../dist-types/ts3.4/moveHeadersToQuery.d.ts | 9 + .../dist-types/ts3.4/prepareRequest.d.ts | 2 + .../dist-types/ts3.4/suite.fixture.d.ts | 14 + .../dist-types/ts3.4/utilDate.d.ts | 2 + .../signature-v4/dist-types/utilDate.d.ts | 2 + .../@aws-sdk/signature-v4/package.json | 61 + node_modules/@aws-sdk/smithy-client/LICENSE | 201 + node_modules/@aws-sdk/smithy-client/README.md | 10 + .../smithy-client/dist-cjs/NoOpLogger.js | 11 + .../@aws-sdk/smithy-client/dist-cjs/client.js | 28 + .../smithy-client/dist-cjs/command.js | 10 + .../smithy-client/dist-cjs/constants.js | 4 + .../smithy-client/dist-cjs/date-utils.js | 156 + .../dist-cjs/default-error-handler.js | 24 + .../smithy-client/dist-cjs/defaults-mode.js | 30 + .../emitWarningIfUnsupportedVersion.js | 10 + .../smithy-client/dist-cjs/exceptions.js | 27 + .../dist-cjs/extended-encode-uri-component.js | 9 + .../dist-cjs/get-array-if-single-item.js | 5 + .../dist-cjs/get-value-from-text-node.js | 16 + .../@aws-sdk/smithy-client/dist-cjs/index.js | 21 + .../smithy-client/dist-cjs/lazy-json.js | 38 + .../smithy-client/dist-cjs/object-mapping.js | 74 + .../smithy-client/dist-cjs/parse-utils.js | 253 + .../smithy-client/dist-cjs/resolve-path.js | 23 + .../smithy-client/dist-cjs/ser-utils.js | 17 + .../smithy-client/dist-cjs/split-every.js | 31 + .../smithy-client/dist-es/NoOpLogger.js | 7 + .../@aws-sdk/smithy-client/dist-es/client.js | 24 + .../@aws-sdk/smithy-client/dist-es/command.js | 6 + .../smithy-client/dist-es/constants.js | 1 + .../smithy-client/dist-es/date-utils.js | 149 + .../dist-es/default-error-handler.js | 17 + .../smithy-client/dist-es/defaults-mode.js | 26 + .../emitWarningIfUnsupportedVersion.js | 6 + .../smithy-client/dist-es/exceptions.js | 22 + .../dist-es/extended-encode-uri-component.js | 5 + .../dist-es/get-array-if-single-item.js | 1 + .../dist-es/get-value-from-text-node.js | 12 + .../@aws-sdk/smithy-client/dist-es/index.js | 18 + .../smithy-client/dist-es/lazy-json.js | 33 + .../smithy-client/dist-es/object-mapping.js | 69 + .../smithy-client/dist-es/parse-utils.js | 230 + .../smithy-client/dist-es/resolve-path.js | 19 + .../smithy-client/dist-es/ser-utils.js | 13 + .../smithy-client/dist-es/split-every.js | 27 + .../smithy-client/dist-types/NoOpLogger.d.ts | 8 + .../smithy-client/dist-types/client.d.ts | 20 + .../smithy-client/dist-types/command.d.ts | 6 + .../smithy-client/dist-types/constants.d.ts | 1 + .../smithy-client/dist-types/date-utils.d.ts | 49 + .../dist-types/default-error-handler.d.ts | 7 + .../dist-types/defaults-mode.d.ts | 28 + .../emitWarningIfUnsupportedVersion.d.ts | 6 + .../smithy-client/dist-types/exceptions.d.ts | 29 + .../extended-encode-uri-component.d.ts | 5 + .../dist-types/get-array-if-single-item.d.ts | 5 + .../dist-types/get-value-from-text-node.d.ts | 5 + .../smithy-client/dist-types/index.d.ts | 19 + .../smithy-client/dist-types/lazy-json.d.ts | 19 + .../dist-types/object-mapping.d.ts | 104 + .../smithy-client/dist-types/parse-utils.d.ts | 220 + .../dist-types/resolve-path.d.ts | 1 + .../smithy-client/dist-types/ser-utils.d.ts | 7 + .../smithy-client/dist-types/split-every.d.ts | 9 + .../dist-types/ts3.4/NoOpLogger.d.ts | 8 + .../dist-types/ts3.4/client.d.ts | 56 + .../dist-types/ts3.4/command.d.ts | 29 + .../dist-types/ts3.4/constants.d.ts | 1 + .../dist-types/ts3.4/date-utils.d.ts | 4 + .../ts3.4/default-error-handler.d.ts | 6 + .../dist-types/ts3.4/defaults-mode.d.ts | 16 + .../emitWarningIfUnsupportedVersion.d.ts | 1 + .../dist-types/ts3.4/exceptions.d.ts | 36 + .../ts3.4/extended-encode-uri-component.d.ts | 1 + .../ts3.4/get-array-if-single-item.d.ts | 1 + .../ts3.4/get-value-from-text-node.d.ts | 1 + .../smithy-client/dist-types/ts3.4/index.d.ts | 19 + .../dist-types/ts3.4/lazy-json.d.ts | 10 + .../dist-types/ts3.4/object-mapping.d.ts | 39 + .../dist-types/ts3.4/parse-utils.d.ts | 62 + .../dist-types/ts3.4/resolve-path.d.ts | 8 + .../dist-types/ts3.4/ser-utils.d.ts | 1 + .../dist-types/ts3.4/split-every.d.ts | 5 + .../@aws-sdk/smithy-client/package.json | 55 + node_modules/@aws-sdk/token-providers/LICENSE | 201 + .../@aws-sdk/token-providers/README.md | 39 + .../token-providers/dist-cjs/constants.js | 5 + .../token-providers/dist-cjs/fromSso.js | 82 + .../token-providers/dist-cjs/fromStatic.js | 11 + .../dist-cjs/getNewSsoOidcToken.js | 15 + .../dist-cjs/getSsoOidcClient.js | 14 + .../token-providers/dist-cjs/index.js | 6 + .../token-providers/dist-cjs/nodeProvider.js | 9 + .../dist-cjs/validateTokenExpiry.js | 11 + .../dist-cjs/validateTokenKey.js | 11 + .../dist-cjs/writeSSOTokenToFile.js | 12 + .../token-providers/dist-es/constants.js | 2 + .../token-providers/dist-es/fromSso.js | 78 + .../token-providers/dist-es/fromStatic.js | 7 + .../dist-es/getNewSsoOidcToken.js | 11 + .../dist-es/getSsoOidcClient.js | 10 + .../@aws-sdk/token-providers/dist-es/index.js | 3 + .../token-providers/dist-es/nodeProvider.js | 5 + .../dist-es/validateTokenExpiry.js | 7 + .../dist-es/validateTokenKey.js | 7 + .../dist-es/writeSSOTokenToFile.js | 8 + .../token-providers/dist-types/constants.d.ts | 8 + .../token-providers/dist-types/fromSso.d.ts | 8 + .../dist-types/fromStatic.d.ts | 8 + .../dist-types/getNewSsoOidcToken.d.ts | 5 + .../dist-types/getSsoOidcClient.d.ts | 6 + .../token-providers/dist-types/index.d.ts | 3 + .../dist-types/nodeProvider.d.ts | 18 + .../dist-types/ts3.4/constants.d.ts | 3 + .../dist-types/ts3.4/fromSso.d.ts | 4 + .../dist-types/ts3.4/fromStatic.d.ts | 7 + .../dist-types/ts3.4/getNewSsoOidcToken.d.ts | 5 + .../dist-types/ts3.4/getSsoOidcClient.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 3 + .../dist-types/ts3.4/nodeProvider.d.ts | 5 + .../dist-types/ts3.4/validateTokenExpiry.d.ts | 2 + .../dist-types/ts3.4/validateTokenKey.d.ts | 5 + .../dist-types/ts3.4/writeSSOTokenToFile.d.ts | 5 + .../dist-types/validateTokenExpiry.d.ts | 5 + .../dist-types/validateTokenKey.d.ts | 4 + .../dist-types/writeSSOTokenToFile.d.ts | 5 + .../@aws-sdk/token-providers/package.json | 63 + node_modules/@aws-sdk/types/LICENSE | 201 + node_modules/@aws-sdk/types/README.md | 4 + node_modules/@aws-sdk/types/dist-cjs/abort.js | 2 + node_modules/@aws-sdk/types/dist-cjs/auth.js | 2 + .../@aws-sdk/types/dist-cjs/checksum.js | 2 + .../@aws-sdk/types/dist-cjs/client.js | 2 + .../@aws-sdk/types/dist-cjs/command.js | 2 + .../@aws-sdk/types/dist-cjs/credentials.js | 2 + .../@aws-sdk/types/dist-cjs/crypto.js | 2 + .../@aws-sdk/types/dist-cjs/endpoint.js | 8 + .../@aws-sdk/types/dist-cjs/eventStream.js | 2 + node_modules/@aws-sdk/types/dist-cjs/http.js | 2 + .../dist-cjs/identity/AnonymousIdentity.js | 2 + .../identity/AwsCredentialIdentity.js | 2 + .../types/dist-cjs/identity/Identity.js | 3 + .../types/dist-cjs/identity/LoginIdentity.js | 2 + .../types/dist-cjs/identity/TokenIdentity.js | 2 + .../@aws-sdk/types/dist-cjs/identity/index.js | 8 + node_modules/@aws-sdk/types/dist-cjs/index.js | 28 + .../@aws-sdk/types/dist-cjs/logger.js | 2 + .../@aws-sdk/types/dist-cjs/middleware.js | 2 + .../@aws-sdk/types/dist-cjs/pagination.js | 2 + .../@aws-sdk/types/dist-cjs/profile.js | 2 + .../@aws-sdk/types/dist-cjs/response.js | 2 + node_modules/@aws-sdk/types/dist-cjs/retry.js | 2 + node_modules/@aws-sdk/types/dist-cjs/serde.js | 2 + .../@aws-sdk/types/dist-cjs/shapes.js | 2 + .../@aws-sdk/types/dist-cjs/signature.js | 2 + .../@aws-sdk/types/dist-cjs/stream.js | 2 + node_modules/@aws-sdk/types/dist-cjs/token.js | 2 + .../@aws-sdk/types/dist-cjs/transfer.js | 2 + node_modules/@aws-sdk/types/dist-cjs/util.js | 2 + .../@aws-sdk/types/dist-cjs/waiter.js | 2 + node_modules/@aws-sdk/types/dist-es/abort.js | 1 + node_modules/@aws-sdk/types/dist-es/auth.js | 1 + .../@aws-sdk/types/dist-es/checksum.js | 1 + node_modules/@aws-sdk/types/dist-es/client.js | 1 + .../@aws-sdk/types/dist-es/command.js | 1 + .../@aws-sdk/types/dist-es/credentials.js | 1 + node_modules/@aws-sdk/types/dist-es/crypto.js | 1 + .../@aws-sdk/types/dist-es/endpoint.js | 5 + .../@aws-sdk/types/dist-es/eventStream.js | 1 + node_modules/@aws-sdk/types/dist-es/http.js | 1 + .../dist-es/identity/AnonymousIdentity.js | 1 + .../dist-es/identity/AwsCredentialIdentity.js | 1 + .../types/dist-es/identity/Identity.js | 2 + .../types/dist-es/identity/LoginIdentity.js | 1 + .../types/dist-es/identity/TokenIdentity.js | 1 + .../@aws-sdk/types/dist-es/identity/index.js | 5 + node_modules/@aws-sdk/types/dist-es/index.js | 25 + node_modules/@aws-sdk/types/dist-es/logger.js | 1 + .../@aws-sdk/types/dist-es/middleware.js | 1 + .../@aws-sdk/types/dist-es/pagination.js | 1 + .../@aws-sdk/types/dist-es/profile.js | 1 + .../@aws-sdk/types/dist-es/response.js | 1 + node_modules/@aws-sdk/types/dist-es/retry.js | 1 + node_modules/@aws-sdk/types/dist-es/serde.js | 1 + node_modules/@aws-sdk/types/dist-es/shapes.js | 1 + .../@aws-sdk/types/dist-es/signature.js | 1 + node_modules/@aws-sdk/types/dist-es/stream.js | 1 + node_modules/@aws-sdk/types/dist-es/token.js | 1 + .../@aws-sdk/types/dist-es/transfer.js | 1 + node_modules/@aws-sdk/types/dist-es/util.js | 1 + node_modules/@aws-sdk/types/dist-es/waiter.js | 1 + .../@aws-sdk/types/dist-types/abort.d.ts | 42 + .../@aws-sdk/types/dist-types/auth.d.ts | 27 + .../@aws-sdk/types/dist-types/checksum.d.ts | 50 + .../@aws-sdk/types/dist-types/client.d.ts | 23 + .../@aws-sdk/types/dist-types/command.d.ts | 7 + .../types/dist-types/credentials.d.ts | 13 + .../@aws-sdk/types/dist-types/crypto.d.ts | 47 + .../@aws-sdk/types/dist-types/endpoint.d.ts | 56 + .../types/dist-types/eventStream.d.ts | 96 + .../@aws-sdk/types/dist-types/http.d.ts | 91 + .../identity/AnonymousIdentity.d.ts | 3 + .../identity/AwsCredentialIdentity.d.ts | 17 + .../types/dist-types/identity/Identity.d.ts | 9 + .../dist-types/identity/LoginIdentity.d.ts | 12 + .../dist-types/identity/TokenIdentity.d.ts | 8 + .../types/dist-types/identity/index.d.ts | 5 + .../@aws-sdk/types/dist-types/index.d.ts | 25 + .../@aws-sdk/types/dist-types/logger.d.ts | 27 + .../@aws-sdk/types/dist-types/middleware.d.ts | 362 + .../@aws-sdk/types/dist-types/pagination.d.ts | 22 + .../@aws-sdk/types/dist-types/profile.d.ts | 11 + .../@aws-sdk/types/dist-types/response.d.ts | 34 + .../@aws-sdk/types/dist-types/retry.d.ts | 112 + .../@aws-sdk/types/dist-types/serde.d.ts | 100 + .../@aws-sdk/types/dist-types/shapes.d.ts | 54 + .../@aws-sdk/types/dist-types/signature.d.ts | 100 + .../@aws-sdk/types/dist-types/stream.d.ts | 16 + .../@aws-sdk/types/dist-types/token.d.ts | 13 + .../@aws-sdk/types/dist-types/transfer.d.ts | 16 + .../types/dist-types/ts3.4/abort.d.ts | 11 + .../@aws-sdk/types/dist-types/ts3.4/auth.d.ts | 8 + .../types/dist-types/ts3.4/checksum.d.ts | 8 + .../types/dist-types/ts3.4/client.d.ts | 52 + .../types/dist-types/ts3.4/command.d.ts | 17 + .../types/dist-types/ts3.4/credentials.d.ts | 4 + .../types/dist-types/ts3.4/crypto.d.ts | 14 + .../types/dist-types/ts3.4/endpoint.d.ts | 43 + .../types/dist-types/ts3.4/eventStream.d.ts | 99 + .../@aws-sdk/types/dist-types/ts3.4/http.d.ts | 33 + .../ts3.4/identity/AnonymousIdentity.d.ts | 2 + .../ts3.4/identity/AwsCredentialIdentity.d.ts | 8 + .../dist-types/ts3.4/identity/Identity.d.ts | 6 + .../ts3.4/identity/LoginIdentity.d.ts | 6 + .../ts3.4/identity/TokenIdentity.d.ts | 5 + .../dist-types/ts3.4/identity/index.d.ts | 5 + .../types/dist-types/ts3.4/index.d.ts | 25 + .../types/dist-types/ts3.4/logger.d.ts | 20 + .../types/dist-types/ts3.4/middleware.d.ts | 213 + .../types/dist-types/ts3.4/pagination.d.ts | 8 + .../types/dist-types/ts3.4/profile.d.ts | 7 + .../types/dist-types/ts3.4/response.d.ts | 11 + .../types/dist-types/ts3.4/retry.d.ts | 46 + .../types/dist-types/ts3.4/serde.d.ts | 49 + .../types/dist-types/ts3.4/shapes.d.ts | 24 + .../types/dist-types/ts3.4/signature.d.ts | 40 + .../types/dist-types/ts3.4/stream.d.ts | 15 + .../types/dist-types/ts3.4/token.d.ts | 4 + .../types/dist-types/ts3.4/transfer.d.ts | 18 + .../@aws-sdk/types/dist-types/ts3.4/util.d.ts | 50 + .../types/dist-types/ts3.4/waiter.d.ts | 9 + .../@aws-sdk/types/dist-types/util.d.ts | 131 + .../@aws-sdk/types/dist-types/waiter.d.ts | 32 + node_modules/@aws-sdk/types/package.json | 53 + node_modules/@aws-sdk/url-parser/LICENSE | 201 + node_modules/@aws-sdk/url-parser/README.md | 10 + .../@aws-sdk/url-parser/dist-cjs/index.js | 22 + .../@aws-sdk/url-parser/dist-es/index.js | 18 + .../@aws-sdk/url-parser/dist-types/index.d.ts | 2 + .../url-parser/dist-types/ts3.4/index.d.ts | 2 + node_modules/@aws-sdk/url-parser/package.json | 51 + node_modules/@aws-sdk/util-base64/LICENSE | 201 + node_modules/@aws-sdk/util-base64/README.md | 4 + .../util-base64/dist-cjs/constants.browser.js | 35 + .../dist-cjs/fromBase64.browser.js | 40 + .../util-base64/dist-cjs/fromBase64.js | 16 + .../@aws-sdk/util-base64/dist-cjs/index.js | 5 + .../util-base64/dist-cjs/toBase64.browser.js | 24 + .../@aws-sdk/util-base64/dist-cjs/toBase64.js | 6 + .../util-base64/dist-es/constants.browser.js | 28 + .../util-base64/dist-es/fromBase64.browser.js | 36 + .../util-base64/dist-es/fromBase64.js | 12 + .../@aws-sdk/util-base64/dist-es/index.js | 2 + .../util-base64/dist-es/toBase64.browser.js | 20 + .../@aws-sdk/util-base64/dist-es/toBase64.js | 2 + .../dist-types/constants.browser.d.ts | 6 + .../dist-types/fromBase64.browser.d.ts | 8 + .../util-base64/dist-types/fromBase64.d.ts | 7 + .../util-base64/dist-types/index.d.ts | 2 + .../dist-types/toBase64.browser.d.ts | 8 + .../util-base64/dist-types/toBase64.d.ts | 7 + .../dist-types/ts3.4/constants.browser.d.ts | 12 + .../dist-types/ts3.4/fromBase64.browser.d.ts | 1 + .../dist-types/ts3.4/fromBase64.d.ts | 1 + .../util-base64/dist-types/ts3.4/index.d.ts | 2 + .../dist-types/ts3.4/toBase64.browser.d.ts | 1 + .../dist-types/ts3.4/toBase64.d.ts | 1 + .../@aws-sdk/util-base64/package.json | 63 + .../util-body-length-browser/CHANGELOG.md | 681 ++ .../@aws-sdk/util-body-length-browser/LICENSE | 201 + .../util-body-length-browser/README.md | 12 + .../dist-cjs/calculateBodyLength.js | 26 + .../dist-cjs/index.js | 4 + .../dist-es/calculateBodyLength.js | 22 + .../util-body-length-browser/dist-es/index.js | 1 + .../dist-types/calculateBodyLength.d.ts | 1 + .../dist-types/index.d.ts | 1 + .../dist-types/ts3.4/calculateBodyLength.d.ts | 1 + .../dist-types/ts3.4/index.d.ts | 1 + .../util-body-length-browser/package.json | 50 + .../@aws-sdk/util-body-length-node/LICENSE | 201 + .../@aws-sdk/util-body-length-node/README.md | 12 + .../dist-cjs/calculateBodyLength.js | 26 + .../util-body-length-node/dist-cjs/index.js | 4 + .../dist-es/calculateBodyLength.js | 22 + .../util-body-length-node/dist-es/index.js | 1 + .../dist-types/calculateBodyLength.d.ts | 1 + .../dist-types/index.d.ts | 1 + .../dist-types/ts3.4/calculateBodyLength.d.ts | 1 + .../dist-types/ts3.4/index.d.ts | 1 + .../util-body-length-node/package.json | 54 + .../@aws-sdk/util-buffer-from/LICENSE | 201 + .../@aws-sdk/util-buffer-from/README.md | 10 + .../util-buffer-from/dist-cjs/index.js | 19 + .../util-buffer-from/dist-es/index.js | 14 + .../util-buffer-from/dist-types/index.d.ts | 4 + .../dist-types/ts3.4/index.d.ts | 19 + .../@aws-sdk/util-buffer-from/package.json | 54 + .../@aws-sdk/util-config-provider/LICENSE | 201 + .../@aws-sdk/util-config-provider/README.md | 4 + .../dist-cjs/booleanSelector.js | 18 + .../util-config-provider/dist-cjs/index.js | 4 + .../dist-es/booleanSelector.js | 14 + .../util-config-provider/dist-es/index.js | 1 + .../dist-types/booleanSelector.d.ts | 13 + .../dist-types/index.d.ts | 1 + .../dist-types/ts3.4/booleanSelector.d.ts | 9 + .../dist-types/ts3.4/index.d.ts | 1 + .../util-config-provider/package.json | 55 + .../util-defaults-mode-browser/LICENSE | 201 + .../util-defaults-mode-browser/README.md | 10 + .../dist-cjs/constants.js | 4 + .../dist-cjs/index.js | 4 + .../dist-cjs/resolveDefaultsModeConfig.js | 33 + .../resolveDefaultsModeConfig.native.js | 23 + .../dist-es/constants.js | 1 + .../dist-es/index.js | 1 + .../dist-es/resolveDefaultsModeConfig.js | 27 + .../resolveDefaultsModeConfig.native.js | 19 + .../dist-types/constants.d.ts | 9 + .../dist-types/index.d.ts | 1 + .../dist-types/resolveDefaultsModeConfig.d.ts | 17 + .../resolveDefaultsModeConfig.native.d.ts | 16 + .../dist-types/ts3.4/constants.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 1 + .../ts3.4/resolveDefaultsModeConfig.d.ts | 8 + .../resolveDefaultsModeConfig.native.d.ts | 8 + .../util-defaults-mode-browser/package.json | 59 + .../@aws-sdk/util-defaults-mode-node/LICENSE | 201 + .../util-defaults-mode-node/README.md | 10 + .../dist-cjs/constants.js | 9 + .../dist-cjs/defaultsModeConfig.js | 14 + .../util-defaults-mode-node/dist-cjs/index.js | 4 + .../dist-cjs/resolveDefaultsModeConfig.js | 57 + .../dist-es/constants.js | 6 + .../dist-es/defaultsModeConfig.js | 11 + .../util-defaults-mode-node/dist-es/index.js | 1 + .../dist-es/resolveDefaultsModeConfig.js | 52 + .../dist-types/constants.d.ts | 6 + .../dist-types/defaultsModeConfig.d.ts | 3 + .../dist-types/index.d.ts | 1 + .../dist-types/resolveDefaultsModeConfig.d.ts | 17 + .../dist-types/ts3.4/constants.d.ts | 6 + .../dist-types/ts3.4/defaultsModeConfig.d.ts | 3 + .../dist-types/ts3.4/index.d.ts | 1 + .../ts3.4/resolveDefaultsModeConfig.d.ts | 10 + .../util-defaults-mode-node/package.json | 58 + node_modules/@aws-sdk/util-endpoints/LICENSE | 201 + .../@aws-sdk/util-endpoints/README.md | 6 + .../util-endpoints/dist-cjs/debug/debugId.js | 4 + .../util-endpoints/dist-cjs/debug/index.js | 5 + .../dist-cjs/debug/toDebugString.js | 16 + .../@aws-sdk/util-endpoints/dist-cjs/index.js | 6 + .../util-endpoints/dist-cjs/lib/aws/index.js | 6 + .../lib/aws/isVirtualHostableS3Bucket.js | 29 + .../dist-cjs/lib/aws/parseArn.js | 19 + .../dist-cjs/lib/aws/partition.js | 36 + .../dist-cjs/lib/aws/partitions.json | 178 + .../dist-cjs/lib/booleanEquals.js | 5 + .../util-endpoints/dist-cjs/lib/getAttr.js | 15 + .../dist-cjs/lib/getAttrPathList.js | 29 + .../util-endpoints/dist-cjs/lib/index.js | 14 + .../dist-cjs/lib/isIpAddress.js | 6 + .../util-endpoints/dist-cjs/lib/isSet.js | 5 + .../dist-cjs/lib/isValidHostLabel.js | 17 + .../util-endpoints/dist-cjs/lib/not.js | 5 + .../util-endpoints/dist-cjs/lib/parseURL.js | 55 + .../dist-cjs/lib/stringEquals.js | 5 + .../util-endpoints/dist-cjs/lib/substring.js | 13 + .../util-endpoints/dist-cjs/lib/uriEncode.js | 5 + .../dist-cjs/resolveEndpoint.js | 42 + .../dist-cjs/types/EndpointError.js | 10 + .../dist-cjs/types/EndpointRuleObject.js | 2 + .../dist-cjs/types/ErrorRuleObject.js | 2 + .../dist-cjs/types/RuleSetObject.js | 2 + .../dist-cjs/types/TreeRuleObject.js | 2 + .../util-endpoints/dist-cjs/types/index.js | 9 + .../util-endpoints/dist-cjs/types/shared.js | 2 + .../dist-cjs/utils/callFunction.js | 11 + .../dist-cjs/utils/evaluateCondition.js | 19 + .../dist-cjs/utils/evaluateConditions.js | 27 + .../dist-cjs/utils/evaluateEndpointRule.js | 32 + .../dist-cjs/utils/evaluateErrorRule.js | 18 + .../dist-cjs/utils/evaluateExpression.js | 20 + .../dist-cjs/utils/evaluateRules.js | 31 + .../dist-cjs/utils/evaluateTemplate.js | 40 + .../dist-cjs/utils/evaluateTreeRule.js | 17 + .../dist-cjs/utils/getEndpointHeaders.js | 16 + .../dist-cjs/utils/getEndpointProperties.js | 9 + .../dist-cjs/utils/getEndpointProperty.js | 25 + .../dist-cjs/utils/getEndpointUrl.js | 19 + .../dist-cjs/utils/getReferenceValue.js | 11 + .../util-endpoints/dist-cjs/utils/index.js | 4 + .../util-endpoints/dist-es/debug/debugId.js | 1 + .../util-endpoints/dist-es/debug/index.js | 2 + .../dist-es/debug/toDebugString.js | 12 + .../@aws-sdk/util-endpoints/dist-es/index.js | 3 + .../util-endpoints/dist-es/lib/aws/index.js | 3 + .../lib/aws/isVirtualHostableS3Bucket.js | 25 + .../dist-es/lib/aws/parseArn.js | 15 + .../dist-es/lib/aws/partition.js | 31 + .../dist-es/lib/aws/partitions.json | 178 + .../dist-es/lib/booleanEquals.js | 1 + .../util-endpoints/dist-es/lib/getAttr.js | 11 + .../dist-es/lib/getAttrPathList.js | 25 + .../util-endpoints/dist-es/lib/index.js | 10 + .../util-endpoints/dist-es/lib/isIpAddress.js | 2 + .../util-endpoints/dist-es/lib/isSet.js | 1 + .../dist-es/lib/isValidHostLabel.js | 13 + .../util-endpoints/dist-es/lib/not.js | 1 + .../util-endpoints/dist-es/lib/parseURL.js | 51 + .../dist-es/lib/stringEquals.js | 1 + .../util-endpoints/dist-es/lib/substring.js | 9 + .../util-endpoints/dist-es/lib/uriEncode.js | 1 + .../util-endpoints/dist-es/resolveEndpoint.js | 37 + .../dist-es/types/EndpointError.js | 6 + .../dist-es/types/EndpointRuleObject.js | 1 + .../dist-es/types/ErrorRuleObject.js | 1 + .../dist-es/types/RuleSetObject.js | 1 + .../dist-es/types/TreeRuleObject.js | 1 + .../util-endpoints/dist-es/types/index.js | 6 + .../util-endpoints/dist-es/types/shared.js | 1 + .../dist-es/utils/callFunction.js | 6 + .../dist-es/utils/evaluateCondition.js | 14 + .../dist-es/utils/evaluateConditions.js | 22 + .../dist-es/utils/evaluateEndpointRule.js | 27 + .../dist-es/utils/evaluateErrorRule.js | 14 + .../dist-es/utils/evaluateExpression.js | 16 + .../dist-es/utils/evaluateRules.js | 27 + .../dist-es/utils/evaluateTemplate.js | 36 + .../dist-es/utils/evaluateTreeRule.js | 13 + .../dist-es/utils/getEndpointHeaders.js | 12 + .../dist-es/utils/getEndpointProperties.js | 5 + .../dist-es/utils/getEndpointProperty.js | 21 + .../dist-es/utils/getEndpointUrl.js | 15 + .../dist-es/utils/getReferenceValue.js | 7 + .../util-endpoints/dist-es/utils/index.js | 1 + .../dist-types/debug/debugId.d.ts | 1 + .../dist-types/debug/index.d.ts | 2 + .../dist-types/debug/toDebugString.d.ts | 9 + .../util-endpoints/dist-types/index.d.ts | 3 + .../dist-types/lib/aws/index.d.ts | 3 + .../lib/aws/isVirtualHostableS3Bucket.d.ts | 5 + .../dist-types/lib/aws/parseArn.d.ts | 7 + .../dist-types/lib/aws/partition.d.ts | 8 + .../dist-types/lib/booleanEquals.d.ts | 5 + .../dist-types/lib/getAttr.d.ts | 7 + .../dist-types/lib/getAttrPathList.d.ts | 4 + .../util-endpoints/dist-types/lib/index.d.ts | 10 + .../dist-types/lib/isIpAddress.d.ts | 4 + .../util-endpoints/dist-types/lib/isSet.d.ts | 5 + .../dist-types/lib/isValidHostLabel.d.ts | 7 + .../util-endpoints/dist-types/lib/not.d.ts | 5 + .../dist-types/lib/parseURL.d.ts | 5 + .../dist-types/lib/stringEquals.d.ts | 5 + .../dist-types/lib/substring.d.ts | 7 + .../dist-types/lib/uriEncode.d.ts | 4 + .../dist-types/resolveEndpoint.d.ts | 6 + .../dist-types/ts3.4/debug/debugId.d.ts | 1 + .../dist-types/ts3.4/debug/index.d.ts | 2 + .../dist-types/ts3.4/debug/toDebugString.d.ts | 9 + .../dist-types/ts3.4/index.d.ts | 3 + .../dist-types/ts3.4/lib/aws/index.d.ts | 3 + .../lib/aws/isVirtualHostableS3Bucket.d.ts | 4 + .../dist-types/ts3.4/lib/aws/parseArn.d.ts | 2 + .../dist-types/ts3.4/lib/aws/partition.d.ts | 2 + .../dist-types/ts3.4/lib/booleanEquals.d.ts | 4 + .../dist-types/ts3.4/lib/getAttr.d.ts | 11 + .../dist-types/ts3.4/lib/getAttrPathList.d.ts | 1 + .../dist-types/ts3.4/lib/index.d.ts | 11 + .../dist-types/ts3.4/lib/isIpAddress.d.ts | 1 + .../dist-types/ts3.4/lib/isSet.d.ts | 1 + .../ts3.4/lib/isValidHostLabel.d.ts | 4 + .../dist-types/ts3.4/lib/not.d.ts | 1 + .../dist-types/ts3.4/lib/parseURL.d.ts | 4 + .../dist-types/ts3.4/lib/stringEquals.d.ts | 1 + .../dist-types/ts3.4/lib/substring.d.ts | 6 + .../dist-types/ts3.4/lib/uriEncode.d.ts | 1 + .../dist-types/ts3.4/resolveEndpoint.d.ts | 6 + .../dist-types/ts3.4/types/EndpointError.d.ts | 3 + .../ts3.4/types/EndpointRuleObject.d.ts | 18 + .../ts3.4/types/ErrorRuleObject.d.ts | 7 + .../dist-types/ts3.4/types/RuleSetObject.d.ts | 19 + .../ts3.4/types/TreeRuleObject.d.ts | 12 + .../dist-types/ts3.4/types/index.d.ts | 6 + .../dist-types/ts3.4/types/shared.d.ts | 29 + .../dist-types/ts3.4/utils/callFunction.d.ts | 5 + .../ts3.4/utils/evaluateCondition.d.ts | 13 + .../ts3.4/utils/evaluateConditions.d.ts | 13 + .../ts3.4/utils/evaluateEndpointRule.d.ts | 6 + .../ts3.4/utils/evaluateErrorRule.d.ts | 5 + .../ts3.4/utils/evaluateExpression.d.ts | 6 + .../dist-types/ts3.4/utils/evaluateRules.d.ts | 6 + .../ts3.4/utils/evaluateTemplate.d.ts | 5 + .../ts3.4/utils/evaluateTreeRule.d.ts | 6 + .../ts3.4/utils/getEndpointHeaders.d.ts | 5 + .../ts3.4/utils/getEndpointProperties.d.ts | 5 + .../ts3.4/utils/getEndpointProperty.d.ts | 6 + .../ts3.4/utils/getEndpointUrl.d.ts | 5 + .../ts3.4/utils/getReferenceValue.d.ts | 5 + .../dist-types/ts3.4/utils/index.d.ts | 1 + .../dist-types/types/EndpointError.d.ts | 3 + .../dist-types/types/EndpointRuleObject.d.ts | 15 + .../dist-types/types/ErrorRuleObject.d.ts | 7 + .../dist-types/types/RuleSetObject.d.ts | 19 + .../dist-types/types/TreeRuleObject.d.ts | 10 + .../dist-types/types/index.d.ts | 6 + .../dist-types/types/shared.d.ts | 25 + .../dist-types/utils/callFunction.d.ts | 2 + .../dist-types/utils/evaluateCondition.d.ts | 8 + .../dist-types/utils/evaluateConditions.d.ts | 8 + .../utils/evaluateEndpointRule.d.ts | 3 + .../dist-types/utils/evaluateErrorRule.d.ts | 2 + .../dist-types/utils/evaluateExpression.d.ts | 2 + .../dist-types/utils/evaluateRules.d.ts | 3 + .../dist-types/utils/evaluateTemplate.d.ts | 2 + .../dist-types/utils/evaluateTreeRule.d.ts | 3 + .../dist-types/utils/getEndpointHeaders.d.ts | 2 + .../utils/getEndpointProperties.d.ts | 2 + .../dist-types/utils/getEndpointProperty.d.ts | 3 + .../dist-types/utils/getEndpointUrl.d.ts | 2 + .../dist-types/utils/getReferenceValue.d.ts | 2 + .../dist-types/utils/index.d.ts | 1 + .../@aws-sdk/util-endpoints/package.json | 54 + .../@aws-sdk/util-hex-encoding/CHANGELOG.md | 676 ++ .../@aws-sdk/util-hex-encoding/LICENSE | 201 + .../@aws-sdk/util-hex-encoding/README.md | 4 + .../util-hex-encoding/dist-cjs/index.js | 38 + .../util-hex-encoding/dist-es/index.js | 33 + .../util-hex-encoding/dist-types/index.d.ts | 12 + .../dist-types/ts3.4/index.d.ts | 2 + .../@aws-sdk/util-hex-encoding/package.json | 53 + .../@aws-sdk/util-locate-window/LICENSE | 201 + .../@aws-sdk/util-locate-window/README.md | 4 + .../util-locate-window/dist-cjs/index.js | 13 + .../util-locate-window/dist-es/index.js | 10 + .../util-locate-window/dist-types/index.d.ts | 6 + .../dist-types/ts3.4/index.d.ts | 1 + .../@aws-sdk/util-locate-window/package.json | 53 + node_modules/@aws-sdk/util-middleware/LICENSE | 201 + .../@aws-sdk/util-middleware/README.md | 12 + .../util-middleware/dist-cjs/index.js | 4 + .../dist-cjs/normalizeProvider.js | 10 + .../@aws-sdk/util-middleware/dist-es/index.js | 1 + .../dist-es/normalizeProvider.js | 6 + .../util-middleware/dist-types/index.d.ts | 1 + .../dist-types/normalizeProvider.d.ts | 5 + .../dist-types/ts3.4/index.d.ts | 1 + .../dist-types/ts3.4/normalizeProvider.d.ts | 4 + .../@aws-sdk/util-middleware/package.json | 59 + node_modules/@aws-sdk/util-retry/LICENSE | 201 + node_modules/@aws-sdk/util-retry/README.md | 12 + .../dist-cjs/AdaptiveRetryStrategy.js | 28 + .../util-retry/dist-cjs/DefaultRateLimiter.js | 104 + .../dist-cjs/StandardRetryStrategy.js | 48 + .../@aws-sdk/util-retry/dist-cjs/config.js | 10 + .../@aws-sdk/util-retry/dist-cjs/constants.js | 12 + .../dist-cjs/defaultRetryBackoffStrategy.js | 18 + .../util-retry/dist-cjs/defaultRetryToken.js | 55 + .../@aws-sdk/util-retry/dist-cjs/index.js | 9 + .../@aws-sdk/util-retry/dist-cjs/types.js | 2 + .../dist-es/AdaptiveRetryStrategy.js | 24 + .../util-retry/dist-es/DefaultRateLimiter.js | 99 + .../dist-es/StandardRetryStrategy.js | 44 + .../@aws-sdk/util-retry/dist-es/config.js | 7 + .../@aws-sdk/util-retry/dist-es/constants.js | 9 + .../dist-es/defaultRetryBackoffStrategy.js | 14 + .../util-retry/dist-es/defaultRetryToken.js | 50 + .../@aws-sdk/util-retry/dist-es/index.js | 6 + .../@aws-sdk/util-retry/dist-es/types.js | 1 + .../dist-types/AdaptiveRetryStrategy.d.ts | 29 + .../dist-types/DefaultRateLimiter.d.ts | 39 + .../dist-types/StandardRetryStrategy.d.ts | 13 + .../util-retry/dist-types/config.d.ts | 13 + .../util-retry/dist-types/constants.d.ts | 41 + .../defaultRetryBackoffStrategy.d.ts | 2 + .../dist-types/defaultRetryToken.d.ts | 17 + .../@aws-sdk/util-retry/dist-types/index.d.ts | 6 + .../ts3.4/AdaptiveRetryStrategy.d.ts | 27 + .../dist-types/ts3.4/DefaultRateLimiter.d.ts | 39 + .../ts3.4/StandardRetryStrategy.d.ts | 23 + .../util-retry/dist-types/ts3.4/config.d.ts | 6 + .../dist-types/ts3.4/constants.d.ts | 9 + .../ts3.4/defaultRetryBackoffStrategy.d.ts | 2 + .../dist-types/ts3.4/defaultRetryToken.d.ts | 15 + .../util-retry/dist-types/ts3.4/index.d.ts | 6 + .../util-retry/dist-types/ts3.4/types.d.ts | 4 + .../@aws-sdk/util-retry/dist-types/types.d.ts | 16 + node_modules/@aws-sdk/util-retry/package.json | 60 + .../@aws-sdk/util-uri-escape/CHANGELOG.md | 768 ++ node_modules/@aws-sdk/util-uri-escape/LICENSE | 201 + .../@aws-sdk/util-uri-escape/README.md | 10 + .../dist-cjs/escape-uri-path.js | 6 + .../util-uri-escape/dist-cjs/escape-uri.js | 6 + .../util-uri-escape/dist-cjs/index.js | 5 + .../dist-es/escape-uri-path.js | 2 + .../util-uri-escape/dist-es/escape-uri.js | 2 + .../@aws-sdk/util-uri-escape/dist-es/index.js | 2 + .../dist-types/escape-uri-path.d.ts | 1 + .../dist-types/escape-uri.d.ts | 1 + .../util-uri-escape/dist-types/index.d.ts | 2 + .../dist-types/ts3.4/escape-uri-path.d.ts | 1 + .../dist-types/ts3.4/escape-uri.d.ts | 1 + .../dist-types/ts3.4/index.d.ts | 2 + .../@aws-sdk/util-uri-escape/package.json | 52 + .../@aws-sdk/util-user-agent-browser/LICENSE | 201 + .../util-user-agent-browser/README.md | 10 + .../dist-cjs/configurations.js | 2 + .../util-user-agent-browser/dist-cjs/index.js | 22 + .../dist-cjs/index.native.js | 16 + .../dist-es/configurations.js | 1 + .../util-user-agent-browser/dist-es/index.js | 16 + .../dist-es/index.native.js | 12 + .../dist-types/configurations.d.ts | 4 + .../dist-types/index.d.ts | 7 + .../dist-types/index.native.d.ts | 7 + .../dist-types/ts3.4/configurations.d.ts | 4 + .../dist-types/ts3.4/index.d.ts | 6 + .../dist-types/ts3.4/index.native.d.ts | 6 + .../util-user-agent-browser/package.json | 53 + .../@aws-sdk/util-user-agent-node/LICENSE | 201 + .../@aws-sdk/util-user-agent-node/README.md | 10 + .../util-user-agent-node/dist-cjs/index.js | 41 + .../dist-cjs/is-crt-available.js | 15 + .../util-user-agent-node/dist-es/index.js | 37 + .../dist-es/is-crt-available.js | 11 + .../dist-types/index.d.ts | 12 + .../dist-types/is-crt-available.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 12 + .../dist-types/ts3.4/is-crt-available.d.ts | 2 + .../util-user-agent-node/package.json | 64 + .../@aws-sdk/util-utf8-browser/CHANGELOG.md | 657 ++ .../@aws-sdk/util-utf8-browser/LICENSE | 201 + .../@aws-sdk/util-utf8-browser/README.md | 4 + .../util-utf8-browser/dist-cjs/index.js | 9 + .../util-utf8-browser/dist-cjs/pureJs.js | 47 + .../dist-cjs/whatwgEncodingApi.js | 11 + .../util-utf8-browser/dist-es/index.js | 4 + .../util-utf8-browser/dist-es/pureJs.js | 42 + .../dist-es/whatwgEncodingApi.js | 6 + .../util-utf8-browser/dist-types/index.d.ts | 2 + .../util-utf8-browser/dist-types/pureJs.d.ts | 17 + .../dist-types/ts3.4/index.d.ts | 2 + .../dist-types/ts3.4/pureJs.d.ts | 2 + .../dist-types/ts3.4/whatwgEncodingApi.d.ts | 2 + .../dist-types/whatwgEncodingApi.d.ts | 2 + .../@aws-sdk/util-utf8-browser/package.json | 50 + node_modules/@aws-sdk/util-utf8-node/LICENSE | 201 + .../@aws-sdk/util-utf8-node/README.md | 4 + .../@aws-sdk/util-utf8-node/dist-cjs/index.js | 11 + .../@aws-sdk/util-utf8-node/dist-es/index.js | 6 + .../util-utf8-node/dist-types/index.d.ts | 2 + .../dist-types/ts3.4/index.d.ts | 2 + .../@aws-sdk/util-utf8-node/package.json | 55 + node_modules/@types/node/LICENSE | 21 + node_modules/@types/node/README.md | 16 + node_modules/@types/node/assert.d.ts | 961 ++ node_modules/@types/node/assert/strict.d.ts | 8 + node_modules/@types/node/async_hooks.d.ts | 501 + node_modules/@types/node/buffer.d.ts | 2258 +++++ node_modules/@types/node/child_process.d.ts | 1369 +++ node_modules/@types/node/cluster.d.ts | 410 + node_modules/@types/node/console.d.ts | 412 + node_modules/@types/node/constants.d.ts | 18 + node_modules/@types/node/crypto.d.ts | 3964 ++++++++ node_modules/@types/node/dgram.d.ts | 545 ++ .../@types/node/diagnostics_channel.d.ts | 153 + node_modules/@types/node/dns.d.ts | 659 ++ node_modules/@types/node/dns/promises.d.ts | 370 + node_modules/@types/node/dom-events.d.ts | 126 + node_modules/@types/node/domain.d.ts | 170 + node_modules/@types/node/events.d.ts | 678 ++ node_modules/@types/node/fs.d.ts | 3872 ++++++++ node_modules/@types/node/fs/promises.d.ts | 1138 +++ node_modules/@types/node/globals.d.ts | 300 + node_modules/@types/node/globals.global.d.ts | 1 + node_modules/@types/node/http.d.ts | 1651 ++++ node_modules/@types/node/http2.d.ts | 2134 +++++ node_modules/@types/node/https.d.ts | 542 ++ node_modules/@types/node/index.d.ts | 134 + node_modules/@types/node/inspector.d.ts | 2741 ++++++ node_modules/@types/node/module.d.ts | 114 + node_modules/@types/node/net.d.ts | 869 ++ node_modules/@types/node/os.d.ts | 466 + node_modules/@types/node/package.json | 237 + node_modules/@types/node/path.d.ts | 191 + node_modules/@types/node/perf_hooks.d.ts | 625 ++ node_modules/@types/node/process.d.ts | 1482 +++ node_modules/@types/node/punycode.d.ts | 117 + node_modules/@types/node/querystring.d.ts | 131 + node_modules/@types/node/readline.d.ts | 653 ++ .../@types/node/readline/promises.d.ts | 143 + node_modules/@types/node/repl.d.ts | 424 + node_modules/@types/node/stream.d.ts | 1340 +++ .../@types/node/stream/consumers.d.ts | 12 + node_modules/@types/node/stream/promises.d.ts | 42 + node_modules/@types/node/stream/web.d.ts | 330 + node_modules/@types/node/string_decoder.d.ts | 67 + node_modules/@types/node/test.d.ts | 446 + node_modules/@types/node/timers.d.ts | 94 + node_modules/@types/node/timers/promises.d.ts | 93 + node_modules/@types/node/tls.d.ts | 1028 ++ node_modules/@types/node/trace_events.d.ts | 171 + node_modules/@types/node/ts4.8/assert.d.ts | 961 ++ .../@types/node/ts4.8/assert/strict.d.ts | 8 + .../@types/node/ts4.8/async_hooks.d.ts | 501 + node_modules/@types/node/ts4.8/buffer.d.ts | 2259 +++++ .../@types/node/ts4.8/child_process.d.ts | 1369 +++ node_modules/@types/node/ts4.8/cluster.d.ts | 410 + node_modules/@types/node/ts4.8/console.d.ts | 412 + node_modules/@types/node/ts4.8/constants.d.ts | 18 + node_modules/@types/node/ts4.8/crypto.d.ts | 3964 ++++++++ node_modules/@types/node/ts4.8/dgram.d.ts | 545 ++ .../node/ts4.8/diagnostics_channel.d.ts | 153 + node_modules/@types/node/ts4.8/dns.d.ts | 659 ++ .../@types/node/ts4.8/dns/promises.d.ts | 370 + .../@types/node/ts4.8/dom-events.d.ts | 126 + node_modules/@types/node/ts4.8/domain.d.ts | 170 + node_modules/@types/node/ts4.8/events.d.ts | 678 ++ node_modules/@types/node/ts4.8/fs.d.ts | 3872 ++++++++ .../@types/node/ts4.8/fs/promises.d.ts | 1138 +++ node_modules/@types/node/ts4.8/globals.d.ts | 294 + .../@types/node/ts4.8/globals.global.d.ts | 1 + node_modules/@types/node/ts4.8/http.d.ts | 1651 ++++ node_modules/@types/node/ts4.8/http2.d.ts | 2134 +++++ node_modules/@types/node/ts4.8/https.d.ts | 542 ++ node_modules/@types/node/ts4.8/index.d.ts | 88 + node_modules/@types/node/ts4.8/inspector.d.ts | 2741 ++++++ node_modules/@types/node/ts4.8/module.d.ts | 114 + node_modules/@types/node/ts4.8/net.d.ts | 869 ++ node_modules/@types/node/ts4.8/os.d.ts | 466 + node_modules/@types/node/ts4.8/path.d.ts | 191 + .../@types/node/ts4.8/perf_hooks.d.ts | 625 ++ node_modules/@types/node/ts4.8/process.d.ts | 1482 +++ node_modules/@types/node/ts4.8/punycode.d.ts | 117 + .../@types/node/ts4.8/querystring.d.ts | 131 + node_modules/@types/node/ts4.8/readline.d.ts | 653 ++ .../@types/node/ts4.8/readline/promises.d.ts | 143 + node_modules/@types/node/ts4.8/repl.d.ts | 424 + node_modules/@types/node/ts4.8/stream.d.ts | 1340 +++ .../@types/node/ts4.8/stream/consumers.d.ts | 12 + .../@types/node/ts4.8/stream/promises.d.ts | 42 + .../@types/node/ts4.8/stream/web.d.ts | 330 + .../@types/node/ts4.8/string_decoder.d.ts | 67 + node_modules/@types/node/ts4.8/test.d.ts | 446 + node_modules/@types/node/ts4.8/timers.d.ts | 94 + .../@types/node/ts4.8/timers/promises.d.ts | 93 + node_modules/@types/node/ts4.8/tls.d.ts | 1028 ++ .../@types/node/ts4.8/trace_events.d.ts | 171 + node_modules/@types/node/ts4.8/tty.d.ts | 206 + node_modules/@types/node/ts4.8/url.d.ts | 897 ++ node_modules/@types/node/ts4.8/util.d.ts | 1926 ++++ node_modules/@types/node/ts4.8/v8.d.ts | 396 + node_modules/@types/node/ts4.8/vm.d.ts | 509 + node_modules/@types/node/ts4.8/wasi.d.ts | 158 + .../@types/node/ts4.8/worker_threads.d.ts | 689 ++ node_modules/@types/node/ts4.8/zlib.d.ts | 517 + node_modules/@types/node/tty.d.ts | 206 + node_modules/@types/node/url.d.ts | 897 ++ node_modules/@types/node/util.d.ts | 1926 ++++ node_modules/@types/node/v8.d.ts | 396 + node_modules/@types/node/vm.d.ts | 509 + node_modules/@types/node/wasi.d.ts | 158 + node_modules/@types/node/worker_threads.d.ts | 689 ++ node_modules/@types/node/zlib.d.ts | 517 + .../@types/webidl-conversions/LICENSE | 21 + .../@types/webidl-conversions/README.md | 16 + .../@types/webidl-conversions/index.d.ts | 97 + .../@types/webidl-conversions/package.json | 30 + node_modules/@types/whatwg-url/LICENSE | 21 + node_modules/@types/whatwg-url/README.md | 16 + .../@types/whatwg-url/dist/URL-impl.d.ts | 23 + node_modules/@types/whatwg-url/dist/URL.d.ts | 76 + .../whatwg-url/dist/URLSearchParams-impl.d.ts | 23 + .../whatwg-url/dist/URLSearchParams.d.ts | 91 + node_modules/@types/whatwg-url/index.d.ts | 162 + node_modules/@types/whatwg-url/package.json | 33 + .../@types/whatwg-url/webidl2js-wrapper.d.ts | 4 + node_modules/abbrev/LICENSE | 46 + node_modules/abbrev/README.md | 23 + node_modules/abbrev/abbrev.js | 61 + node_modules/abbrev/package.json | 21 + node_modules/accepts/HISTORY.md | 243 + node_modules/accepts/LICENSE | 23 + node_modules/accepts/README.md | 140 + node_modules/accepts/index.js | 238 + node_modules/accepts/package.json | 47 + node_modules/ansi-styles/index.d.ts | 345 + node_modules/ansi-styles/index.js | 163 + node_modules/ansi-styles/license | 9 + node_modules/ansi-styles/package.json | 56 + node_modules/ansi-styles/readme.md | 152 + node_modules/anymatch/LICENSE | 15 + node_modules/anymatch/README.md | 87 + node_modules/anymatch/index.d.ts | 20 + node_modules/anymatch/index.js | 104 + node_modules/anymatch/package.json | 48 + node_modules/array-flatten/LICENSE | 21 + node_modules/array-flatten/README.md | 43 + node_modules/array-flatten/array-flatten.js | 64 + node_modules/array-flatten/package.json | 39 + node_modules/async/CHANGELOG.md | 348 + node_modules/async/LICENSE | 19 + node_modules/async/README.md | 59 + node_modules/async/all.js | 119 + node_modules/async/allLimit.js | 46 + node_modules/async/allSeries.js | 45 + node_modules/async/any.js | 122 + node_modules/async/anyLimit.js | 47 + node_modules/async/anySeries.js | 46 + node_modules/async/apply.js | 55 + node_modules/async/applyEach.js | 57 + node_modules/async/applyEachSeries.js | 37 + node_modules/async/asyncify.js | 118 + node_modules/async/auto.js | 333 + node_modules/async/autoInject.js | 182 + node_modules/async/bower.json | 17 + node_modules/async/cargo.js | 63 + node_modules/async/cargoQueue.js | 71 + node_modules/async/compose.js | 55 + node_modules/async/concat.js | 115 + node_modules/async/concatLimit.js | 60 + node_modules/async/concatSeries.js | 41 + node_modules/async/constant.js | 55 + node_modules/async/detect.js | 96 + node_modules/async/detectLimit.js | 48 + node_modules/async/detectSeries.js | 47 + node_modules/async/dir.js | 43 + node_modules/async/dist/async.js | 6059 ++++++++++++ node_modules/async/dist/async.min.js | 1 + node_modules/async/dist/async.mjs | 5947 ++++++++++++ node_modules/async/doDuring.js | 68 + node_modules/async/doUntil.js | 46 + node_modules/async/doWhilst.js | 68 + node_modules/async/during.js | 78 + node_modules/async/each.js | 129 + node_modules/async/eachLimit.js | 50 + node_modules/async/eachOf.js | 185 + node_modules/async/eachOfLimit.js | 47 + node_modules/async/eachOfSeries.js | 39 + node_modules/async/eachSeries.js | 44 + node_modules/async/ensureAsync.js | 67 + node_modules/async/every.js | 119 + node_modules/async/everyLimit.js | 46 + node_modules/async/everySeries.js | 45 + node_modules/async/filter.js | 93 + node_modules/async/filterLimit.js | 45 + node_modules/async/filterSeries.js | 43 + node_modules/async/find.js | 96 + node_modules/async/findLimit.js | 48 + node_modules/async/findSeries.js | 47 + node_modules/async/flatMap.js | 115 + node_modules/async/flatMapLimit.js | 60 + node_modules/async/flatMapSeries.js | 41 + node_modules/async/foldl.js | 153 + node_modules/async/foldr.js | 41 + node_modules/async/forEach.js | 129 + node_modules/async/forEachLimit.js | 50 + node_modules/async/forEachOf.js | 185 + node_modules/async/forEachOfLimit.js | 47 + node_modules/async/forEachOfSeries.js | 39 + node_modules/async/forEachSeries.js | 44 + node_modules/async/forever.js | 68 + node_modules/async/groupBy.js | 108 + node_modules/async/groupByLimit.js | 71 + node_modules/async/groupBySeries.js | 36 + node_modules/async/index.js | 588 ++ node_modules/async/inject.js | 153 + .../async/internal/DoublyLinkedList.js | 92 + node_modules/async/internal/Heap.js | 120 + node_modules/async/internal/applyEach.js | 29 + .../async/internal/asyncEachOfLimit.js | 75 + node_modules/async/internal/awaitify.js | 27 + node_modules/async/internal/breakLoop.js | 10 + node_modules/async/internal/consoleFunc.js | 31 + node_modules/async/internal/createTester.js | 40 + node_modules/async/internal/eachOfLimit.js | 90 + node_modules/async/internal/filter.js | 55 + node_modules/async/internal/getIterator.js | 11 + node_modules/async/internal/initialParams.js | 14 + node_modules/async/internal/isArrayLike.js | 10 + node_modules/async/internal/iterator.js | 57 + node_modules/async/internal/map.js | 30 + node_modules/async/internal/once.js | 17 + node_modules/async/internal/onlyOnce.js | 15 + node_modules/async/internal/parallel.js | 34 + .../async/internal/promiseCallback.js | 23 + node_modules/async/internal/queue.js | 294 + node_modules/async/internal/range.js | 14 + node_modules/async/internal/reject.js | 26 + node_modules/async/internal/setImmediate.js | 34 + node_modules/async/internal/withoutIndex.js | 10 + node_modules/async/internal/wrapAsync.js | 34 + node_modules/async/log.js | 41 + node_modules/async/map.js | 142 + node_modules/async/mapLimit.js | 45 + node_modules/async/mapSeries.js | 44 + node_modules/async/mapValues.js | 152 + node_modules/async/mapValuesLimit.js | 61 + node_modules/async/mapValuesSeries.js | 37 + node_modules/async/memoize.js | 91 + node_modules/async/nextTick.js | 52 + node_modules/async/package.json | 75 + node_modules/async/parallel.js | 180 + node_modules/async/parallelLimit.js | 41 + node_modules/async/priorityQueue.js | 86 + node_modules/async/queue.js | 167 + node_modules/async/race.js | 67 + node_modules/async/reduce.js | 153 + node_modules/async/reduceRight.js | 41 + node_modules/async/reflect.js | 78 + node_modules/async/reflectAll.js | 93 + node_modules/async/reject.js | 87 + node_modules/async/rejectLimit.js | 45 + node_modules/async/rejectSeries.js | 43 + node_modules/async/retry.js | 159 + node_modules/async/retryable.js | 77 + node_modules/async/select.js | 93 + node_modules/async/selectLimit.js | 45 + node_modules/async/selectSeries.js | 43 + node_modules/async/seq.js | 79 + node_modules/async/series.js | 186 + node_modules/async/setImmediate.js | 45 + node_modules/async/some.js | 122 + node_modules/async/someLimit.js | 47 + node_modules/async/someSeries.js | 46 + node_modules/async/sortBy.js | 190 + node_modules/async/timeout.js | 89 + node_modules/async/times.js | 50 + node_modules/async/timesLimit.js | 43 + node_modules/async/timesSeries.js | 32 + node_modules/async/transform.js | 173 + node_modules/async/tryEach.js | 78 + node_modules/async/unmemoize.js | 25 + node_modules/async/until.js | 61 + node_modules/async/waterfall.js | 105 + node_modules/async/whilst.js | 78 + node_modules/async/wrapSync.js | 118 + .../balanced-match/.github/FUNDING.yml | 2 + node_modules/balanced-match/LICENSE.md | 21 + node_modules/balanced-match/README.md | 97 + node_modules/balanced-match/index.js | 62 + node_modules/balanced-match/package.json | 48 + node_modules/base64-js/LICENSE | 21 + node_modules/base64-js/README.md | 34 + node_modules/base64-js/base64js.min.js | 1 + node_modules/base64-js/index.d.ts | 3 + node_modules/base64-js/index.js | 150 + node_modules/base64-js/package.json | 47 + .../binary-extensions/binary-extensions.json | 260 + .../binary-extensions.json.d.ts | 3 + node_modules/binary-extensions/index.d.ts | 14 + node_modules/binary-extensions/index.js | 1 + node_modules/binary-extensions/license | 9 + node_modules/binary-extensions/package.json | 38 + node_modules/binary-extensions/readme.md | 41 + node_modules/body-parser/HISTORY.md | 657 ++ node_modules/body-parser/LICENSE | 23 + node_modules/body-parser/README.md | 464 + node_modules/body-parser/SECURITY.md | 25 + node_modules/body-parser/index.js | 156 + node_modules/body-parser/lib/read.js | 205 + node_modules/body-parser/lib/types/json.js | 236 + node_modules/body-parser/lib/types/raw.js | 101 + node_modules/body-parser/lib/types/text.js | 121 + .../body-parser/lib/types/urlencoded.js | 284 + node_modules/body-parser/package.json | 56 + node_modules/bowser/CHANGELOG.md | 218 + node_modules/bowser/LICENSE | 39 + node_modules/bowser/README.md | 179 + node_modules/bowser/bundled.js | 1 + node_modules/bowser/es5.js | 1 + node_modules/bowser/index.d.ts | 250 + node_modules/bowser/package.json | 83 + node_modules/bowser/src/bowser.js | 77 + node_modules/bowser/src/constants.js | 116 + node_modules/bowser/src/parser-browsers.js | 700 ++ node_modules/bowser/src/parser-engines.js | 120 + node_modules/bowser/src/parser-os.js | 199 + node_modules/bowser/src/parser-platforms.js | 266 + node_modules/bowser/src/parser.js | 496 + node_modules/bowser/src/utils.js | 309 + node_modules/brace-expansion/LICENSE | 21 + node_modules/brace-expansion/README.md | 129 + node_modules/brace-expansion/index.js | 201 + node_modules/brace-expansion/package.json | 47 + node_modules/braces/CHANGELOG.md | 184 + node_modules/braces/LICENSE | 21 + node_modules/braces/README.md | 593 ++ node_modules/braces/index.js | 170 + node_modules/braces/lib/compile.js | 57 + node_modules/braces/lib/constants.js | 57 + node_modules/braces/lib/expand.js | 113 + node_modules/braces/lib/parse.js | 333 + node_modules/braces/lib/stringify.js | 32 + node_modules/braces/lib/utils.js | 112 + node_modules/braces/package.json | 77 + node_modules/bson/LICENSE.md | 201 + node_modules/bson/README.md | 376 + node_modules/bson/bower.json | 26 + node_modules/bson/bson.d.ts | 1228 +++ node_modules/bson/dist/bson.browser.esm.js | 7465 +++++++++++++++ .../bson/dist/bson.browser.esm.js.map | 1 + node_modules/bson/dist/bson.browser.umd.js | 7532 +++++++++++++++ .../bson/dist/bson.browser.umd.js.map | 1 + node_modules/bson/dist/bson.bundle.js | 7531 +++++++++++++++ node_modules/bson/dist/bson.bundle.js.map | 1 + node_modules/bson/dist/bson.esm.js | 5431 +++++++++++ node_modules/bson/dist/bson.esm.js.map | 1 + node_modules/bson/etc/prepare.js | 19 + node_modules/bson/lib/binary.js | 426 + node_modules/bson/lib/binary.js.map | 1 + node_modules/bson/lib/bson.js | 251 + node_modules/bson/lib/bson.js.map | 1 + node_modules/bson/lib/code.js | 46 + node_modules/bson/lib/code.js.map | 1 + node_modules/bson/lib/constants.js | 82 + node_modules/bson/lib/constants.js.map | 1 + node_modules/bson/lib/db_ref.js | 97 + node_modules/bson/lib/db_ref.js.map | 1 + node_modules/bson/lib/decimal128.js | 669 ++ node_modules/bson/lib/decimal128.js.map | 1 + node_modules/bson/lib/double.js | 71 + node_modules/bson/lib/double.js.map | 1 + node_modules/bson/lib/ensure_buffer.js | 25 + node_modules/bson/lib/ensure_buffer.js.map | 1 + node_modules/bson/lib/error.js | 55 + node_modules/bson/lib/error.js.map | 1 + node_modules/bson/lib/extended_json.js | 390 + node_modules/bson/lib/extended_json.js.map | 1 + node_modules/bson/lib/int_32.js | 58 + node_modules/bson/lib/int_32.js.map | 1 + node_modules/bson/lib/long.js | 900 ++ node_modules/bson/lib/long.js.map | 1 + node_modules/bson/lib/map.js | 123 + node_modules/bson/lib/map.js.map | 1 + node_modules/bson/lib/max_key.js | 33 + node_modules/bson/lib/max_key.js.map | 1 + node_modules/bson/lib/min_key.js | 33 + node_modules/bson/lib/min_key.js.map | 1 + node_modules/bson/lib/objectid.js | 299 + node_modules/bson/lib/objectid.js.map | 1 + .../bson/lib/parser/calculate_size.js | 194 + .../bson/lib/parser/calculate_size.js.map | 1 + node_modules/bson/lib/parser/deserializer.js | 665 ++ .../bson/lib/parser/deserializer.js.map | 1 + node_modules/bson/lib/parser/serializer.js | 867 ++ .../bson/lib/parser/serializer.js.map | 1 + node_modules/bson/lib/parser/utils.js | 115 + node_modules/bson/lib/parser/utils.js.map | 1 + node_modules/bson/lib/regexp.js | 74 + node_modules/bson/lib/regexp.js.map | 1 + node_modules/bson/lib/symbol.js | 48 + node_modules/bson/lib/symbol.js.map | 1 + node_modules/bson/lib/timestamp.js | 102 + node_modules/bson/lib/timestamp.js.map | 1 + node_modules/bson/lib/utils/global.js | 18 + node_modules/bson/lib/utils/global.js.map | 1 + node_modules/bson/lib/uuid_utils.js | 35 + node_modules/bson/lib/uuid_utils.js.map | 1 + node_modules/bson/lib/validate_utf8.js | 47 + node_modules/bson/lib/validate_utf8.js.map | 1 + node_modules/bson/package.json | 116 + node_modules/bson/src/binary.ts | 481 + node_modules/bson/src/bson.ts | 330 + node_modules/bson/src/code.ts | 61 + node_modules/bson/src/constants.ts | 110 + node_modules/bson/src/db_ref.ts | 124 + node_modules/bson/src/decimal128.ts | 773 ++ node_modules/bson/src/double.ts | 85 + node_modules/bson/src/ensure_buffer.ts | 27 + node_modules/bson/src/error.ts | 23 + node_modules/bson/src/extended_json.ts | 462 + node_modules/bson/src/int_32.ts | 70 + node_modules/bson/src/long.ts | 1040 ++ node_modules/bson/src/map.ts | 119 + node_modules/bson/src/max_key.ts | 38 + node_modules/bson/src/min_key.ts | 38 + node_modules/bson/src/objectid.ts | 354 + .../bson/src/parser/calculate_size.ts | 228 + node_modules/bson/src/parser/deserializer.ts | 782 ++ node_modules/bson/src/parser/serializer.ts | 1076 +++ node_modules/bson/src/parser/utils.ts | 127 + node_modules/bson/src/regexp.ts | 105 + node_modules/bson/src/symbol.ts | 58 + node_modules/bson/src/timestamp.ts | 119 + node_modules/bson/src/utils/global.ts | 22 + node_modules/bson/src/uuid_utils.ts | 33 + node_modules/bson/src/validate_utf8.ts | 47 + node_modules/buffer/AUTHORS.md | 70 + node_modules/buffer/LICENSE | 21 + node_modules/buffer/README.md | 410 + node_modules/buffer/index.d.ts | 186 + node_modules/buffer/index.js | 1817 ++++ node_modules/buffer/package.json | 96 + node_modules/bytes/History.md | 97 + node_modules/bytes/LICENSE | 23 + node_modules/bytes/Readme.md | 152 + node_modules/bytes/index.js | 170 + node_modules/bytes/package.json | 42 + node_modules/call-bind/.eslintignore | 1 + node_modules/call-bind/.eslintrc | 17 + node_modules/call-bind/.github/FUNDING.yml | 12 + node_modules/call-bind/.nycrc | 13 + node_modules/call-bind/CHANGELOG.md | 42 + node_modules/call-bind/LICENSE | 21 + node_modules/call-bind/README.md | 2 + node_modules/call-bind/callBound.js | 15 + node_modules/call-bind/index.js | 47 + node_modules/call-bind/package.json | 80 + node_modules/call-bind/test/callBound.js | 55 + node_modules/call-bind/test/index.js | 66 + node_modules/chalk/index.d.ts | 415 + node_modules/chalk/license | 9 + .../chalk/node_modules/has-flag/index.d.ts | 39 + .../chalk/node_modules/has-flag/index.js | 8 + .../chalk/node_modules/has-flag/license | 9 + .../chalk/node_modules/has-flag/package.json | 46 + .../chalk/node_modules/has-flag/readme.md | 89 + .../node_modules/supports-color/browser.js | 5 + .../node_modules/supports-color/index.js | 135 + .../chalk/node_modules/supports-color/license | 9 + .../node_modules/supports-color/package.json | 53 + .../node_modules/supports-color/readme.md | 76 + node_modules/chalk/package.json | 68 + node_modules/chalk/readme.md | 341 + node_modules/chalk/source/index.js | 229 + node_modules/chalk/source/templates.js | 134 + node_modules/chalk/source/util.js | 39 + node_modules/chokidar/LICENSE | 21 + node_modules/chokidar/README.md | 308 + node_modules/chokidar/index.js | 973 ++ node_modules/chokidar/lib/constants.js | 65 + node_modules/chokidar/lib/fsevents-handler.js | 524 + node_modules/chokidar/lib/nodefs-handler.js | 654 ++ node_modules/chokidar/package.json | 85 + node_modules/chokidar/types/index.d.ts | 188 + node_modules/color-convert/CHANGELOG.md | 54 + node_modules/color-convert/LICENSE | 21 + node_modules/color-convert/README.md | 68 + node_modules/color-convert/conversions.js | 839 ++ node_modules/color-convert/index.js | 81 + node_modules/color-convert/package.json | 48 + node_modules/color-convert/route.js | 97 + node_modules/color-name/LICENSE | 8 + node_modules/color-name/README.md | 11 + node_modules/color-name/index.js | 152 + node_modules/color-name/package.json | 28 + node_modules/concat-map/.travis.yml | 4 + node_modules/concat-map/LICENSE | 18 + node_modules/concat-map/README.markdown | 62 + node_modules/concat-map/example/map.js | 6 + node_modules/concat-map/index.js | 13 + node_modules/concat-map/package.json | 43 + node_modules/concat-map/test/map.js | 39 + node_modules/content-disposition/HISTORY.md | 60 + node_modules/content-disposition/LICENSE | 22 + node_modules/content-disposition/README.md | 142 + node_modules/content-disposition/index.js | 458 + node_modules/content-disposition/package.json | 44 + node_modules/content-type/HISTORY.md | 24 + node_modules/content-type/LICENSE | 22 + node_modules/content-type/README.md | 92 + node_modules/content-type/index.js | 222 + node_modules/content-type/package.json | 40 + node_modules/cookie-signature/.npmignore | 4 + node_modules/cookie-signature/History.md | 38 + node_modules/cookie-signature/Readme.md | 42 + node_modules/cookie-signature/index.js | 51 + node_modules/cookie-signature/package.json | 18 + node_modules/cookie/HISTORY.md | 142 + node_modules/cookie/LICENSE | 24 + node_modules/cookie/README.md | 302 + node_modules/cookie/SECURITY.md | 25 + node_modules/cookie/index.js | 270 + node_modules/cookie/package.json | 44 + node_modules/debug/.coveralls.yml | 1 + node_modules/debug/.eslintrc | 11 + node_modules/debug/.npmignore | 9 + node_modules/debug/.travis.yml | 14 + node_modules/debug/CHANGELOG.md | 362 + node_modules/debug/LICENSE | 19 + node_modules/debug/Makefile | 50 + node_modules/debug/README.md | 312 + node_modules/debug/component.json | 19 + node_modules/debug/karma.conf.js | 70 + node_modules/debug/node.js | 1 + node_modules/debug/package.json | 49 + node_modules/debug/src/browser.js | 185 + node_modules/debug/src/debug.js | 202 + node_modules/debug/src/index.js | 10 + node_modules/debug/src/inspector-log.js | 15 + node_modules/debug/src/node.js | 248 + node_modules/depd/History.md | 103 + node_modules/depd/LICENSE | 22 + node_modules/depd/Readme.md | 280 + node_modules/depd/index.js | 538 ++ node_modules/depd/lib/browser/index.js | 77 + node_modules/depd/package.json | 45 + node_modules/destroy/LICENSE | 23 + node_modules/destroy/README.md | 63 + node_modules/destroy/index.js | 209 + node_modules/destroy/package.json | 48 + node_modules/ee-first/LICENSE | 22 + node_modules/ee-first/README.md | 80 + node_modules/ee-first/index.js | 95 + node_modules/ee-first/package.json | 29 + node_modules/ejs/LICENSE | 202 + node_modules/ejs/README.md | 344 + node_modules/ejs/bin/cli.js | 212 + node_modules/ejs/ejs.js | 1720 ++++ node_modules/ejs/ejs.min.js | 1 + node_modules/ejs/jakefile.js | 88 + node_modules/ejs/lib/ejs.js | 951 ++ node_modules/ejs/lib/utils.js | 225 + node_modules/ejs/package.json | 42 + node_modules/ejs/usage.txt | 24 + node_modules/encodeurl/HISTORY.md | 14 + node_modules/encodeurl/LICENSE | 22 + node_modules/encodeurl/README.md | 128 + node_modules/encodeurl/index.js | 60 + node_modules/encodeurl/package.json | 40 + node_modules/escape-html/LICENSE | 24 + node_modules/escape-html/Readme.md | 43 + node_modules/escape-html/index.js | 78 + node_modules/escape-html/package.json | 24 + node_modules/etag/HISTORY.md | 83 + node_modules/etag/LICENSE | 22 + node_modules/etag/README.md | 159 + node_modules/etag/index.js | 131 + node_modules/etag/package.json | 47 + node_modules/express/History.md | 3588 +++++++ node_modules/express/LICENSE | 24 + node_modules/express/Readme.md | 166 + node_modules/express/index.js | 11 + node_modules/express/lib/application.js | 661 ++ node_modules/express/lib/express.js | 116 + node_modules/express/lib/middleware/init.js | 43 + node_modules/express/lib/middleware/query.js | 47 + node_modules/express/lib/request.js | 525 + node_modules/express/lib/response.js | 1169 +++ node_modules/express/lib/router/index.js | 673 ++ node_modules/express/lib/router/layer.js | 181 + node_modules/express/lib/router/route.js | 225 + node_modules/express/lib/utils.js | 304 + node_modules/express/lib/view.js | 182 + node_modules/express/package.json | 99 + node_modules/fast-xml-parser/CHANGELOG.md | 504 + node_modules/fast-xml-parser/LICENSE | 21 + node_modules/fast-xml-parser/README.md | 193 + node_modules/fast-xml-parser/package.json | 68 + node_modules/fast-xml-parser/src/cli/cli.js | 93 + node_modules/fast-xml-parser/src/cli/man.js | 12 + node_modules/fast-xml-parser/src/cli/read.js | 92 + node_modules/fast-xml-parser/src/fxp.d.ts | 97 + node_modules/fast-xml-parser/src/fxp.js | 11 + node_modules/fast-xml-parser/src/util.js | 72 + node_modules/fast-xml-parser/src/validator.js | 423 + .../src/xmlbuilder/json2xml.js | 258 + .../src/xmlbuilder/orderedJs2Xml.js | 109 + .../src/xmlbuilder/prettifyJs2Xml.js | 0 .../src/xmlparser/DocTypeReader.js | 117 + .../src/xmlparser/OptionsBuilder.js | 42 + .../src/xmlparser/OrderedObjParser.js | 561 ++ .../src/xmlparser/XMLParser.js | 58 + .../src/xmlparser/node2json.js | 101 + .../fast-xml-parser/src/xmlparser/xmlNode.js | 23 + node_modules/filelist/README.md | 84 + node_modules/filelist/index.d.ts | 110 + node_modules/filelist/index.js | 495 + node_modules/filelist/jakefile.js | 15 + .../brace-expansion/.github/FUNDING.yml | 2 + .../node_modules/brace-expansion/LICENSE | 21 + .../node_modules/brace-expansion/README.md | 135 + .../node_modules/brace-expansion/index.js | 203 + .../node_modules/brace-expansion/package.json | 46 + .../filelist/node_modules/minimatch/LICENSE | 15 + .../filelist/node_modules/minimatch/README.md | 259 + .../node_modules/minimatch/lib/path.js | 4 + .../node_modules/minimatch/minimatch.js | 907 ++ .../node_modules/minimatch/package.json | 32 + node_modules/filelist/package.json | 28 + node_modules/fill-range/LICENSE | 21 + node_modules/fill-range/README.md | 237 + node_modules/fill-range/index.js | 249 + node_modules/fill-range/package.json | 69 + node_modules/finalhandler/HISTORY.md | 195 + node_modules/finalhandler/LICENSE | 22 + node_modules/finalhandler/README.md | 147 + node_modules/finalhandler/SECURITY.md | 25 + node_modules/finalhandler/index.js | 336 + node_modules/finalhandler/package.json | 46 + node_modules/forwarded/HISTORY.md | 21 + node_modules/forwarded/LICENSE | 22 + node_modules/forwarded/README.md | 57 + node_modules/forwarded/index.js | 90 + node_modules/forwarded/package.json | 45 + node_modules/fresh/HISTORY.md | 70 + node_modules/fresh/LICENSE | 23 + node_modules/fresh/README.md | 119 + node_modules/fresh/index.js | 137 + node_modules/fresh/package.json | 46 + node_modules/function-bind/.editorconfig | 20 + node_modules/function-bind/.eslintrc | 15 + node_modules/function-bind/.jscs.json | 176 + node_modules/function-bind/.npmignore | 22 + node_modules/function-bind/.travis.yml | 168 + node_modules/function-bind/LICENSE | 20 + node_modules/function-bind/README.md | 48 + node_modules/function-bind/implementation.js | 52 + node_modules/function-bind/index.js | 5 + node_modules/function-bind/package.json | 63 + node_modules/function-bind/test/.eslintrc | 9 + node_modules/function-bind/test/index.js | 252 + node_modules/get-intrinsic/.eslintrc | 37 + .../get-intrinsic/.github/FUNDING.yml | 12 + node_modules/get-intrinsic/.nycrc | 9 + node_modules/get-intrinsic/CHANGELOG.md | 98 + node_modules/get-intrinsic/LICENSE | 21 + node_modules/get-intrinsic/README.md | 71 + node_modules/get-intrinsic/index.js | 334 + node_modules/get-intrinsic/package.json | 91 + .../get-intrinsic/test/GetIntrinsic.js | 274 + node_modules/glob-parent/CHANGELOG.md | 110 + node_modules/glob-parent/LICENSE | 15 + node_modules/glob-parent/README.md | 137 + node_modules/glob-parent/index.js | 42 + node_modules/glob-parent/package.json | 48 + node_modules/has-flag/index.js | 8 + node_modules/has-flag/license | 9 + node_modules/has-flag/package.json | 44 + node_modules/has-flag/readme.md | 70 + node_modules/has-symbols/.eslintrc | 11 + node_modules/has-symbols/.github/FUNDING.yml | 12 + node_modules/has-symbols/.nycrc | 9 + node_modules/has-symbols/CHANGELOG.md | 75 + node_modules/has-symbols/LICENSE | 21 + node_modules/has-symbols/README.md | 46 + node_modules/has-symbols/index.js | 13 + node_modules/has-symbols/package.json | 101 + node_modules/has-symbols/shams.js | 42 + node_modules/has-symbols/test/index.js | 22 + .../has-symbols/test/shams/core-js.js | 28 + .../test/shams/get-own-property-symbols.js | 28 + node_modules/has-symbols/test/tests.js | 56 + node_modules/has/LICENSE-MIT | 22 + node_modules/has/README.md | 18 + node_modules/has/package.json | 48 + node_modules/has/src/index.js | 5 + node_modules/has/test/index.js | 10 + node_modules/http-errors/HISTORY.md | 180 + node_modules/http-errors/LICENSE | 23 + node_modules/http-errors/README.md | 169 + node_modules/http-errors/index.js | 289 + node_modules/http-errors/package.json | 50 + node_modules/iconv-lite/Changelog.md | 162 + node_modules/iconv-lite/LICENSE | 21 + node_modules/iconv-lite/README.md | 156 + .../iconv-lite/encodings/dbcs-codec.js | 555 ++ .../iconv-lite/encodings/dbcs-data.js | 176 + node_modules/iconv-lite/encodings/index.js | 22 + node_modules/iconv-lite/encodings/internal.js | 188 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 + .../iconv-lite/encodings/sbcs-data.js | 174 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 55 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + node_modules/iconv-lite/encodings/utf16.js | 177 + node_modules/iconv-lite/encodings/utf7.js | 290 + node_modules/iconv-lite/lib/bom-handling.js | 52 + node_modules/iconv-lite/lib/extend-node.js | 217 + node_modules/iconv-lite/lib/index.d.ts | 24 + node_modules/iconv-lite/lib/index.js | 153 + node_modules/iconv-lite/lib/streams.js | 121 + node_modules/iconv-lite/package.json | 46 + node_modules/ieee754/LICENSE | 11 + node_modules/ieee754/README.md | 51 + node_modules/ieee754/index.d.ts | 10 + node_modules/ieee754/index.js | 85 + node_modules/ieee754/package.json | 52 + node_modules/ignore-by-default/LICENSE | 14 + node_modules/ignore-by-default/README.md | 26 + node_modules/ignore-by-default/index.js | 12 + node_modules/ignore-by-default/package.json | 34 + node_modules/inherits/LICENSE | 16 + node_modules/inherits/README.md | 42 + node_modules/inherits/inherits.js | 9 + node_modules/inherits/inherits_browser.js | 27 + node_modules/inherits/package.json | 29 + node_modules/ip/README.md | 90 + node_modules/ip/lib/ip.js | 422 + node_modules/ip/package.json | 25 + node_modules/ipaddr.js/LICENSE | 19 + node_modules/ipaddr.js/README.md | 233 + node_modules/ipaddr.js/ipaddr.min.js | 1 + node_modules/ipaddr.js/lib/ipaddr.js | 673 ++ node_modules/ipaddr.js/lib/ipaddr.js.d.ts | 68 + node_modules/ipaddr.js/package.json | 35 + node_modules/is-binary-path/index.d.ts | 17 + node_modules/is-binary-path/index.js | 7 + node_modules/is-binary-path/license | 9 + node_modules/is-binary-path/package.json | 40 + node_modules/is-binary-path/readme.md | 34 + node_modules/is-extglob/LICENSE | 21 + node_modules/is-extglob/README.md | 107 + node_modules/is-extglob/index.js | 20 + node_modules/is-extglob/package.json | 69 + node_modules/is-glob/LICENSE | 21 + node_modules/is-glob/README.md | 206 + node_modules/is-glob/index.js | 150 + node_modules/is-glob/package.json | 81 + node_modules/is-number/LICENSE | 21 + node_modules/is-number/README.md | 187 + node_modules/is-number/index.js | 18 + node_modules/is-number/package.json | 82 + node_modules/jake/Makefile | 44 + node_modules/jake/README.md | 17 + node_modules/jake/bin/bash_completion.sh | 41 + node_modules/jake/bin/cli.js | 31 + node_modules/jake/jakefile.js | 94 + node_modules/jake/lib/api.js | 409 + node_modules/jake/lib/jake.js | 330 + node_modules/jake/lib/loader.js | 173 + node_modules/jake/lib/namespace.js | 115 + node_modules/jake/lib/package_task.js | 406 + node_modules/jake/lib/parseargs.js | 134 + node_modules/jake/lib/program.js | 282 + node_modules/jake/lib/publish_task.js | 290 + node_modules/jake/lib/rule.js | 311 + node_modules/jake/lib/task/directory_task.js | 30 + node_modules/jake/lib/task/file_task.js | 124 + node_modules/jake/lib/task/index.js | 9 + node_modules/jake/lib/task/task.js | 449 + node_modules/jake/lib/test_task.js | 270 + node_modules/jake/lib/utils/file.js | 286 + node_modules/jake/lib/utils/index.js | 297 + node_modules/jake/lib/utils/logger.js | 24 + node_modules/jake/package.json | 42 + .../jake/test/integration/concurrent.js | 45 + node_modules/jake/test/integration/file.js | 228 + .../jake/test/integration/file_task.js | 126 + node_modules/jake/test/integration/helpers.js | 80 + .../jake/test/integration/jakefile.js | 337 + .../integration/jakelib/concurrent.jake.js | 113 + .../test/integration/jakelib/publish.jake.js | 49 + .../jakelib/required_module.jake.js | 10 + .../test/integration/jakelib/rule.jake.js | 222 + .../jake/test/integration/publish_task.js | 27 + node_modules/jake/test/integration/rule.js | 217 + node_modules/jake/test/integration/selfdep.js | 42 + .../jake/test/integration/task_base.js | 167 + node_modules/jake/test/unit/jakefile.js | 36 + node_modules/jake/test/unit/namespace.js | 77 + node_modules/jake/test/unit/parseargs.js | 169 + node_modules/jake/usage.txt | 16 + node_modules/media-typer/HISTORY.md | 22 + node_modules/media-typer/LICENSE | 22 + node_modules/media-typer/README.md | 81 + node_modules/media-typer/index.js | 270 + node_modules/media-typer/package.json | 26 + node_modules/memory-pager/.travis.yml | 4 + node_modules/memory-pager/LICENSE | 21 + node_modules/memory-pager/README.md | 65 + node_modules/memory-pager/index.js | 160 + node_modules/memory-pager/package.json | 24 + node_modules/memory-pager/test.js | 80 + node_modules/merge-descriptors/HISTORY.md | 21 + node_modules/merge-descriptors/LICENSE | 23 + node_modules/merge-descriptors/README.md | 48 + node_modules/merge-descriptors/index.js | 60 + node_modules/merge-descriptors/package.json | 32 + node_modules/methods/HISTORY.md | 29 + node_modules/methods/LICENSE | 24 + node_modules/methods/README.md | 51 + node_modules/methods/index.js | 69 + node_modules/methods/package.json | 36 + node_modules/mime-db/HISTORY.md | 507 + node_modules/mime-db/LICENSE | 23 + node_modules/mime-db/README.md | 100 + node_modules/mime-db/db.json | 8519 +++++++++++++++++ node_modules/mime-db/index.js | 12 + node_modules/mime-db/package.json | 60 + node_modules/mime-types/HISTORY.md | 397 + node_modules/mime-types/LICENSE | 23 + node_modules/mime-types/README.md | 113 + node_modules/mime-types/index.js | 188 + node_modules/mime-types/package.json | 44 + node_modules/mime/.npmignore | 0 node_modules/mime/CHANGELOG.md | 164 + node_modules/mime/LICENSE | 21 + node_modules/mime/README.md | 90 + node_modules/mime/cli.js | 8 + node_modules/mime/mime.js | 108 + node_modules/mime/package.json | 44 + node_modules/mime/src/build.js | 53 + node_modules/mime/src/test.js | 60 + node_modules/mime/types.json | 1 + node_modules/minimatch/LICENSE | 15 + node_modules/minimatch/README.md | 230 + node_modules/minimatch/minimatch.js | 947 ++ node_modules/minimatch/package.json | 33 + .../.esm-wrapper.mjs | 6 + .../mongodb-connection-string-url/LICENSE | 192 + .../mongodb-connection-string-url/README.md | 25 + .../lib/index.d.ts | 62 + .../lib/index.js | 213 + .../lib/index.js.map | 1 + .../lib/redact.d.ts | 7 + .../lib/redact.js | 86 + .../lib/redact.js.map | 1 + .../package.json | 62 + node_modules/mongodb/LICENSE.md | 201 + node_modules/mongodb/README.md | 280 + node_modules/mongodb/etc/prepare.js | 12 + node_modules/mongodb/lib/admin.js | 112 + node_modules/mongodb/lib/admin.js.map | 1 + node_modules/mongodb/lib/bson.js | 71 + node_modules/mongodb/lib/bson.js.map | 1 + node_modules/mongodb/lib/bulk/common.js | 975 ++ node_modules/mongodb/lib/bulk/common.js.map | 1 + node_modules/mongodb/lib/bulk/ordered.js | 67 + node_modules/mongodb/lib/bulk/ordered.js.map | 1 + node_modules/mongodb/lib/bulk/unordered.js | 92 + .../mongodb/lib/bulk/unordered.js.map | 1 + node_modules/mongodb/lib/change_stream.js | 403 + node_modules/mongodb/lib/change_stream.js.map | 1 + .../mongodb/lib/cmap/auth/auth_provider.js | 36 + .../lib/cmap/auth/auth_provider.js.map | 1 + node_modules/mongodb/lib/cmap/auth/gssapi.js | 190 + .../mongodb/lib/cmap/auth/gssapi.js.map | 1 + .../lib/cmap/auth/mongo_credentials.js | 134 + .../lib/cmap/auth/mongo_credentials.js.map | 1 + node_modules/mongodb/lib/cmap/auth/mongocr.js | 44 + .../mongodb/lib/cmap/auth/mongocr.js.map | 1 + .../mongodb/lib/cmap/auth/mongodb_aws.js | 235 + .../mongodb/lib/cmap/auth/mongodb_aws.js.map | 1 + node_modules/mongodb/lib/cmap/auth/plain.js | 27 + .../mongodb/lib/cmap/auth/plain.js.map | 1 + .../mongodb/lib/cmap/auth/providers.js | 21 + .../mongodb/lib/cmap/auth/providers.js.map | 1 + node_modules/mongodb/lib/cmap/auth/scram.js | 288 + .../mongodb/lib/cmap/auth/scram.js.map | 1 + node_modules/mongodb/lib/cmap/auth/x509.js | 39 + .../mongodb/lib/cmap/auth/x509.js.map | 1 + .../lib/cmap/command_monitoring_events.js | 243 + .../lib/cmap/command_monitoring_events.js.map | 1 + node_modules/mongodb/lib/cmap/commands.js | 481 + node_modules/mongodb/lib/cmap/commands.js.map | 1 + node_modules/mongodb/lib/cmap/connect.js | 398 + node_modules/mongodb/lib/cmap/connect.js.map | 1 + node_modules/mongodb/lib/cmap/connection.js | 480 + .../mongodb/lib/cmap/connection.js.map | 1 + .../mongodb/lib/cmap/connection_pool.js | 598 ++ .../mongodb/lib/cmap/connection_pool.js.map | 1 + .../lib/cmap/connection_pool_events.js | 160 + .../lib/cmap/connection_pool_events.js.map | 1 + node_modules/mongodb/lib/cmap/errors.js | 65 + node_modules/mongodb/lib/cmap/errors.js.map | 1 + .../mongodb/lib/cmap/message_stream.js | 158 + .../mongodb/lib/cmap/message_stream.js.map | 1 + node_modules/mongodb/lib/cmap/metrics.js | 62 + node_modules/mongodb/lib/cmap/metrics.js.map | 1 + .../mongodb/lib/cmap/stream_description.js | 51 + .../lib/cmap/stream_description.js.map | 1 + .../lib/cmap/wire_protocol/compression.js | 96 + .../lib/cmap/wire_protocol/compression.js.map | 1 + .../lib/cmap/wire_protocol/constants.js | 15 + .../lib/cmap/wire_protocol/constants.js.map | 1 + .../mongodb/lib/cmap/wire_protocol/shared.js | 55 + .../lib/cmap/wire_protocol/shared.js.map | 1 + node_modules/mongodb/lib/collection.js | 535 ++ node_modules/mongodb/lib/collection.js.map | 1 + node_modules/mongodb/lib/connection_string.js | 1118 +++ .../mongodb/lib/connection_string.js.map | 1 + node_modules/mongodb/lib/constants.js | 131 + node_modules/mongodb/lib/constants.js.map | 1 + .../mongodb/lib/cursor/abstract_cursor.js | 665 ++ .../mongodb/lib/cursor/abstract_cursor.js.map | 1 + .../mongodb/lib/cursor/aggregation_cursor.js | 171 + .../lib/cursor/aggregation_cursor.js.map | 1 + .../lib/cursor/change_stream_cursor.js | 115 + .../lib/cursor/change_stream_cursor.js.map | 1 + .../mongodb/lib/cursor/find_cursor.js | 382 + .../mongodb/lib/cursor/find_cursor.js.map | 1 + .../lib/cursor/list_collections_cursor.js | 37 + .../lib/cursor/list_collections_cursor.js.map | 1 + .../mongodb/lib/cursor/list_indexes_cursor.js | 36 + .../lib/cursor/list_indexes_cursor.js.map | 1 + node_modules/mongodb/lib/db.js | 337 + node_modules/mongodb/lib/db.js.map | 1 + node_modules/mongodb/lib/deps.js | 75 + node_modules/mongodb/lib/deps.js.map | 1 + node_modules/mongodb/lib/encrypter.js | 108 + node_modules/mongodb/lib/encrypter.js.map | 1 + node_modules/mongodb/lib/error.js | 803 ++ node_modules/mongodb/lib/error.js.map | 1 + node_modules/mongodb/lib/explain.js | 35 + node_modules/mongodb/lib/explain.js.map | 1 + node_modules/mongodb/lib/gridfs/download.js | 316 + .../mongodb/lib/gridfs/download.js.map | 1 + node_modules/mongodb/lib/gridfs/index.js | 129 + node_modules/mongodb/lib/gridfs/index.js.map | 1 + node_modules/mongodb/lib/gridfs/upload.js | 377 + node_modules/mongodb/lib/gridfs/upload.js.map | 1 + node_modules/mongodb/lib/index.js | 175 + node_modules/mongodb/lib/index.js.map | 1 + node_modules/mongodb/lib/logger.js | 218 + node_modules/mongodb/lib/logger.js.map | 1 + node_modules/mongodb/lib/mongo_client.js | 305 + node_modules/mongodb/lib/mongo_client.js.map | 1 + node_modules/mongodb/lib/mongo_logger.js | 114 + node_modules/mongodb/lib/mongo_logger.js.map | 1 + node_modules/mongodb/lib/mongo_types.js | 41 + node_modules/mongodb/lib/mongo_types.js.map | 1 + .../mongodb/lib/operations/add_user.js | 72 + .../mongodb/lib/operations/add_user.js.map | 1 + .../mongodb/lib/operations/aggregate.js | 88 + .../mongodb/lib/operations/aggregate.js.map | 1 + .../mongodb/lib/operations/bulk_write.js | 43 + .../mongodb/lib/operations/bulk_write.js.map | 1 + .../mongodb/lib/operations/collections.js | 29 + .../mongodb/lib/operations/collections.js.map | 1 + .../mongodb/lib/operations/command.js | 82 + .../mongodb/lib/operations/command.js.map | 1 + .../lib/operations/common_functions.js | 71 + .../lib/operations/common_functions.js.map | 1 + node_modules/mongodb/lib/operations/count.js | 39 + .../mongodb/lib/operations/count.js.map | 1 + .../mongodb/lib/operations/count_documents.js | 37 + .../lib/operations/count_documents.js.map | 1 + .../lib/operations/create_collection.js | 100 + .../lib/operations/create_collection.js.map | 1 + node_modules/mongodb/lib/operations/delete.js | 125 + .../mongodb/lib/operations/delete.js.map | 1 + .../mongodb/lib/operations/distinct.js | 67 + .../mongodb/lib/operations/distinct.js.map | 1 + node_modules/mongodb/lib/operations/drop.js | 84 + .../mongodb/lib/operations/drop.js.map | 1 + .../operations/estimated_document_count.js | 38 + .../estimated_document_count.js.map | 1 + node_modules/mongodb/lib/operations/eval.js | 55 + .../mongodb/lib/operations/eval.js.map | 1 + .../lib/operations/execute_operation.js | 182 + .../lib/operations/execute_operation.js.map | 1 + node_modules/mongodb/lib/operations/find.js | 155 + .../mongodb/lib/operations/find.js.map | 1 + .../mongodb/lib/operations/find_and_modify.js | 152 + .../lib/operations/find_and_modify.js.map | 1 + .../mongodb/lib/operations/get_more.js | 58 + .../mongodb/lib/operations/get_more.js.map | 1 + .../mongodb/lib/operations/indexes.js | 270 + .../mongodb/lib/operations/indexes.js.map | 1 + node_modules/mongodb/lib/operations/insert.js | 99 + .../mongodb/lib/operations/insert.js.map | 1 + .../mongodb/lib/operations/is_capped.js | 30 + .../mongodb/lib/operations/is_capped.js.map | 1 + .../mongodb/lib/operations/kill_cursors.js | 32 + .../lib/operations/kill_cursors.js.map | 1 + .../lib/operations/list_collections.js | 46 + .../lib/operations/list_collections.js.map | 1 + .../mongodb/lib/operations/list_databases.js | 35 + .../lib/operations/list_databases.js.map | 1 + .../mongodb/lib/operations/map_reduce.js | 166 + .../mongodb/lib/operations/map_reduce.js.map | 1 + .../mongodb/lib/operations/operation.js | 74 + .../mongodb/lib/operations/operation.js.map | 1 + .../lib/operations/options_operation.js | 29 + .../lib/operations/options_operation.js.map | 1 + .../mongodb/lib/operations/profiling_level.js | 33 + .../lib/operations/profiling_level.js.map | 1 + .../mongodb/lib/operations/remove_user.js | 21 + .../mongodb/lib/operations/remove_user.js.map | 1 + node_modules/mongodb/lib/operations/rename.js | 46 + .../mongodb/lib/operations/rename.js.map | 1 + .../mongodb/lib/operations/run_command.js | 26 + .../mongodb/lib/operations/run_command.js.map | 1 + .../lib/operations/set_profiling_level.js | 51 + .../lib/operations/set_profiling_level.js.map | 1 + node_modules/mongodb/lib/operations/stats.js | 48 + .../mongodb/lib/operations/stats.js.map | 1 + node_modules/mongodb/lib/operations/update.js | 187 + .../mongodb/lib/operations/update.js.map | 1 + .../lib/operations/validate_collection.js | 41 + .../lib/operations/validate_collection.js.map | 1 + node_modules/mongodb/lib/promise_provider.js | 51 + .../mongodb/lib/promise_provider.js.map | 1 + node_modules/mongodb/lib/read_concern.js | 74 + node_modules/mongodb/lib/read_concern.js.map | 1 + node_modules/mongodb/lib/read_preference.js | 204 + .../mongodb/lib/read_preference.js.map | 1 + node_modules/mongodb/lib/sdam/common.js | 56 + node_modules/mongodb/lib/sdam/common.js.map | 1 + node_modules/mongodb/lib/sdam/events.js | 125 + node_modules/mongodb/lib/sdam/events.js.map | 1 + node_modules/mongodb/lib/sdam/monitor.js | 424 + node_modules/mongodb/lib/sdam/monitor.js.map | 1 + node_modules/mongodb/lib/sdam/server.js | 374 + node_modules/mongodb/lib/sdam/server.js.map | 1 + .../mongodb/lib/sdam/server_description.js | 190 + .../lib/sdam/server_description.js.map | 1 + .../mongodb/lib/sdam/server_selection.js | 228 + .../mongodb/lib/sdam/server_selection.js.map | 1 + node_modules/mongodb/lib/sdam/srv_polling.js | 128 + .../mongodb/lib/sdam/srv_polling.js.map | 1 + node_modules/mongodb/lib/sdam/topology.js | 650 ++ node_modules/mongodb/lib/sdam/topology.js.map | 1 + .../mongodb/lib/sdam/topology_description.js | 362 + .../lib/sdam/topology_description.js.map | 1 + node_modules/mongodb/lib/sessions.js | 737 ++ node_modules/mongodb/lib/sessions.js.map | 1 + node_modules/mongodb/lib/sort.js | 97 + node_modules/mongodb/lib/sort.js.map | 1 + node_modules/mongodb/lib/transactions.js | 138 + node_modules/mongodb/lib/transactions.js.map | 1 + node_modules/mongodb/lib/utils.js | 1118 +++ node_modules/mongodb/lib/utils.js.map | 1 + node_modules/mongodb/lib/write_concern.js | 71 + node_modules/mongodb/lib/write_concern.js.map | 1 + node_modules/mongodb/mongodb.d.ts | 6961 ++++++++++++++ node_modules/mongodb/package.json | 138 + node_modules/mongodb/src/admin.ts | 325 + node_modules/mongodb/src/bson.ts | 135 + node_modules/mongodb/src/bulk/common.ts | 1397 +++ node_modules/mongodb/src/bulk/ordered.ts | 83 + node_modules/mongodb/src/bulk/unordered.ts | 110 + node_modules/mongodb/src/change_stream.ts | 980 ++ .../mongodb/src/cmap/auth/auth_provider.ts | 60 + node_modules/mongodb/src/cmap/auth/gssapi.ts | 241 + .../src/cmap/auth/mongo_credentials.ts | 190 + node_modules/mongodb/src/cmap/auth/mongocr.ts | 47 + .../mongodb/src/cmap/auth/mongodb_aws.ts | 332 + node_modules/mongodb/src/cmap/auth/plain.ts | 25 + .../mongodb/src/cmap/auth/providers.ts | 21 + node_modules/mongodb/src/cmap/auth/scram.ts | 384 + node_modules/mongodb/src/cmap/auth/x509.ts | 53 + .../src/cmap/command_monitoring_events.ts | 301 + node_modules/mongodb/src/cmap/commands.ts | 702 ++ node_modules/mongodb/src/cmap/connect.ts | 523 + node_modules/mongodb/src/cmap/connection.ts | 741 ++ .../mongodb/src/cmap/connection_pool.ts | 847 ++ .../src/cmap/connection_pool_events.ts | 201 + node_modules/mongodb/src/cmap/errors.ts | 75 + .../mongodb/src/cmap/message_stream.ts | 229 + node_modules/mongodb/src/cmap/metrics.ts | 58 + .../mongodb/src/cmap/stream_description.ts | 76 + .../src/cmap/wire_protocol/compression.ts | 130 + .../src/cmap/wire_protocol/constants.ts | 11 + .../mongodb/src/cmap/wire_protocol/shared.ts | 76 + node_modules/mongodb/src/collection.ts | 1760 ++++ node_modules/mongodb/src/connection_string.ts | 1307 +++ node_modules/mongodb/src/constants.ts | 136 + .../mongodb/src/cursor/abstract_cursor.ts | 971 ++ .../mongodb/src/cursor/aggregation_cursor.ts | 219 + .../src/cursor/change_stream_cursor.ts | 194 + .../mongodb/src/cursor/find_cursor.ts | 481 + .../src/cursor/list_collections_cursor.ts | 52 + .../mongodb/src/cursor/list_indexes_cursor.ts | 41 + node_modules/mongodb/src/db.ts | 801 ++ node_modules/mongodb/src/deps.ts | 400 + node_modules/mongodb/src/encrypter.ts | 133 + node_modules/mongodb/src/error.ts | 932 ++ node_modules/mongodb/src/explain.ts | 52 + node_modules/mongodb/src/gridfs/download.ts | 462 + node_modules/mongodb/src/gridfs/index.ts | 233 + node_modules/mongodb/src/gridfs/upload.ts | 567 ++ node_modules/mongodb/src/index.ts | 490 + node_modules/mongodb/src/logger.ts | 266 + node_modules/mongodb/src/mongo_client.ts | 813 ++ node_modules/mongodb/src/mongo_logger.ts | 201 + node_modules/mongodb/src/mongo_types.ts | 557 ++ .../mongodb/src/operations/add_user.ts | 118 + .../mongodb/src/operations/aggregate.ts | 142 + .../mongodb/src/operations/bulk_write.ts | 67 + .../mongodb/src/operations/collections.ts | 48 + .../mongodb/src/operations/command.ts | 169 + .../src/operations/common_functions.ts | 102 + node_modules/mongodb/src/operations/count.ts | 68 + .../mongodb/src/operations/count_documents.ts | 57 + .../src/operations/create_collection.ts | 200 + node_modules/mongodb/src/operations/delete.ts | 181 + .../mongodb/src/operations/distinct.ts | 90 + node_modules/mongodb/src/operations/drop.ts | 120 + .../operations/estimated_document_count.ts | 62 + node_modules/mongodb/src/operations/eval.ts | 82 + .../src/operations/execute_operation.ts | 287 + node_modules/mongodb/src/operations/find.ts | 263 + .../mongodb/src/operations/find_and_modify.ts | 286 + .../mongodb/src/operations/get_more.ts | 106 + .../mongodb/src/operations/indexes.ts | 509 + node_modules/mongodb/src/operations/insert.ts | 158 + .../mongodb/src/operations/is_capped.ts | 42 + .../mongodb/src/operations/kill_cursors.ts | 53 + .../src/operations/list_collections.ts | 91 + .../mongodb/src/operations/list_databases.ts | 65 + .../mongodb/src/operations/map_reduce.ts | 250 + .../mongodb/src/operations/operation.ts | 139 + .../src/operations/options_operation.ts | 42 + .../mongodb/src/operations/profiling_level.ts | 39 + .../mongodb/src/operations/remove_user.ts | 33 + node_modules/mongodb/src/operations/rename.ts | 67 + .../mongodb/src/operations/run_command.ts | 36 + .../src/operations/set_profiling_level.ts | 74 + node_modules/mongodb/src/operations/stats.ts | 271 + node_modules/mongodb/src/operations/update.ts | 306 + .../src/operations/validate_collection.ts | 59 + node_modules/mongodb/src/promise_provider.ts | 56 + node_modules/mongodb/src/read_concern.ts | 88 + node_modules/mongodb/src/read_preference.ts | 271 + node_modules/mongodb/src/sdam/common.ts | 79 + node_modules/mongodb/src/sdam/events.ts | 182 + node_modules/mongodb/src/sdam/monitor.ts | 594 ++ node_modules/mongodb/src/sdam/server.ts | 565 ++ .../mongodb/src/sdam/server_description.ts | 262 + .../mongodb/src/sdam/server_selection.ts | 324 + node_modules/mongodb/src/sdam/srv_polling.ts | 171 + node_modules/mongodb/src/sdam/topology.ts | 1036 ++ .../mongodb/src/sdam/topology_description.ts | 511 + node_modules/mongodb/src/sessions.ts | 1070 +++ node_modules/mongodb/src/sort.ts | 132 + node_modules/mongodb/src/transactions.ts | 188 + node_modules/mongodb/src/utils.ts | 1436 +++ node_modules/mongodb/src/write_concern.ts | 114 + node_modules/mongodb/tsconfig.json | 40 + node_modules/ms/index.js | 152 + node_modules/ms/license.md | 21 + node_modules/ms/package.json | 37 + node_modules/ms/readme.md | 51 + node_modules/negotiator/HISTORY.md | 108 + node_modules/negotiator/LICENSE | 24 + node_modules/negotiator/README.md | 203 + node_modules/negotiator/index.js | 82 + node_modules/negotiator/lib/charset.js | 169 + node_modules/negotiator/lib/encoding.js | 184 + node_modules/negotiator/lib/language.js | 179 + node_modules/negotiator/lib/mediaType.js | 294 + node_modules/negotiator/package.json | 42 + node_modules/nodemon/LICENSE | 21 + node_modules/nodemon/README.md | 423 + node_modules/nodemon/bin/nodemon.js | 16 + node_modules/nodemon/bin/windows-kill.exe | Bin 0 -> 80384 bytes node_modules/nodemon/doc/cli/authors.txt | 8 + node_modules/nodemon/doc/cli/config.txt | 44 + node_modules/nodemon/doc/cli/help.txt | 29 + node_modules/nodemon/doc/cli/logo.txt | 20 + node_modules/nodemon/doc/cli/options.txt | 36 + node_modules/nodemon/doc/cli/topics.txt | 8 + node_modules/nodemon/doc/cli/usage.txt | 3 + node_modules/nodemon/doc/cli/whoami.txt | 9 + node_modules/nodemon/lib/cli/index.js | 49 + node_modules/nodemon/lib/cli/parse.js | 230 + node_modules/nodemon/lib/config/command.js | 43 + node_modules/nodemon/lib/config/defaults.js | 28 + node_modules/nodemon/lib/config/exec.js | 225 + node_modules/nodemon/lib/config/index.js | 93 + node_modules/nodemon/lib/config/load.js | 256 + node_modules/nodemon/lib/help/index.js | 27 + node_modules/nodemon/lib/index.js | 1 + node_modules/nodemon/lib/monitor/index.js | 4 + node_modules/nodemon/lib/monitor/match.js | 276 + node_modules/nodemon/lib/monitor/run.js | 541 ++ node_modules/nodemon/lib/monitor/signals.js | 34 + node_modules/nodemon/lib/monitor/watch.js | 239 + node_modules/nodemon/lib/nodemon.js | 311 + node_modules/nodemon/lib/rules/add.js | 89 + node_modules/nodemon/lib/rules/index.js | 53 + node_modules/nodemon/lib/rules/parse.js | 43 + node_modules/nodemon/lib/spawn.js | 73 + node_modules/nodemon/lib/utils/bus.js | 44 + node_modules/nodemon/lib/utils/clone.js | 40 + node_modules/nodemon/lib/utils/colour.js | 26 + node_modules/nodemon/lib/utils/index.js | 102 + node_modules/nodemon/lib/utils/log.js | 82 + node_modules/nodemon/lib/utils/merge.js | 47 + node_modules/nodemon/lib/version.js | 100 + .../nodemon/node_modules/debug/CHANGELOG.md | 395 + .../nodemon/node_modules/debug/LICENSE | 19 + .../nodemon/node_modules/debug/README.md | 437 + .../nodemon/node_modules/debug/node.js | 1 + .../nodemon/node_modules/debug/package.json | 51 + .../nodemon/node_modules/debug/src/browser.js | 180 + .../nodemon/node_modules/debug/src/common.js | 249 + .../nodemon/node_modules/debug/src/index.js | 12 + .../nodemon/node_modules/debug/src/node.js | 177 + node_modules/nodemon/node_modules/ms/index.js | 162 + .../nodemon/node_modules/ms/license.md | 21 + .../nodemon/node_modules/ms/package.json | 38 + .../nodemon/node_modules/ms/readme.md | 59 + node_modules/nodemon/package.json | 74 + node_modules/nopt/.npmignore | 0 node_modules/nopt/LICENSE | 23 + node_modules/nopt/README.md | 208 + node_modules/nopt/bin/nopt.js | 44 + node_modules/nopt/examples/my-program.js | 30 + node_modules/nopt/lib/nopt.js | 552 ++ node_modules/nopt/package.json | 12 + node_modules/normalize-path/LICENSE | 21 + node_modules/normalize-path/README.md | 127 + node_modules/normalize-path/index.js | 35 + node_modules/normalize-path/package.json | 77 + node_modules/object-inspect/.eslintrc | 53 + .../object-inspect/.github/FUNDING.yml | 12 + node_modules/object-inspect/.nycrc | 13 + node_modules/object-inspect/CHANGELOG.md | 360 + node_modules/object-inspect/LICENSE | 21 + node_modules/object-inspect/example/all.js | 23 + .../object-inspect/example/circular.js | 6 + node_modules/object-inspect/example/fn.js | 5 + .../object-inspect/example/inspect.js | 10 + node_modules/object-inspect/index.js | 512 + .../object-inspect/package-support.json | 20 + node_modules/object-inspect/package.json | 94 + node_modules/object-inspect/readme.markdown | 86 + node_modules/object-inspect/test-core-js.js | 26 + node_modules/object-inspect/test/bigint.js | 58 + .../object-inspect/test/browser/dom.js | 15 + node_modules/object-inspect/test/circular.js | 16 + node_modules/object-inspect/test/deep.js | 12 + node_modules/object-inspect/test/element.js | 53 + node_modules/object-inspect/test/err.js | 48 + node_modules/object-inspect/test/fakes.js | 29 + node_modules/object-inspect/test/fn.js | 76 + node_modules/object-inspect/test/has.js | 15 + node_modules/object-inspect/test/holes.js | 15 + .../object-inspect/test/indent-option.js | 271 + node_modules/object-inspect/test/inspect.js | 139 + node_modules/object-inspect/test/lowbyte.js | 12 + node_modules/object-inspect/test/number.js | 58 + .../object-inspect/test/quoteStyle.js | 17 + .../object-inspect/test/toStringTag.js | 40 + node_modules/object-inspect/test/undef.js | 12 + node_modules/object-inspect/test/values.js | 211 + node_modules/object-inspect/util.inspect.js | 1 + node_modules/on-finished/HISTORY.md | 98 + node_modules/on-finished/LICENSE | 23 + node_modules/on-finished/README.md | 162 + node_modules/on-finished/index.js | 234 + node_modules/on-finished/package.json | 39 + node_modules/parseurl/HISTORY.md | 58 + node_modules/parseurl/LICENSE | 24 + node_modules/parseurl/README.md | 133 + node_modules/parseurl/index.js | 158 + node_modules/parseurl/package.json | 40 + node_modules/path-to-regexp/History.md | 36 + node_modules/path-to-regexp/LICENSE | 21 + node_modules/path-to-regexp/Readme.md | 35 + node_modules/path-to-regexp/index.js | 129 + node_modules/path-to-regexp/package.json | 30 + node_modules/picomatch/CHANGELOG.md | 136 + node_modules/picomatch/LICENSE | 21 + node_modules/picomatch/README.md | 708 ++ node_modules/picomatch/index.js | 3 + node_modules/picomatch/lib/constants.js | 179 + node_modules/picomatch/lib/parse.js | 1091 +++ node_modules/picomatch/lib/picomatch.js | 342 + node_modules/picomatch/lib/scan.js | 391 + node_modules/picomatch/lib/utils.js | 64 + node_modules/picomatch/package.json | 81 + node_modules/proxy-addr/HISTORY.md | 161 + node_modules/proxy-addr/LICENSE | 22 + node_modules/proxy-addr/README.md | 139 + node_modules/proxy-addr/index.js | 327 + node_modules/proxy-addr/package.json | 47 + node_modules/pstree.remy/.travis.yml | 8 + node_modules/pstree.remy/LICENSE | 7 + node_modules/pstree.remy/README.md | 26 + node_modules/pstree.remy/lib/index.js | 37 + node_modules/pstree.remy/lib/tree.js | 37 + node_modules/pstree.remy/lib/utils.js | 53 + node_modules/pstree.remy/package.json | 33 + .../pstree.remy/tests/fixtures/index.js | 13 + node_modules/pstree.remy/tests/fixtures/out1 | 10 + node_modules/pstree.remy/tests/fixtures/out2 | 29 + node_modules/pstree.remy/tests/index.test.js | 51 + node_modules/punycode/LICENSE-MIT.txt | 20 + node_modules/punycode/README.md | 122 + node_modules/punycode/package.json | 58 + node_modules/punycode/punycode.es6.js | 441 + node_modules/punycode/punycode.js | 440 + node_modules/qs/.editorconfig | 43 + node_modules/qs/.eslintrc | 38 + node_modules/qs/.github/FUNDING.yml | 12 + node_modules/qs/.nycrc | 13 + node_modules/qs/CHANGELOG.md | 546 ++ node_modules/qs/LICENSE.md | 29 + node_modules/qs/README.md | 625 ++ node_modules/qs/dist/qs.js | 2054 ++++ node_modules/qs/lib/formats.js | 23 + node_modules/qs/lib/index.js | 11 + node_modules/qs/lib/parse.js | 263 + node_modules/qs/lib/stringify.js | 326 + node_modules/qs/lib/utils.js | 252 + node_modules/qs/package.json | 77 + node_modules/qs/test/parse.js | 855 ++ node_modules/qs/test/stringify.js | 909 ++ node_modules/qs/test/utils.js | 136 + node_modules/range-parser/HISTORY.md | 56 + node_modules/range-parser/LICENSE | 23 + node_modules/range-parser/README.md | 84 + node_modules/range-parser/index.js | 162 + node_modules/range-parser/package.json | 44 + node_modules/raw-body/HISTORY.md | 303 + node_modules/raw-body/LICENSE | 22 + node_modules/raw-body/README.md | 223 + node_modules/raw-body/SECURITY.md | 24 + node_modules/raw-body/index.d.ts | 87 + node_modules/raw-body/index.js | 329 + node_modules/raw-body/package.json | 49 + node_modules/readdirp/LICENSE | 21 + node_modules/readdirp/README.md | 122 + node_modules/readdirp/index.d.ts | 43 + node_modules/readdirp/index.js | 287 + node_modules/readdirp/package.json | 122 + node_modules/safe-buffer/LICENSE | 21 + node_modules/safe-buffer/README.md | 584 ++ node_modules/safe-buffer/index.d.ts | 187 + node_modules/safe-buffer/index.js | 65 + node_modules/safe-buffer/package.json | 51 + node_modules/safer-buffer/LICENSE | 21 + node_modules/safer-buffer/Porting-Buffer.md | 268 + node_modules/safer-buffer/Readme.md | 156 + node_modules/safer-buffer/dangerous.js | 58 + node_modules/safer-buffer/package.json | 34 + node_modules/safer-buffer/safer.js | 77 + node_modules/safer-buffer/tests.js | 406 + node_modules/saslprep/.editorconfig | 10 + node_modules/saslprep/.gitattributes | 1 + node_modules/saslprep/.travis.yml | 10 + node_modules/saslprep/CHANGELOG.md | 19 + node_modules/saslprep/LICENSE | 22 + node_modules/saslprep/code-points.mem | Bin 0 -> 419864 bytes node_modules/saslprep/generate-code-points.js | 51 + node_modules/saslprep/index.js | 157 + node_modules/saslprep/lib/code-points.js | 996 ++ .../saslprep/lib/memory-code-points.js | 39 + node_modules/saslprep/lib/util.js | 21 + node_modules/saslprep/package.json | 72 + node_modules/saslprep/readme.md | 31 + node_modules/saslprep/test/index.js | 76 + node_modules/saslprep/test/util.js | 16 + node_modules/semver/CHANGELOG.md | 39 + node_modules/semver/LICENSE | 15 + node_modules/semver/README.md | 412 + node_modules/semver/bin/semver | 160 + node_modules/semver/package.json | 28 + node_modules/semver/range.bnf | 16 + node_modules/semver/semver.js | 1483 +++ node_modules/send/HISTORY.md | 521 + node_modules/send/LICENSE | 23 + node_modules/send/README.md | 327 + node_modules/send/SECURITY.md | 24 + node_modules/send/index.js | 1143 +++ node_modules/send/node_modules/ms/index.js | 162 + node_modules/send/node_modules/ms/license.md | 21 + .../send/node_modules/ms/package.json | 38 + node_modules/send/node_modules/ms/readme.md | 59 + node_modules/send/package.json | 62 + node_modules/serve-static/HISTORY.md | 471 + node_modules/serve-static/LICENSE | 25 + node_modules/serve-static/README.md | 257 + node_modules/serve-static/index.js | 210 + node_modules/serve-static/package.json | 42 + node_modules/setprototypeof/LICENSE | 13 + node_modules/setprototypeof/README.md | 31 + node_modules/setprototypeof/index.d.ts | 2 + node_modules/setprototypeof/index.js | 17 + node_modules/setprototypeof/package.json | 38 + node_modules/setprototypeof/test/index.js | 24 + node_modules/side-channel/.eslintignore | 1 + node_modules/side-channel/.eslintrc | 11 + node_modules/side-channel/.github/FUNDING.yml | 12 + node_modules/side-channel/.nycrc | 13 + node_modules/side-channel/CHANGELOG.md | 65 + node_modules/side-channel/LICENSE | 21 + node_modules/side-channel/README.md | 2 + node_modules/side-channel/index.js | 124 + node_modules/side-channel/package.json | 67 + node_modules/side-channel/test/index.js | 78 + node_modules/simple-update-notifier/LICENSE | 21 + node_modules/simple-update-notifier/README.md | 82 + .../simple-update-notifier/build/index.d.ts | 13 + .../simple-update-notifier/build/index.js | 217 + .../node_modules/.bin/semver | 12 + .../node_modules/.bin/semver.cmd | 17 + .../node_modules/.bin/semver.ps1 | 28 + .../node_modules/semver/CHANGELOG.md | 74 + .../node_modules/semver/LICENSE | 15 + .../node_modules/semver/README.md | 499 + .../node_modules/semver/bin/semver.js | 173 + .../node_modules/semver/classes/comparator.js | 139 + .../node_modules/semver/classes/index.js | 5 + .../node_modules/semver/classes/range.js | 448 + .../node_modules/semver/classes/semver.js | 290 + .../node_modules/semver/functions/clean.js | 6 + .../node_modules/semver/functions/cmp.js | 48 + .../node_modules/semver/functions/coerce.js | 51 + .../semver/functions/compare-build.js | 7 + .../semver/functions/compare-loose.js | 3 + .../node_modules/semver/functions/compare.js | 5 + .../node_modules/semver/functions/diff.js | 25 + .../node_modules/semver/functions/eq.js | 3 + .../node_modules/semver/functions/gt.js | 3 + .../node_modules/semver/functions/gte.js | 3 + .../node_modules/semver/functions/inc.js | 15 + .../node_modules/semver/functions/lt.js | 3 + .../node_modules/semver/functions/lte.js | 3 + .../node_modules/semver/functions/major.js | 3 + .../node_modules/semver/functions/minor.js | 3 + .../node_modules/semver/functions/neq.js | 3 + .../node_modules/semver/functions/parse.js | 37 + .../node_modules/semver/functions/patch.js | 3 + .../semver/functions/prerelease.js | 6 + .../node_modules/semver/functions/rcompare.js | 3 + .../node_modules/semver/functions/rsort.js | 3 + .../semver/functions/satisfies.js | 10 + .../node_modules/semver/functions/sort.js | 3 + .../node_modules/semver/functions/valid.js | 6 + .../node_modules/semver/index.js | 64 + .../node_modules/semver/internal/constants.js | 17 + .../node_modules/semver/internal/debug.js | 9 + .../semver/internal/identifiers.js | 23 + .../node_modules/semver/internal/re.js | 179 + .../node_modules/semver/package.json | 34 + .../node_modules/semver/range.bnf | 16 + .../node_modules/semver/ranges/gtr.js | 4 + .../node_modules/semver/ranges/intersects.js | 7 + .../node_modules/semver/ranges/ltr.js | 4 + .../semver/ranges/max-satisfying.js | 25 + .../semver/ranges/min-satisfying.js | 24 + .../node_modules/semver/ranges/min-version.js | 57 + .../node_modules/semver/ranges/outside.js | 80 + .../semver/ranges/to-comparators.js | 8 + .../node_modules/semver/ranges/valid.js | 11 + .../simple-update-notifier/package.json | 97 + .../src/borderedText.ts | 12 + .../simple-update-notifier/src/cache.spec.ts | 17 + .../simple-update-notifier/src/cache.ts | 44 + .../src/getDistVersion.spec.ts | 35 + .../src/getDistVersion.ts | 29 + .../src/hasNewVersion.spec.ts | 82 + .../src/hasNewVersion.ts | 40 + .../simple-update-notifier/src/index.spec.ts | 27 + .../simple-update-notifier/src/index.ts | 34 + .../simple-update-notifier/src/isNpmOrYarn.ts | 12 + .../simple-update-notifier/src/types.ts | 8 + node_modules/smart-buffer/.prettierrc.yaml | 5 + node_modules/smart-buffer/.travis.yml | 13 + node_modules/smart-buffer/LICENSE | 20 + node_modules/smart-buffer/README.md | 633 ++ .../smart-buffer/build/smartbuffer.js | 1233 +++ .../smart-buffer/build/smartbuffer.js.map | 1 + node_modules/smart-buffer/build/utils.js | 108 + node_modules/smart-buffer/build/utils.js.map | 1 + node_modules/smart-buffer/docs/CHANGELOG.md | 70 + node_modules/smart-buffer/docs/README_v3.md | 367 + node_modules/smart-buffer/docs/ROADMAP.md | 0 node_modules/smart-buffer/package.json | 79 + .../smart-buffer/typings/smartbuffer.d.ts | 755 ++ node_modules/smart-buffer/typings/utils.d.ts | 66 + node_modules/socks/.eslintrc.cjs | 11 + node_modules/socks/.prettierrc.yaml | 7 + node_modules/socks/LICENSE | 20 + node_modules/socks/README.md | 686 ++ .../socks/build/client/socksclient.js | 793 ++ .../socks/build/client/socksclient.js.map | 1 + node_modules/socks/build/common/constants.js | 114 + .../socks/build/common/constants.js.map | 1 + node_modules/socks/build/common/helpers.js | 128 + .../socks/build/common/helpers.js.map | 1 + .../socks/build/common/receivebuffer.js | 43 + .../socks/build/common/receivebuffer.js.map | 1 + node_modules/socks/build/common/util.js | 25 + node_modules/socks/build/common/util.js.map | 1 + node_modules/socks/build/index.js | 18 + node_modules/socks/build/index.js.map | 1 + node_modules/socks/docs/examples/index.md | 17 + .../examples/javascript/associateExample.md | 90 + .../docs/examples/javascript/bindExample.md | 83 + .../examples/javascript/connectExample.md | 258 + .../examples/typescript/associateExample.md | 93 + .../docs/examples/typescript/bindExample.md | 86 + .../examples/typescript/connectExample.md | 265 + node_modules/socks/docs/index.md | 5 + node_modules/socks/docs/migratingFromV1.md | 86 + node_modules/socks/package.json | 58 + .../socks/typings/client/socksclient.d.ts | 162 + .../socks/typings/common/constants.d.ts | 152 + .../socks/typings/common/helpers.d.ts | 13 + .../socks/typings/common/receivebuffer.d.ts | 12 + node_modules/socks/typings/common/util.d.ts | 17 + node_modules/socks/typings/index.d.ts | 1 + node_modules/sparse-bitfield/.npmignore | 1 + node_modules/sparse-bitfield/.travis.yml | 6 + node_modules/sparse-bitfield/LICENSE | 21 + node_modules/sparse-bitfield/README.md | 62 + node_modules/sparse-bitfield/index.js | 95 + node_modules/sparse-bitfield/package.json | 27 + node_modules/sparse-bitfield/test.js | 79 + node_modules/statuses/HISTORY.md | 82 + node_modules/statuses/LICENSE | 23 + node_modules/statuses/README.md | 136 + node_modules/statuses/codes.json | 65 + node_modules/statuses/index.js | 146 + node_modules/statuses/package.json | 49 + node_modules/strnum/.vscode/launch.json | 25 + node_modules/strnum/LICENSE | 21 + node_modules/strnum/README.md | 86 + node_modules/strnum/package.json | 24 + node_modules/strnum/strnum.js | 124 + node_modules/strnum/strnum.test.js | 150 + node_modules/supports-color/browser.js | 5 + node_modules/supports-color/index.js | 131 + node_modules/supports-color/license | 9 + node_modules/supports-color/package.json | 53 + node_modules/supports-color/readme.md | 66 + node_modules/to-regex-range/LICENSE | 21 + node_modules/to-regex-range/README.md | 305 + node_modules/to-regex-range/index.js | 288 + node_modules/to-regex-range/package.json | 88 + node_modules/toidentifier/HISTORY.md | 9 + node_modules/toidentifier/LICENSE | 21 + node_modules/toidentifier/README.md | 61 + node_modules/toidentifier/index.js | 32 + node_modules/toidentifier/package.json | 38 + node_modules/touch/LICENSE | 15 + node_modules/touch/README.md | 52 + node_modules/touch/bin/nodetouch.js | 112 + node_modules/touch/index.js | 224 + node_modules/touch/package.json | 28 + node_modules/tr46/LICENSE.md | 21 + node_modules/tr46/README.md | 78 + node_modules/tr46/index.js | 298 + node_modules/tr46/lib/mappingTable.json | 1 + node_modules/tr46/lib/regexes.js | 29 + node_modules/tr46/lib/statusMapping.js | 11 + node_modules/tr46/package.json | 47 + node_modules/tslib/CopyrightNotice.txt | 15 + node_modules/tslib/LICENSE.txt | 12 + node_modules/tslib/README.md | 164 + node_modules/tslib/SECURITY.md | 41 + node_modules/tslib/modules/index.js | 55 + node_modules/tslib/modules/package.json | 3 + node_modules/tslib/package.json | 38 + node_modules/tslib/tslib.d.ts | 398 + node_modules/tslib/tslib.es6.html | 1 + node_modules/tslib/tslib.es6.js | 248 + node_modules/tslib/tslib.html | 1 + node_modules/tslib/tslib.js | 317 + node_modules/type-is/HISTORY.md | 259 + node_modules/type-is/LICENSE | 23 + node_modules/type-is/README.md | 170 + node_modules/type-is/index.js | 266 + node_modules/type-is/package.json | 45 + .../undefsafe/.github/workflows/release.yml | 25 + node_modules/undefsafe/.jscsrc | 13 + node_modules/undefsafe/.jshintrc | 16 + node_modules/undefsafe/.travis.yml | 18 + node_modules/undefsafe/LICENSE | 22 + node_modules/undefsafe/README.md | 63 + node_modules/undefsafe/example.js | 14 + node_modules/undefsafe/lib/undefsafe.js | 125 + node_modules/undefsafe/package.json | 34 + node_modules/unpipe/HISTORY.md | 4 + node_modules/unpipe/LICENSE | 22 + node_modules/unpipe/README.md | 43 + node_modules/unpipe/index.js | 69 + node_modules/unpipe/package.json | 27 + node_modules/utils-merge/.npmignore | 9 + node_modules/utils-merge/LICENSE | 20 + node_modules/utils-merge/README.md | 34 + node_modules/utils-merge/index.js | 23 + node_modules/utils-merge/package.json | 40 + node_modules/uuid/CHANGELOG.md | 229 + node_modules/uuid/CONTRIBUTING.md | 18 + node_modules/uuid/LICENSE.md | 9 + node_modules/uuid/README.md | 505 + node_modules/uuid/dist/bin/uuid | 2 + node_modules/uuid/dist/esm-browser/index.js | 9 + node_modules/uuid/dist/esm-browser/md5.js | 215 + node_modules/uuid/dist/esm-browser/nil.js | 1 + node_modules/uuid/dist/esm-browser/parse.js | 35 + node_modules/uuid/dist/esm-browser/regex.js | 1 + node_modules/uuid/dist/esm-browser/rng.js | 19 + node_modules/uuid/dist/esm-browser/sha1.js | 96 + .../uuid/dist/esm-browser/stringify.js | 30 + node_modules/uuid/dist/esm-browser/v1.js | 95 + node_modules/uuid/dist/esm-browser/v3.js | 4 + node_modules/uuid/dist/esm-browser/v35.js | 64 + node_modules/uuid/dist/esm-browser/v4.js | 24 + node_modules/uuid/dist/esm-browser/v5.js | 4 + .../uuid/dist/esm-browser/validate.js | 7 + node_modules/uuid/dist/esm-browser/version.js | 11 + node_modules/uuid/dist/esm-node/index.js | 9 + node_modules/uuid/dist/esm-node/md5.js | 13 + node_modules/uuid/dist/esm-node/nil.js | 1 + node_modules/uuid/dist/esm-node/parse.js | 35 + node_modules/uuid/dist/esm-node/regex.js | 1 + node_modules/uuid/dist/esm-node/rng.js | 12 + node_modules/uuid/dist/esm-node/sha1.js | 13 + node_modules/uuid/dist/esm-node/stringify.js | 29 + node_modules/uuid/dist/esm-node/v1.js | 95 + node_modules/uuid/dist/esm-node/v3.js | 4 + node_modules/uuid/dist/esm-node/v35.js | 64 + node_modules/uuid/dist/esm-node/v4.js | 24 + node_modules/uuid/dist/esm-node/v5.js | 4 + node_modules/uuid/dist/esm-node/validate.js | 7 + node_modules/uuid/dist/esm-node/version.js | 11 + node_modules/uuid/dist/index.js | 79 + node_modules/uuid/dist/md5-browser.js | 223 + node_modules/uuid/dist/md5.js | 23 + node_modules/uuid/dist/nil.js | 8 + node_modules/uuid/dist/parse.js | 45 + node_modules/uuid/dist/regex.js | 8 + node_modules/uuid/dist/rng-browser.js | 26 + node_modules/uuid/dist/rng.js | 24 + node_modules/uuid/dist/sha1-browser.js | 104 + node_modules/uuid/dist/sha1.js | 23 + node_modules/uuid/dist/stringify.js | 39 + node_modules/uuid/dist/umd/uuid.min.js | 1 + node_modules/uuid/dist/umd/uuidNIL.min.js | 1 + node_modules/uuid/dist/umd/uuidParse.min.js | 1 + .../uuid/dist/umd/uuidStringify.min.js | 1 + .../uuid/dist/umd/uuidValidate.min.js | 1 + node_modules/uuid/dist/umd/uuidVersion.min.js | 1 + node_modules/uuid/dist/umd/uuidv1.min.js | 1 + node_modules/uuid/dist/umd/uuidv3.min.js | 1 + node_modules/uuid/dist/umd/uuidv4.min.js | 1 + node_modules/uuid/dist/umd/uuidv5.min.js | 1 + node_modules/uuid/dist/uuid-bin.js | 85 + node_modules/uuid/dist/v1.js | 107 + node_modules/uuid/dist/v3.js | 16 + node_modules/uuid/dist/v35.js | 78 + node_modules/uuid/dist/v4.js | 37 + node_modules/uuid/dist/v5.js | 16 + node_modules/uuid/dist/validate.js | 17 + node_modules/uuid/dist/version.js | 21 + node_modules/uuid/package.json | 135 + node_modules/uuid/wrapper.mjs | 10 + node_modules/vary/HISTORY.md | 39 + node_modules/vary/LICENSE | 22 + node_modules/vary/README.md | 101 + node_modules/vary/index.js | 149 + node_modules/vary/package.json | 43 + node_modules/webidl-conversions/LICENSE.md | 12 + node_modules/webidl-conversions/README.md | 99 + node_modules/webidl-conversions/lib/index.js | 450 + node_modules/webidl-conversions/package.json | 35 + node_modules/whatwg-url/LICENSE.txt | 21 + node_modules/whatwg-url/README.md | 106 + node_modules/whatwg-url/index.js | 27 + node_modules/whatwg-url/lib/Function.js | 42 + node_modules/whatwg-url/lib/URL-impl.js | 209 + node_modules/whatwg-url/lib/URL.js | 442 + .../whatwg-url/lib/URLSearchParams-impl.js | 130 + .../whatwg-url/lib/URLSearchParams.js | 472 + node_modules/whatwg-url/lib/VoidFunction.js | 26 + node_modules/whatwg-url/lib/encoding.js | 16 + node_modules/whatwg-url/lib/infra.js | 26 + .../whatwg-url/lib/percent-encoding.js | 142 + .../whatwg-url/lib/url-state-machine.js | 1244 +++ node_modules/whatwg-url/lib/urlencoded.js | 106 + node_modules/whatwg-url/lib/utils.js | 190 + node_modules/whatwg-url/package.json | 58 + node_modules/whatwg-url/webidl2js-wrapper.js | 7 + package-lock.json | 4210 ++++++++ package.json | 27 + public/main.js | 78 + public/style.css | 102 + server.js | 111 + views/index.ejs | 180 + 3973 files changed, 427298 insertions(+) create mode 100644 node_modules/.bin/ejs create mode 100644 node_modules/.bin/ejs.cmd create mode 100644 node_modules/.bin/ejs.ps1 create mode 100644 node_modules/.bin/fxparser create mode 100644 node_modules/.bin/fxparser.cmd create mode 100644 node_modules/.bin/fxparser.ps1 create mode 100644 node_modules/.bin/jake create mode 100644 node_modules/.bin/jake.cmd create mode 100644 node_modules/.bin/jake.ps1 create mode 100644 node_modules/.bin/mime create mode 100644 node_modules/.bin/mime.cmd create mode 100644 node_modules/.bin/mime.ps1 create mode 100644 node_modules/.bin/nodemon create mode 100644 node_modules/.bin/nodemon.cmd create mode 100644 node_modules/.bin/nodemon.ps1 create mode 100644 node_modules/.bin/nodetouch create mode 100644 node_modules/.bin/nodetouch.cmd create mode 100644 node_modules/.bin/nodetouch.ps1 create mode 100644 node_modules/.bin/nopt create mode 100644 node_modules/.bin/nopt.cmd create mode 100644 node_modules/.bin/nopt.ps1 create mode 100644 node_modules/.bin/semver create mode 100644 node_modules/.bin/semver.cmd create mode 100644 node_modules/.bin/semver.ps1 create mode 100644 node_modules/.bin/uuid create mode 100644 node_modules/.bin/uuid.cmd create mode 100644 node_modules/.bin/uuid.ps1 create mode 100644 node_modules/.package-lock.json create mode 100644 node_modules/@aws-crypto/ie11-detection/CHANGELOG.md create mode 100644 node_modules/@aws-crypto/ie11-detection/LICENSE create mode 100644 node_modules/@aws-crypto/ie11-detection/README.md create mode 100644 node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js create mode 100644 node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map create mode 100644 node_modules/@aws-crypto/ie11-detection/build/Key.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/build/Key.js create mode 100644 node_modules/@aws-crypto/ie11-detection/build/Key.js.map create mode 100644 node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js create mode 100644 node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map create mode 100644 node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js create mode 100644 node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map create mode 100644 node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/build/MsWindow.js create mode 100644 node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map create mode 100644 node_modules/@aws-crypto/ie11-detection/build/index.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/build/index.js create mode 100644 node_modules/@aws-crypto/ie11-detection/build/index.js.map create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html create mode 100644 node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js create mode 100644 node_modules/@aws-crypto/ie11-detection/package.json create mode 100644 node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/src/Key.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/src/index.ts create mode 100644 node_modules/@aws-crypto/ie11-detection/tsconfig.json create mode 100644 node_modules/@aws-crypto/sha256-browser/CHANGELOG.md create mode 100644 node_modules/@aws-crypto/sha256-browser/LICENSE create mode 100644 node_modules/@aws-crypto/sha256-browser/README.md create mode 100644 node_modules/@aws-crypto/sha256-browser/build/constants.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/build/constants.js create mode 100644 node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js create mode 100644 node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js create mode 100644 node_modules/@aws-crypto/sha256-browser/build/index.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/build/index.js create mode 100644 node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js create mode 100644 node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html create mode 100644 node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js create mode 100644 node_modules/@aws-crypto/sha256-browser/package.json create mode 100644 node_modules/@aws-crypto/sha256-browser/src/constants.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/src/index.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts create mode 100644 node_modules/@aws-crypto/sha256-browser/tsconfig.json create mode 100644 node_modules/@aws-crypto/sha256-js/CHANGELOG.md create mode 100644 node_modules/@aws-crypto/sha256-js/LICENSE create mode 100644 node_modules/@aws-crypto/sha256-js/README.md create mode 100644 node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts create mode 100644 node_modules/@aws-crypto/sha256-js/build/RawSha256.js create mode 100644 node_modules/@aws-crypto/sha256-js/build/constants.d.ts create mode 100644 node_modules/@aws-crypto/sha256-js/build/constants.js create mode 100644 node_modules/@aws-crypto/sha256-js/build/index.d.ts create mode 100644 node_modules/@aws-crypto/sha256-js/build/index.js create mode 100644 node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts create mode 100644 node_modules/@aws-crypto/sha256-js/build/jsSha256.js create mode 100644 node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts create mode 100644 node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html create mode 100644 node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js create mode 100644 node_modules/@aws-crypto/sha256-js/package.json create mode 100644 node_modules/@aws-crypto/sha256-js/src/RawSha256.ts create mode 100644 node_modules/@aws-crypto/sha256-js/src/constants.ts create mode 100644 node_modules/@aws-crypto/sha256-js/src/index.ts create mode 100644 node_modules/@aws-crypto/sha256-js/src/jsSha256.ts create mode 100644 node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts create mode 100644 node_modules/@aws-crypto/sha256-js/tsconfig.json create mode 100644 node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md create mode 100644 node_modules/@aws-crypto/supports-web-crypto/LICENSE create mode 100644 node_modules/@aws-crypto/supports-web-crypto/README.md create mode 100644 node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts create mode 100644 node_modules/@aws-crypto/supports-web-crypto/build/index.js create mode 100644 node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts create mode 100644 node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html create mode 100644 node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js create mode 100644 node_modules/@aws-crypto/supports-web-crypto/package.json create mode 100644 node_modules/@aws-crypto/supports-web-crypto/src/index.ts create mode 100644 node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts create mode 100644 node_modules/@aws-crypto/supports-web-crypto/tsconfig.json create mode 100644 node_modules/@aws-crypto/util/CHANGELOG.md create mode 100644 node_modules/@aws-crypto/util/LICENSE create mode 100644 node_modules/@aws-crypto/util/README.md create mode 100644 node_modules/@aws-crypto/util/build/convertToBuffer.d.ts create mode 100644 node_modules/@aws-crypto/util/build/convertToBuffer.js create mode 100644 node_modules/@aws-crypto/util/build/convertToBuffer.js.map create mode 100644 node_modules/@aws-crypto/util/build/index.d.ts create mode 100644 node_modules/@aws-crypto/util/build/index.js create mode 100644 node_modules/@aws-crypto/util/build/index.js.map create mode 100644 node_modules/@aws-crypto/util/build/isEmptyData.d.ts create mode 100644 node_modules/@aws-crypto/util/build/isEmptyData.js create mode 100644 node_modules/@aws-crypto/util/build/isEmptyData.js.map create mode 100644 node_modules/@aws-crypto/util/build/numToUint8.d.ts create mode 100644 node_modules/@aws-crypto/util/build/numToUint8.js create mode 100644 node_modules/@aws-crypto/util/build/numToUint8.js.map create mode 100644 node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts create mode 100644 node_modules/@aws-crypto/util/build/uint32ArrayFrom.js create mode 100644 node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/README.md create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/package.json create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/tslib.html create mode 100644 node_modules/@aws-crypto/util/node_modules/tslib/tslib.js create mode 100644 node_modules/@aws-crypto/util/package.json create mode 100644 node_modules/@aws-crypto/util/src/convertToBuffer.ts create mode 100644 node_modules/@aws-crypto/util/src/index.ts create mode 100644 node_modules/@aws-crypto/util/src/isEmptyData.ts create mode 100644 node_modules/@aws-crypto/util/src/numToUint8.ts create mode 100644 node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts create mode 100644 node_modules/@aws-crypto/util/tsconfig.json create mode 100644 node_modules/@aws-sdk/abort-controller/LICENSE create mode 100644 node_modules/@aws-sdk/abort-controller/README.md create mode 100644 node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js create mode 100644 node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js create mode 100644 node_modules/@aws-sdk/abort-controller/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js create mode 100644 node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js create mode 100644 node_modules/@aws-sdk/abort-controller/dist-es/index.js create mode 100644 node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts create mode 100644 node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts create mode 100644 node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts create mode 100644 node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts create mode 100644 node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/abort-controller/package.json create mode 100644 node_modules/@aws-sdk/client-cognito-identity/LICENSE create mode 100644 node_modules/@aws-sdk/client-cognito-identity/README.md create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-cognito-identity/package.json create mode 100644 node_modules/@aws-sdk/client-sso-oidc/LICENSE create mode 100644 node_modules/@aws-sdk/client-sso-oidc/README.md create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-sso-oidc/package.json create mode 100644 node_modules/@aws-sdk/client-sso/LICENSE create mode 100644 node_modules/@aws-sdk/client-sso/README.md create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/SSO.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/commands/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/models/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-sso/package.json create mode 100644 node_modules/@aws-sdk/client-sts/LICENSE create mode 100644 node_modules/@aws-sdk/client-sts/README.md create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/STS.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/STS.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/STSClient.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/commands/index.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/index.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/models/index.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts create mode 100644 node_modules/@aws-sdk/client-sts/package.json create mode 100644 node_modules/@aws-sdk/config-resolver/LICENSE create mode 100644 node_modules/@aws-sdk/config-resolver/README.md create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts create mode 100644 node_modules/@aws-sdk/config-resolver/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-cognito-identity/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-env/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-env/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-env/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-imds/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-imds/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/types.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/staticStabilityProvider.js create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-imds/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-ini/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-ini/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-ini/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-node/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-node/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-node/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-process/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-process/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-process/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-sso/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-sso/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-sso/package.json create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/LICENSE create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/README.md create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-provider-web-identity/package.json create mode 100644 node_modules/@aws-sdk/credential-providers/LICENSE create mode 100644 node_modules/@aws-sdk/credential-providers/README.md create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/index.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-es/index.web.js create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts create mode 100644 node_modules/@aws-sdk/credential-providers/package.json create mode 100644 node_modules/@aws-sdk/fetch-http-handler/LICENSE create mode 100644 node_modules/@aws-sdk/fetch-http-handler/README.md create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts create mode 100644 node_modules/@aws-sdk/fetch-http-handler/package.json create mode 100644 node_modules/@aws-sdk/hash-node/LICENSE create mode 100644 node_modules/@aws-sdk/hash-node/README.md create mode 100644 node_modules/@aws-sdk/hash-node/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/hash-node/dist-es/index.js create mode 100644 node_modules/@aws-sdk/hash-node/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/hash-node/package.json create mode 100644 node_modules/@aws-sdk/invalid-dependency/LICENSE create mode 100644 node_modules/@aws-sdk/invalid-dependency/README.md create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-es/index.js create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts create mode 100644 node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts create mode 100644 node_modules/@aws-sdk/invalid-dependency/package.json create mode 100644 node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md create mode 100644 node_modules/@aws-sdk/is-array-buffer/LICENSE create mode 100644 node_modules/@aws-sdk/is-array-buffer/README.md create mode 100644 node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/is-array-buffer/dist-es/index.js create mode 100644 node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/is-array-buffer/package.json create mode 100644 node_modules/@aws-sdk/middleware-content-length/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-content-length/README.md create mode 100644 node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-content-length/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-content-length/package.json create mode 100644 node_modules/@aws-sdk/middleware-endpoint/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-endpoint/README.md create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/index.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/endpointMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/getEndpointPlugin.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/resolveEndpointConfig.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/index.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/s3.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/index.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/toEndpointV1.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/endpointMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/getEndpointPlugin.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/resolveEndpointConfig.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/index.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/s3.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-es/types.js create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/middleware-endpoint/package.json create mode 100644 node_modules/@aws-sdk/middleware-host-header/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-host-header/README.md create mode 100644 node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-host-header/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-host-header/package.json create mode 100644 node_modules/@aws-sdk/middleware-logger/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-logger/README.md create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-logger/package.json create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/README.md create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-recursion-detection/package.json create mode 100644 node_modules/@aws-sdk/middleware-retry/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-retry/README.md create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-cjs/util.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/types.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-es/util.js create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/util.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/dist-types/util.d.ts create mode 100644 node_modules/@aws-sdk/middleware-retry/package.json create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/README.md create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-sdk-sts/package.json create mode 100644 node_modules/@aws-sdk/middleware-serde/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-serde/README.md create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-serde/package.json create mode 100644 node_modules/@aws-sdk/middleware-signing/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-signing/README.md create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts create mode 100644 node_modules/@aws-sdk/middleware-signing/package.json create mode 100644 node_modules/@aws-sdk/middleware-stack/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-stack/README.md create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-es/types.js create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/middleware-stack/package.json create mode 100644 node_modules/@aws-sdk/middleware-user-agent/LICENSE create mode 100644 node_modules/@aws-sdk/middleware-user-agent/README.md create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts create mode 100644 node_modules/@aws-sdk/middleware-user-agent/package.json create mode 100644 node_modules/@aws-sdk/node-config-provider/LICENSE create mode 100644 node_modules/@aws-sdk/node-config-provider/README.md create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-es/index.js create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/node-config-provider/package.json create mode 100644 node_modules/@aws-sdk/node-http-handler/LICENSE create mode 100644 node_modules/@aws-sdk/node-http-handler/README.md create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/index.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts create mode 100644 node_modules/@aws-sdk/node-http-handler/package.json create mode 100644 node_modules/@aws-sdk/property-provider/LICENSE create mode 100644 node_modules/@aws-sdk/property-provider/README.md create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/CredentialsProviderError.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/TokenProviderError.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/chain.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/CredentialsProviderError.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/TokenProviderError.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/chain.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/index.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-es/memoize.js create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts create mode 100644 node_modules/@aws-sdk/property-provider/package.json create mode 100644 node_modules/@aws-sdk/protocol-http/LICENSE create mode 100644 node_modules/@aws-sdk/protocol-http/README.md create mode 100644 node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-es/index.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts create mode 100644 node_modules/@aws-sdk/protocol-http/package.json create mode 100644 node_modules/@aws-sdk/querystring-builder/LICENSE create mode 100644 node_modules/@aws-sdk/querystring-builder/README.md create mode 100644 node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/querystring-builder/dist-es/index.js create mode 100644 node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/querystring-builder/package.json create mode 100644 node_modules/@aws-sdk/querystring-parser/LICENSE create mode 100644 node_modules/@aws-sdk/querystring-parser/README.md create mode 100644 node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/querystring-parser/dist-es/index.js create mode 100644 node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/querystring-parser/package.json create mode 100644 node_modules/@aws-sdk/service-error-classification/LICENSE create mode 100644 node_modules/@aws-sdk/service-error-classification/README.md create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-es/index.js create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/service-error-classification/package.json create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/LICENSE create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/README.md create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getConfigFilepath.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getHomeDir.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileData.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileName.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSsoSessionData.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseIni.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getConfigFilepath.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getCredentialsFilepath.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getHomeDir.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileData.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileName.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSsoSessionData.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSsoSessionData.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseIni.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-es/types.js create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileData.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseIni.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/shared-ini-file-loader/package.json create mode 100644 node_modules/@aws-sdk/signature-v4/LICENSE create mode 100644 node_modules/@aws-sdk/signature-v4/README.md create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/index.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts create mode 100644 node_modules/@aws-sdk/signature-v4/package.json create mode 100644 node_modules/@aws-sdk/smithy-client/LICENSE create mode 100644 node_modules/@aws-sdk/smithy-client/README.md create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/NoOpLogger.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/client.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/command.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/defaults-mode.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/exceptions.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/resolve-path.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/NoOpLogger.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/client.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/command.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/exceptions.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/index.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/resolve-path.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-es/split-every.js create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/resolve-path.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts create mode 100644 node_modules/@aws-sdk/smithy-client/package.json create mode 100644 node_modules/@aws-sdk/token-providers/LICENSE create mode 100644 node_modules/@aws-sdk/token-providers/README.md create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/fromSso.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/index.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts create mode 100644 node_modules/@aws-sdk/token-providers/package.json create mode 100644 node_modules/@aws-sdk/types/LICENSE create mode 100644 node_modules/@aws-sdk/types/README.md create mode 100644 node_modules/@aws-sdk/types/dist-cjs/abort.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/auth.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/checksum.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/client.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/command.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/credentials.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/crypto.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/endpoint.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/eventStream.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/http.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/identity/index.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/logger.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/middleware.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/pagination.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/profile.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/response.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/retry.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/serde.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/shapes.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/signature.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/stream.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/token.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/transfer.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/util.js create mode 100644 node_modules/@aws-sdk/types/dist-cjs/waiter.js create mode 100644 node_modules/@aws-sdk/types/dist-es/abort.js create mode 100644 node_modules/@aws-sdk/types/dist-es/auth.js create mode 100644 node_modules/@aws-sdk/types/dist-es/checksum.js create mode 100644 node_modules/@aws-sdk/types/dist-es/client.js create mode 100644 node_modules/@aws-sdk/types/dist-es/command.js create mode 100644 node_modules/@aws-sdk/types/dist-es/credentials.js create mode 100644 node_modules/@aws-sdk/types/dist-es/crypto.js create mode 100644 node_modules/@aws-sdk/types/dist-es/endpoint.js create mode 100644 node_modules/@aws-sdk/types/dist-es/eventStream.js create mode 100644 node_modules/@aws-sdk/types/dist-es/http.js create mode 100644 node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-es/identity/Identity.js create mode 100644 node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js create mode 100644 node_modules/@aws-sdk/types/dist-es/identity/index.js create mode 100644 node_modules/@aws-sdk/types/dist-es/index.js create mode 100644 node_modules/@aws-sdk/types/dist-es/logger.js create mode 100644 node_modules/@aws-sdk/types/dist-es/middleware.js create mode 100644 node_modules/@aws-sdk/types/dist-es/pagination.js create mode 100644 node_modules/@aws-sdk/types/dist-es/profile.js create mode 100644 node_modules/@aws-sdk/types/dist-es/response.js create mode 100644 node_modules/@aws-sdk/types/dist-es/retry.js create mode 100644 node_modules/@aws-sdk/types/dist-es/serde.js create mode 100644 node_modules/@aws-sdk/types/dist-es/shapes.js create mode 100644 node_modules/@aws-sdk/types/dist-es/signature.js create mode 100644 node_modules/@aws-sdk/types/dist-es/stream.js create mode 100644 node_modules/@aws-sdk/types/dist-es/token.js create mode 100644 node_modules/@aws-sdk/types/dist-es/transfer.js create mode 100644 node_modules/@aws-sdk/types/dist-es/util.js create mode 100644 node_modules/@aws-sdk/types/dist-es/waiter.js create mode 100644 node_modules/@aws-sdk/types/dist-types/abort.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/auth.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/checksum.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/client.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/command.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/credentials.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/crypto.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/endpoint.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/eventStream.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/http.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/identity/index.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/logger.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/middleware.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/pagination.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/profile.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/response.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/retry.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/serde.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/shapes.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/signature.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/stream.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/token.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/transfer.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/util.d.ts create mode 100644 node_modules/@aws-sdk/types/dist-types/waiter.d.ts create mode 100644 node_modules/@aws-sdk/types/package.json create mode 100644 node_modules/@aws-sdk/url-parser/LICENSE create mode 100644 node_modules/@aws-sdk/url-parser/README.md create mode 100644 node_modules/@aws-sdk/url-parser/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/url-parser/dist-es/index.js create mode 100644 node_modules/@aws-sdk/url-parser/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/url-parser/package.json create mode 100644 node_modules/@aws-sdk/util-base64/LICENSE create mode 100644 node_modules/@aws-sdk/util-base64/README.md create mode 100644 node_modules/@aws-sdk/util-base64/dist-cjs/constants.browser.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.browser.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.browser.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-es/constants.browser.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-es/fromBase64.browser.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-es/fromBase64.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-es/toBase64.browser.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-es/toBase64.js create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/constants.browser.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/fromBase64.browser.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/fromBase64.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/toBase64.browser.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/toBase64.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/ts3.4/constants.browser.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.browser.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.d.ts create mode 100644 node_modules/@aws-sdk/util-base64/package.json create mode 100644 node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md create mode 100644 node_modules/@aws-sdk/util-body-length-browser/LICENSE create mode 100644 node_modules/@aws-sdk/util-body-length-browser/README.md create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-cjs/calculateBodyLength.js create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-es/calculateBodyLength.js create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-browser/package.json create mode 100644 node_modules/@aws-sdk/util-body-length-node/LICENSE create mode 100644 node_modules/@aws-sdk/util-body-length-node/README.md create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-cjs/calculateBodyLength.js create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-es/calculateBodyLength.js create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-body-length-node/package.json create mode 100644 node_modules/@aws-sdk/util-buffer-from/LICENSE create mode 100644 node_modules/@aws-sdk/util-buffer-from/README.md create mode 100644 node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-buffer-from/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-buffer-from/package.json create mode 100644 node_modules/@aws-sdk/util-config-provider/LICENSE create mode 100644 node_modules/@aws-sdk/util-config-provider/README.md create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts create mode 100644 node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-config-provider/package.json create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/README.md create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-browser/package.json create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/LICENSE create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/README.md create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-es/defaultsModeConfig.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts create mode 100644 node_modules/@aws-sdk/util-defaults-mode-node/package.json create mode 100644 node_modules/@aws-sdk/util-endpoints/LICENSE create mode 100644 node_modules/@aws-sdk/util-endpoints/README.md create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts create mode 100644 node_modules/@aws-sdk/util-endpoints/package.json create mode 100644 node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md create mode 100644 node_modules/@aws-sdk/util-hex-encoding/LICENSE create mode 100644 node_modules/@aws-sdk/util-hex-encoding/README.md create mode 100644 node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-hex-encoding/package.json create mode 100644 node_modules/@aws-sdk/util-locate-window/LICENSE create mode 100644 node_modules/@aws-sdk/util-locate-window/README.md create mode 100644 node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-locate-window/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-locate-window/package.json create mode 100644 node_modules/@aws-sdk/util-middleware/LICENSE create mode 100644 node_modules/@aws-sdk/util-middleware/README.md create mode 100644 node_modules/@aws-sdk/util-middleware/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-middleware/dist-cjs/normalizeProvider.js create mode 100644 node_modules/@aws-sdk/util-middleware/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-middleware/dist-es/normalizeProvider.js create mode 100644 node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts create mode 100644 node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts create mode 100644 node_modules/@aws-sdk/util-middleware/package.json create mode 100644 node_modules/@aws-sdk/util-retry/LICENSE create mode 100644 node_modules/@aws-sdk/util-retry/README.md create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/AdaptiveRetryStrategy.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/DefaultRateLimiter.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/config.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/constants.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryBackoffStrategy.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-cjs/types.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/AdaptiveRetryStrategy.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/DefaultRateLimiter.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/config.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/constants.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/defaultRetryBackoffStrategy.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-es/types.js create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/config.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/constants.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/ts3.4/types.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/dist-types/types.d.ts create mode 100644 node_modules/@aws-sdk/util-retry/package.json create mode 100644 node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md create mode 100644 node_modules/@aws-sdk/util-uri-escape/LICENSE create mode 100644 node_modules/@aws-sdk/util-uri-escape/README.md create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts create mode 100644 node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-uri-escape/package.json create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/LICENSE create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/README.md create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-browser/package.json create mode 100644 node_modules/@aws-sdk/util-user-agent-node/LICENSE create mode 100644 node_modules/@aws-sdk/util-user-agent-node/README.md create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts create mode 100644 node_modules/@aws-sdk/util-user-agent-node/package.json create mode 100644 node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md create mode 100644 node_modules/@aws-sdk/util-utf8-browser/LICENSE create mode 100644 node_modules/@aws-sdk/util-utf8-browser/README.md create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-browser/package.json create mode 100644 node_modules/@aws-sdk/util-utf8-node/LICENSE create mode 100644 node_modules/@aws-sdk/util-utf8-node/README.md create mode 100644 node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js create mode 100644 node_modules/@aws-sdk/util-utf8-node/dist-es/index.js create mode 100644 node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts create mode 100644 node_modules/@aws-sdk/util-utf8-node/package.json create mode 100644 node_modules/@types/node/LICENSE create mode 100644 node_modules/@types/node/README.md create mode 100644 node_modules/@types/node/assert.d.ts create mode 100644 node_modules/@types/node/assert/strict.d.ts create mode 100644 node_modules/@types/node/async_hooks.d.ts create mode 100644 node_modules/@types/node/buffer.d.ts create mode 100644 node_modules/@types/node/child_process.d.ts create mode 100644 node_modules/@types/node/cluster.d.ts create mode 100644 node_modules/@types/node/console.d.ts create mode 100644 node_modules/@types/node/constants.d.ts create mode 100644 node_modules/@types/node/crypto.d.ts create mode 100644 node_modules/@types/node/dgram.d.ts create mode 100644 node_modules/@types/node/diagnostics_channel.d.ts create mode 100644 node_modules/@types/node/dns.d.ts create mode 100644 node_modules/@types/node/dns/promises.d.ts create mode 100644 node_modules/@types/node/dom-events.d.ts create mode 100644 node_modules/@types/node/domain.d.ts create mode 100644 node_modules/@types/node/events.d.ts create mode 100644 node_modules/@types/node/fs.d.ts create mode 100644 node_modules/@types/node/fs/promises.d.ts create mode 100644 node_modules/@types/node/globals.d.ts create mode 100644 node_modules/@types/node/globals.global.d.ts create mode 100644 node_modules/@types/node/http.d.ts create mode 100644 node_modules/@types/node/http2.d.ts create mode 100644 node_modules/@types/node/https.d.ts create mode 100644 node_modules/@types/node/index.d.ts create mode 100644 node_modules/@types/node/inspector.d.ts create mode 100644 node_modules/@types/node/module.d.ts create mode 100644 node_modules/@types/node/net.d.ts create mode 100644 node_modules/@types/node/os.d.ts create mode 100644 node_modules/@types/node/package.json create mode 100644 node_modules/@types/node/path.d.ts create mode 100644 node_modules/@types/node/perf_hooks.d.ts create mode 100644 node_modules/@types/node/process.d.ts create mode 100644 node_modules/@types/node/punycode.d.ts create mode 100644 node_modules/@types/node/querystring.d.ts create mode 100644 node_modules/@types/node/readline.d.ts create mode 100644 node_modules/@types/node/readline/promises.d.ts create mode 100644 node_modules/@types/node/repl.d.ts create mode 100644 node_modules/@types/node/stream.d.ts create mode 100644 node_modules/@types/node/stream/consumers.d.ts create mode 100644 node_modules/@types/node/stream/promises.d.ts create mode 100644 node_modules/@types/node/stream/web.d.ts create mode 100644 node_modules/@types/node/string_decoder.d.ts create mode 100644 node_modules/@types/node/test.d.ts create mode 100644 node_modules/@types/node/timers.d.ts create mode 100644 node_modules/@types/node/timers/promises.d.ts create mode 100644 node_modules/@types/node/tls.d.ts create mode 100644 node_modules/@types/node/trace_events.d.ts create mode 100644 node_modules/@types/node/ts4.8/assert.d.ts create mode 100644 node_modules/@types/node/ts4.8/assert/strict.d.ts create mode 100644 node_modules/@types/node/ts4.8/async_hooks.d.ts create mode 100644 node_modules/@types/node/ts4.8/buffer.d.ts create mode 100644 node_modules/@types/node/ts4.8/child_process.d.ts create mode 100644 node_modules/@types/node/ts4.8/cluster.d.ts create mode 100644 node_modules/@types/node/ts4.8/console.d.ts create mode 100644 node_modules/@types/node/ts4.8/constants.d.ts create mode 100644 node_modules/@types/node/ts4.8/crypto.d.ts create mode 100644 node_modules/@types/node/ts4.8/dgram.d.ts create mode 100644 node_modules/@types/node/ts4.8/diagnostics_channel.d.ts create mode 100644 node_modules/@types/node/ts4.8/dns.d.ts create mode 100644 node_modules/@types/node/ts4.8/dns/promises.d.ts create mode 100644 node_modules/@types/node/ts4.8/dom-events.d.ts create mode 100644 node_modules/@types/node/ts4.8/domain.d.ts create mode 100644 node_modules/@types/node/ts4.8/events.d.ts create mode 100644 node_modules/@types/node/ts4.8/fs.d.ts create mode 100644 node_modules/@types/node/ts4.8/fs/promises.d.ts create mode 100644 node_modules/@types/node/ts4.8/globals.d.ts create mode 100644 node_modules/@types/node/ts4.8/globals.global.d.ts create mode 100644 node_modules/@types/node/ts4.8/http.d.ts create mode 100644 node_modules/@types/node/ts4.8/http2.d.ts create mode 100644 node_modules/@types/node/ts4.8/https.d.ts create mode 100644 node_modules/@types/node/ts4.8/index.d.ts create mode 100644 node_modules/@types/node/ts4.8/inspector.d.ts create mode 100644 node_modules/@types/node/ts4.8/module.d.ts create mode 100644 node_modules/@types/node/ts4.8/net.d.ts create mode 100644 node_modules/@types/node/ts4.8/os.d.ts create mode 100644 node_modules/@types/node/ts4.8/path.d.ts create mode 100644 node_modules/@types/node/ts4.8/perf_hooks.d.ts create mode 100644 node_modules/@types/node/ts4.8/process.d.ts create mode 100644 node_modules/@types/node/ts4.8/punycode.d.ts create mode 100644 node_modules/@types/node/ts4.8/querystring.d.ts create mode 100644 node_modules/@types/node/ts4.8/readline.d.ts create mode 100644 node_modules/@types/node/ts4.8/readline/promises.d.ts create mode 100644 node_modules/@types/node/ts4.8/repl.d.ts create mode 100644 node_modules/@types/node/ts4.8/stream.d.ts create mode 100644 node_modules/@types/node/ts4.8/stream/consumers.d.ts create mode 100644 node_modules/@types/node/ts4.8/stream/promises.d.ts create mode 100644 node_modules/@types/node/ts4.8/stream/web.d.ts create mode 100644 node_modules/@types/node/ts4.8/string_decoder.d.ts create mode 100644 node_modules/@types/node/ts4.8/test.d.ts create mode 100644 node_modules/@types/node/ts4.8/timers.d.ts create mode 100644 node_modules/@types/node/ts4.8/timers/promises.d.ts create mode 100644 node_modules/@types/node/ts4.8/tls.d.ts create mode 100644 node_modules/@types/node/ts4.8/trace_events.d.ts create mode 100644 node_modules/@types/node/ts4.8/tty.d.ts create mode 100644 node_modules/@types/node/ts4.8/url.d.ts create mode 100644 node_modules/@types/node/ts4.8/util.d.ts create mode 100644 node_modules/@types/node/ts4.8/v8.d.ts create mode 100644 node_modules/@types/node/ts4.8/vm.d.ts create mode 100644 node_modules/@types/node/ts4.8/wasi.d.ts create mode 100644 node_modules/@types/node/ts4.8/worker_threads.d.ts create mode 100644 node_modules/@types/node/ts4.8/zlib.d.ts create mode 100644 node_modules/@types/node/tty.d.ts create mode 100644 node_modules/@types/node/url.d.ts create mode 100644 node_modules/@types/node/util.d.ts create mode 100644 node_modules/@types/node/v8.d.ts create mode 100644 node_modules/@types/node/vm.d.ts create mode 100644 node_modules/@types/node/wasi.d.ts create mode 100644 node_modules/@types/node/worker_threads.d.ts create mode 100644 node_modules/@types/node/zlib.d.ts create mode 100644 node_modules/@types/webidl-conversions/LICENSE create mode 100644 node_modules/@types/webidl-conversions/README.md create mode 100644 node_modules/@types/webidl-conversions/index.d.ts create mode 100644 node_modules/@types/webidl-conversions/package.json create mode 100644 node_modules/@types/whatwg-url/LICENSE create mode 100644 node_modules/@types/whatwg-url/README.md create mode 100644 node_modules/@types/whatwg-url/dist/URL-impl.d.ts create mode 100644 node_modules/@types/whatwg-url/dist/URL.d.ts create mode 100644 node_modules/@types/whatwg-url/dist/URLSearchParams-impl.d.ts create mode 100644 node_modules/@types/whatwg-url/dist/URLSearchParams.d.ts create mode 100644 node_modules/@types/whatwg-url/index.d.ts create mode 100644 node_modules/@types/whatwg-url/package.json create mode 100644 node_modules/@types/whatwg-url/webidl2js-wrapper.d.ts create mode 100644 node_modules/abbrev/LICENSE create mode 100644 node_modules/abbrev/README.md create mode 100644 node_modules/abbrev/abbrev.js create mode 100644 node_modules/abbrev/package.json create mode 100644 node_modules/accepts/HISTORY.md create mode 100644 node_modules/accepts/LICENSE create mode 100644 node_modules/accepts/README.md create mode 100644 node_modules/accepts/index.js create mode 100644 node_modules/accepts/package.json create mode 100644 node_modules/ansi-styles/index.d.ts create mode 100644 node_modules/ansi-styles/index.js create mode 100644 node_modules/ansi-styles/license create mode 100644 node_modules/ansi-styles/package.json create mode 100644 node_modules/ansi-styles/readme.md create mode 100644 node_modules/anymatch/LICENSE create mode 100644 node_modules/anymatch/README.md create mode 100644 node_modules/anymatch/index.d.ts create mode 100644 node_modules/anymatch/index.js create mode 100644 node_modules/anymatch/package.json create mode 100644 node_modules/array-flatten/LICENSE create mode 100644 node_modules/array-flatten/README.md create mode 100644 node_modules/array-flatten/array-flatten.js create mode 100644 node_modules/array-flatten/package.json create mode 100644 node_modules/async/CHANGELOG.md create mode 100644 node_modules/async/LICENSE create mode 100644 node_modules/async/README.md create mode 100644 node_modules/async/all.js create mode 100644 node_modules/async/allLimit.js create mode 100644 node_modules/async/allSeries.js create mode 100644 node_modules/async/any.js create mode 100644 node_modules/async/anyLimit.js create mode 100644 node_modules/async/anySeries.js create mode 100644 node_modules/async/apply.js create mode 100644 node_modules/async/applyEach.js create mode 100644 node_modules/async/applyEachSeries.js create mode 100644 node_modules/async/asyncify.js create mode 100644 node_modules/async/auto.js create mode 100644 node_modules/async/autoInject.js create mode 100644 node_modules/async/bower.json create mode 100644 node_modules/async/cargo.js create mode 100644 node_modules/async/cargoQueue.js create mode 100644 node_modules/async/compose.js create mode 100644 node_modules/async/concat.js create mode 100644 node_modules/async/concatLimit.js create mode 100644 node_modules/async/concatSeries.js create mode 100644 node_modules/async/constant.js create mode 100644 node_modules/async/detect.js create mode 100644 node_modules/async/detectLimit.js create mode 100644 node_modules/async/detectSeries.js create mode 100644 node_modules/async/dir.js create mode 100644 node_modules/async/dist/async.js create mode 100644 node_modules/async/dist/async.min.js create mode 100644 node_modules/async/dist/async.mjs create mode 100644 node_modules/async/doDuring.js create mode 100644 node_modules/async/doUntil.js create mode 100644 node_modules/async/doWhilst.js create mode 100644 node_modules/async/during.js create mode 100644 node_modules/async/each.js create mode 100644 node_modules/async/eachLimit.js create mode 100644 node_modules/async/eachOf.js create mode 100644 node_modules/async/eachOfLimit.js create mode 100644 node_modules/async/eachOfSeries.js create mode 100644 node_modules/async/eachSeries.js create mode 100644 node_modules/async/ensureAsync.js create mode 100644 node_modules/async/every.js create mode 100644 node_modules/async/everyLimit.js create mode 100644 node_modules/async/everySeries.js create mode 100644 node_modules/async/filter.js create mode 100644 node_modules/async/filterLimit.js create mode 100644 node_modules/async/filterSeries.js create mode 100644 node_modules/async/find.js create mode 100644 node_modules/async/findLimit.js create mode 100644 node_modules/async/findSeries.js create mode 100644 node_modules/async/flatMap.js create mode 100644 node_modules/async/flatMapLimit.js create mode 100644 node_modules/async/flatMapSeries.js create mode 100644 node_modules/async/foldl.js create mode 100644 node_modules/async/foldr.js create mode 100644 node_modules/async/forEach.js create mode 100644 node_modules/async/forEachLimit.js create mode 100644 node_modules/async/forEachOf.js create mode 100644 node_modules/async/forEachOfLimit.js create mode 100644 node_modules/async/forEachOfSeries.js create mode 100644 node_modules/async/forEachSeries.js create mode 100644 node_modules/async/forever.js create mode 100644 node_modules/async/groupBy.js create mode 100644 node_modules/async/groupByLimit.js create mode 100644 node_modules/async/groupBySeries.js create mode 100644 node_modules/async/index.js create mode 100644 node_modules/async/inject.js create mode 100644 node_modules/async/internal/DoublyLinkedList.js create mode 100644 node_modules/async/internal/Heap.js create mode 100644 node_modules/async/internal/applyEach.js create mode 100644 node_modules/async/internal/asyncEachOfLimit.js create mode 100644 node_modules/async/internal/awaitify.js create mode 100644 node_modules/async/internal/breakLoop.js create mode 100644 node_modules/async/internal/consoleFunc.js create mode 100644 node_modules/async/internal/createTester.js create mode 100644 node_modules/async/internal/eachOfLimit.js create mode 100644 node_modules/async/internal/filter.js create mode 100644 node_modules/async/internal/getIterator.js create mode 100644 node_modules/async/internal/initialParams.js create mode 100644 node_modules/async/internal/isArrayLike.js create mode 100644 node_modules/async/internal/iterator.js create mode 100644 node_modules/async/internal/map.js create mode 100644 node_modules/async/internal/once.js create mode 100644 node_modules/async/internal/onlyOnce.js create mode 100644 node_modules/async/internal/parallel.js create mode 100644 node_modules/async/internal/promiseCallback.js create mode 100644 node_modules/async/internal/queue.js create mode 100644 node_modules/async/internal/range.js create mode 100644 node_modules/async/internal/reject.js create mode 100644 node_modules/async/internal/setImmediate.js create mode 100644 node_modules/async/internal/withoutIndex.js create mode 100644 node_modules/async/internal/wrapAsync.js create mode 100644 node_modules/async/log.js create mode 100644 node_modules/async/map.js create mode 100644 node_modules/async/mapLimit.js create mode 100644 node_modules/async/mapSeries.js create mode 100644 node_modules/async/mapValues.js create mode 100644 node_modules/async/mapValuesLimit.js create mode 100644 node_modules/async/mapValuesSeries.js create mode 100644 node_modules/async/memoize.js create mode 100644 node_modules/async/nextTick.js create mode 100644 node_modules/async/package.json create mode 100644 node_modules/async/parallel.js create mode 100644 node_modules/async/parallelLimit.js create mode 100644 node_modules/async/priorityQueue.js create mode 100644 node_modules/async/queue.js create mode 100644 node_modules/async/race.js create mode 100644 node_modules/async/reduce.js create mode 100644 node_modules/async/reduceRight.js create mode 100644 node_modules/async/reflect.js create mode 100644 node_modules/async/reflectAll.js create mode 100644 node_modules/async/reject.js create mode 100644 node_modules/async/rejectLimit.js create mode 100644 node_modules/async/rejectSeries.js create mode 100644 node_modules/async/retry.js create mode 100644 node_modules/async/retryable.js create mode 100644 node_modules/async/select.js create mode 100644 node_modules/async/selectLimit.js create mode 100644 node_modules/async/selectSeries.js create mode 100644 node_modules/async/seq.js create mode 100644 node_modules/async/series.js create mode 100644 node_modules/async/setImmediate.js create mode 100644 node_modules/async/some.js create mode 100644 node_modules/async/someLimit.js create mode 100644 node_modules/async/someSeries.js create mode 100644 node_modules/async/sortBy.js create mode 100644 node_modules/async/timeout.js create mode 100644 node_modules/async/times.js create mode 100644 node_modules/async/timesLimit.js create mode 100644 node_modules/async/timesSeries.js create mode 100644 node_modules/async/transform.js create mode 100644 node_modules/async/tryEach.js create mode 100644 node_modules/async/unmemoize.js create mode 100644 node_modules/async/until.js create mode 100644 node_modules/async/waterfall.js create mode 100644 node_modules/async/whilst.js create mode 100644 node_modules/async/wrapSync.js create mode 100644 node_modules/balanced-match/.github/FUNDING.yml create mode 100644 node_modules/balanced-match/LICENSE.md create mode 100644 node_modules/balanced-match/README.md create mode 100644 node_modules/balanced-match/index.js create mode 100644 node_modules/balanced-match/package.json create mode 100644 node_modules/base64-js/LICENSE create mode 100644 node_modules/base64-js/README.md create mode 100644 node_modules/base64-js/base64js.min.js create mode 100644 node_modules/base64-js/index.d.ts create mode 100644 node_modules/base64-js/index.js create mode 100644 node_modules/base64-js/package.json create mode 100644 node_modules/binary-extensions/binary-extensions.json create mode 100644 node_modules/binary-extensions/binary-extensions.json.d.ts create mode 100644 node_modules/binary-extensions/index.d.ts create mode 100644 node_modules/binary-extensions/index.js create mode 100644 node_modules/binary-extensions/license create mode 100644 node_modules/binary-extensions/package.json create mode 100644 node_modules/binary-extensions/readme.md create mode 100644 node_modules/body-parser/HISTORY.md create mode 100644 node_modules/body-parser/LICENSE create mode 100644 node_modules/body-parser/README.md create mode 100644 node_modules/body-parser/SECURITY.md create mode 100644 node_modules/body-parser/index.js create mode 100644 node_modules/body-parser/lib/read.js create mode 100644 node_modules/body-parser/lib/types/json.js create mode 100644 node_modules/body-parser/lib/types/raw.js create mode 100644 node_modules/body-parser/lib/types/text.js create mode 100644 node_modules/body-parser/lib/types/urlencoded.js create mode 100644 node_modules/body-parser/package.json create mode 100644 node_modules/bowser/CHANGELOG.md create mode 100644 node_modules/bowser/LICENSE create mode 100644 node_modules/bowser/README.md create mode 100644 node_modules/bowser/bundled.js create mode 100644 node_modules/bowser/es5.js create mode 100644 node_modules/bowser/index.d.ts create mode 100644 node_modules/bowser/package.json create mode 100644 node_modules/bowser/src/bowser.js create mode 100644 node_modules/bowser/src/constants.js create mode 100644 node_modules/bowser/src/parser-browsers.js create mode 100644 node_modules/bowser/src/parser-engines.js create mode 100644 node_modules/bowser/src/parser-os.js create mode 100644 node_modules/bowser/src/parser-platforms.js create mode 100644 node_modules/bowser/src/parser.js create mode 100644 node_modules/bowser/src/utils.js create mode 100644 node_modules/brace-expansion/LICENSE create mode 100644 node_modules/brace-expansion/README.md create mode 100644 node_modules/brace-expansion/index.js create mode 100644 node_modules/brace-expansion/package.json create mode 100644 node_modules/braces/CHANGELOG.md create mode 100644 node_modules/braces/LICENSE create mode 100644 node_modules/braces/README.md create mode 100644 node_modules/braces/index.js create mode 100644 node_modules/braces/lib/compile.js create mode 100644 node_modules/braces/lib/constants.js create mode 100644 node_modules/braces/lib/expand.js create mode 100644 node_modules/braces/lib/parse.js create mode 100644 node_modules/braces/lib/stringify.js create mode 100644 node_modules/braces/lib/utils.js create mode 100644 node_modules/braces/package.json create mode 100644 node_modules/bson/LICENSE.md create mode 100644 node_modules/bson/README.md create mode 100644 node_modules/bson/bower.json create mode 100644 node_modules/bson/bson.d.ts create mode 100644 node_modules/bson/dist/bson.browser.esm.js create mode 100644 node_modules/bson/dist/bson.browser.esm.js.map create mode 100644 node_modules/bson/dist/bson.browser.umd.js create mode 100644 node_modules/bson/dist/bson.browser.umd.js.map create mode 100644 node_modules/bson/dist/bson.bundle.js create mode 100644 node_modules/bson/dist/bson.bundle.js.map create mode 100644 node_modules/bson/dist/bson.esm.js create mode 100644 node_modules/bson/dist/bson.esm.js.map create mode 100644 node_modules/bson/etc/prepare.js create mode 100644 node_modules/bson/lib/binary.js create mode 100644 node_modules/bson/lib/binary.js.map create mode 100644 node_modules/bson/lib/bson.js create mode 100644 node_modules/bson/lib/bson.js.map create mode 100644 node_modules/bson/lib/code.js create mode 100644 node_modules/bson/lib/code.js.map create mode 100644 node_modules/bson/lib/constants.js create mode 100644 node_modules/bson/lib/constants.js.map create mode 100644 node_modules/bson/lib/db_ref.js create mode 100644 node_modules/bson/lib/db_ref.js.map create mode 100644 node_modules/bson/lib/decimal128.js create mode 100644 node_modules/bson/lib/decimal128.js.map create mode 100644 node_modules/bson/lib/double.js create mode 100644 node_modules/bson/lib/double.js.map create mode 100644 node_modules/bson/lib/ensure_buffer.js create mode 100644 node_modules/bson/lib/ensure_buffer.js.map create mode 100644 node_modules/bson/lib/error.js create mode 100644 node_modules/bson/lib/error.js.map create mode 100644 node_modules/bson/lib/extended_json.js create mode 100644 node_modules/bson/lib/extended_json.js.map create mode 100644 node_modules/bson/lib/int_32.js create mode 100644 node_modules/bson/lib/int_32.js.map create mode 100644 node_modules/bson/lib/long.js create mode 100644 node_modules/bson/lib/long.js.map create mode 100644 node_modules/bson/lib/map.js create mode 100644 node_modules/bson/lib/map.js.map create mode 100644 node_modules/bson/lib/max_key.js create mode 100644 node_modules/bson/lib/max_key.js.map create mode 100644 node_modules/bson/lib/min_key.js create mode 100644 node_modules/bson/lib/min_key.js.map create mode 100644 node_modules/bson/lib/objectid.js create mode 100644 node_modules/bson/lib/objectid.js.map create mode 100644 node_modules/bson/lib/parser/calculate_size.js create mode 100644 node_modules/bson/lib/parser/calculate_size.js.map create mode 100644 node_modules/bson/lib/parser/deserializer.js create mode 100644 node_modules/bson/lib/parser/deserializer.js.map create mode 100644 node_modules/bson/lib/parser/serializer.js create mode 100644 node_modules/bson/lib/parser/serializer.js.map create mode 100644 node_modules/bson/lib/parser/utils.js create mode 100644 node_modules/bson/lib/parser/utils.js.map create mode 100644 node_modules/bson/lib/regexp.js create mode 100644 node_modules/bson/lib/regexp.js.map create mode 100644 node_modules/bson/lib/symbol.js create mode 100644 node_modules/bson/lib/symbol.js.map create mode 100644 node_modules/bson/lib/timestamp.js create mode 100644 node_modules/bson/lib/timestamp.js.map create mode 100644 node_modules/bson/lib/utils/global.js create mode 100644 node_modules/bson/lib/utils/global.js.map create mode 100644 node_modules/bson/lib/uuid_utils.js create mode 100644 node_modules/bson/lib/uuid_utils.js.map create mode 100644 node_modules/bson/lib/validate_utf8.js create mode 100644 node_modules/bson/lib/validate_utf8.js.map create mode 100644 node_modules/bson/package.json create mode 100644 node_modules/bson/src/binary.ts create mode 100644 node_modules/bson/src/bson.ts create mode 100644 node_modules/bson/src/code.ts create mode 100644 node_modules/bson/src/constants.ts create mode 100644 node_modules/bson/src/db_ref.ts create mode 100644 node_modules/bson/src/decimal128.ts create mode 100644 node_modules/bson/src/double.ts create mode 100644 node_modules/bson/src/ensure_buffer.ts create mode 100644 node_modules/bson/src/error.ts create mode 100644 node_modules/bson/src/extended_json.ts create mode 100644 node_modules/bson/src/int_32.ts create mode 100644 node_modules/bson/src/long.ts create mode 100644 node_modules/bson/src/map.ts create mode 100644 node_modules/bson/src/max_key.ts create mode 100644 node_modules/bson/src/min_key.ts create mode 100644 node_modules/bson/src/objectid.ts create mode 100644 node_modules/bson/src/parser/calculate_size.ts create mode 100644 node_modules/bson/src/parser/deserializer.ts create mode 100644 node_modules/bson/src/parser/serializer.ts create mode 100644 node_modules/bson/src/parser/utils.ts create mode 100644 node_modules/bson/src/regexp.ts create mode 100644 node_modules/bson/src/symbol.ts create mode 100644 node_modules/bson/src/timestamp.ts create mode 100644 node_modules/bson/src/utils/global.ts create mode 100644 node_modules/bson/src/uuid_utils.ts create mode 100644 node_modules/bson/src/validate_utf8.ts create mode 100644 node_modules/buffer/AUTHORS.md create mode 100644 node_modules/buffer/LICENSE create mode 100644 node_modules/buffer/README.md create mode 100644 node_modules/buffer/index.d.ts create mode 100644 node_modules/buffer/index.js create mode 100644 node_modules/buffer/package.json create mode 100644 node_modules/bytes/History.md create mode 100644 node_modules/bytes/LICENSE create mode 100644 node_modules/bytes/Readme.md create mode 100644 node_modules/bytes/index.js create mode 100644 node_modules/bytes/package.json create mode 100644 node_modules/call-bind/.eslintignore create mode 100644 node_modules/call-bind/.eslintrc create mode 100644 node_modules/call-bind/.github/FUNDING.yml create mode 100644 node_modules/call-bind/.nycrc create mode 100644 node_modules/call-bind/CHANGELOG.md create mode 100644 node_modules/call-bind/LICENSE create mode 100644 node_modules/call-bind/README.md create mode 100644 node_modules/call-bind/callBound.js create mode 100644 node_modules/call-bind/index.js create mode 100644 node_modules/call-bind/package.json create mode 100644 node_modules/call-bind/test/callBound.js create mode 100644 node_modules/call-bind/test/index.js create mode 100644 node_modules/chalk/index.d.ts create mode 100644 node_modules/chalk/license create mode 100644 node_modules/chalk/node_modules/has-flag/index.d.ts create mode 100644 node_modules/chalk/node_modules/has-flag/index.js create mode 100644 node_modules/chalk/node_modules/has-flag/license create mode 100644 node_modules/chalk/node_modules/has-flag/package.json create mode 100644 node_modules/chalk/node_modules/has-flag/readme.md create mode 100644 node_modules/chalk/node_modules/supports-color/browser.js create mode 100644 node_modules/chalk/node_modules/supports-color/index.js create mode 100644 node_modules/chalk/node_modules/supports-color/license create mode 100644 node_modules/chalk/node_modules/supports-color/package.json create mode 100644 node_modules/chalk/node_modules/supports-color/readme.md create mode 100644 node_modules/chalk/package.json create mode 100644 node_modules/chalk/readme.md create mode 100644 node_modules/chalk/source/index.js create mode 100644 node_modules/chalk/source/templates.js create mode 100644 node_modules/chalk/source/util.js create mode 100644 node_modules/chokidar/LICENSE create mode 100644 node_modules/chokidar/README.md create mode 100644 node_modules/chokidar/index.js create mode 100644 node_modules/chokidar/lib/constants.js create mode 100644 node_modules/chokidar/lib/fsevents-handler.js create mode 100644 node_modules/chokidar/lib/nodefs-handler.js create mode 100644 node_modules/chokidar/package.json create mode 100644 node_modules/chokidar/types/index.d.ts create mode 100644 node_modules/color-convert/CHANGELOG.md create mode 100644 node_modules/color-convert/LICENSE create mode 100644 node_modules/color-convert/README.md create mode 100644 node_modules/color-convert/conversions.js create mode 100644 node_modules/color-convert/index.js create mode 100644 node_modules/color-convert/package.json create mode 100644 node_modules/color-convert/route.js create mode 100644 node_modules/color-name/LICENSE create mode 100644 node_modules/color-name/README.md create mode 100644 node_modules/color-name/index.js create mode 100644 node_modules/color-name/package.json create mode 100644 node_modules/concat-map/.travis.yml create mode 100644 node_modules/concat-map/LICENSE create mode 100644 node_modules/concat-map/README.markdown create mode 100644 node_modules/concat-map/example/map.js create mode 100644 node_modules/concat-map/index.js create mode 100644 node_modules/concat-map/package.json create mode 100644 node_modules/concat-map/test/map.js create mode 100644 node_modules/content-disposition/HISTORY.md create mode 100644 node_modules/content-disposition/LICENSE create mode 100644 node_modules/content-disposition/README.md create mode 100644 node_modules/content-disposition/index.js create mode 100644 node_modules/content-disposition/package.json create mode 100644 node_modules/content-type/HISTORY.md create mode 100644 node_modules/content-type/LICENSE create mode 100644 node_modules/content-type/README.md create mode 100644 node_modules/content-type/index.js create mode 100644 node_modules/content-type/package.json create mode 100644 node_modules/cookie-signature/.npmignore create mode 100644 node_modules/cookie-signature/History.md create mode 100644 node_modules/cookie-signature/Readme.md create mode 100644 node_modules/cookie-signature/index.js create mode 100644 node_modules/cookie-signature/package.json create mode 100644 node_modules/cookie/HISTORY.md create mode 100644 node_modules/cookie/LICENSE create mode 100644 node_modules/cookie/README.md create mode 100644 node_modules/cookie/SECURITY.md create mode 100644 node_modules/cookie/index.js create mode 100644 node_modules/cookie/package.json create mode 100644 node_modules/debug/.coveralls.yml create mode 100644 node_modules/debug/.eslintrc create mode 100644 node_modules/debug/.npmignore create mode 100644 node_modules/debug/.travis.yml create mode 100644 node_modules/debug/CHANGELOG.md create mode 100644 node_modules/debug/LICENSE create mode 100644 node_modules/debug/Makefile create mode 100644 node_modules/debug/README.md create mode 100644 node_modules/debug/component.json create mode 100644 node_modules/debug/karma.conf.js create mode 100644 node_modules/debug/node.js create mode 100644 node_modules/debug/package.json create mode 100644 node_modules/debug/src/browser.js create mode 100644 node_modules/debug/src/debug.js create mode 100644 node_modules/debug/src/index.js create mode 100644 node_modules/debug/src/inspector-log.js create mode 100644 node_modules/debug/src/node.js create mode 100644 node_modules/depd/History.md create mode 100644 node_modules/depd/LICENSE create mode 100644 node_modules/depd/Readme.md create mode 100644 node_modules/depd/index.js create mode 100644 node_modules/depd/lib/browser/index.js create mode 100644 node_modules/depd/package.json create mode 100644 node_modules/destroy/LICENSE create mode 100644 node_modules/destroy/README.md create mode 100644 node_modules/destroy/index.js create mode 100644 node_modules/destroy/package.json create mode 100644 node_modules/ee-first/LICENSE create mode 100644 node_modules/ee-first/README.md create mode 100644 node_modules/ee-first/index.js create mode 100644 node_modules/ee-first/package.json create mode 100644 node_modules/ejs/LICENSE create mode 100644 node_modules/ejs/README.md create mode 100644 node_modules/ejs/bin/cli.js create mode 100644 node_modules/ejs/ejs.js create mode 100644 node_modules/ejs/ejs.min.js create mode 100644 node_modules/ejs/jakefile.js create mode 100644 node_modules/ejs/lib/ejs.js create mode 100644 node_modules/ejs/lib/utils.js create mode 100644 node_modules/ejs/package.json create mode 100644 node_modules/ejs/usage.txt create mode 100644 node_modules/encodeurl/HISTORY.md create mode 100644 node_modules/encodeurl/LICENSE create mode 100644 node_modules/encodeurl/README.md create mode 100644 node_modules/encodeurl/index.js create mode 100644 node_modules/encodeurl/package.json create mode 100644 node_modules/escape-html/LICENSE create mode 100644 node_modules/escape-html/Readme.md create mode 100644 node_modules/escape-html/index.js create mode 100644 node_modules/escape-html/package.json create mode 100644 node_modules/etag/HISTORY.md create mode 100644 node_modules/etag/LICENSE create mode 100644 node_modules/etag/README.md create mode 100644 node_modules/etag/index.js create mode 100644 node_modules/etag/package.json create mode 100644 node_modules/express/History.md create mode 100644 node_modules/express/LICENSE create mode 100644 node_modules/express/Readme.md create mode 100644 node_modules/express/index.js create mode 100644 node_modules/express/lib/application.js create mode 100644 node_modules/express/lib/express.js create mode 100644 node_modules/express/lib/middleware/init.js create mode 100644 node_modules/express/lib/middleware/query.js create mode 100644 node_modules/express/lib/request.js create mode 100644 node_modules/express/lib/response.js create mode 100644 node_modules/express/lib/router/index.js create mode 100644 node_modules/express/lib/router/layer.js create mode 100644 node_modules/express/lib/router/route.js create mode 100644 node_modules/express/lib/utils.js create mode 100644 node_modules/express/lib/view.js create mode 100644 node_modules/express/package.json create mode 100644 node_modules/fast-xml-parser/CHANGELOG.md create mode 100644 node_modules/fast-xml-parser/LICENSE create mode 100644 node_modules/fast-xml-parser/README.md create mode 100644 node_modules/fast-xml-parser/package.json create mode 100644 node_modules/fast-xml-parser/src/cli/cli.js create mode 100644 node_modules/fast-xml-parser/src/cli/man.js create mode 100644 node_modules/fast-xml-parser/src/cli/read.js create mode 100644 node_modules/fast-xml-parser/src/fxp.d.ts create mode 100644 node_modules/fast-xml-parser/src/fxp.js create mode 100644 node_modules/fast-xml-parser/src/util.js create mode 100644 node_modules/fast-xml-parser/src/validator.js create mode 100644 node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js create mode 100644 node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js create mode 100644 node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js create mode 100644 node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js create mode 100644 node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js create mode 100644 node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js create mode 100644 node_modules/fast-xml-parser/src/xmlparser/XMLParser.js create mode 100644 node_modules/fast-xml-parser/src/xmlparser/node2json.js create mode 100644 node_modules/fast-xml-parser/src/xmlparser/xmlNode.js create mode 100644 node_modules/filelist/README.md create mode 100644 node_modules/filelist/index.d.ts create mode 100644 node_modules/filelist/index.js create mode 100644 node_modules/filelist/jakefile.js create mode 100644 node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml create mode 100644 node_modules/filelist/node_modules/brace-expansion/LICENSE create mode 100644 node_modules/filelist/node_modules/brace-expansion/README.md create mode 100644 node_modules/filelist/node_modules/brace-expansion/index.js create mode 100644 node_modules/filelist/node_modules/brace-expansion/package.json create mode 100644 node_modules/filelist/node_modules/minimatch/LICENSE create mode 100644 node_modules/filelist/node_modules/minimatch/README.md create mode 100644 node_modules/filelist/node_modules/minimatch/lib/path.js create mode 100644 node_modules/filelist/node_modules/minimatch/minimatch.js create mode 100644 node_modules/filelist/node_modules/minimatch/package.json create mode 100644 node_modules/filelist/package.json create mode 100644 node_modules/fill-range/LICENSE create mode 100644 node_modules/fill-range/README.md create mode 100644 node_modules/fill-range/index.js create mode 100644 node_modules/fill-range/package.json create mode 100644 node_modules/finalhandler/HISTORY.md create mode 100644 node_modules/finalhandler/LICENSE create mode 100644 node_modules/finalhandler/README.md create mode 100644 node_modules/finalhandler/SECURITY.md create mode 100644 node_modules/finalhandler/index.js create mode 100644 node_modules/finalhandler/package.json create mode 100644 node_modules/forwarded/HISTORY.md create mode 100644 node_modules/forwarded/LICENSE create mode 100644 node_modules/forwarded/README.md create mode 100644 node_modules/forwarded/index.js create mode 100644 node_modules/forwarded/package.json create mode 100644 node_modules/fresh/HISTORY.md create mode 100644 node_modules/fresh/LICENSE create mode 100644 node_modules/fresh/README.md create mode 100644 node_modules/fresh/index.js create mode 100644 node_modules/fresh/package.json create mode 100644 node_modules/function-bind/.editorconfig create mode 100644 node_modules/function-bind/.eslintrc create mode 100644 node_modules/function-bind/.jscs.json create mode 100644 node_modules/function-bind/.npmignore create mode 100644 node_modules/function-bind/.travis.yml create mode 100644 node_modules/function-bind/LICENSE create mode 100644 node_modules/function-bind/README.md create mode 100644 node_modules/function-bind/implementation.js create mode 100644 node_modules/function-bind/index.js create mode 100644 node_modules/function-bind/package.json create mode 100644 node_modules/function-bind/test/.eslintrc create mode 100644 node_modules/function-bind/test/index.js create mode 100644 node_modules/get-intrinsic/.eslintrc create mode 100644 node_modules/get-intrinsic/.github/FUNDING.yml create mode 100644 node_modules/get-intrinsic/.nycrc create mode 100644 node_modules/get-intrinsic/CHANGELOG.md create mode 100644 node_modules/get-intrinsic/LICENSE create mode 100644 node_modules/get-intrinsic/README.md create mode 100644 node_modules/get-intrinsic/index.js create mode 100644 node_modules/get-intrinsic/package.json create mode 100644 node_modules/get-intrinsic/test/GetIntrinsic.js create mode 100644 node_modules/glob-parent/CHANGELOG.md create mode 100644 node_modules/glob-parent/LICENSE create mode 100644 node_modules/glob-parent/README.md create mode 100644 node_modules/glob-parent/index.js create mode 100644 node_modules/glob-parent/package.json create mode 100644 node_modules/has-flag/index.js create mode 100644 node_modules/has-flag/license create mode 100644 node_modules/has-flag/package.json create mode 100644 node_modules/has-flag/readme.md create mode 100644 node_modules/has-symbols/.eslintrc create mode 100644 node_modules/has-symbols/.github/FUNDING.yml create mode 100644 node_modules/has-symbols/.nycrc create mode 100644 node_modules/has-symbols/CHANGELOG.md create mode 100644 node_modules/has-symbols/LICENSE create mode 100644 node_modules/has-symbols/README.md create mode 100644 node_modules/has-symbols/index.js create mode 100644 node_modules/has-symbols/package.json create mode 100644 node_modules/has-symbols/shams.js create mode 100644 node_modules/has-symbols/test/index.js create mode 100644 node_modules/has-symbols/test/shams/core-js.js create mode 100644 node_modules/has-symbols/test/shams/get-own-property-symbols.js create mode 100644 node_modules/has-symbols/test/tests.js create mode 100644 node_modules/has/LICENSE-MIT create mode 100644 node_modules/has/README.md create mode 100644 node_modules/has/package.json create mode 100644 node_modules/has/src/index.js create mode 100644 node_modules/has/test/index.js create mode 100644 node_modules/http-errors/HISTORY.md create mode 100644 node_modules/http-errors/LICENSE create mode 100644 node_modules/http-errors/README.md create mode 100644 node_modules/http-errors/index.js create mode 100644 node_modules/http-errors/package.json create mode 100644 node_modules/iconv-lite/Changelog.md create mode 100644 node_modules/iconv-lite/LICENSE create mode 100644 node_modules/iconv-lite/README.md create mode 100644 node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 node_modules/iconv-lite/encodings/index.js create mode 100644 node_modules/iconv-lite/encodings/internal.js create mode 100644 node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 node_modules/iconv-lite/encodings/utf16.js create mode 100644 node_modules/iconv-lite/encodings/utf7.js create mode 100644 node_modules/iconv-lite/lib/bom-handling.js create mode 100644 node_modules/iconv-lite/lib/extend-node.js create mode 100644 node_modules/iconv-lite/lib/index.d.ts create mode 100644 node_modules/iconv-lite/lib/index.js create mode 100644 node_modules/iconv-lite/lib/streams.js create mode 100644 node_modules/iconv-lite/package.json create mode 100644 node_modules/ieee754/LICENSE create mode 100644 node_modules/ieee754/README.md create mode 100644 node_modules/ieee754/index.d.ts create mode 100644 node_modules/ieee754/index.js create mode 100644 node_modules/ieee754/package.json create mode 100644 node_modules/ignore-by-default/LICENSE create mode 100644 node_modules/ignore-by-default/README.md create mode 100644 node_modules/ignore-by-default/index.js create mode 100644 node_modules/ignore-by-default/package.json create mode 100644 node_modules/inherits/LICENSE create mode 100644 node_modules/inherits/README.md create mode 100644 node_modules/inherits/inherits.js create mode 100644 node_modules/inherits/inherits_browser.js create mode 100644 node_modules/inherits/package.json create mode 100644 node_modules/ip/README.md create mode 100644 node_modules/ip/lib/ip.js create mode 100644 node_modules/ip/package.json create mode 100644 node_modules/ipaddr.js/LICENSE create mode 100644 node_modules/ipaddr.js/README.md create mode 100644 node_modules/ipaddr.js/ipaddr.min.js create mode 100644 node_modules/ipaddr.js/lib/ipaddr.js create mode 100644 node_modules/ipaddr.js/lib/ipaddr.js.d.ts create mode 100644 node_modules/ipaddr.js/package.json create mode 100644 node_modules/is-binary-path/index.d.ts create mode 100644 node_modules/is-binary-path/index.js create mode 100644 node_modules/is-binary-path/license create mode 100644 node_modules/is-binary-path/package.json create mode 100644 node_modules/is-binary-path/readme.md create mode 100644 node_modules/is-extglob/LICENSE create mode 100644 node_modules/is-extglob/README.md create mode 100644 node_modules/is-extglob/index.js create mode 100644 node_modules/is-extglob/package.json create mode 100644 node_modules/is-glob/LICENSE create mode 100644 node_modules/is-glob/README.md create mode 100644 node_modules/is-glob/index.js create mode 100644 node_modules/is-glob/package.json create mode 100644 node_modules/is-number/LICENSE create mode 100644 node_modules/is-number/README.md create mode 100644 node_modules/is-number/index.js create mode 100644 node_modules/is-number/package.json create mode 100644 node_modules/jake/Makefile create mode 100644 node_modules/jake/README.md create mode 100644 node_modules/jake/bin/bash_completion.sh create mode 100644 node_modules/jake/bin/cli.js create mode 100644 node_modules/jake/jakefile.js create mode 100644 node_modules/jake/lib/api.js create mode 100644 node_modules/jake/lib/jake.js create mode 100644 node_modules/jake/lib/loader.js create mode 100644 node_modules/jake/lib/namespace.js create mode 100644 node_modules/jake/lib/package_task.js create mode 100644 node_modules/jake/lib/parseargs.js create mode 100644 node_modules/jake/lib/program.js create mode 100644 node_modules/jake/lib/publish_task.js create mode 100644 node_modules/jake/lib/rule.js create mode 100644 node_modules/jake/lib/task/directory_task.js create mode 100644 node_modules/jake/lib/task/file_task.js create mode 100644 node_modules/jake/lib/task/index.js create mode 100644 node_modules/jake/lib/task/task.js create mode 100644 node_modules/jake/lib/test_task.js create mode 100644 node_modules/jake/lib/utils/file.js create mode 100644 node_modules/jake/lib/utils/index.js create mode 100644 node_modules/jake/lib/utils/logger.js create mode 100644 node_modules/jake/package.json create mode 100644 node_modules/jake/test/integration/concurrent.js create mode 100644 node_modules/jake/test/integration/file.js create mode 100644 node_modules/jake/test/integration/file_task.js create mode 100644 node_modules/jake/test/integration/helpers.js create mode 100644 node_modules/jake/test/integration/jakefile.js create mode 100644 node_modules/jake/test/integration/jakelib/concurrent.jake.js create mode 100644 node_modules/jake/test/integration/jakelib/publish.jake.js create mode 100644 node_modules/jake/test/integration/jakelib/required_module.jake.js create mode 100644 node_modules/jake/test/integration/jakelib/rule.jake.js create mode 100644 node_modules/jake/test/integration/publish_task.js create mode 100644 node_modules/jake/test/integration/rule.js create mode 100644 node_modules/jake/test/integration/selfdep.js create mode 100644 node_modules/jake/test/integration/task_base.js create mode 100644 node_modules/jake/test/unit/jakefile.js create mode 100644 node_modules/jake/test/unit/namespace.js create mode 100644 node_modules/jake/test/unit/parseargs.js create mode 100644 node_modules/jake/usage.txt create mode 100644 node_modules/media-typer/HISTORY.md create mode 100644 node_modules/media-typer/LICENSE create mode 100644 node_modules/media-typer/README.md create mode 100644 node_modules/media-typer/index.js create mode 100644 node_modules/media-typer/package.json create mode 100644 node_modules/memory-pager/.travis.yml create mode 100644 node_modules/memory-pager/LICENSE create mode 100644 node_modules/memory-pager/README.md create mode 100644 node_modules/memory-pager/index.js create mode 100644 node_modules/memory-pager/package.json create mode 100644 node_modules/memory-pager/test.js create mode 100644 node_modules/merge-descriptors/HISTORY.md create mode 100644 node_modules/merge-descriptors/LICENSE create mode 100644 node_modules/merge-descriptors/README.md create mode 100644 node_modules/merge-descriptors/index.js create mode 100644 node_modules/merge-descriptors/package.json create mode 100644 node_modules/methods/HISTORY.md create mode 100644 node_modules/methods/LICENSE create mode 100644 node_modules/methods/README.md create mode 100644 node_modules/methods/index.js create mode 100644 node_modules/methods/package.json create mode 100644 node_modules/mime-db/HISTORY.md create mode 100644 node_modules/mime-db/LICENSE create mode 100644 node_modules/mime-db/README.md create mode 100644 node_modules/mime-db/db.json create mode 100644 node_modules/mime-db/index.js create mode 100644 node_modules/mime-db/package.json create mode 100644 node_modules/mime-types/HISTORY.md create mode 100644 node_modules/mime-types/LICENSE create mode 100644 node_modules/mime-types/README.md create mode 100644 node_modules/mime-types/index.js create mode 100644 node_modules/mime-types/package.json create mode 100644 node_modules/mime/.npmignore create mode 100644 node_modules/mime/CHANGELOG.md create mode 100644 node_modules/mime/LICENSE create mode 100644 node_modules/mime/README.md create mode 100644 node_modules/mime/cli.js create mode 100644 node_modules/mime/mime.js create mode 100644 node_modules/mime/package.json create mode 100644 node_modules/mime/src/build.js create mode 100644 node_modules/mime/src/test.js create mode 100644 node_modules/mime/types.json create mode 100644 node_modules/minimatch/LICENSE create mode 100644 node_modules/minimatch/README.md create mode 100644 node_modules/minimatch/minimatch.js create mode 100644 node_modules/minimatch/package.json create mode 100644 node_modules/mongodb-connection-string-url/.esm-wrapper.mjs create mode 100644 node_modules/mongodb-connection-string-url/LICENSE create mode 100644 node_modules/mongodb-connection-string-url/README.md create mode 100644 node_modules/mongodb-connection-string-url/lib/index.d.ts create mode 100644 node_modules/mongodb-connection-string-url/lib/index.js create mode 100644 node_modules/mongodb-connection-string-url/lib/index.js.map create mode 100644 node_modules/mongodb-connection-string-url/lib/redact.d.ts create mode 100644 node_modules/mongodb-connection-string-url/lib/redact.js create mode 100644 node_modules/mongodb-connection-string-url/lib/redact.js.map create mode 100644 node_modules/mongodb-connection-string-url/package.json create mode 100644 node_modules/mongodb/LICENSE.md create mode 100644 node_modules/mongodb/README.md create mode 100644 node_modules/mongodb/etc/prepare.js create mode 100644 node_modules/mongodb/lib/admin.js create mode 100644 node_modules/mongodb/lib/admin.js.map create mode 100644 node_modules/mongodb/lib/bson.js create mode 100644 node_modules/mongodb/lib/bson.js.map create mode 100644 node_modules/mongodb/lib/bulk/common.js create mode 100644 node_modules/mongodb/lib/bulk/common.js.map create mode 100644 node_modules/mongodb/lib/bulk/ordered.js create mode 100644 node_modules/mongodb/lib/bulk/ordered.js.map create mode 100644 node_modules/mongodb/lib/bulk/unordered.js create mode 100644 node_modules/mongodb/lib/bulk/unordered.js.map create mode 100644 node_modules/mongodb/lib/change_stream.js create mode 100644 node_modules/mongodb/lib/change_stream.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/auth_provider.js create mode 100644 node_modules/mongodb/lib/cmap/auth/auth_provider.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/gssapi.js create mode 100644 node_modules/mongodb/lib/cmap/auth/gssapi.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/mongo_credentials.js create mode 100644 node_modules/mongodb/lib/cmap/auth/mongo_credentials.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/mongocr.js create mode 100644 node_modules/mongodb/lib/cmap/auth/mongocr.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/mongodb_aws.js create mode 100644 node_modules/mongodb/lib/cmap/auth/mongodb_aws.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/plain.js create mode 100644 node_modules/mongodb/lib/cmap/auth/plain.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/providers.js create mode 100644 node_modules/mongodb/lib/cmap/auth/providers.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/scram.js create mode 100644 node_modules/mongodb/lib/cmap/auth/scram.js.map create mode 100644 node_modules/mongodb/lib/cmap/auth/x509.js create mode 100644 node_modules/mongodb/lib/cmap/auth/x509.js.map create mode 100644 node_modules/mongodb/lib/cmap/command_monitoring_events.js create mode 100644 node_modules/mongodb/lib/cmap/command_monitoring_events.js.map create mode 100644 node_modules/mongodb/lib/cmap/commands.js create mode 100644 node_modules/mongodb/lib/cmap/commands.js.map create mode 100644 node_modules/mongodb/lib/cmap/connect.js create mode 100644 node_modules/mongodb/lib/cmap/connect.js.map create mode 100644 node_modules/mongodb/lib/cmap/connection.js create mode 100644 node_modules/mongodb/lib/cmap/connection.js.map create mode 100644 node_modules/mongodb/lib/cmap/connection_pool.js create mode 100644 node_modules/mongodb/lib/cmap/connection_pool.js.map create mode 100644 node_modules/mongodb/lib/cmap/connection_pool_events.js create mode 100644 node_modules/mongodb/lib/cmap/connection_pool_events.js.map create mode 100644 node_modules/mongodb/lib/cmap/errors.js create mode 100644 node_modules/mongodb/lib/cmap/errors.js.map create mode 100644 node_modules/mongodb/lib/cmap/message_stream.js create mode 100644 node_modules/mongodb/lib/cmap/message_stream.js.map create mode 100644 node_modules/mongodb/lib/cmap/metrics.js create mode 100644 node_modules/mongodb/lib/cmap/metrics.js.map create mode 100644 node_modules/mongodb/lib/cmap/stream_description.js create mode 100644 node_modules/mongodb/lib/cmap/stream_description.js.map create mode 100644 node_modules/mongodb/lib/cmap/wire_protocol/compression.js create mode 100644 node_modules/mongodb/lib/cmap/wire_protocol/compression.js.map create mode 100644 node_modules/mongodb/lib/cmap/wire_protocol/constants.js create mode 100644 node_modules/mongodb/lib/cmap/wire_protocol/constants.js.map create mode 100644 node_modules/mongodb/lib/cmap/wire_protocol/shared.js create mode 100644 node_modules/mongodb/lib/cmap/wire_protocol/shared.js.map create mode 100644 node_modules/mongodb/lib/collection.js create mode 100644 node_modules/mongodb/lib/collection.js.map create mode 100644 node_modules/mongodb/lib/connection_string.js create mode 100644 node_modules/mongodb/lib/connection_string.js.map create mode 100644 node_modules/mongodb/lib/constants.js create mode 100644 node_modules/mongodb/lib/constants.js.map create mode 100644 node_modules/mongodb/lib/cursor/abstract_cursor.js create mode 100644 node_modules/mongodb/lib/cursor/abstract_cursor.js.map create mode 100644 node_modules/mongodb/lib/cursor/aggregation_cursor.js create mode 100644 node_modules/mongodb/lib/cursor/aggregation_cursor.js.map create mode 100644 node_modules/mongodb/lib/cursor/change_stream_cursor.js create mode 100644 node_modules/mongodb/lib/cursor/change_stream_cursor.js.map create mode 100644 node_modules/mongodb/lib/cursor/find_cursor.js create mode 100644 node_modules/mongodb/lib/cursor/find_cursor.js.map create mode 100644 node_modules/mongodb/lib/cursor/list_collections_cursor.js create mode 100644 node_modules/mongodb/lib/cursor/list_collections_cursor.js.map create mode 100644 node_modules/mongodb/lib/cursor/list_indexes_cursor.js create mode 100644 node_modules/mongodb/lib/cursor/list_indexes_cursor.js.map create mode 100644 node_modules/mongodb/lib/db.js create mode 100644 node_modules/mongodb/lib/db.js.map create mode 100644 node_modules/mongodb/lib/deps.js create mode 100644 node_modules/mongodb/lib/deps.js.map create mode 100644 node_modules/mongodb/lib/encrypter.js create mode 100644 node_modules/mongodb/lib/encrypter.js.map create mode 100644 node_modules/mongodb/lib/error.js create mode 100644 node_modules/mongodb/lib/error.js.map create mode 100644 node_modules/mongodb/lib/explain.js create mode 100644 node_modules/mongodb/lib/explain.js.map create mode 100644 node_modules/mongodb/lib/gridfs/download.js create mode 100644 node_modules/mongodb/lib/gridfs/download.js.map create mode 100644 node_modules/mongodb/lib/gridfs/index.js create mode 100644 node_modules/mongodb/lib/gridfs/index.js.map create mode 100644 node_modules/mongodb/lib/gridfs/upload.js create mode 100644 node_modules/mongodb/lib/gridfs/upload.js.map create mode 100644 node_modules/mongodb/lib/index.js create mode 100644 node_modules/mongodb/lib/index.js.map create mode 100644 node_modules/mongodb/lib/logger.js create mode 100644 node_modules/mongodb/lib/logger.js.map create mode 100644 node_modules/mongodb/lib/mongo_client.js create mode 100644 node_modules/mongodb/lib/mongo_client.js.map create mode 100644 node_modules/mongodb/lib/mongo_logger.js create mode 100644 node_modules/mongodb/lib/mongo_logger.js.map create mode 100644 node_modules/mongodb/lib/mongo_types.js create mode 100644 node_modules/mongodb/lib/mongo_types.js.map create mode 100644 node_modules/mongodb/lib/operations/add_user.js create mode 100644 node_modules/mongodb/lib/operations/add_user.js.map create mode 100644 node_modules/mongodb/lib/operations/aggregate.js create mode 100644 node_modules/mongodb/lib/operations/aggregate.js.map create mode 100644 node_modules/mongodb/lib/operations/bulk_write.js create mode 100644 node_modules/mongodb/lib/operations/bulk_write.js.map create mode 100644 node_modules/mongodb/lib/operations/collections.js create mode 100644 node_modules/mongodb/lib/operations/collections.js.map create mode 100644 node_modules/mongodb/lib/operations/command.js create mode 100644 node_modules/mongodb/lib/operations/command.js.map create mode 100644 node_modules/mongodb/lib/operations/common_functions.js create mode 100644 node_modules/mongodb/lib/operations/common_functions.js.map create mode 100644 node_modules/mongodb/lib/operations/count.js create mode 100644 node_modules/mongodb/lib/operations/count.js.map create mode 100644 node_modules/mongodb/lib/operations/count_documents.js create mode 100644 node_modules/mongodb/lib/operations/count_documents.js.map create mode 100644 node_modules/mongodb/lib/operations/create_collection.js create mode 100644 node_modules/mongodb/lib/operations/create_collection.js.map create mode 100644 node_modules/mongodb/lib/operations/delete.js create mode 100644 node_modules/mongodb/lib/operations/delete.js.map create mode 100644 node_modules/mongodb/lib/operations/distinct.js create mode 100644 node_modules/mongodb/lib/operations/distinct.js.map create mode 100644 node_modules/mongodb/lib/operations/drop.js create mode 100644 node_modules/mongodb/lib/operations/drop.js.map create mode 100644 node_modules/mongodb/lib/operations/estimated_document_count.js create mode 100644 node_modules/mongodb/lib/operations/estimated_document_count.js.map create mode 100644 node_modules/mongodb/lib/operations/eval.js create mode 100644 node_modules/mongodb/lib/operations/eval.js.map create mode 100644 node_modules/mongodb/lib/operations/execute_operation.js create mode 100644 node_modules/mongodb/lib/operations/execute_operation.js.map create mode 100644 node_modules/mongodb/lib/operations/find.js create mode 100644 node_modules/mongodb/lib/operations/find.js.map create mode 100644 node_modules/mongodb/lib/operations/find_and_modify.js create mode 100644 node_modules/mongodb/lib/operations/find_and_modify.js.map create mode 100644 node_modules/mongodb/lib/operations/get_more.js create mode 100644 node_modules/mongodb/lib/operations/get_more.js.map create mode 100644 node_modules/mongodb/lib/operations/indexes.js create mode 100644 node_modules/mongodb/lib/operations/indexes.js.map create mode 100644 node_modules/mongodb/lib/operations/insert.js create mode 100644 node_modules/mongodb/lib/operations/insert.js.map create mode 100644 node_modules/mongodb/lib/operations/is_capped.js create mode 100644 node_modules/mongodb/lib/operations/is_capped.js.map create mode 100644 node_modules/mongodb/lib/operations/kill_cursors.js create mode 100644 node_modules/mongodb/lib/operations/kill_cursors.js.map create mode 100644 node_modules/mongodb/lib/operations/list_collections.js create mode 100644 node_modules/mongodb/lib/operations/list_collections.js.map create mode 100644 node_modules/mongodb/lib/operations/list_databases.js create mode 100644 node_modules/mongodb/lib/operations/list_databases.js.map create mode 100644 node_modules/mongodb/lib/operations/map_reduce.js create mode 100644 node_modules/mongodb/lib/operations/map_reduce.js.map create mode 100644 node_modules/mongodb/lib/operations/operation.js create mode 100644 node_modules/mongodb/lib/operations/operation.js.map create mode 100644 node_modules/mongodb/lib/operations/options_operation.js create mode 100644 node_modules/mongodb/lib/operations/options_operation.js.map create mode 100644 node_modules/mongodb/lib/operations/profiling_level.js create mode 100644 node_modules/mongodb/lib/operations/profiling_level.js.map create mode 100644 node_modules/mongodb/lib/operations/remove_user.js create mode 100644 node_modules/mongodb/lib/operations/remove_user.js.map create mode 100644 node_modules/mongodb/lib/operations/rename.js create mode 100644 node_modules/mongodb/lib/operations/rename.js.map create mode 100644 node_modules/mongodb/lib/operations/run_command.js create mode 100644 node_modules/mongodb/lib/operations/run_command.js.map create mode 100644 node_modules/mongodb/lib/operations/set_profiling_level.js create mode 100644 node_modules/mongodb/lib/operations/set_profiling_level.js.map create mode 100644 node_modules/mongodb/lib/operations/stats.js create mode 100644 node_modules/mongodb/lib/operations/stats.js.map create mode 100644 node_modules/mongodb/lib/operations/update.js create mode 100644 node_modules/mongodb/lib/operations/update.js.map create mode 100644 node_modules/mongodb/lib/operations/validate_collection.js create mode 100644 node_modules/mongodb/lib/operations/validate_collection.js.map create mode 100644 node_modules/mongodb/lib/promise_provider.js create mode 100644 node_modules/mongodb/lib/promise_provider.js.map create mode 100644 node_modules/mongodb/lib/read_concern.js create mode 100644 node_modules/mongodb/lib/read_concern.js.map create mode 100644 node_modules/mongodb/lib/read_preference.js create mode 100644 node_modules/mongodb/lib/read_preference.js.map create mode 100644 node_modules/mongodb/lib/sdam/common.js create mode 100644 node_modules/mongodb/lib/sdam/common.js.map create mode 100644 node_modules/mongodb/lib/sdam/events.js create mode 100644 node_modules/mongodb/lib/sdam/events.js.map create mode 100644 node_modules/mongodb/lib/sdam/monitor.js create mode 100644 node_modules/mongodb/lib/sdam/monitor.js.map create mode 100644 node_modules/mongodb/lib/sdam/server.js create mode 100644 node_modules/mongodb/lib/sdam/server.js.map create mode 100644 node_modules/mongodb/lib/sdam/server_description.js create mode 100644 node_modules/mongodb/lib/sdam/server_description.js.map create mode 100644 node_modules/mongodb/lib/sdam/server_selection.js create mode 100644 node_modules/mongodb/lib/sdam/server_selection.js.map create mode 100644 node_modules/mongodb/lib/sdam/srv_polling.js create mode 100644 node_modules/mongodb/lib/sdam/srv_polling.js.map create mode 100644 node_modules/mongodb/lib/sdam/topology.js create mode 100644 node_modules/mongodb/lib/sdam/topology.js.map create mode 100644 node_modules/mongodb/lib/sdam/topology_description.js create mode 100644 node_modules/mongodb/lib/sdam/topology_description.js.map create mode 100644 node_modules/mongodb/lib/sessions.js create mode 100644 node_modules/mongodb/lib/sessions.js.map create mode 100644 node_modules/mongodb/lib/sort.js create mode 100644 node_modules/mongodb/lib/sort.js.map create mode 100644 node_modules/mongodb/lib/transactions.js create mode 100644 node_modules/mongodb/lib/transactions.js.map create mode 100644 node_modules/mongodb/lib/utils.js create mode 100644 node_modules/mongodb/lib/utils.js.map create mode 100644 node_modules/mongodb/lib/write_concern.js create mode 100644 node_modules/mongodb/lib/write_concern.js.map create mode 100644 node_modules/mongodb/mongodb.d.ts create mode 100644 node_modules/mongodb/package.json create mode 100644 node_modules/mongodb/src/admin.ts create mode 100644 node_modules/mongodb/src/bson.ts create mode 100644 node_modules/mongodb/src/bulk/common.ts create mode 100644 node_modules/mongodb/src/bulk/ordered.ts create mode 100644 node_modules/mongodb/src/bulk/unordered.ts create mode 100644 node_modules/mongodb/src/change_stream.ts create mode 100644 node_modules/mongodb/src/cmap/auth/auth_provider.ts create mode 100644 node_modules/mongodb/src/cmap/auth/gssapi.ts create mode 100644 node_modules/mongodb/src/cmap/auth/mongo_credentials.ts create mode 100644 node_modules/mongodb/src/cmap/auth/mongocr.ts create mode 100644 node_modules/mongodb/src/cmap/auth/mongodb_aws.ts create mode 100644 node_modules/mongodb/src/cmap/auth/plain.ts create mode 100644 node_modules/mongodb/src/cmap/auth/providers.ts create mode 100644 node_modules/mongodb/src/cmap/auth/scram.ts create mode 100644 node_modules/mongodb/src/cmap/auth/x509.ts create mode 100644 node_modules/mongodb/src/cmap/command_monitoring_events.ts create mode 100644 node_modules/mongodb/src/cmap/commands.ts create mode 100644 node_modules/mongodb/src/cmap/connect.ts create mode 100644 node_modules/mongodb/src/cmap/connection.ts create mode 100644 node_modules/mongodb/src/cmap/connection_pool.ts create mode 100644 node_modules/mongodb/src/cmap/connection_pool_events.ts create mode 100644 node_modules/mongodb/src/cmap/errors.ts create mode 100644 node_modules/mongodb/src/cmap/message_stream.ts create mode 100644 node_modules/mongodb/src/cmap/metrics.ts create mode 100644 node_modules/mongodb/src/cmap/stream_description.ts create mode 100644 node_modules/mongodb/src/cmap/wire_protocol/compression.ts create mode 100644 node_modules/mongodb/src/cmap/wire_protocol/constants.ts create mode 100644 node_modules/mongodb/src/cmap/wire_protocol/shared.ts create mode 100644 node_modules/mongodb/src/collection.ts create mode 100644 node_modules/mongodb/src/connection_string.ts create mode 100644 node_modules/mongodb/src/constants.ts create mode 100644 node_modules/mongodb/src/cursor/abstract_cursor.ts create mode 100644 node_modules/mongodb/src/cursor/aggregation_cursor.ts create mode 100644 node_modules/mongodb/src/cursor/change_stream_cursor.ts create mode 100644 node_modules/mongodb/src/cursor/find_cursor.ts create mode 100644 node_modules/mongodb/src/cursor/list_collections_cursor.ts create mode 100644 node_modules/mongodb/src/cursor/list_indexes_cursor.ts create mode 100644 node_modules/mongodb/src/db.ts create mode 100644 node_modules/mongodb/src/deps.ts create mode 100644 node_modules/mongodb/src/encrypter.ts create mode 100644 node_modules/mongodb/src/error.ts create mode 100644 node_modules/mongodb/src/explain.ts create mode 100644 node_modules/mongodb/src/gridfs/download.ts create mode 100644 node_modules/mongodb/src/gridfs/index.ts create mode 100644 node_modules/mongodb/src/gridfs/upload.ts create mode 100644 node_modules/mongodb/src/index.ts create mode 100644 node_modules/mongodb/src/logger.ts create mode 100644 node_modules/mongodb/src/mongo_client.ts create mode 100644 node_modules/mongodb/src/mongo_logger.ts create mode 100644 node_modules/mongodb/src/mongo_types.ts create mode 100644 node_modules/mongodb/src/operations/add_user.ts create mode 100644 node_modules/mongodb/src/operations/aggregate.ts create mode 100644 node_modules/mongodb/src/operations/bulk_write.ts create mode 100644 node_modules/mongodb/src/operations/collections.ts create mode 100644 node_modules/mongodb/src/operations/command.ts create mode 100644 node_modules/mongodb/src/operations/common_functions.ts create mode 100644 node_modules/mongodb/src/operations/count.ts create mode 100644 node_modules/mongodb/src/operations/count_documents.ts create mode 100644 node_modules/mongodb/src/operations/create_collection.ts create mode 100644 node_modules/mongodb/src/operations/delete.ts create mode 100644 node_modules/mongodb/src/operations/distinct.ts create mode 100644 node_modules/mongodb/src/operations/drop.ts create mode 100644 node_modules/mongodb/src/operations/estimated_document_count.ts create mode 100644 node_modules/mongodb/src/operations/eval.ts create mode 100644 node_modules/mongodb/src/operations/execute_operation.ts create mode 100644 node_modules/mongodb/src/operations/find.ts create mode 100644 node_modules/mongodb/src/operations/find_and_modify.ts create mode 100644 node_modules/mongodb/src/operations/get_more.ts create mode 100644 node_modules/mongodb/src/operations/indexes.ts create mode 100644 node_modules/mongodb/src/operations/insert.ts create mode 100644 node_modules/mongodb/src/operations/is_capped.ts create mode 100644 node_modules/mongodb/src/operations/kill_cursors.ts create mode 100644 node_modules/mongodb/src/operations/list_collections.ts create mode 100644 node_modules/mongodb/src/operations/list_databases.ts create mode 100644 node_modules/mongodb/src/operations/map_reduce.ts create mode 100644 node_modules/mongodb/src/operations/operation.ts create mode 100644 node_modules/mongodb/src/operations/options_operation.ts create mode 100644 node_modules/mongodb/src/operations/profiling_level.ts create mode 100644 node_modules/mongodb/src/operations/remove_user.ts create mode 100644 node_modules/mongodb/src/operations/rename.ts create mode 100644 node_modules/mongodb/src/operations/run_command.ts create mode 100644 node_modules/mongodb/src/operations/set_profiling_level.ts create mode 100644 node_modules/mongodb/src/operations/stats.ts create mode 100644 node_modules/mongodb/src/operations/update.ts create mode 100644 node_modules/mongodb/src/operations/validate_collection.ts create mode 100644 node_modules/mongodb/src/promise_provider.ts create mode 100644 node_modules/mongodb/src/read_concern.ts create mode 100644 node_modules/mongodb/src/read_preference.ts create mode 100644 node_modules/mongodb/src/sdam/common.ts create mode 100644 node_modules/mongodb/src/sdam/events.ts create mode 100644 node_modules/mongodb/src/sdam/monitor.ts create mode 100644 node_modules/mongodb/src/sdam/server.ts create mode 100644 node_modules/mongodb/src/sdam/server_description.ts create mode 100644 node_modules/mongodb/src/sdam/server_selection.ts create mode 100644 node_modules/mongodb/src/sdam/srv_polling.ts create mode 100644 node_modules/mongodb/src/sdam/topology.ts create mode 100644 node_modules/mongodb/src/sdam/topology_description.ts create mode 100644 node_modules/mongodb/src/sessions.ts create mode 100644 node_modules/mongodb/src/sort.ts create mode 100644 node_modules/mongodb/src/transactions.ts create mode 100644 node_modules/mongodb/src/utils.ts create mode 100644 node_modules/mongodb/src/write_concern.ts create mode 100644 node_modules/mongodb/tsconfig.json create mode 100644 node_modules/ms/index.js create mode 100644 node_modules/ms/license.md create mode 100644 node_modules/ms/package.json create mode 100644 node_modules/ms/readme.md create mode 100644 node_modules/negotiator/HISTORY.md create mode 100644 node_modules/negotiator/LICENSE create mode 100644 node_modules/negotiator/README.md create mode 100644 node_modules/negotiator/index.js create mode 100644 node_modules/negotiator/lib/charset.js create mode 100644 node_modules/negotiator/lib/encoding.js create mode 100644 node_modules/negotiator/lib/language.js create mode 100644 node_modules/negotiator/lib/mediaType.js create mode 100644 node_modules/negotiator/package.json create mode 100644 node_modules/nodemon/LICENSE create mode 100644 node_modules/nodemon/README.md create mode 100644 node_modules/nodemon/bin/nodemon.js create mode 100644 node_modules/nodemon/bin/windows-kill.exe create mode 100644 node_modules/nodemon/doc/cli/authors.txt create mode 100644 node_modules/nodemon/doc/cli/config.txt create mode 100644 node_modules/nodemon/doc/cli/help.txt create mode 100644 node_modules/nodemon/doc/cli/logo.txt create mode 100644 node_modules/nodemon/doc/cli/options.txt create mode 100644 node_modules/nodemon/doc/cli/topics.txt create mode 100644 node_modules/nodemon/doc/cli/usage.txt create mode 100644 node_modules/nodemon/doc/cli/whoami.txt create mode 100644 node_modules/nodemon/lib/cli/index.js create mode 100644 node_modules/nodemon/lib/cli/parse.js create mode 100644 node_modules/nodemon/lib/config/command.js create mode 100644 node_modules/nodemon/lib/config/defaults.js create mode 100644 node_modules/nodemon/lib/config/exec.js create mode 100644 node_modules/nodemon/lib/config/index.js create mode 100644 node_modules/nodemon/lib/config/load.js create mode 100644 node_modules/nodemon/lib/help/index.js create mode 100644 node_modules/nodemon/lib/index.js create mode 100644 node_modules/nodemon/lib/monitor/index.js create mode 100644 node_modules/nodemon/lib/monitor/match.js create mode 100644 node_modules/nodemon/lib/monitor/run.js create mode 100644 node_modules/nodemon/lib/monitor/signals.js create mode 100644 node_modules/nodemon/lib/monitor/watch.js create mode 100644 node_modules/nodemon/lib/nodemon.js create mode 100644 node_modules/nodemon/lib/rules/add.js create mode 100644 node_modules/nodemon/lib/rules/index.js create mode 100644 node_modules/nodemon/lib/rules/parse.js create mode 100644 node_modules/nodemon/lib/spawn.js create mode 100644 node_modules/nodemon/lib/utils/bus.js create mode 100644 node_modules/nodemon/lib/utils/clone.js create mode 100644 node_modules/nodemon/lib/utils/colour.js create mode 100644 node_modules/nodemon/lib/utils/index.js create mode 100644 node_modules/nodemon/lib/utils/log.js create mode 100644 node_modules/nodemon/lib/utils/merge.js create mode 100644 node_modules/nodemon/lib/version.js create mode 100644 node_modules/nodemon/node_modules/debug/CHANGELOG.md create mode 100644 node_modules/nodemon/node_modules/debug/LICENSE create mode 100644 node_modules/nodemon/node_modules/debug/README.md create mode 100644 node_modules/nodemon/node_modules/debug/node.js create mode 100644 node_modules/nodemon/node_modules/debug/package.json create mode 100644 node_modules/nodemon/node_modules/debug/src/browser.js create mode 100644 node_modules/nodemon/node_modules/debug/src/common.js create mode 100644 node_modules/nodemon/node_modules/debug/src/index.js create mode 100644 node_modules/nodemon/node_modules/debug/src/node.js create mode 100644 node_modules/nodemon/node_modules/ms/index.js create mode 100644 node_modules/nodemon/node_modules/ms/license.md create mode 100644 node_modules/nodemon/node_modules/ms/package.json create mode 100644 node_modules/nodemon/node_modules/ms/readme.md create mode 100644 node_modules/nodemon/package.json create mode 100644 node_modules/nopt/.npmignore create mode 100644 node_modules/nopt/LICENSE create mode 100644 node_modules/nopt/README.md create mode 100644 node_modules/nopt/bin/nopt.js create mode 100644 node_modules/nopt/examples/my-program.js create mode 100644 node_modules/nopt/lib/nopt.js create mode 100644 node_modules/nopt/package.json create mode 100644 node_modules/normalize-path/LICENSE create mode 100644 node_modules/normalize-path/README.md create mode 100644 node_modules/normalize-path/index.js create mode 100644 node_modules/normalize-path/package.json create mode 100644 node_modules/object-inspect/.eslintrc create mode 100644 node_modules/object-inspect/.github/FUNDING.yml create mode 100644 node_modules/object-inspect/.nycrc create mode 100644 node_modules/object-inspect/CHANGELOG.md create mode 100644 node_modules/object-inspect/LICENSE create mode 100644 node_modules/object-inspect/example/all.js create mode 100644 node_modules/object-inspect/example/circular.js create mode 100644 node_modules/object-inspect/example/fn.js create mode 100644 node_modules/object-inspect/example/inspect.js create mode 100644 node_modules/object-inspect/index.js create mode 100644 node_modules/object-inspect/package-support.json create mode 100644 node_modules/object-inspect/package.json create mode 100644 node_modules/object-inspect/readme.markdown create mode 100644 node_modules/object-inspect/test-core-js.js create mode 100644 node_modules/object-inspect/test/bigint.js create mode 100644 node_modules/object-inspect/test/browser/dom.js create mode 100644 node_modules/object-inspect/test/circular.js create mode 100644 node_modules/object-inspect/test/deep.js create mode 100644 node_modules/object-inspect/test/element.js create mode 100644 node_modules/object-inspect/test/err.js create mode 100644 node_modules/object-inspect/test/fakes.js create mode 100644 node_modules/object-inspect/test/fn.js create mode 100644 node_modules/object-inspect/test/has.js create mode 100644 node_modules/object-inspect/test/holes.js create mode 100644 node_modules/object-inspect/test/indent-option.js create mode 100644 node_modules/object-inspect/test/inspect.js create mode 100644 node_modules/object-inspect/test/lowbyte.js create mode 100644 node_modules/object-inspect/test/number.js create mode 100644 node_modules/object-inspect/test/quoteStyle.js create mode 100644 node_modules/object-inspect/test/toStringTag.js create mode 100644 node_modules/object-inspect/test/undef.js create mode 100644 node_modules/object-inspect/test/values.js create mode 100644 node_modules/object-inspect/util.inspect.js create mode 100644 node_modules/on-finished/HISTORY.md create mode 100644 node_modules/on-finished/LICENSE create mode 100644 node_modules/on-finished/README.md create mode 100644 node_modules/on-finished/index.js create mode 100644 node_modules/on-finished/package.json create mode 100644 node_modules/parseurl/HISTORY.md create mode 100644 node_modules/parseurl/LICENSE create mode 100644 node_modules/parseurl/README.md create mode 100644 node_modules/parseurl/index.js create mode 100644 node_modules/parseurl/package.json create mode 100644 node_modules/path-to-regexp/History.md create mode 100644 node_modules/path-to-regexp/LICENSE create mode 100644 node_modules/path-to-regexp/Readme.md create mode 100644 node_modules/path-to-regexp/index.js create mode 100644 node_modules/path-to-regexp/package.json create mode 100644 node_modules/picomatch/CHANGELOG.md create mode 100644 node_modules/picomatch/LICENSE create mode 100644 node_modules/picomatch/README.md create mode 100644 node_modules/picomatch/index.js create mode 100644 node_modules/picomatch/lib/constants.js create mode 100644 node_modules/picomatch/lib/parse.js create mode 100644 node_modules/picomatch/lib/picomatch.js create mode 100644 node_modules/picomatch/lib/scan.js create mode 100644 node_modules/picomatch/lib/utils.js create mode 100644 node_modules/picomatch/package.json create mode 100644 node_modules/proxy-addr/HISTORY.md create mode 100644 node_modules/proxy-addr/LICENSE create mode 100644 node_modules/proxy-addr/README.md create mode 100644 node_modules/proxy-addr/index.js create mode 100644 node_modules/proxy-addr/package.json create mode 100644 node_modules/pstree.remy/.travis.yml create mode 100644 node_modules/pstree.remy/LICENSE create mode 100644 node_modules/pstree.remy/README.md create mode 100644 node_modules/pstree.remy/lib/index.js create mode 100644 node_modules/pstree.remy/lib/tree.js create mode 100644 node_modules/pstree.remy/lib/utils.js create mode 100644 node_modules/pstree.remy/package.json create mode 100644 node_modules/pstree.remy/tests/fixtures/index.js create mode 100644 node_modules/pstree.remy/tests/fixtures/out1 create mode 100644 node_modules/pstree.remy/tests/fixtures/out2 create mode 100644 node_modules/pstree.remy/tests/index.test.js create mode 100644 node_modules/punycode/LICENSE-MIT.txt create mode 100644 node_modules/punycode/README.md create mode 100644 node_modules/punycode/package.json create mode 100644 node_modules/punycode/punycode.es6.js create mode 100644 node_modules/punycode/punycode.js create mode 100644 node_modules/qs/.editorconfig create mode 100644 node_modules/qs/.eslintrc create mode 100644 node_modules/qs/.github/FUNDING.yml create mode 100644 node_modules/qs/.nycrc create mode 100644 node_modules/qs/CHANGELOG.md create mode 100644 node_modules/qs/LICENSE.md create mode 100644 node_modules/qs/README.md create mode 100644 node_modules/qs/dist/qs.js create mode 100644 node_modules/qs/lib/formats.js create mode 100644 node_modules/qs/lib/index.js create mode 100644 node_modules/qs/lib/parse.js create mode 100644 node_modules/qs/lib/stringify.js create mode 100644 node_modules/qs/lib/utils.js create mode 100644 node_modules/qs/package.json create mode 100644 node_modules/qs/test/parse.js create mode 100644 node_modules/qs/test/stringify.js create mode 100644 node_modules/qs/test/utils.js create mode 100644 node_modules/range-parser/HISTORY.md create mode 100644 node_modules/range-parser/LICENSE create mode 100644 node_modules/range-parser/README.md create mode 100644 node_modules/range-parser/index.js create mode 100644 node_modules/range-parser/package.json create mode 100644 node_modules/raw-body/HISTORY.md create mode 100644 node_modules/raw-body/LICENSE create mode 100644 node_modules/raw-body/README.md create mode 100644 node_modules/raw-body/SECURITY.md create mode 100644 node_modules/raw-body/index.d.ts create mode 100644 node_modules/raw-body/index.js create mode 100644 node_modules/raw-body/package.json create mode 100644 node_modules/readdirp/LICENSE create mode 100644 node_modules/readdirp/README.md create mode 100644 node_modules/readdirp/index.d.ts create mode 100644 node_modules/readdirp/index.js create mode 100644 node_modules/readdirp/package.json create mode 100644 node_modules/safe-buffer/LICENSE create mode 100644 node_modules/safe-buffer/README.md create mode 100644 node_modules/safe-buffer/index.d.ts create mode 100644 node_modules/safe-buffer/index.js create mode 100644 node_modules/safe-buffer/package.json create mode 100644 node_modules/safer-buffer/LICENSE create mode 100644 node_modules/safer-buffer/Porting-Buffer.md create mode 100644 node_modules/safer-buffer/Readme.md create mode 100644 node_modules/safer-buffer/dangerous.js create mode 100644 node_modules/safer-buffer/package.json create mode 100644 node_modules/safer-buffer/safer.js create mode 100644 node_modules/safer-buffer/tests.js create mode 100644 node_modules/saslprep/.editorconfig create mode 100644 node_modules/saslprep/.gitattributes create mode 100644 node_modules/saslprep/.travis.yml create mode 100644 node_modules/saslprep/CHANGELOG.md create mode 100644 node_modules/saslprep/LICENSE create mode 100644 node_modules/saslprep/code-points.mem create mode 100644 node_modules/saslprep/generate-code-points.js create mode 100644 node_modules/saslprep/index.js create mode 100644 node_modules/saslprep/lib/code-points.js create mode 100644 node_modules/saslprep/lib/memory-code-points.js create mode 100644 node_modules/saslprep/lib/util.js create mode 100644 node_modules/saslprep/package.json create mode 100644 node_modules/saslprep/readme.md create mode 100644 node_modules/saslprep/test/index.js create mode 100644 node_modules/saslprep/test/util.js create mode 100644 node_modules/semver/CHANGELOG.md create mode 100644 node_modules/semver/LICENSE create mode 100644 node_modules/semver/README.md create mode 100644 node_modules/semver/bin/semver create mode 100644 node_modules/semver/package.json create mode 100644 node_modules/semver/range.bnf create mode 100644 node_modules/semver/semver.js create mode 100644 node_modules/send/HISTORY.md create mode 100644 node_modules/send/LICENSE create mode 100644 node_modules/send/README.md create mode 100644 node_modules/send/SECURITY.md create mode 100644 node_modules/send/index.js create mode 100644 node_modules/send/node_modules/ms/index.js create mode 100644 node_modules/send/node_modules/ms/license.md create mode 100644 node_modules/send/node_modules/ms/package.json create mode 100644 node_modules/send/node_modules/ms/readme.md create mode 100644 node_modules/send/package.json create mode 100644 node_modules/serve-static/HISTORY.md create mode 100644 node_modules/serve-static/LICENSE create mode 100644 node_modules/serve-static/README.md create mode 100644 node_modules/serve-static/index.js create mode 100644 node_modules/serve-static/package.json create mode 100644 node_modules/setprototypeof/LICENSE create mode 100644 node_modules/setprototypeof/README.md create mode 100644 node_modules/setprototypeof/index.d.ts create mode 100644 node_modules/setprototypeof/index.js create mode 100644 node_modules/setprototypeof/package.json create mode 100644 node_modules/setprototypeof/test/index.js create mode 100644 node_modules/side-channel/.eslintignore create mode 100644 node_modules/side-channel/.eslintrc create mode 100644 node_modules/side-channel/.github/FUNDING.yml create mode 100644 node_modules/side-channel/.nycrc create mode 100644 node_modules/side-channel/CHANGELOG.md create mode 100644 node_modules/side-channel/LICENSE create mode 100644 node_modules/side-channel/README.md create mode 100644 node_modules/side-channel/index.js create mode 100644 node_modules/side-channel/package.json create mode 100644 node_modules/side-channel/test/index.js create mode 100644 node_modules/simple-update-notifier/LICENSE create mode 100644 node_modules/simple-update-notifier/README.md create mode 100644 node_modules/simple-update-notifier/build/index.d.ts create mode 100644 node_modules/simple-update-notifier/build/index.js create mode 100644 node_modules/simple-update-notifier/node_modules/.bin/semver create mode 100644 node_modules/simple-update-notifier/node_modules/.bin/semver.cmd create mode 100644 node_modules/simple-update-notifier/node_modules/.bin/semver.ps1 create mode 100644 node_modules/simple-update-notifier/node_modules/semver/CHANGELOG.md create mode 100644 node_modules/simple-update-notifier/node_modules/semver/LICENSE create mode 100644 node_modules/simple-update-notifier/node_modules/semver/README.md create mode 100644 node_modules/simple-update-notifier/node_modules/semver/bin/semver.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/classes/comparator.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/classes/index.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/classes/range.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/classes/semver.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/clean.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/cmp.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/coerce.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/compare-build.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/compare-loose.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/compare.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/diff.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/eq.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/gt.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/gte.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/inc.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/lt.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/lte.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/major.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/minor.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/neq.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/parse.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/patch.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/prerelease.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/rcompare.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/rsort.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/satisfies.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/sort.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/functions/valid.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/index.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/internal/constants.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/internal/debug.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/internal/identifiers.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/internal/re.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/package.json create mode 100644 node_modules/simple-update-notifier/node_modules/semver/range.bnf create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/gtr.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/intersects.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/ltr.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/max-satisfying.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/min-satisfying.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/min-version.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/outside.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/to-comparators.js create mode 100644 node_modules/simple-update-notifier/node_modules/semver/ranges/valid.js create mode 100644 node_modules/simple-update-notifier/package.json create mode 100644 node_modules/simple-update-notifier/src/borderedText.ts create mode 100644 node_modules/simple-update-notifier/src/cache.spec.ts create mode 100644 node_modules/simple-update-notifier/src/cache.ts create mode 100644 node_modules/simple-update-notifier/src/getDistVersion.spec.ts create mode 100644 node_modules/simple-update-notifier/src/getDistVersion.ts create mode 100644 node_modules/simple-update-notifier/src/hasNewVersion.spec.ts create mode 100644 node_modules/simple-update-notifier/src/hasNewVersion.ts create mode 100644 node_modules/simple-update-notifier/src/index.spec.ts create mode 100644 node_modules/simple-update-notifier/src/index.ts create mode 100644 node_modules/simple-update-notifier/src/isNpmOrYarn.ts create mode 100644 node_modules/simple-update-notifier/src/types.ts create mode 100644 node_modules/smart-buffer/.prettierrc.yaml create mode 100644 node_modules/smart-buffer/.travis.yml create mode 100644 node_modules/smart-buffer/LICENSE create mode 100644 node_modules/smart-buffer/README.md create mode 100644 node_modules/smart-buffer/build/smartbuffer.js create mode 100644 node_modules/smart-buffer/build/smartbuffer.js.map create mode 100644 node_modules/smart-buffer/build/utils.js create mode 100644 node_modules/smart-buffer/build/utils.js.map create mode 100644 node_modules/smart-buffer/docs/CHANGELOG.md create mode 100644 node_modules/smart-buffer/docs/README_v3.md create mode 100644 node_modules/smart-buffer/docs/ROADMAP.md create mode 100644 node_modules/smart-buffer/package.json create mode 100644 node_modules/smart-buffer/typings/smartbuffer.d.ts create mode 100644 node_modules/smart-buffer/typings/utils.d.ts create mode 100644 node_modules/socks/.eslintrc.cjs create mode 100644 node_modules/socks/.prettierrc.yaml create mode 100644 node_modules/socks/LICENSE create mode 100644 node_modules/socks/README.md create mode 100644 node_modules/socks/build/client/socksclient.js create mode 100644 node_modules/socks/build/client/socksclient.js.map create mode 100644 node_modules/socks/build/common/constants.js create mode 100644 node_modules/socks/build/common/constants.js.map create mode 100644 node_modules/socks/build/common/helpers.js create mode 100644 node_modules/socks/build/common/helpers.js.map create mode 100644 node_modules/socks/build/common/receivebuffer.js create mode 100644 node_modules/socks/build/common/receivebuffer.js.map create mode 100644 node_modules/socks/build/common/util.js create mode 100644 node_modules/socks/build/common/util.js.map create mode 100644 node_modules/socks/build/index.js create mode 100644 node_modules/socks/build/index.js.map create mode 100644 node_modules/socks/docs/examples/index.md create mode 100644 node_modules/socks/docs/examples/javascript/associateExample.md create mode 100644 node_modules/socks/docs/examples/javascript/bindExample.md create mode 100644 node_modules/socks/docs/examples/javascript/connectExample.md create mode 100644 node_modules/socks/docs/examples/typescript/associateExample.md create mode 100644 node_modules/socks/docs/examples/typescript/bindExample.md create mode 100644 node_modules/socks/docs/examples/typescript/connectExample.md create mode 100644 node_modules/socks/docs/index.md create mode 100644 node_modules/socks/docs/migratingFromV1.md create mode 100644 node_modules/socks/package.json create mode 100644 node_modules/socks/typings/client/socksclient.d.ts create mode 100644 node_modules/socks/typings/common/constants.d.ts create mode 100644 node_modules/socks/typings/common/helpers.d.ts create mode 100644 node_modules/socks/typings/common/receivebuffer.d.ts create mode 100644 node_modules/socks/typings/common/util.d.ts create mode 100644 node_modules/socks/typings/index.d.ts create mode 100644 node_modules/sparse-bitfield/.npmignore create mode 100644 node_modules/sparse-bitfield/.travis.yml create mode 100644 node_modules/sparse-bitfield/LICENSE create mode 100644 node_modules/sparse-bitfield/README.md create mode 100644 node_modules/sparse-bitfield/index.js create mode 100644 node_modules/sparse-bitfield/package.json create mode 100644 node_modules/sparse-bitfield/test.js create mode 100644 node_modules/statuses/HISTORY.md create mode 100644 node_modules/statuses/LICENSE create mode 100644 node_modules/statuses/README.md create mode 100644 node_modules/statuses/codes.json create mode 100644 node_modules/statuses/index.js create mode 100644 node_modules/statuses/package.json create mode 100644 node_modules/strnum/.vscode/launch.json create mode 100644 node_modules/strnum/LICENSE create mode 100644 node_modules/strnum/README.md create mode 100644 node_modules/strnum/package.json create mode 100644 node_modules/strnum/strnum.js create mode 100644 node_modules/strnum/strnum.test.js create mode 100644 node_modules/supports-color/browser.js create mode 100644 node_modules/supports-color/index.js create mode 100644 node_modules/supports-color/license create mode 100644 node_modules/supports-color/package.json create mode 100644 node_modules/supports-color/readme.md create mode 100644 node_modules/to-regex-range/LICENSE create mode 100644 node_modules/to-regex-range/README.md create mode 100644 node_modules/to-regex-range/index.js create mode 100644 node_modules/to-regex-range/package.json create mode 100644 node_modules/toidentifier/HISTORY.md create mode 100644 node_modules/toidentifier/LICENSE create mode 100644 node_modules/toidentifier/README.md create mode 100644 node_modules/toidentifier/index.js create mode 100644 node_modules/toidentifier/package.json create mode 100644 node_modules/touch/LICENSE create mode 100644 node_modules/touch/README.md create mode 100644 node_modules/touch/bin/nodetouch.js create mode 100644 node_modules/touch/index.js create mode 100644 node_modules/touch/package.json create mode 100644 node_modules/tr46/LICENSE.md create mode 100644 node_modules/tr46/README.md create mode 100644 node_modules/tr46/index.js create mode 100644 node_modules/tr46/lib/mappingTable.json create mode 100644 node_modules/tr46/lib/regexes.js create mode 100644 node_modules/tr46/lib/statusMapping.js create mode 100644 node_modules/tr46/package.json create mode 100644 node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/tslib/LICENSE.txt create mode 100644 node_modules/tslib/README.md create mode 100644 node_modules/tslib/SECURITY.md create mode 100644 node_modules/tslib/modules/index.js create mode 100644 node_modules/tslib/modules/package.json create mode 100644 node_modules/tslib/package.json create mode 100644 node_modules/tslib/tslib.d.ts create mode 100644 node_modules/tslib/tslib.es6.html create mode 100644 node_modules/tslib/tslib.es6.js create mode 100644 node_modules/tslib/tslib.html create mode 100644 node_modules/tslib/tslib.js create mode 100644 node_modules/type-is/HISTORY.md create mode 100644 node_modules/type-is/LICENSE create mode 100644 node_modules/type-is/README.md create mode 100644 node_modules/type-is/index.js create mode 100644 node_modules/type-is/package.json create mode 100644 node_modules/undefsafe/.github/workflows/release.yml create mode 100644 node_modules/undefsafe/.jscsrc create mode 100644 node_modules/undefsafe/.jshintrc create mode 100644 node_modules/undefsafe/.travis.yml create mode 100644 node_modules/undefsafe/LICENSE create mode 100644 node_modules/undefsafe/README.md create mode 100644 node_modules/undefsafe/example.js create mode 100644 node_modules/undefsafe/lib/undefsafe.js create mode 100644 node_modules/undefsafe/package.json create mode 100644 node_modules/unpipe/HISTORY.md create mode 100644 node_modules/unpipe/LICENSE create mode 100644 node_modules/unpipe/README.md create mode 100644 node_modules/unpipe/index.js create mode 100644 node_modules/unpipe/package.json create mode 100644 node_modules/utils-merge/.npmignore create mode 100644 node_modules/utils-merge/LICENSE create mode 100644 node_modules/utils-merge/README.md create mode 100644 node_modules/utils-merge/index.js create mode 100644 node_modules/utils-merge/package.json create mode 100644 node_modules/uuid/CHANGELOG.md create mode 100644 node_modules/uuid/CONTRIBUTING.md create mode 100644 node_modules/uuid/LICENSE.md create mode 100644 node_modules/uuid/README.md create mode 100644 node_modules/uuid/dist/bin/uuid create mode 100644 node_modules/uuid/dist/esm-browser/index.js create mode 100644 node_modules/uuid/dist/esm-browser/md5.js create mode 100644 node_modules/uuid/dist/esm-browser/nil.js create mode 100644 node_modules/uuid/dist/esm-browser/parse.js create mode 100644 node_modules/uuid/dist/esm-browser/regex.js create mode 100644 node_modules/uuid/dist/esm-browser/rng.js create mode 100644 node_modules/uuid/dist/esm-browser/sha1.js create mode 100644 node_modules/uuid/dist/esm-browser/stringify.js create mode 100644 node_modules/uuid/dist/esm-browser/v1.js create mode 100644 node_modules/uuid/dist/esm-browser/v3.js create mode 100644 node_modules/uuid/dist/esm-browser/v35.js create mode 100644 node_modules/uuid/dist/esm-browser/v4.js create mode 100644 node_modules/uuid/dist/esm-browser/v5.js create mode 100644 node_modules/uuid/dist/esm-browser/validate.js create mode 100644 node_modules/uuid/dist/esm-browser/version.js create mode 100644 node_modules/uuid/dist/esm-node/index.js create mode 100644 node_modules/uuid/dist/esm-node/md5.js create mode 100644 node_modules/uuid/dist/esm-node/nil.js create mode 100644 node_modules/uuid/dist/esm-node/parse.js create mode 100644 node_modules/uuid/dist/esm-node/regex.js create mode 100644 node_modules/uuid/dist/esm-node/rng.js create mode 100644 node_modules/uuid/dist/esm-node/sha1.js create mode 100644 node_modules/uuid/dist/esm-node/stringify.js create mode 100644 node_modules/uuid/dist/esm-node/v1.js create mode 100644 node_modules/uuid/dist/esm-node/v3.js create mode 100644 node_modules/uuid/dist/esm-node/v35.js create mode 100644 node_modules/uuid/dist/esm-node/v4.js create mode 100644 node_modules/uuid/dist/esm-node/v5.js create mode 100644 node_modules/uuid/dist/esm-node/validate.js create mode 100644 node_modules/uuid/dist/esm-node/version.js create mode 100644 node_modules/uuid/dist/index.js create mode 100644 node_modules/uuid/dist/md5-browser.js create mode 100644 node_modules/uuid/dist/md5.js create mode 100644 node_modules/uuid/dist/nil.js create mode 100644 node_modules/uuid/dist/parse.js create mode 100644 node_modules/uuid/dist/regex.js create mode 100644 node_modules/uuid/dist/rng-browser.js create mode 100644 node_modules/uuid/dist/rng.js create mode 100644 node_modules/uuid/dist/sha1-browser.js create mode 100644 node_modules/uuid/dist/sha1.js create mode 100644 node_modules/uuid/dist/stringify.js create mode 100644 node_modules/uuid/dist/umd/uuid.min.js create mode 100644 node_modules/uuid/dist/umd/uuidNIL.min.js create mode 100644 node_modules/uuid/dist/umd/uuidParse.min.js create mode 100644 node_modules/uuid/dist/umd/uuidStringify.min.js create mode 100644 node_modules/uuid/dist/umd/uuidValidate.min.js create mode 100644 node_modules/uuid/dist/umd/uuidVersion.min.js create mode 100644 node_modules/uuid/dist/umd/uuidv1.min.js create mode 100644 node_modules/uuid/dist/umd/uuidv3.min.js create mode 100644 node_modules/uuid/dist/umd/uuidv4.min.js create mode 100644 node_modules/uuid/dist/umd/uuidv5.min.js create mode 100644 node_modules/uuid/dist/uuid-bin.js create mode 100644 node_modules/uuid/dist/v1.js create mode 100644 node_modules/uuid/dist/v3.js create mode 100644 node_modules/uuid/dist/v35.js create mode 100644 node_modules/uuid/dist/v4.js create mode 100644 node_modules/uuid/dist/v5.js create mode 100644 node_modules/uuid/dist/validate.js create mode 100644 node_modules/uuid/dist/version.js create mode 100644 node_modules/uuid/package.json create mode 100644 node_modules/uuid/wrapper.mjs create mode 100644 node_modules/vary/HISTORY.md create mode 100644 node_modules/vary/LICENSE create mode 100644 node_modules/vary/README.md create mode 100644 node_modules/vary/index.js create mode 100644 node_modules/vary/package.json create mode 100644 node_modules/webidl-conversions/LICENSE.md create mode 100644 node_modules/webidl-conversions/README.md create mode 100644 node_modules/webidl-conversions/lib/index.js create mode 100644 node_modules/webidl-conversions/package.json create mode 100644 node_modules/whatwg-url/LICENSE.txt create mode 100644 node_modules/whatwg-url/README.md create mode 100644 node_modules/whatwg-url/index.js create mode 100644 node_modules/whatwg-url/lib/Function.js create mode 100644 node_modules/whatwg-url/lib/URL-impl.js create mode 100644 node_modules/whatwg-url/lib/URL.js create mode 100644 node_modules/whatwg-url/lib/URLSearchParams-impl.js create mode 100644 node_modules/whatwg-url/lib/URLSearchParams.js create mode 100644 node_modules/whatwg-url/lib/VoidFunction.js create mode 100644 node_modules/whatwg-url/lib/encoding.js create mode 100644 node_modules/whatwg-url/lib/infra.js create mode 100644 node_modules/whatwg-url/lib/percent-encoding.js create mode 100644 node_modules/whatwg-url/lib/url-state-machine.js create mode 100644 node_modules/whatwg-url/lib/urlencoded.js create mode 100644 node_modules/whatwg-url/lib/utils.js create mode 100644 node_modules/whatwg-url/package.json create mode 100644 node_modules/whatwg-url/webidl2js-wrapper.js create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 public/main.js create mode 100644 public/style.css create mode 100644 server.js create mode 100644 views/index.ejs diff --git a/node_modules/.bin/ejs b/node_modules/.bin/ejs new file mode 100644 index 000000000..002d2ac17 --- /dev/null +++ b/node_modules/.bin/ejs @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../ejs/bin/cli.js" "$@" +else + exec node "$basedir/../ejs/bin/cli.js" "$@" +fi diff --git a/node_modules/.bin/ejs.cmd b/node_modules/.bin/ejs.cmd new file mode 100644 index 000000000..7cc2b5675 --- /dev/null +++ b/node_modules/.bin/ejs.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ejs\bin\cli.js" %* diff --git a/node_modules/.bin/ejs.ps1 b/node_modules/.bin/ejs.ps1 new file mode 100644 index 000000000..f31305eb9 --- /dev/null +++ b/node_modules/.bin/ejs.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../ejs/bin/cli.js" $args + } else { + & "$basedir/node$exe" "$basedir/../ejs/bin/cli.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../ejs/bin/cli.js" $args + } else { + & "node$exe" "$basedir/../ejs/bin/cli.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/fxparser b/node_modules/.bin/fxparser new file mode 100644 index 000000000..a423d5915 --- /dev/null +++ b/node_modules/.bin/fxparser @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../fast-xml-parser/src/cli/cli.js" "$@" +else + exec node "$basedir/../fast-xml-parser/src/cli/cli.js" "$@" +fi diff --git a/node_modules/.bin/fxparser.cmd b/node_modules/.bin/fxparser.cmd new file mode 100644 index 000000000..043b76318 --- /dev/null +++ b/node_modules/.bin/fxparser.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\fast-xml-parser\src\cli\cli.js" %* diff --git a/node_modules/.bin/fxparser.ps1 b/node_modules/.bin/fxparser.ps1 new file mode 100644 index 000000000..3e7252a13 --- /dev/null +++ b/node_modules/.bin/fxparser.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../fast-xml-parser/src/cli/cli.js" $args + } else { + & "$basedir/node$exe" "$basedir/../fast-xml-parser/src/cli/cli.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../fast-xml-parser/src/cli/cli.js" $args + } else { + & "node$exe" "$basedir/../fast-xml-parser/src/cli/cli.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/jake b/node_modules/.bin/jake new file mode 100644 index 000000000..8580efeaa --- /dev/null +++ b/node_modules/.bin/jake @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../jake/bin/cli.js" "$@" +else + exec node "$basedir/../jake/bin/cli.js" "$@" +fi diff --git a/node_modules/.bin/jake.cmd b/node_modules/.bin/jake.cmd new file mode 100644 index 000000000..1ccccefb5 --- /dev/null +++ b/node_modules/.bin/jake.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jake\bin\cli.js" %* diff --git a/node_modules/.bin/jake.ps1 b/node_modules/.bin/jake.ps1 new file mode 100644 index 000000000..d86e1bddd --- /dev/null +++ b/node_modules/.bin/jake.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../jake/bin/cli.js" $args + } else { + & "$basedir/node$exe" "$basedir/../jake/bin/cli.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../jake/bin/cli.js" $args + } else { + & "node$exe" "$basedir/../jake/bin/cli.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/mime b/node_modules/.bin/mime new file mode 100644 index 000000000..0a62a1b13 --- /dev/null +++ b/node_modules/.bin/mime @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../mime/cli.js" "$@" +else + exec node "$basedir/../mime/cli.js" "$@" +fi diff --git a/node_modules/.bin/mime.cmd b/node_modules/.bin/mime.cmd new file mode 100644 index 000000000..54491f12e --- /dev/null +++ b/node_modules/.bin/mime.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mime\cli.js" %* diff --git a/node_modules/.bin/mime.ps1 b/node_modules/.bin/mime.ps1 new file mode 100644 index 000000000..2222f40bc --- /dev/null +++ b/node_modules/.bin/mime.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../mime/cli.js" $args + } else { + & "$basedir/node$exe" "$basedir/../mime/cli.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../mime/cli.js" $args + } else { + & "node$exe" "$basedir/../mime/cli.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/nodemon b/node_modules/.bin/nodemon new file mode 100644 index 000000000..4d75661dc --- /dev/null +++ b/node_modules/.bin/nodemon @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../nodemon/bin/nodemon.js" "$@" +else + exec node "$basedir/../nodemon/bin/nodemon.js" "$@" +fi diff --git a/node_modules/.bin/nodemon.cmd b/node_modules/.bin/nodemon.cmd new file mode 100644 index 000000000..55acf8a4e --- /dev/null +++ b/node_modules/.bin/nodemon.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\nodemon\bin\nodemon.js" %* diff --git a/node_modules/.bin/nodemon.ps1 b/node_modules/.bin/nodemon.ps1 new file mode 100644 index 000000000..d4e3f5d40 --- /dev/null +++ b/node_modules/.bin/nodemon.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../nodemon/bin/nodemon.js" $args + } else { + & "$basedir/node$exe" "$basedir/../nodemon/bin/nodemon.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../nodemon/bin/nodemon.js" $args + } else { + & "node$exe" "$basedir/../nodemon/bin/nodemon.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/nodetouch b/node_modules/.bin/nodetouch new file mode 100644 index 000000000..03f8b4d4a --- /dev/null +++ b/node_modules/.bin/nodetouch @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../touch/bin/nodetouch.js" "$@" +else + exec node "$basedir/../touch/bin/nodetouch.js" "$@" +fi diff --git a/node_modules/.bin/nodetouch.cmd b/node_modules/.bin/nodetouch.cmd new file mode 100644 index 000000000..8298b9183 --- /dev/null +++ b/node_modules/.bin/nodetouch.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\touch\bin\nodetouch.js" %* diff --git a/node_modules/.bin/nodetouch.ps1 b/node_modules/.bin/nodetouch.ps1 new file mode 100644 index 000000000..5f68b4cb3 --- /dev/null +++ b/node_modules/.bin/nodetouch.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../touch/bin/nodetouch.js" $args + } else { + & "$basedir/node$exe" "$basedir/../touch/bin/nodetouch.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../touch/bin/nodetouch.js" $args + } else { + & "node$exe" "$basedir/../touch/bin/nodetouch.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/nopt b/node_modules/.bin/nopt new file mode 100644 index 000000000..f1ec43bc2 --- /dev/null +++ b/node_modules/.bin/nopt @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" +else + exec node "$basedir/../nopt/bin/nopt.js" "$@" +fi diff --git a/node_modules/.bin/nopt.cmd b/node_modules/.bin/nopt.cmd new file mode 100644 index 000000000..a7f38b3da --- /dev/null +++ b/node_modules/.bin/nopt.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\nopt\bin\nopt.js" %* diff --git a/node_modules/.bin/nopt.ps1 b/node_modules/.bin/nopt.ps1 new file mode 100644 index 000000000..9d6ba56f6 --- /dev/null +++ b/node_modules/.bin/nopt.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args + } else { + & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../nopt/bin/nopt.js" $args + } else { + & "node$exe" "$basedir/../nopt/bin/nopt.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver new file mode 100644 index 000000000..86cee84b6 --- /dev/null +++ b/node_modules/.bin/semver @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver" "$@" +else + exec node "$basedir/../semver/bin/semver" "$@" +fi diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd new file mode 100644 index 000000000..22d9286cd --- /dev/null +++ b/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver" %* diff --git a/node_modules/.bin/semver.ps1 b/node_modules/.bin/semver.ps1 new file mode 100644 index 000000000..98c1b093f --- /dev/null +++ b/node_modules/.bin/semver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver" $args + } else { + & "$basedir/node$exe" "$basedir/../semver/bin/semver" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../semver/bin/semver" $args + } else { + & "node$exe" "$basedir/../semver/bin/semver" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid new file mode 100644 index 000000000..c3ec0035f --- /dev/null +++ b/node_modules/.bin/uuid @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@" +else + exec node "$basedir/../uuid/dist/bin/uuid" "$@" +fi diff --git a/node_modules/.bin/uuid.cmd b/node_modules/.bin/uuid.cmd new file mode 100644 index 000000000..0f2376eaf --- /dev/null +++ b/node_modules/.bin/uuid.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\uuid\dist\bin\uuid" %* diff --git a/node_modules/.bin/uuid.ps1 b/node_modules/.bin/uuid.ps1 new file mode 100644 index 000000000..78046284b --- /dev/null +++ b/node_modules/.bin/uuid.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args + } else { + & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args + } else { + & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json new file mode 100644 index 000000000..e05a78822 --- /dev/null +++ b/node_modules/.package-lock.json @@ -0,0 +1,2349 @@ +{ + "name": "a3-persistence", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "node_modules/@aws-crypto/ie11-detection": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-2.0.2.tgz", + "integrity": "sha512-5XDMQY98gMAf/WRTic5G++jfmS/VLM0rwpiOpaainKi4L0nqWMSB1SzsrEG5rjFZGYN6ZAefO+/Yta2dFM0kMw==", + "optional": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/sha256-browser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-2.0.0.tgz", + "integrity": "sha512-rYXOQ8BFOaqMEHJrLHul/25ckWH6GTJtdLSajhlqGMx0PmSueAuvboCuZCTqEKlxR8CQOwRarxYMZZSYlhRA1A==", + "optional": true, + "dependencies": { + "@aws-crypto/ie11-detection": "^2.0.0", + "@aws-crypto/sha256-js": "^2.0.0", + "@aws-crypto/supports-web-crypto": "^2.0.0", + "@aws-crypto/util": "^2.0.0", + "@aws-sdk/types": "^3.1.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/sha256-js": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-2.0.0.tgz", + "integrity": "sha512-VZY+mCY4Nmrs5WGfitmNqXzaE873fcIZDu54cbaDaaamsaTOP1DBImV9F4pICc3EHjQXujyE8jig+PFCaew9ig==", + "optional": true, + "dependencies": { + "@aws-crypto/util": "^2.0.0", + "@aws-sdk/types": "^3.1.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/supports-web-crypto": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-2.0.2.tgz", + "integrity": "sha512-6mbSsLHwZ99CTOOswvCRP3C+VCWnzBf+1SnbWxzzJ9lR0mA0JnY2JEAhp8rqmTE0GPFy88rrM27ffgp62oErMQ==", + "optional": true, + "dependencies": { + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-crypto/util": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-2.0.2.tgz", + "integrity": "sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "^3.110.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + } + }, + "node_modules/@aws-crypto/util/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true + }, + "node_modules/@aws-sdk/abort-controller": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.226.0.tgz", + "integrity": "sha512-cJVzr1xxPBd08voknXvR0RLgtZKGKt6WyDpH/BaPCu3rfSqWCDZKzwqe940eqosjmKrxC6pUZNKASIqHOQ8xxQ==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-cognito-identity": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.245.0.tgz", + "integrity": "sha512-c5briTS05rAioO5b84bVng9M1KyAXcxJtDHeuoeAAZBuU+Dd0Scg3vyXyAFlGI+TsNyxqHAqqRdAoG4WNxJo/Q==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/client-sts": "3.245.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/credential-provider-node": "3.245.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-signing": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sso": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.245.0.tgz", + "integrity": "sha512-dxzRwRo55ZNQ4hQigC+cishxLSWlBrbr3iszG0FLviavLDOlnVG5UUxWpOIGvwr8pYiSfM4jnfMxiwYwiCLg1g==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sso-oidc": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.245.0.tgz", + "integrity": "sha512-0pGPA00kEsu2Yq1Ul+OwftHxws5YVllm4iZrPtGnqmXr7wmf6B9lOtrMQF44y7Tfw53po6+bKz08OKTEWkkjUA==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/client-sts": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.245.0.tgz", + "integrity": "sha512-E+7v2sy34TLni/Dmz6bTU20NWvbHYH9sVUHKQ9kHhmFopUWrs4Nt77f85PbuiKJz/irjUh9ppT5q1odJNRKRVQ==", + "optional": true, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/credential-provider-node": "3.245.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-sdk-sts": "3.226.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-signing": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "fast-xml-parser": "4.0.11", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/config-resolver": { + "version": "3.234.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.234.0.tgz", + "integrity": "sha512-uZxy4wzllfvgCQxVc+Iqhde0NGAnfmV2hWR6ejadJaAFTuYNvQiRg9IqJy3pkyDPqXySiJ8Bom5PoJfgn55J/A==", + "optional": true, + "dependencies": { + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-config-provider": "3.208.0", + "@aws-sdk/util-middleware": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-cognito-identity": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.245.0.tgz", + "integrity": "sha512-DkiPv7Yb9iw3yAzvWUAkXrI23F1+kV8grdXzlSzob5suqv/dVON5pFXK9Siz62WwWsa2FeCEpgEF7RA0mrWLtA==", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.245.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-env": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.226.0.tgz", + "integrity": "sha512-sd8uK1ojbXxaZXlthzw/VXZwCPUtU3PjObOfr3Evj7MPIM2IH8h29foOlggx939MdLQGboJf9gKvLlvKDWtJRA==", + "optional": true, + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-imds": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.226.0.tgz", + "integrity": "sha512-//z/COQm2AjYFI1Lb0wKHTQSrvLFTyuKLFQGPJsKS7DPoxGOCKB7hmYerlbl01IDoCxTdyL//TyyPxbZEOQD5Q==", + "optional": true, + "dependencies": { + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-ini": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.245.0.tgz", + "integrity": "sha512-1SjfVc5Wg0lLRUvwMrfjGgFkl+zfxn74gnkPr6by1QyMAoTzmeUkalPLAIqd+uHtFom9e3K633BQtX7zVPZ5XQ==", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.226.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/credential-provider-process": "3.226.0", + "@aws-sdk/credential-provider-sso": "3.245.0", + "@aws-sdk/credential-provider-web-identity": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-node": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.245.0.tgz", + "integrity": "sha512-Dwv8zmRLTDLeEkGrK/sLNFZSC+ahXZxr07CuID054QKACIdUEvkqYlnalRiTeXngiHGQ54u8wU7f0D32R2oL0g==", + "optional": true, + "dependencies": { + "@aws-sdk/credential-provider-env": "3.226.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/credential-provider-ini": "3.245.0", + "@aws-sdk/credential-provider-process": "3.226.0", + "@aws-sdk/credential-provider-sso": "3.245.0", + "@aws-sdk/credential-provider-web-identity": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-process": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.226.0.tgz", + "integrity": "sha512-iUDMdnrTvbvaCFhWwqyXrhvQ9+ojPqPqXhwZtY1X/Qaz+73S9gXBPJHZaZb2Ke0yKE1Ql3bJbKvmmxC/qLQMng==", + "optional": true, + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-sso": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.245.0.tgz", + "integrity": "sha512-txWrJc0WNBhXMi7q+twjx7cs/qzgTfbQ+vbag5idRmdoUeiR8rfLvihCab2NaGg50xhh+TaoUCXrgJp3E/XjYQ==", + "optional": true, + "dependencies": { + "@aws-sdk/client-sso": "3.245.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/token-providers": "3.245.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-provider-web-identity": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.226.0.tgz", + "integrity": "sha512-CCpv847rLB0SFOHz2igvUMFAzeT2fD3YnY4C8jltuJoEkn0ITn1Hlgt13nTJ5BUuvyti2mvyXZHmNzhMIMrIlw==", + "optional": true, + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/credential-providers": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.245.0.tgz", + "integrity": "sha512-6Uhsxk6MOuWplejhPJf7XDhegHmcZfj8hwnF4mXFJ6u4b2RxWPQCnqPcA0+VoAzIMUqbjqvkSzmVjQelGFtjNg==", + "optional": true, + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.245.0", + "@aws-sdk/client-sso": "3.245.0", + "@aws-sdk/client-sts": "3.245.0", + "@aws-sdk/credential-provider-cognito-identity": "3.245.0", + "@aws-sdk/credential-provider-env": "3.226.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/credential-provider-ini": "3.245.0", + "@aws-sdk/credential-provider-node": "3.245.0", + "@aws-sdk/credential-provider-process": "3.226.0", + "@aws-sdk/credential-provider-sso": "3.245.0", + "@aws-sdk/credential-provider-web-identity": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/fetch-http-handler": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.226.0.tgz", + "integrity": "sha512-JewZPMNEBXfi1xVnRa7pVtK/zgZD8/lQ/YnD8pq79WuMa2cwyhDtr8oqCoqsPW+WJT5ScXoMtuHxN78l8eKWgg==", + "optional": true, + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/querystring-builder": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/hash-node": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.226.0.tgz", + "integrity": "sha512-MdlJhJ9/Espwd0+gUXdZRsHuostB2WxEVAszWxobP0FTT9PnicqnfK7ExmW+DUAc0ywxtEbR3e0UND65rlSTVw==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-buffer-from": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/invalid-dependency": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.226.0.tgz", + "integrity": "sha512-QXOYFmap8g9QzRjumcRCIo2GEZkdCwd7ePQW0OABWPhKHzlJ74vvBxywjU3s39EEBEluWXtZ7Iufg6GxZM4ifw==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/is-array-buffer": { + "version": "3.201.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.201.0.tgz", + "integrity": "sha512-UPez5qLh3dNgt0DYnPD/q0mVJY84rA17QE26hVNOW3fAji8W2wrwrxdacWOxyXvlxWsVRcKmr+lay1MDqpAMfg==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-content-length": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.226.0.tgz", + "integrity": "sha512-ksUzlHJN2JMuyavjA46a4sctvnrnITqt2tbGGWWrAuXY1mel2j+VbgnmJUiwHKUO6bTFBBeft5Vd1TSOb4JmiA==", + "optional": true, + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-endpoint": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.226.0.tgz", + "integrity": "sha512-EvLFafjtUxTT0AC9p3aBQu1/fjhWdIeK58jIXaNFONfZ3F8QbEYUPuF/SqZvJM6cWfOO9qwYKkRDbCSTYhprIg==", + "optional": true, + "dependencies": { + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-config-provider": "3.208.0", + "@aws-sdk/util-middleware": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.226.0.tgz", + "integrity": "sha512-haVkWVh6BUPwKgWwkL6sDvTkcZWvJjv8AgC8jiQuSl8GLZdzHTB8Qhi3IsfFta9HAuoLjxheWBE5Z/L0UrfhLA==", + "optional": true, + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.226.0.tgz", + "integrity": "sha512-m9gtLrrYnpN6yckcQ09rV7ExWOLMuq8mMPF/K3DbL/YL0TuILu9i2T1W+JuxSX+K9FMG2HrLAKivE/kMLr55xA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.226.0.tgz", + "integrity": "sha512-mwRbdKEUeuNH5TEkyZ5FWxp6bL2UC1WbY+LDv6YjHxmSMKpAoOueEdtU34PqDOLrpXXxIGHDFmjeGeMfktyEcA==", + "optional": true, + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-retry": { + "version": "3.235.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.235.0.tgz", + "integrity": "sha512-50WHbJGpD3SNp9763MAlHqIhXil++JdQbKejNpHg7HsJne/ao3ub+fDOfx//mMBjpzBV25BGd5UlfL6blrClSg==", + "optional": true, + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/service-error-classification": "3.229.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-middleware": "3.226.0", + "@aws-sdk/util-retry": "3.229.0", + "tslib": "^2.3.1", + "uuid": "^8.3.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-sdk-sts": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.226.0.tgz", + "integrity": "sha512-NN9T/qoSD1kZvAT+VLny3NnlqgylYQcsgV3rvi/8lYzw/G/2s8VS6sm/VTWGGZhx08wZRv20MWzYu3bftcyqUg==", + "optional": true, + "dependencies": { + "@aws-sdk/middleware-signing": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-serde": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.226.0.tgz", + "integrity": "sha512-nPuOOAkSfx9TxzdKFx0X2bDlinOxGrqD7iof926K/AEflxGD1DBdcaDdjlYlPDW2CVE8LV/rAgbYuLxh/E/1VA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-signing": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.226.0.tgz", + "integrity": "sha512-E6HmtPcl+IjYDDzi1xI2HpCbBq2avNWcjvCriMZWuTAtRVpnA6XDDGW5GY85IfS3A8G8vuWqEVPr8JcYUcjfew==", + "optional": true, + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-middleware": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-stack": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.226.0.tgz", + "integrity": "sha512-85wF29LvPvpoed60fZGDYLwv1Zpd/cM0C22WSSFPw1SSJeqO4gtFYyCg2squfT3KI6kF43IIkOCJ+L7GtryPug==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.226.0.tgz", + "integrity": "sha512-N1WnfzCW1Y5yWhVAphf8OPGTe8Df3vmV7/LdsoQfmpkCZgLZeK2o0xITkUQhRj1mbw7yp8tVFLFV3R2lMurdAQ==", + "optional": true, + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-config-provider": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.226.0.tgz", + "integrity": "sha512-B8lQDqiRk7X5izFEUMXmi8CZLOKCTWQJU9HQf3ako+sF0gexo4nHN3jhoRWyLtcgC5S3on/2jxpAcqtm7kuY3w==", + "optional": true, + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/node-http-handler": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.226.0.tgz", + "integrity": "sha512-xQCddnZNMiPmjr3W7HYM+f5ir4VfxgJh37eqZwX6EZmyItFpNNeVzKUgA920ka1VPz/ZUYB+2OFGiX3LCLkkaA==", + "optional": true, + "dependencies": { + "@aws-sdk/abort-controller": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/querystring-builder": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/property-provider": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.226.0.tgz", + "integrity": "sha512-TsljjG+Sg0LmdgfiAlWohluWKnxB/k8xenjeozZfzOr5bHmNHtdbWv6BtNvD/R83hw7SFXxbJHlD5H4u9p2NFg==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/protocol-http": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.226.0.tgz", + "integrity": "sha512-zWkVqiTA9RXL6y0hhfZc9bcU4DX2NI6Hw9IhQmSPeM59mdbPjJlY4bLlMr5YxywqO3yQ/ylNoAfrEzrDjlOSRg==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/querystring-builder": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.226.0.tgz", + "integrity": "sha512-LVurypuNeotO4lmirKXRC4NYrZRAyMJXuwO0f2a5ZAUJCjauwYrifKue6yCfU7bls7gut7nfcR6B99WBYpHs3g==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-uri-escape": "3.201.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/querystring-parser": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.226.0.tgz", + "integrity": "sha512-FzB+VrQ47KAFxiPt2YXrKZ8AOLZQqGTLCKHzx4bjxGmwgsjV8yIbtJiJhZLMcUQV4LtGeIY9ixIqQhGvnZHE4A==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/service-error-classification": { + "version": "3.229.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.229.0.tgz", + "integrity": "sha512-dnzWWQ0/NoWMUZ5C0DW3dPm0wC1O76Y/SpKbuJzWPkx1EYy6r8p32Ly4D9vUzrKDbRGf48YHIF2kOkBmu21CLg==", + "optional": true, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/shared-ini-file-loader": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.226.0.tgz", + "integrity": "sha512-661VQefsARxVyyV2FX9V61V+nNgImk7aN2hYlFKla6BCwZfMng+dEtD0xVGyg1PfRw0qvEv5LQyxMVgHcUSevA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/signature-v4": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.226.0.tgz", + "integrity": "sha512-/R5q5agdPd7HJB68XMzpxrNPk158EHUvkFkuRu5Qf3kkkHebEzWEBlWoVpUe6ss4rP9Tqcue6xPuaftEmhjpYw==", + "optional": true, + "dependencies": { + "@aws-sdk/is-array-buffer": "3.201.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-hex-encoding": "3.201.0", + "@aws-sdk/util-middleware": "3.226.0", + "@aws-sdk/util-uri-escape": "3.201.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/smithy-client": { + "version": "3.234.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.234.0.tgz", + "integrity": "sha512-8AtR/k4vsFvjXeQbIzq/Wy7Nbk48Ou0wUEeVYPHWHPSU8QamFWORkOwmKtKMfHAyZvmqiAPeQqHFkq+UJhWyyQ==", + "optional": true, + "dependencies": { + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/token-providers": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.245.0.tgz", + "integrity": "sha512-m/spXR/vEXGb+zMqRUMQYVMwFZSTdK5RkddYqamYkNhIoLm60EYeRu57JsMMs5djKi8dBRSKiXwVHx0l2rXMjg==", + "optional": true, + "dependencies": { + "@aws-sdk/client-sso-oidc": "3.245.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/types": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.226.0.tgz", + "integrity": "sha512-MmmNHrWeO4man7wpOwrAhXlevqtOV9ZLcH4RhnG5LmRce0RFOApx24HoKENfFCcOyCm5LQBlsXCqi0dZWDWU0A==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/url-parser": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.226.0.tgz", + "integrity": "sha512-p5RLE0QWyP0OcTOLmFcLdVgUcUEzmEfmdrnOxyNzomcYb0p3vUagA5zfa1HVK2azsQJFBv28GfvMnba9bGhObg==", + "optional": true, + "dependencies": { + "@aws-sdk/querystring-parser": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/util-base64": { + "version": "3.208.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.208.0.tgz", + "integrity": "sha512-PQniZph5A6N7uuEOQi+1hnMz/FSOK/8kMFyFO+4DgA1dZ5pcKcn5wiFwHkcTb/BsgVqQa3Jx0VHNnvhlS8JyTg==", + "optional": true, + "dependencies": { + "@aws-sdk/util-buffer-from": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-body-length-browser": { + "version": "3.188.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.188.0.tgz", + "integrity": "sha512-8VpnwFWXhnZ/iRSl9mTf+VKOX9wDE8QtN4bj9pBfxwf90H1X7E8T6NkiZD3k+HubYf2J94e7DbeHs7fuCPW5Qg==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/util-body-length-node": { + "version": "3.208.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.208.0.tgz", + "integrity": "sha512-3zj50e5g7t/MQf53SsuuSf0hEELzMtD8RX8C76f12OSRo2Bca4FLLYHe0TZbxcfQHom8/hOaeZEyTyMogMglqg==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-buffer-from": { + "version": "3.208.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.208.0.tgz", + "integrity": "sha512-7L0XUixNEFcLUGPeBF35enCvB9Xl+K6SQsmbrPk1P3mlV9mguWSDQqbOBwY1Ir0OVbD6H/ZOQU7hI/9RtRI0Zw==", + "optional": true, + "dependencies": { + "@aws-sdk/is-array-buffer": "3.201.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-config-provider": { + "version": "3.208.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.208.0.tgz", + "integrity": "sha512-DSRqwrERUsT34ug+anlMBIFooBEGwM8GejC7q00Y/9IPrQy50KnG5PW2NiTjuLKNi7pdEOlwTSEocJE15eDZIg==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-defaults-mode-browser": { + "version": "3.234.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.234.0.tgz", + "integrity": "sha512-IHMKXjTbOD8XMz5+2oCOsVP94BYb9YyjXdns0aAXr2NAo7k2+RCzXQ2DebJXppGda1F6opFutoKwyVSN0cmbMw==", + "optional": true, + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "bowser": "^2.11.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@aws-sdk/util-defaults-mode-node": { + "version": "3.234.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.234.0.tgz", + "integrity": "sha512-UGjQ+OjBYYhxFVtUY+jtr0ZZgzZh6OHtYwRhFt8IHewJXFCfZTyfsbX20szBj5y1S4HRIUJ7cwBLIytTqMbI5w==", + "optional": true, + "dependencies": { + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.245.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.245.0.tgz", + "integrity": "sha512-UNOFquB1tKx+8RT8n82Zb5tIwDyZHVPBg/m0LB0RsLETjr6krien5ASpqWezsXKIR1hftN9uaxN4bvf2dZrWHg==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-hex-encoding": { + "version": "3.201.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.201.0.tgz", + "integrity": "sha512-7t1vR1pVxKx0motd3X9rI3m/xNp78p3sHtP5yo4NP4ARpxyJ0fokBomY8ScaH2D/B+U5o9ARxldJUdMqyBlJcA==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.208.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.208.0.tgz", + "integrity": "sha512-iua1A2+P7JJEDHVgvXrRJSvsnzG7stYSGQnBVphIUlemwl6nN5D+QrgbjECtrbxRz8asYFHSzhdhECqN+tFiBg==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-middleware": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.226.0.tgz", + "integrity": "sha512-B96CQnwX4gRvQdaQkdUtqvDPkrptV5+va6FVeJOocU/DbSYMAScLxtR3peMS8cnlOT6nL1Eoa42OI9AfZz1VwQ==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-retry": { + "version": "3.229.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-retry/-/util-retry-3.229.0.tgz", + "integrity": "sha512-0zKTqi0P1inD0LzIMuXRIYYQ/8c1lWMg/cfiqUcIAF1TpatlpZuN7umU0ierpBFud7S+zDgg0oemh+Nj8xliJw==", + "optional": true, + "dependencies": { + "@aws-sdk/service-error-classification": "3.229.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">= 14.0.0" + } + }, + "node_modules/@aws-sdk/util-uri-escape": { + "version": "3.201.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.201.0.tgz", + "integrity": "sha512-TeTWbGx4LU2c5rx0obHeDFeO9HvwYwQtMh1yniBz00pQb6Qt6YVOETVQikRZ+XRQwEyCg/dA375UplIpiy54mA==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.226.0.tgz", + "integrity": "sha512-PhBIu2h6sPJPcv2I7ELfFizdl5pNiL4LfxrasMCYXQkJvVnoXztHA1x+CQbXIdtZOIlpjC+6BjDcE0uhnpvfcA==", + "optional": true, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "bowser": "^2.11.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.226.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.226.0.tgz", + "integrity": "sha512-othPc5Dz/pkYkxH+nZPhc1Al0HndQT8zHD4e9h+EZ+8lkd8n+IsnLfTS/mSJWrfiC6UlNRVw55cItstmJyMe/A==", + "optional": true, + "dependencies": { + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + } + }, + "node_modules/@aws-sdk/util-utf8-browser": { + "version": "3.188.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.188.0.tgz", + "integrity": "sha512-jt627x0+jE+Ydr9NwkFstg3cUvgWh56qdaqAMDsqgRlKD21md/6G226z/Qxl7lb1VEW2LlmCx43ai/37Qwcj2Q==", + "optional": true, + "dependencies": { + "tslib": "^2.3.1" + } + }, + "node_modules/@aws-sdk/util-utf8-node": { + "version": "3.208.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.208.0.tgz", + "integrity": "sha512-jKY87Acv0yWBdFxx6bveagy5FYjz+dtV8IPT7ay1E2WPWH1czoIdMAkc8tSInK31T6CRnHWkLZ1qYwCbgRfERQ==", + "optional": true, + "dependencies": { + "@aws-sdk/util-buffer-from": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@types/node": { + "version": "18.11.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", + "integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==" + }, + "node_modules/@types/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-xTE1E+YF4aWPJJeUzaZI5DRntlkY3+BCVJi0axFptnjGmAoWxkyREIh/XMrfxVLejwQxMCfDXdICo0VLxThrog==" + }, + "node_modules/@types/whatwg-url": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", + "dependencies": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "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==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/bowser": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", + "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==", + "optional": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/bson": { + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/bson/-/bson-4.7.1.tgz", + "integrity": "sha512-XkuFtlCzi0WSy8D6PMhvrQ/q8VlZHN/2bJ/shJglwuA6TPD2ZP/hHLB7iDxOEWVINHN/UVTxP4pqZqOKMXPIXg==", + "dependencies": { + "buffer": "^5.6.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "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/chalk/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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/chalk/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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "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==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "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==" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/ejs": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/fast-xml-parser": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz", + "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==", + "optional": true, + "dependencies": { + "strnum": "^1.0.5" + }, + "bin": { + "fxparser": "src/cli/cli.js" + }, + "funding": { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/get-intrinsic": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore-by-default": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ip": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/jake": { + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.1", + "minimatch": "^3.0.4" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memory-pager": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", + "optional": true + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/mongodb": { + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.13.0.tgz", + "integrity": "sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw==", + "dependencies": { + "bson": "^4.7.0", + "mongodb-connection-string-url": "^2.5.4", + "socks": "^2.7.1" + }, + "engines": { + "node": ">=12.9.0" + }, + "optionalDependencies": { + "@aws-sdk/credential-providers": "^3.186.0", + "saslprep": "^1.0.3" + } + }, + "node_modules/mongodb-connection-string-url": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz", + "integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==", + "dependencies": { + "@types/whatwg-url": "^8.2.1", + "whatwg-url": "^11.0.0" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/nodemon": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz", + "integrity": "sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==", + "dependencies": { + "chokidar": "^3.5.2", + "debug": "^3.2.7", + "ignore-by-default": "^1.0.1", + "minimatch": "^3.1.2", + "pstree.remy": "^1.1.8", + "semver": "^5.7.1", + "simple-update-notifier": "^1.0.7", + "supports-color": "^5.5.0", + "touch": "^3.1.0", + "undefsafe": "^2.0.5" + }, + "bin": { + "nodemon": "bin/nodemon.js" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nodemon" + } + }, + "node_modules/nodemon/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/nodemon/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/nopt": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", + "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pstree.remy": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/saslprep": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", + "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", + "optional": true, + "dependencies": { + "sparse-bitfield": "^3.0.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/simple-update-notifier": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", + "integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==", + "dependencies": { + "semver": "~7.0.0" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/simple-update-notifier/node_modules/semver": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", + "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", + "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "dependencies": { + "ip": "^2.0.0", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.13.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/sparse-bitfield": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", + "optional": true, + "dependencies": { + "memory-pager": "^1.0.2" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/strnum": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", + "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", + "optional": true + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/touch": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz", + "integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==", + "dependencies": { + "nopt": "~1.0.10" + }, + "bin": { + "nodetouch": "bin/nodetouch.js" + } + }, + "node_modules/tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", + "optional": true + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/undefsafe": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "optional": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "dependencies": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + } + } +} diff --git a/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md b/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md new file mode 100644 index 000000000..074320eba --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md @@ -0,0 +1,70 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07) + +**Note:** Version bump only for package @aws-crypto/ie11-detection + + + + + +# [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25) + +**Note:** Version bump only for package @aws-crypto/ie11-detection + + + + + +# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@1.0.0-alpha.0...@aws-crypto/ie11-detection@1.0.0) (2020-10-22) + + +### Bug Fixes + +* replace `sourceRoot` -> `rootDir` in tsconfig ([#169](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/169)) ([d437167](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/d437167b51d1c56a4fcc2bb8a446b74a7e3b7e06)) + + + + + +# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.4...@aws-crypto/ie11-detection@1.0.0-alpha.0) (2020-02-07) + +**Note:** Version bump only for package @aws-crypto/ie11-detection + + + + + +# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.2...@aws-crypto/ie11-detection@0.1.0-preview.4) (2020-01-16) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.2...@aws-crypto/ie11-detection@0.1.0-preview.3) (2019-11-15) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.1...@aws-crypto/ie11-detection@0.1.0-preview.2) (2019-10-30) + + +### Bug Fixes + +* remove /src/ from .npmignore (for sourcemaps) ([#5](https://github.com/aws/aws-javascript-crypto-helpers/issues/5)) ([ec52056](https://github.com/aws/aws-javascript-crypto-helpers/commit/ec52056)) diff --git a/node_modules/@aws-crypto/ie11-detection/LICENSE b/node_modules/@aws-crypto/ie11-detection/LICENSE new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-crypto/ie11-detection/README.md b/node_modules/@aws-crypto/ie11-detection/README.md new file mode 100644 index 000000000..9e411b0c0 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/README.md @@ -0,0 +1,20 @@ +# @aws-crypto/ie11-detection + +Functions for interact with IE11 browsers Crypto. The IE11 `window.subtle` functions are unique. +This library is used to identify an IE11 `window` and then offering types for crypto functions. +For example see @aws-crypto/random-source-browser + +## Usage + +``` +import {isMsWindow} from '@aws-crypto/ie11-detection' + +if (isMsWindow(window)) { + // use `window.subtle.mscrypto` +} + +``` + +## Test + +`npm test` diff --git a/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts b/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts new file mode 100644 index 000000000..c647f8039 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts @@ -0,0 +1,19 @@ +import { Key } from "./Key"; +/** + * Represents a cryptographic operation that has been instantiated but not + * necessarily fed all data or finalized. + * + * @see https://msdn.microsoft.com/en-us/library/dn280996(v=vs.85).aspx + */ +export interface CryptoOperation { + readonly algorithm: string; + readonly key: Key; + onabort: (event: Event) => void; + oncomplete: (event: Event) => void; + onerror: (event: Event) => void; + onprogress: (event: Event) => void; + readonly result: ArrayBuffer | undefined; + abort(): void; + finish(): void; + process(buffer: ArrayBufferView): void; +} diff --git a/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js b/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js new file mode 100644 index 000000000..ea035c9ee --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=CryptoOperation.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map b/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map new file mode 100644 index 000000000..95c3ef719 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map @@ -0,0 +1 @@ +{"version":3,"file":"CryptoOperation.js","sourceRoot":"","sources":["../src/CryptoOperation.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts b/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts new file mode 100644 index 000000000..c8bd3b348 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts @@ -0,0 +1,12 @@ +/** + * The result of a successful KeyOperation. + * + * @see {KeyOperation} + * @see https://msdn.microsoft.com/en-us/library/dn302313(v=vs.85).aspx + */ +export interface Key { + readonly algorithm: string; + readonly extractable: boolean; + readonly keyUsage: Array; + readonly type: string; +} diff --git a/node_modules/@aws-crypto/ie11-detection/build/Key.js b/node_modules/@aws-crypto/ie11-detection/build/Key.js new file mode 100644 index 000000000..b24b9af1e --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/Key.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=Key.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/Key.js.map b/node_modules/@aws-crypto/ie11-detection/build/Key.js.map new file mode 100644 index 000000000..c0454ea27 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/Key.js.map @@ -0,0 +1 @@ +{"version":3,"file":"Key.js","sourceRoot":"","sources":["../src/Key.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts b/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts new file mode 100644 index 000000000..2e7c9a67d --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts @@ -0,0 +1,12 @@ +import { Key } from "./Key"; +/** + * Represents the return of a key-related operation that may or may not have + * been completed. + * + * @see https://msdn.microsoft.com/en-us/library/dn302314(v=vs.85).aspx + */ +export interface KeyOperation { + oncomplete: (event: Event) => void; + onerror: (event: Event) => void; + readonly result: Key | undefined; +} diff --git a/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js b/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js new file mode 100644 index 000000000..044709882 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=KeyOperation.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map b/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map new file mode 100644 index 000000000..3b343d34e --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map @@ -0,0 +1 @@ +{"version":3,"file":"KeyOperation.js","sourceRoot":"","sources":["../src/KeyOperation.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts b/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts new file mode 100644 index 000000000..bb345747d --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts @@ -0,0 +1,33 @@ +import { CryptoOperation } from "./CryptoOperation"; +import { Key } from "./Key"; +import { KeyOperation } from "./KeyOperation"; +export declare type KeyUsage = "encrypt" | "decrypt" | "sign" | "verify" | "derive" | "wrapKey" | "unwrapKey" | "importKey"; +export declare type EncryptionOrVerificationAlgorithm = "RSAES-PKCS1-v1_5"; +export declare type Ie11EncryptionAlgorithm = "AES-CBC" | "AES-GCM" | "RSA-OAEP" | EncryptionOrVerificationAlgorithm; +export declare type Ie11DigestAlgorithm = "SHA-1" | "SHA-256" | "SHA-384"; +export interface HashAlgorithm { + name: Ie11DigestAlgorithm; +} +export interface HmacAlgorithm { + name: "HMAC"; + hash: HashAlgorithm; +} +export declare type SigningAlgorithm = HmacAlgorithm; +/** + * Represent ths SubtleCrypto interface as implemented in Internet Explorer 11. + * This implementation was based on an earlier version of the WebCrypto API and + * differs from the `window.crypto.subtle` object exposed in Chrome, Safari, + * Firefox, and MS Edge. + * + * @see https://msdn.microsoft.com/en-us/library/dn302325(v=vs.85).aspx + */ +export interface MsSubtleCrypto { + decrypt(algorithm: Ie11EncryptionAlgorithm, key: Key, buffer?: ArrayBufferView): CryptoOperation; + digest(algorithm: Ie11DigestAlgorithm, buffer?: ArrayBufferView): CryptoOperation; + encrypt(algorithm: Ie11EncryptionAlgorithm, key: Key, buffer?: ArrayBufferView): CryptoOperation; + exportKey(format: string, key: Key): KeyOperation; + generateKey(algorithm: SigningAlgorithm | Ie11EncryptionAlgorithm, extractable?: boolean, keyUsages?: Array): KeyOperation; + importKey(format: string, keyData: ArrayBufferView, algorithm: any, extractable?: boolean, keyUsages?: Array): KeyOperation; + sign(algorithm: SigningAlgorithm, key: Key, buffer?: ArrayBufferView): CryptoOperation; + verify(algorithm: SigningAlgorithm | EncryptionOrVerificationAlgorithm, key: Key, signature: ArrayBufferView, buffer?: ArrayBufferView): CryptoOperation; +} diff --git a/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js b/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js new file mode 100644 index 000000000..479b08af2 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=MsSubtleCrypto.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map b/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map new file mode 100644 index 000000000..1955d281b --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map @@ -0,0 +1 @@ +{"version":3,"file":"MsSubtleCrypto.js","sourceRoot":"","sources":["../src/MsSubtleCrypto.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts b/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts new file mode 100644 index 000000000..d5aaada85 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts @@ -0,0 +1,21 @@ +import { MsSubtleCrypto } from "./MsSubtleCrypto"; +/** + * The value accessible as `window.msCrypto` in Internet Explorer 11. + */ +export interface MsCrypto { + getRandomValues: (toFill: Uint8Array) => void; + subtle: MsSubtleCrypto; +} +/** + * The `window` object in Internet Explorer 11. This interface does not + * exhaustively document the prefixed features of `window` in IE11. + */ +export interface MsWindow extends Window { + MSInputMethodContext: any; + msCrypto: MsCrypto; +} +/** + * Determines if the provided window is (or is like) the window object one would + * expect to encounter in Internet Explorer 11. + */ +export declare function isMsWindow(window: Window): window is MsWindow; diff --git a/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js b/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js new file mode 100644 index 000000000..ceeb8f5e5 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js @@ -0,0 +1,32 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isMsWindow = void 0; +var msSubtleCryptoMethods = [ + "decrypt", + "digest", + "encrypt", + "exportKey", + "generateKey", + "importKey", + "sign", + "verify" +]; +function quacksLikeAnMsWindow(window) { + return "MSInputMethodContext" in window && "msCrypto" in window; +} +/** + * Determines if the provided window is (or is like) the window object one would + * expect to encounter in Internet Explorer 11. + */ +function isMsWindow(window) { + if (quacksLikeAnMsWindow(window) && window.msCrypto.subtle !== undefined) { + var _a = window.msCrypto, getRandomValues = _a.getRandomValues, subtle_1 = _a.subtle; + return msSubtleCryptoMethods + .map(function (methodName) { return subtle_1[methodName]; }) + .concat(getRandomValues) + .every(function (method) { return typeof method === "function"; }); + } + return false; +} +exports.isMsWindow = isMsWindow; +//# sourceMappingURL=MsWindow.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map b/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map new file mode 100644 index 000000000..34223c913 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map @@ -0,0 +1 @@ +{"version":3,"file":"MsWindow.js","sourceRoot":"","sources":["../src/MsWindow.ts"],"names":[],"mappings":";;;AAYA,IAAM,qBAAqB,GAA8B;IACvD,SAAS;IACT,QAAQ;IACR,SAAS;IACT,WAAW;IACX,aAAa;IACb,WAAW;IACX,MAAM;IACN,QAAQ;CACT,CAAC;AAmBF,SAAS,oBAAoB,CAAC,MAAc;IAC1C,OAAO,sBAAsB,IAAI,MAAM,IAAI,UAAU,IAAI,MAAM,CAAC;AAClE,CAAC;AAED;;;GAGG;AACH,SAAgB,UAAU,CAAC,MAAc;IACvC,IAAI,oBAAoB,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,QAAQ,CAAC,MAAM,KAAK,SAAS,EAAE;QAClE,IAAA,KAA8B,MAAM,CAAC,QAAQ,EAA3C,eAAe,qBAAA,EAAE,QAAM,YAAoB,CAAC;QACpD,OAAO,qBAAqB;aACzB,GAAG,CAAW,UAAA,UAAU,IAAI,OAAA,QAAM,CAAC,UAAU,CAAC,EAAlB,CAAkB,CAAC;aAC/C,MAAM,CAAC,eAAe,CAAC;aACvB,KAAK,CAAC,UAAA,MAAM,IAAI,OAAA,OAAO,MAAM,KAAK,UAAU,EAA5B,CAA4B,CAAC,CAAC;KAClD;IAED,OAAO,KAAK,CAAC;AACf,CAAC;AAVD,gCAUC"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/index.d.ts b/node_modules/@aws-crypto/ie11-detection/build/index.d.ts new file mode 100644 index 000000000..1e8c5e355 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/index.d.ts @@ -0,0 +1,5 @@ +export * from "./CryptoOperation"; +export * from "./Key"; +export * from "./KeyOperation"; +export * from "./MsSubtleCrypto"; +export * from "./MsWindow"; diff --git a/node_modules/@aws-crypto/ie11-detection/build/index.js b/node_modules/@aws-crypto/ie11-detection/build/index.js new file mode 100644 index 000000000..2de39c10e --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/index.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +var tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./CryptoOperation"), exports); +tslib_1.__exportStar(require("./Key"), exports); +tslib_1.__exportStar(require("./KeyOperation"), exports); +tslib_1.__exportStar(require("./MsSubtleCrypto"), exports); +tslib_1.__exportStar(require("./MsWindow"), exports); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/build/index.js.map b/node_modules/@aws-crypto/ie11-detection/build/index.js.map new file mode 100644 index 000000000..8430e7a98 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/build/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,4DAAkC;AAClC,gDAAsB;AACtB,yDAA+B;AAC/B,2DAAiC;AACjC,qDAA2B"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt new file mode 100644 index 000000000..2e4a05cf5 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt @@ -0,0 +1,15 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt new file mode 100644 index 000000000..fa7d1bdf9 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md new file mode 100644 index 000000000..a7ee5aa2c --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md @@ -0,0 +1,142 @@ +# tslib + +This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions. + +This library is primarily used by the `--importHelpers` flag in TypeScript. +When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: + +```ts +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; +}; +exports.x = {}; +exports.y = __assign({}, exports.x); + +``` + +will instead be emitted as something like the following: + +```ts +var tslib_1 = require("tslib"); +exports.x = {}; +exports.y = tslib_1.__assign({}, exports.x); +``` + +Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead. +For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`. + +# Installing + +For the latest stable version, run: + +## npm + +```sh +# TypeScript 2.3.3 or later +npm install tslib + +# TypeScript 2.3.2 or earlier +npm install tslib@1.6.1 +``` + +## yarn + +```sh +# TypeScript 2.3.3 or later +yarn add tslib + +# TypeScript 2.3.2 or earlier +yarn add tslib@1.6.1 +``` + +## bower + +```sh +# TypeScript 2.3.3 or later +bower install tslib + +# TypeScript 2.3.2 or earlier +bower install tslib@1.6.1 +``` + +## JSPM + +```sh +# TypeScript 2.3.3 or later +jspm install tslib + +# TypeScript 2.3.2 or earlier +jspm install tslib@1.6.1 +``` + +# Usage + +Set the `importHelpers` compiler option on the command line: + +``` +tsc --importHelpers file.ts +``` + +or in your tsconfig.json: + +```json +{ + "compilerOptions": { + "importHelpers": true + } +} +``` + +#### For bower and JSPM users + +You will need to add a `paths` mapping for `tslib`, e.g. For Bower users: + +```json +{ + "compilerOptions": { + "module": "amd", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["bower_components/tslib/tslib.d.ts"] + } + } +} +``` + +For JSPM users: + +```json +{ + "compilerOptions": { + "module": "system", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"] + } + } +} +``` + + +# Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. + +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). + +# Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Homepage](http://www.typescriptlang.org/) diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js new file mode 100644 index 000000000..c2b614986 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js @@ -0,0 +1,51 @@ +import tslib from '../tslib.js'; +const { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +} = tslib; +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +}; diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json new file mode 100644 index 000000000..96ae6e57e --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json new file mode 100644 index 000000000..f8c2a53d0 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json @@ -0,0 +1,37 @@ +{ + "name": "tslib", + "author": "Microsoft Corp.", + "homepage": "https://www.typescriptlang.org/", + "version": "1.14.1", + "license": "0BSD", + "description": "Runtime library for TypeScript helper functions", + "keywords": [ + "TypeScript", + "Microsoft", + "compiler", + "language", + "javascript", + "tslib", + "runtime" + ], + "bugs": { + "url": "https://github.com/Microsoft/TypeScript/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/tslib.git" + }, + "main": "tslib.js", + "module": "tslib.es6.js", + "jsnext:main": "tslib.es6.js", + "typings": "tslib.d.ts", + "sideEffects": false, + "exports": { + ".": { + "module": "./tslib.es6.js", + "import": "./modules/index.js", + "default": "./tslib.js" + }, + "./": "./" + } +} diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js new file mode 100644 index 000000000..0c1b613d8 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js @@ -0,0 +1,23 @@ +// When on node 14, it validates that all of the commonjs exports +// are correctly re-exported for es modules importers. + +const nodeMajor = Number(process.version.split(".")[0].slice(1)) +if (nodeMajor < 14) { + console.log("Skipping because node does not support module exports.") + process.exit(0) +} + +// ES Modules import via the ./modules folder +import * as esTSLib from "../../modules/index.js" + +// Force a commonjs resolve +import { createRequire } from "module"; +const commonJSTSLib = createRequire(import.meta.url)("../../tslib.js"); + +for (const key in commonJSTSLib) { + if (commonJSTSLib.hasOwnProperty(key)) { + if(!esTSLib[key]) throw new Error(`ESModules is missing ${key} - it needs to be re-exported in ./modules/index.js`) + } +} + +console.log("All exports in commonjs are available for es module consumers.") diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json new file mode 100644 index 000000000..166e5095e --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json @@ -0,0 +1,6 @@ +{ + "type": "module", + "scripts": { + "test": "node index.js" + } +} diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts new file mode 100644 index 000000000..4d7f724cb --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts @@ -0,0 +1,37 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +export declare function __extends(d: Function, b: Function): void; +export declare function __assign(t: any, ...sources: any[]): any; +export declare function __rest(t: any, propertyNames: (string | symbol)[]): any; +export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; +export declare function __param(paramIndex: number, decorator: Function): Function; +export declare function __metadata(metadataKey: any, metadataValue: any): Function; +export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; +export declare function __generator(thisArg: any, body: Function): any; +export declare function __exportStar(m: any, exports: any): void; +export declare function __values(o: any): any; +export declare function __read(o: any, n?: number): any[]; +export declare function __spread(...args: any[][]): any[]; +export declare function __spreadArrays(...args: any[][]): any[]; +export declare function __await(v: any): any; +export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; +export declare function __asyncDelegator(o: any): any; +export declare function __asyncValues(o: any): any; +export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; +export declare function __importStar(mod: T): T; +export declare function __importDefault(mod: T): T | { default: T }; +export declare function __classPrivateFieldGet(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V; +export declare function __classPrivateFieldSet(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V; +export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void; \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html new file mode 100644 index 000000000..b122e41b0 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js new file mode 100644 index 000000000..7fdec0254 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js @@ -0,0 +1,218 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export function __createBinding(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +} + +export function __exportStar(m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +}; + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result.default = mod; + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); +} + +export function __classPrivateFieldSet(receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; +} diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html new file mode 100644 index 000000000..44c9ba51e --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js new file mode 100644 index 000000000..fbce0186f --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js @@ -0,0 +1,284 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global global, define, System, Reflect, Promise */ +var __extends; +var __assign; +var __rest; +var __decorate; +var __param; +var __metadata; +var __awaiter; +var __generator; +var __exportStar; +var __values; +var __read; +var __spread; +var __spreadArrays; +var __await; +var __asyncGenerator; +var __asyncDelegator; +var __asyncValues; +var __makeTemplateObject; +var __importStar; +var __importDefault; +var __classPrivateFieldGet; +var __classPrivateFieldSet; +var __createBinding; +(function (factory) { + var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {}; + if (typeof define === "function" && define.amd) { + define("tslib", ["exports"], function (exports) { factory(createExporter(root, createExporter(exports))); }); + } + else if (typeof module === "object" && typeof module.exports === "object") { + factory(createExporter(root, createExporter(module.exports))); + } + else { + factory(createExporter(root)); + } + function createExporter(exports, previous) { + if (exports !== root) { + if (typeof Object.create === "function") { + Object.defineProperty(exports, "__esModule", { value: true }); + } + else { + exports.__esModule = true; + } + } + return function (id, v) { return exports[id] = previous ? previous(id, v) : v; }; + } +}) +(function (exporter) { + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + + __extends = function (d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; + + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + }; + + __rest = function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; + }; + + __decorate = function (decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; + }; + + __param = function (paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } + }; + + __metadata = function (metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); + }; + + __awaiter = function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; + + __generator = function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } + }; + + __createBinding = function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; + }; + + __exportStar = function (m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; + }; + + __values = function (o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); + }; + + __read = function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; + }; + + __spread = function () { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; + }; + + __spreadArrays = function () { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; + }; + + __await = function (v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); + }; + + __asyncGenerator = function (thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } + }; + + __asyncDelegator = function (o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } + }; + + __asyncValues = function (o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } + }; + + __makeTemplateObject = function (cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; + }; + + __importStar = function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; + }; + + __importDefault = function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; + }; + + __classPrivateFieldGet = function (receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); + }; + + __classPrivateFieldSet = function (receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; + }; + + exporter("__extends", __extends); + exporter("__assign", __assign); + exporter("__rest", __rest); + exporter("__decorate", __decorate); + exporter("__param", __param); + exporter("__metadata", __metadata); + exporter("__awaiter", __awaiter); + exporter("__generator", __generator); + exporter("__exportStar", __exportStar); + exporter("__createBinding", __createBinding); + exporter("__values", __values); + exporter("__read", __read); + exporter("__spread", __spread); + exporter("__spreadArrays", __spreadArrays); + exporter("__await", __await); + exporter("__asyncGenerator", __asyncGenerator); + exporter("__asyncDelegator", __asyncDelegator); + exporter("__asyncValues", __asyncValues); + exporter("__makeTemplateObject", __makeTemplateObject); + exporter("__importStar", __importStar); + exporter("__importDefault", __importDefault); + exporter("__classPrivateFieldGet", __classPrivateFieldGet); + exporter("__classPrivateFieldSet", __classPrivateFieldSet); +}); diff --git a/node_modules/@aws-crypto/ie11-detection/package.json b/node_modules/@aws-crypto/ie11-detection/package.json new file mode 100644 index 000000000..f8049e778 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/package.json @@ -0,0 +1,26 @@ +{ + "name": "@aws-crypto/ie11-detection", + "version": "2.0.2", + "description": "Provides functions and types for detecting if the host environment is IE11", + "scripts": { + "pretest": "tsc -p tsconfig.json", + "test": "mocha --require ts-node/register test/**/*test.ts" + }, + "repository": { + "type": "git", + "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" + }, + "author": { + "name": "AWS Crypto Tools Team", + "email": "aws-cryptools@amazon.com", + "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" + }, + "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/ie11-detection", + "license": "Apache-2.0", + "main": "./build/index.js", + "types": "./build/index.d.ts", + "dependencies": { + "tslib": "^1.11.1" + }, + "gitHead": "5d1db32bb75010cbe38ff8dda9c560cdbb7ec578" +} diff --git a/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts b/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts new file mode 100644 index 000000000..528024b92 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts @@ -0,0 +1,21 @@ +import { Key } from "./Key"; + +/** + * Represents a cryptographic operation that has been instantiated but not + * necessarily fed all data or finalized. + * + * @see https://msdn.microsoft.com/en-us/library/dn280996(v=vs.85).aspx + */ +export interface CryptoOperation { + readonly algorithm: string; + readonly key: Key; + onabort: (event: Event) => void; + oncomplete: (event: Event) => void; + onerror: (event: Event) => void; + onprogress: (event: Event) => void; + readonly result: ArrayBuffer | undefined; + + abort(): void; + finish(): void; + process(buffer: ArrayBufferView): void; +} diff --git a/node_modules/@aws-crypto/ie11-detection/src/Key.ts b/node_modules/@aws-crypto/ie11-detection/src/Key.ts new file mode 100644 index 000000000..46d171fb4 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/src/Key.ts @@ -0,0 +1,12 @@ +/** + * The result of a successful KeyOperation. + * + * @see {KeyOperation} + * @see https://msdn.microsoft.com/en-us/library/dn302313(v=vs.85).aspx + */ +export interface Key { + readonly algorithm: string; + readonly extractable: boolean; + readonly keyUsage: Array; + readonly type: string; +} diff --git a/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts b/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts new file mode 100644 index 000000000..87b61fbf2 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts @@ -0,0 +1,13 @@ +import { Key } from "./Key"; + +/** + * Represents the return of a key-related operation that may or may not have + * been completed. + * + * @see https://msdn.microsoft.com/en-us/library/dn302314(v=vs.85).aspx + */ +export interface KeyOperation { + oncomplete: (event: Event) => void; + onerror: (event: Event) => void; + readonly result: Key | undefined; +} diff --git a/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts b/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts new file mode 100644 index 000000000..9d1d656d9 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts @@ -0,0 +1,88 @@ +import { CryptoOperation } from "./CryptoOperation"; +import { Key } from "./Key"; +import { KeyOperation } from "./KeyOperation"; + +export type KeyUsage = + | "encrypt" + | "decrypt" + | "sign" + | "verify" + | "derive" + | "wrapKey" + | "unwrapKey" + | "importKey"; + +export type EncryptionOrVerificationAlgorithm = "RSAES-PKCS1-v1_5"; +export type Ie11EncryptionAlgorithm = + | "AES-CBC" + | "AES-GCM" + | "RSA-OAEP" + | EncryptionOrVerificationAlgorithm; +export type Ie11DigestAlgorithm = "SHA-1" | "SHA-256" | "SHA-384"; + +export interface HashAlgorithm { + name: Ie11DigestAlgorithm; +} + +export interface HmacAlgorithm { + name: "HMAC"; + hash: HashAlgorithm; +} + +export type SigningAlgorithm = HmacAlgorithm; + +/** + * Represent ths SubtleCrypto interface as implemented in Internet Explorer 11. + * This implementation was based on an earlier version of the WebCrypto API and + * differs from the `window.crypto.subtle` object exposed in Chrome, Safari, + * Firefox, and MS Edge. + * + * @see https://msdn.microsoft.com/en-us/library/dn302325(v=vs.85).aspx + */ +export interface MsSubtleCrypto { + decrypt( + algorithm: Ie11EncryptionAlgorithm, + key: Key, + buffer?: ArrayBufferView + ): CryptoOperation; + + digest( + algorithm: Ie11DigestAlgorithm, + buffer?: ArrayBufferView + ): CryptoOperation; + + encrypt( + algorithm: Ie11EncryptionAlgorithm, + key: Key, + buffer?: ArrayBufferView + ): CryptoOperation; + + exportKey(format: string, key: Key): KeyOperation; + + generateKey( + algorithm: SigningAlgorithm | Ie11EncryptionAlgorithm, + extractable?: boolean, + keyUsages?: Array + ): KeyOperation; + + importKey( + format: string, + keyData: ArrayBufferView, + algorithm: any, + extractable?: boolean, + keyUsages?: Array + ): KeyOperation; + + sign( + algorithm: SigningAlgorithm, + key: Key, + buffer?: ArrayBufferView + ): CryptoOperation; + + verify( + algorithm: SigningAlgorithm | EncryptionOrVerificationAlgorithm, + key: Key, + signature: ArrayBufferView, + buffer?: ArrayBufferView + ): CryptoOperation; +} diff --git a/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts b/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts new file mode 100644 index 000000000..0510cfe7f --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts @@ -0,0 +1,59 @@ +import { MsSubtleCrypto } from "./MsSubtleCrypto"; + +type SubtleCryptoMethod = + | "decrypt" + | "digest" + | "encrypt" + | "exportKey" + | "generateKey" + | "importKey" + | "sign" + | "verify"; + +const msSubtleCryptoMethods: Array = [ + "decrypt", + "digest", + "encrypt", + "exportKey", + "generateKey", + "importKey", + "sign", + "verify" +]; + +/** + * The value accessible as `window.msCrypto` in Internet Explorer 11. + */ +export interface MsCrypto { + getRandomValues: (toFill: Uint8Array) => void; + subtle: MsSubtleCrypto; +} + +/** + * The `window` object in Internet Explorer 11. This interface does not + * exhaustively document the prefixed features of `window` in IE11. + */ +export interface MsWindow extends Window { + MSInputMethodContext: any; + msCrypto: MsCrypto; +} + +function quacksLikeAnMsWindow(window: Window): window is MsWindow { + return "MSInputMethodContext" in window && "msCrypto" in window; +} + +/** + * Determines if the provided window is (or is like) the window object one would + * expect to encounter in Internet Explorer 11. + */ +export function isMsWindow(window: Window): window is MsWindow { + if (quacksLikeAnMsWindow(window) && window.msCrypto.subtle !== undefined) { + const { getRandomValues, subtle } = window.msCrypto; + return msSubtleCryptoMethods + .map(methodName => subtle[methodName]) + .concat(getRandomValues) + .every(method => typeof method === "function"); + } + + return false; +} diff --git a/node_modules/@aws-crypto/ie11-detection/src/index.ts b/node_modules/@aws-crypto/ie11-detection/src/index.ts new file mode 100644 index 000000000..1e8c5e355 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/src/index.ts @@ -0,0 +1,5 @@ +export * from "./CryptoOperation"; +export * from "./Key"; +export * from "./KeyOperation"; +export * from "./MsSubtleCrypto"; +export * from "./MsWindow"; diff --git a/node_modules/@aws-crypto/ie11-detection/tsconfig.json b/node_modules/@aws-crypto/ie11-detection/tsconfig.json new file mode 100644 index 000000000..501a62f80 --- /dev/null +++ b/node_modules/@aws-crypto/ie11-detection/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es5", + "lib": ["dom", "es5", "es2015.collection"], + "strict": true, + "sourceMap": true, + "declaration": true, + "stripInternal": true, + "rootDir": "./src", + "outDir": "./build", + "importHelpers": true, + "noEmitHelpers": true + }, + "include": ["src/**/*.ts"], + "exclude": ["node_modules/**"] +} diff --git a/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md b/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md new file mode 100644 index 000000000..48b9bd1d6 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md @@ -0,0 +1,112 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25) + +**Note:** Version bump only for package @aws-crypto/sha256-browser + + + + + +## [1.2.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.1...v1.2.2) (2021-10-12) + +**Note:** Version bump only for package @aws-crypto/sha256-browser + + + + + +## [1.2.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.0...v1.2.1) (2021-09-17) + +**Note:** Version bump only for package @aws-crypto/sha256-browser + + + + + +# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17) + + +### Features + +* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9)) + + + + + +## [1.1.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@1.1.0...@aws-crypto/sha256-browser@1.1.1) (2021-07-13) + + +### Bug Fixes + +* **sha256-browser:** throw errors not string ([#194](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/194)) ([7fa7ac4](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/7fa7ac445ef7a04dfb1ff479e7114aba045b2b2c)) + + + + + +# [1.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@1.0.0...@aws-crypto/sha256-browser@1.1.0) (2021-01-13) + + +### Bug Fixes + +* remove package lock ([6002a5a](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6002a5ab9218dc8798c19dc205d3eebd3bec5b43)) +* **aws-crypto:** export explicit dependencies on [@aws-types](https://github.com/aws-types) ([6a1873a](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6a1873a4dcc2aaa4a1338595703cfa7099f17b8c)) +* **deps-dev:** move @aws-sdk/types to devDependencies ([#188](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/188)) ([08efdf4](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/08efdf46dcc612d88c441e29945d787f253ee77d)) + + + + + +# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@1.0.0-alpha.0...@aws-crypto/sha256-browser@1.0.0) (2020-10-22) + +**Note:** Version bump only for package @aws-crypto/sha256-browser + + + + + +# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@0.1.0-preview.4...@aws-crypto/sha256-browser@1.0.0-alpha.0) (2020-02-07) + +**Note:** Version bump only for package @aws-crypto/sha256-browser + + + + + +# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@0.1.0-preview.2...@aws-crypto/sha256-browser@0.1.0-preview.4) (2020-01-16) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* es2015.iterable required ([#10](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/10)) ([6e08d83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6e08d83c33667ad8cbeeaaa7cedf1bbe05f79ed8)) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-browser@0.1.0-preview.2...@aws-crypto/sha256-browser@0.1.0-preview.3) (2019-11-15) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* es2015.iterable required ([#10](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/10)) ([6e08d83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6e08d83c33667ad8cbeeaaa7cedf1bbe05f79ed8)) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/sha256-browser@0.1.0-preview.1...@aws-crypto/sha256-browser@0.1.0-preview.2) (2019-10-30) + + +### Bug Fixes + +* remove /src/ from .npmignore (for sourcemaps) ([#5](https://github.com/aws/aws-javascript-crypto-helpers/issues/5)) ([ec52056](https://github.com/aws/aws-javascript-crypto-helpers/commit/ec52056)) diff --git a/node_modules/@aws-crypto/sha256-browser/LICENSE b/node_modules/@aws-crypto/sha256-browser/LICENSE new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-crypto/sha256-browser/README.md b/node_modules/@aws-crypto/sha256-browser/README.md new file mode 100644 index 000000000..76d4b6156 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/README.md @@ -0,0 +1,20 @@ +# @aws-crypto/sha256-browser + +SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will +fall back to a pure JS implementation in @aws-crypto/sha256-js +to provide a consistent interface for SHA256. + +## Usage + +``` +import {Sha256} from '@aws-crypto/sha256-browser' + +const hash = new Sha256(); +hash.update('some data'); +const result = await hash.digest(); + +``` + +## Test + +`npm test` diff --git a/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts b/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts new file mode 100644 index 000000000..fe8def75f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts @@ -0,0 +1,10 @@ +export declare const SHA_256_HASH: { + name: "SHA-256"; +}; +export declare const SHA_256_HMAC_ALGO: { + name: "HMAC"; + hash: { + name: "SHA-256"; + }; +}; +export declare const EMPTY_DATA_SHA_256: Uint8Array; diff --git a/node_modules/@aws-crypto/sha256-browser/build/constants.js b/node_modules/@aws-crypto/sha256-browser/build/constants.js new file mode 100644 index 000000000..784fe19dc --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/constants.js @@ -0,0 +1,43 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.EMPTY_DATA_SHA_256 = exports.SHA_256_HMAC_ALGO = exports.SHA_256_HASH = void 0; +exports.SHA_256_HASH = { name: "SHA-256" }; +exports.SHA_256_HMAC_ALGO = { + name: "HMAC", + hash: exports.SHA_256_HASH +}; +exports.EMPTY_DATA_SHA_256 = new Uint8Array([ + 227, + 176, + 196, + 66, + 152, + 252, + 28, + 20, + 154, + 251, + 244, + 200, + 153, + 111, + 185, + 36, + 39, + 174, + 65, + 228, + 100, + 155, + 147, + 76, + 164, + 149, + 153, + 27, + 120, + 82, + 184, + 85 +]); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBYSxRQUFBLFlBQVksR0FBd0IsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLENBQUM7QUFFeEQsUUFBQSxpQkFBaUIsR0FBZ0Q7SUFDNUUsSUFBSSxFQUFFLE1BQU07SUFDWixJQUFJLEVBQUUsb0JBQVk7Q0FDbkIsQ0FBQztBQUVXLFFBQUEsa0JBQWtCLEdBQUcsSUFBSSxVQUFVLENBQUM7SUFDL0MsR0FBRztJQUNILEdBQUc7SUFDSCxHQUFHO0lBQ0gsRUFBRTtJQUNGLEdBQUc7SUFDSCxHQUFHO0lBQ0gsRUFBRTtJQUNGLEVBQUU7SUFDRixHQUFHO0lBQ0gsR0FBRztJQUNILEdBQUc7SUFDSCxHQUFHO0lBQ0gsR0FBRztJQUNILEdBQUc7SUFDSCxHQUFHO0lBQ0gsRUFBRTtJQUNGLEVBQUU7SUFDRixHQUFHO0lBQ0gsRUFBRTtJQUNGLEdBQUc7SUFDSCxHQUFHO0lBQ0gsR0FBRztJQUNILEdBQUc7SUFDSCxFQUFFO0lBQ0YsR0FBRztJQUNILEdBQUc7SUFDSCxHQUFHO0lBQ0gsRUFBRTtJQUNGLEdBQUc7SUFDSCxFQUFFO0lBQ0YsR0FBRztJQUNILEVBQUU7Q0FDSCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgU0hBXzI1Nl9IQVNIOiB7IG5hbWU6IFwiU0hBLTI1NlwiIH0gPSB7IG5hbWU6IFwiU0hBLTI1NlwiIH07XG5cbmV4cG9ydCBjb25zdCBTSEFfMjU2X0hNQUNfQUxHTzogeyBuYW1lOiBcIkhNQUNcIjsgaGFzaDogeyBuYW1lOiBcIlNIQS0yNTZcIiB9IH0gPSB7XG4gIG5hbWU6IFwiSE1BQ1wiLFxuICBoYXNoOiBTSEFfMjU2X0hBU0hcbn07XG5cbmV4cG9ydCBjb25zdCBFTVBUWV9EQVRBX1NIQV8yNTYgPSBuZXcgVWludDhBcnJheShbXG4gIDIyNyxcbiAgMTc2LFxuICAxOTYsXG4gIDY2LFxuICAxNTIsXG4gIDI1MixcbiAgMjgsXG4gIDIwLFxuICAxNTQsXG4gIDI1MSxcbiAgMjQ0LFxuICAyMDAsXG4gIDE1MyxcbiAgMTExLFxuICAxODUsXG4gIDM2LFxuICAzOSxcbiAgMTc0LFxuICA2NSxcbiAgMjI4LFxuICAxMDAsXG4gIDE1NSxcbiAgMTQ3LFxuICA3NixcbiAgMTY0LFxuICAxNDksXG4gIDE1MyxcbiAgMjcsXG4gIDEyMCxcbiAgODIsXG4gIDE4NCxcbiAgODVcbl0pO1xuIl19 \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts b/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts new file mode 100644 index 000000000..4a234df0e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts @@ -0,0 +1,7 @@ +import { Hash, SourceData } from "@aws-sdk/types"; +export declare class Sha256 implements Hash { + private readonly hash; + constructor(secret?: SourceData); + update(data: SourceData, encoding?: "utf8" | "ascii" | "latin1"): void; + digest(): Promise; +} diff --git a/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js b/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js new file mode 100644 index 000000000..b489064bd --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js @@ -0,0 +1,31 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Sha256 = void 0; +var ie11Sha256_1 = require("./ie11Sha256"); +var webCryptoSha256_1 = require("./webCryptoSha256"); +var sha256_js_1 = require("@aws-crypto/sha256-js"); +var supports_web_crypto_1 = require("@aws-crypto/supports-web-crypto"); +var ie11_detection_1 = require("@aws-crypto/ie11-detection"); +var util_locate_window_1 = require("@aws-sdk/util-locate-window"); +var Sha256 = /** @class */ (function () { + function Sha256(secret) { + if ((0, supports_web_crypto_1.supportsWebCrypto)((0, util_locate_window_1.locateWindow)())) { + this.hash = new webCryptoSha256_1.Sha256(secret); + } + else if ((0, ie11_detection_1.isMsWindow)((0, util_locate_window_1.locateWindow)())) { + this.hash = new ie11Sha256_1.Sha256(secret); + } + else { + this.hash = new sha256_js_1.Sha256(secret); + } + } + Sha256.prototype.update = function (data, encoding) { + this.hash.update(data, encoding); + }; + Sha256.prototype.digest = function () { + return this.hash.digest(); + }; + return Sha256; +}()); +exports.Sha256 = Sha256; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3Jvc3NQbGF0Zm9ybVNoYTI1Ni5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9jcm9zc1BsYXRmb3JtU2hhMjU2LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDJDQUFvRDtBQUNwRCxxREFBOEQ7QUFDOUQsbURBQTJEO0FBRTNELHVFQUFvRTtBQUNwRSw2REFBd0Q7QUFDeEQsa0VBQTJEO0FBRTNEO0lBR0UsZ0JBQVksTUFBbUI7UUFDN0IsSUFBSSxJQUFBLHVDQUFpQixFQUFDLElBQUEsaUNBQVksR0FBRSxDQUFDLEVBQUU7WUFDckMsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLHdCQUFlLENBQUMsTUFBTSxDQUFDLENBQUM7U0FDekM7YUFBTSxJQUFJLElBQUEsMkJBQVUsRUFBQyxJQUFBLGlDQUFZLEdBQUUsQ0FBQyxFQUFFO1lBQ3JDLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxtQkFBVSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1NBQ3BDO2FBQU07WUFDTCxJQUFJLENBQUMsSUFBSSxHQUFHLElBQUksa0JBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQztTQUNsQztJQUNILENBQUM7SUFFRCx1QkFBTSxHQUFOLFVBQU8sSUFBZ0IsRUFBRSxRQUFzQztRQUM3RCxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsUUFBUSxDQUFDLENBQUM7SUFDbkMsQ0FBQztJQUVELHVCQUFNLEdBQU47UUFDRSxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDNUIsQ0FBQztJQUNILGFBQUM7QUFBRCxDQUFDLEFBcEJELElBb0JDO0FBcEJZLHdCQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU2hhMjU2IGFzIEllMTFTaGEyNTYgfSBmcm9tIFwiLi9pZTExU2hhMjU2XCI7XG5pbXBvcnQgeyBTaGEyNTYgYXMgV2ViQ3J5cHRvU2hhMjU2IH0gZnJvbSBcIi4vd2ViQ3J5cHRvU2hhMjU2XCI7XG5pbXBvcnQgeyBTaGEyNTYgYXMgSnNTaGEyNTYgfSBmcm9tIFwiQGF3cy1jcnlwdG8vc2hhMjU2LWpzXCI7XG5pbXBvcnQgeyBIYXNoLCBTb3VyY2VEYXRhIH0gZnJvbSBcIkBhd3Mtc2RrL3R5cGVzXCI7XG5pbXBvcnQgeyBzdXBwb3J0c1dlYkNyeXB0byB9IGZyb20gXCJAYXdzLWNyeXB0by9zdXBwb3J0cy13ZWItY3J5cHRvXCI7XG5pbXBvcnQgeyBpc01zV2luZG93IH0gZnJvbSBcIkBhd3MtY3J5cHRvL2llMTEtZGV0ZWN0aW9uXCI7XG5pbXBvcnQgeyBsb2NhdGVXaW5kb3cgfSBmcm9tIFwiQGF3cy1zZGsvdXRpbC1sb2NhdGUtd2luZG93XCI7XG5cbmV4cG9ydCBjbGFzcyBTaGEyNTYgaW1wbGVtZW50cyBIYXNoIHtcbiAgcHJpdmF0ZSByZWFkb25seSBoYXNoOiBIYXNoO1xuXG4gIGNvbnN0cnVjdG9yKHNlY3JldD86IFNvdXJjZURhdGEpIHtcbiAgICBpZiAoc3VwcG9ydHNXZWJDcnlwdG8obG9jYXRlV2luZG93KCkpKSB7XG4gICAgICB0aGlzLmhhc2ggPSBuZXcgV2ViQ3J5cHRvU2hhMjU2KHNlY3JldCk7XG4gICAgfSBlbHNlIGlmIChpc01zV2luZG93KGxvY2F0ZVdpbmRvdygpKSkge1xuICAgICAgdGhpcy5oYXNoID0gbmV3IEllMTFTaGEyNTYoc2VjcmV0KTtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5oYXNoID0gbmV3IEpzU2hhMjU2KHNlY3JldCk7XG4gICAgfVxuICB9XG5cbiAgdXBkYXRlKGRhdGE6IFNvdXJjZURhdGEsIGVuY29kaW5nPzogXCJ1dGY4XCIgfCBcImFzY2lpXCIgfCBcImxhdGluMVwiKTogdm9pZCB7XG4gICAgdGhpcy5oYXNoLnVwZGF0ZShkYXRhLCBlbmNvZGluZyk7XG4gIH1cblxuICBkaWdlc3QoKTogUHJvbWlzZTxVaW50OEFycmF5PiB7XG4gICAgcmV0dXJuIHRoaXMuaGFzaC5kaWdlc3QoKTtcbiAgfVxufVxuIl19 \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts b/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts new file mode 100644 index 000000000..771dd1677 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts @@ -0,0 +1,7 @@ +import { Hash, SourceData } from "@aws-sdk/types"; +export declare class Sha256 implements Hash { + private operation; + constructor(secret?: SourceData); + update(toHash: SourceData): void; + digest(): Promise; +} diff --git a/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js b/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js new file mode 100644 index 000000000..607900aa0 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js @@ -0,0 +1,76 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Sha256 = void 0; +var isEmptyData_1 = require("./isEmptyData"); +var constants_1 = require("./constants"); +var util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser"); +var util_locate_window_1 = require("@aws-sdk/util-locate-window"); +var Sha256 = /** @class */ (function () { + function Sha256(secret) { + if (secret) { + this.operation = getKeyPromise(secret).then(function (keyData) { + return (0, util_locate_window_1.locateWindow)().msCrypto.subtle.sign(constants_1.SHA_256_HMAC_ALGO, keyData); + }); + this.operation.catch(function () { }); + } + else { + this.operation = Promise.resolve((0, util_locate_window_1.locateWindow)().msCrypto.subtle.digest("SHA-256")); + } + } + Sha256.prototype.update = function (toHash) { + var _this = this; + if ((0, isEmptyData_1.isEmptyData)(toHash)) { + return; + } + this.operation = this.operation.then(function (operation) { + operation.onerror = function () { + _this.operation = Promise.reject(new Error("Error encountered updating hash")); + }; + operation.process(toArrayBufferView(toHash)); + return operation; + }); + this.operation.catch(function () { }); + }; + Sha256.prototype.digest = function () { + return this.operation.then(function (operation) { + return new Promise(function (resolve, reject) { + operation.onerror = function () { + reject(new Error("Error encountered finalizing hash")); + }; + operation.oncomplete = function () { + if (operation.result) { + resolve(new Uint8Array(operation.result)); + } + reject(new Error("Error encountered finalizing hash")); + }; + operation.finish(); + }); + }); + }; + return Sha256; +}()); +exports.Sha256 = Sha256; +function getKeyPromise(secret) { + return new Promise(function (resolve, reject) { + var keyOperation = (0, util_locate_window_1.locateWindow)().msCrypto.subtle.importKey("raw", toArrayBufferView(secret), constants_1.SHA_256_HMAC_ALGO, false, ["sign"]); + keyOperation.oncomplete = function () { + if (keyOperation.result) { + resolve(keyOperation.result); + } + reject(new Error("ImportKey completed without importing key.")); + }; + keyOperation.onerror = function () { + reject(new Error("ImportKey failed to import key.")); + }; + }); +} +function toArrayBufferView(data) { + if (typeof data === "string") { + return (0, util_utf8_browser_1.fromUtf8)(data); + } + if (ArrayBuffer.isView(data)) { + return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT); + } + return new Uint8Array(data); +} +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWUxMVNoYTI1Ni5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9pZTExU2hhMjU2LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDZDQUE0QztBQUM1Qyx5Q0FBZ0Q7QUFFaEQsZ0VBQXNEO0FBRXRELGtFQUEyRDtBQUUzRDtJQUdFLGdCQUFZLE1BQW1CO1FBQzdCLElBQUksTUFBTSxFQUFFO1lBQ1YsSUFBSSxDQUFDLFNBQVMsR0FBRyxhQUFhLENBQUMsTUFBTSxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQUEsT0FBTztnQkFDakQsT0FBQyxJQUFBLGlDQUFZLEdBQWUsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDL0MsNkJBQWlCLEVBQ2pCLE9BQU8sQ0FDUjtZQUhELENBR0MsQ0FDRixDQUFDO1lBQ0YsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsY0FBTyxDQUFDLENBQUMsQ0FBQztTQUNoQzthQUFNO1lBQ0wsSUFBSSxDQUFDLFNBQVMsR0FBRyxPQUFPLENBQUMsT0FBTyxDQUM3QixJQUFBLGlDQUFZLEdBQWUsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsQ0FDL0QsQ0FBQztTQUNIO0lBQ0gsQ0FBQztJQUVELHVCQUFNLEdBQU4sVUFBTyxNQUFrQjtRQUF6QixpQkFnQkM7UUFmQyxJQUFJLElBQUEseUJBQVcsRUFBQyxNQUFNLENBQUMsRUFBRTtZQUN2QixPQUFPO1NBQ1I7UUFFRCxJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLFVBQUEsU0FBUztZQUM1QyxTQUFTLENBQUMsT0FBTyxHQUFHO2dCQUNsQixLQUFJLENBQUMsU0FBUyxHQUFHLE9BQU8sQ0FBQyxNQUFNLENBQzdCLElBQUksS0FBSyxDQUFDLGlDQUFpQyxDQUFDLENBQzdDLENBQUM7WUFDSixDQUFDLENBQUM7WUFDRixTQUFTLENBQUMsT0FBTyxDQUFDLGlCQUFpQixDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7WUFFN0MsT0FBTyxTQUFTLENBQUM7UUFDbkIsQ0FBQyxDQUFDLENBQUM7UUFDSCxJQUFJLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxjQUFPLENBQUMsQ0FBQyxDQUFDO0lBQ2pDLENBQUM7SUFFRCx1QkFBTSxHQUFOO1FBQ0UsT0FBTyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FDeEIsVUFBQSxTQUFTO1lBQ1AsT0FBQSxJQUFJLE9BQU8sQ0FBQyxVQUFDLE9BQU8sRUFBRSxNQUFNO2dCQUMxQixTQUFTLENBQUMsT0FBTyxHQUFHO29CQUNsQixNQUFNLENBQUMsSUFBSSxLQUFLLENBQUMsbUNBQW1DLENBQUMsQ0FBQyxDQUFDO2dCQUN6RCxDQUFDLENBQUM7Z0JBQ0YsU0FBUyxDQUFDLFVBQVUsR0FBRztvQkFDckIsSUFBSSxTQUFTLENBQUMsTUFBTSxFQUFFO3dCQUNwQixPQUFPLENBQUMsSUFBSSxVQUFVLENBQUMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7cUJBQzNDO29CQUNELE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDLENBQUM7Z0JBQ3pELENBQUMsQ0FBQztnQkFFRixTQUFTLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDckIsQ0FBQyxDQUFDO1FBWkYsQ0FZRSxDQUNMLENBQUM7SUFDSixDQUFDO0lBQ0gsYUFBQztBQUFELENBQUMsQUF2REQsSUF1REM7QUF2RFksd0JBQU07QUF5RG5CLFNBQVMsYUFBYSxDQUFDLE1BQWtCO0lBQ3ZDLE9BQU8sSUFBSSxPQUFPLENBQUMsVUFBQyxPQUFPLEVBQUUsTUFBTTtRQUNqQyxJQUFNLFlBQVksR0FBSSxJQUFBLGlDQUFZLEdBQWUsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FDekUsS0FBSyxFQUNMLGlCQUFpQixDQUFDLE1BQU0sQ0FBQyxFQUN6Qiw2QkFBaUIsRUFDakIsS0FBSyxFQUNMLENBQUMsTUFBTSxDQUFDLENBQ1QsQ0FBQztRQUVGLFlBQVksQ0FBQyxVQUFVLEdBQUc7WUFDeEIsSUFBSSxZQUFZLENBQUMsTUFBTSxFQUFFO2dCQUN2QixPQUFPLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxDQUFDO2FBQzlCO1lBRUQsTUFBTSxDQUFDLElBQUksS0FBSyxDQUFDLDRDQUE0QyxDQUFDLENBQUMsQ0FBQztRQUNsRSxDQUFDLENBQUM7UUFDRixZQUFZLENBQUMsT0FBTyxHQUFHO1lBQ3JCLE1BQU0sQ0FBQyxJQUFJLEtBQUssQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDLENBQUM7UUFDdkQsQ0FBQyxDQUFDO0lBQ0osQ0FBQyxDQUFDLENBQUM7QUFDTCxDQUFDO0FBRUQsU0FBUyxpQkFBaUIsQ0FBQyxJQUFnQjtJQUN6QyxJQUFJLE9BQU8sSUFBSSxLQUFLLFFBQVEsRUFBRTtRQUM1QixPQUFPLElBQUEsNEJBQVEsRUFBQyxJQUFJLENBQUMsQ0FBQztLQUN2QjtJQUVELElBQUksV0FBVyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtRQUM1QixPQUFPLElBQUksVUFBVSxDQUNuQixJQUFJLENBQUMsTUFBTSxFQUNYLElBQUksQ0FBQyxVQUFVLEVBQ2YsSUFBSSxDQUFDLFVBQVUsR0FBRyxVQUFVLENBQUMsaUJBQWlCLENBQy9DLENBQUM7S0FDSDtJQUVELE9BQU8sSUFBSSxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUM7QUFDOUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGlzRW1wdHlEYXRhIH0gZnJvbSBcIi4vaXNFbXB0eURhdGFcIjtcbmltcG9ydCB7IFNIQV8yNTZfSE1BQ19BTEdPIH0gZnJvbSBcIi4vY29uc3RhbnRzXCI7XG5pbXBvcnQgeyBIYXNoLCBTb3VyY2VEYXRhIH0gZnJvbSBcIkBhd3Mtc2RrL3R5cGVzXCI7XG5pbXBvcnQgeyBmcm9tVXRmOCB9IGZyb20gXCJAYXdzLXNkay91dGlsLXV0ZjgtYnJvd3NlclwiO1xuaW1wb3J0IHsgQ3J5cHRvT3BlcmF0aW9uLCBLZXksIE1zV2luZG93IH0gZnJvbSBcIkBhd3MtY3J5cHRvL2llMTEtZGV0ZWN0aW9uXCI7XG5pbXBvcnQgeyBsb2NhdGVXaW5kb3cgfSBmcm9tIFwiQGF3cy1zZGsvdXRpbC1sb2NhdGUtd2luZG93XCI7XG5cbmV4cG9ydCBjbGFzcyBTaGEyNTYgaW1wbGVtZW50cyBIYXNoIHtcbiAgcHJpdmF0ZSBvcGVyYXRpb246IFByb21pc2U8Q3J5cHRvT3BlcmF0aW9uPjtcblxuICBjb25zdHJ1Y3RvcihzZWNyZXQ/OiBTb3VyY2VEYXRhKSB7XG4gICAgaWYgKHNlY3JldCkge1xuICAgICAgdGhpcy5vcGVyYXRpb24gPSBnZXRLZXlQcm9taXNlKHNlY3JldCkudGhlbihrZXlEYXRhID0+XG4gICAgICAgIChsb2NhdGVXaW5kb3coKSBhcyBNc1dpbmRvdykubXNDcnlwdG8uc3VidGxlLnNpZ24oXG4gICAgICAgICAgU0hBXzI1Nl9ITUFDX0FMR08sXG4gICAgICAgICAga2V5RGF0YVxuICAgICAgICApXG4gICAgICApO1xuICAgICAgdGhpcy5vcGVyYXRpb24uY2F0Y2goKCkgPT4ge30pO1xuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLm9wZXJhdGlvbiA9IFByb21pc2UucmVzb2x2ZShcbiAgICAgICAgKGxvY2F0ZVdpbmRvdygpIGFzIE1zV2luZG93KS5tc0NyeXB0by5zdWJ0bGUuZGlnZXN0KFwiU0hBLTI1NlwiKVxuICAgICAgKTtcbiAgICB9XG4gIH1cblxuICB1cGRhdGUodG9IYXNoOiBTb3VyY2VEYXRhKTogdm9pZCB7XG4gICAgaWYgKGlzRW1wdHlEYXRhKHRvSGFzaCkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICB0aGlzLm9wZXJhdGlvbiA9IHRoaXMub3BlcmF0aW9uLnRoZW4ob3BlcmF0aW9uID0+IHtcbiAgICAgIG9wZXJhdGlvbi5vbmVycm9yID0gKCkgPT4ge1xuICAgICAgICB0aGlzLm9wZXJhdGlvbiA9IFByb21pc2UucmVqZWN0KFxuICAgICAgICAgIG5ldyBFcnJvcihcIkVycm9yIGVuY291bnRlcmVkIHVwZGF0aW5nIGhhc2hcIilcbiAgICAgICAgKTtcbiAgICAgIH07XG4gICAgICBvcGVyYXRpb24ucHJvY2Vzcyh0b0FycmF5QnVmZmVyVmlldyh0b0hhc2gpKTtcblxuICAgICAgcmV0dXJuIG9wZXJhdGlvbjtcbiAgICB9KTtcbiAgICB0aGlzLm9wZXJhdGlvbi5jYXRjaCgoKSA9PiB7fSk7XG4gIH1cblxuICBkaWdlc3QoKTogUHJvbWlzZTxVaW50OEFycmF5PiB7XG4gICAgcmV0dXJuIHRoaXMub3BlcmF0aW9uLnRoZW48VWludDhBcnJheT4oXG4gICAgICBvcGVyYXRpb24gPT5cbiAgICAgICAgbmV3IFByb21pc2UoKHJlc29sdmUsIHJlamVjdCkgPT4ge1xuICAgICAgICAgIG9wZXJhdGlvbi5vbmVycm9yID0gKCkgPT4ge1xuICAgICAgICAgICAgcmVqZWN0KG5ldyBFcnJvcihcIkVycm9yIGVuY291bnRlcmVkIGZpbmFsaXppbmcgaGFzaFwiKSk7XG4gICAgICAgICAgfTtcbiAgICAgICAgICBvcGVyYXRpb24ub25jb21wbGV0ZSA9ICgpID0+IHtcbiAgICAgICAgICAgIGlmIChvcGVyYXRpb24ucmVzdWx0KSB7XG4gICAgICAgICAgICAgIHJlc29sdmUobmV3IFVpbnQ4QXJyYXkob3BlcmF0aW9uLnJlc3VsdCkpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmVqZWN0KG5ldyBFcnJvcihcIkVycm9yIGVuY291bnRlcmVkIGZpbmFsaXppbmcgaGFzaFwiKSk7XG4gICAgICAgICAgfTtcblxuICAgICAgICAgIG9wZXJhdGlvbi5maW5pc2goKTtcbiAgICAgICAgfSlcbiAgICApO1xuICB9XG59XG5cbmZ1bmN0aW9uIGdldEtleVByb21pc2Uoc2VjcmV0OiBTb3VyY2VEYXRhKTogUHJvbWlzZTxLZXk+IHtcbiAgcmV0dXJuIG5ldyBQcm9taXNlKChyZXNvbHZlLCByZWplY3QpID0+IHtcbiAgICBjb25zdCBrZXlPcGVyYXRpb24gPSAobG9jYXRlV2luZG93KCkgYXMgTXNXaW5kb3cpLm1zQ3J5cHRvLnN1YnRsZS5pbXBvcnRLZXkoXG4gICAgICBcInJhd1wiLFxuICAgICAgdG9BcnJheUJ1ZmZlclZpZXcoc2VjcmV0KSxcbiAgICAgIFNIQV8yNTZfSE1BQ19BTEdPLFxuICAgICAgZmFsc2UsXG4gICAgICBbXCJzaWduXCJdXG4gICAgKTtcblxuICAgIGtleU9wZXJhdGlvbi5vbmNvbXBsZXRlID0gKCkgPT4ge1xuICAgICAgaWYgKGtleU9wZXJhdGlvbi5yZXN1bHQpIHtcbiAgICAgICAgcmVzb2x2ZShrZXlPcGVyYXRpb24ucmVzdWx0KTtcbiAgICAgIH1cblxuICAgICAgcmVqZWN0KG5ldyBFcnJvcihcIkltcG9ydEtleSBjb21wbGV0ZWQgd2l0aG91dCBpbXBvcnRpbmcga2V5LlwiKSk7XG4gICAgfTtcbiAgICBrZXlPcGVyYXRpb24ub25lcnJvciA9ICgpID0+IHtcbiAgICAgIHJlamVjdChuZXcgRXJyb3IoXCJJbXBvcnRLZXkgZmFpbGVkIHRvIGltcG9ydCBrZXkuXCIpKTtcbiAgICB9O1xuICB9KTtcbn1cblxuZnVuY3Rpb24gdG9BcnJheUJ1ZmZlclZpZXcoZGF0YTogU291cmNlRGF0YSk6IFVpbnQ4QXJyYXkge1xuICBpZiAodHlwZW9mIGRhdGEgPT09IFwic3RyaW5nXCIpIHtcbiAgICByZXR1cm4gZnJvbVV0ZjgoZGF0YSk7XG4gIH1cblxuICBpZiAoQXJyYXlCdWZmZXIuaXNWaWV3KGRhdGEpKSB7XG4gICAgcmV0dXJuIG5ldyBVaW50OEFycmF5KFxuICAgICAgZGF0YS5idWZmZXIsXG4gICAgICBkYXRhLmJ5dGVPZmZzZXQsXG4gICAgICBkYXRhLmJ5dGVMZW5ndGggLyBVaW50OEFycmF5LkJZVEVTX1BFUl9FTEVNRU5UXG4gICAgKTtcbiAgfVxuXG4gIHJldHVybiBuZXcgVWludDhBcnJheShkYXRhKTtcbn1cbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/build/index.d.ts b/node_modules/@aws-crypto/sha256-browser/build/index.d.ts new file mode 100644 index 000000000..2e6617e76 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/index.d.ts @@ -0,0 +1,3 @@ +export * from "./crossPlatformSha256"; +export { Sha256 as Ie11Sha256 } from "./ie11Sha256"; +export { Sha256 as WebCryptoSha256 } from "./webCryptoSha256"; diff --git a/node_modules/@aws-crypto/sha256-browser/build/index.js b/node_modules/@aws-crypto/sha256-browser/build/index.js new file mode 100644 index 000000000..9ddbc579a --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/index.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.WebCryptoSha256 = exports.Ie11Sha256 = void 0; +var tslib_1 = require("tslib"); +(0, tslib_1.__exportStar)(require("./crossPlatformSha256"), exports); +var ie11Sha256_1 = require("./ie11Sha256"); +Object.defineProperty(exports, "Ie11Sha256", { enumerable: true, get: function () { return ie11Sha256_1.Sha256; } }); +var webCryptoSha256_1 = require("./webCryptoSha256"); +Object.defineProperty(exports, "WebCryptoSha256", { enumerable: true, get: function () { return webCryptoSha256_1.Sha256; } }); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLHFFQUFzQztBQUN0QywyQ0FBb0Q7QUFBM0Msd0dBQUEsTUFBTSxPQUFjO0FBQzdCLHFEQUE4RDtBQUFyRCxrSEFBQSxNQUFNLE9BQW1CIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vY3Jvc3NQbGF0Zm9ybVNoYTI1NlwiO1xuZXhwb3J0IHsgU2hhMjU2IGFzIEllMTFTaGEyNTYgfSBmcm9tIFwiLi9pZTExU2hhMjU2XCI7XG5leHBvcnQgeyBTaGEyNTYgYXMgV2ViQ3J5cHRvU2hhMjU2IH0gZnJvbSBcIi4vd2ViQ3J5cHRvU2hhMjU2XCI7XG4iXX0= \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts b/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts new file mode 100644 index 000000000..43ae4a7c4 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts @@ -0,0 +1,2 @@ +import { SourceData } from "@aws-sdk/types"; +export declare function isEmptyData(data: SourceData): boolean; diff --git a/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js b/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js new file mode 100644 index 000000000..3851aa77f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isEmptyData = void 0; +function isEmptyData(data) { + if (typeof data === "string") { + return data.length === 0; + } + return data.byteLength === 0; +} +exports.isEmptyData = isEmptyData; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXNFbXB0eURhdGEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaXNFbXB0eURhdGEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUEsU0FBZ0IsV0FBVyxDQUFDLElBQWdCO0lBQzFDLElBQUksT0FBTyxJQUFJLEtBQUssUUFBUSxFQUFFO1FBQzVCLE9BQU8sSUFBSSxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUM7S0FDMUI7SUFFRCxPQUFPLElBQUksQ0FBQyxVQUFVLEtBQUssQ0FBQyxDQUFDO0FBQy9CLENBQUM7QUFORCxrQ0FNQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFNvdXJjZURhdGEgfSBmcm9tIFwiQGF3cy1zZGsvdHlwZXNcIjtcblxuZXhwb3J0IGZ1bmN0aW9uIGlzRW1wdHlEYXRhKGRhdGE6IFNvdXJjZURhdGEpOiBib29sZWFuIHtcbiAgaWYgKHR5cGVvZiBkYXRhID09PSBcInN0cmluZ1wiKSB7XG4gICAgcmV0dXJuIGRhdGEubGVuZ3RoID09PSAwO1xuICB9XG5cbiAgcmV0dXJuIGRhdGEuYnl0ZUxlbmd0aCA9PT0gMDtcbn1cbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts b/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts new file mode 100644 index 000000000..f9b0b081e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts @@ -0,0 +1,8 @@ +import { Hash, SourceData } from "@aws-sdk/types"; +export declare class Sha256 implements Hash { + private readonly key; + private toHash; + constructor(secret?: SourceData); + update(data: SourceData): void; + digest(): Promise; +} diff --git a/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js b/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js new file mode 100644 index 000000000..6f29a131f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js @@ -0,0 +1,50 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Sha256 = void 0; +var util_1 = require("@aws-crypto/util"); +var constants_1 = require("./constants"); +var util_locate_window_1 = require("@aws-sdk/util-locate-window"); +var Sha256 = /** @class */ (function () { + function Sha256(secret) { + this.toHash = new Uint8Array(0); + if (secret !== void 0) { + this.key = new Promise(function (resolve, reject) { + (0, util_locate_window_1.locateWindow)() + .crypto.subtle.importKey("raw", (0, util_1.convertToBuffer)(secret), constants_1.SHA_256_HMAC_ALGO, false, ["sign"]) + .then(resolve, reject); + }); + this.key.catch(function () { }); + } + } + Sha256.prototype.update = function (data) { + if ((0, util_1.isEmptyData)(data)) { + return; + } + var update = (0, util_1.convertToBuffer)(data); + var typedArray = new Uint8Array(this.toHash.byteLength + update.byteLength); + typedArray.set(this.toHash, 0); + typedArray.set(update, this.toHash.byteLength); + this.toHash = typedArray; + }; + Sha256.prototype.digest = function () { + var _this = this; + if (this.key) { + return this.key.then(function (key) { + return (0, util_locate_window_1.locateWindow)() + .crypto.subtle.sign(constants_1.SHA_256_HMAC_ALGO, key, _this.toHash) + .then(function (data) { return new Uint8Array(data); }); + }); + } + if ((0, util_1.isEmptyData)(this.toHash)) { + return Promise.resolve(constants_1.EMPTY_DATA_SHA_256); + } + return Promise.resolve() + .then(function () { + return (0, util_locate_window_1.locateWindow)().crypto.subtle.digest(constants_1.SHA_256_HASH, _this.toHash); + }) + .then(function (data) { return Promise.resolve(new Uint8Array(data)); }); + }; + return Sha256; +}()); +exports.Sha256 = Sha256; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2ViQ3J5cHRvU2hhMjU2LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL3dlYkNyeXB0b1NoYTI1Ni50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFDQSx5Q0FBZ0U7QUFDaEUseUNBSXFCO0FBQ3JCLGtFQUEyRDtBQUUzRDtJQUlFLGdCQUFZLE1BQW1CO1FBRnZCLFdBQU0sR0FBZSxJQUFJLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUc3QyxJQUFJLE1BQU0sS0FBSyxLQUFLLENBQUMsRUFBRTtZQUNyQixJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksT0FBTyxDQUFDLFVBQUMsT0FBTyxFQUFFLE1BQU07Z0JBQ3JDLElBQUEsaUNBQVksR0FBRTtxQkFDWCxNQUFNLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FDdEIsS0FBSyxFQUNMLElBQUEsc0JBQWUsRUFBQyxNQUFNLENBQUMsRUFDdkIsNkJBQWlCLEVBQ2pCLEtBQUssRUFDTCxDQUFDLE1BQU0sQ0FBQyxDQUNUO3FCQUNBLElBQUksQ0FBQyxPQUFPLEVBQUUsTUFBTSxDQUFDLENBQUM7WUFDM0IsQ0FBQyxDQUFDLENBQUM7WUFDSCxJQUFJLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxjQUFPLENBQUMsQ0FBQyxDQUFDO1NBQzFCO0lBQ0gsQ0FBQztJQUVELHVCQUFNLEdBQU4sVUFBTyxJQUFnQjtRQUNyQixJQUFJLElBQUEsa0JBQVcsRUFBQyxJQUFJLENBQUMsRUFBRTtZQUNyQixPQUFPO1NBQ1I7UUFFRCxJQUFNLE1BQU0sR0FBRyxJQUFBLHNCQUFlLEVBQUMsSUFBSSxDQUFDLENBQUM7UUFDckMsSUFBTSxVQUFVLEdBQUcsSUFBSSxVQUFVLENBQy9CLElBQUksQ0FBQyxNQUFNLENBQUMsVUFBVSxHQUFHLE1BQU0sQ0FBQyxVQUFVLENBQzNDLENBQUM7UUFDRixVQUFVLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDL0IsVUFBVSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsSUFBSSxDQUFDLE1BQU0sQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUMvQyxJQUFJLENBQUMsTUFBTSxHQUFHLFVBQVUsQ0FBQztJQUMzQixDQUFDO0lBRUQsdUJBQU0sR0FBTjtRQUFBLGlCQWtCQztRQWpCQyxJQUFJLElBQUksQ0FBQyxHQUFHLEVBQUU7WUFDWixPQUFPLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLFVBQUMsR0FBRztnQkFDdkIsT0FBQSxJQUFBLGlDQUFZLEdBQUU7cUJBQ1gsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsNkJBQWlCLEVBQUUsR0FBRyxFQUFFLEtBQUksQ0FBQyxNQUFNLENBQUM7cUJBQ3ZELElBQUksQ0FBQyxVQUFDLElBQUksSUFBSyxPQUFBLElBQUksVUFBVSxDQUFDLElBQUksQ0FBQyxFQUFwQixDQUFvQixDQUFDO1lBRnZDLENBRXVDLENBQ3hDLENBQUM7U0FDSDtRQUVELElBQUksSUFBQSxrQkFBVyxFQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsRUFBRTtZQUM1QixPQUFPLE9BQU8sQ0FBQyxPQUFPLENBQUMsOEJBQWtCLENBQUMsQ0FBQztTQUM1QztRQUVELE9BQU8sT0FBTyxDQUFDLE9BQU8sRUFBRTthQUNyQixJQUFJLENBQUM7WUFDSixPQUFBLElBQUEsaUNBQVksR0FBRSxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLHdCQUFZLEVBQUUsS0FBSSxDQUFDLE1BQU0sQ0FBQztRQUE5RCxDQUE4RCxDQUMvRDthQUNBLElBQUksQ0FBQyxVQUFDLElBQUksSUFBSyxPQUFBLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUMsRUFBckMsQ0FBcUMsQ0FBQyxDQUFDO0lBQzNELENBQUM7SUFDSCxhQUFDO0FBQUQsQ0FBQyxBQXRERCxJQXNEQztBQXREWSx3QkFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEhhc2gsIFNvdXJjZURhdGEgfSBmcm9tIFwiQGF3cy1zZGsvdHlwZXNcIjtcbmltcG9ydCB7IGlzRW1wdHlEYXRhLCBjb252ZXJ0VG9CdWZmZXIgfSBmcm9tIFwiQGF3cy1jcnlwdG8vdXRpbFwiO1xuaW1wb3J0IHtcbiAgRU1QVFlfREFUQV9TSEFfMjU2LFxuICBTSEFfMjU2X0hBU0gsXG4gIFNIQV8yNTZfSE1BQ19BTEdPLFxufSBmcm9tIFwiLi9jb25zdGFudHNcIjtcbmltcG9ydCB7IGxvY2F0ZVdpbmRvdyB9IGZyb20gXCJAYXdzLXNkay91dGlsLWxvY2F0ZS13aW5kb3dcIjtcblxuZXhwb3J0IGNsYXNzIFNoYTI1NiBpbXBsZW1lbnRzIEhhc2gge1xuICBwcml2YXRlIHJlYWRvbmx5IGtleTogUHJvbWlzZTxDcnlwdG9LZXk+IHwgdW5kZWZpbmVkO1xuICBwcml2YXRlIHRvSGFzaDogVWludDhBcnJheSA9IG5ldyBVaW50OEFycmF5KDApO1xuXG4gIGNvbnN0cnVjdG9yKHNlY3JldD86IFNvdXJjZURhdGEpIHtcbiAgICBpZiAoc2VjcmV0ICE9PSB2b2lkIDApIHtcbiAgICAgIHRoaXMua2V5ID0gbmV3IFByb21pc2UoKHJlc29sdmUsIHJlamVjdCkgPT4ge1xuICAgICAgICBsb2NhdGVXaW5kb3coKVxuICAgICAgICAgIC5jcnlwdG8uc3VidGxlLmltcG9ydEtleShcbiAgICAgICAgICAgIFwicmF3XCIsXG4gICAgICAgICAgICBjb252ZXJ0VG9CdWZmZXIoc2VjcmV0KSxcbiAgICAgICAgICAgIFNIQV8yNTZfSE1BQ19BTEdPLFxuICAgICAgICAgICAgZmFsc2UsXG4gICAgICAgICAgICBbXCJzaWduXCJdXG4gICAgICAgICAgKVxuICAgICAgICAgIC50aGVuKHJlc29sdmUsIHJlamVjdCk7XG4gICAgICB9KTtcbiAgICAgIHRoaXMua2V5LmNhdGNoKCgpID0+IHt9KTtcbiAgICB9XG4gIH1cblxuICB1cGRhdGUoZGF0YTogU291cmNlRGF0YSk6IHZvaWQge1xuICAgIGlmIChpc0VtcHR5RGF0YShkYXRhKSkge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIGNvbnN0IHVwZGF0ZSA9IGNvbnZlcnRUb0J1ZmZlcihkYXRhKTtcbiAgICBjb25zdCB0eXBlZEFycmF5ID0gbmV3IFVpbnQ4QXJyYXkoXG4gICAgICB0aGlzLnRvSGFzaC5ieXRlTGVuZ3RoICsgdXBkYXRlLmJ5dGVMZW5ndGhcbiAgICApO1xuICAgIHR5cGVkQXJyYXkuc2V0KHRoaXMudG9IYXNoLCAwKTtcbiAgICB0eXBlZEFycmF5LnNldCh1cGRhdGUsIHRoaXMudG9IYXNoLmJ5dGVMZW5ndGgpO1xuICAgIHRoaXMudG9IYXNoID0gdHlwZWRBcnJheTtcbiAgfVxuXG4gIGRpZ2VzdCgpOiBQcm9taXNlPFVpbnQ4QXJyYXk+IHtcbiAgICBpZiAodGhpcy5rZXkpIHtcbiAgICAgIHJldHVybiB0aGlzLmtleS50aGVuKChrZXkpID0+XG4gICAgICAgIGxvY2F0ZVdpbmRvdygpXG4gICAgICAgICAgLmNyeXB0by5zdWJ0bGUuc2lnbihTSEFfMjU2X0hNQUNfQUxHTywga2V5LCB0aGlzLnRvSGFzaClcbiAgICAgICAgICAudGhlbigoZGF0YSkgPT4gbmV3IFVpbnQ4QXJyYXkoZGF0YSkpXG4gICAgICApO1xuICAgIH1cblxuICAgIGlmIChpc0VtcHR5RGF0YSh0aGlzLnRvSGFzaCkpIHtcbiAgICAgIHJldHVybiBQcm9taXNlLnJlc29sdmUoRU1QVFlfREFUQV9TSEFfMjU2KTtcbiAgICB9XG5cbiAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKClcbiAgICAgIC50aGVuKCgpID0+XG4gICAgICAgIGxvY2F0ZVdpbmRvdygpLmNyeXB0by5zdWJ0bGUuZGlnZXN0KFNIQV8yNTZfSEFTSCwgdGhpcy50b0hhc2gpXG4gICAgICApXG4gICAgICAudGhlbigoZGF0YSkgPT4gUHJvbWlzZS5yZXNvbHZlKG5ldyBVaW50OEFycmF5KGRhdGEpKSk7XG4gIH1cbn1cbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt new file mode 100644 index 000000000..2e4a05cf5 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt @@ -0,0 +1,15 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt new file mode 100644 index 000000000..fa7d1bdf9 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md new file mode 100644 index 000000000..a7ee5aa2c --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md @@ -0,0 +1,142 @@ +# tslib + +This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions. + +This library is primarily used by the `--importHelpers` flag in TypeScript. +When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: + +```ts +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; +}; +exports.x = {}; +exports.y = __assign({}, exports.x); + +``` + +will instead be emitted as something like the following: + +```ts +var tslib_1 = require("tslib"); +exports.x = {}; +exports.y = tslib_1.__assign({}, exports.x); +``` + +Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead. +For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`. + +# Installing + +For the latest stable version, run: + +## npm + +```sh +# TypeScript 2.3.3 or later +npm install tslib + +# TypeScript 2.3.2 or earlier +npm install tslib@1.6.1 +``` + +## yarn + +```sh +# TypeScript 2.3.3 or later +yarn add tslib + +# TypeScript 2.3.2 or earlier +yarn add tslib@1.6.1 +``` + +## bower + +```sh +# TypeScript 2.3.3 or later +bower install tslib + +# TypeScript 2.3.2 or earlier +bower install tslib@1.6.1 +``` + +## JSPM + +```sh +# TypeScript 2.3.3 or later +jspm install tslib + +# TypeScript 2.3.2 or earlier +jspm install tslib@1.6.1 +``` + +# Usage + +Set the `importHelpers` compiler option on the command line: + +``` +tsc --importHelpers file.ts +``` + +or in your tsconfig.json: + +```json +{ + "compilerOptions": { + "importHelpers": true + } +} +``` + +#### For bower and JSPM users + +You will need to add a `paths` mapping for `tslib`, e.g. For Bower users: + +```json +{ + "compilerOptions": { + "module": "amd", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["bower_components/tslib/tslib.d.ts"] + } + } +} +``` + +For JSPM users: + +```json +{ + "compilerOptions": { + "module": "system", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"] + } + } +} +``` + + +# Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. + +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). + +# Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Homepage](http://www.typescriptlang.org/) diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js new file mode 100644 index 000000000..c2b614986 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js @@ -0,0 +1,51 @@ +import tslib from '../tslib.js'; +const { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +} = tslib; +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +}; diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json new file mode 100644 index 000000000..96ae6e57e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json new file mode 100644 index 000000000..f8c2a53d0 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json @@ -0,0 +1,37 @@ +{ + "name": "tslib", + "author": "Microsoft Corp.", + "homepage": "https://www.typescriptlang.org/", + "version": "1.14.1", + "license": "0BSD", + "description": "Runtime library for TypeScript helper functions", + "keywords": [ + "TypeScript", + "Microsoft", + "compiler", + "language", + "javascript", + "tslib", + "runtime" + ], + "bugs": { + "url": "https://github.com/Microsoft/TypeScript/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/tslib.git" + }, + "main": "tslib.js", + "module": "tslib.es6.js", + "jsnext:main": "tslib.es6.js", + "typings": "tslib.d.ts", + "sideEffects": false, + "exports": { + ".": { + "module": "./tslib.es6.js", + "import": "./modules/index.js", + "default": "./tslib.js" + }, + "./": "./" + } +} diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js new file mode 100644 index 000000000..0c1b613d8 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js @@ -0,0 +1,23 @@ +// When on node 14, it validates that all of the commonjs exports +// are correctly re-exported for es modules importers. + +const nodeMajor = Number(process.version.split(".")[0].slice(1)) +if (nodeMajor < 14) { + console.log("Skipping because node does not support module exports.") + process.exit(0) +} + +// ES Modules import via the ./modules folder +import * as esTSLib from "../../modules/index.js" + +// Force a commonjs resolve +import { createRequire } from "module"; +const commonJSTSLib = createRequire(import.meta.url)("../../tslib.js"); + +for (const key in commonJSTSLib) { + if (commonJSTSLib.hasOwnProperty(key)) { + if(!esTSLib[key]) throw new Error(`ESModules is missing ${key} - it needs to be re-exported in ./modules/index.js`) + } +} + +console.log("All exports in commonjs are available for es module consumers.") diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json new file mode 100644 index 000000000..166e5095e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json @@ -0,0 +1,6 @@ +{ + "type": "module", + "scripts": { + "test": "node index.js" + } +} diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts new file mode 100644 index 000000000..4d7f724cb --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts @@ -0,0 +1,37 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +export declare function __extends(d: Function, b: Function): void; +export declare function __assign(t: any, ...sources: any[]): any; +export declare function __rest(t: any, propertyNames: (string | symbol)[]): any; +export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; +export declare function __param(paramIndex: number, decorator: Function): Function; +export declare function __metadata(metadataKey: any, metadataValue: any): Function; +export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; +export declare function __generator(thisArg: any, body: Function): any; +export declare function __exportStar(m: any, exports: any): void; +export declare function __values(o: any): any; +export declare function __read(o: any, n?: number): any[]; +export declare function __spread(...args: any[][]): any[]; +export declare function __spreadArrays(...args: any[][]): any[]; +export declare function __await(v: any): any; +export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; +export declare function __asyncDelegator(o: any): any; +export declare function __asyncValues(o: any): any; +export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; +export declare function __importStar(mod: T): T; +export declare function __importDefault(mod: T): T | { default: T }; +export declare function __classPrivateFieldGet(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V; +export declare function __classPrivateFieldSet(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V; +export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void; \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html new file mode 100644 index 000000000..b122e41b0 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js new file mode 100644 index 000000000..7fdec0254 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js @@ -0,0 +1,218 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export function __createBinding(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +} + +export function __exportStar(m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +}; + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result.default = mod; + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); +} + +export function __classPrivateFieldSet(receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; +} diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html new file mode 100644 index 000000000..44c9ba51e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js new file mode 100644 index 000000000..fbce0186f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js @@ -0,0 +1,284 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global global, define, System, Reflect, Promise */ +var __extends; +var __assign; +var __rest; +var __decorate; +var __param; +var __metadata; +var __awaiter; +var __generator; +var __exportStar; +var __values; +var __read; +var __spread; +var __spreadArrays; +var __await; +var __asyncGenerator; +var __asyncDelegator; +var __asyncValues; +var __makeTemplateObject; +var __importStar; +var __importDefault; +var __classPrivateFieldGet; +var __classPrivateFieldSet; +var __createBinding; +(function (factory) { + var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {}; + if (typeof define === "function" && define.amd) { + define("tslib", ["exports"], function (exports) { factory(createExporter(root, createExporter(exports))); }); + } + else if (typeof module === "object" && typeof module.exports === "object") { + factory(createExporter(root, createExporter(module.exports))); + } + else { + factory(createExporter(root)); + } + function createExporter(exports, previous) { + if (exports !== root) { + if (typeof Object.create === "function") { + Object.defineProperty(exports, "__esModule", { value: true }); + } + else { + exports.__esModule = true; + } + } + return function (id, v) { return exports[id] = previous ? previous(id, v) : v; }; + } +}) +(function (exporter) { + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + + __extends = function (d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; + + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + }; + + __rest = function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; + }; + + __decorate = function (decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; + }; + + __param = function (paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } + }; + + __metadata = function (metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); + }; + + __awaiter = function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; + + __generator = function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } + }; + + __createBinding = function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; + }; + + __exportStar = function (m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; + }; + + __values = function (o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); + }; + + __read = function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; + }; + + __spread = function () { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; + }; + + __spreadArrays = function () { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; + }; + + __await = function (v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); + }; + + __asyncGenerator = function (thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } + }; + + __asyncDelegator = function (o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } + }; + + __asyncValues = function (o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } + }; + + __makeTemplateObject = function (cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; + }; + + __importStar = function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; + }; + + __importDefault = function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; + }; + + __classPrivateFieldGet = function (receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); + }; + + __classPrivateFieldSet = function (receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; + }; + + exporter("__extends", __extends); + exporter("__assign", __assign); + exporter("__rest", __rest); + exporter("__decorate", __decorate); + exporter("__param", __param); + exporter("__metadata", __metadata); + exporter("__awaiter", __awaiter); + exporter("__generator", __generator); + exporter("__exportStar", __exportStar); + exporter("__createBinding", __createBinding); + exporter("__values", __values); + exporter("__read", __read); + exporter("__spread", __spread); + exporter("__spreadArrays", __spreadArrays); + exporter("__await", __await); + exporter("__asyncGenerator", __asyncGenerator); + exporter("__asyncDelegator", __asyncDelegator); + exporter("__asyncValues", __asyncValues); + exporter("__makeTemplateObject", __makeTemplateObject); + exporter("__importStar", __importStar); + exporter("__importDefault", __importDefault); + exporter("__classPrivateFieldGet", __classPrivateFieldGet); + exporter("__classPrivateFieldSet", __classPrivateFieldSet); +}); diff --git a/node_modules/@aws-crypto/sha256-browser/package.json b/node_modules/@aws-crypto/sha256-browser/package.json new file mode 100644 index 000000000..c6a27d5a5 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/package.json @@ -0,0 +1,32 @@ +{ + "name": "@aws-crypto/sha256-browser", + "version": "2.0.0", + "scripts": { + "prepublishOnly": "tsc", + "pretest": "tsc -p tsconfig.test.json", + "test": "mocha --require ts-node/register test/**/*test.ts" + }, + "repository": { + "type": "git", + "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" + }, + "author": { + "name": "AWS Crypto Tools Team", + "email": "aws-cryptools@amazon.com", + "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/ie11-detection": "^2.0.0", + "@aws-crypto/sha256-js": "^2.0.0", + "@aws-crypto/supports-web-crypto": "^2.0.0", + "@aws-crypto/util": "^2.0.0", + "@aws-sdk/types": "^3.1.0", + "@aws-sdk/util-locate-window": "^3.0.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + }, + "main": "./build/index.js", + "types": "./build/index.d.ts", + "gitHead": "c63b577ab80a02b078be6f537e14b4af578c4bae" +} diff --git a/node_modules/@aws-crypto/sha256-browser/src/constants.ts b/node_modules/@aws-crypto/sha256-browser/src/constants.ts new file mode 100644 index 000000000..7f68e2acd --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/src/constants.ts @@ -0,0 +1,41 @@ +export const SHA_256_HASH: { name: "SHA-256" } = { name: "SHA-256" }; + +export const SHA_256_HMAC_ALGO: { name: "HMAC"; hash: { name: "SHA-256" } } = { + name: "HMAC", + hash: SHA_256_HASH +}; + +export const EMPTY_DATA_SHA_256 = new Uint8Array([ + 227, + 176, + 196, + 66, + 152, + 252, + 28, + 20, + 154, + 251, + 244, + 200, + 153, + 111, + 185, + 36, + 39, + 174, + 65, + 228, + 100, + 155, + 147, + 76, + 164, + 149, + 153, + 27, + 120, + 82, + 184, + 85 +]); diff --git a/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts b/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts new file mode 100644 index 000000000..1fe0f3eaa --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts @@ -0,0 +1,29 @@ +import { Sha256 as Ie11Sha256 } from "./ie11Sha256"; +import { Sha256 as WebCryptoSha256 } from "./webCryptoSha256"; +import { Sha256 as JsSha256 } from "@aws-crypto/sha256-js"; +import { Hash, SourceData } from "@aws-sdk/types"; +import { supportsWebCrypto } from "@aws-crypto/supports-web-crypto"; +import { isMsWindow } from "@aws-crypto/ie11-detection"; +import { locateWindow } from "@aws-sdk/util-locate-window"; + +export class Sha256 implements Hash { + private readonly hash: Hash; + + constructor(secret?: SourceData) { + if (supportsWebCrypto(locateWindow())) { + this.hash = new WebCryptoSha256(secret); + } else if (isMsWindow(locateWindow())) { + this.hash = new Ie11Sha256(secret); + } else { + this.hash = new JsSha256(secret); + } + } + + update(data: SourceData, encoding?: "utf8" | "ascii" | "latin1"): void { + this.hash.update(data, encoding); + } + + digest(): Promise { + return this.hash.digest(); + } +} diff --git a/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts b/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts new file mode 100644 index 000000000..4e9ee43c8 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts @@ -0,0 +1,102 @@ +import { isEmptyData } from "./isEmptyData"; +import { SHA_256_HMAC_ALGO } from "./constants"; +import { Hash, SourceData } from "@aws-sdk/types"; +import { fromUtf8 } from "@aws-sdk/util-utf8-browser"; +import { CryptoOperation, Key, MsWindow } from "@aws-crypto/ie11-detection"; +import { locateWindow } from "@aws-sdk/util-locate-window"; + +export class Sha256 implements Hash { + private operation: Promise; + + constructor(secret?: SourceData) { + if (secret) { + this.operation = getKeyPromise(secret).then(keyData => + (locateWindow() as MsWindow).msCrypto.subtle.sign( + SHA_256_HMAC_ALGO, + keyData + ) + ); + this.operation.catch(() => {}); + } else { + this.operation = Promise.resolve( + (locateWindow() as MsWindow).msCrypto.subtle.digest("SHA-256") + ); + } + } + + update(toHash: SourceData): void { + if (isEmptyData(toHash)) { + return; + } + + this.operation = this.operation.then(operation => { + operation.onerror = () => { + this.operation = Promise.reject( + new Error("Error encountered updating hash") + ); + }; + operation.process(toArrayBufferView(toHash)); + + return operation; + }); + this.operation.catch(() => {}); + } + + digest(): Promise { + return this.operation.then( + operation => + new Promise((resolve, reject) => { + operation.onerror = () => { + reject(new Error("Error encountered finalizing hash")); + }; + operation.oncomplete = () => { + if (operation.result) { + resolve(new Uint8Array(operation.result)); + } + reject(new Error("Error encountered finalizing hash")); + }; + + operation.finish(); + }) + ); + } +} + +function getKeyPromise(secret: SourceData): Promise { + return new Promise((resolve, reject) => { + const keyOperation = (locateWindow() as MsWindow).msCrypto.subtle.importKey( + "raw", + toArrayBufferView(secret), + SHA_256_HMAC_ALGO, + false, + ["sign"] + ); + + keyOperation.oncomplete = () => { + if (keyOperation.result) { + resolve(keyOperation.result); + } + + reject(new Error("ImportKey completed without importing key.")); + }; + keyOperation.onerror = () => { + reject(new Error("ImportKey failed to import key.")); + }; + }); +} + +function toArrayBufferView(data: SourceData): Uint8Array { + if (typeof data === "string") { + return fromUtf8(data); + } + + if (ArrayBuffer.isView(data)) { + return new Uint8Array( + data.buffer, + data.byteOffset, + data.byteLength / Uint8Array.BYTES_PER_ELEMENT + ); + } + + return new Uint8Array(data); +} diff --git a/node_modules/@aws-crypto/sha256-browser/src/index.ts b/node_modules/@aws-crypto/sha256-browser/src/index.ts new file mode 100644 index 000000000..2e6617e76 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/src/index.ts @@ -0,0 +1,3 @@ +export * from "./crossPlatformSha256"; +export { Sha256 as Ie11Sha256 } from "./ie11Sha256"; +export { Sha256 as WebCryptoSha256 } from "./webCryptoSha256"; diff --git a/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts b/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts new file mode 100644 index 000000000..538971f45 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts @@ -0,0 +1,9 @@ +import { SourceData } from "@aws-sdk/types"; + +export function isEmptyData(data: SourceData): boolean { + if (typeof data === "string") { + return data.length === 0; + } + + return data.byteLength === 0; +} diff --git a/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts b/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts new file mode 100644 index 000000000..a95911da8 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts @@ -0,0 +1,64 @@ +import { Hash, SourceData } from "@aws-sdk/types"; +import { isEmptyData, convertToBuffer } from "@aws-crypto/util"; +import { + EMPTY_DATA_SHA_256, + SHA_256_HASH, + SHA_256_HMAC_ALGO, +} from "./constants"; +import { locateWindow } from "@aws-sdk/util-locate-window"; + +export class Sha256 implements Hash { + private readonly key: Promise | undefined; + private toHash: Uint8Array = new Uint8Array(0); + + constructor(secret?: SourceData) { + if (secret !== void 0) { + this.key = new Promise((resolve, reject) => { + locateWindow() + .crypto.subtle.importKey( + "raw", + convertToBuffer(secret), + SHA_256_HMAC_ALGO, + false, + ["sign"] + ) + .then(resolve, reject); + }); + this.key.catch(() => {}); + } + } + + update(data: SourceData): void { + if (isEmptyData(data)) { + return; + } + + const update = convertToBuffer(data); + const typedArray = new Uint8Array( + this.toHash.byteLength + update.byteLength + ); + typedArray.set(this.toHash, 0); + typedArray.set(update, this.toHash.byteLength); + this.toHash = typedArray; + } + + digest(): Promise { + if (this.key) { + return this.key.then((key) => + locateWindow() + .crypto.subtle.sign(SHA_256_HMAC_ALGO, key, this.toHash) + .then((data) => new Uint8Array(data)) + ); + } + + if (isEmptyData(this.toHash)) { + return Promise.resolve(EMPTY_DATA_SHA_256); + } + + return Promise.resolve() + .then(() => + locateWindow().crypto.subtle.digest(SHA_256_HASH, this.toHash) + ) + .then((data) => Promise.resolve(new Uint8Array(data))); + } +} diff --git a/node_modules/@aws-crypto/sha256-browser/tsconfig.json b/node_modules/@aws-crypto/sha256-browser/tsconfig.json new file mode 100644 index 000000000..9b37394a1 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-browser/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "lib": [ + "dom", + "es5", + "es2015.promise", + "es2015.collection", + "es2015.iterable" + ], + "declaration": true, + "sourceMap": true, + "strict": true, + "rootDir": "./src", + "outDir": "./build", + "importHelpers": true, + "noEmitHelpers": true + }, + "include": ["src/**/*.ts"], + "exclude": ["node_modules/**"] +} diff --git a/node_modules/@aws-crypto/sha256-js/CHANGELOG.md b/node_modules/@aws-crypto/sha256-js/CHANGELOG.md new file mode 100644 index 000000000..45ef89ced --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/CHANGELOG.md @@ -0,0 +1,106 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25) + +**Note:** Version bump only for package @aws-crypto/sha256-js + + + + + +## [1.2.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.1...v1.2.2) (2021-10-12) + +**Note:** Version bump only for package @aws-crypto/sha256-js + + + + + +## [1.2.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.0...v1.2.1) (2021-09-17) + +**Note:** Version bump only for package @aws-crypto/sha256-js + + + + + +# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17) + + +### Features + +* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9)) + + + + + +# [1.1.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-js@1.0.0...@aws-crypto/sha256-js@1.1.0) (2021-01-13) + + +### Bug Fixes + +* remove package lock ([6002a5a](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6002a5ab9218dc8798c19dc205d3eebd3bec5b43)) +* **aws-crypto:** export explicit dependencies on [@aws-types](https://github.com/aws-types) ([6a1873a](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6a1873a4dcc2aaa4a1338595703cfa7099f17b8c)) +* **deps-dev:** move @aws-sdk/types to devDependencies ([#188](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/188)) ([08efdf4](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/08efdf46dcc612d88c441e29945d787f253ee77d)) + + + + + +# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-js@1.0.0-alpha.0...@aws-crypto/sha256-js@1.0.0) (2020-10-22) + +**Note:** Version bump only for package @aws-crypto/sha256-js + + + + + +# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-js@0.1.0-preview.4...@aws-crypto/sha256-js@1.0.0-alpha.0) (2020-02-07) + +**Note:** Version bump only for package @aws-crypto/sha256-js + + + + + +# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-js@0.1.0-preview.2...@aws-crypto/sha256-js@0.1.0-preview.4) (2020-01-16) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* es2015.iterable required ([#10](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/10)) ([6e08d83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6e08d83c33667ad8cbeeaaa7cedf1bbe05f79ed8)) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/sha256-js@0.1.0-preview.2...@aws-crypto/sha256-js@0.1.0-preview.3) (2019-11-15) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* es2015.iterable required ([#10](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/10)) ([6e08d83](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/6e08d83c33667ad8cbeeaaa7cedf1bbe05f79ed8)) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/sha256-js@0.1.0-preview.1...@aws-crypto/sha256-js@0.1.0-preview.2) (2019-10-30) + + +### Bug Fixes + +* remove /src/ from .npmignore (for sourcemaps) ([#5](https://github.com/aws/aws-javascript-crypto-helpers/issues/5)) ([ec52056](https://github.com/aws/aws-javascript-crypto-helpers/commit/ec52056)) + + +### Features + +* **sha256-js:** expose synchronous digest ([#7](https://github.com/aws/aws-javascript-crypto-helpers/issues/7)) ([9edaef7](https://github.com/aws/aws-javascript-crypto-helpers/commit/9edaef7)), closes [#6](https://github.com/aws/aws-javascript-crypto-helpers/issues/6) diff --git a/node_modules/@aws-crypto/sha256-js/LICENSE b/node_modules/@aws-crypto/sha256-js/LICENSE new file mode 100644 index 000000000..ad410e113 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/README.md b/node_modules/@aws-crypto/sha256-js/README.md new file mode 100644 index 000000000..4a1491d04 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/README.md @@ -0,0 +1,18 @@ +# crypto-sha256-js + +A pure JS implementation SHA256. + +## Usage + +``` +import {Sha256} from '@aws-crypto/sha256-js'; + +const hash = new Sha256(); +hash.update('some data'); +const result = await hash.digest(); + +``` + +## Test + +`npm test` diff --git a/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts b/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts new file mode 100644 index 000000000..1f580b25a --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts @@ -0,0 +1,17 @@ +/** + * @internal + */ +export declare class RawSha256 { + private state; + private temp; + private buffer; + private bufferLength; + private bytesHashed; + /** + * @internal + */ + finished: boolean; + update(data: Uint8Array): void; + digest(): Uint8Array; + private hashBuffer; +} diff --git a/node_modules/@aws-crypto/sha256-js/build/RawSha256.js b/node_modules/@aws-crypto/sha256-js/build/RawSha256.js new file mode 100644 index 000000000..4338655f5 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/RawSha256.js @@ -0,0 +1,124 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.RawSha256 = void 0; +var constants_1 = require("./constants"); +/** + * @internal + */ +var RawSha256 = /** @class */ (function () { + function RawSha256() { + this.state = Int32Array.from(constants_1.INIT); + this.temp = new Int32Array(64); + this.buffer = new Uint8Array(64); + this.bufferLength = 0; + this.bytesHashed = 0; + /** + * @internal + */ + this.finished = false; + } + RawSha256.prototype.update = function (data) { + if (this.finished) { + throw new Error("Attempted to update an already finished hash."); + } + var position = 0; + var byteLength = data.byteLength; + this.bytesHashed += byteLength; + if (this.bytesHashed * 8 > constants_1.MAX_HASHABLE_LENGTH) { + throw new Error("Cannot hash more than 2^53 - 1 bits"); + } + while (byteLength > 0) { + this.buffer[this.bufferLength++] = data[position++]; + byteLength--; + if (this.bufferLength === constants_1.BLOCK_SIZE) { + this.hashBuffer(); + this.bufferLength = 0; + } + } + }; + RawSha256.prototype.digest = function () { + if (!this.finished) { + var bitsHashed = this.bytesHashed * 8; + var bufferView = new DataView(this.buffer.buffer, this.buffer.byteOffset, this.buffer.byteLength); + var undecoratedLength = this.bufferLength; + bufferView.setUint8(this.bufferLength++, 0x80); + // Ensure the final block has enough room for the hashed length + if (undecoratedLength % constants_1.BLOCK_SIZE >= constants_1.BLOCK_SIZE - 8) { + for (var i = this.bufferLength; i < constants_1.BLOCK_SIZE; i++) { + bufferView.setUint8(i, 0); + } + this.hashBuffer(); + this.bufferLength = 0; + } + for (var i = this.bufferLength; i < constants_1.BLOCK_SIZE - 8; i++) { + bufferView.setUint8(i, 0); + } + bufferView.setUint32(constants_1.BLOCK_SIZE - 8, Math.floor(bitsHashed / 0x100000000), true); + bufferView.setUint32(constants_1.BLOCK_SIZE - 4, bitsHashed); + this.hashBuffer(); + this.finished = true; + } + // The value in state is little-endian rather than big-endian, so flip + // each word into a new Uint8Array + var out = new Uint8Array(constants_1.DIGEST_LENGTH); + for (var i = 0; i < 8; i++) { + out[i * 4] = (this.state[i] >>> 24) & 0xff; + out[i * 4 + 1] = (this.state[i] >>> 16) & 0xff; + out[i * 4 + 2] = (this.state[i] >>> 8) & 0xff; + out[i * 4 + 3] = (this.state[i] >>> 0) & 0xff; + } + return out; + }; + RawSha256.prototype.hashBuffer = function () { + var _a = this, buffer = _a.buffer, state = _a.state; + var state0 = state[0], state1 = state[1], state2 = state[2], state3 = state[3], state4 = state[4], state5 = state[5], state6 = state[6], state7 = state[7]; + for (var i = 0; i < constants_1.BLOCK_SIZE; i++) { + if (i < 16) { + this.temp[i] = + ((buffer[i * 4] & 0xff) << 24) | + ((buffer[i * 4 + 1] & 0xff) << 16) | + ((buffer[i * 4 + 2] & 0xff) << 8) | + (buffer[i * 4 + 3] & 0xff); + } + else { + var u = this.temp[i - 2]; + var t1_1 = ((u >>> 17) | (u << 15)) ^ ((u >>> 19) | (u << 13)) ^ (u >>> 10); + u = this.temp[i - 15]; + var t2_1 = ((u >>> 7) | (u << 25)) ^ ((u >>> 18) | (u << 14)) ^ (u >>> 3); + this.temp[i] = + ((t1_1 + this.temp[i - 7]) | 0) + ((t2_1 + this.temp[i - 16]) | 0); + } + var t1 = ((((((state4 >>> 6) | (state4 << 26)) ^ + ((state4 >>> 11) | (state4 << 21)) ^ + ((state4 >>> 25) | (state4 << 7))) + + ((state4 & state5) ^ (~state4 & state6))) | + 0) + + ((state7 + ((constants_1.KEY[i] + this.temp[i]) | 0)) | 0)) | + 0; + var t2 = ((((state0 >>> 2) | (state0 << 30)) ^ + ((state0 >>> 13) | (state0 << 19)) ^ + ((state0 >>> 22) | (state0 << 10))) + + ((state0 & state1) ^ (state0 & state2) ^ (state1 & state2))) | + 0; + state7 = state6; + state6 = state5; + state5 = state4; + state4 = (state3 + t1) | 0; + state3 = state2; + state2 = state1; + state1 = state0; + state0 = (t1 + t2) | 0; + } + state[0] += state0; + state[1] += state1; + state[2] += state2; + state[3] += state3; + state[4] += state4; + state[5] += state5; + state[6] += state6; + state[7] += state7; + }; + return RawSha256; +}()); +exports.RawSha256 = RawSha256; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUmF3U2hhMjU2LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL1Jhd1NoYTI1Ni50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSx5Q0FNcUI7QUFFckI7O0dBRUc7QUFDSDtJQUFBO1FBQ1UsVUFBSyxHQUFlLFVBQVUsQ0FBQyxJQUFJLENBQUMsZ0JBQUksQ0FBQyxDQUFDO1FBQzFDLFNBQUksR0FBZSxJQUFJLFVBQVUsQ0FBQyxFQUFFLENBQUMsQ0FBQztRQUN0QyxXQUFNLEdBQWUsSUFBSSxVQUFVLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDeEMsaUJBQVksR0FBVyxDQUFDLENBQUM7UUFDekIsZ0JBQVcsR0FBVyxDQUFDLENBQUM7UUFFaEM7O1dBRUc7UUFDSCxhQUFRLEdBQVksS0FBSyxDQUFDO0lBOEk1QixDQUFDO0lBNUlDLDBCQUFNLEdBQU4sVUFBTyxJQUFnQjtRQUNyQixJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUU7WUFDakIsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO1NBQ2xFO1FBRUQsSUFBSSxRQUFRLEdBQUcsQ0FBQyxDQUFDO1FBQ1gsSUFBQSxVQUFVLEdBQUssSUFBSSxXQUFULENBQVU7UUFDMUIsSUFBSSxDQUFDLFdBQVcsSUFBSSxVQUFVLENBQUM7UUFFL0IsSUFBSSxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsR0FBRywrQkFBbUIsRUFBRTtZQUM5QyxNQUFNLElBQUksS0FBSyxDQUFDLHFDQUFxQyxDQUFDLENBQUM7U0FDeEQ7UUFFRCxPQUFPLFVBQVUsR0FBRyxDQUFDLEVBQUU7WUFDckIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUMsR0FBRyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQztZQUNwRCxVQUFVLEVBQUUsQ0FBQztZQUViLElBQUksSUFBSSxDQUFDLFlBQVksS0FBSyxzQkFBVSxFQUFFO2dCQUNwQyxJQUFJLENBQUMsVUFB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LENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEtBQUssRUFBRSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQztnQkFFbkUsQ0FBQyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxDQUFDO2dCQUN0QixJQUFNLElBQUUsR0FDTixDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsS0FBSyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUMsSUFBSSxFQUFFLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO2dCQUVqRSxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQztvQkFDVixDQUFDLENBQUMsSUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUUsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO2FBQ2xFO1lBRUQsSUFBTSxFQUFFLEdBQ04sQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsTUFBTSxLQUFLLENBQUMsQ0FBQyxHQUFHLENBQUMsTUFBTSxJQUFJLEVBQUUsQ0FBQyxDQUFDO2dCQUNuQyxDQUFDLENBQUMsTUFBTSxLQUFLLEVBQUUsQ0FBQyxHQUFHLENBQUMsTUFBTSxJQUFJLEVBQUUsQ0FBQyxDQUFDO2dCQUNsQyxDQUFDLENBQUMsTUFBTSxLQUFLLEVBQUUsQ0FBQyxHQUFHLENBQUMsTUFBTSxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUM7Z0JBQ2xDLENBQUMsQ0FBQyxNQUFNLEdBQUcsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDLE1BQU0sR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDO2dCQUN6QyxDQUFDLENBQUM7Z0JBQ0YsQ0FBQyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsZUFBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDO2dCQUNqRCxDQUFDLENBQUM7WUFFSixJQUFNLEVBQUUsR0FDTixDQUFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sS0FBSyxDQUFDLENBQUMsR0FBRyxDQUFDLE1BQU0sSUFBSSxFQUFFLENBQUMsQ0FBQztnQkFDakMsQ0FBQyxDQUFDLE1BQU0sS0FBSyxFQUFFLENBQUMsR0FBRyxDQUFDLE1BQU0sSUFBSSxFQUFFLENBQUMsQ0FBQztnQkFDbEMsQ0FBQyxDQUFDLE1BQU0sS0FBSyxFQUFFLENBQUMsR0FBRyxDQUFDLE1BQU0sSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO2dCQUNuQyxDQUFDLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxDQUFDLENBQUM7Z0JBQzlELENBQUMsQ0FBQztZQUVKLE1BQU0sR0FBRyxNQUFNLENBQUM7WUFDaEIsTUFBTSxHQUFHLE1BQU0sQ0FBQztZQUNoQixNQUFNLEdBQUcsTUFBTSxDQUFDO1lBQ2hCLE1BQU0sR0FBRyxDQUFDLE1BQU0sR0FBRyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUM7WUFDM0IsTUFBTSxHQUFHLE1BQU0sQ0FBQztZQUNoQixNQUFNLEdBQUcsTUFBTSxDQUFDO1lBQ2hCLE1BQU0sR0FBRyxNQUFNLENBQUM7WUFDaEIsTUFBTSxHQUFHLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxHQUFHLENBQUMsQ0FBQztTQUN4QjtRQUVELEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxNQUFNLENBQUM7UUFDbkIsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLE1BQU0sQ0FBQztRQUNuQixLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksTUFBTSxDQUFDO1FBQ25CLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxNQUFNLENBQUM7UUFDbkIsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLE1BQU0sQ0FBQztRQUNuQixLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksTUFBTSxDQUFDO1FBQ25CLEtBQUssQ0FBQyxDQUFDLENBQUMsSUFBSSxNQUFNLENBQUM7UUFDbkIsS0FBSyxDQUFDLENBQUMsQ0FBQyxJQUFJLE1BQU0sQ0FBQztJQUNyQixDQUFDO0lBQ0gsZ0JBQUM7QUFBRCxDQUFDLEFBeEpELElBd0pDO0FBeEpZLDhCQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQkxPQ0tfU0laRSxcbiAgRElHRVNUX0xFTkdUSCxcbiAgSU5JVCxcbiAgS0VZLFxuICBNQVhfSEFTSEFCTEVfTEVOR1RIXG59IGZyb20gXCIuL2NvbnN0YW50c1wiO1xuXG4vKipcbiAqIEBpbnRlcm5hbFxuICovXG5leHBvcnQgY2xhc3MgUmF3U2hhMjU2IHtcbiAgcHJpdmF0ZSBzdGF0ZTogSW50MzJBcnJheSA9IEludDMyQXJyYXkuZnJvbShJTklUKTtcbiAgcHJpdmF0ZSB0ZW1wOiBJbnQzMkFycmF5ID0gbmV3IEludDMyQXJyYXkoNjQpO1xuICBwcml2YXRlIGJ1ZmZlcjogVWludDhBcnJheSA9IG5ldyBVaW50OEFycmF5KDY0KTtcbiAgcHJpdmF0ZSBidWZmZXJMZW5ndGg6IG51bWJlciA9IDA7XG4gIHByaXZhdGUgYnl0ZXNIYXNoZWQ6IG51bWJlciA9IDA7XG5cbiAgLyoqXG4gICAqIEBpbnRlcm5hbFxuICAgKi9cbiAgZmluaXNoZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICB1cGRhdGUoZGF0YTogVWludDhBcnJheSk6IHZvaWQge1xuICAgIGlmICh0aGlzLmZpbmlzaGVkKSB7XG4gICAgICB0aHJvdyBuZXcgRXJyb3IoXCJBdHRlbXB0ZWQgdG8gdXBkYXRlIGFuIGFscmVhZHkgZmluaXNoZWQgaGFzaC5cIik7XG4gICAgfVxuXG4gICAgbGV0IHBvc2l0aW9uID0gMDtcbiAgICBsZXQgeyBieXRlTGVuZ3RoIH0gPSBkYXRhO1xuICAgIHRoaXMuYnl0ZXNIYXNoZWQgKz0gYnl0ZUxlbmd0aDtcblxuICAgIGlmICh0aGlzLmJ5dGVzSGFzaGVkICogOCA+IE1BWF9IQVNIQUJMRV9MRU5HVEgpIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihcIkNhbm5vdCBoYXNoIG1vcmUgdGhhbiAyXjUzIC0gMSBiaXRzXCIpO1xuICAgIH1cblxuICAgIHdoaWxlIChieXRlTGVuZ3RoID4gMCkge1xuICAgICAgdGhpcy5idWZmZXJbdGhpcy5idWZmZXJMZW5ndGgrK10gPSBkYXRhW3Bvc2l0aW9uKytdO1xuICAgICAgYnl0ZUxlbmd0aC0tO1xuXG4gICAgICBpZiAodGhpcy5idWZmZXJMZW5ndGggPT09IEJMT0NLX1NJWkUpIHtcbiAgICAgICAgdGhpcy5oYXNoQnVmZmVyKCk7XG4gICAgICAgIHRoaXMuYnVmZmVyTGVuZ3RoID0gMDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBkaWdlc3QoKTogVWludDhBcnJheSB7XG4gICAgaWYgKCF0aGlzLmZpbmlzaGVkKSB7XG4gICAgICBjb25zdCBiaXRzSGFzaGVkID0gdGhpcy5ieXRlc0hhc2hlZCAqIDg7XG4gICAgICBjb25zdCBidWZmZXJWaWV3ID0gbmV3IERhdGFWaWV3KFxuICAgICAgICB0aGlzLmJ1ZmZlci5idWZmZXIsXG4gICAgICAgIHRoaXMuYnVmZmVyLmJ5dGVPZmZzZXQsXG4gICAgICAgIHRoaXMuYnVmZmVyLmJ5dGVMZW5ndGhcbiAgICAgICk7XG5cbiAgICAgIGNvbnN0IHVuZGVjb3JhdGVkTGVuZ3RoID0gdGhpcy5idWZmZXJMZW5ndGg7XG4gICAgICBidWZmZXJWaWV3LnNldFVpbnQ4KHRoaXMuYnVmZmVyTGVuZ3RoKyssIDB4ODApO1xuXG4gICAgICAvLyBFbnN1cmUgdGhlIGZpbmFsIGJsb2NrIGhhcyBlbm91Z2ggcm9vbSBmb3IgdGhlIGhhc2hlZCBsZW5ndGhcbiAgICAgIGlmICh1bmRlY29yYXRlZExlbmd0aCAlIEJMT0NLX1NJWkUgPj0gQkxPQ0tfU0laRSAtIDgpIHtcbiAgICAgICAgZm9yIChsZXQgaSA9IHRoaXMuYnVmZmVyTGVuZ3RoOyBpIDwgQkxPQ0tfU0laRTsgaSsrKSB7XG4gICAgICAgICAgYnVmZmVyVmlldy5zZXRVaW50OChpLCAwKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmhhc2hCdWZmZXIoKTtcbiAgICAgICAgdGhpcy5idWZmZXJMZW5ndGggPSAwO1xuICAgICAgfVxuXG4gICAgICBmb3IgKGxldCBpID0gdGhpcy5idWZmZXJMZW5ndGg7IGkgPCBCTE9DS19TSVpFIC0gODsgaSsrKSB7XG4gICAgICAgIGJ1ZmZlclZpZXcuc2V0VWludDgoaSwgMCk7XG4gICAgICB9XG4gICAgICBidWZmZXJWaWV3LnNldFVpbnQzMihcbiAgICAgICAgQkxPQ0tfU0laRSAtIDgsXG4gICAgICAgIE1hdGguZmxvb3IoYml0c0hhc2hlZCAvIDB4MTAwMDAwMDAwKSxcbiAgICAgICAgdHJ1ZVxuICAgICAgKTtcbiAgICAgIGJ1ZmZlclZpZXcuc2V0VWludDMyKEJMT0NLX1NJWkUgLSA0LCBiaXRzSGFzaGVkKTtcblxuICAgICAgdGhpcy5oYXNoQnVmZmVyKCk7XG5cbiAgICAgIHRoaXMuZmluaXNoZWQgPSB0cnVlO1xuICAgIH1cblxuICAgIC8vIFRoZSB2YWx1ZSBpbiBzdGF0ZSBpcyBsaXR0bGUtZW5kaWFuIHJhdGhlciB0aGFuIGJpZy1lbmRpYW4sIHNvIGZsaXBcbiAgICAvLyBlYWNoIHdvcmQgaW50byBhIG5ldyBVaW50OEFycmF5XG4gICAgY29uc3Qgb3V0ID0gbmV3IFVpbnQ4QXJyYXkoRElHRVNUX0xFTkdUSCk7XG4gICAgZm9yIChsZXQgaSA9IDA7IGkgPCA4OyBpKyspIHtcbiAgICAgIG91dFtpICogNF0gPSAodGhpcy5zdGF0ZVtpXSA+Pj4gMjQpICYgMHhmZjtcbiAgICAgIG91dFtpICogNCArIDFdID0gKHRoaXMuc3RhdGVbaV0gPj4+IDE2KSAmIDB4ZmY7XG4gICAgICBvdXRbaSAqIDQgKyAyXSA9ICh0aGlzLnN0YXRlW2ldID4+PiA4KSAmIDB4ZmY7XG4gICAgICBvdXRbaSAqIDQgKyAzXSA9ICh0aGlzLnN0YXRlW2ldID4+PiAwKSAmIDB4ZmY7XG4gICAgfVxuXG4gICAgcmV0dXJuIG91dDtcbiAgfVxuXG4gIHByaXZhdGUgaGFzaEJ1ZmZlcigpOiB2b2lkIHtcbiAgICBjb25zdCB7IGJ1ZmZlciwgc3RhdGUgfSA9IHRoaXM7XG5cbiAgICBsZXQgc3RhdGUwID0gc3RhdGVbMF0sXG4gICAgICBzdGF0ZTEgPSBzdGF0ZVsxXSxcbiAgICAgIHN0YXRlMiA9IHN0YXRlWzJdLFxuICAgICAgc3RhdGUzID0gc3RhdGVbM10sXG4gICAgICBzdGF0ZTQgPSBzdGF0ZVs0XSxcbiAgICAgIHN0YXRlNSA9IHN0YXRlWzVdLFxuICAgICAgc3RhdGU2ID0gc3RhdGVbNl0sXG4gICAgICBzdGF0ZTcgPSBzdGF0ZVs3XTtcblxuICAgIGZvciAobGV0IGkgPSAwOyBpIDwgQkxPQ0tfU0laRTsgaSsrKSB7XG4gICAgICBpZiAoaSA8IDE2KSB7XG4gICAgICAgIHRoaXMudGVtcFtpXSA9XG4gICAgICAgICAgKChidWZmZXJbaSAqIDRdICYgMHhmZikgPDwgMjQpIHxcbiAgICAgICAgICAoKGJ1ZmZlcltpICogNCArIDFdICYgMHhmZikgPDwgMTYpIHxcbiAgICAgICAgICAoKGJ1ZmZlcltpICogNCArIDJdICYgMHhmZikgPDwgOCkgfFxuICAgICAgICAgIChidWZmZXJbaSAqIDQgKyAzXSAmIDB4ZmYpO1xuICAgICAgfSBlbHNlIHtcbiAgICAgICAgbGV0IHUgPSB0aGlzLnRlbXBbaSAtIDJdO1xuICAgICAgICBjb25zdCB0MSA9XG4gICAgICAgICAgKCh1ID4+PiAxNykgfCAodSA8PCAxNSkpIF4gKCh1ID4+PiAxOSkgfCAodSA8PCAxMykpIF4gKHUgPj4+IDEwKTtcblxuICAgICAgICB1ID0gdGhpcy50ZW1wW2kgLSAxNV07XG4gICAgICAgIGNvbnN0IHQyID1cbiAgICAgICAgICAoKHUgPj4+IDcpIHwgKHUgPDwgMjUpKSBeICgodSA+Pj4gMTgpIHwgKHUgPDwgMTQpKSBeICh1ID4+PiAzKTtcblxuICAgICAgICB0aGlzLnRlbXBbaV0gPVxuICAgICAgICAgICgodDEgKyB0aGlzLnRlbXBbaSAtIDddKSB8IDApICsgKCh0MiArIHRoaXMudGVtcFtpIC0gMTZdKSB8IDApO1xuICAgICAgfVxuXG4gICAgICBjb25zdCB0MSA9XG4gICAgICAgICgoKCgoKHN0YXRlNCA+Pj4gNikgfCAoc3RhdGU0IDw8IDI2KSkgXlxuICAgICAgICAgICgoc3RhdGU0ID4+PiAxMSkgfCAoc3RhdGU0IDw8IDIxKSkgXlxuICAgICAgICAgICgoc3RhdGU0ID4+PiAyNSkgfCAoc3RhdGU0IDw8IDcpKSkgK1xuICAgICAgICAgICgoc3RhdGU0ICYgc3RhdGU1KSBeICh+c3RhdGU0ICYgc3RhdGU2KSkpIHxcbiAgICAgICAgICAwKSArXG4gICAgICAgICAgKChzdGF0ZTcgKyAoKEtFWVtpXSArIHRoaXMudGVtcFtpXSkgfCAwKSkgfCAwKSkgfFxuICAgICAgICAwO1xuXG4gICAgICBjb25zdCB0MiA9XG4gICAgICAgICgoKChzdGF0ZTAgPj4+IDIpIHwgKHN0YXRlMCA8PCAzMCkpIF5cbiAgICAgICAgICAoKHN0YXRlMCA+Pj4gMTMpIHwgKHN0YXRlMCA8PCAxOSkpIF5cbiAgICAgICAgICAoKHN0YXRlMCA+Pj4gMjIpIHwgKHN0YXRlMCA8PCAxMCkpKSArXG4gICAgICAgICAgKChzdGF0ZTAgJiBzdGF0ZTEpIF4gKHN0YXRlMCAmIHN0YXRlMikgXiAoc3RhdGUxICYgc3RhdGUyKSkpIHxcbiAgICAgICAgMDtcblxuICAgICAgc3RhdGU3ID0gc3RhdGU2O1xuICAgICAgc3RhdGU2ID0gc3RhdGU1O1xuICAgICAgc3RhdGU1ID0gc3RhdGU0O1xuICAgICAgc3RhdGU0ID0gKHN0YXRlMyArIHQxKSB8IDA7XG4gICAgICBzdGF0ZTMgPSBzdGF0ZTI7XG4gICAgICBzdGF0ZTIgPSBzdGF0ZTE7XG4gICAgICBzdGF0ZTEgPSBzdGF0ZTA7XG4gICAgICBzdGF0ZTAgPSAodDEgKyB0MikgfCAwO1xuICAgIH1cblxuICAgIHN0YXRlWzBdICs9IHN0YXRlMDtcbiAgICBzdGF0ZVsxXSArPSBzdGF0ZTE7XG4gICAgc3RhdGVbMl0gKz0gc3RhdGUyO1xuICAgIHN0YXRlWzNdICs9IHN0YXRlMztcbiAgICBzdGF0ZVs0XSArPSBzdGF0ZTQ7XG4gICAgc3RhdGVbNV0gKz0gc3RhdGU1O1xuICAgIHN0YXRlWzZdICs9IHN0YXRlNjtcbiAgICBzdGF0ZVs3XSArPSBzdGF0ZTc7XG4gIH1cbn1cbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/build/constants.d.ts b/node_modules/@aws-crypto/sha256-js/build/constants.d.ts new file mode 100644 index 000000000..63bd764ee --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/constants.d.ts @@ -0,0 +1,20 @@ +/** + * @internal + */ +export declare const BLOCK_SIZE: number; +/** + * @internal + */ +export declare const DIGEST_LENGTH: number; +/** + * @internal + */ +export declare const KEY: Uint32Array; +/** + * @internal + */ +export declare const INIT: number[]; +/** + * @internal + */ +export declare const MAX_HASHABLE_LENGTH: number; diff --git a/node_modules/@aws-crypto/sha256-js/build/constants.js b/node_modules/@aws-crypto/sha256-js/build/constants.js new file mode 100644 index 000000000..b8fd1d92f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/constants.js @@ -0,0 +1,98 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.MAX_HASHABLE_LENGTH = exports.INIT = exports.KEY = exports.DIGEST_LENGTH = exports.BLOCK_SIZE = void 0; +/** + * @internal + */ +exports.BLOCK_SIZE = 64; +/** + * @internal + */ +exports.DIGEST_LENGTH = 32; +/** + * @internal + */ +exports.KEY = new Uint32Array([ + 0x428a2f98, + 0x71374491, + 0xb5c0fbcf, + 0xe9b5dba5, + 0x3956c25b, + 0x59f111f1, + 0x923f82a4, + 0xab1c5ed5, + 0xd807aa98, + 0x12835b01, + 0x243185be, + 0x550c7dc3, + 0x72be5d74, + 0x80deb1fe, + 0x9bdc06a7, + 0xc19bf174, + 0xe49b69c1, + 0xefbe4786, + 0x0fc19dc6, + 0x240ca1cc, + 0x2de92c6f, + 0x4a7484aa, + 0x5cb0a9dc, + 0x76f988da, + 0x983e5152, + 0xa831c66d, + 0xb00327c8, + 0xbf597fc7, + 0xc6e00bf3, + 0xd5a79147, + 0x06ca6351, + 0x14292967, + 0x27b70a85, + 0x2e1b2138, + 0x4d2c6dfc, + 0x53380d13, + 0x650a7354, + 0x766a0abb, + 0x81c2c92e, + 0x92722c85, + 0xa2bfe8a1, + 0xa81a664b, + 0xc24b8b70, + 0xc76c51a3, + 0xd192e819, + 0xd6990624, + 0xf40e3585, + 0x106aa070, + 0x19a4c116, + 0x1e376c08, + 0x2748774c, + 0x34b0bcb5, + 0x391c0cb3, + 0x4ed8aa4a, + 0x5b9cca4f, + 0x682e6ff3, + 0x748f82ee, + 0x78a5636f, + 0x84c87814, + 0x8cc70208, + 0x90befffa, + 0xa4506ceb, + 0xbef9a3f7, + 0xc67178f2 +]); +/** + * @internal + */ +exports.INIT = [ + 0x6a09e667, + 0xbb67ae85, + 0x3c6ef372, + 0xa54ff53a, + 0x510e527f, + 0x9b05688c, + 0x1f83d9ab, + 0x5be0cd19 +]; +/** + * @internal + */ +exports.MAX_HASHABLE_LENGTH = Math.pow(2, 53) - 1; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2NvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTs7R0FFRztBQUNVLFFBQUEsVUFBVSxHQUFXLEVBQUUsQ0FBQztBQUVyQzs7R0FFRztBQUNVLFFBQUEsYUFBYSxHQUFXLEVBQUUsQ0FBQztBQUV4Qzs7R0FFRztBQUNVLFFBQUEsR0FBRyxHQUFHLElBQUksV0FBVyxDQUFDO0lBQ2pDLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7Q0FDWCxDQUFDLENBQUM7QUFFSDs7R0FFRztBQUNVLFFBQUEsSUFBSSxHQUFHO0lBQ2xCLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0lBQ1YsVUFBVTtJQUNWLFVBQVU7SUFDVixVQUFVO0NBQ1gsQ0FBQztBQUVGOztHQUVHO0FBQ1UsUUFBQSxtQkFBbUIsR0FBRyxTQUFBLENBQUMsRUFBSSxFQUFFLENBQUEsR0FBRyxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEBpbnRlcm5hbFxuICovXG5leHBvcnQgY29uc3QgQkxPQ0tfU0laRTogbnVtYmVyID0gNjQ7XG5cbi8qKlxuICogQGludGVybmFsXG4gKi9cbmV4cG9ydCBjb25zdCBESUdFU1RfTEVOR1RIOiBudW1iZXIgPSAzMjtcblxuLyoqXG4gKiBAaW50ZXJuYWxcbiAqL1xuZXhwb3J0IGNvbnN0IEtFWSA9IG5ldyBVaW50MzJBcnJheShbXG4gIDB4NDI4YTJmOTgsXG4gIDB4NzEzNzQ0OTEsXG4gIDB4YjVjMGZiY2YsXG4gIDB4ZTliNWRiYTUsXG4gIDB4Mzk1NmMyNWIsXG4gIDB4NTlmMTExZjEsXG4gIDB4OTIzZjgyYTQsXG4gIDB4YWIxYzVlZDUsXG4gIDB4ZDgwN2FhOTgsXG4gIDB4MTI4MzViMDEsXG4gIDB4MjQzMTg1YmUsXG4gIDB4NTUwYzdkYzMsXG4gIDB4NzJiZTVkNzQsXG4gIDB4ODBkZWIxZmUsXG4gIDB4OWJkYzA2YTcsXG4gIDB4YzE5YmYxNzQsXG4gIDB4ZTQ5YjY5YzEsXG4gIDB4ZWZiZTQ3ODYsXG4gIDB4MGZjMTlkYzYsXG4gIDB4MjQwY2ExY2MsXG4gIDB4MmRlOTJjNmYsXG4gIDB4NGE3NDg0YWEsXG4gIDB4NWNiMGE5ZGMsXG4gIDB4NzZmOTg4ZGEsXG4gIDB4OTgzZTUxNTIsXG4gIDB4YTgzMWM2NmQsXG4gIDB4YjAwMzI3YzgsXG4gIDB4YmY1OTdmYzcsXG4gIDB4YzZlMDBiZjMsXG4gIDB4ZDVhNzkxNDcsXG4gIDB4MDZjYTYzNTEsXG4gIDB4MTQyOTI5NjcsXG4gIDB4MjdiNzBhODUsXG4gIDB4MmUxYjIxMzgsXG4gIDB4NGQyYzZkZmMsXG4gIDB4NTMzODBkMTMsXG4gIDB4NjUwYTczNTQsXG4gIDB4NzY2YTBhYmIsXG4gIDB4ODFjMmM5MmUsXG4gIDB4OTI3MjJjODUsXG4gIDB4YTJiZmU4YTEsXG4gIDB4YTgxYTY2NGIsXG4gIDB4YzI0YjhiNzAsXG4gIDB4Yzc2YzUxYTMsXG4gIDB4ZDE5MmU4MTksXG4gIDB4ZDY5OTA2MjQsXG4gIDB4ZjQwZTM1ODUsXG4gIDB4MTA2YWEwNzAsXG4gIDB4MTlhNGMxMTYsXG4gIDB4MWUzNzZjMDgsXG4gIDB4Mjc0ODc3NGMsXG4gIDB4MzRiMGJjYjUsXG4gIDB4MzkxYzBjYjMsXG4gIDB4NGVkOGFhNGEsXG4gIDB4NWI5Y2NhNGYsXG4gIDB4NjgyZTZmZjMsXG4gIDB4NzQ4ZjgyZWUsXG4gIDB4NzhhNTYzNmYsXG4gIDB4ODRjODc4MTQsXG4gIDB4OGNjNzAyMDgsXG4gIDB4OTBiZWZmZmEsXG4gIDB4YTQ1MDZjZWIsXG4gIDB4YmVmOWEzZjcsXG4gIDB4YzY3MTc4ZjJcbl0pO1xuXG4vKipcbiAqIEBpbnRlcm5hbFxuICovXG5leHBvcnQgY29uc3QgSU5JVCA9IFtcbiAgMHg2YTA5ZTY2NyxcbiAgMHhiYjY3YWU4NSxcbiAgMHgzYzZlZjM3MixcbiAgMHhhNTRmZjUzYSxcbiAgMHg1MTBlNTI3ZixcbiAgMHg5YjA1Njg4YyxcbiAgMHgxZjgzZDlhYixcbiAgMHg1YmUwY2QxOVxuXTtcblxuLyoqXG4gKiBAaW50ZXJuYWxcbiAqL1xuZXhwb3J0IGNvbnN0IE1BWF9IQVNIQUJMRV9MRU5HVEggPSAyICoqIDUzIC0gMTtcbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/build/index.d.ts b/node_modules/@aws-crypto/sha256-js/build/index.d.ts new file mode 100644 index 000000000..4554d8a3b --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/index.d.ts @@ -0,0 +1 @@ +export * from "./jsSha256"; diff --git a/node_modules/@aws-crypto/sha256-js/build/index.js b/node_modules/@aws-crypto/sha256-js/build/index.js new file mode 100644 index 000000000..595e90726 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +var tslib_1 = require("tslib"); +(0, tslib_1.__exportStar)(require("./jsSha256"), exports); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsMERBQTJCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vanNTaGEyNTZcIjtcbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts b/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts new file mode 100644 index 000000000..7e4a3fd6a --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts @@ -0,0 +1,10 @@ +import { Hash, SourceData } from "@aws-sdk/types"; +export declare class Sha256 implements Hash { + private readonly hash; + private readonly outer?; + private error; + constructor(secret?: SourceData); + update(toHash: SourceData): void; + digestSync(): Uint8Array; + digest(): Promise; +} diff --git a/node_modules/@aws-crypto/sha256-js/build/jsSha256.js b/node_modules/@aws-crypto/sha256-js/build/jsSha256.js new file mode 100644 index 000000000..f846b3492 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/jsSha256.js @@ -0,0 +1,80 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Sha256 = void 0; +var tslib_1 = require("tslib"); +var constants_1 = require("./constants"); +var RawSha256_1 = require("./RawSha256"); +var util_1 = require("@aws-crypto/util"); +var Sha256 = /** @class */ (function () { + function Sha256(secret) { + this.hash = new RawSha256_1.RawSha256(); + if (secret) { + this.outer = new RawSha256_1.RawSha256(); + var inner = bufferFromSecret(secret); + var outer = new Uint8Array(constants_1.BLOCK_SIZE); + outer.set(inner); + for (var i = 0; i < constants_1.BLOCK_SIZE; i++) { + inner[i] ^= 0x36; + outer[i] ^= 0x5c; + } + this.hash.update(inner); + this.outer.update(outer); + // overwrite the copied key in memory + for (var i = 0; i < inner.byteLength; i++) { + inner[i] = 0; + } + } + } + Sha256.prototype.update = function (toHash) { + if ((0, util_1.isEmptyData)(toHash) || this.error) { + return; + } + try { + this.hash.update((0, util_1.convertToBuffer)(toHash)); + } + catch (e) { + this.error = e; + } + }; + /* This synchronous method keeps compatibility + * with the v2 aws-sdk. + */ + Sha256.prototype.digestSync = function () { + if (this.error) { + throw this.error; + } + if (this.outer) { + if (!this.outer.finished) { + this.outer.update(this.hash.digest()); + } + return this.outer.digest(); + } + return this.hash.digest(); + }; + /* The underlying digest method here is synchronous. + * To keep the same interface with the other hash functions + * the default is to expose this as an async method. + * However, it can sometimes be useful to have a sync method. + */ + Sha256.prototype.digest = function () { + return (0, tslib_1.__awaiter)(this, void 0, void 0, function () { + return (0, tslib_1.__generator)(this, function (_a) { + return [2 /*return*/, this.digestSync()]; + }); + }); + }; + return Sha256; +}()); +exports.Sha256 = Sha256; +function bufferFromSecret(secret) { + var input = (0, util_1.convertToBuffer)(secret); + if (input.byteLength > constants_1.BLOCK_SIZE) { + var bufferHash = new RawSha256_1.RawSha256(); + bufferHash.update(input); + input = bufferHash.digest(); + } + var buffer = new Uint8Array(constants_1.BLOCK_SIZE); + buffer.set(input); + return buffer; +} +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNTaGEyNTYuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvanNTaGEyNTYudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLHlDQUF5QztBQUN6Qyx5Q0FBd0M7QUFFeEMseUNBQWdFO0FBRWhFO0lBS0UsZ0JBQVksTUFBbUI7UUFKZCxTQUFJLEdBQUcsSUFBSSxxQkFBUyxFQUFFLENBQUM7UUFLdEMsSUFBSSxNQUFNLEVBQUU7WUFDVixJQUFJLENBQUMsS0FBSyxHQUFHLElBQUkscUJBQVMsRUFBRSxDQUFDO1lBQzdCLElBQU0sS0FBSyxHQUFHLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxDQUFDO1lBQ3ZDLElBQU0sS0FBSyxHQUFHLElBQUksVUFBVSxDQUFDLHNCQUFVLENBQUMsQ0FBQztZQUN6QyxLQUFLLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO1lBRWpCLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxzQkFBVSxFQUFFLENBQUMsRUFBRSxFQUFFO2dCQUNuQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksSUFBSSxDQUFDO2dCQUNqQixLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksSUFBSSxDQUFDO2FBQ2xCO1lBRUQsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDeEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7WUFFekIscUNBQXFDO1lBQ3JDLEtBQUssSUFBSSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUMsR0FBRyxLQUFLLENBQUMsVUFBVSxFQUFFLENBQUMsRUFBRSxFQUFFO2dCQUN6QyxLQUFLLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDO2FBQ2Q7U0FDRjtJQUNILENBQUM7SUFFRCx1QkFBTSxHQUFOLFVBQU8sTUFBa0I7UUFDdkIsSUFBSSxJQUFBLGtCQUFXLEVBQUMsTUFBTSxDQUFDLElBQUksSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNyQyxPQUFPO1NBQ1I7UUFFRCxJQUFJO1lBQ0YsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBQSxzQkFBZSxFQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUM7U0FDM0M7UUFBQyxPQUFPLENBQUMsRUFBRTtZQUNWLElBQUksQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDO1NBQ2hCO0lBQ0gsQ0FBQztJQUVEOztPQUVHO0lBQ0gsMkJBQVUsR0FBVjtRQUNFLElBQUksSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNkLE1BQU0sSUFBSSxDQUFDLEtBQUssQ0FBQztTQUNsQjtRQUVELElBQUksSUFBSSxDQUFDLEtBQUssRUFBRTtZQUNkLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLFFBQVEsRUFBRTtnQkFDeEIsSUFBSSxDQUFDLEtBQUssQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsQ0FBQyxDQUFDO2FBQ3ZDO1lBRUQsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLE1BQU0sRUFBRSxDQUFDO1NBQzVCO1FBRUQsT0FBTyxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFRDs7OztPQUlHO0lBQ0csdUJBQU0sR0FBWjs7O2dCQUNFLHNCQUFPLElBQUksQ0FBQyxVQUFVLEVBQUUsRUFBQzs7O0tBQzFCO0lBQ0gsYUFBQztBQUFELENBQUMsQUFsRUQsSUFrRUM7QUFsRVksd0JBQU07QUFvRW5CLFNBQVMsZ0JBQWdCLENBQUMsTUFBa0I7SUFDMUMsSUFBSSxLQUFLLEdBQUcsSUFBQSxzQkFBZSxFQUFDLE1BQU0sQ0FBQyxDQUFDO0lBRXBDLElBQUksS0FBSyxDQUFDLFVBQVUsR0FBRyxzQkFBVSxFQUFFO1FBQ2pDLElBQU0sVUFBVSxHQUFHLElBQUkscUJBQVMsRUFBRSxDQUFDO1FBQ25DLFVBQVUsQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDekIsS0FBSyxHQUFHLFVBQVUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztLQUM3QjtJQUVELElBQU0sTUFBTSxHQUFHLElBQUksVUFBVSxDQUFDLHNCQUFVLENBQUMsQ0FBQztJQUMxQyxNQUFNLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2xCLE9BQU8sTUFBTSxDQUFDO0FBQ2hCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCTE9DS19TSVpFIH0gZnJvbSBcIi4vY29uc3RhbnRzXCI7XG5pbXBvcnQgeyBSYXdTaGEyNTYgfSBmcm9tIFwiLi9SYXdTaGEyNTZcIjtcbmltcG9ydCB7IEhhc2gsIFNvdXJjZURhdGEgfSBmcm9tIFwiQGF3cy1zZGsvdHlwZXNcIjtcbmltcG9ydCB7IGlzRW1wdHlEYXRhLCBjb252ZXJ0VG9CdWZmZXIgfSBmcm9tIFwiQGF3cy1jcnlwdG8vdXRpbFwiO1xuXG5leHBvcnQgY2xhc3MgU2hhMjU2IGltcGxlbWVudHMgSGFzaCB7XG4gIHByaXZhdGUgcmVhZG9ubHkgaGFzaCA9IG5ldyBSYXdTaGEyNTYoKTtcbiAgcHJpdmF0ZSByZWFkb25seSBvdXRlcj86IFJhd1NoYTI1NjtcbiAgcHJpdmF0ZSBlcnJvcjogYW55O1xuXG4gIGNvbnN0cnVjdG9yKHNlY3JldD86IFNvdXJjZURhdGEpIHtcbiAgICBpZiAoc2VjcmV0KSB7XG4gICAgICB0aGlzLm91dGVyID0gbmV3IFJhd1NoYTI1NigpO1xuICAgICAgY29uc3QgaW5uZXIgPSBidWZmZXJGcm9tU2VjcmV0KHNlY3JldCk7XG4gICAgICBjb25zdCBvdXRlciA9IG5ldyBVaW50OEFycmF5KEJMT0NLX1NJWkUpO1xuICAgICAgb3V0ZXIuc2V0KGlubmVyKTtcblxuICAgICAgZm9yIChsZXQgaSA9IDA7IGkgPCBCTE9DS19TSVpFOyBpKyspIHtcbiAgICAgICAgaW5uZXJbaV0gXj0gMHgzNjtcbiAgICAgICAgb3V0ZXJbaV0gXj0gMHg1YztcbiAgICAgIH1cblxuICAgICAgdGhpcy5oYXNoLnVwZGF0ZShpbm5lcik7XG4gICAgICB0aGlzLm91dGVyLnVwZGF0ZShvdXRlcik7XG5cbiAgICAgIC8vIG92ZXJ3cml0ZSB0aGUgY29waWVkIGtleSBpbiBtZW1vcnlcbiAgICAgIGZvciAobGV0IGkgPSAwOyBpIDwgaW5uZXIuYnl0ZUxlbmd0aDsgaSsrKSB7XG4gICAgICAgIGlubmVyW2ldID0gMDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICB1cGRhdGUodG9IYXNoOiBTb3VyY2VEYXRhKTogdm9pZCB7XG4gICAgaWYgKGlzRW1wdHlEYXRhKHRvSGFzaCkgfHwgdGhpcy5lcnJvcikge1xuICAgICAgcmV0dXJuO1xuICAgIH1cblxuICAgIHRyeSB7XG4gICAgICB0aGlzLmhhc2gudXBkYXRlKGNvbnZlcnRUb0J1ZmZlcih0b0hhc2gpKTtcbiAgICB9IGNhdGNoIChlKSB7XG4gICAgICB0aGlzLmVycm9yID0gZTtcbiAgICB9XG4gIH1cblxuICAvKiBUaGlzIHN5bmNocm9ub3VzIG1ldGhvZCBrZWVwcyBjb21wYXRpYmlsaXR5XG4gICAqIHdpdGggdGhlIHYyIGF3cy1zZGsuXG4gICAqL1xuICBkaWdlc3RTeW5jKCk6IFVpbnQ4QXJyYXkge1xuICAgIGlmICh0aGlzLmVycm9yKSB7XG4gICAgICB0aHJvdyB0aGlzLmVycm9yO1xuICAgIH1cblxuICAgIGlmICh0aGlzLm91dGVyKSB7XG4gICAgICBpZiAoIXRoaXMub3V0ZXIuZmluaXNoZWQpIHtcbiAgICAgICAgdGhpcy5vdXRlci51cGRhdGUodGhpcy5oYXNoLmRpZ2VzdCgpKTtcbiAgICAgIH1cblxuICAgICAgcmV0dXJuIHRoaXMub3V0ZXIuZGlnZXN0KCk7XG4gICAgfVxuXG4gICAgcmV0dXJuIHRoaXMuaGFzaC5kaWdlc3QoKTtcbiAgfVxuXG4gIC8qIFRoZSB1bmRlcmx5aW5nIGRpZ2VzdCBtZXRob2QgaGVyZSBpcyBzeW5jaHJvbm91cy5cbiAgICogVG8ga2VlcCB0aGUgc2FtZSBpbnRlcmZhY2Ugd2l0aCB0aGUgb3RoZXIgaGFzaCBmdW5jdGlvbnNcbiAgICogdGhlIGRlZmF1bHQgaXMgdG8gZXhwb3NlIHRoaXMgYXMgYW4gYXN5bmMgbWV0aG9kLlxuICAgKiBIb3dldmVyLCBpdCBjYW4gc29tZXRpbWVzIGJlIHVzZWZ1bCB0byBoYXZlIGEgc3luYyBtZXRob2QuXG4gICAqL1xuICBhc3luYyBkaWdlc3QoKTogUHJvbWlzZTxVaW50OEFycmF5PiB7XG4gICAgcmV0dXJuIHRoaXMuZGlnZXN0U3luYygpO1xuICB9XG59XG5cbmZ1bmN0aW9uIGJ1ZmZlckZyb21TZWNyZXQoc2VjcmV0OiBTb3VyY2VEYXRhKTogVWludDhBcnJheSB7XG4gIGxldCBpbnB1dCA9IGNvbnZlcnRUb0J1ZmZlcihzZWNyZXQpO1xuXG4gIGlmIChpbnB1dC5ieXRlTGVuZ3RoID4gQkxPQ0tfU0laRSkge1xuICAgIGNvbnN0IGJ1ZmZlckhhc2ggPSBuZXcgUmF3U2hhMjU2KCk7XG4gICAgYnVmZmVySGFzaC51cGRhdGUoaW5wdXQpO1xuICAgIGlucHV0ID0gYnVmZmVySGFzaC5kaWdlc3QoKTtcbiAgfVxuXG4gIGNvbnN0IGJ1ZmZlciA9IG5ldyBVaW50OEFycmF5KEJMT0NLX1NJWkUpO1xuICBidWZmZXIuc2V0KGlucHV0KTtcbiAgcmV0dXJuIGJ1ZmZlcjtcbn1cbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts b/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts new file mode 100644 index 000000000..d88034325 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts @@ -0,0 +1,5 @@ +export declare const hashTestVectors: Array<[Uint8Array, Uint8Array]>; +/** + * @see https://tools.ietf.org/html/rfc4231 + */ +export declare const hmacTestVectors: Array<[Uint8Array, Uint8Array, Uint8Array]>; diff --git a/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js b/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js new file mode 100644 index 000000000..791326c55 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js @@ -0,0 +1,322 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.hmacTestVectors = exports.hashTestVectors = void 0; +var util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); +var millionChars = new Uint8Array(1000000); +for (var i = 0; i < 1000000; i++) { + millionChars[i] = 97; +} +exports.hashTestVectors = [ + [ + Uint8Array.from([97, 98, 99]), + (0, util_hex_encoding_1.fromHex)("ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad") + ], + [ + new Uint8Array(0), + (0, util_hex_encoding_1.fromHex)("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855") + ], + [ + (0, util_hex_encoding_1.fromHex)("61"), + (0, util_hex_encoding_1.fromHex)("ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161"), + (0, util_hex_encoding_1.fromHex)("961b6dd3ede3cb8ecbaacbd68de040cd78eb2ed5889130cceb4c49268ea4d506") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161"), + (0, util_hex_encoding_1.fromHex)("9834876dcfb05cb167a5c24953eba58c4ac89b1adf57f28f2f9d09af107ee8f0") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161"), + (0, util_hex_encoding_1.fromHex)("61be55a8e2f6b4e172338bddf184d6dbee29c98853e0a0485ecee7f27b9af0b4") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161"), + (0, util_hex_encoding_1.fromHex)("ed968e840d10d2d313a870bc131a4e2c311d7ad09bdf32b3418147221f51a6e2") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161"), + (0, util_hex_encoding_1.fromHex)("ed02457b5c41d964dbd2f2a609d63fe1bb7528dbe55e1abf5b52c249cd735797") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161"), + (0, util_hex_encoding_1.fromHex)("e46240714b5db3a23eee60479a623efba4d633d27fe4f03c904b9e219a7fbe60") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161"), + (0, util_hex_encoding_1.fromHex)("1f3ce40415a2081fa3eee75fc39fff8e56c22270d1a978a7249b592dcebd20b4") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161"), + (0, util_hex_encoding_1.fromHex)("f2aca93b80cae681221f0445fa4e2cae8a1f9f8fa1e1741d9639caad222f537d") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161"), + (0, util_hex_encoding_1.fromHex)("bf2cb58a68f684d95a3b78ef8f661c9a4e5b09e82cc8f9cc88cce90528caeb27") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("28cb017dfc99073aa1b47c1b30f413e3ce774c4991eb4158de50f9dbb36d8043") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("f24abc34b13fade76e805799f71187da6cd90b9cac373ae65ed57f143bd664e5") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("a689d786e81340e45511dec6c7ab2d978434e5db123362450fe10cfac70d19d0") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("82cab7df0abfb9d95dca4e5937ce2968c798c726fea48c016bf9763221efda13") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("ef2df0b539c6c23de0f4cbe42648c301ae0e22e887340a4599fb4ef4e2678e48") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("0c0beacef8877bbf2416eb00f2b5dc96354e26dd1df5517320459b1236860f8c") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("b860666ee2966dd8f903be44ee605c6e1366f926d9f17a8f49937d11624eb99d") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("c926defaaa3d13eda2fc63a553bb7fb7326bece6e7cb67ca5296e4727d89bab4") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("a0b4aaab8a966e2193ba172d68162c4656860197f256b5f45f0203397ff3f99c") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("42492da06234ad0ac76f5d5debdb6d1ae027cffbe746a1c13b89bb8bc0139137") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("7df8e299c834de198e264c3e374bc58ecd9382252a705c183beb02f275571e3b") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("ec7c494df6d2a7ea36668d656e6b8979e33641bfea378c15038af3964db057a3") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("897d3e95b65f26676081f8b9f3a98b6ee4424566303e8d4e7c7522ebae219eab") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("09f61f8d9cd65e6a0c258087c485b6293541364e42bd97b2d7936580c8aa3c54") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("2f521e2a7d0bd812cbc035f4ed6806eb8d851793b04ba147e8f66b72f5d1f20f") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("9976d549a25115dab4e36d0c1fb8f31cb07da87dd83275977360eb7dc09e88de") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("cc0616e61cbd6e8e5e34e9fb2d320f37de915820206f5696c31f1fbd24aa16de") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("9c547cb8115a44883b9f70ba68f75117cd55359c92611875e386f8af98c172ab") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("6913c9c7fd42fe23df8b6bcd4dbaf1c17748948d97f2980b432319c39eddcf6c") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("3a54fc0cbc0b0ef48b6507b7788096235d10292dd3ae24e22f5aa062d4f9864a") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("61c60b487d1a921e0bcc9bf853dda0fb159b30bf57b2e2d2c753b00be15b5a09") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("3ba3f5f43b92602683c19aee62a20342b084dd5971ddd33808d81a328879a547") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("852785c805c77e71a22340a54e9d95933ed49121e7d2bf3c2d358854bc1359ea") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("a27c896c4859204843166af66f0e902b9c3b3ed6d2fd13d435abc020065c526f") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("629362afc62c74497caed2272e30f8125ecd0965f8d8d7cfc4e260f7f8dd319d") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("22c1d24bcd03e9aee9832efccd6da613fc702793178e5f12c945c7b67ddda933") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("21ec055b38ce759cd4d0f477e9bdec2c5b8199945db4439bae334a964df6246c") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("365a9c3e2c2af0a56e47a9dac51c2c5381bf8f41273bad3175e0e619126ad087") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("b4d5e56e929ba4cda349e9274e3603d0be246b82016bca20f363963c5f2d6845") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("e33cdf9c7f7120b98e8c78408953e07f2ecd183006b5606df349b4c212acf43e") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("c0f8bd4dbc2b0c03107c1c37913f2a7501f521467f45dd0fef6958e9a4692719") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("7a538607fdaab9296995929f451565bbb8142e1844117322aafd2b3d76b01aff") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("66d34fba71f8f450f7e45598853e53bfc23bbd129027cbb131a2f4ffd7878cd0") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("16849877c6c21ef0bfa68e4f6747300ddb171b170b9f00e189edc4c2fc4db93e") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("52789e3423b72beeb898456a4f49662e46b0cbb960784c5ef4b1399d327e7c27") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("6643110c5628fff59edf76d82d5bf573bf800f16a4d65dfb1e5d6f1a46296d0b") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("11eaed932c6c6fddfc2efc394e609facf4abe814fc6180d03b14fce13a07d0e5") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("97daac0ee9998dfcad6c9c0970da5ca411c86233a944c25b47566f6a7bc1ddd5") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("8f9bec6a62dd28ebd36d1227745592de6658b36974a3bb98a4c582f683ea6c42") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("160b4e433e384e05e537dc59b467f7cb2403f0214db15c5db58862a3f1156d2e") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("bfc5fe0e360152ca98c50fab4ed7e3078c17debc2917740d5000913b686ca129") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("6c1b3dc7a706b9dc81352a6716b9c666c608d8626272c64b914ab05572fc6e84") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("abe346a7259fc90b4c27185419628e5e6af6466b1ae9b5446cac4bfc26cf05c4") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("a3f01b6939256127582ac8ae9fb47a382a244680806a3f613a118851c1ca1d47") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("9f4390f8d30c2dd92ec9f095b65e2b9ae9b0a925a5258e241c9f1e910f734318") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("b35439a4ac6f0948b6d6f9e3c6af0f5f590ce20f1bde7090ef7970686ec6738a") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("f13b2d724659eb3bf47f2dd6af1accc87b81f09f59f2b75e5c0bed6589dfe8c6") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("d5c039b748aa64665782974ec3dc3025c042edf54dcdc2b5de31385b094cb678") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("111bb261277afd65f0744b247cd3e47d386d71563d0ed995517807d5ebd4fba3") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("11ee391211c6256460b6ed375957fadd8061cafbb31daf967db875aebd5aaad4") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("35d5fc17cfbbadd00f5e710ada39f194c5ad7c766ad67072245f1fad45f0f530") + ], + [ + (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("f506898cc7c2e092f9eb9fadae7ba50383f5b46a2a4fe5597dbb553a78981268") + ], + [ + (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("7d3e74a05d7db15bce4ad9ec0658ea98e3f06eeecf16b4c6fff2da457ddc2f34") + ], + [ + (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"), + (0, util_hex_encoding_1.fromHex)("ffe054fe7ae0cb6dc65c3af9b61d5209f439851db43d0ba5997337df154668eb") + ], + [ + (0, util_hex_encoding_1.fromHex)("de188941a3375d3a8a061e67576e926dc71a7fa3f0cceb97452b4d3227965f9ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629e"), + (0, util_hex_encoding_1.fromHex)("038051e9c324393bd1ca1978dd0952c2aa3742ca4f1bd5cd4611cea83892d382") + ], + [ + millionChars, + (0, util_hex_encoding_1.fromHex)("cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0") + ], + [ + (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"), + (0, util_hex_encoding_1.fromHex)("45ad4b37c6e2fc0a2cfcc1b5da524132ec707615c2cae1dbbc43c97aa521db81") + ] +]; +/** + * @see https://tools.ietf.org/html/rfc4231 + */ +exports.hmacTestVectors = [ + [ + (0, util_hex_encoding_1.fromHex)("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"), + (0, util_hex_encoding_1.fromHex)("4869205468657265"), + (0, util_hex_encoding_1.fromHex)("b0344c61d8db38535ca8afceaf0bf12b881dc200c9833da726e9376c2e32cff7") + ], + [ + (0, util_hex_encoding_1.fromHex)("4a656665"), + (0, util_hex_encoding_1.fromHex)("7768617420646f2079612077616e7420666f72206e6f7468696e673f"), + (0, util_hex_encoding_1.fromHex)("5bdcc146bf60754e6a042426089575c75a003f089d2739839dec58b964ec3843") + ], + [ + (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"), + (0, util_hex_encoding_1.fromHex)("dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd"), + (0, util_hex_encoding_1.fromHex)("773ea91e36800e46854db8ebd09181a72959098b3ef8c122d9635514ced565fe") + ], + [ + (0, util_hex_encoding_1.fromHex)("0102030405060708090a0b0c0d0e0f10111213141516171819"), + (0, util_hex_encoding_1.fromHex)("cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd"), + (0, util_hex_encoding_1.fromHex)("82558a389a443c0ea4cc819899f2083a85f0faa3e578f8077a2e3ff46729665b") + ], + [ + (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"), + (0, util_hex_encoding_1.fromHex)("54657374205573696e67204c6172676572205468616e20426c6f636b2d53697a65204b6579202d2048617368204b6579204669727374"), + (0, util_hex_encoding_1.fromHex)("60e431591ee0b67f0d8a26aacbf5b77f8e0bc6213728c5140546040f0ee37f54") + ], + [ + (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"), + (0, util_hex_encoding_1.fromHex)("5468697320697320612074657374207573696e672061206c6172676572207468616e20626c6f636b2d73697a65206b657920616e642061206c6172676572207468616e20626c6f636b2d73697a6520646174612e20546865206b6579206e6565647320746f20626520686173686564206265666f7265206265696e6720757365642062792074686520484d414320616c676f726974686d2e"), + (0, util_hex_encoding_1.fromHex)("9b09ffa71b942fcb27635fbcd5b0e944bfdc63644f0713938a7f51535c3a35e2") + ] +]; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia25vd25IYXNoZXMuZml4dHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9rbm93bkhhc2hlcy5maXh0dXJlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLGdFQUFxRDtBQUVyRCxJQUFNLFlBQVksR0FBRyxJQUFJLFVBQVUsQ0FBQyxPQUFPLENBQUMsQ0FBQztBQUM3QyxLQUFLLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEdBQUcsT0FBTyxFQUFFLENBQUMsRUFBRSxFQUFFO0lBQ2hDLFlBQVksQ0FBQyxDQUFDLENBQUMsR0FBRyxFQUFFLENBQUM7Q0FDdEI7QUFFWSxRQUFBLGVBQWUsR0FBb0M7SUFDOUQ7UUFDRSxVQUFVLENBQUMsSUFBSSxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQztRQUM3QixJQUFBLDJCQUFPLEVBQUMsa0VBQWtFLENBQUM7S0FDNUU7SUFDRDtRQUNFLElBQUksVUFBVSxDQUFDLENBQUMsQ0FBQztRQUNqQixJQUFBLDJCQUFPLEVBQUMsa0VBQWtFLENBQUM7S0FDNUU7SUFDRDtRQUNFLElBQUEsMkJBQU8sRUFBQyxJQUFJLENBQUM7UUFDYixJQUFBLDJCQUFPLEVBQUMsa0VBQWtFLENBQUM7S0FDNUU7SUFDRDtRQUNFLElBQUEsMkJBQU8sRUFBQyxNQUFNLENBQUM7UUFDZixJQUFBLDJCQUFPLEVBQUMsa0VBQWtFLENBQUM7S0FDNUU7SUFDRDtRQUNFLElBQUEsMkJBQU8sRUFBQyxRQUFRLENBQUM7UUFDakIsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsVUFBVSxDQUFDO1FBQ25CLElBQUEsMkJBQU8sRUFBQyxrRUFBa0UsQ0FBQztLQUM1RTtJQUNEO1FBQ0UsSUFBQSwyQkFBTyxFQUFDLFlBQVksQ0FBQztRQUNyQixJQUFBLDJCQUFPLEVBQUMsa0VBQWtFLENBQUM7S0FDNUU7SUFDRDtRQUNFLElBQUEsMkJBQU8sRUFBQyxjQUFjLENBQUM7UUFDdkIsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsZ0JBQWdCLENBQUM7UUFDekIsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsa0JBQWtCLENBQUM7UUFDM0IsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsb0JBQW9CLENBQUM7UUFDN0IsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsc0JBQXNCLENBQUM7UUFDL0IsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsd0JBQXdCLENBQUM7UUFDakMsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsMEJBQTBCLENBQUM7UUFDbkMsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsNEJBQTRCLENBQUM7UUFDckMsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsOEJBQThCLENBQUM7UUFDdkMsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsZ0NBQWdDLENBQUM7UUFDekMsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsa0NBQWtDLENBQUM7UUFDM0MsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsb0NBQW9DLENBQUM7UUFDN0MsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsc0NBQXNDLENBQUM7UUFDL0MsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsd0NBQXdDLENBQUM7UUFDakQsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsMENBQTBDLENBQUM7UUFDbkQsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsNENBQTRDLENBQUM7UUFDckQsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsOENBQThDLENBQUM7UUFDdkQsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsZ0RBQWdELENBQUM7UUFDekQsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsa0RBQWtELENBQUM7UUFDM0QsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsb0RBQW9ELENBQUM7UUFDN0QsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsc0RBQXNELENBQUM7UUFDL0QsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsd0RBQXdELENBQUM7UUFDakUsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJQUFBLDJCQUFPLEVBQUMsMERBQTBELENBQUM7UUFDbkUsSUFBQSwyQkFBTyxFQUFDLGtFQUFrRSxDQUFDO0tBQzVFO0lBQ0Q7UUFDRSxJ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QztLQUM1RTtJQUNEO1FBQ0UsSUFBQSwyQkFBTyxFQUNMLHdRQUF3USxDQUN6UTtRQUNELElBQUEsMkJBQU8sRUFDTCxrVEFBa1QsQ0FDblQ7UUFDRCxJQUFBLDJCQUFPLEVBQUMsa0VBQWtFLENBQUM7S0FDNUU7Q0FDRixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZnJvbUhleCB9IGZyb20gXCJAYXdzLXNkay91dGlsLWhleC1lbmNvZGluZ1wiO1xuXG5jb25zdCBtaWxsaW9uQ2hhcnMgPSBuZXcgVWludDhBcnJheSgxMDAwMDAwKTtcbmZvciAobGV0IGkgPSAwOyBpIDwgMTAwMDAwMDsgaSsrKSB7XG4gIG1pbGxpb25DaGFyc1tpXSA9IDk3O1xufVxuXG5leHBvcnQgY29uc3QgaGFzaFRlc3RWZWN0b3JzOiBBcnJheTxbVWludDhBcnJheSwgVWludDhBcnJheV0+ID0gW1xuICBbXG4gICAgVWludDhBcnJheS5mcm9tKFs5NywgOTgsIDk5XSksXG4gICAgZnJvbUhleChcImJhNzgxNmJmOGYwMWNmZWE0MTQxNDBkZTVkYWUyMjIzYjAwMzYxYTM5NjE3N2E5Y2I0MTBmZjYxZjIwMDE1YWRcIilcbiAgXSxcbiAgW1xuICAgIG5ldyBVaW50OEFycmF5KDApLFxuICAgIGZyb21IZXgoXCJlM2IwYzQ0Mjk4ZmMxYzE0OWFmYmY0Yzg5OTZmYjkyNDI3YWU0MWU0NjQ5YjkzNGNhNDk1OTkxYjc4NTJiODU1XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjFcIiksXG4gICAgZnJvbUhleChcImNhOTc4MTEyY2ExYmJkY2FmYWMyMzFiMzlhMjNkYzRkYTc4NmVmZjgxNDdjNGU3MmI5ODA3Nzg1YWZlZTQ4YmJcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI5NjFiNmRkM2VkZTNjYjhlY2JhYWNiZDY4ZGUwNDBjZDc4ZWIyZWQ1ODg5MTMwY2NlYjRjNDkyNjhlYTRkNTA2XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI5ODM0ODc2ZGNmYjA1Y2IxNjdhNWMyNDk1M2ViYTU4YzRhYzg5YjFhZGY1N2YyOGYyZjlkMDlhZjEwN2VlOGYwXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcIjYxYmU1NWE4ZTJmNmI0ZTE3MjMzOGJkZGYxODRkNmRiZWUyOWM5ODg1M2UwYTA0ODVlY2VlN2YyN2I5YWYwYjRcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJlZDk2OGU4NDBkMTBkMmQzMTNhODcwYmMxMzFhNGUyYzMxMWQ3YWQwOWJkZjMyYjM0MTgxNDcyMjFmNTFhNmUyXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJlZDAyNDU3YjVjNDFkOTY0ZGJkMmYyYTYwOWQ2M2ZlMWJiNzUyOGRiZTU1ZTFhYmY1YjUyYzI0OWNkNzM1Nzk3XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcImU0NjI0MDcxNGI1ZGIzYTIzZWVlNjA0NzlhNjIzZWZiYTRkNjMzZDI3ZmU0ZjAzYzkwNGI5ZTIxOWE3ZmJlNjBcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCIxZjNjZTQwNDE1YTIwODFmYTNlZWU3NWZjMzlmZmY4ZTU2YzIyMjcwZDFhOTc4YTcyNDliNTkyZGNlYmQyMGI0XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJmMmFjYTkzYjgwY2FlNjgxMjIxZjA0NDVmYTRlMmNhZThhMWY5ZjhmYTFlMTc0MWQ5NjM5Y2FhZDIyMmY1MzdkXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcImJmMmNiNThhNjhmNjg0ZDk1YTNiNzhlZjhmNjYxYzlhNGU1YjA5ZTgyY2M4ZjljYzg4Y2NlOTA1MjhjYWViMjdcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCIyOGNiMDE3ZGZjOTkwNzNhYTFiNDdjMWIzMGY0MTNlM2NlNzc0YzQ5OTFlYjQxNThkZTUwZjlkYmIzNmQ4MDQzXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJmMjRhYmMzNGIxM2ZhZGU3NmU4MDU3OTlmNzExODdkYTZjZDkwYjljYWMzNzNhZTY1ZWQ1N2YxNDNiZDY2NGU1XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcImE2ODlkNzg2ZTgxMzQwZTQ1NTExZGVjNmM3YWIyZDk3ODQzNGU1ZGIxMjMzNjI0NTBmZTEwY2ZhYzcwZDE5ZDBcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI4MmNhYjdkZjBhYmZiOWQ5NWRjYTRlNTkzN2NlMjk2OGM3OThjNzI2ZmVhNDhjMDE2YmY5NzYzMjIxZWZkYTEzXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJlZjJkZjBiNTM5YzZjMjNkZTBmNGNiZTQyNjQ4YzMwMWFlMGUyMmU4ODczNDBhNDU5OWZiNGVmNGUyNjc4ZTQ4XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcIjBjMGJlYWNlZjg4NzdiYmYyNDE2ZWIwMGYyYjVkYzk2MzU0ZTI2ZGQxZGY1NTE3MzIwNDU5YjEyMzY4NjBmOGNcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJiODYwNjY2ZWUyOTY2ZGQ4ZjkwM2JlNDRlZTYwNWM2ZTEzNjZmOTI2ZDlmMTdhOGY0OTkzN2QxMTYyNGViOTlkXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJjOTI2ZGVmYWFhM2QxM2VkYTJmYzYzYTU1M2JiN2ZiNzMyNmJlY2U2ZTdjYjY3Y2E1Mjk2ZTQ3MjdkODliYWI0XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcImEwYjRhYWFiOGE5NjZlMjE5M2JhMTcyZDY4MTYyYzQ2NTY4NjAxOTdmMjU2YjVmNDVmMDIwMzM5N2ZmM2Y5OWNcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI0MjQ5MmRhMDYyMzRhZDBhYzc2ZjVkNWRlYmRiNmQxYWUwMjdjZmZiZTc0NmExYzEzYjg5YmI4YmMwMTM5MTM3XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI3ZGY4ZTI5OWM4MzRkZTE5OGUyNjRjM2UzNzRiYzU4ZWNkOTM4MjI1MmE3MDVjMTgzYmViMDJmMjc1NTcxZTNiXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcImVjN2M0OTRkZjZkMmE3ZWEzNjY2OGQ2NTZlNmI4OTc5ZTMzNjQxYmZlYTM3OGMxNTAzOGFmMzk2NGRiMDU3YTNcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI4OTdkM2U5NWI2NWYyNjY3NjA4MWY4YjlmM2E5OGI2ZWU0NDI0NTY2MzAzZThkNGU3Yzc1MjJlYmFlMjE5ZWFiXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCIwOWY2MWY4ZDljZDY1ZTZhMGMyNTgwODdjNDg1YjYyOTM1NDEzNjRlNDJiZDk3YjJkNzkzNjU4MGM4YWEzYzU0XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcIjJmNTIxZTJhN2QwYmQ4MTJjYmMwMzVmNGVkNjgwNmViOGQ4NTE3OTNiMDRiYTE0N2U4ZjY2YjcyZjVkMWYyMGZcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI5OTc2ZDU0OWEyNTExNWRhYjRlMzZkMGMxZmI4ZjMxY2IwN2RhODdkZDgzMjc1OTc3MzYwZWI3ZGMwOWU4OGRlXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCJjYzA2MTZlNjFjYmQ2ZThlNWUzNGU5ZmIyZDMyMGYzN2RlOTE1ODIwMjA2ZjU2OTZjMzFmMWZiZDI0YWExNmRlXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcIjljNTQ3Y2I4MTE1YTQ0ODgzYjlmNzBiYTY4Zjc1MTE3Y2Q1NTM1OWM5MjYxMTg3NWUzODZmOGFmOThjMTcyYWJcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCI2OTEzYzljN2ZkNDJmZTIzZGY4YjZiY2Q0ZGJhZjFjMTc3NDg5NDhkOTdmMjk4MGI0MzIzMTljMzllZGRjZjZjXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCIzYTU0ZmMwY2JjMGIwZWY0OGI2NTA3Yjc3ODgwOTYyMzVkMTAyOTJkZDNhZTI0ZTIyZjVhYTA2MmQ0Zjk4NjRhXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFwiNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIiksXG4gICAgZnJvbUhleChcIjYxYzYwYjQ4N2QxYTkyMWUwYmNjOWJmODUzZGRhMGZiMTU5YjMwYmY1N2IyZTJkMmM3NTNiMDBiZTE1YjVhMDlcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCIpLFxuICAgIGZyb21IZXgoXCIzYmEzZjVmNDNiOTI2MDI2ODNjMTlhZWU2MmEyMDM0MmIwODRkZDU5NzFkZGQzMzgwOGQ4MWEzMjg4NzlhNTQ3XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjg1Mjc4NWM4MDVjNzdlNzFhMjIzNDBhNTRlOWQ5NTkzM2VkNDkxMjFlN2QyYmYzYzJkMzU4ODU0YmMxMzU5ZWFcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJhMjdjODk2YzQ4NTkyMDQ4NDMxNjZhZjY2ZjBlOTAyYjljM2IzZWQ2ZDJmZDEzZDQzNWFiYzAyMDA2NWM1MjZmXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI2MjkzNjJhZmM2MmM3NDQ5N2NhZWQyMjcyZTMwZjgxMjVlY2QwOTY1ZjhkOGQ3Y2ZjNGUyNjBmN2Y4ZGQzMTlkXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjIyYzFkMjRiY2QwM2U5YWVlOTgzMmVmY2NkNmRhNjEzZmM3MDI3OTMxNzhlNWYxMmM5NDVjN2I2N2RkZGE5MzNcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIyMWVjMDU1YjM4Y2U3NTljZDRkMGY0NzdlOWJkZWMyYzViODE5OTk0NWRiNDQzOWJhZTMzNGE5NjRkZjYyNDZjXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIzNjVhOWMzZTJjMmFmMGE1NmU0N2E5ZGFjNTFjMmM1MzgxYmY4ZjQxMjczYmFkMzE3NWUwZTYxOTEyNmFkMDg3XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcImI0ZDVlNTZlOTI5YmE0Y2RhMzQ5ZTkyNzRlMzYwM2QwYmUyNDZiODIwMTZiY2EyMGYzNjM5NjNjNWYyZDY4NDVcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJlMzNjZGY5YzdmNzEyMGI5OGU4Yzc4NDA4OTUzZTA3ZjJlY2QxODMwMDZiNTYwNmRmMzQ5YjRjMjEyYWNmNDNlXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJjMGY4YmQ0ZGJjMmIwYzAzMTA3YzFjMzc5MTNmMmE3NTAxZjUyMTQ2N2Y0NWRkMGZlZjY5NThlOWE0NjkyNzE5XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjdhNTM4NjA3ZmRhYWI5Mjk2OTk1OTI5ZjQ1MTU2NWJiYjgxNDJlMTg0NDExNzMyMmFhZmQyYjNkNzZiMDFhZmZcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI2NmQzNGZiYTcxZjhmNDUwZjdlNDU1OTg4NTNlNTNiZmMyM2JiZDEyOTAyN2NiYjEzMWEyZjRmZmQ3ODc4Y2QwXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIxNjg0OTg3N2M2YzIxZWYwYmZhNjhlNGY2NzQ3MzAwZGRiMTcxYjE3MGI5ZjAwZTE4OWVkYzRjMmZjNGRiOTNlXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjUyNzg5ZTM0MjNiNzJiZWViODk4NDU2YTRmNDk2NjJlNDZiMGNiYjk2MDc4NGM1ZWY0YjEzOTlkMzI3ZTdjMjdcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI2NjQzMTEwYzU2MjhmZmY1OWVkZjc2ZDgyZDViZjU3M2JmODAwZjE2YTRkNjVkZmIxZTVkNmYxYTQ2Mjk2ZDBiXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIxMWVhZWQ5MzJjNmM2ZmRkZmMyZWZjMzk0ZTYwOWZhY2Y0YWJlODE0ZmM2MTgwZDAzYjE0ZmNlMTNhMDdkMGU1XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjk3ZGFhYzBlZTk5OThkZmNhZDZjOWMwOTcwZGE1Y2E0MTFjODYyMzNhOTQ0YzI1YjQ3NTY2ZjZhN2JjMWRkZDVcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI4ZjliZWM2YTYyZGQyOGViZDM2ZDEyMjc3NDU1OTJkZTY2NThiMzY5NzRhM2JiOThhNGM1ODJmNjgzZWE2YzQyXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIxNjBiNGU0MzNlMzg0ZTA1ZTUzN2RjNTliNDY3ZjdjYjI0MDNmMDIxNGRiMTVjNWRiNTg4NjJhM2YxMTU2ZDJlXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcImJmYzVmZTBlMzYwMTUyY2E5OGM1MGZhYjRlZDdlMzA3OGMxN2RlYmMyOTE3NzQwZDUwMDA5MTNiNjg2Y2ExMjlcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI2YzFiM2RjN2E3MDZiOWRjODEzNTJhNjcxNmI5YzY2NmM2MDhkODYyNjI3MmM2NGI5MTRhYjA1NTcyZmM2ZTg0XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJhYmUzNDZhNzI1OWZjOTBiNGMyNzE4NTQxOTYyOGU1ZTZhZjY0NjZiMWFlOWI1NDQ2Y2FjNGJmYzI2Y2YwNWM0XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcImEzZjAxYjY5MzkyNTYxMjc1ODJhYzhhZTlmYjQ3YTM4MmEyNDQ2ODA4MDZhM2Y2MTNhMTE4ODUxYzFjYTFkNDdcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI5ZjQzOTBmOGQzMGMyZGQ5MmVjOWYwOTViNjVlMmI5YWU5YjBhOTI1YTUyNThlMjQxYzlmMWU5MTBmNzM0MzE4XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJiMzU0MzlhNGFjNmYwOTQ4YjZkNmY5ZTNjNmFmMGY1ZjU5MGNlMjBmMWJkZTcwOTBlZjc5NzA2ODZlYzY3MzhhXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcImYxM2IyZDcyNDY1OWViM2JmNDdmMmRkNmFmMWFjY2M4N2I4MWYwOWY1OWYyYjc1ZTVjMGJlZDY1ODlkZmU4YzZcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJkNWMwMzliNzQ4YWE2NDY2NTc4Mjk3NGVjM2RjMzAyNWMwNDJlZGY1NGRjZGMyYjVkZTMxMzg1YjA5NGNiNjc4XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIxMTFiYjI2MTI3N2FmZDY1ZjA3NDRiMjQ3Y2QzZTQ3ZDM4NmQ3MTU2M2QwZWQ5OTU1MTc4MDdkNWViZDRmYmEzXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjExZWUzOTEyMTFjNjI1NjQ2MGI2ZWQzNzU5NTdmYWRkODA2MWNhZmJiMzFkYWY5NjdkYjg3NWFlYmQ1YWFhZDRcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCIzNWQ1ZmMxN2NmYmJhZGQwMGY1ZTcxMGFkYTM5ZjE5NGM1YWQ3Yzc2NmFkNjcwNzIyNDVmMWZhZDQ1ZjBmNTMwXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJmNTA2ODk4Y2M3YzJlMDkyZjllYjlmYWRhZTdiYTUwMzgzZjViNDZhMmE0ZmU1NTk3ZGJiNTUzYTc4OTgxMjY4XCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCI2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjFcIlxuICAgICksXG4gICAgZnJvbUhleChcIjdkM2U3NGEwNWQ3ZGIxNWJjZTRhZDllYzA2NThlYTk4ZTNmMDZlZWVjZjE2YjRjNmZmZjJkYTQ1N2RkYzJmMzRcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXG4gICAgICBcIjYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxNjE2MTYxXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCJmZmUwNTRmZTdhZTBjYjZkYzY1YzNhZjliNjFkNTIwOWY0Mzk4NTFkYjQzZDBiYTU5OTczMzdkZjE1NDY2OGViXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCJkZTE4ODk0MWEzMzc1ZDNhOGEwNjFlNjc1NzZlOTI2ZGM3MWE3ZmEzZjBjY2ViOTc0NTJiNGQzMjI3OTY1ZjllYThjYzc1MDc2ZDlmYjljNTQxN2FhNWNiMzBmYzIyMTk4YjM0OTgyZGJiNjI5ZVwiXG4gICAgKSxcbiAgICBmcm9tSGV4KFwiMDM4MDUxZTljMzI0MzkzYmQxY2ExOTc4ZGQwOTUyYzJhYTM3NDJjYTRmMWJkNWNkNDYxMWNlYTgzODkyZDM4MlwiKVxuICBdLFxuICBbXG4gICAgbWlsbGlvbkNoYXJzLFxuICAgIGZyb21IZXgoXCJjZGM3NmU1Yzk5MTRmYjkyODFhMWM3ZTI4NGQ3M2U2N2YxODA5YTQ4YTQ5NzIwMGUwNDZkMzljY2M3MTEyY2QwXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCJhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI0NWFkNGIzN2M2ZTJmYzBhMmNmY2MxYjVkYTUyNDEzMmVjNzA3NjE1YzJjYWUxZGJiYzQzYzk3YWE1MjFkYjgxXCIpXG4gIF1cbl07XG5cbi8qKlxuICogQHNlZSBodHRwczovL3Rvb2xzLmlldGYub3JnL2h0bWwvcmZjNDIzMVxuICovXG5leHBvcnQgY29uc3QgaG1hY1Rlc3RWZWN0b3JzOiBBcnJheTxbVWludDhBcnJheSwgVWludDhBcnJheSwgVWludDhBcnJheV0+ID0gW1xuICBbXG4gICAgZnJvbUhleChcIjBiMGIwYjBiMGIwYjBiMGIwYjBiMGIwYjBiMGIwYjBiMGIwYjBiMGJcIiksXG4gICAgZnJvbUhleChcIjQ4NjkyMDU0Njg2NTcyNjVcIiksXG4gICAgZnJvbUhleChcImIwMzQ0YzYxZDhkYjM4NTM1Y2E4YWZjZWFmMGJmMTJiODgxZGMyMDBjOTgzM2RhNzI2ZTkzNzZjMmUzMmNmZjdcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCI0YTY1NjY2NVwiKSxcbiAgICBmcm9tSGV4KFwiNzc2ODYxNzQyMDY0NmYyMDc5NjEyMDc3NjE2ZTc0MjA2NjZmNzIyMDZlNmY3NDY4Njk2ZTY3M2ZcIiksXG4gICAgZnJvbUhleChcIjViZGNjMTQ2YmY2MDc1NGU2YTA0MjQyNjA4OTU3NWM3NWEwMDNmMDg5ZDI3Mzk4MzlkZWM1OGI5NjRlYzM4NDNcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCJhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhXCIpLFxuICAgIGZyb21IZXgoXG4gICAgICBcImRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRcIlxuICAgICksXG4gICAgZnJvbUhleChcIjc3M2VhOTFlMzY4MDBlNDY4NTRkYjhlYmQwOTE4MWE3Mjk1OTA5OGIzZWY4YzEyMmQ5NjM1NTE0Y2VkNTY1ZmVcIilcbiAgXSxcbiAgW1xuICAgIGZyb21IZXgoXCIwMTAyMDMwNDA1MDYwNzA4MDkwYTBiMGMwZDBlMGYxMDExMTIxMzE0MTUxNjE3MTgxOVwiKSxcbiAgICBmcm9tSGV4KFxuICAgICAgXCJjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkY2RjZGNkXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI4MjU1OGEzODlhNDQzYzBlYTRjYzgxOTg5OWYyMDgzYTg1ZjBmYWEzZTU3OGY4MDc3YTJlM2ZmNDY3Mjk2NjViXCIpXG4gIF0sXG4gIFtcbiAgICBmcm9tSGV4KFxuICAgICAgXCJhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhXCJcbiAgICApLFxuICAgIGZyb21IZXgoXG4gICAgICBcIjU0NjU3Mzc0MjA1NTczNjk2ZTY3MjA0YzYxNzI2NzY1NzIyMDU0Njg2MTZlMjA0MjZjNmY2MzZiMmQ1MzY5N2E2NTIwNGI2NTc5MjAyZDIwNDg2MTczNjgyMDRiNjU3OTIwNDY2OTcyNzM3NFwiXG4gICAgKSxcbiAgICBmcm9tSGV4KFwiNjBlNDMxNTkxZWUwYjY3ZjBkOGEyNmFhY2JmNWI3N2Y4ZTBiYzYyMTM3MjhjNTE0MDU0NjA0MGYwZWUzN2Y1NFwiKVxuICBdLFxuICBbXG4gICAgZnJvbUhleChcbiAgICAgIFwiYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYVwiXG4gICAgKSxcbiAgICBmcm9tSGV4KFxuICAgICAgXCI1NDY4Njk3MzIwNjk3MzIwNjEyMDc0NjU3Mzc0MjA3NTczNjk2ZTY3MjA2MTIwNmM2MTcyNjc2NTcyMjA3NDY4NjE2ZTIwNjI2YzZmNjM2YjJkNzM2OTdhNjUyMDZiNjU3OTIwNjE2ZTY0MjA2MTIwNmM2MTcyNjc2NTcyMjA3NDY4NjE2ZTIwNjI2YzZmNjM2YjJkNzM2OTdhNjUyMDY0NjE3NDYxMmUyMDU0Njg2NTIwNmI2NTc5MjA2ZTY1NjU2NDczMjA3NDZmMjA2MjY1MjA2ODYxNzM2ODY1NjQyMDYyNjU2NjZmNzI2NTIwNjI2NTY5NmU2NzIwNzU3MzY1NjQyMDYyNzkyMDc0Njg2NTIwNDg0ZDQxNDMyMDYxNmM2NzZmNzI2OTc0Njg2ZDJlXCJcbiAgICApLFxuICAgIGZyb21IZXgoXCI5YjA5ZmZhNzFiOTQyZmNiMjc2MzVmYmNkNWIwZTk0NGJmZGM2MzY0NGYwNzEzOTM4YTdmNTE1MzVjM2EzNWUyXCIpXG4gIF1cbl07XG4iXX0= \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt new file mode 100644 index 000000000..2e4a05cf5 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt @@ -0,0 +1,15 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt new file mode 100644 index 000000000..fa7d1bdf9 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md new file mode 100644 index 000000000..a7ee5aa2c --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md @@ -0,0 +1,142 @@ +# tslib + +This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions. + +This library is primarily used by the `--importHelpers` flag in TypeScript. +When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: + +```ts +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; +}; +exports.x = {}; +exports.y = __assign({}, exports.x); + +``` + +will instead be emitted as something like the following: + +```ts +var tslib_1 = require("tslib"); +exports.x = {}; +exports.y = tslib_1.__assign({}, exports.x); +``` + +Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead. +For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`. + +# Installing + +For the latest stable version, run: + +## npm + +```sh +# TypeScript 2.3.3 or later +npm install tslib + +# TypeScript 2.3.2 or earlier +npm install tslib@1.6.1 +``` + +## yarn + +```sh +# TypeScript 2.3.3 or later +yarn add tslib + +# TypeScript 2.3.2 or earlier +yarn add tslib@1.6.1 +``` + +## bower + +```sh +# TypeScript 2.3.3 or later +bower install tslib + +# TypeScript 2.3.2 or earlier +bower install tslib@1.6.1 +``` + +## JSPM + +```sh +# TypeScript 2.3.3 or later +jspm install tslib + +# TypeScript 2.3.2 or earlier +jspm install tslib@1.6.1 +``` + +# Usage + +Set the `importHelpers` compiler option on the command line: + +``` +tsc --importHelpers file.ts +``` + +or in your tsconfig.json: + +```json +{ + "compilerOptions": { + "importHelpers": true + } +} +``` + +#### For bower and JSPM users + +You will need to add a `paths` mapping for `tslib`, e.g. For Bower users: + +```json +{ + "compilerOptions": { + "module": "amd", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["bower_components/tslib/tslib.d.ts"] + } + } +} +``` + +For JSPM users: + +```json +{ + "compilerOptions": { + "module": "system", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"] + } + } +} +``` + + +# Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. + +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). + +# Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Homepage](http://www.typescriptlang.org/) diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js new file mode 100644 index 000000000..c2b614986 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js @@ -0,0 +1,51 @@ +import tslib from '../tslib.js'; +const { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +} = tslib; +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +}; diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json new file mode 100644 index 000000000..96ae6e57e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json new file mode 100644 index 000000000..f8c2a53d0 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json @@ -0,0 +1,37 @@ +{ + "name": "tslib", + "author": "Microsoft Corp.", + "homepage": "https://www.typescriptlang.org/", + "version": "1.14.1", + "license": "0BSD", + "description": "Runtime library for TypeScript helper functions", + "keywords": [ + "TypeScript", + "Microsoft", + "compiler", + "language", + "javascript", + "tslib", + "runtime" + ], + "bugs": { + "url": "https://github.com/Microsoft/TypeScript/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/tslib.git" + }, + "main": "tslib.js", + "module": "tslib.es6.js", + "jsnext:main": "tslib.es6.js", + "typings": "tslib.d.ts", + "sideEffects": false, + "exports": { + ".": { + "module": "./tslib.es6.js", + "import": "./modules/index.js", + "default": "./tslib.js" + }, + "./": "./" + } +} diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js new file mode 100644 index 000000000..0c1b613d8 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js @@ -0,0 +1,23 @@ +// When on node 14, it validates that all of the commonjs exports +// are correctly re-exported for es modules importers. + +const nodeMajor = Number(process.version.split(".")[0].slice(1)) +if (nodeMajor < 14) { + console.log("Skipping because node does not support module exports.") + process.exit(0) +} + +// ES Modules import via the ./modules folder +import * as esTSLib from "../../modules/index.js" + +// Force a commonjs resolve +import { createRequire } from "module"; +const commonJSTSLib = createRequire(import.meta.url)("../../tslib.js"); + +for (const key in commonJSTSLib) { + if (commonJSTSLib.hasOwnProperty(key)) { + if(!esTSLib[key]) throw new Error(`ESModules is missing ${key} - it needs to be re-exported in ./modules/index.js`) + } +} + +console.log("All exports in commonjs are available for es module consumers.") diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json new file mode 100644 index 000000000..166e5095e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json @@ -0,0 +1,6 @@ +{ + "type": "module", + "scripts": { + "test": "node index.js" + } +} diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts new file mode 100644 index 000000000..4d7f724cb --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts @@ -0,0 +1,37 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +export declare function __extends(d: Function, b: Function): void; +export declare function __assign(t: any, ...sources: any[]): any; +export declare function __rest(t: any, propertyNames: (string | symbol)[]): any; +export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; +export declare function __param(paramIndex: number, decorator: Function): Function; +export declare function __metadata(metadataKey: any, metadataValue: any): Function; +export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; +export declare function __generator(thisArg: any, body: Function): any; +export declare function __exportStar(m: any, exports: any): void; +export declare function __values(o: any): any; +export declare function __read(o: any, n?: number): any[]; +export declare function __spread(...args: any[][]): any[]; +export declare function __spreadArrays(...args: any[][]): any[]; +export declare function __await(v: any): any; +export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; +export declare function __asyncDelegator(o: any): any; +export declare function __asyncValues(o: any): any; +export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; +export declare function __importStar(mod: T): T; +export declare function __importDefault(mod: T): T | { default: T }; +export declare function __classPrivateFieldGet(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V; +export declare function __classPrivateFieldSet(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V; +export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void; \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html new file mode 100644 index 000000000..b122e41b0 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js new file mode 100644 index 000000000..7fdec0254 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js @@ -0,0 +1,218 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export function __createBinding(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +} + +export function __exportStar(m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +}; + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result.default = mod; + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); +} + +export function __classPrivateFieldSet(receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; +} diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html new file mode 100644 index 000000000..44c9ba51e --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js new file mode 100644 index 000000000..fbce0186f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js @@ -0,0 +1,284 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global global, define, System, Reflect, Promise */ +var __extends; +var __assign; +var __rest; +var __decorate; +var __param; +var __metadata; +var __awaiter; +var __generator; +var __exportStar; +var __values; +var __read; +var __spread; +var __spreadArrays; +var __await; +var __asyncGenerator; +var __asyncDelegator; +var __asyncValues; +var __makeTemplateObject; +var __importStar; +var __importDefault; +var __classPrivateFieldGet; +var __classPrivateFieldSet; +var __createBinding; +(function (factory) { + var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {}; + if (typeof define === "function" && define.amd) { + define("tslib", ["exports"], function (exports) { factory(createExporter(root, createExporter(exports))); }); + } + else if (typeof module === "object" && typeof module.exports === "object") { + factory(createExporter(root, createExporter(module.exports))); + } + else { + factory(createExporter(root)); + } + function createExporter(exports, previous) { + if (exports !== root) { + if (typeof Object.create === "function") { + Object.defineProperty(exports, "__esModule", { value: true }); + } + else { + exports.__esModule = true; + } + } + return function (id, v) { return exports[id] = previous ? previous(id, v) : v; }; + } +}) +(function (exporter) { + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + + __extends = function (d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; + + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + }; + + __rest = function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; + }; + + __decorate = function (decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; + }; + + __param = function (paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } + }; + + __metadata = function (metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); + }; + + __awaiter = function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; + + __generator = function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } + }; + + __createBinding = function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; + }; + + __exportStar = function (m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; + }; + + __values = function (o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); + }; + + __read = function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; + }; + + __spread = function () { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; + }; + + __spreadArrays = function () { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; + }; + + __await = function (v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); + }; + + __asyncGenerator = function (thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } + }; + + __asyncDelegator = function (o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } + }; + + __asyncValues = function (o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } + }; + + __makeTemplateObject = function (cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; + }; + + __importStar = function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; + }; + + __importDefault = function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; + }; + + __classPrivateFieldGet = function (receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); + }; + + __classPrivateFieldSet = function (receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; + }; + + exporter("__extends", __extends); + exporter("__assign", __assign); + exporter("__rest", __rest); + exporter("__decorate", __decorate); + exporter("__param", __param); + exporter("__metadata", __metadata); + exporter("__awaiter", __awaiter); + exporter("__generator", __generator); + exporter("__exportStar", __exportStar); + exporter("__createBinding", __createBinding); + exporter("__values", __values); + exporter("__read", __read); + exporter("__spread", __spread); + exporter("__spreadArrays", __spreadArrays); + exporter("__await", __await); + exporter("__asyncGenerator", __asyncGenerator); + exporter("__asyncDelegator", __asyncDelegator); + exporter("__asyncValues", __asyncValues); + exporter("__makeTemplateObject", __makeTemplateObject); + exporter("__importStar", __importStar); + exporter("__importDefault", __importDefault); + exporter("__classPrivateFieldGet", __classPrivateFieldGet); + exporter("__classPrivateFieldSet", __classPrivateFieldSet); +}); diff --git a/node_modules/@aws-crypto/sha256-js/package.json b/node_modules/@aws-crypto/sha256-js/package.json new file mode 100644 index 000000000..f852321af --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/package.json @@ -0,0 +1,27 @@ +{ + "name": "@aws-crypto/sha256-js", + "version": "2.0.0", + "scripts": { + "prepublishOnly": "tsc", + "pretest": "tsc -p tsconfig.test.json", + "test": "mocha --require ts-node/register test/**/*test.ts" + }, + "main": "./build/index.js", + "types": "./build/index.d.ts", + "repository": { + "type": "git", + "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" + }, + "author": { + "name": "AWS Crypto Tools Team", + "email": "aws-cryptools@amazon.com", + "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-crypto/util": "^2.0.0", + "@aws-sdk/types": "^3.1.0", + "tslib": "^1.11.1" + }, + "gitHead": "c63b577ab80a02b078be6f537e14b4af578c4bae" +} diff --git a/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts b/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts new file mode 100644 index 000000000..f4a385c09 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts @@ -0,0 +1,164 @@ +import { + BLOCK_SIZE, + DIGEST_LENGTH, + INIT, + KEY, + MAX_HASHABLE_LENGTH +} from "./constants"; + +/** + * @internal + */ +export class RawSha256 { + private state: Int32Array = Int32Array.from(INIT); + private temp: Int32Array = new Int32Array(64); + private buffer: Uint8Array = new Uint8Array(64); + private bufferLength: number = 0; + private bytesHashed: number = 0; + + /** + * @internal + */ + finished: boolean = false; + + update(data: Uint8Array): void { + if (this.finished) { + throw new Error("Attempted to update an already finished hash."); + } + + let position = 0; + let { byteLength } = data; + this.bytesHashed += byteLength; + + if (this.bytesHashed * 8 > MAX_HASHABLE_LENGTH) { + throw new Error("Cannot hash more than 2^53 - 1 bits"); + } + + while (byteLength > 0) { + this.buffer[this.bufferLength++] = data[position++]; + byteLength--; + + if (this.bufferLength === BLOCK_SIZE) { + this.hashBuffer(); + this.bufferLength = 0; + } + } + } + + digest(): Uint8Array { + if (!this.finished) { + const bitsHashed = this.bytesHashed * 8; + const bufferView = new DataView( + this.buffer.buffer, + this.buffer.byteOffset, + this.buffer.byteLength + ); + + const undecoratedLength = this.bufferLength; + bufferView.setUint8(this.bufferLength++, 0x80); + + // Ensure the final block has enough room for the hashed length + if (undecoratedLength % BLOCK_SIZE >= BLOCK_SIZE - 8) { + for (let i = this.bufferLength; i < BLOCK_SIZE; i++) { + bufferView.setUint8(i, 0); + } + this.hashBuffer(); + this.bufferLength = 0; + } + + for (let i = this.bufferLength; i < BLOCK_SIZE - 8; i++) { + bufferView.setUint8(i, 0); + } + bufferView.setUint32( + BLOCK_SIZE - 8, + Math.floor(bitsHashed / 0x100000000), + true + ); + bufferView.setUint32(BLOCK_SIZE - 4, bitsHashed); + + this.hashBuffer(); + + this.finished = true; + } + + // The value in state is little-endian rather than big-endian, so flip + // each word into a new Uint8Array + const out = new Uint8Array(DIGEST_LENGTH); + for (let i = 0; i < 8; i++) { + out[i * 4] = (this.state[i] >>> 24) & 0xff; + out[i * 4 + 1] = (this.state[i] >>> 16) & 0xff; + out[i * 4 + 2] = (this.state[i] >>> 8) & 0xff; + out[i * 4 + 3] = (this.state[i] >>> 0) & 0xff; + } + + return out; + } + + private hashBuffer(): void { + const { buffer, state } = this; + + let state0 = state[0], + state1 = state[1], + state2 = state[2], + state3 = state[3], + state4 = state[4], + state5 = state[5], + state6 = state[6], + state7 = state[7]; + + for (let i = 0; i < BLOCK_SIZE; i++) { + if (i < 16) { + this.temp[i] = + ((buffer[i * 4] & 0xff) << 24) | + ((buffer[i * 4 + 1] & 0xff) << 16) | + ((buffer[i * 4 + 2] & 0xff) << 8) | + (buffer[i * 4 + 3] & 0xff); + } else { + let u = this.temp[i - 2]; + const t1 = + ((u >>> 17) | (u << 15)) ^ ((u >>> 19) | (u << 13)) ^ (u >>> 10); + + u = this.temp[i - 15]; + const t2 = + ((u >>> 7) | (u << 25)) ^ ((u >>> 18) | (u << 14)) ^ (u >>> 3); + + this.temp[i] = + ((t1 + this.temp[i - 7]) | 0) + ((t2 + this.temp[i - 16]) | 0); + } + + const t1 = + ((((((state4 >>> 6) | (state4 << 26)) ^ + ((state4 >>> 11) | (state4 << 21)) ^ + ((state4 >>> 25) | (state4 << 7))) + + ((state4 & state5) ^ (~state4 & state6))) | + 0) + + ((state7 + ((KEY[i] + this.temp[i]) | 0)) | 0)) | + 0; + + const t2 = + ((((state0 >>> 2) | (state0 << 30)) ^ + ((state0 >>> 13) | (state0 << 19)) ^ + ((state0 >>> 22) | (state0 << 10))) + + ((state0 & state1) ^ (state0 & state2) ^ (state1 & state2))) | + 0; + + state7 = state6; + state6 = state5; + state5 = state4; + state4 = (state3 + t1) | 0; + state3 = state2; + state2 = state1; + state1 = state0; + state0 = (t1 + t2) | 0; + } + + state[0] += state0; + state[1] += state1; + state[2] += state2; + state[3] += state3; + state[4] += state4; + state[5] += state5; + state[6] += state6; + state[7] += state7; + } +} diff --git a/node_modules/@aws-crypto/sha256-js/src/constants.ts b/node_modules/@aws-crypto/sha256-js/src/constants.ts new file mode 100644 index 000000000..8cede572f --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/src/constants.ts @@ -0,0 +1,98 @@ +/** + * @internal + */ +export const BLOCK_SIZE: number = 64; + +/** + * @internal + */ +export const DIGEST_LENGTH: number = 32; + +/** + * @internal + */ +export const KEY = new Uint32Array([ + 0x428a2f98, + 0x71374491, + 0xb5c0fbcf, + 0xe9b5dba5, + 0x3956c25b, + 0x59f111f1, + 0x923f82a4, + 0xab1c5ed5, + 0xd807aa98, + 0x12835b01, + 0x243185be, + 0x550c7dc3, + 0x72be5d74, + 0x80deb1fe, + 0x9bdc06a7, + 0xc19bf174, + 0xe49b69c1, + 0xefbe4786, + 0x0fc19dc6, + 0x240ca1cc, + 0x2de92c6f, + 0x4a7484aa, + 0x5cb0a9dc, + 0x76f988da, + 0x983e5152, + 0xa831c66d, + 0xb00327c8, + 0xbf597fc7, + 0xc6e00bf3, + 0xd5a79147, + 0x06ca6351, + 0x14292967, + 0x27b70a85, + 0x2e1b2138, + 0x4d2c6dfc, + 0x53380d13, + 0x650a7354, + 0x766a0abb, + 0x81c2c92e, + 0x92722c85, + 0xa2bfe8a1, + 0xa81a664b, + 0xc24b8b70, + 0xc76c51a3, + 0xd192e819, + 0xd6990624, + 0xf40e3585, + 0x106aa070, + 0x19a4c116, + 0x1e376c08, + 0x2748774c, + 0x34b0bcb5, + 0x391c0cb3, + 0x4ed8aa4a, + 0x5b9cca4f, + 0x682e6ff3, + 0x748f82ee, + 0x78a5636f, + 0x84c87814, + 0x8cc70208, + 0x90befffa, + 0xa4506ceb, + 0xbef9a3f7, + 0xc67178f2 +]); + +/** + * @internal + */ +export const INIT = [ + 0x6a09e667, + 0xbb67ae85, + 0x3c6ef372, + 0xa54ff53a, + 0x510e527f, + 0x9b05688c, + 0x1f83d9ab, + 0x5be0cd19 +]; + +/** + * @internal + */ +export const MAX_HASHABLE_LENGTH = 2 ** 53 - 1; diff --git a/node_modules/@aws-crypto/sha256-js/src/index.ts b/node_modules/@aws-crypto/sha256-js/src/index.ts new file mode 100644 index 000000000..4554d8a3b --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/src/index.ts @@ -0,0 +1 @@ +export * from "./jsSha256"; diff --git a/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts b/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts new file mode 100644 index 000000000..7a331875b --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts @@ -0,0 +1,86 @@ +import { BLOCK_SIZE } from "./constants"; +import { RawSha256 } from "./RawSha256"; +import { Hash, SourceData } from "@aws-sdk/types"; +import { isEmptyData, convertToBuffer } from "@aws-crypto/util"; + +export class Sha256 implements Hash { + private readonly hash = new RawSha256(); + private readonly outer?: RawSha256; + private error: any; + + constructor(secret?: SourceData) { + if (secret) { + this.outer = new RawSha256(); + const inner = bufferFromSecret(secret); + const outer = new Uint8Array(BLOCK_SIZE); + outer.set(inner); + + for (let i = 0; i < BLOCK_SIZE; i++) { + inner[i] ^= 0x36; + outer[i] ^= 0x5c; + } + + this.hash.update(inner); + this.outer.update(outer); + + // overwrite the copied key in memory + for (let i = 0; i < inner.byteLength; i++) { + inner[i] = 0; + } + } + } + + update(toHash: SourceData): void { + if (isEmptyData(toHash) || this.error) { + return; + } + + try { + this.hash.update(convertToBuffer(toHash)); + } catch (e) { + this.error = e; + } + } + + /* This synchronous method keeps compatibility + * with the v2 aws-sdk. + */ + digestSync(): Uint8Array { + if (this.error) { + throw this.error; + } + + if (this.outer) { + if (!this.outer.finished) { + this.outer.update(this.hash.digest()); + } + + return this.outer.digest(); + } + + return this.hash.digest(); + } + + /* The underlying digest method here is synchronous. + * To keep the same interface with the other hash functions + * the default is to expose this as an async method. + * However, it can sometimes be useful to have a sync method. + */ + async digest(): Promise { + return this.digestSync(); + } +} + +function bufferFromSecret(secret: SourceData): Uint8Array { + let input = convertToBuffer(secret); + + if (input.byteLength > BLOCK_SIZE) { + const bufferHash = new RawSha256(); + bufferHash.update(input); + input = bufferHash.digest(); + } + + const buffer = new Uint8Array(BLOCK_SIZE); + buffer.set(input); + return buffer; +} diff --git a/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts b/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts new file mode 100644 index 000000000..c83dae288 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts @@ -0,0 +1,401 @@ +import { fromHex } from "@aws-sdk/util-hex-encoding"; + +const millionChars = new Uint8Array(1000000); +for (let i = 0; i < 1000000; i++) { + millionChars[i] = 97; +} + +export const hashTestVectors: Array<[Uint8Array, Uint8Array]> = [ + [ + Uint8Array.from([97, 98, 99]), + fromHex("ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad") + ], + [ + new Uint8Array(0), + fromHex("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855") + ], + [ + fromHex("61"), + fromHex("ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb") + ], + [ + fromHex("6161"), + fromHex("961b6dd3ede3cb8ecbaacbd68de040cd78eb2ed5889130cceb4c49268ea4d506") + ], + [ + fromHex("616161"), + fromHex("9834876dcfb05cb167a5c24953eba58c4ac89b1adf57f28f2f9d09af107ee8f0") + ], + [ + fromHex("61616161"), + fromHex("61be55a8e2f6b4e172338bddf184d6dbee29c98853e0a0485ecee7f27b9af0b4") + ], + [ + fromHex("6161616161"), + fromHex("ed968e840d10d2d313a870bc131a4e2c311d7ad09bdf32b3418147221f51a6e2") + ], + [ + fromHex("616161616161"), + fromHex("ed02457b5c41d964dbd2f2a609d63fe1bb7528dbe55e1abf5b52c249cd735797") + ], + [ + fromHex("61616161616161"), + fromHex("e46240714b5db3a23eee60479a623efba4d633d27fe4f03c904b9e219a7fbe60") + ], + [ + fromHex("6161616161616161"), + fromHex("1f3ce40415a2081fa3eee75fc39fff8e56c22270d1a978a7249b592dcebd20b4") + ], + [ + fromHex("616161616161616161"), + fromHex("f2aca93b80cae681221f0445fa4e2cae8a1f9f8fa1e1741d9639caad222f537d") + ], + [ + fromHex("61616161616161616161"), + fromHex("bf2cb58a68f684d95a3b78ef8f661c9a4e5b09e82cc8f9cc88cce90528caeb27") + ], + [ + fromHex("6161616161616161616161"), + fromHex("28cb017dfc99073aa1b47c1b30f413e3ce774c4991eb4158de50f9dbb36d8043") + ], + [ + fromHex("616161616161616161616161"), + fromHex("f24abc34b13fade76e805799f71187da6cd90b9cac373ae65ed57f143bd664e5") + ], + [ + fromHex("61616161616161616161616161"), + fromHex("a689d786e81340e45511dec6c7ab2d978434e5db123362450fe10cfac70d19d0") + ], + [ + fromHex("6161616161616161616161616161"), + fromHex("82cab7df0abfb9d95dca4e5937ce2968c798c726fea48c016bf9763221efda13") + ], + [ + fromHex("616161616161616161616161616161"), + fromHex("ef2df0b539c6c23de0f4cbe42648c301ae0e22e887340a4599fb4ef4e2678e48") + ], + [ + fromHex("61616161616161616161616161616161"), + fromHex("0c0beacef8877bbf2416eb00f2b5dc96354e26dd1df5517320459b1236860f8c") + ], + [ + fromHex("6161616161616161616161616161616161"), + fromHex("b860666ee2966dd8f903be44ee605c6e1366f926d9f17a8f49937d11624eb99d") + ], + [ + fromHex("616161616161616161616161616161616161"), + fromHex("c926defaaa3d13eda2fc63a553bb7fb7326bece6e7cb67ca5296e4727d89bab4") + ], + [ + fromHex("61616161616161616161616161616161616161"), + fromHex("a0b4aaab8a966e2193ba172d68162c4656860197f256b5f45f0203397ff3f99c") + ], + [ + fromHex("6161616161616161616161616161616161616161"), + fromHex("42492da06234ad0ac76f5d5debdb6d1ae027cffbe746a1c13b89bb8bc0139137") + ], + [ + fromHex("616161616161616161616161616161616161616161"), + fromHex("7df8e299c834de198e264c3e374bc58ecd9382252a705c183beb02f275571e3b") + ], + [ + fromHex("61616161616161616161616161616161616161616161"), + fromHex("ec7c494df6d2a7ea36668d656e6b8979e33641bfea378c15038af3964db057a3") + ], + [ + fromHex("6161616161616161616161616161616161616161616161"), + fromHex("897d3e95b65f26676081f8b9f3a98b6ee4424566303e8d4e7c7522ebae219eab") + ], + [ + fromHex("616161616161616161616161616161616161616161616161"), + fromHex("09f61f8d9cd65e6a0c258087c485b6293541364e42bd97b2d7936580c8aa3c54") + ], + [ + fromHex("61616161616161616161616161616161616161616161616161"), + fromHex("2f521e2a7d0bd812cbc035f4ed6806eb8d851793b04ba147e8f66b72f5d1f20f") + ], + [ + fromHex("6161616161616161616161616161616161616161616161616161"), + fromHex("9976d549a25115dab4e36d0c1fb8f31cb07da87dd83275977360eb7dc09e88de") + ], + [ + fromHex("616161616161616161616161616161616161616161616161616161"), + fromHex("cc0616e61cbd6e8e5e34e9fb2d320f37de915820206f5696c31f1fbd24aa16de") + ], + [ + fromHex("61616161616161616161616161616161616161616161616161616161"), + fromHex("9c547cb8115a44883b9f70ba68f75117cd55359c92611875e386f8af98c172ab") + ], + [ + fromHex("6161616161616161616161616161616161616161616161616161616161"), + fromHex("6913c9c7fd42fe23df8b6bcd4dbaf1c17748948d97f2980b432319c39eddcf6c") + ], + [ + fromHex("616161616161616161616161616161616161616161616161616161616161"), + fromHex("3a54fc0cbc0b0ef48b6507b7788096235d10292dd3ae24e22f5aa062d4f9864a") + ], + [ + fromHex("61616161616161616161616161616161616161616161616161616161616161"), + fromHex("61c60b487d1a921e0bcc9bf853dda0fb159b30bf57b2e2d2c753b00be15b5a09") + ], + [ + fromHex("6161616161616161616161616161616161616161616161616161616161616161"), + fromHex("3ba3f5f43b92602683c19aee62a20342b084dd5971ddd33808d81a328879a547") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("852785c805c77e71a22340a54e9d95933ed49121e7d2bf3c2d358854bc1359ea") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("a27c896c4859204843166af66f0e902b9c3b3ed6d2fd13d435abc020065c526f") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("629362afc62c74497caed2272e30f8125ecd0965f8d8d7cfc4e260f7f8dd319d") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("22c1d24bcd03e9aee9832efccd6da613fc702793178e5f12c945c7b67ddda933") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("21ec055b38ce759cd4d0f477e9bdec2c5b8199945db4439bae334a964df6246c") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("365a9c3e2c2af0a56e47a9dac51c2c5381bf8f41273bad3175e0e619126ad087") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("b4d5e56e929ba4cda349e9274e3603d0be246b82016bca20f363963c5f2d6845") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("e33cdf9c7f7120b98e8c78408953e07f2ecd183006b5606df349b4c212acf43e") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("c0f8bd4dbc2b0c03107c1c37913f2a7501f521467f45dd0fef6958e9a4692719") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("7a538607fdaab9296995929f451565bbb8142e1844117322aafd2b3d76b01aff") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("66d34fba71f8f450f7e45598853e53bfc23bbd129027cbb131a2f4ffd7878cd0") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("16849877c6c21ef0bfa68e4f6747300ddb171b170b9f00e189edc4c2fc4db93e") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("52789e3423b72beeb898456a4f49662e46b0cbb960784c5ef4b1399d327e7c27") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("6643110c5628fff59edf76d82d5bf573bf800f16a4d65dfb1e5d6f1a46296d0b") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("11eaed932c6c6fddfc2efc394e609facf4abe814fc6180d03b14fce13a07d0e5") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("97daac0ee9998dfcad6c9c0970da5ca411c86233a944c25b47566f6a7bc1ddd5") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("8f9bec6a62dd28ebd36d1227745592de6658b36974a3bb98a4c582f683ea6c42") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("160b4e433e384e05e537dc59b467f7cb2403f0214db15c5db58862a3f1156d2e") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("bfc5fe0e360152ca98c50fab4ed7e3078c17debc2917740d5000913b686ca129") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("6c1b3dc7a706b9dc81352a6716b9c666c608d8626272c64b914ab05572fc6e84") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("abe346a7259fc90b4c27185419628e5e6af6466b1ae9b5446cac4bfc26cf05c4") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("a3f01b6939256127582ac8ae9fb47a382a244680806a3f613a118851c1ca1d47") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("9f4390f8d30c2dd92ec9f095b65e2b9ae9b0a925a5258e241c9f1e910f734318") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("b35439a4ac6f0948b6d6f9e3c6af0f5f590ce20f1bde7090ef7970686ec6738a") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("f13b2d724659eb3bf47f2dd6af1accc87b81f09f59f2b75e5c0bed6589dfe8c6") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("d5c039b748aa64665782974ec3dc3025c042edf54dcdc2b5de31385b094cb678") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("111bb261277afd65f0744b247cd3e47d386d71563d0ed995517807d5ebd4fba3") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("11ee391211c6256460b6ed375957fadd8061cafbb31daf967db875aebd5aaad4") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("35d5fc17cfbbadd00f5e710ada39f194c5ad7c766ad67072245f1fad45f0f530") + ], + [ + fromHex( + "6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("f506898cc7c2e092f9eb9fadae7ba50383f5b46a2a4fe5597dbb553a78981268") + ], + [ + fromHex( + "616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("7d3e74a05d7db15bce4ad9ec0658ea98e3f06eeecf16b4c6fff2da457ddc2f34") + ], + [ + fromHex( + "61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161" + ), + fromHex("ffe054fe7ae0cb6dc65c3af9b61d5209f439851db43d0ba5997337df154668eb") + ], + [ + fromHex( + "de188941a3375d3a8a061e67576e926dc71a7fa3f0cceb97452b4d3227965f9ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629e" + ), + fromHex("038051e9c324393bd1ca1978dd0952c2aa3742ca4f1bd5cd4611cea83892d382") + ], + [ + millionChars, + fromHex("cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0") + ], + [ + fromHex( + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ), + fromHex("45ad4b37c6e2fc0a2cfcc1b5da524132ec707615c2cae1dbbc43c97aa521db81") + ] +]; + +/** + * @see https://tools.ietf.org/html/rfc4231 + */ +export const hmacTestVectors: Array<[Uint8Array, Uint8Array, Uint8Array]> = [ + [ + fromHex("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"), + fromHex("4869205468657265"), + fromHex("b0344c61d8db38535ca8afceaf0bf12b881dc200c9833da726e9376c2e32cff7") + ], + [ + fromHex("4a656665"), + fromHex("7768617420646f2079612077616e7420666f72206e6f7468696e673f"), + fromHex("5bdcc146bf60754e6a042426089575c75a003f089d2739839dec58b964ec3843") + ], + [ + fromHex("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"), + fromHex( + "dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd" + ), + fromHex("773ea91e36800e46854db8ebd09181a72959098b3ef8c122d9635514ced565fe") + ], + [ + fromHex("0102030405060708090a0b0c0d0e0f10111213141516171819"), + fromHex( + "cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd" + ), + fromHex("82558a389a443c0ea4cc819899f2083a85f0faa3e578f8077a2e3ff46729665b") + ], + [ + fromHex( + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ), + fromHex( + "54657374205573696e67204c6172676572205468616e20426c6f636b2d53697a65204b6579202d2048617368204b6579204669727374" + ), + fromHex("60e431591ee0b67f0d8a26aacbf5b77f8e0bc6213728c5140546040f0ee37f54") + ], + [ + fromHex( + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + ), + fromHex( + "5468697320697320612074657374207573696e672061206c6172676572207468616e20626c6f636b2d73697a65206b657920616e642061206c6172676572207468616e20626c6f636b2d73697a6520646174612e20546865206b6579206e6565647320746f20626520686173686564206265666f7265206265696e6720757365642062792074686520484d414320616c676f726974686d2e" + ), + fromHex("9b09ffa71b942fcb27635fbcd5b0e944bfdc63644f0713938a7f51535c3a35e2") + ] +]; diff --git a/node_modules/@aws-crypto/sha256-js/tsconfig.json b/node_modules/@aws-crypto/sha256-js/tsconfig.json new file mode 100644 index 000000000..c242acb07 --- /dev/null +++ b/node_modules/@aws-crypto/sha256-js/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "declaration": true, + "strict": true, + "sourceMap": true, + "downlevelIteration": true, + "lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable"], + "rootDir": "./src", + "outDir": "./build", + "importHelpers": true, + "noEmitHelpers": true + }, + "include": ["src/**/*.ts"], + "exclude": ["node_modules/**"] +} diff --git a/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md b/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md new file mode 100644 index 000000000..8adb927f4 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md @@ -0,0 +1,70 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07) + +**Note:** Version bump only for package @aws-crypto/supports-web-crypto + + + + + +# [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25) + +**Note:** Version bump only for package @aws-crypto/supports-web-crypto + + + + + +# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/supports-web-crypto@1.0.0-alpha.0...@aws-crypto/supports-web-crypto@1.0.0) (2020-10-22) + + +### Bug Fixes + +* replace `sourceRoot` -> `rootDir` in tsconfig ([#169](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/169)) ([d437167](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/d437167b51d1c56a4fcc2bb8a446b74a7e3b7e06)) + + + + + +# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/supports-web-crypto@0.1.0-preview.4...@aws-crypto/supports-web-crypto@1.0.0-alpha.0) (2020-02-07) + +**Note:** Version bump only for package @aws-crypto/supports-web-crypto + + + + + +# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/supports-web-crypto@0.1.0-preview.2...@aws-crypto/supports-web-crypto@0.1.0-preview.4) (2020-01-16) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/supports-web-crypto@0.1.0-preview.2...@aws-crypto/supports-web-crypto@0.1.0-preview.3) (2019-11-15) + + +### Bug Fixes + +* Changed package.json files to point to the right Git repo ([#9](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/9)) ([028245d](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/028245d72e642ca98d82226afb300eb154503c4a)), closes [#8](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/8) +* lerna version maintains package-lock ([#14](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/14)) ([2ef29e1](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/2ef29e13779703a5c9b32e93d18918fcb33b7272)), closes [#13](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/13) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-javascript-crypto-helpers/compare/@aws-crypto/supports-web-crypto@0.1.0-preview.1...@aws-crypto/supports-web-crypto@0.1.0-preview.2) (2019-10-30) + + +### Bug Fixes + +* remove /src/ from .npmignore (for sourcemaps) ([#5](https://github.com/aws/aws-javascript-crypto-helpers/issues/5)) ([ec52056](https://github.com/aws/aws-javascript-crypto-helpers/commit/ec52056)) diff --git a/node_modules/@aws-crypto/supports-web-crypto/LICENSE b/node_modules/@aws-crypto/supports-web-crypto/LICENSE new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-crypto/supports-web-crypto/README.md b/node_modules/@aws-crypto/supports-web-crypto/README.md new file mode 100644 index 000000000..78913571a --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/README.md @@ -0,0 +1,32 @@ +# @aws-crypto/supports-web-crypto + +Functions to check web crypto support for browsers. + +## Usage + +``` +import {supportsWebCrypto} from '@aws-crypto/supports-web-crypto'; + +if (supportsWebCrypto(window)) { + // window.crypto.subtle.encrypt will exist +} + +``` + +## supportsWebCrypto + +Used to make sure `window.crypto.subtle` exists and implements crypto functions +as well as a cryptographic secure random source exists. + +## supportsSecureRandom + +Used to make sure that a cryptographic secure random source exists. +Does not check for `window.crypto.subtle`. + +## supportsSubtleCrypto + +## supportsZeroByteGCM + +## Test + +`npm test` diff --git a/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts b/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts new file mode 100644 index 000000000..9725c9c29 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts @@ -0,0 +1 @@ +export * from "./supportsWebCrypto"; diff --git a/node_modules/@aws-crypto/supports-web-crypto/build/index.js b/node_modules/@aws-crypto/supports-web-crypto/build/index.js new file mode 100644 index 000000000..4d82b8d1e --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/build/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +var tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./supportsWebCrypto"), exports); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsOERBQW9DIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSBcIi4vc3VwcG9ydHNXZWJDcnlwdG9cIjtcbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts b/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts new file mode 100644 index 000000000..f2723dc61 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts @@ -0,0 +1,4 @@ +export declare function supportsWebCrypto(window: Window): boolean; +export declare function supportsSecureRandom(window: Window): boolean; +export declare function supportsSubtleCrypto(subtle: SubtleCrypto): boolean; +export declare function supportsZeroByteGCM(subtle: SubtleCrypto): Promise; diff --git a/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js b/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js new file mode 100644 index 000000000..a079bec3f --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js @@ -0,0 +1,69 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.supportsZeroByteGCM = exports.supportsSubtleCrypto = exports.supportsSecureRandom = exports.supportsWebCrypto = void 0; +var tslib_1 = require("tslib"); +var subtleCryptoMethods = [ + "decrypt", + "digest", + "encrypt", + "exportKey", + "generateKey", + "importKey", + "sign", + "verify" +]; +function supportsWebCrypto(window) { + if (supportsSecureRandom(window) && + typeof window.crypto.subtle === "object") { + var subtle = window.crypto.subtle; + return supportsSubtleCrypto(subtle); + } + return false; +} +exports.supportsWebCrypto = supportsWebCrypto; +function supportsSecureRandom(window) { + if (typeof window === "object" && typeof window.crypto === "object") { + var getRandomValues = window.crypto.getRandomValues; + return typeof getRandomValues === "function"; + } + return false; +} +exports.supportsSecureRandom = supportsSecureRandom; +function supportsSubtleCrypto(subtle) { + return (subtle && + subtleCryptoMethods.every(function (methodName) { return typeof subtle[methodName] === "function"; })); +} +exports.supportsSubtleCrypto = supportsSubtleCrypto; +function supportsZeroByteGCM(subtle) { + return tslib_1.__awaiter(this, void 0, void 0, function () { + var key, zeroByteAuthTag, _a; + return tslib_1.__generator(this, function (_b) { + switch (_b.label) { + case 0: + if (!supportsSubtleCrypto(subtle)) + return [2 /*return*/, false]; + _b.label = 1; + case 1: + _b.trys.push([1, 4, , 5]); + return [4 /*yield*/, subtle.generateKey({ name: "AES-GCM", length: 128 }, false, ["encrypt"])]; + case 2: + key = _b.sent(); + return [4 /*yield*/, subtle.encrypt({ + name: "AES-GCM", + iv: new Uint8Array(Array(12)), + additionalData: new Uint8Array(Array(16)), + tagLength: 128 + }, key, new Uint8Array(0))]; + case 3: + zeroByteAuthTag = _b.sent(); + return [2 /*return*/, zeroByteAuthTag.byteLength === 16]; + case 4: + _a = _b.sent(); + return [2 /*return*/, false]; + case 5: return [2 /*return*/]; + } + }); + }); +} +exports.supportsZeroByteGCM = supportsZeroByteGCM; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3VwcG9ydHNXZWJDcnlwdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvc3VwcG9ydHNXZWJDcnlwdG8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQVVBLElBQU0sbUJBQW1CLEdBQThCO0lBQ3JELFNBQVM7SUFDVCxRQUFRO0lBQ1IsU0FBUztJQUNULFdBQVc7SUFDWCxhQUFhO0lBQ2IsV0FBVztJQUNYLE1BQU07SUFDTixRQUFRO0NBQ1QsQ0FBQztBQUVGLFNBQWdCLGlCQUFpQixDQUFDLE1BQWM7SUFDOUMsSUFDRSxvQkFBb0IsQ0FBQyxNQUFNLENBQUM7UUFDNUIsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLE1BQU0sS0FBSyxRQUFRLEVBQ3hDO1FBQ1EsSUFBQSxNQUFNLEdBQUssTUFBTSxDQUFDLE1BQU0sT0FBbEIsQ0FBbUI7UUFFakMsT0FBTyxvQkFBb0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztLQUNyQztJQUVELE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQztBQVhELDhDQVdDO0FBRUQsU0FBZ0Isb0JBQW9CLENBQUMsTUFBYztJQUNqRCxJQUFJLE9BQU8sTUFBTSxLQUFLLFFBQVEsSUFBSSxPQUFPLE1BQU0sQ0FBQyxNQUFNLEtBQUssUUFBUSxFQUFFO1FBQzNELElBQUEsZUFBZSxHQUFLLE1BQU0sQ0FBQyxNQUFNLGdCQUFsQixDQUFtQjtRQUUxQyxPQUFPLE9BQU8sZUFBZSxLQUFLLFVBQVUsQ0FBQztLQUM5QztJQUVELE9BQU8sS0FBSyxDQUFDO0FBQ2YsQ0FBQztBQVJELG9EQVFDO0FBRUQsU0FBZ0Isb0JBQW9CLENBQUMsTUFBb0I7SUFDdkQsT0FBTyxDQUNMLE1BQU07UUFDTixtQkFBbUIsQ0FBQyxLQUFLLENBQ3ZCLFVBQUEsVUFBVSxJQUFJLE9BQUEsT0FBTyxNQUFNLENBQUMsVUFBVSxDQUFDLEtBQUssVUFBVSxFQUF4QyxDQUF3QyxDQUN2RCxDQUNGLENBQUM7QUFDSixDQUFDO0FBUEQsb0RBT0M7QUFFRCxTQUFzQixtQkFBbUIsQ0FBQyxNQUFvQjs7Ozs7O29CQUM1RCxJQUFJLENBQUMsb0JBQW9CLENBQUMsTUFBTSxDQUFDO3dCQUFFLHNCQUFPLEtBQUssRUFBQzs7OztvQkFFbEMscUJBQU0sTUFBTSxDQUFDLFdBQVcsQ0FDbEMsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxHQUFHLEVBQUUsRUFDaEMsS0FBSyxFQUNMLENBQUMsU0FBUyxDQUFDLENBQ1osRUFBQTs7b0JBSkssR0FBRyxHQUFHLFNBSVg7b0JBQ3VCLHFCQUFNLE1BQU0sQ0FBQyxPQUFPLENBQzFDOzRCQUNFLElBQUksRUFBRSxTQUFTOzRCQUNmLEVBQUUsRUFBRSxJQUFJLFVBQVUsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7NEJBQzdCLGNBQWMsRUFBRSxJQUFJLFVBQVUsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7NEJBQ3pDLFNBQVMsRUFBRSxHQUFHO3lCQUNmLEVBQ0QsR0FBRyxFQUNILElBQUksVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUNsQixFQUFBOztvQkFUSyxlQUFlLEdBQUcsU0FTdkI7b0JBQ0Qsc0JBQU8sZUFBZSxDQUFDLFVBQVUsS0FBSyxFQUFFLEVBQUM7OztvQkFFekMsc0JBQU8sS0FBSyxFQUFDOzs7OztDQUVoQjtBQXRCRCxrREFzQkMiLCJzb3VyY2VzQ29udGVudCI6WyJ0eXBlIFN1YnRsZUNyeXB0b01ldGhvZCA9XG4gIHwgXCJkZWNyeXB0XCJcbiAgfCBcImRpZ2VzdFwiXG4gIHwgXCJlbmNyeXB0XCJcbiAgfCBcImV4cG9ydEtleVwiXG4gIHwgXCJnZW5lcmF0ZUtleVwiXG4gIHwgXCJpbXBvcnRLZXlcIlxuICB8IFwic2lnblwiXG4gIHwgXCJ2ZXJpZnlcIjtcblxuY29uc3Qgc3VidGxlQ3J5cHRvTWV0aG9kczogQXJyYXk8U3VidGxlQ3J5cHRvTWV0aG9kPiA9IFtcbiAgXCJkZWNyeXB0XCIsXG4gIFwiZGlnZXN0XCIsXG4gIFwiZW5jcnlwdFwiLFxuICBcImV4cG9ydEtleVwiLFxuICBcImdlbmVyYXRlS2V5XCIsXG4gIFwiaW1wb3J0S2V5XCIsXG4gIFwic2lnblwiLFxuICBcInZlcmlmeVwiXG5dO1xuXG5leHBvcnQgZnVuY3Rpb24gc3VwcG9ydHNXZWJDcnlwdG8od2luZG93OiBXaW5kb3cpOiBib29sZWFuIHtcbiAgaWYgKFxuICAgIHN1cHBvcnRzU2VjdXJlUmFuZG9tKHdpbmRvdykgJiZcbiAgICB0eXBlb2Ygd2luZG93LmNyeXB0by5zdWJ0bGUgPT09IFwib2JqZWN0XCJcbiAgKSB7XG4gICAgY29uc3QgeyBzdWJ0bGUgfSA9IHdpbmRvdy5jcnlwdG87XG5cbiAgICByZXR1cm4gc3VwcG9ydHNTdWJ0bGVDcnlwdG8oc3VidGxlKTtcbiAgfVxuXG4gIHJldHVybiBmYWxzZTtcbn1cblxuZXhwb3J0IGZ1bmN0aW9uIHN1cHBvcnRzU2VjdXJlUmFuZG9tKHdpbmRvdzogV2luZG93KTogYm9vbGVhbiB7XG4gIGlmICh0eXBlb2Ygd2luZG93ID09PSBcIm9iamVjdFwiICYmIHR5cGVvZiB3aW5kb3cuY3J5cHRvID09PSBcIm9iamVjdFwiKSB7XG4gICAgY29uc3QgeyBnZXRSYW5kb21WYWx1ZXMgfSA9IHdpbmRvdy5jcnlwdG87XG5cbiAgICByZXR1cm4gdHlwZW9mIGdldFJhbmRvbVZhbHVlcyA9PT0gXCJmdW5jdGlvblwiO1xuICB9XG5cbiAgcmV0dXJuIGZhbHNlO1xufVxuXG5leHBvcnQgZnVuY3Rpb24gc3VwcG9ydHNTdWJ0bGVDcnlwdG8oc3VidGxlOiBTdWJ0bGVDcnlwdG8pIHtcbiAgcmV0dXJuIChcbiAgICBzdWJ0bGUgJiZcbiAgICBzdWJ0bGVDcnlwdG9NZXRob2RzLmV2ZXJ5KFxuICAgICAgbWV0aG9kTmFtZSA9PiB0eXBlb2Ygc3VidGxlW21ldGhvZE5hbWVdID09PSBcImZ1bmN0aW9uXCJcbiAgICApXG4gICk7XG59XG5cbmV4cG9ydCBhc3luYyBmdW5jdGlvbiBzdXBwb3J0c1plcm9CeXRlR0NNKHN1YnRsZTogU3VidGxlQ3J5cHRvKSB7XG4gIGlmICghc3VwcG9ydHNTdWJ0bGVDcnlwdG8oc3VidGxlKSkgcmV0dXJuIGZhbHNlO1xuICB0cnkge1xuICAgIGNvbnN0IGtleSA9IGF3YWl0IHN1YnRsZS5nZW5lcmF0ZUtleShcbiAgICAgIHsgbmFtZTogXCJBRVMtR0NNXCIsIGxlbmd0aDogMTI4IH0sXG4gICAgICBmYWxzZSxcbiAgICAgIFtcImVuY3J5cHRcIl1cbiAgICApO1xuICAgIGNvbnN0IHplcm9CeXRlQXV0aFRhZyA9IGF3YWl0IHN1YnRsZS5lbmNyeXB0KFxuICAgICAge1xuICAgICAgICBuYW1lOiBcIkFFUy1HQ01cIixcbiAgICAgICAgaXY6IG5ldyBVaW50OEFycmF5KEFycmF5KDEyKSksXG4gICAgICAgIGFkZGl0aW9uYWxEYXRhOiBuZXcgVWludDhBcnJheShBcnJheSgxNikpLFxuICAgICAgICB0YWdMZW5ndGg6IDEyOFxuICAgICAgfSxcbiAgICAgIGtleSxcbiAgICAgIG5ldyBVaW50OEFycmF5KDApXG4gICAgKTtcbiAgICByZXR1cm4gemVyb0J5dGVBdXRoVGFnLmJ5dGVMZW5ndGggPT09IDE2O1xuICB9IGNhdGNoIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cbn1cbiJdfQ== \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt new file mode 100644 index 000000000..2e4a05cf5 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt @@ -0,0 +1,15 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt new file mode 100644 index 000000000..fa7d1bdf9 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md new file mode 100644 index 000000000..a7ee5aa2c --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md @@ -0,0 +1,142 @@ +# tslib + +This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions. + +This library is primarily used by the `--importHelpers` flag in TypeScript. +When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: + +```ts +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; +}; +exports.x = {}; +exports.y = __assign({}, exports.x); + +``` + +will instead be emitted as something like the following: + +```ts +var tslib_1 = require("tslib"); +exports.x = {}; +exports.y = tslib_1.__assign({}, exports.x); +``` + +Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead. +For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`. + +# Installing + +For the latest stable version, run: + +## npm + +```sh +# TypeScript 2.3.3 or later +npm install tslib + +# TypeScript 2.3.2 or earlier +npm install tslib@1.6.1 +``` + +## yarn + +```sh +# TypeScript 2.3.3 or later +yarn add tslib + +# TypeScript 2.3.2 or earlier +yarn add tslib@1.6.1 +``` + +## bower + +```sh +# TypeScript 2.3.3 or later +bower install tslib + +# TypeScript 2.3.2 or earlier +bower install tslib@1.6.1 +``` + +## JSPM + +```sh +# TypeScript 2.3.3 or later +jspm install tslib + +# TypeScript 2.3.2 or earlier +jspm install tslib@1.6.1 +``` + +# Usage + +Set the `importHelpers` compiler option on the command line: + +``` +tsc --importHelpers file.ts +``` + +or in your tsconfig.json: + +```json +{ + "compilerOptions": { + "importHelpers": true + } +} +``` + +#### For bower and JSPM users + +You will need to add a `paths` mapping for `tslib`, e.g. For Bower users: + +```json +{ + "compilerOptions": { + "module": "amd", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["bower_components/tslib/tslib.d.ts"] + } + } +} +``` + +For JSPM users: + +```json +{ + "compilerOptions": { + "module": "system", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"] + } + } +} +``` + + +# Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. + +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). + +# Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Homepage](http://www.typescriptlang.org/) diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js new file mode 100644 index 000000000..c2b614986 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js @@ -0,0 +1,51 @@ +import tslib from '../tslib.js'; +const { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +} = tslib; +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +}; diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json new file mode 100644 index 000000000..96ae6e57e --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json new file mode 100644 index 000000000..f8c2a53d0 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json @@ -0,0 +1,37 @@ +{ + "name": "tslib", + "author": "Microsoft Corp.", + "homepage": "https://www.typescriptlang.org/", + "version": "1.14.1", + "license": "0BSD", + "description": "Runtime library for TypeScript helper functions", + "keywords": [ + "TypeScript", + "Microsoft", + "compiler", + "language", + "javascript", + "tslib", + "runtime" + ], + "bugs": { + "url": "https://github.com/Microsoft/TypeScript/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/tslib.git" + }, + "main": "tslib.js", + "module": "tslib.es6.js", + "jsnext:main": "tslib.es6.js", + "typings": "tslib.d.ts", + "sideEffects": false, + "exports": { + ".": { + "module": "./tslib.es6.js", + "import": "./modules/index.js", + "default": "./tslib.js" + }, + "./": "./" + } +} diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js new file mode 100644 index 000000000..0c1b613d8 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js @@ -0,0 +1,23 @@ +// When on node 14, it validates that all of the commonjs exports +// are correctly re-exported for es modules importers. + +const nodeMajor = Number(process.version.split(".")[0].slice(1)) +if (nodeMajor < 14) { + console.log("Skipping because node does not support module exports.") + process.exit(0) +} + +// ES Modules import via the ./modules folder +import * as esTSLib from "../../modules/index.js" + +// Force a commonjs resolve +import { createRequire } from "module"; +const commonJSTSLib = createRequire(import.meta.url)("../../tslib.js"); + +for (const key in commonJSTSLib) { + if (commonJSTSLib.hasOwnProperty(key)) { + if(!esTSLib[key]) throw new Error(`ESModules is missing ${key} - it needs to be re-exported in ./modules/index.js`) + } +} + +console.log("All exports in commonjs are available for es module consumers.") diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json new file mode 100644 index 000000000..166e5095e --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json @@ -0,0 +1,6 @@ +{ + "type": "module", + "scripts": { + "test": "node index.js" + } +} diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts new file mode 100644 index 000000000..4d7f724cb --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts @@ -0,0 +1,37 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +export declare function __extends(d: Function, b: Function): void; +export declare function __assign(t: any, ...sources: any[]): any; +export declare function __rest(t: any, propertyNames: (string | symbol)[]): any; +export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; +export declare function __param(paramIndex: number, decorator: Function): Function; +export declare function __metadata(metadataKey: any, metadataValue: any): Function; +export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; +export declare function __generator(thisArg: any, body: Function): any; +export declare function __exportStar(m: any, exports: any): void; +export declare function __values(o: any): any; +export declare function __read(o: any, n?: number): any[]; +export declare function __spread(...args: any[][]): any[]; +export declare function __spreadArrays(...args: any[][]): any[]; +export declare function __await(v: any): any; +export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; +export declare function __asyncDelegator(o: any): any; +export declare function __asyncValues(o: any): any; +export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; +export declare function __importStar(mod: T): T; +export declare function __importDefault(mod: T): T | { default: T }; +export declare function __classPrivateFieldGet(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V; +export declare function __classPrivateFieldSet(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V; +export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void; \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html new file mode 100644 index 000000000..b122e41b0 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js new file mode 100644 index 000000000..7fdec0254 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js @@ -0,0 +1,218 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export function __createBinding(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +} + +export function __exportStar(m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +}; + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result.default = mod; + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); +} + +export function __classPrivateFieldSet(receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; +} diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html new file mode 100644 index 000000000..44c9ba51e --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js new file mode 100644 index 000000000..fbce0186f --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js @@ -0,0 +1,284 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global global, define, System, Reflect, Promise */ +var __extends; +var __assign; +var __rest; +var __decorate; +var __param; +var __metadata; +var __awaiter; +var __generator; +var __exportStar; +var __values; +var __read; +var __spread; +var __spreadArrays; +var __await; +var __asyncGenerator; +var __asyncDelegator; +var __asyncValues; +var __makeTemplateObject; +var __importStar; +var __importDefault; +var __classPrivateFieldGet; +var __classPrivateFieldSet; +var __createBinding; +(function (factory) { + var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {}; + if (typeof define === "function" && define.amd) { + define("tslib", ["exports"], function (exports) { factory(createExporter(root, createExporter(exports))); }); + } + else if (typeof module === "object" && typeof module.exports === "object") { + factory(createExporter(root, createExporter(module.exports))); + } + else { + factory(createExporter(root)); + } + function createExporter(exports, previous) { + if (exports !== root) { + if (typeof Object.create === "function") { + Object.defineProperty(exports, "__esModule", { value: true }); + } + else { + exports.__esModule = true; + } + } + return function (id, v) { return exports[id] = previous ? previous(id, v) : v; }; + } +}) +(function (exporter) { + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + + __extends = function (d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; + + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + }; + + __rest = function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; + }; + + __decorate = function (decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; + }; + + __param = function (paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } + }; + + __metadata = function (metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); + }; + + __awaiter = function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; + + __generator = function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } + }; + + __createBinding = function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; + }; + + __exportStar = function (m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; + }; + + __values = function (o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); + }; + + __read = function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; + }; + + __spread = function () { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; + }; + + __spreadArrays = function () { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; + }; + + __await = function (v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); + }; + + __asyncGenerator = function (thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } + }; + + __asyncDelegator = function (o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } + }; + + __asyncValues = function (o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } + }; + + __makeTemplateObject = function (cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; + }; + + __importStar = function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; + }; + + __importDefault = function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; + }; + + __classPrivateFieldGet = function (receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); + }; + + __classPrivateFieldSet = function (receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; + }; + + exporter("__extends", __extends); + exporter("__assign", __assign); + exporter("__rest", __rest); + exporter("__decorate", __decorate); + exporter("__param", __param); + exporter("__metadata", __metadata); + exporter("__awaiter", __awaiter); + exporter("__generator", __generator); + exporter("__exportStar", __exportStar); + exporter("__createBinding", __createBinding); + exporter("__values", __values); + exporter("__read", __read); + exporter("__spread", __spread); + exporter("__spreadArrays", __spreadArrays); + exporter("__await", __await); + exporter("__asyncGenerator", __asyncGenerator); + exporter("__asyncDelegator", __asyncDelegator); + exporter("__asyncValues", __asyncValues); + exporter("__makeTemplateObject", __makeTemplateObject); + exporter("__importStar", __importStar); + exporter("__importDefault", __importDefault); + exporter("__classPrivateFieldGet", __classPrivateFieldGet); + exporter("__classPrivateFieldSet", __classPrivateFieldSet); +}); diff --git a/node_modules/@aws-crypto/supports-web-crypto/package.json b/node_modules/@aws-crypto/supports-web-crypto/package.json new file mode 100644 index 000000000..af94e8ffc --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/package.json @@ -0,0 +1,26 @@ +{ + "name": "@aws-crypto/supports-web-crypto", + "version": "2.0.2", + "description": "Provides functions for detecting if the host environment supports the WebCrypto API", + "scripts": { + "pretest": "tsc -p tsconfig.test.json", + "test": "mocha --require ts-node/register test/**/*test.ts" + }, + "repository": { + "type": "git", + "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" + }, + "author": { + "name": "AWS Crypto Tools Team", + "email": "aws-cryptools@amazon.com", + "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" + }, + "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/supports-web-crypto", + "license": "Apache-2.0", + "main": "./build/index.js", + "types": "./build/index.d.ts", + "dependencies": { + "tslib": "^1.11.1" + }, + "gitHead": "5d1db32bb75010cbe38ff8dda9c560cdbb7ec578" +} diff --git a/node_modules/@aws-crypto/supports-web-crypto/src/index.ts b/node_modules/@aws-crypto/supports-web-crypto/src/index.ts new file mode 100644 index 000000000..9725c9c29 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/src/index.ts @@ -0,0 +1 @@ +export * from "./supportsWebCrypto"; diff --git a/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts b/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts new file mode 100644 index 000000000..7eef62913 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts @@ -0,0 +1,76 @@ +type SubtleCryptoMethod = + | "decrypt" + | "digest" + | "encrypt" + | "exportKey" + | "generateKey" + | "importKey" + | "sign" + | "verify"; + +const subtleCryptoMethods: Array = [ + "decrypt", + "digest", + "encrypt", + "exportKey", + "generateKey", + "importKey", + "sign", + "verify" +]; + +export function supportsWebCrypto(window: Window): boolean { + if ( + supportsSecureRandom(window) && + typeof window.crypto.subtle === "object" + ) { + const { subtle } = window.crypto; + + return supportsSubtleCrypto(subtle); + } + + return false; +} + +export function supportsSecureRandom(window: Window): boolean { + if (typeof window === "object" && typeof window.crypto === "object") { + const { getRandomValues } = window.crypto; + + return typeof getRandomValues === "function"; + } + + return false; +} + +export function supportsSubtleCrypto(subtle: SubtleCrypto) { + return ( + subtle && + subtleCryptoMethods.every( + methodName => typeof subtle[methodName] === "function" + ) + ); +} + +export async function supportsZeroByteGCM(subtle: SubtleCrypto) { + if (!supportsSubtleCrypto(subtle)) return false; + try { + const key = await subtle.generateKey( + { name: "AES-GCM", length: 128 }, + false, + ["encrypt"] + ); + const zeroByteAuthTag = await subtle.encrypt( + { + name: "AES-GCM", + iv: new Uint8Array(Array(12)), + additionalData: new Uint8Array(Array(16)), + tagLength: 128 + }, + key, + new Uint8Array(0) + ); + return zeroByteAuthTag.byteLength === 16; + } catch { + return false; + } +} diff --git a/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json b/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json new file mode 100644 index 000000000..e4def4336 --- /dev/null +++ b/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es5", + "lib": ["dom", "es5", "es2015.collection"], + "strict": true, + "sourceMap": true, + "declaration": true, + "rootDir": "./src", + "outDir": "./build", + "importHelpers": true, + "noEmitHelpers": true + }, + "include": ["src/**/*.ts"], + "exclude": ["node_modules/**"] +} diff --git a/node_modules/@aws-crypto/util/CHANGELOG.md b/node_modules/@aws-crypto/util/CHANGELOG.md new file mode 100644 index 000000000..075ffc98b --- /dev/null +++ b/node_modules/@aws-crypto/util/CHANGELOG.md @@ -0,0 +1,64 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.1...v2.0.2) (2022-09-07) + + +### Bug Fixes + +* **#337:** update @aws-sdk/types ([#373](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/373)) ([b26a811](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/b26a811a392f5209c7ec7e57251500d4d78f97ff)), closes [#337](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/337) +* **docs:** update README for packages/util ([#382](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/382)) ([f3e650e](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/f3e650e1b4792ffbea2e8a1a015fd55fb951a3a4)) + + + + + +## [2.0.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v2.0.0...v2.0.1) (2021-12-09) + + +### Bug Fixes + +* **uint32ArrayFrom:** increment index & polyfill for Uint32Array ([#270](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/270)) ([a70d603](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/a70d603f3ba7600d3c1213f297d4160a4b3793bd)) + + + + + +# [2.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.2...v2.0.0) (2021-10-25) + +**Note:** Version bump only for package @aws-crypto/util + + + + + +## [1.2.2](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.1...v1.2.2) (2021-10-12) + + +### Bug Fixes + +* **crc32c:** ie11 does not support Array.from ([#221](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/221)) ([5f49547](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/5f495472ab8988cf203e0f2a70a51f7e1fcd7e60)) + + + + + +## [1.2.1](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.2.0...v1.2.1) (2021-09-17) + + +### Bug Fixes + +* better pollyfill check for Buffer ([#217](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/217)) ([bc97da2](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/bc97da29aaf473943e4407c9a29cc30f74f15723)) + + + + + +# [1.2.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/v1.1.1...v1.2.0) (2021-09-17) + + +### Features + +* add @aws-crypto/util ([8f489cb](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/8f489cbe4c0e134f826bac66f1bf5172597048b9)) diff --git a/node_modules/@aws-crypto/util/LICENSE b/node_modules/@aws-crypto/util/LICENSE new file mode 100644 index 000000000..980a15ac2 --- /dev/null +++ b/node_modules/@aws-crypto/util/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-crypto/util/README.md b/node_modules/@aws-crypto/util/README.md new file mode 100644 index 000000000..4c1c8aab6 --- /dev/null +++ b/node_modules/@aws-crypto/util/README.md @@ -0,0 +1,16 @@ +# @aws-crypto/util + +Helper functions + +## Usage + +``` +import { convertToBuffer } from '@aws-crypto/util'; + +const data = "asdf"; +const utf8EncodedUint8Array = convertToBuffer(data); +``` + +## Test + +`npm test` diff --git a/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts b/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts new file mode 100644 index 000000000..697a5cde8 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts @@ -0,0 +1,2 @@ +import { SourceData } from "@aws-sdk/types"; +export declare function convertToBuffer(data: SourceData): Uint8Array; diff --git a/node_modules/@aws-crypto/util/build/convertToBuffer.js b/node_modules/@aws-crypto/util/build/convertToBuffer.js new file mode 100644 index 000000000..6cc8bcfe8 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/convertToBuffer.js @@ -0,0 +1,24 @@ +"use strict"; +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 +Object.defineProperty(exports, "__esModule", { value: true }); +exports.convertToBuffer = void 0; +var util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser"); +// Quick polyfill +var fromUtf8 = typeof Buffer !== "undefined" && Buffer.from + ? function (input) { return Buffer.from(input, "utf8"); } + : util_utf8_browser_1.fromUtf8; +function convertToBuffer(data) { + // Already a Uint8, do nothing + if (data instanceof Uint8Array) + return data; + if (typeof data === "string") { + return fromUtf8(data); + } + if (ArrayBuffer.isView(data)) { + return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT); + } + return new Uint8Array(data); +} +exports.convertToBuffer = convertToBuffer; +//# sourceMappingURL=convertToBuffer.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/convertToBuffer.js.map b/node_modules/@aws-crypto/util/build/convertToBuffer.js.map new file mode 100644 index 000000000..d3c015482 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/convertToBuffer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"convertToBuffer.js","sourceRoot":"","sources":["../src/convertToBuffer.ts"],"names":[],"mappings":";AAAA,oEAAoE;AACpE,sCAAsC;;;AAGtC,gEAAyE;AAEzE,iBAAiB;AACjB,IAAM,QAAQ,GACZ,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,IAAI;IAC1C,CAAC,CAAC,UAAC,KAAa,IAAK,OAAA,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,EAA1B,CAA0B;IAC/C,CAAC,CAAC,4BAAe,CAAC;AAEtB,SAAgB,eAAe,CAAC,IAAgB;IAC9C,8BAA8B;IAC9B,IAAI,IAAI,YAAY,UAAU;QAAE,OAAO,IAAI,CAAC;IAE5C,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC5B,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC;KACvB;IAED,IAAI,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE;QAC5B,OAAO,IAAI,UAAU,CACnB,IAAI,CAAC,MAAM,EACX,IAAI,CAAC,UAAU,EACf,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC,iBAAiB,CAC/C,CAAC;KACH;IAED,OAAO,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;AAC9B,CAAC;AAjBD,0CAiBC"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/index.d.ts b/node_modules/@aws-crypto/util/build/index.d.ts new file mode 100644 index 000000000..783c73c4b --- /dev/null +++ b/node_modules/@aws-crypto/util/build/index.d.ts @@ -0,0 +1,4 @@ +export { convertToBuffer } from "./convertToBuffer"; +export { isEmptyData } from "./isEmptyData"; +export { numToUint8 } from "./numToUint8"; +export { uint32ArrayFrom } from './uint32ArrayFrom'; diff --git a/node_modules/@aws-crypto/util/build/index.js b/node_modules/@aws-crypto/util/build/index.js new file mode 100644 index 000000000..94e1ca907 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/index.js @@ -0,0 +1,14 @@ +"use strict"; +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 +Object.defineProperty(exports, "__esModule", { value: true }); +exports.uint32ArrayFrom = exports.numToUint8 = exports.isEmptyData = exports.convertToBuffer = void 0; +var convertToBuffer_1 = require("./convertToBuffer"); +Object.defineProperty(exports, "convertToBuffer", { enumerable: true, get: function () { return convertToBuffer_1.convertToBuffer; } }); +var isEmptyData_1 = require("./isEmptyData"); +Object.defineProperty(exports, "isEmptyData", { enumerable: true, get: function () { return isEmptyData_1.isEmptyData; } }); +var numToUint8_1 = require("./numToUint8"); +Object.defineProperty(exports, "numToUint8", { enumerable: true, get: function () { return numToUint8_1.numToUint8; } }); +var uint32ArrayFrom_1 = require("./uint32ArrayFrom"); +Object.defineProperty(exports, "uint32ArrayFrom", { enumerable: true, get: function () { return uint32ArrayFrom_1.uint32ArrayFrom; } }); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/index.js.map b/node_modules/@aws-crypto/util/build/index.js.map new file mode 100644 index 000000000..afb9af66d --- /dev/null +++ b/node_modules/@aws-crypto/util/build/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,oEAAoE;AACpE,sCAAsC;;;AAEtC,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,qDAAkD;AAA1C,kHAAA,eAAe,OAAA"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/isEmptyData.d.ts b/node_modules/@aws-crypto/util/build/isEmptyData.d.ts new file mode 100644 index 000000000..43ae4a7c4 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/isEmptyData.d.ts @@ -0,0 +1,2 @@ +import { SourceData } from "@aws-sdk/types"; +export declare function isEmptyData(data: SourceData): boolean; diff --git a/node_modules/@aws-crypto/util/build/isEmptyData.js b/node_modules/@aws-crypto/util/build/isEmptyData.js new file mode 100644 index 000000000..6af1e89e0 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/isEmptyData.js @@ -0,0 +1,13 @@ +"use strict"; +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isEmptyData = void 0; +function isEmptyData(data) { + if (typeof data === "string") { + return data.length === 0; + } + return data.byteLength === 0; +} +exports.isEmptyData = isEmptyData; +//# sourceMappingURL=isEmptyData.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/isEmptyData.js.map b/node_modules/@aws-crypto/util/build/isEmptyData.js.map new file mode 100644 index 000000000..8766be9b7 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/isEmptyData.js.map @@ -0,0 +1 @@ +{"version":3,"file":"isEmptyData.js","sourceRoot":"","sources":["../src/isEmptyData.ts"],"names":[],"mappings":";AAAA,oEAAoE;AACpE,sCAAsC;;;AAItC,SAAgB,WAAW,CAAC,IAAgB;IAC1C,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC5B,OAAO,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC;KAC1B;IAED,OAAO,IAAI,CAAC,UAAU,KAAK,CAAC,CAAC;AAC/B,CAAC;AAND,kCAMC"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/numToUint8.d.ts b/node_modules/@aws-crypto/util/build/numToUint8.d.ts new file mode 100644 index 000000000..5b702e8ef --- /dev/null +++ b/node_modules/@aws-crypto/util/build/numToUint8.d.ts @@ -0,0 +1 @@ +export declare function numToUint8(num: number): Uint8Array; diff --git a/node_modules/@aws-crypto/util/build/numToUint8.js b/node_modules/@aws-crypto/util/build/numToUint8.js new file mode 100644 index 000000000..2f070e107 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/numToUint8.js @@ -0,0 +1,15 @@ +"use strict"; +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 +Object.defineProperty(exports, "__esModule", { value: true }); +exports.numToUint8 = void 0; +function numToUint8(num) { + return new Uint8Array([ + (num & 0xff000000) >> 24, + (num & 0x00ff0000) >> 16, + (num & 0x0000ff00) >> 8, + num & 0x000000ff, + ]); +} +exports.numToUint8 = numToUint8; +//# sourceMappingURL=numToUint8.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/numToUint8.js.map b/node_modules/@aws-crypto/util/build/numToUint8.js.map new file mode 100644 index 000000000..951886bd2 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/numToUint8.js.map @@ -0,0 +1 @@ +{"version":3,"file":"numToUint8.js","sourceRoot":"","sources":["../src/numToUint8.ts"],"names":[],"mappings":";AAAA,oEAAoE;AACpE,sCAAsC;;;AAEtC,SAAgB,UAAU,CAAC,GAAW;IACpC,OAAO,IAAI,UAAU,CAAC;QACpB,CAAC,GAAG,GAAG,UAAU,CAAC,IAAI,EAAE;QACxB,CAAC,GAAG,GAAG,UAAU,CAAC,IAAI,EAAE;QACxB,CAAC,GAAG,GAAG,UAAU,CAAC,IAAI,CAAC;QACvB,GAAG,GAAG,UAAU;KACjB,CAAC,CAAC;AACL,CAAC;AAPD,gCAOC"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts b/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts new file mode 100644 index 000000000..fea660753 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts @@ -0,0 +1 @@ +export declare function uint32ArrayFrom(a_lookUpTable: Array): Uint32Array; diff --git a/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js b/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js new file mode 100644 index 000000000..226cdc3d8 --- /dev/null +++ b/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js @@ -0,0 +1,20 @@ +"use strict"; +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 +Object.defineProperty(exports, "__esModule", { value: true }); +exports.uint32ArrayFrom = void 0; +// IE 11 does not support Array.from, so we do it manually +function uint32ArrayFrom(a_lookUpTable) { + if (!Uint32Array.from) { + var return_array = new Uint32Array(a_lookUpTable.length); + var a_index = 0; + while (a_index < a_lookUpTable.length) { + return_array[a_index] = a_lookUpTable[a_index]; + a_index += 1; + } + return return_array; + } + return Uint32Array.from(a_lookUpTable); +} +exports.uint32ArrayFrom = uint32ArrayFrom; +//# sourceMappingURL=uint32ArrayFrom.js.map \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map b/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map new file mode 100644 index 000000000..440ef697c --- /dev/null +++ b/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map @@ -0,0 +1 @@ +{"version":3,"file":"uint32ArrayFrom.js","sourceRoot":"","sources":["../src/uint32ArrayFrom.ts"],"names":[],"mappings":";AAAA,oEAAoE;AACpE,sCAAsC;;;AAEtC,0DAA0D;AAC1D,SAAgB,eAAe,CAAC,aAA4B;IAC1D,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE;QACrB,IAAM,YAAY,GAAG,IAAI,WAAW,CAAC,aAAa,CAAC,MAAM,CAAC,CAAA;QAC1D,IAAI,OAAO,GAAG,CAAC,CAAA;QACf,OAAO,OAAO,GAAG,aAAa,CAAC,MAAM,EAAE;YACrC,YAAY,CAAC,OAAO,CAAC,GAAG,aAAa,CAAC,OAAO,CAAC,CAAA;YAC9C,OAAO,IAAI,CAAC,CAAA;SACb;QACD,OAAO,YAAY,CAAA;KACpB;IACD,OAAO,WAAW,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA;AACxC,CAAC;AAXD,0CAWC"} \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt b/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt new file mode 100644 index 000000000..2e4a05cf5 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt @@ -0,0 +1,15 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt b/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt new file mode 100644 index 000000000..fa7d1bdf9 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/README.md b/node_modules/@aws-crypto/util/node_modules/tslib/README.md new file mode 100644 index 000000000..a7ee5aa2c --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/README.md @@ -0,0 +1,142 @@ +# tslib + +This is a runtime library for [TypeScript](http://www.typescriptlang.org/) that contains all of the TypeScript helper functions. + +This library is primarily used by the `--importHelpers` flag in TypeScript. +When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: + +```ts +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; +}; +exports.x = {}; +exports.y = __assign({}, exports.x); + +``` + +will instead be emitted as something like the following: + +```ts +var tslib_1 = require("tslib"); +exports.x = {}; +exports.y = tslib_1.__assign({}, exports.x); +``` + +Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead. +For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`. + +# Installing + +For the latest stable version, run: + +## npm + +```sh +# TypeScript 2.3.3 or later +npm install tslib + +# TypeScript 2.3.2 or earlier +npm install tslib@1.6.1 +``` + +## yarn + +```sh +# TypeScript 2.3.3 or later +yarn add tslib + +# TypeScript 2.3.2 or earlier +yarn add tslib@1.6.1 +``` + +## bower + +```sh +# TypeScript 2.3.3 or later +bower install tslib + +# TypeScript 2.3.2 or earlier +bower install tslib@1.6.1 +``` + +## JSPM + +```sh +# TypeScript 2.3.3 or later +jspm install tslib + +# TypeScript 2.3.2 or earlier +jspm install tslib@1.6.1 +``` + +# Usage + +Set the `importHelpers` compiler option on the command line: + +``` +tsc --importHelpers file.ts +``` + +or in your tsconfig.json: + +```json +{ + "compilerOptions": { + "importHelpers": true + } +} +``` + +#### For bower and JSPM users + +You will need to add a `paths` mapping for `tslib`, e.g. For Bower users: + +```json +{ + "compilerOptions": { + "module": "amd", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["bower_components/tslib/tslib.d.ts"] + } + } +} +``` + +For JSPM users: + +```json +{ + "compilerOptions": { + "module": "system", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["jspm_packages/npm/tslib@1.[version].0/tslib.d.ts"] + } + } +} +``` + + +# Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. + +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). + +# Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Homepage](http://www.typescriptlang.org/) diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js b/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js new file mode 100644 index 000000000..c2b614986 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js @@ -0,0 +1,51 @@ +import tslib from '../tslib.js'; +const { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +} = tslib; +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, +}; diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json b/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json new file mode 100644 index 000000000..96ae6e57e --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/package.json b/node_modules/@aws-crypto/util/node_modules/tslib/package.json new file mode 100644 index 000000000..f8c2a53d0 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/package.json @@ -0,0 +1,37 @@ +{ + "name": "tslib", + "author": "Microsoft Corp.", + "homepage": "https://www.typescriptlang.org/", + "version": "1.14.1", + "license": "0BSD", + "description": "Runtime library for TypeScript helper functions", + "keywords": [ + "TypeScript", + "Microsoft", + "compiler", + "language", + "javascript", + "tslib", + "runtime" + ], + "bugs": { + "url": "https://github.com/Microsoft/TypeScript/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/tslib.git" + }, + "main": "tslib.js", + "module": "tslib.es6.js", + "jsnext:main": "tslib.es6.js", + "typings": "tslib.d.ts", + "sideEffects": false, + "exports": { + ".": { + "module": "./tslib.es6.js", + "import": "./modules/index.js", + "default": "./tslib.js" + }, + "./": "./" + } +} diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js b/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js new file mode 100644 index 000000000..0c1b613d8 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js @@ -0,0 +1,23 @@ +// When on node 14, it validates that all of the commonjs exports +// are correctly re-exported for es modules importers. + +const nodeMajor = Number(process.version.split(".")[0].slice(1)) +if (nodeMajor < 14) { + console.log("Skipping because node does not support module exports.") + process.exit(0) +} + +// ES Modules import via the ./modules folder +import * as esTSLib from "../../modules/index.js" + +// Force a commonjs resolve +import { createRequire } from "module"; +const commonJSTSLib = createRequire(import.meta.url)("../../tslib.js"); + +for (const key in commonJSTSLib) { + if (commonJSTSLib.hasOwnProperty(key)) { + if(!esTSLib[key]) throw new Error(`ESModules is missing ${key} - it needs to be re-exported in ./modules/index.js`) + } +} + +console.log("All exports in commonjs are available for es module consumers.") diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json b/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json new file mode 100644 index 000000000..166e5095e --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json @@ -0,0 +1,6 @@ +{ + "type": "module", + "scripts": { + "test": "node index.js" + } +} diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts new file mode 100644 index 000000000..4d7f724cb --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts @@ -0,0 +1,37 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +export declare function __extends(d: Function, b: Function): void; +export declare function __assign(t: any, ...sources: any[]): any; +export declare function __rest(t: any, propertyNames: (string | symbol)[]): any; +export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; +export declare function __param(paramIndex: number, decorator: Function): Function; +export declare function __metadata(metadataKey: any, metadataValue: any): Function; +export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; +export declare function __generator(thisArg: any, body: Function): any; +export declare function __exportStar(m: any, exports: any): void; +export declare function __values(o: any): any; +export declare function __read(o: any, n?: number): any[]; +export declare function __spread(...args: any[][]): any[]; +export declare function __spreadArrays(...args: any[][]): any[]; +export declare function __await(v: any): any; +export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; +export declare function __asyncDelegator(o: any): any; +export declare function __asyncValues(o: any): any; +export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; +export declare function __importStar(mod: T): T; +export declare function __importDefault(mod: T): T | { default: T }; +export declare function __classPrivateFieldGet(receiver: T, privateMap: { has(o: T): boolean, get(o: T): V | undefined }): V; +export declare function __classPrivateFieldSet(receiver: T, privateMap: { has(o: T): boolean, set(o: T, value: V): any }, value: V): V; +export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void; \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html new file mode 100644 index 000000000..b122e41b0 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js new file mode 100644 index 000000000..7fdec0254 --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js @@ -0,0 +1,218 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export function __createBinding(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +} + +export function __exportStar(m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +}; + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result.default = mod; + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); +} + +export function __classPrivateFieldSet(receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; +} diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html new file mode 100644 index 000000000..44c9ba51e --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js new file mode 100644 index 000000000..fbce0186f --- /dev/null +++ b/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js @@ -0,0 +1,284 @@ +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global global, define, System, Reflect, Promise */ +var __extends; +var __assign; +var __rest; +var __decorate; +var __param; +var __metadata; +var __awaiter; +var __generator; +var __exportStar; +var __values; +var __read; +var __spread; +var __spreadArrays; +var __await; +var __asyncGenerator; +var __asyncDelegator; +var __asyncValues; +var __makeTemplateObject; +var __importStar; +var __importDefault; +var __classPrivateFieldGet; +var __classPrivateFieldSet; +var __createBinding; +(function (factory) { + var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {}; + if (typeof define === "function" && define.amd) { + define("tslib", ["exports"], function (exports) { factory(createExporter(root, createExporter(exports))); }); + } + else if (typeof module === "object" && typeof module.exports === "object") { + factory(createExporter(root, createExporter(module.exports))); + } + else { + factory(createExporter(root)); + } + function createExporter(exports, previous) { + if (exports !== root) { + if (typeof Object.create === "function") { + Object.defineProperty(exports, "__esModule", { value: true }); + } + else { + exports.__esModule = true; + } + } + return function (id, v) { return exports[id] = previous ? previous(id, v) : v; }; + } +}) +(function (exporter) { + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; + + __extends = function (d, b) { + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; + + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + }; + + __rest = function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; + }; + + __decorate = function (decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; + }; + + __param = function (paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } + }; + + __metadata = function (metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); + }; + + __awaiter = function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; + + __generator = function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (_) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } + }; + + __createBinding = function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; + }; + + __exportStar = function (m, exports) { + for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; + }; + + __values = function (o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); + }; + + __read = function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; + }; + + __spread = function () { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; + }; + + __spreadArrays = function () { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; + }; + + __await = function (v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); + }; + + __asyncGenerator = function (thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; + function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } + }; + + __asyncDelegator = function (o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } + }; + + __asyncValues = function (o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } + }; + + __makeTemplateObject = function (cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; + }; + + __importStar = function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; + result["default"] = mod; + return result; + }; + + __importDefault = function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; + }; + + __classPrivateFieldGet = function (receiver, privateMap) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to get private field on non-instance"); + } + return privateMap.get(receiver); + }; + + __classPrivateFieldSet = function (receiver, privateMap, value) { + if (!privateMap.has(receiver)) { + throw new TypeError("attempted to set private field on non-instance"); + } + privateMap.set(receiver, value); + return value; + }; + + exporter("__extends", __extends); + exporter("__assign", __assign); + exporter("__rest", __rest); + exporter("__decorate", __decorate); + exporter("__param", __param); + exporter("__metadata", __metadata); + exporter("__awaiter", __awaiter); + exporter("__generator", __generator); + exporter("__exportStar", __exportStar); + exporter("__createBinding", __createBinding); + exporter("__values", __values); + exporter("__read", __read); + exporter("__spread", __spread); + exporter("__spreadArrays", __spreadArrays); + exporter("__await", __await); + exporter("__asyncGenerator", __asyncGenerator); + exporter("__asyncDelegator", __asyncDelegator); + exporter("__asyncValues", __asyncValues); + exporter("__makeTemplateObject", __makeTemplateObject); + exporter("__importStar", __importStar); + exporter("__importDefault", __importDefault); + exporter("__classPrivateFieldGet", __classPrivateFieldGet); + exporter("__classPrivateFieldSet", __classPrivateFieldSet); +}); diff --git a/node_modules/@aws-crypto/util/package.json b/node_modules/@aws-crypto/util/package.json new file mode 100644 index 000000000..fd5ec378a --- /dev/null +++ b/node_modules/@aws-crypto/util/package.json @@ -0,0 +1,31 @@ +{ + "name": "@aws-crypto/util", + "version": "2.0.2", + "scripts": { + "prepublishOnly": "tsc", + "pretest": "tsc -p tsconfig.test.json", + "test": "mocha --require ts-node/register test/**/*test.ts" + }, + "main": "./build/index.js", + "types": "./build/index.d.ts", + "repository": { + "type": "git", + "url": "git@github.com:aws/aws-sdk-js-crypto-helpers.git" + }, + "author": { + "name": "AWS Crypto Tools Team", + "email": "aws-cryptools@amazon.com", + "url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us" + }, + "homepage": "https://github.com/aws/aws-sdk-js-crypto-helpers/tree/master/packages/util", + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "^3.110.0", + "@aws-sdk/util-utf8-browser": "^3.0.0", + "tslib": "^1.11.1" + }, + "publishConfig": { + "access": "public" + }, + "gitHead": "5d1db32bb75010cbe38ff8dda9c560cdbb7ec578" +} diff --git a/node_modules/@aws-crypto/util/src/convertToBuffer.ts b/node_modules/@aws-crypto/util/src/convertToBuffer.ts new file mode 100644 index 000000000..3cda0fce6 --- /dev/null +++ b/node_modules/@aws-crypto/util/src/convertToBuffer.ts @@ -0,0 +1,30 @@ +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + +import { SourceData } from "@aws-sdk/types"; +import { fromUtf8 as fromUtf8Browser } from "@aws-sdk/util-utf8-browser"; + +// Quick polyfill +const fromUtf8 = + typeof Buffer !== "undefined" && Buffer.from + ? (input: string) => Buffer.from(input, "utf8") + : fromUtf8Browser; + +export function convertToBuffer(data: SourceData): Uint8Array { + // Already a Uint8, do nothing + if (data instanceof Uint8Array) return data; + + if (typeof data === "string") { + return fromUtf8(data); + } + + if (ArrayBuffer.isView(data)) { + return new Uint8Array( + data.buffer, + data.byteOffset, + data.byteLength / Uint8Array.BYTES_PER_ELEMENT + ); + } + + return new Uint8Array(data); +} diff --git a/node_modules/@aws-crypto/util/src/index.ts b/node_modules/@aws-crypto/util/src/index.ts new file mode 100644 index 000000000..2f6c62a75 --- /dev/null +++ b/node_modules/@aws-crypto/util/src/index.ts @@ -0,0 +1,7 @@ +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + +export { convertToBuffer } from "./convertToBuffer"; +export { isEmptyData } from "./isEmptyData"; +export { numToUint8 } from "./numToUint8"; +export {uint32ArrayFrom} from './uint32ArrayFrom'; diff --git a/node_modules/@aws-crypto/util/src/isEmptyData.ts b/node_modules/@aws-crypto/util/src/isEmptyData.ts new file mode 100644 index 000000000..089764de9 --- /dev/null +++ b/node_modules/@aws-crypto/util/src/isEmptyData.ts @@ -0,0 +1,12 @@ +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + +import { SourceData } from "@aws-sdk/types"; + +export function isEmptyData(data: SourceData): boolean { + if (typeof data === "string") { + return data.length === 0; + } + + return data.byteLength === 0; +} diff --git a/node_modules/@aws-crypto/util/src/numToUint8.ts b/node_modules/@aws-crypto/util/src/numToUint8.ts new file mode 100644 index 000000000..2f40aceb1 --- /dev/null +++ b/node_modules/@aws-crypto/util/src/numToUint8.ts @@ -0,0 +1,11 @@ +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + +export function numToUint8(num: number) { + return new Uint8Array([ + (num & 0xff000000) >> 24, + (num & 0x00ff0000) >> 16, + (num & 0x0000ff00) >> 8, + num & 0x000000ff, + ]); +} diff --git a/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts b/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts new file mode 100644 index 000000000..b9b6d8879 --- /dev/null +++ b/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts @@ -0,0 +1,16 @@ +// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. +// SPDX-License-Identifier: Apache-2.0 + +// IE 11 does not support Array.from, so we do it manually +export function uint32ArrayFrom(a_lookUpTable: Array): Uint32Array { + if (!Uint32Array.from) { + const return_array = new Uint32Array(a_lookUpTable.length) + let a_index = 0 + while (a_index < a_lookUpTable.length) { + return_array[a_index] = a_lookUpTable[a_index] + a_index += 1 + } + return return_array + } + return Uint32Array.from(a_lookUpTable) +} diff --git a/node_modules/@aws-crypto/util/tsconfig.json b/node_modules/@aws-crypto/util/tsconfig.json new file mode 100644 index 000000000..1691089a7 --- /dev/null +++ b/node_modules/@aws-crypto/util/tsconfig.json @@ -0,0 +1,23 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "declaration": true, + "strict": true, + "sourceMap": true, + "downlevelIteration": true, + "importHelpers": true, + "noEmitHelpers": true, + "lib": [ + "es5", + "es2015.promise", + "es2015.collection", + "es2015.iterable", + "es2015.symbol.wellknown" + ], + "rootDir": "./src", + "outDir": "./build" + }, + "include": ["src/**/*.ts"], + "exclude": ["node_modules/**"] +} diff --git a/node_modules/@aws-sdk/abort-controller/LICENSE b/node_modules/@aws-sdk/abort-controller/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/abort-controller/README.md b/node_modules/@aws-sdk/abort-controller/README.md new file mode 100644 index 000000000..409443b63 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/abort-controller + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/abort-controller/latest.svg)](https://www.npmjs.com/package/@aws-sdk/abort-controller) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/abort-controller.svg)](https://www.npmjs.com/package/@aws-sdk/abort-controller) diff --git a/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js b/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js new file mode 100644 index 000000000..4c2873821 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AbortController = void 0; +const AbortSignal_1 = require("./AbortSignal"); +class AbortController { + constructor() { + this.signal = new AbortSignal_1.AbortSignal(); + } + abort() { + this.signal.abort(); + } +} +exports.AbortController = AbortController; diff --git a/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js b/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js new file mode 100644 index 000000000..9954b7800 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AbortSignal = void 0; +class AbortSignal { + constructor() { + this.onabort = null; + this._aborted = false; + Object.defineProperty(this, "_aborted", { + value: false, + writable: true, + }); + } + get aborted() { + return this._aborted; + } + abort() { + this._aborted = true; + if (this.onabort) { + this.onabort(this); + this.onabort = null; + } + } +} +exports.AbortSignal = AbortSignal; diff --git a/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js b/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js new file mode 100644 index 000000000..1d31310df --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./AbortController"), exports); +tslib_1.__exportStar(require("./AbortSignal"), exports); diff --git a/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js b/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js new file mode 100644 index 000000000..696f1371e --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js @@ -0,0 +1,9 @@ +import { AbortSignal } from "./AbortSignal"; +export class AbortController { + constructor() { + this.signal = new AbortSignal(); + } + abort() { + this.signal.abort(); + } +} diff --git a/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js b/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js new file mode 100644 index 000000000..9fc08134a --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js @@ -0,0 +1,20 @@ +export class AbortSignal { + constructor() { + this.onabort = null; + this._aborted = false; + Object.defineProperty(this, "_aborted", { + value: false, + writable: true, + }); + } + get aborted() { + return this._aborted; + } + abort() { + this._aborted = true; + if (this.onabort) { + this.onabort(this); + this.onabort = null; + } + } +} diff --git a/node_modules/@aws-sdk/abort-controller/dist-es/index.js b/node_modules/@aws-sdk/abort-controller/dist-es/index.js new file mode 100644 index 000000000..a0f47f728 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./AbortController"; +export * from "./AbortSignal"; diff --git a/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts b/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts new file mode 100644 index 000000000..dec5dc264 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts @@ -0,0 +1,6 @@ +import { AbortController as IAbortController } from "@aws-sdk/types"; +import { AbortSignal } from "./AbortSignal"; +export declare class AbortController implements IAbortController { + readonly signal: AbortSignal; + abort(): void; +} diff --git a/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts b/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts new file mode 100644 index 000000000..5326bc438 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts @@ -0,0 +1,14 @@ +import { AbortHandler, AbortSignal as IAbortSignal } from "@aws-sdk/types"; +export declare class AbortSignal implements IAbortSignal { + onabort: AbortHandler | null; + private _aborted; + constructor(); + /** + * Whether the associated operation has already been cancelled. + */ + get aborted(): boolean; + /** + * @internal + */ + abort(): void; +} diff --git a/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts b/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts new file mode 100644 index 000000000..a0f47f728 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./AbortController"; +export * from "./AbortSignal"; diff --git a/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts b/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts new file mode 100644 index 000000000..64870df87 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts @@ -0,0 +1,6 @@ +import { AbortController as IAbortController } from "@aws-sdk/types"; +import { AbortSignal } from "./AbortSignal"; +export declare class AbortController implements IAbortController { + readonly signal: AbortSignal; + abort(): void; +} diff --git a/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts b/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts new file mode 100644 index 000000000..af7bd200c --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts @@ -0,0 +1,8 @@ +import { AbortHandler, AbortSignal as IAbortSignal } from "@aws-sdk/types"; +export declare class AbortSignal implements IAbortSignal { + onabort: AbortHandler | null; + private _aborted; + constructor(); + readonly aborted: boolean; + abort(): void; +} diff --git a/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..a0f47f728 --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./AbortController"; +export * from "./AbortSignal"; diff --git a/node_modules/@aws-sdk/abort-controller/package.json b/node_modules/@aws-sdk/abort-controller/package.json new file mode 100644 index 000000000..2ebccdf5e --- /dev/null +++ b/node_modules/@aws-sdk/abort-controller/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/abort-controller", + "version": "3.226.0", + "description": "A simple abort controller library", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/abort-controller", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/abort-controller" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/LICENSE b/node_modules/@aws-sdk/client-cognito-identity/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/client-cognito-identity/README.md b/node_modules/@aws-sdk/client-cognito-identity/README.md new file mode 100644 index 000000000..a041c9167 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/README.md @@ -0,0 +1,219 @@ + + +# @aws-sdk/client-cognito-identity + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-cognito-identity/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-cognito-identity) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-cognito-identity.svg)](https://www.npmjs.com/package/@aws-sdk/client-cognito-identity) + +## Description + +AWS SDK for JavaScript CognitoIdentity Client for Node.js, Browser and React Native. + +Amazon Cognito Federated Identities + +

Amazon Cognito Federated Identities is a web service that delivers scoped temporary +credentials to mobile devices and other untrusted environments. It uniquely identifies a +device and supplies the user with a consistent identity over the lifetime of an +application.

+

Using Amazon Cognito Federated Identities, you can enable authentication with one or +more third-party identity providers (Facebook, Google, or Login with Amazon) or an Amazon +Cognito user pool, and you can also choose to support unauthenticated access from your app. +Cognito delivers a unique identifier for each user and acts as an OpenID token provider +trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS +credentials.

+

For a description of the authentication flow from the Amazon Cognito Developer Guide +see Authentication Flow.

+

For more information see Amazon Cognito Federated Identities.

+ +## Installing + +To install the this package, simply type add or install @aws-sdk/client-cognito-identity +using your favorite package manager: + +- `npm install @aws-sdk/client-cognito-identity` +- `yarn add @aws-sdk/client-cognito-identity` +- `pnpm add @aws-sdk/client-cognito-identity` + +## Getting Started + +### Import + +The AWS SDK is modulized by clients and commands. +To send a request, you only need to import the `CognitoIdentityClient` and +the commands you need, for example `CreateIdentityPoolCommand`: + +```js +// ES5 example +const { CognitoIdentityClient, CreateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); +``` + +```ts +// ES6+ example +import { CognitoIdentityClient, CreateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; +``` + +### Usage + +To send a request, you: + +- Initiate client with configuration (e.g. credentials, region). +- Initiate command with input parameters. +- Call `send` operation on client with command object as input. +- If you are using a custom http handler, you may call `destroy()` to close open connections. + +```js +// a client can be shared by different commands. +const client = new CognitoIdentityClient({ region: "REGION" }); + +const params = { + /** input parameters */ +}; +const command = new CreateIdentityPoolCommand(params); +``` + +#### Async/await + +We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) +operator to wait for the promise returned by send operation as follows: + +```js +// async/await. +try { + const data = await client.send(command); + // process data. +} catch (error) { + // error handling. +} finally { + // finally. +} +``` + +Async-await is clean, concise, intuitive, easy to debug and has better error handling +as compared to using Promise chains or callbacks. + +#### Promises + +You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining) +to execute send operation. + +```js +client.send(command).then( + (data) => { + // process data. + }, + (error) => { + // error handling. + } +); +``` + +Promises can also be called using `.catch()` and `.finally()` as follows: + +```js +client + .send(command) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }) + .finally(() => { + // finally. + }); +``` + +#### Callbacks + +We do not recommend using callbacks because of [callback hell](http://callbackhell.com/), +but they are supported by the send operation. + +```js +// callbacks. +client.send(command, (err, data) => { + // process err and data. +}); +``` + +#### v2 compatible style + +The client can also send requests using v2 compatible style. +However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post +on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) + +```ts +import * as AWS from "@aws-sdk/client-cognito-identity"; +const client = new AWS.CognitoIdentity({ region: "REGION" }); + +// async/await. +try { + const data = await client.createIdentityPool(params); + // process data. +} catch (error) { + // error handling. +} + +// Promises. +client + .createIdentityPool(params) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }); + +// callbacks. +client.createIdentityPool(params, (err, data) => { + // process err and data. +}); +``` + +### Troubleshooting + +When the service returns an exception, the error will include the exception information, +as well as response metadata (e.g. request id). + +```js +try { + const data = await client.send(command); + // process data. +} catch (error) { + const { requestId, cfId, extendedRequestId } = error.$$metadata; + console.log({ requestId, cfId, extendedRequestId }); + /** + * The keys within exceptions are also parsed. + * You can access them by specifying exception names: + * if (error.name === 'SomeServiceException') { + * const value = error.specialKeyInException; + * } + */ +} +``` + +## Getting Help + +Please use these community resources for getting help. +We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them. + +- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html) + or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). +- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/) + on AWS Developer Blog. +- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`. +- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3). +- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose). + +To test your universal JavaScript code in Node.js, browser and react-native environments, +visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). + +## Contributing + +This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-cognito-identity` package is updated. +To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients). + +## License + +This SDK is distributed under the +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), +see LICENSE for more information. diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js new file mode 100644 index 000000000..80ff132ad --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js @@ -0,0 +1,352 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CognitoIdentity = void 0; +const CognitoIdentityClient_1 = require("./CognitoIdentityClient"); +const CreateIdentityPoolCommand_1 = require("./commands/CreateIdentityPoolCommand"); +const DeleteIdentitiesCommand_1 = require("./commands/DeleteIdentitiesCommand"); +const DeleteIdentityPoolCommand_1 = require("./commands/DeleteIdentityPoolCommand"); +const DescribeIdentityCommand_1 = require("./commands/DescribeIdentityCommand"); +const DescribeIdentityPoolCommand_1 = require("./commands/DescribeIdentityPoolCommand"); +const GetCredentialsForIdentityCommand_1 = require("./commands/GetCredentialsForIdentityCommand"); +const GetIdCommand_1 = require("./commands/GetIdCommand"); +const GetIdentityPoolRolesCommand_1 = require("./commands/GetIdentityPoolRolesCommand"); +const GetOpenIdTokenCommand_1 = require("./commands/GetOpenIdTokenCommand"); +const GetOpenIdTokenForDeveloperIdentityCommand_1 = require("./commands/GetOpenIdTokenForDeveloperIdentityCommand"); +const GetPrincipalTagAttributeMapCommand_1 = require("./commands/GetPrincipalTagAttributeMapCommand"); +const ListIdentitiesCommand_1 = require("./commands/ListIdentitiesCommand"); +const ListIdentityPoolsCommand_1 = require("./commands/ListIdentityPoolsCommand"); +const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand"); +const LookupDeveloperIdentityCommand_1 = require("./commands/LookupDeveloperIdentityCommand"); +const MergeDeveloperIdentitiesCommand_1 = require("./commands/MergeDeveloperIdentitiesCommand"); +const SetIdentityPoolRolesCommand_1 = require("./commands/SetIdentityPoolRolesCommand"); +const SetPrincipalTagAttributeMapCommand_1 = require("./commands/SetPrincipalTagAttributeMapCommand"); +const TagResourceCommand_1 = require("./commands/TagResourceCommand"); +const UnlinkDeveloperIdentityCommand_1 = require("./commands/UnlinkDeveloperIdentityCommand"); +const UnlinkIdentityCommand_1 = require("./commands/UnlinkIdentityCommand"); +const UntagResourceCommand_1 = require("./commands/UntagResourceCommand"); +const UpdateIdentityPoolCommand_1 = require("./commands/UpdateIdentityPoolCommand"); +class CognitoIdentity extends CognitoIdentityClient_1.CognitoIdentityClient { + createIdentityPool(args, optionsOrCb, cb) { + const command = new CreateIdentityPoolCommand_1.CreateIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + deleteIdentities(args, optionsOrCb, cb) { + const command = new DeleteIdentitiesCommand_1.DeleteIdentitiesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + deleteIdentityPool(args, optionsOrCb, cb) { + const command = new DeleteIdentityPoolCommand_1.DeleteIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + describeIdentity(args, optionsOrCb, cb) { + const command = new DescribeIdentityCommand_1.DescribeIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + describeIdentityPool(args, optionsOrCb, cb) { + const command = new DescribeIdentityPoolCommand_1.DescribeIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getCredentialsForIdentity(args, optionsOrCb, cb) { + const command = new GetCredentialsForIdentityCommand_1.GetCredentialsForIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getId(args, optionsOrCb, cb) { + const command = new GetIdCommand_1.GetIdCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getIdentityPoolRoles(args, optionsOrCb, cb) { + const command = new GetIdentityPoolRolesCommand_1.GetIdentityPoolRolesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getOpenIdToken(args, optionsOrCb, cb) { + const command = new GetOpenIdTokenCommand_1.GetOpenIdTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getOpenIdTokenForDeveloperIdentity(args, optionsOrCb, cb) { + const command = new GetOpenIdTokenForDeveloperIdentityCommand_1.GetOpenIdTokenForDeveloperIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getPrincipalTagAttributeMap(args, optionsOrCb, cb) { + const command = new GetPrincipalTagAttributeMapCommand_1.GetPrincipalTagAttributeMapCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listIdentities(args, optionsOrCb, cb) { + const command = new ListIdentitiesCommand_1.ListIdentitiesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listIdentityPools(args, optionsOrCb, cb) { + const command = new ListIdentityPoolsCommand_1.ListIdentityPoolsCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listTagsForResource(args, optionsOrCb, cb) { + const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + lookupDeveloperIdentity(args, optionsOrCb, cb) { + const command = new LookupDeveloperIdentityCommand_1.LookupDeveloperIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + mergeDeveloperIdentities(args, optionsOrCb, cb) { + const command = new MergeDeveloperIdentitiesCommand_1.MergeDeveloperIdentitiesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + setIdentityPoolRoles(args, optionsOrCb, cb) { + const command = new SetIdentityPoolRolesCommand_1.SetIdentityPoolRolesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + setPrincipalTagAttributeMap(args, optionsOrCb, cb) { + const command = new SetPrincipalTagAttributeMapCommand_1.SetPrincipalTagAttributeMapCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + tagResource(args, optionsOrCb, cb) { + const command = new TagResourceCommand_1.TagResourceCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + unlinkDeveloperIdentity(args, optionsOrCb, cb) { + const command = new UnlinkDeveloperIdentityCommand_1.UnlinkDeveloperIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + unlinkIdentity(args, optionsOrCb, cb) { + const command = new UnlinkIdentityCommand_1.UnlinkIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + untagResource(args, optionsOrCb, cb) { + const command = new UntagResourceCommand_1.UntagResourceCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + updateIdentityPool(args, optionsOrCb, cb) { + const command = new UpdateIdentityPoolCommand_1.UpdateIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} +exports.CognitoIdentity = CognitoIdentity; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js new file mode 100644 index 000000000..1f5c1eb41 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js @@ -0,0 +1,39 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CognitoIdentityClient = void 0; +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const middleware_content_length_1 = require("@aws-sdk/middleware-content-length"); +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_host_header_1 = require("@aws-sdk/middleware-host-header"); +const middleware_logger_1 = require("@aws-sdk/middleware-logger"); +const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const EndpointParameters_1 = require("./endpoint/EndpointParameters"); +const runtimeConfig_1 = require("./runtimeConfig"); +class CognitoIdentityClient extends smithy_client_1.Client { + constructor(configuration) { + const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); + const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0); + const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1); + const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2); + const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3); + const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); + const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5); + const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6); + super(_config_7); + this.config = _config_7; + this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); + this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); + this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); + this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config)); + this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config)); + this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config)); + } + destroy() { + super.destroy(); + } +} +exports.CognitoIdentityClient = CognitoIdentityClient; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js new file mode 100644 index 000000000..cd9e2369d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CreateIdentityPoolCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class CreateIdentityPoolCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "CreateIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.CreateIdentityPoolInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.IdentityPoolFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1CreateIdentityPoolCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1CreateIdentityPoolCommand)(output, context); + } +} +exports.CreateIdentityPoolCommand = CreateIdentityPoolCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js new file mode 100644 index 000000000..8fc971db1 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DeleteIdentitiesCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class DeleteIdentitiesCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteIdentitiesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DeleteIdentitiesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.DeleteIdentitiesInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.DeleteIdentitiesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1DeleteIdentitiesCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteIdentitiesCommand)(output, context); + } +} +exports.DeleteIdentitiesCommand = DeleteIdentitiesCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js new file mode 100644 index 000000000..05447d84f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DeleteIdentityPoolCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class DeleteIdentityPoolCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DeleteIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.DeleteIdentityPoolInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1DeleteIdentityPoolCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteIdentityPoolCommand)(output, context); + } +} +exports.DeleteIdentityPoolCommand = DeleteIdentityPoolCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js new file mode 100644 index 000000000..7910b266c --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DescribeIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class DescribeIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DescribeIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.DescribeIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.IdentityDescriptionFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1DescribeIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeIdentityCommand)(output, context); + } +} +exports.DescribeIdentityCommand = DescribeIdentityCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js new file mode 100644 index 000000000..5326612bf --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DescribeIdentityPoolCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class DescribeIdentityPoolCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DescribeIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.DescribeIdentityPoolInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.IdentityPoolFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1DescribeIdentityPoolCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeIdentityPoolCommand)(output, context); + } +} +exports.DescribeIdentityPoolCommand = DescribeIdentityPoolCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js new file mode 100644 index 000000000..da3dec258 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetCredentialsForIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class GetCredentialsForIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCredentialsForIdentityCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetCredentialsForIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetCredentialsForIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetCredentialsForIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1GetCredentialsForIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1GetCredentialsForIdentityCommand)(output, context); + } +} +exports.GetCredentialsForIdentityCommand = GetCredentialsForIdentityCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js new file mode 100644 index 000000000..9a9294a15 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetIdCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class GetIdCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetIdCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetIdCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetIdInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetIdResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1GetIdCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1GetIdCommand)(output, context); + } +} +exports.GetIdCommand = GetIdCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js new file mode 100644 index 000000000..3ef34187c --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetIdentityPoolRolesCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class GetIdentityPoolRolesCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetIdentityPoolRolesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetIdentityPoolRolesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetIdentityPoolRolesInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetIdentityPoolRolesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1GetIdentityPoolRolesCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1GetIdentityPoolRolesCommand)(output, context); + } +} +exports.GetIdentityPoolRolesCommand = GetIdentityPoolRolesCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js new file mode 100644 index 000000000..c27703b20 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetOpenIdTokenCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class GetOpenIdTokenCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetOpenIdTokenCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetOpenIdTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetOpenIdTokenInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetOpenIdTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1GetOpenIdTokenCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1GetOpenIdTokenCommand)(output, context); + } +} +exports.GetOpenIdTokenCommand = GetOpenIdTokenCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js new file mode 100644 index 000000000..2a499698f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetOpenIdTokenForDeveloperIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetOpenIdTokenForDeveloperIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetOpenIdTokenForDeveloperIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand)(output, context); + } +} +exports.GetOpenIdTokenForDeveloperIdentityCommand = GetOpenIdTokenForDeveloperIdentityCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js new file mode 100644 index 000000000..05ca06fb4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetPrincipalTagAttributeMapCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetPrincipalTagAttributeMapCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetPrincipalTagAttributeMapCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetPrincipalTagAttributeMapInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetPrincipalTagAttributeMapResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1GetPrincipalTagAttributeMapCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1GetPrincipalTagAttributeMapCommand)(output, context); + } +} +exports.GetPrincipalTagAttributeMapCommand = GetPrincipalTagAttributeMapCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js new file mode 100644 index 000000000..03ff12565 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ListIdentitiesCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class ListIdentitiesCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIdentitiesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "ListIdentitiesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.ListIdentitiesInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.ListIdentitiesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1ListIdentitiesCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1ListIdentitiesCommand)(output, context); + } +} +exports.ListIdentitiesCommand = ListIdentitiesCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js new file mode 100644 index 000000000..b64da2e5f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ListIdentityPoolsCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class ListIdentityPoolsCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIdentityPoolsCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "ListIdentityPoolsCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.ListIdentityPoolsInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.ListIdentityPoolsResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1ListIdentityPoolsCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1ListIdentityPoolsCommand)(output, context); + } +} +exports.ListIdentityPoolsCommand = ListIdentityPoolsCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js new file mode 100644 index 000000000..ea5d9cbdd --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ListTagsForResourceCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class ListTagsForResourceCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "ListTagsForResourceCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.ListTagsForResourceInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context); + } +} +exports.ListTagsForResourceCommand = ListTagsForResourceCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js new file mode 100644 index 000000000..9e9cc8214 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.LookupDeveloperIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class LookupDeveloperIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, LookupDeveloperIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "LookupDeveloperIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.LookupDeveloperIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.LookupDeveloperIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1LookupDeveloperIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1LookupDeveloperIdentityCommand)(output, context); + } +} +exports.LookupDeveloperIdentityCommand = LookupDeveloperIdentityCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js new file mode 100644 index 000000000..cee695618 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.MergeDeveloperIdentitiesCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, MergeDeveloperIdentitiesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "MergeDeveloperIdentitiesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.MergeDeveloperIdentitiesInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.MergeDeveloperIdentitiesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1MergeDeveloperIdentitiesCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1MergeDeveloperIdentitiesCommand)(output, context); + } +} +exports.MergeDeveloperIdentitiesCommand = MergeDeveloperIdentitiesCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js new file mode 100644 index 000000000..2c4f7c757 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SetIdentityPoolRolesCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class SetIdentityPoolRolesCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetIdentityPoolRolesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "SetIdentityPoolRolesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.SetIdentityPoolRolesInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1SetIdentityPoolRolesCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1SetIdentityPoolRolesCommand)(output, context); + } +} +exports.SetIdentityPoolRolesCommand = SetIdentityPoolRolesCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js new file mode 100644 index 000000000..0c3c7f97a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SetPrincipalTagAttributeMapCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class SetPrincipalTagAttributeMapCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetPrincipalTagAttributeMapCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "SetPrincipalTagAttributeMapCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.SetPrincipalTagAttributeMapInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.SetPrincipalTagAttributeMapResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1SetPrincipalTagAttributeMapCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1SetPrincipalTagAttributeMapCommand)(output, context); + } +} +exports.SetPrincipalTagAttributeMapCommand = SetPrincipalTagAttributeMapCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js new file mode 100644 index 000000000..c36ca1d18 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.TagResourceCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class TagResourceCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "TagResourceCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.TagResourceInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.TagResourceResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context); + } +} +exports.TagResourceCommand = TagResourceCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js new file mode 100644 index 000000000..af23b2bb9 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.UnlinkDeveloperIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class UnlinkDeveloperIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UnlinkDeveloperIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UnlinkDeveloperIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.UnlinkDeveloperIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1UnlinkDeveloperIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1UnlinkDeveloperIdentityCommand)(output, context); + } +} +exports.UnlinkDeveloperIdentityCommand = UnlinkDeveloperIdentityCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js new file mode 100644 index 000000000..c1415d4cb --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.UnlinkIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class UnlinkIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UnlinkIdentityCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UnlinkIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.UnlinkIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1UnlinkIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1UnlinkIdentityCommand)(output, context); + } +} +exports.UnlinkIdentityCommand = UnlinkIdentityCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js new file mode 100644 index 000000000..412dd71bb --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.UntagResourceCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class UntagResourceCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UntagResourceCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.UntagResourceInputFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.UntagResourceResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context); + } +} +exports.UntagResourceCommand = UntagResourceCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js new file mode 100644 index 000000000..3ca02ab9f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.UpdateIdentityPoolCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_json1_1_1 = require("../protocols/Aws_json1_1"); +class UpdateIdentityPoolCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UpdateIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.IdentityPoolFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.IdentityPoolFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_json1_1_1.serializeAws_json1_1UpdateIdentityPoolCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateIdentityPoolCommand)(output, context); + } +} +exports.UpdateIdentityPoolCommand = UpdateIdentityPoolCommand; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js new file mode 100644 index 000000000..66cf4e3da --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js @@ -0,0 +1,26 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./CreateIdentityPoolCommand"), exports); +tslib_1.__exportStar(require("./DeleteIdentitiesCommand"), exports); +tslib_1.__exportStar(require("./DeleteIdentityPoolCommand"), exports); +tslib_1.__exportStar(require("./DescribeIdentityCommand"), exports); +tslib_1.__exportStar(require("./DescribeIdentityPoolCommand"), exports); +tslib_1.__exportStar(require("./GetCredentialsForIdentityCommand"), exports); +tslib_1.__exportStar(require("./GetIdCommand"), exports); +tslib_1.__exportStar(require("./GetIdentityPoolRolesCommand"), exports); +tslib_1.__exportStar(require("./GetOpenIdTokenCommand"), exports); +tslib_1.__exportStar(require("./GetOpenIdTokenForDeveloperIdentityCommand"), exports); +tslib_1.__exportStar(require("./GetPrincipalTagAttributeMapCommand"), exports); +tslib_1.__exportStar(require("./ListIdentitiesCommand"), exports); +tslib_1.__exportStar(require("./ListIdentityPoolsCommand"), exports); +tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports); +tslib_1.__exportStar(require("./LookupDeveloperIdentityCommand"), exports); +tslib_1.__exportStar(require("./MergeDeveloperIdentitiesCommand"), exports); +tslib_1.__exportStar(require("./SetIdentityPoolRolesCommand"), exports); +tslib_1.__exportStar(require("./SetPrincipalTagAttributeMapCommand"), exports); +tslib_1.__exportStar(require("./TagResourceCommand"), exports); +tslib_1.__exportStar(require("./UnlinkDeveloperIdentityCommand"), exports); +tslib_1.__exportStar(require("./UnlinkIdentityCommand"), exports); +tslib_1.__exportStar(require("./UntagResourceCommand"), exports); +tslib_1.__exportStar(require("./UpdateIdentityPoolCommand"), exports); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/EndpointParameters.js new file mode 100644 index 000000000..062a61bb5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/EndpointParameters.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveClientEndpointParameters = void 0; +const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + defaultSigningName: "cognito-identity", + }; +}; +exports.resolveClientEndpointParameters = resolveClientEndpointParameters; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js new file mode 100644 index 000000000..482fab141 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultEndpointResolver = void 0; +const util_endpoints_1 = require("@aws-sdk/util-endpoints"); +const ruleset_1 = require("./ruleset"); +const defaultEndpointResolver = (endpointParams, context = {}) => { + return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; +exports.defaultEndpointResolver = defaultEndpointResolver; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js new file mode 100644 index 000000000..3f6e875a2 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ruleSet = void 0; +const p = "required", q = "fn", r = "argv", s = "ref"; +const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i]; +const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://cognito-identity-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cognito-identity-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }; +exports.ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js new file mode 100644 index 000000000..c705ad82a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CognitoIdentityServiceException = void 0; +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./CognitoIdentity"), exports); +tslib_1.__exportStar(require("./CognitoIdentityClient"), exports); +tslib_1.__exportStar(require("./commands"), exports); +tslib_1.__exportStar(require("./models"), exports); +tslib_1.__exportStar(require("./pagination"), exports); +var CognitoIdentityServiceException_1 = require("./models/CognitoIdentityServiceException"); +Object.defineProperty(exports, "CognitoIdentityServiceException", { enumerable: true, get: function () { return CognitoIdentityServiceException_1.CognitoIdentityServiceException; } }); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js new file mode 100644 index 000000000..9b9e8d578 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CognitoIdentityServiceException = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +class CognitoIdentityServiceException extends smithy_client_1.ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, CognitoIdentityServiceException.prototype); + } +} +exports.CognitoIdentityServiceException = CognitoIdentityServiceException; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js new file mode 100644 index 000000000..8ced418bc --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./models_0"), exports); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js new file mode 100644 index 000000000..c0845f96e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js @@ -0,0 +1,354 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.LookupDeveloperIdentityResponseFilterSensitiveLog = exports.LookupDeveloperIdentityInputFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListIdentityPoolsResponseFilterSensitiveLog = exports.IdentityPoolShortDescriptionFilterSensitiveLog = exports.ListIdentityPoolsInputFilterSensitiveLog = exports.ListIdentitiesResponseFilterSensitiveLog = exports.ListIdentitiesInputFilterSensitiveLog = exports.GetPrincipalTagAttributeMapResponseFilterSensitiveLog = exports.GetPrincipalTagAttributeMapInputFilterSensitiveLog = exports.GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = exports.GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = exports.GetOpenIdTokenResponseFilterSensitiveLog = exports.GetOpenIdTokenInputFilterSensitiveLog = exports.GetIdentityPoolRolesResponseFilterSensitiveLog = exports.RoleMappingFilterSensitiveLog = exports.RulesConfigurationTypeFilterSensitiveLog = exports.MappingRuleFilterSensitiveLog = exports.GetIdentityPoolRolesInputFilterSensitiveLog = exports.GetIdResponseFilterSensitiveLog = exports.GetIdInputFilterSensitiveLog = exports.GetCredentialsForIdentityResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.GetCredentialsForIdentityInputFilterSensitiveLog = exports.DescribeIdentityPoolInputFilterSensitiveLog = exports.IdentityDescriptionFilterSensitiveLog = exports.DescribeIdentityInputFilterSensitiveLog = exports.DeleteIdentityPoolInputFilterSensitiveLog = exports.DeleteIdentitiesResponseFilterSensitiveLog = exports.UnprocessedIdentityIdFilterSensitiveLog = exports.DeleteIdentitiesInputFilterSensitiveLog = exports.IdentityPoolFilterSensitiveLog = exports.CreateIdentityPoolInputFilterSensitiveLog = exports.CognitoIdentityProviderFilterSensitiveLog = exports.ConcurrentModificationException = exports.DeveloperUserAlreadyRegisteredException = exports.RoleMappingType = exports.MappingRuleMatchType = exports.InvalidIdentityPoolConfigurationException = exports.ExternalServiceException = exports.ResourceNotFoundException = exports.ErrorCode = exports.TooManyRequestsException = exports.ResourceConflictException = exports.NotAuthorizedException = exports.LimitExceededException = exports.InvalidParameterException = exports.InternalErrorException = exports.AmbiguousRoleResolutionType = void 0; +exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.UnlinkIdentityInputFilterSensitiveLog = exports.UnlinkDeveloperIdentityInputFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.SetPrincipalTagAttributeMapResponseFilterSensitiveLog = exports.SetPrincipalTagAttributeMapInputFilterSensitiveLog = exports.SetIdentityPoolRolesInputFilterSensitiveLog = exports.MergeDeveloperIdentitiesResponseFilterSensitiveLog = exports.MergeDeveloperIdentitiesInputFilterSensitiveLog = void 0; +const CognitoIdentityServiceException_1 = require("./CognitoIdentityServiceException"); +var AmbiguousRoleResolutionType; +(function (AmbiguousRoleResolutionType) { + AmbiguousRoleResolutionType["AUTHENTICATED_ROLE"] = "AuthenticatedRole"; + AmbiguousRoleResolutionType["DENY"] = "Deny"; +})(AmbiguousRoleResolutionType = exports.AmbiguousRoleResolutionType || (exports.AmbiguousRoleResolutionType = {})); +class InternalErrorException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "InternalErrorException", + $fault: "server", + ...opts, + }); + this.name = "InternalErrorException"; + this.$fault = "server"; + Object.setPrototypeOf(this, InternalErrorException.prototype); + } +} +exports.InternalErrorException = InternalErrorException; +class InvalidParameterException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "InvalidParameterException", + $fault: "client", + ...opts, + }); + this.name = "InvalidParameterException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidParameterException.prototype); + } +} +exports.InvalidParameterException = InvalidParameterException; +class LimitExceededException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "LimitExceededException", + $fault: "client", + ...opts, + }); + this.name = "LimitExceededException"; + this.$fault = "client"; + Object.setPrototypeOf(this, LimitExceededException.prototype); + } +} +exports.LimitExceededException = LimitExceededException; +class NotAuthorizedException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "NotAuthorizedException", + $fault: "client", + ...opts, + }); + this.name = "NotAuthorizedException"; + this.$fault = "client"; + Object.setPrototypeOf(this, NotAuthorizedException.prototype); + } +} +exports.NotAuthorizedException = NotAuthorizedException; +class ResourceConflictException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "ResourceConflictException", + $fault: "client", + ...opts, + }); + this.name = "ResourceConflictException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ResourceConflictException.prototype); + } +} +exports.ResourceConflictException = ResourceConflictException; +class TooManyRequestsException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "TooManyRequestsException", + $fault: "client", + ...opts, + }); + this.name = "TooManyRequestsException"; + this.$fault = "client"; + Object.setPrototypeOf(this, TooManyRequestsException.prototype); + } +} +exports.TooManyRequestsException = TooManyRequestsException; +var ErrorCode; +(function (ErrorCode) { + ErrorCode["ACCESS_DENIED"] = "AccessDenied"; + ErrorCode["INTERNAL_SERVER_ERROR"] = "InternalServerError"; +})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {})); +class ResourceNotFoundException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "ResourceNotFoundException", + $fault: "client", + ...opts, + }); + this.name = "ResourceNotFoundException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ResourceNotFoundException.prototype); + } +} +exports.ResourceNotFoundException = ResourceNotFoundException; +class ExternalServiceException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "ExternalServiceException", + $fault: "client", + ...opts, + }); + this.name = "ExternalServiceException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ExternalServiceException.prototype); + } +} +exports.ExternalServiceException = ExternalServiceException; +class InvalidIdentityPoolConfigurationException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "InvalidIdentityPoolConfigurationException", + $fault: "client", + ...opts, + }); + this.name = "InvalidIdentityPoolConfigurationException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidIdentityPoolConfigurationException.prototype); + } +} +exports.InvalidIdentityPoolConfigurationException = InvalidIdentityPoolConfigurationException; +var MappingRuleMatchType; +(function (MappingRuleMatchType) { + MappingRuleMatchType["CONTAINS"] = "Contains"; + MappingRuleMatchType["EQUALS"] = "Equals"; + MappingRuleMatchType["NOT_EQUAL"] = "NotEqual"; + MappingRuleMatchType["STARTS_WITH"] = "StartsWith"; +})(MappingRuleMatchType = exports.MappingRuleMatchType || (exports.MappingRuleMatchType = {})); +var RoleMappingType; +(function (RoleMappingType) { + RoleMappingType["RULES"] = "Rules"; + RoleMappingType["TOKEN"] = "Token"; +})(RoleMappingType = exports.RoleMappingType || (exports.RoleMappingType = {})); +class DeveloperUserAlreadyRegisteredException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "DeveloperUserAlreadyRegisteredException", + $fault: "client", + ...opts, + }); + this.name = "DeveloperUserAlreadyRegisteredException"; + this.$fault = "client"; + Object.setPrototypeOf(this, DeveloperUserAlreadyRegisteredException.prototype); + } +} +exports.DeveloperUserAlreadyRegisteredException = DeveloperUserAlreadyRegisteredException; +class ConcurrentModificationException extends CognitoIdentityServiceException_1.CognitoIdentityServiceException { + constructor(opts) { + super({ + name: "ConcurrentModificationException", + $fault: "client", + ...opts, + }); + this.name = "ConcurrentModificationException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ConcurrentModificationException.prototype); + } +} +exports.ConcurrentModificationException = ConcurrentModificationException; +const CognitoIdentityProviderFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.CognitoIdentityProviderFilterSensitiveLog = CognitoIdentityProviderFilterSensitiveLog; +const CreateIdentityPoolInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.CreateIdentityPoolInputFilterSensitiveLog = CreateIdentityPoolInputFilterSensitiveLog; +const IdentityPoolFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.IdentityPoolFilterSensitiveLog = IdentityPoolFilterSensitiveLog; +const DeleteIdentitiesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DeleteIdentitiesInputFilterSensitiveLog = DeleteIdentitiesInputFilterSensitiveLog; +const UnprocessedIdentityIdFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.UnprocessedIdentityIdFilterSensitiveLog = UnprocessedIdentityIdFilterSensitiveLog; +const DeleteIdentitiesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DeleteIdentitiesResponseFilterSensitiveLog = DeleteIdentitiesResponseFilterSensitiveLog; +const DeleteIdentityPoolInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DeleteIdentityPoolInputFilterSensitiveLog = DeleteIdentityPoolInputFilterSensitiveLog; +const DescribeIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DescribeIdentityInputFilterSensitiveLog = DescribeIdentityInputFilterSensitiveLog; +const IdentityDescriptionFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.IdentityDescriptionFilterSensitiveLog = IdentityDescriptionFilterSensitiveLog; +const DescribeIdentityPoolInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DescribeIdentityPoolInputFilterSensitiveLog = DescribeIdentityPoolInputFilterSensitiveLog; +const GetCredentialsForIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetCredentialsForIdentityInputFilterSensitiveLog = GetCredentialsForIdentityInputFilterSensitiveLog; +const CredentialsFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog; +const GetCredentialsForIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetCredentialsForIdentityResponseFilterSensitiveLog = GetCredentialsForIdentityResponseFilterSensitiveLog; +const GetIdInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetIdInputFilterSensitiveLog = GetIdInputFilterSensitiveLog; +const GetIdResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetIdResponseFilterSensitiveLog = GetIdResponseFilterSensitiveLog; +const GetIdentityPoolRolesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetIdentityPoolRolesInputFilterSensitiveLog = GetIdentityPoolRolesInputFilterSensitiveLog; +const MappingRuleFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.MappingRuleFilterSensitiveLog = MappingRuleFilterSensitiveLog; +const RulesConfigurationTypeFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.RulesConfigurationTypeFilterSensitiveLog = RulesConfigurationTypeFilterSensitiveLog; +const RoleMappingFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.RoleMappingFilterSensitiveLog = RoleMappingFilterSensitiveLog; +const GetIdentityPoolRolesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetIdentityPoolRolesResponseFilterSensitiveLog = GetIdentityPoolRolesResponseFilterSensitiveLog; +const GetOpenIdTokenInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetOpenIdTokenInputFilterSensitiveLog = GetOpenIdTokenInputFilterSensitiveLog; +const GetOpenIdTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetOpenIdTokenResponseFilterSensitiveLog = GetOpenIdTokenResponseFilterSensitiveLog; +const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog; +const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog; +const GetPrincipalTagAttributeMapInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetPrincipalTagAttributeMapInputFilterSensitiveLog = GetPrincipalTagAttributeMapInputFilterSensitiveLog; +const GetPrincipalTagAttributeMapResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetPrincipalTagAttributeMapResponseFilterSensitiveLog = GetPrincipalTagAttributeMapResponseFilterSensitiveLog; +const ListIdentitiesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListIdentitiesInputFilterSensitiveLog = ListIdentitiesInputFilterSensitiveLog; +const ListIdentitiesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListIdentitiesResponseFilterSensitiveLog = ListIdentitiesResponseFilterSensitiveLog; +const ListIdentityPoolsInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListIdentityPoolsInputFilterSensitiveLog = ListIdentityPoolsInputFilterSensitiveLog; +const IdentityPoolShortDescriptionFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.IdentityPoolShortDescriptionFilterSensitiveLog = IdentityPoolShortDescriptionFilterSensitiveLog; +const ListIdentityPoolsResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListIdentityPoolsResponseFilterSensitiveLog = ListIdentityPoolsResponseFilterSensitiveLog; +const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog; +const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog; +const LookupDeveloperIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.LookupDeveloperIdentityInputFilterSensitiveLog = LookupDeveloperIdentityInputFilterSensitiveLog; +const LookupDeveloperIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.LookupDeveloperIdentityResponseFilterSensitiveLog = LookupDeveloperIdentityResponseFilterSensitiveLog; +const MergeDeveloperIdentitiesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.MergeDeveloperIdentitiesInputFilterSensitiveLog = MergeDeveloperIdentitiesInputFilterSensitiveLog; +const MergeDeveloperIdentitiesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.MergeDeveloperIdentitiesResponseFilterSensitiveLog = MergeDeveloperIdentitiesResponseFilterSensitiveLog; +const SetIdentityPoolRolesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.SetIdentityPoolRolesInputFilterSensitiveLog = SetIdentityPoolRolesInputFilterSensitiveLog; +const SetPrincipalTagAttributeMapInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.SetPrincipalTagAttributeMapInputFilterSensitiveLog = SetPrincipalTagAttributeMapInputFilterSensitiveLog; +const SetPrincipalTagAttributeMapResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.SetPrincipalTagAttributeMapResponseFilterSensitiveLog = SetPrincipalTagAttributeMapResponseFilterSensitiveLog; +const TagResourceInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog; +const TagResourceResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog; +const UnlinkDeveloperIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.UnlinkDeveloperIdentityInputFilterSensitiveLog = UnlinkDeveloperIdentityInputFilterSensitiveLog; +const UnlinkIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.UnlinkIdentityInputFilterSensitiveLog = UnlinkIdentityInputFilterSensitiveLog; +const UntagResourceInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog; +const UntagResourceResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js new file mode 100644 index 000000000..1d900ffcd --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js @@ -0,0 +1,36 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.paginateListIdentityPools = void 0; +const CognitoIdentity_1 = require("../CognitoIdentity"); +const CognitoIdentityClient_1 = require("../CognitoIdentityClient"); +const ListIdentityPoolsCommand_1 = require("../commands/ListIdentityPoolsCommand"); +const makePagedClientRequest = async (client, input, ...args) => { + return await client.send(new ListIdentityPoolsCommand_1.ListIdentityPoolsCommand(input), ...args); +}; +const makePagedRequest = async (client, input, ...args) => { + return await client.listIdentityPools(input, ...args); +}; +async function* paginateListIdentityPools(config, input, ...additionalArguments) { + let token = config.startingToken || undefined; + let hasNext = true; + let page; + while (hasNext) { + input.NextToken = token; + input["MaxResults"] = config.pageSize; + if (config.client instanceof CognitoIdentity_1.CognitoIdentity) { + page = await makePagedRequest(config.client, input, ...additionalArguments); + } + else if (config.client instanceof CognitoIdentityClient_1.CognitoIdentityClient) { + page = await makePagedClientRequest(config.client, input, ...additionalArguments); + } + else { + throw new Error("Invalid client, expected CognitoIdentity | CognitoIdentityClient"); + } + yield page; + const prevToken = token; + token = page.NextToken; + hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken)); + } + return undefined; +} +exports.paginateListIdentityPools = paginateListIdentityPools; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js new file mode 100644 index 000000000..42a98db71 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./Interfaces"), exports); +tslib_1.__exportStar(require("./ListIdentityPoolsPaginator"), exports); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js new file mode 100644 index 000000000..d90d4bb00 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js @@ -0,0 +1,2219 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deserializeAws_json1_1UpdateIdentityPoolCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1UnlinkIdentityCommand = exports.deserializeAws_json1_1UnlinkDeveloperIdentityCommand = exports.deserializeAws_json1_1TagResourceCommand = exports.deserializeAws_json1_1SetPrincipalTagAttributeMapCommand = exports.deserializeAws_json1_1SetIdentityPoolRolesCommand = exports.deserializeAws_json1_1MergeDeveloperIdentitiesCommand = exports.deserializeAws_json1_1LookupDeveloperIdentityCommand = exports.deserializeAws_json1_1ListTagsForResourceCommand = exports.deserializeAws_json1_1ListIdentityPoolsCommand = exports.deserializeAws_json1_1ListIdentitiesCommand = exports.deserializeAws_json1_1GetPrincipalTagAttributeMapCommand = exports.deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = exports.deserializeAws_json1_1GetOpenIdTokenCommand = exports.deserializeAws_json1_1GetIdentityPoolRolesCommand = exports.deserializeAws_json1_1GetIdCommand = exports.deserializeAws_json1_1GetCredentialsForIdentityCommand = exports.deserializeAws_json1_1DescribeIdentityPoolCommand = exports.deserializeAws_json1_1DescribeIdentityCommand = exports.deserializeAws_json1_1DeleteIdentityPoolCommand = exports.deserializeAws_json1_1DeleteIdentitiesCommand = exports.deserializeAws_json1_1CreateIdentityPoolCommand = exports.serializeAws_json1_1UpdateIdentityPoolCommand = exports.serializeAws_json1_1UntagResourceCommand = exports.serializeAws_json1_1UnlinkIdentityCommand = exports.serializeAws_json1_1UnlinkDeveloperIdentityCommand = exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1SetPrincipalTagAttributeMapCommand = exports.serializeAws_json1_1SetIdentityPoolRolesCommand = exports.serializeAws_json1_1MergeDeveloperIdentitiesCommand = exports.serializeAws_json1_1LookupDeveloperIdentityCommand = exports.serializeAws_json1_1ListTagsForResourceCommand = exports.serializeAws_json1_1ListIdentityPoolsCommand = exports.serializeAws_json1_1ListIdentitiesCommand = exports.serializeAws_json1_1GetPrincipalTagAttributeMapCommand = exports.serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = exports.serializeAws_json1_1GetOpenIdTokenCommand = exports.serializeAws_json1_1GetIdentityPoolRolesCommand = exports.serializeAws_json1_1GetIdCommand = exports.serializeAws_json1_1GetCredentialsForIdentityCommand = exports.serializeAws_json1_1DescribeIdentityPoolCommand = exports.serializeAws_json1_1DescribeIdentityCommand = exports.serializeAws_json1_1DeleteIdentityPoolCommand = exports.serializeAws_json1_1DeleteIdentitiesCommand = exports.serializeAws_json1_1CreateIdentityPoolCommand = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const CognitoIdentityServiceException_1 = require("../models/CognitoIdentityServiceException"); +const models_0_1 = require("../models/models_0"); +const serializeAws_json1_1CreateIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.CreateIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1CreateIdentityPoolInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1CreateIdentityPoolCommand = serializeAws_json1_1CreateIdentityPoolCommand; +const serializeAws_json1_1DeleteIdentitiesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DeleteIdentities", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DeleteIdentitiesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1DeleteIdentitiesCommand = serializeAws_json1_1DeleteIdentitiesCommand; +const serializeAws_json1_1DeleteIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DeleteIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DeleteIdentityPoolInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1DeleteIdentityPoolCommand = serializeAws_json1_1DeleteIdentityPoolCommand; +const serializeAws_json1_1DescribeIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DescribeIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DescribeIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1DescribeIdentityCommand = serializeAws_json1_1DescribeIdentityCommand; +const serializeAws_json1_1DescribeIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DescribeIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DescribeIdentityPoolInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1DescribeIdentityPoolCommand = serializeAws_json1_1DescribeIdentityPoolCommand; +const serializeAws_json1_1GetCredentialsForIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetCredentialsForIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetCredentialsForIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1GetCredentialsForIdentityCommand = serializeAws_json1_1GetCredentialsForIdentityCommand; +const serializeAws_json1_1GetIdCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetId", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetIdInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1GetIdCommand = serializeAws_json1_1GetIdCommand; +const serializeAws_json1_1GetIdentityPoolRolesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetIdentityPoolRoles", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetIdentityPoolRolesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1GetIdentityPoolRolesCommand = serializeAws_json1_1GetIdentityPoolRolesCommand; +const serializeAws_json1_1GetOpenIdTokenCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetOpenIdToken", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetOpenIdTokenInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1GetOpenIdTokenCommand = serializeAws_json1_1GetOpenIdTokenCommand; +const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetOpenIdTokenForDeveloperIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand; +const serializeAws_json1_1GetPrincipalTagAttributeMapCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetPrincipalTagAttributeMap", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetPrincipalTagAttributeMapInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1GetPrincipalTagAttributeMapCommand = serializeAws_json1_1GetPrincipalTagAttributeMapCommand; +const serializeAws_json1_1ListIdentitiesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.ListIdentities", + }; + let body; + body = JSON.stringify(serializeAws_json1_1ListIdentitiesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1ListIdentitiesCommand = serializeAws_json1_1ListIdentitiesCommand; +const serializeAws_json1_1ListIdentityPoolsCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.ListIdentityPools", + }; + let body; + body = JSON.stringify(serializeAws_json1_1ListIdentityPoolsInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1ListIdentityPoolsCommand = serializeAws_json1_1ListIdentityPoolsCommand; +const serializeAws_json1_1ListTagsForResourceCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.ListTagsForResource", + }; + let body; + body = JSON.stringify(serializeAws_json1_1ListTagsForResourceInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1ListTagsForResourceCommand = serializeAws_json1_1ListTagsForResourceCommand; +const serializeAws_json1_1LookupDeveloperIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.LookupDeveloperIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1LookupDeveloperIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1LookupDeveloperIdentityCommand = serializeAws_json1_1LookupDeveloperIdentityCommand; +const serializeAws_json1_1MergeDeveloperIdentitiesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.MergeDeveloperIdentities", + }; + let body; + body = JSON.stringify(serializeAws_json1_1MergeDeveloperIdentitiesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1MergeDeveloperIdentitiesCommand = serializeAws_json1_1MergeDeveloperIdentitiesCommand; +const serializeAws_json1_1SetIdentityPoolRolesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.SetIdentityPoolRoles", + }; + let body; + body = JSON.stringify(serializeAws_json1_1SetIdentityPoolRolesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1SetIdentityPoolRolesCommand = serializeAws_json1_1SetIdentityPoolRolesCommand; +const serializeAws_json1_1SetPrincipalTagAttributeMapCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.SetPrincipalTagAttributeMap", + }; + let body; + body = JSON.stringify(serializeAws_json1_1SetPrincipalTagAttributeMapInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1SetPrincipalTagAttributeMapCommand = serializeAws_json1_1SetPrincipalTagAttributeMapCommand; +const serializeAws_json1_1TagResourceCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.TagResource", + }; + let body; + body = JSON.stringify(serializeAws_json1_1TagResourceInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1TagResourceCommand = serializeAws_json1_1TagResourceCommand; +const serializeAws_json1_1UnlinkDeveloperIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UnlinkDeveloperIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1UnlinkDeveloperIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1UnlinkDeveloperIdentityCommand = serializeAws_json1_1UnlinkDeveloperIdentityCommand; +const serializeAws_json1_1UnlinkIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UnlinkIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1UnlinkIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1UnlinkIdentityCommand = serializeAws_json1_1UnlinkIdentityCommand; +const serializeAws_json1_1UntagResourceCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UntagResource", + }; + let body; + body = JSON.stringify(serializeAws_json1_1UntagResourceInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1UntagResourceCommand = serializeAws_json1_1UntagResourceCommand; +const serializeAws_json1_1UpdateIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UpdateIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1IdentityPool(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_json1_1UpdateIdentityPoolCommand = serializeAws_json1_1UpdateIdentityPoolCommand; +const deserializeAws_json1_1CreateIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1CreateIdentityPoolCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityPool(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1CreateIdentityPoolCommand = deserializeAws_json1_1CreateIdentityPoolCommand; +const deserializeAws_json1_1CreateIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "LimitExceededException": + case "com.amazonaws.cognitoidentity#LimitExceededException": + throw await deserializeAws_json1_1LimitExceededExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1DeleteIdentitiesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DeleteIdentitiesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1DeleteIdentitiesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1DeleteIdentitiesCommand = deserializeAws_json1_1DeleteIdentitiesCommand; +const deserializeAws_json1_1DeleteIdentitiesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1DeleteIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DeleteIdentityPoolCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1DeleteIdentityPoolCommand = deserializeAws_json1_1DeleteIdentityPoolCommand; +const deserializeAws_json1_1DeleteIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1DescribeIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DescribeIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityDescription(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1DescribeIdentityCommand = deserializeAws_json1_1DescribeIdentityCommand; +const deserializeAws_json1_1DescribeIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1DescribeIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DescribeIdentityPoolCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityPool(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1DescribeIdentityPoolCommand = deserializeAws_json1_1DescribeIdentityPoolCommand; +const deserializeAws_json1_1DescribeIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1GetCredentialsForIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetCredentialsForIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetCredentialsForIdentityResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1GetCredentialsForIdentityCommand = deserializeAws_json1_1GetCredentialsForIdentityCommand; +const deserializeAws_json1_1GetCredentialsForIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidIdentityPoolConfigurationException": + case "com.amazonaws.cognitoidentity#InvalidIdentityPoolConfigurationException": + throw await deserializeAws_json1_1InvalidIdentityPoolConfigurationExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1GetIdCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetIdCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetIdResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1GetIdCommand = deserializeAws_json1_1GetIdCommand; +const deserializeAws_json1_1GetIdCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "LimitExceededException": + case "com.amazonaws.cognitoidentity#LimitExceededException": + throw await deserializeAws_json1_1LimitExceededExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1GetIdentityPoolRolesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetIdentityPoolRolesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetIdentityPoolRolesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1GetIdentityPoolRolesCommand = deserializeAws_json1_1GetIdentityPoolRolesCommand; +const deserializeAws_json1_1GetIdentityPoolRolesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1GetOpenIdTokenCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetOpenIdTokenCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetOpenIdTokenResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1GetOpenIdTokenCommand = deserializeAws_json1_1GetOpenIdTokenCommand; +const deserializeAws_json1_1GetOpenIdTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand; +const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "DeveloperUserAlreadyRegisteredException": + case "com.amazonaws.cognitoidentity#DeveloperUserAlreadyRegisteredException": + throw await deserializeAws_json1_1DeveloperUserAlreadyRegisteredExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1GetPrincipalTagAttributeMapCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetPrincipalTagAttributeMapCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetPrincipalTagAttributeMapResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1GetPrincipalTagAttributeMapCommand = deserializeAws_json1_1GetPrincipalTagAttributeMapCommand; +const deserializeAws_json1_1GetPrincipalTagAttributeMapCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1ListIdentitiesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1ListIdentitiesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1ListIdentitiesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1ListIdentitiesCommand = deserializeAws_json1_1ListIdentitiesCommand; +const deserializeAws_json1_1ListIdentitiesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1ListIdentityPoolsCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1ListIdentityPoolsCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1ListIdentityPoolsResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1ListIdentityPoolsCommand = deserializeAws_json1_1ListIdentityPoolsCommand; +const deserializeAws_json1_1ListIdentityPoolsCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1ListTagsForResourceCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1ListTagsForResourceResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1ListTagsForResourceCommand = deserializeAws_json1_1ListTagsForResourceCommand; +const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1LookupDeveloperIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1LookupDeveloperIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1LookupDeveloperIdentityResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1LookupDeveloperIdentityCommand = deserializeAws_json1_1LookupDeveloperIdentityCommand; +const deserializeAws_json1_1LookupDeveloperIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1MergeDeveloperIdentitiesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1MergeDeveloperIdentitiesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1MergeDeveloperIdentitiesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1MergeDeveloperIdentitiesCommand = deserializeAws_json1_1MergeDeveloperIdentitiesCommand; +const deserializeAws_json1_1MergeDeveloperIdentitiesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1SetIdentityPoolRolesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1SetIdentityPoolRolesCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1SetIdentityPoolRolesCommand = deserializeAws_json1_1SetIdentityPoolRolesCommand; +const deserializeAws_json1_1SetIdentityPoolRolesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ConcurrentModificationException": + case "com.amazonaws.cognitoidentity#ConcurrentModificationException": + throw await deserializeAws_json1_1ConcurrentModificationExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1SetPrincipalTagAttributeMapCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1SetPrincipalTagAttributeMapCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1SetPrincipalTagAttributeMapResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1SetPrincipalTagAttributeMapCommand = deserializeAws_json1_1SetPrincipalTagAttributeMapCommand; +const deserializeAws_json1_1SetPrincipalTagAttributeMapCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1TagResourceCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1TagResourceCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1TagResourceResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1TagResourceCommand = deserializeAws_json1_1TagResourceCommand; +const deserializeAws_json1_1TagResourceCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1UnlinkDeveloperIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UnlinkDeveloperIdentityCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1UnlinkDeveloperIdentityCommand = deserializeAws_json1_1UnlinkDeveloperIdentityCommand; +const deserializeAws_json1_1UnlinkDeveloperIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1UnlinkIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UnlinkIdentityCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1UnlinkIdentityCommand = deserializeAws_json1_1UnlinkIdentityCommand; +const deserializeAws_json1_1UnlinkIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1UntagResourceCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UntagResourceCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1UntagResourceResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1UntagResourceCommand = deserializeAws_json1_1UntagResourceCommand; +const deserializeAws_json1_1UntagResourceCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1UpdateIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UpdateIdentityPoolCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityPool(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_json1_1UpdateIdentityPoolCommand = deserializeAws_json1_1UpdateIdentityPoolCommand; +const deserializeAws_json1_1UpdateIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ConcurrentModificationException": + case "com.amazonaws.cognitoidentity#ConcurrentModificationException": + throw await deserializeAws_json1_1ConcurrentModificationExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "LimitExceededException": + case "com.amazonaws.cognitoidentity#LimitExceededException": + throw await deserializeAws_json1_1LimitExceededExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: CognitoIdentityServiceException_1.CognitoIdentityServiceException, + errorCode, + }); + } +}; +const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ConcurrentModificationException(body, context); + const exception = new models_0_1.ConcurrentModificationException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1DeveloperUserAlreadyRegisteredExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1DeveloperUserAlreadyRegisteredException(body, context); + const exception = new models_0_1.DeveloperUserAlreadyRegisteredException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1ExternalServiceExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ExternalServiceException(body, context); + const exception = new models_0_1.ExternalServiceException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1InternalErrorExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1InternalErrorException(body, context); + const exception = new models_0_1.InternalErrorException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1InvalidIdentityPoolConfigurationExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1InvalidIdentityPoolConfigurationException(body, context); + const exception = new models_0_1.InvalidIdentityPoolConfigurationException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1InvalidParameterException(body, context); + const exception = new models_0_1.InvalidParameterException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1LimitExceededException(body, context); + const exception = new models_0_1.LimitExceededException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1NotAuthorizedExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1NotAuthorizedException(body, context); + const exception = new models_0_1.NotAuthorizedException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1ResourceConflictExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ResourceConflictException(body, context); + const exception = new models_0_1.ResourceConflictException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ResourceNotFoundException(body, context); + const exception = new models_0_1.ResourceNotFoundException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_json1_1TooManyRequestsExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1TooManyRequestsException(body, context); + const exception = new models_0_1.TooManyRequestsException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const serializeAws_json1_1CognitoIdentityProvider = (input, context) => { + return { + ...(input.ClientId != null && { ClientId: input.ClientId }), + ...(input.ProviderName != null && { ProviderName: input.ProviderName }), + ...(input.ServerSideTokenCheck != null && { ServerSideTokenCheck: input.ServerSideTokenCheck }), + }; +}; +const serializeAws_json1_1CognitoIdentityProviderList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return serializeAws_json1_1CognitoIdentityProvider(entry, context); + }); +}; +const serializeAws_json1_1CreateIdentityPoolInput = (input, context) => { + return { + ...(input.AllowClassicFlow != null && { AllowClassicFlow: input.AllowClassicFlow }), + ...(input.AllowUnauthenticatedIdentities != null && { + AllowUnauthenticatedIdentities: input.AllowUnauthenticatedIdentities, + }), + ...(input.CognitoIdentityProviders != null && { + CognitoIdentityProviders: serializeAws_json1_1CognitoIdentityProviderList(input.CognitoIdentityProviders, context), + }), + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.IdentityPoolName != null && { IdentityPoolName: input.IdentityPoolName }), + ...(input.IdentityPoolTags != null && { + IdentityPoolTags: serializeAws_json1_1IdentityPoolTagsType(input.IdentityPoolTags, context), + }), + ...(input.OpenIdConnectProviderARNs != null && { + OpenIdConnectProviderARNs: serializeAws_json1_1OIDCProviderList(input.OpenIdConnectProviderARNs, context), + }), + ...(input.SamlProviderARNs != null && { + SamlProviderARNs: serializeAws_json1_1SAMLProviderList(input.SamlProviderARNs, context), + }), + ...(input.SupportedLoginProviders != null && { + SupportedLoginProviders: serializeAws_json1_1IdentityProviders(input.SupportedLoginProviders, context), + }), + }; +}; +const serializeAws_json1_1DeleteIdentitiesInput = (input, context) => { + return { + ...(input.IdentityIdsToDelete != null && { + IdentityIdsToDelete: serializeAws_json1_1IdentityIdList(input.IdentityIdsToDelete, context), + }), + }; +}; +const serializeAws_json1_1DeleteIdentityPoolInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1DescribeIdentityInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + }; +}; +const serializeAws_json1_1DescribeIdentityPoolInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1GetCredentialsForIdentityInput = (input, context) => { + return { + ...(input.CustomRoleArn != null && { CustomRoleArn: input.CustomRoleArn }), + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + }; +}; +const serializeAws_json1_1GetIdentityPoolRolesInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1GetIdInput = (input, context) => { + return { + ...(input.AccountId != null && { AccountId: input.AccountId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + }; +}; +const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + ...(input.PrincipalTags != null && { + PrincipalTags: serializeAws_json1_1PrincipalTags(input.PrincipalTags, context), + }), + ...(input.TokenDuration != null && { TokenDuration: input.TokenDuration }), + }; +}; +const serializeAws_json1_1GetOpenIdTokenInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + }; +}; +const serializeAws_json1_1GetPrincipalTagAttributeMapInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.IdentityProviderName != null && { IdentityProviderName: input.IdentityProviderName }), + }; +}; +const serializeAws_json1_1IdentityIdList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1IdentityPool = (input, context) => { + return { + ...(input.AllowClassicFlow != null && { AllowClassicFlow: input.AllowClassicFlow }), + ...(input.AllowUnauthenticatedIdentities != null && { + AllowUnauthenticatedIdentities: input.AllowUnauthenticatedIdentities, + }), + ...(input.CognitoIdentityProviders != null && { + CognitoIdentityProviders: serializeAws_json1_1CognitoIdentityProviderList(input.CognitoIdentityProviders, context), + }), + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.IdentityPoolName != null && { IdentityPoolName: input.IdentityPoolName }), + ...(input.IdentityPoolTags != null && { + IdentityPoolTags: serializeAws_json1_1IdentityPoolTagsType(input.IdentityPoolTags, context), + }), + ...(input.OpenIdConnectProviderARNs != null && { + OpenIdConnectProviderARNs: serializeAws_json1_1OIDCProviderList(input.OpenIdConnectProviderARNs, context), + }), + ...(input.SamlProviderARNs != null && { + SamlProviderARNs: serializeAws_json1_1SAMLProviderList(input.SamlProviderARNs, context), + }), + ...(input.SupportedLoginProviders != null && { + SupportedLoginProviders: serializeAws_json1_1IdentityProviders(input.SupportedLoginProviders, context), + }), + }; +}; +const serializeAws_json1_1IdentityPoolTagsListType = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1IdentityPoolTagsType = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1IdentityProviders = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1ListIdentitiesInput = (input, context) => { + return { + ...(input.HideDisabled != null && { HideDisabled: input.HideDisabled }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.MaxResults != null && { MaxResults: input.MaxResults }), + ...(input.NextToken != null && { NextToken: input.NextToken }), + }; +}; +const serializeAws_json1_1ListIdentityPoolsInput = (input, context) => { + return { + ...(input.MaxResults != null && { MaxResults: input.MaxResults }), + ...(input.NextToken != null && { NextToken: input.NextToken }), + }; +}; +const serializeAws_json1_1ListTagsForResourceInput = (input, context) => { + return { + ...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }), + }; +}; +const serializeAws_json1_1LoginsList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1LoginsMap = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1LookupDeveloperIdentityInput = (input, context) => { + return { + ...(input.DeveloperUserIdentifier != null && { DeveloperUserIdentifier: input.DeveloperUserIdentifier }), + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.MaxResults != null && { MaxResults: input.MaxResults }), + ...(input.NextToken != null && { NextToken: input.NextToken }), + }; +}; +const serializeAws_json1_1MappingRule = (input, context) => { + return { + ...(input.Claim != null && { Claim: input.Claim }), + ...(input.MatchType != null && { MatchType: input.MatchType }), + ...(input.RoleARN != null && { RoleARN: input.RoleARN }), + ...(input.Value != null && { Value: input.Value }), + }; +}; +const serializeAws_json1_1MappingRulesList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return serializeAws_json1_1MappingRule(entry, context); + }); +}; +const serializeAws_json1_1MergeDeveloperIdentitiesInput = (input, context) => { + return { + ...(input.DestinationUserIdentifier != null && { DestinationUserIdentifier: input.DestinationUserIdentifier }), + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.SourceUserIdentifier != null && { SourceUserIdentifier: input.SourceUserIdentifier }), + }; +}; +const serializeAws_json1_1OIDCProviderList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1PrincipalTags = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1RoleMapping = (input, context) => { + return { + ...(input.AmbiguousRoleResolution != null && { AmbiguousRoleResolution: input.AmbiguousRoleResolution }), + ...(input.RulesConfiguration != null && { + RulesConfiguration: serializeAws_json1_1RulesConfigurationType(input.RulesConfiguration, context), + }), + ...(input.Type != null && { Type: input.Type }), + }; +}; +const serializeAws_json1_1RoleMappingMap = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = serializeAws_json1_1RoleMapping(value, context); + return acc; + }, {}); +}; +const serializeAws_json1_1RolesMap = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1RulesConfigurationType = (input, context) => { + return { + ...(input.Rules != null && { Rules: serializeAws_json1_1MappingRulesList(input.Rules, context) }), + }; +}; +const serializeAws_json1_1SAMLProviderList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1SetIdentityPoolRolesInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.RoleMappings != null && { + RoleMappings: serializeAws_json1_1RoleMappingMap(input.RoleMappings, context), + }), + ...(input.Roles != null && { Roles: serializeAws_json1_1RolesMap(input.Roles, context) }), + }; +}; +const serializeAws_json1_1SetPrincipalTagAttributeMapInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.IdentityProviderName != null && { IdentityProviderName: input.IdentityProviderName }), + ...(input.PrincipalTags != null && { + PrincipalTags: serializeAws_json1_1PrincipalTags(input.PrincipalTags, context), + }), + ...(input.UseDefaults != null && { UseDefaults: input.UseDefaults }), + }; +}; +const serializeAws_json1_1TagResourceInput = (input, context) => { + return { + ...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }), + ...(input.Tags != null && { Tags: serializeAws_json1_1IdentityPoolTagsType(input.Tags, context) }), + }; +}; +const serializeAws_json1_1UnlinkDeveloperIdentityInput = (input, context) => { + return { + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.DeveloperUserIdentifier != null && { DeveloperUserIdentifier: input.DeveloperUserIdentifier }), + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1UnlinkIdentityInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + ...(input.LoginsToRemove != null && { + LoginsToRemove: serializeAws_json1_1LoginsList(input.LoginsToRemove, context), + }), + }; +}; +const serializeAws_json1_1UntagResourceInput = (input, context) => { + return { + ...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }), + ...(input.TagKeys != null && { TagKeys: serializeAws_json1_1IdentityPoolTagsListType(input.TagKeys, context) }), + }; +}; +const deserializeAws_json1_1CognitoIdentityProvider = (output, context) => { + return { + ClientId: (0, smithy_client_1.expectString)(output.ClientId), + ProviderName: (0, smithy_client_1.expectString)(output.ProviderName), + ServerSideTokenCheck: (0, smithy_client_1.expectBoolean)(output.ServerSideTokenCheck), + }; +}; +const deserializeAws_json1_1CognitoIdentityProviderList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1CognitoIdentityProvider(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1ConcurrentModificationException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1Credentials = (output, context) => { + return { + AccessKeyId: (0, smithy_client_1.expectString)(output.AccessKeyId), + Expiration: output.Expiration != null ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Expiration))) : undefined, + SecretKey: (0, smithy_client_1.expectString)(output.SecretKey), + SessionToken: (0, smithy_client_1.expectString)(output.SessionToken), + }; +}; +const deserializeAws_json1_1DeleteIdentitiesResponse = (output, context) => { + return { + UnprocessedIdentityIds: output.UnprocessedIdentityIds != null + ? deserializeAws_json1_1UnprocessedIdentityIdList(output.UnprocessedIdentityIds, context) + : undefined, + }; +}; +const deserializeAws_json1_1DeveloperUserAlreadyRegisteredException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1DeveloperUserIdentifierList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return (0, smithy_client_1.expectString)(entry); + }); + return retVal; +}; +const deserializeAws_json1_1ExternalServiceException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1GetCredentialsForIdentityResponse = (output, context) => { + return { + Credentials: output.Credentials != null ? deserializeAws_json1_1Credentials(output.Credentials, context) : undefined, + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + }; +}; +const deserializeAws_json1_1GetIdentityPoolRolesResponse = (output, context) => { + return { + IdentityPoolId: (0, smithy_client_1.expectString)(output.IdentityPoolId), + RoleMappings: output.RoleMappings != null ? deserializeAws_json1_1RoleMappingMap(output.RoleMappings, context) : undefined, + Roles: output.Roles != null ? deserializeAws_json1_1RolesMap(output.Roles, context) : undefined, + }; +}; +const deserializeAws_json1_1GetIdResponse = (output, context) => { + return { + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + }; +}; +const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityResponse = (output, context) => { + return { + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + Token: (0, smithy_client_1.expectString)(output.Token), + }; +}; +const deserializeAws_json1_1GetOpenIdTokenResponse = (output, context) => { + return { + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + Token: (0, smithy_client_1.expectString)(output.Token), + }; +}; +const deserializeAws_json1_1GetPrincipalTagAttributeMapResponse = (output, context) => { + return { + IdentityPoolId: (0, smithy_client_1.expectString)(output.IdentityPoolId), + IdentityProviderName: (0, smithy_client_1.expectString)(output.IdentityProviderName), + PrincipalTags: output.PrincipalTags != null ? deserializeAws_json1_1PrincipalTags(output.PrincipalTags, context) : undefined, + UseDefaults: (0, smithy_client_1.expectBoolean)(output.UseDefaults), + }; +}; +const deserializeAws_json1_1IdentitiesList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1IdentityDescription(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1IdentityDescription = (output, context) => { + return { + CreationDate: output.CreationDate != null + ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreationDate))) + : undefined, + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + LastModifiedDate: output.LastModifiedDate != null + ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastModifiedDate))) + : undefined, + Logins: output.Logins != null ? deserializeAws_json1_1LoginsList(output.Logins, context) : undefined, + }; +}; +const deserializeAws_json1_1IdentityPool = (output, context) => { + return { + AllowClassicFlow: (0, smithy_client_1.expectBoolean)(output.AllowClassicFlow), + AllowUnauthenticatedIdentities: (0, smithy_client_1.expectBoolean)(output.AllowUnauthenticatedIdentities), + CognitoIdentityProviders: output.CognitoIdentityProviders != null + ? deserializeAws_json1_1CognitoIdentityProviderList(output.CognitoIdentityProviders, context) + : undefined, + DeveloperProviderName: (0, smithy_client_1.expectString)(output.DeveloperProviderName), + IdentityPoolId: (0, smithy_client_1.expectString)(output.IdentityPoolId), + IdentityPoolName: (0, smithy_client_1.expectString)(output.IdentityPoolName), + IdentityPoolTags: output.IdentityPoolTags != null + ? deserializeAws_json1_1IdentityPoolTagsType(output.IdentityPoolTags, context) + : undefined, + OpenIdConnectProviderARNs: output.OpenIdConnectProviderARNs != null + ? deserializeAws_json1_1OIDCProviderList(output.OpenIdConnectProviderARNs, context) + : undefined, + SamlProviderARNs: output.SamlProviderARNs != null + ? deserializeAws_json1_1SAMLProviderList(output.SamlProviderARNs, context) + : undefined, + SupportedLoginProviders: output.SupportedLoginProviders != null + ? deserializeAws_json1_1IdentityProviders(output.SupportedLoginProviders, context) + : undefined, + }; +}; +const deserializeAws_json1_1IdentityPoolShortDescription = (output, context) => { + return { + IdentityPoolId: (0, smithy_client_1.expectString)(output.IdentityPoolId), + IdentityPoolName: (0, smithy_client_1.expectString)(output.IdentityPoolName), + }; +}; +const deserializeAws_json1_1IdentityPoolsList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1IdentityPoolShortDescription(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1IdentityPoolTagsType = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = (0, smithy_client_1.expectString)(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1IdentityProviders = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = (0, smithy_client_1.expectString)(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1InternalErrorException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1InvalidIdentityPoolConfigurationException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1InvalidParameterException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1LimitExceededException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1ListIdentitiesResponse = (output, context) => { + return { + Identities: output.Identities != null ? deserializeAws_json1_1IdentitiesList(output.Identities, context) : undefined, + IdentityPoolId: (0, smithy_client_1.expectString)(output.IdentityPoolId), + NextToken: (0, smithy_client_1.expectString)(output.NextToken), + }; +}; +const deserializeAws_json1_1ListIdentityPoolsResponse = (output, context) => { + return { + IdentityPools: output.IdentityPools != null ? deserializeAws_json1_1IdentityPoolsList(output.IdentityPools, context) : undefined, + NextToken: (0, smithy_client_1.expectString)(output.NextToken), + }; +}; +const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => { + return { + Tags: output.Tags != null ? deserializeAws_json1_1IdentityPoolTagsType(output.Tags, context) : undefined, + }; +}; +const deserializeAws_json1_1LoginsList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return (0, smithy_client_1.expectString)(entry); + }); + return retVal; +}; +const deserializeAws_json1_1LookupDeveloperIdentityResponse = (output, context) => { + return { + DeveloperUserIdentifierList: output.DeveloperUserIdentifierList != null + ? deserializeAws_json1_1DeveloperUserIdentifierList(output.DeveloperUserIdentifierList, context) + : undefined, + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + NextToken: (0, smithy_client_1.expectString)(output.NextToken), + }; +}; +const deserializeAws_json1_1MappingRule = (output, context) => { + return { + Claim: (0, smithy_client_1.expectString)(output.Claim), + MatchType: (0, smithy_client_1.expectString)(output.MatchType), + RoleARN: (0, smithy_client_1.expectString)(output.RoleARN), + Value: (0, smithy_client_1.expectString)(output.Value), + }; +}; +const deserializeAws_json1_1MappingRulesList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1MappingRule(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1MergeDeveloperIdentitiesResponse = (output, context) => { + return { + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + }; +}; +const deserializeAws_json1_1NotAuthorizedException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1OIDCProviderList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return (0, smithy_client_1.expectString)(entry); + }); + return retVal; +}; +const deserializeAws_json1_1PrincipalTags = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = (0, smithy_client_1.expectString)(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1ResourceConflictException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1ResourceNotFoundException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1RoleMapping = (output, context) => { + return { + AmbiguousRoleResolution: (0, smithy_client_1.expectString)(output.AmbiguousRoleResolution), + RulesConfiguration: output.RulesConfiguration != null + ? deserializeAws_json1_1RulesConfigurationType(output.RulesConfiguration, context) + : undefined, + Type: (0, smithy_client_1.expectString)(output.Type), + }; +}; +const deserializeAws_json1_1RoleMappingMap = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = deserializeAws_json1_1RoleMapping(value, context); + return acc; + }, {}); +}; +const deserializeAws_json1_1RolesMap = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = (0, smithy_client_1.expectString)(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1RulesConfigurationType = (output, context) => { + return { + Rules: output.Rules != null ? deserializeAws_json1_1MappingRulesList(output.Rules, context) : undefined, + }; +}; +const deserializeAws_json1_1SAMLProviderList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return (0, smithy_client_1.expectString)(entry); + }); + return retVal; +}; +const deserializeAws_json1_1SetPrincipalTagAttributeMapResponse = (output, context) => { + return { + IdentityPoolId: (0, smithy_client_1.expectString)(output.IdentityPoolId), + IdentityProviderName: (0, smithy_client_1.expectString)(output.IdentityProviderName), + PrincipalTags: output.PrincipalTags != null ? deserializeAws_json1_1PrincipalTags(output.PrincipalTags, context) : undefined, + UseDefaults: (0, smithy_client_1.expectBoolean)(output.UseDefaults), + }; +}; +const deserializeAws_json1_1TagResourceResponse = (output, context) => { + return {}; +}; +const deserializeAws_json1_1TooManyRequestsException = (output, context) => { + return { + message: (0, smithy_client_1.expectString)(output.message), + }; +}; +const deserializeAws_json1_1UnprocessedIdentityId = (output, context) => { + return { + ErrorCode: (0, smithy_client_1.expectString)(output.ErrorCode), + IdentityId: (0, smithy_client_1.expectString)(output.IdentityId), + }; +}; +const deserializeAws_json1_1UnprocessedIdentityIdList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1UnprocessedIdentityId(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1UntagResourceResponse = (output, context) => { + return {}; +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const contents = { + protocol, + hostname, + port, + method: "POST", + path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path, + headers, + }; + if (resolvedHostname !== undefined) { + contents.hostname = resolvedHostname; + } + if (body !== undefined) { + contents.body = body; + } + return new protocol_http_1.HttpRequest(contents); +}; +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + return JSON.parse(encoded); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + value.message = value.message ?? value.Message; + return value; +}; +const loadRestJsonErrorCode = (output, data) => { + const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()); + const sanitizeErrorCode = (rawValue) => { + let cleanValue = rawValue; + if (typeof cleanValue === "number") { + cleanValue = cleanValue.toString(); + } + if (cleanValue.indexOf(",") >= 0) { + cleanValue = cleanValue.split(",")[0]; + } + if (cleanValue.indexOf(":") >= 0) { + cleanValue = cleanValue.split(":")[0]; + } + if (cleanValue.indexOf("#") >= 0) { + cleanValue = cleanValue.split("#")[1]; + } + return cleanValue; + }; + const headerKey = findKey(output.headers, "x-amzn-errortype"); + if (headerKey !== undefined) { + return sanitizeErrorCode(output.headers[headerKey]); + } + if (data.code !== undefined) { + return sanitizeErrorCode(data.code); + } + if (data["__type"] !== undefined) { + return sanitizeErrorCode(data["__type"]); + } +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js new file mode 100644 index 000000000..7032837f5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js @@ -0,0 +1,42 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const sha256_browser_1 = require("@aws-crypto/sha256-browser"); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler"); +const invalid_dependency_1 = require("@aws-sdk/invalid-dependency"); +const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser"); +const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser"); +const getRuntimeConfig = (config) => { + const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"), + requestHandler: config?.requestHandler ?? new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? sha256_browser_1.Sha256, + streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? util_utf8_browser_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_browser_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js new file mode 100644 index 000000000..2aa99a724 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js @@ -0,0 +1,51 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const client_sts_1 = require("@aws-sdk/client-sts"); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const credential_provider_node_1 = require("@aws-sdk/credential-provider-node"); +const hash_node_1 = require("@aws-sdk/hash-node"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const node_http_handler_1 = require("@aws-sdk/node-http-handler"); +const util_body_length_node_1 = require("@aws-sdk/util-body-length-node"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node"); +const util_utf8_node_1 = require("@aws-sdk/util-utf8-node"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node"); +const smithy_client_2 = require("@aws-sdk/smithy-client"); +const getRuntimeConfig = (config) => { + (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); + const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new node_http_handler_1.NodeHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + (0, node_config_provider_1.loadConfig)({ + ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? util_utf8_node_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_node_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js new file mode 100644 index 000000000..34c5f8ece --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const sha256_js_1 = require("@aws-crypto/sha256-js"); +const runtimeConfig_browser_1 = require("./runtimeConfig.browser"); +const getRuntimeConfig = (config) => { + const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? sha256_js_1.Sha256, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js new file mode 100644 index 000000000..eaf3bb5b3 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const url_parser_1 = require("@aws-sdk/url-parser"); +const util_base64_1 = require("@aws-sdk/util-base64"); +const endpointResolver_1 = require("./endpoint/endpointResolver"); +const getRuntimeConfig = (config) => ({ + apiVersion: "2014-06-30", + base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, + base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + logger: config?.logger ?? new smithy_client_1.NoOpLogger(), + serviceId: config?.serviceId ?? "Cognito Identity", + urlParser: config?.urlParser ?? url_parser_1.parseUrl, +}); +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js new file mode 100644 index 000000000..9d39653cb --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js @@ -0,0 +1,348 @@ +import { CognitoIdentityClient } from "./CognitoIdentityClient"; +import { CreateIdentityPoolCommand, } from "./commands/CreateIdentityPoolCommand"; +import { DeleteIdentitiesCommand, } from "./commands/DeleteIdentitiesCommand"; +import { DeleteIdentityPoolCommand, } from "./commands/DeleteIdentityPoolCommand"; +import { DescribeIdentityCommand, } from "./commands/DescribeIdentityCommand"; +import { DescribeIdentityPoolCommand, } from "./commands/DescribeIdentityPoolCommand"; +import { GetCredentialsForIdentityCommand, } from "./commands/GetCredentialsForIdentityCommand"; +import { GetIdCommand } from "./commands/GetIdCommand"; +import { GetIdentityPoolRolesCommand, } from "./commands/GetIdentityPoolRolesCommand"; +import { GetOpenIdTokenCommand, } from "./commands/GetOpenIdTokenCommand"; +import { GetOpenIdTokenForDeveloperIdentityCommand, } from "./commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { GetPrincipalTagAttributeMapCommand, } from "./commands/GetPrincipalTagAttributeMapCommand"; +import { ListIdentitiesCommand, } from "./commands/ListIdentitiesCommand"; +import { ListIdentityPoolsCommand, } from "./commands/ListIdentityPoolsCommand"; +import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand"; +import { LookupDeveloperIdentityCommand, } from "./commands/LookupDeveloperIdentityCommand"; +import { MergeDeveloperIdentitiesCommand, } from "./commands/MergeDeveloperIdentitiesCommand"; +import { SetIdentityPoolRolesCommand, } from "./commands/SetIdentityPoolRolesCommand"; +import { SetPrincipalTagAttributeMapCommand, } from "./commands/SetPrincipalTagAttributeMapCommand"; +import { TagResourceCommand } from "./commands/TagResourceCommand"; +import { UnlinkDeveloperIdentityCommand, } from "./commands/UnlinkDeveloperIdentityCommand"; +import { UnlinkIdentityCommand, } from "./commands/UnlinkIdentityCommand"; +import { UntagResourceCommand, } from "./commands/UntagResourceCommand"; +import { UpdateIdentityPoolCommand, } from "./commands/UpdateIdentityPoolCommand"; +export class CognitoIdentity extends CognitoIdentityClient { + createIdentityPool(args, optionsOrCb, cb) { + const command = new CreateIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + deleteIdentities(args, optionsOrCb, cb) { + const command = new DeleteIdentitiesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + deleteIdentityPool(args, optionsOrCb, cb) { + const command = new DeleteIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + describeIdentity(args, optionsOrCb, cb) { + const command = new DescribeIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + describeIdentityPool(args, optionsOrCb, cb) { + const command = new DescribeIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getCredentialsForIdentity(args, optionsOrCb, cb) { + const command = new GetCredentialsForIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getId(args, optionsOrCb, cb) { + const command = new GetIdCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getIdentityPoolRoles(args, optionsOrCb, cb) { + const command = new GetIdentityPoolRolesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getOpenIdToken(args, optionsOrCb, cb) { + const command = new GetOpenIdTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getOpenIdTokenForDeveloperIdentity(args, optionsOrCb, cb) { + const command = new GetOpenIdTokenForDeveloperIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getPrincipalTagAttributeMap(args, optionsOrCb, cb) { + const command = new GetPrincipalTagAttributeMapCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listIdentities(args, optionsOrCb, cb) { + const command = new ListIdentitiesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listIdentityPools(args, optionsOrCb, cb) { + const command = new ListIdentityPoolsCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listTagsForResource(args, optionsOrCb, cb) { + const command = new ListTagsForResourceCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + lookupDeveloperIdentity(args, optionsOrCb, cb) { + const command = new LookupDeveloperIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + mergeDeveloperIdentities(args, optionsOrCb, cb) { + const command = new MergeDeveloperIdentitiesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + setIdentityPoolRoles(args, optionsOrCb, cb) { + const command = new SetIdentityPoolRolesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + setPrincipalTagAttributeMap(args, optionsOrCb, cb) { + const command = new SetPrincipalTagAttributeMapCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + tagResource(args, optionsOrCb, cb) { + const command = new TagResourceCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + unlinkDeveloperIdentity(args, optionsOrCb, cb) { + const command = new UnlinkDeveloperIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + unlinkIdentity(args, optionsOrCb, cb) { + const command = new UnlinkIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + untagResource(args, optionsOrCb, cb) { + const command = new UntagResourceCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + updateIdentityPool(args, optionsOrCb, cb) { + const command = new UpdateIdentityPoolCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js new file mode 100644 index 000000000..f647f14f2 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js @@ -0,0 +1,35 @@ +import { resolveRegionConfig } from "@aws-sdk/config-resolver"; +import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; +import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; +import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; +import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; +import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; +import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry"; +import { resolveAwsAuthConfig } from "@aws-sdk/middleware-signing"; +import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent"; +import { Client as __Client, } from "@aws-sdk/smithy-client"; +import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters"; +import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export class CognitoIdentityClient extends __Client { + constructor(configuration) { + const _config_0 = __getRuntimeConfig(configuration); + const _config_1 = resolveClientEndpointParameters(_config_0); + const _config_2 = resolveRegionConfig(_config_1); + const _config_3 = resolveEndpointConfig(_config_2); + const _config_4 = resolveRetryConfig(_config_3); + const _config_5 = resolveHostHeaderConfig(_config_4); + const _config_6 = resolveAwsAuthConfig(_config_5); + const _config_7 = resolveUserAgentConfig(_config_6); + super(_config_7); + this.config = _config_7; + this.middlewareStack.use(getRetryPlugin(this.config)); + this.middlewareStack.use(getContentLengthPlugin(this.config)); + this.middlewareStack.use(getHostHeaderPlugin(this.config)); + this.middlewareStack.use(getLoggerPlugin(this.config)); + this.middlewareStack.use(getRecursionDetectionPlugin(this.config)); + this.middlewareStack.use(getUserAgentPlugin(this.config)); + } + destroy() { + super.destroy(); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js new file mode 100644 index 000000000..4c6de5db6 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { CreateIdentityPoolInputFilterSensitiveLog, IdentityPoolFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1CreateIdentityPoolCommand, serializeAws_json1_1CreateIdentityPoolCommand, } from "../protocols/Aws_json1_1"; +export class CreateIdentityPoolCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, CreateIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "CreateIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: CreateIdentityPoolInputFilterSensitiveLog, + outputFilterSensitiveLog: IdentityPoolFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1CreateIdentityPoolCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1CreateIdentityPoolCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js new file mode 100644 index 000000000..8575ea4d5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { DeleteIdentitiesInputFilterSensitiveLog, DeleteIdentitiesResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1DeleteIdentitiesCommand, serializeAws_json1_1DeleteIdentitiesCommand, } from "../protocols/Aws_json1_1"; +export class DeleteIdentitiesCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentitiesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DeleteIdentitiesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: DeleteIdentitiesInputFilterSensitiveLog, + outputFilterSensitiveLog: DeleteIdentitiesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1DeleteIdentitiesCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1DeleteIdentitiesCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js new file mode 100644 index 000000000..5880921ac --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { DeleteIdentityPoolInputFilterSensitiveLog } from "../models/models_0"; +import { deserializeAws_json1_1DeleteIdentityPoolCommand, serializeAws_json1_1DeleteIdentityPoolCommand, } from "../protocols/Aws_json1_1"; +export class DeleteIdentityPoolCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DeleteIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: DeleteIdentityPoolInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1DeleteIdentityPoolCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1DeleteIdentityPoolCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js new file mode 100644 index 000000000..b57e33c9e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { DescribeIdentityInputFilterSensitiveLog, IdentityDescriptionFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1DescribeIdentityCommand, serializeAws_json1_1DescribeIdentityCommand, } from "../protocols/Aws_json1_1"; +export class DescribeIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, DescribeIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DescribeIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: DescribeIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: IdentityDescriptionFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1DescribeIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1DescribeIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js new file mode 100644 index 000000000..4d3e1903d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { DescribeIdentityPoolInputFilterSensitiveLog, IdentityPoolFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1DescribeIdentityPoolCommand, serializeAws_json1_1DescribeIdentityPoolCommand, } from "../protocols/Aws_json1_1"; +export class DescribeIdentityPoolCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, DescribeIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "DescribeIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: DescribeIdentityPoolInputFilterSensitiveLog, + outputFilterSensitiveLog: IdentityPoolFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1DescribeIdentityPoolCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1DescribeIdentityPoolCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js new file mode 100644 index 000000000..f15fd7cf8 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetCredentialsForIdentityInputFilterSensitiveLog, GetCredentialsForIdentityResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1GetCredentialsForIdentityCommand, serializeAws_json1_1GetCredentialsForIdentityCommand, } from "../protocols/Aws_json1_1"; +export class GetCredentialsForIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetCredentialsForIdentityCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetCredentialsForIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetCredentialsForIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: GetCredentialsForIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1GetCredentialsForIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1GetCredentialsForIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js new file mode 100644 index 000000000..2a296c5e3 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetIdInputFilterSensitiveLog, GetIdResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1GetIdCommand, serializeAws_json1_1GetIdCommand } from "../protocols/Aws_json1_1"; +export class GetIdCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetIdCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetIdCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetIdInputFilterSensitiveLog, + outputFilterSensitiveLog: GetIdResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1GetIdCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1GetIdCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js new file mode 100644 index 000000000..214cd7e5e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetIdentityPoolRolesInputFilterSensitiveLog, GetIdentityPoolRolesResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1GetIdentityPoolRolesCommand, serializeAws_json1_1GetIdentityPoolRolesCommand, } from "../protocols/Aws_json1_1"; +export class GetIdentityPoolRolesCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetIdentityPoolRolesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetIdentityPoolRolesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetIdentityPoolRolesInputFilterSensitiveLog, + outputFilterSensitiveLog: GetIdentityPoolRolesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1GetIdentityPoolRolesCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1GetIdentityPoolRolesCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js new file mode 100644 index 000000000..2ef50ea2c --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetOpenIdTokenInputFilterSensitiveLog, GetOpenIdTokenResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1GetOpenIdTokenCommand, serializeAws_json1_1GetOpenIdTokenCommand, } from "../protocols/Aws_json1_1"; +export class GetOpenIdTokenCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetOpenIdTokenCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetOpenIdTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetOpenIdTokenInputFilterSensitiveLog, + outputFilterSensitiveLog: GetOpenIdTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1GetOpenIdTokenCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1GetOpenIdTokenCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js new file mode 100644 index 000000000..43425b5a7 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog, GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand, serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand, } from "../protocols/Aws_json1_1"; +export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetOpenIdTokenForDeveloperIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetOpenIdTokenForDeveloperIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js new file mode 100644 index 000000000..bc8ee0b04 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetPrincipalTagAttributeMapInputFilterSensitiveLog, GetPrincipalTagAttributeMapResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1GetPrincipalTagAttributeMapCommand, serializeAws_json1_1GetPrincipalTagAttributeMapCommand, } from "../protocols/Aws_json1_1"; +export class GetPrincipalTagAttributeMapCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetPrincipalTagAttributeMapCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "GetPrincipalTagAttributeMapCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetPrincipalTagAttributeMapInputFilterSensitiveLog, + outputFilterSensitiveLog: GetPrincipalTagAttributeMapResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1GetPrincipalTagAttributeMapCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1GetPrincipalTagAttributeMapCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js new file mode 100644 index 000000000..e9fa692c4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { ListIdentitiesInputFilterSensitiveLog, ListIdentitiesResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1ListIdentitiesCommand, serializeAws_json1_1ListIdentitiesCommand, } from "../protocols/Aws_json1_1"; +export class ListIdentitiesCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, ListIdentitiesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "ListIdentitiesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: ListIdentitiesInputFilterSensitiveLog, + outputFilterSensitiveLog: ListIdentitiesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1ListIdentitiesCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1ListIdentitiesCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js new file mode 100644 index 000000000..7ad729d01 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { ListIdentityPoolsInputFilterSensitiveLog, ListIdentityPoolsResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1ListIdentityPoolsCommand, serializeAws_json1_1ListIdentityPoolsCommand, } from "../protocols/Aws_json1_1"; +export class ListIdentityPoolsCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, ListIdentityPoolsCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "ListIdentityPoolsCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: ListIdentityPoolsInputFilterSensitiveLog, + outputFilterSensitiveLog: ListIdentityPoolsResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1ListIdentityPoolsCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1ListIdentityPoolsCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js new file mode 100644 index 000000000..d195bf960 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { ListTagsForResourceInputFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1"; +export class ListTagsForResourceCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "ListTagsForResourceCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: ListTagsForResourceInputFilterSensitiveLog, + outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1ListTagsForResourceCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1ListTagsForResourceCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js new file mode 100644 index 000000000..4e8816614 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { LookupDeveloperIdentityInputFilterSensitiveLog, LookupDeveloperIdentityResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1LookupDeveloperIdentityCommand, serializeAws_json1_1LookupDeveloperIdentityCommand, } from "../protocols/Aws_json1_1"; +export class LookupDeveloperIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, LookupDeveloperIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "LookupDeveloperIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: LookupDeveloperIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: LookupDeveloperIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1LookupDeveloperIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1LookupDeveloperIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js new file mode 100644 index 000000000..c970219b9 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { MergeDeveloperIdentitiesInputFilterSensitiveLog, MergeDeveloperIdentitiesResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1MergeDeveloperIdentitiesCommand, serializeAws_json1_1MergeDeveloperIdentitiesCommand, } from "../protocols/Aws_json1_1"; +export class MergeDeveloperIdentitiesCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, MergeDeveloperIdentitiesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "MergeDeveloperIdentitiesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: MergeDeveloperIdentitiesInputFilterSensitiveLog, + outputFilterSensitiveLog: MergeDeveloperIdentitiesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1MergeDeveloperIdentitiesCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1MergeDeveloperIdentitiesCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js new file mode 100644 index 000000000..22f5686a8 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { SetIdentityPoolRolesInputFilterSensitiveLog } from "../models/models_0"; +import { deserializeAws_json1_1SetIdentityPoolRolesCommand, serializeAws_json1_1SetIdentityPoolRolesCommand, } from "../protocols/Aws_json1_1"; +export class SetIdentityPoolRolesCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, SetIdentityPoolRolesCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "SetIdentityPoolRolesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: SetIdentityPoolRolesInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1SetIdentityPoolRolesCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1SetIdentityPoolRolesCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js new file mode 100644 index 000000000..52e200d78 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { SetPrincipalTagAttributeMapInputFilterSensitiveLog, SetPrincipalTagAttributeMapResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1SetPrincipalTagAttributeMapCommand, serializeAws_json1_1SetPrincipalTagAttributeMapCommand, } from "../protocols/Aws_json1_1"; +export class SetPrincipalTagAttributeMapCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, SetPrincipalTagAttributeMapCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "SetPrincipalTagAttributeMapCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: SetPrincipalTagAttributeMapInputFilterSensitiveLog, + outputFilterSensitiveLog: SetPrincipalTagAttributeMapResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1SetPrincipalTagAttributeMapCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1SetPrincipalTagAttributeMapCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js new file mode 100644 index 000000000..f6edea79e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { TagResourceInputFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1"; +export class TagResourceCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, TagResourceCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "TagResourceCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: TagResourceInputFilterSensitiveLog, + outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1TagResourceCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1TagResourceCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js new file mode 100644 index 000000000..ab730a8c2 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { UnlinkDeveloperIdentityInputFilterSensitiveLog } from "../models/models_0"; +import { deserializeAws_json1_1UnlinkDeveloperIdentityCommand, serializeAws_json1_1UnlinkDeveloperIdentityCommand, } from "../protocols/Aws_json1_1"; +export class UnlinkDeveloperIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, UnlinkDeveloperIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UnlinkDeveloperIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: UnlinkDeveloperIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1UnlinkDeveloperIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1UnlinkDeveloperIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js new file mode 100644 index 000000000..e746a07a4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { UnlinkIdentityInputFilterSensitiveLog } from "../models/models_0"; +import { deserializeAws_json1_1UnlinkIdentityCommand, serializeAws_json1_1UnlinkIdentityCommand, } from "../protocols/Aws_json1_1"; +export class UnlinkIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, UnlinkIdentityCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UnlinkIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: UnlinkIdentityInputFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1UnlinkIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1UnlinkIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js new file mode 100644 index 000000000..e4ed02cce --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { UntagResourceInputFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1"; +export class UntagResourceCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UntagResourceCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: UntagResourceInputFilterSensitiveLog, + outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1UntagResourceCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1UntagResourceCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js new file mode 100644 index 000000000..3547b3825 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js @@ -0,0 +1,44 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { IdentityPoolFilterSensitiveLog } from "../models/models_0"; +import { deserializeAws_json1_1UpdateIdentityPoolCommand, serializeAws_json1_1UpdateIdentityPoolCommand, } from "../protocols/Aws_json1_1"; +export class UpdateIdentityPoolCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, UpdateIdentityPoolCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "CognitoIdentityClient"; + const commandName = "UpdateIdentityPoolCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: IdentityPoolFilterSensitiveLog, + outputFilterSensitiveLog: IdentityPoolFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_json1_1UpdateIdentityPoolCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_json1_1UpdateIdentityPoolCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js new file mode 100644 index 000000000..8df424ba4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js @@ -0,0 +1,23 @@ +export * from "./CreateIdentityPoolCommand"; +export * from "./DeleteIdentitiesCommand"; +export * from "./DeleteIdentityPoolCommand"; +export * from "./DescribeIdentityCommand"; +export * from "./DescribeIdentityPoolCommand"; +export * from "./GetCredentialsForIdentityCommand"; +export * from "./GetIdCommand"; +export * from "./GetIdentityPoolRolesCommand"; +export * from "./GetOpenIdTokenCommand"; +export * from "./GetOpenIdTokenForDeveloperIdentityCommand"; +export * from "./GetPrincipalTagAttributeMapCommand"; +export * from "./ListIdentitiesCommand"; +export * from "./ListIdentityPoolsCommand"; +export * from "./ListTagsForResourceCommand"; +export * from "./LookupDeveloperIdentityCommand"; +export * from "./MergeDeveloperIdentitiesCommand"; +export * from "./SetIdentityPoolRolesCommand"; +export * from "./SetPrincipalTagAttributeMapCommand"; +export * from "./TagResourceCommand"; +export * from "./UnlinkDeveloperIdentityCommand"; +export * from "./UnlinkIdentityCommand"; +export * from "./UntagResourceCommand"; +export * from "./UpdateIdentityPoolCommand"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/EndpointParameters.js new file mode 100644 index 000000000..e460db839 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/EndpointParameters.js @@ -0,0 +1,8 @@ +export const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + defaultSigningName: "cognito-identity", + }; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js new file mode 100644 index 000000000..f7d9738dd --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js @@ -0,0 +1,8 @@ +import { resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { ruleSet } from "./ruleset"; +export const defaultEndpointResolver = (endpointParams, context = {}) => { + return resolveEndpoint(ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js new file mode 100644 index 000000000..81550cab5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js @@ -0,0 +1,4 @@ +const p = "required", q = "fn", r = "argv", s = "ref"; +const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i]; +const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://cognito-identity-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cognito-identity-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }; +export const ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js new file mode 100644 index 000000000..c7525c3f7 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js @@ -0,0 +1,6 @@ +export * from "./CognitoIdentity"; +export * from "./CognitoIdentityClient"; +export * from "./commands"; +export * from "./models"; +export * from "./pagination"; +export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js new file mode 100644 index 000000000..6981a2d20 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js @@ -0,0 +1,7 @@ +import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client"; +export class CognitoIdentityServiceException extends __ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, CognitoIdentityServiceException.prototype); + } +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js new file mode 100644 index 000000000..2185b17e7 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js @@ -0,0 +1,293 @@ +import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException"; +export var AmbiguousRoleResolutionType; +(function (AmbiguousRoleResolutionType) { + AmbiguousRoleResolutionType["AUTHENTICATED_ROLE"] = "AuthenticatedRole"; + AmbiguousRoleResolutionType["DENY"] = "Deny"; +})(AmbiguousRoleResolutionType || (AmbiguousRoleResolutionType = {})); +export class InternalErrorException extends __BaseException { + constructor(opts) { + super({ + name: "InternalErrorException", + $fault: "server", + ...opts, + }); + this.name = "InternalErrorException"; + this.$fault = "server"; + Object.setPrototypeOf(this, InternalErrorException.prototype); + } +} +export class InvalidParameterException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidParameterException", + $fault: "client", + ...opts, + }); + this.name = "InvalidParameterException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidParameterException.prototype); + } +} +export class LimitExceededException extends __BaseException { + constructor(opts) { + super({ + name: "LimitExceededException", + $fault: "client", + ...opts, + }); + this.name = "LimitExceededException"; + this.$fault = "client"; + Object.setPrototypeOf(this, LimitExceededException.prototype); + } +} +export class NotAuthorizedException extends __BaseException { + constructor(opts) { + super({ + name: "NotAuthorizedException", + $fault: "client", + ...opts, + }); + this.name = "NotAuthorizedException"; + this.$fault = "client"; + Object.setPrototypeOf(this, NotAuthorizedException.prototype); + } +} +export class ResourceConflictException extends __BaseException { + constructor(opts) { + super({ + name: "ResourceConflictException", + $fault: "client", + ...opts, + }); + this.name = "ResourceConflictException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ResourceConflictException.prototype); + } +} +export class TooManyRequestsException extends __BaseException { + constructor(opts) { + super({ + name: "TooManyRequestsException", + $fault: "client", + ...opts, + }); + this.name = "TooManyRequestsException"; + this.$fault = "client"; + Object.setPrototypeOf(this, TooManyRequestsException.prototype); + } +} +export var ErrorCode; +(function (ErrorCode) { + ErrorCode["ACCESS_DENIED"] = "AccessDenied"; + ErrorCode["INTERNAL_SERVER_ERROR"] = "InternalServerError"; +})(ErrorCode || (ErrorCode = {})); +export class ResourceNotFoundException extends __BaseException { + constructor(opts) { + super({ + name: "ResourceNotFoundException", + $fault: "client", + ...opts, + }); + this.name = "ResourceNotFoundException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ResourceNotFoundException.prototype); + } +} +export class ExternalServiceException extends __BaseException { + constructor(opts) { + super({ + name: "ExternalServiceException", + $fault: "client", + ...opts, + }); + this.name = "ExternalServiceException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ExternalServiceException.prototype); + } +} +export class InvalidIdentityPoolConfigurationException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidIdentityPoolConfigurationException", + $fault: "client", + ...opts, + }); + this.name = "InvalidIdentityPoolConfigurationException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidIdentityPoolConfigurationException.prototype); + } +} +export var MappingRuleMatchType; +(function (MappingRuleMatchType) { + MappingRuleMatchType["CONTAINS"] = "Contains"; + MappingRuleMatchType["EQUALS"] = "Equals"; + MappingRuleMatchType["NOT_EQUAL"] = "NotEqual"; + MappingRuleMatchType["STARTS_WITH"] = "StartsWith"; +})(MappingRuleMatchType || (MappingRuleMatchType = {})); +export var RoleMappingType; +(function (RoleMappingType) { + RoleMappingType["RULES"] = "Rules"; + RoleMappingType["TOKEN"] = "Token"; +})(RoleMappingType || (RoleMappingType = {})); +export class DeveloperUserAlreadyRegisteredException extends __BaseException { + constructor(opts) { + super({ + name: "DeveloperUserAlreadyRegisteredException", + $fault: "client", + ...opts, + }); + this.name = "DeveloperUserAlreadyRegisteredException"; + this.$fault = "client"; + Object.setPrototypeOf(this, DeveloperUserAlreadyRegisteredException.prototype); + } +} +export class ConcurrentModificationException extends __BaseException { + constructor(opts) { + super({ + name: "ConcurrentModificationException", + $fault: "client", + ...opts, + }); + this.name = "ConcurrentModificationException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ConcurrentModificationException.prototype); + } +} +export const CognitoIdentityProviderFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const CreateIdentityPoolInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const IdentityPoolFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DeleteIdentitiesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const UnprocessedIdentityIdFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DeleteIdentitiesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DeleteIdentityPoolInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DescribeIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const IdentityDescriptionFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DescribeIdentityPoolInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetCredentialsForIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const CredentialsFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetCredentialsForIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetIdInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetIdResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetIdentityPoolRolesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const MappingRuleFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const RulesConfigurationTypeFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const RoleMappingFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetIdentityPoolRolesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetOpenIdTokenInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetOpenIdTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetPrincipalTagAttributeMapInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetPrincipalTagAttributeMapResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListIdentitiesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListIdentitiesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListIdentityPoolsInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const IdentityPoolShortDescriptionFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListIdentityPoolsResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const LookupDeveloperIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const LookupDeveloperIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const MergeDeveloperIdentitiesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const MergeDeveloperIdentitiesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const SetIdentityPoolRolesInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const SetPrincipalTagAttributeMapInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const SetPrincipalTagAttributeMapResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const TagResourceInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const TagResourceResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const UnlinkDeveloperIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const UnlinkIdentityInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const UntagResourceInputFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const UntagResourceResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js new file mode 100644 index 000000000..0fd9a9201 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js @@ -0,0 +1,32 @@ +import { CognitoIdentity } from "../CognitoIdentity"; +import { CognitoIdentityClient } from "../CognitoIdentityClient"; +import { ListIdentityPoolsCommand, } from "../commands/ListIdentityPoolsCommand"; +const makePagedClientRequest = async (client, input, ...args) => { + return await client.send(new ListIdentityPoolsCommand(input), ...args); +}; +const makePagedRequest = async (client, input, ...args) => { + return await client.listIdentityPools(input, ...args); +}; +export async function* paginateListIdentityPools(config, input, ...additionalArguments) { + let token = config.startingToken || undefined; + let hasNext = true; + let page; + while (hasNext) { + input.NextToken = token; + input["MaxResults"] = config.pageSize; + if (config.client instanceof CognitoIdentity) { + page = await makePagedRequest(config.client, input, ...additionalArguments); + } + else if (config.client instanceof CognitoIdentityClient) { + page = await makePagedClientRequest(config.client, input, ...additionalArguments); + } + else { + throw new Error("Invalid client, expected CognitoIdentity | CognitoIdentityClient"); + } + yield page; + const prevToken = token; + token = page.NextToken; + hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken)); + } + return undefined; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js new file mode 100644 index 000000000..c77b96c1d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js @@ -0,0 +1,2 @@ +export * from "./Interfaces"; +export * from "./ListIdentityPoolsPaginator"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js new file mode 100644 index 000000000..f5cc95099 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js @@ -0,0 +1,2170 @@ +import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http"; +import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, throwDefaultError, } from "@aws-sdk/smithy-client"; +import { CognitoIdentityServiceException as __BaseException } from "../models/CognitoIdentityServiceException"; +import { ConcurrentModificationException, DeveloperUserAlreadyRegisteredException, ExternalServiceException, InternalErrorException, InvalidIdentityPoolConfigurationException, InvalidParameterException, LimitExceededException, NotAuthorizedException, ResourceConflictException, ResourceNotFoundException, TooManyRequestsException, } from "../models/models_0"; +export const serializeAws_json1_1CreateIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.CreateIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1CreateIdentityPoolInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1DeleteIdentitiesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DeleteIdentities", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DeleteIdentitiesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1DeleteIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DeleteIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DeleteIdentityPoolInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1DescribeIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DescribeIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DescribeIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1DescribeIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.DescribeIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1DescribeIdentityPoolInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1GetCredentialsForIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetCredentialsForIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetCredentialsForIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1GetIdCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetId", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetIdInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1GetIdentityPoolRolesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetIdentityPoolRoles", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetIdentityPoolRolesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1GetOpenIdTokenCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetOpenIdToken", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetOpenIdTokenInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetOpenIdTokenForDeveloperIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1GetPrincipalTagAttributeMapCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.GetPrincipalTagAttributeMap", + }; + let body; + body = JSON.stringify(serializeAws_json1_1GetPrincipalTagAttributeMapInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1ListIdentitiesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.ListIdentities", + }; + let body; + body = JSON.stringify(serializeAws_json1_1ListIdentitiesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1ListIdentityPoolsCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.ListIdentityPools", + }; + let body; + body = JSON.stringify(serializeAws_json1_1ListIdentityPoolsInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1ListTagsForResourceCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.ListTagsForResource", + }; + let body; + body = JSON.stringify(serializeAws_json1_1ListTagsForResourceInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1LookupDeveloperIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.LookupDeveloperIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1LookupDeveloperIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1MergeDeveloperIdentitiesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.MergeDeveloperIdentities", + }; + let body; + body = JSON.stringify(serializeAws_json1_1MergeDeveloperIdentitiesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1SetIdentityPoolRolesCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.SetIdentityPoolRoles", + }; + let body; + body = JSON.stringify(serializeAws_json1_1SetIdentityPoolRolesInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1SetPrincipalTagAttributeMapCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.SetPrincipalTagAttributeMap", + }; + let body; + body = JSON.stringify(serializeAws_json1_1SetPrincipalTagAttributeMapInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1TagResourceCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.TagResource", + }; + let body; + body = JSON.stringify(serializeAws_json1_1TagResourceInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1UnlinkDeveloperIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UnlinkDeveloperIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1UnlinkDeveloperIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1UnlinkIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UnlinkIdentity", + }; + let body; + body = JSON.stringify(serializeAws_json1_1UnlinkIdentityInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1UntagResourceCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UntagResource", + }; + let body; + body = JSON.stringify(serializeAws_json1_1UntagResourceInput(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_json1_1UpdateIdentityPoolCommand = async (input, context) => { + const headers = { + "content-type": "application/x-amz-json-1.1", + "x-amz-target": "AWSCognitoIdentityService.UpdateIdentityPool", + }; + let body; + body = JSON.stringify(serializeAws_json1_1IdentityPool(input, context)); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const deserializeAws_json1_1CreateIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1CreateIdentityPoolCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityPool(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1CreateIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "LimitExceededException": + case "com.amazonaws.cognitoidentity#LimitExceededException": + throw await deserializeAws_json1_1LimitExceededExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1DeleteIdentitiesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DeleteIdentitiesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1DeleteIdentitiesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1DeleteIdentitiesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1DeleteIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DeleteIdentityPoolCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1DeleteIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1DescribeIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DescribeIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityDescription(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1DescribeIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1DescribeIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1DescribeIdentityPoolCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityPool(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1DescribeIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1GetCredentialsForIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetCredentialsForIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetCredentialsForIdentityResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1GetCredentialsForIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidIdentityPoolConfigurationException": + case "com.amazonaws.cognitoidentity#InvalidIdentityPoolConfigurationException": + throw await deserializeAws_json1_1InvalidIdentityPoolConfigurationExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1GetIdCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetIdCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetIdResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1GetIdCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "LimitExceededException": + case "com.amazonaws.cognitoidentity#LimitExceededException": + throw await deserializeAws_json1_1LimitExceededExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1GetIdentityPoolRolesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetIdentityPoolRolesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetIdentityPoolRolesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1GetIdentityPoolRolesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1GetOpenIdTokenCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetOpenIdTokenCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetOpenIdTokenResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1GetOpenIdTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "DeveloperUserAlreadyRegisteredException": + case "com.amazonaws.cognitoidentity#DeveloperUserAlreadyRegisteredException": + throw await deserializeAws_json1_1DeveloperUserAlreadyRegisteredExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1GetPrincipalTagAttributeMapCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1GetPrincipalTagAttributeMapCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1GetPrincipalTagAttributeMapResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1GetPrincipalTagAttributeMapCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1ListIdentitiesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1ListIdentitiesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1ListIdentitiesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1ListIdentitiesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1ListIdentityPoolsCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1ListIdentityPoolsCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1ListIdentityPoolsResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1ListIdentityPoolsCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1ListTagsForResourceCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1ListTagsForResourceResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1LookupDeveloperIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1LookupDeveloperIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1LookupDeveloperIdentityResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1LookupDeveloperIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1MergeDeveloperIdentitiesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1MergeDeveloperIdentitiesCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1MergeDeveloperIdentitiesResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1MergeDeveloperIdentitiesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1SetIdentityPoolRolesCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1SetIdentityPoolRolesCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1SetIdentityPoolRolesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ConcurrentModificationException": + case "com.amazonaws.cognitoidentity#ConcurrentModificationException": + throw await deserializeAws_json1_1ConcurrentModificationExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1SetPrincipalTagAttributeMapCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1SetPrincipalTagAttributeMapCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1SetPrincipalTagAttributeMapResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1SetPrincipalTagAttributeMapCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1TagResourceCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1TagResourceCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1TagResourceResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1TagResourceCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1UnlinkDeveloperIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UnlinkDeveloperIdentityCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1UnlinkDeveloperIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1UnlinkIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UnlinkIdentityCommandError(output, context); + } + await collectBody(output.body, context); + const response = { + $metadata: deserializeMetadata(output), + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1UnlinkIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExternalServiceException": + case "com.amazonaws.cognitoidentity#ExternalServiceException": + throw await deserializeAws_json1_1ExternalServiceExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1UntagResourceCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UntagResourceCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1UntagResourceResponse(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1UntagResourceCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_json1_1UpdateIdentityPoolCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_json1_1UpdateIdentityPoolCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_json1_1IdentityPool(data, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_json1_1UpdateIdentityPoolCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ConcurrentModificationException": + case "com.amazonaws.cognitoidentity#ConcurrentModificationException": + throw await deserializeAws_json1_1ConcurrentModificationExceptionResponse(parsedOutput, context); + case "InternalErrorException": + case "com.amazonaws.cognitoidentity#InternalErrorException": + throw await deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context); + case "InvalidParameterException": + case "com.amazonaws.cognitoidentity#InvalidParameterException": + throw await deserializeAws_json1_1InvalidParameterExceptionResponse(parsedOutput, context); + case "LimitExceededException": + case "com.amazonaws.cognitoidentity#LimitExceededException": + throw await deserializeAws_json1_1LimitExceededExceptionResponse(parsedOutput, context); + case "NotAuthorizedException": + case "com.amazonaws.cognitoidentity#NotAuthorizedException": + throw await deserializeAws_json1_1NotAuthorizedExceptionResponse(parsedOutput, context); + case "ResourceConflictException": + case "com.amazonaws.cognitoidentity#ResourceConflictException": + throw await deserializeAws_json1_1ResourceConflictExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.cognitoidentity#ResourceNotFoundException": + throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.cognitoidentity#TooManyRequestsException": + throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +const deserializeAws_json1_1ConcurrentModificationExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ConcurrentModificationException(body, context); + const exception = new ConcurrentModificationException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1DeveloperUserAlreadyRegisteredExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1DeveloperUserAlreadyRegisteredException(body, context); + const exception = new DeveloperUserAlreadyRegisteredException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1ExternalServiceExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ExternalServiceException(body, context); + const exception = new ExternalServiceException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1InternalErrorExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1InternalErrorException(body, context); + const exception = new InternalErrorException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1InvalidIdentityPoolConfigurationExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1InvalidIdentityPoolConfigurationException(body, context); + const exception = new InvalidIdentityPoolConfigurationException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1InvalidParameterExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1InvalidParameterException(body, context); + const exception = new InvalidParameterException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1LimitExceededException(body, context); + const exception = new LimitExceededException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1NotAuthorizedExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1NotAuthorizedException(body, context); + const exception = new NotAuthorizedException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1ResourceConflictExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ResourceConflictException(body, context); + const exception = new ResourceConflictException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1ResourceNotFoundException(body, context); + const exception = new ResourceNotFoundException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_json1_1TooManyRequestsExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_json1_1TooManyRequestsException(body, context); + const exception = new TooManyRequestsException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const serializeAws_json1_1CognitoIdentityProvider = (input, context) => { + return { + ...(input.ClientId != null && { ClientId: input.ClientId }), + ...(input.ProviderName != null && { ProviderName: input.ProviderName }), + ...(input.ServerSideTokenCheck != null && { ServerSideTokenCheck: input.ServerSideTokenCheck }), + }; +}; +const serializeAws_json1_1CognitoIdentityProviderList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return serializeAws_json1_1CognitoIdentityProvider(entry, context); + }); +}; +const serializeAws_json1_1CreateIdentityPoolInput = (input, context) => { + return { + ...(input.AllowClassicFlow != null && { AllowClassicFlow: input.AllowClassicFlow }), + ...(input.AllowUnauthenticatedIdentities != null && { + AllowUnauthenticatedIdentities: input.AllowUnauthenticatedIdentities, + }), + ...(input.CognitoIdentityProviders != null && { + CognitoIdentityProviders: serializeAws_json1_1CognitoIdentityProviderList(input.CognitoIdentityProviders, context), + }), + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.IdentityPoolName != null && { IdentityPoolName: input.IdentityPoolName }), + ...(input.IdentityPoolTags != null && { + IdentityPoolTags: serializeAws_json1_1IdentityPoolTagsType(input.IdentityPoolTags, context), + }), + ...(input.OpenIdConnectProviderARNs != null && { + OpenIdConnectProviderARNs: serializeAws_json1_1OIDCProviderList(input.OpenIdConnectProviderARNs, context), + }), + ...(input.SamlProviderARNs != null && { + SamlProviderARNs: serializeAws_json1_1SAMLProviderList(input.SamlProviderARNs, context), + }), + ...(input.SupportedLoginProviders != null && { + SupportedLoginProviders: serializeAws_json1_1IdentityProviders(input.SupportedLoginProviders, context), + }), + }; +}; +const serializeAws_json1_1DeleteIdentitiesInput = (input, context) => { + return { + ...(input.IdentityIdsToDelete != null && { + IdentityIdsToDelete: serializeAws_json1_1IdentityIdList(input.IdentityIdsToDelete, context), + }), + }; +}; +const serializeAws_json1_1DeleteIdentityPoolInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1DescribeIdentityInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + }; +}; +const serializeAws_json1_1DescribeIdentityPoolInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1GetCredentialsForIdentityInput = (input, context) => { + return { + ...(input.CustomRoleArn != null && { CustomRoleArn: input.CustomRoleArn }), + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + }; +}; +const serializeAws_json1_1GetIdentityPoolRolesInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1GetIdInput = (input, context) => { + return { + ...(input.AccountId != null && { AccountId: input.AccountId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + }; +}; +const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + ...(input.PrincipalTags != null && { + PrincipalTags: serializeAws_json1_1PrincipalTags(input.PrincipalTags, context), + }), + ...(input.TokenDuration != null && { TokenDuration: input.TokenDuration }), + }; +}; +const serializeAws_json1_1GetOpenIdTokenInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + }; +}; +const serializeAws_json1_1GetPrincipalTagAttributeMapInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.IdentityProviderName != null && { IdentityProviderName: input.IdentityProviderName }), + }; +}; +const serializeAws_json1_1IdentityIdList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1IdentityPool = (input, context) => { + return { + ...(input.AllowClassicFlow != null && { AllowClassicFlow: input.AllowClassicFlow }), + ...(input.AllowUnauthenticatedIdentities != null && { + AllowUnauthenticatedIdentities: input.AllowUnauthenticatedIdentities, + }), + ...(input.CognitoIdentityProviders != null && { + CognitoIdentityProviders: serializeAws_json1_1CognitoIdentityProviderList(input.CognitoIdentityProviders, context), + }), + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.IdentityPoolName != null && { IdentityPoolName: input.IdentityPoolName }), + ...(input.IdentityPoolTags != null && { + IdentityPoolTags: serializeAws_json1_1IdentityPoolTagsType(input.IdentityPoolTags, context), + }), + ...(input.OpenIdConnectProviderARNs != null && { + OpenIdConnectProviderARNs: serializeAws_json1_1OIDCProviderList(input.OpenIdConnectProviderARNs, context), + }), + ...(input.SamlProviderARNs != null && { + SamlProviderARNs: serializeAws_json1_1SAMLProviderList(input.SamlProviderARNs, context), + }), + ...(input.SupportedLoginProviders != null && { + SupportedLoginProviders: serializeAws_json1_1IdentityProviders(input.SupportedLoginProviders, context), + }), + }; +}; +const serializeAws_json1_1IdentityPoolTagsListType = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1IdentityPoolTagsType = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1IdentityProviders = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1ListIdentitiesInput = (input, context) => { + return { + ...(input.HideDisabled != null && { HideDisabled: input.HideDisabled }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.MaxResults != null && { MaxResults: input.MaxResults }), + ...(input.NextToken != null && { NextToken: input.NextToken }), + }; +}; +const serializeAws_json1_1ListIdentityPoolsInput = (input, context) => { + return { + ...(input.MaxResults != null && { MaxResults: input.MaxResults }), + ...(input.NextToken != null && { NextToken: input.NextToken }), + }; +}; +const serializeAws_json1_1ListTagsForResourceInput = (input, context) => { + return { + ...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }), + }; +}; +const serializeAws_json1_1LoginsList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1LoginsMap = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1LookupDeveloperIdentityInput = (input, context) => { + return { + ...(input.DeveloperUserIdentifier != null && { DeveloperUserIdentifier: input.DeveloperUserIdentifier }), + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.MaxResults != null && { MaxResults: input.MaxResults }), + ...(input.NextToken != null && { NextToken: input.NextToken }), + }; +}; +const serializeAws_json1_1MappingRule = (input, context) => { + return { + ...(input.Claim != null && { Claim: input.Claim }), + ...(input.MatchType != null && { MatchType: input.MatchType }), + ...(input.RoleARN != null && { RoleARN: input.RoleARN }), + ...(input.Value != null && { Value: input.Value }), + }; +}; +const serializeAws_json1_1MappingRulesList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return serializeAws_json1_1MappingRule(entry, context); + }); +}; +const serializeAws_json1_1MergeDeveloperIdentitiesInput = (input, context) => { + return { + ...(input.DestinationUserIdentifier != null && { DestinationUserIdentifier: input.DestinationUserIdentifier }), + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.SourceUserIdentifier != null && { SourceUserIdentifier: input.SourceUserIdentifier }), + }; +}; +const serializeAws_json1_1OIDCProviderList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1PrincipalTags = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1RoleMapping = (input, context) => { + return { + ...(input.AmbiguousRoleResolution != null && { AmbiguousRoleResolution: input.AmbiguousRoleResolution }), + ...(input.RulesConfiguration != null && { + RulesConfiguration: serializeAws_json1_1RulesConfigurationType(input.RulesConfiguration, context), + }), + ...(input.Type != null && { Type: input.Type }), + }; +}; +const serializeAws_json1_1RoleMappingMap = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = serializeAws_json1_1RoleMapping(value, context); + return acc; + }, {}); +}; +const serializeAws_json1_1RolesMap = (input, context) => { + return Object.entries(input).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = value; + return acc; + }, {}); +}; +const serializeAws_json1_1RulesConfigurationType = (input, context) => { + return { + ...(input.Rules != null && { Rules: serializeAws_json1_1MappingRulesList(input.Rules, context) }), + }; +}; +const serializeAws_json1_1SAMLProviderList = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const serializeAws_json1_1SetIdentityPoolRolesInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.RoleMappings != null && { + RoleMappings: serializeAws_json1_1RoleMappingMap(input.RoleMappings, context), + }), + ...(input.Roles != null && { Roles: serializeAws_json1_1RolesMap(input.Roles, context) }), + }; +}; +const serializeAws_json1_1SetPrincipalTagAttributeMapInput = (input, context) => { + return { + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + ...(input.IdentityProviderName != null && { IdentityProviderName: input.IdentityProviderName }), + ...(input.PrincipalTags != null && { + PrincipalTags: serializeAws_json1_1PrincipalTags(input.PrincipalTags, context), + }), + ...(input.UseDefaults != null && { UseDefaults: input.UseDefaults }), + }; +}; +const serializeAws_json1_1TagResourceInput = (input, context) => { + return { + ...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }), + ...(input.Tags != null && { Tags: serializeAws_json1_1IdentityPoolTagsType(input.Tags, context) }), + }; +}; +const serializeAws_json1_1UnlinkDeveloperIdentityInput = (input, context) => { + return { + ...(input.DeveloperProviderName != null && { DeveloperProviderName: input.DeveloperProviderName }), + ...(input.DeveloperUserIdentifier != null && { DeveloperUserIdentifier: input.DeveloperUserIdentifier }), + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.IdentityPoolId != null && { IdentityPoolId: input.IdentityPoolId }), + }; +}; +const serializeAws_json1_1UnlinkIdentityInput = (input, context) => { + return { + ...(input.IdentityId != null && { IdentityId: input.IdentityId }), + ...(input.Logins != null && { Logins: serializeAws_json1_1LoginsMap(input.Logins, context) }), + ...(input.LoginsToRemove != null && { + LoginsToRemove: serializeAws_json1_1LoginsList(input.LoginsToRemove, context), + }), + }; +}; +const serializeAws_json1_1UntagResourceInput = (input, context) => { + return { + ...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }), + ...(input.TagKeys != null && { TagKeys: serializeAws_json1_1IdentityPoolTagsListType(input.TagKeys, context) }), + }; +}; +const deserializeAws_json1_1CognitoIdentityProvider = (output, context) => { + return { + ClientId: __expectString(output.ClientId), + ProviderName: __expectString(output.ProviderName), + ServerSideTokenCheck: __expectBoolean(output.ServerSideTokenCheck), + }; +}; +const deserializeAws_json1_1CognitoIdentityProviderList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1CognitoIdentityProvider(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1ConcurrentModificationException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1Credentials = (output, context) => { + return { + AccessKeyId: __expectString(output.AccessKeyId), + Expiration: output.Expiration != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.Expiration))) : undefined, + SecretKey: __expectString(output.SecretKey), + SessionToken: __expectString(output.SessionToken), + }; +}; +const deserializeAws_json1_1DeleteIdentitiesResponse = (output, context) => { + return { + UnprocessedIdentityIds: output.UnprocessedIdentityIds != null + ? deserializeAws_json1_1UnprocessedIdentityIdList(output.UnprocessedIdentityIds, context) + : undefined, + }; +}; +const deserializeAws_json1_1DeveloperUserAlreadyRegisteredException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1DeveloperUserIdentifierList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return __expectString(entry); + }); + return retVal; +}; +const deserializeAws_json1_1ExternalServiceException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1GetCredentialsForIdentityResponse = (output, context) => { + return { + Credentials: output.Credentials != null ? deserializeAws_json1_1Credentials(output.Credentials, context) : undefined, + IdentityId: __expectString(output.IdentityId), + }; +}; +const deserializeAws_json1_1GetIdentityPoolRolesResponse = (output, context) => { + return { + IdentityPoolId: __expectString(output.IdentityPoolId), + RoleMappings: output.RoleMappings != null ? deserializeAws_json1_1RoleMappingMap(output.RoleMappings, context) : undefined, + Roles: output.Roles != null ? deserializeAws_json1_1RolesMap(output.Roles, context) : undefined, + }; +}; +const deserializeAws_json1_1GetIdResponse = (output, context) => { + return { + IdentityId: __expectString(output.IdentityId), + }; +}; +const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityResponse = (output, context) => { + return { + IdentityId: __expectString(output.IdentityId), + Token: __expectString(output.Token), + }; +}; +const deserializeAws_json1_1GetOpenIdTokenResponse = (output, context) => { + return { + IdentityId: __expectString(output.IdentityId), + Token: __expectString(output.Token), + }; +}; +const deserializeAws_json1_1GetPrincipalTagAttributeMapResponse = (output, context) => { + return { + IdentityPoolId: __expectString(output.IdentityPoolId), + IdentityProviderName: __expectString(output.IdentityProviderName), + PrincipalTags: output.PrincipalTags != null ? deserializeAws_json1_1PrincipalTags(output.PrincipalTags, context) : undefined, + UseDefaults: __expectBoolean(output.UseDefaults), + }; +}; +const deserializeAws_json1_1IdentitiesList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1IdentityDescription(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1IdentityDescription = (output, context) => { + return { + CreationDate: output.CreationDate != null + ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationDate))) + : undefined, + IdentityId: __expectString(output.IdentityId), + LastModifiedDate: output.LastModifiedDate != null + ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedDate))) + : undefined, + Logins: output.Logins != null ? deserializeAws_json1_1LoginsList(output.Logins, context) : undefined, + }; +}; +const deserializeAws_json1_1IdentityPool = (output, context) => { + return { + AllowClassicFlow: __expectBoolean(output.AllowClassicFlow), + AllowUnauthenticatedIdentities: __expectBoolean(output.AllowUnauthenticatedIdentities), + CognitoIdentityProviders: output.CognitoIdentityProviders != null + ? deserializeAws_json1_1CognitoIdentityProviderList(output.CognitoIdentityProviders, context) + : undefined, + DeveloperProviderName: __expectString(output.DeveloperProviderName), + IdentityPoolId: __expectString(output.IdentityPoolId), + IdentityPoolName: __expectString(output.IdentityPoolName), + IdentityPoolTags: output.IdentityPoolTags != null + ? deserializeAws_json1_1IdentityPoolTagsType(output.IdentityPoolTags, context) + : undefined, + OpenIdConnectProviderARNs: output.OpenIdConnectProviderARNs != null + ? deserializeAws_json1_1OIDCProviderList(output.OpenIdConnectProviderARNs, context) + : undefined, + SamlProviderARNs: output.SamlProviderARNs != null + ? deserializeAws_json1_1SAMLProviderList(output.SamlProviderARNs, context) + : undefined, + SupportedLoginProviders: output.SupportedLoginProviders != null + ? deserializeAws_json1_1IdentityProviders(output.SupportedLoginProviders, context) + : undefined, + }; +}; +const deserializeAws_json1_1IdentityPoolShortDescription = (output, context) => { + return { + IdentityPoolId: __expectString(output.IdentityPoolId), + IdentityPoolName: __expectString(output.IdentityPoolName), + }; +}; +const deserializeAws_json1_1IdentityPoolsList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1IdentityPoolShortDescription(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1IdentityPoolTagsType = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = __expectString(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1IdentityProviders = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = __expectString(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1InternalErrorException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1InvalidIdentityPoolConfigurationException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1InvalidParameterException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1LimitExceededException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1ListIdentitiesResponse = (output, context) => { + return { + Identities: output.Identities != null ? deserializeAws_json1_1IdentitiesList(output.Identities, context) : undefined, + IdentityPoolId: __expectString(output.IdentityPoolId), + NextToken: __expectString(output.NextToken), + }; +}; +const deserializeAws_json1_1ListIdentityPoolsResponse = (output, context) => { + return { + IdentityPools: output.IdentityPools != null ? deserializeAws_json1_1IdentityPoolsList(output.IdentityPools, context) : undefined, + NextToken: __expectString(output.NextToken), + }; +}; +const deserializeAws_json1_1ListTagsForResourceResponse = (output, context) => { + return { + Tags: output.Tags != null ? deserializeAws_json1_1IdentityPoolTagsType(output.Tags, context) : undefined, + }; +}; +const deserializeAws_json1_1LoginsList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return __expectString(entry); + }); + return retVal; +}; +const deserializeAws_json1_1LookupDeveloperIdentityResponse = (output, context) => { + return { + DeveloperUserIdentifierList: output.DeveloperUserIdentifierList != null + ? deserializeAws_json1_1DeveloperUserIdentifierList(output.DeveloperUserIdentifierList, context) + : undefined, + IdentityId: __expectString(output.IdentityId), + NextToken: __expectString(output.NextToken), + }; +}; +const deserializeAws_json1_1MappingRule = (output, context) => { + return { + Claim: __expectString(output.Claim), + MatchType: __expectString(output.MatchType), + RoleARN: __expectString(output.RoleARN), + Value: __expectString(output.Value), + }; +}; +const deserializeAws_json1_1MappingRulesList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1MappingRule(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1MergeDeveloperIdentitiesResponse = (output, context) => { + return { + IdentityId: __expectString(output.IdentityId), + }; +}; +const deserializeAws_json1_1NotAuthorizedException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1OIDCProviderList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return __expectString(entry); + }); + return retVal; +}; +const deserializeAws_json1_1PrincipalTags = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = __expectString(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1ResourceConflictException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1ResourceNotFoundException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1RoleMapping = (output, context) => { + return { + AmbiguousRoleResolution: __expectString(output.AmbiguousRoleResolution), + RulesConfiguration: output.RulesConfiguration != null + ? deserializeAws_json1_1RulesConfigurationType(output.RulesConfiguration, context) + : undefined, + Type: __expectString(output.Type), + }; +}; +const deserializeAws_json1_1RoleMappingMap = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = deserializeAws_json1_1RoleMapping(value, context); + return acc; + }, {}); +}; +const deserializeAws_json1_1RolesMap = (output, context) => { + return Object.entries(output).reduce((acc, [key, value]) => { + if (value === null) { + return acc; + } + acc[key] = __expectString(value); + return acc; + }, {}); +}; +const deserializeAws_json1_1RulesConfigurationType = (output, context) => { + return { + Rules: output.Rules != null ? deserializeAws_json1_1MappingRulesList(output.Rules, context) : undefined, + }; +}; +const deserializeAws_json1_1SAMLProviderList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return __expectString(entry); + }); + return retVal; +}; +const deserializeAws_json1_1SetPrincipalTagAttributeMapResponse = (output, context) => { + return { + IdentityPoolId: __expectString(output.IdentityPoolId), + IdentityProviderName: __expectString(output.IdentityProviderName), + PrincipalTags: output.PrincipalTags != null ? deserializeAws_json1_1PrincipalTags(output.PrincipalTags, context) : undefined, + UseDefaults: __expectBoolean(output.UseDefaults), + }; +}; +const deserializeAws_json1_1TagResourceResponse = (output, context) => { + return {}; +}; +const deserializeAws_json1_1TooManyRequestsException = (output, context) => { + return { + message: __expectString(output.message), + }; +}; +const deserializeAws_json1_1UnprocessedIdentityId = (output, context) => { + return { + ErrorCode: __expectString(output.ErrorCode), + IdentityId: __expectString(output.IdentityId), + }; +}; +const deserializeAws_json1_1UnprocessedIdentityIdList = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_json1_1UnprocessedIdentityId(entry, context); + }); + return retVal; +}; +const deserializeAws_json1_1UntagResourceResponse = (output, context) => { + return {}; +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const contents = { + protocol, + hostname, + port, + method: "POST", + path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path, + headers, + }; + if (resolvedHostname !== undefined) { + contents.hostname = resolvedHostname; + } + if (body !== undefined) { + contents.body = body; + } + return new __HttpRequest(contents); +}; +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + return JSON.parse(encoded); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + value.message = value.message ?? value.Message; + return value; +}; +const loadRestJsonErrorCode = (output, data) => { + const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()); + const sanitizeErrorCode = (rawValue) => { + let cleanValue = rawValue; + if (typeof cleanValue === "number") { + cleanValue = cleanValue.toString(); + } + if (cleanValue.indexOf(",") >= 0) { + cleanValue = cleanValue.split(",")[0]; + } + if (cleanValue.indexOf(":") >= 0) { + cleanValue = cleanValue.split(":")[0]; + } + if (cleanValue.indexOf("#") >= 0) { + cleanValue = cleanValue.split("#")[1]; + } + return cleanValue; + }; + const headerKey = findKey(output.headers, "x-amzn-errortype"); + if (headerKey !== undefined) { + return sanitizeErrorCode(output.headers[headerKey]); + } + if (data.code !== undefined) { + return sanitizeErrorCode(data.code); + } + if (data["__type"] !== undefined) { + return sanitizeErrorCode(data["__type"]); + } +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js new file mode 100644 index 000000000..8055cf87a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js @@ -0,0 +1,37 @@ +import packageInfo from "../package.json"; +import { Sha256 } from "@aws-crypto/sha256-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; +import { invalidProvider } from "@aws-sdk/invalid-dependency"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +export const getRuntimeConfig = (config) => { + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? invalidProvider("Region is missing"), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? Sha256, + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js new file mode 100644 index 000000000..d8f5c76fc --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js @@ -0,0 +1,46 @@ +import packageInfo from "../package.json"; +import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts"; +import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { Hash } from "@aws-sdk/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +export const getRuntimeConfig = (config) => { + emitWarningIfUnsupportedVersion(process.version); + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + loadNodeConfig({ + ...NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js new file mode 100644 index 000000000..0b5469528 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js @@ -0,0 +1,11 @@ +import { Sha256 } from "@aws-crypto/sha256-js"; +import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; +export const getRuntimeConfig = (config) => { + const browserDefaults = getBrowserRuntimeConfig(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? Sha256, + }; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js new file mode 100644 index 000000000..e351e65cd --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js @@ -0,0 +1,14 @@ +import { NoOpLogger } from "@aws-sdk/smithy-client"; +import { parseUrl } from "@aws-sdk/url-parser"; +import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; +import { defaultEndpointResolver } from "./endpoint/endpointResolver"; +export const getRuntimeConfig = (config) => ({ + apiVersion: "2014-06-30", + base64Decoder: config?.base64Decoder ?? fromBase64, + base64Encoder: config?.base64Encoder ?? toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? defaultEndpointResolver, + logger: config?.logger ?? new NoOpLogger(), + serviceId: config?.serviceId ?? "Cognito Identity", + urlParser: config?.urlParser ?? parseUrl, +}); diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts new file mode 100644 index 000000000..49a90239f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts @@ -0,0 +1,295 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { CognitoIdentityClient } from "./CognitoIdentityClient"; +import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand"; +import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "./commands/DeleteIdentitiesCommand"; +import { DeleteIdentityPoolCommandInput, DeleteIdentityPoolCommandOutput } from "./commands/DeleteIdentityPoolCommand"; +import { DescribeIdentityCommandInput, DescribeIdentityCommandOutput } from "./commands/DescribeIdentityCommand"; +import { DescribeIdentityPoolCommandInput, DescribeIdentityPoolCommandOutput } from "./commands/DescribeIdentityPoolCommand"; +import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand"; +import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand"; +import { GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput } from "./commands/GetIdentityPoolRolesCommand"; +import { GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput } from "./commands/GetOpenIdTokenCommand"; +import { GetOpenIdTokenForDeveloperIdentityCommandInput, GetOpenIdTokenForDeveloperIdentityCommandOutput } from "./commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { GetPrincipalTagAttributeMapCommandInput, GetPrincipalTagAttributeMapCommandOutput } from "./commands/GetPrincipalTagAttributeMapCommand"; +import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "./commands/ListIdentitiesCommand"; +import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "./commands/ListIdentityPoolsCommand"; +import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand"; +import { LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput } from "./commands/LookupDeveloperIdentityCommand"; +import { MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput } from "./commands/MergeDeveloperIdentitiesCommand"; +import { SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput } from "./commands/SetIdentityPoolRolesCommand"; +import { SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput } from "./commands/SetPrincipalTagAttributeMapCommand"; +import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; +import { UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput } from "./commands/UnlinkDeveloperIdentityCommand"; +import { UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput } from "./commands/UnlinkIdentityCommand"; +import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand"; +import { UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput } from "./commands/UpdateIdentityPoolCommand"; +/** + * Amazon Cognito Federated Identities + *

Amazon Cognito Federated Identities is a web service that delivers scoped temporary + * credentials to mobile devices and other untrusted environments. It uniquely identifies a + * device and supplies the user with a consistent identity over the lifetime of an + * application.

+ *

Using Amazon Cognito Federated Identities, you can enable authentication with one or + * more third-party identity providers (Facebook, Google, or Login with Amazon) or an Amazon + * Cognito user pool, and you can also choose to support unauthenticated access from your app. + * Cognito delivers a unique identifier for each user and acts as an OpenID token provider + * trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS + * credentials.

+ *

For a description of the authentication flow from the Amazon Cognito Developer Guide + * see Authentication Flow.

+ *

For more information see Amazon Cognito Federated Identities.

+ */ +export declare class CognitoIdentity extends CognitoIdentityClient { + /** + *

Creates a new identity pool. The identity pool is a store of user identity + * information that is specific to your AWS account. The keys for SupportedLoginProviders are as follows:

+ * + *
    + *
  • + *

    Facebook: graph.facebook.com + *

    + *
  • + *
  • + *

    Google: accounts.google.com + *

    + *
  • + *
  • + *

    Amazon: www.amazon.com + *

    + *
  • + *
  • + *

    Twitter: api.twitter.com + *

    + *
  • + *
  • + *

    Digits: www.digits.com + *

    + *
  • + *
+ * + *

You must use AWS Developer credentials to call this API.

+ */ + createIdentityPool(args: CreateIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise; + createIdentityPool(args: CreateIdentityPoolCommandInput, cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void): void; + createIdentityPool(args: CreateIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void): void; + /** + *

Deletes identities from an identity pool. You can specify a list of 1-60 identities + * that you want to delete.

+ *

You must use AWS Developer credentials to call this API.

+ */ + deleteIdentities(args: DeleteIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise; + deleteIdentities(args: DeleteIdentitiesCommandInput, cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void): void; + deleteIdentities(args: DeleteIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void): void; + /** + *

Deletes an identity pool. Once a pool is deleted, users will not be able to + * authenticate with the pool.

+ *

You must use AWS Developer credentials to call this API.

+ */ + deleteIdentityPool(args: DeleteIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise; + deleteIdentityPool(args: DeleteIdentityPoolCommandInput, cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void): void; + deleteIdentityPool(args: DeleteIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void): void; + /** + *

Returns metadata related to the given identity, including when the identity was + * created and any associated linked logins.

+ *

You must use AWS Developer credentials to call this API.

+ */ + describeIdentity(args: DescribeIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + describeIdentity(args: DescribeIdentityCommandInput, cb: (err: any, data?: DescribeIdentityCommandOutput) => void): void; + describeIdentity(args: DescribeIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityCommandOutput) => void): void; + /** + *

Gets details about a particular identity pool, including the pool name, ID + * description, creation date, and current number of users.

+ *

You must use AWS Developer credentials to call this API.

+ */ + describeIdentityPool(args: DescribeIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise; + describeIdentityPool(args: DescribeIdentityPoolCommandInput, cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void): void; + describeIdentityPool(args: DescribeIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void): void; + /** + *

Returns credentials for the provided identity ID. Any provided logins will be + * validated against supported login providers. If the token is for + * cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service + * with the appropriate role for the token.

+ *

This is a public API. You do not need any credentials to call this API.

+ */ + getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void): void; + getCredentialsForIdentity(args: GetCredentialsForIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void): void; + /** + *

Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an + * implicit linked account.

+ *

This is a public API. You do not need any credentials to call this API.

+ */ + getId(args: GetIdCommandInput, options?: __HttpHandlerOptions): Promise; + getId(args: GetIdCommandInput, cb: (err: any, data?: GetIdCommandOutput) => void): void; + getId(args: GetIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdCommandOutput) => void): void; + /** + *

Gets the roles for an identity pool.

+ *

You must use AWS Developer credentials to call this API.

+ */ + getIdentityPoolRoles(args: GetIdentityPoolRolesCommandInput, options?: __HttpHandlerOptions): Promise; + getIdentityPoolRoles(args: GetIdentityPoolRolesCommandInput, cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void): void; + getIdentityPoolRoles(args: GetIdentityPoolRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void): void; + /** + *

Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by + * GetId. You can optionally add additional logins for the identity. + * Supplying multiple logins creates an implicit link.

+ *

The OpenID token is valid for 10 minutes.

+ *

This is a public API. You do not need any credentials to call this API.

+ */ + getOpenIdToken(args: GetOpenIdTokenCommandInput, options?: __HttpHandlerOptions): Promise; + getOpenIdToken(args: GetOpenIdTokenCommandInput, cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void): void; + getOpenIdToken(args: GetOpenIdTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void): void; + /** + *

Registers (or retrieves) a Cognito IdentityId and an OpenID Connect + * token for a user authenticated by your backend authentication process. Supplying multiple + * logins will create an implicit linked account. You can only specify one developer provider + * as part of the Logins map, which is linked to the identity pool. The developer + * provider is the "domain" by which Cognito will refer to your users.

+ *

You can use GetOpenIdTokenForDeveloperIdentity to create a new identity + * and to link new logins (that is, user credentials issued by a public provider or developer + * provider) to an existing identity. When you want to create a new identity, the + * IdentityId should be null. When you want to associate a new login with an + * existing authenticated/unauthenticated identity, you can do so by providing the existing + * IdentityId. This API will create the identity in the specified + * IdentityPoolId.

+ *

You must use AWS Developer credentials to call this API.

+ */ + getOpenIdTokenForDeveloperIdentity(args: GetOpenIdTokenForDeveloperIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + getOpenIdTokenForDeveloperIdentity(args: GetOpenIdTokenForDeveloperIdentityCommandInput, cb: (err: any, data?: GetOpenIdTokenForDeveloperIdentityCommandOutput) => void): void; + getOpenIdTokenForDeveloperIdentity(args: GetOpenIdTokenForDeveloperIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOpenIdTokenForDeveloperIdentityCommandOutput) => void): void; + /** + *

Use GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user attributes.

+ */ + getPrincipalTagAttributeMap(args: GetPrincipalTagAttributeMapCommandInput, options?: __HttpHandlerOptions): Promise; + getPrincipalTagAttributeMap(args: GetPrincipalTagAttributeMapCommandInput, cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void): void; + getPrincipalTagAttributeMap(args: GetPrincipalTagAttributeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void): void; + /** + *

Lists the identities in an identity pool.

+ *

You must use AWS Developer credentials to call this API.

+ */ + listIdentities(args: ListIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise; + listIdentities(args: ListIdentitiesCommandInput, cb: (err: any, data?: ListIdentitiesCommandOutput) => void): void; + listIdentities(args: ListIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentitiesCommandOutput) => void): void; + /** + *

Lists all of the Cognito identity pools registered for your account.

+ *

You must use AWS Developer credentials to call this API.

+ */ + listIdentityPools(args: ListIdentityPoolsCommandInput, options?: __HttpHandlerOptions): Promise; + listIdentityPools(args: ListIdentityPoolsCommandInput, cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void): void; + listIdentityPools(args: ListIdentityPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void): void; + /** + *

Lists the tags that are assigned to an Amazon Cognito identity pool.

+ *

A tag is a label that you can apply to identity pools to categorize and manage them in + * different ways, such as by purpose, owner, environment, or other criteria.

+ *

You can use this action up to 10 times per second, per account.

+ */ + listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise; + listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void; + listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void; + /** + *

Retrieves the IdentityID associated with a + * DeveloperUserIdentifier or the list of DeveloperUserIdentifier + * values associated with an IdentityId for an existing identity. Either + * IdentityID or DeveloperUserIdentifier must not be null. If you + * supply only one of these values, the other value will be searched in the database and + * returned as a part of the response. If you supply both, + * DeveloperUserIdentifier will be matched against IdentityID. If + * the values are verified against the database, the response returns both values and is the + * same as the request. Otherwise a ResourceConflictException is + * thrown.

+ *

+ * LookupDeveloperIdentity is intended for low-throughput control plane + * operations: for example, to enable customer service to locate an identity ID by username. + * If you are using it for higher-volume operations such as user authentication, your requests + * are likely to be throttled. GetOpenIdTokenForDeveloperIdentity is a + * better option for higher-volume operations for user authentication.

+ *

You must use AWS Developer credentials to call this API.

+ */ + lookupDeveloperIdentity(args: LookupDeveloperIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + lookupDeveloperIdentity(args: LookupDeveloperIdentityCommandInput, cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void): void; + lookupDeveloperIdentity(args: LookupDeveloperIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void): void; + /** + *

Merges two users having different IdentityIds, existing in the same + * identity pool, and identified by the same developer provider. You can use this action to + * request that discrete users be merged and identified as a single user in the Cognito + * environment. Cognito associates the given source user (SourceUserIdentifier) + * with the IdentityId of the DestinationUserIdentifier. Only + * developer-authenticated users can be merged. If the users to be merged are associated with + * the same public provider, but as two different users, an exception will be + * thrown.

+ *

The number of linked logins is limited to 20. So, the number of linked logins for the + * source user, SourceUserIdentifier, and the destination user, + * DestinationUserIdentifier, together should not be larger than 20. + * Otherwise, an exception will be thrown.

+ *

You must use AWS Developer credentials to call this API.

+ */ + mergeDeveloperIdentities(args: MergeDeveloperIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise; + mergeDeveloperIdentities(args: MergeDeveloperIdentitiesCommandInput, cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void): void; + mergeDeveloperIdentities(args: MergeDeveloperIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void): void; + /** + *

Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action.

+ *

You must use AWS Developer credentials to call this API.

+ */ + setIdentityPoolRoles(args: SetIdentityPoolRolesCommandInput, options?: __HttpHandlerOptions): Promise; + setIdentityPoolRoles(args: SetIdentityPoolRolesCommandInput, cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void): void; + setIdentityPoolRoles(args: SetIdentityPoolRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void): void; + /** + *

You can use this operation to use default (username and clientID) attribute or custom attribute mappings.

+ */ + setPrincipalTagAttributeMap(args: SetPrincipalTagAttributeMapCommandInput, options?: __HttpHandlerOptions): Promise; + setPrincipalTagAttributeMap(args: SetPrincipalTagAttributeMapCommandInput, cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void): void; + setPrincipalTagAttributeMap(args: SetPrincipalTagAttributeMapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void): void; + /** + *

Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label + * that you can use to categorize and manage identity pools in different ways, such as by + * purpose, owner, environment, or other criteria.

+ *

Each tag consists of a key and value, both of which you define. A key is a general + * category for more specific values. For example, if you have two versions of an identity + * pool, one for testing and another for production, you might assign an + * Environment tag key to both identity pools. The value of this key might be + * Test for one identity pool and Production for the + * other.

+ *

Tags are useful for cost tracking and access control. You can activate your tags so that + * they appear on the Billing and Cost Management console, where you can track the costs + * associated with your identity pools. In an IAM policy, you can constrain permissions for + * identity pools based on specific tags or tag values.

+ *

You can use this action up to 5 times per second, per account. An identity pool can have + * as many as 50 tags.

+ */ + tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise; + tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void; + tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void; + /** + *

Unlinks a DeveloperUserIdentifier from an existing identity. Unlinked + * developer users will be considered new identities next time they are seen. If, for a given + * Cognito identity, you remove all federated identities as well as the developer user + * identifier, the Cognito identity becomes inaccessible.

+ *

You must use AWS Developer credentials to call this API.

+ */ + unlinkDeveloperIdentity(args: UnlinkDeveloperIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + unlinkDeveloperIdentity(args: UnlinkDeveloperIdentityCommandInput, cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void): void; + unlinkDeveloperIdentity(args: UnlinkDeveloperIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void): void; + /** + *

Unlinks a federated identity from an existing account. Unlinked logins will be + * considered new identities next time they are seen. Removing the last linked login will make + * this identity inaccessible.

+ *

This is a public API. You do not need any credentials to call this API.

+ */ + unlinkIdentity(args: UnlinkIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + unlinkIdentity(args: UnlinkIdentityCommandInput, cb: (err: any, data?: UnlinkIdentityCommandOutput) => void): void; + unlinkIdentity(args: UnlinkIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnlinkIdentityCommandOutput) => void): void; + /** + *

Removes the specified tags from the specified Amazon Cognito identity pool. You can use + * this action up to 5 times per second, per account

+ */ + untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise; + untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void; + untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void; + /** + *

Updates an identity pool.

+ *

You must use AWS Developer credentials to call this API.

+ */ + updateIdentityPool(args: UpdateIdentityPoolCommandInput, options?: __HttpHandlerOptions): Promise; + updateIdentityPool(args: UpdateIdentityPoolCommandInput, cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void): void; + updateIdentityPool(args: UpdateIdentityPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void): void; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts new file mode 100644 index 000000000..eaea07dda --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts @@ -0,0 +1,177 @@ +import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; +import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint"; +import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; +import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; +import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing"; +import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client"; +import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types"; +import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "./commands/CreateIdentityPoolCommand"; +import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "./commands/DeleteIdentitiesCommand"; +import { DeleteIdentityPoolCommandInput, DeleteIdentityPoolCommandOutput } from "./commands/DeleteIdentityPoolCommand"; +import { DescribeIdentityCommandInput, DescribeIdentityCommandOutput } from "./commands/DescribeIdentityCommand"; +import { DescribeIdentityPoolCommandInput, DescribeIdentityPoolCommandOutput } from "./commands/DescribeIdentityPoolCommand"; +import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand"; +import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand"; +import { GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput } from "./commands/GetIdentityPoolRolesCommand"; +import { GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput } from "./commands/GetOpenIdTokenCommand"; +import { GetOpenIdTokenForDeveloperIdentityCommandInput, GetOpenIdTokenForDeveloperIdentityCommandOutput } from "./commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { GetPrincipalTagAttributeMapCommandInput, GetPrincipalTagAttributeMapCommandOutput } from "./commands/GetPrincipalTagAttributeMapCommand"; +import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "./commands/ListIdentitiesCommand"; +import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "./commands/ListIdentityPoolsCommand"; +import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand"; +import { LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput } from "./commands/LookupDeveloperIdentityCommand"; +import { MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput } from "./commands/MergeDeveloperIdentitiesCommand"; +import { SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput } from "./commands/SetIdentityPoolRolesCommand"; +import { SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput } from "./commands/SetPrincipalTagAttributeMapCommand"; +import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand"; +import { UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput } from "./commands/UnlinkDeveloperIdentityCommand"; +import { UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput } from "./commands/UnlinkIdentityCommand"; +import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand"; +import { UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput } from "./commands/UpdateIdentityPoolCommand"; +import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = CreateIdentityPoolCommandInput | DeleteIdentitiesCommandInput | DeleteIdentityPoolCommandInput | DescribeIdentityCommandInput | DescribeIdentityPoolCommandInput | GetCredentialsForIdentityCommandInput | GetIdCommandInput | GetIdentityPoolRolesCommandInput | GetOpenIdTokenCommandInput | GetOpenIdTokenForDeveloperIdentityCommandInput | GetPrincipalTagAttributeMapCommandInput | ListIdentitiesCommandInput | ListIdentityPoolsCommandInput | ListTagsForResourceCommandInput | LookupDeveloperIdentityCommandInput | MergeDeveloperIdentitiesCommandInput | SetIdentityPoolRolesCommandInput | SetPrincipalTagAttributeMapCommandInput | TagResourceCommandInput | UnlinkDeveloperIdentityCommandInput | UnlinkIdentityCommandInput | UntagResourceCommandInput | UpdateIdentityPoolCommandInput; +export declare type ServiceOutputTypes = CreateIdentityPoolCommandOutput | DeleteIdentitiesCommandOutput | DeleteIdentityPoolCommandOutput | DescribeIdentityCommandOutput | DescribeIdentityPoolCommandOutput | GetCredentialsForIdentityCommandOutput | GetIdCommandOutput | GetIdentityPoolRolesCommandOutput | GetOpenIdTokenCommandOutput | GetOpenIdTokenForDeveloperIdentityCommandOutput | GetPrincipalTagAttributeMapCommandOutput | ListIdentitiesCommandOutput | ListIdentityPoolsCommandOutput | ListTagsForResourceCommandOutput | LookupDeveloperIdentityCommandOutput | MergeDeveloperIdentitiesCommandOutput | SetIdentityPoolRolesCommandOutput | SetPrincipalTagAttributeMapCommandOutput | TagResourceCommandOutput | UnlinkDeveloperIdentityCommandOutput | UnlinkIdentityCommandOutput | UntagResourceCommandOutput | UpdateIdentityPoolCommandOutput; +export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + /** + * The HTTP handler to use. Fetch in browser and Https in Nodejs. + */ + requestHandler?: __HttpHandler; + /** + * A constructor for a class implementing the {@link __Hash} interface + * that computes the SHA-256 HMAC or checksum of a string or binary buffer. + * @internal + */ + sha256?: __HashConstructor; + /** + * The function that will be used to convert strings into HTTP endpoints. + * @internal + */ + urlParser?: __UrlParser; + /** + * A function that can calculate the length of a request body. + * @internal + */ + bodyLengthChecker?: __BodyLengthCalculator; + /** + * A function that converts a stream into an array of bytes. + * @internal + */ + streamCollector?: __StreamCollector; + /** + * The function that will be used to convert a base64-encoded string to a byte array. + * @internal + */ + base64Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a base64-encoded string. + * @internal + */ + base64Encoder?: __Encoder; + /** + * The function that will be used to convert a UTF8-encoded string to a byte array. + * @internal + */ + utf8Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a UTF-8 encoded string. + * @internal + */ + utf8Encoder?: __Encoder; + /** + * The runtime environment. + * @internal + */ + runtime?: string; + /** + * Disable dyanamically changing the endpoint of the client based on the hostPrefix + * trait of an operation. + */ + disableHostPrefix?: boolean; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** + * Enables IPv6/IPv4 dualstack endpoint. + */ + useDualstackEndpoint?: boolean | __Provider; + /** + * Enables FIPS compatible endpoints. + */ + useFipsEndpoint?: boolean | __Provider; + /** + * Unique service identifier. + * @internal + */ + serviceId?: string; + /** + * The AWS region to which this client will send requests + */ + region?: string | __Provider; + /** + * Default credentials provider; Not available in browser runtime. + * @internal + */ + credentialDefaultProvider?: (input: any) => __Provider<__Credentials>; + /** + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header + * @internal + */ + defaultUserAgentProvider?: Provider<__UserAgent>; + /** + * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + */ + defaultsMode?: DefaultsMode | Provider; +} +declare type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters; +/** + * The configuration interface of CognitoIdentityClient class constructor that set the region, credentials and other options. + */ +export interface CognitoIdentityClientConfig extends CognitoIdentityClientConfigType { +} +declare type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters; +/** + * The resolved configuration interface of CognitoIdentityClient class. This is resolved and normalized from the {@link CognitoIdentityClientConfig | constructor configuration interface}. + */ +export interface CognitoIdentityClientResolvedConfig extends CognitoIdentityClientResolvedConfigType { +} +/** + * Amazon Cognito Federated Identities + *

Amazon Cognito Federated Identities is a web service that delivers scoped temporary + * credentials to mobile devices and other untrusted environments. It uniquely identifies a + * device and supplies the user with a consistent identity over the lifetime of an + * application.

+ *

Using Amazon Cognito Federated Identities, you can enable authentication with one or + * more third-party identity providers (Facebook, Google, or Login with Amazon) or an Amazon + * Cognito user pool, and you can also choose to support unauthenticated access from your app. + * Cognito delivers a unique identifier for each user and acts as an OpenID token provider + * trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS + * credentials.

+ *

For a description of the authentication flow from the Amazon Cognito Developer Guide + * see Authentication Flow.

+ *

For more information see Amazon Cognito Federated Identities.

+ */ +export declare class CognitoIdentityClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CognitoIdentityClientResolvedConfig> { + /** + * The resolved configuration of CognitoIdentityClient class. This is resolved and normalized from the {@link CognitoIdentityClientConfig | constructor configuration interface}. + */ + readonly config: CognitoIdentityClientResolvedConfig; + constructor(configuration: CognitoIdentityClientConfig); + /** + * Destroy underlying resources, like sockets. It's usually not necessary to do this. + * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. + * Otherwise, sockets might stay open for quite a long time before the server terminates them. + */ + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts new file mode 100644 index 000000000..5c07038c6 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts @@ -0,0 +1,63 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0"; +export interface CreateIdentityPoolCommandInput extends CreateIdentityPoolInput { +} +export interface CreateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer { +} +/** + *

Creates a new identity pool. The identity pool is a store of user identity + * information that is specific to your AWS account. The keys for SupportedLoginProviders are as follows:

+ * + *
    + *
  • + *

    Facebook: graph.facebook.com + *

    + *
  • + *
  • + *

    Google: accounts.google.com + *

    + *
  • + *
  • + *

    Amazon: www.amazon.com + *

    + *
  • + *
  • + *

    Twitter: api.twitter.com + *

    + *
  • + *
  • + *

    Digits: www.digits.com + *

    + *
  • + *
+ * + *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, CreateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, CreateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new CreateIdentityPoolCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link CreateIdentityPoolCommandInput} for command's `input` shape. + * @see {@link CreateIdentityPoolCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class CreateIdentityPoolCommand extends $Command { + readonly input: CreateIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: CreateIdentityPoolCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts new file mode 100644 index 000000000..119e8568d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { DeleteIdentitiesInput, DeleteIdentitiesResponse } from "../models/models_0"; +export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput { +} +export interface DeleteIdentitiesCommandOutput extends DeleteIdentitiesResponse, __MetadataBearer { +} +/** + *

Deletes identities from an identity pool. You can specify a list of 1-60 identities + * that you want to delete.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, DeleteIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, DeleteIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new DeleteIdentitiesCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link DeleteIdentitiesCommandInput} for command's `input` shape. + * @see {@link DeleteIdentitiesCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class DeleteIdentitiesCommand extends $Command { + readonly input: DeleteIdentitiesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DeleteIdentitiesCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts new file mode 100644 index 000000000..43c70118f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { DeleteIdentityPoolInput } from "../models/models_0"; +export interface DeleteIdentityPoolCommandInput extends DeleteIdentityPoolInput { +} +export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer { +} +/** + *

Deletes an identity pool. Once a pool is deleted, users will not be able to + * authenticate with the pool.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, DeleteIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, DeleteIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new DeleteIdentityPoolCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link DeleteIdentityPoolCommandInput} for command's `input` shape. + * @see {@link DeleteIdentityPoolCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class DeleteIdentityPoolCommand extends $Command { + readonly input: DeleteIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DeleteIdentityPoolCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts new file mode 100644 index 000000000..f40d93fe9 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { DescribeIdentityInput, IdentityDescription } from "../models/models_0"; +export interface DescribeIdentityCommandInput extends DescribeIdentityInput { +} +export interface DescribeIdentityCommandOutput extends IdentityDescription, __MetadataBearer { +} +/** + *

Returns metadata related to the given identity, including when the identity was + * created and any associated linked logins.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, DescribeIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, DescribeIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new DescribeIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link DescribeIdentityCommandInput} for command's `input` shape. + * @see {@link DescribeIdentityCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class DescribeIdentityCommand extends $Command { + readonly input: DescribeIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DescribeIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts new file mode 100644 index 000000000..256764f86 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0"; +export interface DescribeIdentityPoolCommandInput extends DescribeIdentityPoolInput { +} +export interface DescribeIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer { +} +/** + *

Gets details about a particular identity pool, including the pool name, ID + * description, creation date, and current number of users.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, DescribeIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, DescribeIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new DescribeIdentityPoolCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link DescribeIdentityPoolCommandInput} for command's `input` shape. + * @see {@link DescribeIdentityPoolCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class DescribeIdentityPoolCommand extends $Command { + readonly input: DescribeIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DescribeIdentityPoolCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts new file mode 100644 index 000000000..f3fbde2f2 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { GetCredentialsForIdentityInput, GetCredentialsForIdentityResponse } from "../models/models_0"; +export interface GetCredentialsForIdentityCommandInput extends GetCredentialsForIdentityInput { +} +export interface GetCredentialsForIdentityCommandOutput extends GetCredentialsForIdentityResponse, __MetadataBearer { +} +/** + *

Returns credentials for the provided identity ID. Any provided logins will be + * validated against supported login providers. If the token is for + * cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service + * with the appropriate role for the token.

+ *

This is a public API. You do not need any credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, GetCredentialsForIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, GetCredentialsForIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new GetCredentialsForIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetCredentialsForIdentityCommandInput} for command's `input` shape. + * @see {@link GetCredentialsForIdentityCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class GetCredentialsForIdentityCommand extends $Command { + readonly input: GetCredentialsForIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetCredentialsForIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts new file mode 100644 index 000000000..94c1f88ab --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { GetIdInput, GetIdResponse } from "../models/models_0"; +export interface GetIdCommandInput extends GetIdInput { +} +export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer { +} +/** + *

Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an + * implicit linked account.

+ *

This is a public API. You do not need any credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, GetIdCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, GetIdCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new GetIdCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetIdCommandInput} for command's `input` shape. + * @see {@link GetIdCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class GetIdCommand extends $Command { + readonly input: GetIdCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetIdCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts new file mode 100644 index 000000000..679b393a5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../models/models_0"; +export interface GetIdentityPoolRolesCommandInput extends GetIdentityPoolRolesInput { +} +export interface GetIdentityPoolRolesCommandOutput extends GetIdentityPoolRolesResponse, __MetadataBearer { +} +/** + *

Gets the roles for an identity pool.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, GetIdentityPoolRolesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, GetIdentityPoolRolesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new GetIdentityPoolRolesCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetIdentityPoolRolesCommandInput} for command's `input` shape. + * @see {@link GetIdentityPoolRolesCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class GetIdentityPoolRolesCommand extends $Command { + readonly input: GetIdentityPoolRolesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetIdentityPoolRolesCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts new file mode 100644 index 000000000..eebc55262 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { GetOpenIdTokenInput, GetOpenIdTokenResponse } from "../models/models_0"; +export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput { +} +export interface GetOpenIdTokenCommandOutput extends GetOpenIdTokenResponse, __MetadataBearer { +} +/** + *

Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by + * GetId. You can optionally add additional logins for the identity. + * Supplying multiple logins creates an implicit link.

+ *

The OpenID token is valid for 10 minutes.

+ *

This is a public API. You do not need any credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, GetOpenIdTokenCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, GetOpenIdTokenCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new GetOpenIdTokenCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetOpenIdTokenCommandInput} for command's `input` shape. + * @see {@link GetOpenIdTokenCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class GetOpenIdTokenCommand extends $Command { + readonly input: GetOpenIdTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetOpenIdTokenCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts new file mode 100644 index 000000000..0cea74e37 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts @@ -0,0 +1,49 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { GetOpenIdTokenForDeveloperIdentityInput, GetOpenIdTokenForDeveloperIdentityResponse } from "../models/models_0"; +export interface GetOpenIdTokenForDeveloperIdentityCommandInput extends GetOpenIdTokenForDeveloperIdentityInput { +} +export interface GetOpenIdTokenForDeveloperIdentityCommandOutput extends GetOpenIdTokenForDeveloperIdentityResponse, __MetadataBearer { +} +/** + *

Registers (or retrieves) a Cognito IdentityId and an OpenID Connect + * token for a user authenticated by your backend authentication process. Supplying multiple + * logins will create an implicit linked account. You can only specify one developer provider + * as part of the Logins map, which is linked to the identity pool. The developer + * provider is the "domain" by which Cognito will refer to your users.

+ *

You can use GetOpenIdTokenForDeveloperIdentity to create a new identity + * and to link new logins (that is, user credentials issued by a public provider or developer + * provider) to an existing identity. When you want to create a new identity, the + * IdentityId should be null. When you want to associate a new login with an + * existing authenticated/unauthenticated identity, you can do so by providing the existing + * IdentityId. This API will create the identity in the specified + * IdentityPoolId.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, GetOpenIdTokenForDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, GetOpenIdTokenForDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new GetOpenIdTokenForDeveloperIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetOpenIdTokenForDeveloperIdentityCommandInput} for command's `input` shape. + * @see {@link GetOpenIdTokenForDeveloperIdentityCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class GetOpenIdTokenForDeveloperIdentityCommand extends $Command { + readonly input: GetOpenIdTokenForDeveloperIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetOpenIdTokenForDeveloperIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts new file mode 100644 index 000000000..8276298f5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { GetPrincipalTagAttributeMapInput, GetPrincipalTagAttributeMapResponse } from "../models/models_0"; +export interface GetPrincipalTagAttributeMapCommandInput extends GetPrincipalTagAttributeMapInput { +} +export interface GetPrincipalTagAttributeMapCommandOutput extends GetPrincipalTagAttributeMapResponse, __MetadataBearer { +} +/** + *

Use GetPrincipalTagAttributeMap to list all mappings between PrincipalTags and user attributes.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, GetPrincipalTagAttributeMapCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, GetPrincipalTagAttributeMapCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new GetPrincipalTagAttributeMapCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetPrincipalTagAttributeMapCommandInput} for command's `input` shape. + * @see {@link GetPrincipalTagAttributeMapCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class GetPrincipalTagAttributeMapCommand extends $Command { + readonly input: GetPrincipalTagAttributeMapCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetPrincipalTagAttributeMapCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts new file mode 100644 index 000000000..5ac2c2685 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { ListIdentitiesInput, ListIdentitiesResponse } from "../models/models_0"; +export interface ListIdentitiesCommandInput extends ListIdentitiesInput { +} +export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer { +} +/** + *

Lists the identities in an identity pool.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, ListIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, ListIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new ListIdentitiesCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link ListIdentitiesCommandInput} for command's `input` shape. + * @see {@link ListIdentitiesCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class ListIdentitiesCommand extends $Command { + readonly input: ListIdentitiesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListIdentitiesCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts new file mode 100644 index 000000000..af38749ae --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/models_0"; +export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput { +} +export interface ListIdentityPoolsCommandOutput extends ListIdentityPoolsResponse, __MetadataBearer { +} +/** + *

Lists all of the Cognito identity pools registered for your account.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, ListIdentityPoolsCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, ListIdentityPoolsCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new ListIdentityPoolsCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link ListIdentityPoolsCommandInput} for command's `input` shape. + * @see {@link ListIdentityPoolsCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class ListIdentityPoolsCommand extends $Command { + readonly input: ListIdentityPoolsCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListIdentityPoolsCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts new file mode 100644 index 000000000..1fcad7065 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts @@ -0,0 +1,40 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models/models_0"; +export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput { +} +export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer { +} +/** + *

Lists the tags that are assigned to an Amazon Cognito identity pool.

+ *

A tag is a label that you can apply to identity pools to categorize and manage them in + * different ways, such as by purpose, owner, environment, or other criteria.

+ *

You can use this action up to 10 times per second, per account.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, ListTagsForResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new ListTagsForResourceCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link ListTagsForResourceCommandInput} for command's `input` shape. + * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class ListTagsForResourceCommand extends $Command { + readonly input: ListTagsForResourceCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListTagsForResourceCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts new file mode 100644 index 000000000..46fe227ac --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts @@ -0,0 +1,53 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0"; +export interface LookupDeveloperIdentityCommandInput extends LookupDeveloperIdentityInput { +} +export interface LookupDeveloperIdentityCommandOutput extends LookupDeveloperIdentityResponse, __MetadataBearer { +} +/** + *

Retrieves the IdentityID associated with a + * DeveloperUserIdentifier or the list of DeveloperUserIdentifier + * values associated with an IdentityId for an existing identity. Either + * IdentityID or DeveloperUserIdentifier must not be null. If you + * supply only one of these values, the other value will be searched in the database and + * returned as a part of the response. If you supply both, + * DeveloperUserIdentifier will be matched against IdentityID. If + * the values are verified against the database, the response returns both values and is the + * same as the request. Otherwise a ResourceConflictException is + * thrown.

+ *

+ * LookupDeveloperIdentity is intended for low-throughput control plane + * operations: for example, to enable customer service to locate an identity ID by username. + * If you are using it for higher-volume operations such as user authentication, your requests + * are likely to be throttled. GetOpenIdTokenForDeveloperIdentity is a + * better option for higher-volume operations for user authentication.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, LookupDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, LookupDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new LookupDeveloperIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link LookupDeveloperIdentityCommandInput} for command's `input` shape. + * @see {@link LookupDeveloperIdentityCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class LookupDeveloperIdentityCommand extends $Command { + readonly input: LookupDeveloperIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: LookupDeveloperIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts new file mode 100644 index 000000000..b882f1821 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts @@ -0,0 +1,49 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { MergeDeveloperIdentitiesInput, MergeDeveloperIdentitiesResponse } from "../models/models_0"; +export interface MergeDeveloperIdentitiesCommandInput extends MergeDeveloperIdentitiesInput { +} +export interface MergeDeveloperIdentitiesCommandOutput extends MergeDeveloperIdentitiesResponse, __MetadataBearer { +} +/** + *

Merges two users having different IdentityIds, existing in the same + * identity pool, and identified by the same developer provider. You can use this action to + * request that discrete users be merged and identified as a single user in the Cognito + * environment. Cognito associates the given source user (SourceUserIdentifier) + * with the IdentityId of the DestinationUserIdentifier. Only + * developer-authenticated users can be merged. If the users to be merged are associated with + * the same public provider, but as two different users, an exception will be + * thrown.

+ *

The number of linked logins is limited to 20. So, the number of linked logins for the + * source user, SourceUserIdentifier, and the destination user, + * DestinationUserIdentifier, together should not be larger than 20. + * Otherwise, an exception will be thrown.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, MergeDeveloperIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, MergeDeveloperIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new MergeDeveloperIdentitiesCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link MergeDeveloperIdentitiesCommandInput} for command's `input` shape. + * @see {@link MergeDeveloperIdentitiesCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class MergeDeveloperIdentitiesCommand extends $Command { + readonly input: MergeDeveloperIdentitiesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: MergeDeveloperIdentitiesCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts new file mode 100644 index 000000000..c7a353e3a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { SetIdentityPoolRolesInput } from "../models/models_0"; +export interface SetIdentityPoolRolesCommandInput extends SetIdentityPoolRolesInput { +} +export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer { +} +/** + *

Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, SetIdentityPoolRolesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, SetIdentityPoolRolesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new SetIdentityPoolRolesCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link SetIdentityPoolRolesCommandInput} for command's `input` shape. + * @see {@link SetIdentityPoolRolesCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class SetIdentityPoolRolesCommand extends $Command { + readonly input: SetIdentityPoolRolesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: SetIdentityPoolRolesCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts new file mode 100644 index 000000000..992076055 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { SetPrincipalTagAttributeMapInput, SetPrincipalTagAttributeMapResponse } from "../models/models_0"; +export interface SetPrincipalTagAttributeMapCommandInput extends SetPrincipalTagAttributeMapInput { +} +export interface SetPrincipalTagAttributeMapCommandOutput extends SetPrincipalTagAttributeMapResponse, __MetadataBearer { +} +/** + *

You can use this operation to use default (username and clientID) attribute or custom attribute mappings.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, SetPrincipalTagAttributeMapCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, SetPrincipalTagAttributeMapCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new SetPrincipalTagAttributeMapCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link SetPrincipalTagAttributeMapCommandInput} for command's `input` shape. + * @see {@link SetPrincipalTagAttributeMapCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class SetPrincipalTagAttributeMapCommand extends $Command { + readonly input: SetPrincipalTagAttributeMapCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: SetPrincipalTagAttributeMapCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts new file mode 100644 index 000000000..c04b4d49e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts @@ -0,0 +1,51 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { TagResourceInput, TagResourceResponse } from "../models/models_0"; +export interface TagResourceCommandInput extends TagResourceInput { +} +export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer { +} +/** + *

Assigns a set of tags to the specified Amazon Cognito identity pool. A tag is a label + * that you can use to categorize and manage identity pools in different ways, such as by + * purpose, owner, environment, or other criteria.

+ *

Each tag consists of a key and value, both of which you define. A key is a general + * category for more specific values. For example, if you have two versions of an identity + * pool, one for testing and another for production, you might assign an + * Environment tag key to both identity pools. The value of this key might be + * Test for one identity pool and Production for the + * other.

+ *

Tags are useful for cost tracking and access control. You can activate your tags so that + * they appear on the Billing and Cost Management console, where you can track the costs + * associated with your identity pools. In an IAM policy, you can constrain permissions for + * identity pools based on specific tags or tag values.

+ *

You can use this action up to 5 times per second, per account. An identity pool can have + * as many as 50 tags.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, TagResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, TagResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new TagResourceCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link TagResourceCommandInput} for command's `input` shape. + * @see {@link TagResourceCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class TagResourceCommand extends $Command { + readonly input: TagResourceCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: TagResourceCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts new file mode 100644 index 000000000..9a1237a62 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { UnlinkDeveloperIdentityInput } from "../models/models_0"; +export interface UnlinkDeveloperIdentityCommandInput extends UnlinkDeveloperIdentityInput { +} +export interface UnlinkDeveloperIdentityCommandOutput extends __MetadataBearer { +} +/** + *

Unlinks a DeveloperUserIdentifier from an existing identity. Unlinked + * developer users will be considered new identities next time they are seen. If, for a given + * Cognito identity, you remove all federated identities as well as the developer user + * identifier, the Cognito identity becomes inaccessible.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, UnlinkDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, UnlinkDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new UnlinkDeveloperIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link UnlinkDeveloperIdentityCommandInput} for command's `input` shape. + * @see {@link UnlinkDeveloperIdentityCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class UnlinkDeveloperIdentityCommand extends $Command { + readonly input: UnlinkDeveloperIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UnlinkDeveloperIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts new file mode 100644 index 000000000..64cb11652 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts @@ -0,0 +1,40 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { UnlinkIdentityInput } from "../models/models_0"; +export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput { +} +export interface UnlinkIdentityCommandOutput extends __MetadataBearer { +} +/** + *

Unlinks a federated identity from an existing account. Unlinked logins will be + * considered new identities next time they are seen. Removing the last linked login will make + * this identity inaccessible.

+ *

This is a public API. You do not need any credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, UnlinkIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, UnlinkIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new UnlinkIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link UnlinkIdentityCommandInput} for command's `input` shape. + * @see {@link UnlinkIdentityCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class UnlinkIdentityCommand extends $Command { + readonly input: UnlinkIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UnlinkIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts new file mode 100644 index 000000000..688fd8bea --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { UntagResourceInput, UntagResourceResponse } from "../models/models_0"; +export interface UntagResourceCommandInput extends UntagResourceInput { +} +export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer { +} +/** + *

Removes the specified tags from the specified Amazon Cognito identity pool. You can use + * this action up to 5 times per second, per account

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, UntagResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, UntagResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new UntagResourceCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link UntagResourceCommandInput} for command's `input` shape. + * @see {@link UntagResourceCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class UntagResourceCommand extends $Command { + readonly input: UntagResourceCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UntagResourceCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts new file mode 100644 index 000000000..92afdab1e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityClient"; +import { IdentityPool } from "../models/models_0"; +export interface UpdateIdentityPoolCommandInput extends IdentityPool { +} +export interface UpdateIdentityPoolCommandOutput extends IdentityPool, __MetadataBearer { +} +/** + *

Updates an identity pool.

+ *

You must use AWS Developer credentials to call this API.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { CognitoIdentityClient, UpdateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import + * // const { CognitoIdentityClient, UpdateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import + * const client = new CognitoIdentityClient(config); + * const command = new UpdateIdentityPoolCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link UpdateIdentityPoolCommandInput} for command's `input` shape. + * @see {@link UpdateIdentityPoolCommandOutput} for command's `response` shape. + * @see {@link CognitoIdentityClientResolvedConfig | config} for CognitoIdentityClient's `config` shape. + * + */ +export declare class UpdateIdentityPoolCommand extends $Command { + readonly input: UpdateIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UpdateIdentityPoolCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: CognitoIdentityClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts new file mode 100644 index 000000000..8df424ba4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts @@ -0,0 +1,23 @@ +export * from "./CreateIdentityPoolCommand"; +export * from "./DeleteIdentitiesCommand"; +export * from "./DeleteIdentityPoolCommand"; +export * from "./DescribeIdentityCommand"; +export * from "./DescribeIdentityPoolCommand"; +export * from "./GetCredentialsForIdentityCommand"; +export * from "./GetIdCommand"; +export * from "./GetIdentityPoolRolesCommand"; +export * from "./GetOpenIdTokenCommand"; +export * from "./GetOpenIdTokenForDeveloperIdentityCommand"; +export * from "./GetPrincipalTagAttributeMapCommand"; +export * from "./ListIdentitiesCommand"; +export * from "./ListIdentityPoolsCommand"; +export * from "./ListTagsForResourceCommand"; +export * from "./LookupDeveloperIdentityCommand"; +export * from "./MergeDeveloperIdentitiesCommand"; +export * from "./SetIdentityPoolRolesCommand"; +export * from "./SetPrincipalTagAttributeMapCommand"; +export * from "./TagResourceCommand"; +export * from "./UnlinkDeveloperIdentityCommand"; +export * from "./UnlinkIdentityCommand"; +export * from "./UntagResourceCommand"; +export * from "./UpdateIdentityPoolCommand"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..fd716b2af --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts @@ -0,0 +1,19 @@ +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: string | Provider | Endpoint | Provider | EndpointV2 | Provider; +} +export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export declare const resolveClientEndpointParameters: (options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..62107b6db --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/endpointResolver.d.ts @@ -0,0 +1,5 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: { + logger?: Logger; +}) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts new file mode 100644 index 000000000..c7525c3f7 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./CognitoIdentity"; +export * from "./CognitoIdentityClient"; +export * from "./commands"; +export * from "./models"; +export * from "./pagination"; +export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts new file mode 100644 index 000000000..024634df4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts @@ -0,0 +1,10 @@ +import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client"; +/** + * Base exception class for all service exceptions from CognitoIdentity service. + */ +export declare class CognitoIdentityServiceException extends __ServiceException { + /** + * @internal + */ + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts new file mode 100644 index 000000000..51a100066 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts @@ -0,0 +1,1166 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException"; +export declare enum AmbiguousRoleResolutionType { + AUTHENTICATED_ROLE = "AuthenticatedRole", + DENY = "Deny" +} +/** + *

A provider representing an Amazon Cognito user pool and its client ID.

+ */ +export interface CognitoIdentityProvider { + /** + *

The provider name for an Amazon Cognito user pool. For example, + * cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.

+ */ + ProviderName?: string; + /** + *

The client ID for the Amazon Cognito user pool.

+ */ + ClientId?: string; + /** + *

TRUE if server-side token validation is enabled for the identity provider’s + * token.

+ *

Once you set ServerSideTokenCheck to TRUE for an identity pool, that + * identity pool will check with the integrated user pools to make sure that the user has not + * been globally signed out or deleted before the identity pool provides an OIDC token or AWS + * credentials for the user.

+ *

If the user is signed out or deleted, the identity pool will return a 400 Not + * Authorized error.

+ */ + ServerSideTokenCheck?: boolean; +} +/** + *

Input to the CreateIdentityPool action.

+ */ +export interface CreateIdentityPoolInput { + /** + *

A string that you provide.

+ */ + IdentityPoolName: string | undefined; + /** + *

TRUE if the identity pool supports unauthenticated logins.

+ */ + AllowUnauthenticatedIdentities: boolean | undefined; + /** + *

Enables or disables the Basic (Classic) authentication flow. For more information, see + * Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.

+ */ + AllowClassicFlow?: boolean; + /** + *

Optional key:value pairs mapping provider names to provider app IDs.

+ */ + SupportedLoginProviders?: Record; + /** + *

The "domain" by which Cognito will refer to your users. This name acts as a + * placeholder that allows your backend and the Cognito service to communicate about the + * developer provider. For the DeveloperProviderName, you can use letters as well + * as period (.), underscore (_), and dash + * (-).

+ *

Once you have set a developer provider name, you cannot change it. Please take care + * in setting this parameter.

+ */ + DeveloperProviderName?: string; + /** + *

The Amazon Resource Names (ARN) of the OpenID Connect providers.

+ */ + OpenIdConnectProviderARNs?: string[]; + /** + *

An array of Amazon Cognito user pools and their client IDs.

+ */ + CognitoIdentityProviders?: CognitoIdentityProvider[]; + /** + *

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity + * pool.

+ */ + SamlProviderARNs?: string[]; + /** + *

Tags to assign to the identity pool. A tag is a label that you can apply to identity + * pools to categorize and manage them in different ways, such as by purpose, owner, + * environment, or other criteria.

+ */ + IdentityPoolTags?: Record; +} +/** + *

An object representing an Amazon Cognito identity pool.

+ */ +export interface IdentityPool { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

A string that you provide.

+ */ + IdentityPoolName: string | undefined; + /** + *

TRUE if the identity pool supports unauthenticated logins.

+ */ + AllowUnauthenticatedIdentities: boolean | undefined; + /** + *

Enables or disables the Basic (Classic) authentication flow. For more information, see + * Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.

+ */ + AllowClassicFlow?: boolean; + /** + *

Optional key:value pairs mapping provider names to provider app IDs.

+ */ + SupportedLoginProviders?: Record; + /** + *

The "domain" by which Cognito will refer to your users.

+ */ + DeveloperProviderName?: string; + /** + *

The ARNs of the OpenID Connect providers.

+ */ + OpenIdConnectProviderARNs?: string[]; + /** + *

A list representing an Amazon Cognito user pool and its client ID.

+ */ + CognitoIdentityProviders?: CognitoIdentityProvider[]; + /** + *

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity + * pool.

+ */ + SamlProviderARNs?: string[]; + /** + *

The tags that are assigned to the identity pool. A tag is a label that you can apply to + * identity pools to categorize and manage them in different ways, such as by purpose, owner, + * environment, or other criteria.

+ */ + IdentityPoolTags?: Record; +} +/** + *

Thrown when the service encounters an error during processing the request.

+ */ +export declare class InternalErrorException extends __BaseException { + readonly name: "InternalErrorException"; + readonly $fault: "server"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Thrown for missing or bad input parameter(s).

+ */ +export declare class InvalidParameterException extends __BaseException { + readonly name: "InvalidParameterException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Thrown when the total number of user pools has exceeded a preset limit.

+ */ +export declare class LimitExceededException extends __BaseException { + readonly name: "LimitExceededException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Thrown when a user is not authorized to access the requested resource.

+ */ +export declare class NotAuthorizedException extends __BaseException { + readonly name: "NotAuthorizedException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Thrown when a user tries to use a login which is already linked to another + * account.

+ */ +export declare class ResourceConflictException extends __BaseException { + readonly name: "ResourceConflictException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Thrown when a request is throttled.

+ */ +export declare class TooManyRequestsException extends __BaseException { + readonly name: "TooManyRequestsException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Input to the DeleteIdentities action.

+ */ +export interface DeleteIdentitiesInput { + /** + *

A list of 1-60 identities that you want to delete.

+ */ + IdentityIdsToDelete: string[] | undefined; +} +export declare enum ErrorCode { + ACCESS_DENIED = "AccessDenied", + INTERNAL_SERVER_ERROR = "InternalServerError" +} +/** + *

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and + * IdentityId.

+ */ +export interface UnprocessedIdentityId { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

The error code indicating the type of error that occurred.

+ */ + ErrorCode?: ErrorCode | string; +} +/** + *

Returned in response to a successful DeleteIdentities + * operation.

+ */ +export interface DeleteIdentitiesResponse { + /** + *

An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and + * IdentityId.

+ */ + UnprocessedIdentityIds?: UnprocessedIdentityId[]; +} +/** + *

Input to the DeleteIdentityPool action.

+ */ +export interface DeleteIdentityPoolInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; +} +/** + *

Thrown when the requested resource (for example, a dataset or record) does not + * exist.

+ */ +export declare class ResourceNotFoundException extends __BaseException { + readonly name: "ResourceNotFoundException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Input to the DescribeIdentity action.

+ */ +export interface DescribeIdentityInput { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId: string | undefined; +} +/** + *

A description of the identity.

+ */ +export interface IdentityDescription { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

The provider names.

+ */ + Logins?: string[]; + /** + *

Date on which the identity was created.

+ */ + CreationDate?: Date; + /** + *

Date on which the identity was last modified.

+ */ + LastModifiedDate?: Date; +} +/** + *

Input to the DescribeIdentityPool action.

+ */ +export interface DescribeIdentityPoolInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; +} +/** + *

An exception thrown when a dependent service such as Facebook or Twitter is not + * responding

+ */ +export declare class ExternalServiceException extends __BaseException { + readonly name: "ExternalServiceException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Input to the GetCredentialsForIdentity action.

+ */ +export interface GetCredentialsForIdentityInput { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId: string | undefined; + /** + *

A set of optional name-value pairs that map provider names to provider tokens. The + * name-value pair will follow the syntax "provider_name": + * "provider_user_identifier".

+ *

Logins should not be specified when trying to get credentials for an unauthenticated + * identity.

+ *

The Logins parameter is required when using identities associated with external + * identity providers such as Facebook. For examples of Logins maps, see the code + * examples in the External Identity Providers section of the Amazon Cognito Developer + * Guide.

+ */ + Logins?: Record; + /** + *

The Amazon Resource Name (ARN) of the role to be assumed when multiple roles were + * received in the token from the identity provider. For example, a SAML-based identity + * provider. This parameter is optional for identity providers that do not support role + * customization.

+ */ + CustomRoleArn?: string; +} +/** + *

Credentials for the provided identity ID.

+ */ +export interface Credentials { + /** + *

The Access Key portion of the credentials.

+ */ + AccessKeyId?: string; + /** + *

The Secret Access Key portion of the credentials

+ */ + SecretKey?: string; + /** + *

The Session Token portion of the credentials

+ */ + SessionToken?: string; + /** + *

The date at which these credentials will expire.

+ */ + Expiration?: Date; +} +/** + *

Returned in response to a successful GetCredentialsForIdentity + * operation.

+ */ +export interface GetCredentialsForIdentityResponse { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

Credentials for the provided identity ID.

+ */ + Credentials?: Credentials; +} +/** + *

Thrown if the identity pool has no role associated for the given auth type + * (auth/unauth) or if the AssumeRole fails.

+ */ +export declare class InvalidIdentityPoolConfigurationException extends __BaseException { + readonly name: "InvalidIdentityPoolConfigurationException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Input to the GetId action.

+ */ +export interface GetIdInput { + /** + *

A standard AWS account ID (9+ digits).

+ */ + AccountId?: string; + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

A set of optional name-value pairs that map provider names to provider tokens. The + * available provider names for Logins are as follows:

+ *
    + *
  • + *

    Facebook: graph.facebook.com + *

    + *
  • + *
  • + *

    Amazon Cognito user pool: + * cognito-idp..amazonaws.com/, + * for example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789. + *

    + *
  • + *
  • + *

    Google: accounts.google.com + *

    + *
  • + *
  • + *

    Amazon: www.amazon.com + *

    + *
  • + *
  • + *

    Twitter: api.twitter.com + *

    + *
  • + *
  • + *

    Digits: www.digits.com + *

    + *
  • + *
+ */ + Logins?: Record; +} +/** + *

Returned in response to a GetId request.

+ */ +export interface GetIdResponse { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; +} +/** + *

Input to the GetIdentityPoolRoles action.

+ */ +export interface GetIdentityPoolRolesInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; +} +export declare enum MappingRuleMatchType { + CONTAINS = "Contains", + EQUALS = "Equals", + NOT_EQUAL = "NotEqual", + STARTS_WITH = "StartsWith" +} +/** + *

A rule that maps a claim name, a claim value, and a match type to a role + * ARN.

+ */ +export interface MappingRule { + /** + *

The claim name that must be present in the token, for example, "isAdmin" or + * "paid".

+ */ + Claim: string | undefined; + /** + *

The match condition that specifies how closely the claim value in the IdP token must + * match Value.

+ */ + MatchType: MappingRuleMatchType | string | undefined; + /** + *

A brief string that the claim must match, for example, "paid" or "yes".

+ */ + Value: string | undefined; + /** + *

The role ARN.

+ */ + RoleARN: string | undefined; +} +/** + *

A container for rules.

+ */ +export interface RulesConfigurationType { + /** + *

An array of rules. You can specify up to 25 rules per identity provider.

+ *

Rules are evaluated in order. The first one to match specifies the role.

+ */ + Rules: MappingRule[] | undefined; +} +export declare enum RoleMappingType { + RULES = "Rules", + TOKEN = "Token" +} +/** + *

A role mapping.

+ */ +export interface RoleMapping { + /** + *

The role mapping type. Token will use cognito:roles and + * cognito:preferred_role claims from the Cognito identity provider token to + * map groups to roles. Rules will attempt to match claims from the token to map to a + * role.

+ */ + Type: RoleMappingType | string | undefined; + /** + *

If you specify Token or Rules as the Type, + * AmbiguousRoleResolution is required.

+ *

Specifies the action to be taken if either no rules match the claim value for the + * Rules type, or there is no cognito:preferred_role claim and + * there are multiple cognito:roles matches for the Token + * type.

+ */ + AmbiguousRoleResolution?: AmbiguousRoleResolutionType | string; + /** + *

The rules to be used for mapping users to roles.

+ *

If you specify Rules as the role mapping type, RulesConfiguration is + * required.

+ */ + RulesConfiguration?: RulesConfigurationType; +} +/** + *

Returned in response to a successful GetIdentityPoolRoles + * operation.

+ */ +export interface GetIdentityPoolRolesResponse { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId?: string; + /** + *

The map of roles associated with this pool. Currently only authenticated and + * unauthenticated roles are supported.

+ */ + Roles?: Record; + /** + *

How users for a specific identity provider are to mapped to roles. This is a + * String-to-RoleMapping object map. The string identifies the identity + * provider, for example, "graph.facebook.com" or + * "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id".

+ */ + RoleMappings?: Record; +} +/** + *

Input to the GetOpenIdToken action.

+ */ +export interface GetOpenIdTokenInput { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId: string | undefined; + /** + *

A set of optional name-value pairs that map provider names to provider tokens. When + * using graph.facebook.com and www.amazon.com, supply the access_token returned from the + * provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any + * other OpenID Connect provider, always include the id_token.

+ */ + Logins?: Record; +} +/** + *

Returned in response to a successful GetOpenIdToken request.

+ */ +export interface GetOpenIdTokenResponse { + /** + *

A unique identifier in the format REGION:GUID. Note that the IdentityId returned may + * not match the one passed on input.

+ */ + IdentityId?: string; + /** + *

An OpenID token, valid for 10 minutes.

+ */ + Token?: string; +} +/** + *

The provided developer user identifier is already registered with Cognito under a + * different identity ID.

+ */ +export declare class DeveloperUserAlreadyRegisteredException extends __BaseException { + readonly name: "DeveloperUserAlreadyRegisteredException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Input to the GetOpenIdTokenForDeveloperIdentity action.

+ */ +export interface GetOpenIdTokenForDeveloperIdentityInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

A set of optional name-value pairs that map provider names to provider tokens. Each + * name-value pair represents a user from a public provider or developer provider. If the user + * is from a developer provider, the name-value pair will follow the syntax + * "developer_provider_name": "developer_user_identifier". The developer + * provider is the "domain" by which Cognito will refer to your users; you provided this + * domain while creating/updating the identity pool. The developer user identifier is an + * identifier from your backend that uniquely identifies a user. When you create an identity + * pool, you can specify the supported logins.

+ */ + Logins: Record | undefined; + /** + *

Use this operation to configure attribute mappings for custom providers.

+ */ + PrincipalTags?: Record; + /** + *

The expiration time of the token, in seconds. You can specify a custom expiration + * time for the token so that you can cache it. If you don't provide an expiration time, the + * token is valid for 15 minutes. You can exchange the token with Amazon STS for temporary AWS + * credentials, which are valid for a maximum of one hour. The maximum token duration you can + * set is 24 hours. You should take care in setting the expiration time for a token, as there + * are significant security implications: an attacker could use a leaked token to access your + * AWS resources for the token's duration.

+ * + *

Please provide for a small grace period, usually no more than 5 minutes, to account for clock skew.

+ *
+ */ + TokenDuration?: number; +} +/** + *

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity + * request.

+ */ +export interface GetOpenIdTokenForDeveloperIdentityResponse { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

An OpenID token.

+ */ + Token?: string; +} +export interface GetPrincipalTagAttributeMapInput { + /** + *

You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.

+ */ + IdentityPoolId: string | undefined; + /** + *

You can use this operation to get the provider name.

+ */ + IdentityProviderName: string | undefined; +} +export interface GetPrincipalTagAttributeMapResponse { + /** + *

You can use this operation to get the ID of the Identity Pool you setup attribute mappings for.

+ */ + IdentityPoolId?: string; + /** + *

You can use this operation to get the provider name.

+ */ + IdentityProviderName?: string; + /** + *

You can use this operation to list

+ */ + UseDefaults?: boolean; + /** + *

You can use this operation to add principal tags. The PrincipalTagsoperation enables you to reference user attributes in your IAM permissions policy.

+ */ + PrincipalTags?: Record; +} +/** + *

Input to the ListIdentities action.

+ */ +export interface ListIdentitiesInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

The maximum number of identities to return.

+ */ + MaxResults: number | undefined; + /** + *

A pagination token.

+ */ + NextToken?: string; + /** + *

An optional boolean parameter that allows you to hide disabled identities. If + * omitted, the ListIdentities API will include disabled identities in the response.

+ */ + HideDisabled?: boolean; +} +/** + *

The response to a ListIdentities request.

+ */ +export interface ListIdentitiesResponse { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId?: string; + /** + *

An object containing a set of identities and associated mappings.

+ */ + Identities?: IdentityDescription[]; + /** + *

A pagination token.

+ */ + NextToken?: string; +} +/** + *

Input to the ListIdentityPools action.

+ */ +export interface ListIdentityPoolsInput { + /** + *

The maximum number of identities to return.

+ */ + MaxResults: number | undefined; + /** + *

A pagination token.

+ */ + NextToken?: string; +} +/** + *

A description of the identity pool.

+ */ +export interface IdentityPoolShortDescription { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId?: string; + /** + *

A string that you provide.

+ */ + IdentityPoolName?: string; +} +/** + *

The result of a successful ListIdentityPools action.

+ */ +export interface ListIdentityPoolsResponse { + /** + *

The identity pools returned by the ListIdentityPools action.

+ */ + IdentityPools?: IdentityPoolShortDescription[]; + /** + *

A pagination token.

+ */ + NextToken?: string; +} +export interface ListTagsForResourceInput { + /** + *

The Amazon Resource Name (ARN) of the identity pool that the tags are assigned + * to.

+ */ + ResourceArn: string | undefined; +} +export interface ListTagsForResourceResponse { + /** + *

The tags that are assigned to the identity pool.

+ */ + Tags?: Record; +} +/** + *

Input to the LookupDeveloperIdentityInput action.

+ */ +export interface LookupDeveloperIdentityInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

A unique ID used by your backend authentication process to identify a user. + * Typically, a developer identity provider would issue many developer user identifiers, in + * keeping with the number of users.

+ */ + DeveloperUserIdentifier?: string; + /** + *

The maximum number of identities to return.

+ */ + MaxResults?: number; + /** + *

A pagination token. The first call you make will have NextToken set to + * null. After that the service will return NextToken values as needed. For + * example, let's say you make a request with MaxResults set to 10, and there are + * 20 matches in the database. The service will return a pagination token as a part of the + * response. This token can be used to call the API again and get results starting from the + * 11th match.

+ */ + NextToken?: string; +} +/** + *

Returned in response to a successful LookupDeveloperIdentity + * action.

+ */ +export interface LookupDeveloperIdentityResponse { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; + /** + *

This is the list of developer user identifiers associated with an identity ID. + * Cognito supports the association of multiple developer user identifiers with an identity + * ID.

+ */ + DeveloperUserIdentifierList?: string[]; + /** + *

A pagination token. The first call you make will have NextToken set to + * null. After that the service will return NextToken values as needed. For + * example, let's say you make a request with MaxResults set to 10, and there are + * 20 matches in the database. The service will return a pagination token as a part of the + * response. This token can be used to call the API again and get results starting from the + * 11th match.

+ */ + NextToken?: string; +} +/** + *

Input to the MergeDeveloperIdentities action.

+ */ +export interface MergeDeveloperIdentitiesInput { + /** + *

User identifier for the source user. The value should be a + * DeveloperUserIdentifier.

+ */ + SourceUserIdentifier: string | undefined; + /** + *

User identifier for the destination user. The value should be a + * DeveloperUserIdentifier.

+ */ + DestinationUserIdentifier: string | undefined; + /** + *

The "domain" by which Cognito will refer to your users. This is a (pseudo) domain + * name that you provide while creating an identity pool. This name acts as a placeholder that + * allows your backend and the Cognito service to communicate about the developer provider. + * For the DeveloperProviderName, you can use letters as well as period (.), + * underscore (_), and dash (-).

+ */ + DeveloperProviderName: string | undefined; + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; +} +/** + *

Returned in response to a successful MergeDeveloperIdentities + * action.

+ */ +export interface MergeDeveloperIdentitiesResponse { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId?: string; +} +/** + *

Thrown if there are parallel requests to modify a resource.

+ */ +export declare class ConcurrentModificationException extends __BaseException { + readonly name: "ConcurrentModificationException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Input to the SetIdentityPoolRoles action.

+ */ +export interface SetIdentityPoolRolesInput { + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

The map of roles associated with this pool. For a given role, the key will be either + * "authenticated" or "unauthenticated" and the value will be the Role ARN.

+ */ + Roles: Record | undefined; + /** + *

How users for a specific identity provider are to mapped to roles. This is a string + * to RoleMapping object map. The string identifies the identity provider, + * for example, "graph.facebook.com" or + * "cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id".

+ *

Up to 25 rules can be specified per identity provider.

+ */ + RoleMappings?: Record; +} +export interface SetPrincipalTagAttributeMapInput { + /** + *

The ID of the Identity Pool you want to set attribute mappings for.

+ */ + IdentityPoolId: string | undefined; + /** + *

The provider name you want to use for attribute mappings.

+ */ + IdentityProviderName: string | undefined; + /** + *

You can use this operation to use default (username and clientID) attribute mappings.

+ */ + UseDefaults?: boolean; + /** + *

You can use this operation to add principal tags.

+ */ + PrincipalTags?: Record; +} +export interface SetPrincipalTagAttributeMapResponse { + /** + *

The ID of the Identity Pool you want to set attribute mappings for.

+ */ + IdentityPoolId?: string; + /** + *

The provider name you want to use for attribute mappings.

+ */ + IdentityProviderName?: string; + /** + *

You can use this operation to select default (username and clientID) attribute mappings.

+ */ + UseDefaults?: boolean; + /** + *

You can use this operation to add principal tags. The PrincipalTagsoperation enables you to reference user attributes in your IAM permissions policy.

+ */ + PrincipalTags?: Record; +} +export interface TagResourceInput { + /** + *

The Amazon Resource Name (ARN) of the identity pool.

+ */ + ResourceArn: string | undefined; + /** + *

The tags to assign to the identity pool.

+ */ + Tags: Record | undefined; +} +export interface TagResourceResponse { +} +/** + *

Input to the UnlinkDeveloperIdentity action.

+ */ +export interface UnlinkDeveloperIdentityInput { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId: string | undefined; + /** + *

An identity pool ID in the format REGION:GUID.

+ */ + IdentityPoolId: string | undefined; + /** + *

The "domain" by which Cognito will refer to your users.

+ */ + DeveloperProviderName: string | undefined; + /** + *

A unique ID used by your backend authentication process to identify a user.

+ */ + DeveloperUserIdentifier: string | undefined; +} +/** + *

Input to the UnlinkIdentity action.

+ */ +export interface UnlinkIdentityInput { + /** + *

A unique identifier in the format REGION:GUID.

+ */ + IdentityId: string | undefined; + /** + *

A set of optional name-value pairs that map provider names to provider + * tokens.

+ */ + Logins: Record | undefined; + /** + *

Provider names to unlink from this identity.

+ */ + LoginsToRemove: string[] | undefined; +} +export interface UntagResourceInput { + /** + *

The Amazon Resource Name (ARN) of the identity pool.

+ */ + ResourceArn: string | undefined; + /** + *

The keys of the tags to remove from the user pool.

+ */ + TagKeys: string[] | undefined; +} +export interface UntagResourceResponse { +} +/** + * @internal + */ +export declare const CognitoIdentityProviderFilterSensitiveLog: (obj: CognitoIdentityProvider) => any; +/** + * @internal + */ +export declare const CreateIdentityPoolInputFilterSensitiveLog: (obj: CreateIdentityPoolInput) => any; +/** + * @internal + */ +export declare const IdentityPoolFilterSensitiveLog: (obj: IdentityPool) => any; +/** + * @internal + */ +export declare const DeleteIdentitiesInputFilterSensitiveLog: (obj: DeleteIdentitiesInput) => any; +/** + * @internal + */ +export declare const UnprocessedIdentityIdFilterSensitiveLog: (obj: UnprocessedIdentityId) => any; +/** + * @internal + */ +export declare const DeleteIdentitiesResponseFilterSensitiveLog: (obj: DeleteIdentitiesResponse) => any; +/** + * @internal + */ +export declare const DeleteIdentityPoolInputFilterSensitiveLog: (obj: DeleteIdentityPoolInput) => any; +/** + * @internal + */ +export declare const DescribeIdentityInputFilterSensitiveLog: (obj: DescribeIdentityInput) => any; +/** + * @internal + */ +export declare const IdentityDescriptionFilterSensitiveLog: (obj: IdentityDescription) => any; +/** + * @internal + */ +export declare const DescribeIdentityPoolInputFilterSensitiveLog: (obj: DescribeIdentityPoolInput) => any; +/** + * @internal + */ +export declare const GetCredentialsForIdentityInputFilterSensitiveLog: (obj: GetCredentialsForIdentityInput) => any; +/** + * @internal + */ +export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any; +/** + * @internal + */ +export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: (obj: GetCredentialsForIdentityResponse) => any; +/** + * @internal + */ +export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any; +/** + * @internal + */ +export declare const GetIdResponseFilterSensitiveLog: (obj: GetIdResponse) => any; +/** + * @internal + */ +export declare const GetIdentityPoolRolesInputFilterSensitiveLog: (obj: GetIdentityPoolRolesInput) => any; +/** + * @internal + */ +export declare const MappingRuleFilterSensitiveLog: (obj: MappingRule) => any; +/** + * @internal + */ +export declare const RulesConfigurationTypeFilterSensitiveLog: (obj: RulesConfigurationType) => any; +/** + * @internal + */ +export declare const RoleMappingFilterSensitiveLog: (obj: RoleMapping) => any; +/** + * @internal + */ +export declare const GetIdentityPoolRolesResponseFilterSensitiveLog: (obj: GetIdentityPoolRolesResponse) => any; +/** + * @internal + */ +export declare const GetOpenIdTokenInputFilterSensitiveLog: (obj: GetOpenIdTokenInput) => any; +/** + * @internal + */ +export declare const GetOpenIdTokenResponseFilterSensitiveLog: (obj: GetOpenIdTokenResponse) => any; +/** + * @internal + */ +export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityInput) => any; +/** + * @internal + */ +export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: (obj: GetOpenIdTokenForDeveloperIdentityResponse) => any; +/** + * @internal + */ +export declare const GetPrincipalTagAttributeMapInputFilterSensitiveLog: (obj: GetPrincipalTagAttributeMapInput) => any; +/** + * @internal + */ +export declare const GetPrincipalTagAttributeMapResponseFilterSensitiveLog: (obj: GetPrincipalTagAttributeMapResponse) => any; +/** + * @internal + */ +export declare const ListIdentitiesInputFilterSensitiveLog: (obj: ListIdentitiesInput) => any; +/** + * @internal + */ +export declare const ListIdentitiesResponseFilterSensitiveLog: (obj: ListIdentitiesResponse) => any; +/** + * @internal + */ +export declare const ListIdentityPoolsInputFilterSensitiveLog: (obj: ListIdentityPoolsInput) => any; +/** + * @internal + */ +export declare const IdentityPoolShortDescriptionFilterSensitiveLog: (obj: IdentityPoolShortDescription) => any; +/** + * @internal + */ +export declare const ListIdentityPoolsResponseFilterSensitiveLog: (obj: ListIdentityPoolsResponse) => any; +/** + * @internal + */ +export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any; +/** + * @internal + */ +export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any; +/** + * @internal + */ +export declare const LookupDeveloperIdentityInputFilterSensitiveLog: (obj: LookupDeveloperIdentityInput) => any; +/** + * @internal + */ +export declare const LookupDeveloperIdentityResponseFilterSensitiveLog: (obj: LookupDeveloperIdentityResponse) => any; +/** + * @internal + */ +export declare const MergeDeveloperIdentitiesInputFilterSensitiveLog: (obj: MergeDeveloperIdentitiesInput) => any; +/** + * @internal + */ +export declare const MergeDeveloperIdentitiesResponseFilterSensitiveLog: (obj: MergeDeveloperIdentitiesResponse) => any; +/** + * @internal + */ +export declare const SetIdentityPoolRolesInputFilterSensitiveLog: (obj: SetIdentityPoolRolesInput) => any; +/** + * @internal + */ +export declare const SetPrincipalTagAttributeMapInputFilterSensitiveLog: (obj: SetPrincipalTagAttributeMapInput) => any; +/** + * @internal + */ +export declare const SetPrincipalTagAttributeMapResponseFilterSensitiveLog: (obj: SetPrincipalTagAttributeMapResponse) => any; +/** + * @internal + */ +export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any; +/** + * @internal + */ +export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any; +/** + * @internal + */ +export declare const UnlinkDeveloperIdentityInputFilterSensitiveLog: (obj: UnlinkDeveloperIdentityInput) => any; +/** + * @internal + */ +export declare const UnlinkIdentityInputFilterSensitiveLog: (obj: UnlinkIdentityInput) => any; +/** + * @internal + */ +export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any; +/** + * @internal + */ +export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts new file mode 100644 index 000000000..f48a2576e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts @@ -0,0 +1,6 @@ +import { PaginationConfiguration } from "@aws-sdk/types"; +import { CognitoIdentity } from "../CognitoIdentity"; +import { CognitoIdentityClient } from "../CognitoIdentityClient"; +export interface CognitoIdentityPaginationConfiguration extends PaginationConfiguration { + client: CognitoIdentity | CognitoIdentityClient; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts new file mode 100644 index 000000000..0a800e04a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts @@ -0,0 +1,4 @@ +import { Paginator } from "@aws-sdk/types"; +import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "../commands/ListIdentityPoolsCommand"; +import { CognitoIdentityPaginationConfiguration } from "./Interfaces"; +export declare function paginateListIdentityPools(config: CognitoIdentityPaginationConfiguration, input: ListIdentityPoolsCommandInput, ...additionalArguments: any): Paginator; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts new file mode 100644 index 000000000..c77b96c1d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts @@ -0,0 +1,2 @@ +export * from "./Interfaces"; +export * from "./ListIdentityPoolsPaginator"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts new file mode 100644 index 000000000..567fb395f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts @@ -0,0 +1,71 @@ +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { CreateIdentityPoolCommandInput, CreateIdentityPoolCommandOutput } from "../commands/CreateIdentityPoolCommand"; +import { DeleteIdentitiesCommandInput, DeleteIdentitiesCommandOutput } from "../commands/DeleteIdentitiesCommand"; +import { DeleteIdentityPoolCommandInput, DeleteIdentityPoolCommandOutput } from "../commands/DeleteIdentityPoolCommand"; +import { DescribeIdentityCommandInput, DescribeIdentityCommandOutput } from "../commands/DescribeIdentityCommand"; +import { DescribeIdentityPoolCommandInput, DescribeIdentityPoolCommandOutput } from "../commands/DescribeIdentityPoolCommand"; +import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "../commands/GetCredentialsForIdentityCommand"; +import { GetIdCommandInput, GetIdCommandOutput } from "../commands/GetIdCommand"; +import { GetIdentityPoolRolesCommandInput, GetIdentityPoolRolesCommandOutput } from "../commands/GetIdentityPoolRolesCommand"; +import { GetOpenIdTokenCommandInput, GetOpenIdTokenCommandOutput } from "../commands/GetOpenIdTokenCommand"; +import { GetOpenIdTokenForDeveloperIdentityCommandInput, GetOpenIdTokenForDeveloperIdentityCommandOutput } from "../commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { GetPrincipalTagAttributeMapCommandInput, GetPrincipalTagAttributeMapCommandOutput } from "../commands/GetPrincipalTagAttributeMapCommand"; +import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "../commands/ListIdentitiesCommand"; +import { ListIdentityPoolsCommandInput, ListIdentityPoolsCommandOutput } from "../commands/ListIdentityPoolsCommand"; +import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand"; +import { LookupDeveloperIdentityCommandInput, LookupDeveloperIdentityCommandOutput } from "../commands/LookupDeveloperIdentityCommand"; +import { MergeDeveloperIdentitiesCommandInput, MergeDeveloperIdentitiesCommandOutput } from "../commands/MergeDeveloperIdentitiesCommand"; +import { SetIdentityPoolRolesCommandInput, SetIdentityPoolRolesCommandOutput } from "../commands/SetIdentityPoolRolesCommand"; +import { SetPrincipalTagAttributeMapCommandInput, SetPrincipalTagAttributeMapCommandOutput } from "../commands/SetPrincipalTagAttributeMapCommand"; +import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand"; +import { UnlinkDeveloperIdentityCommandInput, UnlinkDeveloperIdentityCommandOutput } from "../commands/UnlinkDeveloperIdentityCommand"; +import { UnlinkIdentityCommandInput, UnlinkIdentityCommandOutput } from "../commands/UnlinkIdentityCommand"; +import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand"; +import { UpdateIdentityPoolCommandInput, UpdateIdentityPoolCommandOutput } from "../commands/UpdateIdentityPoolCommand"; +export declare const serializeAws_json1_1CreateIdentityPoolCommand: (input: CreateIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DeleteIdentitiesCommand: (input: DeleteIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DeleteIdentityPoolCommand: (input: DeleteIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DescribeIdentityCommand: (input: DescribeIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DescribeIdentityPoolCommand: (input: DescribeIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetCredentialsForIdentityCommand: (input: GetCredentialsForIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetIdCommand: (input: GetIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetIdentityPoolRolesCommand: (input: GetIdentityPoolRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetOpenIdTokenCommand: (input: GetOpenIdTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand: (input: GetOpenIdTokenForDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetPrincipalTagAttributeMapCommand: (input: GetPrincipalTagAttributeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1ListIdentitiesCommand: (input: ListIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1ListIdentityPoolsCommand: (input: ListIdentityPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1LookupDeveloperIdentityCommand: (input: LookupDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1MergeDeveloperIdentitiesCommand: (input: MergeDeveloperIdentitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1SetIdentityPoolRolesCommand: (input: SetIdentityPoolRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1SetPrincipalTagAttributeMapCommand: (input: SetPrincipalTagAttributeMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UnlinkDeveloperIdentityCommand: (input: UnlinkDeveloperIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UnlinkIdentityCommand: (input: UnlinkIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UpdateIdentityPoolCommand: (input: UpdateIdentityPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const deserializeAws_json1_1CreateIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1DeleteIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1DeleteIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1DescribeIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1DescribeIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1GetCredentialsForIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1GetIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1GetIdentityPoolRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1GetOpenIdTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1GetPrincipalTagAttributeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1ListIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1ListIdentityPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1LookupDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1MergeDeveloperIdentitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1SetIdentityPoolRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1SetPrincipalTagAttributeMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1UnlinkDeveloperIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1UnlinkIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_json1_1UpdateIdentityPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..9c47c09e1 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts @@ -0,0 +1,42 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider | undefined; + signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise) | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts new file mode 100644 index 000000000..c85d78856 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts @@ -0,0 +1,42 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider | undefined; + signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise) | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts new file mode 100644 index 000000000..208b26b5b --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts @@ -0,0 +1,41 @@ +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider; + endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider | undefined; + signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise) | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..75d109892 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts new file mode 100644 index 000000000..3289527e2 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts @@ -0,0 +1,398 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { CognitoIdentityClient } from "./CognitoIdentityClient"; +import { + CreateIdentityPoolCommandInput, + CreateIdentityPoolCommandOutput, +} from "./commands/CreateIdentityPoolCommand"; +import { + DeleteIdentitiesCommandInput, + DeleteIdentitiesCommandOutput, +} from "./commands/DeleteIdentitiesCommand"; +import { + DeleteIdentityPoolCommandInput, + DeleteIdentityPoolCommandOutput, +} from "./commands/DeleteIdentityPoolCommand"; +import { + DescribeIdentityCommandInput, + DescribeIdentityCommandOutput, +} from "./commands/DescribeIdentityCommand"; +import { + DescribeIdentityPoolCommandInput, + DescribeIdentityPoolCommandOutput, +} from "./commands/DescribeIdentityPoolCommand"; +import { + GetCredentialsForIdentityCommandInput, + GetCredentialsForIdentityCommandOutput, +} from "./commands/GetCredentialsForIdentityCommand"; +import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand"; +import { + GetIdentityPoolRolesCommandInput, + GetIdentityPoolRolesCommandOutput, +} from "./commands/GetIdentityPoolRolesCommand"; +import { + GetOpenIdTokenCommandInput, + GetOpenIdTokenCommandOutput, +} from "./commands/GetOpenIdTokenCommand"; +import { + GetOpenIdTokenForDeveloperIdentityCommandInput, + GetOpenIdTokenForDeveloperIdentityCommandOutput, +} from "./commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { + GetPrincipalTagAttributeMapCommandInput, + GetPrincipalTagAttributeMapCommandOutput, +} from "./commands/GetPrincipalTagAttributeMapCommand"; +import { + ListIdentitiesCommandInput, + ListIdentitiesCommandOutput, +} from "./commands/ListIdentitiesCommand"; +import { + ListIdentityPoolsCommandInput, + ListIdentityPoolsCommandOutput, +} from "./commands/ListIdentityPoolsCommand"; +import { + ListTagsForResourceCommandInput, + ListTagsForResourceCommandOutput, +} from "./commands/ListTagsForResourceCommand"; +import { + LookupDeveloperIdentityCommandInput, + LookupDeveloperIdentityCommandOutput, +} from "./commands/LookupDeveloperIdentityCommand"; +import { + MergeDeveloperIdentitiesCommandInput, + MergeDeveloperIdentitiesCommandOutput, +} from "./commands/MergeDeveloperIdentitiesCommand"; +import { + SetIdentityPoolRolesCommandInput, + SetIdentityPoolRolesCommandOutput, +} from "./commands/SetIdentityPoolRolesCommand"; +import { + SetPrincipalTagAttributeMapCommandInput, + SetPrincipalTagAttributeMapCommandOutput, +} from "./commands/SetPrincipalTagAttributeMapCommand"; +import { + TagResourceCommandInput, + TagResourceCommandOutput, +} from "./commands/TagResourceCommand"; +import { + UnlinkDeveloperIdentityCommandInput, + UnlinkDeveloperIdentityCommandOutput, +} from "./commands/UnlinkDeveloperIdentityCommand"; +import { + UnlinkIdentityCommandInput, + UnlinkIdentityCommandOutput, +} from "./commands/UnlinkIdentityCommand"; +import { + UntagResourceCommandInput, + UntagResourceCommandOutput, +} from "./commands/UntagResourceCommand"; +import { + UpdateIdentityPoolCommandInput, + UpdateIdentityPoolCommandOutput, +} from "./commands/UpdateIdentityPoolCommand"; +export declare class CognitoIdentity extends CognitoIdentityClient { + createIdentityPool( + args: CreateIdentityPoolCommandInput, + options?: __HttpHandlerOptions + ): Promise; + createIdentityPool( + args: CreateIdentityPoolCommandInput, + cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void + ): void; + createIdentityPool( + args: CreateIdentityPoolCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: CreateIdentityPoolCommandOutput) => void + ): void; + deleteIdentities( + args: DeleteIdentitiesCommandInput, + options?: __HttpHandlerOptions + ): Promise; + deleteIdentities( + args: DeleteIdentitiesCommandInput, + cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void + ): void; + deleteIdentities( + args: DeleteIdentitiesCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: DeleteIdentitiesCommandOutput) => void + ): void; + deleteIdentityPool( + args: DeleteIdentityPoolCommandInput, + options?: __HttpHandlerOptions + ): Promise; + deleteIdentityPool( + args: DeleteIdentityPoolCommandInput, + cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void + ): void; + deleteIdentityPool( + args: DeleteIdentityPoolCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: DeleteIdentityPoolCommandOutput) => void + ): void; + describeIdentity( + args: DescribeIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + describeIdentity( + args: DescribeIdentityCommandInput, + cb: (err: any, data?: DescribeIdentityCommandOutput) => void + ): void; + describeIdentity( + args: DescribeIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: DescribeIdentityCommandOutput) => void + ): void; + describeIdentityPool( + args: DescribeIdentityPoolCommandInput, + options?: __HttpHandlerOptions + ): Promise; + describeIdentityPool( + args: DescribeIdentityPoolCommandInput, + cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void + ): void; + describeIdentityPool( + args: DescribeIdentityPoolCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: DescribeIdentityPoolCommandOutput) => void + ): void; + getCredentialsForIdentity( + args: GetCredentialsForIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getCredentialsForIdentity( + args: GetCredentialsForIdentityCommandInput, + cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void + ): void; + getCredentialsForIdentity( + args: GetCredentialsForIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetCredentialsForIdentityCommandOutput) => void + ): void; + getId( + args: GetIdCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getId( + args: GetIdCommandInput, + cb: (err: any, data?: GetIdCommandOutput) => void + ): void; + getId( + args: GetIdCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetIdCommandOutput) => void + ): void; + getIdentityPoolRoles( + args: GetIdentityPoolRolesCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getIdentityPoolRoles( + args: GetIdentityPoolRolesCommandInput, + cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void + ): void; + getIdentityPoolRoles( + args: GetIdentityPoolRolesCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetIdentityPoolRolesCommandOutput) => void + ): void; + getOpenIdToken( + args: GetOpenIdTokenCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getOpenIdToken( + args: GetOpenIdTokenCommandInput, + cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void + ): void; + getOpenIdToken( + args: GetOpenIdTokenCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetOpenIdTokenCommandOutput) => void + ): void; + getOpenIdTokenForDeveloperIdentity( + args: GetOpenIdTokenForDeveloperIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getOpenIdTokenForDeveloperIdentity( + args: GetOpenIdTokenForDeveloperIdentityCommandInput, + cb: ( + err: any, + data?: GetOpenIdTokenForDeveloperIdentityCommandOutput + ) => void + ): void; + getOpenIdTokenForDeveloperIdentity( + args: GetOpenIdTokenForDeveloperIdentityCommandInput, + options: __HttpHandlerOptions, + cb: ( + err: any, + data?: GetOpenIdTokenForDeveloperIdentityCommandOutput + ) => void + ): void; + getPrincipalTagAttributeMap( + args: GetPrincipalTagAttributeMapCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getPrincipalTagAttributeMap( + args: GetPrincipalTagAttributeMapCommandInput, + cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void + ): void; + getPrincipalTagAttributeMap( + args: GetPrincipalTagAttributeMapCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetPrincipalTagAttributeMapCommandOutput) => void + ): void; + listIdentities( + args: ListIdentitiesCommandInput, + options?: __HttpHandlerOptions + ): Promise; + listIdentities( + args: ListIdentitiesCommandInput, + cb: (err: any, data?: ListIdentitiesCommandOutput) => void + ): void; + listIdentities( + args: ListIdentitiesCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: ListIdentitiesCommandOutput) => void + ): void; + listIdentityPools( + args: ListIdentityPoolsCommandInput, + options?: __HttpHandlerOptions + ): Promise; + listIdentityPools( + args: ListIdentityPoolsCommandInput, + cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void + ): void; + listIdentityPools( + args: ListIdentityPoolsCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: ListIdentityPoolsCommandOutput) => void + ): void; + listTagsForResource( + args: ListTagsForResourceCommandInput, + options?: __HttpHandlerOptions + ): Promise; + listTagsForResource( + args: ListTagsForResourceCommandInput, + cb: (err: any, data?: ListTagsForResourceCommandOutput) => void + ): void; + listTagsForResource( + args: ListTagsForResourceCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: ListTagsForResourceCommandOutput) => void + ): void; + lookupDeveloperIdentity( + args: LookupDeveloperIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + lookupDeveloperIdentity( + args: LookupDeveloperIdentityCommandInput, + cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void + ): void; + lookupDeveloperIdentity( + args: LookupDeveloperIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: LookupDeveloperIdentityCommandOutput) => void + ): void; + mergeDeveloperIdentities( + args: MergeDeveloperIdentitiesCommandInput, + options?: __HttpHandlerOptions + ): Promise; + mergeDeveloperIdentities( + args: MergeDeveloperIdentitiesCommandInput, + cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void + ): void; + mergeDeveloperIdentities( + args: MergeDeveloperIdentitiesCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: MergeDeveloperIdentitiesCommandOutput) => void + ): void; + setIdentityPoolRoles( + args: SetIdentityPoolRolesCommandInput, + options?: __HttpHandlerOptions + ): Promise; + setIdentityPoolRoles( + args: SetIdentityPoolRolesCommandInput, + cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void + ): void; + setIdentityPoolRoles( + args: SetIdentityPoolRolesCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: SetIdentityPoolRolesCommandOutput) => void + ): void; + setPrincipalTagAttributeMap( + args: SetPrincipalTagAttributeMapCommandInput, + options?: __HttpHandlerOptions + ): Promise; + setPrincipalTagAttributeMap( + args: SetPrincipalTagAttributeMapCommandInput, + cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void + ): void; + setPrincipalTagAttributeMap( + args: SetPrincipalTagAttributeMapCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: SetPrincipalTagAttributeMapCommandOutput) => void + ): void; + tagResource( + args: TagResourceCommandInput, + options?: __HttpHandlerOptions + ): Promise; + tagResource( + args: TagResourceCommandInput, + cb: (err: any, data?: TagResourceCommandOutput) => void + ): void; + tagResource( + args: TagResourceCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: TagResourceCommandOutput) => void + ): void; + unlinkDeveloperIdentity( + args: UnlinkDeveloperIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + unlinkDeveloperIdentity( + args: UnlinkDeveloperIdentityCommandInput, + cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void + ): void; + unlinkDeveloperIdentity( + args: UnlinkDeveloperIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: UnlinkDeveloperIdentityCommandOutput) => void + ): void; + unlinkIdentity( + args: UnlinkIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + unlinkIdentity( + args: UnlinkIdentityCommandInput, + cb: (err: any, data?: UnlinkIdentityCommandOutput) => void + ): void; + unlinkIdentity( + args: UnlinkIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: UnlinkIdentityCommandOutput) => void + ): void; + untagResource( + args: UntagResourceCommandInput, + options?: __HttpHandlerOptions + ): Promise; + untagResource( + args: UntagResourceCommandInput, + cb: (err: any, data?: UntagResourceCommandOutput) => void + ): void; + untagResource( + args: UntagResourceCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: UntagResourceCommandOutput) => void + ): void; + updateIdentityPool( + args: UpdateIdentityPoolCommandInput, + options?: __HttpHandlerOptions + ): Promise; + updateIdentityPool( + args: UpdateIdentityPoolCommandInput, + cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void + ): void; + updateIdentityPool( + args: UpdateIdentityPoolCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: UpdateIdentityPoolCommandOutput) => void + ): void; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts new file mode 100644 index 000000000..0355a3b95 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts @@ -0,0 +1,247 @@ +import { + RegionInputConfig, + RegionResolvedConfig, +} from "@aws-sdk/config-resolver"; +import { + EndpointInputConfig, + EndpointResolvedConfig, +} from "@aws-sdk/middleware-endpoint"; +import { + HostHeaderInputConfig, + HostHeaderResolvedConfig, +} from "@aws-sdk/middleware-host-header"; +import { + RetryInputConfig, + RetryResolvedConfig, +} from "@aws-sdk/middleware-retry"; +import { + AwsAuthInputConfig, + AwsAuthResolvedConfig, +} from "@aws-sdk/middleware-signing"; +import { + UserAgentInputConfig, + UserAgentResolvedConfig, +} from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { + Client as __Client, + DefaultsMode, + SmithyConfiguration as __SmithyConfiguration, + SmithyResolvedConfiguration as __SmithyResolvedConfiguration, +} from "@aws-sdk/smithy-client"; +import { + BodyLengthCalculator as __BodyLengthCalculator, + Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, + HashConstructor as __HashConstructor, + HttpHandlerOptions as __HttpHandlerOptions, + Logger as __Logger, + Provider as __Provider, + Provider, + StreamCollector as __StreamCollector, + UrlParser as __UrlParser, + UserAgent as __UserAgent, +} from "@aws-sdk/types"; +import { + CreateIdentityPoolCommandInput, + CreateIdentityPoolCommandOutput, +} from "./commands/CreateIdentityPoolCommand"; +import { + DeleteIdentitiesCommandInput, + DeleteIdentitiesCommandOutput, +} from "./commands/DeleteIdentitiesCommand"; +import { + DeleteIdentityPoolCommandInput, + DeleteIdentityPoolCommandOutput, +} from "./commands/DeleteIdentityPoolCommand"; +import { + DescribeIdentityCommandInput, + DescribeIdentityCommandOutput, +} from "./commands/DescribeIdentityCommand"; +import { + DescribeIdentityPoolCommandInput, + DescribeIdentityPoolCommandOutput, +} from "./commands/DescribeIdentityPoolCommand"; +import { + GetCredentialsForIdentityCommandInput, + GetCredentialsForIdentityCommandOutput, +} from "./commands/GetCredentialsForIdentityCommand"; +import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand"; +import { + GetIdentityPoolRolesCommandInput, + GetIdentityPoolRolesCommandOutput, +} from "./commands/GetIdentityPoolRolesCommand"; +import { + GetOpenIdTokenCommandInput, + GetOpenIdTokenCommandOutput, +} from "./commands/GetOpenIdTokenCommand"; +import { + GetOpenIdTokenForDeveloperIdentityCommandInput, + GetOpenIdTokenForDeveloperIdentityCommandOutput, +} from "./commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { + GetPrincipalTagAttributeMapCommandInput, + GetPrincipalTagAttributeMapCommandOutput, +} from "./commands/GetPrincipalTagAttributeMapCommand"; +import { + ListIdentitiesCommandInput, + ListIdentitiesCommandOutput, +} from "./commands/ListIdentitiesCommand"; +import { + ListIdentityPoolsCommandInput, + ListIdentityPoolsCommandOutput, +} from "./commands/ListIdentityPoolsCommand"; +import { + ListTagsForResourceCommandInput, + ListTagsForResourceCommandOutput, +} from "./commands/ListTagsForResourceCommand"; +import { + LookupDeveloperIdentityCommandInput, + LookupDeveloperIdentityCommandOutput, +} from "./commands/LookupDeveloperIdentityCommand"; +import { + MergeDeveloperIdentitiesCommandInput, + MergeDeveloperIdentitiesCommandOutput, +} from "./commands/MergeDeveloperIdentitiesCommand"; +import { + SetIdentityPoolRolesCommandInput, + SetIdentityPoolRolesCommandOutput, +} from "./commands/SetIdentityPoolRolesCommand"; +import { + SetPrincipalTagAttributeMapCommandInput, + SetPrincipalTagAttributeMapCommandOutput, +} from "./commands/SetPrincipalTagAttributeMapCommand"; +import { + TagResourceCommandInput, + TagResourceCommandOutput, +} from "./commands/TagResourceCommand"; +import { + UnlinkDeveloperIdentityCommandInput, + UnlinkDeveloperIdentityCommandOutput, +} from "./commands/UnlinkDeveloperIdentityCommand"; +import { + UnlinkIdentityCommandInput, + UnlinkIdentityCommandOutput, +} from "./commands/UnlinkIdentityCommand"; +import { + UntagResourceCommandInput, + UntagResourceCommandOutput, +} from "./commands/UntagResourceCommand"; +import { + UpdateIdentityPoolCommandInput, + UpdateIdentityPoolCommandOutput, +} from "./commands/UpdateIdentityPoolCommand"; +import { + ClientInputEndpointParameters, + ClientResolvedEndpointParameters, + EndpointParameters, +} from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = + | CreateIdentityPoolCommandInput + | DeleteIdentitiesCommandInput + | DeleteIdentityPoolCommandInput + | DescribeIdentityCommandInput + | DescribeIdentityPoolCommandInput + | GetCredentialsForIdentityCommandInput + | GetIdCommandInput + | GetIdentityPoolRolesCommandInput + | GetOpenIdTokenCommandInput + | GetOpenIdTokenForDeveloperIdentityCommandInput + | GetPrincipalTagAttributeMapCommandInput + | ListIdentitiesCommandInput + | ListIdentityPoolsCommandInput + | ListTagsForResourceCommandInput + | LookupDeveloperIdentityCommandInput + | MergeDeveloperIdentitiesCommandInput + | SetIdentityPoolRolesCommandInput + | SetPrincipalTagAttributeMapCommandInput + | TagResourceCommandInput + | UnlinkDeveloperIdentityCommandInput + | UnlinkIdentityCommandInput + | UntagResourceCommandInput + | UpdateIdentityPoolCommandInput; +export declare type ServiceOutputTypes = + | CreateIdentityPoolCommandOutput + | DeleteIdentitiesCommandOutput + | DeleteIdentityPoolCommandOutput + | DescribeIdentityCommandOutput + | DescribeIdentityPoolCommandOutput + | GetCredentialsForIdentityCommandOutput + | GetIdCommandOutput + | GetIdentityPoolRolesCommandOutput + | GetOpenIdTokenCommandOutput + | GetOpenIdTokenForDeveloperIdentityCommandOutput + | GetPrincipalTagAttributeMapCommandOutput + | ListIdentitiesCommandOutput + | ListIdentityPoolsCommandOutput + | ListTagsForResourceCommandOutput + | LookupDeveloperIdentityCommandOutput + | MergeDeveloperIdentitiesCommandOutput + | SetIdentityPoolRolesCommandOutput + | SetPrincipalTagAttributeMapCommandOutput + | TagResourceCommandOutput + | UnlinkDeveloperIdentityCommandOutput + | UnlinkIdentityCommandOutput + | UntagResourceCommandOutput + | UpdateIdentityPoolCommandOutput; +export interface ClientDefaults + extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + requestHandler?: __HttpHandler; + sha256?: __HashConstructor; + urlParser?: __UrlParser; + bodyLengthChecker?: __BodyLengthCalculator; + streamCollector?: __StreamCollector; + base64Decoder?: __Decoder; + base64Encoder?: __Encoder; + utf8Decoder?: __Decoder; + utf8Encoder?: __Encoder; + runtime?: string; + disableHostPrefix?: boolean; + maxAttempts?: number | __Provider; + retryMode?: string | __Provider; + logger?: __Logger; + useDualstackEndpoint?: boolean | __Provider; + useFipsEndpoint?: boolean | __Provider; + serviceId?: string; + region?: string | __Provider; + credentialDefaultProvider?: (input: any) => __Provider<__Credentials>; + defaultUserAgentProvider?: Provider<__UserAgent>; + defaultsMode?: DefaultsMode | Provider; +} +declare type CognitoIdentityClientConfigType = Partial< + __SmithyConfiguration<__HttpHandlerOptions> +> & + ClientDefaults & + RegionInputConfig & + EndpointInputConfig & + RetryInputConfig & + HostHeaderInputConfig & + AwsAuthInputConfig & + UserAgentInputConfig & + ClientInputEndpointParameters; +export interface CognitoIdentityClientConfig + extends CognitoIdentityClientConfigType {} +declare type CognitoIdentityClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + AwsAuthResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; +export interface CognitoIdentityClientResolvedConfig + extends CognitoIdentityClientResolvedConfigType {} +export declare class CognitoIdentityClient extends __Client< + __HttpHandlerOptions, + ServiceInputTypes, + ServiceOutputTypes, + CognitoIdentityClientResolvedConfig +> { + readonly config: CognitoIdentityClientResolvedConfig; + constructor(configuration: CognitoIdentityClientConfig); + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts new file mode 100644 index 000000000..054394d00 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts @@ -0,0 +1,35 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0"; +export interface CreateIdentityPoolCommandInput + extends CreateIdentityPoolInput {} +export interface CreateIdentityPoolCommandOutput + extends IdentityPool, + __MetadataBearer {} +export declare class CreateIdentityPoolCommand extends $Command< + CreateIdentityPoolCommandInput, + CreateIdentityPoolCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: CreateIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: CreateIdentityPoolCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts new file mode 100644 index 000000000..1aa1da76d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + DeleteIdentitiesInput, + DeleteIdentitiesResponse, +} from "../models/models_0"; +export interface DeleteIdentitiesCommandInput extends DeleteIdentitiesInput {} +export interface DeleteIdentitiesCommandOutput + extends DeleteIdentitiesResponse, + __MetadataBearer {} +export declare class DeleteIdentitiesCommand extends $Command< + DeleteIdentitiesCommandInput, + DeleteIdentitiesCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: DeleteIdentitiesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DeleteIdentitiesCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts new file mode 100644 index 000000000..b30072727 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts @@ -0,0 +1,33 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { DeleteIdentityPoolInput } from "../models/models_0"; +export interface DeleteIdentityPoolCommandInput + extends DeleteIdentityPoolInput {} +export interface DeleteIdentityPoolCommandOutput extends __MetadataBearer {} +export declare class DeleteIdentityPoolCommand extends $Command< + DeleteIdentityPoolCommandInput, + DeleteIdentityPoolCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: DeleteIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DeleteIdentityPoolCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts new file mode 100644 index 000000000..ab7de5c04 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { DescribeIdentityInput, IdentityDescription } from "../models/models_0"; +export interface DescribeIdentityCommandInput extends DescribeIdentityInput {} +export interface DescribeIdentityCommandOutput + extends IdentityDescription, + __MetadataBearer {} +export declare class DescribeIdentityCommand extends $Command< + DescribeIdentityCommandInput, + DescribeIdentityCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: DescribeIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DescribeIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts new file mode 100644 index 000000000..055f253a0 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0"; +export interface DescribeIdentityPoolCommandInput + extends DescribeIdentityPoolInput {} +export interface DescribeIdentityPoolCommandOutput + extends IdentityPool, + __MetadataBearer {} +export declare class DescribeIdentityPoolCommand extends $Command< + DescribeIdentityPoolCommandInput, + DescribeIdentityPoolCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: DescribeIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DescribeIdentityPoolCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + DescribeIdentityPoolCommandInput, + DescribeIdentityPoolCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts new file mode 100644 index 000000000..271894b3f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + GetCredentialsForIdentityInput, + GetCredentialsForIdentityResponse, +} from "../models/models_0"; +export interface GetCredentialsForIdentityCommandInput + extends GetCredentialsForIdentityInput {} +export interface GetCredentialsForIdentityCommandOutput + extends GetCredentialsForIdentityResponse, + __MetadataBearer {} +export declare class GetCredentialsForIdentityCommand extends $Command< + GetCredentialsForIdentityCommandInput, + GetCredentialsForIdentityCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: GetCredentialsForIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetCredentialsForIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + GetCredentialsForIdentityCommandInput, + GetCredentialsForIdentityCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts new file mode 100644 index 000000000..1a0445074 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts @@ -0,0 +1,32 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { GetIdInput, GetIdResponse } from "../models/models_0"; +export interface GetIdCommandInput extends GetIdInput {} +export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {} +export declare class GetIdCommand extends $Command< + GetIdCommandInput, + GetIdCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: GetIdCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetIdCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts new file mode 100644 index 000000000..562a84376 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + GetIdentityPoolRolesInput, + GetIdentityPoolRolesResponse, +} from "../models/models_0"; +export interface GetIdentityPoolRolesCommandInput + extends GetIdentityPoolRolesInput {} +export interface GetIdentityPoolRolesCommandOutput + extends GetIdentityPoolRolesResponse, + __MetadataBearer {} +export declare class GetIdentityPoolRolesCommand extends $Command< + GetIdentityPoolRolesCommandInput, + GetIdentityPoolRolesCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: GetIdentityPoolRolesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetIdentityPoolRolesCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + GetIdentityPoolRolesCommandInput, + GetIdentityPoolRolesCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts new file mode 100644 index 000000000..a7a7f0cab --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + GetOpenIdTokenInput, + GetOpenIdTokenResponse, +} from "../models/models_0"; +export interface GetOpenIdTokenCommandInput extends GetOpenIdTokenInput {} +export interface GetOpenIdTokenCommandOutput + extends GetOpenIdTokenResponse, + __MetadataBearer {} +export declare class GetOpenIdTokenCommand extends $Command< + GetOpenIdTokenCommandInput, + GetOpenIdTokenCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: GetOpenIdTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetOpenIdTokenCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts new file mode 100644 index 000000000..700419074 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + GetOpenIdTokenForDeveloperIdentityInput, + GetOpenIdTokenForDeveloperIdentityResponse, +} from "../models/models_0"; +export interface GetOpenIdTokenForDeveloperIdentityCommandInput + extends GetOpenIdTokenForDeveloperIdentityInput {} +export interface GetOpenIdTokenForDeveloperIdentityCommandOutput + extends GetOpenIdTokenForDeveloperIdentityResponse, + __MetadataBearer {} +export declare class GetOpenIdTokenForDeveloperIdentityCommand extends $Command< + GetOpenIdTokenForDeveloperIdentityCommandInput, + GetOpenIdTokenForDeveloperIdentityCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: GetOpenIdTokenForDeveloperIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetOpenIdTokenForDeveloperIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + GetOpenIdTokenForDeveloperIdentityCommandInput, + GetOpenIdTokenForDeveloperIdentityCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts new file mode 100644 index 000000000..59226c344 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + GetPrincipalTagAttributeMapInput, + GetPrincipalTagAttributeMapResponse, +} from "../models/models_0"; +export interface GetPrincipalTagAttributeMapCommandInput + extends GetPrincipalTagAttributeMapInput {} +export interface GetPrincipalTagAttributeMapCommandOutput + extends GetPrincipalTagAttributeMapResponse, + __MetadataBearer {} +export declare class GetPrincipalTagAttributeMapCommand extends $Command< + GetPrincipalTagAttributeMapCommandInput, + GetPrincipalTagAttributeMapCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: GetPrincipalTagAttributeMapCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetPrincipalTagAttributeMapCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + GetPrincipalTagAttributeMapCommandInput, + GetPrincipalTagAttributeMapCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts new file mode 100644 index 000000000..e8d230006 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + ListIdentitiesInput, + ListIdentitiesResponse, +} from "../models/models_0"; +export interface ListIdentitiesCommandInput extends ListIdentitiesInput {} +export interface ListIdentitiesCommandOutput + extends ListIdentitiesResponse, + __MetadataBearer {} +export declare class ListIdentitiesCommand extends $Command< + ListIdentitiesCommandInput, + ListIdentitiesCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: ListIdentitiesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListIdentitiesCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts new file mode 100644 index 000000000..8aa3c06aa --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + ListIdentityPoolsInput, + ListIdentityPoolsResponse, +} from "../models/models_0"; +export interface ListIdentityPoolsCommandInput extends ListIdentityPoolsInput {} +export interface ListIdentityPoolsCommandOutput + extends ListIdentityPoolsResponse, + __MetadataBearer {} +export declare class ListIdentityPoolsCommand extends $Command< + ListIdentityPoolsCommandInput, + ListIdentityPoolsCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: ListIdentityPoolsCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListIdentityPoolsCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts new file mode 100644 index 000000000..00c1bda41 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + ListTagsForResourceInput, + ListTagsForResourceResponse, +} from "../models/models_0"; +export interface ListTagsForResourceCommandInput + extends ListTagsForResourceInput {} +export interface ListTagsForResourceCommandOutput + extends ListTagsForResourceResponse, + __MetadataBearer {} +export declare class ListTagsForResourceCommand extends $Command< + ListTagsForResourceCommandInput, + ListTagsForResourceCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: ListTagsForResourceCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListTagsForResourceCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts new file mode 100644 index 000000000..cef29d53a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + LookupDeveloperIdentityInput, + LookupDeveloperIdentityResponse, +} from "../models/models_0"; +export interface LookupDeveloperIdentityCommandInput + extends LookupDeveloperIdentityInput {} +export interface LookupDeveloperIdentityCommandOutput + extends LookupDeveloperIdentityResponse, + __MetadataBearer {} +export declare class LookupDeveloperIdentityCommand extends $Command< + LookupDeveloperIdentityCommandInput, + LookupDeveloperIdentityCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: LookupDeveloperIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: LookupDeveloperIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + LookupDeveloperIdentityCommandInput, + LookupDeveloperIdentityCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts new file mode 100644 index 000000000..cb2bbeb44 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + MergeDeveloperIdentitiesInput, + MergeDeveloperIdentitiesResponse, +} from "../models/models_0"; +export interface MergeDeveloperIdentitiesCommandInput + extends MergeDeveloperIdentitiesInput {} +export interface MergeDeveloperIdentitiesCommandOutput + extends MergeDeveloperIdentitiesResponse, + __MetadataBearer {} +export declare class MergeDeveloperIdentitiesCommand extends $Command< + MergeDeveloperIdentitiesCommandInput, + MergeDeveloperIdentitiesCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: MergeDeveloperIdentitiesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: MergeDeveloperIdentitiesCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + MergeDeveloperIdentitiesCommandInput, + MergeDeveloperIdentitiesCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts new file mode 100644 index 000000000..eeb02e210 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts @@ -0,0 +1,36 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { SetIdentityPoolRolesInput } from "../models/models_0"; +export interface SetIdentityPoolRolesCommandInput + extends SetIdentityPoolRolesInput {} +export interface SetIdentityPoolRolesCommandOutput extends __MetadataBearer {} +export declare class SetIdentityPoolRolesCommand extends $Command< + SetIdentityPoolRolesCommandInput, + SetIdentityPoolRolesCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: SetIdentityPoolRolesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: SetIdentityPoolRolesCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + SetIdentityPoolRolesCommandInput, + SetIdentityPoolRolesCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts new file mode 100644 index 000000000..3c245864c --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { + SetPrincipalTagAttributeMapInput, + SetPrincipalTagAttributeMapResponse, +} from "../models/models_0"; +export interface SetPrincipalTagAttributeMapCommandInput + extends SetPrincipalTagAttributeMapInput {} +export interface SetPrincipalTagAttributeMapCommandOutput + extends SetPrincipalTagAttributeMapResponse, + __MetadataBearer {} +export declare class SetPrincipalTagAttributeMapCommand extends $Command< + SetPrincipalTagAttributeMapCommandInput, + SetPrincipalTagAttributeMapCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: SetPrincipalTagAttributeMapCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: SetPrincipalTagAttributeMapCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + SetPrincipalTagAttributeMapCommandInput, + SetPrincipalTagAttributeMapCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts new file mode 100644 index 000000000..e7d7d998f --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { TagResourceInput, TagResourceResponse } from "../models/models_0"; +export interface TagResourceCommandInput extends TagResourceInput {} +export interface TagResourceCommandOutput + extends TagResourceResponse, + __MetadataBearer {} +export declare class TagResourceCommand extends $Command< + TagResourceCommandInput, + TagResourceCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: TagResourceCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: TagResourceCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts new file mode 100644 index 000000000..f6791964a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { UnlinkDeveloperIdentityInput } from "../models/models_0"; +export interface UnlinkDeveloperIdentityCommandInput + extends UnlinkDeveloperIdentityInput {} +export interface UnlinkDeveloperIdentityCommandOutput + extends __MetadataBearer {} +export declare class UnlinkDeveloperIdentityCommand extends $Command< + UnlinkDeveloperIdentityCommandInput, + UnlinkDeveloperIdentityCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: UnlinkDeveloperIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UnlinkDeveloperIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + UnlinkDeveloperIdentityCommandInput, + UnlinkDeveloperIdentityCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts new file mode 100644 index 000000000..d42c4f60a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts @@ -0,0 +1,32 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { UnlinkIdentityInput } from "../models/models_0"; +export interface UnlinkIdentityCommandInput extends UnlinkIdentityInput {} +export interface UnlinkIdentityCommandOutput extends __MetadataBearer {} +export declare class UnlinkIdentityCommand extends $Command< + UnlinkIdentityCommandInput, + UnlinkIdentityCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: UnlinkIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UnlinkIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts new file mode 100644 index 000000000..edd6fac2e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { UntagResourceInput, UntagResourceResponse } from "../models/models_0"; +export interface UntagResourceCommandInput extends UntagResourceInput {} +export interface UntagResourceCommandOutput + extends UntagResourceResponse, + __MetadataBearer {} +export declare class UntagResourceCommand extends $Command< + UntagResourceCommandInput, + UntagResourceCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: UntagResourceCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UntagResourceCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts new file mode 100644 index 000000000..cf0d56a18 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + CognitoIdentityClientResolvedConfig, + ServiceInputTypes, + ServiceOutputTypes, +} from "../CognitoIdentityClient"; +import { IdentityPool } from "../models/models_0"; +export interface UpdateIdentityPoolCommandInput extends IdentityPool {} +export interface UpdateIdentityPoolCommandOutput + extends IdentityPool, + __MetadataBearer {} +export declare class UpdateIdentityPoolCommand extends $Command< + UpdateIdentityPoolCommandInput, + UpdateIdentityPoolCommandOutput, + CognitoIdentityClientResolvedConfig +> { + readonly input: UpdateIdentityPoolCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: UpdateIdentityPoolCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: CognitoIdentityClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts new file mode 100644 index 000000000..8df424ba4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts @@ -0,0 +1,23 @@ +export * from "./CreateIdentityPoolCommand"; +export * from "./DeleteIdentitiesCommand"; +export * from "./DeleteIdentityPoolCommand"; +export * from "./DescribeIdentityCommand"; +export * from "./DescribeIdentityPoolCommand"; +export * from "./GetCredentialsForIdentityCommand"; +export * from "./GetIdCommand"; +export * from "./GetIdentityPoolRolesCommand"; +export * from "./GetOpenIdTokenCommand"; +export * from "./GetOpenIdTokenForDeveloperIdentityCommand"; +export * from "./GetPrincipalTagAttributeMapCommand"; +export * from "./ListIdentitiesCommand"; +export * from "./ListIdentityPoolsCommand"; +export * from "./ListTagsForResourceCommand"; +export * from "./LookupDeveloperIdentityCommand"; +export * from "./MergeDeveloperIdentitiesCommand"; +export * from "./SetIdentityPoolRolesCommand"; +export * from "./SetPrincipalTagAttributeMapCommand"; +export * from "./TagResourceCommand"; +export * from "./UnlinkDeveloperIdentityCommand"; +export * from "./UnlinkIdentityCommand"; +export * from "./UntagResourceCommand"; +export * from "./UpdateIdentityPoolCommand"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..07bea1ea1 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts @@ -0,0 +1,34 @@ +import { + Endpoint, + EndpointParameters as __EndpointParameters, + EndpointV2, + Provider, +} from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: + | string + | Provider + | Endpoint + | Provider + | EndpointV2 + | Provider; +} +export declare type ClientResolvedEndpointParameters = + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export declare const resolveClientEndpointParameters: ( + options: T & ClientInputEndpointParameters +) => T & + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..4c971a7f4 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/endpointResolver.d.ts @@ -0,0 +1,8 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: ( + endpointParams: EndpointParameters, + context?: { + logger?: Logger; + } +) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..c7525c3f7 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +export * from "./CognitoIdentity"; +export * from "./CognitoIdentityClient"; +export * from "./commands"; +export * from "./models"; +export * from "./pagination"; +export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts new file mode 100644 index 000000000..7a1b93cca --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts @@ -0,0 +1,7 @@ +import { + ServiceException as __ServiceException, + ServiceExceptionOptions as __ServiceExceptionOptions, +} from "@aws-sdk/smithy-client"; +export declare class CognitoIdentityServiceException extends __ServiceException { + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts new file mode 100644 index 000000000..9416fc2d0 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts @@ -0,0 +1,449 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { CognitoIdentityServiceException as __BaseException } from "./CognitoIdentityServiceException"; +export declare enum AmbiguousRoleResolutionType { + AUTHENTICATED_ROLE = "AuthenticatedRole", + DENY = "Deny", +} +export interface CognitoIdentityProvider { + ProviderName?: string; + ClientId?: string; + ServerSideTokenCheck?: boolean; +} +export interface CreateIdentityPoolInput { + IdentityPoolName: string | undefined; + AllowUnauthenticatedIdentities: boolean | undefined; + AllowClassicFlow?: boolean; + SupportedLoginProviders?: Record; + DeveloperProviderName?: string; + OpenIdConnectProviderARNs?: string[]; + CognitoIdentityProviders?: CognitoIdentityProvider[]; + SamlProviderARNs?: string[]; + IdentityPoolTags?: Record; +} +export interface IdentityPool { + IdentityPoolId: string | undefined; + IdentityPoolName: string | undefined; + AllowUnauthenticatedIdentities: boolean | undefined; + AllowClassicFlow?: boolean; + SupportedLoginProviders?: Record; + DeveloperProviderName?: string; + OpenIdConnectProviderARNs?: string[]; + CognitoIdentityProviders?: CognitoIdentityProvider[]; + SamlProviderARNs?: string[]; + IdentityPoolTags?: Record; +} +export declare class InternalErrorException extends __BaseException { + readonly name: "InternalErrorException"; + readonly $fault: "server"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidParameterException extends __BaseException { + readonly name: "InvalidParameterException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class LimitExceededException extends __BaseException { + readonly name: "LimitExceededException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class NotAuthorizedException extends __BaseException { + readonly name: "NotAuthorizedException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class ResourceConflictException extends __BaseException { + readonly name: "ResourceConflictException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class TooManyRequestsException extends __BaseException { + readonly name: "TooManyRequestsException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface DeleteIdentitiesInput { + IdentityIdsToDelete: string[] | undefined; +} +export declare enum ErrorCode { + ACCESS_DENIED = "AccessDenied", + INTERNAL_SERVER_ERROR = "InternalServerError", +} +export interface UnprocessedIdentityId { + IdentityId?: string; + ErrorCode?: ErrorCode | string; +} +export interface DeleteIdentitiesResponse { + UnprocessedIdentityIds?: UnprocessedIdentityId[]; +} +export interface DeleteIdentityPoolInput { + IdentityPoolId: string | undefined; +} +export declare class ResourceNotFoundException extends __BaseException { + readonly name: "ResourceNotFoundException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface DescribeIdentityInput { + IdentityId: string | undefined; +} +export interface IdentityDescription { + IdentityId?: string; + Logins?: string[]; + CreationDate?: Date; + LastModifiedDate?: Date; +} +export interface DescribeIdentityPoolInput { + IdentityPoolId: string | undefined; +} +export declare class ExternalServiceException extends __BaseException { + readonly name: "ExternalServiceException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface GetCredentialsForIdentityInput { + IdentityId: string | undefined; + Logins?: Record; + CustomRoleArn?: string; +} +export interface Credentials { + AccessKeyId?: string; + SecretKey?: string; + SessionToken?: string; + Expiration?: Date; +} +export interface GetCredentialsForIdentityResponse { + IdentityId?: string; + Credentials?: Credentials; +} +export declare class InvalidIdentityPoolConfigurationException extends __BaseException { + readonly name: "InvalidIdentityPoolConfigurationException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType< + InvalidIdentityPoolConfigurationException, + __BaseException + > + ); +} +export interface GetIdInput { + AccountId?: string; + IdentityPoolId: string | undefined; + Logins?: Record; +} +export interface GetIdResponse { + IdentityId?: string; +} +export interface GetIdentityPoolRolesInput { + IdentityPoolId: string | undefined; +} +export declare enum MappingRuleMatchType { + CONTAINS = "Contains", + EQUALS = "Equals", + NOT_EQUAL = "NotEqual", + STARTS_WITH = "StartsWith", +} +export interface MappingRule { + Claim: string | undefined; + MatchType: MappingRuleMatchType | string | undefined; + Value: string | undefined; + RoleARN: string | undefined; +} +export interface RulesConfigurationType { + Rules: MappingRule[] | undefined; +} +export declare enum RoleMappingType { + RULES = "Rules", + TOKEN = "Token", +} +export interface RoleMapping { + Type: RoleMappingType | string | undefined; + AmbiguousRoleResolution?: AmbiguousRoleResolutionType | string; + RulesConfiguration?: RulesConfigurationType; +} +export interface GetIdentityPoolRolesResponse { + IdentityPoolId?: string; + Roles?: Record; + RoleMappings?: Record; +} +export interface GetOpenIdTokenInput { + IdentityId: string | undefined; + Logins?: Record; +} +export interface GetOpenIdTokenResponse { + IdentityId?: string; + Token?: string; +} +export declare class DeveloperUserAlreadyRegisteredException extends __BaseException { + readonly name: "DeveloperUserAlreadyRegisteredException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType< + DeveloperUserAlreadyRegisteredException, + __BaseException + > + ); +} +export interface GetOpenIdTokenForDeveloperIdentityInput { + IdentityPoolId: string | undefined; + IdentityId?: string; + Logins: Record | undefined; + PrincipalTags?: Record; + TokenDuration?: number; +} +export interface GetOpenIdTokenForDeveloperIdentityResponse { + IdentityId?: string; + Token?: string; +} +export interface GetPrincipalTagAttributeMapInput { + IdentityPoolId: string | undefined; + IdentityProviderName: string | undefined; +} +export interface GetPrincipalTagAttributeMapResponse { + IdentityPoolId?: string; + IdentityProviderName?: string; + UseDefaults?: boolean; + PrincipalTags?: Record; +} +export interface ListIdentitiesInput { + IdentityPoolId: string | undefined; + MaxResults: number | undefined; + NextToken?: string; + HideDisabled?: boolean; +} +export interface ListIdentitiesResponse { + IdentityPoolId?: string; + Identities?: IdentityDescription[]; + NextToken?: string; +} +export interface ListIdentityPoolsInput { + MaxResults: number | undefined; + NextToken?: string; +} +export interface IdentityPoolShortDescription { + IdentityPoolId?: string; + IdentityPoolName?: string; +} +export interface ListIdentityPoolsResponse { + IdentityPools?: IdentityPoolShortDescription[]; + NextToken?: string; +} +export interface ListTagsForResourceInput { + ResourceArn: string | undefined; +} +export interface ListTagsForResourceResponse { + Tags?: Record; +} +export interface LookupDeveloperIdentityInput { + IdentityPoolId: string | undefined; + IdentityId?: string; + DeveloperUserIdentifier?: string; + MaxResults?: number; + NextToken?: string; +} +export interface LookupDeveloperIdentityResponse { + IdentityId?: string; + DeveloperUserIdentifierList?: string[]; + NextToken?: string; +} +export interface MergeDeveloperIdentitiesInput { + SourceUserIdentifier: string | undefined; + DestinationUserIdentifier: string | undefined; + DeveloperProviderName: string | undefined; + IdentityPoolId: string | undefined; +} +export interface MergeDeveloperIdentitiesResponse { + IdentityId?: string; +} +export declare class ConcurrentModificationException extends __BaseException { + readonly name: "ConcurrentModificationException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType< + ConcurrentModificationException, + __BaseException + > + ); +} +export interface SetIdentityPoolRolesInput { + IdentityPoolId: string | undefined; + Roles: Record | undefined; + RoleMappings?: Record; +} +export interface SetPrincipalTagAttributeMapInput { + IdentityPoolId: string | undefined; + IdentityProviderName: string | undefined; + UseDefaults?: boolean; + PrincipalTags?: Record; +} +export interface SetPrincipalTagAttributeMapResponse { + IdentityPoolId?: string; + IdentityProviderName?: string; + UseDefaults?: boolean; + PrincipalTags?: Record; +} +export interface TagResourceInput { + ResourceArn: string | undefined; + Tags: Record | undefined; +} +export interface TagResourceResponse {} +export interface UnlinkDeveloperIdentityInput { + IdentityId: string | undefined; + IdentityPoolId: string | undefined; + DeveloperProviderName: string | undefined; + DeveloperUserIdentifier: string | undefined; +} +export interface UnlinkIdentityInput { + IdentityId: string | undefined; + Logins: Record | undefined; + LoginsToRemove: string[] | undefined; +} +export interface UntagResourceInput { + ResourceArn: string | undefined; + TagKeys: string[] | undefined; +} +export interface UntagResourceResponse {} +export declare const CognitoIdentityProviderFilterSensitiveLog: ( + obj: CognitoIdentityProvider +) => any; +export declare const CreateIdentityPoolInputFilterSensitiveLog: ( + obj: CreateIdentityPoolInput +) => any; +export declare const IdentityPoolFilterSensitiveLog: (obj: IdentityPool) => any; +export declare const DeleteIdentitiesInputFilterSensitiveLog: ( + obj: DeleteIdentitiesInput +) => any; +export declare const UnprocessedIdentityIdFilterSensitiveLog: ( + obj: UnprocessedIdentityId +) => any; +export declare const DeleteIdentitiesResponseFilterSensitiveLog: ( + obj: DeleteIdentitiesResponse +) => any; +export declare const DeleteIdentityPoolInputFilterSensitiveLog: ( + obj: DeleteIdentityPoolInput +) => any; +export declare const DescribeIdentityInputFilterSensitiveLog: ( + obj: DescribeIdentityInput +) => any; +export declare const IdentityDescriptionFilterSensitiveLog: ( + obj: IdentityDescription +) => any; +export declare const DescribeIdentityPoolInputFilterSensitiveLog: ( + obj: DescribeIdentityPoolInput +) => any; +export declare const GetCredentialsForIdentityInputFilterSensitiveLog: ( + obj: GetCredentialsForIdentityInput +) => any; +export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any; +export declare const GetCredentialsForIdentityResponseFilterSensitiveLog: ( + obj: GetCredentialsForIdentityResponse +) => any; +export declare const GetIdInputFilterSensitiveLog: (obj: GetIdInput) => any; +export declare const GetIdResponseFilterSensitiveLog: ( + obj: GetIdResponse +) => any; +export declare const GetIdentityPoolRolesInputFilterSensitiveLog: ( + obj: GetIdentityPoolRolesInput +) => any; +export declare const MappingRuleFilterSensitiveLog: (obj: MappingRule) => any; +export declare const RulesConfigurationTypeFilterSensitiveLog: ( + obj: RulesConfigurationType +) => any; +export declare const RoleMappingFilterSensitiveLog: (obj: RoleMapping) => any; +export declare const GetIdentityPoolRolesResponseFilterSensitiveLog: ( + obj: GetIdentityPoolRolesResponse +) => any; +export declare const GetOpenIdTokenInputFilterSensitiveLog: ( + obj: GetOpenIdTokenInput +) => any; +export declare const GetOpenIdTokenResponseFilterSensitiveLog: ( + obj: GetOpenIdTokenResponse +) => any; +export declare const GetOpenIdTokenForDeveloperIdentityInputFilterSensitiveLog: ( + obj: GetOpenIdTokenForDeveloperIdentityInput +) => any; +export declare const GetOpenIdTokenForDeveloperIdentityResponseFilterSensitiveLog: ( + obj: GetOpenIdTokenForDeveloperIdentityResponse +) => any; +export declare const GetPrincipalTagAttributeMapInputFilterSensitiveLog: ( + obj: GetPrincipalTagAttributeMapInput +) => any; +export declare const GetPrincipalTagAttributeMapResponseFilterSensitiveLog: ( + obj: GetPrincipalTagAttributeMapResponse +) => any; +export declare const ListIdentitiesInputFilterSensitiveLog: ( + obj: ListIdentitiesInput +) => any; +export declare const ListIdentitiesResponseFilterSensitiveLog: ( + obj: ListIdentitiesResponse +) => any; +export declare const ListIdentityPoolsInputFilterSensitiveLog: ( + obj: ListIdentityPoolsInput +) => any; +export declare const IdentityPoolShortDescriptionFilterSensitiveLog: ( + obj: IdentityPoolShortDescription +) => any; +export declare const ListIdentityPoolsResponseFilterSensitiveLog: ( + obj: ListIdentityPoolsResponse +) => any; +export declare const ListTagsForResourceInputFilterSensitiveLog: ( + obj: ListTagsForResourceInput +) => any; +export declare const ListTagsForResourceResponseFilterSensitiveLog: ( + obj: ListTagsForResourceResponse +) => any; +export declare const LookupDeveloperIdentityInputFilterSensitiveLog: ( + obj: LookupDeveloperIdentityInput +) => any; +export declare const LookupDeveloperIdentityResponseFilterSensitiveLog: ( + obj: LookupDeveloperIdentityResponse +) => any; +export declare const MergeDeveloperIdentitiesInputFilterSensitiveLog: ( + obj: MergeDeveloperIdentitiesInput +) => any; +export declare const MergeDeveloperIdentitiesResponseFilterSensitiveLog: ( + obj: MergeDeveloperIdentitiesResponse +) => any; +export declare const SetIdentityPoolRolesInputFilterSensitiveLog: ( + obj: SetIdentityPoolRolesInput +) => any; +export declare const SetPrincipalTagAttributeMapInputFilterSensitiveLog: ( + obj: SetPrincipalTagAttributeMapInput +) => any; +export declare const SetPrincipalTagAttributeMapResponseFilterSensitiveLog: ( + obj: SetPrincipalTagAttributeMapResponse +) => any; +export declare const TagResourceInputFilterSensitiveLog: ( + obj: TagResourceInput +) => any; +export declare const TagResourceResponseFilterSensitiveLog: ( + obj: TagResourceResponse +) => any; +export declare const UnlinkDeveloperIdentityInputFilterSensitiveLog: ( + obj: UnlinkDeveloperIdentityInput +) => any; +export declare const UnlinkIdentityInputFilterSensitiveLog: ( + obj: UnlinkIdentityInput +) => any; +export declare const UntagResourceInputFilterSensitiveLog: ( + obj: UntagResourceInput +) => any; +export declare const UntagResourceResponseFilterSensitiveLog: ( + obj: UntagResourceResponse +) => any; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts new file mode 100644 index 000000000..e2c77a90e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts @@ -0,0 +1,7 @@ +import { PaginationConfiguration } from "@aws-sdk/types"; +import { CognitoIdentity } from "../CognitoIdentity"; +import { CognitoIdentityClient } from "../CognitoIdentityClient"; +export interface CognitoIdentityPaginationConfiguration + extends PaginationConfiguration { + client: CognitoIdentity | CognitoIdentityClient; +} diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts new file mode 100644 index 000000000..377b31b93 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts @@ -0,0 +1,11 @@ +import { Paginator } from "@aws-sdk/types"; +import { + ListIdentityPoolsCommandInput, + ListIdentityPoolsCommandOutput, +} from "../commands/ListIdentityPoolsCommand"; +import { CognitoIdentityPaginationConfiguration } from "./Interfaces"; +export declare function paginateListIdentityPools( + config: CognitoIdentityPaginationConfiguration, + input: ListIdentityPoolsCommandInput, + ...additionalArguments: any +): Paginator; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts new file mode 100644 index 000000000..c77b96c1d --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts @@ -0,0 +1,2 @@ +export * from "./Interfaces"; +export * from "./ListIdentityPoolsPaginator"; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts new file mode 100644 index 000000000..7cf21bb2a --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts @@ -0,0 +1,281 @@ +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, +} from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { + CreateIdentityPoolCommandInput, + CreateIdentityPoolCommandOutput, +} from "../commands/CreateIdentityPoolCommand"; +import { + DeleteIdentitiesCommandInput, + DeleteIdentitiesCommandOutput, +} from "../commands/DeleteIdentitiesCommand"; +import { + DeleteIdentityPoolCommandInput, + DeleteIdentityPoolCommandOutput, +} from "../commands/DeleteIdentityPoolCommand"; +import { + DescribeIdentityCommandInput, + DescribeIdentityCommandOutput, +} from "../commands/DescribeIdentityCommand"; +import { + DescribeIdentityPoolCommandInput, + DescribeIdentityPoolCommandOutput, +} from "../commands/DescribeIdentityPoolCommand"; +import { + GetCredentialsForIdentityCommandInput, + GetCredentialsForIdentityCommandOutput, +} from "../commands/GetCredentialsForIdentityCommand"; +import { + GetIdCommandInput, + GetIdCommandOutput, +} from "../commands/GetIdCommand"; +import { + GetIdentityPoolRolesCommandInput, + GetIdentityPoolRolesCommandOutput, +} from "../commands/GetIdentityPoolRolesCommand"; +import { + GetOpenIdTokenCommandInput, + GetOpenIdTokenCommandOutput, +} from "../commands/GetOpenIdTokenCommand"; +import { + GetOpenIdTokenForDeveloperIdentityCommandInput, + GetOpenIdTokenForDeveloperIdentityCommandOutput, +} from "../commands/GetOpenIdTokenForDeveloperIdentityCommand"; +import { + GetPrincipalTagAttributeMapCommandInput, + GetPrincipalTagAttributeMapCommandOutput, +} from "../commands/GetPrincipalTagAttributeMapCommand"; +import { + ListIdentitiesCommandInput, + ListIdentitiesCommandOutput, +} from "../commands/ListIdentitiesCommand"; +import { + ListIdentityPoolsCommandInput, + ListIdentityPoolsCommandOutput, +} from "../commands/ListIdentityPoolsCommand"; +import { + ListTagsForResourceCommandInput, + ListTagsForResourceCommandOutput, +} from "../commands/ListTagsForResourceCommand"; +import { + LookupDeveloperIdentityCommandInput, + LookupDeveloperIdentityCommandOutput, +} from "../commands/LookupDeveloperIdentityCommand"; +import { + MergeDeveloperIdentitiesCommandInput, + MergeDeveloperIdentitiesCommandOutput, +} from "../commands/MergeDeveloperIdentitiesCommand"; +import { + SetIdentityPoolRolesCommandInput, + SetIdentityPoolRolesCommandOutput, +} from "../commands/SetIdentityPoolRolesCommand"; +import { + SetPrincipalTagAttributeMapCommandInput, + SetPrincipalTagAttributeMapCommandOutput, +} from "../commands/SetPrincipalTagAttributeMapCommand"; +import { + TagResourceCommandInput, + TagResourceCommandOutput, +} from "../commands/TagResourceCommand"; +import { + UnlinkDeveloperIdentityCommandInput, + UnlinkDeveloperIdentityCommandOutput, +} from "../commands/UnlinkDeveloperIdentityCommand"; +import { + UnlinkIdentityCommandInput, + UnlinkIdentityCommandOutput, +} from "../commands/UnlinkIdentityCommand"; +import { + UntagResourceCommandInput, + UntagResourceCommandOutput, +} from "../commands/UntagResourceCommand"; +import { + UpdateIdentityPoolCommandInput, + UpdateIdentityPoolCommandOutput, +} from "../commands/UpdateIdentityPoolCommand"; +export declare const serializeAws_json1_1CreateIdentityPoolCommand: ( + input: CreateIdentityPoolCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DeleteIdentitiesCommand: ( + input: DeleteIdentitiesCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DeleteIdentityPoolCommand: ( + input: DeleteIdentityPoolCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DescribeIdentityCommand: ( + input: DescribeIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1DescribeIdentityPoolCommand: ( + input: DescribeIdentityPoolCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetCredentialsForIdentityCommand: ( + input: GetCredentialsForIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetIdCommand: ( + input: GetIdCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetIdentityPoolRolesCommand: ( + input: GetIdentityPoolRolesCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetOpenIdTokenCommand: ( + input: GetOpenIdTokenCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand: ( + input: GetOpenIdTokenForDeveloperIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1GetPrincipalTagAttributeMapCommand: ( + input: GetPrincipalTagAttributeMapCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1ListIdentitiesCommand: ( + input: ListIdentitiesCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1ListIdentityPoolsCommand: ( + input: ListIdentityPoolsCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1ListTagsForResourceCommand: ( + input: ListTagsForResourceCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1LookupDeveloperIdentityCommand: ( + input: LookupDeveloperIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1MergeDeveloperIdentitiesCommand: ( + input: MergeDeveloperIdentitiesCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1SetIdentityPoolRolesCommand: ( + input: SetIdentityPoolRolesCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1SetPrincipalTagAttributeMapCommand: ( + input: SetPrincipalTagAttributeMapCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1TagResourceCommand: ( + input: TagResourceCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UnlinkDeveloperIdentityCommand: ( + input: UnlinkDeveloperIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UnlinkIdentityCommand: ( + input: UnlinkIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UntagResourceCommand: ( + input: UntagResourceCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_json1_1UpdateIdentityPoolCommand: ( + input: UpdateIdentityPoolCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const deserializeAws_json1_1CreateIdentityPoolCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1DeleteIdentitiesCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1DeleteIdentityPoolCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1DescribeIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1DescribeIdentityPoolCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1GetCredentialsForIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1GetIdCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1GetIdentityPoolRolesCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1GetOpenIdTokenCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1GetOpenIdTokenForDeveloperIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1GetPrincipalTagAttributeMapCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1ListIdentitiesCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1ListIdentityPoolsCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1ListTagsForResourceCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1LookupDeveloperIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1MergeDeveloperIdentitiesCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1SetIdentityPoolRolesCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1SetPrincipalTagAttributeMapCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1TagResourceCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1UnlinkDeveloperIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1UnlinkIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1UntagResourceCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_json1_1UpdateIdentityPoolCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..2852eb3f8 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts @@ -0,0 +1,93 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +export declare const getRuntimeConfig: ( + config: CognitoIdentityClientConfig +) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: ( + input: any + ) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + credentials?: + | import("@aws-sdk/types").AwsCredentialIdentity + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").AwsCredentialIdentity + > + | undefined; + signer?: + | import("@aws-sdk/types").RequestSigner + | (( + authScheme?: import("@aws-sdk/types").AuthScheme | undefined + ) => Promise) + | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: + | (new ( + options: import("@aws-sdk/signature-v4").SignatureV4Init & + import("@aws-sdk/signature-v4").SignatureV4CryptoInit + ) => import("@aws-sdk/types").RequestSigner) + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts new file mode 100644 index 000000000..6e45ef3e5 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts @@ -0,0 +1,93 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +export declare const getRuntimeConfig: ( + config: CognitoIdentityClientConfig +) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: ( + input: any + ) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + credentials?: + | import("@aws-sdk/types").AwsCredentialIdentity + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").AwsCredentialIdentity + > + | undefined; + signer?: + | import("@aws-sdk/types").RequestSigner + | (( + authScheme?: import("@aws-sdk/types").AuthScheme | undefined + ) => Promise) + | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: + | (new ( + options: import("@aws-sdk/signature-v4").SignatureV4Init & + import("@aws-sdk/signature-v4").SignatureV4CryptoInit + ) => import("@aws-sdk/types").RequestSigner) + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts new file mode 100644 index 000000000..172714924 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts @@ -0,0 +1,82 @@ +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +export declare const getRuntimeConfig: ( + config: CognitoIdentityClientConfig +) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + credentialDefaultProvider: ( + input: any + ) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + defaultsMode: + | import("@aws-sdk/smithy-client").DefaultsMode + | import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").DefaultsMode + >; + endpoint?: + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + credentials?: + | import("@aws-sdk/types").AwsCredentialIdentity + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").AwsCredentialIdentity + > + | undefined; + signer?: + | import("@aws-sdk/types").RequestSigner + | (( + authScheme?: import("@aws-sdk/types").AuthScheme | undefined + ) => Promise) + | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: + | (new ( + options: import("@aws-sdk/signature-v4").SignatureV4Init & + import("@aws-sdk/signature-v4").SignatureV4CryptoInit + ) => import("@aws-sdk/types").RequestSigner) + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..021dae40e --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts @@ -0,0 +1,18 @@ +import { CognitoIdentityClientConfig } from "./CognitoIdentityClient"; +export declare const getRuntimeConfig: ( + config: CognitoIdentityClientConfig +) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-cognito-identity/package.json b/node_modules/@aws-sdk/client-cognito-identity/package.json new file mode 100644 index 000000000..5b1500cd1 --- /dev/null +++ b/node_modules/@aws-sdk/client-cognito-identity/package.json @@ -0,0 +1,107 @@ +{ + "name": "@aws-sdk/client-cognito-identity", + "description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native", + "version": "3.245.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:docs": "typedoc", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test:e2e": "ts-mocha test/**/*.ispec.ts && karma start karma.conf.js", + "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/cognito-identity.json --keepFiles)" + }, + "main": "./dist-cjs/index.js", + "types": "./dist-types/index.d.ts", + "module": "./dist-es/index.js", + "sideEffects": false, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/client-sts": "3.245.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/credential-provider-node": "3.245.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-signing": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/client-iam": "3.245.0", + "@aws-sdk/service-client-documentation-generator": "3.208.0", + "@tsconfig/node14": "1.0.3", + "@types/chai": "^4.2.11", + "@types/mocha": "^8.0.4", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "overrides": { + "typedoc": { + "typescript": "~4.6.2" + } + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "browser": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" + }, + "react-native": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" + }, + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cognito-identity", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "clients/client-cognito-identity" + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/LICENSE b/node_modules/@aws-sdk/client-sso-oidc/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/client-sso-oidc/README.md b/node_modules/@aws-sdk/client-sso-oidc/README.md new file mode 100644 index 000000000..376da4220 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/README.md @@ -0,0 +1,244 @@ + + +# @aws-sdk/client-sso-oidc + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-sso-oidc/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-sso-oidc) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-sso-oidc.svg)](https://www.npmjs.com/package/@aws-sdk/client-sso-oidc) + +## Description + +AWS SDK for JavaScript SSOOIDC Client for Node.js, Browser and React Native. + +

AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI +or a native application) to register with IAM Identity Center. The service also enables the client to +fetch the user’s access token upon successful authentication and authorization with +IAM Identity Center.

+ +

Although AWS Single Sign-On was renamed, the sso and +identitystore API namespaces will continue to retain their original name for +backward compatibility purposes. For more information, see IAM Identity Center rename.

+
+

+Considerations for Using This Guide +

+

Before you begin using this guide, we recommend that you first review the following +important information about how the IAM Identity Center OIDC service works.

+
    +
  • +

    The IAM Identity Center OIDC service currently implements only the portions of the OAuth 2.0 +Device Authorization Grant standard (https://tools.ietf.org/html/rfc8628) that are necessary to enable single +sign-on authentication with the AWS CLI. Support for other OIDC flows frequently needed +for native applications, such as Authorization Code Flow (+ PKCE), will be addressed in +future releases.

    +
  • +
  • +

    The service emits only OIDC access tokens, such that obtaining a new token (For +example, token refresh) requires explicit user re-authentication.

    +
  • +
  • +

    The access tokens provided by this service grant access to all AWS account +entitlements assigned to an IAM Identity Center user, not just a particular application.

    +
  • +
  • +

    The documentation in this guide does not describe the mechanism to convert the access +token into AWS Auth (“sigv4”) credentials for use with IAM-protected AWS service +endpoints. For more information, see GetRoleCredentials in the IAM Identity Center Portal API Reference +Guide.

    +
  • +
+ +

For general information about IAM Identity Center, see What is +IAM Identity Center? in the IAM Identity Center User Guide.

+ +## Installing + +To install the this package, simply type add or install @aws-sdk/client-sso-oidc +using your favorite package manager: + +- `npm install @aws-sdk/client-sso-oidc` +- `yarn add @aws-sdk/client-sso-oidc` +- `pnpm add @aws-sdk/client-sso-oidc` + +## Getting Started + +### Import + +The AWS SDK is modulized by clients and commands. +To send a request, you only need to import the `SSOOIDCClient` and +the commands you need, for example `CreateTokenCommand`: + +```js +// ES5 example +const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); +``` + +```ts +// ES6+ example +import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; +``` + +### Usage + +To send a request, you: + +- Initiate client with configuration (e.g. credentials, region). +- Initiate command with input parameters. +- Call `send` operation on client with command object as input. +- If you are using a custom http handler, you may call `destroy()` to close open connections. + +```js +// a client can be shared by different commands. +const client = new SSOOIDCClient({ region: "REGION" }); + +const params = { + /** input parameters */ +}; +const command = new CreateTokenCommand(params); +``` + +#### Async/await + +We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) +operator to wait for the promise returned by send operation as follows: + +```js +// async/await. +try { + const data = await client.send(command); + // process data. +} catch (error) { + // error handling. +} finally { + // finally. +} +``` + +Async-await is clean, concise, intuitive, easy to debug and has better error handling +as compared to using Promise chains or callbacks. + +#### Promises + +You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining) +to execute send operation. + +```js +client.send(command).then( + (data) => { + // process data. + }, + (error) => { + // error handling. + } +); +``` + +Promises can also be called using `.catch()` and `.finally()` as follows: + +```js +client + .send(command) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }) + .finally(() => { + // finally. + }); +``` + +#### Callbacks + +We do not recommend using callbacks because of [callback hell](http://callbackhell.com/), +but they are supported by the send operation. + +```js +// callbacks. +client.send(command, (err, data) => { + // process err and data. +}); +``` + +#### v2 compatible style + +The client can also send requests using v2 compatible style. +However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post +on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) + +```ts +import * as AWS from "@aws-sdk/client-sso-oidc"; +const client = new AWS.SSOOIDC({ region: "REGION" }); + +// async/await. +try { + const data = await client.createToken(params); + // process data. +} catch (error) { + // error handling. +} + +// Promises. +client + .createToken(params) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }); + +// callbacks. +client.createToken(params, (err, data) => { + // process err and data. +}); +``` + +### Troubleshooting + +When the service returns an exception, the error will include the exception information, +as well as response metadata (e.g. request id). + +```js +try { + const data = await client.send(command); + // process data. +} catch (error) { + const { requestId, cfId, extendedRequestId } = error.$$metadata; + console.log({ requestId, cfId, extendedRequestId }); + /** + * The keys within exceptions are also parsed. + * You can access them by specifying exception names: + * if (error.name === 'SomeServiceException') { + * const value = error.specialKeyInException; + * } + */ +} +``` + +## Getting Help + +Please use these community resources for getting help. +We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them. + +- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html) + or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). +- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/) + on AWS Developer Blog. +- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`. +- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3). +- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose). + +To test your universal JavaScript code in Node.js, browser and react-native environments, +visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). + +## Contributing + +This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-sso-oidc` package is updated. +To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients). + +## License + +This SDK is distributed under the +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), +see LICENSE for more information. diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js new file mode 100644 index 000000000..85dc6848f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js @@ -0,0 +1,52 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOOIDC = void 0; +const CreateTokenCommand_1 = require("./commands/CreateTokenCommand"); +const RegisterClientCommand_1 = require("./commands/RegisterClientCommand"); +const StartDeviceAuthorizationCommand_1 = require("./commands/StartDeviceAuthorizationCommand"); +const SSOOIDCClient_1 = require("./SSOOIDCClient"); +class SSOOIDC extends SSOOIDCClient_1.SSOOIDCClient { + createToken(args, optionsOrCb, cb) { + const command = new CreateTokenCommand_1.CreateTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + registerClient(args, optionsOrCb, cb) { + const command = new RegisterClientCommand_1.RegisterClientCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + startDeviceAuthorization(args, optionsOrCb, cb) { + const command = new StartDeviceAuthorizationCommand_1.StartDeviceAuthorizationCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} +exports.SSOOIDC = SSOOIDC; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js new file mode 100644 index 000000000..9a60274af --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js @@ -0,0 +1,37 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOOIDCClient = void 0; +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const middleware_content_length_1 = require("@aws-sdk/middleware-content-length"); +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_host_header_1 = require("@aws-sdk/middleware-host-header"); +const middleware_logger_1 = require("@aws-sdk/middleware-logger"); +const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const EndpointParameters_1 = require("./endpoint/EndpointParameters"); +const runtimeConfig_1 = require("./runtimeConfig"); +class SSOOIDCClient extends smithy_client_1.Client { + constructor(configuration) { + const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); + const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0); + const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1); + const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2); + const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3); + const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); + const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5); + super(_config_6); + this.config = _config_6; + this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); + this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); + this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); + this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config)); + this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config)); + this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config)); + } + destroy() { + super.destroy(); + } +} +exports.SSOOIDCClient = SSOOIDCClient; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js new file mode 100644 index 000000000..7c635c6de --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CreateTokenCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class CreateTokenCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateTokenCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOOIDCClient"; + const commandName = "CreateTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.CreateTokenRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.CreateTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1CreateTokenCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1CreateTokenCommand)(output, context); + } +} +exports.CreateTokenCommand = CreateTokenCommand; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js new file mode 100644 index 000000000..b82228d6c --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.RegisterClientCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class RegisterClientCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, RegisterClientCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOOIDCClient"; + const commandName = "RegisterClientCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.RegisterClientRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.RegisterClientResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1RegisterClientCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1RegisterClientCommand)(output, context); + } +} +exports.RegisterClientCommand = RegisterClientCommand; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js new file mode 100644 index 000000000..9322b909f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.StartDeviceAuthorizationCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class StartDeviceAuthorizationCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartDeviceAuthorizationCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOOIDCClient"; + const commandName = "StartDeviceAuthorizationCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.StartDeviceAuthorizationRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.StartDeviceAuthorizationResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1StartDeviceAuthorizationCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1StartDeviceAuthorizationCommand)(output, context); + } +} +exports.StartDeviceAuthorizationCommand = StartDeviceAuthorizationCommand; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js new file mode 100644 index 000000000..335288d96 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./CreateTokenCommand"), exports); +tslib_1.__exportStar(require("./RegisterClientCommand"), exports); +tslib_1.__exportStar(require("./StartDeviceAuthorizationCommand"), exports); diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js new file mode 100644 index 000000000..6c6cec289 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveClientEndpointParameters = void 0; +const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + defaultSigningName: "awsssooidc", + }; +}; +exports.resolveClientEndpointParameters = resolveClientEndpointParameters; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js new file mode 100644 index 000000000..482fab141 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultEndpointResolver = void 0; +const util_endpoints_1 = require("@aws-sdk/util-endpoints"); +const ruleset_1 = require("./ruleset"); +const defaultEndpointResolver = (endpointParams, context = {}) => { + return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; +exports.defaultEndpointResolver = defaultEndpointResolver; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js new file mode 100644 index 000000000..fbd4a73a5 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ruleSet = void 0; +const p = "required", q = "fn", r = "argv", s = "ref"; +const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i]; +const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }; +exports.ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js new file mode 100644 index 000000000..a014be8e0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOOIDCServiceException = void 0; +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./SSOOIDC"), exports); +tslib_1.__exportStar(require("./SSOOIDCClient"), exports); +tslib_1.__exportStar(require("./commands"), exports); +tslib_1.__exportStar(require("./models"), exports); +var SSOOIDCServiceException_1 = require("./models/SSOOIDCServiceException"); +Object.defineProperty(exports, "SSOOIDCServiceException", { enumerable: true, get: function () { return SSOOIDCServiceException_1.SSOOIDCServiceException; } }); diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js new file mode 100644 index 000000000..c941d8865 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOOIDCServiceException = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +class SSOOIDCServiceException extends smithy_client_1.ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, SSOOIDCServiceException.prototype); + } +} +exports.SSOOIDCServiceException = SSOOIDCServiceException; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js new file mode 100644 index 000000000..8ced418bc --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./models_0"), exports); diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js new file mode 100644 index 000000000..ea4d0ed1a --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js @@ -0,0 +1,208 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.StartDeviceAuthorizationResponseFilterSensitiveLog = exports.StartDeviceAuthorizationRequestFilterSensitiveLog = exports.RegisterClientResponseFilterSensitiveLog = exports.RegisterClientRequestFilterSensitiveLog = exports.CreateTokenResponseFilterSensitiveLog = exports.CreateTokenRequestFilterSensitiveLog = exports.InvalidClientMetadataException = exports.UnsupportedGrantTypeException = exports.UnauthorizedClientException = exports.SlowDownException = exports.InvalidScopeException = exports.InvalidRequestException = exports.InvalidGrantException = exports.InvalidClientException = exports.InternalServerException = exports.ExpiredTokenException = exports.AuthorizationPendingException = exports.AccessDeniedException = void 0; +const SSOOIDCServiceException_1 = require("./SSOOIDCServiceException"); +class AccessDeniedException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "AccessDeniedException", + $fault: "client", + ...opts, + }); + this.name = "AccessDeniedException"; + this.$fault = "client"; + Object.setPrototypeOf(this, AccessDeniedException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.AccessDeniedException = AccessDeniedException; +class AuthorizationPendingException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "AuthorizationPendingException", + $fault: "client", + ...opts, + }); + this.name = "AuthorizationPendingException"; + this.$fault = "client"; + Object.setPrototypeOf(this, AuthorizationPendingException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.AuthorizationPendingException = AuthorizationPendingException; +class ExpiredTokenException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "ExpiredTokenException", + $fault: "client", + ...opts, + }); + this.name = "ExpiredTokenException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ExpiredTokenException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.ExpiredTokenException = ExpiredTokenException; +class InternalServerException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "InternalServerException", + $fault: "server", + ...opts, + }); + this.name = "InternalServerException"; + this.$fault = "server"; + Object.setPrototypeOf(this, InternalServerException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.InternalServerException = InternalServerException; +class InvalidClientException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "InvalidClientException", + $fault: "client", + ...opts, + }); + this.name = "InvalidClientException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidClientException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.InvalidClientException = InvalidClientException; +class InvalidGrantException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "InvalidGrantException", + $fault: "client", + ...opts, + }); + this.name = "InvalidGrantException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidGrantException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.InvalidGrantException = InvalidGrantException; +class InvalidRequestException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "InvalidRequestException", + $fault: "client", + ...opts, + }); + this.name = "InvalidRequestException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidRequestException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.InvalidRequestException = InvalidRequestException; +class InvalidScopeException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "InvalidScopeException", + $fault: "client", + ...opts, + }); + this.name = "InvalidScopeException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidScopeException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.InvalidScopeException = InvalidScopeException; +class SlowDownException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "SlowDownException", + $fault: "client", + ...opts, + }); + this.name = "SlowDownException"; + this.$fault = "client"; + Object.setPrototypeOf(this, SlowDownException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.SlowDownException = SlowDownException; +class UnauthorizedClientException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "UnauthorizedClientException", + $fault: "client", + ...opts, + }); + this.name = "UnauthorizedClientException"; + this.$fault = "client"; + Object.setPrototypeOf(this, UnauthorizedClientException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.UnauthorizedClientException = UnauthorizedClientException; +class UnsupportedGrantTypeException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "UnsupportedGrantTypeException", + $fault: "client", + ...opts, + }); + this.name = "UnsupportedGrantTypeException"; + this.$fault = "client"; + Object.setPrototypeOf(this, UnsupportedGrantTypeException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.UnsupportedGrantTypeException = UnsupportedGrantTypeException; +class InvalidClientMetadataException extends SSOOIDCServiceException_1.SSOOIDCServiceException { + constructor(opts) { + super({ + name: "InvalidClientMetadataException", + $fault: "client", + ...opts, + }); + this.name = "InvalidClientMetadataException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidClientMetadataException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +exports.InvalidClientMetadataException = InvalidClientMetadataException; +const CreateTokenRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.CreateTokenRequestFilterSensitiveLog = CreateTokenRequestFilterSensitiveLog; +const CreateTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.CreateTokenResponseFilterSensitiveLog = CreateTokenResponseFilterSensitiveLog; +const RegisterClientRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.RegisterClientRequestFilterSensitiveLog = RegisterClientRequestFilterSensitiveLog; +const RegisterClientResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.RegisterClientResponseFilterSensitiveLog = RegisterClientResponseFilterSensitiveLog; +const StartDeviceAuthorizationRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.StartDeviceAuthorizationRequestFilterSensitiveLog = StartDeviceAuthorizationRequestFilterSensitiveLog; +const StartDeviceAuthorizationResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.StartDeviceAuthorizationResponseFilterSensitiveLog = StartDeviceAuthorizationResponseFilterSensitiveLog; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js new file mode 100644 index 000000000..26102d3ff --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js @@ -0,0 +1,522 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deserializeAws_restJson1StartDeviceAuthorizationCommand = exports.deserializeAws_restJson1RegisterClientCommand = exports.deserializeAws_restJson1CreateTokenCommand = exports.serializeAws_restJson1StartDeviceAuthorizationCommand = exports.serializeAws_restJson1RegisterClientCommand = exports.serializeAws_restJson1CreateTokenCommand = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const SSOOIDCServiceException_1 = require("../models/SSOOIDCServiceException"); +const serializeAws_restJson1CreateTokenCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = { + "content-type": "application/json", + }; + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/token"; + let body; + body = JSON.stringify({ + ...(input.clientId != null && { clientId: input.clientId }), + ...(input.clientSecret != null && { clientSecret: input.clientSecret }), + ...(input.code != null && { code: input.code }), + ...(input.deviceCode != null && { deviceCode: input.deviceCode }), + ...(input.grantType != null && { grantType: input.grantType }), + ...(input.redirectUri != null && { redirectUri: input.redirectUri }), + ...(input.refreshToken != null && { refreshToken: input.refreshToken }), + ...(input.scope != null && { scope: serializeAws_restJson1Scopes(input.scope, context) }), + }); + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +exports.serializeAws_restJson1CreateTokenCommand = serializeAws_restJson1CreateTokenCommand; +const serializeAws_restJson1RegisterClientCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = { + "content-type": "application/json", + }; + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/client/register"; + let body; + body = JSON.stringify({ + ...(input.clientName != null && { clientName: input.clientName }), + ...(input.clientType != null && { clientType: input.clientType }), + ...(input.scopes != null && { scopes: serializeAws_restJson1Scopes(input.scopes, context) }), + }); + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +exports.serializeAws_restJson1RegisterClientCommand = serializeAws_restJson1RegisterClientCommand; +const serializeAws_restJson1StartDeviceAuthorizationCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = { + "content-type": "application/json", + }; + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/device_authorization"; + let body; + body = JSON.stringify({ + ...(input.clientId != null && { clientId: input.clientId }), + ...(input.clientSecret != null && { clientSecret: input.clientSecret }), + ...(input.startUrl != null && { startUrl: input.startUrl }), + }); + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +exports.serializeAws_restJson1StartDeviceAuthorizationCommand = serializeAws_restJson1StartDeviceAuthorizationCommand; +const deserializeAws_restJson1CreateTokenCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1CreateTokenCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); + if (data.accessToken != null) { + contents.accessToken = (0, smithy_client_1.expectString)(data.accessToken); + } + if (data.expiresIn != null) { + contents.expiresIn = (0, smithy_client_1.expectInt32)(data.expiresIn); + } + if (data.idToken != null) { + contents.idToken = (0, smithy_client_1.expectString)(data.idToken); + } + if (data.refreshToken != null) { + contents.refreshToken = (0, smithy_client_1.expectString)(data.refreshToken); + } + if (data.tokenType != null) { + contents.tokenType = (0, smithy_client_1.expectString)(data.tokenType); + } + return contents; +}; +exports.deserializeAws_restJson1CreateTokenCommand = deserializeAws_restJson1CreateTokenCommand; +const deserializeAws_restJson1CreateTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "AccessDeniedException": + case "com.amazonaws.ssooidc#AccessDeniedException": + throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context); + case "AuthorizationPendingException": + case "com.amazonaws.ssooidc#AuthorizationPendingException": + throw await deserializeAws_restJson1AuthorizationPendingExceptionResponse(parsedOutput, context); + case "ExpiredTokenException": + case "com.amazonaws.ssooidc#ExpiredTokenException": + throw await deserializeAws_restJson1ExpiredTokenExceptionResponse(parsedOutput, context); + case "InternalServerException": + case "com.amazonaws.ssooidc#InternalServerException": + throw await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context); + case "InvalidClientException": + case "com.amazonaws.ssooidc#InvalidClientException": + throw await deserializeAws_restJson1InvalidClientExceptionResponse(parsedOutput, context); + case "InvalidGrantException": + case "com.amazonaws.ssooidc#InvalidGrantException": + throw await deserializeAws_restJson1InvalidGrantExceptionResponse(parsedOutput, context); + case "InvalidRequestException": + case "com.amazonaws.ssooidc#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "InvalidScopeException": + case "com.amazonaws.ssooidc#InvalidScopeException": + throw await deserializeAws_restJson1InvalidScopeExceptionResponse(parsedOutput, context); + case "SlowDownException": + case "com.amazonaws.ssooidc#SlowDownException": + throw await deserializeAws_restJson1SlowDownExceptionResponse(parsedOutput, context); + case "UnauthorizedClientException": + case "com.amazonaws.ssooidc#UnauthorizedClientException": + throw await deserializeAws_restJson1UnauthorizedClientExceptionResponse(parsedOutput, context); + case "UnsupportedGrantTypeException": + case "com.amazonaws.ssooidc#UnsupportedGrantTypeException": + throw await deserializeAws_restJson1UnsupportedGrantTypeExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOOIDCServiceException_1.SSOOIDCServiceException, + errorCode, + }); + } +}; +const deserializeAws_restJson1RegisterClientCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1RegisterClientCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); + if (data.authorizationEndpoint != null) { + contents.authorizationEndpoint = (0, smithy_client_1.expectString)(data.authorizationEndpoint); + } + if (data.clientId != null) { + contents.clientId = (0, smithy_client_1.expectString)(data.clientId); + } + if (data.clientIdIssuedAt != null) { + contents.clientIdIssuedAt = (0, smithy_client_1.expectLong)(data.clientIdIssuedAt); + } + if (data.clientSecret != null) { + contents.clientSecret = (0, smithy_client_1.expectString)(data.clientSecret); + } + if (data.clientSecretExpiresAt != null) { + contents.clientSecretExpiresAt = (0, smithy_client_1.expectLong)(data.clientSecretExpiresAt); + } + if (data.tokenEndpoint != null) { + contents.tokenEndpoint = (0, smithy_client_1.expectString)(data.tokenEndpoint); + } + return contents; +}; +exports.deserializeAws_restJson1RegisterClientCommand = deserializeAws_restJson1RegisterClientCommand; +const deserializeAws_restJson1RegisterClientCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalServerException": + case "com.amazonaws.ssooidc#InternalServerException": + throw await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context); + case "InvalidClientMetadataException": + case "com.amazonaws.ssooidc#InvalidClientMetadataException": + throw await deserializeAws_restJson1InvalidClientMetadataExceptionResponse(parsedOutput, context); + case "InvalidRequestException": + case "com.amazonaws.ssooidc#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "InvalidScopeException": + case "com.amazonaws.ssooidc#InvalidScopeException": + throw await deserializeAws_restJson1InvalidScopeExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOOIDCServiceException_1.SSOOIDCServiceException, + errorCode, + }); + } +}; +const deserializeAws_restJson1StartDeviceAuthorizationCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1StartDeviceAuthorizationCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); + if (data.deviceCode != null) { + contents.deviceCode = (0, smithy_client_1.expectString)(data.deviceCode); + } + if (data.expiresIn != null) { + contents.expiresIn = (0, smithy_client_1.expectInt32)(data.expiresIn); + } + if (data.interval != null) { + contents.interval = (0, smithy_client_1.expectInt32)(data.interval); + } + if (data.userCode != null) { + contents.userCode = (0, smithy_client_1.expectString)(data.userCode); + } + if (data.verificationUri != null) { + contents.verificationUri = (0, smithy_client_1.expectString)(data.verificationUri); + } + if (data.verificationUriComplete != null) { + contents.verificationUriComplete = (0, smithy_client_1.expectString)(data.verificationUriComplete); + } + return contents; +}; +exports.deserializeAws_restJson1StartDeviceAuthorizationCommand = deserializeAws_restJson1StartDeviceAuthorizationCommand; +const deserializeAws_restJson1StartDeviceAuthorizationCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalServerException": + case "com.amazonaws.ssooidc#InternalServerException": + throw await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context); + case "InvalidClientException": + case "com.amazonaws.ssooidc#InvalidClientException": + throw await deserializeAws_restJson1InvalidClientExceptionResponse(parsedOutput, context); + case "InvalidRequestException": + case "com.amazonaws.ssooidc#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "SlowDownException": + case "com.amazonaws.ssooidc#SlowDownException": + throw await deserializeAws_restJson1SlowDownExceptionResponse(parsedOutput, context); + case "UnauthorizedClientException": + case "com.amazonaws.ssooidc#UnauthorizedClientException": + throw await deserializeAws_restJson1UnauthorizedClientExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOOIDCServiceException_1.SSOOIDCServiceException, + errorCode, + }); + } +}; +const map = smithy_client_1.map; +const deserializeAws_restJson1AccessDeniedExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.AccessDeniedException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1AuthorizationPendingExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.AuthorizationPendingException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1ExpiredTokenExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.ExpiredTokenException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InternalServerExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.InternalServerException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidClientExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.InvalidClientException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidClientMetadataExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.InvalidClientMetadataException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidGrantExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.InvalidGrantException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidRequestExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.InvalidRequestException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidScopeExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.InvalidScopeException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1SlowDownExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.SlowDownException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1UnauthorizedClientExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.UnauthorizedClientException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1UnsupportedGrantTypeExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = (0, smithy_client_1.expectString)(data.error); + } + if (data.error_description != null) { + contents.error_description = (0, smithy_client_1.expectString)(data.error_description); + } + const exception = new models_0_1.UnsupportedGrantTypeException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const serializeAws_restJson1Scopes = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const isSerializableHeaderValue = (value) => value !== undefined && + value !== null && + value !== "" && + (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && + (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0); +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + return JSON.parse(encoded); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + value.message = value.message ?? value.Message; + return value; +}; +const loadRestJsonErrorCode = (output, data) => { + const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()); + const sanitizeErrorCode = (rawValue) => { + let cleanValue = rawValue; + if (typeof cleanValue === "number") { + cleanValue = cleanValue.toString(); + } + if (cleanValue.indexOf(",") >= 0) { + cleanValue = cleanValue.split(",")[0]; + } + if (cleanValue.indexOf(":") >= 0) { + cleanValue = cleanValue.split(":")[0]; + } + if (cleanValue.indexOf("#") >= 0) { + cleanValue = cleanValue.split("#")[1]; + } + return cleanValue; + }; + const headerKey = findKey(output.headers, "x-amzn-errortype"); + if (headerKey !== undefined) { + return sanitizeErrorCode(output.headers[headerKey]); + } + if (data.code !== undefined) { + return sanitizeErrorCode(data.code); + } + if (data["__type"] !== undefined) { + return sanitizeErrorCode(data["__type"]); + } +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js new file mode 100644 index 000000000..98b18a1a4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js @@ -0,0 +1,41 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const sha256_browser_1 = require("@aws-crypto/sha256-browser"); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler"); +const invalid_dependency_1 = require("@aws-sdk/invalid-dependency"); +const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser"); +const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser"); +const getRuntimeConfig = (config) => { + const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"), + requestHandler: config?.requestHandler ?? new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? sha256_browser_1.Sha256, + streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? util_utf8_browser_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_browser_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js new file mode 100644 index 000000000..bf44d2b2f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const hash_node_1 = require("@aws-sdk/hash-node"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const node_http_handler_1 = require("@aws-sdk/node-http-handler"); +const util_body_length_node_1 = require("@aws-sdk/util-body-length-node"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node"); +const util_utf8_node_1 = require("@aws-sdk/util-utf8-node"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node"); +const smithy_client_2 = require("@aws-sdk/smithy-client"); +const getRuntimeConfig = (config) => { + (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); + const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new node_http_handler_1.NodeHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + (0, node_config_provider_1.loadConfig)({ + ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? util_utf8_node_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_node_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js new file mode 100644 index 000000000..34c5f8ece --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const sha256_js_1 = require("@aws-crypto/sha256-js"); +const runtimeConfig_browser_1 = require("./runtimeConfig.browser"); +const getRuntimeConfig = (config) => { + const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? sha256_js_1.Sha256, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js new file mode 100644 index 000000000..d249c313d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const url_parser_1 = require("@aws-sdk/url-parser"); +const util_base64_1 = require("@aws-sdk/util-base64"); +const endpointResolver_1 = require("./endpoint/endpointResolver"); +const getRuntimeConfig = (config) => ({ + apiVersion: "2019-06-10", + base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, + base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + logger: config?.logger ?? new smithy_client_1.NoOpLogger(), + serviceId: config?.serviceId ?? "SSO OIDC", + urlParser: config?.urlParser ?? url_parser_1.parseUrl, +}); +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js new file mode 100644 index 000000000..4a6360b81 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js @@ -0,0 +1,48 @@ +import { CreateTokenCommand } from "./commands/CreateTokenCommand"; +import { RegisterClientCommand, } from "./commands/RegisterClientCommand"; +import { StartDeviceAuthorizationCommand, } from "./commands/StartDeviceAuthorizationCommand"; +import { SSOOIDCClient } from "./SSOOIDCClient"; +export class SSOOIDC extends SSOOIDCClient { + createToken(args, optionsOrCb, cb) { + const command = new CreateTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + registerClient(args, optionsOrCb, cb) { + const command = new RegisterClientCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + startDeviceAuthorization(args, optionsOrCb, cb) { + const command = new StartDeviceAuthorizationCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js new file mode 100644 index 000000000..9232aa476 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js @@ -0,0 +1,33 @@ +import { resolveRegionConfig } from "@aws-sdk/config-resolver"; +import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; +import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; +import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; +import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; +import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; +import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry"; +import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent"; +import { Client as __Client, } from "@aws-sdk/smithy-client"; +import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters"; +import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export class SSOOIDCClient extends __Client { + constructor(configuration) { + const _config_0 = __getRuntimeConfig(configuration); + const _config_1 = resolveClientEndpointParameters(_config_0); + const _config_2 = resolveRegionConfig(_config_1); + const _config_3 = resolveEndpointConfig(_config_2); + const _config_4 = resolveRetryConfig(_config_3); + const _config_5 = resolveHostHeaderConfig(_config_4); + const _config_6 = resolveUserAgentConfig(_config_5); + super(_config_6); + this.config = _config_6; + this.middlewareStack.use(getRetryPlugin(this.config)); + this.middlewareStack.use(getContentLengthPlugin(this.config)); + this.middlewareStack.use(getHostHeaderPlugin(this.config)); + this.middlewareStack.use(getLoggerPlugin(this.config)); + this.middlewareStack.use(getRecursionDetectionPlugin(this.config)); + this.middlewareStack.use(getUserAgentPlugin(this.config)); + } + destroy() { + super.destroy(); + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js new file mode 100644 index 000000000..937e0561a --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_restJson1CreateTokenCommand, serializeAws_restJson1CreateTokenCommand, } from "../protocols/Aws_restJson1"; +export class CreateTokenCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, CreateTokenCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOOIDCClient"; + const commandName = "CreateTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: CreateTokenRequestFilterSensitiveLog, + outputFilterSensitiveLog: CreateTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1CreateTokenCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1CreateTokenCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js new file mode 100644 index 000000000..9732c63db --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { RegisterClientRequestFilterSensitiveLog, RegisterClientResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_restJson1RegisterClientCommand, serializeAws_restJson1RegisterClientCommand, } from "../protocols/Aws_restJson1"; +export class RegisterClientCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, RegisterClientCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOOIDCClient"; + const commandName = "RegisterClientCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: RegisterClientRequestFilterSensitiveLog, + outputFilterSensitiveLog: RegisterClientResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1RegisterClientCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1RegisterClientCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js new file mode 100644 index 000000000..211050fb9 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { StartDeviceAuthorizationRequestFilterSensitiveLog, StartDeviceAuthorizationResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_restJson1StartDeviceAuthorizationCommand, serializeAws_restJson1StartDeviceAuthorizationCommand, } from "../protocols/Aws_restJson1"; +export class StartDeviceAuthorizationCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, StartDeviceAuthorizationCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOOIDCClient"; + const commandName = "StartDeviceAuthorizationCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: StartDeviceAuthorizationRequestFilterSensitiveLog, + outputFilterSensitiveLog: StartDeviceAuthorizationResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1StartDeviceAuthorizationCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1StartDeviceAuthorizationCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js new file mode 100644 index 000000000..53f139a07 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js @@ -0,0 +1,3 @@ +export * from "./CreateTokenCommand"; +export * from "./RegisterClientCommand"; +export * from "./StartDeviceAuthorizationCommand"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js new file mode 100644 index 000000000..67e1cf3bf --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js @@ -0,0 +1,8 @@ +export const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + defaultSigningName: "awsssooidc", + }; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js new file mode 100644 index 000000000..f7d9738dd --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js @@ -0,0 +1,8 @@ +import { resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { ruleSet } from "./ruleset"; +export const defaultEndpointResolver = (endpointParams, context = {}) => { + return resolveEndpoint(ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js new file mode 100644 index 000000000..6dbbfac48 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js @@ -0,0 +1,4 @@ +const p = "required", q = "fn", r = "argv", s = "ref"; +const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i]; +const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }; +export const ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js new file mode 100644 index 000000000..c75766601 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js @@ -0,0 +1,5 @@ +export * from "./SSOOIDC"; +export * from "./SSOOIDCClient"; +export * from "./commands"; +export * from "./models"; +export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js new file mode 100644 index 000000000..346fac28f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js @@ -0,0 +1,7 @@ +import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client"; +export class SSOOIDCServiceException extends __ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, SSOOIDCServiceException.prototype); + } +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js new file mode 100644 index 000000000..7eee4f56a --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js @@ -0,0 +1,187 @@ +import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException"; +export class AccessDeniedException extends __BaseException { + constructor(opts) { + super({ + name: "AccessDeniedException", + $fault: "client", + ...opts, + }); + this.name = "AccessDeniedException"; + this.$fault = "client"; + Object.setPrototypeOf(this, AccessDeniedException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class AuthorizationPendingException extends __BaseException { + constructor(opts) { + super({ + name: "AuthorizationPendingException", + $fault: "client", + ...opts, + }); + this.name = "AuthorizationPendingException"; + this.$fault = "client"; + Object.setPrototypeOf(this, AuthorizationPendingException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class ExpiredTokenException extends __BaseException { + constructor(opts) { + super({ + name: "ExpiredTokenException", + $fault: "client", + ...opts, + }); + this.name = "ExpiredTokenException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ExpiredTokenException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class InternalServerException extends __BaseException { + constructor(opts) { + super({ + name: "InternalServerException", + $fault: "server", + ...opts, + }); + this.name = "InternalServerException"; + this.$fault = "server"; + Object.setPrototypeOf(this, InternalServerException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class InvalidClientException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidClientException", + $fault: "client", + ...opts, + }); + this.name = "InvalidClientException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidClientException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class InvalidGrantException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidGrantException", + $fault: "client", + ...opts, + }); + this.name = "InvalidGrantException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidGrantException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class InvalidRequestException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidRequestException", + $fault: "client", + ...opts, + }); + this.name = "InvalidRequestException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidRequestException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class InvalidScopeException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidScopeException", + $fault: "client", + ...opts, + }); + this.name = "InvalidScopeException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidScopeException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class SlowDownException extends __BaseException { + constructor(opts) { + super({ + name: "SlowDownException", + $fault: "client", + ...opts, + }); + this.name = "SlowDownException"; + this.$fault = "client"; + Object.setPrototypeOf(this, SlowDownException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class UnauthorizedClientException extends __BaseException { + constructor(opts) { + super({ + name: "UnauthorizedClientException", + $fault: "client", + ...opts, + }); + this.name = "UnauthorizedClientException"; + this.$fault = "client"; + Object.setPrototypeOf(this, UnauthorizedClientException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class UnsupportedGrantTypeException extends __BaseException { + constructor(opts) { + super({ + name: "UnsupportedGrantTypeException", + $fault: "client", + ...opts, + }); + this.name = "UnsupportedGrantTypeException"; + this.$fault = "client"; + Object.setPrototypeOf(this, UnsupportedGrantTypeException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export class InvalidClientMetadataException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidClientMetadataException", + $fault: "client", + ...opts, + }); + this.name = "InvalidClientMetadataException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidClientMetadataException.prototype); + this.error = opts.error; + this.error_description = opts.error_description; + } +} +export const CreateTokenRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const CreateTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const RegisterClientRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const RegisterClientResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const StartDeviceAuthorizationRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const StartDeviceAuthorizationResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js new file mode 100644 index 000000000..b0a815c90 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js @@ -0,0 +1,513 @@ +import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http"; +import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map, throwDefaultError, } from "@aws-sdk/smithy-client"; +import { AccessDeniedException, AuthorizationPendingException, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidClientMetadataException, InvalidGrantException, InvalidRequestException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, } from "../models/models_0"; +import { SSOOIDCServiceException as __BaseException } from "../models/SSOOIDCServiceException"; +export const serializeAws_restJson1CreateTokenCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = { + "content-type": "application/json", + }; + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/token"; + let body; + body = JSON.stringify({ + ...(input.clientId != null && { clientId: input.clientId }), + ...(input.clientSecret != null && { clientSecret: input.clientSecret }), + ...(input.code != null && { code: input.code }), + ...(input.deviceCode != null && { deviceCode: input.deviceCode }), + ...(input.grantType != null && { grantType: input.grantType }), + ...(input.redirectUri != null && { redirectUri: input.redirectUri }), + ...(input.refreshToken != null && { refreshToken: input.refreshToken }), + ...(input.scope != null && { scope: serializeAws_restJson1Scopes(input.scope, context) }), + }); + return new __HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +export const serializeAws_restJson1RegisterClientCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = { + "content-type": "application/json", + }; + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/client/register"; + let body; + body = JSON.stringify({ + ...(input.clientName != null && { clientName: input.clientName }), + ...(input.clientType != null && { clientType: input.clientType }), + ...(input.scopes != null && { scopes: serializeAws_restJson1Scopes(input.scopes, context) }), + }); + return new __HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +export const serializeAws_restJson1StartDeviceAuthorizationCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = { + "content-type": "application/json", + }; + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/device_authorization"; + let body; + body = JSON.stringify({ + ...(input.clientId != null && { clientId: input.clientId }), + ...(input.clientSecret != null && { clientSecret: input.clientSecret }), + ...(input.startUrl != null && { startUrl: input.startUrl }), + }); + return new __HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +export const deserializeAws_restJson1CreateTokenCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1CreateTokenCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body"); + if (data.accessToken != null) { + contents.accessToken = __expectString(data.accessToken); + } + if (data.expiresIn != null) { + contents.expiresIn = __expectInt32(data.expiresIn); + } + if (data.idToken != null) { + contents.idToken = __expectString(data.idToken); + } + if (data.refreshToken != null) { + contents.refreshToken = __expectString(data.refreshToken); + } + if (data.tokenType != null) { + contents.tokenType = __expectString(data.tokenType); + } + return contents; +}; +const deserializeAws_restJson1CreateTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "AccessDeniedException": + case "com.amazonaws.ssooidc#AccessDeniedException": + throw await deserializeAws_restJson1AccessDeniedExceptionResponse(parsedOutput, context); + case "AuthorizationPendingException": + case "com.amazonaws.ssooidc#AuthorizationPendingException": + throw await deserializeAws_restJson1AuthorizationPendingExceptionResponse(parsedOutput, context); + case "ExpiredTokenException": + case "com.amazonaws.ssooidc#ExpiredTokenException": + throw await deserializeAws_restJson1ExpiredTokenExceptionResponse(parsedOutput, context); + case "InternalServerException": + case "com.amazonaws.ssooidc#InternalServerException": + throw await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context); + case "InvalidClientException": + case "com.amazonaws.ssooidc#InvalidClientException": + throw await deserializeAws_restJson1InvalidClientExceptionResponse(parsedOutput, context); + case "InvalidGrantException": + case "com.amazonaws.ssooidc#InvalidGrantException": + throw await deserializeAws_restJson1InvalidGrantExceptionResponse(parsedOutput, context); + case "InvalidRequestException": + case "com.amazonaws.ssooidc#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "InvalidScopeException": + case "com.amazonaws.ssooidc#InvalidScopeException": + throw await deserializeAws_restJson1InvalidScopeExceptionResponse(parsedOutput, context); + case "SlowDownException": + case "com.amazonaws.ssooidc#SlowDownException": + throw await deserializeAws_restJson1SlowDownExceptionResponse(parsedOutput, context); + case "UnauthorizedClientException": + case "com.amazonaws.ssooidc#UnauthorizedClientException": + throw await deserializeAws_restJson1UnauthorizedClientExceptionResponse(parsedOutput, context); + case "UnsupportedGrantTypeException": + case "com.amazonaws.ssooidc#UnsupportedGrantTypeException": + throw await deserializeAws_restJson1UnsupportedGrantTypeExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_restJson1RegisterClientCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1RegisterClientCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body"); + if (data.authorizationEndpoint != null) { + contents.authorizationEndpoint = __expectString(data.authorizationEndpoint); + } + if (data.clientId != null) { + contents.clientId = __expectString(data.clientId); + } + if (data.clientIdIssuedAt != null) { + contents.clientIdIssuedAt = __expectLong(data.clientIdIssuedAt); + } + if (data.clientSecret != null) { + contents.clientSecret = __expectString(data.clientSecret); + } + if (data.clientSecretExpiresAt != null) { + contents.clientSecretExpiresAt = __expectLong(data.clientSecretExpiresAt); + } + if (data.tokenEndpoint != null) { + contents.tokenEndpoint = __expectString(data.tokenEndpoint); + } + return contents; +}; +const deserializeAws_restJson1RegisterClientCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalServerException": + case "com.amazonaws.ssooidc#InternalServerException": + throw await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context); + case "InvalidClientMetadataException": + case "com.amazonaws.ssooidc#InvalidClientMetadataException": + throw await deserializeAws_restJson1InvalidClientMetadataExceptionResponse(parsedOutput, context); + case "InvalidRequestException": + case "com.amazonaws.ssooidc#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "InvalidScopeException": + case "com.amazonaws.ssooidc#InvalidScopeException": + throw await deserializeAws_restJson1InvalidScopeExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_restJson1StartDeviceAuthorizationCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1StartDeviceAuthorizationCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body"); + if (data.deviceCode != null) { + contents.deviceCode = __expectString(data.deviceCode); + } + if (data.expiresIn != null) { + contents.expiresIn = __expectInt32(data.expiresIn); + } + if (data.interval != null) { + contents.interval = __expectInt32(data.interval); + } + if (data.userCode != null) { + contents.userCode = __expectString(data.userCode); + } + if (data.verificationUri != null) { + contents.verificationUri = __expectString(data.verificationUri); + } + if (data.verificationUriComplete != null) { + contents.verificationUriComplete = __expectString(data.verificationUriComplete); + } + return contents; +}; +const deserializeAws_restJson1StartDeviceAuthorizationCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InternalServerException": + case "com.amazonaws.ssooidc#InternalServerException": + throw await deserializeAws_restJson1InternalServerExceptionResponse(parsedOutput, context); + case "InvalidClientException": + case "com.amazonaws.ssooidc#InvalidClientException": + throw await deserializeAws_restJson1InvalidClientExceptionResponse(parsedOutput, context); + case "InvalidRequestException": + case "com.amazonaws.ssooidc#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "SlowDownException": + case "com.amazonaws.ssooidc#SlowDownException": + throw await deserializeAws_restJson1SlowDownExceptionResponse(parsedOutput, context); + case "UnauthorizedClientException": + case "com.amazonaws.ssooidc#UnauthorizedClientException": + throw await deserializeAws_restJson1UnauthorizedClientExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +const map = __map; +const deserializeAws_restJson1AccessDeniedExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new AccessDeniedException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1AuthorizationPendingExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new AuthorizationPendingException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1ExpiredTokenExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new ExpiredTokenException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InternalServerExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new InternalServerException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidClientExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new InvalidClientException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidClientMetadataExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new InvalidClientMetadataException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidGrantExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new InvalidGrantException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidRequestExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new InvalidRequestException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1InvalidScopeExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new InvalidScopeException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1SlowDownExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new SlowDownException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1UnauthorizedClientExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new UnauthorizedClientException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1UnsupportedGrantTypeExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.error != null) { + contents.error = __expectString(data.error); + } + if (data.error_description != null) { + contents.error_description = __expectString(data.error_description); + } + const exception = new UnsupportedGrantTypeException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const serializeAws_restJson1Scopes = (input, context) => { + return input + .filter((e) => e != null) + .map((entry) => { + return entry; + }); +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const isSerializableHeaderValue = (value) => value !== undefined && + value !== null && + value !== "" && + (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && + (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0); +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + return JSON.parse(encoded); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + value.message = value.message ?? value.Message; + return value; +}; +const loadRestJsonErrorCode = (output, data) => { + const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()); + const sanitizeErrorCode = (rawValue) => { + let cleanValue = rawValue; + if (typeof cleanValue === "number") { + cleanValue = cleanValue.toString(); + } + if (cleanValue.indexOf(",") >= 0) { + cleanValue = cleanValue.split(",")[0]; + } + if (cleanValue.indexOf(":") >= 0) { + cleanValue = cleanValue.split(":")[0]; + } + if (cleanValue.indexOf("#") >= 0) { + cleanValue = cleanValue.split("#")[1]; + } + return cleanValue; + }; + const headerKey = findKey(output.headers, "x-amzn-errortype"); + if (headerKey !== undefined) { + return sanitizeErrorCode(output.headers[headerKey]); + } + if (data.code !== undefined) { + return sanitizeErrorCode(data.code); + } + if (data["__type"] !== undefined) { + return sanitizeErrorCode(data["__type"]); + } +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js new file mode 100644 index 000000000..ad7975612 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js @@ -0,0 +1,36 @@ +import packageInfo from "../package.json"; +import { Sha256 } from "@aws-crypto/sha256-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; +import { invalidProvider } from "@aws-sdk/invalid-dependency"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +export const getRuntimeConfig = (config) => { + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? invalidProvider("Region is missing"), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? Sha256, + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js new file mode 100644 index 000000000..e007337b3 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js @@ -0,0 +1,43 @@ +import packageInfo from "../package.json"; +import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver"; +import { Hash } from "@aws-sdk/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +export const getRuntimeConfig = (config) => { + emitWarningIfUnsupportedVersion(process.version); + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + loadNodeConfig({ + ...NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js new file mode 100644 index 000000000..0b5469528 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js @@ -0,0 +1,11 @@ +import { Sha256 } from "@aws-crypto/sha256-js"; +import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; +export const getRuntimeConfig = (config) => { + const browserDefaults = getBrowserRuntimeConfig(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? Sha256, + }; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js new file mode 100644 index 000000000..5f0c92063 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js @@ -0,0 +1,14 @@ +import { NoOpLogger } from "@aws-sdk/smithy-client"; +import { parseUrl } from "@aws-sdk/url-parser"; +import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; +import { defaultEndpointResolver } from "./endpoint/endpointResolver"; +export const getRuntimeConfig = (config) => ({ + apiVersion: "2019-06-10", + base64Decoder: config?.base64Decoder ?? fromBase64, + base64Encoder: config?.base64Encoder ?? toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? defaultEndpointResolver, + logger: config?.logger ?? new NoOpLogger(), + serviceId: config?.serviceId ?? "SSO OIDC", + urlParser: config?.urlParser ?? parseUrl, +}); diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts new file mode 100644 index 000000000..0574ea8c8 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts @@ -0,0 +1,71 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; +import { RegisterClientCommandInput, RegisterClientCommandOutput } from "./commands/RegisterClientCommand"; +import { StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput } from "./commands/StartDeviceAuthorizationCommand"; +import { SSOOIDCClient } from "./SSOOIDCClient"; +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI + * or a native application) to register with IAM Identity Center. The service also enables the client to + * fetch the user’s access token upon successful authentication and authorization with + * IAM Identity Center.

+ * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ *

+ * Considerations for Using This Guide + *

+ *

Before you begin using this guide, we recommend that you first review the following + * important information about how the IAM Identity Center OIDC service works.

+ *
    + *
  • + *

    The IAM Identity Center OIDC service currently implements only the portions of the OAuth 2.0 + * Device Authorization Grant standard (https://tools.ietf.org/html/rfc8628) that are necessary to enable single + * sign-on authentication with the AWS CLI. Support for other OIDC flows frequently needed + * for native applications, such as Authorization Code Flow (+ PKCE), will be addressed in + * future releases.

    + *
  • + *
  • + *

    The service emits only OIDC access tokens, such that obtaining a new token (For + * example, token refresh) requires explicit user re-authentication.

    + *
  • + *
  • + *

    The access tokens provided by this service grant access to all AWS account + * entitlements assigned to an IAM Identity Center user, not just a particular application.

    + *
  • + *
  • + *

    The documentation in this guide does not describe the mechanism to convert the access + * token into AWS Auth (“sigv4”) credentials for use with IAM-protected AWS service + * endpoints. For more information, see GetRoleCredentials in the IAM Identity Center Portal API Reference + * Guide.

    + *
  • + *
+ * + *

For general information about IAM Identity Center, see What is + * IAM Identity Center? in the IAM Identity Center User Guide.

+ */ +export declare class SSOOIDC extends SSOOIDCClient { + /** + *

Creates and returns an access token for the authorized client. The access token issued + * will be used to fetch short-term credentials for the assigned roles in the AWS + * account.

+ */ + createToken(args: CreateTokenCommandInput, options?: __HttpHandlerOptions): Promise; + createToken(args: CreateTokenCommandInput, cb: (err: any, data?: CreateTokenCommandOutput) => void): void; + createToken(args: CreateTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTokenCommandOutput) => void): void; + /** + *

Registers a client with IAM Identity Center. This allows clients to initiate device authorization. + * The output should be persisted for reuse through many authentication requests.

+ */ + registerClient(args: RegisterClientCommandInput, options?: __HttpHandlerOptions): Promise; + registerClient(args: RegisterClientCommandInput, cb: (err: any, data?: RegisterClientCommandOutput) => void): void; + registerClient(args: RegisterClientCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterClientCommandOutput) => void): void; + /** + *

Initiates device authorization by requesting a pair of verification codes from the + * authorization service.

+ */ + startDeviceAuthorization(args: StartDeviceAuthorizationCommandInput, options?: __HttpHandlerOptions): Promise; + startDeviceAuthorization(args: StartDeviceAuthorizationCommandInput, cb: (err: any, data?: StartDeviceAuthorizationCommandOutput) => void): void; + startDeviceAuthorization(args: StartDeviceAuthorizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeviceAuthorizationCommandOutput) => void): void; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts new file mode 100644 index 000000000..8967d571b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts @@ -0,0 +1,177 @@ +import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; +import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint"; +import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; +import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; +import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client"; +import { BodyLengthCalculator as __BodyLengthCalculator, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types"; +import { CreateTokenCommandInput, CreateTokenCommandOutput } from "./commands/CreateTokenCommand"; +import { RegisterClientCommandInput, RegisterClientCommandOutput } from "./commands/RegisterClientCommand"; +import { StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput } from "./commands/StartDeviceAuthorizationCommand"; +import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = CreateTokenCommandInput | RegisterClientCommandInput | StartDeviceAuthorizationCommandInput; +export declare type ServiceOutputTypes = CreateTokenCommandOutput | RegisterClientCommandOutput | StartDeviceAuthorizationCommandOutput; +export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + /** + * The HTTP handler to use. Fetch in browser and Https in Nodejs. + */ + requestHandler?: __HttpHandler; + /** + * A constructor for a class implementing the {@link __Hash} interface + * that computes the SHA-256 HMAC or checksum of a string or binary buffer. + * @internal + */ + sha256?: __HashConstructor; + /** + * The function that will be used to convert strings into HTTP endpoints. + * @internal + */ + urlParser?: __UrlParser; + /** + * A function that can calculate the length of a request body. + * @internal + */ + bodyLengthChecker?: __BodyLengthCalculator; + /** + * A function that converts a stream into an array of bytes. + * @internal + */ + streamCollector?: __StreamCollector; + /** + * The function that will be used to convert a base64-encoded string to a byte array. + * @internal + */ + base64Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a base64-encoded string. + * @internal + */ + base64Encoder?: __Encoder; + /** + * The function that will be used to convert a UTF8-encoded string to a byte array. + * @internal + */ + utf8Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a UTF-8 encoded string. + * @internal + */ + utf8Encoder?: __Encoder; + /** + * The runtime environment. + * @internal + */ + runtime?: string; + /** + * Disable dyanamically changing the endpoint of the client based on the hostPrefix + * trait of an operation. + */ + disableHostPrefix?: boolean; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** + * Enables IPv6/IPv4 dualstack endpoint. + */ + useDualstackEndpoint?: boolean | __Provider; + /** + * Enables FIPS compatible endpoints. + */ + useFipsEndpoint?: boolean | __Provider; + /** + * Unique service identifier. + * @internal + */ + serviceId?: string; + /** + * The AWS region to which this client will send requests + */ + region?: string | __Provider; + /** + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header + * @internal + */ + defaultUserAgentProvider?: Provider<__UserAgent>; + /** + * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + */ + defaultsMode?: DefaultsMode | Provider; +} +declare type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & ClientInputEndpointParameters; +/** + * The configuration interface of SSOOIDCClient class constructor that set the region, credentials and other options. + */ +export interface SSOOIDCClientConfig extends SSOOIDCClientConfigType { +} +declare type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters; +/** + * The resolved configuration interface of SSOOIDCClient class. This is resolved and normalized from the {@link SSOOIDCClientConfig | constructor configuration interface}. + */ +export interface SSOOIDCClientResolvedConfig extends SSOOIDCClientResolvedConfigType { +} +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI + * or a native application) to register with IAM Identity Center. The service also enables the client to + * fetch the user’s access token upon successful authentication and authorization with + * IAM Identity Center.

+ * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ *

+ * Considerations for Using This Guide + *

+ *

Before you begin using this guide, we recommend that you first review the following + * important information about how the IAM Identity Center OIDC service works.

+ *
    + *
  • + *

    The IAM Identity Center OIDC service currently implements only the portions of the OAuth 2.0 + * Device Authorization Grant standard (https://tools.ietf.org/html/rfc8628) that are necessary to enable single + * sign-on authentication with the AWS CLI. Support for other OIDC flows frequently needed + * for native applications, such as Authorization Code Flow (+ PKCE), will be addressed in + * future releases.

    + *
  • + *
  • + *

    The service emits only OIDC access tokens, such that obtaining a new token (For + * example, token refresh) requires explicit user re-authentication.

    + *
  • + *
  • + *

    The access tokens provided by this service grant access to all AWS account + * entitlements assigned to an IAM Identity Center user, not just a particular application.

    + *
  • + *
  • + *

    The documentation in this guide does not describe the mechanism to convert the access + * token into AWS Auth (“sigv4”) credentials for use with IAM-protected AWS service + * endpoints. For more information, see GetRoleCredentials in the IAM Identity Center Portal API Reference + * Guide.

    + *
  • + *
+ * + *

For general information about IAM Identity Center, see What is + * IAM Identity Center? in the IAM Identity Center User Guide.

+ */ +export declare class SSOOIDCClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig> { + /** + * The resolved configuration of SSOOIDCClient class. This is resolved and normalized from the {@link SSOOIDCClientConfig | constructor configuration interface}. + */ + readonly config: SSOOIDCClientResolvedConfig; + constructor(configuration: SSOOIDCClientConfig); + /** + * Destroy underlying resources, like sockets. It's usually not necessary to do this. + * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. + * Otherwise, sockets might stay open for quite a long time before the server terminates them. + */ + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts new file mode 100644 index 000000000..a21ff8eab --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig } from "../SSOOIDCClient"; +export interface CreateTokenCommandInput extends CreateTokenRequest { +} +export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer { +} +/** + *

Creates and returns an access token for the authorized client. The access token issued + * will be used to fetch short-term credentials for the assigned roles in the AWS + * account.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOOIDCClient, CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import + * // const { SSOOIDCClient, CreateTokenCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import + * const client = new SSOOIDCClient(config); + * const command = new CreateTokenCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link CreateTokenCommandInput} for command's `input` shape. + * @see {@link CreateTokenCommandOutput} for command's `response` shape. + * @see {@link SSOOIDCClientResolvedConfig | config} for SSOOIDCClient's `config` shape. + * + */ +export declare class CreateTokenCommand extends $Command { + readonly input: CreateTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: CreateTokenCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOOIDCClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts new file mode 100644 index 000000000..307eda6d5 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { RegisterClientRequest, RegisterClientResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig } from "../SSOOIDCClient"; +export interface RegisterClientCommandInput extends RegisterClientRequest { +} +export interface RegisterClientCommandOutput extends RegisterClientResponse, __MetadataBearer { +} +/** + *

Registers a client with IAM Identity Center. This allows clients to initiate device authorization. + * The output should be persisted for reuse through many authentication requests.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOOIDCClient, RegisterClientCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import + * // const { SSOOIDCClient, RegisterClientCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import + * const client = new SSOOIDCClient(config); + * const command = new RegisterClientCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link RegisterClientCommandInput} for command's `input` shape. + * @see {@link RegisterClientCommandOutput} for command's `response` shape. + * @see {@link SSOOIDCClientResolvedConfig | config} for SSOOIDCClient's `config` shape. + * + */ +export declare class RegisterClientCommand extends $Command { + readonly input: RegisterClientCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: RegisterClientCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOOIDCClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts new file mode 100644 index 000000000..96d6f80a5 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { StartDeviceAuthorizationRequest, StartDeviceAuthorizationResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig } from "../SSOOIDCClient"; +export interface StartDeviceAuthorizationCommandInput extends StartDeviceAuthorizationRequest { +} +export interface StartDeviceAuthorizationCommandOutput extends StartDeviceAuthorizationResponse, __MetadataBearer { +} +/** + *

Initiates device authorization by requesting a pair of verification codes from the + * authorization service.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOOIDCClient, StartDeviceAuthorizationCommand } from "@aws-sdk/client-sso-oidc"; // ES Modules import + * // const { SSOOIDCClient, StartDeviceAuthorizationCommand } = require("@aws-sdk/client-sso-oidc"); // CommonJS import + * const client = new SSOOIDCClient(config); + * const command = new StartDeviceAuthorizationCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link StartDeviceAuthorizationCommandInput} for command's `input` shape. + * @see {@link StartDeviceAuthorizationCommandOutput} for command's `response` shape. + * @see {@link SSOOIDCClientResolvedConfig | config} for SSOOIDCClient's `config` shape. + * + */ +export declare class StartDeviceAuthorizationCommand extends $Command { + readonly input: StartDeviceAuthorizationCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: StartDeviceAuthorizationCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOOIDCClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts new file mode 100644 index 000000000..53f139a07 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts @@ -0,0 +1,3 @@ +export * from "./CreateTokenCommand"; +export * from "./RegisterClientCommand"; +export * from "./StartDeviceAuthorizationCommand"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..fd716b2af --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts @@ -0,0 +1,19 @@ +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: string | Provider | Endpoint | Provider | EndpointV2 | Provider; +} +export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export declare const resolveClientEndpointParameters: (options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..62107b6db --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts @@ -0,0 +1,5 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: { + logger?: Logger; +}) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts new file mode 100644 index 000000000..c75766601 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts @@ -0,0 +1,5 @@ +export * from "./SSOOIDC"; +export * from "./SSOOIDCClient"; +export * from "./commands"; +export * from "./models"; +export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts new file mode 100644 index 000000000..e9c746e83 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts @@ -0,0 +1,10 @@ +import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client"; +/** + * Base exception class for all service exceptions from SSOOIDC service. + */ +export declare class SSOOIDCServiceException extends __ServiceException { + /** + * @internal + */ + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts new file mode 100644 index 000000000..b16ea37b0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts @@ -0,0 +1,371 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException"; +/** + *

You do not have sufficient access to perform this action.

+ */ +export declare class AccessDeniedException extends __BaseException { + readonly name: "AccessDeniedException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that a request to authorize a client with an access user session token is + * pending.

+ */ +export declare class AuthorizationPendingException extends __BaseException { + readonly name: "AuthorizationPendingException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface CreateTokenRequest { + /** + *

The unique identifier string for each client. This value should come from the persisted + * result of the RegisterClient API.

+ */ + clientId: string | undefined; + /** + *

A secret string generated for the client. This value should come from the persisted result + * of the RegisterClient API.

+ */ + clientSecret: string | undefined; + /** + *

Supports grant types for the authorization code, refresh token, and device code request. + * For device code requests, specify the following value:

+ * + *

+ * urn:ietf:params:oauth:grant-type:device_code + * + *

+ * + *

For information about how to obtain the device code, see the StartDeviceAuthorization topic.

+ */ + grantType: string | undefined; + /** + *

Used only when calling this API for the device code grant type. This short-term code is + * used to identify this authentication attempt. This should come from an in-memory reference to + * the result of the StartDeviceAuthorization API.

+ */ + deviceCode?: string; + /** + *

The authorization code received from the authorization service. This parameter is required + * to perform an authorization grant request to get access to a token.

+ */ + code?: string; + /** + *

Currently, refreshToken is not yet implemented and is not supported. For more + * information about the features and limitations of the current IAM Identity Center OIDC implementation, + * see Considerations for Using this Guide in the IAM Identity Center + * OIDC API Reference.

+ *

The token used to obtain an access token in the event that the access token is invalid or + * expired.

+ */ + refreshToken?: string; + /** + *

The list of scopes that is defined by the client. Upon authorization, this list is used to + * restrict permissions when granting an access token.

+ */ + scope?: string[]; + /** + *

The location of the application that will receive the authorization code. Users authorize + * the service to send the request to this location.

+ */ + redirectUri?: string; +} +export interface CreateTokenResponse { + /** + *

An opaque token to access IAM Identity Center resources assigned to a user.

+ */ + accessToken?: string; + /** + *

Used to notify the client that the returned token is an access token. The supported type + * is BearerToken.

+ */ + tokenType?: string; + /** + *

Indicates the time in seconds when an access token will expire.

+ */ + expiresIn?: number; + /** + *

Currently, refreshToken is not yet implemented and is not supported. For more + * information about the features and limitations of the current IAM Identity Center OIDC implementation, + * see Considerations for Using this Guide in the IAM Identity Center + * OIDC API Reference.

+ *

A token that, if present, can be used to refresh a previously issued access token that + * might have expired.

+ */ + refreshToken?: string; + /** + *

Currently, idToken is not yet implemented and is not supported. For more + * information about the features and limitations of the current IAM Identity Center OIDC implementation, + * see Considerations for Using this Guide in the IAM Identity Center + * OIDC API Reference.

+ *

The identifier of the user that associated with the access token, if present.

+ */ + idToken?: string; +} +/** + *

Indicates that the token issued by the service is expired and is no longer valid.

+ */ +export declare class ExpiredTokenException extends __BaseException { + readonly name: "ExpiredTokenException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that an error from the service occurred while trying to process a + * request.

+ */ +export declare class InternalServerException extends __BaseException { + readonly name: "InternalServerException"; + readonly $fault: "server"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the clientId or clientSecret in the request is + * invalid. For example, this can occur when a client sends an incorrect clientId or + * an expired clientSecret.

+ */ +export declare class InvalidClientException extends __BaseException { + readonly name: "InvalidClientException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that a request contains an invalid grant. This can occur if a client makes a + * CreateToken request with an invalid grant type.

+ */ +export declare class InvalidGrantException extends __BaseException { + readonly name: "InvalidGrantException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that something is wrong with the input to the request. For example, a required + * parameter might be missing or out of range.

+ */ +export declare class InvalidRequestException extends __BaseException { + readonly name: "InvalidRequestException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the scope provided in the request is invalid.

+ */ +export declare class InvalidScopeException extends __BaseException { + readonly name: "InvalidScopeException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the client is making the request too frequently and is more than the + * service can handle.

+ */ +export declare class SlowDownException extends __BaseException { + readonly name: "SlowDownException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the client is not currently authorized to make the request. This can happen + * when a clientId is not issued for a public client.

+ */ +export declare class UnauthorizedClientException extends __BaseException { + readonly name: "UnauthorizedClientException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the grant type in the request is not supported by the service.

+ */ +export declare class UnsupportedGrantTypeException extends __BaseException { + readonly name: "UnsupportedGrantTypeException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the client information sent in the request during registration is + * invalid.

+ */ +export declare class InvalidClientMetadataException extends __BaseException { + readonly name: "InvalidClientMetadataException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface RegisterClientRequest { + /** + *

The friendly name of the client.

+ */ + clientName: string | undefined; + /** + *

The type of client. The service supports only public as a client type. + * Anything other than public will be rejected by the service.

+ */ + clientType: string | undefined; + /** + *

The list of scopes that are defined by the client. Upon authorization, this list is used + * to restrict permissions when granting an access token.

+ */ + scopes?: string[]; +} +export interface RegisterClientResponse { + /** + *

The unique identifier string for each client. This client uses this identifier to get + * authenticated by the service in subsequent calls.

+ */ + clientId?: string; + /** + *

A secret string generated for the client. The client will use this string to get + * authenticated by the service in subsequent calls.

+ */ + clientSecret?: string; + /** + *

Indicates the time at which the clientId and clientSecret were + * issued.

+ */ + clientIdIssuedAt?: number; + /** + *

Indicates the time at which the clientId and clientSecret will + * become invalid.

+ */ + clientSecretExpiresAt?: number; + /** + *

The endpoint where the client can request authorization.

+ */ + authorizationEndpoint?: string; + /** + *

The endpoint where the client can get an access token.

+ */ + tokenEndpoint?: string; +} +export interface StartDeviceAuthorizationRequest { + /** + *

The unique identifier string for the client that is registered with IAM Identity Center. This value + * should come from the persisted result of the RegisterClient API + * operation.

+ */ + clientId: string | undefined; + /** + *

A secret string that is generated for the client. This value should come from the + * persisted result of the RegisterClient API operation.

+ */ + clientSecret: string | undefined; + /** + *

The URL for the AWS access portal. For more information, see Using + * the AWS access portal in the IAM Identity Center User Guide.

+ */ + startUrl: string | undefined; +} +export interface StartDeviceAuthorizationResponse { + /** + *

The short-lived code that is used by the device when polling for a session token.

+ */ + deviceCode?: string; + /** + *

A one-time user verification code. This is needed to authorize an in-use device.

+ */ + userCode?: string; + /** + *

The URI of the verification page that takes the userCode to authorize the + * device.

+ */ + verificationUri?: string; + /** + *

An alternate URL that the client can use to automatically launch a browser. This process + * skips the manual step in which the user visits the verification page and enters their + * code.

+ */ + verificationUriComplete?: string; + /** + *

Indicates the number of seconds in which the verification code will become invalid.

+ */ + expiresIn?: number; + /** + *

Indicates the number of seconds the client must wait between attempts when polling for a + * session.

+ */ + interval?: number; +} +/** + * @internal + */ +export declare const CreateTokenRequestFilterSensitiveLog: (obj: CreateTokenRequest) => any; +/** + * @internal + */ +export declare const CreateTokenResponseFilterSensitiveLog: (obj: CreateTokenResponse) => any; +/** + * @internal + */ +export declare const RegisterClientRequestFilterSensitiveLog: (obj: RegisterClientRequest) => any; +/** + * @internal + */ +export declare const RegisterClientResponseFilterSensitiveLog: (obj: RegisterClientResponse) => any; +/** + * @internal + */ +export declare const StartDeviceAuthorizationRequestFilterSensitiveLog: (obj: StartDeviceAuthorizationRequest) => any; +/** + * @internal + */ +export declare const StartDeviceAuthorizationResponseFilterSensitiveLog: (obj: StartDeviceAuthorizationResponse) => any; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts new file mode 100644 index 000000000..bab2b5a74 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts @@ -0,0 +1,11 @@ +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { CreateTokenCommandInput, CreateTokenCommandOutput } from "../commands/CreateTokenCommand"; +import { RegisterClientCommandInput, RegisterClientCommandOutput } from "../commands/RegisterClientCommand"; +import { StartDeviceAuthorizationCommandInput, StartDeviceAuthorizationCommandOutput } from "../commands/StartDeviceAuthorizationCommand"; +export declare const serializeAws_restJson1CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1RegisterClientCommand: (input: RegisterClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1StartDeviceAuthorizationCommand: (input: StartDeviceAuthorizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const deserializeAws_restJson1CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_restJson1RegisterClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_restJson1StartDeviceAuthorizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..f42711c72 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts @@ -0,0 +1,35 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts new file mode 100644 index 000000000..b4788e5c0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts @@ -0,0 +1,35 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts new file mode 100644 index 000000000..709877146 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts @@ -0,0 +1,34 @@ +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider; + endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..d6578d431 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts new file mode 100644 index 000000000..9187bfe31 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts @@ -0,0 +1,55 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { + CreateTokenCommandInput, + CreateTokenCommandOutput, +} from "./commands/CreateTokenCommand"; +import { + RegisterClientCommandInput, + RegisterClientCommandOutput, +} from "./commands/RegisterClientCommand"; +import { + StartDeviceAuthorizationCommandInput, + StartDeviceAuthorizationCommandOutput, +} from "./commands/StartDeviceAuthorizationCommand"; +import { SSOOIDCClient } from "./SSOOIDCClient"; +export declare class SSOOIDC extends SSOOIDCClient { + createToken( + args: CreateTokenCommandInput, + options?: __HttpHandlerOptions + ): Promise; + createToken( + args: CreateTokenCommandInput, + cb: (err: any, data?: CreateTokenCommandOutput) => void + ): void; + createToken( + args: CreateTokenCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: CreateTokenCommandOutput) => void + ): void; + registerClient( + args: RegisterClientCommandInput, + options?: __HttpHandlerOptions + ): Promise; + registerClient( + args: RegisterClientCommandInput, + cb: (err: any, data?: RegisterClientCommandOutput) => void + ): void; + registerClient( + args: RegisterClientCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: RegisterClientCommandOutput) => void + ): void; + startDeviceAuthorization( + args: StartDeviceAuthorizationCommandInput, + options?: __HttpHandlerOptions + ): Promise; + startDeviceAuthorization( + args: StartDeviceAuthorizationCommandInput, + cb: (err: any, data?: StartDeviceAuthorizationCommandOutput) => void + ): void; + startDeviceAuthorization( + args: StartDeviceAuthorizationCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: StartDeviceAuthorizationCommandOutput) => void + ): void; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts new file mode 100644 index 000000000..52ffb05ae --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts @@ -0,0 +1,121 @@ +import { + RegionInputConfig, + RegionResolvedConfig, +} from "@aws-sdk/config-resolver"; +import { + EndpointInputConfig, + EndpointResolvedConfig, +} from "@aws-sdk/middleware-endpoint"; +import { + HostHeaderInputConfig, + HostHeaderResolvedConfig, +} from "@aws-sdk/middleware-host-header"; +import { + RetryInputConfig, + RetryResolvedConfig, +} from "@aws-sdk/middleware-retry"; +import { + UserAgentInputConfig, + UserAgentResolvedConfig, +} from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { + Client as __Client, + DefaultsMode, + SmithyConfiguration as __SmithyConfiguration, + SmithyResolvedConfiguration as __SmithyResolvedConfiguration, +} from "@aws-sdk/smithy-client"; +import { + BodyLengthCalculator as __BodyLengthCalculator, + Decoder as __Decoder, + Encoder as __Encoder, + HashConstructor as __HashConstructor, + HttpHandlerOptions as __HttpHandlerOptions, + Logger as __Logger, + Provider as __Provider, + Provider, + StreamCollector as __StreamCollector, + UrlParser as __UrlParser, + UserAgent as __UserAgent, +} from "@aws-sdk/types"; +import { + CreateTokenCommandInput, + CreateTokenCommandOutput, +} from "./commands/CreateTokenCommand"; +import { + RegisterClientCommandInput, + RegisterClientCommandOutput, +} from "./commands/RegisterClientCommand"; +import { + StartDeviceAuthorizationCommandInput, + StartDeviceAuthorizationCommandOutput, +} from "./commands/StartDeviceAuthorizationCommand"; +import { + ClientInputEndpointParameters, + ClientResolvedEndpointParameters, + EndpointParameters, +} from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = + | CreateTokenCommandInput + | RegisterClientCommandInput + | StartDeviceAuthorizationCommandInput; +export declare type ServiceOutputTypes = + | CreateTokenCommandOutput + | RegisterClientCommandOutput + | StartDeviceAuthorizationCommandOutput; +export interface ClientDefaults + extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + requestHandler?: __HttpHandler; + sha256?: __HashConstructor; + urlParser?: __UrlParser; + bodyLengthChecker?: __BodyLengthCalculator; + streamCollector?: __StreamCollector; + base64Decoder?: __Decoder; + base64Encoder?: __Encoder; + utf8Decoder?: __Decoder; + utf8Encoder?: __Encoder; + runtime?: string; + disableHostPrefix?: boolean; + maxAttempts?: number | __Provider; + retryMode?: string | __Provider; + logger?: __Logger; + useDualstackEndpoint?: boolean | __Provider; + useFipsEndpoint?: boolean | __Provider; + serviceId?: string; + region?: string | __Provider; + defaultUserAgentProvider?: Provider<__UserAgent>; + defaultsMode?: DefaultsMode | Provider; +} +declare type SSOOIDCClientConfigType = Partial< + __SmithyConfiguration<__HttpHandlerOptions> +> & + ClientDefaults & + RegionInputConfig & + EndpointInputConfig & + RetryInputConfig & + HostHeaderInputConfig & + UserAgentInputConfig & + ClientInputEndpointParameters; +export interface SSOOIDCClientConfig extends SSOOIDCClientConfigType {} +declare type SSOOIDCClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; +export interface SSOOIDCClientResolvedConfig + extends SSOOIDCClientResolvedConfigType {} +export declare class SSOOIDCClient extends __Client< + __HttpHandlerOptions, + ServiceInputTypes, + ServiceOutputTypes, + SSOOIDCClientResolvedConfig +> { + readonly config: SSOOIDCClientResolvedConfig; + constructor(configuration: SSOOIDCClientConfig); + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts new file mode 100644 index 000000000..87206df08 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOOIDCClientResolvedConfig, +} from "../SSOOIDCClient"; +export interface CreateTokenCommandInput extends CreateTokenRequest {} +export interface CreateTokenCommandOutput + extends CreateTokenResponse, + __MetadataBearer {} +export declare class CreateTokenCommand extends $Command< + CreateTokenCommandInput, + CreateTokenCommandOutput, + SSOOIDCClientResolvedConfig +> { + readonly input: CreateTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: CreateTokenCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOOIDCClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts new file mode 100644 index 000000000..c678f3f02 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + RegisterClientRequest, + RegisterClientResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOOIDCClientResolvedConfig, +} from "../SSOOIDCClient"; +export interface RegisterClientCommandInput extends RegisterClientRequest {} +export interface RegisterClientCommandOutput + extends RegisterClientResponse, + __MetadataBearer {} +export declare class RegisterClientCommand extends $Command< + RegisterClientCommandInput, + RegisterClientCommandOutput, + SSOOIDCClientResolvedConfig +> { + readonly input: RegisterClientCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: RegisterClientCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOOIDCClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts new file mode 100644 index 000000000..dff78e9e9 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + StartDeviceAuthorizationRequest, + StartDeviceAuthorizationResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOOIDCClientResolvedConfig, +} from "../SSOOIDCClient"; +export interface StartDeviceAuthorizationCommandInput + extends StartDeviceAuthorizationRequest {} +export interface StartDeviceAuthorizationCommandOutput + extends StartDeviceAuthorizationResponse, + __MetadataBearer {} +export declare class StartDeviceAuthorizationCommand extends $Command< + StartDeviceAuthorizationCommandInput, + StartDeviceAuthorizationCommandOutput, + SSOOIDCClientResolvedConfig +> { + readonly input: StartDeviceAuthorizationCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: StartDeviceAuthorizationCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOOIDCClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + StartDeviceAuthorizationCommandInput, + StartDeviceAuthorizationCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts new file mode 100644 index 000000000..53f139a07 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts @@ -0,0 +1,3 @@ +export * from "./CreateTokenCommand"; +export * from "./RegisterClientCommand"; +export * from "./StartDeviceAuthorizationCommand"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..07bea1ea1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts @@ -0,0 +1,34 @@ +import { + Endpoint, + EndpointParameters as __EndpointParameters, + EndpointV2, + Provider, +} from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: + | string + | Provider + | Endpoint + | Provider + | EndpointV2 + | Provider; +} +export declare type ClientResolvedEndpointParameters = + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export declare const resolveClientEndpointParameters: ( + options: T & ClientInputEndpointParameters +) => T & + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..4c971a7f4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts @@ -0,0 +1,8 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: ( + endpointParams: EndpointParameters, + context?: { + logger?: Logger; + } +) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..c75766601 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts @@ -0,0 +1,5 @@ +export * from "./SSOOIDC"; +export * from "./SSOOIDCClient"; +export * from "./commands"; +export * from "./models"; +export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts new file mode 100644 index 000000000..21470ed01 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts @@ -0,0 +1,7 @@ +import { + ServiceException as __ServiceException, + ServiceExceptionOptions as __ServiceExceptionOptions, +} from "@aws-sdk/smithy-client"; +export declare class SSOOIDCServiceException extends __ServiceException { + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts new file mode 100644 index 000000000..f1c2d19ea --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts @@ -0,0 +1,169 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { SSOOIDCServiceException as __BaseException } from "./SSOOIDCServiceException"; +export declare class AccessDeniedException extends __BaseException { + readonly name: "AccessDeniedException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class AuthorizationPendingException extends __BaseException { + readonly name: "AuthorizationPendingException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export interface CreateTokenRequest { + clientId: string | undefined; + clientSecret: string | undefined; + grantType: string | undefined; + deviceCode?: string; + code?: string; + refreshToken?: string; + scope?: string[]; + redirectUri?: string; +} +export interface CreateTokenResponse { + accessToken?: string; + tokenType?: string; + expiresIn?: number; + refreshToken?: string; + idToken?: string; +} +export declare class ExpiredTokenException extends __BaseException { + readonly name: "ExpiredTokenException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InternalServerException extends __BaseException { + readonly name: "InternalServerException"; + readonly $fault: "server"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidClientException extends __BaseException { + readonly name: "InvalidClientException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidGrantException extends __BaseException { + readonly name: "InvalidGrantException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidRequestException extends __BaseException { + readonly name: "InvalidRequestException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidScopeException extends __BaseException { + readonly name: "InvalidScopeException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class SlowDownException extends __BaseException { + readonly name: "SlowDownException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor(opts: __ExceptionOptionType); +} +export declare class UnauthorizedClientException extends __BaseException { + readonly name: "UnauthorizedClientException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class UnsupportedGrantTypeException extends __BaseException { + readonly name: "UnsupportedGrantTypeException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidClientMetadataException extends __BaseException { + readonly name: "InvalidClientMetadataException"; + readonly $fault: "client"; + error?: string; + error_description?: string; + constructor( + opts: __ExceptionOptionType + ); +} +export interface RegisterClientRequest { + clientName: string | undefined; + clientType: string | undefined; + scopes?: string[]; +} +export interface RegisterClientResponse { + clientId?: string; + clientSecret?: string; + clientIdIssuedAt?: number; + clientSecretExpiresAt?: number; + authorizationEndpoint?: string; + tokenEndpoint?: string; +} +export interface StartDeviceAuthorizationRequest { + clientId: string | undefined; + clientSecret: string | undefined; + startUrl: string | undefined; +} +export interface StartDeviceAuthorizationResponse { + deviceCode?: string; + userCode?: string; + verificationUri?: string; + verificationUriComplete?: string; + expiresIn?: number; + interval?: number; +} +export declare const CreateTokenRequestFilterSensitiveLog: ( + obj: CreateTokenRequest +) => any; +export declare const CreateTokenResponseFilterSensitiveLog: ( + obj: CreateTokenResponse +) => any; +export declare const RegisterClientRequestFilterSensitiveLog: ( + obj: RegisterClientRequest +) => any; +export declare const RegisterClientResponseFilterSensitiveLog: ( + obj: RegisterClientResponse +) => any; +export declare const StartDeviceAuthorizationRequestFilterSensitiveLog: ( + obj: StartDeviceAuthorizationRequest +) => any; +export declare const StartDeviceAuthorizationResponseFilterSensitiveLog: ( + obj: StartDeviceAuthorizationResponse +) => any; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts new file mode 100644 index 000000000..db9de74ec --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts @@ -0,0 +1,41 @@ +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, +} from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { + CreateTokenCommandInput, + CreateTokenCommandOutput, +} from "../commands/CreateTokenCommand"; +import { + RegisterClientCommandInput, + RegisterClientCommandOutput, +} from "../commands/RegisterClientCommand"; +import { + StartDeviceAuthorizationCommandInput, + StartDeviceAuthorizationCommandOutput, +} from "../commands/StartDeviceAuthorizationCommand"; +export declare const serializeAws_restJson1CreateTokenCommand: ( + input: CreateTokenCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1RegisterClientCommand: ( + input: RegisterClientCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1StartDeviceAuthorizationCommand: ( + input: StartDeviceAuthorizationCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const deserializeAws_restJson1CreateTokenCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_restJson1RegisterClientCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_restJson1StartDeviceAuthorizationCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..69d0afe73 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts @@ -0,0 +1,67 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts new file mode 100644 index 000000000..c0ca1be8e --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts @@ -0,0 +1,67 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts new file mode 100644 index 000000000..a0bf15180 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts @@ -0,0 +1,56 @@ +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + defaultsMode: + | import("@aws-sdk/smithy-client").DefaultsMode + | import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").DefaultsMode + >; + endpoint?: + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..09a64ed8c --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { SSOOIDCClientConfig } from "./SSOOIDCClient"; +export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-sso-oidc/package.json b/node_modules/@aws-sdk/client-sso-oidc/package.json new file mode 100644 index 000000000..d5bc9e33d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso-oidc/package.json @@ -0,0 +1,100 @@ +{ + "name": "@aws-sdk/client-sso-oidc", + "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native", + "version": "3.245.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:docs": "typedoc", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/sso-oidc.json --keepFiles)" + }, + "main": "./dist-cjs/index.js", + "types": "./dist-types/index.d.ts", + "module": "./dist-es/index.js", + "sideEffects": false, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/service-client-documentation-generator": "3.208.0", + "@tsconfig/node14": "1.0.3", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "overrides": { + "typedoc": { + "typescript": "~4.6.2" + } + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "browser": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" + }, + "react-native": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" + }, + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso-oidc", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "clients/client-sso-oidc" + } +} diff --git a/node_modules/@aws-sdk/client-sso/LICENSE b/node_modules/@aws-sdk/client-sso/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/client-sso/README.md b/node_modules/@aws-sdk/client-sso/README.md new file mode 100644 index 000000000..0d65f61b9 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/README.md @@ -0,0 +1,223 @@ + + +# @aws-sdk/client-sso + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-sso/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-sso) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-sso.svg)](https://www.npmjs.com/package/@aws-sdk/client-sso) + +## Description + +AWS SDK for JavaScript SSO Client for Node.js, Browser and React Native. + +

AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to +IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles +assigned to them and get federated into the application.

+ + +

Although AWS Single Sign-On was renamed, the sso and +identitystore API namespaces will continue to retain their original name for +backward compatibility purposes. For more information, see IAM Identity Center rename.

+
+ +

This reference guide describes the IAM Identity Center Portal operations that you can call +programatically and includes detailed information on data types and errors.

+ + +

AWS provides SDKs that consist of libraries and sample code for various programming +languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a +convenient way to create programmatic access to IAM Identity Center and other AWS services. For more +information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.

+
+ +## Installing + +To install the this package, simply type add or install @aws-sdk/client-sso +using your favorite package manager: + +- `npm install @aws-sdk/client-sso` +- `yarn add @aws-sdk/client-sso` +- `pnpm add @aws-sdk/client-sso` + +## Getting Started + +### Import + +The AWS SDK is modulized by clients and commands. +To send a request, you only need to import the `SSOClient` and +the commands you need, for example `GetRoleCredentialsCommand`: + +```js +// ES5 example +const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); +``` + +```ts +// ES6+ example +import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; +``` + +### Usage + +To send a request, you: + +- Initiate client with configuration (e.g. credentials, region). +- Initiate command with input parameters. +- Call `send` operation on client with command object as input. +- If you are using a custom http handler, you may call `destroy()` to close open connections. + +```js +// a client can be shared by different commands. +const client = new SSOClient({ region: "REGION" }); + +const params = { + /** input parameters */ +}; +const command = new GetRoleCredentialsCommand(params); +``` + +#### Async/await + +We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) +operator to wait for the promise returned by send operation as follows: + +```js +// async/await. +try { + const data = await client.send(command); + // process data. +} catch (error) { + // error handling. +} finally { + // finally. +} +``` + +Async-await is clean, concise, intuitive, easy to debug and has better error handling +as compared to using Promise chains or callbacks. + +#### Promises + +You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining) +to execute send operation. + +```js +client.send(command).then( + (data) => { + // process data. + }, + (error) => { + // error handling. + } +); +``` + +Promises can also be called using `.catch()` and `.finally()` as follows: + +```js +client + .send(command) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }) + .finally(() => { + // finally. + }); +``` + +#### Callbacks + +We do not recommend using callbacks because of [callback hell](http://callbackhell.com/), +but they are supported by the send operation. + +```js +// callbacks. +client.send(command, (err, data) => { + // process err and data. +}); +``` + +#### v2 compatible style + +The client can also send requests using v2 compatible style. +However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post +on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) + +```ts +import * as AWS from "@aws-sdk/client-sso"; +const client = new AWS.SSO({ region: "REGION" }); + +// async/await. +try { + const data = await client.getRoleCredentials(params); + // process data. +} catch (error) { + // error handling. +} + +// Promises. +client + .getRoleCredentials(params) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }); + +// callbacks. +client.getRoleCredentials(params, (err, data) => { + // process err and data. +}); +``` + +### Troubleshooting + +When the service returns an exception, the error will include the exception information, +as well as response metadata (e.g. request id). + +```js +try { + const data = await client.send(command); + // process data. +} catch (error) { + const { requestId, cfId, extendedRequestId } = error.$$metadata; + console.log({ requestId, cfId, extendedRequestId }); + /** + * The keys within exceptions are also parsed. + * You can access them by specifying exception names: + * if (error.name === 'SomeServiceException') { + * const value = error.specialKeyInException; + * } + */ +} +``` + +## Getting Help + +Please use these community resources for getting help. +We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them. + +- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html) + or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). +- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/) + on AWS Developer Blog. +- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`. +- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3). +- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose). + +To test your universal JavaScript code in Node.js, browser and react-native environments, +visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). + +## Contributing + +This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-sso` package is updated. +To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients). + +## License + +This SDK is distributed under the +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), +see LICENSE for more information. diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js b/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js new file mode 100644 index 000000000..d7e0b07f9 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js @@ -0,0 +1,67 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSO = void 0; +const GetRoleCredentialsCommand_1 = require("./commands/GetRoleCredentialsCommand"); +const ListAccountRolesCommand_1 = require("./commands/ListAccountRolesCommand"); +const ListAccountsCommand_1 = require("./commands/ListAccountsCommand"); +const LogoutCommand_1 = require("./commands/LogoutCommand"); +const SSOClient_1 = require("./SSOClient"); +class SSO extends SSOClient_1.SSOClient { + getRoleCredentials(args, optionsOrCb, cb) { + const command = new GetRoleCredentialsCommand_1.GetRoleCredentialsCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listAccountRoles(args, optionsOrCb, cb) { + const command = new ListAccountRolesCommand_1.ListAccountRolesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listAccounts(args, optionsOrCb, cb) { + const command = new ListAccountsCommand_1.ListAccountsCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + logout(args, optionsOrCb, cb) { + const command = new LogoutCommand_1.LogoutCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} +exports.SSO = SSO; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js b/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js new file mode 100644 index 000000000..88e5a59ab --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js @@ -0,0 +1,37 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOClient = void 0; +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const middleware_content_length_1 = require("@aws-sdk/middleware-content-length"); +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_host_header_1 = require("@aws-sdk/middleware-host-header"); +const middleware_logger_1 = require("@aws-sdk/middleware-logger"); +const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const EndpointParameters_1 = require("./endpoint/EndpointParameters"); +const runtimeConfig_1 = require("./runtimeConfig"); +class SSOClient extends smithy_client_1.Client { + constructor(configuration) { + const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); + const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0); + const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1); + const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2); + const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3); + const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); + const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5); + super(_config_6); + this.config = _config_6; + this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); + this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); + this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); + this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config)); + this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config)); + this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config)); + } + destroy() { + super.destroy(); + } +} +exports.SSOClient = SSOClient; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js new file mode 100644 index 000000000..fe9d0fbb7 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetRoleCredentialsCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class GetRoleCredentialsCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetRoleCredentialsCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "GetRoleCredentialsCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetRoleCredentialsRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetRoleCredentialsResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1GetRoleCredentialsCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1GetRoleCredentialsCommand)(output, context); + } +} +exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js new file mode 100644 index 000000000..0f6a97073 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ListAccountRolesCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class ListAccountRolesCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAccountRolesCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "ListAccountRolesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.ListAccountRolesRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.ListAccountRolesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1ListAccountRolesCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccountRolesCommand)(output, context); + } +} +exports.ListAccountRolesCommand = ListAccountRolesCommand; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js new file mode 100644 index 000000000..6eb873811 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ListAccountsCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class ListAccountsCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAccountsCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "ListAccountsCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.ListAccountsRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.ListAccountsResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1ListAccountsCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1ListAccountsCommand)(output, context); + } +} +exports.ListAccountsCommand = ListAccountsCommand; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js new file mode 100644 index 000000000..c102fb2b0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.LogoutCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_restJson1_1 = require("../protocols/Aws_restJson1"); +class LogoutCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, LogoutCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "LogoutCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.LogoutRequestFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_restJson1_1.serializeAws_restJson1LogoutCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_restJson1_1.deserializeAws_restJson1LogoutCommand)(output, context); + } +} +exports.LogoutCommand = LogoutCommand; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js new file mode 100644 index 000000000..7164b095b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./GetRoleCredentialsCommand"), exports); +tslib_1.__exportStar(require("./ListAccountRolesCommand"), exports); +tslib_1.__exportStar(require("./ListAccountsCommand"), exports); +tslib_1.__exportStar(require("./LogoutCommand"), exports); diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js new file mode 100644 index 000000000..c9424215b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveClientEndpointParameters = void 0; +const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + defaultSigningName: "awsssoportal", + }; +}; +exports.resolveClientEndpointParameters = resolveClientEndpointParameters; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js new file mode 100644 index 000000000..482fab141 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultEndpointResolver = void 0; +const util_endpoints_1 = require("@aws-sdk/util-endpoints"); +const ruleset_1 = require("./ruleset"); +const defaultEndpointResolver = (endpointParams, context = {}) => { + return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; +exports.defaultEndpointResolver = defaultEndpointResolver; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js b/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js new file mode 100644 index 000000000..2bc2df7d0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ruleSet = void 0; +const p = "required", q = "fn", r = "argv", s = "ref"; +const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i]; +const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }; +exports.ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/index.js b/node_modules/@aws-sdk/client-sso/dist-cjs/index.js new file mode 100644 index 000000000..c9757c5ab --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/index.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOServiceException = void 0; +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./SSO"), exports); +tslib_1.__exportStar(require("./SSOClient"), exports); +tslib_1.__exportStar(require("./commands"), exports); +tslib_1.__exportStar(require("./models"), exports); +tslib_1.__exportStar(require("./pagination"), exports); +var SSOServiceException_1 = require("./models/SSOServiceException"); +Object.defineProperty(exports, "SSOServiceException", { enumerable: true, get: function () { return SSOServiceException_1.SSOServiceException; } }); diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js b/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js new file mode 100644 index 000000000..9bf0b5b77 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SSOServiceException = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +class SSOServiceException extends smithy_client_1.ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, SSOServiceException.prototype); + } +} +exports.SSOServiceException = SSOServiceException; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js b/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js new file mode 100644 index 000000000..8ced418bc --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./models_0"), exports); diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js b/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js new file mode 100644 index 000000000..46312275c --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js @@ -0,0 +1,104 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.LogoutRequestFilterSensitiveLog = exports.ListAccountsResponseFilterSensitiveLog = exports.ListAccountsRequestFilterSensitiveLog = exports.ListAccountRolesResponseFilterSensitiveLog = exports.RoleInfoFilterSensitiveLog = exports.ListAccountRolesRequestFilterSensitiveLog = exports.GetRoleCredentialsResponseFilterSensitiveLog = exports.RoleCredentialsFilterSensitiveLog = exports.GetRoleCredentialsRequestFilterSensitiveLog = exports.AccountInfoFilterSensitiveLog = exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const SSOServiceException_1 = require("./SSOServiceException"); +class InvalidRequestException extends SSOServiceException_1.SSOServiceException { + constructor(opts) { + super({ + name: "InvalidRequestException", + $fault: "client", + ...opts, + }); + this.name = "InvalidRequestException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidRequestException.prototype); + } +} +exports.InvalidRequestException = InvalidRequestException; +class ResourceNotFoundException extends SSOServiceException_1.SSOServiceException { + constructor(opts) { + super({ + name: "ResourceNotFoundException", + $fault: "client", + ...opts, + }); + this.name = "ResourceNotFoundException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ResourceNotFoundException.prototype); + } +} +exports.ResourceNotFoundException = ResourceNotFoundException; +class TooManyRequestsException extends SSOServiceException_1.SSOServiceException { + constructor(opts) { + super({ + name: "TooManyRequestsException", + $fault: "client", + ...opts, + }); + this.name = "TooManyRequestsException"; + this.$fault = "client"; + Object.setPrototypeOf(this, TooManyRequestsException.prototype); + } +} +exports.TooManyRequestsException = TooManyRequestsException; +class UnauthorizedException extends SSOServiceException_1.SSOServiceException { + constructor(opts) { + super({ + name: "UnauthorizedException", + $fault: "client", + ...opts, + }); + this.name = "UnauthorizedException"; + this.$fault = "client"; + Object.setPrototypeOf(this, UnauthorizedException.prototype); + } +} +exports.UnauthorizedException = UnauthorizedException; +const AccountInfoFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AccountInfoFilterSensitiveLog = AccountInfoFilterSensitiveLog; +const GetRoleCredentialsRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }), +}); +exports.GetRoleCredentialsRequestFilterSensitiveLog = GetRoleCredentialsRequestFilterSensitiveLog; +const RoleCredentialsFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.secretAccessKey && { secretAccessKey: smithy_client_1.SENSITIVE_STRING }), + ...(obj.sessionToken && { sessionToken: smithy_client_1.SENSITIVE_STRING }), +}); +exports.RoleCredentialsFilterSensitiveLog = RoleCredentialsFilterSensitiveLog; +const GetRoleCredentialsResponseFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.roleCredentials && { roleCredentials: (0, exports.RoleCredentialsFilterSensitiveLog)(obj.roleCredentials) }), +}); +exports.GetRoleCredentialsResponseFilterSensitiveLog = GetRoleCredentialsResponseFilterSensitiveLog; +const ListAccountRolesRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }), +}); +exports.ListAccountRolesRequestFilterSensitiveLog = ListAccountRolesRequestFilterSensitiveLog; +const RoleInfoFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.RoleInfoFilterSensitiveLog = RoleInfoFilterSensitiveLog; +const ListAccountRolesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListAccountRolesResponseFilterSensitiveLog = ListAccountRolesResponseFilterSensitiveLog; +const ListAccountsRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }), +}); +exports.ListAccountsRequestFilterSensitiveLog = ListAccountsRequestFilterSensitiveLog; +const ListAccountsResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.ListAccountsResponseFilterSensitiveLog = ListAccountsResponseFilterSensitiveLog; +const LogoutRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }), +}); +exports.LogoutRequestFilterSensitiveLog = LogoutRequestFilterSensitiveLog; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js new file mode 100644 index 000000000..7a4444975 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js @@ -0,0 +1,36 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.paginateListAccountRoles = void 0; +const ListAccountRolesCommand_1 = require("../commands/ListAccountRolesCommand"); +const SSO_1 = require("../SSO"); +const SSOClient_1 = require("../SSOClient"); +const makePagedClientRequest = async (client, input, ...args) => { + return await client.send(new ListAccountRolesCommand_1.ListAccountRolesCommand(input), ...args); +}; +const makePagedRequest = async (client, input, ...args) => { + return await client.listAccountRoles(input, ...args); +}; +async function* paginateListAccountRoles(config, input, ...additionalArguments) { + let token = config.startingToken || undefined; + let hasNext = true; + let page; + while (hasNext) { + input.nextToken = token; + input["maxResults"] = config.pageSize; + if (config.client instanceof SSO_1.SSO) { + page = await makePagedRequest(config.client, input, ...additionalArguments); + } + else if (config.client instanceof SSOClient_1.SSOClient) { + page = await makePagedClientRequest(config.client, input, ...additionalArguments); + } + else { + throw new Error("Invalid client, expected SSO | SSOClient"); + } + yield page; + const prevToken = token; + token = page.nextToken; + hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken)); + } + return undefined; +} +exports.paginateListAccountRoles = paginateListAccountRoles; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js new file mode 100644 index 000000000..ec02045bd --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js @@ -0,0 +1,36 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.paginateListAccounts = void 0; +const ListAccountsCommand_1 = require("../commands/ListAccountsCommand"); +const SSO_1 = require("../SSO"); +const SSOClient_1 = require("../SSOClient"); +const makePagedClientRequest = async (client, input, ...args) => { + return await client.send(new ListAccountsCommand_1.ListAccountsCommand(input), ...args); +}; +const makePagedRequest = async (client, input, ...args) => { + return await client.listAccounts(input, ...args); +}; +async function* paginateListAccounts(config, input, ...additionalArguments) { + let token = config.startingToken || undefined; + let hasNext = true; + let page; + while (hasNext) { + input.nextToken = token; + input["maxResults"] = config.pageSize; + if (config.client instanceof SSO_1.SSO) { + page = await makePagedRequest(config.client, input, ...additionalArguments); + } + else if (config.client instanceof SSOClient_1.SSOClient) { + page = await makePagedClientRequest(config.client, input, ...additionalArguments); + } + else { + throw new Error("Invalid client, expected SSO | SSOClient"); + } + yield page; + const prevToken = token; + token = page.nextToken; + hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken)); + } + return undefined; +} +exports.paginateListAccounts = paginateListAccounts; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js new file mode 100644 index 000000000..ebb311a1d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./Interfaces"), exports); +tslib_1.__exportStar(require("./ListAccountRolesPaginator"), exports); +tslib_1.__exportStar(require("./ListAccountsPaginator"), exports); diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js b/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js new file mode 100644 index 000000000..181d3ab45 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js @@ -0,0 +1,417 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deserializeAws_restJson1LogoutCommand = exports.deserializeAws_restJson1ListAccountsCommand = exports.deserializeAws_restJson1ListAccountRolesCommand = exports.deserializeAws_restJson1GetRoleCredentialsCommand = exports.serializeAws_restJson1LogoutCommand = exports.serializeAws_restJson1ListAccountsCommand = exports.serializeAws_restJson1ListAccountRolesCommand = exports.serializeAws_restJson1GetRoleCredentialsCommand = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const SSOServiceException_1 = require("../models/SSOServiceException"); +const serializeAws_restJson1GetRoleCredentialsCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/federation/credentials"; + const query = map({ + role_name: [, (0, smithy_client_1.expectNonNull)(input.roleName, `roleName`)], + account_id: [, (0, smithy_client_1.expectNonNull)(input.accountId, `accountId`)], + }); + let body; + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "GET", + headers, + path: resolvedPath, + query, + body, + }); +}; +exports.serializeAws_restJson1GetRoleCredentialsCommand = serializeAws_restJson1GetRoleCredentialsCommand; +const serializeAws_restJson1ListAccountRolesCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/roles"; + const query = map({ + next_token: [, input.nextToken], + max_result: [() => input.maxResults !== void 0, () => input.maxResults.toString()], + account_id: [, (0, smithy_client_1.expectNonNull)(input.accountId, `accountId`)], + }); + let body; + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "GET", + headers, + path: resolvedPath, + query, + body, + }); +}; +exports.serializeAws_restJson1ListAccountRolesCommand = serializeAws_restJson1ListAccountRolesCommand; +const serializeAws_restJson1ListAccountsCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/accounts"; + const query = map({ + next_token: [, input.nextToken], + max_result: [() => input.maxResults !== void 0, () => input.maxResults.toString()], + }); + let body; + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "GET", + headers, + path: resolvedPath, + query, + body, + }); +}; +exports.serializeAws_restJson1ListAccountsCommand = serializeAws_restJson1ListAccountsCommand; +const serializeAws_restJson1LogoutCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/logout"; + let body; + return new protocol_http_1.HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +exports.serializeAws_restJson1LogoutCommand = serializeAws_restJson1LogoutCommand; +const deserializeAws_restJson1GetRoleCredentialsCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1GetRoleCredentialsCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); + if (data.roleCredentials != null) { + contents.roleCredentials = deserializeAws_restJson1RoleCredentials(data.roleCredentials, context); + } + return contents; +}; +exports.deserializeAws_restJson1GetRoleCredentialsCommand = deserializeAws_restJson1GetRoleCredentialsCommand; +const deserializeAws_restJson1GetRoleCredentialsCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.sso#ResourceNotFoundException": + throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOServiceException_1.SSOServiceException, + errorCode, + }); + } +}; +const deserializeAws_restJson1ListAccountRolesCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1ListAccountRolesCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); + if (data.nextToken != null) { + contents.nextToken = (0, smithy_client_1.expectString)(data.nextToken); + } + if (data.roleList != null) { + contents.roleList = deserializeAws_restJson1RoleListType(data.roleList, context); + } + return contents; +}; +exports.deserializeAws_restJson1ListAccountRolesCommand = deserializeAws_restJson1ListAccountRolesCommand; +const deserializeAws_restJson1ListAccountRolesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.sso#ResourceNotFoundException": + throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOServiceException_1.SSOServiceException, + errorCode, + }); + } +}; +const deserializeAws_restJson1ListAccountsCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1ListAccountsCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body"); + if (data.accountList != null) { + contents.accountList = deserializeAws_restJson1AccountListType(data.accountList, context); + } + if (data.nextToken != null) { + contents.nextToken = (0, smithy_client_1.expectString)(data.nextToken); + } + return contents; +}; +exports.deserializeAws_restJson1ListAccountsCommand = deserializeAws_restJson1ListAccountsCommand; +const deserializeAws_restJson1ListAccountsCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.sso#ResourceNotFoundException": + throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOServiceException_1.SSOServiceException, + errorCode, + }); + } +}; +const deserializeAws_restJson1LogoutCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1LogoutCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + await collectBody(output.body, context); + return contents; +}; +exports.deserializeAws_restJson1LogoutCommand = deserializeAws_restJson1LogoutCommand; +const deserializeAws_restJson1LogoutCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody, + exceptionCtor: SSOServiceException_1.SSOServiceException, + errorCode, + }); + } +}; +const map = smithy_client_1.map; +const deserializeAws_restJson1InvalidRequestExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = (0, smithy_client_1.expectString)(data.message); + } + const exception = new models_0_1.InvalidRequestException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = (0, smithy_client_1.expectString)(data.message); + } + const exception = new models_0_1.ResourceNotFoundException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1TooManyRequestsExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = (0, smithy_client_1.expectString)(data.message); + } + const exception = new models_0_1.TooManyRequestsException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1UnauthorizedExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = (0, smithy_client_1.expectString)(data.message); + } + const exception = new models_0_1.UnauthorizedException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body); +}; +const deserializeAws_restJson1AccountInfo = (output, context) => { + return { + accountId: (0, smithy_client_1.expectString)(output.accountId), + accountName: (0, smithy_client_1.expectString)(output.accountName), + emailAddress: (0, smithy_client_1.expectString)(output.emailAddress), + }; +}; +const deserializeAws_restJson1AccountListType = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_restJson1AccountInfo(entry, context); + }); + return retVal; +}; +const deserializeAws_restJson1RoleCredentials = (output, context) => { + return { + accessKeyId: (0, smithy_client_1.expectString)(output.accessKeyId), + expiration: (0, smithy_client_1.expectLong)(output.expiration), + secretAccessKey: (0, smithy_client_1.expectString)(output.secretAccessKey), + sessionToken: (0, smithy_client_1.expectString)(output.sessionToken), + }; +}; +const deserializeAws_restJson1RoleInfo = (output, context) => { + return { + accountId: (0, smithy_client_1.expectString)(output.accountId), + roleName: (0, smithy_client_1.expectString)(output.roleName), + }; +}; +const deserializeAws_restJson1RoleListType = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_restJson1RoleInfo(entry, context); + }); + return retVal; +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const isSerializableHeaderValue = (value) => value !== undefined && + value !== null && + value !== "" && + (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && + (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0); +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + return JSON.parse(encoded); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + value.message = value.message ?? value.Message; + return value; +}; +const loadRestJsonErrorCode = (output, data) => { + const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()); + const sanitizeErrorCode = (rawValue) => { + let cleanValue = rawValue; + if (typeof cleanValue === "number") { + cleanValue = cleanValue.toString(); + } + if (cleanValue.indexOf(",") >= 0) { + cleanValue = cleanValue.split(",")[0]; + } + if (cleanValue.indexOf(":") >= 0) { + cleanValue = cleanValue.split(":")[0]; + } + if (cleanValue.indexOf("#") >= 0) { + cleanValue = cleanValue.split("#")[1]; + } + return cleanValue; + }; + const headerKey = findKey(output.headers, "x-amzn-errortype"); + if (headerKey !== undefined) { + return sanitizeErrorCode(output.headers[headerKey]); + } + if (data.code !== undefined) { + return sanitizeErrorCode(data.code); + } + if (data["__type"] !== undefined) { + return sanitizeErrorCode(data["__type"]); + } +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js new file mode 100644 index 000000000..98b18a1a4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js @@ -0,0 +1,41 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const sha256_browser_1 = require("@aws-crypto/sha256-browser"); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler"); +const invalid_dependency_1 = require("@aws-sdk/invalid-dependency"); +const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser"); +const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser"); +const getRuntimeConfig = (config) => { + const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"), + requestHandler: config?.requestHandler ?? new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? sha256_browser_1.Sha256, + streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? util_utf8_browser_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_browser_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js new file mode 100644 index 000000000..bf44d2b2f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const hash_node_1 = require("@aws-sdk/hash-node"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const node_http_handler_1 = require("@aws-sdk/node-http-handler"); +const util_body_length_node_1 = require("@aws-sdk/util-body-length-node"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node"); +const util_utf8_node_1 = require("@aws-sdk/util-utf8-node"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node"); +const smithy_client_2 = require("@aws-sdk/smithy-client"); +const getRuntimeConfig = (config) => { + (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); + const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new node_http_handler_1.NodeHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + (0, node_config_provider_1.loadConfig)({ + ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? util_utf8_node_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_node_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js new file mode 100644 index 000000000..34c5f8ece --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const sha256_js_1 = require("@aws-crypto/sha256-js"); +const runtimeConfig_browser_1 = require("./runtimeConfig.browser"); +const getRuntimeConfig = (config) => { + const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? sha256_js_1.Sha256, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js new file mode 100644 index 000000000..cb50135aa --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const url_parser_1 = require("@aws-sdk/url-parser"); +const util_base64_1 = require("@aws-sdk/util-base64"); +const endpointResolver_1 = require("./endpoint/endpointResolver"); +const getRuntimeConfig = (config) => ({ + apiVersion: "2019-06-10", + base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, + base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + logger: config?.logger ?? new smithy_client_1.NoOpLogger(), + serviceId: config?.serviceId ?? "SSO", + urlParser: config?.urlParser ?? url_parser_1.parseUrl, +}); +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/SSO.js b/node_modules/@aws-sdk/client-sso/dist-es/SSO.js new file mode 100644 index 000000000..e3a0ca8be --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/SSO.js @@ -0,0 +1,63 @@ +import { GetRoleCredentialsCommand, } from "./commands/GetRoleCredentialsCommand"; +import { ListAccountRolesCommand, } from "./commands/ListAccountRolesCommand"; +import { ListAccountsCommand, } from "./commands/ListAccountsCommand"; +import { LogoutCommand } from "./commands/LogoutCommand"; +import { SSOClient } from "./SSOClient"; +export class SSO extends SSOClient { + getRoleCredentials(args, optionsOrCb, cb) { + const command = new GetRoleCredentialsCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listAccountRoles(args, optionsOrCb, cb) { + const command = new ListAccountRolesCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + listAccounts(args, optionsOrCb, cb) { + const command = new ListAccountsCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + logout(args, optionsOrCb, cb) { + const command = new LogoutCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js b/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js new file mode 100644 index 000000000..9e6da0e20 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js @@ -0,0 +1,33 @@ +import { resolveRegionConfig } from "@aws-sdk/config-resolver"; +import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; +import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; +import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; +import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; +import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; +import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry"; +import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent"; +import { Client as __Client, } from "@aws-sdk/smithy-client"; +import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters"; +import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export class SSOClient extends __Client { + constructor(configuration) { + const _config_0 = __getRuntimeConfig(configuration); + const _config_1 = resolveClientEndpointParameters(_config_0); + const _config_2 = resolveRegionConfig(_config_1); + const _config_3 = resolveEndpointConfig(_config_2); + const _config_4 = resolveRetryConfig(_config_3); + const _config_5 = resolveHostHeaderConfig(_config_4); + const _config_6 = resolveUserAgentConfig(_config_5); + super(_config_6); + this.config = _config_6; + this.middlewareStack.use(getRetryPlugin(this.config)); + this.middlewareStack.use(getContentLengthPlugin(this.config)); + this.middlewareStack.use(getHostHeaderPlugin(this.config)); + this.middlewareStack.use(getLoggerPlugin(this.config)); + this.middlewareStack.use(getRecursionDetectionPlugin(this.config)); + this.middlewareStack.use(getUserAgentPlugin(this.config)); + } + destroy() { + super.destroy(); + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js b/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js new file mode 100644 index 000000000..951df5c37 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetRoleCredentialsRequestFilterSensitiveLog, GetRoleCredentialsResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_restJson1GetRoleCredentialsCommand, serializeAws_restJson1GetRoleCredentialsCommand, } from "../protocols/Aws_restJson1"; +export class GetRoleCredentialsCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetRoleCredentialsCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "GetRoleCredentialsCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetRoleCredentialsRequestFilterSensitiveLog, + outputFilterSensitiveLog: GetRoleCredentialsResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1GetRoleCredentialsCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1GetRoleCredentialsCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js b/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js new file mode 100644 index 000000000..ffd162553 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { ListAccountRolesRequestFilterSensitiveLog, ListAccountRolesResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_restJson1ListAccountRolesCommand, serializeAws_restJson1ListAccountRolesCommand, } from "../protocols/Aws_restJson1"; +export class ListAccountRolesCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, ListAccountRolesCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "ListAccountRolesCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: ListAccountRolesRequestFilterSensitiveLog, + outputFilterSensitiveLog: ListAccountRolesResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1ListAccountRolesCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1ListAccountRolesCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js b/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js new file mode 100644 index 000000000..620064d17 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { ListAccountsRequestFilterSensitiveLog, ListAccountsResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_restJson1ListAccountsCommand, serializeAws_restJson1ListAccountsCommand, } from "../protocols/Aws_restJson1"; +export class ListAccountsCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, ListAccountsCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "ListAccountsCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: ListAccountsRequestFilterSensitiveLog, + outputFilterSensitiveLog: ListAccountsResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1ListAccountsCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1ListAccountsCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js b/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js new file mode 100644 index 000000000..c4a52b190 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js @@ -0,0 +1,42 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { LogoutRequestFilterSensitiveLog } from "../models/models_0"; +import { deserializeAws_restJson1LogoutCommand, serializeAws_restJson1LogoutCommand } from "../protocols/Aws_restJson1"; +export class LogoutCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, LogoutCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "SSOClient"; + const commandName = "LogoutCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: LogoutRequestFilterSensitiveLog, + outputFilterSensitiveLog: (output) => output, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_restJson1LogoutCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_restJson1LogoutCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js b/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js new file mode 100644 index 000000000..0ab890d36 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js @@ -0,0 +1,4 @@ +export * from "./GetRoleCredentialsCommand"; +export * from "./ListAccountRolesCommand"; +export * from "./ListAccountsCommand"; +export * from "./LogoutCommand"; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js new file mode 100644 index 000000000..ddb138fae --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js @@ -0,0 +1,8 @@ +export const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + defaultSigningName: "awsssoportal", + }; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js new file mode 100644 index 000000000..f7d9738dd --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js @@ -0,0 +1,8 @@ +import { resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { ruleSet } from "./ruleset"; +export const defaultEndpointResolver = (endpointParams, context = {}) => { + return resolveEndpoint(ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js b/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js new file mode 100644 index 000000000..1283e49b3 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js @@ -0,0 +1,4 @@ +const p = "required", q = "fn", r = "argv", s = "ref"; +const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i]; +const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }; +export const ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/index.js b/node_modules/@aws-sdk/client-sso/dist-es/index.js new file mode 100644 index 000000000..26389df91 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/index.js @@ -0,0 +1,6 @@ +export * from "./SSO"; +export * from "./SSOClient"; +export * from "./commands"; +export * from "./models"; +export * from "./pagination"; +export { SSOServiceException } from "./models/SSOServiceException"; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js b/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js new file mode 100644 index 000000000..add21c40d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js @@ -0,0 +1,7 @@ +import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client"; +export class SSOServiceException extends __ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, SSOServiceException.prototype); + } +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/models/index.js b/node_modules/@aws-sdk/client-sso/dist-es/models/index.js new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/models/index.js @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js b/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js new file mode 100644 index 000000000..fb243be9c --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js @@ -0,0 +1,87 @@ +import { SENSITIVE_STRING } from "@aws-sdk/smithy-client"; +import { SSOServiceException as __BaseException } from "./SSOServiceException"; +export class InvalidRequestException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidRequestException", + $fault: "client", + ...opts, + }); + this.name = "InvalidRequestException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidRequestException.prototype); + } +} +export class ResourceNotFoundException extends __BaseException { + constructor(opts) { + super({ + name: "ResourceNotFoundException", + $fault: "client", + ...opts, + }); + this.name = "ResourceNotFoundException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ResourceNotFoundException.prototype); + } +} +export class TooManyRequestsException extends __BaseException { + constructor(opts) { + super({ + name: "TooManyRequestsException", + $fault: "client", + ...opts, + }); + this.name = "TooManyRequestsException"; + this.$fault = "client"; + Object.setPrototypeOf(this, TooManyRequestsException.prototype); + } +} +export class UnauthorizedException extends __BaseException { + constructor(opts) { + super({ + name: "UnauthorizedException", + $fault: "client", + ...opts, + }); + this.name = "UnauthorizedException"; + this.$fault = "client"; + Object.setPrototypeOf(this, UnauthorizedException.prototype); + } +} +export const AccountInfoFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetRoleCredentialsRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: SENSITIVE_STRING }), +}); +export const RoleCredentialsFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING }), + ...(obj.sessionToken && { sessionToken: SENSITIVE_STRING }), +}); +export const GetRoleCredentialsResponseFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.roleCredentials && { roleCredentials: RoleCredentialsFilterSensitiveLog(obj.roleCredentials) }), +}); +export const ListAccountRolesRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: SENSITIVE_STRING }), +}); +export const RoleInfoFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListAccountRolesResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const ListAccountsRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: SENSITIVE_STRING }), +}); +export const ListAccountsResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const LogoutRequestFilterSensitiveLog = (obj) => ({ + ...obj, + ...(obj.accessToken && { accessToken: SENSITIVE_STRING }), +}); diff --git a/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js b/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js b/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js new file mode 100644 index 000000000..3eb1bff5a --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js @@ -0,0 +1,32 @@ +import { ListAccountRolesCommand, } from "../commands/ListAccountRolesCommand"; +import { SSO } from "../SSO"; +import { SSOClient } from "../SSOClient"; +const makePagedClientRequest = async (client, input, ...args) => { + return await client.send(new ListAccountRolesCommand(input), ...args); +}; +const makePagedRequest = async (client, input, ...args) => { + return await client.listAccountRoles(input, ...args); +}; +export async function* paginateListAccountRoles(config, input, ...additionalArguments) { + let token = config.startingToken || undefined; + let hasNext = true; + let page; + while (hasNext) { + input.nextToken = token; + input["maxResults"] = config.pageSize; + if (config.client instanceof SSO) { + page = await makePagedRequest(config.client, input, ...additionalArguments); + } + else if (config.client instanceof SSOClient) { + page = await makePagedClientRequest(config.client, input, ...additionalArguments); + } + else { + throw new Error("Invalid client, expected SSO | SSOClient"); + } + yield page; + const prevToken = token; + token = page.nextToken; + hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken)); + } + return undefined; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js b/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js new file mode 100644 index 000000000..bad94e2ef --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js @@ -0,0 +1,32 @@ +import { ListAccountsCommand, } from "../commands/ListAccountsCommand"; +import { SSO } from "../SSO"; +import { SSOClient } from "../SSOClient"; +const makePagedClientRequest = async (client, input, ...args) => { + return await client.send(new ListAccountsCommand(input), ...args); +}; +const makePagedRequest = async (client, input, ...args) => { + return await client.listAccounts(input, ...args); +}; +export async function* paginateListAccounts(config, input, ...additionalArguments) { + let token = config.startingToken || undefined; + let hasNext = true; + let page; + while (hasNext) { + input.nextToken = token; + input["maxResults"] = config.pageSize; + if (config.client instanceof SSO) { + page = await makePagedRequest(config.client, input, ...additionalArguments); + } + else if (config.client instanceof SSOClient) { + page = await makePagedClientRequest(config.client, input, ...additionalArguments); + } + else { + throw new Error("Invalid client, expected SSO | SSOClient"); + } + yield page; + const prevToken = token; + token = page.nextToken; + hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken)); + } + return undefined; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js b/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js new file mode 100644 index 000000000..1e7866f7f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js @@ -0,0 +1,3 @@ +export * from "./Interfaces"; +export * from "./ListAccountRolesPaginator"; +export * from "./ListAccountsPaginator"; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js b/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js new file mode 100644 index 000000000..dbccf195b --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js @@ -0,0 +1,406 @@ +import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http"; +import { decorateServiceException as __decorateServiceException, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map as __map, throwDefaultError, } from "@aws-sdk/smithy-client"; +import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/models_0"; +import { SSOServiceException as __BaseException } from "../models/SSOServiceException"; +export const serializeAws_restJson1GetRoleCredentialsCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/federation/credentials"; + const query = map({ + role_name: [, __expectNonNull(input.roleName, `roleName`)], + account_id: [, __expectNonNull(input.accountId, `accountId`)], + }); + let body; + return new __HttpRequest({ + protocol, + hostname, + port, + method: "GET", + headers, + path: resolvedPath, + query, + body, + }); +}; +export const serializeAws_restJson1ListAccountRolesCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/roles"; + const query = map({ + next_token: [, input.nextToken], + max_result: [() => input.maxResults !== void 0, () => input.maxResults.toString()], + account_id: [, __expectNonNull(input.accountId, `accountId`)], + }); + let body; + return new __HttpRequest({ + protocol, + hostname, + port, + method: "GET", + headers, + path: resolvedPath, + query, + body, + }); +}; +export const serializeAws_restJson1ListAccountsCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/assignment/accounts"; + const query = map({ + next_token: [, input.nextToken], + max_result: [() => input.maxResults !== void 0, () => input.maxResults.toString()], + }); + let body; + return new __HttpRequest({ + protocol, + hostname, + port, + method: "GET", + headers, + path: resolvedPath, + query, + body, + }); +}; +export const serializeAws_restJson1LogoutCommand = async (input, context) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const headers = map({}, isSerializableHeaderValue, { + "x-amz-sso_bearer_token": input.accessToken, + }); + const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/logout"; + let body; + return new __HttpRequest({ + protocol, + hostname, + port, + method: "POST", + headers, + path: resolvedPath, + body, + }); +}; +export const deserializeAws_restJson1GetRoleCredentialsCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1GetRoleCredentialsCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body"); + if (data.roleCredentials != null) { + contents.roleCredentials = deserializeAws_restJson1RoleCredentials(data.roleCredentials, context); + } + return contents; +}; +const deserializeAws_restJson1GetRoleCredentialsCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.sso#ResourceNotFoundException": + throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_restJson1ListAccountRolesCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1ListAccountRolesCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body"); + if (data.nextToken != null) { + contents.nextToken = __expectString(data.nextToken); + } + if (data.roleList != null) { + contents.roleList = deserializeAws_restJson1RoleListType(data.roleList, context); + } + return contents; +}; +const deserializeAws_restJson1ListAccountRolesCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.sso#ResourceNotFoundException": + throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_restJson1ListAccountsCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1ListAccountsCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body"); + if (data.accountList != null) { + contents.accountList = deserializeAws_restJson1AccountListType(data.accountList, context); + } + if (data.nextToken != null) { + contents.nextToken = __expectString(data.nextToken); + } + return contents; +}; +const deserializeAws_restJson1ListAccountsCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "ResourceNotFoundException": + case "com.amazonaws.sso#ResourceNotFoundException": + throw await deserializeAws_restJson1ResourceNotFoundExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_restJson1LogoutCommand = async (output, context) => { + if (output.statusCode !== 200 && output.statusCode >= 300) { + return deserializeAws_restJson1LogoutCommandError(output, context); + } + const contents = map({ + $metadata: deserializeMetadata(output), + }); + await collectBody(output.body, context); + return contents; +}; +const deserializeAws_restJson1LogoutCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadRestJsonErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidRequestException": + case "com.amazonaws.sso#InvalidRequestException": + throw await deserializeAws_restJson1InvalidRequestExceptionResponse(parsedOutput, context); + case "TooManyRequestsException": + case "com.amazonaws.sso#TooManyRequestsException": + throw await deserializeAws_restJson1TooManyRequestsExceptionResponse(parsedOutput, context); + case "UnauthorizedException": + case "com.amazonaws.sso#UnauthorizedException": + throw await deserializeAws_restJson1UnauthorizedExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +const map = __map; +const deserializeAws_restJson1InvalidRequestExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = __expectString(data.message); + } + const exception = new InvalidRequestException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = __expectString(data.message); + } + const exception = new ResourceNotFoundException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1TooManyRequestsExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = __expectString(data.message); + } + const exception = new TooManyRequestsException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1UnauthorizedExceptionResponse = async (parsedOutput, context) => { + const contents = map({}); + const data = parsedOutput.body; + if (data.message != null) { + contents.message = __expectString(data.message); + } + const exception = new UnauthorizedException({ + $metadata: deserializeMetadata(parsedOutput), + ...contents, + }); + return __decorateServiceException(exception, parsedOutput.body); +}; +const deserializeAws_restJson1AccountInfo = (output, context) => { + return { + accountId: __expectString(output.accountId), + accountName: __expectString(output.accountName), + emailAddress: __expectString(output.emailAddress), + }; +}; +const deserializeAws_restJson1AccountListType = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_restJson1AccountInfo(entry, context); + }); + return retVal; +}; +const deserializeAws_restJson1RoleCredentials = (output, context) => { + return { + accessKeyId: __expectString(output.accessKeyId), + expiration: __expectLong(output.expiration), + secretAccessKey: __expectString(output.secretAccessKey), + sessionToken: __expectString(output.sessionToken), + }; +}; +const deserializeAws_restJson1RoleInfo = (output, context) => { + return { + accountId: __expectString(output.accountId), + roleName: __expectString(output.roleName), + }; +}; +const deserializeAws_restJson1RoleListType = (output, context) => { + const retVal = (output || []) + .filter((e) => e != null) + .map((entry) => { + if (entry === null) { + return null; + } + return deserializeAws_restJson1RoleInfo(entry, context); + }); + return retVal; +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const isSerializableHeaderValue = (value) => value !== undefined && + value !== null && + value !== "" && + (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && + (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0); +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + return JSON.parse(encoded); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + value.message = value.message ?? value.Message; + return value; +}; +const loadRestJsonErrorCode = (output, data) => { + const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()); + const sanitizeErrorCode = (rawValue) => { + let cleanValue = rawValue; + if (typeof cleanValue === "number") { + cleanValue = cleanValue.toString(); + } + if (cleanValue.indexOf(",") >= 0) { + cleanValue = cleanValue.split(",")[0]; + } + if (cleanValue.indexOf(":") >= 0) { + cleanValue = cleanValue.split(":")[0]; + } + if (cleanValue.indexOf("#") >= 0) { + cleanValue = cleanValue.split("#")[1]; + } + return cleanValue; + }; + const headerKey = findKey(output.headers, "x-amzn-errortype"); + if (headerKey !== undefined) { + return sanitizeErrorCode(output.headers[headerKey]); + } + if (data.code !== undefined) { + return sanitizeErrorCode(data.code); + } + if (data["__type"] !== undefined) { + return sanitizeErrorCode(data["__type"]); + } +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js new file mode 100644 index 000000000..ad7975612 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js @@ -0,0 +1,36 @@ +import packageInfo from "../package.json"; +import { Sha256 } from "@aws-crypto/sha256-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; +import { invalidProvider } from "@aws-sdk/invalid-dependency"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +export const getRuntimeConfig = (config) => { + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? invalidProvider("Region is missing"), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? Sha256, + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js new file mode 100644 index 000000000..e007337b3 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js @@ -0,0 +1,43 @@ +import packageInfo from "../package.json"; +import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver"; +import { Hash } from "@aws-sdk/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +export const getRuntimeConfig = (config) => { + emitWarningIfUnsupportedVersion(process.version); + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + loadNodeConfig({ + ...NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js new file mode 100644 index 000000000..0b5469528 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js @@ -0,0 +1,11 @@ +import { Sha256 } from "@aws-crypto/sha256-js"; +import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; +export const getRuntimeConfig = (config) => { + const browserDefaults = getBrowserRuntimeConfig(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? Sha256, + }; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js new file mode 100644 index 000000000..a5be06f32 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js @@ -0,0 +1,14 @@ +import { NoOpLogger } from "@aws-sdk/smithy-client"; +import { parseUrl } from "@aws-sdk/url-parser"; +import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; +import { defaultEndpointResolver } from "./endpoint/endpointResolver"; +export const getRuntimeConfig = (config) => ({ + apiVersion: "2019-06-10", + base64Decoder: config?.base64Decoder ?? fromBase64, + base64Encoder: config?.base64Encoder ?? toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? defaultEndpointResolver, + logger: config?.logger ?? new NoOpLogger(), + serviceId: config?.serviceId ?? "SSO", + urlParser: config?.urlParser ?? parseUrl, +}); diff --git a/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts new file mode 100644 index 000000000..efdf8182d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts @@ -0,0 +1,71 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand"; +import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand"; +import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand"; +import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand"; +import { SSOClient } from "./SSOClient"; +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to + * IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles + * assigned to them and get federated into the application.

+ * + * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ * + *

This reference guide describes the IAM Identity Center Portal operations that you can call + * programatically and includes detailed information on data types and errors.

+ * + * + *

AWS provides SDKs that consist of libraries and sample code for various programming + * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a + * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more + * information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.

+ *
+ */ +export declare class SSO extends SSOClient { + /** + *

Returns the STS short-term credentials for a given role name that is assigned to the + * user.

+ */ + getRoleCredentials(args: GetRoleCredentialsCommandInput, options?: __HttpHandlerOptions): Promise; + getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void; + getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void; + /** + *

Lists all roles that are assigned to the user for a given AWS account.

+ */ + listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise; + listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void; + listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void; + /** + *

Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the + * administrator of the account. For more information, see Assign User Access in the IAM Identity Center User Guide. This operation + * returns a paginated response.

+ */ + listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise; + listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void; + listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void; + /** + *

Removes the locally stored SSO tokens from the client-side cache and sends an API call to + * the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in + * session.

+ * + * + *

If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is + * used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set. + * More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user, + * and the corresponding temporary AWS credentials are returned to the client.

+ * + *

After user logout, any existing IAM role sessions that were created by using IAM Identity Center + * permission sets continue based on the duration configured in the permission set. + * For more information, see User + * authentications in the IAM Identity Center User + * Guide.

+ *
+ */ + logout(args: LogoutCommandInput, options?: __HttpHandlerOptions): Promise; + logout(args: LogoutCommandInput, cb: (err: any, data?: LogoutCommandOutput) => void): void; + logout(args: LogoutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutCommandOutput) => void): void; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts new file mode 100644 index 000000000..6f472b369 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts @@ -0,0 +1,157 @@ +import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; +import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint"; +import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; +import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; +import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client"; +import { BodyLengthCalculator as __BodyLengthCalculator, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types"; +import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand"; +import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand"; +import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand"; +import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand"; +import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = GetRoleCredentialsCommandInput | ListAccountRolesCommandInput | ListAccountsCommandInput | LogoutCommandInput; +export declare type ServiceOutputTypes = GetRoleCredentialsCommandOutput | ListAccountRolesCommandOutput | ListAccountsCommandOutput | LogoutCommandOutput; +export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + /** + * The HTTP handler to use. Fetch in browser and Https in Nodejs. + */ + requestHandler?: __HttpHandler; + /** + * A constructor for a class implementing the {@link __Hash} interface + * that computes the SHA-256 HMAC or checksum of a string or binary buffer. + * @internal + */ + sha256?: __HashConstructor; + /** + * The function that will be used to convert strings into HTTP endpoints. + * @internal + */ + urlParser?: __UrlParser; + /** + * A function that can calculate the length of a request body. + * @internal + */ + bodyLengthChecker?: __BodyLengthCalculator; + /** + * A function that converts a stream into an array of bytes. + * @internal + */ + streamCollector?: __StreamCollector; + /** + * The function that will be used to convert a base64-encoded string to a byte array. + * @internal + */ + base64Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a base64-encoded string. + * @internal + */ + base64Encoder?: __Encoder; + /** + * The function that will be used to convert a UTF8-encoded string to a byte array. + * @internal + */ + utf8Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a UTF-8 encoded string. + * @internal + */ + utf8Encoder?: __Encoder; + /** + * The runtime environment. + * @internal + */ + runtime?: string; + /** + * Disable dyanamically changing the endpoint of the client based on the hostPrefix + * trait of an operation. + */ + disableHostPrefix?: boolean; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** + * Enables IPv6/IPv4 dualstack endpoint. + */ + useDualstackEndpoint?: boolean | __Provider; + /** + * Enables FIPS compatible endpoints. + */ + useFipsEndpoint?: boolean | __Provider; + /** + * Unique service identifier. + * @internal + */ + serviceId?: string; + /** + * The AWS region to which this client will send requests + */ + region?: string | __Provider; + /** + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header + * @internal + */ + defaultUserAgentProvider?: Provider<__UserAgent>; + /** + * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + */ + defaultsMode?: DefaultsMode | Provider; +} +declare type SSOClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & ClientInputEndpointParameters; +/** + * The configuration interface of SSOClient class constructor that set the region, credentials and other options. + */ +export interface SSOClientConfig extends SSOClientConfigType { +} +declare type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters; +/** + * The resolved configuration interface of SSOClient class. This is resolved and normalized from the {@link SSOClientConfig | constructor configuration interface}. + */ +export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType { +} +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to + * IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles + * assigned to them and get federated into the application.

+ * + * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ * + *

This reference guide describes the IAM Identity Center Portal operations that you can call + * programatically and includes detailed information on data types and errors.

+ * + * + *

AWS provides SDKs that consist of libraries and sample code for various programming + * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a + * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more + * information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.

+ *
+ */ +export declare class SSOClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig> { + /** + * The resolved configuration of SSOClient class. This is resolved and normalized from the {@link SSOClientConfig | constructor configuration interface}. + */ + readonly config: SSOClientResolvedConfig; + constructor(configuration: SSOClientConfig); + /** + * Destroy underlying resources, like sockets. It's usually not necessary to do this. + * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. + * Otherwise, sockets might stay open for quite a long time before the server terminates them. + */ + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts new file mode 100644 index 000000000..80890ae1d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest { +} +export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer { +} +/** + *

Returns the STS short-term credentials for a given role name that is assigned to the + * user.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOClient, GetRoleCredentialsCommand } from "@aws-sdk/client-sso"; // ES Modules import + * // const { SSOClient, GetRoleCredentialsCommand } = require("@aws-sdk/client-sso"); // CommonJS import + * const client = new SSOClient(config); + * const command = new GetRoleCredentialsCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetRoleCredentialsCommandInput} for command's `input` shape. + * @see {@link GetRoleCredentialsCommandOutput} for command's `response` shape. + * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape. + * + */ +export declare class GetRoleCredentialsCommand extends $Command { + readonly input: GetRoleCredentialsCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetRoleCredentialsCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts new file mode 100644 index 000000000..ad991a6ff --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +export interface ListAccountRolesCommandInput extends ListAccountRolesRequest { +} +export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer { +} +/** + *

Lists all roles that are assigned to the user for a given AWS account.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOClient, ListAccountRolesCommand } from "@aws-sdk/client-sso"; // ES Modules import + * // const { SSOClient, ListAccountRolesCommand } = require("@aws-sdk/client-sso"); // CommonJS import + * const client = new SSOClient(config); + * const command = new ListAccountRolesCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link ListAccountRolesCommandInput} for command's `input` shape. + * @see {@link ListAccountRolesCommandOutput} for command's `response` shape. + * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape. + * + */ +export declare class ListAccountRolesCommand extends $Command { + readonly input: ListAccountRolesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListAccountRolesCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts new file mode 100644 index 000000000..291430f65 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts @@ -0,0 +1,39 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +export interface ListAccountsCommandInput extends ListAccountsRequest { +} +export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer { +} +/** + *

Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the + * administrator of the account. For more information, see Assign User Access in the IAM Identity Center User Guide. This operation + * returns a paginated response.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOClient, ListAccountsCommand } from "@aws-sdk/client-sso"; // ES Modules import + * // const { SSOClient, ListAccountsCommand } = require("@aws-sdk/client-sso"); // CommonJS import + * const client = new SSOClient(config); + * const command = new ListAccountsCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link ListAccountsCommandInput} for command's `input` shape. + * @see {@link ListAccountsCommandOutput} for command's `response` shape. + * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape. + * + */ +export declare class ListAccountsCommand extends $Command { + readonly input: ListAccountsCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListAccountsCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts new file mode 100644 index 000000000..4faf96d41 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts @@ -0,0 +1,52 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { LogoutRequest } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +export interface LogoutCommandInput extends LogoutRequest { +} +export interface LogoutCommandOutput extends __MetadataBearer { +} +/** + *

Removes the locally stored SSO tokens from the client-side cache and sends an API call to + * the IAM Identity Center service to invalidate the corresponding server-side IAM Identity Center sign in + * session.

+ * + * + *

If a user uses IAM Identity Center to access the AWS CLI, the user’s IAM Identity Center sign in session is + * used to obtain an IAM session, as specified in the corresponding IAM Identity Center permission set. + * More specifically, IAM Identity Center assumes an IAM role in the target account on behalf of the user, + * and the corresponding temporary AWS credentials are returned to the client.

+ * + *

After user logout, any existing IAM role sessions that were created by using IAM Identity Center + * permission sets continue based on the duration configured in the permission set. + * For more information, see User + * authentications in the IAM Identity Center User + * Guide.

+ *
+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { SSOClient, LogoutCommand } from "@aws-sdk/client-sso"; // ES Modules import + * // const { SSOClient, LogoutCommand } = require("@aws-sdk/client-sso"); // CommonJS import + * const client = new SSOClient(config); + * const command = new LogoutCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link LogoutCommandInput} for command's `input` shape. + * @see {@link LogoutCommandOutput} for command's `response` shape. + * @see {@link SSOClientResolvedConfig | config} for SSOClient's `config` shape. + * + */ +export declare class LogoutCommand extends $Command { + readonly input: LogoutCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: LogoutCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts new file mode 100644 index 000000000..0ab890d36 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts @@ -0,0 +1,4 @@ +export * from "./GetRoleCredentialsCommand"; +export * from "./ListAccountRolesCommand"; +export * from "./ListAccountsCommand"; +export * from "./LogoutCommand"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..fd716b2af --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts @@ -0,0 +1,19 @@ +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: string | Provider | Endpoint | Provider | EndpointV2 | Provider; +} +export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export declare const resolveClientEndpointParameters: (options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..62107b6db --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts @@ -0,0 +1,5 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: { + logger?: Logger; +}) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts new file mode 100644 index 000000000..26389df91 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./SSO"; +export * from "./SSOClient"; +export * from "./commands"; +export * from "./models"; +export * from "./pagination"; +export { SSOServiceException } from "./models/SSOServiceException"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts new file mode 100644 index 000000000..b9dccd19d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts @@ -0,0 +1,10 @@ +import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client"; +/** + * Base exception class for all service exceptions from SSO service. + */ +export declare class SSOServiceException extends __ServiceException { + /** + * @internal + */ + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts new file mode 100644 index 000000000..e786e2c9e --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts @@ -0,0 +1,229 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { SSOServiceException as __BaseException } from "./SSOServiceException"; +/** + *

Provides information about your AWS account.

+ */ +export interface AccountInfo { + /** + *

The identifier of the AWS account that is assigned to the user.

+ */ + accountId?: string; + /** + *

The display name of the AWS account that is assigned to the user.

+ */ + accountName?: string; + /** + *

The email address of the AWS account that is assigned to the user.

+ */ + emailAddress?: string; +} +export interface GetRoleCredentialsRequest { + /** + *

The friendly name of the role that is assigned to the user.

+ */ + roleName: string | undefined; + /** + *

The identifier for the AWS account that is assigned to the user.

+ */ + accountId: string | undefined; + /** + *

The token issued by the CreateToken API call. For more information, see + * CreateToken in the IAM Identity Center OIDC API Reference Guide.

+ */ + accessToken: string | undefined; +} +/** + *

Provides information about the role credentials that are assigned to the user.

+ */ +export interface RoleCredentials { + /** + *

The identifier used for the temporary security credentials. For more information, see + * Using Temporary Security Credentials to Request Access to AWS Resources in the + * AWS IAM User Guide.

+ */ + accessKeyId?: string; + /** + *

The key that is used to sign the request. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the + * AWS IAM User Guide.

+ */ + secretAccessKey?: string; + /** + *

The token used for temporary credentials. For more information, see Using Temporary Security Credentials to Request Access to AWS Resources in the + * AWS IAM User Guide.

+ */ + sessionToken?: string; + /** + *

The date on which temporary security credentials expire.

+ */ + expiration?: number; +} +export interface GetRoleCredentialsResponse { + /** + *

The credentials for the role that is assigned to the user.

+ */ + roleCredentials?: RoleCredentials; +} +/** + *

Indicates that a problem occurred with the input to the request. For example, a required + * parameter might be missing or out of range.

+ */ +export declare class InvalidRequestException extends __BaseException { + readonly name: "InvalidRequestException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

The specified resource doesn't exist.

+ */ +export declare class ResourceNotFoundException extends __BaseException { + readonly name: "ResourceNotFoundException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the request is being made too frequently and is more than what the server + * can handle.

+ */ +export declare class TooManyRequestsException extends __BaseException { + readonly name: "TooManyRequestsException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

Indicates that the request is not authorized. This can happen due to an invalid access + * token in the request.

+ */ +export declare class UnauthorizedException extends __BaseException { + readonly name: "UnauthorizedException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface ListAccountRolesRequest { + /** + *

The page token from the previous response output when you request subsequent pages.

+ */ + nextToken?: string; + /** + *

The number of items that clients can request per page.

+ */ + maxResults?: number; + /** + *

The token issued by the CreateToken API call. For more information, see + * CreateToken in the IAM Identity Center OIDC API Reference Guide.

+ */ + accessToken: string | undefined; + /** + *

The identifier for the AWS account that is assigned to the user.

+ */ + accountId: string | undefined; +} +/** + *

Provides information about the role that is assigned to the user.

+ */ +export interface RoleInfo { + /** + *

The friendly name of the role that is assigned to the user.

+ */ + roleName?: string; + /** + *

The identifier of the AWS account assigned to the user.

+ */ + accountId?: string; +} +export interface ListAccountRolesResponse { + /** + *

The page token client that is used to retrieve the list of accounts.

+ */ + nextToken?: string; + /** + *

A paginated response with the list of roles and the next token if more results are + * available.

+ */ + roleList?: RoleInfo[]; +} +export interface ListAccountsRequest { + /** + *

(Optional) When requesting subsequent pages, this is the page token from the previous + * response output.

+ */ + nextToken?: string; + /** + *

This is the number of items clients can request per page.

+ */ + maxResults?: number; + /** + *

The token issued by the CreateToken API call. For more information, see + * CreateToken in the IAM Identity Center OIDC API Reference Guide.

+ */ + accessToken: string | undefined; +} +export interface ListAccountsResponse { + /** + *

The page token client that is used to retrieve the list of accounts.

+ */ + nextToken?: string; + /** + *

A paginated response with the list of account information and the next token if more + * results are available.

+ */ + accountList?: AccountInfo[]; +} +export interface LogoutRequest { + /** + *

The token issued by the CreateToken API call. For more information, see + * CreateToken in the IAM Identity Center OIDC API Reference Guide.

+ */ + accessToken: string | undefined; +} +/** + * @internal + */ +export declare const AccountInfoFilterSensitiveLog: (obj: AccountInfo) => any; +/** + * @internal + */ +export declare const GetRoleCredentialsRequestFilterSensitiveLog: (obj: GetRoleCredentialsRequest) => any; +/** + * @internal + */ +export declare const RoleCredentialsFilterSensitiveLog: (obj: RoleCredentials) => any; +/** + * @internal + */ +export declare const GetRoleCredentialsResponseFilterSensitiveLog: (obj: GetRoleCredentialsResponse) => any; +/** + * @internal + */ +export declare const ListAccountRolesRequestFilterSensitiveLog: (obj: ListAccountRolesRequest) => any; +/** + * @internal + */ +export declare const RoleInfoFilterSensitiveLog: (obj: RoleInfo) => any; +/** + * @internal + */ +export declare const ListAccountRolesResponseFilterSensitiveLog: (obj: ListAccountRolesResponse) => any; +/** + * @internal + */ +export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any; +/** + * @internal + */ +export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any; +/** + * @internal + */ +export declare const LogoutRequestFilterSensitiveLog: (obj: LogoutRequest) => any; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts new file mode 100644 index 000000000..2de86d3e1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts @@ -0,0 +1,6 @@ +import { PaginationConfiguration } from "@aws-sdk/types"; +import { SSO } from "../SSO"; +import { SSOClient } from "../SSOClient"; +export interface SSOPaginationConfiguration extends PaginationConfiguration { + client: SSO | SSOClient; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts new file mode 100644 index 000000000..2ecc53a6a --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts @@ -0,0 +1,4 @@ +import { Paginator } from "@aws-sdk/types"; +import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand"; +import { SSOPaginationConfiguration } from "./Interfaces"; +export declare function paginateListAccountRoles(config: SSOPaginationConfiguration, input: ListAccountRolesCommandInput, ...additionalArguments: any): Paginator; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts new file mode 100644 index 000000000..4f5929d67 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts @@ -0,0 +1,4 @@ +import { Paginator } from "@aws-sdk/types"; +import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand"; +import { SSOPaginationConfiguration } from "./Interfaces"; +export declare function paginateListAccounts(config: SSOPaginationConfiguration, input: ListAccountsCommandInput, ...additionalArguments: any): Paginator; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts new file mode 100644 index 000000000..1e7866f7f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts @@ -0,0 +1,3 @@ +export * from "./Interfaces"; +export * from "./ListAccountRolesPaginator"; +export * from "./ListAccountsPaginator"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts new file mode 100644 index 000000000..4fb18d321 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts @@ -0,0 +1,14 @@ +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand"; +import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand"; +import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand"; +import { LogoutCommandInput, LogoutCommandOutput } from "../commands/LogoutCommand"; +export declare const serializeAws_restJson1GetRoleCredentialsCommand: (input: GetRoleCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1ListAccountRolesCommand: (input: ListAccountRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1LogoutCommand: (input: LogoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const deserializeAws_restJson1GetRoleCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_restJson1ListAccountRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_restJson1ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_restJson1LogoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..8e5ef2904 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts @@ -0,0 +1,35 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { SSOClientConfig } from "./SSOClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts new file mode 100644 index 000000000..ae8741ba1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts @@ -0,0 +1,35 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { SSOClientConfig } from "./SSOClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts new file mode 100644 index 000000000..ae7e9c19d --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts @@ -0,0 +1,34 @@ +import { SSOClientConfig } from "./SSOClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider; + endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..ceb533619 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { SSOClientConfig } from "./SSOClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts new file mode 100644 index 000000000..1b14ab912 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts @@ -0,0 +1,72 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { + GetRoleCredentialsCommandInput, + GetRoleCredentialsCommandOutput, +} from "./commands/GetRoleCredentialsCommand"; +import { + ListAccountRolesCommandInput, + ListAccountRolesCommandOutput, +} from "./commands/ListAccountRolesCommand"; +import { + ListAccountsCommandInput, + ListAccountsCommandOutput, +} from "./commands/ListAccountsCommand"; +import { + LogoutCommandInput, + LogoutCommandOutput, +} from "./commands/LogoutCommand"; +import { SSOClient } from "./SSOClient"; +export declare class SSO extends SSOClient { + getRoleCredentials( + args: GetRoleCredentialsCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getRoleCredentials( + args: GetRoleCredentialsCommandInput, + cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void + ): void; + getRoleCredentials( + args: GetRoleCredentialsCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void + ): void; + listAccountRoles( + args: ListAccountRolesCommandInput, + options?: __HttpHandlerOptions + ): Promise; + listAccountRoles( + args: ListAccountRolesCommandInput, + cb: (err: any, data?: ListAccountRolesCommandOutput) => void + ): void; + listAccountRoles( + args: ListAccountRolesCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: ListAccountRolesCommandOutput) => void + ): void; + listAccounts( + args: ListAccountsCommandInput, + options?: __HttpHandlerOptions + ): Promise; + listAccounts( + args: ListAccountsCommandInput, + cb: (err: any, data?: ListAccountsCommandOutput) => void + ): void; + listAccounts( + args: ListAccountsCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: ListAccountsCommandOutput) => void + ): void; + logout( + args: LogoutCommandInput, + options?: __HttpHandlerOptions + ): Promise; + logout( + args: LogoutCommandInput, + cb: (err: any, data?: LogoutCommandOutput) => void + ): void; + logout( + args: LogoutCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: LogoutCommandOutput) => void + ): void; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts new file mode 100644 index 000000000..e93d9afcb --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts @@ -0,0 +1,126 @@ +import { + RegionInputConfig, + RegionResolvedConfig, +} from "@aws-sdk/config-resolver"; +import { + EndpointInputConfig, + EndpointResolvedConfig, +} from "@aws-sdk/middleware-endpoint"; +import { + HostHeaderInputConfig, + HostHeaderResolvedConfig, +} from "@aws-sdk/middleware-host-header"; +import { + RetryInputConfig, + RetryResolvedConfig, +} from "@aws-sdk/middleware-retry"; +import { + UserAgentInputConfig, + UserAgentResolvedConfig, +} from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { + Client as __Client, + DefaultsMode, + SmithyConfiguration as __SmithyConfiguration, + SmithyResolvedConfiguration as __SmithyResolvedConfiguration, +} from "@aws-sdk/smithy-client"; +import { + BodyLengthCalculator as __BodyLengthCalculator, + Decoder as __Decoder, + Encoder as __Encoder, + HashConstructor as __HashConstructor, + HttpHandlerOptions as __HttpHandlerOptions, + Logger as __Logger, + Provider as __Provider, + Provider, + StreamCollector as __StreamCollector, + UrlParser as __UrlParser, + UserAgent as __UserAgent, +} from "@aws-sdk/types"; +import { + GetRoleCredentialsCommandInput, + GetRoleCredentialsCommandOutput, +} from "./commands/GetRoleCredentialsCommand"; +import { + ListAccountRolesCommandInput, + ListAccountRolesCommandOutput, +} from "./commands/ListAccountRolesCommand"; +import { + ListAccountsCommandInput, + ListAccountsCommandOutput, +} from "./commands/ListAccountsCommand"; +import { + LogoutCommandInput, + LogoutCommandOutput, +} from "./commands/LogoutCommand"; +import { + ClientInputEndpointParameters, + ClientResolvedEndpointParameters, + EndpointParameters, +} from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = + | GetRoleCredentialsCommandInput + | ListAccountRolesCommandInput + | ListAccountsCommandInput + | LogoutCommandInput; +export declare type ServiceOutputTypes = + | GetRoleCredentialsCommandOutput + | ListAccountRolesCommandOutput + | ListAccountsCommandOutput + | LogoutCommandOutput; +export interface ClientDefaults + extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + requestHandler?: __HttpHandler; + sha256?: __HashConstructor; + urlParser?: __UrlParser; + bodyLengthChecker?: __BodyLengthCalculator; + streamCollector?: __StreamCollector; + base64Decoder?: __Decoder; + base64Encoder?: __Encoder; + utf8Decoder?: __Decoder; + utf8Encoder?: __Encoder; + runtime?: string; + disableHostPrefix?: boolean; + maxAttempts?: number | __Provider; + retryMode?: string | __Provider; + logger?: __Logger; + useDualstackEndpoint?: boolean | __Provider; + useFipsEndpoint?: boolean | __Provider; + serviceId?: string; + region?: string | __Provider; + defaultUserAgentProvider?: Provider<__UserAgent>; + defaultsMode?: DefaultsMode | Provider; +} +declare type SSOClientConfigType = Partial< + __SmithyConfiguration<__HttpHandlerOptions> +> & + ClientDefaults & + RegionInputConfig & + EndpointInputConfig & + RetryInputConfig & + HostHeaderInputConfig & + UserAgentInputConfig & + ClientInputEndpointParameters; +export interface SSOClientConfig extends SSOClientConfigType {} +declare type SSOClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; +export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {} +export declare class SSOClient extends __Client< + __HttpHandlerOptions, + ServiceInputTypes, + ServiceOutputTypes, + SSOClientResolvedConfig +> { + readonly config: SSOClientResolvedConfig; + constructor(configuration: SSOClientConfig); + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts new file mode 100644 index 000000000..1284388e6 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + GetRoleCredentialsRequest, + GetRoleCredentialsResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOClientResolvedConfig, +} from "../SSOClient"; +export interface GetRoleCredentialsCommandInput + extends GetRoleCredentialsRequest {} +export interface GetRoleCredentialsCommandOutput + extends GetRoleCredentialsResponse, + __MetadataBearer {} +export declare class GetRoleCredentialsCommand extends $Command< + GetRoleCredentialsCommandInput, + GetRoleCredentialsCommandOutput, + SSOClientResolvedConfig +> { + readonly input: GetRoleCredentialsCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetRoleCredentialsCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts new file mode 100644 index 000000000..88079fae0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + ListAccountRolesRequest, + ListAccountRolesResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOClientResolvedConfig, +} from "../SSOClient"; +export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {} +export interface ListAccountRolesCommandOutput + extends ListAccountRolesResponse, + __MetadataBearer {} +export declare class ListAccountRolesCommand extends $Command< + ListAccountRolesCommandInput, + ListAccountRolesCommandOutput, + SSOClientResolvedConfig +> { + readonly input: ListAccountRolesCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListAccountRolesCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts new file mode 100644 index 000000000..1dce103b4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOClientResolvedConfig, +} from "../SSOClient"; +export interface ListAccountsCommandInput extends ListAccountsRequest {} +export interface ListAccountsCommandOutput + extends ListAccountsResponse, + __MetadataBearer {} +export declare class ListAccountsCommand extends $Command< + ListAccountsCommandInput, + ListAccountsCommandOutput, + SSOClientResolvedConfig +> { + readonly input: ListAccountsCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: ListAccountsCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts new file mode 100644 index 000000000..e500d6d27 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts @@ -0,0 +1,32 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { LogoutRequest } from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + SSOClientResolvedConfig, +} from "../SSOClient"; +export interface LogoutCommandInput extends LogoutRequest {} +export interface LogoutCommandOutput extends __MetadataBearer {} +export declare class LogoutCommand extends $Command< + LogoutCommandInput, + LogoutCommandOutput, + SSOClientResolvedConfig +> { + readonly input: LogoutCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: LogoutCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: SSOClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts new file mode 100644 index 000000000..0ab890d36 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts @@ -0,0 +1,4 @@ +export * from "./GetRoleCredentialsCommand"; +export * from "./ListAccountRolesCommand"; +export * from "./ListAccountsCommand"; +export * from "./LogoutCommand"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..07bea1ea1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts @@ -0,0 +1,34 @@ +import { + Endpoint, + EndpointParameters as __EndpointParameters, + EndpointV2, + Provider, +} from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: + | string + | Provider + | Endpoint + | Provider + | EndpointV2 + | Provider; +} +export declare type ClientResolvedEndpointParameters = + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export declare const resolveClientEndpointParameters: ( + options: T & ClientInputEndpointParameters +) => T & + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..4c971a7f4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts @@ -0,0 +1,8 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: ( + endpointParams: EndpointParameters, + context?: { + logger?: Logger; + } +) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..26389df91 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +export * from "./SSO"; +export * from "./SSOClient"; +export * from "./commands"; +export * from "./models"; +export * from "./pagination"; +export { SSOServiceException } from "./models/SSOServiceException"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts new file mode 100644 index 000000000..6b2e54424 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts @@ -0,0 +1,7 @@ +import { + ServiceException as __ServiceException, + ServiceExceptionOptions as __ServiceExceptionOptions, +} from "@aws-sdk/smithy-client"; +export declare class SSOServiceException extends __ServiceException { + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts new file mode 100644 index 000000000..d55bddd98 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts @@ -0,0 +1,101 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { SSOServiceException as __BaseException } from "./SSOServiceException"; +export interface AccountInfo { + accountId?: string; + accountName?: string; + emailAddress?: string; +} +export interface GetRoleCredentialsRequest { + roleName: string | undefined; + accountId: string | undefined; + accessToken: string | undefined; +} +export interface RoleCredentials { + accessKeyId?: string; + secretAccessKey?: string; + sessionToken?: string; + expiration?: number; +} +export interface GetRoleCredentialsResponse { + roleCredentials?: RoleCredentials; +} +export declare class InvalidRequestException extends __BaseException { + readonly name: "InvalidRequestException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class ResourceNotFoundException extends __BaseException { + readonly name: "ResourceNotFoundException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class TooManyRequestsException extends __BaseException { + readonly name: "TooManyRequestsException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class UnauthorizedException extends __BaseException { + readonly name: "UnauthorizedException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface ListAccountRolesRequest { + nextToken?: string; + maxResults?: number; + accessToken: string | undefined; + accountId: string | undefined; +} +export interface RoleInfo { + roleName?: string; + accountId?: string; +} +export interface ListAccountRolesResponse { + nextToken?: string; + roleList?: RoleInfo[]; +} +export interface ListAccountsRequest { + nextToken?: string; + maxResults?: number; + accessToken: string | undefined; +} +export interface ListAccountsResponse { + nextToken?: string; + accountList?: AccountInfo[]; +} +export interface LogoutRequest { + accessToken: string | undefined; +} +export declare const AccountInfoFilterSensitiveLog: (obj: AccountInfo) => any; +export declare const GetRoleCredentialsRequestFilterSensitiveLog: ( + obj: GetRoleCredentialsRequest +) => any; +export declare const RoleCredentialsFilterSensitiveLog: ( + obj: RoleCredentials +) => any; +export declare const GetRoleCredentialsResponseFilterSensitiveLog: ( + obj: GetRoleCredentialsResponse +) => any; +export declare const ListAccountRolesRequestFilterSensitiveLog: ( + obj: ListAccountRolesRequest +) => any; +export declare const RoleInfoFilterSensitiveLog: (obj: RoleInfo) => any; +export declare const ListAccountRolesResponseFilterSensitiveLog: ( + obj: ListAccountRolesResponse +) => any; +export declare const ListAccountsRequestFilterSensitiveLog: ( + obj: ListAccountsRequest +) => any; +export declare const ListAccountsResponseFilterSensitiveLog: ( + obj: ListAccountsResponse +) => any; +export declare const LogoutRequestFilterSensitiveLog: ( + obj: LogoutRequest +) => any; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts new file mode 100644 index 000000000..8ef1fecc0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts @@ -0,0 +1,6 @@ +import { PaginationConfiguration } from "@aws-sdk/types"; +import { SSO } from "../SSO"; +import { SSOClient } from "../SSOClient"; +export interface SSOPaginationConfiguration extends PaginationConfiguration { + client: SSO | SSOClient; +} diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts new file mode 100644 index 000000000..b67f306db --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts @@ -0,0 +1,11 @@ +import { Paginator } from "@aws-sdk/types"; +import { + ListAccountRolesCommandInput, + ListAccountRolesCommandOutput, +} from "../commands/ListAccountRolesCommand"; +import { SSOPaginationConfiguration } from "./Interfaces"; +export declare function paginateListAccountRoles( + config: SSOPaginationConfiguration, + input: ListAccountRolesCommandInput, + ...additionalArguments: any +): Paginator; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts new file mode 100644 index 000000000..86d942b59 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts @@ -0,0 +1,11 @@ +import { Paginator } from "@aws-sdk/types"; +import { + ListAccountsCommandInput, + ListAccountsCommandOutput, +} from "../commands/ListAccountsCommand"; +import { SSOPaginationConfiguration } from "./Interfaces"; +export declare function paginateListAccounts( + config: SSOPaginationConfiguration, + input: ListAccountsCommandInput, + ...additionalArguments: any +): Paginator; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts new file mode 100644 index 000000000..1e7866f7f --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts @@ -0,0 +1,3 @@ +export * from "./Interfaces"; +export * from "./ListAccountRolesPaginator"; +export * from "./ListAccountsPaginator"; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts new file mode 100644 index 000000000..9bc3c135a --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts @@ -0,0 +1,53 @@ +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, +} from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { + GetRoleCredentialsCommandInput, + GetRoleCredentialsCommandOutput, +} from "../commands/GetRoleCredentialsCommand"; +import { + ListAccountRolesCommandInput, + ListAccountRolesCommandOutput, +} from "../commands/ListAccountRolesCommand"; +import { + ListAccountsCommandInput, + ListAccountsCommandOutput, +} from "../commands/ListAccountsCommand"; +import { + LogoutCommandInput, + LogoutCommandOutput, +} from "../commands/LogoutCommand"; +export declare const serializeAws_restJson1GetRoleCredentialsCommand: ( + input: GetRoleCredentialsCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1ListAccountRolesCommand: ( + input: ListAccountRolesCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1ListAccountsCommand: ( + input: ListAccountsCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_restJson1LogoutCommand: ( + input: LogoutCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const deserializeAws_restJson1GetRoleCredentialsCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_restJson1ListAccountRolesCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_restJson1ListAccountsCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_restJson1LogoutCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..f5c431db1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts @@ -0,0 +1,67 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { SSOClientConfig } from "./SSOClient"; +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts new file mode 100644 index 000000000..b6c8d1faf --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts @@ -0,0 +1,67 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { SSOClientConfig } from "./SSOClient"; +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts new file mode 100644 index 000000000..8b972d4ec --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts @@ -0,0 +1,56 @@ +import { SSOClientConfig } from "./SSOClient"; +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + defaultsMode: + | import("@aws-sdk/smithy-client").DefaultsMode + | import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").DefaultsMode + >; + endpoint?: + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..0e2c37423 --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { SSOClientConfig } from "./SSOClient"; +export declare const getRuntimeConfig: (config: SSOClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-sso/package.json b/node_modules/@aws-sdk/client-sso/package.json new file mode 100644 index 000000000..46720f7ed --- /dev/null +++ b/node_modules/@aws-sdk/client-sso/package.json @@ -0,0 +1,100 @@ +{ + "name": "@aws-sdk/client-sso", + "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native", + "version": "3.245.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:docs": "typedoc", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/sso.json --keepFiles)" + }, + "main": "./dist-cjs/index.js", + "types": "./dist-types/index.d.ts", + "module": "./dist-es/index.js", + "sideEffects": false, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/service-client-documentation-generator": "3.208.0", + "@tsconfig/node14": "1.0.3", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "overrides": { + "typedoc": { + "typescript": "~4.6.2" + } + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "browser": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" + }, + "react-native": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" + }, + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "clients/client-sso" + } +} diff --git a/node_modules/@aws-sdk/client-sts/LICENSE b/node_modules/@aws-sdk/client-sts/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/client-sts/README.md b/node_modules/@aws-sdk/client-sts/README.md new file mode 100644 index 000000000..85a734f8a --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/README.md @@ -0,0 +1,210 @@ + + +# @aws-sdk/client-sts + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-sts/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-sts) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-sts.svg)](https://www.npmjs.com/package/@aws-sdk/client-sts) + +## Description + +AWS SDK for JavaScript STS Client for Node.js, Browser and React Native. + +Security Token Service + +

Security Token Service (STS) enables you to request temporary, limited-privilege +credentials for Identity and Access Management (IAM) users or for users that you +authenticate (federated users). This guide provides descriptions of the STS API. For +more information about using this service, see Temporary Security Credentials.

+ +## Installing + +To install the this package, simply type add or install @aws-sdk/client-sts +using your favorite package manager: + +- `npm install @aws-sdk/client-sts` +- `yarn add @aws-sdk/client-sts` +- `pnpm add @aws-sdk/client-sts` + +## Getting Started + +### Import + +The AWS SDK is modulized by clients and commands. +To send a request, you only need to import the `STSClient` and +the commands you need, for example `AssumeRoleCommand`: + +```js +// ES5 example +const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts"); +``` + +```ts +// ES6+ example +import { STSClient, AssumeRoleCommand } from "@aws-sdk/client-sts"; +``` + +### Usage + +To send a request, you: + +- Initiate client with configuration (e.g. credentials, region). +- Initiate command with input parameters. +- Call `send` operation on client with command object as input. +- If you are using a custom http handler, you may call `destroy()` to close open connections. + +```js +// a client can be shared by different commands. +const client = new STSClient({ region: "REGION" }); + +const params = { + /** input parameters */ +}; +const command = new AssumeRoleCommand(params); +``` + +#### Async/await + +We recommend using [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await) +operator to wait for the promise returned by send operation as follows: + +```js +// async/await. +try { + const data = await client.send(command); + // process data. +} catch (error) { + // error handling. +} finally { + // finally. +} +``` + +Async-await is clean, concise, intuitive, easy to debug and has better error handling +as compared to using Promise chains or callbacks. + +#### Promises + +You can also use [Promise chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises#chaining) +to execute send operation. + +```js +client.send(command).then( + (data) => { + // process data. + }, + (error) => { + // error handling. + } +); +``` + +Promises can also be called using `.catch()` and `.finally()` as follows: + +```js +client + .send(command) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }) + .finally(() => { + // finally. + }); +``` + +#### Callbacks + +We do not recommend using callbacks because of [callback hell](http://callbackhell.com/), +but they are supported by the send operation. + +```js +// callbacks. +client.send(command, (err, data) => { + // process err and data. +}); +``` + +#### v2 compatible style + +The client can also send requests using v2 compatible style. +However, it results in a bigger bundle size and may be dropped in next major version. More details in the blog post +on [modular packages in AWS SDK for JavaScript](https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/) + +```ts +import * as AWS from "@aws-sdk/client-sts"; +const client = new AWS.STS({ region: "REGION" }); + +// async/await. +try { + const data = await client.assumeRole(params); + // process data. +} catch (error) { + // error handling. +} + +// Promises. +client + .assumeRole(params) + .then((data) => { + // process data. + }) + .catch((error) => { + // error handling. + }); + +// callbacks. +client.assumeRole(params, (err, data) => { + // process err and data. +}); +``` + +### Troubleshooting + +When the service returns an exception, the error will include the exception information, +as well as response metadata (e.g. request id). + +```js +try { + const data = await client.send(command); + // process data. +} catch (error) { + const { requestId, cfId, extendedRequestId } = error.$$metadata; + console.log({ requestId, cfId, extendedRequestId }); + /** + * The keys within exceptions are also parsed. + * You can access them by specifying exception names: + * if (error.name === 'SomeServiceException') { + * const value = error.specialKeyInException; + * } + */ +} +``` + +## Getting Help + +Please use these community resources for getting help. +We use the GitHub issues for tracking bugs and feature requests, but have limited bandwidth to address them. + +- Visit [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html) + or [API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/index.html). +- Check out the blog posts tagged with [`aws-sdk-js`](https://aws.amazon.com/blogs/developer/tag/aws-sdk-js/) + on AWS Developer Blog. +- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with `aws-sdk-js`. +- Join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3). +- If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues/new/choose). + +To test your universal JavaScript code in Node.js, browser and react-native environments, +visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests). + +## Contributing + +This client code is generated automatically. Any modifications will be overwritten the next time the `@aws-sdk/client-sts` package is updated. +To contribute to client you can check our [generate clients scripts](https://github.com/aws/aws-sdk-js-v3/tree/main/scripts/generate-clients). + +## License + +This SDK is distributed under the +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0), +see LICENSE for more information. diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js b/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js new file mode 100644 index 000000000..5cc6dda06 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js @@ -0,0 +1,127 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.STS = void 0; +const AssumeRoleCommand_1 = require("./commands/AssumeRoleCommand"); +const AssumeRoleWithSAMLCommand_1 = require("./commands/AssumeRoleWithSAMLCommand"); +const AssumeRoleWithWebIdentityCommand_1 = require("./commands/AssumeRoleWithWebIdentityCommand"); +const DecodeAuthorizationMessageCommand_1 = require("./commands/DecodeAuthorizationMessageCommand"); +const GetAccessKeyInfoCommand_1 = require("./commands/GetAccessKeyInfoCommand"); +const GetCallerIdentityCommand_1 = require("./commands/GetCallerIdentityCommand"); +const GetFederationTokenCommand_1 = require("./commands/GetFederationTokenCommand"); +const GetSessionTokenCommand_1 = require("./commands/GetSessionTokenCommand"); +const STSClient_1 = require("./STSClient"); +class STS extends STSClient_1.STSClient { + assumeRole(args, optionsOrCb, cb) { + const command = new AssumeRoleCommand_1.AssumeRoleCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + assumeRoleWithSAML(args, optionsOrCb, cb) { + const command = new AssumeRoleWithSAMLCommand_1.AssumeRoleWithSAMLCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + assumeRoleWithWebIdentity(args, optionsOrCb, cb) { + const command = new AssumeRoleWithWebIdentityCommand_1.AssumeRoleWithWebIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + decodeAuthorizationMessage(args, optionsOrCb, cb) { + const command = new DecodeAuthorizationMessageCommand_1.DecodeAuthorizationMessageCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getAccessKeyInfo(args, optionsOrCb, cb) { + const command = new GetAccessKeyInfoCommand_1.GetAccessKeyInfoCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getCallerIdentity(args, optionsOrCb, cb) { + const command = new GetCallerIdentityCommand_1.GetCallerIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getFederationToken(args, optionsOrCb, cb) { + const command = new GetFederationTokenCommand_1.GetFederationTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getSessionToken(args, optionsOrCb, cb) { + const command = new GetSessionTokenCommand_1.GetSessionTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} +exports.STS = STS; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js b/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js new file mode 100644 index 000000000..28e0f14a1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js @@ -0,0 +1,39 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.STSClient = void 0; +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const middleware_content_length_1 = require("@aws-sdk/middleware-content-length"); +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_host_header_1 = require("@aws-sdk/middleware-host-header"); +const middleware_logger_1 = require("@aws-sdk/middleware-logger"); +const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const middleware_sdk_sts_1 = require("@aws-sdk/middleware-sdk-sts"); +const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const EndpointParameters_1 = require("./endpoint/EndpointParameters"); +const runtimeConfig_1 = require("./runtimeConfig"); +class STSClient extends smithy_client_1.Client { + constructor(configuration) { + const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); + const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0); + const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1); + const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2); + const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3); + const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); + const _config_6 = (0, middleware_sdk_sts_1.resolveStsAuthConfig)(_config_5, { stsClientCtor: STSClient }); + const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6); + super(_config_7); + this.config = _config_7; + this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); + this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); + this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); + this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config)); + this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config)); + this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config)); + } + destroy() { + super.destroy(); + } +} +exports.STSClient = STSClient; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js new file mode 100644 index 000000000..0a50a32c1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AssumeRoleCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class AssumeRoleCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssumeRoleCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "AssumeRoleCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.AssumeRoleRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.AssumeRoleResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryAssumeRoleCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryAssumeRoleCommand)(output, context); + } +} +exports.AssumeRoleCommand = AssumeRoleCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js new file mode 100644 index 000000000..847eae009 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js @@ -0,0 +1,47 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AssumeRoleWithSAMLCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class AssumeRoleWithSAMLCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssumeRoleWithSAMLCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "AssumeRoleWithSAMLCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.AssumeRoleWithSAMLRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.AssumeRoleWithSAMLResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryAssumeRoleWithSAMLCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryAssumeRoleWithSAMLCommand)(output, context); + } +} +exports.AssumeRoleWithSAMLCommand = AssumeRoleWithSAMLCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js new file mode 100644 index 000000000..1aa6545f2 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js @@ -0,0 +1,47 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AssumeRoleWithWebIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class AssumeRoleWithWebIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssumeRoleWithWebIdentityCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "AssumeRoleWithWebIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.AssumeRoleWithWebIdentityRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.AssumeRoleWithWebIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryAssumeRoleWithWebIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryAssumeRoleWithWebIdentityCommand)(output, context); + } +} +exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js new file mode 100644 index 000000000..5924bf52a --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DecodeAuthorizationMessageCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class DecodeAuthorizationMessageCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DecodeAuthorizationMessageCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "DecodeAuthorizationMessageCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.DecodeAuthorizationMessageRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.DecodeAuthorizationMessageResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryDecodeAuthorizationMessageCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryDecodeAuthorizationMessageCommand)(output, context); + } +} +exports.DecodeAuthorizationMessageCommand = DecodeAuthorizationMessageCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js new file mode 100644 index 000000000..4c109f716 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetAccessKeyInfoCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class GetAccessKeyInfoCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetAccessKeyInfoCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetAccessKeyInfoCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetAccessKeyInfoRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetAccessKeyInfoResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryGetAccessKeyInfoCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryGetAccessKeyInfoCommand)(output, context); + } +} +exports.GetAccessKeyInfoCommand = GetAccessKeyInfoCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js new file mode 100644 index 000000000..145861342 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetCallerIdentityCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class GetCallerIdentityCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCallerIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetCallerIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetCallerIdentityRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetCallerIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryGetCallerIdentityCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryGetCallerIdentityCommand)(output, context); + } +} +exports.GetCallerIdentityCommand = GetCallerIdentityCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js new file mode 100644 index 000000000..3ab969efd --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetFederationTokenCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class GetFederationTokenCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetFederationTokenCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetFederationTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetFederationTokenRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetFederationTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryGetFederationTokenCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryGetFederationTokenCommand)(output, context); + } +} +exports.GetFederationTokenCommand = GetFederationTokenCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js new file mode 100644 index 000000000..fe26e705b --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetSessionTokenCommand = void 0; +const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint"); +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const models_0_1 = require("../models/models_0"); +const Aws_query_1 = require("../protocols/Aws_query"); +class GetSessionTokenCommand extends smithy_client_1.Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetSessionTokenCommand.getEndpointParameterInstructions())); + this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetSessionTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: models_0_1.GetSessionTokenRequestFilterSensitiveLog, + outputFilterSensitiveLog: models_0_1.GetSessionTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return (0, Aws_query_1.serializeAws_queryGetSessionTokenCommand)(input, context); + } + deserialize(output, context) { + return (0, Aws_query_1.deserializeAws_queryGetSessionTokenCommand)(output, context); + } +} +exports.GetSessionTokenCommand = GetSessionTokenCommand; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js new file mode 100644 index 000000000..f2bea9d20 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./AssumeRoleCommand"), exports); +tslib_1.__exportStar(require("./AssumeRoleWithSAMLCommand"), exports); +tslib_1.__exportStar(require("./AssumeRoleWithWebIdentityCommand"), exports); +tslib_1.__exportStar(require("./DecodeAuthorizationMessageCommand"), exports); +tslib_1.__exportStar(require("./GetAccessKeyInfoCommand"), exports); +tslib_1.__exportStar(require("./GetCallerIdentityCommand"), exports); +tslib_1.__exportStar(require("./GetFederationTokenCommand"), exports); +tslib_1.__exportStar(require("./GetSessionTokenCommand"), exports); diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js b/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js new file mode 100644 index 000000000..c99813b5b --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js @@ -0,0 +1,28 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.decorateDefaultCredentialProvider = exports.getDefaultRoleAssumerWithWebIdentity = exports.getDefaultRoleAssumer = void 0; +const defaultStsRoleAssumers_1 = require("./defaultStsRoleAssumers"); +const STSClient_1 = require("./STSClient"); +const getCustomizableStsClientCtor = (baseCtor, customizations) => { + if (!customizations) + return baseCtor; + else + return class CustomizableSTSClient extends baseCtor { + constructor(config) { + super(config); + for (const customization of customizations) { + this.middlewareStack.use(customization); + } + } + }; +}; +const getDefaultRoleAssumer = (stsOptions = {}, stsPlugins) => (0, defaultStsRoleAssumers_1.getDefaultRoleAssumer)(stsOptions, getCustomizableStsClientCtor(STSClient_1.STSClient, stsPlugins)); +exports.getDefaultRoleAssumer = getDefaultRoleAssumer; +const getDefaultRoleAssumerWithWebIdentity = (stsOptions = {}, stsPlugins) => (0, defaultStsRoleAssumers_1.getDefaultRoleAssumerWithWebIdentity)(stsOptions, getCustomizableStsClientCtor(STSClient_1.STSClient, stsPlugins)); +exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity; +const decorateDefaultCredentialProvider = (provider) => (input) => provider({ + roleAssumer: (0, exports.getDefaultRoleAssumer)(input), + roleAssumerWithWebIdentity: (0, exports.getDefaultRoleAssumerWithWebIdentity)(input), + ...input, +}); +exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js b/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js new file mode 100644 index 000000000..186e9ad8f --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js @@ -0,0 +1,76 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.decorateDefaultCredentialProvider = exports.getDefaultRoleAssumerWithWebIdentity = exports.getDefaultRoleAssumer = void 0; +const AssumeRoleCommand_1 = require("./commands/AssumeRoleCommand"); +const AssumeRoleWithWebIdentityCommand_1 = require("./commands/AssumeRoleWithWebIdentityCommand"); +const ASSUME_ROLE_DEFAULT_REGION = "us-east-1"; +const decorateDefaultRegion = (region) => { + if (typeof region !== "function") { + return region === undefined ? ASSUME_ROLE_DEFAULT_REGION : region; + } + return async () => { + try { + return await region(); + } + catch (e) { + return ASSUME_ROLE_DEFAULT_REGION; + } + }; +}; +const getDefaultRoleAssumer = (stsOptions, stsClientCtor) => { + let stsClient; + let closureSourceCreds; + return async (sourceCreds, params) => { + closureSourceCreds = sourceCreds; + if (!stsClient) { + const { logger, region, requestHandler } = stsOptions; + stsClient = new stsClientCtor({ + logger, + credentialDefaultProvider: () => async () => closureSourceCreds, + region: decorateDefaultRegion(region || stsOptions.region), + ...(requestHandler ? { requestHandler } : {}), + }); + } + const { Credentials } = await stsClient.send(new AssumeRoleCommand_1.AssumeRoleCommand(params)); + if (!Credentials || !Credentials.AccessKeyId || !Credentials.SecretAccessKey) { + throw new Error(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`); + } + return { + accessKeyId: Credentials.AccessKeyId, + secretAccessKey: Credentials.SecretAccessKey, + sessionToken: Credentials.SessionToken, + expiration: Credentials.Expiration, + }; + }; +}; +exports.getDefaultRoleAssumer = getDefaultRoleAssumer; +const getDefaultRoleAssumerWithWebIdentity = (stsOptions, stsClientCtor) => { + let stsClient; + return async (params) => { + if (!stsClient) { + const { logger, region, requestHandler } = stsOptions; + stsClient = new stsClientCtor({ + logger, + region: decorateDefaultRegion(region || stsOptions.region), + ...(requestHandler ? { requestHandler } : {}), + }); + } + const { Credentials } = await stsClient.send(new AssumeRoleWithWebIdentityCommand_1.AssumeRoleWithWebIdentityCommand(params)); + if (!Credentials || !Credentials.AccessKeyId || !Credentials.SecretAccessKey) { + throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${params.RoleArn}`); + } + return { + accessKeyId: Credentials.AccessKeyId, + secretAccessKey: Credentials.SecretAccessKey, + sessionToken: Credentials.SessionToken, + expiration: Credentials.Expiration, + }; + }; +}; +exports.getDefaultRoleAssumerWithWebIdentity = getDefaultRoleAssumerWithWebIdentity; +const decorateDefaultCredentialProvider = (provider) => (input) => provider({ + roleAssumer: (0, exports.getDefaultRoleAssumer)(input, input.stsClientCtor), + roleAssumerWithWebIdentity: (0, exports.getDefaultRoleAssumerWithWebIdentity)(input, input.stsClientCtor), + ...input, +}); +exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js new file mode 100644 index 000000000..20ed973b8 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveClientEndpointParameters = void 0; +const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + useGlobalEndpoint: options.useGlobalEndpoint ?? false, + defaultSigningName: "sts", + }; +}; +exports.resolveClientEndpointParameters = resolveClientEndpointParameters; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js new file mode 100644 index 000000000..482fab141 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultEndpointResolver = void 0; +const util_endpoints_1 = require("@aws-sdk/util-endpoints"); +const ruleset_1 = require("./ruleset"); +const defaultEndpointResolver = (endpointParams, context = {}) => { + return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; +exports.defaultEndpointResolver = defaultEndpointResolver; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js b/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js new file mode 100644 index 000000000..f12f921a5 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ruleSet = void 0; +const H = "required", I = "fn", J = "argv", K = "ref", L = "properties", M = "headers"; +const a = false, b = true, c = "PartitionResult", d = "tree", e = "booleanEquals", f = "stringEquals", g = "https://sts.amazonaws.com", h = "sigv4", i = "sts", j = "us-east-1", k = "endpoint", l = "https://sts.{Region}.{PartitionResult#dnsSuffix}", m = "error", n = "getAttr", o = { [H]: false, "type": "String" }, p = { [H]: true, "default": false, "type": "Boolean" }, q = { [K]: "Region" }, r = { [K]: "UseFIPS" }, s = { [K]: "UseDualStack" }, t = { [I]: "isSet", [J]: [{ [K]: "Endpoint" }] }, u = { [K]: "Endpoint" }, v = { "url": g, [L]: { "authSchemes": [{ "name": h, "signingName": i, "signingRegion": j }] }, [M]: {} }, w = {}, x = { [I]: e, [J]: [r, true] }, y = { [I]: e, [J]: [s, true] }, z = { [I]: e, [J]: [true, { [I]: n, [J]: [{ [K]: c }, "supportsFIPS"] }] }, A = { [K]: c }, B = { [I]: e, [J]: [true, { [I]: n, [J]: [A, "supportsDualStack"] }] }, C = { "url": l, [L]: {}, [M]: {} }, D = [u], E = [{ [I]: f, [J]: [q, "aws-global"] }], F = [x], G = [y]; +const _data = { version: "1.0", parameters: { Region: o, UseDualStack: p, UseFIPS: p, Endpoint: o, UseGlobalEndpoint: p }, rules: [{ conditions: [{ [I]: "aws.partition", [J]: [q], assign: c }], type: d, rules: [{ conditions: [{ [I]: e, [J]: [{ [K]: "UseGlobalEndpoint" }, b] }, { [I]: e, [J]: [r, a] }, { [I]: e, [J]: [s, a] }, { [I]: "not", [J]: [t] }], type: d, rules: [{ conditions: [{ [I]: f, [J]: [q, "ap-northeast-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ap-south-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ap-southeast-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ap-southeast-2"] }], endpoint: v, type: k }, { conditions: E, endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ca-central-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-central-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-north-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-west-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-west-2"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-west-3"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "sa-east-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, j] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "us-east-2"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "us-west-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "us-west-2"] }], endpoint: v, type: k }, { endpoint: { url: l, [L]: { authSchemes: [{ name: h, signingName: i, signingRegion: "{Region}" }] }, [M]: w }, type: k }] }, { conditions: [t, { [I]: "parseURL", [J]: D, assign: "url" }], type: d, rules: [{ conditions: F, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: m }, { type: d, rules: [{ conditions: G, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: m }, { endpoint: { url: u, [L]: w, [M]: w }, type: k }] }] }, { conditions: [x, y], type: d, rules: [{ conditions: [z, B], type: d, rules: [{ endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [L]: w, [M]: w }, type: k }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: m }] }, { conditions: F, type: d, rules: [{ conditions: [z], type: d, rules: [{ type: d, rules: [{ conditions: [{ [I]: f, [J]: ["aws-us-gov", { [I]: n, [J]: [A, "name"] }] }], endpoint: C, type: k }, { endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}", [L]: w, [M]: w }, type: k }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: m }] }, { conditions: G, type: d, rules: [{ conditions: [B], type: d, rules: [{ endpoint: { url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", [L]: w, [M]: w }, type: k }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: m }] }, { type: d, rules: [{ conditions: E, endpoint: { url: g, [L]: { authSchemes: [{ name: h, signingRegion: j, signingName: i }] }, [M]: w }, type: k }, { endpoint: C, type: k }] }] }] }; +exports.ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/index.js b/node_modules/@aws-sdk/client-sts/dist-cjs/index.js new file mode 100644 index 000000000..8dfd5519e --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/index.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.STSServiceException = void 0; +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./STS"), exports); +tslib_1.__exportStar(require("./STSClient"), exports); +tslib_1.__exportStar(require("./commands"), exports); +tslib_1.__exportStar(require("./defaultRoleAssumers"), exports); +tslib_1.__exportStar(require("./models"), exports); +var STSServiceException_1 = require("./models/STSServiceException"); +Object.defineProperty(exports, "STSServiceException", { enumerable: true, get: function () { return STSServiceException_1.STSServiceException; } }); diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js b/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js new file mode 100644 index 000000000..d5c19e04c --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.STSServiceException = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +class STSServiceException extends smithy_client_1.ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, STSServiceException.prototype); + } +} +exports.STSServiceException = STSServiceException; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js b/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js new file mode 100644 index 000000000..8ced418bc --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./models_0"), exports); diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js b/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js new file mode 100644 index 000000000..fbc6ddbca --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js @@ -0,0 +1,192 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.GetSessionTokenResponseFilterSensitiveLog = exports.GetSessionTokenRequestFilterSensitiveLog = exports.GetFederationTokenResponseFilterSensitiveLog = exports.FederatedUserFilterSensitiveLog = exports.GetFederationTokenRequestFilterSensitiveLog = exports.GetCallerIdentityResponseFilterSensitiveLog = exports.GetCallerIdentityRequestFilterSensitiveLog = exports.GetAccessKeyInfoResponseFilterSensitiveLog = exports.GetAccessKeyInfoRequestFilterSensitiveLog = exports.DecodeAuthorizationMessageResponseFilterSensitiveLog = exports.DecodeAuthorizationMessageRequestFilterSensitiveLog = exports.AssumeRoleWithWebIdentityResponseFilterSensitiveLog = exports.AssumeRoleWithWebIdentityRequestFilterSensitiveLog = exports.AssumeRoleWithSAMLResponseFilterSensitiveLog = exports.AssumeRoleWithSAMLRequestFilterSensitiveLog = exports.AssumeRoleResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.AssumeRoleRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.PolicyDescriptorTypeFilterSensitiveLog = exports.AssumedRoleUserFilterSensitiveLog = exports.InvalidAuthorizationMessageException = exports.IDPCommunicationErrorException = exports.InvalidIdentityTokenException = exports.IDPRejectedClaimException = exports.RegionDisabledException = exports.PackedPolicyTooLargeException = exports.MalformedPolicyDocumentException = exports.ExpiredTokenException = void 0; +const STSServiceException_1 = require("./STSServiceException"); +class ExpiredTokenException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "ExpiredTokenException", + $fault: "client", + ...opts, + }); + this.name = "ExpiredTokenException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ExpiredTokenException.prototype); + } +} +exports.ExpiredTokenException = ExpiredTokenException; +class MalformedPolicyDocumentException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "MalformedPolicyDocumentException", + $fault: "client", + ...opts, + }); + this.name = "MalformedPolicyDocumentException"; + this.$fault = "client"; + Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype); + } +} +exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException; +class PackedPolicyTooLargeException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "PackedPolicyTooLargeException", + $fault: "client", + ...opts, + }); + this.name = "PackedPolicyTooLargeException"; + this.$fault = "client"; + Object.setPrototypeOf(this, PackedPolicyTooLargeException.prototype); + } +} +exports.PackedPolicyTooLargeException = PackedPolicyTooLargeException; +class RegionDisabledException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "RegionDisabledException", + $fault: "client", + ...opts, + }); + this.name = "RegionDisabledException"; + this.$fault = "client"; + Object.setPrototypeOf(this, RegionDisabledException.prototype); + } +} +exports.RegionDisabledException = RegionDisabledException; +class IDPRejectedClaimException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "IDPRejectedClaimException", + $fault: "client", + ...opts, + }); + this.name = "IDPRejectedClaimException"; + this.$fault = "client"; + Object.setPrototypeOf(this, IDPRejectedClaimException.prototype); + } +} +exports.IDPRejectedClaimException = IDPRejectedClaimException; +class InvalidIdentityTokenException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "InvalidIdentityTokenException", + $fault: "client", + ...opts, + }); + this.name = "InvalidIdentityTokenException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidIdentityTokenException.prototype); + } +} +exports.InvalidIdentityTokenException = InvalidIdentityTokenException; +class IDPCommunicationErrorException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "IDPCommunicationErrorException", + $fault: "client", + ...opts, + }); + this.name = "IDPCommunicationErrorException"; + this.$fault = "client"; + Object.setPrototypeOf(this, IDPCommunicationErrorException.prototype); + } +} +exports.IDPCommunicationErrorException = IDPCommunicationErrorException; +class InvalidAuthorizationMessageException extends STSServiceException_1.STSServiceException { + constructor(opts) { + super({ + name: "InvalidAuthorizationMessageException", + $fault: "client", + ...opts, + }); + this.name = "InvalidAuthorizationMessageException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidAuthorizationMessageException.prototype); + } +} +exports.InvalidAuthorizationMessageException = InvalidAuthorizationMessageException; +const AssumedRoleUserFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumedRoleUserFilterSensitiveLog = AssumedRoleUserFilterSensitiveLog; +const PolicyDescriptorTypeFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.PolicyDescriptorTypeFilterSensitiveLog = PolicyDescriptorTypeFilterSensitiveLog; +const TagFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.TagFilterSensitiveLog = TagFilterSensitiveLog; +const AssumeRoleRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumeRoleRequestFilterSensitiveLog = AssumeRoleRequestFilterSensitiveLog; +const CredentialsFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog; +const AssumeRoleResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumeRoleResponseFilterSensitiveLog = AssumeRoleResponseFilterSensitiveLog; +const AssumeRoleWithSAMLRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumeRoleWithSAMLRequestFilterSensitiveLog = AssumeRoleWithSAMLRequestFilterSensitiveLog; +const AssumeRoleWithSAMLResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumeRoleWithSAMLResponseFilterSensitiveLog = AssumeRoleWithSAMLResponseFilterSensitiveLog; +const AssumeRoleWithWebIdentityRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumeRoleWithWebIdentityRequestFilterSensitiveLog = AssumeRoleWithWebIdentityRequestFilterSensitiveLog; +const AssumeRoleWithWebIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.AssumeRoleWithWebIdentityResponseFilterSensitiveLog = AssumeRoleWithWebIdentityResponseFilterSensitiveLog; +const DecodeAuthorizationMessageRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DecodeAuthorizationMessageRequestFilterSensitiveLog = DecodeAuthorizationMessageRequestFilterSensitiveLog; +const DecodeAuthorizationMessageResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.DecodeAuthorizationMessageResponseFilterSensitiveLog = DecodeAuthorizationMessageResponseFilterSensitiveLog; +const GetAccessKeyInfoRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetAccessKeyInfoRequestFilterSensitiveLog = GetAccessKeyInfoRequestFilterSensitiveLog; +const GetAccessKeyInfoResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetAccessKeyInfoResponseFilterSensitiveLog = GetAccessKeyInfoResponseFilterSensitiveLog; +const GetCallerIdentityRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetCallerIdentityRequestFilterSensitiveLog = GetCallerIdentityRequestFilterSensitiveLog; +const GetCallerIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetCallerIdentityResponseFilterSensitiveLog = GetCallerIdentityResponseFilterSensitiveLog; +const GetFederationTokenRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetFederationTokenRequestFilterSensitiveLog = GetFederationTokenRequestFilterSensitiveLog; +const FederatedUserFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.FederatedUserFilterSensitiveLog = FederatedUserFilterSensitiveLog; +const GetFederationTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetFederationTokenResponseFilterSensitiveLog = GetFederationTokenResponseFilterSensitiveLog; +const GetSessionTokenRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetSessionTokenRequestFilterSensitiveLog = GetSessionTokenRequestFilterSensitiveLog; +const GetSessionTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +exports.GetSessionTokenResponseFilterSensitiveLog = GetSessionTokenResponseFilterSensitiveLog; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js b/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js new file mode 100644 index 000000000..c42bf5eeb --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js @@ -0,0 +1,1083 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deserializeAws_queryGetSessionTokenCommand = exports.deserializeAws_queryGetFederationTokenCommand = exports.deserializeAws_queryGetCallerIdentityCommand = exports.deserializeAws_queryGetAccessKeyInfoCommand = exports.deserializeAws_queryDecodeAuthorizationMessageCommand = exports.deserializeAws_queryAssumeRoleWithWebIdentityCommand = exports.deserializeAws_queryAssumeRoleWithSAMLCommand = exports.deserializeAws_queryAssumeRoleCommand = exports.serializeAws_queryGetSessionTokenCommand = exports.serializeAws_queryGetFederationTokenCommand = exports.serializeAws_queryGetCallerIdentityCommand = exports.serializeAws_queryGetAccessKeyInfoCommand = exports.serializeAws_queryDecodeAuthorizationMessageCommand = exports.serializeAws_queryAssumeRoleWithWebIdentityCommand = exports.serializeAws_queryAssumeRoleWithSAMLCommand = exports.serializeAws_queryAssumeRoleCommand = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const fast_xml_parser_1 = require("fast-xml-parser"); +const models_0_1 = require("../models/models_0"); +const STSServiceException_1 = require("../models/STSServiceException"); +const serializeAws_queryAssumeRoleCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryAssumeRoleRequest(input, context), + Action: "AssumeRole", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryAssumeRoleCommand = serializeAws_queryAssumeRoleCommand; +const serializeAws_queryAssumeRoleWithSAMLCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryAssumeRoleWithSAMLRequest(input, context), + Action: "AssumeRoleWithSAML", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryAssumeRoleWithSAMLCommand = serializeAws_queryAssumeRoleWithSAMLCommand; +const serializeAws_queryAssumeRoleWithWebIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryAssumeRoleWithWebIdentityRequest(input, context), + Action: "AssumeRoleWithWebIdentity", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryAssumeRoleWithWebIdentityCommand = serializeAws_queryAssumeRoleWithWebIdentityCommand; +const serializeAws_queryDecodeAuthorizationMessageCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryDecodeAuthorizationMessageRequest(input, context), + Action: "DecodeAuthorizationMessage", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryDecodeAuthorizationMessageCommand = serializeAws_queryDecodeAuthorizationMessageCommand; +const serializeAws_queryGetAccessKeyInfoCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetAccessKeyInfoRequest(input, context), + Action: "GetAccessKeyInfo", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryGetAccessKeyInfoCommand = serializeAws_queryGetAccessKeyInfoCommand; +const serializeAws_queryGetCallerIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetCallerIdentityRequest(input, context), + Action: "GetCallerIdentity", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryGetCallerIdentityCommand = serializeAws_queryGetCallerIdentityCommand; +const serializeAws_queryGetFederationTokenCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetFederationTokenRequest(input, context), + Action: "GetFederationToken", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryGetFederationTokenCommand = serializeAws_queryGetFederationTokenCommand; +const serializeAws_queryGetSessionTokenCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetSessionTokenRequest(input, context), + Action: "GetSessionToken", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +exports.serializeAws_queryGetSessionTokenCommand = serializeAws_queryGetSessionTokenCommand; +const deserializeAws_queryAssumeRoleCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryAssumeRoleCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryAssumeRoleResponse(data.AssumeRoleResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryAssumeRoleCommand = deserializeAws_queryAssumeRoleCommand; +const deserializeAws_queryAssumeRoleCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExpiredTokenException": + case "com.amazonaws.sts#ExpiredTokenException": + throw await deserializeAws_queryExpiredTokenExceptionResponse(parsedOutput, context); + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); + } +}; +const deserializeAws_queryAssumeRoleWithSAMLCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryAssumeRoleWithSAMLCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryAssumeRoleWithSAMLResponse(data.AssumeRoleWithSAMLResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryAssumeRoleWithSAMLCommand = deserializeAws_queryAssumeRoleWithSAMLCommand; +const deserializeAws_queryAssumeRoleWithSAMLCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExpiredTokenException": + case "com.amazonaws.sts#ExpiredTokenException": + throw await deserializeAws_queryExpiredTokenExceptionResponse(parsedOutput, context); + case "IDPRejectedClaim": + case "com.amazonaws.sts#IDPRejectedClaimException": + throw await deserializeAws_queryIDPRejectedClaimExceptionResponse(parsedOutput, context); + case "InvalidIdentityToken": + case "com.amazonaws.sts#InvalidIdentityTokenException": + throw await deserializeAws_queryInvalidIdentityTokenExceptionResponse(parsedOutput, context); + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); + } +}; +const deserializeAws_queryAssumeRoleWithWebIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryAssumeRoleWithWebIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryAssumeRoleWithWebIdentityResponse(data.AssumeRoleWithWebIdentityResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryAssumeRoleWithWebIdentityCommand = deserializeAws_queryAssumeRoleWithWebIdentityCommand; +const deserializeAws_queryAssumeRoleWithWebIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExpiredTokenException": + case "com.amazonaws.sts#ExpiredTokenException": + throw await deserializeAws_queryExpiredTokenExceptionResponse(parsedOutput, context); + case "IDPCommunicationError": + case "com.amazonaws.sts#IDPCommunicationErrorException": + throw await deserializeAws_queryIDPCommunicationErrorExceptionResponse(parsedOutput, context); + case "IDPRejectedClaim": + case "com.amazonaws.sts#IDPRejectedClaimException": + throw await deserializeAws_queryIDPRejectedClaimExceptionResponse(parsedOutput, context); + case "InvalidIdentityToken": + case "com.amazonaws.sts#InvalidIdentityTokenException": + throw await deserializeAws_queryInvalidIdentityTokenExceptionResponse(parsedOutput, context); + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); + } +}; +const deserializeAws_queryDecodeAuthorizationMessageCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryDecodeAuthorizationMessageCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryDecodeAuthorizationMessageResponse(data.DecodeAuthorizationMessageResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryDecodeAuthorizationMessageCommand = deserializeAws_queryDecodeAuthorizationMessageCommand; +const deserializeAws_queryDecodeAuthorizationMessageCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidAuthorizationMessageException": + case "com.amazonaws.sts#InvalidAuthorizationMessageException": + throw await deserializeAws_queryInvalidAuthorizationMessageExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); + } +}; +const deserializeAws_queryGetAccessKeyInfoCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetAccessKeyInfoCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetAccessKeyInfoResponse(data.GetAccessKeyInfoResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryGetAccessKeyInfoCommand = deserializeAws_queryGetAccessKeyInfoCommand; +const deserializeAws_queryGetAccessKeyInfoCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); +}; +const deserializeAws_queryGetCallerIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetCallerIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetCallerIdentityResponse(data.GetCallerIdentityResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryGetCallerIdentityCommand = deserializeAws_queryGetCallerIdentityCommand; +const deserializeAws_queryGetCallerIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); +}; +const deserializeAws_queryGetFederationTokenCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetFederationTokenCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetFederationTokenResponse(data.GetFederationTokenResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryGetFederationTokenCommand = deserializeAws_queryGetFederationTokenCommand; +const deserializeAws_queryGetFederationTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); + } +}; +const deserializeAws_queryGetSessionTokenCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetSessionTokenCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetSessionTokenResponse(data.GetSessionTokenResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +exports.deserializeAws_queryGetSessionTokenCommand = deserializeAws_queryGetSessionTokenCommand; +const deserializeAws_queryGetSessionTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + (0, smithy_client_1.throwDefaultError)({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: STSServiceException_1.STSServiceException, + errorCode, + }); + } +}; +const deserializeAws_queryExpiredTokenExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryExpiredTokenException(body.Error, context); + const exception = new models_0_1.ExpiredTokenException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryIDPCommunicationErrorExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryIDPCommunicationErrorException(body.Error, context); + const exception = new models_0_1.IDPCommunicationErrorException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryIDPRejectedClaimExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryIDPRejectedClaimException(body.Error, context); + const exception = new models_0_1.IDPRejectedClaimException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryInvalidAuthorizationMessageExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryInvalidAuthorizationMessageException(body.Error, context); + const exception = new models_0_1.InvalidAuthorizationMessageException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryInvalidIdentityTokenExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryInvalidIdentityTokenException(body.Error, context); + const exception = new models_0_1.InvalidIdentityTokenException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryMalformedPolicyDocumentExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryMalformedPolicyDocumentException(body.Error, context); + const exception = new models_0_1.MalformedPolicyDocumentException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryPackedPolicyTooLargeExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryPackedPolicyTooLargeException(body.Error, context); + const exception = new models_0_1.PackedPolicyTooLargeException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const deserializeAws_queryRegionDisabledExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryRegionDisabledException(body.Error, context); + const exception = new models_0_1.RegionDisabledException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return (0, smithy_client_1.decorateServiceException)(exception, body); +}; +const serializeAws_queryAssumeRoleRequest = (input, context) => { + const entries = {}; + if (input.RoleArn != null) { + entries["RoleArn"] = input.RoleArn; + } + if (input.RoleSessionName != null) { + entries["RoleSessionName"] = input.RoleSessionName; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + if (input.Tags != null) { + const memberEntries = serializeAws_querytagListType(input.Tags, context); + if (input.Tags?.length === 0) { + entries.Tags = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `Tags.${key}`; + entries[loc] = value; + }); + } + if (input.TransitiveTagKeys != null) { + const memberEntries = serializeAws_querytagKeyListType(input.TransitiveTagKeys, context); + if (input.TransitiveTagKeys?.length === 0) { + entries.TransitiveTagKeys = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `TransitiveTagKeys.${key}`; + entries[loc] = value; + }); + } + if (input.ExternalId != null) { + entries["ExternalId"] = input.ExternalId; + } + if (input.SerialNumber != null) { + entries["SerialNumber"] = input.SerialNumber; + } + if (input.TokenCode != null) { + entries["TokenCode"] = input.TokenCode; + } + if (input.SourceIdentity != null) { + entries["SourceIdentity"] = input.SourceIdentity; + } + return entries; +}; +const serializeAws_queryAssumeRoleWithSAMLRequest = (input, context) => { + const entries = {}; + if (input.RoleArn != null) { + entries["RoleArn"] = input.RoleArn; + } + if (input.PrincipalArn != null) { + entries["PrincipalArn"] = input.PrincipalArn; + } + if (input.SAMLAssertion != null) { + entries["SAMLAssertion"] = input.SAMLAssertion; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + return entries; +}; +const serializeAws_queryAssumeRoleWithWebIdentityRequest = (input, context) => { + const entries = {}; + if (input.RoleArn != null) { + entries["RoleArn"] = input.RoleArn; + } + if (input.RoleSessionName != null) { + entries["RoleSessionName"] = input.RoleSessionName; + } + if (input.WebIdentityToken != null) { + entries["WebIdentityToken"] = input.WebIdentityToken; + } + if (input.ProviderId != null) { + entries["ProviderId"] = input.ProviderId; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + return entries; +}; +const serializeAws_queryDecodeAuthorizationMessageRequest = (input, context) => { + const entries = {}; + if (input.EncodedMessage != null) { + entries["EncodedMessage"] = input.EncodedMessage; + } + return entries; +}; +const serializeAws_queryGetAccessKeyInfoRequest = (input, context) => { + const entries = {}; + if (input.AccessKeyId != null) { + entries["AccessKeyId"] = input.AccessKeyId; + } + return entries; +}; +const serializeAws_queryGetCallerIdentityRequest = (input, context) => { + const entries = {}; + return entries; +}; +const serializeAws_queryGetFederationTokenRequest = (input, context) => { + const entries = {}; + if (input.Name != null) { + entries["Name"] = input.Name; + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + if (input.Tags != null) { + const memberEntries = serializeAws_querytagListType(input.Tags, context); + if (input.Tags?.length === 0) { + entries.Tags = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `Tags.${key}`; + entries[loc] = value; + }); + } + return entries; +}; +const serializeAws_queryGetSessionTokenRequest = (input, context) => { + const entries = {}; + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + if (input.SerialNumber != null) { + entries["SerialNumber"] = input.SerialNumber; + } + if (input.TokenCode != null) { + entries["TokenCode"] = input.TokenCode; + } + return entries; +}; +const serializeAws_querypolicyDescriptorListType = (input, context) => { + const entries = {}; + let counter = 1; + for (const entry of input) { + if (entry === null) { + continue; + } + const memberEntries = serializeAws_queryPolicyDescriptorType(entry, context); + Object.entries(memberEntries).forEach(([key, value]) => { + entries[`member.${counter}.${key}`] = value; + }); + counter++; + } + return entries; +}; +const serializeAws_queryPolicyDescriptorType = (input, context) => { + const entries = {}; + if (input.arn != null) { + entries["arn"] = input.arn; + } + return entries; +}; +const serializeAws_queryTag = (input, context) => { + const entries = {}; + if (input.Key != null) { + entries["Key"] = input.Key; + } + if (input.Value != null) { + entries["Value"] = input.Value; + } + return entries; +}; +const serializeAws_querytagKeyListType = (input, context) => { + const entries = {}; + let counter = 1; + for (const entry of input) { + if (entry === null) { + continue; + } + entries[`member.${counter}`] = entry; + counter++; + } + return entries; +}; +const serializeAws_querytagListType = (input, context) => { + const entries = {}; + let counter = 1; + for (const entry of input) { + if (entry === null) { + continue; + } + const memberEntries = serializeAws_queryTag(entry, context); + Object.entries(memberEntries).forEach(([key, value]) => { + entries[`member.${counter}.${key}`] = value; + }); + counter++; + } + return entries; +}; +const deserializeAws_queryAssumedRoleUser = (output, context) => { + const contents = { + AssumedRoleId: undefined, + Arn: undefined, + }; + if (output["AssumedRoleId"] !== undefined) { + contents.AssumedRoleId = (0, smithy_client_1.expectString)(output["AssumedRoleId"]); + } + if (output["Arn"] !== undefined) { + contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]); + } + return contents; +}; +const deserializeAws_queryAssumeRoleResponse = (output, context) => { + const contents = { + Credentials: undefined, + AssumedRoleUser: undefined, + PackedPolicySize: undefined, + SourceIdentity: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["AssumedRoleUser"] !== undefined) { + contents.AssumedRoleUser = deserializeAws_queryAssumedRoleUser(output["AssumedRoleUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]); + } + if (output["SourceIdentity"] !== undefined) { + contents.SourceIdentity = (0, smithy_client_1.expectString)(output["SourceIdentity"]); + } + return contents; +}; +const deserializeAws_queryAssumeRoleWithSAMLResponse = (output, context) => { + const contents = { + Credentials: undefined, + AssumedRoleUser: undefined, + PackedPolicySize: undefined, + Subject: undefined, + SubjectType: undefined, + Issuer: undefined, + Audience: undefined, + NameQualifier: undefined, + SourceIdentity: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["AssumedRoleUser"] !== undefined) { + contents.AssumedRoleUser = deserializeAws_queryAssumedRoleUser(output["AssumedRoleUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]); + } + if (output["Subject"] !== undefined) { + contents.Subject = (0, smithy_client_1.expectString)(output["Subject"]); + } + if (output["SubjectType"] !== undefined) { + contents.SubjectType = (0, smithy_client_1.expectString)(output["SubjectType"]); + } + if (output["Issuer"] !== undefined) { + contents.Issuer = (0, smithy_client_1.expectString)(output["Issuer"]); + } + if (output["Audience"] !== undefined) { + contents.Audience = (0, smithy_client_1.expectString)(output["Audience"]); + } + if (output["NameQualifier"] !== undefined) { + contents.NameQualifier = (0, smithy_client_1.expectString)(output["NameQualifier"]); + } + if (output["SourceIdentity"] !== undefined) { + contents.SourceIdentity = (0, smithy_client_1.expectString)(output["SourceIdentity"]); + } + return contents; +}; +const deserializeAws_queryAssumeRoleWithWebIdentityResponse = (output, context) => { + const contents = { + Credentials: undefined, + SubjectFromWebIdentityToken: undefined, + AssumedRoleUser: undefined, + PackedPolicySize: undefined, + Provider: undefined, + Audience: undefined, + SourceIdentity: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["SubjectFromWebIdentityToken"] !== undefined) { + contents.SubjectFromWebIdentityToken = (0, smithy_client_1.expectString)(output["SubjectFromWebIdentityToken"]); + } + if (output["AssumedRoleUser"] !== undefined) { + contents.AssumedRoleUser = deserializeAws_queryAssumedRoleUser(output["AssumedRoleUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]); + } + if (output["Provider"] !== undefined) { + contents.Provider = (0, smithy_client_1.expectString)(output["Provider"]); + } + if (output["Audience"] !== undefined) { + contents.Audience = (0, smithy_client_1.expectString)(output["Audience"]); + } + if (output["SourceIdentity"] !== undefined) { + contents.SourceIdentity = (0, smithy_client_1.expectString)(output["SourceIdentity"]); + } + return contents; +}; +const deserializeAws_queryCredentials = (output, context) => { + const contents = { + AccessKeyId: undefined, + SecretAccessKey: undefined, + SessionToken: undefined, + Expiration: undefined, + }; + if (output["AccessKeyId"] !== undefined) { + contents.AccessKeyId = (0, smithy_client_1.expectString)(output["AccessKeyId"]); + } + if (output["SecretAccessKey"] !== undefined) { + contents.SecretAccessKey = (0, smithy_client_1.expectString)(output["SecretAccessKey"]); + } + if (output["SessionToken"] !== undefined) { + contents.SessionToken = (0, smithy_client_1.expectString)(output["SessionToken"]); + } + if (output["Expiration"] !== undefined) { + contents.Expiration = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output["Expiration"])); + } + return contents; +}; +const deserializeAws_queryDecodeAuthorizationMessageResponse = (output, context) => { + const contents = { + DecodedMessage: undefined, + }; + if (output["DecodedMessage"] !== undefined) { + contents.DecodedMessage = (0, smithy_client_1.expectString)(output["DecodedMessage"]); + } + return contents; +}; +const deserializeAws_queryExpiredTokenException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryFederatedUser = (output, context) => { + const contents = { + FederatedUserId: undefined, + Arn: undefined, + }; + if (output["FederatedUserId"] !== undefined) { + contents.FederatedUserId = (0, smithy_client_1.expectString)(output["FederatedUserId"]); + } + if (output["Arn"] !== undefined) { + contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]); + } + return contents; +}; +const deserializeAws_queryGetAccessKeyInfoResponse = (output, context) => { + const contents = { + Account: undefined, + }; + if (output["Account"] !== undefined) { + contents.Account = (0, smithy_client_1.expectString)(output["Account"]); + } + return contents; +}; +const deserializeAws_queryGetCallerIdentityResponse = (output, context) => { + const contents = { + UserId: undefined, + Account: undefined, + Arn: undefined, + }; + if (output["UserId"] !== undefined) { + contents.UserId = (0, smithy_client_1.expectString)(output["UserId"]); + } + if (output["Account"] !== undefined) { + contents.Account = (0, smithy_client_1.expectString)(output["Account"]); + } + if (output["Arn"] !== undefined) { + contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]); + } + return contents; +}; +const deserializeAws_queryGetFederationTokenResponse = (output, context) => { + const contents = { + Credentials: undefined, + FederatedUser: undefined, + PackedPolicySize: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["FederatedUser"] !== undefined) { + contents.FederatedUser = deserializeAws_queryFederatedUser(output["FederatedUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = (0, smithy_client_1.strictParseInt32)(output["PackedPolicySize"]); + } + return contents; +}; +const deserializeAws_queryGetSessionTokenResponse = (output, context) => { + const contents = { + Credentials: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + return contents; +}; +const deserializeAws_queryIDPCommunicationErrorException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryIDPRejectedClaimException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryInvalidAuthorizationMessageException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryInvalidIdentityTokenException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryMalformedPolicyDocumentException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryPackedPolicyTooLargeException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeAws_queryRegionDisabledException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = (0, smithy_client_1.expectString)(output["message"]); + } + return contents; +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const contents = { + protocol, + hostname, + port, + method: "POST", + path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path, + headers, + }; + if (resolvedHostname !== undefined) { + contents.hostname = resolvedHostname; + } + if (body !== undefined) { + contents.body = body; + } + return new protocol_http_1.HttpRequest(contents); +}; +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + const parser = new fast_xml_parser_1.XMLParser({ + attributeNamePrefix: "", + htmlEntities: true, + ignoreAttributes: false, + ignoreDeclaration: true, + parseTagValue: false, + trimValues: false, + tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined), + }); + parser.addEntity("#xD", "\r"); + parser.addEntity("#10", "\n"); + const parsedObj = parser.parse(encoded); + const textNodeName = "#text"; + const key = Object.keys(parsedObj)[0]; + const parsedObjToReturn = parsedObj[key]; + if (parsedObjToReturn[textNodeName]) { + parsedObjToReturn[key] = parsedObjToReturn[textNodeName]; + delete parsedObjToReturn[textNodeName]; + } + return (0, smithy_client_1.getValueFromTextNode)(parsedObjToReturn); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + if (value.Error) { + value.Error.message = value.Error.message ?? value.Error.Message; + } + return value; +}; +const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries) + .map(([key, value]) => (0, smithy_client_1.extendedEncodeURIComponent)(key) + "=" + (0, smithy_client_1.extendedEncodeURIComponent)(value)) + .join("&"); +const loadQueryErrorCode = (output, data) => { + if (data.Error.Code !== undefined) { + return data.Error.Code; + } + if (output.statusCode == 404) { + return "NotFound"; + } +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js new file mode 100644 index 000000000..7032837f5 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js @@ -0,0 +1,42 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const sha256_browser_1 = require("@aws-crypto/sha256-browser"); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler"); +const invalid_dependency_1 = require("@aws-sdk/invalid-dependency"); +const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser"); +const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser"); +const getRuntimeConfig = (config) => { + const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"), + requestHandler: config?.requestHandler ?? new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? sha256_browser_1.Sha256, + streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? util_utf8_browser_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_browser_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js new file mode 100644 index 000000000..b600af673 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js @@ -0,0 +1,51 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const tslib_1 = require("tslib"); +const package_json_1 = tslib_1.__importDefault(require("../package.json")); +const defaultStsRoleAssumers_1 = require("./defaultStsRoleAssumers"); +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const credential_provider_node_1 = require("@aws-sdk/credential-provider-node"); +const hash_node_1 = require("@aws-sdk/hash-node"); +const middleware_retry_1 = require("@aws-sdk/middleware-retry"); +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const node_http_handler_1 = require("@aws-sdk/node-http-handler"); +const util_body_length_node_1 = require("@aws-sdk/util-body-length-node"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node"); +const util_utf8_node_1 = require("@aws-sdk/util-utf8-node"); +const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node"); +const smithy_client_2 = require("@aws-sdk/smithy-client"); +const getRuntimeConfig = (config) => { + (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); + const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); + const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode); + const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? (0, defaultStsRoleAssumers_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }), + maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new node_http_handler_1.NodeHttpHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + (0, node_config_provider_1.loadConfig)({ + ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? util_utf8_node_1.fromUtf8, + utf8Encoder: config?.utf8Encoder ?? util_utf8_node_1.toUtf8, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js new file mode 100644 index 000000000..34c5f8ece --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const sha256_js_1 = require("@aws-crypto/sha256-js"); +const runtimeConfig_browser_1 = require("./runtimeConfig.browser"); +const getRuntimeConfig = (config) => { + const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? sha256_js_1.Sha256, + }; +}; +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js new file mode 100644 index 000000000..6867e3030 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRuntimeConfig = void 0; +const smithy_client_1 = require("@aws-sdk/smithy-client"); +const url_parser_1 = require("@aws-sdk/url-parser"); +const util_base64_1 = require("@aws-sdk/util-base64"); +const endpointResolver_1 = require("./endpoint/endpointResolver"); +const getRuntimeConfig = (config) => ({ + apiVersion: "2011-06-15", + base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, + base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + logger: config?.logger ?? new smithy_client_1.NoOpLogger(), + serviceId: config?.serviceId ?? "STS", + urlParser: config?.urlParser ?? url_parser_1.parseUrl, +}); +exports.getRuntimeConfig = getRuntimeConfig; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/STS.js b/node_modules/@aws-sdk/client-sts/dist-es/STS.js new file mode 100644 index 000000000..ceaa719ec --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/STS.js @@ -0,0 +1,123 @@ +import { AssumeRoleCommand } from "./commands/AssumeRoleCommand"; +import { AssumeRoleWithSAMLCommand, } from "./commands/AssumeRoleWithSAMLCommand"; +import { AssumeRoleWithWebIdentityCommand, } from "./commands/AssumeRoleWithWebIdentityCommand"; +import { DecodeAuthorizationMessageCommand, } from "./commands/DecodeAuthorizationMessageCommand"; +import { GetAccessKeyInfoCommand, } from "./commands/GetAccessKeyInfoCommand"; +import { GetCallerIdentityCommand, } from "./commands/GetCallerIdentityCommand"; +import { GetFederationTokenCommand, } from "./commands/GetFederationTokenCommand"; +import { GetSessionTokenCommand, } from "./commands/GetSessionTokenCommand"; +import { STSClient } from "./STSClient"; +export class STS extends STSClient { + assumeRole(args, optionsOrCb, cb) { + const command = new AssumeRoleCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + assumeRoleWithSAML(args, optionsOrCb, cb) { + const command = new AssumeRoleWithSAMLCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + assumeRoleWithWebIdentity(args, optionsOrCb, cb) { + const command = new AssumeRoleWithWebIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + decodeAuthorizationMessage(args, optionsOrCb, cb) { + const command = new DecodeAuthorizationMessageCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getAccessKeyInfo(args, optionsOrCb, cb) { + const command = new GetAccessKeyInfoCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getCallerIdentity(args, optionsOrCb, cb) { + const command = new GetCallerIdentityCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getFederationToken(args, optionsOrCb, cb) { + const command = new GetFederationTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } + getSessionToken(args, optionsOrCb, cb) { + const command = new GetSessionTokenCommand(args); + if (typeof optionsOrCb === "function") { + this.send(command, optionsOrCb); + } + else if (typeof cb === "function") { + if (typeof optionsOrCb !== "object") + throw new Error(`Expect http options but get ${typeof optionsOrCb}`); + this.send(command, optionsOrCb || {}, cb); + } + else { + return this.send(command, optionsOrCb); + } + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js b/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js new file mode 100644 index 000000000..6beab4c1b --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js @@ -0,0 +1,35 @@ +import { resolveRegionConfig } from "@aws-sdk/config-resolver"; +import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length"; +import { resolveEndpointConfig } from "@aws-sdk/middleware-endpoint"; +import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; +import { getLoggerPlugin } from "@aws-sdk/middleware-logger"; +import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection"; +import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry"; +import { resolveStsAuthConfig } from "@aws-sdk/middleware-sdk-sts"; +import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent"; +import { Client as __Client, } from "@aws-sdk/smithy-client"; +import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters"; +import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export class STSClient extends __Client { + constructor(configuration) { + const _config_0 = __getRuntimeConfig(configuration); + const _config_1 = resolveClientEndpointParameters(_config_0); + const _config_2 = resolveRegionConfig(_config_1); + const _config_3 = resolveEndpointConfig(_config_2); + const _config_4 = resolveRetryConfig(_config_3); + const _config_5 = resolveHostHeaderConfig(_config_4); + const _config_6 = resolveStsAuthConfig(_config_5, { stsClientCtor: STSClient }); + const _config_7 = resolveUserAgentConfig(_config_6); + super(_config_7); + this.config = _config_7; + this.middlewareStack.use(getRetryPlugin(this.config)); + this.middlewareStack.use(getContentLengthPlugin(this.config)); + this.middlewareStack.use(getHostHeaderPlugin(this.config)); + this.middlewareStack.use(getLoggerPlugin(this.config)); + this.middlewareStack.use(getRecursionDetectionPlugin(this.config)); + this.middlewareStack.use(getUserAgentPlugin(this.config)); + } + destroy() { + super.destroy(); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js new file mode 100644 index 000000000..411468cb2 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js @@ -0,0 +1,45 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { AssumeRoleRequestFilterSensitiveLog, AssumeRoleResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryAssumeRoleCommand, serializeAws_queryAssumeRoleCommand } from "../protocols/Aws_query"; +export class AssumeRoleCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, AssumeRoleCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "AssumeRoleCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: AssumeRoleRequestFilterSensitiveLog, + outputFilterSensitiveLog: AssumeRoleResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryAssumeRoleCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryAssumeRoleCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js new file mode 100644 index 000000000..73e588b38 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js @@ -0,0 +1,43 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { AssumeRoleWithSAMLRequestFilterSensitiveLog, AssumeRoleWithSAMLResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryAssumeRoleWithSAMLCommand, serializeAws_queryAssumeRoleWithSAMLCommand, } from "../protocols/Aws_query"; +export class AssumeRoleWithSAMLCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, AssumeRoleWithSAMLCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "AssumeRoleWithSAMLCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: AssumeRoleWithSAMLRequestFilterSensitiveLog, + outputFilterSensitiveLog: AssumeRoleWithSAMLResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryAssumeRoleWithSAMLCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryAssumeRoleWithSAMLCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js new file mode 100644 index 000000000..30c938edf --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js @@ -0,0 +1,43 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { AssumeRoleWithWebIdentityRequestFilterSensitiveLog, AssumeRoleWithWebIdentityResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryAssumeRoleWithWebIdentityCommand, serializeAws_queryAssumeRoleWithWebIdentityCommand, } from "../protocols/Aws_query"; +export class AssumeRoleWithWebIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, AssumeRoleWithWebIdentityCommand.getEndpointParameterInstructions())); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "AssumeRoleWithWebIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: AssumeRoleWithWebIdentityRequestFilterSensitiveLog, + outputFilterSensitiveLog: AssumeRoleWithWebIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryAssumeRoleWithWebIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryAssumeRoleWithWebIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js new file mode 100644 index 000000000..76dc3ea1c --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js @@ -0,0 +1,45 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { DecodeAuthorizationMessageRequestFilterSensitiveLog, DecodeAuthorizationMessageResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryDecodeAuthorizationMessageCommand, serializeAws_queryDecodeAuthorizationMessageCommand, } from "../protocols/Aws_query"; +export class DecodeAuthorizationMessageCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, DecodeAuthorizationMessageCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "DecodeAuthorizationMessageCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: DecodeAuthorizationMessageRequestFilterSensitiveLog, + outputFilterSensitiveLog: DecodeAuthorizationMessageResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryDecodeAuthorizationMessageCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryDecodeAuthorizationMessageCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js new file mode 100644 index 000000000..8e41363ef --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js @@ -0,0 +1,45 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetAccessKeyInfoRequestFilterSensitiveLog, GetAccessKeyInfoResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryGetAccessKeyInfoCommand, serializeAws_queryGetAccessKeyInfoCommand, } from "../protocols/Aws_query"; +export class GetAccessKeyInfoCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetAccessKeyInfoCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetAccessKeyInfoCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetAccessKeyInfoRequestFilterSensitiveLog, + outputFilterSensitiveLog: GetAccessKeyInfoResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryGetAccessKeyInfoCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryGetAccessKeyInfoCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js new file mode 100644 index 000000000..9400dd7a6 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js @@ -0,0 +1,45 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetCallerIdentityRequestFilterSensitiveLog, GetCallerIdentityResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryGetCallerIdentityCommand, serializeAws_queryGetCallerIdentityCommand, } from "../protocols/Aws_query"; +export class GetCallerIdentityCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetCallerIdentityCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetCallerIdentityCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetCallerIdentityRequestFilterSensitiveLog, + outputFilterSensitiveLog: GetCallerIdentityResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryGetCallerIdentityCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryGetCallerIdentityCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js new file mode 100644 index 000000000..936308b93 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js @@ -0,0 +1,45 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetFederationTokenRequestFilterSensitiveLog, GetFederationTokenResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryGetFederationTokenCommand, serializeAws_queryGetFederationTokenCommand, } from "../protocols/Aws_query"; +export class GetFederationTokenCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetFederationTokenCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetFederationTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetFederationTokenRequestFilterSensitiveLog, + outputFilterSensitiveLog: GetFederationTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryGetFederationTokenCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryGetFederationTokenCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js new file mode 100644 index 000000000..875e013be --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js @@ -0,0 +1,45 @@ +import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint"; +import { getSerdePlugin } from "@aws-sdk/middleware-serde"; +import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { GetSessionTokenRequestFilterSensitiveLog, GetSessionTokenResponseFilterSensitiveLog, } from "../models/models_0"; +import { deserializeAws_queryGetSessionTokenCommand, serializeAws_queryGetSessionTokenCommand, } from "../protocols/Aws_query"; +export class GetSessionTokenCommand extends $Command { + constructor(input) { + super(); + this.input = input; + } + static getEndpointParameterInstructions() { + return { + UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, + UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, + Endpoint: { type: "builtInParams", name: "endpoint" }, + Region: { type: "builtInParams", name: "region" }, + UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }, + }; + } + resolveMiddleware(clientStack, configuration, options) { + this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize)); + this.middlewareStack.use(getEndpointPlugin(configuration, GetSessionTokenCommand.getEndpointParameterInstructions())); + this.middlewareStack.use(getAwsAuthPlugin(configuration)); + const stack = clientStack.concat(this.middlewareStack); + const { logger } = configuration; + const clientName = "STSClient"; + const commandName = "GetSessionTokenCommand"; + const handlerExecutionContext = { + logger, + clientName, + commandName, + inputFilterSensitiveLog: GetSessionTokenRequestFilterSensitiveLog, + outputFilterSensitiveLog: GetSessionTokenResponseFilterSensitiveLog, + }; + const { requestHandler } = configuration; + return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext); + } + serialize(input, context) { + return serializeAws_queryGetSessionTokenCommand(input, context); + } + deserialize(output, context) { + return deserializeAws_queryGetSessionTokenCommand(output, context); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js b/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js new file mode 100644 index 000000000..802202ff1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js @@ -0,0 +1,8 @@ +export * from "./AssumeRoleCommand"; +export * from "./AssumeRoleWithSAMLCommand"; +export * from "./AssumeRoleWithWebIdentityCommand"; +export * from "./DecodeAuthorizationMessageCommand"; +export * from "./GetAccessKeyInfoCommand"; +export * from "./GetCallerIdentityCommand"; +export * from "./GetFederationTokenCommand"; +export * from "./GetSessionTokenCommand"; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js b/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js new file mode 100644 index 000000000..aafb8c4eb --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js @@ -0,0 +1,22 @@ +import { getDefaultRoleAssumer as StsGetDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity as StsGetDefaultRoleAssumerWithWebIdentity, } from "./defaultStsRoleAssumers"; +import { STSClient } from "./STSClient"; +const getCustomizableStsClientCtor = (baseCtor, customizations) => { + if (!customizations) + return baseCtor; + else + return class CustomizableSTSClient extends baseCtor { + constructor(config) { + super(config); + for (const customization of customizations) { + this.middlewareStack.use(customization); + } + } + }; +}; +export const getDefaultRoleAssumer = (stsOptions = {}, stsPlugins) => StsGetDefaultRoleAssumer(stsOptions, getCustomizableStsClientCtor(STSClient, stsPlugins)); +export const getDefaultRoleAssumerWithWebIdentity = (stsOptions = {}, stsPlugins) => StsGetDefaultRoleAssumerWithWebIdentity(stsOptions, getCustomizableStsClientCtor(STSClient, stsPlugins)); +export const decorateDefaultCredentialProvider = (provider) => (input) => provider({ + roleAssumer: getDefaultRoleAssumer(input), + roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity(input), + ...input, +}); diff --git a/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js b/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js new file mode 100644 index 000000000..f304082e1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js @@ -0,0 +1,70 @@ +import { AssumeRoleCommand } from "./commands/AssumeRoleCommand"; +import { AssumeRoleWithWebIdentityCommand, } from "./commands/AssumeRoleWithWebIdentityCommand"; +const ASSUME_ROLE_DEFAULT_REGION = "us-east-1"; +const decorateDefaultRegion = (region) => { + if (typeof region !== "function") { + return region === undefined ? ASSUME_ROLE_DEFAULT_REGION : region; + } + return async () => { + try { + return await region(); + } + catch (e) { + return ASSUME_ROLE_DEFAULT_REGION; + } + }; +}; +export const getDefaultRoleAssumer = (stsOptions, stsClientCtor) => { + let stsClient; + let closureSourceCreds; + return async (sourceCreds, params) => { + closureSourceCreds = sourceCreds; + if (!stsClient) { + const { logger, region, requestHandler } = stsOptions; + stsClient = new stsClientCtor({ + logger, + credentialDefaultProvider: () => async () => closureSourceCreds, + region: decorateDefaultRegion(region || stsOptions.region), + ...(requestHandler ? { requestHandler } : {}), + }); + } + const { Credentials } = await stsClient.send(new AssumeRoleCommand(params)); + if (!Credentials || !Credentials.AccessKeyId || !Credentials.SecretAccessKey) { + throw new Error(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`); + } + return { + accessKeyId: Credentials.AccessKeyId, + secretAccessKey: Credentials.SecretAccessKey, + sessionToken: Credentials.SessionToken, + expiration: Credentials.Expiration, + }; + }; +}; +export const getDefaultRoleAssumerWithWebIdentity = (stsOptions, stsClientCtor) => { + let stsClient; + return async (params) => { + if (!stsClient) { + const { logger, region, requestHandler } = stsOptions; + stsClient = new stsClientCtor({ + logger, + region: decorateDefaultRegion(region || stsOptions.region), + ...(requestHandler ? { requestHandler } : {}), + }); + } + const { Credentials } = await stsClient.send(new AssumeRoleWithWebIdentityCommand(params)); + if (!Credentials || !Credentials.AccessKeyId || !Credentials.SecretAccessKey) { + throw new Error(`Invalid response from STS.assumeRoleWithWebIdentity call with role ${params.RoleArn}`); + } + return { + accessKeyId: Credentials.AccessKeyId, + secretAccessKey: Credentials.SecretAccessKey, + sessionToken: Credentials.SessionToken, + expiration: Credentials.Expiration, + }; + }; +}; +export const decorateDefaultCredentialProvider = (provider) => (input) => provider({ + roleAssumer: getDefaultRoleAssumer(input, input.stsClientCtor), + roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity(input, input.stsClientCtor), + ...input, +}); diff --git a/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js b/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js new file mode 100644 index 000000000..7110c4ae1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js @@ -0,0 +1,9 @@ +export const resolveClientEndpointParameters = (options) => { + return { + ...options, + useDualstackEndpoint: options.useDualstackEndpoint ?? false, + useFipsEndpoint: options.useFipsEndpoint ?? false, + useGlobalEndpoint: options.useGlobalEndpoint ?? false, + defaultSigningName: "sts", + }; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js b/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js new file mode 100644 index 000000000..f7d9738dd --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js @@ -0,0 +1,8 @@ +import { resolveEndpoint } from "@aws-sdk/util-endpoints"; +import { ruleSet } from "./ruleset"; +export const defaultEndpointResolver = (endpointParams, context = {}) => { + return resolveEndpoint(ruleSet, { + endpointParams: endpointParams, + logger: context.logger, + }); +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js b/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js new file mode 100644 index 000000000..42d4a7363 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js @@ -0,0 +1,4 @@ +const H = "required", I = "fn", J = "argv", K = "ref", L = "properties", M = "headers"; +const a = false, b = true, c = "PartitionResult", d = "tree", e = "booleanEquals", f = "stringEquals", g = "https://sts.amazonaws.com", h = "sigv4", i = "sts", j = "us-east-1", k = "endpoint", l = "https://sts.{Region}.{PartitionResult#dnsSuffix}", m = "error", n = "getAttr", o = { [H]: false, "type": "String" }, p = { [H]: true, "default": false, "type": "Boolean" }, q = { [K]: "Region" }, r = { [K]: "UseFIPS" }, s = { [K]: "UseDualStack" }, t = { [I]: "isSet", [J]: [{ [K]: "Endpoint" }] }, u = { [K]: "Endpoint" }, v = { "url": g, [L]: { "authSchemes": [{ "name": h, "signingName": i, "signingRegion": j }] }, [M]: {} }, w = {}, x = { [I]: e, [J]: [r, true] }, y = { [I]: e, [J]: [s, true] }, z = { [I]: e, [J]: [true, { [I]: n, [J]: [{ [K]: c }, "supportsFIPS"] }] }, A = { [K]: c }, B = { [I]: e, [J]: [true, { [I]: n, [J]: [A, "supportsDualStack"] }] }, C = { "url": l, [L]: {}, [M]: {} }, D = [u], E = [{ [I]: f, [J]: [q, "aws-global"] }], F = [x], G = [y]; +const _data = { version: "1.0", parameters: { Region: o, UseDualStack: p, UseFIPS: p, Endpoint: o, UseGlobalEndpoint: p }, rules: [{ conditions: [{ [I]: "aws.partition", [J]: [q], assign: c }], type: d, rules: [{ conditions: [{ [I]: e, [J]: [{ [K]: "UseGlobalEndpoint" }, b] }, { [I]: e, [J]: [r, a] }, { [I]: e, [J]: [s, a] }, { [I]: "not", [J]: [t] }], type: d, rules: [{ conditions: [{ [I]: f, [J]: [q, "ap-northeast-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ap-south-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ap-southeast-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ap-southeast-2"] }], endpoint: v, type: k }, { conditions: E, endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "ca-central-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-central-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-north-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-west-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-west-2"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "eu-west-3"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "sa-east-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, j] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "us-east-2"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "us-west-1"] }], endpoint: v, type: k }, { conditions: [{ [I]: f, [J]: [q, "us-west-2"] }], endpoint: v, type: k }, { endpoint: { url: l, [L]: { authSchemes: [{ name: h, signingName: i, signingRegion: "{Region}" }] }, [M]: w }, type: k }] }, { conditions: [t, { [I]: "parseURL", [J]: D, assign: "url" }], type: d, rules: [{ conditions: F, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: m }, { type: d, rules: [{ conditions: G, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: m }, { endpoint: { url: u, [L]: w, [M]: w }, type: k }] }] }, { conditions: [x, y], type: d, rules: [{ conditions: [z, B], type: d, rules: [{ endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [L]: w, [M]: w }, type: k }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: m }] }, { conditions: F, type: d, rules: [{ conditions: [z], type: d, rules: [{ type: d, rules: [{ conditions: [{ [I]: f, [J]: ["aws-us-gov", { [I]: n, [J]: [A, "name"] }] }], endpoint: C, type: k }, { endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}", [L]: w, [M]: w }, type: k }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: m }] }, { conditions: G, type: d, rules: [{ conditions: [B], type: d, rules: [{ endpoint: { url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", [L]: w, [M]: w }, type: k }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: m }] }, { type: d, rules: [{ conditions: E, endpoint: { url: g, [L]: { authSchemes: [{ name: h, signingRegion: j, signingName: i }] }, [M]: w }, type: k }, { endpoint: C, type: k }] }] }] }; +export const ruleSet = _data; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/index.js b/node_modules/@aws-sdk/client-sts/dist-es/index.js new file mode 100644 index 000000000..441fe775a --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/index.js @@ -0,0 +1,6 @@ +export * from "./STS"; +export * from "./STSClient"; +export * from "./commands"; +export * from "./defaultRoleAssumers"; +export * from "./models"; +export { STSServiceException } from "./models/STSServiceException"; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js b/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js new file mode 100644 index 000000000..27616df71 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js @@ -0,0 +1,7 @@ +import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client"; +export class STSServiceException extends __ServiceException { + constructor(options) { + super(options); + Object.setPrototypeOf(this, STSServiceException.prototype); + } +} diff --git a/node_modules/@aws-sdk/client-sts/dist-es/models/index.js b/node_modules/@aws-sdk/client-sts/dist-es/models/index.js new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/models/index.js @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js b/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js new file mode 100644 index 000000000..5ea5bc7b4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js @@ -0,0 +1,160 @@ +import { STSServiceException as __BaseException } from "./STSServiceException"; +export class ExpiredTokenException extends __BaseException { + constructor(opts) { + super({ + name: "ExpiredTokenException", + $fault: "client", + ...opts, + }); + this.name = "ExpiredTokenException"; + this.$fault = "client"; + Object.setPrototypeOf(this, ExpiredTokenException.prototype); + } +} +export class MalformedPolicyDocumentException extends __BaseException { + constructor(opts) { + super({ + name: "MalformedPolicyDocumentException", + $fault: "client", + ...opts, + }); + this.name = "MalformedPolicyDocumentException"; + this.$fault = "client"; + Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype); + } +} +export class PackedPolicyTooLargeException extends __BaseException { + constructor(opts) { + super({ + name: "PackedPolicyTooLargeException", + $fault: "client", + ...opts, + }); + this.name = "PackedPolicyTooLargeException"; + this.$fault = "client"; + Object.setPrototypeOf(this, PackedPolicyTooLargeException.prototype); + } +} +export class RegionDisabledException extends __BaseException { + constructor(opts) { + super({ + name: "RegionDisabledException", + $fault: "client", + ...opts, + }); + this.name = "RegionDisabledException"; + this.$fault = "client"; + Object.setPrototypeOf(this, RegionDisabledException.prototype); + } +} +export class IDPRejectedClaimException extends __BaseException { + constructor(opts) { + super({ + name: "IDPRejectedClaimException", + $fault: "client", + ...opts, + }); + this.name = "IDPRejectedClaimException"; + this.$fault = "client"; + Object.setPrototypeOf(this, IDPRejectedClaimException.prototype); + } +} +export class InvalidIdentityTokenException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidIdentityTokenException", + $fault: "client", + ...opts, + }); + this.name = "InvalidIdentityTokenException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidIdentityTokenException.prototype); + } +} +export class IDPCommunicationErrorException extends __BaseException { + constructor(opts) { + super({ + name: "IDPCommunicationErrorException", + $fault: "client", + ...opts, + }); + this.name = "IDPCommunicationErrorException"; + this.$fault = "client"; + Object.setPrototypeOf(this, IDPCommunicationErrorException.prototype); + } +} +export class InvalidAuthorizationMessageException extends __BaseException { + constructor(opts) { + super({ + name: "InvalidAuthorizationMessageException", + $fault: "client", + ...opts, + }); + this.name = "InvalidAuthorizationMessageException"; + this.$fault = "client"; + Object.setPrototypeOf(this, InvalidAuthorizationMessageException.prototype); + } +} +export const AssumedRoleUserFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const PolicyDescriptorTypeFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const TagFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const AssumeRoleRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const CredentialsFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const AssumeRoleResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const AssumeRoleWithSAMLRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const AssumeRoleWithSAMLResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const AssumeRoleWithWebIdentityRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const AssumeRoleWithWebIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DecodeAuthorizationMessageRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const DecodeAuthorizationMessageResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetAccessKeyInfoRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetAccessKeyInfoResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetCallerIdentityRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetCallerIdentityResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetFederationTokenRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const FederatedUserFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetFederationTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetSessionTokenRequestFilterSensitiveLog = (obj) => ({ + ...obj, +}); +export const GetSessionTokenResponseFilterSensitiveLog = (obj) => ({ + ...obj, +}); diff --git a/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js b/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js new file mode 100644 index 000000000..3d2f18b57 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js @@ -0,0 +1,1064 @@ +import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http"; +import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getValueFromTextNode as __getValueFromTextNode, parseRfc3339DateTime as __parseRfc3339DateTime, strictParseInt32 as __strictParseInt32, throwDefaultError, } from "@aws-sdk/smithy-client"; +import { XMLParser } from "fast-xml-parser"; +import { ExpiredTokenException, IDPCommunicationErrorException, IDPRejectedClaimException, InvalidAuthorizationMessageException, InvalidIdentityTokenException, MalformedPolicyDocumentException, PackedPolicyTooLargeException, RegionDisabledException, } from "../models/models_0"; +import { STSServiceException as __BaseException } from "../models/STSServiceException"; +export const serializeAws_queryAssumeRoleCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryAssumeRoleRequest(input, context), + Action: "AssumeRole", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryAssumeRoleWithSAMLCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryAssumeRoleWithSAMLRequest(input, context), + Action: "AssumeRoleWithSAML", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryAssumeRoleWithWebIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryAssumeRoleWithWebIdentityRequest(input, context), + Action: "AssumeRoleWithWebIdentity", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryDecodeAuthorizationMessageCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryDecodeAuthorizationMessageRequest(input, context), + Action: "DecodeAuthorizationMessage", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryGetAccessKeyInfoCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetAccessKeyInfoRequest(input, context), + Action: "GetAccessKeyInfo", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryGetCallerIdentityCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetCallerIdentityRequest(input, context), + Action: "GetCallerIdentity", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryGetFederationTokenCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetFederationTokenRequest(input, context), + Action: "GetFederationToken", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const serializeAws_queryGetSessionTokenCommand = async (input, context) => { + const headers = { + "content-type": "application/x-www-form-urlencoded", + }; + let body; + body = buildFormUrlencodedString({ + ...serializeAws_queryGetSessionTokenRequest(input, context), + Action: "GetSessionToken", + Version: "2011-06-15", + }); + return buildHttpRpcRequest(context, headers, "/", undefined, body); +}; +export const deserializeAws_queryAssumeRoleCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryAssumeRoleCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryAssumeRoleResponse(data.AssumeRoleResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryAssumeRoleCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExpiredTokenException": + case "com.amazonaws.sts#ExpiredTokenException": + throw await deserializeAws_queryExpiredTokenExceptionResponse(parsedOutput, context); + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_queryAssumeRoleWithSAMLCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryAssumeRoleWithSAMLCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryAssumeRoleWithSAMLResponse(data.AssumeRoleWithSAMLResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryAssumeRoleWithSAMLCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExpiredTokenException": + case "com.amazonaws.sts#ExpiredTokenException": + throw await deserializeAws_queryExpiredTokenExceptionResponse(parsedOutput, context); + case "IDPRejectedClaim": + case "com.amazonaws.sts#IDPRejectedClaimException": + throw await deserializeAws_queryIDPRejectedClaimExceptionResponse(parsedOutput, context); + case "InvalidIdentityToken": + case "com.amazonaws.sts#InvalidIdentityTokenException": + throw await deserializeAws_queryInvalidIdentityTokenExceptionResponse(parsedOutput, context); + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_queryAssumeRoleWithWebIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryAssumeRoleWithWebIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryAssumeRoleWithWebIdentityResponse(data.AssumeRoleWithWebIdentityResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryAssumeRoleWithWebIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "ExpiredTokenException": + case "com.amazonaws.sts#ExpiredTokenException": + throw await deserializeAws_queryExpiredTokenExceptionResponse(parsedOutput, context); + case "IDPCommunicationError": + case "com.amazonaws.sts#IDPCommunicationErrorException": + throw await deserializeAws_queryIDPCommunicationErrorExceptionResponse(parsedOutput, context); + case "IDPRejectedClaim": + case "com.amazonaws.sts#IDPRejectedClaimException": + throw await deserializeAws_queryIDPRejectedClaimExceptionResponse(parsedOutput, context); + case "InvalidIdentityToken": + case "com.amazonaws.sts#InvalidIdentityTokenException": + throw await deserializeAws_queryInvalidIdentityTokenExceptionResponse(parsedOutput, context); + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_queryDecodeAuthorizationMessageCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryDecodeAuthorizationMessageCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryDecodeAuthorizationMessageResponse(data.DecodeAuthorizationMessageResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryDecodeAuthorizationMessageCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "InvalidAuthorizationMessageException": + case "com.amazonaws.sts#InvalidAuthorizationMessageException": + throw await deserializeAws_queryInvalidAuthorizationMessageExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_queryGetAccessKeyInfoCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetAccessKeyInfoCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetAccessKeyInfoResponse(data.GetAccessKeyInfoResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryGetAccessKeyInfoCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); +}; +export const deserializeAws_queryGetCallerIdentityCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetCallerIdentityCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetCallerIdentityResponse(data.GetCallerIdentityResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryGetCallerIdentityCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); +}; +export const deserializeAws_queryGetFederationTokenCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetFederationTokenCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetFederationTokenResponse(data.GetFederationTokenResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryGetFederationTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "MalformedPolicyDocument": + case "com.amazonaws.sts#MalformedPolicyDocumentException": + throw await deserializeAws_queryMalformedPolicyDocumentExceptionResponse(parsedOutput, context); + case "PackedPolicyTooLarge": + case "com.amazonaws.sts#PackedPolicyTooLargeException": + throw await deserializeAws_queryPackedPolicyTooLargeExceptionResponse(parsedOutput, context); + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +export const deserializeAws_queryGetSessionTokenCommand = async (output, context) => { + if (output.statusCode >= 300) { + return deserializeAws_queryGetSessionTokenCommandError(output, context); + } + const data = await parseBody(output.body, context); + let contents = {}; + contents = deserializeAws_queryGetSessionTokenResponse(data.GetSessionTokenResult, context); + const response = { + $metadata: deserializeMetadata(output), + ...contents, + }; + return Promise.resolve(response); +}; +const deserializeAws_queryGetSessionTokenCommandError = async (output, context) => { + const parsedOutput = { + ...output, + body: await parseErrorBody(output.body, context), + }; + const errorCode = loadQueryErrorCode(output, parsedOutput.body); + switch (errorCode) { + case "RegionDisabledException": + case "com.amazonaws.sts#RegionDisabledException": + throw await deserializeAws_queryRegionDisabledExceptionResponse(parsedOutput, context); + default: + const parsedBody = parsedOutput.body; + throwDefaultError({ + output, + parsedBody: parsedBody.Error, + exceptionCtor: __BaseException, + errorCode, + }); + } +}; +const deserializeAws_queryExpiredTokenExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryExpiredTokenException(body.Error, context); + const exception = new ExpiredTokenException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryIDPCommunicationErrorExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryIDPCommunicationErrorException(body.Error, context); + const exception = new IDPCommunicationErrorException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryIDPRejectedClaimExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryIDPRejectedClaimException(body.Error, context); + const exception = new IDPRejectedClaimException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryInvalidAuthorizationMessageExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryInvalidAuthorizationMessageException(body.Error, context); + const exception = new InvalidAuthorizationMessageException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryInvalidIdentityTokenExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryInvalidIdentityTokenException(body.Error, context); + const exception = new InvalidIdentityTokenException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryMalformedPolicyDocumentExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryMalformedPolicyDocumentException(body.Error, context); + const exception = new MalformedPolicyDocumentException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryPackedPolicyTooLargeExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryPackedPolicyTooLargeException(body.Error, context); + const exception = new PackedPolicyTooLargeException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const deserializeAws_queryRegionDisabledExceptionResponse = async (parsedOutput, context) => { + const body = parsedOutput.body; + const deserialized = deserializeAws_queryRegionDisabledException(body.Error, context); + const exception = new RegionDisabledException({ + $metadata: deserializeMetadata(parsedOutput), + ...deserialized, + }); + return __decorateServiceException(exception, body); +}; +const serializeAws_queryAssumeRoleRequest = (input, context) => { + const entries = {}; + if (input.RoleArn != null) { + entries["RoleArn"] = input.RoleArn; + } + if (input.RoleSessionName != null) { + entries["RoleSessionName"] = input.RoleSessionName; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + if (input.Tags != null) { + const memberEntries = serializeAws_querytagListType(input.Tags, context); + if (input.Tags?.length === 0) { + entries.Tags = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `Tags.${key}`; + entries[loc] = value; + }); + } + if (input.TransitiveTagKeys != null) { + const memberEntries = serializeAws_querytagKeyListType(input.TransitiveTagKeys, context); + if (input.TransitiveTagKeys?.length === 0) { + entries.TransitiveTagKeys = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `TransitiveTagKeys.${key}`; + entries[loc] = value; + }); + } + if (input.ExternalId != null) { + entries["ExternalId"] = input.ExternalId; + } + if (input.SerialNumber != null) { + entries["SerialNumber"] = input.SerialNumber; + } + if (input.TokenCode != null) { + entries["TokenCode"] = input.TokenCode; + } + if (input.SourceIdentity != null) { + entries["SourceIdentity"] = input.SourceIdentity; + } + return entries; +}; +const serializeAws_queryAssumeRoleWithSAMLRequest = (input, context) => { + const entries = {}; + if (input.RoleArn != null) { + entries["RoleArn"] = input.RoleArn; + } + if (input.PrincipalArn != null) { + entries["PrincipalArn"] = input.PrincipalArn; + } + if (input.SAMLAssertion != null) { + entries["SAMLAssertion"] = input.SAMLAssertion; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + return entries; +}; +const serializeAws_queryAssumeRoleWithWebIdentityRequest = (input, context) => { + const entries = {}; + if (input.RoleArn != null) { + entries["RoleArn"] = input.RoleArn; + } + if (input.RoleSessionName != null) { + entries["RoleSessionName"] = input.RoleSessionName; + } + if (input.WebIdentityToken != null) { + entries["WebIdentityToken"] = input.WebIdentityToken; + } + if (input.ProviderId != null) { + entries["ProviderId"] = input.ProviderId; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + return entries; +}; +const serializeAws_queryDecodeAuthorizationMessageRequest = (input, context) => { + const entries = {}; + if (input.EncodedMessage != null) { + entries["EncodedMessage"] = input.EncodedMessage; + } + return entries; +}; +const serializeAws_queryGetAccessKeyInfoRequest = (input, context) => { + const entries = {}; + if (input.AccessKeyId != null) { + entries["AccessKeyId"] = input.AccessKeyId; + } + return entries; +}; +const serializeAws_queryGetCallerIdentityRequest = (input, context) => { + const entries = {}; + return entries; +}; +const serializeAws_queryGetFederationTokenRequest = (input, context) => { + const entries = {}; + if (input.Name != null) { + entries["Name"] = input.Name; + } + if (input.Policy != null) { + entries["Policy"] = input.Policy; + } + if (input.PolicyArns != null) { + const memberEntries = serializeAws_querypolicyDescriptorListType(input.PolicyArns, context); + if (input.PolicyArns?.length === 0) { + entries.PolicyArns = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `PolicyArns.${key}`; + entries[loc] = value; + }); + } + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + if (input.Tags != null) { + const memberEntries = serializeAws_querytagListType(input.Tags, context); + if (input.Tags?.length === 0) { + entries.Tags = []; + } + Object.entries(memberEntries).forEach(([key, value]) => { + const loc = `Tags.${key}`; + entries[loc] = value; + }); + } + return entries; +}; +const serializeAws_queryGetSessionTokenRequest = (input, context) => { + const entries = {}; + if (input.DurationSeconds != null) { + entries["DurationSeconds"] = input.DurationSeconds; + } + if (input.SerialNumber != null) { + entries["SerialNumber"] = input.SerialNumber; + } + if (input.TokenCode != null) { + entries["TokenCode"] = input.TokenCode; + } + return entries; +}; +const serializeAws_querypolicyDescriptorListType = (input, context) => { + const entries = {}; + let counter = 1; + for (const entry of input) { + if (entry === null) { + continue; + } + const memberEntries = serializeAws_queryPolicyDescriptorType(entry, context); + Object.entries(memberEntries).forEach(([key, value]) => { + entries[`member.${counter}.${key}`] = value; + }); + counter++; + } + return entries; +}; +const serializeAws_queryPolicyDescriptorType = (input, context) => { + const entries = {}; + if (input.arn != null) { + entries["arn"] = input.arn; + } + return entries; +}; +const serializeAws_queryTag = (input, context) => { + const entries = {}; + if (input.Key != null) { + entries["Key"] = input.Key; + } + if (input.Value != null) { + entries["Value"] = input.Value; + } + return entries; +}; +const serializeAws_querytagKeyListType = (input, context) => { + const entries = {}; + let counter = 1; + for (const entry of input) { + if (entry === null) { + continue; + } + entries[`member.${counter}`] = entry; + counter++; + } + return entries; +}; +const serializeAws_querytagListType = (input, context) => { + const entries = {}; + let counter = 1; + for (const entry of input) { + if (entry === null) { + continue; + } + const memberEntries = serializeAws_queryTag(entry, context); + Object.entries(memberEntries).forEach(([key, value]) => { + entries[`member.${counter}.${key}`] = value; + }); + counter++; + } + return entries; +}; +const deserializeAws_queryAssumedRoleUser = (output, context) => { + const contents = { + AssumedRoleId: undefined, + Arn: undefined, + }; + if (output["AssumedRoleId"] !== undefined) { + contents.AssumedRoleId = __expectString(output["AssumedRoleId"]); + } + if (output["Arn"] !== undefined) { + contents.Arn = __expectString(output["Arn"]); + } + return contents; +}; +const deserializeAws_queryAssumeRoleResponse = (output, context) => { + const contents = { + Credentials: undefined, + AssumedRoleUser: undefined, + PackedPolicySize: undefined, + SourceIdentity: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["AssumedRoleUser"] !== undefined) { + contents.AssumedRoleUser = deserializeAws_queryAssumedRoleUser(output["AssumedRoleUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]); + } + if (output["SourceIdentity"] !== undefined) { + contents.SourceIdentity = __expectString(output["SourceIdentity"]); + } + return contents; +}; +const deserializeAws_queryAssumeRoleWithSAMLResponse = (output, context) => { + const contents = { + Credentials: undefined, + AssumedRoleUser: undefined, + PackedPolicySize: undefined, + Subject: undefined, + SubjectType: undefined, + Issuer: undefined, + Audience: undefined, + NameQualifier: undefined, + SourceIdentity: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["AssumedRoleUser"] !== undefined) { + contents.AssumedRoleUser = deserializeAws_queryAssumedRoleUser(output["AssumedRoleUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]); + } + if (output["Subject"] !== undefined) { + contents.Subject = __expectString(output["Subject"]); + } + if (output["SubjectType"] !== undefined) { + contents.SubjectType = __expectString(output["SubjectType"]); + } + if (output["Issuer"] !== undefined) { + contents.Issuer = __expectString(output["Issuer"]); + } + if (output["Audience"] !== undefined) { + contents.Audience = __expectString(output["Audience"]); + } + if (output["NameQualifier"] !== undefined) { + contents.NameQualifier = __expectString(output["NameQualifier"]); + } + if (output["SourceIdentity"] !== undefined) { + contents.SourceIdentity = __expectString(output["SourceIdentity"]); + } + return contents; +}; +const deserializeAws_queryAssumeRoleWithWebIdentityResponse = (output, context) => { + const contents = { + Credentials: undefined, + SubjectFromWebIdentityToken: undefined, + AssumedRoleUser: undefined, + PackedPolicySize: undefined, + Provider: undefined, + Audience: undefined, + SourceIdentity: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["SubjectFromWebIdentityToken"] !== undefined) { + contents.SubjectFromWebIdentityToken = __expectString(output["SubjectFromWebIdentityToken"]); + } + if (output["AssumedRoleUser"] !== undefined) { + contents.AssumedRoleUser = deserializeAws_queryAssumedRoleUser(output["AssumedRoleUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]); + } + if (output["Provider"] !== undefined) { + contents.Provider = __expectString(output["Provider"]); + } + if (output["Audience"] !== undefined) { + contents.Audience = __expectString(output["Audience"]); + } + if (output["SourceIdentity"] !== undefined) { + contents.SourceIdentity = __expectString(output["SourceIdentity"]); + } + return contents; +}; +const deserializeAws_queryCredentials = (output, context) => { + const contents = { + AccessKeyId: undefined, + SecretAccessKey: undefined, + SessionToken: undefined, + Expiration: undefined, + }; + if (output["AccessKeyId"] !== undefined) { + contents.AccessKeyId = __expectString(output["AccessKeyId"]); + } + if (output["SecretAccessKey"] !== undefined) { + contents.SecretAccessKey = __expectString(output["SecretAccessKey"]); + } + if (output["SessionToken"] !== undefined) { + contents.SessionToken = __expectString(output["SessionToken"]); + } + if (output["Expiration"] !== undefined) { + contents.Expiration = __expectNonNull(__parseRfc3339DateTime(output["Expiration"])); + } + return contents; +}; +const deserializeAws_queryDecodeAuthorizationMessageResponse = (output, context) => { + const contents = { + DecodedMessage: undefined, + }; + if (output["DecodedMessage"] !== undefined) { + contents.DecodedMessage = __expectString(output["DecodedMessage"]); + } + return contents; +}; +const deserializeAws_queryExpiredTokenException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryFederatedUser = (output, context) => { + const contents = { + FederatedUserId: undefined, + Arn: undefined, + }; + if (output["FederatedUserId"] !== undefined) { + contents.FederatedUserId = __expectString(output["FederatedUserId"]); + } + if (output["Arn"] !== undefined) { + contents.Arn = __expectString(output["Arn"]); + } + return contents; +}; +const deserializeAws_queryGetAccessKeyInfoResponse = (output, context) => { + const contents = { + Account: undefined, + }; + if (output["Account"] !== undefined) { + contents.Account = __expectString(output["Account"]); + } + return contents; +}; +const deserializeAws_queryGetCallerIdentityResponse = (output, context) => { + const contents = { + UserId: undefined, + Account: undefined, + Arn: undefined, + }; + if (output["UserId"] !== undefined) { + contents.UserId = __expectString(output["UserId"]); + } + if (output["Account"] !== undefined) { + contents.Account = __expectString(output["Account"]); + } + if (output["Arn"] !== undefined) { + contents.Arn = __expectString(output["Arn"]); + } + return contents; +}; +const deserializeAws_queryGetFederationTokenResponse = (output, context) => { + const contents = { + Credentials: undefined, + FederatedUser: undefined, + PackedPolicySize: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + if (output["FederatedUser"] !== undefined) { + contents.FederatedUser = deserializeAws_queryFederatedUser(output["FederatedUser"], context); + } + if (output["PackedPolicySize"] !== undefined) { + contents.PackedPolicySize = __strictParseInt32(output["PackedPolicySize"]); + } + return contents; +}; +const deserializeAws_queryGetSessionTokenResponse = (output, context) => { + const contents = { + Credentials: undefined, + }; + if (output["Credentials"] !== undefined) { + contents.Credentials = deserializeAws_queryCredentials(output["Credentials"], context); + } + return contents; +}; +const deserializeAws_queryIDPCommunicationErrorException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryIDPRejectedClaimException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryInvalidAuthorizationMessageException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryInvalidIdentityTokenException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryMalformedPolicyDocumentException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryPackedPolicyTooLargeException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeAws_queryRegionDisabledException = (output, context) => { + const contents = { + message: undefined, + }; + if (output["message"] !== undefined) { + contents.message = __expectString(output["message"]); + } + return contents; +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); +const collectBody = (streamBody = new Uint8Array(), context) => { + if (streamBody instanceof Uint8Array) { + return Promise.resolve(streamBody); + } + return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array()); +}; +const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body)); +const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => { + const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); + const contents = { + protocol, + hostname, + port, + method: "POST", + path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path, + headers, + }; + if (resolvedHostname !== undefined) { + contents.hostname = resolvedHostname; + } + if (body !== undefined) { + contents.body = body; + } + return new __HttpRequest(contents); +}; +const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => { + if (encoded.length) { + const parser = new XMLParser({ + attributeNamePrefix: "", + htmlEntities: true, + ignoreAttributes: false, + ignoreDeclaration: true, + parseTagValue: false, + trimValues: false, + tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined), + }); + parser.addEntity("#xD", "\r"); + parser.addEntity("#10", "\n"); + const parsedObj = parser.parse(encoded); + const textNodeName = "#text"; + const key = Object.keys(parsedObj)[0]; + const parsedObjToReturn = parsedObj[key]; + if (parsedObjToReturn[textNodeName]) { + parsedObjToReturn[key] = parsedObjToReturn[textNodeName]; + delete parsedObjToReturn[textNodeName]; + } + return __getValueFromTextNode(parsedObjToReturn); + } + return {}; +}); +const parseErrorBody = async (errorBody, context) => { + const value = await parseBody(errorBody, context); + if (value.Error) { + value.Error.message = value.Error.message ?? value.Error.Message; + } + return value; +}; +const buildFormUrlencodedString = (formEntries) => Object.entries(formEntries) + .map(([key, value]) => __extendedEncodeURIComponent(key) + "=" + __extendedEncodeURIComponent(value)) + .join("&"); +const loadQueryErrorCode = (output, data) => { + if (data.Error.Code !== undefined) { + return data.Error.Code; + } + if (output.statusCode == 404) { + return "NotFound"; + } +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js new file mode 100644 index 000000000..8055cf87a --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js @@ -0,0 +1,37 @@ +import packageInfo from "../package.json"; +import { Sha256 } from "@aws-crypto/sha256-browser"; +import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver"; +import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler"; +import { invalidProvider } from "@aws-sdk/invalid-dependency"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-browser"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser"; +export const getRuntimeConfig = (config) => { + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "browser", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS, + region: config?.region ?? invalidProvider("Region is missing"), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE), + sha256: config?.sha256 ?? Sha256, + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)), + useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js new file mode 100644 index 000000000..971755d98 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js @@ -0,0 +1,46 @@ +import packageInfo from "../package.json"; +import { decorateDefaultCredentialProvider } from "./defaultStsRoleAssumers"; +import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver"; +import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; +import { Hash } from "@aws-sdk/hash-node"; +import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry"; +import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider"; +import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler"; +import { calculateBodyLength } from "@aws-sdk/util-body-length-node"; +import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry"; +import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; +import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node"; +import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; +import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client"; +import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node"; +import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; +export const getRuntimeConfig = (config) => { + emitWarningIfUnsupportedVersion(process.version); + const defaultsMode = resolveDefaultsModeConfig(config); + const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode); + const clientSharedValues = getSharedRuntimeConfig(config); + return { + ...clientSharedValues, + ...config, + runtime: "node", + defaultsMode, + bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength, + credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider), + defaultUserAgentProvider: config?.defaultUserAgentProvider ?? + defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), + maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), + region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), + requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider), + retryMode: config?.retryMode ?? + loadNodeConfig({ + ...NODE_RETRY_MODE_CONFIG_OPTIONS, + default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE, + }), + sha256: config?.sha256 ?? Hash.bind(null, "sha256"), + streamCollector: config?.streamCollector ?? streamCollector, + useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), + useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), + utf8Decoder: config?.utf8Decoder ?? fromUtf8, + utf8Encoder: config?.utf8Encoder ?? toUtf8, + }; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js new file mode 100644 index 000000000..0b5469528 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js @@ -0,0 +1,11 @@ +import { Sha256 } from "@aws-crypto/sha256-js"; +import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser"; +export const getRuntimeConfig = (config) => { + const browserDefaults = getBrowserRuntimeConfig(config); + return { + ...browserDefaults, + ...config, + runtime: "react-native", + sha256: config?.sha256 ?? Sha256, + }; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js new file mode 100644 index 000000000..95947e24c --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js @@ -0,0 +1,14 @@ +import { NoOpLogger } from "@aws-sdk/smithy-client"; +import { parseUrl } from "@aws-sdk/url-parser"; +import { fromBase64, toBase64 } from "@aws-sdk/util-base64"; +import { defaultEndpointResolver } from "./endpoint/endpointResolver"; +export const getRuntimeConfig = (config) => ({ + apiVersion: "2011-06-15", + base64Decoder: config?.base64Decoder ?? fromBase64, + base64Encoder: config?.base64Encoder ?? toBase64, + disableHostPrefix: config?.disableHostPrefix ?? false, + endpointProvider: config?.endpointProvider ?? defaultEndpointResolver, + logger: config?.logger ?? new NoOpLogger(), + serviceId: config?.serviceId ?? "STS", + urlParser: config?.urlParser ?? parseUrl, +}); diff --git a/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts new file mode 100644 index 000000000..f614c613f --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts @@ -0,0 +1,624 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand"; +import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "./commands/AssumeRoleWithSAMLCommand"; +import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand"; +import { DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput } from "./commands/DecodeAuthorizationMessageCommand"; +import { GetAccessKeyInfoCommandInput, GetAccessKeyInfoCommandOutput } from "./commands/GetAccessKeyInfoCommand"; +import { GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput } from "./commands/GetCallerIdentityCommand"; +import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand"; +import { GetSessionTokenCommandInput, GetSessionTokenCommandOutput } from "./commands/GetSessionTokenCommand"; +import { STSClient } from "./STSClient"; +/** + * Security Token Service + *

Security Token Service (STS) enables you to request temporary, limited-privilege + * credentials for Identity and Access Management (IAM) users or for users that you + * authenticate (federated users). This guide provides descriptions of the STS API. For + * more information about using this service, see Temporary Security Credentials.

+ */ +export declare class STS extends STSClient { + /** + *

Returns a set of temporary security credentials that you can use to access Amazon Web Services + * resources that you might not normally have access to. These temporary credentials consist + * of an access key ID, a secret access key, and a security token. Typically, you use + * AssumeRole within your account or for cross-account access. For a + * comparison of AssumeRole with other API operations that produce temporary + * credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ *

+ * Permissions + *

+ *

The temporary security credentials created by AssumeRole can be used to + * make API calls to any Amazon Web Services service with the following exception: You cannot call the + * Amazon Web Services STS GetFederationToken or GetSessionToken API + * operations.

+ *

(Optional) You can pass inline or managed session policies to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

When you create a role, you create two policies: A role trust policy that specifies + * who can assume the role and a permissions policy that specifies + * what can be done with the role. You specify the trusted principal + * who is allowed to assume the role in the role trust policy.

+ *

To assume a role from a different account, your Amazon Web Services account must be trusted by the + * role. The trust relationship is defined in the role's trust policy when the role is + * created. That trust policy states which accounts are allowed to delegate that access to + * users in the account.

+ *

A user who wants to access a role in a different account must also have permissions that + * are delegated from the user account administrator. The administrator must attach a policy + * that allows the user to call AssumeRole for the ARN of the role in the other + * account.

+ *

To allow a user to assume a role in the same account, you can do either of the + * following:

+ *
    + *
  • + *

    Attach a policy to the user that allows the user to call AssumeRole + * (as long as the role's trust policy trusts the account).

    + *
  • + *
  • + *

    Add the user as a principal directly in the role's trust policy.

    + *
  • + *
+ *

You can do either because the role’s trust policy acts as an IAM resource-based + * policy. When a resource-based policy grants access to a principal in the same account, no + * additional identity-based policy is required. For more information about trust policies and + * resource-based policies, see IAM Policies in the + * IAM User Guide.

+ * + *

+ * Tags + *

+ *

(Optional) You can pass tag key-value pairs to your session. These tags are called + * session tags. For more information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

You can set the session tags as transitive. Transitive tags persist during role + * chaining. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

+ * Using MFA with AssumeRole + *

+ *

(Optional) You can include multi-factor authentication (MFA) information when you call + * AssumeRole. This is useful for cross-account scenarios to ensure that the + * user that assumes the role has been authenticated with an Amazon Web Services MFA device. In that + * scenario, the trust policy of the role being assumed includes a condition that tests for + * MFA authentication. If the caller does not include valid MFA information, the request to + * assume the role is denied. The condition in a trust policy that tests for MFA + * authentication might look like the following example.

+ *

+ * "Condition": {"Bool": {"aws:MultiFactorAuthPresent": true}} + *

+ *

For more information, see Configuring MFA-Protected API Access + * in the IAM User Guide guide.

+ *

To use MFA with AssumeRole, you pass values for the + * SerialNumber and TokenCode parameters. The + * SerialNumber value identifies the user's hardware or virtual MFA device. + * The TokenCode is the time-based one-time password (TOTP) that the MFA device + * produces.

+ */ + assumeRole(args: AssumeRoleCommandInput, options?: __HttpHandlerOptions): Promise; + assumeRole(args: AssumeRoleCommandInput, cb: (err: any, data?: AssumeRoleCommandOutput) => void): void; + assumeRole(args: AssumeRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeRoleCommandOutput) => void): void; + /** + *

Returns a set of temporary security credentials for users who have been authenticated + * via a SAML authentication response. This operation provides a mechanism for tying an + * enterprise identity store or directory to role-based Amazon Web Services access without user-specific + * credentials or configuration. For a comparison of AssumeRoleWithSAML with the + * other API operations that produce temporary credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ *

The temporary security credentials returned by this operation consist of an access key + * ID, a secret access key, and a security token. Applications can use these temporary + * security credentials to sign calls to Amazon Web Services services.

+ *

+ * Session Duration + *

+ *

By default, the temporary security credentials created by + * AssumeRoleWithSAML last for one hour. However, you can use the optional + * DurationSeconds parameter to specify the duration of your session. Your + * role session lasts for the duration that you specify, or until the time specified in the + * SAML authentication response's SessionNotOnOrAfter value, whichever is + * shorter. You can provide a DurationSeconds value from 900 seconds (15 minutes) + * up to the maximum session duration setting for the role. This setting can have a value from + * 1 hour to 12 hours. To learn how to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide. The maximum session duration limit applies when + * you use the AssumeRole* API operations or the assume-role* CLI + * commands. However the limit does not apply when you use those operations to create a + * console URL. For more information, see Using IAM Roles in the + * IAM User Guide.

+ * + *

+ * Role chaining limits your CLI or Amazon Web Services API role + * session to a maximum of one hour. When you use the AssumeRole API operation + * to assume a role, you can specify the duration of your role session with the + * DurationSeconds parameter. You can specify a parameter value of up to + * 43200 seconds (12 hours), depending on the maximum session duration setting for your + * role. However, if you assume a role using role chaining and provide a + * DurationSeconds parameter value greater than one hour, the operation + * fails.

+ *
+ *

+ * Permissions + *

+ *

The temporary security credentials created by AssumeRoleWithSAML can be + * used to make API calls to any Amazon Web Services service with the following exception: you cannot call + * the STS GetFederationToken or GetSessionToken API + * operations.

+ *

(Optional) You can pass inline or managed session policies to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

Calling AssumeRoleWithSAML does not require the use of Amazon Web Services security + * credentials. The identity of the caller is validated by using keys in the metadata document + * that is uploaded for the SAML provider entity for your identity provider.

+ * + *

Calling AssumeRoleWithSAML can result in an entry in your CloudTrail logs. + * The entry includes the value in the NameID element of the SAML assertion. + * We recommend that you use a NameIDType that is not associated with any + * personally identifiable information (PII). For example, you could instead use the + * persistent identifier + * (urn:oasis:names:tc:SAML:2.0:nameid-format:persistent).

+ *
+ *

+ * Tags + *

+ *

(Optional) You can configure your IdP to pass attributes into your SAML assertion as + * session tags. Each session tag consists of a key name and an associated value. For more + * information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

You can pass up to 50 session tags. The plaintext session tag keys can’t exceed 128 + * characters and the values can’t exceed 256 characters. For these and additional limits, see + * IAM + * and STS Character Limits in the IAM User Guide.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

You can pass a session tag with the same key as a tag that is attached to the role. When + * you do, session tags override the role's tags with the same key.

+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

You can set the session tags as transitive. Transitive tags persist during role + * chaining. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

+ * SAML Configuration + *

+ *

Before your application can call AssumeRoleWithSAML, you must configure + * your SAML identity provider (IdP) to issue the claims required by Amazon Web Services. Additionally, you + * must use Identity and Access Management (IAM) to create a SAML provider entity in your Amazon Web Services account that + * represents your identity provider. You must also create an IAM role that specifies this + * SAML provider in its trust policy.

+ *

For more information, see the following resources:

+ * + */ + assumeRoleWithSAML(args: AssumeRoleWithSAMLCommandInput, options?: __HttpHandlerOptions): Promise; + assumeRoleWithSAML(args: AssumeRoleWithSAMLCommandInput, cb: (err: any, data?: AssumeRoleWithSAMLCommandOutput) => void): void; + assumeRoleWithSAML(args: AssumeRoleWithSAMLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeRoleWithSAMLCommandOutput) => void): void; + /** + *

Returns a set of temporary security credentials for users who have been authenticated in + * a mobile or web application with a web identity provider. Example providers include the + * OAuth 2.0 providers Login with Amazon and Facebook, or any OpenID Connect-compatible + * identity provider such as Google or Amazon Cognito federated identities.

+ * + *

For mobile applications, we recommend that you use Amazon Cognito. You can use Amazon Cognito with the + * Amazon Web Services SDK for iOS Developer Guide and the Amazon Web Services SDK for Android Developer Guide to uniquely + * identify a user. You can also supply the user with a consistent identity throughout the + * lifetime of an application.

+ *

To learn more about Amazon Cognito, see Amazon Cognito Overview in + * Amazon Web Services SDK for Android Developer Guide and Amazon Cognito Overview in the + * Amazon Web Services SDK for iOS Developer Guide.

+ *
+ *

Calling AssumeRoleWithWebIdentity does not require the use of Amazon Web Services + * security credentials. Therefore, you can distribute an application (for example, on mobile + * devices) that requests temporary security credentials without including long-term Amazon Web Services + * credentials in the application. You also don't need to deploy server-based proxy services + * that use long-term Amazon Web Services credentials. Instead, the identity of the caller is validated by + * using a token from the web identity provider. For a comparison of + * AssumeRoleWithWebIdentity with the other API operations that produce + * temporary credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ *

The temporary security credentials returned by this API consist of an access key ID, a + * secret access key, and a security token. Applications can use these temporary security + * credentials to sign calls to Amazon Web Services service API operations.

+ *

+ * Session Duration + *

+ *

By default, the temporary security credentials created by + * AssumeRoleWithWebIdentity last for one hour. However, you can use the + * optional DurationSeconds parameter to specify the duration of your session. + * You can provide a value from 900 seconds (15 minutes) up to the maximum session duration + * setting for the role. This setting can have a value from 1 hour to 12 hours. To learn how + * to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide. The maximum session duration limit applies when + * you use the AssumeRole* API operations or the assume-role* CLI + * commands. However the limit does not apply when you use those operations to create a + * console URL. For more information, see Using IAM Roles in the + * IAM User Guide.

+ *

+ * Permissions + *

+ *

The temporary security credentials created by AssumeRoleWithWebIdentity can + * be used to make API calls to any Amazon Web Services service with the following exception: you cannot + * call the STS GetFederationToken or GetSessionToken API + * operations.

+ *

(Optional) You can pass inline or managed session policies to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

+ * Tags + *

+ *

(Optional) You can configure your IdP to pass attributes into your web identity token as + * session tags. Each session tag consists of a key name and an associated value. For more + * information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

You can pass up to 50 session tags. The plaintext session tag keys can’t exceed 128 + * characters and the values can’t exceed 256 characters. For these and additional limits, see + * IAM + * and STS Character Limits in the IAM User Guide.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

You can pass a session tag with the same key as a tag that is attached to the role. When + * you do, the session tag overrides the role tag with the same key.

+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

You can set the session tags as transitive. Transitive tags persist during role + * chaining. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

+ * Identities + *

+ *

Before your application can call AssumeRoleWithWebIdentity, you must have + * an identity token from a supported identity provider and create a role that the application + * can assume. The role that your application assumes must trust the identity provider that is + * associated with the identity token. In other words, the identity provider must be specified + * in the role's trust policy.

+ * + *

Calling AssumeRoleWithWebIdentity can result in an entry in your + * CloudTrail logs. The entry includes the Subject of + * the provided web identity token. We recommend that you avoid using any personally + * identifiable information (PII) in this field. For example, you could instead use a GUID + * or a pairwise identifier, as suggested + * in the OIDC specification.

+ *
+ *

For more information about how to use web identity federation and the + * AssumeRoleWithWebIdentity API, see the following resources:

+ * + */ + assumeRoleWithWebIdentity(args: AssumeRoleWithWebIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + assumeRoleWithWebIdentity(args: AssumeRoleWithWebIdentityCommandInput, cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void): void; + assumeRoleWithWebIdentity(args: AssumeRoleWithWebIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void): void; + /** + *

Decodes additional information about the authorization status of a request from an + * encoded message returned in response to an Amazon Web Services request.

+ *

For example, if a user is not authorized to perform an operation that he or she has + * requested, the request returns a Client.UnauthorizedOperation response (an + * HTTP 403 response). Some Amazon Web Services operations additionally return an encoded message that can + * provide details about this authorization failure.

+ * + *

Only certain Amazon Web Services operations return an encoded authorization message. The + * documentation for an individual operation indicates whether that operation returns an + * encoded message in addition to returning an HTTP code.

+ *
+ *

The message is encoded because the details of the authorization status can contain + * privileged information that the user who requested the operation should not see. To decode + * an authorization status message, a user must be granted permissions through an IAM policy to + * request the DecodeAuthorizationMessage + * (sts:DecodeAuthorizationMessage) action.

+ *

The decoded message includes the following type of information:

+ *
    + *
  • + *

    Whether the request was denied due to an explicit deny or due to the absence of an + * explicit allow. For more information, see Determining Whether a Request is Allowed or Denied in the + * IAM User Guide.

    + *
  • + *
  • + *

    The principal who made the request.

    + *
  • + *
  • + *

    The requested action.

    + *
  • + *
  • + *

    The requested resource.

    + *
  • + *
  • + *

    The values of condition keys in the context of the user's request.

    + *
  • + *
+ */ + decodeAuthorizationMessage(args: DecodeAuthorizationMessageCommandInput, options?: __HttpHandlerOptions): Promise; + decodeAuthorizationMessage(args: DecodeAuthorizationMessageCommandInput, cb: (err: any, data?: DecodeAuthorizationMessageCommandOutput) => void): void; + decodeAuthorizationMessage(args: DecodeAuthorizationMessageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecodeAuthorizationMessageCommandOutput) => void): void; + /** + *

Returns the account identifier for the specified access key ID.

+ *

Access keys consist of two parts: an access key ID (for example, + * AKIAIOSFODNN7EXAMPLE) and a secret access key (for example, + * wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY). For more information about + * access keys, see Managing Access Keys for IAM + * Users in the IAM User Guide.

+ *

When you pass an access key ID to this operation, it returns the ID of the Amazon Web Services account + * to which the keys belong. Access key IDs beginning with AKIA are long-term + * credentials for an IAM user or the Amazon Web Services account root user. Access key IDs beginning with + * ASIA are temporary credentials that are created using STS operations. If + * the account in the response belongs to you, you can sign in as the root user and review + * your root user access keys. Then, you can pull a credentials report to + * learn which IAM user owns the keys. To learn who requested the temporary credentials for + * an ASIA access key, view the STS events in your CloudTrail logs in the + * IAM User Guide.

+ *

This operation does not indicate the state of the access key. The key might be active, + * inactive, or deleted. Active keys might not have permissions to perform an operation. + * Providing a deleted access key might return an error that the key doesn't exist.

+ */ + getAccessKeyInfo(args: GetAccessKeyInfoCommandInput, options?: __HttpHandlerOptions): Promise; + getAccessKeyInfo(args: GetAccessKeyInfoCommandInput, cb: (err: any, data?: GetAccessKeyInfoCommandOutput) => void): void; + getAccessKeyInfo(args: GetAccessKeyInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessKeyInfoCommandOutput) => void): void; + /** + *

Returns details about the IAM user or role whose credentials are used to call the + * operation.

+ * + *

No permissions are required to perform this operation. If an administrator adds a + * policy to your IAM user or role that explicitly denies access to the + * sts:GetCallerIdentity action, you can still perform this operation. + * Permissions are not required because the same information is returned when an IAM user + * or role is denied access. To view an example response, see I Am Not Authorized to Perform: iam:DeleteVirtualMFADevice in the + * IAM User Guide.

+ *
+ */ + getCallerIdentity(args: GetCallerIdentityCommandInput, options?: __HttpHandlerOptions): Promise; + getCallerIdentity(args: GetCallerIdentityCommandInput, cb: (err: any, data?: GetCallerIdentityCommandOutput) => void): void; + getCallerIdentity(args: GetCallerIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCallerIdentityCommandOutput) => void): void; + /** + *

Returns a set of temporary security credentials (consisting of an access key ID, a + * secret access key, and a security token) for a federated user. A typical use is in a proxy + * application that gets temporary security credentials on behalf of distributed applications + * inside a corporate network. You must call the GetFederationToken operation + * using the long-term security credentials of an IAM user. As a result, this call is + * appropriate in contexts where those credentials can be safely stored, usually in a + * server-based application. For a comparison of GetFederationToken with the + * other API operations that produce temporary credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ * + *

You can create a mobile-based or browser-based app that can authenticate users using + * a web identity provider like Login with Amazon, Facebook, Google, or an OpenID + * Connect-compatible identity provider. In this case, we recommend that you use Amazon Cognito or + * AssumeRoleWithWebIdentity. For more information, see Federation Through a Web-based Identity Provider in the + * IAM User Guide.

+ *
+ *

You can also call GetFederationToken using the security credentials of an + * Amazon Web Services account root user, but we do not recommend it. Instead, we recommend that you create + * an IAM user for the purpose of the proxy application. Then attach a policy to the IAM + * user that limits federated users to only the actions and resources that they need to + * access. For more information, see IAM Best Practices in the + * IAM User Guide.

+ *

+ * Session duration + *

+ *

The temporary credentials are valid for the specified duration, from 900 seconds (15 + * minutes) up to a maximum of 129,600 seconds (36 hours). The default session duration is + * 43,200 seconds (12 hours). Temporary credentials obtained by using the Amazon Web Services account root + * user credentials have a maximum duration of 3,600 seconds (1 hour).

+ *

+ * Permissions + *

+ *

You can use the temporary credentials created by GetFederationToken in any + * Amazon Web Services service except the following:

+ *
    + *
  • + *

    You cannot call any IAM operations using the CLI or the Amazon Web Services API.

    + *
  • + *
  • + *

    You cannot call any STS operations except GetCallerIdentity.

    + *
  • + *
+ *

You must pass an inline or managed session policy to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters.

+ *

Though the session policy parameters are optional, if you do not pass a policy, then the + * resulting federated user session has no permissions. When you pass session policies, the + * session permissions are the intersection of the IAM user policies and the session + * policies that you pass. This gives you a way to further restrict the permissions for a + * federated user. You cannot use session policies to grant more permissions than those that + * are defined in the permissions policy of the IAM user. For more information, see Session + * Policies in the IAM User Guide. For information about + * using GetFederationToken to create temporary security credentials, see GetFederationToken—Federation Through a Custom Identity Broker.

+ *

You can use the credentials to access a resource that has a resource-based policy. If + * that policy specifically references the federated user session in the + * Principal element of the policy, the session has the permissions allowed by + * the policy. These permissions are granted in addition to the permissions granted by the + * session policies.

+ *

+ * Tags + *

+ *

(Optional) You can pass tag key-value pairs to your session. These are called session + * tags. For more information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ * + *

You can create a mobile-based or browser-based app that can authenticate users using + * a web identity provider like Login with Amazon, Facebook, Google, or an OpenID + * Connect-compatible identity provider. In this case, we recommend that you use Amazon Cognito or + * AssumeRoleWithWebIdentity. For more information, see Federation Through a Web-based Identity Provider in the + * IAM User Guide.

+ *
+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

Tag key–value pairs are not case sensitive, but case is preserved. This means that you + * cannot have separate Department and department tag keys. Assume + * that the user that you are federating has the + * Department=Marketing tag and you pass the + * department=engineering session tag. Department + * and department are not saved as separate tags, and the session tag passed in + * the request takes precedence over the user tag.

+ */ + getFederationToken(args: GetFederationTokenCommandInput, options?: __HttpHandlerOptions): Promise; + getFederationToken(args: GetFederationTokenCommandInput, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void; + getFederationToken(args: GetFederationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFederationTokenCommandOutput) => void): void; + /** + *

Returns a set of temporary credentials for an Amazon Web Services account or IAM user. The + * credentials consist of an access key ID, a secret access key, and a security token. + * Typically, you use GetSessionToken if you want to use MFA to protect + * programmatic calls to specific Amazon Web Services API operations like Amazon EC2 StopInstances. + * MFA-enabled IAM users would need to call GetSessionToken and submit an MFA + * code that is associated with their MFA device. Using the temporary security credentials + * that are returned from the call, IAM users can then make programmatic calls to API + * operations that require MFA authentication. If you do not supply a correct MFA code, then + * the API returns an access denied error. For a comparison of GetSessionToken + * with the other API operations that produce temporary credentials, see Requesting + * Temporary Security Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ * + *

No permissions are required for users to perform this operation. The purpose of the + * sts:GetSessionToken operation is to authenticate the user using MFA. You + * cannot use policies to control authentication operations. For more information, see + * Permissions for GetSessionToken in the + * IAM User Guide.

+ *
+ *

+ * Session Duration + *

+ *

The GetSessionToken operation must be called by using the long-term Amazon Web Services + * security credentials of the Amazon Web Services account root user or an IAM user. Credentials that are + * created by IAM users are valid for the duration that you specify. This duration can range + * from 900 seconds (15 minutes) up to a maximum of 129,600 seconds (36 hours), with a default + * of 43,200 seconds (12 hours). Credentials based on account credentials can range from 900 + * seconds (15 minutes) up to 3,600 seconds (1 hour), with a default of 1 hour.

+ *

+ * Permissions + *

+ *

The temporary security credentials created by GetSessionToken can be used + * to make API calls to any Amazon Web Services service with the following exceptions:

+ *
    + *
  • + *

    You cannot call any IAM API operations unless MFA authentication information is + * included in the request.

    + *
  • + *
  • + *

    You cannot call any STS API except + * AssumeRole or GetCallerIdentity.

    + *
  • + *
+ * + *

We recommend that you do not call GetSessionToken with Amazon Web Services account + * root user credentials. Instead, follow our best practices by + * creating one or more IAM users, giving them the necessary permissions, and using IAM + * users for everyday interaction with Amazon Web Services.

+ *
+ *

The credentials that are returned by GetSessionToken are based on + * permissions associated with the user whose credentials were used to call the operation. If + * GetSessionToken is called using Amazon Web Services account root user credentials, the + * temporary credentials have root user permissions. Similarly, if + * GetSessionToken is called using the credentials of an IAM user, the + * temporary credentials have the same permissions as the IAM user.

+ *

For more information about using GetSessionToken to create temporary + * credentials, go to Temporary + * Credentials for Users in Untrusted Environments in the + * IAM User Guide.

+ */ + getSessionToken(args: GetSessionTokenCommandInput, options?: __HttpHandlerOptions): Promise; + getSessionToken(args: GetSessionTokenCommandInput, cb: (err: any, data?: GetSessionTokenCommandOutput) => void): void; + getSessionToken(args: GetSessionTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionTokenCommandOutput) => void): void; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts new file mode 100644 index 000000000..59afe7f80 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts @@ -0,0 +1,153 @@ +import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver"; +import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint"; +import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; +import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry"; +import { StsAuthInputConfig, StsAuthResolvedConfig } from "@aws-sdk/middleware-sdk-sts"; +import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client"; +import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types"; +import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand"; +import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "./commands/AssumeRoleWithSAMLCommand"; +import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand"; +import { DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput } from "./commands/DecodeAuthorizationMessageCommand"; +import { GetAccessKeyInfoCommandInput, GetAccessKeyInfoCommandOutput } from "./commands/GetAccessKeyInfoCommand"; +import { GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput } from "./commands/GetCallerIdentityCommand"; +import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand"; +import { GetSessionTokenCommandInput, GetSessionTokenCommandOutput } from "./commands/GetSessionTokenCommand"; +import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = AssumeRoleCommandInput | AssumeRoleWithSAMLCommandInput | AssumeRoleWithWebIdentityCommandInput | DecodeAuthorizationMessageCommandInput | GetAccessKeyInfoCommandInput | GetCallerIdentityCommandInput | GetFederationTokenCommandInput | GetSessionTokenCommandInput; +export declare type ServiceOutputTypes = AssumeRoleCommandOutput | AssumeRoleWithSAMLCommandOutput | AssumeRoleWithWebIdentityCommandOutput | DecodeAuthorizationMessageCommandOutput | GetAccessKeyInfoCommandOutput | GetCallerIdentityCommandOutput | GetFederationTokenCommandOutput | GetSessionTokenCommandOutput; +export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + /** + * The HTTP handler to use. Fetch in browser and Https in Nodejs. + */ + requestHandler?: __HttpHandler; + /** + * A constructor for a class implementing the {@link __Hash} interface + * that computes the SHA-256 HMAC or checksum of a string or binary buffer. + * @internal + */ + sha256?: __HashConstructor; + /** + * The function that will be used to convert strings into HTTP endpoints. + * @internal + */ + urlParser?: __UrlParser; + /** + * A function that can calculate the length of a request body. + * @internal + */ + bodyLengthChecker?: __BodyLengthCalculator; + /** + * A function that converts a stream into an array of bytes. + * @internal + */ + streamCollector?: __StreamCollector; + /** + * The function that will be used to convert a base64-encoded string to a byte array. + * @internal + */ + base64Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a base64-encoded string. + * @internal + */ + base64Encoder?: __Encoder; + /** + * The function that will be used to convert a UTF8-encoded string to a byte array. + * @internal + */ + utf8Decoder?: __Decoder; + /** + * The function that will be used to convert binary data to a UTF-8 encoded string. + * @internal + */ + utf8Encoder?: __Encoder; + /** + * The runtime environment. + * @internal + */ + runtime?: string; + /** + * Disable dyanamically changing the endpoint of the client based on the hostPrefix + * trait of an operation. + */ + disableHostPrefix?: boolean; + /** + * Value for how many times a request will be made at most in case of retry. + */ + maxAttempts?: number | __Provider; + /** + * Specifies which retry algorithm to use. + */ + retryMode?: string | __Provider; + /** + * Optional logger for logging debug/info/warn/error. + */ + logger?: __Logger; + /** + * Enables IPv6/IPv4 dualstack endpoint. + */ + useDualstackEndpoint?: boolean | __Provider; + /** + * Enables FIPS compatible endpoints. + */ + useFipsEndpoint?: boolean | __Provider; + /** + * Unique service identifier. + * @internal + */ + serviceId?: string; + /** + * The AWS region to which this client will send requests + */ + region?: string | __Provider; + /** + * Default credentials provider; Not available in browser runtime. + * @internal + */ + credentialDefaultProvider?: (input: any) => __Provider<__Credentials>; + /** + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header + * @internal + */ + defaultUserAgentProvider?: Provider<__UserAgent>; + /** + * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. + */ + defaultsMode?: DefaultsMode | Provider; +} +declare type STSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & RetryInputConfig & HostHeaderInputConfig & StsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters; +/** + * The configuration interface of STSClient class constructor that set the region, credentials and other options. + */ +export interface STSClientConfig extends STSClientConfigType { +} +declare type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & StsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters; +/** + * The resolved configuration interface of STSClient class. This is resolved and normalized from the {@link STSClientConfig | constructor configuration interface}. + */ +export interface STSClientResolvedConfig extends STSClientResolvedConfigType { +} +/** + * Security Token Service + *

Security Token Service (STS) enables you to request temporary, limited-privilege + * credentials for Identity and Access Management (IAM) users or for users that you + * authenticate (federated users). This guide provides descriptions of the STS API. For + * more information about using this service, see Temporary Security Credentials.

+ */ +export declare class STSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig> { + /** + * The resolved configuration of STSClient class. This is resolved and normalized from the {@link STSClientConfig | constructor configuration interface}. + */ + readonly config: STSClientResolvedConfig; + constructor(configuration: STSClientConfig); + /** + * Destroy underlying resources, like sockets. It's usually not necessary to do this. + * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. + * Otherwise, sockets might stay open for quite a long time before the server terminates them. + */ + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts new file mode 100644 index 000000000..d0a584e54 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts @@ -0,0 +1,126 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { AssumeRoleRequest, AssumeRoleResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface AssumeRoleCommandInput extends AssumeRoleRequest { +} +export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataBearer { +} +/** + *

Returns a set of temporary security credentials that you can use to access Amazon Web Services + * resources that you might not normally have access to. These temporary credentials consist + * of an access key ID, a secret access key, and a security token. Typically, you use + * AssumeRole within your account or for cross-account access. For a + * comparison of AssumeRole with other API operations that produce temporary + * credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ *

+ * Permissions + *

+ *

The temporary security credentials created by AssumeRole can be used to + * make API calls to any Amazon Web Services service with the following exception: You cannot call the + * Amazon Web Services STS GetFederationToken or GetSessionToken API + * operations.

+ *

(Optional) You can pass inline or managed session policies to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

When you create a role, you create two policies: A role trust policy that specifies + * who can assume the role and a permissions policy that specifies + * what can be done with the role. You specify the trusted principal + * who is allowed to assume the role in the role trust policy.

+ *

To assume a role from a different account, your Amazon Web Services account must be trusted by the + * role. The trust relationship is defined in the role's trust policy when the role is + * created. That trust policy states which accounts are allowed to delegate that access to + * users in the account.

+ *

A user who wants to access a role in a different account must also have permissions that + * are delegated from the user account administrator. The administrator must attach a policy + * that allows the user to call AssumeRole for the ARN of the role in the other + * account.

+ *

To allow a user to assume a role in the same account, you can do either of the + * following:

+ *
    + *
  • + *

    Attach a policy to the user that allows the user to call AssumeRole + * (as long as the role's trust policy trusts the account).

    + *
  • + *
  • + *

    Add the user as a principal directly in the role's trust policy.

    + *
  • + *
+ *

You can do either because the role’s trust policy acts as an IAM resource-based + * policy. When a resource-based policy grants access to a principal in the same account, no + * additional identity-based policy is required. For more information about trust policies and + * resource-based policies, see IAM Policies in the + * IAM User Guide.

+ * + *

+ * Tags + *

+ *

(Optional) You can pass tag key-value pairs to your session. These tags are called + * session tags. For more information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

You can set the session tags as transitive. Transitive tags persist during role + * chaining. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

+ * Using MFA with AssumeRole + *

+ *

(Optional) You can include multi-factor authentication (MFA) information when you call + * AssumeRole. This is useful for cross-account scenarios to ensure that the + * user that assumes the role has been authenticated with an Amazon Web Services MFA device. In that + * scenario, the trust policy of the role being assumed includes a condition that tests for + * MFA authentication. If the caller does not include valid MFA information, the request to + * assume the role is denied. The condition in a trust policy that tests for MFA + * authentication might look like the following example.

+ *

+ * "Condition": {"Bool": {"aws:MultiFactorAuthPresent": true}} + *

+ *

For more information, see Configuring MFA-Protected API Access + * in the IAM User Guide guide.

+ *

To use MFA with AssumeRole, you pass values for the + * SerialNumber and TokenCode parameters. The + * SerialNumber value identifies the user's hardware or virtual MFA device. + * The TokenCode is the time-based one-time password (TOTP) that the MFA device + * produces.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, AssumeRoleCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, AssumeRoleCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new AssumeRoleCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link AssumeRoleCommandInput} for command's `input` shape. + * @see {@link AssumeRoleCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class AssumeRoleCommand extends $Command { + readonly input: AssumeRoleCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: AssumeRoleCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts new file mode 100644 index 000000000..cc447367c --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts @@ -0,0 +1,167 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface AssumeRoleWithSAMLCommandInput extends AssumeRoleWithSAMLRequest { +} +export interface AssumeRoleWithSAMLCommandOutput extends AssumeRoleWithSAMLResponse, __MetadataBearer { +} +/** + *

Returns a set of temporary security credentials for users who have been authenticated + * via a SAML authentication response. This operation provides a mechanism for tying an + * enterprise identity store or directory to role-based Amazon Web Services access without user-specific + * credentials or configuration. For a comparison of AssumeRoleWithSAML with the + * other API operations that produce temporary credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ *

The temporary security credentials returned by this operation consist of an access key + * ID, a secret access key, and a security token. Applications can use these temporary + * security credentials to sign calls to Amazon Web Services services.

+ *

+ * Session Duration + *

+ *

By default, the temporary security credentials created by + * AssumeRoleWithSAML last for one hour. However, you can use the optional + * DurationSeconds parameter to specify the duration of your session. Your + * role session lasts for the duration that you specify, or until the time specified in the + * SAML authentication response's SessionNotOnOrAfter value, whichever is + * shorter. You can provide a DurationSeconds value from 900 seconds (15 minutes) + * up to the maximum session duration setting for the role. This setting can have a value from + * 1 hour to 12 hours. To learn how to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide. The maximum session duration limit applies when + * you use the AssumeRole* API operations or the assume-role* CLI + * commands. However the limit does not apply when you use those operations to create a + * console URL. For more information, see Using IAM Roles in the + * IAM User Guide.

+ * + *

+ * Role chaining limits your CLI or Amazon Web Services API role + * session to a maximum of one hour. When you use the AssumeRole API operation + * to assume a role, you can specify the duration of your role session with the + * DurationSeconds parameter. You can specify a parameter value of up to + * 43200 seconds (12 hours), depending on the maximum session duration setting for your + * role. However, if you assume a role using role chaining and provide a + * DurationSeconds parameter value greater than one hour, the operation + * fails.

+ *
+ *

+ * Permissions + *

+ *

The temporary security credentials created by AssumeRoleWithSAML can be + * used to make API calls to any Amazon Web Services service with the following exception: you cannot call + * the STS GetFederationToken or GetSessionToken API + * operations.

+ *

(Optional) You can pass inline or managed session policies to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

Calling AssumeRoleWithSAML does not require the use of Amazon Web Services security + * credentials. The identity of the caller is validated by using keys in the metadata document + * that is uploaded for the SAML provider entity for your identity provider.

+ * + *

Calling AssumeRoleWithSAML can result in an entry in your CloudTrail logs. + * The entry includes the value in the NameID element of the SAML assertion. + * We recommend that you use a NameIDType that is not associated with any + * personally identifiable information (PII). For example, you could instead use the + * persistent identifier + * (urn:oasis:names:tc:SAML:2.0:nameid-format:persistent).

+ *
+ *

+ * Tags + *

+ *

(Optional) You can configure your IdP to pass attributes into your SAML assertion as + * session tags. Each session tag consists of a key name and an associated value. For more + * information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

You can pass up to 50 session tags. The plaintext session tag keys can’t exceed 128 + * characters and the values can’t exceed 256 characters. For these and additional limits, see + * IAM + * and STS Character Limits in the IAM User Guide.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

You can pass a session tag with the same key as a tag that is attached to the role. When + * you do, session tags override the role's tags with the same key.

+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

You can set the session tags as transitive. Transitive tags persist during role + * chaining. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

+ * SAML Configuration + *

+ *

Before your application can call AssumeRoleWithSAML, you must configure + * your SAML identity provider (IdP) to issue the claims required by Amazon Web Services. Additionally, you + * must use Identity and Access Management (IAM) to create a SAML provider entity in your Amazon Web Services account that + * represents your identity provider. You must also create an IAM role that specifies this + * SAML provider in its trust policy.

+ *

For more information, see the following resources:

+ * + * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, AssumeRoleWithSAMLCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, AssumeRoleWithSAMLCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new AssumeRoleWithSAMLCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link AssumeRoleWithSAMLCommandInput} for command's `input` shape. + * @see {@link AssumeRoleWithSAMLCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class AssumeRoleWithSAMLCommand extends $Command { + readonly input: AssumeRoleWithSAMLCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: AssumeRoleWithSAMLCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts new file mode 100644 index 000000000..3f8c89402 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts @@ -0,0 +1,171 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface AssumeRoleWithWebIdentityCommandInput extends AssumeRoleWithWebIdentityRequest { +} +export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWebIdentityResponse, __MetadataBearer { +} +/** + *

Returns a set of temporary security credentials for users who have been authenticated in + * a mobile or web application with a web identity provider. Example providers include the + * OAuth 2.0 providers Login with Amazon and Facebook, or any OpenID Connect-compatible + * identity provider such as Google or Amazon Cognito federated identities.

+ * + *

For mobile applications, we recommend that you use Amazon Cognito. You can use Amazon Cognito with the + * Amazon Web Services SDK for iOS Developer Guide and the Amazon Web Services SDK for Android Developer Guide to uniquely + * identify a user. You can also supply the user with a consistent identity throughout the + * lifetime of an application.

+ *

To learn more about Amazon Cognito, see Amazon Cognito Overview in + * Amazon Web Services SDK for Android Developer Guide and Amazon Cognito Overview in the + * Amazon Web Services SDK for iOS Developer Guide.

+ *
+ *

Calling AssumeRoleWithWebIdentity does not require the use of Amazon Web Services + * security credentials. Therefore, you can distribute an application (for example, on mobile + * devices) that requests temporary security credentials without including long-term Amazon Web Services + * credentials in the application. You also don't need to deploy server-based proxy services + * that use long-term Amazon Web Services credentials. Instead, the identity of the caller is validated by + * using a token from the web identity provider. For a comparison of + * AssumeRoleWithWebIdentity with the other API operations that produce + * temporary credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ *

The temporary security credentials returned by this API consist of an access key ID, a + * secret access key, and a security token. Applications can use these temporary security + * credentials to sign calls to Amazon Web Services service API operations.

+ *

+ * Session Duration + *

+ *

By default, the temporary security credentials created by + * AssumeRoleWithWebIdentity last for one hour. However, you can use the + * optional DurationSeconds parameter to specify the duration of your session. + * You can provide a value from 900 seconds (15 minutes) up to the maximum session duration + * setting for the role. This setting can have a value from 1 hour to 12 hours. To learn how + * to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide. The maximum session duration limit applies when + * you use the AssumeRole* API operations or the assume-role* CLI + * commands. However the limit does not apply when you use those operations to create a + * console URL. For more information, see Using IAM Roles in the + * IAM User Guide.

+ *

+ * Permissions + *

+ *

The temporary security credentials created by AssumeRoleWithWebIdentity can + * be used to make API calls to any Amazon Web Services service with the following exception: you cannot + * call the STS GetFederationToken or GetSessionToken API + * operations.

+ *

(Optional) You can pass inline or managed session policies to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

+ * Tags + *

+ *

(Optional) You can configure your IdP to pass attributes into your web identity token as + * session tags. Each session tag consists of a key name and an associated value. For more + * information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

You can pass up to 50 session tags. The plaintext session tag keys can’t exceed 128 + * characters and the values can’t exceed 256 characters. For these and additional limits, see + * IAM + * and STS Character Limits in the IAM User Guide.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

You can pass a session tag with the same key as a tag that is attached to the role. When + * you do, the session tag overrides the role tag with the same key.

+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

You can set the session tags as transitive. Transitive tags persist during role + * chaining. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

+ * Identities + *

+ *

Before your application can call AssumeRoleWithWebIdentity, you must have + * an identity token from a supported identity provider and create a role that the application + * can assume. The role that your application assumes must trust the identity provider that is + * associated with the identity token. In other words, the identity provider must be specified + * in the role's trust policy.

+ * + *

Calling AssumeRoleWithWebIdentity can result in an entry in your + * CloudTrail logs. The entry includes the Subject of + * the provided web identity token. We recommend that you avoid using any personally + * identifiable information (PII) in this field. For example, you could instead use a GUID + * or a pairwise identifier, as suggested + * in the OIDC specification.

+ *
+ *

For more information about how to use web identity federation and the + * AssumeRoleWithWebIdentity API, see the following resources:

+ * + * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, AssumeRoleWithWebIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, AssumeRoleWithWebIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new AssumeRoleWithWebIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link AssumeRoleWithWebIdentityCommandInput} for command's `input` shape. + * @see {@link AssumeRoleWithWebIdentityCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class AssumeRoleWithWebIdentityCommand extends $Command { + readonly input: AssumeRoleWithWebIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: AssumeRoleWithWebIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts new file mode 100644 index 000000000..13885d124 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts @@ -0,0 +1,72 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { DecodeAuthorizationMessageRequest, DecodeAuthorizationMessageResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface DecodeAuthorizationMessageCommandInput extends DecodeAuthorizationMessageRequest { +} +export interface DecodeAuthorizationMessageCommandOutput extends DecodeAuthorizationMessageResponse, __MetadataBearer { +} +/** + *

Decodes additional information about the authorization status of a request from an + * encoded message returned in response to an Amazon Web Services request.

+ *

For example, if a user is not authorized to perform an operation that he or she has + * requested, the request returns a Client.UnauthorizedOperation response (an + * HTTP 403 response). Some Amazon Web Services operations additionally return an encoded message that can + * provide details about this authorization failure.

+ * + *

Only certain Amazon Web Services operations return an encoded authorization message. The + * documentation for an individual operation indicates whether that operation returns an + * encoded message in addition to returning an HTTP code.

+ *
+ *

The message is encoded because the details of the authorization status can contain + * privileged information that the user who requested the operation should not see. To decode + * an authorization status message, a user must be granted permissions through an IAM policy to + * request the DecodeAuthorizationMessage + * (sts:DecodeAuthorizationMessage) action.

+ *

The decoded message includes the following type of information:

+ *
    + *
  • + *

    Whether the request was denied due to an explicit deny or due to the absence of an + * explicit allow. For more information, see Determining Whether a Request is Allowed or Denied in the + * IAM User Guide.

    + *
  • + *
  • + *

    The principal who made the request.

    + *
  • + *
  • + *

    The requested action.

    + *
  • + *
  • + *

    The requested resource.

    + *
  • + *
  • + *

    The values of condition keys in the context of the user's request.

    + *
  • + *
+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, DecodeAuthorizationMessageCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, DecodeAuthorizationMessageCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new DecodeAuthorizationMessageCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link DecodeAuthorizationMessageCommandInput} for command's `input` shape. + * @see {@link DecodeAuthorizationMessageCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class DecodeAuthorizationMessageCommand extends $Command { + readonly input: DecodeAuthorizationMessageCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DecodeAuthorizationMessageCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts new file mode 100644 index 000000000..ada3b8cab --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts @@ -0,0 +1,54 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { GetAccessKeyInfoRequest, GetAccessKeyInfoResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface GetAccessKeyInfoCommandInput extends GetAccessKeyInfoRequest { +} +export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse, __MetadataBearer { +} +/** + *

Returns the account identifier for the specified access key ID.

+ *

Access keys consist of two parts: an access key ID (for example, + * AKIAIOSFODNN7EXAMPLE) and a secret access key (for example, + * wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY). For more information about + * access keys, see Managing Access Keys for IAM + * Users in the IAM User Guide.

+ *

When you pass an access key ID to this operation, it returns the ID of the Amazon Web Services account + * to which the keys belong. Access key IDs beginning with AKIA are long-term + * credentials for an IAM user or the Amazon Web Services account root user. Access key IDs beginning with + * ASIA are temporary credentials that are created using STS operations. If + * the account in the response belongs to you, you can sign in as the root user and review + * your root user access keys. Then, you can pull a credentials report to + * learn which IAM user owns the keys. To learn who requested the temporary credentials for + * an ASIA access key, view the STS events in your CloudTrail logs in the + * IAM User Guide.

+ *

This operation does not indicate the state of the access key. The key might be active, + * inactive, or deleted. Active keys might not have permissions to perform an operation. + * Providing a deleted access key might return an error that the key doesn't exist.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, GetAccessKeyInfoCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, GetAccessKeyInfoCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new GetAccessKeyInfoCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetAccessKeyInfoCommandInput} for command's `input` shape. + * @see {@link GetAccessKeyInfoCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class GetAccessKeyInfoCommand extends $Command { + readonly input: GetAccessKeyInfoCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetAccessKeyInfoCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts new file mode 100644 index 000000000..e8f149d9f --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts @@ -0,0 +1,46 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { GetCallerIdentityRequest, GetCallerIdentityResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface GetCallerIdentityCommandInput extends GetCallerIdentityRequest { +} +export interface GetCallerIdentityCommandOutput extends GetCallerIdentityResponse, __MetadataBearer { +} +/** + *

Returns details about the IAM user or role whose credentials are used to call the + * operation.

+ * + *

No permissions are required to perform this operation. If an administrator adds a + * policy to your IAM user or role that explicitly denies access to the + * sts:GetCallerIdentity action, you can still perform this operation. + * Permissions are not required because the same information is returned when an IAM user + * or role is denied access. To view an example response, see I Am Not Authorized to Perform: iam:DeleteVirtualMFADevice in the + * IAM User Guide.

+ *
+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, GetCallerIdentityCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, GetCallerIdentityCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new GetCallerIdentityCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetCallerIdentityCommandInput} for command's `input` shape. + * @see {@link GetCallerIdentityCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class GetCallerIdentityCommand extends $Command { + readonly input: GetCallerIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetCallerIdentityCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts new file mode 100644 index 000000000..72db51847 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts @@ -0,0 +1,122 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { GetFederationTokenRequest, GetFederationTokenResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface GetFederationTokenCommandInput extends GetFederationTokenRequest { +} +export interface GetFederationTokenCommandOutput extends GetFederationTokenResponse, __MetadataBearer { +} +/** + *

Returns a set of temporary security credentials (consisting of an access key ID, a + * secret access key, and a security token) for a federated user. A typical use is in a proxy + * application that gets temporary security credentials on behalf of distributed applications + * inside a corporate network. You must call the GetFederationToken operation + * using the long-term security credentials of an IAM user. As a result, this call is + * appropriate in contexts where those credentials can be safely stored, usually in a + * server-based application. For a comparison of GetFederationToken with the + * other API operations that produce temporary credentials, see Requesting Temporary Security + * Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ * + *

You can create a mobile-based or browser-based app that can authenticate users using + * a web identity provider like Login with Amazon, Facebook, Google, or an OpenID + * Connect-compatible identity provider. In this case, we recommend that you use Amazon Cognito or + * AssumeRoleWithWebIdentity. For more information, see Federation Through a Web-based Identity Provider in the + * IAM User Guide.

+ *
+ *

You can also call GetFederationToken using the security credentials of an + * Amazon Web Services account root user, but we do not recommend it. Instead, we recommend that you create + * an IAM user for the purpose of the proxy application. Then attach a policy to the IAM + * user that limits federated users to only the actions and resources that they need to + * access. For more information, see IAM Best Practices in the + * IAM User Guide.

+ *

+ * Session duration + *

+ *

The temporary credentials are valid for the specified duration, from 900 seconds (15 + * minutes) up to a maximum of 129,600 seconds (36 hours). The default session duration is + * 43,200 seconds (12 hours). Temporary credentials obtained by using the Amazon Web Services account root + * user credentials have a maximum duration of 3,600 seconds (1 hour).

+ *

+ * Permissions + *

+ *

You can use the temporary credentials created by GetFederationToken in any + * Amazon Web Services service except the following:

+ *
    + *
  • + *

    You cannot call any IAM operations using the CLI or the Amazon Web Services API.

    + *
  • + *
  • + *

    You cannot call any STS operations except GetCallerIdentity.

    + *
  • + *
+ *

You must pass an inline or managed session policy to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters.

+ *

Though the session policy parameters are optional, if you do not pass a policy, then the + * resulting federated user session has no permissions. When you pass session policies, the + * session permissions are the intersection of the IAM user policies and the session + * policies that you pass. This gives you a way to further restrict the permissions for a + * federated user. You cannot use session policies to grant more permissions than those that + * are defined in the permissions policy of the IAM user. For more information, see Session + * Policies in the IAM User Guide. For information about + * using GetFederationToken to create temporary security credentials, see GetFederationToken—Federation Through a Custom Identity Broker.

+ *

You can use the credentials to access a resource that has a resource-based policy. If + * that policy specifically references the federated user session in the + * Principal element of the policy, the session has the permissions allowed by + * the policy. These permissions are granted in addition to the permissions granted by the + * session policies.

+ *

+ * Tags + *

+ *

(Optional) You can pass tag key-value pairs to your session. These are called session + * tags. For more information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ * + *

You can create a mobile-based or browser-based app that can authenticate users using + * a web identity provider like Login with Amazon, Facebook, Google, or an OpenID + * Connect-compatible identity provider. In this case, we recommend that you use Amazon Cognito or + * AssumeRoleWithWebIdentity. For more information, see Federation Through a Web-based Identity Provider in the + * IAM User Guide.

+ *
+ *

An administrator must grant you the permissions necessary to pass session tags. The + * administrator can also create granular permissions to allow you to pass only specific + * session tags. For more information, see Tutorial: Using Tags + * for Attribute-Based Access Control in the + * IAM User Guide.

+ *

Tag key–value pairs are not case sensitive, but case is preserved. This means that you + * cannot have separate Department and department tag keys. Assume + * that the user that you are federating has the + * Department=Marketing tag and you pass the + * department=engineering session tag. Department + * and department are not saved as separate tags, and the session tag passed in + * the request takes precedence over the user tag.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, GetFederationTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, GetFederationTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new GetFederationTokenCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetFederationTokenCommandInput} for command's `input` shape. + * @see {@link GetFederationTokenCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class GetFederationTokenCommand extends $Command { + readonly input: GetFederationTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetFederationTokenCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts new file mode 100644 index 000000000..fa8f616f9 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts @@ -0,0 +1,95 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types"; +import { GetSessionTokenRequest, GetSessionTokenResponse } from "../models/models_0"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +export interface GetSessionTokenCommandInput extends GetSessionTokenRequest { +} +export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, __MetadataBearer { +} +/** + *

Returns a set of temporary credentials for an Amazon Web Services account or IAM user. The + * credentials consist of an access key ID, a secret access key, and a security token. + * Typically, you use GetSessionToken if you want to use MFA to protect + * programmatic calls to specific Amazon Web Services API operations like Amazon EC2 StopInstances. + * MFA-enabled IAM users would need to call GetSessionToken and submit an MFA + * code that is associated with their MFA device. Using the temporary security credentials + * that are returned from the call, IAM users can then make programmatic calls to API + * operations that require MFA authentication. If you do not supply a correct MFA code, then + * the API returns an access denied error. For a comparison of GetSessionToken + * with the other API operations that produce temporary credentials, see Requesting + * Temporary Security Credentials and Comparing the + * Amazon Web Services STS API operations in the IAM User Guide.

+ * + *

No permissions are required for users to perform this operation. The purpose of the + * sts:GetSessionToken operation is to authenticate the user using MFA. You + * cannot use policies to control authentication operations. For more information, see + * Permissions for GetSessionToken in the + * IAM User Guide.

+ *
+ *

+ * Session Duration + *

+ *

The GetSessionToken operation must be called by using the long-term Amazon Web Services + * security credentials of the Amazon Web Services account root user or an IAM user. Credentials that are + * created by IAM users are valid for the duration that you specify. This duration can range + * from 900 seconds (15 minutes) up to a maximum of 129,600 seconds (36 hours), with a default + * of 43,200 seconds (12 hours). Credentials based on account credentials can range from 900 + * seconds (15 minutes) up to 3,600 seconds (1 hour), with a default of 1 hour.

+ *

+ * Permissions + *

+ *

The temporary security credentials created by GetSessionToken can be used + * to make API calls to any Amazon Web Services service with the following exceptions:

+ *
    + *
  • + *

    You cannot call any IAM API operations unless MFA authentication information is + * included in the request.

    + *
  • + *
  • + *

    You cannot call any STS API except + * AssumeRole or GetCallerIdentity.

    + *
  • + *
+ * + *

We recommend that you do not call GetSessionToken with Amazon Web Services account + * root user credentials. Instead, follow our best practices by + * creating one or more IAM users, giving them the necessary permissions, and using IAM + * users for everyday interaction with Amazon Web Services.

+ *
+ *

The credentials that are returned by GetSessionToken are based on + * permissions associated with the user whose credentials were used to call the operation. If + * GetSessionToken is called using Amazon Web Services account root user credentials, the + * temporary credentials have root user permissions. Similarly, if + * GetSessionToken is called using the credentials of an IAM user, the + * temporary credentials have the same permissions as the IAM user.

+ *

For more information about using GetSessionToken to create temporary + * credentials, go to Temporary + * Credentials for Users in Untrusted Environments in the + * IAM User Guide.

+ * @example + * Use a bare-bones client and the command you need to make an API call. + * ```javascript + * import { STSClient, GetSessionTokenCommand } from "@aws-sdk/client-sts"; // ES Modules import + * // const { STSClient, GetSessionTokenCommand } = require("@aws-sdk/client-sts"); // CommonJS import + * const client = new STSClient(config); + * const command = new GetSessionTokenCommand(input); + * const response = await client.send(command); + * ``` + * + * @see {@link GetSessionTokenCommandInput} for command's `input` shape. + * @see {@link GetSessionTokenCommandOutput} for command's `response` shape. + * @see {@link STSClientResolvedConfig | config} for STSClient's `config` shape. + * + */ +export declare class GetSessionTokenCommand extends $Command { + readonly input: GetSessionTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetSessionTokenCommandInput); + /** + * @internal + */ + resolveMiddleware(clientStack: MiddlewareStack, configuration: STSClientResolvedConfig, options?: __HttpHandlerOptions): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts new file mode 100644 index 000000000..802202ff1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts @@ -0,0 +1,8 @@ +export * from "./AssumeRoleCommand"; +export * from "./AssumeRoleWithSAMLCommand"; +export * from "./AssumeRoleWithWebIdentityCommand"; +export * from "./DecodeAuthorizationMessageCommand"; +export * from "./GetAccessKeyInfoCommand"; +export * from "./GetCallerIdentityCommand"; +export * from "./GetFederationTokenCommand"; +export * from "./GetSessionTokenCommand"; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts new file mode 100644 index 000000000..5ff9d0d25 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts @@ -0,0 +1,20 @@ +import { Pluggable } from "@aws-sdk/types"; +import { DefaultCredentialProvider, RoleAssumer, RoleAssumerWithWebIdentity } from "./defaultStsRoleAssumers"; +import { ServiceInputTypes, ServiceOutputTypes, STSClientConfig } from "./STSClient"; +/** + * The default role assumer that used by credential providers when sts:AssumeRole API is needed. + */ +export declare const getDefaultRoleAssumer: (stsOptions?: Pick, stsPlugins?: Pluggable[] | undefined) => RoleAssumer; +/** + * The default role assumer that used by credential providers when sts:AssumeRoleWithWebIdentity API is needed. + */ +export declare const getDefaultRoleAssumerWithWebIdentity: (stsOptions?: Pick, stsPlugins?: Pluggable[] | undefined) => RoleAssumerWithWebIdentity; +/** + * The default credential providers depend STS client to assume role with desired API: sts:assumeRole, + * sts:assumeRoleWithWebIdentity, etc. This function decorates the default credential provider with role assumers which + * encapsulates the process of calling STS commands. This can only be imported by AWS client packages to avoid circular + * dependencies. + * + * @internal + */ +export declare const decorateDefaultCredentialProvider: (provider: DefaultCredentialProvider) => DefaultCredentialProvider; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts new file mode 100644 index 000000000..19b890127 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts @@ -0,0 +1,35 @@ +import { Credentials, Provider } from "@aws-sdk/types"; +import { AssumeRoleCommandInput } from "./commands/AssumeRoleCommand"; +import { AssumeRoleWithWebIdentityCommandInput } from "./commands/AssumeRoleWithWebIdentityCommand"; +import type { STSClient, STSClientConfig } from "./STSClient"; +/** + * @internal + */ +export declare type RoleAssumer = (sourceCreds: Credentials, params: AssumeRoleCommandInput) => Promise; +/** + * The default role assumer that used by credential providers when sts:AssumeRole API is needed. + * @internal + */ +export declare const getDefaultRoleAssumer: (stsOptions: Pick, stsClientCtor: new (options: STSClientConfig) => STSClient) => RoleAssumer; +/** + * @internal + */ +export declare type RoleAssumerWithWebIdentity = (params: AssumeRoleWithWebIdentityCommandInput) => Promise; +/** + * The default role assumer that used by credential providers when sts:AssumeRoleWithWebIdentity API is needed. + * @internal + */ +export declare const getDefaultRoleAssumerWithWebIdentity: (stsOptions: Pick, stsClientCtor: new (options: STSClientConfig) => STSClient) => RoleAssumerWithWebIdentity; +/** + * @internal + */ +export declare type DefaultCredentialProvider = (input: any) => Provider; +/** + * The default credential providers depend STS client to assume role with desired API: sts:assumeRole, + * sts:assumeRoleWithWebIdentity, etc. This function decorates the default credential provider with role assumers which + * encapsulates the process of calling STS commands. This can only be imported by AWS client packages to avoid circular + * dependencies. + * + * @internal + */ +export declare const decorateDefaultCredentialProvider: (provider: DefaultCredentialProvider) => DefaultCredentialProvider; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..19e715003 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts @@ -0,0 +1,21 @@ +import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: string | Provider | Endpoint | Provider | EndpointV2 | Provider; + useGlobalEndpoint?: boolean | Provider; +} +export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export declare const resolveClientEndpointParameters: (options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & { + defaultSigningName: string; +}; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; + UseGlobalEndpoint?: boolean; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..62107b6db --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts @@ -0,0 +1,5 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: { + logger?: Logger; +}) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts new file mode 100644 index 000000000..441fe775a --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./STS"; +export * from "./STSClient"; +export * from "./commands"; +export * from "./defaultRoleAssumers"; +export * from "./models"; +export { STSServiceException } from "./models/STSServiceException"; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts new file mode 100644 index 000000000..828ffd869 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts @@ -0,0 +1,10 @@ +import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client"; +/** + * Base exception class for all service exceptions from STS service. + */ +export declare class STSServiceException extends __ServiceException { + /** + * @internal + */ + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts new file mode 100644 index 000000000..4872c6947 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts @@ -0,0 +1,1135 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { STSServiceException as __BaseException } from "./STSServiceException"; +/** + *

The identifiers for the temporary security credentials that the operation + * returns.

+ */ +export interface AssumedRoleUser { + /** + *

A unique identifier that contains the role ID and the role session name of the role that + * is being assumed. The role ID is generated by Amazon Web Services when the role is created.

+ */ + AssumedRoleId: string | undefined; + /** + *

The ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in + * policies, see IAM Identifiers in the + * IAM User Guide.

+ */ + Arn: string | undefined; +} +/** + *

A reference to the IAM managed policy that is passed as a session policy for a role + * session or a federated user session.

+ */ +export interface PolicyDescriptorType { + /** + *

The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy + * for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services + * Service Namespaces in the Amazon Web Services General Reference.

+ */ + arn?: string; +} +/** + *

You can pass custom key-value pair attributes when you assume a role or federate a user. + * These are called session tags. You can then use the session tags to control access to + * resources. For more information, see Tagging Amazon Web Services STS Sessions in the + * IAM User Guide.

+ */ +export interface Tag { + /** + *

The key for a session tag.

+ *

You can pass up to 50 session tags. The plain text session tag keys can’t exceed 128 + * characters. For these and additional limits, see IAM + * and STS Character Limits in the IAM User Guide.

+ */ + Key: string | undefined; + /** + *

The value for a session tag.

+ *

You can pass up to 50 session tags. The plain text session tag values can’t exceed 256 + * characters. For these and additional limits, see IAM + * and STS Character Limits in the IAM User Guide.

+ */ + Value: string | undefined; +} +export interface AssumeRoleRequest { + /** + *

The Amazon Resource Name (ARN) of the role to assume.

+ */ + RoleArn: string | undefined; + /** + *

An identifier for the assumed role session.

+ *

Use the role session name to uniquely identify a session when the same role is assumed + * by different principals or for different reasons. In cross-account scenarios, the role + * session name is visible to, and can be logged by the account that owns the role. The role + * session name is also used in the ARN of the assumed role principal. This means that + * subsequent cross-account API requests that use the temporary security credentials will + * expose the role session name to the external account in their CloudTrail logs.

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + RoleSessionName: string | undefined; + /** + *

The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as + * managed session policies. The policies must exist in the same account as the role.

+ *

This parameter is optional. You can provide up to 10 managed policy ARNs. However, the + * plaintext that you use for both inline and managed session policies can't exceed 2,048 + * characters. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services + * Service Namespaces in the Amazon Web Services General Reference.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ */ + PolicyArns?: PolicyDescriptorType[]; + /** + *

An IAM policy in JSON format that you want to use as an inline session policy.

+ *

This parameter is optional. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

The plaintext that you use for both inline and managed session policies can't exceed + * 2,048 characters. The JSON policy characters can be any ASCII character from the space + * character to the end of the valid character list (\u0020 through \u00FF). It can also + * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) + * characters.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ */ + Policy?: string; + /** + *

The duration, in seconds, of the role session. The value specified can range from 900 + * seconds (15 minutes) up to the maximum session duration set for the role. The maximum + * session duration setting can have a value from 1 hour to 12 hours. If you specify a value + * higher than this setting or the administrator setting (whichever is lower), the operation + * fails. For example, if you specify a session duration of 12 hours, but your administrator + * set the maximum session duration to 6 hours, your operation fails.

+ *

Role chaining limits your Amazon Web Services CLI or Amazon Web Services API role session to a maximum of one hour. + * When you use the AssumeRole API operation to assume a role, you can specify + * the duration of your role session with the DurationSeconds parameter. You can + * specify a parameter value of up to 43200 seconds (12 hours), depending on the maximum + * session duration setting for your role. However, if you assume a role using role chaining + * and provide a DurationSeconds parameter value greater than one hour, the + * operation fails. To learn how to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide.

+ *

By default, the value is set to 3600 seconds.

+ * + *

The DurationSeconds parameter is separate from the duration of a console + * session that you might request using the returned credentials. The request to the + * federation endpoint for a console sign-in token takes a SessionDuration + * parameter that specifies the maximum length of the console session. For more + * information, see Creating a URL + * that Enables Federated Users to Access the Amazon Web Services Management Console in the + * IAM User Guide.

+ *
+ */ + DurationSeconds?: number; + /** + *

A list of session tags that you want to pass. Each session tag consists of a key name + * and an associated value. For more information about session tags, see Tagging Amazon Web Services STS + * Sessions in the IAM User Guide.

+ *

This parameter is optional. You can pass up to 50 session tags. The plaintext session + * tag keys can’t exceed 128 characters, and the values can’t exceed 256 characters. For these + * and additional limits, see IAM + * and STS Character Limits in the IAM User Guide.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

You can pass a session tag with the same key as a tag that is already attached to the + * role. When you do, session tags override a role tag with the same key.

+ *

Tag key–value pairs are not case sensitive, but case is preserved. This means that you + * cannot have separate Department and department tag keys. Assume + * that the role has the Department=Marketing tag and you pass the + * department=engineering session tag. Department + * and department are not saved as separate tags, and the session tag passed in + * the request takes precedence over the role tag.

+ *

Additionally, if you used temporary credentials to perform this operation, the new + * session inherits any transitive session tags from the calling session. If you pass a + * session tag with the same key as an inherited tag, the operation fails. To view the + * inherited tags for a session, see the CloudTrail logs. For more information, see Viewing Session Tags in CloudTrail in the + * IAM User Guide.

+ */ + Tags?: Tag[]; + /** + *

A list of keys for session tags that you want to set as transitive. If you set a tag key + * as transitive, the corresponding key and value passes to subsequent sessions in a role + * chain. For more information, see Chaining Roles + * with Session Tags in the IAM User Guide.

+ *

This parameter is optional. When you set session tags as transitive, the session policy + * and session tags packed binary limit is not affected.

+ *

If you choose not to specify a transitive tag key, then no tags are passed from this + * session to any subsequent sessions.

+ */ + TransitiveTagKeys?: string[]; + /** + *

A unique identifier that might be required when you assume a role in another account. If + * the administrator of the account to which the role belongs provided you with an external + * ID, then provide that value in the ExternalId parameter. This value can be any + * string, such as a passphrase or account number. A cross-account role is usually set up to + * trust everyone in an account. Therefore, the administrator of the trusting account might + * send an external ID to the administrator of the trusted account. That way, only someone + * with the ID can assume the role, rather than everyone in the account. For more information + * about the external ID, see How to Use an External ID + * When Granting Access to Your Amazon Web Services Resources to a Third Party in the + * IAM User Guide.

+ *

The regex used to validate this parameter is a string of + * characters consisting of upper- and lower-case alphanumeric characters with no spaces. + * You can also include underscores or any of the following characters: =,.@:/-

+ */ + ExternalId?: string; + /** + *

The identification number of the MFA device that is associated with the user who is + * making the AssumeRole call. Specify this value if the trust policy of the role + * being assumed includes a condition that requires MFA authentication. The value is either + * the serial number for a hardware device (such as GAHT12345678) or an Amazon + * Resource Name (ARN) for a virtual device (such as + * arn:aws:iam::123456789012:mfa/user).

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + SerialNumber?: string; + /** + *

The value provided by the MFA device, if the trust policy of the role being assumed + * requires MFA. (In other words, if the policy includes a condition that tests for MFA). If + * the role being assumed requires MFA and if the TokenCode value is missing or + * expired, the AssumeRole call returns an "access denied" error.

+ *

The format for this parameter, as described by its regex pattern, is a sequence of six + * numeric digits.

+ */ + TokenCode?: string; + /** + *

The source identity specified by the principal that is calling the + * AssumeRole operation.

+ *

You can require users to specify a source identity when they assume a role. You do this + * by using the sts:SourceIdentity condition key in a role trust policy. You can + * use source identity information in CloudTrail logs to determine who took actions with a role. + * You can use the aws:SourceIdentity condition key to further control access to + * Amazon Web Services resources based on the value of source identity. For more information about using + * source identity, see Monitor and control + * actions taken with assumed roles in the + * IAM User Guide.

+ *

The regex used to validate this parameter is a string of characters consisting of upper- + * and lower-case alphanumeric characters with no spaces. You can also include underscores or + * any of the following characters: =,.@-. You cannot use a value that begins with the text + * aws:. This prefix is reserved for Amazon Web Services internal use.

+ */ + SourceIdentity?: string; +} +/** + *

Amazon Web Services credentials for API authentication.

+ */ +export interface Credentials { + /** + *

The access key ID that identifies the temporary security credentials.

+ */ + AccessKeyId: string | undefined; + /** + *

The secret access key that can be used to sign requests.

+ */ + SecretAccessKey: string | undefined; + /** + *

The token that users must pass to the service API to use the temporary + * credentials.

+ */ + SessionToken: string | undefined; + /** + *

The date on which the current credentials expire.

+ */ + Expiration: Date | undefined; +} +/** + *

Contains the response to a successful AssumeRole request, including + * temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.

+ */ +export interface AssumeRoleResponse { + /** + *

The temporary security credentials, which include an access key ID, a secret access key, + * and a security (or session) token.

+ * + * + *

The size of the security token that STS API operations return is not fixed. We + * strongly recommend that you make no assumptions about the maximum size.

+ *
+ */ + Credentials?: Credentials; + /** + *

The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you + * can use to refer to the resulting temporary security credentials. For example, you can + * reference these credentials as a principal in a resource-based policy by using the ARN or + * assumed role ID. The ARN and ID include the RoleSessionName that you specified + * when you called AssumeRole.

+ */ + AssumedRoleUser?: AssumedRoleUser; + /** + *

A percentage value that indicates the packed size of the session policies and session + * tags combined passed in the request. The request fails if the packed size is greater than 100 percent, + * which means the policies and tags exceeded the allowed space.

+ */ + PackedPolicySize?: number; + /** + *

The source identity specified by the principal that is calling the + * AssumeRole operation.

+ *

You can require users to specify a source identity when they assume a role. You do this + * by using the sts:SourceIdentity condition key in a role trust policy. You can + * use source identity information in CloudTrail logs to determine who took actions with a role. + * You can use the aws:SourceIdentity condition key to further control access to + * Amazon Web Services resources based on the value of source identity. For more information about using + * source identity, see Monitor and control + * actions taken with assumed roles in the + * IAM User Guide.

+ *

The regex used to validate this parameter is a string of characters consisting of upper- + * and lower-case alphanumeric characters with no spaces. You can also include underscores or + * any of the following characters: =,.@-

+ */ + SourceIdentity?: string; +} +/** + *

The web identity token that was passed is expired or is not valid. Get a new identity + * token from the identity provider and then retry the request.

+ */ +export declare class ExpiredTokenException extends __BaseException { + readonly name: "ExpiredTokenException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

The request was rejected because the policy document was malformed. The error message + * describes the specific error.

+ */ +export declare class MalformedPolicyDocumentException extends __BaseException { + readonly name: "MalformedPolicyDocumentException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

The request was rejected because the total packed size of the session policies and + * session tags combined was too large. An Amazon Web Services conversion compresses the session policy + * document, session policy ARNs, and session tags into a packed binary format that has a + * separate limit. The error message indicates by percentage how close the policies and + * tags are to the upper size limit. For more information, see Passing Session Tags in STS in + * the IAM User Guide.

+ *

You could receive this error even though you meet other defined session policy and + * session tag limits. For more information, see IAM and STS Entity + * Character Limits in the IAM User Guide.

+ */ +export declare class PackedPolicyTooLargeException extends __BaseException { + readonly name: "PackedPolicyTooLargeException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

STS is not activated in the requested region for the account that is being asked to + * generate credentials. The account administrator must use the IAM console to activate STS + * in that region. For more information, see Activating and + * Deactivating Amazon Web Services STS in an Amazon Web Services Region in the IAM User + * Guide.

+ */ +export declare class RegionDisabledException extends __BaseException { + readonly name: "RegionDisabledException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface AssumeRoleWithSAMLRequest { + /** + *

The Amazon Resource Name (ARN) of the role that the caller is assuming.

+ */ + RoleArn: string | undefined; + /** + *

The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the + * IdP.

+ */ + PrincipalArn: string | undefined; + /** + *

The base64 encoded SAML authentication response provided by the IdP.

+ *

For more information, see Configuring a Relying Party and + * Adding Claims in the IAM User Guide.

+ */ + SAMLAssertion: string | undefined; + /** + *

The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as + * managed session policies. The policies must exist in the same account as the role.

+ *

This parameter is optional. You can provide up to 10 managed policy ARNs. However, the + * plaintext that you use for both inline and managed session policies can't exceed 2,048 + * characters. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services + * Service Namespaces in the Amazon Web Services General Reference.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ */ + PolicyArns?: PolicyDescriptorType[]; + /** + *

An IAM policy in JSON format that you want to use as an inline session policy.

+ *

This parameter is optional. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

The plaintext that you use for both inline and managed session policies can't exceed + * 2,048 characters. The JSON policy characters can be any ASCII character from the space + * character to the end of the valid character list (\u0020 through \u00FF). It can also + * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) + * characters.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ */ + Policy?: string; + /** + *

The duration, in seconds, of the role session. Your role session lasts for the duration + * that you specify for the DurationSeconds parameter, or until the time + * specified in the SAML authentication response's SessionNotOnOrAfter value, + * whichever is shorter. You can provide a DurationSeconds value from 900 seconds + * (15 minutes) up to the maximum session duration setting for the role. This setting can have + * a value from 1 hour to 12 hours. If you specify a value higher than this setting, the + * operation fails. For example, if you specify a session duration of 12 hours, but your + * administrator set the maximum session duration to 6 hours, your operation fails. To learn + * how to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide.

+ *

By default, the value is set to 3600 seconds.

+ * + *

The DurationSeconds parameter is separate from the duration of a console + * session that you might request using the returned credentials. The request to the + * federation endpoint for a console sign-in token takes a SessionDuration + * parameter that specifies the maximum length of the console session. For more + * information, see Creating a URL + * that Enables Federated Users to Access the Amazon Web Services Management Console in the + * IAM User Guide.

+ *
+ */ + DurationSeconds?: number; +} +/** + *

Contains the response to a successful AssumeRoleWithSAML request, + * including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.

+ */ +export interface AssumeRoleWithSAMLResponse { + /** + *

The temporary security credentials, which include an access key ID, a secret access key, + * and a security (or session) token.

+ * + * + *

The size of the security token that STS API operations return is not fixed. We + * strongly recommend that you make no assumptions about the maximum size.

+ *
+ */ + Credentials?: Credentials; + /** + *

The identifiers for the temporary security credentials that the operation + * returns.

+ */ + AssumedRoleUser?: AssumedRoleUser; + /** + *

A percentage value that indicates the packed size of the session policies and session + * tags combined passed in the request. The request fails if the packed size is greater than 100 percent, + * which means the policies and tags exceeded the allowed space.

+ */ + PackedPolicySize?: number; + /** + *

The value of the NameID element in the Subject element of the + * SAML assertion.

+ */ + Subject?: string; + /** + *

The format of the name ID, as defined by the Format attribute in the + * NameID element of the SAML assertion. Typical examples of the format are + * transient or persistent.

+ *

If the format includes the prefix + * urn:oasis:names:tc:SAML:2.0:nameid-format, that prefix is removed. For + * example, urn:oasis:names:tc:SAML:2.0:nameid-format:transient is returned as + * transient. If the format includes any other prefix, the format is returned + * with no modifications.

+ */ + SubjectType?: string; + /** + *

The value of the Issuer element of the SAML assertion.

+ */ + Issuer?: string; + /** + *

The value of the Recipient attribute of the + * SubjectConfirmationData element of the SAML assertion.

+ */ + Audience?: string; + /** + *

A hash value based on the concatenation of the following:

+ *
    + *
  • + *

    The Issuer response value.

    + *
  • + *
  • + *

    The Amazon Web Services account ID.

    + *
  • + *
  • + *

    The friendly name (the last part of the ARN) of the SAML provider in IAM.

    + *
  • + *
+ *

The combination of NameQualifier and Subject can be used to + * uniquely identify a federated user.

+ *

The following pseudocode shows how the hash value is calculated:

+ *

+ * BASE64 ( SHA1 ( "https://example.com/saml" + "123456789012" + "/MySAMLIdP" ) ) + *

+ */ + NameQualifier?: string; + /** + *

The value in the SourceIdentity attribute in the SAML assertion.

+ *

You can require users to set a source identity value when they assume a role. You do + * this by using the sts:SourceIdentity condition key in a role trust policy. + * That way, actions that are taken with the role are associated with that user. After the + * source identity is set, the value cannot be changed. It is present in the request for all + * actions that are taken by the role and persists across chained + * role sessions. You can configure your SAML identity provider to use an attribute + * associated with your users, like user name or email, as the source identity when calling + * AssumeRoleWithSAML. You do this by adding an attribute to the SAML + * assertion. For more information about using source identity, see Monitor and control + * actions taken with assumed roles in the + * IAM User Guide.

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + SourceIdentity?: string; +} +/** + *

The identity provider (IdP) reported that authentication failed. This might be because + * the claim is invalid.

+ *

If this error is returned for the AssumeRoleWithWebIdentity operation, it + * can also mean that the claim has expired or has been explicitly revoked.

+ */ +export declare class IDPRejectedClaimException extends __BaseException { + readonly name: "IDPRejectedClaimException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +/** + *

The web identity token that was passed could not be validated by Amazon Web Services. Get a new + * identity token from the identity provider and then retry the request.

+ */ +export declare class InvalidIdentityTokenException extends __BaseException { + readonly name: "InvalidIdentityTokenException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface AssumeRoleWithWebIdentityRequest { + /** + *

The Amazon Resource Name (ARN) of the role that the caller is assuming.

+ */ + RoleArn: string | undefined; + /** + *

An identifier for the assumed role session. Typically, you pass the name or identifier + * that is associated with the user who is using your application. That way, the temporary + * security credentials that your application will use are associated with that user. This + * session name is included as part of the ARN and assumed role ID in the + * AssumedRoleUser response element.

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + RoleSessionName: string | undefined; + /** + *

The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity + * provider. Your application must get this token by authenticating the user who is using your + * application with a web identity provider before the application makes an + * AssumeRoleWithWebIdentity call.

+ */ + WebIdentityToken: string | undefined; + /** + *

The fully qualified host component of the domain name of the OAuth 2.0 identity + * provider. Do not specify this value for an OpenID Connect identity provider.

+ *

Currently www.amazon.com and graph.facebook.com are the only + * supported identity providers for OAuth 2.0 access tokens. Do not include URL schemes and + * port numbers.

+ *

Do not specify this value for OpenID Connect ID tokens.

+ */ + ProviderId?: string; + /** + *

The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as + * managed session policies. The policies must exist in the same account as the role.

+ *

This parameter is optional. You can provide up to 10 managed policy ARNs. However, the + * plaintext that you use for both inline and managed session policies can't exceed 2,048 + * characters. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services + * Service Namespaces in the Amazon Web Services General Reference.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ */ + PolicyArns?: PolicyDescriptorType[]; + /** + *

An IAM policy in JSON format that you want to use as an inline session policy.

+ *

This parameter is optional. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

The plaintext that you use for both inline and managed session policies can't exceed + * 2,048 characters. The JSON policy characters can be any ASCII character from the space + * character to the end of the valid character list (\u0020 through \u00FF). It can also + * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) + * characters.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ */ + Policy?: string; + /** + *

The duration, in seconds, of the role session. The value can range from 900 seconds (15 + * minutes) up to the maximum session duration setting for the role. This setting can have a + * value from 1 hour to 12 hours. If you specify a value higher than this setting, the + * operation fails. For example, if you specify a session duration of 12 hours, but your + * administrator set the maximum session duration to 6 hours, your operation fails. To learn + * how to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide.

+ *

By default, the value is set to 3600 seconds.

+ * + *

The DurationSeconds parameter is separate from the duration of a console + * session that you might request using the returned credentials. The request to the + * federation endpoint for a console sign-in token takes a SessionDuration + * parameter that specifies the maximum length of the console session. For more + * information, see Creating a URL + * that Enables Federated Users to Access the Amazon Web Services Management Console in the + * IAM User Guide.

+ *
+ */ + DurationSeconds?: number; +} +/** + *

Contains the response to a successful AssumeRoleWithWebIdentity + * request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.

+ */ +export interface AssumeRoleWithWebIdentityResponse { + /** + *

The temporary security credentials, which include an access key ID, a secret access key, + * and a security token.

+ * + * + *

The size of the security token that STS API operations return is not fixed. We + * strongly recommend that you make no assumptions about the maximum size.

+ *
+ */ + Credentials?: Credentials; + /** + *

The unique user identifier that is returned by the identity provider. This identifier is + * associated with the WebIdentityToken that was submitted with the + * AssumeRoleWithWebIdentity call. The identifier is typically unique to the + * user and the application that acquired the WebIdentityToken (pairwise + * identifier). For OpenID Connect ID tokens, this field contains the value returned by the + * identity provider as the token's sub (Subject) claim.

+ */ + SubjectFromWebIdentityToken?: string; + /** + *

The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you + * can use to refer to the resulting temporary security credentials. For example, you can + * reference these credentials as a principal in a resource-based policy by using the ARN or + * assumed role ID. The ARN and ID include the RoleSessionName that you specified + * when you called AssumeRole.

+ */ + AssumedRoleUser?: AssumedRoleUser; + /** + *

A percentage value that indicates the packed size of the session policies and session + * tags combined passed in the request. The request fails if the packed size is greater than 100 percent, + * which means the policies and tags exceeded the allowed space.

+ */ + PackedPolicySize?: number; + /** + *

The issuing authority of the web identity token presented. For OpenID Connect ID + * tokens, this contains the value of the iss field. For OAuth 2.0 access tokens, + * this contains the value of the ProviderId parameter that was passed in the + * AssumeRoleWithWebIdentity request.

+ */ + Provider?: string; + /** + *

The intended audience (also known as client ID) of the web identity token. This is + * traditionally the client identifier issued to the application that requested the web + * identity token.

+ */ + Audience?: string; + /** + *

The value of the source identity that is returned in the JSON web token (JWT) from the + * identity provider.

+ *

You can require users to set a source identity value when they assume a role. You do + * this by using the sts:SourceIdentity condition key in a role trust policy. + * That way, actions that are taken with the role are associated with that user. After the + * source identity is set, the value cannot be changed. It is present in the request for all + * actions that are taken by the role and persists across chained + * role sessions. You can configure your identity provider to use an attribute + * associated with your users, like user name or email, as the source identity when calling + * AssumeRoleWithWebIdentity. You do this by adding a claim to the JSON web + * token. To learn more about OIDC tokens and claims, see Using Tokens with User Pools in the Amazon Cognito Developer Guide. + * For more information about using source identity, see Monitor and control + * actions taken with assumed roles in the + * IAM User Guide.

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + SourceIdentity?: string; +} +/** + *

The request could not be fulfilled because the identity provider (IDP) that + * was asked to verify the incoming identity token could not be reached. This is often a + * transient error caused by network conditions. Retry the request a limited number of + * times so that you don't exceed the request rate. If the error persists, the + * identity provider might be down or not responding.

+ */ +export declare class IDPCommunicationErrorException extends __BaseException { + readonly name: "IDPCommunicationErrorException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface DecodeAuthorizationMessageRequest { + /** + *

The encoded message that was returned with the response.

+ */ + EncodedMessage: string | undefined; +} +/** + *

A document that contains additional information about the authorization status of a + * request from an encoded message that is returned in response to an Amazon Web Services request.

+ */ +export interface DecodeAuthorizationMessageResponse { + /** + *

The API returns a response with the decoded message.

+ */ + DecodedMessage?: string; +} +/** + *

The error returned if the message passed to DecodeAuthorizationMessage + * was invalid. This can happen if the token contains invalid characters, such as + * linebreaks.

+ */ +export declare class InvalidAuthorizationMessageException extends __BaseException { + readonly name: "InvalidAuthorizationMessageException"; + readonly $fault: "client"; + /** + * @internal + */ + constructor(opts: __ExceptionOptionType); +} +export interface GetAccessKeyInfoRequest { + /** + *

The identifier of an access key.

+ *

This parameter allows (through its regex pattern) a string of characters that can + * consist of any upper- or lowercase letter or digit.

+ */ + AccessKeyId: string | undefined; +} +export interface GetAccessKeyInfoResponse { + /** + *

The number used to identify the Amazon Web Services account.

+ */ + Account?: string; +} +export interface GetCallerIdentityRequest { +} +/** + *

Contains the response to a successful GetCallerIdentity request, + * including information about the entity making the request.

+ */ +export interface GetCallerIdentityResponse { + /** + *

The unique identifier of the calling entity. The exact value depends on the type of + * entity that is making the call. The values returned are those listed in the aws:userid column in the Principal + * table found on the Policy Variables reference + * page in the IAM User Guide.

+ */ + UserId?: string; + /** + *

The Amazon Web Services account ID number of the account that owns or contains the calling + * entity.

+ */ + Account?: string; + /** + *

The Amazon Web Services ARN associated with the calling entity.

+ */ + Arn?: string; +} +export interface GetFederationTokenRequest { + /** + *

The name of the federated user. The name is used as an identifier for the temporary + * security credentials (such as Bob). For example, you can reference the + * federated user name in a resource-based policy, such as in an Amazon S3 bucket policy.

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + Name: string | undefined; + /** + *

An IAM policy in JSON format that you want to use as an inline session policy.

+ *

You must pass an inline or managed session policy to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies.

+ *

This parameter is optional. However, if you do not pass any session policies, then the + * resulting federated user session has no permissions.

+ *

When you pass session policies, the session permissions are the intersection of the + * IAM user policies and the session policies that you pass. This gives you a way to further + * restrict the permissions for a federated user. You cannot use session policies to grant + * more permissions than those that are defined in the permissions policy of the IAM user. + * For more information, see Session Policies in + * the IAM User Guide.

+ *

The resulting credentials can be used to access a resource that has a resource-based + * policy. If that policy specifically references the federated user session in the + * Principal element of the policy, the session has the permissions allowed by + * the policy. These permissions are granted in addition to the permissions that are granted + * by the session policies.

+ *

The plaintext that you use for both inline and managed session policies can't exceed + * 2,048 characters. The JSON policy characters can be any ASCII character from the space + * character to the end of the valid character list (\u0020 through \u00FF). It can also + * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) + * characters.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ */ + Policy?: string; + /** + *

The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as a + * managed session policy. The policies must exist in the same account as the IAM user that + * is requesting federated access.

+ *

You must pass an inline or managed session policy to + * this operation. You can pass a single JSON policy document to use as an inline session + * policy. You can also specify up to 10 managed policy Amazon Resource Names (ARNs) to use as + * managed session policies. The plaintext that you use for both inline and managed session + * policies can't exceed 2,048 characters. You can provide up to 10 managed policy ARNs. For + * more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services + * Service Namespaces in the Amazon Web Services General Reference.

+ *

This parameter is optional. However, if you do not pass any session policies, then the + * resulting federated user session has no permissions.

+ *

When you pass session policies, the session permissions are the intersection of the + * IAM user policies and the session policies that you pass. This gives you a way to further + * restrict the permissions for a federated user. You cannot use session policies to grant + * more permissions than those that are defined in the permissions policy of the IAM user. + * For more information, see Session Policies in + * the IAM User Guide.

+ *

The resulting credentials can be used to access a resource that has a resource-based + * policy. If that policy specifically references the federated user session in the + * Principal element of the policy, the session has the permissions allowed by + * the policy. These permissions are granted in addition to the permissions that are granted + * by the session policies.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ */ + PolicyArns?: PolicyDescriptorType[]; + /** + *

The duration, in seconds, that the session should last. Acceptable durations for + * federation sessions range from 900 seconds (15 minutes) to 129,600 seconds (36 hours), with + * 43,200 seconds (12 hours) as the default. Sessions obtained using Amazon Web Services account root user + * credentials are restricted to a maximum of 3,600 seconds (one hour). If the specified + * duration is longer than one hour, the session obtained by using root user credentials + * defaults to one hour.

+ */ + DurationSeconds?: number; + /** + *

A list of session tags. Each session tag consists of a key name and an associated value. + * For more information about session tags, see Passing Session Tags in STS in the + * IAM User Guide.

+ *

This parameter is optional. You can pass up to 50 session tags. The plaintext session + * tag keys can’t exceed 128 characters and the values can’t exceed 256 characters. For these + * and additional limits, see IAM + * and STS Character Limits in the IAM User Guide.

+ * + * + *

An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs, + * and session tags into a packed binary format that has a separate limit. Your request can + * fail for this limit even if your plaintext meets the other requirements. The + * PackedPolicySize response element indicates by percentage how close the + * policies and tags for your request are to the upper size limit.

+ *
+ * + *

You can pass a session tag with the same key as a tag that is already attached to the + * user you are federating. When you do, session tags override a user tag with the same key.

+ *

Tag key–value pairs are not case sensitive, but case is preserved. This means that you + * cannot have separate Department and department tag keys. Assume + * that the role has the Department=Marketing tag and you pass the + * department=engineering session tag. Department + * and department are not saved as separate tags, and the session tag passed in + * the request takes precedence over the role tag.

+ */ + Tags?: Tag[]; +} +/** + *

Identifiers for the federated user that is associated with the credentials.

+ */ +export interface FederatedUser { + /** + *

The string that identifies the federated user associated with the credentials, similar + * to the unique ID of an IAM user.

+ */ + FederatedUserId: string | undefined; + /** + *

The ARN that specifies the federated user that is associated with the credentials. For + * more information about ARNs and how to use them in policies, see IAM + * Identifiers in the IAM User Guide.

+ */ + Arn: string | undefined; +} +/** + *

Contains the response to a successful GetFederationToken request, + * including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.

+ */ +export interface GetFederationTokenResponse { + /** + *

The temporary security credentials, which include an access key ID, a secret access key, + * and a security (or session) token.

+ * + * + *

The size of the security token that STS API operations return is not fixed. We + * strongly recommend that you make no assumptions about the maximum size.

+ *
+ */ + Credentials?: Credentials; + /** + *

Identifiers for the federated user associated with the credentials (such as + * arn:aws:sts::123456789012:federated-user/Bob or + * 123456789012:Bob). You can use the federated user's ARN in your + * resource-based policies, such as an Amazon S3 bucket policy.

+ */ + FederatedUser?: FederatedUser; + /** + *

A percentage value that indicates the packed size of the session policies and session + * tags combined passed in the request. The request fails if the packed size is greater than 100 percent, + * which means the policies and tags exceeded the allowed space.

+ */ + PackedPolicySize?: number; +} +export interface GetSessionTokenRequest { + /** + *

The duration, in seconds, that the credentials should remain valid. Acceptable durations + * for IAM user sessions range from 900 seconds (15 minutes) to 129,600 seconds (36 hours), + * with 43,200 seconds (12 hours) as the default. Sessions for Amazon Web Services account owners are + * restricted to a maximum of 3,600 seconds (one hour). If the duration is longer than one + * hour, the session for Amazon Web Services account owners defaults to one hour.

+ */ + DurationSeconds?: number; + /** + *

The identification number of the MFA device that is associated with the IAM user who + * is making the GetSessionToken call. Specify this value if the IAM user has a + * policy that requires MFA authentication. The value is either the serial number for a + * hardware device (such as GAHT12345678) or an Amazon Resource Name (ARN) for a + * virtual device (such as arn:aws:iam::123456789012:mfa/user). You can find the + * device for an IAM user by going to the Amazon Web Services Management Console and viewing the user's security + * credentials.

+ *

The regex used to validate this parameter is a string of + * characters consisting of upper- and lower-case alphanumeric characters with no spaces. + * You can also include underscores or any of the following characters: =,.@:/-

+ */ + SerialNumber?: string; + /** + *

The value provided by the MFA device, if MFA is required. If any policy requires the + * IAM user to submit an MFA code, specify this value. If MFA authentication is required, + * the user must provide a code when requesting a set of temporary security credentials. A + * user who fails to provide the code receives an "access denied" response when requesting + * resources that require MFA authentication.

+ *

The format for this parameter, as described by its regex pattern, is a sequence of six + * numeric digits.

+ */ + TokenCode?: string; +} +/** + *

Contains the response to a successful GetSessionToken request, + * including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests.

+ */ +export interface GetSessionTokenResponse { + /** + *

The temporary security credentials, which include an access key ID, a secret access key, + * and a security (or session) token.

+ * + * + *

The size of the security token that STS API operations return is not fixed. We + * strongly recommend that you make no assumptions about the maximum size.

+ *
+ */ + Credentials?: Credentials; +} +/** + * @internal + */ +export declare const AssumedRoleUserFilterSensitiveLog: (obj: AssumedRoleUser) => any; +/** + * @internal + */ +export declare const PolicyDescriptorTypeFilterSensitiveLog: (obj: PolicyDescriptorType) => any; +/** + * @internal + */ +export declare const TagFilterSensitiveLog: (obj: Tag) => any; +/** + * @internal + */ +export declare const AssumeRoleRequestFilterSensitiveLog: (obj: AssumeRoleRequest) => any; +/** + * @internal + */ +export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any; +/** + * @internal + */ +export declare const AssumeRoleResponseFilterSensitiveLog: (obj: AssumeRoleResponse) => any; +/** + * @internal + */ +export declare const AssumeRoleWithSAMLRequestFilterSensitiveLog: (obj: AssumeRoleWithSAMLRequest) => any; +/** + * @internal + */ +export declare const AssumeRoleWithSAMLResponseFilterSensitiveLog: (obj: AssumeRoleWithSAMLResponse) => any; +/** + * @internal + */ +export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityRequest) => any; +/** + * @internal + */ +export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityResponse) => any; +/** + * @internal + */ +export declare const DecodeAuthorizationMessageRequestFilterSensitiveLog: (obj: DecodeAuthorizationMessageRequest) => any; +/** + * @internal + */ +export declare const DecodeAuthorizationMessageResponseFilterSensitiveLog: (obj: DecodeAuthorizationMessageResponse) => any; +/** + * @internal + */ +export declare const GetAccessKeyInfoRequestFilterSensitiveLog: (obj: GetAccessKeyInfoRequest) => any; +/** + * @internal + */ +export declare const GetAccessKeyInfoResponseFilterSensitiveLog: (obj: GetAccessKeyInfoResponse) => any; +/** + * @internal + */ +export declare const GetCallerIdentityRequestFilterSensitiveLog: (obj: GetCallerIdentityRequest) => any; +/** + * @internal + */ +export declare const GetCallerIdentityResponseFilterSensitiveLog: (obj: GetCallerIdentityResponse) => any; +/** + * @internal + */ +export declare const GetFederationTokenRequestFilterSensitiveLog: (obj: GetFederationTokenRequest) => any; +/** + * @internal + */ +export declare const FederatedUserFilterSensitiveLog: (obj: FederatedUser) => any; +/** + * @internal + */ +export declare const GetFederationTokenResponseFilterSensitiveLog: (obj: GetFederationTokenResponse) => any; +/** + * @internal + */ +export declare const GetSessionTokenRequestFilterSensitiveLog: (obj: GetSessionTokenRequest) => any; +/** + * @internal + */ +export declare const GetSessionTokenResponseFilterSensitiveLog: (obj: GetSessionTokenResponse) => any; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts new file mode 100644 index 000000000..e7b683aec --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts @@ -0,0 +1,26 @@ +import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "../commands/AssumeRoleCommand"; +import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "../commands/AssumeRoleWithSAMLCommand"; +import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "../commands/AssumeRoleWithWebIdentityCommand"; +import { DecodeAuthorizationMessageCommandInput, DecodeAuthorizationMessageCommandOutput } from "../commands/DecodeAuthorizationMessageCommand"; +import { GetAccessKeyInfoCommandInput, GetAccessKeyInfoCommandOutput } from "../commands/GetAccessKeyInfoCommand"; +import { GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput } from "../commands/GetCallerIdentityCommand"; +import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "../commands/GetFederationTokenCommand"; +import { GetSessionTokenCommandInput, GetSessionTokenCommandOutput } from "../commands/GetSessionTokenCommand"; +export declare const serializeAws_queryAssumeRoleCommand: (input: AssumeRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryAssumeRoleWithSAMLCommand: (input: AssumeRoleWithSAMLCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryAssumeRoleWithWebIdentityCommand: (input: AssumeRoleWithWebIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryDecodeAuthorizationMessageCommand: (input: DecodeAuthorizationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetAccessKeyInfoCommand: (input: GetAccessKeyInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetCallerIdentityCommand: (input: GetCallerIdentityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetFederationTokenCommand: (input: GetFederationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetSessionTokenCommand: (input: GetSessionTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>; +export declare const deserializeAws_queryAssumeRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryAssumeRoleWithSAMLCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryAssumeRoleWithWebIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryDecodeAuthorizationMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryGetAccessKeyInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryGetCallerIdentityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryGetFederationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; +export declare const deserializeAws_queryGetSessionTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..1513a9415 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts @@ -0,0 +1,43 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { STSClientConfig } from "./STSClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: STSClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider | undefined; + signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise) | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; + useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts new file mode 100644 index 000000000..030bc8a4d --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts @@ -0,0 +1,43 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { STSClientConfig } from "./STSClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: STSClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: import("./defaultStsRoleAssumers").DefaultCredentialProvider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider) & (string | import("@aws-sdk/types").Provider | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider)) | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider | undefined; + signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise) | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; + useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts new file mode 100644 index 000000000..6e648e69d --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts @@ -0,0 +1,42 @@ +import { STSClientConfig } from "./STSClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: STSClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: (import("@aws-sdk/types").RequestHandler & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider; + defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider; + endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider | undefined; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined; + credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider | undefined; + signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise) | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; + useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..cf6b4f1f5 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { STSClientConfig } from "./STSClient"; +/** + * @internal + */ +export declare const getRuntimeConfig: (config: STSClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + }) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts new file mode 100644 index 000000000..acfd5d1b0 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts @@ -0,0 +1,140 @@ +import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; +import { + AssumeRoleCommandInput, + AssumeRoleCommandOutput, +} from "./commands/AssumeRoleCommand"; +import { + AssumeRoleWithSAMLCommandInput, + AssumeRoleWithSAMLCommandOutput, +} from "./commands/AssumeRoleWithSAMLCommand"; +import { + AssumeRoleWithWebIdentityCommandInput, + AssumeRoleWithWebIdentityCommandOutput, +} from "./commands/AssumeRoleWithWebIdentityCommand"; +import { + DecodeAuthorizationMessageCommandInput, + DecodeAuthorizationMessageCommandOutput, +} from "./commands/DecodeAuthorizationMessageCommand"; +import { + GetAccessKeyInfoCommandInput, + GetAccessKeyInfoCommandOutput, +} from "./commands/GetAccessKeyInfoCommand"; +import { + GetCallerIdentityCommandInput, + GetCallerIdentityCommandOutput, +} from "./commands/GetCallerIdentityCommand"; +import { + GetFederationTokenCommandInput, + GetFederationTokenCommandOutput, +} from "./commands/GetFederationTokenCommand"; +import { + GetSessionTokenCommandInput, + GetSessionTokenCommandOutput, +} from "./commands/GetSessionTokenCommand"; +import { STSClient } from "./STSClient"; +export declare class STS extends STSClient { + assumeRole( + args: AssumeRoleCommandInput, + options?: __HttpHandlerOptions + ): Promise; + assumeRole( + args: AssumeRoleCommandInput, + cb: (err: any, data?: AssumeRoleCommandOutput) => void + ): void; + assumeRole( + args: AssumeRoleCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: AssumeRoleCommandOutput) => void + ): void; + assumeRoleWithSAML( + args: AssumeRoleWithSAMLCommandInput, + options?: __HttpHandlerOptions + ): Promise; + assumeRoleWithSAML( + args: AssumeRoleWithSAMLCommandInput, + cb: (err: any, data?: AssumeRoleWithSAMLCommandOutput) => void + ): void; + assumeRoleWithSAML( + args: AssumeRoleWithSAMLCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: AssumeRoleWithSAMLCommandOutput) => void + ): void; + assumeRoleWithWebIdentity( + args: AssumeRoleWithWebIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + assumeRoleWithWebIdentity( + args: AssumeRoleWithWebIdentityCommandInput, + cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void + ): void; + assumeRoleWithWebIdentity( + args: AssumeRoleWithWebIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: AssumeRoleWithWebIdentityCommandOutput) => void + ): void; + decodeAuthorizationMessage( + args: DecodeAuthorizationMessageCommandInput, + options?: __HttpHandlerOptions + ): Promise; + decodeAuthorizationMessage( + args: DecodeAuthorizationMessageCommandInput, + cb: (err: any, data?: DecodeAuthorizationMessageCommandOutput) => void + ): void; + decodeAuthorizationMessage( + args: DecodeAuthorizationMessageCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: DecodeAuthorizationMessageCommandOutput) => void + ): void; + getAccessKeyInfo( + args: GetAccessKeyInfoCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getAccessKeyInfo( + args: GetAccessKeyInfoCommandInput, + cb: (err: any, data?: GetAccessKeyInfoCommandOutput) => void + ): void; + getAccessKeyInfo( + args: GetAccessKeyInfoCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetAccessKeyInfoCommandOutput) => void + ): void; + getCallerIdentity( + args: GetCallerIdentityCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getCallerIdentity( + args: GetCallerIdentityCommandInput, + cb: (err: any, data?: GetCallerIdentityCommandOutput) => void + ): void; + getCallerIdentity( + args: GetCallerIdentityCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetCallerIdentityCommandOutput) => void + ): void; + getFederationToken( + args: GetFederationTokenCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getFederationToken( + args: GetFederationTokenCommandInput, + cb: (err: any, data?: GetFederationTokenCommandOutput) => void + ): void; + getFederationToken( + args: GetFederationTokenCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetFederationTokenCommandOutput) => void + ): void; + getSessionToken( + args: GetSessionTokenCommandInput, + options?: __HttpHandlerOptions + ): Promise; + getSessionToken( + args: GetSessionTokenCommandInput, + cb: (err: any, data?: GetSessionTokenCommandOutput) => void + ): void; + getSessionToken( + args: GetSessionTokenCommandInput, + options: __HttpHandlerOptions, + cb: (err: any, data?: GetSessionTokenCommandOutput) => void + ): void; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts new file mode 100644 index 000000000..03e82629b --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts @@ -0,0 +1,158 @@ +import { + RegionInputConfig, + RegionResolvedConfig, +} from "@aws-sdk/config-resolver"; +import { + EndpointInputConfig, + EndpointResolvedConfig, +} from "@aws-sdk/middleware-endpoint"; +import { + HostHeaderInputConfig, + HostHeaderResolvedConfig, +} from "@aws-sdk/middleware-host-header"; +import { + RetryInputConfig, + RetryResolvedConfig, +} from "@aws-sdk/middleware-retry"; +import { + StsAuthInputConfig, + StsAuthResolvedConfig, +} from "@aws-sdk/middleware-sdk-sts"; +import { + UserAgentInputConfig, + UserAgentResolvedConfig, +} from "@aws-sdk/middleware-user-agent"; +import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http"; +import { + Client as __Client, + DefaultsMode, + SmithyConfiguration as __SmithyConfiguration, + SmithyResolvedConfiguration as __SmithyResolvedConfiguration, +} from "@aws-sdk/smithy-client"; +import { + BodyLengthCalculator as __BodyLengthCalculator, + Credentials as __Credentials, + Decoder as __Decoder, + Encoder as __Encoder, + HashConstructor as __HashConstructor, + HttpHandlerOptions as __HttpHandlerOptions, + Logger as __Logger, + Provider as __Provider, + Provider, + StreamCollector as __StreamCollector, + UrlParser as __UrlParser, + UserAgent as __UserAgent, +} from "@aws-sdk/types"; +import { + AssumeRoleCommandInput, + AssumeRoleCommandOutput, +} from "./commands/AssumeRoleCommand"; +import { + AssumeRoleWithSAMLCommandInput, + AssumeRoleWithSAMLCommandOutput, +} from "./commands/AssumeRoleWithSAMLCommand"; +import { + AssumeRoleWithWebIdentityCommandInput, + AssumeRoleWithWebIdentityCommandOutput, +} from "./commands/AssumeRoleWithWebIdentityCommand"; +import { + DecodeAuthorizationMessageCommandInput, + DecodeAuthorizationMessageCommandOutput, +} from "./commands/DecodeAuthorizationMessageCommand"; +import { + GetAccessKeyInfoCommandInput, + GetAccessKeyInfoCommandOutput, +} from "./commands/GetAccessKeyInfoCommand"; +import { + GetCallerIdentityCommandInput, + GetCallerIdentityCommandOutput, +} from "./commands/GetCallerIdentityCommand"; +import { + GetFederationTokenCommandInput, + GetFederationTokenCommandOutput, +} from "./commands/GetFederationTokenCommand"; +import { + GetSessionTokenCommandInput, + GetSessionTokenCommandOutput, +} from "./commands/GetSessionTokenCommand"; +import { + ClientInputEndpointParameters, + ClientResolvedEndpointParameters, + EndpointParameters, +} from "./endpoint/EndpointParameters"; +export declare type ServiceInputTypes = + | AssumeRoleCommandInput + | AssumeRoleWithSAMLCommandInput + | AssumeRoleWithWebIdentityCommandInput + | DecodeAuthorizationMessageCommandInput + | GetAccessKeyInfoCommandInput + | GetCallerIdentityCommandInput + | GetFederationTokenCommandInput + | GetSessionTokenCommandInput; +export declare type ServiceOutputTypes = + | AssumeRoleCommandOutput + | AssumeRoleWithSAMLCommandOutput + | AssumeRoleWithWebIdentityCommandOutput + | DecodeAuthorizationMessageCommandOutput + | GetAccessKeyInfoCommandOutput + | GetCallerIdentityCommandOutput + | GetFederationTokenCommandOutput + | GetSessionTokenCommandOutput; +export interface ClientDefaults + extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> { + requestHandler?: __HttpHandler; + sha256?: __HashConstructor; + urlParser?: __UrlParser; + bodyLengthChecker?: __BodyLengthCalculator; + streamCollector?: __StreamCollector; + base64Decoder?: __Decoder; + base64Encoder?: __Encoder; + utf8Decoder?: __Decoder; + utf8Encoder?: __Encoder; + runtime?: string; + disableHostPrefix?: boolean; + maxAttempts?: number | __Provider; + retryMode?: string | __Provider; + logger?: __Logger; + useDualstackEndpoint?: boolean | __Provider; + useFipsEndpoint?: boolean | __Provider; + serviceId?: string; + region?: string | __Provider; + credentialDefaultProvider?: (input: any) => __Provider<__Credentials>; + defaultUserAgentProvider?: Provider<__UserAgent>; + defaultsMode?: DefaultsMode | Provider; +} +declare type STSClientConfigType = Partial< + __SmithyConfiguration<__HttpHandlerOptions> +> & + ClientDefaults & + RegionInputConfig & + EndpointInputConfig & + RetryInputConfig & + HostHeaderInputConfig & + StsAuthInputConfig & + UserAgentInputConfig & + ClientInputEndpointParameters; +export interface STSClientConfig extends STSClientConfigType {} +declare type STSClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + StsAuthResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; +export interface STSClientResolvedConfig extends STSClientResolvedConfigType {} +export declare class STSClient extends __Client< + __HttpHandlerOptions, + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig +> { + readonly config: STSClientResolvedConfig; + constructor(configuration: STSClientConfig); + destroy(): void; +} +export {}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts new file mode 100644 index 000000000..0ae339b08 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts @@ -0,0 +1,34 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { AssumeRoleRequest, AssumeRoleResponse } from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface AssumeRoleCommandInput extends AssumeRoleRequest {} +export interface AssumeRoleCommandOutput + extends AssumeRoleResponse, + __MetadataBearer {} +export declare class AssumeRoleCommand extends $Command< + AssumeRoleCommandInput, + AssumeRoleCommandOutput, + STSClientResolvedConfig +> { + readonly input: AssumeRoleCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: AssumeRoleCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts new file mode 100644 index 000000000..d6853d463 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + AssumeRoleWithSAMLRequest, + AssumeRoleWithSAMLResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface AssumeRoleWithSAMLCommandInput + extends AssumeRoleWithSAMLRequest {} +export interface AssumeRoleWithSAMLCommandOutput + extends AssumeRoleWithSAMLResponse, + __MetadataBearer {} +export declare class AssumeRoleWithSAMLCommand extends $Command< + AssumeRoleWithSAMLCommandInput, + AssumeRoleWithSAMLCommandOutput, + STSClientResolvedConfig +> { + readonly input: AssumeRoleWithSAMLCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: AssumeRoleWithSAMLCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts new file mode 100644 index 000000000..c110fb697 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + AssumeRoleWithWebIdentityRequest, + AssumeRoleWithWebIdentityResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface AssumeRoleWithWebIdentityCommandInput + extends AssumeRoleWithWebIdentityRequest {} +export interface AssumeRoleWithWebIdentityCommandOutput + extends AssumeRoleWithWebIdentityResponse, + __MetadataBearer {} +export declare class AssumeRoleWithWebIdentityCommand extends $Command< + AssumeRoleWithWebIdentityCommandInput, + AssumeRoleWithWebIdentityCommandOutput, + STSClientResolvedConfig +> { + readonly input: AssumeRoleWithWebIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: AssumeRoleWithWebIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + AssumeRoleWithWebIdentityCommandInput, + AssumeRoleWithWebIdentityCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts new file mode 100644 index 000000000..ed33ce57b --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts @@ -0,0 +1,41 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + DecodeAuthorizationMessageRequest, + DecodeAuthorizationMessageResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface DecodeAuthorizationMessageCommandInput + extends DecodeAuthorizationMessageRequest {} +export interface DecodeAuthorizationMessageCommandOutput + extends DecodeAuthorizationMessageResponse, + __MetadataBearer {} +export declare class DecodeAuthorizationMessageCommand extends $Command< + DecodeAuthorizationMessageCommandInput, + DecodeAuthorizationMessageCommandOutput, + STSClientResolvedConfig +> { + readonly input: DecodeAuthorizationMessageCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: DecodeAuthorizationMessageCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler< + DecodeAuthorizationMessageCommandInput, + DecodeAuthorizationMessageCommandOutput + >; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts new file mode 100644 index 000000000..dd7273115 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + GetAccessKeyInfoRequest, + GetAccessKeyInfoResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface GetAccessKeyInfoCommandInput extends GetAccessKeyInfoRequest {} +export interface GetAccessKeyInfoCommandOutput + extends GetAccessKeyInfoResponse, + __MetadataBearer {} +export declare class GetAccessKeyInfoCommand extends $Command< + GetAccessKeyInfoCommandInput, + GetAccessKeyInfoCommandOutput, + STSClientResolvedConfig +> { + readonly input: GetAccessKeyInfoCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetAccessKeyInfoCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts new file mode 100644 index 000000000..4513744f8 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + GetCallerIdentityRequest, + GetCallerIdentityResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface GetCallerIdentityCommandInput + extends GetCallerIdentityRequest {} +export interface GetCallerIdentityCommandOutput + extends GetCallerIdentityResponse, + __MetadataBearer {} +export declare class GetCallerIdentityCommand extends $Command< + GetCallerIdentityCommandInput, + GetCallerIdentityCommandOutput, + STSClientResolvedConfig +> { + readonly input: GetCallerIdentityCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetCallerIdentityCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts new file mode 100644 index 000000000..08b951cb4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts @@ -0,0 +1,38 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + GetFederationTokenRequest, + GetFederationTokenResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface GetFederationTokenCommandInput + extends GetFederationTokenRequest {} +export interface GetFederationTokenCommandOutput + extends GetFederationTokenResponse, + __MetadataBearer {} +export declare class GetFederationTokenCommand extends $Command< + GetFederationTokenCommandInput, + GetFederationTokenCommandOutput, + STSClientResolvedConfig +> { + readonly input: GetFederationTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetFederationTokenCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts new file mode 100644 index 000000000..16b028a41 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts @@ -0,0 +1,37 @@ +import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint"; +import { Command as $Command } from "@aws-sdk/smithy-client"; +import { + Handler, + HttpHandlerOptions as __HttpHandlerOptions, + MetadataBearer as __MetadataBearer, + MiddlewareStack, +} from "@aws-sdk/types"; +import { + GetSessionTokenRequest, + GetSessionTokenResponse, +} from "../models/models_0"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientResolvedConfig, +} from "../STSClient"; +export interface GetSessionTokenCommandInput extends GetSessionTokenRequest {} +export interface GetSessionTokenCommandOutput + extends GetSessionTokenResponse, + __MetadataBearer {} +export declare class GetSessionTokenCommand extends $Command< + GetSessionTokenCommandInput, + GetSessionTokenCommandOutput, + STSClientResolvedConfig +> { + readonly input: GetSessionTokenCommandInput; + static getEndpointParameterInstructions(): EndpointParameterInstructions; + constructor(input: GetSessionTokenCommandInput); + resolveMiddleware( + clientStack: MiddlewareStack, + configuration: STSClientResolvedConfig, + options?: __HttpHandlerOptions + ): Handler; + private serialize; + private deserialize; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts new file mode 100644 index 000000000..802202ff1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts @@ -0,0 +1,8 @@ +export * from "./AssumeRoleCommand"; +export * from "./AssumeRoleWithSAMLCommand"; +export * from "./AssumeRoleWithWebIdentityCommand"; +export * from "./DecodeAuthorizationMessageCommand"; +export * from "./GetAccessKeyInfoCommand"; +export * from "./GetCallerIdentityCommand"; +export * from "./GetFederationTokenCommand"; +export * from "./GetSessionTokenCommand"; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts new file mode 100644 index 000000000..b17b86b31 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts @@ -0,0 +1,22 @@ +import { Pluggable } from "@aws-sdk/types"; +import { + DefaultCredentialProvider, + RoleAssumer, + RoleAssumerWithWebIdentity, +} from "./defaultStsRoleAssumers"; +import { + ServiceInputTypes, + ServiceOutputTypes, + STSClientConfig, +} from "./STSClient"; +export declare const getDefaultRoleAssumer: ( + stsOptions?: Pick, + stsPlugins?: Pluggable[] | undefined +) => RoleAssumer; +export declare const getDefaultRoleAssumerWithWebIdentity: ( + stsOptions?: Pick, + stsPlugins?: Pluggable[] | undefined +) => RoleAssumerWithWebIdentity; +export declare const decorateDefaultCredentialProvider: ( + provider: DefaultCredentialProvider +) => DefaultCredentialProvider; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts new file mode 100644 index 000000000..0e327f301 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts @@ -0,0 +1,25 @@ +import { Credentials, Provider } from "@aws-sdk/types"; +import { AssumeRoleCommandInput } from "./commands/AssumeRoleCommand"; +import { AssumeRoleWithWebIdentityCommandInput } from "./commands/AssumeRoleWithWebIdentityCommand"; +import { STSClient, STSClientConfig } from "./STSClient"; +export declare type RoleAssumer = ( + sourceCreds: Credentials, + params: AssumeRoleCommandInput +) => Promise; +export declare const getDefaultRoleAssumer: ( + stsOptions: Pick, + stsClientCtor: new (options: STSClientConfig) => STSClient +) => RoleAssumer; +export declare type RoleAssumerWithWebIdentity = ( + params: AssumeRoleWithWebIdentityCommandInput +) => Promise; +export declare const getDefaultRoleAssumerWithWebIdentity: ( + stsOptions: Pick, + stsClientCtor: new (options: STSClientConfig) => STSClient +) => RoleAssumerWithWebIdentity; +export declare type DefaultCredentialProvider = ( + input: any +) => Provider; +export declare const decorateDefaultCredentialProvider: ( + provider: DefaultCredentialProvider +) => DefaultCredentialProvider; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts new file mode 100644 index 000000000..0e92f9de1 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts @@ -0,0 +1,36 @@ +import { + Endpoint, + EndpointParameters as __EndpointParameters, + EndpointV2, + Provider, +} from "@aws-sdk/types"; +export interface ClientInputEndpointParameters { + region?: string | Provider; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; + endpoint?: + | string + | Provider + | Endpoint + | Provider + | EndpointV2 + | Provider; + useGlobalEndpoint?: boolean | Provider; +} +export declare type ClientResolvedEndpointParameters = + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export declare const resolveClientEndpointParameters: ( + options: T & ClientInputEndpointParameters +) => T & + ClientInputEndpointParameters & { + defaultSigningName: string; + }; +export interface EndpointParameters extends __EndpointParameters { + Region?: string; + UseDualStack?: boolean; + UseFIPS?: boolean; + Endpoint?: string; + UseGlobalEndpoint?: boolean; +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts new file mode 100644 index 000000000..4c971a7f4 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts @@ -0,0 +1,8 @@ +import { EndpointV2, Logger } from "@aws-sdk/types"; +import { EndpointParameters } from "./EndpointParameters"; +export declare const defaultEndpointResolver: ( + endpointParams: EndpointParameters, + context?: { + logger?: Logger; + } +) => EndpointV2; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts new file mode 100644 index 000000000..a822ad761 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts @@ -0,0 +1,2 @@ +import { RuleSetObject } from "@aws-sdk/util-endpoints"; +export declare const ruleSet: RuleSetObject; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..441fe775a --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +export * from "./STS"; +export * from "./STSClient"; +export * from "./commands"; +export * from "./defaultRoleAssumers"; +export * from "./models"; +export { STSServiceException } from "./models/STSServiceException"; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts new file mode 100644 index 000000000..5255fd172 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts @@ -0,0 +1,7 @@ +import { + ServiceException as __ServiceException, + ServiceExceptionOptions as __ServiceExceptionOptions, +} from "@aws-sdk/smithy-client"; +export declare class STSServiceException extends __ServiceException { + constructor(options: __ServiceExceptionOptions); +} diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts new file mode 100644 index 000000000..09c5d6e09 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts @@ -0,0 +1 @@ +export * from "./models_0"; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts new file mode 100644 index 000000000..50164423d --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts @@ -0,0 +1,238 @@ +import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client"; +import { STSServiceException as __BaseException } from "./STSServiceException"; +export interface AssumedRoleUser { + AssumedRoleId: string | undefined; + Arn: string | undefined; +} +export interface PolicyDescriptorType { + arn?: string; +} +export interface Tag { + Key: string | undefined; + Value: string | undefined; +} +export interface AssumeRoleRequest { + RoleArn: string | undefined; + RoleSessionName: string | undefined; + PolicyArns?: PolicyDescriptorType[]; + Policy?: string; + DurationSeconds?: number; + Tags?: Tag[]; + TransitiveTagKeys?: string[]; + ExternalId?: string; + SerialNumber?: string; + TokenCode?: string; + SourceIdentity?: string; +} +export interface Credentials { + AccessKeyId: string | undefined; + SecretAccessKey: string | undefined; + SessionToken: string | undefined; + Expiration: Date | undefined; +} +export interface AssumeRoleResponse { + Credentials?: Credentials; + AssumedRoleUser?: AssumedRoleUser; + PackedPolicySize?: number; + SourceIdentity?: string; +} +export declare class ExpiredTokenException extends __BaseException { + readonly name: "ExpiredTokenException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class MalformedPolicyDocumentException extends __BaseException { + readonly name: "MalformedPolicyDocumentException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType< + MalformedPolicyDocumentException, + __BaseException + > + ); +} +export declare class PackedPolicyTooLargeException extends __BaseException { + readonly name: "PackedPolicyTooLargeException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class RegionDisabledException extends __BaseException { + readonly name: "RegionDisabledException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface AssumeRoleWithSAMLRequest { + RoleArn: string | undefined; + PrincipalArn: string | undefined; + SAMLAssertion: string | undefined; + PolicyArns?: PolicyDescriptorType[]; + Policy?: string; + DurationSeconds?: number; +} +export interface AssumeRoleWithSAMLResponse { + Credentials?: Credentials; + AssumedRoleUser?: AssumedRoleUser; + PackedPolicySize?: number; + Subject?: string; + SubjectType?: string; + Issuer?: string; + Audience?: string; + NameQualifier?: string; + SourceIdentity?: string; +} +export declare class IDPRejectedClaimException extends __BaseException { + readonly name: "IDPRejectedClaimException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export declare class InvalidIdentityTokenException extends __BaseException { + readonly name: "InvalidIdentityTokenException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface AssumeRoleWithWebIdentityRequest { + RoleArn: string | undefined; + RoleSessionName: string | undefined; + WebIdentityToken: string | undefined; + ProviderId?: string; + PolicyArns?: PolicyDescriptorType[]; + Policy?: string; + DurationSeconds?: number; +} +export interface AssumeRoleWithWebIdentityResponse { + Credentials?: Credentials; + SubjectFromWebIdentityToken?: string; + AssumedRoleUser?: AssumedRoleUser; + PackedPolicySize?: number; + Provider?: string; + Audience?: string; + SourceIdentity?: string; +} +export declare class IDPCommunicationErrorException extends __BaseException { + readonly name: "IDPCommunicationErrorException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType + ); +} +export interface DecodeAuthorizationMessageRequest { + EncodedMessage: string | undefined; +} +export interface DecodeAuthorizationMessageResponse { + DecodedMessage?: string; +} +export declare class InvalidAuthorizationMessageException extends __BaseException { + readonly name: "InvalidAuthorizationMessageException"; + readonly $fault: "client"; + constructor( + opts: __ExceptionOptionType< + InvalidAuthorizationMessageException, + __BaseException + > + ); +} +export interface GetAccessKeyInfoRequest { + AccessKeyId: string | undefined; +} +export interface GetAccessKeyInfoResponse { + Account?: string; +} +export interface GetCallerIdentityRequest {} +export interface GetCallerIdentityResponse { + UserId?: string; + Account?: string; + Arn?: string; +} +export interface GetFederationTokenRequest { + Name: string | undefined; + Policy?: string; + PolicyArns?: PolicyDescriptorType[]; + DurationSeconds?: number; + Tags?: Tag[]; +} +export interface FederatedUser { + FederatedUserId: string | undefined; + Arn: string | undefined; +} +export interface GetFederationTokenResponse { + Credentials?: Credentials; + FederatedUser?: FederatedUser; + PackedPolicySize?: number; +} +export interface GetSessionTokenRequest { + DurationSeconds?: number; + SerialNumber?: string; + TokenCode?: string; +} +export interface GetSessionTokenResponse { + Credentials?: Credentials; +} +export declare const AssumedRoleUserFilterSensitiveLog: ( + obj: AssumedRoleUser +) => any; +export declare const PolicyDescriptorTypeFilterSensitiveLog: ( + obj: PolicyDescriptorType +) => any; +export declare const TagFilterSensitiveLog: (obj: Tag) => any; +export declare const AssumeRoleRequestFilterSensitiveLog: ( + obj: AssumeRoleRequest +) => any; +export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any; +export declare const AssumeRoleResponseFilterSensitiveLog: ( + obj: AssumeRoleResponse +) => any; +export declare const AssumeRoleWithSAMLRequestFilterSensitiveLog: ( + obj: AssumeRoleWithSAMLRequest +) => any; +export declare const AssumeRoleWithSAMLResponseFilterSensitiveLog: ( + obj: AssumeRoleWithSAMLResponse +) => any; +export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: ( + obj: AssumeRoleWithWebIdentityRequest +) => any; +export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: ( + obj: AssumeRoleWithWebIdentityResponse +) => any; +export declare const DecodeAuthorizationMessageRequestFilterSensitiveLog: ( + obj: DecodeAuthorizationMessageRequest +) => any; +export declare const DecodeAuthorizationMessageResponseFilterSensitiveLog: ( + obj: DecodeAuthorizationMessageResponse +) => any; +export declare const GetAccessKeyInfoRequestFilterSensitiveLog: ( + obj: GetAccessKeyInfoRequest +) => any; +export declare const GetAccessKeyInfoResponseFilterSensitiveLog: ( + obj: GetAccessKeyInfoResponse +) => any; +export declare const GetCallerIdentityRequestFilterSensitiveLog: ( + obj: GetCallerIdentityRequest +) => any; +export declare const GetCallerIdentityResponseFilterSensitiveLog: ( + obj: GetCallerIdentityResponse +) => any; +export declare const GetFederationTokenRequestFilterSensitiveLog: ( + obj: GetFederationTokenRequest +) => any; +export declare const FederatedUserFilterSensitiveLog: ( + obj: FederatedUser +) => any; +export declare const GetFederationTokenResponseFilterSensitiveLog: ( + obj: GetFederationTokenResponse +) => any; +export declare const GetSessionTokenRequestFilterSensitiveLog: ( + obj: GetSessionTokenRequest +) => any; +export declare const GetSessionTokenResponseFilterSensitiveLog: ( + obj: GetSessionTokenResponse +) => any; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts new file mode 100644 index 000000000..30add1138 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts @@ -0,0 +1,101 @@ +import { + HttpRequest as __HttpRequest, + HttpResponse as __HttpResponse, +} from "@aws-sdk/protocol-http"; +import { SerdeContext as __SerdeContext } from "@aws-sdk/types"; +import { + AssumeRoleCommandInput, + AssumeRoleCommandOutput, +} from "../commands/AssumeRoleCommand"; +import { + AssumeRoleWithSAMLCommandInput, + AssumeRoleWithSAMLCommandOutput, +} from "../commands/AssumeRoleWithSAMLCommand"; +import { + AssumeRoleWithWebIdentityCommandInput, + AssumeRoleWithWebIdentityCommandOutput, +} from "../commands/AssumeRoleWithWebIdentityCommand"; +import { + DecodeAuthorizationMessageCommandInput, + DecodeAuthorizationMessageCommandOutput, +} from "../commands/DecodeAuthorizationMessageCommand"; +import { + GetAccessKeyInfoCommandInput, + GetAccessKeyInfoCommandOutput, +} from "../commands/GetAccessKeyInfoCommand"; +import { + GetCallerIdentityCommandInput, + GetCallerIdentityCommandOutput, +} from "../commands/GetCallerIdentityCommand"; +import { + GetFederationTokenCommandInput, + GetFederationTokenCommandOutput, +} from "../commands/GetFederationTokenCommand"; +import { + GetSessionTokenCommandInput, + GetSessionTokenCommandOutput, +} from "../commands/GetSessionTokenCommand"; +export declare const serializeAws_queryAssumeRoleCommand: ( + input: AssumeRoleCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryAssumeRoleWithSAMLCommand: ( + input: AssumeRoleWithSAMLCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryAssumeRoleWithWebIdentityCommand: ( + input: AssumeRoleWithWebIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryDecodeAuthorizationMessageCommand: ( + input: DecodeAuthorizationMessageCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetAccessKeyInfoCommand: ( + input: GetAccessKeyInfoCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetCallerIdentityCommand: ( + input: GetCallerIdentityCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetFederationTokenCommand: ( + input: GetFederationTokenCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const serializeAws_queryGetSessionTokenCommand: ( + input: GetSessionTokenCommandInput, + context: __SerdeContext +) => Promise<__HttpRequest>; +export declare const deserializeAws_queryAssumeRoleCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryAssumeRoleWithSAMLCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryAssumeRoleWithWebIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryDecodeAuthorizationMessageCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryGetAccessKeyInfoCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryGetCallerIdentityCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryGetFederationTokenCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; +export declare const deserializeAws_queryGetSessionTokenCommand: ( + output: __HttpResponse, + context: __SerdeContext +) => Promise; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts new file mode 100644 index 000000000..955571e97 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts @@ -0,0 +1,95 @@ +import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler"; +import { STSClientConfig } from "./STSClient"; +export declare const getRuntimeConfig: (config: STSClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: ( + input: any + ) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + credentials?: + | import("@aws-sdk/types").AwsCredentialIdentity + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").AwsCredentialIdentity + > + | undefined; + signer?: + | import("@aws-sdk/types").RequestSigner + | (( + authScheme?: import("@aws-sdk/types").AuthScheme | undefined + ) => Promise) + | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: + | (new ( + options: import("@aws-sdk/signature-v4").SignatureV4Init & + import("@aws-sdk/signature-v4").SignatureV4CryptoInit + ) => import("@aws-sdk/types").RequestSigner) + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; + useGlobalEndpoint?: + | boolean + | import("@aws-sdk/types").Provider + | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts new file mode 100644 index 000000000..5c81dd610 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts @@ -0,0 +1,93 @@ +import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler"; +import { STSClientConfig } from "./STSClient"; +export declare const getRuntimeConfig: (config: STSClientConfig) => { + runtime: string; + defaultsMode: import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").ResolvedDefaultsMode + >; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + credentialDefaultProvider: import("./defaultStsRoleAssumers").DefaultCredentialProvider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + maxAttempts: number | import("@aws-sdk/types").Provider; + region: string | import("@aws-sdk/types").Provider; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | RequestHandler; + retryMode: string | import("@aws-sdk/types").Provider; + sha256: import("@aws-sdk/types").HashConstructor; + streamCollector: import("@aws-sdk/types").StreamCollector; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + endpoint?: + | (( + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + ) & + ( + | string + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").EndpointV2 + > + )) + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + credentials?: + | import("@aws-sdk/types").AwsCredentialIdentity + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").AwsCredentialIdentity + > + | undefined; + signer?: + | import("@aws-sdk/types").RequestSigner + | (( + authScheme?: import("@aws-sdk/types").AuthScheme | undefined + ) => Promise) + | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: + | (new ( + options: import("@aws-sdk/signature-v4").SignatureV4Init & + import("@aws-sdk/signature-v4").SignatureV4CryptoInit + ) => import("@aws-sdk/types").RequestSigner) + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; + useGlobalEndpoint?: + | boolean + | import("@aws-sdk/types").Provider + | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts new file mode 100644 index 000000000..e61224ce2 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts @@ -0,0 +1,84 @@ +import { STSClientConfig } from "./STSClient"; +export declare const getRuntimeConfig: (config: STSClientConfig) => { + runtime: string; + sha256: import("@aws-sdk/types").HashConstructor; + requestHandler: + | (import("@aws-sdk/types").RequestHandler< + any, + any, + import("@aws-sdk/types").HttpHandlerOptions + > & + import("@aws-sdk/protocol-http").HttpHandler) + | import("@aws-sdk/fetch-http-handler").FetchHttpHandler; + apiVersion: string; + urlParser: import("@aws-sdk/types").UrlParser; + bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator; + streamCollector: import("@aws-sdk/types").StreamCollector; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + utf8Decoder: import("@aws-sdk/types").Decoder; + utf8Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + maxAttempts: number | import("@aws-sdk/types").Provider; + retryMode: string | import("@aws-sdk/types").Provider; + logger: import("@aws-sdk/types").Logger; + useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider; + useFipsEndpoint: boolean | import("@aws-sdk/types").Provider; + serviceId: string; + region: string | import("@aws-sdk/types").Provider; + credentialDefaultProvider: ( + input: any + ) => import("@aws-sdk/types").Provider; + defaultUserAgentProvider: import("@aws-sdk/types").Provider< + import("@aws-sdk/types").UserAgent + >; + defaultsMode: + | import("@aws-sdk/smithy-client").DefaultsMode + | import("@aws-sdk/types").Provider< + import("@aws-sdk/smithy-client").DefaultsMode + >; + endpoint?: + | string + | import("@aws-sdk/types").Endpoint + | import("@aws-sdk/types").Provider + | import("@aws-sdk/types").EndpointV2 + | import("@aws-sdk/types").Provider + | undefined; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + tls?: boolean | undefined; + retryStrategy?: + | import("@aws-sdk/types").RetryStrategy + | import("@aws-sdk/types").RetryStrategyV2 + | undefined; + credentials?: + | import("@aws-sdk/types").AwsCredentialIdentity + | import("@aws-sdk/types").Provider< + import("@aws-sdk/types").AwsCredentialIdentity + > + | undefined; + signer?: + | import("@aws-sdk/types").RequestSigner + | (( + authScheme?: import("@aws-sdk/types").AuthScheme | undefined + ) => Promise) + | undefined; + signingEscapePath?: boolean | undefined; + systemClockOffset?: number | undefined; + signingRegion?: string | undefined; + signerConstructor?: + | (new ( + options: import("@aws-sdk/signature-v4").SignatureV4Init & + import("@aws-sdk/signature-v4").SignatureV4CryptoInit + ) => import("@aws-sdk/types").RequestSigner) + | undefined; + customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined; + useGlobalEndpoint?: + | boolean + | import("@aws-sdk/types").Provider + | undefined; +}; diff --git a/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts new file mode 100644 index 000000000..040875076 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts @@ -0,0 +1,16 @@ +import { STSClientConfig } from "./STSClient"; +export declare const getRuntimeConfig: (config: STSClientConfig) => { + apiVersion: string; + base64Decoder: import("@aws-sdk/types").Decoder; + base64Encoder: import("@aws-sdk/types").Encoder; + disableHostPrefix: boolean; + endpointProvider: ( + endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, + context?: { + logger?: import("@aws-sdk/types").Logger | undefined; + } + ) => import("@aws-sdk/types").EndpointV2; + logger: import("@aws-sdk/types").Logger; + serviceId: string; + urlParser: import("@aws-sdk/types").UrlParser; +}; diff --git a/node_modules/@aws-sdk/client-sts/package.json b/node_modules/@aws-sdk/client-sts/package.json new file mode 100644 index 000000000..ca6a88078 --- /dev/null +++ b/node_modules/@aws-sdk/client-sts/package.json @@ -0,0 +1,106 @@ +{ + "name": "@aws-sdk/client-sts", + "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native", + "version": "3.245.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:docs": "typedoc", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "yarn test:unit", + "test:unit": "jest", + "generate:client": "(cd ../../ && yarn generate-clients -g ./codegen/sdk-codegen/aws-models/sts.json --keepFiles)" + }, + "main": "./dist-cjs/index.js", + "types": "./dist-types/index.d.ts", + "module": "./dist-es/index.js", + "sideEffects": false, + "dependencies": { + "@aws-crypto/sha256-browser": "2.0.0", + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/credential-provider-node": "3.245.0", + "@aws-sdk/fetch-http-handler": "3.226.0", + "@aws-sdk/hash-node": "3.226.0", + "@aws-sdk/invalid-dependency": "3.226.0", + "@aws-sdk/middleware-content-length": "3.226.0", + "@aws-sdk/middleware-endpoint": "3.226.0", + "@aws-sdk/middleware-host-header": "3.226.0", + "@aws-sdk/middleware-logger": "3.226.0", + "@aws-sdk/middleware-recursion-detection": "3.226.0", + "@aws-sdk/middleware-retry": "3.235.0", + "@aws-sdk/middleware-sdk-sts": "3.226.0", + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/middleware-signing": "3.226.0", + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/middleware-user-agent": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/node-http-handler": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/smithy-client": "3.234.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "@aws-sdk/util-body-length-browser": "3.188.0", + "@aws-sdk/util-body-length-node": "3.208.0", + "@aws-sdk/util-defaults-mode-browser": "3.234.0", + "@aws-sdk/util-defaults-mode-node": "3.234.0", + "@aws-sdk/util-endpoints": "3.245.0", + "@aws-sdk/util-retry": "3.229.0", + "@aws-sdk/util-user-agent-browser": "3.226.0", + "@aws-sdk/util-user-agent-node": "3.226.0", + "@aws-sdk/util-utf8-browser": "3.188.0", + "@aws-sdk/util-utf8-node": "3.208.0", + "fast-xml-parser": "4.0.11", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/service-client-documentation-generator": "3.208.0", + "@tsconfig/node14": "1.0.3", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "overrides": { + "typedoc": { + "typescript": "~4.6.2" + } + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "browser": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser" + }, + "react-native": { + "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native" + }, + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "clients/client-sts" + } +} diff --git a/node_modules/@aws-sdk/config-resolver/LICENSE b/node_modules/@aws-sdk/config-resolver/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/config-resolver/README.md b/node_modules/@aws-sdk/config-resolver/README.md new file mode 100644 index 000000000..6a92b2fe7 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/config-resolver + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/config-resolver/latest.svg)](https://www.npmjs.com/package/@aws-sdk/config-resolver) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/config-resolver.svg)](https://www.npmjs.com/package/@aws-sdk/config-resolver) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js new file mode 100644 index 000000000..314e01035 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = exports.DEFAULT_USE_DUALSTACK_ENDPOINT = exports.CONFIG_USE_DUALSTACK_ENDPOINT = exports.ENV_USE_DUALSTACK_ENDPOINT = void 0; +const util_config_provider_1 = require("@aws-sdk/util-config-provider"); +exports.ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; +exports.CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; +exports.DEFAULT_USE_DUALSTACK_ENDPOINT = false; +exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => (0, util_config_provider_1.booleanSelector)(env, exports.ENV_USE_DUALSTACK_ENDPOINT, util_config_provider_1.SelectorType.ENV), + configFileSelector: (profile) => (0, util_config_provider_1.booleanSelector)(profile, exports.CONFIG_USE_DUALSTACK_ENDPOINT, util_config_provider_1.SelectorType.CONFIG), + default: false, +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js new file mode 100644 index 000000000..e1e55adcc --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = exports.DEFAULT_USE_FIPS_ENDPOINT = exports.CONFIG_USE_FIPS_ENDPOINT = exports.ENV_USE_FIPS_ENDPOINT = void 0; +const util_config_provider_1 = require("@aws-sdk/util-config-provider"); +exports.ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; +exports.CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; +exports.DEFAULT_USE_FIPS_ENDPOINT = false; +exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => (0, util_config_provider_1.booleanSelector)(env, exports.ENV_USE_FIPS_ENDPOINT, util_config_provider_1.SelectorType.ENV), + configFileSelector: (profile) => (0, util_config_provider_1.booleanSelector)(profile, exports.CONFIG_USE_FIPS_ENDPOINT, util_config_provider_1.SelectorType.CONFIG), + default: false, +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js new file mode 100644 index 000000000..027f270ad --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./NodeUseDualstackEndpointConfigOptions"), exports); +tslib_1.__exportStar(require("./NodeUseFipsEndpointConfigOptions"), exports); +tslib_1.__exportStar(require("./resolveCustomEndpointsConfig"), exports); +tslib_1.__exportStar(require("./resolveEndpointsConfig"), exports); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js new file mode 100644 index 000000000..74a6fbe2b --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveCustomEndpointsConfig = void 0; +const util_middleware_1 = require("@aws-sdk/util-middleware"); +const resolveCustomEndpointsConfig = (input) => { + var _a, _b; + const { endpoint, urlParser } = input; + return { + ...input, + tls: (_a = input.tls) !== null && _a !== void 0 ? _a : true, + endpoint: (0, util_middleware_1.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint), + isCustomEndpoint: true, + useDualstackEndpoint: (0, util_middleware_1.normalizeProvider)((_b = input.useDualstackEndpoint) !== null && _b !== void 0 ? _b : false), + }; +}; +exports.resolveCustomEndpointsConfig = resolveCustomEndpointsConfig; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js new file mode 100644 index 000000000..ac60f32a8 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js @@ -0,0 +1,20 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveEndpointsConfig = void 0; +const util_middleware_1 = require("@aws-sdk/util-middleware"); +const getEndpointFromRegion_1 = require("./utils/getEndpointFromRegion"); +const resolveEndpointsConfig = (input) => { + var _a, _b; + const useDualstackEndpoint = (0, util_middleware_1.normalizeProvider)((_a = input.useDualstackEndpoint) !== null && _a !== void 0 ? _a : false); + const { endpoint, useFipsEndpoint, urlParser } = input; + return { + ...input, + tls: (_b = input.tls) !== null && _b !== void 0 ? _b : true, + endpoint: endpoint + ? (0, util_middleware_1.normalizeProvider)(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) + : () => (0, getEndpointFromRegion_1.getEndpointFromRegion)({ ...input, useDualstackEndpoint, useFipsEndpoint }), + isCustomEndpoint: !!endpoint, + useDualstackEndpoint, + }; +}; +exports.resolveEndpointsConfig = resolveEndpointsConfig; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js new file mode 100644 index 000000000..f7a1df77b --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js @@ -0,0 +1,20 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getEndpointFromRegion = void 0; +const getEndpointFromRegion = async (input) => { + var _a; + const { tls = true } = input; + const region = await input.region(); + const dnsHostRegex = new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/); + if (!dnsHostRegex.test(region)) { + throw new Error("Invalid region in client config"); + } + const useDualstackEndpoint = await input.useDualstackEndpoint(); + const useFipsEndpoint = await input.useFipsEndpoint(); + const { hostname } = (_a = (await input.regionInfoProvider(region, { useDualstackEndpoint, useFipsEndpoint }))) !== null && _a !== void 0 ? _a : {}; + if (!hostname) { + throw new Error("Cannot resolve hostname from client config"); + } + return input.urlParser(`${tls ? "https:" : "http:"}//${hostname}`); +}; +exports.getEndpointFromRegion = getEndpointFromRegion; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js new file mode 100644 index 000000000..d91ea20b3 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./endpointsConfig"), exports); +tslib_1.__exportStar(require("./regionConfig"), exports); +tslib_1.__exportStar(require("./regionInfo"), exports); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js new file mode 100644 index 000000000..2ad79b6f9 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODE_REGION_CONFIG_FILE_OPTIONS = exports.NODE_REGION_CONFIG_OPTIONS = exports.REGION_INI_NAME = exports.REGION_ENV_NAME = void 0; +exports.REGION_ENV_NAME = "AWS_REGION"; +exports.REGION_INI_NAME = "region"; +exports.NODE_REGION_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[exports.REGION_ENV_NAME], + configFileSelector: (profile) => profile[exports.REGION_INI_NAME], + default: () => { + throw new Error("Region is missing"); + }, +}; +exports.NODE_REGION_CONFIG_FILE_OPTIONS = { + preferredFile: "credentials", +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js new file mode 100644 index 000000000..49b5cbd49 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRealRegion = void 0; +const isFipsRegion_1 = require("./isFipsRegion"); +const getRealRegion = (region) => (0, isFipsRegion_1.isFipsRegion)(region) + ? ["fips-aws-global", "aws-fips"].includes(region) + ? "us-east-1" + : region.replace(/fips-(dkr-|prod-)?|-fips/, "") + : region; +exports.getRealRegion = getRealRegion; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js new file mode 100644 index 000000000..74a28f2b5 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./config"), exports); +tslib_1.__exportStar(require("./resolveRegionConfig"), exports); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js new file mode 100644 index 000000000..011d0a2c6 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isFipsRegion = void 0; +const isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips")); +exports.isFipsRegion = isFipsRegion; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js new file mode 100644 index 000000000..ff5eec87f --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js @@ -0,0 +1,29 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveRegionConfig = void 0; +const getRealRegion_1 = require("./getRealRegion"); +const isFipsRegion_1 = require("./isFipsRegion"); +const resolveRegionConfig = (input) => { + const { region, useFipsEndpoint } = input; + if (!region) { + throw new Error("Region is missing"); + } + return { + ...input, + region: async () => { + if (typeof region === "string") { + return (0, getRealRegion_1.getRealRegion)(region); + } + const providedRegion = await region(); + return (0, getRealRegion_1.getRealRegion)(providedRegion); + }, + useFipsEndpoint: async () => { + const providedRegion = typeof region === "string" ? region : await region(); + if ((0, isFipsRegion_1.isFipsRegion)(providedRegion)) { + return true; + } + return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint(); + }, + }; +}; +exports.resolveRegionConfig = resolveRegionConfig; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js new file mode 100644 index 000000000..578a46325 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getHostnameFromVariants = void 0; +const getHostnameFromVariants = (variants = [], { useFipsEndpoint, useDualstackEndpoint }) => { + var _a; + return (_a = variants.find(({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack"))) === null || _a === void 0 ? void 0 : _a.hostname; +}; +exports.getHostnameFromVariants = getHostnameFromVariants; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js new file mode 100644 index 000000000..4c534c0b7 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js @@ -0,0 +1,34 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRegionInfo = void 0; +const getHostnameFromVariants_1 = require("./getHostnameFromVariants"); +const getResolvedHostname_1 = require("./getResolvedHostname"); +const getResolvedPartition_1 = require("./getResolvedPartition"); +const getResolvedSigningRegion_1 = require("./getResolvedSigningRegion"); +const getRegionInfo = (region, { useFipsEndpoint = false, useDualstackEndpoint = false, signingService, regionHash, partitionHash, }) => { + var _a, _b, _c, _d, _e, _f; + const partition = (0, getResolvedPartition_1.getResolvedPartition)(region, { partitionHash }); + const resolvedRegion = region in regionHash ? region : (_b = (_a = partitionHash[partition]) === null || _a === void 0 ? void 0 : _a.endpoint) !== null && _b !== void 0 ? _b : region; + const hostnameOptions = { useFipsEndpoint, useDualstackEndpoint }; + const regionHostname = (0, getHostnameFromVariants_1.getHostnameFromVariants)((_c = regionHash[resolvedRegion]) === null || _c === void 0 ? void 0 : _c.variants, hostnameOptions); + const partitionHostname = (0, getHostnameFromVariants_1.getHostnameFromVariants)((_d = partitionHash[partition]) === null || _d === void 0 ? void 0 : _d.variants, hostnameOptions); + const hostname = (0, getResolvedHostname_1.getResolvedHostname)(resolvedRegion, { regionHostname, partitionHostname }); + if (hostname === undefined) { + throw new Error(`Endpoint resolution failed for: ${{ resolvedRegion, useFipsEndpoint, useDualstackEndpoint }}`); + } + const signingRegion = (0, getResolvedSigningRegion_1.getResolvedSigningRegion)(hostname, { + signingRegion: (_e = regionHash[resolvedRegion]) === null || _e === void 0 ? void 0 : _e.signingRegion, + regionRegex: partitionHash[partition].regionRegex, + useFipsEndpoint, + }); + return { + partition, + signingService, + hostname, + ...(signingRegion && { signingRegion }), + ...(((_f = regionHash[resolvedRegion]) === null || _f === void 0 ? void 0 : _f.signingService) && { + signingService: regionHash[resolvedRegion].signingService, + }), + }; +}; +exports.getRegionInfo = getRegionInfo; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js new file mode 100644 index 000000000..70c7c90e6 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getResolvedHostname = void 0; +const getResolvedHostname = (resolvedRegion, { regionHostname, partitionHostname }) => regionHostname + ? regionHostname + : partitionHostname + ? partitionHostname.replace("{region}", resolvedRegion) + : undefined; +exports.getResolvedHostname = getResolvedHostname; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js new file mode 100644 index 000000000..d5fa1b38c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getResolvedPartition = void 0; +const getResolvedPartition = (region, { partitionHash }) => { var _a; return (_a = Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region))) !== null && _a !== void 0 ? _a : "aws"; }; +exports.getResolvedPartition = getResolvedPartition; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js new file mode 100644 index 000000000..980ddfa9e --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getResolvedSigningRegion = void 0; +const getResolvedSigningRegion = (hostname, { signingRegion, regionRegex, useFipsEndpoint }) => { + if (signingRegion) { + return signingRegion; + } + else if (useFipsEndpoint) { + const regionRegexJs = regionRegex.replace("\\\\", "\\").replace(/^\^/g, "\\.").replace(/\$$/g, "\\."); + const regionRegexmatchArray = hostname.match(regionRegexJs); + if (regionRegexmatchArray) { + return regionRegexmatchArray[0].slice(1, -1); + } + } +}; +exports.getResolvedSigningRegion = getResolvedSigningRegion; diff --git a/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js new file mode 100644 index 000000000..2737a5f2a --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./PartitionHash"), exports); +tslib_1.__exportStar(require("./RegionHash"), exports); +tslib_1.__exportStar(require("./getRegionInfo"), exports); diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js new file mode 100644 index 000000000..c8ebf54c1 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js @@ -0,0 +1,9 @@ +import { booleanSelector, SelectorType } from "@aws-sdk/util-config-provider"; +export const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; +export const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; +export const DEFAULT_USE_DUALSTACK_ENDPOINT = false; +export const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => booleanSelector(env, ENV_USE_DUALSTACK_ENDPOINT, SelectorType.ENV), + configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_DUALSTACK_ENDPOINT, SelectorType.CONFIG), + default: false, +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js new file mode 100644 index 000000000..a1ab15bf9 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js @@ -0,0 +1,9 @@ +import { booleanSelector, SelectorType } from "@aws-sdk/util-config-provider"; +export const ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; +export const CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; +export const DEFAULT_USE_FIPS_ENDPOINT = false; +export const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => booleanSelector(env, ENV_USE_FIPS_ENDPOINT, SelectorType.ENV), + configFileSelector: (profile) => booleanSelector(profile, CONFIG_USE_FIPS_ENDPOINT, SelectorType.CONFIG), + default: false, +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js new file mode 100644 index 000000000..1424c22f2 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js @@ -0,0 +1,4 @@ +export * from "./NodeUseDualstackEndpointConfigOptions"; +export * from "./NodeUseFipsEndpointConfigOptions"; +export * from "./resolveCustomEndpointsConfig"; +export * from "./resolveEndpointsConfig"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js new file mode 100644 index 000000000..f09c1a01f --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js @@ -0,0 +1,11 @@ +import { normalizeProvider } from "@aws-sdk/util-middleware"; +export const resolveCustomEndpointsConfig = (input) => { + const { endpoint, urlParser } = input; + return { + ...input, + tls: input.tls ?? true, + endpoint: normalizeProvider(typeof endpoint === "string" ? urlParser(endpoint) : endpoint), + isCustomEndpoint: true, + useDualstackEndpoint: normalizeProvider(input.useDualstackEndpoint ?? false), + }; +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js new file mode 100644 index 000000000..b0967bed9 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js @@ -0,0 +1,15 @@ +import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { getEndpointFromRegion } from "./utils/getEndpointFromRegion"; +export const resolveEndpointsConfig = (input) => { + const useDualstackEndpoint = normalizeProvider(input.useDualstackEndpoint ?? false); + const { endpoint, useFipsEndpoint, urlParser } = input; + return { + ...input, + tls: input.tls ?? true, + endpoint: endpoint + ? normalizeProvider(typeof endpoint === "string" ? urlParser(endpoint) : endpoint) + : () => getEndpointFromRegion({ ...input, useDualstackEndpoint, useFipsEndpoint }), + isCustomEndpoint: !!endpoint, + useDualstackEndpoint, + }; +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js new file mode 100644 index 000000000..5627c32e4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js @@ -0,0 +1,15 @@ +export const getEndpointFromRegion = async (input) => { + const { tls = true } = input; + const region = await input.region(); + const dnsHostRegex = new RegExp(/^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,61}[a-zA-Z0-9])$/); + if (!dnsHostRegex.test(region)) { + throw new Error("Invalid region in client config"); + } + const useDualstackEndpoint = await input.useDualstackEndpoint(); + const useFipsEndpoint = await input.useFipsEndpoint(); + const { hostname } = (await input.regionInfoProvider(region, { useDualstackEndpoint, useFipsEndpoint })) ?? {}; + if (!hostname) { + throw new Error("Cannot resolve hostname from client config"); + } + return input.urlParser(`${tls ? "https:" : "http:"}//${hostname}`); +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/index.js b/node_modules/@aws-sdk/config-resolver/dist-es/index.js new file mode 100644 index 000000000..61456a77c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/index.js @@ -0,0 +1,3 @@ +export * from "./endpointsConfig"; +export * from "./regionConfig"; +export * from "./regionInfo"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js new file mode 100644 index 000000000..7db98960d --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js @@ -0,0 +1,12 @@ +export const REGION_ENV_NAME = "AWS_REGION"; +export const REGION_INI_NAME = "region"; +export const NODE_REGION_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[REGION_ENV_NAME], + configFileSelector: (profile) => profile[REGION_INI_NAME], + default: () => { + throw new Error("Region is missing"); + }, +}; +export const NODE_REGION_CONFIG_FILE_OPTIONS = { + preferredFile: "credentials", +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js new file mode 100644 index 000000000..8d1246bf4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js @@ -0,0 +1,6 @@ +import { isFipsRegion } from "./isFipsRegion"; +export const getRealRegion = (region) => isFipsRegion(region) + ? ["fips-aws-global", "aws-fips"].includes(region) + ? "us-east-1" + : region.replace(/fips-(dkr-|prod-)?|-fips/, "") + : region; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js new file mode 100644 index 000000000..83675f773 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js @@ -0,0 +1,2 @@ +export * from "./config"; +export * from "./resolveRegionConfig"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js new file mode 100644 index 000000000..d758967d8 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js @@ -0,0 +1 @@ +export const isFipsRegion = (region) => typeof region === "string" && (region.startsWith("fips-") || region.endsWith("-fips")); diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js new file mode 100644 index 000000000..0028a55de --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js @@ -0,0 +1,25 @@ +import { getRealRegion } from "./getRealRegion"; +import { isFipsRegion } from "./isFipsRegion"; +export const resolveRegionConfig = (input) => { + const { region, useFipsEndpoint } = input; + if (!region) { + throw new Error("Region is missing"); + } + return { + ...input, + region: async () => { + if (typeof region === "string") { + return getRealRegion(region); + } + const providedRegion = await region(); + return getRealRegion(providedRegion); + }, + useFipsEndpoint: async () => { + const providedRegion = typeof region === "string" ? region : await region(); + if (isFipsRegion(providedRegion)) { + return true; + } + return typeof useFipsEndpoint !== "function" ? Promise.resolve(!!useFipsEndpoint) : useFipsEndpoint(); + }, + }; +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js new file mode 100644 index 000000000..84fc50e85 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js @@ -0,0 +1 @@ +export const getHostnameFromVariants = (variants = [], { useFipsEndpoint, useDualstackEndpoint }) => variants.find(({ tags }) => useFipsEndpoint === tags.includes("fips") && useDualstackEndpoint === tags.includes("dualstack"))?.hostname; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js new file mode 100644 index 000000000..c39e2f743 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js @@ -0,0 +1,29 @@ +import { getHostnameFromVariants } from "./getHostnameFromVariants"; +import { getResolvedHostname } from "./getResolvedHostname"; +import { getResolvedPartition } from "./getResolvedPartition"; +import { getResolvedSigningRegion } from "./getResolvedSigningRegion"; +export const getRegionInfo = (region, { useFipsEndpoint = false, useDualstackEndpoint = false, signingService, regionHash, partitionHash, }) => { + const partition = getResolvedPartition(region, { partitionHash }); + const resolvedRegion = region in regionHash ? region : partitionHash[partition]?.endpoint ?? region; + const hostnameOptions = { useFipsEndpoint, useDualstackEndpoint }; + const regionHostname = getHostnameFromVariants(regionHash[resolvedRegion]?.variants, hostnameOptions); + const partitionHostname = getHostnameFromVariants(partitionHash[partition]?.variants, hostnameOptions); + const hostname = getResolvedHostname(resolvedRegion, { regionHostname, partitionHostname }); + if (hostname === undefined) { + throw new Error(`Endpoint resolution failed for: ${{ resolvedRegion, useFipsEndpoint, useDualstackEndpoint }}`); + } + const signingRegion = getResolvedSigningRegion(hostname, { + signingRegion: regionHash[resolvedRegion]?.signingRegion, + regionRegex: partitionHash[partition].regionRegex, + useFipsEndpoint, + }); + return { + partition, + signingService, + hostname, + ...(signingRegion && { signingRegion }), + ...(regionHash[resolvedRegion]?.signingService && { + signingService: regionHash[resolvedRegion].signingService, + }), + }; +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js new file mode 100644 index 000000000..35fb98815 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js @@ -0,0 +1,5 @@ +export const getResolvedHostname = (resolvedRegion, { regionHostname, partitionHostname }) => regionHostname + ? regionHostname + : partitionHostname + ? partitionHostname.replace("{region}", resolvedRegion) + : undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js new file mode 100644 index 000000000..3d7bc557e --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js @@ -0,0 +1 @@ +export const getResolvedPartition = (region, { partitionHash }) => Object.keys(partitionHash || {}).find((key) => partitionHash[key].regions.includes(region)) ?? "aws"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js new file mode 100644 index 000000000..7977e0009 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js @@ -0,0 +1,12 @@ +export const getResolvedSigningRegion = (hostname, { signingRegion, regionRegex, useFipsEndpoint }) => { + if (signingRegion) { + return signingRegion; + } + else if (useFipsEndpoint) { + const regionRegexJs = regionRegex.replace("\\\\", "\\").replace(/^\^/g, "\\.").replace(/\$$/g, "\\."); + const regionRegexmatchArray = hostname.match(regionRegexJs); + if (regionRegexmatchArray) { + return regionRegexmatchArray[0].slice(1, -1); + } + } +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js new file mode 100644 index 000000000..e29686a33 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js @@ -0,0 +1,3 @@ +export * from "./PartitionHash"; +export * from "./RegionHash"; +export * from "./getRegionInfo"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts new file mode 100644 index 000000000..ca963bcc3 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts @@ -0,0 +1,5 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; +export declare const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; +export declare const DEFAULT_USE_DUALSTACK_ENDPOINT = false; +export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts new file mode 100644 index 000000000..a94e7ffd4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts @@ -0,0 +1,5 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; +export declare const CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; +export declare const DEFAULT_USE_FIPS_ENDPOINT = false; +export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts new file mode 100644 index 000000000..1424c22f2 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts @@ -0,0 +1,4 @@ +export * from "./NodeUseDualstackEndpointConfigOptions"; +export * from "./NodeUseFipsEndpointConfigOptions"; +export * from "./resolveCustomEndpointsConfig"; +export * from "./resolveEndpointsConfig"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts new file mode 100644 index 000000000..819a9d3c6 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts @@ -0,0 +1,20 @@ +import { Endpoint, Provider, UrlParser } from "@aws-sdk/types"; +import { EndpointsInputConfig, EndpointsResolvedConfig } from "./resolveEndpointsConfig"; +export interface CustomEndpointsInputConfig extends EndpointsInputConfig { + /** + * The fully qualified endpoint of the webservice. + */ + endpoint: string | Endpoint | Provider; +} +interface PreviouslyResolved { + urlParser: UrlParser; +} +export interface CustomEndpointsResolvedConfig extends EndpointsResolvedConfig { + /** + * Whether the endpoint is specified by caller. + * @internal + */ + isCustomEndpoint: true; +} +export declare const resolveCustomEndpointsConfig: (input: T & CustomEndpointsInputConfig & PreviouslyResolved) => T & CustomEndpointsResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts new file mode 100644 index 000000000..a93793dee --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts @@ -0,0 +1,43 @@ +import { Endpoint, Provider, RegionInfoProvider, UrlParser } from "@aws-sdk/types"; +export interface EndpointsInputConfig { + /** + * The fully qualified endpoint of the webservice. This is only required when using + * a custom endpoint (for example, when using a local version of S3). + */ + endpoint?: string | Endpoint | Provider; + /** + * Whether TLS is enabled for requests. + */ + tls?: boolean; + /** + * Enables IPv6/IPv4 dualstack endpoint. + */ + useDualstackEndpoint?: boolean | Provider; +} +interface PreviouslyResolved { + regionInfoProvider: RegionInfoProvider; + urlParser: UrlParser; + region: Provider; + useFipsEndpoint: Provider; +} +export interface EndpointsResolvedConfig extends Required { + /** + * Resolved value for input {@link EndpointsInputConfig.endpoint} + */ + endpoint: Provider; + /** + * Whether the endpoint is specified by caller. + * @internal + */ + isCustomEndpoint?: boolean; + /** + * Resolved value for input {@link EndpointsInputConfig.useDualstackEndpoint} + */ + useDualstackEndpoint: Provider; +} +/** + * @deprecated endpoints rulesets use @aws-sdk/middleware-endpoint resolveEndpointConfig. + * All generated clients should migrate to Endpoints 2.0 endpointRuleSet traits. + */ +export declare const resolveEndpointsConfig: (input: T & EndpointsInputConfig & PreviouslyResolved) => T & EndpointsResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts new file mode 100644 index 000000000..e2f20bba0 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts @@ -0,0 +1,11 @@ +import { Provider, RegionInfoProvider, UrlParser } from "@aws-sdk/types"; +interface GetEndpointFromRegionOptions { + region: Provider; + tls?: boolean; + regionInfoProvider: RegionInfoProvider; + urlParser: UrlParser; + useDualstackEndpoint: Provider; + useFipsEndpoint: Provider; +} +export declare const getEndpointFromRegion: (input: GetEndpointFromRegionOptions) => Promise; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts new file mode 100644 index 000000000..61456a77c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts @@ -0,0 +1,3 @@ +export * from "./endpointsConfig"; +export * from "./regionConfig"; +export * from "./regionInfo"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts new file mode 100644 index 000000000..e15b97e93 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts @@ -0,0 +1,5 @@ +import { LoadedConfigSelectors, LocalConfigOptions } from "@aws-sdk/node-config-provider"; +export declare const REGION_ENV_NAME = "AWS_REGION"; +export declare const REGION_INI_NAME = "region"; +export declare const NODE_REGION_CONFIG_OPTIONS: LoadedConfigSelectors; +export declare const NODE_REGION_CONFIG_FILE_OPTIONS: LocalConfigOptions; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts new file mode 100644 index 000000000..f06119bd1 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts @@ -0,0 +1 @@ +export declare const getRealRegion: (region: string) => string; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts new file mode 100644 index 000000000..83675f773 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts @@ -0,0 +1,2 @@ +export * from "./config"; +export * from "./resolveRegionConfig"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts new file mode 100644 index 000000000..13d34f292 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts @@ -0,0 +1 @@ +export declare const isFipsRegion: (region: string) => boolean; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts new file mode 100644 index 000000000..f60345e0c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts @@ -0,0 +1,25 @@ +import { Provider } from "@aws-sdk/types"; +export interface RegionInputConfig { + /** + * The AWS region to which this client will send requests + */ + region?: string | Provider; + /** + * Enables FIPS compatible endpoints. + */ + useFipsEndpoint?: boolean | Provider; +} +interface PreviouslyResolved { +} +export interface RegionResolvedConfig { + /** + * Resolved value for input config {@link RegionInputConfig.region} + */ + region: Provider; + /** + * Resolved value for input {@link RegionInputConfig.useFipsEndpoint} + */ + useFipsEndpoint: Provider; +} +export declare const resolveRegionConfig: (input: T & RegionInputConfig & PreviouslyResolved) => T & RegionResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts new file mode 100644 index 000000000..05d0a00e0 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts @@ -0,0 +1,8 @@ +import { EndpointVariantTag } from "./EndpointVariantTag"; +/** + * Provides hostname information for specific host label. + */ +export declare type EndpointVariant = { + hostname: string; + tags: EndpointVariantTag[]; +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts new file mode 100644 index 000000000..62ee6867c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts @@ -0,0 +1,5 @@ +/** + * The tag which mentions which area variant is providing information for. + * Can be either "fips" or "dualstack". + */ +export declare type EndpointVariantTag = "fips" | "dualstack"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts new file mode 100644 index 000000000..95753a595 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts @@ -0,0 +1,12 @@ +import { EndpointVariant } from "./EndpointVariant"; +/** + * The hash of partition with the information specific to that partition. + * The information includes the list of regions belonging to that partition, + * and the hostname to be used for the partition. + */ +export declare type PartitionHash = Record; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts new file mode 100644 index 000000000..0fb2e354e --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts @@ -0,0 +1,10 @@ +import { EndpointVariant } from "./EndpointVariant"; +/** + * The hash of region with the information specific to that region. + * The information can include hostname, signingService and signingRegion. + */ +export declare type RegionHash = Record; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts new file mode 100644 index 000000000..38dd2fba4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts @@ -0,0 +1,6 @@ +import { EndpointVariant } from "./EndpointVariant"; +export interface GetHostnameFromVariantsOptions { + useFipsEndpoint: boolean; + useDualstackEndpoint: boolean; +} +export declare const getHostnameFromVariants: (variants: EndpointVariant[] | undefined, { useFipsEndpoint, useDualstackEndpoint }: GetHostnameFromVariantsOptions) => string | undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts new file mode 100644 index 000000000..8bf80656d --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts @@ -0,0 +1,11 @@ +import { RegionInfo } from "@aws-sdk/types"; +import { PartitionHash } from "./PartitionHash"; +import { RegionHash } from "./RegionHash"; +export interface GetRegionInfoOptions { + useFipsEndpoint?: boolean; + useDualstackEndpoint?: boolean; + signingService: string; + regionHash: RegionHash; + partitionHash: PartitionHash; +} +export declare const getRegionInfo: (region: string, { useFipsEndpoint, useDualstackEndpoint, signingService, regionHash, partitionHash, }: GetRegionInfoOptions) => RegionInfo; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts new file mode 100644 index 000000000..6d0aa533a --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts @@ -0,0 +1,5 @@ +export interface GetResolvedHostnameOptions { + regionHostname?: string; + partitionHostname?: string; +} +export declare const getResolvedHostname: (resolvedRegion: string, { regionHostname, partitionHostname }: GetResolvedHostnameOptions) => string | undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts new file mode 100644 index 000000000..9fd68d1a4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts @@ -0,0 +1,5 @@ +import { PartitionHash } from "./PartitionHash"; +export interface GetResolvedPartitionOptions { + partitionHash: PartitionHash; +} +export declare const getResolvedPartition: (region: string, { partitionHash }: GetResolvedPartitionOptions) => string; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts new file mode 100644 index 000000000..53e7dd312 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts @@ -0,0 +1,6 @@ +export interface GetResolvedSigningRegionOptions { + regionRegex: string; + signingRegion?: string; + useFipsEndpoint: boolean; +} +export declare const getResolvedSigningRegion: (hostname: string, { signingRegion, regionRegex, useFipsEndpoint }: GetResolvedSigningRegionOptions) => string | undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts new file mode 100644 index 000000000..e29686a33 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts @@ -0,0 +1,3 @@ +export * from "./PartitionHash"; +export * from "./RegionHash"; +export * from "./getRegionInfo"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts new file mode 100644 index 000000000..ca963bcc3 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts @@ -0,0 +1,5 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; +export declare const CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; +export declare const DEFAULT_USE_DUALSTACK_ENDPOINT = false; +export declare const NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts new file mode 100644 index 000000000..a94e7ffd4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts @@ -0,0 +1,5 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; +export declare const CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; +export declare const DEFAULT_USE_FIPS_ENDPOINT = false; +export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts new file mode 100644 index 000000000..1424c22f2 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts @@ -0,0 +1,4 @@ +export * from "./NodeUseDualstackEndpointConfigOptions"; +export * from "./NodeUseFipsEndpointConfigOptions"; +export * from "./resolveCustomEndpointsConfig"; +export * from "./resolveEndpointsConfig"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts new file mode 100644 index 000000000..7f7f7c1e0 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts @@ -0,0 +1,18 @@ +import { Endpoint, Provider, UrlParser } from "@aws-sdk/types"; +import { + EndpointsInputConfig, + EndpointsResolvedConfig, +} from "./resolveEndpointsConfig"; +export interface CustomEndpointsInputConfig extends EndpointsInputConfig { + endpoint: string | Endpoint | Provider; +} +interface PreviouslyResolved { + urlParser: UrlParser; +} +export interface CustomEndpointsResolvedConfig extends EndpointsResolvedConfig { + isCustomEndpoint: true; +} +export declare const resolveCustomEndpointsConfig: ( + input: T & CustomEndpointsInputConfig & PreviouslyResolved +) => T & CustomEndpointsResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts new file mode 100644 index 000000000..2bd0158e4 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts @@ -0,0 +1,27 @@ +import { + Endpoint, + Provider, + RegionInfoProvider, + UrlParser, +} from "@aws-sdk/types"; +export interface EndpointsInputConfig { + endpoint?: string | Endpoint | Provider; + tls?: boolean; + useDualstackEndpoint?: boolean | Provider; +} +interface PreviouslyResolved { + regionInfoProvider: RegionInfoProvider; + urlParser: UrlParser; + region: Provider; + useFipsEndpoint: Provider; +} +export interface EndpointsResolvedConfig + extends Required { + endpoint: Provider; + isCustomEndpoint?: boolean; + useDualstackEndpoint: Provider; +} +export declare const resolveEndpointsConfig: ( + input: T & EndpointsInputConfig & PreviouslyResolved +) => T & EndpointsResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts new file mode 100644 index 000000000..335581c0c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts @@ -0,0 +1,13 @@ +import { Provider, RegionInfoProvider, UrlParser } from "@aws-sdk/types"; +interface GetEndpointFromRegionOptions { + region: Provider; + tls?: boolean; + regionInfoProvider: RegionInfoProvider; + urlParser: UrlParser; + useDualstackEndpoint: Provider; + useFipsEndpoint: Provider; +} +export declare const getEndpointFromRegion: ( + input: GetEndpointFromRegionOptions +) => Promise; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..61456a77c --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts @@ -0,0 +1,3 @@ +export * from "./endpointsConfig"; +export * from "./regionConfig"; +export * from "./regionInfo"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts new file mode 100644 index 000000000..10abfd54d --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts @@ -0,0 +1,8 @@ +import { + LoadedConfigSelectors, + LocalConfigOptions, +} from "@aws-sdk/node-config-provider"; +export declare const REGION_ENV_NAME = "AWS_REGION"; +export declare const REGION_INI_NAME = "region"; +export declare const NODE_REGION_CONFIG_OPTIONS: LoadedConfigSelectors; +export declare const NODE_REGION_CONFIG_FILE_OPTIONS: LocalConfigOptions; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts new file mode 100644 index 000000000..f06119bd1 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts @@ -0,0 +1 @@ +export declare const getRealRegion: (region: string) => string; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts new file mode 100644 index 000000000..83675f773 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts @@ -0,0 +1,2 @@ +export * from "./config"; +export * from "./resolveRegionConfig"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts new file mode 100644 index 000000000..13d34f292 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts @@ -0,0 +1 @@ +export declare const isFipsRegion: (region: string) => boolean; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts new file mode 100644 index 000000000..e36c285b0 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts @@ -0,0 +1,14 @@ +import { Provider } from "@aws-sdk/types"; +export interface RegionInputConfig { + region?: string | Provider; + useFipsEndpoint?: boolean | Provider; +} +interface PreviouslyResolved {} +export interface RegionResolvedConfig { + region: Provider; + useFipsEndpoint: Provider; +} +export declare const resolveRegionConfig: ( + input: T & RegionInputConfig & PreviouslyResolved +) => T & RegionResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts new file mode 100644 index 000000000..5397894fc --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts @@ -0,0 +1,5 @@ +import { EndpointVariantTag } from "./EndpointVariantTag"; +export declare type EndpointVariant = { + hostname: string; + tags: EndpointVariantTag[]; +}; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts new file mode 100644 index 000000000..3f0bcaa06 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts @@ -0,0 +1 @@ +export declare type EndpointVariantTag = "fips" | "dualstack"; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts new file mode 100644 index 000000000..3b4af42ed --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts @@ -0,0 +1,10 @@ +import { EndpointVariant } from "./EndpointVariant"; +export declare type PartitionHash = Record< + string, + { + regions: string[]; + regionRegex: string; + variants: EndpointVariant[]; + endpoint?: string; + } +>; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts new file mode 100644 index 000000000..45c2bb3a3 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts @@ -0,0 +1,9 @@ +import { EndpointVariant } from "./EndpointVariant"; +export declare type RegionHash = Record< + string, + { + variants: EndpointVariant[]; + signingService?: string; + signingRegion?: string; + } +>; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts new file mode 100644 index 000000000..5d93de742 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts @@ -0,0 +1,9 @@ +import { EndpointVariant } from "./EndpointVariant"; +export interface GetHostnameFromVariantsOptions { + useFipsEndpoint: boolean; + useDualstackEndpoint: boolean; +} +export declare const getHostnameFromVariants: ( + variants: EndpointVariant[] | undefined, + { useFipsEndpoint, useDualstackEndpoint }: GetHostnameFromVariantsOptions +) => string | undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts new file mode 100644 index 000000000..de93ce8bb --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts @@ -0,0 +1,20 @@ +import { RegionInfo } from "@aws-sdk/types"; +import { PartitionHash } from "./PartitionHash"; +import { RegionHash } from "./RegionHash"; +export interface GetRegionInfoOptions { + useFipsEndpoint?: boolean; + useDualstackEndpoint?: boolean; + signingService: string; + regionHash: RegionHash; + partitionHash: PartitionHash; +} +export declare const getRegionInfo: ( + region: string, + { + useFipsEndpoint, + useDualstackEndpoint, + signingService, + regionHash, + partitionHash, + }: GetRegionInfoOptions +) => RegionInfo; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts new file mode 100644 index 000000000..a32aa0a60 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts @@ -0,0 +1,8 @@ +export interface GetResolvedHostnameOptions { + regionHostname?: string; + partitionHostname?: string; +} +export declare const getResolvedHostname: ( + resolvedRegion: string, + { regionHostname, partitionHostname }: GetResolvedHostnameOptions +) => string | undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts new file mode 100644 index 000000000..487a4706a --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts @@ -0,0 +1,8 @@ +import { PartitionHash } from "./PartitionHash"; +export interface GetResolvedPartitionOptions { + partitionHash: PartitionHash; +} +export declare const getResolvedPartition: ( + region: string, + { partitionHash }: GetResolvedPartitionOptions +) => string; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts new file mode 100644 index 000000000..4efc55b95 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts @@ -0,0 +1,13 @@ +export interface GetResolvedSigningRegionOptions { + regionRegex: string; + signingRegion?: string; + useFipsEndpoint: boolean; +} +export declare const getResolvedSigningRegion: ( + hostname: string, + { + signingRegion, + regionRegex, + useFipsEndpoint, + }: GetResolvedSigningRegionOptions +) => string | undefined; diff --git a/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts new file mode 100644 index 000000000..e29686a33 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts @@ -0,0 +1,3 @@ +export * from "./PartitionHash"; +export * from "./RegionHash"; +export * from "./getRegionInfo"; diff --git a/node_modules/@aws-sdk/config-resolver/package.json b/node_modules/@aws-sdk/config-resolver/package.json new file mode 100644 index 000000000..b66306046 --- /dev/null +++ b/node_modules/@aws-sdk/config-resolver/package.json @@ -0,0 +1,57 @@ +{ + "name": "@aws-sdk/config-resolver", + "version": "3.234.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-config-provider": "3.208.0", + "@aws-sdk/util-middleware": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/node-config-provider": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/config-resolver", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/config-resolver" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE b/node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/README.md b/node_modules/@aws-sdk/credential-provider-cognito-identity/README.md new file mode 100644 index 000000000..7ea2c4070 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-cognito-identity + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-cognito-identity/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-cognito-identity.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js new file mode 100644 index 000000000..8927eb8ef --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.InMemoryStorage = void 0; +class InMemoryStorage { + constructor(store = {}) { + this.store = store; + } + getItem(key) { + if (key in this.store) { + return this.store[key]; + } + return null; + } + removeItem(key) { + delete this.store[key]; + } + setItem(key, value) { + this.store[key] = value; + } +} +exports.InMemoryStorage = InMemoryStorage; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js new file mode 100644 index 000000000..cc2481f1c --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js @@ -0,0 +1,71 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.IndexedDbStorage = void 0; +const STORE_NAME = "IdentityIds"; +class IndexedDbStorage { + constructor(dbName = "aws:cognito-identity-ids") { + this.dbName = dbName; + } + getItem(key) { + return this.withObjectStore("readonly", (store) => { + const req = store.get(key); + return new Promise((resolve) => { + req.onerror = () => resolve(null); + req.onsuccess = () => resolve(req.result ? req.result.value : null); + }); + }).catch(() => null); + } + removeItem(key) { + return this.withObjectStore("readwrite", (store) => { + const req = store.delete(key); + return new Promise((resolve, reject) => { + req.onerror = () => reject(req.error); + req.onsuccess = () => resolve(); + }); + }); + } + setItem(id, value) { + return this.withObjectStore("readwrite", (store) => { + const req = store.put({ id, value }); + return new Promise((resolve, reject) => { + req.onerror = () => reject(req.error); + req.onsuccess = () => resolve(); + }); + }); + } + getDb() { + const openDbRequest = self.indexedDB.open(this.dbName, 1); + return new Promise((resolve, reject) => { + openDbRequest.onsuccess = () => { + resolve(openDbRequest.result); + }; + openDbRequest.onerror = () => { + reject(openDbRequest.error); + }; + openDbRequest.onblocked = () => { + reject(new Error("Unable to access DB")); + }; + openDbRequest.onupgradeneeded = () => { + const db = openDbRequest.result; + db.onerror = () => { + reject(new Error("Failed to create object store")); + }; + db.createObjectStore(STORE_NAME, { keyPath: "id" }); + }; + }); + } + withObjectStore(mode, action) { + return this.getDb().then((db) => { + const tx = db.transaction(STORE_NAME, mode); + tx.oncomplete = () => db.close(); + return new Promise((resolve, reject) => { + tx.onerror = () => reject(tx.error); + resolve(action(tx.objectStore(STORE_NAME))); + }).catch((err) => { + db.close(); + throw err; + }); + }); + } +} +exports.IndexedDbStorage = IndexedDbStorage; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js new file mode 100644 index 000000000..15d905e75 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js @@ -0,0 +1,32 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromCognitoIdentity = void 0; +const client_cognito_identity_1 = require("@aws-sdk/client-cognito-identity"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const resolveLogins_1 = require("./resolveLogins"); +function fromCognitoIdentity(parameters) { + return async () => { + const { Credentials: { AccessKeyId = throwOnMissingAccessKeyId(), Expiration, SecretKey = throwOnMissingSecretKey(), SessionToken, } = throwOnMissingCredentials(), } = await parameters.client.send(new client_cognito_identity_1.GetCredentialsForIdentityCommand({ + CustomRoleArn: parameters.customRoleArn, + IdentityId: parameters.identityId, + Logins: parameters.logins ? await (0, resolveLogins_1.resolveLogins)(parameters.logins) : undefined, + })); + return { + identityId: parameters.identityId, + accessKeyId: AccessKeyId, + secretAccessKey: SecretKey, + sessionToken: SessionToken, + expiration: Expiration, + }; + }; +} +exports.fromCognitoIdentity = fromCognitoIdentity; +function throwOnMissingAccessKeyId() { + throw new property_provider_1.CredentialsProviderError("Response from Amazon Cognito contained no access key ID"); +} +function throwOnMissingCredentials() { + throw new property_provider_1.CredentialsProviderError("Response from Amazon Cognito contained no credentials"); +} +function throwOnMissingSecretKey() { + throw new property_provider_1.CredentialsProviderError("Response from Amazon Cognito contained no secret key"); +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js new file mode 100644 index 000000000..3827f9cd7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js @@ -0,0 +1,42 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromCognitoIdentityPool = void 0; +const client_cognito_identity_1 = require("@aws-sdk/client-cognito-identity"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromCognitoIdentity_1 = require("./fromCognitoIdentity"); +const localStorage_1 = require("./localStorage"); +const resolveLogins_1 = require("./resolveLogins"); +function fromCognitoIdentityPool({ accountId, cache = (0, localStorage_1.localStorage)(), client, customRoleArn, identityPoolId, logins, userIdentifier = !logins || Object.keys(logins).length === 0 ? "ANONYMOUS" : undefined, }) { + const cacheKey = userIdentifier ? `aws:cognito-identity-credentials:${identityPoolId}:${userIdentifier}` : undefined; + let provider = async () => { + let identityId = cacheKey && (await cache.getItem(cacheKey)); + if (!identityId) { + const { IdentityId = throwOnMissingId() } = await client.send(new client_cognito_identity_1.GetIdCommand({ + AccountId: accountId, + IdentityPoolId: identityPoolId, + Logins: logins ? await (0, resolveLogins_1.resolveLogins)(logins) : undefined, + })); + identityId = IdentityId; + if (cacheKey) { + Promise.resolve(cache.setItem(cacheKey, identityId)).catch(() => { }); + } + } + provider = (0, fromCognitoIdentity_1.fromCognitoIdentity)({ + client, + customRoleArn, + logins, + identityId, + }); + return provider(); + }; + return () => provider().catch(async (err) => { + if (cacheKey) { + Promise.resolve(cache.removeItem(cacheKey)).catch(() => { }); + } + throw err; + }); +} +exports.fromCognitoIdentityPool = fromCognitoIdentityPool; +function throwOnMissingId() { + throw new property_provider_1.CredentialsProviderError("Response from Amazon Cognito contained no identity ID"); +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js new file mode 100644 index 000000000..880a048bc --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./CognitoProviderParameters"), exports); +tslib_1.__exportStar(require("./Logins"), exports); +tslib_1.__exportStar(require("./Storage"), exports); +tslib_1.__exportStar(require("./fromCognitoIdentity"), exports); +tslib_1.__exportStar(require("./fromCognitoIdentityPool"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js new file mode 100644 index 000000000..8eba5d1bc --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.localStorage = void 0; +const IndexedDbStorage_1 = require("./IndexedDbStorage"); +const InMemoryStorage_1 = require("./InMemoryStorage"); +const inMemoryStorage = new InMemoryStorage_1.InMemoryStorage(); +function localStorage() { + if (typeof self === "object" && self.indexedDB) { + return new IndexedDbStorage_1.IndexedDbStorage(); + } + if (typeof window === "object" && window.localStorage) { + return window.localStorage; + } + return inMemoryStorage; +} +exports.localStorage = localStorage; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js new file mode 100644 index 000000000..059f43370 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveLogins = void 0; +function resolveLogins(logins) { + return Promise.all(Object.keys(logins).reduce((arr, name) => { + const tokenOrProvider = logins[name]; + if (typeof tokenOrProvider === "string") { + arr.push([name, tokenOrProvider]); + } + else { + arr.push(tokenOrProvider().then((token) => [name, token])); + } + return arr; + }, [])).then((resolvedPairs) => resolvedPairs.reduce((logins, [key, value]) => { + logins[key] = value; + return logins; + }, {})); +} +exports.resolveLogins = resolveLogins; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js new file mode 100644 index 000000000..40e44dd65 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js @@ -0,0 +1,17 @@ +export class InMemoryStorage { + constructor(store = {}) { + this.store = store; + } + getItem(key) { + if (key in this.store) { + return this.store[key]; + } + return null; + } + removeItem(key) { + delete this.store[key]; + } + setItem(key, value) { + this.store[key] = value; + } +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js new file mode 100644 index 000000000..308c3ec58 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js @@ -0,0 +1,67 @@ +const STORE_NAME = "IdentityIds"; +export class IndexedDbStorage { + constructor(dbName = "aws:cognito-identity-ids") { + this.dbName = dbName; + } + getItem(key) { + return this.withObjectStore("readonly", (store) => { + const req = store.get(key); + return new Promise((resolve) => { + req.onerror = () => resolve(null); + req.onsuccess = () => resolve(req.result ? req.result.value : null); + }); + }).catch(() => null); + } + removeItem(key) { + return this.withObjectStore("readwrite", (store) => { + const req = store.delete(key); + return new Promise((resolve, reject) => { + req.onerror = () => reject(req.error); + req.onsuccess = () => resolve(); + }); + }); + } + setItem(id, value) { + return this.withObjectStore("readwrite", (store) => { + const req = store.put({ id, value }); + return new Promise((resolve, reject) => { + req.onerror = () => reject(req.error); + req.onsuccess = () => resolve(); + }); + }); + } + getDb() { + const openDbRequest = self.indexedDB.open(this.dbName, 1); + return new Promise((resolve, reject) => { + openDbRequest.onsuccess = () => { + resolve(openDbRequest.result); + }; + openDbRequest.onerror = () => { + reject(openDbRequest.error); + }; + openDbRequest.onblocked = () => { + reject(new Error("Unable to access DB")); + }; + openDbRequest.onupgradeneeded = () => { + const db = openDbRequest.result; + db.onerror = () => { + reject(new Error("Failed to create object store")); + }; + db.createObjectStore(STORE_NAME, { keyPath: "id" }); + }; + }); + } + withObjectStore(mode, action) { + return this.getDb().then((db) => { + const tx = db.transaction(STORE_NAME, mode); + tx.oncomplete = () => db.close(); + return new Promise((resolve, reject) => { + tx.onerror = () => reject(tx.error); + resolve(action(tx.objectStore(STORE_NAME))); + }).catch((err) => { + db.close(); + throw err; + }); + }); + } +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js new file mode 100644 index 000000000..f7757f47f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js @@ -0,0 +1,28 @@ +import { GetCredentialsForIdentityCommand } from "@aws-sdk/client-cognito-identity"; +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { resolveLogins } from "./resolveLogins"; +export function fromCognitoIdentity(parameters) { + return async () => { + const { Credentials: { AccessKeyId = throwOnMissingAccessKeyId(), Expiration, SecretKey = throwOnMissingSecretKey(), SessionToken, } = throwOnMissingCredentials(), } = await parameters.client.send(new GetCredentialsForIdentityCommand({ + CustomRoleArn: parameters.customRoleArn, + IdentityId: parameters.identityId, + Logins: parameters.logins ? await resolveLogins(parameters.logins) : undefined, + })); + return { + identityId: parameters.identityId, + accessKeyId: AccessKeyId, + secretAccessKey: SecretKey, + sessionToken: SessionToken, + expiration: Expiration, + }; + }; +} +function throwOnMissingAccessKeyId() { + throw new CredentialsProviderError("Response from Amazon Cognito contained no access key ID"); +} +function throwOnMissingCredentials() { + throw new CredentialsProviderError("Response from Amazon Cognito contained no credentials"); +} +function throwOnMissingSecretKey() { + throw new CredentialsProviderError("Response from Amazon Cognito contained no secret key"); +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js new file mode 100644 index 000000000..9b6487c2f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js @@ -0,0 +1,38 @@ +import { GetIdCommand } from "@aws-sdk/client-cognito-identity"; +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { fromCognitoIdentity } from "./fromCognitoIdentity"; +import { localStorage } from "./localStorage"; +import { resolveLogins } from "./resolveLogins"; +export function fromCognitoIdentityPool({ accountId, cache = localStorage(), client, customRoleArn, identityPoolId, logins, userIdentifier = !logins || Object.keys(logins).length === 0 ? "ANONYMOUS" : undefined, }) { + const cacheKey = userIdentifier ? `aws:cognito-identity-credentials:${identityPoolId}:${userIdentifier}` : undefined; + let provider = async () => { + let identityId = cacheKey && (await cache.getItem(cacheKey)); + if (!identityId) { + const { IdentityId = throwOnMissingId() } = await client.send(new GetIdCommand({ + AccountId: accountId, + IdentityPoolId: identityPoolId, + Logins: logins ? await resolveLogins(logins) : undefined, + })); + identityId = IdentityId; + if (cacheKey) { + Promise.resolve(cache.setItem(cacheKey, identityId)).catch(() => { }); + } + } + provider = fromCognitoIdentity({ + client, + customRoleArn, + logins, + identityId, + }); + return provider(); + }; + return () => provider().catch(async (err) => { + if (cacheKey) { + Promise.resolve(cache.removeItem(cacheKey)).catch(() => { }); + } + throw err; + }); +} +function throwOnMissingId() { + throw new CredentialsProviderError("Response from Amazon Cognito contained no identity ID"); +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js new file mode 100644 index 000000000..3e03825e1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js @@ -0,0 +1,5 @@ +export * from "./CognitoProviderParameters"; +export * from "./Logins"; +export * from "./Storage"; +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js new file mode 100644 index 000000000..fc7972f46 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js @@ -0,0 +1,12 @@ +import { IndexedDbStorage } from "./IndexedDbStorage"; +import { InMemoryStorage } from "./InMemoryStorage"; +const inMemoryStorage = new InMemoryStorage(); +export function localStorage() { + if (typeof self === "object" && self.indexedDB) { + return new IndexedDbStorage(); + } + if (typeof window === "object" && window.localStorage) { + return window.localStorage; + } + return inMemoryStorage; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js new file mode 100644 index 000000000..aa56280ee --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js @@ -0,0 +1,15 @@ +export function resolveLogins(logins) { + return Promise.all(Object.keys(logins).reduce((arr, name) => { + const tokenOrProvider = logins[name]; + if (typeof tokenOrProvider === "string") { + arr.push([name, tokenOrProvider]); + } + else { + arr.push(tokenOrProvider().then((token) => [name, token])); + } + return arr; + }, [])).then((resolvedPairs) => resolvedPairs.reduce((logins, [key, value]) => { + logins[key] = value; + return logins; + }, {})); +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts new file mode 100644 index 000000000..de6b6e878 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts @@ -0,0 +1,25 @@ +import { CognitoIdentityClient } from "@aws-sdk/client-cognito-identity"; +import { Logins } from "./Logins"; +export interface CognitoProviderParameters { + /** + * The SDK client with which the credential provider will contact the Amazon + * Cognito service. + */ + client: CognitoIdentityClient; + /** + * The Amazon Resource Name (ARN) of the role to be assumed when multiple + * roles were received in the token from the identity provider. For example, + * a SAML-based identity provider. This parameter is optional for identity + * providers that do not support role customization. + */ + customRoleArn?: string; + /** + * A set of key-value pairs that map external identity provider names to + * login tokens or functions that return promises for login tokens. The + * latter should be used when login tokens must be periodically refreshed. + * + * Logins should not be specified when trying to get credentials for an + * unauthenticated identity. + */ + logins?: Logins; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts new file mode 100644 index 000000000..e591ff77a --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts @@ -0,0 +1,8 @@ +import { Storage } from "./Storage"; +export declare class InMemoryStorage implements Storage { + private store; + constructor(store?: Record); + getItem(key: string): string | null; + removeItem(key: string): void; + setItem(key: string, value: string): void; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts new file mode 100644 index 000000000..f81afae01 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts @@ -0,0 +1,10 @@ +import { Storage } from "./Storage"; +export declare class IndexedDbStorage implements Storage { + private readonly dbName; + constructor(dbName?: string); + getItem(key: string): Promise; + removeItem(key: string): Promise; + setItem(id: string, value: string): Promise; + private getDb; + private withObjectStore; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts new file mode 100644 index 000000000..ee0dbda15 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts @@ -0,0 +1,3 @@ +import { Provider } from "@aws-sdk/types"; +export declare type Logins = Record>; +export declare type ResolvedLogins = Record; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts new file mode 100644 index 000000000..c57cb2c58 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts @@ -0,0 +1,14 @@ +/** + * A subset of the Storage interface defined in the WHATWG HTML specification. + * Access by index is not supported, as it cannot be replicated without Proxy + * objects. + * + * The interface has been augmented to support asynchronous storage + * + * @see https://html.spec.whatwg.org/multipage/webstorage.html#the-storage-interface + */ +export interface Storage { + getItem(key: string): string | null | Promise; + removeItem(key: string): void | Promise; + setItem(key: string, data: string): void | Promise; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts new file mode 100644 index 000000000..1db6071fb --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts @@ -0,0 +1,23 @@ +import { AwsCredentialIdentity, Provider } from "@aws-sdk/types"; +import { CognitoProviderParameters } from "./CognitoProviderParameters"; +export interface CognitoIdentityCredentials extends AwsCredentialIdentity { + /** + * The Cognito ID returned by the last call to AWS.CognitoIdentity.getOpenIdToken(). + */ + identityId: string; +} +export declare type CognitoIdentityCredentialProvider = Provider; +/** + * Retrieves temporary AWS credentials using Amazon Cognito's + * `GetCredentialsForIdentity` operation. + * + * Results from this function call are not cached internally. + */ +export declare function fromCognitoIdentity(parameters: FromCognitoIdentityParameters): CognitoIdentityCredentialProvider; +export interface FromCognitoIdentityParameters extends CognitoProviderParameters { + /** + * The unique identifier for the identity against which credentials will be + * issued. + */ + identityId: string; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts new file mode 100644 index 000000000..0beac1a1f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts @@ -0,0 +1,44 @@ +import { CognitoProviderParameters } from "./CognitoProviderParameters"; +import { CognitoIdentityCredentialProvider } from "./fromCognitoIdentity"; +import { Storage } from "./Storage"; +/** + * Retrieves or generates a unique identifier using Amazon Cognito's `GetId` + * operation, then generates temporary AWS credentials using Amazon Cognito's + * `GetCredentialsForIdentity` operation. + * + * Results from `GetId` are cached internally, but results from + * `GetCredentialsForIdentity` are not. + */ +export declare function fromCognitoIdentityPool({ accountId, cache, client, customRoleArn, identityPoolId, logins, userIdentifier, }: FromCognitoIdentityPoolParameters): CognitoIdentityCredentialProvider; +export interface FromCognitoIdentityPoolParameters extends CognitoProviderParameters { + /** + * A standard AWS account ID (9+ digits). + */ + accountId?: string; + /** + * A cache in which to store resolved Cognito IdentityIds. If not supplied, + * the credential provider will attempt to store IdentityIds in one of the + * following (in order of preference): + * 1. IndexedDB + * 2. LocalStorage + * 3. An in-memory cache object that will not persist between pages. + * + * IndexedDB is preferred to maximize data sharing between top-level + * browsing contexts and web workers. + * + * The provider will not cache IdentityIds of authenticated users unless a + * separate `userIdentitifer` parameter is supplied. + */ + cache?: Storage; + /** + * The unique identifier for the identity pool from which an identity should + * be retrieved or generated. + */ + identityPoolId: string; + /** + * A unique identifier for the user. This is distinct from a Cognito + * IdentityId and should instead be an identifier meaningful to your + * application. Used to cache Cognito IdentityIds on a per-user basis. + */ + userIdentifier?: string; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts new file mode 100644 index 000000000..3e03825e1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts @@ -0,0 +1,5 @@ +export * from "./CognitoProviderParameters"; +export * from "./Logins"; +export * from "./Storage"; +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts new file mode 100644 index 000000000..c3c3a326f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts @@ -0,0 +1,2 @@ +import { Storage } from "./Storage"; +export declare function localStorage(): Storage; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts new file mode 100644 index 000000000..edbb17ead --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts @@ -0,0 +1,5 @@ +import { Logins, ResolvedLogins } from "./Logins"; +/** + * @internal + */ +export declare function resolveLogins(logins: Logins): Promise; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts new file mode 100644 index 000000000..a07b71450 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts @@ -0,0 +1,7 @@ +import { CognitoIdentityClient } from "@aws-sdk/client-cognito-identity"; +import { Logins } from "./Logins"; +export interface CognitoProviderParameters { + client: CognitoIdentityClient; + customRoleArn?: string; + logins?: Logins; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts new file mode 100644 index 000000000..c58e59c29 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts @@ -0,0 +1,8 @@ +import { Storage } from "./Storage"; +export declare class InMemoryStorage implements Storage { + private store; + constructor(store?: Record); + getItem(key: string): string | null; + removeItem(key: string): void; + setItem(key: string, value: string): void; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts new file mode 100644 index 000000000..0bf554ad4 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts @@ -0,0 +1,10 @@ +import { Storage } from "./Storage"; +export declare class IndexedDbStorage implements Storage { + private readonly dbName; + constructor(dbName?: string); + getItem(key: string): Promise; + removeItem(key: string): Promise; + setItem(id: string, value: string): Promise; + private getDb; + private withObjectStore; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts new file mode 100644 index 000000000..ee0dbda15 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts @@ -0,0 +1,3 @@ +import { Provider } from "@aws-sdk/types"; +export declare type Logins = Record>; +export declare type ResolvedLogins = Record; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts new file mode 100644 index 000000000..ac912ad72 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts @@ -0,0 +1,5 @@ +export interface Storage { + getItem(key: string): string | null | Promise; + removeItem(key: string): void | Promise; + setItem(key: string, data: string): void | Promise; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts new file mode 100644 index 000000000..5c00c3572 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts @@ -0,0 +1,14 @@ +import { AwsCredentialIdentity, Provider } from "@aws-sdk/types"; +import { CognitoProviderParameters } from "./CognitoProviderParameters"; +export interface CognitoIdentityCredentials extends AwsCredentialIdentity { + identityId: string; +} +export declare type CognitoIdentityCredentialProvider = + Provider; +export declare function fromCognitoIdentity( + parameters: FromCognitoIdentityParameters +): CognitoIdentityCredentialProvider; +export interface FromCognitoIdentityParameters + extends CognitoProviderParameters { + identityId: string; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts new file mode 100644 index 000000000..e630a02a8 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts @@ -0,0 +1,19 @@ +import { CognitoProviderParameters } from "./CognitoProviderParameters"; +import { CognitoIdentityCredentialProvider } from "./fromCognitoIdentity"; +import { Storage } from "./Storage"; +export declare function fromCognitoIdentityPool({ + accountId, + cache, + client, + customRoleArn, + identityPoolId, + logins, + userIdentifier, +}: FromCognitoIdentityPoolParameters): CognitoIdentityCredentialProvider; +export interface FromCognitoIdentityPoolParameters + extends CognitoProviderParameters { + accountId?: string; + cache?: Storage; + identityPoolId: string; + userIdentifier?: string; +} diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..3e03825e1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts @@ -0,0 +1,5 @@ +export * from "./CognitoProviderParameters"; +export * from "./Logins"; +export * from "./Storage"; +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts new file mode 100644 index 000000000..c3c3a326f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts @@ -0,0 +1,2 @@ +import { Storage } from "./Storage"; +export declare function localStorage(): Storage; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts new file mode 100644 index 000000000..4698d3d43 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts @@ -0,0 +1,2 @@ +import { Logins, ResolvedLogins } from "./Logins"; +export declare function resolveLogins(logins: Logins): Promise; diff --git a/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json b/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json new file mode 100644 index 000000000..1b92a3348 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json @@ -0,0 +1,56 @@ +{ + "name": "@aws-sdk/credential-provider-cognito-identity", + "version": "3.245.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "sideEffects": false, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.245.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-cognito-identity", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-cognito-identity" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-env/LICENSE b/node_modules/@aws-sdk/credential-provider-env/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-env/README.md b/node_modules/@aws-sdk/credential-provider-env/README.md new file mode 100644 index 000000000..61a643614 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-env + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-env/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-env) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-env.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-env) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js b/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js new file mode 100644 index 000000000..a68d9b006 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromEnv = exports.ENV_EXPIRATION = exports.ENV_SESSION = exports.ENV_SECRET = exports.ENV_KEY = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +exports.ENV_KEY = "AWS_ACCESS_KEY_ID"; +exports.ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; +exports.ENV_SESSION = "AWS_SESSION_TOKEN"; +exports.ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION"; +const fromEnv = () => async () => { + const accessKeyId = process.env[exports.ENV_KEY]; + const secretAccessKey = process.env[exports.ENV_SECRET]; + const sessionToken = process.env[exports.ENV_SESSION]; + const expiry = process.env[exports.ENV_EXPIRATION]; + if (accessKeyId && secretAccessKey) { + return { + accessKeyId, + secretAccessKey, + ...(sessionToken && { sessionToken }), + ...(expiry && { expiration: new Date(expiry) }), + }; + } + throw new property_provider_1.CredentialsProviderError("Unable to find environment variable credentials."); +}; +exports.fromEnv = fromEnv; diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js new file mode 100644 index 000000000..567b72097 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromEnv"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js b/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js new file mode 100644 index 000000000..bea1f8024 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js @@ -0,0 +1,20 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const ENV_KEY = "AWS_ACCESS_KEY_ID"; +export const ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; +export const ENV_SESSION = "AWS_SESSION_TOKEN"; +export const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION"; +export const fromEnv = () => async () => { + const accessKeyId = process.env[ENV_KEY]; + const secretAccessKey = process.env[ENV_SECRET]; + const sessionToken = process.env[ENV_SESSION]; + const expiry = process.env[ENV_EXPIRATION]; + if (accessKeyId && secretAccessKey) { + return { + accessKeyId, + secretAccessKey, + ...(sessionToken && { sessionToken }), + ...(expiry && { expiration: new Date(expiry) }), + }; + } + throw new CredentialsProviderError("Unable to find environment variable credentials."); +}; diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js new file mode 100644 index 000000000..17bf6daa6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js @@ -0,0 +1 @@ +export * from "./fromEnv"; diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts b/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts new file mode 100644 index 000000000..3f07d0f28 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts @@ -0,0 +1,11 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const ENV_KEY = "AWS_ACCESS_KEY_ID"; +export declare const ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; +export declare const ENV_SESSION = "AWS_SESSION_TOKEN"; +export declare const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION"; +/** + * Source AWS credentials from known environment variables. If either the + * `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY` environment variable is not + * set in this process, the provider will return a rejected promise. + */ +export declare const fromEnv: () => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts new file mode 100644 index 000000000..17bf6daa6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./fromEnv"; diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts b/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts new file mode 100644 index 000000000..9bf578ffe --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts @@ -0,0 +1,6 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const ENV_KEY = "AWS_ACCESS_KEY_ID"; +export declare const ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; +export declare const ENV_SESSION = "AWS_SESSION_TOKEN"; +export declare const ENV_EXPIRATION = "AWS_CREDENTIAL_EXPIRATION"; +export declare const fromEnv: () => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..17bf6daa6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./fromEnv"; diff --git a/node_modules/@aws-sdk/credential-provider-env/package.json b/node_modules/@aws-sdk/credential-provider-env/package.json new file mode 100644 index 000000000..979c1ad4f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-env/package.json @@ -0,0 +1,60 @@ +{ + "name": "@aws-sdk/credential-provider-env", + "version": "3.226.0", + "description": "AWS credential provider that sources credentials from known environment variables", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-env", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-env" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/LICENSE b/node_modules/@aws-sdk/credential-provider-imds/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-imds/README.md b/node_modules/@aws-sdk/credential-provider-imds/README.md new file mode 100644 index 000000000..15039903d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-imds + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-imds/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-imds) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-imds.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-imds) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js new file mode 100644 index 000000000..65f71ebaf --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Endpoint = void 0; +var Endpoint; +(function (Endpoint) { + Endpoint["IPv4"] = "http://169.254.169.254"; + Endpoint["IPv6"] = "http://[fd00:ec2::254]"; +})(Endpoint = exports.Endpoint || (exports.Endpoint = {})); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js new file mode 100644 index 000000000..571092d62 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ENDPOINT_CONFIG_OPTIONS = exports.CONFIG_ENDPOINT_NAME = exports.ENV_ENDPOINT_NAME = void 0; +exports.ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT"; +exports.CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint"; +exports.ENDPOINT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[exports.ENV_ENDPOINT_NAME], + configFileSelector: (profile) => profile[exports.CONFIG_ENDPOINT_NAME], + default: undefined, +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js new file mode 100644 index 000000000..933efd964 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.EndpointMode = void 0; +var EndpointMode; +(function (EndpointMode) { + EndpointMode["IPv4"] = "IPv4"; + EndpointMode["IPv6"] = "IPv6"; +})(EndpointMode = exports.EndpointMode || (exports.EndpointMode = {})); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js new file mode 100644 index 000000000..8d73e9854 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ENDPOINT_MODE_CONFIG_OPTIONS = exports.CONFIG_ENDPOINT_MODE_NAME = exports.ENV_ENDPOINT_MODE_NAME = void 0; +const EndpointMode_1 = require("./EndpointMode"); +exports.ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE"; +exports.CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode"; +exports.ENDPOINT_MODE_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[exports.ENV_ENDPOINT_MODE_NAME], + configFileSelector: (profile) => profile[exports.CONFIG_ENDPOINT_MODE_NAME], + default: EndpointMode_1.EndpointMode.IPv4, +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js new file mode 100644 index 000000000..1ae06aedd --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js @@ -0,0 +1,70 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromContainerMetadata = exports.ENV_CMDS_AUTH_TOKEN = exports.ENV_CMDS_RELATIVE_URI = exports.ENV_CMDS_FULL_URI = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const url_1 = require("url"); +const httpRequest_1 = require("./remoteProvider/httpRequest"); +const ImdsCredentials_1 = require("./remoteProvider/ImdsCredentials"); +const RemoteProviderInit_1 = require("./remoteProvider/RemoteProviderInit"); +const retry_1 = require("./remoteProvider/retry"); +exports.ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI"; +exports.ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"; +exports.ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN"; +const fromContainerMetadata = (init = {}) => { + const { timeout, maxRetries } = (0, RemoteProviderInit_1.providerConfigFromInit)(init); + return () => (0, retry_1.retry)(async () => { + const requestOptions = await getCmdsUri(); + const credsResponse = JSON.parse(await requestFromEcsImds(timeout, requestOptions)); + if (!(0, ImdsCredentials_1.isImdsCredentials)(credsResponse)) { + throw new property_provider_1.CredentialsProviderError("Invalid response received from instance metadata service."); + } + return (0, ImdsCredentials_1.fromImdsCredentials)(credsResponse); + }, maxRetries); +}; +exports.fromContainerMetadata = fromContainerMetadata; +const requestFromEcsImds = async (timeout, options) => { + if (process.env[exports.ENV_CMDS_AUTH_TOKEN]) { + options.headers = { + ...options.headers, + Authorization: process.env[exports.ENV_CMDS_AUTH_TOKEN], + }; + } + const buffer = await (0, httpRequest_1.httpRequest)({ + ...options, + timeout, + }); + return buffer.toString(); +}; +const CMDS_IP = "169.254.170.2"; +const GREENGRASS_HOSTS = { + localhost: true, + "127.0.0.1": true, +}; +const GREENGRASS_PROTOCOLS = { + "http:": true, + "https:": true, +}; +const getCmdsUri = async () => { + if (process.env[exports.ENV_CMDS_RELATIVE_URI]) { + return { + hostname: CMDS_IP, + path: process.env[exports.ENV_CMDS_RELATIVE_URI], + }; + } + if (process.env[exports.ENV_CMDS_FULL_URI]) { + const parsed = (0, url_1.parse)(process.env[exports.ENV_CMDS_FULL_URI]); + if (!parsed.hostname || !(parsed.hostname in GREENGRASS_HOSTS)) { + throw new property_provider_1.CredentialsProviderError(`${parsed.hostname} is not a valid container metadata service hostname`, false); + } + if (!parsed.protocol || !(parsed.protocol in GREENGRASS_PROTOCOLS)) { + throw new property_provider_1.CredentialsProviderError(`${parsed.protocol} is not a valid container metadata service protocol`, false); + } + return { + ...parsed, + port: parsed.port ? parseInt(parsed.port, 10) : undefined, + }; + } + throw new property_provider_1.CredentialsProviderError("The container metadata credential provider cannot be used unless" + + ` the ${exports.ENV_CMDS_RELATIVE_URI} or ${exports.ENV_CMDS_FULL_URI} environment` + + " variable is set", false); +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js new file mode 100644 index 000000000..20c37e232 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js @@ -0,0 +1,95 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromInstanceMetadata = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const httpRequest_1 = require("./remoteProvider/httpRequest"); +const ImdsCredentials_1 = require("./remoteProvider/ImdsCredentials"); +const RemoteProviderInit_1 = require("./remoteProvider/RemoteProviderInit"); +const retry_1 = require("./remoteProvider/retry"); +const getInstanceMetadataEndpoint_1 = require("./utils/getInstanceMetadataEndpoint"); +const staticStabilityProvider_1 = require("./utils/staticStabilityProvider"); +const IMDS_PATH = "/latest/meta-data/iam/security-credentials/"; +const IMDS_TOKEN_PATH = "/latest/api/token"; +const fromInstanceMetadata = (init = {}) => (0, staticStabilityProvider_1.staticStabilityProvider)(getInstanceImdsProvider(init), { logger: init.logger }); +exports.fromInstanceMetadata = fromInstanceMetadata; +const getInstanceImdsProvider = (init) => { + let disableFetchToken = false; + const { timeout, maxRetries } = (0, RemoteProviderInit_1.providerConfigFromInit)(init); + const getCredentials = async (maxRetries, options) => { + const profile = (await (0, retry_1.retry)(async () => { + let profile; + try { + profile = await getProfile(options); + } + catch (err) { + if (err.statusCode === 401) { + disableFetchToken = false; + } + throw err; + } + return profile; + }, maxRetries)).trim(); + return (0, retry_1.retry)(async () => { + let creds; + try { + creds = await getCredentialsFromProfile(profile, options); + } + catch (err) { + if (err.statusCode === 401) { + disableFetchToken = false; + } + throw err; + } + return creds; + }, maxRetries); + }; + return async () => { + const endpoint = await (0, getInstanceMetadataEndpoint_1.getInstanceMetadataEndpoint)(); + if (disableFetchToken) { + return getCredentials(maxRetries, { ...endpoint, timeout }); + } + else { + let token; + try { + token = (await getMetadataToken({ ...endpoint, timeout })).toString(); + } + catch (error) { + if ((error === null || error === void 0 ? void 0 : error.statusCode) === 400) { + throw Object.assign(error, { + message: "EC2 Metadata token request returned error", + }); + } + else if (error.message === "TimeoutError" || [403, 404, 405].includes(error.statusCode)) { + disableFetchToken = true; + } + return getCredentials(maxRetries, { ...endpoint, timeout }); + } + return getCredentials(maxRetries, { + ...endpoint, + headers: { + "x-aws-ec2-metadata-token": token, + }, + timeout, + }); + } + }; +}; +const getMetadataToken = async (options) => (0, httpRequest_1.httpRequest)({ + ...options, + path: IMDS_TOKEN_PATH, + method: "PUT", + headers: { + "x-aws-ec2-metadata-token-ttl-seconds": "21600", + }, +}); +const getProfile = async (options) => (await (0, httpRequest_1.httpRequest)({ ...options, path: IMDS_PATH })).toString(); +const getCredentialsFromProfile = async (profile, options) => { + const credsResponse = JSON.parse((await (0, httpRequest_1.httpRequest)({ + ...options, + path: IMDS_PATH + profile, + })).toString()); + if (!(0, ImdsCredentials_1.isImdsCredentials)(credsResponse)) { + throw new property_provider_1.CredentialsProviderError("Invalid response received from instance metadata service."); + } + return (0, ImdsCredentials_1.fromImdsCredentials)(credsResponse); +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js new file mode 100644 index 000000000..e9095c263 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getInstanceMetadataEndpoint = exports.httpRequest = void 0; +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromContainerMetadata"), exports); +tslib_1.__exportStar(require("./fromInstanceMetadata"), exports); +tslib_1.__exportStar(require("./remoteProvider/RemoteProviderInit"), exports); +tslib_1.__exportStar(require("./types"), exports); +var httpRequest_1 = require("./remoteProvider/httpRequest"); +Object.defineProperty(exports, "httpRequest", { enumerable: true, get: function () { return httpRequest_1.httpRequest; } }); +var getInstanceMetadataEndpoint_1 = require("./utils/getInstanceMetadataEndpoint"); +Object.defineProperty(exports, "getInstanceMetadataEndpoint", { enumerable: true, get: function () { return getInstanceMetadataEndpoint_1.getInstanceMetadataEndpoint; } }); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js new file mode 100644 index 000000000..a81746b4e --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromImdsCredentials = exports.isImdsCredentials = void 0; +const isImdsCredentials = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.AccessKeyId === "string" && + typeof arg.SecretAccessKey === "string" && + typeof arg.Token === "string" && + typeof arg.Expiration === "string"; +exports.isImdsCredentials = isImdsCredentials; +const fromImdsCredentials = (creds) => ({ + accessKeyId: creds.AccessKeyId, + secretAccessKey: creds.SecretAccessKey, + sessionToken: creds.Token, + expiration: new Date(creds.Expiration), +}); +exports.fromImdsCredentials = fromImdsCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js new file mode 100644 index 000000000..c92be1e5d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.providerConfigFromInit = exports.DEFAULT_MAX_RETRIES = exports.DEFAULT_TIMEOUT = void 0; +exports.DEFAULT_TIMEOUT = 1000; +exports.DEFAULT_MAX_RETRIES = 0; +const providerConfigFromInit = ({ maxRetries = exports.DEFAULT_MAX_RETRIES, timeout = exports.DEFAULT_TIMEOUT, }) => ({ maxRetries, timeout }); +exports.providerConfigFromInit = providerConfigFromInit; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js new file mode 100644 index 000000000..c9dfa8827 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js @@ -0,0 +1,41 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.httpRequest = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const buffer_1 = require("buffer"); +const http_1 = require("http"); +function httpRequest(options) { + return new Promise((resolve, reject) => { + var _a; + const req = (0, http_1.request)({ + method: "GET", + ...options, + hostname: (_a = options.hostname) === null || _a === void 0 ? void 0 : _a.replace(/^\[(.+)\]$/, "$1"), + }); + req.on("error", (err) => { + reject(Object.assign(new property_provider_1.ProviderError("Unable to connect to instance metadata service"), err)); + req.destroy(); + }); + req.on("timeout", () => { + reject(new property_provider_1.ProviderError("TimeoutError from instance metadata service")); + req.destroy(); + }); + req.on("response", (res) => { + const { statusCode = 400 } = res; + if (statusCode < 200 || 300 <= statusCode) { + reject(Object.assign(new property_provider_1.ProviderError("Error response received from instance metadata service"), { statusCode })); + req.destroy(); + } + const chunks = []; + res.on("data", (chunk) => { + chunks.push(chunk); + }); + res.on("end", () => { + resolve(buffer_1.Buffer.concat(chunks)); + req.destroy(); + }); + }); + req.end(); + }); +} +exports.httpRequest = httpRequest; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js new file mode 100644 index 000000000..62f176e98 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./ImdsCredentials"), exports); +tslib_1.__exportStar(require("./RemoteProviderInit"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js new file mode 100644 index 000000000..18df87603 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.retry = void 0; +const retry = (toRetry, maxRetries) => { + let promise = toRetry(); + for (let i = 0; i < maxRetries; i++) { + promise = promise.catch(toRetry); + } + return promise; +}; +exports.retry = retry; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/types.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js new file mode 100644 index 000000000..d5de11125 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js @@ -0,0 +1,22 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getExtendedInstanceMetadataCredentials = void 0; +const STATIC_STABILITY_REFRESH_INTERVAL_SECONDS = 5 * 60; +const STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60; +const STATIC_STABILITY_DOC_URL = "https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html"; +const getExtendedInstanceMetadataCredentials = (credentials, logger) => { + var _a; + const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS); + const newExpiration = new Date(Date.now() + refreshInterval * 1000); + logger.warn("Attempting credential expiration extension due to a credential service availability issue. A refresh of these " + + "credentials will be attempted after ${new Date(newExpiration)}.\nFor more information, please visit: " + + STATIC_STABILITY_DOC_URL); + const originalExpiration = (_a = credentials.originalExpiration) !== null && _a !== void 0 ? _a : credentials.expiration; + return { + ...credentials, + ...(originalExpiration ? { originalExpiration } : {}), + expiration: newExpiration, + }; +}; +exports.getExtendedInstanceMetadataCredentials = getExtendedInstanceMetadataCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js new file mode 100644 index 000000000..c7fac774e --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js @@ -0,0 +1,23 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getInstanceMetadataEndpoint = void 0; +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const url_parser_1 = require("@aws-sdk/url-parser"); +const Endpoint_1 = require("../config/Endpoint"); +const EndpointConfigOptions_1 = require("../config/EndpointConfigOptions"); +const EndpointMode_1 = require("../config/EndpointMode"); +const EndpointModeConfigOptions_1 = require("../config/EndpointModeConfigOptions"); +const getInstanceMetadataEndpoint = async () => (0, url_parser_1.parseUrl)((await getFromEndpointConfig()) || (await getFromEndpointModeConfig())); +exports.getInstanceMetadataEndpoint = getInstanceMetadataEndpoint; +const getFromEndpointConfig = async () => (0, node_config_provider_1.loadConfig)(EndpointConfigOptions_1.ENDPOINT_CONFIG_OPTIONS)(); +const getFromEndpointModeConfig = async () => { + const endpointMode = await (0, node_config_provider_1.loadConfig)(EndpointModeConfigOptions_1.ENDPOINT_MODE_CONFIG_OPTIONS)(); + switch (endpointMode) { + case EndpointMode_1.EndpointMode.IPv4: + return Endpoint_1.Endpoint.IPv4; + case EndpointMode_1.EndpointMode.IPv6: + return Endpoint_1.Endpoint.IPv6; + default: + throw new Error(`Unsupported endpoint mode: ${endpointMode}.` + ` Select from ${Object.values(EndpointMode_1.EndpointMode)}`); + } +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js new file mode 100644 index 000000000..2d272b891 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js @@ -0,0 +1,29 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.staticStabilityProvider = void 0; +const getExtendedInstanceMetadataCredentials_1 = require("./getExtendedInstanceMetadataCredentials"); +const staticStabilityProvider = (provider, options = {}) => { + const logger = (options === null || options === void 0 ? void 0 : options.logger) || console; + let pastCredentials; + return async () => { + let credentials; + try { + credentials = await provider(); + if (credentials.expiration && credentials.expiration.getTime() < Date.now()) { + credentials = (0, getExtendedInstanceMetadataCredentials_1.getExtendedInstanceMetadataCredentials)(credentials, logger); + } + } + catch (e) { + if (pastCredentials) { + logger.warn("Credential renew failed: ", e); + credentials = (0, getExtendedInstanceMetadataCredentials_1.getExtendedInstanceMetadataCredentials)(pastCredentials, logger); + } + else { + throw e; + } + } + pastCredentials = credentials; + return credentials; + }; +}; +exports.staticStabilityProvider = staticStabilityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js new file mode 100644 index 000000000..b088eb0d8 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js @@ -0,0 +1,5 @@ +export var Endpoint; +(function (Endpoint) { + Endpoint["IPv4"] = "http://169.254.169.254"; + Endpoint["IPv6"] = "http://[fd00:ec2::254]"; +})(Endpoint || (Endpoint = {})); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js new file mode 100644 index 000000000..f043de93c --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js @@ -0,0 +1,7 @@ +export const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT"; +export const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint"; +export const ENDPOINT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[ENV_ENDPOINT_NAME], + configFileSelector: (profile) => profile[CONFIG_ENDPOINT_NAME], + default: undefined, +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js new file mode 100644 index 000000000..bace81980 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js @@ -0,0 +1,5 @@ +export var EndpointMode; +(function (EndpointMode) { + EndpointMode["IPv4"] = "IPv4"; + EndpointMode["IPv6"] = "IPv6"; +})(EndpointMode || (EndpointMode = {})); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js new file mode 100644 index 000000000..15b19d04d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js @@ -0,0 +1,8 @@ +import { EndpointMode } from "./EndpointMode"; +export const ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE"; +export const CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode"; +export const ENDPOINT_MODE_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[ENV_ENDPOINT_MODE_NAME], + configFileSelector: (profile) => profile[CONFIG_ENDPOINT_MODE_NAME], + default: EndpointMode.IPv4, +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js new file mode 100644 index 000000000..9708c299d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js @@ -0,0 +1,66 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { parse } from "url"; +import { httpRequest } from "./remoteProvider/httpRequest"; +import { fromImdsCredentials, isImdsCredentials } from "./remoteProvider/ImdsCredentials"; +import { providerConfigFromInit } from "./remoteProvider/RemoteProviderInit"; +import { retry } from "./remoteProvider/retry"; +export const ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI"; +export const ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"; +export const ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN"; +export const fromContainerMetadata = (init = {}) => { + const { timeout, maxRetries } = providerConfigFromInit(init); + return () => retry(async () => { + const requestOptions = await getCmdsUri(); + const credsResponse = JSON.parse(await requestFromEcsImds(timeout, requestOptions)); + if (!isImdsCredentials(credsResponse)) { + throw new CredentialsProviderError("Invalid response received from instance metadata service."); + } + return fromImdsCredentials(credsResponse); + }, maxRetries); +}; +const requestFromEcsImds = async (timeout, options) => { + if (process.env[ENV_CMDS_AUTH_TOKEN]) { + options.headers = { + ...options.headers, + Authorization: process.env[ENV_CMDS_AUTH_TOKEN], + }; + } + const buffer = await httpRequest({ + ...options, + timeout, + }); + return buffer.toString(); +}; +const CMDS_IP = "169.254.170.2"; +const GREENGRASS_HOSTS = { + localhost: true, + "127.0.0.1": true, +}; +const GREENGRASS_PROTOCOLS = { + "http:": true, + "https:": true, +}; +const getCmdsUri = async () => { + if (process.env[ENV_CMDS_RELATIVE_URI]) { + return { + hostname: CMDS_IP, + path: process.env[ENV_CMDS_RELATIVE_URI], + }; + } + if (process.env[ENV_CMDS_FULL_URI]) { + const parsed = parse(process.env[ENV_CMDS_FULL_URI]); + if (!parsed.hostname || !(parsed.hostname in GREENGRASS_HOSTS)) { + throw new CredentialsProviderError(`${parsed.hostname} is not a valid container metadata service hostname`, false); + } + if (!parsed.protocol || !(parsed.protocol in GREENGRASS_PROTOCOLS)) { + throw new CredentialsProviderError(`${parsed.protocol} is not a valid container metadata service protocol`, false); + } + return { + ...parsed, + port: parsed.port ? parseInt(parsed.port, 10) : undefined, + }; + } + throw new CredentialsProviderError("The container metadata credential provider cannot be used unless" + + ` the ${ENV_CMDS_RELATIVE_URI} or ${ENV_CMDS_FULL_URI} environment` + + " variable is set", false); +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js new file mode 100644 index 000000000..fbea872a5 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js @@ -0,0 +1,91 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { httpRequest } from "./remoteProvider/httpRequest"; +import { fromImdsCredentials, isImdsCredentials } from "./remoteProvider/ImdsCredentials"; +import { providerConfigFromInit } from "./remoteProvider/RemoteProviderInit"; +import { retry } from "./remoteProvider/retry"; +import { getInstanceMetadataEndpoint } from "./utils/getInstanceMetadataEndpoint"; +import { staticStabilityProvider } from "./utils/staticStabilityProvider"; +const IMDS_PATH = "/latest/meta-data/iam/security-credentials/"; +const IMDS_TOKEN_PATH = "/latest/api/token"; +export const fromInstanceMetadata = (init = {}) => staticStabilityProvider(getInstanceImdsProvider(init), { logger: init.logger }); +const getInstanceImdsProvider = (init) => { + let disableFetchToken = false; + const { timeout, maxRetries } = providerConfigFromInit(init); + const getCredentials = async (maxRetries, options) => { + const profile = (await retry(async () => { + let profile; + try { + profile = await getProfile(options); + } + catch (err) { + if (err.statusCode === 401) { + disableFetchToken = false; + } + throw err; + } + return profile; + }, maxRetries)).trim(); + return retry(async () => { + let creds; + try { + creds = await getCredentialsFromProfile(profile, options); + } + catch (err) { + if (err.statusCode === 401) { + disableFetchToken = false; + } + throw err; + } + return creds; + }, maxRetries); + }; + return async () => { + const endpoint = await getInstanceMetadataEndpoint(); + if (disableFetchToken) { + return getCredentials(maxRetries, { ...endpoint, timeout }); + } + else { + let token; + try { + token = (await getMetadataToken({ ...endpoint, timeout })).toString(); + } + catch (error) { + if (error?.statusCode === 400) { + throw Object.assign(error, { + message: "EC2 Metadata token request returned error", + }); + } + else if (error.message === "TimeoutError" || [403, 404, 405].includes(error.statusCode)) { + disableFetchToken = true; + } + return getCredentials(maxRetries, { ...endpoint, timeout }); + } + return getCredentials(maxRetries, { + ...endpoint, + headers: { + "x-aws-ec2-metadata-token": token, + }, + timeout, + }); + } + }; +}; +const getMetadataToken = async (options) => httpRequest({ + ...options, + path: IMDS_TOKEN_PATH, + method: "PUT", + headers: { + "x-aws-ec2-metadata-token-ttl-seconds": "21600", + }, +}); +const getProfile = async (options) => (await httpRequest({ ...options, path: IMDS_PATH })).toString(); +const getCredentialsFromProfile = async (profile, options) => { + const credsResponse = JSON.parse((await httpRequest({ + ...options, + path: IMDS_PATH + profile, + })).toString()); + if (!isImdsCredentials(credsResponse)) { + throw new CredentialsProviderError("Invalid response received from instance metadata service."); + } + return fromImdsCredentials(credsResponse); +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js new file mode 100644 index 000000000..59c8dedc1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js @@ -0,0 +1,6 @@ +export * from "./fromContainerMetadata"; +export * from "./fromInstanceMetadata"; +export * from "./remoteProvider/RemoteProviderInit"; +export * from "./types"; +export { httpRequest } from "./remoteProvider/httpRequest"; +export { getInstanceMetadataEndpoint } from "./utils/getInstanceMetadataEndpoint"; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js new file mode 100644 index 000000000..bcd65edd9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js @@ -0,0 +1,12 @@ +export const isImdsCredentials = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.AccessKeyId === "string" && + typeof arg.SecretAccessKey === "string" && + typeof arg.Token === "string" && + typeof arg.Expiration === "string"; +export const fromImdsCredentials = (creds) => ({ + accessKeyId: creds.AccessKeyId, + secretAccessKey: creds.SecretAccessKey, + sessionToken: creds.Token, + expiration: new Date(creds.Expiration), +}); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js new file mode 100644 index 000000000..39ace380e --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js @@ -0,0 +1,3 @@ +export const DEFAULT_TIMEOUT = 1000; +export const DEFAULT_MAX_RETRIES = 0; +export const providerConfigFromInit = ({ maxRetries = DEFAULT_MAX_RETRIES, timeout = DEFAULT_TIMEOUT, }) => ({ maxRetries, timeout }); diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js new file mode 100644 index 000000000..03a3d7bf9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js @@ -0,0 +1,36 @@ +import { ProviderError } from "@aws-sdk/property-provider"; +import { Buffer } from "buffer"; +import { request } from "http"; +export function httpRequest(options) { + return new Promise((resolve, reject) => { + const req = request({ + method: "GET", + ...options, + hostname: options.hostname?.replace(/^\[(.+)\]$/, "$1"), + }); + req.on("error", (err) => { + reject(Object.assign(new ProviderError("Unable to connect to instance metadata service"), err)); + req.destroy(); + }); + req.on("timeout", () => { + reject(new ProviderError("TimeoutError from instance metadata service")); + req.destroy(); + }); + req.on("response", (res) => { + const { statusCode = 400 } = res; + if (statusCode < 200 || 300 <= statusCode) { + reject(Object.assign(new ProviderError("Error response received from instance metadata service"), { statusCode })); + req.destroy(); + } + const chunks = []; + res.on("data", (chunk) => { + chunks.push(chunk); + }); + res.on("end", () => { + resolve(Buffer.concat(chunks)); + req.destroy(); + }); + }); + req.end(); + }); +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js new file mode 100644 index 000000000..d4ad60104 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js @@ -0,0 +1,2 @@ +export * from "./ImdsCredentials"; +export * from "./RemoteProviderInit"; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js new file mode 100644 index 000000000..22b79bb28 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js @@ -0,0 +1,7 @@ +export const retry = (toRetry, maxRetries) => { + let promise = toRetry(); + for (let i = 0; i < maxRetries; i++) { + promise = promise.catch(toRetry); + } + return promise; +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/types.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js new file mode 100644 index 000000000..40df84b64 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js @@ -0,0 +1,17 @@ +const STATIC_STABILITY_REFRESH_INTERVAL_SECONDS = 5 * 60; +const STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS = 5 * 60; +const STATIC_STABILITY_DOC_URL = "https://docs.aws.amazon.com/sdkref/latest/guide/feature-static-credentials.html"; +export const getExtendedInstanceMetadataCredentials = (credentials, logger) => { + const refreshInterval = STATIC_STABILITY_REFRESH_INTERVAL_SECONDS + + Math.floor(Math.random() * STATIC_STABILITY_REFRESH_INTERVAL_JITTER_WINDOW_SECONDS); + const newExpiration = new Date(Date.now() + refreshInterval * 1000); + logger.warn("Attempting credential expiration extension due to a credential service availability issue. A refresh of these " + + "credentials will be attempted after ${new Date(newExpiration)}.\nFor more information, please visit: " + + STATIC_STABILITY_DOC_URL); + const originalExpiration = credentials.originalExpiration ?? credentials.expiration; + return { + ...credentials, + ...(originalExpiration ? { originalExpiration } : {}), + expiration: newExpiration, + }; +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js new file mode 100644 index 000000000..c9ed94f94 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js @@ -0,0 +1,19 @@ +import { loadConfig } from "@aws-sdk/node-config-provider"; +import { parseUrl } from "@aws-sdk/url-parser"; +import { Endpoint as InstanceMetadataEndpoint } from "../config/Endpoint"; +import { ENDPOINT_CONFIG_OPTIONS } from "../config/EndpointConfigOptions"; +import { EndpointMode } from "../config/EndpointMode"; +import { ENDPOINT_MODE_CONFIG_OPTIONS, } from "../config/EndpointModeConfigOptions"; +export const getInstanceMetadataEndpoint = async () => parseUrl((await getFromEndpointConfig()) || (await getFromEndpointModeConfig())); +const getFromEndpointConfig = async () => loadConfig(ENDPOINT_CONFIG_OPTIONS)(); +const getFromEndpointModeConfig = async () => { + const endpointMode = await loadConfig(ENDPOINT_MODE_CONFIG_OPTIONS)(); + switch (endpointMode) { + case EndpointMode.IPv4: + return InstanceMetadataEndpoint.IPv4; + case EndpointMode.IPv6: + return InstanceMetadataEndpoint.IPv6; + default: + throw new Error(`Unsupported endpoint mode: ${endpointMode}.` + ` Select from ${Object.values(EndpointMode)}`); + } +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/staticStabilityProvider.js b/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/staticStabilityProvider.js new file mode 100644 index 000000000..9a1e74219 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/staticStabilityProvider.js @@ -0,0 +1,25 @@ +import { getExtendedInstanceMetadataCredentials } from "./getExtendedInstanceMetadataCredentials"; +export const staticStabilityProvider = (provider, options = {}) => { + const logger = options?.logger || console; + let pastCredentials; + return async () => { + let credentials; + try { + credentials = await provider(); + if (credentials.expiration && credentials.expiration.getTime() < Date.now()) { + credentials = getExtendedInstanceMetadataCredentials(credentials, logger); + } + } + catch (e) { + if (pastCredentials) { + logger.warn("Credential renew failed: ", e); + credentials = getExtendedInstanceMetadataCredentials(pastCredentials, logger); + } + else { + throw e; + } + } + pastCredentials = credentials; + return credentials; + }; +}; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts new file mode 100644 index 000000000..72a5745d5 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts @@ -0,0 +1,4 @@ +export declare enum Endpoint { + IPv4 = "http://169.254.169.254", + IPv6 = "http://[fd00:ec2::254]" +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts new file mode 100644 index 000000000..50bffbc91 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts @@ -0,0 +1,4 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT"; +export declare const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint"; +export declare const ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts new file mode 100644 index 000000000..485a24d69 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts @@ -0,0 +1,4 @@ +export declare enum EndpointMode { + IPv4 = "IPv4", + IPv6 = "IPv6" +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts new file mode 100644 index 000000000..62ae961b0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts @@ -0,0 +1,4 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE"; +export declare const CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode"; +export declare const ENDPOINT_MODE_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts new file mode 100644 index 000000000..ba6cf73a9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts @@ -0,0 +1,10 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit"; +export declare const ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI"; +export declare const ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"; +export declare const ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN"; +/** + * Creates a credential provider that will source credentials from the ECS + * Container Metadata Service + */ +export declare const fromContainerMetadata: (init?: RemoteProviderInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts new file mode 100644 index 000000000..0d62788b5 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts @@ -0,0 +1,8 @@ +import { Provider } from "@aws-sdk/types"; +import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit"; +import { InstanceMetadataCredentials } from "./types"; +/** + * Creates a credential provider that will source credentials from the EC2 + * Instance Metadata Service + */ +export declare const fromInstanceMetadata: (init?: RemoteProviderInit) => Provider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts new file mode 100644 index 000000000..59c8dedc1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./fromContainerMetadata"; +export * from "./fromInstanceMetadata"; +export * from "./remoteProvider/RemoteProviderInit"; +export * from "./types"; +export { httpRequest } from "./remoteProvider/httpRequest"; +export { getInstanceMetadataEndpoint } from "./utils/getInstanceMetadataEndpoint"; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts new file mode 100644 index 000000000..c2c9fa031 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts @@ -0,0 +1,9 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +export interface ImdsCredentials { + AccessKeyId: string; + SecretAccessKey: string; + Token: string; + Expiration: string; +} +export declare const isImdsCredentials: (arg: any) => arg is ImdsCredentials; +export declare const fromImdsCredentials: (creds: ImdsCredentials) => AwsCredentialIdentity; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts new file mode 100644 index 000000000..9202f0e4d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts @@ -0,0 +1,17 @@ +import { Logger } from "@aws-sdk/types"; +export declare const DEFAULT_TIMEOUT = 1000; +export declare const DEFAULT_MAX_RETRIES = 0; +export interface RemoteProviderConfig { + /** + * The connection timeout (in milliseconds) + */ + timeout: number; + /** + * The maximum number of times the HTTP connection should be retried + */ + maxRetries: number; +} +export interface RemoteProviderInit extends Partial { + logger?: Logger; +} +export declare const providerConfigFromInit: ({ maxRetries, timeout, }: RemoteProviderInit) => RemoteProviderConfig; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts new file mode 100644 index 000000000..35c06c2cc --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts @@ -0,0 +1,6 @@ +/// +import { RequestOptions } from "http"; +/** + * @internal + */ +export declare function httpRequest(options: RequestOptions): Promise; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts new file mode 100644 index 000000000..d4ad60104 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts @@ -0,0 +1,2 @@ +export * from "./ImdsCredentials"; +export * from "./RemoteProviderInit"; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts new file mode 100644 index 000000000..3478262d0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts @@ -0,0 +1,7 @@ +export interface RetryableProvider { + (): Promise; +} +/** + * @internal + */ +export declare const retry: (toRetry: RetryableProvider, maxRetries: number) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts new file mode 100644 index 000000000..c2f8e1bfe --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts @@ -0,0 +1,4 @@ +export declare enum Endpoint { + IPv4 = "http://169.254.169.254", + IPv6 = "http://[fd00:ec2::254]", +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts new file mode 100644 index 000000000..b78d56f39 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts @@ -0,0 +1,6 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_ENDPOINT_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT"; +export declare const CONFIG_ENDPOINT_NAME = "ec2_metadata_service_endpoint"; +export declare const ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors< + string | undefined +>; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts new file mode 100644 index 000000000..b7239f8a1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts @@ -0,0 +1,4 @@ +export declare enum EndpointMode { + IPv4 = "IPv4", + IPv6 = "IPv6", +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts new file mode 100644 index 000000000..bdaf3e120 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts @@ -0,0 +1,8 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +export declare const ENV_ENDPOINT_MODE_NAME = + "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE"; +export declare const CONFIG_ENDPOINT_MODE_NAME = + "ec2_metadata_service_endpoint_mode"; +export declare const ENDPOINT_MODE_CONFIG_OPTIONS: LoadedConfigSelectors< + string | undefined +>; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts new file mode 100644 index 000000000..7b88bfc80 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts @@ -0,0 +1,9 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit"; +export declare const ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI"; +export declare const ENV_CMDS_RELATIVE_URI = + "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"; +export declare const ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN"; +export declare const fromContainerMetadata: ( + init?: RemoteProviderInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts new file mode 100644 index 000000000..ae334b413 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts @@ -0,0 +1,6 @@ +import { Provider } from "@aws-sdk/types"; +import { RemoteProviderInit } from "./remoteProvider/RemoteProviderInit"; +import { InstanceMetadataCredentials } from "./types"; +export declare const fromInstanceMetadata: ( + init?: RemoteProviderInit +) => Provider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..59c8dedc1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +export * from "./fromContainerMetadata"; +export * from "./fromInstanceMetadata"; +export * from "./remoteProvider/RemoteProviderInit"; +export * from "./types"; +export { httpRequest } from "./remoteProvider/httpRequest"; +export { getInstanceMetadataEndpoint } from "./utils/getInstanceMetadataEndpoint"; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts new file mode 100644 index 000000000..11e35fbf1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts @@ -0,0 +1,11 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +export interface ImdsCredentials { + AccessKeyId: string; + SecretAccessKey: string; + Token: string; + Expiration: string; +} +export declare const isImdsCredentials: (arg: any) => arg is ImdsCredentials; +export declare const fromImdsCredentials: ( + creds: ImdsCredentials +) => AwsCredentialIdentity; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts new file mode 100644 index 000000000..e85deea89 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts @@ -0,0 +1,14 @@ +import { Logger } from "@aws-sdk/types"; +export declare const DEFAULT_TIMEOUT = 1000; +export declare const DEFAULT_MAX_RETRIES = 0; +export interface RemoteProviderConfig { + timeout: number; + maxRetries: number; +} +export interface RemoteProviderInit extends Partial { + logger?: Logger; +} +export declare const providerConfigFromInit: ({ + maxRetries, + timeout, +}: RemoteProviderInit) => RemoteProviderConfig; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts new file mode 100644 index 000000000..57f827704 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts @@ -0,0 +1,2 @@ +import { RequestOptions } from "http"; +export declare function httpRequest(options: RequestOptions): Promise; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts new file mode 100644 index 000000000..d4ad60104 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts @@ -0,0 +1,2 @@ +export * from "./ImdsCredentials"; +export * from "./RemoteProviderInit"; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts new file mode 100644 index 000000000..86b89a224 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts @@ -0,0 +1,7 @@ +export interface RetryableProvider { + (): Promise; +} +export declare const retry: ( + toRetry: RetryableProvider, + maxRetries: number +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..4488c5719 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts @@ -0,0 +1,4 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +export interface InstanceMetadataCredentials extends AwsCredentialIdentity { + readonly originalExpiration?: Date; +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts new file mode 100644 index 000000000..291b8c38b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts @@ -0,0 +1,6 @@ +import { Logger } from "@aws-sdk/types"; +import { InstanceMetadataCredentials } from "../types"; +export declare const getExtendedInstanceMetadataCredentials: ( + credentials: InstanceMetadataCredentials, + logger: Logger +) => InstanceMetadataCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts new file mode 100644 index 000000000..98b7316bc --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts @@ -0,0 +1,2 @@ +import { Endpoint } from "@aws-sdk/types"; +export declare const getInstanceMetadataEndpoint: () => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts new file mode 100644 index 000000000..2a4fdb966 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts @@ -0,0 +1,8 @@ +import { Logger, Provider } from "@aws-sdk/types"; +import { InstanceMetadataCredentials } from "../types"; +export declare const staticStabilityProvider: ( + provider: Provider, + options?: { + logger?: Logger | undefined; + } +) => Provider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts new file mode 100644 index 000000000..db384286d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts @@ -0,0 +1,4 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +export interface InstanceMetadataCredentials extends AwsCredentialIdentity { + readonly originalExpiration?: Date; +} diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts new file mode 100644 index 000000000..81a36450c --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts @@ -0,0 +1,3 @@ +import { Logger } from "@aws-sdk/types"; +import { InstanceMetadataCredentials } from "../types"; +export declare const getExtendedInstanceMetadataCredentials: (credentials: InstanceMetadataCredentials, logger: Logger) => InstanceMetadataCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts new file mode 100644 index 000000000..f83293708 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts @@ -0,0 +1,21 @@ +import { Endpoint } from "@aws-sdk/types"; +/** + * Returns the host to use for instance metadata service call. + * + * The host is read from endpoint which can be set either in + * {@link ENV_ENDPOINT_NAME} environment variable or {@link CONFIG_ENDPOINT_NAME} + * configuration property. + * + * If endpoint is not set, then endpoint mode is read either from + * {@link ENV_ENDPOINT_MODE_NAME} environment variable or {@link CONFIG_ENDPOINT_MODE_NAME} + * configuration property. If endpoint mode is not set, then default endpoint mode + * {@link EndpointMode.IPv4} is used. + * + * If endpoint mode is set to {@link EndpointMode.IPv4}, then the host is {@link Endpoint.IPv4}. + * If endpoint mode is set to {@link EndpointMode.IPv6}, then the host is {@link Endpoint.IPv6}. + * + * @returns Host to use for instance metadata service call. + * + * @internal + */ +export declare const getInstanceMetadataEndpoint: () => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts b/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts new file mode 100644 index 000000000..a183b465f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts @@ -0,0 +1,14 @@ +import { Logger, Provider } from "@aws-sdk/types"; +import { InstanceMetadataCredentials } from "../types"; +/** + * IMDS credential supports static stability feature. When used, the expiration + * of recently issued credentials is extended. The server side allows using + * the recently expired credentials. This mitigates impact when clients using + * refreshable credentials are unable to retrieve updates. + * + * @param provider Credential provider + * @returns A credential provider that supports static stability + */ +export declare const staticStabilityProvider: (provider: Provider, options?: { + logger?: Logger | undefined; +}) => Provider; diff --git a/node_modules/@aws-sdk/credential-provider-imds/package.json b/node_modules/@aws-sdk/credential-provider-imds/package.json new file mode 100644 index 000000000..71d63468c --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-imds/package.json @@ -0,0 +1,63 @@ +{ + "name": "@aws-sdk/credential-provider-imds", + "version": "3.226.0", + "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "nock": "^13.0.2", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-imds", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-imds" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-ini/LICENSE b/node_modules/@aws-sdk/credential-provider-ini/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-ini/README.md b/node_modules/@aws-sdk/credential-provider-ini/README.md new file mode 100644 index 000000000..b4f3af1b9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-ini + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-ini/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-ini) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-ini.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-ini) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js new file mode 100644 index 000000000..4a9467786 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromIni = void 0; +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const resolveProfileData_1 = require("./resolveProfileData"); +const fromIni = (init = {}) => async () => { + const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); + return (0, resolveProfileData_1.resolveProfileData)((0, shared_ini_file_loader_1.getProfileName)(init), profiles, init); +}; +exports.fromIni = fromIni; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js new file mode 100644 index 000000000..07290210e --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromIni"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js new file mode 100644 index 000000000..f7d372ce0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js @@ -0,0 +1,51 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveAssumeRoleCredentials = exports.isAssumeRoleProfile = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const resolveCredentialSource_1 = require("./resolveCredentialSource"); +const resolveProfileData_1 = require("./resolveProfileData"); +const isAssumeRoleProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.role_arn === "string" && + ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && + ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && + ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && + (isAssumeRoleWithSourceProfile(arg) || isAssumeRoleWithProviderProfile(arg)); +exports.isAssumeRoleProfile = isAssumeRoleProfile; +const isAssumeRoleWithSourceProfile = (arg) => typeof arg.source_profile === "string" && typeof arg.credential_source === "undefined"; +const isAssumeRoleWithProviderProfile = (arg) => typeof arg.credential_source === "string" && typeof arg.source_profile === "undefined"; +const resolveAssumeRoleCredentials = async (profileName, profiles, options, visitedProfiles = {}) => { + const data = profiles[profileName]; + if (!options.roleAssumer) { + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} requires a role to be assumed, but no role assumption callback was provided.`, false); + } + const { source_profile } = data; + if (source_profile && source_profile in visitedProfiles) { + throw new property_provider_1.CredentialsProviderError(`Detected a cycle attempting to resolve credentials for profile` + + ` ${(0, shared_ini_file_loader_1.getProfileName)(options)}. Profiles visited: ` + + Object.keys(visitedProfiles).join(", "), false); + } + const sourceCredsProvider = source_profile + ? (0, resolveProfileData_1.resolveProfileData)(source_profile, profiles, options, { + ...visitedProfiles, + [source_profile]: true, + }) + : (0, resolveCredentialSource_1.resolveCredentialSource)(data.credential_source, profileName)(); + const params = { + RoleArn: data.role_arn, + RoleSessionName: data.role_session_name || `aws-sdk-js-${Date.now()}`, + ExternalId: data.external_id, + }; + const { mfa_serial } = data; + if (mfa_serial) { + if (!options.mfaCodeProvider) { + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} requires multi-factor authentication, but no MFA code callback was provided.`, false); + } + params.SerialNumber = mfa_serial; + params.TokenCode = await options.mfaCodeProvider(mfa_serial); + } + const sourceCreds = await sourceCredsProvider; + return options.roleAssumer(sourceCreds, params); +}; +exports.resolveAssumeRoleCredentials = resolveAssumeRoleCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js new file mode 100644 index 000000000..b8b28d2df --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveCredentialSource = void 0; +const credential_provider_env_1 = require("@aws-sdk/credential-provider-env"); +const credential_provider_imds_1 = require("@aws-sdk/credential-provider-imds"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const resolveCredentialSource = (credentialSource, profileName) => { + const sourceProvidersMap = { + EcsContainer: credential_provider_imds_1.fromContainerMetadata, + Ec2InstanceMetadata: credential_provider_imds_1.fromInstanceMetadata, + Environment: credential_provider_env_1.fromEnv, + }; + if (credentialSource in sourceProvidersMap) { + return sourceProvidersMap[credentialSource](); + } + else { + throw new property_provider_1.CredentialsProviderError(`Unsupported credential source in profile ${profileName}. Got ${credentialSource}, ` + + `expected EcsContainer or Ec2InstanceMetadata or Environment.`); + } +}; +exports.resolveCredentialSource = resolveCredentialSource; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js new file mode 100644 index 000000000..cbd098ea1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveProcessCredentials = exports.isProcessProfile = void 0; +const credential_provider_process_1 = require("@aws-sdk/credential-provider-process"); +const isProcessProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.credential_process === "string"; +exports.isProcessProfile = isProcessProfile; +const resolveProcessCredentials = async (options, profile) => (0, credential_provider_process_1.fromProcess)({ + ...options, + profile, +})(); +exports.resolveProcessCredentials = resolveProcessCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js new file mode 100644 index 000000000..2d0c71832 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js @@ -0,0 +1,32 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveProfileData = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const resolveAssumeRoleCredentials_1 = require("./resolveAssumeRoleCredentials"); +const resolveProcessCredentials_1 = require("./resolveProcessCredentials"); +const resolveSsoCredentials_1 = require("./resolveSsoCredentials"); +const resolveStaticCredentials_1 = require("./resolveStaticCredentials"); +const resolveWebIdentityCredentials_1 = require("./resolveWebIdentityCredentials"); +const resolveProfileData = async (profileName, profiles, options, visitedProfiles = {}) => { + const data = profiles[profileName]; + if (Object.keys(visitedProfiles).length > 0 && (0, resolveStaticCredentials_1.isStaticCredsProfile)(data)) { + return (0, resolveStaticCredentials_1.resolveStaticCredentials)(data); + } + if ((0, resolveAssumeRoleCredentials_1.isAssumeRoleProfile)(data)) { + return (0, resolveAssumeRoleCredentials_1.resolveAssumeRoleCredentials)(profileName, profiles, options, visitedProfiles); + } + if ((0, resolveStaticCredentials_1.isStaticCredsProfile)(data)) { + return (0, resolveStaticCredentials_1.resolveStaticCredentials)(data); + } + if ((0, resolveWebIdentityCredentials_1.isWebIdentityProfile)(data)) { + return (0, resolveWebIdentityCredentials_1.resolveWebIdentityCredentials)(data, options); + } + if ((0, resolveProcessCredentials_1.isProcessProfile)(data)) { + return (0, resolveProcessCredentials_1.resolveProcessCredentials)(options, profileName); + } + if ((0, resolveSsoCredentials_1.isSsoProfile)(data)) { + return (0, resolveSsoCredentials_1.resolveSsoCredentials)(data); + } + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} could not be found or parsed in shared credentials file.`); +}; +exports.resolveProfileData = resolveProfileData; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js new file mode 100644 index 000000000..27b55c320 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveSsoCredentials = exports.isSsoProfile = void 0; +const credential_provider_sso_1 = require("@aws-sdk/credential-provider-sso"); +var credential_provider_sso_2 = require("@aws-sdk/credential-provider-sso"); +Object.defineProperty(exports, "isSsoProfile", { enumerable: true, get: function () { return credential_provider_sso_2.isSsoProfile; } }); +const resolveSsoCredentials = (data) => { + const { sso_start_url, sso_account_id, sso_session, sso_region, sso_role_name } = (0, credential_provider_sso_1.validateSsoProfile)(data); + return (0, credential_provider_sso_1.fromSSO)({ + ssoStartUrl: sso_start_url, + ssoAccountId: sso_account_id, + ssoSession: sso_session, + ssoRegion: sso_region, + ssoRoleName: sso_role_name, + })(); +}; +exports.resolveSsoCredentials = resolveSsoCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js new file mode 100644 index 000000000..43d4df737 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveStaticCredentials = exports.isStaticCredsProfile = void 0; +const isStaticCredsProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.aws_access_key_id === "string" && + typeof arg.aws_secret_access_key === "string" && + ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1; +exports.isStaticCredsProfile = isStaticCredsProfile; +const resolveStaticCredentials = (profile) => Promise.resolve({ + accessKeyId: profile.aws_access_key_id, + secretAccessKey: profile.aws_secret_access_key, + sessionToken: profile.aws_session_token, +}); +exports.resolveStaticCredentials = resolveStaticCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js new file mode 100644 index 000000000..4b5d0bd46 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveWebIdentityCredentials = exports.isWebIdentityProfile = void 0; +const credential_provider_web_identity_1 = require("@aws-sdk/credential-provider-web-identity"); +const isWebIdentityProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.web_identity_token_file === "string" && + typeof arg.role_arn === "string" && + ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1; +exports.isWebIdentityProfile = isWebIdentityProfile; +const resolveWebIdentityCredentials = async (profile, options) => (0, credential_provider_web_identity_1.fromTokenFile)({ + webIdentityTokenFile: profile.web_identity_token_file, + roleArn: profile.role_arn, + roleSessionName: profile.role_session_name, + roleAssumerWithWebIdentity: options.roleAssumerWithWebIdentity, +})(); +exports.resolveWebIdentityCredentials = resolveWebIdentityCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js new file mode 100644 index 000000000..59fdc9904 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js @@ -0,0 +1,6 @@ +import { getProfileName, parseKnownFiles } from "@aws-sdk/shared-ini-file-loader"; +import { resolveProfileData } from "./resolveProfileData"; +export const fromIni = (init = {}) => async () => { + const profiles = await parseKnownFiles(init); + return resolveProfileData(getProfileName(init), profiles, init); +}; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js new file mode 100644 index 000000000..b01913159 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js @@ -0,0 +1 @@ +export * from "./fromIni"; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js new file mode 100644 index 000000000..05bc84058 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js @@ -0,0 +1,46 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { getProfileName } from "@aws-sdk/shared-ini-file-loader"; +import { resolveCredentialSource } from "./resolveCredentialSource"; +import { resolveProfileData } from "./resolveProfileData"; +export const isAssumeRoleProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.role_arn === "string" && + ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1 && + ["undefined", "string"].indexOf(typeof arg.external_id) > -1 && + ["undefined", "string"].indexOf(typeof arg.mfa_serial) > -1 && + (isAssumeRoleWithSourceProfile(arg) || isAssumeRoleWithProviderProfile(arg)); +const isAssumeRoleWithSourceProfile = (arg) => typeof arg.source_profile === "string" && typeof arg.credential_source === "undefined"; +const isAssumeRoleWithProviderProfile = (arg) => typeof arg.credential_source === "string" && typeof arg.source_profile === "undefined"; +export const resolveAssumeRoleCredentials = async (profileName, profiles, options, visitedProfiles = {}) => { + const data = profiles[profileName]; + if (!options.roleAssumer) { + throw new CredentialsProviderError(`Profile ${profileName} requires a role to be assumed, but no role assumption callback was provided.`, false); + } + const { source_profile } = data; + if (source_profile && source_profile in visitedProfiles) { + throw new CredentialsProviderError(`Detected a cycle attempting to resolve credentials for profile` + + ` ${getProfileName(options)}. Profiles visited: ` + + Object.keys(visitedProfiles).join(", "), false); + } + const sourceCredsProvider = source_profile + ? resolveProfileData(source_profile, profiles, options, { + ...visitedProfiles, + [source_profile]: true, + }) + : resolveCredentialSource(data.credential_source, profileName)(); + const params = { + RoleArn: data.role_arn, + RoleSessionName: data.role_session_name || `aws-sdk-js-${Date.now()}`, + ExternalId: data.external_id, + }; + const { mfa_serial } = data; + if (mfa_serial) { + if (!options.mfaCodeProvider) { + throw new CredentialsProviderError(`Profile ${profileName} requires multi-factor authentication, but no MFA code callback was provided.`, false); + } + params.SerialNumber = mfa_serial; + params.TokenCode = await options.mfaCodeProvider(mfa_serial); + } + const sourceCreds = await sourceCredsProvider; + return options.roleAssumer(sourceCreds, params); +}; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js new file mode 100644 index 000000000..1c540cf69 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js @@ -0,0 +1,17 @@ +import { fromEnv } from "@aws-sdk/credential-provider-env"; +import { fromContainerMetadata, fromInstanceMetadata } from "@aws-sdk/credential-provider-imds"; +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const resolveCredentialSource = (credentialSource, profileName) => { + const sourceProvidersMap = { + EcsContainer: fromContainerMetadata, + Ec2InstanceMetadata: fromInstanceMetadata, + Environment: fromEnv, + }; + if (credentialSource in sourceProvidersMap) { + return sourceProvidersMap[credentialSource](); + } + else { + throw new CredentialsProviderError(`Unsupported credential source in profile ${profileName}. Got ${credentialSource}, ` + + `expected EcsContainer or Ec2InstanceMetadata or Environment.`); + } +}; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js new file mode 100644 index 000000000..4a9b0c0ec --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js @@ -0,0 +1,8 @@ +import { fromProcess } from "@aws-sdk/credential-provider-process"; +export const isProcessProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.credential_process === "string"; +export const resolveProcessCredentials = async (options, profile) => fromProcess({ + ...options, + profile, +})(); diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js new file mode 100644 index 000000000..c8b3118a5 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js @@ -0,0 +1,28 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { isAssumeRoleProfile, resolveAssumeRoleCredentials } from "./resolveAssumeRoleCredentials"; +import { isProcessProfile, resolveProcessCredentials } from "./resolveProcessCredentials"; +import { isSsoProfile, resolveSsoCredentials } from "./resolveSsoCredentials"; +import { isStaticCredsProfile, resolveStaticCredentials } from "./resolveStaticCredentials"; +import { isWebIdentityProfile, resolveWebIdentityCredentials } from "./resolveWebIdentityCredentials"; +export const resolveProfileData = async (profileName, profiles, options, visitedProfiles = {}) => { + const data = profiles[profileName]; + if (Object.keys(visitedProfiles).length > 0 && isStaticCredsProfile(data)) { + return resolveStaticCredentials(data); + } + if (isAssumeRoleProfile(data)) { + return resolveAssumeRoleCredentials(profileName, profiles, options, visitedProfiles); + } + if (isStaticCredsProfile(data)) { + return resolveStaticCredentials(data); + } + if (isWebIdentityProfile(data)) { + return resolveWebIdentityCredentials(data, options); + } + if (isProcessProfile(data)) { + return resolveProcessCredentials(options, profileName); + } + if (isSsoProfile(data)) { + return resolveSsoCredentials(data); + } + throw new CredentialsProviderError(`Profile ${profileName} could not be found or parsed in shared credentials file.`); +}; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js new file mode 100644 index 000000000..d25395b95 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js @@ -0,0 +1,12 @@ +import { fromSSO, validateSsoProfile } from "@aws-sdk/credential-provider-sso"; +export { isSsoProfile } from "@aws-sdk/credential-provider-sso"; +export const resolveSsoCredentials = (data) => { + const { sso_start_url, sso_account_id, sso_session, sso_region, sso_role_name } = validateSsoProfile(data); + return fromSSO({ + ssoStartUrl: sso_start_url, + ssoAccountId: sso_account_id, + ssoSession: sso_session, + ssoRegion: sso_region, + ssoRoleName: sso_role_name, + })(); +}; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js new file mode 100644 index 000000000..717f2d644 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js @@ -0,0 +1,10 @@ +export const isStaticCredsProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.aws_access_key_id === "string" && + typeof arg.aws_secret_access_key === "string" && + ["undefined", "string"].indexOf(typeof arg.aws_session_token) > -1; +export const resolveStaticCredentials = (profile) => Promise.resolve({ + accessKeyId: profile.aws_access_key_id, + secretAccessKey: profile.aws_secret_access_key, + sessionToken: profile.aws_session_token, +}); diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js new file mode 100644 index 000000000..6cce9f465 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js @@ -0,0 +1,12 @@ +import { fromTokenFile } from "@aws-sdk/credential-provider-web-identity"; +export const isWebIdentityProfile = (arg) => Boolean(arg) && + typeof arg === "object" && + typeof arg.web_identity_token_file === "string" && + typeof arg.role_arn === "string" && + ["undefined", "string"].indexOf(typeof arg.role_session_name) > -1; +export const resolveWebIdentityCredentials = async (profile, options) => fromTokenFile({ + webIdentityTokenFile: profile.web_identity_token_file, + roleArn: profile.role_arn, + roleSessionName: profile.role_session_name, + roleAssumerWithWebIdentity: options.roleAssumerWithWebIdentity, +})(); diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts new file mode 100644 index 000000000..cbb7dc499 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts @@ -0,0 +1,36 @@ +import { AssumeRoleWithWebIdentityParams } from "@aws-sdk/credential-provider-web-identity"; +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { AssumeRoleParams } from "./resolveAssumeRoleCredentials"; +export interface FromIniInit extends SourceProfileInit { + /** + * A function that returns a promise fulfilled with an MFA token code for + * the provided MFA Serial code. If a profile requires an MFA code and + * `mfaCodeProvider` is not a valid function, the credential provider + * promise will be rejected. + * + * @param mfaSerial The serial code of the MFA device specified. + */ + mfaCodeProvider?: (mfaSerial: string) => Promise; + /** + * A function that assumes a role and returns a promise fulfilled with + * credentials for the assumed role. + * + * @param sourceCreds The credentials with which to assume a role. + * @param params + */ + roleAssumer?: (sourceCreds: AwsCredentialIdentity, params: AssumeRoleParams) => Promise; + /** + * A function that assumes a role with web identity and returns a promise fulfilled with + * credentials for the assumed role. + * + * @param sourceCreds The credentials with which to assume a role. + * @param params + */ + roleAssumerWithWebIdentity?: (params: AssumeRoleWithWebIdentityParams) => Promise; +} +/** + * Creates a credential provider that will read from ini files and supports + * role assumption and multi-factor authentication. + */ +export declare const fromIni: (init?: FromIniInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts new file mode 100644 index 000000000..b01913159 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./fromIni"; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts new file mode 100644 index 000000000..967b053be --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts @@ -0,0 +1,32 @@ +import { ParsedIniData } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +/** + * @see http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/STS.html#assumeRole-property + * TODO update the above to link to V3 docs + */ +export interface AssumeRoleParams { + /** + * The identifier of the role to be assumed. + */ + RoleArn: string; + /** + * A name for the assumed role session. + */ + RoleSessionName: string; + /** + * A unique identifier that is used by third parties when assuming roles in + * their customers' accounts. + */ + ExternalId?: string; + /** + * The identification number of the MFA device that is associated with the + * user who is making the `AssumeRole` call. + */ + SerialNumber?: string; + /** + * The value provided by the MFA device. + */ + TokenCode?: string; +} +export declare const isAssumeRoleProfile: (arg: any) => boolean; +export declare const resolveAssumeRoleCredentials: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts new file mode 100644 index 000000000..b96c23321 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts @@ -0,0 +1,9 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +/** + * Resolve the `credential_source` entry from the profile, and return the + * credential providers respectively. No memoization is needed for the + * credential source providers because memoization should be added outside the + * fromIni() provider. The source credential needs to be refreshed every time + * fromIni() is called. + */ +export declare const resolveCredentialSource: (credentialSource: string, profileName: string) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts new file mode 100644 index 000000000..8b95f067d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts @@ -0,0 +1,7 @@ +import { Credentials, Profile } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export interface ProcessProfile extends Profile { + credential_process: string; +} +export declare const isProcessProfile: (arg: any) => arg is ProcessProfile; +export declare const resolveProcessCredentials: (options: FromIniInit, profile: string) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts new file mode 100644 index 000000000..7a9413087 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts @@ -0,0 +1,3 @@ +import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export declare const resolveProfileData: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts new file mode 100644 index 000000000..7e91ff81c --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts @@ -0,0 +1,3 @@ +import { SsoProfile } from "@aws-sdk/credential-provider-sso"; +export { isSsoProfile } from "@aws-sdk/credential-provider-sso"; +export declare const resolveSsoCredentials: (data: Partial) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts new file mode 100644 index 000000000..a98d686c8 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts @@ -0,0 +1,8 @@ +import { AwsCredentialIdentity, Profile } from "@aws-sdk/types"; +export interface StaticCredsProfile extends Profile { + aws_access_key_id: string; + aws_secret_access_key: string; + aws_session_token?: string; +} +export declare const isStaticCredsProfile: (arg: any) => arg is StaticCredsProfile; +export declare const resolveStaticCredentials: (profile: StaticCredsProfile) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts new file mode 100644 index 000000000..4d45630c1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts @@ -0,0 +1,9 @@ +import { AwsCredentialIdentity, Profile } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export interface WebIdentityProfile extends Profile { + web_identity_token_file: string; + role_arn: string; + role_session_name?: string; +} +export declare const isWebIdentityProfile: (arg: any) => arg is WebIdentityProfile; +export declare const resolveWebIdentityCredentials: (profile: WebIdentityProfile, options: FromIniInit) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts new file mode 100644 index 000000000..bdcc190ed --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts @@ -0,0 +1,20 @@ +import { AssumeRoleWithWebIdentityParams } from "@aws-sdk/credential-provider-web-identity"; +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { + AwsCredentialIdentity, + AwsCredentialIdentityProvider, +} from "@aws-sdk/types"; +import { AssumeRoleParams } from "./resolveAssumeRoleCredentials"; +export interface FromIniInit extends SourceProfileInit { + mfaCodeProvider?: (mfaSerial: string) => Promise; + roleAssumer?: ( + sourceCreds: AwsCredentialIdentity, + params: AssumeRoleParams + ) => Promise; + roleAssumerWithWebIdentity?: ( + params: AssumeRoleWithWebIdentityParams + ) => Promise; +} +export declare const fromIni: ( + init?: FromIniInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..b01913159 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./fromIni"; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts new file mode 100644 index 000000000..77790cd56 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts @@ -0,0 +1,16 @@ +import { ParsedIniData } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export interface AssumeRoleParams { + RoleArn: string; + RoleSessionName: string; + ExternalId?: string; + SerialNumber?: string; + TokenCode?: string; +} +export declare const isAssumeRoleProfile: (arg: any) => boolean; +export declare const resolveAssumeRoleCredentials: ( + profileName: string, + profiles: ParsedIniData, + options: FromIniInit, + visitedProfiles?: Record +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts new file mode 100644 index 000000000..b833eb9ac --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts @@ -0,0 +1,5 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const resolveCredentialSource: ( + credentialSource: string, + profileName: string +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts new file mode 100644 index 000000000..dbd558359 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts @@ -0,0 +1,10 @@ +import { Credentials, Profile } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export interface ProcessProfile extends Profile { + credential_process: string; +} +export declare const isProcessProfile: (arg: any) => arg is ProcessProfile; +export declare const resolveProcessCredentials: ( + options: FromIniInit, + profile: string +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts new file mode 100644 index 000000000..af0dc1935 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts @@ -0,0 +1,8 @@ +import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export declare const resolveProfileData: ( + profileName: string, + profiles: ParsedIniData, + options: FromIniInit, + visitedProfiles?: Record +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts new file mode 100644 index 000000000..6e97c3d33 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts @@ -0,0 +1,5 @@ +import { SsoProfile } from "@aws-sdk/credential-provider-sso"; +export { isSsoProfile } from "@aws-sdk/credential-provider-sso"; +export declare const resolveSsoCredentials: ( + data: Partial +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts new file mode 100644 index 000000000..a4b8f82b7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts @@ -0,0 +1,12 @@ +import { AwsCredentialIdentity, Profile } from "@aws-sdk/types"; +export interface StaticCredsProfile extends Profile { + aws_access_key_id: string; + aws_secret_access_key: string; + aws_session_token?: string; +} +export declare const isStaticCredsProfile: ( + arg: any +) => arg is StaticCredsProfile; +export declare const resolveStaticCredentials: ( + profile: StaticCredsProfile +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts new file mode 100644 index 000000000..bab521eff --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts @@ -0,0 +1,14 @@ +import { AwsCredentialIdentity, Profile } from "@aws-sdk/types"; +import { FromIniInit } from "./fromIni"; +export interface WebIdentityProfile extends Profile { + web_identity_token_file: string; + role_arn: string; + role_session_name?: string; +} +export declare const isWebIdentityProfile: ( + arg: any +) => arg is WebIdentityProfile; +export declare const resolveWebIdentityCredentials: ( + profile: WebIdentityProfile, + options: FromIniInit +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-ini/package.json b/node_modules/@aws-sdk/credential-provider-ini/package.json new file mode 100644 index 000000000..fa67157e9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-ini/package.json @@ -0,0 +1,66 @@ +{ + "name": "@aws-sdk/credential-provider-ini", + "version": "3.245.0", + "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.226.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/credential-provider-process": "3.226.0", + "@aws-sdk/credential-provider-sso": "3.245.0", + "@aws-sdk/credential-provider-web-identity": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-ini", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-ini" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-node/LICENSE b/node_modules/@aws-sdk/credential-provider-node/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-node/README.md b/node_modules/@aws-sdk/credential-provider-node/README.md new file mode 100644 index 000000000..5aeb12948 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/README.md @@ -0,0 +1,101 @@ +# @aws-sdk/credential-provider-node + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-node) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-node.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-node) + +## AWS Credential Provider for Node.JS + +This module provides a factory function, `fromEnv`, that will attempt to source +AWS credentials from a Node.JS environment. It will attempt to find credentials +from the following sources (listed in order of precedence): + +- Environment variables exposed via `process.env` +- SSO credentials from token cache +- Web identity token credentials +- Shared credentials and config ini files +- The EC2/ECS Instance Metadata Service + +The default credential provider will invoke one provider at a time and only +continue to the next if no credentials have been located. For example, if the +process finds values defined via the `AWS_ACCESS_KEY_ID` and +`AWS_SECRET_ACCESS_KEY` environment variables, the files at `~/.aws/credentials` +and `~/.aws/config` will not be read, nor will any messages be sent to the +Instance Metadata Service. + +If invalid configuration is encountered (such as a profile in +`~/.aws/credentials` specifying as its `source_profile` the name of a profile +that does not exist), then the chained provider will be rejected with an error +and will not invoke the next provider in the list. + +_IMPORTANT_: if you intend to acquire credentials using EKS +[IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) +then you must explicitly specify a value for `roleAssumerWithWebIdentity`. There is a +default function available in `@aws-sdk/client-sts` package. An example of using +this: + +```js +const { getDefaultRoleAssumerWithWebIdentity } = require("@aws-sdk/client-sts"); +const { defaultProvider } = require("@aws-sdk/credential-provider-node"); +const { S3Client, GetObjectCommand } = require("@aws-sdk/client-s3"); + +const provider = defaultProvider({ + roleAssumerWithWebIdentity: getDefaultRoleAssumerWithWebIdentity(), +}); + +const client = new S3Client({ credentialDefaultProvider: provider }); +``` + +_IMPORTANT_: We provide a wrapper of this provider in `@aws-sdk/credential-providers` +package to save you from importing `getDefaultRoleAssumerWithWebIdentity()` or +`getDefaultRoleAssume()` from STS package. Similarly, you can do: + +```js +const { fromNodeProviderChain } = require("@aws-sdk/credential-providers"); + +const credentials = fromNodeProviderChain(); + +const client = new S3Client({ credentials }); +``` + +## Supported configuration + +You may customize how credentials are resolved by providing an options hash to +the `defaultProvider` factory function. The following options are +supported: + +- `profile` - The configuration profile to use. If not specified, the provider + will use the value in the `AWS_PROFILE` environment variable or a default of + `default`. +- `filepath` - The path to the shared credentials file. If not specified, the + provider will use the value in the `AWS_SHARED_CREDENTIALS_FILE` environment + variable or a default of `~/.aws/credentials`. +- `configFilepath` - The path to the shared config file. If not specified, the + provider will use the value in the `AWS_CONFIG_FILE` environment variable or a + default of `~/.aws/config`. +- `mfaCodeProvider` - A function that returns a a promise fulfilled with an + MFA token code for the provided MFA Serial code. If a profile requires an MFA + code and `mfaCodeProvider` is not a valid function, the credential provider + promise will be rejected. +- `roleAssumer` - A function that assumes a role and returns a promise + fulfilled with credentials for the assumed role. If not specified, the SDK + will create an STS client and call its `assumeRole` method. +- `roleArn` - ARN to assume. If not specified, the provider will use the value + in the `AWS_ROLE_ARN` environment variable. +- `webIdentityTokenFile` - File location of where the `OIDC` token is stored. + If not specified, the provider will use the value in the `AWS_WEB_IDENTITY_TOKEN_FILE` + environment variable. +- `roleAssumerWithWebIdentity` - A function that assumes a role with web identity and + returns a promise fulfilled with credentials for the assumed role. +- `timeout` - The connection timeout (in milliseconds) to apply to any remote + requests. If not specified, a default value of `1000` (one second) is used. +- `maxRetries` - The maximum number of times any HTTP connections should be + retried. If not specified, a default value of `0` will be used. + +## Related packages: + +- [AWS Credential Provider for Node.JS - Environment Variables](../credential-provider-env) +- [AWS Credential Provider for Node.JS - SSO](../credential-provider-sso) +- [AWS Credential Provider for Node.JS - Web Identity](../credential-provider-web-identity) +- [AWS Credential Provider for Node.JS - Shared Configuration Files](../credential-provider-ini) +- [AWS Credential Provider for Node.JS - Instance and Container Metadata](../credential-provider-imds) +- [AWS Shared Configuration File Loader](../shared-ini-file-loader) diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js b/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js new file mode 100644 index 000000000..f0fadca15 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultProvider = void 0; +const credential_provider_env_1 = require("@aws-sdk/credential-provider-env"); +const credential_provider_ini_1 = require("@aws-sdk/credential-provider-ini"); +const credential_provider_process_1 = require("@aws-sdk/credential-provider-process"); +const credential_provider_sso_1 = require("@aws-sdk/credential-provider-sso"); +const credential_provider_web_identity_1 = require("@aws-sdk/credential-provider-web-identity"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const remoteProvider_1 = require("./remoteProvider"); +const defaultProvider = (init = {}) => (0, property_provider_1.memoize)((0, property_provider_1.chain)(...(init.profile || process.env[shared_ini_file_loader_1.ENV_PROFILE] ? [] : [(0, credential_provider_env_1.fromEnv)()]), (0, credential_provider_sso_1.fromSSO)(init), (0, credential_provider_ini_1.fromIni)(init), (0, credential_provider_process_1.fromProcess)(init), (0, credential_provider_web_identity_1.fromTokenFile)(init), (0, remoteProvider_1.remoteProvider)(init), async () => { + throw new property_provider_1.CredentialsProviderError("Could not load credentials from any providers", false); +}), (credentials) => credentials.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000, (credentials) => credentials.expiration !== undefined); +exports.defaultProvider = defaultProvider; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js new file mode 100644 index 000000000..ea45c3845 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./defaultProvider"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js b/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js new file mode 100644 index 000000000..f57987575 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.remoteProvider = exports.ENV_IMDS_DISABLED = void 0; +const credential_provider_imds_1 = require("@aws-sdk/credential-provider-imds"); +const property_provider_1 = require("@aws-sdk/property-provider"); +exports.ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +const remoteProvider = (init) => { + if (process.env[credential_provider_imds_1.ENV_CMDS_RELATIVE_URI] || process.env[credential_provider_imds_1.ENV_CMDS_FULL_URI]) { + return (0, credential_provider_imds_1.fromContainerMetadata)(init); + } + if (process.env[exports.ENV_IMDS_DISABLED]) { + return async () => { + throw new property_provider_1.CredentialsProviderError("EC2 Instance Metadata Service access disabled"); + }; + } + return (0, credential_provider_imds_1.fromInstanceMetadata)(init); +}; +exports.remoteProvider = remoteProvider; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js b/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js new file mode 100644 index 000000000..e7d598ec6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js @@ -0,0 +1,11 @@ +import { fromEnv } from "@aws-sdk/credential-provider-env"; +import { fromIni } from "@aws-sdk/credential-provider-ini"; +import { fromProcess } from "@aws-sdk/credential-provider-process"; +import { fromSSO } from "@aws-sdk/credential-provider-sso"; +import { fromTokenFile } from "@aws-sdk/credential-provider-web-identity"; +import { chain, CredentialsProviderError, memoize } from "@aws-sdk/property-provider"; +import { ENV_PROFILE } from "@aws-sdk/shared-ini-file-loader"; +import { remoteProvider } from "./remoteProvider"; +export const defaultProvider = (init = {}) => memoize(chain(...(init.profile || process.env[ENV_PROFILE] ? [] : [fromEnv()]), fromSSO(init), fromIni(init), fromProcess(init), fromTokenFile(init), remoteProvider(init), async () => { + throw new CredentialsProviderError("Could not load credentials from any providers", false); +}), (credentials) => credentials.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000, (credentials) => credentials.expiration !== undefined); diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js new file mode 100644 index 000000000..c82818e53 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js @@ -0,0 +1 @@ +export * from "./defaultProvider"; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js b/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js new file mode 100644 index 000000000..608257319 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js @@ -0,0 +1,14 @@ +import { ENV_CMDS_FULL_URI, ENV_CMDS_RELATIVE_URI, fromContainerMetadata, fromInstanceMetadata, } from "@aws-sdk/credential-provider-imds"; +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +export const remoteProvider = (init) => { + if (process.env[ENV_CMDS_RELATIVE_URI] || process.env[ENV_CMDS_FULL_URI]) { + return fromContainerMetadata(init); + } + if (process.env[ENV_IMDS_DISABLED]) { + return async () => { + throw new CredentialsProviderError("EC2 Instance Metadata Service access disabled"); + }; + } + return fromInstanceMetadata(init); +}; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts b/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts new file mode 100644 index 000000000..dd84388e7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts @@ -0,0 +1,42 @@ +import { RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { FromIniInit } from "@aws-sdk/credential-provider-ini"; +import { FromProcessInit } from "@aws-sdk/credential-provider-process"; +import { FromSSOInit } from "@aws-sdk/credential-provider-sso"; +import { FromTokenFileInit } from "@aws-sdk/credential-provider-web-identity"; +import { AwsCredentialIdentity, MemoizedProvider } from "@aws-sdk/types"; +export declare type DefaultProviderInit = FromIniInit & RemoteProviderInit & FromProcessInit & FromSSOInit & FromTokenFileInit; +/** + * Creates a credential provider that will attempt to find credentials from the + * following sources (listed in order of precedence): + * * Environment variables exposed via `process.env` + * * SSO credentials from token cache + * * Web identity token credentials + * * Shared credentials and config ini files + * * The EC2/ECS Instance Metadata Service + * + * The default credential provider will invoke one provider at a time and only + * continue to the next if no credentials have been located. For example, if + * the process finds values defined via the `AWS_ACCESS_KEY_ID` and + * `AWS_SECRET_ACCESS_KEY` environment variables, the files at + * `~/.aws/credentials` and `~/.aws/config` will not be read, nor will any + * messages be sent to the Instance Metadata Service. + * + * @param init Configuration that is passed to each individual + * provider + * + * @see {@link fromEnv} The function used to source credentials from + * environment variables + * @see {@link fromSSO} The function used to source credentials from + * resolved SSO token cache + * @see {@link fromTokenFile} The function used to source credentials from + * token file + * @see {@link fromIni} The function used to source credentials from INI + * files + * @see {@link fromProcess} The function used to sources credentials from + * credential_process in INI files + * @see {@link fromInstanceMetadata} The function used to source credentials from the + * EC2 Instance Metadata Service + * @see {@link fromContainerMetadata} The function used to source credentials from the + * ECS Container Metadata Service + */ +export declare const defaultProvider: (init?: DefaultProviderInit) => MemoizedProvider; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts new file mode 100644 index 000000000..c82818e53 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./defaultProvider"; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts b/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts new file mode 100644 index 000000000..f0777cf88 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts @@ -0,0 +1,4 @@ +import { RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +export declare const remoteProvider: (init: RemoteProviderInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts b/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts new file mode 100644 index 000000000..cbdc99c06 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts @@ -0,0 +1,14 @@ +import { RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { FromIniInit } from "@aws-sdk/credential-provider-ini"; +import { FromProcessInit } from "@aws-sdk/credential-provider-process"; +import { FromSSOInit } from "@aws-sdk/credential-provider-sso"; +import { FromTokenFileInit } from "@aws-sdk/credential-provider-web-identity"; +import { AwsCredentialIdentity, MemoizedProvider } from "@aws-sdk/types"; +export declare type DefaultProviderInit = FromIniInit & + RemoteProviderInit & + FromProcessInit & + FromSSOInit & + FromTokenFileInit; +export declare const defaultProvider: ( + init?: DefaultProviderInit +) => MemoizedProvider; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..c82818e53 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./defaultProvider"; diff --git a/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts b/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts new file mode 100644 index 000000000..c484b2fa3 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts @@ -0,0 +1,6 @@ +import { RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +export declare const remoteProvider: ( + init: RemoteProviderInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-node/package.json b/node_modules/@aws-sdk/credential-provider-node/package.json new file mode 100644 index 000000000..7df013fb4 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-node/package.json @@ -0,0 +1,67 @@ +{ + "name": "@aws-sdk/credential-provider-node", + "version": "3.245.0", + "description": "AWS credential provider that sources credentials from a Node.JS environment. ", + "engines": { + "node": ">=14.0.0" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/credential-provider-env": "3.226.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/credential-provider-ini": "3.245.0", + "@aws-sdk/credential-provider-process": "3.226.0", + "@aws-sdk/credential-provider-sso": "3.245.0", + "@aws-sdk/credential-provider-web-identity": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-node" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-process/LICENSE b/node_modules/@aws-sdk/credential-provider-process/LICENSE new file mode 100644 index 000000000..f9a667398 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-process/README.md b/node_modules/@aws-sdk/credential-provider-process/README.md new file mode 100644 index 000000000..4e9d9bd48 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-process + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-process/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-process) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-process.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-process) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js new file mode 100644 index 000000000..849125447 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromProcess = void 0; +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const resolveProcessCredentials_1 = require("./resolveProcessCredentials"); +const fromProcess = (init = {}) => async () => { + const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); + return (0, resolveProcessCredentials_1.resolveProcessCredentials)((0, shared_ini_file_loader_1.getProfileName)(init), profiles); +}; +exports.fromProcess = fromProcess; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js new file mode 100644 index 000000000..a60569b17 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getValidatedProcessCredentials = void 0; +const getValidatedProcessCredentials = (profileName, data) => { + if (data.Version !== 1) { + throw Error(`Profile ${profileName} credential_process did not return Version 1.`); + } + if (data.AccessKeyId === undefined || data.SecretAccessKey === undefined) { + throw Error(`Profile ${profileName} credential_process returned invalid credentials.`); + } + if (data.Expiration) { + const currentTime = new Date(); + const expireTime = new Date(data.Expiration); + if (expireTime < currentTime) { + throw Error(`Profile ${profileName} credential_process returned expired credentials.`); + } + } + return { + accessKeyId: data.AccessKeyId, + secretAccessKey: data.SecretAccessKey, + ...(data.SessionToken && { sessionToken: data.SessionToken }), + ...(data.Expiration && { expiration: new Date(data.Expiration) }), + }; +}; +exports.getValidatedProcessCredentials = getValidatedProcessCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js new file mode 100644 index 000000000..85d88197a --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromProcess"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js new file mode 100644 index 000000000..4f27c1655 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js @@ -0,0 +1,37 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveProcessCredentials = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const child_process_1 = require("child_process"); +const util_1 = require("util"); +const getValidatedProcessCredentials_1 = require("./getValidatedProcessCredentials"); +const resolveProcessCredentials = async (profileName, profiles) => { + const profile = profiles[profileName]; + if (profiles[profileName]) { + const credentialProcess = profile["credential_process"]; + if (credentialProcess !== undefined) { + const execPromise = (0, util_1.promisify)(child_process_1.exec); + try { + const { stdout } = await execPromise(credentialProcess); + let data; + try { + data = JSON.parse(stdout.trim()); + } + catch (_a) { + throw Error(`Profile ${profileName} credential_process returned invalid JSON.`); + } + return (0, getValidatedProcessCredentials_1.getValidatedProcessCredentials)(profileName, data); + } + catch (error) { + throw new property_provider_1.CredentialsProviderError(error.message); + } + } + else { + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} did not contain credential_process.`); + } + } + else { + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} could not be found in shared credentials file.`); + } +}; +exports.resolveProcessCredentials = resolveProcessCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js b/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js new file mode 100644 index 000000000..de3c69309 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js @@ -0,0 +1,6 @@ +import { getProfileName, parseKnownFiles } from "@aws-sdk/shared-ini-file-loader"; +import { resolveProcessCredentials } from "./resolveProcessCredentials"; +export const fromProcess = (init = {}) => async () => { + const profiles = await parseKnownFiles(init); + return resolveProcessCredentials(getProfileName(init), profiles); +}; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js new file mode 100644 index 000000000..9d851028a --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js @@ -0,0 +1,21 @@ +export const getValidatedProcessCredentials = (profileName, data) => { + if (data.Version !== 1) { + throw Error(`Profile ${profileName} credential_process did not return Version 1.`); + } + if (data.AccessKeyId === undefined || data.SecretAccessKey === undefined) { + throw Error(`Profile ${profileName} credential_process returned invalid credentials.`); + } + if (data.Expiration) { + const currentTime = new Date(); + const expireTime = new Date(data.Expiration); + if (expireTime < currentTime) { + throw Error(`Profile ${profileName} credential_process returned expired credentials.`); + } + } + return { + accessKeyId: data.AccessKeyId, + secretAccessKey: data.SecretAccessKey, + ...(data.SessionToken && { sessionToken: data.SessionToken }), + ...(data.Expiration && { expiration: new Date(data.Expiration) }), + }; +}; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js new file mode 100644 index 000000000..b921d3536 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js @@ -0,0 +1 @@ +export * from "./fromProcess"; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js b/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js new file mode 100644 index 000000000..880ebaa47 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js @@ -0,0 +1,33 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { exec } from "child_process"; +import { promisify } from "util"; +import { getValidatedProcessCredentials } from "./getValidatedProcessCredentials"; +export const resolveProcessCredentials = async (profileName, profiles) => { + const profile = profiles[profileName]; + if (profiles[profileName]) { + const credentialProcess = profile["credential_process"]; + if (credentialProcess !== undefined) { + const execPromise = promisify(exec); + try { + const { stdout } = await execPromise(credentialProcess); + let data; + try { + data = JSON.parse(stdout.trim()); + } + catch { + throw Error(`Profile ${profileName} credential_process returned invalid JSON.`); + } + return getValidatedProcessCredentials(profileName, data); + } + catch (error) { + throw new CredentialsProviderError(error.message); + } + } + else { + throw new CredentialsProviderError(`Profile ${profileName} did not contain credential_process.`); + } + } + else { + throw new CredentialsProviderError(`Profile ${profileName} could not be found in shared credentials file.`); + } +}; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts new file mode 100644 index 000000000..f8939242e --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts @@ -0,0 +1,7 @@ +export declare type ProcessCredentials = { + Version: number; + AccessKeyId: string; + SecretAccessKey: string; + SessionToken?: string; + Expiration?: number; +}; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts new file mode 100644 index 000000000..0207cff2f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts @@ -0,0 +1,9 @@ +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface FromProcessInit extends SourceProfileInit { +} +/** + * Creates a credential provider that will read from a credential_process specified + * in ini files. + */ +export declare const fromProcess: (init?: FromProcessInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts new file mode 100644 index 000000000..f5b7eb635 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts @@ -0,0 +1,3 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { ProcessCredentials } from "./ProcessCredentials"; +export declare const getValidatedProcessCredentials: (profileName: string, data: ProcessCredentials) => AwsCredentialIdentity; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts new file mode 100644 index 000000000..b921d3536 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./fromProcess"; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts new file mode 100644 index 000000000..9f6b74093 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts @@ -0,0 +1,2 @@ +import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types"; +export declare const resolveProcessCredentials: (profileName: string, profiles: ParsedIniData) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts new file mode 100644 index 000000000..e17d69c42 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts @@ -0,0 +1,7 @@ +export declare type ProcessCredentials = { + Version: number; + AccessKeyId: string; + SecretAccessKey: string; + SessionToken?: string; + Expiration?: number; +}; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts new file mode 100644 index 000000000..fea42c6c6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts @@ -0,0 +1,6 @@ +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface FromProcessInit extends SourceProfileInit {} +export declare const fromProcess: ( + init?: FromProcessInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts new file mode 100644 index 000000000..d3c3b4dd6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts @@ -0,0 +1,6 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { ProcessCredentials } from "./ProcessCredentials"; +export declare const getValidatedProcessCredentials: ( + profileName: string, + data: ProcessCredentials +) => AwsCredentialIdentity; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..b921d3536 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./fromProcess"; diff --git a/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts new file mode 100644 index 000000000..57dcc1029 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts @@ -0,0 +1,5 @@ +import { AwsCredentialIdentity, ParsedIniData } from "@aws-sdk/types"; +export declare const resolveProcessCredentials: ( + profileName: string, + profiles: ParsedIniData +) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-process/package.json b/node_modules/@aws-sdk/credential-provider-process/package.json new file mode 100644 index 000000000..311aaf650 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-process/package.json @@ -0,0 +1,61 @@ +{ + "name": "@aws-sdk/credential-provider-process", + "version": "3.226.0", + "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-provider-process", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-process" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-sso/LICENSE b/node_modules/@aws-sdk/credential-provider-sso/LICENSE new file mode 100644 index 000000000..f9a667398 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-sso/README.md b/node_modules/@aws-sdk/credential-provider-sso/README.md new file mode 100644 index 000000000..aba3fa806 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-sso + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-sso/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-sso) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-sso.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-sso) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js new file mode 100644 index 000000000..f5bd0ceb7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js @@ -0,0 +1,61 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromSSO = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const isSsoProfile_1 = require("./isSsoProfile"); +const resolveSSOCredentials_1 = require("./resolveSSOCredentials"); +const validateSsoProfile_1 = require("./validateSsoProfile"); +const fromSSO = (init = {}) => async () => { + const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, ssoSession } = init; + const profileName = (0, shared_ini_file_loader_1.getProfileName)(init); + if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) { + const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); + const profile = profiles[profileName]; + if (!profile) { + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} was not found.`); + } + if (!(0, isSsoProfile_1.isSsoProfile)(profile)) { + throw new property_provider_1.CredentialsProviderError(`Profile ${profileName} is not configured with SSO credentials.`); + } + if (profile === null || profile === void 0 ? void 0 : profile.sso_session) { + const ssoSessions = await (0, shared_ini_file_loader_1.loadSsoSessionData)(init); + const session = ssoSessions[profile.sso_session]; + const conflictMsg = ` configurations in profile ${profileName} and sso-session ${profile.sso_session}`; + if (ssoRegion && ssoRegion !== session.sso_region) { + throw new property_provider_1.CredentialsProviderError(`Conflicting SSO region` + conflictMsg, false); + } + if (ssoStartUrl && ssoStartUrl !== session.sso_start_url) { + throw new property_provider_1.CredentialsProviderError(`Conflicting SSO start_url` + conflictMsg, false); + } + profile.sso_region = session.sso_region; + profile.sso_start_url = session.sso_start_url; + } + const { sso_start_url, sso_account_id, sso_region, sso_role_name, sso_session } = (0, validateSsoProfile_1.validateSsoProfile)(profile); + return (0, resolveSSOCredentials_1.resolveSSOCredentials)({ + ssoStartUrl: sso_start_url, + ssoSession: sso_session, + ssoAccountId: sso_account_id, + ssoRegion: sso_region, + ssoRoleName: sso_role_name, + ssoClient: ssoClient, + profile: profileName, + }); + } + else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) { + throw new property_provider_1.CredentialsProviderError("Incomplete configuration. The fromSSO() argument hash must include " + + '"ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"'); + } + else { + return (0, resolveSSOCredentials_1.resolveSSOCredentials)({ + ssoStartUrl, + ssoSession, + ssoAccountId, + ssoRegion, + ssoRoleName, + ssoClient, + profile: profileName, + }); + } +}; +exports.fromSSO = fromSSO; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js new file mode 100644 index 000000000..b692007da --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromSSO"), exports); +tslib_1.__exportStar(require("./isSsoProfile"), exports); +tslib_1.__exportStar(require("./types"), exports); +tslib_1.__exportStar(require("./validateSsoProfile"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js new file mode 100644 index 000000000..e477d8e37 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isSsoProfile = void 0; +const isSsoProfile = (arg) => arg && + (typeof arg.sso_start_url === "string" || + typeof arg.sso_account_id === "string" || + typeof arg.sso_session === "string" || + typeof arg.sso_region === "string" || + typeof arg.sso_role_name === "string"); +exports.isSsoProfile = isSsoProfile; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js new file mode 100644 index 000000000..6ff23df8f --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js @@ -0,0 +1,55 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveSSOCredentials = void 0; +const client_sso_1 = require("@aws-sdk/client-sso"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const token_providers_1 = require("@aws-sdk/token-providers"); +const EXPIRE_WINDOW_MS = 15 * 60 * 1000; +const SHOULD_FAIL_CREDENTIAL_CHAIN = false; +const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => { + let token; + const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`; + if (ssoSession) { + try { + const _token = await (0, token_providers_1.fromSso)({ profile })(); + token = { + accessToken: _token.token, + expiresAt: new Date(_token.expiration).toISOString(), + }; + } + catch (e) { + throw new property_provider_1.CredentialsProviderError(e.message, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + } + else { + try { + token = await (0, shared_ini_file_loader_1.getSSOTokenFromFile)(ssoStartUrl); + } + catch (e) { + throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + } + if (new Date(token.expiresAt).getTime() - Date.now() <= EXPIRE_WINDOW_MS) { + throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + const { accessToken } = token; + const sso = ssoClient || new client_sso_1.SSOClient({ region: ssoRegion }); + let ssoResp; + try { + ssoResp = await sso.send(new client_sso_1.GetRoleCredentialsCommand({ + accountId: ssoAccountId, + roleName: ssoRoleName, + accessToken, + })); + } + catch (e) { + throw property_provider_1.CredentialsProviderError.from(e, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + const { roleCredentials: { accessKeyId, secretAccessKey, sessionToken, expiration } = {} } = ssoResp; + if (!accessKeyId || !secretAccessKey || !sessionToken || !expiration) { + throw new property_provider_1.CredentialsProviderError("SSO returns an invalid temporary credential.", SHOULD_FAIL_CREDENTIAL_CHAIN); + } + return { accessKeyId, secretAccessKey, sessionToken, expiration: new Date(expiration) }; +}; +exports.resolveSSOCredentials = resolveSSOCredentials; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js new file mode 100644 index 000000000..ba50677c6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.validateSsoProfile = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const validateSsoProfile = (profile) => { + const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile; + if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) { + throw new property_provider_1.CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", ` + + `"sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(profile).join(", ")}\nReference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`, false); + } + return profile; +}; +exports.validateSsoProfile = validateSsoProfile; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js b/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js new file mode 100644 index 000000000..da1f12e51 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js @@ -0,0 +1,57 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { getProfileName, loadSsoSessionData, parseKnownFiles, } from "@aws-sdk/shared-ini-file-loader"; +import { isSsoProfile } from "./isSsoProfile"; +import { resolveSSOCredentials } from "./resolveSSOCredentials"; +import { validateSsoProfile } from "./validateSsoProfile"; +export const fromSSO = (init = {}) => async () => { + const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, ssoSession } = init; + const profileName = getProfileName(init); + if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) { + const profiles = await parseKnownFiles(init); + const profile = profiles[profileName]; + if (!profile) { + throw new CredentialsProviderError(`Profile ${profileName} was not found.`); + } + if (!isSsoProfile(profile)) { + throw new CredentialsProviderError(`Profile ${profileName} is not configured with SSO credentials.`); + } + if (profile?.sso_session) { + const ssoSessions = await loadSsoSessionData(init); + const session = ssoSessions[profile.sso_session]; + const conflictMsg = ` configurations in profile ${profileName} and sso-session ${profile.sso_session}`; + if (ssoRegion && ssoRegion !== session.sso_region) { + throw new CredentialsProviderError(`Conflicting SSO region` + conflictMsg, false); + } + if (ssoStartUrl && ssoStartUrl !== session.sso_start_url) { + throw new CredentialsProviderError(`Conflicting SSO start_url` + conflictMsg, false); + } + profile.sso_region = session.sso_region; + profile.sso_start_url = session.sso_start_url; + } + const { sso_start_url, sso_account_id, sso_region, sso_role_name, sso_session } = validateSsoProfile(profile); + return resolveSSOCredentials({ + ssoStartUrl: sso_start_url, + ssoSession: sso_session, + ssoAccountId: sso_account_id, + ssoRegion: sso_region, + ssoRoleName: sso_role_name, + ssoClient: ssoClient, + profile: profileName, + }); + } + else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) { + throw new CredentialsProviderError("Incomplete configuration. The fromSSO() argument hash must include " + + '"ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"'); + } + else { + return resolveSSOCredentials({ + ssoStartUrl, + ssoSession, + ssoAccountId, + ssoRegion, + ssoRoleName, + ssoClient, + profile: profileName, + }); + } +}; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js new file mode 100644 index 000000000..7215fb687 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js @@ -0,0 +1,4 @@ +export * from "./fromSSO"; +export * from "./isSsoProfile"; +export * from "./types"; +export * from "./validateSsoProfile"; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js b/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js new file mode 100644 index 000000000..e6554380e --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js @@ -0,0 +1,6 @@ +export const isSsoProfile = (arg) => arg && + (typeof arg.sso_start_url === "string" || + typeof arg.sso_account_id === "string" || + typeof arg.sso_session === "string" || + typeof arg.sso_region === "string" || + typeof arg.sso_role_name === "string"); diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js b/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js new file mode 100644 index 000000000..a574274e5 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js @@ -0,0 +1,51 @@ +import { GetRoleCredentialsCommand, SSOClient } from "@aws-sdk/client-sso"; +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { getSSOTokenFromFile } from "@aws-sdk/shared-ini-file-loader"; +import { fromSso as getSsoTokenProvider } from "@aws-sdk/token-providers"; +const EXPIRE_WINDOW_MS = 15 * 60 * 1000; +const SHOULD_FAIL_CREDENTIAL_CHAIN = false; +export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => { + let token; + const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`; + if (ssoSession) { + try { + const _token = await getSsoTokenProvider({ profile })(); + token = { + accessToken: _token.token, + expiresAt: new Date(_token.expiration).toISOString(), + }; + } + catch (e) { + throw new CredentialsProviderError(e.message, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + } + else { + try { + token = await getSSOTokenFromFile(ssoStartUrl); + } + catch (e) { + throw new CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + } + if (new Date(token.expiresAt).getTime() - Date.now() <= EXPIRE_WINDOW_MS) { + throw new CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + const { accessToken } = token; + const sso = ssoClient || new SSOClient({ region: ssoRegion }); + let ssoResp; + try { + ssoResp = await sso.send(new GetRoleCredentialsCommand({ + accountId: ssoAccountId, + roleName: ssoRoleName, + accessToken, + })); + } + catch (e) { + throw CredentialsProviderError.from(e, SHOULD_FAIL_CREDENTIAL_CHAIN); + } + const { roleCredentials: { accessKeyId, secretAccessKey, sessionToken, expiration } = {} } = ssoResp; + if (!accessKeyId || !secretAccessKey || !sessionToken || !expiration) { + throw new CredentialsProviderError("SSO returns an invalid temporary credential.", SHOULD_FAIL_CREDENTIAL_CHAIN); + } + return { accessKeyId, secretAccessKey, sessionToken, expiration: new Date(expiration) }; +}; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js b/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js b/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js new file mode 100644 index 000000000..72ef24c80 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js @@ -0,0 +1,9 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const validateSsoProfile = (profile) => { + const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile; + if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) { + throw new CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", ` + + `"sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(profile).join(", ")}\nReference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`, false); + } + return profile; +}; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts new file mode 100644 index 000000000..3fd1e4ae3 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts @@ -0,0 +1,59 @@ +import { SSOClient } from "@aws-sdk/client-sso"; +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface SsoCredentialsParameters { + /** + * The URL to the AWS SSO service. + */ + ssoStartUrl: string; + /** + * SSO session identifier. + * Presence implies usage of the SSOTokenProvider. + */ + ssoSession?: string; + /** + * The ID of the AWS account to use for temporary credentials. + */ + ssoAccountId: string; + /** + * The AWS region to use for temporary credentials. + */ + ssoRegion: string; + /** + * The name of the AWS role to assume. + */ + ssoRoleName: string; +} +export interface FromSSOInit extends SourceProfileInit { + ssoClient?: SSOClient; +} +/** + * Creates a credential provider that will read from a credential_process specified + * in ini files. + * + * The SSO credential provider must support both + * + * 1. the legacy profile format, + * @example + * ``` + * [profile sample-profile] + * sso_account_id = 012345678901 + * sso_region = us-east-1 + * sso_role_name = SampleRole + * sso_start_url = https://www.....com/start + * ``` + * + * 2. and the profile format for SSO Token Providers. + * @example + * ``` + * [profile sso-profile] + * sso_session = dev + * sso_account_id = 012345678901 + * sso_role_name = SampleRole + * + * [sso-session dev] + * sso_region = us-east-1 + * sso_start_url = https://www.....com/start + * ``` + */ +export declare const fromSSO: (init?: FromSSOInit & Partial) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts new file mode 100644 index 000000000..7215fb687 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts @@ -0,0 +1,4 @@ +export * from "./fromSSO"; +export * from "./isSsoProfile"; +export * from "./types"; +export * from "./validateSsoProfile"; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts new file mode 100644 index 000000000..b7cf35cb0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts @@ -0,0 +1,6 @@ +import { Profile } from "@aws-sdk/types"; +import { SsoProfile } from "./types"; +/** + * @internal + */ +export declare const isSsoProfile: (arg: Profile) => arg is Partial; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts new file mode 100644 index 000000000..38d75d1b7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts @@ -0,0 +1,6 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO"; +/** + * @private + */ +export declare const resolveSSOCredentials: ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }: FromSSOInit & SsoCredentialsParameters) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts new file mode 100644 index 000000000..84c81d536 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts @@ -0,0 +1,16 @@ +import { SSOClient } from "@aws-sdk/client-sso"; +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface SsoCredentialsParameters { + ssoStartUrl: string; + ssoSession?: string; + ssoAccountId: string; + ssoRegion: string; + ssoRoleName: string; +} +export interface FromSSOInit extends SourceProfileInit { + ssoClient?: SSOClient; +} +export declare const fromSSO: ( + init?: FromSSOInit & Partial +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..7215fb687 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts @@ -0,0 +1,4 @@ +export * from "./fromSSO"; +export * from "./isSsoProfile"; +export * from "./types"; +export * from "./validateSsoProfile"; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts new file mode 100644 index 000000000..36846dd87 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts @@ -0,0 +1,3 @@ +import { Profile } from "@aws-sdk/types"; +import { SsoProfile } from "./types"; +export declare const isSsoProfile: (arg: Profile) => arg is Partial; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts new file mode 100644 index 000000000..6be8ae587 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts @@ -0,0 +1,11 @@ +import { AwsCredentialIdentity } from "@aws-sdk/types"; +import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO"; +export declare const resolveSSOCredentials: ({ + ssoStartUrl, + ssoSession, + ssoAccountId, + ssoRegion, + ssoRoleName, + ssoClient, + profile, +}: FromSSOInit & SsoCredentialsParameters) => Promise; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..c49761d4a --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts @@ -0,0 +1,14 @@ +import { Profile } from "@aws-sdk/types"; +export interface SSOToken { + accessToken: string; + expiresAt: string; + region?: string; + startUrl?: string; +} +export interface SsoProfile extends Profile { + sso_start_url: string; + sso_session?: string; + sso_account_id: string; + sso_region: string; + sso_role_name: string; +} diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts new file mode 100644 index 000000000..67fa8639d --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts @@ -0,0 +1,4 @@ +import { SsoProfile } from "./types"; +export declare const validateSsoProfile: ( + profile: Partial +) => SsoProfile; diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts new file mode 100644 index 000000000..1440ac4c4 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts @@ -0,0 +1,20 @@ +import { Profile } from "@aws-sdk/types"; +/** + * Cached SSO token retrieved from SSO login flow. + */ +export interface SSOToken { + accessToken: string; + expiresAt: string; + region?: string; + startUrl?: string; +} +/** + * @internal + */ +export interface SsoProfile extends Profile { + sso_start_url: string; + sso_session?: string; + sso_account_id: string; + sso_region: string; + sso_role_name: string; +} diff --git a/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts b/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts new file mode 100644 index 000000000..eddea0cb3 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts @@ -0,0 +1,5 @@ +import { SsoProfile } from "./types"; +/** + * @internal + */ +export declare const validateSsoProfile: (profile: Partial) => SsoProfile; diff --git a/node_modules/@aws-sdk/credential-provider-sso/package.json b/node_modules/@aws-sdk/credential-provider-sso/package.json new file mode 100644 index 000000000..019bf43ce --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-sso/package.json @@ -0,0 +1,63 @@ +{ + "name": "@aws-sdk/credential-provider-sso", + "version": "3.245.0", + "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-sso": "3.245.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/token-providers": "3.245.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-sso", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-sso" + } +} diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE b/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE new file mode 100644 index 000000000..f9a667398 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/README.md b/node_modules/@aws-sdk/credential-provider-web-identity/README.md new file mode 100644 index 000000000..e4858a41b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/README.md @@ -0,0 +1,11 @@ +# @aws-sdk/credential-provider-web-identity + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-provider-web-identity/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-provider-web-identity.svg)](https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. Please use [@aws-sdk/credential-providers](https://www.npmjs.com/package/@aws-sdk/credential-providers) +instead. diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js b/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js new file mode 100644 index 000000000..6fe0d5fb4 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js @@ -0,0 +1,28 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromTokenFile = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const fs_1 = require("fs"); +const fromWebToken_1 = require("./fromWebToken"); +const ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE"; +const ENV_ROLE_ARN = "AWS_ROLE_ARN"; +const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME"; +const fromTokenFile = (init = {}) => async () => { + return resolveTokenFile(init); +}; +exports.fromTokenFile = fromTokenFile; +const resolveTokenFile = (init) => { + var _a, _b, _c; + const webIdentityTokenFile = (_a = init === null || init === void 0 ? void 0 : init.webIdentityTokenFile) !== null && _a !== void 0 ? _a : process.env[ENV_TOKEN_FILE]; + const roleArn = (_b = init === null || init === void 0 ? void 0 : init.roleArn) !== null && _b !== void 0 ? _b : process.env[ENV_ROLE_ARN]; + const roleSessionName = (_c = init === null || init === void 0 ? void 0 : init.roleSessionName) !== null && _c !== void 0 ? _c : process.env[ENV_ROLE_SESSION_NAME]; + if (!webIdentityTokenFile || !roleArn) { + throw new property_provider_1.CredentialsProviderError("Web identity configuration not specified"); + } + return (0, fromWebToken_1.fromWebToken)({ + ...init, + webIdentityToken: (0, fs_1.readFileSync)(webIdentityTokenFile, { encoding: "ascii" }), + roleArn, + roleSessionName, + })(); +}; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js b/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js new file mode 100644 index 000000000..75675c709 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromWebToken = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromWebToken = (init) => () => { + const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds, roleAssumerWithWebIdentity, } = init; + if (!roleAssumerWithWebIdentity) { + throw new property_provider_1.CredentialsProviderError(`Role Arn '${roleArn}' needs to be assumed with web identity,` + + ` but no role assumption callback was provided.`, false); + } + return roleAssumerWithWebIdentity({ + RoleArn: roleArn, + RoleSessionName: roleSessionName !== null && roleSessionName !== void 0 ? roleSessionName : `aws-sdk-js-session-${Date.now()}`, + WebIdentityToken: webIdentityToken, + ProviderId: providerId, + PolicyArns: policyArns, + Policy: policy, + DurationSeconds: durationSeconds, + }); +}; +exports.fromWebToken = fromWebToken; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js b/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js new file mode 100644 index 000000000..2470bd90c --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromTokenFile"), exports); +tslib_1.__exportStar(require("./fromWebToken"), exports); diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js b/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js new file mode 100644 index 000000000..4e7a0605b --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js @@ -0,0 +1,23 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { readFileSync } from "fs"; +import { fromWebToken } from "./fromWebToken"; +const ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE"; +const ENV_ROLE_ARN = "AWS_ROLE_ARN"; +const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME"; +export const fromTokenFile = (init = {}) => async () => { + return resolveTokenFile(init); +}; +const resolveTokenFile = (init) => { + const webIdentityTokenFile = init?.webIdentityTokenFile ?? process.env[ENV_TOKEN_FILE]; + const roleArn = init?.roleArn ?? process.env[ENV_ROLE_ARN]; + const roleSessionName = init?.roleSessionName ?? process.env[ENV_ROLE_SESSION_NAME]; + if (!webIdentityTokenFile || !roleArn) { + throw new CredentialsProviderError("Web identity configuration not specified"); + } + return fromWebToken({ + ...init, + webIdentityToken: readFileSync(webIdentityTokenFile, { encoding: "ascii" }), + roleArn, + roleSessionName, + })(); +}; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js b/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js new file mode 100644 index 000000000..2a9eaf555 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js @@ -0,0 +1,17 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const fromWebToken = (init) => () => { + const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds, roleAssumerWithWebIdentity, } = init; + if (!roleAssumerWithWebIdentity) { + throw new CredentialsProviderError(`Role Arn '${roleArn}' needs to be assumed with web identity,` + + ` but no role assumption callback was provided.`, false); + } + return roleAssumerWithWebIdentity({ + RoleArn: roleArn, + RoleSessionName: roleSessionName ?? `aws-sdk-js-session-${Date.now()}`, + WebIdentityToken: webIdentityToken, + ProviderId: providerId, + PolicyArns: policyArns, + Policy: policy, + DurationSeconds: durationSeconds, + }); +}; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js b/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js new file mode 100644 index 000000000..0e900c0a1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./fromTokenFile"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts new file mode 100644 index 000000000..e636a0d33 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts @@ -0,0 +1,12 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { FromWebTokenInit } from "./fromWebToken"; +export interface FromTokenFileInit extends Partial> { + /** + * File location of where the `OIDC` token is stored. + */ + webIdentityTokenFile?: string; +} +/** + * Represents OIDC credentials from a file on disk. + */ +export declare const fromTokenFile: (init?: FromTokenFileInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts new file mode 100644 index 000000000..43b35b739 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts @@ -0,0 +1,126 @@ +import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface AssumeRoleWithWebIdentityParams { + /** + *

The Amazon Resource Name (ARN) of the role that the caller is assuming.

+ */ + RoleArn: string; + /** + *

An identifier for the assumed role session. Typically, you pass the name or identifier + * that is associated with the user who is using your application. That way, the temporary + * security credentials that your application will use are associated with that user. This + * session name is included as part of the ARN and assumed role ID in the + * AssumedRoleUser response element.

+ *

The regex used to validate this parameter is a string of characters + * consisting of upper- and lower-case alphanumeric characters with no spaces. You can + * also include underscores or any of the following characters: =,.@-

+ */ + RoleSessionName: string; + /** + *

The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity + * provider. Your application must get this token by authenticating the user who is using your + * application with a web identity provider before the application makes an + * AssumeRoleWithWebIdentity call.

+ */ + WebIdentityToken: string; + /** + *

The fully qualified host component of the domain name of the identity provider.

+ *

Specify this value only for OAuth 2.0 access tokens. Currently + * www.amazon.com and graph.facebook.com are the only supported + * identity providers for OAuth 2.0 access tokens. Do not include URL schemes and port + * numbers.

+ *

Do not specify this value for OpenID Connect ID tokens.

+ */ + ProviderId?: string; + /** + *

The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as + * managed session policies. The policies must exist in the same account as the role.

+ *

This parameter is optional. You can provide up to 10 managed policy ARNs. However, the + * plain text that you use for both inline and managed session policies can't exceed 2,048 + * characters. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS + * Service Namespaces in the AWS General Reference.

+ * + *

An AWS conversion compresses the passed session policies and session tags into a + * packed binary format that has a separate limit. Your request can fail for this limit + * even if your plain text meets the other requirements. The PackedPolicySize + * response element indicates by percentage how close the policies and tags for your + * request are to the upper size limit. + *

+ *
+ * + *

Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent AWS API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ */ + PolicyArns?: { + arn?: string; + }[]; + /** + *

An IAM policy in JSON format that you want to use as an inline session policy.

+ *

This parameter is optional. Passing policies to this operation returns new + * temporary credentials. The resulting session's permissions are the intersection of the + * role's identity-based policy and the session policies. You can use the role's temporary + * credentials in subsequent AWS API calls to access resources in the account that owns + * the role. You cannot use session policies to grant more permissions than those allowed + * by the identity-based policy of the role that is being assumed. For more information, see + * Session + * Policies in the IAM User Guide.

+ *

The plain text that you use for both inline and managed session policies can't exceed + * 2,048 characters. The JSON policy characters can be any ASCII character from the space + * character to the end of the valid character list (\u0020 through \u00FF). It can also + * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) + * characters.

+ * + *

An AWS conversion compresses the passed session policies and session tags into a + * packed binary format that has a separate limit. Your request can fail for this limit + * even if your plain text meets the other requirements. The PackedPolicySize + * response element indicates by percentage how close the policies and tags for your + * request are to the upper size limit. + *

+ *
+ */ + Policy?: string; + /** + *

The duration, in seconds, of the role session. The value can range from 900 seconds (15 + * minutes) up to the maximum session duration setting for the role. This setting can have a + * value from 1 hour to 12 hours. If you specify a value higher than this setting, the + * operation fails. For example, if you specify a session duration of 12 hours, but your + * administrator set the maximum session duration to 6 hours, your operation fails. To learn + * how to view the maximum value for your role, see View the + * Maximum Session Duration Setting for a Role in the + * IAM User Guide.

+ *

By default, the value is set to 3600 seconds.

+ * + *

The DurationSeconds parameter is separate from the duration of a console + * session that you might request using the returned credentials. The request to the + * federation endpoint for a console sign-in token takes a SessionDuration + * parameter that specifies the maximum length of the console session. For more + * information, see Creating a URL + * that Enables Federated Users to Access the AWS Management Console in the + * IAM User Guide.

+ *
+ */ + DurationSeconds?: number; +} +declare type LowerCaseKey = { + [K in keyof T as `${Uncapitalize}`]: T[K]; +}; +export interface FromWebTokenInit extends Omit, "roleSessionName"> { + /** + * The IAM session name used to distinguish sessions. + */ + roleSessionName?: string; + /** + * A function that assumes a role with web identity and returns a promise fulfilled with + * credentials for the assumed role. + * + * @param params input parameter of sts:AssumeRoleWithWebIdentity API. + */ + roleAssumerWithWebIdentity?: (params: AssumeRoleWithWebIdentityParams) => Promise; +} +export declare const fromWebToken: (init: FromWebTokenInit) => AwsCredentialIdentityProvider; +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts new file mode 100644 index 000000000..0e900c0a1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./fromTokenFile"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts new file mode 100644 index 000000000..f7a7d40a8 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts @@ -0,0 +1,11 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +import { FromWebTokenInit } from "./fromWebToken"; +export interface FromTokenFileInit + extends Partial< + Pick> + > { + webIdentityTokenFile?: string; +} +export declare const fromTokenFile: ( + init?: FromTokenFileInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts new file mode 100644 index 000000000..82bce0a75 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts @@ -0,0 +1,35 @@ +import { + AwsCredentialIdentity, + AwsCredentialIdentityProvider, +} from "@aws-sdk/types"; +export interface AssumeRoleWithWebIdentityParams { + RoleArn: string; + RoleSessionName: string; + WebIdentityToken: string; + ProviderId?: string; + PolicyArns?: { + arn?: string; + }[]; + Policy?: string; + DurationSeconds?: number; +} +declare type LowerCaseKey = { + [K in keyof T as `${Uncapitalize}`]: T[K]; +}; +export interface FromWebTokenInit + extends Pick< + LowerCaseKey, + Exclude< + keyof LowerCaseKey, + "roleSessionName" + > + > { + roleSessionName?: string; + roleAssumerWithWebIdentity?: ( + params: AssumeRoleWithWebIdentityParams + ) => Promise; +} +export declare const fromWebToken: ( + init: FromWebTokenInit +) => AwsCredentialIdentityProvider; +export {}; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..0e900c0a1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./fromTokenFile"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-provider-web-identity/package.json b/node_modules/@aws-sdk/credential-provider-web-identity/package.json new file mode 100644 index 000000000..ab0e2e2b9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-provider-web-identity/package.json @@ -0,0 +1,68 @@ +{ + "name": "@aws-sdk/credential-provider-web-identity", + "version": "3.226.0", + "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "browser": { + "./dist-cjs/fromTokenFile": false, + "./dist-es/fromTokenFile": false + }, + "react-native": { + "./dist-es/fromTokenFile": false, + "./dist-cjs/fromTokenFile": false + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/credential-provider-web-identity", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-provider-web-identity" + } +} diff --git a/node_modules/@aws-sdk/credential-providers/LICENSE b/node_modules/@aws-sdk/credential-providers/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/credential-providers/README.md b/node_modules/@aws-sdk/credential-providers/README.md new file mode 100644 index 000000000..bfd469318 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/README.md @@ -0,0 +1,692 @@ +# @aws-sdk/credential-providers + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/credential-providers/latest.svg)](https://www.npmjs.com/package/@aws-sdk/credential-providers) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/credential-providers.svg)](https://www.npmjs.com/package/@aws-sdk/credential-providers) + +A collection of all credential providers, with default clients. + +# Table of Contents + +1. [From Cognito Identity](#fromcognitoidentity) +1. [From Cognito Identity Pool](#fromcognitoidentitypool) +1. [From Temporary Credentials](#fromtemporarycredentials) +1. [From Web Token](#fromwebtoken) + 1. [Examples](#examples) +1. [From Token File](#fromtokenfile) +1. [From Instance and Container Metadata Service](#fromcontainermetadata-and-frominstancemetadata) +1. [From Shared INI files](#fromini) + 1. [Sample Files](#sample-files) +1. [From Environmental Variables](#fromenv) +1. [From Credential Process](#fromprocess) + 1. [Sample files](#sample-files-1) +1. [From Single Sign-On Service](#fromsso) + 1. [Supported Configuration](#supported-configuration) + 1. [SSO login with AWS CLI](#sso-login-with-the-aws-cli) + 1. [Sample Files](#sample-files-2) +1. [From Node.js default credentials provider chain](#fromNodeProviderChain) + +## `fromCognitoIdentity()` + +The function `fromCognitoIdentity()` returns `CredentialsProvider` that retrieves credentials for +the provided identity ID. See [GetCredentialsForIdentity API][getcredentialsforidentity_api] +for more information. + +```javascript +import { fromCognitoIdentity } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromCognitoIdentity } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + region, + credentials: fromCognitoIdentity({ + // Required. The unique identifier for the identity against which credentials + // will be issued. + identityId: "us-east-1:128d0a74-c82f-4553-916d-90053example", + // Optional. The ARN of the role to be assumed when multiple roles were received in the token + // from the identity provider. + customRoleArn: "arn:aws:iam::1234567890:role/MYAPP-CognitoIdentity", + // Optional. A set of name-value pairs that map provider names to provider tokens. + // Required when using identities associated with external identity providers such as Facebook. + logins: { + "graph.facebook.com": "FBTOKEN", + "www.amazon.com": "AMAZONTOKEN", + "accounts.google.com": "GOOGLETOKEN", + "api.twitter.com": "TWITTERTOKEN'", + "www.digits.com": "DIGITSTOKEN", + }, + // Optional. Custom client config if you need overwrite default Cognito Identity client + // configuration. + clientConfig: { region }, + }), +}); +``` + +## `fromCognitoIdentityPool()` + +The function `fromCognitoIdentityPool()` returns `AwsCredentialIdentityProvider` that calls [GetId API][getid_api] +to obtain an `identityId`, then generates temporary AWS credentials with +[GetCredentialsForIdentity API][getcredentialsforidentity_api], see +[`fromCognitoIdentity()`](#fromcognitoidentity). + +Results from `GetId` are cached internally, but results from `GetCredentialsForIdentity` are not. + +```javascript +import { fromCognitoIdentityPool } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromCognitoIdentityPool } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + region, + credentials: fromCognitoIdentityPool({ + // Required. The unique identifier for the identity pool from which an identity should be + // retrieved or generated. + identityPoolId: "us-east-1:1699ebc0-7900-4099-b910-2df94f52a030", + // Optional. A standard AWS account ID (9+ digits) + accountId: "123456789", + // Optional. A cache in which to store resolved Cognito IdentityIds. + cache: custom_storage, + // Optional. A unique identifier for the user used to cache Cognito IdentityIds on a per-user + // basis. + userIdentifier: "user_0", + // Optional. The ARN of the role to be assumed when multiple roles were received in the token + // from the identity provider. + customRoleArn: "arn:aws:iam::1234567890:role/MYAPP-CognitoIdentity", + // Optional. A set of name-value pairs that map provider names to provider tokens. + // Required when using identities associated with external identity providers such as Facebook. + logins: { + "graph.facebook.com": "FBTOKEN", + "www.amazon.com": "AMAZONTOKEN", + "accounts.google.com": "GOOGLETOKEN", + "api.twitter.com": "TWITTERTOKEN", + "www.digits.com": "DIGITSTOKEN", + }, + // Optional. Custom client config if you need overwrite default Cognito Identity client + // configuration. + clientConfig: { region }, + }), +}); +``` + +## `fromTemporaryCredentials()` + +The function `fromTemporaryCredentials` returns `AwsCredentialIdentityProvider` that retrieves temporary +credentials from [STS AssumeRole API][assumerole_api]. + +```javascript +import { fromTemporaryCredentials } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromTemporaryCredentials } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + region, + credentials: fromTemporaryCredentials({ + // Optional. The master credentials used to get and refresh temporary credentials from AWS STS. + // If skipped, it uses the default credential resolved by internal STS client. + masterCredentials: fromTemporaryCredentials({ + params: { RoleArn: "arn:aws:iam::1234567890:role/RoleA" }, + }), + // Required. Options passed to STS AssumeRole operation. + params: { + // Required. ARN of role to assume. + RoleArn: "arn:aws:iam::1234567890:role/RoleB", + // Optional. An identifier for the assumed role session. If skipped, it generates a random + // session name with prefix of 'aws-sdk-js-'. + RoleSessionName: "aws-sdk-js-123", + // Optional. The duration, in seconds, of the role session. + DurationSeconds: 3600, + // ... For more options see https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html + }, + // Optional. Custom STS client configurations overriding the default ones. + clientConfig: { region }, + // Optional. A function that returns a promise fulfilled with an MFA token code for the provided + // MFA Serial code. Required if `params` has `SerialNumber` config. + mfaCodeProvider: async (mfaSerial) => { + return "token"; + }, + }), +}); +``` + +## `fromWebToken()` + +The function `fromWebToken` returns `AwsCredentialIdentityProvider` that gets credentials calling +[STS AssumeRoleWithWebIdentity API][assumerolewithwebidentity_api] + +```javascript +import { fromWebToken } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromWebToken } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + region, + credentials: fromWebToken({ + // Required. ARN of the role that the caller is assuming. + roleArn: "arn:aws:iam::1234567890:role/RoleA", + // Required. The OAuth 2.0 access token or OpenID Connect ID token that is provided by the + // identity provider. + webIdentityToken: await openIdProvider(), + // Optional. Custom STS client configurations overriding the default ones. + clientConfig: { region }, + // Optional. A function that assumes a role with web identity and returns a promise fulfilled + // with credentials for the assumed role. + roleAssumerWithWebIdentity, + // Optional. An identifier for the assumed role session. + roleSessionName: "session_123", + // Optional. The fully qualified host component of the domain name of the identity provider. + providerId: "graph.facebook.com", + // Optional. ARNs of the IAM managed policies that you want to use as managed session. + policyArns: [{ arn: "arn:aws:iam::1234567890:policy/SomePolicy" }], + // Optional. An IAM policy in JSON format that you want to use as an inline session policy. + policy: "JSON_STRING", + // Optional. The duration, in seconds, of the role session. Default to 3600. + durationSeconds: 7200, + }), +}); +``` + +### Examples + +You can directly configure individual identity providers to access AWS resources using web identity +federation. AWS currently supports authenticating users using web identity federation through +several identity providers: + +- [Login with Amazon](https://login.amazon.com/) + +- [Facebook Login](https://developers.facebook.com/docs/facebook-login/web/) + +- [Google Sign-in](https://developers.google.com/identity/) + +You must first register your application with the providers that your application supports. Next, +create an IAM role and set up permissions for it. The IAM role you create is then used to grant the +permissions you configured for it through the respective identity provider. For example, you can set +up a role that allows users who logged in through Facebook to have read access to a specific Amazon +S3 bucket you control. + +After you have both an IAM role with configured privileges and an application registered with your +chosen identity providers, you can set up the SDK to get credentials for the IAM role using helper +code, as follows: + +The value in the ProviderId parameter depends on the specified identity provider. The value in the +WebIdentityToken parameter is the access token retrieved from a successful login with the identity +provider. For more information on how to configure and retrieve access tokens for each identity +provider, see the documentation for the identity provider. + +## `fromContainerMetadata()` and `fromInstanceMetadata()` + +`fromContainerMetadata` and `fromInstanceMetadata` will create `AwsCredentialIdentityProvider` functions that +read from the ECS container metadata service and the EC2 instance metadata service, respectively. + +```javascript +import { fromInstanceMetadata } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromInstanceMetadata } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + credentials: fromInstanceMetadata({ + // Optional. The connection timeout (in milliseconds) to apply to any remote requests. + // If not specified, a default value of `1000` (one second) is used. + timeout: 1000, + // Optional. The maximum number of times any HTTP connections should be retried. If not + // specified, a default value of `0` will be used. + maxRetries: 0, + }), +}); +``` + +```javascript +import { fromContainerMetadata } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromContainerMetadata } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + credentials: fromContainerMetadata({ + // Optional. The connection timeout (in milliseconds) to apply to any remote requests. + // If not specified, a default value of `1000` (one second) is used. + timeout: 1000, + // Optional. The maximum number of times any HTTP connections should be retried. If not + // specified, a default value of `0` will be used. + maxRetries: 0, + }), +}); +``` + +A `AwsCredentialIdentityProvider` function created with `fromContainerMetadata` will return a promise that will +resolve with credentials for the IAM role associated with containers in an Amazon ECS task. Please +see [IAM Roles for Tasks][iam_roles_for_tasks] for more information on using IAM roles with Amazon +ECS. + +A `AwsCredentialIdentityProvider` function created with `fromInstanceMetadata` will return a promise that will +resolve with credentials for the IAM role associated with an EC2 instance. +Please see [IAM Roles for Amazon EC2][iam_roles_for_ec2] for more information on using IAM roles +with Amazon EC2. Both IMDSv1 (a request/response method) and IMDSv2 (a session-oriented method) are +supported. + +Please see [Configure the instance metadata service][config_instance_metadata] for more information. + +## `fromIni()` + +`fromIni` creates `AwsCredentialIdentityProvider` functions that read from a shared credentials file at +`~/.aws/credentials` and a shared configuration file at `~/.aws/config`. Both files are expected to +be INI formatted with section names corresponding to profiles. Sections in the credentials file are +treated as profile names, whereas profile sections in the config file must have the format of +`[profile profile-name]`, except for the default profile. Please see the +[sample files](#sample-files) below for examples of well-formed configuration and credentials files. + +Profiles that appear in both files will not be merged, and the version that appears in the +credentials file will be given precedence over the profile found in the config file. + +```javascript +import { fromIni } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromIni } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + credentials: fromIni({ + // Optional. The configuration profile to use. If not specified, the provider will use the value + // in the `AWS_PROFILE` environment variable or a default of `default`. + profile: "profile", + // Optional. The path to the shared credentials file. If not specified, the provider will use + // the value in the `AWS_SHARED_CREDENTIALS_FILE` environment variable or a default of + // `~/.aws/credentials`. + filepath: "~/.aws/credentials", + // Optional. The path to the shared config file. If not specified, the provider will use the + // value in the `AWS_CONFIG_FILE` environment variable or a default of `~/.aws/config`. + configFilepath: "~/.aws/config", + // Optional. A function that returns a a promise fulfilled with an MFA token code for the + // provided MFA Serial code. If a profile requires an MFA code and `mfaCodeProvider` is not a + // valid function, the credential provider promise will be rejected. + mfaCodeProvider: async (mfaSerial) => { + return "token"; + }, + // Optional. Custom STS client configurations overriding the default ones. + clientConfig: { region }, + }), +}); +``` + +### Sample files + +#### `~/.aws/credentials` + +```ini +[default] +aws_access_key_id=foo +aws_secret_access_key=bar + +[dev] +aws_access_key_id=foo2 +aws_secret_access_key=bar2 +``` + +#### `~/.aws/config` + +```ini +[default] +aws_access_key_id=foo +aws_secret_access_key=bar + +[profile dev] +aws_access_key_id=foo2 +aws_secret_access_key=bar2 +``` + +#### profile with source profile + +```ini +[second] +aws_access_key_id=foo +aws_secret_access_key=bar + +[first] +source_profile=second +role_arn=arn:aws:iam::123456789012:role/example-role-arn +``` + +#### profile with source provider + +You can supply `credential_source` options to tell the SDK where to source credentials for the call +to `AssumeRole`. The supported credential providers are listed below: + +```ini +[default] +role_arn=arn:aws:iam::123456789012:role/example-role-arn +credential_source = Ec2InstanceMetadata +``` + +```ini +[default] +role_arn=arn:aws:iam::123456789012:role/example-role-arn +credential_source = Environment +``` + +```ini +[default] +role_arn=arn:aws:iam::123456789012:role/example-role-arn +credential_source = EcsContainer +``` + +#### profile with web_identity_token_file + +```ini +[default] +web_identity_token_file=/temp/token +role_arn=arn:aws:iam::123456789012:role/example-role-arn +``` + +You can specify another profile(`second`) whose credentials are used to assume the role by the +`role_arn` setting in this profile(`first`). + +```ini +[second] +web_identity_token_file=/temp/token +role_arn=arn:aws:iam::123456789012:role/example-role-2 + +[first] +source_profile=second +role_arn=arn:aws:iam::123456789012:role/example-role +``` + +#### profile with sso credentials + +See [`fromSSO()`](#fromsso) fro more information + +## `fromEnv()` + +```javascript +import { fromEnv } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromEnv } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + credentials: fromEnv(), +}); +``` + +`fromEnv` returns a `AwsCredentialIdentityProvider` function, that reads credentials from the following +environment variables: + +- `AWS_ACCESS_KEY_ID` - The access key for your AWS account. +- `AWS_SECRET_ACCESS_KEY` - The secret key for your AWS account. +- `AWS_SESSION_TOKEN` - The session key for your AWS account. This is only needed when you are using + temporarycredentials. +- `AWS_CREDENTIAL_EXPIRATION` - The expiration time of the credentials contained in the environment + variables described above. This value must be in a format compatible with the + [ISO-8601 standard][iso8601_standard] and is only needed when you are using temporary credentials. + +If either the `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY` environment variable is not set or +contains a falsy value, the promise returned by the `fromEnv` function will be rejected. + +## `fromProcess()` + +```javascript +import { fromProcess } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromProcess } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + credentials: fromProcess({ + // Optional. The configuration profile to use. If not specified, the provider will use the value + // in the `AWS_PROFILE` environment variable or a default of `default`. + profile: "profile", + // Optional. The path to the shared credentials file. If not specified, the provider will use + // the value in the `AWS_SHARED_CREDENTIALS_FILE` environment variable or a default of + // `~/.aws/credentials`. + filepath: "~/.aws/credentials", + // Optional. The path to the shared config file. If not specified, the provider will use the + // value in the `AWS_CONFIG_FILE` environment variable or a default of `~/.aws/config`. + configFilepath: "~/.aws/config", + }), +}); +``` + +`fromSharedConfigFiles` creates a `AwsCredentialIdentityProvider` functions that executes a given process and +attempt to read its standard output to receive a JSON payload containing the credentials. The +process command is read from a shared credentials file at `~/.aws/credentials` and a shared +configuration file at `~/.aws/config`. Both files are expected to be INI formatted with section +names corresponding to profiles. Sections in the credentials file are treated as profile names, +whereas profile sections in the config file must have the format of`[profile profile-name]`, except +for the default profile. Please see the [sample files](#sample-files-1) below for examples of +well-formed configuration and credentials files. + +Profiles that appear in both files will not be merged, and the version that appears in the +credentials file will be given precedence over the profile found in the config file. + +### Sample files + +#### `~/.aws/credentials` + +```ini +[default] +credential_process = /usr/local/bin/awscreds + +[dev] +credential_process = /usr/local/bin/awscreds dev +``` + +#### `~/.aws/config` + +```ini +[default] +credential_process = /usr/local/bin/awscreds + +[profile dev] +credential_process = /usr/local/bin/awscreds dev +``` + +## `fromTokenFile()` + +The function `fromTokenFile` returns `AwsCredentialIdentityProvider` that reads credentials as follows: + +- Reads file location of where the OIDC token is stored from either provided option + `webIdentityTokenFile` or environment variable `AWS_WEB_IDENTITY_TOKEN_FILE`. +- Reads IAM role wanting to be assumed from either provided option `roleArn` or environment + variable `AWS_ROLE_ARN`. +- Reads optional role session name to be used to distinguish sessions from provided option + `roleSessionName` or environment variable `AWS_ROLE_SESSION_NAME`. If session name is not defined, + it comes up with a role session name. +- Reads OIDC token from file on disk. +- Calls sts:AssumeRoleWithWebIdentity via `roleAssumerWithWebIdentity` option to get credentials. + +| **Configuration Key** | **Environment Variable** | **Required** | **Description** | +| --------------------- | --------------------------- | ------------ | ------------------------------------------------- | +| webIdentityTokenFile | AWS_WEB_IDENTITY_TOKEN_FILE | true | File location of where the `OIDC` token is stored | +| roleArn | AWS_IAM_ROLE_ARN | true | The IAM role wanting to be assumed | +| roleSessionName | AWS_IAM_ROLE_SESSION_NAME | false | The IAM session name used to distinguish sessions | + +```javascript +import { fromTokenFile } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromTokenFile } = require("@aws-sdk/credential-providers"); // CommonJS import + +const client = new FooClient({ + credentials: fromTokenFile({ + // Optional. STS client config to make the assume role request. + clientConfig: { region } + }); +}); +``` + +## `fromSSO()` + +> This credential provider **ONLY** supports profiles using the SSO credential. If you have a +> profile that assumes a role which derived from the SSO credential, you should use the +> [`fromIni()`](#fromini), or `@aws-sdk/credential-provider-node` package. + +`fromSSO`, that creates `AwsCredentialIdentityProvider` functions that read from the _resolved_ access token +from local disk then requests temporary AWS credentials. For guidance on the AWS Single Sign-On +service, please refer to [AWS's Single Sign-On documentation][sso_api]. + +You can create the `AwsCredentialIdentityProvider` functions using the inline SSO parameters(`ssoStartUrl`, +`ssoAccountId`, `ssoRegion`, `ssoRoleName`) or load them from +[AWS SDKs and Tools shared configuration and credentials files][shared_config_files]. +Profiles in the `credentials` file are given precedence over profiles in the `config` file. + +This credential provider is intended for use with the AWS SDK for Node.js. + +### Supported configuration + +You may customize how credentials are resolved by providing an options hash to the `fromSSO` factory +function. You can either load the SSO config from shared INI credential files, or specify the +`ssoStartUrl`, `ssoAccountId`, `ssoRegion`, and `ssoRoleName` directly from the code. + +```javascript +import { fromSSO } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromSSO } = require(@aws-sdk/credential-providers") // CommonJS import + +const client = new FooClient({ + credentials: fromSSO({ + // Optional. The configuration profile to use. If not specified, the provider will use the value + // in the `AWS_PROFILE` environment variable or `default` by default. + profile: "my-sso-profile", + // Optional. The path to the shared credentials file. If not specified, the provider will use + // the value in the `AWS_SHARED_CREDENTIALS_FILE` environment variable or a default of + // `~/.aws/credentials`. + filepath: "~/.aws/credentials", + // Optional. The path to the shared config file. If not specified, the provider will use the + // value in the `AWS_CONFIG_FILE` environment variable or a default of `~/.aws/config`. + configFilepath: "~/.aws/config", + // Optional. The URL to the AWS SSO service. Required if any of the `sso*` options(except for + // `ssoClient`) is provided. + ssoStartUrl: "https://d-abc123.awsapps.com/start", + // Optional. The ID of the AWS account to use for temporary credentials. Required if any of the + // `sso*` options(except for `ssoClient`) is provided. + ssoAccountId: "1234567890", + // Optional. The AWS region to use for temporary credentials. Required if any of the `sso*` + // options(except for `ssoClient`) is provided. + ssoRegion: "us-east-1", + // Optional. The name of the AWS role to assume. Required if any of the `sso*` options(except + // for `ssoClient`) is provided. + ssoRoleName: "SampleRole", + // Optional. Overwrite the configuration used construct the SSO service client. If not + // specified, a default SSO client will be created with the region specified in the profile + // `sso_region` entry. + clientConfig: { region }, + }), +}); +``` + +### SSO Login with the AWS CLI + +This credential provider relies on the [AWS CLI][cli_sso] to log into an AWS SSO session. Here's a +brief walk-through: + +1. Create a new AWS SSO enabled profile using the AWS CLI. It will ask you to login to your AWS SSO + account and prompt for the name of the profile: + +```console +$ aws configure sso +... +... +CLI profile name [123456789011_ReadOnly]: my-sso-profile +``` + +2. Configure your SDK client with the SSO credential provider: + +```javascript +//... +const client = new FooClient({ credentials: fromSSO({ profile: "my-sso-profile" }); +``` + +Alternatively, the SSO credential provider is supported in shared INI credentials provider + +```javascript +//... +const client = new FooClient({ credentials: fromIni({ profile: "my-sso-profile" }); +``` + +3. To log out from the current SSO session, use the AWS CLI: + +```console +$ aws sso logout +Successfully signed out of all SSO profiles. +``` + +### Sample files + +This credential provider is only applicable if the profile specified in shared configuration and +credentials files contain ALL of the following entries. + +#### `~/.aws/credentials` + +```ini +[sample-profile] +sso_account_id = 012345678901 +sso_region = us-east-1 +sso_role_name = SampleRole +sso_start_url = https://d-abc123.awsapps.com/start +``` + +#### `~/.aws/config` + +```ini +[profile sample-profile] +sso_account_id = 012345678901 +sso_region = us-east-1 +sso_role_name = SampleRole +sso_start_url = https://d-abc123.awsapps.com/start +``` + +## `fromNodeProviderChain()` + +The credential provider used as default in the Node.js clients, but with default role assumers so +you don't need to import them from STS client and supply them manually. You normally don't need +to use this explicitly in the client constructor. It is useful for utility functions requiring +credentials like S3 presigner, or RDS signer. + +This credential provider will attempt to find credentials from the following sources (listed in +order of precedence): + +- [Environment variables exposed via `process.env`](#fromenv) +- [SSO credentials from token cache](#fromsso) +- [Web identity token credentials](#fromtokenfile) +- [Shared credentials and config ini files](#fromini) +- [The EC2/ECS Instance Metadata Service](#fromcontainermetadata-and-frominstancemetadata) + +This credential provider will invoke one provider at a time and only +continue to the next if no credentials have been located. For example, if +the process finds values defined via the `AWS_ACCESS_KEY_ID` and +`AWS_SECRET_ACCESS_KEY` environment variables, the files at +`~/.aws/credentials` and `~/.aws/config` will not be read, nor will any +messages be sent to the Instance Metadata Service + +```js +import { fromNodeProviderChain } from "@aws-sdk/credential-providers"; // ES6 import +// const { fromNodeProviderChain } = require("@aws-sdk/credential-providers") // CommonJS import +const credentialProvider = fromNodeProviderChain({ + //...any input of fromEnv(), fromSSO(), fromTokenFile(), fromIni(), + // fromProcess(), fromInstanceMetadata(), fromContainerMetadata() + // Optional. Custom STS client configurations overriding the default ones. + clientConfig: { region }, +}); +``` + +## Add Custom Headers to STS assume-role calls + +You can specify the plugins--groups of middleware, to inject to the STS client. +For example, you can inject custom headers to each STS assume-role calls. It's +available in [`fromTemporaryCredentials()`](#fromtemporarycredentials), +[`fromWebToken()`](#fromwebtoken), [`fromTokenFile()`](#fromtokenfile), [`fromIni()`](#fromini). + +Code example: + +```javascript +const addConfusedDeputyMiddleware = (next) => (args) => { + args.request.headers["x-amz-source-account"] = account; + args.request.headers["x-amz-source-arn"] = sourceArn; + return next(args); +}; +const confusedDeputyPlugin = { + applyToStack: (stack) => { + stack.add(addConfusedDeputyMiddleware, { step: "finalizeRequest" }); + }, +}; +const provider = fromTemporaryCredentials({ + // Required. Options passed to STS AssumeRole operation. + params: { + RoleArn: "arn:aws:iam::1234567890:role/Role", + }, + clientPlugins: [confusedDeputyPlugin], +}); +``` + +[getcredentialsforidentity_api]: https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_GetCredentialsForIdentity.html +[getid_api]: https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_GetId.html +[assumerole_api]: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html +[assumerolewithwebidentity_api]: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html +[iam_roles_for_tasks]: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html +[iam_roles_for_ec2]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html +[config_instance_metadata]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html +[iso8601_standard]: https://en.wikipedia.org/wiki/ISO_8601 +[sso_api]: https://aws.amazon.com/single-sign-on/ +[shared_config_files]: https://docs.aws.amazon.com/credref/latest/refdocs/creds-config-files.html +[cli_sso]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html#sso-configure-profile diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js new file mode 100644 index 000000000..e1ff0e085 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentity.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromCognitoIdentity = void 0; +const client_cognito_identity_1 = require("@aws-sdk/client-cognito-identity"); +const credential_provider_cognito_identity_1 = require("@aws-sdk/credential-provider-cognito-identity"); +const fromCognitoIdentity = (options) => { + var _a; + return (0, credential_provider_cognito_identity_1.fromCognitoIdentity)({ + ...options, + client: new client_cognito_identity_1.CognitoIdentityClient((_a = options.clientConfig) !== null && _a !== void 0 ? _a : {}), + }); +}; +exports.fromCognitoIdentity = fromCognitoIdentity; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js new file mode 100644 index 000000000..e8d12c96b --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromCognitoIdentityPool.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromCognitoIdentityPool = void 0; +const client_cognito_identity_1 = require("@aws-sdk/client-cognito-identity"); +const credential_provider_cognito_identity_1 = require("@aws-sdk/credential-provider-cognito-identity"); +const fromCognitoIdentityPool = (options) => { + var _a; + return (0, credential_provider_cognito_identity_1.fromCognitoIdentityPool)({ + ...options, + client: new client_cognito_identity_1.CognitoIdentityClient((_a = options.clientConfig) !== null && _a !== void 0 ? _a : {}), + }); +}; +exports.fromCognitoIdentityPool = fromCognitoIdentityPool; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js new file mode 100644 index 000000000..fdf042232 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromContainerMetadata.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromContainerMetadata = void 0; +const credential_provider_imds_1 = require("@aws-sdk/credential-provider-imds"); +const fromContainerMetadata = (init) => (0, credential_provider_imds_1.fromContainerMetadata)(init); +exports.fromContainerMetadata = fromContainerMetadata; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js new file mode 100644 index 000000000..c1bb3ba75 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromEnv.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromEnv = void 0; +const credential_provider_env_1 = require("@aws-sdk/credential-provider-env"); +const fromEnv = () => (0, credential_provider_env_1.fromEnv)(); +exports.fromEnv = fromEnv; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js new file mode 100644 index 000000000..a52c438f9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromIni.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromIni = void 0; +const client_sts_1 = require("@aws-sdk/client-sts"); +const credential_provider_ini_1 = require("@aws-sdk/credential-provider-ini"); +const fromIni = (init = {}) => { + var _a, _b; + return (0, credential_provider_ini_1.fromIni)({ + ...init, + roleAssumer: (_a = init.roleAssumer) !== null && _a !== void 0 ? _a : (0, client_sts_1.getDefaultRoleAssumer)(init.clientConfig, init.clientPlugins), + roleAssumerWithWebIdentity: (_b = init.roleAssumerWithWebIdentity) !== null && _b !== void 0 ? _b : (0, client_sts_1.getDefaultRoleAssumerWithWebIdentity)(init.clientConfig, init.clientPlugins), + }); +}; +exports.fromIni = fromIni; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js new file mode 100644 index 000000000..1481c7e1e --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromInstanceMetadata.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromInstanceMetadata = void 0; +const credential_provider_imds_1 = require("@aws-sdk/credential-provider-imds"); +const fromInstanceMetadata = (init) => (0, credential_provider_imds_1.fromInstanceMetadata)(init); +exports.fromInstanceMetadata = fromInstanceMetadata; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js new file mode 100644 index 000000000..e04e1949e --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromNodeProviderChain.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromNodeProviderChain = void 0; +const client_sts_1 = require("@aws-sdk/client-sts"); +const credential_provider_node_1 = require("@aws-sdk/credential-provider-node"); +const fromNodeProviderChain = (init = {}) => { + var _a, _b; + return (0, credential_provider_node_1.defaultProvider)({ + ...init, + roleAssumer: (_a = init.roleAssumer) !== null && _a !== void 0 ? _a : (0, client_sts_1.getDefaultRoleAssumer)(init.clientConfig, init.clientPlugins), + roleAssumerWithWebIdentity: (_b = init.roleAssumerWithWebIdentity) !== null && _b !== void 0 ? _b : (0, client_sts_1.getDefaultRoleAssumerWithWebIdentity)(init.clientConfig, init.clientPlugins), + }); +}; +exports.fromNodeProviderChain = fromNodeProviderChain; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js new file mode 100644 index 000000000..58a65abda --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromProcess.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromProcess = void 0; +const credential_provider_process_1 = require("@aws-sdk/credential-provider-process"); +const fromProcess = (init) => (0, credential_provider_process_1.fromProcess)(init); +exports.fromProcess = fromProcess; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js new file mode 100644 index 000000000..980e8915d --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromSSO.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromSSO = void 0; +const client_sso_1 = require("@aws-sdk/client-sso"); +const credential_provider_sso_1 = require("@aws-sdk/credential-provider-sso"); +const fromSSO = (init = {}) => (0, credential_provider_sso_1.fromSSO)({ ...{ ssoClient: init.clientConfig ? new client_sso_1.SSOClient(init.clientConfig) : undefined }, ...init }); +exports.fromSSO = fromSSO; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js new file mode 100644 index 000000000..50e89b67c --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTemporaryCredentials.js @@ -0,0 +1,36 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromTemporaryCredentials = void 0; +const client_sts_1 = require("@aws-sdk/client-sts"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromTemporaryCredentials = (options) => { + let stsClient; + return async () => { + var _a; + const params = { ...options.params, RoleSessionName: (_a = options.params.RoleSessionName) !== null && _a !== void 0 ? _a : "aws-sdk-js-" + Date.now() }; + if (params === null || params === void 0 ? void 0 : params.SerialNumber) { + if (!options.mfaCodeProvider) { + throw new property_provider_1.CredentialsProviderError(`Temporary credential requires multi-factor authentication,` + ` but no MFA code callback was provided.`, false); + } + params.TokenCode = await options.mfaCodeProvider(params === null || params === void 0 ? void 0 : params.SerialNumber); + } + if (!stsClient) + stsClient = new client_sts_1.STSClient({ ...options.clientConfig, credentials: options.masterCredentials }); + if (options.clientPlugins) { + for (const plugin of options.clientPlugins) { + stsClient.middlewareStack.use(plugin); + } + } + const { Credentials } = await stsClient.send(new client_sts_1.AssumeRoleCommand(params)); + if (!Credentials || !Credentials.AccessKeyId || !Credentials.SecretAccessKey) { + throw new property_provider_1.CredentialsProviderError(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`); + } + return { + accessKeyId: Credentials.AccessKeyId, + secretAccessKey: Credentials.SecretAccessKey, + sessionToken: Credentials.SessionToken, + expiration: Credentials.Expiration, + }; + }; +}; +exports.fromTemporaryCredentials = fromTemporaryCredentials; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js new file mode 100644 index 000000000..9718585a0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromTokenFile.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromTokenFile = void 0; +const client_sts_1 = require("@aws-sdk/client-sts"); +const credential_provider_web_identity_1 = require("@aws-sdk/credential-provider-web-identity"); +const fromTokenFile = (init = {}) => { + var _a; + return (0, credential_provider_web_identity_1.fromTokenFile)({ + ...init, + roleAssumerWithWebIdentity: (_a = init.roleAssumerWithWebIdentity) !== null && _a !== void 0 ? _a : (0, client_sts_1.getDefaultRoleAssumerWithWebIdentity)(init.clientConfig, init.clientPlugins), + }); +}; +exports.fromTokenFile = fromTokenFile; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js new file mode 100644 index 000000000..50a6206b4 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/fromWebToken.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromWebToken = void 0; +const client_sts_1 = require("@aws-sdk/client-sts"); +const credential_provider_web_identity_1 = require("@aws-sdk/credential-provider-web-identity"); +const fromWebToken = (init) => { + var _a; + return (0, credential_provider_web_identity_1.fromWebToken)({ + ...init, + roleAssumerWithWebIdentity: (_a = init.roleAssumerWithWebIdentity) !== null && _a !== void 0 ? _a : (0, client_sts_1.getDefaultRoleAssumerWithWebIdentity)(init.clientConfig, init.clientPlugins), + }); +}; +exports.fromWebToken = fromWebToken; diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js new file mode 100644 index 000000000..6c61b845f --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/index.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromCognitoIdentity"), exports); +tslib_1.__exportStar(require("./fromCognitoIdentityPool"), exports); +tslib_1.__exportStar(require("./fromContainerMetadata"), exports); +tslib_1.__exportStar(require("./fromEnv"), exports); +tslib_1.__exportStar(require("./fromIni"), exports); +tslib_1.__exportStar(require("./fromInstanceMetadata"), exports); +tslib_1.__exportStar(require("./fromNodeProviderChain"), exports); +tslib_1.__exportStar(require("./fromProcess"), exports); +tslib_1.__exportStar(require("./fromSSO"), exports); +tslib_1.__exportStar(require("./fromTemporaryCredentials"), exports); +tslib_1.__exportStar(require("./fromTokenFile"), exports); +tslib_1.__exportStar(require("./fromWebToken"), exports); diff --git a/node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js b/node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js new file mode 100644 index 000000000..1a1966558 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-cjs/index.web.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromCognitoIdentity"), exports); +tslib_1.__exportStar(require("./fromCognitoIdentityPool"), exports); +tslib_1.__exportStar(require("./fromTemporaryCredentials"), exports); +tslib_1.__exportStar(require("./fromWebToken"), exports); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js new file mode 100644 index 000000000..afb2da2a6 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js @@ -0,0 +1,6 @@ +import { CognitoIdentityClient } from "@aws-sdk/client-cognito-identity"; +import { fromCognitoIdentity as _fromCognitoIdentity, } from "@aws-sdk/credential-provider-cognito-identity"; +export const fromCognitoIdentity = (options) => _fromCognitoIdentity({ + ...options, + client: new CognitoIdentityClient(options.clientConfig ?? {}), +}); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js new file mode 100644 index 000000000..9377bf3b4 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js @@ -0,0 +1,6 @@ +import { CognitoIdentityClient } from "@aws-sdk/client-cognito-identity"; +import { fromCognitoIdentityPool as _fromCognitoIdentityPool, } from "@aws-sdk/credential-provider-cognito-identity"; +export const fromCognitoIdentityPool = (options) => _fromCognitoIdentityPool({ + ...options, + client: new CognitoIdentityClient(options.clientConfig ?? {}), +}); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js new file mode 100644 index 000000000..3824944fd --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js @@ -0,0 +1,2 @@ +import { fromContainerMetadata as _fromContainerMetadata, } from "@aws-sdk/credential-provider-imds"; +export const fromContainerMetadata = (init) => _fromContainerMetadata(init); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js new file mode 100644 index 000000000..6e0265cd1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromEnv.js @@ -0,0 +1,2 @@ +import { fromEnv as _fromEnv } from "@aws-sdk/credential-provider-env"; +export const fromEnv = () => _fromEnv(); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js new file mode 100644 index 000000000..2dbf4d3d0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromIni.js @@ -0,0 +1,7 @@ +import { getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity } from "@aws-sdk/client-sts"; +import { fromIni as _fromIni } from "@aws-sdk/credential-provider-ini"; +export const fromIni = (init = {}) => _fromIni({ + ...init, + roleAssumer: init.roleAssumer ?? getDefaultRoleAssumer(init.clientConfig, init.clientPlugins), + roleAssumerWithWebIdentity: init.roleAssumerWithWebIdentity ?? getDefaultRoleAssumerWithWebIdentity(init.clientConfig, init.clientPlugins), +}); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js new file mode 100644 index 000000000..46562694e --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js @@ -0,0 +1,2 @@ +import { fromInstanceMetadata as _fromInstanceMetadata, } from "@aws-sdk/credential-provider-imds"; +export const fromInstanceMetadata = (init) => _fromInstanceMetadata(init); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js new file mode 100644 index 000000000..6d02336a2 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromNodeProviderChain.js @@ -0,0 +1,7 @@ +import { getDefaultRoleAssumer, getDefaultRoleAssumerWithWebIdentity } from "@aws-sdk/client-sts"; +import { defaultProvider } from "@aws-sdk/credential-provider-node"; +export const fromNodeProviderChain = (init = {}) => defaultProvider({ + ...init, + roleAssumer: init.roleAssumer ?? getDefaultRoleAssumer(init.clientConfig, init.clientPlugins), + roleAssumerWithWebIdentity: init.roleAssumerWithWebIdentity ?? getDefaultRoleAssumerWithWebIdentity(init.clientConfig, init.clientPlugins), +}); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js new file mode 100644 index 000000000..d3611a5f0 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromProcess.js @@ -0,0 +1,2 @@ +import { fromProcess as _fromProcess } from "@aws-sdk/credential-provider-process"; +export const fromProcess = (init) => _fromProcess(init); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js new file mode 100644 index 000000000..f410c784d --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromSSO.js @@ -0,0 +1,3 @@ +import { SSOClient } from "@aws-sdk/client-sso"; +import { fromSSO as _fromSSO } from "@aws-sdk/credential-provider-sso"; +export const fromSSO = (init = {}) => _fromSSO({ ...{ ssoClient: init.clientConfig ? new SSOClient(init.clientConfig) : undefined }, ...init }); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js new file mode 100644 index 000000000..9446eaeef --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromTemporaryCredentials.js @@ -0,0 +1,31 @@ +import { AssumeRoleCommand, STSClient } from "@aws-sdk/client-sts"; +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const fromTemporaryCredentials = (options) => { + let stsClient; + return async () => { + const params = { ...options.params, RoleSessionName: options.params.RoleSessionName ?? "aws-sdk-js-" + Date.now() }; + if (params?.SerialNumber) { + if (!options.mfaCodeProvider) { + throw new CredentialsProviderError(`Temporary credential requires multi-factor authentication,` + ` but no MFA code callback was provided.`, false); + } + params.TokenCode = await options.mfaCodeProvider(params?.SerialNumber); + } + if (!stsClient) + stsClient = new STSClient({ ...options.clientConfig, credentials: options.masterCredentials }); + if (options.clientPlugins) { + for (const plugin of options.clientPlugins) { + stsClient.middlewareStack.use(plugin); + } + } + const { Credentials } = await stsClient.send(new AssumeRoleCommand(params)); + if (!Credentials || !Credentials.AccessKeyId || !Credentials.SecretAccessKey) { + throw new CredentialsProviderError(`Invalid response from STS.assumeRole call with role ${params.RoleArn}`); + } + return { + accessKeyId: Credentials.AccessKeyId, + secretAccessKey: Credentials.SecretAccessKey, + sessionToken: Credentials.SessionToken, + expiration: Credentials.Expiration, + }; + }; +}; diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js new file mode 100644 index 000000000..b557ba028 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromTokenFile.js @@ -0,0 +1,6 @@ +import { getDefaultRoleAssumerWithWebIdentity } from "@aws-sdk/client-sts"; +import { fromTokenFile as _fromTokenFile, } from "@aws-sdk/credential-provider-web-identity"; +export const fromTokenFile = (init = {}) => _fromTokenFile({ + ...init, + roleAssumerWithWebIdentity: init.roleAssumerWithWebIdentity ?? getDefaultRoleAssumerWithWebIdentity(init.clientConfig, init.clientPlugins), +}); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js b/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js new file mode 100644 index 000000000..448f36126 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/fromWebToken.js @@ -0,0 +1,6 @@ +import { getDefaultRoleAssumerWithWebIdentity } from "@aws-sdk/client-sts"; +import { fromWebToken as _fromWebToken, } from "@aws-sdk/credential-provider-web-identity"; +export const fromWebToken = (init) => _fromWebToken({ + ...init, + roleAssumerWithWebIdentity: init.roleAssumerWithWebIdentity ?? getDefaultRoleAssumerWithWebIdentity(init.clientConfig, init.clientPlugins), +}); diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/index.js b/node_modules/@aws-sdk/credential-providers/dist-es/index.js new file mode 100644 index 000000000..4881d8081 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/index.js @@ -0,0 +1,12 @@ +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; +export * from "./fromContainerMetadata"; +export * from "./fromEnv"; +export * from "./fromIni"; +export * from "./fromInstanceMetadata"; +export * from "./fromNodeProviderChain"; +export * from "./fromProcess"; +export * from "./fromSSO"; +export * from "./fromTemporaryCredentials"; +export * from "./fromTokenFile"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-providers/dist-es/index.web.js b/node_modules/@aws-sdk/credential-providers/dist-es/index.web.js new file mode 100644 index 000000000..963a737b1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-es/index.web.js @@ -0,0 +1,4 @@ +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; +export * from "./fromTemporaryCredentials"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts new file mode 100644 index 000000000..246297790 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts @@ -0,0 +1,45 @@ +import { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity"; +import { CognitoIdentityCredentialProvider as _CognitoIdentityCredentialProvider, FromCognitoIdentityParameters as _FromCognitoIdentityParameters } from "@aws-sdk/credential-provider-cognito-identity"; +export interface FromCognitoIdentityParameters extends Omit<_FromCognitoIdentityParameters, "client"> { + /** + * Custom client configuration if you need overwrite default Cognito Identity client configuration. + */ + clientConfig?: CognitoIdentityClientConfig; +} +export declare type CognitoIdentityCredentialProvider = _CognitoIdentityCredentialProvider; +/** + * Creates a credential provider function that reetrieves temporary AWS credentials using Amazon Cognito's + * `GetCredentialsForIdentity` operation. + * + * Results from this function call are not cached internally. + * + * ```javascript + * import { fromCognitoIdentity } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromCognitoIdentity } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new FooClient({ + * region, + * credentials: fromCognitoIdentity({ + * // Required. The unique identifier for the identity against which credentials + * // will be issued. + * identityId: "us-east-1:128d0a74-c82f-4553-916d-90053e4a8b0f" + * // optional. The ARN of the role to be assumed when multiple roles were + * // received in the token from the identity provider. + * customRoleArn: "arn:aws:iam::1234567890:role/MYAPP-CognitoIdentity" + * // Optional. A set of name-value pairs that map provider names to provider + * // tokens. Required when using identities associated with external identity + * // providers such as Facebook. + * logins: { + * "graph.facebook.com": "FBTOKEN", + * "www.amazon.com": "AMAZONTOKEN", + * "accounts.google.com": "GOOGLETOKEN", + * "api.twitter.com": "TWITTERTOKEN'", + * "www.digits.com": "DIGITSTOKEN" + * }, + * // Optional. Custom client configuration if you need overwrite default Cognito Identity client configuration. + * clientConfig: { region } + * }), + * }); + * ``` + */ +export declare const fromCognitoIdentity: (options: FromCognitoIdentityParameters) => _CognitoIdentityCredentialProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts new file mode 100644 index 000000000..71a1b779b --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts @@ -0,0 +1,46 @@ +import { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity"; +import { CognitoIdentityCredentialProvider, FromCognitoIdentityPoolParameters as _FromCognitoIdentityPoolParameters } from "@aws-sdk/credential-provider-cognito-identity"; +export interface FromCognitoIdentityPoolParameters extends Omit<_FromCognitoIdentityPoolParameters, "client"> { + clientConfig?: CognitoIdentityClientConfig; +} +/** + * Creates a credential provider function that retrieves or generates a unique identifier using Amazon Cognito's `GetId` + * operation, then generates temporary AWS credentials using Amazon Cognito's `GetCredentialsForIdentity` operation. + * + * Results from `GetId` are cached internally, but results from `GetCredentialsForIdentity` are not. + * + * ```javascript + * import { fromCognitoIdentityPool } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromCognitoIdentityPool } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new FooClient({ + * region, + * credentials: fromCognitoIdentityPool({ + * // Required. The unique identifier for the identity pool from which an identity should be retrieved or generated. + * identityPoolId: "us-east-1:1699ebc0-7900-4099-b910-2df94f52a030"; + * // Optional. A standard AWS account ID (9+ digits) + * accountId: "123456789", + * // Optional. A cache in which to store resolved Cognito IdentityIds. + * cache: custom_storage, + * // Optional. A unique identifier for the user used to cache Cognito IdentityIds on a per-user basis. + * userIdentifier: "user_0", + * // optional. The ARN of the role to be assumed when multiple roles were + * // received in the token from the identity provider. + * customRoleArn: "arn:aws:iam::1234567890:role/MYAPP-CognitoIdentity" + * // Optional. A set of name-value pairs that map provider names to provider + * // tokens. Required when using identities associated with external identity + * // providers such as Facebook. + * logins: { + * 'graph.facebook.com': 'FBTOKEN', + * 'www.amazon.com': 'AMAZONTOKEN', + * 'accounts.google.com': 'GOOGLETOKEN', + * 'api.twitter.com': 'TWITTERTOKEN', + * 'www.digits.com': 'DIGITSTOKEN' + * }, + * // Optional. Custom client configuration if you need overwrite default Cognito Identity client configuration. + * client: new CognitoIdentityClient({ region }) + * }), + * }); + * ``` + */ +export declare const fromCognitoIdentityPool: (options: FromCognitoIdentityPoolParameters) => CognitoIdentityCredentialProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts new file mode 100644 index 000000000..8cba77474 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts @@ -0,0 +1,24 @@ +import { RemoteProviderInit as _RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface RemoteProviderInit extends _RemoteProviderInit { +} +/** + * Create a credential provider function that reads from ECS container metadata service. + * + * ```javascript + * import { fromContainerMetadata } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromContainerMetadata } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const foo = new FooClient({ + * credentials: fromInstanceMetadata({ + * // Optional. The connection timeout (in milliseconds) to apply to any remote requests. If not specified, a default value + * // of`1000` (one second) is used. + * timeout: 1000, + * // Optional. The maximum number of times any HTTP connections should be retried. If not specified, a default value of `0` + * // will be used. + * maxRetries: 0, + * }), + * }); + * ``` + */ +export declare const fromContainerMetadata: (init?: RemoteProviderInit | undefined) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts new file mode 100644 index 000000000..019de33a3 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts @@ -0,0 +1,26 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +/** + * Create a credential provider that reads credentials from the following environment variables: + * + * - `AWS_ACCESS_KEY_ID` - The access key for your AWS account. + * - `AWS_SECRET_ACCESS_KEY` - The secret key for your AWS account. + * - `AWS_SESSION_TOKEN` - The session key for your AWS account. This is only + * needed when you are using temporary credentials. + * - `AWS_CREDENTIAL_EXPIRATION` - The expiration time of the credentials contained + * in the environment variables described above. This value must be in a format + * compatible with the [ISO-8601 standard](https://en.wikipedia.org/wiki/ISO_8601) + * and is only needed when you are using temporary credentials. + * + * If either the `AWS_ACCESS_KEY_ID` or `AWS_SECRET_ACCESS_KEY` environment variable is not set or contains a falsy + * value, the promise returned by the `fromEnv` function will be rejected. + * + * ```javascript + * import { fromEnv } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromEnv } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new DynamoDBClient({ + * credentials: fromEnv(), + * }); + * ``` + */ +export declare const fromEnv: () => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts new file mode 100644 index 000000000..fa65924c5 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts @@ -0,0 +1,47 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { FromIniInit as _FromIniInit } from "@aws-sdk/credential-provider-ini"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromIniInit extends _FromIniInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +/** + * Creates a credential provider function that reads from a shared credentials file at `~/.aws/credentials` and a + * shared configuration file at `~/.aws/config`. Both files are expected to be INI formatted with section names + * corresponding to profiles. Sections in the credentials file are treated as profile names, whereas profile sections in + * the config file must have the format of`[profile profile-name]`, except for the default profile. + * + * Profiles that appear in both files will not be merged, and the version that appears in the credentials file will be + * given precedence over the profile found in the config file. + * + * ```javascript + * import { fromIni } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromIni } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new FooClient({ + * credentials: fromIni({ + * // Optional. The configuration profile to use. If not specified, the provider will use the value in the + * // `AWS_PROFILE` environment variable or a default of `default`. + * profile: "profile", + * // Optional. The path to the shared credentials file. If not specified, the provider will use the value in the + * // `AWS_SHARED_CREDENTIALS_FILE` environment variable or a default of `~/.aws/credentials`. + * filepath: "~/.aws/credentials", + * // Optional. The path to the shared config file. If not specified, the provider will use the value in the + * // `AWS_CONFIG_FILE` environment variable or a default of `~/.aws/config`. + * configFilepath: "~/.aws/config", + * // Optional. A function that returns a a promise fulfilled with an MFA token code for the provided MFA Serial + * // code. If a profile requires an MFA code and `mfaCodeProvider` is not a valid function, the credential provider + * // promise will be rejected. + * mfaCodeProvider: async (mfaSerial) => { + * return "token"; + * }, + * // Optional. Custom STS client configurations overriding the default ones. + * clientConfig: { region }, + * // Optional. Custom STS client middleware plugin to modify the client default behavior. + * // e.g. adding custom headers. + * clientPlugins: [addFooHeadersPlugin], + * }), + * }); + * ``` + */ +export declare const fromIni: (init?: FromIniInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts new file mode 100644 index 000000000..42fffeba8 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts @@ -0,0 +1,22 @@ +import { RemoteProviderConfig as _RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +/** + * Creates a credential provider function that reads from the EC2 instance metadata service. + * + * ```javascript + * import { fromInstanceMetadata } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromInstanceMetadata } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new DynamoDBClient({ + * credentials: fromInstanceMetadata({ + * // Optional. The connection timeout (in milliseconds) to apply to any remote requests. If not specified, a + * // default value of`1000` (one second) is used. + * timeout: 1000, + * // Optional. The maximum number of times any HTTP connections should be retried. If not specified, a default + * // value of `0` will be used. + * maxRetries: 0, + * }), + * }); + * ``` + */ +export declare const fromInstanceMetadata: (init?: _RemoteProviderInit | undefined) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts new file mode 100644 index 000000000..5049dacf9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts @@ -0,0 +1,33 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { DefaultProviderInit } from "@aws-sdk/credential-provider-node"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface fromNodeProviderChainInit extends DefaultProviderInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +/** + * This is the same credential provider as {@link defaultProvider|the default provider for Node.js SDK}, + * but with default role assumers so you don't need to import them from + * STS client and supply them manually. + * + * You normally don't need to use this explicitly in the client constructor. + * It is useful for utility functions requiring credentials like S3 presigner, + * or RDS signer. + * + * ```js + * import { fromNodeProviderChain } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromNodeProviderChain } = require("@aws-sdk/credential-providers") // CommonJS import + * + * const credentialProvider = fromNodeProviderChain({ + * //...any input of fromEnv(), fromSSO(), fromTokenFile(), fromIni(), + * // fromProcess(), fromInstanceMetadata(), fromContainerMetadata() + * + * // Optional. Custom STS client configurations overriding the default ones. + * clientConfig: { region }, + * // Optional. Custom STS client middleware plugin to modify the client default behavior. + * // e.g. adding custom headers. + * clientPlugins: [addFooHeadersPlugin], + * }) + * ``` + */ +export declare const fromNodeProviderChain: (init?: fromNodeProviderChainInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts new file mode 100644 index 000000000..dbbf55ede --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts @@ -0,0 +1,28 @@ +import { FromProcessInit as _FromProcessInit } from "@aws-sdk/credential-provider-process"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface FromProcessInit extends _FromProcessInit { +} +/** + * Creates a credential provider function that executes a given process and attempt to read its standard output to + * receive a JSON payload containing the credentials. + * + * ```javascript + * import { fromProcess } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromProcess } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new FooClient({ + * credentials: fromProcess({ + * // Optional. The configuration profile to use. If not specified, the provider will use the value in the + * // `AWS_PROFILE` environment variable or a default of `default`. + * profile: "profile", + * // Optional. The path to the shared credentials file. If not specified, the provider will use the value in the + * // `AWS_SHARED_CREDENTIALS_FILE` environment variable or a default of `~/.aws/credentials`. + * filepath: "~/.aws/credentials", + * // Optional. The path to the shared config file. If not specified, the provider will use the value in the + * // `AWS_CONFIG_FILE` environment variable or a default of `~/.aws/config`. + * configFilepath: "~/.aws/config", + * }), + * }); + * ``` + */ +export declare const fromProcess: (init?: FromProcessInit | undefined) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts new file mode 100644 index 000000000..ef8ca2c40 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts @@ -0,0 +1,48 @@ +import { SSOClientConfig } from "@aws-sdk/client-sso"; +import { FromSSOInit as _FromSSOInit } from "@aws-sdk/credential-provider-sso"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface FromSSOInit extends Omit<_FromSSOInit, "client"> { + clientConfig?: SSOClientConfig; +} +/** + * Creates a credential provider function that reads from the _resolved_ access token from local disk then requests + * temporary AWS credentials. + * + * You can create the `AwsCredentialIdentityProvider` functions using the inline SSO parameters(`ssoStartUrl`, `ssoAccountId`, + * `ssoRegion`, `ssoRoleName`) or load them from [AWS SDKs and Tools shared configuration and credentials files](https://docs.aws.amazon.com/credref/latest/refdocs/creds-config-files.html). + * Profiles in the `credentials` file are given precedence over profiles in the `config` file. + * + * ```javascript + * import { fromSSO } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromSSO } = require(@aws-sdk/credential-providers") // CommonJS import + * + * const client = new FooClient({ + * credentials: fromSSO({ + * // Optional. The configuration profile to use. If not specified, the provider will use the value in the + * // `AWS_PROFILE` environment variable or `default` by default. + * profile: "my-sso-profile", + * // Optional. The path to the shared credentials file. If not specified, the provider will use the value in the + * // `AWS_SHARED_CREDENTIALS_FILE` environment variable or a default of `~/.aws/credentials`. + * filepath: "~/.aws/credentials", + * // Optional. The path to the shared config file. If not specified, the provider will use the value in the + * // `AWS_CONFIG_FILE` environment variable or a default of `~/.aws/config`. + * configFilepath: "~/.aws/config", + * // Optional. The URL to the AWS SSO service. Required if any of the `sso*` options(except for `ssoClient`) is + * // provided. + * ssoStartUrl: "https://d-abc123.awsapps.com/start", + * // Optional. The ID of the AWS account to use for temporary credentials. Required if any of the `sso*` + * // options(except for `ssoClient`) is provided. + * ssoAccountId: "1234567890", + * // Optional. The AWS region to use for temporary credentials. Required if any of the `sso*` options(except for + * // `ssoClient`) is provided. + * ssoRegion: "us-east-1", + * // Optional. The name of the AWS role to assume. Required if any of the `sso*` options(except for `ssoClient`) is + * // provided. + * ssoRoleName: "SampleRole", + * // Optional. Overwrite the configuration used construct the SSO service client. + * clientConfig: { region }, + * }), + * }); + * ``` + */ +export declare const fromSSO: (init?: FromSSOInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts new file mode 100644 index 000000000..8da3c9522 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.d.ts @@ -0,0 +1,52 @@ +import { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/client-sts"; +import { AwsCredentialIdentity, AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromTemporaryCredentialsOptions { + params: Omit & { + RoleSessionName?: string; + }; + masterCredentials?: AwsCredentialIdentity | AwsCredentialIdentityProvider; + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; + mfaCodeProvider?: (mfaSerial: string) => Promise; +} +/** + * Creates a credential provider function that retrieves temporary credentials from STS AssumeRole API. + * + * ```javascript + * import { fromTemporaryCredentials } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromTemporaryCredentials } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new FooClient({ + * region, + * credentials: fromTemporaryCredentials( + * // Optional. The master credentials used to get and refresh temporary credentials from AWS STS. If skipped, it uses + * // the default credential resolved by internal STS client. + * masterCredentials: fromTemporaryCredentials({ + * params: { RoleArn: "arn:aws:iam::1234567890:role/RoleA" } + * }), + * // Required. Options passed to STS AssumeRole operation. + * params: { + * // Required. ARN of role to assume. + * RoleArn: "arn:aws:iam::1234567890:role/RoleB", + * // Optional. An identifier for the assumed role session. If skipped, it generates a random session name with + * // prefix of 'aws-sdk-js-'. + * RoleSessionName: "aws-sdk-js-123", + * // Optional. The duration, in seconds, of the role session. + * DurationSeconds: 3600 + * //... For more options see https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html + * }, + * // Optional. Custom STS client configurations overriding the default ones. + * clientConfig: { region }, + * // Optional. Custom STS client middleware plugin to modify the client default behavior. + * // e.g. adding custom headers. + * clientPlugins: [addFooHeadersPlugin], + * // Optional. A function that returns a promise fulfilled with an MFA token code for the provided MFA Serial code. + * // Required if `params` has `SerialNumber` config. + * mfaCodeProvider: async mfaSerial => { + * return "token" + * } + * ), + * }); + * ``` + */ +export declare const fromTemporaryCredentials: (options: FromTemporaryCredentialsOptions) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts new file mode 100644 index 000000000..527689456 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts @@ -0,0 +1,36 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { FromTokenFileInit as _FromTokenFileInit } from "@aws-sdk/credential-provider-web-identity"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromTokenFileInit extends _FromTokenFileInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +/** + * Creates a credential provider function that reads OIDC token from given file, then call STS.AssumeRoleWithWebIdentity + * API. The configurations must be specified in environmental variables: + * + * - Reads file location of where the OIDC token is stored from either provided option `webIdentityTokenFile` or + * environment variable `AWS_WEB_IDENTITY_TOKEN_FILE`. + * - Reads IAM role wanting to be assumed from either provided option `roleArn` or environment variable `AWS_ROLE_ARN`. + * - Reads optional role session name to be used to distinguish sessions from provided option `roleSessionName` or + * environment variable `AWS_ROLE_SESSION_NAME`. + * If session name is not defined, it comes up with a role session name. + * - Reads OIDC token from file on disk. + * - Calls sts:AssumeRoleWithWebIdentity via `roleAssumerWithWebIdentity` option to get credentials. + * + * ```javascript + * import { fromTokenFile } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromTokenFile } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const client = new FooClient({ + * credentials: fromTokenFile({ + * // Optional. STS client config to make the assume role request. + * clientConfig: { region } + * // Optional. Custom STS client middleware plugin to modify the client default behavior. + * // e.g. adding custom headers. + * clientPlugins: [addFooHeadersPlugin], + * }); + * }); + * ``` + */ +export declare const fromTokenFile: (init?: FromTokenFileInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts new file mode 100644 index 000000000..01aec6f13 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts @@ -0,0 +1,45 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { FromWebTokenInit as _FromWebTokenInit } from "@aws-sdk/credential-provider-web-identity"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromWebTokenInit extends _FromWebTokenInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +/** + * Creates a credential provider function that gets credentials calling STS + * AssumeRoleWithWebIdentity API. + * + * ```javascript + * import { fromWebToken } from "@aws-sdk/credential-providers"; // ES6 import + * // const { fromWebToken } = require("@aws-sdk/credential-providers"); // CommonJS import + * + * const dynamodb = new DynamoDBClient({ + * region, + * credentials: fromWebToken({ + * // Required. ARN of the role that the caller is assuming. + * roleArn: "arn:aws:iam::1234567890:role/RoleA", + * // Required. The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity provider. + * webIdentityToken: await openIdProvider() + * // Optional. Custom STS client configurations overriding the default ones. + * clientConfig: { region } + * // Optional. Custom STS client middleware plugin to modify the client default behavior. + * // e.g. adding custom headers. + * clientPlugins: [addFooHeadersPlugin], + * // Optional. A function that assumes a role with web identity and returns a promise fulfilled with credentials for + * // the assumed role. + * roleAssumerWithWebIdentity, + * // Optional. An identifier for the assumed role session. + * roleSessionName: "session_123", + * // Optional. The fully qualified host component of the domain name of the identity provider. + * providerId: "graph.facebook.com", + * // Optional. ARNs of the IAM managed policies that you want to use as managed session. + * policyArns: [{arn: "arn:aws:iam::1234567890:policy/SomePolicy"}], + * // Optional. An IAM policy in JSON format that you want to use as an inline session policy. + * policy: "JSON_STRING", + * // Optional. The duration, in seconds, of the role session. Default to 3600. + * durationSeconds: 7200 + * }), + * }); + * ``` + */ +export declare const fromWebToken: (init: FromWebTokenInit) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts new file mode 100644 index 000000000..4881d8081 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/index.d.ts @@ -0,0 +1,12 @@ +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; +export * from "./fromContainerMetadata"; +export * from "./fromEnv"; +export * from "./fromIni"; +export * from "./fromInstanceMetadata"; +export * from "./fromNodeProviderChain"; +export * from "./fromProcess"; +export * from "./fromSSO"; +export * from "./fromTemporaryCredentials"; +export * from "./fromTokenFile"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts new file mode 100644 index 000000000..963a737b1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/index.web.d.ts @@ -0,0 +1,4 @@ +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; +export * from "./fromTemporaryCredentials"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts new file mode 100644 index 000000000..30738718e --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentity.d.ts @@ -0,0 +1,17 @@ +import { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity"; +import { + CognitoIdentityCredentialProvider as _CognitoIdentityCredentialProvider, + FromCognitoIdentityParameters as _FromCognitoIdentityParameters, +} from "@aws-sdk/credential-provider-cognito-identity"; +export interface FromCognitoIdentityParameters + extends Pick< + _FromCognitoIdentityParameters, + Exclude + > { + clientConfig?: CognitoIdentityClientConfig; +} +export declare type CognitoIdentityCredentialProvider = + _CognitoIdentityCredentialProvider; +export declare const fromCognitoIdentity: ( + options: FromCognitoIdentityParameters +) => _CognitoIdentityCredentialProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts new file mode 100644 index 000000000..dcead797f --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromCognitoIdentityPool.d.ts @@ -0,0 +1,15 @@ +import { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity"; +import { + CognitoIdentityCredentialProvider, + FromCognitoIdentityPoolParameters as _FromCognitoIdentityPoolParameters, +} from "@aws-sdk/credential-provider-cognito-identity"; +export interface FromCognitoIdentityPoolParameters + extends Pick< + _FromCognitoIdentityPoolParameters, + Exclude + > { + clientConfig?: CognitoIdentityClientConfig; +} +export declare const fromCognitoIdentityPool: ( + options: FromCognitoIdentityPoolParameters +) => CognitoIdentityCredentialProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts new file mode 100644 index 000000000..bee223776 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromContainerMetadata.d.ts @@ -0,0 +1,6 @@ +import { RemoteProviderInit as _RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface RemoteProviderInit extends _RemoteProviderInit {} +export declare const fromContainerMetadata: ( + init?: RemoteProviderInit | undefined +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts new file mode 100644 index 000000000..59c0d071a --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromEnv.d.ts @@ -0,0 +1,2 @@ +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const fromEnv: () => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts new file mode 100644 index 000000000..906a9f42a --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromIni.d.ts @@ -0,0 +1,10 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { FromIniInit as _FromIniInit } from "@aws-sdk/credential-provider-ini"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromIniInit extends _FromIniInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +export declare const fromIni: ( + init?: FromIniInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts new file mode 100644 index 000000000..bd9169b53 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromInstanceMetadata.d.ts @@ -0,0 +1,5 @@ +import { RemoteProviderConfig as _RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export declare const fromInstanceMetadata: ( + init?: _RemoteProviderInit | undefined +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts new file mode 100644 index 000000000..9dc7f71d9 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromNodeProviderChain.d.ts @@ -0,0 +1,10 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { DefaultProviderInit } from "@aws-sdk/credential-provider-node"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface fromNodeProviderChainInit extends DefaultProviderInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +export declare const fromNodeProviderChain: ( + init?: fromNodeProviderChainInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts new file mode 100644 index 000000000..331dec694 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromProcess.d.ts @@ -0,0 +1,6 @@ +import { FromProcessInit as _FromProcessInit } from "@aws-sdk/credential-provider-process"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface FromProcessInit extends _FromProcessInit {} +export declare const fromProcess: ( + init?: FromProcessInit | undefined +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts new file mode 100644 index 000000000..381b8d2cd --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromSSO.d.ts @@ -0,0 +1,10 @@ +import { SSOClientConfig } from "@aws-sdk/client-sso"; +import { FromSSOInit as _FromSSOInit } from "@aws-sdk/credential-provider-sso"; +import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; +export interface FromSSOInit + extends Pick<_FromSSOInit, Exclude> { + clientConfig?: SSOClientConfig; +} +export declare const fromSSO: ( + init?: FromSSOInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts new file mode 100644 index 000000000..ed841514e --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTemporaryCredentials.d.ts @@ -0,0 +1,21 @@ +import { AssumeRoleCommandInput, STSClientConfig } from "@aws-sdk/client-sts"; +import { + AwsCredentialIdentity, + AwsCredentialIdentityProvider, + Pluggable, +} from "@aws-sdk/types"; +export interface FromTemporaryCredentialsOptions { + params: Pick< + AssumeRoleCommandInput, + Exclude + > & { + RoleSessionName?: string; + }; + masterCredentials?: AwsCredentialIdentity | AwsCredentialIdentityProvider; + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; + mfaCodeProvider?: (mfaSerial: string) => Promise; +} +export declare const fromTemporaryCredentials: ( + options: FromTemporaryCredentialsOptions +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts new file mode 100644 index 000000000..fb5314d98 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromTokenFile.d.ts @@ -0,0 +1,10 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { FromTokenFileInit as _FromTokenFileInit } from "@aws-sdk/credential-provider-web-identity"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromTokenFileInit extends _FromTokenFileInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +export declare const fromTokenFile: ( + init?: FromTokenFileInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts new file mode 100644 index 000000000..a0e70073e --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/fromWebToken.d.ts @@ -0,0 +1,10 @@ +import { STSClientConfig } from "@aws-sdk/client-sts"; +import { FromWebTokenInit as _FromWebTokenInit } from "@aws-sdk/credential-provider-web-identity"; +import { AwsCredentialIdentityProvider, Pluggable } from "@aws-sdk/types"; +export interface FromWebTokenInit extends _FromWebTokenInit { + clientConfig?: STSClientConfig; + clientPlugins?: Pluggable[]; +} +export declare const fromWebToken: ( + init: FromWebTokenInit +) => AwsCredentialIdentityProvider; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..4881d8081 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.d.ts @@ -0,0 +1,12 @@ +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; +export * from "./fromContainerMetadata"; +export * from "./fromEnv"; +export * from "./fromIni"; +export * from "./fromInstanceMetadata"; +export * from "./fromNodeProviderChain"; +export * from "./fromProcess"; +export * from "./fromSSO"; +export * from "./fromTemporaryCredentials"; +export * from "./fromTokenFile"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts new file mode 100644 index 000000000..963a737b1 --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/dist-types/ts3.4/index.web.d.ts @@ -0,0 +1,4 @@ +export * from "./fromCognitoIdentity"; +export * from "./fromCognitoIdentityPool"; +export * from "./fromTemporaryCredentials"; +export * from "./fromWebToken"; diff --git a/node_modules/@aws-sdk/credential-providers/package.json b/node_modules/@aws-sdk/credential-providers/package.json new file mode 100644 index 000000000..bc06a799a --- /dev/null +++ b/node_modules/@aws-sdk/credential-providers/package.json @@ -0,0 +1,75 @@ +{ + "name": "@aws-sdk/credential-providers", + "version": "3.245.0", + "description": "A collection of credential providers, without requiring service clients like STS, Cognito", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "browser": "./dist-es/index.web.js", + "react-native": "./dist-es/index.web.js", + "sideEffects": false, + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "credentials" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-cognito-identity": "3.245.0", + "@aws-sdk/client-sso": "3.245.0", + "@aws-sdk/client-sts": "3.245.0", + "@aws-sdk/credential-provider-cognito-identity": "3.245.0", + "@aws-sdk/credential-provider-env": "3.226.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/credential-provider-ini": "3.245.0", + "@aws-sdk/credential-provider-node": "3.245.0", + "@aws-sdk/credential-provider-process": "3.226.0", + "@aws-sdk/credential-provider-sso": "3.245.0", + "@aws-sdk/credential-provider-web-identity": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/credential-providers", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/credential-providers" + } +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/LICENSE b/node_modules/@aws-sdk/fetch-http-handler/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/fetch-http-handler/README.md b/node_modules/@aws-sdk/fetch-http-handler/README.md new file mode 100644 index 000000000..e7447ae39 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/fetch-http-handler + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/fetch-http-handler/latest.svg)](https://www.npmjs.com/package/@aws-sdk/fetch-http-handler) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/fetch-http-handler.svg)](https://www.npmjs.com/package/@aws-sdk/fetch-http-handler) diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js new file mode 100644 index 000000000..979b432e6 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/fetch-http-handler.js @@ -0,0 +1,87 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.FetchHttpHandler = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const querystring_builder_1 = require("@aws-sdk/querystring-builder"); +const request_timeout_1 = require("./request-timeout"); +class FetchHttpHandler { + constructor(options) { + if (typeof options === "function") { + this.configProvider = options().then((opts) => opts || {}); + } + else { + this.config = options !== null && options !== void 0 ? options : {}; + this.configProvider = Promise.resolve(this.config); + } + } + destroy() { + } + async handle(request, { abortSignal } = {}) { + if (!this.config) { + this.config = await this.configProvider; + } + const requestTimeoutInMs = this.config.requestTimeout; + if (abortSignal === null || abortSignal === void 0 ? void 0 : abortSignal.aborted) { + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + return Promise.reject(abortError); + } + let path = request.path; + if (request.query) { + const queryString = (0, querystring_builder_1.buildQueryString)(request.query); + if (queryString) { + path += `?${queryString}`; + } + } + const { port, method } = request; + const url = `${request.protocol}//${request.hostname}${port ? `:${port}` : ""}${path}`; + const body = method === "GET" || method === "HEAD" ? undefined : request.body; + const requestOptions = { + body, + headers: new Headers(request.headers), + method: method, + }; + if (typeof AbortController !== "undefined") { + requestOptions["signal"] = abortSignal; + } + const fetchRequest = new Request(url, requestOptions); + const raceOfPromises = [ + fetch(fetchRequest).then((response) => { + const fetchHeaders = response.headers; + const transformedHeaders = {}; + for (const pair of fetchHeaders.entries()) { + transformedHeaders[pair[0]] = pair[1]; + } + const hasReadableStream = response.body !== undefined; + if (!hasReadableStream) { + return response.blob().then((body) => ({ + response: new protocol_http_1.HttpResponse({ + headers: transformedHeaders, + statusCode: response.status, + body, + }), + })); + } + return { + response: new protocol_http_1.HttpResponse({ + headers: transformedHeaders, + statusCode: response.status, + body: response.body, + }), + }; + }), + (0, request_timeout_1.requestTimeout)(requestTimeoutInMs), + ]; + if (abortSignal) { + raceOfPromises.push(new Promise((resolve, reject) => { + abortSignal.onabort = () => { + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + }; + })); + } + return Promise.race(raceOfPromises); + } +} +exports.FetchHttpHandler = FetchHttpHandler; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js new file mode 100644 index 000000000..df8ffde60 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fetch-http-handler"), exports); +tslib_1.__exportStar(require("./stream-collector"), exports); diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js new file mode 100644 index 000000000..4e535c2cf --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/request-timeout.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.requestTimeout = void 0; +function requestTimeout(timeoutInMs = 0) { + return new Promise((resolve, reject) => { + if (timeoutInMs) { + setTimeout(() => { + const timeoutError = new Error(`Request did not complete within ${timeoutInMs} ms`); + timeoutError.name = "TimeoutError"; + reject(timeoutError); + }, timeoutInMs); + } + }); +} +exports.requestTimeout = requestTimeout; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js new file mode 100644 index 000000000..ffe06cc35 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-cjs/stream-collector.js @@ -0,0 +1,50 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.streamCollector = void 0; +const util_base64_1 = require("@aws-sdk/util-base64"); +const streamCollector = (stream) => { + if (typeof Blob === "function" && stream instanceof Blob) { + return collectBlob(stream); + } + return collectStream(stream); +}; +exports.streamCollector = streamCollector; +async function collectBlob(blob) { + const base64 = await readToBase64(blob); + const arrayBuffer = (0, util_base64_1.fromBase64)(base64); + return new Uint8Array(arrayBuffer); +} +async function collectStream(stream) { + let res = new Uint8Array(0); + const reader = stream.getReader(); + let isDone = false; + while (!isDone) { + const { done, value } = await reader.read(); + if (value) { + const prior = res; + res = new Uint8Array(prior.length + value.length); + res.set(prior); + res.set(value, prior.length); + } + isDone = done; + } + return res; +} +function readToBase64(blob) { + return new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onloadend = () => { + var _a; + if (reader.readyState !== 2) { + return reject(new Error("Reader aborted too early")); + } + const result = ((_a = reader.result) !== null && _a !== void 0 ? _a : ""); + const commaIndex = result.indexOf(","); + const dataOffset = commaIndex > -1 ? commaIndex + 1 : result.length; + resolve(result.substring(dataOffset)); + }; + reader.onabort = () => reject(new Error("Read aborted")); + reader.onerror = () => reject(reader.error); + reader.readAsDataURL(blob); + }); +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js b/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js new file mode 100644 index 000000000..f5bf8e243 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-es/fetch-http-handler.js @@ -0,0 +1,83 @@ +import { HttpResponse } from "@aws-sdk/protocol-http"; +import { buildQueryString } from "@aws-sdk/querystring-builder"; +import { requestTimeout } from "./request-timeout"; +export class FetchHttpHandler { + constructor(options) { + if (typeof options === "function") { + this.configProvider = options().then((opts) => opts || {}); + } + else { + this.config = options ?? {}; + this.configProvider = Promise.resolve(this.config); + } + } + destroy() { + } + async handle(request, { abortSignal } = {}) { + if (!this.config) { + this.config = await this.configProvider; + } + const requestTimeoutInMs = this.config.requestTimeout; + if (abortSignal?.aborted) { + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + return Promise.reject(abortError); + } + let path = request.path; + if (request.query) { + const queryString = buildQueryString(request.query); + if (queryString) { + path += `?${queryString}`; + } + } + const { port, method } = request; + const url = `${request.protocol}//${request.hostname}${port ? `:${port}` : ""}${path}`; + const body = method === "GET" || method === "HEAD" ? undefined : request.body; + const requestOptions = { + body, + headers: new Headers(request.headers), + method: method, + }; + if (typeof AbortController !== "undefined") { + requestOptions["signal"] = abortSignal; + } + const fetchRequest = new Request(url, requestOptions); + const raceOfPromises = [ + fetch(fetchRequest).then((response) => { + const fetchHeaders = response.headers; + const transformedHeaders = {}; + for (const pair of fetchHeaders.entries()) { + transformedHeaders[pair[0]] = pair[1]; + } + const hasReadableStream = response.body !== undefined; + if (!hasReadableStream) { + return response.blob().then((body) => ({ + response: new HttpResponse({ + headers: transformedHeaders, + statusCode: response.status, + body, + }), + })); + } + return { + response: new HttpResponse({ + headers: transformedHeaders, + statusCode: response.status, + body: response.body, + }), + }; + }), + requestTimeout(requestTimeoutInMs), + ]; + if (abortSignal) { + raceOfPromises.push(new Promise((resolve, reject) => { + abortSignal.onabort = () => { + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + }; + })); + } + return Promise.race(raceOfPromises); + } +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js b/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js new file mode 100644 index 000000000..a0c61f1b0 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./fetch-http-handler"; +export * from "./stream-collector"; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js b/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js new file mode 100644 index 000000000..66b09b260 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-es/request-timeout.js @@ -0,0 +1,11 @@ +export function requestTimeout(timeoutInMs = 0) { + return new Promise((resolve, reject) => { + if (timeoutInMs) { + setTimeout(() => { + const timeoutError = new Error(`Request did not complete within ${timeoutInMs} ms`); + timeoutError.name = "TimeoutError"; + reject(timeoutError); + }, timeoutInMs); + } + }); +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js b/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js new file mode 100644 index 000000000..2d7dd638d --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-es/stream-collector.js @@ -0,0 +1,45 @@ +import { fromBase64 } from "@aws-sdk/util-base64"; +export const streamCollector = (stream) => { + if (typeof Blob === "function" && stream instanceof Blob) { + return collectBlob(stream); + } + return collectStream(stream); +}; +async function collectBlob(blob) { + const base64 = await readToBase64(blob); + const arrayBuffer = fromBase64(base64); + return new Uint8Array(arrayBuffer); +} +async function collectStream(stream) { + let res = new Uint8Array(0); + const reader = stream.getReader(); + let isDone = false; + while (!isDone) { + const { done, value } = await reader.read(); + if (value) { + const prior = res; + res = new Uint8Array(prior.length + value.length); + res.set(prior); + res.set(value, prior.length); + } + isDone = done; + } + return res; +} +function readToBase64(blob) { + return new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onloadend = () => { + if (reader.readyState !== 2) { + return reject(new Error("Reader aborted too early")); + } + const result = (reader.result ?? ""); + const commaIndex = result.indexOf(","); + const dataOffset = commaIndex > -1 ? commaIndex + 1 : result.length; + resolve(result.substring(dataOffset)); + }; + reader.onabort = () => reject(new Error("Read aborted")); + reader.onerror = () => reject(reader.error); + reader.readAsDataURL(blob); + }); +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts new file mode 100644 index 000000000..b5c25ee84 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/fetch-http-handler.d.ts @@ -0,0 +1,21 @@ +import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +/** + * Represents the http options that can be passed to a browser http client. + */ +export interface FetchHttpHandlerOptions { + /** + * The number of milliseconds a request can take before being automatically + * terminated. + */ + requestTimeout?: number; +} +export declare class FetchHttpHandler implements HttpHandler { + private config?; + private readonly configProvider; + constructor(options?: FetchHttpHandlerOptions | Provider); + destroy(): void; + handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{ + response: HttpResponse; + }>; +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts new file mode 100644 index 000000000..a0c61f1b0 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./fetch-http-handler"; +export * from "./stream-collector"; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts new file mode 100644 index 000000000..28d784b29 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/request-timeout.d.ts @@ -0,0 +1 @@ +export declare function requestTimeout(timeoutInMs?: number): Promise; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts new file mode 100644 index 000000000..be9a6c6f4 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/stream-collector.d.ts @@ -0,0 +1,2 @@ +import { StreamCollector } from "@aws-sdk/types"; +export declare const streamCollector: StreamCollector; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts new file mode 100644 index 000000000..a65b431bf --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts @@ -0,0 +1,21 @@ +import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +export interface FetchHttpHandlerOptions { + requestTimeout?: number; +} +export declare class FetchHttpHandler implements HttpHandler { + private config?; + private readonly configProvider; + constructor( + options?: + | FetchHttpHandlerOptions + | Provider + ); + destroy(): void; + handle( + request: HttpRequest, + { abortSignal }?: HttpHandlerOptions + ): Promise<{ + response: HttpResponse; + }>; +} diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..a0c61f1b0 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./fetch-http-handler"; +export * from "./stream-collector"; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts new file mode 100644 index 000000000..28d784b29 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts @@ -0,0 +1 @@ +export declare function requestTimeout(timeoutInMs?: number): Promise; diff --git a/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts new file mode 100644 index 000000000..be9a6c6f4 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts @@ -0,0 +1,2 @@ +import { StreamCollector } from "@aws-sdk/types"; +export declare const streamCollector: StreamCollector; diff --git a/node_modules/@aws-sdk/fetch-http-handler/package.json b/node_modules/@aws-sdk/fetch-http-handler/package.json new file mode 100644 index 000000000..9328824b8 --- /dev/null +++ b/node_modules/@aws-sdk/fetch-http-handler/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/fetch-http-handler", + "version": "3.226.0", + "description": "Provides a way to make requests", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --coverage && karma start karma.conf.js" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/querystring-builder": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-base64": "3.208.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/abort-controller": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/fetch-http-handler", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/fetch-http-handler" + } +} diff --git a/node_modules/@aws-sdk/hash-node/LICENSE b/node_modules/@aws-sdk/hash-node/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/hash-node/README.md b/node_modules/@aws-sdk/hash-node/README.md new file mode 100644 index 000000000..917c664a5 --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/md5-node + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/hash-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/hash-node) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/hash-node.svg)](https://www.npmjs.com/package/@aws-sdk/hash-node) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/hash-node/dist-cjs/index.js b/node_modules/@aws-sdk/hash-node/dist-cjs/index.js new file mode 100644 index 000000000..fea7c6491 --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/dist-cjs/index.js @@ -0,0 +1,30 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Hash = void 0; +const util_buffer_from_1 = require("@aws-sdk/util-buffer-from"); +const buffer_1 = require("buffer"); +const crypto_1 = require("crypto"); +class Hash { + constructor(algorithmIdentifier, secret) { + this.hash = secret ? (0, crypto_1.createHmac)(algorithmIdentifier, castSourceData(secret)) : (0, crypto_1.createHash)(algorithmIdentifier); + } + update(toHash, encoding) { + this.hash.update(castSourceData(toHash, encoding)); + } + digest() { + return Promise.resolve(this.hash.digest()); + } +} +exports.Hash = Hash; +function castSourceData(toCast, encoding) { + if (buffer_1.Buffer.isBuffer(toCast)) { + return toCast; + } + if (typeof toCast === "string") { + return (0, util_buffer_from_1.fromString)(toCast, encoding); + } + if (ArrayBuffer.isView(toCast)) { + return (0, util_buffer_from_1.fromArrayBuffer)(toCast.buffer, toCast.byteOffset, toCast.byteLength); + } + return (0, util_buffer_from_1.fromArrayBuffer)(toCast); +} diff --git a/node_modules/@aws-sdk/hash-node/dist-es/index.js b/node_modules/@aws-sdk/hash-node/dist-es/index.js new file mode 100644 index 000000000..8479aa879 --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/dist-es/index.js @@ -0,0 +1,26 @@ +import { fromArrayBuffer, fromString } from "@aws-sdk/util-buffer-from"; +import { Buffer } from "buffer"; +import { createHash, createHmac } from "crypto"; +export class Hash { + constructor(algorithmIdentifier, secret) { + this.hash = secret ? createHmac(algorithmIdentifier, castSourceData(secret)) : createHash(algorithmIdentifier); + } + update(toHash, encoding) { + this.hash.update(castSourceData(toHash, encoding)); + } + digest() { + return Promise.resolve(this.hash.digest()); + } +} +function castSourceData(toCast, encoding) { + if (Buffer.isBuffer(toCast)) { + return toCast; + } + if (typeof toCast === "string") { + return fromString(toCast, encoding); + } + if (ArrayBuffer.isView(toCast)) { + return fromArrayBuffer(toCast.buffer, toCast.byteOffset, toCast.byteLength); + } + return fromArrayBuffer(toCast); +} diff --git a/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts b/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts new file mode 100644 index 000000000..fccea14ed --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts @@ -0,0 +1,7 @@ +import { Hash as IHash, SourceData } from "@aws-sdk/types"; +export declare class Hash implements IHash { + private readonly hash; + constructor(algorithmIdentifier: string, secret?: SourceData); + update(toHash: SourceData, encoding?: "utf8" | "ascii" | "latin1"): void; + digest(): Promise; +} diff --git a/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..7233ca465 --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/dist-types/ts3.4/index.d.ts @@ -0,0 +1,7 @@ +import { Hash as IHash, SourceData } from "@aws-sdk/types"; +export declare class Hash implements IHash { + private readonly hash; + constructor(algorithmIdentifier: string, secret?: SourceData); + update(toHash: SourceData, encoding?: "utf8" | "ascii" | "latin1"): void; + digest(): Promise; +} diff --git a/node_modules/@aws-sdk/hash-node/package.json b/node_modules/@aws-sdk/hash-node/package.json new file mode 100644 index 000000000..920e19d16 --- /dev/null +++ b/node_modules/@aws-sdk/hash-node/package.json @@ -0,0 +1,56 @@ +{ + "name": "@aws-sdk/hash-node", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "hash-test-vectors": "^1.3.2", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "dependencies": { + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-buffer-from": "3.208.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/hash-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/hash-node" + } +} diff --git a/node_modules/@aws-sdk/invalid-dependency/LICENSE b/node_modules/@aws-sdk/invalid-dependency/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/invalid-dependency/README.md b/node_modules/@aws-sdk/invalid-dependency/README.md new file mode 100644 index 000000000..552390b4b --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/invalid-dependency + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/invalid-dependency/latest.svg)](https://www.npmjs.com/package/@aws-sdk/invalid-dependency) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/invalid-dependency.svg)](https://www.npmjs.com/package/@aws-sdk/invalid-dependency) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js b/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js new file mode 100644 index 000000000..c760073dd --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./invalidFunction"), exports); +tslib_1.__exportStar(require("./invalidProvider"), exports); diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js b/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js new file mode 100644 index 000000000..ccff268c0 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidFunction.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.invalidFunction = void 0; +const invalidFunction = (message) => () => { + throw new Error(message); +}; +exports.invalidFunction = invalidFunction; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js b/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js new file mode 100644 index 000000000..bae05e6e0 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-cjs/invalidProvider.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.invalidProvider = void 0; +const invalidProvider = (message) => () => Promise.reject(message); +exports.invalidProvider = invalidProvider; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js b/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js new file mode 100644 index 000000000..fa0f1a606 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./invalidFunction"; +export * from "./invalidProvider"; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js b/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js new file mode 100644 index 000000000..676f9cb03 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidFunction.js @@ -0,0 +1,3 @@ +export const invalidFunction = (message) => () => { + throw new Error(message); +}; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js b/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js new file mode 100644 index 000000000..5305a0bc5 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-es/invalidProvider.js @@ -0,0 +1 @@ +export const invalidProvider = (message) => () => Promise.reject(message); diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts b/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts new file mode 100644 index 000000000..fa0f1a606 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./invalidFunction"; +export * from "./invalidProvider"; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts b/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts new file mode 100644 index 000000000..568c4c595 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts @@ -0,0 +1 @@ +export declare const invalidFunction: (message: string) => () => never; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts b/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts new file mode 100644 index 000000000..a331845b5 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts @@ -0,0 +1,2 @@ +import { Provider } from "@aws-sdk/types"; +export declare const invalidProvider: (message: string) => Provider; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..fa0f1a606 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./invalidFunction"; +export * from "./invalidProvider"; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts b/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts new file mode 100644 index 000000000..568c4c595 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts @@ -0,0 +1 @@ +export declare const invalidFunction: (message: string) => () => never; diff --git a/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts b/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts new file mode 100644 index 000000000..a331845b5 --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts @@ -0,0 +1,2 @@ +import { Provider } from "@aws-sdk/types"; +export declare const invalidProvider: (message: string) => Provider; diff --git a/node_modules/@aws-sdk/invalid-dependency/package.json b/node_modules/@aws-sdk/invalid-dependency/package.json new file mode 100644 index 000000000..d7b38845f --- /dev/null +++ b/node_modules/@aws-sdk/invalid-dependency/package.json @@ -0,0 +1,50 @@ +{ + "name": "@aws-sdk/invalid-dependency", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/invalid-dependency", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/invalid-dependency" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md b/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md new file mode 100644 index 000000000..bff6371fa --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/CHANGELOG.md @@ -0,0 +1,663 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.201.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.200.0...v3.201.0) (2022-11-01) + + +### Features + +* end support for Node.js 12.x ([#4123](https://github.com/aws/aws-sdk-js-v3/issues/4123)) ([83f913e](https://github.com/aws/aws-sdk-js-v3/commit/83f913ec2ac3878d8726c6964f585550dc5caf3e)) + + + + + +# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) + + +### Features + +* **packages:** end support for Node.js 10.x ([#3141](https://github.com/aws/aws-sdk-js-v3/issues/3141)) ([1a62865](https://github.com/aws/aws-sdk-js-v3/commit/1a6286513f7cdb556708845c512861c5f92eb883)) + + + + + +# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) + + +### Features + +* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32)) + + + + + +# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) + + +### Features + +* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e)) + + + + + +# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) + + +### Bug Fixes + +* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) + + + + + +# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) + + +### Bug Fixes + +* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) + + + + + +# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) + + +### Bug Fixes + +* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590)) + + + + + +# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) + + +### Bug Fixes + +* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) + + + + + +# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) + + +### Features + +* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) + + + + + +## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22) + + +### Bug Fixes + +* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1)) + + + + + +## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) + + +### Bug Fixes + +* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) + + + + + +# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) + + +### Features + +* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) + + + + + +# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) + + +### Features + +* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) + + + + + +# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19) + + +### Features + +* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e)) + + + + + +# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@1.0.0-gamma.6...@aws-sdk/is-array-buffer@1.0.0-gamma.7) (2020-10-07) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@1.0.0-gamma.5...@aws-sdk/is-array-buffer@1.0.0-gamma.6) (2020-08-25) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@1.0.0-gamma.4...@aws-sdk/is-array-buffer@1.0.0-gamma.5) (2020-08-04) + + +### Features + +* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6)) + + + + + +# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@1.0.0-gamma.3...@aws-sdk/is-array-buffer@1.0.0-gamma.4) (2020-07-21) + +**Note:** Version bump only for package @aws-sdk/is-array-buffer + + + + + +# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@1.0.0-gamma.2...@aws-sdk/is-array-buffer@1.0.0-gamma.3) (2020-07-13) + + +### Features + +* add code linting and prettify ([#1350](https://github.com/aws/aws-sdk-js-v3/issues/1350)) ([47770fa](https://github.com/aws/aws-sdk-js-v3/commit/47770fa493c3405f193069cd18319882529ff484)) + + + + + +# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-gamma.2) (2020-07-08) + + +### Features + +* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) + + + +# 1.0.0-gamma.1 (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-gamma.1) (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-beta.2) (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-beta.1) (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-alpha.3) (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-alpha.2) (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@1.0.0-alpha.1) (2020-01-08) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@0.1.0-preview.3) (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/is-array-buffer@0.1.0-preview.1...@aws-sdk/is-array-buffer@0.1.0-preview.2) (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) diff --git a/node_modules/@aws-sdk/is-array-buffer/LICENSE b/node_modules/@aws-sdk/is-array-buffer/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/is-array-buffer/README.md b/node_modules/@aws-sdk/is-array-buffer/README.md new file mode 100644 index 000000000..30c0c7ee7 --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/is-array-buffer + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/is-array-buffer/latest.svg)](https://www.npmjs.com/package/@aws-sdk/is-array-buffer) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/is-array-buffer.svg)](https://www.npmjs.com/package/@aws-sdk/is-array-buffer) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js b/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js new file mode 100644 index 000000000..4c449a84e --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/dist-cjs/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isArrayBuffer = void 0; +const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) || + Object.prototype.toString.call(arg) === "[object ArrayBuffer]"; +exports.isArrayBuffer = isArrayBuffer; diff --git a/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js b/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js new file mode 100644 index 000000000..8096cca36 --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/dist-es/index.js @@ -0,0 +1,2 @@ +export const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) || + Object.prototype.toString.call(arg) === "[object ArrayBuffer]"; diff --git a/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts b/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts new file mode 100644 index 000000000..72d263d00 --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts @@ -0,0 +1 @@ +export declare const isArrayBuffer: (arg: any) => arg is ArrayBuffer; diff --git a/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..72d263d00 --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export declare const isArrayBuffer: (arg: any) => arg is ArrayBuffer; diff --git a/node_modules/@aws-sdk/is-array-buffer/package.json b/node_modules/@aws-sdk/is-array-buffer/package.json new file mode 100644 index 000000000..97e05bcc2 --- /dev/null +++ b/node_modules/@aws-sdk/is-array-buffer/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/is-array-buffer", + "version": "3.201.0", + "description": "Provides a function for detecting if an argument is an ArrayBuffer", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/is-array-buffer", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/is-array-buffer" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-content-length/LICENSE b/node_modules/@aws-sdk/middleware-content-length/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/middleware-content-length/README.md b/node_modules/@aws-sdk/middleware-content-length/README.md new file mode 100644 index 000000000..468d273ef --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-content-length + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-content-length/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-content-length) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-content-length.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-content-length) diff --git a/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js new file mode 100644 index 000000000..17865ca6f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/dist-cjs/index.js @@ -0,0 +1,44 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getContentLengthPlugin = exports.contentLengthMiddlewareOptions = exports.contentLengthMiddleware = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const CONTENT_LENGTH_HEADER = "content-length"; +function contentLengthMiddleware(bodyLengthChecker) { + return (next) => async (args) => { + const request = args.request; + if (protocol_http_1.HttpRequest.isInstance(request)) { + const { body, headers } = request; + if (body && + Object.keys(headers) + .map((str) => str.toLowerCase()) + .indexOf(CONTENT_LENGTH_HEADER) === -1) { + try { + const length = bodyLengthChecker(body); + request.headers = { + ...request.headers, + [CONTENT_LENGTH_HEADER]: String(length), + }; + } + catch (error) { + } + } + } + return next({ + ...args, + request, + }); + }; +} +exports.contentLengthMiddleware = contentLengthMiddleware; +exports.contentLengthMiddlewareOptions = { + step: "build", + tags: ["SET_CONTENT_LENGTH", "CONTENT_LENGTH"], + name: "contentLengthMiddleware", + override: true, +}; +const getContentLengthPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), exports.contentLengthMiddlewareOptions); + }, +}); +exports.getContentLengthPlugin = getContentLengthPlugin; diff --git a/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js b/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js new file mode 100644 index 000000000..54fb403f7 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/dist-es/index.js @@ -0,0 +1,39 @@ +import { HttpRequest } from "@aws-sdk/protocol-http"; +const CONTENT_LENGTH_HEADER = "content-length"; +export function contentLengthMiddleware(bodyLengthChecker) { + return (next) => async (args) => { + const request = args.request; + if (HttpRequest.isInstance(request)) { + const { body, headers } = request; + if (body && + Object.keys(headers) + .map((str) => str.toLowerCase()) + .indexOf(CONTENT_LENGTH_HEADER) === -1) { + try { + const length = bodyLengthChecker(body); + request.headers = { + ...request.headers, + [CONTENT_LENGTH_HEADER]: String(length), + }; + } + catch (error) { + } + } + } + return next({ + ...args, + request, + }); + }; +} +export const contentLengthMiddlewareOptions = { + step: "build", + tags: ["SET_CONTENT_LENGTH", "CONTENT_LENGTH"], + name: "contentLengthMiddleware", + override: true, +}; +export const getContentLengthPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), contentLengthMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts new file mode 100644 index 000000000..c7f15cfeb --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/dist-types/index.d.ts @@ -0,0 +1,6 @@ +import { BodyLengthCalculator, BuildHandlerOptions, BuildMiddleware, Pluggable } from "@aws-sdk/types"; +export declare function contentLengthMiddleware(bodyLengthChecker: BodyLengthCalculator): BuildMiddleware; +export declare const contentLengthMiddlewareOptions: BuildHandlerOptions; +export declare const getContentLengthPlugin: (options: { + bodyLengthChecker: BodyLengthCalculator; +}) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..016b25cfe --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/dist-types/ts3.4/index.d.ts @@ -0,0 +1,13 @@ +import { + BodyLengthCalculator, + BuildHandlerOptions, + BuildMiddleware, + Pluggable, +} from "@aws-sdk/types"; +export declare function contentLengthMiddleware( + bodyLengthChecker: BodyLengthCalculator +): BuildMiddleware; +export declare const contentLengthMiddlewareOptions: BuildHandlerOptions; +export declare const getContentLengthPlugin: (options: { + bodyLengthChecker: BodyLengthCalculator; +}) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-content-length/package.json b/node_modules/@aws-sdk/middleware-content-length/package.json new file mode 100644 index 000000000..a4906d385 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-content-length/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/middleware-content-length", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "exit 0" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-content-length", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-content-length" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-endpoint/LICENSE b/node_modules/@aws-sdk/middleware-endpoint/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/middleware-endpoint/README.md b/node_modules/@aws-sdk/middleware-endpoint/README.md new file mode 100644 index 000000000..ca5cb2221 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/middleware-endpoint + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-endpoint/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-endpoint) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-endpoint.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-endpoint) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js new file mode 100644 index 000000000..6f0f137d3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js @@ -0,0 +1,30 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.createConfigValueProvider = void 0; +const createConfigValueProvider = (configKey, canonicalEndpointParamKey, config) => { + const configProvider = async () => { + var _a; + const configValue = (_a = config[configKey]) !== null && _a !== void 0 ? _a : config[canonicalEndpointParamKey]; + if (typeof configValue === "function") { + return configValue(); + } + return configValue; + }; + if (configKey === "endpoint" || canonicalEndpointParamKey === "endpoint") { + return async () => { + const endpoint = await configProvider(); + if (endpoint && typeof endpoint === "object") { + if ("url" in endpoint) { + return endpoint.url.href; + } + if ("hostname" in endpoint) { + const { protocol, hostname, port, path } = endpoint; + return `${protocol}//${hostname}${port ? ":" + port : ""}${path}`; + } + } + return endpoint; + }; + } + return configProvider; +}; +exports.createConfigValueProvider = createConfigValueProvider; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js new file mode 100644 index 000000000..31283fa7b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js @@ -0,0 +1,43 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveParams = exports.getEndpointFromInstructions = void 0; +const service_customizations_1 = require("../service-customizations"); +const createConfigValueProvider_1 = require("./createConfigValueProvider"); +const getEndpointFromInstructions = async (commandInput, instructionsSupplier, clientConfig, context) => { + const endpointParams = await (0, exports.resolveParams)(commandInput, instructionsSupplier, clientConfig); + if (typeof clientConfig.endpointProvider !== "function") { + throw new Error("config.endpointProvider is not set."); + } + const endpoint = clientConfig.endpointProvider(endpointParams, context); + return endpoint; +}; +exports.getEndpointFromInstructions = getEndpointFromInstructions; +const resolveParams = async (commandInput, instructionsSupplier, clientConfig) => { + var _a; + const endpointParams = {}; + const instructions = ((_a = instructionsSupplier === null || instructionsSupplier === void 0 ? void 0 : instructionsSupplier.getEndpointParameterInstructions) === null || _a === void 0 ? void 0 : _a.call(instructionsSupplier)) || {}; + for (const [name, instruction] of Object.entries(instructions)) { + switch (instruction.type) { + case "staticContextParams": + endpointParams[name] = instruction.value; + break; + case "contextParams": + endpointParams[name] = commandInput[instruction.name]; + break; + case "clientContextParams": + case "builtInParams": + endpointParams[name] = await (0, createConfigValueProvider_1.createConfigValueProvider)(instruction.name, name, clientConfig)(); + break; + default: + throw new Error("Unrecognized endpoint parameter instruction: " + JSON.stringify(instruction)); + } + } + if (Object.keys(instructions).length === 0) { + Object.assign(endpointParams, clientConfig); + } + if (String(clientConfig.serviceId).toLowerCase() === "s3") { + await (0, service_customizations_1.resolveParamsForS3)(endpointParams); + } + return endpointParams; +}; +exports.resolveParams = resolveParams; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/index.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/index.js new file mode 100644 index 000000000..59729092b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./getEndpointFromInstructions"), exports); +tslib_1.__exportStar(require("./toEndpointV1"), exports); diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js new file mode 100644 index 000000000..1cbe6f139 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toEndpointV1 = void 0; +const url_parser_1 = require("@aws-sdk/url-parser"); +const toEndpointV1 = (endpoint) => { + if (typeof endpoint === "object") { + if ("url" in endpoint) { + return (0, url_parser_1.parseUrl)(endpoint.url); + } + return endpoint; + } + return (0, url_parser_1.parseUrl)(endpoint); +}; +exports.toEndpointV1 = toEndpointV1; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/endpointMiddleware.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/endpointMiddleware.js new file mode 100644 index 000000000..46d0140f1 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/endpointMiddleware.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.endpointMiddleware = void 0; +const getEndpointFromInstructions_1 = require("./adaptors/getEndpointFromInstructions"); +const endpointMiddleware = ({ config, instructions, }) => { + return (next, context) => async (args) => { + var _a, _b; + const endpoint = await (0, getEndpointFromInstructions_1.getEndpointFromInstructions)(args.input, { + getEndpointParameterInstructions() { + return instructions; + }, + }, { ...config }, context); + context.endpointV2 = endpoint; + context.authSchemes = (_a = endpoint.properties) === null || _a === void 0 ? void 0 : _a.authSchemes; + const authScheme = (_b = context.authSchemes) === null || _b === void 0 ? void 0 : _b[0]; + if (authScheme) { + context["signing_region"] = authScheme.signingRegion; + context["signing_service"] = authScheme.signingName; + } + return next({ + ...args, + }); + }; +}; +exports.endpointMiddleware = endpointMiddleware; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/getEndpointPlugin.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/getEndpointPlugin.js new file mode 100644 index 000000000..ab192816e --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/getEndpointPlugin.js @@ -0,0 +1,22 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getEndpointPlugin = exports.endpointMiddlewareOptions = void 0; +const middleware_serde_1 = require("@aws-sdk/middleware-serde"); +const endpointMiddleware_1 = require("./endpointMiddleware"); +exports.endpointMiddlewareOptions = { + step: "serialize", + tags: ["ENDPOINT_PARAMETERS", "ENDPOINT_V2", "ENDPOINT"], + name: "endpointV2Middleware", + override: true, + relation: "before", + toMiddleware: middleware_serde_1.serializerMiddlewareOption.name, +}; +const getEndpointPlugin = (config, instructions) => ({ + applyToStack: (clientStack) => { + clientStack.addRelativeTo((0, endpointMiddleware_1.endpointMiddleware)({ + config, + instructions, + }), exports.endpointMiddlewareOptions); + }, +}); +exports.getEndpointPlugin = getEndpointPlugin; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/index.js new file mode 100644 index 000000000..3ef2a8770 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/index.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./adaptors"), exports); +tslib_1.__exportStar(require("./endpointMiddleware"), exports); +tslib_1.__exportStar(require("./getEndpointPlugin"), exports); +tslib_1.__exportStar(require("./resolveEndpointConfig"), exports); +tslib_1.__exportStar(require("./types"), exports); diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/resolveEndpointConfig.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/resolveEndpointConfig.js new file mode 100644 index 000000000..a215d7348 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/resolveEndpointConfig.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveEndpointConfig = void 0; +const util_middleware_1 = require("@aws-sdk/util-middleware"); +const toEndpointV1_1 = require("./adaptors/toEndpointV1"); +const resolveEndpointConfig = (input) => { + var _a, _b, _c; + const tls = (_a = input.tls) !== null && _a !== void 0 ? _a : true; + const { endpoint } = input; + const customEndpointProvider = endpoint != null ? async () => (0, toEndpointV1_1.toEndpointV1)(await (0, util_middleware_1.normalizeProvider)(endpoint)()) : undefined; + const isCustomEndpoint = !!endpoint; + return { + ...input, + endpoint: customEndpointProvider, + tls, + isCustomEndpoint, + useDualstackEndpoint: (0, util_middleware_1.normalizeProvider)((_b = input.useDualstackEndpoint) !== null && _b !== void 0 ? _b : false), + useFipsEndpoint: (0, util_middleware_1.normalizeProvider)((_c = input.useFipsEndpoint) !== null && _c !== void 0 ? _c : false), + }; +}; +exports.resolveEndpointConfig = resolveEndpointConfig; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/index.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/index.js new file mode 100644 index 000000000..3bb76407f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./s3"), exports); diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/s3.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/s3.js new file mode 100644 index 000000000..9ec0a1848 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/service-customizations/s3.js @@ -0,0 +1,43 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isArnBucketName = exports.isDnsCompatibleBucketName = exports.S3_HOSTNAME_PATTERN = exports.DOT_PATTERN = exports.resolveParamsForS3 = void 0; +const resolveParamsForS3 = async (endpointParams) => { + const bucket = (endpointParams === null || endpointParams === void 0 ? void 0 : endpointParams.Bucket) || ""; + if (typeof endpointParams.Bucket === "string") { + endpointParams.Bucket = bucket.replace(/#/g, encodeURIComponent("#")).replace(/\?/g, encodeURIComponent("?")); + } + if ((0, exports.isArnBucketName)(bucket)) { + if (endpointParams.ForcePathStyle === true) { + throw new Error("Path-style addressing cannot be used with ARN buckets"); + } + } + else if (!(0, exports.isDnsCompatibleBucketName)(bucket) || + (bucket.indexOf(".") !== -1 && !String(endpointParams.Endpoint).startsWith("http:")) || + bucket.toLowerCase() !== bucket || + bucket.length < 3) { + endpointParams.ForcePathStyle = true; + } + if (endpointParams.DisableMultiRegionAccessPoints) { + endpointParams.disableMultiRegionAccessPoints = true; + endpointParams.DisableMRAP = true; + } + return endpointParams; +}; +exports.resolveParamsForS3 = resolveParamsForS3; +const DOMAIN_PATTERN = /^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/; +const IP_ADDRESS_PATTERN = /(\d+\.){3}\d+/; +const DOTS_PATTERN = /\.\./; +exports.DOT_PATTERN = /\./; +exports.S3_HOSTNAME_PATTERN = /^(.+\.)?s3(-fips)?(\.dualstack)?[.-]([a-z0-9-]+)\./; +const isDnsCompatibleBucketName = (bucketName) => DOMAIN_PATTERN.test(bucketName) && !IP_ADDRESS_PATTERN.test(bucketName) && !DOTS_PATTERN.test(bucketName); +exports.isDnsCompatibleBucketName = isDnsCompatibleBucketName; +const isArnBucketName = (bucketName) => { + const [arn, partition, service, region, account, typeOrId] = bucketName.split(":"); + const isArn = arn === "arn" && bucketName.split(":").length >= 6; + const isValidArn = [arn, partition, service, account, typeOrId].filter(Boolean).length === 5; + if (isArn && !isValidArn) { + throw new Error(`Invalid ARN: ${bucketName} was an invalid ARN.`); + } + return arn === "arn" && !!partition && !!service && !!account && !!typeOrId; +}; +exports.isArnBucketName = isArnBucketName; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/types.js b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js new file mode 100644 index 000000000..3761ccd97 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js @@ -0,0 +1,25 @@ +export const createConfigValueProvider = (configKey, canonicalEndpointParamKey, config) => { + const configProvider = async () => { + const configValue = config[configKey] ?? config[canonicalEndpointParamKey]; + if (typeof configValue === "function") { + return configValue(); + } + return configValue; + }; + if (configKey === "endpoint" || canonicalEndpointParamKey === "endpoint") { + return async () => { + const endpoint = await configProvider(); + if (endpoint && typeof endpoint === "object") { + if ("url" in endpoint) { + return endpoint.url.href; + } + if ("hostname" in endpoint) { + const { protocol, hostname, port, path } = endpoint; + return `${protocol}//${hostname}${port ? ":" + port : ""}${path}`; + } + } + return endpoint; + }; + } + return configProvider; +}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js new file mode 100644 index 000000000..4e75d42d1 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js @@ -0,0 +1,37 @@ +import { resolveParamsForS3 } from "../service-customizations"; +import { createConfigValueProvider } from "./createConfigValueProvider"; +export const getEndpointFromInstructions = async (commandInput, instructionsSupplier, clientConfig, context) => { + const endpointParams = await resolveParams(commandInput, instructionsSupplier, clientConfig); + if (typeof clientConfig.endpointProvider !== "function") { + throw new Error("config.endpointProvider is not set."); + } + const endpoint = clientConfig.endpointProvider(endpointParams, context); + return endpoint; +}; +export const resolveParams = async (commandInput, instructionsSupplier, clientConfig) => { + const endpointParams = {}; + const instructions = instructionsSupplier?.getEndpointParameterInstructions?.() || {}; + for (const [name, instruction] of Object.entries(instructions)) { + switch (instruction.type) { + case "staticContextParams": + endpointParams[name] = instruction.value; + break; + case "contextParams": + endpointParams[name] = commandInput[instruction.name]; + break; + case "clientContextParams": + case "builtInParams": + endpointParams[name] = await createConfigValueProvider(instruction.name, name, clientConfig)(); + break; + default: + throw new Error("Unrecognized endpoint parameter instruction: " + JSON.stringify(instruction)); + } + } + if (Object.keys(instructions).length === 0) { + Object.assign(endpointParams, clientConfig); + } + if (String(clientConfig.serviceId).toLowerCase() === "s3") { + await resolveParamsForS3(endpointParams); + } + return endpointParams; +}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/index.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/index.js new file mode 100644 index 000000000..17752da20 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/index.js @@ -0,0 +1,2 @@ +export * from "./getEndpointFromInstructions"; +export * from "./toEndpointV1"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/toEndpointV1.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/toEndpointV1.js new file mode 100644 index 000000000..b739628b9 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/adaptors/toEndpointV1.js @@ -0,0 +1,10 @@ +import { parseUrl } from "@aws-sdk/url-parser"; +export const toEndpointV1 = (endpoint) => { + if (typeof endpoint === "object") { + if ("url" in endpoint) { + return parseUrl(endpoint.url); + } + return endpoint; + } + return parseUrl(endpoint); +}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/endpointMiddleware.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/endpointMiddleware.js new file mode 100644 index 000000000..73cc94504 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/endpointMiddleware.js @@ -0,0 +1,20 @@ +import { getEndpointFromInstructions } from "./adaptors/getEndpointFromInstructions"; +export const endpointMiddleware = ({ config, instructions, }) => { + return (next, context) => async (args) => { + const endpoint = await getEndpointFromInstructions(args.input, { + getEndpointParameterInstructions() { + return instructions; + }, + }, { ...config }, context); + context.endpointV2 = endpoint; + context.authSchemes = endpoint.properties?.authSchemes; + const authScheme = context.authSchemes?.[0]; + if (authScheme) { + context["signing_region"] = authScheme.signingRegion; + context["signing_service"] = authScheme.signingName; + } + return next({ + ...args, + }); + }; +}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/getEndpointPlugin.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/getEndpointPlugin.js new file mode 100644 index 000000000..28c3033ba --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/getEndpointPlugin.js @@ -0,0 +1,18 @@ +import { serializerMiddlewareOption } from "@aws-sdk/middleware-serde"; +import { endpointMiddleware } from "./endpointMiddleware"; +export const endpointMiddlewareOptions = { + step: "serialize", + tags: ["ENDPOINT_PARAMETERS", "ENDPOINT_V2", "ENDPOINT"], + name: "endpointV2Middleware", + override: true, + relation: "before", + toMiddleware: serializerMiddlewareOption.name, +}; +export const getEndpointPlugin = (config, instructions) => ({ + applyToStack: (clientStack) => { + clientStack.addRelativeTo(endpointMiddleware({ + config, + instructions, + }), endpointMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/index.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/index.js new file mode 100644 index 000000000..f89653ede --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/index.js @@ -0,0 +1,5 @@ +export * from "./adaptors"; +export * from "./endpointMiddleware"; +export * from "./getEndpointPlugin"; +export * from "./resolveEndpointConfig"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/resolveEndpointConfig.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/resolveEndpointConfig.js new file mode 100644 index 000000000..e692d722c --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/resolveEndpointConfig.js @@ -0,0 +1,16 @@ +import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { toEndpointV1 } from "./adaptors/toEndpointV1"; +export const resolveEndpointConfig = (input) => { + const tls = input.tls ?? true; + const { endpoint } = input; + const customEndpointProvider = endpoint != null ? async () => toEndpointV1(await normalizeProvider(endpoint)()) : undefined; + const isCustomEndpoint = !!endpoint; + return { + ...input, + endpoint: customEndpointProvider, + tls, + isCustomEndpoint, + useDualstackEndpoint: normalizeProvider(input.useDualstackEndpoint ?? false), + useFipsEndpoint: normalizeProvider(input.useFipsEndpoint ?? false), + }; +}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/index.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/index.js new file mode 100644 index 000000000..e50e10799 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/index.js @@ -0,0 +1 @@ +export * from "./s3"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/s3.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/s3.js new file mode 100644 index 000000000..b199305ae --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/service-customizations/s3.js @@ -0,0 +1,37 @@ +export const resolveParamsForS3 = async (endpointParams) => { + const bucket = endpointParams?.Bucket || ""; + if (typeof endpointParams.Bucket === "string") { + endpointParams.Bucket = bucket.replace(/#/g, encodeURIComponent("#")).replace(/\?/g, encodeURIComponent("?")); + } + if (isArnBucketName(bucket)) { + if (endpointParams.ForcePathStyle === true) { + throw new Error("Path-style addressing cannot be used with ARN buckets"); + } + } + else if (!isDnsCompatibleBucketName(bucket) || + (bucket.indexOf(".") !== -1 && !String(endpointParams.Endpoint).startsWith("http:")) || + bucket.toLowerCase() !== bucket || + bucket.length < 3) { + endpointParams.ForcePathStyle = true; + } + if (endpointParams.DisableMultiRegionAccessPoints) { + endpointParams.disableMultiRegionAccessPoints = true; + endpointParams.DisableMRAP = true; + } + return endpointParams; +}; +const DOMAIN_PATTERN = /^[a-z0-9][a-z0-9\.\-]{1,61}[a-z0-9]$/; +const IP_ADDRESS_PATTERN = /(\d+\.){3}\d+/; +const DOTS_PATTERN = /\.\./; +export const DOT_PATTERN = /\./; +export const S3_HOSTNAME_PATTERN = /^(.+\.)?s3(-fips)?(\.dualstack)?[.-]([a-z0-9-]+)\./; +export const isDnsCompatibleBucketName = (bucketName) => DOMAIN_PATTERN.test(bucketName) && !IP_ADDRESS_PATTERN.test(bucketName) && !DOTS_PATTERN.test(bucketName); +export const isArnBucketName = (bucketName) => { + const [arn, partition, service, region, account, typeOrId] = bucketName.split(":"); + const isArn = arn === "arn" && bucketName.split(":").length >= 6; + const isValidArn = [arn, partition, service, account, typeOrId].filter(Boolean).length === 5; + if (isArn && !isValidArn) { + throw new Error(`Invalid ARN: ${bucketName} was an invalid ARN.`); + } + return arn === "arn" && !!partition && !!service && !!account && !!typeOrId; +}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-es/types.js b/node_modules/@aws-sdk/middleware-endpoint/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts new file mode 100644 index 000000000..1ba774890 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts @@ -0,0 +1,13 @@ +/** + * Normalize some key of the client config to an async provider. + * @private + * + * @param configKey - the key to look up in config. + * @param canonicalEndpointParamKey - this is the name the EndpointRuleSet uses. + * it will most likely not contain the config + * value, but we use it as a fallback. + * @param config - container of the config values. + * + * @returns async function that will resolve with the value. + */ +export declare const createConfigValueProvider: >(configKey: string, canonicalEndpointParamKey: string, config: Config) => () => Promise; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts new file mode 100644 index 000000000..746d665ee --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts @@ -0,0 +1,22 @@ +import { EndpointParameters, EndpointV2, HandlerExecutionContext } from "@aws-sdk/types"; +import { EndpointResolvedConfig } from "../resolveEndpointConfig"; +import { EndpointParameterInstructions } from "../types"; +export declare type EndpointParameterInstructionsSupplier = Partial<{ + getEndpointParameterInstructions(): EndpointParameterInstructions; +}>; +/** + * This step in the endpoint resolution process is exposed as a function + * to allow packages such as signers, lib-upload, etc. to get + * the V2 Endpoint associated to an instance of some api operation command + * without needing to send it or resolve its middleware stack. + * + * @private + * @param commandInput - the input of the Command in question. + * @param instructionsSupplier - this is typically a Command constructor. A static function supplying the + * endpoint parameter instructions will exist for commands in services + * having an endpoints ruleset trait. + * @param clientConfig - config of the service client. + * @param context - optional context. + */ +export declare const getEndpointFromInstructions: , Config extends Record>(commandInput: CommandInput, instructionsSupplier: EndpointParameterInstructionsSupplier, clientConfig: Partial> & Config, context?: HandlerExecutionContext | undefined) => Promise; +export declare const resolveParams: , Config extends Record>(commandInput: CommandInput, instructionsSupplier: EndpointParameterInstructionsSupplier, clientConfig: Partial> & Config) => Promise; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts new file mode 100644 index 000000000..17752da20 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts @@ -0,0 +1,2 @@ +export * from "./getEndpointFromInstructions"; +export * from "./toEndpointV1"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts new file mode 100644 index 000000000..51fc9ef7d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts @@ -0,0 +1,2 @@ +import { Endpoint, EndpointV2 } from "@aws-sdk/types"; +export declare const toEndpointV1: (endpoint: string | Endpoint | EndpointV2) => Endpoint; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts new file mode 100644 index 000000000..916b4c371 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts @@ -0,0 +1,10 @@ +import { EndpointParameters, SerializeMiddleware } from "@aws-sdk/types"; +import { EndpointResolvedConfig } from "./resolveEndpointConfig"; +import { EndpointParameterInstructions } from "./types"; +/** + * @private + */ +export declare const endpointMiddleware: ({ config, instructions, }: { + config: EndpointResolvedConfig; + instructions: EndpointParameterInstructions; +}) => SerializeMiddleware; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts new file mode 100644 index 000000000..d5085e612 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts @@ -0,0 +1,5 @@ +import { EndpointParameters, Pluggable, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@aws-sdk/types"; +import { EndpointResolvedConfig } from "./resolveEndpointConfig"; +import { EndpointParameterInstructions } from "./types"; +export declare const endpointMiddlewareOptions: SerializeHandlerOptions & RelativeMiddlewareOptions; +export declare const getEndpointPlugin: (config: EndpointResolvedConfig, instructions: EndpointParameterInstructions) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts new file mode 100644 index 000000000..f89653ede --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts @@ -0,0 +1,5 @@ +export * from "./adaptors"; +export * from "./endpointMiddleware"; +export * from "./getEndpointPlugin"; +export * from "./resolveEndpointConfig"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts new file mode 100644 index 000000000..0180aecd6 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts @@ -0,0 +1,79 @@ +import { Endpoint, EndpointParameters, EndpointV2, Logger, Provider, UrlParser } from "@aws-sdk/types"; +/** + * Endpoint config interfaces and resolver for Endpoint v2. They live in separate package to allow per-service onboarding. + * When all services onboard Endpoint v2, the resolver in config-resolver package can be removed. + * This interface includes all the endpoint parameters with built-in bindings of "AWS::*" and "SDK::*" + */ +export interface EndpointInputConfig { + /** + * The fully qualified endpoint of the webservice. This is only required when using + * a custom endpoint (for example, when using a local version of S3). + */ + endpoint?: string | Endpoint | Provider | EndpointV2 | Provider; + endpointProvider?: (params: T, context?: { + logger?: Logger; + }) => EndpointV2; + /** + * Whether TLS is enabled for requests. + * @deprecated + */ + tls?: boolean; + /** + * Enables IPv6/IPv4 dualstack endpoint. + */ + useDualstackEndpoint?: boolean | Provider; + /** + * Enables FIPS compatible endpoints. + */ + useFipsEndpoint?: boolean | Provider; +} +interface PreviouslyResolved { + urlParser: UrlParser; + region: Provider; + endpointProvider: (params: T, context?: { + logger?: Logger; + }) => EndpointV2; + logger?: Logger; +} +/** + * This supercedes the similarly named EndpointsResolvedConfig (no parametric types) + * from resolveEndpointsConfig.ts in @aws-sdk/config-resolver. + */ +export interface EndpointResolvedConfig { + /** + * Custom endpoint provided by the user. + * This is normalized to a single interface from the various acceptable types. + * This field will be undefined if a custom endpoint is not provided. + * + * As of endpoints 2.0, this config method can not be used to resolve + * the endpoint for a service and region. + * + * @see https://github.com/aws/aws-sdk-js-v3/issues/4122 + * @deprecated Use {@link EndpointResolvedConfig.endpointProvider} instead. + */ + endpoint?: Provider; + endpointProvider: (params: T, context?: { + logger?: Logger; + }) => EndpointV2; + /** + * Whether TLS is enabled for requests. + * @deprecated + */ + tls: boolean; + /** + * Whether the endpoint is specified by caller. + * @internal + * @deprecated + */ + isCustomEndpoint?: boolean; + /** + * Resolved value for input {@link EndpointsInputConfig.useDualstackEndpoint} + */ + useDualstackEndpoint: Provider; + /** + * Resolved value for input {@link EndpointsInputConfig.useFipsEndpoint} + */ + useFipsEndpoint: Provider; +} +export declare const resolveEndpointConfig: (input: T & EndpointInputConfig

& PreviouslyResolved

) => T & EndpointResolvedConfig

; +export {}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts new file mode 100644 index 000000000..e50e10799 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts @@ -0,0 +1 @@ +export * from "./s3"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts new file mode 100644 index 000000000..edf87ea4d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts @@ -0,0 +1,14 @@ +import { EndpointParameters } from "@aws-sdk/types"; +export declare const resolveParamsForS3: (endpointParams: EndpointParameters) => Promise; +export declare const DOT_PATTERN: RegExp; +export declare const S3_HOSTNAME_PATTERN: RegExp; +/** + * Determines whether a given string is DNS compliant per the rules outlined by + * S3. Length, capitaization, and leading dot restrictions are enforced by the + * DOMAIN_PATTERN regular expression. + * @internal + * + * @see https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html + */ +export declare const isDnsCompatibleBucketName: (bucketName: string) => boolean; +export declare const isArnBucketName: (bucketName: string) => boolean; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts new file mode 100644 index 000000000..294b68188 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts @@ -0,0 +1,7 @@ +export declare const createConfigValueProvider: < + Config extends Record +>( + configKey: string, + canonicalEndpointParamKey: string, + config: Config +) => () => Promise; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts new file mode 100644 index 000000000..938974250 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts @@ -0,0 +1,29 @@ +import { + EndpointParameters, + EndpointV2, + HandlerExecutionContext, +} from "@aws-sdk/types"; +import { EndpointResolvedConfig } from "../resolveEndpointConfig"; +import { EndpointParameterInstructions } from "../types"; +export declare type EndpointParameterInstructionsSupplier = Partial<{ + getEndpointParameterInstructions(): EndpointParameterInstructions; +}>; +export declare const getEndpointFromInstructions: < + T extends EndpointParameters, + CommandInput extends Record, + Config extends Record +>( + commandInput: CommandInput, + instructionsSupplier: EndpointParameterInstructionsSupplier, + clientConfig: Partial> & Config, + context?: HandlerExecutionContext | undefined +) => Promise; +export declare const resolveParams: < + T extends EndpointParameters, + CommandInput extends Record, + Config extends Record +>( + commandInput: CommandInput, + instructionsSupplier: EndpointParameterInstructionsSupplier, + clientConfig: Partial> & Config +) => Promise; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts new file mode 100644 index 000000000..17752da20 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts @@ -0,0 +1,2 @@ +export * from "./getEndpointFromInstructions"; +export * from "./toEndpointV1"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts new file mode 100644 index 000000000..9d3ec7b36 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts @@ -0,0 +1,4 @@ +import { Endpoint, EndpointV2 } from "@aws-sdk/types"; +export declare const toEndpointV1: ( + endpoint: string | Endpoint | EndpointV2 +) => Endpoint; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts new file mode 100644 index 000000000..40d8675ee --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts @@ -0,0 +1,10 @@ +import { EndpointParameters, SerializeMiddleware } from "@aws-sdk/types"; +import { EndpointResolvedConfig } from "./resolveEndpointConfig"; +import { EndpointParameterInstructions } from "./types"; +export declare const endpointMiddleware: ({ + config, + instructions, +}: { + config: EndpointResolvedConfig; + instructions: EndpointParameterInstructions; +}) => SerializeMiddleware; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts new file mode 100644 index 000000000..30c9304d4 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts @@ -0,0 +1,14 @@ +import { + EndpointParameters, + Pluggable, + RelativeMiddlewareOptions, + SerializeHandlerOptions, +} from "@aws-sdk/types"; +import { EndpointResolvedConfig } from "./resolveEndpointConfig"; +import { EndpointParameterInstructions } from "./types"; +export declare const endpointMiddlewareOptions: SerializeHandlerOptions & + RelativeMiddlewareOptions; +export declare const getEndpointPlugin: ( + config: EndpointResolvedConfig, + instructions: EndpointParameterInstructions +) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..f89653ede --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/index.d.ts @@ -0,0 +1,5 @@ +export * from "./adaptors"; +export * from "./endpointMiddleware"; +export * from "./getEndpointPlugin"; +export * from "./resolveEndpointConfig"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts new file mode 100644 index 000000000..dba6165b0 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts @@ -0,0 +1,62 @@ +import { + Endpoint, + EndpointParameters, + EndpointV2, + Logger, + Provider, + UrlParser, +} from "@aws-sdk/types"; +export interface EndpointInputConfig< + T extends EndpointParameters = EndpointParameters +> { + endpoint?: + | string + | Endpoint + | Provider + | EndpointV2 + | Provider; + endpointProvider?: ( + params: T, + context?: { + logger?: Logger; + } + ) => EndpointV2; + tls?: boolean; + useDualstackEndpoint?: boolean | Provider; + useFipsEndpoint?: boolean | Provider; +} +interface PreviouslyResolved< + T extends EndpointParameters = EndpointParameters +> { + urlParser: UrlParser; + region: Provider; + endpointProvider: ( + params: T, + context?: { + logger?: Logger; + } + ) => EndpointV2; + logger?: Logger; +} +export interface EndpointResolvedConfig< + T extends EndpointParameters = EndpointParameters +> { + endpoint?: Provider; + endpointProvider: ( + params: T, + context?: { + logger?: Logger; + } + ) => EndpointV2; + tls: boolean; + isCustomEndpoint?: boolean; + useDualstackEndpoint: Provider; + useFipsEndpoint: Provider; +} +export declare const resolveEndpointConfig: < + T, + P extends EndpointParameters = EndpointParameters +>( + input: T & EndpointInputConfig

& PreviouslyResolved

+) => T & EndpointResolvedConfig

; +export {}; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts new file mode 100644 index 000000000..e50e10799 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts @@ -0,0 +1 @@ +export * from "./s3"; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts new file mode 100644 index 000000000..1bb3cb2b3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts @@ -0,0 +1,8 @@ +import { EndpointParameters } from "@aws-sdk/types"; +export declare const resolveParamsForS3: ( + endpointParams: EndpointParameters +) => Promise; +export declare const DOT_PATTERN: RegExp; +export declare const S3_HOSTNAME_PATTERN: RegExp; +export declare const isDnsCompatibleBucketName: (bucketName: string) => boolean; +export declare const isArnBucketName: (bucketName: string) => boolean; diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..5d8b3aa53 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/ts3.4/types.d.ts @@ -0,0 +1,23 @@ +export interface EndpointParameterInstructions { + [name: string]: + | BuiltInParamInstruction + | ClientContextParamInstruction + | StaticContextParamInstruction + | ContextParamInstruction; +} +export interface BuiltInParamInstruction { + type: "builtInParams"; + name: string; +} +export interface ClientContextParamInstruction { + type: "clientContextParams"; + name: string; +} +export interface StaticContextParamInstruction { + type: "staticContextParams"; + value: string | boolean; +} +export interface ContextParamInstruction { + type: "contextParams"; + name: string; +} diff --git a/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts b/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts new file mode 100644 index 000000000..9116fe673 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts @@ -0,0 +1,19 @@ +export interface EndpointParameterInstructions { + [name: string]: BuiltInParamInstruction | ClientContextParamInstruction | StaticContextParamInstruction | ContextParamInstruction; +} +export interface BuiltInParamInstruction { + type: "builtInParams"; + name: string; +} +export interface ClientContextParamInstruction { + type: "clientContextParams"; + name: string; +} +export interface StaticContextParamInstruction { + type: "staticContextParams"; + value: string | boolean; +} +export interface ContextParamInstruction { + type: "contextParams"; + name: string; +} diff --git a/node_modules/@aws-sdk/middleware-endpoint/package.json b/node_modules/@aws-sdk/middleware-endpoint/package.json new file mode 100644 index 000000000..a98d9f2c0 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-endpoint/package.json @@ -0,0 +1,59 @@ +{ + "name": "@aws-sdk/middleware-endpoint", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/middleware-serde": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/url-parser": "3.226.0", + "@aws-sdk/util-config-provider": "3.208.0", + "@aws-sdk/util-middleware": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-endpoint", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-endpoint" + } +} diff --git a/node_modules/@aws-sdk/middleware-host-header/LICENSE b/node_modules/@aws-sdk/middleware-host-header/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/middleware-host-header/README.md b/node_modules/@aws-sdk/middleware-host-header/README.md new file mode 100644 index 000000000..123940e6d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-host-header + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-host-header/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-host-header) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-host-header.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-host-header) diff --git a/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js new file mode 100644 index 000000000..228ce388a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js @@ -0,0 +1,36 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getHostHeaderPlugin = exports.hostHeaderMiddlewareOptions = exports.hostHeaderMiddleware = exports.resolveHostHeaderConfig = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +function resolveHostHeaderConfig(input) { + return input; +} +exports.resolveHostHeaderConfig = resolveHostHeaderConfig; +const hostHeaderMiddleware = (options) => (next) => async (args) => { + if (!protocol_http_1.HttpRequest.isInstance(args.request)) + return next(args); + const { request } = args; + const { handlerProtocol = "" } = options.requestHandler.metadata || {}; + if (handlerProtocol.indexOf("h2") >= 0 && !request.headers[":authority"]) { + delete request.headers["host"]; + request.headers[":authority"] = ""; + } + else if (!request.headers["host"]) { + request.headers["host"] = request.hostname; + } + return next(args); +}; +exports.hostHeaderMiddleware = hostHeaderMiddleware; +exports.hostHeaderMiddlewareOptions = { + name: "hostHeaderMiddleware", + step: "build", + priority: "low", + tags: ["HOST"], + override: true, +}; +const getHostHeaderPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add((0, exports.hostHeaderMiddleware)(options), exports.hostHeaderMiddlewareOptions); + }, +}); +exports.getHostHeaderPlugin = getHostHeaderPlugin; diff --git a/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js b/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js new file mode 100644 index 000000000..1df8929dc --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js @@ -0,0 +1,30 @@ +import { HttpRequest } from "@aws-sdk/protocol-http"; +export function resolveHostHeaderConfig(input) { + return input; +} +export const hostHeaderMiddleware = (options) => (next) => async (args) => { + if (!HttpRequest.isInstance(args.request)) + return next(args); + const { request } = args; + const { handlerProtocol = "" } = options.requestHandler.metadata || {}; + if (handlerProtocol.indexOf("h2") >= 0 && !request.headers[":authority"]) { + delete request.headers["host"]; + request.headers[":authority"] = ""; + } + else if (!request.headers["host"]) { + request.headers["host"] = request.hostname; + } + return next(args); +}; +export const hostHeaderMiddlewareOptions = { + name: "hostHeaderMiddleware", + step: "build", + priority: "low", + tags: ["HOST"], + override: true, +}; +export const getHostHeaderPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add(hostHeaderMiddleware(options), hostHeaderMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts new file mode 100644 index 000000000..f26952408 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts @@ -0,0 +1,17 @@ +import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable, RequestHandler } from "@aws-sdk/types"; +export interface HostHeaderInputConfig { +} +interface PreviouslyResolved { + requestHandler: RequestHandler; +} +export interface HostHeaderResolvedConfig { + /** + * The HTTP handler to use. Fetch in browser and Https in Nodejs. + */ + requestHandler: RequestHandler; +} +export declare function resolveHostHeaderConfig(input: T & PreviouslyResolved & HostHeaderInputConfig): T & HostHeaderResolvedConfig; +export declare const hostHeaderMiddleware: (options: HostHeaderResolvedConfig) => BuildMiddleware; +export declare const hostHeaderMiddlewareOptions: BuildHandlerOptions & AbsoluteLocation; +export declare const getHostHeaderPlugin: (options: HostHeaderResolvedConfig) => Pluggable; +export {}; diff --git a/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..46a1bda0a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts @@ -0,0 +1,29 @@ +import { + AbsoluteLocation, + BuildHandlerOptions, + BuildMiddleware, + Pluggable, + RequestHandler, +} from "@aws-sdk/types"; +export interface HostHeaderInputConfig {} +interface PreviouslyResolved { + requestHandler: RequestHandler; +} +export interface HostHeaderResolvedConfig { + requestHandler: RequestHandler; +} +export declare function resolveHostHeaderConfig( + input: T & PreviouslyResolved & HostHeaderInputConfig +): T & HostHeaderResolvedConfig; +export declare const hostHeaderMiddleware: < + Input extends object, + Output extends object +>( + options: HostHeaderResolvedConfig +) => BuildMiddleware; +export declare const hostHeaderMiddlewareOptions: BuildHandlerOptions & + AbsoluteLocation; +export declare const getHostHeaderPlugin: ( + options: HostHeaderResolvedConfig +) => Pluggable; +export {}; diff --git a/node_modules/@aws-sdk/middleware-host-header/package.json b/node_modules/@aws-sdk/middleware-host-header/package.json new file mode 100644 index 000000000..f97ffb4e0 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-host-header/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/middleware-host-header", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-host-header", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-host-header" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-logger/LICENSE b/node_modules/@aws-sdk/middleware-logger/LICENSE new file mode 100644 index 000000000..74d4e5c31 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/middleware-logger/README.md b/node_modules/@aws-sdk/middleware-logger/README.md new file mode 100644 index 000000000..861fa43fe --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-logger + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-logger/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-logger) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-logger.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-logger) diff --git a/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js new file mode 100644 index 000000000..747113b08 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./loggerMiddleware"), exports); diff --git a/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js b/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js new file mode 100644 index 000000000..3d6574864 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js @@ -0,0 +1,35 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getLoggerPlugin = exports.loggerMiddlewareOptions = exports.loggerMiddleware = void 0; +const loggerMiddleware = () => (next, context) => async (args) => { + const response = await next(args); + const { clientName, commandName, logger, inputFilterSensitiveLog, outputFilterSensitiveLog, dynamoDbDocumentClientOptions = {}, } = context; + const { overrideInputFilterSensitiveLog, overrideOutputFilterSensitiveLog } = dynamoDbDocumentClientOptions; + if (!logger) { + return response; + } + if (typeof logger.info === "function") { + const { $metadata, ...outputWithoutMetadata } = response.output; + logger.info({ + clientName, + commandName, + input: (overrideInputFilterSensitiveLog !== null && overrideInputFilterSensitiveLog !== void 0 ? overrideInputFilterSensitiveLog : inputFilterSensitiveLog)(args.input), + output: (overrideOutputFilterSensitiveLog !== null && overrideOutputFilterSensitiveLog !== void 0 ? overrideOutputFilterSensitiveLog : outputFilterSensitiveLog)(outputWithoutMetadata), + metadata: $metadata, + }); + } + return response; +}; +exports.loggerMiddleware = loggerMiddleware; +exports.loggerMiddlewareOptions = { + name: "loggerMiddleware", + tags: ["LOGGER"], + step: "initialize", + override: true, +}; +const getLoggerPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add((0, exports.loggerMiddleware)(), exports.loggerMiddlewareOptions); + }, +}); +exports.getLoggerPlugin = getLoggerPlugin; diff --git a/node_modules/@aws-sdk/middleware-logger/dist-es/index.js b/node_modules/@aws-sdk/middleware-logger/dist-es/index.js new file mode 100644 index 000000000..171e3bc54 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-es/index.js @@ -0,0 +1 @@ +export * from "./loggerMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js b/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js new file mode 100644 index 000000000..bb26fb8a9 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js @@ -0,0 +1,30 @@ +export const loggerMiddleware = () => (next, context) => async (args) => { + const response = await next(args); + const { clientName, commandName, logger, inputFilterSensitiveLog, outputFilterSensitiveLog, dynamoDbDocumentClientOptions = {}, } = context; + const { overrideInputFilterSensitiveLog, overrideOutputFilterSensitiveLog } = dynamoDbDocumentClientOptions; + if (!logger) { + return response; + } + if (typeof logger.info === "function") { + const { $metadata, ...outputWithoutMetadata } = response.output; + logger.info({ + clientName, + commandName, + input: (overrideInputFilterSensitiveLog ?? inputFilterSensitiveLog)(args.input), + output: (overrideOutputFilterSensitiveLog ?? outputFilterSensitiveLog)(outputWithoutMetadata), + metadata: $metadata, + }); + } + return response; +}; +export const loggerMiddlewareOptions = { + name: "loggerMiddleware", + tags: ["LOGGER"], + step: "initialize", + override: true, +}; +export const getLoggerPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add(loggerMiddleware(), loggerMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts new file mode 100644 index 000000000..171e3bc54 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./loggerMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts b/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts new file mode 100644 index 000000000..efe867fad --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts @@ -0,0 +1,4 @@ +import { AbsoluteLocation, HandlerExecutionContext, InitializeHandler, InitializeHandlerOptions, MetadataBearer, Pluggable } from "@aws-sdk/types"; +export declare const loggerMiddleware: () => (next: InitializeHandler, context: HandlerExecutionContext) => InitializeHandler; +export declare const loggerMiddlewareOptions: InitializeHandlerOptions & AbsoluteLocation; +export declare const getLoggerPlugin: (options: any) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..171e3bc54 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./loggerMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts b/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts new file mode 100644 index 000000000..d8f511c0d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts @@ -0,0 +1,17 @@ +import { + AbsoluteLocation, + HandlerExecutionContext, + InitializeHandler, + InitializeHandlerOptions, + MetadataBearer, + Pluggable, +} from "@aws-sdk/types"; +export declare const loggerMiddleware: () => < + Output extends MetadataBearer = MetadataBearer +>( + next: InitializeHandler, + context: HandlerExecutionContext +) => InitializeHandler; +export declare const loggerMiddlewareOptions: InitializeHandlerOptions & + AbsoluteLocation; +export declare const getLoggerPlugin: (options: any) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-logger/package.json b/node_modules/@aws-sdk/middleware-logger/package.json new file mode 100644 index 000000000..42c462593 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-logger/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/middleware-logger", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "email": "", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-logger", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-logger" + } +} diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE b/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/README.md b/node_modules/@aws-sdk/middleware-recursion-detection/README.md new file mode 100644 index 000000000..2d5437e0a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/middleware-recursion-detection + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-recursion-detection/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-recursion-detection.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js new file mode 100644 index 000000000..181d2d04a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js @@ -0,0 +1,39 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRecursionDetectionPlugin = exports.addRecursionDetectionMiddlewareOptions = exports.recursionDetectionMiddleware = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id"; +const ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME"; +const ENV_TRACE_ID = "_X_AMZN_TRACE_ID"; +const recursionDetectionMiddleware = (options) => (next) => async (args) => { + const { request } = args; + if (!protocol_http_1.HttpRequest.isInstance(request) || + options.runtime !== "node" || + request.headers.hasOwnProperty(TRACE_ID_HEADER_NAME)) { + return next(args); + } + const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME]; + const traceId = process.env[ENV_TRACE_ID]; + const nonEmptyString = (str) => typeof str === "string" && str.length > 0; + if (nonEmptyString(functionName) && nonEmptyString(traceId)) { + request.headers[TRACE_ID_HEADER_NAME] = traceId; + } + return next({ + ...args, + request, + }); +}; +exports.recursionDetectionMiddleware = recursionDetectionMiddleware; +exports.addRecursionDetectionMiddlewareOptions = { + step: "build", + tags: ["RECURSION_DETECTION"], + name: "recursionDetectionMiddleware", + override: true, + priority: "low", +}; +const getRecursionDetectionPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add((0, exports.recursionDetectionMiddleware)(options), exports.addRecursionDetectionMiddlewareOptions); + }, +}); +exports.getRecursionDetectionPlugin = getRecursionDetectionPlugin; diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js b/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js new file mode 100644 index 000000000..01ef54bdf --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js @@ -0,0 +1,34 @@ +import { HttpRequest } from "@aws-sdk/protocol-http"; +const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id"; +const ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME"; +const ENV_TRACE_ID = "_X_AMZN_TRACE_ID"; +export const recursionDetectionMiddleware = (options) => (next) => async (args) => { + const { request } = args; + if (!HttpRequest.isInstance(request) || + options.runtime !== "node" || + request.headers.hasOwnProperty(TRACE_ID_HEADER_NAME)) { + return next(args); + } + const functionName = process.env[ENV_LAMBDA_FUNCTION_NAME]; + const traceId = process.env[ENV_TRACE_ID]; + const nonEmptyString = (str) => typeof str === "string" && str.length > 0; + if (nonEmptyString(functionName) && nonEmptyString(traceId)) { + request.headers[TRACE_ID_HEADER_NAME] = traceId; + } + return next({ + ...args, + request, + }); +}; +export const addRecursionDetectionMiddlewareOptions = { + step: "build", + tags: ["RECURSION_DETECTION"], + name: "recursionDetectionMiddleware", + override: true, + priority: "low", +}; +export const getRecursionDetectionPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add(recursionDetectionMiddleware(options), addRecursionDetectionMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts new file mode 100644 index 000000000..1cdecb48a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts @@ -0,0 +1,12 @@ +import { AbsoluteLocation, BuildHandlerOptions, BuildMiddleware, Pluggable } from "@aws-sdk/types"; +interface PreviouslyResolved { + runtime: string; +} +/** + * Inject to trace ID to request header to detect recursion invocation in Lambda. + * @internal + */ +export declare const recursionDetectionMiddleware: (options: PreviouslyResolved) => BuildMiddleware; +export declare const addRecursionDetectionMiddlewareOptions: BuildHandlerOptions & AbsoluteLocation; +export declare const getRecursionDetectionPlugin: (options: PreviouslyResolved) => Pluggable; +export {}; diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..74dfe537e --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts @@ -0,0 +1,18 @@ +import { + AbsoluteLocation, + BuildHandlerOptions, + BuildMiddleware, + Pluggable, +} from "@aws-sdk/types"; +interface PreviouslyResolved { + runtime: string; +} +export declare const recursionDetectionMiddleware: ( + options: PreviouslyResolved +) => BuildMiddleware; +export declare const addRecursionDetectionMiddlewareOptions: BuildHandlerOptions & + AbsoluteLocation; +export declare const getRecursionDetectionPlugin: ( + options: PreviouslyResolved +) => Pluggable; +export {}; diff --git a/node_modules/@aws-sdk/middleware-recursion-detection/package.json b/node_modules/@aws-sdk/middleware-recursion-detection/package.json new file mode 100644 index 000000000..be6faa3bc --- /dev/null +++ b/node_modules/@aws-sdk/middleware-recursion-detection/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/middleware-recursion-detection", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-recursion-detection", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-recursion-detection" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-retry/LICENSE b/node_modules/@aws-sdk/middleware-retry/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/middleware-retry/README.md b/node_modules/@aws-sdk/middleware-retry/README.md new file mode 100644 index 000000000..ba7d0826e --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-retry + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-retry/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-retry) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-retry.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-retry) diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js new file mode 100644 index 000000000..9a4806cae --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AdaptiveRetryStrategy = void 0; +const util_retry_1 = require("@aws-sdk/util-retry"); +const StandardRetryStrategy_1 = require("./StandardRetryStrategy"); +class AdaptiveRetryStrategy extends StandardRetryStrategy_1.StandardRetryStrategy { + constructor(maxAttemptsProvider, options) { + const { rateLimiter, ...superOptions } = options !== null && options !== void 0 ? options : {}; + super(maxAttemptsProvider, superOptions); + this.rateLimiter = rateLimiter !== null && rateLimiter !== void 0 ? rateLimiter : new util_retry_1.DefaultRateLimiter(); + this.mode = util_retry_1.RETRY_MODES.ADAPTIVE; + } + async retry(next, args) { + return super.retry(next, args, { + beforeRequest: async () => { + return this.rateLimiter.getSendToken(); + }, + afterRequest: (response) => { + this.rateLimiter.updateClientSendingRate(response); + }, + }); + } +} +exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js new file mode 100644 index 000000000..65b751191 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/StandardRetryStrategy.js @@ -0,0 +1,95 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.StandardRetryStrategy = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const service_error_classification_1 = require("@aws-sdk/service-error-classification"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const uuid_1 = require("uuid"); +const defaultRetryQuota_1 = require("./defaultRetryQuota"); +const delayDecider_1 = require("./delayDecider"); +const retryDecider_1 = require("./retryDecider"); +const util_1 = require("./util"); +class StandardRetryStrategy { + constructor(maxAttemptsProvider, options) { + var _a, _b, _c; + this.maxAttemptsProvider = maxAttemptsProvider; + this.mode = util_retry_1.RETRY_MODES.STANDARD; + this.retryDecider = (_a = options === null || options === void 0 ? void 0 : options.retryDecider) !== null && _a !== void 0 ? _a : retryDecider_1.defaultRetryDecider; + this.delayDecider = (_b = options === null || options === void 0 ? void 0 : options.delayDecider) !== null && _b !== void 0 ? _b : delayDecider_1.defaultDelayDecider; + this.retryQuota = (_c = options === null || options === void 0 ? void 0 : options.retryQuota) !== null && _c !== void 0 ? _c : (0, defaultRetryQuota_1.getDefaultRetryQuota)(util_retry_1.INITIAL_RETRY_TOKENS); + } + shouldRetry(error, attempts, maxAttempts) { + return attempts < maxAttempts && this.retryDecider(error) && this.retryQuota.hasRetryTokens(error); + } + async getMaxAttempts() { + let maxAttempts; + try { + maxAttempts = await this.maxAttemptsProvider(); + } + catch (error) { + maxAttempts = util_retry_1.DEFAULT_MAX_ATTEMPTS; + } + return maxAttempts; + } + async retry(next, args, options) { + let retryTokenAmount; + let attempts = 0; + let totalDelay = 0; + const maxAttempts = await this.getMaxAttempts(); + const { request } = args; + if (protocol_http_1.HttpRequest.isInstance(request)) { + request.headers[util_retry_1.INVOCATION_ID_HEADER] = (0, uuid_1.v4)(); + } + while (true) { + try { + if (protocol_http_1.HttpRequest.isInstance(request)) { + request.headers[util_retry_1.REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`; + } + if (options === null || options === void 0 ? void 0 : options.beforeRequest) { + await options.beforeRequest(); + } + const { response, output } = await next(args); + if (options === null || options === void 0 ? void 0 : options.afterRequest) { + options.afterRequest(response); + } + this.retryQuota.releaseRetryTokens(retryTokenAmount); + output.$metadata.attempts = attempts + 1; + output.$metadata.totalRetryDelay = totalDelay; + return { response, output }; + } + catch (e) { + const err = (0, util_1.asSdkError)(e); + attempts++; + if (this.shouldRetry(err, attempts, maxAttempts)) { + retryTokenAmount = this.retryQuota.retrieveRetryTokens(err); + const delayFromDecider = this.delayDecider((0, service_error_classification_1.isThrottlingError)(err) ? util_retry_1.THROTTLING_RETRY_DELAY_BASE : util_retry_1.DEFAULT_RETRY_DELAY_BASE, attempts); + const delayFromResponse = getDelayFromRetryAfterHeader(err.$response); + const delay = Math.max(delayFromResponse || 0, delayFromDecider); + totalDelay += delay; + await new Promise((resolve) => setTimeout(resolve, delay)); + continue; + } + if (!err.$metadata) { + err.$metadata = {}; + } + err.$metadata.attempts = attempts; + err.$metadata.totalRetryDelay = totalDelay; + throw err; + } + } + } +} +exports.StandardRetryStrategy = StandardRetryStrategy; +const getDelayFromRetryAfterHeader = (response) => { + if (!protocol_http_1.HttpResponse.isInstance(response)) + return; + const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after"); + if (!retryAfterHeaderName) + return; + const retryAfter = response.headers[retryAfterHeaderName]; + const retryAfterSeconds = Number(retryAfter); + if (!Number.isNaN(retryAfterSeconds)) + return retryAfterSeconds * 1000; + const retryAfterDate = new Date(retryAfter); + return retryAfterDate.getTime() - Date.now(); +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js new file mode 100644 index 000000000..3c9ec2657 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/configurations.js @@ -0,0 +1,57 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODE_RETRY_MODE_CONFIG_OPTIONS = exports.CONFIG_RETRY_MODE = exports.ENV_RETRY_MODE = exports.resolveRetryConfig = exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = exports.CONFIG_MAX_ATTEMPTS = exports.ENV_MAX_ATTEMPTS = void 0; +const util_middleware_1 = require("@aws-sdk/util-middleware"); +const util_retry_1 = require("@aws-sdk/util-retry"); +exports.ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; +exports.CONFIG_MAX_ATTEMPTS = "max_attempts"; +exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => { + const value = env[exports.ENV_MAX_ATTEMPTS]; + if (!value) + return undefined; + const maxAttempt = parseInt(value); + if (Number.isNaN(maxAttempt)) { + throw new Error(`Environment variable ${exports.ENV_MAX_ATTEMPTS} mast be a number, got "${value}"`); + } + return maxAttempt; + }, + configFileSelector: (profile) => { + const value = profile[exports.CONFIG_MAX_ATTEMPTS]; + if (!value) + return undefined; + const maxAttempt = parseInt(value); + if (Number.isNaN(maxAttempt)) { + throw new Error(`Shared config file entry ${exports.CONFIG_MAX_ATTEMPTS} mast be a number, got "${value}"`); + } + return maxAttempt; + }, + default: util_retry_1.DEFAULT_MAX_ATTEMPTS, +}; +const resolveRetryConfig = (input) => { + var _a; + const { retryStrategy } = input; + const maxAttempts = (0, util_middleware_1.normalizeProvider)((_a = input.maxAttempts) !== null && _a !== void 0 ? _a : util_retry_1.DEFAULT_MAX_ATTEMPTS); + return { + ...input, + maxAttempts, + retryStrategy: async () => { + if (retryStrategy) { + return retryStrategy; + } + const retryMode = await (0, util_middleware_1.normalizeProvider)(input.retryMode)(); + if (retryMode === util_retry_1.RETRY_MODES.ADAPTIVE) { + return new util_retry_1.AdaptiveRetryStrategy(maxAttempts); + } + return new util_retry_1.StandardRetryStrategy(maxAttempts); + }, + }; +}; +exports.resolveRetryConfig = resolveRetryConfig; +exports.ENV_RETRY_MODE = "AWS_RETRY_MODE"; +exports.CONFIG_RETRY_MODE = "retry_mode"; +exports.NODE_RETRY_MODE_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[exports.ENV_RETRY_MODE], + configFileSelector: (profile) => profile[exports.CONFIG_RETRY_MODE], + default: util_retry_1.DEFAULT_RETRY_MODE, +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js new file mode 100644 index 000000000..0c05c2a5f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/defaultRetryQuota.js @@ -0,0 +1,32 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getDefaultRetryQuota = void 0; +const util_retry_1 = require("@aws-sdk/util-retry"); +const getDefaultRetryQuota = (initialRetryTokens, options) => { + var _a, _b, _c; + const MAX_CAPACITY = initialRetryTokens; + const noRetryIncrement = (_a = options === null || options === void 0 ? void 0 : options.noRetryIncrement) !== null && _a !== void 0 ? _a : util_retry_1.NO_RETRY_INCREMENT; + const retryCost = (_b = options === null || options === void 0 ? void 0 : options.retryCost) !== null && _b !== void 0 ? _b : util_retry_1.RETRY_COST; + const timeoutRetryCost = (_c = options === null || options === void 0 ? void 0 : options.timeoutRetryCost) !== null && _c !== void 0 ? _c : util_retry_1.TIMEOUT_RETRY_COST; + let availableCapacity = initialRetryTokens; + const getCapacityAmount = (error) => (error.name === "TimeoutError" ? timeoutRetryCost : retryCost); + const hasRetryTokens = (error) => getCapacityAmount(error) <= availableCapacity; + const retrieveRetryTokens = (error) => { + if (!hasRetryTokens(error)) { + throw new Error("No retry token available"); + } + const capacityAmount = getCapacityAmount(error); + availableCapacity -= capacityAmount; + return capacityAmount; + }; + const releaseRetryTokens = (capacityReleaseAmount) => { + availableCapacity += capacityReleaseAmount !== null && capacityReleaseAmount !== void 0 ? capacityReleaseAmount : noRetryIncrement; + availableCapacity = Math.min(availableCapacity, MAX_CAPACITY); + }; + return Object.freeze({ + hasRetryTokens, + retrieveRetryTokens, + releaseRetryTokens, + }); +}; +exports.getDefaultRetryQuota = getDefaultRetryQuota; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js new file mode 100644 index 000000000..1d2a95eb4 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/delayDecider.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultDelayDecider = void 0; +const util_retry_1 = require("@aws-sdk/util-retry"); +const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(util_retry_1.MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); +exports.defaultDelayDecider = defaultDelayDecider; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js new file mode 100644 index 000000000..c98ff2793 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/index.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./AdaptiveRetryStrategy"), exports); +tslib_1.__exportStar(require("./StandardRetryStrategy"), exports); +tslib_1.__exportStar(require("./configurations"), exports); +tslib_1.__exportStar(require("./delayDecider"), exports); +tslib_1.__exportStar(require("./omitRetryHeadersMiddleware"), exports); +tslib_1.__exportStar(require("./retryDecider"), exports); +tslib_1.__exportStar(require("./retryMiddleware"), exports); diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js new file mode 100644 index 000000000..18725baaf --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js @@ -0,0 +1,27 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getOmitRetryHeadersPlugin = exports.omitRetryHeadersMiddlewareOptions = exports.omitRetryHeadersMiddleware = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const omitRetryHeadersMiddleware = () => (next) => async (args) => { + const { request } = args; + if (protocol_http_1.HttpRequest.isInstance(request)) { + delete request.headers[util_retry_1.INVOCATION_ID_HEADER]; + delete request.headers[util_retry_1.REQUEST_HEADER]; + } + return next(args); +}; +exports.omitRetryHeadersMiddleware = omitRetryHeadersMiddleware; +exports.omitRetryHeadersMiddlewareOptions = { + name: "omitRetryHeadersMiddleware", + tags: ["RETRY", "HEADERS", "OMIT_RETRY_HEADERS"], + relation: "before", + toMiddleware: "awsAuthMiddleware", + override: true, +}; +const getOmitRetryHeadersPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.addRelativeTo((0, exports.omitRetryHeadersMiddleware)(), exports.omitRetryHeadersMiddlewareOptions); + }, +}); +exports.getOmitRetryHeadersPlugin = getOmitRetryHeadersPlugin; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js new file mode 100644 index 000000000..cb67971f9 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryDecider.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultRetryDecider = void 0; +const service_error_classification_1 = require("@aws-sdk/service-error-classification"); +const defaultRetryDecider = (error) => { + if (!error) { + return false; + } + return (0, service_error_classification_1.isRetryableByTrait)(error) || (0, service_error_classification_1.isClockSkewError)(error) || (0, service_error_classification_1.isThrottlingError)(error) || (0, service_error_classification_1.isTransientError)(error); +}; +exports.defaultRetryDecider = defaultRetryDecider; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js new file mode 100644 index 000000000..7bb467e62 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/retryMiddleware.js @@ -0,0 +1,110 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getRetryAfterHint = exports.getRetryPlugin = exports.retryMiddlewareOptions = exports.retryMiddleware = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const service_error_classification_1 = require("@aws-sdk/service-error-classification"); +const util_retry_1 = require("@aws-sdk/util-retry"); +const uuid_1 = require("uuid"); +const util_1 = require("./util"); +const retryMiddleware = (options) => (next, context) => async (args) => { + let retryStrategy = await options.retryStrategy(); + const maxAttempts = await options.maxAttempts(); + if (isRetryStrategyV2(retryStrategy)) { + retryStrategy = retryStrategy; + let retryToken = await retryStrategy.acquireInitialRetryToken(context["partition_id"]); + let lastError = new Error(); + let attempts = 0; + let totalRetryDelay = 0; + const { request } = args; + if (protocol_http_1.HttpRequest.isInstance(request)) { + request.headers[util_retry_1.INVOCATION_ID_HEADER] = (0, uuid_1.v4)(); + } + while (true) { + try { + if (protocol_http_1.HttpRequest.isInstance(request)) { + request.headers[util_retry_1.REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`; + } + const { response, output } = await next(args); + retryStrategy.recordSuccess(retryToken); + output.$metadata.attempts = attempts + 1; + output.$metadata.totalRetryDelay = totalRetryDelay; + return { response, output }; + } + catch (e) { + const retryErrorInfo = getRetyErrorInto(e); + lastError = (0, util_1.asSdkError)(e); + try { + retryToken = await retryStrategy.refreshRetryTokenForRetry(retryToken, retryErrorInfo); + } + catch (refreshError) { + if (!lastError.$metadata) { + lastError.$metadata = {}; + } + lastError.$metadata.attempts = attempts + 1; + lastError.$metadata.totalRetryDelay = totalRetryDelay; + throw lastError; + } + attempts = retryToken.getRetryCount(); + const delay = retryToken.getRetryDelay(); + totalRetryDelay += delay; + await new Promise((resolve) => setTimeout(resolve, delay)); + } + } + } + else { + retryStrategy = retryStrategy; + if (retryStrategy === null || retryStrategy === void 0 ? void 0 : retryStrategy.mode) + context.userAgent = [...(context.userAgent || []), ["cfg/retry-mode", retryStrategy.mode]]; + return retryStrategy.retry(next, args); + } +}; +exports.retryMiddleware = retryMiddleware; +const isRetryStrategyV2 = (retryStrategy) => typeof retryStrategy.acquireInitialRetryToken !== "undefined" && + typeof retryStrategy.refreshRetryTokenForRetry !== "undefined" && + typeof retryStrategy.recordSuccess !== "undefined"; +const getRetyErrorInto = (error) => { + const errorInfo = { + errorType: getRetryErrorType(error), + }; + const retryAfterHint = (0, exports.getRetryAfterHint)(error.$response); + if (retryAfterHint) { + errorInfo.retryAfterHint = retryAfterHint; + } + return errorInfo; +}; +const getRetryErrorType = (error) => { + if ((0, service_error_classification_1.isThrottlingError)(error)) + return "THROTTLING"; + if ((0, service_error_classification_1.isTransientError)(error)) + return "TRANSIENT"; + if ((0, service_error_classification_1.isServerError)(error)) + return "SERVER_ERROR"; + return "CLIENT_ERROR"; +}; +exports.retryMiddlewareOptions = { + name: "retryMiddleware", + tags: ["RETRY"], + step: "finalizeRequest", + priority: "high", + override: true, +}; +const getRetryPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add((0, exports.retryMiddleware)(options), exports.retryMiddlewareOptions); + }, +}); +exports.getRetryPlugin = getRetryPlugin; +const getRetryAfterHint = (response) => { + if (!protocol_http_1.HttpResponse.isInstance(response)) + return; + const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after"); + if (!retryAfterHeaderName) + return; + const retryAfter = response.headers[retryAfterHeaderName]; + const retryAfterSeconds = Number(retryAfter); + if (!Number.isNaN(retryAfterSeconds)) + return new Date(retryAfterSeconds * 1000); + const retryAfterDate = new Date(retryAfter); + return retryAfterDate; +}; +exports.getRetryAfterHint = getRetryAfterHint; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/middleware-retry/dist-cjs/util.js b/node_modules/@aws-sdk/middleware-retry/dist-cjs/util.js new file mode 100644 index 000000000..28721d3c2 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-cjs/util.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.asSdkError = void 0; +const asSdkError = (error) => { + if (error instanceof Error) + return error; + if (error instanceof Object) + return Object.assign(new Error(), error); + if (typeof error === "string") + return new Error(error); + return new Error(`AWS SDK error wrapper for ${error}`); +}; +exports.asSdkError = asSdkError; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js b/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js new file mode 100644 index 000000000..12a574375 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/AdaptiveRetryStrategy.js @@ -0,0 +1,20 @@ +import { DefaultRateLimiter, RETRY_MODES } from "@aws-sdk/util-retry"; +import { StandardRetryStrategy } from "./StandardRetryStrategy"; +export class AdaptiveRetryStrategy extends StandardRetryStrategy { + constructor(maxAttemptsProvider, options) { + const { rateLimiter, ...superOptions } = options ?? {}; + super(maxAttemptsProvider, superOptions); + this.rateLimiter = rateLimiter ?? new DefaultRateLimiter(); + this.mode = RETRY_MODES.ADAPTIVE; + } + async retry(next, args) { + return super.retry(next, args, { + beforeRequest: async () => { + return this.rateLimiter.getSendToken(); + }, + afterRequest: (response) => { + this.rateLimiter.updateClientSendingRate(response); + }, + }); + } +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js b/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js new file mode 100644 index 000000000..d156c7663 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/StandardRetryStrategy.js @@ -0,0 +1,90 @@ +import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { isThrottlingError } from "@aws-sdk/service-error-classification"; +import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_DELAY_BASE, INITIAL_RETRY_TOKENS, INVOCATION_ID_HEADER, REQUEST_HEADER, RETRY_MODES, THROTTLING_RETRY_DELAY_BASE, } from "@aws-sdk/util-retry"; +import { v4 } from "uuid"; +import { getDefaultRetryQuota } from "./defaultRetryQuota"; +import { defaultDelayDecider } from "./delayDecider"; +import { defaultRetryDecider } from "./retryDecider"; +import { asSdkError } from "./util"; +export class StandardRetryStrategy { + constructor(maxAttemptsProvider, options) { + this.maxAttemptsProvider = maxAttemptsProvider; + this.mode = RETRY_MODES.STANDARD; + this.retryDecider = options?.retryDecider ?? defaultRetryDecider; + this.delayDecider = options?.delayDecider ?? defaultDelayDecider; + this.retryQuota = options?.retryQuota ?? getDefaultRetryQuota(INITIAL_RETRY_TOKENS); + } + shouldRetry(error, attempts, maxAttempts) { + return attempts < maxAttempts && this.retryDecider(error) && this.retryQuota.hasRetryTokens(error); + } + async getMaxAttempts() { + let maxAttempts; + try { + maxAttempts = await this.maxAttemptsProvider(); + } + catch (error) { + maxAttempts = DEFAULT_MAX_ATTEMPTS; + } + return maxAttempts; + } + async retry(next, args, options) { + let retryTokenAmount; + let attempts = 0; + let totalDelay = 0; + const maxAttempts = await this.getMaxAttempts(); + const { request } = args; + if (HttpRequest.isInstance(request)) { + request.headers[INVOCATION_ID_HEADER] = v4(); + } + while (true) { + try { + if (HttpRequest.isInstance(request)) { + request.headers[REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`; + } + if (options?.beforeRequest) { + await options.beforeRequest(); + } + const { response, output } = await next(args); + if (options?.afterRequest) { + options.afterRequest(response); + } + this.retryQuota.releaseRetryTokens(retryTokenAmount); + output.$metadata.attempts = attempts + 1; + output.$metadata.totalRetryDelay = totalDelay; + return { response, output }; + } + catch (e) { + const err = asSdkError(e); + attempts++; + if (this.shouldRetry(err, attempts, maxAttempts)) { + retryTokenAmount = this.retryQuota.retrieveRetryTokens(err); + const delayFromDecider = this.delayDecider(isThrottlingError(err) ? THROTTLING_RETRY_DELAY_BASE : DEFAULT_RETRY_DELAY_BASE, attempts); + const delayFromResponse = getDelayFromRetryAfterHeader(err.$response); + const delay = Math.max(delayFromResponse || 0, delayFromDecider); + totalDelay += delay; + await new Promise((resolve) => setTimeout(resolve, delay)); + continue; + } + if (!err.$metadata) { + err.$metadata = {}; + } + err.$metadata.attempts = attempts; + err.$metadata.totalRetryDelay = totalDelay; + throw err; + } + } + } +} +const getDelayFromRetryAfterHeader = (response) => { + if (!HttpResponse.isInstance(response)) + return; + const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after"); + if (!retryAfterHeaderName) + return; + const retryAfter = response.headers[retryAfterHeaderName]; + const retryAfterSeconds = Number(retryAfter); + if (!Number.isNaN(retryAfterSeconds)) + return retryAfterSeconds * 1000; + const retryAfterDate = new Date(retryAfter); + return retryAfterDate.getTime() - Date.now(); +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js b/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js new file mode 100644 index 000000000..5d210e199 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/configurations.js @@ -0,0 +1,52 @@ +import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { AdaptiveRetryStrategy, DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE, RETRY_MODES, StandardRetryStrategy, } from "@aws-sdk/util-retry"; +export const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; +export const CONFIG_MAX_ATTEMPTS = "max_attempts"; +export const NODE_MAX_ATTEMPT_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => { + const value = env[ENV_MAX_ATTEMPTS]; + if (!value) + return undefined; + const maxAttempt = parseInt(value); + if (Number.isNaN(maxAttempt)) { + throw new Error(`Environment variable ${ENV_MAX_ATTEMPTS} mast be a number, got "${value}"`); + } + return maxAttempt; + }, + configFileSelector: (profile) => { + const value = profile[CONFIG_MAX_ATTEMPTS]; + if (!value) + return undefined; + const maxAttempt = parseInt(value); + if (Number.isNaN(maxAttempt)) { + throw new Error(`Shared config file entry ${CONFIG_MAX_ATTEMPTS} mast be a number, got "${value}"`); + } + return maxAttempt; + }, + default: DEFAULT_MAX_ATTEMPTS, +}; +export const resolveRetryConfig = (input) => { + const { retryStrategy } = input; + const maxAttempts = normalizeProvider(input.maxAttempts ?? DEFAULT_MAX_ATTEMPTS); + return { + ...input, + maxAttempts, + retryStrategy: async () => { + if (retryStrategy) { + return retryStrategy; + } + const retryMode = await normalizeProvider(input.retryMode)(); + if (retryMode === RETRY_MODES.ADAPTIVE) { + return new AdaptiveRetryStrategy(maxAttempts); + } + return new StandardRetryStrategy(maxAttempts); + }, + }; +}; +export const ENV_RETRY_MODE = "AWS_RETRY_MODE"; +export const CONFIG_RETRY_MODE = "retry_mode"; +export const NODE_RETRY_MODE_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => env[ENV_RETRY_MODE], + configFileSelector: (profile) => profile[CONFIG_RETRY_MODE], + default: DEFAULT_RETRY_MODE, +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js b/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js new file mode 100644 index 000000000..6915e490e --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/defaultRetryQuota.js @@ -0,0 +1,27 @@ +import { NO_RETRY_INCREMENT, RETRY_COST, TIMEOUT_RETRY_COST } from "@aws-sdk/util-retry"; +export const getDefaultRetryQuota = (initialRetryTokens, options) => { + const MAX_CAPACITY = initialRetryTokens; + const noRetryIncrement = options?.noRetryIncrement ?? NO_RETRY_INCREMENT; + const retryCost = options?.retryCost ?? RETRY_COST; + const timeoutRetryCost = options?.timeoutRetryCost ?? TIMEOUT_RETRY_COST; + let availableCapacity = initialRetryTokens; + const getCapacityAmount = (error) => (error.name === "TimeoutError" ? timeoutRetryCost : retryCost); + const hasRetryTokens = (error) => getCapacityAmount(error) <= availableCapacity; + const retrieveRetryTokens = (error) => { + if (!hasRetryTokens(error)) { + throw new Error("No retry token available"); + } + const capacityAmount = getCapacityAmount(error); + availableCapacity -= capacityAmount; + return capacityAmount; + }; + const releaseRetryTokens = (capacityReleaseAmount) => { + availableCapacity += capacityReleaseAmount ?? noRetryIncrement; + availableCapacity = Math.min(availableCapacity, MAX_CAPACITY); + }; + return Object.freeze({ + hasRetryTokens, + retrieveRetryTokens, + releaseRetryTokens, + }); +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js b/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js new file mode 100644 index 000000000..3ef96dd17 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/delayDecider.js @@ -0,0 +1,2 @@ +import { MAXIMUM_RETRY_DELAY } from "@aws-sdk/util-retry"; +export const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/index.js b/node_modules/@aws-sdk/middleware-retry/dist-es/index.js new file mode 100644 index 000000000..9ebe326af --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/index.js @@ -0,0 +1,7 @@ +export * from "./AdaptiveRetryStrategy"; +export * from "./StandardRetryStrategy"; +export * from "./configurations"; +export * from "./delayDecider"; +export * from "./omitRetryHeadersMiddleware"; +export * from "./retryDecider"; +export * from "./retryMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js b/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js new file mode 100644 index 000000000..ef349df69 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/omitRetryHeadersMiddleware.js @@ -0,0 +1,22 @@ +import { HttpRequest } from "@aws-sdk/protocol-http"; +import { INVOCATION_ID_HEADER, REQUEST_HEADER } from "@aws-sdk/util-retry"; +export const omitRetryHeadersMiddleware = () => (next) => async (args) => { + const { request } = args; + if (HttpRequest.isInstance(request)) { + delete request.headers[INVOCATION_ID_HEADER]; + delete request.headers[REQUEST_HEADER]; + } + return next(args); +}; +export const omitRetryHeadersMiddlewareOptions = { + name: "omitRetryHeadersMiddleware", + tags: ["RETRY", "HEADERS", "OMIT_RETRY_HEADERS"], + relation: "before", + toMiddleware: "awsAuthMiddleware", + override: true, +}; +export const getOmitRetryHeadersPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.addRelativeTo(omitRetryHeadersMiddleware(), omitRetryHeadersMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js b/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js new file mode 100644 index 000000000..58f10bb61 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/retryDecider.js @@ -0,0 +1,7 @@ +import { isClockSkewError, isRetryableByTrait, isThrottlingError, isTransientError, } from "@aws-sdk/service-error-classification"; +export const defaultRetryDecider = (error) => { + if (!error) { + return false; + } + return isRetryableByTrait(error) || isClockSkewError(error) || isThrottlingError(error) || isTransientError(error); +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js b/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js new file mode 100644 index 000000000..28e54b6a5 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/retryMiddleware.js @@ -0,0 +1,104 @@ +import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { isServerError, isThrottlingError, isTransientError } from "@aws-sdk/service-error-classification"; +import { INVOCATION_ID_HEADER, REQUEST_HEADER } from "@aws-sdk/util-retry"; +import { v4 } from "uuid"; +import { asSdkError } from "./util"; +export const retryMiddleware = (options) => (next, context) => async (args) => { + let retryStrategy = await options.retryStrategy(); + const maxAttempts = await options.maxAttempts(); + if (isRetryStrategyV2(retryStrategy)) { + retryStrategy = retryStrategy; + let retryToken = await retryStrategy.acquireInitialRetryToken(context["partition_id"]); + let lastError = new Error(); + let attempts = 0; + let totalRetryDelay = 0; + const { request } = args; + if (HttpRequest.isInstance(request)) { + request.headers[INVOCATION_ID_HEADER] = v4(); + } + while (true) { + try { + if (HttpRequest.isInstance(request)) { + request.headers[REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`; + } + const { response, output } = await next(args); + retryStrategy.recordSuccess(retryToken); + output.$metadata.attempts = attempts + 1; + output.$metadata.totalRetryDelay = totalRetryDelay; + return { response, output }; + } + catch (e) { + const retryErrorInfo = getRetyErrorInto(e); + lastError = asSdkError(e); + try { + retryToken = await retryStrategy.refreshRetryTokenForRetry(retryToken, retryErrorInfo); + } + catch (refreshError) { + if (!lastError.$metadata) { + lastError.$metadata = {}; + } + lastError.$metadata.attempts = attempts + 1; + lastError.$metadata.totalRetryDelay = totalRetryDelay; + throw lastError; + } + attempts = retryToken.getRetryCount(); + const delay = retryToken.getRetryDelay(); + totalRetryDelay += delay; + await new Promise((resolve) => setTimeout(resolve, delay)); + } + } + } + else { + retryStrategy = retryStrategy; + if (retryStrategy?.mode) + context.userAgent = [...(context.userAgent || []), ["cfg/retry-mode", retryStrategy.mode]]; + return retryStrategy.retry(next, args); + } +}; +const isRetryStrategyV2 = (retryStrategy) => typeof retryStrategy.acquireInitialRetryToken !== "undefined" && + typeof retryStrategy.refreshRetryTokenForRetry !== "undefined" && + typeof retryStrategy.recordSuccess !== "undefined"; +const getRetyErrorInto = (error) => { + const errorInfo = { + errorType: getRetryErrorType(error), + }; + const retryAfterHint = getRetryAfterHint(error.$response); + if (retryAfterHint) { + errorInfo.retryAfterHint = retryAfterHint; + } + return errorInfo; +}; +const getRetryErrorType = (error) => { + if (isThrottlingError(error)) + return "THROTTLING"; + if (isTransientError(error)) + return "TRANSIENT"; + if (isServerError(error)) + return "SERVER_ERROR"; + return "CLIENT_ERROR"; +}; +export const retryMiddlewareOptions = { + name: "retryMiddleware", + tags: ["RETRY"], + step: "finalizeRequest", + priority: "high", + override: true, +}; +export const getRetryPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.add(retryMiddleware(options), retryMiddlewareOptions); + }, +}); +export const getRetryAfterHint = (response) => { + if (!HttpResponse.isInstance(response)) + return; + const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after"); + if (!retryAfterHeaderName) + return; + const retryAfter = response.headers[retryAfterHeaderName]; + const retryAfterSeconds = Number(retryAfter); + if (!Number.isNaN(retryAfterSeconds)) + return new Date(retryAfterSeconds * 1000); + const retryAfterDate = new Date(retryAfter); + return retryAfterDate; +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/types.js b/node_modules/@aws-sdk/middleware-retry/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-es/util.js b/node_modules/@aws-sdk/middleware-retry/dist-es/util.js new file mode 100644 index 000000000..f45e6b4d3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-es/util.js @@ -0,0 +1,9 @@ +export const asSdkError = (error) => { + if (error instanceof Error) + return error; + if (error instanceof Object) + return Object.assign(new Error(), error); + if (typeof error === "string") + return new Error(error); + return new Error(`AWS SDK error wrapper for ${error}`); +}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts new file mode 100644 index 000000000..dd419af5f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts @@ -0,0 +1,20 @@ +import { FinalizeHandler, FinalizeHandlerArguments, MetadataBearer, Provider } from "@aws-sdk/types"; +import { RateLimiter } from "@aws-sdk/util-retry"; +import { StandardRetryStrategy, StandardRetryStrategyOptions } from "./StandardRetryStrategy"; +/** + * Strategy options to be passed to AdaptiveRetryStrategy + */ +export interface AdaptiveRetryStrategyOptions extends StandardRetryStrategyOptions { + rateLimiter?: RateLimiter; +} +/** + * @deprected use AdaptiveRetryStrategy from @aws-sdk/util-retry + */ +export declare class AdaptiveRetryStrategy extends StandardRetryStrategy { + private rateLimiter; + constructor(maxAttemptsProvider: Provider, options?: AdaptiveRetryStrategyOptions); + retry(next: FinalizeHandler, args: FinalizeHandlerArguments): Promise<{ + response: unknown; + output: Ouput; + }>; +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts new file mode 100644 index 000000000..469301e6b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts @@ -0,0 +1,30 @@ +import { FinalizeHandler, FinalizeHandlerArguments, MetadataBearer, Provider, RetryStrategy } from "@aws-sdk/types"; +import { DelayDecider, RetryDecider, RetryQuota } from "./types"; +/** + * Strategy options to be passed to StandardRetryStrategy + */ +export interface StandardRetryStrategyOptions { + retryDecider?: RetryDecider; + delayDecider?: DelayDecider; + retryQuota?: RetryQuota; +} +/** + * @deprected use StandardRetryStrategy from @aws-sdk/util-retry + */ +export declare class StandardRetryStrategy implements RetryStrategy { + private readonly maxAttemptsProvider; + private retryDecider; + private delayDecider; + private retryQuota; + mode: string; + constructor(maxAttemptsProvider: Provider, options?: StandardRetryStrategyOptions); + private shouldRetry; + private getMaxAttempts; + retry(next: FinalizeHandler, args: FinalizeHandlerArguments, options?: { + beforeRequest: Function; + afterRequest: Function; + }): Promise<{ + response: unknown; + output: Ouput; + }>; +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts new file mode 100644 index 000000000..f048f0f08 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts @@ -0,0 +1,37 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +import { Provider, RetryStrategy, RetryStrategyV2 } from "@aws-sdk/types"; +export declare const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; +export declare const CONFIG_MAX_ATTEMPTS = "max_attempts"; +export declare const NODE_MAX_ATTEMPT_CONFIG_OPTIONS: LoadedConfigSelectors; +export interface RetryInputConfig { + /** + * The maximum number of times requests that encounter retryable failures should be attempted. + */ + maxAttempts?: number | Provider; + /** + * The strategy to retry the request. Using built-in exponential backoff strategy by default. + */ + retryStrategy?: RetryStrategy | RetryStrategyV2; +} +interface PreviouslyResolved { + /** + * Specifies provider for retry algorithm to use. + * @internal + */ + retryMode: string | Provider; +} +export interface RetryResolvedConfig { + /** + * Resolved value for input config {@link RetryInputConfig.maxAttempts} + */ + maxAttempts: Provider; + /** + * Resolved value for input config {@link RetryInputConfig.retryStrategy} + */ + retryStrategy: Provider; +} +export declare const resolveRetryConfig: (input: T & PreviouslyResolved & RetryInputConfig) => T & RetryResolvedConfig; +export declare const ENV_RETRY_MODE = "AWS_RETRY_MODE"; +export declare const CONFIG_RETRY_MODE = "retry_mode"; +export declare const NODE_RETRY_MODE_CONFIG_OPTIONS: LoadedConfigSelectors; +export {}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts new file mode 100644 index 000000000..52aac852f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/defaultRetryQuota.d.ts @@ -0,0 +1,18 @@ +import { RetryQuota } from "./types"; +export interface DefaultRetryQuotaOptions { + /** + * The total amount of retry token to be incremented from retry token balance + * if an SDK operation invocation succeeds without requiring a retry request. + */ + noRetryIncrement?: number; + /** + * The total amount of retry tokens to be decremented from retry token balance. + */ + retryCost?: number; + /** + * The total amount of retry tokens to be decremented from retry token balance + * when a throttling error is encountered. + */ + timeoutRetryCost?: number; +} +export declare const getDefaultRetryQuota: (initialRetryTokens: number, options?: DefaultRetryQuotaOptions | undefined) => RetryQuota; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts new file mode 100644 index 000000000..a7251fce1 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts @@ -0,0 +1,4 @@ +/** + * Calculate a capped, fully-jittered exponential backoff time. + */ +export declare const defaultDelayDecider: (delayBase: number, attempts: number) => number; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts new file mode 100644 index 000000000..9ebe326af --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts @@ -0,0 +1,7 @@ +export * from "./AdaptiveRetryStrategy"; +export * from "./StandardRetryStrategy"; +export * from "./configurations"; +export * from "./delayDecider"; +export * from "./omitRetryHeadersMiddleware"; +export * from "./retryDecider"; +export * from "./retryMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts new file mode 100644 index 000000000..cfb327775 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts @@ -0,0 +1,4 @@ +import { FinalizeHandler, MetadataBearer, Pluggable, RelativeMiddlewareOptions } from "@aws-sdk/types"; +export declare const omitRetryHeadersMiddleware: () => (next: FinalizeHandler) => FinalizeHandler; +export declare const omitRetryHeadersMiddlewareOptions: RelativeMiddlewareOptions; +export declare const getOmitRetryHeadersPlugin: (options: unknown) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts new file mode 100644 index 000000000..b6dced056 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts @@ -0,0 +1,2 @@ +import { SdkError } from "@aws-sdk/types"; +export declare const defaultRetryDecider: (error: SdkError) => boolean; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts new file mode 100644 index 000000000..f2c5c705a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts @@ -0,0 +1,6 @@ +import { AbsoluteLocation, FinalizeHandler, FinalizeRequestHandlerOptions, HandlerExecutionContext, MetadataBearer, Pluggable } from "@aws-sdk/types"; +import { RetryResolvedConfig } from "./configurations"; +export declare const retryMiddleware: (options: RetryResolvedConfig) => (next: FinalizeHandler, context: HandlerExecutionContext) => FinalizeHandler; +export declare const retryMiddlewareOptions: FinalizeRequestHandlerOptions & AbsoluteLocation; +export declare const getRetryPlugin: (options: RetryResolvedConfig) => Pluggable; +export declare const getRetryAfterHint: (response: unknown) => Date | undefined; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts new file mode 100644 index 000000000..058309084 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts @@ -0,0 +1,29 @@ +import { + FinalizeHandler, + FinalizeHandlerArguments, + MetadataBearer, + Provider, +} from "@aws-sdk/types"; +import { RateLimiter } from "@aws-sdk/util-retry"; +import { + StandardRetryStrategy, + StandardRetryStrategyOptions, +} from "./StandardRetryStrategy"; +export interface AdaptiveRetryStrategyOptions + extends StandardRetryStrategyOptions { + rateLimiter?: RateLimiter; +} +export declare class AdaptiveRetryStrategy extends StandardRetryStrategy { + private rateLimiter; + constructor( + maxAttemptsProvider: Provider, + options?: AdaptiveRetryStrategyOptions + ); + retry( + next: FinalizeHandler, + args: FinalizeHandlerArguments + ): Promise<{ + response: unknown; + output: Ouput; + }>; +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts new file mode 100644 index 000000000..fb8373afd --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts @@ -0,0 +1,37 @@ +import { + FinalizeHandler, + FinalizeHandlerArguments, + MetadataBearer, + Provider, + RetryStrategy, +} from "@aws-sdk/types"; +import { DelayDecider, RetryDecider, RetryQuota } from "./types"; +export interface StandardRetryStrategyOptions { + retryDecider?: RetryDecider; + delayDecider?: DelayDecider; + retryQuota?: RetryQuota; +} +export declare class StandardRetryStrategy implements RetryStrategy { + private readonly maxAttemptsProvider; + private retryDecider; + private delayDecider; + private retryQuota; + mode: string; + constructor( + maxAttemptsProvider: Provider, + options?: StandardRetryStrategyOptions + ); + private shouldRetry; + private getMaxAttempts; + retry( + next: FinalizeHandler, + args: FinalizeHandlerArguments, + options?: { + beforeRequest: Function; + afterRequest: Function; + } + ): Promise<{ + response: unknown; + output: Ouput; + }>; +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts new file mode 100644 index 000000000..8cf453ea7 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/configurations.d.ts @@ -0,0 +1,23 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +import { Provider, RetryStrategy, RetryStrategyV2 } from "@aws-sdk/types"; +export declare const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; +export declare const CONFIG_MAX_ATTEMPTS = "max_attempts"; +export declare const NODE_MAX_ATTEMPT_CONFIG_OPTIONS: LoadedConfigSelectors; +export interface RetryInputConfig { + maxAttempts?: number | Provider; + retryStrategy?: RetryStrategy | RetryStrategyV2; +} +interface PreviouslyResolved { + retryMode: string | Provider; +} +export interface RetryResolvedConfig { + maxAttempts: Provider; + retryStrategy: Provider; +} +export declare const resolveRetryConfig: ( + input: T & PreviouslyResolved & RetryInputConfig +) => T & RetryResolvedConfig; +export declare const ENV_RETRY_MODE = "AWS_RETRY_MODE"; +export declare const CONFIG_RETRY_MODE = "retry_mode"; +export declare const NODE_RETRY_MODE_CONFIG_OPTIONS: LoadedConfigSelectors; +export {}; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts new file mode 100644 index 000000000..ebec172b3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts @@ -0,0 +1,10 @@ +import { RetryQuota } from "./types"; +export interface DefaultRetryQuotaOptions { + noRetryIncrement?: number; + retryCost?: number; + timeoutRetryCost?: number; +} +export declare const getDefaultRetryQuota: ( + initialRetryTokens: number, + options?: DefaultRetryQuotaOptions | undefined +) => RetryQuota; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts new file mode 100644 index 000000000..79f9cc4f0 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/delayDecider.d.ts @@ -0,0 +1,4 @@ +export declare const defaultDelayDecider: ( + delayBase: number, + attempts: number +) => number; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..9ebe326af --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/index.d.ts @@ -0,0 +1,7 @@ +export * from "./AdaptiveRetryStrategy"; +export * from "./StandardRetryStrategy"; +export * from "./configurations"; +export * from "./delayDecider"; +export * from "./omitRetryHeadersMiddleware"; +export * from "./retryDecider"; +export * from "./retryMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts new file mode 100644 index 000000000..fb0ce73d1 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts @@ -0,0 +1,15 @@ +import { + FinalizeHandler, + MetadataBearer, + Pluggable, + RelativeMiddlewareOptions, +} from "@aws-sdk/types"; +export declare const omitRetryHeadersMiddleware: () => < + Output extends MetadataBearer = MetadataBearer +>( + next: FinalizeHandler +) => FinalizeHandler; +export declare const omitRetryHeadersMiddlewareOptions: RelativeMiddlewareOptions; +export declare const getOmitRetryHeadersPlugin: ( + options: unknown +) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts new file mode 100644 index 000000000..b6dced056 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryDecider.d.ts @@ -0,0 +1,2 @@ +import { SdkError } from "@aws-sdk/types"; +export declare const defaultRetryDecider: (error: SdkError) => boolean; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts new file mode 100644 index 000000000..35de5fd0c --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts @@ -0,0 +1,21 @@ +import { + AbsoluteLocation, + FinalizeHandler, + FinalizeRequestHandlerOptions, + HandlerExecutionContext, + MetadataBearer, + Pluggable, +} from "@aws-sdk/types"; +import { RetryResolvedConfig } from "./configurations"; +export declare const retryMiddleware: ( + options: RetryResolvedConfig +) => ( + next: FinalizeHandler, + context: HandlerExecutionContext +) => FinalizeHandler; +export declare const retryMiddlewareOptions: FinalizeRequestHandlerOptions & + AbsoluteLocation; +export declare const getRetryPlugin: ( + options: RetryResolvedConfig +) => Pluggable; +export declare const getRetryAfterHint: (response: unknown) => Date | undefined; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..e26d816dc --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/types.d.ts @@ -0,0 +1,16 @@ +import { SdkError } from "@aws-sdk/types"; +export interface RetryDecider { + (error: SdkError): boolean; +} +export interface DelayDecider { + (delayBase: number, attempts: number): number; +} +export interface RetryQuota { + hasRetryTokens: (error: SdkError) => boolean; + retrieveRetryTokens: (error: SdkError) => number; + releaseRetryTokens: (releaseCapacityAmount?: number) => void; +} +export interface RateLimiter { + getSendToken: () => Promise; + updateClientSendingRate: (response: any) => void; +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/util.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/util.d.ts new file mode 100644 index 000000000..002ee24d3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/ts3.4/util.d.ts @@ -0,0 +1,2 @@ +import { SdkError } from "@aws-sdk/types"; +export declare const asSdkError: (error: unknown) => SdkError; diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts new file mode 100644 index 000000000..430f50a7b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts @@ -0,0 +1,53 @@ +import { SdkError } from "@aws-sdk/types"; +/** + * Determines whether an error is retryable based on the number of retries + * already attempted, the HTTP status code, and the error received (if any). + * + * @param error The error encountered. + */ +export interface RetryDecider { + (error: SdkError): boolean; +} +/** + * Determines the number of milliseconds to wait before retrying an action. + * + * @param delayBase The base delay (in milliseconds). + * @param attempts The number of times the action has already been tried. + */ +export interface DelayDecider { + (delayBase: number, attempts: number): number; +} +/** + * Interface that specifies the retry quota behavior. + */ +export interface RetryQuota { + /** + * returns true if retry tokens are available from the retry quota bucket. + */ + hasRetryTokens: (error: SdkError) => boolean; + /** + * returns token amount from the retry quota bucket. + * throws error is retry tokens are not available. + */ + retrieveRetryTokens: (error: SdkError) => number; + /** + * releases tokens back to the retry quota. + */ + releaseRetryTokens: (releaseCapacityAmount?: number) => void; +} +export interface RateLimiter { + /** + * If there is sufficient capacity (tokens) available, it immediately returns. + * If there is not sufficient capacity, it will either sleep a certain amount + * of time until the rate limiter can retrieve a token from its token bucket + * or raise an exception indicating there is insufficient capacity. + */ + getSendToken: () => Promise; + /** + * Updates the client sending rate based on response. + * If the response was successful, the capacity and fill rate are increased. + * If the response was a throttling response, the capacity and fill rate are + * decreased. Transient errors do not affect the rate limiter. + */ + updateClientSendingRate: (response: any) => void; +} diff --git a/node_modules/@aws-sdk/middleware-retry/dist-types/util.d.ts b/node_modules/@aws-sdk/middleware-retry/dist-types/util.d.ts new file mode 100644 index 000000000..002ee24d3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/dist-types/util.d.ts @@ -0,0 +1,2 @@ +import { SdkError } from "@aws-sdk/types"; +export declare const asSdkError: (error: unknown) => SdkError; diff --git a/node_modules/@aws-sdk/middleware-retry/package.json b/node_modules/@aws-sdk/middleware-retry/package.json new file mode 100644 index 000000000..33cda442b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-retry/package.json @@ -0,0 +1,60 @@ +{ + "name": "@aws-sdk/middleware-retry", + "version": "3.235.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/service-error-classification": "3.229.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-middleware": "3.226.0", + "@aws-sdk/util-retry": "3.229.0", + "tslib": "^2.3.1", + "uuid": "^8.3.2" + }, + "devDependencies": { + "@aws-sdk/node-config-provider": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "@types/uuid": "^8.3.0", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-retry", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-retry" + } +} diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE b/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/README.md b/node_modules/@aws-sdk/middleware-sdk-sts/README.md new file mode 100644 index 000000000..db18b93b3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-sdk-sts + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-sdk-sts/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-sdk-sts) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-sdk-sts.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-sdk-sts) diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js new file mode 100644 index 000000000..c556762ac --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/dist-cjs/index.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveStsAuthConfig = void 0; +const middleware_signing_1 = require("@aws-sdk/middleware-signing"); +const resolveStsAuthConfig = (input, { stsClientCtor }) => (0, middleware_signing_1.resolveAwsAuthConfig)({ + ...input, + stsClientCtor, +}); +exports.resolveStsAuthConfig = resolveStsAuthConfig; diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js b/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js new file mode 100644 index 000000000..6659df645 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/dist-es/index.js @@ -0,0 +1,5 @@ +import { resolveAwsAuthConfig } from "@aws-sdk/middleware-signing"; +export const resolveStsAuthConfig = (input, { stsClientCtor }) => resolveAwsAuthConfig({ + ...input, + stsClientCtor, +}); diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts new file mode 100644 index 000000000..c0de7979e --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts @@ -0,0 +1,34 @@ +import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing"; +import { AwsCredentialIdentity, Client, HashConstructor, Provider, RegionInfoProvider } from "@aws-sdk/types"; +export interface StsAuthInputConfig extends AwsAuthInputConfig { +} +interface PreviouslyResolved { + credentialDefaultProvider: (input: any) => Provider; + region: string | Provider; + regionInfoProvider?: RegionInfoProvider; + signingName?: string; + serviceId: string; + sha256: HashConstructor; + useFipsEndpoint: Provider; + useDualstackEndpoint: Provider; +} +export interface StsAuthResolvedConfig extends AwsAuthResolvedConfig { + /** + * Reference to STSClient class constructor. + * @internal + */ + stsClientCtor: new (clientConfig: any) => Client; +} +export interface StsAuthConfigOptions { + /** + * Reference to STSClient class constructor. + */ + stsClientCtor: new (clientConfig: any) => Client; +} +/** + * Set STS client constructor to `stsClientCtor` config parameter. It is used + * for role assumers for STS client internally. See `clients/client-sts/defaultStsRoleAssumers.ts` + * and `clients/client-sts/STSClient.ts`. + */ +export declare const resolveStsAuthConfig: (input: T & PreviouslyResolved & StsAuthInputConfig, { stsClientCtor }: StsAuthConfigOptions) => T & StsAuthResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..6de5720c5 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/ts3.4/index.d.ts @@ -0,0 +1,33 @@ +import { + AwsAuthInputConfig, + AwsAuthResolvedConfig, +} from "@aws-sdk/middleware-signing"; +import { + AwsCredentialIdentity, + Client, + HashConstructor, + Provider, + RegionInfoProvider, +} from "@aws-sdk/types"; +export interface StsAuthInputConfig extends AwsAuthInputConfig {} +interface PreviouslyResolved { + credentialDefaultProvider: (input: any) => Provider; + region: string | Provider; + regionInfoProvider?: RegionInfoProvider; + signingName?: string; + serviceId: string; + sha256: HashConstructor; + useFipsEndpoint: Provider; + useDualstackEndpoint: Provider; +} +export interface StsAuthResolvedConfig extends AwsAuthResolvedConfig { + stsClientCtor: new (clientConfig: any) => Client; +} +export interface StsAuthConfigOptions { + stsClientCtor: new (clientConfig: any) => Client; +} +export declare const resolveStsAuthConfig: ( + input: T & PreviouslyResolved & StsAuthInputConfig, + { stsClientCtor }: StsAuthConfigOptions +) => T & StsAuthResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/middleware-sdk-sts/package.json b/node_modules/@aws-sdk/middleware-sdk-sts/package.json new file mode 100644 index 000000000..60720671b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-sdk-sts/package.json @@ -0,0 +1,57 @@ +{ + "name": "@aws-sdk/middleware-sdk-sts", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "exit 0" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/middleware-signing": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-sdk-sts", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-sdk-sts" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-serde/LICENSE b/node_modules/@aws-sdk/middleware-serde/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/middleware-serde/README.md b/node_modules/@aws-sdk/middleware-serde/README.md new file mode 100644 index 000000000..95b162bae --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-serde + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-serde/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-serde) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-serde.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-serde) diff --git a/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js b/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js new file mode 100644 index 000000000..3b8e9cb74 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js @@ -0,0 +1,20 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deserializerMiddleware = void 0; +const deserializerMiddleware = (options, deserializer) => (next, context) => async (args) => { + const { response } = await next(args); + try { + const parsed = await deserializer(response, options); + return { + response, + output: parsed, + }; + } + catch (error) { + Object.defineProperty(error, "$response", { + value: response, + }); + throw error; + } +}; +exports.deserializerMiddleware = deserializerMiddleware; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js new file mode 100644 index 000000000..529a0945f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-cjs/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./deserializerMiddleware"), exports); +tslib_1.__exportStar(require("./serdePlugin"), exports); +tslib_1.__exportStar(require("./serializerMiddleware"), exports); diff --git a/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js b/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js new file mode 100644 index 000000000..c2f66db84 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-cjs/serdePlugin.js @@ -0,0 +1,26 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSerdePlugin = exports.serializerMiddlewareOption = exports.deserializerMiddlewareOption = void 0; +const deserializerMiddleware_1 = require("./deserializerMiddleware"); +const serializerMiddleware_1 = require("./serializerMiddleware"); +exports.deserializerMiddlewareOption = { + name: "deserializerMiddleware", + step: "deserialize", + tags: ["DESERIALIZER"], + override: true, +}; +exports.serializerMiddlewareOption = { + name: "serializerMiddleware", + step: "serialize", + tags: ["SERIALIZER"], + override: true, +}; +function getSerdePlugin(config, serializer, deserializer) { + return { + applyToStack: (commandStack) => { + commandStack.add((0, deserializerMiddleware_1.deserializerMiddleware)(config, deserializer), exports.deserializerMiddlewareOption); + commandStack.add((0, serializerMiddleware_1.serializerMiddleware)(config, serializer), exports.serializerMiddlewareOption); + }, + }; +} +exports.getSerdePlugin = getSerdePlugin; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js b/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js new file mode 100644 index 000000000..20f32ca3b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-cjs/serializerMiddleware.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.serializerMiddleware = void 0; +const serializerMiddleware = (options, serializer) => (next, context) => async (args) => { + var _a; + const endpoint = ((_a = context.endpointV2) === null || _a === void 0 ? void 0 : _a.url) && options.urlParser + ? async () => options.urlParser(context.endpointV2.url) + : options.endpoint; + if (!endpoint) { + throw new Error("No valid endpoint provider available."); + } + const request = await serializer(args.input, { ...options, endpoint }); + return next({ + ...args, + request, + }); +}; +exports.serializerMiddleware = serializerMiddleware; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js b/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js new file mode 100644 index 000000000..82db43015 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js @@ -0,0 +1,16 @@ +export const deserializerMiddleware = (options, deserializer) => (next, context) => async (args) => { + const { response } = await next(args); + try { + const parsed = await deserializer(response, options); + return { + response, + output: parsed, + }; + } + catch (error) { + Object.defineProperty(error, "$response", { + value: response, + }); + throw error; + } +}; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-es/index.js b/node_modules/@aws-sdk/middleware-serde/dist-es/index.js new file mode 100644 index 000000000..166a2be21 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-es/index.js @@ -0,0 +1,3 @@ +export * from "./deserializerMiddleware"; +export * from "./serdePlugin"; +export * from "./serializerMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js b/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js new file mode 100644 index 000000000..be2a06ef8 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-es/serdePlugin.js @@ -0,0 +1,22 @@ +import { deserializerMiddleware } from "./deserializerMiddleware"; +import { serializerMiddleware } from "./serializerMiddleware"; +export const deserializerMiddlewareOption = { + name: "deserializerMiddleware", + step: "deserialize", + tags: ["DESERIALIZER"], + override: true, +}; +export const serializerMiddlewareOption = { + name: "serializerMiddleware", + step: "serialize", + tags: ["SERIALIZER"], + override: true, +}; +export function getSerdePlugin(config, serializer, deserializer) { + return { + applyToStack: (commandStack) => { + commandStack.add(deserializerMiddleware(config, deserializer), deserializerMiddlewareOption); + commandStack.add(serializerMiddleware(config, serializer), serializerMiddlewareOption); + }, + }; +} diff --git a/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js b/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js new file mode 100644 index 000000000..b02b93d73 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-es/serializerMiddleware.js @@ -0,0 +1,13 @@ +export const serializerMiddleware = (options, serializer) => (next, context) => async (args) => { + const endpoint = context.endpointV2?.url && options.urlParser + ? async () => options.urlParser(context.endpointV2.url) + : options.endpoint; + if (!endpoint) { + throw new Error("No valid endpoint provider available."); + } + const request = await serializer(args.input, { ...options, endpoint }); + return next({ + ...args, + request, + }); +}; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts new file mode 100644 index 000000000..70ca0c25d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/deserializerMiddleware.d.ts @@ -0,0 +1,2 @@ +import { DeserializeMiddleware, ResponseDeserializer } from "@aws-sdk/types"; +export declare const deserializerMiddleware: (options: RuntimeUtils, deserializer: ResponseDeserializer) => DeserializeMiddleware; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts new file mode 100644 index 000000000..166a2be21 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/index.d.ts @@ -0,0 +1,3 @@ +export * from "./deserializerMiddleware"; +export * from "./serdePlugin"; +export * from "./serializerMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts new file mode 100644 index 000000000..53b88d28d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/serdePlugin.d.ts @@ -0,0 +1,8 @@ +import { DeserializeHandlerOptions, Endpoint, EndpointBearer, MetadataBearer, Pluggable, Provider, RequestSerializer, ResponseDeserializer, SerializeHandlerOptions, UrlParser } from "@aws-sdk/types"; +export declare const deserializerMiddlewareOption: DeserializeHandlerOptions; +export declare const serializerMiddlewareOption: SerializeHandlerOptions; +export declare type V1OrV2Endpoint = { + urlParser?: UrlParser; + endpoint?: Provider; +}; +export declare function getSerdePlugin(config: V1OrV2Endpoint, serializer: RequestSerializer, deserializer: ResponseDeserializer): Pluggable; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts new file mode 100644 index 000000000..719de5e80 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/serializerMiddleware.d.ts @@ -0,0 +1,3 @@ +import { EndpointBearer, RequestSerializer, SerializeMiddleware } from "@aws-sdk/types"; +import type { V1OrV2Endpoint } from "./serdePlugin"; +export declare const serializerMiddleware: (options: V1OrV2Endpoint, serializer: RequestSerializer) => SerializeMiddleware; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts new file mode 100644 index 000000000..824726309 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts @@ -0,0 +1,9 @@ +import { DeserializeMiddleware, ResponseDeserializer } from "@aws-sdk/types"; +export declare const deserializerMiddleware: < + Input extends object, + Output extends object, + RuntimeUtils = any +>( + options: RuntimeUtils, + deserializer: ResponseDeserializer +) => DeserializeMiddleware; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..166a2be21 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/index.d.ts @@ -0,0 +1,3 @@ +export * from "./deserializerMiddleware"; +export * from "./serdePlugin"; +export * from "./serializerMiddleware"; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts new file mode 100644 index 000000000..b7d5db5c5 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts @@ -0,0 +1,27 @@ +import { + DeserializeHandlerOptions, + Endpoint, + EndpointBearer, + MetadataBearer, + Pluggable, + Provider, + RequestSerializer, + ResponseDeserializer, + SerializeHandlerOptions, + UrlParser, +} from "@aws-sdk/types"; +export declare const deserializerMiddlewareOption: DeserializeHandlerOptions; +export declare const serializerMiddlewareOption: SerializeHandlerOptions; +export declare type V1OrV2Endpoint = { + urlParser?: UrlParser; + endpoint?: Provider; +}; +export declare function getSerdePlugin< + InputType extends object, + SerDeContext, + OutputType extends MetadataBearer +>( + config: V1OrV2Endpoint, + serializer: RequestSerializer, + deserializer: ResponseDeserializer +): Pluggable; diff --git a/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts new file mode 100644 index 000000000..e7bedca38 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts @@ -0,0 +1,14 @@ +import { + EndpointBearer, + RequestSerializer, + SerializeMiddleware, +} from "@aws-sdk/types"; +import { V1OrV2Endpoint } from "./serdePlugin"; +export declare const serializerMiddleware: < + Input extends object, + Output extends object, + RuntimeUtils extends EndpointBearer +>( + options: V1OrV2Endpoint, + serializer: RequestSerializer +) => SerializeMiddleware; diff --git a/node_modules/@aws-sdk/middleware-serde/package.json b/node_modules/@aws-sdk/middleware-serde/package.json new file mode 100644 index 000000000..df7176804 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-serde/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/middleware-serde", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-serde", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-serde" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-signing/LICENSE b/node_modules/@aws-sdk/middleware-signing/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/middleware-signing/README.md b/node_modules/@aws-sdk/middleware-signing/README.md new file mode 100644 index 000000000..22cb5d409 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/signer-middleware + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-signing/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-signing) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-signing.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-signing) diff --git a/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js b/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js new file mode 100644 index 000000000..ce0d44158 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-cjs/configurations.js @@ -0,0 +1,108 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveSigV4AuthConfig = exports.resolveAwsAuthConfig = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const signature_v4_1 = require("@aws-sdk/signature-v4"); +const util_middleware_1 = require("@aws-sdk/util-middleware"); +const CREDENTIAL_EXPIRE_WINDOW = 300000; +const resolveAwsAuthConfig = (input) => { + const normalizedCreds = input.credentials + ? normalizeCredentialProvider(input.credentials) + : input.credentialDefaultProvider(input); + const { signingEscapePath = true, systemClockOffset = input.systemClockOffset || 0, sha256 } = input; + let signer; + if (input.signer) { + signer = (0, util_middleware_1.normalizeProvider)(input.signer); + } + else if (input.regionInfoProvider) { + signer = () => (0, util_middleware_1.normalizeProvider)(input.region)() + .then(async (region) => [ + (await input.regionInfoProvider(region, { + useFipsEndpoint: await input.useFipsEndpoint(), + useDualstackEndpoint: await input.useDualstackEndpoint(), + })) || {}, + region, + ]) + .then(([regionInfo, region]) => { + const { signingRegion, signingService } = regionInfo; + input.signingRegion = input.signingRegion || signingRegion || region; + input.signingName = input.signingName || signingService || input.serviceId; + const params = { + ...input, + credentials: normalizedCreds, + region: input.signingRegion, + service: input.signingName, + sha256, + uriEscapePath: signingEscapePath, + }; + const SignerCtor = input.signerConstructor || signature_v4_1.SignatureV4; + return new SignerCtor(params); + }); + } + else { + signer = async (authScheme) => { + authScheme = Object.assign({}, { + name: "sigv4", + signingName: input.signingName || input.defaultSigningName, + signingRegion: await (0, util_middleware_1.normalizeProvider)(input.region)(), + properties: {}, + }, authScheme); + const signingRegion = authScheme.signingRegion; + const signingService = authScheme.signingName; + input.signingRegion = input.signingRegion || signingRegion; + input.signingName = input.signingName || signingService || input.serviceId; + const params = { + ...input, + credentials: normalizedCreds, + region: input.signingRegion, + service: input.signingName, + sha256, + uriEscapePath: signingEscapePath, + }; + const SignerCtor = input.signerConstructor || signature_v4_1.SignatureV4; + return new SignerCtor(params); + }; + } + return { + ...input, + systemClockOffset, + signingEscapePath, + credentials: normalizedCreds, + signer, + }; +}; +exports.resolveAwsAuthConfig = resolveAwsAuthConfig; +const resolveSigV4AuthConfig = (input) => { + const normalizedCreds = input.credentials + ? normalizeCredentialProvider(input.credentials) + : input.credentialDefaultProvider(input); + const { signingEscapePath = true, systemClockOffset = input.systemClockOffset || 0, sha256 } = input; + let signer; + if (input.signer) { + signer = (0, util_middleware_1.normalizeProvider)(input.signer); + } + else { + signer = (0, util_middleware_1.normalizeProvider)(new signature_v4_1.SignatureV4({ + credentials: normalizedCreds, + region: input.region, + service: input.signingName, + sha256, + uriEscapePath: signingEscapePath, + })); + } + return { + ...input, + systemClockOffset, + signingEscapePath, + credentials: normalizedCreds, + signer, + }; +}; +exports.resolveSigV4AuthConfig = resolveSigV4AuthConfig; +const normalizeCredentialProvider = (credentials) => { + if (typeof credentials === "function") { + return (0, property_provider_1.memoize)(credentials, (credentials) => credentials.expiration !== undefined && + credentials.expiration.getTime() - Date.now() < CREDENTIAL_EXPIRE_WINDOW, (credentials) => credentials.expiration !== undefined); + } + return (0, util_middleware_1.normalizeProvider)(credentials); +}; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js new file mode 100644 index 000000000..a149f7b1b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./configurations"), exports); +tslib_1.__exportStar(require("./middleware"), exports); diff --git a/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js b/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js new file mode 100644 index 000000000..92ba94a70 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-cjs/middleware.js @@ -0,0 +1,50 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSigV4AuthPlugin = exports.getAwsAuthPlugin = exports.awsAuthMiddlewareOptions = exports.awsAuthMiddleware = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const getSkewCorrectedDate_1 = require("./utils/getSkewCorrectedDate"); +const getUpdatedSystemClockOffset_1 = require("./utils/getUpdatedSystemClockOffset"); +const awsAuthMiddleware = (options) => (next, context) => async function (args) { + var _a, _b, _c, _d; + if (!protocol_http_1.HttpRequest.isInstance(args.request)) + return next(args); + const authScheme = (_c = (_b = (_a = context.endpointV2) === null || _a === void 0 ? void 0 : _a.properties) === null || _b === void 0 ? void 0 : _b.authSchemes) === null || _c === void 0 ? void 0 : _c[0]; + const multiRegionOverride = (authScheme === null || authScheme === void 0 ? void 0 : authScheme.name) === "sigv4a" ? (_d = authScheme === null || authScheme === void 0 ? void 0 : authScheme.signingRegionSet) === null || _d === void 0 ? void 0 : _d.join(",") : undefined; + const signer = await options.signer(authScheme); + const output = await next({ + ...args, + request: await signer.sign(args.request, { + signingDate: (0, getSkewCorrectedDate_1.getSkewCorrectedDate)(options.systemClockOffset), + signingRegion: multiRegionOverride || context["signing_region"], + signingService: context["signing_service"], + }), + }).catch((error) => { + var _a; + const serverTime = (_a = error.ServerTime) !== null && _a !== void 0 ? _a : getDateHeader(error.$response); + if (serverTime) { + options.systemClockOffset = (0, getUpdatedSystemClockOffset_1.getUpdatedSystemClockOffset)(serverTime, options.systemClockOffset); + } + throw error; + }); + const dateHeader = getDateHeader(output.response); + if (dateHeader) { + options.systemClockOffset = (0, getUpdatedSystemClockOffset_1.getUpdatedSystemClockOffset)(dateHeader, options.systemClockOffset); + } + return output; +}; +exports.awsAuthMiddleware = awsAuthMiddleware; +const getDateHeader = (response) => { var _a, _b, _c; return protocol_http_1.HttpResponse.isInstance(response) ? (_b = (_a = response.headers) === null || _a === void 0 ? void 0 : _a.date) !== null && _b !== void 0 ? _b : (_c = response.headers) === null || _c === void 0 ? void 0 : _c.Date : undefined; }; +exports.awsAuthMiddlewareOptions = { + name: "awsAuthMiddleware", + tags: ["SIGNATURE", "AWSAUTH"], + relation: "after", + toMiddleware: "retryMiddleware", + override: true, +}; +const getAwsAuthPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.addRelativeTo((0, exports.awsAuthMiddleware)(options), exports.awsAuthMiddlewareOptions); + }, +}); +exports.getAwsAuthPlugin = getAwsAuthPlugin; +exports.getSigV4AuthPlugin = exports.getAwsAuthPlugin; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js b/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js new file mode 100644 index 000000000..35c081220 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getSkewCorrectedDate.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSkewCorrectedDate = void 0; +const getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset); +exports.getSkewCorrectedDate = getSkewCorrectedDate; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js b/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js new file mode 100644 index 000000000..44070563b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/getUpdatedSystemClockOffset.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getUpdatedSystemClockOffset = void 0; +const isClockSkewed_1 = require("./isClockSkewed"); +const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => { + const clockTimeInMs = Date.parse(clockTime); + if ((0, isClockSkewed_1.isClockSkewed)(clockTimeInMs, currentSystemClockOffset)) { + return clockTimeInMs - Date.now(); + } + return currentSystemClockOffset; +}; +exports.getUpdatedSystemClockOffset = getUpdatedSystemClockOffset; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js b/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js new file mode 100644 index 000000000..918dbbef8 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-cjs/utils/isClockSkewed.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isClockSkewed = void 0; +const getSkewCorrectedDate_1 = require("./getSkewCorrectedDate"); +const isClockSkewed = (clockTime, systemClockOffset) => Math.abs((0, getSkewCorrectedDate_1.getSkewCorrectedDate)(systemClockOffset).getTime() - clockTime) >= 300000; +exports.isClockSkewed = isClockSkewed; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js b/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js new file mode 100644 index 000000000..bccab3561 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-es/configurations.js @@ -0,0 +1,103 @@ +import { memoize } from "@aws-sdk/property-provider"; +import { SignatureV4 } from "@aws-sdk/signature-v4"; +import { normalizeProvider } from "@aws-sdk/util-middleware"; +const CREDENTIAL_EXPIRE_WINDOW = 300000; +export const resolveAwsAuthConfig = (input) => { + const normalizedCreds = input.credentials + ? normalizeCredentialProvider(input.credentials) + : input.credentialDefaultProvider(input); + const { signingEscapePath = true, systemClockOffset = input.systemClockOffset || 0, sha256 } = input; + let signer; + if (input.signer) { + signer = normalizeProvider(input.signer); + } + else if (input.regionInfoProvider) { + signer = () => normalizeProvider(input.region)() + .then(async (region) => [ + (await input.regionInfoProvider(region, { + useFipsEndpoint: await input.useFipsEndpoint(), + useDualstackEndpoint: await input.useDualstackEndpoint(), + })) || {}, + region, + ]) + .then(([regionInfo, region]) => { + const { signingRegion, signingService } = regionInfo; + input.signingRegion = input.signingRegion || signingRegion || region; + input.signingName = input.signingName || signingService || input.serviceId; + const params = { + ...input, + credentials: normalizedCreds, + region: input.signingRegion, + service: input.signingName, + sha256, + uriEscapePath: signingEscapePath, + }; + const SignerCtor = input.signerConstructor || SignatureV4; + return new SignerCtor(params); + }); + } + else { + signer = async (authScheme) => { + authScheme = Object.assign({}, { + name: "sigv4", + signingName: input.signingName || input.defaultSigningName, + signingRegion: await normalizeProvider(input.region)(), + properties: {}, + }, authScheme); + const signingRegion = authScheme.signingRegion; + const signingService = authScheme.signingName; + input.signingRegion = input.signingRegion || signingRegion; + input.signingName = input.signingName || signingService || input.serviceId; + const params = { + ...input, + credentials: normalizedCreds, + region: input.signingRegion, + service: input.signingName, + sha256, + uriEscapePath: signingEscapePath, + }; + const SignerCtor = input.signerConstructor || SignatureV4; + return new SignerCtor(params); + }; + } + return { + ...input, + systemClockOffset, + signingEscapePath, + credentials: normalizedCreds, + signer, + }; +}; +export const resolveSigV4AuthConfig = (input) => { + const normalizedCreds = input.credentials + ? normalizeCredentialProvider(input.credentials) + : input.credentialDefaultProvider(input); + const { signingEscapePath = true, systemClockOffset = input.systemClockOffset || 0, sha256 } = input; + let signer; + if (input.signer) { + signer = normalizeProvider(input.signer); + } + else { + signer = normalizeProvider(new SignatureV4({ + credentials: normalizedCreds, + region: input.region, + service: input.signingName, + sha256, + uriEscapePath: signingEscapePath, + })); + } + return { + ...input, + systemClockOffset, + signingEscapePath, + credentials: normalizedCreds, + signer, + }; +}; +const normalizeCredentialProvider = (credentials) => { + if (typeof credentials === "function") { + return memoize(credentials, (credentials) => credentials.expiration !== undefined && + credentials.expiration.getTime() - Date.now() < CREDENTIAL_EXPIRE_WINDOW, (credentials) => credentials.expiration !== undefined); + } + return normalizeProvider(credentials); +}; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-es/index.js b/node_modules/@aws-sdk/middleware-signing/dist-es/index.js new file mode 100644 index 000000000..ef4de1454 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./configurations"; +export * from "./middleware"; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js b/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js new file mode 100644 index 000000000..ff6ad001f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-es/middleware.js @@ -0,0 +1,43 @@ +import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { getSkewCorrectedDate } from "./utils/getSkewCorrectedDate"; +import { getUpdatedSystemClockOffset } from "./utils/getUpdatedSystemClockOffset"; +export const awsAuthMiddleware = (options) => (next, context) => async function (args) { + if (!HttpRequest.isInstance(args.request)) + return next(args); + const authScheme = context.endpointV2?.properties?.authSchemes?.[0]; + const multiRegionOverride = authScheme?.name === "sigv4a" ? authScheme?.signingRegionSet?.join(",") : undefined; + const signer = await options.signer(authScheme); + const output = await next({ + ...args, + request: await signer.sign(args.request, { + signingDate: getSkewCorrectedDate(options.systemClockOffset), + signingRegion: multiRegionOverride || context["signing_region"], + signingService: context["signing_service"], + }), + }).catch((error) => { + const serverTime = error.ServerTime ?? getDateHeader(error.$response); + if (serverTime) { + options.systemClockOffset = getUpdatedSystemClockOffset(serverTime, options.systemClockOffset); + } + throw error; + }); + const dateHeader = getDateHeader(output.response); + if (dateHeader) { + options.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, options.systemClockOffset); + } + return output; +}; +const getDateHeader = (response) => HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : undefined; +export const awsAuthMiddlewareOptions = { + name: "awsAuthMiddleware", + tags: ["SIGNATURE", "AWSAUTH"], + relation: "after", + toMiddleware: "retryMiddleware", + override: true, +}; +export const getAwsAuthPlugin = (options) => ({ + applyToStack: (clientStack) => { + clientStack.addRelativeTo(awsAuthMiddleware(options), awsAuthMiddlewareOptions); + }, +}); +export const getSigV4AuthPlugin = getAwsAuthPlugin; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js b/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js new file mode 100644 index 000000000..6ee803634 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getSkewCorrectedDate.js @@ -0,0 +1 @@ +export const getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset); diff --git a/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js b/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js new file mode 100644 index 000000000..859c41a28 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-es/utils/getUpdatedSystemClockOffset.js @@ -0,0 +1,8 @@ +import { isClockSkewed } from "./isClockSkewed"; +export const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => { + const clockTimeInMs = Date.parse(clockTime); + if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) { + return clockTimeInMs - Date.now(); + } + return currentSystemClockOffset; +}; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js b/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js new file mode 100644 index 000000000..086d7a871 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-es/utils/isClockSkewed.js @@ -0,0 +1,2 @@ +import { getSkewCorrectedDate } from "./getSkewCorrectedDate"; +export const isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 300000; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts new file mode 100644 index 000000000..5a3013df0 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts @@ -0,0 +1,92 @@ +import { SignatureV4CryptoInit, SignatureV4Init } from "@aws-sdk/signature-v4"; +import { AuthScheme, AwsCredentialIdentity, HashConstructor, Logger, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@aws-sdk/types"; +export interface AwsAuthInputConfig { + /** + * The credentials used to sign requests. + */ + credentials?: AwsCredentialIdentity | Provider; + /** + * The signer to use when signing requests. + */ + signer?: RequestSigner | ((authScheme?: AuthScheme) => Promise); + /** + * Whether to escape request path when signing the request. + */ + signingEscapePath?: boolean; + /** + * An offset value in milliseconds to apply to all signing times. + */ + systemClockOffset?: number; + /** + * The region where you want to sign your request against. This + * can be different to the region in the endpoint. + */ + signingRegion?: string; + /** + * The injectable SigV4-compatible signer class constructor. If not supplied, + * regular SignatureV4 constructor will be used. + * @private + */ + signerConstructor?: new (options: SignatureV4Init & SignatureV4CryptoInit) => RequestSigner; +} +export interface SigV4AuthInputConfig { + /** + * The credentials used to sign requests. + */ + credentials?: AwsCredentialIdentity | Provider; + /** + * The signer to use when signing requests. + */ + signer?: RequestSigner | ((authScheme?: AuthScheme) => Promise); + /** + * Whether to escape request path when signing the request. + */ + signingEscapePath?: boolean; + /** + * An offset value in milliseconds to apply to all signing times. + */ + systemClockOffset?: number; +} +interface PreviouslyResolved { + credentialDefaultProvider: (input: any) => MemoizedProvider; + region: string | Provider; + regionInfoProvider?: RegionInfoProvider; + signingName?: string; + defaultSigningName?: string; + serviceId: string; + sha256: HashConstructor; + useFipsEndpoint: Provider; + useDualstackEndpoint: Provider; +} +interface SigV4PreviouslyResolved { + credentialDefaultProvider: (input: any) => MemoizedProvider; + region: string | Provider; + signingName: string; + sha256: HashConstructor; + logger?: Logger; +} +export interface AwsAuthResolvedConfig { + /** + * Resolved value for input config {@link AwsAuthInputConfig.credentials} + * This provider MAY memoize the loaded credentials for certain period. + * See {@link MemoizedProvider} for more information. + */ + credentials: MemoizedProvider; + /** + * Resolved value for input config {@link AwsAuthInputConfig.signer} + */ + signer: (authScheme?: AuthScheme) => Promise; + /** + * Resolved value for input config {@link AwsAuthInputConfig.signingEscapePath} + */ + signingEscapePath: boolean; + /** + * Resolved value for input config {@link AwsAuthInputConfig.systemClockOffset} + */ + systemClockOffset: number; +} +export interface SigV4AuthResolvedConfig extends AwsAuthResolvedConfig { +} +export declare const resolveAwsAuthConfig: (input: T & AwsAuthInputConfig & PreviouslyResolved) => T & AwsAuthResolvedConfig; +export declare const resolveSigV4AuthConfig: (input: T & SigV4AuthInputConfig & SigV4PreviouslyResolved) => T & SigV4AuthResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts new file mode 100644 index 000000000..ef4de1454 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./configurations"; +export * from "./middleware"; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts new file mode 100644 index 000000000..b17377596 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts @@ -0,0 +1,6 @@ +import { FinalizeRequestMiddleware, Pluggable, RelativeMiddlewareOptions } from "@aws-sdk/types"; +import { AwsAuthResolvedConfig } from "./configurations"; +export declare const awsAuthMiddleware: (options: AwsAuthResolvedConfig) => FinalizeRequestMiddleware; +export declare const awsAuthMiddlewareOptions: RelativeMiddlewareOptions; +export declare const getAwsAuthPlugin: (options: AwsAuthResolvedConfig) => Pluggable; +export declare const getSigV4AuthPlugin: (options: AwsAuthResolvedConfig) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts new file mode 100644 index 000000000..74a716f2a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/configurations.d.ts @@ -0,0 +1,67 @@ +import { SignatureV4CryptoInit, SignatureV4Init } from "@aws-sdk/signature-v4"; +import { + AuthScheme, + AwsCredentialIdentity, + HashConstructor, + Logger, + MemoizedProvider, + Provider, + RegionInfoProvider, + RequestSigner, +} from "@aws-sdk/types"; +export interface AwsAuthInputConfig { + credentials?: AwsCredentialIdentity | Provider; + signer?: + | RequestSigner + | ((authScheme?: AuthScheme) => Promise); + signingEscapePath?: boolean; + systemClockOffset?: number; + signingRegion?: string; + signerConstructor?: new ( + options: SignatureV4Init & SignatureV4CryptoInit + ) => RequestSigner; +} +export interface SigV4AuthInputConfig { + credentials?: AwsCredentialIdentity | Provider; + signer?: + | RequestSigner + | ((authScheme?: AuthScheme) => Promise); + signingEscapePath?: boolean; + systemClockOffset?: number; +} +interface PreviouslyResolved { + credentialDefaultProvider: ( + input: any + ) => MemoizedProvider; + region: string | Provider; + regionInfoProvider?: RegionInfoProvider; + signingName?: string; + defaultSigningName?: string; + serviceId: string; + sha256: HashConstructor; + useFipsEndpoint: Provider; + useDualstackEndpoint: Provider; +} +interface SigV4PreviouslyResolved { + credentialDefaultProvider: ( + input: any + ) => MemoizedProvider; + region: string | Provider; + signingName: string; + sha256: HashConstructor; + logger?: Logger; +} +export interface AwsAuthResolvedConfig { + credentials: MemoizedProvider; + signer: (authScheme?: AuthScheme) => Promise; + signingEscapePath: boolean; + systemClockOffset: number; +} +export interface SigV4AuthResolvedConfig extends AwsAuthResolvedConfig {} +export declare const resolveAwsAuthConfig: ( + input: T & AwsAuthInputConfig & PreviouslyResolved +) => T & AwsAuthResolvedConfig; +export declare const resolveSigV4AuthConfig: ( + input: T & SigV4AuthInputConfig & SigV4PreviouslyResolved +) => T & SigV4AuthResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..ef4de1454 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./configurations"; +export * from "./middleware"; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts new file mode 100644 index 000000000..ca61efe6d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/middleware.d.ts @@ -0,0 +1,19 @@ +import { + FinalizeRequestMiddleware, + Pluggable, + RelativeMiddlewareOptions, +} from "@aws-sdk/types"; +import { AwsAuthResolvedConfig } from "./configurations"; +export declare const awsAuthMiddleware: < + Input extends object, + Output extends object +>( + options: AwsAuthResolvedConfig +) => FinalizeRequestMiddleware; +export declare const awsAuthMiddlewareOptions: RelativeMiddlewareOptions; +export declare const getAwsAuthPlugin: ( + options: AwsAuthResolvedConfig +) => Pluggable; +export declare const getSigV4AuthPlugin: ( + options: AwsAuthResolvedConfig +) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts new file mode 100644 index 000000000..741c5ea3a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getSkewCorrectedDate.d.ts @@ -0,0 +1 @@ +export declare const getSkewCorrectedDate: (systemClockOffset: number) => Date; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts new file mode 100644 index 000000000..eae331176 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/getUpdatedSystemClockOffset.d.ts @@ -0,0 +1,4 @@ +export declare const getUpdatedSystemClockOffset: ( + clockTime: string, + currentSystemClockOffset: number +) => number; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts new file mode 100644 index 000000000..9f994f879 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/ts3.4/utils/isClockSkewed.d.ts @@ -0,0 +1,4 @@ +export declare const isClockSkewed: ( + clockTime: number, + systemClockOffset: number +) => boolean; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts new file mode 100644 index 000000000..8c887d23e --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getSkewCorrectedDate.d.ts @@ -0,0 +1,6 @@ +/** + * Returns a date that is corrected for clock skew. + * + * @param systemClockOffset The offset of the system clock in milliseconds. + */ +export declare const getSkewCorrectedDate: (systemClockOffset: number) => Date; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts new file mode 100644 index 000000000..66e919982 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/utils/getUpdatedSystemClockOffset.d.ts @@ -0,0 +1,8 @@ +/** + * If clock is skewed, it returns the difference between serverTime and current time. + * If clock is not skewed, it returns currentSystemClockOffset. + * + * @param clockTime The string value of the server time. + * @param currentSystemClockOffset The current system clock offset. + */ +export declare const getUpdatedSystemClockOffset: (clockTime: string, currentSystemClockOffset: number) => number; diff --git a/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts b/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts new file mode 100644 index 000000000..0dde59327 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/dist-types/utils/isClockSkewed.d.ts @@ -0,0 +1,7 @@ +/** + * Checks if the provided date is within the skew window of 300000ms. + * + * @param clockTime - The time to check for skew in milliseconds. + * @param systemClockOffset - The offset of the system clock in milliseconds. + */ +export declare const isClockSkewed: (clockTime: number, systemClockOffset: number) => boolean; diff --git a/node_modules/@aws-sdk/middleware-signing/package.json b/node_modules/@aws-sdk/middleware-signing/package.json new file mode 100644 index 000000000..facc55b8f --- /dev/null +++ b/node_modules/@aws-sdk/middleware-signing/package.json @@ -0,0 +1,57 @@ +{ + "name": "@aws-sdk/middleware-signing", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/signature-v4": "3.226.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-middleware": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-signing", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-signing" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/middleware-stack/LICENSE b/node_modules/@aws-sdk/middleware-stack/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/middleware-stack/README.md b/node_modules/@aws-sdk/middleware-stack/README.md new file mode 100644 index 000000000..ed3852442 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/README.md @@ -0,0 +1,78 @@ +# @aws-sdk/middleware-stack + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-stack/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-stack) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-stack.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-stack) + +The package contains an implementation of middleware stack interface. Middleware +stack is a structure storing middleware in specified order and resolve these +middleware into a single handler. + +A middleware stack has five `Step`s, each of them represents a specific request life cycle: + +- **initialize**: The input is being prepared. Examples of typical initialization tasks include injecting default options computing derived parameters. + +- **serialize**: The input is complete and ready to be serialized. Examples of typical serialization tasks include input validation and building an HTTP request from user input. + +- **build**: The input has been serialized into an HTTP request, but that request may require further modification. Any request alterations will be applied to all retries. Examples of typical build tasks include injecting HTTP headers that describe a stable aspect of the request, such as `Content-Length` or a body checksum. + +- **finalizeRequest**: The request is being prepared to be sent over the wire. The request in this stage should already be semantically complete and should therefore only be altered to match the recipient's expectations. Examples of typical finalization tasks include request signing and injecting hop-by-hop headers. + +- **deserialize**: The response has arrived, the middleware here will deserialize the raw response object to structured response + +## Adding Middleware + +There are two ways to add middleware to a middleware stack. They both add middleware to specified `Step` but they provide fine-grained location control differently. + +### Absolute Location + +You can add middleware to specified step with: + +```javascript +stack.add(middleware, { + step: "finalizeRequest", +}); +``` + +This approach works for most cases. Sometimes you want your middleware to be executed in the front of the `Step`, you can set the `Priority` to `high`. Set the `Priority` to `low` then this middleware will be executed at the end of `Step`: + +```javascript +stack.add(middleware, { + step: "finalizeRequest", + priority: "high", +}); +``` + +If multiple middleware is added to same `step` with same `priority`, the order of them is determined by the order of adding them. + +### Relative Location + +In some cases, you might want to execute your middleware before some other known middleware, then you can use `addRelativeTo()`: + +```javascript +stack.add(middleware, { + step: "finalizeRequest", + name: "myMiddleware", +}); +stack.addRelativeTo(anotherMiddleware, { + relation: "before", //or 'after' + toMiddleware: "myMiddleware", +}); +``` + +## Removing Middleware + +You can remove middleware by name one at a time: + +```javascript +stack.remove("Middleware1"); +``` + +If you specify tags for middleware, you can remove multiple middleware at a time according to tag: + +```javascript +stack.add(middleware, { + step: "finalizeRequest", + tags: ["final"], +}); +stack.removeByTag("final"); +``` diff --git a/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js b/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js new file mode 100644 index 000000000..58a3c3517 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-cjs/MiddlewareStack.js @@ -0,0 +1,225 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.constructStack = void 0; +const constructStack = () => { + let absoluteEntries = []; + let relativeEntries = []; + const entriesNameSet = new Set(); + const sort = (entries) => entries.sort((a, b) => stepWeights[b.step] - stepWeights[a.step] || + priorityWeights[b.priority || "normal"] - priorityWeights[a.priority || "normal"]); + const removeByName = (toRemove) => { + let isRemoved = false; + const filterCb = (entry) => { + if (entry.name && entry.name === toRemove) { + isRemoved = true; + entriesNameSet.delete(toRemove); + return false; + } + return true; + }; + absoluteEntries = absoluteEntries.filter(filterCb); + relativeEntries = relativeEntries.filter(filterCb); + return isRemoved; + }; + const removeByReference = (toRemove) => { + let isRemoved = false; + const filterCb = (entry) => { + if (entry.middleware === toRemove) { + isRemoved = true; + if (entry.name) + entriesNameSet.delete(entry.name); + return false; + } + return true; + }; + absoluteEntries = absoluteEntries.filter(filterCb); + relativeEntries = relativeEntries.filter(filterCb); + return isRemoved; + }; + const cloneTo = (toStack) => { + absoluteEntries.forEach((entry) => { + toStack.add(entry.middleware, { ...entry }); + }); + relativeEntries.forEach((entry) => { + toStack.addRelativeTo(entry.middleware, { ...entry }); + }); + return toStack; + }; + const expandRelativeMiddlewareList = (from) => { + const expandedMiddlewareList = []; + from.before.forEach((entry) => { + if (entry.before.length === 0 && entry.after.length === 0) { + expandedMiddlewareList.push(entry); + } + else { + expandedMiddlewareList.push(...expandRelativeMiddlewareList(entry)); + } + }); + expandedMiddlewareList.push(from); + from.after.reverse().forEach((entry) => { + if (entry.before.length === 0 && entry.after.length === 0) { + expandedMiddlewareList.push(entry); + } + else { + expandedMiddlewareList.push(...expandRelativeMiddlewareList(entry)); + } + }); + return expandedMiddlewareList; + }; + const getMiddlewareList = (debug = false) => { + const normalizedAbsoluteEntries = []; + const normalizedRelativeEntries = []; + const normalizedEntriesNameMap = {}; + absoluteEntries.forEach((entry) => { + const normalizedEntry = { + ...entry, + before: [], + after: [], + }; + if (normalizedEntry.name) + normalizedEntriesNameMap[normalizedEntry.name] = normalizedEntry; + normalizedAbsoluteEntries.push(normalizedEntry); + }); + relativeEntries.forEach((entry) => { + const normalizedEntry = { + ...entry, + before: [], + after: [], + }; + if (normalizedEntry.name) + normalizedEntriesNameMap[normalizedEntry.name] = normalizedEntry; + normalizedRelativeEntries.push(normalizedEntry); + }); + normalizedRelativeEntries.forEach((entry) => { + if (entry.toMiddleware) { + const toMiddleware = normalizedEntriesNameMap[entry.toMiddleware]; + if (toMiddleware === undefined) { + if (debug) { + return; + } + throw new Error(`${entry.toMiddleware} is not found when adding ${entry.name || "anonymous"} middleware ${entry.relation} ${entry.toMiddleware}`); + } + if (entry.relation === "after") { + toMiddleware.after.push(entry); + } + if (entry.relation === "before") { + toMiddleware.before.push(entry); + } + } + }); + const mainChain = sort(normalizedAbsoluteEntries) + .map(expandRelativeMiddlewareList) + .reduce((wholeList, expendedMiddlewareList) => { + wholeList.push(...expendedMiddlewareList); + return wholeList; + }, []); + return mainChain; + }; + const stack = { + add: (middleware, options = {}) => { + const { name, override } = options; + const entry = { + step: "initialize", + priority: "normal", + middleware, + ...options, + }; + if (name) { + if (entriesNameSet.has(name)) { + if (!override) + throw new Error(`Duplicate middleware name '${name}'`); + const toOverrideIndex = absoluteEntries.findIndex((entry) => entry.name === name); + const toOverride = absoluteEntries[toOverrideIndex]; + if (toOverride.step !== entry.step || toOverride.priority !== entry.priority) { + throw new Error(`"${name}" middleware with ${toOverride.priority} priority in ${toOverride.step} step cannot be ` + + `overridden by same-name middleware with ${entry.priority} priority in ${entry.step} step.`); + } + absoluteEntries.splice(toOverrideIndex, 1); + } + entriesNameSet.add(name); + } + absoluteEntries.push(entry); + }, + addRelativeTo: (middleware, options) => { + const { name, override } = options; + const entry = { + middleware, + ...options, + }; + if (name) { + if (entriesNameSet.has(name)) { + if (!override) + throw new Error(`Duplicate middleware name '${name}'`); + const toOverrideIndex = relativeEntries.findIndex((entry) => entry.name === name); + const toOverride = relativeEntries[toOverrideIndex]; + if (toOverride.toMiddleware !== entry.toMiddleware || toOverride.relation !== entry.relation) { + throw new Error(`"${name}" middleware ${toOverride.relation} "${toOverride.toMiddleware}" middleware cannot be overridden ` + + `by same-name middleware ${entry.relation} "${entry.toMiddleware}" middleware.`); + } + relativeEntries.splice(toOverrideIndex, 1); + } + entriesNameSet.add(name); + } + relativeEntries.push(entry); + }, + clone: () => cloneTo((0, exports.constructStack)()), + use: (plugin) => { + plugin.applyToStack(stack); + }, + remove: (toRemove) => { + if (typeof toRemove === "string") + return removeByName(toRemove); + else + return removeByReference(toRemove); + }, + removeByTag: (toRemove) => { + let isRemoved = false; + const filterCb = (entry) => { + const { tags, name } = entry; + if (tags && tags.includes(toRemove)) { + if (name) + entriesNameSet.delete(name); + isRemoved = true; + return false; + } + return true; + }; + absoluteEntries = absoluteEntries.filter(filterCb); + relativeEntries = relativeEntries.filter(filterCb); + return isRemoved; + }, + concat: (from) => { + const cloned = cloneTo((0, exports.constructStack)()); + cloned.use(from); + return cloned; + }, + applyToStack: cloneTo, + identify: () => { + return getMiddlewareList(true).map((mw) => { + return mw.name + ": " + (mw.tags || []).join(","); + }); + }, + resolve: (handler, context) => { + for (const middleware of getMiddlewareList() + .map((entry) => entry.middleware) + .reverse()) { + handler = middleware(handler, context); + } + return handler; + }, + }; + return stack; +}; +exports.constructStack = constructStack; +const stepWeights = { + initialize: 5, + serialize: 4, + build: 3, + finalizeRequest: 2, + deserialize: 1, +}; +const priorityWeights = { + high: 3, + normal: 2, + low: 1, +}; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js new file mode 100644 index 000000000..fc3b85ffb --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./MiddlewareStack"), exports); diff --git a/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js b/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js b/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js new file mode 100644 index 000000000..84727b484 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-es/MiddlewareStack.js @@ -0,0 +1,221 @@ +export const constructStack = () => { + let absoluteEntries = []; + let relativeEntries = []; + const entriesNameSet = new Set(); + const sort = (entries) => entries.sort((a, b) => stepWeights[b.step] - stepWeights[a.step] || + priorityWeights[b.priority || "normal"] - priorityWeights[a.priority || "normal"]); + const removeByName = (toRemove) => { + let isRemoved = false; + const filterCb = (entry) => { + if (entry.name && entry.name === toRemove) { + isRemoved = true; + entriesNameSet.delete(toRemove); + return false; + } + return true; + }; + absoluteEntries = absoluteEntries.filter(filterCb); + relativeEntries = relativeEntries.filter(filterCb); + return isRemoved; + }; + const removeByReference = (toRemove) => { + let isRemoved = false; + const filterCb = (entry) => { + if (entry.middleware === toRemove) { + isRemoved = true; + if (entry.name) + entriesNameSet.delete(entry.name); + return false; + } + return true; + }; + absoluteEntries = absoluteEntries.filter(filterCb); + relativeEntries = relativeEntries.filter(filterCb); + return isRemoved; + }; + const cloneTo = (toStack) => { + absoluteEntries.forEach((entry) => { + toStack.add(entry.middleware, { ...entry }); + }); + relativeEntries.forEach((entry) => { + toStack.addRelativeTo(entry.middleware, { ...entry }); + }); + return toStack; + }; + const expandRelativeMiddlewareList = (from) => { + const expandedMiddlewareList = []; + from.before.forEach((entry) => { + if (entry.before.length === 0 && entry.after.length === 0) { + expandedMiddlewareList.push(entry); + } + else { + expandedMiddlewareList.push(...expandRelativeMiddlewareList(entry)); + } + }); + expandedMiddlewareList.push(from); + from.after.reverse().forEach((entry) => { + if (entry.before.length === 0 && entry.after.length === 0) { + expandedMiddlewareList.push(entry); + } + else { + expandedMiddlewareList.push(...expandRelativeMiddlewareList(entry)); + } + }); + return expandedMiddlewareList; + }; + const getMiddlewareList = (debug = false) => { + const normalizedAbsoluteEntries = []; + const normalizedRelativeEntries = []; + const normalizedEntriesNameMap = {}; + absoluteEntries.forEach((entry) => { + const normalizedEntry = { + ...entry, + before: [], + after: [], + }; + if (normalizedEntry.name) + normalizedEntriesNameMap[normalizedEntry.name] = normalizedEntry; + normalizedAbsoluteEntries.push(normalizedEntry); + }); + relativeEntries.forEach((entry) => { + const normalizedEntry = { + ...entry, + before: [], + after: [], + }; + if (normalizedEntry.name) + normalizedEntriesNameMap[normalizedEntry.name] = normalizedEntry; + normalizedRelativeEntries.push(normalizedEntry); + }); + normalizedRelativeEntries.forEach((entry) => { + if (entry.toMiddleware) { + const toMiddleware = normalizedEntriesNameMap[entry.toMiddleware]; + if (toMiddleware === undefined) { + if (debug) { + return; + } + throw new Error(`${entry.toMiddleware} is not found when adding ${entry.name || "anonymous"} middleware ${entry.relation} ${entry.toMiddleware}`); + } + if (entry.relation === "after") { + toMiddleware.after.push(entry); + } + if (entry.relation === "before") { + toMiddleware.before.push(entry); + } + } + }); + const mainChain = sort(normalizedAbsoluteEntries) + .map(expandRelativeMiddlewareList) + .reduce((wholeList, expendedMiddlewareList) => { + wholeList.push(...expendedMiddlewareList); + return wholeList; + }, []); + return mainChain; + }; + const stack = { + add: (middleware, options = {}) => { + const { name, override } = options; + const entry = { + step: "initialize", + priority: "normal", + middleware, + ...options, + }; + if (name) { + if (entriesNameSet.has(name)) { + if (!override) + throw new Error(`Duplicate middleware name '${name}'`); + const toOverrideIndex = absoluteEntries.findIndex((entry) => entry.name === name); + const toOverride = absoluteEntries[toOverrideIndex]; + if (toOverride.step !== entry.step || toOverride.priority !== entry.priority) { + throw new Error(`"${name}" middleware with ${toOverride.priority} priority in ${toOverride.step} step cannot be ` + + `overridden by same-name middleware with ${entry.priority} priority in ${entry.step} step.`); + } + absoluteEntries.splice(toOverrideIndex, 1); + } + entriesNameSet.add(name); + } + absoluteEntries.push(entry); + }, + addRelativeTo: (middleware, options) => { + const { name, override } = options; + const entry = { + middleware, + ...options, + }; + if (name) { + if (entriesNameSet.has(name)) { + if (!override) + throw new Error(`Duplicate middleware name '${name}'`); + const toOverrideIndex = relativeEntries.findIndex((entry) => entry.name === name); + const toOverride = relativeEntries[toOverrideIndex]; + if (toOverride.toMiddleware !== entry.toMiddleware || toOverride.relation !== entry.relation) { + throw new Error(`"${name}" middleware ${toOverride.relation} "${toOverride.toMiddleware}" middleware cannot be overridden ` + + `by same-name middleware ${entry.relation} "${entry.toMiddleware}" middleware.`); + } + relativeEntries.splice(toOverrideIndex, 1); + } + entriesNameSet.add(name); + } + relativeEntries.push(entry); + }, + clone: () => cloneTo(constructStack()), + use: (plugin) => { + plugin.applyToStack(stack); + }, + remove: (toRemove) => { + if (typeof toRemove === "string") + return removeByName(toRemove); + else + return removeByReference(toRemove); + }, + removeByTag: (toRemove) => { + let isRemoved = false; + const filterCb = (entry) => { + const { tags, name } = entry; + if (tags && tags.includes(toRemove)) { + if (name) + entriesNameSet.delete(name); + isRemoved = true; + return false; + } + return true; + }; + absoluteEntries = absoluteEntries.filter(filterCb); + relativeEntries = relativeEntries.filter(filterCb); + return isRemoved; + }, + concat: (from) => { + const cloned = cloneTo(constructStack()); + cloned.use(from); + return cloned; + }, + applyToStack: cloneTo, + identify: () => { + return getMiddlewareList(true).map((mw) => { + return mw.name + ": " + (mw.tags || []).join(","); + }); + }, + resolve: (handler, context) => { + for (const middleware of getMiddlewareList() + .map((entry) => entry.middleware) + .reverse()) { + handler = middleware(handler, context); + } + return handler; + }, + }; + return stack; +}; +const stepWeights = { + initialize: 5, + serialize: 4, + build: 3, + finalizeRequest: 2, + deserialize: 1, +}; +const priorityWeights = { + high: 3, + normal: 2, + low: 1, +}; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-es/index.js b/node_modules/@aws-sdk/middleware-stack/dist-es/index.js new file mode 100644 index 000000000..16f56ce96 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-es/index.js @@ -0,0 +1 @@ +export * from "./MiddlewareStack"; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-es/types.js b/node_modules/@aws-sdk/middleware-stack/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts b/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts new file mode 100644 index 000000000..5091994fc --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-types/MiddlewareStack.d.ts @@ -0,0 +1,2 @@ +import { MiddlewareStack } from "@aws-sdk/types"; +export declare const constructStack: () => MiddlewareStack; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts new file mode 100644 index 000000000..16f56ce96 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./MiddlewareStack"; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts b/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts new file mode 100644 index 000000000..a001ff4c4 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts @@ -0,0 +1,5 @@ +import { MiddlewareStack } from "@aws-sdk/types"; +export declare const constructStack: < + Input extends object, + Output extends object +>() => MiddlewareStack; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..16f56ce96 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./MiddlewareStack"; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..856057fe2 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-types/ts3.4/types.d.ts @@ -0,0 +1,47 @@ +import { + AbsoluteLocation, + HandlerOptions, + MiddlewareType, + Priority, + RelativeLocation, + Step, +} from "@aws-sdk/types"; +export interface MiddlewareEntry + extends HandlerOptions { + middleware: MiddlewareType; +} +export interface AbsoluteMiddlewareEntry< + Input extends object, + Output extends object +> extends MiddlewareEntry, + AbsoluteLocation { + step: Step; + priority: Priority; +} +export interface RelativeMiddlewareEntry< + Input extends object, + Output extends object +> extends MiddlewareEntry, + RelativeLocation {} +export declare type Normalized< + T extends MiddlewareEntry, + Input extends object = {}, + Output extends object = {} +> = T & { + after: Normalized, Input, Output>[]; + before: Normalized, Input, Output>[]; +}; +export interface NormalizedRelativeEntry< + Input extends object, + Output extends object +> extends HandlerOptions { + step: Step; + middleware: MiddlewareType; + next?: NormalizedRelativeEntry; + prev?: NormalizedRelativeEntry; + priority: null; +} +export declare type NamedMiddlewareEntriesMap< + Input extends object, + Output extends object +> = Record>; diff --git a/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts b/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts new file mode 100644 index 000000000..48b6d2698 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/dist-types/types.d.ts @@ -0,0 +1,22 @@ +import { AbsoluteLocation, HandlerOptions, MiddlewareType, Priority, RelativeLocation, Step } from "@aws-sdk/types"; +export interface MiddlewareEntry extends HandlerOptions { + middleware: MiddlewareType; +} +export interface AbsoluteMiddlewareEntry extends MiddlewareEntry, AbsoluteLocation { + step: Step; + priority: Priority; +} +export interface RelativeMiddlewareEntry extends MiddlewareEntry, RelativeLocation { +} +export declare type Normalized, Input extends object = {}, Output extends object = {}> = T & { + after: Normalized, Input, Output>[]; + before: Normalized, Input, Output>[]; +}; +export interface NormalizedRelativeEntry extends HandlerOptions { + step: Step; + middleware: MiddlewareType; + next?: NormalizedRelativeEntry; + prev?: NormalizedRelativeEntry; + priority: null; +} +export declare type NamedMiddlewareEntriesMap = Record>; diff --git a/node_modules/@aws-sdk/middleware-stack/package.json b/node_modules/@aws-sdk/middleware-stack/package.json new file mode 100644 index 000000000..61384a95d --- /dev/null +++ b/node_modules/@aws-sdk/middleware-stack/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/middleware-stack", + "version": "3.226.0", + "description": "Provides a means for composing multiple middleware functions into a single handler", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "email": "", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/types": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-stack", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-stack" + } +} diff --git a/node_modules/@aws-sdk/middleware-user-agent/LICENSE b/node_modules/@aws-sdk/middleware-user-agent/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/middleware-user-agent/README.md b/node_modules/@aws-sdk/middleware-user-agent/README.md new file mode 100644 index 000000000..a0bf1a925 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/middleware-user-agent + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-user-agent/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-user-agent) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-user-agent.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-user-agent) diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js new file mode 100644 index 000000000..6dbaf96ce --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveUserAgentConfig = void 0; +function resolveUserAgentConfig(input) { + return { + ...input, + customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent, + }; +} +exports.resolveUserAgentConfig = resolveUserAgentConfig; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js new file mode 100644 index 000000000..33081fbb2 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.UA_ESCAPE_REGEX = exports.SPACE = exports.X_AMZ_USER_AGENT = exports.USER_AGENT = void 0; +exports.USER_AGENT = "user-agent"; +exports.X_AMZ_USER_AGENT = "x-amz-user-agent"; +exports.SPACE = " "; +exports.UA_ESCAPE_REGEX = /[^\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js new file mode 100644 index 000000000..bc28e3aaf --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./configurations"), exports); +tslib_1.__exportStar(require("./user-agent-middleware"), exports); diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js new file mode 100644 index 000000000..6ca2920aa --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js @@ -0,0 +1,61 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getUserAgentPlugin = exports.getUserAgentMiddlewareOptions = exports.userAgentMiddleware = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const constants_1 = require("./constants"); +const userAgentMiddleware = (options) => (next, context) => async (args) => { + var _a, _b; + const { request } = args; + if (!protocol_http_1.HttpRequest.isInstance(request)) + return next(args); + const { headers } = request; + const userAgent = ((_a = context === null || context === void 0 ? void 0 : context.userAgent) === null || _a === void 0 ? void 0 : _a.map(escapeUserAgent)) || []; + const defaultUserAgent = (await options.defaultUserAgentProvider()).map(escapeUserAgent); + const customUserAgent = ((_b = options === null || options === void 0 ? void 0 : options.customUserAgent) === null || _b === void 0 ? void 0 : _b.map(escapeUserAgent)) || []; + const sdkUserAgentValue = [...defaultUserAgent, ...userAgent, ...customUserAgent].join(constants_1.SPACE); + const normalUAValue = [ + ...defaultUserAgent.filter((section) => section.startsWith("aws-sdk-")), + ...customUserAgent, + ].join(constants_1.SPACE); + if (options.runtime !== "browser") { + if (normalUAValue) { + headers[constants_1.X_AMZ_USER_AGENT] = headers[constants_1.X_AMZ_USER_AGENT] + ? `${headers[constants_1.USER_AGENT]} ${normalUAValue}` + : normalUAValue; + } + headers[constants_1.USER_AGENT] = sdkUserAgentValue; + } + else { + headers[constants_1.X_AMZ_USER_AGENT] = sdkUserAgentValue; + } + return next({ + ...args, + request, + }); +}; +exports.userAgentMiddleware = userAgentMiddleware; +const escapeUserAgent = ([name, version]) => { + const prefixSeparatorIndex = name.indexOf("/"); + const prefix = name.substring(0, prefixSeparatorIndex); + let uaName = name.substring(prefixSeparatorIndex + 1); + if (prefix === "api") { + uaName = uaName.toLowerCase(); + } + return [prefix, uaName, version] + .filter((item) => item && item.length > 0) + .map((item) => item === null || item === void 0 ? void 0 : item.replace(constants_1.UA_ESCAPE_REGEX, "_")) + .join("/"); +}; +exports.getUserAgentMiddlewareOptions = { + name: "getUserAgentMiddleware", + step: "build", + priority: "low", + tags: ["SET_USER_AGENT", "USER_AGENT"], + override: true, +}; +const getUserAgentPlugin = (config) => ({ + applyToStack: (clientStack) => { + clientStack.add((0, exports.userAgentMiddleware)(config), exports.getUserAgentMiddlewareOptions); + }, +}); +exports.getUserAgentPlugin = getUserAgentPlugin; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js b/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js new file mode 100644 index 000000000..aaa099ef9 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js @@ -0,0 +1,6 @@ +export function resolveUserAgentConfig(input) { + return { + ...input, + customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent, + }; +} diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js b/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js new file mode 100644 index 000000000..f4f2ea177 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js @@ -0,0 +1,4 @@ +export const USER_AGENT = "user-agent"; +export const X_AMZ_USER_AGENT = "x-amz-user-agent"; +export const SPACE = " "; +export const UA_ESCAPE_REGEX = /[^\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js b/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js new file mode 100644 index 000000000..0456ec7b3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./configurations"; +export * from "./user-agent-middleware"; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js b/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js new file mode 100644 index 000000000..c40376bab --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js @@ -0,0 +1,55 @@ +import { HttpRequest } from "@aws-sdk/protocol-http"; +import { SPACE, UA_ESCAPE_REGEX, USER_AGENT, X_AMZ_USER_AGENT } from "./constants"; +export const userAgentMiddleware = (options) => (next, context) => async (args) => { + const { request } = args; + if (!HttpRequest.isInstance(request)) + return next(args); + const { headers } = request; + const userAgent = context?.userAgent?.map(escapeUserAgent) || []; + const defaultUserAgent = (await options.defaultUserAgentProvider()).map(escapeUserAgent); + const customUserAgent = options?.customUserAgent?.map(escapeUserAgent) || []; + const sdkUserAgentValue = [...defaultUserAgent, ...userAgent, ...customUserAgent].join(SPACE); + const normalUAValue = [ + ...defaultUserAgent.filter((section) => section.startsWith("aws-sdk-")), + ...customUserAgent, + ].join(SPACE); + if (options.runtime !== "browser") { + if (normalUAValue) { + headers[X_AMZ_USER_AGENT] = headers[X_AMZ_USER_AGENT] + ? `${headers[USER_AGENT]} ${normalUAValue}` + : normalUAValue; + } + headers[USER_AGENT] = sdkUserAgentValue; + } + else { + headers[X_AMZ_USER_AGENT] = sdkUserAgentValue; + } + return next({ + ...args, + request, + }); +}; +const escapeUserAgent = ([name, version]) => { + const prefixSeparatorIndex = name.indexOf("/"); + const prefix = name.substring(0, prefixSeparatorIndex); + let uaName = name.substring(prefixSeparatorIndex + 1); + if (prefix === "api") { + uaName = uaName.toLowerCase(); + } + return [prefix, uaName, version] + .filter((item) => item && item.length > 0) + .map((item) => item?.replace(UA_ESCAPE_REGEX, "_")) + .join("/"); +}; +export const getUserAgentMiddlewareOptions = { + name: "getUserAgentMiddleware", + step: "build", + priority: "low", + tags: ["SET_USER_AGENT", "USER_AGENT"], + override: true, +}; +export const getUserAgentPlugin = (config) => ({ + applyToStack: (clientStack) => { + clientStack.add(userAgentMiddleware(config), getUserAgentMiddlewareOptions); + }, +}); diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts new file mode 100644 index 000000000..3948d0726 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts @@ -0,0 +1,28 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +export interface UserAgentInputConfig { + /** + * The custom user agent header that would be appended to default one + */ + customUserAgent?: string | UserAgent; +} +interface PreviouslyResolved { + defaultUserAgentProvider: Provider; + runtime: string; +} +export interface UserAgentResolvedConfig { + /** + * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header. + * @internal + */ + defaultUserAgentProvider: Provider; + /** + * The custom user agent header that would be appended to default one + */ + customUserAgent?: UserAgent; + /** + * The runtime environment + */ + runtime: string; +} +export declare function resolveUserAgentConfig(input: T & PreviouslyResolved & UserAgentInputConfig): T & UserAgentResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts new file mode 100644 index 000000000..4952d1400 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts @@ -0,0 +1,4 @@ +export declare const USER_AGENT = "user-agent"; +export declare const X_AMZ_USER_AGENT = "x-amz-user-agent"; +export declare const SPACE = " "; +export declare const UA_ESCAPE_REGEX: RegExp; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts new file mode 100644 index 000000000..0456ec7b3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./configurations"; +export * from "./user-agent-middleware"; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts new file mode 100644 index 000000000..c27abe023 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts @@ -0,0 +1,17 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +export interface UserAgentInputConfig { + customUserAgent?: string | UserAgent; +} +interface PreviouslyResolved { + defaultUserAgentProvider: Provider; + runtime: string; +} +export interface UserAgentResolvedConfig { + defaultUserAgentProvider: Provider; + customUserAgent?: UserAgent; + runtime: string; +} +export declare function resolveUserAgentConfig( + input: T & PreviouslyResolved & UserAgentInputConfig +): T & UserAgentResolvedConfig; +export {}; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..4952d1400 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,4 @@ +export declare const USER_AGENT = "user-agent"; +export declare const X_AMZ_USER_AGENT = "x-amz-user-agent"; +export declare const SPACE = " "; +export declare const UA_ESCAPE_REGEX: RegExp; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..0456ec7b3 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./configurations"; +export * from "./user-agent-middleware"; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts new file mode 100644 index 000000000..60e67d9f4 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts @@ -0,0 +1,20 @@ +import { + AbsoluteLocation, + BuildHandler, + BuildHandlerOptions, + HandlerExecutionContext, + MetadataBearer, + Pluggable, +} from "@aws-sdk/types"; +import { UserAgentResolvedConfig } from "./configurations"; +export declare const userAgentMiddleware: ( + options: UserAgentResolvedConfig +) => ( + next: BuildHandler, + context: HandlerExecutionContext +) => BuildHandler; +export declare const getUserAgentMiddlewareOptions: BuildHandlerOptions & + AbsoluteLocation; +export declare const getUserAgentPlugin: ( + config: UserAgentResolvedConfig +) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts b/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts new file mode 100644 index 000000000..082a5797a --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts @@ -0,0 +1,17 @@ +import { AbsoluteLocation, BuildHandler, BuildHandlerOptions, HandlerExecutionContext, MetadataBearer, Pluggable } from "@aws-sdk/types"; +import { UserAgentResolvedConfig } from "./configurations"; +/** + * Build user agent header sections from: + * 1. runtime-specific default user agent provider; + * 2. custom user agent from `customUserAgent` client config; + * 3. handler execution context set by internal SDK components; + * The built user agent will be set to `x-amz-user-agent` header for ALL the + * runtimes. + * Please note that any override to the `user-agent` or `x-amz-user-agent` header + * in the HTTP request is discouraged. Please use `customUserAgent` client + * config or middleware setting the `userAgent` context to generate desired user + * agent. + */ +export declare const userAgentMiddleware: (options: UserAgentResolvedConfig) => (next: BuildHandler, context: HandlerExecutionContext) => BuildHandler; +export declare const getUserAgentMiddlewareOptions: BuildHandlerOptions & AbsoluteLocation; +export declare const getUserAgentPlugin: (config: UserAgentResolvedConfig) => Pluggable; diff --git a/node_modules/@aws-sdk/middleware-user-agent/package.json b/node_modules/@aws-sdk/middleware-user-agent/package.json new file mode 100644 index 000000000..c6f487fa4 --- /dev/null +++ b/node_modules/@aws-sdk/middleware-user-agent/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/middleware-user-agent", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/middleware-stack": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/middleware-user-agent", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/middleware-user-agent" + } +} diff --git a/node_modules/@aws-sdk/node-config-provider/LICENSE b/node_modules/@aws-sdk/node-config-provider/LICENSE new file mode 100644 index 000000000..74d4e5c31 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/node-config-provider/README.md b/node_modules/@aws-sdk/node-config-provider/README.md new file mode 100644 index 000000000..05b83aca9 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/node-config-provider + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/node-config-provider/latest.svg)](https://www.npmjs.com/package/@aws-sdk/node-config-provider) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/node-config-provider.svg)](https://www.npmjs.com/package/@aws-sdk/node-config-provider) diff --git a/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js b/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js new file mode 100644 index 000000000..10d3e4d8d --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-cjs/configLoader.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.loadConfig = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromEnv_1 = require("./fromEnv"); +const fromSharedConfigFiles_1 = require("./fromSharedConfigFiles"); +const fromStatic_1 = require("./fromStatic"); +const loadConfig = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => (0, property_provider_1.memoize)((0, property_provider_1.chain)((0, fromEnv_1.fromEnv)(environmentVariableSelector), (0, fromSharedConfigFiles_1.fromSharedConfigFiles)(configFileSelector, configuration), (0, fromStatic_1.fromStatic)(defaultValue))); +exports.loadConfig = loadConfig; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js b/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js new file mode 100644 index 000000000..79650b155 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromEnv.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromEnv = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromEnv = (envVarSelector) => async () => { + try { + const config = envVarSelector(process.env); + if (config === undefined) { + throw new Error(); + } + return config; + } + catch (e) { + throw new property_provider_1.CredentialsProviderError(e.message || `Cannot load config from environment variables with getter: ${envVarSelector}`); + } +}; +exports.fromEnv = fromEnv; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js b/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js new file mode 100644 index 000000000..01d2898c6 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromSharedConfigFiles.js @@ -0,0 +1,26 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromSharedConfigFiles = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const fromSharedConfigFiles = (configSelector, { preferredFile = "config", ...init } = {}) => async () => { + const profile = (0, shared_ini_file_loader_1.getProfileName)(init); + const { configFile, credentialsFile } = await (0, shared_ini_file_loader_1.loadSharedConfigFiles)(init); + const profileFromCredentials = credentialsFile[profile] || {}; + const profileFromConfig = configFile[profile] || {}; + const mergedProfile = preferredFile === "config" + ? { ...profileFromCredentials, ...profileFromConfig } + : { ...profileFromConfig, ...profileFromCredentials }; + try { + const configValue = configSelector(mergedProfile); + if (configValue === undefined) { + throw new Error(); + } + return configValue; + } + catch (e) { + throw new property_provider_1.CredentialsProviderError(e.message || + `Cannot load config for profile ${profile} in SDK configuration files with getter: ${configSelector}`); + } +}; +exports.fromSharedConfigFiles = fromSharedConfigFiles; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js b/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js new file mode 100644 index 000000000..4570dc51a --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-cjs/fromStatic.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromStatic = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const isFunction = (func) => typeof func === "function"; +const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : (0, property_provider_1.fromStatic)(defaultValue); +exports.fromStatic = fromStatic; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js b/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js new file mode 100644 index 000000000..ecf3535eb --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./configLoader"), exports); diff --git a/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js b/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js new file mode 100644 index 000000000..9959aa5b8 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-es/configLoader.js @@ -0,0 +1,5 @@ +import { chain, memoize } from "@aws-sdk/property-provider"; +import { fromEnv } from "./fromEnv"; +import { fromSharedConfigFiles } from "./fromSharedConfigFiles"; +import { fromStatic } from "./fromStatic"; +export const loadConfig = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => memoize(chain(fromEnv(environmentVariableSelector), fromSharedConfigFiles(configFileSelector, configuration), fromStatic(defaultValue))); diff --git a/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js b/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js new file mode 100644 index 000000000..3aa474e23 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-es/fromEnv.js @@ -0,0 +1,13 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +export const fromEnv = (envVarSelector) => async () => { + try { + const config = envVarSelector(process.env); + if (config === undefined) { + throw new Error(); + } + return config; + } + catch (e) { + throw new CredentialsProviderError(e.message || `Cannot load config from environment variables with getter: ${envVarSelector}`); + } +}; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js b/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js new file mode 100644 index 000000000..706368d57 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-es/fromSharedConfigFiles.js @@ -0,0 +1,22 @@ +import { CredentialsProviderError } from "@aws-sdk/property-provider"; +import { getProfileName, loadSharedConfigFiles } from "@aws-sdk/shared-ini-file-loader"; +export const fromSharedConfigFiles = (configSelector, { preferredFile = "config", ...init } = {}) => async () => { + const profile = getProfileName(init); + const { configFile, credentialsFile } = await loadSharedConfigFiles(init); + const profileFromCredentials = credentialsFile[profile] || {}; + const profileFromConfig = configFile[profile] || {}; + const mergedProfile = preferredFile === "config" + ? { ...profileFromCredentials, ...profileFromConfig } + : { ...profileFromConfig, ...profileFromCredentials }; + try { + const configValue = configSelector(mergedProfile); + if (configValue === undefined) { + throw new Error(); + } + return configValue; + } + catch (e) { + throw new CredentialsProviderError(e.message || + `Cannot load config for profile ${profile} in SDK configuration files with getter: ${configSelector}`); + } +}; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js b/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js new file mode 100644 index 000000000..b99f93ad8 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-es/fromStatic.js @@ -0,0 +1,3 @@ +import { fromStatic as convertToProvider } from "@aws-sdk/property-provider"; +const isFunction = (func) => typeof func === "function"; +export const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : convertToProvider(defaultValue); diff --git a/node_modules/@aws-sdk/node-config-provider/dist-es/index.js b/node_modules/@aws-sdk/node-config-provider/dist-es/index.js new file mode 100644 index 000000000..2d035d911 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-es/index.js @@ -0,0 +1 @@ +export * from "./configLoader"; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts new file mode 100644 index 000000000..c5dc4ed8c --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts @@ -0,0 +1,22 @@ +import { Provider } from "@aws-sdk/types"; +import { GetterFromEnv } from "./fromEnv"; +import { GetterFromConfig, SharedConfigInit } from "./fromSharedConfigFiles"; +import { FromStaticConfig } from "./fromStatic"; +export declare type LocalConfigOptions = SharedConfigInit; +export interface LoadedConfigSelectors { + /** + * A getter function getting the config values from all the environment + * variables. + */ + environmentVariableSelector: GetterFromEnv; + /** + * A getter function getting config values associated with the inferred + * profile from shared INI files + */ + configFileSelector: GetterFromConfig; + /** + * Default value or getter + */ + default: FromStaticConfig; +} +export declare const loadConfig: ({ environmentVariableSelector, configFileSelector, default: defaultValue }: LoadedConfigSelectors, configuration?: LocalConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts new file mode 100644 index 000000000..4ebaeb96e --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts @@ -0,0 +1,8 @@ +/// +import { Provider } from "@aws-sdk/types"; +export declare type GetterFromEnv = (env: NodeJS.ProcessEnv) => T | undefined; +/** + * Get config value given the environment variable name or getter from + * environment variable. + */ +export declare const fromEnv: (envVarSelector: GetterFromEnv) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts new file mode 100644 index 000000000..e6dfa0be0 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts @@ -0,0 +1,15 @@ +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { Profile, Provider } from "@aws-sdk/types"; +export interface SharedConfigInit extends SourceProfileInit { + /** + * The preferred shared ini file to load the config. "config" option refers to + * the shared config file(defaults to `~/.aws/config`). "credentials" option + * refers to the shared credentials file(defaults to `~/.aws/credentials`) + */ + preferredFile?: "config" | "credentials"; +} +export declare type GetterFromConfig = (profile: Profile) => T | undefined; +/** + * Get config value from the shared config files with inferred profile name. + */ +export declare const fromSharedConfigFiles: (configSelector: GetterFromConfig, { preferredFile, ...init }?: SharedConfigInit) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts new file mode 100644 index 000000000..45b8353b8 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts @@ -0,0 +1,3 @@ +import { Provider } from "@aws-sdk/types"; +export declare type FromStaticConfig = T | (() => T) | Provider; +export declare const fromStatic: (defaultValue: FromStaticConfig) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts new file mode 100644 index 000000000..2d035d911 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./configLoader"; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts new file mode 100644 index 000000000..1a6fe5eb8 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/configLoader.d.ts @@ -0,0 +1,18 @@ +import { Provider } from "@aws-sdk/types"; +import { GetterFromEnv } from "./fromEnv"; +import { GetterFromConfig, SharedConfigInit } from "./fromSharedConfigFiles"; +import { FromStaticConfig } from "./fromStatic"; +export declare type LocalConfigOptions = SharedConfigInit; +export interface LoadedConfigSelectors { + environmentVariableSelector: GetterFromEnv; + configFileSelector: GetterFromConfig; + default: FromStaticConfig; +} +export declare const loadConfig: ( + { + environmentVariableSelector, + configFileSelector, + default: defaultValue, + }: LoadedConfigSelectors, + configuration?: LocalConfigOptions +) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts new file mode 100644 index 000000000..822500b95 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromEnv.d.ts @@ -0,0 +1,7 @@ +import { Provider } from "@aws-sdk/types"; +export declare type GetterFromEnv = ( + env: NodeJS.ProcessEnv +) => T | undefined; +export declare const fromEnv: ( + envVarSelector: GetterFromEnv +) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts new file mode 100644 index 000000000..ca2c213fa --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts @@ -0,0 +1,10 @@ +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { Profile, Provider } from "@aws-sdk/types"; +export interface SharedConfigInit extends SourceProfileInit { + preferredFile?: "config" | "credentials"; +} +export declare type GetterFromConfig = (profile: Profile) => T | undefined; +export declare const fromSharedConfigFiles: ( + configSelector: GetterFromConfig, + { preferredFile, ...init }?: SharedConfigInit +) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts new file mode 100644 index 000000000..05f453998 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/fromStatic.d.ts @@ -0,0 +1,5 @@ +import { Provider } from "@aws-sdk/types"; +export declare type FromStaticConfig = T | (() => T) | Provider; +export declare const fromStatic: ( + defaultValue: FromStaticConfig +) => Provider; diff --git a/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..2d035d911 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./configLoader"; diff --git a/node_modules/@aws-sdk/node-config-provider/package.json b/node_modules/@aws-sdk/node-config-provider/package.json new file mode 100644 index 000000000..1b73888d5 --- /dev/null +++ b/node_modules/@aws-sdk/node-config-provider/package.json @@ -0,0 +1,58 @@ +{ + "name": "@aws-sdk/node-config-provider", + "version": "3.226.0", + "description": "Load config default values from ini config files and environmental variable", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "email": "", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/node-config-provider", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/node-config-provider" + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/LICENSE b/node_modules/@aws-sdk/node-http-handler/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/node-http-handler/README.md b/node_modules/@aws-sdk/node-http-handler/README.md new file mode 100644 index 000000000..09d03a0bb --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/node-http-handler + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/node-http-handler/latest.svg)](https://www.npmjs.com/package/@aws-sdk/node-http-handler) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/node-http-handler.svg)](https://www.npmjs.com/package/@aws-sdk/node-http-handler) diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js new file mode 100644 index 000000000..b156b5552 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/constants.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODEJS_TIMEOUT_ERROR_CODES = void 0; +exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js new file mode 100644 index 000000000..a3c77d8c5 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/get-transformed-headers.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getTransformedHeaders = void 0; +const getTransformedHeaders = (headers) => { + const transformedHeaders = {}; + for (const name of Object.keys(headers)) { + const headerValues = headers[name]; + transformedHeaders[name] = Array.isArray(headerValues) ? headerValues.join(",") : headerValues; + } + return transformedHeaders; +}; +exports.getTransformedHeaders = getTransformedHeaders; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js new file mode 100644 index 000000000..5dfae92f8 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./node-http-handler"), exports); +tslib_1.__exportStar(require("./node-http2-handler"), exports); +tslib_1.__exportStar(require("./stream-collector"), exports); diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js new file mode 100644 index 000000000..2d4e8d6f6 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http-handler.js @@ -0,0 +1,100 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NodeHttpHandler = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const querystring_builder_1 = require("@aws-sdk/querystring-builder"); +const http_1 = require("http"); +const https_1 = require("https"); +const constants_1 = require("./constants"); +const get_transformed_headers_1 = require("./get-transformed-headers"); +const set_connection_timeout_1 = require("./set-connection-timeout"); +const set_socket_timeout_1 = require("./set-socket-timeout"); +const write_request_body_1 = require("./write-request-body"); +class NodeHttpHandler { + constructor(options) { + this.metadata = { handlerProtocol: "http/1.1" }; + this.configProvider = new Promise((resolve, reject) => { + if (typeof options === "function") { + options() + .then((_options) => { + resolve(this.resolveDefaultConfig(_options)); + }) + .catch(reject); + } + else { + resolve(this.resolveDefaultConfig(options)); + } + }); + } + resolveDefaultConfig(options) { + const { connectionTimeout, socketTimeout, httpAgent, httpsAgent } = options || {}; + const keepAlive = true; + const maxSockets = 50; + return { + connectionTimeout, + socketTimeout, + httpAgent: httpAgent || new http_1.Agent({ keepAlive, maxSockets }), + httpsAgent: httpsAgent || new https_1.Agent({ keepAlive, maxSockets }), + }; + } + destroy() { + var _a, _b, _c, _d; + (_b = (_a = this.config) === null || _a === void 0 ? void 0 : _a.httpAgent) === null || _b === void 0 ? void 0 : _b.destroy(); + (_d = (_c = this.config) === null || _c === void 0 ? void 0 : _c.httpsAgent) === null || _d === void 0 ? void 0 : _d.destroy(); + } + async handle(request, { abortSignal } = {}) { + if (!this.config) { + this.config = await this.configProvider; + } + return new Promise((resolve, reject) => { + if (!this.config) { + throw new Error("Node HTTP request handler config is not resolved"); + } + if (abortSignal === null || abortSignal === void 0 ? void 0 : abortSignal.aborted) { + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + return; + } + const isSSL = request.protocol === "https:"; + const queryString = (0, querystring_builder_1.buildQueryString)(request.query || {}); + const nodeHttpsOptions = { + headers: request.headers, + host: request.hostname, + method: request.method, + path: queryString ? `${request.path}?${queryString}` : request.path, + port: request.port, + agent: isSSL ? this.config.httpsAgent : this.config.httpAgent, + }; + const requestFunc = isSSL ? https_1.request : http_1.request; + const req = requestFunc(nodeHttpsOptions, (res) => { + const httpResponse = new protocol_http_1.HttpResponse({ + statusCode: res.statusCode || -1, + headers: (0, get_transformed_headers_1.getTransformedHeaders)(res.headers), + body: res, + }); + resolve({ response: httpResponse }); + }); + req.on("error", (err) => { + if (constants_1.NODEJS_TIMEOUT_ERROR_CODES.includes(err.code)) { + reject(Object.assign(err, { name: "TimeoutError" })); + } + else { + reject(err); + } + }); + (0, set_connection_timeout_1.setConnectionTimeout)(req, reject, this.config.connectionTimeout); + (0, set_socket_timeout_1.setSocketTimeout)(req, reject, this.config.socketTimeout); + if (abortSignal) { + abortSignal.onabort = () => { + req.abort(); + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + }; + } + (0, write_request_body_1.writeRequestBody)(req, request); + }); + } +} +exports.NodeHttpHandler = NodeHttpHandler; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js new file mode 100644 index 000000000..a64977a9d --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/node-http2-handler.js @@ -0,0 +1,147 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NodeHttp2Handler = void 0; +const protocol_http_1 = require("@aws-sdk/protocol-http"); +const querystring_builder_1 = require("@aws-sdk/querystring-builder"); +const http2_1 = require("http2"); +const get_transformed_headers_1 = require("./get-transformed-headers"); +const write_request_body_1 = require("./write-request-body"); +class NodeHttp2Handler { + constructor(options) { + this.metadata = { handlerProtocol: "h2" }; + this.configProvider = new Promise((resolve, reject) => { + if (typeof options === "function") { + options() + .then((opts) => { + resolve(opts || {}); + }) + .catch(reject); + } + else { + resolve(options || {}); + } + }); + this.sessionCache = new Map(); + } + destroy() { + for (const sessions of this.sessionCache.values()) { + sessions.forEach((session) => this.destroySession(session)); + } + this.sessionCache.clear(); + } + async handle(request, { abortSignal } = {}) { + if (!this.config) { + this.config = await this.configProvider; + } + const { requestTimeout, disableConcurrentStreams } = this.config; + return new Promise((resolve, rejectOriginal) => { + let fulfilled = false; + if (abortSignal === null || abortSignal === void 0 ? void 0 : abortSignal.aborted) { + fulfilled = true; + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + rejectOriginal(abortError); + return; + } + const { hostname, method, port, protocol, path, query } = request; + const authority = `${protocol}//${hostname}${port ? `:${port}` : ""}`; + const session = this.getSession(authority, disableConcurrentStreams || false); + const reject = (err) => { + if (disableConcurrentStreams) { + this.destroySession(session); + } + fulfilled = true; + rejectOriginal(err); + }; + const queryString = (0, querystring_builder_1.buildQueryString)(query || {}); + const req = session.request({ + ...request.headers, + [http2_1.constants.HTTP2_HEADER_PATH]: queryString ? `${path}?${queryString}` : path, + [http2_1.constants.HTTP2_HEADER_METHOD]: method, + }); + session.ref(); + req.on("response", (headers) => { + const httpResponse = new protocol_http_1.HttpResponse({ + statusCode: headers[":status"] || -1, + headers: (0, get_transformed_headers_1.getTransformedHeaders)(headers), + body: req, + }); + fulfilled = true; + resolve({ response: httpResponse }); + if (disableConcurrentStreams) { + session.close(); + this.deleteSessionFromCache(authority, session); + } + }); + if (requestTimeout) { + req.setTimeout(requestTimeout, () => { + req.close(); + const timeoutError = new Error(`Stream timed out because of no activity for ${requestTimeout} ms`); + timeoutError.name = "TimeoutError"; + reject(timeoutError); + }); + } + if (abortSignal) { + abortSignal.onabort = () => { + req.close(); + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + }; + } + req.on("frameError", (type, code, id) => { + reject(new Error(`Frame type id ${type} in stream id ${id} has failed with code ${code}.`)); + }); + req.on("error", reject); + req.on("aborted", () => { + reject(new Error(`HTTP/2 stream is abnormally aborted in mid-communication with result code ${req.rstCode}.`)); + }); + req.on("close", () => { + session.unref(); + if (disableConcurrentStreams) { + session.destroy(); + } + if (!fulfilled) { + reject(new Error("Unexpected error: http2 request did not get a response")); + } + }); + (0, write_request_body_1.writeRequestBody)(req, request); + }); + } + getSession(authority, disableConcurrentStreams) { + var _a; + const sessionCache = this.sessionCache; + const existingSessions = sessionCache.get(authority) || []; + if (existingSessions.length > 0 && !disableConcurrentStreams) + return existingSessions[0]; + const newSession = (0, http2_1.connect)(authority); + newSession.unref(); + const destroySessionCb = () => { + this.destroySession(newSession); + this.deleteSessionFromCache(authority, newSession); + }; + newSession.on("goaway", destroySessionCb); + newSession.on("error", destroySessionCb); + newSession.on("frameError", destroySessionCb); + newSession.on("close", () => this.deleteSessionFromCache(authority, newSession)); + if ((_a = this.config) === null || _a === void 0 ? void 0 : _a.sessionTimeout) { + newSession.setTimeout(this.config.sessionTimeout, destroySessionCb); + } + existingSessions.push(newSession); + sessionCache.set(authority, existingSessions); + return newSession; + } + destroySession(session) { + if (!session.destroyed) { + session.destroy(); + } + } + deleteSessionFromCache(authority, session) { + const existingSessions = this.sessionCache.get(authority) || []; + if (!existingSessions.includes(session)) { + return; + } + this.sessionCache.set(authority, existingSessions.filter((s) => s !== session)); + } +} +exports.NodeHttp2Handler = NodeHttp2Handler; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js new file mode 100644 index 000000000..d17c5bbea --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/readable.mock.js @@ -0,0 +1,23 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ReadFromBuffers = void 0; +const stream_1 = require("stream"); +class ReadFromBuffers extends stream_1.Readable { + constructor(options) { + super(options); + this.numBuffersRead = 0; + this.buffersToRead = options.buffers; + this.errorAfter = typeof options.errorAfter === "number" ? options.errorAfter : -1; + } + _read() { + if (this.errorAfter !== -1 && this.errorAfter === this.numBuffersRead) { + this.emit("error", new Error("Mock Error")); + return; + } + if (this.numBuffersRead >= this.buffersToRead.length) { + return this.push(null); + } + return this.push(this.buffersToRead[this.numBuffersRead++]); + } +} +exports.ReadFromBuffers = ReadFromBuffers; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js new file mode 100644 index 000000000..f5e030d6b --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/server.mock.js @@ -0,0 +1,60 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.createMockHttp2Server = exports.createMockHttpServer = exports.createMockHttpsServer = exports.createContinueResponseFunction = exports.createResponseFunctionWithDelay = exports.createResponseFunction = void 0; +const fs_1 = require("fs"); +const http_1 = require("http"); +const http2_1 = require("http2"); +const https_1 = require("https"); +const path_1 = require("path"); +const stream_1 = require("stream"); +const fixturesDir = (0, path_1.join)(__dirname, "..", "fixtures"); +const setResponseHeaders = (response, headers) => { + for (const [key, value] of Object.entries(headers)) { + response.setHeader(key, value); + } +}; +const setResponseBody = (response, body) => { + if (body instanceof stream_1.Readable) { + body.pipe(response); + } + else { + response.end(body); + } +}; +const createResponseFunction = (httpResp) => (request, response) => { + response.statusCode = httpResp.statusCode; + setResponseHeaders(response, httpResp.headers); + setResponseBody(response, httpResp.body); +}; +exports.createResponseFunction = createResponseFunction; +const createResponseFunctionWithDelay = (httpResp, delay) => (request, response) => { + response.statusCode = httpResp.statusCode; + setResponseHeaders(response, httpResp.headers); + setTimeout(() => setResponseBody(response, httpResp.body), delay); +}; +exports.createResponseFunctionWithDelay = createResponseFunctionWithDelay; +const createContinueResponseFunction = (httpResp) => (request, response) => { + response.writeContinue(); + setTimeout(() => { + (0, exports.createResponseFunction)(httpResp)(request, response); + }, 100); +}; +exports.createContinueResponseFunction = createContinueResponseFunction; +const createMockHttpsServer = () => { + const server = (0, https_1.createServer)({ + key: (0, fs_1.readFileSync)((0, path_1.join)(fixturesDir, "test-server-key.pem")), + cert: (0, fs_1.readFileSync)((0, path_1.join)(fixturesDir, "test-server-cert.pem")), + }); + return server; +}; +exports.createMockHttpsServer = createMockHttpsServer; +const createMockHttpServer = () => { + const server = (0, http_1.createServer)(); + return server; +}; +exports.createMockHttpServer = createMockHttpServer; +const createMockHttp2Server = () => { + const server = (0, http2_1.createServer)(); + return server; +}; +exports.createMockHttp2Server = createMockHttp2Server; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js new file mode 100644 index 000000000..cdaee7b2c --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-connection-timeout.js @@ -0,0 +1,22 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.setConnectionTimeout = void 0; +const setConnectionTimeout = (request, reject, timeoutInMs = 0) => { + if (!timeoutInMs) { + return; + } + request.on("socket", (socket) => { + if (socket.connecting) { + const timeoutId = setTimeout(() => { + request.destroy(); + reject(Object.assign(new Error(`Socket timed out without establishing a connection within ${timeoutInMs} ms`), { + name: "TimeoutError", + })); + }, timeoutInMs); + socket.on("connect", () => { + clearTimeout(timeoutId); + }); + } + }); +}; +exports.setConnectionTimeout = setConnectionTimeout; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js new file mode 100644 index 000000000..aeb63b59f --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/set-socket-timeout.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.setSocketTimeout = void 0; +const setSocketTimeout = (request, reject, timeoutInMs = 0) => { + request.setTimeout(timeoutInMs, () => { + request.destroy(); + reject(Object.assign(new Error(`Connection timed out after ${timeoutInMs} ms`), { name: "TimeoutError" })); + }); +}; +exports.setSocketTimeout = setSocketTimeout; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js new file mode 100644 index 000000000..33a343313 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/collector.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Collector = void 0; +const stream_1 = require("stream"); +class Collector extends stream_1.Writable { + constructor() { + super(...arguments); + this.bufferedBytes = []; + } + _write(chunk, encoding, callback) { + this.bufferedBytes.push(chunk); + callback(); + } +} +exports.Collector = Collector; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js new file mode 100644 index 000000000..a06c706ac --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/index.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.streamCollector = void 0; +const collector_1 = require("./collector"); +const streamCollector = (stream) => new Promise((resolve, reject) => { + const collector = new collector_1.Collector(); + stream.pipe(collector); + stream.on("error", (err) => { + collector.end(); + reject(err); + }); + collector.on("error", reject); + collector.on("finish", function () { + const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes)); + resolve(bytes); + }); +}); +exports.streamCollector = streamCollector; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js new file mode 100644 index 000000000..1a880b856 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/stream-collector/readable.mock.js @@ -0,0 +1,23 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ReadFromBuffers = void 0; +const stream_1 = require("stream"); +class ReadFromBuffers extends stream_1.Readable { + constructor(options) { + super(options); + this.numBuffersRead = 0; + this.buffersToRead = options.buffers; + this.errorAfter = typeof options.errorAfter === "number" ? options.errorAfter : -1; + } + _read(size) { + if (this.errorAfter !== -1 && this.errorAfter === this.numBuffersRead) { + this.emit("error", new Error("Mock Error")); + return; + } + if (this.numBuffersRead >= this.buffersToRead.length) { + return this.push(null); + } + return this.push(this.buffersToRead[this.numBuffersRead++]); + } +} +exports.ReadFromBuffers = ReadFromBuffers; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js b/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js new file mode 100644 index 000000000..03f1306db --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-cjs/write-request-body.js @@ -0,0 +1,27 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.writeRequestBody = void 0; +const stream_1 = require("stream"); +function writeRequestBody(httpRequest, request) { + const expect = request.headers["Expect"] || request.headers["expect"]; + if (expect === "100-continue") { + httpRequest.on("continue", () => { + writeBody(httpRequest, request.body); + }); + } + else { + writeBody(httpRequest, request.body); + } +} +exports.writeRequestBody = writeRequestBody; +function writeBody(httpRequest, body) { + if (body instanceof stream_1.Readable) { + body.pipe(httpRequest); + } + else if (body) { + httpRequest.end(Buffer.from(body)); + } + else { + httpRequest.end(); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js b/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js new file mode 100644 index 000000000..0619d286a --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/constants.js @@ -0,0 +1 @@ +export const NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js b/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js new file mode 100644 index 000000000..562883c6b --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/get-transformed-headers.js @@ -0,0 +1,9 @@ +const getTransformedHeaders = (headers) => { + const transformedHeaders = {}; + for (const name of Object.keys(headers)) { + const headerValues = headers[name]; + transformedHeaders[name] = Array.isArray(headerValues) ? headerValues.join(",") : headerValues; + } + return transformedHeaders; +}; +export { getTransformedHeaders }; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/index.js b/node_modules/@aws-sdk/node-http-handler/dist-es/index.js new file mode 100644 index 000000000..09c0b9a56 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/index.js @@ -0,0 +1,3 @@ +export * from "./node-http-handler"; +export * from "./node-http2-handler"; +export * from "./stream-collector"; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js b/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js new file mode 100644 index 000000000..5d2b64d5e --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/node-http-handler.js @@ -0,0 +1,95 @@ +import { HttpResponse } from "@aws-sdk/protocol-http"; +import { buildQueryString } from "@aws-sdk/querystring-builder"; +import { Agent as hAgent, request as hRequest } from "http"; +import { Agent as hsAgent, request as hsRequest } from "https"; +import { NODEJS_TIMEOUT_ERROR_CODES } from "./constants"; +import { getTransformedHeaders } from "./get-transformed-headers"; +import { setConnectionTimeout } from "./set-connection-timeout"; +import { setSocketTimeout } from "./set-socket-timeout"; +import { writeRequestBody } from "./write-request-body"; +export class NodeHttpHandler { + constructor(options) { + this.metadata = { handlerProtocol: "http/1.1" }; + this.configProvider = new Promise((resolve, reject) => { + if (typeof options === "function") { + options() + .then((_options) => { + resolve(this.resolveDefaultConfig(_options)); + }) + .catch(reject); + } + else { + resolve(this.resolveDefaultConfig(options)); + } + }); + } + resolveDefaultConfig(options) { + const { connectionTimeout, socketTimeout, httpAgent, httpsAgent } = options || {}; + const keepAlive = true; + const maxSockets = 50; + return { + connectionTimeout, + socketTimeout, + httpAgent: httpAgent || new hAgent({ keepAlive, maxSockets }), + httpsAgent: httpsAgent || new hsAgent({ keepAlive, maxSockets }), + }; + } + destroy() { + this.config?.httpAgent?.destroy(); + this.config?.httpsAgent?.destroy(); + } + async handle(request, { abortSignal } = {}) { + if (!this.config) { + this.config = await this.configProvider; + } + return new Promise((resolve, reject) => { + if (!this.config) { + throw new Error("Node HTTP request handler config is not resolved"); + } + if (abortSignal?.aborted) { + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + return; + } + const isSSL = request.protocol === "https:"; + const queryString = buildQueryString(request.query || {}); + const nodeHttpsOptions = { + headers: request.headers, + host: request.hostname, + method: request.method, + path: queryString ? `${request.path}?${queryString}` : request.path, + port: request.port, + agent: isSSL ? this.config.httpsAgent : this.config.httpAgent, + }; + const requestFunc = isSSL ? hsRequest : hRequest; + const req = requestFunc(nodeHttpsOptions, (res) => { + const httpResponse = new HttpResponse({ + statusCode: res.statusCode || -1, + headers: getTransformedHeaders(res.headers), + body: res, + }); + resolve({ response: httpResponse }); + }); + req.on("error", (err) => { + if (NODEJS_TIMEOUT_ERROR_CODES.includes(err.code)) { + reject(Object.assign(err, { name: "TimeoutError" })); + } + else { + reject(err); + } + }); + setConnectionTimeout(req, reject, this.config.connectionTimeout); + setSocketTimeout(req, reject, this.config.socketTimeout); + if (abortSignal) { + abortSignal.onabort = () => { + req.abort(); + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + }; + } + writeRequestBody(req, request); + }); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js b/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js new file mode 100644 index 000000000..d643cfeae --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/node-http2-handler.js @@ -0,0 +1,142 @@ +import { HttpResponse } from "@aws-sdk/protocol-http"; +import { buildQueryString } from "@aws-sdk/querystring-builder"; +import { connect, constants } from "http2"; +import { getTransformedHeaders } from "./get-transformed-headers"; +import { writeRequestBody } from "./write-request-body"; +export class NodeHttp2Handler { + constructor(options) { + this.metadata = { handlerProtocol: "h2" }; + this.configProvider = new Promise((resolve, reject) => { + if (typeof options === "function") { + options() + .then((opts) => { + resolve(opts || {}); + }) + .catch(reject); + } + else { + resolve(options || {}); + } + }); + this.sessionCache = new Map(); + } + destroy() { + for (const sessions of this.sessionCache.values()) { + sessions.forEach((session) => this.destroySession(session)); + } + this.sessionCache.clear(); + } + async handle(request, { abortSignal } = {}) { + if (!this.config) { + this.config = await this.configProvider; + } + const { requestTimeout, disableConcurrentStreams } = this.config; + return new Promise((resolve, rejectOriginal) => { + let fulfilled = false; + if (abortSignal?.aborted) { + fulfilled = true; + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + rejectOriginal(abortError); + return; + } + const { hostname, method, port, protocol, path, query } = request; + const authority = `${protocol}//${hostname}${port ? `:${port}` : ""}`; + const session = this.getSession(authority, disableConcurrentStreams || false); + const reject = (err) => { + if (disableConcurrentStreams) { + this.destroySession(session); + } + fulfilled = true; + rejectOriginal(err); + }; + const queryString = buildQueryString(query || {}); + const req = session.request({ + ...request.headers, + [constants.HTTP2_HEADER_PATH]: queryString ? `${path}?${queryString}` : path, + [constants.HTTP2_HEADER_METHOD]: method, + }); + session.ref(); + req.on("response", (headers) => { + const httpResponse = new HttpResponse({ + statusCode: headers[":status"] || -1, + headers: getTransformedHeaders(headers), + body: req, + }); + fulfilled = true; + resolve({ response: httpResponse }); + if (disableConcurrentStreams) { + session.close(); + this.deleteSessionFromCache(authority, session); + } + }); + if (requestTimeout) { + req.setTimeout(requestTimeout, () => { + req.close(); + const timeoutError = new Error(`Stream timed out because of no activity for ${requestTimeout} ms`); + timeoutError.name = "TimeoutError"; + reject(timeoutError); + }); + } + if (abortSignal) { + abortSignal.onabort = () => { + req.close(); + const abortError = new Error("Request aborted"); + abortError.name = "AbortError"; + reject(abortError); + }; + } + req.on("frameError", (type, code, id) => { + reject(new Error(`Frame type id ${type} in stream id ${id} has failed with code ${code}.`)); + }); + req.on("error", reject); + req.on("aborted", () => { + reject(new Error(`HTTP/2 stream is abnormally aborted in mid-communication with result code ${req.rstCode}.`)); + }); + req.on("close", () => { + session.unref(); + if (disableConcurrentStreams) { + session.destroy(); + } + if (!fulfilled) { + reject(new Error("Unexpected error: http2 request did not get a response")); + } + }); + writeRequestBody(req, request); + }); + } + getSession(authority, disableConcurrentStreams) { + const sessionCache = this.sessionCache; + const existingSessions = sessionCache.get(authority) || []; + if (existingSessions.length > 0 && !disableConcurrentStreams) + return existingSessions[0]; + const newSession = connect(authority); + newSession.unref(); + const destroySessionCb = () => { + this.destroySession(newSession); + this.deleteSessionFromCache(authority, newSession); + }; + newSession.on("goaway", destroySessionCb); + newSession.on("error", destroySessionCb); + newSession.on("frameError", destroySessionCb); + newSession.on("close", () => this.deleteSessionFromCache(authority, newSession)); + if (this.config?.sessionTimeout) { + newSession.setTimeout(this.config.sessionTimeout, destroySessionCb); + } + existingSessions.push(newSession); + sessionCache.set(authority, existingSessions); + return newSession; + } + destroySession(session) { + if (!session.destroyed) { + session.destroy(); + } + } + deleteSessionFromCache(authority, session) { + const existingSessions = this.sessionCache.get(authority) || []; + if (!existingSessions.includes(session)) { + return; + } + this.sessionCache.set(authority, existingSessions.filter((s) => s !== session)); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js b/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js new file mode 100644 index 000000000..41fb0b67c --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/readable.mock.js @@ -0,0 +1,19 @@ +import { Readable } from "stream"; +export class ReadFromBuffers extends Readable { + constructor(options) { + super(options); + this.numBuffersRead = 0; + this.buffersToRead = options.buffers; + this.errorAfter = typeof options.errorAfter === "number" ? options.errorAfter : -1; + } + _read() { + if (this.errorAfter !== -1 && this.errorAfter === this.numBuffersRead) { + this.emit("error", new Error("Mock Error")); + return; + } + if (this.numBuffersRead >= this.buffersToRead.length) { + return this.push(null); + } + return this.push(this.buffersToRead[this.numBuffersRead++]); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js b/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js new file mode 100644 index 000000000..c6ad037c8 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/server.mock.js @@ -0,0 +1,51 @@ +import { readFileSync } from "fs"; +import { createServer as createHttpServer } from "http"; +import { createServer as createHttp2Server } from "http2"; +import { createServer as createHttpsServer } from "https"; +import { join } from "path"; +import { Readable } from "stream"; +const fixturesDir = join(__dirname, "..", "fixtures"); +const setResponseHeaders = (response, headers) => { + for (const [key, value] of Object.entries(headers)) { + response.setHeader(key, value); + } +}; +const setResponseBody = (response, body) => { + if (body instanceof Readable) { + body.pipe(response); + } + else { + response.end(body); + } +}; +export const createResponseFunction = (httpResp) => (request, response) => { + response.statusCode = httpResp.statusCode; + setResponseHeaders(response, httpResp.headers); + setResponseBody(response, httpResp.body); +}; +export const createResponseFunctionWithDelay = (httpResp, delay) => (request, response) => { + response.statusCode = httpResp.statusCode; + setResponseHeaders(response, httpResp.headers); + setTimeout(() => setResponseBody(response, httpResp.body), delay); +}; +export const createContinueResponseFunction = (httpResp) => (request, response) => { + response.writeContinue(); + setTimeout(() => { + createResponseFunction(httpResp)(request, response); + }, 100); +}; +export const createMockHttpsServer = () => { + const server = createHttpsServer({ + key: readFileSync(join(fixturesDir, "test-server-key.pem")), + cert: readFileSync(join(fixturesDir, "test-server-cert.pem")), + }); + return server; +}; +export const createMockHttpServer = () => { + const server = createHttpServer(); + return server; +}; +export const createMockHttp2Server = () => { + const server = createHttp2Server(); + return server; +}; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js b/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js new file mode 100644 index 000000000..285a46544 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/set-connection-timeout.js @@ -0,0 +1,18 @@ +export const setConnectionTimeout = (request, reject, timeoutInMs = 0) => { + if (!timeoutInMs) { + return; + } + request.on("socket", (socket) => { + if (socket.connecting) { + const timeoutId = setTimeout(() => { + request.destroy(); + reject(Object.assign(new Error(`Socket timed out without establishing a connection within ${timeoutInMs} ms`), { + name: "TimeoutError", + })); + }, timeoutInMs); + socket.on("connect", () => { + clearTimeout(timeoutId); + }); + } + }); +}; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js b/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js new file mode 100644 index 000000000..aa710c31a --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/set-socket-timeout.js @@ -0,0 +1,6 @@ +export const setSocketTimeout = (request, reject, timeoutInMs = 0) => { + request.setTimeout(timeoutInMs, () => { + request.destroy(); + reject(Object.assign(new Error(`Connection timed out after ${timeoutInMs} ms`), { name: "TimeoutError" })); + }); +}; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js b/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js new file mode 100644 index 000000000..c3737e9f1 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/collector.js @@ -0,0 +1,11 @@ +import { Writable } from "stream"; +export class Collector extends Writable { + constructor() { + super(...arguments); + this.bufferedBytes = []; + } + _write(chunk, encoding, callback) { + this.bufferedBytes.push(chunk); + callback(); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js b/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js new file mode 100644 index 000000000..7e6cd8b66 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/index.js @@ -0,0 +1,14 @@ +import { Collector } from "./collector"; +export const streamCollector = (stream) => new Promise((resolve, reject) => { + const collector = new Collector(); + stream.pipe(collector); + stream.on("error", (err) => { + collector.end(); + reject(err); + }); + collector.on("error", reject); + collector.on("finish", function () { + const bytes = new Uint8Array(Buffer.concat(this.bufferedBytes)); + resolve(bytes); + }); +}); diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js b/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js new file mode 100644 index 000000000..2f653c506 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/stream-collector/readable.mock.js @@ -0,0 +1,19 @@ +import { Readable } from "stream"; +export class ReadFromBuffers extends Readable { + constructor(options) { + super(options); + this.numBuffersRead = 0; + this.buffersToRead = options.buffers; + this.errorAfter = typeof options.errorAfter === "number" ? options.errorAfter : -1; + } + _read(size) { + if (this.errorAfter !== -1 && this.errorAfter === this.numBuffersRead) { + this.emit("error", new Error("Mock Error")); + return; + } + if (this.numBuffersRead >= this.buffersToRead.length) { + return this.push(null); + } + return this.push(this.buffersToRead[this.numBuffersRead++]); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js b/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js new file mode 100644 index 000000000..4b76ca7f6 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-es/write-request-body.js @@ -0,0 +1,23 @@ +import { Readable } from "stream"; +export function writeRequestBody(httpRequest, request) { + const expect = request.headers["Expect"] || request.headers["expect"]; + if (expect === "100-continue") { + httpRequest.on("continue", () => { + writeBody(httpRequest, request.body); + }); + } + else { + writeBody(httpRequest, request.body); + } +} +function writeBody(httpRequest, body) { + if (body instanceof Readable) { + body.pipe(httpRequest); + } + else if (body) { + httpRequest.end(Buffer.from(body)); + } + else { + httpRequest.end(); + } +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts new file mode 100644 index 000000000..1e55e8158 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/constants.d.ts @@ -0,0 +1,5 @@ +/** + * Node.js system error codes that indicate timeout. + * @deprecated use NODEJS_TIMEOUT_ERROR_CODES from @aws-sdk/service-error-classification/constants + */ +export declare const NODEJS_TIMEOUT_ERROR_CODES: string[]; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts new file mode 100644 index 000000000..f789b5910 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/get-transformed-headers.d.ts @@ -0,0 +1,4 @@ +import { HeaderBag } from "@aws-sdk/types"; +import { IncomingHttpHeaders } from "http2"; +declare const getTransformedHeaders: (headers: IncomingHttpHeaders) => HeaderBag; +export { getTransformedHeaders }; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts new file mode 100644 index 000000000..09c0b9a56 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/index.d.ts @@ -0,0 +1,3 @@ +export * from "./node-http-handler"; +export * from "./node-http2-handler"; +export * from "./stream-collector"; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts new file mode 100644 index 000000000..c522d34d2 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/node-http-handler.d.ts @@ -0,0 +1,35 @@ +/// +import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +import { Agent as hAgent } from "http"; +import { Agent as hsAgent } from "https"; +/** + * Represents the http options that can be passed to a node http client. + */ +export interface NodeHttpHandlerOptions { + /** + * The maximum time in milliseconds that the connection phase of a request + * may take before the connection attempt is abandoned. + */ + connectionTimeout?: number; + /** + * The maximum time in milliseconds that a socket may remain idle before it + * is closed. + */ + socketTimeout?: number; + httpAgent?: hAgent; + httpsAgent?: hsAgent; +} +export declare class NodeHttpHandler implements HttpHandler { + private config?; + private readonly configProvider; + readonly metadata: { + handlerProtocol: string; + }; + constructor(options?: NodeHttpHandlerOptions | Provider); + private resolveDefaultConfig; + destroy(): void; + handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{ + response: HttpResponse; + }>; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts new file mode 100644 index 000000000..91e992490 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/node-http2-handler.d.ts @@ -0,0 +1,57 @@ +import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +/** + * Represents the http2 options that can be passed to a node http2 client. + */ +export interface NodeHttp2HandlerOptions { + /** + * The maximum time in milliseconds that a stream may remain idle before it + * is closed. + */ + requestTimeout?: number; + /** + * The maximum time in milliseconds that a session or socket may remain idle + * before it is closed. + * https://nodejs.org/docs/latest-v12.x/api/http2.html#http2_http2session_and_sockets + */ + sessionTimeout?: number; + /** + * Disables processing concurrent streams on a ClientHttp2Session instance. When set + * to true, the handler will create a new session instance for each request to a URL. + * **Default:** false. + * https://nodejs.org/api/http2.html#http2_class_clienthttp2session + */ + disableConcurrentStreams?: boolean; +} +export declare class NodeHttp2Handler implements HttpHandler { + private config?; + private readonly configProvider; + readonly metadata: { + handlerProtocol: string; + }; + private sessionCache; + constructor(options?: NodeHttp2HandlerOptions | Provider); + destroy(): void; + handle(request: HttpRequest, { abortSignal }?: HttpHandlerOptions): Promise<{ + response: HttpResponse; + }>; + /** + * Returns a session for the given URL. + * + * @param authority The URL to create a session for. + * @param disableConcurrentStreams If true, a new session will be created for each request. + * @returns A session for the given URL. + */ + private getSession; + /** + * Destroys a session. + * @param session The session to destroy. + */ + private destroySession; + /** + * Delete a session from the connection pool. + * @param authority The authority of the session to delete. + * @param session The session to delete. + */ + private deleteSessionFromCache; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts new file mode 100644 index 000000000..8f1266fcb --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/readable.mock.d.ts @@ -0,0 +1,13 @@ +/// +import { Readable, ReadableOptions } from "stream"; +export interface ReadFromBuffersOptions extends ReadableOptions { + buffers: Buffer[]; + errorAfter?: number; +} +export declare class ReadFromBuffers extends Readable { + private buffersToRead; + private numBuffersRead; + private errorAfter; + constructor(options: ReadFromBuffersOptions); + _read(): boolean | undefined; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts new file mode 100644 index 000000000..f729064ed --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/server.mock.d.ts @@ -0,0 +1,10 @@ +import { HttpResponse } from "@aws-sdk/types"; +import { IncomingMessage, Server as HttpServer, ServerResponse } from "http"; +import { Http2Server } from "http2"; +import { Server as HttpsServer } from "https"; +export declare const createResponseFunction: (httpResp: HttpResponse) => (request: IncomingMessage, response: ServerResponse) => void; +export declare const createResponseFunctionWithDelay: (httpResp: HttpResponse, delay: number) => (request: IncomingMessage, response: ServerResponse) => void; +export declare const createContinueResponseFunction: (httpResp: HttpResponse) => (request: IncomingMessage, response: ServerResponse) => void; +export declare const createMockHttpsServer: () => HttpsServer; +export declare const createMockHttpServer: () => HttpServer; +export declare const createMockHttp2Server: () => Http2Server; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts new file mode 100644 index 000000000..d18bb4843 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/set-connection-timeout.d.ts @@ -0,0 +1,2 @@ +import { ClientRequest } from "http"; +export declare const setConnectionTimeout: (request: ClientRequest, reject: (err: Error) => void, timeoutInMs?: number) => void; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts new file mode 100644 index 000000000..f056b7342 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/set-socket-timeout.d.ts @@ -0,0 +1,2 @@ +import { ClientRequest } from "http"; +export declare const setSocketTimeout: (request: ClientRequest, reject: (err: Error) => void, timeoutInMs?: number) => void; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts new file mode 100644 index 000000000..679890f08 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/collector.d.ts @@ -0,0 +1,6 @@ +/// +import { Writable } from "stream"; +export declare class Collector extends Writable { + readonly bufferedBytes: Buffer[]; + _write(chunk: Buffer, encoding: string, callback: (err?: Error) => void): void; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts new file mode 100644 index 000000000..be9a6c6f4 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/index.d.ts @@ -0,0 +1,2 @@ +import { StreamCollector } from "@aws-sdk/types"; +export declare const streamCollector: StreamCollector; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts new file mode 100644 index 000000000..5549bc658 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/stream-collector/readable.mock.d.ts @@ -0,0 +1,13 @@ +/// +import { Readable, ReadableOptions } from "stream"; +export interface ReadFromBuffersOptions extends ReadableOptions { + buffers: Buffer[]; + errorAfter?: number; +} +export declare class ReadFromBuffers extends Readable { + private buffersToRead; + private numBuffersRead; + private errorAfter; + constructor(options: ReadFromBuffersOptions); + _read(size: number): boolean | undefined; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..8571c8caf --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/constants.d.ts @@ -0,0 +1 @@ +export declare const NODEJS_TIMEOUT_ERROR_CODES: string[]; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts new file mode 100644 index 000000000..604c637e6 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts @@ -0,0 +1,6 @@ +import { HeaderBag } from "@aws-sdk/types"; +import { IncomingHttpHeaders } from "http2"; +declare const getTransformedHeaders: ( + headers: IncomingHttpHeaders +) => HeaderBag; +export { getTransformedHeaders }; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..09c0b9a56 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/index.d.ts @@ -0,0 +1,3 @@ +export * from "./node-http-handler"; +export * from "./node-http2-handler"; +export * from "./stream-collector"; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts new file mode 100644 index 000000000..acb685e7b --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts @@ -0,0 +1,28 @@ +import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +import { Agent as hAgent } from "http"; +import { Agent as hsAgent } from "https"; +export interface NodeHttpHandlerOptions { + connectionTimeout?: number; + socketTimeout?: number; + httpAgent?: hAgent; + httpsAgent?: hsAgent; +} +export declare class NodeHttpHandler implements HttpHandler { + private config?; + private readonly configProvider; + readonly metadata: { + handlerProtocol: string; + }; + constructor( + options?: NodeHttpHandlerOptions | Provider + ); + private resolveDefaultConfig; + destroy(): void; + handle( + request: HttpRequest, + { abortSignal }?: HttpHandlerOptions + ): Promise<{ + response: HttpResponse; + }>; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts new file mode 100644 index 000000000..2ef172692 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts @@ -0,0 +1,28 @@ +import { HttpHandler, HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; +import { HttpHandlerOptions, Provider } from "@aws-sdk/types"; +export interface NodeHttp2HandlerOptions { + requestTimeout?: number; + sessionTimeout?: number; + disableConcurrentStreams?: boolean; +} +export declare class NodeHttp2Handler implements HttpHandler { + private config?; + private readonly configProvider; + readonly metadata: { + handlerProtocol: string; + }; + private sessionCache; + constructor( + options?: NodeHttp2HandlerOptions | Provider + ); + destroy(): void; + handle( + request: HttpRequest, + { abortSignal }?: HttpHandlerOptions + ): Promise<{ + response: HttpResponse; + }>; + private getSession; + private destroySession; + private deleteSessionFromCache; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts new file mode 100644 index 000000000..f2d905af4 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/readable.mock.d.ts @@ -0,0 +1,12 @@ +import { Readable, ReadableOptions } from "stream"; +export interface ReadFromBuffersOptions extends ReadableOptions { + buffers: Buffer[]; + errorAfter?: number; +} +export declare class ReadFromBuffers extends Readable { + private buffersToRead; + private numBuffersRead; + private errorAfter; + constructor(options: ReadFromBuffersOptions); + _read(): boolean | undefined; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts new file mode 100644 index 000000000..36d08d1bb --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/server.mock.d.ts @@ -0,0 +1,17 @@ +import { HttpResponse } from "@aws-sdk/types"; +import { IncomingMessage, Server as HttpServer, ServerResponse } from "http"; +import { Http2Server } from "http2"; +import { Server as HttpsServer } from "https"; +export declare const createResponseFunction: ( + httpResp: HttpResponse +) => (request: IncomingMessage, response: ServerResponse) => void; +export declare const createResponseFunctionWithDelay: ( + httpResp: HttpResponse, + delay: number +) => (request: IncomingMessage, response: ServerResponse) => void; +export declare const createContinueResponseFunction: ( + httpResp: HttpResponse +) => (request: IncomingMessage, response: ServerResponse) => void; +export declare const createMockHttpsServer: () => HttpsServer; +export declare const createMockHttpServer: () => HttpServer; +export declare const createMockHttp2Server: () => Http2Server; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts new file mode 100644 index 000000000..5d3ca2af2 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts @@ -0,0 +1,6 @@ +import { ClientRequest } from "http"; +export declare const setConnectionTimeout: ( + request: ClientRequest, + reject: (err: Error) => void, + timeoutInMs?: number +) => void; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts new file mode 100644 index 000000000..31b35cdfc --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts @@ -0,0 +1,6 @@ +import { ClientRequest } from "http"; +export declare const setSocketTimeout: ( + request: ClientRequest, + reject: (err: Error) => void, + timeoutInMs?: number +) => void; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts new file mode 100644 index 000000000..531e41b18 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts @@ -0,0 +1,9 @@ +import { Writable } from "stream"; +export declare class Collector extends Writable { + readonly bufferedBytes: Buffer[]; + _write( + chunk: Buffer, + encoding: string, + callback: (err?: Error) => void + ): void; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts new file mode 100644 index 000000000..be9a6c6f4 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts @@ -0,0 +1,2 @@ +import { StreamCollector } from "@aws-sdk/types"; +export declare const streamCollector: StreamCollector; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts new file mode 100644 index 000000000..cf1162030 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts @@ -0,0 +1,12 @@ +import { Readable, ReadableOptions } from "stream"; +export interface ReadFromBuffersOptions extends ReadableOptions { + buffers: Buffer[]; + errorAfter?: number; +} +export declare class ReadFromBuffers extends Readable { + private buffersToRead; + private numBuffersRead; + private errorAfter; + constructor(options: ReadFromBuffersOptions); + _read(size: number): boolean | undefined; +} diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts new file mode 100644 index 000000000..33a8b551e --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/ts3.4/write-request-body.d.ts @@ -0,0 +1,7 @@ +import { HttpRequest } from "@aws-sdk/types"; +import { ClientRequest } from "http"; +import { ClientHttp2Stream } from "http2"; +export declare function writeRequestBody( + httpRequest: ClientRequest | ClientHttp2Stream, + request: HttpRequest +): void; diff --git a/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts b/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts new file mode 100644 index 000000000..c0fca0e51 --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/dist-types/write-request-body.d.ts @@ -0,0 +1,5 @@ +/// +import { HttpRequest } from "@aws-sdk/types"; +import { ClientRequest } from "http"; +import { ClientHttp2Stream } from "http2"; +export declare function writeRequestBody(httpRequest: ClientRequest | ClientHttp2Stream, request: HttpRequest): void; diff --git a/node_modules/@aws-sdk/node-http-handler/package.json b/node_modules/@aws-sdk/node-http-handler/package.json new file mode 100644 index 000000000..c933fd10a --- /dev/null +++ b/node_modules/@aws-sdk/node-http-handler/package.json @@ -0,0 +1,59 @@ +{ + "name": "@aws-sdk/node-http-handler", + "version": "3.226.0", + "description": "Provides a way to make requests", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --coverage" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "email": "", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "@aws-sdk/abort-controller": "3.226.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/querystring-builder": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/node-http-handler", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/node-http-handler" + } +} diff --git a/node_modules/@aws-sdk/property-provider/LICENSE b/node_modules/@aws-sdk/property-provider/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/property-provider/README.md b/node_modules/@aws-sdk/property-provider/README.md new file mode 100644 index 000000000..f910eb0ef --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/property-provider + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/property-provider/latest.svg)](https://www.npmjs.com/package/@aws-sdk/property-provider) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/property-provider.svg)](https://www.npmjs.com/package/@aws-sdk/property-provider) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/CredentialsProviderError.js b/node_modules/@aws-sdk/property-provider/dist-cjs/CredentialsProviderError.js new file mode 100644 index 000000000..ccde548c6 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/CredentialsProviderError.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.CredentialsProviderError = void 0; +const ProviderError_1 = require("./ProviderError"); +class CredentialsProviderError extends ProviderError_1.ProviderError { + constructor(message, tryNextLink = true) { + super(message, tryNextLink); + this.tryNextLink = tryNextLink; + this.name = "CredentialsProviderError"; + Object.setPrototypeOf(this, CredentialsProviderError.prototype); + } +} +exports.CredentialsProviderError = CredentialsProviderError; diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js b/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js new file mode 100644 index 000000000..4caa88434 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/ProviderError.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ProviderError = void 0; +class ProviderError extends Error { + constructor(message, tryNextLink = true) { + super(message); + this.tryNextLink = tryNextLink; + this.name = "ProviderError"; + Object.setPrototypeOf(this, ProviderError.prototype); + } + static from(error, tryNextLink = true) { + return Object.assign(new this(error.message, tryNextLink), error); + } +} +exports.ProviderError = ProviderError; diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/TokenProviderError.js b/node_modules/@aws-sdk/property-provider/dist-cjs/TokenProviderError.js new file mode 100644 index 000000000..e7f69e1bf --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/TokenProviderError.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.TokenProviderError = void 0; +const ProviderError_1 = require("./ProviderError"); +class TokenProviderError extends ProviderError_1.ProviderError { + constructor(message, tryNextLink = true) { + super(message, tryNextLink); + this.tryNextLink = tryNextLink; + this.name = "TokenProviderError"; + Object.setPrototypeOf(this, TokenProviderError.prototype); + } +} +exports.TokenProviderError = TokenProviderError; diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js b/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js new file mode 100644 index 000000000..07c6fc4d8 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/chain.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.chain = void 0; +const ProviderError_1 = require("./ProviderError"); +function chain(...providers) { + return () => { + let promise = Promise.reject(new ProviderError_1.ProviderError("No providers in chain")); + for (const provider of providers) { + promise = promise.catch((err) => { + if (err === null || err === void 0 ? void 0 : err.tryNextLink) { + return provider(); + } + throw err; + }); + } + return promise; + }; +} +exports.chain = chain; diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js b/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js new file mode 100644 index 000000000..e7b9e8e8f --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/fromStatic.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromStatic = void 0; +const fromStatic = (staticValue) => () => Promise.resolve(staticValue); +exports.fromStatic = fromStatic; diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/index.js b/node_modules/@aws-sdk/property-provider/dist-cjs/index.js new file mode 100644 index 000000000..f5628a3e0 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/index.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./CredentialsProviderError"), exports); +tslib_1.__exportStar(require("./ProviderError"), exports); +tslib_1.__exportStar(require("./TokenProviderError"), exports); +tslib_1.__exportStar(require("./chain"), exports); +tslib_1.__exportStar(require("./fromStatic"), exports); +tslib_1.__exportStar(require("./memoize"), exports); diff --git a/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js b/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js new file mode 100644 index 000000000..17c15a0b3 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-cjs/memoize.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.memoize = void 0; +const memoize = (provider, isExpired, requiresRefresh) => { + let resolved; + let pending; + let hasResult; + let isConstant = false; + const coalesceProvider = async () => { + if (!pending) { + pending = provider(); + } + try { + resolved = await pending; + hasResult = true; + isConstant = false; + } + finally { + pending = undefined; + } + return resolved; + }; + if (isExpired === undefined) { + return async (options) => { + if (!hasResult || (options === null || options === void 0 ? void 0 : options.forceRefresh)) { + resolved = await coalesceProvider(); + } + return resolved; + }; + } + return async (options) => { + if (!hasResult || (options === null || options === void 0 ? void 0 : options.forceRefresh)) { + resolved = await coalesceProvider(); + } + if (isConstant) { + return resolved; + } + if (requiresRefresh && !requiresRefresh(resolved)) { + isConstant = true; + return resolved; + } + if (isExpired(resolved)) { + await coalesceProvider(); + return resolved; + } + return resolved; + }; +}; +exports.memoize = memoize; diff --git a/node_modules/@aws-sdk/property-provider/dist-es/CredentialsProviderError.js b/node_modules/@aws-sdk/property-provider/dist-es/CredentialsProviderError.js new file mode 100644 index 000000000..959f4d43b --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/CredentialsProviderError.js @@ -0,0 +1,9 @@ +import { ProviderError } from "./ProviderError"; +export class CredentialsProviderError extends ProviderError { + constructor(message, tryNextLink = true) { + super(message, tryNextLink); + this.tryNextLink = tryNextLink; + this.name = "CredentialsProviderError"; + Object.setPrototypeOf(this, CredentialsProviderError.prototype); + } +} diff --git a/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js b/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js new file mode 100644 index 000000000..cedfe3e49 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/ProviderError.js @@ -0,0 +1,11 @@ +export class ProviderError extends Error { + constructor(message, tryNextLink = true) { + super(message); + this.tryNextLink = tryNextLink; + this.name = "ProviderError"; + Object.setPrototypeOf(this, ProviderError.prototype); + } + static from(error, tryNextLink = true) { + return Object.assign(new this(error.message, tryNextLink), error); + } +} diff --git a/node_modules/@aws-sdk/property-provider/dist-es/TokenProviderError.js b/node_modules/@aws-sdk/property-provider/dist-es/TokenProviderError.js new file mode 100644 index 000000000..1f6c97490 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/TokenProviderError.js @@ -0,0 +1,9 @@ +import { ProviderError } from "./ProviderError"; +export class TokenProviderError extends ProviderError { + constructor(message, tryNextLink = true) { + super(message, tryNextLink); + this.tryNextLink = tryNextLink; + this.name = "TokenProviderError"; + Object.setPrototypeOf(this, TokenProviderError.prototype); + } +} diff --git a/node_modules/@aws-sdk/property-provider/dist-es/chain.js b/node_modules/@aws-sdk/property-provider/dist-es/chain.js new file mode 100644 index 000000000..7e65d6537 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/chain.js @@ -0,0 +1,15 @@ +import { ProviderError } from "./ProviderError"; +export function chain(...providers) { + return () => { + let promise = Promise.reject(new ProviderError("No providers in chain")); + for (const provider of providers) { + promise = promise.catch((err) => { + if (err?.tryNextLink) { + return provider(); + } + throw err; + }); + } + return promise; + }; +} diff --git a/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js b/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js new file mode 100644 index 000000000..67da7a75d --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/fromStatic.js @@ -0,0 +1 @@ +export const fromStatic = (staticValue) => () => Promise.resolve(staticValue); diff --git a/node_modules/@aws-sdk/property-provider/dist-es/index.js b/node_modules/@aws-sdk/property-provider/dist-es/index.js new file mode 100644 index 000000000..15d14e5b6 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/index.js @@ -0,0 +1,6 @@ +export * from "./CredentialsProviderError"; +export * from "./ProviderError"; +export * from "./TokenProviderError"; +export * from "./chain"; +export * from "./fromStatic"; +export * from "./memoize"; diff --git a/node_modules/@aws-sdk/property-provider/dist-es/memoize.js b/node_modules/@aws-sdk/property-provider/dist-es/memoize.js new file mode 100644 index 000000000..e04839ab4 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-es/memoize.js @@ -0,0 +1,45 @@ +export const memoize = (provider, isExpired, requiresRefresh) => { + let resolved; + let pending; + let hasResult; + let isConstant = false; + const coalesceProvider = async () => { + if (!pending) { + pending = provider(); + } + try { + resolved = await pending; + hasResult = true; + isConstant = false; + } + finally { + pending = undefined; + } + return resolved; + }; + if (isExpired === undefined) { + return async (options) => { + if (!hasResult || options?.forceRefresh) { + resolved = await coalesceProvider(); + } + return resolved; + }; + } + return async (options) => { + if (!hasResult || options?.forceRefresh) { + resolved = await coalesceProvider(); + } + if (isConstant) { + return resolved; + } + if (requiresRefresh && !requiresRefresh(resolved)) { + isConstant = true; + return resolved; + } + if (isExpired(resolved)) { + await coalesceProvider(); + return resolved; + } + return resolved; + }; +}; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts new file mode 100644 index 000000000..77984f3e3 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts @@ -0,0 +1,15 @@ +import { ProviderError } from "./ProviderError"; +/** + * An error representing a failure of an individual credential provider. + * + * This error class has special meaning to the {@link chain} method. If a + * provider in the chain is rejected with an error, the chain will only proceed + * to the next provider if the value of the `tryNextLink` property on the error + * is truthy. This allows individual providers to halt the chain and also + * ensures the chain will stop if an entirely unexpected error is encountered. + */ +export declare class CredentialsProviderError extends ProviderError { + readonly tryNextLink: boolean; + name: string; + constructor(message: string, tryNextLink?: boolean); +} diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts new file mode 100644 index 000000000..4922aa22d --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts @@ -0,0 +1,15 @@ +/** + * An error representing a failure of an individual provider. + * + * This error class has special meaning to the {@link chain} method. If a + * provider in the chain is rejected with an error, the chain will only proceed + * to the next provider if the value of the `tryNextLink` property on the error + * is truthy. This allows individual providers to halt the chain and also + * ensures the chain will stop if an entirely unexpected error is encountered. + */ +export declare class ProviderError extends Error { + readonly tryNextLink: boolean; + name: string; + constructor(message: string, tryNextLink?: boolean); + static from(error: Error, tryNextLink?: boolean): ProviderError; +} diff --git a/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts new file mode 100644 index 000000000..034a5f1d9 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts @@ -0,0 +1,15 @@ +import { ProviderError } from "./ProviderError"; +/** + * An error representing a failure of an individual token provider. + * + * This error class has special meaning to the {@link chain} method. If a + * provider in the chain is rejected with an error, the chain will only proceed + * to the next provider if the value of the `tryNextLink` property on the error + * is truthy. This allows individual providers to halt the chain and also + * ensures the chain will stop if an entirely unexpected error is encountered. + */ +export declare class TokenProviderError extends ProviderError { + readonly tryNextLink: boolean; + name: string; + constructor(message: string, tryNextLink?: boolean); +} diff --git a/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts new file mode 100644 index 000000000..357ab50c9 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts @@ -0,0 +1,11 @@ +import { Provider } from "@aws-sdk/types"; +/** + * Compose a single credential provider function from multiple credential + * providers. The first provider in the argument list will always be invoked; + * subsequent providers in the list will be invoked in the order in which the + * were received if the preceding provider did not successfully resolve. + * + * If no providers were received or no provider resolves successfully, the + * returned promise will be rejected. + */ +export declare function chain(...providers: Array>): Provider; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts new file mode 100644 index 000000000..ae4969e57 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts @@ -0,0 +1,2 @@ +import { Provider } from "@aws-sdk/types"; +export declare const fromStatic: (staticValue: T) => Provider; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts new file mode 100644 index 000000000..15d14e5b6 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./CredentialsProviderError"; +export * from "./ProviderError"; +export * from "./TokenProviderError"; +export * from "./chain"; +export * from "./fromStatic"; +export * from "./memoize"; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts new file mode 100644 index 000000000..6ced6b967 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts @@ -0,0 +1,37 @@ +import { MemoizedProvider, Provider } from "@aws-sdk/types"; +interface MemoizeOverload { + /** + * + * Decorates a provider function with either static memoization. + * + * To create a statically memoized provider, supply a provider as the only + * argument to this function. The provider will be invoked once, and all + * invocations of the provider returned by `memoize` will return the same + * promise object. + * + * @param provider The provider whose result should be cached indefinitely. + */ + (provider: Provider): MemoizedProvider; + /** + * Decorates a provider function with refreshing memoization. + * + * @param provider The provider whose result should be cached. + * @param isExpired A function that will evaluate the resolved value and + * determine if it is expired. For example, when + * memoizing AWS credential providers, this function + * should return `true` when the credential's + * expiration is in the past (or very near future) and + * `false` otherwise. + * @param requiresRefresh A function that will evaluate the resolved value and + * determine if it represents static value or one that + * will eventually need to be refreshed. For example, + * AWS credentials that have no defined expiration will + * never need to be refreshed, so this function would + * return `true` if the credentials resolved by the + * underlying provider had an expiration and `false` + * otherwise. + */ + (provider: Provider, isExpired: (resolved: T) => boolean, requiresRefresh?: (resolved: T) => boolean): MemoizedProvider; +} +export declare const memoize: MemoizeOverload; +export {}; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts new file mode 100644 index 000000000..f85f2f260 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts @@ -0,0 +1,6 @@ +import { ProviderError } from "./ProviderError"; +export declare class CredentialsProviderError extends ProviderError { + readonly tryNextLink: boolean; + name: string; + constructor(message: string, tryNextLink?: boolean); +} diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts new file mode 100644 index 000000000..5f2f2cbd0 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/ProviderError.d.ts @@ -0,0 +1,6 @@ +export declare class ProviderError extends Error { + readonly tryNextLink: boolean; + name: string; + constructor(message: string, tryNextLink?: boolean); + static from(error: Error, tryNextLink?: boolean): ProviderError; +} diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts new file mode 100644 index 000000000..d0471bee0 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/TokenProviderError.d.ts @@ -0,0 +1,6 @@ +import { ProviderError } from "./ProviderError"; +export declare class TokenProviderError extends ProviderError { + readonly tryNextLink: boolean; + name: string; + constructor(message: string, tryNextLink?: boolean); +} diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts new file mode 100644 index 000000000..ac6cddb41 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/chain.d.ts @@ -0,0 +1,2 @@ +import { Provider } from "@aws-sdk/types"; +export declare function chain(...providers: Array>): Provider; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts new file mode 100644 index 000000000..ae4969e57 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/fromStatic.d.ts @@ -0,0 +1,2 @@ +import { Provider } from "@aws-sdk/types"; +export declare const fromStatic: (staticValue: T) => Provider; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..15d14e5b6 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +export * from "./CredentialsProviderError"; +export * from "./ProviderError"; +export * from "./TokenProviderError"; +export * from "./chain"; +export * from "./fromStatic"; +export * from "./memoize"; diff --git a/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts new file mode 100644 index 000000000..4e2985298 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/dist-types/ts3.4/memoize.d.ts @@ -0,0 +1,11 @@ +import { MemoizedProvider, Provider } from "@aws-sdk/types"; +interface MemoizeOverload { + (provider: Provider): MemoizedProvider; + ( + provider: Provider, + isExpired: (resolved: T) => boolean, + requiresRefresh?: (resolved: T) => boolean + ): MemoizedProvider; +} +export declare const memoize: MemoizeOverload; +export {}; diff --git a/node_modules/@aws-sdk/property-provider/package.json b/node_modules/@aws-sdk/property-provider/package.json new file mode 100644 index 000000000..80106e1f0 --- /dev/null +++ b/node_modules/@aws-sdk/property-provider/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/property-provider", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/property-provider", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/property-provider" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/protocol-http/LICENSE b/node_modules/@aws-sdk/protocol-http/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/protocol-http/README.md b/node_modules/@aws-sdk/protocol-http/README.md new file mode 100644 index 000000000..860b71ab1 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/protocol-http + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/protocol-http/latest.svg)](https://www.npmjs.com/package/@aws-sdk/protocol-http) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/protocol-http.svg)](https://www.npmjs.com/package/@aws-sdk/protocol-http) diff --git a/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js b/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-cjs/httpHandler.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js b/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js new file mode 100644 index 000000000..57e404860 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-cjs/httpRequest.js @@ -0,0 +1,49 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.HttpRequest = void 0; +class HttpRequest { + constructor(options) { + this.method = options.method || "GET"; + this.hostname = options.hostname || "localhost"; + this.port = options.port; + this.query = options.query || {}; + this.headers = options.headers || {}; + this.body = options.body; + this.protocol = options.protocol + ? options.protocol.slice(-1) !== ":" + ? `${options.protocol}:` + : options.protocol + : "https:"; + this.path = options.path ? (options.path.charAt(0) !== "/" ? `/${options.path}` : options.path) : "/"; + } + static isInstance(request) { + if (!request) + return false; + const req = request; + return ("method" in req && + "protocol" in req && + "hostname" in req && + "path" in req && + typeof req["query"] === "object" && + typeof req["headers"] === "object"); + } + clone() { + const cloned = new HttpRequest({ + ...this, + headers: { ...this.headers }, + }); + if (cloned.query) + cloned.query = cloneQuery(cloned.query); + return cloned; + } +} +exports.HttpRequest = HttpRequest; +function cloneQuery(query) { + return Object.keys(query).reduce((carry, paramName) => { + const param = query[paramName]; + return { + ...carry, + [paramName]: Array.isArray(param) ? [...param] : param, + }; + }, {}); +} diff --git a/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js b/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js new file mode 100644 index 000000000..699c8eece --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-cjs/httpResponse.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.HttpResponse = void 0; +class HttpResponse { + constructor(options) { + this.statusCode = options.statusCode; + this.headers = options.headers || {}; + this.body = options.body; + } + static isInstance(response) { + if (!response) + return false; + const resp = response; + return typeof resp.statusCode === "number" && typeof resp.headers === "object"; + } +} +exports.HttpResponse = HttpResponse; diff --git a/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js b/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js new file mode 100644 index 000000000..56b5e1170 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-cjs/index.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./httpHandler"), exports); +tslib_1.__exportStar(require("./httpRequest"), exports); +tslib_1.__exportStar(require("./httpResponse"), exports); +tslib_1.__exportStar(require("./isValidHostname"), exports); diff --git a/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js b/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js new file mode 100644 index 000000000..9e5547e58 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-cjs/isValidHostname.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isValidHostname = void 0; +function isValidHostname(hostname) { + const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/; + return hostPattern.test(hostname); +} +exports.isValidHostname = isValidHostname; diff --git a/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js b/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-es/httpHandler.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js b/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js new file mode 100644 index 000000000..621db2ece --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-es/httpRequest.js @@ -0,0 +1,45 @@ +export class HttpRequest { + constructor(options) { + this.method = options.method || "GET"; + this.hostname = options.hostname || "localhost"; + this.port = options.port; + this.query = options.query || {}; + this.headers = options.headers || {}; + this.body = options.body; + this.protocol = options.protocol + ? options.protocol.slice(-1) !== ":" + ? `${options.protocol}:` + : options.protocol + : "https:"; + this.path = options.path ? (options.path.charAt(0) !== "/" ? `/${options.path}` : options.path) : "/"; + } + static isInstance(request) { + if (!request) + return false; + const req = request; + return ("method" in req && + "protocol" in req && + "hostname" in req && + "path" in req && + typeof req["query"] === "object" && + typeof req["headers"] === "object"); + } + clone() { + const cloned = new HttpRequest({ + ...this, + headers: { ...this.headers }, + }); + if (cloned.query) + cloned.query = cloneQuery(cloned.query); + return cloned; + } +} +function cloneQuery(query) { + return Object.keys(query).reduce((carry, paramName) => { + const param = query[paramName]; + return { + ...carry, + [paramName]: Array.isArray(param) ? [...param] : param, + }; + }, {}); +} diff --git a/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js b/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js new file mode 100644 index 000000000..1dfa7dec0 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-es/httpResponse.js @@ -0,0 +1,13 @@ +export class HttpResponse { + constructor(options) { + this.statusCode = options.statusCode; + this.headers = options.headers || {}; + this.body = options.body; + } + static isInstance(response) { + if (!response) + return false; + const resp = response; + return typeof resp.statusCode === "number" && typeof resp.headers === "object"; + } +} diff --git a/node_modules/@aws-sdk/protocol-http/dist-es/index.js b/node_modules/@aws-sdk/protocol-http/dist-es/index.js new file mode 100644 index 000000000..93831fb19 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-es/index.js @@ -0,0 +1,4 @@ +export * from "./httpHandler"; +export * from "./httpRequest"; +export * from "./httpResponse"; +export * from "./isValidHostname"; diff --git a/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js b/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js new file mode 100644 index 000000000..464c7db58 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-es/isValidHostname.js @@ -0,0 +1,4 @@ +export function isValidHostname(hostname) { + const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/; + return hostPattern.test(hostname); +} diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts new file mode 100644 index 000000000..8da5d3412 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts @@ -0,0 +1,4 @@ +import { HttpHandlerOptions, RequestHandler } from "@aws-sdk/types"; +import { HttpRequest } from "./httpRequest"; +import { HttpResponse } from "./httpResponse"; +export declare type HttpHandler = RequestHandler; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts new file mode 100644 index 000000000..8d8d66a3e --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts @@ -0,0 +1,20 @@ +import { Endpoint, HeaderBag, HttpMessage, HttpRequest as IHttpRequest, QueryParameterBag } from "@aws-sdk/types"; +declare type HttpRequestOptions = Partial & Partial & { + method?: string; +}; +export interface HttpRequest extends IHttpRequest { +} +export declare class HttpRequest implements HttpMessage, Endpoint { + method: string; + protocol: string; + hostname: string; + port?: number; + path: string; + query: QueryParameterBag; + headers: HeaderBag; + body?: any; + constructor(options: HttpRequestOptions); + static isInstance(request: unknown): request is HttpRequest; + clone(): HttpRequest; +} +export {}; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts new file mode 100644 index 000000000..4688c2ad6 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts @@ -0,0 +1,14 @@ +import { HeaderBag, HttpMessage, HttpResponse as IHttpResponse } from "@aws-sdk/types"; +declare type HttpResponseOptions = Partial & { + statusCode: number; +}; +export interface HttpResponse extends IHttpResponse { +} +export declare class HttpResponse { + statusCode: number; + headers: HeaderBag; + body?: any; + constructor(options: HttpResponseOptions); + static isInstance(response: unknown): response is HttpResponse; +} +export {}; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts new file mode 100644 index 000000000..93831fb19 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts @@ -0,0 +1,4 @@ +export * from "./httpHandler"; +export * from "./httpRequest"; +export * from "./httpResponse"; +export * from "./isValidHostname"; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts new file mode 100644 index 000000000..6fb5bcb33 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts @@ -0,0 +1 @@ +export declare function isValidHostname(hostname: string): boolean; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts new file mode 100644 index 000000000..47fff4c8e --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpHandler.d.ts @@ -0,0 +1,8 @@ +import { HttpHandlerOptions, RequestHandler } from "@aws-sdk/types"; +import { HttpRequest } from "./httpRequest"; +import { HttpResponse } from "./httpResponse"; +export declare type HttpHandler = RequestHandler< + HttpRequest, + HttpResponse, + HttpHandlerOptions +>; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts new file mode 100644 index 000000000..bdebafb46 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpRequest.d.ts @@ -0,0 +1,26 @@ +import { + Endpoint, + HeaderBag, + HttpMessage, + HttpRequest as IHttpRequest, + QueryParameterBag, +} from "@aws-sdk/types"; +declare type HttpRequestOptions = Partial & + Partial & { + method?: string; + }; +export interface HttpRequest extends IHttpRequest {} +export declare class HttpRequest implements HttpMessage, Endpoint { + method: string; + protocol: string; + hostname: string; + port?: number; + path: string; + query: QueryParameterBag; + headers: HeaderBag; + body?: any; + constructor(options: HttpRequestOptions); + static isInstance(request: unknown): request is HttpRequest; + clone(): HttpRequest; +} +export {}; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts new file mode 100644 index 000000000..da941bace --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/httpResponse.d.ts @@ -0,0 +1,17 @@ +import { + HeaderBag, + HttpMessage, + HttpResponse as IHttpResponse, +} from "@aws-sdk/types"; +declare type HttpResponseOptions = Partial & { + statusCode: number; +}; +export interface HttpResponse extends IHttpResponse {} +export declare class HttpResponse { + statusCode: number; + headers: HeaderBag; + body?: any; + constructor(options: HttpResponseOptions); + static isInstance(response: unknown): response is HttpResponse; +} +export {}; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..93831fb19 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/index.d.ts @@ -0,0 +1,4 @@ +export * from "./httpHandler"; +export * from "./httpRequest"; +export * from "./httpResponse"; +export * from "./isValidHostname"; diff --git a/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts new file mode 100644 index 000000000..6fb5bcb33 --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/dist-types/ts3.4/isValidHostname.d.ts @@ -0,0 +1 @@ +export declare function isValidHostname(hostname: string): boolean; diff --git a/node_modules/@aws-sdk/protocol-http/package.json b/node_modules/@aws-sdk/protocol-http/package.json new file mode 100644 index 000000000..35d21a6fb --- /dev/null +++ b/node_modules/@aws-sdk/protocol-http/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/protocol-http", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "email": "", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/protocol-http", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/protocol-http" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/querystring-builder/LICENSE b/node_modules/@aws-sdk/querystring-builder/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/querystring-builder/README.md b/node_modules/@aws-sdk/querystring-builder/README.md new file mode 100644 index 000000000..8587bd3ac --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/querystring-builder + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/querystring-builder/latest.svg)](https://www.npmjs.com/package/@aws-sdk/querystring-builder) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/querystring-builder.svg)](https://www.npmjs.com/package/@aws-sdk/querystring-builder) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js b/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js new file mode 100644 index 000000000..a55e10d04 --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/dist-cjs/index.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.buildQueryString = void 0; +const util_uri_escape_1 = require("@aws-sdk/util-uri-escape"); +function buildQueryString(query) { + const parts = []; + for (let key of Object.keys(query).sort()) { + const value = query[key]; + key = (0, util_uri_escape_1.escapeUri)(key); + if (Array.isArray(value)) { + for (let i = 0, iLen = value.length; i < iLen; i++) { + parts.push(`${key}=${(0, util_uri_escape_1.escapeUri)(value[i])}`); + } + } + else { + let qsEntry = key; + if (value || typeof value === "string") { + qsEntry += `=${(0, util_uri_escape_1.escapeUri)(value)}`; + } + parts.push(qsEntry); + } + } + return parts.join("&"); +} +exports.buildQueryString = buildQueryString; diff --git a/node_modules/@aws-sdk/querystring-builder/dist-es/index.js b/node_modules/@aws-sdk/querystring-builder/dist-es/index.js new file mode 100644 index 000000000..60121a623 --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/dist-es/index.js @@ -0,0 +1,21 @@ +import { escapeUri } from "@aws-sdk/util-uri-escape"; +export function buildQueryString(query) { + const parts = []; + for (let key of Object.keys(query).sort()) { + const value = query[key]; + key = escapeUri(key); + if (Array.isArray(value)) { + for (let i = 0, iLen = value.length; i < iLen; i++) { + parts.push(`${key}=${escapeUri(value[i])}`); + } + } + else { + let qsEntry = key; + if (value || typeof value === "string") { + qsEntry += `=${escapeUri(value)}`; + } + parts.push(qsEntry); + } + } + return parts.join("&"); +} diff --git a/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts b/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts new file mode 100644 index 000000000..37dd3412f --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts @@ -0,0 +1,2 @@ +import { QueryParameterBag } from "@aws-sdk/types"; +export declare function buildQueryString(query: QueryParameterBag): string; diff --git a/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..37dd3412f --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +import { QueryParameterBag } from "@aws-sdk/types"; +export declare function buildQueryString(query: QueryParameterBag): string; diff --git a/node_modules/@aws-sdk/querystring-builder/package.json b/node_modules/@aws-sdk/querystring-builder/package.json new file mode 100644 index 000000000..38417080b --- /dev/null +++ b/node_modules/@aws-sdk/querystring-builder/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/querystring-builder", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "exit 0" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-uri-escape": "3.201.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/querystring-builder", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/querystring-builder" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/querystring-parser/LICENSE b/node_modules/@aws-sdk/querystring-parser/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/querystring-parser/README.md b/node_modules/@aws-sdk/querystring-parser/README.md new file mode 100644 index 000000000..49488dd14 --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/querystring-parser + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/querystring-parser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/querystring-parser) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/querystring-parser.svg)](https://www.npmjs.com/package/@aws-sdk/querystring-parser) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js b/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js new file mode 100644 index 000000000..516d23b79 --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/dist-cjs/index.js @@ -0,0 +1,27 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseQueryString = void 0; +function parseQueryString(querystring) { + const query = {}; + querystring = querystring.replace(/^\?/, ""); + if (querystring) { + for (const pair of querystring.split("&")) { + let [key, value = null] = pair.split("="); + key = decodeURIComponent(key); + if (value) { + value = decodeURIComponent(value); + } + if (!(key in query)) { + query[key] = value; + } + else if (Array.isArray(query[key])) { + query[key].push(value); + } + else { + query[key] = [query[key], value]; + } + } + } + return query; +} +exports.parseQueryString = parseQueryString; diff --git a/node_modules/@aws-sdk/querystring-parser/dist-es/index.js b/node_modules/@aws-sdk/querystring-parser/dist-es/index.js new file mode 100644 index 000000000..bd7bf004b --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/dist-es/index.js @@ -0,0 +1,23 @@ +export function parseQueryString(querystring) { + const query = {}; + querystring = querystring.replace(/^\?/, ""); + if (querystring) { + for (const pair of querystring.split("&")) { + let [key, value = null] = pair.split("="); + key = decodeURIComponent(key); + if (value) { + value = decodeURIComponent(value); + } + if (!(key in query)) { + query[key] = value; + } + else if (Array.isArray(query[key])) { + query[key].push(value); + } + else { + query[key] = [query[key], value]; + } + } + } + return query; +} diff --git a/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts b/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts new file mode 100644 index 000000000..ec07033b6 --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts @@ -0,0 +1,2 @@ +import { QueryParameterBag } from "@aws-sdk/types"; +export declare function parseQueryString(querystring: string): QueryParameterBag; diff --git a/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..8c9dc2fd0 --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/dist-types/ts3.4/index.d.ts @@ -0,0 +1,4 @@ +import { QueryParameterBag } from "@aws-sdk/types"; +export declare function parseQueryString( + querystring: string +): QueryParameterBag; diff --git a/node_modules/@aws-sdk/querystring-parser/package.json b/node_modules/@aws-sdk/querystring-parser/package.json new file mode 100644 index 000000000..f38a4eeac --- /dev/null +++ b/node_modules/@aws-sdk/querystring-parser/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/querystring-parser", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/querystring-parser", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/querystring-parser" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/service-error-classification/LICENSE b/node_modules/@aws-sdk/service-error-classification/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/service-error-classification/README.md b/node_modules/@aws-sdk/service-error-classification/README.md new file mode 100644 index 000000000..fe513b611 --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/service-error-classification + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/service-error-classification/latest.svg)](https://www.npmjs.com/package/@aws-sdk/service-error-classification) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/service-error-classification.svg)](https://www.npmjs.com/package/@aws-sdk/service-error-classification) diff --git a/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js b/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js new file mode 100644 index 000000000..d9913ce63 --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-cjs/constants.js @@ -0,0 +1,30 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODEJS_TIMEOUT_ERROR_CODES = exports.TRANSIENT_ERROR_STATUS_CODES = exports.TRANSIENT_ERROR_CODES = exports.THROTTLING_ERROR_CODES = exports.CLOCK_SKEW_ERROR_CODES = void 0; +exports.CLOCK_SKEW_ERROR_CODES = [ + "AuthFailure", + "InvalidSignatureException", + "RequestExpired", + "RequestInTheFuture", + "RequestTimeTooSkewed", + "SignatureDoesNotMatch", +]; +exports.THROTTLING_ERROR_CODES = [ + "BandwidthLimitExceeded", + "EC2ThrottledException", + "LimitExceededException", + "PriorRequestNotComplete", + "ProvisionedThroughputExceededException", + "RequestLimitExceeded", + "RequestThrottled", + "RequestThrottledException", + "SlowDown", + "ThrottledException", + "Throttling", + "ThrottlingException", + "TooManyRequestsException", + "TransactionInProgressException", +]; +exports.TRANSIENT_ERROR_CODES = ["AbortError", "TimeoutError", "RequestTimeout", "RequestTimeoutException"]; +exports.TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504]; +exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js b/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js new file mode 100644 index 000000000..95631bb8e --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-cjs/index.js @@ -0,0 +1,34 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isServerError = exports.isTransientError = exports.isThrottlingError = exports.isClockSkewError = exports.isRetryableByTrait = void 0; +const constants_1 = require("./constants"); +const isRetryableByTrait = (error) => error.$retryable !== undefined; +exports.isRetryableByTrait = isRetryableByTrait; +const isClockSkewError = (error) => constants_1.CLOCK_SKEW_ERROR_CODES.includes(error.name); +exports.isClockSkewError = isClockSkewError; +const isThrottlingError = (error) => { + var _a, _b; + return ((_a = error.$metadata) === null || _a === void 0 ? void 0 : _a.httpStatusCode) === 429 || + constants_1.THROTTLING_ERROR_CODES.includes(error.name) || + ((_b = error.$retryable) === null || _b === void 0 ? void 0 : _b.throttling) == true; +}; +exports.isThrottlingError = isThrottlingError; +const isTransientError = (error) => { + var _a; + return constants_1.TRANSIENT_ERROR_CODES.includes(error.name) || + constants_1.NODEJS_TIMEOUT_ERROR_CODES.includes((error === null || error === void 0 ? void 0 : error.code) || "") || + constants_1.TRANSIENT_ERROR_STATUS_CODES.includes(((_a = error.$metadata) === null || _a === void 0 ? void 0 : _a.httpStatusCode) || 0); +}; +exports.isTransientError = isTransientError; +const isServerError = (error) => { + var _a; + if (((_a = error.$metadata) === null || _a === void 0 ? void 0 : _a.httpStatusCode) !== undefined) { + const statusCode = error.$metadata.httpStatusCode; + if (500 <= statusCode && statusCode <= 599 && !(0, exports.isTransientError)(error)) { + return true; + } + return false; + } + return false; +}; +exports.isServerError = isServerError; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js b/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js new file mode 100644 index 000000000..0c37bc453 --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-es/constants.js @@ -0,0 +1,27 @@ +export const CLOCK_SKEW_ERROR_CODES = [ + "AuthFailure", + "InvalidSignatureException", + "RequestExpired", + "RequestInTheFuture", + "RequestTimeTooSkewed", + "SignatureDoesNotMatch", +]; +export const THROTTLING_ERROR_CODES = [ + "BandwidthLimitExceeded", + "EC2ThrottledException", + "LimitExceededException", + "PriorRequestNotComplete", + "ProvisionedThroughputExceededException", + "RequestLimitExceeded", + "RequestThrottled", + "RequestThrottledException", + "SlowDown", + "ThrottledException", + "Throttling", + "ThrottlingException", + "TooManyRequestsException", + "TransactionInProgressException", +]; +export const TRANSIENT_ERROR_CODES = ["AbortError", "TimeoutError", "RequestTimeout", "RequestTimeoutException"]; +export const TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504]; +export const NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-es/index.js b/node_modules/@aws-sdk/service-error-classification/dist-es/index.js new file mode 100644 index 000000000..0b8de2d14 --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-es/index.js @@ -0,0 +1,19 @@ +import { CLOCK_SKEW_ERROR_CODES, NODEJS_TIMEOUT_ERROR_CODES, THROTTLING_ERROR_CODES, TRANSIENT_ERROR_CODES, TRANSIENT_ERROR_STATUS_CODES, } from "./constants"; +export const isRetryableByTrait = (error) => error.$retryable !== undefined; +export const isClockSkewError = (error) => CLOCK_SKEW_ERROR_CODES.includes(error.name); +export const isThrottlingError = (error) => error.$metadata?.httpStatusCode === 429 || + THROTTLING_ERROR_CODES.includes(error.name) || + error.$retryable?.throttling == true; +export const isTransientError = (error) => TRANSIENT_ERROR_CODES.includes(error.name) || + NODEJS_TIMEOUT_ERROR_CODES.includes(error?.code || "") || + TRANSIENT_ERROR_STATUS_CODES.includes(error.$metadata?.httpStatusCode || 0); +export const isServerError = (error) => { + if (error.$metadata?.httpStatusCode !== undefined) { + const statusCode = error.$metadata.httpStatusCode; + if (500 <= statusCode && statusCode <= 599 && !isTransientError(error)) { + return true; + } + return false; + } + return false; +}; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts b/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts new file mode 100644 index 000000000..f07663b1c --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-types/constants.d.ts @@ -0,0 +1,26 @@ +/** + * Errors encountered when the client clock and server clock cannot agree on the + * current time. + * + * These errors are retryable, assuming the SDK has enabled clock skew + * correction. + */ +export declare const CLOCK_SKEW_ERROR_CODES: string[]; +/** + * Errors that indicate the SDK is being throttled. + * + * These errors are always retryable. + */ +export declare const THROTTLING_ERROR_CODES: string[]; +/** + * Error codes that indicate transient issues + */ +export declare const TRANSIENT_ERROR_CODES: string[]; +/** + * Error codes that indicate transient issues + */ +export declare const TRANSIENT_ERROR_STATUS_CODES: number[]; +/** + * Node.js system error codes that indicate timeout. + */ +export declare const NODEJS_TIMEOUT_ERROR_CODES: string[]; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts b/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts new file mode 100644 index 000000000..3edd8a3cf --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-types/index.d.ts @@ -0,0 +1,12 @@ +import { SdkError } from "@aws-sdk/types"; +export declare const isRetryableByTrait: (error: SdkError) => boolean; +export declare const isClockSkewError: (error: SdkError) => boolean; +export declare const isThrottlingError: (error: SdkError) => boolean; +/** + * Though NODEJS_TIMEOUT_ERROR_CODES are platform specific, they are + * included here because there is an error scenario with unknown root + * cause where the NodeHttpHandler does not decorate the Error with + * the name "TimeoutError" to be checked by the TRANSIENT_ERROR_CODES condition. + */ +export declare const isTransientError: (error: SdkError) => boolean; +export declare const isServerError: (error: SdkError) => boolean; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..e7e77d35b --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,5 @@ +export declare const CLOCK_SKEW_ERROR_CODES: string[]; +export declare const THROTTLING_ERROR_CODES: string[]; +export declare const TRANSIENT_ERROR_CODES: string[]; +export declare const TRANSIENT_ERROR_STATUS_CODES: number[]; +export declare const NODEJS_TIMEOUT_ERROR_CODES: string[]; diff --git a/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..b71b06e01 --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +import { SdkError } from "@aws-sdk/types"; +export declare const isRetryableByTrait: (error: SdkError) => boolean; +export declare const isClockSkewError: (error: SdkError) => boolean; +export declare const isThrottlingError: (error: SdkError) => boolean; +export declare const isTransientError: (error: SdkError) => boolean; +export declare const isServerError: (error: SdkError) => boolean; diff --git a/node_modules/@aws-sdk/service-error-classification/package.json b/node_modules/@aws-sdk/service-error-classification/package.json new file mode 100644 index 000000000..d07cb5aab --- /dev/null +++ b/node_modules/@aws-sdk/service-error-classification/package.json @@ -0,0 +1,50 @@ +{ + "name": "@aws-sdk/service-error-classification", + "version": "3.229.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "devDependencies": { + "@aws-sdk/types": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/service-error-classification", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/service-error-classification" + } +} diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE b/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/README.md b/node_modules/@aws-sdk/shared-ini-file-loader/README.md new file mode 100644 index 000000000..d64077476 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/README.md @@ -0,0 +1,102 @@ +# @aws-sdk/shared-ini-file-loader + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/shared-ini-file-loader/latest.svg)](https://www.npmjs.com/package/@aws-sdk/shared-ini-file-loader) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/shared-ini-file-loader.svg)](https://www.npmjs.com/package/@aws-sdk/shared-ini-file-loader) + +## AWS Shared Configuration File Loader + +This module provides a function that reads from AWS SDK configuration files and +returns a promise that will resolve with a hash of the parsed contents of the +AWS credentials file and of the AWS config file. Given the [sample +files](#sample-files) below, the promise returned by `loadSharedConfigFiles` +would resolve with: + +```javascript +{ + configFile: { + 'default': { + aws_access_key_id: 'foo', + aws_secret_access_key: 'bar', + }, + dev: { + aws_access_key_id: 'foo1', + aws_secret_access_key: 'bar1', + }, + prod: { + aws_access_key_id: 'foo2', + aws_secret_access_key: 'bar2', + }, + 'testing host': { + aws_access_key_id: 'foo4', + aws_secret_access_key: 'bar4', + } + }, + credentialsFile: { + 'default': { + aws_access_key_id: 'foo', + aws_secret_access_key: 'bar', + }, + dev: { + aws_access_key_id: 'foo1', + aws_secret_access_key: 'bar1', + }, + prod: { + aws_access_key_id: 'foo2', + aws_secret_access_key: 'bar2', + } + }, +} +``` + +If a file is not found, its key (`configFile` or `credentialsFile`) will instead +have a value of an empty object. + +## Supported configuration + +You may customize how the files are loaded by providing an options hash to the +`loadSharedConfigFiles` function. The following options are supported: + +- `filepath` - The path to the shared credentials file. If not specified, the + provider will use the value in the `AWS_SHARED_CREDENTIALS_FILE` environment + variable or a default of `~/.aws/credentials`. +- `configFilepath` - The path to the shared config file. If not specified, the + provider will use the value in the `AWS_CONFIG_FILE` environment variable or a + default of `~/.aws/config`. + +## Sample files + +### `~/.aws/credentials` + +```ini +[default] +aws_access_key_id=foo +aws_secret_access_key=bar + +[dev] +aws_access_key_id=foo2 +aws_secret_access_key=bar2 + +[prod] +aws_access_key_id=foo3 +aws_secret_access_key=bar3 +``` + +### `~/.aws/config` + +```ini +[default] +aws_access_key_id=foo +aws_secret_access_key=bar + +[profile dev] +aws_access_key_id=foo2 +aws_secret_access_key=bar2 + +[profile prod] +aws_access_key_id=foo3 +aws_secret_access_key=bar3 + +[profile "testing host"] +aws_access_key_id=foo4 +aws_secret_access_key=bar4 +``` diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getConfigFilepath.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getConfigFilepath.js new file mode 100644 index 000000000..576670b3d --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getConfigFilepath.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getConfigFilepath = exports.ENV_CONFIG_PATH = void 0; +const path_1 = require("path"); +const getHomeDir_1 = require("./getHomeDir"); +exports.ENV_CONFIG_PATH = "AWS_CONFIG_FILE"; +const getConfigFilepath = () => process.env[exports.ENV_CONFIG_PATH] || (0, path_1.join)((0, getHomeDir_1.getHomeDir)(), ".aws", "config"); +exports.getConfigFilepath = getConfigFilepath; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js new file mode 100644 index 000000000..de9650b1b --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getCredentialsFilepath = exports.ENV_CREDENTIALS_PATH = void 0; +const path_1 = require("path"); +const getHomeDir_1 = require("./getHomeDir"); +exports.ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE"; +const getCredentialsFilepath = () => process.env[exports.ENV_CREDENTIALS_PATH] || (0, path_1.join)((0, getHomeDir_1.getHomeDir)(), ".aws", "credentials"); +exports.getCredentialsFilepath = getCredentialsFilepath; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getHomeDir.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getHomeDir.js new file mode 100644 index 000000000..8528dd3fa --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getHomeDir.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getHomeDir = void 0; +const os_1 = require("os"); +const path_1 = require("path"); +const getHomeDir = () => { + const { HOME, USERPROFILE, HOMEPATH, HOMEDRIVE = `C:${path_1.sep}` } = process.env; + if (HOME) + return HOME; + if (USERPROFILE) + return USERPROFILE; + if (HOMEPATH) + return `${HOMEDRIVE}${HOMEPATH}`; + return (0, os_1.homedir)(); +}; +exports.getHomeDir = getHomeDir; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileData.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileData.js new file mode 100644 index 000000000..83fb9e6f9 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileData.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getProfileData = void 0; +const profileKeyRegex = /^profile\s(["'])?([^\1]+)\1$/; +const getProfileData = (data) => Object.entries(data) + .filter(([key]) => profileKeyRegex.test(key)) + .reduce((acc, [key, value]) => ({ ...acc, [profileKeyRegex.exec(key)[2]]: value }), { + ...(data.default && { default: data.default }), +}); +exports.getProfileData = getProfileData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileName.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileName.js new file mode 100644 index 000000000..a470ba061 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getProfileName.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getProfileName = exports.DEFAULT_PROFILE = exports.ENV_PROFILE = void 0; +exports.ENV_PROFILE = "AWS_PROFILE"; +exports.DEFAULT_PROFILE = "default"; +const getProfileName = (init) => init.profile || process.env[exports.ENV_PROFILE] || exports.DEFAULT_PROFILE; +exports.getProfileName = getProfileName; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js new file mode 100644 index 000000000..30d97b3d8 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSSOTokenFilepath = void 0; +const crypto_1 = require("crypto"); +const path_1 = require("path"); +const getHomeDir_1 = require("./getHomeDir"); +const getSSOTokenFilepath = (id) => { + const hasher = (0, crypto_1.createHash)("sha1"); + const cacheName = hasher.update(id).digest("hex"); + return (0, path_1.join)((0, getHomeDir_1.getHomeDir)(), ".aws", "sso", "cache", `${cacheName}.json`); +}; +exports.getSSOTokenFilepath = getSSOTokenFilepath; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js new file mode 100644 index 000000000..688accb76 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSSOTokenFromFile = void 0; +const fs_1 = require("fs"); +const getSSOTokenFilepath_1 = require("./getSSOTokenFilepath"); +const { readFile } = fs_1.promises; +const getSSOTokenFromFile = async (id) => { + const ssoTokenFilepath = (0, getSSOTokenFilepath_1.getSSOTokenFilepath)(id); + const ssoTokenText = await readFile(ssoTokenFilepath, "utf8"); + return JSON.parse(ssoTokenText); +}; +exports.getSSOTokenFromFile = getSSOTokenFromFile; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSsoSessionData.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSsoSessionData.js new file mode 100644 index 000000000..f715e0f7a --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/getSsoSessionData.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSsoSessionData = void 0; +const ssoSessionKeyRegex = /^sso-session\s(["'])?([^\1]+)\1$/; +const getSsoSessionData = (data) => Object.entries(data) + .filter(([key]) => ssoSessionKeyRegex.test(key)) + .reduce((acc, [key, value]) => ({ ...acc, [ssoSessionKeyRegex.exec(key)[2]]: value }), {}); +exports.getSsoSessionData = getSsoSessionData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js new file mode 100644 index 000000000..952c6a663 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/index.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./getHomeDir"), exports); +tslib_1.__exportStar(require("./getProfileName"), exports); +tslib_1.__exportStar(require("./getSSOTokenFilepath"), exports); +tslib_1.__exportStar(require("./getSSOTokenFromFile"), exports); +tslib_1.__exportStar(require("./loadSharedConfigFiles"), exports); +tslib_1.__exportStar(require("./loadSsoSessionData"), exports); +tslib_1.__exportStar(require("./parseKnownFiles"), exports); +tslib_1.__exportStar(require("./types"), exports); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js new file mode 100644 index 000000000..644a127ec --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.loadSharedConfigFiles = void 0; +const getConfigFilepath_1 = require("./getConfigFilepath"); +const getCredentialsFilepath_1 = require("./getCredentialsFilepath"); +const getProfileData_1 = require("./getProfileData"); +const parseIni_1 = require("./parseIni"); +const slurpFile_1 = require("./slurpFile"); +const swallowError = () => ({}); +const loadSharedConfigFiles = async (init = {}) => { + const { filepath = (0, getCredentialsFilepath_1.getCredentialsFilepath)(), configFilepath = (0, getConfigFilepath_1.getConfigFilepath)() } = init; + const parsedFiles = await Promise.all([ + (0, slurpFile_1.slurpFile)(configFilepath).then(parseIni_1.parseIni).then(getProfileData_1.getProfileData).catch(swallowError), + (0, slurpFile_1.slurpFile)(filepath).then(parseIni_1.parseIni).catch(swallowError), + ]); + return { + configFile: parsedFiles[0], + credentialsFile: parsedFiles[1], + }; +}; +exports.loadSharedConfigFiles = loadSharedConfigFiles; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js new file mode 100644 index 000000000..e201088af --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.loadSsoSessionData = void 0; +const getConfigFilepath_1 = require("./getConfigFilepath"); +const getSsoSessionData_1 = require("./getSsoSessionData"); +const parseIni_1 = require("./parseIni"); +const slurpFile_1 = require("./slurpFile"); +const swallowError = () => ({}); +const loadSsoSessionData = async (init = {}) => { + var _a; + return (0, slurpFile_1.slurpFile)((_a = init.configFilepath) !== null && _a !== void 0 ? _a : (0, getConfigFilepath_1.getConfigFilepath)()) + .then(parseIni_1.parseIni) + .then(getSsoSessionData_1.getSsoSessionData) + .catch(swallowError); +}; +exports.loadSsoSessionData = loadSsoSessionData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseIni.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseIni.js new file mode 100644 index 000000000..9e772f716 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseIni.js @@ -0,0 +1,34 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseIni = void 0; +const profileNameBlockList = ["__proto__", "profile __proto__"]; +const parseIni = (iniData) => { + const map = {}; + let currentSection; + for (let line of iniData.split(/\r?\n/)) { + line = line.split(/(^|\s)[;#]/)[0].trim(); + const isSection = line[0] === "[" && line[line.length - 1] === "]"; + if (isSection) { + currentSection = line.substring(1, line.length - 1); + if (profileNameBlockList.includes(currentSection)) { + throw new Error(`Found invalid profile name "${currentSection}"`); + } + } + else if (currentSection) { + const indexOfEqualsSign = line.indexOf("="); + const start = 0; + const end = line.length - 1; + const isAssignment = indexOfEqualsSign !== -1 && indexOfEqualsSign !== start && indexOfEqualsSign !== end; + if (isAssignment) { + const [name, value] = [ + line.substring(0, indexOfEqualsSign).trim(), + line.substring(indexOfEqualsSign + 1).trim(), + ]; + map[currentSection] = map[currentSection] || {}; + map[currentSection][name] = value; + } + } + } + return map; +}; +exports.parseIni = parseIni; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js new file mode 100644 index 000000000..b08d78f8d --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/parseKnownFiles.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseKnownFiles = void 0; +const loadSharedConfigFiles_1 = require("./loadSharedConfigFiles"); +const parseKnownFiles = async (init) => { + const parsedFiles = await (0, loadSharedConfigFiles_1.loadSharedConfigFiles)(init); + return { + ...parsedFiles.configFile, + ...parsedFiles.credentialsFile, + }; +}; +exports.parseKnownFiles = parseKnownFiles; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js new file mode 100644 index 000000000..d6316324c --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/slurpFile.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.slurpFile = void 0; +const fs_1 = require("fs"); +const { readFile } = fs_1.promises; +const filePromisesHash = {}; +const slurpFile = (path) => { + if (!filePromisesHash[path]) { + filePromisesHash[path] = readFile(path, "utf8"); + } + return filePromisesHash[path]; +}; +exports.slurpFile = slurpFile; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/types.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getConfigFilepath.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getConfigFilepath.js new file mode 100644 index 000000000..ca07c2ddc --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getConfigFilepath.js @@ -0,0 +1,4 @@ +import { join } from "path"; +import { getHomeDir } from "./getHomeDir"; +export const ENV_CONFIG_PATH = "AWS_CONFIG_FILE"; +export const getConfigFilepath = () => process.env[ENV_CONFIG_PATH] || join(getHomeDir(), ".aws", "config"); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getCredentialsFilepath.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getCredentialsFilepath.js new file mode 100644 index 000000000..393c0ae52 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getCredentialsFilepath.js @@ -0,0 +1,4 @@ +import { join } from "path"; +import { getHomeDir } from "./getHomeDir"; +export const ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE"; +export const getCredentialsFilepath = () => process.env[ENV_CREDENTIALS_PATH] || join(getHomeDir(), ".aws", "credentials"); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getHomeDir.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getHomeDir.js new file mode 100644 index 000000000..42dacb869 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getHomeDir.js @@ -0,0 +1,12 @@ +import { homedir } from "os"; +import { sep } from "path"; +export const getHomeDir = () => { + const { HOME, USERPROFILE, HOMEPATH, HOMEDRIVE = `C:${sep}` } = process.env; + if (HOME) + return HOME; + if (USERPROFILE) + return USERPROFILE; + if (HOMEPATH) + return `${HOMEDRIVE}${HOMEPATH}`; + return homedir(); +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileData.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileData.js new file mode 100644 index 000000000..9b684ae3a --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileData.js @@ -0,0 +1,6 @@ +const profileKeyRegex = /^profile\s(["'])?([^\1]+)\1$/; +export const getProfileData = (data) => Object.entries(data) + .filter(([key]) => profileKeyRegex.test(key)) + .reduce((acc, [key, value]) => ({ ...acc, [profileKeyRegex.exec(key)[2]]: value }), { + ...(data.default && { default: data.default }), +}); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileName.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileName.js new file mode 100644 index 000000000..acc29f077 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getProfileName.js @@ -0,0 +1,3 @@ +export const ENV_PROFILE = "AWS_PROFILE"; +export const DEFAULT_PROFILE = "default"; +export const getProfileName = (init) => init.profile || process.env[ENV_PROFILE] || DEFAULT_PROFILE; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js new file mode 100644 index 000000000..a44b4ad70 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js @@ -0,0 +1,8 @@ +import { createHash } from "crypto"; +import { join } from "path"; +import { getHomeDir } from "./getHomeDir"; +export const getSSOTokenFilepath = (id) => { + const hasher = createHash("sha1"); + const cacheName = hasher.update(id).digest("hex"); + return join(getHomeDir(), ".aws", "sso", "cache", `${cacheName}.json`); +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js new file mode 100644 index 000000000..42659dbdf --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js @@ -0,0 +1,8 @@ +import { promises as fsPromises } from "fs"; +import { getSSOTokenFilepath } from "./getSSOTokenFilepath"; +const { readFile } = fsPromises; +export const getSSOTokenFromFile = async (id) => { + const ssoTokenFilepath = getSSOTokenFilepath(id); + const ssoTokenText = await readFile(ssoTokenFilepath, "utf8"); + return JSON.parse(ssoTokenText); +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSsoSessionData.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSsoSessionData.js new file mode 100644 index 000000000..fb239276f --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/getSsoSessionData.js @@ -0,0 +1,4 @@ +const ssoSessionKeyRegex = /^sso-session\s(["'])?([^\1]+)\1$/; +export const getSsoSessionData = (data) => Object.entries(data) + .filter(([key]) => ssoSessionKeyRegex.test(key)) + .reduce((acc, [key, value]) => ({ ...acc, [ssoSessionKeyRegex.exec(key)[2]]: value }), {}); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js new file mode 100644 index 000000000..3e8b2c747 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/index.js @@ -0,0 +1,8 @@ +export * from "./getHomeDir"; +export * from "./getProfileName"; +export * from "./getSSOTokenFilepath"; +export * from "./getSSOTokenFromFile"; +export * from "./loadSharedConfigFiles"; +export * from "./loadSsoSessionData"; +export * from "./parseKnownFiles"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js new file mode 100644 index 000000000..afe242054 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js @@ -0,0 +1,17 @@ +import { getConfigFilepath } from "./getConfigFilepath"; +import { getCredentialsFilepath } from "./getCredentialsFilepath"; +import { getProfileData } from "./getProfileData"; +import { parseIni } from "./parseIni"; +import { slurpFile } from "./slurpFile"; +const swallowError = () => ({}); +export const loadSharedConfigFiles = async (init = {}) => { + const { filepath = getCredentialsFilepath(), configFilepath = getConfigFilepath() } = init; + const parsedFiles = await Promise.all([ + slurpFile(configFilepath).then(parseIni).then(getProfileData).catch(swallowError), + slurpFile(filepath).then(parseIni).catch(swallowError), + ]); + return { + configFile: parsedFiles[0], + credentialsFile: parsedFiles[1], + }; +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSsoSessionData.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSsoSessionData.js new file mode 100644 index 000000000..3bd730b13 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/loadSsoSessionData.js @@ -0,0 +1,9 @@ +import { getConfigFilepath } from "./getConfigFilepath"; +import { getSsoSessionData } from "./getSsoSessionData"; +import { parseIni } from "./parseIni"; +import { slurpFile } from "./slurpFile"; +const swallowError = () => ({}); +export const loadSsoSessionData = async (init = {}) => slurpFile(init.configFilepath ?? getConfigFilepath()) + .then(parseIni) + .then(getSsoSessionData) + .catch(swallowError); diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseIni.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseIni.js new file mode 100644 index 000000000..6b8fbfc8c --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseIni.js @@ -0,0 +1,30 @@ +const profileNameBlockList = ["__proto__", "profile __proto__"]; +export const parseIni = (iniData) => { + const map = {}; + let currentSection; + for (let line of iniData.split(/\r?\n/)) { + line = line.split(/(^|\s)[;#]/)[0].trim(); + const isSection = line[0] === "[" && line[line.length - 1] === "]"; + if (isSection) { + currentSection = line.substring(1, line.length - 1); + if (profileNameBlockList.includes(currentSection)) { + throw new Error(`Found invalid profile name "${currentSection}"`); + } + } + else if (currentSection) { + const indexOfEqualsSign = line.indexOf("="); + const start = 0; + const end = line.length - 1; + const isAssignment = indexOfEqualsSign !== -1 && indexOfEqualsSign !== start && indexOfEqualsSign !== end; + if (isAssignment) { + const [name, value] = [ + line.substring(0, indexOfEqualsSign).trim(), + line.substring(indexOfEqualsSign + 1).trim(), + ]; + map[currentSection] = map[currentSection] || {}; + map[currentSection][name] = value; + } + } + } + return map; +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js new file mode 100644 index 000000000..6380d3f48 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/parseKnownFiles.js @@ -0,0 +1,8 @@ +import { loadSharedConfigFiles } from "./loadSharedConfigFiles"; +export const parseKnownFiles = async (init) => { + const parsedFiles = await loadSharedConfigFiles(init); + return { + ...parsedFiles.configFile, + ...parsedFiles.credentialsFile, + }; +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js new file mode 100644 index 000000000..1a6545a90 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/slurpFile.js @@ -0,0 +1,9 @@ +import { promises as fsPromises } from "fs"; +const { readFile } = fsPromises; +const filePromisesHash = {}; +export const slurpFile = (path) => { + if (!filePromisesHash[path]) { + filePromisesHash[path] = readFile(path, "utf8"); + } + return filePromisesHash[path]; +}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/types.js b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts new file mode 100644 index 000000000..1d123bedd --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts @@ -0,0 +1,2 @@ +export declare const ENV_CONFIG_PATH = "AWS_CONFIG_FILE"; +export declare const getConfigFilepath: () => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts new file mode 100644 index 000000000..26fda4a60 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts @@ -0,0 +1,2 @@ +export declare const ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE"; +export declare const getCredentialsFilepath: () => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts new file mode 100644 index 000000000..5d15bf1ae --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts @@ -0,0 +1,6 @@ +/** + * Get the HOME directory for the current runtime. + * + * @internal + */ +export declare const getHomeDir: () => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileData.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileData.d.ts new file mode 100644 index 000000000..fd152362b --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileData.d.ts @@ -0,0 +1,7 @@ +import { ParsedIniData } from "@aws-sdk/types"; +/** + * Returns the profile data from parsed ini data. + * * Returns data for `default` + * * Reads profileName after profile prefix including/excluding quotes + */ +export declare const getProfileData: (data: ParsedIniData) => ParsedIniData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts new file mode 100644 index 000000000..0cccd920c --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts @@ -0,0 +1,5 @@ +export declare const ENV_PROFILE = "AWS_PROFILE"; +export declare const DEFAULT_PROFILE = "default"; +export declare const getProfileName: (init: { + profile?: string; +}) => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts new file mode 100644 index 000000000..451303ddb --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts @@ -0,0 +1,4 @@ +/** + * Returns the filepath of the file where SSO token is stored. + */ +export declare const getSSOTokenFilepath: (id: string) => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts new file mode 100644 index 000000000..52064923d --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts @@ -0,0 +1,44 @@ +/** + * Cached SSO token retrieved from SSO login flow. + */ +export interface SSOToken { + /** + * A base64 encoded string returned by the sso-oidc service. + */ + accessToken: string; + /** + * The expiration time of the accessToken as an RFC 3339 formatted timestamp. + */ + expiresAt: string; + /** + * The token used to obtain an access token in the event that the accessToken is invalid or expired. + */ + refreshToken?: string; + /** + * The unique identifier string for each client. The client ID generated when performing the registration + * portion of the OIDC authorization flow. This is used to refresh the accessToken. + */ + clientId?: string; + /** + * A secret string generated when performing the registration portion of the OIDC authorization flow. + * This is used to refresh the accessToken. + */ + clientSecret?: string; + /** + * The expiration time of the client registration (clientId and clientSecret) as an RFC 3339 formatted timestamp. + */ + registrationExpiresAt?: string; + /** + * The configured sso_region for the profile that credentials are being resolved for. + */ + region?: string; + /** + * The configured sso_start_url for the profile that credentials are being resolved for. + */ + startUrl?: string; +} +/** + * @param id - can be either a start URL or the SSO session name. + * Returns the SSO token from the file system. + */ +export declare const getSSOTokenFromFile: (id: string) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts new file mode 100644 index 000000000..bac51158f --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts @@ -0,0 +1,6 @@ +import { ParsedIniData } from "@aws-sdk/types"; +/** + * Returns the sso-session data from parsed ini data by reading + * ssoSessionName after sso-session prefix including/excluding quotes + */ +export declare const getSsoSessionData: (data: ParsedIniData) => ParsedIniData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts new file mode 100644 index 000000000..3e8b2c747 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts @@ -0,0 +1,8 @@ +export * from "./getHomeDir"; +export * from "./getProfileName"; +export * from "./getSSOTokenFilepath"; +export * from "./getSSOTokenFromFile"; +export * from "./loadSharedConfigFiles"; +export * from "./loadSsoSessionData"; +export * from "./parseKnownFiles"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts new file mode 100644 index 000000000..d5b337c5b --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts @@ -0,0 +1,16 @@ +import { SharedConfigFiles } from "@aws-sdk/types"; +export interface SharedConfigInit { + /** + * The path at which to locate the ini credentials file. Defaults to the + * value of the `AWS_SHARED_CREDENTIALS_FILE` environment variable (if + * defined) or `~/.aws/credentials` otherwise. + */ + filepath?: string; + /** + * The path at which to locate the ini config file. Defaults to the value of + * the `AWS_CONFIG_FILE` environment variable (if defined) or + * `~/.aws/config` otherwise. + */ + configFilepath?: string; +} +export declare const loadSharedConfigFiles: (init?: SharedConfigInit) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts new file mode 100644 index 000000000..8ec206ee7 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts @@ -0,0 +1,10 @@ +import { ParsedIniData } from "@aws-sdk/types"; +export interface SsoSessionInit { + /** + * The path at which to locate the ini config file. Defaults to the value of + * the `AWS_CONFIG_FILE` environment variable (if defined) or + * `~/.aws/config` otherwise. + */ + configFilepath?: string; +} +export declare const loadSsoSessionData: (init?: SsoSessionInit) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseIni.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseIni.d.ts new file mode 100644 index 000000000..bb1ae2e05 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseIni.d.ts @@ -0,0 +1,2 @@ +import { ParsedIniData } from "@aws-sdk/types"; +export declare const parseIni: (iniData: string) => ParsedIniData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts new file mode 100644 index 000000000..06cdb3117 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts @@ -0,0 +1,15 @@ +import { ParsedIniData } from "@aws-sdk/types"; +import { SharedConfigInit } from "./loadSharedConfigFiles"; +export interface SourceProfileInit extends SharedConfigInit { + /** + * The configuration profile to use. + */ + profile?: string; +} +/** + * Load profiles from credentials and config INI files and normalize them into a + * single profile list. + * + * @internal + */ +export declare const parseKnownFiles: (init: SourceProfileInit) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts new file mode 100644 index 000000000..cdb8139f1 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/slurpFile.d.ts @@ -0,0 +1 @@ +export declare const slurpFile: (path: string) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts new file mode 100644 index 000000000..1d123bedd --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts @@ -0,0 +1,2 @@ +export declare const ENV_CONFIG_PATH = "AWS_CONFIG_FILE"; +export declare const getConfigFilepath: () => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts new file mode 100644 index 000000000..26fda4a60 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts @@ -0,0 +1,2 @@ +export declare const ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE"; +export declare const getCredentialsFilepath: () => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts new file mode 100644 index 000000000..9a396f222 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts @@ -0,0 +1 @@ +export declare const getHomeDir: () => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts new file mode 100644 index 000000000..e8f417b7b --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileData.d.ts @@ -0,0 +1,2 @@ +import { ParsedIniData } from "@aws-sdk/types"; +export declare const getProfileData: (data: ParsedIniData) => ParsedIniData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts new file mode 100644 index 000000000..4fcc36577 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts @@ -0,0 +1,3 @@ +export declare const ENV_PROFILE = "AWS_PROFILE"; +export declare const DEFAULT_PROFILE = "default"; +export declare const getProfileName: (init: { profile?: string }) => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts new file mode 100644 index 000000000..8d4107069 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts @@ -0,0 +1 @@ +export declare const getSSOTokenFilepath: (id: string) => string; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts new file mode 100644 index 000000000..660b2b3b8 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts @@ -0,0 +1,11 @@ +export interface SSOToken { + accessToken: string; + expiresAt: string; + refreshToken?: string; + clientId?: string; + clientSecret?: string; + registrationExpiresAt?: string; + region?: string; + startUrl?: string; +} +export declare const getSSOTokenFromFile: (id: string) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts new file mode 100644 index 000000000..60ff00385 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts @@ -0,0 +1,2 @@ +import { ParsedIniData } from "@aws-sdk/types"; +export declare const getSsoSessionData: (data: ParsedIniData) => ParsedIniData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..3e8b2c747 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/index.d.ts @@ -0,0 +1,8 @@ +export * from "./getHomeDir"; +export * from "./getProfileName"; +export * from "./getSSOTokenFilepath"; +export * from "./getSSOTokenFromFile"; +export * from "./loadSharedConfigFiles"; +export * from "./loadSsoSessionData"; +export * from "./parseKnownFiles"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts new file mode 100644 index 000000000..37ab9f5b8 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts @@ -0,0 +1,8 @@ +import { SharedConfigFiles } from "@aws-sdk/types"; +export interface SharedConfigInit { + filepath?: string; + configFilepath?: string; +} +export declare const loadSharedConfigFiles: ( + init?: SharedConfigInit +) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts new file mode 100644 index 000000000..edaf6c833 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts @@ -0,0 +1,7 @@ +import { ParsedIniData } from "@aws-sdk/types"; +export interface SsoSessionInit { + configFilepath?: string; +} +export declare const loadSsoSessionData: ( + init?: SsoSessionInit +) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts new file mode 100644 index 000000000..bb1ae2e05 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts @@ -0,0 +1,2 @@ +import { ParsedIniData } from "@aws-sdk/types"; +export declare const parseIni: (iniData: string) => ParsedIniData; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts new file mode 100644 index 000000000..69e6413b7 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts @@ -0,0 +1,8 @@ +import { ParsedIniData } from "@aws-sdk/types"; +import { SharedConfigInit } from "./loadSharedConfigFiles"; +export interface SourceProfileInit extends SharedConfigInit { + profile?: string; +} +export declare const parseKnownFiles: ( + init: SourceProfileInit +) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts new file mode 100644 index 000000000..cdb8139f1 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts @@ -0,0 +1 @@ +export declare const slurpFile: (path: string) => Promise; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..c4f171213 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/ts3.4/types.d.ts @@ -0,0 +1,8 @@ +import { + ParsedIniData as __ParsedIniData, + Profile as __Profile, + SharedConfigFiles as __SharedConfigFiles, +} from "@aws-sdk/types"; +export declare type Profile = __Profile; +export declare type ParsedIniData = __ParsedIniData; +export declare type SharedConfigFiles = __SharedConfigFiles; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts new file mode 100644 index 000000000..68b55ab2a --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts @@ -0,0 +1,13 @@ +import { ParsedIniData as __ParsedIniData, Profile as __Profile, SharedConfigFiles as __SharedConfigFiles } from "@aws-sdk/types"; +/** + * @deprecated Use Profile from "@aws-sdk/types" instead + */ +export declare type Profile = __Profile; +/** + * @deprecated Use ParsedIniData from "@aws-sdk/types" instead + */ +export declare type ParsedIniData = __ParsedIniData; +/** + * @deprecated Use SharedConfigFiles from "@aws-sdk/types" instead + */ +export declare type SharedConfigFiles = __SharedConfigFiles; diff --git a/node_modules/@aws-sdk/shared-ini-file-loader/package.json b/node_modules/@aws-sdk/shared-ini-file-loader/package.json new file mode 100644 index 000000000..9a7426017 --- /dev/null +++ b/node_modules/@aws-sdk/shared-ini-file-loader/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/shared-ini-file-loader", + "version": "3.226.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/shared-ini-file-loader", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/shared-ini-file-loader" + } +} diff --git a/node_modules/@aws-sdk/signature-v4/LICENSE b/node_modules/@aws-sdk/signature-v4/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/signature-v4/README.md b/node_modules/@aws-sdk/signature-v4/README.md new file mode 100644 index 000000000..7409e6db4 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/signature-v4 + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/signature-v4/latest.svg)](https://www.npmjs.com/package/@aws-sdk/signature-v4) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/signature-v4.svg)](https://www.npmjs.com/package/@aws-sdk/signature-v4) diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js new file mode 100644 index 000000000..8a0496f02 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/SignatureV4.js @@ -0,0 +1,174 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SignatureV4 = void 0; +const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); +const util_middleware_1 = require("@aws-sdk/util-middleware"); +const constants_1 = require("./constants"); +const credentialDerivation_1 = require("./credentialDerivation"); +const getCanonicalHeaders_1 = require("./getCanonicalHeaders"); +const getCanonicalQuery_1 = require("./getCanonicalQuery"); +const getPayloadHash_1 = require("./getPayloadHash"); +const headerUtil_1 = require("./headerUtil"); +const moveHeadersToQuery_1 = require("./moveHeadersToQuery"); +const prepareRequest_1 = require("./prepareRequest"); +const utilDate_1 = require("./utilDate"); +class SignatureV4 { + constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) { + this.service = service; + this.sha256 = sha256; + this.uriEscapePath = uriEscapePath; + this.applyChecksum = typeof applyChecksum === "boolean" ? applyChecksum : true; + this.regionProvider = (0, util_middleware_1.normalizeProvider)(region); + this.credentialProvider = (0, util_middleware_1.normalizeProvider)(credentials); + } + async presign(originalRequest, options = {}) { + const { signingDate = new Date(), expiresIn = 3600, unsignableHeaders, unhoistableHeaders, signableHeaders, signingRegion, signingService, } = options; + const credentials = await this.credentialProvider(); + this.validateResolvedCredentials(credentials); + const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : (await this.regionProvider()); + const { longDate, shortDate } = formatDate(signingDate); + if (expiresIn > constants_1.MAX_PRESIGNED_TTL) { + return Promise.reject("Signature version 4 presigned URLs" + " must have an expiration date less than one week in" + " the future"); + } + const scope = (0, credentialDerivation_1.createScope)(shortDate, region, signingService !== null && signingService !== void 0 ? signingService : this.service); + const request = (0, moveHeadersToQuery_1.moveHeadersToQuery)((0, prepareRequest_1.prepareRequest)(originalRequest), { unhoistableHeaders }); + if (credentials.sessionToken) { + request.query[constants_1.TOKEN_QUERY_PARAM] = credentials.sessionToken; + } + request.query[constants_1.ALGORITHM_QUERY_PARAM] = constants_1.ALGORITHM_IDENTIFIER; + request.query[constants_1.CREDENTIAL_QUERY_PARAM] = `${credentials.accessKeyId}/${scope}`; + request.query[constants_1.AMZ_DATE_QUERY_PARAM] = longDate; + request.query[constants_1.EXPIRES_QUERY_PARAM] = expiresIn.toString(10); + const canonicalHeaders = (0, getCanonicalHeaders_1.getCanonicalHeaders)(request, unsignableHeaders, signableHeaders); + request.query[constants_1.SIGNED_HEADERS_QUERY_PARAM] = getCanonicalHeaderList(canonicalHeaders); + request.query[constants_1.SIGNATURE_QUERY_PARAM] = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, await (0, getPayloadHash_1.getPayloadHash)(originalRequest, this.sha256))); + return request; + } + async sign(toSign, options) { + if (typeof toSign === "string") { + return this.signString(toSign, options); + } + else if (toSign.headers && toSign.payload) { + return this.signEvent(toSign, options); + } + else { + return this.signRequest(toSign, options); + } + } + async signEvent({ headers, payload }, { signingDate = new Date(), priorSignature, signingRegion, signingService }) { + const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : (await this.regionProvider()); + const { shortDate, longDate } = formatDate(signingDate); + const scope = (0, credentialDerivation_1.createScope)(shortDate, region, signingService !== null && signingService !== void 0 ? signingService : this.service); + const hashedPayload = await (0, getPayloadHash_1.getPayloadHash)({ headers: {}, body: payload }, this.sha256); + const hash = new this.sha256(); + hash.update(headers); + const hashedHeaders = (0, util_hex_encoding_1.toHex)(await hash.digest()); + const stringToSign = [ + constants_1.EVENT_ALGORITHM_IDENTIFIER, + longDate, + scope, + priorSignature, + hashedHeaders, + hashedPayload, + ].join("\n"); + return this.signString(stringToSign, { signingDate, signingRegion: region, signingService }); + } + async signString(stringToSign, { signingDate = new Date(), signingRegion, signingService } = {}) { + const credentials = await this.credentialProvider(); + this.validateResolvedCredentials(credentials); + const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : (await this.regionProvider()); + const { shortDate } = formatDate(signingDate); + const hash = new this.sha256(await this.getSigningKey(credentials, region, shortDate, signingService)); + hash.update(stringToSign); + return (0, util_hex_encoding_1.toHex)(await hash.digest()); + } + async signRequest(requestToSign, { signingDate = new Date(), signableHeaders, unsignableHeaders, signingRegion, signingService, } = {}) { + const credentials = await this.credentialProvider(); + this.validateResolvedCredentials(credentials); + const region = signingRegion !== null && signingRegion !== void 0 ? signingRegion : (await this.regionProvider()); + const request = (0, prepareRequest_1.prepareRequest)(requestToSign); + const { longDate, shortDate } = formatDate(signingDate); + const scope = (0, credentialDerivation_1.createScope)(shortDate, region, signingService !== null && signingService !== void 0 ? signingService : this.service); + request.headers[constants_1.AMZ_DATE_HEADER] = longDate; + if (credentials.sessionToken) { + request.headers[constants_1.TOKEN_HEADER] = credentials.sessionToken; + } + const payloadHash = await (0, getPayloadHash_1.getPayloadHash)(request, this.sha256); + if (!(0, headerUtil_1.hasHeader)(constants_1.SHA256_HEADER, request.headers) && this.applyChecksum) { + request.headers[constants_1.SHA256_HEADER] = payloadHash; + } + const canonicalHeaders = (0, getCanonicalHeaders_1.getCanonicalHeaders)(request, unsignableHeaders, signableHeaders); + const signature = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, payloadHash)); + request.headers[constants_1.AUTH_HEADER] = + `${constants_1.ALGORITHM_IDENTIFIER} ` + + `Credential=${credentials.accessKeyId}/${scope}, ` + + `SignedHeaders=${getCanonicalHeaderList(canonicalHeaders)}, ` + + `Signature=${signature}`; + return request; + } + createCanonicalRequest(request, canonicalHeaders, payloadHash) { + const sortedHeaders = Object.keys(canonicalHeaders).sort(); + return `${request.method} +${this.getCanonicalPath(request)} +${(0, getCanonicalQuery_1.getCanonicalQuery)(request)} +${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")} + +${sortedHeaders.join(";")} +${payloadHash}`; + } + async createStringToSign(longDate, credentialScope, canonicalRequest) { + const hash = new this.sha256(); + hash.update(canonicalRequest); + const hashedRequest = await hash.digest(); + return `${constants_1.ALGORITHM_IDENTIFIER} +${longDate} +${credentialScope} +${(0, util_hex_encoding_1.toHex)(hashedRequest)}`; + } + getCanonicalPath({ path }) { + if (this.uriEscapePath) { + const normalizedPathSegments = []; + for (const pathSegment of path.split("/")) { + if ((pathSegment === null || pathSegment === void 0 ? void 0 : pathSegment.length) === 0) + continue; + if (pathSegment === ".") + continue; + if (pathSegment === "..") { + normalizedPathSegments.pop(); + } + else { + normalizedPathSegments.push(pathSegment); + } + } + const normalizedPath = `${(path === null || path === void 0 ? void 0 : path.startsWith("/")) ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && (path === null || path === void 0 ? void 0 : path.endsWith("/")) ? "/" : ""}`; + const doubleEncoded = encodeURIComponent(normalizedPath); + return doubleEncoded.replace(/%2F/g, "/"); + } + return path; + } + async getSignature(longDate, credentialScope, keyPromise, canonicalRequest) { + const stringToSign = await this.createStringToSign(longDate, credentialScope, canonicalRequest); + const hash = new this.sha256(await keyPromise); + hash.update(stringToSign); + return (0, util_hex_encoding_1.toHex)(await hash.digest()); + } + getSigningKey(credentials, region, shortDate, service) { + return (0, credentialDerivation_1.getSigningKey)(this.sha256, credentials, shortDate, region, service || this.service); + } + validateResolvedCredentials(credentials) { + if (typeof credentials !== "object" || + typeof credentials.accessKeyId !== "string" || + typeof credentials.secretAccessKey !== "string") { + throw new Error("Resolved credential object is not valid"); + } + } +} +exports.SignatureV4 = SignatureV4; +const formatDate = (now) => { + const longDate = (0, utilDate_1.iso8601)(now).replace(/[\-:]/g, ""); + return { + longDate, + shortDate: longDate.slice(0, 8), + }; +}; +const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";"); diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js new file mode 100644 index 000000000..b562c5abf --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/cloneRequest.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.cloneQuery = exports.cloneRequest = void 0; +const cloneRequest = ({ headers, query, ...rest }) => ({ + ...rest, + headers: { ...headers }, + query: query ? (0, exports.cloneQuery)(query) : undefined, +}); +exports.cloneRequest = cloneRequest; +const cloneQuery = (query) => Object.keys(query).reduce((carry, paramName) => { + const param = query[paramName]; + return { + ...carry, + [paramName]: Array.isArray(param) ? [...param] : param, + }; +}, {}); +exports.cloneQuery = cloneQuery; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js new file mode 100644 index 000000000..5ac2966ec --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/constants.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.MAX_PRESIGNED_TTL = exports.KEY_TYPE_IDENTIFIER = exports.MAX_CACHE_SIZE = exports.UNSIGNED_PAYLOAD = exports.EVENT_ALGORITHM_IDENTIFIER = exports.ALGORITHM_IDENTIFIER_V4A = exports.ALGORITHM_IDENTIFIER = exports.UNSIGNABLE_PATTERNS = exports.SEC_HEADER_PATTERN = exports.PROXY_HEADER_PATTERN = exports.ALWAYS_UNSIGNABLE_HEADERS = exports.HOST_HEADER = exports.TOKEN_HEADER = exports.SHA256_HEADER = exports.SIGNATURE_HEADER = exports.GENERATED_HEADERS = exports.DATE_HEADER = exports.AMZ_DATE_HEADER = exports.AUTH_HEADER = exports.REGION_SET_PARAM = exports.TOKEN_QUERY_PARAM = exports.SIGNATURE_QUERY_PARAM = exports.EXPIRES_QUERY_PARAM = exports.SIGNED_HEADERS_QUERY_PARAM = exports.AMZ_DATE_QUERY_PARAM = exports.CREDENTIAL_QUERY_PARAM = exports.ALGORITHM_QUERY_PARAM = void 0; +exports.ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm"; +exports.CREDENTIAL_QUERY_PARAM = "X-Amz-Credential"; +exports.AMZ_DATE_QUERY_PARAM = "X-Amz-Date"; +exports.SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders"; +exports.EXPIRES_QUERY_PARAM = "X-Amz-Expires"; +exports.SIGNATURE_QUERY_PARAM = "X-Amz-Signature"; +exports.TOKEN_QUERY_PARAM = "X-Amz-Security-Token"; +exports.REGION_SET_PARAM = "X-Amz-Region-Set"; +exports.AUTH_HEADER = "authorization"; +exports.AMZ_DATE_HEADER = exports.AMZ_DATE_QUERY_PARAM.toLowerCase(); +exports.DATE_HEADER = "date"; +exports.GENERATED_HEADERS = [exports.AUTH_HEADER, exports.AMZ_DATE_HEADER, exports.DATE_HEADER]; +exports.SIGNATURE_HEADER = exports.SIGNATURE_QUERY_PARAM.toLowerCase(); +exports.SHA256_HEADER = "x-amz-content-sha256"; +exports.TOKEN_HEADER = exports.TOKEN_QUERY_PARAM.toLowerCase(); +exports.HOST_HEADER = "host"; +exports.ALWAYS_UNSIGNABLE_HEADERS = { + authorization: true, + "cache-control": true, + connection: true, + expect: true, + from: true, + "keep-alive": true, + "max-forwards": true, + pragma: true, + referer: true, + te: true, + trailer: true, + "transfer-encoding": true, + upgrade: true, + "user-agent": true, + "x-amzn-trace-id": true, +}; +exports.PROXY_HEADER_PATTERN = /^proxy-/; +exports.SEC_HEADER_PATTERN = /^sec-/; +exports.UNSIGNABLE_PATTERNS = [/^proxy-/i, /^sec-/i]; +exports.ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256"; +exports.ALGORITHM_IDENTIFIER_V4A = "AWS4-ECDSA-P256-SHA256"; +exports.EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD"; +exports.UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD"; +exports.MAX_CACHE_SIZE = 50; +exports.KEY_TYPE_IDENTIFIER = "aws4_request"; +exports.MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js new file mode 100644 index 000000000..12cacac64 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/credentialDerivation.js @@ -0,0 +1,38 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.clearCredentialCache = exports.getSigningKey = exports.createScope = void 0; +const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); +const constants_1 = require("./constants"); +const signingKeyCache = {}; +const cacheQueue = []; +const createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${constants_1.KEY_TYPE_IDENTIFIER}`; +exports.createScope = createScope; +const getSigningKey = async (sha256Constructor, credentials, shortDate, region, service) => { + const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId); + const cacheKey = `${shortDate}:${region}:${service}:${(0, util_hex_encoding_1.toHex)(credsHash)}:${credentials.sessionToken}`; + if (cacheKey in signingKeyCache) { + return signingKeyCache[cacheKey]; + } + cacheQueue.push(cacheKey); + while (cacheQueue.length > constants_1.MAX_CACHE_SIZE) { + delete signingKeyCache[cacheQueue.shift()]; + } + let key = `AWS4${credentials.secretAccessKey}`; + for (const signable of [shortDate, region, service, constants_1.KEY_TYPE_IDENTIFIER]) { + key = await hmac(sha256Constructor, key, signable); + } + return (signingKeyCache[cacheKey] = key); +}; +exports.getSigningKey = getSigningKey; +const clearCredentialCache = () => { + cacheQueue.length = 0; + Object.keys(signingKeyCache).forEach((cacheKey) => { + delete signingKeyCache[cacheKey]; + }); +}; +exports.clearCredentialCache = clearCredentialCache; +const hmac = (ctor, secret, data) => { + const hash = new ctor(secret); + hash.update(data); + return hash.digest(); +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js new file mode 100644 index 000000000..d34763c5d --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalHeaders.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getCanonicalHeaders = void 0; +const constants_1 = require("./constants"); +const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => { + const canonical = {}; + for (const headerName of Object.keys(headers).sort()) { + if (headers[headerName] == undefined) { + continue; + } + const canonicalHeaderName = headerName.toLowerCase(); + if (canonicalHeaderName in constants_1.ALWAYS_UNSIGNABLE_HEADERS || + (unsignableHeaders === null || unsignableHeaders === void 0 ? void 0 : unsignableHeaders.has(canonicalHeaderName)) || + constants_1.PROXY_HEADER_PATTERN.test(canonicalHeaderName) || + constants_1.SEC_HEADER_PATTERN.test(canonicalHeaderName)) { + if (!signableHeaders || (signableHeaders && !signableHeaders.has(canonicalHeaderName))) { + continue; + } + } + canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " "); + } + return canonical; +}; +exports.getCanonicalHeaders = getCanonicalHeaders; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js new file mode 100644 index 000000000..e812715a0 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/getCanonicalQuery.js @@ -0,0 +1,31 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getCanonicalQuery = void 0; +const util_uri_escape_1 = require("@aws-sdk/util-uri-escape"); +const constants_1 = require("./constants"); +const getCanonicalQuery = ({ query = {} }) => { + const keys = []; + const serialized = {}; + for (const key of Object.keys(query).sort()) { + if (key.toLowerCase() === constants_1.SIGNATURE_HEADER) { + continue; + } + keys.push(key); + const value = query[key]; + if (typeof value === "string") { + serialized[key] = `${(0, util_uri_escape_1.escapeUri)(key)}=${(0, util_uri_escape_1.escapeUri)(value)}`; + } + else if (Array.isArray(value)) { + serialized[key] = value + .slice(0) + .sort() + .reduce((encoded, value) => encoded.concat([`${(0, util_uri_escape_1.escapeUri)(key)}=${(0, util_uri_escape_1.escapeUri)(value)}`]), []) + .join("&"); + } + } + return keys + .map((key) => serialized[key]) + .filter((serialized) => serialized) + .join("&"); +}; +exports.getCanonicalQuery = getCanonicalQuery; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js new file mode 100644 index 000000000..70a6b799e --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/getPayloadHash.js @@ -0,0 +1,23 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getPayloadHash = void 0; +const is_array_buffer_1 = require("@aws-sdk/is-array-buffer"); +const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding"); +const constants_1 = require("./constants"); +const getPayloadHash = async ({ headers, body }, hashConstructor) => { + for (const headerName of Object.keys(headers)) { + if (headerName.toLowerCase() === constants_1.SHA256_HEADER) { + return headers[headerName]; + } + } + if (body == undefined) { + return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"; + } + else if (typeof body === "string" || ArrayBuffer.isView(body) || (0, is_array_buffer_1.isArrayBuffer)(body)) { + const hashCtor = new hashConstructor(); + hashCtor.update(body); + return (0, util_hex_encoding_1.toHex)(await hashCtor.digest()); + } + return constants_1.UNSIGNED_PAYLOAD; +}; +exports.getPayloadHash = getPayloadHash; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js new file mode 100644 index 000000000..c3b08b226 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/headerUtil.js @@ -0,0 +1,32 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deleteHeader = exports.getHeaderValue = exports.hasHeader = void 0; +const hasHeader = (soughtHeader, headers) => { + soughtHeader = soughtHeader.toLowerCase(); + for (const headerName of Object.keys(headers)) { + if (soughtHeader === headerName.toLowerCase()) { + return true; + } + } + return false; +}; +exports.hasHeader = hasHeader; +const getHeaderValue = (soughtHeader, headers) => { + soughtHeader = soughtHeader.toLowerCase(); + for (const headerName of Object.keys(headers)) { + if (soughtHeader === headerName.toLowerCase()) { + return headers[headerName]; + } + } + return undefined; +}; +exports.getHeaderValue = getHeaderValue; +const deleteHeader = (soughtHeader, headers) => { + soughtHeader = soughtHeader.toLowerCase(); + for (const headerName of Object.keys(headers)) { + if (soughtHeader === headerName.toLowerCase()) { + delete headers[headerName]; + } + } +}; +exports.deleteHeader = deleteHeader; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js new file mode 100644 index 000000000..e554d4a27 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/index.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.prepareRequest = exports.moveHeadersToQuery = exports.getPayloadHash = exports.getCanonicalQuery = exports.getCanonicalHeaders = void 0; +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./SignatureV4"), exports); +var getCanonicalHeaders_1 = require("./getCanonicalHeaders"); +Object.defineProperty(exports, "getCanonicalHeaders", { enumerable: true, get: function () { return getCanonicalHeaders_1.getCanonicalHeaders; } }); +var getCanonicalQuery_1 = require("./getCanonicalQuery"); +Object.defineProperty(exports, "getCanonicalQuery", { enumerable: true, get: function () { return getCanonicalQuery_1.getCanonicalQuery; } }); +var getPayloadHash_1 = require("./getPayloadHash"); +Object.defineProperty(exports, "getPayloadHash", { enumerable: true, get: function () { return getPayloadHash_1.getPayloadHash; } }); +var moveHeadersToQuery_1 = require("./moveHeadersToQuery"); +Object.defineProperty(exports, "moveHeadersToQuery", { enumerable: true, get: function () { return moveHeadersToQuery_1.moveHeadersToQuery; } }); +var prepareRequest_1 = require("./prepareRequest"); +Object.defineProperty(exports, "prepareRequest", { enumerable: true, get: function () { return prepareRequest_1.prepareRequest; } }); +tslib_1.__exportStar(require("./credentialDerivation"), exports); diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js new file mode 100644 index 000000000..66c1e0a0f --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/moveHeadersToQuery.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.moveHeadersToQuery = void 0; +const cloneRequest_1 = require("./cloneRequest"); +const moveHeadersToQuery = (request, options = {}) => { + var _a; + const { headers, query = {} } = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); + for (const name of Object.keys(headers)) { + const lname = name.toLowerCase(); + if (lname.slice(0, 6) === "x-amz-" && !((_a = options.unhoistableHeaders) === null || _a === void 0 ? void 0 : _a.has(lname))) { + query[name] = headers[name]; + delete headers[name]; + } + } + return { + ...request, + headers, + query, + }; +}; +exports.moveHeadersToQuery = moveHeadersToQuery; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js new file mode 100644 index 000000000..b24ca5e49 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/prepareRequest.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.prepareRequest = void 0; +const cloneRequest_1 = require("./cloneRequest"); +const constants_1 = require("./constants"); +const prepareRequest = (request) => { + request = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); + for (const headerName of Object.keys(request.headers)) { + if (constants_1.GENERATED_HEADERS.indexOf(headerName.toLowerCase()) > -1) { + delete request.headers[headerName]; + } + } + return request; +}; +exports.prepareRequest = prepareRequest; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js new file mode 100644 index 000000000..23d313458 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/suite.fixture.js @@ -0,0 +1,402 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.requests = exports.signingDate = exports.credentials = exports.service = exports.region = void 0; +exports.region = "us-east-1"; +exports.service = "service"; +exports.credentials = { + accessKeyId: "AKIDEXAMPLE", + secretAccessKey: "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY", +}; +exports.signingDate = new Date("2015-08-30T12:36:00Z"); +exports.requests = [ + { + name: "get-header-key-duplicate", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value2,value2,value1", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea", + }, + { + name: "get-header-value-multiline", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1,value2,value3", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790", + }, + { + name: "get-header-value-order", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value4,value1,value3,value2", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01", + }, + { + name: "get-header-value-trim", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1", + "my-header2": '"a b c"', + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736", + }, + { + name: "get-unreserved", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f", + }, + { + name: "get-utf8", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/ሴ", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85", + }, + { + name: "get-vanilla", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31", + }, + { + name: "get-vanilla-empty-query-key", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb", + }, + { + name: "get-vanilla-query", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31", + }, + { + name: "get-vanilla-query-order-key-case", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + Param2: "value2", + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500", + }, + { + name: "get-vanilla-query-unreserved", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + "-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz": "-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197", + }, + { + name: "get-vanilla-utf8-query", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + ሴ: "bar", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04", + }, + { + name: "post-header-key-case", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b", + }, + { + name: "post-header-key-sort", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c", + }, + { + name: "post-header-value-case", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "VALUE1", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d", + }, + { + name: "post-sts-header-after", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b", + }, + { + name: "post-sts-header-before", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + "x-amz-security-token": "AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA==", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-security-token, Signature=85d96828115b5dc0cfc3bd16ad9e210dd772bbebba041836c64533a82be05ead", + }, + { + name: "post-vanilla", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b", + }, + { + name: "post-vanilla-empty-query-value", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11", + }, + { + name: "post-vanilla-query", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11", + }, + { + name: "post-vanilla-query-nonunreserved", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + "@#$%^": "", + "+": '/,?><`";:\\|][{}', + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=66c82657c86e26fb25238d0e69f011edc4c6df5ae71119d7cb98ed9b87393c1e", + }, + { + name: "post-vanilla-query-space", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + p: "", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=e71688addb58a26418614085fb730ba3faa623b461c17f48f2fbdb9361b94a9b", + }, + { + name: "post-x-www-form-urlencoded", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + "content-type": "application/x-www-form-urlencoded", + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + body: "Param1=value1", + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=ff11897932ad3f4e8b18135d722051e5ac45fc38421b1da7b9d196a0fe09473a", + }, + { + name: "post-x-www-form-urlencoded-parameters", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + "content-type": "application/x-www-form-urlencoded; charset=utf8", + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + body: "Param1=value1", + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1a72ec8f64bd914b0e42e42607c7fbce7fb2c7465f63e3092b3b0d39fa77a6fe", + }, +]; diff --git a/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js b/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js new file mode 100644 index 000000000..83b0d9434 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-cjs/utilDate.js @@ -0,0 +1,20 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toDate = exports.iso8601 = void 0; +const iso8601 = (time) => (0, exports.toDate)(time) + .toISOString() + .replace(/\.\d{3}Z$/, "Z"); +exports.iso8601 = iso8601; +const toDate = (time) => { + if (typeof time === "number") { + return new Date(time * 1000); + } + if (typeof time === "string") { + if (Number(time)) { + return new Date(Number(time) * 1000); + } + return new Date(time); + } + return time; +}; +exports.toDate = toDate; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js b/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js new file mode 100644 index 000000000..66391468f --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/SignatureV4.js @@ -0,0 +1,170 @@ +import { toHex } from "@aws-sdk/util-hex-encoding"; +import { normalizeProvider } from "@aws-sdk/util-middleware"; +import { ALGORITHM_IDENTIFIER, ALGORITHM_QUERY_PARAM, AMZ_DATE_HEADER, AMZ_DATE_QUERY_PARAM, AUTH_HEADER, CREDENTIAL_QUERY_PARAM, EVENT_ALGORITHM_IDENTIFIER, EXPIRES_QUERY_PARAM, MAX_PRESIGNED_TTL, SHA256_HEADER, SIGNATURE_QUERY_PARAM, SIGNED_HEADERS_QUERY_PARAM, TOKEN_HEADER, TOKEN_QUERY_PARAM, } from "./constants"; +import { createScope, getSigningKey } from "./credentialDerivation"; +import { getCanonicalHeaders } from "./getCanonicalHeaders"; +import { getCanonicalQuery } from "./getCanonicalQuery"; +import { getPayloadHash } from "./getPayloadHash"; +import { hasHeader } from "./headerUtil"; +import { moveHeadersToQuery } from "./moveHeadersToQuery"; +import { prepareRequest } from "./prepareRequest"; +import { iso8601 } from "./utilDate"; +export class SignatureV4 { + constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) { + this.service = service; + this.sha256 = sha256; + this.uriEscapePath = uriEscapePath; + this.applyChecksum = typeof applyChecksum === "boolean" ? applyChecksum : true; + this.regionProvider = normalizeProvider(region); + this.credentialProvider = normalizeProvider(credentials); + } + async presign(originalRequest, options = {}) { + const { signingDate = new Date(), expiresIn = 3600, unsignableHeaders, unhoistableHeaders, signableHeaders, signingRegion, signingService, } = options; + const credentials = await this.credentialProvider(); + this.validateResolvedCredentials(credentials); + const region = signingRegion ?? (await this.regionProvider()); + const { longDate, shortDate } = formatDate(signingDate); + if (expiresIn > MAX_PRESIGNED_TTL) { + return Promise.reject("Signature version 4 presigned URLs" + " must have an expiration date less than one week in" + " the future"); + } + const scope = createScope(shortDate, region, signingService ?? this.service); + const request = moveHeadersToQuery(prepareRequest(originalRequest), { unhoistableHeaders }); + if (credentials.sessionToken) { + request.query[TOKEN_QUERY_PARAM] = credentials.sessionToken; + } + request.query[ALGORITHM_QUERY_PARAM] = ALGORITHM_IDENTIFIER; + request.query[CREDENTIAL_QUERY_PARAM] = `${credentials.accessKeyId}/${scope}`; + request.query[AMZ_DATE_QUERY_PARAM] = longDate; + request.query[EXPIRES_QUERY_PARAM] = expiresIn.toString(10); + const canonicalHeaders = getCanonicalHeaders(request, unsignableHeaders, signableHeaders); + request.query[SIGNED_HEADERS_QUERY_PARAM] = getCanonicalHeaderList(canonicalHeaders); + request.query[SIGNATURE_QUERY_PARAM] = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, await getPayloadHash(originalRequest, this.sha256))); + return request; + } + async sign(toSign, options) { + if (typeof toSign === "string") { + return this.signString(toSign, options); + } + else if (toSign.headers && toSign.payload) { + return this.signEvent(toSign, options); + } + else { + return this.signRequest(toSign, options); + } + } + async signEvent({ headers, payload }, { signingDate = new Date(), priorSignature, signingRegion, signingService }) { + const region = signingRegion ?? (await this.regionProvider()); + const { shortDate, longDate } = formatDate(signingDate); + const scope = createScope(shortDate, region, signingService ?? this.service); + const hashedPayload = await getPayloadHash({ headers: {}, body: payload }, this.sha256); + const hash = new this.sha256(); + hash.update(headers); + const hashedHeaders = toHex(await hash.digest()); + const stringToSign = [ + EVENT_ALGORITHM_IDENTIFIER, + longDate, + scope, + priorSignature, + hashedHeaders, + hashedPayload, + ].join("\n"); + return this.signString(stringToSign, { signingDate, signingRegion: region, signingService }); + } + async signString(stringToSign, { signingDate = new Date(), signingRegion, signingService } = {}) { + const credentials = await this.credentialProvider(); + this.validateResolvedCredentials(credentials); + const region = signingRegion ?? (await this.regionProvider()); + const { shortDate } = formatDate(signingDate); + const hash = new this.sha256(await this.getSigningKey(credentials, region, shortDate, signingService)); + hash.update(stringToSign); + return toHex(await hash.digest()); + } + async signRequest(requestToSign, { signingDate = new Date(), signableHeaders, unsignableHeaders, signingRegion, signingService, } = {}) { + const credentials = await this.credentialProvider(); + this.validateResolvedCredentials(credentials); + const region = signingRegion ?? (await this.regionProvider()); + const request = prepareRequest(requestToSign); + const { longDate, shortDate } = formatDate(signingDate); + const scope = createScope(shortDate, region, signingService ?? this.service); + request.headers[AMZ_DATE_HEADER] = longDate; + if (credentials.sessionToken) { + request.headers[TOKEN_HEADER] = credentials.sessionToken; + } + const payloadHash = await getPayloadHash(request, this.sha256); + if (!hasHeader(SHA256_HEADER, request.headers) && this.applyChecksum) { + request.headers[SHA256_HEADER] = payloadHash; + } + const canonicalHeaders = getCanonicalHeaders(request, unsignableHeaders, signableHeaders); + const signature = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, payloadHash)); + request.headers[AUTH_HEADER] = + `${ALGORITHM_IDENTIFIER} ` + + `Credential=${credentials.accessKeyId}/${scope}, ` + + `SignedHeaders=${getCanonicalHeaderList(canonicalHeaders)}, ` + + `Signature=${signature}`; + return request; + } + createCanonicalRequest(request, canonicalHeaders, payloadHash) { + const sortedHeaders = Object.keys(canonicalHeaders).sort(); + return `${request.method} +${this.getCanonicalPath(request)} +${getCanonicalQuery(request)} +${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")} + +${sortedHeaders.join(";")} +${payloadHash}`; + } + async createStringToSign(longDate, credentialScope, canonicalRequest) { + const hash = new this.sha256(); + hash.update(canonicalRequest); + const hashedRequest = await hash.digest(); + return `${ALGORITHM_IDENTIFIER} +${longDate} +${credentialScope} +${toHex(hashedRequest)}`; + } + getCanonicalPath({ path }) { + if (this.uriEscapePath) { + const normalizedPathSegments = []; + for (const pathSegment of path.split("/")) { + if (pathSegment?.length === 0) + continue; + if (pathSegment === ".") + continue; + if (pathSegment === "..") { + normalizedPathSegments.pop(); + } + else { + normalizedPathSegments.push(pathSegment); + } + } + const normalizedPath = `${path?.startsWith("/") ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && path?.endsWith("/") ? "/" : ""}`; + const doubleEncoded = encodeURIComponent(normalizedPath); + return doubleEncoded.replace(/%2F/g, "/"); + } + return path; + } + async getSignature(longDate, credentialScope, keyPromise, canonicalRequest) { + const stringToSign = await this.createStringToSign(longDate, credentialScope, canonicalRequest); + const hash = new this.sha256(await keyPromise); + hash.update(stringToSign); + return toHex(await hash.digest()); + } + getSigningKey(credentials, region, shortDate, service) { + return getSigningKey(this.sha256, credentials, shortDate, region, service || this.service); + } + validateResolvedCredentials(credentials) { + if (typeof credentials !== "object" || + typeof credentials.accessKeyId !== "string" || + typeof credentials.secretAccessKey !== "string") { + throw new Error("Resolved credential object is not valid"); + } + } +} +const formatDate = (now) => { + const longDate = iso8601(now).replace(/[\-:]/g, ""); + return { + longDate, + shortDate: longDate.slice(0, 8), + }; +}; +const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";"); diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js b/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js new file mode 100644 index 000000000..f534646ce --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/cloneRequest.js @@ -0,0 +1,12 @@ +export const cloneRequest = ({ headers, query, ...rest }) => ({ + ...rest, + headers: { ...headers }, + query: query ? cloneQuery(query) : undefined, +}); +export const cloneQuery = (query) => Object.keys(query).reduce((carry, paramName) => { + const param = query[paramName]; + return { + ...carry, + [paramName]: Array.isArray(param) ? [...param] : param, + }; +}, {}); diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/constants.js b/node_modules/@aws-sdk/signature-v4/dist-es/constants.js new file mode 100644 index 000000000..602728ad4 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/constants.js @@ -0,0 +1,43 @@ +export const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm"; +export const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential"; +export const AMZ_DATE_QUERY_PARAM = "X-Amz-Date"; +export const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders"; +export const EXPIRES_QUERY_PARAM = "X-Amz-Expires"; +export const SIGNATURE_QUERY_PARAM = "X-Amz-Signature"; +export const TOKEN_QUERY_PARAM = "X-Amz-Security-Token"; +export const REGION_SET_PARAM = "X-Amz-Region-Set"; +export const AUTH_HEADER = "authorization"; +export const AMZ_DATE_HEADER = AMZ_DATE_QUERY_PARAM.toLowerCase(); +export const DATE_HEADER = "date"; +export const GENERATED_HEADERS = [AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER]; +export const SIGNATURE_HEADER = SIGNATURE_QUERY_PARAM.toLowerCase(); +export const SHA256_HEADER = "x-amz-content-sha256"; +export const TOKEN_HEADER = TOKEN_QUERY_PARAM.toLowerCase(); +export const HOST_HEADER = "host"; +export const ALWAYS_UNSIGNABLE_HEADERS = { + authorization: true, + "cache-control": true, + connection: true, + expect: true, + from: true, + "keep-alive": true, + "max-forwards": true, + pragma: true, + referer: true, + te: true, + trailer: true, + "transfer-encoding": true, + upgrade: true, + "user-agent": true, + "x-amzn-trace-id": true, +}; +export const PROXY_HEADER_PATTERN = /^proxy-/; +export const SEC_HEADER_PATTERN = /^sec-/; +export const UNSIGNABLE_PATTERNS = [/^proxy-/i, /^sec-/i]; +export const ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256"; +export const ALGORITHM_IDENTIFIER_V4A = "AWS4-ECDSA-P256-SHA256"; +export const EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD"; +export const UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD"; +export const MAX_CACHE_SIZE = 50; +export const KEY_TYPE_IDENTIFIER = "aws4_request"; +export const MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js b/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js new file mode 100644 index 000000000..a39809e5b --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/credentialDerivation.js @@ -0,0 +1,32 @@ +import { toHex } from "@aws-sdk/util-hex-encoding"; +import { KEY_TYPE_IDENTIFIER, MAX_CACHE_SIZE } from "./constants"; +const signingKeyCache = {}; +const cacheQueue = []; +export const createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${KEY_TYPE_IDENTIFIER}`; +export const getSigningKey = async (sha256Constructor, credentials, shortDate, region, service) => { + const credsHash = await hmac(sha256Constructor, credentials.secretAccessKey, credentials.accessKeyId); + const cacheKey = `${shortDate}:${region}:${service}:${toHex(credsHash)}:${credentials.sessionToken}`; + if (cacheKey in signingKeyCache) { + return signingKeyCache[cacheKey]; + } + cacheQueue.push(cacheKey); + while (cacheQueue.length > MAX_CACHE_SIZE) { + delete signingKeyCache[cacheQueue.shift()]; + } + let key = `AWS4${credentials.secretAccessKey}`; + for (const signable of [shortDate, region, service, KEY_TYPE_IDENTIFIER]) { + key = await hmac(sha256Constructor, key, signable); + } + return (signingKeyCache[cacheKey] = key); +}; +export const clearCredentialCache = () => { + cacheQueue.length = 0; + Object.keys(signingKeyCache).forEach((cacheKey) => { + delete signingKeyCache[cacheKey]; + }); +}; +const hmac = (ctor, secret, data) => { + const hash = new ctor(secret); + hash.update(data); + return hash.digest(); +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js b/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js new file mode 100644 index 000000000..33211255f --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalHeaders.js @@ -0,0 +1,20 @@ +import { ALWAYS_UNSIGNABLE_HEADERS, PROXY_HEADER_PATTERN, SEC_HEADER_PATTERN } from "./constants"; +export const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => { + const canonical = {}; + for (const headerName of Object.keys(headers).sort()) { + if (headers[headerName] == undefined) { + continue; + } + const canonicalHeaderName = headerName.toLowerCase(); + if (canonicalHeaderName in ALWAYS_UNSIGNABLE_HEADERS || + unsignableHeaders?.has(canonicalHeaderName) || + PROXY_HEADER_PATTERN.test(canonicalHeaderName) || + SEC_HEADER_PATTERN.test(canonicalHeaderName)) { + if (!signableHeaders || (signableHeaders && !signableHeaders.has(canonicalHeaderName))) { + continue; + } + } + canonical[canonicalHeaderName] = headers[headerName].trim().replace(/\s+/g, " "); + } + return canonical; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js b/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js new file mode 100644 index 000000000..ed28b87f6 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/getCanonicalQuery.js @@ -0,0 +1,27 @@ +import { escapeUri } from "@aws-sdk/util-uri-escape"; +import { SIGNATURE_HEADER } from "./constants"; +export const getCanonicalQuery = ({ query = {} }) => { + const keys = []; + const serialized = {}; + for (const key of Object.keys(query).sort()) { + if (key.toLowerCase() === SIGNATURE_HEADER) { + continue; + } + keys.push(key); + const value = query[key]; + if (typeof value === "string") { + serialized[key] = `${escapeUri(key)}=${escapeUri(value)}`; + } + else if (Array.isArray(value)) { + serialized[key] = value + .slice(0) + .sort() + .reduce((encoded, value) => encoded.concat([`${escapeUri(key)}=${escapeUri(value)}`]), []) + .join("&"); + } + } + return keys + .map((key) => serialized[key]) + .filter((serialized) => serialized) + .join("&"); +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js b/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js new file mode 100644 index 000000000..462c95ff7 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/getPayloadHash.js @@ -0,0 +1,19 @@ +import { isArrayBuffer } from "@aws-sdk/is-array-buffer"; +import { toHex } from "@aws-sdk/util-hex-encoding"; +import { SHA256_HEADER, UNSIGNED_PAYLOAD } from "./constants"; +export const getPayloadHash = async ({ headers, body }, hashConstructor) => { + for (const headerName of Object.keys(headers)) { + if (headerName.toLowerCase() === SHA256_HEADER) { + return headers[headerName]; + } + } + if (body == undefined) { + return "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"; + } + else if (typeof body === "string" || ArrayBuffer.isView(body) || isArrayBuffer(body)) { + const hashCtor = new hashConstructor(); + hashCtor.update(body); + return toHex(await hashCtor.digest()); + } + return UNSIGNED_PAYLOAD; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js b/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js new file mode 100644 index 000000000..e502cbbcb --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/headerUtil.js @@ -0,0 +1,26 @@ +export const hasHeader = (soughtHeader, headers) => { + soughtHeader = soughtHeader.toLowerCase(); + for (const headerName of Object.keys(headers)) { + if (soughtHeader === headerName.toLowerCase()) { + return true; + } + } + return false; +}; +export const getHeaderValue = (soughtHeader, headers) => { + soughtHeader = soughtHeader.toLowerCase(); + for (const headerName of Object.keys(headers)) { + if (soughtHeader === headerName.toLowerCase()) { + return headers[headerName]; + } + } + return undefined; +}; +export const deleteHeader = (soughtHeader, headers) => { + soughtHeader = soughtHeader.toLowerCase(); + for (const headerName of Object.keys(headers)) { + if (soughtHeader === headerName.toLowerCase()) { + delete headers[headerName]; + } + } +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/index.js b/node_modules/@aws-sdk/signature-v4/dist-es/index.js new file mode 100644 index 000000000..7bb33c23b --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/index.js @@ -0,0 +1,7 @@ +export * from "./SignatureV4"; +export { getCanonicalHeaders } from "./getCanonicalHeaders"; +export { getCanonicalQuery } from "./getCanonicalQuery"; +export { getPayloadHash } from "./getPayloadHash"; +export { moveHeadersToQuery } from "./moveHeadersToQuery"; +export { prepareRequest } from "./prepareRequest"; +export * from "./credentialDerivation"; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js b/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js new file mode 100644 index 000000000..29ef4165f --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/moveHeadersToQuery.js @@ -0,0 +1,16 @@ +import { cloneRequest } from "./cloneRequest"; +export const moveHeadersToQuery = (request, options = {}) => { + const { headers, query = {} } = typeof request.clone === "function" ? request.clone() : cloneRequest(request); + for (const name of Object.keys(headers)) { + const lname = name.toLowerCase(); + if (lname.slice(0, 6) === "x-amz-" && !options.unhoistableHeaders?.has(lname)) { + query[name] = headers[name]; + delete headers[name]; + } + } + return { + ...request, + headers, + query, + }; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js b/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js new file mode 100644 index 000000000..a88008e77 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/prepareRequest.js @@ -0,0 +1,11 @@ +import { cloneRequest } from "./cloneRequest"; +import { GENERATED_HEADERS } from "./constants"; +export const prepareRequest = (request) => { + request = typeof request.clone === "function" ? request.clone() : cloneRequest(request); + for (const headerName of Object.keys(request.headers)) { + if (GENERATED_HEADERS.indexOf(headerName.toLowerCase()) > -1) { + delete request.headers[headerName]; + } + } + return request; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js b/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js new file mode 100644 index 000000000..bb704a991 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/suite.fixture.js @@ -0,0 +1,399 @@ +export const region = "us-east-1"; +export const service = "service"; +export const credentials = { + accessKeyId: "AKIDEXAMPLE", + secretAccessKey: "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY", +}; +export const signingDate = new Date("2015-08-30T12:36:00Z"); +export const requests = [ + { + name: "get-header-key-duplicate", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value2,value2,value1", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c9d5ea9f3f72853aea855b47ea873832890dbdd183b4468f858259531a5138ea", + }, + { + name: "get-header-value-multiline", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1,value2,value3", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=ba17b383a53190154eb5fa66a1b836cc297cc0a3d70a5d00705980573d8ff790", + }, + { + name: "get-header-value-order", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value4,value1,value3,value2", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=08c7e5a9acfcfeb3ab6b2185e75ce8b1deb5e634ec47601a50643f830c755c01", + }, + { + name: "get-header-value-trim", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1", + "my-header2": '"a b c"', + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;my-header2;x-amz-date, Signature=acc3ed3afb60bb290fc8d2dd0098b9911fcaa05412b367055dee359757a9c736", + }, + { + name: "get-unreserved", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=07ef7494c76fa4850883e2b006601f940f8a34d404d0cfa977f52a65bbf5f24f", + }, + { + name: "get-utf8", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/ሴ", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=8318018e0b0f223aa2bbf98705b62bb787dc9c0e678f255a891fd03141be5d85", + }, + { + name: "get-vanilla", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31", + }, + { + name: "get-vanilla-empty-query-key", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=a67d582fa61cc504c4bae71f336f98b97f1ea3c7a6bfe1b6e45aec72011b9aeb", + }, + { + name: "get-vanilla-query", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5fa00fa31553b73ebf1942676e86291e8372ff2a2260956d9b8aae1d763fbf31", + }, + { + name: "get-vanilla-query-order-key-case", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + Param2: "value2", + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=b97d918cfa904a5beff61c982a1b6f458b799221646efd99d3219ec94cdf2500", + }, + { + name: "get-vanilla-query-unreserved", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + "-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz": "-._~0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=9c3e54bfcdf0b19771a7f523ee5669cdf59bc7cc0884027167c21bb143a40197", + }, + { + name: "get-vanilla-utf8-query", + request: { + protocol: "https:", + method: "GET", + hostname: "example.amazonaws.com", + query: { + ሴ: "bar", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=2cdec8eed098649ff3a119c94853b13c643bcf08f8b0a1d91e12c9027818dd04", + }, + { + name: "post-header-key-case", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b", + }, + { + name: "post-header-key-sort", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "value1", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=c5410059b04c1ee005303aed430f6e6645f61f4dc9e1461ec8f8916fdf18852c", + }, + { + name: "post-header-value-case", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "my-header1": "VALUE1", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;my-header1;x-amz-date, Signature=cdbc9802e29d2942e5e10b5bccfdd67c5f22c7c4e8ae67b53629efa58b974b7d", + }, + { + name: "post-sts-header-after", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b", + }, + { + name: "post-sts-header-before", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + "x-amz-security-token": "AQoDYXdzEPT//////////wEXAMPLEtc764bNrC9SAPBSM22wDOk4x4HIZ8j4FZTwdQWLWsKWHGBuFqwAeMicRXmxfpSPfIeoIYRqTflfKD8YUuwthAx7mSEI/qkPpKPi/kMcGdQrmGdeehM4IC1NtBmUpp2wUE8phUZampKsburEDy0KPkyQDYwT7WZ0wq5VSXDvp75YU9HFvlRd8Tx6q6fE8YQcHNVXAkiY9q6d+xo0rKwT38xVqr7ZD0u0iPPkUL64lIZbqBAz+scqKmlzm8FDrypNC9Yjc8fPOLn9FX9KSYvKTr4rvx3iSIlTJabIQwj2ICCR/oLxBA==", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date;x-amz-security-token, Signature=85d96828115b5dc0cfc3bd16ad9e210dd772bbebba041836c64533a82be05ead", + }, + { + name: "post-vanilla", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=5da7c1a2acd57cee7505fc6676e4e544621c30862966e37dddb68e92efbe5d6b", + }, + { + name: "post-vanilla-empty-query-value", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11", + }, + { + name: "post-vanilla-query", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + Param1: "value1", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=28038455d6de14eafc1f9222cf5aa6f1a96197d7deb8263271d420d138af7f11", + }, + { + name: "post-vanilla-query-nonunreserved", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + "@#$%^": "", + "+": '/,?><`";:\\|][{}', + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=66c82657c86e26fb25238d0e69f011edc4c6df5ae71119d7cb98ed9b87393c1e", + }, + { + name: "post-vanilla-query-space", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: { + p: "", + }, + headers: { + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=host;x-amz-date, Signature=e71688addb58a26418614085fb730ba3faa623b461c17f48f2fbdb9361b94a9b", + }, + { + name: "post-x-www-form-urlencoded", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + "content-type": "application/x-www-form-urlencoded", + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + body: "Param1=value1", + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=ff11897932ad3f4e8b18135d722051e5ac45fc38421b1da7b9d196a0fe09473a", + }, + { + name: "post-x-www-form-urlencoded-parameters", + request: { + protocol: "https:", + method: "POST", + hostname: "example.amazonaws.com", + query: {}, + headers: { + "content-type": "application/x-www-form-urlencoded; charset=utf8", + host: "example.amazonaws.com", + "x-amz-date": "20150830T123600Z", + }, + body: "Param1=value1", + path: "/", + }, + authorization: "AWS4-HMAC-SHA256 Credential=AKIDEXAMPLE/20150830/us-east-1/service/aws4_request, SignedHeaders=content-type;host;x-amz-date, Signature=1a72ec8f64bd914b0e42e42607c7fbce7fb2c7465f63e3092b3b0d39fa77a6fe", + }, +]; diff --git a/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js b/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js new file mode 100644 index 000000000..4aad623e2 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-es/utilDate.js @@ -0,0 +1,15 @@ +export const iso8601 = (time) => toDate(time) + .toISOString() + .replace(/\.\d{3}Z$/, "Z"); +export const toDate = (time) => { + if (typeof time === "number") { + return new Date(time * 1000); + } + if (typeof time === "string") { + if (Number(time)) { + return new Date(Number(time) * 1000); + } + return new Date(time); + } + return time; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts new file mode 100644 index 000000000..e8029e60b --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts @@ -0,0 +1,64 @@ +import { AwsCredentialIdentity, EventSigner, EventSigningArguments, FormattedEvent, HashConstructor, HttpRequest, Provider, RequestPresigner, RequestPresigningArguments, RequestSigner, RequestSigningArguments, SigningArguments, StringSigner } from "@aws-sdk/types"; +export interface SignatureV4Init { + /** + * The service signing name. + */ + service: string; + /** + * The region name or a function that returns a promise that will be + * resolved with the region name. + */ + region: string | Provider; + /** + * The credentials with which the request should be signed or a function + * that returns a promise that will be resolved with credentials. + */ + credentials: AwsCredentialIdentity | Provider; + /** + * A constructor function for a hash object that will calculate SHA-256 HMAC + * checksums. + */ + sha256?: HashConstructor; + /** + * Whether to uri-escape the request URI path as part of computing the + * canonical request string. This is required for every AWS service, except + * Amazon S3, as of late 2017. + * + * @default [true] + */ + uriEscapePath?: boolean; + /** + * Whether to calculate a checksum of the request body and include it as + * either a request header (when signing) or as a query string parameter + * (when presigning). This is required for AWS Glacier and Amazon S3 and optional for + * every other AWS service as of late 2017. + * + * @default [true] + */ + applyChecksum?: boolean; +} +export interface SignatureV4CryptoInit { + sha256: HashConstructor; +} +export declare class SignatureV4 implements RequestPresigner, RequestSigner, StringSigner, EventSigner { + private readonly service; + private readonly regionProvider; + private readonly credentialProvider; + private readonly sha256; + private readonly uriEscapePath; + private readonly applyChecksum; + constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath, }: SignatureV4Init & SignatureV4CryptoInit); + presign(originalRequest: HttpRequest, options?: RequestPresigningArguments): Promise; + sign(stringToSign: string, options?: SigningArguments): Promise; + sign(event: FormattedEvent, options: EventSigningArguments): Promise; + sign(requestToSign: HttpRequest, options?: RequestSigningArguments): Promise; + private signEvent; + private signString; + private signRequest; + private createCanonicalRequest; + private createStringToSign; + private getCanonicalPath; + private getSignature; + private getSigningKey; + private validateResolvedCredentials; +} diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts new file mode 100644 index 000000000..58056ca6c --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/cloneRequest.d.ts @@ -0,0 +1,6 @@ +import { HttpRequest, QueryParameterBag } from "@aws-sdk/types"; +/** + * @internal + */ +export declare const cloneRequest: ({ headers, query, ...rest }: HttpRequest) => HttpRequest; +export declare const cloneQuery: (query: QueryParameterBag) => QueryParameterBag; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts new file mode 100644 index 000000000..ea1cfb5d8 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/constants.d.ts @@ -0,0 +1,43 @@ +export declare const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm"; +export declare const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential"; +export declare const AMZ_DATE_QUERY_PARAM = "X-Amz-Date"; +export declare const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders"; +export declare const EXPIRES_QUERY_PARAM = "X-Amz-Expires"; +export declare const SIGNATURE_QUERY_PARAM = "X-Amz-Signature"; +export declare const TOKEN_QUERY_PARAM = "X-Amz-Security-Token"; +export declare const REGION_SET_PARAM = "X-Amz-Region-Set"; +export declare const AUTH_HEADER = "authorization"; +export declare const AMZ_DATE_HEADER: string; +export declare const DATE_HEADER = "date"; +export declare const GENERATED_HEADERS: string[]; +export declare const SIGNATURE_HEADER: string; +export declare const SHA256_HEADER = "x-amz-content-sha256"; +export declare const TOKEN_HEADER: string; +export declare const HOST_HEADER = "host"; +export declare const ALWAYS_UNSIGNABLE_HEADERS: { + authorization: boolean; + "cache-control": boolean; + connection: boolean; + expect: boolean; + from: boolean; + "keep-alive": boolean; + "max-forwards": boolean; + pragma: boolean; + referer: boolean; + te: boolean; + trailer: boolean; + "transfer-encoding": boolean; + upgrade: boolean; + "user-agent": boolean; + "x-amzn-trace-id": boolean; +}; +export declare const PROXY_HEADER_PATTERN: RegExp; +export declare const SEC_HEADER_PATTERN: RegExp; +export declare const UNSIGNABLE_PATTERNS: RegExp[]; +export declare const ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256"; +export declare const ALGORITHM_IDENTIFIER_V4A = "AWS4-ECDSA-P256-SHA256"; +export declare const EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD"; +export declare const UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD"; +export declare const MAX_CACHE_SIZE = 50; +export declare const KEY_TYPE_IDENTIFIER = "aws4_request"; +export declare const MAX_PRESIGNED_TTL: number; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts new file mode 100644 index 000000000..cb2f444cd --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts @@ -0,0 +1,26 @@ +import { AwsCredentialIdentity, HashConstructor } from "@aws-sdk/types"; +/** + * Create a string describing the scope of credentials used to sign a request. + * + * @param shortDate The current calendar date in the form YYYYMMDD. + * @param region The AWS region in which the service resides. + * @param service The service to which the signed request is being sent. + */ +export declare const createScope: (shortDate: string, region: string, service: string) => string; +/** + * Derive a signing key from its composite parts + * + * @param sha256Constructor A constructor function that can instantiate SHA-256 + * hash objects. + * @param credentials The credentials with which the request will be + * signed. + * @param shortDate The current calendar date in the form YYYYMMDD. + * @param region The AWS region in which the service resides. + * @param service The service to which the signed request is being + * sent. + */ +export declare const getSigningKey: (sha256Constructor: HashConstructor, credentials: AwsCredentialIdentity, shortDate: string, region: string, service: string) => Promise; +/** + * @internal + */ +export declare const clearCredentialCache: () => void; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts new file mode 100644 index 000000000..65f549734 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts @@ -0,0 +1,5 @@ +import { HeaderBag, HttpRequest } from "@aws-sdk/types"; +/** + * @private + */ +export declare const getCanonicalHeaders: ({ headers }: HttpRequest, unsignableHeaders?: Set | undefined, signableHeaders?: Set | undefined) => HeaderBag; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts new file mode 100644 index 000000000..ab695bb5d --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts @@ -0,0 +1,5 @@ +import { HttpRequest } from "@aws-sdk/types"; +/** + * @private + */ +export declare const getCanonicalQuery: ({ query }: HttpRequest) => string; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts new file mode 100644 index 000000000..d564f34f0 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts @@ -0,0 +1,5 @@ +import { HashConstructor, HttpRequest } from "@aws-sdk/types"; +/** + * @private + */ +export declare const getPayloadHash: ({ headers, body }: HttpRequest, hashConstructor: HashConstructor) => Promise; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts new file mode 100644 index 000000000..ba0a0a0be --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/headerUtil.d.ts @@ -0,0 +1,4 @@ +import { HeaderBag } from "@aws-sdk/types"; +export declare const hasHeader: (soughtHeader: string, headers: HeaderBag) => boolean; +export declare const getHeaderValue: (soughtHeader: string, headers: HeaderBag) => string | undefined; +export declare const deleteHeader: (soughtHeader: string, headers: HeaderBag) => void; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts new file mode 100644 index 000000000..7bb33c23b --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts @@ -0,0 +1,7 @@ +export * from "./SignatureV4"; +export { getCanonicalHeaders } from "./getCanonicalHeaders"; +export { getCanonicalQuery } from "./getCanonicalQuery"; +export { getPayloadHash } from "./getPayloadHash"; +export { moveHeadersToQuery } from "./moveHeadersToQuery"; +export { prepareRequest } from "./prepareRequest"; +export * from "./credentialDerivation"; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts new file mode 100644 index 000000000..e0f91e44a --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts @@ -0,0 +1,9 @@ +import { HttpRequest, QueryParameterBag } from "@aws-sdk/types"; +/** + * @private + */ +export declare const moveHeadersToQuery: (request: HttpRequest, options?: { + unhoistableHeaders?: Set; +}) => HttpRequest & { + query: QueryParameterBag; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts new file mode 100644 index 000000000..95d4f8803 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts @@ -0,0 +1,5 @@ +import { HttpRequest } from "@aws-sdk/types"; +/** + * @private + */ +export declare const prepareRequest: (request: HttpRequest) => HttpRequest; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts new file mode 100644 index 000000000..38b93fdb9 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/suite.fixture.d.ts @@ -0,0 +1,14 @@ +import { HttpRequest } from "@aws-sdk/types"; +export interface TestCase { + name: string; + request: HttpRequest; + authorization: string; +} +export declare const region = "us-east-1"; +export declare const service = "service"; +export declare const credentials: { + accessKeyId: string; + secretAccessKey: string; +}; +export declare const signingDate: Date; +export declare const requests: Array; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts new file mode 100644 index 000000000..79d5e65d2 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/SignatureV4.d.ts @@ -0,0 +1,63 @@ +import { + AwsCredentialIdentity, + EventSigner, + EventSigningArguments, + FormattedEvent, + HashConstructor, + HttpRequest, + Provider, + RequestPresigner, + RequestPresigningArguments, + RequestSigner, + RequestSigningArguments, + SigningArguments, + StringSigner, +} from "@aws-sdk/types"; +export interface SignatureV4Init { + service: string; + region: string | Provider; + credentials: AwsCredentialIdentity | Provider; + sha256?: HashConstructor; + uriEscapePath?: boolean; + applyChecksum?: boolean; +} +export interface SignatureV4CryptoInit { + sha256: HashConstructor; +} +export declare class SignatureV4 + implements RequestPresigner, RequestSigner, StringSigner, EventSigner +{ + private readonly service; + private readonly regionProvider; + private readonly credentialProvider; + private readonly sha256; + private readonly uriEscapePath; + private readonly applyChecksum; + constructor({ + applyChecksum, + credentials, + region, + service, + sha256, + uriEscapePath, + }: SignatureV4Init & SignatureV4CryptoInit); + presign( + originalRequest: HttpRequest, + options?: RequestPresigningArguments + ): Promise; + sign(stringToSign: string, options?: SigningArguments): Promise; + sign(event: FormattedEvent, options: EventSigningArguments): Promise; + sign( + requestToSign: HttpRequest, + options?: RequestSigningArguments + ): Promise; + private signEvent; + private signString; + private signRequest; + private createCanonicalRequest; + private createStringToSign; + private getCanonicalPath; + private getSignature; + private getSigningKey; + private validateResolvedCredentials; +} diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts new file mode 100644 index 000000000..c7a891ceb --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/cloneRequest.d.ts @@ -0,0 +1,9 @@ +import { HttpRequest, QueryParameterBag } from "@aws-sdk/types"; +export declare const cloneRequest: ({ + headers, + query, + ...rest +}: HttpRequest) => HttpRequest; +export declare const cloneQuery: ( + query: QueryParameterBag +) => QueryParameterBag; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..e33272ecd --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,43 @@ +export declare const ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm"; +export declare const CREDENTIAL_QUERY_PARAM = "X-Amz-Credential"; +export declare const AMZ_DATE_QUERY_PARAM = "X-Amz-Date"; +export declare const SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders"; +export declare const EXPIRES_QUERY_PARAM = "X-Amz-Expires"; +export declare const SIGNATURE_QUERY_PARAM = "X-Amz-Signature"; +export declare const TOKEN_QUERY_PARAM = "X-Amz-Security-Token"; +export declare const REGION_SET_PARAM = "X-Amz-Region-Set"; +export declare const AUTH_HEADER = "authorization"; +export declare const AMZ_DATE_HEADER: string; +export declare const DATE_HEADER = "date"; +export declare const GENERATED_HEADERS: string[]; +export declare const SIGNATURE_HEADER: string; +export declare const SHA256_HEADER = "x-amz-content-sha256"; +export declare const TOKEN_HEADER: string; +export declare const HOST_HEADER = "host"; +export declare const ALWAYS_UNSIGNABLE_HEADERS: { + authorization: boolean; + "cache-control": boolean; + connection: boolean; + expect: boolean; + from: boolean; + "keep-alive": boolean; + "max-forwards": boolean; + pragma: boolean; + referer: boolean; + te: boolean; + trailer: boolean; + "transfer-encoding": boolean; + upgrade: boolean; + "user-agent": boolean; + "x-amzn-trace-id": boolean; +}; +export declare const PROXY_HEADER_PATTERN: RegExp; +export declare const SEC_HEADER_PATTERN: RegExp; +export declare const UNSIGNABLE_PATTERNS: RegExp[]; +export declare const ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256"; +export declare const ALGORITHM_IDENTIFIER_V4A = "AWS4-ECDSA-P256-SHA256"; +export declare const EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD"; +export declare const UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD"; +export declare const MAX_CACHE_SIZE = 50; +export declare const KEY_TYPE_IDENTIFIER = "aws4_request"; +export declare const MAX_PRESIGNED_TTL: number; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts new file mode 100644 index 000000000..2d149707c --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts @@ -0,0 +1,14 @@ +import { AwsCredentialIdentity, HashConstructor } from "@aws-sdk/types"; +export declare const createScope: ( + shortDate: string, + region: string, + service: string +) => string; +export declare const getSigningKey: ( + sha256Constructor: HashConstructor, + credentials: AwsCredentialIdentity, + shortDate: string, + region: string, + service: string +) => Promise; +export declare const clearCredentialCache: () => void; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts new file mode 100644 index 000000000..b9461ddf4 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts @@ -0,0 +1,6 @@ +import { HeaderBag, HttpRequest } from "@aws-sdk/types"; +export declare const getCanonicalHeaders: ( + { headers }: HttpRequest, + unsignableHeaders?: Set | undefined, + signableHeaders?: Set | undefined +) => HeaderBag; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts new file mode 100644 index 000000000..e584f063b --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts @@ -0,0 +1,2 @@ +import { HttpRequest } from "@aws-sdk/types"; +export declare const getCanonicalQuery: ({ query }: HttpRequest) => string; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts new file mode 100644 index 000000000..4440db115 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts @@ -0,0 +1,5 @@ +import { HashConstructor, HttpRequest } from "@aws-sdk/types"; +export declare const getPayloadHash: ( + { headers, body }: HttpRequest, + hashConstructor: HashConstructor +) => Promise; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts new file mode 100644 index 000000000..00d93fdc9 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/headerUtil.d.ts @@ -0,0 +1,13 @@ +import { HeaderBag } from "@aws-sdk/types"; +export declare const hasHeader: ( + soughtHeader: string, + headers: HeaderBag +) => boolean; +export declare const getHeaderValue: ( + soughtHeader: string, + headers: HeaderBag +) => string | undefined; +export declare const deleteHeader: ( + soughtHeader: string, + headers: HeaderBag +) => void; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..7bb33c23b --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/index.d.ts @@ -0,0 +1,7 @@ +export * from "./SignatureV4"; +export { getCanonicalHeaders } from "./getCanonicalHeaders"; +export { getCanonicalQuery } from "./getCanonicalQuery"; +export { getPayloadHash } from "./getPayloadHash"; +export { moveHeadersToQuery } from "./moveHeadersToQuery"; +export { prepareRequest } from "./prepareRequest"; +export * from "./credentialDerivation"; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts new file mode 100644 index 000000000..67aad7d02 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts @@ -0,0 +1,9 @@ +import { HttpRequest, QueryParameterBag } from "@aws-sdk/types"; +export declare const moveHeadersToQuery: ( + request: HttpRequest, + options?: { + unhoistableHeaders?: Set; + } +) => HttpRequest & { + query: QueryParameterBag; +}; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts new file mode 100644 index 000000000..d8bd7bba3 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/prepareRequest.d.ts @@ -0,0 +1,2 @@ +import { HttpRequest } from "@aws-sdk/types"; +export declare const prepareRequest: (request: HttpRequest) => HttpRequest; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts new file mode 100644 index 000000000..488ab9840 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/suite.fixture.d.ts @@ -0,0 +1,14 @@ +import { HttpRequest } from "@aws-sdk/types"; +export interface TestCase { + name: string; + request: HttpRequest; + authorization: string; +} +export declare const region = "us-east-1"; +export declare const service = "service"; +export declare const credentials: { + accessKeyId: string; + secretAccessKey: string; +}; +export declare const signingDate: Date; +export declare const requests: Array; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts new file mode 100644 index 000000000..e8c6a684e --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/ts3.4/utilDate.d.ts @@ -0,0 +1,2 @@ +export declare const iso8601: (time: number | string | Date) => string; +export declare const toDate: (time: number | string | Date) => Date; diff --git a/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts b/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts new file mode 100644 index 000000000..e8c6a684e --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/dist-types/utilDate.d.ts @@ -0,0 +1,2 @@ +export declare const iso8601: (time: number | string | Date) => string; +export declare const toDate: (time: number | string | Date) => Date; diff --git a/node_modules/@aws-sdk/signature-v4/package.json b/node_modules/@aws-sdk/signature-v4/package.json new file mode 100644 index 000000000..fda9ea867 --- /dev/null +++ b/node_modules/@aws-sdk/signature-v4/package.json @@ -0,0 +1,61 @@ +{ + "name": "@aws-sdk/signature-v4", + "version": "3.226.0", + "description": "A standalone implementation of the AWS Signature V4 request signing algorithm", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --coverage" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/is-array-buffer": "3.201.0", + "@aws-sdk/types": "3.226.0", + "@aws-sdk/util-hex-encoding": "3.201.0", + "@aws-sdk/util-middleware": "3.226.0", + "@aws-sdk/util-uri-escape": "3.201.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-crypto/sha256-js": "2.0.0", + "@aws-sdk/protocol-http": "3.226.0", + "@aws-sdk/util-buffer-from": "3.208.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/signature-v4", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/signature-v4" + } +} diff --git a/node_modules/@aws-sdk/smithy-client/LICENSE b/node_modules/@aws-sdk/smithy-client/LICENSE new file mode 100644 index 000000000..e907b5866 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/smithy-client/README.md b/node_modules/@aws-sdk/smithy-client/README.md new file mode 100644 index 000000000..1474914a4 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/smithy-client + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/smithy-client/latest.svg)](https://www.npmjs.com/package/@aws-sdk/smithy-client) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/smithy-client.svg)](https://www.npmjs.com/package/@aws-sdk/smithy-client) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/NoOpLogger.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/NoOpLogger.js new file mode 100644 index 000000000..7358ad3f0 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/NoOpLogger.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NoOpLogger = void 0; +class NoOpLogger { + trace() { } + debug() { } + info() { } + warn() { } + error() { } +} +exports.NoOpLogger = NoOpLogger; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js new file mode 100644 index 000000000..744ffee77 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/client.js @@ -0,0 +1,28 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Client = void 0; +const middleware_stack_1 = require("@aws-sdk/middleware-stack"); +class Client { + constructor(config) { + this.middlewareStack = (0, middleware_stack_1.constructStack)(); + this.config = config; + } + send(command, optionsOrCb, cb) { + const options = typeof optionsOrCb !== "function" ? optionsOrCb : undefined; + const callback = typeof optionsOrCb === "function" ? optionsOrCb : cb; + const handler = command.resolveMiddleware(this.middlewareStack, this.config, options); + if (callback) { + handler(command) + .then((result) => callback(null, result.output), (err) => callback(err)) + .catch(() => { }); + } + else { + return handler(command).then((result) => result.output); + } + } + destroy() { + if (this.config.requestHandler.destroy) + this.config.requestHandler.destroy(); + } +} +exports.Client = Client; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js new file mode 100644 index 000000000..e5f743ace --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Command = void 0; +const middleware_stack_1 = require("@aws-sdk/middleware-stack"); +class Command { + constructor() { + this.middlewareStack = (0, middleware_stack_1.constructStack)(); + } +} +exports.Command = Command; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js new file mode 100644 index 000000000..914565fd9 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/constants.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SENSITIVE_STRING = void 0; +exports.SENSITIVE_STRING = "***SensitiveInformation***"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js new file mode 100644 index 000000000..938c5522e --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/date-utils.js @@ -0,0 +1,156 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseEpochTimestamp = exports.parseRfc7231DateTime = exports.parseRfc3339DateTime = exports.dateToUtcString = void 0; +const parse_utils_1 = require("./parse-utils"); +const DAYS = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; +const MONTHS = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; +function dateToUtcString(date) { + const year = date.getUTCFullYear(); + const month = date.getUTCMonth(); + const dayOfWeek = date.getUTCDay(); + const dayOfMonthInt = date.getUTCDate(); + const hoursInt = date.getUTCHours(); + const minutesInt = date.getUTCMinutes(); + const secondsInt = date.getUTCSeconds(); + const dayOfMonthString = dayOfMonthInt < 10 ? `0${dayOfMonthInt}` : `${dayOfMonthInt}`; + const hoursString = hoursInt < 10 ? `0${hoursInt}` : `${hoursInt}`; + const minutesString = minutesInt < 10 ? `0${minutesInt}` : `${minutesInt}`; + const secondsString = secondsInt < 10 ? `0${secondsInt}` : `${secondsInt}`; + return `${DAYS[dayOfWeek]}, ${dayOfMonthString} ${MONTHS[month]} ${year} ${hoursString}:${minutesString}:${secondsString} GMT`; +} +exports.dateToUtcString = dateToUtcString; +const RFC3339 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/); +const parseRfc3339DateTime = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value !== "string") { + throw new TypeError("RFC-3339 date-times must be expressed as strings"); + } + const match = RFC3339.exec(value); + if (!match) { + throw new TypeError("Invalid RFC-3339 date-time value"); + } + const [_, yearStr, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds] = match; + const year = (0, parse_utils_1.strictParseShort)(stripLeadingZeroes(yearStr)); + const month = parseDateValue(monthStr, "month", 1, 12); + const day = parseDateValue(dayStr, "day", 1, 31); + return buildDate(year, month, day, { hours, minutes, seconds, fractionalMilliseconds }); +}; +exports.parseRfc3339DateTime = parseRfc3339DateTime; +const IMF_FIXDATE = new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/); +const RFC_850_DATE = new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/); +const ASC_TIME = new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/); +const parseRfc7231DateTime = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value !== "string") { + throw new TypeError("RFC-7231 date-times must be expressed as strings"); + } + let match = IMF_FIXDATE.exec(value); + if (match) { + const [_, dayStr, monthStr, yearStr, hours, minutes, seconds, fractionalMilliseconds] = match; + return buildDate((0, parse_utils_1.strictParseShort)(stripLeadingZeroes(yearStr)), parseMonthByShortName(monthStr), parseDateValue(dayStr, "day", 1, 31), { hours, minutes, seconds, fractionalMilliseconds }); + } + match = RFC_850_DATE.exec(value); + if (match) { + const [_, dayStr, monthStr, yearStr, hours, minutes, seconds, fractionalMilliseconds] = match; + return adjustRfc850Year(buildDate(parseTwoDigitYear(yearStr), parseMonthByShortName(monthStr), parseDateValue(dayStr, "day", 1, 31), { + hours, + minutes, + seconds, + fractionalMilliseconds, + })); + } + match = ASC_TIME.exec(value); + if (match) { + const [_, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds, yearStr] = match; + return buildDate((0, parse_utils_1.strictParseShort)(stripLeadingZeroes(yearStr)), parseMonthByShortName(monthStr), parseDateValue(dayStr.trimLeft(), "day", 1, 31), { hours, minutes, seconds, fractionalMilliseconds }); + } + throw new TypeError("Invalid RFC-7231 date-time value"); +}; +exports.parseRfc7231DateTime = parseRfc7231DateTime; +const parseEpochTimestamp = (value) => { + if (value === null || value === undefined) { + return undefined; + } + let valueAsDouble; + if (typeof value === "number") { + valueAsDouble = value; + } + else if (typeof value === "string") { + valueAsDouble = (0, parse_utils_1.strictParseDouble)(value); + } + else { + throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation"); + } + if (Number.isNaN(valueAsDouble) || valueAsDouble === Infinity || valueAsDouble === -Infinity) { + throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics"); + } + return new Date(Math.round(valueAsDouble * 1000)); +}; +exports.parseEpochTimestamp = parseEpochTimestamp; +const buildDate = (year, month, day, time) => { + const adjustedMonth = month - 1; + validateDayOfMonth(year, adjustedMonth, day); + return new Date(Date.UTC(year, adjustedMonth, day, parseDateValue(time.hours, "hour", 0, 23), parseDateValue(time.minutes, "minute", 0, 59), parseDateValue(time.seconds, "seconds", 0, 60), parseMilliseconds(time.fractionalMilliseconds))); +}; +const parseTwoDigitYear = (value) => { + const thisYear = new Date().getUTCFullYear(); + const valueInThisCentury = Math.floor(thisYear / 100) * 100 + (0, parse_utils_1.strictParseShort)(stripLeadingZeroes(value)); + if (valueInThisCentury < thisYear) { + return valueInThisCentury + 100; + } + return valueInThisCentury; +}; +const FIFTY_YEARS_IN_MILLIS = 50 * 365 * 24 * 60 * 60 * 1000; +const adjustRfc850Year = (input) => { + if (input.getTime() - new Date().getTime() > FIFTY_YEARS_IN_MILLIS) { + return new Date(Date.UTC(input.getUTCFullYear() - 100, input.getUTCMonth(), input.getUTCDate(), input.getUTCHours(), input.getUTCMinutes(), input.getUTCSeconds(), input.getUTCMilliseconds())); + } + return input; +}; +const parseMonthByShortName = (value) => { + const monthIdx = MONTHS.indexOf(value); + if (monthIdx < 0) { + throw new TypeError(`Invalid month: ${value}`); + } + return monthIdx + 1; +}; +const DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; +const validateDayOfMonth = (year, month, day) => { + let maxDays = DAYS_IN_MONTH[month]; + if (month === 1 && isLeapYear(year)) { + maxDays = 29; + } + if (day > maxDays) { + throw new TypeError(`Invalid day for ${MONTHS[month]} in ${year}: ${day}`); + } +}; +const isLeapYear = (year) => { + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); +}; +const parseDateValue = (value, type, lower, upper) => { + const dateVal = (0, parse_utils_1.strictParseByte)(stripLeadingZeroes(value)); + if (dateVal < lower || dateVal > upper) { + throw new TypeError(`${type} must be between ${lower} and ${upper}, inclusive`); + } + return dateVal; +}; +const parseMilliseconds = (value) => { + if (value === null || value === undefined) { + return 0; + } + return (0, parse_utils_1.strictParseFloat32)("0." + value) * 1000; +}; +const stripLeadingZeroes = (value) => { + let idx = 0; + while (idx < value.length - 1 && value.charAt(idx) === "0") { + idx++; + } + if (idx === 0) { + return value; + } + return value.slice(idx); +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js new file mode 100644 index 000000000..c2930db3c --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/default-error-handler.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.throwDefaultError = void 0; +const exceptions_1 = require("./exceptions"); +const throwDefaultError = ({ output, parsedBody, exceptionCtor, errorCode }) => { + const $metadata = deserializeMetadata(output); + const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined; + const response = new exceptionCtor({ + name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknownError", + $fault: "client", + $metadata, + }); + throw (0, exceptions_1.decorateServiceException)(response, parsedBody); +}; +exports.throwDefaultError = throwDefaultError; +const deserializeMetadata = (output) => { + var _a, _b; + return ({ + httpStatusCode: output.statusCode, + requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], + }); +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/defaults-mode.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/defaults-mode.js new file mode 100644 index 000000000..ac35c3e29 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/defaults-mode.js @@ -0,0 +1,30 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.loadConfigsForDefaultMode = void 0; +const loadConfigsForDefaultMode = (mode) => { + switch (mode) { + case "standard": + return { + retryMode: "standard", + connectionTimeout: 3100, + }; + case "in-region": + return { + retryMode: "standard", + connectionTimeout: 1100, + }; + case "cross-region": + return { + retryMode: "standard", + connectionTimeout: 3100, + }; + case "mobile": + return { + retryMode: "standard", + connectionTimeout: 30000, + }; + default: + return {}; + } +}; +exports.loadConfigsForDefaultMode = loadConfigsForDefaultMode; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js new file mode 100644 index 000000000..66f632884 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.emitWarningIfUnsupportedVersion = void 0; +let warningEmitted = false; +const emitWarningIfUnsupportedVersion = (version) => { + if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) { + warningEmitted = true; + } +}; +exports.emitWarningIfUnsupportedVersion = emitWarningIfUnsupportedVersion; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/exceptions.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/exceptions.js new file mode 100644 index 000000000..f671392bb --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/exceptions.js @@ -0,0 +1,27 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.decorateServiceException = exports.ServiceException = void 0; +class ServiceException extends Error { + constructor(options) { + super(options.message); + Object.setPrototypeOf(this, ServiceException.prototype); + this.name = options.name; + this.$fault = options.$fault; + this.$metadata = options.$metadata; + } +} +exports.ServiceException = ServiceException; +const decorateServiceException = (exception, additions = {}) => { + Object.entries(additions) + .filter(([, v]) => v !== undefined) + .forEach(([k, v]) => { + if (exception[k] == undefined || exception[k] === "") { + exception[k] = v; + } + }); + const message = exception.message || exception.Message || "UnknownError"; + exception.message = message; + delete exception.Message; + return exception; +}; +exports.decorateServiceException = decorateServiceException; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js new file mode 100644 index 000000000..3101af8f0 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/extended-encode-uri-component.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.extendedEncodeURIComponent = void 0; +function extendedEncodeURIComponent(str) { + return encodeURIComponent(str).replace(/[!'()*]/g, function (c) { + return "%" + c.charCodeAt(0).toString(16).toUpperCase(); + }); +} +exports.extendedEncodeURIComponent = extendedEncodeURIComponent; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js new file mode 100644 index 000000000..8a39ba361 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/get-array-if-single-item.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getArrayIfSingleItem = void 0; +const getArrayIfSingleItem = (mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray]; +exports.getArrayIfSingleItem = getArrayIfSingleItem; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js new file mode 100644 index 000000000..b40ed650d --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/get-value-from-text-node.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getValueFromTextNode = void 0; +const getValueFromTextNode = (obj) => { + const textNodeName = "#text"; + for (const key in obj) { + if (obj.hasOwnProperty(key) && obj[key][textNodeName] !== undefined) { + obj[key] = obj[key][textNodeName]; + } + else if (typeof obj[key] === "object" && obj[key] !== null) { + obj[key] = (0, exports.getValueFromTextNode)(obj[key]); + } + } + return obj; +}; +exports.getValueFromTextNode = getValueFromTextNode; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js new file mode 100644 index 000000000..fb96c3709 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js @@ -0,0 +1,21 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./NoOpLogger"), exports); +tslib_1.__exportStar(require("./client"), exports); +tslib_1.__exportStar(require("./command"), exports); +tslib_1.__exportStar(require("./constants"), exports); +tslib_1.__exportStar(require("./date-utils"), exports); +tslib_1.__exportStar(require("./default-error-handler"), exports); +tslib_1.__exportStar(require("./defaults-mode"), exports); +tslib_1.__exportStar(require("./emitWarningIfUnsupportedVersion"), exports); +tslib_1.__exportStar(require("./exceptions"), exports); +tslib_1.__exportStar(require("./extended-encode-uri-component"), exports); +tslib_1.__exportStar(require("./get-array-if-single-item"), exports); +tslib_1.__exportStar(require("./get-value-from-text-node"), exports); +tslib_1.__exportStar(require("./lazy-json"), exports); +tslib_1.__exportStar(require("./object-mapping"), exports); +tslib_1.__exportStar(require("./parse-utils"), exports); +tslib_1.__exportStar(require("./resolve-path"), exports); +tslib_1.__exportStar(require("./ser-utils"), exports); +tslib_1.__exportStar(require("./split-every"), exports); diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js new file mode 100644 index 000000000..6179f93f3 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/lazy-json.js @@ -0,0 +1,38 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.LazyJsonString = exports.StringWrapper = void 0; +const StringWrapper = function () { + const Class = Object.getPrototypeOf(this).constructor; + const Constructor = Function.bind.apply(String, [null, ...arguments]); + const instance = new Constructor(); + Object.setPrototypeOf(instance, Class.prototype); + return instance; +}; +exports.StringWrapper = StringWrapper; +exports.StringWrapper.prototype = Object.create(String.prototype, { + constructor: { + value: exports.StringWrapper, + enumerable: false, + writable: true, + configurable: true, + }, +}); +Object.setPrototypeOf(exports.StringWrapper, String); +class LazyJsonString extends exports.StringWrapper { + deserializeJSON() { + return JSON.parse(super.toString()); + } + toJSON() { + return super.toString(); + } + static fromObject(object) { + if (object instanceof LazyJsonString) { + return object; + } + else if (object instanceof String || typeof object === "string") { + return new LazyJsonString(object); + } + return new LazyJsonString(JSON.stringify(object)); + } +} +exports.LazyJsonString = LazyJsonString; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js new file mode 100644 index 000000000..fd1ddbf7f --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/object-mapping.js @@ -0,0 +1,74 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.convertMap = exports.map = void 0; +function map(arg0, arg1, arg2) { + let target; + let filter; + let instructions; + if (typeof arg1 === "undefined" && typeof arg2 === "undefined") { + target = {}; + instructions = arg0; + } + else { + target = arg0; + if (typeof arg1 === "function") { + filter = arg1; + instructions = arg2; + return mapWithFilter(target, filter, instructions); + } + else { + instructions = arg1; + } + } + for (const key of Object.keys(instructions)) { + if (!Array.isArray(instructions[key])) { + target[key] = instructions[key]; + continue; + } + let [filter, value] = instructions[key]; + if (typeof value === "function") { + let _value; + const defaultFilterPassed = filter === undefined && (_value = value()) != null; + const customFilterPassed = (typeof filter === "function" && !!filter(void 0)) || (typeof filter !== "function" && !!filter); + if (defaultFilterPassed) { + target[key] = _value; + } + else if (customFilterPassed) { + target[key] = value(); + } + } + else { + const defaultFilterPassed = filter === undefined && value != null; + const customFilterPassed = (typeof filter === "function" && !!filter(value)) || (typeof filter !== "function" && !!filter); + if (defaultFilterPassed || customFilterPassed) { + target[key] = value; + } + } + } + return target; +} +exports.map = map; +const convertMap = (target) => { + const output = {}; + for (const [k, v] of Object.entries(target || {})) { + output[k] = [, v]; + } + return output; +}; +exports.convertMap = convertMap; +const mapWithFilter = (target, filter, instructions) => { + return map(target, Object.entries(instructions).reduce((_instructions, [key, value]) => { + if (Array.isArray(value)) { + _instructions[key] = value; + } + else { + if (typeof value === "function") { + _instructions[key] = [filter, value()]; + } + else { + _instructions[key] = [filter, value]; + } + } + return _instructions; + }, {})); +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js new file mode 100644 index 000000000..d4db2e4dd --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/parse-utils.js @@ -0,0 +1,253 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.logger = exports.strictParseByte = exports.strictParseShort = exports.strictParseInt32 = exports.strictParseInt = exports.strictParseLong = exports.limitedParseFloat32 = exports.limitedParseFloat = exports.handleFloat = exports.limitedParseDouble = exports.strictParseFloat32 = exports.strictParseFloat = exports.strictParseDouble = exports.expectUnion = exports.expectString = exports.expectObject = exports.expectNonNull = exports.expectByte = exports.expectShort = exports.expectInt32 = exports.expectInt = exports.expectLong = exports.expectFloat32 = exports.expectNumber = exports.expectBoolean = exports.parseBoolean = void 0; +const parseBoolean = (value) => { + switch (value) { + case "true": + return true; + case "false": + return false; + default: + throw new Error(`Unable to parse boolean value "${value}"`); + } +}; +exports.parseBoolean = parseBoolean; +const expectBoolean = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "number") { + if (value === 0 || value === 1) { + exports.logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`)); + } + if (value === 0) { + return false; + } + if (value === 1) { + return true; + } + } + if (typeof value === "string") { + const lower = value.toLowerCase(); + if (lower === "false" || lower === "true") { + exports.logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`)); + } + if (lower === "false") { + return false; + } + if (lower === "true") { + return true; + } + } + if (typeof value === "boolean") { + return value; + } + throw new TypeError(`Expected boolean, got ${typeof value}: ${value}`); +}; +exports.expectBoolean = expectBoolean; +const expectNumber = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "string") { + const parsed = parseFloat(value); + if (!Number.isNaN(parsed)) { + if (String(parsed) !== String(value)) { + exports.logger.warn(stackTraceWarning(`Expected number but observed string: ${value}`)); + } + return parsed; + } + } + if (typeof value === "number") { + return value; + } + throw new TypeError(`Expected number, got ${typeof value}: ${value}`); +}; +exports.expectNumber = expectNumber; +const MAX_FLOAT = Math.ceil(2 ** 127 * (2 - 2 ** -23)); +const expectFloat32 = (value) => { + const expected = (0, exports.expectNumber)(value); + if (expected !== undefined && !Number.isNaN(expected) && expected !== Infinity && expected !== -Infinity) { + if (Math.abs(expected) > MAX_FLOAT) { + throw new TypeError(`Expected 32-bit float, got ${value}`); + } + } + return expected; +}; +exports.expectFloat32 = expectFloat32; +const expectLong = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (Number.isInteger(value) && !Number.isNaN(value)) { + return value; + } + throw new TypeError(`Expected integer, got ${typeof value}: ${value}`); +}; +exports.expectLong = expectLong; +exports.expectInt = exports.expectLong; +const expectInt32 = (value) => expectSizedInt(value, 32); +exports.expectInt32 = expectInt32; +const expectShort = (value) => expectSizedInt(value, 16); +exports.expectShort = expectShort; +const expectByte = (value) => expectSizedInt(value, 8); +exports.expectByte = expectByte; +const expectSizedInt = (value, size) => { + const expected = (0, exports.expectLong)(value); + if (expected !== undefined && castInt(expected, size) !== expected) { + throw new TypeError(`Expected ${size}-bit integer, got ${value}`); + } + return expected; +}; +const castInt = (value, size) => { + switch (size) { + case 32: + return Int32Array.of(value)[0]; + case 16: + return Int16Array.of(value)[0]; + case 8: + return Int8Array.of(value)[0]; + } +}; +const expectNonNull = (value, location) => { + if (value === null || value === undefined) { + if (location) { + throw new TypeError(`Expected a non-null value for ${location}`); + } + throw new TypeError("Expected a non-null value"); + } + return value; +}; +exports.expectNonNull = expectNonNull; +const expectObject = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "object" && !Array.isArray(value)) { + return value; + } + const receivedType = Array.isArray(value) ? "array" : typeof value; + throw new TypeError(`Expected object, got ${receivedType}: ${value}`); +}; +exports.expectObject = expectObject; +const expectString = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "string") { + return value; + } + if (["boolean", "number", "bigint"].includes(typeof value)) { + exports.logger.warn(stackTraceWarning(`Expected string, got ${typeof value}: ${value}`)); + return String(value); + } + throw new TypeError(`Expected string, got ${typeof value}: ${value}`); +}; +exports.expectString = expectString; +const expectUnion = (value) => { + if (value === null || value === undefined) { + return undefined; + } + const asObject = (0, exports.expectObject)(value); + const setKeys = Object.entries(asObject) + .filter(([, v]) => v != null) + .map(([k]) => k); + if (setKeys.length === 0) { + throw new TypeError(`Unions must have exactly one non-null member. None were found.`); + } + if (setKeys.length > 1) { + throw new TypeError(`Unions must have exactly one non-null member. Keys ${setKeys} were not null.`); + } + return asObject; +}; +exports.expectUnion = expectUnion; +const strictParseDouble = (value) => { + if (typeof value == "string") { + return (0, exports.expectNumber)(parseNumber(value)); + } + return (0, exports.expectNumber)(value); +}; +exports.strictParseDouble = strictParseDouble; +exports.strictParseFloat = exports.strictParseDouble; +const strictParseFloat32 = (value) => { + if (typeof value == "string") { + return (0, exports.expectFloat32)(parseNumber(value)); + } + return (0, exports.expectFloat32)(value); +}; +exports.strictParseFloat32 = strictParseFloat32; +const NUMBER_REGEX = /(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g; +const parseNumber = (value) => { + const matches = value.match(NUMBER_REGEX); + if (matches === null || matches[0].length !== value.length) { + throw new TypeError(`Expected real number, got implicit NaN`); + } + return parseFloat(value); +}; +const limitedParseDouble = (value) => { + if (typeof value == "string") { + return parseFloatString(value); + } + return (0, exports.expectNumber)(value); +}; +exports.limitedParseDouble = limitedParseDouble; +exports.handleFloat = exports.limitedParseDouble; +exports.limitedParseFloat = exports.limitedParseDouble; +const limitedParseFloat32 = (value) => { + if (typeof value == "string") { + return parseFloatString(value); + } + return (0, exports.expectFloat32)(value); +}; +exports.limitedParseFloat32 = limitedParseFloat32; +const parseFloatString = (value) => { + switch (value) { + case "NaN": + return NaN; + case "Infinity": + return Infinity; + case "-Infinity": + return -Infinity; + default: + throw new Error(`Unable to parse float value: ${value}`); + } +}; +const strictParseLong = (value) => { + if (typeof value === "string") { + return (0, exports.expectLong)(parseNumber(value)); + } + return (0, exports.expectLong)(value); +}; +exports.strictParseLong = strictParseLong; +exports.strictParseInt = exports.strictParseLong; +const strictParseInt32 = (value) => { + if (typeof value === "string") { + return (0, exports.expectInt32)(parseNumber(value)); + } + return (0, exports.expectInt32)(value); +}; +exports.strictParseInt32 = strictParseInt32; +const strictParseShort = (value) => { + if (typeof value === "string") { + return (0, exports.expectShort)(parseNumber(value)); + } + return (0, exports.expectShort)(value); +}; +exports.strictParseShort = strictParseShort; +const strictParseByte = (value) => { + if (typeof value === "string") { + return (0, exports.expectByte)(parseNumber(value)); + } + return (0, exports.expectByte)(value); +}; +exports.strictParseByte = strictParseByte; +const stackTraceWarning = (message) => { + return String(new TypeError(message).stack || message) + .split("\n") + .slice(0, 5) + .filter((s) => !s.includes("stackTraceWarning")) + .join("\n"); +}; +exports.logger = { + warn: console.warn, +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/resolve-path.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/resolve-path.js new file mode 100644 index 000000000..fdd9141cf --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/resolve-path.js @@ -0,0 +1,23 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolvedPath = void 0; +const extended_encode_uri_component_1 = require("./extended-encode-uri-component"); +const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => { + if (input != null && input[memberName] !== undefined) { + const labelValue = labelValueProvider(); + if (labelValue.length <= 0) { + throw new Error("Empty value provided for input HTTP label: " + memberName + "."); + } + resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel + ? labelValue + .split("/") + .map((segment) => (0, extended_encode_uri_component_1.extendedEncodeURIComponent)(segment)) + .join("/") + : (0, extended_encode_uri_component_1.extendedEncodeURIComponent)(labelValue)); + } + else { + throw new Error("No value provided for input HTTP label: " + memberName + "."); + } + return resolvedPath; +}; +exports.resolvedPath = resolvedPath; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js new file mode 100644 index 000000000..0587b781b --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/ser-utils.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.serializeFloat = void 0; +const serializeFloat = (value) => { + if (value !== value) { + return "NaN"; + } + switch (value) { + case Infinity: + return "Infinity"; + case -Infinity: + return "-Infinity"; + default: + return value; + } +}; +exports.serializeFloat = serializeFloat; diff --git a/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js b/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js new file mode 100644 index 000000000..453529bb0 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-cjs/split-every.js @@ -0,0 +1,31 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.splitEvery = void 0; +function splitEvery(value, delimiter, numDelimiters) { + if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) { + throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery."); + } + const segments = value.split(delimiter); + if (numDelimiters === 1) { + return segments; + } + const compoundSegments = []; + let currentSegment = ""; + for (let i = 0; i < segments.length; i++) { + if (currentSegment === "") { + currentSegment = segments[i]; + } + else { + currentSegment += delimiter + segments[i]; + } + if ((i + 1) % numDelimiters === 0) { + compoundSegments.push(currentSegment); + currentSegment = ""; + } + } + if (currentSegment !== "") { + compoundSegments.push(currentSegment); + } + return compoundSegments; +} +exports.splitEvery = splitEvery; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/NoOpLogger.js b/node_modules/@aws-sdk/smithy-client/dist-es/NoOpLogger.js new file mode 100644 index 000000000..73cd0764d --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/NoOpLogger.js @@ -0,0 +1,7 @@ +export class NoOpLogger { + trace() { } + debug() { } + info() { } + warn() { } + error() { } +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/client.js b/node_modules/@aws-sdk/smithy-client/dist-es/client.js new file mode 100644 index 000000000..b8832d121 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/client.js @@ -0,0 +1,24 @@ +import { constructStack } from "@aws-sdk/middleware-stack"; +export class Client { + constructor(config) { + this.middlewareStack = constructStack(); + this.config = config; + } + send(command, optionsOrCb, cb) { + const options = typeof optionsOrCb !== "function" ? optionsOrCb : undefined; + const callback = typeof optionsOrCb === "function" ? optionsOrCb : cb; + const handler = command.resolveMiddleware(this.middlewareStack, this.config, options); + if (callback) { + handler(command) + .then((result) => callback(null, result.output), (err) => callback(err)) + .catch(() => { }); + } + else { + return handler(command).then((result) => result.output); + } + } + destroy() { + if (this.config.requestHandler.destroy) + this.config.requestHandler.destroy(); + } +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/command.js b/node_modules/@aws-sdk/smithy-client/dist-es/command.js new file mode 100644 index 000000000..fb5e21182 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/command.js @@ -0,0 +1,6 @@ +import { constructStack } from "@aws-sdk/middleware-stack"; +export class Command { + constructor() { + this.middlewareStack = constructStack(); + } +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/constants.js b/node_modules/@aws-sdk/smithy-client/dist-es/constants.js new file mode 100644 index 000000000..9b193d785 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/constants.js @@ -0,0 +1 @@ +export const SENSITIVE_STRING = "***SensitiveInformation***"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js b/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js new file mode 100644 index 000000000..4f7483816 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/date-utils.js @@ -0,0 +1,149 @@ +import { strictParseByte, strictParseDouble, strictParseFloat32, strictParseShort } from "./parse-utils"; +const DAYS = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; +const MONTHS = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; +export function dateToUtcString(date) { + const year = date.getUTCFullYear(); + const month = date.getUTCMonth(); + const dayOfWeek = date.getUTCDay(); + const dayOfMonthInt = date.getUTCDate(); + const hoursInt = date.getUTCHours(); + const minutesInt = date.getUTCMinutes(); + const secondsInt = date.getUTCSeconds(); + const dayOfMonthString = dayOfMonthInt < 10 ? `0${dayOfMonthInt}` : `${dayOfMonthInt}`; + const hoursString = hoursInt < 10 ? `0${hoursInt}` : `${hoursInt}`; + const minutesString = minutesInt < 10 ? `0${minutesInt}` : `${minutesInt}`; + const secondsString = secondsInt < 10 ? `0${secondsInt}` : `${secondsInt}`; + return `${DAYS[dayOfWeek]}, ${dayOfMonthString} ${MONTHS[month]} ${year} ${hoursString}:${minutesString}:${secondsString} GMT`; +} +const RFC3339 = new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/); +export const parseRfc3339DateTime = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value !== "string") { + throw new TypeError("RFC-3339 date-times must be expressed as strings"); + } + const match = RFC3339.exec(value); + if (!match) { + throw new TypeError("Invalid RFC-3339 date-time value"); + } + const [_, yearStr, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds] = match; + const year = strictParseShort(stripLeadingZeroes(yearStr)); + const month = parseDateValue(monthStr, "month", 1, 12); + const day = parseDateValue(dayStr, "day", 1, 31); + return buildDate(year, month, day, { hours, minutes, seconds, fractionalMilliseconds }); +}; +const IMF_FIXDATE = new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/); +const RFC_850_DATE = new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/); +const ASC_TIME = new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/); +export const parseRfc7231DateTime = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value !== "string") { + throw new TypeError("RFC-7231 date-times must be expressed as strings"); + } + let match = IMF_FIXDATE.exec(value); + if (match) { + const [_, dayStr, monthStr, yearStr, hours, minutes, seconds, fractionalMilliseconds] = match; + return buildDate(strictParseShort(stripLeadingZeroes(yearStr)), parseMonthByShortName(monthStr), parseDateValue(dayStr, "day", 1, 31), { hours, minutes, seconds, fractionalMilliseconds }); + } + match = RFC_850_DATE.exec(value); + if (match) { + const [_, dayStr, monthStr, yearStr, hours, minutes, seconds, fractionalMilliseconds] = match; + return adjustRfc850Year(buildDate(parseTwoDigitYear(yearStr), parseMonthByShortName(monthStr), parseDateValue(dayStr, "day", 1, 31), { + hours, + minutes, + seconds, + fractionalMilliseconds, + })); + } + match = ASC_TIME.exec(value); + if (match) { + const [_, monthStr, dayStr, hours, minutes, seconds, fractionalMilliseconds, yearStr] = match; + return buildDate(strictParseShort(stripLeadingZeroes(yearStr)), parseMonthByShortName(monthStr), parseDateValue(dayStr.trimLeft(), "day", 1, 31), { hours, minutes, seconds, fractionalMilliseconds }); + } + throw new TypeError("Invalid RFC-7231 date-time value"); +}; +export const parseEpochTimestamp = (value) => { + if (value === null || value === undefined) { + return undefined; + } + let valueAsDouble; + if (typeof value === "number") { + valueAsDouble = value; + } + else if (typeof value === "string") { + valueAsDouble = strictParseDouble(value); + } + else { + throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation"); + } + if (Number.isNaN(valueAsDouble) || valueAsDouble === Infinity || valueAsDouble === -Infinity) { + throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics"); + } + return new Date(Math.round(valueAsDouble * 1000)); +}; +const buildDate = (year, month, day, time) => { + const adjustedMonth = month - 1; + validateDayOfMonth(year, adjustedMonth, day); + return new Date(Date.UTC(year, adjustedMonth, day, parseDateValue(time.hours, "hour", 0, 23), parseDateValue(time.minutes, "minute", 0, 59), parseDateValue(time.seconds, "seconds", 0, 60), parseMilliseconds(time.fractionalMilliseconds))); +}; +const parseTwoDigitYear = (value) => { + const thisYear = new Date().getUTCFullYear(); + const valueInThisCentury = Math.floor(thisYear / 100) * 100 + strictParseShort(stripLeadingZeroes(value)); + if (valueInThisCentury < thisYear) { + return valueInThisCentury + 100; + } + return valueInThisCentury; +}; +const FIFTY_YEARS_IN_MILLIS = 50 * 365 * 24 * 60 * 60 * 1000; +const adjustRfc850Year = (input) => { + if (input.getTime() - new Date().getTime() > FIFTY_YEARS_IN_MILLIS) { + return new Date(Date.UTC(input.getUTCFullYear() - 100, input.getUTCMonth(), input.getUTCDate(), input.getUTCHours(), input.getUTCMinutes(), input.getUTCSeconds(), input.getUTCMilliseconds())); + } + return input; +}; +const parseMonthByShortName = (value) => { + const monthIdx = MONTHS.indexOf(value); + if (monthIdx < 0) { + throw new TypeError(`Invalid month: ${value}`); + } + return monthIdx + 1; +}; +const DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; +const validateDayOfMonth = (year, month, day) => { + let maxDays = DAYS_IN_MONTH[month]; + if (month === 1 && isLeapYear(year)) { + maxDays = 29; + } + if (day > maxDays) { + throw new TypeError(`Invalid day for ${MONTHS[month]} in ${year}: ${day}`); + } +}; +const isLeapYear = (year) => { + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); +}; +const parseDateValue = (value, type, lower, upper) => { + const dateVal = strictParseByte(stripLeadingZeroes(value)); + if (dateVal < lower || dateVal > upper) { + throw new TypeError(`${type} must be between ${lower} and ${upper}, inclusive`); + } + return dateVal; +}; +const parseMilliseconds = (value) => { + if (value === null || value === undefined) { + return 0; + } + return strictParseFloat32("0." + value) * 1000; +}; +const stripLeadingZeroes = (value) => { + let idx = 0; + while (idx < value.length - 1 && value.charAt(idx) === "0") { + idx++; + } + if (idx === 0) { + return value; + } + return value.slice(idx); +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js b/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js new file mode 100644 index 000000000..72bb7a7c4 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/default-error-handler.js @@ -0,0 +1,17 @@ +import { decorateServiceException } from "./exceptions"; +export const throwDefaultError = ({ output, parsedBody, exceptionCtor, errorCode }) => { + const $metadata = deserializeMetadata(output); + const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined; + const response = new exceptionCtor({ + name: parsedBody.code || parsedBody.Code || errorCode || statusCode || "UnknownError", + $fault: "client", + $metadata, + }); + throw decorateServiceException(response, parsedBody); +}; +const deserializeMetadata = (output) => ({ + httpStatusCode: output.statusCode, + requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"], + extendedRequestId: output.headers["x-amz-id-2"], + cfId: output.headers["x-amz-cf-id"], +}); diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js b/node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js new file mode 100644 index 000000000..f19079c00 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/defaults-mode.js @@ -0,0 +1,26 @@ +export const loadConfigsForDefaultMode = (mode) => { + switch (mode) { + case "standard": + return { + retryMode: "standard", + connectionTimeout: 3100, + }; + case "in-region": + return { + retryMode: "standard", + connectionTimeout: 1100, + }; + case "cross-region": + return { + retryMode: "standard", + connectionTimeout: 3100, + }; + case "mobile": + return { + retryMode: "standard", + connectionTimeout: 30000, + }; + default: + return {}; + } +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js b/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js new file mode 100644 index 000000000..993b96547 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js @@ -0,0 +1,6 @@ +let warningEmitted = false; +export const emitWarningIfUnsupportedVersion = (version) => { + if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 14) { + warningEmitted = true; + } +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/exceptions.js b/node_modules/@aws-sdk/smithy-client/dist-es/exceptions.js new file mode 100644 index 000000000..e7d3ab4fd --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/exceptions.js @@ -0,0 +1,22 @@ +export class ServiceException extends Error { + constructor(options) { + super(options.message); + Object.setPrototypeOf(this, ServiceException.prototype); + this.name = options.name; + this.$fault = options.$fault; + this.$metadata = options.$metadata; + } +} +export const decorateServiceException = (exception, additions = {}) => { + Object.entries(additions) + .filter(([, v]) => v !== undefined) + .forEach(([k, v]) => { + if (exception[k] == undefined || exception[k] === "") { + exception[k] = v; + } + }); + const message = exception.message || exception.Message || "UnknownError"; + exception.message = message; + delete exception.Message; + return exception; +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js b/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js new file mode 100644 index 000000000..5baeaf563 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/extended-encode-uri-component.js @@ -0,0 +1,5 @@ +export function extendedEncodeURIComponent(str) { + return encodeURIComponent(str).replace(/[!'()*]/g, function (c) { + return "%" + c.charCodeAt(0).toString(16).toUpperCase(); + }); +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js b/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js new file mode 100644 index 000000000..25d943272 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/get-array-if-single-item.js @@ -0,0 +1 @@ +export const getArrayIfSingleItem = (mayBeArray) => Array.isArray(mayBeArray) ? mayBeArray : [mayBeArray]; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js b/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js new file mode 100644 index 000000000..aa0f8271a --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/get-value-from-text-node.js @@ -0,0 +1,12 @@ +export const getValueFromTextNode = (obj) => { + const textNodeName = "#text"; + for (const key in obj) { + if (obj.hasOwnProperty(key) && obj[key][textNodeName] !== undefined) { + obj[key] = obj[key][textNodeName]; + } + else if (typeof obj[key] === "object" && obj[key] !== null) { + obj[key] = getValueFromTextNode(obj[key]); + } + } + return obj; +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/index.js b/node_modules/@aws-sdk/smithy-client/dist-es/index.js new file mode 100644 index 000000000..193fdb006 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/index.js @@ -0,0 +1,18 @@ +export * from "./NoOpLogger"; +export * from "./client"; +export * from "./command"; +export * from "./constants"; +export * from "./date-utils"; +export * from "./default-error-handler"; +export * from "./defaults-mode"; +export * from "./emitWarningIfUnsupportedVersion"; +export * from "./exceptions"; +export * from "./extended-encode-uri-component"; +export * from "./get-array-if-single-item"; +export * from "./get-value-from-text-node"; +export * from "./lazy-json"; +export * from "./object-mapping"; +export * from "./parse-utils"; +export * from "./resolve-path"; +export * from "./ser-utils"; +export * from "./split-every"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js b/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js new file mode 100644 index 000000000..cff1a7ebe --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/lazy-json.js @@ -0,0 +1,33 @@ +export const StringWrapper = function () { + const Class = Object.getPrototypeOf(this).constructor; + const Constructor = Function.bind.apply(String, [null, ...arguments]); + const instance = new Constructor(); + Object.setPrototypeOf(instance, Class.prototype); + return instance; +}; +StringWrapper.prototype = Object.create(String.prototype, { + constructor: { + value: StringWrapper, + enumerable: false, + writable: true, + configurable: true, + }, +}); +Object.setPrototypeOf(StringWrapper, String); +export class LazyJsonString extends StringWrapper { + deserializeJSON() { + return JSON.parse(super.toString()); + } + toJSON() { + return super.toString(); + } + static fromObject(object) { + if (object instanceof LazyJsonString) { + return object; + } + else if (object instanceof String || typeof object === "string") { + return new LazyJsonString(object); + } + return new LazyJsonString(JSON.stringify(object)); + } +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js b/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js new file mode 100644 index 000000000..9cab8691f --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/object-mapping.js @@ -0,0 +1,69 @@ +export function map(arg0, arg1, arg2) { + let target; + let filter; + let instructions; + if (typeof arg1 === "undefined" && typeof arg2 === "undefined") { + target = {}; + instructions = arg0; + } + else { + target = arg0; + if (typeof arg1 === "function") { + filter = arg1; + instructions = arg2; + return mapWithFilter(target, filter, instructions); + } + else { + instructions = arg1; + } + } + for (const key of Object.keys(instructions)) { + if (!Array.isArray(instructions[key])) { + target[key] = instructions[key]; + continue; + } + let [filter, value] = instructions[key]; + if (typeof value === "function") { + let _value; + const defaultFilterPassed = filter === undefined && (_value = value()) != null; + const customFilterPassed = (typeof filter === "function" && !!filter(void 0)) || (typeof filter !== "function" && !!filter); + if (defaultFilterPassed) { + target[key] = _value; + } + else if (customFilterPassed) { + target[key] = value(); + } + } + else { + const defaultFilterPassed = filter === undefined && value != null; + const customFilterPassed = (typeof filter === "function" && !!filter(value)) || (typeof filter !== "function" && !!filter); + if (defaultFilterPassed || customFilterPassed) { + target[key] = value; + } + } + } + return target; +} +export const convertMap = (target) => { + const output = {}; + for (const [k, v] of Object.entries(target || {})) { + output[k] = [, v]; + } + return output; +}; +const mapWithFilter = (target, filter, instructions) => { + return map(target, Object.entries(instructions).reduce((_instructions, [key, value]) => { + if (Array.isArray(value)) { + _instructions[key] = value; + } + else { + if (typeof value === "function") { + _instructions[key] = [filter, value()]; + } + else { + _instructions[key] = [filter, value]; + } + } + return _instructions; + }, {})); +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js b/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js new file mode 100644 index 000000000..209db79ad --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/parse-utils.js @@ -0,0 +1,230 @@ +export const parseBoolean = (value) => { + switch (value) { + case "true": + return true; + case "false": + return false; + default: + throw new Error(`Unable to parse boolean value "${value}"`); + } +}; +export const expectBoolean = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "number") { + if (value === 0 || value === 1) { + logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`)); + } + if (value === 0) { + return false; + } + if (value === 1) { + return true; + } + } + if (typeof value === "string") { + const lower = value.toLowerCase(); + if (lower === "false" || lower === "true") { + logger.warn(stackTraceWarning(`Expected boolean, got ${typeof value}: ${value}`)); + } + if (lower === "false") { + return false; + } + if (lower === "true") { + return true; + } + } + if (typeof value === "boolean") { + return value; + } + throw new TypeError(`Expected boolean, got ${typeof value}: ${value}`); +}; +export const expectNumber = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "string") { + const parsed = parseFloat(value); + if (!Number.isNaN(parsed)) { + if (String(parsed) !== String(value)) { + logger.warn(stackTraceWarning(`Expected number but observed string: ${value}`)); + } + return parsed; + } + } + if (typeof value === "number") { + return value; + } + throw new TypeError(`Expected number, got ${typeof value}: ${value}`); +}; +const MAX_FLOAT = Math.ceil(2 ** 127 * (2 - 2 ** -23)); +export const expectFloat32 = (value) => { + const expected = expectNumber(value); + if (expected !== undefined && !Number.isNaN(expected) && expected !== Infinity && expected !== -Infinity) { + if (Math.abs(expected) > MAX_FLOAT) { + throw new TypeError(`Expected 32-bit float, got ${value}`); + } + } + return expected; +}; +export const expectLong = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (Number.isInteger(value) && !Number.isNaN(value)) { + return value; + } + throw new TypeError(`Expected integer, got ${typeof value}: ${value}`); +}; +export const expectInt = expectLong; +export const expectInt32 = (value) => expectSizedInt(value, 32); +export const expectShort = (value) => expectSizedInt(value, 16); +export const expectByte = (value) => expectSizedInt(value, 8); +const expectSizedInt = (value, size) => { + const expected = expectLong(value); + if (expected !== undefined && castInt(expected, size) !== expected) { + throw new TypeError(`Expected ${size}-bit integer, got ${value}`); + } + return expected; +}; +const castInt = (value, size) => { + switch (size) { + case 32: + return Int32Array.of(value)[0]; + case 16: + return Int16Array.of(value)[0]; + case 8: + return Int8Array.of(value)[0]; + } +}; +export const expectNonNull = (value, location) => { + if (value === null || value === undefined) { + if (location) { + throw new TypeError(`Expected a non-null value for ${location}`); + } + throw new TypeError("Expected a non-null value"); + } + return value; +}; +export const expectObject = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "object" && !Array.isArray(value)) { + return value; + } + const receivedType = Array.isArray(value) ? "array" : typeof value; + throw new TypeError(`Expected object, got ${receivedType}: ${value}`); +}; +export const expectString = (value) => { + if (value === null || value === undefined) { + return undefined; + } + if (typeof value === "string") { + return value; + } + if (["boolean", "number", "bigint"].includes(typeof value)) { + logger.warn(stackTraceWarning(`Expected string, got ${typeof value}: ${value}`)); + return String(value); + } + throw new TypeError(`Expected string, got ${typeof value}: ${value}`); +}; +export const expectUnion = (value) => { + if (value === null || value === undefined) { + return undefined; + } + const asObject = expectObject(value); + const setKeys = Object.entries(asObject) + .filter(([, v]) => v != null) + .map(([k]) => k); + if (setKeys.length === 0) { + throw new TypeError(`Unions must have exactly one non-null member. None were found.`); + } + if (setKeys.length > 1) { + throw new TypeError(`Unions must have exactly one non-null member. Keys ${setKeys} were not null.`); + } + return asObject; +}; +export const strictParseDouble = (value) => { + if (typeof value == "string") { + return expectNumber(parseNumber(value)); + } + return expectNumber(value); +}; +export const strictParseFloat = strictParseDouble; +export const strictParseFloat32 = (value) => { + if (typeof value == "string") { + return expectFloat32(parseNumber(value)); + } + return expectFloat32(value); +}; +const NUMBER_REGEX = /(-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?)|(-?Infinity)|(NaN)/g; +const parseNumber = (value) => { + const matches = value.match(NUMBER_REGEX); + if (matches === null || matches[0].length !== value.length) { + throw new TypeError(`Expected real number, got implicit NaN`); + } + return parseFloat(value); +}; +export const limitedParseDouble = (value) => { + if (typeof value == "string") { + return parseFloatString(value); + } + return expectNumber(value); +}; +export const handleFloat = limitedParseDouble; +export const limitedParseFloat = limitedParseDouble; +export const limitedParseFloat32 = (value) => { + if (typeof value == "string") { + return parseFloatString(value); + } + return expectFloat32(value); +}; +const parseFloatString = (value) => { + switch (value) { + case "NaN": + return NaN; + case "Infinity": + return Infinity; + case "-Infinity": + return -Infinity; + default: + throw new Error(`Unable to parse float value: ${value}`); + } +}; +export const strictParseLong = (value) => { + if (typeof value === "string") { + return expectLong(parseNumber(value)); + } + return expectLong(value); +}; +export const strictParseInt = strictParseLong; +export const strictParseInt32 = (value) => { + if (typeof value === "string") { + return expectInt32(parseNumber(value)); + } + return expectInt32(value); +}; +export const strictParseShort = (value) => { + if (typeof value === "string") { + return expectShort(parseNumber(value)); + } + return expectShort(value); +}; +export const strictParseByte = (value) => { + if (typeof value === "string") { + return expectByte(parseNumber(value)); + } + return expectByte(value); +}; +const stackTraceWarning = (message) => { + return String(new TypeError(message).stack || message) + .split("\n") + .slice(0, 5) + .filter((s) => !s.includes("stackTraceWarning")) + .join("\n"); +}; +export const logger = { + warn: console.warn, +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/resolve-path.js b/node_modules/@aws-sdk/smithy-client/dist-es/resolve-path.js new file mode 100644 index 000000000..8483e0143 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/resolve-path.js @@ -0,0 +1,19 @@ +import { extendedEncodeURIComponent } from "./extended-encode-uri-component"; +export const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => { + if (input != null && input[memberName] !== undefined) { + const labelValue = labelValueProvider(); + if (labelValue.length <= 0) { + throw new Error("Empty value provided for input HTTP label: " + memberName + "."); + } + resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel + ? labelValue + .split("/") + .map((segment) => extendedEncodeURIComponent(segment)) + .join("/") + : extendedEncodeURIComponent(labelValue)); + } + else { + throw new Error("No value provided for input HTTP label: " + memberName + "."); + } + return resolvedPath; +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js b/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js new file mode 100644 index 000000000..91e5f30ba --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/ser-utils.js @@ -0,0 +1,13 @@ +export const serializeFloat = (value) => { + if (value !== value) { + return "NaN"; + } + switch (value) { + case Infinity: + return "Infinity"; + case -Infinity: + return "-Infinity"; + default: + return value; + } +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js b/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js new file mode 100644 index 000000000..1d78dcae3 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-es/split-every.js @@ -0,0 +1,27 @@ +export function splitEvery(value, delimiter, numDelimiters) { + if (numDelimiters <= 0 || !Number.isInteger(numDelimiters)) { + throw new Error("Invalid number of delimiters (" + numDelimiters + ") for splitEvery."); + } + const segments = value.split(delimiter); + if (numDelimiters === 1) { + return segments; + } + const compoundSegments = []; + let currentSegment = ""; + for (let i = 0; i < segments.length; i++) { + if (currentSegment === "") { + currentSegment = segments[i]; + } + else { + currentSegment += delimiter + segments[i]; + } + if ((i + 1) % numDelimiters === 0) { + compoundSegments.push(currentSegment); + currentSegment = ""; + } + } + if (currentSegment !== "") { + compoundSegments.push(currentSegment); + } + return compoundSegments; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts new file mode 100644 index 000000000..eb6995613 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts @@ -0,0 +1,8 @@ +import { Logger } from "@aws-sdk/types"; +export declare class NoOpLogger implements Logger { + trace(): void; + debug(): void; + info(): void; + warn(): void; + error(): void; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts new file mode 100644 index 000000000..577570136 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts @@ -0,0 +1,20 @@ +import { Client as IClient, Command, MetadataBearer, MiddlewareStack, RequestHandler } from "@aws-sdk/types"; +export interface SmithyConfiguration { + requestHandler: RequestHandler; + /** + * The API version set internally by the SDK, and is + * not planned to be used by customer code. + * @internal + */ + readonly apiVersion: string; +} +export declare type SmithyResolvedConfiguration = SmithyConfiguration; +export declare class Client> implements IClient { + middlewareStack: MiddlewareStack; + readonly config: ResolvedClientConfiguration; + constructor(config: ResolvedClientConfiguration); + send(command: Command>, options?: HandlerOptions): Promise; + send(command: Command>, cb: (err: any, data?: OutputType) => void): void; + send(command: Command>, options: HandlerOptions, cb: (err: any, data?: OutputType) => void): void; + destroy(): void; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts new file mode 100644 index 000000000..bd05ecd14 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts @@ -0,0 +1,6 @@ +import { Command as ICommand, Handler, MetadataBearer, MiddlewareStack as IMiddlewareStack } from "@aws-sdk/types"; +export declare abstract class Command implements ICommand { + abstract input: Input; + readonly middlewareStack: IMiddlewareStack; + abstract resolveMiddleware(stack: IMiddlewareStack, configuration: ResolvedClientConfiguration, options: any): Handler; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts new file mode 100644 index 000000000..038717b21 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts @@ -0,0 +1 @@ +export declare const SENSITIVE_STRING = "***SensitiveInformation***"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts new file mode 100644 index 000000000..6c430bb27 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts @@ -0,0 +1,49 @@ +/** + * Builds a proper UTC HttpDate timestamp from a Date object + * since not all environments will have this as the expected + * format. + * + * See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toUTCString + * > Prior to ECMAScript 2018, the format of the return value + * > varied according to the platform. The most common return + * > value was an RFC-1123 formatted date stamp, which is a + * > slightly updated version of RFC-822 date stamps. + */ +export declare function dateToUtcString(date: Date): string; +/** + * Parses a value into a Date. Returns undefined if the input is null or + * undefined, throws an error if the input is not a string that can be parsed + * as an RFC 3339 date. + * + * Input strings must conform to RFC3339 section 5.6, and cannot have a UTC + * offset. Fractional precision is supported. + * + * {@see https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14} + * + * @param value the value to parse + * @return a Date or undefined + */ +export declare const parseRfc3339DateTime: (value: unknown) => Date | undefined; +/** + * Parses a value into a Date. Returns undefined if the input is null or + * undefined, throws an error if the input is not a string that can be parsed + * as an RFC 7231 IMF-fixdate or obs-date. + * + * Input strings must conform to RFC7231 section 7.1.1.1. Fractional seconds are supported. + * + * {@see https://datatracker.ietf.org/doc/html/rfc7231.html#section-7.1.1.1} + * + * @param value the value to parse + * @return a Date or undefined + */ +export declare const parseRfc7231DateTime: (value: unknown) => Date | undefined; +/** + * Parses a value into a Date. Returns undefined if the input is null or + * undefined, throws an error if the input is not a number or a parseable string. + * + * Input strings must be an integer or floating point number. Fractional seconds are supported. + * + * @param value the value to parse + * @return a Date or undefined + */ +export declare const parseEpochTimestamp: (value: unknown) => Date | undefined; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts new file mode 100644 index 000000000..853d85e82 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts @@ -0,0 +1,7 @@ +/** + * Always throws an error with the given {@param exceptionCtor} and other arguments. + * This is only called from an error handling code path. + * @private + * @internal + */ +export declare const throwDefaultError: ({ output, parsedBody, exceptionCtor, errorCode }: any) => never; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts new file mode 100644 index 000000000..73c90bcfb --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts @@ -0,0 +1,28 @@ +/** + * @internal + */ +export declare const loadConfigsForDefaultMode: (mode: ResolvedDefaultsMode) => DefaultsModeConfigs; +/** + * Option determining how certain default configuration options are resolved in the SDK. It can be one of the value listed below: + * * `"standard"`:

The STANDARD mode provides the latest recommended default values that should be safe to run in most scenarios

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

+ * * `"in-region"`:

The IN_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services from within the same AWS region

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

+ * * `"cross-region"`:

The CROSS_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services in a different region

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

+ * * `"mobile"`:

The MOBILE mode builds on the standard mode and includes optimization tailored for mobile applications

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

+ * * `"auto"`:

The AUTO mode is an experimental mode that builds on the standard mode. The SDK will attempt to discover the execution environment to determine the appropriate settings automatically.

Note that the auto detection is heuristics-based and does not guarantee 100% accuracy. STANDARD mode will be used if the execution environment cannot be determined. The auto detection might query EC2 Instance Metadata service, which might introduce latency. Therefore we recommend choosing an explicit defaults_mode instead if startup latency is critical to your application

+ * * `"legacy"`:

The LEGACY mode provides default settings that vary per SDK and were used prior to establishment of defaults_mode

+ * + * @default "legacy" + */ +export declare type DefaultsMode = "standard" | "in-region" | "cross-region" | "mobile" | "auto" | "legacy"; +/** + * @internal + */ +export declare type ResolvedDefaultsMode = Exclude; +/** + * @internal + */ +export interface DefaultsModeConfigs { + retryMode?: string; + connectionTimeout?: number; + requestTimeout?: number; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts new file mode 100644 index 000000000..99cc9ef25 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts @@ -0,0 +1,6 @@ +/** + * Emits warning if the provided Node.js version string is pending deprecation. + * + * @param {string} version - The Node.js version string. + */ +export declare const emitWarningIfUnsupportedVersion: (version: string) => void; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts new file mode 100644 index 000000000..ccda8d710 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts @@ -0,0 +1,29 @@ +import { HttpResponse, MetadataBearer, ResponseMetadata, RetryableTrait, SmithyException } from "@aws-sdk/types"; +/** + * The type of the exception class constructor parameter. The returned type contains the properties + * in the `ExceptionType` but not in the `BaseExceptionType`. If the `BaseExceptionType` contains + * `$metadata` and `message` properties, it's also included in the returned type. + * @internal + */ +export declare type ExceptionOptionType = Omit>; +export interface ServiceExceptionOptions extends SmithyException, MetadataBearer { + message?: string; +} +/** + * Base exception class for the exceptions from the server-side. + */ +export declare class ServiceException extends Error implements SmithyException, MetadataBearer { + readonly $fault: "client" | "server"; + $response?: HttpResponse; + $retryable?: RetryableTrait; + $metadata: ResponseMetadata; + constructor(options: ServiceExceptionOptions); +} +/** + * This method inject unmodeled member to a deserialized SDK exception, + * and load the error message from different possible keys('message', + * 'Message'). + * + * @internal + */ +export declare const decorateServiceException: (exception: E, additions?: Record) => E; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts new file mode 100644 index 000000000..b49dc69fd --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts @@ -0,0 +1,5 @@ +/** + * Function that wraps encodeURIComponent to encode additional characters + * to fully adhere to RFC 3986. + */ +export declare function extendedEncodeURIComponent(str: string): string; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts new file mode 100644 index 000000000..8728e7ac5 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts @@ -0,0 +1,5 @@ +/** + * The XML parser will set one K:V for a member that could + * return multiple entries but only has one. + */ +export declare const getArrayIfSingleItem: (mayBeArray: T) => T | T[]; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts new file mode 100644 index 000000000..001a196e1 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts @@ -0,0 +1,5 @@ +/** + * Recursively parses object and populates value is node from + * "#text" key if it's available + */ +export declare const getValueFromTextNode: (obj: any) => any; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts new file mode 100644 index 000000000..0b7db823a --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts @@ -0,0 +1,19 @@ +export * from "./NoOpLogger"; +export * from "./client"; +export * from "./command"; +export * from "./constants"; +export * from "./date-utils"; +export * from "./default-error-handler"; +export * from "./defaults-mode"; +export * from "./emitWarningIfUnsupportedVersion"; +export * from "./exceptions"; +export * from "./extended-encode-uri-component"; +export * from "./get-array-if-single-item"; +export * from "./get-value-from-text-node"; +export * from "./lazy-json"; +export * from "./object-mapping"; +export * from "./parse-utils"; +export * from "./resolve-path"; +export * from "./ser-utils"; +export * from "./split-every"; +export type { DocumentType, SdkError, SmithyException } from "@aws-sdk/types"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts new file mode 100644 index 000000000..9d8229411 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts @@ -0,0 +1,19 @@ +/** + * Lazy String holder for JSON typed contents. + */ +interface StringWrapper { + new (arg: any): String; +} +/** + * Because of https://github.com/microsoft/tslib/issues/95, + * TS 'extends' shim doesn't support extending native types like String. + * So here we create StringWrapper that duplicate everything from String + * class including its prototype chain. So we can extend from here. + */ +export declare const StringWrapper: StringWrapper; +export declare class LazyJsonString extends StringWrapper { + deserializeJSON(): any; + toJSON(): string; + static fromObject(object: any): LazyJsonString; +} +export {}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts new file mode 100644 index 000000000..0f069317f --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts @@ -0,0 +1,104 @@ +/** + * A set of instructions for multiple keys. + * The aim is to provide a concise yet readable way to map and filter values + * onto a target object. + * + * @example + * ```javascript + * const example: ObjectMappingInstructions = { + * lazyValue1: [, () => 1], + * lazyValue2: [, () => 2], + * lazyValue3: [, () => 3], + * lazyConditionalValue1: [() => true, () => 4], + * lazyConditionalValue2: [() => true, () => 5], + * lazyConditionalValue3: [true, () => 6], + * lazyConditionalValue4: [false, () => 44], + * lazyConditionalValue5: [() => false, () => 55], + * lazyConditionalValue6: ["", () => 66], + * simpleValue1: [, 7], + * simpleValue2: [, 8], + * simpleValue3: [, 9], + * conditionalValue1: [() => true, 10], + * conditionalValue2: [() => true, 11], + * conditionalValue3: [{}, 12], + * conditionalValue4: [false, 110], + * conditionalValue5: [() => false, 121], + * conditionalValue6: ["", 132], + * }; + * + * const exampleResult: Record = { + * lazyValue1: 1, + * lazyValue2: 2, + * lazyValue3: 3, + * lazyConditionalValue1: 4, + * lazyConditionalValue2: 5, + * lazyConditionalValue3: 6, + * simpleValue1: 7, + * simpleValue2: 8, + * simpleValue3: 9, + * conditionalValue1: 10, + * conditionalValue2: 11, + * conditionalValue3: 12, + * }; + * ``` + */ +export declare type ObjectMappingInstructions = Record; +/** + * An instruction set for assigning a value to a target object. + */ +export declare type ObjectMappingInstruction = LazyValueInstruction | ConditionalLazyValueInstruction | SimpleValueInstruction | ConditionalValueInstruction | UnfilteredValue; +/** + * non-array + */ +export declare type UnfilteredValue = any; +export declare type LazyValueInstruction = [FilterStatus, ValueSupplier]; +export declare type ConditionalLazyValueInstruction = [FilterStatusSupplier, ValueSupplier]; +export declare type SimpleValueInstruction = [FilterStatus, Value]; +export declare type ConditionalValueInstruction = [ValueFilteringFunction, Value]; +/** + * Filter is considered passed if + * 1. It is a boolean true. + * 2. It is not undefined and is itself truthy. + * 3. It is undefined and the corresponding _value_ is neither null nor undefined. + */ +export declare type FilterStatus = boolean | unknown | void; +/** + * Supplies the filter check but not against any value as input. + */ +export declare type FilterStatusSupplier = () => boolean; +/** + * Filter check with the given value. + */ +export declare type ValueFilteringFunction = (value: any) => boolean; +/** + * Supplies the value for lazy evaluation. + */ +export declare type ValueSupplier = () => any; +/** + * A non-function value. + */ +export declare type Value = any; +/** + * Internal/Private, for codegen use only. + * + * Transfer a set of keys from [instructions] to [target]. + * + * For each instruction in the record, the target key will be the instruction key. + * The target assignment will be conditional on the instruction's filter. + * The target assigned value will be supplied by the instructions as an evaluable function or non-function value. + * + * @see ObjectMappingInstructions for an example. + * @private + * @internal + */ +export declare function map(target: any, filter: (value: any) => boolean, instructions: Record): typeof target; +export declare function map(instructions: Record): any; +export declare function map(target: any, instructions: Record): typeof target; +/** + * Convert a regular object { k: v } to { k: [, v] } mapping instruction set with default + * filter. + * + * @private + * @internal + */ +export declare const convertMap: (target: any) => Record; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts new file mode 100644 index 000000000..9653cd66f --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts @@ -0,0 +1,220 @@ +/** + * Give an input string, strictly parses a boolean value. + * + * @param value The boolean string to parse. + * @returns true for "true", false for "false", otherwise an error is thrown. + */ +export declare const parseBoolean: (value: string) => boolean; +/** + * Asserts a value is a boolean and returns it. + * Casts strings and numbers with a warning if there is evidence that they were + * intended to be booleans. + * + * @param value A value that is expected to be a boolean. + * @returns The value if it's a boolean, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectBoolean: (value: any) => boolean | undefined; +/** + * Asserts a value is a number and returns it. + * Casts strings with a warning if the string is a parseable number. + * This is to unblock slight API definition/implementation inconsistencies. + * + * @param value A value that is expected to be a number. + * @returns The value if it's a number, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectNumber: (value: any) => number | undefined; +/** + * Asserts a value is a 32-bit float and returns it. + * + * @param value A value that is expected to be a 32-bit float. + * @returns The value if it's a float, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectFloat32: (value: any) => number | undefined; +/** + * Asserts a value is an integer and returns it. + * + * @param value A value that is expected to be an integer. + * @returns The value if it's an integer, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectLong: (value: any) => number | undefined; +/** + * @deprecated Use expectLong + */ +export declare const expectInt: (value: any) => number | undefined; +/** + * Asserts a value is a 32-bit integer and returns it. + * + * @param value A value that is expected to be an integer. + * @returns The value if it's an integer, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectInt32: (value: any) => number | undefined; +/** + * Asserts a value is a 16-bit integer and returns it. + * + * @param value A value that is expected to be an integer. + * @returns The value if it's an integer, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectShort: (value: any) => number | undefined; +/** + * Asserts a value is an 8-bit integer and returns it. + * + * @param value A value that is expected to be an integer. + * @returns The value if it's an integer, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectByte: (value: any) => number | undefined; +/** + * Asserts a value is not null or undefined and returns it, or throws an error. + * + * @param value A value that is expected to be defined + * @param location The location where we're expecting to find a defined object (optional) + * @returns The value if it's not undefined, otherwise throws an error + */ +export declare const expectNonNull: (value: T | null | undefined, location?: string | undefined) => T; +/** + * Asserts a value is an JSON-like object and returns it. This is expected to be used + * with values parsed from JSON (arrays, objects, numbers, strings, booleans). + * + * @param value A value that is expected to be an object + * @returns The value if it's an object, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectObject: (value: any) => Record | undefined; +/** + * Asserts a value is a string and returns it. + * Numbers and boolean will be cast to strings with a warning. + * + * @param value A value that is expected to be a string. + * @returns The value if it's a string, undefined if it's null/undefined, + * otherwise an error is thrown. + */ +export declare const expectString: (value: any) => string | undefined; +/** + * Asserts a value is a JSON-like object with only one non-null/non-undefined key and + * returns it. + * + * @param value A value that is expected to be an object with exactly one non-null, + * non-undefined key. + * @return the value if it's a union, undefined if it's null/undefined, otherwise + * an error is thrown. + */ +export declare const expectUnion: (value: unknown) => Record | undefined; +/** + * Parses a value into a double. If the value is null or undefined, undefined + * will be returned. If the value is a string, it will be parsed by the standard + * parseFloat with one exception: NaN may only be explicitly set as the string + * "NaN", any implicit Nan values will result in an error being thrown. If any + * other type is provided, an exception will be thrown. + * + * @param value A number or string representation of a double. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const strictParseDouble: (value: string | number) => number | undefined; +/** + * @deprecated Use strictParseDouble + */ +export declare const strictParseFloat: (value: string | number) => number | undefined; +/** + * Parses a value into a float. If the value is null or undefined, undefined + * will be returned. If the value is a string, it will be parsed by the standard + * parseFloat with one exception: NaN may only be explicitly set as the string + * "NaN", any implicit Nan values will result in an error being thrown. If any + * other type is provided, an exception will be thrown. + * + * @param value A number or string representation of a float. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const strictParseFloat32: (value: string | number) => number | undefined; +/** + * Asserts a value is a number and returns it. If the value is a string + * representation of a non-numeric number type (NaN, Infinity, -Infinity), + * the value will be parsed. Any other string value will result in an exception + * being thrown. Null or undefined will be returned as undefined. Any other + * type will result in an exception being thrown. + * + * @param value A number or string representation of a non-numeric float. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const limitedParseDouble: (value: string | number) => number | undefined; +/** + * @deprecated Use limitedParseDouble + */ +export declare const handleFloat: (value: string | number) => number | undefined; +/** + * @deprecated Use limitedParseDouble + */ +export declare const limitedParseFloat: (value: string | number) => number | undefined; +/** + * Asserts a value is a 32-bit float and returns it. If the value is a string + * representation of a non-numeric number type (NaN, Infinity, -Infinity), + * the value will be parsed. Any other string value will result in an exception + * being thrown. Null or undefined will be returned as undefined. Any other + * type will result in an exception being thrown. + * + * @param value A number or string representation of a non-numeric float. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const limitedParseFloat32: (value: string | number) => number | undefined; +/** + * Parses a value into an integer. If the value is null or undefined, undefined + * will be returned. If the value is a string, it will be parsed by parseFloat + * and the result will be asserted to be an integer. If the parsed value is not + * an integer, or the raw value is any type other than a string or number, an + * exception will be thrown. + * + * @param value A number or string representation of an integer. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const strictParseLong: (value: string | number) => number | undefined; +/** + * @deprecated Use strictParseLong + */ +export declare const strictParseInt: (value: string | number) => number | undefined; +/** + * Parses a value into a 32-bit integer. If the value is null or undefined, undefined + * will be returned. If the value is a string, it will be parsed by parseFloat + * and the result will be asserted to be an integer. If the parsed value is not + * an integer, or the raw value is any type other than a string or number, an + * exception will be thrown. + * + * @param value A number or string representation of a 32-bit integer. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const strictParseInt32: (value: string | number) => number | undefined; +/** + * Parses a value into a 16-bit integer. If the value is null or undefined, undefined + * will be returned. If the value is a string, it will be parsed by parseFloat + * and the result will be asserted to be an integer. If the parsed value is not + * an integer, or the raw value is any type other than a string or number, an + * exception will be thrown. + * + * @param value A number or string representation of a 16-bit integer. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const strictParseShort: (value: string | number) => number | undefined; +/** + * Parses a value into an 8-bit integer. If the value is null or undefined, undefined + * will be returned. If the value is a string, it will be parsed by parseFloat + * and the result will be asserted to be an integer. If the parsed value is not + * an integer, or the raw value is any type other than a string or number, an + * exception will be thrown. + * + * @param value A number or string representation of an 8-bit integer. + * @returns The value as a number, or undefined if it's null/undefined. + */ +export declare const strictParseByte: (value: string | number) => number | undefined; +/** + * @private + */ +export declare const logger: { + warn: { + (...data: any[]): void; + (message?: any, ...optionalParams: any[]): void; + }; +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts new file mode 100644 index 000000000..f37f65ebd --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts @@ -0,0 +1 @@ +export declare const resolvedPath: (resolvedPath: string, input: unknown, memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean) => string; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts new file mode 100644 index 000000000..38fe0c079 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts @@ -0,0 +1,7 @@ +/** + * Serializes a number, turning non-numeric values into strings. + * + * @param value The number to serialize. + * @returns A number, or a string if the given number was non-numeric. + */ +export declare const serializeFloat: (value: number) => string | number; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts new file mode 100644 index 000000000..eeca0ca88 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts @@ -0,0 +1,9 @@ +/** + * Given an input string, splits based on the delimiter after a given + * number of delimiters has been encountered. + * + * @param value The input string to split. + * @param delimiter The delimiter to split on. + * @param numDelimiters The number of delimiters to have encountered to split. + */ +export declare function splitEvery(value: string, delimiter: string, numDelimiters: number): Array; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts new file mode 100644 index 000000000..1533e8d76 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts @@ -0,0 +1,8 @@ +import { Logger } from "@aws-sdk/types"; +export declare class NoOpLogger implements Logger { + trace(): void; + debug(): void; + info(): void; + warn(): void; + error(): void; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts new file mode 100644 index 000000000..67b1f02ac --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/client.d.ts @@ -0,0 +1,56 @@ +import { + Client as IClient, + Command, + MetadataBearer, + MiddlewareStack, + RequestHandler, +} from "@aws-sdk/types"; +export interface SmithyConfiguration { + requestHandler: RequestHandler; + readonly apiVersion: string; +} +export declare type SmithyResolvedConfiguration = + SmithyConfiguration; +export declare class Client< + HandlerOptions, + ClientInput extends object, + ClientOutput extends MetadataBearer, + ResolvedClientConfiguration extends SmithyResolvedConfiguration +> implements IClient +{ + middlewareStack: MiddlewareStack; + readonly config: ResolvedClientConfiguration; + constructor(config: ResolvedClientConfiguration); + send( + command: Command< + ClientInput, + InputType, + ClientOutput, + OutputType, + SmithyResolvedConfiguration + >, + options?: HandlerOptions + ): Promise; + send( + command: Command< + ClientInput, + InputType, + ClientOutput, + OutputType, + SmithyResolvedConfiguration + >, + cb: (err: any, data?: OutputType) => void + ): void; + send( + command: Command< + ClientInput, + InputType, + ClientOutput, + OutputType, + SmithyResolvedConfiguration + >, + options: HandlerOptions, + cb: (err: any, data?: OutputType) => void + ): void; + destroy(): void; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts new file mode 100644 index 000000000..2fc7554ae --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/command.d.ts @@ -0,0 +1,29 @@ +import { + Command as ICommand, + Handler, + MetadataBearer, + MiddlewareStack as IMiddlewareStack, +} from "@aws-sdk/types"; +export declare abstract class Command< + Input extends ClientInput, + Output extends ClientOutput, + ResolvedClientConfiguration, + ClientInput extends object = any, + ClientOutput extends MetadataBearer = any +> implements + ICommand< + ClientInput, + Input, + ClientOutput, + Output, + ResolvedClientConfiguration + > +{ + abstract input: Input; + readonly middlewareStack: IMiddlewareStack; + abstract resolveMiddleware( + stack: IMiddlewareStack, + configuration: ResolvedClientConfiguration, + options: any + ): Handler; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..038717b21 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/constants.d.ts @@ -0,0 +1 @@ +export declare const SENSITIVE_STRING = "***SensitiveInformation***"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts new file mode 100644 index 000000000..ad5989ea2 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/date-utils.d.ts @@ -0,0 +1,4 @@ +export declare function dateToUtcString(date: Date): string; +export declare const parseRfc3339DateTime: (value: unknown) => Date | undefined; +export declare const parseRfc7231DateTime: (value: unknown) => Date | undefined; +export declare const parseEpochTimestamp: (value: unknown) => Date | undefined; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts new file mode 100644 index 000000000..dada7bce5 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/default-error-handler.d.ts @@ -0,0 +1,6 @@ +export declare const throwDefaultError: ({ + output, + parsedBody, + exceptionCtor, + errorCode, +}: any) => never; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts new file mode 100644 index 000000000..edaf000fa --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/defaults-mode.d.ts @@ -0,0 +1,16 @@ +export declare const loadConfigsForDefaultMode: ( + mode: ResolvedDefaultsMode +) => DefaultsModeConfigs; +export declare type DefaultsMode = + | "standard" + | "in-region" + | "cross-region" + | "mobile" + | "auto" + | "legacy"; +export declare type ResolvedDefaultsMode = Exclude; +export interface DefaultsModeConfigs { + retryMode?: string; + connectionTimeout?: number; + requestTimeout?: number; +} diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts new file mode 100644 index 000000000..b9cb3ac1a --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts @@ -0,0 +1 @@ +export declare const emitWarningIfUnsupportedVersion: (version: string) => void; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts new file mode 100644 index 000000000..dd5854731 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/exceptions.d.ts @@ -0,0 +1,36 @@ +import { + HttpResponse, + MetadataBearer, + ResponseMetadata, + RetryableTrait, + SmithyException, +} from "@aws-sdk/types"; +export declare type ExceptionOptionType< + ExceptionType extends Error, + BaseExceptionType extends Error +> = Pick< + ExceptionType, + Exclude< + keyof ExceptionType, + Exclude + > +>; +export interface ServiceExceptionOptions + extends SmithyException, + MetadataBearer { + message?: string; +} +export declare class ServiceException + extends Error + implements SmithyException, MetadataBearer +{ + readonly $fault: "client" | "server"; + $response?: HttpResponse; + $retryable?: RetryableTrait; + $metadata: ResponseMetadata; + constructor(options: ServiceExceptionOptions); +} +export declare const decorateServiceException: ( + exception: E, + additions?: Record +) => E; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts new file mode 100644 index 000000000..7713de99e --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts @@ -0,0 +1 @@ +export declare function extendedEncodeURIComponent(str: string): string; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts new file mode 100644 index 000000000..4416d3bbe --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts @@ -0,0 +1 @@ +export declare const getArrayIfSingleItem: (mayBeArray: T) => T | T[]; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts new file mode 100644 index 000000000..79160dce8 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts @@ -0,0 +1 @@ +export declare const getValueFromTextNode: (obj: any) => any; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..7bc39c3e7 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts @@ -0,0 +1,19 @@ +export * from "./NoOpLogger"; +export * from "./client"; +export * from "./command"; +export * from "./constants"; +export * from "./date-utils"; +export * from "./default-error-handler"; +export * from "./defaults-mode"; +export * from "./emitWarningIfUnsupportedVersion"; +export * from "./exceptions"; +export * from "./extended-encode-uri-component"; +export * from "./get-array-if-single-item"; +export * from "./get-value-from-text-node"; +export * from "./lazy-json"; +export * from "./object-mapping"; +export * from "./parse-utils"; +export * from "./resolve-path"; +export * from "./ser-utils"; +export * from "./split-every"; +export { DocumentType, SdkError, SmithyException } from "@aws-sdk/types"; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts new file mode 100644 index 000000000..2b3c96d5f --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/lazy-json.d.ts @@ -0,0 +1,10 @@ +interface StringWrapper { + new (arg: any): String; +} +export declare const StringWrapper: StringWrapper; +export declare class LazyJsonString extends StringWrapper { + deserializeJSON(): any; + toJSON(): string; + static fromObject(object: any): LazyJsonString; +} +export {}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts new file mode 100644 index 000000000..f85f90cea --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts @@ -0,0 +1,39 @@ +export declare type ObjectMappingInstructions = Record< + string, + ObjectMappingInstruction +>; +export declare type ObjectMappingInstruction = + | LazyValueInstruction + | ConditionalLazyValueInstruction + | SimpleValueInstruction + | ConditionalValueInstruction + | UnfilteredValue; +export declare type UnfilteredValue = any; +export declare type LazyValueInstruction = [FilterStatus, ValueSupplier]; +export declare type ConditionalLazyValueInstruction = [ + FilterStatusSupplier, + ValueSupplier +]; +export declare type SimpleValueInstruction = [FilterStatus, Value]; +export declare type ConditionalValueInstruction = [ + ValueFilteringFunction, + Value +]; +export declare type FilterStatus = boolean | unknown | void; +export declare type FilterStatusSupplier = () => boolean; +export declare type ValueFilteringFunction = (value: any) => boolean; +export declare type ValueSupplier = () => any; +export declare type Value = any; +export declare function map( + target: any, + filter: (value: any) => boolean, + instructions: Record +): typeof target; +export declare function map( + instructions: Record +): any; +export declare function map( + target: any, + instructions: Record +): typeof target; +export declare const convertMap: (target: any) => Record; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts new file mode 100644 index 000000000..07f8fd40f --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/parse-utils.d.ts @@ -0,0 +1,62 @@ +export declare const parseBoolean: (value: string) => boolean; +export declare const expectBoolean: (value: any) => boolean | undefined; +export declare const expectNumber: (value: any) => number | undefined; +export declare const expectFloat32: (value: any) => number | undefined; +export declare const expectLong: (value: any) => number | undefined; +export declare const expectInt: (value: any) => number | undefined; +export declare const expectInt32: (value: any) => number | undefined; +export declare const expectShort: (value: any) => number | undefined; +export declare const expectByte: (value: any) => number | undefined; +export declare const expectNonNull: ( + value: T | null | undefined, + location?: string | undefined +) => T; +export declare const expectObject: ( + value: any +) => Record | undefined; +export declare const expectString: (value: any) => string | undefined; +export declare const expectUnion: ( + value: unknown +) => Record | undefined; +export declare const strictParseDouble: ( + value: string | number +) => number | undefined; +export declare const strictParseFloat: ( + value: string | number +) => number | undefined; +export declare const strictParseFloat32: ( + value: string | number +) => number | undefined; +export declare const limitedParseDouble: ( + value: string | number +) => number | undefined; +export declare const handleFloat: ( + value: string | number +) => number | undefined; +export declare const limitedParseFloat: ( + value: string | number +) => number | undefined; +export declare const limitedParseFloat32: ( + value: string | number +) => number | undefined; +export declare const strictParseLong: ( + value: string | number +) => number | undefined; +export declare const strictParseInt: ( + value: string | number +) => number | undefined; +export declare const strictParseInt32: ( + value: string | number +) => number | undefined; +export declare const strictParseShort: ( + value: string | number +) => number | undefined; +export declare const strictParseByte: ( + value: string | number +) => number | undefined; +export declare const logger: { + warn: { + (...data: any[]): void; + (message?: any, ...optionalParams: any[]): void; + }; +}; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/resolve-path.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/resolve-path.d.ts new file mode 100644 index 000000000..32abfc42d --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/resolve-path.d.ts @@ -0,0 +1,8 @@ +export declare const resolvedPath: ( + resolvedPath: string, + input: unknown, + memberName: string, + labelValueProvider: () => string | undefined, + uriLabel: string, + isGreedyLabel: boolean +) => string; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts new file mode 100644 index 000000000..6981907dd --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/ser-utils.d.ts @@ -0,0 +1 @@ +export declare const serializeFloat: (value: number) => string | number; diff --git a/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts new file mode 100644 index 000000000..c54166b45 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/split-every.d.ts @@ -0,0 +1,5 @@ +export declare function splitEvery( + value: string, + delimiter: string, + numDelimiters: number +): Array; diff --git a/node_modules/@aws-sdk/smithy-client/package.json b/node_modules/@aws-sdk/smithy-client/package.json new file mode 100644 index 000000000..21bd60e12 --- /dev/null +++ b/node_modules/@aws-sdk/smithy-client/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/smithy-client", + "version": "3.234.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/middleware-stack": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/smithy-client", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/smithy-client" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/token-providers/LICENSE b/node_modules/@aws-sdk/token-providers/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/token-providers/README.md b/node_modules/@aws-sdk/token-providers/README.md new file mode 100644 index 000000000..986776c39 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/README.md @@ -0,0 +1,39 @@ +# @aws-sdk/token-providers + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/token-providers/latest.svg)](https://www.npmjs.com/package/@aws-sdk/token-providers) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/token-providers.svg)](https://www.npmjs.com/package/@aws-sdk/token-providers) + +A collection of all token providers. The token providers should be used when the authorization +type is going to be token based. For example, the `bearer` authorization type set using +[httpBearerAuth trait][http-bearer-auth-trait] in Smithy. + +## Static Token Provider + +```ts +import { fromStatic } from "@aws-sdk/token-providers" + +const token = { token: "TOKEN" }; +const staticTokenProvider = fromStatic(token); + +cont staticToken = await staticTokenProvider(); // returns { token: "TOKEN" } +``` + +## SSO Token Provider + +```ts +import { fromSso } from "@aws-sdk/token-providers" + +// returns token from SSO token cache or ssoOidc.createToken() call. +cont ssoToken = await fromSso(); +``` + +## Token Provider Chain + +```ts +import { nodeProvider } from "@aws-sdk/token-providers" + +// returns token from default providers. +cont token = await nodeProvider(); +``` + +[http-bearer-auth-trait]: https://smithy.io/2.0/spec/authentication-traits.html#smithy-api-httpbearerauth-trait diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js b/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js new file mode 100644 index 000000000..135f8b550 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.REFRESH_MESSAGE = exports.EXPIRE_WINDOW_MS = void 0; +exports.EXPIRE_WINDOW_MS = 5 * 60 * 1000; +exports.REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js b/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js new file mode 100644 index 000000000..e8a3e2ef1 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js @@ -0,0 +1,82 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromSso = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const constants_1 = require("./constants"); +const getNewSsoOidcToken_1 = require("./getNewSsoOidcToken"); +const validateTokenExpiry_1 = require("./validateTokenExpiry"); +const validateTokenKey_1 = require("./validateTokenKey"); +const writeSSOTokenToFile_1 = require("./writeSSOTokenToFile"); +const lastRefreshAttemptTime = new Date(0); +const fromSso = (init = {}) => async () => { + const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); + const profileName = (0, shared_ini_file_loader_1.getProfileName)(init); + const profile = profiles[profileName]; + if (!profile) { + throw new property_provider_1.TokenProviderError(`Profile '${profileName}' could not be found in shared credentials file.`, false); + } + else if (!profile["sso_session"]) { + throw new property_provider_1.TokenProviderError(`Profile '${profileName}' is missing required property 'sso_session'.`); + } + const ssoSessionName = profile["sso_session"]; + const ssoSessions = await (0, shared_ini_file_loader_1.loadSsoSessionData)(init); + const ssoSession = ssoSessions[ssoSessionName]; + if (!ssoSession) { + throw new property_provider_1.TokenProviderError(`Sso session '${ssoSessionName}' could not be found in shared credentials file.`, false); + } + for (const ssoSessionRequiredKey of ["sso_start_url", "sso_region"]) { + if (!ssoSession[ssoSessionRequiredKey]) { + throw new property_provider_1.TokenProviderError(`Sso session '${ssoSessionName}' is missing required property '${ssoSessionRequiredKey}'.`, false); + } + } + const ssoStartUrl = ssoSession["sso_start_url"]; + const ssoRegion = ssoSession["sso_region"]; + let ssoToken; + try { + ssoToken = await (0, shared_ini_file_loader_1.getSSOTokenFromFile)(ssoSessionName); + } + catch (e) { + throw new property_provider_1.TokenProviderError(`The SSO session token associated with profile=${profileName} was not found or is invalid. ${constants_1.REFRESH_MESSAGE}`, false); + } + (0, validateTokenKey_1.validateTokenKey)("accessToken", ssoToken.accessToken); + (0, validateTokenKey_1.validateTokenKey)("expiresAt", ssoToken.expiresAt); + const { accessToken, expiresAt } = ssoToken; + const existingToken = { token: accessToken, expiration: new Date(expiresAt) }; + if (existingToken.expiration.getTime() - Date.now() > constants_1.EXPIRE_WINDOW_MS) { + return existingToken; + } + if (Date.now() - lastRefreshAttemptTime.getTime() < 30 * 1000) { + (0, validateTokenExpiry_1.validateTokenExpiry)(existingToken); + return existingToken; + } + (0, validateTokenKey_1.validateTokenKey)("clientId", ssoToken.clientId, true); + (0, validateTokenKey_1.validateTokenKey)("clientSecret", ssoToken.clientSecret, true); + (0, validateTokenKey_1.validateTokenKey)("refreshToken", ssoToken.refreshToken, true); + try { + lastRefreshAttemptTime.setTime(Date.now()); + const newSsoOidcToken = await (0, getNewSsoOidcToken_1.getNewSsoOidcToken)(ssoToken, ssoRegion); + (0, validateTokenKey_1.validateTokenKey)("accessToken", newSsoOidcToken.accessToken); + (0, validateTokenKey_1.validateTokenKey)("expiresIn", newSsoOidcToken.expiresIn); + const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1000); + try { + await (0, writeSSOTokenToFile_1.writeSSOTokenToFile)(ssoSessionName, { + ...ssoToken, + accessToken: newSsoOidcToken.accessToken, + expiresAt: newTokenExpiration.toISOString(), + refreshToken: newSsoOidcToken.refreshToken, + }); + } + catch (error) { + } + return { + token: newSsoOidcToken.accessToken, + expiration: newTokenExpiration, + }; + } + catch (error) { + (0, validateTokenExpiry_1.validateTokenExpiry)(existingToken); + return existingToken; + } +}; +exports.fromSso = fromSso; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js b/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js new file mode 100644 index 000000000..636f64812 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromStatic = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromStatic = ({ token }) => async () => { + if (!token || !token.token) { + throw new property_provider_1.TokenProviderError(`Please pass a valid token to fromStatic`, false); + } + return token; +}; +exports.fromStatic = fromStatic; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js b/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js new file mode 100644 index 000000000..0cd3ca8b2 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getNewSsoOidcToken = void 0; +const client_sso_oidc_1 = require("@aws-sdk/client-sso-oidc"); +const getSsoOidcClient_1 = require("./getSsoOidcClient"); +const getNewSsoOidcToken = (ssoToken, ssoRegion) => { + const ssoOidcClient = (0, getSsoOidcClient_1.getSsoOidcClient)(ssoRegion); + return ssoOidcClient.send(new client_sso_oidc_1.CreateTokenCommand({ + clientId: ssoToken.clientId, + clientSecret: ssoToken.clientSecret, + refreshToken: ssoToken.refreshToken, + grantType: "refresh_token", + })); +}; +exports.getNewSsoOidcToken = getNewSsoOidcToken; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js b/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js new file mode 100644 index 000000000..7f4a3ed35 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getSsoOidcClient = void 0; +const client_sso_oidc_1 = require("@aws-sdk/client-sso-oidc"); +const ssoOidcClientsHash = {}; +const getSsoOidcClient = (ssoRegion) => { + if (ssoOidcClientsHash[ssoRegion]) { + return ssoOidcClientsHash[ssoRegion]; + } + const ssoOidcClient = new client_sso_oidc_1.SSOOIDCClient({ region: ssoRegion }); + ssoOidcClientsHash[ssoRegion] = ssoOidcClient; + return ssoOidcClient; +}; +exports.getSsoOidcClient = getSsoOidcClient; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/index.js b/node_modules/@aws-sdk/token-providers/dist-cjs/index.js new file mode 100644 index 000000000..3a45b493a --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromSso"), exports); +tslib_1.__exportStar(require("./fromStatic"), exports); +tslib_1.__exportStar(require("./nodeProvider"), exports); diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js b/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js new file mode 100644 index 000000000..8f808ef8f --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.nodeProvider = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const fromSso_1 = require("./fromSso"); +const nodeProvider = (init = {}) => (0, property_provider_1.memoize)((0, property_provider_1.chain)((0, fromSso_1.fromSso)(init), async () => { + throw new property_provider_1.TokenProviderError("Could not load token from any providers", false); +}), (token) => token.expiration !== undefined && token.expiration.getTime() - Date.now() < 300000, (token) => token.expiration !== undefined); +exports.nodeProvider = nodeProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js b/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js new file mode 100644 index 000000000..e9a4dadeb --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.validateTokenExpiry = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const constants_1 = require("./constants"); +const validateTokenExpiry = (token) => { + if (token.expiration && token.expiration.getTime() < Date.now()) { + throw new property_provider_1.TokenProviderError(`Token is expired. ${constants_1.REFRESH_MESSAGE}`, false); + } +}; +exports.validateTokenExpiry = validateTokenExpiry; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js b/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js new file mode 100644 index 000000000..7d9376568 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.validateTokenKey = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const constants_1 = require("./constants"); +const validateTokenKey = (key, value, forRefresh = false) => { + if (typeof value === "undefined") { + throw new property_provider_1.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${constants_1.REFRESH_MESSAGE}`, false); + } +}; +exports.validateTokenKey = validateTokenKey; diff --git a/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js b/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js new file mode 100644 index 000000000..40d6f7f3d --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.writeSSOTokenToFile = void 0; +const shared_ini_file_loader_1 = require("@aws-sdk/shared-ini-file-loader"); +const fs_1 = require("fs"); +const { writeFile } = fs_1.promises; +const writeSSOTokenToFile = (id, ssoToken) => { + const tokenFilepath = (0, shared_ini_file_loader_1.getSSOTokenFilepath)(id); + const tokenString = JSON.stringify(ssoToken, null, 2); + return writeFile(tokenFilepath, tokenString); +}; +exports.writeSSOTokenToFile = writeSSOTokenToFile; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/constants.js b/node_modules/@aws-sdk/token-providers/dist-es/constants.js new file mode 100644 index 000000000..b84a12678 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/constants.js @@ -0,0 +1,2 @@ +export const EXPIRE_WINDOW_MS = 5 * 60 * 1000; +export const REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js b/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js new file mode 100644 index 000000000..b7339ab9b --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js @@ -0,0 +1,78 @@ +import { TokenProviderError } from "@aws-sdk/property-provider"; +import { getProfileName, getSSOTokenFromFile, loadSsoSessionData, parseKnownFiles, } from "@aws-sdk/shared-ini-file-loader"; +import { EXPIRE_WINDOW_MS, REFRESH_MESSAGE } from "./constants"; +import { getNewSsoOidcToken } from "./getNewSsoOidcToken"; +import { validateTokenExpiry } from "./validateTokenExpiry"; +import { validateTokenKey } from "./validateTokenKey"; +import { writeSSOTokenToFile } from "./writeSSOTokenToFile"; +const lastRefreshAttemptTime = new Date(0); +export const fromSso = (init = {}) => async () => { + const profiles = await parseKnownFiles(init); + const profileName = getProfileName(init); + const profile = profiles[profileName]; + if (!profile) { + throw new TokenProviderError(`Profile '${profileName}' could not be found in shared credentials file.`, false); + } + else if (!profile["sso_session"]) { + throw new TokenProviderError(`Profile '${profileName}' is missing required property 'sso_session'.`); + } + const ssoSessionName = profile["sso_session"]; + const ssoSessions = await loadSsoSessionData(init); + const ssoSession = ssoSessions[ssoSessionName]; + if (!ssoSession) { + throw new TokenProviderError(`Sso session '${ssoSessionName}' could not be found in shared credentials file.`, false); + } + for (const ssoSessionRequiredKey of ["sso_start_url", "sso_region"]) { + if (!ssoSession[ssoSessionRequiredKey]) { + throw new TokenProviderError(`Sso session '${ssoSessionName}' is missing required property '${ssoSessionRequiredKey}'.`, false); + } + } + const ssoStartUrl = ssoSession["sso_start_url"]; + const ssoRegion = ssoSession["sso_region"]; + let ssoToken; + try { + ssoToken = await getSSOTokenFromFile(ssoSessionName); + } + catch (e) { + throw new TokenProviderError(`The SSO session token associated with profile=${profileName} was not found or is invalid. ${REFRESH_MESSAGE}`, false); + } + validateTokenKey("accessToken", ssoToken.accessToken); + validateTokenKey("expiresAt", ssoToken.expiresAt); + const { accessToken, expiresAt } = ssoToken; + const existingToken = { token: accessToken, expiration: new Date(expiresAt) }; + if (existingToken.expiration.getTime() - Date.now() > EXPIRE_WINDOW_MS) { + return existingToken; + } + if (Date.now() - lastRefreshAttemptTime.getTime() < 30 * 1000) { + validateTokenExpiry(existingToken); + return existingToken; + } + validateTokenKey("clientId", ssoToken.clientId, true); + validateTokenKey("clientSecret", ssoToken.clientSecret, true); + validateTokenKey("refreshToken", ssoToken.refreshToken, true); + try { + lastRefreshAttemptTime.setTime(Date.now()); + const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion); + validateTokenKey("accessToken", newSsoOidcToken.accessToken); + validateTokenKey("expiresIn", newSsoOidcToken.expiresIn); + const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1000); + try { + await writeSSOTokenToFile(ssoSessionName, { + ...ssoToken, + accessToken: newSsoOidcToken.accessToken, + expiresAt: newTokenExpiration.toISOString(), + refreshToken: newSsoOidcToken.refreshToken, + }); + } + catch (error) { + } + return { + token: newSsoOidcToken.accessToken, + expiration: newTokenExpiration, + }; + } + catch (error) { + validateTokenExpiry(existingToken); + return existingToken; + } +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js b/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js new file mode 100644 index 000000000..3f1eb0f31 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js @@ -0,0 +1,7 @@ +import { TokenProviderError } from "@aws-sdk/property-provider"; +export const fromStatic = ({ token }) => async () => { + if (!token || !token.token) { + throw new TokenProviderError(`Please pass a valid token to fromStatic`, false); + } + return token; +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js b/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js new file mode 100644 index 000000000..4b2126b99 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js @@ -0,0 +1,11 @@ +import { CreateTokenCommand } from "@aws-sdk/client-sso-oidc"; +import { getSsoOidcClient } from "./getSsoOidcClient"; +export const getNewSsoOidcToken = (ssoToken, ssoRegion) => { + const ssoOidcClient = getSsoOidcClient(ssoRegion); + return ssoOidcClient.send(new CreateTokenCommand({ + clientId: ssoToken.clientId, + clientSecret: ssoToken.clientSecret, + refreshToken: ssoToken.refreshToken, + grantType: "refresh_token", + })); +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js b/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js new file mode 100644 index 000000000..249d72610 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js @@ -0,0 +1,10 @@ +import { SSOOIDCClient } from "@aws-sdk/client-sso-oidc"; +const ssoOidcClientsHash = {}; +export const getSsoOidcClient = (ssoRegion) => { + if (ssoOidcClientsHash[ssoRegion]) { + return ssoOidcClientsHash[ssoRegion]; + } + const ssoOidcClient = new SSOOIDCClient({ region: ssoRegion }); + ssoOidcClientsHash[ssoRegion] = ssoOidcClient; + return ssoOidcClient; +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/index.js b/node_modules/@aws-sdk/token-providers/dist-es/index.js new file mode 100644 index 000000000..a0b176b4f --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/index.js @@ -0,0 +1,3 @@ +export * from "./fromSso"; +export * from "./fromStatic"; +export * from "./nodeProvider"; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js b/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js new file mode 100644 index 000000000..2b245677c --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js @@ -0,0 +1,5 @@ +import { chain, memoize, TokenProviderError } from "@aws-sdk/property-provider"; +import { fromSso } from "./fromSso"; +export const nodeProvider = (init = {}) => memoize(chain(fromSso(init), async () => { + throw new TokenProviderError("Could not load token from any providers", false); +}), (token) => token.expiration !== undefined && token.expiration.getTime() - Date.now() < 300000, (token) => token.expiration !== undefined); diff --git a/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js b/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js new file mode 100644 index 000000000..49c5226e5 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js @@ -0,0 +1,7 @@ +import { TokenProviderError } from "@aws-sdk/property-provider"; +import { REFRESH_MESSAGE } from "./constants"; +export const validateTokenExpiry = (token) => { + if (token.expiration && token.expiration.getTime() < Date.now()) { + throw new TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false); + } +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js b/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js new file mode 100644 index 000000000..cefa1ad1f --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js @@ -0,0 +1,7 @@ +import { TokenProviderError } from "@aws-sdk/property-provider"; +import { REFRESH_MESSAGE } from "./constants"; +export const validateTokenKey = (key, value, forRefresh = false) => { + if (typeof value === "undefined") { + throw new TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${REFRESH_MESSAGE}`, false); + } +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js b/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js new file mode 100644 index 000000000..ccc5bd3a5 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js @@ -0,0 +1,8 @@ +import { getSSOTokenFilepath } from "@aws-sdk/shared-ini-file-loader"; +import { promises as fsPromises } from "fs"; +const { writeFile } = fsPromises; +export const writeSSOTokenToFile = (id, ssoToken) => { + const tokenFilepath = getSSOTokenFilepath(id); + const tokenString = JSON.stringify(ssoToken, null, 2); + return writeFile(tokenFilepath, tokenString); +}; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts new file mode 100644 index 000000000..de28cde96 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts @@ -0,0 +1,8 @@ +/** + * The time window (5 mins) that SDK will treat the SSO token expires in before the defined expiration date in token. + * This is needed because server side may have invalidated the token before the defined expiration date. + * + * @internal + */ +export declare const EXPIRE_WINDOW_MS: number; +export declare const REFRESH_MESSAGE = "To refresh this SSO session run 'aws sso login' with the corresponding profile."; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts new file mode 100644 index 000000000..93010d8e4 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts @@ -0,0 +1,8 @@ +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { TokenIdentityProvider } from "@aws-sdk/types"; +export interface FromSsoInit extends SourceProfileInit { +} +/** + * Creates a token provider that will read from SSO token cache or ssoOidc.createToken() call. + */ +export declare const fromSso: (init?: FromSsoInit) => TokenIdentityProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts new file mode 100644 index 000000000..97967ebdc --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts @@ -0,0 +1,8 @@ +import { TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; +export interface FromStaticInit { + token?: TokenIdentity; +} +/** + * Creates a token provider that will read from static token. + */ +export declare const fromStatic: ({ token }: FromStaticInit) => TokenIdentityProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts new file mode 100644 index 000000000..14c262198 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts @@ -0,0 +1,5 @@ +import { SSOToken } from "@aws-sdk/shared-ini-file-loader"; +/** + * Returns a new SSO OIDC token from ssoOids.createToken() API call. + */ +export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string) => Promise; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts new file mode 100644 index 000000000..e93664d16 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts @@ -0,0 +1,6 @@ +import { SSOOIDCClient } from "@aws-sdk/client-sso-oidc"; +/** + * Returns a SSOOIDC client for the given region. If the client has already been created, + * it will be returned from the hash. + */ +export declare const getSsoOidcClient: (ssoRegion: string) => SSOOIDCClient; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts new file mode 100644 index 000000000..a0b176b4f --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts @@ -0,0 +1,3 @@ +export * from "./fromSso"; +export * from "./fromStatic"; +export * from "./nodeProvider"; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts new file mode 100644 index 000000000..e4846ec58 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts @@ -0,0 +1,18 @@ +import { TokenIdentityProvider } from "@aws-sdk/types"; +import { FromSsoInit } from "./fromSso"; +/** + * Creates a token provider that will attempt to find token from the + * following sources (listed in order of precedence): + * * SSO token from SSO cache or ssoOidc.createToken() call + * + * The default token provider is designed to invoke one provider at a time and only + * continue to the next if no token has been located. It currently has only SSO + * Token Provider in the chain. + * + * @param init Configuration that is passed to each individual + * provider + * + * @see fromSso The function used to source credentials from + * SSO cache or ssoOidc.createToken() call + */ +export declare const nodeProvider: (init?: FromSsoInit) => TokenIdentityProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..d7e75772f --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,3 @@ +export declare const EXPIRE_WINDOW_MS: number; +export declare const REFRESH_MESSAGE = + "To refresh this SSO session run 'aws sso login' with the corresponding profile."; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts new file mode 100644 index 000000000..8cc360333 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts @@ -0,0 +1,4 @@ +import { SourceProfileInit } from "@aws-sdk/shared-ini-file-loader"; +import { TokenIdentityProvider } from "@aws-sdk/types"; +export interface FromSsoInit extends SourceProfileInit {} +export declare const fromSso: (init?: FromSsoInit) => TokenIdentityProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts new file mode 100644 index 000000000..7c338b9d3 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts @@ -0,0 +1,7 @@ +import { TokenIdentity, TokenIdentityProvider } from "@aws-sdk/types"; +export interface FromStaticInit { + token?: TokenIdentity; +} +export declare const fromStatic: ({ + token, +}: FromStaticInit) => TokenIdentityProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts new file mode 100644 index 000000000..a6bcdb32c --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts @@ -0,0 +1,5 @@ +import { SSOToken } from "@aws-sdk/shared-ini-file-loader"; +export declare const getNewSsoOidcToken: ( + ssoToken: SSOToken, + ssoRegion: string +) => Promise; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts new file mode 100644 index 000000000..538fca4c2 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts @@ -0,0 +1,2 @@ +import { SSOOIDCClient } from "@aws-sdk/client-sso-oidc"; +export declare const getSsoOidcClient: (ssoRegion: string) => SSOOIDCClient; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..a0b176b4f --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts @@ -0,0 +1,3 @@ +export * from "./fromSso"; +export * from "./fromStatic"; +export * from "./nodeProvider"; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts new file mode 100644 index 000000000..11a9bd43d --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts @@ -0,0 +1,5 @@ +import { TokenIdentityProvider } from "@aws-sdk/types"; +import { FromSsoInit } from "./fromSso"; +export declare const nodeProvider: ( + init?: FromSsoInit +) => TokenIdentityProvider; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts new file mode 100644 index 000000000..90036052b --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts @@ -0,0 +1,2 @@ +import { TokenIdentity } from "@aws-sdk/types"; +export declare const validateTokenExpiry: (token: TokenIdentity) => void; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts new file mode 100644 index 000000000..105b2b4fc --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts @@ -0,0 +1,5 @@ +export declare const validateTokenKey: ( + key: string, + value: unknown, + forRefresh?: boolean +) => void; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts new file mode 100644 index 000000000..f76878665 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts @@ -0,0 +1,5 @@ +import { SSOToken } from "@aws-sdk/shared-ini-file-loader"; +export declare const writeSSOTokenToFile: ( + id: string, + ssoToken: SSOToken +) => Promise; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts new file mode 100644 index 000000000..1253784af --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts @@ -0,0 +1,5 @@ +import { TokenIdentity } from "@aws-sdk/types"; +/** + * Throws TokenProviderError is token is expired. + */ +export declare const validateTokenExpiry: (token: TokenIdentity) => void; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts new file mode 100644 index 000000000..a9618fd84 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts @@ -0,0 +1,4 @@ +/** + * Throws TokenProviderError if value is undefined for key. + */ +export declare const validateTokenKey: (key: string, value: unknown, forRefresh?: boolean) => void; diff --git a/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts b/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts new file mode 100644 index 000000000..8f1edf934 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts @@ -0,0 +1,5 @@ +import { SSOToken } from "@aws-sdk/shared-ini-file-loader"; +/** + * Writes SSO token to file based on filepath computed from ssoStartUrl or session name. + */ +export declare const writeSSOTokenToFile: (id: string, ssoToken: SSOToken) => Promise; diff --git a/node_modules/@aws-sdk/token-providers/package.json b/node_modules/@aws-sdk/token-providers/package.json new file mode 100644 index 000000000..7c1ce9cb9 --- /dev/null +++ b/node_modules/@aws-sdk/token-providers/package.json @@ -0,0 +1,63 @@ +{ + "name": "@aws-sdk/token-providers", + "version": "3.245.0", + "description": "A collection of token providers", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "sideEffects": false, + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "token" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/client-sso-oidc": "3.245.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/shared-ini-file-loader": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/token-providers", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/token-providers" + } +} diff --git a/node_modules/@aws-sdk/types/LICENSE b/node_modules/@aws-sdk/types/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/types/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/types/README.md b/node_modules/@aws-sdk/types/README.md new file mode 100644 index 000000000..a5658db80 --- /dev/null +++ b/node_modules/@aws-sdk/types/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/types + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/types/latest.svg)](https://www.npmjs.com/package/@aws-sdk/types) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/types.svg)](https://www.npmjs.com/package/@aws-sdk/types) diff --git a/node_modules/@aws-sdk/types/dist-cjs/abort.js b/node_modules/@aws-sdk/types/dist-cjs/abort.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/abort.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/auth.js b/node_modules/@aws-sdk/types/dist-cjs/auth.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/auth.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/checksum.js b/node_modules/@aws-sdk/types/dist-cjs/checksum.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/checksum.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/client.js b/node_modules/@aws-sdk/types/dist-cjs/client.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/client.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/command.js b/node_modules/@aws-sdk/types/dist-cjs/command.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/command.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/credentials.js b/node_modules/@aws-sdk/types/dist-cjs/credentials.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/credentials.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/crypto.js b/node_modules/@aws-sdk/types/dist-cjs/crypto.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/crypto.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/endpoint.js b/node_modules/@aws-sdk/types/dist-cjs/endpoint.js new file mode 100644 index 000000000..e34bd2c6d --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/endpoint.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.EndpointURLScheme = void 0; +var EndpointURLScheme; +(function (EndpointURLScheme) { + EndpointURLScheme["HTTP"] = "http"; + EndpointURLScheme["HTTPS"] = "https"; +})(EndpointURLScheme = exports.EndpointURLScheme || (exports.EndpointURLScheme = {})); diff --git a/node_modules/@aws-sdk/types/dist-cjs/eventStream.js b/node_modules/@aws-sdk/types/dist-cjs/eventStream.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/eventStream.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/http.js b/node_modules/@aws-sdk/types/dist-cjs/http.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/http.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js b/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js b/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js b/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js new file mode 100644 index 000000000..04363ad2b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +; diff --git a/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js b/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js b/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/identity/index.js b/node_modules/@aws-sdk/types/dist-cjs/identity/index.js new file mode 100644 index 000000000..9e9c97d93 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/identity/index.js @@ -0,0 +1,8 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./AnonymousIdentity"), exports); +tslib_1.__exportStar(require("./AwsCredentialIdentity"), exports); +tslib_1.__exportStar(require("./Identity"), exports); +tslib_1.__exportStar(require("./LoginIdentity"), exports); +tslib_1.__exportStar(require("./TokenIdentity"), exports); diff --git a/node_modules/@aws-sdk/types/dist-cjs/index.js b/node_modules/@aws-sdk/types/dist-cjs/index.js new file mode 100644 index 000000000..79127fcf3 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/index.js @@ -0,0 +1,28 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./abort"), exports); +tslib_1.__exportStar(require("./auth"), exports); +tslib_1.__exportStar(require("./checksum"), exports); +tslib_1.__exportStar(require("./client"), exports); +tslib_1.__exportStar(require("./command"), exports); +tslib_1.__exportStar(require("./credentials"), exports); +tslib_1.__exportStar(require("./crypto"), exports); +tslib_1.__exportStar(require("./endpoint"), exports); +tslib_1.__exportStar(require("./eventStream"), exports); +tslib_1.__exportStar(require("./http"), exports); +tslib_1.__exportStar(require("./identity"), exports); +tslib_1.__exportStar(require("./logger"), exports); +tslib_1.__exportStar(require("./middleware"), exports); +tslib_1.__exportStar(require("./pagination"), exports); +tslib_1.__exportStar(require("./profile"), exports); +tslib_1.__exportStar(require("./response"), exports); +tslib_1.__exportStar(require("./retry"), exports); +tslib_1.__exportStar(require("./serde"), exports); +tslib_1.__exportStar(require("./shapes"), exports); +tslib_1.__exportStar(require("./signature"), exports); +tslib_1.__exportStar(require("./stream"), exports); +tslib_1.__exportStar(require("./token"), exports); +tslib_1.__exportStar(require("./transfer"), exports); +tslib_1.__exportStar(require("./util"), exports); +tslib_1.__exportStar(require("./waiter"), exports); diff --git a/node_modules/@aws-sdk/types/dist-cjs/logger.js b/node_modules/@aws-sdk/types/dist-cjs/logger.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/logger.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/middleware.js b/node_modules/@aws-sdk/types/dist-cjs/middleware.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/middleware.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/pagination.js b/node_modules/@aws-sdk/types/dist-cjs/pagination.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/pagination.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/profile.js b/node_modules/@aws-sdk/types/dist-cjs/profile.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/profile.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/response.js b/node_modules/@aws-sdk/types/dist-cjs/response.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/response.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/retry.js b/node_modules/@aws-sdk/types/dist-cjs/retry.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/retry.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/serde.js b/node_modules/@aws-sdk/types/dist-cjs/serde.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/serde.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/shapes.js b/node_modules/@aws-sdk/types/dist-cjs/shapes.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/shapes.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/signature.js b/node_modules/@aws-sdk/types/dist-cjs/signature.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/signature.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/stream.js b/node_modules/@aws-sdk/types/dist-cjs/stream.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/stream.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/token.js b/node_modules/@aws-sdk/types/dist-cjs/token.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/token.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/transfer.js b/node_modules/@aws-sdk/types/dist-cjs/transfer.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/transfer.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/util.js b/node_modules/@aws-sdk/types/dist-cjs/util.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/util.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-cjs/waiter.js b/node_modules/@aws-sdk/types/dist-cjs/waiter.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-cjs/waiter.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/types/dist-es/abort.js b/node_modules/@aws-sdk/types/dist-es/abort.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/abort.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/auth.js b/node_modules/@aws-sdk/types/dist-es/auth.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/auth.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/checksum.js b/node_modules/@aws-sdk/types/dist-es/checksum.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/checksum.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/client.js b/node_modules/@aws-sdk/types/dist-es/client.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/client.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/command.js b/node_modules/@aws-sdk/types/dist-es/command.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/command.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/credentials.js b/node_modules/@aws-sdk/types/dist-es/credentials.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/credentials.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/crypto.js b/node_modules/@aws-sdk/types/dist-es/crypto.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/crypto.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/endpoint.js b/node_modules/@aws-sdk/types/dist-es/endpoint.js new file mode 100644 index 000000000..4ae601ffd --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/endpoint.js @@ -0,0 +1,5 @@ +export var EndpointURLScheme; +(function (EndpointURLScheme) { + EndpointURLScheme["HTTP"] = "http"; + EndpointURLScheme["HTTPS"] = "https"; +})(EndpointURLScheme || (EndpointURLScheme = {})); diff --git a/node_modules/@aws-sdk/types/dist-es/eventStream.js b/node_modules/@aws-sdk/types/dist-es/eventStream.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/eventStream.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/http.js b/node_modules/@aws-sdk/types/dist-es/http.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/http.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js b/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js b/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/identity/Identity.js b/node_modules/@aws-sdk/types/dist-es/identity/Identity.js new file mode 100644 index 000000000..95da36c2f --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/identity/Identity.js @@ -0,0 +1,2 @@ +; +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js b/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js b/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/identity/index.js b/node_modules/@aws-sdk/types/dist-es/identity/index.js new file mode 100644 index 000000000..863e78e80 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/identity/index.js @@ -0,0 +1,5 @@ +export * from "./AnonymousIdentity"; +export * from "./AwsCredentialIdentity"; +export * from "./Identity"; +export * from "./LoginIdentity"; +export * from "./TokenIdentity"; diff --git a/node_modules/@aws-sdk/types/dist-es/index.js b/node_modules/@aws-sdk/types/dist-es/index.js new file mode 100644 index 000000000..94228ab74 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/index.js @@ -0,0 +1,25 @@ +export * from "./abort"; +export * from "./auth"; +export * from "./checksum"; +export * from "./client"; +export * from "./command"; +export * from "./credentials"; +export * from "./crypto"; +export * from "./endpoint"; +export * from "./eventStream"; +export * from "./http"; +export * from "./identity"; +export * from "./logger"; +export * from "./middleware"; +export * from "./pagination"; +export * from "./profile"; +export * from "./response"; +export * from "./retry"; +export * from "./serde"; +export * from "./shapes"; +export * from "./signature"; +export * from "./stream"; +export * from "./token"; +export * from "./transfer"; +export * from "./util"; +export * from "./waiter"; diff --git a/node_modules/@aws-sdk/types/dist-es/logger.js b/node_modules/@aws-sdk/types/dist-es/logger.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/logger.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/middleware.js b/node_modules/@aws-sdk/types/dist-es/middleware.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/middleware.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/pagination.js b/node_modules/@aws-sdk/types/dist-es/pagination.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/pagination.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/profile.js b/node_modules/@aws-sdk/types/dist-es/profile.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/profile.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/response.js b/node_modules/@aws-sdk/types/dist-es/response.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/response.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/retry.js b/node_modules/@aws-sdk/types/dist-es/retry.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/retry.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/serde.js b/node_modules/@aws-sdk/types/dist-es/serde.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/serde.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/shapes.js b/node_modules/@aws-sdk/types/dist-es/shapes.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/shapes.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/signature.js b/node_modules/@aws-sdk/types/dist-es/signature.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/signature.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/stream.js b/node_modules/@aws-sdk/types/dist-es/stream.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/stream.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/token.js b/node_modules/@aws-sdk/types/dist-es/token.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/token.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/transfer.js b/node_modules/@aws-sdk/types/dist-es/transfer.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/transfer.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/util.js b/node_modules/@aws-sdk/types/dist-es/util.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/util.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-es/waiter.js b/node_modules/@aws-sdk/types/dist-es/waiter.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-es/waiter.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/types/dist-types/abort.d.ts b/node_modules/@aws-sdk/types/dist-types/abort.d.ts new file mode 100644 index 000000000..00396a137 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/abort.d.ts @@ -0,0 +1,42 @@ +export interface AbortHandler { + (this: AbortSignal, ev: any): any; +} +/** + * Holders of an AbortSignal object may query if the associated operation has + * been aborted and register an onabort handler. + * + * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal + */ +export interface AbortSignal { + /** + * Whether the action represented by this signal has been cancelled. + */ + readonly aborted: boolean; + /** + * A function to be invoked when the action represented by this signal has + * been cancelled. + */ + onabort: AbortHandler | null; +} +/** + * The AWS SDK uses a Controller/Signal model to allow for cooperative + * cancellation of asynchronous operations. When initiating such an operation, + * the caller can create an AbortController and then provide linked signal to + * subtasks. This allows a single source to communicate to multiple consumers + * that an action has been aborted without dictating how that cancellation + * should be handled. + * + * @see https://developer.mozilla.org/en-US/docs/Web/API/AbortController + */ +export interface AbortController { + /** + * An object that reports whether the action associated with this + * {AbortController} has been cancelled. + */ + readonly signal: AbortSignal; + /** + * Declares the operation associated with this AbortController to have been + * cancelled. + */ + abort(): void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/auth.d.ts b/node_modules/@aws-sdk/types/dist-types/auth.d.ts new file mode 100644 index 000000000..0be1c9b5d --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/auth.d.ts @@ -0,0 +1,27 @@ +/** + * Authentication schemes represent a way that the service will authenticate the customer’s identity. + */ +export interface AuthScheme { + /** + * @example "sigv4a" or "sigv4" + */ + name: "sigv4" | "sigv4a" | string; + /** + * @example "s3" + */ + signingName: string; + /** + * @example "us-east-1" + */ + signingRegion: string; + /** + * @example ["*"] + * @exammple ["us-west-2", "us-east-1"] + */ + signingRegionSet?: string[]; + /** + * @deprecated this field was renamed to signingRegion. + */ + signingScope?: never; + properties: Record; +} diff --git a/node_modules/@aws-sdk/types/dist-types/checksum.d.ts b/node_modules/@aws-sdk/types/dist-types/checksum.d.ts new file mode 100644 index 000000000..77497a3e4 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/checksum.d.ts @@ -0,0 +1,50 @@ +/** + * An object that provides a checksum of data provided in chunks to `update`. + * The checksum may be performed incrementally as chunks are received or all + * at once when the checksum is finalized, depending on the underlying + * implementation. + * + * It's recommended to compute checksum incrementally to avoid reading the + * entire payload in memory. + * + * A class that implements this interface may accept an optional secret key in its + * constructor while computing checksum value, when using HMAC. If provided, + * this secret key would be used when computing checksum. + */ +export interface Checksum { + /** + * Constant length of the digest created by the algorithm in bytes. + */ + digestLength?: number; + /** + * Creates a new checksum object that contains a deep copy of the internal + * state of the current `Checksum` object. + */ + copy?(): Checksum; + /** + * Returns the digest of all of the data passed. + */ + digest(): Promise; + /** + * Allows marking a checksum for checksums that support the ability + * to mark and reset. + * + * @param {number} readLimit - The maximum limit of bytes that can be read + * before the mark position becomes invalid. + */ + mark?(readLimit: number): void; + /** + * Resets the checksum to its initial value. + */ + reset(): void; + /** + * Adds a chunk of data for which checksum needs to be computed. + * This can be called many times with new data as it is streamed. + * + * Implementations may override this method which passes second param + * which makes Checksum object stateless. + * + * @param {Uint8Array} chunk - The buffer to update checksum with. + */ + update(chunk: Uint8Array): void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/client.d.ts b/node_modules/@aws-sdk/types/dist-types/client.d.ts new file mode 100644 index 000000000..84754dddc --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/client.d.ts @@ -0,0 +1,23 @@ +import { Command } from "./command"; +import { MiddlewareStack } from "./middleware"; +import { MetadataBearer } from "./response"; +/** + * function definition for different overrides of client's 'send' function. + */ +interface InvokeFunction { + (command: Command, options?: any): Promise; + (command: Command, options: any, cb: (err: any, data?: OutputType) => void): void; + (command: Command, options?: any, cb?: (err: any, data?: OutputType) => void): Promise | void; +} +/** + * A general interface for service clients, idempotent to browser or node clients + * This type corresponds to SmithyClient(https://github.com/aws/aws-sdk-js-v3/blob/main/packages/smithy-client/src/client.ts). + * It's provided for using without importing the SmithyClient class. + */ +export interface Client { + readonly config: ResolvedClientConfiguration; + middlewareStack: MiddlewareStack; + send: InvokeFunction; + destroy: () => void; +} +export {}; diff --git a/node_modules/@aws-sdk/types/dist-types/command.d.ts b/node_modules/@aws-sdk/types/dist-types/command.d.ts new file mode 100644 index 000000000..687d07011 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/command.d.ts @@ -0,0 +1,7 @@ +import { Handler, MiddlewareStack } from "./middleware"; +import { MetadataBearer } from "./response"; +export interface Command { + readonly input: InputType; + readonly middlewareStack: MiddlewareStack; + resolveMiddleware(stack: MiddlewareStack, configuration: ResolvedConfiguration, options: any): Handler; +} diff --git a/node_modules/@aws-sdk/types/dist-types/credentials.d.ts b/node_modules/@aws-sdk/types/dist-types/credentials.d.ts new file mode 100644 index 000000000..cc4701820 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/credentials.d.ts @@ -0,0 +1,13 @@ +import { AwsCredentialIdentity } from "./identity"; +import { Provider } from "./util"; +/** + * An object representing temporary or permanent AWS credentials. + * + * @deprecated Use {@AwsCredentialIdentity} + */ +export interface Credentials extends AwsCredentialIdentity { +} +/** + * @deprecated Use {@AwsCredentialIdentityProvider} + */ +export declare type CredentialProvider = Provider; diff --git a/node_modules/@aws-sdk/types/dist-types/crypto.d.ts b/node_modules/@aws-sdk/types/dist-types/crypto.d.ts new file mode 100644 index 000000000..658e33a1e --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/crypto.d.ts @@ -0,0 +1,47 @@ +export declare type SourceData = string | ArrayBuffer | ArrayBufferView; +/** + * An object that provides a hash of data provided in chunks to `update`. The + * hash may be performed incrementally as chunks are received or all at once + * when the hash is finalized, depending on the underlying implementation. + * + * @deprecated use {@link Checksum} + */ +export interface Hash { + /** + * Adds a chunk of data to the hash. If a buffer is provided, the `encoding` + * argument will be ignored. If a string is provided without a specified + * encoding, implementations must assume UTF-8 encoding. + * + * Not all encodings are supported on all platforms, though all must support + * UTF-8. + */ + update(toHash: SourceData, encoding?: "utf8" | "ascii" | "latin1"): void; + /** + * Finalizes the hash and provides a promise that will be fulfilled with the + * raw bytes of the calculated hash. + */ + digest(): Promise; +} +/** + * A constructor for a hash that may be used to calculate an HMAC. Implementing + * classes should not directly hold the provided key in memory beyond the + * lexical scope of the constructor. + */ +export interface HashConstructor { + new (secret?: SourceData): Hash; +} +/** + * A function that calculates the hash of a data stream. Determining the hash + * will consume the stream, so only replayable streams should be provided to an + * implementation of this interface. + */ +export interface StreamHasher { + (hashCtor: HashConstructor, stream: StreamType): Promise; +} +/** + * A function that returns a promise fulfilled with bytes from a + * cryptographically secure pseudorandom number generator. + */ +export interface randomValues { + (byteLength: number): Promise; +} diff --git a/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts b/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts new file mode 100644 index 000000000..32668f4d9 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts @@ -0,0 +1,56 @@ +import { AuthScheme } from "./auth"; +export interface EndpointPartition { + name: string; + dnsSuffix: string; + dualStackDnsSuffix: string; + supportsFIPS: boolean; + supportsDualStack: boolean; +} +export interface EndpointARN { + partition: string; + service: string; + region: string; + accountId: string; + resourceId: Array; +} +export declare enum EndpointURLScheme { + HTTP = "http", + HTTPS = "https" +} +export interface EndpointURL { + /** + * The URL scheme such as http or https. + */ + scheme: EndpointURLScheme; + /** + * The authority is the host and optional port component of the URL. + */ + authority: string; + /** + * The parsed path segment of the URL. + * This value is as-is as provided by the user. + */ + path: string; + /** + * The parsed path segment of the URL. + * This value is guranteed to start and end with a "/". + */ + normalizedPath: string; + /** + * A boolean indicating whether the authority is an IP address. + */ + isIp: boolean; +} +export declare type EndpointObjectProperty = string | boolean | { + [key: string]: EndpointObjectProperty; +} | EndpointObjectProperty[]; +export interface EndpointV2 { + url: URL; + properties?: { + authSchemes?: AuthScheme[]; + } & Record; + headers?: Record; +} +export declare type EndpointParameters = { + [name: string]: undefined | string | boolean; +}; diff --git a/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts b/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts new file mode 100644 index 000000000..babaede92 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts @@ -0,0 +1,96 @@ +import { HttpRequest } from "./http"; +import { FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, HandlerExecutionContext } from "./middleware"; +import { MetadataBearer } from "./response"; +/** + * An event stream message. The headers and body properties will always be + * defined, with empty headers represented as an object with no keys and an + * empty body represented as a zero-length Uint8Array. + */ +export interface Message { + headers: MessageHeaders; + body: Uint8Array; +} +export declare type MessageHeaders = Record; +export interface BooleanHeaderValue { + type: "boolean"; + value: boolean; +} +export interface ByteHeaderValue { + type: "byte"; + value: number; +} +export interface ShortHeaderValue { + type: "short"; + value: number; +} +export interface IntegerHeaderValue { + type: "integer"; + value: number; +} +export interface LongHeaderValue { + type: "long"; + value: Int64; +} +export interface BinaryHeaderValue { + type: "binary"; + value: Uint8Array; +} +export interface StringHeaderValue { + type: "string"; + value: string; +} +export interface TimestampHeaderValue { + type: "timestamp"; + value: Date; +} +export interface UuidHeaderValue { + type: "uuid"; + value: string; +} +export declare type MessageHeaderValue = BooleanHeaderValue | ByteHeaderValue | ShortHeaderValue | IntegerHeaderValue | LongHeaderValue | BinaryHeaderValue | StringHeaderValue | TimestampHeaderValue | UuidHeaderValue; +export interface Int64 { + readonly bytes: Uint8Array; + valueOf: () => number; + toString: () => string; +} +/** + * Util functions for serializing or deserializing event stream + */ +export interface EventStreamSerdeContext { + eventStreamMarshaller: EventStreamMarshaller; +} +/** + * A function which deserializes binary event stream message into modeled shape. + */ +export interface EventStreamMarshallerDeserFn { + (body: StreamType, deserializer: (input: Record) => Promise): AsyncIterable; +} +/** + * A function that serializes modeled shape into binary stream message. + */ +export interface EventStreamMarshallerSerFn { + (input: AsyncIterable, serializer: (event: T) => Message): StreamType; +} +/** + * An interface which provides functions for serializing and deserializing binary event stream + * to/from corresponsing modeled shape. + */ +export interface EventStreamMarshaller { + deserialize: EventStreamMarshallerDeserFn; + serialize: EventStreamMarshallerSerFn; +} +export interface EventStreamRequestSigner { + sign(request: HttpRequest): Promise; +} +export interface EventStreamPayloadHandler { + handle: (next: FinalizeHandler, args: FinalizeHandlerArguments, context?: HandlerExecutionContext) => Promise>; +} +export interface EventStreamPayloadHandlerProvider { + (options: any): EventStreamPayloadHandler; +} +export interface EventStreamSerdeProvider { + (options: any): EventStreamMarshaller; +} +export interface EventStreamSignerProvider { + (options: any): EventStreamRequestSigner; +} diff --git a/node_modules/@aws-sdk/types/dist-types/http.d.ts b/node_modules/@aws-sdk/types/dist-types/http.d.ts new file mode 100644 index 000000000..6f23ea169 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/http.d.ts @@ -0,0 +1,91 @@ +import { AbortSignal } from "./abort"; +/** + * A collection of key/value pairs with case-insensitive keys. + */ +export interface Headers extends Map { + /** + * Returns a new instance of Headers with the specified header set to the + * provided value. Does not modify the original Headers instance. + * + * @param headerName The name of the header to add or overwrite + * @param headerValue The value to which the header should be set + */ + withHeader(headerName: string, headerValue: string): Headers; + /** + * Returns a new instance of Headers without the specified header. Does not + * modify the original Headers instance. + * + * @param headerName The name of the header to remove + */ + withoutHeader(headerName: string): Headers; +} +/** + * A mapping of header names to string values. Multiple values for the same + * header should be represented as a single string with values separated by + * `, `. + * + * Keys should be considered case insensitive, even if this is not enforced by a + * particular implementation. For example, given the following HeaderBag, where + * keys differ only in case: + * + * { + * 'x-amz-date': '2000-01-01T00:00:00Z', + * 'X-Amz-Date': '2001-01-01T00:00:00Z' + * } + * + * The SDK may at any point during processing remove one of the object + * properties in favor of the other. The headers may or may not be combined, and + * the SDK will not deterministically select which header candidate to use. + */ +export declare type HeaderBag = Record; +/** + * Represents an HTTP message with headers and an optional static or streaming + * body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream; + */ +export interface HttpMessage { + headers: HeaderBag; + body?: any; +} +/** + * A mapping of query parameter names to strings or arrays of strings, with the + * second being used when a parameter contains a list of values. Value can be set + * to null when query is not in key-value pairs shape + */ +export declare type QueryParameterBag = Record | null>; +/** + * @deprecated use EndpointV2 from @aws-sdk/types. + */ +export interface Endpoint { + protocol: string; + hostname: string; + port?: number; + path: string; + query?: QueryParameterBag; +} +/** + * Interface an HTTP request class. Contains + * addressing information in addition to standard message properties. + */ +export interface HttpRequest extends HttpMessage, Endpoint { + method: string; +} +/** + * Represents an HTTP message as received in reply to a request. Contains a + * numeric status code in addition to standard message properties. + */ +export interface HttpResponse extends HttpMessage { + statusCode: number; +} +/** + * Represents HTTP message whose body has been resolved to a string. This is + * used in parsing http message. + */ +export interface ResolvedHttpResponse extends HttpResponse { + body: string; +} +/** + * Represents the options that may be passed to an Http Handler. + */ +export interface HttpHandlerOptions { + abortSignal?: AbortSignal; +} diff --git a/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts new file mode 100644 index 000000000..a71e10df4 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts @@ -0,0 +1,3 @@ +import { Identity } from "./Identity"; +export interface AnonymousIdentity extends Identity { +} diff --git a/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts new file mode 100644 index 000000000..a08e6fabf --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts @@ -0,0 +1,17 @@ +import { Identity, IdentityProvider } from "./Identity"; +export interface AwsCredentialIdentity extends Identity { + /** + * AWS access key ID + */ + readonly accessKeyId: string; + /** + * AWS secret access key + */ + readonly secretAccessKey: string; + /** + * A security or session token to use with these credentials. Usually + * present for temporary credentials. + */ + readonly sessionToken?: string; +} +export declare type AwsCredentialIdentityProvider = IdentityProvider; diff --git a/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts b/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts new file mode 100644 index 000000000..feeb27183 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts @@ -0,0 +1,9 @@ +export interface Identity { + /** + * A {Date} when the identity or credential will no longer be accepted. + */ + readonly expiration?: Date; +} +export interface IdentityProvider { + (identityProperties?: Record): Promise; +} diff --git a/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts new file mode 100644 index 000000000..f75a61a6a --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts @@ -0,0 +1,12 @@ +import { Identity, IdentityProvider } from "./Identity"; +export interface LoginIdentity extends Identity { + /** + * Identity username + */ + readonly username: string; + /** + * Identity password + */ + readonly password: string; +} +export declare type LoginIdentityProvider = IdentityProvider; diff --git a/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts new file mode 100644 index 000000000..974d10975 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts @@ -0,0 +1,8 @@ +import { Identity, IdentityProvider } from "./Identity"; +export interface TokenIdentity extends Identity { + /** + * The literal token string + */ + readonly token: string; +} +export declare type TokenIdentityProvider = IdentityProvider; diff --git a/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts b/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts new file mode 100644 index 000000000..863e78e80 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts @@ -0,0 +1,5 @@ +export * from "./AnonymousIdentity"; +export * from "./AwsCredentialIdentity"; +export * from "./Identity"; +export * from "./LoginIdentity"; +export * from "./TokenIdentity"; diff --git a/node_modules/@aws-sdk/types/dist-types/index.d.ts b/node_modules/@aws-sdk/types/dist-types/index.d.ts new file mode 100644 index 000000000..94228ab74 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/index.d.ts @@ -0,0 +1,25 @@ +export * from "./abort"; +export * from "./auth"; +export * from "./checksum"; +export * from "./client"; +export * from "./command"; +export * from "./credentials"; +export * from "./crypto"; +export * from "./endpoint"; +export * from "./eventStream"; +export * from "./http"; +export * from "./identity"; +export * from "./logger"; +export * from "./middleware"; +export * from "./pagination"; +export * from "./profile"; +export * from "./response"; +export * from "./retry"; +export * from "./serde"; +export * from "./shapes"; +export * from "./signature"; +export * from "./stream"; +export * from "./token"; +export * from "./transfer"; +export * from "./util"; +export * from "./waiter"; diff --git a/node_modules/@aws-sdk/types/dist-types/logger.d.ts b/node_modules/@aws-sdk/types/dist-types/logger.d.ts new file mode 100644 index 000000000..2d65a88c1 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/logger.d.ts @@ -0,0 +1,27 @@ +/** + * A list of logger's log level. These levels are sorted in + * order of increasing severity. Each log level includes itself and all + * the levels behind itself. + * + * @example new Logger({logLevel: 'warn'}) will print all the warn and error + * message. + */ +export declare type LogLevel = "all" | "trace" | "debug" | "log" | "info" | "warn" | "error" | "off"; +/** + * An object consumed by Logger constructor to initiate a logger object. + */ +export interface LoggerOptions { + logger?: Logger; + logLevel?: LogLevel; +} +/** + * Represents a logger object that is available in HandlerExecutionContext + * throughout the middleware stack. + */ +export interface Logger { + trace?: (...content: any[]) => void; + debug: (...content: any[]) => void; + info: (...content: any[]) => void; + warn: (...content: any[]) => void; + error: (...content: any[]) => void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/middleware.d.ts b/node_modules/@aws-sdk/types/dist-types/middleware.d.ts new file mode 100644 index 000000000..110593831 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/middleware.d.ts @@ -0,0 +1,362 @@ +import { AuthScheme } from "./auth"; +import { EndpointV2 } from "./endpoint"; +import { Logger } from "./logger"; +import { UserAgent } from "./util"; +export interface InitializeHandlerArguments { + /** + * User input to a command. Reflects the userland representation of the + * union of data types the command can effectively handle. + */ + input: Input; +} +export interface InitializeHandlerOutput extends DeserializeHandlerOutput { + output: Output; +} +export interface SerializeHandlerArguments extends InitializeHandlerArguments { + /** + * The user input serialized as a request object. The request object is unknown, + * so you cannot modify it directly. When work with request, you need to guard its + * type to e.g. HttpRequest with 'instanceof' operand + * + * During the build phase of the execution of a middleware stack, a built + * request may or may not be available. + */ + request?: unknown; +} +export interface SerializeHandlerOutput extends InitializeHandlerOutput { +} +export interface BuildHandlerArguments extends FinalizeHandlerArguments { +} +export interface BuildHandlerOutput extends InitializeHandlerOutput { +} +export interface FinalizeHandlerArguments extends SerializeHandlerArguments { + /** + * The user input serialized as a request. + */ + request: unknown; +} +export interface FinalizeHandlerOutput extends InitializeHandlerOutput { +} +export interface DeserializeHandlerArguments extends FinalizeHandlerArguments { +} +export interface DeserializeHandlerOutput { + /** + * The raw response object from runtime is deserialized to structured output object. + * The response object is unknown so you cannot modify it directly. When work with + * response, you need to guard its type to e.g. HttpResponse with 'instanceof' operand. + * + * During the deserialize phase of the execution of a middleware stack, a deserialized + * response may or may not be available + */ + response: unknown; + output?: Output; +} +export interface InitializeHandler { + /** + * Asynchronously converts an input object into an output object. + * + * @param args An object containing a input to the command as well as any + * associated or previously generated execution artifacts. + */ + (args: InitializeHandlerArguments): Promise>; +} +export declare type Handler = InitializeHandler; +export interface SerializeHandler { + /** + * Asynchronously converts an input object into an output object. + * + * @param args An object containing a input to the command as well as any + * associated or previously generated execution artifacts. + */ + (args: SerializeHandlerArguments): Promise>; +} +export interface FinalizeHandler { + /** + * Asynchronously converts an input object into an output object. + * + * @param args An object containing a input to the command as well as any + * associated or previously generated execution artifacts. + */ + (args: FinalizeHandlerArguments): Promise>; +} +export interface BuildHandler { + (args: BuildHandlerArguments): Promise>; +} +export interface DeserializeHandler { + (args: DeserializeHandlerArguments): Promise>; +} +/** + * A factory function that creates functions implementing the {Handler} + * interface. + */ +export interface InitializeMiddleware { + /** + * @param next The handler to invoke after this middleware has operated on + * the user input and before this middleware operates on the output. + * + * @param context Invariant data and functions for use by the handler. + */ + (next: InitializeHandler, context: HandlerExecutionContext): InitializeHandler; +} +/** + * A factory function that creates functions implementing the {BuildHandler} + * interface. + */ +export interface SerializeMiddleware { + /** + * @param next The handler to invoke after this middleware has operated on + * the user input and before this middleware operates on the output. + * + * @param context Invariant data and functions for use by the handler. + */ + (next: SerializeHandler, context: HandlerExecutionContext): SerializeHandler; +} +/** + * A factory function that creates functions implementing the {FinalizeHandler} + * interface. + */ +export interface FinalizeRequestMiddleware { + /** + * @param next The handler to invoke after this middleware has operated on + * the user input and before this middleware operates on the output. + * + * @param context Invariant data and functions for use by the handler. + */ + (next: FinalizeHandler, context: HandlerExecutionContext): FinalizeHandler; +} +export interface BuildMiddleware { + (next: BuildHandler, context: HandlerExecutionContext): BuildHandler; +} +export interface DeserializeMiddleware { + (next: DeserializeHandler, context: HandlerExecutionContext): DeserializeHandler; +} +export declare type MiddlewareType = InitializeMiddleware | SerializeMiddleware | BuildMiddleware | FinalizeRequestMiddleware | DeserializeMiddleware; +/** + * A factory function that creates the terminal handler atop which a middleware + * stack sits. + */ +export interface Terminalware { + (context: HandlerExecutionContext): DeserializeHandler; +} +export declare type Step = "initialize" | "serialize" | "build" | "finalizeRequest" | "deserialize"; +export declare type Priority = "high" | "normal" | "low"; +export interface HandlerOptions { + /** + * Handlers are ordered using a "step" that describes the stage of command + * execution at which the handler will be executed. The available steps are: + * + * - initialize: The input is being prepared. Examples of typical + * initialization tasks include injecting default options computing + * derived parameters. + * - serialize: The input is complete and ready to be serialized. Examples + * of typical serialization tasks include input validation and building + * an HTTP request from user input. + * - build: The input has been serialized into an HTTP request, but that + * request may require further modification. Any request alterations + * will be applied to all retries. Examples of typical build tasks + * include injecting HTTP headers that describe a stable aspect of the + * request, such as `Content-Length` or a body checksum. + * - finalizeRequest: The request is being prepared to be sent over the wire. The + * request in this stage should already be semantically complete and + * should therefore only be altered as match the recipient's + * expectations. Examples of typical finalization tasks include request + * signing and injecting hop-by-hop headers. + * - deserialize: The response has arrived, the middleware here will deserialize + * the raw response object to structured response + * + * Unlike initialization and build handlers, which are executed once + * per operation execution, finalization and deserialize handlers will be + * executed foreach HTTP request sent. + * + * @default 'initialize' + */ + step?: Step; + /** + * A list of strings to any that identify the general purpose or important + * characteristics of a given handler. + */ + tags?: Array; + /** + * A unique name to refer to a middleware + */ + name?: string; + /** + * A flag to override the existing middleware with the same name. Without + * setting it, adding middleware with duplicated name will throw an exception. + * @internal + */ + override?: boolean; +} +export interface AbsoluteLocation { + /** + * By default middleware will be added to individual step in un-guaranteed order. + * In the case that + * + * @default 'normal' + */ + priority?: Priority; +} +export declare type Relation = "before" | "after"; +export interface RelativeLocation { + /** + * Specify the relation to be before or after a know middleware. + */ + relation: Relation; + /** + * A known middleware name to indicate inserting middleware's location. + */ + toMiddleware: string; +} +export declare type RelativeMiddlewareOptions = RelativeLocation & Omit; +export interface InitializeHandlerOptions extends HandlerOptions { + step?: "initialize"; +} +export interface SerializeHandlerOptions extends HandlerOptions { + step: "serialize"; +} +export interface BuildHandlerOptions extends HandlerOptions { + step: "build"; +} +export interface FinalizeRequestHandlerOptions extends HandlerOptions { + step: "finalizeRequest"; +} +export interface DeserializeHandlerOptions extends HandlerOptions { + step: "deserialize"; +} +/** + * A stack storing middleware. It can be resolved into a handler. It supports 2 + * approaches for adding middleware: + * 1. Adding middleware to specific step with `add()`. The order of middleware + * added into same step is determined by order of adding them. If one middleware + * needs to be executed at the front of the step or at the end of step, set + * `priority` options to `high` or `low`. + * 2. Adding middleware to location relative to known middleware with `addRelativeTo()`. + * This is useful when given middleware must be executed before or after specific + * middleware(`toMiddleware`). You can add a middleware relatively to another + * middleware which also added relatively. But eventually, this relative middleware + * chain **must** be 'anchored' by a middleware that added using `add()` API + * with absolute `step` and `priority`. This mothod will throw if specified + * `toMiddleware` is not found. + */ +export interface MiddlewareStack extends Pluggable { + /** + * Add middleware to the stack to be executed during the "initialize" step, + * optionally specifying a priority, tags and name + */ + add(middleware: InitializeMiddleware, options?: InitializeHandlerOptions & AbsoluteLocation): void; + /** + * Add middleware to the stack to be executed during the "serialize" step, + * optionally specifying a priority, tags and name + */ + add(middleware: SerializeMiddleware, options: SerializeHandlerOptions & AbsoluteLocation): void; + /** + * Add middleware to the stack to be executed during the "build" step, + * optionally specifying a priority, tags and name + */ + add(middleware: BuildMiddleware, options: BuildHandlerOptions & AbsoluteLocation): void; + /** + * Add middleware to the stack to be executed during the "finalizeRequest" step, + * optionally specifying a priority, tags and name + */ + add(middleware: FinalizeRequestMiddleware, options: FinalizeRequestHandlerOptions & AbsoluteLocation): void; + /** + * Add middleware to the stack to be executed during the "deserialize" step, + * optionally specifying a priority, tags and name + */ + add(middleware: DeserializeMiddleware, options: DeserializeHandlerOptions & AbsoluteLocation): void; + /** + * Add middleware to a stack position before or after a known middleware,optionally + * specifying name and tags. + */ + addRelativeTo(middleware: MiddlewareType, options: RelativeMiddlewareOptions): void; + /** + * Apply a customization function to mutate the middleware stack, often + * used for customizations that requires mutating multiple middleware. + */ + use(pluggable: Pluggable): void; + /** + * Create a shallow clone of this stack. Step bindings and handler priorities + * and tags are preserved in the copy. + */ + clone(): MiddlewareStack; + /** + * Removes middleware from the stack. + * + * If a string is provided, it will be treated as middleware name. If a middleware + * is inserted with the given name, it will be removed. + * + * If a middleware class is provided, all usages thereof will be removed. + */ + remove(toRemove: MiddlewareType | string): boolean; + /** + * Removes middleware that contains given tag + * + * Multiple middleware will potentially be removed + */ + removeByTag(toRemove: string): boolean; + /** + * Create a stack containing the middlewares in this stack as well as the + * middlewares in the `from` stack. Neither source is modified, and step + * bindings and handler priorities and tags are preserved in the copy. + */ + concat(from: MiddlewareStack): MiddlewareStack; + /** + * Returns a list of the current order of middleware in the stack. + * This does not execute the middleware functions, nor does it + * provide a reference to the stack itself. + */ + identify(): string[]; + /** + * Builds a single handler function from zero or more middleware classes and + * a core handler. The core handler is meant to send command objects to AWS + * services and return promises that will resolve with the operation result + * or be rejected with an error. + * + * When a composed handler is invoked, the arguments will pass through all + * middleware in a defined order, and the return from the innermost handler + * will pass through all middleware in the reverse of that order. + */ + resolve(handler: DeserializeHandler, context: HandlerExecutionContext): InitializeHandler; +} +/** + * Data and helper objects that are not expected to change from one execution of + * a composed handler to another. + */ +export interface HandlerExecutionContext { + /** + * A logger that may be invoked by any handler during execution of an + * operation. + */ + logger?: Logger; + /** + * Additional user agent that inferred by middleware. It can be used to save + * the internal user agent sections without overriding the `customUserAgent` + * config in clients. + */ + userAgent?: UserAgent; + /** + * Resolved by the endpointMiddleware function of @aws-sdk/middleware-endpoint + * in the serialization stage. + */ + endpointV2?: EndpointV2; + /** + * Set at the same time as endpointV2. + */ + authSchemes?: AuthScheme[]; + /** + * Used by DynamoDbDocumentClient. + */ + dynamoDbDocumentClientOptions?: Partial<{ + overrideInputFilterSensitiveLog(...args: any[]): string | void; + overrideOutputFilterSensitiveLog(...args: any[]): string | void; + }>; + [key: string]: any; +} +export interface Pluggable { + /** + * A function that mutate the passed in middleware stack. Functions implementing + * this interface can add, remove, modify existing middleware stack from clients + * or commands + */ + applyToStack: (stack: MiddlewareStack) => void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/pagination.d.ts b/node_modules/@aws-sdk/types/dist-types/pagination.d.ts new file mode 100644 index 000000000..95b95776d --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/pagination.d.ts @@ -0,0 +1,22 @@ +import { Client } from "./client"; +/** + * Expected type definition of a paginator. + */ +export declare type Paginator = AsyncGenerator; +/** + * Expected paginator configuration passed to an operation. Services will extend + * this interface definition and may type client further. + */ +export interface PaginationConfiguration { + client: Client; + pageSize?: number; + startingToken?: any; + /** + * For some APIs, such as CloudWatchLogs events, the next page token will always + * be present. + * + * When true, this config field will have the paginator stop when the token doesn't change + * instead of when it is not present. + */ + stopOnSameToken?: boolean; +} diff --git a/node_modules/@aws-sdk/types/dist-types/profile.d.ts b/node_modules/@aws-sdk/types/dist-types/profile.d.ts new file mode 100644 index 000000000..2bfc88256 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/profile.d.ts @@ -0,0 +1,11 @@ +export declare type IniSection = Record; +/** + * @deprecated: Please use IniSection + */ +export interface Profile extends IniSection { +} +export declare type ParsedIniData = Record; +export interface SharedConfigFiles { + credentialsFile: ParsedIniData; + configFile: ParsedIniData; +} diff --git a/node_modules/@aws-sdk/types/dist-types/response.d.ts b/node_modules/@aws-sdk/types/dist-types/response.d.ts new file mode 100644 index 000000000..85d9b9b68 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/response.d.ts @@ -0,0 +1,34 @@ +export interface ResponseMetadata { + /** + * The status code of the last HTTP response received for this operation. + */ + httpStatusCode?: number; + /** + * A unique identifier for the last request sent for this operation. Often + * requested by AWS service teams to aid in debugging. + */ + requestId?: string; + /** + * A secondary identifier for the last request sent. Used for debugging. + */ + extendedRequestId?: string; + /** + * A tertiary identifier for the last request sent. Used for debugging. + */ + cfId?: string; + /** + * The number of times this operation was attempted. + */ + attempts?: number; + /** + * The total amount of time (in milliseconds) that was spent waiting between + * retry attempts. + */ + totalRetryDelay?: number; +} +export interface MetadataBearer { + /** + * Metadata pertaining to this request. + */ + $metadata: ResponseMetadata; +} diff --git a/node_modules/@aws-sdk/types/dist-types/retry.d.ts b/node_modules/@aws-sdk/types/dist-types/retry.d.ts new file mode 100644 index 000000000..2e53215f1 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/retry.d.ts @@ -0,0 +1,112 @@ +export declare type RetryErrorType = +/** + * This is a connection level error such as a socket timeout, socket connect + * error, tls negotiation timeout etc... + * Typically these should never be applied for non-idempotent request types + * since in this scenario, it's impossible to know whether the operation had + * a side effect on the server. + */ +"TRANSIENT" +/** + * This is an error where the server explicitly told the client to back off, + * such as a 429 or 503 Http error. + */ + | "THROTTLING" +/** + * This is a server error that isn't explicitly throttling but is considered + * by the client to be something that should be retried. + */ + | "SERVER_ERROR" +/** + * Doesn't count against any budgets. This could be something like a 401 + * challenge in Http. + */ + | "CLIENT_ERROR"; +export interface RetryErrorInfo { + errorType: RetryErrorType; + /** + * Protocol hint. This could come from Http's 'retry-after' header or + * something from MQTT or any other protocol that has the ability to convey + * retry info from a peer. + * + * @returns the Date after which a retry should be attempted. + */ + retryAfterHint?: Date; +} +export interface RetryBackoffStrategy { + /** + * @returns the number of milliseconds to wait before retrying an action. + */ + computeNextBackoffDelay(retryAttempt: number): number; +} +export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy { + /** + * Sets the delayBase used to compute backoff delays. + * @param delayBase + */ + setDelayBase(delayBase: number): void; +} +export interface RetryStrategyOptions { + backoffStrategy: RetryBackoffStrategy; + maxRetriesBase: number; +} +export interface RetryToken { + /** + * @returns the current count of retry. + */ + getRetryCount(): number; + /** + * @returns the number of milliseconds to wait before retrying an action. + */ + getRetryDelay(): number; +} +export interface StandardRetryToken extends RetryToken { + /** + * @returns wheather token has remaining tokens. + */ + hasRetryTokens(errorType: RetryErrorType): boolean; + /** + * @returns the number of available tokens. + */ + getRetryTokenCount(errorInfo: RetryErrorInfo): number; + /** + * @returns the cost of the last retry attemp. + */ + getLastRetryCost(): number | undefined; + /** + * Releases a number of tokens. + * + * @param amount of tokens to release. + */ + releaseRetryTokens(amount?: number): void; +} +export interface RetryStrategyV2 { + /** + * Called before any retries (for the first call to the operation). It either + * returns a retry token or an error upon the failure to acquire a token prior. + * + * tokenScope is arbitrary and out of scope for this component. However, + * adding it here offers us a lot of future flexibility for outage detection. + * For example, it could be "us-east-1" on a shared retry strategy, or + * "us-west-2-c:dynamodb". + */ + acquireInitialRetryToken(retryTokenScope: string): Promise; + /** + * After a failed operation call, this function is invoked to refresh the + * retryToken returned by acquireInitialRetryToken(). This function can + * either choose to allow another retry and send a new or updated token, + * or reject the retry attempt and report the error either in an exception + * or returning an error. + */ + refreshRetryTokenForRetry(tokenToRenew: RetryToken, errorInfo: RetryErrorInfo): Promise; + /** + * Upon successful completion of the operation, a user calls this function + * to record that the operation was successful. + */ + recordSuccess(token: RetryToken): void; +} +export declare type ExponentialBackoffJitterType = "DEFAULT" | "NONE" | "FULL" | "DECORRELATED"; +export interface ExponentialBackoffStrategyOptions { + jitterType: ExponentialBackoffJitterType; + backoffScaleValue?: number; +} diff --git a/node_modules/@aws-sdk/types/dist-types/serde.d.ts b/node_modules/@aws-sdk/types/dist-types/serde.d.ts new file mode 100644 index 000000000..c43c6e31f --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/serde.d.ts @@ -0,0 +1,100 @@ +import { Endpoint } from "./http"; +import { RequestHandler } from "./transfer"; +import { Decoder, Encoder, Provider } from "./util"; +/** + * Interface for object requires an Endpoint set. + */ +export interface EndpointBearer { + endpoint: Provider; +} +export interface StreamCollector { + /** + * A function that converts a stream into an array of bytes. + * + * @param stream The low-level native stream from browser or Nodejs runtime + */ + (stream: any): Promise; +} +/** + * Request and Response serde util functions and settings for AWS services + */ +export interface SerdeContext extends EndpointBearer { + base64Encoder: Encoder; + base64Decoder: Decoder; + utf8Encoder: Encoder; + utf8Decoder: Decoder; + streamCollector: StreamCollector; + requestHandler: RequestHandler; + disableHostPrefix: boolean; +} +export interface RequestSerializer { + /** + * Converts the provided `input` into a request object + * + * @param input The user input to serialize. + * + * @param context Context containing runtime-specific util functions. + */ + (input: any, context: Context): Promise; +} +export interface ResponseDeserializer { + /** + * Converts the output of an operation into JavaScript types. + * + * @param output The HTTP response received from the service + * + * @param context context containing runtime-specific util functions. + */ + (output: ResponseType, context: Context): Promise; +} +/** + * Declare ReadableStream in case dom.d.ts is not added to the tsconfig lib causing + * ReadableStream interface is not defined. For developers with dom.d.ts added, + * the ReadableStream interface will be merged correctly. + * + * This is also required for any clients with streaming interface where ReadableStream + * type is also referred. The type is only declared here once since this @aws-sdk/types + * is depended by all @aws-sdk packages. + */ +declare global { + export interface ReadableStream { + } +} +/** + * The interface contains mix-in utility functions to transfer the runtime-specific + * stream implementation to specified format. Each stream can ONLY be transformed + * once. + */ +export interface SdkStreamMixin { + transformToByteArray: () => Promise; + transformToString: (encoding?: string) => Promise; + transformToWebStream: () => ReadableStream; +} +/** + * The type describing a runtime-specific stream implementation with mix-in + * utility functions. + */ +export declare type SdkStream = BaseStream & SdkStreamMixin; +/** + * Indicates that the member of type T with + * key StreamKey have been extended + * with the SdkStreamMixin helper methods. + */ +export declare type WithSdkStreamMixin = { + [key in keyof T]: key extends StreamKey ? SdkStream : T[key]; +}; +/** + * Interface for internal function to inject stream utility functions + * implementation + * + * @internal + */ +export interface SdkStreamMixinInjector { + (stream: unknown): SdkStreamMixin; +} +/** + * @internal + */ +export interface SdkStreamSerdeContext { + sdkStreamMixin: SdkStreamMixinInjector; +} diff --git a/node_modules/@aws-sdk/types/dist-types/shapes.d.ts b/node_modules/@aws-sdk/types/dist-types/shapes.d.ts new file mode 100644 index 000000000..d9ffee593 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/shapes.d.ts @@ -0,0 +1,54 @@ +import { HttpResponse } from "./http"; +import { MetadataBearer } from "./response"; +/** + * A document type represents an untyped JSON-like value. + * + * Not all protocols support document types, and the serialization format of a + * document type is protocol specific. All JSON protocols SHOULD support + * document types and they SHOULD serialize document types inline as normal + * JSON values. + */ +export declare type DocumentType = null | boolean | number | string | DocumentType[] | { + [prop: string]: DocumentType; +}; +/** + * A structure shape with the error trait. + * https://smithy.io/2.0/spec/behavior-traits.html#smithy-api-retryable-trait + */ +export interface RetryableTrait { + /** + * Indicates that the error is a retryable throttling error. + */ + readonly throttling?: boolean; +} +/** + * Type that is implemented by all Smithy shapes marked with the + * error trait. + * @deprecated + */ +export interface SmithyException { + /** + * The shape ID name of the exception. + */ + readonly name: string; + /** + * Whether the client or server are at fault. + */ + readonly $fault: "client" | "server"; + /** + * The service that encountered the exception. + */ + readonly $service?: string; + /** + * Indicates that an error MAY be retried by the client. + */ + readonly $retryable?: RetryableTrait; + /** + * Reference to low-level HTTP response object. + */ + readonly $response?: HttpResponse; +} +/** + * @deprecated + */ +export declare type SdkError = Error & Partial & Partial; diff --git a/node_modules/@aws-sdk/types/dist-types/signature.d.ts b/node_modules/@aws-sdk/types/dist-types/signature.d.ts new file mode 100644 index 000000000..689c9728f --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/signature.d.ts @@ -0,0 +1,100 @@ +import { HttpRequest } from "./http"; +/** + * A {Date} object, a unix (epoch) timestamp in seconds, or a string that can be + * understood by the JavaScript {Date} constructor. + */ +export declare type DateInput = number | string | Date; +export interface SigningArguments { + /** + * The date and time to be used as signature metadata. This value should be + * a Date object, a unix (epoch) timestamp, or a string that can be + * understood by the JavaScript `Date` constructor.If not supplied, the + * value returned by `new Date()` will be used. + */ + signingDate?: DateInput; + /** + * The service signing name. It will override the service name of the signer + * in current invocation + */ + signingService?: string; + /** + * The region name to sign the request. It will override the signing region of the + * signer in current invocation + */ + signingRegion?: string; +} +export interface RequestSigningArguments extends SigningArguments { + /** + * A set of strings whose members represents headers that cannot be signed. + * All headers in the provided request will have their names converted to + * lower case and then checked for existence in the unsignableHeaders set. + */ + unsignableHeaders?: Set; + /** + * A set of strings whose members represents headers that should be signed. + * Any values passed here will override those provided via unsignableHeaders, + * allowing them to be signed. + * + * All headers in the provided request will have their names converted to + * lower case before signing. + */ + signableHeaders?: Set; +} +export interface RequestPresigningArguments extends RequestSigningArguments { + /** + * The number of seconds before the presigned URL expires + */ + expiresIn?: number; + /** + * A set of strings whose representing headers that should not be hoisted + * to presigned request's query string. If not supplied, the presigner + * moves all the AWS-specific headers (starting with `x-amz-`) to the request + * query string. If supplied, these headers remain in the presigned request's + * header. + * All headers in the provided request will have their names converted to + * lower case and then checked for existence in the unhoistableHeaders set. + */ + unhoistableHeaders?: Set; +} +export interface EventSigningArguments extends SigningArguments { + priorSignature: string; +} +export interface RequestPresigner { + /** + * Signs a request for future use. + * + * The request will be valid until either the provided `expiration` time has + * passed or the underlying credentials have expired. + * + * @param requestToSign The request that should be signed. + * @param options Additional signing options. + */ + presign(requestToSign: HttpRequest, options?: RequestPresigningArguments): Promise; +} +/** + * An object that signs request objects with AWS credentials using one of the + * AWS authentication protocols. + */ +export interface RequestSigner { + /** + * Sign the provided request for immediate dispatch. + */ + sign(requestToSign: HttpRequest, options?: RequestSigningArguments): Promise; +} +export interface StringSigner { + /** + * Sign the provided `stringToSign` for use outside of the context of + * request signing. Typical uses include signed policy generation. + */ + sign(stringToSign: string, options?: SigningArguments): Promise; +} +export interface FormattedEvent { + headers: Uint8Array; + payload: Uint8Array; +} +export interface EventSigner { + /** + * Sign the individual event of the event stream. + */ + sign(event: FormattedEvent, options: EventSigningArguments): Promise; +} diff --git a/node_modules/@aws-sdk/types/dist-types/stream.d.ts b/node_modules/@aws-sdk/types/dist-types/stream.d.ts new file mode 100644 index 000000000..1d1d5fc64 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/stream.d.ts @@ -0,0 +1,16 @@ +import { HashConstructor, StreamHasher } from "./crypto"; +import { BodyLengthCalculator, Encoder } from "./util"; +export interface GetAwsChunkedEncodingStreamOptions { + base64Encoder?: Encoder; + bodyLengthChecker: BodyLengthCalculator; + checksumAlgorithmFn?: HashConstructor; + checksumLocationName?: string; + streamHasher?: StreamHasher; +} +/** + * A function that returns Readable Stream which follows aws-chunked encoding stream. + * It optionally adds checksum if options are provided. + */ +export interface GetAwsChunkedEncodingStream { + (readableStream: StreamType, options: GetAwsChunkedEncodingStreamOptions): StreamType; +} diff --git a/node_modules/@aws-sdk/types/dist-types/token.d.ts b/node_modules/@aws-sdk/types/dist-types/token.d.ts new file mode 100644 index 000000000..b3e43b0a3 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/token.d.ts @@ -0,0 +1,13 @@ +import { TokenIdentity } from "./identity"; +import { Provider } from "./util"; +/** + * An object representing temporary or permanent AWS token. + * + * @deprecated Use {@TokenIdentity} + */ +export interface Token extends TokenIdentity { +} +/** + * @deprecated Use {@TokenIdentityProvider} + */ +export declare type TokenProvider = Provider; diff --git a/node_modules/@aws-sdk/types/dist-types/transfer.d.ts b/node_modules/@aws-sdk/types/dist-types/transfer.d.ts new file mode 100644 index 000000000..a399edca9 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/transfer.d.ts @@ -0,0 +1,16 @@ +export declare type RequestHandlerOutput = { + response: ResponseType; +}; +export interface RequestHandler { + /** + * metadata contains information of a handler. For example + * 'h2' refers this handler is for handling HTTP/2 requests, + * whereas 'h1' refers handling HTTP1 requests + */ + metadata?: RequestHandlerMetadata; + destroy?: () => void; + handle: (request: RequestType, handlerOptions?: HandlerOptions) => Promise>; +} +export interface RequestHandlerMetadata { + handlerProtocol: string; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts new file mode 100644 index 000000000..856bfccd0 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts @@ -0,0 +1,11 @@ +export interface AbortHandler { + (this: AbortSignal, ev: any): any; +} +export interface AbortSignal { + readonly aborted: boolean; + onabort: AbortHandler | null; +} +export interface AbortController { + readonly signal: AbortSignal; + abort(): void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts new file mode 100644 index 000000000..15ec74c21 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts @@ -0,0 +1,8 @@ +export interface AuthScheme { + name: "sigv4" | "sigv4a" | string; + signingName: string; + signingRegion: string; + signingRegionSet?: string[]; + signingScope?: never; + properties: Record; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts new file mode 100644 index 000000000..d7b574667 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts @@ -0,0 +1,8 @@ +export interface Checksum { + digestLength?: number; + copy?(): Checksum; + digest(): Promise; + mark?(readLimit: number): void; + reset(): void; + update(chunk: Uint8Array): void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts new file mode 100644 index 000000000..20ffafc23 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts @@ -0,0 +1,52 @@ +import { Command } from "./command"; +import { MiddlewareStack } from "./middleware"; +import { MetadataBearer } from "./response"; +interface InvokeFunction< + InputTypes extends object, + OutputTypes extends MetadataBearer, + ResolvedClientConfiguration +> { + ( + command: Command< + InputTypes, + InputType, + OutputTypes, + OutputType, + ResolvedClientConfiguration + >, + options?: any + ): Promise; + ( + command: Command< + InputTypes, + InputType, + OutputTypes, + OutputType, + ResolvedClientConfiguration + >, + options: any, + cb: (err: any, data?: OutputType) => void + ): void; + ( + command: Command< + InputTypes, + InputType, + OutputTypes, + OutputType, + ResolvedClientConfiguration + >, + options?: any, + cb?: (err: any, data?: OutputType) => void + ): Promise | void; +} +export interface Client< + Input extends object, + Output extends MetadataBearer, + ResolvedClientConfiguration +> { + readonly config: ResolvedClientConfiguration; + middlewareStack: MiddlewareStack; + send: InvokeFunction; + destroy: () => void; +} +export {}; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts new file mode 100644 index 000000000..67a2a6879 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts @@ -0,0 +1,17 @@ +import { Handler, MiddlewareStack } from "./middleware"; +import { MetadataBearer } from "./response"; +export interface Command< + ClientInput extends object, + InputType extends ClientInput, + ClientOutput extends MetadataBearer, + OutputType extends ClientOutput, + ResolvedConfiguration +> { + readonly input: InputType; + readonly middlewareStack: MiddlewareStack; + resolveMiddleware( + stack: MiddlewareStack, + configuration: ResolvedConfiguration, + options: any + ): Handler; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts new file mode 100644 index 000000000..6ef1cfb29 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts @@ -0,0 +1,4 @@ +import { AwsCredentialIdentity } from "./identity"; +import { Provider } from "./util"; +export interface Credentials extends AwsCredentialIdentity {} +export declare type CredentialProvider = Provider; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts new file mode 100644 index 000000000..a66bb5a66 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts @@ -0,0 +1,14 @@ +export declare type SourceData = string | ArrayBuffer | ArrayBufferView; +export interface Hash { + update(toHash: SourceData, encoding?: "utf8" | "ascii" | "latin1"): void; + digest(): Promise; +} +export interface HashConstructor { + new (secret?: SourceData): Hash; +} +export interface StreamHasher { + (hashCtor: HashConstructor, stream: StreamType): Promise; +} +export interface randomValues { + (byteLength: number): Promise; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts new file mode 100644 index 000000000..a29a9c84d --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts @@ -0,0 +1,43 @@ +import { AuthScheme } from "./auth"; +export interface EndpointPartition { + name: string; + dnsSuffix: string; + dualStackDnsSuffix: string; + supportsFIPS: boolean; + supportsDualStack: boolean; +} +export interface EndpointARN { + partition: string; + service: string; + region: string; + accountId: string; + resourceId: Array; +} +export declare enum EndpointURLScheme { + HTTP = "http", + HTTPS = "https", +} +export interface EndpointURL { + scheme: EndpointURLScheme; + authority: string; + path: string; + normalizedPath: string; + isIp: boolean; +} +export declare type EndpointObjectProperty = + | string + | boolean + | { + [key: string]: EndpointObjectProperty; + } + | EndpointObjectProperty[]; +export interface EndpointV2 { + url: URL; + properties?: { + authSchemes?: AuthScheme[]; + } & Record; + headers?: Record; +} +export declare type EndpointParameters = { + [name: string]: undefined | string | boolean; +}; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts new file mode 100644 index 000000000..3f839fa0c --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts @@ -0,0 +1,99 @@ +import { HttpRequest } from "./http"; +import { + FinalizeHandler, + FinalizeHandlerArguments, + FinalizeHandlerOutput, + HandlerExecutionContext, +} from "./middleware"; +import { MetadataBearer } from "./response"; +export interface Message { + headers: MessageHeaders; + body: Uint8Array; +} +export declare type MessageHeaders = Record; +export interface BooleanHeaderValue { + type: "boolean"; + value: boolean; +} +export interface ByteHeaderValue { + type: "byte"; + value: number; +} +export interface ShortHeaderValue { + type: "short"; + value: number; +} +export interface IntegerHeaderValue { + type: "integer"; + value: number; +} +export interface LongHeaderValue { + type: "long"; + value: Int64; +} +export interface BinaryHeaderValue { + type: "binary"; + value: Uint8Array; +} +export interface StringHeaderValue { + type: "string"; + value: string; +} +export interface TimestampHeaderValue { + type: "timestamp"; + value: Date; +} +export interface UuidHeaderValue { + type: "uuid"; + value: string; +} +export declare type MessageHeaderValue = + | BooleanHeaderValue + | ByteHeaderValue + | ShortHeaderValue + | IntegerHeaderValue + | LongHeaderValue + | BinaryHeaderValue + | StringHeaderValue + | TimestampHeaderValue + | UuidHeaderValue; +export interface Int64 { + readonly bytes: Uint8Array; + valueOf: () => number; + toString: () => string; +} +export interface EventStreamSerdeContext { + eventStreamMarshaller: EventStreamMarshaller; +} +export interface EventStreamMarshallerDeserFn { + ( + body: StreamType, + deserializer: (input: Record) => Promise + ): AsyncIterable; +} +export interface EventStreamMarshallerSerFn { + (input: AsyncIterable, serializer: (event: T) => Message): StreamType; +} +export interface EventStreamMarshaller { + deserialize: EventStreamMarshallerDeserFn; + serialize: EventStreamMarshallerSerFn; +} +export interface EventStreamRequestSigner { + sign(request: HttpRequest): Promise; +} +export interface EventStreamPayloadHandler { + handle: ( + next: FinalizeHandler, + args: FinalizeHandlerArguments, + context?: HandlerExecutionContext + ) => Promise>; +} +export interface EventStreamPayloadHandlerProvider { + (options: any): EventStreamPayloadHandler; +} +export interface EventStreamSerdeProvider { + (options: any): EventStreamMarshaller; +} +export interface EventStreamSignerProvider { + (options: any): EventStreamRequestSigner; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts new file mode 100644 index 000000000..caa18f732 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts @@ -0,0 +1,33 @@ +import { AbortSignal } from "./abort"; +export interface Headers extends Map { + withHeader(headerName: string, headerValue: string): Headers; + withoutHeader(headerName: string): Headers; +} +export declare type HeaderBag = Record; +export interface HttpMessage { + headers: HeaderBag; + body?: any; +} +export declare type QueryParameterBag = Record< + string, + string | Array | null +>; +export interface Endpoint { + protocol: string; + hostname: string; + port?: number; + path: string; + query?: QueryParameterBag; +} +export interface HttpRequest extends HttpMessage, Endpoint { + method: string; +} +export interface HttpResponse extends HttpMessage { + statusCode: number; +} +export interface ResolvedHttpResponse extends HttpResponse { + body: string; +} +export interface HttpHandlerOptions { + abortSignal?: AbortSignal; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts new file mode 100644 index 000000000..5b175f60c --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts @@ -0,0 +1,2 @@ +import { Identity } from "./Identity"; +export interface AnonymousIdentity extends Identity {} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts new file mode 100644 index 000000000..8dc69bb77 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts @@ -0,0 +1,8 @@ +import { Identity, IdentityProvider } from "./Identity"; +export interface AwsCredentialIdentity extends Identity { + readonly accessKeyId: string; + readonly secretAccessKey: string; + readonly sessionToken?: string; +} +export declare type AwsCredentialIdentityProvider = + IdentityProvider; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts new file mode 100644 index 000000000..becc0fe84 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts @@ -0,0 +1,6 @@ +export interface Identity { + readonly expiration?: Date; +} +export interface IdentityProvider { + (identityProperties?: Record): Promise; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts new file mode 100644 index 000000000..b9f7175c2 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts @@ -0,0 +1,6 @@ +import { Identity, IdentityProvider } from "./Identity"; +export interface LoginIdentity extends Identity { + readonly username: string; + readonly password: string; +} +export declare type LoginIdentityProvider = IdentityProvider; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts new file mode 100644 index 000000000..d382bcf0c --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts @@ -0,0 +1,5 @@ +import { Identity, IdentityProvider } from "./Identity"; +export interface TokenIdentity extends Identity { + readonly token: string; +} +export declare type TokenIdentityProvider = IdentityProvider; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts new file mode 100644 index 000000000..863e78e80 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts @@ -0,0 +1,5 @@ +export * from "./AnonymousIdentity"; +export * from "./AwsCredentialIdentity"; +export * from "./Identity"; +export * from "./LoginIdentity"; +export * from "./TokenIdentity"; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..94228ab74 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts @@ -0,0 +1,25 @@ +export * from "./abort"; +export * from "./auth"; +export * from "./checksum"; +export * from "./client"; +export * from "./command"; +export * from "./credentials"; +export * from "./crypto"; +export * from "./endpoint"; +export * from "./eventStream"; +export * from "./http"; +export * from "./identity"; +export * from "./logger"; +export * from "./middleware"; +export * from "./pagination"; +export * from "./profile"; +export * from "./response"; +export * from "./retry"; +export * from "./serde"; +export * from "./shapes"; +export * from "./signature"; +export * from "./stream"; +export * from "./token"; +export * from "./transfer"; +export * from "./util"; +export * from "./waiter"; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts new file mode 100644 index 000000000..c4b1ab6c7 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts @@ -0,0 +1,20 @@ +export declare type LogLevel = + | "all" + | "trace" + | "debug" + | "log" + | "info" + | "warn" + | "error" + | "off"; +export interface LoggerOptions { + logger?: Logger; + logLevel?: LogLevel; +} +export interface Logger { + trace?: (...content: any[]) => void; + debug: (...content: any[]) => void; + info: (...content: any[]) => void; + warn: (...content: any[]) => void; + error: (...content: any[]) => void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts new file mode 100644 index 000000000..d239afd52 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts @@ -0,0 +1,213 @@ +import { AuthScheme } from "./auth"; +import { EndpointV2 } from "./endpoint"; +import { Logger } from "./logger"; +import { UserAgent } from "./util"; +export interface InitializeHandlerArguments { + input: Input; +} +export interface InitializeHandlerOutput + extends DeserializeHandlerOutput { + output: Output; +} +export interface SerializeHandlerArguments + extends InitializeHandlerArguments { + request?: unknown; +} +export interface SerializeHandlerOutput + extends InitializeHandlerOutput {} +export interface BuildHandlerArguments + extends FinalizeHandlerArguments {} +export interface BuildHandlerOutput + extends InitializeHandlerOutput {} +export interface FinalizeHandlerArguments + extends SerializeHandlerArguments { + request: unknown; +} +export interface FinalizeHandlerOutput + extends InitializeHandlerOutput {} +export interface DeserializeHandlerArguments + extends FinalizeHandlerArguments {} +export interface DeserializeHandlerOutput { + response: unknown; + output?: Output; +} +export interface InitializeHandler< + Input extends object, + Output extends object +> { + (args: InitializeHandlerArguments): Promise< + InitializeHandlerOutput + >; +} +export declare type Handler< + Input extends object, + Output extends object +> = InitializeHandler; +export interface SerializeHandler { + (args: SerializeHandlerArguments): Promise< + SerializeHandlerOutput + >; +} +export interface FinalizeHandler { + (args: FinalizeHandlerArguments): Promise< + FinalizeHandlerOutput + >; +} +export interface BuildHandler { + (args: BuildHandlerArguments): Promise>; +} +export interface DeserializeHandler< + Input extends object, + Output extends object +> { + (args: DeserializeHandlerArguments): Promise< + DeserializeHandlerOutput + >; +} +export interface InitializeMiddleware< + Input extends object, + Output extends object +> { + ( + next: InitializeHandler, + context: HandlerExecutionContext + ): InitializeHandler; +} +export interface SerializeMiddleware< + Input extends object, + Output extends object +> { + ( + next: SerializeHandler, + context: HandlerExecutionContext + ): SerializeHandler; +} +export interface FinalizeRequestMiddleware< + Input extends object, + Output extends object +> { + ( + next: FinalizeHandler, + context: HandlerExecutionContext + ): FinalizeHandler; +} +export interface BuildMiddleware { + ( + next: BuildHandler, + context: HandlerExecutionContext + ): BuildHandler; +} +export interface DeserializeMiddleware< + Input extends object, + Output extends object +> { + ( + next: DeserializeHandler, + context: HandlerExecutionContext + ): DeserializeHandler; +} +export declare type MiddlewareType< + Input extends object, + Output extends object +> = + | InitializeMiddleware + | SerializeMiddleware + | BuildMiddleware + | FinalizeRequestMiddleware + | DeserializeMiddleware; +export interface Terminalware { + ( + context: HandlerExecutionContext + ): DeserializeHandler; +} +export declare type Step = + | "initialize" + | "serialize" + | "build" + | "finalizeRequest" + | "deserialize"; +export declare type Priority = "high" | "normal" | "low"; +export interface HandlerOptions { + step?: Step; + tags?: Array; + name?: string; + override?: boolean; +} +export interface AbsoluteLocation { + priority?: Priority; +} +export declare type Relation = "before" | "after"; +export interface RelativeLocation { + relation: Relation; + toMiddleware: string; +} +export declare type RelativeMiddlewareOptions = RelativeLocation & + Pick>; +export interface InitializeHandlerOptions extends HandlerOptions { + step?: "initialize"; +} +export interface SerializeHandlerOptions extends HandlerOptions { + step: "serialize"; +} +export interface BuildHandlerOptions extends HandlerOptions { + step: "build"; +} +export interface FinalizeRequestHandlerOptions extends HandlerOptions { + step: "finalizeRequest"; +} +export interface DeserializeHandlerOptions extends HandlerOptions { + step: "deserialize"; +} +export interface MiddlewareStack + extends Pluggable { + add( + middleware: InitializeMiddleware, + options?: InitializeHandlerOptions & AbsoluteLocation + ): void; + add( + middleware: SerializeMiddleware, + options: SerializeHandlerOptions & AbsoluteLocation + ): void; + add( + middleware: BuildMiddleware, + options: BuildHandlerOptions & AbsoluteLocation + ): void; + add( + middleware: FinalizeRequestMiddleware, + options: FinalizeRequestHandlerOptions & AbsoluteLocation + ): void; + add( + middleware: DeserializeMiddleware, + options: DeserializeHandlerOptions & AbsoluteLocation + ): void; + addRelativeTo( + middleware: MiddlewareType, + options: RelativeMiddlewareOptions + ): void; + use(pluggable: Pluggable): void; + clone(): MiddlewareStack; + remove(toRemove: MiddlewareType | string): boolean; + removeByTag(toRemove: string): boolean; + concat( + from: MiddlewareStack + ): MiddlewareStack; + identify(): string[]; + resolve( + handler: DeserializeHandler, + context: HandlerExecutionContext + ): InitializeHandler; +} +export interface HandlerExecutionContext { + logger?: Logger; + userAgent?: UserAgent; + endpointV2?: EndpointV2; + authSchemes?: AuthScheme[]; + dynamoDbDocumentClientOptions?: Partial<{ + overrideInputFilterSensitiveLog(...args: any[]): string | void; + overrideOutputFilterSensitiveLog(...args: any[]): string | void; + }>; + [key: string]: any; +} +export interface Pluggable { + applyToStack: (stack: MiddlewareStack) => void; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts new file mode 100644 index 000000000..b3a7925ef --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts @@ -0,0 +1,8 @@ +import { Client } from "./client"; +export declare type Paginator = AsyncGenerator; +export interface PaginationConfiguration { + client: Client; + pageSize?: number; + startingToken?: any; + stopOnSameToken?: boolean; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts new file mode 100644 index 000000000..9746c4212 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts @@ -0,0 +1,7 @@ +export declare type IniSection = Record; +export interface Profile extends IniSection {} +export declare type ParsedIniData = Record; +export interface SharedConfigFiles { + credentialsFile: ParsedIniData; + configFile: ParsedIniData; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts new file mode 100644 index 000000000..a7a6c9f0e --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts @@ -0,0 +1,11 @@ +export interface ResponseMetadata { + httpStatusCode?: number; + requestId?: string; + extendedRequestId?: string; + cfId?: string; + attempts?: number; + totalRetryDelay?: number; +} +export interface MetadataBearer { + $metadata: ResponseMetadata; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts new file mode 100644 index 000000000..ee61139b0 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts @@ -0,0 +1,46 @@ +export declare type RetryErrorType = + | "TRANSIENT" + | "THROTTLING" + | "SERVER_ERROR" + | "CLIENT_ERROR"; +export interface RetryErrorInfo { + errorType: RetryErrorType; + retryAfterHint?: Date; +} +export interface RetryBackoffStrategy { + computeNextBackoffDelay(retryAttempt: number): number; +} +export interface StandardRetryBackoffStrategy extends RetryBackoffStrategy { + setDelayBase(delayBase: number): void; +} +export interface RetryStrategyOptions { + backoffStrategy: RetryBackoffStrategy; + maxRetriesBase: number; +} +export interface RetryToken { + getRetryCount(): number; + getRetryDelay(): number; +} +export interface StandardRetryToken extends RetryToken { + hasRetryTokens(errorType: RetryErrorType): boolean; + getRetryTokenCount(errorInfo: RetryErrorInfo): number; + getLastRetryCost(): number | undefined; + releaseRetryTokens(amount?: number): void; +} +export interface RetryStrategyV2 { + acquireInitialRetryToken(retryTokenScope: string): Promise; + refreshRetryTokenForRetry( + tokenToRenew: RetryToken, + errorInfo: RetryErrorInfo + ): Promise; + recordSuccess(token: RetryToken): void; +} +export declare type ExponentialBackoffJitterType = + | "DEFAULT" + | "NONE" + | "FULL" + | "DECORRELATED"; +export interface ExponentialBackoffStrategyOptions { + jitterType: ExponentialBackoffJitterType; + backoffScaleValue?: number; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts new file mode 100644 index 000000000..ff4189e4f --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts @@ -0,0 +1,49 @@ +import { Endpoint } from "./http"; +import { RequestHandler } from "./transfer"; +import { Decoder, Encoder, Provider } from "./util"; +export interface EndpointBearer { + endpoint: Provider; +} +export interface StreamCollector { + (stream: any): Promise; +} +export interface SerdeContext extends EndpointBearer { + base64Encoder: Encoder; + base64Decoder: Decoder; + utf8Encoder: Encoder; + utf8Decoder: Decoder; + streamCollector: StreamCollector; + requestHandler: RequestHandler; + disableHostPrefix: boolean; +} +export interface RequestSerializer< + Request, + Context extends EndpointBearer = any +> { + (input: any, context: Context): Promise; +} +export interface ResponseDeserializer< + OutputType, + ResponseType = any, + Context = any +> { + (output: ResponseType, context: Context): Promise; +} +declare global { + export interface ReadableStream {} +} +export interface SdkStreamMixin { + transformToByteArray: () => Promise; + transformToString: (encoding?: string) => Promise; + transformToWebStream: () => ReadableStream; +} +export declare type SdkStream = BaseStream & SdkStreamMixin; +export declare type WithSdkStreamMixin = { + [key in keyof T]: key extends StreamKey ? SdkStream : T[key]; +}; +export interface SdkStreamMixinInjector { + (stream: unknown): SdkStreamMixin; +} +export interface SdkStreamSerdeContext { + sdkStreamMixin: SdkStreamMixinInjector; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts new file mode 100644 index 000000000..2982af009 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts @@ -0,0 +1,24 @@ +import { HttpResponse } from "./http"; +import { MetadataBearer } from "./response"; +export declare type DocumentType = + | null + | boolean + | number + | string + | DocumentType[] + | { + [prop: string]: DocumentType; + }; +export interface RetryableTrait { + readonly throttling?: boolean; +} +export interface SmithyException { + readonly name: string; + readonly $fault: "client" | "server"; + readonly $service?: string; + readonly $retryable?: RetryableTrait; + readonly $response?: HttpResponse; +} +export declare type SdkError = Error & + Partial & + Partial; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts new file mode 100644 index 000000000..67d833aec --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts @@ -0,0 +1,40 @@ +import { HttpRequest } from "./http"; +export declare type DateInput = number | string | Date; +export interface SigningArguments { + signingDate?: DateInput; + signingService?: string; + signingRegion?: string; +} +export interface RequestSigningArguments extends SigningArguments { + unsignableHeaders?: Set; + signableHeaders?: Set; +} +export interface RequestPresigningArguments extends RequestSigningArguments { + expiresIn?: number; + unhoistableHeaders?: Set; +} +export interface EventSigningArguments extends SigningArguments { + priorSignature: string; +} +export interface RequestPresigner { + presign( + requestToSign: HttpRequest, + options?: RequestPresigningArguments + ): Promise; +} +export interface RequestSigner { + sign( + requestToSign: HttpRequest, + options?: RequestSigningArguments + ): Promise; +} +export interface StringSigner { + sign(stringToSign: string, options?: SigningArguments): Promise; +} +export interface FormattedEvent { + headers: Uint8Array; + payload: Uint8Array; +} +export interface EventSigner { + sign(event: FormattedEvent, options: EventSigningArguments): Promise; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts new file mode 100644 index 000000000..285aa7546 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts @@ -0,0 +1,15 @@ +import { HashConstructor, StreamHasher } from "./crypto"; +import { BodyLengthCalculator, Encoder } from "./util"; +export interface GetAwsChunkedEncodingStreamOptions { + base64Encoder?: Encoder; + bodyLengthChecker: BodyLengthCalculator; + checksumAlgorithmFn?: HashConstructor; + checksumLocationName?: string; + streamHasher?: StreamHasher; +} +export interface GetAwsChunkedEncodingStream { + ( + readableStream: StreamType, + options: GetAwsChunkedEncodingStreamOptions + ): StreamType; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts new file mode 100644 index 000000000..44f03a493 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts @@ -0,0 +1,4 @@ +import { TokenIdentity } from "./identity"; +import { Provider } from "./util"; +export interface Token extends TokenIdentity {} +export declare type TokenProvider = Provider; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts new file mode 100644 index 000000000..11eb9b2b2 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts @@ -0,0 +1,18 @@ +export declare type RequestHandlerOutput = { + response: ResponseType; +}; +export interface RequestHandler< + RequestType, + ResponseType, + HandlerOptions = {} +> { + metadata?: RequestHandlerMetadata; + destroy?: () => void; + handle: ( + request: RequestType, + handlerOptions?: HandlerOptions + ) => Promise>; +} +export interface RequestHandlerMetadata { + handlerProtocol: string; +} diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts new file mode 100644 index 000000000..5b0cc8b6a --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts @@ -0,0 +1,50 @@ +import { Endpoint } from "./http"; +import { + FinalizeHandler, + FinalizeHandlerArguments, + FinalizeHandlerOutput, +} from "./middleware"; +import { MetadataBearer } from "./response"; +export interface Encoder { + (input: Uint8Array): string; +} +export interface Decoder { + (input: string): Uint8Array; +} +export interface Provider { + (): Promise; +} +export interface MemoizedProvider { + (options?: { forceRefresh?: boolean }): Promise; +} +export interface BodyLengthCalculator { + (body: any): number | undefined; +} +export interface RetryStrategy { + mode?: string; + retry: ( + next: FinalizeHandler, + args: FinalizeHandlerArguments + ) => Promise>; +} +export interface UrlParser { + (url: string | URL): Endpoint; +} +export interface RegionInfo { + hostname: string; + partition: string; + path?: string; + signingService?: string; + signingRegion?: string; +} +export interface RegionInfoProviderOptions { + useDualstackEndpoint: boolean; + useFipsEndpoint: boolean; +} +export interface RegionInfoProvider { + (region: string, options?: RegionInfoProviderOptions): Promise< + RegionInfo | undefined + >; +} +export declare type UserAgentPair = [string, string]; +export declare type UserAgent = UserAgentPair[]; diff --git a/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts b/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts new file mode 100644 index 000000000..4ee4a6920 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts @@ -0,0 +1,9 @@ +import { AbortController } from "./abort"; +export interface WaiterConfiguration { + client: Client; + maxWaitTime: number; + abortController?: AbortController; + abortSignal?: AbortController["signal"]; + minDelay?: number; + maxDelay?: number; +} diff --git a/node_modules/@aws-sdk/types/dist-types/util.d.ts b/node_modules/@aws-sdk/types/dist-types/util.d.ts new file mode 100644 index 000000000..77498b85d --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/util.d.ts @@ -0,0 +1,131 @@ +import { Endpoint } from "./http"; +import { FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput } from "./middleware"; +import { MetadataBearer } from "./response"; +/** + * A function that, given a TypedArray of bytes, can produce a string + * representation thereof. + * + * @example An encoder function that converts bytes to hexadecimal + * representation would return `'deadbeef'` when given `new + * Uint8Array([0xde, 0xad, 0xbe, 0xef])`. + */ +export interface Encoder { + (input: Uint8Array): string; +} +/** + * A function that, given a string, can derive the bytes represented by that + * string. + * + * @example A decoder function that converts bytes to hexadecimal + * representation would return `new Uint8Array([0xde, 0xad, 0xbe, 0xef])` when + * given the string `'deadbeef'`. + */ +export interface Decoder { + (input: string): Uint8Array; +} +/** + * A function that, when invoked, returns a promise that will be fulfilled with + * a value of type T. + * + * @example A function that reads credentials from shared SDK configuration + * files, assuming roles and collecting MFA tokens as necessary. + */ +export interface Provider { + (): Promise; +} +/** + * A function that, when invoked, returns a promise that will be fulfilled with + * a value of type T. It memoizes the result from the previous invocation + * instead of calling the underlying resources every time. + * + * You can force the provider to refresh the memoized value by invoke the + * function with optional parameter hash with `forceRefresh` boolean key and + * value `true`. + * + * @example A function that reads credentials from IMDS service that could + * return expired credentials. The SDK will keep using the expired credentials + * until an unretryable service error requiring a force refresh of the + * credentials. + */ +export interface MemoizedProvider { + (options?: { + forceRefresh?: boolean; + }): Promise; +} +/** + * A function that, given a request body, determines the + * length of the body. This is used to determine the Content-Length + * that should be sent with a request. + * + * @example A function that reads a file stream and calculates + * the size of the file. + */ +export interface BodyLengthCalculator { + (body: any): number | undefined; +} +/** + * Interface that specifies the retry behavior + */ +export interface RetryStrategy { + /** + * The retry mode describing how the retry strategy control the traffic flow. + */ + mode?: string; + /** + * the retry behavior the will invoke the next handler and handle the retry accordingly. + * This function should also update the $metadata from the response accordingly. + * @see {@link ResponseMetadata} + */ + retry: (next: FinalizeHandler, args: FinalizeHandlerArguments) => Promise>; +} +/** + * Parses a URL in string form into an Endpoint object. + */ +export interface UrlParser { + (url: string | URL): Endpoint; +} +/** + * Object containing regionalization information of + * AWS services. + */ +export interface RegionInfo { + hostname: string; + partition: string; + path?: string; + signingService?: string; + signingRegion?: string; +} +/** + * Options to pass when calling {@link RegionInfoProvider} + */ +export interface RegionInfoProviderOptions { + /** + * Enables IPv6/IPv4 dualstack endpoint. + * @default false + */ + useDualstackEndpoint: boolean; + /** + * Enables FIPS compatible endpoints. + * @default false + */ + useFipsEndpoint: boolean; +} +/** + * Function returns designated service's regionalization + * information from given region. Each service client + * comes with its regionalization provider. it serves + * to provide the default values of related configurations + */ +export interface RegionInfoProvider { + (region: string, options?: RegionInfoProviderOptions): Promise; +} +/** + * A tuple that represents an API name and optional version + * of a library built using the AWS SDK. + */ +export declare type UserAgentPair = [name: string, version?: string]; +/** + * User agent data that to be put into the request's user + * agent. + */ +export declare type UserAgent = UserAgentPair[]; diff --git a/node_modules/@aws-sdk/types/dist-types/waiter.d.ts b/node_modules/@aws-sdk/types/dist-types/waiter.d.ts new file mode 100644 index 000000000..fe1f471e6 --- /dev/null +++ b/node_modules/@aws-sdk/types/dist-types/waiter.d.ts @@ -0,0 +1,32 @@ +import { AbortController } from "./abort"; +export interface WaiterConfiguration { + /** + * Required service client + */ + client: Client; + /** + * The amount of time in seconds a user is willing to wait for a waiter to complete. + */ + maxWaitTime: number; + /** + * @deprecated Use abortSignal + * Abort controller. Used for ending the waiter early. + */ + abortController?: AbortController; + /** + * Abort Signal. Used for ending the waiter early. + */ + abortSignal?: AbortController["signal"]; + /** + * The minimum amount of time to delay between retries in seconds. This is the + * floor of the exponential backoff. This value defaults to service default + * if not specified. This value MUST be less than or equal to maxDelay and greater than 0. + */ + minDelay?: number; + /** + * The maximum amount of time to delay between retries in seconds. This is the + * ceiling of the exponential backoff. This value defaults to service default + * if not specified. If specified, this value MUST be greater than or equal to 1. + */ + maxDelay?: number; +} diff --git a/node_modules/@aws-sdk/types/package.json b/node_modules/@aws-sdk/types/package.json new file mode 100644 index 000000000..d49265410 --- /dev/null +++ b/node_modules/@aws-sdk/types/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/types", + "version": "3.226.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "description": "Types for the AWS SDK", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "exit 0" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/types" + }, + "dependencies": { + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/url-parser/LICENSE b/node_modules/@aws-sdk/url-parser/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/url-parser/README.md b/node_modules/@aws-sdk/url-parser/README.md new file mode 100644 index 000000000..bb78a4ebc --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/url-parser + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/url-parser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/url-parser) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/url-parser.svg)](https://www.npmjs.com/package/@aws-sdk/url-parser) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/url-parser/dist-cjs/index.js b/node_modules/@aws-sdk/url-parser/dist-cjs/index.js new file mode 100644 index 000000000..47472cc42 --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/dist-cjs/index.js @@ -0,0 +1,22 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseUrl = void 0; +const querystring_parser_1 = require("@aws-sdk/querystring-parser"); +const parseUrl = (url) => { + if (typeof url === "string") { + return (0, exports.parseUrl)(new URL(url)); + } + const { hostname, pathname, port, protocol, search } = url; + let query; + if (search) { + query = (0, querystring_parser_1.parseQueryString)(search); + } + return { + hostname, + port: port ? parseInt(port) : undefined, + protocol, + path: pathname, + query, + }; +}; +exports.parseUrl = parseUrl; diff --git a/node_modules/@aws-sdk/url-parser/dist-es/index.js b/node_modules/@aws-sdk/url-parser/dist-es/index.js new file mode 100644 index 000000000..7056a593c --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/dist-es/index.js @@ -0,0 +1,18 @@ +import { parseQueryString } from "@aws-sdk/querystring-parser"; +export const parseUrl = (url) => { + if (typeof url === "string") { + return parseUrl(new URL(url)); + } + const { hostname, pathname, port, protocol, search } = url; + let query; + if (search) { + query = parseQueryString(search); + } + return { + hostname, + port: port ? parseInt(port) : undefined, + protocol, + path: pathname, + query, + }; +}; diff --git a/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts b/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts new file mode 100644 index 000000000..5148a6126 --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts @@ -0,0 +1,2 @@ +import { UrlParser } from "@aws-sdk/types"; +export declare const parseUrl: UrlParser; diff --git a/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..5148a6126 --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +import { UrlParser } from "@aws-sdk/types"; +export declare const parseUrl: UrlParser; diff --git a/node_modules/@aws-sdk/url-parser/package.json b/node_modules/@aws-sdk/url-parser/package.json new file mode 100644 index 000000000..919fdc3c9 --- /dev/null +++ b/node_modules/@aws-sdk/url-parser/package.json @@ -0,0 +1,51 @@ +{ + "name": "@aws-sdk/url-parser", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/querystring-parser": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/url-parser", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/url-parser" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/util-base64/LICENSE b/node_modules/@aws-sdk/util-base64/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-base64/README.md b/node_modules/@aws-sdk/util-base64/README.md new file mode 100644 index 000000000..fbe59e4be --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/util-base64 + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-base64/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-base64) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-base64.svg)](https://www.npmjs.com/package/@aws-sdk/util-base64) diff --git a/node_modules/@aws-sdk/util-base64/dist-cjs/constants.browser.js b/node_modules/@aws-sdk/util-base64/dist-cjs/constants.browser.js new file mode 100644 index 000000000..d35d09fdf --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-cjs/constants.browser.js @@ -0,0 +1,35 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.maxLetterValue = exports.bitsPerByte = exports.bitsPerLetter = exports.alphabetByValue = exports.alphabetByEncoding = void 0; +const alphabetByEncoding = {}; +exports.alphabetByEncoding = alphabetByEncoding; +const alphabetByValue = new Array(64); +exports.alphabetByValue = alphabetByValue; +for (let i = 0, start = "A".charCodeAt(0), limit = "Z".charCodeAt(0); i + start <= limit; i++) { + const char = String.fromCharCode(i + start); + alphabetByEncoding[char] = i; + alphabetByValue[i] = char; +} +for (let i = 0, start = "a".charCodeAt(0), limit = "z".charCodeAt(0); i + start <= limit; i++) { + const char = String.fromCharCode(i + start); + const index = i + 26; + alphabetByEncoding[char] = index; + alphabetByValue[index] = char; +} +for (let i = 0; i < 10; i++) { + alphabetByEncoding[i.toString(10)] = i + 52; + const char = i.toString(10); + const index = i + 52; + alphabetByEncoding[char] = index; + alphabetByValue[index] = char; +} +alphabetByEncoding["+"] = 62; +alphabetByValue[62] = "+"; +alphabetByEncoding["/"] = 63; +alphabetByValue[63] = "/"; +const bitsPerLetter = 6; +exports.bitsPerLetter = bitsPerLetter; +const bitsPerByte = 8; +exports.bitsPerByte = bitsPerByte; +const maxLetterValue = 0b111111; +exports.maxLetterValue = maxLetterValue; diff --git a/node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.browser.js b/node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.browser.js new file mode 100644 index 000000000..a5baffd08 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.browser.js @@ -0,0 +1,40 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromBase64 = void 0; +const constants_browser_1 = require("./constants.browser"); +const fromBase64 = (input) => { + let totalByteLength = (input.length / 4) * 3; + if (input.slice(-2) === "==") { + totalByteLength -= 2; + } + else if (input.slice(-1) === "=") { + totalByteLength--; + } + const out = new ArrayBuffer(totalByteLength); + const dataView = new DataView(out); + for (let i = 0; i < input.length; i += 4) { + let bits = 0; + let bitLength = 0; + for (let j = i, limit = i + 3; j <= limit; j++) { + if (input[j] !== "=") { + if (!(input[j] in constants_browser_1.alphabetByEncoding)) { + throw new TypeError(`Invalid character ${input[j]} in base64 string.`); + } + bits |= constants_browser_1.alphabetByEncoding[input[j]] << ((limit - j) * constants_browser_1.bitsPerLetter); + bitLength += constants_browser_1.bitsPerLetter; + } + else { + bits >>= constants_browser_1.bitsPerLetter; + } + } + const chunkOffset = (i / 4) * 3; + bits >>= bitLength % constants_browser_1.bitsPerByte; + const byteLength = Math.floor(bitLength / constants_browser_1.bitsPerByte); + for (let k = 0; k < byteLength; k++) { + const offset = (byteLength - k - 1) * constants_browser_1.bitsPerByte; + dataView.setUint8(chunkOffset + k, (bits & (255 << offset)) >> offset); + } + } + return new Uint8Array(out); +}; +exports.fromBase64 = fromBase64; diff --git a/node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.js b/node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.js new file mode 100644 index 000000000..8eb08b5bf --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-cjs/fromBase64.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromBase64 = void 0; +const util_buffer_from_1 = require("@aws-sdk/util-buffer-from"); +const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/; +const fromBase64 = (input) => { + if ((input.length * 3) % 4 !== 0) { + throw new TypeError(`Incorrect padding on base64 string.`); + } + if (!BASE64_REGEX.exec(input)) { + throw new TypeError(`Invalid base64 string.`); + } + const buffer = (0, util_buffer_from_1.fromString)(input, "base64"); + return new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength); +}; +exports.fromBase64 = fromBase64; diff --git a/node_modules/@aws-sdk/util-base64/dist-cjs/index.js b/node_modules/@aws-sdk/util-base64/dist-cjs/index.js new file mode 100644 index 000000000..ec2617ba6 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./fromBase64"), exports); +tslib_1.__exportStar(require("./toBase64"), exports); diff --git a/node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.browser.js b/node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.browser.js new file mode 100644 index 000000000..78d95b75e --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.browser.js @@ -0,0 +1,24 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toBase64 = void 0; +const constants_browser_1 = require("./constants.browser"); +function toBase64(input) { + let str = ""; + for (let i = 0; i < input.length; i += 3) { + let bits = 0; + let bitLength = 0; + for (let j = i, limit = Math.min(i + 3, input.length); j < limit; j++) { + bits |= input[j] << ((limit - j - 1) * constants_browser_1.bitsPerByte); + bitLength += constants_browser_1.bitsPerByte; + } + const bitClusterCount = Math.ceil(bitLength / constants_browser_1.bitsPerLetter); + bits <<= bitClusterCount * constants_browser_1.bitsPerLetter - bitLength; + for (let k = 1; k <= bitClusterCount; k++) { + const offset = (bitClusterCount - k) * constants_browser_1.bitsPerLetter; + str += constants_browser_1.alphabetByValue[(bits & (constants_browser_1.maxLetterValue << offset)) >> offset]; + } + str += "==".slice(0, 4 - bitClusterCount); + } + return str; +} +exports.toBase64 = toBase64; diff --git a/node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.js b/node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.js new file mode 100644 index 000000000..32af04304 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-cjs/toBase64.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toBase64 = void 0; +const util_buffer_from_1 = require("@aws-sdk/util-buffer-from"); +const toBase64 = (input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("base64"); +exports.toBase64 = toBase64; diff --git a/node_modules/@aws-sdk/util-base64/dist-es/constants.browser.js b/node_modules/@aws-sdk/util-base64/dist-es/constants.browser.js new file mode 100644 index 000000000..fd4df4dc9 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-es/constants.browser.js @@ -0,0 +1,28 @@ +const alphabetByEncoding = {}; +const alphabetByValue = new Array(64); +for (let i = 0, start = "A".charCodeAt(0), limit = "Z".charCodeAt(0); i + start <= limit; i++) { + const char = String.fromCharCode(i + start); + alphabetByEncoding[char] = i; + alphabetByValue[i] = char; +} +for (let i = 0, start = "a".charCodeAt(0), limit = "z".charCodeAt(0); i + start <= limit; i++) { + const char = String.fromCharCode(i + start); + const index = i + 26; + alphabetByEncoding[char] = index; + alphabetByValue[index] = char; +} +for (let i = 0; i < 10; i++) { + alphabetByEncoding[i.toString(10)] = i + 52; + const char = i.toString(10); + const index = i + 52; + alphabetByEncoding[char] = index; + alphabetByValue[index] = char; +} +alphabetByEncoding["+"] = 62; +alphabetByValue[62] = "+"; +alphabetByEncoding["/"] = 63; +alphabetByValue[63] = "/"; +const bitsPerLetter = 6; +const bitsPerByte = 8; +const maxLetterValue = 0b111111; +export { alphabetByEncoding, alphabetByValue, bitsPerLetter, bitsPerByte, maxLetterValue }; diff --git a/node_modules/@aws-sdk/util-base64/dist-es/fromBase64.browser.js b/node_modules/@aws-sdk/util-base64/dist-es/fromBase64.browser.js new file mode 100644 index 000000000..c2c6a66db --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-es/fromBase64.browser.js @@ -0,0 +1,36 @@ +import { alphabetByEncoding, bitsPerByte, bitsPerLetter } from "./constants.browser"; +export const fromBase64 = (input) => { + let totalByteLength = (input.length / 4) * 3; + if (input.slice(-2) === "==") { + totalByteLength -= 2; + } + else if (input.slice(-1) === "=") { + totalByteLength--; + } + const out = new ArrayBuffer(totalByteLength); + const dataView = new DataView(out); + for (let i = 0; i < input.length; i += 4) { + let bits = 0; + let bitLength = 0; + for (let j = i, limit = i + 3; j <= limit; j++) { + if (input[j] !== "=") { + if (!(input[j] in alphabetByEncoding)) { + throw new TypeError(`Invalid character ${input[j]} in base64 string.`); + } + bits |= alphabetByEncoding[input[j]] << ((limit - j) * bitsPerLetter); + bitLength += bitsPerLetter; + } + else { + bits >>= bitsPerLetter; + } + } + const chunkOffset = (i / 4) * 3; + bits >>= bitLength % bitsPerByte; + const byteLength = Math.floor(bitLength / bitsPerByte); + for (let k = 0; k < byteLength; k++) { + const offset = (byteLength - k - 1) * bitsPerByte; + dataView.setUint8(chunkOffset + k, (bits & (255 << offset)) >> offset); + } + } + return new Uint8Array(out); +}; diff --git a/node_modules/@aws-sdk/util-base64/dist-es/fromBase64.js b/node_modules/@aws-sdk/util-base64/dist-es/fromBase64.js new file mode 100644 index 000000000..8d1c036f0 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-es/fromBase64.js @@ -0,0 +1,12 @@ +import { fromString } from "@aws-sdk/util-buffer-from"; +const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/; +export const fromBase64 = (input) => { + if ((input.length * 3) % 4 !== 0) { + throw new TypeError(`Incorrect padding on base64 string.`); + } + if (!BASE64_REGEX.exec(input)) { + throw new TypeError(`Invalid base64 string.`); + } + const buffer = fromString(input, "base64"); + return new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength); +}; diff --git a/node_modules/@aws-sdk/util-base64/dist-es/index.js b/node_modules/@aws-sdk/util-base64/dist-es/index.js new file mode 100644 index 000000000..594bd4350 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./fromBase64"; +export * from "./toBase64"; diff --git a/node_modules/@aws-sdk/util-base64/dist-es/toBase64.browser.js b/node_modules/@aws-sdk/util-base64/dist-es/toBase64.browser.js new file mode 100644 index 000000000..e7320eded --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-es/toBase64.browser.js @@ -0,0 +1,20 @@ +import { alphabetByValue, bitsPerByte, bitsPerLetter, maxLetterValue } from "./constants.browser"; +export function toBase64(input) { + let str = ""; + for (let i = 0; i < input.length; i += 3) { + let bits = 0; + let bitLength = 0; + for (let j = i, limit = Math.min(i + 3, input.length); j < limit; j++) { + bits |= input[j] << ((limit - j - 1) * bitsPerByte); + bitLength += bitsPerByte; + } + const bitClusterCount = Math.ceil(bitLength / bitsPerLetter); + bits <<= bitClusterCount * bitsPerLetter - bitLength; + for (let k = 1; k <= bitClusterCount; k++) { + const offset = (bitClusterCount - k) * bitsPerLetter; + str += alphabetByValue[(bits & (maxLetterValue << offset)) >> offset]; + } + str += "==".slice(0, 4 - bitClusterCount); + } + return str; +} diff --git a/node_modules/@aws-sdk/util-base64/dist-es/toBase64.js b/node_modules/@aws-sdk/util-base64/dist-es/toBase64.js new file mode 100644 index 000000000..90b19b5d9 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-es/toBase64.js @@ -0,0 +1,2 @@ +import { fromArrayBuffer } from "@aws-sdk/util-buffer-from"; +export const toBase64 = (input) => fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("base64"); diff --git a/node_modules/@aws-sdk/util-base64/dist-types/constants.browser.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/constants.browser.d.ts new file mode 100644 index 000000000..eb750ea18 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/constants.browser.d.ts @@ -0,0 +1,6 @@ +declare const alphabetByEncoding: Record; +declare const alphabetByValue: Array; +declare const bitsPerLetter = 6; +declare const bitsPerByte = 8; +declare const maxLetterValue = 63; +export { alphabetByEncoding, alphabetByValue, bitsPerLetter, bitsPerByte, maxLetterValue }; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/fromBase64.browser.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/fromBase64.browser.d.ts new file mode 100644 index 000000000..6a640f140 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/fromBase64.browser.d.ts @@ -0,0 +1,8 @@ +/** + * Converts a base-64 encoded string to a Uint8Array of bytes. + * + * @param input The base-64 encoded string + * + * @see https://tools.ietf.org/html/rfc4648#section-4 + */ +export declare const fromBase64: (input: string) => Uint8Array; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/fromBase64.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/fromBase64.d.ts new file mode 100644 index 000000000..1878a8914 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/fromBase64.d.ts @@ -0,0 +1,7 @@ +/** + * Converts a base-64 encoded string to a Uint8Array of bytes using Node.JS's + * `buffer` module. + * + * @param input The base-64 encoded string + */ +export declare const fromBase64: (input: string) => Uint8Array; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/index.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/index.d.ts new file mode 100644 index 000000000..594bd4350 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./fromBase64"; +export * from "./toBase64"; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/toBase64.browser.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/toBase64.browser.d.ts new file mode 100644 index 000000000..221822ccd --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/toBase64.browser.d.ts @@ -0,0 +1,8 @@ +/** + * Converts a Uint8Array of binary data to a base-64 encoded string. + * + * @param input The binary data to encode + * + * @see https://tools.ietf.org/html/rfc4648#section-4 + */ +export declare function toBase64(input: Uint8Array): string; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/toBase64.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/toBase64.d.ts new file mode 100644 index 000000000..363f06372 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/toBase64.d.ts @@ -0,0 +1,7 @@ +/** + * Converts a Uint8Array of binary data to a base-64 encoded string using + * Node.JS's `buffer` module. + * + * @param input The binary data to encode + */ +export declare const toBase64: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/constants.browser.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/constants.browser.d.ts new file mode 100644 index 000000000..28b0d10fe --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/constants.browser.d.ts @@ -0,0 +1,12 @@ +declare const alphabetByEncoding: Record; +declare const alphabetByValue: Array; +declare const bitsPerLetter = 6; +declare const bitsPerByte = 8; +declare const maxLetterValue = 63; +export { + alphabetByEncoding, + alphabetByValue, + bitsPerLetter, + bitsPerByte, + maxLetterValue, +}; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts new file mode 100644 index 000000000..2b3a801e7 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts @@ -0,0 +1 @@ +export declare const fromBase64: (input: string) => Uint8Array; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.d.ts new file mode 100644 index 000000000..2b3a801e7 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/fromBase64.d.ts @@ -0,0 +1 @@ +export declare const fromBase64: (input: string) => Uint8Array; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..594bd4350 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./fromBase64"; +export * from "./toBase64"; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.browser.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.browser.d.ts new file mode 100644 index 000000000..5f9303292 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.browser.d.ts @@ -0,0 +1 @@ +export declare function toBase64(input: Uint8Array): string; diff --git a/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.d.ts b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.d.ts new file mode 100644 index 000000000..3d442e7cf --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/dist-types/ts3.4/toBase64.d.ts @@ -0,0 +1 @@ +export declare const toBase64: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-base64/package.json b/node_modules/@aws-sdk/util-base64/package.json new file mode 100644 index 000000000..865cef2f4 --- /dev/null +++ b/node_modules/@aws-sdk/util-base64/package.json @@ -0,0 +1,63 @@ +{ + "name": "@aws-sdk/util-base64", + "version": "3.208.0", + "description": "A Base64 <-> UInt8Array converter", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/util-buffer-from": "3.208.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "browser": { + "./dist-es/fromBase64": "./dist-es/fromBase64.browser", + "./dist-es/toBase64": "./dist-es/toBase64.browser" + }, + "react-native": { + "./dist-es/fromBase64": "./dist-es/fromBase64.browser", + "./dist-es/toBase64": "./dist-es/toBase64.browser" + }, + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-base64", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-base64" + } +} diff --git a/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md b/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md new file mode 100644 index 000000000..d7c90535a --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/CHANGELOG.md @@ -0,0 +1,681 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19) + + +### Bug Fixes + +* **util-body-length-browser:** handle trail surrogate character ([#3866](https://github.com/aws/aws-sdk-js-v3/issues/3866)) ([62657b1](https://github.com/aws/aws-sdk-js-v3/commit/62657b13af635928bf2c5ee8f449be711a379dd9)) + + + + + +# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) + + +### Features + +* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32)) + + + + + +# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) + + +### Features + +* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e)) + + + + + +# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) + + +### Bug Fixes + +* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) + + + + + +# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) + + +### Bug Fixes + +* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) + + + + + +# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) + + +### Bug Fixes + +* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590)) + + + + + +# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) + + +### Bug Fixes + +* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) + + + + + +# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) + + +### Features + +* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) + + + + + +## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22) + + +### Bug Fixes + +* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1)) + + + + + +## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) + + +### Bug Fixes + +* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) + + + + + +# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) + + +### Features + +* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) + + + + + +# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) + + +### Features + +* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) + + + + + +# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19) + + +### Features + +* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e)) + + + + + +# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@1.0.0-gamma.6...@aws-sdk/util-body-length-browser@1.0.0-gamma.7) (2020-10-07) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@1.0.0-gamma.5...@aws-sdk/util-body-length-browser@1.0.0-gamma.6) (2020-08-25) + +**Note:** Version bump only for package @aws-sdk/util-body-length-browser + + + + + +# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@1.0.0-gamma.4...@aws-sdk/util-body-length-browser@1.0.0-gamma.5) (2020-08-04) + + +### Features + +* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6)) + + + + + +# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@1.0.0-gamma.3...@aws-sdk/util-body-length-browser@1.0.0-gamma.4) (2020-07-21) + + +### Bug Fixes + +* remove `Blob` usage ([#1384](https://github.com/aws/aws-sdk-js-v3/issues/1384)) ([bcb5503](https://github.com/aws/aws-sdk-js-v3/commit/bcb5503c85b8d95c6ae47b553dab01d20851dbf8)) + + + + + +# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@1.0.0-gamma.2...@aws-sdk/util-body-length-browser@1.0.0-gamma.3) (2020-07-13) + + +### Features + +* add code linting and prettify ([#1350](https://github.com/aws/aws-sdk-js-v3/issues/1350)) ([47770fa](https://github.com/aws/aws-sdk-js-v3/commit/47770fa493c3405f193069cd18319882529ff484)) + + + + + +# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-gamma.2) (2020-07-08) + + +### Features + +* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) + + + +# 1.0.0-gamma.1 (2020-05-21) + + +### Bug Fixes + +* **util-body-length-browser:** multi-byte body lengths for browser ([#1101](https://github.com/aws/aws-sdk-js-v3/issues/1101)) ([65a3658](https://github.com/aws/aws-sdk-js-v3/commit/65a36581db0279a6044fd815201f91bcab4dcf90)) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-gamma.1) (2020-05-21) + + +### Bug Fixes + +* **util-body-length-browser:** multi-byte body lengths for browser ([#1101](https://github.com/aws/aws-sdk-js-v3/issues/1101)) ([65a3658](https://github.com/aws/aws-sdk-js-v3/commit/65a36581db0279a6044fd815201f91bcab4dcf90)) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-beta.2) (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-beta.1) (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-alpha.3) (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-alpha.2) (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@1.0.0-alpha.1) (2020-01-08) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@0.1.0-preview.3) (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-body-length-browser@0.1.0-preview.1...@aws-sdk/util-body-length-browser@0.1.0-preview.2) (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) diff --git a/node_modules/@aws-sdk/util-body-length-browser/LICENSE b/node_modules/@aws-sdk/util-body-length-browser/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-body-length-browser/README.md b/node_modules/@aws-sdk/util-body-length-browser/README.md new file mode 100644 index 000000000..e8769a05b --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/README.md @@ -0,0 +1,12 @@ +# @aws-sdk/util-body-length-browser + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-body-length-browser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-body-length-browser) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-body-length-browser.svg)](https://www.npmjs.com/package/@aws-sdk/util-body-length-browser) + +Determines the length of a request body in browsers + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/calculateBodyLength.js b/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/calculateBodyLength.js new file mode 100644 index 000000000..8e956f672 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/calculateBodyLength.js @@ -0,0 +1,26 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.calculateBodyLength = void 0; +const calculateBodyLength = (body) => { + if (typeof body === "string") { + let len = body.length; + for (let i = len - 1; i >= 0; i--) { + const code = body.charCodeAt(i); + if (code > 0x7f && code <= 0x7ff) + len++; + else if (code > 0x7ff && code <= 0xffff) + len += 2; + if (code >= 0xdc00 && code <= 0xdfff) + i--; + } + return len; + } + else if (typeof body.byteLength === "number") { + return body.byteLength; + } + else if (typeof body.size === "number") { + return body.size; + } + throw new Error(`Body Length computation failed for ${body}`); +}; +exports.calculateBodyLength = calculateBodyLength; diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js b/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js new file mode 100644 index 000000000..01a35e38b --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./calculateBodyLength"), exports); diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-es/calculateBodyLength.js b/node_modules/@aws-sdk/util-body-length-browser/dist-es/calculateBodyLength.js new file mode 100644 index 000000000..6c9072b98 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-es/calculateBodyLength.js @@ -0,0 +1,22 @@ +export const calculateBodyLength = (body) => { + if (typeof body === "string") { + let len = body.length; + for (let i = len - 1; i >= 0; i--) { + const code = body.charCodeAt(i); + if (code > 0x7f && code <= 0x7ff) + len++; + else if (code > 0x7ff && code <= 0xffff) + len += 2; + if (code >= 0xdc00 && code <= 0xdfff) + i--; + } + return len; + } + else if (typeof body.byteLength === "number") { + return body.byteLength; + } + else if (typeof body.size === "number") { + return body.size; + } + throw new Error(`Body Length computation failed for ${body}`); +}; diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js b/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js new file mode 100644 index 000000000..16ba478e2 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-es/index.js @@ -0,0 +1 @@ +export * from "./calculateBodyLength"; diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts b/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts new file mode 100644 index 000000000..fbef65f36 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts @@ -0,0 +1 @@ +export declare const calculateBodyLength: (body: any) => number | undefined; diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts b/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts new file mode 100644 index 000000000..16ba478e2 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./calculateBodyLength"; diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts b/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts new file mode 100644 index 000000000..fbef65f36 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts @@ -0,0 +1 @@ +export declare const calculateBodyLength: (body: any) => number | undefined; diff --git a/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..16ba478e2 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./calculateBodyLength"; diff --git a/node_modules/@aws-sdk/util-body-length-browser/package.json b/node_modules/@aws-sdk/util-body-length-browser/package.json new file mode 100644 index 000000000..812b0b324 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-browser/package.json @@ -0,0 +1,50 @@ +{ + "name": "@aws-sdk/util-body-length-browser", + "description": "Determines the length of a request body in browsers", + "version": "3.188.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-body-length-browser", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-body-length-browser" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/util-body-length-node/LICENSE b/node_modules/@aws-sdk/util-body-length-node/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-body-length-node/README.md b/node_modules/@aws-sdk/util-body-length-node/README.md new file mode 100644 index 000000000..79a6d3793 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/README.md @@ -0,0 +1,12 @@ +# @aws-sdk/util-body-length-node + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-body-length-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-body-length-node) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-body-length-node.svg)](https://www.npmjs.com/package/@aws-sdk/util-body-length-node) + +Determines the length of a request body in node.js + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-cjs/calculateBodyLength.js b/node_modules/@aws-sdk/util-body-length-node/dist-cjs/calculateBodyLength.js new file mode 100644 index 000000000..a43cea1c8 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-cjs/calculateBodyLength.js @@ -0,0 +1,26 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.calculateBodyLength = void 0; +const fs_1 = require("fs"); +const calculateBodyLength = (body) => { + if (!body) { + return 0; + } + if (typeof body === "string") { + return Buffer.from(body).length; + } + else if (typeof body.byteLength === "number") { + return body.byteLength; + } + else if (typeof body.size === "number") { + return body.size; + } + else if (typeof body.path === "string" || Buffer.isBuffer(body.path)) { + return (0, fs_1.lstatSync)(body.path).size; + } + else if (typeof body.fd === "number") { + return (0, fs_1.fstatSync)(body.fd).size; + } + throw new Error(`Body Length computation failed for ${body}`); +}; +exports.calculateBodyLength = calculateBodyLength; diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js b/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js new file mode 100644 index 000000000..01a35e38b --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./calculateBodyLength"), exports); diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-es/calculateBodyLength.js b/node_modules/@aws-sdk/util-body-length-node/dist-es/calculateBodyLength.js new file mode 100644 index 000000000..ff30a2fb3 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-es/calculateBodyLength.js @@ -0,0 +1,22 @@ +import { fstatSync, lstatSync } from "fs"; +export const calculateBodyLength = (body) => { + if (!body) { + return 0; + } + if (typeof body === "string") { + return Buffer.from(body).length; + } + else if (typeof body.byteLength === "number") { + return body.byteLength; + } + else if (typeof body.size === "number") { + return body.size; + } + else if (typeof body.path === "string" || Buffer.isBuffer(body.path)) { + return lstatSync(body.path).size; + } + else if (typeof body.fd === "number") { + return fstatSync(body.fd).size; + } + throw new Error(`Body Length computation failed for ${body}`); +}; diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js b/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js new file mode 100644 index 000000000..16ba478e2 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-es/index.js @@ -0,0 +1 @@ +export * from "./calculateBodyLength"; diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts b/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts new file mode 100644 index 000000000..fbef65f36 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts @@ -0,0 +1 @@ +export declare const calculateBodyLength: (body: any) => number | undefined; diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts b/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts new file mode 100644 index 000000000..16ba478e2 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./calculateBodyLength"; diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts b/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts new file mode 100644 index 000000000..fbef65f36 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts @@ -0,0 +1 @@ +export declare const calculateBodyLength: (body: any) => number | undefined; diff --git a/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..16ba478e2 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./calculateBodyLength"; diff --git a/node_modules/@aws-sdk/util-body-length-node/package.json b/node_modules/@aws-sdk/util-body-length-node/package.json new file mode 100644 index 000000000..6dfb52895 --- /dev/null +++ b/node_modules/@aws-sdk/util-body-length-node/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/util-body-length-node", + "description": "Determines the length of a request body in node.js", + "version": "3.208.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-body-length-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-body-length-node" + } +} diff --git a/node_modules/@aws-sdk/util-buffer-from/LICENSE b/node_modules/@aws-sdk/util-buffer-from/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-buffer-from/README.md b/node_modules/@aws-sdk/util-buffer-from/README.md new file mode 100644 index 000000000..bded4c3fe --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/util-buffer-from + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-buffer-from/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-buffer-from) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-buffer-from.svg)](https://www.npmjs.com/package/@aws-sdk/util-buffer-from) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js b/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js new file mode 100644 index 000000000..f9621ed49 --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/dist-cjs/index.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.fromString = exports.fromArrayBuffer = void 0; +const is_array_buffer_1 = require("@aws-sdk/is-array-buffer"); +const buffer_1 = require("buffer"); +const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => { + if (!(0, is_array_buffer_1.isArrayBuffer)(input)) { + throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`); + } + return buffer_1.Buffer.from(input, offset, length); +}; +exports.fromArrayBuffer = fromArrayBuffer; +const fromString = (input, encoding) => { + if (typeof input !== "string") { + throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`); + } + return encoding ? buffer_1.Buffer.from(input, encoding) : buffer_1.Buffer.from(input); +}; +exports.fromString = fromString; diff --git a/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js b/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js new file mode 100644 index 000000000..a793a1eac --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/dist-es/index.js @@ -0,0 +1,14 @@ +import { isArrayBuffer } from "@aws-sdk/is-array-buffer"; +import { Buffer } from "buffer"; +export const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => { + if (!isArrayBuffer(input)) { + throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`); + } + return Buffer.from(input, offset, length); +}; +export const fromString = (input, encoding) => { + if (typeof input !== "string") { + throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`); + } + return encoding ? Buffer.from(input, encoding) : Buffer.from(input); +}; diff --git a/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts b/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts new file mode 100644 index 000000000..ad3116191 --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts @@ -0,0 +1,4 @@ +import { Buffer } from "buffer"; +export declare const fromArrayBuffer: (input: ArrayBuffer, offset?: number, length?: number) => Buffer; +export declare type StringEncoding = "ascii" | "utf8" | "utf16le" | "ucs2" | "base64" | "latin1" | "binary" | "hex"; +export declare const fromString: (input: string, encoding?: StringEncoding | undefined) => Buffer; diff --git a/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..058a0928e --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/dist-types/ts3.4/index.d.ts @@ -0,0 +1,19 @@ +import { Buffer } from "buffer"; +export declare const fromArrayBuffer: ( + input: ArrayBuffer, + offset?: number, + length?: number +) => Buffer; +export declare type StringEncoding = + | "ascii" + | "utf8" + | "utf16le" + | "ucs2" + | "base64" + | "latin1" + | "binary" + | "hex"; +export declare const fromString: ( + input: string, + encoding?: StringEncoding | undefined +) => Buffer; diff --git a/node_modules/@aws-sdk/util-buffer-from/package.json b/node_modules/@aws-sdk/util-buffer-from/package.json new file mode 100644 index 000000000..665aa8c6f --- /dev/null +++ b/node_modules/@aws-sdk/util-buffer-from/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/util-buffer-from", + "version": "3.208.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/is-array-buffer": "3.201.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-buffer-from", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-buffer-from" + } +} diff --git a/node_modules/@aws-sdk/util-config-provider/LICENSE b/node_modules/@aws-sdk/util-config-provider/LICENSE new file mode 100644 index 000000000..74d4e5c31 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-config-provider/README.md b/node_modules/@aws-sdk/util-config-provider/README.md new file mode 100644 index 000000000..6e25d3717 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/util-config-provider + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-config-provider/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-config-provider) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-config-provider.svg)](https://www.npmjs.com/package/@aws-sdk/util-config-provider) diff --git a/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js b/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js new file mode 100644 index 000000000..cfd8025b8 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-cjs/booleanSelector.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.booleanSelector = exports.SelectorType = void 0; +var SelectorType; +(function (SelectorType) { + SelectorType["ENV"] = "env"; + SelectorType["CONFIG"] = "shared config entry"; +})(SelectorType = exports.SelectorType || (exports.SelectorType = {})); +const booleanSelector = (obj, key, type) => { + if (!(key in obj)) + return undefined; + if (obj[key] === "true") + return true; + if (obj[key] === "false") + return false; + throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`); +}; +exports.booleanSelector = booleanSelector; diff --git a/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js b/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js new file mode 100644 index 000000000..69b30c54f --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./booleanSelector"), exports); diff --git a/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js b/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js new file mode 100644 index 000000000..940d5b374 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-es/booleanSelector.js @@ -0,0 +1,14 @@ +export var SelectorType; +(function (SelectorType) { + SelectorType["ENV"] = "env"; + SelectorType["CONFIG"] = "shared config entry"; +})(SelectorType || (SelectorType = {})); +export const booleanSelector = (obj, key, type) => { + if (!(key in obj)) + return undefined; + if (obj[key] === "true") + return true; + if (obj[key] === "false") + return false; + throw new Error(`Cannot load ${type} "${key}". Expected "true" or "false", got ${obj[key]}.`); +}; diff --git a/node_modules/@aws-sdk/util-config-provider/dist-es/index.js b/node_modules/@aws-sdk/util-config-provider/dist-es/index.js new file mode 100644 index 000000000..838aa5056 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-es/index.js @@ -0,0 +1 @@ +export * from "./booleanSelector"; diff --git a/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts b/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts new file mode 100644 index 000000000..c9b7d5d3b --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-types/booleanSelector.d.ts @@ -0,0 +1,13 @@ +export declare enum SelectorType { + ENV = "env", + CONFIG = "shared config entry" +} +/** + * Returns boolean value true/false for string value "true"/"false", + * if the string is defined in obj[key] + * Returns undefined, if obj[key] is not defined. + * Throws error for all other cases. + * + * @internal + */ +export declare const booleanSelector: (obj: Record, key: string, type: SelectorType) => boolean | undefined; diff --git a/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts b/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts new file mode 100644 index 000000000..838aa5056 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./booleanSelector"; diff --git a/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts b/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts new file mode 100644 index 000000000..ec93ba51a --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts @@ -0,0 +1,9 @@ +export declare enum SelectorType { + ENV = "env", + CONFIG = "shared config entry", +} +export declare const booleanSelector: ( + obj: Record, + key: string, + type: SelectorType +) => boolean | undefined; diff --git a/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..838aa5056 --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./booleanSelector"; diff --git a/node_modules/@aws-sdk/util-config-provider/package.json b/node_modules/@aws-sdk/util-config-provider/package.json new file mode 100644 index 000000000..fbf987fda --- /dev/null +++ b/node_modules/@aws-sdk/util-config-provider/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/util-config-provider", + "version": "3.208.0", + "description": "Utilities package for configuration providers", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest --passWithNoTests" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "email": "", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "dependencies": { + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-config-provider", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-config-provider" + } +} diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE b/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/README.md b/node_modules/@aws-sdk/util-defaults-mode-browser/README.md new file mode 100644 index 000000000..37004aacf --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/util-defaults-mode-browser + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-defaults-mode-browser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-defaults-mode-browser) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-defaults-mode-browser.svg)](https://www.npmjs.com/package/@aws-sdk/util-defaults-mode-browser) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/constants.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/constants.js new file mode 100644 index 000000000..373350623 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/constants.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DEFAULTS_MODE_OPTIONS = void 0; +exports.DEFAULTS_MODE_OPTIONS = ["in-region", "cross-region", "mobile", "standard", "legacy"]; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/index.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/index.js new file mode 100644 index 000000000..fff2fcd3e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./resolveDefaultsModeConfig"), exports); diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js new file mode 100644 index 000000000..127640a36 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js @@ -0,0 +1,33 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveDefaultsModeConfig = void 0; +const tslib_1 = require("tslib"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const bowser_1 = tslib_1.__importDefault(require("bowser")); +const constants_1 = require("./constants"); +const resolveDefaultsModeConfig = ({ defaultsMode, } = {}) => (0, property_provider_1.memoize)(async () => { + const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; + switch (mode === null || mode === void 0 ? void 0 : mode.toLowerCase()) { + case "auto": + return Promise.resolve(isMobileBrowser() ? "mobile" : "standard"); + case "mobile": + case "in-region": + case "cross-region": + case "standard": + case "legacy": + return Promise.resolve(mode === null || mode === void 0 ? void 0 : mode.toLocaleLowerCase()); + case undefined: + return Promise.resolve("legacy"); + default: + throw new Error(`Invalid parameter for "defaultsMode", expect ${constants_1.DEFAULTS_MODE_OPTIONS.join(", ")}, got ${mode}`); + } +}); +exports.resolveDefaultsModeConfig = resolveDefaultsModeConfig; +const isMobileBrowser = () => { + var _a, _b; + const parsedUA = typeof window !== "undefined" && ((_a = window === null || window === void 0 ? void 0 : window.navigator) === null || _a === void 0 ? void 0 : _a.userAgent) + ? bowser_1.default.parse(window.navigator.userAgent) + : undefined; + const platform = (_b = parsedUA === null || parsedUA === void 0 ? void 0 : parsedUA.platform) === null || _b === void 0 ? void 0 : _b.type; + return platform === "tablet" || platform === "mobile"; +}; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js new file mode 100644 index 000000000..8bf20d196 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js @@ -0,0 +1,23 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveDefaultsModeConfig = void 0; +const property_provider_1 = require("@aws-sdk/property-provider"); +const constants_1 = require("./constants"); +const resolveDefaultsModeConfig = ({ defaultsMode, } = {}) => (0, property_provider_1.memoize)(async () => { + const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; + switch (mode === null || mode === void 0 ? void 0 : mode.toLowerCase()) { + case "auto": + return Promise.resolve("mobile"); + case "mobile": + case "in-region": + case "cross-region": + case "standard": + case "legacy": + return Promise.resolve(mode === null || mode === void 0 ? void 0 : mode.toLocaleLowerCase()); + case undefined: + return Promise.resolve("legacy"); + default: + throw new Error(`Invalid parameter for "defaultsMode", expect ${constants_1.DEFAULTS_MODE_OPTIONS.join(", ")}, got ${mode}`); + } +}); +exports.resolveDefaultsModeConfig = resolveDefaultsModeConfig; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js new file mode 100644 index 000000000..d58e11f4f --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/constants.js @@ -0,0 +1 @@ +export const DEFAULTS_MODE_OPTIONS = ["in-region", "cross-region", "mobile", "standard", "legacy"]; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js new file mode 100644 index 000000000..05aa8183e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/index.js @@ -0,0 +1 @@ +export * from "./resolveDefaultsModeConfig"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js new file mode 100644 index 000000000..4170f8234 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js @@ -0,0 +1,27 @@ +import { memoize } from "@aws-sdk/property-provider"; +import bowser from "bowser"; +import { DEFAULTS_MODE_OPTIONS } from "./constants"; +export const resolveDefaultsModeConfig = ({ defaultsMode, } = {}) => memoize(async () => { + const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; + switch (mode?.toLowerCase()) { + case "auto": + return Promise.resolve(isMobileBrowser() ? "mobile" : "standard"); + case "mobile": + case "in-region": + case "cross-region": + case "standard": + case "legacy": + return Promise.resolve(mode?.toLocaleLowerCase()); + case undefined: + return Promise.resolve("legacy"); + default: + throw new Error(`Invalid parameter for "defaultsMode", expect ${DEFAULTS_MODE_OPTIONS.join(", ")}, got ${mode}`); + } +}); +const isMobileBrowser = () => { + const parsedUA = typeof window !== "undefined" && window?.navigator?.userAgent + ? bowser.parse(window.navigator.userAgent) + : undefined; + const platform = parsedUA?.platform?.type; + return platform === "tablet" || platform === "mobile"; +}; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js new file mode 100644 index 000000000..62fb6c1c9 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js @@ -0,0 +1,19 @@ +import { memoize } from "@aws-sdk/property-provider"; +import { DEFAULTS_MODE_OPTIONS } from "./constants"; +export const resolveDefaultsModeConfig = ({ defaultsMode, } = {}) => memoize(async () => { + const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; + switch (mode?.toLowerCase()) { + case "auto": + return Promise.resolve("mobile"); + case "mobile": + case "in-region": + case "cross-region": + case "standard": + case "legacy": + return Promise.resolve(mode?.toLocaleLowerCase()); + case undefined: + return Promise.resolve("legacy"); + default: + throw new Error(`Invalid parameter for "defaultsMode", expect ${DEFAULTS_MODE_OPTIONS.join(", ")}, got ${mode}`); + } +}); diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts new file mode 100644 index 000000000..93b40f8c8 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts @@ -0,0 +1,9 @@ +import type { DefaultsMode } from "@aws-sdk/smithy-client"; +import type { Provider } from "@aws-sdk/types"; +export declare const DEFAULTS_MODE_OPTIONS: string[]; +/** + * @internal + */ +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; +} diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts new file mode 100644 index 000000000..05aa8183e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./resolveDefaultsModeConfig"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts new file mode 100644 index 000000000..1288221aa --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts @@ -0,0 +1,17 @@ +import type { DefaultsMode, ResolvedDefaultsMode } from "@aws-sdk/smithy-client"; +import type { Provider } from "@aws-sdk/types"; +/** + * @internal + */ +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; +} +/** + * Validate the defaultsMode configuration. If the value is set to "auto", it + * resolves the value to "mobile" if the app is running in a mobile browser, + * otherwise it resolves to "standard". + * + * @default "legacy" + * @internal + */ +export declare const resolveDefaultsModeConfig: ({ defaultsMode, }?: ResolveDefaultsModeConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts new file mode 100644 index 000000000..10829fd0b --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts @@ -0,0 +1,16 @@ +import type { DefaultsMode, ResolvedDefaultsMode } from "@aws-sdk/smithy-client"; +import type { Provider } from "@aws-sdk/types"; +/** + * @internal + */ +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; +} +/** + * Validate the defaultsMode configuration. If the value is set to "auto", it + * resolves the value to "mobile". + * + * @default "legacy" + * @internal + */ +export declare const resolveDefaultsModeConfig: ({ defaultsMode, }?: ResolveDefaultsModeConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..eb4a67bee --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,6 @@ +import { DefaultsMode } from "@aws-sdk/smithy-client"; +import { Provider } from "@aws-sdk/types"; +export declare const DEFAULTS_MODE_OPTIONS: string[]; +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; +} diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..05aa8183e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./resolveDefaultsModeConfig"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts new file mode 100644 index 000000000..253d304b5 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts @@ -0,0 +1,8 @@ +import { DefaultsMode, ResolvedDefaultsMode } from "@aws-sdk/smithy-client"; +import { Provider } from "@aws-sdk/types"; +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; +} +export declare const resolveDefaultsModeConfig: ({ + defaultsMode, +}?: ResolveDefaultsModeConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts new file mode 100644 index 000000000..253d304b5 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts @@ -0,0 +1,8 @@ +import { DefaultsMode, ResolvedDefaultsMode } from "@aws-sdk/smithy-client"; +import { Provider } from "@aws-sdk/types"; +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; +} +export declare const resolveDefaultsModeConfig: ({ + defaultsMode, +}?: ResolveDefaultsModeConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-defaults-mode-browser/package.json b/node_modules/@aws-sdk/util-defaults-mode-browser/package.json new file mode 100644 index 000000000..5e51527bd --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-browser/package.json @@ -0,0 +1,59 @@ +{ + "name": "@aws-sdk/util-defaults-mode-browser", + "version": "3.234.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "bowser": "^2.11.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/smithy-client": "3.234.0", + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">= 10.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "react-native": { + "./dist-es/resolveDefaultsModeConfig": "./dist-es/resolveDefaultsModeConfig.native" + }, + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-defaults-mode-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-defaults-mode-node" + } +} diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE b/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/README.md b/node_modules/@aws-sdk/util-defaults-mode-node/README.md new file mode 100644 index 000000000..2ec4075fb --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/util-defaults-mode-node + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-defaults-mode-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-defaults-mode-node) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-defaults-mode-node.svg)](https://www.npmjs.com/package/@aws-sdk/util-defaults-mode-node) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/constants.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/constants.js new file mode 100644 index 000000000..43e206224 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/constants.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.IMDS_REGION_PATH = exports.DEFAULTS_MODE_OPTIONS = exports.ENV_IMDS_DISABLED = exports.AWS_DEFAULT_REGION_ENV = exports.AWS_REGION_ENV = exports.AWS_EXECUTION_ENV = void 0; +exports.AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV"; +exports.AWS_REGION_ENV = "AWS_REGION"; +exports.AWS_DEFAULT_REGION_ENV = "AWS_DEFAULT_REGION"; +exports.ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +exports.DEFAULTS_MODE_OPTIONS = ["in-region", "cross-region", "mobile", "standard", "legacy"]; +exports.IMDS_REGION_PATH = "/latest/meta-data/placement/region"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js new file mode 100644 index 000000000..be32c0959 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NODE_DEFAULTS_MODE_CONFIG_OPTIONS = void 0; +const AWS_DEFAULTS_MODE_ENV = "AWS_DEFAULTS_MODE"; +const AWS_DEFAULTS_MODE_CONFIG = "defaults_mode"; +exports.NODE_DEFAULTS_MODE_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => { + return env[AWS_DEFAULTS_MODE_ENV]; + }, + configFileSelector: (profile) => { + return profile[AWS_DEFAULTS_MODE_CONFIG]; + }, + default: "legacy", +}; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/index.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/index.js new file mode 100644 index 000000000..fff2fcd3e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./resolveDefaultsModeConfig"), exports); diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js new file mode 100644 index 000000000..97418f785 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js @@ -0,0 +1,57 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveDefaultsModeConfig = void 0; +const config_resolver_1 = require("@aws-sdk/config-resolver"); +const credential_provider_imds_1 = require("@aws-sdk/credential-provider-imds"); +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const property_provider_1 = require("@aws-sdk/property-provider"); +const constants_1 = require("./constants"); +const defaultsModeConfig_1 = require("./defaultsModeConfig"); +const resolveDefaultsModeConfig = ({ region = (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS), defaultsMode = (0, node_config_provider_1.loadConfig)(defaultsModeConfig_1.NODE_DEFAULTS_MODE_CONFIG_OPTIONS), } = {}) => (0, property_provider_1.memoize)(async () => { + const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; + switch (mode === null || mode === void 0 ? void 0 : mode.toLowerCase()) { + case "auto": + return resolveNodeDefaultsModeAuto(region); + case "in-region": + case "cross-region": + case "mobile": + case "standard": + case "legacy": + return Promise.resolve(mode === null || mode === void 0 ? void 0 : mode.toLocaleLowerCase()); + case undefined: + return Promise.resolve("legacy"); + default: + throw new Error(`Invalid parameter for "defaultsMode", expect ${constants_1.DEFAULTS_MODE_OPTIONS.join(", ")}, got ${mode}`); + } +}); +exports.resolveDefaultsModeConfig = resolveDefaultsModeConfig; +const resolveNodeDefaultsModeAuto = async (clientRegion) => { + if (clientRegion) { + const resolvedRegion = typeof clientRegion === "function" ? await clientRegion() : clientRegion; + const inferredRegion = await inferPhysicalRegion(); + if (!inferredRegion) { + return "standard"; + } + if (resolvedRegion === inferredRegion) { + return "in-region"; + } + else { + return "cross-region"; + } + } + return "standard"; +}; +const inferPhysicalRegion = async () => { + var _a; + if (process.env[constants_1.AWS_EXECUTION_ENV] && (process.env[constants_1.AWS_REGION_ENV] || process.env[constants_1.AWS_DEFAULT_REGION_ENV])) { + return (_a = process.env[constants_1.AWS_REGION_ENV]) !== null && _a !== void 0 ? _a : process.env[constants_1.AWS_DEFAULT_REGION_ENV]; + } + if (!process.env[constants_1.ENV_IMDS_DISABLED]) { + try { + const endpoint = await (0, credential_provider_imds_1.getInstanceMetadataEndpoint)(); + return (await (0, credential_provider_imds_1.httpRequest)({ ...endpoint, path: constants_1.IMDS_REGION_PATH })).toString(); + } + catch (e) { + } + } +}; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/constants.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/constants.js new file mode 100644 index 000000000..69361a3fe --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/constants.js @@ -0,0 +1,6 @@ +export const AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV"; +export const AWS_REGION_ENV = "AWS_REGION"; +export const AWS_DEFAULT_REGION_ENV = "AWS_DEFAULT_REGION"; +export const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +export const DEFAULTS_MODE_OPTIONS = ["in-region", "cross-region", "mobile", "standard", "legacy"]; +export const IMDS_REGION_PATH = "/latest/meta-data/placement/region"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/defaultsModeConfig.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/defaultsModeConfig.js new file mode 100644 index 000000000..f43b5708f --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/defaultsModeConfig.js @@ -0,0 +1,11 @@ +const AWS_DEFAULTS_MODE_ENV = "AWS_DEFAULTS_MODE"; +const AWS_DEFAULTS_MODE_CONFIG = "defaults_mode"; +export const NODE_DEFAULTS_MODE_CONFIG_OPTIONS = { + environmentVariableSelector: (env) => { + return env[AWS_DEFAULTS_MODE_ENV]; + }, + configFileSelector: (profile) => { + return profile[AWS_DEFAULTS_MODE_CONFIG]; + }, + default: "legacy", +}; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/index.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/index.js new file mode 100644 index 000000000..05aa8183e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/index.js @@ -0,0 +1 @@ +export * from "./resolveDefaultsModeConfig"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js new file mode 100644 index 000000000..0af78c689 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js @@ -0,0 +1,52 @@ +import { NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver"; +import { getInstanceMetadataEndpoint, httpRequest } from "@aws-sdk/credential-provider-imds"; +import { loadConfig } from "@aws-sdk/node-config-provider"; +import { memoize } from "@aws-sdk/property-provider"; +import { AWS_DEFAULT_REGION_ENV, AWS_EXECUTION_ENV, AWS_REGION_ENV, DEFAULTS_MODE_OPTIONS, ENV_IMDS_DISABLED, IMDS_REGION_PATH, } from "./constants"; +import { NODE_DEFAULTS_MODE_CONFIG_OPTIONS } from "./defaultsModeConfig"; +export const resolveDefaultsModeConfig = ({ region = loadConfig(NODE_REGION_CONFIG_OPTIONS), defaultsMode = loadConfig(NODE_DEFAULTS_MODE_CONFIG_OPTIONS), } = {}) => memoize(async () => { + const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; + switch (mode?.toLowerCase()) { + case "auto": + return resolveNodeDefaultsModeAuto(region); + case "in-region": + case "cross-region": + case "mobile": + case "standard": + case "legacy": + return Promise.resolve(mode?.toLocaleLowerCase()); + case undefined: + return Promise.resolve("legacy"); + default: + throw new Error(`Invalid parameter for "defaultsMode", expect ${DEFAULTS_MODE_OPTIONS.join(", ")}, got ${mode}`); + } +}); +const resolveNodeDefaultsModeAuto = async (clientRegion) => { + if (clientRegion) { + const resolvedRegion = typeof clientRegion === "function" ? await clientRegion() : clientRegion; + const inferredRegion = await inferPhysicalRegion(); + if (!inferredRegion) { + return "standard"; + } + if (resolvedRegion === inferredRegion) { + return "in-region"; + } + else { + return "cross-region"; + } + } + return "standard"; +}; +const inferPhysicalRegion = async () => { + if (process.env[AWS_EXECUTION_ENV] && (process.env[AWS_REGION_ENV] || process.env[AWS_DEFAULT_REGION_ENV])) { + return process.env[AWS_REGION_ENV] ?? process.env[AWS_DEFAULT_REGION_ENV]; + } + if (!process.env[ENV_IMDS_DISABLED]) { + try { + const endpoint = await getInstanceMetadataEndpoint(); + return (await httpRequest({ ...endpoint, path: IMDS_REGION_PATH })).toString(); + } + catch (e) { + } + } +}; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts new file mode 100644 index 000000000..3ddd400cf --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts @@ -0,0 +1,6 @@ +export declare const AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV"; +export declare const AWS_REGION_ENV = "AWS_REGION"; +export declare const AWS_DEFAULT_REGION_ENV = "AWS_DEFAULT_REGION"; +export declare const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +export declare const DEFAULTS_MODE_OPTIONS: string[]; +export declare const IMDS_REGION_PATH = "/latest/meta-data/placement/region"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts new file mode 100644 index 000000000..4885fb6f1 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts @@ -0,0 +1,3 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +import type { DefaultsMode } from "@aws-sdk/smithy-client"; +export declare const NODE_DEFAULTS_MODE_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts new file mode 100644 index 000000000..05aa8183e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./resolveDefaultsModeConfig"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts new file mode 100644 index 000000000..bce060b80 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts @@ -0,0 +1,17 @@ +import type { DefaultsMode, ResolvedDefaultsMode } from "@aws-sdk/smithy-client"; +import type { Provider } from "@aws-sdk/types"; +/** + * @internal + */ +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; + region?: string | Provider; +} +/** + * Validate the defaultsMode configuration. If the value is set to "auto", it + * resolves the value to "in-region", "cross-region", or "standard". + * + * @default "legacy" + * @internal + */ +export declare const resolveDefaultsModeConfig: ({ region, defaultsMode, }?: ResolveDefaultsModeConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..3ddd400cf --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,6 @@ +export declare const AWS_EXECUTION_ENV = "AWS_EXECUTION_ENV"; +export declare const AWS_REGION_ENV = "AWS_REGION"; +export declare const AWS_DEFAULT_REGION_ENV = "AWS_DEFAULT_REGION"; +export declare const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; +export declare const DEFAULTS_MODE_OPTIONS: string[]; +export declare const IMDS_REGION_PATH = "/latest/meta-data/placement/region"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts new file mode 100644 index 000000000..2bf17e21b --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts @@ -0,0 +1,3 @@ +import { LoadedConfigSelectors } from "@aws-sdk/node-config-provider"; +import { DefaultsMode } from "@aws-sdk/smithy-client"; +export declare const NODE_DEFAULTS_MODE_CONFIG_OPTIONS: LoadedConfigSelectors; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..05aa8183e --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./resolveDefaultsModeConfig"; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts new file mode 100644 index 000000000..4b89bcebf --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts @@ -0,0 +1,10 @@ +import { DefaultsMode, ResolvedDefaultsMode } from "@aws-sdk/smithy-client"; +import { Provider } from "@aws-sdk/types"; +export interface ResolveDefaultsModeConfigOptions { + defaultsMode?: DefaultsMode | Provider; + region?: string | Provider; +} +export declare const resolveDefaultsModeConfig: ({ + region, + defaultsMode, +}?: ResolveDefaultsModeConfigOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-defaults-mode-node/package.json b/node_modules/@aws-sdk/util-defaults-mode-node/package.json new file mode 100644 index 000000000..9892e0810 --- /dev/null +++ b/node_modules/@aws-sdk/util-defaults-mode-node/package.json @@ -0,0 +1,58 @@ +{ + "name": "@aws-sdk/util-defaults-mode-node", + "version": "3.234.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/config-resolver": "3.234.0", + "@aws-sdk/credential-provider-imds": "3.226.0", + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/property-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/smithy-client": "3.234.0", + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "engines": { + "node": ">= 10.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-defaults-mode-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-defaults-mode-node" + } +} diff --git a/node_modules/@aws-sdk/util-endpoints/LICENSE b/node_modules/@aws-sdk/util-endpoints/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-endpoints/README.md b/node_modules/@aws-sdk/util-endpoints/README.md new file mode 100644 index 000000000..641f54a2c --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/README.md @@ -0,0 +1,6 @@ +# @aws-sdk/util-endpoints + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-endpoints/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-endpoints) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-endpoints.svg)](https://www.npmjs.com/package/@aws-sdk/util-endpoints) + +> An internal package diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js new file mode 100644 index 000000000..abbd314e6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.debugId = void 0; +exports.debugId = "endpoints"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js new file mode 100644 index 000000000..894b0261a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./debugId"), exports); +tslib_1.__exportStar(require("./toDebugString"), exports); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js new file mode 100644 index 000000000..588173056 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toDebugString = void 0; +function toDebugString(input) { + if (typeof input !== "object" || input == null) { + return input; + } + if ("ref" in input) { + return `$${toDebugString(input.ref)}`; + } + if ("fn" in input) { + return `${input.fn}(${(input.argv || []).map(toDebugString).join(", ")})`; + } + return JSON.stringify(input, null, 2); +} +exports.toDebugString = toDebugString; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js new file mode 100644 index 000000000..cd3a49a45 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./lib/aws/partition"), exports); +tslib_1.__exportStar(require("./resolveEndpoint"), exports); +tslib_1.__exportStar(require("./types"), exports); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js new file mode 100644 index 000000000..9da97e0b4 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./isVirtualHostableS3Bucket"), exports); +tslib_1.__exportStar(require("./parseArn"), exports); +tslib_1.__exportStar(require("./partition"), exports); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js new file mode 100644 index 000000000..e7d234262 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js @@ -0,0 +1,29 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isVirtualHostableS3Bucket = void 0; +const isIpAddress_1 = require("../isIpAddress"); +const isValidHostLabel_1 = require("../isValidHostLabel"); +const isVirtualHostableS3Bucket = (value, allowSubDomains = false) => { + if (allowSubDomains) { + for (const label of value.split(".")) { + if (!(0, exports.isVirtualHostableS3Bucket)(label)) { + return false; + } + } + return true; + } + if (!(0, isValidHostLabel_1.isValidHostLabel)(value)) { + return false; + } + if (value.length < 3 || value.length > 63) { + return false; + } + if (value !== value.toLowerCase()) { + return false; + } + if ((0, isIpAddress_1.isIpAddress)(value)) { + return false; + } + return true; +}; +exports.isVirtualHostableS3Bucket = isVirtualHostableS3Bucket; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js new file mode 100644 index 000000000..9925939f6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseArn = void 0; +const parseArn = (value) => { + const segments = value.split(":"); + if (segments.length < 6) + return null; + const [arn, partition, service, region, accountId, ...resourceId] = segments; + if (arn !== "arn" || partition === "" || service === "" || resourceId[0] === "") + return null; + return { + partition, + service, + region, + accountId, + resourceId: resourceId[0].includes("/") ? resourceId[0].split("/") : resourceId, + }; +}; +exports.parseArn = parseArn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js new file mode 100644 index 000000000..58cafb456 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js @@ -0,0 +1,36 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.partition = void 0; +const tslib_1 = require("tslib"); +const partitions_json_1 = tslib_1.__importDefault(require("./partitions.json")); +const { partitions } = partitions_json_1.default; +const DEFAULT_PARTITION = partitions.find((partition) => partition.id === "aws"); +const partition = (value) => { + for (const partition of partitions) { + const { regions, outputs } = partition; + for (const [region, regionData] of Object.entries(regions)) { + if (region === value) { + return { + ...outputs, + ...regionData, + }; + } + } + } + for (const partition of partitions) { + const { regionRegex, outputs } = partition; + if (new RegExp(regionRegex).test(value)) { + return { + ...outputs, + }; + } + } + if (!DEFAULT_PARTITION) { + throw new Error("Provided region was not found in the partition array or regex," + + " and default partition with id 'aws' doesn't exist."); + } + return { + ...DEFAULT_PARTITION.outputs, + }; +}; +exports.partition = partition; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json new file mode 100644 index 000000000..d56700f85 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json @@ -0,0 +1,178 @@ +{ + "partitions": [{ + "id": "aws", + "outputs": { + "dnsSuffix": "amazonaws.com", + "dualStackDnsSuffix": "api.aws", + "name": "aws", + "supportsDualStack": true, + "supportsFIPS": true + }, + "regionRegex": "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", + "regions": { + "af-south-1": { + "description": "Africa (Cape Town)" + }, + "ap-east-1": { + "description": "Asia Pacific (Hong Kong)" + }, + "ap-northeast-1": { + "description": "Asia Pacific (Tokyo)" + }, + "ap-northeast-2": { + "description": "Asia Pacific (Seoul)" + }, + "ap-northeast-3": { + "description": "Asia Pacific (Osaka)" + }, + "ap-south-1": { + "description": "Asia Pacific (Mumbai)" + }, + "ap-south-2": { + "description": "Asia Pacific (Hyderabad)" + }, + "ap-southeast-1": { + "description": "Asia Pacific (Singapore)" + }, + "ap-southeast-2": { + "description": "Asia Pacific (Sydney)" + }, + "ap-southeast-3": { + "description": "Asia Pacific (Jakarta)" + }, + "aws-global": { + "description": "AWS Standard global region" + }, + "ca-central-1": { + "description": "Canada (Central)" + }, + "eu-central-1": { + "description": "Europe (Frankfurt)" + }, + "eu-central-2": { + "description": "Europe (Zurich)" + }, + "eu-north-1": { + "description": "Europe (Stockholm)" + }, + "eu-south-1": { + "description": "Europe (Milan)" + }, + "eu-south-2": { + "description": "Europe (Spain)" + }, + "eu-west-1": { + "description": "Europe (Ireland)" + }, + "eu-west-2": { + "description": "Europe (London)" + }, + "eu-west-3": { + "description": "Europe (Paris)" + }, + "me-central-1": { + "description": "Middle East (UAE)" + }, + "me-south-1": { + "description": "Middle East (Bahrain)" + }, + "sa-east-1": { + "description": "South America (Sao Paulo)" + }, + "us-east-1": { + "description": "US East (N. Virginia)" + }, + "us-east-2": { + "description": "US East (Ohio)" + }, + "us-west-1": { + "description": "US West (N. California)" + }, + "us-west-2": { + "description": "US West (Oregon)" + } + } + }, { + "id": "aws-cn", + "outputs": { + "dnsSuffix": "amazonaws.com.cn", + "dualStackDnsSuffix": "api.amazonwebservices.com.cn", + "name": "aws-cn", + "supportsDualStack": true, + "supportsFIPS": true + }, + "regionRegex": "^cn\\-\\w+\\-\\d+$", + "regions": { + "aws-cn-global": { + "description": "AWS China global region" + }, + "cn-north-1": { + "description": "China (Beijing)" + }, + "cn-northwest-1": { + "description": "China (Ningxia)" + } + } + }, { + "id": "aws-us-gov", + "outputs": { + "dnsSuffix": "amazonaws.com", + "dualStackDnsSuffix": "api.aws", + "name": "aws-us-gov", + "supportsDualStack": true, + "supportsFIPS": true + }, + "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$", + "regions": { + "aws-us-gov-global": { + "description": "AWS GovCloud (US) global region" + }, + "us-gov-east-1": { + "description": "AWS GovCloud (US-East)" + }, + "us-gov-west-1": { + "description": "AWS GovCloud (US-West)" + } + } + }, { + "id": "aws-iso", + "outputs": { + "dnsSuffix": "c2s.ic.gov", + "dualStackDnsSuffix": "c2s.ic.gov", + "name": "aws-iso", + "supportsDualStack": false, + "supportsFIPS": true + }, + "regionRegex": "^us\\-iso\\-\\w+\\-\\d+$", + "regions": { + "aws-iso-global": { + "description": "AWS ISO (US) global region" + }, + "us-iso-east-1": { + "description": "US ISO East" + }, + "us-iso-west-1": { + "description": "US ISO WEST" + } + } + }, { + "id": "aws-iso-b", + "outputs": { + "dnsSuffix": "sc2s.sgov.gov", + "dualStackDnsSuffix": "sc2s.sgov.gov", + "name": "aws-iso-b", + "supportsDualStack": false, + "supportsFIPS": true + }, + "regionRegex": "^us\\-isob\\-\\w+\\-\\d+$", + "regions": { + "aws-iso-b-global": { + "description": "AWS ISOB (US) global region" + }, + "us-isob-east-1": { + "description": "US ISOB East (Ohio)" + } + } + }], + "version": "1.1" +} diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js new file mode 100644 index 000000000..acce55d86 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.booleanEquals = void 0; +const booleanEquals = (value1, value2) => value1 === value2; +exports.booleanEquals = booleanEquals; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js new file mode 100644 index 000000000..4f7671bb2 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getAttr = void 0; +const types_1 = require("../types"); +const getAttrPathList_1 = require("./getAttrPathList"); +const getAttr = (value, path) => (0, getAttrPathList_1.getAttrPathList)(path).reduce((acc, index) => { + if (typeof acc !== "object") { + throw new types_1.EndpointError(`Index '${index}' in '${path}' not found in '${JSON.stringify(value)}'`); + } + else if (Array.isArray(acc)) { + return acc[parseInt(index)]; + } + return acc[index]; +}, value); +exports.getAttr = getAttr; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js new file mode 100644 index 000000000..e4d43aaff --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js @@ -0,0 +1,29 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getAttrPathList = void 0; +const types_1 = require("../types"); +const getAttrPathList = (path) => { + const parts = path.split("."); + const pathList = []; + for (const part of parts) { + const squareBracketIndex = part.indexOf("["); + if (squareBracketIndex !== -1) { + if (part.indexOf("]") !== part.length - 1) { + throw new types_1.EndpointError(`Path: '${path}' does not end with ']'`); + } + const arrayIndex = part.slice(squareBracketIndex + 1, -1); + if (Number.isNaN(parseInt(arrayIndex))) { + throw new types_1.EndpointError(`Invalid array index: '${arrayIndex}' in path: '${path}'`); + } + if (squareBracketIndex !== 0) { + pathList.push(part.slice(0, squareBracketIndex)); + } + pathList.push(arrayIndex); + } + else { + pathList.push(part); + } + } + return pathList; +}; +exports.getAttrPathList = getAttrPathList; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js new file mode 100644 index 000000000..6cca71cd1 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.aws = void 0; +const tslib_1 = require("tslib"); +exports.aws = tslib_1.__importStar(require("./aws")); +tslib_1.__exportStar(require("./booleanEquals"), exports); +tslib_1.__exportStar(require("./getAttr"), exports); +tslib_1.__exportStar(require("./isSet"), exports); +tslib_1.__exportStar(require("./isValidHostLabel"), exports); +tslib_1.__exportStar(require("./not"), exports); +tslib_1.__exportStar(require("./parseURL"), exports); +tslib_1.__exportStar(require("./stringEquals"), exports); +tslib_1.__exportStar(require("./substring"), exports); +tslib_1.__exportStar(require("./uriEncode"), exports); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js new file mode 100644 index 000000000..e4db4c3f7 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isIpAddress = void 0; +const IP_V4_REGEX = new RegExp(`^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$`); +const isIpAddress = (value) => IP_V4_REGEX.test(value) || (value.startsWith("[") && value.endsWith("]")); +exports.isIpAddress = isIpAddress; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js new file mode 100644 index 000000000..94325e7c8 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isSet = void 0; +const isSet = (value) => value != null; +exports.isSet = isSet; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js new file mode 100644 index 000000000..3a7dbb73b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isValidHostLabel = void 0; +const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`); +const isValidHostLabel = (value, allowSubDomains = false) => { + if (!allowSubDomains) { + return VALID_HOST_LABEL_REGEX.test(value); + } + const labels = value.split("."); + for (const label of labels) { + if (!(0, exports.isValidHostLabel)(label)) { + return false; + } + } + return true; +}; +exports.isValidHostLabel = isValidHostLabel; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js new file mode 100644 index 000000000..88aef3b2e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.not = void 0; +const not = (value) => !value; +exports.not = not; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js new file mode 100644 index 000000000..692fd031e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js @@ -0,0 +1,55 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.parseURL = void 0; +const types_1 = require("@aws-sdk/types"); +const isIpAddress_1 = require("./isIpAddress"); +const DEFAULT_PORTS = { + [types_1.EndpointURLScheme.HTTP]: 80, + [types_1.EndpointURLScheme.HTTPS]: 443, +}; +const parseURL = (value) => { + const whatwgURL = (() => { + try { + if (value instanceof URL) { + return value; + } + if (typeof value === "object" && "hostname" in value) { + const { hostname, port, protocol = "", path = "", query = {} } = value; + const url = new URL(`${protocol}//${hostname}${port ? `:${port}` : ""}${path}`); + url.search = Object.entries(query) + .map(([k, v]) => `${k}=${v}`) + .join("&"); + return url; + } + return new URL(value); + } + catch (error) { + return null; + } + })(); + if (!whatwgURL) { + console.error(`Unable to parse ${JSON.stringify(value)} as a whatwg URL.`); + return null; + } + const urlString = whatwgURL.href; + const { host, hostname, pathname, protocol, search } = whatwgURL; + if (search) { + return null; + } + const scheme = protocol.slice(0, -1); + if (!Object.values(types_1.EndpointURLScheme).includes(scheme)) { + return null; + } + const isIp = (0, isIpAddress_1.isIpAddress)(hostname); + const inputContainsDefaultPort = urlString.includes(`${host}:${DEFAULT_PORTS[scheme]}`) || + (typeof value === "string" && value.includes(`${host}:${DEFAULT_PORTS[scheme]}`)); + const authority = `${host}${inputContainsDefaultPort ? `:${DEFAULT_PORTS[scheme]}` : ``}`; + return { + scheme, + authority, + path: pathname, + normalizedPath: pathname.endsWith("/") ? pathname : `${pathname}/`, + isIp, + }; +}; +exports.parseURL = parseURL; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js new file mode 100644 index 000000000..c1cae473d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.stringEquals = void 0; +const stringEquals = (value1, value2) => value1 === value2; +exports.stringEquals = stringEquals; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js new file mode 100644 index 000000000..6f0477db6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.substring = void 0; +const substring = (input, start, stop, reverse) => { + if (start >= stop || input.length < stop) { + return null; + } + if (!reverse) { + return input.substring(start, stop); + } + return input.substring(input.length - stop, input.length - start); +}; +exports.substring = substring; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js new file mode 100644 index 000000000..36ef46797 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.uriEncode = void 0; +const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`); +exports.uriEncode = uriEncode; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js new file mode 100644 index 000000000..5f02b1a75 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js @@ -0,0 +1,42 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.resolveEndpoint = void 0; +const debug_1 = require("./debug"); +const types_1 = require("./types"); +const utils_1 = require("./utils"); +const resolveEndpoint = (ruleSetObject, options) => { + var _a, _b, _c, _d, _e, _f; + const { endpointParams, logger } = options; + const { parameters, rules } = ruleSetObject; + (_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, debug_1.debugId, `Initial EndpointParams: ${(0, debug_1.toDebugString)(endpointParams)}`); + const paramsWithDefault = Object.entries(parameters) + .filter(([, v]) => v.default != null) + .map(([k, v]) => [k, v.default]); + if (paramsWithDefault.length > 0) { + for (const [paramKey, paramDefaultValue] of paramsWithDefault) { + endpointParams[paramKey] = (_c = endpointParams[paramKey]) !== null && _c !== void 0 ? _c : paramDefaultValue; + } + } + const requiredParams = Object.entries(parameters) + .filter(([, v]) => v.required) + .map(([k]) => k); + for (const requiredParam of requiredParams) { + if (endpointParams[requiredParam] == null) { + throw new types_1.EndpointError(`Missing required parameter: '${requiredParam}'`); + } + } + const endpoint = (0, utils_1.evaluateRules)(rules, { endpointParams, logger, referenceRecord: {} }); + if ((_d = options.endpointParams) === null || _d === void 0 ? void 0 : _d.Endpoint) { + try { + const givenEndpoint = new URL(options.endpointParams.Endpoint); + const { protocol, port } = givenEndpoint; + endpoint.url.protocol = protocol; + endpoint.url.port = port; + } + catch (e) { + } + } + (_f = (_e = options.logger) === null || _e === void 0 ? void 0 : _e.debug) === null || _f === void 0 ? void 0 : _f.call(_e, debug_1.debugId, `Resolved endpoint: ${(0, debug_1.toDebugString)(endpoint)}`); + return endpoint; +}; +exports.resolveEndpoint = resolveEndpoint; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js new file mode 100644 index 000000000..fffb7620a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.EndpointError = void 0; +class EndpointError extends Error { + constructor(message) { + super(message); + this.name = "EndpointError"; + } +} +exports.EndpointError = EndpointError; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js new file mode 100644 index 000000000..fe0ed9db0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./EndpointError"), exports); +tslib_1.__exportStar(require("./EndpointRuleObject"), exports); +tslib_1.__exportStar(require("./ErrorRuleObject"), exports); +tslib_1.__exportStar(require("./RuleSetObject"), exports); +tslib_1.__exportStar(require("./TreeRuleObject"), exports); +tslib_1.__exportStar(require("./shared"), exports); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js new file mode 100644 index 000000000..077849ca2 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.callFunction = void 0; +const tslib_1 = require("tslib"); +const lib = tslib_1.__importStar(require("../lib")); +const evaluateExpression_1 = require("./evaluateExpression"); +const callFunction = ({ fn, argv }, options) => { + const evaluatedArgs = argv.map((arg) => ["boolean", "number"].includes(typeof arg) ? arg : (0, evaluateExpression_1.evaluateExpression)(arg, "arg", options)); + return fn.split(".").reduce((acc, key) => acc[key], lib)(...evaluatedArgs); +}; +exports.callFunction = callFunction; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js new file mode 100644 index 000000000..8389a284a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateCondition = void 0; +const debug_1 = require("../debug"); +const types_1 = require("../types"); +const callFunction_1 = require("./callFunction"); +const evaluateCondition = ({ assign, ...fnArgs }, options) => { + var _a, _b; + if (assign && assign in options.referenceRecord) { + throw new types_1.EndpointError(`'${assign}' is already defined in Reference Record.`); + } + const value = (0, callFunction_1.callFunction)(fnArgs, options); + (_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, debug_1.debugId, `evaluateCondition: ${(0, debug_1.toDebugString)(fnArgs)} = ${(0, debug_1.toDebugString)(value)}`); + return { + result: value === "" ? true : !!value, + ...(assign != null && { toAssign: { name: assign, value } }), + }; +}; +exports.evaluateCondition = evaluateCondition; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js new file mode 100644 index 000000000..1ef69deb9 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js @@ -0,0 +1,27 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateConditions = void 0; +const debug_1 = require("../debug"); +const evaluateCondition_1 = require("./evaluateCondition"); +const evaluateConditions = (conditions = [], options) => { + var _a, _b; + const conditionsReferenceRecord = {}; + for (const condition of conditions) { + const { result, toAssign } = (0, evaluateCondition_1.evaluateCondition)(condition, { + ...options, + referenceRecord: { + ...options.referenceRecord, + ...conditionsReferenceRecord, + }, + }); + if (!result) { + return { result }; + } + if (toAssign) { + conditionsReferenceRecord[toAssign.name] = toAssign.value; + (_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, debug_1.debugId, `assign: ${toAssign.name} := ${(0, debug_1.toDebugString)(toAssign.value)}`); + } + } + return { result: true, referenceRecord: conditionsReferenceRecord }; +}; +exports.evaluateConditions = evaluateConditions; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js new file mode 100644 index 000000000..86ef24dce --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js @@ -0,0 +1,32 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateEndpointRule = void 0; +const debug_1 = require("../debug"); +const evaluateConditions_1 = require("./evaluateConditions"); +const getEndpointHeaders_1 = require("./getEndpointHeaders"); +const getEndpointProperties_1 = require("./getEndpointProperties"); +const getEndpointUrl_1 = require("./getEndpointUrl"); +const evaluateEndpointRule = (endpointRule, options) => { + var _a, _b; + const { conditions, endpoint } = endpointRule; + const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); + if (!result) { + return; + } + const endpointRuleOptions = { + ...options, + referenceRecord: { ...options.referenceRecord, ...referenceRecord }, + }; + const { url, properties, headers } = endpoint; + (_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.debug) === null || _b === void 0 ? void 0 : _b.call(_a, debug_1.debugId, `Resolving endpoint from template: ${(0, debug_1.toDebugString)(endpoint)}`); + return { + ...(headers != undefined && { + headers: (0, getEndpointHeaders_1.getEndpointHeaders)(headers, endpointRuleOptions), + }), + ...(properties != undefined && { + properties: (0, getEndpointProperties_1.getEndpointProperties)(properties, endpointRuleOptions), + }), + url: (0, getEndpointUrl_1.getEndpointUrl)(url, endpointRuleOptions), + }; +}; +exports.evaluateEndpointRule = evaluateEndpointRule; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js new file mode 100644 index 000000000..c7718528c --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateErrorRule = void 0; +const types_1 = require("../types"); +const evaluateConditions_1 = require("./evaluateConditions"); +const evaluateExpression_1 = require("./evaluateExpression"); +const evaluateErrorRule = (errorRule, options) => { + const { conditions, error } = errorRule; + const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); + if (!result) { + return; + } + throw new types_1.EndpointError((0, evaluateExpression_1.evaluateExpression)(error, "Error", { + ...options, + referenceRecord: { ...options.referenceRecord, ...referenceRecord }, + })); +}; +exports.evaluateErrorRule = evaluateErrorRule; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js new file mode 100644 index 000000000..709b02e3d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js @@ -0,0 +1,20 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateExpression = void 0; +const types_1 = require("../types"); +const callFunction_1 = require("./callFunction"); +const evaluateTemplate_1 = require("./evaluateTemplate"); +const getReferenceValue_1 = require("./getReferenceValue"); +const evaluateExpression = (obj, keyName, options) => { + if (typeof obj === "string") { + return (0, evaluateTemplate_1.evaluateTemplate)(obj, options); + } + else if (obj["fn"]) { + return (0, callFunction_1.callFunction)(obj, options); + } + else if (obj["ref"]) { + return (0, getReferenceValue_1.getReferenceValue)(obj, options); + } + throw new types_1.EndpointError(`'${keyName}': ${String(obj)} is not a string, function or reference.`); +}; +exports.evaluateExpression = evaluateExpression; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js new file mode 100644 index 000000000..c4d7b35cd --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js @@ -0,0 +1,31 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateRules = void 0; +const types_1 = require("../types"); +const evaluateEndpointRule_1 = require("./evaluateEndpointRule"); +const evaluateErrorRule_1 = require("./evaluateErrorRule"); +const evaluateTreeRule_1 = require("./evaluateTreeRule"); +const evaluateRules = (rules, options) => { + for (const rule of rules) { + if (rule.type === "endpoint") { + const endpointOrUndefined = (0, evaluateEndpointRule_1.evaluateEndpointRule)(rule, options); + if (endpointOrUndefined) { + return endpointOrUndefined; + } + } + else if (rule.type === "error") { + (0, evaluateErrorRule_1.evaluateErrorRule)(rule, options); + } + else if (rule.type === "tree") { + const endpointOrUndefined = (0, evaluateTreeRule_1.evaluateTreeRule)(rule, options); + if (endpointOrUndefined) { + return endpointOrUndefined; + } + } + else { + throw new types_1.EndpointError(`Unknown endpoint rule: ${rule}`); + } + } + throw new types_1.EndpointError(`Rules evaluation failed`); +}; +exports.evaluateRules = evaluateRules; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js new file mode 100644 index 000000000..de29c1725 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js @@ -0,0 +1,40 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateTemplate = void 0; +const lib_1 = require("../lib"); +const evaluateTemplate = (template, options) => { + const evaluatedTemplateArr = []; + const templateContext = { + ...options.endpointParams, + ...options.referenceRecord, + }; + let currentIndex = 0; + while (currentIndex < template.length) { + const openingBraceIndex = template.indexOf("{", currentIndex); + if (openingBraceIndex === -1) { + evaluatedTemplateArr.push(template.slice(currentIndex)); + break; + } + evaluatedTemplateArr.push(template.slice(currentIndex, openingBraceIndex)); + const closingBraceIndex = template.indexOf("}", openingBraceIndex); + if (closingBraceIndex === -1) { + evaluatedTemplateArr.push(template.slice(openingBraceIndex)); + break; + } + if (template[openingBraceIndex + 1] === "{" && template[closingBraceIndex + 1] === "}") { + evaluatedTemplateArr.push(template.slice(openingBraceIndex + 1, closingBraceIndex)); + currentIndex = closingBraceIndex + 2; + } + const parameterName = template.substring(openingBraceIndex + 1, closingBraceIndex); + if (parameterName.includes("#")) { + const [refName, attrName] = parameterName.split("#"); + evaluatedTemplateArr.push((0, lib_1.getAttr)(templateContext[refName], attrName)); + } + else { + evaluatedTemplateArr.push(templateContext[parameterName]); + } + currentIndex = closingBraceIndex + 1; + } + return evaluatedTemplateArr.join(""); +}; +exports.evaluateTemplate = evaluateTemplate; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js new file mode 100644 index 000000000..94401d853 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js @@ -0,0 +1,17 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.evaluateTreeRule = void 0; +const evaluateConditions_1 = require("./evaluateConditions"); +const evaluateRules_1 = require("./evaluateRules"); +const evaluateTreeRule = (treeRule, options) => { + const { conditions, rules } = treeRule; + const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); + if (!result) { + return; + } + return (0, evaluateRules_1.evaluateRules)(rules, { + ...options, + referenceRecord: { ...options.referenceRecord, ...referenceRecord }, + }); +}; +exports.evaluateTreeRule = evaluateTreeRule; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js new file mode 100644 index 000000000..e356549b7 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getEndpointHeaders = void 0; +const types_1 = require("../types"); +const evaluateExpression_1 = require("./evaluateExpression"); +const getEndpointHeaders = (headers, options) => Object.entries(headers).reduce((acc, [headerKey, headerVal]) => ({ + ...acc, + [headerKey]: headerVal.map((headerValEntry) => { + const processedExpr = (0, evaluateExpression_1.evaluateExpression)(headerValEntry, "Header value entry", options); + if (typeof processedExpr !== "string") { + throw new types_1.EndpointError(`Header '${headerKey}' value '${processedExpr}' is not a string`); + } + return processedExpr; + }), +}), {}); +exports.getEndpointHeaders = getEndpointHeaders; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js new file mode 100644 index 000000000..ec8b506ac --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getEndpointProperties = void 0; +const getEndpointProperty_1 = require("./getEndpointProperty"); +const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({ + ...acc, + [propertyKey]: (0, getEndpointProperty_1.getEndpointProperty)(propertyVal, options), +}), {}); +exports.getEndpointProperties = getEndpointProperties; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js new file mode 100644 index 000000000..b2eb7afa4 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getEndpointProperty = void 0; +const types_1 = require("../types"); +const evaluateTemplate_1 = require("./evaluateTemplate"); +const getEndpointProperties_1 = require("./getEndpointProperties"); +const getEndpointProperty = (property, options) => { + if (Array.isArray(property)) { + return property.map((propertyEntry) => (0, exports.getEndpointProperty)(propertyEntry, options)); + } + switch (typeof property) { + case "string": + return (0, evaluateTemplate_1.evaluateTemplate)(property, options); + case "object": + if (property === null) { + throw new types_1.EndpointError(`Unexpected endpoint property: ${property}`); + } + return (0, getEndpointProperties_1.getEndpointProperties)(property, options); + case "boolean": + return property; + default: + throw new types_1.EndpointError(`Unexpected endpoint property type: ${typeof property}`); + } +}; +exports.getEndpointProperty = getEndpointProperty; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js new file mode 100644 index 000000000..7800dd475 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js @@ -0,0 +1,19 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getEndpointUrl = void 0; +const types_1 = require("../types"); +const evaluateExpression_1 = require("./evaluateExpression"); +const getEndpointUrl = (endpointUrl, options) => { + const expression = (0, evaluateExpression_1.evaluateExpression)(endpointUrl, "Endpoint URL", options); + if (typeof expression === "string") { + try { + return new URL(expression); + } + catch (error) { + console.error(`Failed to construct URL with ${expression}`, error); + throw error; + } + } + throw new types_1.EndpointError(`Endpoint URL must be a string, got ${typeof expression}`); +}; +exports.getEndpointUrl = getEndpointUrl; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js new file mode 100644 index 000000000..ea71e114b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getReferenceValue = void 0; +const getReferenceValue = ({ ref }, options) => { + const referenceRecord = { + ...options.endpointParams, + ...options.referenceRecord, + }; + return referenceRecord[ref]; +}; +exports.getReferenceValue = getReferenceValue; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js new file mode 100644 index 000000000..ec47e0ecb --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./evaluateRules"), exports); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js b/node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js new file mode 100644 index 000000000..0d4e27e03 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js @@ -0,0 +1 @@ +export const debugId = "endpoints"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js b/node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js new file mode 100644 index 000000000..70d3b15c3 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js @@ -0,0 +1,2 @@ +export * from "./debugId"; +export * from "./toDebugString"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js b/node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js new file mode 100644 index 000000000..33c8fcbb4 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js @@ -0,0 +1,12 @@ +export function toDebugString(input) { + if (typeof input !== "object" || input == null) { + return input; + } + if ("ref" in input) { + return `$${toDebugString(input.ref)}`; + } + if ("fn" in input) { + return `${input.fn}(${(input.argv || []).map(toDebugString).join(", ")})`; + } + return JSON.stringify(input, null, 2); +} diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/index.js b/node_modules/@aws-sdk/util-endpoints/dist-es/index.js new file mode 100644 index 000000000..17868ec89 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/index.js @@ -0,0 +1,3 @@ +export * from "./lib/aws/partition"; +export * from "./resolveEndpoint"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js new file mode 100644 index 000000000..03be049d1 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js @@ -0,0 +1,3 @@ +export * from "./isVirtualHostableS3Bucket"; +export * from "./parseArn"; +export * from "./partition"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js new file mode 100644 index 000000000..ace5f2247 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js @@ -0,0 +1,25 @@ +import { isIpAddress } from "../isIpAddress"; +import { isValidHostLabel } from "../isValidHostLabel"; +export const isVirtualHostableS3Bucket = (value, allowSubDomains = false) => { + if (allowSubDomains) { + for (const label of value.split(".")) { + if (!isVirtualHostableS3Bucket(label)) { + return false; + } + } + return true; + } + if (!isValidHostLabel(value)) { + return false; + } + if (value.length < 3 || value.length > 63) { + return false; + } + if (value !== value.toLowerCase()) { + return false; + } + if (isIpAddress(value)) { + return false; + } + return true; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js new file mode 100644 index 000000000..25cc4287d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js @@ -0,0 +1,15 @@ +export const parseArn = (value) => { + const segments = value.split(":"); + if (segments.length < 6) + return null; + const [arn, partition, service, region, accountId, ...resourceId] = segments; + if (arn !== "arn" || partition === "" || service === "" || resourceId[0] === "") + return null; + return { + partition, + service, + region, + accountId, + resourceId: resourceId[0].includes("/") ? resourceId[0].split("/") : resourceId, + }; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js new file mode 100644 index 000000000..2eb639752 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js @@ -0,0 +1,31 @@ +import partitionsInfo from "./partitions.json"; +const { partitions } = partitionsInfo; +const DEFAULT_PARTITION = partitions.find((partition) => partition.id === "aws"); +export const partition = (value) => { + for (const partition of partitions) { + const { regions, outputs } = partition; + for (const [region, regionData] of Object.entries(regions)) { + if (region === value) { + return { + ...outputs, + ...regionData, + }; + } + } + } + for (const partition of partitions) { + const { regionRegex, outputs } = partition; + if (new RegExp(regionRegex).test(value)) { + return { + ...outputs, + }; + } + } + if (!DEFAULT_PARTITION) { + throw new Error("Provided region was not found in the partition array or regex," + + " and default partition with id 'aws' doesn't exist."); + } + return { + ...DEFAULT_PARTITION.outputs, + }; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json new file mode 100644 index 000000000..d56700f85 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json @@ -0,0 +1,178 @@ +{ + "partitions": [{ + "id": "aws", + "outputs": { + "dnsSuffix": "amazonaws.com", + "dualStackDnsSuffix": "api.aws", + "name": "aws", + "supportsDualStack": true, + "supportsFIPS": true + }, + "regionRegex": "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$", + "regions": { + "af-south-1": { + "description": "Africa (Cape Town)" + }, + "ap-east-1": { + "description": "Asia Pacific (Hong Kong)" + }, + "ap-northeast-1": { + "description": "Asia Pacific (Tokyo)" + }, + "ap-northeast-2": { + "description": "Asia Pacific (Seoul)" + }, + "ap-northeast-3": { + "description": "Asia Pacific (Osaka)" + }, + "ap-south-1": { + "description": "Asia Pacific (Mumbai)" + }, + "ap-south-2": { + "description": "Asia Pacific (Hyderabad)" + }, + "ap-southeast-1": { + "description": "Asia Pacific (Singapore)" + }, + "ap-southeast-2": { + "description": "Asia Pacific (Sydney)" + }, + "ap-southeast-3": { + "description": "Asia Pacific (Jakarta)" + }, + "aws-global": { + "description": "AWS Standard global region" + }, + "ca-central-1": { + "description": "Canada (Central)" + }, + "eu-central-1": { + "description": "Europe (Frankfurt)" + }, + "eu-central-2": { + "description": "Europe (Zurich)" + }, + "eu-north-1": { + "description": "Europe (Stockholm)" + }, + "eu-south-1": { + "description": "Europe (Milan)" + }, + "eu-south-2": { + "description": "Europe (Spain)" + }, + "eu-west-1": { + "description": "Europe (Ireland)" + }, + "eu-west-2": { + "description": "Europe (London)" + }, + "eu-west-3": { + "description": "Europe (Paris)" + }, + "me-central-1": { + "description": "Middle East (UAE)" + }, + "me-south-1": { + "description": "Middle East (Bahrain)" + }, + "sa-east-1": { + "description": "South America (Sao Paulo)" + }, + "us-east-1": { + "description": "US East (N. Virginia)" + }, + "us-east-2": { + "description": "US East (Ohio)" + }, + "us-west-1": { + "description": "US West (N. California)" + }, + "us-west-2": { + "description": "US West (Oregon)" + } + } + }, { + "id": "aws-cn", + "outputs": { + "dnsSuffix": "amazonaws.com.cn", + "dualStackDnsSuffix": "api.amazonwebservices.com.cn", + "name": "aws-cn", + "supportsDualStack": true, + "supportsFIPS": true + }, + "regionRegex": "^cn\\-\\w+\\-\\d+$", + "regions": { + "aws-cn-global": { + "description": "AWS China global region" + }, + "cn-north-1": { + "description": "China (Beijing)" + }, + "cn-northwest-1": { + "description": "China (Ningxia)" + } + } + }, { + "id": "aws-us-gov", + "outputs": { + "dnsSuffix": "amazonaws.com", + "dualStackDnsSuffix": "api.aws", + "name": "aws-us-gov", + "supportsDualStack": true, + "supportsFIPS": true + }, + "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$", + "regions": { + "aws-us-gov-global": { + "description": "AWS GovCloud (US) global region" + }, + "us-gov-east-1": { + "description": "AWS GovCloud (US-East)" + }, + "us-gov-west-1": { + "description": "AWS GovCloud (US-West)" + } + } + }, { + "id": "aws-iso", + "outputs": { + "dnsSuffix": "c2s.ic.gov", + "dualStackDnsSuffix": "c2s.ic.gov", + "name": "aws-iso", + "supportsDualStack": false, + "supportsFIPS": true + }, + "regionRegex": "^us\\-iso\\-\\w+\\-\\d+$", + "regions": { + "aws-iso-global": { + "description": "AWS ISO (US) global region" + }, + "us-iso-east-1": { + "description": "US ISO East" + }, + "us-iso-west-1": { + "description": "US ISO WEST" + } + } + }, { + "id": "aws-iso-b", + "outputs": { + "dnsSuffix": "sc2s.sgov.gov", + "dualStackDnsSuffix": "sc2s.sgov.gov", + "name": "aws-iso-b", + "supportsDualStack": false, + "supportsFIPS": true + }, + "regionRegex": "^us\\-isob\\-\\w+\\-\\d+$", + "regions": { + "aws-iso-b-global": { + "description": "AWS ISOB (US) global region" + }, + "us-isob-east-1": { + "description": "US ISOB East (Ohio)" + } + } + }], + "version": "1.1" +} diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js new file mode 100644 index 000000000..730cbd3bd --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js @@ -0,0 +1 @@ +export const booleanEquals = (value1, value2) => value1 === value2; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js new file mode 100644 index 000000000..d77f1657f --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js @@ -0,0 +1,11 @@ +import { EndpointError } from "../types"; +import { getAttrPathList } from "./getAttrPathList"; +export const getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => { + if (typeof acc !== "object") { + throw new EndpointError(`Index '${index}' in '${path}' not found in '${JSON.stringify(value)}'`); + } + else if (Array.isArray(acc)) { + return acc[parseInt(index)]; + } + return acc[index]; +}, value); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js new file mode 100644 index 000000000..5817a2de6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js @@ -0,0 +1,25 @@ +import { EndpointError } from "../types"; +export const getAttrPathList = (path) => { + const parts = path.split("."); + const pathList = []; + for (const part of parts) { + const squareBracketIndex = part.indexOf("["); + if (squareBracketIndex !== -1) { + if (part.indexOf("]") !== part.length - 1) { + throw new EndpointError(`Path: '${path}' does not end with ']'`); + } + const arrayIndex = part.slice(squareBracketIndex + 1, -1); + if (Number.isNaN(parseInt(arrayIndex))) { + throw new EndpointError(`Invalid array index: '${arrayIndex}' in path: '${path}'`); + } + if (squareBracketIndex !== 0) { + pathList.push(part.slice(0, squareBracketIndex)); + } + pathList.push(arrayIndex); + } + else { + pathList.push(part); + } + } + return pathList; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js new file mode 100644 index 000000000..b05a4031e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js @@ -0,0 +1,10 @@ +export * as aws from "./aws"; +export * from "./booleanEquals"; +export * from "./getAttr"; +export * from "./isSet"; +export * from "./isValidHostLabel"; +export * from "./not"; +export * from "./parseURL"; +export * from "./stringEquals"; +export * from "./substring"; +export * from "./uriEncode"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js new file mode 100644 index 000000000..20be5a3e3 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js @@ -0,0 +1,2 @@ +const IP_V4_REGEX = new RegExp(`^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$`); +export const isIpAddress = (value) => IP_V4_REGEX.test(value) || (value.startsWith("[") && value.endsWith("]")); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js new file mode 100644 index 000000000..83ccc7a56 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js @@ -0,0 +1 @@ +export const isSet = (value) => value != null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js new file mode 100644 index 000000000..785859867 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js @@ -0,0 +1,13 @@ +const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`); +export const isValidHostLabel = (value, allowSubDomains = false) => { + if (!allowSubDomains) { + return VALID_HOST_LABEL_REGEX.test(value); + } + const labels = value.split("."); + for (const label of labels) { + if (!isValidHostLabel(label)) { + return false; + } + } + return true; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js new file mode 100644 index 000000000..180e5dd3a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js @@ -0,0 +1 @@ +export const not = (value) => !value; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js new file mode 100644 index 000000000..f8f3f08c6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js @@ -0,0 +1,51 @@ +import { EndpointURLScheme } from "@aws-sdk/types"; +import { isIpAddress } from "./isIpAddress"; +const DEFAULT_PORTS = { + [EndpointURLScheme.HTTP]: 80, + [EndpointURLScheme.HTTPS]: 443, +}; +export const parseURL = (value) => { + const whatwgURL = (() => { + try { + if (value instanceof URL) { + return value; + } + if (typeof value === "object" && "hostname" in value) { + const { hostname, port, protocol = "", path = "", query = {} } = value; + const url = new URL(`${protocol}//${hostname}${port ? `:${port}` : ""}${path}`); + url.search = Object.entries(query) + .map(([k, v]) => `${k}=${v}`) + .join("&"); + return url; + } + return new URL(value); + } + catch (error) { + return null; + } + })(); + if (!whatwgURL) { + console.error(`Unable to parse ${JSON.stringify(value)} as a whatwg URL.`); + return null; + } + const urlString = whatwgURL.href; + const { host, hostname, pathname, protocol, search } = whatwgURL; + if (search) { + return null; + } + const scheme = protocol.slice(0, -1); + if (!Object.values(EndpointURLScheme).includes(scheme)) { + return null; + } + const isIp = isIpAddress(hostname); + const inputContainsDefaultPort = urlString.includes(`${host}:${DEFAULT_PORTS[scheme]}`) || + (typeof value === "string" && value.includes(`${host}:${DEFAULT_PORTS[scheme]}`)); + const authority = `${host}${inputContainsDefaultPort ? `:${DEFAULT_PORTS[scheme]}` : ``}`; + return { + scheme, + authority, + path: pathname, + normalizedPath: pathname.endsWith("/") ? pathname : `${pathname}/`, + isIp, + }; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js new file mode 100644 index 000000000..ee414269d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js @@ -0,0 +1 @@ +export const stringEquals = (value1, value2) => value1 === value2; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js new file mode 100644 index 000000000..942dde4d1 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js @@ -0,0 +1,9 @@ +export const substring = (input, start, stop, reverse) => { + if (start >= stop || input.length < stop) { + return null; + } + if (!reverse) { + return input.substring(start, stop); + } + return input.substring(input.length - stop, input.length - start); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js new file mode 100644 index 000000000..ae226dc7a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js @@ -0,0 +1 @@ +export const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js b/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js new file mode 100644 index 000000000..85ea18b86 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js @@ -0,0 +1,37 @@ +import { debugId, toDebugString } from "./debug"; +import { EndpointError } from "./types"; +import { evaluateRules } from "./utils"; +export const resolveEndpoint = (ruleSetObject, options) => { + const { endpointParams, logger } = options; + const { parameters, rules } = ruleSetObject; + options.logger?.debug?.(debugId, `Initial EndpointParams: ${toDebugString(endpointParams)}`); + const paramsWithDefault = Object.entries(parameters) + .filter(([, v]) => v.default != null) + .map(([k, v]) => [k, v.default]); + if (paramsWithDefault.length > 0) { + for (const [paramKey, paramDefaultValue] of paramsWithDefault) { + endpointParams[paramKey] = endpointParams[paramKey] ?? paramDefaultValue; + } + } + const requiredParams = Object.entries(parameters) + .filter(([, v]) => v.required) + .map(([k]) => k); + for (const requiredParam of requiredParams) { + if (endpointParams[requiredParam] == null) { + throw new EndpointError(`Missing required parameter: '${requiredParam}'`); + } + } + const endpoint = evaluateRules(rules, { endpointParams, logger, referenceRecord: {} }); + if (options.endpointParams?.Endpoint) { + try { + const givenEndpoint = new URL(options.endpointParams.Endpoint); + const { protocol, port } = givenEndpoint; + endpoint.url.protocol = protocol; + endpoint.url.port = port; + } + catch (e) { + } + } + options.logger?.debug?.(debugId, `Resolved endpoint: ${toDebugString(endpoint)}`); + return endpoint; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js new file mode 100644 index 000000000..1ce597d7e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js @@ -0,0 +1,6 @@ +export class EndpointError extends Error { + constructor(message) { + super(message); + this.name = "EndpointError"; + } +} diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js new file mode 100644 index 000000000..daba50198 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js @@ -0,0 +1,6 @@ +export * from "./EndpointError"; +export * from "./EndpointRuleObject"; +export * from "./ErrorRuleObject"; +export * from "./RuleSetObject"; +export * from "./TreeRuleObject"; +export * from "./shared"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js b/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js new file mode 100644 index 000000000..58da6a22c --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js @@ -0,0 +1,6 @@ +import * as lib from "../lib"; +import { evaluateExpression } from "./evaluateExpression"; +export const callFunction = ({ fn, argv }, options) => { + const evaluatedArgs = argv.map((arg) => ["boolean", "number"].includes(typeof arg) ? arg : evaluateExpression(arg, "arg", options)); + return fn.split(".").reduce((acc, key) => acc[key], lib)(...evaluatedArgs); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js new file mode 100644 index 000000000..279d0adf5 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js @@ -0,0 +1,14 @@ +import { debugId, toDebugString } from "../debug"; +import { EndpointError } from "../types"; +import { callFunction } from "./callFunction"; +export const evaluateCondition = ({ assign, ...fnArgs }, options) => { + if (assign && assign in options.referenceRecord) { + throw new EndpointError(`'${assign}' is already defined in Reference Record.`); + } + const value = callFunction(fnArgs, options); + options.logger?.debug?.(debugId, `evaluateCondition: ${toDebugString(fnArgs)} = ${toDebugString(value)}`); + return { + result: value === "" ? true : !!value, + ...(assign != null && { toAssign: { name: assign, value } }), + }; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js new file mode 100644 index 000000000..2890d4a96 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js @@ -0,0 +1,22 @@ +import { debugId, toDebugString } from "../debug"; +import { evaluateCondition } from "./evaluateCondition"; +export const evaluateConditions = (conditions = [], options) => { + const conditionsReferenceRecord = {}; + for (const condition of conditions) { + const { result, toAssign } = evaluateCondition(condition, { + ...options, + referenceRecord: { + ...options.referenceRecord, + ...conditionsReferenceRecord, + }, + }); + if (!result) { + return { result }; + } + if (toAssign) { + conditionsReferenceRecord[toAssign.name] = toAssign.value; + options.logger?.debug?.(debugId, `assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`); + } + } + return { result: true, referenceRecord: conditionsReferenceRecord }; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js new file mode 100644 index 000000000..56744295a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js @@ -0,0 +1,27 @@ +import { debugId, toDebugString } from "../debug"; +import { evaluateConditions } from "./evaluateConditions"; +import { getEndpointHeaders } from "./getEndpointHeaders"; +import { getEndpointProperties } from "./getEndpointProperties"; +import { getEndpointUrl } from "./getEndpointUrl"; +export const evaluateEndpointRule = (endpointRule, options) => { + const { conditions, endpoint } = endpointRule; + const { result, referenceRecord } = evaluateConditions(conditions, options); + if (!result) { + return; + } + const endpointRuleOptions = { + ...options, + referenceRecord: { ...options.referenceRecord, ...referenceRecord }, + }; + const { url, properties, headers } = endpoint; + options.logger?.debug?.(debugId, `Resolving endpoint from template: ${toDebugString(endpoint)}`); + return { + ...(headers != undefined && { + headers: getEndpointHeaders(headers, endpointRuleOptions), + }), + ...(properties != undefined && { + properties: getEndpointProperties(properties, endpointRuleOptions), + }), + url: getEndpointUrl(url, endpointRuleOptions), + }; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js new file mode 100644 index 000000000..1a578604d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js @@ -0,0 +1,14 @@ +import { EndpointError } from "../types"; +import { evaluateConditions } from "./evaluateConditions"; +import { evaluateExpression } from "./evaluateExpression"; +export const evaluateErrorRule = (errorRule, options) => { + const { conditions, error } = errorRule; + const { result, referenceRecord } = evaluateConditions(conditions, options); + if (!result) { + return; + } + throw new EndpointError(evaluateExpression(error, "Error", { + ...options, + referenceRecord: { ...options.referenceRecord, ...referenceRecord }, + })); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js new file mode 100644 index 000000000..7f69658e6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js @@ -0,0 +1,16 @@ +import { EndpointError } from "../types"; +import { callFunction } from "./callFunction"; +import { evaluateTemplate } from "./evaluateTemplate"; +import { getReferenceValue } from "./getReferenceValue"; +export const evaluateExpression = (obj, keyName, options) => { + if (typeof obj === "string") { + return evaluateTemplate(obj, options); + } + else if (obj["fn"]) { + return callFunction(obj, options); + } + else if (obj["ref"]) { + return getReferenceValue(obj, options); + } + throw new EndpointError(`'${keyName}': ${String(obj)} is not a string, function or reference.`); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js new file mode 100644 index 000000000..58a40a08c --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js @@ -0,0 +1,27 @@ +import { EndpointError } from "../types"; +import { evaluateEndpointRule } from "./evaluateEndpointRule"; +import { evaluateErrorRule } from "./evaluateErrorRule"; +import { evaluateTreeRule } from "./evaluateTreeRule"; +export const evaluateRules = (rules, options) => { + for (const rule of rules) { + if (rule.type === "endpoint") { + const endpointOrUndefined = evaluateEndpointRule(rule, options); + if (endpointOrUndefined) { + return endpointOrUndefined; + } + } + else if (rule.type === "error") { + evaluateErrorRule(rule, options); + } + else if (rule.type === "tree") { + const endpointOrUndefined = evaluateTreeRule(rule, options); + if (endpointOrUndefined) { + return endpointOrUndefined; + } + } + else { + throw new EndpointError(`Unknown endpoint rule: ${rule}`); + } + } + throw new EndpointError(`Rules evaluation failed`); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js new file mode 100644 index 000000000..700580915 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js @@ -0,0 +1,36 @@ +import { getAttr } from "../lib"; +export const evaluateTemplate = (template, options) => { + const evaluatedTemplateArr = []; + const templateContext = { + ...options.endpointParams, + ...options.referenceRecord, + }; + let currentIndex = 0; + while (currentIndex < template.length) { + const openingBraceIndex = template.indexOf("{", currentIndex); + if (openingBraceIndex === -1) { + evaluatedTemplateArr.push(template.slice(currentIndex)); + break; + } + evaluatedTemplateArr.push(template.slice(currentIndex, openingBraceIndex)); + const closingBraceIndex = template.indexOf("}", openingBraceIndex); + if (closingBraceIndex === -1) { + evaluatedTemplateArr.push(template.slice(openingBraceIndex)); + break; + } + if (template[openingBraceIndex + 1] === "{" && template[closingBraceIndex + 1] === "}") { + evaluatedTemplateArr.push(template.slice(openingBraceIndex + 1, closingBraceIndex)); + currentIndex = closingBraceIndex + 2; + } + const parameterName = template.substring(openingBraceIndex + 1, closingBraceIndex); + if (parameterName.includes("#")) { + const [refName, attrName] = parameterName.split("#"); + evaluatedTemplateArr.push(getAttr(templateContext[refName], attrName)); + } + else { + evaluatedTemplateArr.push(templateContext[parameterName]); + } + currentIndex = closingBraceIndex + 1; + } + return evaluatedTemplateArr.join(""); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js new file mode 100644 index 000000000..427c1fa91 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js @@ -0,0 +1,13 @@ +import { evaluateConditions } from "./evaluateConditions"; +import { evaluateRules } from "./evaluateRules"; +export const evaluateTreeRule = (treeRule, options) => { + const { conditions, rules } = treeRule; + const { result, referenceRecord } = evaluateConditions(conditions, options); + if (!result) { + return; + } + return evaluateRules(rules, { + ...options, + referenceRecord: { ...options.referenceRecord, ...referenceRecord }, + }); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js new file mode 100644 index 000000000..f94cf5535 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js @@ -0,0 +1,12 @@ +import { EndpointError } from "../types"; +import { evaluateExpression } from "./evaluateExpression"; +export const getEndpointHeaders = (headers, options) => Object.entries(headers).reduce((acc, [headerKey, headerVal]) => ({ + ...acc, + [headerKey]: headerVal.map((headerValEntry) => { + const processedExpr = evaluateExpression(headerValEntry, "Header value entry", options); + if (typeof processedExpr !== "string") { + throw new EndpointError(`Header '${headerKey}' value '${processedExpr}' is not a string`); + } + return processedExpr; + }), +}), {}); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js new file mode 100644 index 000000000..e7afe888e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js @@ -0,0 +1,5 @@ +import { getEndpointProperty } from "./getEndpointProperty"; +export const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({ + ...acc, + [propertyKey]: getEndpointProperty(propertyVal, options), +}), {}); diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js new file mode 100644 index 000000000..060096995 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js @@ -0,0 +1,21 @@ +import { EndpointError } from "../types"; +import { evaluateTemplate } from "./evaluateTemplate"; +import { getEndpointProperties } from "./getEndpointProperties"; +export const getEndpointProperty = (property, options) => { + if (Array.isArray(property)) { + return property.map((propertyEntry) => getEndpointProperty(propertyEntry, options)); + } + switch (typeof property) { + case "string": + return evaluateTemplate(property, options); + case "object": + if (property === null) { + throw new EndpointError(`Unexpected endpoint property: ${property}`); + } + return getEndpointProperties(property, options); + case "boolean": + return property; + default: + throw new EndpointError(`Unexpected endpoint property type: ${typeof property}`); + } +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js new file mode 100644 index 000000000..8f1301e25 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js @@ -0,0 +1,15 @@ +import { EndpointError } from "../types"; +import { evaluateExpression } from "./evaluateExpression"; +export const getEndpointUrl = (endpointUrl, options) => { + const expression = evaluateExpression(endpointUrl, "Endpoint URL", options); + if (typeof expression === "string") { + try { + return new URL(expression); + } + catch (error) { + console.error(`Failed to construct URL with ${expression}`, error); + throw error; + } + } + throw new EndpointError(`Endpoint URL must be a string, got ${typeof expression}`); +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js new file mode 100644 index 000000000..759f4d40b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js @@ -0,0 +1,7 @@ +export const getReferenceValue = ({ ref }, options) => { + const referenceRecord = { + ...options.endpointParams, + ...options.referenceRecord, + }; + return referenceRecord[ref]; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js new file mode 100644 index 000000000..37478990d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js @@ -0,0 +1 @@ +export * from "./evaluateRules"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts new file mode 100644 index 000000000..d39f408f0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts @@ -0,0 +1 @@ +export declare const debugId = "endpoints"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts new file mode 100644 index 000000000..70d3b15c3 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts @@ -0,0 +1,2 @@ +export * from "./debugId"; +export * from "./toDebugString"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts new file mode 100644 index 000000000..070a16569 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts @@ -0,0 +1,9 @@ +import { EndpointParameters, EndpointV2 } from "@aws-sdk/types"; +import { GetAttrValue } from "../lib"; +import { EndpointObject, FunctionObject, FunctionReturn } from "../types"; +export declare function toDebugString(input: EndpointParameters): string; +export declare function toDebugString(input: EndpointV2): string; +export declare function toDebugString(input: GetAttrValue): string; +export declare function toDebugString(input: FunctionObject): string; +export declare function toDebugString(input: FunctionReturn): string; +export declare function toDebugString(input: EndpointObject): string; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts new file mode 100644 index 000000000..17868ec89 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts @@ -0,0 +1,3 @@ +export * from "./lib/aws/partition"; +export * from "./resolveEndpoint"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts new file mode 100644 index 000000000..03be049d1 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts @@ -0,0 +1,3 @@ +export * from "./isVirtualHostableS3Bucket"; +export * from "./parseArn"; +export * from "./partition"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts new file mode 100644 index 000000000..25d46e4ba --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts @@ -0,0 +1,5 @@ +/** + * Evaluates whether a string is a DNS compatible bucket name and can be used with + * virtual hosted style addressing. + */ +export declare const isVirtualHostableS3Bucket: (value: string, allowSubDomains?: boolean) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts new file mode 100644 index 000000000..9acfcea37 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts @@ -0,0 +1,7 @@ +import { EndpointARN } from "@aws-sdk/types"; +/** + * Evaluates a single string argument value, and returns an object containing + * details about the parsed ARN. + * If the input was not a valid ARN, the function returns null. + */ +export declare const parseArn: (value: string) => EndpointARN | null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts new file mode 100644 index 000000000..5341d36af --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts @@ -0,0 +1,8 @@ +import { EndpointPartition } from "@aws-sdk/types"; +/** + * Evaluates a single string argument value as a region, and matches the + * string value to an AWS partition. + * The matcher MUST always return a successful object describing the partition + * that the region has been determined to be a part of. + */ +export declare const partition: (value: string) => EndpointPartition; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts new file mode 100644 index 000000000..7eac5613c --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts @@ -0,0 +1,5 @@ +/** + * Evaluates two boolean values value1 and value2 for equality and returns + * true if both values match. + */ +export declare const booleanEquals: (value1: boolean, value2: boolean) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts new file mode 100644 index 000000000..9105e9760 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts @@ -0,0 +1,7 @@ +export declare type GetAttrValue = string | boolean | { + [key: string]: GetAttrValue; +} | Array; +/** + * Returns value corresponding to pathing string for an array or object. + */ +export declare const getAttr: (value: GetAttrValue, path: string) => GetAttrValue; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts new file mode 100644 index 000000000..e6c497971 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts @@ -0,0 +1,4 @@ +/** + * Parses path as a getAttr expression, returning a list of strings. + */ +export declare const getAttrPathList: (path: string) => Array; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts new file mode 100644 index 000000000..b05a4031e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts @@ -0,0 +1,10 @@ +export * as aws from "./aws"; +export * from "./booleanEquals"; +export * from "./getAttr"; +export * from "./isSet"; +export * from "./isValidHostLabel"; +export * from "./not"; +export * from "./parseURL"; +export * from "./stringEquals"; +export * from "./substring"; +export * from "./uriEncode"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts new file mode 100644 index 000000000..28aba976a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts @@ -0,0 +1,4 @@ +/** + * Validates if the provided value is an IP address. + */ +export declare const isIpAddress: (value: string) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts new file mode 100644 index 000000000..7c74ec535 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts @@ -0,0 +1,5 @@ +/** + * Evaluates whether a value is set (aka not null or undefined). + * Returns true if the value is set, otherwise returns false. + */ +export declare const isSet: (value: unknown) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts new file mode 100644 index 000000000..c05f9e982 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts @@ -0,0 +1,7 @@ +/** + * Evaluates whether one or more string values are valid host labels per RFC 1123. + * + * If allowSubDomains is true, then the provided value may be zero or more dotted + * subdomains which are each validated per RFC 1123. + */ +export declare const isValidHostLabel: (value: string, allowSubDomains?: boolean) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts new file mode 100644 index 000000000..1e8e72841 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts @@ -0,0 +1,5 @@ +/** + * Performs logical negation on the provided boolean value, + * returning the negated value. + */ +export declare const not: (value: boolean) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts new file mode 100644 index 000000000..a1e0f257b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts @@ -0,0 +1,5 @@ +import { Endpoint, EndpointURL } from "@aws-sdk/types"; +/** + * Parses a string, URL, or Endpoint into it’s Endpoint URL components. + */ +export declare const parseURL: (value: string | URL | Endpoint) => EndpointURL | null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts new file mode 100644 index 000000000..bdfc98de0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts @@ -0,0 +1,5 @@ +/** + * Evaluates two string values value1 and value2 for equality and returns + * true if both values match. + */ +export declare const stringEquals: (value1: string, value2: string) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts new file mode 100644 index 000000000..5d7003555 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts @@ -0,0 +1,7 @@ +/** + * Computes the substring of a given string, conditionally indexing from the end of the string. + * When the string is long enough to fully include the substring, return the substring. + * Otherwise, return None. The start index is inclusive and the stop index is exclusive. + * The length of the returned string will always be stop-start. + */ +export declare const substring: (input: string, start: number, stop: number, reverse: boolean) => string | null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts new file mode 100644 index 000000000..c2a720c79 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts @@ -0,0 +1,4 @@ +/** + * Performs percent-encoding per RFC3986 section 2.1 + */ +export declare const uriEncode: (value: string) => string; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts new file mode 100644 index 000000000..deb79ddf7 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts @@ -0,0 +1,6 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EndpointResolverOptions, RuleSetObject } from "./types"; +/** + * Resolves an endpoint URL by processing the endpoints ruleset and options. + */ +export declare const resolveEndpoint: (ruleSetObject: RuleSetObject, options: EndpointResolverOptions) => EndpointV2; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts new file mode 100644 index 000000000..d39f408f0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts @@ -0,0 +1 @@ +export declare const debugId = "endpoints"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts new file mode 100644 index 000000000..70d3b15c3 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts @@ -0,0 +1,2 @@ +export * from "./debugId"; +export * from "./toDebugString"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts new file mode 100644 index 000000000..070a16569 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts @@ -0,0 +1,9 @@ +import { EndpointParameters, EndpointV2 } from "@aws-sdk/types"; +import { GetAttrValue } from "../lib"; +import { EndpointObject, FunctionObject, FunctionReturn } from "../types"; +export declare function toDebugString(input: EndpointParameters): string; +export declare function toDebugString(input: EndpointV2): string; +export declare function toDebugString(input: GetAttrValue): string; +export declare function toDebugString(input: FunctionObject): string; +export declare function toDebugString(input: FunctionReturn): string; +export declare function toDebugString(input: EndpointObject): string; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..17868ec89 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts @@ -0,0 +1,3 @@ +export * from "./lib/aws/partition"; +export * from "./resolveEndpoint"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts new file mode 100644 index 000000000..03be049d1 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts @@ -0,0 +1,3 @@ +export * from "./isVirtualHostableS3Bucket"; +export * from "./parseArn"; +export * from "./partition"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts new file mode 100644 index 000000000..5ef329636 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts @@ -0,0 +1,4 @@ +export declare const isVirtualHostableS3Bucket: ( + value: string, + allowSubDomains?: boolean +) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts new file mode 100644 index 000000000..27505990a --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts @@ -0,0 +1,2 @@ +import { EndpointARN } from "@aws-sdk/types"; +export declare const parseArn: (value: string) => EndpointARN | null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts new file mode 100644 index 000000000..96a860da0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts @@ -0,0 +1,2 @@ +import { EndpointPartition } from "@aws-sdk/types"; +export declare const partition: (value: string) => EndpointPartition; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts new file mode 100644 index 000000000..205f587a3 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts @@ -0,0 +1,4 @@ +export declare const booleanEquals: ( + value1: boolean, + value2: boolean +) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts new file mode 100644 index 000000000..b16cd101f --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts @@ -0,0 +1,11 @@ +export declare type GetAttrValue = + | string + | boolean + | { + [key: string]: GetAttrValue; + } + | Array; +export declare const getAttr: ( + value: GetAttrValue, + path: string +) => GetAttrValue; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts new file mode 100644 index 000000000..62f70d3af --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts @@ -0,0 +1 @@ +export declare const getAttrPathList: (path: string) => Array; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts new file mode 100644 index 000000000..24948e49b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts @@ -0,0 +1,11 @@ +import * as aws_1 from "./aws"; +export { aws_1 as aws }; +export * from "./booleanEquals"; +export * from "./getAttr"; +export * from "./isSet"; +export * from "./isValidHostLabel"; +export * from "./not"; +export * from "./parseURL"; +export * from "./stringEquals"; +export * from "./substring"; +export * from "./uriEncode"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts new file mode 100644 index 000000000..9f7ce398e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts @@ -0,0 +1 @@ +export declare const isIpAddress: (value: string) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts new file mode 100644 index 000000000..ae5515165 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts @@ -0,0 +1 @@ +export declare const isSet: (value: unknown) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts new file mode 100644 index 000000000..9f6355462 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts @@ -0,0 +1,4 @@ +export declare const isValidHostLabel: ( + value: string, + allowSubDomains?: boolean +) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts new file mode 100644 index 000000000..37fbc7e18 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts @@ -0,0 +1 @@ +export declare const not: (value: boolean) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts new file mode 100644 index 000000000..81c4409c2 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts @@ -0,0 +1,4 @@ +import { Endpoint, EndpointURL } from "@aws-sdk/types"; +export declare const parseURL: ( + value: string | URL | Endpoint +) => EndpointURL | null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts new file mode 100644 index 000000000..9e4d4e586 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts @@ -0,0 +1 @@ +export declare const stringEquals: (value1: string, value2: string) => boolean; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts new file mode 100644 index 000000000..ae190c7ac --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts @@ -0,0 +1,6 @@ +export declare const substring: ( + input: string, + start: number, + stop: number, + reverse: boolean +) => string | null; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts new file mode 100644 index 000000000..940f2f703 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts @@ -0,0 +1 @@ +export declare const uriEncode: (value: string) => string; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts new file mode 100644 index 000000000..dcd8dcffb --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts @@ -0,0 +1,6 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EndpointResolverOptions, RuleSetObject } from "./types"; +export declare const resolveEndpoint: ( + ruleSetObject: RuleSetObject, + options: EndpointResolverOptions +) => EndpointV2; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts new file mode 100644 index 000000000..7e17c6853 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts @@ -0,0 +1,3 @@ +export declare class EndpointError extends Error { + constructor(message: string); +} diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts new file mode 100644 index 000000000..9d85056da --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts @@ -0,0 +1,18 @@ +import { EndpointObjectProperty } from "@aws-sdk/types"; +import { ConditionObject, Expression } from "./shared"; +export declare type EndpointObjectProperties = Record< + string, + EndpointObjectProperty +>; +export declare type EndpointObjectHeaders = Record; +export declare type EndpointObject = { + url: Expression; + properties?: EndpointObjectProperties; + headers?: EndpointObjectHeaders; +}; +export declare type EndpointRuleObject = { + type: "endpoint"; + conditions?: ConditionObject[]; + endpoint: EndpointObject; + documentation?: string; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts new file mode 100644 index 000000000..64a26d978 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts @@ -0,0 +1,7 @@ +import { ConditionObject, Expression } from "./shared"; +export declare type ErrorRuleObject = { + type: "error"; + conditions?: ConditionObject[]; + error: Expression; + documentation?: string; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts new file mode 100644 index 000000000..c4297afa6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts @@ -0,0 +1,19 @@ +import { RuleSetRules } from "./TreeRuleObject"; +export declare type DeprecatedObject = { + message?: string; + since?: string; +}; +export declare type ParameterObject = { + type: "String" | "Boolean"; + default?: string | boolean; + required?: boolean; + documentation?: string; + builtIn?: string; + deprecated?: DeprecatedObject; +}; +export declare type RuleSetObject = { + version: string; + serviceId?: string; + parameters: Record; + rules: RuleSetRules; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts new file mode 100644 index 000000000..1c7c9a6df --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts @@ -0,0 +1,12 @@ +import { EndpointRuleObject } from "./EndpointRuleObject"; +import { ErrorRuleObject } from "./ErrorRuleObject"; +import { ConditionObject } from "./shared"; +export declare type RuleSetRules = Array< + EndpointRuleObject | ErrorRuleObject | TreeRuleObject +>; +export declare type TreeRuleObject = { + type: "tree"; + conditions?: ConditionObject[]; + rules: RuleSetRules; + documentation?: string; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts new file mode 100644 index 000000000..daba50198 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./EndpointError"; +export * from "./EndpointRuleObject"; +export * from "./ErrorRuleObject"; +export * from "./RuleSetObject"; +export * from "./TreeRuleObject"; +export * from "./shared"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts new file mode 100644 index 000000000..d3463e7c8 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts @@ -0,0 +1,29 @@ +import { Logger } from "@aws-sdk/types"; +export declare type ReferenceObject = { + ref: string; +}; +export declare type FunctionObject = { + fn: string; + argv: FunctionArgv; +}; +export declare type FunctionArgv = Array; +export declare type FunctionReturn = + | string + | boolean + | number + | { + [key: string]: FunctionReturn; + }; +export declare type ConditionObject = FunctionObject & { + assign?: string; +}; +export declare type Expression = string | ReferenceObject | FunctionObject; +export declare type EndpointParams = Record; +export declare type EndpointResolverOptions = { + endpointParams: EndpointParams; + logger?: Logger; +}; +export declare type ReferenceRecord = Record; +export declare type EvaluateOptions = EndpointResolverOptions & { + referenceRecord: ReferenceRecord; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts new file mode 100644 index 000000000..18d56d349 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts @@ -0,0 +1,5 @@ +import { EvaluateOptions, FunctionObject, FunctionReturn } from "../types"; +export declare const callFunction: ( + { fn, argv }: FunctionObject, + options: EvaluateOptions +) => FunctionReturn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts new file mode 100644 index 000000000..d4ebdcd0b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts @@ -0,0 +1,13 @@ +import { ConditionObject, EvaluateOptions } from "../types"; +export declare const evaluateCondition: ( + { assign, ...fnArgs }: ConditionObject, + options: EvaluateOptions +) => { + toAssign?: + | { + name: string; + value: import("../types").FunctionReturn; + } + | undefined; + result: boolean; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts new file mode 100644 index 000000000..2f72a06e7 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts @@ -0,0 +1,13 @@ +import { ConditionObject, EvaluateOptions, FunctionReturn } from "../types"; +export declare const evaluateConditions: ( + conditions: ConditionObject[] | undefined, + options: EvaluateOptions +) => + | { + result: false; + referenceRecord?: undefined; + } + | { + result: boolean; + referenceRecord: Record; + }; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts new file mode 100644 index 000000000..f15aa38d2 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts @@ -0,0 +1,6 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EndpointRuleObject, EvaluateOptions } from "../types"; +export declare const evaluateEndpointRule: ( + endpointRule: EndpointRuleObject, + options: EvaluateOptions +) => EndpointV2 | undefined; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts new file mode 100644 index 000000000..4640379e8 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts @@ -0,0 +1,5 @@ +import { ErrorRuleObject, EvaluateOptions } from "../types"; +export declare const evaluateErrorRule: ( + errorRule: ErrorRuleObject, + options: EvaluateOptions +) => void; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts new file mode 100644 index 000000000..a7f930a0f --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts @@ -0,0 +1,6 @@ +import { EvaluateOptions, Expression } from "../types"; +export declare const evaluateExpression: ( + obj: Expression, + keyName: string, + options: EvaluateOptions +) => import("../types").FunctionReturn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts new file mode 100644 index 000000000..8fa5cba0b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts @@ -0,0 +1,6 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EvaluateOptions, RuleSetRules } from "../types"; +export declare const evaluateRules: ( + rules: RuleSetRules, + options: EvaluateOptions +) => EndpointV2; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts new file mode 100644 index 000000000..b89d04288 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts @@ -0,0 +1,5 @@ +import { EvaluateOptions } from "../types"; +export declare const evaluateTemplate: ( + template: string, + options: EvaluateOptions +) => string; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts new file mode 100644 index 000000000..463d14896 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts @@ -0,0 +1,6 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EvaluateOptions, TreeRuleObject } from "../types"; +export declare const evaluateTreeRule: ( + treeRule: TreeRuleObject, + options: EvaluateOptions +) => EndpointV2 | undefined; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts new file mode 100644 index 000000000..ad2a004ce --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts @@ -0,0 +1,5 @@ +import { EndpointObjectHeaders, EvaluateOptions } from "../types"; +export declare const getEndpointHeaders: ( + headers: EndpointObjectHeaders, + options: EvaluateOptions +) => {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts new file mode 100644 index 000000000..26a9d0b41 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts @@ -0,0 +1,5 @@ +import { EndpointObjectProperties, EvaluateOptions } from "../types"; +export declare const getEndpointProperties: ( + properties: EndpointObjectProperties, + options: EvaluateOptions +) => {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts new file mode 100644 index 000000000..9d4843998 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts @@ -0,0 +1,6 @@ +import { EndpointObjectProperty } from "@aws-sdk/types"; +import { EvaluateOptions } from "../types"; +export declare const getEndpointProperty: ( + property: EndpointObjectProperty, + options: EvaluateOptions +) => EndpointObjectProperty; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts new file mode 100644 index 000000000..2d668c09e --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts @@ -0,0 +1,5 @@ +import { EvaluateOptions, Expression } from "../types"; +export declare const getEndpointUrl: ( + endpointUrl: Expression, + options: EvaluateOptions +) => URL; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts new file mode 100644 index 000000000..098e2574f --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts @@ -0,0 +1,5 @@ +import { EvaluateOptions, ReferenceObject } from "../types"; +export declare const getReferenceValue: ( + { ref }: ReferenceObject, + options: EvaluateOptions +) => import("../types").FunctionReturn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts new file mode 100644 index 000000000..37478990d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts @@ -0,0 +1 @@ +export * from "./evaluateRules"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts new file mode 100644 index 000000000..89132f216 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts @@ -0,0 +1,3 @@ +export declare class EndpointError extends Error { + constructor(message: string); +} diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts new file mode 100644 index 000000000..17c1b0078 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts @@ -0,0 +1,15 @@ +import { EndpointObjectProperty } from "@aws-sdk/types"; +import { ConditionObject, Expression } from "./shared"; +export declare type EndpointObjectProperties = Record; +export declare type EndpointObjectHeaders = Record; +export declare type EndpointObject = { + url: Expression; + properties?: EndpointObjectProperties; + headers?: EndpointObjectHeaders; +}; +export declare type EndpointRuleObject = { + type: "endpoint"; + conditions?: ConditionObject[]; + endpoint: EndpointObject; + documentation?: string; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts new file mode 100644 index 000000000..f6e645889 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts @@ -0,0 +1,7 @@ +import { ConditionObject, Expression } from "./shared"; +export declare type ErrorRuleObject = { + type: "error"; + conditions?: ConditionObject[]; + error: Expression; + documentation?: string; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts new file mode 100644 index 000000000..e7197c9c0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts @@ -0,0 +1,19 @@ +import { RuleSetRules } from "./TreeRuleObject"; +export declare type DeprecatedObject = { + message?: string; + since?: string; +}; +export declare type ParameterObject = { + type: "String" | "Boolean"; + default?: string | boolean; + required?: boolean; + documentation?: string; + builtIn?: string; + deprecated?: DeprecatedObject; +}; +export declare type RuleSetObject = { + version: string; + serviceId?: string; + parameters: Record; + rules: RuleSetRules; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts new file mode 100644 index 000000000..0bbbc857b --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts @@ -0,0 +1,10 @@ +import { EndpointRuleObject } from "./EndpointRuleObject"; +import { ErrorRuleObject } from "./ErrorRuleObject"; +import { ConditionObject } from "./shared"; +export declare type RuleSetRules = Array; +export declare type TreeRuleObject = { + type: "tree"; + conditions?: ConditionObject[]; + rules: RuleSetRules; + documentation?: string; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts new file mode 100644 index 000000000..daba50198 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./EndpointError"; +export * from "./EndpointRuleObject"; +export * from "./ErrorRuleObject"; +export * from "./RuleSetObject"; +export * from "./TreeRuleObject"; +export * from "./shared"; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts new file mode 100644 index 000000000..edf64f17d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts @@ -0,0 +1,25 @@ +import { Logger } from "@aws-sdk/types"; +export declare type ReferenceObject = { + ref: string; +}; +export declare type FunctionObject = { + fn: string; + argv: FunctionArgv; +}; +export declare type FunctionArgv = Array; +export declare type FunctionReturn = string | boolean | number | { + [key: string]: FunctionReturn; +}; +export declare type ConditionObject = FunctionObject & { + assign?: string; +}; +export declare type Expression = string | ReferenceObject | FunctionObject; +export declare type EndpointParams = Record; +export declare type EndpointResolverOptions = { + endpointParams: EndpointParams; + logger?: Logger; +}; +export declare type ReferenceRecord = Record; +export declare type EvaluateOptions = EndpointResolverOptions & { + referenceRecord: ReferenceRecord; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts new file mode 100644 index 000000000..729a206b4 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts @@ -0,0 +1,2 @@ +import { EvaluateOptions, FunctionObject, FunctionReturn } from "../types"; +export declare const callFunction: ({ fn, argv }: FunctionObject, options: EvaluateOptions) => FunctionReturn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts new file mode 100644 index 000000000..5fbe59f56 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts @@ -0,0 +1,8 @@ +import { ConditionObject, EvaluateOptions } from "../types"; +export declare const evaluateCondition: ({ assign, ...fnArgs }: ConditionObject, options: EvaluateOptions) => { + toAssign?: { + name: string; + value: import("../types").FunctionReturn; + } | undefined; + result: boolean; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts new file mode 100644 index 000000000..4131beba6 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts @@ -0,0 +1,8 @@ +import { ConditionObject, EvaluateOptions, FunctionReturn } from "../types"; +export declare const evaluateConditions: (conditions: ConditionObject[] | undefined, options: EvaluateOptions) => { + result: false; + referenceRecord?: undefined; +} | { + result: boolean; + referenceRecord: Record; +}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts new file mode 100644 index 000000000..9367f0ac0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts @@ -0,0 +1,3 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EndpointRuleObject, EvaluateOptions } from "../types"; +export declare const evaluateEndpointRule: (endpointRule: EndpointRuleObject, options: EvaluateOptions) => EndpointV2 | undefined; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts new file mode 100644 index 000000000..df4973da0 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts @@ -0,0 +1,2 @@ +import { ErrorRuleObject, EvaluateOptions } from "../types"; +export declare const evaluateErrorRule: (errorRule: ErrorRuleObject, options: EvaluateOptions) => void; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts new file mode 100644 index 000000000..25419605f --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts @@ -0,0 +1,2 @@ +import { EvaluateOptions, Expression } from "../types"; +export declare const evaluateExpression: (obj: Expression, keyName: string, options: EvaluateOptions) => import("../types").FunctionReturn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts new file mode 100644 index 000000000..b430adc3f --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts @@ -0,0 +1,3 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EvaluateOptions, RuleSetRules } from "../types"; +export declare const evaluateRules: (rules: RuleSetRules, options: EvaluateOptions) => EndpointV2; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts new file mode 100644 index 000000000..9b0b9ad50 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts @@ -0,0 +1,2 @@ +import { EvaluateOptions } from "../types"; +export declare const evaluateTemplate: (template: string, options: EvaluateOptions) => string; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts new file mode 100644 index 000000000..64bf8d729 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts @@ -0,0 +1,3 @@ +import { EndpointV2 } from "@aws-sdk/types"; +import { EvaluateOptions, TreeRuleObject } from "../types"; +export declare const evaluateTreeRule: (treeRule: TreeRuleObject, options: EvaluateOptions) => EndpointV2 | undefined; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts new file mode 100644 index 000000000..a80256578 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts @@ -0,0 +1,2 @@ +import { EndpointObjectHeaders, EvaluateOptions } from "../types"; +export declare const getEndpointHeaders: (headers: EndpointObjectHeaders, options: EvaluateOptions) => {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts new file mode 100644 index 000000000..9c83bb0cf --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts @@ -0,0 +1,2 @@ +import { EndpointObjectProperties, EvaluateOptions } from "../types"; +export declare const getEndpointProperties: (properties: EndpointObjectProperties, options: EvaluateOptions) => {}; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts new file mode 100644 index 000000000..b338f48db --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts @@ -0,0 +1,3 @@ +import { EndpointObjectProperty } from "@aws-sdk/types"; +import { EvaluateOptions } from "../types"; +export declare const getEndpointProperty: (property: EndpointObjectProperty, options: EvaluateOptions) => EndpointObjectProperty; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts new file mode 100644 index 000000000..4ab228956 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts @@ -0,0 +1,2 @@ +import { EvaluateOptions, Expression } from "../types"; +export declare const getEndpointUrl: (endpointUrl: Expression, options: EvaluateOptions) => URL; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts new file mode 100644 index 000000000..3699ec1d5 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts @@ -0,0 +1,2 @@ +import { EvaluateOptions, ReferenceObject } from "../types"; +export declare const getReferenceValue: ({ ref }: ReferenceObject, options: EvaluateOptions) => import("../types").FunctionReturn; diff --git a/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts new file mode 100644 index 000000000..37478990d --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts @@ -0,0 +1 @@ +export * from "./evaluateRules"; diff --git a/node_modules/@aws-sdk/util-endpoints/package.json b/node_modules/@aws-sdk/util-endpoints/package.json new file mode 100644 index 000000000..b9069ae95 --- /dev/null +++ b/node_modules/@aws-sdk/util-endpoints/package.json @@ -0,0 +1,54 @@ +{ + "name": "@aws-sdk/util-endpoints", + "version": "3.245.0", + "description": "Utilities to help with endpoint resolution", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-endpoints", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-endpoints" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md b/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md new file mode 100644 index 000000000..a0725990e --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/CHANGELOG.md @@ -0,0 +1,676 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.201.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.200.0...v3.201.0) (2022-11-01) + + +### Features + +* end support for Node.js 12.x ([#4123](https://github.com/aws/aws-sdk-js-v3/issues/4123)) ([83f913e](https://github.com/aws/aws-sdk-js-v3/commit/83f913ec2ac3878d8726c6964f585550dc5caf3e)) + + + + + +# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) + + +### Features + +* **packages:** end support for Node.js 10.x ([#3141](https://github.com/aws/aws-sdk-js-v3/issues/3141)) ([1a62865](https://github.com/aws/aws-sdk-js-v3/commit/1a6286513f7cdb556708845c512861c5f92eb883)) + + + + + +# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) + + +### Features + +* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32)) + + + + + +# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) + + +### Features + +* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e)) + + + + + +# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) + + +### Bug Fixes + +* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) + + + + + +# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) + + +### Bug Fixes + +* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) + + + + + +# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) + + +### Bug Fixes + +* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590)) + + + + + +# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) + + +### Bug Fixes + +* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) + + + + + +# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) + + +### Features + +* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) + + + + + +## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22) + + +### Bug Fixes + +* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1)) + + + + + +## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) + + +### Bug Fixes + +* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) + + + + + +# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) + + +### Features + +* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) + + + + + +# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) + + +### Features + +* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) + + + + + +# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19) + + +### Features + +* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e)) + + + + + +# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@1.0.0-gamma.6...@aws-sdk/util-hex-encoding@1.0.0-gamma.7) (2020-10-07) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@1.0.0-gamma.5...@aws-sdk/util-hex-encoding@1.0.0-gamma.6) (2020-08-25) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@1.0.0-gamma.4...@aws-sdk/util-hex-encoding@1.0.0-gamma.5) (2020-08-04) + + +### Features + +* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6)) + + + + + +# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@1.0.0-gamma.3...@aws-sdk/util-hex-encoding@1.0.0-gamma.4) (2020-07-21) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@1.0.0-gamma.2...@aws-sdk/util-hex-encoding@1.0.0-gamma.3) (2020-07-13) + +**Note:** Version bump only for package @aws-sdk/util-hex-encoding + + + + + +# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-gamma.2) (2020-07-08) + + +### Features + +* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) + + + +# 1.0.0-gamma.1 (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-gamma.1) (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-beta.2) (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-beta.1) (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-alpha.3) (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-alpha.2) (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@1.0.0-alpha.1) (2020-01-08) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@0.1.0-preview.3) (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-hex-encoding@0.1.0-preview.1...@aws-sdk/util-hex-encoding@0.1.0-preview.2) (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) diff --git a/node_modules/@aws-sdk/util-hex-encoding/LICENSE b/node_modules/@aws-sdk/util-hex-encoding/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-hex-encoding/README.md b/node_modules/@aws-sdk/util-hex-encoding/README.md new file mode 100644 index 000000000..0f62ea9aa --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/util-hex-encoding + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-hex-encoding/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-hex-encoding) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-hex-encoding.svg)](https://www.npmjs.com/package/@aws-sdk/util-hex-encoding) diff --git a/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js b/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js new file mode 100644 index 000000000..afdc0f089 --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/dist-cjs/index.js @@ -0,0 +1,38 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toHex = exports.fromHex = void 0; +const SHORT_TO_HEX = {}; +const HEX_TO_SHORT = {}; +for (let i = 0; i < 256; i++) { + let encodedByte = i.toString(16).toLowerCase(); + if (encodedByte.length === 1) { + encodedByte = `0${encodedByte}`; + } + SHORT_TO_HEX[i] = encodedByte; + HEX_TO_SHORT[encodedByte] = i; +} +function fromHex(encoded) { + if (encoded.length % 2 !== 0) { + throw new Error("Hex encoded strings must have an even number length"); + } + const out = new Uint8Array(encoded.length / 2); + for (let i = 0; i < encoded.length; i += 2) { + const encodedByte = encoded.slice(i, i + 2).toLowerCase(); + if (encodedByte in HEX_TO_SHORT) { + out[i / 2] = HEX_TO_SHORT[encodedByte]; + } + else { + throw new Error(`Cannot decode unrecognized sequence ${encodedByte} as hexadecimal`); + } + } + return out; +} +exports.fromHex = fromHex; +function toHex(bytes) { + let out = ""; + for (let i = 0; i < bytes.byteLength; i++) { + out += SHORT_TO_HEX[bytes[i]]; + } + return out; +} +exports.toHex = toHex; diff --git a/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js b/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js new file mode 100644 index 000000000..e47b3aa22 --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/dist-es/index.js @@ -0,0 +1,33 @@ +const SHORT_TO_HEX = {}; +const HEX_TO_SHORT = {}; +for (let i = 0; i < 256; i++) { + let encodedByte = i.toString(16).toLowerCase(); + if (encodedByte.length === 1) { + encodedByte = `0${encodedByte}`; + } + SHORT_TO_HEX[i] = encodedByte; + HEX_TO_SHORT[encodedByte] = i; +} +export function fromHex(encoded) { + if (encoded.length % 2 !== 0) { + throw new Error("Hex encoded strings must have an even number length"); + } + const out = new Uint8Array(encoded.length / 2); + for (let i = 0; i < encoded.length; i += 2) { + const encodedByte = encoded.slice(i, i + 2).toLowerCase(); + if (encodedByte in HEX_TO_SHORT) { + out[i / 2] = HEX_TO_SHORT[encodedByte]; + } + else { + throw new Error(`Cannot decode unrecognized sequence ${encodedByte} as hexadecimal`); + } + } + return out; +} +export function toHex(bytes) { + let out = ""; + for (let i = 0; i < bytes.byteLength; i++) { + out += SHORT_TO_HEX[bytes[i]]; + } + return out; +} diff --git a/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts b/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts new file mode 100644 index 000000000..9d4307ad7 --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/dist-types/index.d.ts @@ -0,0 +1,12 @@ +/** + * Converts a hexadecimal encoded string to a Uint8Array of bytes. + * + * @param encoded The hexadecimal encoded string + */ +export declare function fromHex(encoded: string): Uint8Array; +/** + * Converts a Uint8Array of binary data to a hexadecimal encoded string. + * + * @param bytes The binary data to encode + */ +export declare function toHex(bytes: Uint8Array): string; diff --git a/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..5991ad6ec --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export declare function fromHex(encoded: string): Uint8Array; +export declare function toHex(bytes: Uint8Array): string; diff --git a/node_modules/@aws-sdk/util-hex-encoding/package.json b/node_modules/@aws-sdk/util-hex-encoding/package.json new file mode 100644 index 000000000..90dffb650 --- /dev/null +++ b/node_modules/@aws-sdk/util-hex-encoding/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/util-hex-encoding", + "version": "3.201.0", + "description": "Converts binary buffers to and from lowercase hexadecimal encoding", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "dependencies": { + "tslib": "^2.3.1" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-hex-encoding", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-hex-encoding" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/util-locate-window/LICENSE b/node_modules/@aws-sdk/util-locate-window/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-locate-window/README.md b/node_modules/@aws-sdk/util-locate-window/README.md new file mode 100644 index 000000000..cac53d3f3 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/util-locate-window + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-locate-window/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-locate-window) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-locate-window.svg)](https://www.npmjs.com/package/@aws-sdk/util-locate-window) diff --git a/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js b/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js new file mode 100644 index 000000000..a66c1a7e7 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js @@ -0,0 +1,13 @@ +Object.defineProperty(exports, "__esModule", { value: true }); +exports.locateWindow = void 0; +const fallbackWindow = {}; +function locateWindow() { + if (typeof window !== "undefined") { + return window; + } + else if (typeof self !== "undefined") { + return self; + } + return fallbackWindow; +} +exports.locateWindow = locateWindow; diff --git a/node_modules/@aws-sdk/util-locate-window/dist-es/index.js b/node_modules/@aws-sdk/util-locate-window/dist-es/index.js new file mode 100644 index 000000000..a51e64424 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/dist-es/index.js @@ -0,0 +1,10 @@ +const fallbackWindow = {}; +export function locateWindow() { + if (typeof window !== "undefined") { + return window; + } + else if (typeof self !== "undefined") { + return self; + } + return fallbackWindow; +} diff --git a/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts b/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts new file mode 100644 index 000000000..2b02d7f47 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts @@ -0,0 +1,6 @@ +/** + * Locates the global scope for a browser or browser-like environment. If + * neither `window` nor `self` is defined by the environment, the same object + * will be returned on each invocation. + */ +export declare function locateWindow(): Window; diff --git a/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..a5bbba316 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export declare function locateWindow(): Window; diff --git a/node_modules/@aws-sdk/util-locate-window/package.json b/node_modules/@aws-sdk/util-locate-window/package.json new file mode 100644 index 000000000..7eec6eb35 --- /dev/null +++ b/node_modules/@aws-sdk/util-locate-window/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/util-locate-window", + "version": "3.208.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-locate-window", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-locate-window" + } +} diff --git a/node_modules/@aws-sdk/util-middleware/LICENSE b/node_modules/@aws-sdk/util-middleware/LICENSE new file mode 100644 index 000000000..a1895fac3 --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-middleware/README.md b/node_modules/@aws-sdk/util-middleware/README.md new file mode 100644 index 000000000..73ed96c98 --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/README.md @@ -0,0 +1,12 @@ +# @aws-sdk/util-middleware + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-middleware/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-middleware) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-middleware.svg)](https://www.npmjs.com/package/@aws-sdk/util-middleware) + +> An internal package + +This package provides shared utilities for middleware. + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-middleware/dist-cjs/index.js b/node_modules/@aws-sdk/util-middleware/dist-cjs/index.js new file mode 100644 index 000000000..b6e130492 --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-cjs/index.js @@ -0,0 +1,4 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./normalizeProvider"), exports); diff --git a/node_modules/@aws-sdk/util-middleware/dist-cjs/normalizeProvider.js b/node_modules/@aws-sdk/util-middleware/dist-cjs/normalizeProvider.js new file mode 100644 index 000000000..3fdcce5df --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-cjs/normalizeProvider.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.normalizeProvider = void 0; +const normalizeProvider = (input) => { + if (typeof input === "function") + return input; + const promisified = Promise.resolve(input); + return () => promisified; +}; +exports.normalizeProvider = normalizeProvider; diff --git a/node_modules/@aws-sdk/util-middleware/dist-es/index.js b/node_modules/@aws-sdk/util-middleware/dist-es/index.js new file mode 100644 index 000000000..9a63c0a6f --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-es/index.js @@ -0,0 +1 @@ +export * from "./normalizeProvider"; diff --git a/node_modules/@aws-sdk/util-middleware/dist-es/normalizeProvider.js b/node_modules/@aws-sdk/util-middleware/dist-es/normalizeProvider.js new file mode 100644 index 000000000..a83ea99eb --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-es/normalizeProvider.js @@ -0,0 +1,6 @@ +export const normalizeProvider = (input) => { + if (typeof input === "function") + return input; + const promisified = Promise.resolve(input); + return () => promisified; +}; diff --git a/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts b/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts new file mode 100644 index 000000000..9a63c0a6f --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts @@ -0,0 +1 @@ +export * from "./normalizeProvider"; diff --git a/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts b/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts new file mode 100644 index 000000000..d57e5afde --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts @@ -0,0 +1,5 @@ +import { Provider } from "@aws-sdk/types"; +/** + * @returns a provider function for the input value if it isn't already one. + */ +export declare const normalizeProvider: (input: T | Provider) => Provider; diff --git a/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..9a63c0a6f --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/index.d.ts @@ -0,0 +1 @@ +export * from "./normalizeProvider"; diff --git a/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts b/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts new file mode 100644 index 000000000..ef084e51d --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts @@ -0,0 +1,4 @@ +import { Provider } from "@aws-sdk/types"; +export declare const normalizeProvider: ( + input: T | Provider +) => Provider; diff --git a/node_modules/@aws-sdk/util-middleware/package.json b/node_modules/@aws-sdk/util-middleware/package.json new file mode 100644 index 000000000..25d959c04 --- /dev/null +++ b/node_modules/@aws-sdk/util-middleware/package.json @@ -0,0 +1,59 @@ +{ + "name": "@aws-sdk/util-middleware", + "version": "3.226.0", + "description": "Shared utilities for to be used in middleware packages.", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "middleware" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/types": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-middleware", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-middleware" + } +} diff --git a/node_modules/@aws-sdk/util-retry/LICENSE b/node_modules/@aws-sdk/util-retry/LICENSE new file mode 100644 index 000000000..a1895fac3 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-retry/README.md b/node_modules/@aws-sdk/util-retry/README.md new file mode 100644 index 000000000..b35e76c10 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/README.md @@ -0,0 +1,12 @@ +# @aws-sdk/util-retry + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-retry/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-retry) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-retry.svg)](https://www.npmjs.com/package/@aws-sdk/util-retry) + +> An internal package + +This package provides shared utilities for retries. + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/AdaptiveRetryStrategy.js b/node_modules/@aws-sdk/util-retry/dist-cjs/AdaptiveRetryStrategy.js new file mode 100644 index 000000000..8fb8a2f4b --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/AdaptiveRetryStrategy.js @@ -0,0 +1,28 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.AdaptiveRetryStrategy = void 0; +const config_1 = require("./config"); +const DefaultRateLimiter_1 = require("./DefaultRateLimiter"); +const StandardRetryStrategy_1 = require("./StandardRetryStrategy"); +class AdaptiveRetryStrategy { + constructor(maxAttemptsProvider, options) { + this.maxAttemptsProvider = maxAttemptsProvider; + this.mode = config_1.RETRY_MODES.ADAPTIVE; + const { rateLimiter } = options !== null && options !== void 0 ? options : {}; + this.rateLimiter = rateLimiter !== null && rateLimiter !== void 0 ? rateLimiter : new DefaultRateLimiter_1.DefaultRateLimiter(); + this.standardRetryStrategy = new StandardRetryStrategy_1.StandardRetryStrategy(maxAttemptsProvider); + } + async acquireInitialRetryToken(retryTokenScope) { + await this.rateLimiter.getSendToken(); + return this.standardRetryStrategy.acquireInitialRetryToken(retryTokenScope); + } + async refreshRetryTokenForRetry(tokenToRenew, errorInfo) { + this.rateLimiter.updateClientSendingRate(errorInfo); + return this.standardRetryStrategy.refreshRetryTokenForRetry(tokenToRenew, errorInfo); + } + recordSuccess(token) { + this.rateLimiter.updateClientSendingRate({}); + this.standardRetryStrategy.recordSuccess(token); + } +} +exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/DefaultRateLimiter.js b/node_modules/@aws-sdk/util-retry/dist-cjs/DefaultRateLimiter.js new file mode 100644 index 000000000..ee487915b --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/DefaultRateLimiter.js @@ -0,0 +1,104 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DefaultRateLimiter = void 0; +const service_error_classification_1 = require("@aws-sdk/service-error-classification"); +class DefaultRateLimiter { + constructor(options) { + var _a, _b, _c, _d, _e; + this.currentCapacity = 0; + this.enabled = false; + this.lastMaxRate = 0; + this.measuredTxRate = 0; + this.requestCount = 0; + this.lastTimestamp = 0; + this.timeWindow = 0; + this.beta = (_a = options === null || options === void 0 ? void 0 : options.beta) !== null && _a !== void 0 ? _a : 0.7; + this.minCapacity = (_b = options === null || options === void 0 ? void 0 : options.minCapacity) !== null && _b !== void 0 ? _b : 1; + this.minFillRate = (_c = options === null || options === void 0 ? void 0 : options.minFillRate) !== null && _c !== void 0 ? _c : 0.5; + this.scaleConstant = (_d = options === null || options === void 0 ? void 0 : options.scaleConstant) !== null && _d !== void 0 ? _d : 0.4; + this.smooth = (_e = options === null || options === void 0 ? void 0 : options.smooth) !== null && _e !== void 0 ? _e : 0.8; + const currentTimeInSeconds = this.getCurrentTimeInSeconds(); + this.lastThrottleTime = currentTimeInSeconds; + this.lastTxRateBucket = Math.floor(this.getCurrentTimeInSeconds()); + this.fillRate = this.minFillRate; + this.maxCapacity = this.minCapacity; + } + getCurrentTimeInSeconds() { + return Date.now() / 1000; + } + async getSendToken() { + return this.acquireTokenBucket(1); + } + async acquireTokenBucket(amount) { + if (!this.enabled) { + return; + } + this.refillTokenBucket(); + if (amount > this.currentCapacity) { + const delay = ((amount - this.currentCapacity) / this.fillRate) * 1000; + await new Promise((resolve) => setTimeout(resolve, delay)); + } + this.currentCapacity = this.currentCapacity - amount; + } + refillTokenBucket() { + const timestamp = this.getCurrentTimeInSeconds(); + if (!this.lastTimestamp) { + this.lastTimestamp = timestamp; + return; + } + const fillAmount = (timestamp - this.lastTimestamp) * this.fillRate; + this.currentCapacity = Math.min(this.maxCapacity, this.currentCapacity + fillAmount); + this.lastTimestamp = timestamp; + } + updateClientSendingRate(response) { + let calculatedRate; + this.updateMeasuredRate(); + if ((0, service_error_classification_1.isThrottlingError)(response)) { + const rateToUse = !this.enabled ? this.measuredTxRate : Math.min(this.measuredTxRate, this.fillRate); + this.lastMaxRate = rateToUse; + this.calculateTimeWindow(); + this.lastThrottleTime = this.getCurrentTimeInSeconds(); + calculatedRate = this.cubicThrottle(rateToUse); + this.enableTokenBucket(); + } + else { + this.calculateTimeWindow(); + calculatedRate = this.cubicSuccess(this.getCurrentTimeInSeconds()); + } + const newRate = Math.min(calculatedRate, 2 * this.measuredTxRate); + this.updateTokenBucketRate(newRate); + } + calculateTimeWindow() { + this.timeWindow = this.getPrecise(Math.pow((this.lastMaxRate * (1 - this.beta)) / this.scaleConstant, 1 / 3)); + } + cubicThrottle(rateToUse) { + return this.getPrecise(rateToUse * this.beta); + } + cubicSuccess(timestamp) { + return this.getPrecise(this.scaleConstant * Math.pow(timestamp - this.lastThrottleTime - this.timeWindow, 3) + this.lastMaxRate); + } + enableTokenBucket() { + this.enabled = true; + } + updateTokenBucketRate(newRate) { + this.refillTokenBucket(); + this.fillRate = Math.max(newRate, this.minFillRate); + this.maxCapacity = Math.max(newRate, this.minCapacity); + this.currentCapacity = Math.min(this.currentCapacity, this.maxCapacity); + } + updateMeasuredRate() { + const t = this.getCurrentTimeInSeconds(); + const timeBucket = Math.floor(t * 2) / 2; + this.requestCount++; + if (timeBucket > this.lastTxRateBucket) { + const currentRate = this.requestCount / (timeBucket - this.lastTxRateBucket); + this.measuredTxRate = this.getPrecise(currentRate * this.smooth + this.measuredTxRate * (1 - this.smooth)); + this.requestCount = 0; + this.lastTxRateBucket = timeBucket; + } + } + getPrecise(num) { + return parseFloat(num.toFixed(8)); + } +} +exports.DefaultRateLimiter = DefaultRateLimiter; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js b/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js new file mode 100644 index 000000000..4ac802dd7 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/StandardRetryStrategy.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.StandardRetryStrategy = void 0; +const config_1 = require("./config"); +const constants_1 = require("./constants"); +const defaultRetryToken_1 = require("./defaultRetryToken"); +class StandardRetryStrategy { + constructor(maxAttemptsProvider) { + this.maxAttemptsProvider = maxAttemptsProvider; + this.mode = config_1.RETRY_MODES.STANDARD; + this.retryToken = (0, defaultRetryToken_1.getDefaultRetryToken)(constants_1.INITIAL_RETRY_TOKENS, constants_1.DEFAULT_RETRY_DELAY_BASE); + this.maxAttemptsProvider = maxAttemptsProvider; + } + async acquireInitialRetryToken(retryTokenScope) { + return this.retryToken; + } + async refreshRetryTokenForRetry(tokenToRenew, errorInfo) { + const maxAttempts = await this.getMaxAttempts(); + if (this.shouldRetry(tokenToRenew, errorInfo, maxAttempts)) { + tokenToRenew.getRetryTokenCount(errorInfo); + return tokenToRenew; + } + throw new Error("No retry token available"); + } + recordSuccess(token) { + this.retryToken.releaseRetryTokens(token.getLastRetryCost()); + } + async getMaxAttempts() { + let maxAttempts; + try { + return await this.maxAttemptsProvider(); + } + catch (error) { + console.warn(`Max attempts provider could not resolve. Using default of ${config_1.DEFAULT_MAX_ATTEMPTS}`); + return config_1.DEFAULT_MAX_ATTEMPTS; + } + } + shouldRetry(tokenToRenew, errorInfo, maxAttempts) { + const attempts = tokenToRenew.getRetryCount(); + return (attempts < maxAttempts && + tokenToRenew.hasRetryTokens(errorInfo.errorType) && + this.isRetryableError(errorInfo.errorType)); + } + isRetryableError(errorType) { + return errorType === "THROTTLING" || errorType === "TRANSIENT"; + } +} +exports.StandardRetryStrategy = StandardRetryStrategy; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/config.js b/node_modules/@aws-sdk/util-retry/dist-cjs/config.js new file mode 100644 index 000000000..853d2a5f0 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/config.js @@ -0,0 +1,10 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DEFAULT_RETRY_MODE = exports.DEFAULT_MAX_ATTEMPTS = exports.RETRY_MODES = void 0; +var RETRY_MODES; +(function (RETRY_MODES) { + RETRY_MODES["STANDARD"] = "standard"; + RETRY_MODES["ADAPTIVE"] = "adaptive"; +})(RETRY_MODES = exports.RETRY_MODES || (exports.RETRY_MODES = {})); +exports.DEFAULT_MAX_ATTEMPTS = 3; +exports.DEFAULT_RETRY_MODE = "STANDARD"; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/constants.js b/node_modules/@aws-sdk/util-retry/dist-cjs/constants.js new file mode 100644 index 000000000..2f4451401 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/constants.js @@ -0,0 +1,12 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.REQUEST_HEADER = exports.INVOCATION_ID_HEADER = exports.NO_RETRY_INCREMENT = exports.TIMEOUT_RETRY_COST = exports.RETRY_COST = exports.INITIAL_RETRY_TOKENS = exports.THROTTLING_RETRY_DELAY_BASE = exports.MAXIMUM_RETRY_DELAY = exports.DEFAULT_RETRY_DELAY_BASE = void 0; +exports.DEFAULT_RETRY_DELAY_BASE = 100; +exports.MAXIMUM_RETRY_DELAY = 20 * 1000; +exports.THROTTLING_RETRY_DELAY_BASE = 500; +exports.INITIAL_RETRY_TOKENS = 500; +exports.RETRY_COST = 5; +exports.TIMEOUT_RETRY_COST = 10; +exports.NO_RETRY_INCREMENT = 1; +exports.INVOCATION_ID_HEADER = "amz-sdk-invocation-id"; +exports.REQUEST_HEADER = "amz-sdk-request"; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryBackoffStrategy.js b/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryBackoffStrategy.js new file mode 100644 index 000000000..05f2a5215 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryBackoffStrategy.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getDefaultRetryBackoffStrategy = void 0; +const constants_1 = require("./constants"); +const getDefaultRetryBackoffStrategy = () => { + let delayBase = constants_1.DEFAULT_RETRY_DELAY_BASE; + const computeNextBackoffDelay = (attempts) => { + return Math.floor(Math.min(constants_1.MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); + }; + const setDelayBase = (delay) => { + delayBase = delay; + }; + return { + computeNextBackoffDelay, + setDelayBase, + }; +}; +exports.getDefaultRetryBackoffStrategy = getDefaultRetryBackoffStrategy; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js b/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js new file mode 100644 index 000000000..e733c642d --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/defaultRetryToken.js @@ -0,0 +1,55 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getDefaultRetryToken = void 0; +const constants_1 = require("./constants"); +const defaultRetryBackoffStrategy_1 = require("./defaultRetryBackoffStrategy"); +const getDefaultRetryToken = (initialRetryTokens, initialRetryDelay, initialRetryCount, options) => { + var _a, _b, _c; + const MAX_CAPACITY = initialRetryTokens; + const retryCost = (_a = options === null || options === void 0 ? void 0 : options.retryCost) !== null && _a !== void 0 ? _a : constants_1.RETRY_COST; + const timeoutRetryCost = (_b = options === null || options === void 0 ? void 0 : options.timeoutRetryCost) !== null && _b !== void 0 ? _b : constants_1.TIMEOUT_RETRY_COST; + const retryBackoffStrategy = (_c = options === null || options === void 0 ? void 0 : options.retryBackoffStrategy) !== null && _c !== void 0 ? _c : (0, defaultRetryBackoffStrategy_1.getDefaultRetryBackoffStrategy)(); + let availableCapacity = initialRetryTokens; + let retryDelay = Math.min(constants_1.MAXIMUM_RETRY_DELAY, initialRetryDelay); + let lastRetryCost = undefined; + let retryCount = initialRetryCount !== null && initialRetryCount !== void 0 ? initialRetryCount : 0; + const getCapacityAmount = (errorType) => (errorType === "TRANSIENT" ? timeoutRetryCost : retryCost); + const getRetryCount = () => retryCount; + const getRetryDelay = () => retryDelay; + const getLastRetryCost = () => lastRetryCost; + const hasRetryTokens = (errorType) => getCapacityAmount(errorType) <= availableCapacity; + const getRetryTokenCount = (errorInfo) => { + const errorType = errorInfo.errorType; + if (!hasRetryTokens(errorType)) { + throw new Error("No retry token available"); + } + const capacityAmount = getCapacityAmount(errorType); + const delayBase = errorType === "THROTTLING" ? constants_1.THROTTLING_RETRY_DELAY_BASE : constants_1.DEFAULT_RETRY_DELAY_BASE; + retryBackoffStrategy.setDelayBase(delayBase); + const delayFromErrorType = retryBackoffStrategy.computeNextBackoffDelay(retryCount); + if (errorInfo.retryAfterHint) { + const delayFromRetryAfterHint = errorInfo.retryAfterHint.getTime() - Date.now(); + retryDelay = Math.max(delayFromRetryAfterHint || 0, delayFromErrorType); + } + else { + retryDelay = delayFromErrorType; + } + retryCount++; + lastRetryCost = capacityAmount; + availableCapacity -= capacityAmount; + return capacityAmount; + }; + const releaseRetryTokens = (releaseAmount) => { + availableCapacity += releaseAmount !== null && releaseAmount !== void 0 ? releaseAmount : constants_1.NO_RETRY_INCREMENT; + availableCapacity = Math.min(availableCapacity, MAX_CAPACITY); + }; + return { + getRetryCount, + getRetryDelay, + getLastRetryCost, + hasRetryTokens, + getRetryTokenCount, + releaseRetryTokens, + }; +}; +exports.getDefaultRetryToken = getDefaultRetryToken; diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/index.js b/node_modules/@aws-sdk/util-retry/dist-cjs/index.js new file mode 100644 index 000000000..d8799682c --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/index.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./AdaptiveRetryStrategy"), exports); +tslib_1.__exportStar(require("./DefaultRateLimiter"), exports); +tslib_1.__exportStar(require("./StandardRetryStrategy"), exports); +tslib_1.__exportStar(require("./config"), exports); +tslib_1.__exportStar(require("./constants"), exports); +tslib_1.__exportStar(require("./types"), exports); diff --git a/node_modules/@aws-sdk/util-retry/dist-cjs/types.js b/node_modules/@aws-sdk/util-retry/dist-cjs/types.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-cjs/types.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-retry/dist-es/AdaptiveRetryStrategy.js b/node_modules/@aws-sdk/util-retry/dist-es/AdaptiveRetryStrategy.js new file mode 100644 index 000000000..e20cf0f8b --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/AdaptiveRetryStrategy.js @@ -0,0 +1,24 @@ +import { RETRY_MODES } from "./config"; +import { DefaultRateLimiter } from "./DefaultRateLimiter"; +import { StandardRetryStrategy } from "./StandardRetryStrategy"; +export class AdaptiveRetryStrategy { + constructor(maxAttemptsProvider, options) { + this.maxAttemptsProvider = maxAttemptsProvider; + this.mode = RETRY_MODES.ADAPTIVE; + const { rateLimiter } = options ?? {}; + this.rateLimiter = rateLimiter ?? new DefaultRateLimiter(); + this.standardRetryStrategy = new StandardRetryStrategy(maxAttemptsProvider); + } + async acquireInitialRetryToken(retryTokenScope) { + await this.rateLimiter.getSendToken(); + return this.standardRetryStrategy.acquireInitialRetryToken(retryTokenScope); + } + async refreshRetryTokenForRetry(tokenToRenew, errorInfo) { + this.rateLimiter.updateClientSendingRate(errorInfo); + return this.standardRetryStrategy.refreshRetryTokenForRetry(tokenToRenew, errorInfo); + } + recordSuccess(token) { + this.rateLimiter.updateClientSendingRate({}); + this.standardRetryStrategy.recordSuccess(token); + } +} diff --git a/node_modules/@aws-sdk/util-retry/dist-es/DefaultRateLimiter.js b/node_modules/@aws-sdk/util-retry/dist-es/DefaultRateLimiter.js new file mode 100644 index 000000000..8eb7c71ac --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/DefaultRateLimiter.js @@ -0,0 +1,99 @@ +import { isThrottlingError } from "@aws-sdk/service-error-classification"; +export class DefaultRateLimiter { + constructor(options) { + this.currentCapacity = 0; + this.enabled = false; + this.lastMaxRate = 0; + this.measuredTxRate = 0; + this.requestCount = 0; + this.lastTimestamp = 0; + this.timeWindow = 0; + this.beta = options?.beta ?? 0.7; + this.minCapacity = options?.minCapacity ?? 1; + this.minFillRate = options?.minFillRate ?? 0.5; + this.scaleConstant = options?.scaleConstant ?? 0.4; + this.smooth = options?.smooth ?? 0.8; + const currentTimeInSeconds = this.getCurrentTimeInSeconds(); + this.lastThrottleTime = currentTimeInSeconds; + this.lastTxRateBucket = Math.floor(this.getCurrentTimeInSeconds()); + this.fillRate = this.minFillRate; + this.maxCapacity = this.minCapacity; + } + getCurrentTimeInSeconds() { + return Date.now() / 1000; + } + async getSendToken() { + return this.acquireTokenBucket(1); + } + async acquireTokenBucket(amount) { + if (!this.enabled) { + return; + } + this.refillTokenBucket(); + if (amount > this.currentCapacity) { + const delay = ((amount - this.currentCapacity) / this.fillRate) * 1000; + await new Promise((resolve) => setTimeout(resolve, delay)); + } + this.currentCapacity = this.currentCapacity - amount; + } + refillTokenBucket() { + const timestamp = this.getCurrentTimeInSeconds(); + if (!this.lastTimestamp) { + this.lastTimestamp = timestamp; + return; + } + const fillAmount = (timestamp - this.lastTimestamp) * this.fillRate; + this.currentCapacity = Math.min(this.maxCapacity, this.currentCapacity + fillAmount); + this.lastTimestamp = timestamp; + } + updateClientSendingRate(response) { + let calculatedRate; + this.updateMeasuredRate(); + if (isThrottlingError(response)) { + const rateToUse = !this.enabled ? this.measuredTxRate : Math.min(this.measuredTxRate, this.fillRate); + this.lastMaxRate = rateToUse; + this.calculateTimeWindow(); + this.lastThrottleTime = this.getCurrentTimeInSeconds(); + calculatedRate = this.cubicThrottle(rateToUse); + this.enableTokenBucket(); + } + else { + this.calculateTimeWindow(); + calculatedRate = this.cubicSuccess(this.getCurrentTimeInSeconds()); + } + const newRate = Math.min(calculatedRate, 2 * this.measuredTxRate); + this.updateTokenBucketRate(newRate); + } + calculateTimeWindow() { + this.timeWindow = this.getPrecise(Math.pow((this.lastMaxRate * (1 - this.beta)) / this.scaleConstant, 1 / 3)); + } + cubicThrottle(rateToUse) { + return this.getPrecise(rateToUse * this.beta); + } + cubicSuccess(timestamp) { + return this.getPrecise(this.scaleConstant * Math.pow(timestamp - this.lastThrottleTime - this.timeWindow, 3) + this.lastMaxRate); + } + enableTokenBucket() { + this.enabled = true; + } + updateTokenBucketRate(newRate) { + this.refillTokenBucket(); + this.fillRate = Math.max(newRate, this.minFillRate); + this.maxCapacity = Math.max(newRate, this.minCapacity); + this.currentCapacity = Math.min(this.currentCapacity, this.maxCapacity); + } + updateMeasuredRate() { + const t = this.getCurrentTimeInSeconds(); + const timeBucket = Math.floor(t * 2) / 2; + this.requestCount++; + if (timeBucket > this.lastTxRateBucket) { + const currentRate = this.requestCount / (timeBucket - this.lastTxRateBucket); + this.measuredTxRate = this.getPrecise(currentRate * this.smooth + this.measuredTxRate * (1 - this.smooth)); + this.requestCount = 0; + this.lastTxRateBucket = timeBucket; + } + } + getPrecise(num) { + return parseFloat(num.toFixed(8)); + } +} diff --git a/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js b/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js new file mode 100644 index 000000000..b3c39c498 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/StandardRetryStrategy.js @@ -0,0 +1,44 @@ +import { DEFAULT_MAX_ATTEMPTS, RETRY_MODES } from "./config"; +import { DEFAULT_RETRY_DELAY_BASE, INITIAL_RETRY_TOKENS } from "./constants"; +import { getDefaultRetryToken } from "./defaultRetryToken"; +export class StandardRetryStrategy { + constructor(maxAttemptsProvider) { + this.maxAttemptsProvider = maxAttemptsProvider; + this.mode = RETRY_MODES.STANDARD; + this.retryToken = getDefaultRetryToken(INITIAL_RETRY_TOKENS, DEFAULT_RETRY_DELAY_BASE); + this.maxAttemptsProvider = maxAttemptsProvider; + } + async acquireInitialRetryToken(retryTokenScope) { + return this.retryToken; + } + async refreshRetryTokenForRetry(tokenToRenew, errorInfo) { + const maxAttempts = await this.getMaxAttempts(); + if (this.shouldRetry(tokenToRenew, errorInfo, maxAttempts)) { + tokenToRenew.getRetryTokenCount(errorInfo); + return tokenToRenew; + } + throw new Error("No retry token available"); + } + recordSuccess(token) { + this.retryToken.releaseRetryTokens(token.getLastRetryCost()); + } + async getMaxAttempts() { + let maxAttempts; + try { + return await this.maxAttemptsProvider(); + } + catch (error) { + console.warn(`Max attempts provider could not resolve. Using default of ${DEFAULT_MAX_ATTEMPTS}`); + return DEFAULT_MAX_ATTEMPTS; + } + } + shouldRetry(tokenToRenew, errorInfo, maxAttempts) { + const attempts = tokenToRenew.getRetryCount(); + return (attempts < maxAttempts && + tokenToRenew.hasRetryTokens(errorInfo.errorType) && + this.isRetryableError(errorInfo.errorType)); + } + isRetryableError(errorType) { + return errorType === "THROTTLING" || errorType === "TRANSIENT"; + } +} diff --git a/node_modules/@aws-sdk/util-retry/dist-es/config.js b/node_modules/@aws-sdk/util-retry/dist-es/config.js new file mode 100644 index 000000000..de0cb22e6 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/config.js @@ -0,0 +1,7 @@ +export var RETRY_MODES; +(function (RETRY_MODES) { + RETRY_MODES["STANDARD"] = "standard"; + RETRY_MODES["ADAPTIVE"] = "adaptive"; +})(RETRY_MODES || (RETRY_MODES = {})); +export const DEFAULT_MAX_ATTEMPTS = 3; +export const DEFAULT_RETRY_MODE = "STANDARD"; diff --git a/node_modules/@aws-sdk/util-retry/dist-es/constants.js b/node_modules/@aws-sdk/util-retry/dist-es/constants.js new file mode 100644 index 000000000..0876f8e23 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/constants.js @@ -0,0 +1,9 @@ +export const DEFAULT_RETRY_DELAY_BASE = 100; +export const MAXIMUM_RETRY_DELAY = 20 * 1000; +export const THROTTLING_RETRY_DELAY_BASE = 500; +export const INITIAL_RETRY_TOKENS = 500; +export const RETRY_COST = 5; +export const TIMEOUT_RETRY_COST = 10; +export const NO_RETRY_INCREMENT = 1; +export const INVOCATION_ID_HEADER = "amz-sdk-invocation-id"; +export const REQUEST_HEADER = "amz-sdk-request"; diff --git a/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryBackoffStrategy.js b/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryBackoffStrategy.js new file mode 100644 index 000000000..ce04bc5e3 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryBackoffStrategy.js @@ -0,0 +1,14 @@ +import { DEFAULT_RETRY_DELAY_BASE, MAXIMUM_RETRY_DELAY } from "./constants"; +export const getDefaultRetryBackoffStrategy = () => { + let delayBase = DEFAULT_RETRY_DELAY_BASE; + const computeNextBackoffDelay = (attempts) => { + return Math.floor(Math.min(MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); + }; + const setDelayBase = (delay) => { + delayBase = delay; + }; + return { + computeNextBackoffDelay, + setDelayBase, + }; +}; diff --git a/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js b/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js new file mode 100644 index 000000000..14ac7471a --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/defaultRetryToken.js @@ -0,0 +1,50 @@ +import { DEFAULT_RETRY_DELAY_BASE, MAXIMUM_RETRY_DELAY, NO_RETRY_INCREMENT, RETRY_COST, THROTTLING_RETRY_DELAY_BASE, TIMEOUT_RETRY_COST, } from "./constants"; +import { getDefaultRetryBackoffStrategy } from "./defaultRetryBackoffStrategy"; +export const getDefaultRetryToken = (initialRetryTokens, initialRetryDelay, initialRetryCount, options) => { + const MAX_CAPACITY = initialRetryTokens; + const retryCost = options?.retryCost ?? RETRY_COST; + const timeoutRetryCost = options?.timeoutRetryCost ?? TIMEOUT_RETRY_COST; + const retryBackoffStrategy = options?.retryBackoffStrategy ?? getDefaultRetryBackoffStrategy(); + let availableCapacity = initialRetryTokens; + let retryDelay = Math.min(MAXIMUM_RETRY_DELAY, initialRetryDelay); + let lastRetryCost = undefined; + let retryCount = initialRetryCount ?? 0; + const getCapacityAmount = (errorType) => (errorType === "TRANSIENT" ? timeoutRetryCost : retryCost); + const getRetryCount = () => retryCount; + const getRetryDelay = () => retryDelay; + const getLastRetryCost = () => lastRetryCost; + const hasRetryTokens = (errorType) => getCapacityAmount(errorType) <= availableCapacity; + const getRetryTokenCount = (errorInfo) => { + const errorType = errorInfo.errorType; + if (!hasRetryTokens(errorType)) { + throw new Error("No retry token available"); + } + const capacityAmount = getCapacityAmount(errorType); + const delayBase = errorType === "THROTTLING" ? THROTTLING_RETRY_DELAY_BASE : DEFAULT_RETRY_DELAY_BASE; + retryBackoffStrategy.setDelayBase(delayBase); + const delayFromErrorType = retryBackoffStrategy.computeNextBackoffDelay(retryCount); + if (errorInfo.retryAfterHint) { + const delayFromRetryAfterHint = errorInfo.retryAfterHint.getTime() - Date.now(); + retryDelay = Math.max(delayFromRetryAfterHint || 0, delayFromErrorType); + } + else { + retryDelay = delayFromErrorType; + } + retryCount++; + lastRetryCost = capacityAmount; + availableCapacity -= capacityAmount; + return capacityAmount; + }; + const releaseRetryTokens = (releaseAmount) => { + availableCapacity += releaseAmount ?? NO_RETRY_INCREMENT; + availableCapacity = Math.min(availableCapacity, MAX_CAPACITY); + }; + return { + getRetryCount, + getRetryDelay, + getLastRetryCost, + hasRetryTokens, + getRetryTokenCount, + releaseRetryTokens, + }; +}; diff --git a/node_modules/@aws-sdk/util-retry/dist-es/index.js b/node_modules/@aws-sdk/util-retry/dist-es/index.js new file mode 100644 index 000000000..ad2af0697 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/index.js @@ -0,0 +1,6 @@ +export * from "./AdaptiveRetryStrategy"; +export * from "./DefaultRateLimiter"; +export * from "./StandardRetryStrategy"; +export * from "./config"; +export * from "./constants"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/util-retry/dist-es/types.js b/node_modules/@aws-sdk/util-retry/dist-es/types.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-es/types.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts new file mode 100644 index 000000000..d1b1f6aaa --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts @@ -0,0 +1,29 @@ +import { Provider, RetryErrorInfo, RetryStrategyV2, RetryToken, StandardRetryToken } from "@aws-sdk/types"; +import { RateLimiter } from "./types"; +/** + * Strategy options to be passed to AdaptiveRetryStrategy + */ +export interface AdaptiveRetryStrategyOptions { + rateLimiter?: RateLimiter; +} +/** + * The AdaptiveRetryStrategy is a retry strategy for executing against a very + * resource constrained set of resources. Care should be taken when using this + * retry strategy. By default, it uses a dynamic backoff delay based on load + * currently perceived against the downstream resource and performs circuit + * breaking to disable retries in the event of high downstream failures using + * the DefaultRateLimiter. + * + * @see {@link StandardRetryStrategy} + * @see {@link DefaultRateLimiter } + */ +export declare class AdaptiveRetryStrategy implements RetryStrategyV2 { + private readonly maxAttemptsProvider; + private rateLimiter; + private standardRetryStrategy; + readonly mode: string; + constructor(maxAttemptsProvider: Provider, options?: AdaptiveRetryStrategyOptions); + acquireInitialRetryToken(retryTokenScope: string): Promise; + refreshRetryTokenForRetry(tokenToRenew: StandardRetryToken, errorInfo: RetryErrorInfo): Promise; + recordSuccess(token: StandardRetryToken): void; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts new file mode 100644 index 000000000..0bf657c1e --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts @@ -0,0 +1,39 @@ +import { RateLimiter } from "./types"; +export interface DefaultRateLimiterOptions { + beta?: number; + minCapacity?: number; + minFillRate?: number; + scaleConstant?: number; + smooth?: number; +} +export declare class DefaultRateLimiter implements RateLimiter { + private beta; + private minCapacity; + private minFillRate; + private scaleConstant; + private smooth; + private currentCapacity; + private enabled; + private lastMaxRate; + private measuredTxRate; + private requestCount; + private fillRate; + private lastThrottleTime; + private lastTimestamp; + private lastTxRateBucket; + private maxCapacity; + private timeWindow; + constructor(options?: DefaultRateLimiterOptions); + private getCurrentTimeInSeconds; + getSendToken(): Promise; + private acquireTokenBucket; + private refillTokenBucket; + updateClientSendingRate(response: any): void; + private calculateTimeWindow; + private cubicThrottle; + private cubicSuccess; + private enableTokenBucket; + private updateTokenBucketRate; + private updateMeasuredRate; + private getPrecise; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts new file mode 100644 index 000000000..3a48da7c9 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts @@ -0,0 +1,13 @@ +import { Provider, RetryErrorInfo, RetryStrategyV2, StandardRetryToken } from "@aws-sdk/types"; +export declare class StandardRetryStrategy implements RetryStrategyV2 { + private readonly maxAttemptsProvider; + private retryToken; + readonly mode: string; + constructor(maxAttemptsProvider: Provider); + acquireInitialRetryToken(retryTokenScope: string): Promise; + refreshRetryTokenForRetry(tokenToRenew: StandardRetryToken, errorInfo: RetryErrorInfo): Promise; + recordSuccess(token: StandardRetryToken): void; + private getMaxAttempts; + private shouldRetry; + private isRetryableError; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts new file mode 100644 index 000000000..471099fe2 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts @@ -0,0 +1,13 @@ +export declare enum RETRY_MODES { + STANDARD = "standard", + ADAPTIVE = "adaptive" +} +/** + * The default value for how many HTTP requests an SDK should make for a + * single SDK operation invocation before giving up + */ +export declare const DEFAULT_MAX_ATTEMPTS = 3; +/** + * The default retry algorithm to use. + */ +export declare const DEFAULT_RETRY_MODE: RETRY_MODES; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts new file mode 100644 index 000000000..cb9b250a0 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts @@ -0,0 +1,41 @@ +/** + * The base number of milliseconds to use in calculating a suitable cool-down + * time when a retryable error is encountered. + */ +export declare const DEFAULT_RETRY_DELAY_BASE = 100; +/** + * The maximum amount of time (in milliseconds) that will be used as a delay + * between retry attempts. + */ +export declare const MAXIMUM_RETRY_DELAY: number; +/** + * The retry delay base (in milliseconds) to use when a throttling error is + * encountered. + */ +export declare const THROTTLING_RETRY_DELAY_BASE = 500; +/** + * Initial number of retry tokens in Retry Quota + */ +export declare const INITIAL_RETRY_TOKENS = 500; +/** + * The total amount of retry tokens to be decremented from retry token balance. + */ +export declare const RETRY_COST = 5; +/** + * The total amount of retry tokens to be decremented from retry token balance + * when a throttling error is encountered. + */ +export declare const TIMEOUT_RETRY_COST = 10; +/** + * The total amount of retry token to be incremented from retry token balance + * if an SDK operation invocation succeeds without requiring a retry request. + */ +export declare const NO_RETRY_INCREMENT = 1; +/** + * Header name for SDK invocation ID + */ +export declare const INVOCATION_ID_HEADER = "amz-sdk-invocation-id"; +/** + * Header name for request retry information. + */ +export declare const REQUEST_HEADER = "amz-sdk-request"; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts new file mode 100644 index 000000000..c023cc952 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts @@ -0,0 +1,2 @@ +import { StandardRetryBackoffStrategy } from "@aws-sdk/types"; +export declare const getDefaultRetryBackoffStrategy: () => StandardRetryBackoffStrategy; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts new file mode 100644 index 000000000..fbe7bd50a --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts @@ -0,0 +1,17 @@ +import { StandardRetryBackoffStrategy, StandardRetryToken } from "@aws-sdk/types"; +export interface DefaultRetryTokenOptions { + /** + * The total amount of retry tokens to be decremented from retry token balance. + */ + retryCost?: number; + /** + * The total amount of retry tokens to be decremented from retry token balance + * when a throttling error is encountered. + */ + timeoutRetryCost?: number; + /** + * + */ + retryBackoffStrategy?: StandardRetryBackoffStrategy; +} +export declare const getDefaultRetryToken: (initialRetryTokens: number, initialRetryDelay: number, initialRetryCount?: number | undefined, options?: DefaultRetryTokenOptions | undefined) => StandardRetryToken; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts new file mode 100644 index 000000000..ad2af0697 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts @@ -0,0 +1,6 @@ +export * from "./AdaptiveRetryStrategy"; +export * from "./DefaultRateLimiter"; +export * from "./StandardRetryStrategy"; +export * from "./config"; +export * from "./constants"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts new file mode 100644 index 000000000..d3b0510be --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts @@ -0,0 +1,27 @@ +import { + Provider, + RetryErrorInfo, + RetryStrategyV2, + RetryToken, + StandardRetryToken, +} from "@aws-sdk/types"; +import { RateLimiter } from "./types"; +export interface AdaptiveRetryStrategyOptions { + rateLimiter?: RateLimiter; +} +export declare class AdaptiveRetryStrategy implements RetryStrategyV2 { + private readonly maxAttemptsProvider; + private rateLimiter; + private standardRetryStrategy; + readonly mode: string; + constructor( + maxAttemptsProvider: Provider, + options?: AdaptiveRetryStrategyOptions + ); + acquireInitialRetryToken(retryTokenScope: string): Promise; + refreshRetryTokenForRetry( + tokenToRenew: StandardRetryToken, + errorInfo: RetryErrorInfo + ): Promise; + recordSuccess(token: StandardRetryToken): void; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts new file mode 100644 index 000000000..0b6f8b817 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts @@ -0,0 +1,39 @@ +import { RateLimiter } from "./types"; +export interface DefaultRateLimiterOptions { + beta?: number; + minCapacity?: number; + minFillRate?: number; + scaleConstant?: number; + smooth?: number; +} +export declare class DefaultRateLimiter implements RateLimiter { + private beta; + private minCapacity; + private minFillRate; + private scaleConstant; + private smooth; + private currentCapacity; + private enabled; + private lastMaxRate; + private measuredTxRate; + private requestCount; + private fillRate; + private lastThrottleTime; + private lastTimestamp; + private lastTxRateBucket; + private maxCapacity; + private timeWindow; + constructor(options?: DefaultRateLimiterOptions); + private getCurrentTimeInSeconds; + getSendToken(): Promise; + private acquireTokenBucket; + private refillTokenBucket; + updateClientSendingRate(response: any): void; + private calculateTimeWindow; + private cubicThrottle; + private cubicSuccess; + private enableTokenBucket; + private updateTokenBucketRate; + private updateMeasuredRate; + private getPrecise; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts new file mode 100644 index 000000000..d05aebbbc --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts @@ -0,0 +1,23 @@ +import { + Provider, + RetryErrorInfo, + RetryStrategyV2, + StandardRetryToken, +} from "@aws-sdk/types"; +export declare class StandardRetryStrategy implements RetryStrategyV2 { + private readonly maxAttemptsProvider; + private retryToken; + readonly mode: string; + constructor(maxAttemptsProvider: Provider); + acquireInitialRetryToken( + retryTokenScope: string + ): Promise; + refreshRetryTokenForRetry( + tokenToRenew: StandardRetryToken, + errorInfo: RetryErrorInfo + ): Promise; + recordSuccess(token: StandardRetryToken): void; + private getMaxAttempts; + private shouldRetry; + private isRetryableError; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts new file mode 100644 index 000000000..5e7d41af9 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/config.d.ts @@ -0,0 +1,6 @@ +export declare enum RETRY_MODES { + STANDARD = "standard", + ADAPTIVE = "adaptive", +} +export declare const DEFAULT_MAX_ATTEMPTS = 3; +export declare const DEFAULT_RETRY_MODE: RETRY_MODES; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/constants.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/constants.d.ts new file mode 100644 index 000000000..4b60a8f70 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/constants.d.ts @@ -0,0 +1,9 @@ +export declare const DEFAULT_RETRY_DELAY_BASE = 100; +export declare const MAXIMUM_RETRY_DELAY: number; +export declare const THROTTLING_RETRY_DELAY_BASE = 500; +export declare const INITIAL_RETRY_TOKENS = 500; +export declare const RETRY_COST = 5; +export declare const TIMEOUT_RETRY_COST = 10; +export declare const NO_RETRY_INCREMENT = 1; +export declare const INVOCATION_ID_HEADER = "amz-sdk-invocation-id"; +export declare const REQUEST_HEADER = "amz-sdk-request"; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts new file mode 100644 index 000000000..c023cc952 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts @@ -0,0 +1,2 @@ +import { StandardRetryBackoffStrategy } from "@aws-sdk/types"; +export declare const getDefaultRetryBackoffStrategy: () => StandardRetryBackoffStrategy; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts new file mode 100644 index 000000000..bc0a000c7 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts @@ -0,0 +1,15 @@ +import { + StandardRetryBackoffStrategy, + StandardRetryToken, +} from "@aws-sdk/types"; +export interface DefaultRetryTokenOptions { + retryCost?: number; + timeoutRetryCost?: number; + retryBackoffStrategy?: StandardRetryBackoffStrategy; +} +export declare const getDefaultRetryToken: ( + initialRetryTokens: number, + initialRetryDelay: number, + initialRetryCount?: number | undefined, + options?: DefaultRetryTokenOptions | undefined +) => StandardRetryToken; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..ad2af0697 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +export * from "./AdaptiveRetryStrategy"; +export * from "./DefaultRateLimiter"; +export * from "./StandardRetryStrategy"; +export * from "./config"; +export * from "./constants"; +export * from "./types"; diff --git a/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/types.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/types.d.ts new file mode 100644 index 000000000..bf306f163 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/ts3.4/types.d.ts @@ -0,0 +1,4 @@ +export interface RateLimiter { + getSendToken: () => Promise; + updateClientSendingRate: (response: any) => void; +} diff --git a/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts b/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts new file mode 100644 index 000000000..f4f80398e --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts @@ -0,0 +1,16 @@ +export interface RateLimiter { + /** + * If there is sufficient capacity (tokens) available, it immediately returns. + * If there is not sufficient capacity, it will either sleep a certain amount + * of time until the rate limiter can retrieve a token from its token bucket + * or raise an exception indicating there is insufficient capacity. + */ + getSendToken: () => Promise; + /** + * Updates the client sending rate based on response. + * If the response was successful, the capacity and fill rate are increased. + * If the response was a throttling response, the capacity and fill rate are + * decreased. Transient errors do not affect the rate limiter. + */ + updateClientSendingRate: (response: any) => void; +} diff --git a/node_modules/@aws-sdk/util-retry/package.json b/node_modules/@aws-sdk/util-retry/package.json new file mode 100644 index 000000000..2f12e2e29 --- /dev/null +++ b/node_modules/@aws-sdk/util-retry/package.json @@ -0,0 +1,60 @@ +{ + "name": "@aws-sdk/util-retry", + "version": "3.229.0", + "description": "Shared retry utilities to be used in middleware packages.", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "keywords": [ + "aws", + "retry" + ], + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/service-error-classification": "3.229.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/types": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">= 14.0.0" + }, + "typesVersions": { + "<4.0": { + "types/*": [ + "types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/util-retry", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-retry" + } +} diff --git a/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md b/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md new file mode 100644 index 000000000..0417cf660 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/CHANGELOG.md @@ -0,0 +1,768 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.201.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.200.0...v3.201.0) (2022-11-01) + + +### Features + +* end support for Node.js 12.x ([#4123](https://github.com/aws/aws-sdk-js-v3/issues/4123)) ([83f913e](https://github.com/aws/aws-sdk-js-v3/commit/83f913ec2ac3878d8726c6964f585550dc5caf3e)) + + + + + +# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) + + +### Features + +* **packages:** end support for Node.js 10.x ([#3141](https://github.com/aws/aws-sdk-js-v3/issues/3141)) ([1a62865](https://github.com/aws/aws-sdk-js-v3/commit/1a6286513f7cdb556708845c512861c5f92eb883)) + + + + + +# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) + + +### Features + +* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32)) + + + + + +# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) + + +### Features + +* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e)) + + + + + +# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) + + +### Bug Fixes + +* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) + + + + + +# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) + + +### Bug Fixes + +* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) + + + + + +# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) + + +### Bug Fixes + +* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590)) + + + + + +# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) + + +### Bug Fixes + +* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) + + + + + +# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) + + +### Features + +* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) + + + + + +## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22) + + +### Bug Fixes + +* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1)) + + + + + +## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) + + +### Bug Fixes + +* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) + + + + + +# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) + + +### Features + +* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) + + + + + +# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) + + +### Features + +* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) + + + + + +# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19) + + +### Features + +* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e)) + + + + + +# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@1.0.0-gamma.6...@aws-sdk/util-uri-escape@1.0.0-gamma.7) (2020-10-07) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@1.0.0-gamma.5...@aws-sdk/util-uri-escape@1.0.0-gamma.6) (2020-08-25) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@1.0.0-gamma.4...@aws-sdk/util-uri-escape@1.0.0-gamma.5) (2020-08-04) + + +### Features + +* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6)) + + + + + +# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@1.0.0-gamma.3...@aws-sdk/util-uri-escape@1.0.0-gamma.4) (2020-07-21) + +**Note:** Version bump only for package @aws-sdk/util-uri-escape + + + + + +# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@1.0.0-gamma.2...@aws-sdk/util-uri-escape@1.0.0-gamma.3) (2020-07-13) + + +### Features + +* add code linting and prettify ([#1350](https://github.com/aws/aws-sdk-js-v3/issues/1350)) ([47770fa](https://github.com/aws/aws-sdk-js-v3/commit/47770fa493c3405f193069cd18319882529ff484)) + + + + + +# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-gamma.2) (2020-07-08) + + +### Features + +* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) + + + +# 1.0.0-gamma.1 (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.4 (2020-04-25) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-gamma.1) (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.4 (2020-04-25) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-beta.4) (2020-04-27) + + +### Features + +* use exact @aws-sdk/* dependencies ([#1110](https://github.com/aws/aws-sdk-js-v3/issues/1110)) ([bcfd7a2](https://github.com/aws/aws-sdk-js-v3/commit/bcfd7a2faeca3a2605057fd4736d710aa4902b62)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-beta.3) (2020-04-25) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-beta.2) (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-beta.1) (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-alpha.3) (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-alpha.2) (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@1.0.0-alpha.1) (2020-01-08) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@0.1.0-preview.3) (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-uri-escape@0.1.0-preview.1...@aws-sdk/util-uri-escape@0.1.0-preview.2) (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) diff --git a/node_modules/@aws-sdk/util-uri-escape/LICENSE b/node_modules/@aws-sdk/util-uri-escape/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-uri-escape/README.md b/node_modules/@aws-sdk/util-uri-escape/README.md new file mode 100644 index 000000000..ee06a36bb --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/util-uri-escape + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-uri-escape/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-uri-escape) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-uri-escape.svg)](https://www.npmjs.com/package/@aws-sdk/util-uri-escape) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js b/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js new file mode 100644 index 000000000..f1dcdaaf8 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri-path.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.escapeUriPath = void 0; +const escape_uri_1 = require("./escape-uri"); +const escapeUriPath = (uri) => uri.split("/").map(escape_uri_1.escapeUri).join("/"); +exports.escapeUriPath = escapeUriPath; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js b/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js new file mode 100644 index 000000000..4389a2a65 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-cjs/escape-uri.js @@ -0,0 +1,6 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.escapeUri = void 0; +const escapeUri = (uri) => encodeURIComponent(uri).replace(/[!'()*]/g, hexEncode); +exports.escapeUri = escapeUri; +const hexEncode = (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js b/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js new file mode 100644 index 000000000..dade19fa4 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-cjs/index.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./escape-uri"), exports); +tslib_1.__exportStar(require("./escape-uri-path"), exports); diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js b/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js new file mode 100644 index 000000000..81b3fe37e --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri-path.js @@ -0,0 +1,2 @@ +import { escapeUri } from "./escape-uri"; +export const escapeUriPath = (uri) => uri.split("/").map(escapeUri).join("/"); diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js b/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js new file mode 100644 index 000000000..8990be133 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-es/escape-uri.js @@ -0,0 +1,2 @@ +export const escapeUri = (uri) => encodeURIComponent(uri).replace(/[!'()*]/g, hexEncode); +const hexEncode = (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js b/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js new file mode 100644 index 000000000..ed402e1cd --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-es/index.js @@ -0,0 +1,2 @@ +export * from "./escape-uri"; +export * from "./escape-uri-path"; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts b/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts new file mode 100644 index 000000000..96005fa47 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts @@ -0,0 +1 @@ +export declare const escapeUriPath: (uri: string) => string; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts b/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts new file mode 100644 index 000000000..1331f55c5 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts @@ -0,0 +1 @@ +export declare const escapeUri: (uri: string) => string; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts b/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts new file mode 100644 index 000000000..ed402e1cd --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export * from "./escape-uri"; +export * from "./escape-uri-path"; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts b/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts new file mode 100644 index 000000000..96005fa47 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts @@ -0,0 +1 @@ +export declare const escapeUriPath: (uri: string) => string; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts b/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts new file mode 100644 index 000000000..1331f55c5 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts @@ -0,0 +1 @@ +export declare const escapeUri: (uri: string) => string; diff --git a/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..ed402e1cd --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export * from "./escape-uri"; +export * from "./escape-uri-path"; diff --git a/node_modules/@aws-sdk/util-uri-escape/package.json b/node_modules/@aws-sdk/util-uri-escape/package.json new file mode 100644 index 000000000..1cb47f2d1 --- /dev/null +++ b/node_modules/@aws-sdk/util-uri-escape/package.json @@ -0,0 +1,52 @@ +{ + "name": "@aws-sdk/util-uri-escape", + "version": "3.201.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-uri-escape", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-uri-escape" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/util-user-agent-browser/LICENSE b/node_modules/@aws-sdk/util-user-agent-browser/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/util-user-agent-browser/README.md b/node_modules/@aws-sdk/util-user-agent-browser/README.md new file mode 100644 index 000000000..f2b6c6282 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/util-user-agent-browser + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-browser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-browser) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-browser.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-browser) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js b/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js new file mode 100644 index 000000000..c8ad2e549 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js @@ -0,0 +1,2 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js b/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js new file mode 100644 index 000000000..dac9ed8b3 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js @@ -0,0 +1,22 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultUserAgent = void 0; +const tslib_1 = require("tslib"); +const bowser_1 = tslib_1.__importDefault(require("bowser")); +const defaultUserAgent = ({ serviceId, clientVersion }) => async () => { + var _a, _b, _c, _d, _e, _f, _g; + const parsedUA = typeof window !== "undefined" && ((_a = window === null || window === void 0 ? void 0 : window.navigator) === null || _a === void 0 ? void 0 : _a.userAgent) + ? bowser_1.default.parse(window.navigator.userAgent) + : undefined; + const sections = [ + ["aws-sdk-js", clientVersion], + [`os/${((_b = parsedUA === null || parsedUA === void 0 ? void 0 : parsedUA.os) === null || _b === void 0 ? void 0 : _b.name) || "other"}`, (_c = parsedUA === null || parsedUA === void 0 ? void 0 : parsedUA.os) === null || _c === void 0 ? void 0 : _c.version], + ["lang/js"], + ["md/browser", `${(_e = (_d = parsedUA === null || parsedUA === void 0 ? void 0 : parsedUA.browser) === null || _d === void 0 ? void 0 : _d.name) !== null && _e !== void 0 ? _e : "unknown"}_${(_g = (_f = parsedUA === null || parsedUA === void 0 ? void 0 : parsedUA.browser) === null || _f === void 0 ? void 0 : _f.version) !== null && _g !== void 0 ? _g : "unknown"}`], + ]; + if (serviceId) { + sections.push([`api/${serviceId}`, clientVersion]); + } + return sections; +}; +exports.defaultUserAgent = defaultUserAgent; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js b/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js new file mode 100644 index 000000000..aae69b12c --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultUserAgent = void 0; +const defaultUserAgent = ({ serviceId, clientVersion }) => async () => { + const sections = [ + ["aws-sdk-js", clientVersion], + ["os/other"], + ["lang/js"], + ["md/rn"], + ]; + if (serviceId) { + sections.push([`api/${serviceId}`, clientVersion]); + } + return sections; +}; +exports.defaultUserAgent = defaultUserAgent; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js b/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js new file mode 100644 index 000000000..cb0ff5c3b --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js @@ -0,0 +1 @@ +export {}; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js b/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js new file mode 100644 index 000000000..063438024 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js @@ -0,0 +1,16 @@ +import bowser from "bowser"; +export const defaultUserAgent = ({ serviceId, clientVersion }) => async () => { + const parsedUA = typeof window !== "undefined" && window?.navigator?.userAgent + ? bowser.parse(window.navigator.userAgent) + : undefined; + const sections = [ + ["aws-sdk-js", clientVersion], + [`os/${parsedUA?.os?.name || "other"}`, parsedUA?.os?.version], + ["lang/js"], + ["md/browser", `${parsedUA?.browser?.name ?? "unknown"}_${parsedUA?.browser?.version ?? "unknown"}`], + ]; + if (serviceId) { + sections.push([`api/${serviceId}`, clientVersion]); + } + return sections; +}; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js b/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js new file mode 100644 index 000000000..0550b7123 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js @@ -0,0 +1,12 @@ +export const defaultUserAgent = ({ serviceId, clientVersion }) => async () => { + const sections = [ + ["aws-sdk-js", clientVersion], + ["os/other"], + ["lang/js"], + ["md/rn"], + ]; + if (serviceId) { + sections.push([`api/${serviceId}`, clientVersion]); + } + return sections; +}; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts new file mode 100644 index 000000000..474179b3f --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts @@ -0,0 +1,4 @@ +export interface DefaultUserAgentOptions { + serviceId?: string; + clientVersion: string; +} diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts new file mode 100644 index 000000000..934bfe38c --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts @@ -0,0 +1,7 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +import { DefaultUserAgentOptions } from "./configurations"; +/** + * Default provider to the user agent in browsers. It's a best effort to infer + * the device information. It uses bowser library to detect the browser and version + */ +export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts new file mode 100644 index 000000000..987dde560 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts @@ -0,0 +1,7 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +import { DefaultUserAgentOptions } from "./configurations"; +/** + * Default provider to the user agent in ReactNative. It's a best effort to infer + * the device information. It uses bowser library to detect the browser and virsion + */ +export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts new file mode 100644 index 000000000..1428231da --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts @@ -0,0 +1,4 @@ +export interface DefaultUserAgentOptions { + serviceId?: string; + clientVersion: string; +} diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..2e6a920c1 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts @@ -0,0 +1,6 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +import { DefaultUserAgentOptions } from "./configurations"; +export declare const defaultUserAgent: ({ + serviceId, + clientVersion, +}: DefaultUserAgentOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts new file mode 100644 index 000000000..2e6a920c1 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts @@ -0,0 +1,6 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +import { DefaultUserAgentOptions } from "./configurations"; +export declare const defaultUserAgent: ({ + serviceId, + clientVersion, +}: DefaultUserAgentOptions) => Provider; diff --git a/node_modules/@aws-sdk/util-user-agent-browser/package.json b/node_modules/@aws-sdk/util-user-agent-browser/package.json new file mode 100644 index 000000000..070c2f724 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-browser/package.json @@ -0,0 +1,53 @@ +{ + "name": "@aws-sdk/util-user-agent-browser", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "react-native": "dist-es/index.native.js", + "dependencies": { + "@aws-sdk/types": "3.226.0", + "bowser": "^2.11.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-browser", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-user-agent-browser" + } +} diff --git a/node_modules/@aws-sdk/util-user-agent-node/LICENSE b/node_modules/@aws-sdk/util-user-agent-node/LICENSE new file mode 100644 index 000000000..dd65ae06b --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/@aws-sdk/util-user-agent-node/README.md b/node_modules/@aws-sdk/util-user-agent-node/README.md new file mode 100644 index 000000000..fccfbb54e --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/README.md @@ -0,0 +1,10 @@ +# @aws-sdk/util-user-agent-node + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-user-agent-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-user-agent-node.svg)](https://www.npmjs.com/package/@aws-sdk/util-user-agent-node) + +> An internal package + +## Usage + +You probably shouldn't, at least directly. diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js b/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js new file mode 100644 index 000000000..32d7ecc99 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js @@ -0,0 +1,41 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.defaultUserAgent = exports.UA_APP_ID_INI_NAME = exports.UA_APP_ID_ENV_NAME = void 0; +const node_config_provider_1 = require("@aws-sdk/node-config-provider"); +const os_1 = require("os"); +const process_1 = require("process"); +const is_crt_available_1 = require("./is-crt-available"); +exports.UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID"; +exports.UA_APP_ID_INI_NAME = "sdk-ua-app-id"; +const defaultUserAgent = ({ serviceId, clientVersion }) => { + const sections = [ + ["aws-sdk-js", clientVersion], + [`os/${(0, os_1.platform)()}`, (0, os_1.release)()], + ["lang/js"], + ["md/nodejs", `${process_1.versions.node}`], + ]; + const crtAvailable = (0, is_crt_available_1.isCrtAvailable)(); + if (crtAvailable) { + sections.push(crtAvailable); + } + if (serviceId) { + sections.push([`api/${serviceId}`, clientVersion]); + } + if (process_1.env.AWS_EXECUTION_ENV) { + sections.push([`exec-env/${process_1.env.AWS_EXECUTION_ENV}`]); + } + const appIdPromise = (0, node_config_provider_1.loadConfig)({ + environmentVariableSelector: (env) => env[exports.UA_APP_ID_ENV_NAME], + configFileSelector: (profile) => profile[exports.UA_APP_ID_INI_NAME], + default: undefined, + })(); + let resolvedUserAgent = undefined; + return async () => { + if (!resolvedUserAgent) { + const appId = await appIdPromise; + resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections]; + } + return resolvedUserAgent; + }; +}; +exports.defaultUserAgent = defaultUserAgent; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js b/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js new file mode 100644 index 000000000..4d794148f --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js @@ -0,0 +1,15 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.isCrtAvailable = void 0; +const isCrtAvailable = () => { + try { + if (typeof require === "function" && typeof module !== "undefined" && module.require && require("aws-crt")) { + return ["md/crt-avail"]; + } + return null; + } + catch (e) { + return null; + } +}; +exports.isCrtAvailable = isCrtAvailable; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js b/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js new file mode 100644 index 000000000..8923a9a0f --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js @@ -0,0 +1,37 @@ +import { loadConfig } from "@aws-sdk/node-config-provider"; +import { platform, release } from "os"; +import { env, versions } from "process"; +import { isCrtAvailable } from "./is-crt-available"; +export const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID"; +export const UA_APP_ID_INI_NAME = "sdk-ua-app-id"; +export const defaultUserAgent = ({ serviceId, clientVersion }) => { + const sections = [ + ["aws-sdk-js", clientVersion], + [`os/${platform()}`, release()], + ["lang/js"], + ["md/nodejs", `${versions.node}`], + ]; + const crtAvailable = isCrtAvailable(); + if (crtAvailable) { + sections.push(crtAvailable); + } + if (serviceId) { + sections.push([`api/${serviceId}`, clientVersion]); + } + if (env.AWS_EXECUTION_ENV) { + sections.push([`exec-env/${env.AWS_EXECUTION_ENV}`]); + } + const appIdPromise = loadConfig({ + environmentVariableSelector: (env) => env[UA_APP_ID_ENV_NAME], + configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME], + default: undefined, + })(); + let resolvedUserAgent = undefined; + return async () => { + if (!resolvedUserAgent) { + const appId = await appIdPromise; + resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections]; + } + return resolvedUserAgent; + }; +}; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js b/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js new file mode 100644 index 000000000..b060369f4 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js @@ -0,0 +1,11 @@ +export const isCrtAvailable = () => { + try { + if (typeof require === "function" && typeof module !== "undefined" && module.require && require("aws-crt")) { + return ["md/crt-avail"]; + } + return null; + } + catch (e) { + return null; + } +}; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts b/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts new file mode 100644 index 000000000..61c3fc541 --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts @@ -0,0 +1,12 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID"; +export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id"; +interface DefaultUserAgentOptions { + serviceId?: string; + clientVersion: string; +} +/** + * Collect metrics from runtime to put into user agent. + */ +export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider; +export {}; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts b/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts new file mode 100644 index 000000000..c3f8a3abe --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts @@ -0,0 +1,2 @@ +import { UserAgentPair } from "@aws-sdk/types"; +export declare const isCrtAvailable: () => UserAgentPair | null; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..cb43e2f9d --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts @@ -0,0 +1,12 @@ +import { Provider, UserAgent } from "@aws-sdk/types"; +export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID"; +export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id"; +interface DefaultUserAgentOptions { + serviceId?: string; + clientVersion: string; +} +export declare const defaultUserAgent: ({ + serviceId, + clientVersion, +}: DefaultUserAgentOptions) => Provider; +export {}; diff --git a/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts b/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts new file mode 100644 index 000000000..c3f8a3abe --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts @@ -0,0 +1,2 @@ +import { UserAgentPair } from "@aws-sdk/types"; +export declare const isCrtAvailable: () => UserAgentPair | null; diff --git a/node_modules/@aws-sdk/util-user-agent-node/package.json b/node_modules/@aws-sdk/util-user-agent-node/package.json new file mode 100644 index 000000000..aaf8c56ec --- /dev/null +++ b/node_modules/@aws-sdk/util-user-agent-node/package.json @@ -0,0 +1,64 @@ +{ + "name": "@aws-sdk/util-user-agent-node", + "version": "3.226.0", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "types": "./dist-types/index.d.ts", + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/node-config-provider": "3.226.0", + "@aws-sdk/types": "3.226.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@aws-sdk/protocol-http": "3.226.0", + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } + }, + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-user-agent-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-user-agent-node" + } +} diff --git a/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md b/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md new file mode 100644 index 000000000..dfd8afd9b --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/CHANGELOG.md @@ -0,0 +1,657 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) + + +### Features + +* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32)) + + + + + +# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) + + +### Features + +* **non-clients:** remove comments from transpiled JS files ([#2813](https://github.com/aws/aws-sdk-js-v3/issues/2813)) ([e6fc7f3](https://github.com/aws/aws-sdk-js-v3/commit/e6fc7f3e0fa74785590ac19e7ed143c916bb9b6e)) + + + + + +# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.29.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.28.0...v3.29.0) (2021-09-02) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23) + + +### Bug Fixes + +* bump up tslib to 2.3.0 ([#2601](https://github.com/aws/aws-sdk-js-v3/issues/2601)) ([7040faa](https://github.com/aws/aws-sdk-js-v3/commit/7040faac07976c1dcfd5240675b82a2f275b2a55)) + + + + + +# [3.22.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.21.0...v3.22.0) (2021-07-16) + + +### Bug Fixes + +* **clients:** prefix `dist/` for typesVersions TS<4 ([#2580](https://github.com/aws/aws-sdk-js-v3/issues/2580)) ([dff5cd4](https://github.com/aws/aws-sdk-js-v3/commit/dff5cd4b6fa00453e938ce8f238c1542ee7ba3d6)) + + + + + +# [3.20.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.19.0...v3.20.0) (2021-07-02) + + +### Bug Fixes + +* replace prepublishOnly script with downlevel-dts ([#2537](https://github.com/aws/aws-sdk-js-v3/issues/2537)) ([63818a1](https://github.com/aws/aws-sdk-js-v3/commit/63818a1e47b08af56f092031a01bbbff0a9af590)) + + + + + +# [3.18.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.17.0...v3.18.0) (2021-06-04) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) + + +### Bug Fixes + +* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) + + + + + +# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) + + +### Features + +* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) + + + + + +## [3.6.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.6.0...v3.6.1) (2021-02-22) + + +### Bug Fixes + +* update references of default branch from master to main ([#2057](https://github.com/aws/aws-sdk-js-v3/issues/2057)) ([59b8b58](https://github.com/aws/aws-sdk-js-v3/commit/59b8b58c3a8c057b36abfaa59bae3a6ffb068cf1)) + + + + + +## [3.4.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.4.0...v3.4.1) (2021-01-29) + + +### Bug Fixes + +* **clients:** use TS 3.4 compatible types for TS 3.9 ([#1978](https://github.com/aws/aws-sdk-js-v3/issues/1978)) ([8bced5c](https://github.com/aws/aws-sdk-js-v3/commit/8bced5c32b9dbc68f1065054d796cb0b8b87bcc4)) + + + + + +# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) + + +### Features + +* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) + + + + + +# [3.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) + + +### Features + +* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) + + + + + +# [1.0.0-rc.8](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-12-05) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [1.0.0-rc.3](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-10-27) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [1.0.0-rc.2](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-10-22) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [1.0.0-rc.1](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-gamma.11...v1.0.0-rc.1) (2020-10-19) + + +### Features + +* ready for release candidate ([#1578](https://github.com/aws/aws-sdk-js-v3/issues/1578)) ([519f66c](https://github.com/aws/aws-sdk-js-v3/commit/519f66c6388b91d0bd750a511e6d1af56196835e)) + + + + + +# [1.0.0-gamma.7](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@1.0.0-gamma.6...@aws-sdk/util-utf8-browser@1.0.0-gamma.7) (2020-10-07) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [1.0.0-gamma.6](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@1.0.0-gamma.5...@aws-sdk/util-utf8-browser@1.0.0-gamma.6) (2020-08-25) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [1.0.0-gamma.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@1.0.0-gamma.4...@aws-sdk/util-utf8-browser@1.0.0-gamma.5) (2020-08-04) + + +### Features + +* build command ([#1407](https://github.com/aws/aws-sdk-js-v3/issues/1407)) ([81b2e87](https://github.com/aws/aws-sdk-js-v3/commit/81b2e87067642a8cea8649cbdb2c342ca9fb6ac6)) + + + + + +# [1.0.0-gamma.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@1.0.0-gamma.3...@aws-sdk/util-utf8-browser@1.0.0-gamma.4) (2020-07-21) + +**Note:** Version bump only for package @aws-sdk/util-utf8-browser + + + + + +# [1.0.0-gamma.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@1.0.0-gamma.2...@aws-sdk/util-utf8-browser@1.0.0-gamma.3) (2020-07-13) + + +### Features + +* add code linting and prettify ([#1350](https://github.com/aws/aws-sdk-js-v3/issues/1350)) ([47770fa](https://github.com/aws/aws-sdk-js-v3/commit/47770fa493c3405f193069cd18319882529ff484)) + + + + + +# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-gamma.2) (2020-07-08) + + +### Features + +* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) + + + +# 1.0.0-gamma.1 (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-gamma.1) (2020-05-21) + + +### Features + +* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) + + + +# 1.0.0-beta.2 (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-beta.2) (2020-03-28) + + + +# 1.0.0-beta.1 (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-beta.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-beta.1) (2020-03-25) + + +### Features + +* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) + + + +# 1.0.0-alpha.28 (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-alpha.3) (2020-03-20) + + + +# 0.9.0 (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) + + + + + +# [1.0.0-alpha.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-alpha.2) (2020-01-09) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [1.0.0-alpha.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@1.0.0-alpha.1) (2020-01-08) + + + +# 0.3.0 (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@0.1.0-preview.3) (2019-09-09) + + +### Features + +* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed)) + + + +# 0.2.0 (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) + + + + + +# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/util-utf8-browser@0.1.0-preview.1...@aws-sdk/util-utf8-browser@0.1.0-preview.2) (2019-07-12) + + +### Features + +* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c)) +* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab)) diff --git a/node_modules/@aws-sdk/util-utf8-browser/LICENSE b/node_modules/@aws-sdk/util-utf8-browser/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-utf8-browser/README.md b/node_modules/@aws-sdk/util-utf8-browser/README.md new file mode 100644 index 000000000..b0f41a609 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/util-utf8-browser + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-utf8-browser/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-utf8-browser) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-utf8-browser.svg)](https://www.npmjs.com/package/@aws-sdk/util-utf8-browser) diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js b/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js new file mode 100644 index 000000000..e5960876c --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js @@ -0,0 +1,9 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toUtf8 = exports.fromUtf8 = void 0; +const pureJs_1 = require("./pureJs"); +const whatwgEncodingApi_1 = require("./whatwgEncodingApi"); +const fromUtf8 = (input) => typeof TextEncoder === "function" ? (0, whatwgEncodingApi_1.fromUtf8)(input) : (0, pureJs_1.fromUtf8)(input); +exports.fromUtf8 = fromUtf8; +const toUtf8 = (input) => typeof TextDecoder === "function" ? (0, whatwgEncodingApi_1.toUtf8)(input) : (0, pureJs_1.toUtf8)(input); +exports.toUtf8 = toUtf8; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js b/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js new file mode 100644 index 000000000..0361b761d --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js @@ -0,0 +1,47 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toUtf8 = exports.fromUtf8 = void 0; +const fromUtf8 = (input) => { + const bytes = []; + for (let i = 0, len = input.length; i < len; i++) { + const value = input.charCodeAt(i); + if (value < 0x80) { + bytes.push(value); + } + else if (value < 0x800) { + bytes.push((value >> 6) | 0b11000000, (value & 0b111111) | 0b10000000); + } + else if (i + 1 < input.length && (value & 0xfc00) === 0xd800 && (input.charCodeAt(i + 1) & 0xfc00) === 0xdc00) { + const surrogatePair = 0x10000 + ((value & 0b1111111111) << 10) + (input.charCodeAt(++i) & 0b1111111111); + bytes.push((surrogatePair >> 18) | 0b11110000, ((surrogatePair >> 12) & 0b111111) | 0b10000000, ((surrogatePair >> 6) & 0b111111) | 0b10000000, (surrogatePair & 0b111111) | 0b10000000); + } + else { + bytes.push((value >> 12) | 0b11100000, ((value >> 6) & 0b111111) | 0b10000000, (value & 0b111111) | 0b10000000); + } + } + return Uint8Array.from(bytes); +}; +exports.fromUtf8 = fromUtf8; +const toUtf8 = (input) => { + let decoded = ""; + for (let i = 0, len = input.length; i < len; i++) { + const byte = input[i]; + if (byte < 0x80) { + decoded += String.fromCharCode(byte); + } + else if (0b11000000 <= byte && byte < 0b11100000) { + const nextByte = input[++i]; + decoded += String.fromCharCode(((byte & 0b11111) << 6) | (nextByte & 0b111111)); + } + else if (0b11110000 <= byte && byte < 0b101101101) { + const surrogatePair = [byte, input[++i], input[++i], input[++i]]; + const encoded = "%" + surrogatePair.map((byteValue) => byteValue.toString(16)).join("%"); + decoded += decodeURIComponent(encoded); + } + else { + decoded += String.fromCharCode(((byte & 0b1111) << 12) | ((input[++i] & 0b111111) << 6) | (input[++i] & 0b111111)); + } + } + return decoded; +}; +exports.toUtf8 = toUtf8; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js b/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js new file mode 100644 index 000000000..b17f49064 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toUtf8 = exports.fromUtf8 = void 0; +function fromUtf8(input) { + return new TextEncoder().encode(input); +} +exports.fromUtf8 = fromUtf8; +function toUtf8(input) { + return new TextDecoder("utf-8").decode(input); +} +exports.toUtf8 = toUtf8; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js b/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js new file mode 100644 index 000000000..2f8b10563 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js @@ -0,0 +1,4 @@ +import { fromUtf8 as jsFromUtf8, toUtf8 as jsToUtf8 } from "./pureJs"; +import { fromUtf8 as textEncoderFromUtf8, toUtf8 as textEncoderToUtf8 } from "./whatwgEncodingApi"; +export const fromUtf8 = (input) => typeof TextEncoder === "function" ? textEncoderFromUtf8(input) : jsFromUtf8(input); +export const toUtf8 = (input) => typeof TextDecoder === "function" ? textEncoderToUtf8(input) : jsToUtf8(input); diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js b/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js new file mode 100644 index 000000000..c038096b2 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js @@ -0,0 +1,42 @@ +export const fromUtf8 = (input) => { + const bytes = []; + for (let i = 0, len = input.length; i < len; i++) { + const value = input.charCodeAt(i); + if (value < 0x80) { + bytes.push(value); + } + else if (value < 0x800) { + bytes.push((value >> 6) | 0b11000000, (value & 0b111111) | 0b10000000); + } + else if (i + 1 < input.length && (value & 0xfc00) === 0xd800 && (input.charCodeAt(i + 1) & 0xfc00) === 0xdc00) { + const surrogatePair = 0x10000 + ((value & 0b1111111111) << 10) + (input.charCodeAt(++i) & 0b1111111111); + bytes.push((surrogatePair >> 18) | 0b11110000, ((surrogatePair >> 12) & 0b111111) | 0b10000000, ((surrogatePair >> 6) & 0b111111) | 0b10000000, (surrogatePair & 0b111111) | 0b10000000); + } + else { + bytes.push((value >> 12) | 0b11100000, ((value >> 6) & 0b111111) | 0b10000000, (value & 0b111111) | 0b10000000); + } + } + return Uint8Array.from(bytes); +}; +export const toUtf8 = (input) => { + let decoded = ""; + for (let i = 0, len = input.length; i < len; i++) { + const byte = input[i]; + if (byte < 0x80) { + decoded += String.fromCharCode(byte); + } + else if (0b11000000 <= byte && byte < 0b11100000) { + const nextByte = input[++i]; + decoded += String.fromCharCode(((byte & 0b11111) << 6) | (nextByte & 0b111111)); + } + else if (0b11110000 <= byte && byte < 0b101101101) { + const surrogatePair = [byte, input[++i], input[++i], input[++i]]; + const encoded = "%" + surrogatePair.map((byteValue) => byteValue.toString(16)).join("%"); + decoded += decodeURIComponent(encoded); + } + else { + decoded += String.fromCharCode(((byte & 0b1111) << 12) | ((input[++i] & 0b111111) << 6) | (input[++i] & 0b111111)); + } + } + return decoded; +}; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js b/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js new file mode 100644 index 000000000..22f6f567f --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js @@ -0,0 +1,6 @@ +export function fromUtf8(input) { + return new TextEncoder().encode(input); +} +export function toUtf8(input) { + return new TextDecoder("utf-8").decode(input); +} diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts b/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts new file mode 100644 index 000000000..c0cf35750 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export declare const fromUtf8: (input: string) => Uint8Array; +export declare const toUtf8: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts b/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts new file mode 100644 index 000000000..1590f9902 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts @@ -0,0 +1,17 @@ +/** + * Converts a JS string from its native UCS-2/UTF-16 representation into a + * Uint8Array of the bytes used to represent the equivalent characters in UTF-8. + * + * Cribbed from the `goog.crypt.stringToUtf8ByteArray` function in the Google + * Closure library, though updated to use typed arrays. + */ +export declare const fromUtf8: (input: string) => Uint8Array; +/** + * Converts a typed array of bytes containing UTF-8 data into a native JS + * string. + * + * Partly cribbed from the `goog.crypt.utf8ByteArrayToString` function in the + * Google Closure library, though updated to use typed arrays and to better + * handle astral plane code points. + */ +export declare const toUtf8: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..c0cf35750 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export declare const fromUtf8: (input: string) => Uint8Array; +export declare const toUtf8: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts b/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts new file mode 100644 index 000000000..c0cf35750 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts @@ -0,0 +1,2 @@ +export declare const fromUtf8: (input: string) => Uint8Array; +export declare const toUtf8: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts b/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts new file mode 100644 index 000000000..287ec898d --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts @@ -0,0 +1,2 @@ +export declare function fromUtf8(input: string): Uint8Array; +export declare function toUtf8(input: Uint8Array): string; diff --git a/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts b/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts new file mode 100644 index 000000000..287ec898d --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts @@ -0,0 +1,2 @@ +export declare function fromUtf8(input: string): Uint8Array; +export declare function toUtf8(input: Uint8Array): string; diff --git a/node_modules/@aws-sdk/util-utf8-browser/package.json b/node_modules/@aws-sdk/util-utf8-browser/package.json new file mode 100644 index 000000000..7f30e4fbe --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-browser/package.json @@ -0,0 +1,50 @@ +{ + "name": "@aws-sdk/util-utf8-browser", + "version": "3.188.0", + "description": "A browser UTF-8 string <-> UInt8Array converter", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.3.1" + }, + "types": "./dist-types/index.d.ts", + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-utf8-browser", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-utf8-browser" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + } +} diff --git a/node_modules/@aws-sdk/util-utf8-node/LICENSE b/node_modules/@aws-sdk/util-utf8-node/LICENSE new file mode 100644 index 000000000..7b6491ba7 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/LICENSE @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/node_modules/@aws-sdk/util-utf8-node/README.md b/node_modules/@aws-sdk/util-utf8-node/README.md new file mode 100644 index 000000000..afcc94488 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/README.md @@ -0,0 +1,4 @@ +# @aws-sdk/util-utf8-node + +[![NPM version](https://img.shields.io/npm/v/@aws-sdk/util-utf8-node/latest.svg)](https://www.npmjs.com/package/@aws-sdk/util-utf8-node) +[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/util-utf8-node.svg)](https://www.npmjs.com/package/@aws-sdk/util-utf8-node) diff --git a/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js b/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js new file mode 100644 index 000000000..e178e2ef5 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/dist-cjs/index.js @@ -0,0 +1,11 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.toUtf8 = exports.fromUtf8 = void 0; +const util_buffer_from_1 = require("@aws-sdk/util-buffer-from"); +const fromUtf8 = (input) => { + const buf = (0, util_buffer_from_1.fromString)(input, "utf8"); + return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT); +}; +exports.fromUtf8 = fromUtf8; +const toUtf8 = (input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("utf8"); +exports.toUtf8 = toUtf8; diff --git a/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js b/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js new file mode 100644 index 000000000..339512fe7 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/dist-es/index.js @@ -0,0 +1,6 @@ +import { fromArrayBuffer, fromString } from "@aws-sdk/util-buffer-from"; +export const fromUtf8 = (input) => { + const buf = fromString(input, "utf8"); + return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT); +}; +export const toUtf8 = (input) => fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("utf8"); diff --git a/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts b/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts new file mode 100644 index 000000000..c0cf35750 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/dist-types/index.d.ts @@ -0,0 +1,2 @@ +export declare const fromUtf8: (input: string) => Uint8Array; +export declare const toUtf8: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts b/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts new file mode 100644 index 000000000..c0cf35750 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/dist-types/ts3.4/index.d.ts @@ -0,0 +1,2 @@ +export declare const fromUtf8: (input: string) => Uint8Array; +export declare const toUtf8: (input: Uint8Array) => string; diff --git a/node_modules/@aws-sdk/util-utf8-node/package.json b/node_modules/@aws-sdk/util-utf8-node/package.json new file mode 100644 index 000000000..f23147fd6 --- /dev/null +++ b/node_modules/@aws-sdk/util-utf8-node/package.json @@ -0,0 +1,55 @@ +{ + "name": "@aws-sdk/util-utf8-node", + "version": "3.208.0", + "description": "A Node.JS UTF-8 string <-> UInt8Array converter", + "main": "./dist-cjs/index.js", + "module": "./dist-es/index.js", + "scripts": { + "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", + "build:cjs": "tsc -p tsconfig.cjs.json", + "build:es": "tsc -p tsconfig.es.json", + "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build", + "build:types": "tsc -p tsconfig.types.json", + "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", + "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo", + "test": "jest" + }, + "author": { + "name": "AWS SDK for JavaScript Team", + "url": "https://aws.amazon.com/javascript/" + }, + "license": "Apache-2.0", + "dependencies": { + "@aws-sdk/util-buffer-from": "3.208.0", + "tslib": "^2.3.1" + }, + "devDependencies": { + "@tsconfig/recommended": "1.0.1", + "@types/node": "^14.14.31", + "concurrently": "7.0.0", + "downlevel-dts": "0.10.1", + "rimraf": "3.0.2", + "typedoc": "0.19.2", + "typescript": "~4.6.2" + }, + "types": "./dist-types/index.d.ts", + "engines": { + "node": ">=14.0.0" + }, + "typesVersions": { + "<4.0": { + "dist-types/*": [ + "dist-types/ts3.4/*" + ] + } + }, + "files": [ + "dist-*" + ], + "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/util-utf8-node", + "repository": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-js-v3.git", + "directory": "packages/util-utf8-node" + } +} diff --git a/node_modules/@types/node/LICENSE b/node_modules/@types/node/LICENSE new file mode 100644 index 000000000..9e841e7a2 --- /dev/null +++ b/node_modules/@types/node/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + 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/node_modules/@types/node/README.md b/node_modules/@types/node/README.md new file mode 100644 index 000000000..38c7b0c1d --- /dev/null +++ b/node_modules/@types/node/README.md @@ -0,0 +1,16 @@ +# Installation +> `npm install --save @types/node` + +# Summary +This package contains type definitions for Node.js (https://nodejs.org/). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. + +### Additional Details + * Last updated: Mon, 26 Dec 2022 17:32:37 GMT + * Dependencies: none + * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone` + +# Credits +These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky). diff --git a/node_modules/@types/node/assert.d.ts b/node_modules/@types/node/assert.d.ts new file mode 100644 index 000000000..e8595e637 --- /dev/null +++ b/node_modules/@types/node/assert.d.ts @@ -0,0 +1,961 @@ +/** + * The `assert` module provides a set of assertion functions for verifying + * invariants. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/assert.js) + */ +declare module 'assert' { + /** + * An alias of {@link ok}. + * @since v0.5.9 + * @param value The input that is checked for being truthy. + */ + function assert(value: unknown, message?: string | Error): asserts value; + namespace assert { + /** + * Indicates the failure of an assertion. All errors thrown by the `assert` module + * will be instances of the `AssertionError` class. + */ + class AssertionError extends Error { + actual: unknown; + expected: unknown; + operator: string; + generatedMessage: boolean; + code: 'ERR_ASSERTION'; + constructor(options?: { + /** If provided, the error message is set to this value. */ + message?: string | undefined; + /** The `actual` property on the error instance. */ + actual?: unknown | undefined; + /** The `expected` property on the error instance. */ + expected?: unknown | undefined; + /** The `operator` property on the error instance. */ + operator?: string | undefined; + /** If provided, the generated stack trace omits frames before this function. */ + // tslint:disable-next-line:ban-types + stackStartFn?: Function | undefined; + }); + } + /** + * This feature is currently experimental and behavior might still change. + * @since v14.2.0, v12.19.0 + * @experimental + */ + class CallTracker { + /** + * The wrapper function is expected to be called exactly `exact` times. If the + * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an + * error. + * + * ```js + * import assert from 'assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func); + * ``` + * @since v14.2.0, v12.19.0 + * @param [fn='A no-op function'] + * @param [exact=1] + * @return that wraps `fn`. + */ + calls(exact?: number): () => void; + calls any>(fn?: Func, exact?: number): Func; + /** + * Example: + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * callsfunc(1, 2, 3); + * + * assert.deepStrictEqual(tracker.getCalls(callsfunc), + * [{ thisArg: this, arguments: [1, 2, 3 ] }]); + * ``` + * + * @since v18.8.0, v16.18.0 + * @params fn + * @returns An Array with the calls to a tracked function. + */ + getCalls(fn: Function): CallTrackerCall[]; + /** + * The arrays contains information about the expected and actual number of calls of + * the functions that have not been called the expected number of times. + * + * ```js + * import assert from 'assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * function foo() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * // Returns an array containing information on callsfunc() + * tracker.report(); + * // [ + * // { + * // message: 'Expected the func function to be executed 2 time(s) but was + * // executed 0 time(s).', + * // actual: 0, + * // expected: 2, + * // operator: 'func', + * // stack: stack trace + * // } + * // ] + * ``` + * @since v14.2.0, v12.19.0 + * @return of objects containing information about the wrapper functions returned by `calls`. + */ + report(): CallTrackerReportInformation[]; + /** + * Reset calls of the call tracker. + * If a tracked function is passed as an argument, the calls will be reset for it. + * If no arguments are passed, all tracked functions will be reset. + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * + * callsfunc(); + * // Tracker was called once + * tracker.getCalls(callsfunc).length === 1; + * + * tracker.reset(callsfunc); + * tracker.getCalls(callsfunc).length === 0; + * ``` + * + * @since v18.8.0, v16.18.0 + * @param fn a tracked function to reset. + */ + reset(fn?: Function): void; + /** + * Iterates through the list of functions passed to `tracker.calls()` and will throw an error for functions that + * have not been called the expected number of times. + * + * ```js + * import assert from 'assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * callsfunc(); + * + * // Will throw an error since callsfunc() was only called once. + * tracker.verify(); + * ``` + * @since v14.2.0, v12.19.0 + */ + verify(): void; + } + interface CallTrackerCall { + thisArg: object; + arguments: unknown[]; + } + interface CallTrackerReportInformation { + message: string; + /** The actual number of times the function was called. */ + actual: number; + /** The number of times the function was expected to be called. */ + expected: number; + /** The name of the function that is wrapped. */ + operator: string; + /** A stack trace of the function. */ + stack: object; + } + type AssertPredicate = RegExp | (new () => object) | ((thrown: unknown) => boolean) | object | Error; + /** + * Throws an `AssertionError` with the provided error message or a default + * error message. If the `message` parameter is an instance of an `Error` then + * it will be thrown instead of the `AssertionError`. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.fail(); + * // AssertionError [ERR_ASSERTION]: Failed + * + * assert.fail('boom'); + * // AssertionError [ERR_ASSERTION]: boom + * + * assert.fail(new TypeError('need array')); + * // TypeError: need array + * ``` + * + * Using `assert.fail()` with more than two arguments is possible but deprecated. + * See below for further details. + * @since v0.1.21 + * @param [message='Failed'] + */ + function fail(message?: string | Error): never; + /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ + function fail( + actual: unknown, + expected: unknown, + message?: string | Error, + operator?: string, + // tslint:disable-next-line:ban-types + stackStartFn?: Function + ): never; + /** + * Tests if `value` is truthy. It is equivalent to`assert.equal(!!value, true, message)`. + * + * If `value` is not truthy, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is `undefined`, a default + * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. + * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. + * + * Be aware that in the `repl` the error message will be different to the one + * thrown in a file! See below for further details. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.ok(true); + * // OK + * assert.ok(1); + * // OK + * + * assert.ok(); + * // AssertionError: No value argument passed to `assert.ok()` + * + * assert.ok(false, 'it\'s false'); + * // AssertionError: it's false + * + * // In the repl: + * assert.ok(typeof 123 === 'string'); + * // AssertionError: false == true + * + * // In a file (e.g. test.js): + * assert.ok(typeof 123 === 'string'); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(typeof 123 === 'string') + * + * assert.ok(false); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(false) + * + * assert.ok(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(0) + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * // Using `assert()` works the same: + * assert(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert(0) + * ``` + * @since v0.1.21 + */ + function ok(value: unknown, message?: string | Error): asserts value; + /** + * **Strict assertion mode** + * + * An alias of {@link strictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link strictEqual} instead. + * + * Tests shallow, coercive equality between the `actual` and `expected` parameters + * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled + * and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'assert'; + * + * assert.equal(1, 1); + * // OK, 1 == 1 + * assert.equal(1, '1'); + * // OK, 1 == '1' + * assert.equal(NaN, NaN); + * // OK + * + * assert.equal(1, 2); + * // AssertionError: 1 == 2 + * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); + * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } + * ``` + * + * If the values are not equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default + * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. + * @since v0.1.21 + */ + function equal(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. + * + * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is + * specially handled and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'assert'; + * + * assert.notEqual(1, 2); + * // OK + * + * assert.notEqual(1, 1); + * // AssertionError: 1 != 1 + * + * assert.notEqual(1, '1'); + * // AssertionError: 1 != '1' + * ``` + * + * If the values are equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default error + * message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. + * @since v0.1.21 + */ + function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link deepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. + * + * Tests for deep equality between the `actual` and `expected` parameters. Consider + * using {@link deepStrictEqual} instead. {@link deepEqual} can have + * surprising results. + * + * _Deep equality_ means that the enumerable "own" properties of child objects + * are also recursively evaluated by the following rules. + * @since v0.1.21 + */ + function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notDeepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. + * + * Tests for any deep inequality. Opposite of {@link deepEqual}. + * + * ```js + * import assert from 'assert'; + * + * const obj1 = { + * a: { + * b: 1 + * } + * }; + * const obj2 = { + * a: { + * b: 2 + * } + * }; + * const obj3 = { + * a: { + * b: 1 + * } + * }; + * const obj4 = Object.create(obj1); + * + * assert.notDeepEqual(obj1, obj1); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj2); + * // OK + * + * assert.notDeepEqual(obj1, obj3); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj4); + * // OK + * ``` + * + * If the values are deeply equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a default + * error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests strict equality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'assert/strict'; + * + * assert.strictEqual(1, 2); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + * // 1 !== 2 + * + * assert.strictEqual(1, 1); + * // OK + * + * assert.strictEqual('Hello foobar', 'Hello World!'); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + actual - expected + * // + * // + 'Hello foobar' + * // - 'Hello World!' + * // ^ + * + * const apples = 1; + * const oranges = 2; + * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); + * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 + * + * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); + * // TypeError: Inputs are not identical + * ``` + * + * If the values are not strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a + * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function strictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests strict inequality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'assert/strict'; + * + * assert.notStrictEqual(1, 2); + * // OK + * + * assert.notStrictEqual(1, 1); + * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: + * // + * // 1 + * + * assert.notStrictEqual(1, '1'); + * // OK + * ``` + * + * If the values are strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a + * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests for deep equality between the `actual` and `expected` parameters. + * "Deep" equality means that the enumerable "own" properties of child objects + * are recursively evaluated also by the following rules. + * @since v1.2.0 + */ + function deepStrictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); + * // OK + * ``` + * + * If the values are deeply and strictly equal, an `AssertionError` is thrown + * with a `message` property set equal to the value of the `message` parameter. If + * the `message` parameter is undefined, a default error message is assigned. If + * the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v1.2.0 + */ + function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Expects the function `fn` to throw an error. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * a validation object where each property will be tested for strict deep equality, + * or an instance of error where each property will be tested for strict deep + * equality including the non-enumerable `message` and `name` properties. When + * using an object, it is also possible to use a regular expression, when + * validating against a string property. See below for examples. + * + * If specified, `message` will be appended to the message provided by the`AssertionError` if the `fn` call fails to throw or in case the error validation + * fails. + * + * Custom validation object/error instance: + * + * ```js + * import assert from 'assert/strict'; + * + * const err = new TypeError('Wrong value'); + * err.code = 404; + * err.foo = 'bar'; + * err.info = { + * nested: true, + * baz: 'text' + * }; + * err.reg = /abc/i; + * + * assert.throws( + * () => { + * throw err; + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * info: { + * nested: true, + * baz: 'text' + * } + * // Only properties on the validation object will be tested for. + * // Using nested objects requires all properties to be present. Otherwise + * // the validation is going to fail. + * } + * ); + * + * // Using regular expressions to validate error properties: + * throws( + * () => { + * throw err; + * }, + * { + * // The `name` and `message` properties are strings and using regular + * // expressions on those will match against the string. If they fail, an + * // error is thrown. + * name: /^TypeError$/, + * message: /Wrong/, + * foo: 'bar', + * info: { + * nested: true, + * // It is not possible to use regular expressions for nested properties! + * baz: 'text' + * }, + * // The `reg` property contains a regular expression and only if the + * // validation object contains an identical regular expression, it is going + * // to pass. + * reg: /abc/i + * } + * ); + * + * // Fails due to the different `message` and `name` properties: + * throws( + * () => { + * const otherErr = new Error('Not found'); + * // Copy all enumerable properties from `err` to `otherErr`. + * for (const [key, value] of Object.entries(err)) { + * otherErr[key] = value; + * } + * throw otherErr; + * }, + * // The error's `message` and `name` properties will also be checked when using + * // an error as validation object. + * err + * ); + * ``` + * + * Validate instanceof using constructor: + * + * ```js + * import assert from 'assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * Error + * ); + * ``` + * + * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): + * + * Using a regular expression runs `.toString` on the error object, and will + * therefore also include the error name. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * /^Error: Wrong value$/ + * ); + * ``` + * + * Custom error validation: + * + * The function must return `true` to indicate all internal validations passed. + * It will otherwise fail with an `AssertionError`. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * (err) => { + * assert(err instanceof Error); + * assert(/value/.test(err)); + * // Avoid returning anything from validation functions besides `true`. + * // Otherwise, it's not clear what part of the validation failed. Instead, + * // throw an error about the specific validation that failed (as done in this + * // example) and add as much helpful debugging information to that error as + * // possible. + * return true; + * }, + * 'unexpected error' + * ); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Using the same + * message as the thrown error message is going to result in an`ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using + * a string as the second argument gets considered: + * + * ```js + * import assert from 'assert/strict'; + * + * function throwingFirst() { + * throw new Error('First'); + * } + * + * function throwingSecond() { + * throw new Error('Second'); + * } + * + * function notThrowing() {} + * + * // The second argument is a string and the input function threw an Error. + * // The first case will not throw as it does not match for the error message + * // thrown by the input function! + * assert.throws(throwingFirst, 'Second'); + * // In the next example the message has no benefit over the message from the + * // error and since it is not clear if the user intended to actually match + * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. + * assert.throws(throwingSecond, 'Second'); + * // TypeError [ERR_AMBIGUOUS_ARGUMENT] + * + * // The string is only used (as message) in case the function does not throw: + * assert.throws(notThrowing, 'Second'); + * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second + * + * // If it was intended to match for the error message do this instead: + * // It does not throw because the error messages match. + * assert.throws(throwingSecond, /Second$/); + * + * // If the error message does not match, an AssertionError is thrown. + * assert.throws(throwingFirst, /Second$/); + * // AssertionError [ERR_ASSERTION] + * ``` + * + * Due to the confusing error-prone notation, avoid a string as the second + * argument. + * @since v0.1.21 + */ + function throws(block: () => unknown, message?: string | Error): void; + function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Asserts that the function `fn` does not throw an error. + * + * Using `assert.doesNotThrow()` is actually not useful because there + * is no benefit in catching an error and then rethrowing it. Instead, consider + * adding a comment next to the specific code path that should not throw and keep + * error messages as expressive as possible. + * + * When `assert.doesNotThrow()` is called, it will immediately call the `fn`function. + * + * If an error is thrown and it is the same type as that specified by the `error`parameter, then an `AssertionError` is thrown. If the error is of a + * different type, or if the `error` parameter is undefined, the error is + * propagated back to the caller. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation + * function. See {@link throws} for more details. + * + * The following, for instance, will throw the `TypeError` because there is no + * matching error type in the assertion: + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError + * ); + * ``` + * + * However, the following will result in an `AssertionError` with the message + * 'Got unwanted exception...': + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * TypeError + * ); + * ``` + * + * If an `AssertionError` is thrown and a value is provided for the `message`parameter, the value of `message` will be appended to the `AssertionError` message: + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * /Wrong value/, + * 'Whoops' + * ); + * // Throws: AssertionError: Got unwanted exception: Whoops + * ``` + * @since v0.1.21 + */ + function doesNotThrow(block: () => unknown, message?: string | Error): void; + function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Throws `value` if `value` is not `undefined` or `null`. This is useful when + * testing the `error` argument in callbacks. The stack trace contains all frames + * from the error passed to `ifError()` including the potential new frames for`ifError()` itself. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.ifError(null); + * // OK + * assert.ifError(0); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 + * assert.ifError('error'); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' + * assert.ifError(new Error()); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error + * + * // Create some random error frames. + * let err; + * (function errorFrame() { + * err = new Error('test error'); + * })(); + * + * (function ifErrorFrame() { + * assert.ifError(err); + * })(); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error + * // at ifErrorFrame + * // at errorFrame + * ``` + * @since v0.1.97 + */ + function ifError(value: unknown): asserts value is null | undefined; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is rejected. + * + * If `asyncFn` is a function and it throws an error synchronously,`assert.rejects()` will return a rejected `Promise` with that error. If the + * function does not return a promise, `assert.rejects()` will return a rejected`Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases the error + * handler is skipped. + * + * Besides the async nature to await the completion behaves identically to {@link throws}. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * an object where each property will be tested for, or an instance of error where + * each property will be tested for including the non-enumerable `message` and`name` properties. + * + * If specified, `message` will be the message provided by the `AssertionError` if the `asyncFn` fails to reject. + * + * ```js + * import assert from 'assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * { + * name: 'TypeError', + * message: 'Wrong value' + * } + * ); + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * (err) => { + * assert.strictEqual(err.name, 'TypeError'); + * assert.strictEqual(err.message, 'Wrong value'); + * return true; + * } + * ); + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * assert.rejects( + * Promise.reject(new Error('Wrong value')), + * Error + * ).then(() => { + * // ... + * }); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Please read the + * example in {@link throws} carefully if using a string as the second + * argument gets considered. + * @since v10.0.0 + */ + function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; + function rejects(block: (() => Promise) | Promise, error: AssertPredicate, message?: string | Error): Promise; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is not rejected. + * + * If `asyncFn` is a function and it throws an error synchronously,`assert.doesNotReject()` will return a rejected `Promise` with that error. If + * the function does not return a promise, `assert.doesNotReject()` will return a + * rejected `Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases + * the error handler is skipped. + * + * Using `assert.doesNotReject()` is actually not useful because there is little + * benefit in catching a rejection and then rejecting it again. Instead, consider + * adding a comment next to the specific code path that should not reject and keep + * error messages as expressive as possible. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation + * function. See {@link throws} for more details. + * + * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. + * + * ```js + * import assert from 'assert/strict'; + * + * await assert.doesNotReject( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError + * ); + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) + * .then(() => { + * // ... + * }); + * ``` + * @since v10.0.0 + */ + function doesNotReject(block: (() => Promise) | Promise, message?: string | Error): Promise; + function doesNotReject(block: (() => Promise) | Promise, error: AssertPredicate, message?: string | Error): Promise; + /** + * Expects the `string` input to match the regular expression. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.match('I will fail', /pass/); + * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... + * + * assert.match(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.match('I will pass', /pass/); + * // OK + * ``` + * + * If the values do not match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v13.6.0, v12.16.0 + */ + function match(value: string, regExp: RegExp, message?: string | Error): void; + /** + * Expects the `string` input not to match the regular expression. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotMatch('I will fail', /fail/); + * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... + * + * assert.doesNotMatch(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.doesNotMatch('I will pass', /different/); + * // OK + * ``` + * + * If the values do match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v13.6.0, v12.16.0 + */ + function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + const strict: Omit & { + (value: unknown, message?: string | Error): asserts value; + equal: typeof strictEqual; + notEqual: typeof notStrictEqual; + deepEqual: typeof deepStrictEqual; + notDeepEqual: typeof notDeepStrictEqual; + // Mapped types and assertion functions are incompatible? + // TS2775: Assertions require every name in the call target + // to be declared with an explicit type annotation. + ok: typeof ok; + strictEqual: typeof strictEqual; + deepStrictEqual: typeof deepStrictEqual; + ifError: typeof ifError; + strict: typeof strict; + }; + } + export = assert; +} +declare module 'node:assert' { + import assert = require('assert'); + export = assert; +} diff --git a/node_modules/@types/node/assert/strict.d.ts b/node_modules/@types/node/assert/strict.d.ts new file mode 100644 index 000000000..b4319b974 --- /dev/null +++ b/node_modules/@types/node/assert/strict.d.ts @@ -0,0 +1,8 @@ +declare module 'assert/strict' { + import { strict } from 'node:assert'; + export = strict; +} +declare module 'node:assert/strict' { + import { strict } from 'node:assert'; + export = strict; +} diff --git a/node_modules/@types/node/async_hooks.d.ts b/node_modules/@types/node/async_hooks.d.ts new file mode 100644 index 000000000..0bf473965 --- /dev/null +++ b/node_modules/@types/node/async_hooks.d.ts @@ -0,0 +1,501 @@ +/** + * The `async_hooks` module provides an API to track asynchronous resources. It + * can be accessed using: + * + * ```js + * import async_hooks from 'async_hooks'; + * ``` + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/async_hooks.js) + */ +declare module 'async_hooks' { + /** + * ```js + * import { executionAsyncId } from 'async_hooks'; + * + * console.log(executionAsyncId()); // 1 - bootstrap + * fs.open(path, 'r', (err, fd) => { + * console.log(executionAsyncId()); // 6 - open() + * }); + * ``` + * + * The ID returned from `executionAsyncId()` is related to execution timing, not + * causality (which is covered by `triggerAsyncId()`): + * + * ```js + * const server = net.createServer((conn) => { + * // Returns the ID of the server, not of the new connection, because the + * // callback runs in the execution scope of the server's MakeCallback(). + * async_hooks.executionAsyncId(); + * + * }).listen(port, () => { + * // Returns the ID of a TickObject (process.nextTick()) because all + * // callbacks passed to .listen() are wrapped in a nextTick(). + * async_hooks.executionAsyncId(); + * }); + * ``` + * + * Promise contexts may not get precise `executionAsyncIds` by default. + * See the section on `promise execution tracking`. + * @since v8.1.0 + * @return The `asyncId` of the current execution context. Useful to track when something calls. + */ + function executionAsyncId(): number; + /** + * Resource objects returned by `executionAsyncResource()` are most often internal + * Node.js handle objects with undocumented APIs. Using any functions or properties + * on the object is likely to crash your application and should be avoided. + * + * Using `executionAsyncResource()` in the top-level execution context will + * return an empty object as there is no handle or request object to use, + * but having an object representing the top-level can be helpful. + * + * ```js + * import { open } from 'fs'; + * import { executionAsyncId, executionAsyncResource } from 'async_hooks'; + * + * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} + * open(new URL(import.meta.url), 'r', (err, fd) => { + * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap + * }); + * ``` + * + * This can be used to implement continuation local storage without the + * use of a tracking `Map` to store the metadata: + * + * ```js + * import { createServer } from 'http'; + * import { + * executionAsyncId, + * executionAsyncResource, + * createHook + * } from 'async_hooks'; + * const sym = Symbol('state'); // Private symbol to avoid pollution + * + * createHook({ + * init(asyncId, type, triggerAsyncId, resource) { + * const cr = executionAsyncResource(); + * if (cr) { + * resource[sym] = cr[sym]; + * } + * } + * }).enable(); + * + * const server = createServer((req, res) => { + * executionAsyncResource()[sym] = { state: req.url }; + * setTimeout(function() { + * res.end(JSON.stringify(executionAsyncResource()[sym])); + * }, 100); + * }).listen(3000); + * ``` + * @since v13.9.0, v12.17.0 + * @return The resource representing the current execution. Useful to store data within the resource. + */ + function executionAsyncResource(): object; + /** + * ```js + * const server = net.createServer((conn) => { + * // The resource that caused (or triggered) this callback to be called + * // was that of the new connection. Thus the return value of triggerAsyncId() + * // is the asyncId of "conn". + * async_hooks.triggerAsyncId(); + * + * }).listen(port, () => { + * // Even though all callbacks passed to .listen() are wrapped in a nextTick() + * // the callback itself exists because the call to the server's .listen() + * // was made. So the return value would be the ID of the server. + * async_hooks.triggerAsyncId(); + * }); + * ``` + * + * Promise contexts may not get valid `triggerAsyncId`s by default. See + * the section on `promise execution tracking`. + * @return The ID of the resource responsible for calling the callback that is currently being executed. + */ + function triggerAsyncId(): number; + interface HookCallbacks { + /** + * Called when a class is constructed that has the possibility to emit an asynchronous event. + * @param asyncId a unique ID for the async resource + * @param type the type of the async resource + * @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created + * @param resource reference to the resource representing the async operation, needs to be released during destroy + */ + init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; + /** + * When an asynchronous operation is initiated or completes a callback is called to notify the user. + * The before callback is called just before said callback is executed. + * @param asyncId the unique identifier assigned to the resource about to execute the callback. + */ + before?(asyncId: number): void; + /** + * Called immediately after the callback specified in before is completed. + * @param asyncId the unique identifier assigned to the resource which has executed the callback. + */ + after?(asyncId: number): void; + /** + * Called when a promise has resolve() called. This may not be in the same execution id + * as the promise itself. + * @param asyncId the unique id for the promise that was resolve()d. + */ + promiseResolve?(asyncId: number): void; + /** + * Called after the resource corresponding to asyncId is destroyed + * @param asyncId a unique ID for the async resource + */ + destroy?(asyncId: number): void; + } + interface AsyncHook { + /** + * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. + */ + enable(): this; + /** + * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. + */ + disable(): this; + } + /** + * Registers functions to be called for different lifetime events of each async + * operation. + * + * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the + * respective asynchronous event during a resource's lifetime. + * + * All callbacks are optional. For example, if only resource cleanup needs to + * be tracked, then only the `destroy` callback needs to be passed. The + * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. + * + * ```js + * import { createHook } from 'async_hooks'; + * + * const asyncHook = createHook({ + * init(asyncId, type, triggerAsyncId, resource) { }, + * destroy(asyncId) { } + * }); + * ``` + * + * The callbacks will be inherited via the prototype chain: + * + * ```js + * class MyAsyncCallbacks { + * init(asyncId, type, triggerAsyncId, resource) { } + * destroy(asyncId) {} + * } + * + * class MyAddedCallbacks extends MyAsyncCallbacks { + * before(asyncId) { } + * after(asyncId) { } + * } + * + * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); + * ``` + * + * Because promises are asynchronous resources whose lifecycle is tracked + * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. + * @since v8.1.0 + * @param callbacks The `Hook Callbacks` to register + * @return Instance used for disabling and enabling hooks + */ + function createHook(callbacks: HookCallbacks): AsyncHook; + interface AsyncResourceOptions { + /** + * The ID of the execution context that created this async event. + * @default executionAsyncId() + */ + triggerAsyncId?: number | undefined; + /** + * Disables automatic `emitDestroy` when the object is garbage collected. + * This usually does not need to be set (even if `emitDestroy` is called + * manually), unless the resource's `asyncId` is retrieved and the + * sensitive API's `emitDestroy` is called with it. + * @default false + */ + requireManualDestroy?: boolean | undefined; + } + /** + * The class `AsyncResource` is designed to be extended by the embedder's async + * resources. Using this, users can easily trigger the lifetime events of their + * own resources. + * + * The `init` hook will trigger when an `AsyncResource` is instantiated. + * + * The following is an overview of the `AsyncResource` API. + * + * ```js + * import { AsyncResource, executionAsyncId } from 'async_hooks'; + * + * // AsyncResource() is meant to be extended. Instantiating a + * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * // async_hook.executionAsyncId() is used. + * const asyncResource = new AsyncResource( + * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false } + * ); + * + * // Run a function in the execution context of the resource. This will + * // * establish the context of the resource + * // * trigger the AsyncHooks before callbacks + * // * call the provided function `fn` with the supplied arguments + * // * trigger the AsyncHooks after callbacks + * // * restore the original execution context + * asyncResource.runInAsyncScope(fn, thisArg, ...args); + * + * // Call AsyncHooks destroy callbacks. + * asyncResource.emitDestroy(); + * + * // Return the unique ID assigned to the AsyncResource instance. + * asyncResource.asyncId(); + * + * // Return the trigger ID for the AsyncResource instance. + * asyncResource.triggerAsyncId(); + * ``` + */ + class AsyncResource { + /** + * AsyncResource() is meant to be extended. Instantiating a + * new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * async_hook.executionAsyncId() is used. + * @param type The type of async event. + * @param triggerAsyncId The ID of the execution context that created + * this async event (default: `executionAsyncId()`), or an + * AsyncResourceOptions object (since v9.3.0) + */ + constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); + /** + * Binds the given function to the current execution context. + * + * The returned function will have an `asyncResource` property referencing + * the `AsyncResource` to which the function is bound. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current execution context. + * @param type An optional name to associate with the underlying `AsyncResource`. + */ + static bind any, ThisArg>( + fn: Func, + type?: string, + thisArg?: ThisArg + ): Func & { + asyncResource: AsyncResource; + }; + /** + * Binds the given function to execute to this `AsyncResource`'s scope. + * + * The returned function will have an `asyncResource` property referencing + * the `AsyncResource` to which the function is bound. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current `AsyncResource`. + */ + bind any>( + fn: Func + ): Func & { + asyncResource: AsyncResource; + }; + /** + * Call the provided function with the provided arguments in the execution context + * of the async resource. This will establish the context, trigger the AsyncHooks + * before callbacks, call the function, trigger the AsyncHooks after callbacks, and + * then restore the original execution context. + * @since v9.6.0 + * @param fn The function to call in the execution context of this async resource. + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runInAsyncScope(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result; + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + * @return A reference to `asyncResource`. + */ + emitDestroy(): this; + /** + * @return The unique `asyncId` assigned to the resource. + */ + asyncId(): number; + /** + * + * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. + */ + triggerAsyncId(): number; + } + /** + * This class creates stores that stay coherent through asynchronous operations. + * + * While you can create your own implementation on top of the `async_hooks` module,`AsyncLocalStorage` should be preferred as it is a performant and memory safe + * implementation that involves significant optimizations that are non-obvious to + * implement. + * + * The following example uses `AsyncLocalStorage` to build a simple logger + * that assigns IDs to incoming HTTP requests and includes them in messages + * logged within each request. + * + * ```js + * import http from 'http'; + * import { AsyncLocalStorage } from 'async_hooks'; + * + * const asyncLocalStorage = new AsyncLocalStorage(); + * + * function logWithId(msg) { + * const id = asyncLocalStorage.getStore(); + * console.log(`${id !== undefined ? id : '-'}:`, msg); + * } + * + * let idSeq = 0; + * http.createServer((req, res) => { + * asyncLocalStorage.run(idSeq++, () => { + * logWithId('start'); + * // Imagine any chain of async operations here + * setImmediate(() => { + * logWithId('finish'); + * res.end(); + * }); + * }); + * }).listen(8080); + * + * http.get('http://localhost:8080'); + * http.get('http://localhost:8080'); + * // Prints: + * // 0: start + * // 1: start + * // 0: finish + * // 1: finish + * ``` + * + * Each instance of `AsyncLocalStorage` maintains an independent storage context. + * Multiple instances can safely exist simultaneously without risk of interfering + * with each other's data. + * @since v13.10.0, v12.17.0 + */ + class AsyncLocalStorage { + /** + * Disables the instance of `AsyncLocalStorage`. All subsequent calls + * to `asyncLocalStorage.getStore()` will return `undefined` until`asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. + * + * When calling `asyncLocalStorage.disable()`, all current contexts linked to the + * instance will be exited. + * + * Calling `asyncLocalStorage.disable()` is required before the`asyncLocalStorage` can be garbage collected. This does not apply to stores + * provided by the `asyncLocalStorage`, as those objects are garbage collected + * along with the corresponding async resources. + * + * Use this method when the `asyncLocalStorage` is not in use anymore + * in the current process. + * @since v13.10.0, v12.17.0 + * @experimental + */ + disable(): void; + /** + * Returns the current store. + * If called outside of an asynchronous context initialized by + * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it + * returns `undefined`. + * @since v13.10.0, v12.17.0 + */ + getStore(): T | undefined; + /** + * Runs a function synchronously within a context and returns its + * return value. The store is not accessible outside of the callback function. + * The store is accessible to any asynchronous operations created within the + * callback. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `run()` too. + * The stacktrace is not impacted by this call and the context is exited. + * + * Example: + * + * ```js + * const store = { id: 2 }; + * try { + * asyncLocalStorage.run(store, () => { + * asyncLocalStorage.getStore(); // Returns the store object + * setTimeout(() => { + * asyncLocalStorage.getStore(); // Returns the store object + * }, 200); + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns undefined + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + */ + run(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Runs a function synchronously outside of a context and returns its + * return value. The store is not accessible within the callback function or + * the asynchronous operations created within the callback. Any `getStore()`call done within the callback function will always return `undefined`. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `exit()` too. + * The stacktrace is not impacted by this call and the context is re-entered. + * + * Example: + * + * ```js + * // Within a call to run + * try { + * asyncLocalStorage.getStore(); // Returns the store object or value + * asyncLocalStorage.exit(() => { + * asyncLocalStorage.getStore(); // Returns undefined + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns the same object or value + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + * @experimental + */ + exit(callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Transitions into the context for the remainder of the current + * synchronous execution and then persists the store through any following + * asynchronous calls. + * + * Example: + * + * ```js + * const store = { id: 1 }; + * // Replaces previous store with the given store object + * asyncLocalStorage.enterWith(store); + * asyncLocalStorage.getStore(); // Returns the store object + * someAsyncOperation(() => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * ``` + * + * This transition will continue for the _entire_ synchronous execution. + * This means that if, for example, the context is entered within an event + * handler subsequent event handlers will also run within that context unless + * specifically bound to another context with an `AsyncResource`. That is why`run()` should be preferred over `enterWith()` unless there are strong reasons + * to use the latter method. + * + * ```js + * const store = { id: 1 }; + * + * emitter.on('my-event', () => { + * asyncLocalStorage.enterWith(store); + * }); + * emitter.on('my-event', () => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * + * asyncLocalStorage.getStore(); // Returns undefined + * emitter.emit('my-event'); + * asyncLocalStorage.getStore(); // Returns the same object + * ``` + * @since v13.11.0, v12.17.0 + * @experimental + */ + enterWith(store: T): void; + } +} +declare module 'node:async_hooks' { + export * from 'async_hooks'; +} diff --git a/node_modules/@types/node/buffer.d.ts b/node_modules/@types/node/buffer.d.ts new file mode 100644 index 000000000..5ec326d03 --- /dev/null +++ b/node_modules/@types/node/buffer.d.ts @@ -0,0 +1,2258 @@ +/** + * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many + * Node.js APIs support `Buffer`s. + * + * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and + * extends it with methods that cover additional use cases. Node.js APIs accept + * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. + * + * While the `Buffer` class is available within the global scope, it is still + * recommended to explicitly reference it via an import or require statement. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Creates a zero-filled Buffer of length 10. + * const buf1 = Buffer.alloc(10); + * + * // Creates a Buffer of length 10, + * // filled with bytes which all have the value `1`. + * const buf2 = Buffer.alloc(10, 1); + * + * // Creates an uninitialized buffer of length 10. + * // This is faster than calling Buffer.alloc() but the returned + * // Buffer instance might contain old data that needs to be + * // overwritten using fill(), write(), or other functions that fill the Buffer's + * // contents. + * const buf3 = Buffer.allocUnsafe(10); + * + * // Creates a Buffer containing the bytes [1, 2, 3]. + * const buf4 = Buffer.from([1, 2, 3]); + * + * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries + * // are all truncated using `(value & 255)` to fit into the range 0–255. + * const buf5 = Buffer.from([257, 257.5, -255, '1']); + * + * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': + * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) + * // [116, 195, 169, 115, 116] (in decimal notation) + * const buf6 = Buffer.from('tést'); + * + * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. + * const buf7 = Buffer.from('tést', 'latin1'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/buffer.js) + */ +declare module 'buffer' { + import { BinaryLike } from 'node:crypto'; + import { ReadableStream as WebReadableStream } from 'node:stream/web'; + export const INSPECT_MAX_BYTES: number; + export const kMaxLength: number; + export const kStringMaxLength: number; + export const constants: { + MAX_LENGTH: number; + MAX_STRING_LENGTH: number; + }; + export type TranscodeEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'latin1' | 'binary'; + /** + * Re-encodes the given `Buffer` or `Uint8Array` instance from one character + * encoding to another. Returns a new `Buffer` instance. + * + * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if + * conversion from `fromEnc` to `toEnc` is not permitted. + * + * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`,`'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. + * + * The transcoding process will use substitution characters if a given byte + * sequence cannot be adequately represented in the target encoding. For instance: + * + * ```js + * import { Buffer, transcode } from 'buffer'; + * + * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); + * console.log(newBuf.toString('ascii')); + * // Prints: '?' + * ``` + * + * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced + * with `?` in the transcoded `Buffer`. + * @since v7.1.0 + * @param source A `Buffer` or `Uint8Array` instance. + * @param fromEnc The current encoding. + * @param toEnc To target encoding. + */ + export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; + export const SlowBuffer: { + /** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */ + new (size: number): Buffer; + prototype: Buffer; + }; + /** + * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using + * a prior call to `URL.createObjectURL()`. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + export function resolveObjectURL(id: string): Blob | undefined; + export { Buffer }; + /** + * @experimental + */ + export interface BlobOptions { + /** + * @default 'utf8' + */ + encoding?: BufferEncoding | undefined; + /** + * The Blob content-type. The intent is for `type` to convey + * the MIME media type of the data, however no validation of the type format + * is performed. + */ + type?: string | undefined; + } + /** + * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across + * multiple worker threads. + * @since v15.7.0, v14.18.0 + */ + export class Blob { + /** + * The total size of the `Blob` in bytes. + * @since v15.7.0, v14.18.0 + */ + readonly size: number; + /** + * The content-type of the `Blob`. + * @since v15.7.0, v14.18.0 + */ + readonly type: string; + /** + * Creates a new `Blob` object containing a concatenation of the given sources. + * + * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into + * the 'Blob' and can therefore be safely modified after the 'Blob' is created. + * + * String sources are also copied into the `Blob`. + */ + constructor(sources: Array, options?: BlobOptions); + /** + * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of + * the `Blob` data. + * @since v15.7.0, v14.18.0 + */ + arrayBuffer(): Promise; + /** + * Creates and returns a new `Blob` containing a subset of this `Blob` objects + * data. The original `Blob` is not altered. + * @since v15.7.0, v14.18.0 + * @param start The starting index. + * @param end The ending index. + * @param type The content-type for the new `Blob` + */ + slice(start?: number, end?: number, type?: string): Blob; + /** + * Returns a promise that fulfills with the contents of the `Blob` decoded as a + * UTF-8 string. + * @since v15.7.0, v14.18.0 + */ + text(): Promise; + /** + * Returns a new (WHATWG) `ReadableStream` that allows the content of the `Blob` to be read. + * @since v16.7.0 + */ + stream(): WebReadableStream; + } + export import atob = globalThis.atob; + export import btoa = globalThis.btoa; + + import { Blob as NodeBlob } from 'buffer'; + // This conditional type will be the existing global Blob in a browser, or + // the copy below in a Node environment. + type __Blob = typeof globalThis extends { onmessage: any, Blob: infer T } + ? T : NodeBlob; + global { + // Buffer class + type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'base64url' | 'latin1' | 'binary' | 'hex'; + type WithImplicitCoercion = + | T + | { + valueOf(): T; + }; + /** + * Raw data is stored in instances of the Buffer class. + * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. + * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' + */ + interface BufferConstructor { + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new (str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new (size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new (array: Uint8Array): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new (arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new (array: ReadonlyArray): Buffer; + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead. + */ + new (buffer: Buffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal`Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(arrayBuffer: WithImplicitCoercion, byteOffset?: number, length?: number): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param data data to create a new Buffer + */ + from(data: Uint8Array | ReadonlyArray): Buffer; + from(data: WithImplicitCoercion | string>): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + */ + from( + str: + | WithImplicitCoercion + | { + [Symbol.toPrimitive](hint: 'string'): string; + }, + encoding?: BufferEncoding + ): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns `true` if `obj` is a `Buffer`, `false` otherwise. + * + * ```js + * import { Buffer } from 'buffer'; + * + * Buffer.isBuffer(Buffer.alloc(10)); // true + * Buffer.isBuffer(Buffer.from('foo')); // true + * Buffer.isBuffer('a string'); // false + * Buffer.isBuffer([]); // false + * Buffer.isBuffer(new Uint8Array(1024)); // false + * ``` + * @since v0.1.101 + */ + isBuffer(obj: any): obj is Buffer; + /** + * Returns `true` if `encoding` is the name of a supported character encoding, + * or `false` otherwise. + * + * ```js + * import { Buffer } from 'buffer'; + * + * console.log(Buffer.isEncoding('utf8')); + * // Prints: true + * + * console.log(Buffer.isEncoding('hex')); + * // Prints: true + * + * console.log(Buffer.isEncoding('utf/8')); + * // Prints: false + * + * console.log(Buffer.isEncoding('')); + * // Prints: false + * ``` + * @since v0.9.1 + * @param encoding A character encoding name to check. + */ + isEncoding(encoding: string): encoding is BufferEncoding; + /** + * Returns the byte length of a string when encoded using `encoding`. + * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account + * for the encoding that is used to convert the string into bytes. + * + * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. + * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the + * return value might be greater than the length of a `Buffer` created from the + * string. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const str = '\u00bd + \u00bc = \u00be'; + * + * console.log(`${str}: ${str.length} characters, ` + + * `${Buffer.byteLength(str, 'utf8')} bytes`); + * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes + * ``` + * + * When `string` is a + * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- + * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- + * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. + * @since v0.1.90 + * @param string A value to calculate the length of. + * @param [encoding='utf8'] If `string` is a string, this is its encoding. + * @return The number of bytes contained within `string`. + */ + byteLength(string: string | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer, encoding?: BufferEncoding): number; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer`instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length`Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: ReadonlyArray, totalLength?: number): Buffer; + /** + * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of`Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('1234'); + * const buf2 = Buffer.from('0123'); + * const arr = [buf1, buf2]; + * + * console.log(arr.sort(Buffer.compare)); + * // Prints: [ , ] + * // (This result is equal to: [buf2, buf1].) + * ``` + * @since v0.11.13 + * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. + */ + compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new`Buffer` instances created using `Buffer.allocUnsafe()`,`Buffer.from(array)`, `Buffer.concat()`, and the + * deprecated`new Buffer(size)` constructor only when `size` is less than or equal + * to `Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. A zero-length `Buffer` is created + * if `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + /** + * This is the size (in bytes) of pre-allocated internal `Buffer` instances used + * for pooling. This value may be modified. + * @since v0.11.3 + */ + poolSize: number; + } + interface Buffer extends Uint8Array { + /** + * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did + * not contain enough space to fit the entire string, only part of `string` will be + * written. However, partially encoded characters will not be written. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(256); + * + * const len = buf.write('\u00bd + \u00bc = \u00be', 0); + * + * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); + * // Prints: 12 bytes: ½ + ¼ = ¾ + * + * const buffer = Buffer.alloc(10); + * + * const length = buffer.write('abcd', 8); + * + * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); + * // Prints: 2 bytes : ab + * ``` + * @since v0.1.90 + * @param string String to write to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write `string`. + * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). + * @param [encoding='utf8'] The character encoding of `string`. + * @return Number of bytes written. + */ + write(string: string, encoding?: BufferEncoding): number; + write(string: string, offset: number, encoding?: BufferEncoding): number; + write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; + /** + * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. + * + * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, + * then each invalid byte is replaced with the replacement character `U+FFFD`. + * + * The maximum length of a string instance (in UTF-16 code units) is available + * as {@link constants.MAX_STRING_LENGTH}. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * console.log(buf1.toString('utf8')); + * // Prints: abcdefghijklmnopqrstuvwxyz + * console.log(buf1.toString('utf8', 0, 5)); + * // Prints: abcde + * + * const buf2 = Buffer.from('tést'); + * + * console.log(buf2.toString('hex')); + * // Prints: 74c3a97374 + * console.log(buf2.toString('utf8', 0, 3)); + * // Prints: té + * console.log(buf2.toString(undefined, 0, 3)); + * // Prints: té + * ``` + * @since v0.1.90 + * @param [encoding='utf8'] The character encoding to use. + * @param [start=0] The byte offset to start decoding at. + * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). + */ + toString(encoding?: BufferEncoding, start?: number, end?: number): string; + /** + * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls + * this function when stringifying a `Buffer` instance. + * + * `Buffer.from()` accepts objects in the format returned from this method. + * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); + * const json = JSON.stringify(buf); + * + * console.log(json); + * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} + * + * const copy = JSON.parse(json, (key, value) => { + * return value && value.type === 'Buffer' ? + * Buffer.from(value) : + * value; + * }); + * + * console.log(copy); + * // Prints: + * ``` + * @since v0.9.2 + */ + toJSON(): { + type: 'Buffer'; + data: number[]; + }; + /** + * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('414243', 'hex'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.equals(buf2)); + * // Prints: true + * console.log(buf1.equals(buf3)); + * // Prints: false + * ``` + * @since v0.11.13 + * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. + */ + equals(otherBuffer: Uint8Array): boolean; + /** + * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. + * Comparison is based on the actual sequence of bytes in each `Buffer`. + * + * * `0` is returned if `target` is the same as `buf` + * * `1` is returned if `target` should come _before_`buf` when sorted. + * * `-1` is returned if `target` should come _after_`buf` when sorted. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('BCD'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.compare(buf1)); + * // Prints: 0 + * console.log(buf1.compare(buf2)); + * // Prints: -1 + * console.log(buf1.compare(buf3)); + * // Prints: -1 + * console.log(buf2.compare(buf1)); + * // Prints: 1 + * console.log(buf2.compare(buf3)); + * // Prints: 1 + * console.log([buf1, buf2, buf3].sort(Buffer.compare)); + * // Prints: [ , , ] + * // (This result is equal to: [buf1, buf3, buf2].) + * ``` + * + * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd`arguments can be used to limit the comparison to specific ranges within `target`and `buf` respectively. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); + * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); + * + * console.log(buf1.compare(buf2, 5, 9, 0, 4)); + * // Prints: 0 + * console.log(buf1.compare(buf2, 0, 6, 4)); + * // Prints: -1 + * console.log(buf1.compare(buf2, 5, 6, 5)); + * // Prints: 1 + * ``` + * + * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`,`targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. + * @since v0.11.13 + * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. + * @param [targetStart=0] The offset within `target` at which to begin comparison. + * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). + * @param [sourceStart=0] The offset within `buf` at which to begin comparison. + * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). + */ + compare(target: Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): -1 | 0 | 1; + /** + * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. + * + * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available + * for all TypedArrays, including Node.js `Buffer`s, although it takes + * different function arguments. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create two `Buffer` instances. + * const buf1 = Buffer.allocUnsafe(26); + * const buf2 = Buffer.allocUnsafe(26).fill('!'); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. + * buf1.copy(buf2, 8, 16, 20); + * // This is equivalent to: + * // buf2.set(buf1.subarray(16, 20), 8); + * + * console.log(buf2.toString('ascii', 0, 25)); + * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! + * ``` + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create a `Buffer` and copy data from one region to an overlapping region + * // within the same `Buffer`. + * + * const buf = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf[i] = i + 97; + * } + * + * buf.copy(buf, 0, 4, 10); + * + * console.log(buf.toString()); + * // Prints: efghijghijklmnopqrstuvwxyz + * ``` + * @since v0.1.90 + * @param target A `Buffer` or {@link Uint8Array} to copy into. + * @param [targetStart=0] The offset within `target` at which to begin writing. + * @param [sourceStart=0] The offset within `buf` from which to begin copying. + * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). + * @return The number of bytes copied. + */ + copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64BE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64LE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64LE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * This function is also available under the `writeBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64BE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * + * This function is also available under the `writeBigUint64LE` alias. + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64LE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64LE(value: bigint, offset?: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintLE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntLE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntLE + * @since v14.9.0, v12.19.0 + */ + writeUintLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintBE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntBE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntBE + * @since v14.9.0, v12.19.0 + */ + writeUintBE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than a signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a + * signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntBE(value: number, offset: number, byteLength: number): number; + /** + * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64BE(0)); + * // Prints: 4294967295n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64BE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + readBigUint64BE(offset?: number): bigint; + /** + * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64LE(0)); + * // Prints: 18446744069414584320n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64LE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + readBigUint64LE(offset?: number): bigint; + /** + * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64LE(offset?: number): bigint; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned, little-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintLE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntLE(0, 6).toString(16)); + * // Prints: ab9078563412 + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntLE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntLE + * @since v14.9.0, v12.19.0 + */ + readUintLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned big-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintBE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readUIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntBE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntBE + * @since v14.9.0, v12.19.0 + */ + readUintBE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a little-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntLE(0, 6).toString(16)); + * // Prints: -546f87a9cbee + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a big-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * console.log(buf.readIntBE(1, 0).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntBE(offset: number, byteLength: number): number; + /** + * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint8` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, -2]); + * + * console.log(buf.readUInt8(0)); + * // Prints: 1 + * console.log(buf.readUInt8(1)); + * // Prints: 254 + * console.log(buf.readUInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readUInt8(offset?: number): number; + /** + * @alias Buffer.readUInt8 + * @since v14.9.0, v12.19.0 + */ + readUint8(offset?: number): number; + /** + * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16LE(0).toString(16)); + * // Prints: 3412 + * console.log(buf.readUInt16LE(1).toString(16)); + * // Prints: 5634 + * console.log(buf.readUInt16LE(2).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16LE(offset?: number): number; + /** + * @alias Buffer.readUInt16LE + * @since v14.9.0, v12.19.0 + */ + readUint16LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16BE(0).toString(16)); + * // Prints: 1234 + * console.log(buf.readUInt16BE(1).toString(16)); + * // Prints: 3456 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16BE(offset?: number): number; + /** + * @alias Buffer.readUInt16BE + * @since v14.9.0, v12.19.0 + */ + readUint16BE(offset?: number): number; + /** + * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32LE(0).toString(16)); + * // Prints: 78563412 + * console.log(buf.readUInt32LE(1).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32LE(offset?: number): number; + /** + * @alias Buffer.readUInt32LE + * @since v14.9.0, v12.19.0 + */ + readUint32LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32BE(0).toString(16)); + * // Prints: 12345678 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32BE(offset?: number): number; + /** + * @alias Buffer.readUInt32BE + * @since v14.9.0, v12.19.0 + */ + readUint32BE(offset?: number): number; + /** + * Reads a signed 8-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([-1, 5]); + * + * console.log(buf.readInt8(0)); + * // Prints: -1 + * console.log(buf.readInt8(1)); + * // Prints: 5 + * console.log(buf.readInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readInt8(offset?: number): number; + /** + * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16LE(0)); + * // Prints: 1280 + * console.log(buf.readInt16LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16LE(offset?: number): number; + /** + * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16BE(offset?: number): number; + /** + * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32LE(0)); + * // Prints: 83886080 + * console.log(buf.readInt32LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32LE(offset?: number): number; + /** + * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32BE(offset?: number): number; + /** + * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatLE(0)); + * // Prints: 1.539989614439558e-36 + * console.log(buf.readFloatLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatLE(offset?: number): number; + /** + * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatBE(0)); + * // Prints: 2.387939260590663e-38 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatBE(offset?: number): number; + /** + * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleLE(0)); + * // Prints: 5.447603722011605e-270 + * console.log(buf.readDoubleLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleLE(offset?: number): number; + /** + * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleBE(0)); + * // Prints: 8.20788039913184e-304 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleBE(offset?: number): number; + reverse(): this; + /** + * Interprets `buf` as an array of unsigned 16-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap16(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap16(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * + * One convenient use of `buf.swap16()` is to perform a fast in-place conversion + * between UTF-16 little-endian and UTF-16 big-endian: + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); + * buf.swap16(); // Convert to big-endian UTF-16 text. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap16(): Buffer; + /** + * Interprets `buf` as an array of unsigned 32-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap32(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap32(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap32(): Buffer; + /** + * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. + * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap64(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap64(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v6.3.0 + * @return A reference to `buf`. + */ + swap64(): Buffer; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a + * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything + * other than an unsigned 8-bit integer. + * + * This function is also available under the `writeUint8` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt8(0x3, 0); + * buf.writeUInt8(0x4, 1); + * buf.writeUInt8(0x23, 2); + * buf.writeUInt8(0x42, 3); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeUInt8(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt8 + * @since v14.9.0, v12.19.0 + */ + writeUint8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 16-bit integer. + * + * This function is also available under the `writeUint16LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16LE(0xdead, 0); + * buf.writeUInt16LE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16LE + * @since v14.9.0, v12.19.0 + */ + writeUint16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 16-bit integer. + * + * This function is also available under the `writeUint16BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16BE(0xdead, 0); + * buf.writeUInt16BE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16BE + * @since v14.9.0, v12.19.0 + */ + writeUint16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 32-bit integer. + * + * This function is also available under the `writeUint32LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32LE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32LE + * @since v14.9.0, v12.19.0 + */ + writeUint32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 32-bit integer. + * + * This function is also available under the `writeUint32BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32BE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32BE + * @since v14.9.0, v12.19.0 + */ + writeUint32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a valid + * signed 8-bit integer. Behavior is undefined when `value` is anything other than + * a signed 8-bit integer. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt8(2, 0); + * buf.writeInt8(-2, 1); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeInt8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16LE(0x0304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16BE(0x0102, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32LE(0x05060708, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32BE(0x01020304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatLE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatBE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatBE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleLE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleBE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleBE(value: number, offset?: number): number; + /** + * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, + * the entire `buf` will be filled: + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Fill a `Buffer` with the ASCII character 'h'. + * + * const b = Buffer.allocUnsafe(50).fill('h'); + * + * console.log(b.toString()); + * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh + * ``` + * + * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or + * integer. If the resulting integer is greater than `255` (decimal), `buf` will be + * filled with `value & 255`. + * + * If the final write of a `fill()` operation falls on a multi-byte character, + * then only the bytes of that character that fit into `buf` are written: + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Fill a `Buffer` with character that takes up two bytes in UTF-8. + * + * console.log(Buffer.allocUnsafe(5).fill('\u0222')); + * // Prints: + * ``` + * + * If `value` contains invalid characters, it is truncated; if no valid + * fill data remains, an exception is thrown: + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(5); + * + * console.log(buf.fill('a')); + * // Prints: + * console.log(buf.fill('aazz', 'hex')); + * // Prints: + * console.log(buf.fill('zz', 'hex')); + * // Throws an exception. + * ``` + * @since v0.5.0 + * @param value The value with which to fill `buf`. + * @param [offset=0] Number of bytes to skip before starting to fill `buf`. + * @param [end=buf.length] Where to stop filling `buf` (not inclusive). + * @param [encoding='utf8'] The encoding for `value` if `value` is a string. + * @return A reference to `buf`. + */ + fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; + /** + * If `value` is: + * + * * a string, `value` is interpreted according to the character encoding in`encoding`. + * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. + * To compare a partial `Buffer`, use `buf.subarray`. + * * a number, `value` will be interpreted as an unsigned 8-bit integer + * value between `0` and `255`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.indexOf('this')); + * // Prints: 0 + * console.log(buf.indexOf('is')); + * // Prints: 2 + * console.log(buf.indexOf(Buffer.from('a buffer'))); + * // Prints: 8 + * console.log(buf.indexOf(97)); + * // Prints: 8 (97 is the decimal ASCII value for 'a') + * console.log(buf.indexOf(Buffer.from('a buffer example'))); + * // Prints: -1 + * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: 8 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); + * // Prints: 4 + * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); + * // Prints: 6 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. If the result + * of coercion is `NaN` or `0`, then the entire buffer will be searched. This + * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). + * + * ```js + * import { Buffer } from 'buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.indexOf(99.9)); + * console.log(b.indexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN or 0. + * // Prints: 1, searching the whole buffer. + * console.log(b.indexOf('b', undefined)); + * console.log(b.indexOf('b', {})); + * console.log(b.indexOf('b', null)); + * console.log(b.indexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer` and `byteOffset` is less + * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. + * @since v1.5.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + /** + * Identical to `buf.indexOf()`, except the last occurrence of `value` is found + * rather than the first occurrence. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('this buffer is a buffer'); + * + * console.log(buf.lastIndexOf('this')); + * // Prints: 0 + * console.log(buf.lastIndexOf('buffer')); + * // Prints: 17 + * console.log(buf.lastIndexOf(Buffer.from('buffer'))); + * // Prints: 17 + * console.log(buf.lastIndexOf(97)); + * // Prints: 15 (97 is the decimal ASCII value for 'a') + * console.log(buf.lastIndexOf(Buffer.from('yolo'))); + * // Prints: -1 + * console.log(buf.lastIndexOf('buffer', 5)); + * // Prints: 5 + * console.log(buf.lastIndexOf('buffer', 4)); + * // Prints: -1 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); + * // Prints: 6 + * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); + * // Prints: 4 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. Any arguments + * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. + * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). + * + * ```js + * import { Buffer } from 'buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.lastIndexOf(99.9)); + * console.log(b.lastIndexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN. + * // Prints: 1, searching the whole buffer. + * console.log(b.lastIndexOf('b', undefined)); + * console.log(b.lastIndexOf('b', {})); + * + * // Passing a byteOffset that coerces to 0. + * // Prints: -1, equivalent to passing 0. + * console.log(b.lastIndexOf('b', null)); + * console.log(b.lastIndexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. + * @since v6.0.0 + * @param value What to search for. + * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + /** + * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `[index, byte]` pairs from the contents + * of `buf`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Log the entire contents of a `Buffer`. + * + * const buf = Buffer.from('buffer'); + * + * for (const pair of buf.entries()) { + * console.log(pair); + * } + * // Prints: + * // [0, 98] + * // [1, 117] + * // [2, 102] + * // [3, 102] + * // [4, 101] + * // [5, 114] + * ``` + * @since v1.1.0 + */ + entries(): IterableIterator<[number, number]>; + /** + * Equivalent to `buf.indexOf() !== -1`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.includes('this')); + * // Prints: true + * console.log(buf.includes('is')); + * // Prints: true + * console.log(buf.includes(Buffer.from('a buffer'))); + * // Prints: true + * console.log(buf.includes(97)); + * // Prints: true (97 is the decimal ASCII value for 'a') + * console.log(buf.includes(Buffer.from('a buffer example'))); + * // Prints: false + * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: true + * console.log(buf.includes('this', 4)); + * // Prints: false + * ``` + * @since v5.3.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is its encoding. + * @return `true` if `value` was found in `buf`, `false` otherwise. + */ + includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; + /** + * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `buf` keys (indices). + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * for (const key of buf.keys()) { + * console.log(key); + * } + * // Prints: + * // 0 + * // 1 + * // 2 + * // 3 + * // 4 + * // 5 + * ``` + * @since v1.1.0 + */ + keys(): IterableIterator; + /** + * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) for `buf` values (bytes). This function is + * called automatically when a `Buffer` is used in a `for..of` statement. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * for (const value of buf.values()) { + * console.log(value); + * } + * // Prints: + * // 98 + * // 117 + * // 102 + * // 102 + * // 101 + * // 114 + * + * for (const value of buf) { + * console.log(value); + * } + * // Prints: + * // 98 + * // 117 + * // 102 + * // 102 + * // 101 + * // 114 + * ``` + * @since v1.1.0 + */ + values(): IterableIterator; + } + var Buffer: BufferConstructor; + /** + * Decodes a string of Base64-encoded data into bytes, and encodes those bytes + * into a string using Latin-1 (ISO-8859-1). + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @deprecated Use `Buffer.from(data, 'base64')` instead. + * @param data The Base64-encoded input string. + */ + function atob(data: string): string; + /** + * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes + * into a string using Base64. + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @deprecated Use `buf.toString('base64')` instead. + * @param data An ASCII (Latin1) string. + */ + function btoa(data: string): string; + + interface Blob extends __Blob {} + /** + * `Blob` class is a global reference for `require('node:buffer').Blob` + * https://nodejs.org/api/buffer.html#class-blob + * @since v18.0.0 + */ + var Blob: typeof globalThis extends { + onmessage: any; + Blob: infer T; + } + ? T + : typeof NodeBlob; + } +} +declare module 'node:buffer' { + export * from 'buffer'; +} diff --git a/node_modules/@types/node/child_process.d.ts b/node_modules/@types/node/child_process.d.ts new file mode 100644 index 000000000..c537d6d62 --- /dev/null +++ b/node_modules/@types/node/child_process.d.ts @@ -0,0 +1,1369 @@ +/** + * The `child_process` module provides the ability to spawn subprocesses in + * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability + * is primarily provided by the {@link spawn} function: + * + * ```js + * const { spawn } = require('child_process'); + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * By default, pipes for `stdin`, `stdout`, and `stderr` are established between + * the parent Node.js process and the spawned subprocess. These pipes have + * limited (and platform-specific) capacity. If the subprocess writes to + * stdout in excess of that limit without the output being captured, the + * subprocess blocks waiting for the pipe buffer to accept more data. This is + * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }`option if the output will not be consumed. + * + * The command lookup is performed using the `options.env.PATH` environment + * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is + * used. If `options.env` is set without `PATH`, lookup on Unix is performed + * on a default search path search of `/usr/bin:/bin` (see your operating system's + * manual for execvpe/execvp), on Windows the current processes environment + * variable `PATH` is used. + * + * On Windows, environment variables are case-insensitive. Node.js + * lexicographically sorts the `env` keys and uses the first one that + * case-insensitively matches. Only first (in lexicographic order) entry will be + * passed to the subprocess. This might lead to issues on Windows when passing + * objects to the `env` option that have multiple variants of the same key, such as`PATH` and `Path`. + * + * The {@link spawn} method spawns the child process asynchronously, + * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks + * the event loop until the spawned process either exits or is terminated. + * + * For convenience, the `child_process` module provides a handful of synchronous + * and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on + * top of {@link spawn} or {@link spawnSync}. + * + * * {@link exec}: spawns a shell and runs a command within that + * shell, passing the `stdout` and `stderr` to a callback function when + * complete. + * * {@link execFile}: similar to {@link exec} except + * that it spawns the command directly without first spawning a shell by + * default. + * * {@link fork}: spawns a new Node.js process and invokes a + * specified module with an IPC communication channel established that allows + * sending messages between parent and child. + * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. + * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. + * + * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, + * the synchronous methods can have significant impact on performance due to + * stalling the event loop while spawned processes complete. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/child_process.js) + */ +declare module 'child_process' { + import { ObjectEncodingOptions } from 'node:fs'; + import { EventEmitter, Abortable } from 'node:events'; + import * as net from 'node:net'; + import { Writable, Readable, Stream, Pipe } from 'node:stream'; + import { URL } from 'node:url'; + type Serializable = string | object | number | boolean | bigint; + type SendHandle = net.Socket | net.Server; + /** + * Instances of the `ChildProcess` represent spawned child processes. + * + * Instances of `ChildProcess` are not intended to be created directly. Rather, + * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create + * instances of `ChildProcess`. + * @since v2.2.0 + */ + class ChildProcess extends EventEmitter { + /** + * A `Writable Stream` that represents the child process's `stdin`. + * + * If a child process waits to read all of its input, the child will not continue + * until this stream has been closed via `end()`. + * + * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will + * refer to the same value. + * + * The `subprocess.stdin` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.1.90 + */ + stdin: Writable | null; + /** + * A `Readable Stream` that represents the child process's `stdout`. + * + * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will + * refer to the same value. + * + * ```js + * const { spawn } = require('child_process'); + * + * const subprocess = spawn('ls'); + * + * subprocess.stdout.on('data', (data) => { + * console.log(`Received chunk ${data}`); + * }); + * ``` + * + * The `subprocess.stdout` property can be `null` if the child process could + * not be successfully spawned. + * @since v0.1.90 + */ + stdout: Readable | null; + /** + * A `Readable Stream` that represents the child process's `stderr`. + * + * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will + * refer to the same value. + * + * The `subprocess.stderr` property can be `null` if the child process could + * not be successfully spawned. + * @since v0.1.90 + */ + stderr: Readable | null; + /** + * The `subprocess.channel` property is a reference to the child's IPC channel. If + * no IPC channel currently exists, this property is `undefined`. + * @since v7.1.0 + */ + readonly channel?: Pipe | null | undefined; + /** + * A sparse array of pipes to the child process, corresponding with positions in + * the `stdio` option passed to {@link spawn} that have been set + * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and`subprocess.stdio[2]` are also available as `subprocess.stdin`,`subprocess.stdout`, and `subprocess.stderr`, + * respectively. + * + * In the following example, only the child's fd `1` (stdout) is configured as a + * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values + * in the array are `null`. + * + * ```js + * const assert = require('assert'); + * const fs = require('fs'); + * const child_process = require('child_process'); + * + * const subprocess = child_process.spawn('ls', { + * stdio: [ + * 0, // Use parent's stdin for child. + * 'pipe', // Pipe child's stdout to parent. + * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. + * ] + * }); + * + * assert.strictEqual(subprocess.stdio[0], null); + * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); + * + * assert(subprocess.stdout); + * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); + * + * assert.strictEqual(subprocess.stdio[2], null); + * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); + * ``` + * + * The `subprocess.stdio` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.7.10 + */ + readonly stdio: [ + Writable | null, + // stdin + Readable | null, + // stdout + Readable | null, + // stderr + Readable | Writable | null | undefined, + // extra + Readable | Writable | null | undefined // extra + ]; + /** + * The `subprocess.killed` property indicates whether the child process + * successfully received a signal from `subprocess.kill()`. The `killed` property + * does not indicate that the child process has been terminated. + * @since v0.5.10 + */ + readonly killed: boolean; + /** + * Returns the process identifier (PID) of the child process. If the child process + * fails to spawn due to errors, then the value is `undefined` and `error` is + * emitted. + * + * ```js + * const { spawn } = require('child_process'); + * const grep = spawn('grep', ['ssh']); + * + * console.log(`Spawned child pid: ${grep.pid}`); + * grep.stdin.end(); + * ``` + * @since v0.1.90 + */ + readonly pid?: number | undefined; + /** + * The `subprocess.connected` property indicates whether it is still possible to + * send and receive messages from a child process. When `subprocess.connected` is`false`, it is no longer possible to send or receive messages. + * @since v0.7.2 + */ + readonly connected: boolean; + /** + * The `subprocess.exitCode` property indicates the exit code of the child process. + * If the child process is still running, the field will be `null`. + */ + readonly exitCode: number | null; + /** + * The `subprocess.signalCode` property indicates the signal received by + * the child process if any, else `null`. + */ + readonly signalCode: NodeJS.Signals | null; + /** + * The `subprocess.spawnargs` property represents the full list of command-line + * arguments the child process was launched with. + */ + readonly spawnargs: string[]; + /** + * The `subprocess.spawnfile` property indicates the executable file name of + * the child process that is launched. + * + * For {@link fork}, its value will be equal to `process.execPath`. + * For {@link spawn}, its value will be the name of + * the executable file. + * For {@link exec}, its value will be the name of the shell + * in which the child process is launched. + */ + readonly spawnfile: string; + /** + * The `subprocess.kill()` method sends a signal to the child process. If no + * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function + * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. + * + * ```js + * const { spawn } = require('child_process'); + * const grep = spawn('grep', ['ssh']); + * + * grep.on('close', (code, signal) => { + * console.log( + * `child process terminated due to receipt of signal ${signal}`); + * }); + * + * // Send SIGHUP to process. + * grep.kill('SIGHUP'); + * ``` + * + * The `ChildProcess` object may emit an `'error'` event if the signal + * cannot be delivered. Sending a signal to a child process that has already exited + * is not an error but may have unforeseen consequences. Specifically, if the + * process identifier (PID) has been reassigned to another process, the signal will + * be delivered to that process instead which can have unexpected results. + * + * While the function is called `kill`, the signal delivered to the child process + * may not actually terminate the process. + * + * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. + * + * On Windows, where POSIX signals do not exist, the `signal` argument will be + * ignored, and the process will be killed forcefully and abruptly (similar to`'SIGKILL'`). + * See `Signal Events` for more details. + * + * On Linux, child processes of child processes will not be terminated + * when attempting to kill their parent. This is likely to happen when running a + * new process in a shell or with the use of the `shell` option of `ChildProcess`: + * + * ```js + * 'use strict'; + * const { spawn } = require('child_process'); + * + * const subprocess = spawn( + * 'sh', + * [ + * '-c', + * `node -e "setInterval(() => { + * console.log(process.pid, 'is alive') + * }, 500);"`, + * ], { + * stdio: ['inherit', 'inherit', 'inherit'] + * } + * ); + * + * setTimeout(() => { + * subprocess.kill(); // Does not terminate the Node.js process in the shell. + * }, 2000); + * ``` + * @since v0.1.90 + */ + kill(signal?: NodeJS.Signals | number): boolean; + /** + * When an IPC channel has been established between the parent and child ( + * i.e. when using {@link fork}), the `subprocess.send()` method can + * be used to send messages to the child process. When the child process is a + * Node.js instance, these messages can be received via the `'message'` event. + * + * The message goes through serialization and parsing. The resulting + * message might not be the same as what is originally sent. + * + * For example, in the parent script: + * + * ```js + * const cp = require('child_process'); + * const n = cp.fork(`${__dirname}/sub.js`); + * + * n.on('message', (m) => { + * console.log('PARENT got message:', m); + * }); + * + * // Causes the child to print: CHILD got message: { hello: 'world' } + * n.send({ hello: 'world' }); + * ``` + * + * And then the child script, `'sub.js'` might look like this: + * + * ```js + * process.on('message', (m) => { + * console.log('CHILD got message:', m); + * }); + * + * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } + * process.send({ foo: 'bar', baz: NaN }); + * ``` + * + * Child Node.js processes will have a `process.send()` method of their own + * that allows the child to send messages back to the parent. + * + * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages + * containing a `NODE_` prefix in the `cmd` property are reserved for use within + * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the`'internalMessage'` event and are consumed internally by Node.js. + * Applications should avoid using such messages or listening for`'internalMessage'` events as it is subject to change without notice. + * + * The optional `sendHandle` argument that may be passed to `subprocess.send()` is + * for passing a TCP server or socket object to the child process. The child will + * receive the object as the second argument passed to the callback function + * registered on the `'message'` event. Any data that is received + * and buffered in the socket will not be sent to the child. + * + * The optional `callback` is a function that is invoked after the message is + * sent but before the child may have received it. The function is called with a + * single argument: `null` on success, or an `Error` object on failure. + * + * If no `callback` function is provided and the message cannot be sent, an`'error'` event will be emitted by the `ChildProcess` object. This can + * happen, for instance, when the child process has already exited. + * + * `subprocess.send()` will return `false` if the channel has closed or when the + * backlog of unsent messages exceeds a threshold that makes it unwise to send + * more. Otherwise, the method returns `true`. The `callback` function can be + * used to implement flow control. + * + * #### Example: sending a server object + * + * The `sendHandle` argument can be used, for instance, to pass the handle of + * a TCP server object to the child process as illustrated in the example below: + * + * ```js + * const subprocess = require('child_process').fork('subprocess.js'); + * + * // Open up the server object and send the handle. + * const server = require('net').createServer(); + * server.on('connection', (socket) => { + * socket.end('handled by parent'); + * }); + * server.listen(1337, () => { + * subprocess.send('server', server); + * }); + * ``` + * + * The child would then receive the server object as: + * + * ```js + * process.on('message', (m, server) => { + * if (m === 'server') { + * server.on('connection', (socket) => { + * socket.end('handled by child'); + * }); + * } + * }); + * ``` + * + * Once the server is now shared between the parent and child, some connections + * can be handled by the parent and some by the child. + * + * While the example above uses a server created using the `net` module, `dgram`module servers use exactly the same workflow with the exceptions of listening on + * a `'message'` event instead of `'connection'` and using `server.bind()` instead + * of `server.listen()`. This is, however, currently only supported on Unix + * platforms. + * + * #### Example: sending a socket object + * + * Similarly, the `sendHandler` argument can be used to pass the handle of a + * socket to the child process. The example below spawns two children that each + * handle connections with "normal" or "special" priority: + * + * ```js + * const { fork } = require('child_process'); + * const normal = fork('subprocess.js', ['normal']); + * const special = fork('subprocess.js', ['special']); + * + * // Open up the server and send sockets to child. Use pauseOnConnect to prevent + * // the sockets from being read before they are sent to the child process. + * const server = require('net').createServer({ pauseOnConnect: true }); + * server.on('connection', (socket) => { + * + * // If this is special priority... + * if (socket.remoteAddress === '74.125.127.100') { + * special.send('socket', socket); + * return; + * } + * // This is normal priority. + * normal.send('socket', socket); + * }); + * server.listen(1337); + * ``` + * + * The `subprocess.js` would receive the socket handle as the second argument + * passed to the event callback function: + * + * ```js + * process.on('message', (m, socket) => { + * if (m === 'socket') { + * if (socket) { + * // Check that the client socket exists. + * // It is possible for the socket to be closed between the time it is + * // sent and the time it is received in the child process. + * socket.end(`Request handled with ${process.argv[2]} priority`); + * } + * } + * }); + * ``` + * + * Do not use `.maxConnections` on a socket that has been passed to a subprocess. + * The parent cannot track when the socket is destroyed. + * + * Any `'message'` handlers in the subprocess should verify that `socket` exists, + * as the connection may have been closed during the time it takes to send the + * connection to the child. + * @since v0.5.9 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: Serializable, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, options?: MessageOptions, callback?: (error: Error | null) => void): boolean; + /** + * Closes the IPC channel between parent and child, allowing the child to exit + * gracefully once there are no other connections keeping it alive. After calling + * this method the `subprocess.connected` and `process.connected` properties in + * both the parent and child (respectively) will be set to `false`, and it will be + * no longer possible to pass messages between the processes. + * + * The `'disconnect'` event will be emitted when there are no messages in the + * process of being received. This will most often be triggered immediately after + * calling `subprocess.disconnect()`. + * + * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked + * within the child process to close the IPC channel as well. + * @since v0.7.2 + */ + disconnect(): void; + /** + * By default, the parent will wait for the detached child to exit. To prevent the + * parent from waiting for a given `subprocess` to exit, use the`subprocess.unref()` method. Doing so will cause the parent's event loop to not + * include the child in its reference count, allowing the parent to exit + * independently of the child, unless there is an established IPC channel between + * the child and the parent. + * + * ```js + * const { spawn } = require('child_process'); + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore' + * }); + * + * subprocess.unref(); + * ``` + * @since v0.7.10 + */ + unref(): void; + /** + * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will + * restore the removed reference count for the child process, forcing the parent + * to wait for the child to exit before exiting itself. + * + * ```js + * const { spawn } = require('child_process'); + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore' + * }); + * + * subprocess.unref(); + * subprocess.ref(); + * ``` + * @since v0.7.10 + */ + ref(): void; + /** + * events.EventEmitter + * 1. close + * 2. disconnect + * 3. error + * 4. exit + * 5. message + * 6. spawn + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: 'disconnect', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + addListener(event: 'spawn', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close', code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: 'disconnect'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'exit', code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: 'message', message: Serializable, sendHandle: SendHandle): boolean; + emit(event: 'spawn', listener: () => void): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: 'disconnect', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + on(event: 'spawn', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: 'disconnect', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + once(event: 'spawn', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: 'disconnect', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependListener(event: 'spawn', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependOnceListener(event: 'disconnect', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependOnceListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependOnceListener(event: 'spawn', listener: () => void): this; + } + // return this object when stdio option is undefined or not specified + interface ChildProcessWithoutNullStreams extends ChildProcess { + stdin: Writable; + stdout: Readable; + stderr: Readable; + readonly stdio: [ + Writable, + Readable, + Readable, + // stderr + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined // extra, no modification + ]; + } + // return this object when stdio option is a tuple of 3 + interface ChildProcessByStdio extends ChildProcess { + stdin: I; + stdout: O; + stderr: E; + readonly stdio: [ + I, + O, + E, + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined // extra, no modification + ]; + } + interface MessageOptions { + keepOpen?: boolean | undefined; + } + type IOType = 'overlapped' | 'pipe' | 'ignore' | 'inherit'; + type StdioOptions = IOType | Array; + type SerializationType = 'json' | 'advanced'; + interface MessagingOptions extends Abortable { + /** + * Specify the kind of serialization used for sending messages between processes. + * @default 'json' + */ + serialization?: SerializationType | undefined; + /** + * The signal value to be used when the spawned process will be killed by the abort signal. + * @default 'SIGTERM' + */ + killSignal?: NodeJS.Signals | number | undefined; + /** + * In milliseconds the maximum amount of time the process is allowed to run. + */ + timeout?: number | undefined; + } + interface ProcessEnvOptions { + uid?: number | undefined; + gid?: number | undefined; + cwd?: string | URL | undefined; + env?: NodeJS.ProcessEnv | undefined; + } + interface CommonOptions extends ProcessEnvOptions { + /** + * @default false + */ + windowsHide?: boolean | undefined; + /** + * @default 0 + */ + timeout?: number | undefined; + } + interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { + argv0?: string | undefined; + stdio?: StdioOptions | undefined; + shell?: boolean | string | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + interface SpawnOptions extends CommonSpawnOptions { + detached?: boolean | undefined; + } + interface SpawnOptionsWithoutStdio extends SpawnOptions { + stdio?: StdioPipeNamed | StdioPipe[] | undefined; + } + type StdioNull = 'inherit' | 'ignore' | Stream; + type StdioPipeNamed = 'pipe' | 'overlapped'; + type StdioPipe = undefined | null | StdioPipeNamed; + interface SpawnOptionsWithStdioTuple extends SpawnOptions { + stdio: [Stdin, Stdout, Stderr]; + } + /** + * The `child_process.spawn()` method spawns a new process using the given`command`, with command-line arguments in `args`. If omitted, `args` defaults + * to an empty array. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * A third argument may be used to specify additional options, with these defaults: + * + * ```js + * const defaults = { + * cwd: undefined, + * env: process.env + * }; + * ``` + * + * Use `cwd` to specify the working directory from which the process is spawned. + * If not given, the default is to inherit the current working directory. If given, + * but the path does not exist, the child process emits an `ENOENT` error + * and exits immediately. `ENOENT` is also emitted when the command + * does not exist. + * + * Use `env` to specify environment variables that will be visible to the new + * process, the default is `process.env`. + * + * `undefined` values in `env` will be ignored. + * + * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the + * exit code: + * + * ```js + * const { spawn } = require('child_process'); + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * Example: A very elaborate way to run `ps ax | grep ssh` + * + * ```js + * const { spawn } = require('child_process'); + * const ps = spawn('ps', ['ax']); + * const grep = spawn('grep', ['ssh']); + * + * ps.stdout.on('data', (data) => { + * grep.stdin.write(data); + * }); + * + * ps.stderr.on('data', (data) => { + * console.error(`ps stderr: ${data}`); + * }); + * + * ps.on('close', (code) => { + * if (code !== 0) { + * console.log(`ps process exited with code ${code}`); + * } + * grep.stdin.end(); + * }); + * + * grep.stdout.on('data', (data) => { + * console.log(data.toString()); + * }); + * + * grep.stderr.on('data', (data) => { + * console.error(`grep stderr: ${data}`); + * }); + * + * grep.on('close', (code) => { + * if (code !== 0) { + * console.log(`grep process exited with code ${code}`); + * } + * }); + * ``` + * + * Example of checking for failed `spawn`: + * + * ```js + * const { spawn } = require('child_process'); + * const subprocess = spawn('bad_command'); + * + * subprocess.on('error', (err) => { + * console.error('Failed to start subprocess.'); + * }); + * ``` + * + * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process + * title while others (Windows, SunOS) will use `command`. + * + * Node.js currently overwrites `argv[0]` with `process.execPath` on startup, so`process.argv[0]` in a Node.js child process will not match the `argv0`parameter passed to `spawn` from the parent, + * retrieve it with the`process.argv0` property instead. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * const { spawn } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const grep = spawn('grep', ['ssh'], { signal }); + * grep.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * ``` + * @since v0.1.90 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptions): ChildProcess; + // overloads of spawn with 'args' + function spawn(command: string, args?: ReadonlyArray, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptions): ChildProcess; + interface ExecOptions extends CommonOptions { + shell?: string | undefined; + signal?: AbortSignal | undefined; + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + } + interface ExecOptionsWithStringEncoding extends ExecOptions { + encoding: BufferEncoding; + } + interface ExecOptionsWithBufferEncoding extends ExecOptions { + encoding: BufferEncoding | null; // specify `null`. + } + interface ExecException extends Error { + cmd?: string | undefined; + killed?: boolean | undefined; + code?: number | undefined; + signal?: NodeJS.Signals | undefined; + } + /** + * Spawns a shell then executes the `command` within that shell, buffering any + * generated output. The `command` string passed to the exec function is processed + * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) + * need to be dealt with accordingly: + * + * ```js + * const { exec } = require('child_process'); + * + * exec('"/path/to/test file/test.sh" arg1 arg2'); + * // Double quotes are used so that the space in the path is not interpreted as + * // a delimiter of multiple arguments. + * + * exec('echo "The \\$HOME variable is $HOME"'); + * // The $HOME variable is escaped in the first instance, but not in the second. + * ``` + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * + * If a `callback` function is provided, it is called with the arguments`(error, stdout, stderr)`. On success, `error` will be `null`. On error,`error` will be an instance of `Error`. The + * `error.code` property will be + * the exit code of the process. By convention, any exit code other than `0`indicates an error. `error.signal` will be the signal that terminated the + * process. + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * ```js + * const { exec } = require('child_process'); + * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { + * if (error) { + * console.error(`exec error: ${error}`); + * return; + * } + * console.log(`stdout: ${stdout}`); + * console.error(`stderr: ${stderr}`); + * }); + * ``` + * + * If `timeout` is greater than `0`, the parent will send the signal + * identified by the `killSignal` property (the default is `'SIGTERM'`) if the + * child runs longer than `timeout` milliseconds. + * + * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace + * the existing process and uses a shell to execute the command. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * const util = require('util'); + * const exec = util.promisify(require('child_process').exec); + * + * async function lsExample() { + * const { stdout, stderr } = await exec('ls'); + * console.log('stdout:', stdout); + * console.error('stderr:', stderr); + * } + * lsExample(); + * ``` + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * const { exec } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const child = exec('grep ssh', { signal }, (error) => { + * console.log(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.90 + * @param command The command to run, with space-separated arguments. + * @param callback called with the output when process terminates. + */ + function exec(command: string, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function exec( + command: string, + options: { + encoding: 'buffer' | null; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function exec(command: string, options: ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function exec( + command: string, + options: (ObjectEncodingOptions & ExecOptions) | undefined | null, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void + ): ChildProcess; + interface PromiseWithChild extends Promise { + child: ChildProcess; + } + namespace exec { + function __promisify__(command: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: { + encoding: 'buffer' | null; + } & ExecOptions + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: ExecOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options?: (ObjectEncodingOptions & ExecOptions) | null + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ExecFileOptions extends CommonOptions, Abortable { + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + windowsVerbatimArguments?: boolean | undefined; + shell?: boolean | string | undefined; + signal?: AbortSignal | undefined; + } + interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { + encoding: 'buffer' | null; + } + interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + type ExecFileException = ExecException & NodeJS.ErrnoException; + /** + * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified + * executable `file` is spawned directly as a new process making it slightly more + * efficient than {@link exec}. + * + * The same options as {@link exec} are supported. Since a shell is + * not spawned, behaviors such as I/O redirection and file globbing are not + * supported. + * + * ```js + * const { execFile } = require('child_process'); + * const child = execFile('node', ['--version'], (error, stdout, stderr) => { + * if (error) { + * throw error; + * } + * console.log(stdout); + * }); + * ``` + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * const util = require('util'); + * const execFile = util.promisify(require('child_process').execFile); + * async function getVersion() { + * const { stdout } = await execFile('node', ['--version']); + * console.log(stdout); + * } + * getVersion(); + * ``` + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * const { execFile } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const child = execFile('node', ['--version'], { signal }, (error) => { + * console.log(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.91 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @param callback Called with the output when process terminates. + */ + function execFile(file: string): ChildProcess; + function execFile(file: string, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; + function execFile(file: string, args?: ReadonlyArray | null): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; + // no `options` definitely means stdout/stderr are `string`. + function execFile(file: string, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithStringEncoding, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function execFile(file: string, options: ExecFileOptionsWithOtherEncoding, callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function execFile(file: string, options: ExecFileOptions, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptions, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function execFile( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null + ): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null + ): ChildProcess; + namespace execFile { + function __promisify__(file: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithBufferEncoding + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithBufferEncoding + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithStringEncoding + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithStringEncoding + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithOtherEncoding + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithOtherEncoding + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { + execPath?: string | undefined; + execArgv?: string[] | undefined; + silent?: boolean | undefined; + stdio?: StdioOptions | undefined; + detached?: boolean | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + /** + * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. + * Like {@link spawn}, a `ChildProcess` object is returned. The + * returned `ChildProcess` will have an additional communication channel + * built-in that allows messages to be passed back and forth between the parent and + * child. See `subprocess.send()` for details. + * + * Keep in mind that spawned Node.js child processes are + * independent of the parent with exception of the IPC communication channel + * that is established between the two. Each process has its own memory, with + * their own V8 instances. Because of the additional resource allocations + * required, spawning a large number of child Node.js processes is not + * recommended. + * + * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the`options` object allows for an alternative + * execution path to be used. + * + * Node.js processes launched with a custom `execPath` will communicate with the + * parent process using the file descriptor (fd) identified using the + * environment variable `NODE_CHANNEL_FD` on the child process. + * + * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the + * current process. + * + * The `shell` option available in {@link spawn} is not supported by`child_process.fork()` and will be ignored if set. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * if (process.argv[2] === 'child') { + * setTimeout(() => { + * console.log(`Hello from ${process.argv[2]}!`); + * }, 1_000); + * } else { + * const { fork } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const child = fork(__filename, ['child'], { signal }); + * child.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * } + * ``` + * @since v0.5.0 + * @param modulePath The module to run in the child. + * @param args List of string arguments. + */ + function fork(modulePath: string, options?: ForkOptions): ChildProcess; + function fork(modulePath: string, args?: ReadonlyArray, options?: ForkOptions): ChildProcess; + interface SpawnSyncOptions extends CommonSpawnOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | 'buffer' | null | undefined; + } + interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { + encoding: BufferEncoding; + } + interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { + encoding?: 'buffer' | null | undefined; + } + interface SpawnSyncReturns { + pid: number; + output: Array; + stdout: T; + stderr: T; + status: number | null; + signal: NodeJS.Signals | null; + error?: Error | undefined; + } + /** + * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the process intercepts and handles the `SIGTERM` signal + * and doesn't exit, the parent process will wait until the child process has + * exited. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawnSync(command: string): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; + function spawnSync(command: string, args: ReadonlyArray): SpawnSyncReturns; + function spawnSync(command: string, args: ReadonlyArray, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, args: ReadonlyArray, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptions): SpawnSyncReturns; + interface CommonExecOptions extends CommonOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + stdio?: StdioOptions | undefined; + killSignal?: NodeJS.Signals | number | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | 'buffer' | null | undefined; + } + interface ExecSyncOptions extends CommonExecOptions { + shell?: string | undefined; + } + interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { + encoding: BufferEncoding; + } + interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { + encoding?: 'buffer' | null | undefined; + } + /** + * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the child process intercepts and handles the `SIGTERM`signal and doesn't exit, the parent process will wait until the child process + * has exited. + * + * If the process times out or has a non-zero exit code, this method will throw. + * The `Error` object will contain the entire result from {@link spawnSync}. + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @return The stdout from the command. + */ + function execSync(command: string): Buffer; + function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; + function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer; + function execSync(command: string, options?: ExecSyncOptions): string | Buffer; + interface ExecFileSyncOptions extends CommonExecOptions { + shell?: boolean | string | undefined; + } + interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { + encoding: BufferEncoding; + } + interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { + encoding?: 'buffer' | null; // specify `null`. + } + /** + * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not + * return until the child process has fully closed. When a timeout has been + * encountered and `killSignal` is sent, the method won't return until the process + * has completely exited. + * + * If the child process intercepts and handles the `SIGTERM` signal and + * does not exit, the parent process will still wait until the child process has + * exited. + * + * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @return The stdout from the command. + */ + function execFileSync(file: string): Buffer; + function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer; + function execFileSync(file: string, args: ReadonlyArray): Buffer; + function execFileSync(file: string, args: ReadonlyArray, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, args: ReadonlyArray, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(file: string, args?: ReadonlyArray, options?: ExecFileSyncOptions): string | Buffer; +} +declare module 'node:child_process' { + export * from 'child_process'; +} diff --git a/node_modules/@types/node/cluster.d.ts b/node_modules/@types/node/cluster.d.ts new file mode 100644 index 000000000..37dbc5746 --- /dev/null +++ b/node_modules/@types/node/cluster.d.ts @@ -0,0 +1,410 @@ +/** + * Clusters of Node.js processes can be used to run multiple instances of Node.js + * that can distribute workloads among their application threads. When process + * isolation is not needed, use the `worker_threads` module instead, which + * allows running multiple application threads within a single Node.js instance. + * + * The cluster module allows easy creation of child processes that all share + * server ports. + * + * ```js + * import cluster from 'cluster'; + * import http from 'http'; + * import { cpus } from 'os'; + * import process from 'process'; + * + * const numCPUs = cpus().length; + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('exit', (worker, code, signal) => { + * console.log(`worker ${worker.process.pid} died`); + * }); + * } else { + * // Workers can share any TCP connection + * // In this case it is an HTTP server + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * + * console.log(`Worker ${process.pid} started`); + * } + * ``` + * + * Running Node.js will now share port 8000 between the workers: + * + * ```console + * $ node server.js + * Primary 3596 is running + * Worker 4324 started + * Worker 4520 started + * Worker 6056 started + * Worker 5644 started + * ``` + * + * On Windows, it is not yet possible to set up a named pipe server in a worker. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/cluster.js) + */ +declare module 'cluster' { + import * as child from 'node:child_process'; + import EventEmitter = require('node:events'); + import * as net from 'node:net'; + export interface ClusterSettings { + execArgv?: string[] | undefined; // default: process.execArgv + exec?: string | undefined; + args?: string[] | undefined; + silent?: boolean | undefined; + stdio?: any[] | undefined; + uid?: number | undefined; + gid?: number | undefined; + inspectPort?: number | (() => number) | undefined; + } + export interface Address { + address: string; + port: number; + addressType: number | 'udp4' | 'udp6'; // 4, 6, -1, "udp4", "udp6" + } + /** + * A `Worker` object contains all public information and method about a worker. + * In the primary it can be obtained using `cluster.workers`. In a worker + * it can be obtained using `cluster.worker`. + * @since v0.7.0 + */ + export class Worker extends EventEmitter { + /** + * Each new worker is given its own unique id, this id is stored in the`id`. + * + * While a worker is alive, this is the key that indexes it in`cluster.workers`. + * @since v0.8.0 + */ + id: number; + /** + * All workers are created using `child_process.fork()`, the returned object + * from this function is stored as `.process`. In a worker, the global `process`is stored. + * + * See: `Child Process module`. + * + * Workers will call `process.exit(0)` if the `'disconnect'` event occurs + * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against + * accidental disconnection. + * @since v0.7.0 + */ + process: child.ChildProcess; + /** + * Send a message to a worker or primary, optionally with a handle. + * + * In the primary, this sends a message to a specific worker. It is identical to `ChildProcess.send()`. + * + * In a worker, this sends a message to the primary. It is identical to`process.send()`. + * + * This example will echo back all messages from the primary: + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * worker.send('hi there'); + * + * } else if (cluster.isWorker) { + * process.on('message', (msg) => { + * process.send(msg); + * }); + * } + * ``` + * @since v0.7.0 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; + send(message: child.Serializable, sendHandle: child.SendHandle, callback?: (error: Error | null) => void): boolean; + send(message: child.Serializable, sendHandle: child.SendHandle, options?: child.MessageOptions, callback?: (error: Error | null) => void): boolean; + /** + * This function will kill the worker. In the primary worker, it does this by + * disconnecting the `worker.process`, and once disconnected, killing with`signal`. In the worker, it does it by killing the process with `signal`. + * + * The `kill()` function kills the worker process without waiting for a graceful + * disconnect, it has the same behavior as `worker.process.kill()`. + * + * This method is aliased as `worker.destroy()` for backwards compatibility. + * + * In a worker, `process.kill()` exists, but it is not this function; + * it is `kill()`. + * @since v0.9.12 + * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. + */ + kill(signal?: string): void; + destroy(signal?: string): void; + /** + * In a worker, this function will close all servers, wait for the `'close'` event + * on those servers, and then disconnect the IPC channel. + * + * In the primary, an internal message is sent to the worker causing it to call`.disconnect()` on itself. + * + * Causes `.exitedAfterDisconnect` to be set. + * + * After a server is closed, it will no longer accept new connections, + * but connections may be accepted by any other listening worker. Existing + * connections will be allowed to close as usual. When no more connections exist, + * see `server.close()`, the IPC channel to the worker will close allowing it + * to die gracefully. + * + * The above applies _only_ to server connections, client connections are not + * automatically closed by workers, and disconnect does not wait for them to close + * before exiting. + * + * In a worker, `process.disconnect` exists, but it is not this function; + * it is `disconnect()`. + * + * Because long living server connections may block workers from disconnecting, it + * may be useful to send a message, so application specific actions may be taken to + * close them. It also may be useful to implement a timeout, killing a worker if + * the `'disconnect'` event has not been emitted after some time. + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * let timeout; + * + * worker.on('listening', (address) => { + * worker.send('shutdown'); + * worker.disconnect(); + * timeout = setTimeout(() => { + * worker.kill(); + * }, 2000); + * }); + * + * worker.on('disconnect', () => { + * clearTimeout(timeout); + * }); + * + * } else if (cluster.isWorker) { + * const net = require('net'); + * const server = net.createServer((socket) => { + * // Connections never end + * }); + * + * server.listen(8000); + * + * process.on('message', (msg) => { + * if (msg === 'shutdown') { + * // Initiate graceful close of any connections to server + * } + * }); + * } + * ``` + * @since v0.7.7 + * @return A reference to `worker`. + */ + disconnect(): void; + /** + * This function returns `true` if the worker is connected to its primary via its + * IPC channel, `false` otherwise. A worker is connected to its primary after it + * has been created. It is disconnected after the `'disconnect'` event is emitted. + * @since v0.11.14 + */ + isConnected(): boolean; + /** + * This function returns `true` if the worker's process has terminated (either + * because of exiting or being signaled). Otherwise, it returns `false`. + * + * ```js + * import cluster from 'cluster'; + * import http from 'http'; + * import { cpus } from 'os'; + * import process from 'process'; + * + * const numCPUs = cpus().length; + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('fork', (worker) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * + * cluster.on('exit', (worker, code, signal) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * } else { + * // Workers can share any TCP connection. In this case, it is an HTTP server. + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end(`Current process\n ${process.pid}`); + * process.kill(process.pid); + * }).listen(8000); + * } + * ``` + * @since v0.11.14 + */ + isDead(): boolean; + /** + * This property is `true` if the worker exited due to `.disconnect()`. + * If the worker exited any other way, it is `false`. If the + * worker has not exited, it is `undefined`. + * + * The boolean `worker.exitedAfterDisconnect` allows distinguishing between + * voluntary and accidental exit, the primary may choose not to respawn a worker + * based on this value. + * + * ```js + * cluster.on('exit', (worker, code, signal) => { + * if (worker.exitedAfterDisconnect === true) { + * console.log('Oh, it was just voluntary – no need to worry'); + * } + * }); + * + * // kill worker + * worker.kill(); + * ``` + * @since v6.0.0 + */ + exitedAfterDisconnect: boolean; + /** + * events.EventEmitter + * 1. disconnect + * 2. error + * 3. exit + * 4. listening + * 5. message + * 6. online + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'disconnect', listener: () => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'exit', listener: (code: number, signal: string) => void): this; + addListener(event: 'listening', listener: (address: Address) => void): this; + addListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: 'online', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'disconnect'): boolean; + emit(event: 'error', error: Error): boolean; + emit(event: 'exit', code: number, signal: string): boolean; + emit(event: 'listening', address: Address): boolean; + emit(event: 'message', message: any, handle: net.Socket | net.Server): boolean; + emit(event: 'online'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'disconnect', listener: () => void): this; + on(event: 'error', listener: (error: Error) => void): this; + on(event: 'exit', listener: (code: number, signal: string) => void): this; + on(event: 'listening', listener: (address: Address) => void): this; + on(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: 'online', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'disconnect', listener: () => void): this; + once(event: 'error', listener: (error: Error) => void): this; + once(event: 'exit', listener: (code: number, signal: string) => void): this; + once(event: 'listening', listener: (address: Address) => void): this; + once(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: 'online', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'disconnect', listener: () => void): this; + prependListener(event: 'error', listener: (error: Error) => void): this; + prependListener(event: 'exit', listener: (code: number, signal: string) => void): this; + prependListener(event: 'listening', listener: (address: Address) => void): this; + prependListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: 'online', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'disconnect', listener: () => void): this; + prependOnceListener(event: 'error', listener: (error: Error) => void): this; + prependOnceListener(event: 'exit', listener: (code: number, signal: string) => void): this; + prependOnceListener(event: 'listening', listener: (address: Address) => void): this; + prependOnceListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: 'online', listener: () => void): this; + } + export interface Cluster extends EventEmitter { + disconnect(callback?: () => void): void; + fork(env?: any): Worker; + /** @deprecated since v16.0.0 - use isPrimary. */ + readonly isMaster: boolean; + readonly isPrimary: boolean; + readonly isWorker: boolean; + schedulingPolicy: number; + readonly settings: ClusterSettings; + /** @deprecated since v16.0.0 - use setupPrimary. */ + setupMaster(settings?: ClusterSettings): void; + /** + * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in cluster.settings. + */ + setupPrimary(settings?: ClusterSettings): void; + readonly worker?: Worker | undefined; + readonly workers?: NodeJS.Dict | undefined; + readonly SCHED_NONE: number; + readonly SCHED_RR: number; + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'disconnect', listener: (worker: Worker) => void): this; + addListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + addListener(event: 'fork', listener: (worker: Worker) => void): this; + addListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + addListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: 'online', listener: (worker: Worker) => void): this; + addListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'disconnect', worker: Worker): boolean; + emit(event: 'exit', worker: Worker, code: number, signal: string): boolean; + emit(event: 'fork', worker: Worker): boolean; + emit(event: 'listening', worker: Worker, address: Address): boolean; + emit(event: 'message', worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + emit(event: 'online', worker: Worker): boolean; + emit(event: 'setup', settings: ClusterSettings): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'disconnect', listener: (worker: Worker) => void): this; + on(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + on(event: 'fork', listener: (worker: Worker) => void): this; + on(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + on(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: 'online', listener: (worker: Worker) => void): this; + on(event: 'setup', listener: (settings: ClusterSettings) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'disconnect', listener: (worker: Worker) => void): this; + once(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + once(event: 'fork', listener: (worker: Worker) => void): this; + once(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + once(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: 'online', listener: (worker: Worker) => void): this; + once(event: 'setup', listener: (settings: ClusterSettings) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'disconnect', listener: (worker: Worker) => void): this; + prependListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + prependListener(event: 'fork', listener: (worker: Worker) => void): this; + prependListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: 'message', listener: (worker: Worker, message: any, handle?: net.Socket | net.Server) => void): this; + prependListener(event: 'online', listener: (worker: Worker) => void): this; + prependListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'disconnect', listener: (worker: Worker) => void): this; + prependOnceListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + prependOnceListener(event: 'fork', listener: (worker: Worker) => void): this; + prependOnceListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; + prependOnceListener(event: 'online', listener: (worker: Worker) => void): this; + prependOnceListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; + } + const cluster: Cluster; + export default cluster; +} +declare module 'node:cluster' { + export * from 'cluster'; + export { default as default } from 'cluster'; +} diff --git a/node_modules/@types/node/console.d.ts b/node_modules/@types/node/console.d.ts new file mode 100644 index 000000000..16c9137ad --- /dev/null +++ b/node_modules/@types/node/console.d.ts @@ -0,0 +1,412 @@ +/** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the `note on process I/O` for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/console.js) + */ +declare module 'console' { + import console = require('node:console'); + export = console; +} +declare module 'node:console' { + import { InspectOptions } from 'node:util'; + global { + // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build + interface Console { + Console: console.ConsoleConstructor; + /** + * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only + * writes a message and does not otherwise affect execution. The output always + * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. + * + * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. + * + * ```js + * console.assert(true, 'does nothing'); + * + * console.assert(false, 'Whoops %s work', 'didn\'t'); + * // Assertion failed: Whoops didn't work + * + * console.assert(); + * // Assertion failed + * ``` + * @since v0.1.101 + * @param value The value tested for being truthy. + * @param message All arguments besides `value` are used as error message. + */ + assert(value: any, message?: string, ...optionalParams: any[]): void; + /** + * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the + * TTY. When `stdout` is not a TTY, this method does nothing. + * + * The specific operation of `console.clear()` can vary across operating systems + * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the + * current terminal viewport for the Node.js + * binary. + * @since v8.3.0 + */ + clear(): void; + /** + * Maintains an internal counter specific to `label` and outputs to `stdout` the + * number of times `console.count()` has been called with the given `label`. + * + * ```js + * > console.count() + * default: 1 + * undefined + * > console.count('default') + * default: 2 + * undefined + * > console.count('abc') + * abc: 1 + * undefined + * > console.count('xyz') + * xyz: 1 + * undefined + * > console.count('abc') + * abc: 2 + * undefined + * > console.count() + * default: 3 + * undefined + * > + * ``` + * @since v8.3.0 + * @param label The display label for the counter. + */ + count(label?: string): void; + /** + * Resets the internal counter specific to `label`. + * + * ```js + * > console.count('abc'); + * abc: 1 + * undefined + * > console.countReset('abc'); + * undefined + * > console.count('abc'); + * abc: 1 + * undefined + * > + * ``` + * @since v8.3.0 + * @param label The display label for the counter. + */ + countReset(label?: string): void; + /** + * The `console.debug()` function is an alias for {@link log}. + * @since v8.0.0 + */ + debug(message?: any, ...optionalParams: any[]): void; + /** + * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. + * This function bypasses any custom `inspect()` function defined on `obj`. + * @since v0.1.101 + */ + dir(obj: any, options?: InspectOptions): void; + /** + * This method calls `console.log()` passing it the arguments received. + * This method does not produce any XML formatting. + * @since v8.0.0 + */ + dirxml(...data: any[]): void; + /** + * Prints to `stderr` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * + * ```js + * const code = 5; + * console.error('error #%d', code); + * // Prints: error #5, to stderr + * console.error('error', code); + * // Prints: error 5, to stderr + * ``` + * + * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string + * values are concatenated. See `util.format()` for more information. + * @since v0.1.100 + */ + error(message?: any, ...optionalParams: any[]): void; + /** + * Increases indentation of subsequent lines by spaces for `groupIndentation`length. + * + * If one or more `label`s are provided, those are printed first without the + * additional indentation. + * @since v8.5.0 + */ + group(...label: any[]): void; + /** + * An alias for {@link group}. + * @since v8.5.0 + */ + groupCollapsed(...label: any[]): void; + /** + * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. + * @since v8.5.0 + */ + groupEnd(): void; + /** + * The `console.info()` function is an alias for {@link log}. + * @since v0.1.100 + */ + info(message?: any, ...optionalParams: any[]): void; + /** + * Prints to `stdout` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * + * ```js + * const count = 5; + * console.log('count: %d', count); + * // Prints: count: 5, to stdout + * console.log('count:', count); + * // Prints: count: 5, to stdout + * ``` + * + * See `util.format()` for more information. + * @since v0.1.100 + */ + log(message?: any, ...optionalParams: any[]): void; + /** + * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just + * logging the argument if it can’t be parsed as tabular. + * + * ```js + * // These can't be parsed as tabular data + * console.table(Symbol()); + * // Symbol() + * + * console.table(undefined); + * // undefined + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); + * // ┌─────────┬─────┬─────┐ + * // │ (index) │ a │ b │ + * // ├─────────┼─────┼─────┤ + * // │ 0 │ 1 │ 'Y' │ + * // │ 1 │ 'Z' │ 2 │ + * // └─────────┴─────┴─────┘ + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); + * // ┌─────────┬─────┐ + * // │ (index) │ a │ + * // ├─────────┼─────┤ + * // │ 0 │ 1 │ + * // │ 1 │ 'Z' │ + * // └─────────┴─────┘ + * ``` + * @since v10.0.0 + * @param properties Alternate properties for constructing the table. + */ + table(tabularData: any, properties?: ReadonlyArray): void; + /** + * Starts a timer that can be used to compute the duration of an operation. Timers + * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in + * suitable time units to `stdout`. For example, if the elapsed + * time is 3869ms, `console.timeEnd()` displays "3.869s". + * @since v0.1.104 + */ + time(label?: string): void; + /** + * Stops a timer that was previously started by calling {@link time} and + * prints the result to `stdout`: + * + * ```js + * console.time('100-elements'); + * for (let i = 0; i < 100; i++) {} + * console.timeEnd('100-elements'); + * // prints 100-elements: 225.438ms + * ``` + * @since v0.1.104 + */ + timeEnd(label?: string): void; + /** + * For a timer that was previously started by calling {@link time}, prints + * the elapsed time and other `data` arguments to `stdout`: + * + * ```js + * console.time('process'); + * const value = expensiveProcess1(); // Returns 42 + * console.timeLog('process', value); + * // Prints "process: 365.227ms 42". + * doExpensiveProcess2(value); + * console.timeEnd('process'); + * ``` + * @since v10.7.0 + */ + timeLog(label?: string, ...data: any[]): void; + /** + * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. + * + * ```js + * console.trace('Show me'); + * // Prints: (stack trace will vary based on where trace is called) + * // Trace: Show me + * // at repl:2:9 + * // at REPLServer.defaultEval (repl.js:248:27) + * // at bound (domain.js:287:14) + * // at REPLServer.runBound [as eval] (domain.js:300:12) + * // at REPLServer. (repl.js:412:12) + * // at emitOne (events.js:82:20) + * // at REPLServer.emit (events.js:169:7) + * // at REPLServer.Interface._onLine (readline.js:210:10) + * // at REPLServer.Interface._line (readline.js:549:8) + * // at REPLServer.Interface._ttyWrite (readline.js:826:14) + * ``` + * @since v0.1.104 + */ + trace(message?: any, ...optionalParams: any[]): void; + /** + * The `console.warn()` function is an alias for {@link error}. + * @since v0.1.100 + */ + warn(message?: any, ...optionalParams: any[]): void; + // --- Inspector mode only --- + /** + * This method does not display anything unless used in the inspector. + * Starts a JavaScript CPU profile with an optional label. + */ + profile(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + */ + profileEnd(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Adds an event with the label `label` to the Timeline panel of the inspector. + */ + timeStamp(label?: string): void; + } + /** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the `note on process I/O` for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) + */ + namespace console { + interface ConsoleConstructorOptions { + stdout: NodeJS.WritableStream; + stderr?: NodeJS.WritableStream | undefined; + ignoreErrors?: boolean | undefined; + colorMode?: boolean | 'auto' | undefined; + inspectOptions?: InspectOptions | undefined; + /** + * Set group indentation + * @default 2 + */ + groupIndentation?: number | undefined; + } + interface ConsoleConstructor { + prototype: Console; + new (stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; + new (options: ConsoleConstructorOptions): Console; + } + } + var console: Console; + } + export = globalThis.console; +} diff --git a/node_modules/@types/node/constants.d.ts b/node_modules/@types/node/constants.d.ts new file mode 100644 index 000000000..208020dcb --- /dev/null +++ b/node_modules/@types/node/constants.d.ts @@ -0,0 +1,18 @@ +/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */ +declare module 'constants' { + import { constants as osConstants, SignalConstants } from 'node:os'; + import { constants as cryptoConstants } from 'node:crypto'; + import { constants as fsConstants } from 'node:fs'; + + const exp: typeof osConstants.errno & + typeof osConstants.priority & + SignalConstants & + typeof cryptoConstants & + typeof fsConstants; + export = exp; +} + +declare module 'node:constants' { + import constants = require('constants'); + export = constants; +} diff --git a/node_modules/@types/node/crypto.d.ts b/node_modules/@types/node/crypto.d.ts new file mode 100644 index 000000000..20d960cd6 --- /dev/null +++ b/node_modules/@types/node/crypto.d.ts @@ -0,0 +1,3964 @@ +/** + * The `crypto` module provides cryptographic functionality that includes a set of + * wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions. + * + * ```js + * const { createHmac } = await import('crypto'); + * + * const secret = 'abcdefg'; + * const hash = createHmac('sha256', secret) + * .update('I love cupcakes') + * .digest('hex'); + * console.log(hash); + * // Prints: + * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/crypto.js) + */ +declare module 'crypto' { + import * as stream from 'node:stream'; + import { PeerCertificate } from 'node:tls'; + /** + * SPKAC is a Certificate Signing Request mechanism originally implemented by + * Netscape and was specified formally as part of [HTML5's `keygen` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen). + * + * `` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects + * should not use this element anymore. + * + * The `crypto` module provides the `Certificate` class for working with SPKAC + * data. The most common usage is handling output generated by the HTML5`` element. Node.js uses [OpenSSL's SPKAC + * implementation](https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html) internally. + * @since v0.11.8 + */ + class Certificate { + /** + * ```js + * const { Certificate } = await import('crypto'); + * const spkac = getSpkacSomehow(); + * const challenge = Certificate.exportChallenge(spkac); + * console.log(challenge.toString('utf8')); + * // Prints: the challenge as a UTF8 string + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportChallenge(spkac: BinaryLike): Buffer; + /** + * ```js + * const { Certificate } = await import('crypto'); + * const spkac = getSpkacSomehow(); + * const publicKey = Certificate.exportPublicKey(spkac); + * console.log(publicKey); + * // Prints: the public key as + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * ```js + * import { Buffer } from 'buffer'; + * const { Certificate } = await import('crypto'); + * + * const spkac = getSpkacSomehow(); + * console.log(Certificate.verifySpkac(Buffer.from(spkac))); + * // Prints: true or false + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return `true` if the given `spkac` data structure is valid, `false` otherwise. + */ + static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + /** + * @deprecated + * @param spkac + * @returns The challenge component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportChallenge(spkac: BinaryLike): Buffer; + /** + * @deprecated + * @param spkac + * @param encoding The encoding of the spkac string. + * @returns The public key component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * @deprecated + * @param spkac + * @returns `true` if the given `spkac` data structure is valid, + * `false` otherwise. + */ + verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + } + namespace constants { + // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants + const OPENSSL_VERSION_NUMBER: number; + /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ + const SSL_OP_ALL: number; + /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */ + const SSL_OP_CISCO_ANYCONNECT: number; + /** Instructs OpenSSL to turn on cookie exchange. */ + const SSL_OP_COOKIE_EXCHANGE: number; + /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + /** Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations. */ + const SSL_OP_EPHEMERAL_RSA: number; + /** Allows initial connection to servers that do not support RI. */ + const SSL_OP_LEGACY_SERVER_CONNECT: number; + const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; + const SSL_OP_MICROSOFT_SESS_ID_BUG: number; + /** Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation. */ + const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; + const SSL_OP_NETSCAPE_CA_DN_BUG: number; + const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; + const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; + const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; + /** Instructs OpenSSL to disable support for SSL/TLS compression. */ + const SSL_OP_NO_COMPRESSION: number; + const SSL_OP_NO_QUERY_MTU: number; + /** Instructs OpenSSL to always start a new session when performing renegotiation. */ + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + const SSL_OP_NO_SSLv2: number; + const SSL_OP_NO_SSLv3: number; + const SSL_OP_NO_TICKET: number; + const SSL_OP_NO_TLSv1: number; + const SSL_OP_NO_TLSv1_1: number; + const SSL_OP_NO_TLSv1_2: number; + const SSL_OP_PKCS1_CHECK_1: number; + const SSL_OP_PKCS1_CHECK_2: number; + /** Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters. */ + const SSL_OP_SINGLE_DH_USE: number; + /** Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters. */ + const SSL_OP_SINGLE_ECDH_USE: number; + const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; + const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; + const SSL_OP_TLS_BLOCK_PADDING_BUG: number; + const SSL_OP_TLS_D5_BUG: number; + /** Instructs OpenSSL to disable version rollback attack detection. */ + const SSL_OP_TLS_ROLLBACK_BUG: number; + const ENGINE_METHOD_RSA: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_EC: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + const ALPN_ENABLED: number; + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ + const RSA_PSS_SALTLEN_DIGEST: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ + const RSA_PSS_SALTLEN_MAX_SIGN: number; + /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ + const RSA_PSS_SALTLEN_AUTO: number; + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ + const defaultCoreCipherList: string; + /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ + const defaultCipherList: string; + } + interface HashOptions extends stream.TransformOptions { + /** + * For XOF hash functions such as `shake256`, the + * outputLength option can be used to specify the desired output length in bytes. + */ + outputLength?: number | undefined; + } + /** @deprecated since v10.0.0 */ + const fips: boolean; + /** + * Creates and returns a `Hash` object that can be used to generate hash digests + * using the given `algorithm`. Optional `options` argument controls stream + * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option + * can be used to specify the desired output length in bytes. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * Example: generating the sha256 sum of a file + * + * ```js + * import { + * createReadStream + * } from 'fs'; + * import { argv } from 'process'; + * const { + * createHash + * } = await import('crypto'); + * + * const filename = argv[2]; + * + * const hash = createHash('sha256'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hash.update(data); + * else { + * console.log(`${hash.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.92 + * @param options `stream.transform` options + */ + function createHash(algorithm: string, options?: HashOptions): Hash; + /** + * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. + * Optional `options` argument controls stream behavior. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is + * a `KeyObject`, its type must be `secret`. + * + * Example: generating the sha256 HMAC of a file + * + * ```js + * import { + * createReadStream + * } from 'fs'; + * import { argv } from 'process'; + * const { + * createHmac + * } = await import('crypto'); + * + * const filename = argv[2]; + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hmac.update(data); + * else { + * console.log(`${hmac.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; + // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings + type BinaryToTextEncoding = 'base64' | 'base64url' | 'hex' | 'binary'; + type CharacterEncoding = 'utf8' | 'utf-8' | 'utf16le' | 'latin1'; + type LegacyCharacterEncoding = 'ascii' | 'binary' | 'ucs2' | 'ucs-2'; + type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; + type ECDHKeyFormat = 'compressed' | 'uncompressed' | 'hybrid'; + /** + * The `Hash` class is a utility for creating hash digests of data. It can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed hash digest on the readable side, or + * * Using the `hash.update()` and `hash.digest()` methods to produce the + * computed hash. + * + * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hash` objects as streams: + * + * ```js + * const { + * createHash + * } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * hash.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hash.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * } + * }); + * + * hash.write('some data to hash'); + * hash.end(); + * ``` + * + * Example: Using `Hash` and piped streams: + * + * ```js + * import { createReadStream } from 'fs'; + * import { stdout } from 'process'; + * const { createHash } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * const input = createReadStream('test.js'); + * input.pipe(hash).setEncoding('hex').pipe(stdout); + * ``` + * + * Example: Using the `hash.update()` and `hash.digest()` methods: + * + * ```js + * const { + * createHash + * } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('some data to hash'); + * console.log(hash.digest('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * ``` + * @since v0.1.92 + */ + class Hash extends stream.Transform { + private constructor(); + /** + * Creates a new `Hash` object that contains a deep copy of the internal state + * of the current `Hash` object. + * + * The optional `options` argument controls stream behavior. For XOF hash + * functions such as `'shake256'`, the `outputLength` option can be used to + * specify the desired output length in bytes. + * + * An error is thrown when an attempt is made to copy the `Hash` object after + * its `hash.digest()` method has been called. + * + * ```js + * // Calculate a rolling hash. + * const { + * createHash + * } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('one'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('two'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('three'); + * console.log(hash.copy().digest('hex')); + * + * // Etc. + * ``` + * @since v13.1.0 + * @param options `stream.transform` options + */ + copy(options?: stream.TransformOptions): Hash; + /** + * Updates the hash content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hash; + update(data: string, inputEncoding: Encoding): Hash; + /** + * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). + * If `encoding` is provided a string will be returned; otherwise + * a `Buffer` is returned. + * + * The `Hash` object can not be used again after `hash.digest()` method has been + * called. Multiple calls will cause an error to be thrown. + * @since v0.1.92 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + /** + * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can + * be used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed HMAC digest on the readable side, or + * * Using the `hmac.update()` and `hmac.digest()` methods to produce the + * computed HMAC digest. + * + * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hmac` objects as streams: + * + * ```js + * const { + * createHmac + * } = await import('crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hmac.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * } + * }); + * + * hmac.write('some data to hash'); + * hmac.end(); + * ``` + * + * Example: Using `Hmac` and piped streams: + * + * ```js + * import { createReadStream } from 'fs'; + * import { stdout } from 'process'; + * const { + * createHmac + * } = await import('crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream('test.js'); + * input.pipe(hmac).pipe(stdout); + * ``` + * + * Example: Using the `hmac.update()` and `hmac.digest()` methods: + * + * ```js + * const { + * createHmac + * } = await import('crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.update('some data to hash'); + * console.log(hmac.digest('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * ``` + * @since v0.1.94 + */ + class Hmac extends stream.Transform { + private constructor(); + /** + * Updates the `Hmac` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hmac; + update(data: string, inputEncoding: Encoding): Hmac; + /** + * Calculates the HMAC digest of all of the data passed using `hmac.update()`. + * If `encoding` is + * provided a string is returned; otherwise a `Buffer` is returned; + * + * The `Hmac` object can not be used again after `hmac.digest()` has been + * called. Multiple calls to `hmac.digest()` will result in an error being thrown. + * @since v0.1.94 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + type KeyObjectType = 'secret' | 'public' | 'private'; + interface KeyExportOptions { + type: 'pkcs1' | 'spki' | 'pkcs8' | 'sec1'; + format: T; + cipher?: string | undefined; + passphrase?: string | Buffer | undefined; + } + interface JwkKeyExportOptions { + format: 'jwk'; + } + interface JsonWebKey { + crv?: string | undefined; + d?: string | undefined; + dp?: string | undefined; + dq?: string | undefined; + e?: string | undefined; + k?: string | undefined; + kty?: string | undefined; + n?: string | undefined; + p?: string | undefined; + q?: string | undefined; + qi?: string | undefined; + x?: string | undefined; + y?: string | undefined; + [key: string]: unknown; + } + interface AsymmetricKeyDetails { + /** + * Key size in bits (RSA, DSA). + */ + modulusLength?: number | undefined; + /** + * Public exponent (RSA). + */ + publicExponent?: bigint | undefined; + /** + * Name of the message digest (RSA-PSS). + */ + hashAlgorithm?: string | undefined; + /** + * Name of the message digest used by MGF1 (RSA-PSS). + */ + mgf1HashAlgorithm?: string | undefined; + /** + * Minimal salt length in bytes (RSA-PSS). + */ + saltLength?: number | undefined; + /** + * Size of q in bits (DSA). + */ + divisorLength?: number | undefined; + /** + * Name of the curve (EC). + */ + namedCurve?: string | undefined; + } + /** + * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, + * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` + * objects are not to be created directly using the `new`keyword. + * + * Most applications should consider using the new `KeyObject` API instead of + * passing keys as strings or `Buffer`s due to improved security features. + * + * `KeyObject` instances can be passed to other threads via `postMessage()`. + * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to + * be listed in the `transferList` argument. + * @since v11.6.0 + */ + class KeyObject { + private constructor(); + /** + * Example: Converting a `CryptoKey` instance to a `KeyObject`: + * + * ```js + * const { webcrypto, KeyObject } = await import('crypto'); + * const { subtle } = webcrypto; + * + * const key = await subtle.generateKey({ + * name: 'HMAC', + * hash: 'SHA-256', + * length: 256 + * }, true, ['sign', 'verify']); + * + * const keyObject = KeyObject.from(key); + * console.log(keyObject.symmetricKeySize); + * // Prints: 32 (symmetric key size in bytes) + * ``` + * @since v15.0.0 + */ + static from(key: webcrypto.CryptoKey): KeyObject; + /** + * For asymmetric keys, this property represents the type of the key. Supported key + * types are: + * + * * `'rsa'` (OID 1.2.840.113549.1.1.1) + * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) + * * `'dsa'` (OID 1.2.840.10040.4.1) + * * `'ec'` (OID 1.2.840.10045.2.1) + * * `'x25519'` (OID 1.3.101.110) + * * `'x448'` (OID 1.3.101.111) + * * `'ed25519'` (OID 1.3.101.112) + * * `'ed448'` (OID 1.3.101.113) + * * `'dh'` (OID 1.2.840.113549.1.3.1) + * + * This property is `undefined` for unrecognized `KeyObject` types and symmetric + * keys. + * @since v11.6.0 + */ + asymmetricKeyType?: KeyType | undefined; + /** + * For asymmetric keys, this property represents the size of the embedded key in + * bytes. This property is `undefined` for symmetric keys. + */ + asymmetricKeySize?: number | undefined; + /** + * This property exists only on asymmetric keys. Depending on the type of the key, + * this object contains information about the key. None of the information obtained + * through this property can be used to uniquely identify a key or to compromise + * the security of the key. + * + * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, + * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be + * set. + * + * Other key details might be exposed via this API using additional attributes. + * @since v15.7.0 + */ + asymmetricKeyDetails?: AsymmetricKeyDetails | undefined; + /** + * For symmetric keys, the following encoding options can be used: + * + * For public keys, the following encoding options can be used: + * + * For private keys, the following encoding options can be used: + * + * The result type depends on the selected encoding format, when PEM the + * result is a string, when DER it will be a buffer containing the data + * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. + * + * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are + * ignored. + * + * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of + * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be + * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for + * encrypted private keys. Since PKCS#8 defines its own + * encryption mechanism, PEM-level encryption is not supported when encrypting + * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for + * PKCS#1 and SEC1 encryption. + * @since v11.6.0 + */ + export(options: KeyExportOptions<'pem'>): string | Buffer; + export(options?: KeyExportOptions<'der'>): Buffer; + export(options?: JwkKeyExportOptions): JsonWebKey; + /** + * For secret keys, this property represents the size of the key in bytes. This + * property is `undefined` for asymmetric keys. + * @since v11.6.0 + */ + symmetricKeySize?: number | undefined; + /** + * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys + * or `'private'` for private (asymmetric) keys. + * @since v11.6.0 + */ + type: KeyObjectType; + } + type CipherCCMTypes = 'aes-128-ccm' | 'aes-192-ccm' | 'aes-256-ccm' | 'chacha20-poly1305'; + type CipherGCMTypes = 'aes-128-gcm' | 'aes-192-gcm' | 'aes-256-gcm'; + type CipherOCBTypes = 'aes-128-ocb' | 'aes-192-ocb' | 'aes-256-ocb'; + type BinaryLike = string | NodeJS.ArrayBufferView; + type CipherKey = BinaryLike | KeyObject; + interface CipherCCMOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherGCMOptions extends stream.TransformOptions { + authTagLength?: number | undefined; + } + interface CipherOCBOptions extends stream.TransformOptions { + authTagLength: number; + } + /** + * Creates and returns a `Cipher` object that uses the given `algorithm` and`password`. + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `password` is used to derive the cipher key and initialization vector (IV). + * The value must be either a `'latin1'` encoded string, a `Buffer`, a`TypedArray`, or a `DataView`. + * + * The implementation of `crypto.createCipher()` derives keys using the OpenSSL + * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one + * iteration, and no salt. The lack of salt allows dictionary attacks as the same + * password always creates the same key. The low iteration count and + * non-cryptographically secure hash algorithm allow passwords to be tested very + * rapidly. + * + * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that + * developers derive a key and IV on + * their own using {@link scrypt} and to use {@link createCipheriv} to create the `Cipher` object. Users should not use ciphers with counter mode + * (e.g. CTR, GCM, or CCM) in `crypto.createCipher()`. A warning is emitted when + * they are used in order to avoid the risk of IV reuse that causes + * vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries](https://github.com/nonce-disrespect/nonce-disrespect) for details. + * @since v0.1.94 + * @deprecated Since v10.0.0 - Use {@link createCipheriv} instead. + * @param options `stream.transform` options + */ + function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; + /** + * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and + * initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a + * given IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createCipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): CipherCCM; + function createCipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): CipherOCB; + function createCipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): CipherGCM; + function createCipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Cipher; + /** + * Instances of the `Cipher` class are used to encrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain unencrypted + * data is written to produce encrypted data on the readable side, or + * * Using the `cipher.update()` and `cipher.final()` methods to produce + * the encrypted data. + * + * The {@link createCipher} or {@link createCipheriv} methods are + * used to create `Cipher` instances. `Cipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Cipher` objects as streams: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * // Once we have the key and iv, we can create and use the cipher... + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = ''; + * cipher.setEncoding('hex'); + * + * cipher.on('data', (chunk) => encrypted += chunk); + * cipher.on('end', () => console.log(encrypted)); + * + * cipher.write('some clear text data'); + * cipher.end(); + * }); + * }); + * ``` + * + * Example: Using `Cipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'fs'; + * + * import { + * pipeline + * } from 'stream'; + * + * const { + * scrypt, + * randomFill, + * createCipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.js'); + * const output = createWriteStream('test.enc'); + * + * pipeline(input, cipher, output, (err) => { + * if (err) throw err; + * }); + * }); + * }); + * ``` + * + * Example: Using the `cipher.update()` and `cipher.final()` methods: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); + * encrypted += cipher.final('hex'); + * console.log(encrypted); + * }); + * }); + * ``` + * @since v0.1.94 + */ + class Cipher extends stream.Transform { + private constructor(); + /** + * Updates the cipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or`DataView`. If `data` is a `Buffer`, + * `TypedArray`, or `DataView`, then`inputEncoding` is ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being + * thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the data. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: BinaryLike): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `cipher.final()` method has been called, the `Cipher` object can no + * longer be used to encrypt data. Attempts to call `cipher.final()` more than + * once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When using block encryption algorithms, the `Cipher` class will automatically + * add padding to the input data to the appropriate block size. To disable the + * default padding call `cipher.setAutoPadding(false)`. + * + * When `autoPadding` is `false`, the length of the entire input data must be a + * multiple of the cipher's block size or `cipher.final()` will throw an error. + * Disabling automatic padding is useful for non-standard padding, for instance + * using `0x0` instead of PKCS padding. + * + * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(autoPadding?: boolean): this; + } + interface CipherCCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + } + ): this; + getAuthTag(): Buffer; + } + interface CipherGCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + getAuthTag(): Buffer; + } + interface CipherOCB extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + getAuthTag(): Buffer; + } + /** + * Creates and returns a `Decipher` object that uses the given `algorithm` and`password` (key). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The implementation of `crypto.createDecipher()` derives keys using the OpenSSL + * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one + * iteration, and no salt. The lack of salt allows dictionary attacks as the same + * password always creates the same key. The low iteration count and + * non-cryptographically secure hash algorithm allow passwords to be tested very + * rapidly. + * + * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that + * developers derive a key and IV on + * their own using {@link scrypt} and to use {@link createDecipheriv} to create the `Decipher` object. + * @since v0.1.94 + * @deprecated Since v10.0.0 - Use {@link createDecipheriv} instead. + * @param options `stream.transform` options + */ + function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; + /** + * Creates and returns a `Decipher` object that uses the given `algorithm`, `key`and initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to restrict accepted authentication tags + * to those with the specified length. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a given + * IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createDecipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): DecipherCCM; + function createDecipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): DecipherOCB; + function createDecipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): DecipherGCM; + function createDecipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Decipher; + /** + * Instances of the `Decipher` class are used to decrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain encrypted + * data is written to produce unencrypted data on the readable side, or + * * Using the `decipher.update()` and `decipher.final()` methods to + * produce the unencrypted data. + * + * The {@link createDecipher} or {@link createDecipheriv} methods are + * used to create `Decipher` instances. `Decipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Decipher` objects as streams: + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * scryptSync, + * createDecipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Key length is dependent on the algorithm. In this case for aes192, it is + * // 24 bytes (192 bits). + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * let decrypted = ''; + * decipher.on('readable', () => { + * while (null !== (chunk = decipher.read())) { + * decrypted += chunk.toString('utf8'); + * } + * }); + * decipher.on('end', () => { + * console.log(decrypted); + * // Prints: some clear text data + * }); + * + * // Encrypted with same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * decipher.write(encrypted, 'hex'); + * decipher.end(); + * ``` + * + * Example: Using `Decipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'fs'; + * import { Buffer } from 'buffer'; + * const { + * scryptSync, + * createDecipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.enc'); + * const output = createWriteStream('test.js'); + * + * input.pipe(decipher).pipe(output); + * ``` + * + * Example: Using the `decipher.update()` and `decipher.final()` methods: + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * scryptSync, + * createDecipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * // Encrypted using same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); + * decrypted += decipher.final('utf8'); + * console.log(decrypted); + * // Prints: some clear text data + * ``` + * @since v0.1.94 + */ + class Decipher extends stream.Transform { + private constructor(); + /** + * Updates the decipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is + * ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error + * being thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: NodeJS.ArrayBufferView): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `decipher.final()` method has been called, the `Decipher` object can + * no longer be used to decrypt data. Attempts to call `decipher.final()` more + * than once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When data has been encrypted without standard block padding, calling`decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and + * removing padding. + * + * Turning auto padding off will only work if the input data's length is a + * multiple of the ciphers block size. + * + * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(auto_padding?: boolean): this; + } + interface DecipherCCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + } + ): this; + } + interface DecipherGCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + } + interface DecipherOCB extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + } + interface PrivateKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: 'pkcs1' | 'pkcs8' | 'sec1' | undefined; + passphrase?: string | Buffer | undefined; + } + interface PublicKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: 'pkcs1' | 'spki' | undefined; + } + /** + * Asynchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKey + * } = await import('crypto'); + * + * generateKey('hmac', { length: 64 }, (err, key) => { + * if (err) throw err; + * console.log(key.export().toString('hex')); // 46e..........620 + * }); + * ``` + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKey( + type: 'hmac' | 'aes', + options: { + length: number; + }, + callback: (err: Error | null, key: KeyObject) => void + ): void; + /** + * Synchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKeySync + * } = await import('crypto'); + * + * const key = generateKeySync('hmac', { length: 64 }); + * console.log(key.export().toString('hex')); // e89..........41e + * ``` + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKeySync( + type: 'hmac' | 'aes', + options: { + length: number; + } + ): KeyObject; + interface JsonWebKeyInput { + key: JsonWebKey; + format: 'jwk'; + } + /** + * Creates and returns a new key object containing a private key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key`must be an object with the properties described above. + * + * If the private key is encrypted, a `passphrase` must be specified. The length + * of the passphrase is limited to 1024 bytes. + * @since v11.6.0 + */ + function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a public key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject`with type `'private'`, the public key is derived from the given private key; + * otherwise, `key` must be an object with the properties described above. + * + * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. + * + * Because public keys can be derived from private keys, a private key may be + * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the + * returned `KeyObject` will be `'public'` and that the private key cannot be + * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type`'private'` is given, a new `KeyObject` with type `'public'` will be returned + * and it will be impossible to extract the private key from the returned object. + * @since v11.6.0 + */ + function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a secret key for symmetric + * encryption or `Hmac`. + * @since v11.6.0 + * @param encoding The string encoding when `key` is a string. + */ + function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; + function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; + /** + * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. + * Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Sign` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createSign(algorithm: string, options?: stream.WritableOptions): Sign; + type DSAEncoding = 'der' | 'ieee-p1363'; + interface SigningOptions { + /** + * @See crypto.constants.RSA_PKCS1_PADDING + */ + padding?: number | undefined; + saltLength?: number | undefined; + dsaEncoding?: DSAEncoding | undefined; + } + interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} + interface SignKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} + interface VerifyKeyObjectInput extends SigningOptions { + key: KeyObject; + } + type KeyLike = string | Buffer | KeyObject; + /** + * The `Sign` class is a utility for generating signatures. It can be used in one + * of two ways: + * + * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or + * * Using the `sign.update()` and `sign.sign()` methods to produce the + * signature. + * + * The {@link createSign} method is used to create `Sign` instances. The + * argument is the string name of the hash function to use. `Sign` objects are not + * to be created directly using the `new` keyword. + * + * Example: Using `Sign` and `Verify` objects as streams: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify + * } = await import('crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('ec', { + * namedCurve: 'sect239k1' + * }); + * + * const sign = createSign('SHA256'); + * sign.write('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey, 'hex'); + * + * const verify = createVerify('SHA256'); + * verify.write('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature, 'hex')); + * // Prints: true + * ``` + * + * Example: Using the `sign.update()` and `verify.update()` methods: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify + * } = await import('crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('rsa', { + * modulusLength: 2048, + * }); + * + * const sign = createSign('SHA256'); + * sign.update('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey); + * + * const verify = createVerify('SHA256'); + * verify.update('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature)); + * // Prints: true + * ``` + * @since v0.1.92 + */ + class Sign extends stream.Writable { + private constructor(); + /** + * Updates the `Sign` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): this; + update(data: string, inputEncoding: Encoding): this; + /** + * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the following additional properties can be passed: + * + * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * The `Sign` object can not be again used after `sign.sign()` method has been + * called. Multiple calls to `sign.sign()` will result in an error being thrown. + * @since v0.1.92 + */ + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): string; + } + /** + * Creates and returns a `Verify` object that uses the given algorithm. + * Use {@link getHashes} to obtain an array of names of the available + * signing algorithms. Optional `options` argument controls the`stream.Writable` behavior. + * + * In some cases, a `Verify` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; + /** + * The `Verify` class is a utility for verifying signatures. It can be used in one + * of two ways: + * + * * As a writable `stream` where written data is used to validate against the + * supplied signature, or + * * Using the `verify.update()` and `verify.verify()` methods to verify + * the signature. + * + * The {@link createVerify} method is used to create `Verify` instances.`Verify` objects are not to be created directly using the `new` keyword. + * + * See `Sign` for examples. + * @since v0.1.92 + */ + class Verify extends stream.Writable { + private constructor(); + /** + * Updates the `Verify` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `inputEncoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Verify; + update(data: string, inputEncoding: Encoding): Verify; + /** + * Verifies the provided data using the given `object` and `signature`. + * + * If `object` is not a `KeyObject`, this function behaves as if`object` had been passed to {@link createPublicKey}. If it is an + * object, the following additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the data, in + * the `signatureEncoding`. + * If a `signatureEncoding` is specified, the `signature` is expected to be a + * string; otherwise `signature` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * The `verify` object can not be used again after `verify.verify()` has been + * called. Multiple calls to `verify.verify()` will result in an error being + * thrown. + * + * Because public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.1.92 + */ + verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; + verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: string, signature_format?: BinaryToTextEncoding): boolean; + } + /** + * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an + * optional specific `generator`. + * + * The `generator` argument can be a number, string, or `Buffer`. If`generator` is not specified, the value `2` is used. + * + * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise + * a `Buffer`, `TypedArray`, or `DataView` is expected. + * + * If `generatorEncoding` is specified, `generator` is expected to be a string; + * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. + * @since v0.11.12 + * @param primeEncoding The `encoding` of the `prime` string. + * @param [generator=2] + * @param generatorEncoding The `encoding` of the `generator` string. + */ + function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; + function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; + function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; + function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; + function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; + /** + * The `DiffieHellman` class is a utility for creating Diffie-Hellman key + * exchanges. + * + * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. + * + * ```js + * import assert from 'assert'; + * + * const { + * createDiffieHellman + * } = await import('crypto'); + * + * // Generate Alice's keys... + * const alice = createDiffieHellman(2048); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * // OK + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * ``` + * @since v0.5.0 + */ + class DiffieHellman { + private constructor(); + /** + * Generates private and public Diffie-Hellman key values, and returns + * the public key in the specified `encoding`. This key should be + * transferred to the other party. + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using the specified `inputEncoding`, and secret is + * encoded using specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. + * @since v0.5.0 + * @param inputEncoding The `encoding` of an `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding: null, outputEncoding: BinaryToTextEncoding): string; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman prime in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrime(): Buffer; + getPrime(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman generator in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getGenerator(): Buffer; + getGenerator(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman public key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPublicKey(): Buffer; + getPublicKey(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman private key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * Sets the Diffie-Hellman public key. If the `encoding` argument is provided,`publicKey` is expected + * to be a string. If no `encoding` is provided, `publicKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `publicKey` string. + */ + setPublicKey(publicKey: NodeJS.ArrayBufferView): void; + setPublicKey(publicKey: string, encoding: BufferEncoding): void; + /** + * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected + * to be a string. If no `encoding` is provided, `privateKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BufferEncoding): void; + /** + * A bit field containing any warnings and/or errors resulting from a check + * performed during initialization of the `DiffieHellman` object. + * + * The following values are valid for this property (as defined in `constants`module): + * + * * `DH_CHECK_P_NOT_SAFE_PRIME` + * * `DH_CHECK_P_NOT_PRIME` + * * `DH_UNABLE_TO_CHECK_GENERATOR` + * * `DH_NOT_SUITABLE_GENERATOR` + * @since v0.11.12 + */ + verifyError: number; + } + /** + * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. + * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. + * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. + * + * ```js + * const { createDiffieHellmanGroup } = await import('node:crypto'); + * const dh = createDiffieHellmanGroup('modp1'); + * ``` + * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): + * ```bash + * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h + * modp1 # 768 bits + * modp2 # 1024 bits + * modp5 # 1536 bits + * modp14 # 2048 bits + * modp15 # etc. + * modp16 + * modp17 + * modp18 + * ``` + * @since v0.7.5 + */ + const DiffieHellmanGroup: DiffieHellmanGroupConstructor; + interface DiffieHellmanGroupConstructor { + new(name: string): DiffieHellmanGroup; + (name: string): DiffieHellmanGroup; + readonly prototype: DiffieHellmanGroup; + } + type DiffieHellmanGroup = Omit; + /** + * Creates a predefined `DiffieHellmanGroup` key exchange object. The + * supported groups are: `'modp1'`, `'modp2'`, `'modp5'` (defined in [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt), but see `Caveats`) and `'modp14'`, `'modp15'`,`'modp16'`, `'modp17'`, + * `'modp18'` (defined in [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt)). The + * returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing + * the keys (with `diffieHellman.setPublicKey()`, for example). The + * advantage of using this method is that the parties do not have to + * generate nor exchange a group modulus beforehand, saving both processor + * and communication time. + * + * Example (obtaining a shared secret): + * + * ```js + * const { + * getDiffieHellman + * } = await import('crypto'); + * const alice = getDiffieHellman('modp14'); + * const bob = getDiffieHellman('modp14'); + * + * alice.generateKeys(); + * bob.generateKeys(); + * + * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); + * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); + * + * // aliceSecret and bobSecret should be the same + * console.log(aliceSecret === bobSecret); + * ``` + * @since v0.7.5 + */ + function getDiffieHellman(groupName: string): DiffieHellmanGroup; + /** + * An alias for {@link getDiffieHellman} + * @since v0.9.3 + */ + function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; + /** + * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. + * + * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an error occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. By default, the successfully generated`derivedKey` will be passed to the callback as a `Buffer`. An error will be + * thrown if any of the input arguments specify invalid values or types. + * + * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, + * please specify a `digest` explicitly. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2 + * } = await import('crypto'); + * + * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * ``` + * + * The `crypto.DEFAULT_ENCODING` property can be used to change the way the`derivedKey` is passed to the callback. This property, however, has been + * deprecated and use should be avoided. + * + * ```js + * import crypto from 'crypto'; + * crypto.DEFAULT_ENCODING = 'hex'; + * crypto.pbkdf2('secret', 'salt', 100000, 512, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey); // '3745e48...aa39b34' + * }); + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * @since v0.5.5 + */ + function pbkdf2(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string, callback: (err: Error | null, derivedKey: Buffer) => void): void; + /** + * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. + * + * If an error occurs an `Error` will be thrown, otherwise the derived key will be + * returned as a `Buffer`. + * + * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, + * please specify a `digest` explicitly. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2Sync + * } = await import('crypto'); + * + * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); + * console.log(key.toString('hex')); // '3745e48...08d59ae' + * ``` + * + * The `crypto.DEFAULT_ENCODING` property may be used to change the way the`derivedKey` is returned. This property, however, is deprecated and use + * should be avoided. + * + * ```js + * import crypto from 'crypto'; + * crypto.DEFAULT_ENCODING = 'hex'; + * const key = crypto.pbkdf2Sync('secret', 'salt', 100000, 512, 'sha512'); + * console.log(key); // '3745e48...aa39b34' + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * @since v0.9.3 + */ + function pbkdf2Sync(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string): Buffer; + /** + * Generates cryptographically strong pseudorandom data. The `size` argument + * is a number indicating the number of bytes to generate. + * + * If a `callback` function is provided, the bytes are generated asynchronously + * and the `callback` function is invoked with two arguments: `err` and `buf`. + * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The`buf` argument is a `Buffer` containing the generated bytes. + * + * ```js + * // Asynchronous + * const { + * randomBytes + * } = await import('crypto'); + * + * randomBytes(256, (err, buf) => { + * if (err) throw err; + * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); + * }); + * ``` + * + * If the `callback` function is not provided, the random bytes are generated + * synchronously and returned as a `Buffer`. An error will be thrown if + * there is a problem generating the bytes. + * + * ```js + * // Synchronous + * const { + * randomBytes + * } = await import('crypto'); + * + * const buf = randomBytes(256); + * console.log( + * `${buf.length} bytes of random data: ${buf.toString('hex')}`); + * ``` + * + * The `crypto.randomBytes()` method will not complete until there is + * sufficient entropy available. + * This should normally never take longer than a few milliseconds. The only time + * when generating the random bytes may conceivably block for a longer period of + * time is right after boot, when the whole system is still low on entropy. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomBytes()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomBytes` requests when doing so as part of fulfilling a client + * request. + * @since v0.5.8 + * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. + * @return if the `callback` function is not provided. + */ + function randomBytes(size: number): Buffer; + function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + function pseudoRandomBytes(size: number): Buffer; + function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + /** + * Return a random integer `n` such that `min <= n < max`. This + * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). + * + * The range (`max - min`) must be less than 2^48. `min` and `max` must + * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). + * + * If the `callback` function is not provided, the random integer is + * generated synchronously. + * + * ```js + * // Asynchronous + * const { + * randomInt + * } = await import('crypto'); + * + * randomInt(3, (err, n) => { + * if (err) throw err; + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * }); + * ``` + * + * ```js + * // Synchronous + * const { + * randomInt + * } = await import('crypto'); + * + * const n = randomInt(3); + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * ``` + * + * ```js + * // With `min` argument + * const { + * randomInt + * } = await import('crypto'); + * + * const n = randomInt(1, 7); + * console.log(`The dice rolled: ${n}`); + * ``` + * @since v14.10.0, v12.19.0 + * @param [min=0] Start of random range (inclusive). + * @param max End of random range (exclusive). + * @param callback `function(err, n) {}`. + */ + function randomInt(max: number): number; + function randomInt(min: number, max: number): number; + function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; + function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; + /** + * Synchronous version of {@link randomFill}. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFillSync } = await import('crypto'); + * + * const buf = Buffer.alloc(10); + * console.log(randomFillSync(buf).toString('hex')); + * + * randomFillSync(buf, 5); + * console.log(buf.toString('hex')); + * + * // The above is equivalent to the following: + * randomFillSync(buf, 5, 5); + * console.log(buf.toString('hex')); + * ``` + * + * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFillSync } = await import('crypto'); + * + * const a = new Uint32Array(10); + * console.log(Buffer.from(randomFillSync(a).buffer, + * a.byteOffset, a.byteLength).toString('hex')); + * + * const b = new DataView(new ArrayBuffer(10)); + * console.log(Buffer.from(randomFillSync(b).buffer, + * b.byteOffset, b.byteLength).toString('hex')); + * + * const c = new ArrayBuffer(10); + * console.log(Buffer.from(randomFillSync(c)).toString('hex')); + * ``` + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @return The object passed as `buffer` argument. + */ + function randomFillSync(buffer: T, offset?: number, size?: number): T; + /** + * This function is similar to {@link randomBytes} but requires the first + * argument to be a `Buffer` that will be filled. It also + * requires that a callback is passed in. + * + * If the `callback` function is not provided, an error will be thrown. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFill } = await import('crypto'); + * + * const buf = Buffer.alloc(10); + * randomFill(buf, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * randomFill(buf, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * // The above is equivalent to the following: + * randomFill(buf, 5, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * ``` + * + * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as`buffer`. + * + * While this includes instances of `Float32Array` and `Float64Array`, this + * function should not be used to generate random floating-point numbers. The + * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array + * contains finite numbers only, they are not drawn from a uniform random + * distribution and have no meaningful lower or upper bounds. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFill } = await import('crypto'); + * + * const a = new Uint32Array(10); + * randomFill(a, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const b = new DataView(new ArrayBuffer(10)); + * randomFill(b, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const c = new ArrayBuffer(10); + * randomFill(c, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf).toString('hex')); + * }); + * ``` + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomFill()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomFill` requests when doing so as part of fulfilling a client + * request. + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @param callback `function(err, buf) {}`. + */ + function randomFill(buffer: T, callback: (err: Error | null, buf: T) => void): void; + function randomFill(buffer: T, offset: number, callback: (err: Error | null, buf: T) => void): void; + function randomFill(buffer: T, offset: number, size: number, callback: (err: Error | null, buf: T) => void): void; + interface ScryptOptions { + cost?: number | undefined; + blockSize?: number | undefined; + parallelization?: number | undefined; + N?: number | undefined; + r?: number | undefined; + p?: number | undefined; + maxmem?: number | undefined; + } + /** + * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * The `callback` function is called with two arguments: `err` and `derivedKey`.`err` is an exception object when key derivation fails, otherwise `err` is`null`. `derivedKey` is passed to the + * callback as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scrypt + * } = await import('crypto'); + * + * // Using the factory defaults. + * scrypt('password', 'salt', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * // Using a custom N parameter. Must be a power of two. + * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' + * }); + * ``` + * @since v10.5.0 + */ + function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: Buffer) => void): void; + function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, options: ScryptOptions, callback: (err: Error | null, derivedKey: Buffer) => void): void; + /** + * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * An exception is thrown when key derivation fails, otherwise the derived key is + * returned as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scryptSync + * } = await import('crypto'); + * // Using the factory defaults. + * + * const key1 = scryptSync('password', 'salt', 64); + * console.log(key1.toString('hex')); // '3745e48...08d59ae' + * // Using a custom N parameter. Must be a power of two. + * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); + * console.log(key2.toString('hex')); // '3745e48...aa39b34' + * ``` + * @since v10.5.0 + */ + function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; + interface RsaPublicKey { + key: KeyLike; + padding?: number | undefined; + } + interface RsaPrivateKey { + key: KeyLike; + passphrase?: string | undefined; + /** + * @default 'sha1' + */ + oaepHash?: string | undefined; + oaepLabel?: NodeJS.TypedArray | undefined; + padding?: number | undefined; + } + /** + * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using + * the corresponding private key, for example using {@link privateDecrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.11.14 + */ + function publicEncrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * Decrypts `buffer` with `key`.`buffer` was previously encrypted using + * the corresponding private key, for example using {@link privateEncrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v1.1.0 + */ + function publicDecrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using + * the corresponding public key, for example using {@link publicEncrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. + * @since v0.11.14 + */ + function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using + * the corresponding public key, for example using {@link publicDecrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. + * @since v1.1.0 + */ + function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * ```js + * const { + * getCiphers + * } = await import('crypto'); + * + * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] + * ``` + * @since v0.9.3 + * @return An array with the names of the supported cipher algorithms. + */ + function getCiphers(): string[]; + /** + * ```js + * const { + * getCurves + * } = await import('crypto'); + * + * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] + * ``` + * @since v2.3.0 + * @return An array with the names of the supported elliptic curves. + */ + function getCurves(): string[]; + /** + * @since v10.0.0 + * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. + */ + function getFips(): 1 | 0; + /** + * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. Throws an error if FIPS mode is not available. + * @since v10.0.0 + * @param bool `true` to enable FIPS mode. + */ + function setFips(bool: boolean): void; + /** + * ```js + * const { + * getHashes + * } = await import('crypto'); + * + * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] + * ``` + * @since v0.9.3 + * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. + */ + function getHashes(): string[]; + /** + * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) + * key exchanges. + * + * Instances of the `ECDH` class can be created using the {@link createECDH} function. + * + * ```js + * import assert from 'assert'; + * + * const { + * createECDH + * } = await import('crypto'); + * + * // Generate Alice's keys... + * const alice = createECDH('secp521r1'); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createECDH('secp521r1'); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * // OK + * ``` + * @since v0.11.14 + */ + class ECDH { + private constructor(); + /** + * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the + * format specified by `format`. The `format` argument specifies point encoding + * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is + * interpreted using the specified `inputEncoding`, and the returned key is encoded + * using the specified `outputEncoding`. + * + * Use {@link getCurves} to obtain a list of available curve names. + * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display + * the name and description of each available elliptic curve. + * + * If `format` is not specified the point will be returned in `'uncompressed'`format. + * + * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * Example (uncompressing a key): + * + * ```js + * const { + * createECDH, + * ECDH + * } = await import('crypto'); + * + * const ecdh = createECDH('secp256k1'); + * ecdh.generateKeys(); + * + * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); + * + * const uncompressedKey = ECDH.convertKey(compressedKey, + * 'secp256k1', + * 'hex', + * 'hex', + * 'uncompressed'); + * + * // The converted key and the uncompressed public key should be the same + * console.log(uncompressedKey === ecdh.getPublicKey('hex')); + * ``` + * @since v10.0.0 + * @param inputEncoding The `encoding` of the `key` string. + * @param outputEncoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + static convertKey( + key: BinaryLike, + curve: string, + inputEncoding?: BinaryToTextEncoding, + outputEncoding?: 'latin1' | 'hex' | 'base64' | 'base64url', + format?: 'uncompressed' | 'compressed' | 'hybrid' + ): Buffer | string; + /** + * Generates private and public EC Diffie-Hellman key values, and returns + * the public key in the specified `format` and `encoding`. This key should be + * transferred to the other party. + * + * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. + * + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using specified `inputEncoding`, and the returned secret + * is encoded using the specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or`DataView`. + * + * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. + * + * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey`lies outside of the elliptic curve. Since `otherPublicKey` is + * usually supplied from a remote user over an insecure network, + * be sure to handle this exception accordingly. + * @since v0.11.14 + * @param inputEncoding The `encoding` of the `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; + /** + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @return The EC Diffie-Hellman in the specified `encoding`. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. + * + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param [encoding] The `encoding` of the return value. + * @param [format='uncompressed'] + * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. + */ + getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer; + getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Sets the EC Diffie-Hellman private key. + * If `encoding` is provided, `privateKey` is expected + * to be a string; otherwise `privateKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * If `privateKey` is not valid for the curve specified when the `ECDH` object was + * created, an error is thrown. Upon setting the private key, the associated + * public point (key) is also generated and set in the `ECDH` object. + * @since v0.11.14 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; + } + /** + * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a + * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent + * OpenSSL releases, `openssl ecparam -list_curves` will also display the name + * and description of each available elliptic curve. + * @since v0.11.14 + */ + function createECDH(curveName: string): ECDH; + /** + * This function is based on a constant-time algorithm. + * Returns true if `a` is equal to `b`, without leaking timing information that + * would allow an attacker to guess one of the values. This is suitable for + * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). + * + * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they + * must have the same byte length. An error is thrown if `a` and `b` have + * different byte lengths. + * + * If at least one of `a` and `b` is a `TypedArray` with more than one byte per + * entry, such as `Uint16Array`, the result will be computed using the platform + * byte order. + * + * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code + * is timing-safe. Care should be taken to ensure that the surrounding code does + * not introduce timing vulnerabilities. + * @since v6.6.0 + */ + function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; + /** @deprecated since v10.0.0 */ + const DEFAULT_ENCODING: BufferEncoding; + type KeyType = 'rsa' | 'rsa-pss' | 'dsa' | 'ec' | 'ed25519' | 'ed448' | 'x25519' | 'x448'; + type KeyFormat = 'pem' | 'der' | 'jwk'; + interface BasePrivateKeyEncodingOptions { + format: T; + cipher?: string | undefined; + passphrase?: string | undefined; + } + interface KeyPairKeyObjectResult { + publicKey: KeyObject; + privateKey: KeyObject; + } + interface ED25519KeyPairKeyObjectOptions {} + interface ED448KeyPairKeyObjectOptions {} + interface X25519KeyPairKeyObjectOptions {} + interface X448KeyPairKeyObjectOptions {} + interface ECKeyPairKeyObjectOptions { + /** + * Name of the curve to use + */ + namedCurve: string; + } + interface RSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + } + interface RSAPSSKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + } + interface DSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + } + interface RSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + publicKeyEncoding: { + type: 'pkcs1' | 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs1' | 'pkcs8'; + }; + } + interface RSAPSSKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface DSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface ECKeyPairOptions { + /** + * Name of the curve to use. + */ + namedCurve: string; + publicKeyEncoding: { + type: 'pkcs1' | 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'sec1' | 'pkcs8'; + }; + } + interface ED25519KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface ED448KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface X25519KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface X448KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface KeyPairSyncResult { + publicKey: T1; + privateKey: T2; + } + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * When encoding public keys, it is recommended to use `'spki'`. When encoding + * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, + * and to keep the passphrase confidential. + * + * ```js + * const { + * generateKeyPairSync + * } = await import('crypto'); + * + * const { + * publicKey, + * privateKey, + * } = generateKeyPairSync('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem' + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret' + * } + * }); + * ``` + * + * The return value `{ publicKey, privateKey }` represents the generated key pair. + * When PEM encoding was selected, the respective key will be a string, otherwise + * it will be a buffer containing the data encoded as DER. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * It is recommended to encode public keys as `'spki'` and private keys as`'pkcs8'` with encryption for long-term storage: + * + * ```js + * const { + * generateKeyPair + * } = await import('crypto'); + * + * generateKeyPair('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem' + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret' + * } + * }, (err, publicKey, privateKey) => { + * // Handle errors and use the generated key pair. + * }); + * ``` + * + * On completion, `callback` will be called with `err` set to `undefined` and`publicKey` / `privateKey` representing the generated key pair. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + namespace generateKeyPair { + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'rsa', options: RSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'dsa', options: DSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'ec', options: ECKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'x448', options?: X448KeyPairKeyObjectOptions): Promise; + } + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPrivateKey}. If it is an object, the following + * additional properties can be passed: + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function sign(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, + callback: (error: Error | null, data: Buffer) => void + ): void; + /** + * Verifies the given signature for `data` using the given key and algorithm. If`algorithm` is `null` or `undefined`, then the algorithm is dependent upon the + * key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPublicKey}. If it is an object, the following + * additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the `data`. + * + * Because public keys can be derived from private keys, a private key or a public + * key may be passed for `key`. + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function verify(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, + signature: NodeJS.ArrayBufferView, + callback: (error: Error | null, result: boolean) => void + ): void; + /** + * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. + * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'`(for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). + * @since v13.9.0, v12.17.0 + */ + function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer; + type CipherMode = 'cbc' | 'ccm' | 'cfb' | 'ctr' | 'ecb' | 'gcm' | 'ocb' | 'ofb' | 'stream' | 'wrap' | 'xts'; + interface CipherInfoOptions { + /** + * A test key length. + */ + keyLength?: number | undefined; + /** + * A test IV length. + */ + ivLength?: number | undefined; + } + interface CipherInfo { + /** + * The name of the cipher. + */ + name: string; + /** + * The nid of the cipher. + */ + nid: number; + /** + * The block size of the cipher in bytes. + * This property is omitted when mode is 'stream'. + */ + blockSize?: number | undefined; + /** + * The expected or default initialization vector length in bytes. + * This property is omitted if the cipher does not use an initialization vector. + */ + ivLength?: number | undefined; + /** + * The expected or default key length in bytes. + */ + keyLength: number; + /** + * The cipher mode. + */ + mode: CipherMode; + } + /** + * Returns information about a given cipher. + * + * Some ciphers accept variable length keys and initialization vectors. By default, + * the `crypto.getCipherInfo()` method will return the default values for these + * ciphers. To test if a given key length or iv length is acceptable for given + * cipher, use the `keyLength` and `ivLength` options. If the given values are + * unacceptable, `undefined` will be returned. + * @since v15.0.0 + * @param nameOrNid The name or nid of the cipher to query. + */ + function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; + /** + * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`,`salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an errors occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. The successfully generated `derivedKey` will + * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any + * of the input arguments specify invalid values or types. + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * hkdf + * } = await import('crypto'); + * + * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * }); + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. It must be at least one byte in length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdf(digest: string, irm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: ArrayBuffer) => void): void; + /** + * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The + * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of`keylen` bytes. + * + * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). + * + * An error will be thrown if any of the input arguments specify invalid values or + * types, or if the derived key cannot be generated. + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * hkdfSync + * } = await import('crypto'); + * + * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. It must be at least one byte in length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdfSync(digest: string, ikm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number): ArrayBuffer; + interface SecureHeapUsage { + /** + * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. + */ + total: number; + /** + * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. + */ + min: number; + /** + * The total number of bytes currently allocated from the secure heap. + */ + used: number; + /** + * The calculated ratio of `used` to `total` allocated bytes. + */ + utilization: number; + } + /** + * @since v15.6.0 + */ + function secureHeapUsed(): SecureHeapUsage; + interface RandomUUIDOptions { + /** + * By default, to improve performance, + * Node.js will pre-emptively generate and persistently cache enough + * random data to generate up to 128 random UUIDs. To generate a UUID + * without using the cache, set `disableEntropyCache` to `true`. + * + * @default `false` + */ + disableEntropyCache?: boolean | undefined; + } + /** + * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a + * cryptographic pseudorandom number generator. + * @since v15.6.0, v14.17.0 + */ + function randomUUID(options?: RandomUUIDOptions): string; + interface X509CheckOptions { + /** + * @default 'always' + */ + subject?: 'always' | 'default' | 'never'; + /** + * @default true + */ + wildcards?: boolean; + /** + * @default true + */ + partialWildcards?: boolean; + /** + * @default false + */ + multiLabelWildcards?: boolean; + /** + * @default false + */ + singleLabelSubdomains?: boolean; + } + /** + * Encapsulates an X509 certificate and provides read-only access to + * its information. + * + * ```js + * const { X509Certificate } = await import('crypto'); + * + * const x509 = new X509Certificate('{... pem encoded cert ...}'); + * + * console.log(x509.subject); + * ``` + * @since v15.6.0 + */ + class X509Certificate { + /** + * Will be \`true\` if this is a Certificate Authority (CA) certificate. + * @since v15.6.0 + */ + readonly ca: boolean; + /** + * The SHA-1 fingerprint of this certificate. + * + * Because SHA-1 is cryptographically broken and because the security of SHA-1 is + * significantly worse than that of algorithms that are commonly used to sign + * certificates, consider using `x509.fingerprint256` instead. + * @since v15.6.0 + */ + readonly fingerprint: string; + /** + * The SHA-256 fingerprint of this certificate. + * @since v15.6.0 + */ + readonly fingerprint256: string; + /** + * The SHA-512 fingerprint of this certificate. + * @since v16.14.0 + */ + readonly fingerprint512: string; + /** + * The complete subject of this certificate. + * @since v15.6.0 + */ + readonly subject: string; + /** + * The subject alternative name specified for this certificate or `undefined` + * if not available. + * @since v15.6.0 + */ + readonly subjectAltName: string | undefined; + /** + * The information access content of this certificate or `undefined` if not + * available. + * @since v15.6.0 + */ + readonly infoAccess: string | undefined; + /** + * An array detailing the key usages for this certificate. + * @since v15.6.0 + */ + readonly keyUsage: string[]; + /** + * The issuer identification included in this certificate. + * @since v15.6.0 + */ + readonly issuer: string; + /** + * The issuer certificate or `undefined` if the issuer certificate is not + * available. + * @since v15.9.0 + */ + readonly issuerCertificate?: X509Certificate | undefined; + /** + * The public key `KeyObject` for this certificate. + * @since v15.6.0 + */ + readonly publicKey: KeyObject; + /** + * A `Buffer` containing the DER encoding of this certificate. + * @since v15.6.0 + */ + readonly raw: Buffer; + /** + * The serial number of this certificate. + * + * Serial numbers are assigned by certificate authorities and do not uniquely + * identify certificates. Consider using `x509.fingerprint256` as a unique + * identifier instead. + * @since v15.6.0 + */ + readonly serialNumber: string; + /** + * The date/time from which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validFrom: string; + /** + * The date/time until which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validTo: string; + constructor(buffer: BinaryLike); + /** + * Checks whether the certificate matches the given email address. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any email addresses. + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching email + * address, the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns `email` if the certificate matches, `undefined` if it does not. + */ + checkEmail(email: string, options?: Pick): string | undefined; + /** + * Checks whether the certificate matches the given host name. + * + * If the certificate matches the given host name, the matching subject name is + * returned. The returned name might be an exact match (e.g., `foo.example.com`) + * or it might contain wildcards (e.g., `*.example.com`). Because host name + * comparisons are case-insensitive, the returned subject name might also differ + * from the given `name` in capitalization. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching DNS name, + * the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. + */ + checkHost(name: string, options?: X509CheckOptions): string | undefined; + /** + * Checks whether the certificate matches the given IP address (IPv4 or IPv6). + * + * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they + * must match the given `ip` address exactly. Other subject alternative names as + * well as the subject field of the certificate are ignored. + * @since v15.6.0 + * @return Returns `ip` if the certificate matches, `undefined` if it does not. + */ + checkIP(ip: string): string | undefined; + /** + * Checks whether this certificate was issued by the given `otherCert`. + * @since v15.6.0 + */ + checkIssued(otherCert: X509Certificate): boolean; + /** + * Checks whether the public key for this certificate is consistent with + * the given private key. + * @since v15.6.0 + * @param privateKey A private key. + */ + checkPrivateKey(privateKey: KeyObject): boolean; + /** + * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded + * certificate. + * @since v15.6.0 + */ + toJSON(): string; + /** + * Returns information about this certificate using the legacy `certificate object` encoding. + * @since v15.6.0 + */ + toLegacyObject(): PeerCertificate; + /** + * Returns the PEM-encoded certificate. + * @since v15.6.0 + */ + toString(): string; + /** + * Verifies that this certificate was signed by the given public key. + * Does not perform any other validation checks on the certificate. + * @since v15.6.0 + * @param publicKey A public key. + */ + verify(publicKey: KeyObject): boolean; + } + type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; + interface GeneratePrimeOptions { + add?: LargeNumberLike | undefined; + rem?: LargeNumberLike | undefined; + /** + * @default false + */ + safe?: boolean | undefined; + bigint?: boolean | undefined; + } + interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { + bigint: true; + } + interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { + bigint?: false | undefined; + } + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime(size: number, options: GeneratePrimeOptionsBigInt, callback: (err: Error | null, prime: bigint) => void): void; + function generatePrime(size: number, options: GeneratePrimeOptionsArrayBuffer, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime(size: number, options: GeneratePrimeOptions, callback: (err: Error | null, prime: ArrayBuffer | bigint) => void): void; + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrimeSync(size: number): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; + interface CheckPrimeOptions { + /** + * The number of Miller-Rabin probabilistic primality iterations to perform. + * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. + * Care must be used when selecting a number of checks. + * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. + * + * @default 0 + */ + checks?: number | undefined; + } + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + */ + function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; + function checkPrime(value: LargeNumberLike, options: CheckPrimeOptions, callback: (err: Error | null, result: boolean) => void): void; + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. + */ + function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; + /** + * Load and set the `engine` for some or all OpenSSL functions (selected by flags). + * + * `engine` could be either an id or a path to the engine's shared library. + * + * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. + * The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): + * + * - `crypto.constants.ENGINE_METHOD_RSA` + * - `crypto.constants.ENGINE_METHOD_DSA` + * - `crypto.constants.ENGINE_METHOD_DH` + * - `crypto.constants.ENGINE_METHOD_RAND` + * - `crypto.constants.ENGINE_METHOD_EC` + * - `crypto.constants.ENGINE_METHOD_CIPHERS` + * - `crypto.constants.ENGINE_METHOD_DIGESTS` + * - `crypto.constants.ENGINE_METHOD_PKEY_METHS` + * - `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` + * - `crypto.constants.ENGINE_METHOD_ALL` + * - `crypto.constants.ENGINE_METHOD_NONE` + * + * The flags below are deprecated in OpenSSL-1.1.0. + * + * - `crypto.constants.ENGINE_METHOD_ECDH` + * - `crypto.constants.ENGINE_METHOD_ECDSA` + * - `crypto.constants.ENGINE_METHOD_STORE` + * @since v0.11.11 + * @param [flags=crypto.constants.ENGINE_METHOD_ALL] + */ + function setEngine(engine: string, flags?: number): void; + /** + * A convenient alias for `crypto.webcrypto.getRandomValues()`. + * This implementation is not compliant with the Web Crypto spec, + * to write web-compatible code use `crypto.webcrypto.getRandomValues()` instead. + * @since v17.4.0 + * @returns Returns `typedArray`. + */ + function getRandomValues(typedArray: T): T; + /** + * A convenient alias for `crypto.webcrypto.subtle`. + * @since v17.4.0 + */ + const subtle: webcrypto.SubtleCrypto; + /** + * An implementation of the Web Crypto API standard. + * + * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. + * @since v15.0.0 + */ + const webcrypto: webcrypto.Crypto; + namespace webcrypto { + type BufferSource = ArrayBufferView | ArrayBuffer; + type KeyFormat = 'jwk' | 'pkcs8' | 'raw' | 'spki'; + type KeyType = 'private' | 'public' | 'secret'; + type KeyUsage = 'decrypt' | 'deriveBits' | 'deriveKey' | 'encrypt' | 'sign' | 'unwrapKey' | 'verify' | 'wrapKey'; + type AlgorithmIdentifier = Algorithm | string; + type HashAlgorithmIdentifier = AlgorithmIdentifier; + type NamedCurve = string; + type BigInteger = Uint8Array; + interface AesCbcParams extends Algorithm { + iv: BufferSource; + } + interface AesCtrParams extends Algorithm { + counter: BufferSource; + length: number; + } + interface AesDerivedKeyParams extends Algorithm { + length: number; + } + interface AesGcmParams extends Algorithm { + additionalData?: BufferSource; + iv: BufferSource; + tagLength?: number; + } + interface AesKeyAlgorithm extends KeyAlgorithm { + length: number; + } + interface AesKeyGenParams extends Algorithm { + length: number; + } + interface Algorithm { + name: string; + } + interface EcKeyAlgorithm extends KeyAlgorithm { + namedCurve: NamedCurve; + } + interface EcKeyGenParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcKeyImportParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcdhKeyDeriveParams extends Algorithm { + public: CryptoKey; + } + interface EcdsaParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface Ed448Params extends Algorithm { + context?: BufferSource; + } + interface HkdfParams extends Algorithm { + hash: HashAlgorithmIdentifier; + info: BufferSource; + salt: BufferSource; + } + interface HmacImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface HmacKeyAlgorithm extends KeyAlgorithm { + hash: KeyAlgorithm; + length: number; + } + interface HmacKeyGenParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface JsonWebKey { + alg?: string; + crv?: string; + d?: string; + dp?: string; + dq?: string; + e?: string; + ext?: boolean; + k?: string; + key_ops?: string[]; + kty?: string; + n?: string; + oth?: RsaOtherPrimesInfo[]; + p?: string; + q?: string; + qi?: string; + use?: string; + x?: string; + y?: string; + } + interface KeyAlgorithm { + name: string; + } + interface Pbkdf2Params extends Algorithm { + hash: HashAlgorithmIdentifier; + iterations: number; + salt: BufferSource; + } + interface RsaHashedImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { + hash: KeyAlgorithm; + } + interface RsaHashedKeyGenParams extends RsaKeyGenParams { + hash: HashAlgorithmIdentifier; + } + interface RsaKeyAlgorithm extends KeyAlgorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaKeyGenParams extends Algorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaOaepParams extends Algorithm { + label?: BufferSource; + } + interface RsaOtherPrimesInfo { + d?: string; + r?: string; + t?: string; + } + interface RsaPssParams extends Algorithm { + saltLength: number; + } + /** + * Calling `require('node:crypto').webcrypto` returns an instance of the `Crypto` class. + * `Crypto` is a singleton that provides access to the remainder of the crypto API. + * @since v15.0.0 + */ + interface Crypto { + /** + * Provides access to the `SubtleCrypto` API. + * @since v15.0.0 + */ + readonly subtle: SubtleCrypto; + /** + * Generates cryptographically strong random values. + * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. + * + * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. + * + * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. + * @since v15.0.0 + */ + getRandomValues>(typedArray: T): T; + /** + * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. + * The UUID is generated using a cryptographic pseudorandom number generator. + * @since v16.7.0 + */ + randomUUID(): string; + CryptoKey: CryptoKeyConstructor; + } + // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. + interface CryptoKeyConstructor { + /** Illegal constructor */ + (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. + readonly length: 0; + readonly name: 'CryptoKey'; + readonly prototype: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface CryptoKey { + /** + * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. + * @since v15.0.0 + */ + readonly algorithm: KeyAlgorithm; + /** + * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. + * @since v15.0.0 + */ + readonly extractable: boolean; + /** + * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. + * @since v15.0.0 + */ + readonly type: KeyType; + /** + * An array of strings identifying the operations for which the key may be used. + * + * The possible usages are: + * - `'encrypt'` - The key may be used to encrypt data. + * - `'decrypt'` - The key may be used to decrypt data. + * - `'sign'` - The key may be used to generate digital signatures. + * - `'verify'` - The key may be used to verify digital signatures. + * - `'deriveKey'` - The key may be used to derive a new key. + * - `'deriveBits'` - The key may be used to derive bits. + * - `'wrapKey'` - The key may be used to wrap another key. + * - `'unwrapKey'` - The key may be used to unwrap another key. + * + * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). + * @since v15.0.0 + */ + readonly usages: KeyUsage[]; + } + /** + * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. + * @since v15.0.0 + */ + interface CryptoKeyPair { + /** + * A {@link CryptoKey} whose type will be `'private'`. + * @since v15.0.0 + */ + privateKey: CryptoKey; + /** + * A {@link CryptoKey} whose type will be `'public'`. + * @since v15.0.0 + */ + publicKey: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface SubtleCrypto { + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, + * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, + * the returned promise will be resolved with an `` containing the plaintext result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + decrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise; + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, + * `subtle.deriveBits()` attempts to generate `length` bits. + * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. + * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed + * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. + * If successful, the returned promise will be resolved with an `` containing the generated data. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @since v15.0.0 + */ + deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise; + deriveBits(algorithm: AlgorithmIdentifier | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, length: number): Promise; + /** + * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, + * `subtle.deriveKey()` attempts to generate a new ` based on the method and parameters in `derivedKeyAlgorithm`. + * + * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, + * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + deriveKey( + algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + derivedKeyAlgorithm: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, + extractable: boolean, + keyUsages: ReadonlyArray + ): Promise; + /** + * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. + * If successful, the returned promise is resolved with an `` containing the computed digest. + * + * If `algorithm` is provided as a ``, it must be one of: + * + * - `'SHA-1'` + * - `'SHA-256'` + * - `'SHA-384'` + * - `'SHA-512'` + * + * If `algorithm` is provided as an ``, it must have a `name` property whose value is one of the above. + * @since v15.0.0 + */ + digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise; + /** + * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, + * `subtle.encrypt()` attempts to encipher `data`. If successful, + * the returned promise is resolved with an `` containing the encrypted result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + encrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise; + /** + * Exports the given key into the specified format, if supported. + * + * If the `` is not extractable, the returned promise will reject. + * + * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, + * the returned promise will be resolved with an `` containing the exported key data. + * + * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a + * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @returns `` containing ``. + * @since v15.0.0 + */ + exportKey(format: 'jwk', key: CryptoKey): Promise; + exportKey(format: Exclude, key: CryptoKey): Promise; + /** + * Using the method and parameters provided in `algorithm`, + * `subtle.generateKey()` attempts to generate new keying material. + * Depending the method used, the method may generate either a single `` or a ``. + * + * The `` (public and private key) generating algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * The `` (secret key) generating algorithms supported include: + * + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray): Promise; + generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray): Promise; + generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: KeyUsage[]): Promise; + /** + * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` + * to create a `` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. + * If the import is successful, the returned promise will be resolved with the created ``. + * + * If importing a `'PBKDF2'` key, `extractable` must be `false`. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + importKey( + format: 'jwk', + keyData: JsonWebKey, + algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, + extractable: boolean, + keyUsages: ReadonlyArray + ): Promise; + importKey( + format: Exclude, + keyData: BufferSource, + algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[] + ): Promise; + /** + * Using the method and parameters given by `algorithm` and the keying material provided by `key`, + * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, + * the returned promise is resolved with an `` containing the generated signature. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + sign(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, data: BufferSource): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `` instance. + * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) + * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. + * If successful, the returned promise is resolved with a `` object. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * + * The unwrapped key algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + unwrapKey( + format: KeyFormat, + wrappedKey: BufferSource, + unwrappingKey: CryptoKey, + unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[] + ): Promise; + /** + * Using the method and parameters given in `algorithm` and the keying material provided by `key`, + * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. + * The returned promise is resolved with either `true` or `false`. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + verify(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, signature: BufferSource, data: BufferSource): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, + * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. + * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, + * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. + * If successful, the returned promise will be resolved with an `` containing the encrypted key data. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @since v15.0.0 + */ + wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise; + } + } +} +declare module 'node:crypto' { + export * from 'crypto'; +} diff --git a/node_modules/@types/node/dgram.d.ts b/node_modules/@types/node/dgram.d.ts new file mode 100644 index 000000000..247328d28 --- /dev/null +++ b/node_modules/@types/node/dgram.d.ts @@ -0,0 +1,545 @@ +/** + * The `dgram` module provides an implementation of UDP datagram sockets. + * + * ```js + * import dgram from 'dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.log(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dgram.js) + */ +declare module 'dgram' { + import { AddressInfo } from 'node:net'; + import * as dns from 'node:dns'; + import { EventEmitter, Abortable } from 'node:events'; + interface RemoteInfo { + address: string; + family: 'IPv4' | 'IPv6'; + port: number; + size: number; + } + interface BindOptions { + port?: number | undefined; + address?: string | undefined; + exclusive?: boolean | undefined; + fd?: number | undefined; + } + type SocketType = 'udp4' | 'udp6'; + interface SocketOptions extends Abortable { + type: SocketType; + reuseAddr?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + recvBufferSize?: number | undefined; + sendBufferSize?: number | undefined; + lookup?: ((hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void) | undefined; + } + /** + * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram + * messages. When `address` and `port` are not passed to `socket.bind()` the + * method will bind the socket to the "all interfaces" address on a random port + * (it does the right thing for both `udp4` and `udp6` sockets). The bound address + * and port can be retrieved using `socket.address().address` and `socket.address().port`. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.close()` on the socket: + * + * ```js + * const controller = new AbortController(); + * const { signal } = controller; + * const server = dgram.createSocket({ type: 'udp4', signal }); + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * // Later, when you want to close the server. + * controller.abort(); + * ``` + * @since v0.11.13 + * @param options Available options are: + * @param callback Attached as a listener for `'message'` events. Optional. + */ + function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + /** + * Encapsulates the datagram functionality. + * + * New instances of `dgram.Socket` are created using {@link createSocket}. + * The `new` keyword is not to be used to create `dgram.Socket` instances. + * @since v0.1.99 + */ + class Socket extends EventEmitter { + /** + * Tells the kernel to join a multicast group at the given `multicastAddress` and`multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the`multicastInterface` argument is not + * specified, the operating system will choose + * one interface and will add membership to it. To add membership to every + * available interface, call `addMembership` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * + * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: + * + * ```js + * import cluster from 'cluster'; + * import dgram from 'dgram'; + * + * if (cluster.isPrimary) { + * cluster.fork(); // Works ok. + * cluster.fork(); // Fails with EADDRINUSE. + * } else { + * const s = dgram.createSocket('udp4'); + * s.bind(1234, () => { + * s.addMembership('224.0.0.114'); + * }); + * } + * ``` + * @since v0.6.9 + */ + addMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * Returns an object containing the address information for a socket. + * For UDP sockets, this object will contain `address`, `family` and `port`properties. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.99 + */ + address(): AddressInfo; + /** + * For UDP sockets, causes the `dgram.Socket` to listen for datagram + * messages on a named `port` and optional `address`. If `port` is not + * specified or is `0`, the operating system will attempt to bind to a + * random port. If `address` is not specified, the operating system will + * attempt to listen on all addresses. Once binding is complete, a`'listening'` event is emitted and the optional `callback` function is + * called. + * + * Specifying both a `'listening'` event listener and passing a`callback` to the `socket.bind()` method is not harmful but not very + * useful. + * + * A bound datagram socket keeps the Node.js process running to receive + * datagram messages. + * + * If binding fails, an `'error'` event is generated. In rare case (e.g. + * attempting to bind with a closed socket), an `Error` may be thrown. + * + * Example of a UDP server listening on port 41234: + * + * ```js + * import dgram from 'dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.log(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @since v0.1.99 + * @param callback with no parameters. Called when binding is complete. + */ + bind(port?: number, address?: string, callback?: () => void): this; + bind(port?: number, callback?: () => void): this; + bind(callback?: () => void): this; + bind(options: BindOptions, callback?: () => void): this; + /** + * Close the underlying socket and stop listening for data on it. If a callback is + * provided, it is added as a listener for the `'close'` event. + * @since v0.1.99 + * @param callback Called when the socket has been closed. + */ + close(callback?: () => void): this; + /** + * Associates the `dgram.Socket` to a remote address and port. Every + * message sent by this handle is automatically sent to that destination. Also, + * the socket will only receive messages from that remote peer. + * Trying to call `connect()` on an already connected socket will result + * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not + * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) + * will be used by default. Once the connection is complete, a `'connect'` event + * is emitted and the optional `callback` function is called. In case of failure, + * the `callback` is called or, failing this, an `'error'` event is emitted. + * @since v12.0.0 + * @param callback Called when the connection is completed or on error. + */ + connect(port: number, address?: string, callback?: () => void): void; + connect(port: number, callback: () => void): void; + /** + * A synchronous function that disassociates a connected `dgram.Socket` from + * its remote address. Trying to call `disconnect()` on an unbound or already + * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. + * @since v12.0.0 + */ + disconnect(): void; + /** + * Instructs the kernel to leave a multicast group at `multicastAddress` using the`IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the + * kernel when the socket is closed or the process terminates, so most apps will + * never have reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v0.6.9 + */ + dropMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_RCVBUF` socket receive buffer size in bytes. + */ + getRecvBufferSize(): number; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_SNDBUF` socket send buffer size in bytes. + */ + getSendBufferSize(): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active. The `socket.ref()` method adds the socket back to the reference + * counting and restores the default behavior. + * + * Calling `socket.ref()` multiples times will have no additional effect. + * + * The `socket.ref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + ref(): this; + /** + * Returns an object containing the `address`, `family`, and `port` of the remote + * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception + * if the socket is not connected. + * @since v12.0.0 + */ + remoteAddress(): AddressInfo; + /** + * Broadcasts a datagram on the socket. + * For connectionless sockets, the destination `port` and `address` must be + * specified. Connected sockets, on the other hand, will use their associated + * remote endpoint, so the `port` and `address` arguments must not be set. + * + * The `msg` argument contains the message to be sent. + * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, + * any `TypedArray` or a `DataView`, + * the `offset` and `length` specify the offset within the `Buffer` where the + * message begins and the number of bytes in the message, respectively. + * If `msg` is a `String`, then it is automatically converted to a `Buffer`with `'utf8'` encoding. With messages that + * contain multi-byte characters, `offset` and `length` will be calculated with + * respect to `byte length` and not the character position. + * If `msg` is an array, `offset` and `length` must not be specified. + * + * The `address` argument is a string. If the value of `address` is a host name, + * DNS will be used to resolve the address of the host. If `address` is not + * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`(for `udp6` sockets) will be used by default. + * + * If the socket has not been previously bound with a call to `bind`, the socket + * is assigned a random port number and is bound to the "all interfaces" address + * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) + * + * An optional `callback` function may be specified to as a way of reporting + * DNS errors or for determining when it is safe to reuse the `buf` object. + * DNS lookups delay the time to send for at least one tick of the + * Node.js event loop. + * + * The only way to know for sure that the datagram has been sent is by using a`callback`. If an error occurs and a `callback` is given, the error will be + * passed as the first argument to the `callback`. If a `callback` is not given, + * the error is emitted as an `'error'` event on the `socket` object. + * + * Offset and length are optional but both _must_ be set if either are used. + * They are supported only when the first argument is a `Buffer`, a `TypedArray`, + * or a `DataView`. + * + * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. + * + * Example of sending a UDP packet to a port on `localhost`; + * + * ```js + * import dgram from 'dgram'; + * import { Buffer } from 'buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.send(message, 41234, 'localhost', (err) => { + * client.close(); + * }); + * ``` + * + * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; + * + * ```js + * import dgram from 'dgram'; + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('Some '); + * const buf2 = Buffer.from('bytes'); + * const client = dgram.createSocket('udp4'); + * client.send([buf1, buf2], 41234, (err) => { + * client.close(); + * }); + * ``` + * + * Sending multiple buffers might be faster or slower depending on the + * application and operating system. Run benchmarks to + * determine the optimal strategy on a case-by-case basis. Generally speaking, + * however, sending multiple buffers is faster. + * + * Example of sending a UDP packet using a socket connected to a port on`localhost`: + * + * ```js + * import dgram from 'dgram'; + * import { Buffer } from 'buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.connect(41234, 'localhost', (err) => { + * client.send(message, (err) => { + * client.close(); + * }); + * }); + * ``` + * @since v0.1.99 + * @param msg Message to be sent. + * @param offset Offset in the buffer where the message starts. + * @param length Number of bytes in the message. + * @param port Destination port. + * @param address Destination host name or IP address. + * @param callback Called when the message has been sent. + */ + send(msg: string | Uint8Array | ReadonlyArray, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array | ReadonlyArray, port?: number, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array | ReadonlyArray, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, port?: number, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void; + /** + * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP + * packets may be sent to a local interface's broadcast address. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.6.9 + */ + setBroadcast(flag: boolean): void; + /** + * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC + * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ + * _with a scope index is written as `'IP%scope'` where scope is an interface name_ + * _or interface number._ + * + * Sets the default outgoing multicast interface of the socket to a chosen + * interface or back to system interface selection. The `multicastInterface` must + * be a valid string representation of an IP from the socket's family. + * + * For IPv4 sockets, this should be the IP configured for the desired physical + * interface. All packets sent to multicast on the socket will be sent on the + * interface determined by the most recent successful use of this call. + * + * For IPv6 sockets, `multicastInterface` should include a scope to indicate the + * interface as in the examples that follow. In IPv6, individual `send` calls can + * also use explicit scope in addresses, so only packets sent to a multicast + * address without specifying an explicit scope are affected by the most recent + * successful use of this call. + * + * This method throws `EBADF` if called on an unbound socket. + * + * #### Example: IPv6 outgoing multicast interface + * + * On most systems, where scope format uses the interface name: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%eth1'); + * }); + * ``` + * + * On Windows, where scope format uses an interface number: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%2'); + * }); + * ``` + * + * #### Example: IPv4 outgoing multicast interface + * + * All systems use an IP of the host on the desired physical interface: + * + * ```js + * const socket = dgram.createSocket('udp4'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('10.0.0.2'); + * }); + * ``` + * @since v8.6.0 + */ + setMulticastInterface(multicastInterface: string): void; + /** + * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, + * multicast packets will also be received on the local interface. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastLoopback(flag: boolean): boolean; + /** + * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for + * "Time to Live", in this context it specifies the number of IP hops that a + * packet is allowed to travel through, specifically for multicast traffic. Each + * router or gateway that forwards a packet decrements the TTL. If the TTL is + * decremented to 0 by a router, it will not be forwarded. + * + * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastTTL(ttl: number): number; + /** + * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setRecvBufferSize(size: number): void; + /** + * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setSendBufferSize(size: number): void; + /** + * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", + * in this context it specifies the number of IP hops that a packet is allowed to + * travel through. Each router or gateway that forwards a packet decrements the + * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. + * Changing TTL values is typically done for network probes or when multicasting. + * + * The `ttl` argument may be between 1 and 255\. The default on most systems + * is 64. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.101 + */ + setTTL(ttl: number): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active, allowing the process to exit even if the socket is still + * listening. + * + * Calling `socket.unref()` multiple times will have no addition effect. + * + * The `socket.unref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + unref(): this; + /** + * Tells the kernel to join a source-specific multicast channel at the given`sourceAddress` and `groupAddress`, using the `multicastInterface` with the`IP_ADD_SOURCE_MEMBERSHIP` socket + * option. If the `multicastInterface` argument + * is not specified, the operating system will choose one interface and will add + * membership to it. To add membership to every available interface, call`socket.addSourceSpecificMembership()` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * @since v13.1.0, v12.16.0 + */ + addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * Instructs the kernel to leave a source-specific multicast channel at the given`sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`socket option. This method is + * automatically called by the kernel when the + * socket is closed or the process terminates, so most apps will never have + * reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v13.1.0, v12.16.0 + */ + dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. error + * 4. listening + * 5. message + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connect', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'connect'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit(event: 'message', msg: Buffer, rinfo: RemoteInfo): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connect', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connect', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connect', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connect', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + } +} +declare module 'node:dgram' { + export * from 'dgram'; +} diff --git a/node_modules/@types/node/diagnostics_channel.d.ts b/node_modules/@types/node/diagnostics_channel.d.ts new file mode 100644 index 000000000..3dcaa035a --- /dev/null +++ b/node_modules/@types/node/diagnostics_channel.d.ts @@ -0,0 +1,153 @@ +/** + * The `diagnostics_channel` module provides an API to create named channels + * to report arbitrary message data for diagnostics purposes. + * + * It can be accessed using: + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * ``` + * + * It is intended that a module writer wanting to report diagnostics messages + * will create one or many top-level channels to report messages through. + * Channels may also be acquired at runtime but it is not encouraged + * due to the additional overhead of doing so. Channels may be exported for + * convenience, but as long as the name is known it can be acquired anywhere. + * + * If you intend for your module to produce diagnostics data for others to + * consume it is recommended that you include documentation of what named + * channels are used along with the shape of the message data. Channel names + * should generally include the module name to avoid collisions with data from + * other modules. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/diagnostics_channel.js) + */ +declare module 'diagnostics_channel' { + /** + * Check if there are active subscribers to the named channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * if (diagnostics_channel.hasSubscribers('my-channel')) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return If there are active subscribers + */ + function hasSubscribers(name: string | symbol): boolean; + /** + * This is the primary entry-point for anyone wanting to interact with a named + * channel. It produces a channel object which is optimized to reduce overhead at + * publish time as much as possible. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return The named channel object + */ + function channel(name: string | symbol): Channel; + type ChannelListener = (message: unknown, name: string | symbol) => void; + /** + * The class `Channel` represents an individual named channel within the data + * pipeline. It is use to track subscribers and to publish messages when there + * are subscribers present. It exists as a separate object to avoid channel + * lookups at publish time, enabling very fast publish speeds and allowing + * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly + * with `new Channel(name)` is not supported. + * @since v15.1.0, v14.17.0 + */ + class Channel { + readonly name: string | symbol; + /** + * Check if there are active subscribers to this channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * if (channel.hasSubscribers) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + */ + readonly hasSubscribers: boolean; + private constructor(name: string | symbol); + /** + * Publish a message to any subscribers to the channel. This will + * trigger message handlers synchronously so they will execute within + * the same context. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.publish({ + * some: 'message' + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param message The message to send to the channel subscribers + */ + publish(message: unknown): void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.subscribe((message, name) => { + * // Received data + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param onMessage The handler to receive channel messages + */ + subscribe(onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * function onMessage(message, name) { + * // Received data + * } + * + * channel.subscribe(onMessage); + * + * channel.unsubscribe(onMessage); + * ``` + * @since v15.1.0, v14.17.0 + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + unsubscribe(onMessage: ChannelListener): void; + } +} +declare module 'node:diagnostics_channel' { + export * from 'diagnostics_channel'; +} diff --git a/node_modules/@types/node/dns.d.ts b/node_modules/@types/node/dns.d.ts new file mode 100644 index 000000000..305367b81 --- /dev/null +++ b/node_modules/@types/node/dns.d.ts @@ -0,0 +1,659 @@ +/** + * The `dns` module enables name resolution. For example, use it to look up IP + * addresses of host names. + * + * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the + * DNS protocol for lookups. {@link lookup} uses the operating system + * facilities to perform name resolution. It may not need to perform any network + * communication. To perform name resolution the way other applications on the same + * system do, use {@link lookup}. + * + * ```js + * const dns = require('dns'); + * + * dns.lookup('example.org', (err, address, family) => { + * console.log('address: %j family: IPv%s', address, family); + * }); + * // address: "93.184.216.34" family: IPv4 + * ``` + * + * All other functions in the `dns` module connect to an actual DNS server to + * perform name resolution. They will always use the network to perform DNS + * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform + * DNS queries, bypassing other name-resolution facilities. + * + * ```js + * const dns = require('dns'); + * + * dns.resolve4('archive.org', (err, addresses) => { + * if (err) throw err; + * + * console.log(`addresses: ${JSON.stringify(addresses)}`); + * + * addresses.forEach((a) => { + * dns.reverse(a, (err, hostnames) => { + * if (err) { + * throw err; + * } + * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); + * }); + * }); + * }); + * ``` + * + * See the `Implementation considerations section` for more information. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dns.js) + */ +declare module 'dns' { + import * as dnsPromises from 'node:dns/promises'; + // Supported getaddrinfo flags. + export const ADDRCONFIG: number; + export const V4MAPPED: number; + /** + * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as + * well as IPv4 mapped IPv6 addresses. + */ + export const ALL: number; + export interface LookupOptions { + family?: number | undefined; + hints?: number | undefined; + all?: boolean | undefined; + /** + * @default true + */ + verbatim?: boolean | undefined; + } + export interface LookupOneOptions extends LookupOptions { + all?: false | undefined; + } + export interface LookupAllOptions extends LookupOptions { + all: true; + } + export interface LookupAddress { + address: string; + family: number; + } + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the arguments for `callback` change to`(err, addresses)`, with `addresses` being an array of objects with the + * properties `address` and `family`. + * + * On error, `err` is an `Error` object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. + * The implementation uses an operating system facility that can associate names + * with addresses, and vice versa. This implementation can have subtle but + * important consequences on the behavior of any Node.js program. Please take some + * time to consult the `Implementation considerations section` before using`dns.lookup()`. + * + * Example usage: + * + * ```js + * const dns = require('dns'); + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * dns.lookup('example.com', options, (err, address, family) => + * console.log('address: %j family: IPv%s', address, family)); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dns.lookup('example.com', options, (err, addresses) => + * console.log('addresses: %j', addresses)); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * ``` + * + * If this method is invoked as its `util.promisify()` ed version, and `all`is not set to `true`, it returns a `Promise` for an `Object` with `address` and`family` properties. + * @since v0.1.90 + */ + export function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + export function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + export function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void; + export function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void; + export function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + export namespace lookup { + function __promisify__(hostname: string, options: LookupAllOptions): Promise; + function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; + function __promisify__(hostname: string, options: LookupOptions): Promise; + } + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. + * + * On an error, `err` is an `Error` object, where `err.code` is the error code. + * + * ```js + * const dns = require('dns'); + * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { + * console.log(hostname, service); + * // Prints: localhost ssh + * }); + * ``` + * + * If this method is invoked as its `util.promisify()` ed version, it returns a`Promise` for an `Object` with `hostname` and `service` properties. + * @since v0.11.14 + */ + export function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void; + export namespace lookupService { + function __promisify__( + address: string, + port: number + ): Promise<{ + hostname: string; + service: string; + }>; + } + export interface ResolveOptions { + ttl: boolean; + } + export interface ResolveWithTtlOptions extends ResolveOptions { + ttl: true; + } + export interface RecordWithTtl { + address: string; + ttl: number; + } + /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ + export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; + export interface AnyARecord extends RecordWithTtl { + type: 'A'; + } + export interface AnyAaaaRecord extends RecordWithTtl { + type: 'AAAA'; + } + export interface CaaRecord { + critial: number; + issue?: string | undefined; + issuewild?: string | undefined; + iodef?: string | undefined; + contactemail?: string | undefined; + contactphone?: string | undefined; + } + export interface MxRecord { + priority: number; + exchange: string; + } + export interface AnyMxRecord extends MxRecord { + type: 'MX'; + } + export interface NaptrRecord { + flags: string; + service: string; + regexp: string; + replacement: string; + order: number; + preference: number; + } + export interface AnyNaptrRecord extends NaptrRecord { + type: 'NAPTR'; + } + export interface SoaRecord { + nsname: string; + hostmaster: string; + serial: number; + refresh: number; + retry: number; + expire: number; + minttl: number; + } + export interface AnySoaRecord extends SoaRecord { + type: 'SOA'; + } + export interface SrvRecord { + priority: number; + weight: number; + port: number; + name: string; + } + export interface AnySrvRecord extends SrvRecord { + type: 'SRV'; + } + export interface AnyTxtRecord { + type: 'TXT'; + entries: string[]; + } + export interface AnyNsRecord { + type: 'NS'; + value: string; + } + export interface AnyPtrRecord { + type: 'PTR'; + value: string; + } + export interface AnyCnameRecord { + type: 'CNAME'; + value: string; + } + export type AnyRecord = AnyARecord | AnyAaaaRecord | AnyCnameRecord | AnyMxRecord | AnyNaptrRecord | AnyNsRecord | AnyPtrRecord | AnySoaRecord | AnySrvRecord | AnyTxtRecord; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. The `callback` function has arguments`(err, records)`. When successful, `records` will be an array of resource + * records. The type and structure of individual results varies based on `rrtype`: + * + * + * + * On error, `err` is an `Error` object, where `err.code` is one of the `DNS error codes`. + * @since v0.1.27 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + export function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'A', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'AAAA', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'ANY', callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'CNAME', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'MX', callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'NAPTR', callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'NS', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'PTR', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'SOA', callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void; + export function resolve(hostname: string, rrtype: 'SRV', callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'TXT', callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; + export function resolve( + hostname: string, + rrtype: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void + ): void; + export namespace resolve { + function __promisify__(hostname: string, rrtype?: 'A' | 'AAAA' | 'CNAME' | 'NS' | 'PTR'): Promise; + function __promisify__(hostname: string, rrtype: 'ANY'): Promise; + function __promisify__(hostname: string, rrtype: 'MX'): Promise; + function __promisify__(hostname: string, rrtype: 'NAPTR'): Promise; + function __promisify__(hostname: string, rrtype: 'SOA'): Promise; + function __promisify__(hostname: string, rrtype: 'SRV'): Promise; + function __promisify__(hostname: string, rrtype: 'TXT'): Promise; + function __promisify__(hostname: string, rrtype: string): Promise; + } + /** + * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the`hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; + export function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; + export namespace resolve4 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve a IPv6 addresses (`AAAA` records) for the`hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv6 addresses. + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; + export function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; + export namespace resolve6 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The`addresses` argument passed to the `callback` function + * will contain an array of canonical name records available for the `hostname`(e.g. `['bar.example.com']`). + * @since v0.3.2 + */ + export function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export namespace resolveCname { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The`addresses` argument passed to the `callback` function + * will contain an array of certification authority authorization records + * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + export function resolveCaa(hostname: string, callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void): void; + export namespace resolveCaa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of objects containing both a `priority` and `exchange`property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v0.1.27 + */ + export function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; + export namespace resolveMx { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. The `addresses` argument passed to the `callback`function will contain an array of + * objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v0.9.12 + */ + export function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; + export namespace resolveNaptr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of name server records available for `hostname`(e.g. `['ns1.example.com', 'ns2.example.com']`). + * @since v0.1.90 + */ + export function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export namespace resolveNs { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * be an array of strings containing the reply records. + * @since v6.0.0 + */ + export function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export namespace resolvePtr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. The `address` argument passed to the `callback` function will + * be an object with the following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v0.11.10 + */ + export function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void; + export namespace resolveSoa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * be an array of objects with the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v0.1.27 + */ + export function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; + export namespace resolveSrv { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. The `records` argument passed to the `callback` function is a + * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v0.1.27 + */ + export function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; + export namespace resolveTxt { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * The `ret` argument passed to the `callback` function will be an array containing + * various types of records. Each object has a property `type` that indicates the + * type of the current record. And depending on the `type`, additional properties + * will be present on the object: + * + * + * + * Here is an example of the `ret` object passed to the callback: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * + * DNS server operators may choose not to respond to `ANY`queries. It may be better to call individual methods like {@link resolve4},{@link resolveMx}, and so on. For more details, see [RFC + * 8482](https://tools.ietf.org/html/rfc8482). + */ + export function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; + export namespace resolveAny { + function __promisify__(hostname: string): Promise; + } + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, `err` is an `Error` object, where `err.code` is + * one of the `DNS error codes`. + * @since v0.1.16 + */ + export function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dns.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dns.setServers()` method must not be called while a DNS query is in + * progress. + * + * The {@link setServers} method affects only {@link resolve},`dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v0.11.3 + * @param servers array of `RFC 5952` formatted addresses + */ + export function setServers(servers: ReadonlyArray): void; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v0.11.3 + */ + export function getServers(): string[]; + /** + * Set the default value of `verbatim` in {@link lookup} and `dnsPromises.lookup()`. The value could be: + * + * * `ipv4first`: sets default `verbatim` `false`. + * * `verbatim`: sets default `verbatim` `true`. + * + * The default is `ipv4first` and {@link setDefaultResultOrder} have higher + * priority than `--dns-result-order`. When using `worker threads`,{@link setDefaultResultOrder} from the main thread won't affect the default + * dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'` or `'verbatim'`. + */ + export function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; + // Error codes + export const NODATA: string; + export const FORMERR: string; + export const SERVFAIL: string; + export const NOTFOUND: string; + export const NOTIMP: string; + export const REFUSED: string; + export const BADQUERY: string; + export const BADNAME: string; + export const BADFAMILY: string; + export const BADRESP: string; + export const CONNREFUSED: string; + export const TIMEOUT: string; + export const EOF: string; + export const FILE: string; + export const NOMEM: string; + export const DESTRUCTION: string; + export const BADSTR: string; + export const BADFLAGS: string; + export const NONAME: string; + export const BADHINTS: string; + export const NOTINITIALIZED: string; + export const LOADIPHLPAPI: string; + export const ADDRGETNETWORKPARAMS: string; + export const CANCELLED: string; + export interface ResolverOptions { + timeout?: number | undefined; + /** + * @default 4 + */ + tries?: number; + } + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using `resolver.setServers()` does not affect + * other resolvers: + * + * ```js + * const { Resolver } = require('dns'); + * const resolver = new Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org', (err, addresses) => { + * // ... + * }); + * ``` + * + * The following methods from the `dns` module are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v8.3.0 + */ + export class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default, and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } + export { dnsPromises as promises }; +} +declare module 'node:dns' { + export * from 'dns'; +} diff --git a/node_modules/@types/node/dns/promises.d.ts b/node_modules/@types/node/dns/promises.d.ts new file mode 100644 index 000000000..77cd807bd --- /dev/null +++ b/node_modules/@types/node/dns/promises.d.ts @@ -0,0 +1,370 @@ +/** + * The `dns.promises` API provides an alternative set of asynchronous DNS methods + * that return `Promise` objects rather than using callbacks. The API is accessible + * via `require('dns').promises` or `require('dns/promises')`. + * @since v10.6.0 + */ +declare module 'dns/promises' { + import { + LookupAddress, + LookupOneOptions, + LookupAllOptions, + LookupOptions, + AnyRecord, + CaaRecord, + MxRecord, + NaptrRecord, + SoaRecord, + SrvRecord, + ResolveWithTtlOptions, + RecordWithTtl, + ResolveOptions, + ResolverOptions, + } from 'node:dns'; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v10.6.0 + */ + function getServers(): string[]; + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the `Promise` is resolved with `addresses`being an array of objects with the properties `address` and `family`. + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dnsPromises.lookup()` does not necessarily have anything to do with the DNS + * protocol. The implementation uses an operating system facility that can + * associate names with addresses, and vice versa. This implementation can have + * subtle but important consequences on the behavior of any Node.js program. Please + * take some time to consult the `Implementation considerations section` before + * using `dnsPromises.lookup()`. + * + * Example usage: + * + * ```js + * const dns = require('dns'); + * const dnsPromises = dns.promises; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('address: %j family: IPv%s', result.address, result.family); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * }); + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('addresses: %j', result); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * }); + * ``` + * @since v10.6.0 + */ + function lookup(hostname: string, family: number): Promise; + function lookup(hostname: string, options: LookupOneOptions): Promise; + function lookup(hostname: string, options: LookupAllOptions): Promise; + function lookup(hostname: string, options: LookupOptions): Promise; + function lookup(hostname: string): Promise; + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. + * + * ```js + * const dnsPromises = require('dns').promises; + * dnsPromises.lookupService('127.0.0.1', 22).then((result) => { + * console.log(result.hostname, result.service); + * // Prints: localhost ssh + * }); + * ``` + * @since v10.6.0 + */ + function lookupService( + address: string, + port: number + ): Promise<{ + hostname: string; + service: string; + }>; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. When successful, the `Promise` is resolved with an + * array of resource records. The type and structure of individual results vary + * based on `rrtype`: + * + * + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. + * @since v10.6.0 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + function resolve(hostname: string): Promise; + function resolve(hostname: string, rrtype: 'A'): Promise; + function resolve(hostname: string, rrtype: 'AAAA'): Promise; + function resolve(hostname: string, rrtype: 'ANY'): Promise; + function resolve(hostname: string, rrtype: 'CAA'): Promise; + function resolve(hostname: string, rrtype: 'CNAME'): Promise; + function resolve(hostname: string, rrtype: 'MX'): Promise; + function resolve(hostname: string, rrtype: 'NAPTR'): Promise; + function resolve(hostname: string, rrtype: 'NS'): Promise; + function resolve(hostname: string, rrtype: 'PTR'): Promise; + function resolve(hostname: string, rrtype: 'SOA'): Promise; + function resolve(hostname: string, rrtype: 'SRV'): Promise; + function resolve(hostname: string, rrtype: 'TXT'): Promise; + function resolve(hostname: string, rrtype: string): Promise; + /** + * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv4 + * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve4(hostname: string): Promise; + function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve4(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv6 + * addresses. + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve6(hostname: string): Promise; + function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve6(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * On success, the `Promise` is resolved with an array containing various types of + * records. Each object has a property `type` that indicates the type of the + * current record. And depending on the `type`, additional properties will be + * present on the object: + * + * + * + * Here is an example of the result object: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * @since v10.6.0 + */ + function resolveAny(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, + * the `Promise` is resolved with an array of objects containing available + * certification authority authorization records available for the `hostname`(e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + function resolveCaa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, + * the `Promise` is resolved with an array of canonical name records available for + * the `hostname` (e.g. `['bar.example.com']`). + * @since v10.6.0 + */ + function resolveCname(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects + * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v10.6.0 + */ + function resolveMx(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. On success, the `Promise` is resolved with an array + * of objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v10.6.0 + */ + function resolveNaptr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. On success, the `Promise` is resolved with an array of name server + * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). + * @since v10.6.0 + */ + function resolveNs(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. On success, the `Promise` is resolved with an array of strings + * containing the reply records. + * @since v10.6.0 + */ + function resolvePtr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. On success, the `Promise` is resolved with an object with the + * following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v10.6.0 + */ + function resolveSoa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects with + * the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v10.6.0 + */ + function resolveSrv(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. On success, the `Promise` is resolved with a two-dimensional array + * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v10.6.0 + */ + function resolveTxt(hostname: string): Promise; + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. + * @since v10.6.0 + */ + function reverse(ip: string): Promise; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dnsPromises.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dnsPromises.setServers()` method must not be called while a DNS query is in + * progress. + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v10.6.0 + * @param servers array of `RFC 5952` formatted addresses + */ + function setServers(servers: ReadonlyArray): void; + /** + * Set the default value of `verbatim` in `dns.lookup()` and `dnsPromises.lookup()`. The value could be: + * + * * `ipv4first`: sets default `verbatim` `false`. + * * `verbatim`: sets default `verbatim` `true`. + * + * The default is `ipv4first` and `dnsPromises.setDefaultResultOrder()` have + * higher priority than `--dns-result-order`. When using `worker threads`,`dnsPromises.setDefaultResultOrder()` from the main thread won't affect the + * default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'` or `'verbatim'`. + */ + function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; + class Resolver { + constructor(options?: ResolverOptions); + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } +} +declare module 'node:dns/promises' { + export * from 'dns/promises'; +} diff --git a/node_modules/@types/node/dom-events.d.ts b/node_modules/@types/node/dom-events.d.ts new file mode 100644 index 000000000..b9c1c3aa4 --- /dev/null +++ b/node_modules/@types/node/dom-events.d.ts @@ -0,0 +1,126 @@ +export {}; // Don't export anything! + +//// DOM-like Events +// NB: The Event / EventTarget / EventListener implementations below were copied +// from lib.dom.d.ts, then edited to reflect Node's documentation at +// https://nodejs.org/api/events.html#class-eventtarget. +// Please read that link to understand important implementation differences. + +// This conditional type will be the existing global Event in a browser, or +// the copy below in a Node environment. +type __Event = typeof globalThis extends { onmessage: any, Event: any } +? {} +: { + /** This is not used in Node.js and is provided purely for completeness. */ + readonly bubbles: boolean; + /** Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness. */ + cancelBubble: () => void; + /** True if the event was created with the cancelable option */ + readonly cancelable: boolean; + /** This is not used in Node.js and is provided purely for completeness. */ + readonly composed: boolean; + /** Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. */ + composedPath(): [EventTarget?] + /** Alias for event.target. */ + readonly currentTarget: EventTarget | null; + /** Is true if cancelable is true and event.preventDefault() has been called. */ + readonly defaultPrevented: boolean; + /** This is not used in Node.js and is provided purely for completeness. */ + readonly eventPhase: 0 | 2; + /** The `AbortSignal` "abort" event is emitted with `isTrusted` set to `true`. The value is `false` in all other cases. */ + readonly isTrusted: boolean; + /** Sets the `defaultPrevented` property to `true` if `cancelable` is `true`. */ + preventDefault(): void; + /** This is not used in Node.js and is provided purely for completeness. */ + returnValue: boolean; + /** Alias for event.target. */ + readonly srcElement: EventTarget | null; + /** Stops the invocation of event listeners after the current one completes. */ + stopImmediatePropagation(): void; + /** This is not used in Node.js and is provided purely for completeness. */ + stopPropagation(): void; + /** The `EventTarget` dispatching the event */ + readonly target: EventTarget | null; + /** The millisecond timestamp when the Event object was created. */ + readonly timeStamp: number; + /** Returns the type of event, e.g. "click", "hashchange", or "submit". */ + readonly type: string; +}; + +// See comment above explaining conditional type +type __EventTarget = typeof globalThis extends { onmessage: any, EventTarget: any } +? {} +: { + /** + * Adds a new handler for the `type` event. Any given `listener` is added only once per `type` and per `capture` option value. + * + * If the `once` option is true, the `listener` is removed after the next time a `type` event is dispatched. + * + * The `capture` option is not used by Node.js in any functional way other than tracking registered event listeners per the `EventTarget` specification. + * Specifically, the `capture` option is used as part of the key when registering a `listener`. + * Any individual `listener` may be added once with `capture = false`, and once with `capture = true`. + */ + addEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: AddEventListenerOptions | boolean, + ): void; + /** Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. */ + dispatchEvent(event: Event): boolean; + /** Removes the event listener in target's event listener list with the same type, callback, and options. */ + removeEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: EventListenerOptions | boolean, + ): void; +}; + +interface EventInit { + bubbles?: boolean; + cancelable?: boolean; + composed?: boolean; +} + +interface EventListenerOptions { + /** Not directly used by Node.js. Added for API completeness. Default: `false`. */ + capture?: boolean; +} + +interface AddEventListenerOptions extends EventListenerOptions { + /** When `true`, the listener is automatically removed when it is first invoked. Default: `false`. */ + once?: boolean; + /** When `true`, serves as a hint that the listener will not call the `Event` object's `preventDefault()` method. Default: false. */ + passive?: boolean; +} + +interface EventListener { + (evt: Event): void; +} + +interface EventListenerObject { + handleEvent(object: Event): void; +} + +import {} from 'events'; // Make this an ambient declaration +declare global { + /** An event which takes place in the DOM. */ + interface Event extends __Event {} + var Event: typeof globalThis extends { onmessage: any, Event: infer T } + ? T + : { + prototype: __Event; + new (type: string, eventInitDict?: EventInit): __Event; + }; + + /** + * EventTarget is a DOM interface implemented by objects that can + * receive events and may have listeners for them. + */ + interface EventTarget extends __EventTarget {} + var EventTarget: typeof globalThis extends { onmessage: any, EventTarget: infer T } + ? T + : { + prototype: __EventTarget; + new (): __EventTarget; + }; +} diff --git a/node_modules/@types/node/domain.d.ts b/node_modules/@types/node/domain.d.ts new file mode 100644 index 000000000..fafe68a5d --- /dev/null +++ b/node_modules/@types/node/domain.d.ts @@ -0,0 +1,170 @@ +/** + * **This module is pending deprecation.** Once a replacement API has been + * finalized, this module will be fully deprecated. Most developers should + * **not** have cause to use this module. Users who absolutely must have + * the functionality that domains provide may rely on it for the time being + * but should expect to have to migrate to a different solution + * in the future. + * + * Domains provide a way to handle multiple different IO operations as a + * single group. If any of the event emitters or callbacks registered to a + * domain emit an `'error'` event, or throw an error, then the domain object + * will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to + * exit immediately with an error code. + * @deprecated Since v1.4.2 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/domain.js) + */ +declare module 'domain' { + import EventEmitter = require('node:events'); + /** + * The `Domain` class encapsulates the functionality of routing errors and + * uncaught exceptions to the active `Domain` object. + * + * To handle the errors that it catches, listen to its `'error'` event. + */ + class Domain extends EventEmitter { + /** + * An array of timers and event emitters that have been explicitly added + * to the domain. + */ + members: Array; + /** + * The `enter()` method is plumbing used by the `run()`, `bind()`, and`intercept()` methods to set the active domain. It sets `domain.active` and`process.domain` to the domain, and implicitly + * pushes the domain onto the domain + * stack managed by the domain module (see {@link exit} for details on the + * domain stack). The call to `enter()` delimits the beginning of a chain of + * asynchronous calls and I/O operations bound to a domain. + * + * Calling `enter()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + enter(): void; + /** + * The `exit()` method exits the current domain, popping it off the domain stack. + * Any time execution is going to switch to the context of a different chain of + * asynchronous calls, it's important to ensure that the current domain is exited. + * The call to `exit()` delimits either the end of or an interruption to the chain + * of asynchronous calls and I/O operations bound to a domain. + * + * If there are multiple, nested domains bound to the current execution context,`exit()` will exit any domains nested within this domain. + * + * Calling `exit()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + exit(): void; + /** + * Run the supplied function in the context of the domain, implicitly + * binding all event emitters, timers, and lowlevel requests that are + * created in that context. Optionally, arguments can be passed to + * the function. + * + * This is the most basic way to use a domain. + * + * ```js + * const domain = require('domain'); + * const fs = require('fs'); + * const d = domain.create(); + * d.on('error', (er) => { + * console.error('Caught error!', er); + * }); + * d.run(() => { + * process.nextTick(() => { + * setTimeout(() => { // Simulating some various async stuff + * fs.open('non-existent file', 'r', (er, fd) => { + * if (er) throw er; + * // proceed... + * }); + * }, 100); + * }); + * }); + * ``` + * + * In this example, the `d.on('error')` handler will be triggered, rather + * than crashing the program. + */ + run(fn: (...args: any[]) => T, ...args: any[]): T; + /** + * Explicitly adds an emitter to the domain. If any event handlers called by + * the emitter throw an error, or if the emitter emits an `'error'` event, it + * will be routed to the domain's `'error'` event, just like with implicit + * binding. + * + * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by + * the domain `'error'` handler. + * + * If the Timer or `EventEmitter` was already bound to a domain, it is removed + * from that one, and bound to this one instead. + * @param emitter emitter or timer to be added to the domain + */ + add(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The opposite of {@link add}. Removes domain handling from the + * specified emitter. + * @param emitter emitter or timer to be removed from the domain + */ + remove(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The returned function will be a wrapper around the supplied callback + * function. When the returned function is called, any errors that are + * thrown will be routed to the domain's `'error'` event. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.bind((er, data) => { + * // If this throws, it will also be passed to the domain. + * return cb(er, data ? JSON.parse(data) : null); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The bound function + */ + bind(callback: T): T; + /** + * This method is almost identical to {@link bind}. However, in + * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. + * + * In this way, the common `if (err) return callback(err);` pattern can be replaced + * with a single error handler in a single place. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.intercept((data) => { + * // Note, the first argument is never passed to the + * // callback since it is assumed to be the 'Error' argument + * // and thus intercepted by the domain. + * + * // If this throws, it will also be passed to the domain + * // so the error-handling logic can be moved to the 'error' + * // event on the domain instead of being repeated throughout + * // the program. + * return cb(null, JSON.parse(data)); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The intercepted function + */ + intercept(callback: T): T; + } + function create(): Domain; +} +declare module 'node:domain' { + export * from 'domain'; +} diff --git a/node_modules/@types/node/events.d.ts b/node_modules/@types/node/events.d.ts new file mode 100644 index 000000000..4633df19c --- /dev/null +++ b/node_modules/@types/node/events.d.ts @@ -0,0 +1,678 @@ +/** + * Much of the Node.js core API is built around an idiomatic asynchronous + * event-driven architecture in which certain kinds of objects (called "emitters") + * emit named events that cause `Function` objects ("listeners") to be called. + * + * For instance: a `net.Server` object emits an event each time a peer + * connects to it; a `fs.ReadStream` emits an event when the file is opened; + * a `stream` emits an event whenever data is available to be read. + * + * All objects that emit events are instances of the `EventEmitter` class. These + * objects expose an `eventEmitter.on()` function that allows one or more + * functions to be attached to named events emitted by the object. Typically, + * event names are camel-cased strings but any valid JavaScript property key + * can be used. + * + * When the `EventEmitter` object emits an event, all of the functions attached + * to that specific event are called _synchronously_. Any values returned by the + * called listeners are _ignored_ and discarded. + * + * The following example shows a simple `EventEmitter` instance with a single + * listener. The `eventEmitter.on()` method is used to register listeners, while + * the `eventEmitter.emit()` method is used to trigger the event. + * + * ```js + * const EventEmitter = require('events'); + * + * class MyEmitter extends EventEmitter {} + * + * const myEmitter = new MyEmitter(); + * myEmitter.on('event', () => { + * console.log('an event occurred!'); + * }); + * myEmitter.emit('event'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/events.js) + */ +declare module 'events' { + // NOTE: This class is in the docs but is **not actually exported** by Node. + // If https://github.com/nodejs/node/issues/39903 gets resolved and Node + // actually starts exporting the class, uncomment below. + + // import { EventListener, EventListenerObject } from '__dom-events'; + // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */ + // interface NodeEventTarget extends EventTarget { + // /** + // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API. + // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget. + // */ + // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */ + // eventNames(): string[]; + // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */ + // listenerCount(type: string): number; + // /** Node.js-specific alias for `eventTarget.removeListener()`. */ + // off(type: string, listener: EventListener | EventListenerObject): this; + // /** Node.js-specific alias for `eventTarget.addListener()`. */ + // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */ + // once(type: string, listener: EventListener | EventListenerObject): this; + // /** + // * Node.js-specific extension to the `EventTarget` class. + // * If `type` is specified, removes all registered listeners for `type`, + // * otherwise removes all registered listeners. + // */ + // removeAllListeners(type: string): this; + // /** + // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`. + // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`. + // */ + // removeListener(type: string, listener: EventListener | EventListenerObject): this; + // } + + interface EventEmitterOptions { + /** + * Enables automatic capturing of promise rejection. + */ + captureRejections?: boolean | undefined; + } + // Any EventTarget with a Node-style `once` function + interface _NodeEventTarget { + once(eventName: string | symbol, listener: (...args: any[]) => void): this; + } + // Any EventTarget with a DOM-style `addEventListener` + interface _DOMEventTarget { + addEventListener( + eventName: string, + listener: (...args: any[]) => void, + opts?: { + once: boolean; + } + ): any; + } + interface StaticEventEmitterOptions { + signal?: AbortSignal | undefined; + } + interface EventEmitter extends NodeJS.EventEmitter {} + /** + * The `EventEmitter` class is defined and exposed by the `events` module: + * + * ```js + * const EventEmitter = require('events'); + * ``` + * + * All `EventEmitter`s emit the event `'newListener'` when new listeners are + * added and `'removeListener'` when existing listeners are removed. + * + * It supports the following option: + * @since v0.1.26 + */ + class EventEmitter { + constructor(options?: EventEmitterOptions); + /** + * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given + * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. + * The `Promise` will resolve with an array of all the arguments emitted to the + * given event. + * + * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event + * semantics and does not listen to the `'error'` event. + * + * ```js + * const { once, EventEmitter } = require('events'); + * + * async function run() { + * const ee = new EventEmitter(); + * + * process.nextTick(() => { + * ee.emit('myevent', 42); + * }); + * + * const [value] = await once(ee, 'myevent'); + * console.log(value); + * + * const err = new Error('kaboom'); + * process.nextTick(() => { + * ee.emit('error', err); + * }); + * + * try { + * await once(ee, 'myevent'); + * } catch (err) { + * console.log('error happened', err); + * } + * } + * + * run(); + * ``` + * + * The special handling of the `'error'` event is only used when `events.once()`is used to wait for another event. If `events.once()` is used to wait for the + * '`error'` event itself, then it is treated as any other kind of event without + * special handling: + * + * ```js + * const { EventEmitter, once } = require('events'); + * + * const ee = new EventEmitter(); + * + * once(ee, 'error') + * .then(([err]) => console.log('ok', err.message)) + * .catch((err) => console.log('error', err.message)); + * + * ee.emit('error', new Error('boom')); + * + * // Prints: ok boom + * ``` + * + * An `AbortSignal` can be used to cancel waiting for the event: + * + * ```js + * const { EventEmitter, once } = require('events'); + * + * const ee = new EventEmitter(); + * const ac = new AbortController(); + * + * async function foo(emitter, event, signal) { + * try { + * await once(emitter, event, { signal }); + * console.log('event emitted!'); + * } catch (error) { + * if (error.name === 'AbortError') { + * console.error('Waiting for the event was canceled!'); + * } else { + * console.error('There was an error', error.message); + * } + * } + * } + * + * foo(ee, 'foo', ac.signal); + * ac.abort(); // Abort waiting for the event + * ee.emit('foo'); // Prints: Waiting for the event was canceled! + * ``` + * @since v11.13.0, v10.16.0 + */ + static once(emitter: _NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise; + static once(emitter: _DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise; + /** + * ```js + * const { on, EventEmitter } = require('events'); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo')) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * ``` + * + * Returns an `AsyncIterator` that iterates `eventName` events. It will throw + * if the `EventEmitter` emits `'error'`. It removes all listeners when + * exiting the loop. The `value` returned by each iteration is an array + * composed of the emitted event arguments. + * + * An `AbortSignal` can be used to cancel waiting on events: + * + * ```js + * const { on, EventEmitter } = require('events'); + * const ac = new AbortController(); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo', { signal: ac.signal })) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * + * process.nextTick(() => ac.abort()); + * ``` + * @since v13.6.0, v12.16.0 + * @param eventName The name of the event being listened for + * @return that iterates `eventName` events emitted by the `emitter` + */ + static on(emitter: NodeJS.EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator; + /** + * A class method that returns the number of listeners for the given `eventName`registered on the given `emitter`. + * + * ```js + * const { EventEmitter, listenerCount } = require('events'); + * const myEmitter = new EventEmitter(); + * myEmitter.on('event', () => {}); + * myEmitter.on('event', () => {}); + * console.log(listenerCount(myEmitter, 'event')); + * // Prints: 2 + * ``` + * @since v0.9.12 + * @deprecated Since v3.2.0 - Use `listenerCount` instead. + * @param emitter The emitter to query + * @param eventName The event name + */ + static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the event listeners for the + * event target. This is useful for debugging and diagnostic purposes. + * + * ```js + * const { getEventListeners, EventEmitter } = require('events'); + * + * { + * const ee = new EventEmitter(); + * const listener = () => console.log('Events are fun'); + * ee.on('foo', listener); + * getEventListeners(ee, 'foo'); // [listener] + * } + * { + * const et = new EventTarget(); + * const listener = () => console.log('Events are fun'); + * et.addEventListener('foo', listener); + * getEventListeners(et, 'foo'); // [listener] + * } + * ``` + * @since v15.2.0, v14.17.0 + */ + static getEventListeners(emitter: _DOMEventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; + /** + * ```js + * const { + * setMaxListeners, + * EventEmitter + * } = require('events'); + * + * const target = new EventTarget(); + * const emitter = new EventEmitter(); + * + * setMaxListeners(5, target, emitter); + * ``` + * @since v15.4.0 + * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. + * @param eventsTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} + * objects. + */ + static setMaxListeners(n?: number, ...eventTargets: Array<_DOMEventTarget | NodeJS.EventEmitter>): void; + /** + * This symbol shall be used to install a listener for only monitoring `'error'` + * events. Listeners installed using this symbol are called before the regular + * `'error'` listeners are called. + * + * Installing a listener using this symbol does not change the behavior once an + * `'error'` event is emitted, therefore the process will still crash if no + * regular `'error'` listener is installed. + */ + static readonly errorMonitor: unique symbol; + static readonly captureRejectionSymbol: unique symbol; + /** + * Sets or gets the default captureRejection value for all emitters. + */ + // TODO: These should be described using static getter/setter pairs: + static captureRejections: boolean; + static defaultMaxListeners: number; + } + import internal = require('node:events'); + namespace EventEmitter { + // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 + export { internal as EventEmitter }; + export interface Abortable { + /** + * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. + */ + signal?: AbortSignal | undefined; + } + } + global { + namespace NodeJS { + interface EventEmitter { + /** + * Alias for `emitter.on(eventName, listener)`. + * @since v0.1.26 + */ + addListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Adds the `listener` function to the end of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple + * times. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The`emitter.prependListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * const myEE = new EventEmitter(); + * myEE.on('foo', () => console.log('a')); + * myEE.prependListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.1.101 + * @param eventName The name of the event. + * @param listener The callback function + */ + on(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName`. The + * next time `eventName` is triggered, this listener is removed and then invoked. + * + * ```js + * server.once('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The`emitter.prependOnceListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * const myEE = new EventEmitter(); + * myEE.once('foo', () => console.log('a')); + * myEE.prependOnceListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.3.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + once(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Removes the specified `listener` from the listener array for the event named`eventName`. + * + * ```js + * const callback = (stream) => { + * console.log('someone connected!'); + * }; + * server.on('connection', callback); + * // ... + * server.removeListener('connection', callback); + * ``` + * + * `removeListener()` will remove, at most, one instance of a listener from the + * listener array. If any single listener has been added multiple times to the + * listener array for the specified `eventName`, then `removeListener()` must be + * called multiple times to remove each instance. + * + * Once an event is emitted, all listeners attached to it at the + * time of emitting are called in order. This implies that any`removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution + * will not remove them from`emit()` in progress. Subsequent events behave as expected. + * + * ```js + * const myEmitter = new MyEmitter(); + * + * const callbackA = () => { + * console.log('A'); + * myEmitter.removeListener('event', callbackB); + * }; + * + * const callbackB = () => { + * console.log('B'); + * }; + * + * myEmitter.on('event', callbackA); + * + * myEmitter.on('event', callbackB); + * + * // callbackA removes listener callbackB but it will still be called. + * // Internal listener array at time of emit [callbackA, callbackB] + * myEmitter.emit('event'); + * // Prints: + * // A + * // B + * + * // callbackB is now removed. + * // Internal listener array [callbackA] + * myEmitter.emit('event'); + * // Prints: + * // A + * ``` + * + * Because listeners are managed using an internal array, calling this will + * change the position indices of any listener registered _after_ the listener + * being removed. This will not impact the order in which listeners are called, + * but it means that any copies of the listener array as returned by + * the `emitter.listeners()` method will need to be recreated. + * + * When a single function has been added as a handler multiple times for a single + * event (as in the example below), `removeListener()` will remove the most + * recently added instance. In the example the `once('ping')`listener is removed: + * + * ```js + * const ee = new EventEmitter(); + * + * function pong() { + * console.log('pong'); + * } + * + * ee.on('ping', pong); + * ee.once('ping', pong); + * ee.removeListener('ping', pong); + * + * ee.emit('ping'); + * ee.emit('ping'); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Alias for `emitter.removeListener()`. + * @since v10.0.0 + */ + off(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Removes all listeners, or those of the specified `eventName`. + * + * It is bad practice to remove listeners added elsewhere in the code, + * particularly when the `EventEmitter` instance was created by some other + * component or module (e.g. sockets or file streams). + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeAllListeners(event?: string | symbol): this; + /** + * By default `EventEmitter`s will print a warning if more than `10` listeners are + * added for a particular event. This is a useful default that helps finding + * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be + * modified for this specific `EventEmitter` instance. The value can be set to`Infinity` (or `0`) to indicate an unlimited number of listeners. + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.3.5 + */ + setMaxListeners(n: number): this; + /** + * Returns the current max listener value for the `EventEmitter` which is either + * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}. + * @since v1.0.0 + */ + getMaxListeners(): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * console.log(util.inspect(server.listeners('connection'))); + * // Prints: [ [Function] ] + * ``` + * @since v0.1.26 + */ + listeners(eventName: string | symbol): Function[]; + /** + * Returns a copy of the array of listeners for the event named `eventName`, + * including any wrappers (such as those created by `.once()`). + * + * ```js + * const emitter = new EventEmitter(); + * emitter.once('log', () => console.log('log once')); + * + * // Returns a new Array with a function `onceWrapper` which has a property + * // `listener` which contains the original listener bound above + * const listeners = emitter.rawListeners('log'); + * const logFnWrapper = listeners[0]; + * + * // Logs "log once" to the console and does not unbind the `once` event + * logFnWrapper.listener(); + * + * // Logs "log once" to the console and removes the listener + * logFnWrapper(); + * + * emitter.on('log', () => console.log('log persistently')); + * // Will return a new Array with a single function bound by `.on()` above + * const newListeners = emitter.rawListeners('log'); + * + * // Logs "log persistently" twice + * newListeners[0](); + * emitter.emit('log'); + * ``` + * @since v9.4.0 + */ + rawListeners(eventName: string | symbol): Function[]; + /** + * Synchronously calls each of the listeners registered for the event named`eventName`, in the order they were registered, passing the supplied arguments + * to each. + * + * Returns `true` if the event had listeners, `false` otherwise. + * + * ```js + * const EventEmitter = require('events'); + * const myEmitter = new EventEmitter(); + * + * // First listener + * myEmitter.on('event', function firstListener() { + * console.log('Helloooo! first listener'); + * }); + * // Second listener + * myEmitter.on('event', function secondListener(arg1, arg2) { + * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); + * }); + * // Third listener + * myEmitter.on('event', function thirdListener(...args) { + * const parameters = args.join(', '); + * console.log(`event with parameters ${parameters} in third listener`); + * }); + * + * console.log(myEmitter.listeners('event')); + * + * myEmitter.emit('event', 1, 2, 3, 4, 5); + * + * // Prints: + * // [ + * // [Function: firstListener], + * // [Function: secondListener], + * // [Function: thirdListener] + * // ] + * // Helloooo! first listener + * // event with parameters 1, 2 in second listener + * // event with parameters 1, 2, 3, 4, 5 in third listener + * ``` + * @since v0.1.26 + */ + emit(eventName: string | symbol, ...args: any[]): boolean; + /** + * Returns the number of listeners listening to the event named `eventName`. + * @since v3.2.0 + * @param eventName The name of the event being listened for + */ + listenerCount(eventName: string | symbol): number; + /** + * Adds the `listener` function to the _beginning_ of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple + * times. + * + * ```js + * server.prependListener('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this + * listener is removed, and then invoked. + * + * ```js + * server.prependOnceListener('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Returns an array listing the events for which the emitter has registered + * listeners. The values in the array are strings or `Symbol`s. + * + * ```js + * const EventEmitter = require('events'); + * const myEE = new EventEmitter(); + * myEE.on('foo', () => {}); + * myEE.on('bar', () => {}); + * + * const sym = Symbol('symbol'); + * myEE.on(sym, () => {}); + * + * console.log(myEE.eventNames()); + * // Prints: [ 'foo', 'bar', Symbol(symbol) ] + * ``` + * @since v6.0.0 + */ + eventNames(): Array; + } + } + } + export = EventEmitter; +} +declare module 'node:events' { + import events = require('events'); + export = events; +} diff --git a/node_modules/@types/node/fs.d.ts b/node_modules/@types/node/fs.d.ts new file mode 100644 index 000000000..75c53fb0d --- /dev/null +++ b/node_modules/@types/node/fs.d.ts @@ -0,0 +1,3872 @@ +/** + * The `fs` module enables interacting with the file system in a + * way modeled on standard POSIX functions. + * + * To use the promise-based APIs: + * + * ```js + * import * as fs from 'fs/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as fs from 'fs'; + * ``` + * + * All file system operations have synchronous, callback, and promise-based + * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/fs.js) + */ +declare module 'fs' { + import * as stream from 'node:stream'; + import { Abortable, EventEmitter } from 'node:events'; + import { URL } from 'node:url'; + import * as promises from 'node:fs/promises'; + export { promises }; + /** + * Valid types for path values in "fs". + */ + export type PathLike = string | Buffer | URL; + export type PathOrFileDescriptor = PathLike | number; + export type TimeLike = string | number | Date; + export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; + export type BufferEncodingOption = + | 'buffer' + | { + encoding: 'buffer'; + }; + export interface ObjectEncodingOptions { + encoding?: BufferEncoding | null | undefined; + } + export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; + export type OpenMode = number | string; + export type Mode = number | string; + export interface StatsBase { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + dev: T; + ino: T; + mode: T; + nlink: T; + uid: T; + gid: T; + rdev: T; + size: T; + blksize: T; + blocks: T; + atimeMs: T; + mtimeMs: T; + ctimeMs: T; + birthtimeMs: T; + atime: Date; + mtime: Date; + ctime: Date; + birthtime: Date; + } + export interface Stats extends StatsBase {} + /** + * A `fs.Stats` object provides information about a file. + * + * Objects returned from {@link stat}, {@link lstat} and {@link fstat} and + * their synchronous counterparts are of this type. + * If `bigint` in the `options` passed to those methods is true, the numeric values + * will be `bigint` instead of `number`, and the object will contain additional + * nanosecond-precision properties suffixed with `Ns`. + * + * ```console + * Stats { + * dev: 2114, + * ino: 48064969, + * mode: 33188, + * nlink: 1, + * uid: 85, + * gid: 100, + * rdev: 0, + * size: 527, + * blksize: 4096, + * blocks: 8, + * atimeMs: 1318289051000.1, + * mtimeMs: 1318289051000.1, + * ctimeMs: 1318289051000.1, + * birthtimeMs: 1318289051000.1, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * + * `bigint` version: + * + * ```console + * BigIntStats { + * dev: 2114n, + * ino: 48064969n, + * mode: 33188n, + * nlink: 1n, + * uid: 85n, + * gid: 100n, + * rdev: 0n, + * size: 527n, + * blksize: 4096n, + * blocks: 8n, + * atimeMs: 1318289051000n, + * mtimeMs: 1318289051000n, + * ctimeMs: 1318289051000n, + * birthtimeMs: 1318289051000n, + * atimeNs: 1318289051000000000n, + * mtimeNs: 1318289051000000000n, + * ctimeNs: 1318289051000000000n, + * birthtimeNs: 1318289051000000000n, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * @since v0.1.21 + */ + export class Stats {} + /** + * A representation of a directory entry, which can be a file or a subdirectory + * within the directory, as returned by reading from an `fs.Dir`. The + * directory entry is a combination of the file name and file type pairs. + * + * Additionally, when {@link readdir} or {@link readdirSync} is called with + * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. + * @since v10.10.0 + */ + export class Dirent { + /** + * Returns `true` if the `fs.Dirent` object describes a regular file. + * @since v10.10.0 + */ + isFile(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a file system + * directory. + * @since v10.10.0 + */ + isDirectory(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a block device. + * @since v10.10.0 + */ + isBlockDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a character device. + * @since v10.10.0 + */ + isCharacterDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a symbolic link. + * @since v10.10.0 + */ + isSymbolicLink(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a first-in-first-out + * (FIFO) pipe. + * @since v10.10.0 + */ + isFIFO(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a socket. + * @since v10.10.0 + */ + isSocket(): boolean; + /** + * The file name that this `fs.Dirent` object refers to. The type of this + * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. + * @since v10.10.0 + */ + name: string; + } + /** + * A class representing a directory stream. + * + * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. + * + * ```js + * import { opendir } from 'fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + */ + export class Dir implements AsyncIterable { + /** + * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. + * @since v12.12.0 + */ + readonly path: string; + /** + * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. + */ + [Symbol.asyncIterator](): AsyncIterableIterator; + /** + * Asynchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * + * A promise is returned that will be resolved after the resource has been + * closed. + * @since v12.12.0 + */ + close(): Promise; + close(cb: NoParamCallback): void; + /** + * Synchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * @since v12.12.0 + */ + closeSync(): void; + /** + * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. + * + * A promise is returned that will be resolved with an `fs.Dirent`, or `null`if there are no more directory entries to read. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + * @return containing {fs.Dirent|null} + */ + read(): Promise; + read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; + /** + * Synchronously read the next directory entry as an `fs.Dirent`. See the + * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. + * + * If there are no more directory entries to read, `null` will be returned. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + */ + readSync(): Dirent | null; + } + /** + * Class: fs.StatWatcher + * @since v14.3.0, v12.20.0 + * Extends `EventEmitter` + * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. + */ + export interface StatWatcher extends EventEmitter { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.StatWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.StatWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + } + export interface FSWatcher extends EventEmitter { + /** + * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. + * @since v0.5.8 + */ + close(): void; + /** + * events.EventEmitter + * 1. change + * 2. error + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'close', listener: () => void): this; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + on(event: 'error', listener: (error: Error) => void): this; + on(event: 'close', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + once(event: 'error', listener: (error: Error) => void): this; + once(event: 'close', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + prependListener(event: 'error', listener: (error: Error) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + prependOnceListener(event: 'error', listener: (error: Error) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + } + /** + * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. + * @since v0.1.93 + */ + export class ReadStream extends stream.Readable { + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes that have been read so far. + * @since v6.4.0 + */ + bytesRead: number; + /** + * The path to the file the stream is reading from as specified in the first + * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a + * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0, v10.16.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'open', listener: (fd: number) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'readable', listener: () => void): this; + addListener(event: 'ready', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: Buffer | string) => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'open', listener: (fd: number) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'readable', listener: () => void): this; + on(event: 'ready', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: Buffer | string) => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'open', listener: (fd: number) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'readable', listener: () => void): this; + once(event: 'ready', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'open', listener: (fd: number) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'readable', listener: () => void): this; + prependListener(event: 'ready', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'open', listener: (fd: number) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'readable', listener: () => void): this; + prependOnceListener(event: 'ready', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * * Extends `stream.Writable` + * + * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. + * @since v0.1.93 + */ + export class WriteStream extends stream.Writable { + /** + * Closes `writeStream`. Optionally accepts a + * callback that will be executed once the `writeStream`is closed. + * @since v0.9.4 + */ + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes written so far. Does not include data that is still queued + * for writing. + * @since v0.4.7 + */ + bytesWritten: number; + /** + * The path to the file the stream is writing to as specified in the first + * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a + * `Buffer`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'open', listener: (fd: number) => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'ready', listener: () => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'open', listener: (fd: number) => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'ready', listener: () => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'open', listener: (fd: number) => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'ready', listener: () => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'open', listener: (fd: number) => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'ready', listener: () => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'open', listener: (fd: number) => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'ready', listener: () => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * Asynchronously rename file at `oldPath` to the pathname provided + * as `newPath`. In the case that `newPath` already exists, it will + * be overwritten. If there is a directory at `newPath`, an error will + * be raised instead. No arguments other than a possible exception are + * given to the completion callback. + * + * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). + * + * ```js + * import { rename } from 'fs'; + * + * rename('oldFile.txt', 'newFile.txt', (err) => { + * if (err) throw err; + * console.log('Rename complete!'); + * }); + * ``` + * @since v0.0.2 + */ + export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace rename { + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; + } + /** + * Renames the file from `oldPath` to `newPath`. Returns `undefined`. + * + * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. + * @since v0.1.21 + */ + export function renameSync(oldPath: PathLike, newPath: PathLike): void; + /** + * Truncates the file. No arguments other than a possible exception are + * given to the completion callback. A file descriptor can also be passed as the + * first argument. In this case, `fs.ftruncate()` is called. + * + * ```js + * import { truncate } from 'fs'; + * // Assuming that 'path/file.txt' is a regular file. + * truncate('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was truncated'); + * }); + * ``` + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * + * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. + * @since v0.8.6 + * @param [len=0] + */ + export function truncate(path: PathLike, len: number | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function truncate(path: PathLike, callback: NoParamCallback): void; + export namespace truncate { + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(path: PathLike, len?: number | null): Promise; + } + /** + * Truncates the file. Returns `undefined`. A file descriptor can also be + * passed as the first argument. In this case, `fs.ftruncateSync()` is called. + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * @since v0.8.6 + * @param [len=0] + */ + export function truncateSync(path: PathLike, len?: number | null): void; + /** + * Truncates the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. + * + * If the file referred to by the file descriptor was larger than `len` bytes, only + * the first `len` bytes will be retained in the file. + * + * For example, the following program retains only the first four bytes of the + * file: + * + * ```js + * import { open, close, ftruncate } from 'fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('temp.txt', 'r+', (err, fd) => { + * if (err) throw err; + * + * try { + * ftruncate(fd, 4, (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * if (err) throw err; + * } + * }); + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncate(fd: number, len: number | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + */ + export function ftruncate(fd: number, callback: NoParamCallback): void; + export namespace ftruncate { + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(fd: number, len?: number | null): Promise; + } + /** + * Truncates the file descriptor. Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link ftruncate}. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncateSync(fd: number, len?: number | null): void; + /** + * Asynchronously changes owner and group of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace chown { + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Synchronously changes owner and group of a file. Returns `undefined`. + * This is the synchronous version of {@link chown}. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chownSync(path: PathLike, uid: number, gid: number): void; + /** + * Sets the owner of the file. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; + export namespace fchown { + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function __promisify__(fd: number, uid: number, gid: number): Promise; + } + /** + * Sets the owner of the file. Returns `undefined`. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function fchownSync(fd: number, uid: number, gid: number): void; + /** + * Set the owner of the symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. + */ + export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace lchown { + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Set the owner for the path. Returns `undefined`. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function lchownSync(path: PathLike, uid: number, gid: number): void; + /** + * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic + * link, then the link is not dereferenced: instead, the timestamps of the + * symbolic link itself are changed. + * + * No arguments other than a possible exception are given to the completion + * callback. + * @since v14.5.0, v12.19.0 + */ + export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace lutimes { + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, + * with the difference that if the path refers to a symbolic link, then the link is not + * dereferenced: instead, the timestamps of the symbolic link itself are changed. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Change the file system timestamps of the symbolic link referenced by `path`. + * Returns `undefined`, or throws an exception when parameters are incorrect or + * the operation fails. This is the synchronous version of {@link lutimes}. + * @since v14.5.0, v12.19.0 + */ + export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Asynchronously changes the permissions of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * + * ```js + * import { chmod } from 'fs'; + * + * chmod('my_file.txt', 0o775, (err) => { + * if (err) throw err; + * console.log('The permissions for file "my_file.txt" have been changed!'); + * }); + * ``` + * @since v0.1.30 + */ + export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + export namespace chmod { + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link chmod}. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * @since v0.6.7 + */ + export function chmodSync(path: PathLike, mode: Mode): void; + /** + * Sets the permissions on the file. No arguments other than a possible exception + * are given to the completion callback. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; + export namespace fchmod { + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(fd: number, mode: Mode): Promise; + } + /** + * Sets the permissions on the file. Returns `undefined`. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmodSync(fd: number, mode: Mode): void; + /** + * Changes the permissions on a symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + /** @deprecated */ + export namespace lchmod { + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * Changes the permissions on a symbolic link. Returns `undefined`. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmodSync(path: PathLike, mode: Mode): void; + /** + * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * + * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. + * Instead, user code should open/read/write the file directly and handle the + * error raised if the file is not available. + * + * To check if a file exists without manipulating it afterwards, {@link access} is recommended. + * + * For example, given the following directory structure: + * + * ```text + * - txtDir + * -- file.txt + * - app.js + * ``` + * + * The next program will check for the stats of the given paths: + * + * ```js + * import { stat } from 'fs'; + * + * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; + * + * for (let i = 0; i < pathsToCheck.length; i++) { + * stat(pathsToCheck[i], (err, stats) => { + * console.log(stats.isDirectory()); + * console.log(stats); + * }); + * } + * ``` + * + * The resulting output will resemble: + * + * ```console + * true + * Stats { + * dev: 16777220, + * mode: 16877, + * nlink: 3, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214262, + * size: 96, + * blocks: 0, + * atimeMs: 1561174653071.963, + * mtimeMs: 1561174614583.3518, + * ctimeMs: 1561174626623.5366, + * birthtimeMs: 1561174126937.2893, + * atime: 2019-06-22T03:37:33.072Z, + * mtime: 2019-06-22T03:36:54.583Z, + * ctime: 2019-06-22T03:37:06.624Z, + * birthtime: 2019-06-22T03:28:46.937Z + * } + * false + * Stats { + * dev: 16777220, + * mode: 33188, + * nlink: 1, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214074, + * size: 8, + * blocks: 8, + * atimeMs: 1561174616618.8555, + * mtimeMs: 1561174614584, + * ctimeMs: 1561174614583.8145, + * birthtimeMs: 1561174007710.7478, + * atime: 2019-06-22T03:36:56.619Z, + * mtime: 2019-06-22T03:36:54.584Z, + * ctime: 2019-06-22T03:36:54.584Z, + * birthtime: 2019-06-22T03:26:47.711Z + * } + * ``` + * @since v0.0.2 + */ + export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function stat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void + ): void; + export function stat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void + ): void; + export function stat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; + export namespace stat { + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + } + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + export interface StatSyncFn extends Function { + (path: PathLike, options?: undefined): Stats; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + throwIfNoEntry: false; + } + ): Stats | undefined; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + throwIfNoEntry: false; + } + ): BigIntStats | undefined; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + } + ): Stats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + } + ): BigIntStats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: boolean; + throwIfNoEntry?: false | undefined; + } + ): Stats | BigIntStats; + (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; + } + /** + * Synchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const statSync: StatSyncFn; + /** + * Invokes the callback with the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function fstat( + fd: number, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void + ): void; + export function fstat( + fd: number, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void + ): void; + export function fstat(fd: number, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; + export namespace fstat { + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function __promisify__( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function __promisify__( + fd: number, + options: StatOptions & { + bigint: true; + } + ): Promise; + function __promisify__(fd: number, options?: StatOptions): Promise; + } + /** + * Retrieves the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstatSync( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Stats; + export function fstatSync( + fd: number, + options: StatOptions & { + bigint: true; + } + ): BigIntStats; + export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; + /** + * Retrieves the `fs.Stats` for the symbolic link referred to by the path. + * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic + * link, then the link itself is stat-ed, not the file that it refers to. + * + * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. + * @since v0.1.30 + */ + export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function lstat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void + ): void; + export function lstat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void + ): void; + export function lstat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; + export namespace lstat { + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + } + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + /** + * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const lstatSync: StatSyncFn; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than + * a possible + * exception are given to the completion callback. + * @since v0.1.31 + */ + export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace link { + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(existingPath: PathLike, newPath: PathLike): Promise; + } + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.31 + */ + export function linkSync(existingPath: PathLike, newPath: PathLike): void; + /** + * Creates the link called `path` pointing to `target`. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. + * + * The `type` argument is only available on Windows and ignored on other platforms. + * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is + * not set, Node.js will autodetect `target` type and use `'file'` or `'dir'`. If + * the `target` does not exist, `'file'` will be used. Windows junction points + * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. + * + * Relative targets are relative to the link’s parent directory. + * + * ```js + * import { symlink } from 'fs'; + * + * symlink('./mew', './mewtwo', callback); + * ``` + * + * The above example creates a symbolic link `mewtwo` which points to `mew` in the + * same directory: + * + * ```bash + * $ tree . + * . + * ├── mew + * └── mewtwo -> ./mew + * ``` + * @since v0.1.31 + */ + export function symlink(target: PathLike, path: PathLike, type: symlink.Type | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + */ + export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; + export namespace symlink { + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; + type Type = 'dir' | 'file' | 'junction'; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link symlink}. + * @since v0.1.31 + */ + export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; + /** + * Reads the contents of the symbolic link referred to by `path`. The callback gets + * two arguments `(err, linkString)`. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path passed to the callback. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; + export namespace readlink { + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + } + /** + * Returns the symbolic link's string value. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer; + /** + * Asynchronously computes the canonical pathname by resolving `.`, `..` and + * symbolic links. + * + * A canonical pathname is not necessarily unique. Hard links and bind mounts can + * expose a file system entity through many pathnames. + * + * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: + * + * 1. No case conversion is performed on case-insensitive file systems. + * 2. The maximum number of symbolic links is platform-independent and generally + * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. + * + * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd`to resolve relative paths. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * If `path` resolves to a socket or a pipe, the function will return a system + * dependent name for that object. + * @since v0.1.31 + */ + export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function realpath(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + export namespace realpath { + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). + * + * The `callback` gets two arguments `(err, resolvedPath)`. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v9.2.0 + */ + function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + function native(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; + function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; + function native(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + } + /** + * Returns the resolved pathname. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link realpath}. + * @since v0.1.31 + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer; + export namespace realpathSync { + function native(path: PathLike, options?: EncodingOption): string; + function native(path: PathLike, options: BufferEncodingOption): Buffer; + function native(path: PathLike, options?: EncodingOption): string | Buffer; + } + /** + * Asynchronously removes a file or symbolic link. No arguments other than a + * possible exception are given to the completion callback. + * + * ```js + * import { unlink } from 'fs'; + * // Assuming that 'path/file.txt' is a regular file. + * unlink('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was deleted'); + * }); + * ``` + * + * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a + * directory, use {@link rmdir}. + * + * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. + * @since v0.0.2 + */ + export function unlink(path: PathLike, callback: NoParamCallback): void; + export namespace unlink { + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. + * @since v0.1.21 + */ + export function unlinkSync(path: PathLike): void; + export interface RmDirOptions { + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning + * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. + * Use `fs.rm(path, { recursive: true, force: true })` instead. + * + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given + * to the completion callback. + * + * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on + * Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. + * @since v0.0.2 + */ + export function rmdir(path: PathLike, callback: NoParamCallback): void; + export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; + export namespace rmdir { + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, options?: RmDirOptions): Promise; + } + /** + * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. + * + * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error + * on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. + * @since v0.1.21 + */ + export function rmdirSync(path: PathLike, options?: RmDirOptions): void; + export interface RmOptions { + /** + * When `true`, exceptions will be ignored if `path` does not exist. + * @default false + */ + force?: boolean | undefined; + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm`utility). No arguments other than a possible exception are given to the + * completion callback. + * @since v14.14.0 + */ + export function rm(path: PathLike, callback: NoParamCallback): void; + export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; + export namespace rm { + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). + */ + function __promisify__(path: PathLike, options?: RmOptions): Promise; + } + /** + * Synchronously removes files and directories (modeled on the standard POSIX `rm`utility). Returns `undefined`. + * @since v14.14.0 + */ + export function rmSync(path: PathLike, options?: RmOptions): void; + export interface MakeDirectoryOptions { + /** + * Indicates whether parent folders should be created. + * If a folder was created, the path to the first created folder will be returned. + * @default false + */ + recursive?: boolean | undefined; + /** + * A file mode. If a string is passed, it is parsed as an octal integer. If not specified + * @default 0o777 + */ + mode?: Mode | undefined; + } + /** + * Asynchronously creates a directory. + * + * The callback is given a possible exception and, if `recursive` is `true`, the + * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was + * created. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fs.mkdir()` when `path` is a directory that + * exists results in an error only + * when `recursive` is false. + * + * ```js + * import { mkdir } from 'fs'; + * + * // Creates /tmp/a/apple, regardless of whether `/tmp` and /tmp/a exist. + * mkdir('/tmp/a/apple', { recursive: true }, (err) => { + * if (err) throw err; + * }); + * ``` + * + * On Windows, using `fs.mkdir()` on the root directory even with recursion will + * result in an error: + * + * ```js + * import { mkdir } from 'fs'; + * + * mkdir('/', { recursive: true }, (err) => { + * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] + * }); + * ``` + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.8 + */ + export function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + | undefined, + callback: NoParamCallback + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir(path: PathLike, options: Mode | MakeDirectoryOptions | null | undefined, callback: (err: NodeJS.ErrnoException | null, path?: string) => void): void; + /** + * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function mkdir(path: PathLike, callback: NoParamCallback): void; + export namespace mkdir { + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + } + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + } + /** + * Synchronously creates a directory. Returns `undefined`, or if `recursive` is`true`, the first directory path created. + * This is the synchronous version of {@link mkdir}. + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.21 + */ + export function mkdirSync( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + } + ): string | undefined; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + ): void; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; + /** + * Creates a unique temporary directory. + * + * Generates six random characters to be appended behind a required`prefix` to create a unique temporary directory. Due to platform + * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, + * notably the BSDs, can return more than six random characters, and replace + * trailing `X` characters in `prefix` with random characters. + * + * The created directory path is passed as a string to the callback's second + * parameter. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'fs'; + * + * mkdtemp(path.join(os.tmpdir(), 'foo-'), (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 + * }); + * ``` + * + * The `fs.mkdtemp()` method will append the six randomly selected characters + * directly to the `prefix` string. For instance, given a directory `/tmp`, if the + * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator + * (`require('path').sep`). + * + * ```js + * import { tmpdir } from 'os'; + * import { mkdtemp } from 'fs'; + * + * // The parent directory for the new temporary directory + * const tmpDir = tmpdir(); + * + * // This method is *INCORRECT*: + * mkdtemp(tmpDir, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmpabc123`. + * // A new temporary directory is created at the file system root + * // rather than *within* the /tmp directory. + * }); + * + * // This method is *CORRECT*: + * import { sep } from 'path'; + * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmp/abc123`. + * // A new temporary directory is created within + * // the /tmp directory. + * }); + * ``` + * @since v5.10.0 + */ + export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: + | 'buffer' + | { + encoding: 'buffer'; + }, + callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + */ + export function mkdtemp(prefix: string, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; + export namespace mkdtemp { + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + } + /** + * Returns the created directory path. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link mkdtemp}. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * @since v5.10.0 + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer; + /** + * Reads the contents of a directory. The callback gets two arguments `(err, files)`where `files` is an array of the names of the files in the directory excluding`'.'` and `'..'`. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. + * @since v0.1.8 + */ + export function readdir( + path: PathLike, + options: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + } + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + | 'buffer', + callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null, files: string[]) => void): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void + ): void; + export namespace readdir { + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + } + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options: + | 'buffer' + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent + */ + function __promisify__( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + } + ): Promise; + } + /** + * Reads the contents of the directory. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames returned. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. + * @since v0.1.21 + */ + export function readdirSync( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + } + | BufferEncoding + | null + ): string[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options: + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + | 'buffer' + ): Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): string[] | Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdirSync( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + } + ): Dirent[]; + /** + * Closes the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.0.2 + */ + export function close(fd: number, callback?: NoParamCallback): void; + export namespace close { + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Closes the file descriptor. Returns `undefined`. + * + * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.1.21 + */ + export function closeSync(fd: number): void; + /** + * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. + * + * `mode` sets the file mode (permission and sticky bits), but only if the file was + * created. On Windows, only the write permission can be manipulated; see {@link chmod}. + * + * The callback gets two arguments `(err, fd)`. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * + * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. + * @since v0.0.2 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] + */ + export function open(path: PathLike, flags: OpenMode | undefined, mode: Mode | undefined | null, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param [flags='r'] See `support of file system `flags``. + */ + export function open(path: PathLike, flags: OpenMode | undefined, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + + export namespace open { + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise; + } + /** + * Returns an integer representing the file descriptor. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link open}. + * @since v0.1.21 + * @param [flags='r'] + * @param [mode=0o666] + */ + export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time in seconds,`Date`s, or a numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. + * @since v0.4.2 + */ + export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace utimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link utimes}. + * @since v0.4.2 + */ + export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Change the file system timestamps of the object referenced by the supplied file + * descriptor. See {@link utimes}. + * @since v0.4.2 + */ + export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace futimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Synchronous version of {@link futimes}. Returns `undefined`. + * @since v0.4.2 + */ + export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other + * than a possible exception are given to the completion callback. + * @since v0.1.96 + */ + export function fsync(fd: number, callback: NoParamCallback): void; + export namespace fsync { + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.96 + */ + export function fsyncSync(fd: number): void; + /** + * Write `buffer` to the file specified by `fd`. + * + * `offset` determines the part of the buffer to be written, and `length` is + * an integer specifying the number of bytes to write. + * + * `position` refers to the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). + * + * The callback will be given three arguments `(err, bytesWritten, buffer)` where`bytesWritten` specifies how many _bytes_ were written from `buffer`. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesWritten` and `buffer` properties. + * + * It is unsafe to use `fs.write()` multiple times on the same file without waiting + * for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v0.0.2 + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + */ + export function write(fd: number, buffer: TBuffer, callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + encoding: BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write(fd: number, string: string, position: number | undefined | null, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + */ + export function write(fd: number, string: string, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; + export namespace write { + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + offset?: number, + length?: number, + position?: number | null + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function __promisify__( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link write}. + * @since v0.1.21 + * @return The number of bytes written. + */ + export function writeSync(fd: number, buffer: NodeJS.ArrayBufferView, offset?: number | null, length?: number | null, position?: number | null): number; + /** + * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function writeSync(fd: number, string: string, position?: number | null, encoding?: BufferEncoding | null): number; + export type ReadPosition = number | bigint; + export interface ReadSyncOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `length of buffer` + */ + length?: number | undefined; + /** + * @default null + */ + position?: ReadPosition | null | undefined; + } + export interface ReadAsyncOptions extends ReadSyncOptions { + buffer?: TBuffer; + } + /** + * Read data from the file specified by `fd`. + * + * The callback is given the three arguments, `(err, bytesRead, buffer)`. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffer` properties. + * @since v0.0.2 + * @param buffer The buffer that the data will be written to. + * @param offset The position in `buffer` to write the data to. + * @param length The number of bytes to read. + * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If + * `position` is an integer, the file position will be unchanged. + */ + export function read( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: ReadPosition | null, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void + ): void; + /** + * Similar to the above `fs.read` function, this version takes an optional `options` object. + * If not otherwise specified in an `options` object, + * `buffer` defaults to `Buffer.alloc(16384)`, + * `offset` defaults to `0`, + * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 + * `position` defaults to `null` + * @since v12.17.0, 13.11.0 + */ + export function read( + fd: number, + options: ReadAsyncOptions, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void + ): void; + export function read(fd: number, callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void): void; + export namespace read { + /** + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function __promisify__( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: number | null + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__( + fd: number, + options: ReadAsyncOptions + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__(fd: number): Promise<{ + bytesRead: number; + buffer: NodeJS.ArrayBufferView; + }>; + } + /** + * Returns the number of `bytesRead`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link read}. + * @since v0.1.21 + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, offset: number, length: number, position: ReadPosition | null): number; + /** + * Similar to the above `fs.readSync` function, this version takes an optional `options` object. + * If no `options` object is specified, it will default with the above values. + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number; + /** + * Asynchronously reads the entire contents of a file. + * + * ```js + * import { readFile } from 'fs'; + * + * readFile('/etc/passwd', (err, data) => { + * if (err) throw err; + * console.log(data); + * }); + * ``` + * + * The callback is passed two arguments `(err, data)`, where `data` is the + * contents of the file. + * + * If no encoding is specified, then the raw buffer is returned. + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { readFile } from 'fs'; + * + * readFile('/etc/passwd', 'utf8', callback); + * ``` + * + * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an + * error will be returned. On FreeBSD, a representation of the directory's contents + * will be returned. + * + * ```js + * import { readFile } from 'fs'; + * + * // macOS, Linux, and Windows + * readFile('', (err, data) => { + * // => [Error: EISDIR: illegal operation on a directory, read ] + * }); + * + * // FreeBSD + * readFile('', (err, data) => { + * // => null, + * }); + * ``` + * + * It is possible to abort an ongoing request using an `AbortSignal`. If a + * request is aborted the callback is called with an `AbortError`: + * + * ```js + * import { readFile } from 'fs'; + * + * const controller = new AbortController(); + * const signal = controller.signal; + * readFile(fileInfo[0].name, { signal }, (err, buf) => { + * // ... + * }); + * // When you want to abort the request + * controller.abort(); + * ``` + * + * The `fs.readFile()` function buffers the entire file. To minimize memory costs, + * when possible prefer streaming via `fs.createReadStream()`. + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * @since v0.1.29 + * @param path filename or file descriptor + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding?: null | undefined; + flag?: string | undefined; + } & Abortable) + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding: BufferEncoding; + flag?: string | undefined; + } & Abortable) + | BufferEncoding, + callback: (err: NodeJS.ErrnoException | null, data: string) => void + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | (ObjectEncodingOptions & { + flag?: string | undefined; + } & Abortable) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + */ + export function readFile(path: PathOrFileDescriptor, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; + export namespace readFile { + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null + ): Promise; + } + /** + * Returns the contents of the `path`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readFile}. + * + * If the `encoding` option is specified then this function returns a + * string. Otherwise it returns a buffer. + * + * Similar to {@link readFile}, when the path is a directory, the behavior of`fs.readFileSync()` is platform-specific. + * + * ```js + * import { readFileSync } from 'fs'; + * + * // macOS, Linux, and Windows + * readFileSync(''); + * // => [Error: EISDIR: illegal operation on a directory, read ] + * + * // FreeBSD + * readFileSync(''); // => + * ``` + * @since v0.1.8 + * @param path filename or file descriptor + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null + ): Buffer; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding + ): string; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null + ): string | Buffer; + export type WriteFileOptions = + | (ObjectEncodingOptions & + Abortable & { + mode?: Mode | undefined; + flag?: string | undefined; + }) + | BufferEncoding + | null; + /** + * When `file` is a filename, asynchronously writes data to the file, replacing the + * file if it already exists. `data` can be a string or a buffer. + * + * When `file` is a file descriptor, the behavior is similar to calling`fs.write()` directly (which is recommended). See the notes below on using + * a file descriptor. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { writeFile } from 'fs'; + * import { Buffer } from 'buffer'; + * + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, (err) => { + * if (err) throw err; + * console.log('The file has been saved!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { writeFile } from 'fs'; + * + * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); + * ``` + * + * It is unsafe to use `fs.writeFile()` multiple times on the same file without + * waiting for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that + * performs multiple `write` calls internally to write the buffer passed to it. + * For performance sensitive code consider using {@link createWriteStream}. + * + * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'fs'; + * import { Buffer } from 'buffer'; + * + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, { signal }, (err) => { + * // When a request is aborted - the callback is called with an AbortError + * }); + * // When the request should be aborted + * controller.abort(); + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFile(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options: WriteFileOptions, callback: NoParamCallback): void; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function writeFile(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, callback: NoParamCallback): void; + export namespace writeFile { + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function __promisify__(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): Promise; + } + /** + * Returns `undefined`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writeFile}. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFileSync(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): void; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFile } from 'fs'; + * + * appendFile('message.txt', 'data to append', (err) => { + * if (err) throw err; + * console.log('The "data to append" was appended to file!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFile } from 'fs'; + * + * appendFile('message.txt', 'data to append', 'utf8', callback); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { open, close, appendFile } from 'fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('message.txt', 'a', (err, fd) => { + * if (err) throw err; + * + * try { + * appendFile(fd, 'data to append', 'utf8', (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * throw err; + * } + * }); + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFile(path: PathOrFileDescriptor, data: string | Uint8Array, options: WriteFileOptions, callback: NoParamCallback): void; + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; + export namespace appendFile { + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function __promisify__(file: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): Promise; + } + /** + * Synchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFileSync } from 'fs'; + * + * try { + * appendFileSync('message.txt', 'data to append'); + * console.log('The "data to append" was appended to file!'); + * } catch (err) { + * // Handle the error + * } + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFileSync } from 'fs'; + * + * appendFileSync('message.txt', 'data to append', 'utf8'); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { openSync, closeSync, appendFileSync } from 'fs'; + * + * let fd; + * + * try { + * fd = openSync('message.txt', 'a'); + * appendFileSync(fd, 'data to append', 'utf8'); + * } catch (err) { + * // Handle the error + * } finally { + * if (fd !== undefined) + * closeSync(fd); + * } + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFileSync(path: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): void; + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export interface WatchFileOptions { + bigint?: boolean | undefined; + persistent?: boolean | undefined; + interval?: number | undefined; + } + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint?: false | undefined; + }) + | undefined, + listener: (curr: Stats, prev: Stats) => void + ): StatWatcher; + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint: true; + }) + | undefined, + listener: (curr: BigIntStats, prev: BigIntStats) => void + ): StatWatcher; + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): StatWatcher; + /** + * Stop watching for changes on `filename`. If `listener` is specified, only that + * particular listener is removed. Otherwise, _all_ listeners are removed, + * effectively stopping watching of `filename`. + * + * Calling `fs.unwatchFile()` with a filename that is not being watched is a + * no-op, not an error. + * + * Using {@link watch} is more efficient than `fs.watchFile()` and`fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()`and `fs.unwatchFile()` when possible. + * @since v0.1.31 + * @param listener Optional, a listener previously attached using `fs.watchFile()` + */ + export function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void; + export interface WatchOptions extends Abortable { + encoding?: BufferEncoding | 'buffer' | undefined; + persistent?: boolean | undefined; + recursive?: boolean | undefined; + } + export type WatchEventType = 'rename' | 'change'; + export type WatchListener = (event: WatchEventType, filename: T) => void; + /** + * Watch for changes on `filename`, where `filename` is either a file or a + * directory. + * + * The second argument is optional. If `options` is provided as a string, it + * specifies the `encoding`. Otherwise `options` should be passed as an object. + * + * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file + * which triggered the event. + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of`eventType`. + * + * If a `signal` is passed, aborting the corresponding AbortController will close + * the returned `fs.FSWatcher`. + * @since v0.5.10 + * @param listener + */ + export function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: 'buffer'; + }) + | 'buffer', + listener?: WatchListener + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch(filename: PathLike, options?: WatchOptions | BufferEncoding | null, listener?: WatchListener): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch(filename: PathLike, options: WatchOptions | string, listener?: WatchListener): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watch(filename: PathLike, listener?: WatchListener): FSWatcher; + /** + * Test whether or not the given path exists by checking with the file system. + * Then call the `callback` argument with either true or false: + * + * ```js + * import { exists } from 'fs'; + * + * exists('/etc/passwd', (e) => { + * console.log(e ? 'it exists' : 'no passwd!'); + * }); + * ``` + * + * **The parameters for this callback are not consistent with other Node.js** + * **callbacks.** Normally, the first parameter to a Node.js callback is an `err`parameter, optionally followed by other parameters. The `fs.exists()` callback + * has only one boolean parameter. This is one reason `fs.access()` is recommended + * instead of `fs.exists()`. + * + * Using `fs.exists()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file does not exist. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { exists, open, close } from 'fs'; + * + * exists('myfile', (e) => { + * if (e) { + * console.error('myfile already exists'); + * } else { + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { open, close, exists } from 'fs'; + * + * exists('myfile', (e) => { + * if (e) { + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } else { + * console.error('myfile does not exist'); + * } + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for existence and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the existence of a file only if the file won’t be + * used directly, for example when its existence is a signal from another + * process. + * @since v0.0.2 + * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. + */ + export function exists(path: PathLike, callback: (exists: boolean) => void): void; + /** @deprecated */ + export namespace exists { + /** + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Returns `true` if the path exists, `false` otherwise. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link exists}. + * + * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`parameter to `fs.exists()` accepts parameters that are inconsistent with other + * Node.js callbacks. `fs.existsSync()` does not use a callback. + * + * ```js + * import { existsSync } from 'fs'; + * + * if (existsSync('/etc/passwd')) + * console.log('The path exists.'); + * ``` + * @since v0.1.21 + */ + export function existsSync(path: PathLike): boolean; + export namespace constants { + // File Access Constants + /** Constant for fs.access(). File is visible to the calling process. */ + const F_OK: number; + /** Constant for fs.access(). File can be read by the calling process. */ + const R_OK: number; + /** Constant for fs.access(). File can be written by the calling process. */ + const W_OK: number; + /** Constant for fs.access(). File can be executed by the calling process. */ + const X_OK: number; + // File Copy Constants + /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ + const COPYFILE_EXCL: number; + /** + * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. + */ + const COPYFILE_FICLONE: number; + /** + * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then the operation will fail with an error. + */ + const COPYFILE_FICLONE_FORCE: number; + // File Open Constants + /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ + const O_RDONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ + const O_WRONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ + const O_RDWR: number; + /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ + const O_CREAT: number; + /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ + const O_EXCL: number; + /** + * Constant for fs.open(). Flag indicating that if path identifies a terminal device, + * opening the path shall not cause that terminal to become the controlling terminal for the process + * (if the process does not already have one). + */ + const O_NOCTTY: number; + /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ + const O_TRUNC: number; + /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ + const O_APPEND: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ + const O_DIRECTORY: number; + /** + * constant for fs.open(). + * Flag indicating reading accesses to the file system will no longer result in + * an update to the atime information associated with the file. + * This flag is available on Linux operating systems only. + */ + const O_NOATIME: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ + const O_NOFOLLOW: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ + const O_SYNC: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ + const O_DSYNC: number; + /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ + const O_SYMLINK: number; + /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ + const O_DIRECT: number; + /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ + const O_NONBLOCK: number; + // File Type Constants + /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ + const S_IFMT: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ + const S_IFREG: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ + const S_IFDIR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ + const S_IFCHR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ + const S_IFBLK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ + const S_IFIFO: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ + const S_IFLNK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ + const S_IFSOCK: number; + // File Mode Constants + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ + const S_IRWXU: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ + const S_IRUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ + const S_IWUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ + const S_IXUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ + const S_IRWXG: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ + const S_IRGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ + const S_IWGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ + const S_IXGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ + const S_IRWXO: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ + const S_IROTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ + const S_IWOTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ + const S_IXOTH: number; + /** + * When set, a memory file mapping is used to access the file. This flag + * is available on Windows operating systems only. On other operating systems, + * this flag is ignored. + */ + const UV_FS_O_FILEMAP: number; + } + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * The final argument, `callback`, is a callback function that is invoked with + * a possible error argument. If any of the accessibility checks fail, the error + * argument will be an `Error` object. The following examples check if`package.json` exists, and if it is readable or writable. + * + * ```js + * import { access, constants } from 'fs'; + * + * const file = 'package.json'; + * + * // Check if the file exists in the current directory. + * access(file, constants.F_OK, (err) => { + * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); + * }); + * + * // Check if the file is readable. + * access(file, constants.R_OK, (err) => { + * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); + * }); + * + * // Check if the file is writable. + * access(file, constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); + * }); + * + * // Check if the file is readable and writable. + * access(file, constants.R_OK | constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); + * }); + * ``` + * + * Do not use `fs.access()` to check for the accessibility of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()`. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file is not accessible. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'fs'; + * + * access('myfile', (err) => { + * if (!err) { + * console.error('myfile already exists'); + * return; + * } + * + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'fs'; + * access('myfile', (err) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for accessibility and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the accessibility of a file only if the file will not be + * used directly, for example when its accessibility is a signal from another + * process. + * + * On Windows, access-control policies (ACLs) on a directory may limit access to + * a file or directory. The `fs.access()` function, however, does not check the + * ACL and therefore may report that a path is accessible even if the ACL restricts + * the user from reading or writing to it. + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function access(path: PathLike, callback: NoParamCallback): void; + export namespace access { + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike, mode?: number): Promise; + } + /** + * Synchronously tests a user's permissions for the file or directory specified + * by `path`. The `mode` argument is an optional integer that specifies the + * accessibility checks to be performed. `mode` should be either the value`fs.constants.F_OK` or a mask consisting of the bitwise OR of any of`fs.constants.R_OK`, `fs.constants.W_OK`, and + * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, + * the method will return `undefined`. + * + * ```js + * import { accessSync, constants } from 'fs'; + * + * try { + * accessSync('etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can read/write'); + * } catch (err) { + * console.error('no access!'); + * } + * ``` + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function accessSync(path: PathLike, mode?: number): void; + interface StreamOptions { + flags?: string | undefined; + encoding?: BufferEncoding | undefined; + fd?: number | promises.FileHandle | undefined; + mode?: number | undefined; + autoClose?: boolean | undefined; + /** + * @default false + */ + emitClose?: boolean | undefined; + start?: number | undefined; + highWaterMark?: number | undefined; + } + interface ReadStreamOptions extends StreamOptions { + end?: number | undefined; + } + /** + * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 kb. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is + * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the + * current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use + * the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. + * + * If `fd` points to a character device that only supports blocking reads + * (such as keyboard or sound card), read operations do not finish until data is + * available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option, it is possible to override the corresponding `fs`implementations for `open`, `read`, and `close`. When providing the `fs` option, + * an override for `read` is required. If no `fd` is provided, an override for`open` is also required. If `autoClose` is `true`, an override for `close` is + * also required. + * + * ```js + * import { createReadStream } from 'fs'; + * + * // Create a stream from some character device. + * const stream = createReadStream('/dev/input/event0'); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * `mode` sets the file mode (permission and sticky bits), but only if the + * file was created. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { createReadStream } from 'fs'; + * + * createReadStream('sample.txt', { start: 90, end: 99 }); + * ``` + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` option to be set to `r+` rather than the + * default `w`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option it is possible to override the corresponding `fs`implementations for `open`, `write`, `writev` and `close`. Overriding `write()`without `writev()` can reduce + * performance as some optimizations (`_writev()`) + * will be disabled. When providing the `fs` option, overrides for at least one of`write` and `writev` are required. If no `fd` option is supplied, an override + * for `open` is also required. If `autoClose` is `true`, an override for `close`is also required. + * + * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the`path` argument and will use the specified file descriptor. This means that no`'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s + * should be passed to `net.Socket`. + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createWriteStream(path: PathLike, options?: BufferEncoding | StreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other + * than a possible + * exception are given to the completion callback. + * @since v0.1.96 + */ + export function fdatasync(fd: number, callback: NoParamCallback): void; + export namespace fdatasync { + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. + * @since v0.1.96 + */ + export function fdatasyncSync(fd: number): void; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. No arguments other than a possible exception are given to the + * callback function. Node.js makes no guarantees about the atomicity of the copy + * operation. If an error occurs after the destination file has been opened for + * writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFile, constants } from 'fs'; + * + * function callback(err) { + * if (err) throw err; + * console.log('source.txt was copied to destination.txt'); + * } + * + * // destination.txt will be created or overwritten by default. + * copyFile('source.txt', 'destination.txt', callback); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; + export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; + export namespace copyFile { + function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise; + } + /** + * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. Returns `undefined`. Node.js makes no guarantees about the + * atomicity of the copy operation. If an error occurs after the destination file + * has been opened for writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFileSync, constants } from 'fs'; + * + * // destination.txt will be created or overwritten by default. + * copyFileSync('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; + /** + * Write an array of `ArrayBufferView`s to the file specified by `fd` using`writev()`. + * + * `position` is the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. + * + * The callback will be given three arguments: `err`, `bytesWritten`, and`buffers`. `bytesWritten` is how many bytes were written from `buffers`. + * + * If this method is `util.promisify()` ed, it returns a promise for an`Object` with `bytesWritten` and `buffers` properties. + * + * It is unsafe to use `fs.writev()` multiple times on the same file without + * waiting for the callback. For this scenario, use {@link createWriteStream}. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + */ + export function writev(fd: number, buffers: ReadonlyArray, cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void): void; + export function writev( + fd: number, + buffers: ReadonlyArray, + position: number, + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void + ): void; + export interface WriteVResult { + bytesWritten: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace writev { + function __promisify__(fd: number, buffers: ReadonlyArray, position?: number): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writev}. + * @since v12.9.0 + * @return The number of bytes written. + */ + export function writevSync(fd: number, buffers: ReadonlyArray, position?: number): number; + /** + * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s + * using `readv()`. + * + * `position` is the offset from the beginning of the file from where data + * should be read. If `typeof position !== 'number'`, the data will be read + * from the current position. + * + * The callback will be given three arguments: `err`, `bytesRead`, and`buffers`. `bytesRead` is how many bytes were read from the file. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffers` properties. + * @since v13.13.0, v12.17.0 + */ + export function readv(fd: number, buffers: ReadonlyArray, cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void): void; + export function readv( + fd: number, + buffers: ReadonlyArray, + position: number, + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void + ): void; + export interface ReadVResult { + bytesRead: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace readv { + function __promisify__(fd: number, buffers: ReadonlyArray, position?: number): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readv}. + * @since v13.13.0, v12.17.0 + * @return The number of bytes read. + */ + export function readvSync(fd: number, buffers: ReadonlyArray, position?: number): number; + export interface OpenDirOptions { + encoding?: BufferEncoding | undefined; + /** + * Number of directory entries that are buffered + * internally when reading from the directory. Higher values lead to better + * performance but higher memory usage. + * @default 32 + */ + bufferSize?: number | undefined; + } + /** + * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; + /** + * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for + * more details. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export function opendir(path: PathLike, options: OpenDirOptions, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export namespace opendir { + function __promisify__(path: PathLike, options?: OpenDirOptions): Promise; + } + export interface BigIntStats extends StatsBase { + atimeNs: bigint; + mtimeNs: bigint; + ctimeNs: bigint; + birthtimeNs: bigint; + } + export interface BigIntOptions { + bigint: true; + } + export interface StatOptions { + bigint?: boolean | undefined; + } + export interface StatSyncOptions extends StatOptions { + throwIfNoEntry?: boolean | undefined; + } + interface CopyOptionsBase { + /** + * Dereference symlinks + * @default false + */ + dereference?: boolean; + /** + * When `force` is `false`, and the destination + * exists, throw an error. + * @default false + */ + errorOnExist?: boolean; + /** + * Overwrite existing file or directory. _The copy + * operation will ignore errors if you set this to false and the destination + * exists. Use the `errorOnExist` option to change this behavior. + * @default true + */ + force?: boolean; + /** + * When `true` timestamps from `src` will + * be preserved. + * @default false + */ + preserveTimestamps?: boolean; + /** + * Copy directories recursively. + * @default false + */ + recursive?: boolean; + /** + * When true, path resolution for symlinks will be skipped + * @default false + */ + verbatimSymlinks?: boolean; + } + export interface CopyOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean | Promise; + } + export interface CopySyncOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean; + } + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cp(source: string | URL, destination: string | URL, callback: (err: NodeJS.ErrnoException | null) => void): void; + export function cp(source: string | URL, destination: string | URL, opts: CopyOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; + /** + * Synchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; +} +declare module 'node:fs' { + export * from 'fs'; +} diff --git a/node_modules/@types/node/fs/promises.d.ts b/node_modules/@types/node/fs/promises.d.ts new file mode 100644 index 000000000..aca2fd51b --- /dev/null +++ b/node_modules/@types/node/fs/promises.d.ts @@ -0,0 +1,1138 @@ +/** + * The `fs/promises` API provides asynchronous file system methods that return + * promises. + * + * The promise APIs use the underlying Node.js threadpool to perform file + * system operations off the event loop thread. These operations are not + * synchronized or threadsafe. Care must be taken when performing multiple + * concurrent modifications on the same file or data corruption may occur. + * @since v10.0.0 + */ +declare module 'fs/promises' { + import { Abortable } from 'node:events'; + import { Stream } from 'node:stream'; + import { ReadableStream } from 'node:stream/web'; + import { + BigIntStats, + BufferEncodingOption, + constants as fsConstants, + CopyOptions, + Dir, + Dirent, + MakeDirectoryOptions, + Mode, + ObjectEncodingOptions, + OpenDirOptions, + OpenMode, + PathLike, + ReadStream, + ReadVResult, + RmDirOptions, + RmOptions, + StatOptions, + Stats, + TimeLike, + WatchEventType, + WatchOptions, + WriteStream, + WriteVResult, + } from 'node:fs'; + import { Interface as ReadlineInterface } from 'node:readline'; + + interface FileChangeInfo { + eventType: WatchEventType; + filename: T; + } + interface FlagAndOpenMode { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } + interface FileReadResult { + bytesRead: number; + buffer: T; + } + interface FileReadOptions { + /** + * @default `Buffer.alloc(0xffff)` + */ + buffer?: T; + /** + * @default 0 + */ + offset?: number | null; + /** + * @default `buffer.byteLength` + */ + length?: number | null; + position?: number | null; + } + interface CreateReadStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + end?: number | undefined; + highWaterMark?: number | undefined; + } + interface CreateWriteStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + } + // TODO: Add `EventEmitter` close + interface FileHandle { + /** + * The numeric file descriptor managed by the {FileHandle} object. + * @since v10.0.0 + */ + readonly fd: number; + /** + * Alias of `filehandle.writeFile()`. + * + * When operating on file handles, the mode cannot be changed from what it was set + * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + appendFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise; + /** + * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). + * @since v10.0.0 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + * @return Fulfills with `undefined` upon success. + */ + chown(uid: number, gid: number): Promise; + /** + * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). + * @since v10.0.0 + * @param mode the file mode bit mask. + * @return Fulfills with `undefined` upon success. + */ + chmod(mode: Mode): Promise; + /** + * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 kb. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is + * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from + * the current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If the `FileHandle` points to a character device that only supports blocking + * reads (such as keyboard or sound card), read operations do not finish until data + * is available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * ```js + * import { open } from 'fs/promises'; + * + * const fd = await open('/dev/input/event0'); + * // Create a stream from some character device. + * const stream = fd.createReadStream(); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { open } from 'fs/promises'; + * + * const fd = await open('sample.txt'); + * fd.createReadStream({ start: 90, end: 99 }); + * ``` + * @since v16.11.0 + */ + createReadStream(options?: CreateReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` `open` option to be set to `r+` rather than + * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * @since v16.11.0 + */ + createWriteStream(options?: CreateWriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. + * + * Unlike `filehandle.sync` this method does not flush modified metadata. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + datasync(): Promise; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fufills with `undefined` upon success. + */ + sync(): Promise; + /** + * Reads data from the file and stores that in the given buffer. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * @since v10.0.0 + * @param buffer A buffer that will be filled with the file data read. + * @param offset The location in the buffer at which to start filling. + * @param length The number of bytes to read. + * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an + * integer, the current file position will remain unchanged. + * @return Fulfills upon success with an object with two properties: + */ + read(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise>; + read(options?: FileReadOptions): Promise>; + /** + * Returns a `ReadableStream` that may be used to read the files data. + * + * An error will be thrown if this method is called more than once or is called after the `FileHandle` is closed + * or closing. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const chunk of file.readableWebStream()) + * console.log(chunk); + * + * await file.close(); + * ``` + * + * While the `ReadableStream` will read the file to completion, it will not close the `FileHandle` automatically. User code must still call the `fileHandle.close()` method. + * + * @since v17.0.0 + * @experimental + */ + readableWebStream(): ReadableStream; + /** + * Asynchronously reads the entire contents of a file. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support reading. + * + * If one or more `filehandle.read()` calls are made on a file handle and then a`filehandle.readFile()` call is made, the data will be read from the current + * position till the end of the file. It doesn't always read from the beginning + * of the file. + * @since v10.0.0 + * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the + * data will be a string. + */ + readFile( + options?: { + encoding?: null | undefined; + flag?: OpenMode | undefined; + } | null + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile( + options: + | { + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } + | BufferEncoding + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile( + options?: + | (ObjectEncodingOptions & { + flag?: OpenMode | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Convenience method to create a `readline` interface and stream over the file. For example: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const line of file.readLines()) { + * console.log(line); + * } + * ``` + * + * @since v18.11.0 + * @param options See `filehandle.createReadStream()` for the options. + */ + readLines(options?: CreateReadStreamOptions): ReadlineInterface; + /** + * @since v10.0.0 + * @return Fulfills with an {fs.Stats} for the file. + */ + stat( + opts?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + stat( + opts: StatOptions & { + bigint: true; + } + ): Promise; + stat(opts?: StatOptions): Promise; + /** + * Truncates the file. + * + * If the file was larger than `len` bytes, only the first `len` bytes will be + * retained in the file. + * + * The following example retains only the first four bytes of the file: + * + * ```js + * import { open } from 'fs/promises'; + * + * let filehandle = null; + * try { + * filehandle = await open('temp.txt', 'r+'); + * await filehandle.truncate(4); + * } finally { + * await filehandle?.close(); + * } + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + truncate(len?: number): Promise; + /** + * Change the file system timestamps of the object referenced by the `FileHandle` then resolves the promise with no arguments upon success. + * @since v10.0.0 + */ + utimes(atime: TimeLike, mtime: TimeLike): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * The promise is resolved with no arguments upon success. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support writing. + * + * It is unsafe to use `filehandle.writeFile()` multiple times on the same file + * without waiting for the promise to be resolved (or rejected). + * + * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the + * current position till the end of the file. It doesn't always write from the + * beginning of the file. + * @since v10.0.0 + */ + writeFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null): Promise; + /** + * Write `buffer` to the file. + * + * The promise is resolved with an object containing two properties: + * + * It is unsafe to use `filehandle.write()` multiple times on the same file + * without waiting for the promise to be resolved (or rejected). For this + * scenario, use `filehandle.createWriteStream()`. + * + * On Linux, positional writes do not work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v10.0.0 + * @param [offset=0] The start position from within `buffer` where the data to write begins. + * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. + * @param position The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current position. + * See the POSIX pwrite(2) documentation for more detail. + */ + write( + buffer: TBuffer, + offset?: number | null, + length?: number | null, + position?: number | null + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + data: string, + position?: number | null, + encoding?: BufferEncoding | null + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + /** + * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. + * + * The promise is resolved with an object containing a two properties: + * + * It is unsafe to call `writev()` multiple times on the same file without waiting + * for the promise to be resolved (or rejected). + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param position The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current + * position. + */ + writev(buffers: ReadonlyArray, position?: number): Promise; + /** + * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s + * @since v13.13.0, v12.17.0 + * @param position The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. + * @return Fulfills upon success an object containing two properties: + */ + readv(buffers: ReadonlyArray, position?: number): Promise; + /** + * Closes the file handle after waiting for any pending operation on the handle to + * complete. + * + * ```js + * import { open } from 'fs/promises'; + * + * let filehandle; + * try { + * filehandle = await open('thefile.txt', 'r'); + * } finally { + * await filehandle?.close(); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + close(): Promise; + } + + const constants: typeof fsConstants; + + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If the accessibility check is successful, the promise is resolved with no + * value. If any of the accessibility checks fail, the promise is rejected + * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and + * written by the current process. + * + * ```js + * import { access } from 'fs/promises'; + * import { constants } from 'fs'; + * + * try { + * await access('/etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can access'); + * } catch { + * console.error('cannot access'); + * } + * ``` + * + * Using `fsPromises.access()` to check for the accessibility of a file before + * calling `fsPromises.open()` is not recommended. Doing so introduces a race + * condition, since other processes may change the file's state between the two + * calls. Instead, user code should open/read/write the file directly and handle + * the error raised if the file is not accessible. + * @since v10.0.0 + * @param [mode=fs.constants.F_OK] + * @return Fulfills with `undefined` upon success. + */ + function access(path: PathLike, mode?: number): Promise; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. + * + * No guarantees are made about the atomicity of the copy operation. If an + * error occurs after the destination file has been opened for writing, an attempt + * will be made to remove the destination. + * + * ```js + * import { constants } from 'fs'; + * import { copyFile } from 'fs/promises'; + * + * try { + * await copyFile('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.log('The file could not be copied'); + * } + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * try { + * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.log('The file could not be copied'); + * } + * ``` + * @since v10.0.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. + * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) + * @return Fulfills with `undefined` upon success. + */ + function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise; + /** + * Opens a `FileHandle`. + * + * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * @since v10.0.0 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. + * @return Fulfills with a {FileHandle} object. + */ + function open(path: PathLike, flags?: string | number, mode?: Mode): Promise; + /** + * Renames `oldPath` to `newPath`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rename(oldPath: PathLike, newPath: PathLike): Promise; + /** + * Truncates (shortens or extends the length) of the content at `path` to `len`bytes. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + function truncate(path: PathLike, len?: number): Promise; + /** + * Removes the directory identified by `path`. + * + * Using `fsPromises.rmdir()` on a file (not a directory) results in the + * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR`error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rmdir(path: PathLike, options?: RmDirOptions): Promise; + /** + * Removes files and directories (modeled on the standard POSIX `rm` utility). + * @since v14.14.0 + * @return Fulfills with `undefined` upon success. + */ + function rm(path: PathLike, options?: RmOptions): Promise; + /** + * Asynchronously creates a directory. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fsPromises.mkdir()` when `path` is a directory + * that exists results in a + * rejection only when `recursive` is false. + * @since v10.0.0 + * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. + */ + function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + } + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + /** + * Reads the contents of a directory. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned + * will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the resolved array will contain `fs.Dirent` objects. + * + * ```js + * import { readdir } from 'fs/promises'; + * + * try { + * const files = await readdir(path); + * for (const file of files) + * console.log(file); + * } catch (err) { + * console.error(err); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + | 'buffer' + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + } + ): Promise; + /** + * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is + * resolved with the`linkString` upon success. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, the link path + * returned will be passed as a `Buffer` object. + * @since v10.0.0 + * @return Fulfills with the `linkString` upon success. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise; + /** + * Creates a symbolic link. + * + * The `type` argument is only used on Windows platforms and can be one of `'dir'`,`'file'`, or `'junction'`. Windows junction points require the destination path + * to be absolute. When using `'junction'`, the `target` argument will + * automatically be normalized to absolute path. + * @since v10.0.0 + * @param [type='file'] + * @return Fulfills with `undefined` upon success. + */ + function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; + /** + * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, + * in which case the link itself is stat-ed, not the file that it refers to. + * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. + */ + function lstat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function lstat( + path: PathLike, + opts: StatOptions & { + bigint: true; + } + ): Promise; + function lstat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given `path`. + */ + function stat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function stat( + path: PathLike, + opts: StatOptions & { + bigint: true; + } + ): Promise; + function stat(path: PathLike, opts?: StatOptions): Promise; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + /** + * If `path` refers to a symbolic link, then the link is removed without affecting + * the file or directory to which that link refers. If the `path` refers to a file + * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function unlink(path: PathLike): Promise; + /** + * Changes the permissions of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the permissions on a symbolic link. + * + * This method is only implemented on macOS. + * @deprecated Since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the ownership on a symbolic link. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchown(path: PathLike, uid: number, gid: number): Promise; + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a + * symbolic link, then the link is not dereferenced: instead, the timestamps of + * the symbolic link itself are changed. + * @since v14.5.0, v12.19.0 + * @return Fulfills with `undefined` upon success. + */ + function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Changes the ownership of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chown(path: PathLike, uid: number, gid: number): Promise; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time, `Date`s, or a + * numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Determines the actual location of `path` using the same semantics as the`fs.realpath.native()` function. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path. If the `encoding` is set to `'buffer'`, the path returned will be + * passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v10.0.0 + * @return Fulfills with the resolved path upon success. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Creates a unique temporary directory. A unique directory name is generated by + * appending six random characters to the end of the provided `prefix`. Due to + * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some + * platforms, notably the BSDs, can return more than six random characters, and + * replace trailing `X` characters in `prefix` with random characters. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'fs/promises'; + * + * try { + * await mkdtemp(path.join(os.tmpdir(), 'foo-')); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * The `fsPromises.mkdtemp()` method will append the six randomly selected + * characters directly to the `prefix` string. For instance, given a directory`/tmp`, if the intention is to create a temporary directory _within_`/tmp`, the`prefix` must end with a trailing + * platform-specific path separator + * (`require('path').sep`). + * @since v10.0.0 + * @return Fulfills with a string containing the filesystem path of the newly created temporary directory. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * If `options` is a string, then it specifies the encoding. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * Any specified `FileHandle` has to support writing. + * + * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file + * without waiting for the promise to be settled. + * + * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience + * method that performs multiple `write` calls internally to write the buffer + * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. + * + * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'fs/promises'; + * import { Buffer } from 'buffer'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * const promise = writeFile('message.txt', data, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v10.0.0 + * @param file filename or `FileHandle` + * @return Fulfills with `undefined` upon success. + */ + function writeFile( + file: PathLike | FileHandle, + data: string | NodeJS.ArrayBufferView | Iterable | AsyncIterable | Stream, + options?: + | (ObjectEncodingOptions & { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * The `path` may be specified as a `FileHandle` that has been opened + * for appending (using `fsPromises.open()`). + * @since v10.0.0 + * @param path filename or {FileHandle} + * @return Fulfills with `undefined` upon success. + */ + function appendFile(path: PathLike | FileHandle, data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise; + /** + * Asynchronously reads the entire contents of a file. + * + * If no encoding is specified (using `options.encoding`), the data is returned + * as a `Buffer` object. Otherwise, the data will be a string. + * + * If `options` is a string, then it specifies the encoding. + * + * When the `path` is a directory, the behavior of `fsPromises.readFile()` is + * platform-specific. On macOS, Linux, and Windows, the promise will be rejected + * with an error. On FreeBSD, a representation of the directory's contents will be + * returned. + * + * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a + * request is aborted the promise returned is rejected with an `AbortError`: + * + * ```js + * import { readFile } from 'fs/promises'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const promise = readFile(fileName, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * + * Any specified `FileHandle` has to support reading. + * @since v10.0.0 + * @param path filename or `FileHandle` + * @return Fulfills with the contents of the file. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ({ + encoding?: null | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | null + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options: + | ({ + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | (ObjectEncodingOptions & + Abortable & { + flag?: OpenMode | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * + * Example using async iteration: + * + * ```js + * import { opendir } from 'fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + * @return Fulfills with an {fs.Dir}. + */ + function opendir(path: PathLike, options?: OpenDirOptions): Promise; + /** + * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. + * + * ```js + * const { watch } = require('fs/promises'); + * + * const ac = new AbortController(); + * const { signal } = ac; + * setTimeout(() => ac.abort(), 10000); + * + * (async () => { + * try { + * const watcher = watch(__filename, { signal }); + * for await (const event of watcher) + * console.log(event); + * } catch (err) { + * if (err.name === 'AbortError') + * return; + * throw err; + * } + * })(); + * ``` + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. + * @since v15.9.0, v14.18.0 + * @return of objects with the properties: + */ + function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: 'buffer'; + }) + | 'buffer' + ): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options: WatchOptions | string): AsyncIterable> | AsyncIterable>; + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + * @return Fulfills with `undefined` upon success. + */ + function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise; +} +declare module 'node:fs/promises' { + export * from 'fs/promises'; +} diff --git a/node_modules/@types/node/globals.d.ts b/node_modules/@types/node/globals.d.ts new file mode 100644 index 000000000..80fd4cf3a --- /dev/null +++ b/node_modules/@types/node/globals.d.ts @@ -0,0 +1,300 @@ +// Declare "static" methods in Error +interface ErrorConstructor { + /** Create .stack property on a target object */ + captureStackTrace(targetObject: object, constructorOpt?: Function): void; + + /** + * Optional override for formatting stack traces + * + * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces + */ + prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; + + stackTraceLimit: number; +} + +/*-----------------------------------------------* + * * + * GLOBAL * + * * + ------------------------------------------------*/ + +// For backwards compability +interface NodeRequire extends NodeJS.Require { } +interface RequireResolve extends NodeJS.RequireResolve { } +interface NodeModule extends NodeJS.Module { } + +declare var process: NodeJS.Process; +declare var console: Console; + +declare var __filename: string; +declare var __dirname: string; + +declare var require: NodeRequire; +declare var module: NodeModule; + +// Same as module.exports +declare var exports: any; + +/** + * Only available if `--expose-gc` is passed to the process. + */ +declare var gc: undefined | (() => void); + +//#region borrowed +// from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib +/** A controller object that allows you to abort one or more DOM requests as and when desired. */ +interface AbortController { + /** + * Returns the AbortSignal object associated with this object. + */ + + readonly signal: AbortSignal; + /** + * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. + */ + abort(): void; +} + +/** A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. */ +interface AbortSignal extends EventTarget { + /** + * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. + */ + readonly aborted: boolean; +} + +declare var AbortController: typeof globalThis extends {onmessage: any; AbortController: infer T} + ? T + : { + prototype: AbortController; + new(): AbortController; + }; + +declare var AbortSignal: typeof globalThis extends {onmessage: any; AbortSignal: infer T} + ? T + : { + prototype: AbortSignal; + new(): AbortSignal; + abort(reason?: any): AbortSignal; + timeout(milliseconds: number): AbortSignal; + }; +//#endregion borrowed + +//#region ArrayLike.at() +interface RelativeIndexable { + /** + * Takes an integer value and returns the item at that index, + * allowing for positive and negative integers. + * Negative integers count back from the last item in the array. + */ + at(index: number): T | undefined; +} +interface String extends RelativeIndexable {} +interface Array extends RelativeIndexable {} +interface ReadonlyArray extends RelativeIndexable {} +interface Int8Array extends RelativeIndexable {} +interface Uint8Array extends RelativeIndexable {} +interface Uint8ClampedArray extends RelativeIndexable {} +interface Int16Array extends RelativeIndexable {} +interface Uint16Array extends RelativeIndexable {} +interface Int32Array extends RelativeIndexable {} +interface Uint32Array extends RelativeIndexable {} +interface Float32Array extends RelativeIndexable {} +interface Float64Array extends RelativeIndexable {} +interface BigInt64Array extends RelativeIndexable {} +interface BigUint64Array extends RelativeIndexable {} +//#endregion ArrayLike.at() end + +/** + * @since v17.0.0 + * + * Creates a deep clone of an object. + */ +declare function structuredClone( + value: T, + transfer?: { transfer: ReadonlyArray }, +): T; + +/*----------------------------------------------* +* * +* GLOBAL INTERFACES * +* * +*-----------------------------------------------*/ +declare namespace NodeJS { + interface CallSite { + /** + * Value of "this" + */ + getThis(): unknown; + + /** + * Type of "this" as a string. + * This is the name of the function stored in the constructor field of + * "this", if available. Otherwise the object's [[Class]] internal + * property. + */ + getTypeName(): string | null; + + /** + * Current function + */ + getFunction(): Function | undefined; + + /** + * Name of the current function, typically its name property. + * If a name property is not available an attempt will be made to try + * to infer a name from the function's context. + */ + getFunctionName(): string | null; + + /** + * Name of the property [of "this" or one of its prototypes] that holds + * the current function + */ + getMethodName(): string | null; + + /** + * Name of the script [if this function was defined in a script] + */ + getFileName(): string | null; + + /** + * Current line number [if this function was defined in a script] + */ + getLineNumber(): number | null; + + /** + * Current column number [if this function was defined in a script] + */ + getColumnNumber(): number | null; + + /** + * A call site object representing the location where eval was called + * [if this function was created using a call to eval] + */ + getEvalOrigin(): string | undefined; + + /** + * Is this a toplevel invocation, that is, is "this" the global object? + */ + isToplevel(): boolean; + + /** + * Does this call take place in code defined by a call to eval? + */ + isEval(): boolean; + + /** + * Is this call in native V8 code? + */ + isNative(): boolean; + + /** + * Is this a constructor call? + */ + isConstructor(): boolean; + } + + interface ErrnoException extends Error { + errno?: number | undefined; + code?: string | undefined; + path?: string | undefined; + syscall?: string | undefined; + } + + interface ReadableStream extends EventEmitter { + readable: boolean; + read(size?: number): string | Buffer; + setEncoding(encoding: BufferEncoding): this; + pause(): this; + resume(): this; + isPaused(): boolean; + pipe(destination: T, options?: { end?: boolean | undefined; }): T; + unpipe(destination?: WritableStream): this; + unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; + wrap(oldStream: ReadableStream): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + interface WritableStream extends EventEmitter { + writable: boolean; + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + end(cb?: () => void): this; + end(data: string | Uint8Array, cb?: () => void): this; + end(str: string, encoding?: BufferEncoding, cb?: () => void): this; + } + + interface ReadWriteStream extends ReadableStream, WritableStream { } + + interface RefCounted { + ref(): this; + unref(): this; + } + + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float32Array + | Float64Array; + type ArrayBufferView = TypedArray | DataView; + + interface Require { + (id: string): any; + resolve: RequireResolve; + cache: Dict; + /** + * @deprecated + */ + extensions: RequireExtensions; + main: Module | undefined; + } + + interface RequireResolve { + (id: string, options?: { paths?: string[] | undefined; }): string; + paths(request: string): string[] | null; + } + + interface RequireExtensions extends Dict<(m: Module, filename: string) => any> { + '.js': (m: Module, filename: string) => any; + '.json': (m: Module, filename: string) => any; + '.node': (m: Module, filename: string) => any; + } + interface Module { + /** + * `true` if the module is running during the Node.js preload + */ + isPreloading: boolean; + exports: any; + require: Require; + id: string; + filename: string; + loaded: boolean; + /** @deprecated since v14.6.0 Please use `require.main` and `module.children` instead. */ + parent: Module | null | undefined; + children: Module[]; + /** + * @since v11.14.0 + * + * The directory name of the module. This is usually the same as the path.dirname() of the module.id. + */ + path: string; + paths: string[]; + } + + interface Dict { + [key: string]: T | undefined; + } + + interface ReadOnlyDict { + readonly [key: string]: T | undefined; + } +} diff --git a/node_modules/@types/node/globals.global.d.ts b/node_modules/@types/node/globals.global.d.ts new file mode 100644 index 000000000..ef1198c05 --- /dev/null +++ b/node_modules/@types/node/globals.global.d.ts @@ -0,0 +1 @@ +declare var global: typeof globalThis; diff --git a/node_modules/@types/node/http.d.ts b/node_modules/@types/node/http.d.ts new file mode 100644 index 000000000..e14de6cf4 --- /dev/null +++ b/node_modules/@types/node/http.d.ts @@ -0,0 +1,1651 @@ +/** + * To use the HTTP server and client one must `require('http')`. + * + * The HTTP interfaces in Node.js are designed to support many features + * of the protocol which have been traditionally difficult to use. + * In particular, large, possibly chunk-encoded, messages. The interface is + * careful to never buffer entire requests or responses, so the + * user is able to stream data. + * + * HTTP message headers are represented by an object like this: + * + * ```js + * { 'content-length': '123', + * 'content-type': 'text/plain', + * 'connection': 'keep-alive', + * 'host': 'example.com', + * 'accept': '*' } + * ``` + * + * Keys are lowercased. Values are not modified. + * + * In order to support the full spectrum of possible HTTP applications, the Node.js + * HTTP API is very low-level. It deals with stream handling and message + * parsing only. It parses a message into headers and body but it does not + * parse the actual headers or the body. + * + * See `message.headers` for details on how duplicate headers are handled. + * + * The raw headers as they were received are retained in the `rawHeaders`property, which is an array of `[key, value, key2, value2, ...]`. For + * example, the previous message header object might have a `rawHeaders`list like the following: + * + * ```js + * [ 'ConTent-Length', '123456', + * 'content-LENGTH', '123', + * 'content-type', 'text/plain', + * 'CONNECTION', 'keep-alive', + * 'Host', 'example.com', + * 'accepT', '*' ] + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http.js) + */ +declare module 'http' { + import * as stream from 'node:stream'; + import { URL } from 'node:url'; + import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net'; + import { LookupOptions } from 'node:dns'; + // incoming headers will never contain number + interface IncomingHttpHeaders extends NodeJS.Dict { + accept?: string | undefined; + 'accept-language'?: string | undefined; + 'accept-patch'?: string | undefined; + 'accept-ranges'?: string | undefined; + 'access-control-allow-credentials'?: string | undefined; + 'access-control-allow-headers'?: string | undefined; + 'access-control-allow-methods'?: string | undefined; + 'access-control-allow-origin'?: string | undefined; + 'access-control-expose-headers'?: string | undefined; + 'access-control-max-age'?: string | undefined; + 'access-control-request-headers'?: string | undefined; + 'access-control-request-method'?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + 'alt-svc'?: string | undefined; + authorization?: string | undefined; + 'cache-control'?: string | undefined; + connection?: string | undefined; + 'content-disposition'?: string | undefined; + 'content-encoding'?: string | undefined; + 'content-language'?: string | undefined; + 'content-length'?: string | undefined; + 'content-location'?: string | undefined; + 'content-range'?: string | undefined; + 'content-type'?: string | undefined; + cookie?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + 'if-match'?: string | undefined; + 'if-modified-since'?: string | undefined; + 'if-none-match'?: string | undefined; + 'if-unmodified-since'?: string | undefined; + 'last-modified'?: string | undefined; + location?: string | undefined; + origin?: string | undefined; + pragma?: string | undefined; + 'proxy-authenticate'?: string | undefined; + 'proxy-authorization'?: string | undefined; + 'public-key-pins'?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + 'retry-after'?: string | undefined; + 'sec-websocket-accept'?: string | undefined; + 'sec-websocket-extensions'?: string | undefined; + 'sec-websocket-key'?: string | undefined; + 'sec-websocket-protocol'?: string | undefined; + 'sec-websocket-version'?: string | undefined; + 'set-cookie'?: string[] | undefined; + 'strict-transport-security'?: string | undefined; + tk?: string | undefined; + trailer?: string | undefined; + 'transfer-encoding'?: string | undefined; + upgrade?: string | undefined; + 'user-agent'?: string | undefined; + vary?: string | undefined; + via?: string | undefined; + warning?: string | undefined; + 'www-authenticate'?: string | undefined; + } + // outgoing headers allows numbers (as they are converted internally to strings) + type OutgoingHttpHeader = number | string | string[]; + interface OutgoingHttpHeaders extends NodeJS.Dict {} + interface ClientRequestArgs { + _defaultAgent?: Agent | undefined; + agent?: Agent | boolean | undefined; + auth?: string | null | undefined; + // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278 + createConnection?: + | ((options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket) + | undefined; + defaultPort?: number | string | undefined; + family?: number | undefined; + headers?: OutgoingHttpHeaders | undefined; + hints?: LookupOptions['hints']; + host?: string | null | undefined; + hostname?: string | null | undefined; + insecureHTTPParser?: boolean | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + lookup?: LookupFunction | undefined; + /** + * @default 16384 + */ + maxHeaderSize?: number | undefined; + method?: string | undefined; + path?: string | null | undefined; + port?: number | string | null | undefined; + protocol?: string | null | undefined; + setHost?: boolean | undefined; + signal?: AbortSignal | undefined; + socketPath?: string | undefined; + timeout?: number | undefined; + uniqueHeaders?: Array | undefined; + } + interface ServerOptions< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + > { + /** + * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. + */ + IncomingMessage?: Request | undefined; + /** + * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. + */ + ServerResponse?: Response | undefined; + /** + * Sets the timeout value in milliseconds for receiving the entire request from the client. + * @see Server.requestTimeout for more information. + * @default 300000 + * @since v18.0.0 + */ + requestTimeout?: number | undefined; + /** + * The number of milliseconds of inactivity a server needs to wait for additional incoming data, + * after it has finished writing the last response, before a socket will be destroyed. + * @see Server.keepAliveTimeout for more information. + * @default 5000 + * @since v18.0.0 + */ + keepAliveTimeout?: number | undefined; + /** + * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. + * @default 30000 + */ + connectionsCheckingInterval?: number | undefined; + /** + * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. + * Using the insecure parser should be avoided. + * See --insecure-http-parser for more information. + * @default false + */ + insecureHTTPParser?: boolean | undefined; + /** + * Optionally overrides the value of + * `--max-http-header-size` for requests received by this server, i.e. + * the maximum length of request headers in bytes. + * @default 16384 + * @since v13.3.0 + */ + maxHeaderSize?: number | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default true + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * A list of response headers that should be sent only once. + * If the header's value is an array, the items will be joined using `; `. + */ + uniqueHeaders?: Array | undefined; + } + type RequestListener< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + > = (req: InstanceType, res: InstanceType & { req: InstanceType }) => void; + /** + * @since v0.1.17 + */ + class Server< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + > extends NetServer { + constructor(requestListener?: RequestListener); + constructor(options: ServerOptions, requestListener?: RequestListener); + /** + * Sets the timeout value for sockets, and emits a `'timeout'` event on + * the Server object, passing the socket as an argument, if a timeout + * occurs. + * + * If there is a `'timeout'` event listener on the Server object, then it + * will be called with the timed-out socket as an argument. + * + * By default, the Server does not timeout sockets. However, if a callback + * is assigned to the Server's `'timeout'` event, timeouts must be handled + * explicitly. + * @since v0.9.12 + * @param [msecs=0 (no timeout)] + */ + setTimeout(msecs?: number, callback?: () => void): this; + setTimeout(callback: () => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @since v0.7.0 + */ + maxHeadersCount: number | null; + /** + * The maximum number of requests socket can handle + * before closing keep alive connection. + * + * A value of `0` will disable the limit. + * + * When the limit is reached it will set the `Connection` header value to `close`, + * but will not actually close the connection, subsequent requests sent + * after the limit is reached will get `503 Service Unavailable` as a response. + * @since v16.10.0 + */ + maxRequestsPerSocket: number | null; + /** + * The number of milliseconds of inactivity before a socket is presumed + * to have timed out. + * + * A value of `0` will disable the timeout behavior on incoming connections. + * + * The socket timeout logic is set up on connection, so changing this + * value only affects new connections to the server, not any existing connections. + * @since v0.9.12 + */ + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP + * headers. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v11.3.0, v10.14.0 + */ + headersTimeout: number; + /** + * The number of milliseconds of inactivity a server needs to wait for additional + * incoming data, after it has finished writing the last response, before a socket + * will be destroyed. If the server receives new data before the keep-alive + * timeout has fired, it will reset the regular inactivity timeout, i.e.,`server.timeout`. + * + * A value of `0` will disable the keep-alive timeout behavior on incoming + * connections. + * A value of `0` makes the http server behave similarly to Node.js versions prior + * to 8.0.0, which did not have a keep-alive timeout. + * + * The socket timeout logic is set up on connection, so changing this value only + * affects new connections to the server, not any existing connections. + * @since v8.0.0 + */ + keepAliveTimeout: number; + /** + * Sets the timeout value in milliseconds for receiving the entire request from + * the client. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v14.11.0 + */ + requestTimeout: number; + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connection', listener: (socket: Socket) => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'checkContinue', listener: RequestListener): this; + addListener(event: 'checkExpectation', listener: RequestListener): this; + addListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + addListener( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + addListener(event: 'request', listener: RequestListener): this; + addListener( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'connection', socket: Socket): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit( + event: 'checkContinue', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: 'checkExpectation', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'clientError', err: Error, socket: stream.Duplex): boolean; + emit(event: 'connect', req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + emit( + event: 'request', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'upgrade', req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connection', listener: (socket: Socket) => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'checkContinue', listener: RequestListener): this; + on(event: 'checkExpectation', listener: RequestListener): this; + on(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + on(event: 'connect', listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + on(event: 'request', listener: RequestListener): this; + on(event: 'upgrade', listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connection', listener: (socket: Socket) => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'checkContinue', listener: RequestListener): this; + once(event: 'checkExpectation', listener: RequestListener): this; + once(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + once( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + once(event: 'request', listener: RequestListener): this; + once( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connection', listener: (socket: Socket) => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'checkContinue', listener: RequestListener): this; + prependListener(event: 'checkExpectation', listener: RequestListener): this; + prependListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + prependListener( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener(event: 'request', listener: RequestListener): this; + prependListener( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'checkContinue', listener: RequestListener): this; + prependOnceListener(event: 'checkExpectation', listener: RequestListener): this; + prependOnceListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + prependOnceListener( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: 'request', listener: RequestListener): this; + prependOnceListener( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + } + /** + * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract of outgoing message from + * the perspective of the participants of HTTP transaction. + * @since v0.1.17 + */ + class OutgoingMessage extends stream.Writable { + readonly req: Request; + chunkedEncoding: boolean; + shouldKeepAlive: boolean; + useChunkedEncodingByDefault: boolean; + sendDate: boolean; + /** + * @deprecated Use `writableEnded` instead. + */ + finished: boolean; + /** + * Read-only. `true` if the headers were sent, otherwise `false`. + * @since v0.9.3 + */ + readonly headersSent: boolean; + /** + * Aliases of `outgoingMessage.socket` + * @since v0.3.0 + * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. + */ + readonly connection: Socket | null; + /** + * Reference to the underlying socket. Usually, users will not want to access + * this property. + * + * After calling `outgoingMessage.end()`, this property will be nulled. + * @since v0.3.0 + */ + readonly socket: Socket | null; + constructor(); + /** + * Once a socket is associated with the message and is connected,`socket.setTimeout()` will be called with `msecs` as the first parameter. + * @since v0.9.12 + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * Sets a single header value for the header object. + * @since v0.4.0 + * @param name Header name + * @param value Header value + */ + setHeader(name: string, value: number | string | ReadonlyArray): this; + /** + * Gets the value of HTTP header with the given name. If such a name doesn't + * exist in message, it will be `undefined`. + * @since v0.4.0 + * @param name Name of header + */ + getHeader(name: string): number | string | string[] | undefined; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow + * copy is used, array values may be mutated without additional calls to + * various header-related HTTP module methods. The keys of the returned + * object are the header names and the values are the respective header + * values. All header names are lowercase. + * + * The object returned by the `outgoingMessage.getHeaders()` method does + * not prototypically inherit from the JavaScript Object. This means that + * typical Object methods such as `obj.toString()`, `obj.hasOwnProperty()`, + * and others are not defined and will not work. + * + * ```js + * outgoingMessage.setHeader('Foo', 'bar'); + * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = outgoingMessage.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v7.7.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns an array of names of headers of the outgoing outgoingMessage. All + * names are lowercase. + * @since v7.7.0 + */ + getHeaderNames(): string[]; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name is case-insensitive. + * + * ```js + * const hasContentType = outgoingMessage.hasHeader('content-type'); + * ``` + * @since v7.7.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that is queued for implicit sending. + * + * ```js + * outgoingMessage.removeHeader('Content-Encoding'); + * ``` + * @since v0.4.0 + * @param name Header name + */ + removeHeader(name: string): void; + /** + * Adds HTTP trailers (headers but at the end of the message) to the message. + * + * Trailers are **only** be emitted if the message is chunked encoded. If not, + * the trailer will be silently discarded. + * + * HTTP requires the `Trailer` header to be sent to emit trailers, + * with a list of header fields in its value, e.g. + * + * ```js + * message.writeHead(200, { 'Content-Type': 'text/plain', + * 'Trailer': 'Content-MD5' }); + * message.write(fileData); + * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); + * message.end(); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.3.0 + */ + addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; + /** + * Compulsorily flushes the message headers + * + * For efficiency reason, Node.js normally buffers the message headers + * until `outgoingMessage.end()` is called or the first chunk of message data + * is written. It then tries to pack the headers and data into a single TCP + * packet. + * + * It is usually desired (it saves a TCP round-trip), but not when the first + * data is not sent until possibly much later. `outgoingMessage.flushHeaders()`bypasses the optimization and kickstarts the request. + * @since v1.6.0 + */ + flushHeaders(): void; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v0.1.17 + */ + class ServerResponse extends OutgoingMessage { + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v0.4.0 + */ + statusCode: number; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status message that will be sent to the client when + * the headers get flushed. If this is left as `undefined` then the standard + * message for the status code will be used. + * + * ```js + * response.statusMessage = 'Not found'; + * ``` + * + * After response header was sent to the client, this property indicates the + * status message which was sent out. + * @since v0.11.8 + */ + statusMessage: string; + constructor(req: Request); + assignSocket(socket: Socket): void; + detachSocket(socket: Socket): void; + /** + * Sends an HTTP/1.1 100 Continue message to the client, indicating that + * the request body should be sent. See the `'checkContinue'` event on`Server`. + * @since v0.3.0 + */ + writeContinue(callback?: () => void): void; + /** + * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. The optional `callback` argument will be called when + * the response message has been written. + * + * Example: + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics' + * }); + * + * const earlyHintsCallback = () => console.log('early hints message sent'); + * response.writeEarlyHints({ + * 'link': earlyHintsLinks + * }, earlyHintsCallback); + * ``` + * + * @since v18.11.0 + * @param hints An object containing the values of headers + * @param callback Will be called when the response message has been written + */ + writeEarlyHints(hints: Record, callback?: () => void): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * Optionally one can give a human-readable `statusMessage` as the second + * argument. + * + * `headers` may be an `Array` where the keys and values are in the same list. + * It is _not_ a list of tuples. So, the even-numbered offsets are key values, + * and the odd-numbered offsets are the associated values. The array is in the same + * format as `request.rawHeaders`. + * + * Returns a reference to the `ServerResponse`, so that calls can be chained. + * + * ```js + * const body = 'hello world'; + * response + * .writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain' + * }) + * .end(body); + * ``` + * + * This method must only be called once on a message and it must + * be called before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * If this method is called and `response.setHeader()` has not been called, + * it will directly write the supplied header values onto the network channel + * without caching internally, and the `response.getHeader()` on the header + * will not yield the expected result. If progressive population of headers is + * desired with potential future retrieval and modification, use `response.setHeader()` instead. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * `Content-Length` is given in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js + * does not check whether `Content-Length` and the length of the body which has + * been transmitted are equal or not. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.1.30 + */ + writeHead( + statusCode: number, + statusMessage?: string, + headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], + ): this; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; + /** + * Sends an HTTP/1.1 102 Processing message to the client, indicating that + * the request body should be sent. + * @since v10.0.0 + */ + writeProcessing(): void; + } + interface InformationEvent { + statusCode: number; + statusMessage: string; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + } + /** + * This object is created internally and returned from {@link request}. It + * represents an _in-progress_ request whose header has already been queued. The + * header is still mutable using the `setHeader(name, value)`,`getHeader(name)`, `removeHeader(name)` API. The actual header will + * be sent along with the first data chunk or when calling `request.end()`. + * + * To get the response, add a listener for `'response'` to the request object.`'response'` will be emitted from the request object when the response + * headers have been received. The `'response'` event is executed with one + * argument which is an instance of {@link IncomingMessage}. + * + * During the `'response'` event, one can add listeners to the + * response object; particularly to listen for the `'data'` event. + * + * If no `'response'` handler is added, then the response will be + * entirely discarded. However, if a `'response'` event handler is added, + * then the data from the response object **must** be consumed, either by + * calling `response.read()` whenever there is a `'readable'` event, or + * by adding a `'data'` handler, or by calling the `.resume()` method. + * Until the data is consumed, the `'end'` event will not fire. Also, until + * the data is read it will consume memory that can eventually lead to a + * 'process out of memory' error. + * + * For backward compatibility, `res` will only emit `'error'` if there is an`'error'` listener registered. + * + * Node.js does not check whether Content-Length and the length of the + * body which has been transmitted are equal or not. + * @since v0.1.17 + */ + class ClientRequest extends OutgoingMessage { + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v0.11.14 + * @deprecated Since v17.0.0,v16.12.0 - Check `destroyed` instead. + */ + aborted: boolean; + /** + * The request host. + * @since v14.5.0, v12.19.0 + */ + host: string; + /** + * The request protocol. + * @since v14.5.0, v12.19.0 + */ + protocol: string; + /** + * When sending request through a keep-alive enabled agent, the underlying socket + * might be reused. But if server closes connection at unfortunate time, client + * may run into a 'ECONNRESET' error. + * + * ```js + * const http = require('http'); + * + * // Server has a 5 seconds keep-alive timeout by default + * http + * .createServer((req, res) => { + * res.write('hello\n'); + * res.end(); + * }) + * .listen(3000); + * + * setInterval(() => { + * // Adapting a keep-alive agent + * http.get('http://localhost:3000', { agent }, (res) => { + * res.on('data', (data) => { + * // Do nothing + * }); + * }); + * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout + * ``` + * + * By marking a request whether it reused socket or not, we can do + * automatic error retry base on it. + * + * ```js + * const http = require('http'); + * const agent = new http.Agent({ keepAlive: true }); + * + * function retriableRequest() { + * const req = http + * .get('http://localhost:3000', { agent }, (res) => { + * // ... + * }) + * .on('error', (err) => { + * // Check if retry is needed + * if (req.reusedSocket && err.code === 'ECONNRESET') { + * retriableRequest(); + * } + * }); + * } + * + * retriableRequest(); + * ``` + * @since v13.0.0, v12.16.0 + */ + reusedSocket: boolean; + /** + * Limits maximum response headers count. If set to 0, no limit will be applied. + */ + maxHeadersCount: number; + constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); + /** + * The request method. + * @since v0.1.97 + */ + method: string; + /** + * The request path. + * @since v0.4.0 + */ + path: string; + /** + * Marks the request as aborting. Calling this will cause remaining data + * in the response to be dropped and the socket to be destroyed. + * @since v0.3.8 + * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. + */ + abort(): void; + onSocket(socket: Socket): void; + /** + * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. + * @since v0.5.9 + * @param timeout Milliseconds before a request times out. + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. + * @since v0.5.9 + */ + setNoDelay(noDelay?: boolean): void; + /** + * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. + * @since v0.5.9 + */ + setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; + /** + * Returns an array containing the unique names of the current outgoing raw + * headers. Header names are returned with their exact casing being set. + * + * ```js + * request.setHeader('Foo', 'bar'); + * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = request.getRawHeaderNames(); + * // headerNames === ['Foo', 'Set-Cookie'] + * ``` + * @since v15.13.0, v14.17.0 + */ + getRawHeaderNames(): string[]; + /** + * @deprecated + */ + addListener(event: 'abort', listener: () => void): this; + addListener( + event: 'connect', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: 'continue', listener: () => void): this; + addListener(event: 'information', listener: (info: InformationEvent) => void): this; + addListener(event: 'response', listener: (response: IncomingMessage) => void): this; + addListener(event: 'socket', listener: (socket: Socket) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener( + event: 'upgrade', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + on(event: 'abort', listener: () => void): this; + on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: 'continue', listener: () => void): this; + on(event: 'information', listener: (info: InformationEvent) => void): this; + on(event: 'response', listener: (response: IncomingMessage) => void): this; + on(event: 'socket', listener: (socket: Socket) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + once(event: 'abort', listener: () => void): this; + once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: 'continue', listener: () => void): this; + once(event: 'information', listener: (info: InformationEvent) => void): this; + once(event: 'response', listener: (response: IncomingMessage) => void): this; + once(event: 'socket', listener: (socket: Socket) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependListener(event: 'abort', listener: () => void): this; + prependListener( + event: 'connect', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: 'continue', listener: () => void): this; + prependListener(event: 'information', listener: (info: InformationEvent) => void): this; + prependListener(event: 'response', listener: (response: IncomingMessage) => void): this; + prependListener(event: 'socket', listener: (socket: Socket) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener( + event: 'upgrade', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependOnceListener(event: 'abort', listener: () => void): this; + prependOnceListener( + event: 'connect', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: 'continue', listener: () => void): this; + prependOnceListener(event: 'information', listener: (info: InformationEvent) => void): this; + prependOnceListener(event: 'response', listener: (response: IncomingMessage) => void): this; + prependOnceListener(event: 'socket', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener( + event: 'upgrade', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to + * access response + * status, headers and data. + * + * Different from its `socket` value which is a subclass of `stream.Duplex`, the`IncomingMessage` itself extends `stream.Readable` and is created separately to + * parse and emit the incoming HTTP headers and payload, as the underlying socket + * may be reused multiple times in case of keep-alive. + * @since v0.1.17 + */ + class IncomingMessage extends stream.Readable { + constructor(socket: Socket); + /** + * The `message.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from stream.Readable. + */ + aborted: boolean; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. + * Probably either `'1.1'` or `'1.0'`. + * + * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. + * @since v0.1.1 + */ + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + /** + * The `message.complete` property will be `true` if a complete HTTP message has + * been received and successfully parsed. + * + * This property is particularly useful as a means of determining if a client or + * server fully transmitted a message before a connection was terminated: + * + * ```js + * const req = http.request({ + * host: '127.0.0.1', + * port: 8080, + * method: 'POST' + * }, (res) => { + * res.resume(); + * res.on('end', () => { + * if (!res.complete) + * console.error( + * 'The connection was terminated while the message was still being sent'); + * }); + * }); + * ``` + * @since v0.3.0 + */ + complete: boolean; + /** + * Alias for `message.socket`. + * @since v0.1.90 + * @deprecated Since v16.0.0 - Use `socket`. + */ + connection: Socket; + /** + * The `net.Socket` object associated with the connection. + * + * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the + * client's authentication details. + * + * This property is guaranteed to be an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specified a socket + * type other than `net.Socket` or internally nulled. + * @since v0.3.0 + */ + socket: Socket; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.getHeaders()); + * ``` + * + * Duplicates in raw headers are handled in the following ways, depending on the + * header name: + * + * * Duplicates of `age`, `authorization`, `content-length`, `content-type`,`etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,`last-modified`, `location`, + * `max-forwards`, `proxy-authorization`, `referer`,`retry-after`, `server`, or `user-agent` are discarded. + * * `set-cookie` is always an array. Duplicates are added to the array. + * * For duplicate `cookie` headers, the values are joined together with '; '. + * * For all other headers, the values are joined together with ', '. + * @since v0.1.5 + */ + headers: IncomingHttpHeaders; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v0.11.6 + */ + rawHeaders: string[]; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v0.3.0 + */ + trailers: NodeJS.Dict; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v0.11.6 + */ + rawTrailers: string[]; + /** + * Calls `message.socket.setTimeout(msecs, callback)`. + * @since v0.5.9 + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * **Only valid for request obtained from {@link Server}.** + * + * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. + * @since v0.1.1 + */ + method?: string | undefined; + /** + * **Only valid for request obtained from {@link Server}.** + * + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. Take the following request: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * To parse the URL into its parts: + * + * ```js + * new URL(request.url, `http://${request.getHeaders().host}`); + * ``` + * + * When `request.url` is `'/status?name=ryan'` and`request.getHeaders().host` is `'localhost:3000'`: + * + * ```console + * $ node + * > new URL(request.url, `http://${request.getHeaders().host}`) + * URL { + * href: 'http://localhost:3000/status?name=ryan', + * origin: 'http://localhost:3000', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'localhost:3000', + * hostname: 'localhost', + * port: '3000', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v0.1.90 + */ + url?: string | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The 3-digit HTTP response status code. E.G. `404`. + * @since v0.1.1 + */ + statusCode?: number | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. + * @since v0.11.10 + */ + statusMessage?: string | undefined; + /** + * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error`is provided, an `'error'` event is emitted on the socket and `error` is passed + * as an argument to any listeners on the event. + * @since v0.3.0 + */ + destroy(error?: Error): this; + } + interface AgentOptions extends Partial { + /** + * Keep sockets around in a pool to be used by other requests in the future. Default = false + */ + keepAlive?: boolean | undefined; + /** + * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. + * Only relevant if keepAlive is set to true. + */ + keepAliveMsecs?: number | undefined; + /** + * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity + */ + maxSockets?: number | undefined; + /** + * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. + */ + maxTotalSockets?: number | undefined; + /** + * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. + */ + maxFreeSockets?: number | undefined; + /** + * Socket timeout in milliseconds. This will set the timeout after the socket is connected. + */ + timeout?: number | undefined; + /** + * Scheduling strategy to apply when picking the next free socket to use. + * @default `lifo` + */ + scheduling?: 'fifo' | 'lifo' | undefined; + } + /** + * An `Agent` is responsible for managing connection persistence + * and reuse for HTTP clients. It maintains a queue of pending requests + * for a given host and port, reusing a single socket connection for each + * until the queue is empty, at which time the socket is either destroyed + * or put into a pool where it is kept to be used again for requests to the + * same host and port. Whether it is destroyed or pooled depends on the`keepAlive` `option`. + * + * Pooled connections have TCP Keep-Alive enabled for them, but servers may + * still close idle connections, in which case they will be removed from the + * pool and a new connection will be made when a new HTTP request is made for + * that host and port. Servers may also refuse to allow multiple requests + * over the same connection, in which case the connection will have to be + * remade for every request and cannot be pooled. The `Agent` will still make + * the requests to that server, but each one will occur over a new connection. + * + * When a connection is closed by the client or the server, it is removed + * from the pool. Any unused sockets in the pool will be unrefed so as not + * to keep the Node.js process running when there are no outstanding requests. + * (see `socket.unref()`). + * + * It is good practice, to `destroy()` an `Agent` instance when it is no + * longer in use, because unused sockets consume OS resources. + * + * Sockets are removed from an agent when the socket emits either + * a `'close'` event or an `'agentRemove'` event. When intending to keep one + * HTTP request open for a long time without keeping it in the agent, something + * like the following may be done: + * + * ```js + * http.get(options, (res) => { + * // Do stuff + * }).on('socket', (socket) => { + * socket.emit('agentRemove'); + * }); + * ``` + * + * An agent may also be used for an individual request. By providing`{agent: false}` as an option to the `http.get()` or `http.request()`functions, a one-time use `Agent` with default options + * will be used + * for the client connection. + * + * `agent:false`: + * + * ```js + * http.get({ + * hostname: 'localhost', + * port: 80, + * path: '/', + * agent: false // Create a new agent just for this one request + * }, (res) => { + * // Do stuff with response + * }); + * ``` + * @since v0.3.4 + */ + class Agent { + /** + * By default set to 256\. For agents with `keepAlive` enabled, this + * sets the maximum number of sockets that will be left open in the free + * state. + * @since v0.11.7 + */ + maxFreeSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open per origin. Origin is the returned value of `agent.getName()`. + * @since v0.3.6 + */ + maxSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open. Unlike `maxSockets`, this parameter applies across all origins. + * @since v14.5.0, v12.19.0 + */ + maxTotalSockets: number; + /** + * An object which contains arrays of sockets currently awaiting use by + * the agent when `keepAlive` is enabled. Do not modify. + * + * Sockets in the `freeSockets` list will be automatically destroyed and + * removed from the array on `'timeout'`. + * @since v0.11.4 + */ + readonly freeSockets: NodeJS.ReadOnlyDict; + /** + * An object which contains arrays of sockets currently in use by the + * agent. Do not modify. + * @since v0.3.6 + */ + readonly sockets: NodeJS.ReadOnlyDict; + /** + * An object which contains queues of requests that have not yet been assigned to + * sockets. Do not modify. + * @since v0.5.9 + */ + readonly requests: NodeJS.ReadOnlyDict; + constructor(opts?: AgentOptions); + /** + * Destroy any sockets that are currently in use by the agent. + * + * It is usually not necessary to do this. However, if using an + * agent with `keepAlive` enabled, then it is best to explicitly shut down + * the agent when it is no longer needed. Otherwise, + * sockets might stay open for quite a long time before the server + * terminates them. + * @since v0.11.4 + */ + destroy(): void; + } + const METHODS: string[]; + const STATUS_CODES: { + [errorCode: number]: string | undefined; + [errorCode: string]: string | undefined; + }; + /** + * Returns a new instance of {@link Server}. + * + * The `requestListener` is a function which is automatically + * added to the `'request'` event. + * @since v0.1.13 + */ + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + >(requestListener?: RequestListener): Server; + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + >( + options: ServerOptions, + requestListener?: RequestListener, + ): Server; + // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, + // create interface RequestOptions would make the naming more clear to developers + interface RequestOptions extends ClientRequestArgs {} + /** + * `options` in `socket.connect()` are also supported. + * + * Node.js maintains several connections per server to make HTTP requests. + * This function allows one to transparently issue requests. + * + * `url` can be a string or a `URL` object. If `url` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * If both `url` and `options` are specified, the objects are merged, with the`options` properties taking precedence. + * + * The optional `callback` parameter will be added as a one-time listener for + * the `'response'` event. + * + * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * const http = require('http'); + * + * const postData = JSON.stringify({ + * 'msg': 'Hello World!' + * }); + * + * const options = { + * hostname: 'www.google.com', + * port: 80, + * path: '/upload', + * method: 'POST', + * headers: { + * 'Content-Type': 'application/json', + * 'Content-Length': Buffer.byteLength(postData) + * } + * }; + * + * const req = http.request(options, (res) => { + * console.log(`STATUS: ${res.statusCode}`); + * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); + * res.setEncoding('utf8'); + * res.on('data', (chunk) => { + * console.log(`BODY: ${chunk}`); + * }); + * res.on('end', () => { + * console.log('No more data in response.'); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(`problem with request: ${e.message}`); + * }); + * + * // Write data to request body + * req.write(postData); + * req.end(); + * ``` + * + * In the example `req.end()` was called. With `http.request()` one + * must always call `req.end()` to signify the end of the request - + * even if there is no data being written to the request body. + * + * If any error is encountered during the request (be that with DNS resolution, + * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted + * on the returned request object. As with all `'error'` events, if no listeners + * are registered the error will be thrown. + * + * There are a few special headers that should be noted. + * + * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to + * the server should be persisted until the next request. + * * Sending a 'Content-Length' header will disable the default chunked encoding. + * * Sending an 'Expect' header will immediately send the request headers. + * Usually, when sending 'Expect: 100-continue', both a timeout and a listener + * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more + * information. + * * Sending an Authorization header will override using the `auth` option + * to compute basic authentication. + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('http://abc:xyz@example.com'); + * + * const req = http.request(options, (res) => { + * // ... + * }); + * ``` + * + * In a successful request, the following events will be emitted in the following + * order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * (`'data'` will not be emitted at all if the response body is empty, for + * instance, in most redirects) + * * `'end'` on the `res` object + * * `'close'` + * + * In the case of a connection error, the following events will be emitted: + * + * * `'socket'` + * * `'error'` + * * `'close'` + * + * In the case of a premature connection close before the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * In the case of a premature connection close after the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (connection closed here) + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * If `req.destroy()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * If `req.destroy()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * If `req.destroy()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.destroy()` called here) + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * If `req.abort()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.abort()` called here) + * * `'abort'` + * * `'close'` + * + * If `req.abort()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.abort()` called here) + * * `'abort'` + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * If `req.abort()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.abort()` called here) + * * `'abort'` + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * Setting the `timeout` option or using the `setTimeout()` function will + * not abort the request or do anything besides add a `'timeout'` event. + * + * Passing an `AbortSignal` and then calling `abort` on the corresponding`AbortController` will behave the same way as calling `.destroy()` on the + * request itself. + * @since v0.3.6 + */ + function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: IncomingMessage) => void, + ): ClientRequest; + /** + * Since most requests are GET requests without bodies, Node.js provides this + * convenience method. The only difference between this method and {@link request} is that it sets the method to GET and calls `req.end()`automatically. The callback must take care to consume the + * response + * data for reasons stated in {@link ClientRequest} section. + * + * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. + * + * JSON fetching example: + * + * ```js + * http.get('http://localhost:8000/', (res) => { + * const { statusCode } = res; + * const contentType = res.headers['content-type']; + * + * let error; + * // Any 2xx status code signals a successful response but + * // here we're only checking for 200. + * if (statusCode !== 200) { + * error = new Error('Request Failed.\n' + + * `Status Code: ${statusCode}`); + * } else if (!/^application\/json/.test(contentType)) { + * error = new Error('Invalid content-type.\n' + + * `Expected application/json but received ${contentType}`); + * } + * if (error) { + * console.error(error.message); + * // Consume response data to free up memory + * res.resume(); + * return; + * } + * + * res.setEncoding('utf8'); + * let rawData = ''; + * res.on('data', (chunk) => { rawData += chunk; }); + * res.on('end', () => { + * try { + * const parsedData = JSON.parse(rawData); + * console.log(parsedData); + * } catch (e) { + * console.error(e.message); + * } + * }); + * }).on('error', (e) => { + * console.error(`Got error: ${e.message}`); + * }); + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!' + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. Properties that are inherited from the prototype are ignored. + */ + function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + + /** + * Performs the low-level validations on the provided name that are done when `res.setHeader(name, value)` is called. + * Passing illegal value as name will result in a TypeError being thrown, identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. + * @param name Header name + * @since v14.3.0 + */ + function validateHeaderName(name: string): void; + /** + * Performs the low-level validations on the provided value that are done when `res.setHeader(name, value)` is called. + * Passing illegal value as value will result in a TypeError being thrown. + * - Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. + * - Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. + * @param name Header name + * @param value Header value + * @since v14.3.0 + */ + function validateHeaderValue(name: string, value: string): void; + + /** + * Set the maximum number of idle HTTP parsers. Default: 1000. + * @param count + * @since v18.8.0, v16.18.0 + */ + function setMaxIdleHTTPParsers(count: number): void; + + let globalAgent: Agent; + /** + * Read-only property specifying the maximum allowed size of HTTP headers in bytes. + * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. + */ + const maxHeaderSize: number; +} +declare module 'node:http' { + export * from 'http'; +} diff --git a/node_modules/@types/node/http2.d.ts b/node_modules/@types/node/http2.d.ts new file mode 100644 index 000000000..0e3682609 --- /dev/null +++ b/node_modules/@types/node/http2.d.ts @@ -0,0 +1,2134 @@ +/** + * The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It + * can be accessed using: + * + * ```js + * const http2 = require('http2'); + * ``` + * @since v8.4.0 + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http2.js) + */ +declare module 'http2' { + import EventEmitter = require('node:events'); + import * as fs from 'node:fs'; + import * as net from 'node:net'; + import * as stream from 'node:stream'; + import * as tls from 'node:tls'; + import * as url from 'node:url'; + import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from 'node:http'; + export { OutgoingHttpHeaders } from 'node:http'; + export interface IncomingHttpStatusHeader { + ':status'?: number | undefined; + } + export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { + ':path'?: string | undefined; + ':method'?: string | undefined; + ':authority'?: string | undefined; + ':scheme'?: string | undefined; + } + // Http2Stream + export interface StreamPriorityOptions { + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + silent?: boolean | undefined; + } + export interface StreamState { + localWindowSize?: number | undefined; + state?: number | undefined; + localClose?: number | undefined; + remoteClose?: number | undefined; + sumDependencyWeight?: number | undefined; + weight?: number | undefined; + } + export interface ServerStreamResponseOptions { + endStream?: boolean | undefined; + waitForTrailers?: boolean | undefined; + } + export interface StatOptions { + offset: number; + length: number; + } + export interface ServerStreamFileResponseOptions { + statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean; + waitForTrailers?: boolean | undefined; + offset?: number | undefined; + length?: number | undefined; + } + export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { + onError?(err: NodeJS.ErrnoException): void; + } + export interface Http2Stream extends stream.Duplex { + /** + * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, + * the `'aborted'` event will have been emitted. + * @since v8.4.0 + */ + readonly aborted: boolean; + /** + * This property shows the number of characters currently buffered to be written. + * See `net.Socket.bufferSize` for details. + * @since v11.2.0, v10.16.0 + */ + readonly bufferSize: number; + /** + * Set to `true` if the `Http2Stream` instance has been closed. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer + * usable. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Set to `true` if the `END_STREAM` flag was set in the request or response + * HEADERS frame received, indicating that no additional data should be received + * and the readable side of the `Http2Stream` will be closed. + * @since v10.11.0 + */ + readonly endAfterHeaders: boolean; + /** + * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`if the stream identifier has not yet been assigned. + * @since v8.4.0 + */ + readonly id?: number | undefined; + /** + * Set to `true` if the `Http2Stream` instance has not yet been assigned a + * numeric stream identifier. + * @since v9.4.0 + */ + readonly pending: boolean; + /** + * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is + * destroyed after either receiving an `RST_STREAM` frame from the connected peer, + * calling `http2stream.close()`, or `http2stream.destroy()`. Will be`undefined` if the `Http2Stream` has not been closed. + * @since v8.4.0 + */ + readonly rstCode: number; + /** + * An object containing the outbound headers sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentHeaders: OutgoingHttpHeaders; + /** + * An array of objects containing the outbound informational (additional) headers + * sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; + /** + * An object containing the outbound trailers sent for this `HttpStream`. + * @since v9.5.0 + */ + readonly sentTrailers?: OutgoingHttpHeaders | undefined; + /** + * A reference to the `Http2Session` instance that owns this `Http2Stream`. The + * value will be `undefined` after the `Http2Stream` instance is destroyed. + * @since v8.4.0 + */ + readonly session: Http2Session; + /** + * Provides miscellaneous information about the current state of the`Http2Stream`. + * + * A current state of this `Http2Stream`. + * @since v8.4.0 + */ + readonly state: StreamState; + /** + * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the + * connected HTTP/2 peer. + * @since v8.4.0 + * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. + * @param callback An optional function registered to listen for the `'close'` event. + */ + close(code?: number, callback?: () => void): void; + /** + * Updates the priority for this `Http2Stream` instance. + * @since v8.4.0 + */ + priority(options: StreamPriorityOptions): void; + /** + * ```js + * const http2 = require('http2'); + * const client = http2.connect('http://example.org:8000'); + * const { NGHTTP2_CANCEL } = http2.constants; + * const req = client.request({ ':path': '/' }); + * + * // Cancel the stream if there's no activity after 5 seconds + * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); + * ``` + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method + * will cause the `Http2Stream` to be immediately closed and must only be + * called after the `'wantTrailers'` event has been emitted. When sending a + * request or sending a response, the `options.waitForTrailers` option must be set + * in order to keep the `Http2Stream` open after the final `DATA` frame so that + * trailers can be sent. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond(undefined, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ xyz: 'abc' }); + * }); + * stream.end('Hello World'); + * }); + * ``` + * + * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header + * fields (e.g. `':method'`, `':path'`, etc). + * @since v10.0.0 + */ + sendTrailers(headers: OutgoingHttpHeaders): void; + addListener(event: 'aborted', listener: () => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'streamClosed', listener: (code: number) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'wantTrailers', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'aborted'): boolean; + emit(event: 'close'): boolean; + emit(event: 'data', chunk: Buffer | string): boolean; + emit(event: 'drain'): boolean; + emit(event: 'end'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'finish'): boolean; + emit(event: 'frameError', frameType: number, errorCode: number): boolean; + emit(event: 'pipe', src: stream.Readable): boolean; + emit(event: 'unpipe', src: stream.Readable): boolean; + emit(event: 'streamClosed', code: number): boolean; + emit(event: 'timeout'): boolean; + emit(event: 'trailers', trailers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'wantTrailers'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'aborted', listener: () => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: Buffer | string) => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: 'streamClosed', listener: (code: number) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'wantTrailers', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'aborted', listener: () => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: Buffer | string) => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: 'streamClosed', listener: (code: number) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'wantTrailers', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'aborted', listener: () => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'streamClosed', listener: (code: number) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'wantTrailers', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'aborted', listener: () => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'streamClosed', listener: (code: number) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'wantTrailers', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Stream extends Http2Stream { + addListener(event: 'continue', listener: () => {}): this; + addListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'continue'): boolean; + emit(event: 'headers', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: 'push', headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'response', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'continue', listener: () => {}): this; + on(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'continue', listener: () => {}): this; + once(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'continue', listener: () => {}): this; + prependListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'continue', listener: () => {}): this; + prependOnceListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ServerHttp2Stream extends Http2Stream { + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote + * client's most recent `SETTINGS` frame. Will be `true` if the remote peer + * accepts push streams, `false` otherwise. Settings are the same for every`Http2Stream` in the same `Http2Session`. + * @since v8.4.0 + */ + readonly pushAllowed: boolean; + /** + * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. + * @since v8.4.0 + */ + additionalHeaders(headers: OutgoingHttpHeaders): void; + /** + * Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { + * if (err) throw err; + * pushStream.respond({ ':status': 200 }); + * pushStream.end('some pushed data'); + * }); + * stream.end('some data'); + * }); + * ``` + * + * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass + * a `weight` value to `http2stream.priority` with the `silent` option set to`true` to enable server-side bandwidth balancing between concurrent streams. + * + * Calling `http2stream.pushStream()` from within a pushed stream is not permitted + * and will throw an error. + * @since v8.4.0 + * @param callback Callback that is called once the push stream has been initiated. + */ + pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; + pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; + /** + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.end('some data'); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * stream.end('some data'); + * }); + * ``` + * @since v8.4.0 + */ + respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; + /** + * Initiates a response whose data is read from the given file descriptor. No + * validation is performed on the given file descriptor. If an error occurs while + * attempting to read data using the file descriptor, the `Http2Stream` will be + * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * ```js + * const http2 = require('http2'); + * const fs = require('fs'); + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8' + * }; + * stream.respondWithFD(fd, headers); + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given fd. If the `statCheck` function is provided, the`http2stream.respondWithFD()` method will perform an `fs.fstat()` call to + * collect details on the provided file descriptor. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The file descriptor or `FileHandle` is not closed when the stream is closed, + * so it will need to be closed manually once it is no longer needed. + * Using the same file descriptor concurrently for multiple streams + * is not supported and may result in data loss. Re-using a file descriptor + * after a stream has finished is supported. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * const http2 = require('http2'); + * const fs = require('fs'); + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8' + * }; + * stream.respondWithFD(fd, headers, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * @since v8.4.0 + * @param fd A readable file descriptor. + */ + respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void; + /** + * Sends a regular file as the response. The `path` must specify a regular file + * or an `'error'` event will be emitted on the `Http2Stream` object. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given file: + * + * If an error occurs while attempting to read the file data, the `Http2Stream`will be closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR`code. If the `onError` callback is + * defined, then it will be called. Otherwise + * the stream will be destroyed. + * + * Example using a file path: + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * headers['last-modified'] = stat.mtime.toUTCString(); + * } + * + * function onError(err) { + * // stream.respond() can throw if the stream has been destroyed by + * // the other side. + * try { + * if (err.code === 'ENOENT') { + * stream.respond({ ':status': 404 }); + * } else { + * stream.respond({ ':status': 500 }); + * } + * } catch (err) { + * // Perform actual error handling. + * console.log(err); + * } + * stream.end(); + * } + * + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck, onError }); + * }); + * ``` + * + * The `options.statCheck` function may also be used to cancel the send operation + * by returning `false`. For instance, a conditional request may check the stat + * results to determine if the file has been modified to return an appropriate`304` response: + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * // Check the stat here... + * stream.respond({ ':status': 304 }); + * return false; // Cancel the send operation + * } + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck }); + * }); + * ``` + * + * The `content-length` header field will be automatically set. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The `options.onError` function may also be used to handle all the errors + * that could happen before the delivery of the file is initiated. The + * default behavior is to destroy the stream. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * }); + * ``` + * @since v8.4.0 + */ + respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void; + } + // Http2Session + export interface Settings { + headerTableSize?: number | undefined; + enablePush?: boolean | undefined; + initialWindowSize?: number | undefined; + maxFrameSize?: number | undefined; + maxConcurrentStreams?: number | undefined; + maxHeaderListSize?: number | undefined; + enableConnectProtocol?: boolean | undefined; + } + export interface ClientSessionRequestOptions { + endStream?: boolean | undefined; + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + waitForTrailers?: boolean | undefined; + signal?: AbortSignal | undefined; + } + export interface SessionState { + effectiveLocalWindowSize?: number | undefined; + effectiveRecvDataLength?: number | undefined; + nextStreamID?: number | undefined; + localWindowSize?: number | undefined; + lastProcStreamID?: number | undefined; + remoteWindowSize?: number | undefined; + outboundQueueSize?: number | undefined; + deflateDynamicTableSize?: number | undefined; + inflateDynamicTableSize?: number | undefined; + } + export interface Http2Session extends EventEmitter { + /** + * Value will be `undefined` if the `Http2Session` is not yet connected to a + * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or + * will return the value of the connected `TLSSocket`'s own `alpnProtocol`property. + * @since v9.4.0 + */ + readonly alpnProtocol?: string | undefined; + /** + * Will be `true` if this `Http2Session` instance has been closed, otherwise`false`. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Will be `true` if this `Http2Session` instance is still connecting, will be set + * to `false` before emitting `connect` event and/or calling the `http2.connect`callback. + * @since v10.0.0 + */ + readonly connecting: boolean; + /** + * Will be `true` if this `Http2Session` instance has been destroyed and must no + * longer be used, otherwise `false`. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Value is `undefined` if the `Http2Session` session socket has not yet been + * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, + * and `false` if the `Http2Session` is connected to any other kind of socket + * or stream. + * @since v9.4.0 + */ + readonly encrypted?: boolean | undefined; + /** + * A prototype-less object describing the current local settings of this`Http2Session`. The local settings are local to _this_`Http2Session` instance. + * @since v8.4.0 + */ + readonly localSettings: Settings; + /** + * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property + * will return an `Array` of origins for which the `Http2Session` may be + * considered authoritative. + * + * The `originSet` property is only available when using a secure TLS connection. + * @since v9.4.0 + */ + readonly originSet?: string[] | undefined; + /** + * Indicates whether the `Http2Session` is currently waiting for acknowledgment of + * a sent `SETTINGS` frame. Will be `true` after calling the`http2session.settings()` method. Will be `false` once all sent `SETTINGS`frames have been acknowledged. + * @since v8.4.0 + */ + readonly pendingSettingsAck: boolean; + /** + * A prototype-less object describing the current remote settings of this`Http2Session`. The remote settings are set by the _connected_ HTTP/2 peer. + * @since v8.4.0 + */ + readonly remoteSettings: Settings; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * limits available methods to ones safe to use with HTTP/2. + * + * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw + * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. + * + * `setTimeout` method will be called on this `Http2Session`. + * + * All other interactions will be routed directly to the socket. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * Provides miscellaneous information about the current state of the`Http2Session`. + * + * An object describing the current status of this `Http2Session`. + * @since v8.4.0 + */ + readonly state: SessionState; + /** + * The `http2session.type` will be equal to`http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a + * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a + * client. + * @since v8.4.0 + */ + readonly type: number; + /** + * Gracefully closes the `Http2Session`, allowing any existing streams to + * complete on their own and preventing new `Http2Stream` instances from being + * created. Once closed, `http2session.destroy()`_might_ be called if there + * are no open `Http2Stream` instances. + * + * If specified, the `callback` function is registered as a handler for the`'close'` event. + * @since v9.4.0 + */ + close(callback?: () => void): void; + /** + * Immediately terminates the `Http2Session` and the associated `net.Socket` or`tls.TLSSocket`. + * + * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error`is not undefined, an `'error'` event will be emitted immediately before the`'close'` event. + * + * If there are any remaining open `Http2Streams` associated with the`Http2Session`, those will also be destroyed. + * @since v8.4.0 + * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. + * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. + */ + destroy(error?: Error, code?: number): void; + /** + * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. + * @since v9.4.0 + * @param code An HTTP/2 error code + * @param lastStreamID The numeric ID of the last processed `Http2Stream` + * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. + */ + goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; + /** + * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must + * be provided. The method will return `true` if the `PING` was sent, `false`otherwise. + * + * The maximum number of outstanding (unacknowledged) pings is determined by the`maxOutstandingPings` configuration option. The default maximum is 10. + * + * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView`containing 8 bytes of data that will be transmitted with the `PING` and + * returned with the ping acknowledgment. + * + * The callback will be invoked with three arguments: an error argument that will + * be `null` if the `PING` was successfully acknowledged, a `duration` argument + * that reports the number of milliseconds elapsed since the ping was sent and the + * acknowledgment was received, and a `Buffer` containing the 8-byte `PING`payload. + * + * ```js + * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { + * if (!err) { + * console.log(`Ping acknowledged in ${duration} milliseconds`); + * console.log(`With payload '${payload.toString()}'`); + * } + * }); + * ``` + * + * If the `payload` argument is not specified, the default payload will be the + * 64-bit timestamp (little endian) marking the start of the `PING` duration. + * @since v8.9.3 + * @param payload Optional ping payload. + */ + ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + /** + * Calls `ref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + ref(): void; + /** + * Sets the local endpoint's window size. + * The `windowSize` is the total window size to set, not + * the delta. + * + * ```js + * const http2 = require('http2'); + * + * const server = http2.createServer(); + * const expectedWindowSize = 2 ** 20; + * server.on('connect', (session) => { + * + * // Set local window size to be 2 ** 20 + * session.setLocalWindowSize(expectedWindowSize); + * }); + * ``` + * @since v15.3.0, v14.18.0 + */ + setLocalWindowSize(windowSize: number): void; + /** + * Used to set a callback function that is called when there is no activity on + * the `Http2Session` after `msecs` milliseconds. The given `callback` is + * registered as a listener on the `'timeout'` event. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Updates the current local settings for this `Http2Session` and sends a new`SETTINGS` frame to the connected HTTP/2 peer. + * + * Once called, the `http2session.pendingSettingsAck` property will be `true`while the session is waiting for the remote peer to acknowledge the new + * settings. + * + * The new settings will not become effective until the `SETTINGS` acknowledgment + * is received and the `'localSettings'` event is emitted. It is possible to send + * multiple `SETTINGS` frames while acknowledgment is still pending. + * @since v8.4.0 + * @param callback Callback that is called once the session is connected or right away if the session is already connected. + */ + settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void; + /** + * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + unref(): void; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + addListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + addListener(event: 'localSettings', listener: (settings: Settings) => void): this; + addListener(event: 'ping', listener: () => void): this; + addListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'frameError', frameType: number, errorCode: number, streamID: number): boolean; + emit(event: 'goaway', errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean; + emit(event: 'localSettings', settings: Settings): boolean; + emit(event: 'ping'): boolean; + emit(event: 'remoteSettings', settings: Settings): boolean; + emit(event: 'timeout'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + on(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + on(event: 'localSettings', listener: (settings: Settings) => void): this; + on(event: 'ping', listener: () => void): this; + on(event: 'remoteSettings', listener: (settings: Settings) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + once(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + once(event: 'localSettings', listener: (settings: Settings) => void): this; + once(event: 'ping', listener: () => void): this; + once(event: 'remoteSettings', listener: (settings: Settings) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + prependListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + prependListener(event: 'localSettings', listener: (settings: Settings) => void): this; + prependListener(event: 'ping', listener: () => void): this; + prependListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + prependOnceListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + prependOnceListener(event: 'localSettings', listener: (settings: Settings) => void): this; + prependOnceListener(event: 'ping', listener: () => void): this; + prependOnceListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Session extends Http2Session { + /** + * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`creates and returns an `Http2Stream` instance that can be used to send an + * HTTP/2 request to the connected server. + * + * When a `ClientHttp2Session` is first created, the socket may not yet be + * connected. if `clienthttp2session.request()` is called during this time, the + * actual request will be deferred until the socket is ready to go. + * If the `session` is closed before the actual request be executed, an`ERR_HTTP2_GOAWAY_SESSION` is thrown. + * + * This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`. + * + * ```js + * const http2 = require('http2'); + * const clientSession = http2.connect('https://localhost:1234'); + * const { + * HTTP2_HEADER_PATH, + * HTTP2_HEADER_STATUS + * } = http2.constants; + * + * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); + * req.on('response', (headers) => { + * console.log(headers[HTTP2_HEADER_STATUS]); + * req.on('data', (chunk) => { // .. }); + * req.on('end', () => { // .. }); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * is emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be called to send trailing + * headers to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * When `options.signal` is set with an `AbortSignal` and then `abort` on the + * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. + * + * The `:method` and `:path` pseudo-headers are not specified within `headers`, + * they respectively default to: + * + * * `:method` \= `'GET'` + * * `:path` \= `/` + * @since v8.4.0 + */ + request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; + addListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + addListener(event: 'origin', listener: (origins: string[]) => void): this; + addListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + addListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'altsvc', alt: string, origin: string, stream: number): boolean; + emit(event: 'origin', origins: ReadonlyArray): boolean; + emit(event: 'connect', session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit(event: 'stream', stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + on(event: 'origin', listener: (origins: string[]) => void): this; + on(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + once(event: 'origin', listener: (origins: string[]) => void): this; + once(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + once(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + prependListener(event: 'origin', listener: (origins: string[]) => void): this; + prependListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + prependOnceListener(event: 'origin', listener: (origins: string[]) => void): this; + prependOnceListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface AlternativeServiceOptions { + origin: number | string | url.URL; + } + export interface ServerHttp2Session extends Http2Session { + readonly server: Http2Server | Http2SecureServer; + /** + * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. + * + * ```js + * const http2 = require('http2'); + * + * const server = http2.createServer(); + * server.on('session', (session) => { + * // Set altsvc for origin https://example.org:80 + * session.altsvc('h2=":8000"', 'https://example.org:80'); + * }); + * + * server.on('stream', (stream) => { + * // Set altsvc for a specific stream + * stream.session.altsvc('h2=":8000"', stream.id); + * }); + * ``` + * + * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate + * service is associated with the origin of the given `Http2Stream`. + * + * The `alt` and origin string _must_ contain only ASCII bytes and are + * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given + * domain. + * + * When a string is passed for the `originOrStream` argument, it will be parsed as + * a URL and the origin will be derived. For instance, the origin for the + * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * @since v9.4.0 + * @param alt A description of the alternative service configuration as defined by `RFC 7838`. + * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the + * `http2stream.id` property. + */ + altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; + /** + * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client + * to advertise the set of origins for which the server is capable of providing + * authoritative responses. + * + * ```js + * const http2 = require('http2'); + * const options = getSecureOptionsSomehow(); + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * server.on('session', (session) => { + * session.origin('https://example.com', 'https://example.org'); + * }); + * ``` + * + * When a string is passed as an `origin`, it will be parsed as a URL and the + * origin will be derived. For instance, the origin for the HTTP URL`'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given + * string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as + * an `origin`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * + * Alternatively, the `origins` option may be used when creating a new HTTP/2 + * server using the `http2.createSecureServer()` method: + * + * ```js + * const http2 = require('http2'); + * const options = getSecureOptionsSomehow(); + * options.origins = ['https://example.com', 'https://example.org']; + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * ``` + * @since v10.12.0 + * @param origins One or more URL Strings passed as separate arguments. + */ + origin( + ...origins: Array< + | string + | url.URL + | { + origin: string; + } + > + ): void; + addListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'connect', session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + // Http2Server + export interface SessionOptions { + maxDeflateDynamicTableSize?: number | undefined; + maxSessionMemory?: number | undefined; + maxHeaderListPairs?: number | undefined; + maxOutstandingPings?: number | undefined; + maxSendHeaderBlockLength?: number | undefined; + paddingStrategy?: number | undefined; + peerMaxConcurrentStreams?: number | undefined; + settings?: Settings | undefined; + /** + * Specifies a timeout in milliseconds that + * a server should wait when an [`'unknownProtocol'`][] is emitted. If the + * socket has not been destroyed by that time the server will destroy it. + * @default 100000 + */ + unknownProtocolTimeout?: number | undefined; + selectPadding?(frameLen: number, maxFrameLen: number): number; + createConnection?(authority: url.URL, option: SessionOptions): stream.Duplex; + } + export interface ClientSessionOptions extends SessionOptions { + maxReservedRemoteStreams?: number | undefined; + createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; + protocol?: 'http:' | 'https:' | undefined; + } + export interface ServerSessionOptions extends SessionOptions { + Http1IncomingMessage?: typeof IncomingMessage | undefined; + Http1ServerResponse?: typeof ServerResponse | undefined; + Http2ServerRequest?: typeof Http2ServerRequest | undefined; + Http2ServerResponse?: typeof Http2ServerResponse | undefined; + } + export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} + export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions {} + export interface ServerOptions extends ServerSessionOptions {} + export interface SecureServerOptions extends SecureServerSessionOptions { + allowHTTP1?: boolean | undefined; + origins?: string[] | undefined; + } + interface HTTP2ServerCommon { + setTimeout(msec?: number, callback?: () => void): this; + /** + * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. + * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. + */ + updateSettings(settings: Settings): void; + } + export interface Http2Server extends net.Server, HTTP2ServerCommon { + addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + addListener(event: 'sessionError', listener: (err: Error) => void): this; + addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'session', session: ServerHttp2Session): boolean; + emit(event: 'sessionError', err: Error): boolean; + emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'timeout'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'session', listener: (session: ServerHttp2Session) => void): this; + on(event: 'sessionError', listener: (err: Error) => void): this; + on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'session', listener: (session: ServerHttp2Session) => void): this; + once(event: 'sessionError', listener: (err: Error) => void): this; + once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependListener(event: 'sessionError', listener: (err: Error) => void): this; + prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface Http2SecureServer extends tls.Server, HTTP2ServerCommon { + addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + addListener(event: 'sessionError', listener: (err: Error) => void): this; + addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'session', session: ServerHttp2Session): boolean; + emit(event: 'sessionError', err: Error): boolean; + emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'timeout'): boolean; + emit(event: 'unknownProtocol', socket: tls.TLSSocket): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'session', listener: (session: ServerHttp2Session) => void): this; + on(event: 'sessionError', listener: (err: Error) => void): this; + on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'session', listener: (session: ServerHttp2Session) => void): this; + once(event: 'sessionError', listener: (err: Error) => void): this; + once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependListener(event: 'sessionError', listener: (err: Error) => void): this; + prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, + * headers, and + * data. + * @since v8.4.0 + */ + export class Http2ServerRequest extends stream.Readable { + constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray); + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + */ + readonly aborted: boolean; + /** + * The request authority pseudo header field. Because HTTP/2 allows requests + * to set either `:authority` or `host`, this value is derived from`req.headers[':authority']` if present. Otherwise, it is derived from`req.headers['host']`. + * @since v8.4.0 + */ + readonly authority: string; + /** + * See `request.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * The `request.complete` property will be `true` if the request has + * been completed, aborted, or destroyed. + * @since v12.10.0 + */ + readonly complete: boolean; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * See `HTTP/2 Headers Object`. + * + * In HTTP/2, the request path, host name, protocol, and method are represented as + * special headers prefixed with the `:` character (e.g. `':path'`). These special + * headers will be included in the `request.headers` object. Care must be taken not + * to inadvertently modify these special headers or errors may occur. For instance, + * removing all headers from the request will cause errors to occur: + * + * ```js + * removeAllHeaders(request.headers); + * assert(request.url); // Fails because the :path header has been removed + * ``` + * @since v8.4.0 + */ + readonly headers: IncomingHttpHeaders; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. Returns`'2.0'`. + * + * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. + * @since v8.4.0 + */ + readonly httpVersion: string; + readonly httpVersionMinor: number; + readonly httpVersionMajor: number; + /** + * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. + * @since v8.4.0 + */ + readonly method: string; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v8.4.0 + */ + readonly rawHeaders: string[]; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly rawTrailers: string[]; + /** + * The request scheme pseudo header field indicating the scheme + * portion of the target URL. + * @since v8.4.0 + */ + readonly scheme: string; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `request.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`request.stream`. + * + * `setTimeout` method will be called on `request.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. With TLS support, + * use `request.socket.getPeerCertificate()` to obtain the client's + * authentication details. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the request. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly trailers: IncomingHttpHeaders; + /** + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. If the request is: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * Then `request.url` will be: + * + * ```js + * '/status?name=ryan' + * ``` + * + * To parse the url into its parts, `new URL()` can be used: + * + * ```console + * $ node + * > new URL('/status?name=ryan', 'http://example.com') + * URL { + * href: 'http://example.com/status?name=ryan', + * origin: 'http://example.com', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'example.com', + * hostname: 'example.com', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v8.4.0 + */ + url: string; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + read(size?: number): Buffer | string | null; + addListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'readable', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'aborted', hadError: boolean, code: number): boolean; + emit(event: 'close'): boolean; + emit(event: 'data', chunk: Buffer | string): boolean; + emit(event: 'end'): boolean; + emit(event: 'readable'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: Buffer | string) => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'readable', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: Buffer | string) => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'readable', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'readable', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'readable', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v8.4.0 + */ + export class Http2ServerResponse extends stream.Writable { + constructor(stream: ServerHttp2Stream); + /** + * See `response.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * Boolean value that indicates whether the response has completed. Starts + * as `false`. After `response.end()` executes, the value will be `true`. + * @since v8.4.0 + * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. + */ + readonly finished: boolean; + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * A reference to the original HTTP2 request object. + * @since v15.7.0 + */ + readonly req: Http2ServerRequest; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `response.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`response.stream`. + * + * `setTimeout` method will be called on `response.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer((req, res) => { + * const ip = req.socket.remoteAddress; + * const port = req.socket.remotePort; + * res.end(`Your IP address is ${ip} and your source port is ${port}.`); + * }).listen(3000); + * ``` + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the response. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * When true, the Date header will be automatically generated and sent in + * the response if it is not already present in the headers. Defaults to true. + * + * This should only be disabled for testing; HTTP requires the Date header + * in responses. + * @since v8.4.0 + */ + sendDate: boolean; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v8.4.0 + */ + statusCode: number; + /** + * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns + * an empty string. + * @since v8.4.0 + */ + statusMessage: ''; + /** + * This method adds HTTP trailing headers (a header but at the end of the + * message) to the response. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + addTrailers(trailers: OutgoingHttpHeaders): void; + /** + * This method signals to the server that all of the response headers and body + * have been sent; that server should consider this message complete. + * The method, `response.end()`, MUST be called on each response. + * + * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. + * + * If `callback` is specified, it will be called when the response stream + * is finished. + * @since v8.4.0 + */ + end(callback?: () => void): this; + end(data: string | Uint8Array, callback?: () => void): this; + end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; + /** + * Reads out a header that has already been queued but not sent to the client. + * The name is case-insensitive. + * + * ```js + * const contentType = response.getHeader('content-type'); + * ``` + * @since v8.4.0 + */ + getHeader(name: string): string; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All header names are lowercase. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = response.getHeaderNames(); + * // headerNames === ['foo', 'set-cookie'] + * ``` + * @since v8.4.0 + */ + getHeaderNames(): string[]; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow copy + * is used, array values may be mutated without additional calls to various + * header-related http module methods. The keys of the returned object are the + * header names and the values are the respective header values. All header names + * are lowercase. + * + * The object returned by the `response.getHeaders()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = response.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v8.4.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name matching is case-insensitive. + * + * ```js + * const hasContentType = response.hasHeader('content-type'); + * ``` + * @since v8.4.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that has been queued for implicit sending. + * + * ```js + * response.removeHeader('Content-Encoding'); + * ``` + * @since v8.4.0 + */ + removeHeader(name: string): void; + /** + * Sets a single header value for implicit headers. If this header already exists + * in the to-be-sent headers, its value will be replaced. Use an array of strings + * here to send multiple headers with the same name. + * + * ```js + * response.setHeader('Content-Type', 'text/html; charset=utf-8'); + * ``` + * + * or + * + * ```js + * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * @since v8.4.0 + */ + setHeader(name: string, value: number | string | ReadonlyArray): void; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * If this method is called and `response.writeHead()` has not been called, + * it will switch to implicit header mode and flush the implicit headers. + * + * This sends a chunk of the response body. This method may + * be called multiple times to provide successive parts of the body. + * + * In the `http` module, the response body is omitted when the + * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. + * + * `chunk` can be a string or a buffer. If `chunk` is a string, + * the second parameter specifies how to encode it into a byte stream. + * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk + * of data is flushed. + * + * This is the raw HTTP body and has nothing to do with higher-level multi-part + * body encodings that may be used. + * + * The first time `response.write()` is called, it will send the buffered + * header information and the first chunk of the body to the client. The second + * time `response.write()` is called, Node.js assumes data will be streamed, + * and sends the new data separately. That is, the response is buffered up to the + * first chunk of the body. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. + * @since v8.4.0 + */ + write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; + write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; + /** + * Sends a status `100 Continue` to the client, indicating that the request body + * should be sent. See the `'checkContinue'` event on `Http2Server` and`Http2SecureServer`. + * @since v8.4.0 + */ + writeContinue(): void; + /** + * Sends a status `103 Early Hints` to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. + * + * Example: + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics' + * }); + * ``` + * + * @since v18.11.0 + * @param hints An object containing the values of headers + */ + writeEarlyHints(hints: Record): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * + * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. + * + * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be + * passed as the second argument. However, because the `statusMessage` has no + * meaning within HTTP/2, the argument will have no effect and a process warning + * will be emitted. + * + * ```js + * const body = 'hello world'; + * response.writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain; charset=utf-8', + * }); + * ``` + * + * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a + * given encoding. On outbound messages, Node.js does not check if Content-Length + * and the length of the body being transmitted are equal or not. However, when + * receiving messages, Node.js will automatically reject messages when the`Content-Length` does not match the actual payload size. + * + * This method may be called at most one time on a message before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; + /** + * Call `http2stream.pushStream()` with the given headers, and wrap the + * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback + * parameter if successful. When `Http2ServerRequest` is closed, the callback is + * called with an error `ERR_HTTP2_INVALID_STREAM`. + * @since v8.4.0 + * @param headers An object describing the headers + * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of + * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method + */ + createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'drain'): boolean; + emit(event: 'error', error: Error): boolean; + emit(event: 'finish'): boolean; + emit(event: 'pipe', src: stream.Readable): boolean; + emit(event: 'unpipe', src: stream.Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (error: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (error: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (error: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (error: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export namespace constants { + const NGHTTP2_SESSION_SERVER: number; + const NGHTTP2_SESSION_CLIENT: number; + const NGHTTP2_STREAM_STATE_IDLE: number; + const NGHTTP2_STREAM_STATE_OPEN: number; + const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; + const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; + const NGHTTP2_STREAM_STATE_CLOSED: number; + const NGHTTP2_NO_ERROR: number; + const NGHTTP2_PROTOCOL_ERROR: number; + const NGHTTP2_INTERNAL_ERROR: number; + const NGHTTP2_FLOW_CONTROL_ERROR: number; + const NGHTTP2_SETTINGS_TIMEOUT: number; + const NGHTTP2_STREAM_CLOSED: number; + const NGHTTP2_FRAME_SIZE_ERROR: number; + const NGHTTP2_REFUSED_STREAM: number; + const NGHTTP2_CANCEL: number; + const NGHTTP2_COMPRESSION_ERROR: number; + const NGHTTP2_CONNECT_ERROR: number; + const NGHTTP2_ENHANCE_YOUR_CALM: number; + const NGHTTP2_INADEQUATE_SECURITY: number; + const NGHTTP2_HTTP_1_1_REQUIRED: number; + const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; + const NGHTTP2_FLAG_NONE: number; + const NGHTTP2_FLAG_END_STREAM: number; + const NGHTTP2_FLAG_END_HEADERS: number; + const NGHTTP2_FLAG_ACK: number; + const NGHTTP2_FLAG_PADDED: number; + const NGHTTP2_FLAG_PRIORITY: number; + const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; + const DEFAULT_SETTINGS_ENABLE_PUSH: number; + const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; + const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; + const MAX_MAX_FRAME_SIZE: number; + const MIN_MAX_FRAME_SIZE: number; + const MAX_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_DEFAULT_WEIGHT: number; + const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; + const NGHTTP2_SETTINGS_ENABLE_PUSH: number; + const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; + const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; + const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; + const PADDING_STRATEGY_NONE: number; + const PADDING_STRATEGY_MAX: number; + const PADDING_STRATEGY_CALLBACK: number; + const HTTP2_HEADER_STATUS: string; + const HTTP2_HEADER_METHOD: string; + const HTTP2_HEADER_AUTHORITY: string; + const HTTP2_HEADER_SCHEME: string; + const HTTP2_HEADER_PATH: string; + const HTTP2_HEADER_ACCEPT_CHARSET: string; + const HTTP2_HEADER_ACCEPT_ENCODING: string; + const HTTP2_HEADER_ACCEPT_LANGUAGE: string; + const HTTP2_HEADER_ACCEPT_RANGES: string; + const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_AGE: string; + const HTTP2_HEADER_ALLOW: string; + const HTTP2_HEADER_AUTHORIZATION: string; + const HTTP2_HEADER_CACHE_CONTROL: string; + const HTTP2_HEADER_CONNECTION: string; + const HTTP2_HEADER_CONTENT_DISPOSITION: string; + const HTTP2_HEADER_CONTENT_ENCODING: string; + const HTTP2_HEADER_CONTENT_LANGUAGE: string; + const HTTP2_HEADER_CONTENT_LENGTH: string; + const HTTP2_HEADER_CONTENT_LOCATION: string; + const HTTP2_HEADER_CONTENT_MD5: string; + const HTTP2_HEADER_CONTENT_RANGE: string; + const HTTP2_HEADER_CONTENT_TYPE: string; + const HTTP2_HEADER_COOKIE: string; + const HTTP2_HEADER_DATE: string; + const HTTP2_HEADER_ETAG: string; + const HTTP2_HEADER_EXPECT: string; + const HTTP2_HEADER_EXPIRES: string; + const HTTP2_HEADER_FROM: string; + const HTTP2_HEADER_HOST: string; + const HTTP2_HEADER_IF_MATCH: string; + const HTTP2_HEADER_IF_MODIFIED_SINCE: string; + const HTTP2_HEADER_IF_NONE_MATCH: string; + const HTTP2_HEADER_IF_RANGE: string; + const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; + const HTTP2_HEADER_LAST_MODIFIED: string; + const HTTP2_HEADER_LINK: string; + const HTTP2_HEADER_LOCATION: string; + const HTTP2_HEADER_MAX_FORWARDS: string; + const HTTP2_HEADER_PREFER: string; + const HTTP2_HEADER_PROXY_AUTHENTICATE: string; + const HTTP2_HEADER_PROXY_AUTHORIZATION: string; + const HTTP2_HEADER_RANGE: string; + const HTTP2_HEADER_REFERER: string; + const HTTP2_HEADER_REFRESH: string; + const HTTP2_HEADER_RETRY_AFTER: string; + const HTTP2_HEADER_SERVER: string; + const HTTP2_HEADER_SET_COOKIE: string; + const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; + const HTTP2_HEADER_TRANSFER_ENCODING: string; + const HTTP2_HEADER_TE: string; + const HTTP2_HEADER_UPGRADE: string; + const HTTP2_HEADER_USER_AGENT: string; + const HTTP2_HEADER_VARY: string; + const HTTP2_HEADER_VIA: string; + const HTTP2_HEADER_WWW_AUTHENTICATE: string; + const HTTP2_HEADER_HTTP2_SETTINGS: string; + const HTTP2_HEADER_KEEP_ALIVE: string; + const HTTP2_HEADER_PROXY_CONNECTION: string; + const HTTP2_METHOD_ACL: string; + const HTTP2_METHOD_BASELINE_CONTROL: string; + const HTTP2_METHOD_BIND: string; + const HTTP2_METHOD_CHECKIN: string; + const HTTP2_METHOD_CHECKOUT: string; + const HTTP2_METHOD_CONNECT: string; + const HTTP2_METHOD_COPY: string; + const HTTP2_METHOD_DELETE: string; + const HTTP2_METHOD_GET: string; + const HTTP2_METHOD_HEAD: string; + const HTTP2_METHOD_LABEL: string; + const HTTP2_METHOD_LINK: string; + const HTTP2_METHOD_LOCK: string; + const HTTP2_METHOD_MERGE: string; + const HTTP2_METHOD_MKACTIVITY: string; + const HTTP2_METHOD_MKCALENDAR: string; + const HTTP2_METHOD_MKCOL: string; + const HTTP2_METHOD_MKREDIRECTREF: string; + const HTTP2_METHOD_MKWORKSPACE: string; + const HTTP2_METHOD_MOVE: string; + const HTTP2_METHOD_OPTIONS: string; + const HTTP2_METHOD_ORDERPATCH: string; + const HTTP2_METHOD_PATCH: string; + const HTTP2_METHOD_POST: string; + const HTTP2_METHOD_PRI: string; + const HTTP2_METHOD_PROPFIND: string; + const HTTP2_METHOD_PROPPATCH: string; + const HTTP2_METHOD_PUT: string; + const HTTP2_METHOD_REBIND: string; + const HTTP2_METHOD_REPORT: string; + const HTTP2_METHOD_SEARCH: string; + const HTTP2_METHOD_TRACE: string; + const HTTP2_METHOD_UNBIND: string; + const HTTP2_METHOD_UNCHECKOUT: string; + const HTTP2_METHOD_UNLINK: string; + const HTTP2_METHOD_UNLOCK: string; + const HTTP2_METHOD_UPDATE: string; + const HTTP2_METHOD_UPDATEREDIRECTREF: string; + const HTTP2_METHOD_VERSION_CONTROL: string; + const HTTP_STATUS_CONTINUE: number; + const HTTP_STATUS_SWITCHING_PROTOCOLS: number; + const HTTP_STATUS_PROCESSING: number; + const HTTP_STATUS_OK: number; + const HTTP_STATUS_CREATED: number; + const HTTP_STATUS_ACCEPTED: number; + const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; + const HTTP_STATUS_NO_CONTENT: number; + const HTTP_STATUS_RESET_CONTENT: number; + const HTTP_STATUS_PARTIAL_CONTENT: number; + const HTTP_STATUS_MULTI_STATUS: number; + const HTTP_STATUS_ALREADY_REPORTED: number; + const HTTP_STATUS_IM_USED: number; + const HTTP_STATUS_MULTIPLE_CHOICES: number; + const HTTP_STATUS_MOVED_PERMANENTLY: number; + const HTTP_STATUS_FOUND: number; + const HTTP_STATUS_SEE_OTHER: number; + const HTTP_STATUS_NOT_MODIFIED: number; + const HTTP_STATUS_USE_PROXY: number; + const HTTP_STATUS_TEMPORARY_REDIRECT: number; + const HTTP_STATUS_PERMANENT_REDIRECT: number; + const HTTP_STATUS_BAD_REQUEST: number; + const HTTP_STATUS_UNAUTHORIZED: number; + const HTTP_STATUS_PAYMENT_REQUIRED: number; + const HTTP_STATUS_FORBIDDEN: number; + const HTTP_STATUS_NOT_FOUND: number; + const HTTP_STATUS_METHOD_NOT_ALLOWED: number; + const HTTP_STATUS_NOT_ACCEPTABLE: number; + const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; + const HTTP_STATUS_REQUEST_TIMEOUT: number; + const HTTP_STATUS_CONFLICT: number; + const HTTP_STATUS_GONE: number; + const HTTP_STATUS_LENGTH_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_FAILED: number; + const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; + const HTTP_STATUS_URI_TOO_LONG: number; + const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; + const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; + const HTTP_STATUS_EXPECTATION_FAILED: number; + const HTTP_STATUS_TEAPOT: number; + const HTTP_STATUS_MISDIRECTED_REQUEST: number; + const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; + const HTTP_STATUS_LOCKED: number; + const HTTP_STATUS_FAILED_DEPENDENCY: number; + const HTTP_STATUS_UNORDERED_COLLECTION: number; + const HTTP_STATUS_UPGRADE_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_REQUIRED: number; + const HTTP_STATUS_TOO_MANY_REQUESTS: number; + const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; + const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; + const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; + const HTTP_STATUS_NOT_IMPLEMENTED: number; + const HTTP_STATUS_BAD_GATEWAY: number; + const HTTP_STATUS_SERVICE_UNAVAILABLE: number; + const HTTP_STATUS_GATEWAY_TIMEOUT: number; + const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; + const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; + const HTTP_STATUS_INSUFFICIENT_STORAGE: number; + const HTTP_STATUS_LOOP_DETECTED: number; + const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; + const HTTP_STATUS_NOT_EXTENDED: number; + const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; + } + /** + * This symbol can be set as a property on the HTTP/2 headers object with + * an array value in order to provide a list of headers considered sensitive. + */ + export const sensitiveHeaders: symbol; + /** + * Returns an object containing the default settings for an `Http2Session`instance. This method returns a new object instance every time it is called + * so instances returned may be safely modified for use. + * @since v8.4.0 + */ + export function getDefaultSettings(): Settings; + /** + * Returns a `Buffer` instance containing serialized representation of the given + * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended + * for use with the `HTTP2-Settings` header field. + * + * ```js + * const http2 = require('http2'); + * + * const packed = http2.getPackedSettings({ enablePush: false }); + * + * console.log(packed.toString('base64')); + * // Prints: AAIAAAAA + * ``` + * @since v8.4.0 + */ + export function getPackedSettings(settings: Settings): Buffer; + /** + * Returns a `HTTP/2 Settings Object` containing the deserialized settings from + * the given `Buffer` as generated by `http2.getPackedSettings()`. + * @since v8.4.0 + * @param buf The packed settings. + */ + export function getUnpackedSettings(buf: Uint8Array): Settings; + /** + * Returns a `net.Server` instance that creates and manages `Http2Session`instances. + * + * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when + * communicating + * with browser clients. + * + * ```js + * const http2 = require('http2'); + * + * // Create an unencrypted HTTP/2 server. + * // Since there are no browsers known that support + * // unencrypted HTTP/2, the use of `http2.createSecureServer()` + * // is necessary when communicating with browser clients. + * const server = http2.createServer(); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200 + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(80); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; + export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; + /** + * Returns a `tls.Server` instance that creates and manages `Http2Session`instances. + * + * ```js + * const http2 = require('http2'); + * const fs = require('fs'); + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem') + * }; + * + * // Create a secure HTTP/2 server + * const server = http2.createSecureServer(options); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200 + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(80); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; + export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; + /** + * Returns a `ClientHttp2Session` instance. + * + * ```js + * const http2 = require('http2'); + * const client = http2.connect('https://localhost:1234'); + * + * // Use the client + * + * client.close(); + * ``` + * @since v8.4.0 + * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port + * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. + * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. + */ + export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session; + export function connect( + authority: string | url.URL, + options?: ClientSessionOptions | SecureClientSessionOptions, + listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void + ): ClientHttp2Session; +} +declare module 'node:http2' { + export * from 'http2'; +} diff --git a/node_modules/@types/node/https.d.ts b/node_modules/@types/node/https.d.ts new file mode 100644 index 000000000..bda367d74 --- /dev/null +++ b/node_modules/@types/node/https.d.ts @@ -0,0 +1,542 @@ +/** + * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a + * separate module. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/https.js) + */ +declare module 'https' { + import { Duplex } from 'node:stream'; + import * as tls from 'node:tls'; + import * as http from 'node:http'; + import { URL } from 'node:url'; + type ServerOptions< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions; + type RequestOptions = http.RequestOptions & + tls.SecureContextOptions & { + checkServerIdentity?: typeof tls.checkServerIdentity | undefined; + rejectUnauthorized?: boolean | undefined; // Defaults to true + servername?: string | undefined; // SNI TLS Extension + }; + interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { + rejectUnauthorized?: boolean | undefined; + maxCachedSessions?: number | undefined; + } + /** + * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. + * @since v0.4.5 + */ + class Agent extends http.Agent { + constructor(options?: AgentOptions); + options: AgentOptions; + } + interface Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + > extends http.Server {} + /** + * See `http.Server` for more information. + * @since v0.3.4 + */ + class Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + > extends tls.Server { + constructor(requestListener?: http.RequestListener); + constructor( + options: ServerOptions, + requestListener?: http.RequestListener, + ); + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + addListener( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + addListener( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + addListener( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connection', listener: (socket: Duplex) => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'checkContinue', listener: http.RequestListener): this; + addListener(event: 'checkExpectation', listener: http.RequestListener): this; + addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + addListener( + event: 'connect', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + addListener(event: 'request', listener: http.RequestListener): this; + addListener( + event: 'upgrade', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean; + emit( + event: 'newSession', + sessionId: Buffer, + sessionData: Buffer, + callback: (err: Error, resp: Buffer) => void, + ): boolean; + emit( + event: 'OCSPRequest', + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ): boolean; + emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; + emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean; + emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean; + emit(event: 'close'): boolean; + emit(event: 'connection', socket: Duplex): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit( + event: 'checkContinue', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: 'checkExpectation', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'clientError', err: Error, socket: Duplex): boolean; + emit(event: 'connect', req: InstanceType, socket: Duplex, head: Buffer): boolean; + emit( + event: 'request', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'upgrade', req: InstanceType, socket: Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + on( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + on( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + on( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connection', listener: (socket: Duplex) => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'checkContinue', listener: http.RequestListener): this; + on(event: 'checkExpectation', listener: http.RequestListener): this; + on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + on(event: 'connect', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + on(event: 'request', listener: http.RequestListener): this; + on(event: 'upgrade', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + once( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + once( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + once( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connection', listener: (socket: Duplex) => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'checkContinue', listener: http.RequestListener): this; + once(event: 'checkExpectation', listener: http.RequestListener): this; + once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + once(event: 'connect', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: 'request', listener: http.RequestListener): this; + once(event: 'upgrade', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependListener( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependListener( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependListener( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connection', listener: (socket: Duplex) => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'checkContinue', listener: http.RequestListener): this; + prependListener(event: 'checkExpectation', listener: http.RequestListener): this; + prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + prependListener( + event: 'connect', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependListener(event: 'request', listener: http.RequestListener): this; + prependListener( + event: 'upgrade', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependOnceListener( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependOnceListener( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'checkContinue', listener: http.RequestListener): this; + prependOnceListener(event: 'checkExpectation', listener: http.RequestListener): this; + prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + prependOnceListener( + event: 'connect', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: 'request', listener: http.RequestListener): this; + prependOnceListener( + event: 'upgrade', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + } + /** + * ```js + * // curl -k https://localhost:8000/ + * const https = require('https'); + * const fs = require('fs'); + * + * const options = { + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * + * Or + * + * ```js + * const https = require('https'); + * const fs = require('fs'); + * + * const options = { + * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), + * passphrase: 'sample' + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * @since v0.3.4 + * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. + * @param requestListener A listener to be added to the `'request'` event. + */ + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + >(requestListener?: http.RequestListener): Server; + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + >( + options: ServerOptions, + requestListener?: http.RequestListener, + ): Server; + /** + * Makes a request to a secure web server. + * + * The following additional `options` from `tls.connect()` are also accepted:`ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`,`honorCipherOrder`, `key`, `passphrase`, + * `pfx`, `rejectUnauthorized`,`secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`,`highWaterMark`. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * const https = require('https'); + * + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET' + * }; + * + * const req = https.request(options, (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(e); + * }); + * req.end(); + * ``` + * + * Example using options from `tls.connect()`: + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') + * }; + * options.agent = new https.Agent(options); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Alternatively, opt out of connection pooling by not using an `Agent`. + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * agent: false + * }; + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('https://abc:xyz@example.com'); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): + * + * ```js + * const tls = require('tls'); + * const https = require('https'); + * const crypto = require('crypto'); + * + * function sha256(s) { + * return crypto.createHash('sha256').update(s).digest('base64'); + * } + * const options = { + * hostname: 'github.com', + * port: 443, + * path: '/', + * method: 'GET', + * checkServerIdentity: function(host, cert) { + * // Make sure the certificate is issued to the host we are connected to + * const err = tls.checkServerIdentity(host, cert); + * if (err) { + * return err; + * } + * + * // Pin the public key, similar to HPKP pin-sha25 pinning + * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; + * if (sha256(cert.pubkey) !== pubkey256) { + * const msg = 'Certificate verification error: ' + + * `The public key of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // Pin the exact certificate, rather than the pub key + * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + + * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; + * if (cert.fingerprint256 !== cert256) { + * const msg = 'Certificate verification error: ' + + * `The certificate of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // This loop is informational only. + * // Print the certificate and public key fingerprints of all certs in the + * // chain. Its common to pin the public key of the issuer on the public + * // internet, while pinning the public key of the service in sensitive + * // environments. + * do { + * console.log('Subject Common Name:', cert.subject.CN); + * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); + * + * hash = crypto.createHash('sha256'); + * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); + * + * lastprint256 = cert.fingerprint256; + * cert = cert.issuerCertificate; + * } while (cert.fingerprint256 !== lastprint256); + * + * }, + * }; + * + * options.agent = new https.Agent(options); + * const req = https.request(options, (res) => { + * console.log('All OK. Server matched our pinned cert or public key'); + * console.log('statusCode:', res.statusCode); + * // Print the HPKP values + * console.log('headers:', res.headers['public-key-pins']); + * + * res.on('data', (d) => {}); + * }); + * + * req.on('error', (e) => { + * console.error(e.message); + * }); + * req.end(); + * ``` + * + * Outputs for example: + * + * ```text + * Subject Common Name: github.com + * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 + * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= + * Subject Common Name: DigiCert SHA2 Extended Validation Server CA + * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A + * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= + * Subject Common Name: DigiCert High Assurance EV Root CA + * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF + * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= + * All OK. Server matched our pinned cert or public key + * statusCode: 200 + * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; + * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; + * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains + * ``` + * @since v0.3.6 + * @param options Accepts all `options` from `request`, with some differences in default values: + */ + function request( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + /** + * Like `http.get()` but for HTTPS. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * ```js + * const https = require('https'); + * + * https.get('https://encrypted.google.com/', (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * + * }).on('error', (e) => { + * console.error(e); + * }); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. + */ + function get( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function get( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + let globalAgent: Agent; +} +declare module 'node:https' { + export * from 'https'; +} diff --git a/node_modules/@types/node/index.d.ts b/node_modules/@types/node/index.d.ts new file mode 100644 index 000000000..9db5f4743 --- /dev/null +++ b/node_modules/@types/node/index.d.ts @@ -0,0 +1,134 @@ +// Type definitions for non-npm package Node.js 18.11 +// Project: https://nodejs.org/ +// Definitions by: Microsoft TypeScript +// DefinitelyTyped +// Alberto Schiabel +// Alvis HT Tang +// Andrew Makarov +// Benjamin Toueg +// Chigozirim C. +// David Junger +// Deividas Bakanas +// Eugene Y. Q. Shen +// Hannes Magnusson +// Huw +// Kelvin Jin +// Klaus Meinhardt +// Lishude +// Mariusz Wiktorczyk +// Mohsen Azimi +// Nicolas Even +// Nikita Galkin +// Parambir Singh +// Sebastian Silbermann +// Simon Schick +// Thomas den Hollander +// Wilco Bakker +// wwwy3y3 +// Samuel Ainsworth +// Kyle Uehlein +// Thanik Bhongbhibhat +// Marcin Kopacz +// Trivikram Kamat +// Junxiao Shi +// Ilia Baryshnikov +// ExE Boss +// Piotr Błażejewicz +// Anna Henningsen +// Victor Perin +// Yongsheng Zhang +// NodeJS Contributors +// Linus Unnebäck +// wafuwafu13 +// Matteo Collina +// Dmitry Semigradsky +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * 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. + */ + +// NOTE: These definitions support NodeJS and TypeScript 4.9+. + +// Reference required types from the default lib: +/// +/// +/// +/// + +// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// + +/// diff --git a/node_modules/@types/node/inspector.d.ts b/node_modules/@types/node/inspector.d.ts new file mode 100644 index 000000000..eba0b55d8 --- /dev/null +++ b/node_modules/@types/node/inspector.d.ts @@ -0,0 +1,2741 @@ +// eslint-disable-next-line dt-header +// Type definitions for inspector + +// These definitions are auto-generated. +// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330 +// for more information. + +// tslint:disable:max-line-length + +/** + * The `inspector` module provides an API for interacting with the V8 inspector. + * + * It can be accessed using: + * + * ```js + * const inspector = require('inspector'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/inspector.js) + */ +declare module 'inspector' { + import EventEmitter = require('node:events'); + interface InspectorNotification { + method: string; + params: T; + } + namespace Schema { + /** + * Description of the protocol domain. + */ + interface Domain { + /** + * Domain name. + */ + name: string; + /** + * Domain version. + */ + version: string; + } + interface GetDomainsReturnType { + /** + * List of supported domains. + */ + domains: Domain[]; + } + } + namespace Runtime { + /** + * Unique script identifier. + */ + type ScriptId = string; + /** + * Unique object identifier. + */ + type RemoteObjectId = string; + /** + * Primitive value which cannot be JSON-stringified. + */ + type UnserializableValue = string; + /** + * Mirror object referencing original JavaScript object. + */ + interface RemoteObject { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * Object class (constructor) name. Specified for object type values only. + */ + className?: string | undefined; + /** + * Remote object value in case of primitive values or JSON values (if it was requested). + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified does not have value, but gets this property. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * Unique object identifier (for non-primitive values). + */ + objectId?: RemoteObjectId | undefined; + /** + * Preview containing abbreviated property values. Specified for object type values only. + * @experimental + */ + preview?: ObjectPreview | undefined; + /** + * @experimental + */ + customPreview?: CustomPreview | undefined; + } + /** + * @experimental + */ + interface CustomPreview { + header: string; + hasBody: boolean; + formatterObjectId: RemoteObjectId; + bindRemoteObjectFunctionId: RemoteObjectId; + configObjectId?: RemoteObjectId | undefined; + } + /** + * Object containing abbreviated remote object value. + * @experimental + */ + interface ObjectPreview { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * True iff some of the properties or entries of the original object did not fit. + */ + overflow: boolean; + /** + * List of the properties. + */ + properties: PropertyPreview[]; + /** + * List of the entries. Specified for map and set subtype values only. + */ + entries?: EntryPreview[] | undefined; + } + /** + * @experimental + */ + interface PropertyPreview { + /** + * Property name. + */ + name: string; + /** + * Object type. Accessor means that the property itself is an accessor property. + */ + type: string; + /** + * User-friendly property value string. + */ + value?: string | undefined; + /** + * Nested value preview. + */ + valuePreview?: ObjectPreview | undefined; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + } + /** + * @experimental + */ + interface EntryPreview { + /** + * Preview of the key. Specified for map-like collection entries. + */ + key?: ObjectPreview | undefined; + /** + * Preview of the value. + */ + value: ObjectPreview; + } + /** + * Object property descriptor. + */ + interface PropertyDescriptor { + /** + * Property name or symbol description. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + /** + * True if the value associated with the property may be changed (data descriptors only). + */ + writable?: boolean | undefined; + /** + * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). + */ + get?: RemoteObject | undefined; + /** + * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). + */ + set?: RemoteObject | undefined; + /** + * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. + */ + configurable: boolean; + /** + * True if this property shows up during enumeration of the properties on the corresponding object. + */ + enumerable: boolean; + /** + * True if the result was thrown during the evaluation. + */ + wasThrown?: boolean | undefined; + /** + * True if the property is owned for the object. + */ + isOwn?: boolean | undefined; + /** + * Property symbol object, if the property is of the symbol type. + */ + symbol?: RemoteObject | undefined; + } + /** + * Object internal property descriptor. This property isn't normally visible in JavaScript code. + */ + interface InternalPropertyDescriptor { + /** + * Conventional property name. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + } + /** + * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. + */ + interface CallArgument { + /** + * Primitive value or serializable javascript object. + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * Remote object handle. + */ + objectId?: RemoteObjectId | undefined; + } + /** + * Id of an execution context. + */ + type ExecutionContextId = number; + /** + * Description of an isolated world. + */ + interface ExecutionContextDescription { + /** + * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. + */ + id: ExecutionContextId; + /** + * Execution context origin. + */ + origin: string; + /** + * Human readable name describing given context. + */ + name: string; + /** + * Embedder-specific auxiliary data. + */ + auxData?: {} | undefined; + } + /** + * Detailed information about exception (or error) that was thrown during script compilation or execution. + */ + interface ExceptionDetails { + /** + * Exception id. + */ + exceptionId: number; + /** + * Exception text, which should be used together with exception object when available. + */ + text: string; + /** + * Line number of the exception location (0-based). + */ + lineNumber: number; + /** + * Column number of the exception location (0-based). + */ + columnNumber: number; + /** + * Script ID of the exception location. + */ + scriptId?: ScriptId | undefined; + /** + * URL of the exception location, to be used when the script was not reported. + */ + url?: string | undefined; + /** + * JavaScript stack trace if available. + */ + stackTrace?: StackTrace | undefined; + /** + * Exception object if available. + */ + exception?: RemoteObject | undefined; + /** + * Identifier of the context where exception happened. + */ + executionContextId?: ExecutionContextId | undefined; + } + /** + * Number of milliseconds since epoch. + */ + type Timestamp = number; + /** + * Stack entry for runtime errors and assertions. + */ + interface CallFrame { + /** + * JavaScript function name. + */ + functionName: string; + /** + * JavaScript script id. + */ + scriptId: ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * JavaScript script line number (0-based). + */ + lineNumber: number; + /** + * JavaScript script column number (0-based). + */ + columnNumber: number; + } + /** + * Call frames for assertions or error messages. + */ + interface StackTrace { + /** + * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. + */ + description?: string | undefined; + /** + * JavaScript function name. + */ + callFrames: CallFrame[]; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + */ + parent?: StackTrace | undefined; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + * @experimental + */ + parentId?: StackTraceId | undefined; + } + /** + * Unique identifier of current debugger. + * @experimental + */ + type UniqueDebuggerId = string; + /** + * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. + * @experimental + */ + interface StackTraceId { + id: string; + debuggerId?: UniqueDebuggerId | undefined; + } + interface EvaluateParameterType { + /** + * Expression to evaluate. + */ + expression: string; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + contextId?: ExecutionContextId | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface AwaitPromiseParameterType { + /** + * Identifier of the promise. + */ + promiseObjectId: RemoteObjectId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + } + interface CallFunctionOnParameterType { + /** + * Declaration of the function to call. + */ + functionDeclaration: string; + /** + * Identifier of the object to call function on. Either objectId or executionContextId should be specified. + */ + objectId?: RemoteObjectId | undefined; + /** + * Call arguments. All call arguments must belong to the same JavaScript world as the target object. + */ + arguments?: CallArgument[] | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + /** + * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. + */ + objectGroup?: string | undefined; + } + interface GetPropertiesParameterType { + /** + * Identifier of the object to return properties for. + */ + objectId: RemoteObjectId; + /** + * If true, returns properties belonging only to the element itself, not to its prototype chain. + */ + ownProperties?: boolean | undefined; + /** + * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. + * @experimental + */ + accessorPropertiesOnly?: boolean | undefined; + /** + * Whether preview should be generated for the results. + * @experimental + */ + generatePreview?: boolean | undefined; + } + interface ReleaseObjectParameterType { + /** + * Identifier of the object to release. + */ + objectId: RemoteObjectId; + } + interface ReleaseObjectGroupParameterType { + /** + * Symbolic object group name. + */ + objectGroup: string; + } + interface SetCustomObjectFormatterEnabledParameterType { + enabled: boolean; + } + interface CompileScriptParameterType { + /** + * Expression to compile. + */ + expression: string; + /** + * Source url to be set for the script. + */ + sourceURL: string; + /** + * Specifies whether the compiled script should be persisted. + */ + persistScript: boolean; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface RunScriptParameterType { + /** + * Id of the script to run. + */ + scriptId: ScriptId; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface QueryObjectsParameterType { + /** + * Identifier of the prototype to return objects for. + */ + prototypeObjectId: RemoteObjectId; + } + interface GlobalLexicalScopeNamesParameterType { + /** + * Specifies in which execution context to lookup global scope variables. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface EvaluateReturnType { + /** + * Evaluation result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface AwaitPromiseReturnType { + /** + * Promise result. Will contain rejected value if promise was rejected. + */ + result: RemoteObject; + /** + * Exception details if stack strace is available. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CallFunctionOnReturnType { + /** + * Call result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface GetPropertiesReturnType { + /** + * Object properties. + */ + result: PropertyDescriptor[]; + /** + * Internal object properties (only of the element itself). + */ + internalProperties?: InternalPropertyDescriptor[] | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CompileScriptReturnType { + /** + * Id of the script. + */ + scriptId?: ScriptId | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface RunScriptReturnType { + /** + * Run result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface QueryObjectsReturnType { + /** + * Array with objects. + */ + objects: RemoteObject; + } + interface GlobalLexicalScopeNamesReturnType { + names: string[]; + } + interface ExecutionContextCreatedEventDataType { + /** + * A newly created execution context. + */ + context: ExecutionContextDescription; + } + interface ExecutionContextDestroyedEventDataType { + /** + * Id of the destroyed context + */ + executionContextId: ExecutionContextId; + } + interface ExceptionThrownEventDataType { + /** + * Timestamp of the exception. + */ + timestamp: Timestamp; + exceptionDetails: ExceptionDetails; + } + interface ExceptionRevokedEventDataType { + /** + * Reason describing why exception was revoked. + */ + reason: string; + /** + * The id of revoked exception, as reported in exceptionThrown. + */ + exceptionId: number; + } + interface ConsoleAPICalledEventDataType { + /** + * Type of the call. + */ + type: string; + /** + * Call arguments. + */ + args: RemoteObject[]; + /** + * Identifier of the context where the call was made. + */ + executionContextId: ExecutionContextId; + /** + * Call timestamp. + */ + timestamp: Timestamp; + /** + * Stack trace captured when the call was made. + */ + stackTrace?: StackTrace | undefined; + /** + * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. + * @experimental + */ + context?: string | undefined; + } + interface InspectRequestedEventDataType { + object: RemoteObject; + hints: {}; + } + } + namespace Debugger { + /** + * Breakpoint identifier. + */ + type BreakpointId = string; + /** + * Call frame identifier. + */ + type CallFrameId = string; + /** + * Location in the source code. + */ + interface Location { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + } + /** + * Location in the source code. + * @experimental + */ + interface ScriptPosition { + lineNumber: number; + columnNumber: number; + } + /** + * JavaScript call frame. Array of call frames form the call stack. + */ + interface CallFrame { + /** + * Call frame identifier. This identifier is only valid while the virtual machine is paused. + */ + callFrameId: CallFrameId; + /** + * Name of the JavaScript function called on this call frame. + */ + functionName: string; + /** + * Location in the source code. + */ + functionLocation?: Location | undefined; + /** + * Location in the source code. + */ + location: Location; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Scope chain for this call frame. + */ + scopeChain: Scope[]; + /** + * this object for this call frame. + */ + this: Runtime.RemoteObject; + /** + * The value being returned, if the function is at return point. + */ + returnValue?: Runtime.RemoteObject | undefined; + } + /** + * Scope description. + */ + interface Scope { + /** + * Scope type. + */ + type: string; + /** + * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. + */ + object: Runtime.RemoteObject; + name?: string | undefined; + /** + * Location in the source code where scope starts + */ + startLocation?: Location | undefined; + /** + * Location in the source code where scope ends + */ + endLocation?: Location | undefined; + } + /** + * Search match for resource. + */ + interface SearchMatch { + /** + * Line number in resource content. + */ + lineNumber: number; + /** + * Line with match content. + */ + lineContent: string; + } + interface BreakLocation { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + type?: string | undefined; + } + interface SetBreakpointsActiveParameterType { + /** + * New value for breakpoints active state. + */ + active: boolean; + } + interface SetSkipAllPausesParameterType { + /** + * New value for skip pauses state. + */ + skip: boolean; + } + interface SetBreakpointByUrlParameterType { + /** + * Line number to set breakpoint at. + */ + lineNumber: number; + /** + * URL of the resources to set breakpoint on. + */ + url?: string | undefined; + /** + * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. + */ + urlRegex?: string | undefined; + /** + * Script hash of the resources to set breakpoint on. + */ + scriptHash?: string | undefined; + /** + * Offset in the line to set breakpoint at. + */ + columnNumber?: number | undefined; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface SetBreakpointParameterType { + /** + * Location to set breakpoint in. + */ + location: Location; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface RemoveBreakpointParameterType { + breakpointId: BreakpointId; + } + interface GetPossibleBreakpointsParameterType { + /** + * Start of range to search possible breakpoint locations in. + */ + start: Location; + /** + * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. + */ + end?: Location | undefined; + /** + * Only consider locations which are in the same (non-nested) function as start. + */ + restrictToFunction?: boolean | undefined; + } + interface ContinueToLocationParameterType { + /** + * Location to continue to. + */ + location: Location; + targetCallFrames?: string | undefined; + } + interface PauseOnAsyncCallParameterType { + /** + * Debugger will pause when async call with given stack trace is started. + */ + parentStackTraceId: Runtime.StackTraceId; + } + interface StepIntoParameterType { + /** + * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. + * @experimental + */ + breakOnAsyncCall?: boolean | undefined; + } + interface GetStackTraceParameterType { + stackTraceId: Runtime.StackTraceId; + } + interface SearchInContentParameterType { + /** + * Id of the script to search in. + */ + scriptId: Runtime.ScriptId; + /** + * String to search for. + */ + query: string; + /** + * If true, search is case sensitive. + */ + caseSensitive?: boolean | undefined; + /** + * If true, treats string parameter as regex. + */ + isRegex?: boolean | undefined; + } + interface SetScriptSourceParameterType { + /** + * Id of the script to edit. + */ + scriptId: Runtime.ScriptId; + /** + * New content of the script. + */ + scriptSource: string; + /** + * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. + */ + dryRun?: boolean | undefined; + } + interface RestartFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + } + interface GetScriptSourceParameterType { + /** + * Id of the script to get source for. + */ + scriptId: Runtime.ScriptId; + } + interface SetPauseOnExceptionsParameterType { + /** + * Pause on exceptions mode. + */ + state: string; + } + interface EvaluateOnCallFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + /** + * Expression to evaluate. + */ + expression: string; + /** + * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). + */ + objectGroup?: string | undefined; + /** + * Specifies whether command line API should be available to the evaluated expression, defaults to false. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether to throw an exception if side effect cannot be ruled out during evaluation. + */ + throwOnSideEffect?: boolean | undefined; + } + interface SetVariableValueParameterType { + /** + * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. + */ + scopeNumber: number; + /** + * Variable name. + */ + variableName: string; + /** + * New variable value. + */ + newValue: Runtime.CallArgument; + /** + * Id of callframe that holds variable. + */ + callFrameId: CallFrameId; + } + interface SetReturnValueParameterType { + /** + * New return value. + */ + newValue: Runtime.CallArgument; + } + interface SetAsyncCallStackDepthParameterType { + /** + * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). + */ + maxDepth: number; + } + interface SetBlackboxPatternsParameterType { + /** + * Array of regexps that will be used to check script url for blackbox state. + */ + patterns: string[]; + } + interface SetBlackboxedRangesParameterType { + /** + * Id of the script. + */ + scriptId: Runtime.ScriptId; + positions: ScriptPosition[]; + } + interface EnableReturnType { + /** + * Unique identifier of the debugger. + * @experimental + */ + debuggerId: Runtime.UniqueDebuggerId; + } + interface SetBreakpointByUrlReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * List of the locations this breakpoint resolved into upon addition. + */ + locations: Location[]; + } + interface SetBreakpointReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * Location this breakpoint resolved into. + */ + actualLocation: Location; + } + interface GetPossibleBreakpointsReturnType { + /** + * List of the possible breakpoint locations. + */ + locations: BreakLocation[]; + } + interface GetStackTraceReturnType { + stackTrace: Runtime.StackTrace; + } + interface SearchInContentReturnType { + /** + * List of search matches. + */ + result: SearchMatch[]; + } + interface SetScriptSourceReturnType { + /** + * New stack trace in case editing has happened while VM was stopped. + */ + callFrames?: CallFrame[] | undefined; + /** + * Whether current call stack was modified after applying the changes. + */ + stackChanged?: boolean | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Exception details if any. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface RestartFrameReturnType { + /** + * New stack trace. + */ + callFrames: CallFrame[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + } + interface GetScriptSourceReturnType { + /** + * Script source. + */ + scriptSource: string; + } + interface EvaluateOnCallFrameReturnType { + /** + * Object wrapper for the evaluation result. + */ + result: Runtime.RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface ScriptParsedEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * True, if this script is generated as a result of the live edit operation. + * @experimental + */ + isLiveEdit?: boolean | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface ScriptFailedToParseEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface BreakpointResolvedEventDataType { + /** + * Breakpoint unique identifier. + */ + breakpointId: BreakpointId; + /** + * Actual breakpoint location. + */ + location: Location; + } + interface PausedEventDataType { + /** + * Call stack the virtual machine stopped on. + */ + callFrames: CallFrame[]; + /** + * Pause reason. + */ + reason: string; + /** + * Object containing break-specific auxiliary properties. + */ + data?: {} | undefined; + /** + * Hit breakpoints IDs + */ + hitBreakpoints?: string[] | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. + * @experimental + */ + asyncCallStackTraceId?: Runtime.StackTraceId | undefined; + } + } + namespace Console { + /** + * Console message. + */ + interface ConsoleMessage { + /** + * Message source. + */ + source: string; + /** + * Message severity. + */ + level: string; + /** + * Message text. + */ + text: string; + /** + * URL of the message origin. + */ + url?: string | undefined; + /** + * Line number in the resource that generated this message (1-based). + */ + line?: number | undefined; + /** + * Column number in the resource that generated this message (1-based). + */ + column?: number | undefined; + } + interface MessageAddedEventDataType { + /** + * Console message that has been added. + */ + message: ConsoleMessage; + } + } + namespace Profiler { + /** + * Profile node. Holds callsite information, execution statistics and child nodes. + */ + interface ProfileNode { + /** + * Unique id of the node. + */ + id: number; + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Number of samples where this node was on top of the call stack. + */ + hitCount?: number | undefined; + /** + * Child node ids. + */ + children?: number[] | undefined; + /** + * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. + */ + deoptReason?: string | undefined; + /** + * An array of source position ticks. + */ + positionTicks?: PositionTickInfo[] | undefined; + } + /** + * Profile. + */ + interface Profile { + /** + * The list of profile nodes. First item is the root node. + */ + nodes: ProfileNode[]; + /** + * Profiling start timestamp in microseconds. + */ + startTime: number; + /** + * Profiling end timestamp in microseconds. + */ + endTime: number; + /** + * Ids of samples top nodes. + */ + samples?: number[] | undefined; + /** + * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. + */ + timeDeltas?: number[] | undefined; + } + /** + * Specifies a number of samples attributed to a certain source position. + */ + interface PositionTickInfo { + /** + * Source line number (1-based). + */ + line: number; + /** + * Number of samples attributed to the source line. + */ + ticks: number; + } + /** + * Coverage data for a source range. + */ + interface CoverageRange { + /** + * JavaScript script source offset for the range start. + */ + startOffset: number; + /** + * JavaScript script source offset for the range end. + */ + endOffset: number; + /** + * Collected execution count of the source range. + */ + count: number; + } + /** + * Coverage data for a JavaScript function. + */ + interface FunctionCoverage { + /** + * JavaScript function name. + */ + functionName: string; + /** + * Source ranges inside the function with coverage data. + */ + ranges: CoverageRange[]; + /** + * Whether coverage data for this function has block granularity. + */ + isBlockCoverage: boolean; + } + /** + * Coverage data for a JavaScript script. + */ + interface ScriptCoverage { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Functions contained in the script that has coverage data. + */ + functions: FunctionCoverage[]; + } + /** + * Describes a type collected during runtime. + * @experimental + */ + interface TypeObject { + /** + * Name of a type collected with type profiling. + */ + name: string; + } + /** + * Source offset and types for a parameter or return value. + * @experimental + */ + interface TypeProfileEntry { + /** + * Source offset of the parameter or end of function for return values. + */ + offset: number; + /** + * The types for this parameter or return value. + */ + types: TypeObject[]; + } + /** + * Type profile data collected during runtime for a JavaScript script. + * @experimental + */ + interface ScriptTypeProfile { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Type profile entries for parameters and return values of the functions in the script. + */ + entries: TypeProfileEntry[]; + } + interface SetSamplingIntervalParameterType { + /** + * New sampling interval in microseconds. + */ + interval: number; + } + interface StartPreciseCoverageParameterType { + /** + * Collect accurate call counts beyond simple 'covered' or 'not covered'. + */ + callCount?: boolean | undefined; + /** + * Collect block-based coverage. + */ + detailed?: boolean | undefined; + } + interface StopReturnType { + /** + * Recorded profile. + */ + profile: Profile; + } + interface TakePreciseCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface GetBestEffortCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface TakeTypeProfileReturnType { + /** + * Type profile for all scripts since startTypeProfile() was turned on. + */ + result: ScriptTypeProfile[]; + } + interface ConsoleProfileStartedEventDataType { + id: string; + /** + * Location of console.profile(). + */ + location: Debugger.Location; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + interface ConsoleProfileFinishedEventDataType { + id: string; + /** + * Location of console.profileEnd(). + */ + location: Debugger.Location; + profile: Profile; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + } + namespace HeapProfiler { + /** + * Heap snapshot object id. + */ + type HeapSnapshotObjectId = string; + /** + * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. + */ + interface SamplingHeapProfileNode { + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Allocations size in bytes for the node excluding children. + */ + selfSize: number; + /** + * Child nodes. + */ + children: SamplingHeapProfileNode[]; + } + /** + * Profile. + */ + interface SamplingHeapProfile { + head: SamplingHeapProfileNode; + } + interface StartTrackingHeapObjectsParameterType { + trackAllocations?: boolean | undefined; + } + interface StopTrackingHeapObjectsParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. + */ + reportProgress?: boolean | undefined; + } + interface TakeHeapSnapshotParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. + */ + reportProgress?: boolean | undefined; + } + interface GetObjectByHeapObjectIdParameterType { + objectId: HeapSnapshotObjectId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + } + interface AddInspectedHeapObjectParameterType { + /** + * Heap snapshot object id to be accessible by means of $x command line API. + */ + heapObjectId: HeapSnapshotObjectId; + } + interface GetHeapObjectIdParameterType { + /** + * Identifier of the object to get heap object id for. + */ + objectId: Runtime.RemoteObjectId; + } + interface StartSamplingParameterType { + /** + * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. + */ + samplingInterval?: number | undefined; + } + interface GetObjectByHeapObjectIdReturnType { + /** + * Evaluation result. + */ + result: Runtime.RemoteObject; + } + interface GetHeapObjectIdReturnType { + /** + * Id of the heap snapshot object corresponding to the passed remote object id. + */ + heapSnapshotObjectId: HeapSnapshotObjectId; + } + interface StopSamplingReturnType { + /** + * Recorded sampling heap profile. + */ + profile: SamplingHeapProfile; + } + interface GetSamplingProfileReturnType { + /** + * Return the sampling profile being collected. + */ + profile: SamplingHeapProfile; + } + interface AddHeapSnapshotChunkEventDataType { + chunk: string; + } + interface ReportHeapSnapshotProgressEventDataType { + done: number; + total: number; + finished?: boolean | undefined; + } + interface LastSeenObjectIdEventDataType { + lastSeenObjectId: number; + timestamp: number; + } + interface HeapStatsUpdateEventDataType { + /** + * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. + */ + statsUpdate: number[]; + } + } + namespace NodeTracing { + interface TraceConfig { + /** + * Controls how the trace buffer stores data. + */ + recordMode?: string | undefined; + /** + * Included category filters. + */ + includedCategories: string[]; + } + interface StartParameterType { + traceConfig: TraceConfig; + } + interface GetCategoriesReturnType { + /** + * A list of supported tracing categories. + */ + categories: string[]; + } + interface DataCollectedEventDataType { + value: Array<{}>; + } + } + namespace NodeWorker { + type WorkerID = string; + /** + * Unique identifier of attached debugging session. + */ + type SessionID = string; + interface WorkerInfo { + workerId: WorkerID; + type: string; + title: string; + url: string; + } + interface SendMessageToWorkerParameterType { + message: string; + /** + * Identifier of the session. + */ + sessionId: SessionID; + } + interface EnableParameterType { + /** + * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` + * message to run them. + */ + waitForDebuggerOnStart: boolean; + } + interface DetachParameterType { + sessionId: SessionID; + } + interface AttachedToWorkerEventDataType { + /** + * Identifier assigned to the session used to send/receive messages. + */ + sessionId: SessionID; + workerInfo: WorkerInfo; + waitingForDebugger: boolean; + } + interface DetachedFromWorkerEventDataType { + /** + * Detached session identifier. + */ + sessionId: SessionID; + } + interface ReceivedMessageFromWorkerEventDataType { + /** + * Identifier of a session which sends a message. + */ + sessionId: SessionID; + message: string; + } + } + namespace NodeRuntime { + interface NotifyWhenWaitingForDisconnectParameterType { + enabled: boolean; + } + } + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + */ + class Session extends EventEmitter { + /** + * Create a new instance of the inspector.Session class. + * The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend. + */ + constructor(); + /** + * Connects a session to the inspector back-end. + * @since v8.0.0 + */ + connect(): void; + /** + * Immediately close the session. All pending message callbacks will be called + * with an error. `session.connect()` will need to be called to be able to send + * messages again. Reconnected session will lose all inspector state, such as + * enabled agents or configured breakpoints. + * @since v8.0.0 + */ + disconnect(): void; + /** + * Posts a message to the inspector back-end. `callback` will be notified when + * a response is received. `callback` is a function that accepts two optional + * arguments: error and message-specific result. + * + * ```js + * session.post('Runtime.evaluate', { expression: '2 + 2' }, + * (error, { result }) => console.log(result)); + * // Output: { type: 'number', value: 4, description: '4' } + * ``` + * + * The latest version of the V8 inspector protocol is published on the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8\. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + * + * ## Example usage + * + * Apart from the debugger, various V8 Profilers are available through the DevTools + * protocol. + * @since v8.0.0 + */ + post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void; + post(method: string, callback?: (err: Error | null, params?: {}) => void): void; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + /** + * Returns all let, const and class variables from global scope. + */ + post( + method: 'Runtime.globalLexicalScopeNames', + params?: Runtime.GlobalLexicalScopeNamesParameterType, + callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void + ): void; + post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post( + method: 'Debugger.getPossibleBreakpoints', + params?: Debugger.GetPossibleBreakpointsParameterType, + callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void + ): void; + post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable', callback?: (err: Error | null) => void): void; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable', callback?: (err: Error | null) => void): void; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; + /** + * Enable type profile. + * @experimental + */ + post(method: 'Profiler.startTypeProfile', callback?: (err: Error | null) => void): void; + /** + * Disable type profile. Disabling releases type profile data collected so far. + * @experimental + */ + post(method: 'Profiler.stopTypeProfile', callback?: (err: Error | null) => void): void; + /** + * Collect type profile. + * @experimental + */ + post(method: 'Profiler.takeTypeProfile', callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void; + post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; + post( + method: 'HeapProfiler.getObjectByHeapObjectId', + params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, + callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void + ): void; + post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; + post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; + // Events + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification<{}>): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + } + /** + * Activate inspector on host and port. Equivalent to`node --inspect=[[host:]port]`, but can be done programmatically after node has + * started. + * + * If wait is `true`, will block until a client has connected to the inspect port + * and flow control has been passed to the debugger client. + * + * See the `security warning` regarding the `host`parameter usage. + * @param [port='what was specified on the CLI'] Port to listen on for inspector connections. Optional. + * @param [host='what was specified on the CLI'] Host to listen on for inspector connections. Optional. + * @param [wait=false] Block until a client has connected. Optional. + */ + function open(port?: number, host?: string, wait?: boolean): void; + /** + * Deactivate the inspector. Blocks until there are no active connections. + */ + function close(): void; + /** + * Return the URL of the active inspector, or `undefined` if there is none. + * + * ```console + * $ node --inspect -p 'inspector.url()' + * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * For help, see: https://nodejs.org/en/docs/inspector + * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * + * $ node --inspect=localhost:3000 -p 'inspector.url()' + * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * For help, see: https://nodejs.org/en/docs/inspector + * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * + * $ node -p 'inspector.url()' + * undefined + * ``` + */ + function url(): string | undefined; + /** + * Blocks until a client (existing or connected later) has sent`Runtime.runIfWaitingForDebugger` command. + * + * An exception will be thrown if there is no active inspector. + * @since v12.7.0 + */ + function waitForDebugger(): void; +} +/** + * The inspector module provides an API for interacting with the V8 inspector. + */ +declare module 'node:inspector' { + import inspector = require('inspector'); + export = inspector; +} diff --git a/node_modules/@types/node/module.d.ts b/node_modules/@types/node/module.d.ts new file mode 100644 index 000000000..d83aec94a --- /dev/null +++ b/node_modules/@types/node/module.d.ts @@ -0,0 +1,114 @@ +/** + * @since v0.3.7 + */ +declare module 'module' { + import { URL } from 'node:url'; + namespace Module { + /** + * The `module.syncBuiltinESMExports()` method updates all the live bindings for + * builtin `ES Modules` to match the properties of the `CommonJS` exports. It + * does not add or remove exported names from the `ES Modules`. + * + * ```js + * const fs = require('fs'); + * const assert = require('assert'); + * const { syncBuiltinESMExports } = require('module'); + * + * fs.readFile = newAPI; + * + * delete fs.readFileSync; + * + * function newAPI() { + * // ... + * } + * + * fs.newAPI = newAPI; + * + * syncBuiltinESMExports(); + * + * import('fs').then((esmFS) => { + * // It syncs the existing readFile property with the new value + * assert.strictEqual(esmFS.readFile, newAPI); + * // readFileSync has been deleted from the required fs + * assert.strictEqual('readFileSync' in fs, false); + * // syncBuiltinESMExports() does not remove readFileSync from esmFS + * assert.strictEqual('readFileSync' in esmFS, true); + * // syncBuiltinESMExports() does not add names + * assert.strictEqual(esmFS.newAPI, undefined); + * }); + * ``` + * @since v12.12.0 + */ + function syncBuiltinESMExports(): void; + /** + * `path` is the resolved path for the file for which a corresponding source map + * should be fetched. + * @since v13.7.0, v12.17.0 + */ + function findSourceMap(path: string, error?: Error): SourceMap; + interface SourceMapPayload { + file: string; + version: number; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: string; + sourceRoot: string; + } + interface SourceMapping { + generatedLine: number; + generatedColumn: number; + originalSource: string; + originalLine: number; + originalColumn: number; + } + /** + * @since v13.7.0, v12.17.0 + */ + class SourceMap { + /** + * Getter for the payload used to construct the `SourceMap` instance. + */ + readonly payload: SourceMapPayload; + constructor(payload: SourceMapPayload); + /** + * Given a line number and column number in the generated source file, returns + * an object representing the position in the original file. The object returned + * consists of the following keys: + */ + findEntry(line: number, column: number): SourceMapping; + } + } + interface Module extends NodeModule {} + class Module { + static runMain(): void; + static wrap(code: string): string; + static createRequire(path: string | URL): NodeRequire; + static builtinModules: string[]; + static Module: typeof Module; + constructor(id: string, parent?: Module); + } + global { + interface ImportMeta { + url: string; + /** + * @experimental + * This feature is only available with the `--experimental-import-meta-resolve` + * command flag enabled. + * + * Provides a module-relative resolution function scoped to each module, returning + * the URL string. + * + * @param specified The module specifier to resolve relative to `parent`. + * @param parent The absolute parent module URL to resolve from. If none + * is specified, the value of `import.meta.url` is used as the default. + */ + resolve?(specified: string, parent?: string | URL): Promise; + } + } + export = Module; +} +declare module 'node:module' { + import module = require('module'); + export = module; +} diff --git a/node_modules/@types/node/net.d.ts b/node_modules/@types/node/net.d.ts new file mode 100644 index 000000000..b7355383f --- /dev/null +++ b/node_modules/@types/node/net.d.ts @@ -0,0 +1,869 @@ +/** + * > Stability: 2 - Stable + * + * The `net` module provides an asynchronous network API for creating stream-based + * TCP or `IPC` servers ({@link createServer}) and clients + * ({@link createConnection}). + * + * It can be accessed using: + * + * ```js + * const net = require('net'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/net.js) + */ +declare module 'net' { + import * as stream from 'node:stream'; + import { Abortable, EventEmitter } from 'node:events'; + import * as dns from 'node:dns'; + type LookupFunction = (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; + interface AddressInfo { + address: string; + family: string; + port: number; + } + interface SocketConstructorOpts { + fd?: number | undefined; + allowHalfOpen?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + signal?: AbortSignal; + } + interface OnReadOpts { + buffer: Uint8Array | (() => Uint8Array); + /** + * This function is called for every chunk of incoming data. + * Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. + * Return false from this function to implicitly pause() the socket. + */ + callback(bytesWritten: number, buf: Uint8Array): boolean; + } + interface ConnectOpts { + /** + * If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. + * Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will + * still be emitted as normal and methods like pause() and resume() will also behave as expected. + */ + onread?: OnReadOpts | undefined; + } + interface TcpSocketConnectOpts extends ConnectOpts { + port: number; + host?: string | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + hints?: number | undefined; + family?: number | undefined; + lookup?: LookupFunction | undefined; + noDelay?: boolean | undefined; + keepAlive?: boolean | undefined; + keepAliveInitialDelay?: number | undefined; + } + interface IpcSocketConnectOpts extends ConnectOpts { + path: string; + } + type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; + type SocketReadyState = 'opening' | 'open' | 'readOnly' | 'writeOnly' | 'closed'; + /** + * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint + * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also + * an `EventEmitter`. + * + * A `net.Socket` can be created by the user and used directly to interact with + * a server. For example, it is returned by {@link createConnection}, + * so the user can use it to talk to the server. + * + * It can also be created by Node.js and passed to the user when a connection + * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use + * it to interact with the client. + * @since v0.3.4 + */ + class Socket extends stream.Duplex { + constructor(options?: SocketConstructorOpts); + /** + * Sends data on the socket. The second parameter specifies the encoding in the + * case of a string. It defaults to UTF8 encoding. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. + * + * The optional `callback` parameter will be executed when the data is finally + * written out, which may not be immediately. + * + * See `Writable` stream `write()` method for more + * information. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + */ + write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; + write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error) => void): boolean; + /** + * Initiate a connection on a given socket. + * + * Possible signatures: + * + * * `socket.connect(options[, connectListener])` + * * `socket.connect(path[, connectListener])` for `IPC` connections. + * * `socket.connect(port[, host][, connectListener])` for TCP connections. + * * Returns: `net.Socket` The socket itself. + * + * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, + * instead of a `'connect'` event, an `'error'` event will be emitted with + * the error passed to the `'error'` listener. + * The last parameter `connectListener`, if supplied, will be added as a listener + * for the `'connect'` event **once**. + * + * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined + * behavior. + */ + connect(options: SocketConnectOpts, connectionListener?: () => void): this; + connect(port: number, host: string, connectionListener?: () => void): this; + connect(port: number, connectionListener?: () => void): this; + connect(path: string, connectionListener?: () => void): this; + /** + * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. + * @since v0.1.90 + * @return The socket itself. + */ + setEncoding(encoding?: BufferEncoding): this; + /** + * Pauses the reading of data. That is, `'data'` events will not be emitted. + * Useful to throttle back an upload. + * @return The socket itself. + */ + pause(): this; + /** + * Close the TCP connection by sending an RST packet and destroy the stream. + * If this TCP socket is in connecting status, it will send an RST packet + * and destroy this TCP socket once it is connected. Otherwise, it will call + * `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. If this is not a TCP socket + * (for example, a pipe), calling this method will immediately throw + * an `ERR_INVALID_HANDLE_TYPE` Error. + * @since v18.3.0 + * @return The socket itself. + */ + resetAndDestroy(): this; + /** + * Resumes reading after a call to `socket.pause()`. + * @return The socket itself. + */ + resume(): this; + /** + * Sets the socket to timeout after `timeout` milliseconds of inactivity on + * the socket. By default `net.Socket` do not have a timeout. + * + * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to + * end the connection. + * + * ```js + * socket.setTimeout(3000); + * socket.on('timeout', () => { + * console.log('socket timeout'); + * socket.end(); + * }); + * ``` + * + * If `timeout` is 0, then the existing idle timeout is disabled. + * + * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. + * @since v0.1.90 + * @return The socket itself. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Enable/disable the use of Nagle's algorithm. + * + * When a TCP connection is created, it will have Nagle's algorithm enabled. + * + * Nagle's algorithm delays data before it is sent via the network. It attempts + * to optimize throughput at the expense of latency. + * + * Passing `true` for `noDelay` or not passing an argument will disable Nagle's + * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's + * algorithm. + * @since v0.1.90 + * @param [noDelay=true] + * @return The socket itself. + */ + setNoDelay(noDelay?: boolean): this; + /** + * Enable/disable keep-alive functionality, and optionally set the initial + * delay before the first keepalive probe is sent on an idle socket. + * + * Set `initialDelay` (in milliseconds) to set the delay between the last + * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default + * (or previous) setting. + * + * Enabling the keep-alive functionality will set the following socket options: + * + * * `SO_KEEPALIVE=1` + * * `TCP_KEEPIDLE=initialDelay` + * * `TCP_KEEPCNT=10` + * * `TCP_KEEPINTVL=1` + * @since v0.1.92 + * @param [enable=false] + * @param [initialDelay=0] + * @return The socket itself. + */ + setKeepAlive(enable?: boolean, initialDelay?: number): this; + /** + * Returns the bound `address`, the address `family` name and `port` of the + * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` + * @since v0.1.90 + */ + address(): AddressInfo | {}; + /** + * Calling `unref()` on a socket will allow the program to exit if this is the only + * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + unref(): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). + * If the socket is `ref`ed calling `ref` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + ref(): this; + /** + * This property shows the number of characters buffered for writing. The buffer + * may contain strings whose length after encoding is not yet known. So this number + * is only an approximation of the number of bytes in the buffer. + * + * `net.Socket` has the property that `socket.write()` always works. This is to + * help users get up and running quickly. The computer cannot always keep up + * with the amount of data that is written to a socket. The network connection + * simply might be too slow. Node.js will internally queue up the data written to a + * socket and send it out over the wire when it is possible. + * + * The consequence of this internal buffering is that memory may grow. + * Users who experience large or growing `bufferSize` should attempt to + * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. + * @since v0.3.8 + * @deprecated Since v14.6.0 - Use `writableLength` instead. + */ + readonly bufferSize: number; + /** + * The amount of received bytes. + * @since v0.5.3 + */ + readonly bytesRead: number; + /** + * The amount of bytes sent. + * @since v0.5.3 + */ + readonly bytesWritten: number; + /** + * If `true`,`socket.connect(options[, connectListener])` was + * called and has not yet finished. It will stay `true` until the socket becomes + * connected, then it is set to `false` and the `'connect'` event is emitted. Note + * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. + * @since v6.1.0 + */ + readonly connecting: boolean; + /** + * See `writable.destroyed` for further details. + */ + readonly destroyed: boolean; + /** + * The string representation of the local IP address the remote client is + * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client + * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. + * @since v0.9.6 + */ + readonly localAddress?: string; + /** + * The numeric representation of the local port. For example, `80` or `21`. + * @since v0.9.6 + */ + readonly localPort?: number; + /** + * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. + * @since v18.8.0 + */ + readonly localFamily?: string; + /** + * This property represents the state of the connection as a string. + * @see {https://nodejs.org/api/net.html#socketreadystate} + * @since v0.5.0 + */ + readonly readyState: SocketReadyState; + /** + * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remoteAddress?: string | undefined; + /** + * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. + * @since v0.11.14 + */ + readonly remoteFamily?: string | undefined; + /** + * The numeric representation of the remote port. For example, `80` or `21`. + * @since v0.5.10 + */ + readonly remotePort?: number | undefined; + /** + * The socket timeout in milliseconds as set by socket.setTimeout(). It is undefined if a timeout has not been set. + * @since v10.7.0 + */ + readonly timeout?: number | undefined; + /** + * Half-closes the socket. i.e., it sends a FIN packet. It is possible the + * server will still send some data. + * + * See `writable.end()` for further details. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(callback?: () => void): this; + end(buffer: Uint8Array | string, callback?: () => void): this; + end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. data + * 4. drain + * 5. end + * 6. error + * 7. lookup + * 8. ready + * 9. timeout + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: (hadError: boolean) => void): this; + addListener(event: 'connect', listener: () => void): this; + addListener(event: 'data', listener: (data: Buffer) => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + addListener(event: 'ready', listener: () => void): this; + addListener(event: 'timeout', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close', hadError: boolean): boolean; + emit(event: 'connect'): boolean; + emit(event: 'data', data: Buffer): boolean; + emit(event: 'drain'): boolean; + emit(event: 'end'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'lookup', err: Error, address: string, family: string | number, host: string): boolean; + emit(event: 'ready'): boolean; + emit(event: 'timeout'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: (hadError: boolean) => void): this; + on(event: 'connect', listener: () => void): this; + on(event: 'data', listener: (data: Buffer) => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + on(event: 'ready', listener: () => void): this; + on(event: 'timeout', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: (hadError: boolean) => void): this; + once(event: 'connect', listener: () => void): this; + once(event: 'data', listener: (data: Buffer) => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + once(event: 'ready', listener: () => void): this; + once(event: 'timeout', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: (hadError: boolean) => void): this; + prependListener(event: 'connect', listener: () => void): this; + prependListener(event: 'data', listener: (data: Buffer) => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + prependListener(event: 'ready', listener: () => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: (hadError: boolean) => void): this; + prependOnceListener(event: 'connect', listener: () => void): this; + prependOnceListener(event: 'data', listener: (data: Buffer) => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + prependOnceListener(event: 'ready', listener: () => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + } + interface ListenOptions extends Abortable { + port?: number | undefined; + host?: string | undefined; + backlog?: number | undefined; + path?: string | undefined; + exclusive?: boolean | undefined; + readableAll?: boolean | undefined; + writableAll?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + } + interface ServerOpts { + /** + * Indicates whether half-opened TCP connections are allowed. + * @default false + */ + allowHalfOpen?: boolean | undefined; + /** + * Indicates whether the socket should be paused on incoming connections. + * @default false + */ + pauseOnConnect?: boolean | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default false + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + } + interface DropArgument { + localAddress?: string; + localPort?: number; + localFamily?: string; + remoteAddress?: string; + remotePort?: number; + remoteFamily?: string; + } + /** + * This class is used to create a TCP or `IPC` server. + * @since v0.1.90 + */ + class Server extends EventEmitter { + constructor(connectionListener?: (socket: Socket) => void); + constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); + /** + * Start a server listening for connections. A `net.Server` can be a TCP or + * an `IPC` server depending on what it listens to. + * + * Possible signatures: + * + * * `server.listen(handle[, backlog][, callback])` + * * `server.listen(options[, callback])` + * * `server.listen(path[, backlog][, callback])` for `IPC` servers + * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers + * + * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` + * event. + * + * All `listen()` methods can take a `backlog` parameter to specify the maximum + * length of the queue of pending connections. The actual length will be determined + * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn`on Linux. The default value of this parameter is 511 (not 512). + * + * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for + * details). + * + * The `server.listen()` method can be called again if and only if there was an + * error during the first `server.listen()` call or `server.close()` has been + * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. + * + * One of the most common errors raised when listening is `EADDRINUSE`. + * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry + * after a certain amount of time: + * + * ```js + * server.on('error', (e) => { + * if (e.code === 'EADDRINUSE') { + * console.log('Address in use, retrying...'); + * setTimeout(() => { + * server.close(); + * server.listen(PORT, HOST); + * }, 1000); + * } + * }); + * ``` + */ + listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, hostname?: string, listeningListener?: () => void): this; + listen(port?: number, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, listeningListener?: () => void): this; + listen(path: string, backlog?: number, listeningListener?: () => void): this; + listen(path: string, listeningListener?: () => void): this; + listen(options: ListenOptions, listeningListener?: () => void): this; + listen(handle: any, backlog?: number, listeningListener?: () => void): this; + listen(handle: any, listeningListener?: () => void): this; + /** + * Stops the server from accepting new connections and keeps existing + * connections. This function is asynchronous, the server is finally closed + * when all connections are ended and the server emits a `'close'` event. + * The optional `callback` will be called once the `'close'` event occurs. Unlike + * that event, it will be called with an `Error` as its only argument if the server + * was not open when it was closed. + * @since v0.1.90 + * @param callback Called when the server is closed. + */ + close(callback?: (err?: Error) => void): this; + /** + * Returns the bound `address`, the address `family` name, and `port` of the server + * as reported by the operating system if listening on an IP socket + * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. + * + * For a server listening on a pipe or Unix domain socket, the name is returned + * as a string. + * + * ```js + * const server = net.createServer((socket) => { + * socket.end('goodbye\n'); + * }).on('error', (err) => { + * // Handle errors here. + * throw err; + * }); + * + * // Grab an arbitrary unused port. + * server.listen(() => { + * console.log('opened server on', server.address()); + * }); + * ``` + * + * `server.address()` returns `null` before the `'listening'` event has been + * emitted or after calling `server.close()`. + * @since v0.1.90 + */ + address(): AddressInfo | string | null; + /** + * Asynchronously get the number of concurrent connections on the server. Works + * when sockets were sent to forks. + * + * Callback should take two arguments `err` and `count`. + * @since v0.9.7 + */ + getConnections(cb: (error: Error | null, count: number) => void): void; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). + * If the server is `ref`ed calling `ref()` again will have no effect. + * @since v0.9.1 + */ + ref(): this; + /** + * Calling `unref()` on a server will allow the program to exit if this is the only + * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + */ + unref(): this; + /** + * Set this property to reject connections when the server's connection count gets + * high. + * + * It is not recommended to use this option once a socket has been sent to a child + * with `child_process.fork()`. + * @since v0.2.0 + */ + maxConnections: number; + connections: number; + /** + * Indicates whether or not the server is listening for connections. + * @since v5.7.0 + */ + listening: boolean; + /** + * events.EventEmitter + * 1. close + * 2. connection + * 3. error + * 4. listening + * 5. drop + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connection', listener: (socket: Socket) => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'drop', listener: (data?: DropArgument) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'connection', socket: Socket): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit(event: 'drop', data?: DropArgument): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connection', listener: (socket: Socket) => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'drop', listener: (data?: DropArgument) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connection', listener: (socket: Socket) => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'drop', listener: (data?: DropArgument) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connection', listener: (socket: Socket) => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'drop', listener: (data?: DropArgument) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'drop', listener: (data?: DropArgument) => void): this; + } + type IPVersion = 'ipv4' | 'ipv6'; + /** + * The `BlockList` object can be used with some network APIs to specify rules for + * disabling inbound or outbound access to specific IP addresses, IP ranges, or + * IP subnets. + * @since v15.0.0, v14.18.0 + */ + class BlockList { + /** + * Adds a rule to block the given IP address. + * @since v15.0.0, v14.18.0 + * @param address An IPv4 or IPv6 address. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addAddress(address: string, type?: IPVersion): void; + addAddress(address: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). + * @since v15.0.0, v14.18.0 + * @param start The starting IPv4 or IPv6 address in the range. + * @param end The ending IPv4 or IPv6 address in the range. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addRange(start: string, end: string, type?: IPVersion): void; + addRange(start: SocketAddress, end: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses specified as a subnet mask. + * @since v15.0.0, v14.18.0 + * @param net The network IPv4 or IPv6 address. + * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addSubnet(net: SocketAddress, prefix: number): void; + addSubnet(net: string, prefix: number, type?: IPVersion): void; + /** + * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. + * + * ```js + * const blockList = new net.BlockList(); + * blockList.addAddress('123.123.123.123'); + * blockList.addRange('10.0.0.1', '10.0.0.10'); + * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); + * + * console.log(blockList.check('123.123.123.123')); // Prints: true + * console.log(blockList.check('10.0.0.3')); // Prints: true + * console.log(blockList.check('222.111.111.222')); // Prints: false + * + * // IPv6 notation for IPv4 addresses works: + * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true + * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true + * ``` + * @since v15.0.0, v14.18.0 + * @param address The IP address to check + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + check(address: SocketAddress): boolean; + check(address: string, type?: IPVersion): boolean; + } + interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; + /** + * Creates a new TCP or `IPC` server. + * + * If `allowHalfOpen` is set to `true`, when the other end of the socket + * signals the end of transmission, the server will only send back the end of + * transmission when `socket.end()` is explicitly called. For example, in the + * context of TCP, when a FIN packed is received, a FIN packed is sent + * back only when `socket.end()` is explicitly called. Until then the + * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. + * + * If `pauseOnConnect` is set to `true`, then the socket associated with each + * incoming connection will be paused, and no data will be read from its handle. + * This allows connections to be passed between processes without any data being + * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. + * + * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. + * + * Here is an example of a TCP echo server which listens for connections + * on port 8124: + * + * ```js + * const net = require('net'); + * const server = net.createServer((c) => { + * // 'connection' listener. + * console.log('client connected'); + * c.on('end', () => { + * console.log('client disconnected'); + * }); + * c.write('hello\r\n'); + * c.pipe(c); + * }); + * server.on('error', (err) => { + * throw err; + * }); + * server.listen(8124, () => { + * console.log('server bound'); + * }); + * ``` + * + * Test this by using `telnet`: + * + * ```console + * $ telnet localhost 8124 + * ``` + * + * To listen on the socket `/tmp/echo.sock`: + * + * ```js + * server.listen('/tmp/echo.sock', () => { + * console.log('server bound'); + * }); + * ``` + * + * Use `nc` to connect to a Unix domain socket server: + * + * ```console + * $ nc -U /tmp/echo.sock + * ``` + * @since v0.5.0 + * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. + */ + function createServer(connectionListener?: (socket: Socket) => void): Server; + function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; + /** + * Aliases to {@link createConnection}. + * + * Possible signatures: + * + * * {@link connect} + * * {@link connect} for `IPC` connections. + * * {@link connect} for TCP connections. + */ + function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; + function connect(port: number, host?: string, connectionListener?: () => void): Socket; + function connect(path: string, connectionListener?: () => void): Socket; + /** + * A factory function, which creates a new {@link Socket}, + * immediately initiates connection with `socket.connect()`, + * then returns the `net.Socket` that starts the connection. + * + * When the connection is established, a `'connect'` event will be emitted + * on the returned socket. The last parameter `connectListener`, if supplied, + * will be added as a listener for the `'connect'` event **once**. + * + * Possible signatures: + * + * * {@link createConnection} + * * {@link createConnection} for `IPC` connections. + * * {@link createConnection} for TCP connections. + * + * The {@link connect} function is an alias to this function. + */ + function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; + function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; + function createConnection(path: string, connectionListener?: () => void): Socket; + /** + * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 + * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. + * + * ```js + * net.isIP('::1'); // returns 6 + * net.isIP('127.0.0.1'); // returns 4 + * net.isIP('127.000.000.001'); // returns 0 + * net.isIP('127.0.0.1/24'); // returns 0 + * net.isIP('fhqwhgads'); // returns 0 + * ``` + * @since v0.3.0 + */ + function isIP(input: string): number; + /** + * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no + * leading zeroes. Otherwise, returns `false`. + * + * ```js + * net.isIPv4('127.0.0.1'); // returns true + * net.isIPv4('127.000.000.001'); // returns false + * net.isIPv4('127.0.0.1/24'); // returns false + * net.isIPv4('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv4(input: string): boolean; + /** + * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. + * + * ```js + * net.isIPv6('::1'); // returns true + * net.isIPv6('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv6(input: string): boolean; + interface SocketAddressInitOptions { + /** + * The network address as either an IPv4 or IPv6 string. + * @default 127.0.0.1 + */ + address?: string | undefined; + /** + * @default `'ipv4'` + */ + family?: IPVersion | undefined; + /** + * An IPv6 flow-label used only if `family` is `'ipv6'`. + * @default 0 + */ + flowlabel?: number | undefined; + /** + * An IP port. + * @default 0 + */ + port?: number | undefined; + } + /** + * @since v15.14.0, v14.18.0 + */ + class SocketAddress { + constructor(options: SocketAddressInitOptions); + /** + * @since v15.14.0, v14.18.0 + */ + readonly address: string; + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly family: IPVersion; + /** + * @since v15.14.0, v14.18.0 + */ + readonly port: number; + /** + * @since v15.14.0, v14.18.0 + */ + readonly flowlabel: number; + } +} +declare module 'node:net' { + export * from 'net'; +} diff --git a/node_modules/@types/node/os.d.ts b/node_modules/@types/node/os.d.ts new file mode 100644 index 000000000..3c555992d --- /dev/null +++ b/node_modules/@types/node/os.d.ts @@ -0,0 +1,466 @@ +/** + * The `os` module provides operating system-related utility methods and + * properties. It can be accessed using: + * + * ```js + * const os = require('os'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/os.js) + */ +declare module 'os' { + interface CpuInfo { + model: string; + speed: number; + times: { + user: number; + nice: number; + sys: number; + idle: number; + irq: number; + }; + } + interface NetworkInterfaceBase { + address: string; + netmask: string; + mac: string; + internal: boolean; + cidr: string | null; + } + interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { + family: 'IPv4'; + scopeid?: undefined; + } + interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { + family: 'IPv6'; + scopeid: number; + } + interface UserInfo { + username: T; + uid: number; + gid: number; + shell: T; + homedir: T; + } + type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; + /** + * Returns the host name of the operating system as a string. + * @since v0.3.3 + */ + function hostname(): string; + /** + * Returns an array containing the 1, 5, and 15 minute load averages. + * + * The load average is a measure of system activity calculated by the operating + * system and expressed as a fractional number. + * + * The load average is a Unix-specific concept. On Windows, the return value is + * always `[0, 0, 0]`. + * @since v0.3.3 + */ + function loadavg(): number[]; + /** + * Returns the system uptime in number of seconds. + * @since v0.3.3 + */ + function uptime(): number; + /** + * Returns the amount of free system memory in bytes as an integer. + * @since v0.3.3 + */ + function freemem(): number; + /** + * Returns the total amount of system memory in bytes as an integer. + * @since v0.3.3 + */ + function totalmem(): number; + /** + * Returns an array of objects containing information about each logical CPU core. + * + * The properties included on each object include: + * + * ```js + * [ + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 252020, + * nice: 0, + * sys: 30340, + * idle: 1070356870, + * irq: 0 + * } + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 306960, + * nice: 0, + * sys: 26980, + * idle: 1071569080, + * irq: 0 + * } + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 248450, + * nice: 0, + * sys: 21750, + * idle: 1070919370, + * irq: 0 + * } + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 256880, + * nice: 0, + * sys: 19430, + * idle: 1070905480, + * irq: 20 + * } + * }, + * ] + * ``` + * + * `nice` values are POSIX-only. On Windows, the `nice` values of all processors + * are always 0. + * @since v0.3.3 + */ + function cpus(): CpuInfo[]; + /** + * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it + * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. + * + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information + * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. + * @since v0.3.3 + */ + function type(): string; + /** + * Returns the operating system as a string. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See + * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v0.3.3 + */ + function release(): string; + /** + * Returns an object containing network interfaces that have been assigned a + * network address. + * + * Each key on the returned object identifies a network interface. The associated + * value is an array of objects that each describe an assigned network address. + * + * The properties available on the assigned network address object include: + * + * ```js + * { + * lo: [ + * { + * address: '127.0.0.1', + * netmask: '255.0.0.0', + * family: 'IPv4', + * mac: '00:00:00:00:00:00', + * internal: true, + * cidr: '127.0.0.1/8' + * }, + * { + * address: '::1', + * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', + * family: 'IPv6', + * mac: '00:00:00:00:00:00', + * scopeid: 0, + * internal: true, + * cidr: '::1/128' + * } + * ], + * eth0: [ + * { + * address: '192.168.1.108', + * netmask: '255.255.255.0', + * family: 'IPv4', + * mac: '01:02:03:0a:0b:0c', + * internal: false, + * cidr: '192.168.1.108/24' + * }, + * { + * address: 'fe80::a00:27ff:fe4e:66a1', + * netmask: 'ffff:ffff:ffff:ffff::', + * family: 'IPv6', + * mac: '01:02:03:0a:0b:0c', + * scopeid: 1, + * internal: false, + * cidr: 'fe80::a00:27ff:fe4e:66a1/64' + * } + * ] + * } + * ``` + * @since v0.6.0 + */ + function networkInterfaces(): NodeJS.Dict; + /** + * Returns the string path of the current user's home directory. + * + * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it + * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. + * + * On Windows, it uses the `USERPROFILE` environment variable if defined. + * Otherwise it uses the path to the profile directory of the current user. + * @since v2.3.0 + */ + function homedir(): string; + /** + * Returns information about the currently effective user. On POSIX platforms, + * this is typically a subset of the password file. The returned object includes + * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and`gid` fields are `-1`, and `shell` is `null`. + * + * The value of `homedir` returned by `os.userInfo()` is provided by the operating + * system. This differs from the result of `os.homedir()`, which queries + * environment variables for the home directory before falling back to the + * operating system response. + * + * Throws a `SystemError` if a user has no `username` or `homedir`. + * @since v6.0.0 + */ + function userInfo(options: { encoding: 'buffer' }): UserInfo; + function userInfo(options?: { encoding: BufferEncoding }): UserInfo; + type SignalConstants = { + [key in NodeJS.Signals]: number; + }; + namespace constants { + const UV_UDP_REUSEADDR: number; + namespace signals {} + const signals: SignalConstants; + namespace errno { + const E2BIG: number; + const EACCES: number; + const EADDRINUSE: number; + const EADDRNOTAVAIL: number; + const EAFNOSUPPORT: number; + const EAGAIN: number; + const EALREADY: number; + const EBADF: number; + const EBADMSG: number; + const EBUSY: number; + const ECANCELED: number; + const ECHILD: number; + const ECONNABORTED: number; + const ECONNREFUSED: number; + const ECONNRESET: number; + const EDEADLK: number; + const EDESTADDRREQ: number; + const EDOM: number; + const EDQUOT: number; + const EEXIST: number; + const EFAULT: number; + const EFBIG: number; + const EHOSTUNREACH: number; + const EIDRM: number; + const EILSEQ: number; + const EINPROGRESS: number; + const EINTR: number; + const EINVAL: number; + const EIO: number; + const EISCONN: number; + const EISDIR: number; + const ELOOP: number; + const EMFILE: number; + const EMLINK: number; + const EMSGSIZE: number; + const EMULTIHOP: number; + const ENAMETOOLONG: number; + const ENETDOWN: number; + const ENETRESET: number; + const ENETUNREACH: number; + const ENFILE: number; + const ENOBUFS: number; + const ENODATA: number; + const ENODEV: number; + const ENOENT: number; + const ENOEXEC: number; + const ENOLCK: number; + const ENOLINK: number; + const ENOMEM: number; + const ENOMSG: number; + const ENOPROTOOPT: number; + const ENOSPC: number; + const ENOSR: number; + const ENOSTR: number; + const ENOSYS: number; + const ENOTCONN: number; + const ENOTDIR: number; + const ENOTEMPTY: number; + const ENOTSOCK: number; + const ENOTSUP: number; + const ENOTTY: number; + const ENXIO: number; + const EOPNOTSUPP: number; + const EOVERFLOW: number; + const EPERM: number; + const EPIPE: number; + const EPROTO: number; + const EPROTONOSUPPORT: number; + const EPROTOTYPE: number; + const ERANGE: number; + const EROFS: number; + const ESPIPE: number; + const ESRCH: number; + const ESTALE: number; + const ETIME: number; + const ETIMEDOUT: number; + const ETXTBSY: number; + const EWOULDBLOCK: number; + const EXDEV: number; + const WSAEINTR: number; + const WSAEBADF: number; + const WSAEACCES: number; + const WSAEFAULT: number; + const WSAEINVAL: number; + const WSAEMFILE: number; + const WSAEWOULDBLOCK: number; + const WSAEINPROGRESS: number; + const WSAEALREADY: number; + const WSAENOTSOCK: number; + const WSAEDESTADDRREQ: number; + const WSAEMSGSIZE: number; + const WSAEPROTOTYPE: number; + const WSAENOPROTOOPT: number; + const WSAEPROTONOSUPPORT: number; + const WSAESOCKTNOSUPPORT: number; + const WSAEOPNOTSUPP: number; + const WSAEPFNOSUPPORT: number; + const WSAEAFNOSUPPORT: number; + const WSAEADDRINUSE: number; + const WSAEADDRNOTAVAIL: number; + const WSAENETDOWN: number; + const WSAENETUNREACH: number; + const WSAENETRESET: number; + const WSAECONNABORTED: number; + const WSAECONNRESET: number; + const WSAENOBUFS: number; + const WSAEISCONN: number; + const WSAENOTCONN: number; + const WSAESHUTDOWN: number; + const WSAETOOMANYREFS: number; + const WSAETIMEDOUT: number; + const WSAECONNREFUSED: number; + const WSAELOOP: number; + const WSAENAMETOOLONG: number; + const WSAEHOSTDOWN: number; + const WSAEHOSTUNREACH: number; + const WSAENOTEMPTY: number; + const WSAEPROCLIM: number; + const WSAEUSERS: number; + const WSAEDQUOT: number; + const WSAESTALE: number; + const WSAEREMOTE: number; + const WSASYSNOTREADY: number; + const WSAVERNOTSUPPORTED: number; + const WSANOTINITIALISED: number; + const WSAEDISCON: number; + const WSAENOMORE: number; + const WSAECANCELLED: number; + const WSAEINVALIDPROCTABLE: number; + const WSAEINVALIDPROVIDER: number; + const WSAEPROVIDERFAILEDINIT: number; + const WSASYSCALLFAILURE: number; + const WSASERVICE_NOT_FOUND: number; + const WSATYPE_NOT_FOUND: number; + const WSA_E_NO_MORE: number; + const WSA_E_CANCELLED: number; + const WSAEREFUSED: number; + } + namespace priority { + const PRIORITY_LOW: number; + const PRIORITY_BELOW_NORMAL: number; + const PRIORITY_NORMAL: number; + const PRIORITY_ABOVE_NORMAL: number; + const PRIORITY_HIGH: number; + const PRIORITY_HIGHEST: number; + } + } + const devNull: string; + const EOL: string; + /** + * Returns the operating system CPU architecture for which the Node.js binary was + * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. + * + * The return value is equivalent to `process.arch`. + * @since v0.5.0 + */ + function arch(): string; + /** + * Returns a string identifying the kernel version. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v13.11.0, v12.17.0 + */ + function version(): string; + /** + * Returns a string identifying the operating system platform for which + * the Node.js binary was compiled. The value is set at compile time. + * Possible values are `'aix'`, `'darwin'`, `'freebsd'`,`'linux'`,`'openbsd'`, `'sunos'`, and `'win32'`. + * + * The return value is equivalent to `process.platform`. + * + * The value `'android'` may also be returned if Node.js is built on the Android + * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.5.0 + */ + function platform(): NodeJS.Platform; + /** + * Returns the machine type as a string, such as arm, aarch64, mips, mips64, ppc64, ppc64le, s390, s390x, i386, i686, x86_64. + * + * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). + * On Windows, `RtlGetVersion()` is used, and if it is not available, `GetVersionExW()` will be used. + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v18.9.0 + */ + function machine(): string; + /** + * Returns the operating system's default directory for temporary files as a + * string. + * @since v0.9.9 + */ + function tmpdir(): string; + /** + * Returns a string identifying the endianness of the CPU for which the Node.js + * binary was compiled. + * + * Possible values are `'BE'` for big endian and `'LE'` for little endian. + * @since v0.9.4 + */ + function endianness(): 'BE' | 'LE'; + /** + * Returns the scheduling priority for the process specified by `pid`. If `pid` is + * not provided or is `0`, the priority of the current process is returned. + * @since v10.10.0 + * @param [pid=0] The process ID to retrieve scheduling priority for. + */ + function getPriority(pid?: number): number; + /** + * Attempts to set the scheduling priority for the process specified by `pid`. If`pid` is not provided or is `0`, the process ID of the current process is used. + * + * The `priority` input must be an integer between `-20` (high priority) and `19`(low priority). Due to differences between Unix priority levels and Windows + * priority classes, `priority` is mapped to one of six priority constants in`os.constants.priority`. When retrieving a process priority level, this range + * mapping may cause the return value to be slightly different on Windows. To avoid + * confusion, set `priority` to one of the priority constants. + * + * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user + * privileges. Otherwise the set priority will be silently reduced to`PRIORITY_HIGH`. + * @since v10.10.0 + * @param [pid=0] The process ID to set scheduling priority for. + * @param priority The scheduling priority to assign to the process. + */ + function setPriority(priority: number): void; + function setPriority(pid: number, priority: number): void; +} +declare module 'node:os' { + export * from 'os'; +} diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json new file mode 100644 index 000000000..1570db1ae --- /dev/null +++ b/node_modules/@types/node/package.json @@ -0,0 +1,237 @@ +{ + "name": "@types/node", + "version": "18.11.18", + "description": "TypeScript definitions for Node.js", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", + "license": "MIT", + "contributors": [ + { + "name": "Microsoft TypeScript", + "url": "https://github.com/Microsoft", + "githubUsername": "Microsoft" + }, + { + "name": "DefinitelyTyped", + "url": "https://github.com/DefinitelyTyped", + "githubUsername": "DefinitelyTyped" + }, + { + "name": "Alberto Schiabel", + "url": "https://github.com/jkomyno", + "githubUsername": "jkomyno" + }, + { + "name": "Alvis HT Tang", + "url": "https://github.com/alvis", + "githubUsername": "alvis" + }, + { + "name": "Andrew Makarov", + "url": "https://github.com/r3nya", + "githubUsername": "r3nya" + }, + { + "name": "Benjamin Toueg", + "url": "https://github.com/btoueg", + "githubUsername": "btoueg" + }, + { + "name": "Chigozirim C.", + "url": "https://github.com/smac89", + "githubUsername": "smac89" + }, + { + "name": "David Junger", + "url": "https://github.com/touffy", + "githubUsername": "touffy" + }, + { + "name": "Deividas Bakanas", + "url": "https://github.com/DeividasBakanas", + "githubUsername": "DeividasBakanas" + }, + { + "name": "Eugene Y. Q. Shen", + "url": "https://github.com/eyqs", + "githubUsername": "eyqs" + }, + { + "name": "Hannes Magnusson", + "url": "https://github.com/Hannes-Magnusson-CK", + "githubUsername": "Hannes-Magnusson-CK" + }, + { + "name": "Huw", + "url": "https://github.com/hoo29", + "githubUsername": "hoo29" + }, + { + "name": "Kelvin Jin", + "url": "https://github.com/kjin", + "githubUsername": "kjin" + }, + { + "name": "Klaus Meinhardt", + "url": "https://github.com/ajafff", + "githubUsername": "ajafff" + }, + { + "name": "Lishude", + "url": "https://github.com/islishude", + "githubUsername": "islishude" + }, + { + "name": "Mariusz Wiktorczyk", + "url": "https://github.com/mwiktorczyk", + "githubUsername": "mwiktorczyk" + }, + { + "name": "Mohsen Azimi", + "url": "https://github.com/mohsen1", + "githubUsername": "mohsen1" + }, + { + "name": "Nicolas Even", + "url": "https://github.com/n-e", + "githubUsername": "n-e" + }, + { + "name": "Nikita Galkin", + "url": "https://github.com/galkin", + "githubUsername": "galkin" + }, + { + "name": "Parambir Singh", + "url": "https://github.com/parambirs", + "githubUsername": "parambirs" + }, + { + "name": "Sebastian Silbermann", + "url": "https://github.com/eps1lon", + "githubUsername": "eps1lon" + }, + { + "name": "Simon Schick", + "url": "https://github.com/SimonSchick", + "githubUsername": "SimonSchick" + }, + { + "name": "Thomas den Hollander", + "url": "https://github.com/ThomasdenH", + "githubUsername": "ThomasdenH" + }, + { + "name": "Wilco Bakker", + "url": "https://github.com/WilcoBakker", + "githubUsername": "WilcoBakker" + }, + { + "name": "wwwy3y3", + "url": "https://github.com/wwwy3y3", + "githubUsername": "wwwy3y3" + }, + { + "name": "Samuel Ainsworth", + "url": "https://github.com/samuela", + "githubUsername": "samuela" + }, + { + "name": "Kyle Uehlein", + "url": "https://github.com/kuehlein", + "githubUsername": "kuehlein" + }, + { + "name": "Thanik Bhongbhibhat", + "url": "https://github.com/bhongy", + "githubUsername": "bhongy" + }, + { + "name": "Marcin Kopacz", + "url": "https://github.com/chyzwar", + "githubUsername": "chyzwar" + }, + { + "name": "Trivikram Kamat", + "url": "https://github.com/trivikr", + "githubUsername": "trivikr" + }, + { + "name": "Junxiao Shi", + "url": "https://github.com/yoursunny", + "githubUsername": "yoursunny" + }, + { + "name": "Ilia Baryshnikov", + "url": "https://github.com/qwelias", + "githubUsername": "qwelias" + }, + { + "name": "ExE Boss", + "url": "https://github.com/ExE-Boss", + "githubUsername": "ExE-Boss" + }, + { + "name": "Piotr Błażejewicz", + "url": "https://github.com/peterblazejewicz", + "githubUsername": "peterblazejewicz" + }, + { + "name": "Anna Henningsen", + "url": "https://github.com/addaleax", + "githubUsername": "addaleax" + }, + { + "name": "Victor Perin", + "url": "https://github.com/victorperin", + "githubUsername": "victorperin" + }, + { + "name": "Yongsheng Zhang", + "url": "https://github.com/ZYSzys", + "githubUsername": "ZYSzys" + }, + { + "name": "NodeJS Contributors", + "url": "https://github.com/NodeJS", + "githubUsername": "NodeJS" + }, + { + "name": "Linus Unnebäck", + "url": "https://github.com/LinusU", + "githubUsername": "LinusU" + }, + { + "name": "wafuwafu13", + "url": "https://github.com/wafuwafu13", + "githubUsername": "wafuwafu13" + }, + { + "name": "Matteo Collina", + "url": "https://github.com/mcollina", + "githubUsername": "mcollina" + }, + { + "name": "Dmitry Semigradsky", + "url": "https://github.com/Semigradsky", + "githubUsername": "Semigradsky" + } + ], + "main": "", + "types": "index.d.ts", + "typesVersions": { + "<=4.8": { + "*": [ + "ts4.8/*" + ] + } + }, + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/node" + }, + "scripts": {}, + "dependencies": {}, + "typesPublisherContentHash": "540ec74ad976942ed4b12e09fd57842adfd77a63a4ea099f15f0602ad707835c", + "typeScriptVersion": "4.2" +} \ No newline at end of file diff --git a/node_modules/@types/node/path.d.ts b/node_modules/@types/node/path.d.ts new file mode 100644 index 000000000..1d33f7926 --- /dev/null +++ b/node_modules/@types/node/path.d.ts @@ -0,0 +1,191 @@ +declare module 'path/posix' { + import path = require('path'); + export = path; +} +declare module 'path/win32' { + import path = require('path'); + export = path; +} +/** + * The `path` module provides utilities for working with file and directory paths. + * It can be accessed using: + * + * ```js + * const path = require('path'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/path.js) + */ +declare module 'path' { + namespace path { + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + interface FormatInputPathObject { + /** + * The root of the path such as '/' or 'c:\' + */ + root?: string | undefined; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir?: string | undefined; + /** + * The file name including extension (if any) such as 'index.html' + */ + base?: string | undefined; + /** + * The file extension (if any) such as '.html' + */ + ext?: string | undefined; + /** + * The file name without extension (if any) such as 'index' + */ + name?: string | undefined; + } + interface PlatformPath { + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. + * + * @param path string path to normalize. + * @throws {TypeError} if `path` is not a string. + */ + normalize(path: string): string; + /** + * Join all arguments together and normalize the resulting path. + * + * @param paths paths to join. + * @throws {TypeError} if any of the path segments is not a string. + */ + join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, + * until an absolute path is found. If after using all {from} paths still no absolute path is found, + * the current working directory is used as well. The resulting path is normalized, + * and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param paths A sequence of paths or path segments. + * @throws {TypeError} if any of the arguments is not a string. + */ + resolve(...paths: string[]): string; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * If the given {path} is a zero-length string, `false` will be returned. + * + * @param path path to test. + * @throws {TypeError} if `path` is not a string. + */ + isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to} based on the current working directory. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + * + * @throws {TypeError} if either `from` or `to` is not a string. + */ + relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + dirname(path: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param path the path to evaluate. + * @param suffix optionally, an extension to remove from the result. + * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. + */ + basename(path: string, suffix?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + extname(path: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + readonly sep: '\\' | '/'; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + readonly delimiter: ';' | ':'; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param path path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + parse(path: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathObject path to evaluate. + */ + format(pathObject: FormatInputPathObject): string; + /** + * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. + * If path is not a string, path will be returned without modifications. + * This method is meaningful only on Windows system. + * On POSIX systems, the method is non-operational and always returns path without modifications. + */ + toNamespacedPath(path: string): string; + /** + * Posix specific pathing. + * Same as parent object on posix. + */ + readonly posix: PlatformPath; + /** + * Windows specific pathing. + * Same as parent object on windows + */ + readonly win32: PlatformPath; + } + } + const path: path.PlatformPath; + export = path; +} +declare module 'node:path' { + import path = require('path'); + export = path; +} +declare module 'node:path/posix' { + import path = require('path/posix'); + export = path; +} +declare module 'node:path/win32' { + import path = require('path/win32'); + export = path; +} diff --git a/node_modules/@types/node/perf_hooks.d.ts b/node_modules/@types/node/perf_hooks.d.ts new file mode 100644 index 000000000..5c0b228e7 --- /dev/null +++ b/node_modules/@types/node/perf_hooks.d.ts @@ -0,0 +1,625 @@ +/** + * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for + * Node.js-specific performance measurements. + * + * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): + * + * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) + * * [Performance Timeline](https://w3c.github.io/performance-timeline/) + * * [User Timing](https://www.w3.org/TR/user-timing/) + * + * ```js + * const { PerformanceObserver, performance } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((items) => { + * console.log(items.getEntries()[0].duration); + * performance.clearMarks(); + * }); + * obs.observe({ type: 'measure' }); + * performance.measure('Start to Now'); + * + * performance.mark('A'); + * doSomeLongRunningProcess(() => { + * performance.measure('A to Now', 'A'); + * + * performance.mark('B'); + * performance.measure('A to B', 'A', 'B'); + * }); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/perf_hooks.js) + */ +declare module 'perf_hooks' { + import { AsyncResource } from 'node:async_hooks'; + type EntryType = 'node' | 'mark' | 'measure' | 'gc' | 'function' | 'http2' | 'http'; + interface NodeGCPerformanceDetail { + /** + * When `performanceEntry.entryType` is equal to 'gc', `the performance.kind` property identifies + * the type of garbage collection operation that occurred. + * See perf_hooks.constants for valid values. + */ + readonly kind?: number | undefined; + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` + * property contains additional information about garbage collection operation. + * See perf_hooks.constants for valid values. + */ + readonly flags?: number | undefined; + } + /** + * @since v8.5.0 + */ + class PerformanceEntry { + protected constructor(); + /** + * The total number of milliseconds elapsed for this entry. This value will not + * be meaningful for all Performance Entry types. + * @since v8.5.0 + */ + readonly duration: number; + /** + * The name of the performance entry. + * @since v8.5.0 + */ + readonly name: string; + /** + * The high resolution millisecond timestamp marking the starting time of the + * Performance Entry. + * @since v8.5.0 + */ + readonly startTime: number; + /** + * The type of the performance entry. It may be one of: + * + * * `'node'` (Node.js only) + * * `'mark'` (available on the Web) + * * `'measure'` (available on the Web) + * * `'gc'` (Node.js only) + * * `'function'` (Node.js only) + * * `'http2'` (Node.js only) + * * `'http'` (Node.js only) + * @since v8.5.0 + */ + readonly entryType: EntryType; + /** + * Additional detail specific to the `entryType`. + * @since v16.0.0 + */ + readonly detail?: NodeGCPerformanceDetail | unknown | undefined; // TODO: Narrow this based on entry type. + toJSON(): any; + } + class PerformanceMark extends PerformanceEntry { + readonly duration: 0; + readonly entryType: 'mark'; + } + class PerformanceMeasure extends PerformanceEntry { + readonly entryType: 'measure'; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Provides timing details for Node.js itself. The constructor of this class + * is not exposed to users. + * @since v8.5.0 + */ + class PerformanceNodeTiming extends PerformanceEntry { + /** + * The high resolution millisecond timestamp at which the Node.js process + * completed bootstrapping. If bootstrapping has not yet finished, the property + * has the value of -1. + * @since v8.5.0 + */ + readonly bootstrapComplete: number; + /** + * The high resolution millisecond timestamp at which the Node.js environment was + * initialized. + * @since v8.5.0 + */ + readonly environment: number; + /** + * The high resolution millisecond timestamp of the amount of time the event loop + * has been idle within the event loop's event provider (e.g. `epoll_wait`). This + * does not take CPU usage into consideration. If the event loop has not yet + * started (e.g., in the first tick of the main script), the property has the + * value of 0. + * @since v14.10.0, v12.19.0 + */ + readonly idleTime: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * exited. If the event loop has not yet exited, the property has the value of -1\. + * It can only have a value of not -1 in a handler of the `'exit'` event. + * @since v8.5.0 + */ + readonly loopExit: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * started. If the event loop has not yet started (e.g., in the first tick of the + * main script), the property has the value of -1. + * @since v8.5.0 + */ + readonly loopStart: number; + /** + * The high resolution millisecond timestamp at which the V8 platform was + * initialized. + * @since v8.5.0 + */ + readonly v8Start: number; + } + interface EventLoopUtilization { + idle: number; + active: number; + utilization: number; + } + /** + * @param util1 The result of a previous call to eventLoopUtilization() + * @param util2 The result of a previous call to eventLoopUtilization() prior to util1 + */ + type EventLoopUtilityFunction = (util1?: EventLoopUtilization, util2?: EventLoopUtilization) => EventLoopUtilization; + interface MarkOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * An optional timestamp to be used as the mark time. + * @default `performance.now()`. + */ + startTime?: number | undefined; + } + interface MeasureOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * Duration between start and end times. + */ + duration?: number | undefined; + /** + * Timestamp to be used as the end time, or a string identifying a previously recorded mark. + */ + end?: number | string | undefined; + /** + * Timestamp to be used as the start time, or a string identifying a previously recorded mark. + */ + start?: number | string | undefined; + } + interface TimerifyOptions { + /** + * A histogram object created using + * `perf_hooks.createHistogram()` that will record runtime durations in + * nanoseconds. + */ + histogram?: RecordableHistogram | undefined; + } + interface Performance { + /** + * If name is not provided, removes all PerformanceMark objects from the Performance Timeline. + * If name is provided, removes only the named mark. + * @param name + */ + clearMarks(name?: string): void; + /** + * If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. + * If name is provided, removes only the named measure. + * @param name + * @since v16.7.0 + */ + clearMeasures(name?: string): void; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. + * If you are only interested in performance entries of certain types or that have certain names, see + * `performance.getEntriesByType()` and `performance.getEntriesByName()`. + * @since v16.7.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. + * @param name + * @param type + * @since v16.7.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.entryType` is equal to `type`. + * @param type + * @since v16.7.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + /** + * Creates a new PerformanceMark entry in the Performance Timeline. + * A PerformanceMark is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'mark', + * and whose performanceEntry.duration is always 0. + * Performance marks are used to mark specific significant moments in the Performance Timeline. + * @param name + * @return The PerformanceMark entry that was created + */ + mark(name?: string, options?: MarkOptions): PerformanceMark; + /** + * Creates a new PerformanceMeasure entry in the Performance Timeline. + * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', + * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. + * + * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify + * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, + * then startMark is set to timeOrigin by default. + * + * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp + * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. + * @param name + * @param startMark + * @param endMark + * @return The PerformanceMeasure entry that was created + */ + measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; + measure(name: string, options: MeasureOptions): PerformanceMeasure; + /** + * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones. + */ + readonly nodeTiming: PerformanceNodeTiming; + /** + * @return the current high resolution millisecond timestamp + */ + now(): number; + /** + * The timeOrigin specifies the high resolution millisecond timestamp from which all performance metric durations are measured. + */ + readonly timeOrigin: number; + /** + * Wraps a function within a new function that measures the running time of the wrapped function. + * A PerformanceObserver must be subscribed to the 'function' event type in order for the timing details to be accessed. + * @param fn + */ + timerify any>(fn: T, options?: TimerifyOptions): T; + /** + * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. + * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). + * No other CPU idle time is taken into consideration. + */ + eventLoopUtilization: EventLoopUtilityFunction; + } + interface PerformanceObserverEntryList { + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime`. + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntries()); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 81.465639, + * * duration: 0 + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 81.860064, + * * duration: 0 + * * } + * * ] + * + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is + * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByName('meow')); + * + * * [ + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 98.545991, + * * duration: 0 + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('nope')); // [] + * + * console.log(perfObserverList.getEntriesByName('test', 'mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 63.518931, + * * duration: 0 + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ entryTypes: ['mark', 'measure'] }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType`is equal to `type`. + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByType('mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 55.897834, + * * duration: 0 + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 56.350146, + * * duration: 0 + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + } + type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; + class PerformanceObserver extends AsyncResource { + constructor(callback: PerformanceObserverCallback); + /** + * Disconnects the `PerformanceObserver` instance from all notifications. + * @since v8.5.0 + */ + disconnect(): void; + /** + * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes`or `options.type`: + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((list, observer) => { + * // Called once asynchronously. `list` contains three items. + * }); + * obs.observe({ type: 'mark' }); + * + * for (let n = 0; n < 3; n++) + * performance.mark(`test${n}`); + * ``` + * @since v8.5.0 + */ + observe( + options: + | { + entryTypes: ReadonlyArray; + buffered?: boolean | undefined; + } + | { + type: EntryType; + buffered?: boolean | undefined; + } + ): void; + } + namespace constants { + const NODE_PERFORMANCE_GC_MAJOR: number; + const NODE_PERFORMANCE_GC_MINOR: number; + const NODE_PERFORMANCE_GC_INCREMENTAL: number; + const NODE_PERFORMANCE_GC_WEAKCB: number; + const NODE_PERFORMANCE_GC_FLAGS_NO: number; + const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; + const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; + const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; + const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; + } + const performance: Performance; + interface EventLoopMonitorOptions { + /** + * The sampling rate in milliseconds. + * Must be greater than zero. + * @default 10 + */ + resolution?: number | undefined; + } + interface Histogram { + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v11.10.0 + */ + readonly percentiles: Map; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event + * loop delay threshold. + * @since v11.10.0 + */ + readonly exceeds: number; + /** + * The minimum recorded event loop delay. + * @since v11.10.0 + */ + readonly min: number; + /** + * The maximum recorded event loop delay. + * @since v11.10.0 + */ + readonly max: number; + /** + * The mean of the recorded event loop delays. + * @since v11.10.0 + */ + readonly mean: number; + /** + * The standard deviation of the recorded event loop delays. + * @since v11.10.0 + */ + readonly stddev: number; + /** + * Resets the collected histogram data. + * @since v11.10.0 + */ + reset(): void; + /** + * Returns the value at the given percentile. + * @since v11.10.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentile(percentile: number): number; + } + interface IntervalHistogram extends Histogram { + /** + * Enables the update interval timer. Returns `true` if the timer was + * started, `false` if it was already started. + * @since v11.10.0 + */ + enable(): boolean; + /** + * Disables the update interval timer. Returns `true` if the timer was + * stopped, `false` if it was already stopped. + * @since v11.10.0 + */ + disable(): boolean; + } + interface RecordableHistogram extends Histogram { + /** + * @since v15.9.0, v14.18.0 + * @param val The amount to record in the histogram. + */ + record(val: number | bigint): void; + /** + * Calculates the amount of time (in nanoseconds) that has passed since the + * previous call to `recordDelta()` and records that amount in the histogram. + * + * ## Examples + * @since v15.9.0, v14.18.0 + */ + recordDelta(): void; + /** + * Adds the values from other to this histogram. + * @since v17.4.0, v16.14.0 + * @param other Recordable Histogram to combine with + */ + add(other: RecordableHistogram): void; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Creates an `IntervalHistogram` object that samples and reports the event loop + * delay over time. The delays will be reported in nanoseconds. + * + * Using a timer to detect approximate event loop delay works because the + * execution of timers is tied specifically to the lifecycle of the libuv + * event loop. That is, a delay in the loop will cause a delay in the execution + * of the timer, and those delays are specifically what this API is intended to + * detect. + * + * ```js + * const { monitorEventLoopDelay } = require('perf_hooks'); + * const h = monitorEventLoopDelay({ resolution: 20 }); + * h.enable(); + * // Do something. + * h.disable(); + * console.log(h.min); + * console.log(h.max); + * console.log(h.mean); + * console.log(h.stddev); + * console.log(h.percentiles); + * console.log(h.percentile(50)); + * console.log(h.percentile(99)); + * ``` + * @since v11.10.0 + */ + function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; + interface CreateHistogramOptions { + /** + * The minimum recordable value. Must be an integer value greater than 0. + * @default 1 + */ + min?: number | bigint | undefined; + /** + * The maximum recordable value. Must be an integer value greater than min. + * @default Number.MAX_SAFE_INTEGER + */ + max?: number | bigint | undefined; + /** + * The number of accuracy digits. Must be a number between 1 and 5. + * @default 3 + */ + figures?: number | undefined; + } + /** + * Returns a `RecordableHistogram`. + * @since v15.9.0, v14.18.0 + */ + function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; + + import { performance as _performance } from 'perf_hooks'; + global { + /** + * `performance` is a global reference for `require('perf_hooks').performance` + * https://nodejs.org/api/globals.html#performance + * @since v16.0.0 + */ + var performance: typeof globalThis extends { + onmessage: any; + performance: infer T; + } + ? T + : typeof _performance; + } +} +declare module 'node:perf_hooks' { + export * from 'perf_hooks'; +} diff --git a/node_modules/@types/node/process.d.ts b/node_modules/@types/node/process.d.ts new file mode 100644 index 000000000..12148f911 --- /dev/null +++ b/node_modules/@types/node/process.d.ts @@ -0,0 +1,1482 @@ +declare module 'process' { + import * as tty from 'node:tty'; + import { Worker } from 'node:worker_threads'; + global { + var process: NodeJS.Process; + namespace NodeJS { + // this namespace merge is here because these are specifically used + // as the type for process.stdin, process.stdout, and process.stderr. + // they can't live in tty.d.ts because we need to disambiguate the imported name. + interface ReadStream extends tty.ReadStream {} + interface WriteStream extends tty.WriteStream {} + interface MemoryUsageFn { + /** + * The `process.memoryUsage()` method iterate over each page to gather informations about memory + * usage which can be slow depending on the program memory allocations. + */ + (): MemoryUsage; + /** + * method returns an integer representing the Resident Set Size (RSS) in bytes. + */ + rss(): number; + } + interface MemoryUsage { + rss: number; + heapTotal: number; + heapUsed: number; + external: number; + arrayBuffers: number; + } + interface CpuUsage { + user: number; + system: number; + } + interface ProcessRelease { + name: string; + sourceUrl?: string | undefined; + headersUrl?: string | undefined; + libUrl?: string | undefined; + lts?: string | undefined; + } + interface ProcessVersions extends Dict { + http_parser: string; + node: string; + v8: string; + ares: string; + uv: string; + zlib: string; + modules: string; + openssl: string; + } + type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; + type Architecture = 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x64'; + type Signals = + | 'SIGABRT' + | 'SIGALRM' + | 'SIGBUS' + | 'SIGCHLD' + | 'SIGCONT' + | 'SIGFPE' + | 'SIGHUP' + | 'SIGILL' + | 'SIGINT' + | 'SIGIO' + | 'SIGIOT' + | 'SIGKILL' + | 'SIGPIPE' + | 'SIGPOLL' + | 'SIGPROF' + | 'SIGPWR' + | 'SIGQUIT' + | 'SIGSEGV' + | 'SIGSTKFLT' + | 'SIGSTOP' + | 'SIGSYS' + | 'SIGTERM' + | 'SIGTRAP' + | 'SIGTSTP' + | 'SIGTTIN' + | 'SIGTTOU' + | 'SIGUNUSED' + | 'SIGURG' + | 'SIGUSR1' + | 'SIGUSR2' + | 'SIGVTALRM' + | 'SIGWINCH' + | 'SIGXCPU' + | 'SIGXFSZ' + | 'SIGBREAK' + | 'SIGLOST' + | 'SIGINFO'; + type UncaughtExceptionOrigin = 'uncaughtException' | 'unhandledRejection'; + type MultipleResolveType = 'resolve' | 'reject'; + type BeforeExitListener = (code: number) => void; + type DisconnectListener = () => void; + type ExitListener = (code: number) => void; + type RejectionHandledListener = (promise: Promise) => void; + type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; + /** + * Most of the time the unhandledRejection will be an Error, but this should not be relied upon + * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. + */ + type UnhandledRejectionListener = (reason: unknown, promise: Promise) => void; + type WarningListener = (warning: Error) => void; + type MessageListener = (message: unknown, sendHandle: unknown) => void; + type SignalsListener = (signal: Signals) => void; + type MultipleResolveListener = (type: MultipleResolveType, promise: Promise, value: unknown) => void; + type WorkerListener = (worker: Worker) => void; + interface Socket extends ReadWriteStream { + isTTY?: true | undefined; + } + // Alias for compatibility + interface ProcessEnv extends Dict { + /** + * Can be used to change the default timezone at runtime + */ + TZ?: string; + } + interface HRTime { + (time?: [number, number]): [number, number]; + bigint(): bigint; + } + interface ProcessReport { + /** + * Directory where the report is written. + * working directory of the Node.js process. + * @default '' indicating that reports are written to the current + */ + directory: string; + /** + * Filename where the report is written. + * The default value is the empty string. + * @default '' the output filename will be comprised of a timestamp, + * PID, and sequence number. + */ + filename: string; + /** + * Returns a JSON-formatted diagnostic report for the running process. + * The report's JavaScript stack trace is taken from err, if present. + */ + getReport(err?: Error): string; + /** + * If true, a diagnostic report is generated on fatal errors, + * such as out of memory errors or failed C++ assertions. + * @default false + */ + reportOnFatalError: boolean; + /** + * If true, a diagnostic report is generated when the process + * receives the signal specified by process.report.signal. + * @default false + */ + reportOnSignal: boolean; + /** + * If true, a diagnostic report is generated on uncaught exception. + * @default false + */ + reportOnUncaughtException: boolean; + /** + * The signal used to trigger the creation of a diagnostic report. + * @default 'SIGUSR2' + */ + signal: Signals; + /** + * Writes a diagnostic report to a file. If filename is not provided, the default filename + * includes the date, time, PID, and a sequence number. + * The report's JavaScript stack trace is taken from err, if present. + * + * @param fileName Name of the file where the report is written. + * This should be a relative path, that will be appended to the directory specified in + * `process.report.directory`, or the current working directory of the Node.js process, + * if unspecified. + * @param error A custom error used for reporting the JavaScript stack. + * @return Filename of the generated report. + */ + writeReport(fileName?: string): string; + writeReport(error?: Error): string; + writeReport(fileName?: string, err?: Error): string; + } + interface ResourceUsage { + fsRead: number; + fsWrite: number; + involuntaryContextSwitches: number; + ipcReceived: number; + ipcSent: number; + majorPageFault: number; + maxRSS: number; + minorPageFault: number; + sharedMemorySize: number; + signalsCount: number; + swappedOut: number; + systemCPUTime: number; + unsharedDataSize: number; + unsharedStackSize: number; + userCPUTime: number; + voluntaryContextSwitches: number; + } + interface EmitWarningOptions { + /** + * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. + * + * @default 'Warning' + */ + type?: string | undefined; + /** + * A unique identifier for the warning instance being emitted. + */ + code?: string | undefined; + /** + * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. + * + * @default process.emitWarning + */ + ctor?: Function | undefined; + /** + * Additional text to include with the error. + */ + detail?: string | undefined; + } + interface ProcessConfig { + readonly target_defaults: { + readonly cflags: any[]; + readonly default_configuration: string; + readonly defines: string[]; + readonly include_dirs: string[]; + readonly libraries: string[]; + }; + readonly variables: { + readonly clang: number; + readonly host_arch: string; + readonly node_install_npm: boolean; + readonly node_install_waf: boolean; + readonly node_prefix: string; + readonly node_shared_openssl: boolean; + readonly node_shared_v8: boolean; + readonly node_shared_zlib: boolean; + readonly node_use_dtrace: boolean; + readonly node_use_etw: boolean; + readonly node_use_openssl: boolean; + readonly target_arch: string; + readonly v8_no_strict_aliasing: number; + readonly v8_use_snapshot: boolean; + readonly visibility: string; + }; + } + interface Process extends EventEmitter { + /** + * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is + * a `Writable` stream. + * + * For example, to copy `process.stdin` to `process.stdout`: + * + * ```js + * import { stdin, stdout } from 'process'; + * + * stdin.pipe(stdout); + * ``` + * + * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stdout: WriteStream & { + fd: 1; + }; + /** + * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is + * a `Writable` stream. + * + * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stderr: WriteStream & { + fd: 2; + }; + /** + * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is + * a `Readable` stream. + * + * For details of how to read from `stdin` see `readable.read()`. + * + * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that + * is compatible with scripts written for Node.js prior to v0.10\. + * For more information see `Stream compatibility`. + * + * In "old" streams mode the `stdin` stream is paused by default, so one + * must call `process.stdin.resume()` to read from it. Note also that calling`process.stdin.resume()` itself would switch stream to "old" mode. + */ + stdin: ReadStream & { + fd: 0; + }; + openStdin(): Socket; + /** + * The `process.argv` property returns an array containing the command-line + * arguments passed when the Node.js process was launched. The first element will + * be {@link execPath}. See `process.argv0` if access to the original value + * of `argv[0]` is needed. The second element will be the path to the JavaScript + * file being executed. The remaining elements will be any additional command-line + * arguments. + * + * For example, assuming the following script for `process-args.js`: + * + * ```js + * import { argv } from 'process'; + * + * // print process.argv + * argv.forEach((val, index) => { + * console.log(`${index}: ${val}`); + * }); + * ``` + * + * Launching the Node.js process as: + * + * ```console + * $ node process-args.js one two=three four + * ``` + * + * Would generate the output: + * + * ```text + * 0: /usr/local/bin/node + * 1: /Users/mjr/work/node/process-args.js + * 2: one + * 3: two=three + * 4: four + * ``` + * @since v0.1.27 + */ + argv: string[]; + /** + * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. + * + * ```console + * $ bash -c 'exec -a customArgv0 ./node' + * > process.argv[0] + * '/Volumes/code/external/node/out/Release/node' + * > process.argv0 + * 'customArgv0' + * ``` + * @since v6.4.0 + */ + argv0: string; + /** + * The `process.execArgv` property returns the set of Node.js-specific command-line + * options passed when the Node.js process was launched. These options do not + * appear in the array returned by the {@link argv} property, and do not + * include the Node.js executable, the name of the script, or any options following + * the script name. These options are useful in order to spawn child processes with + * the same execution environment as the parent. + * + * ```console + * $ node --harmony script.js --version + * ``` + * + * Results in `process.execArgv`: + * + * ```js + * ['--harmony'] + * ``` + * + * And `process.argv`: + * + * ```js + * ['/usr/local/bin/node', 'script.js', '--version'] + * ``` + * + * Refer to `Worker constructor` for the detailed behavior of worker + * threads with this property. + * @since v0.7.7 + */ + execArgv: string[]; + /** + * The `process.execPath` property returns the absolute pathname of the executable + * that started the Node.js process. Symbolic links, if any, are resolved. + * + * ```js + * '/usr/local/bin/node' + * ``` + * @since v0.1.100 + */ + execPath: string; + /** + * The `process.abort()` method causes the Node.js process to exit immediately and + * generate a core file. + * + * This feature is not available in `Worker` threads. + * @since v0.7.0 + */ + abort(): never; + /** + * The `process.chdir()` method changes the current working directory of the + * Node.js process or throws an exception if doing so fails (for instance, if + * the specified `directory` does not exist). + * + * ```js + * import { chdir, cwd } from 'process'; + * + * console.log(`Starting directory: ${cwd()}`); + * try { + * chdir('/tmp'); + * console.log(`New directory: ${cwd()}`); + * } catch (err) { + * console.error(`chdir: ${err}`); + * } + * ``` + * + * This feature is not available in `Worker` threads. + * @since v0.1.17 + */ + chdir(directory: string): void; + /** + * The `process.cwd()` method returns the current working directory of the Node.js + * process. + * + * ```js + * import { cwd } from 'process'; + * + * console.log(`Current directory: ${cwd()}`); + * ``` + * @since v0.1.8 + */ + cwd(): string; + /** + * The port used by the Node.js debugger when enabled. + * + * ```js + * import process from 'process'; + * + * process.debugPort = 5858; + * ``` + * @since v0.7.2 + */ + debugPort: number; + /** + * The `process.emitWarning()` method can be used to emit custom or application + * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. + * + * ```js + * import { emitWarning } from 'process'; + * + * // Emit a warning with a code and additional detail. + * emitWarning('Something happened!', { + * code: 'MY_WARNING', + * detail: 'This is some additional information' + * }); + * // Emits: + * // (node:56338) [MY_WARNING] Warning: Something happened! + * // This is some additional information + * ``` + * + * In this example, an `Error` object is generated internally by`process.emitWarning()` and passed through to the `'warning'` handler. + * + * ```js + * import process from 'process'; + * + * process.on('warning', (warning) => { + * console.warn(warning.name); // 'Warning' + * console.warn(warning.message); // 'Something happened!' + * console.warn(warning.code); // 'MY_WARNING' + * console.warn(warning.stack); // Stack trace + * console.warn(warning.detail); // 'This is some additional information' + * }); + * ``` + * + * If `warning` is passed as an `Error` object, the `options` argument is ignored. + * @since v8.0.0 + * @param warning The warning to emit. + */ + emitWarning(warning: string | Error, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; + emitWarning(warning: string | Error, options?: EmitWarningOptions): void; + /** + * The `process.env` property returns an object containing the user environment. + * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). + * + * An example of this object looks like: + * + * ```js + * { + * TERM: 'xterm-256color', + * SHELL: '/usr/local/bin/bash', + * USER: 'maciej', + * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', + * PWD: '/Users/maciej', + * EDITOR: 'vim', + * SHLVL: '1', + * HOME: '/Users/maciej', + * LOGNAME: 'maciej', + * _: '/usr/local/bin/node' + * } + * ``` + * + * It is possible to modify this object, but such modifications will not be + * reflected outside the Node.js process, or (unless explicitly requested) + * to other `Worker` threads. + * In other words, the following example would not work: + * + * ```console + * $ node -e 'process.env.foo = "bar"' && echo $foo + * ``` + * + * While the following will: + * + * ```js + * import { env } from 'process'; + * + * env.foo = 'bar'; + * console.log(env.foo); + * ``` + * + * Assigning a property on `process.env` will implicitly convert the value + * to a string. **This behavior is deprecated.** Future versions of Node.js may + * throw an error when the value is not a string, number, or boolean. + * + * ```js + * import { env } from 'process'; + * + * env.test = null; + * console.log(env.test); + * // => 'null' + * env.test = undefined; + * console.log(env.test); + * // => 'undefined' + * ``` + * + * Use `delete` to delete a property from `process.env`. + * + * ```js + * import { env } from 'process'; + * + * env.TEST = 1; + * delete env.TEST; + * console.log(env.TEST); + * // => undefined + * ``` + * + * On Windows operating systems, environment variables are case-insensitive. + * + * ```js + * import { env } from 'process'; + * + * env.TEST = 1; + * console.log(env.test); + * // => 1 + * ``` + * + * Unless explicitly specified when creating a `Worker` instance, + * each `Worker` thread has its own copy of `process.env`, based on its + * parent thread’s `process.env`, or whatever was specified as the `env` option + * to the `Worker` constructor. Changes to `process.env` will not be visible + * across `Worker` threads, and only the main thread can make changes that + * are visible to the operating system or to native add-ons. + * @since v0.1.27 + */ + env: ProcessEnv; + /** + * The `process.exit()` method instructs Node.js to terminate the process + * synchronously with an exit status of `code`. If `code` is omitted, exit uses + * either the 'success' code `0` or the value of `process.exitCode` if it has been + * set. Node.js will not terminate until all the `'exit'` event listeners are + * called. + * + * To exit with a 'failure' code: + * + * ```js + * import { exit } from 'process'; + * + * exit(1); + * ``` + * + * The shell that executed Node.js should see the exit code as `1`. + * + * Calling `process.exit()` will force the process to exit as quickly as possible + * even if there are still asynchronous operations pending that have not yet + * completed fully, including I/O operations to `process.stdout` and`process.stderr`. + * + * In most situations, it is not actually necessary to call `process.exit()`explicitly. The Node.js process will exit on its own _if there is no additional_ + * _work pending_ in the event loop. The `process.exitCode` property can be set to + * tell the process which exit code to use when the process exits gracefully. + * + * For instance, the following example illustrates a _misuse_ of the`process.exit()` method that could lead to data printed to stdout being + * truncated and lost: + * + * ```js + * import { exit } from 'process'; + * + * // This is an example of what *not* to do: + * if (someConditionNotMet()) { + * printUsageToStdout(); + * exit(1); + * } + * ``` + * + * The reason this is problematic is because writes to `process.stdout` in Node.js + * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js + * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. + * + * Rather than calling `process.exit()` directly, the code _should_ set the`process.exitCode` and allow the process to exit naturally by avoiding + * scheduling any additional work for the event loop: + * + * ```js + * import process from 'process'; + * + * // How to properly set the exit code while letting + * // the process exit gracefully. + * if (someConditionNotMet()) { + * printUsageToStdout(); + * process.exitCode = 1; + * } + * ``` + * + * If it is necessary to terminate the Node.js process due to an error condition, + * throwing an _uncaught_ error and allowing the process to terminate accordingly + * is safer than calling `process.exit()`. + * + * In `Worker` threads, this function stops the current thread rather + * than the current process. + * @since v0.1.13 + * @param [code=0] The exit code. + */ + exit(code?: number): never; + /** + * A number which will be the process exit code, when the process either + * exits gracefully, or is exited via {@link exit} without specifying + * a code. + * + * Specifying a code to {@link exit} will override any + * previous setting of `process.exitCode`. + * @since v0.11.8 + */ + exitCode?: number | undefined; + /** + * The `process.getgid()` method returns the numerical group identity of the + * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.getgid) { + * console.log(`Current gid: ${process.getgid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.31 + */ + getgid?: () => number; + /** + * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a + * numeric ID or a group name + * string. If a group name is specified, this method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.getgid && process.setgid) { + * console.log(`Current gid: ${process.getgid()}`); + * try { + * process.setgid(501); + * console.log(`New gid: ${process.getgid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.31 + * @param id The group name or ID + */ + setgid?: (id: number | string) => void; + /** + * The `process.getuid()` method returns the numeric user identity of the process. + * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.getuid) { + * console.log(`Current uid: ${process.getuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.28 + */ + getuid?: () => number; + /** + * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a + * numeric ID or a username string. + * If a username is specified, the method blocks while resolving the associated + * numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.getuid && process.setuid) { + * console.log(`Current uid: ${process.getuid()}`); + * try { + * process.setuid(501); + * console.log(`New uid: ${process.getuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.28 + */ + setuid?: (id: number | string) => void; + /** + * The `process.geteuid()` method returns the numerical effective user identity of + * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.geteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + geteuid?: () => number; + /** + * The `process.seteuid()` method sets the effective user identity of the process. + * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username + * string. If a username is specified, the method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.geteuid && process.seteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * try { + * process.seteuid(501); + * console.log(`New uid: ${process.geteuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A user name or ID + */ + seteuid?: (id: number | string) => void; + /** + * The `process.getegid()` method returns the numerical effective group identity + * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.getegid) { + * console.log(`Current gid: ${process.getegid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + getegid?: () => number; + /** + * The `process.setegid()` method sets the effective group identity of the process. + * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group + * name string. If a group name is specified, this method blocks while resolving + * the associated a numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.getegid && process.setegid) { + * console.log(`Current gid: ${process.getegid()}`); + * try { + * process.setegid(501); + * console.log(`New gid: ${process.getegid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A group name or ID + */ + setegid?: (id: number | string) => void; + /** + * The `process.getgroups()` method returns an array with the supplementary group + * IDs. POSIX leaves it unspecified if the effective group ID is included but + * Node.js ensures it always is. + * + * ```js + * import process from 'process'; + * + * if (process.getgroups) { + * console.log(process.getgroups()); // [ 16, 21, 297 ] + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.9.4 + */ + getgroups?: () => number[]; + /** + * The `process.setgroups()` method sets the supplementary group IDs for the + * Node.js process. This is a privileged operation that requires the Node.js + * process to have `root` or the `CAP_SETGID` capability. + * + * The `groups` array can contain numeric group IDs, group names, or both. + * + * ```js + * import process from 'process'; + * + * if (process.getgroups && process.setgroups) { + * try { + * process.setgroups([501]); + * console.log(process.getgroups()); // new groups + * } catch (err) { + * console.log(`Failed to set groups: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.9.4 + */ + setgroups?: (groups: ReadonlyArray) => void; + /** + * The `process.setUncaughtExceptionCaptureCallback()` function sets a function + * that will be invoked when an uncaught exception occurs, which will receive the + * exception value itself as its first argument. + * + * If such a function is set, the `'uncaughtException'` event will + * not be emitted. If `--abort-on-uncaught-exception` was passed from the + * command line or set through `v8.setFlagsFromString()`, the process will + * not abort. Actions configured to take place on exceptions such as report + * generations will be affected too + * + * To unset the capture function,`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this + * method with a non-`null` argument while another capture function is set will + * throw an error. + * + * Using this function is mutually exclusive with using the deprecated `domain` built-in module. + * @since v9.3.0 + */ + setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; + /** + * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. + * @since v9.3.0 + */ + hasUncaughtExceptionCaptureCallback(): boolean; + /** + * The `process.version` property contains the Node.js version string. + * + * ```js + * import { version } from 'process'; + * + * console.log(`Version: ${version}`); + * // Version: v14.8.0 + * ``` + * + * To get the version string without the prepended _v_, use`process.versions.node`. + * @since v0.1.3 + */ + readonly version: string; + /** + * The `process.versions` property returns an object listing the version strings of + * Node.js and its dependencies. `process.versions.modules` indicates the current + * ABI version, which is increased whenever a C++ API changes. Node.js will refuse + * to load modules that were compiled against a different module ABI version. + * + * ```js + * import { versions } from 'process'; + * + * console.log(versions); + * ``` + * + * Will generate an object similar to: + * + * ```console + * { node: '11.13.0', + * v8: '7.0.276.38-node.18', + * uv: '1.27.0', + * zlib: '1.2.11', + * brotli: '1.0.7', + * ares: '1.15.0', + * modules: '67', + * nghttp2: '1.34.0', + * napi: '4', + * llhttp: '1.1.1', + * openssl: '1.1.1b', + * cldr: '34.0', + * icu: '63.1', + * tz: '2018e', + * unicode: '11.0' } + * ``` + * @since v0.2.0 + */ + readonly versions: ProcessVersions; + /** + * The `process.config` property returns an `Object` containing the JavaScript + * representation of the configure options used to compile the current Node.js + * executable. This is the same as the `config.gypi` file that was produced when + * running the `./configure` script. + * + * An example of the possible output looks like: + * + * ```js + * { + * target_defaults: + * { cflags: [], + * default_configuration: 'Release', + * defines: [], + * include_dirs: [], + * libraries: [] }, + * variables: + * { + * host_arch: 'x64', + * napi_build_version: 5, + * node_install_npm: 'true', + * node_prefix: '', + * node_shared_cares: 'false', + * node_shared_http_parser: 'false', + * node_shared_libuv: 'false', + * node_shared_zlib: 'false', + * node_use_dtrace: 'false', + * node_use_openssl: 'true', + * node_shared_openssl: 'false', + * strict_aliasing: 'true', + * target_arch: 'x64', + * v8_use_snapshot: 1 + * } + * } + * ``` + * + * The `process.config` property is **not** read-only and there are existing + * modules in the ecosystem that are known to extend, modify, or entirely replace + * the value of `process.config`. + * + * Modifying the `process.config` property, or any child-property of the`process.config` object has been deprecated. The `process.config` will be made + * read-only in a future release. + * @since v0.7.7 + */ + readonly config: ProcessConfig; + /** + * The `process.kill()` method sends the `signal` to the process identified by`pid`. + * + * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. + * + * This method will throw an error if the target `pid` does not exist. As a special + * case, a signal of `0` can be used to test for the existence of a process. + * Windows platforms will throw an error if the `pid` is used to kill a process + * group. + * + * Even though the name of this function is `process.kill()`, it is really just a + * signal sender, like the `kill` system call. The signal sent may do something + * other than kill the target process. + * + * ```js + * import process, { kill } from 'process'; + * + * process.on('SIGHUP', () => { + * console.log('Got SIGHUP signal.'); + * }); + * + * setTimeout(() => { + * console.log('Exiting.'); + * process.exit(0); + * }, 100); + * + * kill(process.pid, 'SIGHUP'); + * ``` + * + * When `SIGUSR1` is received by a Node.js process, Node.js will start the + * debugger. See `Signal Events`. + * @since v0.0.6 + * @param pid A process ID + * @param [signal='SIGTERM'] The signal to send, either as a string or number. + */ + kill(pid: number, signal?: string | number): true; + /** + * The `process.pid` property returns the PID of the process. + * + * ```js + * import { pid } from 'process'; + * + * console.log(`This process is pid ${pid}`); + * ``` + * @since v0.1.15 + */ + readonly pid: number; + /** + * The `process.ppid` property returns the PID of the parent of the + * current process. + * + * ```js + * import { ppid } from 'process'; + * + * console.log(`The parent process is pid ${ppid}`); + * ``` + * @since v9.2.0, v8.10.0, v6.13.0 + */ + readonly ppid: number; + /** + * The `process.title` property returns the current process title (i.e. returns + * the current value of `ps`). Assigning a new value to `process.title` modifies + * the current value of `ps`. + * + * When a new value is assigned, different platforms will impose different maximum + * length restrictions on the title. Usually such restrictions are quite limited. + * For instance, on Linux and macOS, `process.title` is limited to the size of the + * binary name plus the length of the command-line arguments because setting the`process.title` overwrites the `argv` memory of the process. Node.js v0.8 + * allowed for longer process title strings by also overwriting the `environ`memory but that was potentially insecure and confusing in some (rather obscure) + * cases. + * + * Assigning a value to `process.title` might not result in an accurate label + * within process manager applications such as macOS Activity Monitor or Windows + * Services Manager. + * @since v0.1.104 + */ + title: string; + /** + * The operating system CPU architecture for which the Node.js binary was compiled. + * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. + * + * ```js + * import { arch } from 'process'; + * + * console.log(`This processor architecture is ${arch}`); + * ``` + * @since v0.5.0 + */ + readonly arch: Architecture; + /** + * The `process.platform` property returns a string identifying the operating + * system platform for which the Node.js binary was compiled. + * + * Currently possible values are: + * + * * `'aix'` + * * `'darwin'` + * * `'freebsd'` + * * `'linux'` + * * `'openbsd'` + * * `'sunos'` + * * `'win32'` + * + * ```js + * import { platform } from 'process'; + * + * console.log(`This platform is ${platform}`); + * ``` + * + * The value `'android'` may also be returned if the Node.js is built on the + * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.1.16 + */ + readonly platform: Platform; + /** + * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at + * runtime, `require.main` may still refer to the original main module in + * modules that were required before the change occurred. Generally, it's + * safe to assume that the two refer to the same module. + * + * As with `require.main`, `process.mainModule` will be `undefined` if there + * is no entry script. + * @since v0.1.17 + * @deprecated Since v14.0.0 - Use `main` instead. + */ + mainModule?: Module | undefined; + memoryUsage: MemoryUsageFn; + /** + * The `process.cpuUsage()` method returns the user and system CPU time usage of + * the current process, in an object with properties `user` and `system`, whose + * values are microsecond values (millionth of a second). These values measure time + * spent in user and system code respectively, and may end up being greater than + * actual elapsed time if multiple CPU cores are performing work for this process. + * + * The result of a previous call to `process.cpuUsage()` can be passed as the + * argument to the function, to get a diff reading. + * + * ```js + * import { cpuUsage } from 'process'; + * + * const startUsage = cpuUsage(); + * // { user: 38579, system: 6986 } + * + * // spin the CPU for 500 milliseconds + * const now = Date.now(); + * while (Date.now() - now < 500); + * + * console.log(cpuUsage(startUsage)); + * // { user: 514883, system: 11226 } + * ``` + * @since v6.1.0 + * @param previousValue A previous return value from calling `process.cpuUsage()` + */ + cpuUsage(previousValue?: CpuUsage): CpuUsage; + /** + * `process.nextTick()` adds `callback` to the "next tick queue". This queue is + * fully drained after the current operation on the JavaScript stack runs to + * completion and before the event loop is allowed to continue. It's possible to + * create an infinite loop if one were to recursively call `process.nextTick()`. + * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. + * + * ```js + * import { nextTick } from 'process'; + * + * console.log('start'); + * nextTick(() => { + * console.log('nextTick callback'); + * }); + * console.log('scheduled'); + * // Output: + * // start + * // scheduled + * // nextTick callback + * ``` + * + * This is important when developing APIs in order to give users the opportunity + * to assign event handlers _after_ an object has been constructed but before any + * I/O has occurred: + * + * ```js + * import { nextTick } from 'process'; + * + * function MyThing(options) { + * this.setupOptions(options); + * + * nextTick(() => { + * this.startDoingStuff(); + * }); + * } + * + * const thing = new MyThing(); + * thing.getReadyForStuff(); + * + * // thing.startDoingStuff() gets called now, not before. + * ``` + * + * It is very important for APIs to be either 100% synchronous or 100% + * asynchronous. Consider this example: + * + * ```js + * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! + * function maybeSync(arg, cb) { + * if (arg) { + * cb(); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * + * This API is hazardous because in the following case: + * + * ```js + * const maybeTrue = Math.random() > 0.5; + * + * maybeSync(maybeTrue, () => { + * foo(); + * }); + * + * bar(); + * ``` + * + * It is not clear whether `foo()` or `bar()` will be called first. + * + * The following approach is much better: + * + * ```js + * import { nextTick } from 'process'; + * + * function definitelyAsync(arg, cb) { + * if (arg) { + * nextTick(cb); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * @since v0.1.26 + * @param args Additional arguments to pass when invoking the `callback` + */ + nextTick(callback: Function, ...args: any[]): void; + /** + * The `process.release` property returns an `Object` containing metadata related + * to the current release, including URLs for the source tarball and headers-only + * tarball. + * + * `process.release` contains the following properties: + * + * ```js + * { + * name: 'node', + * lts: 'Erbium', + * sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz', + * headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz', + * libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib' + * } + * ``` + * + * In custom builds from non-release versions of the source tree, only the`name` property may be present. The additional properties should not be + * relied upon to exist. + * @since v3.0.0 + */ + readonly release: ProcessRelease; + features: { + inspector: boolean; + debug: boolean; + uv: boolean; + ipv6: boolean; + tls_alpn: boolean; + tls_sni: boolean; + tls_ocsp: boolean; + tls: boolean; + }; + /** + * `process.umask()` returns the Node.js process's file mode creation mask. Child + * processes inherit the mask from the parent process. + * @since v0.1.19 + * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential * + * security vulnerability. There is no safe, cross-platform alternative API. + */ + umask(): number; + /** + * Can only be set if not in worker thread. + */ + umask(mask: string | number): number; + /** + * The `process.uptime()` method returns the number of seconds the current Node.js + * process has been running. + * + * The return value includes fractions of a second. Use `Math.floor()` to get whole + * seconds. + * @since v0.5.0 + */ + uptime(): number; + hrtime: HRTime; + /** + * If Node.js is spawned with an IPC channel, the `process.send()` method can be + * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. + * + * If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`. + * + * The message goes through serialization and parsing. The resulting message might + * not be the same as what is originally sent. + * @since v0.5.9 + * @param options used to parameterize the sending of certain types of handles.`options` supports the following properties: + */ + send?( + message: any, + sendHandle?: any, + options?: { + swallowErrors?: boolean | undefined; + }, + callback?: (error: Error | null) => void + ): boolean; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the + * IPC channel to the parent process, allowing the child process to exit gracefully + * once there are no other connections keeping it alive. + * + * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. + * + * If the Node.js process was not spawned with an IPC channel,`process.disconnect()` will be `undefined`. + * @since v0.7.2 + */ + disconnect(): void; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return`true` so long as the IPC + * channel is connected and will return `false` after`process.disconnect()` is called. + * + * Once `process.connected` is `false`, it is no longer possible to send messages + * over the IPC channel using `process.send()`. + * @since v0.7.2 + */ + connected: boolean; + /** + * The `process.allowedNodeEnvironmentFlags` property is a special, + * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. + * + * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides`Set.prototype.has` to recognize several different possible flag + * representations. `process.allowedNodeEnvironmentFlags.has()` will + * return `true` in the following cases: + * + * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g.,`inspect-brk` for `--inspect-brk`, or `r` for `-r`. + * * Flags passed through to V8 (as listed in `--v8-options`) may replace + * one or more _non-leading_ dashes for an underscore, or vice-versa; + * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, + * etc. + * * Flags may contain one or more equals (`=`) characters; all + * characters after and including the first equals will be ignored; + * e.g., `--stack-trace-limit=100`. + * * Flags _must_ be allowable within `NODE_OPTIONS`. + * + * When iterating over `process.allowedNodeEnvironmentFlags`, flags will + * appear only _once_; each will begin with one or more dashes. Flags + * passed through to V8 will contain underscores instead of non-leading + * dashes: + * + * ```js + * import { allowedNodeEnvironmentFlags } from 'process'; + * + * allowedNodeEnvironmentFlags.forEach((flag) => { + * // -r + * // --inspect-brk + * // --abort_on_uncaught_exception + * // ... + * }); + * ``` + * + * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail + * silently. + * + * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will + * contain what _would have_ been allowable. + * @since v10.10.0 + */ + allowedNodeEnvironmentFlags: ReadonlySet; + /** + * `process.report` is an object whose methods are used to generate diagnostic + * reports for the current process. Additional documentation is available in the `report documentation`. + * @since v11.8.0 + */ + report?: ProcessReport | undefined; + /** + * ```js + * import { resourceUsage } from 'process'; + * + * console.log(resourceUsage()); + * /* + * Will output: + * { + * userCPUTime: 82872, + * systemCPUTime: 4143, + * maxRSS: 33164, + * sharedMemorySize: 0, + * unsharedDataSize: 0, + * unsharedStackSize: 0, + * minorPageFault: 2469, + * majorPageFault: 0, + * swappedOut: 0, + * fsRead: 0, + * fsWrite: 8, + * ipcSent: 0, + * ipcReceived: 0, + * signalsCount: 0, + * voluntaryContextSwitches: 79, + * involuntaryContextSwitches: 1 + * } + * + * ``` + * @since v12.6.0 + * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. + */ + resourceUsage(): ResourceUsage; + /** + * The `process.traceDeprecation` property indicates whether the`--trace-deprecation` flag is set on the current Node.js process. See the + * documentation for the `'warning' event` and the `emitWarning() method` for more information about this + * flag's behavior. + * @since v0.8.0 + */ + traceDeprecation: boolean; + /* EventEmitter */ + addListener(event: 'beforeExit', listener: BeforeExitListener): this; + addListener(event: 'disconnect', listener: DisconnectListener): this; + addListener(event: 'exit', listener: ExitListener): this; + addListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; + addListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + addListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + addListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + addListener(event: 'warning', listener: WarningListener): this; + addListener(event: 'message', listener: MessageListener): this; + addListener(event: Signals, listener: SignalsListener): this; + addListener(event: 'multipleResolves', listener: MultipleResolveListener): this; + addListener(event: 'worker', listener: WorkerListener): this; + emit(event: 'beforeExit', code: number): boolean; + emit(event: 'disconnect'): boolean; + emit(event: 'exit', code: number): boolean; + emit(event: 'rejectionHandled', promise: Promise): boolean; + emit(event: 'uncaughtException', error: Error): boolean; + emit(event: 'uncaughtExceptionMonitor', error: Error): boolean; + emit(event: 'unhandledRejection', reason: unknown, promise: Promise): boolean; + emit(event: 'warning', warning: Error): boolean; + emit(event: 'message', message: unknown, sendHandle: unknown): this; + emit(event: Signals, signal?: Signals): boolean; + emit(event: 'multipleResolves', type: MultipleResolveType, promise: Promise, value: unknown): this; + emit(event: 'worker', listener: WorkerListener): this; + on(event: 'beforeExit', listener: BeforeExitListener): this; + on(event: 'disconnect', listener: DisconnectListener): this; + on(event: 'exit', listener: ExitListener): this; + on(event: 'rejectionHandled', listener: RejectionHandledListener): this; + on(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + on(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + on(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + on(event: 'warning', listener: WarningListener): this; + on(event: 'message', listener: MessageListener): this; + on(event: Signals, listener: SignalsListener): this; + on(event: 'multipleResolves', listener: MultipleResolveListener): this; + on(event: 'worker', listener: WorkerListener): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'beforeExit', listener: BeforeExitListener): this; + once(event: 'disconnect', listener: DisconnectListener): this; + once(event: 'exit', listener: ExitListener): this; + once(event: 'rejectionHandled', listener: RejectionHandledListener): this; + once(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + once(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + once(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + once(event: 'warning', listener: WarningListener): this; + once(event: 'message', listener: MessageListener): this; + once(event: Signals, listener: SignalsListener): this; + once(event: 'multipleResolves', listener: MultipleResolveListener): this; + once(event: 'worker', listener: WorkerListener): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'beforeExit', listener: BeforeExitListener): this; + prependListener(event: 'disconnect', listener: DisconnectListener): this; + prependListener(event: 'exit', listener: ExitListener): this; + prependListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; + prependListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + prependListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + prependListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + prependListener(event: 'warning', listener: WarningListener): this; + prependListener(event: 'message', listener: MessageListener): this; + prependListener(event: Signals, listener: SignalsListener): this; + prependListener(event: 'multipleResolves', listener: MultipleResolveListener): this; + prependListener(event: 'worker', listener: WorkerListener): this; + prependOnceListener(event: 'beforeExit', listener: BeforeExitListener): this; + prependOnceListener(event: 'disconnect', listener: DisconnectListener): this; + prependOnceListener(event: 'exit', listener: ExitListener): this; + prependOnceListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; + prependOnceListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + prependOnceListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + prependOnceListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + prependOnceListener(event: 'warning', listener: WarningListener): this; + prependOnceListener(event: 'message', listener: MessageListener): this; + prependOnceListener(event: Signals, listener: SignalsListener): this; + prependOnceListener(event: 'multipleResolves', listener: MultipleResolveListener): this; + prependOnceListener(event: 'worker', listener: WorkerListener): this; + listeners(event: 'beforeExit'): BeforeExitListener[]; + listeners(event: 'disconnect'): DisconnectListener[]; + listeners(event: 'exit'): ExitListener[]; + listeners(event: 'rejectionHandled'): RejectionHandledListener[]; + listeners(event: 'uncaughtException'): UncaughtExceptionListener[]; + listeners(event: 'uncaughtExceptionMonitor'): UncaughtExceptionListener[]; + listeners(event: 'unhandledRejection'): UnhandledRejectionListener[]; + listeners(event: 'warning'): WarningListener[]; + listeners(event: 'message'): MessageListener[]; + listeners(event: Signals): SignalsListener[]; + listeners(event: 'multipleResolves'): MultipleResolveListener[]; + listeners(event: 'worker'): WorkerListener[]; + } + } + } + export = process; +} +declare module 'node:process' { + import process = require('process'); + export = process; +} diff --git a/node_modules/@types/node/punycode.d.ts b/node_modules/@types/node/punycode.d.ts new file mode 100644 index 000000000..87ebbb904 --- /dev/null +++ b/node_modules/@types/node/punycode.d.ts @@ -0,0 +1,117 @@ +/** + * **The version of the punycode module bundled in Node.js is being deprecated.**In a future major version of Node.js this module will be removed. Users + * currently depending on the `punycode` module should switch to using the + * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL + * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. + * + * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It + * can be accessed using: + * + * ```js + * const punycode = require('punycode'); + * ``` + * + * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is + * primarily intended for use in Internationalized Domain Names. Because host + * names in URLs are limited to ASCII characters only, Domain Names that contain + * non-ASCII characters must be converted into ASCII using the Punycode scheme. + * For instance, the Japanese character that translates into the English word,`'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent + * to `'example.com'`) is represented by Punycode as the ASCII string`'xn--fsq.com'`. + * + * The `punycode` module provides a simple implementation of the Punycode standard. + * + * The `punycode` module is a third-party dependency used by Node.js and + * made available to developers as a convenience. Fixes or other modifications to + * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. + * @deprecated Since v7.0.0 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/punycode.js) + */ +declare module 'punycode' { + /** + * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only + * characters to the equivalent string of Unicode codepoints. + * + * ```js + * punycode.decode('maana-pta'); // 'mañana' + * punycode.decode('--dqo34k'); // '☃-⌘' + * ``` + * @since v0.5.1 + */ + function decode(string: string): string; + /** + * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. + * + * ```js + * punycode.encode('mañana'); // 'maana-pta' + * punycode.encode('☃-⌘'); // '--dqo34k' + * ``` + * @since v0.5.1 + */ + function encode(string: string): string; + /** + * The `punycode.toUnicode()` method converts a string representing a domain name + * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be + * converted. + * + * ```js + * // decode domain names + * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' + * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' + * punycode.toUnicode('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toUnicode(domain: string): string; + /** + * The `punycode.toASCII()` method converts a Unicode string representing an + * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the + * domain name will be converted. Calling `punycode.toASCII()` on a string that + * already only contains ASCII characters will have no effect. + * + * ```js + * // encode domain names + * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' + * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' + * punycode.toASCII('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toASCII(domain: string): string; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const ucs2: ucs2; + interface ucs2 { + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + decode(string: string): number[]; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + encode(codePoints: ReadonlyArray): string; + } + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const version: string; +} +declare module 'node:punycode' { + export * from 'punycode'; +} diff --git a/node_modules/@types/node/querystring.d.ts b/node_modules/@types/node/querystring.d.ts new file mode 100644 index 000000000..e11854784 --- /dev/null +++ b/node_modules/@types/node/querystring.d.ts @@ -0,0 +1,131 @@ +/** + * The `querystring` module provides utilities for parsing and formatting URL + * query strings. It can be accessed using: + * + * ```js + * const querystring = require('querystring'); + * ``` + * + * `querystring` is more performant than `URLSearchParams` but is not a + * standardized API. Use `URLSearchParams` when performance is not critical + * or when compatibility with browser code is desirable. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/querystring.js) + */ +declare module 'querystring' { + interface StringifyOptions { + encodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParseOptions { + maxKeys?: number | undefined; + decodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParsedUrlQuery extends NodeJS.Dict {} + interface ParsedUrlQueryInput extends NodeJS.Dict | ReadonlyArray | ReadonlyArray | null> {} + /** + * The `querystring.stringify()` method produces a URL query string from a + * given `obj` by iterating through the object's "own properties". + * + * It serializes the following types of values passed in `obj`:[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | + * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to + * empty strings. + * + * ```js + * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); + * // Returns 'foo=bar&baz=qux&baz=quux&corge=' + * + * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); + * // Returns 'foo:bar;baz:qux' + * ``` + * + * By default, characters requiring percent-encoding within the query string will + * be encoded as UTF-8\. If an alternative encoding is required, then an alternative`encodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkEncodeURIComponent function already exists, + * + * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, + * { encodeURIComponent: gbkEncodeURIComponent }); + * ``` + * @since v0.1.25 + * @param obj The object to serialize into a URL query string + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; + /** + * The `querystring.parse()` method parses a URL query string (`str`) into a + * collection of key and value pairs. + * + * For example, the query string `'foo=bar&abc=xyz&abc=123'` is parsed into: + * + * ```js + * { + * foo: 'bar', + * abc: ['xyz', '123'] + * } + * ``` + * + * The object returned by the `querystring.parse()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * By default, percent-encoded characters within the query string will be assumed + * to use UTF-8 encoding. If an alternative character encoding is used, then an + * alternative `decodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkDecodeURIComponent function already exists... + * + * querystring.parse('w=%D6%D0%CE%C4&foo=bar', null, null, + * { decodeURIComponent: gbkDecodeURIComponent }); + * ``` + * @since v0.1.25 + * @param str The URL query string to parse + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; + /** + * The querystring.encode() function is an alias for querystring.stringify(). + */ + const encode: typeof stringify; + /** + * The querystring.decode() function is an alias for querystring.parse(). + */ + const decode: typeof parse; + /** + * The `querystring.escape()` method performs URL percent-encoding on the given`str` in a manner that is optimized for the specific requirements of URL + * query strings. + * + * The `querystring.escape()` method is used by `querystring.stringify()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement percent-encoding implementation if + * necessary by assigning `querystring.escape` to an alternative function. + * @since v0.1.25 + */ + function escape(str: string): string; + /** + * The `querystring.unescape()` method performs decoding of URL percent-encoded + * characters on the given `str`. + * + * The `querystring.unescape()` method is used by `querystring.parse()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement decoding implementation if + * necessary by assigning `querystring.unescape` to an alternative function. + * + * By default, the `querystring.unescape()` method will attempt to use the + * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, + * a safer equivalent that does not throw on malformed URLs will be used. + * @since v0.1.25 + */ + function unescape(str: string): string; +} +declare module 'node:querystring' { + export * from 'querystring'; +} diff --git a/node_modules/@types/node/readline.d.ts b/node_modules/@types/node/readline.d.ts new file mode 100644 index 000000000..6ab64acbb --- /dev/null +++ b/node_modules/@types/node/readline.d.ts @@ -0,0 +1,653 @@ +/** + * The `readline` module provides an interface for reading data from a `Readable` stream (such as `process.stdin`) one line at a time. + * + * To use the promise-based APIs: + * + * ```js + * import * as readline from 'node:readline/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as readline from 'node:readline'; + * ``` + * + * The following simple example illustrates the basic use of the `readline` module. + * + * ```js + * import * as readline from 'node:readline/promises'; + * import { stdin as input, stdout as output } from 'node:process'; + * + * const rl = readline.createInterface({ input, output }); + * + * const answer = await rl.question('What do you think of Node.js? '); + * + * console.log(`Thank you for your valuable feedback: ${answer}`); + * + * rl.close(); + * ``` + * + * Once this code is invoked, the Node.js application will not terminate until the`readline.Interface` is closed because the interface waits for data to be + * received on the `input` stream. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline.js) + */ +declare module 'readline' { + import { Abortable, EventEmitter } from 'node:events'; + import * as promises from 'node:readline/promises'; + + export { promises }; + export interface Key { + sequence?: string | undefined; + name?: string | undefined; + ctrl?: boolean | undefined; + meta?: boolean | undefined; + shift?: boolean | undefined; + } + /** + * Instances of the `readline.Interface` class are constructed using the`readline.createInterface()` method. Every instance is associated with a + * single `input` `Readable` stream and a single `output` `Writable` stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v0.1.104 + */ + export class Interface extends EventEmitter { + readonly terminal: boolean; + /** + * The current input data being processed by node. + * + * This can be used when collecting input from a TTY stream to retrieve the + * current value that has been processed thus far, prior to the `line` event + * being emitted. Once the `line` event has been emitted, this property will + * be an empty string. + * + * Be aware that modifying the value during the instance runtime may have + * unintended consequences if `rl.cursor` is not also controlled. + * + * **If not using a TTY stream for input, use the `'line'` event.** + * + * One possible use case would be as follows: + * + * ```js + * const values = ['lorem ipsum', 'dolor sit amet']; + * const rl = readline.createInterface(process.stdin); + * const showResults = debounce(() => { + * console.log( + * '\n', + * values.filter((val) => val.startsWith(rl.line)).join(' ') + * ); + * }, 300); + * process.stdin.on('keypress', (c, k) => { + * showResults(); + * }); + * ``` + * @since v0.1.98 + */ + readonly line: string; + /** + * The cursor position relative to `rl.line`. + * + * This will track where the current cursor lands in the input string, when + * reading input from a TTY stream. The position of cursor determines the + * portion of the input string that will be modified as input is processed, + * as well as the column where the terminal caret will be rendered. + * @since v0.1.98 + */ + readonly cursor: number; + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface + */ + protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean); + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface + */ + protected constructor(options: ReadLineOptions); + /** + * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. + * @since v15.3.0 + * @return the current prompt string + */ + getPrompt(): string; + /** + * The `rl.setPrompt()` method sets the prompt that will be written to `output`whenever `rl.prompt()` is called. + * @since v0.1.98 + */ + setPrompt(prompt: string): void; + /** + * The `rl.prompt()` method writes the `readline.Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new + * location at which to provide input. + * + * When called, `rl.prompt()` will resume the `input` stream if it has been + * paused. + * + * If the `readline.Interface` was created with `output` set to `null` or`undefined` the prompt is not written. + * @since v0.1.98 + * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. + */ + prompt(preserveCursor?: boolean): void; + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback`function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `query` is not written. + * + * The `callback` function passed to `rl.question()` does not follow the typical + * pattern of accepting an `Error` object or `null` as the first argument. + * The `callback` is called with the provided answer as the only argument. + * + * Example usage: + * + * ```js + * rl.question('What is your favorite food? ', (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * ``` + * + * Using an `AbortController` to cancel a question. + * + * ```js + * const ac = new AbortController(); + * const signal = ac.signal; + * + * rl.question('What is your favorite food? ', { signal }, (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * setTimeout(() => ac.abort(), 10000); + * ``` + * + * If this method is invoked as it's util.promisify()ed version, it returns a + * Promise that fulfills with the answer. If the question is canceled using + * an `AbortController` it will reject with an `AbortError`. + * + * ```js + * const util = require('util'); + * const question = util.promisify(rl.question).bind(rl); + * + * async function questionExample() { + * try { + * const answer = await question('What is you favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * } catch (err) { + * console.error('Question rejected', err); + * } + * } + * questionExample(); + * ``` + * @since v0.3.3 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @param callback A callback function that is invoked with the user's input in response to the `query`. + */ + question(query: string, callback: (answer: string) => void): void; + question(query: string, options: Abortable, callback: (answer: string) => void): void; + /** + * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed + * later if necessary. + * + * Calling `rl.pause()` does not immediately pause other events (including`'line'`) from being emitted by the `readline.Interface` instance. + * @since v0.3.4 + */ + pause(): this; + /** + * The `rl.resume()` method resumes the `input` stream if it has been paused. + * @since v0.3.4 + */ + resume(): this; + /** + * The `rl.close()` method closes the `readline.Interface` instance and + * relinquishes control over the `input` and `output` streams. When called, + * the `'close'` event will be emitted. + * + * Calling `rl.close()` does not immediately stop other events (including `'line'`) + * from being emitted by the `readline.Interface` instance. + * @since v0.1.98 + */ + close(): void; + /** + * The `rl.write()` method will write either `data` or a key sequence identified + * by `key` to the `output`. The `key` argument is supported only if `output` is + * a `TTY` text terminal. See `TTY keybindings` for a list of key + * combinations. + * + * If `key` is specified, `data` is ignored. + * + * When called, `rl.write()` will resume the `input` stream if it has been + * paused. + * + * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `data` and `key` are not written. + * + * ```js + * rl.write('Delete this!'); + * // Simulate Ctrl+U to delete the line written previously + * rl.write(null, { ctrl: true, name: 'u' }); + * ``` + * + * The `rl.write()` method will write the data to the `readline` `Interface`'s`input`_as if it were provided by the user_. + * @since v0.1.98 + */ + write(data: string | Buffer, key?: Key): void; + write(data: undefined | null | string | Buffer, key: Key): void; + /** + * Returns the real position of the cursor in relation to the input + * prompt + string. Long input (wrapping) strings, as well as multiple + * line prompts are included in the calculations. + * @since v13.5.0, v12.16.0 + */ + getCursorPos(): CursorPos; + /** + * events.EventEmitter + * 1. close + * 2. line + * 3. pause + * 4. resume + * 5. SIGCONT + * 6. SIGINT + * 7. SIGTSTP + * 8. history + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'line', listener: (input: string) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: 'SIGCONT', listener: () => void): this; + addListener(event: 'SIGINT', listener: () => void): this; + addListener(event: 'SIGTSTP', listener: () => void): this; + addListener(event: 'history', listener: (history: string[]) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'line', input: string): boolean; + emit(event: 'pause'): boolean; + emit(event: 'resume'): boolean; + emit(event: 'SIGCONT'): boolean; + emit(event: 'SIGINT'): boolean; + emit(event: 'SIGTSTP'): boolean; + emit(event: 'history', history: string[]): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'line', listener: (input: string) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: 'SIGCONT', listener: () => void): this; + on(event: 'SIGINT', listener: () => void): this; + on(event: 'SIGTSTP', listener: () => void): this; + on(event: 'history', listener: (history: string[]) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'line', listener: (input: string) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: 'SIGCONT', listener: () => void): this; + once(event: 'SIGINT', listener: () => void): this; + once(event: 'SIGTSTP', listener: () => void): this; + once(event: 'history', listener: (history: string[]) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'line', listener: (input: string) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: 'SIGCONT', listener: () => void): this; + prependListener(event: 'SIGINT', listener: () => void): this; + prependListener(event: 'SIGTSTP', listener: () => void): this; + prependListener(event: 'history', listener: (history: string[]) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'line', listener: (input: string) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: 'SIGCONT', listener: () => void): this; + prependOnceListener(event: 'SIGINT', listener: () => void): this; + prependOnceListener(event: 'SIGTSTP', listener: () => void): this; + prependOnceListener(event: 'history', listener: (history: string[]) => void): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + export type ReadLine = Interface; // type forwarded for backwards compatibility + export type Completer = (line: string) => CompleterResult; + export type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => void; + export type CompleterResult = [string[], string]; + export interface ReadLineOptions { + input: NodeJS.ReadableStream; + output?: NodeJS.WritableStream | undefined; + completer?: Completer | AsyncCompleter | undefined; + terminal?: boolean | undefined; + /** + * Initial list of history lines. This option makes sense + * only if `terminal` is set to `true` by the user or by an internal `output` + * check, otherwise the history caching mechanism is not initialized at all. + * @default [] + */ + history?: string[] | undefined; + historySize?: number | undefined; + prompt?: string | undefined; + crlfDelay?: number | undefined; + /** + * If `true`, when a new input line added + * to the history list duplicates an older one, this removes the older line + * from the list. + * @default false + */ + removeHistoryDuplicates?: boolean | undefined; + escapeCodeTimeout?: number | undefined; + tabSize?: number | undefined; + } + /** + * The `readline.createInterface()` method creates a new `readline.Interface`instance. + * + * ```js + * const readline = require('readline'); + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout + * }); + * ``` + * + * Once the `readline.Interface` instance is created, the most common case is to + * listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * + * When creating a `readline.Interface` using `stdin` as input, the program + * will not terminate until it receives `EOF` (Ctrl+D on + * Linux/macOS, Ctrl+Z followed by Return on + * Windows). + * If you want your application to exit without waiting for user input, you can `unref()` the standard input stream: + * + * ```js + * process.stdin.unref(); + * ``` + * @since v0.1.98 + */ + export function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface; + export function createInterface(options: ReadLineOptions): Interface; + /** + * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. + * + * Optionally, `interface` specifies a `readline.Interface` instance for which + * autocompletion is disabled when copy-pasted input is detected. + * + * If the `stream` is a `TTY`, then it must be in raw mode. + * + * This is automatically called by any readline instance on its `input` if the`input` is a terminal. Closing the `readline` instance does not stop + * the `input` from emitting `'keypress'` events. + * + * ```js + * readline.emitKeypressEvents(process.stdin); + * if (process.stdin.isTTY) + * process.stdin.setRawMode(true); + * ``` + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * const readline = require('readline'); + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ' + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * const { once } = require('events'); + * const { createReadStream } = require('fs'); + * const { createInterface } = require('readline'); + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + */ + export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; + export type Direction = -1 | 0 | 1; + export interface CursorPos { + rows: number; + cols: number; + } + /** + * The `readline.clearLine()` method clears current line of given `TTY` stream + * in a specified direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; + /** + * The `readline.clearScreenDown()` method clears the given `TTY` stream from + * the current position of the cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; + /** + * The `readline.cursorTo()` method moves cursor to the specified position in a + * given `TTY` `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; + /** + * The `readline.moveCursor()` method moves the cursor _relative_ to its current + * position in a given `TTY` `stream`. + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * const readline = require('readline'); + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ' + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * const { once } = require('events'); + * const { createReadStream } = require('fs'); + * const { createInterface } = require('readline'); + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; +} +declare module 'node:readline' { + export * from 'readline'; +} diff --git a/node_modules/@types/node/readline/promises.d.ts b/node_modules/@types/node/readline/promises.d.ts new file mode 100644 index 000000000..8f9f06f0b --- /dev/null +++ b/node_modules/@types/node/readline/promises.d.ts @@ -0,0 +1,143 @@ +/** + * The `readline/promise` module provides an API for reading lines of input from a Readable stream one line at a time. + * + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline/promises.js) + * @since v17.0.0 + */ +declare module 'readline/promises' { + import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline'; + import { Abortable } from 'node:events'; + + class Interface extends _Interface { + /** + * The rl.question() method displays the query by writing it to the output, waits for user input to be provided on input, + * then invokes the callback function passing the provided input as the first argument. + * + * When called, rl.question() will resume the input stream if it has been paused. + * + * If the readlinePromises.Interface was created with output set to null or undefined the query is not written. + * + * If the question is called after rl.close(), it returns a rejected promise. + * + * Example usage: + * + * ```js + * const answer = await rl.question('What is your favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * Using an AbortSignal to cancel a question. + * + * ```js + * const signal = AbortSignal.timeout(10_000); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * const answer = await rl.question('What is your favorite food? ', { signal }); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * @since v17.0.0 + * @param query A statement or query to write to output, prepended to the prompt. + */ + question(query: string): Promise; + question(query: string, options: Abortable): Promise; + } + + class Readline { + /** + * @param stream A TTY stream. + */ + constructor(stream: NodeJS.WritableStream, options?: { autoCommit?: boolean }); + /** + * The `rl.clearLine()` method adds to the internal list of pending action an action that clears current line of the associated `stream` in a specified direction identified by `dir`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + */ + clearLine(dir: Direction): this; + /** + * The `rl.clearScreenDown()` method adds to the internal list of pending action an action that clears the associated `stream` from the current position of the cursor down. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + */ + clearScreenDown(): this; + /** + * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. + */ + commit(): Promise; + /** + * The `rl.cursorTo()` method adds to the internal list of pending action an action that moves cursor to the specified position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + */ + cursorTo(x: number, y?: number): this; + /** + * The `rl.moveCursor()` method adds to the internal list of pending action an action that moves the cursor relative to its current position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless autoCommit: true was passed to the constructor. + */ + moveCursor(dx: number, dy: number): this; + /** + * The `rl.rollback()` method clears the internal list of pending actions without sending it to the associated `stream`. + */ + rollback(): this; + } + + /** + * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. + * + * ```js + * const readlinePromises = require('node:readline/promises'); + * const rl = readlinePromises.createInterface({ + * input: process.stdin, + * output: process.stdout + * }); + * ``` + * + * Once the `readlinePromises.Interface` instance is created, the most common case is to listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get the best compatibility if it defines an `output.columns` property, + * and emits a `'resize'` event on the `output`, if or when the columns ever change (`process.stdout` does this automatically when it is a TTY). + * + * ## Use of the `completer` function + * + * The `completer` function takes the current line entered by the user as an argument, and returns an `Array` with 2 entries: + * + * - An Array with matching entries for the completion. + * - The substring that was used for the matching. + * + * For instance: `[[substr1, substr2, ...], originalsubstring]`. + * + * ```js + * function completer(line) { + * const completions = '.help .error .exit .quit .q'.split(' '); + * const hits = completions.filter((c) => c.startsWith(line)); + * // Show all completions if none found + * return [hits.length ? hits : completions, line]; + * } + * ``` + * + * The `completer` function can also returns a `Promise`, or be asynchronous: + * + * ```js + * async function completer(linePartial) { + * await someAsyncWork(); + * return [['123'], linePartial]; + * } + * ``` + */ + function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ): Interface; + function createInterface(options: ReadLineOptions): Interface; +} +declare module 'node:readline/promises' { + export * from 'readline/promises'; +} diff --git a/node_modules/@types/node/repl.d.ts b/node_modules/@types/node/repl.d.ts new file mode 100644 index 000000000..be42ccc4a --- /dev/null +++ b/node_modules/@types/node/repl.d.ts @@ -0,0 +1,424 @@ +/** + * The `repl` module provides a Read-Eval-Print-Loop (REPL) implementation that + * is available both as a standalone program or includible in other applications. + * It can be accessed using: + * + * ```js + * const repl = require('repl'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/repl.js) + */ +declare module 'repl' { + import { Interface, Completer, AsyncCompleter } from 'node:readline'; + import { Context } from 'node:vm'; + import { InspectOptions } from 'node:util'; + interface ReplOptions { + /** + * The input prompt to display. + * @default "> " + */ + prompt?: string | undefined; + /** + * The `Readable` stream from which REPL input will be read. + * @default process.stdin + */ + input?: NodeJS.ReadableStream | undefined; + /** + * The `Writable` stream to which REPL output will be written. + * @default process.stdout + */ + output?: NodeJS.WritableStream | undefined; + /** + * If `true`, specifies that the output should be treated as a TTY terminal, and have + * ANSI/VT100 escape codes written to it. + * Default: checking the value of the `isTTY` property on the output stream upon + * instantiation. + */ + terminal?: boolean | undefined; + /** + * The function to be used when evaluating each given line of input. + * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can + * error with `repl.Recoverable` to indicate the input was incomplete and prompt for + * additional lines. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions + */ + eval?: REPLEval | undefined; + /** + * Defines if the repl prints output previews or not. + * @default `true` Always `false` in case `terminal` is falsy. + */ + preview?: boolean | undefined; + /** + * If `true`, specifies that the default `writer` function should include ANSI color + * styling to REPL output. If a custom `writer` function is provided then this has no + * effect. + * Default: the REPL instance's `terminal` value. + */ + useColors?: boolean | undefined; + /** + * If `true`, specifies that the default evaluation function will use the JavaScript + * `global` as the context as opposed to creating a new separate context for the REPL + * instance. The node CLI REPL sets this value to `true`. + * Default: `false`. + */ + useGlobal?: boolean | undefined; + /** + * If `true`, specifies that the default writer will not output the return value of a + * command if it evaluates to `undefined`. + * Default: `false`. + */ + ignoreUndefined?: boolean | undefined; + /** + * The function to invoke to format the output of each command before writing to `output`. + * Default: a wrapper for `util.inspect`. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output + */ + writer?: REPLWriter | undefined; + /** + * An optional function used for custom Tab auto completion. + * + * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * A flag that specifies whether the default evaluator executes all JavaScript commands in + * strict mode or default (sloppy) mode. + * Accepted values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; + /** + * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is + * pressed. This cannot be used together with a custom `eval` function. + * Default: `false`. + */ + breakEvalOnSigint?: boolean | undefined; + } + type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void; + type REPLWriter = (this: REPLServer, obj: any) => string; + /** + * This is the default "writer" value, if none is passed in the REPL options, + * and it can be overridden by custom print functions. + */ + const writer: REPLWriter & { + options: InspectOptions; + }; + type REPLCommandAction = (this: REPLServer, text: string) => void; + interface REPLCommand { + /** + * Help text to be displayed when `.help` is entered. + */ + help?: string | undefined; + /** + * The function to execute, optionally accepting a single string argument. + */ + action: REPLCommandAction; + } + /** + * Instances of `repl.REPLServer` are created using the {@link start} method + * or directly using the JavaScript `new` keyword. + * + * ```js + * const repl = require('repl'); + * + * const options = { useColors: true }; + * + * const firstInstance = repl.start(options); + * const secondInstance = new repl.REPLServer(options); + * ``` + * @since v0.1.91 + */ + class REPLServer extends Interface { + /** + * The `vm.Context` provided to the `eval` function to be used for JavaScript + * evaluation. + */ + readonly context: Context; + /** + * @deprecated since v14.3.0 - Use `input` instead. + */ + readonly inputStream: NodeJS.ReadableStream; + /** + * @deprecated since v14.3.0 - Use `output` instead. + */ + readonly outputStream: NodeJS.WritableStream; + /** + * The `Readable` stream from which REPL input will be read. + */ + readonly input: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + */ + readonly output: NodeJS.WritableStream; + /** + * The commands registered via `replServer.defineCommand()`. + */ + readonly commands: NodeJS.ReadOnlyDict; + /** + * A value indicating whether the REPL is currently in "editor mode". + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys + */ + readonly editorMode: boolean; + /** + * A value indicating whether the `_` variable has been assigned. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreAssigned: boolean; + /** + * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly last: any; + /** + * A value indicating whether the `_error` variable has been assigned. + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreErrAssigned: boolean; + /** + * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly lastError: any; + /** + * Specified in the REPL options, this is the function to be used when evaluating each + * given line of input. If not specified in the REPL options, this is an async wrapper + * for the JavaScript `eval()` function. + */ + readonly eval: REPLEval; + /** + * Specified in the REPL options, this is a value indicating whether the default + * `writer` function should include ANSI color styling to REPL output. + */ + readonly useColors: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `eval` + * function will use the JavaScript `global` as the context as opposed to creating a new + * separate context for the REPL instance. + */ + readonly useGlobal: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `writer` + * function should output the result of a command if it evaluates to `undefined`. + */ + readonly ignoreUndefined: boolean; + /** + * Specified in the REPL options, this is the function to invoke to format the output of + * each command before writing to `outputStream`. If not specified in the REPL options, + * this will be a wrapper for `util.inspect`. + */ + readonly writer: REPLWriter; + /** + * Specified in the REPL options, this is the function to use for custom Tab auto-completion. + */ + readonly completer: Completer | AsyncCompleter; + /** + * Specified in the REPL options, this is a flag that specifies whether the default `eval` + * function should execute all JavaScript commands in strict mode or default (sloppy) mode. + * Possible values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + /** + * NOTE: According to the documentation: + * + * > Instances of `repl.REPLServer` are created using the `repl.start()` method and + * > _should not_ be created directly using the JavaScript `new` keyword. + * + * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver + */ + private constructor(); + /** + * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands + * to the REPL instance. Such commands are invoked by typing a `.` followed by the`keyword`. The `cmd` is either a `Function` or an `Object` with the following + * properties: + * + * The following example shows two new commands added to the REPL instance: + * + * ```js + * const repl = require('repl'); + * + * const replServer = repl.start({ prompt: '> ' }); + * replServer.defineCommand('sayhello', { + * help: 'Say hello', + * action(name) { + * this.clearBufferedCommand(); + * console.log(`Hello, ${name}!`); + * this.displayPrompt(); + * } + * }); + * replServer.defineCommand('saybye', function saybye() { + * console.log('Goodbye!'); + * this.close(); + * }); + * ``` + * + * The new commands can then be used from within the REPL instance: + * + * ```console + * > .sayhello Node.js User + * Hello, Node.js User! + * > .saybye + * Goodbye! + * ``` + * @since v0.3.0 + * @param keyword The command keyword (_without_ a leading `.` character). + * @param cmd The function to invoke when the command is processed. + */ + defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; + /** + * The `replServer.displayPrompt()` method readies the REPL instance for input + * from the user, printing the configured `prompt` to a new line in the `output`and resuming the `input` to accept new input. + * + * When multi-line input is being entered, an ellipsis is printed rather than the + * 'prompt'. + * + * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. + * + * The `replServer.displayPrompt` method is primarily intended to be called from + * within the action function for commands registered using the`replServer.defineCommand()` method. + * @since v0.1.91 + */ + displayPrompt(preserveCursor?: boolean): void; + /** + * The `replServer.clearBufferedCommand()` method clears any command that has been + * buffered but not yet executed. This method is primarily intended to be + * called from within the action function for commands registered using the`replServer.defineCommand()` method. + * @since v9.0.0 + */ + clearBufferedCommand(): void; + /** + * Initializes a history log file for the REPL instance. When executing the + * Node.js binary and using the command-line REPL, a history file is initialized + * by default. However, this is not the case when creating a REPL + * programmatically. Use this method to initialize a history log file when working + * with REPL instances programmatically. + * @since v11.10.0 + * @param historyPath the path to the history file + * @param callback called when history writes are ready or upon error + */ + setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; + /** + * events.EventEmitter + * 1. close - inherited from `readline.Interface` + * 2. line - inherited from `readline.Interface` + * 3. pause - inherited from `readline.Interface` + * 4. resume - inherited from `readline.Interface` + * 5. SIGCONT - inherited from `readline.Interface` + * 6. SIGINT - inherited from `readline.Interface` + * 7. SIGTSTP - inherited from `readline.Interface` + * 8. exit + * 9. reset + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'line', listener: (input: string) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: 'SIGCONT', listener: () => void): this; + addListener(event: 'SIGINT', listener: () => void): this; + addListener(event: 'SIGTSTP', listener: () => void): this; + addListener(event: 'exit', listener: () => void): this; + addListener(event: 'reset', listener: (context: Context) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'line', input: string): boolean; + emit(event: 'pause'): boolean; + emit(event: 'resume'): boolean; + emit(event: 'SIGCONT'): boolean; + emit(event: 'SIGINT'): boolean; + emit(event: 'SIGTSTP'): boolean; + emit(event: 'exit'): boolean; + emit(event: 'reset', context: Context): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'line', listener: (input: string) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: 'SIGCONT', listener: () => void): this; + on(event: 'SIGINT', listener: () => void): this; + on(event: 'SIGTSTP', listener: () => void): this; + on(event: 'exit', listener: () => void): this; + on(event: 'reset', listener: (context: Context) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'line', listener: (input: string) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: 'SIGCONT', listener: () => void): this; + once(event: 'SIGINT', listener: () => void): this; + once(event: 'SIGTSTP', listener: () => void): this; + once(event: 'exit', listener: () => void): this; + once(event: 'reset', listener: (context: Context) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'line', listener: (input: string) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: 'SIGCONT', listener: () => void): this; + prependListener(event: 'SIGINT', listener: () => void): this; + prependListener(event: 'SIGTSTP', listener: () => void): this; + prependListener(event: 'exit', listener: () => void): this; + prependListener(event: 'reset', listener: (context: Context) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'line', listener: (input: string) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: 'SIGCONT', listener: () => void): this; + prependOnceListener(event: 'SIGINT', listener: () => void): this; + prependOnceListener(event: 'SIGTSTP', listener: () => void): this; + prependOnceListener(event: 'exit', listener: () => void): this; + prependOnceListener(event: 'reset', listener: (context: Context) => void): this; + } + /** + * A flag passed in the REPL options. Evaluates expressions in sloppy mode. + */ + const REPL_MODE_SLOPPY: unique symbol; + /** + * A flag passed in the REPL options. Evaluates expressions in strict mode. + * This is equivalent to prefacing every repl statement with `'use strict'`. + */ + const REPL_MODE_STRICT: unique symbol; + /** + * The `repl.start()` method creates and starts a {@link REPLServer} instance. + * + * If `options` is a string, then it specifies the input prompt: + * + * ```js + * const repl = require('repl'); + * + * // a Unix style prompt + * repl.start('$ '); + * ``` + * @since v0.1.91 + */ + function start(options?: string | ReplOptions): REPLServer; + /** + * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors + */ + class Recoverable extends SyntaxError { + err: Error; + constructor(err: Error); + } +} +declare module 'node:repl' { + export * from 'repl'; +} diff --git a/node_modules/@types/node/stream.d.ts b/node_modules/@types/node/stream.d.ts new file mode 100644 index 000000000..711fd9ca5 --- /dev/null +++ b/node_modules/@types/node/stream.d.ts @@ -0,0 +1,1340 @@ +/** + * A stream is an abstract interface for working with streaming data in Node.js. + * The `stream` module provides an API for implementing the stream interface. + * + * There are many stream objects provided by Node.js. For instance, a `request to an HTTP server` and `process.stdout` are both stream instances. + * + * Streams can be readable, writable, or both. All streams are instances of `EventEmitter`. + * + * To access the `stream` module: + * + * ```js + * const stream = require('stream'); + * ``` + * + * The `stream` module is useful for creating new types of stream instances. It is + * usually not necessary to use the `stream` module to consume streams. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/stream.js) + */ +declare module 'stream' { + import { EventEmitter, Abortable } from 'node:events'; + import { Blob as NodeBlob } from "node:buffer"; + import * as streamPromises from 'node:stream/promises'; + import * as streamConsumers from 'node:stream/consumers'; + import * as streamWeb from 'node:stream/web'; + class internal extends EventEmitter { + pipe( + destination: T, + options?: { + end?: boolean | undefined; + } + ): T; + } + namespace internal { + class Stream extends internal { + constructor(opts?: ReadableOptions); + } + interface StreamOptions extends Abortable { + emitClose?: boolean | undefined; + highWaterMark?: number | undefined; + objectMode?: boolean | undefined; + construct?(this: T, callback: (error?: Error | null) => void): void; + destroy?(this: T, error: Error | null, callback: (error: Error | null) => void): void; + autoDestroy?: boolean | undefined; + } + interface ReadableOptions extends StreamOptions { + encoding?: BufferEncoding | undefined; + read?(this: Readable, size: number): void; + } + /** + * @since v0.9.4 + */ + class Readable extends Stream implements NodeJS.ReadableStream { + /** + * A utility method for creating Readable Streams out of iterators. + */ + static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; + /** + * A utility method for creating a `Readable` from a web `ReadableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb(readableStream: streamWeb.ReadableStream, options?: Pick): Readable; + /** + * Returns whether the stream has been read from or cancelled. + * @since v16.8.0 + */ + static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; + /** + * A utility method for creating a web `ReadableStream` from a `Readable`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamReadable: Readable): streamWeb.ReadableStream; + /** + * Returns whether the stream was destroyed or errored before emitting `'end'`. + * @since v16.8.0 + * @experimental + */ + readonly readableAborted: boolean; + /** + * Is `true` if it is safe to call `readable.read()`, which means + * the stream has not been destroyed or emitted `'error'` or `'end'`. + * @since v11.4.0 + */ + readable: boolean; + /** + * Returns whether `'data'` has been emitted. + * @since v16.7.0, v14.18.0 + * @experimental + */ + readonly readableDidRead: boolean; + /** + * Getter for the property `encoding` of a given `Readable` stream. The `encoding`property can be set using the `readable.setEncoding()` method. + * @since v12.7.0 + */ + readonly readableEncoding: BufferEncoding | null; + /** + * Becomes `true` when `'end'` event is emitted. + * @since v12.9.0 + */ + readonly readableEnded: boolean; + /** + * This property reflects the current state of a `Readable` stream as described + * in the `Three states` section. + * @since v9.4.0 + */ + readonly readableFlowing: boolean | null; + /** + * Returns the value of `highWaterMark` passed when creating this `Readable`. + * @since v9.3.0 + */ + readonly readableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be read. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly readableLength: number; + /** + * Getter for the property `objectMode` of a given `Readable` stream. + * @since v12.3.0 + */ + readonly readableObjectMode: boolean; + /** + * Is `true` after `readable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is true after 'close' has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + constructor(opts?: ReadableOptions); + _construct?(callback: (error?: Error | null) => void): void; + _read(size: number): void; + /** + * The `readable.read()` method reads data out of the internal buffer and + * returns it. If no data is available to be read, `null` is returned. By default, + * the data is returned as a `Buffer` object unless an encoding has been + * specified using the `readable.setEncoding()` method or the stream is operating + * in object mode. + * + * The optional `size` argument specifies a specific number of bytes to read. If`size` bytes are not available to be read, `null` will be returned _unless_the stream has ended, in which + * case all of the data remaining in the internal + * buffer will be returned. + * + * If the `size` argument is not specified, all of the data contained in the + * internal buffer will be returned. + * + * The `size` argument must be less than or equal to 1 GiB. + * + * The `readable.read()` method should only be called on `Readable` streams + * operating in paused mode. In flowing mode, `readable.read()` is called + * automatically until the internal buffer is fully drained. + * + * ```js + * const readable = getReadableStreamSomehow(); + * + * // 'readable' may be triggered multiple times as data is buffered in + * readable.on('readable', () => { + * let chunk; + * console.log('Stream is readable (new data received in buffer)'); + * // Use a loop to make sure we read all currently available data + * while (null !== (chunk = readable.read())) { + * console.log(`Read ${chunk.length} bytes of data...`); + * } + * }); + * + * // 'end' will be triggered once when there is no more data available + * readable.on('end', () => { + * console.log('Reached end of stream.'); + * }); + * ``` + * + * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks + * are not concatenated. A `while` loop is necessary to consume all data + * currently in the buffer. When reading a large file `.read()` may return `null`, + * having consumed all buffered content so far, but there is still more data to + * come not yet buffered. In this case a new `'readable'` event will be emitted + * when there is more data in the buffer. Finally the `'end'` event will be + * emitted when there is no more data to come. + * + * Therefore to read a file's whole contents from a `readable`, it is necessary + * to collect chunks across multiple `'readable'` events: + * + * ```js + * const chunks = []; + * + * readable.on('readable', () => { + * let chunk; + * while (null !== (chunk = readable.read())) { + * chunks.push(chunk); + * } + * }); + * + * readable.on('end', () => { + * const content = chunks.join(''); + * }); + * ``` + * + * A `Readable` stream in object mode will always return a single item from + * a call to `readable.read(size)`, regardless of the value of the`size` argument. + * + * If the `readable.read()` method returns a chunk of data, a `'data'` event will + * also be emitted. + * + * Calling {@link read} after the `'end'` event has + * been emitted will return `null`. No runtime error will be raised. + * @since v0.9.4 + * @param size Optional argument to specify how much data to read. + */ + read(size?: number): any; + /** + * The `readable.setEncoding()` method sets the character encoding for + * data read from the `Readable` stream. + * + * By default, no encoding is assigned and stream data will be returned as`Buffer` objects. Setting an encoding causes the stream data + * to be returned as strings of the specified encoding rather than as `Buffer`objects. For instance, calling `readable.setEncoding('utf8')` will cause the + * output data to be interpreted as UTF-8 data, and passed as strings. Calling`readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal + * string format. + * + * The `Readable` stream will properly handle multi-byte characters delivered + * through the stream that would otherwise become improperly decoded if simply + * pulled from the stream as `Buffer` objects. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.setEncoding('utf8'); + * readable.on('data', (chunk) => { + * assert.equal(typeof chunk, 'string'); + * console.log('Got %d characters of string data:', chunk.length); + * }); + * ``` + * @since v0.9.4 + * @param encoding The encoding to use. + */ + setEncoding(encoding: BufferEncoding): this; + /** + * The `readable.pause()` method will cause a stream in flowing mode to stop + * emitting `'data'` events, switching out of flowing mode. Any data that + * becomes available will remain in the internal buffer. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.on('data', (chunk) => { + * console.log(`Received ${chunk.length} bytes of data.`); + * readable.pause(); + * console.log('There will be no additional data for 1 second.'); + * setTimeout(() => { + * console.log('Now data will start flowing again.'); + * readable.resume(); + * }, 1000); + * }); + * ``` + * + * The `readable.pause()` method has no effect if there is a `'readable'`event listener. + * @since v0.9.4 + */ + pause(): this; + /** + * The `readable.resume()` method causes an explicitly paused `Readable` stream to + * resume emitting `'data'` events, switching the stream into flowing mode. + * + * The `readable.resume()` method can be used to fully consume the data from a + * stream without actually processing any of that data: + * + * ```js + * getReadableStreamSomehow() + * .resume() + * .on('end', () => { + * console.log('Reached the end, but did not read anything.'); + * }); + * ``` + * + * The `readable.resume()` method has no effect if there is a `'readable'`event listener. + * @since v0.9.4 + */ + resume(): this; + /** + * The `readable.isPaused()` method returns the current operating state of the`Readable`. This is used primarily by the mechanism that underlies the`readable.pipe()` method. In most + * typical cases, there will be no reason to + * use this method directly. + * + * ```js + * const readable = new stream.Readable(); + * + * readable.isPaused(); // === false + * readable.pause(); + * readable.isPaused(); // === true + * readable.resume(); + * readable.isPaused(); // === false + * ``` + * @since v0.11.14 + */ + isPaused(): boolean; + /** + * The `readable.unpipe()` method detaches a `Writable` stream previously attached + * using the {@link pipe} method. + * + * If the `destination` is not specified, then _all_ pipes are detached. + * + * If the `destination` is specified, but no pipe is set up for it, then + * the method does nothing. + * + * ```js + * const fs = require('fs'); + * const readable = getReadableStreamSomehow(); + * const writable = fs.createWriteStream('file.txt'); + * // All the data from readable goes into 'file.txt', + * // but only for the first second. + * readable.pipe(writable); + * setTimeout(() => { + * console.log('Stop writing to file.txt.'); + * readable.unpipe(writable); + * console.log('Manually close the file stream.'); + * writable.end(); + * }, 1000); + * ``` + * @since v0.9.4 + * @param destination Optional specific stream to unpipe + */ + unpipe(destination?: NodeJS.WritableStream): this; + /** + * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the + * same as `readable.push(null)`, after which no more data can be written. The EOF + * signal is put at the end of the buffer and any buffered data will still be + * flushed. + * + * The `readable.unshift()` method pushes a chunk of data back into the internal + * buffer. This is useful in certain situations where a stream is being consumed by + * code that needs to "un-consume" some amount of data that it has optimistically + * pulled out of the source, so that the data can be passed on to some other party. + * + * The `stream.unshift(chunk)` method cannot be called after the `'end'` event + * has been emitted or a runtime error will be thrown. + * + * Developers using `stream.unshift()` often should consider switching to + * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. + * + * ```js + * // Pull off a header delimited by \n\n. + * // Use unshift() if we get too much. + * // Call the callback with (error, header, stream). + * const { StringDecoder } = require('string_decoder'); + * function parseHeader(stream, callback) { + * stream.on('error', callback); + * stream.on('readable', onReadable); + * const decoder = new StringDecoder('utf8'); + * let header = ''; + * function onReadable() { + * let chunk; + * while (null !== (chunk = stream.read())) { + * const str = decoder.write(chunk); + * if (str.includes('\n\n')) { + * // Found the header boundary. + * const split = str.split(/\n\n/); + * header += split.shift(); + * const remaining = split.join('\n\n'); + * const buf = Buffer.from(remaining, 'utf8'); + * stream.removeListener('error', callback); + * // Remove the 'readable' listener before unshifting. + * stream.removeListener('readable', onReadable); + * if (buf.length) + * stream.unshift(buf); + * // Now the body of the message can be read from the stream. + * callback(null, header, stream); + * return; + * } + * // Still reading the header. + * header += str; + * } + * } + * } + * ``` + * + * Unlike {@link push}, `stream.unshift(chunk)` will not + * end the reading process by resetting the internal reading state of the stream. + * This can cause unexpected results if `readable.unshift()` is called during a + * read (i.e. from within a {@link _read} implementation on a + * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, + * however it is best to simply avoid calling `readable.unshift()` while in the + * process of performing a read. + * @since v0.9.11 + * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must be a string, `Buffer`, `Uint8Array` or `null`. For object mode + * streams, `chunk` may be any JavaScript value. + * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. + */ + unshift(chunk: any, encoding?: BufferEncoding): void; + /** + * Prior to Node.js 0.10, streams did not implement the entire `stream` module API + * as it is currently defined. (See `Compatibility` for more information.) + * + * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the`readable.wrap()` method can be used to create a `Readable` + * stream that uses + * the old stream as its data source. + * + * It will rarely be necessary to use `readable.wrap()` but the method has been + * provided as a convenience for interacting with older Node.js applications and + * libraries. + * + * ```js + * const { OldReader } = require('./old-api-module.js'); + * const { Readable } = require('stream'); + * const oreader = new OldReader(); + * const myReader = new Readable().wrap(oreader); + * + * myReader.on('readable', () => { + * myReader.read(); // etc. + * }); + * ``` + * @since v0.9.4 + * @param stream An "old style" readable stream + */ + wrap(stream: NodeJS.ReadableStream): this; + push(chunk: any, encoding?: BufferEncoding): boolean; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the readable + * stream will release any internal resources and subsequent calls to `push()`will be ignored. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, but instead implement `readable._destroy()`. + * @since v8.0.0 + * @param error Error which will be passed as payload in `'error'` event + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. end + * 4. error + * 5. pause + * 6. readable + * 7. resume + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: any) => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'readable', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'data', chunk: any): boolean; + emit(event: 'end'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'pause'): boolean; + emit(event: 'readable'): boolean; + emit(event: 'resume'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: any) => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'readable', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: any) => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'readable', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: any) => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'readable', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: any) => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'readable', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: 'close', listener: () => void): this; + removeListener(event: 'data', listener: (chunk: any) => void): this; + removeListener(event: 'end', listener: () => void): this; + removeListener(event: 'error', listener: (err: Error) => void): this; + removeListener(event: 'pause', listener: () => void): this; + removeListener(event: 'readable', listener: () => void): this; + removeListener(event: 'resume', listener: () => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + interface WritableOptions extends StreamOptions { + decodeStrings?: boolean | undefined; + defaultEncoding?: BufferEncoding | undefined; + write?(this: Writable, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + writev?( + this: Writable, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + final?(this: Writable, callback: (error?: Error | null) => void): void; + } + /** + * @since v0.9.4 + */ + class Writable extends Stream implements NodeJS.WritableStream { + /** + * A utility method for creating a `Writable` from a web `WritableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb(writableStream: streamWeb.WritableStream, options?: Pick): Writable; + /** + * A utility method for creating a web `WritableStream` from a `Writable`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamWritable: Writable): streamWeb.WritableStream; + /** + * Is `true` if it is safe to call `writable.write()`, which means + * the stream has not been destroyed, errored or ended. + * @since v11.4.0 + */ + readonly writable: boolean; + /** + * Is `true` after `writable.end()` has been called. This property + * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. + * @since v12.9.0 + */ + readonly writableEnded: boolean; + /** + * Is set to `true` immediately before the `'finish'` event is emitted. + * @since v12.6.0 + */ + readonly writableFinished: boolean; + /** + * Return the value of `highWaterMark` passed when creating this `Writable`. + * @since v9.3.0 + */ + readonly writableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be written. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly writableLength: number; + /** + * Getter for the property `objectMode` of a given `Writable` stream. + * @since v12.3.0 + */ + readonly writableObjectMode: boolean; + /** + * Number of times `writable.uncork()` needs to be + * called in order to fully uncork the stream. + * @since v13.2.0, v12.16.0 + */ + readonly writableCorked: number; + /** + * Is `true` after `writable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is true after 'close' has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + /** + * Is `true` if the stream's buffer has been full and stream will emit 'drain'. + * @since v15.2.0, v14.17.0 + */ + readonly writableNeedDrain: boolean; + constructor(opts?: WritableOptions); + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + _construct?(callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + /** + * The `writable.write()` method writes some data to the stream, and calls the + * supplied `callback` once the data has been fully handled. If an error + * occurs, the `callback` will be called with the error as its + * first argument. The `callback` is called asynchronously and before `'error'` is + * emitted. + * + * The return value is `true` if the internal buffer is less than the`highWaterMark` configured when the stream was created after admitting `chunk`. + * If `false` is returned, further attempts to write data to the stream should + * stop until the `'drain'` event is emitted. + * + * While a stream is not draining, calls to `write()` will buffer `chunk`, and + * return false. Once all currently buffered chunks are drained (accepted for + * delivery by the operating system), the `'drain'` event will be emitted. + * Once `write()` returns false, do not write more chunks + * until the `'drain'` event is emitted. While calling `write()` on a stream that + * is not draining is allowed, Node.js will buffer all written chunks until + * maximum memory usage occurs, at which point it will abort unconditionally. + * Even before it aborts, high memory usage will cause poor garbage collector + * performance and high RSS (which is not typically released back to the system, + * even after the memory is no longer required). Since TCP sockets may never + * drain if the remote peer does not read the data, writing a socket that is + * not draining may lead to a remotely exploitable vulnerability. + * + * Writing data while the stream is not draining is particularly + * problematic for a `Transform`, because the `Transform` streams are paused + * by default until they are piped or a `'data'` or `'readable'` event handler + * is added. + * + * If the data to be written can be generated or fetched on demand, it is + * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is + * possible to respect backpressure and avoid memory issues using the `'drain'` event: + * + * ```js + * function write(data, cb) { + * if (!stream.write(data)) { + * stream.once('drain', cb); + * } else { + * process.nextTick(cb); + * } + * } + * + * // Wait for cb to be called before doing any other write. + * write('hello', () => { + * console.log('Write completed, do more writes now.'); + * }); + * ``` + * + * A `Writable` stream in object mode will always ignore the `encoding` argument. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any + * JavaScript value other than `null`. + * @param [encoding='utf8'] The encoding, if `chunk` is a string. + * @param callback Callback for when this chunk of data is flushed. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; + /** + * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. + * @since v0.11.15 + * @param encoding The new default encoding + */ + setDefaultEncoding(encoding: BufferEncoding): this; + /** + * Calling the `writable.end()` method signals that no more data will be written + * to the `Writable`. The optional `chunk` and `encoding` arguments allow one + * final additional chunk of data to be written immediately before closing the + * stream. + * + * Calling the {@link write} method after calling {@link end} will raise an error. + * + * ```js + * // Write 'hello, ' and then end with 'world!'. + * const fs = require('fs'); + * const file = fs.createWriteStream('example.txt'); + * file.write('hello, '); + * file.end('world!'); + * // Writing more now is not allowed! + * ``` + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any + * JavaScript value other than `null`. + * @param encoding The encoding if `chunk` is a string + * @param callback Callback for when the stream is finished. + */ + end(cb?: () => void): this; + end(chunk: any, cb?: () => void): this; + end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; + /** + * The `writable.cork()` method forces all written data to be buffered in memory. + * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. + * + * The primary intent of `writable.cork()` is to accommodate a situation in which + * several small chunks are written to the stream in rapid succession. Instead of + * immediately forwarding them to the underlying destination, `writable.cork()`buffers all the chunks until `writable.uncork()` is called, which will pass them + * all to `writable._writev()`, if present. This prevents a head-of-line blocking + * situation where data is being buffered while waiting for the first small chunk + * to be processed. However, use of `writable.cork()` without implementing`writable._writev()` may have an adverse effect on throughput. + * + * See also: `writable.uncork()`, `writable._writev()`. + * @since v0.11.2 + */ + cork(): void; + /** + * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. + * + * When using `writable.cork()` and `writable.uncork()` to manage the buffering + * of writes to a stream, defer calls to `writable.uncork()` using`process.nextTick()`. Doing so allows batching of all`writable.write()` calls that occur within a given Node.js event + * loop phase. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.write('data '); + * process.nextTick(() => stream.uncork()); + * ``` + * + * If the `writable.cork()` method is called multiple times on a stream, the + * same number of calls to `writable.uncork()` must be called to flush the buffered + * data. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.cork(); + * stream.write('data '); + * process.nextTick(() => { + * stream.uncork(); + * // The data will not be flushed until uncork() is called a second time. + * stream.uncork(); + * }); + * ``` + * + * See also: `writable.cork()`. + * @since v0.11.2 + */ + uncork(): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the writable + * stream has ended and subsequent calls to `write()` or `end()` will result in + * an `ERR_STREAM_DESTROYED` error. + * This is a destructive and immediate way to destroy a stream. Previous calls to`write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. + * Use `end()` instead of destroy if data should flush before close, or wait for + * the `'drain'` event before destroying the stream. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, + * but instead implement `writable._destroy()`. + * @since v8.0.0 + * @param error Optional, an error to emit with `'error'` event. + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. drain + * 3. error + * 4. finish + * 5. pipe + * 6. unpipe + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: Readable) => void): this; + addListener(event: 'unpipe', listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'drain'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'finish'): boolean; + emit(event: 'pipe', src: Readable): boolean; + emit(event: 'unpipe', src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: Readable) => void): this; + on(event: 'unpipe', listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: Readable) => void): this; + once(event: 'unpipe', listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: 'close', listener: () => void): this; + removeListener(event: 'drain', listener: () => void): this; + removeListener(event: 'error', listener: (err: Error) => void): this; + removeListener(event: 'finish', listener: () => void): this; + removeListener(event: 'pipe', listener: (src: Readable) => void): this; + removeListener(event: 'unpipe', listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface DuplexOptions extends ReadableOptions, WritableOptions { + allowHalfOpen?: boolean | undefined; + readableObjectMode?: boolean | undefined; + writableObjectMode?: boolean | undefined; + readableHighWaterMark?: number | undefined; + writableHighWaterMark?: number | undefined; + writableCorked?: number | undefined; + construct?(this: Duplex, callback: (error?: Error | null) => void): void; + read?(this: Duplex, size: number): void; + write?(this: Duplex, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + writev?( + this: Duplex, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + final?(this: Duplex, callback: (error?: Error | null) => void): void; + destroy?(this: Duplex, error: Error | null, callback: (error: Error | null) => void): void; + } + /** + * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Duplex` streams include: + * + * * `TCP sockets` + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Duplex extends Readable implements Writable { + readonly writable: boolean; + readonly writableEnded: boolean; + readonly writableFinished: boolean; + readonly writableHighWaterMark: number; + readonly writableLength: number; + readonly writableObjectMode: boolean; + readonly writableCorked: number; + readonly writableNeedDrain: boolean; + readonly closed: boolean; + readonly errored: Error | null; + /** + * If `false` then the stream will automatically end the writable side when the + * readable side ends. Set initially by the `allowHalfOpen` constructor option, + * which defaults to `false`. + * + * This can be changed manually to change the half-open behavior of an existing`Duplex` stream instance, but must be changed before the `'end'` event is + * emitted. + * @since v0.9.4 + */ + allowHalfOpen: boolean; + constructor(opts?: DuplexOptions); + /** + * A utility method for creating duplex streams. + * + * - `Stream` converts writable stream into writable `Duplex` and readable stream + * to `Duplex`. + * - `Blob` converts into readable `Duplex`. + * - `string` converts into readable `Duplex`. + * - `ArrayBuffer` converts into readable `Duplex`. + * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. + * - `AsyncGeneratorFunction` converts into a readable/writable transform + * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield + * `null`. + * - `AsyncFunction` converts into a writable `Duplex`. Must return + * either `null` or `undefined` + * - `Object ({ writable, readable })` converts `readable` and + * `writable` into `Stream` and then combines them into `Duplex` where the + * `Duplex` will write to the `writable` and read from the `readable`. + * - `Promise` converts into readable `Duplex`. Value `null` is ignored. + * + * @since v16.8.0 + */ + static from(src: Stream | NodeBlob | ArrayBuffer | string | Iterable | AsyncIterable | AsyncGeneratorFunction | Promise | Object): Duplex; + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + _destroy(error: Error | null, callback: (error: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + write(chunk: any, encoding?: BufferEncoding, cb?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; + setDefaultEncoding(encoding: BufferEncoding): this; + end(cb?: () => void): this; + end(chunk: any, cb?: () => void): this; + end(chunk: any, encoding?: BufferEncoding, cb?: () => void): this; + cork(): void; + uncork(): void; + } + type TransformCallback = (error?: Error | null, data?: any) => void; + interface TransformOptions extends DuplexOptions { + construct?(this: Transform, callback: (error?: Error | null) => void): void; + read?(this: Transform, size: number): void; + write?(this: Transform, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + writev?( + this: Transform, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + final?(this: Transform, callback: (error?: Error | null) => void): void; + destroy?(this: Transform, error: Error | null, callback: (error: Error | null) => void): void; + transform?(this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + flush?(this: Transform, callback: TransformCallback): void; + } + /** + * Transform streams are `Duplex` streams where the output is in some way + * related to the input. Like all `Duplex` streams, `Transform` streams + * implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Transform` streams include: + * + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Transform extends Duplex { + constructor(opts?: TransformOptions); + _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + _flush(callback: TransformCallback): void; + } + /** + * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is + * primarily for examples and testing, but there are some use cases where`stream.PassThrough` is useful as a building block for novel sorts of streams. + */ + class PassThrough extends Transform {} + /** + * Attaches an AbortSignal to a readable or writeable stream. This lets code + * control stream destruction using an `AbortController`. + * + * Calling `abort` on the `AbortController` corresponding to the passed`AbortSignal` will behave the same way as calling `.destroy(new AbortError())`on the stream. + * + * ```js + * const fs = require('fs'); + * + * const controller = new AbortController(); + * const read = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')) + * ); + * // Later, abort the operation closing the stream + * controller.abort(); + * ``` + * + * Or using an `AbortSignal` with a readable stream as an async iterable: + * + * ```js + * const controller = new AbortController(); + * setTimeout(() => controller.abort(), 10_000); // set a timeout + * const stream = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')) + * ); + * (async () => { + * try { + * for await (const chunk of stream) { + * await process(chunk); + * } + * } catch (e) { + * if (e.name === 'AbortError') { + * // The operation was cancelled + * } else { + * throw e; + * } + * } + * })(); + * ``` + * @since v15.4.0 + * @param signal A signal representing possible cancellation + * @param stream a stream to attach a signal to + */ + function addAbortSignal(signal: AbortSignal, stream: T): T; + interface FinishedOptions extends Abortable { + error?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + } + /** + * A function to get notified when a stream is no longer readable, writable + * or has experienced an error or a premature close event. + * + * ```js + * const { finished } = require('stream'); + * + * const rs = fs.createReadStream('archive.tar'); + * + * finished(rs, (err) => { + * if (err) { + * console.error('Stream failed.', err); + * } else { + * console.log('Stream is done reading.'); + * } + * }); + * + * rs.resume(); // Drain the stream. + * ``` + * + * Especially useful in error handling scenarios where a stream is destroyed + * prematurely (like an aborted HTTP request), and will not emit `'end'`or `'finish'`. + * + * The `finished` API provides promise version: + * + * ```js + * const { finished } = require('stream/promises'); + * + * const rs = fs.createReadStream('archive.tar'); + * + * async function run() { + * await finished(rs); + * console.log('Stream is done reading.'); + * } + * + * run().catch(console.error); + * rs.resume(); // Drain the stream. + * ``` + * + * `stream.finished()` leaves dangling event listeners (in particular`'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been + * invoked. The reason for this is so that unexpected `'error'` events (due to + * incorrect stream implementations) do not cause unexpected crashes. + * If this is unwanted behavior then the returned cleanup function needs to be + * invoked in the callback: + * + * ```js + * const cleanup = finished(rs, (err) => { + * cleanup(); + * // ... + * }); + * ``` + * @since v10.0.0 + * @param stream A readable and/or writable stream. + * @param callback A callback function that takes an optional error argument. + * @return A cleanup function which removes all registered listeners. + */ + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options: FinishedOptions, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; + namespace finished { + function __promisify__(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise; + } + type PipelineSourceFunction = () => Iterable | AsyncIterable; + type PipelineSource = Iterable | AsyncIterable | NodeJS.ReadableStream | PipelineSourceFunction; + type PipelineTransform, U> = + | NodeJS.ReadWriteStream + | ((source: S extends (...args: any[]) => Iterable | AsyncIterable ? AsyncIterable : S) => AsyncIterable); + type PipelineTransformSource = PipelineSource | PipelineTransform; + type PipelineDestinationIterableFunction = (source: AsyncIterable) => AsyncIterable; + type PipelineDestinationPromiseFunction = (source: AsyncIterable) => Promise

; + type PipelineDestination, P> = S extends PipelineTransformSource + ? NodeJS.WritableStream | PipelineDestinationIterableFunction | PipelineDestinationPromiseFunction + : never; + type PipelineCallback> = S extends PipelineDestinationPromiseFunction + ? (err: NodeJS.ErrnoException | null, value: P) => void + : (err: NodeJS.ErrnoException | null) => void; + type PipelinePromise> = S extends PipelineDestinationPromiseFunction ? Promise

: Promise; + interface PipelineOptions { + signal: AbortSignal; + } + /** + * A module method to pipe between streams and generators forwarding errors and + * properly cleaning up and provide a callback when the pipeline is complete. + * + * ```js + * const { pipeline } = require('stream'); + * const fs = require('fs'); + * const zlib = require('zlib'); + * + * // Use the pipeline API to easily pipe a series of streams + * // together and get notified when the pipeline is fully done. + * + * // A pipeline to gzip a potentially huge tar file efficiently: + * + * pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * (err) => { + * if (err) { + * console.error('Pipeline failed.', err); + * } else { + * console.log('Pipeline succeeded.'); + * } + * } + * ); + * ``` + * + * The `pipeline` API provides a promise version, which can also + * receive an options argument as the last parameter with a`signal` `AbortSignal` property. When the signal is aborted,`destroy` will be called on the underlying pipeline, with + * an`AbortError`. + * + * ```js + * const { pipeline } = require('stream/promises'); + * + * async function run() { + * await pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz') + * ); + * console.log('Pipeline succeeded.'); + * } + * + * run().catch(console.error); + * ``` + * + * To use an `AbortSignal`, pass it inside an options object, + * as the last argument: + * + * ```js + * const { pipeline } = require('stream/promises'); + * + * async function run() { + * const ac = new AbortController(); + * const signal = ac.signal; + * + * setTimeout(() => ac.abort(), 1); + * await pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * { signal }, + * ); + * } + * + * run().catch(console.error); // AbortError + * ``` + * + * The `pipeline` API also supports async generators: + * + * ```js + * const { pipeline } = require('stream/promises'); + * const fs = require('fs'); + * + * async function run() { + * await pipeline( + * fs.createReadStream('lowercase.txt'), + * async function* (source, { signal }) { + * source.setEncoding('utf8'); // Work with strings rather than `Buffer`s. + * for await (const chunk of source) { + * yield await processChunk(chunk, { signal }); + * } + * }, + * fs.createWriteStream('uppercase.txt') + * ); + * console.log('Pipeline succeeded.'); + * } + * + * run().catch(console.error); + * ``` + * + * Remember to handle the `signal` argument passed into the async generator. + * Especially in the case where the async generator is the source for the + * pipeline (i.e. first argument) or the pipeline will never complete. + * + * ```js + * const { pipeline } = require('stream/promises'); + * const fs = require('fs'); + * + * async function run() { + * await pipeline( + * async function* ({ signal }) { + * await someLongRunningfn({ signal }); + * yield 'asd'; + * }, + * fs.createWriteStream('uppercase.txt') + * ); + * console.log('Pipeline succeeded.'); + * } + * + * run().catch(console.error); + * ``` + * + * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: + * + * * `Readable` streams which have emitted `'end'` or `'close'`. + * * `Writable` streams which have emitted `'finish'` or `'close'`. + * + * `stream.pipeline()` leaves dangling event listeners on the streams + * after the `callback` has been invoked. In the case of reuse of streams after + * failure, this can cause event listener leaks and swallowed errors. If the last + * stream is readable, dangling event listeners will be removed so that the last + * stream can be consumed later. + * + * `stream.pipeline()` closes all the streams when an error is raised. + * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior + * once it would destroy the socket without sending the expected response. + * See the example below: + * + * ```js + * const fs = require('fs'); + * const http = require('http'); + * const { pipeline } = require('stream'); + * + * const server = http.createServer((req, res) => { + * const fileStream = fs.createReadStream('./fileNotExist.txt'); + * pipeline(fileStream, res, (err) => { + * if (err) { + * console.log(err); // No such file + * // this message can't be sent once `pipeline` already destroyed the socket + * return res.end('error!!!'); + * } + * }); + * }); + * ``` + * @since v10.0.0 + * @param callback Called when the pipeline is fully done. + */ + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + callback?: PipelineCallback + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline, T1 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + destination: B, + callback?: PipelineCallback + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline, T1 extends PipelineTransform, T2 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + transform2: T2, + destination: B, + callback?: PipelineCallback + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, callback?: PipelineCallback): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, callback?: PipelineCallback): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline( + streams: ReadonlyArray, + callback?: (err: NodeJS.ErrnoException | null) => void + ): NodeJS.WritableStream; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array void)> + ): NodeJS.WritableStream; + namespace pipeline { + function __promisify__, B extends PipelineDestination>(source: A, destination: B, options?: PipelineOptions): PipelinePromise; + function __promisify__, T1 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function __promisify__, T1 extends PipelineTransform, T2 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise; + function __promisify__(streams: ReadonlyArray, options?: PipelineOptions): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; + } + interface Pipe { + close(): void; + hasRef(): boolean; + ref(): void; + unref(): void; + } + + /** + * Returns whether the stream has encountered an error. + * @since v17.3.0 + */ + function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; + + /** + * Returns whether the stream is readable. + * @since v17.4.0 + */ + function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; + + const promises: typeof streamPromises; + const consumers: typeof streamConsumers; + } + export = internal; +} +declare module 'node:stream' { + import stream = require('stream'); + export = stream; +} diff --git a/node_modules/@types/node/stream/consumers.d.ts b/node_modules/@types/node/stream/consumers.d.ts new file mode 100644 index 000000000..1ebf12e1f --- /dev/null +++ b/node_modules/@types/node/stream/consumers.d.ts @@ -0,0 +1,12 @@ +declare module 'stream/consumers' { + import { Blob as NodeBlob } from "node:buffer"; + import { Readable } from 'node:stream'; + function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function json(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; +} +declare module 'node:stream/consumers' { + export * from 'stream/consumers'; +} diff --git a/node_modules/@types/node/stream/promises.d.ts b/node_modules/@types/node/stream/promises.d.ts new file mode 100644 index 000000000..b427073de --- /dev/null +++ b/node_modules/@types/node/stream/promises.d.ts @@ -0,0 +1,42 @@ +declare module 'stream/promises' { + import { FinishedOptions, PipelineSource, PipelineTransform, PipelineDestination, PipelinePromise, PipelineOptions } from 'node:stream'; + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise; + function pipeline, B extends PipelineDestination>(source: A, destination: B, options?: PipelineOptions): PipelinePromise; + function pipeline, T1 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function pipeline, T1 extends PipelineTransform, T2 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise; + function pipeline(streams: ReadonlyArray, options?: PipelineOptions): Promise; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; +} +declare module 'node:stream/promises' { + export * from 'stream/promises'; +} diff --git a/node_modules/@types/node/stream/web.d.ts b/node_modules/@types/node/stream/web.d.ts new file mode 100644 index 000000000..f9ef0570d --- /dev/null +++ b/node_modules/@types/node/stream/web.d.ts @@ -0,0 +1,330 @@ +declare module 'stream/web' { + // stub module, pending copy&paste from .d.ts or manual impl + // copy from lib.dom.d.ts + interface ReadableWritablePair { + readable: ReadableStream; + /** + * Provides a convenient, chainable way of piping this readable stream + * through a transform stream (or any other { writable, readable } + * pair). It simply pipes the stream into the writable side of the + * supplied pair, and returns the readable side for further use. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + */ + writable: WritableStream; + } + interface StreamPipeOptions { + preventAbort?: boolean; + preventCancel?: boolean; + /** + * Pipes this readable stream to a given writable stream destination. + * The way in which the piping process behaves under various error + * conditions can be customized with a number of passed options. It + * returns a promise that fulfills when the piping process completes + * successfully, or rejects if any errors were encountered. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + * + * Errors and closures of the source and destination streams propagate + * as follows: + * + * An error in this source readable stream will abort destination, + * unless preventAbort is truthy. The returned promise will be rejected + * with the source's error, or with any error that occurs during + * aborting the destination. + * + * An error in destination will cancel this source readable stream, + * unless preventCancel is truthy. The returned promise will be rejected + * with the destination's error, or with any error that occurs during + * canceling the source. + * + * When this source readable stream closes, destination will be closed, + * unless preventClose is truthy. The returned promise will be fulfilled + * once this process completes, unless an error is encountered while + * closing the destination, in which case it will be rejected with that + * error. + * + * If destination starts out closed or closing, this source readable + * stream will be canceled, unless preventCancel is true. The returned + * promise will be rejected with an error indicating piping to a closed + * stream failed, or with any error that occurs during canceling the + * source. + * + * The signal option can be set to an AbortSignal to allow aborting an + * ongoing pipe operation via the corresponding AbortController. In this + * case, this source readable stream will be canceled, and destination + * aborted, unless the respective options preventCancel or preventAbort + * are set. + */ + preventClose?: boolean; + signal?: AbortSignal; + } + interface ReadableStreamGenericReader { + readonly closed: Promise; + cancel(reason?: any): Promise; + } + interface ReadableStreamDefaultReadValueResult { + done: false; + value: T; + } + interface ReadableStreamDefaultReadDoneResult { + done: true; + value?: undefined; + } + type ReadableStreamController = ReadableStreamDefaultController; + type ReadableStreamDefaultReadResult = ReadableStreamDefaultReadValueResult | ReadableStreamDefaultReadDoneResult; + interface ReadableByteStreamControllerCallback { + (controller: ReadableByteStreamController): void | PromiseLike; + } + interface UnderlyingSinkAbortCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSinkCloseCallback { + (): void | PromiseLike; + } + interface UnderlyingSinkStartCallback { + (controller: WritableStreamDefaultController): any; + } + interface UnderlyingSinkWriteCallback { + (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike; + } + interface UnderlyingSourceCancelCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSourcePullCallback { + (controller: ReadableStreamController): void | PromiseLike; + } + interface UnderlyingSourceStartCallback { + (controller: ReadableStreamController): any; + } + interface TransformerFlushCallback { + (controller: TransformStreamDefaultController): void | PromiseLike; + } + interface TransformerStartCallback { + (controller: TransformStreamDefaultController): any; + } + interface TransformerTransformCallback { + (chunk: I, controller: TransformStreamDefaultController): void | PromiseLike; + } + interface UnderlyingByteSource { + autoAllocateChunkSize?: number; + cancel?: ReadableStreamErrorCallback; + pull?: ReadableByteStreamControllerCallback; + start?: ReadableByteStreamControllerCallback; + type: 'bytes'; + } + interface UnderlyingSource { + cancel?: UnderlyingSourceCancelCallback; + pull?: UnderlyingSourcePullCallback; + start?: UnderlyingSourceStartCallback; + type?: undefined; + } + interface UnderlyingSink { + abort?: UnderlyingSinkAbortCallback; + close?: UnderlyingSinkCloseCallback; + start?: UnderlyingSinkStartCallback; + type?: undefined; + write?: UnderlyingSinkWriteCallback; + } + interface ReadableStreamErrorCallback { + (reason: any): void | PromiseLike; + } + /** This Streams API interface represents a readable stream of byte data. */ + interface ReadableStream { + readonly locked: boolean; + cancel(reason?: any): Promise; + getReader(): ReadableStreamDefaultReader; + pipeThrough(transform: ReadableWritablePair, options?: StreamPipeOptions): ReadableStream; + pipeTo(destination: WritableStream, options?: StreamPipeOptions): Promise; + tee(): [ReadableStream, ReadableStream]; + values(options?: { preventCancel?: boolean }): AsyncIterableIterator; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + const ReadableStream: { + prototype: ReadableStream; + new (underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy): ReadableStream; + new (underlyingSource?: UnderlyingSource, strategy?: QueuingStrategy): ReadableStream; + }; + interface ReadableStreamDefaultReader extends ReadableStreamGenericReader { + read(): Promise>; + releaseLock(): void; + } + const ReadableStreamDefaultReader: { + prototype: ReadableStreamDefaultReader; + new (stream: ReadableStream): ReadableStreamDefaultReader; + }; + const ReadableStreamBYOBReader: any; + const ReadableStreamBYOBRequest: any; + interface ReadableByteStreamController { + readonly byobRequest: undefined; + readonly desiredSize: number | null; + close(): void; + enqueue(chunk: ArrayBufferView): void; + error(error?: any): void; + } + const ReadableByteStreamController: { + prototype: ReadableByteStreamController; + new (): ReadableByteStreamController; + }; + interface ReadableStreamDefaultController { + readonly desiredSize: number | null; + close(): void; + enqueue(chunk?: R): void; + error(e?: any): void; + } + const ReadableStreamDefaultController: { + prototype: ReadableStreamDefaultController; + new (): ReadableStreamDefaultController; + }; + interface Transformer { + flush?: TransformerFlushCallback; + readableType?: undefined; + start?: TransformerStartCallback; + transform?: TransformerTransformCallback; + writableType?: undefined; + } + interface TransformStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const TransformStream: { + prototype: TransformStream; + new (transformer?: Transformer, writableStrategy?: QueuingStrategy, readableStrategy?: QueuingStrategy): TransformStream; + }; + interface TransformStreamDefaultController { + readonly desiredSize: number | null; + enqueue(chunk?: O): void; + error(reason?: any): void; + terminate(): void; + } + const TransformStreamDefaultController: { + prototype: TransformStreamDefaultController; + new (): TransformStreamDefaultController; + }; + /** + * This Streams API interface provides a standard abstraction for writing + * streaming data to a destination, known as a sink. This object comes with + * built-in back pressure and queuing. + */ + interface WritableStream { + readonly locked: boolean; + abort(reason?: any): Promise; + close(): Promise; + getWriter(): WritableStreamDefaultWriter; + } + const WritableStream: { + prototype: WritableStream; + new (underlyingSink?: UnderlyingSink, strategy?: QueuingStrategy): WritableStream; + }; + /** + * This Streams API interface is the object returned by + * WritableStream.getWriter() and once created locks the < writer to the + * WritableStream ensuring that no other streams can write to the underlying + * sink. + */ + interface WritableStreamDefaultWriter { + readonly closed: Promise; + readonly desiredSize: number | null; + readonly ready: Promise; + abort(reason?: any): Promise; + close(): Promise; + releaseLock(): void; + write(chunk?: W): Promise; + } + const WritableStreamDefaultWriter: { + prototype: WritableStreamDefaultWriter; + new (stream: WritableStream): WritableStreamDefaultWriter; + }; + /** + * This Streams API interface represents a controller allowing control of a + * WritableStream's state. When constructing a WritableStream, the + * underlying sink is given a corresponding WritableStreamDefaultController + * instance to manipulate. + */ + interface WritableStreamDefaultController { + error(e?: any): void; + } + const WritableStreamDefaultController: { + prototype: WritableStreamDefaultController; + new (): WritableStreamDefaultController; + }; + interface QueuingStrategy { + highWaterMark?: number; + size?: QueuingStrategySize; + } + interface QueuingStrategySize { + (chunk?: T): number; + } + interface QueuingStrategyInit { + /** + * Creates a new ByteLengthQueuingStrategy with the provided high water + * mark. + * + * Note that the provided high water mark will not be validated ahead of + * time. Instead, if it is negative, NaN, or not a number, the resulting + * ByteLengthQueuingStrategy will cause the corresponding stream + * constructor to throw. + */ + highWaterMark: number; + } + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface ByteLengthQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const ByteLengthQueuingStrategy: { + prototype: ByteLengthQueuingStrategy; + new (init: QueuingStrategyInit): ByteLengthQueuingStrategy; + }; + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface CountQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const CountQueuingStrategy: { + prototype: CountQueuingStrategy; + new (init: QueuingStrategyInit): CountQueuingStrategy; + }; + interface TextEncoderStream { + /** Returns "utf-8". */ + readonly encoding: 'utf-8'; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextEncoderStream: { + prototype: TextEncoderStream; + new (): TextEncoderStream; + }; + interface TextDecoderOptions { + fatal?: boolean; + ignoreBOM?: boolean; + } + type BufferSource = ArrayBufferView | ArrayBuffer; + interface TextDecoderStream { + /** Returns encoding's name, lower cased. */ + readonly encoding: string; + /** Returns `true` if error mode is "fatal", and `false` otherwise. */ + readonly fatal: boolean; + /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ + readonly ignoreBOM: boolean; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextDecoderStream: { + prototype: TextDecoderStream; + new (label?: string, options?: TextDecoderOptions): TextDecoderStream; + }; +} +declare module 'node:stream/web' { + export * from 'stream/web'; +} diff --git a/node_modules/@types/node/string_decoder.d.ts b/node_modules/@types/node/string_decoder.d.ts new file mode 100644 index 000000000..a58580411 --- /dev/null +++ b/node_modules/@types/node/string_decoder.d.ts @@ -0,0 +1,67 @@ +/** + * The `string_decoder` module provides an API for decoding `Buffer` objects into + * strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 + * characters. It can be accessed using: + * + * ```js + * const { StringDecoder } = require('string_decoder'); + * ``` + * + * The following example shows the basic use of the `StringDecoder` class. + * + * ```js + * const { StringDecoder } = require('string_decoder'); + * const decoder = new StringDecoder('utf8'); + * + * const cent = Buffer.from([0xC2, 0xA2]); + * console.log(decoder.write(cent)); + * + * const euro = Buffer.from([0xE2, 0x82, 0xAC]); + * console.log(decoder.write(euro)); + * ``` + * + * When a `Buffer` instance is written to the `StringDecoder` instance, an + * internal buffer is used to ensure that the decoded string does not contain + * any incomplete multibyte characters. These are held in the buffer until the + * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. + * + * In the following example, the three UTF-8 encoded bytes of the European Euro + * symbol (`€`) are written over three separate operations: + * + * ```js + * const { StringDecoder } = require('string_decoder'); + * const decoder = new StringDecoder('utf8'); + * + * decoder.write(Buffer.from([0xE2])); + * decoder.write(Buffer.from([0x82])); + * console.log(decoder.end(Buffer.from([0xAC]))); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/string_decoder.js) + */ +declare module 'string_decoder' { + class StringDecoder { + constructor(encoding?: BufferEncoding); + /** + * Returns a decoded string, ensuring that any incomplete multibyte characters at + * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the + * returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`. + * @since v0.1.99 + * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. + */ + write(buffer: Buffer): string; + /** + * Returns any remaining input stored in the internal buffer as a string. Bytes + * representing incomplete UTF-8 and UTF-16 characters will be replaced with + * substitution characters appropriate for the character encoding. + * + * If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input. + * After `end()` is called, the `stringDecoder` object can be reused for new input. + * @since v0.9.3 + * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. + */ + end(buffer?: Buffer): string; + } +} +declare module 'node:string_decoder' { + export * from 'string_decoder'; +} diff --git a/node_modules/@types/node/test.d.ts b/node_modules/@types/node/test.d.ts new file mode 100644 index 000000000..8e20710ec --- /dev/null +++ b/node_modules/@types/node/test.d.ts @@ -0,0 +1,446 @@ +/** + * The `node:test` module provides a standalone testing module. + * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/test.js) + */ +declare module 'node:test' { + /** + * Programmatically start the test runner. + * @since v18.9.0 + * @param options Configuration options for running tests. + * @returns A {@link TapStream} that emits events about the test execution. + */ + function run(options?: RunOptions): TapStream; + + /** + * The `test()` function is the value imported from the test module. Each invocation of this + * function results in the creation of a test point in the TAP output. + * + * The {@link TestContext} object passed to the fn argument can be used to perform actions + * related to the current test. Examples include skipping the test, adding additional TAP + * diagnostic information, or creating subtests. + * + * `test()` returns a {@link Promise} that resolves once the test completes. The return value + * can usually be discarded for top level tests. However, the return value from subtests should + * be used to prevent the parent test from finishing first and cancelling the subtest as shown + * in the following example. + * + * ```js + * test('top level test', async (t) => { + * // The setTimeout() in the following subtest would cause it to outlive its + * // parent test if 'await' is removed on the next line. Once the parent test + * // completes, it will cancel any outstanding subtests. + * await t.test('longer running subtest', async (t) => { + * return new Promise((resolve, reject) => { + * setTimeout(resolve, 1000); + * }); + * }); + * }); + * ``` + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the test + * @param fn The function under test. The first argument to this function is a + * {@link TestContext} object. If the test uses callbacks, the callback function is + * passed as the second argument. Default: A no-op function. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + function test(name?: string, fn?: TestFn): Promise; + function test(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function test(options?: TestOptions, fn?: TestFn): Promise; + function test(fn?: TestFn): Promise; + + /** + * @since v18.6.0 + * @param name The name of the suite, which is displayed when reporting suite results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the suite + * @param fn The function under suite. Default: A no-op function. + */ + function describe(name?: string, options?: TestOptions, fn?: SuiteFn): void; + function describe(name?: string, fn?: SuiteFn): void; + function describe(options?: TestOptions, fn?: SuiteFn): void; + function describe(fn?: SuiteFn): void; + namespace describe { + // Shorthand for skipping a suite, same as `describe([name], { skip: true }[, fn])`. + function skip(name?: string, options?: TestOptions, fn?: SuiteFn): void; + function skip(name?: string, fn?: SuiteFn): void; + function skip(options?: TestOptions, fn?: SuiteFn): void; + function skip(fn?: SuiteFn): void; + + // Shorthand for marking a suite as `TODO`, same as `describe([name], { todo: true }[, fn])`. + function todo(name?: string, options?: TestOptions, fn?: SuiteFn): void; + function todo(name?: string, fn?: SuiteFn): void; + function todo(options?: TestOptions, fn?: SuiteFn): void; + function todo(fn?: SuiteFn): void; + } + + /** + * @since v18.6.0 + * @param name The name of the test, which is displayed when reporting test results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the test + * @param fn The function under test. If the test uses callbacks, the callback function is + * passed as the second argument. Default: A no-op function. + */ + function it(name?: string, options?: TestOptions, fn?: ItFn): void; + function it(name?: string, fn?: ItFn): void; + function it(options?: TestOptions, fn?: ItFn): void; + function it(fn?: ItFn): void; + namespace it { + // Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`. + function skip(name?: string, options?: TestOptions, fn?: ItFn): void; + function skip(name?: string, fn?: ItFn): void; + function skip(options?: TestOptions, fn?: ItFn): void; + function skip(fn?: ItFn): void; + + // Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`. + function todo(name?: string, options?: TestOptions, fn?: ItFn): void; + function todo(name?: string, fn?: ItFn): void; + function todo(options?: TestOptions, fn?: ItFn): void; + function todo(fn?: ItFn): void; + } + + /** + * The type of a function under test. The first argument to this function is a + * {@link TestContext} object. If the test uses callbacks, the callback function is passed as + * the second argument. + */ + type TestFn = (t: TestContext, done: (result?: any) => void) => any; + + /** + * The type of a function under Suite. + * If the test uses callbacks, the callback function is passed as an argument + */ + type SuiteFn = (done: (result?: any) => void) => void; + + /** + * The type of a function under test. + * If the test uses callbacks, the callback function is passed as an argument + */ + type ItFn = (done: (result?: any) => void) => any; + + interface RunOptions { + /** + * If a number is provided, then that many files would run in parallel. + * If truthy, it would run (number of cpu cores - 1) files in parallel. + * If falsy, it would only run one file at a time. + * If unspecified, subtests inherit this value from their parent. + * @default true + */ + concurrency?: number | boolean | undefined; + + /** + * An array containing the list of files to run. + * If unspecified, the test runner execution model will be used. + */ + files?: readonly string[] | undefined; + + /** + * Allows aborting an in-progress test execution. + * @default undefined + */ + signal?: AbortSignal | undefined; + + /** + * A number of milliseconds the test will fail after. + * If unspecified, subtests inherit this value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + + /** + * Sets inspector port of test child process. + * If a nullish value is provided, each process gets its own port, + * incremented from the primary's `process.debugPort`. + */ + inspectPort?: number | (() => number) | undefined; + } + + /** + * A successful call of the `run()` method will return a new `TapStream` object, + * streaming a [TAP](https://testanything.org/) output. + * `TapStream` will emit events in the order of the tests' definitions. + * @since v18.9.0 + */ + interface TapStream extends NodeJS.ReadableStream { + addListener(event: 'test:diagnostic', listener: (message: string) => void): this; + addListener(event: 'test:fail', listener: (data: TestFail) => void): this; + addListener(event: 'test:pass', listener: (data: TestPass) => void): this; + addListener(event: string, listener: (...args: any[]) => void): this; + emit(event: 'test:diagnostic', message: string): boolean; + emit(event: 'test:fail', data: TestFail): boolean; + emit(event: 'test:pass', data: TestPass): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'test:diagnostic', listener: (message: string) => void): this; + on(event: 'test:fail', listener: (data: TestFail) => void): this; + on(event: 'test:pass', listener: (data: TestPass) => void): this; + on(event: string, listener: (...args: any[]) => void): this; + once(event: 'test:diagnostic', listener: (message: string) => void): this; + once(event: 'test:fail', listener: (data: TestFail) => void): this; + once(event: 'test:pass', listener: (data: TestPass) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'test:diagnostic', listener: (message: string) => void): this; + prependListener(event: 'test:fail', listener: (data: TestFail) => void): this; + prependListener(event: 'test:pass', listener: (data: TestPass) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'test:diagnostic', listener: (message: string) => void): this; + prependOnceListener(event: 'test:fail', listener: (data: TestFail) => void): this; + prependOnceListener(event: 'test:pass', listener: (data: TestPass) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + } + + interface TestFail { + /** + * The test duration. + */ + duration: number; + + /** + * The failure casing test to fail. + */ + error: Error; + + /** + * The test name. + */ + name: string; + + /** + * The ordinal number of the test. + */ + testNumber: number; + + /** + * Present if `context.todo` is called. + */ + todo?: string; + + /** + * Present if `context.skip` is called. + */ + skip?: string; + } + + interface TestPass { + /** + * The test duration. + */ + duration: number; + + /** + * The test name. + */ + name: string; + + /** + * The ordinal number of the test. + */ + testNumber: number; + + /** + * Present if `context.todo` is called. + */ + todo?: string; + + /** + * Present if `context.skip` is called. + */ + skip?: string; + } + + /** + * An instance of `TestContext` is passed to each test function in order to interact with the + * test runner. However, the `TestContext` constructor is not exposed as part of the API. + * @since v18.0.0 + */ + interface TestContext { + /** + * This function is used to create a hook running before each subtest of the current test. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + beforeEach: typeof beforeEach; + + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + afterEach: typeof afterEach; + + /** + * This function is used to write TAP diagnostics to the output. Any diagnostic information is + * included at the end of the test's results. This function does not return a value. + * @param message Message to be displayed as a TAP diagnostic. + * @since v18.0.0 + */ + diagnostic(message: string): void; + + /** + * The name of the test. + * @since v18.8.0 + */ + readonly name: string; + + /** + * If `shouldRunOnlyTests` is truthy, the test context will only run tests that have the `only` + * option set. Otherwise, all tests are run. If Node.js was not started with the `--test-only` + * command-line option, this function is a no-op. + * @param shouldRunOnlyTests Whether or not to run `only` tests. + * @since v18.0.0 + */ + runOnly(shouldRunOnlyTests: boolean): void; + + /** + * Can be used to abort test subtasks when the test has been aborted. + * @since v18.7.0 + */ + readonly signal: AbortSignal; + + /** + * This function causes the test's output to indicate the test as skipped. If `message` is + * provided, it is included in the TAP output. Calling `skip()` does not terminate execution of + * the test function. This function does not return a value. + * @param message Optional skip message to be displayed in TAP output. + * @since v18.0.0 + */ + skip(message?: string): void; + + /** + * This function adds a `TODO` directive to the test's output. If `message` is provided, it is + * included in the TAP output. Calling `todo()` does not terminate execution of the test + * function. This function does not return a value. + * @param message Optional `TODO` message to be displayed in TAP output. + * @since v18.0.0 + */ + todo(message?: string): void; + + /** + * This function is used to create subtests under the current test. This function behaves in + * the same fashion as the top level {@link test} function. + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the test + * @param fn The function under test. This first argument to this function is a + * {@link TestContext} object. If the test uses callbacks, the callback function is + * passed as the second argument. Default: A no-op function. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + test: typeof test; + } + + interface TestOptions { + /** + * If a number is provided, then that many tests would run in parallel. + * If truthy, it would run (number of cpu cores - 1) tests in parallel. + * For subtests, it will be `Infinity` tests in parallel. + * If falsy, it would only run one test at a time. + * If unspecified, subtests inherit this value from their parent. + * @default false + */ + concurrency?: number | boolean | undefined; + + /** + * If truthy, and the test context is configured to run `only` tests, then this test will be + * run. Otherwise, the test is skipped. + * @default false + */ + only?: boolean | undefined; + + /** + * Allows aborting an in-progress test. + * @since v18.8.0 + */ + signal?: AbortSignal | undefined; + + /** + * If truthy, the test is skipped. If a string is provided, that string is displayed in the + * test results as the reason for skipping the test. + * @default false + */ + skip?: boolean | string | undefined; + + /** + * A number of milliseconds the test will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + * @since v18.7.0 + */ + timeout?: number | undefined; + + /** + * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in + * the test results as the reason why the test is `TODO`. + * @default false + */ + todo?: boolean | string | undefined; + } + + /** + * This function is used to create a hook running before running a suite. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function before(fn?: HookFn, options?: HookOptions): void; + + /** + * This function is used to create a hook running after running a suite. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function after(fn?: HookFn, options?: HookOptions): void; + + /** + * This function is used to create a hook running before each subtest of the current suite. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function beforeEach(fn?: HookFn, options?: HookOptions): void; + + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function afterEach(fn?: HookFn, options?: HookOptions): void; + + /** + * The hook function. If the hook uses callbacks, the callback function is passed as the + * second argument. + */ + type HookFn = (done: (result?: any) => void) => any; + + /** + * Configuration options for hooks. + * @since v18.8.0 + */ + interface HookOptions { + /** + * Allows aborting an in-progress hook. + */ + signal?: AbortSignal | undefined; + + /** + * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + } + + export { test as default, run, test, describe, it, before, after, beforeEach, afterEach }; +} diff --git a/node_modules/@types/node/timers.d.ts b/node_modules/@types/node/timers.d.ts new file mode 100644 index 000000000..b26f3ceda --- /dev/null +++ b/node_modules/@types/node/timers.d.ts @@ -0,0 +1,94 @@ +/** + * The `timer` module exposes a global API for scheduling functions to + * be called at some future period of time. Because the timer functions are + * globals, there is no need to call `require('timers')` to use the API. + * + * The timer functions within Node.js implement a similar API as the timers API + * provided by Web Browsers but use a different internal implementation that is + * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/timers.js) + */ +declare module 'timers' { + import { Abortable } from 'node:events'; + import { setTimeout as setTimeoutPromise, setImmediate as setImmediatePromise, setInterval as setIntervalPromise } from 'node:timers/promises'; + interface TimerOptions extends Abortable { + /** + * Set to `false` to indicate that the scheduled `Timeout` + * should not require the Node.js event loop to remain active. + * @default true + */ + ref?: boolean | undefined; + } + let setTimeout: typeof global.setTimeout; + let clearTimeout: typeof global.clearTimeout; + let setInterval: typeof global.setInterval; + let clearInterval: typeof global.clearInterval; + let setImmediate: typeof global.setImmediate; + let clearImmediate: typeof global.clearImmediate; + global { + namespace NodeJS { + // compatibility with older typings + interface Timer extends RefCounted { + hasRef(): boolean; + refresh(): this; + [Symbol.toPrimitive](): number; + } + interface Immediate extends RefCounted { + /** + * If true, the `Immediate` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + _onImmediate: Function; // to distinguish it from the Timeout class + } + interface Timeout extends Timer { + /** + * If true, the `Timeout` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * Sets the timer's start time to the current time, and reschedules the timer to + * call its callback at the previously specified duration adjusted to the current + * time. This is useful for refreshing a timer without allocating a new + * JavaScript object. + * + * Using this on a timer that has already called its callback will reactivate the + * timer. + * @since v10.2.0 + * @return a reference to `timeout` + */ + refresh(): this; + [Symbol.toPrimitive](): number; + } + } + function setTimeout(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timeout; + // util.promisify no rest args compability + // tslint:disable-next-line void-return + function setTimeout(callback: (args: void) => void, ms?: number): NodeJS.Timeout; + namespace setTimeout { + const __promisify__: typeof setTimeoutPromise; + } + function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void; + function setInterval(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timer; + // util.promisify no rest args compability + // tslint:disable-next-line void-return + function setInterval(callback: (args: void) => void, ms?: number): NodeJS.Timer; + namespace setInterval { + const __promisify__: typeof setIntervalPromise; + } + function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void; + function setImmediate(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate; + // util.promisify no rest args compability + // tslint:disable-next-line void-return + function setImmediate(callback: (args: void) => void): NodeJS.Immediate; + namespace setImmediate { + const __promisify__: typeof setImmediatePromise; + } + function clearImmediate(immediateId: NodeJS.Immediate | undefined): void; + function queueMicrotask(callback: () => void): void; + } +} +declare module 'node:timers' { + export * from 'timers'; +} diff --git a/node_modules/@types/node/timers/promises.d.ts b/node_modules/@types/node/timers/promises.d.ts new file mode 100644 index 000000000..c1450684d --- /dev/null +++ b/node_modules/@types/node/timers/promises.d.ts @@ -0,0 +1,93 @@ +/** + * The `timers/promises` API provides an alternative set of timer functions + * that return `Promise` objects. The API is accessible via`require('timers/promises')`. + * + * ```js + * import { + * setTimeout, + * setImmediate, + * setInterval, + * } from 'timers/promises'; + * ``` + * @since v15.0.0 + */ +declare module 'timers/promises' { + import { TimerOptions } from 'node:timers'; + /** + * ```js + * import { + * setTimeout, + * } from 'timers/promises'; + * + * const res = await setTimeout(100, 'result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. + * @param value A value with which the promise is fulfilled. + */ + function setTimeout(delay?: number, value?: T, options?: TimerOptions): Promise; + /** + * ```js + * import { + * setImmediate, + * } from 'timers/promises'; + * + * const res = await setImmediate('result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param value A value with which the promise is fulfilled. + */ + function setImmediate(value?: T, options?: TimerOptions): Promise; + /** + * Returns an async iterator that generates values in an interval of `delay` ms. + * + * ```js + * import { + * setInterval, + * } from 'timers/promises'; + * + * const interval = 100; + * for await (const startTime of setInterval(interval, Date.now())) { + * const now = Date.now(); + * console.log(now); + * if ((now - startTime) > 1000) + * break; + * } + * console.log(Date.now()); + * ``` + * @since v15.9.0 + */ + function setInterval(delay?: number, value?: T, options?: TimerOptions): AsyncIterable; + + interface Scheduler { + /** + * ```js + * import { scheduler } from 'node:timers/promises'; + * + * await scheduler.wait(1000); // Wait one second before continuing + * ``` + * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. + * Calling timersPromises.scheduler.wait(delay, options) is roughly equivalent to calling timersPromises.setTimeout(delay, undefined, options) except that the ref option is not supported. + * @since v16.14.0 + * @experimental + * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. + */ + wait: (delay?: number, options?: TimerOptions) => Promise; + /** + * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. + * Calling timersPromises.scheduler.yield() is equivalent to calling timersPromises.setImmediate() with no arguments. + * @since v16.14.0 + * @experimental + */ + yield: () => Promise; + } + + const scheduler: Scheduler; +} +declare module 'node:timers/promises' { + export * from 'timers/promises'; +} diff --git a/node_modules/@types/node/tls.d.ts b/node_modules/@types/node/tls.d.ts new file mode 100644 index 000000000..2cbc71658 --- /dev/null +++ b/node_modules/@types/node/tls.d.ts @@ -0,0 +1,1028 @@ +/** + * The `tls` module provides an implementation of the Transport Layer Security + * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. + * The module can be accessed using: + * + * ```js + * const tls = require('tls'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tls.js) + */ +declare module 'tls' { + import { X509Certificate } from 'node:crypto'; + import * as net from 'node:net'; + import * as stream from 'stream'; + const CLIENT_RENEG_LIMIT: number; + const CLIENT_RENEG_WINDOW: number; + interface Certificate { + /** + * Country code. + */ + C: string; + /** + * Street. + */ + ST: string; + /** + * Locality. + */ + L: string; + /** + * Organization. + */ + O: string; + /** + * Organizational unit. + */ + OU: string; + /** + * Common name. + */ + CN: string; + } + interface PeerCertificate { + subject: Certificate; + issuer: Certificate; + subjectaltname: string; + infoAccess: NodeJS.Dict; + modulus: string; + exponent: string; + valid_from: string; + valid_to: string; + fingerprint: string; + fingerprint256: string; + ext_key_usage: string[]; + serialNumber: string; + raw: Buffer; + } + interface DetailedPeerCertificate extends PeerCertificate { + issuerCertificate: DetailedPeerCertificate; + } + interface CipherNameAndProtocol { + /** + * The cipher name. + */ + name: string; + /** + * SSL/TLS protocol version. + */ + version: string; + /** + * IETF name for the cipher suite. + */ + standardName: string; + } + interface EphemeralKeyInfo { + /** + * The supported types are 'DH' and 'ECDH'. + */ + type: string; + /** + * The name property is available only when type is 'ECDH'. + */ + name?: string | undefined; + /** + * The size of parameter of an ephemeral key exchange. + */ + size: number; + } + interface KeyObject { + /** + * Private keys in PEM format. + */ + pem: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface PxfObject { + /** + * PFX or PKCS12 encoded private key and certificate chain. + */ + buf: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { + /** + * If true the TLS socket will be instantiated in server-mode. + * Defaults to false. + */ + isServer?: boolean | undefined; + /** + * An optional net.Server instance. + */ + server?: net.Server | undefined; + /** + * An optional Buffer instance containing a TLS session. + */ + session?: Buffer | undefined; + /** + * If true, specifies that the OCSP status request extension will be + * added to the client hello and an 'OCSPResponse' event will be + * emitted on the socket before establishing a secure communication + */ + requestOCSP?: boolean | undefined; + } + /** + * Performs transparent encryption of written data and all required TLS + * negotiation. + * + * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. + * + * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate} will only return data while the + * connection is open. + * @since v0.11.4 + */ + class TLSSocket extends net.Socket { + /** + * Construct a new tls.TLSSocket object from an existing TCP socket. + */ + constructor(socket: net.Socket, options?: TLSSocketOptions); + /** + * This property is `true` if the peer certificate was signed by one of the CAs + * specified when creating the `tls.TLSSocket` instance, otherwise `false`. + * @since v0.11.4 + */ + authorized: boolean; + /** + * Returns the reason why the peer's certificate was not been verified. This + * property is set only when `tlsSocket.authorized === false`. + * @since v0.11.4 + */ + authorizationError: Error; + /** + * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. + * @since v0.11.4 + */ + encrypted: true; + /** + * String containing the selected ALPN protocol. + * Before a handshake has completed, this value is always null. + * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. + */ + alpnProtocol: string | false | null; + /** + * Returns an object representing the local certificate. The returned object has + * some properties corresponding to the fields of the certificate. + * + * See {@link TLSSocket.getPeerCertificate} for an example of the certificate + * structure. + * + * If there is no local certificate, an empty object will be returned. If the + * socket has been destroyed, `null` will be returned. + * @since v11.2.0 + */ + getCertificate(): PeerCertificate | object | null; + /** + * Returns an object containing information on the negotiated cipher suite. + * + * For example: + * + * ```json + * { + * "name": "AES128-SHA256", + * "standardName": "TLS_RSA_WITH_AES_128_CBC_SHA256", + * "version": "TLSv1.2" + * } + * ``` + * + * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. + * @since v0.11.4 + */ + getCipher(): CipherNameAndProtocol; + /** + * Returns an object representing the type, name, and size of parameter of + * an ephemeral key exchange in `perfect forward secrecy` on a client + * connection. It returns an empty object when the key exchange is not + * ephemeral. As this is only supported on a client socket; `null` is returned + * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The`name` property is available only when type is `'ECDH'`. + * + * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. + * @since v5.0.0 + */ + getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. + */ + getFinished(): Buffer | undefined; + /** + * Returns an object representing the peer's certificate. If the peer does not + * provide a certificate, an empty object will be returned. If the socket has been + * destroyed, `null` will be returned. + * + * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's + * certificate. + * @since v0.11.4 + * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. + * @return A certificate object. + */ + getPeerCertificate(detailed: true): DetailedPeerCertificate; + getPeerCertificate(detailed?: false): PeerCertificate; + getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so + * far. + */ + getPeerFinished(): Buffer | undefined; + /** + * Returns a string containing the negotiated SSL/TLS protocol version of the + * current connection. The value `'unknown'` will be returned for connected + * sockets that have not completed the handshaking process. The value `null` will + * be returned for server sockets or disconnected client sockets. + * + * Protocol versions are: + * + * * `'SSLv3'` + * * `'TLSv1'` + * * `'TLSv1.1'` + * * `'TLSv1.2'` + * * `'TLSv1.3'` + * + * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. + * @since v5.7.0 + */ + getProtocol(): string | null; + /** + * Returns the TLS session data or `undefined` if no session was + * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful + * for debugging. + * + * See `Session Resumption` for more information. + * + * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications + * must use the `'session'` event (it also works for TLSv1.2 and below). + * @since v0.11.4 + */ + getSession(): Buffer | undefined; + /** + * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. + * @since v12.11.0 + * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. + */ + getSharedSigalgs(): string[]; + /** + * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. + * + * It may be useful for debugging. + * + * See `Session Resumption` for more information. + * @since v0.11.4 + */ + getTLSTicket(): Buffer | undefined; + /** + * See `Session Resumption` for more information. + * @since v0.5.6 + * @return `true` if the session was reused, `false` otherwise. + */ + isSessionReused(): boolean; + /** + * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. + * Upon completion, the `callback` function will be passed a single argument + * that is either an `Error` (if the request failed) or `null`. + * + * This method can be used to request a peer's certificate after the secure + * connection has been established. + * + * When running as the server, the socket will be destroyed with an error after`handshakeTimeout` timeout. + * + * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the + * protocol. + * @since v0.11.8 + * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with + * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. + * @return `true` if renegotiation was initiated, `false` otherwise. + */ + renegotiate( + options: { + rejectUnauthorized?: boolean | undefined; + requestCert?: boolean | undefined; + }, + callback: (err: Error | null) => void + ): undefined | boolean; + /** + * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. + * Returns `true` if setting the limit succeeded; `false` otherwise. + * + * Smaller fragment sizes decrease the buffering latency on the client: larger + * fragments are buffered by the TLS layer until the entire fragment is received + * and its integrity is verified; large fragments can span multiple roundtrips + * and their processing can be delayed due to packet loss or reordering. However, + * smaller fragments add extra TLS framing bytes and CPU overhead, which may + * decrease overall server throughput. + * @since v0.11.11 + * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. + */ + setMaxSendFragment(size: number): boolean; + /** + * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts + * to renegotiate will trigger an `'error'` event on the `TLSSocket`. + * @since v8.4.0 + */ + disableRenegotiation(): void; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * + * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by + * OpenSSL's `SSL_trace()` function, the format is undocumented, can change + * without notice, and should not be relied on. + * @since v12.2.0 + */ + enableTrace(): void; + /** + * Returns the peer certificate as an `X509Certificate` object. + * + * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getPeerX509Certificate(): X509Certificate | undefined; + /** + * Returns the local certificate as an `X509Certificate` object. + * + * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getX509Certificate(): X509Certificate | undefined; + /** + * Keying material is used for validations to prevent different kind of attacks in + * network protocols, for example in the specifications of IEEE 802.1X. + * + * Example + * + * ```js + * const keyingMaterial = tlsSocket.exportKeyingMaterial( + * 128, + * 'client finished'); + * + * /* + * Example return value of keyingMaterial: + * + * + * ``` + * + * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more + * information. + * @since v13.10.0, v12.17.0 + * @param length number of bytes to retrieve from keying material + * @param label an application specific label, typically this will be a value from the [IANA Exporter Label + * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). + * @param context Optionally provide a context. + * @return requested bytes of the keying material + */ + exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + addListener(event: 'secureConnect', listener: () => void): this; + addListener(event: 'session', listener: (session: Buffer) => void): this; + addListener(event: 'keylog', listener: (line: Buffer) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'OCSPResponse', response: Buffer): boolean; + emit(event: 'secureConnect'): boolean; + emit(event: 'session', session: Buffer): boolean; + emit(event: 'keylog', line: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + on(event: 'secureConnect', listener: () => void): this; + on(event: 'session', listener: (session: Buffer) => void): this; + on(event: 'keylog', listener: (line: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + once(event: 'secureConnect', listener: () => void): this; + once(event: 'session', listener: (session: Buffer) => void): this; + once(event: 'keylog', listener: (line: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + prependListener(event: 'secureConnect', listener: () => void): this; + prependListener(event: 'session', listener: (session: Buffer) => void): this; + prependListener(event: 'keylog', listener: (line: Buffer) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + prependOnceListener(event: 'secureConnect', listener: () => void): this; + prependOnceListener(event: 'session', listener: (session: Buffer) => void): this; + prependOnceListener(event: 'keylog', listener: (line: Buffer) => void): this; + } + interface CommonConnectionOptions { + /** + * An optional TLS context object from tls.createSecureContext() + */ + secureContext?: SecureContext | undefined; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * @default false + */ + enableTrace?: boolean | undefined; + /** + * If true the server will request a certificate from clients that + * connect and attempt to verify that certificate. Defaults to + * false. + */ + requestCert?: boolean | undefined; + /** + * An array of strings or a Buffer naming possible ALPN protocols. + * (Protocols should be ordered by their priority.) + */ + ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined; + /** + * SNICallback(servername, cb) A function that will be + * called if the client supports SNI TLS extension. Two arguments + * will be passed when called: servername and cb. SNICallback should + * invoke cb(null, ctx), where ctx is a SecureContext instance. + * (tls.createSecureContext(...) can be used to get a proper + * SecureContext.) If SNICallback wasn't provided the default callback + * with high-level API will be used (see below). + */ + SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; + /** + * If true the server will reject any connection which is not + * authorized with the list of supplied CAs. This option only has an + * effect if requestCert is true. + * @default true + */ + rejectUnauthorized?: boolean | undefined; + } + interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { + /** + * Abort the connection if the SSL/TLS handshake does not finish in the + * specified number of milliseconds. A 'tlsClientError' is emitted on + * the tls.Server object whenever a handshake times out. Default: + * 120000 (120 seconds). + */ + handshakeTimeout?: number | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + */ + ticketKeys?: Buffer | undefined; + /** + * + * @param socket + * @param identity identity parameter sent from the client. + * @return pre-shared key that must either be + * a buffer or `null` to stop the negotiation process. Returned PSK must be + * compatible with the selected cipher's digest. + * + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with the identity provided by the client. + * If the return value is `null` the negotiation process will stop and an + * "unknown_psk_identity" alert message will be sent to the other party. + * If the server wishes to hide the fact that the PSK identity was not known, + * the callback must provide some random data as `psk` to make the connection + * fail with "decrypt_error" before negotiation is finished. + * PSK ciphers are disabled by default, and using TLS-PSK thus + * requires explicitly specifying a cipher suite with the `ciphers` option. + * More information can be found in the RFC 4279. + */ + pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null; + /** + * hint to send to a client to help + * with selecting the identity during TLS-PSK negotiation. Will be ignored + * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be + * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. + */ + pskIdentityHint?: string | undefined; + } + interface PSKCallbackNegotation { + psk: DataView | NodeJS.TypedArray; + identity: string; + } + interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { + host?: string | undefined; + port?: number | undefined; + path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. + socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket + checkServerIdentity?: typeof checkServerIdentity | undefined; + servername?: string | undefined; // SNI TLS Extension + session?: Buffer | undefined; + minDHSize?: number | undefined; + lookup?: net.LookupFunction | undefined; + timeout?: number | undefined; + /** + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with optional identity `hint` provided by the server or `null` + * in case of TLS 1.3 where `hint` was removed. + * It will be necessary to provide a custom `tls.checkServerIdentity()` + * for the connection as the default one will try to check hostname/IP + * of the server against the certificate but that's not applicable for PSK + * because there won't be a certificate present. + * More information can be found in the RFC 4279. + * + * @param hint message sent from the server to help client + * decide which identity to use during negotiation. + * Always `null` if TLS 1.3 is used. + * @returns Return `null` to stop the negotiation process. `psk` must be + * compatible with the selected cipher's digest. + * `identity` must use UTF-8 encoding. + */ + pskCallback?(hint: string | null): PSKCallbackNegotation | null; + } + /** + * Accepts encrypted connections using TLS or SSL. + * @since v0.3.2 + */ + class Server extends net.Server { + constructor(secureConnectionListener?: (socket: TLSSocket) => void); + constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); + /** + * The `server.addContext()` method adds a secure context that will be used if + * the client request's SNI name matches the supplied `hostname` (or wildcard). + * + * When there are multiple matching contexts, the most recently added one is + * used. + * @since v0.5.3 + * @param hostname A SNI host name or wildcard (e.g. `'*'`) + * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + addContext(hostname: string, context: SecureContextOptions): void; + /** + * Returns the session ticket keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @return A 48-byte buffer containing the session ticket keys. + */ + getTicketKeys(): Buffer; + /** + * The `server.setSecureContext()` method replaces the secure context of an + * existing server. Existing connections to the server are not interrupted. + * @since v11.0.0 + * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + setSecureContext(options: SecureContextOptions): void; + /** + * Sets the session ticket keys. + * + * Changes to the ticket keys are effective only for future server connections. + * Existing or currently pending server connections will use the previous keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @param keys A 48-byte buffer containing the session ticket keys. + */ + setTicketKeys(keys: Buffer): void; + /** + * events.EventEmitter + * 1. tlsClientError + * 2. newSession + * 3. OCSPRequest + * 4. resumeSession + * 5. secureConnection + * 6. keylog + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + addListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + addListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + addListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + addListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'tlsClientError', err: Error, tlsSocket: TLSSocket): boolean; + emit(event: 'newSession', sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean; + emit(event: 'OCSPRequest', certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean; + emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void): boolean; + emit(event: 'secureConnection', tlsSocket: TLSSocket): boolean; + emit(event: 'keylog', line: Buffer, tlsSocket: TLSSocket): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + on(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + on(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + on(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + on(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + on(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + once(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + once(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + once(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + once(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + once(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + prependListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + prependListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + prependListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + prependOnceListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + prependOnceListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + prependOnceListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + } + /** + * @deprecated since v0.11.3 Use `tls.TLSSocket` instead. + */ + interface SecurePair { + encrypted: TLSSocket; + cleartext: TLSSocket; + } + type SecureVersion = 'TLSv1.3' | 'TLSv1.2' | 'TLSv1.1' | 'TLSv1'; + interface SecureContextOptions { + /** + * Optionally override the trusted CA certificates. Default is to trust + * the well-known CAs curated by Mozilla. Mozilla's CAs are completely + * replaced when CAs are explicitly specified using this option. + */ + ca?: string | Buffer | Array | undefined; + /** + * Cert chains in PEM format. One cert chain should be provided per + * private key. Each cert chain should consist of the PEM formatted + * certificate for a provided private key, followed by the PEM + * formatted intermediate certificates (if any), in order, and not + * including the root CA (the root CA must be pre-known to the peer, + * see ca). When providing multiple cert chains, they do not have to + * be in the same order as their private keys in key. If the + * intermediate certificates are not provided, the peer will not be + * able to validate the certificate, and the handshake will fail. + */ + cert?: string | Buffer | Array | undefined; + /** + * Colon-separated list of supported signature algorithms. The list + * can contain digest algorithms (SHA256, MD5 etc.), public key + * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g + * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). + */ + sigalgs?: string | undefined; + /** + * Cipher suite specification, replacing the default. For more + * information, see modifying the default cipher suite. Permitted + * ciphers can be obtained via tls.getCiphers(). Cipher names must be + * uppercased in order for OpenSSL to accept them. + */ + ciphers?: string | undefined; + /** + * Name of an OpenSSL engine which can provide the client certificate. + */ + clientCertEngine?: string | undefined; + /** + * PEM formatted CRLs (Certificate Revocation Lists). + */ + crl?: string | Buffer | Array | undefined; + /** + * Diffie Hellman parameters, required for Perfect Forward Secrecy. Use + * openssl dhparam to create the parameters. The key length must be + * greater than or equal to 1024 bits or else an error will be thrown. + * Although 1024 bits is permissible, use 2048 bits or larger for + * stronger security. If omitted or invalid, the parameters are + * silently discarded and DHE ciphers will not be available. + */ + dhparam?: string | Buffer | undefined; + /** + * A string describing a named curve or a colon separated list of curve + * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key + * agreement. Set to auto to select the curve automatically. Use + * crypto.getCurves() to obtain a list of available curve names. On + * recent releases, openssl ecparam -list_curves will also display the + * name and description of each available elliptic curve. Default: + * tls.DEFAULT_ECDH_CURVE. + */ + ecdhCurve?: string | undefined; + /** + * Attempt to use the server's cipher suite preferences instead of the + * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be + * set in secureOptions + */ + honorCipherOrder?: boolean | undefined; + /** + * Private keys in PEM format. PEM allows the option of private keys + * being encrypted. Encrypted keys will be decrypted with + * options.passphrase. Multiple keys using different algorithms can be + * provided either as an array of unencrypted key strings or buffers, + * or an array of objects in the form {pem: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted keys will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + key?: string | Buffer | Array | undefined; + /** + * Name of an OpenSSL engine to get private key from. Should be used + * together with privateKeyIdentifier. + */ + privateKeyEngine?: string | undefined; + /** + * Identifier of a private key managed by an OpenSSL engine. Should be + * used together with privateKeyEngine. Should not be set together with + * key, because both options define a private key in different ways. + */ + privateKeyIdentifier?: string | undefined; + /** + * Optionally set the maximum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. + * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using + * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to + * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. + */ + maxVersion?: SecureVersion | undefined; + /** + * Optionally set the minimum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. It is not recommended to use + * less than TLSv1.2, but it may be required for interoperability. + * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using + * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to + * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. + */ + minVersion?: SecureVersion | undefined; + /** + * Shared passphrase used for a single private key and/or a PFX. + */ + passphrase?: string | undefined; + /** + * PFX or PKCS12 encoded private key and certificate chain. pfx is an + * alternative to providing key and cert individually. PFX is usually + * encrypted, if it is, passphrase will be used to decrypt it. Multiple + * PFX can be provided either as an array of unencrypted PFX buffers, + * or an array of objects in the form {buf: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted PFX will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + pfx?: string | Buffer | Array | undefined; + /** + * Optionally affect the OpenSSL protocol behavior, which is not + * usually necessary. This should be used carefully if at all! Value is + * a numeric bitmask of the SSL_OP_* options from OpenSSL Options + */ + secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options + /** + * Legacy mechanism to select the TLS protocol version to use, it does + * not support independent control of the minimum and maximum version, + * and does not support limiting the protocol to TLSv1.3. Use + * minVersion and maxVersion instead. The possible values are listed as + * SSL_METHODS, use the function names as strings. For example, use + * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow + * any TLS protocol version up to TLSv1.3. It is not recommended to use + * TLS versions less than 1.2, but it may be required for + * interoperability. Default: none, see minVersion. + */ + secureProtocol?: string | undefined; + /** + * Opaque identifier used by servers to ensure session state is not + * shared between applications. Unused by clients. + */ + sessionIdContext?: string | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + * See Session Resumption for more information. + */ + ticketKeys?: Buffer | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + } + interface SecureContext { + context: any; + } + /** + * Verifies the certificate `cert` is issued to `hostname`. + * + * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on + * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). + * + * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as + * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. + * + * This function can be overwritten by providing an alternative function as the`options.checkServerIdentity` option that is passed to `tls.connect()`. The + * overwriting function can call `tls.checkServerIdentity()` of course, to augment + * the checks done with additional verification. + * + * This function is only called if the certificate passed all other checks, such as + * being issued by trusted CA (`options.ca`). + * + * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name + * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use + * a custom`options.checkServerIdentity` function that implements the desired behavior. + * @since v0.8.4 + * @param hostname The host name or IP address to verify the certificate against. + * @param cert A `certificate object` representing the peer's certificate. + */ + function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; + /** + * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is + * automatically set as a listener for the `'secureConnection'` event. + * + * The `ticketKeys` options is automatically shared between `cluster` module + * workers. + * + * The following illustrates a simple echo server: + * + * ```js + * const tls = require('tls'); + * const fs = require('fs'); + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * + * // This is necessary only if using client certificate authentication. + * requestCert: true, + * + * // This is necessary only if the client uses a self-signed certificate. + * ca: [ fs.readFileSync('client-cert.pem') ] + * }; + * + * const server = tls.createServer(options, (socket) => { + * console.log('server connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * socket.write('welcome!\n'); + * socket.setEncoding('utf8'); + * socket.pipe(socket); + * }); + * server.listen(8000, () => { + * console.log('server bound'); + * }); + * ``` + * + * The server can be tested by connecting to it using the example client from {@link connect}. + * @since v0.3.2 + */ + function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; + function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; + /** + * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. + * + * `tls.connect()` returns a {@link TLSSocket} object. + * + * Unlike the `https` API, `tls.connect()` does not enable the + * SNI (Server Name Indication) extension by default, which may cause some + * servers to return an incorrect certificate or reject the connection + * altogether. To enable SNI, set the `servername` option in addition + * to `host`. + * + * The following illustrates a client for the echo server example from {@link createServer}: + * + * ```js + * // Assumes an echo server that is listening on port 8000. + * const tls = require('tls'); + * const fs = require('fs'); + * + * const options = { + * // Necessary only if the server requires client certificate authentication. + * key: fs.readFileSync('client-key.pem'), + * cert: fs.readFileSync('client-cert.pem'), + * + * // Necessary only if the server uses a self-signed certificate. + * ca: [ fs.readFileSync('server-cert.pem') ], + * + * // Necessary only if the server's cert isn't for "localhost". + * checkServerIdentity: () => { return null; }, + * }; + * + * const socket = tls.connect(8000, options, () => { + * console.log('client connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * process.stdin.pipe(socket); + * process.stdin.resume(); + * }); + * socket.setEncoding('utf8'); + * socket.on('data', (data) => { + * console.log(data); + * }); + * socket.on('end', () => { + * console.log('server ends connection'); + * }); + * ``` + * @since v0.11.3 + */ + function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + /** + * Creates a new secure pair object with two streams, one of which reads and writes + * the encrypted data and the other of which reads and writes the cleartext data. + * Generally, the encrypted stream is piped to/from an incoming encrypted data + * stream and the cleartext one is used as a replacement for the initial encrypted + * stream. + * + * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and`encrypted` stream properties. + * + * Using `cleartext` has the same API as {@link TLSSocket}. + * + * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code: + * + * ```js + * pair = tls.createSecurePair(// ... ); + * pair.encrypted.pipe(socket); + * socket.pipe(pair.encrypted); + * ``` + * + * can be replaced by: + * + * ```js + * secureSocket = tls.TLSSocket(socket, options); + * ``` + * + * where `secureSocket` has the same API as `pair.cleartext`. + * @since v0.3.2 + * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead. + * @param context A secure context object as returned by `tls.createSecureContext()` + * @param isServer `true` to specify that this TLS connection should be opened as a server. + * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`. + * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`. + */ + function createSecurePair(context?: SecureContext, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; + /** + * {@link createServer} sets the default value of the `honorCipherOrder` option + * to `true`, other APIs that create secure contexts leave it unset. + * + * {@link createServer} uses a 128 bit truncated SHA1 hash value generated + * from `process.argv` as the default value of the `sessionIdContext` option, other + * APIs that create secure contexts have no default value. + * + * The `tls.createSecureContext()` method creates a `SecureContext` object. It is + * usable as an argument to several `tls` APIs, such as {@link createServer} and `server.addContext()`, but has no public methods. + * + * A key is _required_ for ciphers that use certificates. Either `key` or`pfx` can be used to provide it. + * + * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of + * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). + * @since v0.11.13 + */ + function createSecureContext(options?: SecureContextOptions): SecureContext; + /** + * Returns an array with the names of the supported TLS ciphers. The names are + * lower-case for historical reasons, but must be uppercased to be used in + * the `ciphers` option of {@link createSecureContext}. + * + * Not all supported ciphers are enabled by default. See `Modifying the default TLS cipher suite`. + * + * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for + * TLSv1.2 and below. + * + * ```js + * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] + * ``` + * @since v0.10.2 + */ + function getCiphers(): string[]; + /** + * The default curve name to use for ECDH key agreement in a tls server. + * The default value is 'auto'. See tls.createSecureContext() for further + * information. + */ + let DEFAULT_ECDH_CURVE: string; + /** + * The default value of the maxVersion option of + * tls.createSecureContext(). It can be assigned any of the supported TLS + * protocol versions, 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: + * 'TLSv1.3', unless changed using CLI options. Using --tls-max-v1.2 sets + * the default to 'TLSv1.2'. Using --tls-max-v1.3 sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the highest maximum + * is used. + */ + let DEFAULT_MAX_VERSION: SecureVersion; + /** + * The default value of the minVersion option of tls.createSecureContext(). + * It can be assigned any of the supported TLS protocol versions, + * 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: 'TLSv1.2', unless + * changed using CLI options. Using --tls-min-v1.0 sets the default to + * 'TLSv1'. Using --tls-min-v1.1 sets the default to 'TLSv1.1'. Using + * --tls-min-v1.3 sets the default to 'TLSv1.3'. If multiple of the options + * are provided, the lowest minimum is used. + */ + let DEFAULT_MIN_VERSION: SecureVersion; + /** + * An immutable array of strings representing the root certificates (in PEM + * format) used for verifying peer certificates. This is the default value + * of the ca option to tls.createSecureContext(). + */ + const rootCertificates: ReadonlyArray; +} +declare module 'node:tls' { + export * from 'tls'; +} diff --git a/node_modules/@types/node/trace_events.d.ts b/node_modules/@types/node/trace_events.d.ts new file mode 100644 index 000000000..d47aa9311 --- /dev/null +++ b/node_modules/@types/node/trace_events.d.ts @@ -0,0 +1,171 @@ +/** + * The `trace_events` module provides a mechanism to centralize tracing information + * generated by V8, Node.js core, and userspace code. + * + * Tracing can be enabled with the `--trace-event-categories` command-line flag + * or by using the `trace_events` module. The `--trace-event-categories` flag + * accepts a list of comma-separated category names. + * + * The available categories are: + * + * * `node`: An empty placeholder. + * * `node.async_hooks`: Enables capture of detailed `async_hooks` trace data. + * The `async_hooks` events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. + * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. + * * `node.console`: Enables capture of `console.time()` and `console.count()`output. + * * `node.dns.native`: Enables capture of trace data for DNS queries. + * * `node.environment`: Enables capture of Node.js Environment milestones. + * * `node.fs.sync`: Enables capture of trace data for file system sync methods. + * * `node.perf`: Enables capture of `Performance API` measurements. + * * `node.perf.usertiming`: Enables capture of only Performance API User Timing + * measures and marks. + * * `node.perf.timerify`: Enables capture of only Performance API timerify + * measurements. + * * `node.promises.rejections`: Enables capture of trace data tracking the number + * of unhandled Promise rejections and handled-after-rejections. + * * `node.vm.script`: Enables capture of trace data for the `vm` module's`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. + * * `v8`: The `V8` events are GC, compiling, and execution related. + * + * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. + * + * ```bash + * node --trace-event-categories v8,node,node.async_hooks server.js + * ``` + * + * Prior versions of Node.js required the use of the `--trace-events-enabled`flag to enable trace events. This requirement has been removed. However, the`--trace-events-enabled` flag _may_ still be + * used and will enable the`node`, `node.async_hooks`, and `v8` trace event categories by default. + * + * ```bash + * node --trace-events-enabled + * + * # is equivalent to + * + * node --trace-event-categories v8,node,node.async_hooks + * ``` + * + * Alternatively, trace events may be enabled using the `trace_events` module: + * + * ```js + * const trace_events = require('trace_events'); + * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); + * tracing.enable(); // Enable trace event capture for the 'node.perf' category + * + * // do work + * + * tracing.disable(); // Disable trace event capture for the 'node.perf' category + * ``` + * + * Running Node.js with tracing enabled will produce log files that can be opened + * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. + * + * The logging file is by default called `node_trace.${rotation}.log`, where`${rotation}` is an incrementing log-rotation id. The filepath pattern can + * be specified with `--trace-event-file-pattern` that accepts a template + * string that supports `${rotation}` and `${pid}`: + * + * ```bash + * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js + * ``` + * + * To guarantee that the log file is properly generated after signal events like`SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers + * in your code, such as: + * + * ```js + * process.on('SIGINT', function onSigint() { + * console.info('Received SIGINT.'); + * process.exit(130); // Or applicable exit code depending on OS and signal + * }); + * ``` + * + * The tracing system uses the same time source + * as the one used by `process.hrtime()`. + * However the trace-event timestamps are expressed in microseconds, + * unlike `process.hrtime()` which returns nanoseconds. + * + * The features from this module are not available in `Worker` threads. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/trace_events.js) + */ +declare module 'trace_events' { + /** + * The `Tracing` object is used to enable or disable tracing for sets of + * categories. Instances are created using the + * `trace_events.createTracing()` method. + * + * When created, the `Tracing` object is disabled. Calling the + * `tracing.enable()` method adds the categories to the set of enabled trace + * event categories. Calling `tracing.disable()` will remove the categories + * from the set of enabled trace event categories. + */ + interface Tracing { + /** + * A comma-separated list of the trace event categories covered by this + * `Tracing` object. + */ + readonly categories: string; + /** + * Disables this `Tracing` object. + * + * Only trace event categories _not_ covered by other enabled `Tracing` + * objects and _not_ specified by the `--trace-event-categories` flag + * will be disabled. + */ + disable(): void; + /** + * Enables this `Tracing` object for the set of categories covered by + * the `Tracing` object. + */ + enable(): void; + /** + * `true` only if the `Tracing` object has been enabled. + */ + readonly enabled: boolean; + } + interface CreateTracingOptions { + /** + * An array of trace category names. Values included in the array are + * coerced to a string when possible. An error will be thrown if the + * value cannot be coerced. + */ + categories: string[]; + } + /** + * Creates and returns a `Tracing` object for the given set of `categories`. + * + * ```js + * const trace_events = require('trace_events'); + * const categories = ['node.perf', 'node.async_hooks']; + * const tracing = trace_events.createTracing({ categories }); + * tracing.enable(); + * // do stuff + * tracing.disable(); + * ``` + * @since v10.0.0 + * @return . + */ + function createTracing(options: CreateTracingOptions): Tracing; + /** + * Returns a comma-separated list of all currently-enabled trace event + * categories. The current set of enabled trace event categories is determined + * by the _union_ of all currently-enabled `Tracing` objects and any categories + * enabled using the `--trace-event-categories` flag. + * + * Given the file `test.js` below, the command`node --trace-event-categories node.perf test.js` will print`'node.async_hooks,node.perf'` to the console. + * + * ```js + * const trace_events = require('trace_events'); + * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); + * const t3 = trace_events.createTracing({ categories: ['v8'] }); + * + * t1.enable(); + * t2.enable(); + * + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + function getEnabledCategories(): string | undefined; +} +declare module 'node:trace_events' { + export * from 'trace_events'; +} diff --git a/node_modules/@types/node/ts4.8/assert.d.ts b/node_modules/@types/node/ts4.8/assert.d.ts new file mode 100644 index 000000000..e8595e637 --- /dev/null +++ b/node_modules/@types/node/ts4.8/assert.d.ts @@ -0,0 +1,961 @@ +/** + * The `assert` module provides a set of assertion functions for verifying + * invariants. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/assert.js) + */ +declare module 'assert' { + /** + * An alias of {@link ok}. + * @since v0.5.9 + * @param value The input that is checked for being truthy. + */ + function assert(value: unknown, message?: string | Error): asserts value; + namespace assert { + /** + * Indicates the failure of an assertion. All errors thrown by the `assert` module + * will be instances of the `AssertionError` class. + */ + class AssertionError extends Error { + actual: unknown; + expected: unknown; + operator: string; + generatedMessage: boolean; + code: 'ERR_ASSERTION'; + constructor(options?: { + /** If provided, the error message is set to this value. */ + message?: string | undefined; + /** The `actual` property on the error instance. */ + actual?: unknown | undefined; + /** The `expected` property on the error instance. */ + expected?: unknown | undefined; + /** The `operator` property on the error instance. */ + operator?: string | undefined; + /** If provided, the generated stack trace omits frames before this function. */ + // tslint:disable-next-line:ban-types + stackStartFn?: Function | undefined; + }); + } + /** + * This feature is currently experimental and behavior might still change. + * @since v14.2.0, v12.19.0 + * @experimental + */ + class CallTracker { + /** + * The wrapper function is expected to be called exactly `exact` times. If the + * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an + * error. + * + * ```js + * import assert from 'assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func); + * ``` + * @since v14.2.0, v12.19.0 + * @param [fn='A no-op function'] + * @param [exact=1] + * @return that wraps `fn`. + */ + calls(exact?: number): () => void; + calls any>(fn?: Func, exact?: number): Func; + /** + * Example: + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * callsfunc(1, 2, 3); + * + * assert.deepStrictEqual(tracker.getCalls(callsfunc), + * [{ thisArg: this, arguments: [1, 2, 3 ] }]); + * ``` + * + * @since v18.8.0, v16.18.0 + * @params fn + * @returns An Array with the calls to a tracked function. + */ + getCalls(fn: Function): CallTrackerCall[]; + /** + * The arrays contains information about the expected and actual number of calls of + * the functions that have not been called the expected number of times. + * + * ```js + * import assert from 'assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * function foo() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * // Returns an array containing information on callsfunc() + * tracker.report(); + * // [ + * // { + * // message: 'Expected the func function to be executed 2 time(s) but was + * // executed 0 time(s).', + * // actual: 0, + * // expected: 2, + * // operator: 'func', + * // stack: stack trace + * // } + * // ] + * ``` + * @since v14.2.0, v12.19.0 + * @return of objects containing information about the wrapper functions returned by `calls`. + */ + report(): CallTrackerReportInformation[]; + /** + * Reset calls of the call tracker. + * If a tracked function is passed as an argument, the calls will be reset for it. + * If no arguments are passed, all tracked functions will be reset. + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * + * callsfunc(); + * // Tracker was called once + * tracker.getCalls(callsfunc).length === 1; + * + * tracker.reset(callsfunc); + * tracker.getCalls(callsfunc).length === 0; + * ``` + * + * @since v18.8.0, v16.18.0 + * @param fn a tracked function to reset. + */ + reset(fn?: Function): void; + /** + * Iterates through the list of functions passed to `tracker.calls()` and will throw an error for functions that + * have not been called the expected number of times. + * + * ```js + * import assert from 'assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * callsfunc(); + * + * // Will throw an error since callsfunc() was only called once. + * tracker.verify(); + * ``` + * @since v14.2.0, v12.19.0 + */ + verify(): void; + } + interface CallTrackerCall { + thisArg: object; + arguments: unknown[]; + } + interface CallTrackerReportInformation { + message: string; + /** The actual number of times the function was called. */ + actual: number; + /** The number of times the function was expected to be called. */ + expected: number; + /** The name of the function that is wrapped. */ + operator: string; + /** A stack trace of the function. */ + stack: object; + } + type AssertPredicate = RegExp | (new () => object) | ((thrown: unknown) => boolean) | object | Error; + /** + * Throws an `AssertionError` with the provided error message or a default + * error message. If the `message` parameter is an instance of an `Error` then + * it will be thrown instead of the `AssertionError`. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.fail(); + * // AssertionError [ERR_ASSERTION]: Failed + * + * assert.fail('boom'); + * // AssertionError [ERR_ASSERTION]: boom + * + * assert.fail(new TypeError('need array')); + * // TypeError: need array + * ``` + * + * Using `assert.fail()` with more than two arguments is possible but deprecated. + * See below for further details. + * @since v0.1.21 + * @param [message='Failed'] + */ + function fail(message?: string | Error): never; + /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ + function fail( + actual: unknown, + expected: unknown, + message?: string | Error, + operator?: string, + // tslint:disable-next-line:ban-types + stackStartFn?: Function + ): never; + /** + * Tests if `value` is truthy. It is equivalent to`assert.equal(!!value, true, message)`. + * + * If `value` is not truthy, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is `undefined`, a default + * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. + * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. + * + * Be aware that in the `repl` the error message will be different to the one + * thrown in a file! See below for further details. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.ok(true); + * // OK + * assert.ok(1); + * // OK + * + * assert.ok(); + * // AssertionError: No value argument passed to `assert.ok()` + * + * assert.ok(false, 'it\'s false'); + * // AssertionError: it's false + * + * // In the repl: + * assert.ok(typeof 123 === 'string'); + * // AssertionError: false == true + * + * // In a file (e.g. test.js): + * assert.ok(typeof 123 === 'string'); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(typeof 123 === 'string') + * + * assert.ok(false); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(false) + * + * assert.ok(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(0) + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * // Using `assert()` works the same: + * assert(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert(0) + * ``` + * @since v0.1.21 + */ + function ok(value: unknown, message?: string | Error): asserts value; + /** + * **Strict assertion mode** + * + * An alias of {@link strictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link strictEqual} instead. + * + * Tests shallow, coercive equality between the `actual` and `expected` parameters + * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled + * and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'assert'; + * + * assert.equal(1, 1); + * // OK, 1 == 1 + * assert.equal(1, '1'); + * // OK, 1 == '1' + * assert.equal(NaN, NaN); + * // OK + * + * assert.equal(1, 2); + * // AssertionError: 1 == 2 + * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); + * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } + * ``` + * + * If the values are not equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default + * error message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. + * @since v0.1.21 + */ + function equal(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. + * + * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is + * specially handled and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'assert'; + * + * assert.notEqual(1, 2); + * // OK + * + * assert.notEqual(1, 1); + * // AssertionError: 1 != 1 + * + * assert.notEqual(1, '1'); + * // AssertionError: 1 != '1' + * ``` + * + * If the values are equal, an `AssertionError` is thrown with a `message`property set equal to the value of the `message` parameter. If the `message`parameter is undefined, a default error + * message is assigned. If the `message`parameter is an instance of an `Error` then it will be thrown instead of the`AssertionError`. + * @since v0.1.21 + */ + function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link deepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. + * + * Tests for deep equality between the `actual` and `expected` parameters. Consider + * using {@link deepStrictEqual} instead. {@link deepEqual} can have + * surprising results. + * + * _Deep equality_ means that the enumerable "own" properties of child objects + * are also recursively evaluated by the following rules. + * @since v0.1.21 + */ + function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notDeepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. + * + * Tests for any deep inequality. Opposite of {@link deepEqual}. + * + * ```js + * import assert from 'assert'; + * + * const obj1 = { + * a: { + * b: 1 + * } + * }; + * const obj2 = { + * a: { + * b: 2 + * } + * }; + * const obj3 = { + * a: { + * b: 1 + * } + * }; + * const obj4 = Object.create(obj1); + * + * assert.notDeepEqual(obj1, obj1); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj2); + * // OK + * + * assert.notDeepEqual(obj1, obj3); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj4); + * // OK + * ``` + * + * If the values are deeply equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a default + * error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests strict equality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'assert/strict'; + * + * assert.strictEqual(1, 2); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + * // 1 !== 2 + * + * assert.strictEqual(1, 1); + * // OK + * + * assert.strictEqual('Hello foobar', 'Hello World!'); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + actual - expected + * // + * // + 'Hello foobar' + * // - 'Hello World!' + * // ^ + * + * const apples = 1; + * const oranges = 2; + * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); + * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 + * + * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); + * // TypeError: Inputs are not identical + * ``` + * + * If the values are not strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a + * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function strictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests strict inequality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'assert/strict'; + * + * assert.notStrictEqual(1, 2); + * // OK + * + * assert.notStrictEqual(1, 1); + * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: + * // + * // 1 + * + * assert.notStrictEqual(1, '1'); + * // OK + * ``` + * + * If the values are strictly equal, an `AssertionError` is thrown with a`message` property set equal to the value of the `message` parameter. If the`message` parameter is undefined, a + * default error message is assigned. If the`message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests for deep equality between the `actual` and `expected` parameters. + * "Deep" equality means that the enumerable "own" properties of child objects + * are recursively evaluated also by the following rules. + * @since v1.2.0 + */ + function deepStrictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); + * // OK + * ``` + * + * If the values are deeply and strictly equal, an `AssertionError` is thrown + * with a `message` property set equal to the value of the `message` parameter. If + * the `message` parameter is undefined, a default error message is assigned. If + * the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v1.2.0 + */ + function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Expects the function `fn` to throw an error. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * a validation object where each property will be tested for strict deep equality, + * or an instance of error where each property will be tested for strict deep + * equality including the non-enumerable `message` and `name` properties. When + * using an object, it is also possible to use a regular expression, when + * validating against a string property. See below for examples. + * + * If specified, `message` will be appended to the message provided by the`AssertionError` if the `fn` call fails to throw or in case the error validation + * fails. + * + * Custom validation object/error instance: + * + * ```js + * import assert from 'assert/strict'; + * + * const err = new TypeError('Wrong value'); + * err.code = 404; + * err.foo = 'bar'; + * err.info = { + * nested: true, + * baz: 'text' + * }; + * err.reg = /abc/i; + * + * assert.throws( + * () => { + * throw err; + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * info: { + * nested: true, + * baz: 'text' + * } + * // Only properties on the validation object will be tested for. + * // Using nested objects requires all properties to be present. Otherwise + * // the validation is going to fail. + * } + * ); + * + * // Using regular expressions to validate error properties: + * throws( + * () => { + * throw err; + * }, + * { + * // The `name` and `message` properties are strings and using regular + * // expressions on those will match against the string. If they fail, an + * // error is thrown. + * name: /^TypeError$/, + * message: /Wrong/, + * foo: 'bar', + * info: { + * nested: true, + * // It is not possible to use regular expressions for nested properties! + * baz: 'text' + * }, + * // The `reg` property contains a regular expression and only if the + * // validation object contains an identical regular expression, it is going + * // to pass. + * reg: /abc/i + * } + * ); + * + * // Fails due to the different `message` and `name` properties: + * throws( + * () => { + * const otherErr = new Error('Not found'); + * // Copy all enumerable properties from `err` to `otherErr`. + * for (const [key, value] of Object.entries(err)) { + * otherErr[key] = value; + * } + * throw otherErr; + * }, + * // The error's `message` and `name` properties will also be checked when using + * // an error as validation object. + * err + * ); + * ``` + * + * Validate instanceof using constructor: + * + * ```js + * import assert from 'assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * Error + * ); + * ``` + * + * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): + * + * Using a regular expression runs `.toString` on the error object, and will + * therefore also include the error name. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * /^Error: Wrong value$/ + * ); + * ``` + * + * Custom error validation: + * + * The function must return `true` to indicate all internal validations passed. + * It will otherwise fail with an `AssertionError`. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * (err) => { + * assert(err instanceof Error); + * assert(/value/.test(err)); + * // Avoid returning anything from validation functions besides `true`. + * // Otherwise, it's not clear what part of the validation failed. Instead, + * // throw an error about the specific validation that failed (as done in this + * // example) and add as much helpful debugging information to that error as + * // possible. + * return true; + * }, + * 'unexpected error' + * ); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Using the same + * message as the thrown error message is going to result in an`ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using + * a string as the second argument gets considered: + * + * ```js + * import assert from 'assert/strict'; + * + * function throwingFirst() { + * throw new Error('First'); + * } + * + * function throwingSecond() { + * throw new Error('Second'); + * } + * + * function notThrowing() {} + * + * // The second argument is a string and the input function threw an Error. + * // The first case will not throw as it does not match for the error message + * // thrown by the input function! + * assert.throws(throwingFirst, 'Second'); + * // In the next example the message has no benefit over the message from the + * // error and since it is not clear if the user intended to actually match + * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. + * assert.throws(throwingSecond, 'Second'); + * // TypeError [ERR_AMBIGUOUS_ARGUMENT] + * + * // The string is only used (as message) in case the function does not throw: + * assert.throws(notThrowing, 'Second'); + * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second + * + * // If it was intended to match for the error message do this instead: + * // It does not throw because the error messages match. + * assert.throws(throwingSecond, /Second$/); + * + * // If the error message does not match, an AssertionError is thrown. + * assert.throws(throwingFirst, /Second$/); + * // AssertionError [ERR_ASSERTION] + * ``` + * + * Due to the confusing error-prone notation, avoid a string as the second + * argument. + * @since v0.1.21 + */ + function throws(block: () => unknown, message?: string | Error): void; + function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Asserts that the function `fn` does not throw an error. + * + * Using `assert.doesNotThrow()` is actually not useful because there + * is no benefit in catching an error and then rethrowing it. Instead, consider + * adding a comment next to the specific code path that should not throw and keep + * error messages as expressive as possible. + * + * When `assert.doesNotThrow()` is called, it will immediately call the `fn`function. + * + * If an error is thrown and it is the same type as that specified by the `error`parameter, then an `AssertionError` is thrown. If the error is of a + * different type, or if the `error` parameter is undefined, the error is + * propagated back to the caller. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation + * function. See {@link throws} for more details. + * + * The following, for instance, will throw the `TypeError` because there is no + * matching error type in the assertion: + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError + * ); + * ``` + * + * However, the following will result in an `AssertionError` with the message + * 'Got unwanted exception...': + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * TypeError + * ); + * ``` + * + * If an `AssertionError` is thrown and a value is provided for the `message`parameter, the value of `message` will be appended to the `AssertionError` message: + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * /Wrong value/, + * 'Whoops' + * ); + * // Throws: AssertionError: Got unwanted exception: Whoops + * ``` + * @since v0.1.21 + */ + function doesNotThrow(block: () => unknown, message?: string | Error): void; + function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Throws `value` if `value` is not `undefined` or `null`. This is useful when + * testing the `error` argument in callbacks. The stack trace contains all frames + * from the error passed to `ifError()` including the potential new frames for`ifError()` itself. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.ifError(null); + * // OK + * assert.ifError(0); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 + * assert.ifError('error'); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' + * assert.ifError(new Error()); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error + * + * // Create some random error frames. + * let err; + * (function errorFrame() { + * err = new Error('test error'); + * })(); + * + * (function ifErrorFrame() { + * assert.ifError(err); + * })(); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error + * // at ifErrorFrame + * // at errorFrame + * ``` + * @since v0.1.97 + */ + function ifError(value: unknown): asserts value is null | undefined; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is rejected. + * + * If `asyncFn` is a function and it throws an error synchronously,`assert.rejects()` will return a rejected `Promise` with that error. If the + * function does not return a promise, `assert.rejects()` will return a rejected`Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases the error + * handler is skipped. + * + * Besides the async nature to await the completion behaves identically to {@link throws}. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * an object where each property will be tested for, or an instance of error where + * each property will be tested for including the non-enumerable `message` and`name` properties. + * + * If specified, `message` will be the message provided by the `AssertionError` if the `asyncFn` fails to reject. + * + * ```js + * import assert from 'assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * { + * name: 'TypeError', + * message: 'Wrong value' + * } + * ); + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * (err) => { + * assert.strictEqual(err.name, 'TypeError'); + * assert.strictEqual(err.message, 'Wrong value'); + * return true; + * } + * ); + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * assert.rejects( + * Promise.reject(new Error('Wrong value')), + * Error + * ).then(() => { + * // ... + * }); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for`message` instead. This can lead to easy-to-miss mistakes. Please read the + * example in {@link throws} carefully if using a string as the second + * argument gets considered. + * @since v10.0.0 + */ + function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; + function rejects(block: (() => Promise) | Promise, error: AssertPredicate, message?: string | Error): Promise; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is not rejected. + * + * If `asyncFn` is a function and it throws an error synchronously,`assert.doesNotReject()` will return a rejected `Promise` with that error. If + * the function does not return a promise, `assert.doesNotReject()` will return a + * rejected `Promise` with an `ERR_INVALID_RETURN_VALUE` error. In both cases + * the error handler is skipped. + * + * Using `assert.doesNotReject()` is actually not useful because there is little + * benefit in catching a rejection and then rejecting it again. Instead, consider + * adding a comment next to the specific code path that should not reject and keep + * error messages as expressive as possible. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) or a validation + * function. See {@link throws} for more details. + * + * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. + * + * ```js + * import assert from 'assert/strict'; + * + * await assert.doesNotReject( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError + * ); + * ``` + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) + * .then(() => { + * // ... + * }); + * ``` + * @since v10.0.0 + */ + function doesNotReject(block: (() => Promise) | Promise, message?: string | Error): Promise; + function doesNotReject(block: (() => Promise) | Promise, error: AssertPredicate, message?: string | Error): Promise; + /** + * Expects the `string` input to match the regular expression. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.match('I will fail', /pass/); + * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... + * + * assert.match(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.match('I will pass', /pass/); + * // OK + * ``` + * + * If the values do not match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v13.6.0, v12.16.0 + */ + function match(value: string, regExp: RegExp, message?: string | Error): void; + /** + * Expects the `string` input not to match the regular expression. + * + * ```js + * import assert from 'assert/strict'; + * + * assert.doesNotMatch('I will fail', /fail/); + * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... + * + * assert.doesNotMatch(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.doesNotMatch('I will pass', /different/); + * // OK + * ``` + * + * If the values do match, or if the `string` argument is of another type than`string`, an `AssertionError` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v13.6.0, v12.16.0 + */ + function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + const strict: Omit & { + (value: unknown, message?: string | Error): asserts value; + equal: typeof strictEqual; + notEqual: typeof notStrictEqual; + deepEqual: typeof deepStrictEqual; + notDeepEqual: typeof notDeepStrictEqual; + // Mapped types and assertion functions are incompatible? + // TS2775: Assertions require every name in the call target + // to be declared with an explicit type annotation. + ok: typeof ok; + strictEqual: typeof strictEqual; + deepStrictEqual: typeof deepStrictEqual; + ifError: typeof ifError; + strict: typeof strict; + }; + } + export = assert; +} +declare module 'node:assert' { + import assert = require('assert'); + export = assert; +} diff --git a/node_modules/@types/node/ts4.8/assert/strict.d.ts b/node_modules/@types/node/ts4.8/assert/strict.d.ts new file mode 100644 index 000000000..b4319b974 --- /dev/null +++ b/node_modules/@types/node/ts4.8/assert/strict.d.ts @@ -0,0 +1,8 @@ +declare module 'assert/strict' { + import { strict } from 'node:assert'; + export = strict; +} +declare module 'node:assert/strict' { + import { strict } from 'node:assert'; + export = strict; +} diff --git a/node_modules/@types/node/ts4.8/async_hooks.d.ts b/node_modules/@types/node/ts4.8/async_hooks.d.ts new file mode 100644 index 000000000..0bf473965 --- /dev/null +++ b/node_modules/@types/node/ts4.8/async_hooks.d.ts @@ -0,0 +1,501 @@ +/** + * The `async_hooks` module provides an API to track asynchronous resources. It + * can be accessed using: + * + * ```js + * import async_hooks from 'async_hooks'; + * ``` + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/async_hooks.js) + */ +declare module 'async_hooks' { + /** + * ```js + * import { executionAsyncId } from 'async_hooks'; + * + * console.log(executionAsyncId()); // 1 - bootstrap + * fs.open(path, 'r', (err, fd) => { + * console.log(executionAsyncId()); // 6 - open() + * }); + * ``` + * + * The ID returned from `executionAsyncId()` is related to execution timing, not + * causality (which is covered by `triggerAsyncId()`): + * + * ```js + * const server = net.createServer((conn) => { + * // Returns the ID of the server, not of the new connection, because the + * // callback runs in the execution scope of the server's MakeCallback(). + * async_hooks.executionAsyncId(); + * + * }).listen(port, () => { + * // Returns the ID of a TickObject (process.nextTick()) because all + * // callbacks passed to .listen() are wrapped in a nextTick(). + * async_hooks.executionAsyncId(); + * }); + * ``` + * + * Promise contexts may not get precise `executionAsyncIds` by default. + * See the section on `promise execution tracking`. + * @since v8.1.0 + * @return The `asyncId` of the current execution context. Useful to track when something calls. + */ + function executionAsyncId(): number; + /** + * Resource objects returned by `executionAsyncResource()` are most often internal + * Node.js handle objects with undocumented APIs. Using any functions or properties + * on the object is likely to crash your application and should be avoided. + * + * Using `executionAsyncResource()` in the top-level execution context will + * return an empty object as there is no handle or request object to use, + * but having an object representing the top-level can be helpful. + * + * ```js + * import { open } from 'fs'; + * import { executionAsyncId, executionAsyncResource } from 'async_hooks'; + * + * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} + * open(new URL(import.meta.url), 'r', (err, fd) => { + * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap + * }); + * ``` + * + * This can be used to implement continuation local storage without the + * use of a tracking `Map` to store the metadata: + * + * ```js + * import { createServer } from 'http'; + * import { + * executionAsyncId, + * executionAsyncResource, + * createHook + * } from 'async_hooks'; + * const sym = Symbol('state'); // Private symbol to avoid pollution + * + * createHook({ + * init(asyncId, type, triggerAsyncId, resource) { + * const cr = executionAsyncResource(); + * if (cr) { + * resource[sym] = cr[sym]; + * } + * } + * }).enable(); + * + * const server = createServer((req, res) => { + * executionAsyncResource()[sym] = { state: req.url }; + * setTimeout(function() { + * res.end(JSON.stringify(executionAsyncResource()[sym])); + * }, 100); + * }).listen(3000); + * ``` + * @since v13.9.0, v12.17.0 + * @return The resource representing the current execution. Useful to store data within the resource. + */ + function executionAsyncResource(): object; + /** + * ```js + * const server = net.createServer((conn) => { + * // The resource that caused (or triggered) this callback to be called + * // was that of the new connection. Thus the return value of triggerAsyncId() + * // is the asyncId of "conn". + * async_hooks.triggerAsyncId(); + * + * }).listen(port, () => { + * // Even though all callbacks passed to .listen() are wrapped in a nextTick() + * // the callback itself exists because the call to the server's .listen() + * // was made. So the return value would be the ID of the server. + * async_hooks.triggerAsyncId(); + * }); + * ``` + * + * Promise contexts may not get valid `triggerAsyncId`s by default. See + * the section on `promise execution tracking`. + * @return The ID of the resource responsible for calling the callback that is currently being executed. + */ + function triggerAsyncId(): number; + interface HookCallbacks { + /** + * Called when a class is constructed that has the possibility to emit an asynchronous event. + * @param asyncId a unique ID for the async resource + * @param type the type of the async resource + * @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created + * @param resource reference to the resource representing the async operation, needs to be released during destroy + */ + init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; + /** + * When an asynchronous operation is initiated or completes a callback is called to notify the user. + * The before callback is called just before said callback is executed. + * @param asyncId the unique identifier assigned to the resource about to execute the callback. + */ + before?(asyncId: number): void; + /** + * Called immediately after the callback specified in before is completed. + * @param asyncId the unique identifier assigned to the resource which has executed the callback. + */ + after?(asyncId: number): void; + /** + * Called when a promise has resolve() called. This may not be in the same execution id + * as the promise itself. + * @param asyncId the unique id for the promise that was resolve()d. + */ + promiseResolve?(asyncId: number): void; + /** + * Called after the resource corresponding to asyncId is destroyed + * @param asyncId a unique ID for the async resource + */ + destroy?(asyncId: number): void; + } + interface AsyncHook { + /** + * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. + */ + enable(): this; + /** + * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. + */ + disable(): this; + } + /** + * Registers functions to be called for different lifetime events of each async + * operation. + * + * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the + * respective asynchronous event during a resource's lifetime. + * + * All callbacks are optional. For example, if only resource cleanup needs to + * be tracked, then only the `destroy` callback needs to be passed. The + * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. + * + * ```js + * import { createHook } from 'async_hooks'; + * + * const asyncHook = createHook({ + * init(asyncId, type, triggerAsyncId, resource) { }, + * destroy(asyncId) { } + * }); + * ``` + * + * The callbacks will be inherited via the prototype chain: + * + * ```js + * class MyAsyncCallbacks { + * init(asyncId, type, triggerAsyncId, resource) { } + * destroy(asyncId) {} + * } + * + * class MyAddedCallbacks extends MyAsyncCallbacks { + * before(asyncId) { } + * after(asyncId) { } + * } + * + * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); + * ``` + * + * Because promises are asynchronous resources whose lifecycle is tracked + * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. + * @since v8.1.0 + * @param callbacks The `Hook Callbacks` to register + * @return Instance used for disabling and enabling hooks + */ + function createHook(callbacks: HookCallbacks): AsyncHook; + interface AsyncResourceOptions { + /** + * The ID of the execution context that created this async event. + * @default executionAsyncId() + */ + triggerAsyncId?: number | undefined; + /** + * Disables automatic `emitDestroy` when the object is garbage collected. + * This usually does not need to be set (even if `emitDestroy` is called + * manually), unless the resource's `asyncId` is retrieved and the + * sensitive API's `emitDestroy` is called with it. + * @default false + */ + requireManualDestroy?: boolean | undefined; + } + /** + * The class `AsyncResource` is designed to be extended by the embedder's async + * resources. Using this, users can easily trigger the lifetime events of their + * own resources. + * + * The `init` hook will trigger when an `AsyncResource` is instantiated. + * + * The following is an overview of the `AsyncResource` API. + * + * ```js + * import { AsyncResource, executionAsyncId } from 'async_hooks'; + * + * // AsyncResource() is meant to be extended. Instantiating a + * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * // async_hook.executionAsyncId() is used. + * const asyncResource = new AsyncResource( + * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false } + * ); + * + * // Run a function in the execution context of the resource. This will + * // * establish the context of the resource + * // * trigger the AsyncHooks before callbacks + * // * call the provided function `fn` with the supplied arguments + * // * trigger the AsyncHooks after callbacks + * // * restore the original execution context + * asyncResource.runInAsyncScope(fn, thisArg, ...args); + * + * // Call AsyncHooks destroy callbacks. + * asyncResource.emitDestroy(); + * + * // Return the unique ID assigned to the AsyncResource instance. + * asyncResource.asyncId(); + * + * // Return the trigger ID for the AsyncResource instance. + * asyncResource.triggerAsyncId(); + * ``` + */ + class AsyncResource { + /** + * AsyncResource() is meant to be extended. Instantiating a + * new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * async_hook.executionAsyncId() is used. + * @param type The type of async event. + * @param triggerAsyncId The ID of the execution context that created + * this async event (default: `executionAsyncId()`), or an + * AsyncResourceOptions object (since v9.3.0) + */ + constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); + /** + * Binds the given function to the current execution context. + * + * The returned function will have an `asyncResource` property referencing + * the `AsyncResource` to which the function is bound. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current execution context. + * @param type An optional name to associate with the underlying `AsyncResource`. + */ + static bind any, ThisArg>( + fn: Func, + type?: string, + thisArg?: ThisArg + ): Func & { + asyncResource: AsyncResource; + }; + /** + * Binds the given function to execute to this `AsyncResource`'s scope. + * + * The returned function will have an `asyncResource` property referencing + * the `AsyncResource` to which the function is bound. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current `AsyncResource`. + */ + bind any>( + fn: Func + ): Func & { + asyncResource: AsyncResource; + }; + /** + * Call the provided function with the provided arguments in the execution context + * of the async resource. This will establish the context, trigger the AsyncHooks + * before callbacks, call the function, trigger the AsyncHooks after callbacks, and + * then restore the original execution context. + * @since v9.6.0 + * @param fn The function to call in the execution context of this async resource. + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runInAsyncScope(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result; + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + * @return A reference to `asyncResource`. + */ + emitDestroy(): this; + /** + * @return The unique `asyncId` assigned to the resource. + */ + asyncId(): number; + /** + * + * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. + */ + triggerAsyncId(): number; + } + /** + * This class creates stores that stay coherent through asynchronous operations. + * + * While you can create your own implementation on top of the `async_hooks` module,`AsyncLocalStorage` should be preferred as it is a performant and memory safe + * implementation that involves significant optimizations that are non-obvious to + * implement. + * + * The following example uses `AsyncLocalStorage` to build a simple logger + * that assigns IDs to incoming HTTP requests and includes them in messages + * logged within each request. + * + * ```js + * import http from 'http'; + * import { AsyncLocalStorage } from 'async_hooks'; + * + * const asyncLocalStorage = new AsyncLocalStorage(); + * + * function logWithId(msg) { + * const id = asyncLocalStorage.getStore(); + * console.log(`${id !== undefined ? id : '-'}:`, msg); + * } + * + * let idSeq = 0; + * http.createServer((req, res) => { + * asyncLocalStorage.run(idSeq++, () => { + * logWithId('start'); + * // Imagine any chain of async operations here + * setImmediate(() => { + * logWithId('finish'); + * res.end(); + * }); + * }); + * }).listen(8080); + * + * http.get('http://localhost:8080'); + * http.get('http://localhost:8080'); + * // Prints: + * // 0: start + * // 1: start + * // 0: finish + * // 1: finish + * ``` + * + * Each instance of `AsyncLocalStorage` maintains an independent storage context. + * Multiple instances can safely exist simultaneously without risk of interfering + * with each other's data. + * @since v13.10.0, v12.17.0 + */ + class AsyncLocalStorage { + /** + * Disables the instance of `AsyncLocalStorage`. All subsequent calls + * to `asyncLocalStorage.getStore()` will return `undefined` until`asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. + * + * When calling `asyncLocalStorage.disable()`, all current contexts linked to the + * instance will be exited. + * + * Calling `asyncLocalStorage.disable()` is required before the`asyncLocalStorage` can be garbage collected. This does not apply to stores + * provided by the `asyncLocalStorage`, as those objects are garbage collected + * along with the corresponding async resources. + * + * Use this method when the `asyncLocalStorage` is not in use anymore + * in the current process. + * @since v13.10.0, v12.17.0 + * @experimental + */ + disable(): void; + /** + * Returns the current store. + * If called outside of an asynchronous context initialized by + * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it + * returns `undefined`. + * @since v13.10.0, v12.17.0 + */ + getStore(): T | undefined; + /** + * Runs a function synchronously within a context and returns its + * return value. The store is not accessible outside of the callback function. + * The store is accessible to any asynchronous operations created within the + * callback. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `run()` too. + * The stacktrace is not impacted by this call and the context is exited. + * + * Example: + * + * ```js + * const store = { id: 2 }; + * try { + * asyncLocalStorage.run(store, () => { + * asyncLocalStorage.getStore(); // Returns the store object + * setTimeout(() => { + * asyncLocalStorage.getStore(); // Returns the store object + * }, 200); + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns undefined + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + */ + run(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Runs a function synchronously outside of a context and returns its + * return value. The store is not accessible within the callback function or + * the asynchronous operations created within the callback. Any `getStore()`call done within the callback function will always return `undefined`. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `exit()` too. + * The stacktrace is not impacted by this call and the context is re-entered. + * + * Example: + * + * ```js + * // Within a call to run + * try { + * asyncLocalStorage.getStore(); // Returns the store object or value + * asyncLocalStorage.exit(() => { + * asyncLocalStorage.getStore(); // Returns undefined + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns the same object or value + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + * @experimental + */ + exit(callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Transitions into the context for the remainder of the current + * synchronous execution and then persists the store through any following + * asynchronous calls. + * + * Example: + * + * ```js + * const store = { id: 1 }; + * // Replaces previous store with the given store object + * asyncLocalStorage.enterWith(store); + * asyncLocalStorage.getStore(); // Returns the store object + * someAsyncOperation(() => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * ``` + * + * This transition will continue for the _entire_ synchronous execution. + * This means that if, for example, the context is entered within an event + * handler subsequent event handlers will also run within that context unless + * specifically bound to another context with an `AsyncResource`. That is why`run()` should be preferred over `enterWith()` unless there are strong reasons + * to use the latter method. + * + * ```js + * const store = { id: 1 }; + * + * emitter.on('my-event', () => { + * asyncLocalStorage.enterWith(store); + * }); + * emitter.on('my-event', () => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * + * asyncLocalStorage.getStore(); // Returns undefined + * emitter.emit('my-event'); + * asyncLocalStorage.getStore(); // Returns the same object + * ``` + * @since v13.11.0, v12.17.0 + * @experimental + */ + enterWith(store: T): void; + } +} +declare module 'node:async_hooks' { + export * from 'async_hooks'; +} diff --git a/node_modules/@types/node/ts4.8/buffer.d.ts b/node_modules/@types/node/ts4.8/buffer.d.ts new file mode 100644 index 000000000..ea859cd2f --- /dev/null +++ b/node_modules/@types/node/ts4.8/buffer.d.ts @@ -0,0 +1,2259 @@ +/** + * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many + * Node.js APIs support `Buffer`s. + * + * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and + * extends it with methods that cover additional use cases. Node.js APIs accept + * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. + * + * While the `Buffer` class is available within the global scope, it is still + * recommended to explicitly reference it via an import or require statement. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Creates a zero-filled Buffer of length 10. + * const buf1 = Buffer.alloc(10); + * + * // Creates a Buffer of length 10, + * // filled with bytes which all have the value `1`. + * const buf2 = Buffer.alloc(10, 1); + * + * // Creates an uninitialized buffer of length 10. + * // This is faster than calling Buffer.alloc() but the returned + * // Buffer instance might contain old data that needs to be + * // overwritten using fill(), write(), or other functions that fill the Buffer's + * // contents. + * const buf3 = Buffer.allocUnsafe(10); + * + * // Creates a Buffer containing the bytes [1, 2, 3]. + * const buf4 = Buffer.from([1, 2, 3]); + * + * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries + * // are all truncated using `(value & 255)` to fit into the range 0–255. + * const buf5 = Buffer.from([257, 257.5, -255, '1']); + * + * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': + * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) + * // [116, 195, 169, 115, 116] (in decimal notation) + * const buf6 = Buffer.from('tést'); + * + * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. + * const buf7 = Buffer.from('tést', 'latin1'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/buffer.js) + */ +declare module 'buffer' { + import { BinaryLike } from 'node:crypto'; + import { ReadableStream as WebReadableStream } from 'node:stream/web'; + export const INSPECT_MAX_BYTES: number; + export const kMaxLength: number; + export const kStringMaxLength: number; + export const constants: { + MAX_LENGTH: number; + MAX_STRING_LENGTH: number; + }; + export type TranscodeEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'latin1' | 'binary'; + /** + * Re-encodes the given `Buffer` or `Uint8Array` instance from one character + * encoding to another. Returns a new `Buffer` instance. + * + * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if + * conversion from `fromEnc` to `toEnc` is not permitted. + * + * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`,`'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. + * + * The transcoding process will use substitution characters if a given byte + * sequence cannot be adequately represented in the target encoding. For instance: + * + * ```js + * import { Buffer, transcode } from 'buffer'; + * + * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); + * console.log(newBuf.toString('ascii')); + * // Prints: '?' + * ``` + * + * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced + * with `?` in the transcoded `Buffer`. + * @since v7.1.0 + * @param source A `Buffer` or `Uint8Array` instance. + * @param fromEnc The current encoding. + * @param toEnc To target encoding. + */ + export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; + export const SlowBuffer: { + /** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */ + new (size: number): Buffer; + prototype: Buffer; + }; + /** + * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using + * a prior call to `URL.createObjectURL()`. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + export function resolveObjectURL(id: string): Blob | undefined; + export { Buffer }; + /** + * @experimental + */ + export interface BlobOptions { + /** + * @default 'utf8' + */ + encoding?: BufferEncoding | undefined; + /** + * The Blob content-type. The intent is for `type` to convey + * the MIME media type of the data, however no validation of the type format + * is performed. + */ + type?: string | undefined; + } + /** + * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across + * multiple worker threads. + * @since v15.7.0, v14.18.0 + */ + export class Blob { + /** + * The total size of the `Blob` in bytes. + * @since v15.7.0, v14.18.0 + */ + readonly size: number; + /** + * The content-type of the `Blob`. + * @since v15.7.0, v14.18.0 + */ + readonly type: string; + /** + * Creates a new `Blob` object containing a concatenation of the given sources. + * + * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into + * the 'Blob' and can therefore be safely modified after the 'Blob' is created. + * + * String sources are also copied into the `Blob`. + */ + constructor(sources: Array, options?: BlobOptions); + /** + * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of + * the `Blob` data. + * @since v15.7.0, v14.18.0 + */ + arrayBuffer(): Promise; + /** + * Creates and returns a new `Blob` containing a subset of this `Blob` objects + * data. The original `Blob` is not altered. + * @since v15.7.0, v14.18.0 + * @param start The starting index. + * @param end The ending index. + * @param type The content-type for the new `Blob` + */ + slice(start?: number, end?: number, type?: string): Blob; + /** + * Returns a promise that fulfills with the contents of the `Blob` decoded as a + * UTF-8 string. + * @since v15.7.0, v14.18.0 + */ + text(): Promise; + /** + * Returns a new (WHATWG) `ReadableStream` that allows the content of the `Blob` to be read. + * @since v16.7.0 + */ + stream(): WebReadableStream; + } + export import atob = globalThis.atob; + export import btoa = globalThis.btoa; + + import { Blob as NodeBlob } from 'buffer'; + // This conditional type will be the existing global Blob in a browser, or + // the copy below in a Node environment. + type __Blob = typeof globalThis extends { onmessage: any, Blob: any } + ? {} : NodeBlob; + + global { + // Buffer class + type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'base64url' | 'latin1' | 'binary' | 'hex'; + type WithImplicitCoercion = + | T + | { + valueOf(): T; + }; + /** + * Raw data is stored in instances of the Buffer class. + * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. + * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' + */ + interface BufferConstructor { + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new (str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new (size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new (array: Uint8Array): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new (arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new (array: ReadonlyArray): Buffer; + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + * @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead. + */ + new (buffer: Buffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal`Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(arrayBuffer: WithImplicitCoercion, byteOffset?: number, length?: number): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param data data to create a new Buffer + */ + from(data: Uint8Array | ReadonlyArray): Buffer; + from(data: WithImplicitCoercion | string>): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + */ + from( + str: + | WithImplicitCoercion + | { + [Symbol.toPrimitive](hint: 'string'): string; + }, + encoding?: BufferEncoding + ): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns `true` if `obj` is a `Buffer`, `false` otherwise. + * + * ```js + * import { Buffer } from 'buffer'; + * + * Buffer.isBuffer(Buffer.alloc(10)); // true + * Buffer.isBuffer(Buffer.from('foo')); // true + * Buffer.isBuffer('a string'); // false + * Buffer.isBuffer([]); // false + * Buffer.isBuffer(new Uint8Array(1024)); // false + * ``` + * @since v0.1.101 + */ + isBuffer(obj: any): obj is Buffer; + /** + * Returns `true` if `encoding` is the name of a supported character encoding, + * or `false` otherwise. + * + * ```js + * import { Buffer } from 'buffer'; + * + * console.log(Buffer.isEncoding('utf8')); + * // Prints: true + * + * console.log(Buffer.isEncoding('hex')); + * // Prints: true + * + * console.log(Buffer.isEncoding('utf/8')); + * // Prints: false + * + * console.log(Buffer.isEncoding('')); + * // Prints: false + * ``` + * @since v0.9.1 + * @param encoding A character encoding name to check. + */ + isEncoding(encoding: string): encoding is BufferEncoding; + /** + * Returns the byte length of a string when encoded using `encoding`. + * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account + * for the encoding that is used to convert the string into bytes. + * + * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. + * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the + * return value might be greater than the length of a `Buffer` created from the + * string. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const str = '\u00bd + \u00bc = \u00be'; + * + * console.log(`${str}: ${str.length} characters, ` + + * `${Buffer.byteLength(str, 'utf8')} bytes`); + * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes + * ``` + * + * When `string` is a + * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- + * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- + * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. + * @since v0.1.90 + * @param string A value to calculate the length of. + * @param [encoding='utf8'] If `string` is a string, this is its encoding. + * @return The number of bytes contained within `string`. + */ + byteLength(string: string | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer, encoding?: BufferEncoding): number; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer`instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length`Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: ReadonlyArray, totalLength?: number): Buffer; + /** + * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of`Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('1234'); + * const buf2 = Buffer.from('0123'); + * const arr = [buf1, buf2]; + * + * console.log(arr.sort(Buffer.compare)); + * // Prints: [ , ] + * // (This result is equal to: [buf2, buf1].) + * ``` + * @since v0.11.13 + * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. + */ + compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Buffer | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new`Buffer` instances created using `Buffer.allocUnsafe()`,`Buffer.from(array)`, `Buffer.concat()`, and the + * deprecated`new Buffer(size)` constructor only when `size` is less than or equal + * to `Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_INVALID_ARG_VALUE` is thrown. A zero-length `Buffer` is created + * if `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + /** + * This is the size (in bytes) of pre-allocated internal `Buffer` instances used + * for pooling. This value may be modified. + * @since v0.11.3 + */ + poolSize: number; + } + interface Buffer extends Uint8Array { + /** + * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did + * not contain enough space to fit the entire string, only part of `string` will be + * written. However, partially encoded characters will not be written. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.alloc(256); + * + * const len = buf.write('\u00bd + \u00bc = \u00be', 0); + * + * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); + * // Prints: 12 bytes: ½ + ¼ = ¾ + * + * const buffer = Buffer.alloc(10); + * + * const length = buffer.write('abcd', 8); + * + * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); + * // Prints: 2 bytes : ab + * ``` + * @since v0.1.90 + * @param string String to write to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write `string`. + * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). + * @param [encoding='utf8'] The character encoding of `string`. + * @return Number of bytes written. + */ + write(string: string, encoding?: BufferEncoding): number; + write(string: string, offset: number, encoding?: BufferEncoding): number; + write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; + /** + * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. + * + * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, + * then each invalid byte is replaced with the replacement character `U+FFFD`. + * + * The maximum length of a string instance (in UTF-16 code units) is available + * as {@link constants.MAX_STRING_LENGTH}. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * console.log(buf1.toString('utf8')); + * // Prints: abcdefghijklmnopqrstuvwxyz + * console.log(buf1.toString('utf8', 0, 5)); + * // Prints: abcde + * + * const buf2 = Buffer.from('tést'); + * + * console.log(buf2.toString('hex')); + * // Prints: 74c3a97374 + * console.log(buf2.toString('utf8', 0, 3)); + * // Prints: té + * console.log(buf2.toString(undefined, 0, 3)); + * // Prints: té + * ``` + * @since v0.1.90 + * @param [encoding='utf8'] The character encoding to use. + * @param [start=0] The byte offset to start decoding at. + * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). + */ + toString(encoding?: BufferEncoding, start?: number, end?: number): string; + /** + * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls + * this function when stringifying a `Buffer` instance. + * + * `Buffer.from()` accepts objects in the format returned from this method. + * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); + * const json = JSON.stringify(buf); + * + * console.log(json); + * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} + * + * const copy = JSON.parse(json, (key, value) => { + * return value && value.type === 'Buffer' ? + * Buffer.from(value) : + * value; + * }); + * + * console.log(copy); + * // Prints: + * ``` + * @since v0.9.2 + */ + toJSON(): { + type: 'Buffer'; + data: number[]; + }; + /** + * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('414243', 'hex'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.equals(buf2)); + * // Prints: true + * console.log(buf1.equals(buf3)); + * // Prints: false + * ``` + * @since v0.11.13 + * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. + */ + equals(otherBuffer: Uint8Array): boolean; + /** + * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. + * Comparison is based on the actual sequence of bytes in each `Buffer`. + * + * * `0` is returned if `target` is the same as `buf` + * * `1` is returned if `target` should come _before_`buf` when sorted. + * * `-1` is returned if `target` should come _after_`buf` when sorted. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('BCD'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.compare(buf1)); + * // Prints: 0 + * console.log(buf1.compare(buf2)); + * // Prints: -1 + * console.log(buf1.compare(buf3)); + * // Prints: -1 + * console.log(buf2.compare(buf1)); + * // Prints: 1 + * console.log(buf2.compare(buf3)); + * // Prints: 1 + * console.log([buf1, buf2, buf3].sort(Buffer.compare)); + * // Prints: [ , , ] + * // (This result is equal to: [buf1, buf3, buf2].) + * ``` + * + * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd`arguments can be used to limit the comparison to specific ranges within `target`and `buf` respectively. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); + * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); + * + * console.log(buf1.compare(buf2, 5, 9, 0, 4)); + * // Prints: 0 + * console.log(buf1.compare(buf2, 0, 6, 4)); + * // Prints: -1 + * console.log(buf1.compare(buf2, 5, 6, 5)); + * // Prints: 1 + * ``` + * + * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`,`targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. + * @since v0.11.13 + * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. + * @param [targetStart=0] The offset within `target` at which to begin comparison. + * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). + * @param [sourceStart=0] The offset within `buf` at which to begin comparison. + * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). + */ + compare(target: Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): -1 | 0 | 1; + /** + * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. + * + * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available + * for all TypedArrays, including Node.js `Buffer`s, although it takes + * different function arguments. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create two `Buffer` instances. + * const buf1 = Buffer.allocUnsafe(26); + * const buf2 = Buffer.allocUnsafe(26).fill('!'); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. + * buf1.copy(buf2, 8, 16, 20); + * // This is equivalent to: + * // buf2.set(buf1.subarray(16, 20), 8); + * + * console.log(buf2.toString('ascii', 0, 25)); + * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! + * ``` + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create a `Buffer` and copy data from one region to an overlapping region + * // within the same `Buffer`. + * + * const buf = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf[i] = i + 97; + * } + * + * buf.copy(buf, 0, 4, 10); + * + * console.log(buf.toString()); + * // Prints: efghijghijklmnopqrstuvwxyz + * ``` + * @since v0.1.90 + * @param target A `Buffer` or {@link Uint8Array} to copy into. + * @param [targetStart=0] The offset within `target` at which to begin writing. + * @param [sourceStart=0] The offset within `buf` from which to begin copying. + * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). + * @return The number of bytes copied. + */ + copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64BE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64LE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64LE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * This function is also available under the `writeBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64BE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * + * This function is also available under the `writeBigUint64LE` alias. + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64LE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64LE(value: bigint, offset?: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintLE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntLE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntLE + * @since v14.9.0, v12.19.0 + */ + writeUintLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintBE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntBE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntBE + * @since v14.9.0, v12.19.0 + */ + writeUintBE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than a signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a + * signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntBE(value: number, offset: number, byteLength: number): number; + /** + * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64BE(0)); + * // Prints: 4294967295n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64BE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + readBigUint64BE(offset?: number): bigint; + /** + * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64LE(0)); + * // Prints: 18446744069414584320n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64LE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + readBigUint64LE(offset?: number): bigint; + /** + * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64LE(offset?: number): bigint; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned, little-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintLE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntLE(0, 6).toString(16)); + * // Prints: ab9078563412 + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntLE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntLE + * @since v14.9.0, v12.19.0 + */ + readUintLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as an unsigned big-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintBE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readUIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntBE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntBE + * @since v14.9.0, v12.19.0 + */ + readUintBE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a little-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntLE(0, 6).toString(16)); + * // Prints: -546f87a9cbee + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset`and interprets the result as a big-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * console.log(buf.readIntBE(1, 0).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntBE(offset: number, byteLength: number): number; + /** + * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint8` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, -2]); + * + * console.log(buf.readUInt8(0)); + * // Prints: 1 + * console.log(buf.readUInt8(1)); + * // Prints: 254 + * console.log(buf.readUInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readUInt8(offset?: number): number; + /** + * @alias Buffer.readUInt8 + * @since v14.9.0, v12.19.0 + */ + readUint8(offset?: number): number; + /** + * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16LE(0).toString(16)); + * // Prints: 3412 + * console.log(buf.readUInt16LE(1).toString(16)); + * // Prints: 5634 + * console.log(buf.readUInt16LE(2).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16LE(offset?: number): number; + /** + * @alias Buffer.readUInt16LE + * @since v14.9.0, v12.19.0 + */ + readUint16LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16BE(0).toString(16)); + * // Prints: 1234 + * console.log(buf.readUInt16BE(1).toString(16)); + * // Prints: 3456 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16BE(offset?: number): number; + /** + * @alias Buffer.readUInt16BE + * @since v14.9.0, v12.19.0 + */ + readUint16BE(offset?: number): number; + /** + * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32LE(0).toString(16)); + * // Prints: 78563412 + * console.log(buf.readUInt32LE(1).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32LE(offset?: number): number; + /** + * @alias Buffer.readUInt32LE + * @since v14.9.0, v12.19.0 + */ + readUint32LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32BE(0).toString(16)); + * // Prints: 12345678 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32BE(offset?: number): number; + /** + * @alias Buffer.readUInt32BE + * @since v14.9.0, v12.19.0 + */ + readUint32BE(offset?: number): number; + /** + * Reads a signed 8-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([-1, 5]); + * + * console.log(buf.readInt8(0)); + * // Prints: -1 + * console.log(buf.readInt8(1)); + * // Prints: 5 + * console.log(buf.readInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readInt8(offset?: number): number; + /** + * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16LE(0)); + * // Prints: 1280 + * console.log(buf.readInt16LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16LE(offset?: number): number; + /** + * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16BE(offset?: number): number; + /** + * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32LE(0)); + * // Prints: 83886080 + * console.log(buf.readInt32LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32LE(offset?: number): number; + /** + * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32BE(offset?: number): number; + /** + * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatLE(0)); + * // Prints: 1.539989614439558e-36 + * console.log(buf.readFloatLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatLE(offset?: number): number; + /** + * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatBE(0)); + * // Prints: 2.387939260590663e-38 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatBE(offset?: number): number; + /** + * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleLE(0)); + * // Prints: 5.447603722011605e-270 + * console.log(buf.readDoubleLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleLE(offset?: number): number; + /** + * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleBE(0)); + * // Prints: 8.20788039913184e-304 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleBE(offset?: number): number; + reverse(): this; + /** + * Interprets `buf` as an array of unsigned 16-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap16(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap16(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * + * One convenient use of `buf.swap16()` is to perform a fast in-place conversion + * between UTF-16 little-endian and UTF-16 big-endian: + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); + * buf.swap16(); // Convert to big-endian UTF-16 text. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap16(): Buffer; + /** + * Interprets `buf` as an array of unsigned 32-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap32(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap32(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap32(): Buffer; + /** + * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. + * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap64(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap64(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v6.3.0 + * @return A reference to `buf`. + */ + swap64(): Buffer; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a + * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything + * other than an unsigned 8-bit integer. + * + * This function is also available under the `writeUint8` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt8(0x3, 0); + * buf.writeUInt8(0x4, 1); + * buf.writeUInt8(0x23, 2); + * buf.writeUInt8(0x42, 3); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeUInt8(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt8 + * @since v14.9.0, v12.19.0 + */ + writeUint8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 16-bit integer. + * + * This function is also available under the `writeUint16LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16LE(0xdead, 0); + * buf.writeUInt16LE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16LE + * @since v14.9.0, v12.19.0 + */ + writeUint16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 16-bit integer. + * + * This function is also available under the `writeUint16BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16BE(0xdead, 0); + * buf.writeUInt16BE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16BE + * @since v14.9.0, v12.19.0 + */ + writeUint16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 32-bit integer. + * + * This function is also available under the `writeUint32LE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32LE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32LE + * @since v14.9.0, v12.19.0 + */ + writeUint32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 32-bit integer. + * + * This function is also available under the `writeUint32BE` alias. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32BE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32BE + * @since v14.9.0, v12.19.0 + */ + writeUint32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a valid + * signed 8-bit integer. Behavior is undefined when `value` is anything other than + * a signed 8-bit integer. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt8(2, 0); + * buf.writeInt8(-2, 1); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeInt8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16LE(0x0304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16BE(0x0102, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32LE(0x05060708, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32BE(0x01020304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatLE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatBE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatBE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleLE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value`must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleBE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleBE(value: number, offset?: number): number; + /** + * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, + * the entire `buf` will be filled: + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Fill a `Buffer` with the ASCII character 'h'. + * + * const b = Buffer.allocUnsafe(50).fill('h'); + * + * console.log(b.toString()); + * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh + * ``` + * + * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or + * integer. If the resulting integer is greater than `255` (decimal), `buf` will be + * filled with `value & 255`. + * + * If the final write of a `fill()` operation falls on a multi-byte character, + * then only the bytes of that character that fit into `buf` are written: + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Fill a `Buffer` with character that takes up two bytes in UTF-8. + * + * console.log(Buffer.allocUnsafe(5).fill('\u0222')); + * // Prints: + * ``` + * + * If `value` contains invalid characters, it is truncated; if no valid + * fill data remains, an exception is thrown: + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.allocUnsafe(5); + * + * console.log(buf.fill('a')); + * // Prints: + * console.log(buf.fill('aazz', 'hex')); + * // Prints: + * console.log(buf.fill('zz', 'hex')); + * // Throws an exception. + * ``` + * @since v0.5.0 + * @param value The value with which to fill `buf`. + * @param [offset=0] Number of bytes to skip before starting to fill `buf`. + * @param [end=buf.length] Where to stop filling `buf` (not inclusive). + * @param [encoding='utf8'] The encoding for `value` if `value` is a string. + * @return A reference to `buf`. + */ + fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; + /** + * If `value` is: + * + * * a string, `value` is interpreted according to the character encoding in`encoding`. + * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. + * To compare a partial `Buffer`, use `buf.subarray`. + * * a number, `value` will be interpreted as an unsigned 8-bit integer + * value between `0` and `255`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.indexOf('this')); + * // Prints: 0 + * console.log(buf.indexOf('is')); + * // Prints: 2 + * console.log(buf.indexOf(Buffer.from('a buffer'))); + * // Prints: 8 + * console.log(buf.indexOf(97)); + * // Prints: 8 (97 is the decimal ASCII value for 'a') + * console.log(buf.indexOf(Buffer.from('a buffer example'))); + * // Prints: -1 + * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: 8 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); + * // Prints: 4 + * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); + * // Prints: 6 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. If the result + * of coercion is `NaN` or `0`, then the entire buffer will be searched. This + * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). + * + * ```js + * import { Buffer } from 'buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.indexOf(99.9)); + * console.log(b.indexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN or 0. + * // Prints: 1, searching the whole buffer. + * console.log(b.indexOf('b', undefined)); + * console.log(b.indexOf('b', {})); + * console.log(b.indexOf('b', null)); + * console.log(b.indexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer` and `byteOffset` is less + * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. + * @since v1.5.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + /** + * Identical to `buf.indexOf()`, except the last occurrence of `value` is found + * rather than the first occurrence. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('this buffer is a buffer'); + * + * console.log(buf.lastIndexOf('this')); + * // Prints: 0 + * console.log(buf.lastIndexOf('buffer')); + * // Prints: 17 + * console.log(buf.lastIndexOf(Buffer.from('buffer'))); + * // Prints: 17 + * console.log(buf.lastIndexOf(97)); + * // Prints: 15 (97 is the decimal ASCII value for 'a') + * console.log(buf.lastIndexOf(Buffer.from('yolo'))); + * // Prints: -1 + * console.log(buf.lastIndexOf('buffer', 5)); + * // Prints: 5 + * console.log(buf.lastIndexOf('buffer', 4)); + * // Prints: -1 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); + * // Prints: 6 + * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); + * // Prints: 4 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a`TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. Any arguments + * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. + * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). + * + * ```js + * import { Buffer } from 'buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.lastIndexOf(99.9)); + * console.log(b.lastIndexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN. + * // Prints: 1, searching the whole buffer. + * console.log(b.lastIndexOf('b', undefined)); + * console.log(b.lastIndexOf('b', {})); + * + * // Passing a byteOffset that coerces to 0. + * // Prints: -1, equivalent to passing 0. + * console.log(b.lastIndexOf('b', null)); + * console.log(b.lastIndexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. + * @since v6.0.0 + * @param value What to search for. + * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + /** + * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `[index, byte]` pairs from the contents + * of `buf`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * // Log the entire contents of a `Buffer`. + * + * const buf = Buffer.from('buffer'); + * + * for (const pair of buf.entries()) { + * console.log(pair); + * } + * // Prints: + * // [0, 98] + * // [1, 117] + * // [2, 102] + * // [3, 102] + * // [4, 101] + * // [5, 114] + * ``` + * @since v1.1.0 + */ + entries(): IterableIterator<[number, number]>; + /** + * Equivalent to `buf.indexOf() !== -1`. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.includes('this')); + * // Prints: true + * console.log(buf.includes('is')); + * // Prints: true + * console.log(buf.includes(Buffer.from('a buffer'))); + * // Prints: true + * console.log(buf.includes(97)); + * // Prints: true (97 is the decimal ASCII value for 'a') + * console.log(buf.includes(Buffer.from('a buffer example'))); + * // Prints: false + * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: true + * console.log(buf.includes('this', 4)); + * // Prints: false + * ``` + * @since v5.3.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is its encoding. + * @return `true` if `value` was found in `buf`, `false` otherwise. + */ + includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; + /** + * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) of `buf` keys (indices). + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * for (const key of buf.keys()) { + * console.log(key); + * } + * // Prints: + * // 0 + * // 1 + * // 2 + * // 3 + * // 4 + * // 5 + * ``` + * @since v1.1.0 + */ + keys(): IterableIterator; + /** + * Creates and returns an [iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) for `buf` values (bytes). This function is + * called automatically when a `Buffer` is used in a `for..of` statement. + * + * ```js + * import { Buffer } from 'buffer'; + * + * const buf = Buffer.from('buffer'); + * + * for (const value of buf.values()) { + * console.log(value); + * } + * // Prints: + * // 98 + * // 117 + * // 102 + * // 102 + * // 101 + * // 114 + * + * for (const value of buf) { + * console.log(value); + * } + * // Prints: + * // 98 + * // 117 + * // 102 + * // 102 + * // 101 + * // 114 + * ``` + * @since v1.1.0 + */ + values(): IterableIterator; + } + var Buffer: BufferConstructor; + /** + * Decodes a string of Base64-encoded data into bytes, and encodes those bytes + * into a string using Latin-1 (ISO-8859-1). + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @deprecated Use `Buffer.from(data, 'base64')` instead. + * @param data The Base64-encoded input string. + */ + function atob(data: string): string; + /** + * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes + * into a string using Base64. + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and`buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @deprecated Use `buf.toString('base64')` instead. + * @param data An ASCII (Latin1) string. + */ + function btoa(data: string): string; + + interface Blob extends __Blob {} + /** + * `Blob` class is a global reference for `require('node:buffer').Blob` + * https://nodejs.org/api/buffer.html#class-blob + * @since v18.0.0 + */ + var Blob: typeof globalThis extends { + onmessage: any; + Blob: infer T; + } + ? T + : typeof NodeBlob; + } +} +declare module 'node:buffer' { + export * from 'buffer'; +} diff --git a/node_modules/@types/node/ts4.8/child_process.d.ts b/node_modules/@types/node/ts4.8/child_process.d.ts new file mode 100644 index 000000000..c537d6d62 --- /dev/null +++ b/node_modules/@types/node/ts4.8/child_process.d.ts @@ -0,0 +1,1369 @@ +/** + * The `child_process` module provides the ability to spawn subprocesses in + * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability + * is primarily provided by the {@link spawn} function: + * + * ```js + * const { spawn } = require('child_process'); + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * By default, pipes for `stdin`, `stdout`, and `stderr` are established between + * the parent Node.js process and the spawned subprocess. These pipes have + * limited (and platform-specific) capacity. If the subprocess writes to + * stdout in excess of that limit without the output being captured, the + * subprocess blocks waiting for the pipe buffer to accept more data. This is + * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }`option if the output will not be consumed. + * + * The command lookup is performed using the `options.env.PATH` environment + * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is + * used. If `options.env` is set without `PATH`, lookup on Unix is performed + * on a default search path search of `/usr/bin:/bin` (see your operating system's + * manual for execvpe/execvp), on Windows the current processes environment + * variable `PATH` is used. + * + * On Windows, environment variables are case-insensitive. Node.js + * lexicographically sorts the `env` keys and uses the first one that + * case-insensitively matches. Only first (in lexicographic order) entry will be + * passed to the subprocess. This might lead to issues on Windows when passing + * objects to the `env` option that have multiple variants of the same key, such as`PATH` and `Path`. + * + * The {@link spawn} method spawns the child process asynchronously, + * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks + * the event loop until the spawned process either exits or is terminated. + * + * For convenience, the `child_process` module provides a handful of synchronous + * and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on + * top of {@link spawn} or {@link spawnSync}. + * + * * {@link exec}: spawns a shell and runs a command within that + * shell, passing the `stdout` and `stderr` to a callback function when + * complete. + * * {@link execFile}: similar to {@link exec} except + * that it spawns the command directly without first spawning a shell by + * default. + * * {@link fork}: spawns a new Node.js process and invokes a + * specified module with an IPC communication channel established that allows + * sending messages between parent and child. + * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. + * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. + * + * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, + * the synchronous methods can have significant impact on performance due to + * stalling the event loop while spawned processes complete. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/child_process.js) + */ +declare module 'child_process' { + import { ObjectEncodingOptions } from 'node:fs'; + import { EventEmitter, Abortable } from 'node:events'; + import * as net from 'node:net'; + import { Writable, Readable, Stream, Pipe } from 'node:stream'; + import { URL } from 'node:url'; + type Serializable = string | object | number | boolean | bigint; + type SendHandle = net.Socket | net.Server; + /** + * Instances of the `ChildProcess` represent spawned child processes. + * + * Instances of `ChildProcess` are not intended to be created directly. Rather, + * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create + * instances of `ChildProcess`. + * @since v2.2.0 + */ + class ChildProcess extends EventEmitter { + /** + * A `Writable Stream` that represents the child process's `stdin`. + * + * If a child process waits to read all of its input, the child will not continue + * until this stream has been closed via `end()`. + * + * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will + * refer to the same value. + * + * The `subprocess.stdin` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.1.90 + */ + stdin: Writable | null; + /** + * A `Readable Stream` that represents the child process's `stdout`. + * + * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will + * refer to the same value. + * + * ```js + * const { spawn } = require('child_process'); + * + * const subprocess = spawn('ls'); + * + * subprocess.stdout.on('data', (data) => { + * console.log(`Received chunk ${data}`); + * }); + * ``` + * + * The `subprocess.stdout` property can be `null` if the child process could + * not be successfully spawned. + * @since v0.1.90 + */ + stdout: Readable | null; + /** + * A `Readable Stream` that represents the child process's `stderr`. + * + * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will + * refer to the same value. + * + * The `subprocess.stderr` property can be `null` if the child process could + * not be successfully spawned. + * @since v0.1.90 + */ + stderr: Readable | null; + /** + * The `subprocess.channel` property is a reference to the child's IPC channel. If + * no IPC channel currently exists, this property is `undefined`. + * @since v7.1.0 + */ + readonly channel?: Pipe | null | undefined; + /** + * A sparse array of pipes to the child process, corresponding with positions in + * the `stdio` option passed to {@link spawn} that have been set + * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and`subprocess.stdio[2]` are also available as `subprocess.stdin`,`subprocess.stdout`, and `subprocess.stderr`, + * respectively. + * + * In the following example, only the child's fd `1` (stdout) is configured as a + * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values + * in the array are `null`. + * + * ```js + * const assert = require('assert'); + * const fs = require('fs'); + * const child_process = require('child_process'); + * + * const subprocess = child_process.spawn('ls', { + * stdio: [ + * 0, // Use parent's stdin for child. + * 'pipe', // Pipe child's stdout to parent. + * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. + * ] + * }); + * + * assert.strictEqual(subprocess.stdio[0], null); + * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); + * + * assert(subprocess.stdout); + * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); + * + * assert.strictEqual(subprocess.stdio[2], null); + * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); + * ``` + * + * The `subprocess.stdio` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.7.10 + */ + readonly stdio: [ + Writable | null, + // stdin + Readable | null, + // stdout + Readable | null, + // stderr + Readable | Writable | null | undefined, + // extra + Readable | Writable | null | undefined // extra + ]; + /** + * The `subprocess.killed` property indicates whether the child process + * successfully received a signal from `subprocess.kill()`. The `killed` property + * does not indicate that the child process has been terminated. + * @since v0.5.10 + */ + readonly killed: boolean; + /** + * Returns the process identifier (PID) of the child process. If the child process + * fails to spawn due to errors, then the value is `undefined` and `error` is + * emitted. + * + * ```js + * const { spawn } = require('child_process'); + * const grep = spawn('grep', ['ssh']); + * + * console.log(`Spawned child pid: ${grep.pid}`); + * grep.stdin.end(); + * ``` + * @since v0.1.90 + */ + readonly pid?: number | undefined; + /** + * The `subprocess.connected` property indicates whether it is still possible to + * send and receive messages from a child process. When `subprocess.connected` is`false`, it is no longer possible to send or receive messages. + * @since v0.7.2 + */ + readonly connected: boolean; + /** + * The `subprocess.exitCode` property indicates the exit code of the child process. + * If the child process is still running, the field will be `null`. + */ + readonly exitCode: number | null; + /** + * The `subprocess.signalCode` property indicates the signal received by + * the child process if any, else `null`. + */ + readonly signalCode: NodeJS.Signals | null; + /** + * The `subprocess.spawnargs` property represents the full list of command-line + * arguments the child process was launched with. + */ + readonly spawnargs: string[]; + /** + * The `subprocess.spawnfile` property indicates the executable file name of + * the child process that is launched. + * + * For {@link fork}, its value will be equal to `process.execPath`. + * For {@link spawn}, its value will be the name of + * the executable file. + * For {@link exec}, its value will be the name of the shell + * in which the child process is launched. + */ + readonly spawnfile: string; + /** + * The `subprocess.kill()` method sends a signal to the child process. If no + * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function + * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. + * + * ```js + * const { spawn } = require('child_process'); + * const grep = spawn('grep', ['ssh']); + * + * grep.on('close', (code, signal) => { + * console.log( + * `child process terminated due to receipt of signal ${signal}`); + * }); + * + * // Send SIGHUP to process. + * grep.kill('SIGHUP'); + * ``` + * + * The `ChildProcess` object may emit an `'error'` event if the signal + * cannot be delivered. Sending a signal to a child process that has already exited + * is not an error but may have unforeseen consequences. Specifically, if the + * process identifier (PID) has been reassigned to another process, the signal will + * be delivered to that process instead which can have unexpected results. + * + * While the function is called `kill`, the signal delivered to the child process + * may not actually terminate the process. + * + * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. + * + * On Windows, where POSIX signals do not exist, the `signal` argument will be + * ignored, and the process will be killed forcefully and abruptly (similar to`'SIGKILL'`). + * See `Signal Events` for more details. + * + * On Linux, child processes of child processes will not be terminated + * when attempting to kill their parent. This is likely to happen when running a + * new process in a shell or with the use of the `shell` option of `ChildProcess`: + * + * ```js + * 'use strict'; + * const { spawn } = require('child_process'); + * + * const subprocess = spawn( + * 'sh', + * [ + * '-c', + * `node -e "setInterval(() => { + * console.log(process.pid, 'is alive') + * }, 500);"`, + * ], { + * stdio: ['inherit', 'inherit', 'inherit'] + * } + * ); + * + * setTimeout(() => { + * subprocess.kill(); // Does not terminate the Node.js process in the shell. + * }, 2000); + * ``` + * @since v0.1.90 + */ + kill(signal?: NodeJS.Signals | number): boolean; + /** + * When an IPC channel has been established between the parent and child ( + * i.e. when using {@link fork}), the `subprocess.send()` method can + * be used to send messages to the child process. When the child process is a + * Node.js instance, these messages can be received via the `'message'` event. + * + * The message goes through serialization and parsing. The resulting + * message might not be the same as what is originally sent. + * + * For example, in the parent script: + * + * ```js + * const cp = require('child_process'); + * const n = cp.fork(`${__dirname}/sub.js`); + * + * n.on('message', (m) => { + * console.log('PARENT got message:', m); + * }); + * + * // Causes the child to print: CHILD got message: { hello: 'world' } + * n.send({ hello: 'world' }); + * ``` + * + * And then the child script, `'sub.js'` might look like this: + * + * ```js + * process.on('message', (m) => { + * console.log('CHILD got message:', m); + * }); + * + * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } + * process.send({ foo: 'bar', baz: NaN }); + * ``` + * + * Child Node.js processes will have a `process.send()` method of their own + * that allows the child to send messages back to the parent. + * + * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages + * containing a `NODE_` prefix in the `cmd` property are reserved for use within + * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the`'internalMessage'` event and are consumed internally by Node.js. + * Applications should avoid using such messages or listening for`'internalMessage'` events as it is subject to change without notice. + * + * The optional `sendHandle` argument that may be passed to `subprocess.send()` is + * for passing a TCP server or socket object to the child process. The child will + * receive the object as the second argument passed to the callback function + * registered on the `'message'` event. Any data that is received + * and buffered in the socket will not be sent to the child. + * + * The optional `callback` is a function that is invoked after the message is + * sent but before the child may have received it. The function is called with a + * single argument: `null` on success, or an `Error` object on failure. + * + * If no `callback` function is provided and the message cannot be sent, an`'error'` event will be emitted by the `ChildProcess` object. This can + * happen, for instance, when the child process has already exited. + * + * `subprocess.send()` will return `false` if the channel has closed or when the + * backlog of unsent messages exceeds a threshold that makes it unwise to send + * more. Otherwise, the method returns `true`. The `callback` function can be + * used to implement flow control. + * + * #### Example: sending a server object + * + * The `sendHandle` argument can be used, for instance, to pass the handle of + * a TCP server object to the child process as illustrated in the example below: + * + * ```js + * const subprocess = require('child_process').fork('subprocess.js'); + * + * // Open up the server object and send the handle. + * const server = require('net').createServer(); + * server.on('connection', (socket) => { + * socket.end('handled by parent'); + * }); + * server.listen(1337, () => { + * subprocess.send('server', server); + * }); + * ``` + * + * The child would then receive the server object as: + * + * ```js + * process.on('message', (m, server) => { + * if (m === 'server') { + * server.on('connection', (socket) => { + * socket.end('handled by child'); + * }); + * } + * }); + * ``` + * + * Once the server is now shared between the parent and child, some connections + * can be handled by the parent and some by the child. + * + * While the example above uses a server created using the `net` module, `dgram`module servers use exactly the same workflow with the exceptions of listening on + * a `'message'` event instead of `'connection'` and using `server.bind()` instead + * of `server.listen()`. This is, however, currently only supported on Unix + * platforms. + * + * #### Example: sending a socket object + * + * Similarly, the `sendHandler` argument can be used to pass the handle of a + * socket to the child process. The example below spawns two children that each + * handle connections with "normal" or "special" priority: + * + * ```js + * const { fork } = require('child_process'); + * const normal = fork('subprocess.js', ['normal']); + * const special = fork('subprocess.js', ['special']); + * + * // Open up the server and send sockets to child. Use pauseOnConnect to prevent + * // the sockets from being read before they are sent to the child process. + * const server = require('net').createServer({ pauseOnConnect: true }); + * server.on('connection', (socket) => { + * + * // If this is special priority... + * if (socket.remoteAddress === '74.125.127.100') { + * special.send('socket', socket); + * return; + * } + * // This is normal priority. + * normal.send('socket', socket); + * }); + * server.listen(1337); + * ``` + * + * The `subprocess.js` would receive the socket handle as the second argument + * passed to the event callback function: + * + * ```js + * process.on('message', (m, socket) => { + * if (m === 'socket') { + * if (socket) { + * // Check that the client socket exists. + * // It is possible for the socket to be closed between the time it is + * // sent and the time it is received in the child process. + * socket.end(`Request handled with ${process.argv[2]} priority`); + * } + * } + * }); + * ``` + * + * Do not use `.maxConnections` on a socket that has been passed to a subprocess. + * The parent cannot track when the socket is destroyed. + * + * Any `'message'` handlers in the subprocess should verify that `socket` exists, + * as the connection may have been closed during the time it takes to send the + * connection to the child. + * @since v0.5.9 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: Serializable, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, options?: MessageOptions, callback?: (error: Error | null) => void): boolean; + /** + * Closes the IPC channel between parent and child, allowing the child to exit + * gracefully once there are no other connections keeping it alive. After calling + * this method the `subprocess.connected` and `process.connected` properties in + * both the parent and child (respectively) will be set to `false`, and it will be + * no longer possible to pass messages between the processes. + * + * The `'disconnect'` event will be emitted when there are no messages in the + * process of being received. This will most often be triggered immediately after + * calling `subprocess.disconnect()`. + * + * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked + * within the child process to close the IPC channel as well. + * @since v0.7.2 + */ + disconnect(): void; + /** + * By default, the parent will wait for the detached child to exit. To prevent the + * parent from waiting for a given `subprocess` to exit, use the`subprocess.unref()` method. Doing so will cause the parent's event loop to not + * include the child in its reference count, allowing the parent to exit + * independently of the child, unless there is an established IPC channel between + * the child and the parent. + * + * ```js + * const { spawn } = require('child_process'); + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore' + * }); + * + * subprocess.unref(); + * ``` + * @since v0.7.10 + */ + unref(): void; + /** + * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will + * restore the removed reference count for the child process, forcing the parent + * to wait for the child to exit before exiting itself. + * + * ```js + * const { spawn } = require('child_process'); + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore' + * }); + * + * subprocess.unref(); + * subprocess.ref(); + * ``` + * @since v0.7.10 + */ + ref(): void; + /** + * events.EventEmitter + * 1. close + * 2. disconnect + * 3. error + * 4. exit + * 5. message + * 6. spawn + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: 'disconnect', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + addListener(event: 'spawn', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close', code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: 'disconnect'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'exit', code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: 'message', message: Serializable, sendHandle: SendHandle): boolean; + emit(event: 'spawn', listener: () => void): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: 'disconnect', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + on(event: 'spawn', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: 'disconnect', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + once(event: 'spawn', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: 'disconnect', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependListener(event: 'spawn', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependOnceListener(event: 'disconnect', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'exit', listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependOnceListener(event: 'message', listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependOnceListener(event: 'spawn', listener: () => void): this; + } + // return this object when stdio option is undefined or not specified + interface ChildProcessWithoutNullStreams extends ChildProcess { + stdin: Writable; + stdout: Readable; + stderr: Readable; + readonly stdio: [ + Writable, + Readable, + Readable, + // stderr + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined // extra, no modification + ]; + } + // return this object when stdio option is a tuple of 3 + interface ChildProcessByStdio extends ChildProcess { + stdin: I; + stdout: O; + stderr: E; + readonly stdio: [ + I, + O, + E, + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined // extra, no modification + ]; + } + interface MessageOptions { + keepOpen?: boolean | undefined; + } + type IOType = 'overlapped' | 'pipe' | 'ignore' | 'inherit'; + type StdioOptions = IOType | Array; + type SerializationType = 'json' | 'advanced'; + interface MessagingOptions extends Abortable { + /** + * Specify the kind of serialization used for sending messages between processes. + * @default 'json' + */ + serialization?: SerializationType | undefined; + /** + * The signal value to be used when the spawned process will be killed by the abort signal. + * @default 'SIGTERM' + */ + killSignal?: NodeJS.Signals | number | undefined; + /** + * In milliseconds the maximum amount of time the process is allowed to run. + */ + timeout?: number | undefined; + } + interface ProcessEnvOptions { + uid?: number | undefined; + gid?: number | undefined; + cwd?: string | URL | undefined; + env?: NodeJS.ProcessEnv | undefined; + } + interface CommonOptions extends ProcessEnvOptions { + /** + * @default false + */ + windowsHide?: boolean | undefined; + /** + * @default 0 + */ + timeout?: number | undefined; + } + interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { + argv0?: string | undefined; + stdio?: StdioOptions | undefined; + shell?: boolean | string | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + interface SpawnOptions extends CommonSpawnOptions { + detached?: boolean | undefined; + } + interface SpawnOptionsWithoutStdio extends SpawnOptions { + stdio?: StdioPipeNamed | StdioPipe[] | undefined; + } + type StdioNull = 'inherit' | 'ignore' | Stream; + type StdioPipeNamed = 'pipe' | 'overlapped'; + type StdioPipe = undefined | null | StdioPipeNamed; + interface SpawnOptionsWithStdioTuple extends SpawnOptions { + stdio: [Stdin, Stdout, Stderr]; + } + /** + * The `child_process.spawn()` method spawns a new process using the given`command`, with command-line arguments in `args`. If omitted, `args` defaults + * to an empty array. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * A third argument may be used to specify additional options, with these defaults: + * + * ```js + * const defaults = { + * cwd: undefined, + * env: process.env + * }; + * ``` + * + * Use `cwd` to specify the working directory from which the process is spawned. + * If not given, the default is to inherit the current working directory. If given, + * but the path does not exist, the child process emits an `ENOENT` error + * and exits immediately. `ENOENT` is also emitted when the command + * does not exist. + * + * Use `env` to specify environment variables that will be visible to the new + * process, the default is `process.env`. + * + * `undefined` values in `env` will be ignored. + * + * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the + * exit code: + * + * ```js + * const { spawn } = require('child_process'); + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * Example: A very elaborate way to run `ps ax | grep ssh` + * + * ```js + * const { spawn } = require('child_process'); + * const ps = spawn('ps', ['ax']); + * const grep = spawn('grep', ['ssh']); + * + * ps.stdout.on('data', (data) => { + * grep.stdin.write(data); + * }); + * + * ps.stderr.on('data', (data) => { + * console.error(`ps stderr: ${data}`); + * }); + * + * ps.on('close', (code) => { + * if (code !== 0) { + * console.log(`ps process exited with code ${code}`); + * } + * grep.stdin.end(); + * }); + * + * grep.stdout.on('data', (data) => { + * console.log(data.toString()); + * }); + * + * grep.stderr.on('data', (data) => { + * console.error(`grep stderr: ${data}`); + * }); + * + * grep.on('close', (code) => { + * if (code !== 0) { + * console.log(`grep process exited with code ${code}`); + * } + * }); + * ``` + * + * Example of checking for failed `spawn`: + * + * ```js + * const { spawn } = require('child_process'); + * const subprocess = spawn('bad_command'); + * + * subprocess.on('error', (err) => { + * console.error('Failed to start subprocess.'); + * }); + * ``` + * + * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process + * title while others (Windows, SunOS) will use `command`. + * + * Node.js currently overwrites `argv[0]` with `process.execPath` on startup, so`process.argv[0]` in a Node.js child process will not match the `argv0`parameter passed to `spawn` from the parent, + * retrieve it with the`process.argv0` property instead. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * const { spawn } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const grep = spawn('grep', ['ssh'], { signal }); + * grep.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * ``` + * @since v0.1.90 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptions): ChildProcess; + // overloads of spawn with 'args' + function spawn(command: string, args?: ReadonlyArray, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptionsWithStdioTuple): ChildProcessByStdio; + function spawn(command: string, args: ReadonlyArray, options: SpawnOptions): ChildProcess; + interface ExecOptions extends CommonOptions { + shell?: string | undefined; + signal?: AbortSignal | undefined; + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + } + interface ExecOptionsWithStringEncoding extends ExecOptions { + encoding: BufferEncoding; + } + interface ExecOptionsWithBufferEncoding extends ExecOptions { + encoding: BufferEncoding | null; // specify `null`. + } + interface ExecException extends Error { + cmd?: string | undefined; + killed?: boolean | undefined; + code?: number | undefined; + signal?: NodeJS.Signals | undefined; + } + /** + * Spawns a shell then executes the `command` within that shell, buffering any + * generated output. The `command` string passed to the exec function is processed + * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) + * need to be dealt with accordingly: + * + * ```js + * const { exec } = require('child_process'); + * + * exec('"/path/to/test file/test.sh" arg1 arg2'); + * // Double quotes are used so that the space in the path is not interpreted as + * // a delimiter of multiple arguments. + * + * exec('echo "The \\$HOME variable is $HOME"'); + * // The $HOME variable is escaped in the first instance, but not in the second. + * ``` + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * + * If a `callback` function is provided, it is called with the arguments`(error, stdout, stderr)`. On success, `error` will be `null`. On error,`error` will be an instance of `Error`. The + * `error.code` property will be + * the exit code of the process. By convention, any exit code other than `0`indicates an error. `error.signal` will be the signal that terminated the + * process. + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * ```js + * const { exec } = require('child_process'); + * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { + * if (error) { + * console.error(`exec error: ${error}`); + * return; + * } + * console.log(`stdout: ${stdout}`); + * console.error(`stderr: ${stderr}`); + * }); + * ``` + * + * If `timeout` is greater than `0`, the parent will send the signal + * identified by the `killSignal` property (the default is `'SIGTERM'`) if the + * child runs longer than `timeout` milliseconds. + * + * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace + * the existing process and uses a shell to execute the command. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * const util = require('util'); + * const exec = util.promisify(require('child_process').exec); + * + * async function lsExample() { + * const { stdout, stderr } = await exec('ls'); + * console.log('stdout:', stdout); + * console.error('stderr:', stderr); + * } + * lsExample(); + * ``` + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * const { exec } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const child = exec('grep ssh', { signal }, (error) => { + * console.log(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.90 + * @param command The command to run, with space-separated arguments. + * @param callback called with the output when process terminates. + */ + function exec(command: string, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function exec( + command: string, + options: { + encoding: 'buffer' | null; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function exec(command: string, options: ExecOptions, callback?: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function exec( + command: string, + options: (ObjectEncodingOptions & ExecOptions) | undefined | null, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void + ): ChildProcess; + interface PromiseWithChild extends Promise { + child: ChildProcess; + } + namespace exec { + function __promisify__(command: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: { + encoding: 'buffer' | null; + } & ExecOptions + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: ExecOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options?: (ObjectEncodingOptions & ExecOptions) | null + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ExecFileOptions extends CommonOptions, Abortable { + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + windowsVerbatimArguments?: boolean | undefined; + shell?: boolean | string | undefined; + signal?: AbortSignal | undefined; + } + interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { + encoding: 'buffer' | null; + } + interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + type ExecFileException = ExecException & NodeJS.ErrnoException; + /** + * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified + * executable `file` is spawned directly as a new process making it slightly more + * efficient than {@link exec}. + * + * The same options as {@link exec} are supported. Since a shell is + * not spawned, behaviors such as I/O redirection and file globbing are not + * supported. + * + * ```js + * const { execFile } = require('child_process'); + * const child = execFile('node', ['--version'], (error, stdout, stderr) => { + * if (error) { + * throw error; + * } + * console.log(stdout); + * }); + * ``` + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * const util = require('util'); + * const execFile = util.promisify(require('child_process').execFile); + * async function getVersion() { + * const { stdout } = await execFile('node', ['--version']); + * console.log(stdout); + * } + * getVersion(); + * ``` + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * const { execFile } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const child = execFile('node', ['--version'], { signal }, (error) => { + * console.log(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.91 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @param callback Called with the output when process terminates. + */ + function execFile(file: string): ChildProcess; + function execFile(file: string, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; + function execFile(file: string, args?: ReadonlyArray | null): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; + // no `options` definitely means stdout/stderr are `string`. + function execFile(file: string, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithStringEncoding, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function execFile(file: string, options: ExecFileOptionsWithOtherEncoding, callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function execFile(file: string, options: ExecFileOptions, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptions, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function execFile( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null + ): ChildProcess; + function execFile( + file: string, + args: ReadonlyArray | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null + ): ChildProcess; + namespace execFile { + function __promisify__(file: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithBufferEncoding + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithBufferEncoding + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithStringEncoding + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithStringEncoding + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithOtherEncoding + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptionsWithOtherEncoding + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: ExecFileOptions + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: ReadonlyArray | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { + execPath?: string | undefined; + execArgv?: string[] | undefined; + silent?: boolean | undefined; + stdio?: StdioOptions | undefined; + detached?: boolean | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + /** + * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. + * Like {@link spawn}, a `ChildProcess` object is returned. The + * returned `ChildProcess` will have an additional communication channel + * built-in that allows messages to be passed back and forth between the parent and + * child. See `subprocess.send()` for details. + * + * Keep in mind that spawned Node.js child processes are + * independent of the parent with exception of the IPC communication channel + * that is established between the two. Each process has its own memory, with + * their own V8 instances. Because of the additional resource allocations + * required, spawning a large number of child Node.js processes is not + * recommended. + * + * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the`options` object allows for an alternative + * execution path to be used. + * + * Node.js processes launched with a custom `execPath` will communicate with the + * parent process using the file descriptor (fd) identified using the + * environment variable `NODE_CHANNEL_FD` on the child process. + * + * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the + * current process. + * + * The `shell` option available in {@link spawn} is not supported by`child_process.fork()` and will be ignored if set. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * if (process.argv[2] === 'child') { + * setTimeout(() => { + * console.log(`Hello from ${process.argv[2]}!`); + * }, 1_000); + * } else { + * const { fork } = require('child_process'); + * const controller = new AbortController(); + * const { signal } = controller; + * const child = fork(__filename, ['child'], { signal }); + * child.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * } + * ``` + * @since v0.5.0 + * @param modulePath The module to run in the child. + * @param args List of string arguments. + */ + function fork(modulePath: string, options?: ForkOptions): ChildProcess; + function fork(modulePath: string, args?: ReadonlyArray, options?: ForkOptions): ChildProcess; + interface SpawnSyncOptions extends CommonSpawnOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | 'buffer' | null | undefined; + } + interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { + encoding: BufferEncoding; + } + interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { + encoding?: 'buffer' | null | undefined; + } + interface SpawnSyncReturns { + pid: number; + output: Array; + stdout: T; + stderr: T; + status: number | null; + signal: NodeJS.Signals | null; + error?: Error | undefined; + } + /** + * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the process intercepts and handles the `SIGTERM` signal + * and doesn't exit, the parent process will wait until the child process has + * exited. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawnSync(command: string): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; + function spawnSync(command: string, args: ReadonlyArray): SpawnSyncReturns; + function spawnSync(command: string, args: ReadonlyArray, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, args: ReadonlyArray, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, args?: ReadonlyArray, options?: SpawnSyncOptions): SpawnSyncReturns; + interface CommonExecOptions extends CommonOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + stdio?: StdioOptions | undefined; + killSignal?: NodeJS.Signals | number | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | 'buffer' | null | undefined; + } + interface ExecSyncOptions extends CommonExecOptions { + shell?: string | undefined; + } + interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { + encoding: BufferEncoding; + } + interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { + encoding?: 'buffer' | null | undefined; + } + /** + * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the child process intercepts and handles the `SIGTERM`signal and doesn't exit, the parent process will wait until the child process + * has exited. + * + * If the process times out or has a non-zero exit code, this method will throw. + * The `Error` object will contain the entire result from {@link spawnSync}. + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @return The stdout from the command. + */ + function execSync(command: string): Buffer; + function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; + function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer; + function execSync(command: string, options?: ExecSyncOptions): string | Buffer; + interface ExecFileSyncOptions extends CommonExecOptions { + shell?: boolean | string | undefined; + } + interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { + encoding: BufferEncoding; + } + interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { + encoding?: 'buffer' | null; // specify `null`. + } + /** + * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not + * return until the child process has fully closed. When a timeout has been + * encountered and `killSignal` is sent, the method won't return until the process + * has completely exited. + * + * If the child process intercepts and handles the `SIGTERM` signal and + * does not exit, the parent process will still wait until the child process has + * exited. + * + * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @return The stdout from the command. + */ + function execFileSync(file: string): Buffer; + function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer; + function execFileSync(file: string, args: ReadonlyArray): Buffer; + function execFileSync(file: string, args: ReadonlyArray, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, args: ReadonlyArray, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(file: string, args?: ReadonlyArray, options?: ExecFileSyncOptions): string | Buffer; +} +declare module 'node:child_process' { + export * from 'child_process'; +} diff --git a/node_modules/@types/node/ts4.8/cluster.d.ts b/node_modules/@types/node/ts4.8/cluster.d.ts new file mode 100644 index 000000000..37dbc5746 --- /dev/null +++ b/node_modules/@types/node/ts4.8/cluster.d.ts @@ -0,0 +1,410 @@ +/** + * Clusters of Node.js processes can be used to run multiple instances of Node.js + * that can distribute workloads among their application threads. When process + * isolation is not needed, use the `worker_threads` module instead, which + * allows running multiple application threads within a single Node.js instance. + * + * The cluster module allows easy creation of child processes that all share + * server ports. + * + * ```js + * import cluster from 'cluster'; + * import http from 'http'; + * import { cpus } from 'os'; + * import process from 'process'; + * + * const numCPUs = cpus().length; + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('exit', (worker, code, signal) => { + * console.log(`worker ${worker.process.pid} died`); + * }); + * } else { + * // Workers can share any TCP connection + * // In this case it is an HTTP server + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * + * console.log(`Worker ${process.pid} started`); + * } + * ``` + * + * Running Node.js will now share port 8000 between the workers: + * + * ```console + * $ node server.js + * Primary 3596 is running + * Worker 4324 started + * Worker 4520 started + * Worker 6056 started + * Worker 5644 started + * ``` + * + * On Windows, it is not yet possible to set up a named pipe server in a worker. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/cluster.js) + */ +declare module 'cluster' { + import * as child from 'node:child_process'; + import EventEmitter = require('node:events'); + import * as net from 'node:net'; + export interface ClusterSettings { + execArgv?: string[] | undefined; // default: process.execArgv + exec?: string | undefined; + args?: string[] | undefined; + silent?: boolean | undefined; + stdio?: any[] | undefined; + uid?: number | undefined; + gid?: number | undefined; + inspectPort?: number | (() => number) | undefined; + } + export interface Address { + address: string; + port: number; + addressType: number | 'udp4' | 'udp6'; // 4, 6, -1, "udp4", "udp6" + } + /** + * A `Worker` object contains all public information and method about a worker. + * In the primary it can be obtained using `cluster.workers`. In a worker + * it can be obtained using `cluster.worker`. + * @since v0.7.0 + */ + export class Worker extends EventEmitter { + /** + * Each new worker is given its own unique id, this id is stored in the`id`. + * + * While a worker is alive, this is the key that indexes it in`cluster.workers`. + * @since v0.8.0 + */ + id: number; + /** + * All workers are created using `child_process.fork()`, the returned object + * from this function is stored as `.process`. In a worker, the global `process`is stored. + * + * See: `Child Process module`. + * + * Workers will call `process.exit(0)` if the `'disconnect'` event occurs + * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against + * accidental disconnection. + * @since v0.7.0 + */ + process: child.ChildProcess; + /** + * Send a message to a worker or primary, optionally with a handle. + * + * In the primary, this sends a message to a specific worker. It is identical to `ChildProcess.send()`. + * + * In a worker, this sends a message to the primary. It is identical to`process.send()`. + * + * This example will echo back all messages from the primary: + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * worker.send('hi there'); + * + * } else if (cluster.isWorker) { + * process.on('message', (msg) => { + * process.send(msg); + * }); + * } + * ``` + * @since v0.7.0 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; + send(message: child.Serializable, sendHandle: child.SendHandle, callback?: (error: Error | null) => void): boolean; + send(message: child.Serializable, sendHandle: child.SendHandle, options?: child.MessageOptions, callback?: (error: Error | null) => void): boolean; + /** + * This function will kill the worker. In the primary worker, it does this by + * disconnecting the `worker.process`, and once disconnected, killing with`signal`. In the worker, it does it by killing the process with `signal`. + * + * The `kill()` function kills the worker process without waiting for a graceful + * disconnect, it has the same behavior as `worker.process.kill()`. + * + * This method is aliased as `worker.destroy()` for backwards compatibility. + * + * In a worker, `process.kill()` exists, but it is not this function; + * it is `kill()`. + * @since v0.9.12 + * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. + */ + kill(signal?: string): void; + destroy(signal?: string): void; + /** + * In a worker, this function will close all servers, wait for the `'close'` event + * on those servers, and then disconnect the IPC channel. + * + * In the primary, an internal message is sent to the worker causing it to call`.disconnect()` on itself. + * + * Causes `.exitedAfterDisconnect` to be set. + * + * After a server is closed, it will no longer accept new connections, + * but connections may be accepted by any other listening worker. Existing + * connections will be allowed to close as usual. When no more connections exist, + * see `server.close()`, the IPC channel to the worker will close allowing it + * to die gracefully. + * + * The above applies _only_ to server connections, client connections are not + * automatically closed by workers, and disconnect does not wait for them to close + * before exiting. + * + * In a worker, `process.disconnect` exists, but it is not this function; + * it is `disconnect()`. + * + * Because long living server connections may block workers from disconnecting, it + * may be useful to send a message, so application specific actions may be taken to + * close them. It also may be useful to implement a timeout, killing a worker if + * the `'disconnect'` event has not been emitted after some time. + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * let timeout; + * + * worker.on('listening', (address) => { + * worker.send('shutdown'); + * worker.disconnect(); + * timeout = setTimeout(() => { + * worker.kill(); + * }, 2000); + * }); + * + * worker.on('disconnect', () => { + * clearTimeout(timeout); + * }); + * + * } else if (cluster.isWorker) { + * const net = require('net'); + * const server = net.createServer((socket) => { + * // Connections never end + * }); + * + * server.listen(8000); + * + * process.on('message', (msg) => { + * if (msg === 'shutdown') { + * // Initiate graceful close of any connections to server + * } + * }); + * } + * ``` + * @since v0.7.7 + * @return A reference to `worker`. + */ + disconnect(): void; + /** + * This function returns `true` if the worker is connected to its primary via its + * IPC channel, `false` otherwise. A worker is connected to its primary after it + * has been created. It is disconnected after the `'disconnect'` event is emitted. + * @since v0.11.14 + */ + isConnected(): boolean; + /** + * This function returns `true` if the worker's process has terminated (either + * because of exiting or being signaled). Otherwise, it returns `false`. + * + * ```js + * import cluster from 'cluster'; + * import http from 'http'; + * import { cpus } from 'os'; + * import process from 'process'; + * + * const numCPUs = cpus().length; + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('fork', (worker) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * + * cluster.on('exit', (worker, code, signal) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * } else { + * // Workers can share any TCP connection. In this case, it is an HTTP server. + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end(`Current process\n ${process.pid}`); + * process.kill(process.pid); + * }).listen(8000); + * } + * ``` + * @since v0.11.14 + */ + isDead(): boolean; + /** + * This property is `true` if the worker exited due to `.disconnect()`. + * If the worker exited any other way, it is `false`. If the + * worker has not exited, it is `undefined`. + * + * The boolean `worker.exitedAfterDisconnect` allows distinguishing between + * voluntary and accidental exit, the primary may choose not to respawn a worker + * based on this value. + * + * ```js + * cluster.on('exit', (worker, code, signal) => { + * if (worker.exitedAfterDisconnect === true) { + * console.log('Oh, it was just voluntary – no need to worry'); + * } + * }); + * + * // kill worker + * worker.kill(); + * ``` + * @since v6.0.0 + */ + exitedAfterDisconnect: boolean; + /** + * events.EventEmitter + * 1. disconnect + * 2. error + * 3. exit + * 4. listening + * 5. message + * 6. online + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'disconnect', listener: () => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'exit', listener: (code: number, signal: string) => void): this; + addListener(event: 'listening', listener: (address: Address) => void): this; + addListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: 'online', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'disconnect'): boolean; + emit(event: 'error', error: Error): boolean; + emit(event: 'exit', code: number, signal: string): boolean; + emit(event: 'listening', address: Address): boolean; + emit(event: 'message', message: any, handle: net.Socket | net.Server): boolean; + emit(event: 'online'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'disconnect', listener: () => void): this; + on(event: 'error', listener: (error: Error) => void): this; + on(event: 'exit', listener: (code: number, signal: string) => void): this; + on(event: 'listening', listener: (address: Address) => void): this; + on(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: 'online', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'disconnect', listener: () => void): this; + once(event: 'error', listener: (error: Error) => void): this; + once(event: 'exit', listener: (code: number, signal: string) => void): this; + once(event: 'listening', listener: (address: Address) => void): this; + once(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: 'online', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'disconnect', listener: () => void): this; + prependListener(event: 'error', listener: (error: Error) => void): this; + prependListener(event: 'exit', listener: (code: number, signal: string) => void): this; + prependListener(event: 'listening', listener: (address: Address) => void): this; + prependListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: 'online', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'disconnect', listener: () => void): this; + prependOnceListener(event: 'error', listener: (error: Error) => void): this; + prependOnceListener(event: 'exit', listener: (code: number, signal: string) => void): this; + prependOnceListener(event: 'listening', listener: (address: Address) => void): this; + prependOnceListener(event: 'message', listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: 'online', listener: () => void): this; + } + export interface Cluster extends EventEmitter { + disconnect(callback?: () => void): void; + fork(env?: any): Worker; + /** @deprecated since v16.0.0 - use isPrimary. */ + readonly isMaster: boolean; + readonly isPrimary: boolean; + readonly isWorker: boolean; + schedulingPolicy: number; + readonly settings: ClusterSettings; + /** @deprecated since v16.0.0 - use setupPrimary. */ + setupMaster(settings?: ClusterSettings): void; + /** + * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in cluster.settings. + */ + setupPrimary(settings?: ClusterSettings): void; + readonly worker?: Worker | undefined; + readonly workers?: NodeJS.Dict | undefined; + readonly SCHED_NONE: number; + readonly SCHED_RR: number; + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'disconnect', listener: (worker: Worker) => void): this; + addListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + addListener(event: 'fork', listener: (worker: Worker) => void): this; + addListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + addListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: 'online', listener: (worker: Worker) => void): this; + addListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'disconnect', worker: Worker): boolean; + emit(event: 'exit', worker: Worker, code: number, signal: string): boolean; + emit(event: 'fork', worker: Worker): boolean; + emit(event: 'listening', worker: Worker, address: Address): boolean; + emit(event: 'message', worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + emit(event: 'online', worker: Worker): boolean; + emit(event: 'setup', settings: ClusterSettings): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'disconnect', listener: (worker: Worker) => void): this; + on(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + on(event: 'fork', listener: (worker: Worker) => void): this; + on(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + on(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: 'online', listener: (worker: Worker) => void): this; + on(event: 'setup', listener: (settings: ClusterSettings) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'disconnect', listener: (worker: Worker) => void): this; + once(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + once(event: 'fork', listener: (worker: Worker) => void): this; + once(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + once(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: 'online', listener: (worker: Worker) => void): this; + once(event: 'setup', listener: (settings: ClusterSettings) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'disconnect', listener: (worker: Worker) => void): this; + prependListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + prependListener(event: 'fork', listener: (worker: Worker) => void): this; + prependListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: 'message', listener: (worker: Worker, message: any, handle?: net.Socket | net.Server) => void): this; + prependListener(event: 'online', listener: (worker: Worker) => void): this; + prependListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'disconnect', listener: (worker: Worker) => void): this; + prependOnceListener(event: 'exit', listener: (worker: Worker, code: number, signal: string) => void): this; + prependOnceListener(event: 'fork', listener: (worker: Worker) => void): this; + prependOnceListener(event: 'listening', listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: 'message', listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; + prependOnceListener(event: 'online', listener: (worker: Worker) => void): this; + prependOnceListener(event: 'setup', listener: (settings: ClusterSettings) => void): this; + } + const cluster: Cluster; + export default cluster; +} +declare module 'node:cluster' { + export * from 'cluster'; + export { default as default } from 'cluster'; +} diff --git a/node_modules/@types/node/ts4.8/console.d.ts b/node_modules/@types/node/ts4.8/console.d.ts new file mode 100644 index 000000000..16c9137ad --- /dev/null +++ b/node_modules/@types/node/ts4.8/console.d.ts @@ -0,0 +1,412 @@ +/** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the `note on process I/O` for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/console.js) + */ +declare module 'console' { + import console = require('node:console'); + export = console; +} +declare module 'node:console' { + import { InspectOptions } from 'node:util'; + global { + // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build + interface Console { + Console: console.ConsoleConstructor; + /** + * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only + * writes a message and does not otherwise affect execution. The output always + * starts with `"Assertion failed"`. If provided, `message` is formatted using `util.format()`. + * + * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. + * + * ```js + * console.assert(true, 'does nothing'); + * + * console.assert(false, 'Whoops %s work', 'didn\'t'); + * // Assertion failed: Whoops didn't work + * + * console.assert(); + * // Assertion failed + * ``` + * @since v0.1.101 + * @param value The value tested for being truthy. + * @param message All arguments besides `value` are used as error message. + */ + assert(value: any, message?: string, ...optionalParams: any[]): void; + /** + * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the + * TTY. When `stdout` is not a TTY, this method does nothing. + * + * The specific operation of `console.clear()` can vary across operating systems + * and terminal types. For most Linux operating systems, `console.clear()`operates similarly to the `clear` shell command. On Windows, `console.clear()`will clear only the output in the + * current terminal viewport for the Node.js + * binary. + * @since v8.3.0 + */ + clear(): void; + /** + * Maintains an internal counter specific to `label` and outputs to `stdout` the + * number of times `console.count()` has been called with the given `label`. + * + * ```js + * > console.count() + * default: 1 + * undefined + * > console.count('default') + * default: 2 + * undefined + * > console.count('abc') + * abc: 1 + * undefined + * > console.count('xyz') + * xyz: 1 + * undefined + * > console.count('abc') + * abc: 2 + * undefined + * > console.count() + * default: 3 + * undefined + * > + * ``` + * @since v8.3.0 + * @param label The display label for the counter. + */ + count(label?: string): void; + /** + * Resets the internal counter specific to `label`. + * + * ```js + * > console.count('abc'); + * abc: 1 + * undefined + * > console.countReset('abc'); + * undefined + * > console.count('abc'); + * abc: 1 + * undefined + * > + * ``` + * @since v8.3.0 + * @param label The display label for the counter. + */ + countReset(label?: string): void; + /** + * The `console.debug()` function is an alias for {@link log}. + * @since v8.0.0 + */ + debug(message?: any, ...optionalParams: any[]): void; + /** + * Uses `util.inspect()` on `obj` and prints the resulting string to `stdout`. + * This function bypasses any custom `inspect()` function defined on `obj`. + * @since v0.1.101 + */ + dir(obj: any, options?: InspectOptions): void; + /** + * This method calls `console.log()` passing it the arguments received. + * This method does not produce any XML formatting. + * @since v8.0.0 + */ + dirxml(...data: any[]): void; + /** + * Prints to `stderr` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * + * ```js + * const code = 5; + * console.error('error #%d', code); + * // Prints: error #5, to stderr + * console.error('error', code); + * // Prints: error 5, to stderr + * ``` + * + * If formatting elements (e.g. `%d`) are not found in the first string then `util.inspect()` is called on each argument and the resulting string + * values are concatenated. See `util.format()` for more information. + * @since v0.1.100 + */ + error(message?: any, ...optionalParams: any[]): void; + /** + * Increases indentation of subsequent lines by spaces for `groupIndentation`length. + * + * If one or more `label`s are provided, those are printed first without the + * additional indentation. + * @since v8.5.0 + */ + group(...label: any[]): void; + /** + * An alias for {@link group}. + * @since v8.5.0 + */ + groupCollapsed(...label: any[]): void; + /** + * Decreases indentation of subsequent lines by spaces for `groupIndentation`length. + * @since v8.5.0 + */ + groupEnd(): void; + /** + * The `console.info()` function is an alias for {@link log}. + * @since v0.1.100 + */ + info(message?: any, ...optionalParams: any[]): void; + /** + * Prints to `stdout` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) (the arguments are all passed to `util.format()`). + * + * ```js + * const count = 5; + * console.log('count: %d', count); + * // Prints: count: 5, to stdout + * console.log('count:', count); + * // Prints: count: 5, to stdout + * ``` + * + * See `util.format()` for more information. + * @since v0.1.100 + */ + log(message?: any, ...optionalParams: any[]): void; + /** + * Try to construct a table with the columns of the properties of `tabularData`(or use `properties`) and rows of `tabularData` and log it. Falls back to just + * logging the argument if it can’t be parsed as tabular. + * + * ```js + * // These can't be parsed as tabular data + * console.table(Symbol()); + * // Symbol() + * + * console.table(undefined); + * // undefined + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); + * // ┌─────────┬─────┬─────┐ + * // │ (index) │ a │ b │ + * // ├─────────┼─────┼─────┤ + * // │ 0 │ 1 │ 'Y' │ + * // │ 1 │ 'Z' │ 2 │ + * // └─────────┴─────┴─────┘ + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); + * // ┌─────────┬─────┐ + * // │ (index) │ a │ + * // ├─────────┼─────┤ + * // │ 0 │ 1 │ + * // │ 1 │ 'Z' │ + * // └─────────┴─────┘ + * ``` + * @since v10.0.0 + * @param properties Alternate properties for constructing the table. + */ + table(tabularData: any, properties?: ReadonlyArray): void; + /** + * Starts a timer that can be used to compute the duration of an operation. Timers + * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in + * suitable time units to `stdout`. For example, if the elapsed + * time is 3869ms, `console.timeEnd()` displays "3.869s". + * @since v0.1.104 + */ + time(label?: string): void; + /** + * Stops a timer that was previously started by calling {@link time} and + * prints the result to `stdout`: + * + * ```js + * console.time('100-elements'); + * for (let i = 0; i < 100; i++) {} + * console.timeEnd('100-elements'); + * // prints 100-elements: 225.438ms + * ``` + * @since v0.1.104 + */ + timeEnd(label?: string): void; + /** + * For a timer that was previously started by calling {@link time}, prints + * the elapsed time and other `data` arguments to `stdout`: + * + * ```js + * console.time('process'); + * const value = expensiveProcess1(); // Returns 42 + * console.timeLog('process', value); + * // Prints "process: 365.227ms 42". + * doExpensiveProcess2(value); + * console.timeEnd('process'); + * ``` + * @since v10.7.0 + */ + timeLog(label?: string, ...data: any[]): void; + /** + * Prints to `stderr` the string `'Trace: '`, followed by the `util.format()` formatted message and stack trace to the current position in the code. + * + * ```js + * console.trace('Show me'); + * // Prints: (stack trace will vary based on where trace is called) + * // Trace: Show me + * // at repl:2:9 + * // at REPLServer.defaultEval (repl.js:248:27) + * // at bound (domain.js:287:14) + * // at REPLServer.runBound [as eval] (domain.js:300:12) + * // at REPLServer. (repl.js:412:12) + * // at emitOne (events.js:82:20) + * // at REPLServer.emit (events.js:169:7) + * // at REPLServer.Interface._onLine (readline.js:210:10) + * // at REPLServer.Interface._line (readline.js:549:8) + * // at REPLServer.Interface._ttyWrite (readline.js:826:14) + * ``` + * @since v0.1.104 + */ + trace(message?: any, ...optionalParams: any[]): void; + /** + * The `console.warn()` function is an alias for {@link error}. + * @since v0.1.100 + */ + warn(message?: any, ...optionalParams: any[]): void; + // --- Inspector mode only --- + /** + * This method does not display anything unless used in the inspector. + * Starts a JavaScript CPU profile with an optional label. + */ + profile(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Stops the current JavaScript CPU profiling session if one has been started and prints the report to the Profiles panel of the inspector. + */ + profileEnd(label?: string): void; + /** + * This method does not display anything unless used in the inspector. + * Adds an event with the label `label` to the Timeline panel of the inspector. + */ + timeStamp(label?: string): void; + } + /** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()` and`console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to `process.stdout` and `process.stderr`. The global `console` can be used without calling`require('console')`. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the `note on process I/O` for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v16.4.2/lib/console.js) + */ + namespace console { + interface ConsoleConstructorOptions { + stdout: NodeJS.WritableStream; + stderr?: NodeJS.WritableStream | undefined; + ignoreErrors?: boolean | undefined; + colorMode?: boolean | 'auto' | undefined; + inspectOptions?: InspectOptions | undefined; + /** + * Set group indentation + * @default 2 + */ + groupIndentation?: number | undefined; + } + interface ConsoleConstructor { + prototype: Console; + new (stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; + new (options: ConsoleConstructorOptions): Console; + } + } + var console: Console; + } + export = globalThis.console; +} diff --git a/node_modules/@types/node/ts4.8/constants.d.ts b/node_modules/@types/node/ts4.8/constants.d.ts new file mode 100644 index 000000000..208020dcb --- /dev/null +++ b/node_modules/@types/node/ts4.8/constants.d.ts @@ -0,0 +1,18 @@ +/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */ +declare module 'constants' { + import { constants as osConstants, SignalConstants } from 'node:os'; + import { constants as cryptoConstants } from 'node:crypto'; + import { constants as fsConstants } from 'node:fs'; + + const exp: typeof osConstants.errno & + typeof osConstants.priority & + SignalConstants & + typeof cryptoConstants & + typeof fsConstants; + export = exp; +} + +declare module 'node:constants' { + import constants = require('constants'); + export = constants; +} diff --git a/node_modules/@types/node/ts4.8/crypto.d.ts b/node_modules/@types/node/ts4.8/crypto.d.ts new file mode 100644 index 000000000..20d960cd6 --- /dev/null +++ b/node_modules/@types/node/ts4.8/crypto.d.ts @@ -0,0 +1,3964 @@ +/** + * The `crypto` module provides cryptographic functionality that includes a set of + * wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions. + * + * ```js + * const { createHmac } = await import('crypto'); + * + * const secret = 'abcdefg'; + * const hash = createHmac('sha256', secret) + * .update('I love cupcakes') + * .digest('hex'); + * console.log(hash); + * // Prints: + * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/crypto.js) + */ +declare module 'crypto' { + import * as stream from 'node:stream'; + import { PeerCertificate } from 'node:tls'; + /** + * SPKAC is a Certificate Signing Request mechanism originally implemented by + * Netscape and was specified formally as part of [HTML5's `keygen` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen). + * + * `` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects + * should not use this element anymore. + * + * The `crypto` module provides the `Certificate` class for working with SPKAC + * data. The most common usage is handling output generated by the HTML5`` element. Node.js uses [OpenSSL's SPKAC + * implementation](https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html) internally. + * @since v0.11.8 + */ + class Certificate { + /** + * ```js + * const { Certificate } = await import('crypto'); + * const spkac = getSpkacSomehow(); + * const challenge = Certificate.exportChallenge(spkac); + * console.log(challenge.toString('utf8')); + * // Prints: the challenge as a UTF8 string + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportChallenge(spkac: BinaryLike): Buffer; + /** + * ```js + * const { Certificate } = await import('crypto'); + * const spkac = getSpkacSomehow(); + * const publicKey = Certificate.exportPublicKey(spkac); + * console.log(publicKey); + * // Prints: the public key as + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * ```js + * import { Buffer } from 'buffer'; + * const { Certificate } = await import('crypto'); + * + * const spkac = getSpkacSomehow(); + * console.log(Certificate.verifySpkac(Buffer.from(spkac))); + * // Prints: true or false + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return `true` if the given `spkac` data structure is valid, `false` otherwise. + */ + static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + /** + * @deprecated + * @param spkac + * @returns The challenge component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportChallenge(spkac: BinaryLike): Buffer; + /** + * @deprecated + * @param spkac + * @param encoding The encoding of the spkac string. + * @returns The public key component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * @deprecated + * @param spkac + * @returns `true` if the given `spkac` data structure is valid, + * `false` otherwise. + */ + verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + } + namespace constants { + // https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html#crypto_crypto_constants + const OPENSSL_VERSION_NUMBER: number; + /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ + const SSL_OP_ALL: number; + /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + /** Instructs OpenSSL to use Cisco's "speshul" version of DTLS_BAD_VER. */ + const SSL_OP_CISCO_ANYCONNECT: number; + /** Instructs OpenSSL to turn on cookie exchange. */ + const SSL_OP_COOKIE_EXCHANGE: number; + /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + /** Instructs OpenSSL to always use the tmp_rsa key when performing RSA operations. */ + const SSL_OP_EPHEMERAL_RSA: number; + /** Allows initial connection to servers that do not support RI. */ + const SSL_OP_LEGACY_SERVER_CONNECT: number; + const SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER: number; + const SSL_OP_MICROSOFT_SESS_ID_BUG: number; + /** Instructs OpenSSL to disable the workaround for a man-in-the-middle protocol-version vulnerability in the SSL 2.0 server implementation. */ + const SSL_OP_MSIE_SSLV2_RSA_PADDING: number; + const SSL_OP_NETSCAPE_CA_DN_BUG: number; + const SSL_OP_NETSCAPE_CHALLENGE_BUG: number; + const SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG: number; + const SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG: number; + /** Instructs OpenSSL to disable support for SSL/TLS compression. */ + const SSL_OP_NO_COMPRESSION: number; + const SSL_OP_NO_QUERY_MTU: number; + /** Instructs OpenSSL to always start a new session when performing renegotiation. */ + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + const SSL_OP_NO_SSLv2: number; + const SSL_OP_NO_SSLv3: number; + const SSL_OP_NO_TICKET: number; + const SSL_OP_NO_TLSv1: number; + const SSL_OP_NO_TLSv1_1: number; + const SSL_OP_NO_TLSv1_2: number; + const SSL_OP_PKCS1_CHECK_1: number; + const SSL_OP_PKCS1_CHECK_2: number; + /** Instructs OpenSSL to always create a new key when using temporary/ephemeral DH parameters. */ + const SSL_OP_SINGLE_DH_USE: number; + /** Instructs OpenSSL to always create a new key when using temporary/ephemeral ECDH parameters. */ + const SSL_OP_SINGLE_ECDH_USE: number; + const SSL_OP_SSLEAY_080_CLIENT_DH_BUG: number; + const SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG: number; + const SSL_OP_TLS_BLOCK_PADDING_BUG: number; + const SSL_OP_TLS_D5_BUG: number; + /** Instructs OpenSSL to disable version rollback attack detection. */ + const SSL_OP_TLS_ROLLBACK_BUG: number; + const ENGINE_METHOD_RSA: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_EC: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + const ALPN_ENABLED: number; + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ + const RSA_PSS_SALTLEN_DIGEST: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ + const RSA_PSS_SALTLEN_MAX_SIGN: number; + /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ + const RSA_PSS_SALTLEN_AUTO: number; + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ + const defaultCoreCipherList: string; + /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ + const defaultCipherList: string; + } + interface HashOptions extends stream.TransformOptions { + /** + * For XOF hash functions such as `shake256`, the + * outputLength option can be used to specify the desired output length in bytes. + */ + outputLength?: number | undefined; + } + /** @deprecated since v10.0.0 */ + const fips: boolean; + /** + * Creates and returns a `Hash` object that can be used to generate hash digests + * using the given `algorithm`. Optional `options` argument controls stream + * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option + * can be used to specify the desired output length in bytes. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * Example: generating the sha256 sum of a file + * + * ```js + * import { + * createReadStream + * } from 'fs'; + * import { argv } from 'process'; + * const { + * createHash + * } = await import('crypto'); + * + * const filename = argv[2]; + * + * const hash = createHash('sha256'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hash.update(data); + * else { + * console.log(`${hash.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.92 + * @param options `stream.transform` options + */ + function createHash(algorithm: string, options?: HashOptions): Hash; + /** + * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. + * Optional `options` argument controls stream behavior. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is + * a `KeyObject`, its type must be `secret`. + * + * Example: generating the sha256 HMAC of a file + * + * ```js + * import { + * createReadStream + * } from 'fs'; + * import { argv } from 'process'; + * const { + * createHmac + * } = await import('crypto'); + * + * const filename = argv[2]; + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hmac.update(data); + * else { + * console.log(`${hmac.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; + // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings + type BinaryToTextEncoding = 'base64' | 'base64url' | 'hex' | 'binary'; + type CharacterEncoding = 'utf8' | 'utf-8' | 'utf16le' | 'latin1'; + type LegacyCharacterEncoding = 'ascii' | 'binary' | 'ucs2' | 'ucs-2'; + type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; + type ECDHKeyFormat = 'compressed' | 'uncompressed' | 'hybrid'; + /** + * The `Hash` class is a utility for creating hash digests of data. It can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed hash digest on the readable side, or + * * Using the `hash.update()` and `hash.digest()` methods to produce the + * computed hash. + * + * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hash` objects as streams: + * + * ```js + * const { + * createHash + * } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * hash.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hash.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * } + * }); + * + * hash.write('some data to hash'); + * hash.end(); + * ``` + * + * Example: Using `Hash` and piped streams: + * + * ```js + * import { createReadStream } from 'fs'; + * import { stdout } from 'process'; + * const { createHash } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * const input = createReadStream('test.js'); + * input.pipe(hash).setEncoding('hex').pipe(stdout); + * ``` + * + * Example: Using the `hash.update()` and `hash.digest()` methods: + * + * ```js + * const { + * createHash + * } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('some data to hash'); + * console.log(hash.digest('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * ``` + * @since v0.1.92 + */ + class Hash extends stream.Transform { + private constructor(); + /** + * Creates a new `Hash` object that contains a deep copy of the internal state + * of the current `Hash` object. + * + * The optional `options` argument controls stream behavior. For XOF hash + * functions such as `'shake256'`, the `outputLength` option can be used to + * specify the desired output length in bytes. + * + * An error is thrown when an attempt is made to copy the `Hash` object after + * its `hash.digest()` method has been called. + * + * ```js + * // Calculate a rolling hash. + * const { + * createHash + * } = await import('crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('one'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('two'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('three'); + * console.log(hash.copy().digest('hex')); + * + * // Etc. + * ``` + * @since v13.1.0 + * @param options `stream.transform` options + */ + copy(options?: stream.TransformOptions): Hash; + /** + * Updates the hash content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hash; + update(data: string, inputEncoding: Encoding): Hash; + /** + * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). + * If `encoding` is provided a string will be returned; otherwise + * a `Buffer` is returned. + * + * The `Hash` object can not be used again after `hash.digest()` method has been + * called. Multiple calls will cause an error to be thrown. + * @since v0.1.92 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + /** + * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can + * be used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed HMAC digest on the readable side, or + * * Using the `hmac.update()` and `hmac.digest()` methods to produce the + * computed HMAC digest. + * + * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hmac` objects as streams: + * + * ```js + * const { + * createHmac + * } = await import('crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hmac.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * } + * }); + * + * hmac.write('some data to hash'); + * hmac.end(); + * ``` + * + * Example: Using `Hmac` and piped streams: + * + * ```js + * import { createReadStream } from 'fs'; + * import { stdout } from 'process'; + * const { + * createHmac + * } = await import('crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream('test.js'); + * input.pipe(hmac).pipe(stdout); + * ``` + * + * Example: Using the `hmac.update()` and `hmac.digest()` methods: + * + * ```js + * const { + * createHmac + * } = await import('crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.update('some data to hash'); + * console.log(hmac.digest('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * ``` + * @since v0.1.94 + */ + class Hmac extends stream.Transform { + private constructor(); + /** + * Updates the `Hmac` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hmac; + update(data: string, inputEncoding: Encoding): Hmac; + /** + * Calculates the HMAC digest of all of the data passed using `hmac.update()`. + * If `encoding` is + * provided a string is returned; otherwise a `Buffer` is returned; + * + * The `Hmac` object can not be used again after `hmac.digest()` has been + * called. Multiple calls to `hmac.digest()` will result in an error being thrown. + * @since v0.1.94 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + type KeyObjectType = 'secret' | 'public' | 'private'; + interface KeyExportOptions { + type: 'pkcs1' | 'spki' | 'pkcs8' | 'sec1'; + format: T; + cipher?: string | undefined; + passphrase?: string | Buffer | undefined; + } + interface JwkKeyExportOptions { + format: 'jwk'; + } + interface JsonWebKey { + crv?: string | undefined; + d?: string | undefined; + dp?: string | undefined; + dq?: string | undefined; + e?: string | undefined; + k?: string | undefined; + kty?: string | undefined; + n?: string | undefined; + p?: string | undefined; + q?: string | undefined; + qi?: string | undefined; + x?: string | undefined; + y?: string | undefined; + [key: string]: unknown; + } + interface AsymmetricKeyDetails { + /** + * Key size in bits (RSA, DSA). + */ + modulusLength?: number | undefined; + /** + * Public exponent (RSA). + */ + publicExponent?: bigint | undefined; + /** + * Name of the message digest (RSA-PSS). + */ + hashAlgorithm?: string | undefined; + /** + * Name of the message digest used by MGF1 (RSA-PSS). + */ + mgf1HashAlgorithm?: string | undefined; + /** + * Minimal salt length in bytes (RSA-PSS). + */ + saltLength?: number | undefined; + /** + * Size of q in bits (DSA). + */ + divisorLength?: number | undefined; + /** + * Name of the curve (EC). + */ + namedCurve?: string | undefined; + } + /** + * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, + * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` + * objects are not to be created directly using the `new`keyword. + * + * Most applications should consider using the new `KeyObject` API instead of + * passing keys as strings or `Buffer`s due to improved security features. + * + * `KeyObject` instances can be passed to other threads via `postMessage()`. + * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to + * be listed in the `transferList` argument. + * @since v11.6.0 + */ + class KeyObject { + private constructor(); + /** + * Example: Converting a `CryptoKey` instance to a `KeyObject`: + * + * ```js + * const { webcrypto, KeyObject } = await import('crypto'); + * const { subtle } = webcrypto; + * + * const key = await subtle.generateKey({ + * name: 'HMAC', + * hash: 'SHA-256', + * length: 256 + * }, true, ['sign', 'verify']); + * + * const keyObject = KeyObject.from(key); + * console.log(keyObject.symmetricKeySize); + * // Prints: 32 (symmetric key size in bytes) + * ``` + * @since v15.0.0 + */ + static from(key: webcrypto.CryptoKey): KeyObject; + /** + * For asymmetric keys, this property represents the type of the key. Supported key + * types are: + * + * * `'rsa'` (OID 1.2.840.113549.1.1.1) + * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) + * * `'dsa'` (OID 1.2.840.10040.4.1) + * * `'ec'` (OID 1.2.840.10045.2.1) + * * `'x25519'` (OID 1.3.101.110) + * * `'x448'` (OID 1.3.101.111) + * * `'ed25519'` (OID 1.3.101.112) + * * `'ed448'` (OID 1.3.101.113) + * * `'dh'` (OID 1.2.840.113549.1.3.1) + * + * This property is `undefined` for unrecognized `KeyObject` types and symmetric + * keys. + * @since v11.6.0 + */ + asymmetricKeyType?: KeyType | undefined; + /** + * For asymmetric keys, this property represents the size of the embedded key in + * bytes. This property is `undefined` for symmetric keys. + */ + asymmetricKeySize?: number | undefined; + /** + * This property exists only on asymmetric keys. Depending on the type of the key, + * this object contains information about the key. None of the information obtained + * through this property can be used to uniquely identify a key or to compromise + * the security of the key. + * + * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, + * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be + * set. + * + * Other key details might be exposed via this API using additional attributes. + * @since v15.7.0 + */ + asymmetricKeyDetails?: AsymmetricKeyDetails | undefined; + /** + * For symmetric keys, the following encoding options can be used: + * + * For public keys, the following encoding options can be used: + * + * For private keys, the following encoding options can be used: + * + * The result type depends on the selected encoding format, when PEM the + * result is a string, when DER it will be a buffer containing the data + * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. + * + * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are + * ignored. + * + * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of + * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be + * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for + * encrypted private keys. Since PKCS#8 defines its own + * encryption mechanism, PEM-level encryption is not supported when encrypting + * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for + * PKCS#1 and SEC1 encryption. + * @since v11.6.0 + */ + export(options: KeyExportOptions<'pem'>): string | Buffer; + export(options?: KeyExportOptions<'der'>): Buffer; + export(options?: JwkKeyExportOptions): JsonWebKey; + /** + * For secret keys, this property represents the size of the key in bytes. This + * property is `undefined` for asymmetric keys. + * @since v11.6.0 + */ + symmetricKeySize?: number | undefined; + /** + * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys + * or `'private'` for private (asymmetric) keys. + * @since v11.6.0 + */ + type: KeyObjectType; + } + type CipherCCMTypes = 'aes-128-ccm' | 'aes-192-ccm' | 'aes-256-ccm' | 'chacha20-poly1305'; + type CipherGCMTypes = 'aes-128-gcm' | 'aes-192-gcm' | 'aes-256-gcm'; + type CipherOCBTypes = 'aes-128-ocb' | 'aes-192-ocb' | 'aes-256-ocb'; + type BinaryLike = string | NodeJS.ArrayBufferView; + type CipherKey = BinaryLike | KeyObject; + interface CipherCCMOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherGCMOptions extends stream.TransformOptions { + authTagLength?: number | undefined; + } + interface CipherOCBOptions extends stream.TransformOptions { + authTagLength: number; + } + /** + * Creates and returns a `Cipher` object that uses the given `algorithm` and`password`. + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `password` is used to derive the cipher key and initialization vector (IV). + * The value must be either a `'latin1'` encoded string, a `Buffer`, a`TypedArray`, or a `DataView`. + * + * The implementation of `crypto.createCipher()` derives keys using the OpenSSL + * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one + * iteration, and no salt. The lack of salt allows dictionary attacks as the same + * password always creates the same key. The low iteration count and + * non-cryptographically secure hash algorithm allow passwords to be tested very + * rapidly. + * + * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that + * developers derive a key and IV on + * their own using {@link scrypt} and to use {@link createCipheriv} to create the `Cipher` object. Users should not use ciphers with counter mode + * (e.g. CTR, GCM, or CCM) in `crypto.createCipher()`. A warning is emitted when + * they are used in order to avoid the risk of IV reuse that causes + * vulnerabilities. For the case when IV is reused in GCM, see [Nonce-Disrespecting Adversaries](https://github.com/nonce-disrespect/nonce-disrespect) for details. + * @since v0.1.94 + * @deprecated Since v10.0.0 - Use {@link createCipheriv} instead. + * @param options `stream.transform` options + */ + function createCipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): CipherCCM; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): CipherGCM; + /** @deprecated since v10.0.0 use `createCipheriv()` */ + function createCipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Cipher; + /** + * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and + * initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a + * given IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createCipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): CipherCCM; + function createCipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): CipherOCB; + function createCipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): CipherGCM; + function createCipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Cipher; + /** + * Instances of the `Cipher` class are used to encrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain unencrypted + * data is written to produce encrypted data on the readable side, or + * * Using the `cipher.update()` and `cipher.final()` methods to produce + * the encrypted data. + * + * The {@link createCipher} or {@link createCipheriv} methods are + * used to create `Cipher` instances. `Cipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Cipher` objects as streams: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * // Once we have the key and iv, we can create and use the cipher... + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = ''; + * cipher.setEncoding('hex'); + * + * cipher.on('data', (chunk) => encrypted += chunk); + * cipher.on('end', () => console.log(encrypted)); + * + * cipher.write('some clear text data'); + * cipher.end(); + * }); + * }); + * ``` + * + * Example: Using `Cipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'fs'; + * + * import { + * pipeline + * } from 'stream'; + * + * const { + * scrypt, + * randomFill, + * createCipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.js'); + * const output = createWriteStream('test.enc'); + * + * pipeline(input, cipher, output, (err) => { + * if (err) throw err; + * }); + * }); + * }); + * ``` + * + * Example: Using the `cipher.update()` and `cipher.final()` methods: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); + * encrypted += cipher.final('hex'); + * console.log(encrypted); + * }); + * }); + * ``` + * @since v0.1.94 + */ + class Cipher extends stream.Transform { + private constructor(); + /** + * Updates the cipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or`DataView`. If `data` is a `Buffer`, + * `TypedArray`, or `DataView`, then`inputEncoding` is ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being + * thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the data. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: BinaryLike): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `cipher.final()` method has been called, the `Cipher` object can no + * longer be used to encrypt data. Attempts to call `cipher.final()` more than + * once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When using block encryption algorithms, the `Cipher` class will automatically + * add padding to the input data to the appropriate block size. To disable the + * default padding call `cipher.setAutoPadding(false)`. + * + * When `autoPadding` is `false`, the length of the entire input data must be a + * multiple of the cipher's block size or `cipher.final()` will throw an error. + * Disabling automatic padding is useful for non-standard padding, for instance + * using `0x0` instead of PKCS padding. + * + * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(autoPadding?: boolean): this; + } + interface CipherCCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + } + ): this; + getAuthTag(): Buffer; + } + interface CipherGCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + getAuthTag(): Buffer; + } + interface CipherOCB extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + getAuthTag(): Buffer; + } + /** + * Creates and returns a `Decipher` object that uses the given `algorithm` and`password` (key). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The implementation of `crypto.createDecipher()` derives keys using the OpenSSL + * function [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) with the digest algorithm set to MD5, one + * iteration, and no salt. The lack of salt allows dictionary attacks as the same + * password always creates the same key. The low iteration count and + * non-cryptographically secure hash algorithm allow passwords to be tested very + * rapidly. + * + * In line with OpenSSL's recommendation to use a more modern algorithm instead of [`EVP_BytesToKey`](https://www.openssl.org/docs/man1.1.0/crypto/EVP_BytesToKey.html) it is recommended that + * developers derive a key and IV on + * their own using {@link scrypt} and to use {@link createDecipheriv} to create the `Decipher` object. + * @since v0.1.94 + * @deprecated Since v10.0.0 - Use {@link createDecipheriv} instead. + * @param options `stream.transform` options + */ + function createDecipher(algorithm: CipherCCMTypes, password: BinaryLike, options: CipherCCMOptions): DecipherCCM; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: CipherGCMTypes, password: BinaryLike, options?: CipherGCMOptions): DecipherGCM; + /** @deprecated since v10.0.0 use `createDecipheriv()` */ + function createDecipher(algorithm: string, password: BinaryLike, options?: stream.TransformOptions): Decipher; + /** + * Creates and returns a `Decipher` object that uses the given `algorithm`, `key`and initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to restrict accepted authentication tags + * to those with the specified length. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a given + * IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createDecipheriv(algorithm: CipherCCMTypes, key: CipherKey, iv: BinaryLike, options: CipherCCMOptions): DecipherCCM; + function createDecipheriv(algorithm: CipherOCBTypes, key: CipherKey, iv: BinaryLike, options: CipherOCBOptions): DecipherOCB; + function createDecipheriv(algorithm: CipherGCMTypes, key: CipherKey, iv: BinaryLike, options?: CipherGCMOptions): DecipherGCM; + function createDecipheriv(algorithm: string, key: CipherKey, iv: BinaryLike | null, options?: stream.TransformOptions): Decipher; + /** + * Instances of the `Decipher` class are used to decrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain encrypted + * data is written to produce unencrypted data on the readable side, or + * * Using the `decipher.update()` and `decipher.final()` methods to + * produce the unencrypted data. + * + * The {@link createDecipher} or {@link createDecipheriv} methods are + * used to create `Decipher` instances. `Decipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Decipher` objects as streams: + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * scryptSync, + * createDecipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Key length is dependent on the algorithm. In this case for aes192, it is + * // 24 bytes (192 bits). + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * let decrypted = ''; + * decipher.on('readable', () => { + * while (null !== (chunk = decipher.read())) { + * decrypted += chunk.toString('utf8'); + * } + * }); + * decipher.on('end', () => { + * console.log(decrypted); + * // Prints: some clear text data + * }); + * + * // Encrypted with same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * decipher.write(encrypted, 'hex'); + * decipher.end(); + * ``` + * + * Example: Using `Decipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'fs'; + * import { Buffer } from 'buffer'; + * const { + * scryptSync, + * createDecipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.enc'); + * const output = createWriteStream('test.js'); + * + * input.pipe(decipher).pipe(output); + * ``` + * + * Example: Using the `decipher.update()` and `decipher.final()` methods: + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * scryptSync, + * createDecipheriv + * } = await import('crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * // Encrypted using same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); + * decrypted += decipher.final('utf8'); + * console.log(decrypted); + * // Prints: some clear text data + * ``` + * @since v0.1.94 + */ + class Decipher extends stream.Transform { + private constructor(); + /** + * Updates the decipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is + * ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error + * being thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: NodeJS.ArrayBufferView): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `decipher.final()` method has been called, the `Decipher` object can + * no longer be used to decrypt data. Attempts to call `decipher.final()` more + * than once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When data has been encrypted without standard block padding, calling`decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and + * removing padding. + * + * Turning auto padding off will only work if the input data's length is a + * multiple of the ciphers block size. + * + * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(auto_padding?: boolean): this; + } + interface DecipherCCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + } + ): this; + } + interface DecipherGCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + } + interface DecipherOCB extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + } + ): this; + } + interface PrivateKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: 'pkcs1' | 'pkcs8' | 'sec1' | undefined; + passphrase?: string | Buffer | undefined; + } + interface PublicKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: 'pkcs1' | 'spki' | undefined; + } + /** + * Asynchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKey + * } = await import('crypto'); + * + * generateKey('hmac', { length: 64 }, (err, key) => { + * if (err) throw err; + * console.log(key.export().toString('hex')); // 46e..........620 + * }); + * ``` + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKey( + type: 'hmac' | 'aes', + options: { + length: number; + }, + callback: (err: Error | null, key: KeyObject) => void + ): void; + /** + * Synchronously generates a new random secret key of the given `length`. The`type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKeySync + * } = await import('crypto'); + * + * const key = generateKeySync('hmac', { length: 64 }); + * console.log(key.export().toString('hex')); // e89..........41e + * ``` + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKeySync( + type: 'hmac' | 'aes', + options: { + length: number; + } + ): KeyObject; + interface JsonWebKeyInput { + key: JsonWebKey; + format: 'jwk'; + } + /** + * Creates and returns a new key object containing a private key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key`must be an object with the properties described above. + * + * If the private key is encrypted, a `passphrase` must be specified. The length + * of the passphrase is limited to 1024 bytes. + * @since v11.6.0 + */ + function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a public key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject`with type `'private'`, the public key is derived from the given private key; + * otherwise, `key` must be an object with the properties described above. + * + * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. + * + * Because public keys can be derived from private keys, a private key may be + * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the + * returned `KeyObject` will be `'public'` and that the private key cannot be + * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type`'private'` is given, a new `KeyObject` with type `'public'` will be returned + * and it will be impossible to extract the private key from the returned object. + * @since v11.6.0 + */ + function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a secret key for symmetric + * encryption or `Hmac`. + * @since v11.6.0 + * @param encoding The string encoding when `key` is a string. + */ + function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; + function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; + /** + * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. + * Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Sign` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createSign(algorithm: string, options?: stream.WritableOptions): Sign; + type DSAEncoding = 'der' | 'ieee-p1363'; + interface SigningOptions { + /** + * @See crypto.constants.RSA_PKCS1_PADDING + */ + padding?: number | undefined; + saltLength?: number | undefined; + dsaEncoding?: DSAEncoding | undefined; + } + interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} + interface SignKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} + interface VerifyKeyObjectInput extends SigningOptions { + key: KeyObject; + } + type KeyLike = string | Buffer | KeyObject; + /** + * The `Sign` class is a utility for generating signatures. It can be used in one + * of two ways: + * + * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or + * * Using the `sign.update()` and `sign.sign()` methods to produce the + * signature. + * + * The {@link createSign} method is used to create `Sign` instances. The + * argument is the string name of the hash function to use. `Sign` objects are not + * to be created directly using the `new` keyword. + * + * Example: Using `Sign` and `Verify` objects as streams: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify + * } = await import('crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('ec', { + * namedCurve: 'sect239k1' + * }); + * + * const sign = createSign('SHA256'); + * sign.write('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey, 'hex'); + * + * const verify = createVerify('SHA256'); + * verify.write('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature, 'hex')); + * // Prints: true + * ``` + * + * Example: Using the `sign.update()` and `verify.update()` methods: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify + * } = await import('crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('rsa', { + * modulusLength: 2048, + * }); + * + * const sign = createSign('SHA256'); + * sign.update('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey); + * + * const verify = createVerify('SHA256'); + * verify.update('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature)); + * // Prints: true + * ``` + * @since v0.1.92 + */ + class Sign extends stream.Writable { + private constructor(); + /** + * Updates the `Sign` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): this; + update(data: string, inputEncoding: Encoding): this; + /** + * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the following additional properties can be passed: + * + * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * The `Sign` object can not be again used after `sign.sign()` method has been + * called. Multiple calls to `sign.sign()` will result in an error being thrown. + * @since v0.1.92 + */ + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, outputFormat: BinaryToTextEncoding): string; + } + /** + * Creates and returns a `Verify` object that uses the given algorithm. + * Use {@link getHashes} to obtain an array of names of the available + * signing algorithms. Optional `options` argument controls the`stream.Writable` behavior. + * + * In some cases, a `Verify` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; + /** + * The `Verify` class is a utility for verifying signatures. It can be used in one + * of two ways: + * + * * As a writable `stream` where written data is used to validate against the + * supplied signature, or + * * Using the `verify.update()` and `verify.verify()` methods to verify + * the signature. + * + * The {@link createVerify} method is used to create `Verify` instances.`Verify` objects are not to be created directly using the `new` keyword. + * + * See `Sign` for examples. + * @since v0.1.92 + */ + class Verify extends stream.Writable { + private constructor(); + /** + * Updates the `Verify` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `inputEncoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Verify; + update(data: string, inputEncoding: Encoding): Verify; + /** + * Verifies the provided data using the given `object` and `signature`. + * + * If `object` is not a `KeyObject`, this function behaves as if`object` had been passed to {@link createPublicKey}. If it is an + * object, the following additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the data, in + * the `signatureEncoding`. + * If a `signatureEncoding` is specified, the `signature` is expected to be a + * string; otherwise `signature` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * The `verify` object can not be used again after `verify.verify()` has been + * called. Multiple calls to `verify.verify()` will result in an error being + * thrown. + * + * Because public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.1.92 + */ + verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; + verify(object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: string, signature_format?: BinaryToTextEncoding): boolean; + } + /** + * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an + * optional specific `generator`. + * + * The `generator` argument can be a number, string, or `Buffer`. If`generator` is not specified, the value `2` is used. + * + * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise + * a `Buffer`, `TypedArray`, or `DataView` is expected. + * + * If `generatorEncoding` is specified, `generator` is expected to be a string; + * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. + * @since v0.11.12 + * @param primeEncoding The `encoding` of the `prime` string. + * @param [generator=2] + * @param generatorEncoding The `encoding` of the `generator` string. + */ + function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; + function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; + function createDiffieHellman(prime: ArrayBuffer | NodeJS.ArrayBufferView, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; + function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator?: number | ArrayBuffer | NodeJS.ArrayBufferView): DiffieHellman; + function createDiffieHellman(prime: string, primeEncoding: BinaryToTextEncoding, generator: string, generatorEncoding: BinaryToTextEncoding): DiffieHellman; + /** + * The `DiffieHellman` class is a utility for creating Diffie-Hellman key + * exchanges. + * + * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. + * + * ```js + * import assert from 'assert'; + * + * const { + * createDiffieHellman + * } = await import('crypto'); + * + * // Generate Alice's keys... + * const alice = createDiffieHellman(2048); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * // OK + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * ``` + * @since v0.5.0 + */ + class DiffieHellman { + private constructor(); + /** + * Generates private and public Diffie-Hellman key values, and returns + * the public key in the specified `encoding`. This key should be + * transferred to the other party. + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using the specified `inputEncoding`, and secret is + * encoded using specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. + * @since v0.5.0 + * @param inputEncoding The `encoding` of an `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding: null, outputEncoding: BinaryToTextEncoding): string; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman prime in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrime(): Buffer; + getPrime(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman generator in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getGenerator(): Buffer; + getGenerator(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman public key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPublicKey(): Buffer; + getPublicKey(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman private key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * Sets the Diffie-Hellman public key. If the `encoding` argument is provided,`publicKey` is expected + * to be a string. If no `encoding` is provided, `publicKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `publicKey` string. + */ + setPublicKey(publicKey: NodeJS.ArrayBufferView): void; + setPublicKey(publicKey: string, encoding: BufferEncoding): void; + /** + * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected + * to be a string. If no `encoding` is provided, `privateKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BufferEncoding): void; + /** + * A bit field containing any warnings and/or errors resulting from a check + * performed during initialization of the `DiffieHellman` object. + * + * The following values are valid for this property (as defined in `constants`module): + * + * * `DH_CHECK_P_NOT_SAFE_PRIME` + * * `DH_CHECK_P_NOT_PRIME` + * * `DH_UNABLE_TO_CHECK_GENERATOR` + * * `DH_NOT_SUITABLE_GENERATOR` + * @since v0.11.12 + */ + verifyError: number; + } + /** + * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. + * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. + * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. + * + * ```js + * const { createDiffieHellmanGroup } = await import('node:crypto'); + * const dh = createDiffieHellmanGroup('modp1'); + * ``` + * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): + * ```bash + * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h + * modp1 # 768 bits + * modp2 # 1024 bits + * modp5 # 1536 bits + * modp14 # 2048 bits + * modp15 # etc. + * modp16 + * modp17 + * modp18 + * ``` + * @since v0.7.5 + */ + const DiffieHellmanGroup: DiffieHellmanGroupConstructor; + interface DiffieHellmanGroupConstructor { + new(name: string): DiffieHellmanGroup; + (name: string): DiffieHellmanGroup; + readonly prototype: DiffieHellmanGroup; + } + type DiffieHellmanGroup = Omit; + /** + * Creates a predefined `DiffieHellmanGroup` key exchange object. The + * supported groups are: `'modp1'`, `'modp2'`, `'modp5'` (defined in [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt), but see `Caveats`) and `'modp14'`, `'modp15'`,`'modp16'`, `'modp17'`, + * `'modp18'` (defined in [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt)). The + * returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing + * the keys (with `diffieHellman.setPublicKey()`, for example). The + * advantage of using this method is that the parties do not have to + * generate nor exchange a group modulus beforehand, saving both processor + * and communication time. + * + * Example (obtaining a shared secret): + * + * ```js + * const { + * getDiffieHellman + * } = await import('crypto'); + * const alice = getDiffieHellman('modp14'); + * const bob = getDiffieHellman('modp14'); + * + * alice.generateKeys(); + * bob.generateKeys(); + * + * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); + * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); + * + * // aliceSecret and bobSecret should be the same + * console.log(aliceSecret === bobSecret); + * ``` + * @since v0.7.5 + */ + function getDiffieHellman(groupName: string): DiffieHellmanGroup; + /** + * An alias for {@link getDiffieHellman} + * @since v0.9.3 + */ + function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; + /** + * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. + * + * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an error occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. By default, the successfully generated`derivedKey` will be passed to the callback as a `Buffer`. An error will be + * thrown if any of the input arguments specify invalid values or types. + * + * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, + * please specify a `digest` explicitly. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2 + * } = await import('crypto'); + * + * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * ``` + * + * The `crypto.DEFAULT_ENCODING` property can be used to change the way the`derivedKey` is passed to the callback. This property, however, has been + * deprecated and use should be avoided. + * + * ```js + * import crypto from 'crypto'; + * crypto.DEFAULT_ENCODING = 'hex'; + * crypto.pbkdf2('secret', 'salt', 100000, 512, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey); // '3745e48...aa39b34' + * }); + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * @since v0.5.5 + */ + function pbkdf2(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string, callback: (err: Error | null, derivedKey: Buffer) => void): void; + /** + * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the`password`, `salt` and `iterations`. + * + * If an error occurs an `Error` will be thrown, otherwise the derived key will be + * returned as a `Buffer`. + * + * If `digest` is `null`, `'sha1'` will be used. This behavior is deprecated, + * please specify a `digest` explicitly. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2Sync + * } = await import('crypto'); + * + * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); + * console.log(key.toString('hex')); // '3745e48...08d59ae' + * ``` + * + * The `crypto.DEFAULT_ENCODING` property may be used to change the way the`derivedKey` is returned. This property, however, is deprecated and use + * should be avoided. + * + * ```js + * import crypto from 'crypto'; + * crypto.DEFAULT_ENCODING = 'hex'; + * const key = crypto.pbkdf2Sync('secret', 'salt', 100000, 512, 'sha512'); + * console.log(key); // '3745e48...aa39b34' + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * @since v0.9.3 + */ + function pbkdf2Sync(password: BinaryLike, salt: BinaryLike, iterations: number, keylen: number, digest: string): Buffer; + /** + * Generates cryptographically strong pseudorandom data. The `size` argument + * is a number indicating the number of bytes to generate. + * + * If a `callback` function is provided, the bytes are generated asynchronously + * and the `callback` function is invoked with two arguments: `err` and `buf`. + * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The`buf` argument is a `Buffer` containing the generated bytes. + * + * ```js + * // Asynchronous + * const { + * randomBytes + * } = await import('crypto'); + * + * randomBytes(256, (err, buf) => { + * if (err) throw err; + * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); + * }); + * ``` + * + * If the `callback` function is not provided, the random bytes are generated + * synchronously and returned as a `Buffer`. An error will be thrown if + * there is a problem generating the bytes. + * + * ```js + * // Synchronous + * const { + * randomBytes + * } = await import('crypto'); + * + * const buf = randomBytes(256); + * console.log( + * `${buf.length} bytes of random data: ${buf.toString('hex')}`); + * ``` + * + * The `crypto.randomBytes()` method will not complete until there is + * sufficient entropy available. + * This should normally never take longer than a few milliseconds. The only time + * when generating the random bytes may conceivably block for a longer period of + * time is right after boot, when the whole system is still low on entropy. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomBytes()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomBytes` requests when doing so as part of fulfilling a client + * request. + * @since v0.5.8 + * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. + * @return if the `callback` function is not provided. + */ + function randomBytes(size: number): Buffer; + function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + function pseudoRandomBytes(size: number): Buffer; + function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + /** + * Return a random integer `n` such that `min <= n < max`. This + * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). + * + * The range (`max - min`) must be less than 2^48. `min` and `max` must + * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). + * + * If the `callback` function is not provided, the random integer is + * generated synchronously. + * + * ```js + * // Asynchronous + * const { + * randomInt + * } = await import('crypto'); + * + * randomInt(3, (err, n) => { + * if (err) throw err; + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * }); + * ``` + * + * ```js + * // Synchronous + * const { + * randomInt + * } = await import('crypto'); + * + * const n = randomInt(3); + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * ``` + * + * ```js + * // With `min` argument + * const { + * randomInt + * } = await import('crypto'); + * + * const n = randomInt(1, 7); + * console.log(`The dice rolled: ${n}`); + * ``` + * @since v14.10.0, v12.19.0 + * @param [min=0] Start of random range (inclusive). + * @param max End of random range (exclusive). + * @param callback `function(err, n) {}`. + */ + function randomInt(max: number): number; + function randomInt(min: number, max: number): number; + function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; + function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; + /** + * Synchronous version of {@link randomFill}. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFillSync } = await import('crypto'); + * + * const buf = Buffer.alloc(10); + * console.log(randomFillSync(buf).toString('hex')); + * + * randomFillSync(buf, 5); + * console.log(buf.toString('hex')); + * + * // The above is equivalent to the following: + * randomFillSync(buf, 5, 5); + * console.log(buf.toString('hex')); + * ``` + * + * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFillSync } = await import('crypto'); + * + * const a = new Uint32Array(10); + * console.log(Buffer.from(randomFillSync(a).buffer, + * a.byteOffset, a.byteLength).toString('hex')); + * + * const b = new DataView(new ArrayBuffer(10)); + * console.log(Buffer.from(randomFillSync(b).buffer, + * b.byteOffset, b.byteLength).toString('hex')); + * + * const c = new ArrayBuffer(10); + * console.log(Buffer.from(randomFillSync(c)).toString('hex')); + * ``` + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @return The object passed as `buffer` argument. + */ + function randomFillSync(buffer: T, offset?: number, size?: number): T; + /** + * This function is similar to {@link randomBytes} but requires the first + * argument to be a `Buffer` that will be filled. It also + * requires that a callback is passed in. + * + * If the `callback` function is not provided, an error will be thrown. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFill } = await import('crypto'); + * + * const buf = Buffer.alloc(10); + * randomFill(buf, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * randomFill(buf, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * // The above is equivalent to the following: + * randomFill(buf, 5, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * ``` + * + * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as`buffer`. + * + * While this includes instances of `Float32Array` and `Float64Array`, this + * function should not be used to generate random floating-point numbers. The + * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array + * contains finite numbers only, they are not drawn from a uniform random + * distribution and have no meaningful lower or upper bounds. + * + * ```js + * import { Buffer } from 'buffer'; + * const { randomFill } = await import('crypto'); + * + * const a = new Uint32Array(10); + * randomFill(a, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const b = new DataView(new ArrayBuffer(10)); + * randomFill(b, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const c = new ArrayBuffer(10); + * randomFill(c, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf).toString('hex')); + * }); + * ``` + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomFill()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomFill` requests when doing so as part of fulfilling a client + * request. + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @param callback `function(err, buf) {}`. + */ + function randomFill(buffer: T, callback: (err: Error | null, buf: T) => void): void; + function randomFill(buffer: T, offset: number, callback: (err: Error | null, buf: T) => void): void; + function randomFill(buffer: T, offset: number, size: number, callback: (err: Error | null, buf: T) => void): void; + interface ScryptOptions { + cost?: number | undefined; + blockSize?: number | undefined; + parallelization?: number | undefined; + N?: number | undefined; + r?: number | undefined; + p?: number | undefined; + maxmem?: number | undefined; + } + /** + * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * The `callback` function is called with two arguments: `err` and `derivedKey`.`err` is an exception object when key derivation fails, otherwise `err` is`null`. `derivedKey` is passed to the + * callback as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scrypt + * } = await import('crypto'); + * + * // Using the factory defaults. + * scrypt('password', 'salt', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * // Using a custom N parameter. Must be a power of two. + * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' + * }); + * ``` + * @since v10.5.0 + */ + function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: Buffer) => void): void; + function scrypt(password: BinaryLike, salt: BinaryLike, keylen: number, options: ScryptOptions, callback: (err: Error | null, derivedKey: Buffer) => void): void; + /** + * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * An exception is thrown when key derivation fails, otherwise the derived key is + * returned as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scryptSync + * } = await import('crypto'); + * // Using the factory defaults. + * + * const key1 = scryptSync('password', 'salt', 64); + * console.log(key1.toString('hex')); // '3745e48...08d59ae' + * // Using a custom N parameter. Must be a power of two. + * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); + * console.log(key2.toString('hex')); // '3745e48...aa39b34' + * ``` + * @since v10.5.0 + */ + function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; + interface RsaPublicKey { + key: KeyLike; + padding?: number | undefined; + } + interface RsaPrivateKey { + key: KeyLike; + passphrase?: string | undefined; + /** + * @default 'sha1' + */ + oaepHash?: string | undefined; + oaepLabel?: NodeJS.TypedArray | undefined; + padding?: number | undefined; + } + /** + * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using + * the corresponding private key, for example using {@link privateDecrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.11.14 + */ + function publicEncrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * Decrypts `buffer` with `key`.`buffer` was previously encrypted using + * the corresponding private key, for example using {@link privateEncrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if`key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v1.1.0 + */ + function publicDecrypt(key: RsaPublicKey | RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using + * the corresponding public key, for example using {@link publicEncrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_OAEP_PADDING`. + * @since v0.11.14 + */ + function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using + * the corresponding public key, for example using {@link publicDecrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if`privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses`RSA_PKCS1_PADDING`. + * @since v1.1.0 + */ + function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView): Buffer; + /** + * ```js + * const { + * getCiphers + * } = await import('crypto'); + * + * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] + * ``` + * @since v0.9.3 + * @return An array with the names of the supported cipher algorithms. + */ + function getCiphers(): string[]; + /** + * ```js + * const { + * getCurves + * } = await import('crypto'); + * + * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] + * ``` + * @since v2.3.0 + * @return An array with the names of the supported elliptic curves. + */ + function getCurves(): string[]; + /** + * @since v10.0.0 + * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. + */ + function getFips(): 1 | 0; + /** + * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. Throws an error if FIPS mode is not available. + * @since v10.0.0 + * @param bool `true` to enable FIPS mode. + */ + function setFips(bool: boolean): void; + /** + * ```js + * const { + * getHashes + * } = await import('crypto'); + * + * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] + * ``` + * @since v0.9.3 + * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. + */ + function getHashes(): string[]; + /** + * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) + * key exchanges. + * + * Instances of the `ECDH` class can be created using the {@link createECDH} function. + * + * ```js + * import assert from 'assert'; + * + * const { + * createECDH + * } = await import('crypto'); + * + * // Generate Alice's keys... + * const alice = createECDH('secp521r1'); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createECDH('secp521r1'); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * // OK + * ``` + * @since v0.11.14 + */ + class ECDH { + private constructor(); + /** + * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the + * format specified by `format`. The `format` argument specifies point encoding + * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is + * interpreted using the specified `inputEncoding`, and the returned key is encoded + * using the specified `outputEncoding`. + * + * Use {@link getCurves} to obtain a list of available curve names. + * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display + * the name and description of each available elliptic curve. + * + * If `format` is not specified the point will be returned in `'uncompressed'`format. + * + * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * Example (uncompressing a key): + * + * ```js + * const { + * createECDH, + * ECDH + * } = await import('crypto'); + * + * const ecdh = createECDH('secp256k1'); + * ecdh.generateKeys(); + * + * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); + * + * const uncompressedKey = ECDH.convertKey(compressedKey, + * 'secp256k1', + * 'hex', + * 'hex', + * 'uncompressed'); + * + * // The converted key and the uncompressed public key should be the same + * console.log(uncompressedKey === ecdh.getPublicKey('hex')); + * ``` + * @since v10.0.0 + * @param inputEncoding The `encoding` of the `key` string. + * @param outputEncoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + static convertKey( + key: BinaryLike, + curve: string, + inputEncoding?: BinaryToTextEncoding, + outputEncoding?: 'latin1' | 'hex' | 'base64' | 'base64url', + format?: 'uncompressed' | 'compressed' | 'hybrid' + ): Buffer | string; + /** + * Generates private and public EC Diffie-Hellman key values, and returns + * the public key in the specified `format` and `encoding`. This key should be + * transferred to the other party. + * + * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. + * + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using specified `inputEncoding`, and the returned secret + * is encoded using the specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or`DataView`. + * + * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. + * + * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey`lies outside of the elliptic curve. Since `otherPublicKey` is + * usually supplied from a remote user over an insecure network, + * be sure to handle this exception accordingly. + * @since v0.11.14 + * @param inputEncoding The `encoding` of the `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding: BinaryToTextEncoding): string; + /** + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @return The EC Diffie-Hellman in the specified `encoding`. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * The `format` argument specifies point encoding and can be `'compressed'` or`'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. + * + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param [encoding] The `encoding` of the return value. + * @param [format='uncompressed'] + * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. + */ + getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer; + getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Sets the EC Diffie-Hellman private key. + * If `encoding` is provided, `privateKey` is expected + * to be a string; otherwise `privateKey` is expected to be a `Buffer`,`TypedArray`, or `DataView`. + * + * If `privateKey` is not valid for the curve specified when the `ECDH` object was + * created, an error is thrown. Upon setting the private key, the associated + * public point (key) is also generated and set in the `ECDH` object. + * @since v0.11.14 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; + } + /** + * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a + * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent + * OpenSSL releases, `openssl ecparam -list_curves` will also display the name + * and description of each available elliptic curve. + * @since v0.11.14 + */ + function createECDH(curveName: string): ECDH; + /** + * This function is based on a constant-time algorithm. + * Returns true if `a` is equal to `b`, without leaking timing information that + * would allow an attacker to guess one of the values. This is suitable for + * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). + * + * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they + * must have the same byte length. An error is thrown if `a` and `b` have + * different byte lengths. + * + * If at least one of `a` and `b` is a `TypedArray` with more than one byte per + * entry, such as `Uint16Array`, the result will be computed using the platform + * byte order. + * + * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code + * is timing-safe. Care should be taken to ensure that the surrounding code does + * not introduce timing vulnerabilities. + * @since v6.6.0 + */ + function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; + /** @deprecated since v10.0.0 */ + const DEFAULT_ENCODING: BufferEncoding; + type KeyType = 'rsa' | 'rsa-pss' | 'dsa' | 'ec' | 'ed25519' | 'ed448' | 'x25519' | 'x448'; + type KeyFormat = 'pem' | 'der' | 'jwk'; + interface BasePrivateKeyEncodingOptions { + format: T; + cipher?: string | undefined; + passphrase?: string | undefined; + } + interface KeyPairKeyObjectResult { + publicKey: KeyObject; + privateKey: KeyObject; + } + interface ED25519KeyPairKeyObjectOptions {} + interface ED448KeyPairKeyObjectOptions {} + interface X25519KeyPairKeyObjectOptions {} + interface X448KeyPairKeyObjectOptions {} + interface ECKeyPairKeyObjectOptions { + /** + * Name of the curve to use + */ + namedCurve: string; + } + interface RSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + } + interface RSAPSSKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + } + interface DSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + } + interface RSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + publicKeyEncoding: { + type: 'pkcs1' | 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs1' | 'pkcs8'; + }; + } + interface RSAPSSKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface DSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface ECKeyPairOptions { + /** + * Name of the curve to use. + */ + namedCurve: string; + publicKeyEncoding: { + type: 'pkcs1' | 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'sec1' | 'pkcs8'; + }; + } + interface ED25519KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface ED448KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface X25519KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface X448KeyPairOptions { + publicKeyEncoding: { + type: 'spki'; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: 'pkcs8'; + }; + } + interface KeyPairSyncResult { + publicKey: T1; + privateKey: T2; + } + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * When encoding public keys, it is recommended to use `'spki'`. When encoding + * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, + * and to keep the passphrase confidential. + * + * ```js + * const { + * generateKeyPairSync + * } = await import('crypto'); + * + * const { + * publicKey, + * privateKey, + * } = generateKeyPairSync('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem' + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret' + * } + * }); + * ``` + * + * The return value `{ publicKey, privateKey }` represents the generated key pair. + * When PEM encoding was selected, the respective key will be a string, otherwise + * it will be a buffer containing the data encoded as DER. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa', options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'dsa', options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ec', options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options: X448KeyPairOptions<'der', 'der'>): KeyPairSyncResult; + function generateKeyPairSync(type: 'x448', options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * It is recommended to encode public keys as `'spki'` and private keys as`'pkcs8'` with encryption for long-term storage: + * + * ```js + * const { + * generateKeyPair + * } = await import('crypto'); + * + * generateKeyPair('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem' + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret' + * } + * }, (err, publicKey, privateKey) => { + * // Handle errors and use the generated key pair. + * }); + * ``` + * + * On completion, `callback` will be called with `err` set to `undefined` and`publicKey` / `privateKey` representing the generated key pair. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa', options: RSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'dsa', options: DSAKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ec', options: ECKeyPairKeyObjectOptions, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed25519', options: ED25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'ed448', options: ED448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x25519', options: X25519KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'pem'>, callback: (err: Error | null, publicKey: string, privateKey: string) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'pem', 'der'>, callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'pem'>, callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairOptions<'der', 'der'>, callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void): void; + function generateKeyPair(type: 'x448', options: X448KeyPairKeyObjectOptions | undefined, callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void): void; + namespace generateKeyPair { + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'rsa', + options: RSAKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'rsa', options: RSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'rsa-pss', + options: RSAPSSKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'rsa-pss', options: RSAPSSKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'dsa', + options: DSAKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'dsa', options: DSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'ec', + options: ECKeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'ec', options: ECKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'ed25519', + options: ED25519KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'ed25519', options?: ED25519KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'ed448', + options: ED448KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'ed448', options?: ED448KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'x25519', + options: X25519KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'x25519', options?: X25519KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'pem', 'pem'> + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'pem', 'der'> + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'der', 'pem'> + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: 'x448', + options: X448KeyPairOptions<'der', 'der'> + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: 'x448', options?: X448KeyPairKeyObjectOptions): Promise; + } + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPrivateKey}. If it is an object, the following + * additional properties can be passed: + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function sign(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput): Buffer; + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput, + callback: (error: Error | null, data: Buffer) => void + ): void; + /** + * Verifies the given signature for `data` using the given key and algorithm. If`algorithm` is `null` or `undefined`, then the algorithm is dependent upon the + * key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPublicKey}. If it is an object, the following + * additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the `data`. + * + * Because public keys can be derived from private keys, a private key or a public + * key may be passed for `key`. + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function verify(algorithm: string | null | undefined, data: NodeJS.ArrayBufferView, key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, signature: NodeJS.ArrayBufferView): boolean; + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput, + signature: NodeJS.ArrayBufferView, + callback: (error: Error | null, result: boolean) => void + ): void; + /** + * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. + * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'`(for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). + * @since v13.9.0, v12.17.0 + */ + function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer; + type CipherMode = 'cbc' | 'ccm' | 'cfb' | 'ctr' | 'ecb' | 'gcm' | 'ocb' | 'ofb' | 'stream' | 'wrap' | 'xts'; + interface CipherInfoOptions { + /** + * A test key length. + */ + keyLength?: number | undefined; + /** + * A test IV length. + */ + ivLength?: number | undefined; + } + interface CipherInfo { + /** + * The name of the cipher. + */ + name: string; + /** + * The nid of the cipher. + */ + nid: number; + /** + * The block size of the cipher in bytes. + * This property is omitted when mode is 'stream'. + */ + blockSize?: number | undefined; + /** + * The expected or default initialization vector length in bytes. + * This property is omitted if the cipher does not use an initialization vector. + */ + ivLength?: number | undefined; + /** + * The expected or default key length in bytes. + */ + keyLength: number; + /** + * The cipher mode. + */ + mode: CipherMode; + } + /** + * Returns information about a given cipher. + * + * Some ciphers accept variable length keys and initialization vectors. By default, + * the `crypto.getCipherInfo()` method will return the default values for these + * ciphers. To test if a given key length or iv length is acceptable for given + * cipher, use the `keyLength` and `ivLength` options. If the given values are + * unacceptable, `undefined` will be returned. + * @since v15.0.0 + * @param nameOrNid The name or nid of the cipher to query. + */ + function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; + /** + * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`,`salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The supplied `callback` function is called with two arguments: `err` and`derivedKey`. If an errors occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. The successfully generated `derivedKey` will + * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any + * of the input arguments specify invalid values or types. + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * hkdf + * } = await import('crypto'); + * + * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * }); + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. It must be at least one byte in length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdf(digest: string, irm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number, callback: (err: Error | null, derivedKey: ArrayBuffer) => void): void; + /** + * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The + * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of`keylen` bytes. + * + * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). + * + * An error will be thrown if any of the input arguments specify invalid values or + * types, or if the derived key cannot be generated. + * + * ```js + * import { Buffer } from 'buffer'; + * const { + * hkdfSync + * } = await import('crypto'); + * + * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. It must be at least one byte in length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdfSync(digest: string, ikm: BinaryLike | KeyObject, salt: BinaryLike, info: BinaryLike, keylen: number): ArrayBuffer; + interface SecureHeapUsage { + /** + * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. + */ + total: number; + /** + * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. + */ + min: number; + /** + * The total number of bytes currently allocated from the secure heap. + */ + used: number; + /** + * The calculated ratio of `used` to `total` allocated bytes. + */ + utilization: number; + } + /** + * @since v15.6.0 + */ + function secureHeapUsed(): SecureHeapUsage; + interface RandomUUIDOptions { + /** + * By default, to improve performance, + * Node.js will pre-emptively generate and persistently cache enough + * random data to generate up to 128 random UUIDs. To generate a UUID + * without using the cache, set `disableEntropyCache` to `true`. + * + * @default `false` + */ + disableEntropyCache?: boolean | undefined; + } + /** + * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a + * cryptographic pseudorandom number generator. + * @since v15.6.0, v14.17.0 + */ + function randomUUID(options?: RandomUUIDOptions): string; + interface X509CheckOptions { + /** + * @default 'always' + */ + subject?: 'always' | 'default' | 'never'; + /** + * @default true + */ + wildcards?: boolean; + /** + * @default true + */ + partialWildcards?: boolean; + /** + * @default false + */ + multiLabelWildcards?: boolean; + /** + * @default false + */ + singleLabelSubdomains?: boolean; + } + /** + * Encapsulates an X509 certificate and provides read-only access to + * its information. + * + * ```js + * const { X509Certificate } = await import('crypto'); + * + * const x509 = new X509Certificate('{... pem encoded cert ...}'); + * + * console.log(x509.subject); + * ``` + * @since v15.6.0 + */ + class X509Certificate { + /** + * Will be \`true\` if this is a Certificate Authority (CA) certificate. + * @since v15.6.0 + */ + readonly ca: boolean; + /** + * The SHA-1 fingerprint of this certificate. + * + * Because SHA-1 is cryptographically broken and because the security of SHA-1 is + * significantly worse than that of algorithms that are commonly used to sign + * certificates, consider using `x509.fingerprint256` instead. + * @since v15.6.0 + */ + readonly fingerprint: string; + /** + * The SHA-256 fingerprint of this certificate. + * @since v15.6.0 + */ + readonly fingerprint256: string; + /** + * The SHA-512 fingerprint of this certificate. + * @since v16.14.0 + */ + readonly fingerprint512: string; + /** + * The complete subject of this certificate. + * @since v15.6.0 + */ + readonly subject: string; + /** + * The subject alternative name specified for this certificate or `undefined` + * if not available. + * @since v15.6.0 + */ + readonly subjectAltName: string | undefined; + /** + * The information access content of this certificate or `undefined` if not + * available. + * @since v15.6.0 + */ + readonly infoAccess: string | undefined; + /** + * An array detailing the key usages for this certificate. + * @since v15.6.0 + */ + readonly keyUsage: string[]; + /** + * The issuer identification included in this certificate. + * @since v15.6.0 + */ + readonly issuer: string; + /** + * The issuer certificate or `undefined` if the issuer certificate is not + * available. + * @since v15.9.0 + */ + readonly issuerCertificate?: X509Certificate | undefined; + /** + * The public key `KeyObject` for this certificate. + * @since v15.6.0 + */ + readonly publicKey: KeyObject; + /** + * A `Buffer` containing the DER encoding of this certificate. + * @since v15.6.0 + */ + readonly raw: Buffer; + /** + * The serial number of this certificate. + * + * Serial numbers are assigned by certificate authorities and do not uniquely + * identify certificates. Consider using `x509.fingerprint256` as a unique + * identifier instead. + * @since v15.6.0 + */ + readonly serialNumber: string; + /** + * The date/time from which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validFrom: string; + /** + * The date/time until which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validTo: string; + constructor(buffer: BinaryLike); + /** + * Checks whether the certificate matches the given email address. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any email addresses. + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching email + * address, the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns `email` if the certificate matches, `undefined` if it does not. + */ + checkEmail(email: string, options?: Pick): string | undefined; + /** + * Checks whether the certificate matches the given host name. + * + * If the certificate matches the given host name, the matching subject name is + * returned. The returned name might be an exact match (e.g., `foo.example.com`) + * or it might contain wildcards (e.g., `*.example.com`). Because host name + * comparisons are case-insensitive, the returned subject name might also differ + * from the given `name` in capitalization. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching DNS name, + * the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. + */ + checkHost(name: string, options?: X509CheckOptions): string | undefined; + /** + * Checks whether the certificate matches the given IP address (IPv4 or IPv6). + * + * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they + * must match the given `ip` address exactly. Other subject alternative names as + * well as the subject field of the certificate are ignored. + * @since v15.6.0 + * @return Returns `ip` if the certificate matches, `undefined` if it does not. + */ + checkIP(ip: string): string | undefined; + /** + * Checks whether this certificate was issued by the given `otherCert`. + * @since v15.6.0 + */ + checkIssued(otherCert: X509Certificate): boolean; + /** + * Checks whether the public key for this certificate is consistent with + * the given private key. + * @since v15.6.0 + * @param privateKey A private key. + */ + checkPrivateKey(privateKey: KeyObject): boolean; + /** + * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded + * certificate. + * @since v15.6.0 + */ + toJSON(): string; + /** + * Returns information about this certificate using the legacy `certificate object` encoding. + * @since v15.6.0 + */ + toLegacyObject(): PeerCertificate; + /** + * Returns the PEM-encoded certificate. + * @since v15.6.0 + */ + toString(): string; + /** + * Verifies that this certificate was signed by the given public key. + * Does not perform any other validation checks on the certificate. + * @since v15.6.0 + * @param publicKey A public key. + */ + verify(publicKey: KeyObject): boolean; + } + type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; + interface GeneratePrimeOptions { + add?: LargeNumberLike | undefined; + rem?: LargeNumberLike | undefined; + /** + * @default false + */ + safe?: boolean | undefined; + bigint?: boolean | undefined; + } + interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { + bigint: true; + } + interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { + bigint?: false | undefined; + } + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime(size: number, options: GeneratePrimeOptionsBigInt, callback: (err: Error | null, prime: bigint) => void): void; + function generatePrime(size: number, options: GeneratePrimeOptionsArrayBuffer, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime(size: number, options: GeneratePrimeOptions, callback: (err: Error | null, prime: ArrayBuffer | bigint) => void): void; + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is,`(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or`DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrimeSync(size: number): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; + interface CheckPrimeOptions { + /** + * The number of Miller-Rabin probabilistic primality iterations to perform. + * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. + * Care must be used when selecting a number of checks. + * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. + * + * @default 0 + */ + checks?: number | undefined; + } + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + */ + function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; + function checkPrime(value: LargeNumberLike, options: CheckPrimeOptions, callback: (err: Error | null, result: boolean) => void): void; + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. + */ + function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; + /** + * Load and set the `engine` for some or all OpenSSL functions (selected by flags). + * + * `engine` could be either an id or a path to the engine's shared library. + * + * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. + * The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): + * + * - `crypto.constants.ENGINE_METHOD_RSA` + * - `crypto.constants.ENGINE_METHOD_DSA` + * - `crypto.constants.ENGINE_METHOD_DH` + * - `crypto.constants.ENGINE_METHOD_RAND` + * - `crypto.constants.ENGINE_METHOD_EC` + * - `crypto.constants.ENGINE_METHOD_CIPHERS` + * - `crypto.constants.ENGINE_METHOD_DIGESTS` + * - `crypto.constants.ENGINE_METHOD_PKEY_METHS` + * - `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` + * - `crypto.constants.ENGINE_METHOD_ALL` + * - `crypto.constants.ENGINE_METHOD_NONE` + * + * The flags below are deprecated in OpenSSL-1.1.0. + * + * - `crypto.constants.ENGINE_METHOD_ECDH` + * - `crypto.constants.ENGINE_METHOD_ECDSA` + * - `crypto.constants.ENGINE_METHOD_STORE` + * @since v0.11.11 + * @param [flags=crypto.constants.ENGINE_METHOD_ALL] + */ + function setEngine(engine: string, flags?: number): void; + /** + * A convenient alias for `crypto.webcrypto.getRandomValues()`. + * This implementation is not compliant with the Web Crypto spec, + * to write web-compatible code use `crypto.webcrypto.getRandomValues()` instead. + * @since v17.4.0 + * @returns Returns `typedArray`. + */ + function getRandomValues(typedArray: T): T; + /** + * A convenient alias for `crypto.webcrypto.subtle`. + * @since v17.4.0 + */ + const subtle: webcrypto.SubtleCrypto; + /** + * An implementation of the Web Crypto API standard. + * + * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. + * @since v15.0.0 + */ + const webcrypto: webcrypto.Crypto; + namespace webcrypto { + type BufferSource = ArrayBufferView | ArrayBuffer; + type KeyFormat = 'jwk' | 'pkcs8' | 'raw' | 'spki'; + type KeyType = 'private' | 'public' | 'secret'; + type KeyUsage = 'decrypt' | 'deriveBits' | 'deriveKey' | 'encrypt' | 'sign' | 'unwrapKey' | 'verify' | 'wrapKey'; + type AlgorithmIdentifier = Algorithm | string; + type HashAlgorithmIdentifier = AlgorithmIdentifier; + type NamedCurve = string; + type BigInteger = Uint8Array; + interface AesCbcParams extends Algorithm { + iv: BufferSource; + } + interface AesCtrParams extends Algorithm { + counter: BufferSource; + length: number; + } + interface AesDerivedKeyParams extends Algorithm { + length: number; + } + interface AesGcmParams extends Algorithm { + additionalData?: BufferSource; + iv: BufferSource; + tagLength?: number; + } + interface AesKeyAlgorithm extends KeyAlgorithm { + length: number; + } + interface AesKeyGenParams extends Algorithm { + length: number; + } + interface Algorithm { + name: string; + } + interface EcKeyAlgorithm extends KeyAlgorithm { + namedCurve: NamedCurve; + } + interface EcKeyGenParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcKeyImportParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcdhKeyDeriveParams extends Algorithm { + public: CryptoKey; + } + interface EcdsaParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface Ed448Params extends Algorithm { + context?: BufferSource; + } + interface HkdfParams extends Algorithm { + hash: HashAlgorithmIdentifier; + info: BufferSource; + salt: BufferSource; + } + interface HmacImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface HmacKeyAlgorithm extends KeyAlgorithm { + hash: KeyAlgorithm; + length: number; + } + interface HmacKeyGenParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface JsonWebKey { + alg?: string; + crv?: string; + d?: string; + dp?: string; + dq?: string; + e?: string; + ext?: boolean; + k?: string; + key_ops?: string[]; + kty?: string; + n?: string; + oth?: RsaOtherPrimesInfo[]; + p?: string; + q?: string; + qi?: string; + use?: string; + x?: string; + y?: string; + } + interface KeyAlgorithm { + name: string; + } + interface Pbkdf2Params extends Algorithm { + hash: HashAlgorithmIdentifier; + iterations: number; + salt: BufferSource; + } + interface RsaHashedImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { + hash: KeyAlgorithm; + } + interface RsaHashedKeyGenParams extends RsaKeyGenParams { + hash: HashAlgorithmIdentifier; + } + interface RsaKeyAlgorithm extends KeyAlgorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaKeyGenParams extends Algorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaOaepParams extends Algorithm { + label?: BufferSource; + } + interface RsaOtherPrimesInfo { + d?: string; + r?: string; + t?: string; + } + interface RsaPssParams extends Algorithm { + saltLength: number; + } + /** + * Calling `require('node:crypto').webcrypto` returns an instance of the `Crypto` class. + * `Crypto` is a singleton that provides access to the remainder of the crypto API. + * @since v15.0.0 + */ + interface Crypto { + /** + * Provides access to the `SubtleCrypto` API. + * @since v15.0.0 + */ + readonly subtle: SubtleCrypto; + /** + * Generates cryptographically strong random values. + * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. + * + * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. + * + * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. + * @since v15.0.0 + */ + getRandomValues>(typedArray: T): T; + /** + * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. + * The UUID is generated using a cryptographic pseudorandom number generator. + * @since v16.7.0 + */ + randomUUID(): string; + CryptoKey: CryptoKeyConstructor; + } + // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. + interface CryptoKeyConstructor { + /** Illegal constructor */ + (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. + readonly length: 0; + readonly name: 'CryptoKey'; + readonly prototype: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface CryptoKey { + /** + * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. + * @since v15.0.0 + */ + readonly algorithm: KeyAlgorithm; + /** + * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. + * @since v15.0.0 + */ + readonly extractable: boolean; + /** + * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. + * @since v15.0.0 + */ + readonly type: KeyType; + /** + * An array of strings identifying the operations for which the key may be used. + * + * The possible usages are: + * - `'encrypt'` - The key may be used to encrypt data. + * - `'decrypt'` - The key may be used to decrypt data. + * - `'sign'` - The key may be used to generate digital signatures. + * - `'verify'` - The key may be used to verify digital signatures. + * - `'deriveKey'` - The key may be used to derive a new key. + * - `'deriveBits'` - The key may be used to derive bits. + * - `'wrapKey'` - The key may be used to wrap another key. + * - `'unwrapKey'` - The key may be used to unwrap another key. + * + * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). + * @since v15.0.0 + */ + readonly usages: KeyUsage[]; + } + /** + * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. + * @since v15.0.0 + */ + interface CryptoKeyPair { + /** + * A {@link CryptoKey} whose type will be `'private'`. + * @since v15.0.0 + */ + privateKey: CryptoKey; + /** + * A {@link CryptoKey} whose type will be `'public'`. + * @since v15.0.0 + */ + publicKey: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface SubtleCrypto { + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, + * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, + * the returned promise will be resolved with an `` containing the plaintext result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + decrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise; + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, + * `subtle.deriveBits()` attempts to generate `length` bits. + * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. + * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed + * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. + * If successful, the returned promise will be resolved with an `` containing the generated data. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @since v15.0.0 + */ + deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise; + deriveBits(algorithm: AlgorithmIdentifier | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, length: number): Promise; + /** + * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, + * `subtle.deriveKey()` attempts to generate a new ` based on the method and parameters in `derivedKeyAlgorithm`. + * + * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, + * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + deriveKey( + algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + derivedKeyAlgorithm: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, + extractable: boolean, + keyUsages: ReadonlyArray + ): Promise; + /** + * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. + * If successful, the returned promise is resolved with an `` containing the computed digest. + * + * If `algorithm` is provided as a ``, it must be one of: + * + * - `'SHA-1'` + * - `'SHA-256'` + * - `'SHA-384'` + * - `'SHA-512'` + * + * If `algorithm` is provided as an ``, it must have a `name` property whose value is one of the above. + * @since v15.0.0 + */ + digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise; + /** + * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, + * `subtle.encrypt()` attempts to encipher `data`. If successful, + * the returned promise is resolved with an `` containing the encrypted result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + encrypt(algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, key: CryptoKey, data: BufferSource): Promise; + /** + * Exports the given key into the specified format, if supported. + * + * If the `` is not extractable, the returned promise will reject. + * + * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, + * the returned promise will be resolved with an `` containing the exported key data. + * + * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a + * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @returns `` containing ``. + * @since v15.0.0 + */ + exportKey(format: 'jwk', key: CryptoKey): Promise; + exportKey(format: Exclude, key: CryptoKey): Promise; + /** + * Using the method and parameters provided in `algorithm`, + * `subtle.generateKey()` attempts to generate new keying material. + * Depending the method used, the method may generate either a single `` or a ``. + * + * The `` (public and private key) generating algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * The `` (secret key) generating algorithms supported include: + * + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray): Promise; + generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray): Promise; + generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: KeyUsage[]): Promise; + /** + * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` + * to create a `` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. + * If the import is successful, the returned promise will be resolved with the created ``. + * + * If importing a `'PBKDF2'` key, `extractable` must be `false`. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + importKey( + format: 'jwk', + keyData: JsonWebKey, + algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, + extractable: boolean, + keyUsages: ReadonlyArray + ): Promise; + importKey( + format: Exclude, + keyData: BufferSource, + algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[] + ): Promise; + /** + * Using the method and parameters given by `algorithm` and the keying material provided by `key`, + * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, + * the returned promise is resolved with an `` containing the generated signature. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + sign(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, data: BufferSource): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `` instance. + * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) + * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. + * If successful, the returned promise is resolved with a `` object. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * + * The unwrapped key algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + unwrapKey( + format: KeyFormat, + wrappedKey: BufferSource, + unwrappingKey: CryptoKey, + unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[] + ): Promise; + /** + * Using the method and parameters given in `algorithm` and the keying material provided by `key`, + * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. + * The returned promise is resolved with either `true` or `false`. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + verify(algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, key: CryptoKey, signature: BufferSource, data: BufferSource): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, + * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. + * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, + * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. + * If successful, the returned promise will be resolved with an `` containing the encrypted key data. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @since v15.0.0 + */ + wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise; + } + } +} +declare module 'node:crypto' { + export * from 'crypto'; +} diff --git a/node_modules/@types/node/ts4.8/dgram.d.ts b/node_modules/@types/node/ts4.8/dgram.d.ts new file mode 100644 index 000000000..247328d28 --- /dev/null +++ b/node_modules/@types/node/ts4.8/dgram.d.ts @@ -0,0 +1,545 @@ +/** + * The `dgram` module provides an implementation of UDP datagram sockets. + * + * ```js + * import dgram from 'dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.log(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dgram.js) + */ +declare module 'dgram' { + import { AddressInfo } from 'node:net'; + import * as dns from 'node:dns'; + import { EventEmitter, Abortable } from 'node:events'; + interface RemoteInfo { + address: string; + family: 'IPv4' | 'IPv6'; + port: number; + size: number; + } + interface BindOptions { + port?: number | undefined; + address?: string | undefined; + exclusive?: boolean | undefined; + fd?: number | undefined; + } + type SocketType = 'udp4' | 'udp6'; + interface SocketOptions extends Abortable { + type: SocketType; + reuseAddr?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + recvBufferSize?: number | undefined; + sendBufferSize?: number | undefined; + lookup?: ((hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void) | undefined; + } + /** + * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram + * messages. When `address` and `port` are not passed to `socket.bind()` the + * method will bind the socket to the "all interfaces" address on a random port + * (it does the right thing for both `udp4` and `udp6` sockets). The bound address + * and port can be retrieved using `socket.address().address` and `socket.address().port`. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.close()` on the socket: + * + * ```js + * const controller = new AbortController(); + * const { signal } = controller; + * const server = dgram.createSocket({ type: 'udp4', signal }); + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * // Later, when you want to close the server. + * controller.abort(); + * ``` + * @since v0.11.13 + * @param options Available options are: + * @param callback Attached as a listener for `'message'` events. Optional. + */ + function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + /** + * Encapsulates the datagram functionality. + * + * New instances of `dgram.Socket` are created using {@link createSocket}. + * The `new` keyword is not to be used to create `dgram.Socket` instances. + * @since v0.1.99 + */ + class Socket extends EventEmitter { + /** + * Tells the kernel to join a multicast group at the given `multicastAddress` and`multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the`multicastInterface` argument is not + * specified, the operating system will choose + * one interface and will add membership to it. To add membership to every + * available interface, call `addMembership` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * + * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: + * + * ```js + * import cluster from 'cluster'; + * import dgram from 'dgram'; + * + * if (cluster.isPrimary) { + * cluster.fork(); // Works ok. + * cluster.fork(); // Fails with EADDRINUSE. + * } else { + * const s = dgram.createSocket('udp4'); + * s.bind(1234, () => { + * s.addMembership('224.0.0.114'); + * }); + * } + * ``` + * @since v0.6.9 + */ + addMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * Returns an object containing the address information for a socket. + * For UDP sockets, this object will contain `address`, `family` and `port`properties. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.99 + */ + address(): AddressInfo; + /** + * For UDP sockets, causes the `dgram.Socket` to listen for datagram + * messages on a named `port` and optional `address`. If `port` is not + * specified or is `0`, the operating system will attempt to bind to a + * random port. If `address` is not specified, the operating system will + * attempt to listen on all addresses. Once binding is complete, a`'listening'` event is emitted and the optional `callback` function is + * called. + * + * Specifying both a `'listening'` event listener and passing a`callback` to the `socket.bind()` method is not harmful but not very + * useful. + * + * A bound datagram socket keeps the Node.js process running to receive + * datagram messages. + * + * If binding fails, an `'error'` event is generated. In rare case (e.g. + * attempting to bind with a closed socket), an `Error` may be thrown. + * + * Example of a UDP server listening on port 41234: + * + * ```js + * import dgram from 'dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.log(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @since v0.1.99 + * @param callback with no parameters. Called when binding is complete. + */ + bind(port?: number, address?: string, callback?: () => void): this; + bind(port?: number, callback?: () => void): this; + bind(callback?: () => void): this; + bind(options: BindOptions, callback?: () => void): this; + /** + * Close the underlying socket and stop listening for data on it. If a callback is + * provided, it is added as a listener for the `'close'` event. + * @since v0.1.99 + * @param callback Called when the socket has been closed. + */ + close(callback?: () => void): this; + /** + * Associates the `dgram.Socket` to a remote address and port. Every + * message sent by this handle is automatically sent to that destination. Also, + * the socket will only receive messages from that remote peer. + * Trying to call `connect()` on an already connected socket will result + * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not + * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) + * will be used by default. Once the connection is complete, a `'connect'` event + * is emitted and the optional `callback` function is called. In case of failure, + * the `callback` is called or, failing this, an `'error'` event is emitted. + * @since v12.0.0 + * @param callback Called when the connection is completed or on error. + */ + connect(port: number, address?: string, callback?: () => void): void; + connect(port: number, callback: () => void): void; + /** + * A synchronous function that disassociates a connected `dgram.Socket` from + * its remote address. Trying to call `disconnect()` on an unbound or already + * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. + * @since v12.0.0 + */ + disconnect(): void; + /** + * Instructs the kernel to leave a multicast group at `multicastAddress` using the`IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the + * kernel when the socket is closed or the process terminates, so most apps will + * never have reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v0.6.9 + */ + dropMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_RCVBUF` socket receive buffer size in bytes. + */ + getRecvBufferSize(): number; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_SNDBUF` socket send buffer size in bytes. + */ + getSendBufferSize(): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active. The `socket.ref()` method adds the socket back to the reference + * counting and restores the default behavior. + * + * Calling `socket.ref()` multiples times will have no additional effect. + * + * The `socket.ref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + ref(): this; + /** + * Returns an object containing the `address`, `family`, and `port` of the remote + * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception + * if the socket is not connected. + * @since v12.0.0 + */ + remoteAddress(): AddressInfo; + /** + * Broadcasts a datagram on the socket. + * For connectionless sockets, the destination `port` and `address` must be + * specified. Connected sockets, on the other hand, will use their associated + * remote endpoint, so the `port` and `address` arguments must not be set. + * + * The `msg` argument contains the message to be sent. + * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, + * any `TypedArray` or a `DataView`, + * the `offset` and `length` specify the offset within the `Buffer` where the + * message begins and the number of bytes in the message, respectively. + * If `msg` is a `String`, then it is automatically converted to a `Buffer`with `'utf8'` encoding. With messages that + * contain multi-byte characters, `offset` and `length` will be calculated with + * respect to `byte length` and not the character position. + * If `msg` is an array, `offset` and `length` must not be specified. + * + * The `address` argument is a string. If the value of `address` is a host name, + * DNS will be used to resolve the address of the host. If `address` is not + * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'`(for `udp6` sockets) will be used by default. + * + * If the socket has not been previously bound with a call to `bind`, the socket + * is assigned a random port number and is bound to the "all interfaces" address + * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) + * + * An optional `callback` function may be specified to as a way of reporting + * DNS errors or for determining when it is safe to reuse the `buf` object. + * DNS lookups delay the time to send for at least one tick of the + * Node.js event loop. + * + * The only way to know for sure that the datagram has been sent is by using a`callback`. If an error occurs and a `callback` is given, the error will be + * passed as the first argument to the `callback`. If a `callback` is not given, + * the error is emitted as an `'error'` event on the `socket` object. + * + * Offset and length are optional but both _must_ be set if either are used. + * They are supported only when the first argument is a `Buffer`, a `TypedArray`, + * or a `DataView`. + * + * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. + * + * Example of sending a UDP packet to a port on `localhost`; + * + * ```js + * import dgram from 'dgram'; + * import { Buffer } from 'buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.send(message, 41234, 'localhost', (err) => { + * client.close(); + * }); + * ``` + * + * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; + * + * ```js + * import dgram from 'dgram'; + * import { Buffer } from 'buffer'; + * + * const buf1 = Buffer.from('Some '); + * const buf2 = Buffer.from('bytes'); + * const client = dgram.createSocket('udp4'); + * client.send([buf1, buf2], 41234, (err) => { + * client.close(); + * }); + * ``` + * + * Sending multiple buffers might be faster or slower depending on the + * application and operating system. Run benchmarks to + * determine the optimal strategy on a case-by-case basis. Generally speaking, + * however, sending multiple buffers is faster. + * + * Example of sending a UDP packet using a socket connected to a port on`localhost`: + * + * ```js + * import dgram from 'dgram'; + * import { Buffer } from 'buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.connect(41234, 'localhost', (err) => { + * client.send(message, (err) => { + * client.close(); + * }); + * }); + * ``` + * @since v0.1.99 + * @param msg Message to be sent. + * @param offset Offset in the buffer where the message starts. + * @param length Number of bytes in the message. + * @param port Destination port. + * @param address Destination host name or IP address. + * @param callback Called when the message has been sent. + */ + send(msg: string | Uint8Array | ReadonlyArray, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array | ReadonlyArray, port?: number, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array | ReadonlyArray, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, port?: number, callback?: (error: Error | null, bytes: number) => void): void; + send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void; + /** + * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP + * packets may be sent to a local interface's broadcast address. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.6.9 + */ + setBroadcast(flag: boolean): void; + /** + * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC + * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ + * _with a scope index is written as `'IP%scope'` where scope is an interface name_ + * _or interface number._ + * + * Sets the default outgoing multicast interface of the socket to a chosen + * interface or back to system interface selection. The `multicastInterface` must + * be a valid string representation of an IP from the socket's family. + * + * For IPv4 sockets, this should be the IP configured for the desired physical + * interface. All packets sent to multicast on the socket will be sent on the + * interface determined by the most recent successful use of this call. + * + * For IPv6 sockets, `multicastInterface` should include a scope to indicate the + * interface as in the examples that follow. In IPv6, individual `send` calls can + * also use explicit scope in addresses, so only packets sent to a multicast + * address without specifying an explicit scope are affected by the most recent + * successful use of this call. + * + * This method throws `EBADF` if called on an unbound socket. + * + * #### Example: IPv6 outgoing multicast interface + * + * On most systems, where scope format uses the interface name: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%eth1'); + * }); + * ``` + * + * On Windows, where scope format uses an interface number: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%2'); + * }); + * ``` + * + * #### Example: IPv4 outgoing multicast interface + * + * All systems use an IP of the host on the desired physical interface: + * + * ```js + * const socket = dgram.createSocket('udp4'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('10.0.0.2'); + * }); + * ``` + * @since v8.6.0 + */ + setMulticastInterface(multicastInterface: string): void; + /** + * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, + * multicast packets will also be received on the local interface. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastLoopback(flag: boolean): boolean; + /** + * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for + * "Time to Live", in this context it specifies the number of IP hops that a + * packet is allowed to travel through, specifically for multicast traffic. Each + * router or gateway that forwards a packet decrements the TTL. If the TTL is + * decremented to 0 by a router, it will not be forwarded. + * + * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastTTL(ttl: number): number; + /** + * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setRecvBufferSize(size: number): void; + /** + * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setSendBufferSize(size: number): void; + /** + * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", + * in this context it specifies the number of IP hops that a packet is allowed to + * travel through. Each router or gateway that forwards a packet decrements the + * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. + * Changing TTL values is typically done for network probes or when multicasting. + * + * The `ttl` argument may be between 1 and 255\. The default on most systems + * is 64. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.101 + */ + setTTL(ttl: number): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active, allowing the process to exit even if the socket is still + * listening. + * + * Calling `socket.unref()` multiple times will have no addition effect. + * + * The `socket.unref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + unref(): this; + /** + * Tells the kernel to join a source-specific multicast channel at the given`sourceAddress` and `groupAddress`, using the `multicastInterface` with the`IP_ADD_SOURCE_MEMBERSHIP` socket + * option. If the `multicastInterface` argument + * is not specified, the operating system will choose one interface and will add + * membership to it. To add membership to every available interface, call`socket.addSourceSpecificMembership()` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * @since v13.1.0, v12.16.0 + */ + addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * Instructs the kernel to leave a source-specific multicast channel at the given`sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`socket option. This method is + * automatically called by the kernel when the + * socket is closed or the process terminates, so most apps will never have + * reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v13.1.0, v12.16.0 + */ + dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. error + * 4. listening + * 5. message + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connect', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'connect'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit(event: 'message', msg: Buffer, rinfo: RemoteInfo): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connect', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connect', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connect', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connect', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'message', listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + } +} +declare module 'node:dgram' { + export * from 'dgram'; +} diff --git a/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts b/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts new file mode 100644 index 000000000..3dcaa035a --- /dev/null +++ b/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts @@ -0,0 +1,153 @@ +/** + * The `diagnostics_channel` module provides an API to create named channels + * to report arbitrary message data for diagnostics purposes. + * + * It can be accessed using: + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * ``` + * + * It is intended that a module writer wanting to report diagnostics messages + * will create one or many top-level channels to report messages through. + * Channels may also be acquired at runtime but it is not encouraged + * due to the additional overhead of doing so. Channels may be exported for + * convenience, but as long as the name is known it can be acquired anywhere. + * + * If you intend for your module to produce diagnostics data for others to + * consume it is recommended that you include documentation of what named + * channels are used along with the shape of the message data. Channel names + * should generally include the module name to avoid collisions with data from + * other modules. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/diagnostics_channel.js) + */ +declare module 'diagnostics_channel' { + /** + * Check if there are active subscribers to the named channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * if (diagnostics_channel.hasSubscribers('my-channel')) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return If there are active subscribers + */ + function hasSubscribers(name: string | symbol): boolean; + /** + * This is the primary entry-point for anyone wanting to interact with a named + * channel. It produces a channel object which is optimized to reduce overhead at + * publish time as much as possible. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return The named channel object + */ + function channel(name: string | symbol): Channel; + type ChannelListener = (message: unknown, name: string | symbol) => void; + /** + * The class `Channel` represents an individual named channel within the data + * pipeline. It is use to track subscribers and to publish messages when there + * are subscribers present. It exists as a separate object to avoid channel + * lookups at publish time, enabling very fast publish speeds and allowing + * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly + * with `new Channel(name)` is not supported. + * @since v15.1.0, v14.17.0 + */ + class Channel { + readonly name: string | symbol; + /** + * Check if there are active subscribers to this channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * if (channel.hasSubscribers) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + */ + readonly hasSubscribers: boolean; + private constructor(name: string | symbol); + /** + * Publish a message to any subscribers to the channel. This will + * trigger message handlers synchronously so they will execute within + * the same context. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.publish({ + * some: 'message' + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param message The message to send to the channel subscribers + */ + publish(message: unknown): void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.subscribe((message, name) => { + * // Received data + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param onMessage The handler to receive channel messages + */ + subscribe(onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. + * + * ```js + * import diagnostics_channel from 'diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * function onMessage(message, name) { + * // Received data + * } + * + * channel.subscribe(onMessage); + * + * channel.unsubscribe(onMessage); + * ``` + * @since v15.1.0, v14.17.0 + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + unsubscribe(onMessage: ChannelListener): void; + } +} +declare module 'node:diagnostics_channel' { + export * from 'diagnostics_channel'; +} diff --git a/node_modules/@types/node/ts4.8/dns.d.ts b/node_modules/@types/node/ts4.8/dns.d.ts new file mode 100644 index 000000000..305367b81 --- /dev/null +++ b/node_modules/@types/node/ts4.8/dns.d.ts @@ -0,0 +1,659 @@ +/** + * The `dns` module enables name resolution. For example, use it to look up IP + * addresses of host names. + * + * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the + * DNS protocol for lookups. {@link lookup} uses the operating system + * facilities to perform name resolution. It may not need to perform any network + * communication. To perform name resolution the way other applications on the same + * system do, use {@link lookup}. + * + * ```js + * const dns = require('dns'); + * + * dns.lookup('example.org', (err, address, family) => { + * console.log('address: %j family: IPv%s', address, family); + * }); + * // address: "93.184.216.34" family: IPv4 + * ``` + * + * All other functions in the `dns` module connect to an actual DNS server to + * perform name resolution. They will always use the network to perform DNS + * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform + * DNS queries, bypassing other name-resolution facilities. + * + * ```js + * const dns = require('dns'); + * + * dns.resolve4('archive.org', (err, addresses) => { + * if (err) throw err; + * + * console.log(`addresses: ${JSON.stringify(addresses)}`); + * + * addresses.forEach((a) => { + * dns.reverse(a, (err, hostnames) => { + * if (err) { + * throw err; + * } + * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); + * }); + * }); + * }); + * ``` + * + * See the `Implementation considerations section` for more information. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/dns.js) + */ +declare module 'dns' { + import * as dnsPromises from 'node:dns/promises'; + // Supported getaddrinfo flags. + export const ADDRCONFIG: number; + export const V4MAPPED: number; + /** + * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as + * well as IPv4 mapped IPv6 addresses. + */ + export const ALL: number; + export interface LookupOptions { + family?: number | undefined; + hints?: number | undefined; + all?: boolean | undefined; + /** + * @default true + */ + verbatim?: boolean | undefined; + } + export interface LookupOneOptions extends LookupOptions { + all?: false | undefined; + } + export interface LookupAllOptions extends LookupOptions { + all: true; + } + export interface LookupAddress { + address: string; + family: number; + } + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the arguments for `callback` change to`(err, addresses)`, with `addresses` being an array of objects with the + * properties `address` and `family`. + * + * On error, `err` is an `Error` object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. + * The implementation uses an operating system facility that can associate names + * with addresses, and vice versa. This implementation can have subtle but + * important consequences on the behavior of any Node.js program. Please take some + * time to consult the `Implementation considerations section` before using`dns.lookup()`. + * + * Example usage: + * + * ```js + * const dns = require('dns'); + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * dns.lookup('example.com', options, (err, address, family) => + * console.log('address: %j family: IPv%s', address, family)); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dns.lookup('example.com', options, (err, addresses) => + * console.log('addresses: %j', addresses)); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * ``` + * + * If this method is invoked as its `util.promisify()` ed version, and `all`is not set to `true`, it returns a `Promise` for an `Object` with `address` and`family` properties. + * @since v0.1.90 + */ + export function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + export function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + export function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void; + export function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void; + export function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void; + export namespace lookup { + function __promisify__(hostname: string, options: LookupAllOptions): Promise; + function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; + function __promisify__(hostname: string, options: LookupOptions): Promise; + } + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. + * + * On an error, `err` is an `Error` object, where `err.code` is the error code. + * + * ```js + * const dns = require('dns'); + * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { + * console.log(hostname, service); + * // Prints: localhost ssh + * }); + * ``` + * + * If this method is invoked as its `util.promisify()` ed version, it returns a`Promise` for an `Object` with `hostname` and `service` properties. + * @since v0.11.14 + */ + export function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void; + export namespace lookupService { + function __promisify__( + address: string, + port: number + ): Promise<{ + hostname: string; + service: string; + }>; + } + export interface ResolveOptions { + ttl: boolean; + } + export interface ResolveWithTtlOptions extends ResolveOptions { + ttl: true; + } + export interface RecordWithTtl { + address: string; + ttl: number; + } + /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ + export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; + export interface AnyARecord extends RecordWithTtl { + type: 'A'; + } + export interface AnyAaaaRecord extends RecordWithTtl { + type: 'AAAA'; + } + export interface CaaRecord { + critial: number; + issue?: string | undefined; + issuewild?: string | undefined; + iodef?: string | undefined; + contactemail?: string | undefined; + contactphone?: string | undefined; + } + export interface MxRecord { + priority: number; + exchange: string; + } + export interface AnyMxRecord extends MxRecord { + type: 'MX'; + } + export interface NaptrRecord { + flags: string; + service: string; + regexp: string; + replacement: string; + order: number; + preference: number; + } + export interface AnyNaptrRecord extends NaptrRecord { + type: 'NAPTR'; + } + export interface SoaRecord { + nsname: string; + hostmaster: string; + serial: number; + refresh: number; + retry: number; + expire: number; + minttl: number; + } + export interface AnySoaRecord extends SoaRecord { + type: 'SOA'; + } + export interface SrvRecord { + priority: number; + weight: number; + port: number; + name: string; + } + export interface AnySrvRecord extends SrvRecord { + type: 'SRV'; + } + export interface AnyTxtRecord { + type: 'TXT'; + entries: string[]; + } + export interface AnyNsRecord { + type: 'NS'; + value: string; + } + export interface AnyPtrRecord { + type: 'PTR'; + value: string; + } + export interface AnyCnameRecord { + type: 'CNAME'; + value: string; + } + export type AnyRecord = AnyARecord | AnyAaaaRecord | AnyCnameRecord | AnyMxRecord | AnyNaptrRecord | AnyNsRecord | AnyPtrRecord | AnySoaRecord | AnySrvRecord | AnyTxtRecord; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. The `callback` function has arguments`(err, records)`. When successful, `records` will be an array of resource + * records. The type and structure of individual results varies based on `rrtype`: + * + * + * + * On error, `err` is an `Error` object, where `err.code` is one of the `DNS error codes`. + * @since v0.1.27 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + export function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'A', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'AAAA', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'ANY', callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'CNAME', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'MX', callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'NAPTR', callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'NS', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'PTR', callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve(hostname: string, rrtype: 'SOA', callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void; + export function resolve(hostname: string, rrtype: 'SRV', callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; + export function resolve(hostname: string, rrtype: 'TXT', callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; + export function resolve( + hostname: string, + rrtype: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void + ): void; + export namespace resolve { + function __promisify__(hostname: string, rrtype?: 'A' | 'AAAA' | 'CNAME' | 'NS' | 'PTR'): Promise; + function __promisify__(hostname: string, rrtype: 'ANY'): Promise; + function __promisify__(hostname: string, rrtype: 'MX'): Promise; + function __promisify__(hostname: string, rrtype: 'NAPTR'): Promise; + function __promisify__(hostname: string, rrtype: 'SOA'): Promise; + function __promisify__(hostname: string, rrtype: 'SRV'): Promise; + function __promisify__(hostname: string, rrtype: 'TXT'): Promise; + function __promisify__(hostname: string, rrtype: string): Promise; + } + /** + * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the`hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; + export function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; + export namespace resolve4 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve a IPv6 addresses (`AAAA` records) for the`hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv6 addresses. + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void; + export function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void; + export namespace resolve6 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The`addresses` argument passed to the `callback` function + * will contain an array of canonical name records available for the `hostname`(e.g. `['bar.example.com']`). + * @since v0.3.2 + */ + export function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export namespace resolveCname { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The`addresses` argument passed to the `callback` function + * will contain an array of certification authority authorization records + * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + export function resolveCaa(hostname: string, callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void): void; + export namespace resolveCaa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of objects containing both a `priority` and `exchange`property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v0.1.27 + */ + export function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void; + export namespace resolveMx { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. The `addresses` argument passed to the `callback`function will contain an array of + * objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v0.9.12 + */ + export function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void; + export namespace resolveNaptr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of name server records available for `hostname`(e.g. `['ns1.example.com', 'ns2.example.com']`). + * @since v0.1.90 + */ + export function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export namespace resolveNs { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * be an array of strings containing the reply records. + * @since v6.0.0 + */ + export function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void; + export namespace resolvePtr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. The `address` argument passed to the `callback` function will + * be an object with the following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v0.11.10 + */ + export function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void; + export namespace resolveSoa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. The `addresses` argument passed to the `callback` function will + * be an array of objects with the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v0.1.27 + */ + export function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void; + export namespace resolveSrv { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. The `records` argument passed to the `callback` function is a + * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v0.1.27 + */ + export function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void; + export namespace resolveTxt { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * The `ret` argument passed to the `callback` function will be an array containing + * various types of records. Each object has a property `type` that indicates the + * type of the current record. And depending on the `type`, additional properties + * will be present on the object: + * + * + * + * Here is an example of the `ret` object passed to the callback: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * + * DNS server operators may choose not to respond to `ANY`queries. It may be better to call individual methods like {@link resolve4},{@link resolveMx}, and so on. For more details, see [RFC + * 8482](https://tools.ietf.org/html/rfc8482). + */ + export function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void; + export namespace resolveAny { + function __promisify__(hostname: string): Promise; + } + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, `err` is an `Error` object, where `err.code` is + * one of the `DNS error codes`. + * @since v0.1.16 + */ + export function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dns.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dns.setServers()` method must not be called while a DNS query is in + * progress. + * + * The {@link setServers} method affects only {@link resolve},`dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v0.11.3 + * @param servers array of `RFC 5952` formatted addresses + */ + export function setServers(servers: ReadonlyArray): void; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v0.11.3 + */ + export function getServers(): string[]; + /** + * Set the default value of `verbatim` in {@link lookup} and `dnsPromises.lookup()`. The value could be: + * + * * `ipv4first`: sets default `verbatim` `false`. + * * `verbatim`: sets default `verbatim` `true`. + * + * The default is `ipv4first` and {@link setDefaultResultOrder} have higher + * priority than `--dns-result-order`. When using `worker threads`,{@link setDefaultResultOrder} from the main thread won't affect the default + * dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'` or `'verbatim'`. + */ + export function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; + // Error codes + export const NODATA: string; + export const FORMERR: string; + export const SERVFAIL: string; + export const NOTFOUND: string; + export const NOTIMP: string; + export const REFUSED: string; + export const BADQUERY: string; + export const BADNAME: string; + export const BADFAMILY: string; + export const BADRESP: string; + export const CONNREFUSED: string; + export const TIMEOUT: string; + export const EOF: string; + export const FILE: string; + export const NOMEM: string; + export const DESTRUCTION: string; + export const BADSTR: string; + export const BADFLAGS: string; + export const NONAME: string; + export const BADHINTS: string; + export const NOTINITIALIZED: string; + export const LOADIPHLPAPI: string; + export const ADDRGETNETWORKPARAMS: string; + export const CANCELLED: string; + export interface ResolverOptions { + timeout?: number | undefined; + /** + * @default 4 + */ + tries?: number; + } + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using `resolver.setServers()` does not affect + * other resolvers: + * + * ```js + * const { Resolver } = require('dns'); + * const resolver = new Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org', (err, addresses) => { + * // ... + * }); + * ``` + * + * The following methods from the `dns` module are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v8.3.0 + */ + export class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default, and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } + export { dnsPromises as promises }; +} +declare module 'node:dns' { + export * from 'dns'; +} diff --git a/node_modules/@types/node/ts4.8/dns/promises.d.ts b/node_modules/@types/node/ts4.8/dns/promises.d.ts new file mode 100644 index 000000000..77cd807bd --- /dev/null +++ b/node_modules/@types/node/ts4.8/dns/promises.d.ts @@ -0,0 +1,370 @@ +/** + * The `dns.promises` API provides an alternative set of asynchronous DNS methods + * that return `Promise` objects rather than using callbacks. The API is accessible + * via `require('dns').promises` or `require('dns/promises')`. + * @since v10.6.0 + */ +declare module 'dns/promises' { + import { + LookupAddress, + LookupOneOptions, + LookupAllOptions, + LookupOptions, + AnyRecord, + CaaRecord, + MxRecord, + NaptrRecord, + SoaRecord, + SrvRecord, + ResolveWithTtlOptions, + RecordWithTtl, + ResolveOptions, + ResolverOptions, + } from 'node:dns'; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v10.6.0 + */ + function getServers(): string[]; + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the `Promise` is resolved with `addresses`being an array of objects with the properties `address` and `family`. + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dnsPromises.lookup()` does not necessarily have anything to do with the DNS + * protocol. The implementation uses an operating system facility that can + * associate names with addresses, and vice versa. This implementation can have + * subtle but important consequences on the behavior of any Node.js program. Please + * take some time to consult the `Implementation considerations section` before + * using `dnsPromises.lookup()`. + * + * Example usage: + * + * ```js + * const dns = require('dns'); + * const dnsPromises = dns.promises; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('address: %j family: IPv%s', result.address, result.family); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * }); + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('addresses: %j', result); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * }); + * ``` + * @since v10.6.0 + */ + function lookup(hostname: string, family: number): Promise; + function lookup(hostname: string, options: LookupOneOptions): Promise; + function lookup(hostname: string, options: LookupAllOptions): Promise; + function lookup(hostname: string, options: LookupOptions): Promise; + function lookup(hostname: string): Promise; + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError`will be thrown. + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is the error code. + * + * ```js + * const dnsPromises = require('dns').promises; + * dnsPromises.lookupService('127.0.0.1', 22).then((result) => { + * console.log(result.hostname, result.service); + * // Prints: localhost ssh + * }); + * ``` + * @since v10.6.0 + */ + function lookupService( + address: string, + port: number + ): Promise<{ + hostname: string; + service: string; + }>; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. When successful, the `Promise` is resolved with an + * array of resource records. The type and structure of individual results vary + * based on `rrtype`: + * + * + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. + * @since v10.6.0 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + function resolve(hostname: string): Promise; + function resolve(hostname: string, rrtype: 'A'): Promise; + function resolve(hostname: string, rrtype: 'AAAA'): Promise; + function resolve(hostname: string, rrtype: 'ANY'): Promise; + function resolve(hostname: string, rrtype: 'CAA'): Promise; + function resolve(hostname: string, rrtype: 'CNAME'): Promise; + function resolve(hostname: string, rrtype: 'MX'): Promise; + function resolve(hostname: string, rrtype: 'NAPTR'): Promise; + function resolve(hostname: string, rrtype: 'NS'): Promise; + function resolve(hostname: string, rrtype: 'PTR'): Promise; + function resolve(hostname: string, rrtype: 'SOA'): Promise; + function resolve(hostname: string, rrtype: 'SRV'): Promise; + function resolve(hostname: string, rrtype: 'TXT'): Promise; + function resolve(hostname: string, rrtype: string): Promise; + /** + * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv4 + * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve4(hostname: string): Promise; + function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve4(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the`hostname`. On success, the `Promise` is resolved with an array of IPv6 + * addresses. + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve6(hostname: string): Promise; + function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve6(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * On success, the `Promise` is resolved with an array containing various types of + * records. Each object has a property `type` that indicates the type of the + * current record. And depending on the `type`, additional properties will be + * present on the object: + * + * + * + * Here is an example of the result object: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * @since v10.6.0 + */ + function resolveAny(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, + * the `Promise` is resolved with an array of objects containing available + * certification authority authorization records available for the `hostname`(e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + function resolveCaa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, + * the `Promise` is resolved with an array of canonical name records available for + * the `hostname` (e.g. `['bar.example.com']`). + * @since v10.6.0 + */ + function resolveCname(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects + * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v10.6.0 + */ + function resolveMx(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve regular expression based records (`NAPTR`records) for the `hostname`. On success, the `Promise` is resolved with an array + * of objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v10.6.0 + */ + function resolveNaptr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the`hostname`. On success, the `Promise` is resolved with an array of name server + * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). + * @since v10.6.0 + */ + function resolveNs(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the`hostname`. On success, the `Promise` is resolved with an array of strings + * containing the reply records. + * @since v10.6.0 + */ + function resolvePtr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. On success, the `Promise` is resolved with an object with the + * following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v10.6.0 + */ + function resolveSoa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the`hostname`. On success, the `Promise` is resolved with an array of objects with + * the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v10.6.0 + */ + function resolveSrv(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the`hostname`. On success, the `Promise` is resolved with a two-dimensional array + * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v10.6.0 + */ + function resolveTxt(hostname: string): Promise; + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`. + * @since v10.6.0 + */ + function reverse(ip: string): Promise; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dnsPromises.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dnsPromises.setServers()` method must not be called while a DNS query is in + * progress. + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a`NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v10.6.0 + * @param servers array of `RFC 5952` formatted addresses + */ + function setServers(servers: ReadonlyArray): void; + /** + * Set the default value of `verbatim` in `dns.lookup()` and `dnsPromises.lookup()`. The value could be: + * + * * `ipv4first`: sets default `verbatim` `false`. + * * `verbatim`: sets default `verbatim` `true`. + * + * The default is `ipv4first` and `dnsPromises.setDefaultResultOrder()` have + * higher priority than `--dns-result-order`. When using `worker threads`,`dnsPromises.setDefaultResultOrder()` from the main thread won't affect the + * default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'` or `'verbatim'`. + */ + function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void; + class Resolver { + constructor(options?: ResolverOptions); + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } +} +declare module 'node:dns/promises' { + export * from 'dns/promises'; +} diff --git a/node_modules/@types/node/ts4.8/dom-events.d.ts b/node_modules/@types/node/ts4.8/dom-events.d.ts new file mode 100644 index 000000000..b9c1c3aa4 --- /dev/null +++ b/node_modules/@types/node/ts4.8/dom-events.d.ts @@ -0,0 +1,126 @@ +export {}; // Don't export anything! + +//// DOM-like Events +// NB: The Event / EventTarget / EventListener implementations below were copied +// from lib.dom.d.ts, then edited to reflect Node's documentation at +// https://nodejs.org/api/events.html#class-eventtarget. +// Please read that link to understand important implementation differences. + +// This conditional type will be the existing global Event in a browser, or +// the copy below in a Node environment. +type __Event = typeof globalThis extends { onmessage: any, Event: any } +? {} +: { + /** This is not used in Node.js and is provided purely for completeness. */ + readonly bubbles: boolean; + /** Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness. */ + cancelBubble: () => void; + /** True if the event was created with the cancelable option */ + readonly cancelable: boolean; + /** This is not used in Node.js and is provided purely for completeness. */ + readonly composed: boolean; + /** Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. */ + composedPath(): [EventTarget?] + /** Alias for event.target. */ + readonly currentTarget: EventTarget | null; + /** Is true if cancelable is true and event.preventDefault() has been called. */ + readonly defaultPrevented: boolean; + /** This is not used in Node.js and is provided purely for completeness. */ + readonly eventPhase: 0 | 2; + /** The `AbortSignal` "abort" event is emitted with `isTrusted` set to `true`. The value is `false` in all other cases. */ + readonly isTrusted: boolean; + /** Sets the `defaultPrevented` property to `true` if `cancelable` is `true`. */ + preventDefault(): void; + /** This is not used in Node.js and is provided purely for completeness. */ + returnValue: boolean; + /** Alias for event.target. */ + readonly srcElement: EventTarget | null; + /** Stops the invocation of event listeners after the current one completes. */ + stopImmediatePropagation(): void; + /** This is not used in Node.js and is provided purely for completeness. */ + stopPropagation(): void; + /** The `EventTarget` dispatching the event */ + readonly target: EventTarget | null; + /** The millisecond timestamp when the Event object was created. */ + readonly timeStamp: number; + /** Returns the type of event, e.g. "click", "hashchange", or "submit". */ + readonly type: string; +}; + +// See comment above explaining conditional type +type __EventTarget = typeof globalThis extends { onmessage: any, EventTarget: any } +? {} +: { + /** + * Adds a new handler for the `type` event. Any given `listener` is added only once per `type` and per `capture` option value. + * + * If the `once` option is true, the `listener` is removed after the next time a `type` event is dispatched. + * + * The `capture` option is not used by Node.js in any functional way other than tracking registered event listeners per the `EventTarget` specification. + * Specifically, the `capture` option is used as part of the key when registering a `listener`. + * Any individual `listener` may be added once with `capture = false`, and once with `capture = true`. + */ + addEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: AddEventListenerOptions | boolean, + ): void; + /** Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. */ + dispatchEvent(event: Event): boolean; + /** Removes the event listener in target's event listener list with the same type, callback, and options. */ + removeEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: EventListenerOptions | boolean, + ): void; +}; + +interface EventInit { + bubbles?: boolean; + cancelable?: boolean; + composed?: boolean; +} + +interface EventListenerOptions { + /** Not directly used by Node.js. Added for API completeness. Default: `false`. */ + capture?: boolean; +} + +interface AddEventListenerOptions extends EventListenerOptions { + /** When `true`, the listener is automatically removed when it is first invoked. Default: `false`. */ + once?: boolean; + /** When `true`, serves as a hint that the listener will not call the `Event` object's `preventDefault()` method. Default: false. */ + passive?: boolean; +} + +interface EventListener { + (evt: Event): void; +} + +interface EventListenerObject { + handleEvent(object: Event): void; +} + +import {} from 'events'; // Make this an ambient declaration +declare global { + /** An event which takes place in the DOM. */ + interface Event extends __Event {} + var Event: typeof globalThis extends { onmessage: any, Event: infer T } + ? T + : { + prototype: __Event; + new (type: string, eventInitDict?: EventInit): __Event; + }; + + /** + * EventTarget is a DOM interface implemented by objects that can + * receive events and may have listeners for them. + */ + interface EventTarget extends __EventTarget {} + var EventTarget: typeof globalThis extends { onmessage: any, EventTarget: infer T } + ? T + : { + prototype: __EventTarget; + new (): __EventTarget; + }; +} diff --git a/node_modules/@types/node/ts4.8/domain.d.ts b/node_modules/@types/node/ts4.8/domain.d.ts new file mode 100644 index 000000000..fafe68a5d --- /dev/null +++ b/node_modules/@types/node/ts4.8/domain.d.ts @@ -0,0 +1,170 @@ +/** + * **This module is pending deprecation.** Once a replacement API has been + * finalized, this module will be fully deprecated. Most developers should + * **not** have cause to use this module. Users who absolutely must have + * the functionality that domains provide may rely on it for the time being + * but should expect to have to migrate to a different solution + * in the future. + * + * Domains provide a way to handle multiple different IO operations as a + * single group. If any of the event emitters or callbacks registered to a + * domain emit an `'error'` event, or throw an error, then the domain object + * will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to + * exit immediately with an error code. + * @deprecated Since v1.4.2 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/domain.js) + */ +declare module 'domain' { + import EventEmitter = require('node:events'); + /** + * The `Domain` class encapsulates the functionality of routing errors and + * uncaught exceptions to the active `Domain` object. + * + * To handle the errors that it catches, listen to its `'error'` event. + */ + class Domain extends EventEmitter { + /** + * An array of timers and event emitters that have been explicitly added + * to the domain. + */ + members: Array; + /** + * The `enter()` method is plumbing used by the `run()`, `bind()`, and`intercept()` methods to set the active domain. It sets `domain.active` and`process.domain` to the domain, and implicitly + * pushes the domain onto the domain + * stack managed by the domain module (see {@link exit} for details on the + * domain stack). The call to `enter()` delimits the beginning of a chain of + * asynchronous calls and I/O operations bound to a domain. + * + * Calling `enter()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + enter(): void; + /** + * The `exit()` method exits the current domain, popping it off the domain stack. + * Any time execution is going to switch to the context of a different chain of + * asynchronous calls, it's important to ensure that the current domain is exited. + * The call to `exit()` delimits either the end of or an interruption to the chain + * of asynchronous calls and I/O operations bound to a domain. + * + * If there are multiple, nested domains bound to the current execution context,`exit()` will exit any domains nested within this domain. + * + * Calling `exit()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + exit(): void; + /** + * Run the supplied function in the context of the domain, implicitly + * binding all event emitters, timers, and lowlevel requests that are + * created in that context. Optionally, arguments can be passed to + * the function. + * + * This is the most basic way to use a domain. + * + * ```js + * const domain = require('domain'); + * const fs = require('fs'); + * const d = domain.create(); + * d.on('error', (er) => { + * console.error('Caught error!', er); + * }); + * d.run(() => { + * process.nextTick(() => { + * setTimeout(() => { // Simulating some various async stuff + * fs.open('non-existent file', 'r', (er, fd) => { + * if (er) throw er; + * // proceed... + * }); + * }, 100); + * }); + * }); + * ``` + * + * In this example, the `d.on('error')` handler will be triggered, rather + * than crashing the program. + */ + run(fn: (...args: any[]) => T, ...args: any[]): T; + /** + * Explicitly adds an emitter to the domain. If any event handlers called by + * the emitter throw an error, or if the emitter emits an `'error'` event, it + * will be routed to the domain's `'error'` event, just like with implicit + * binding. + * + * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by + * the domain `'error'` handler. + * + * If the Timer or `EventEmitter` was already bound to a domain, it is removed + * from that one, and bound to this one instead. + * @param emitter emitter or timer to be added to the domain + */ + add(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The opposite of {@link add}. Removes domain handling from the + * specified emitter. + * @param emitter emitter or timer to be removed from the domain + */ + remove(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The returned function will be a wrapper around the supplied callback + * function. When the returned function is called, any errors that are + * thrown will be routed to the domain's `'error'` event. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.bind((er, data) => { + * // If this throws, it will also be passed to the domain. + * return cb(er, data ? JSON.parse(data) : null); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The bound function + */ + bind(callback: T): T; + /** + * This method is almost identical to {@link bind}. However, in + * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. + * + * In this way, the common `if (err) return callback(err);` pattern can be replaced + * with a single error handler in a single place. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.intercept((data) => { + * // Note, the first argument is never passed to the + * // callback since it is assumed to be the 'Error' argument + * // and thus intercepted by the domain. + * + * // If this throws, it will also be passed to the domain + * // so the error-handling logic can be moved to the 'error' + * // event on the domain instead of being repeated throughout + * // the program. + * return cb(null, JSON.parse(data)); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The intercepted function + */ + intercept(callback: T): T; + } + function create(): Domain; +} +declare module 'node:domain' { + export * from 'domain'; +} diff --git a/node_modules/@types/node/ts4.8/events.d.ts b/node_modules/@types/node/ts4.8/events.d.ts new file mode 100644 index 000000000..4633df19c --- /dev/null +++ b/node_modules/@types/node/ts4.8/events.d.ts @@ -0,0 +1,678 @@ +/** + * Much of the Node.js core API is built around an idiomatic asynchronous + * event-driven architecture in which certain kinds of objects (called "emitters") + * emit named events that cause `Function` objects ("listeners") to be called. + * + * For instance: a `net.Server` object emits an event each time a peer + * connects to it; a `fs.ReadStream` emits an event when the file is opened; + * a `stream` emits an event whenever data is available to be read. + * + * All objects that emit events are instances of the `EventEmitter` class. These + * objects expose an `eventEmitter.on()` function that allows one or more + * functions to be attached to named events emitted by the object. Typically, + * event names are camel-cased strings but any valid JavaScript property key + * can be used. + * + * When the `EventEmitter` object emits an event, all of the functions attached + * to that specific event are called _synchronously_. Any values returned by the + * called listeners are _ignored_ and discarded. + * + * The following example shows a simple `EventEmitter` instance with a single + * listener. The `eventEmitter.on()` method is used to register listeners, while + * the `eventEmitter.emit()` method is used to trigger the event. + * + * ```js + * const EventEmitter = require('events'); + * + * class MyEmitter extends EventEmitter {} + * + * const myEmitter = new MyEmitter(); + * myEmitter.on('event', () => { + * console.log('an event occurred!'); + * }); + * myEmitter.emit('event'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/events.js) + */ +declare module 'events' { + // NOTE: This class is in the docs but is **not actually exported** by Node. + // If https://github.com/nodejs/node/issues/39903 gets resolved and Node + // actually starts exporting the class, uncomment below. + + // import { EventListener, EventListenerObject } from '__dom-events'; + // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */ + // interface NodeEventTarget extends EventTarget { + // /** + // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API. + // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget. + // */ + // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */ + // eventNames(): string[]; + // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */ + // listenerCount(type: string): number; + // /** Node.js-specific alias for `eventTarget.removeListener()`. */ + // off(type: string, listener: EventListener | EventListenerObject): this; + // /** Node.js-specific alias for `eventTarget.addListener()`. */ + // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */ + // once(type: string, listener: EventListener | EventListenerObject): this; + // /** + // * Node.js-specific extension to the `EventTarget` class. + // * If `type` is specified, removes all registered listeners for `type`, + // * otherwise removes all registered listeners. + // */ + // removeAllListeners(type: string): this; + // /** + // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`. + // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`. + // */ + // removeListener(type: string, listener: EventListener | EventListenerObject): this; + // } + + interface EventEmitterOptions { + /** + * Enables automatic capturing of promise rejection. + */ + captureRejections?: boolean | undefined; + } + // Any EventTarget with a Node-style `once` function + interface _NodeEventTarget { + once(eventName: string | symbol, listener: (...args: any[]) => void): this; + } + // Any EventTarget with a DOM-style `addEventListener` + interface _DOMEventTarget { + addEventListener( + eventName: string, + listener: (...args: any[]) => void, + opts?: { + once: boolean; + } + ): any; + } + interface StaticEventEmitterOptions { + signal?: AbortSignal | undefined; + } + interface EventEmitter extends NodeJS.EventEmitter {} + /** + * The `EventEmitter` class is defined and exposed by the `events` module: + * + * ```js + * const EventEmitter = require('events'); + * ``` + * + * All `EventEmitter`s emit the event `'newListener'` when new listeners are + * added and `'removeListener'` when existing listeners are removed. + * + * It supports the following option: + * @since v0.1.26 + */ + class EventEmitter { + constructor(options?: EventEmitterOptions); + /** + * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given + * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. + * The `Promise` will resolve with an array of all the arguments emitted to the + * given event. + * + * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event + * semantics and does not listen to the `'error'` event. + * + * ```js + * const { once, EventEmitter } = require('events'); + * + * async function run() { + * const ee = new EventEmitter(); + * + * process.nextTick(() => { + * ee.emit('myevent', 42); + * }); + * + * const [value] = await once(ee, 'myevent'); + * console.log(value); + * + * const err = new Error('kaboom'); + * process.nextTick(() => { + * ee.emit('error', err); + * }); + * + * try { + * await once(ee, 'myevent'); + * } catch (err) { + * console.log('error happened', err); + * } + * } + * + * run(); + * ``` + * + * The special handling of the `'error'` event is only used when `events.once()`is used to wait for another event. If `events.once()` is used to wait for the + * '`error'` event itself, then it is treated as any other kind of event without + * special handling: + * + * ```js + * const { EventEmitter, once } = require('events'); + * + * const ee = new EventEmitter(); + * + * once(ee, 'error') + * .then(([err]) => console.log('ok', err.message)) + * .catch((err) => console.log('error', err.message)); + * + * ee.emit('error', new Error('boom')); + * + * // Prints: ok boom + * ``` + * + * An `AbortSignal` can be used to cancel waiting for the event: + * + * ```js + * const { EventEmitter, once } = require('events'); + * + * const ee = new EventEmitter(); + * const ac = new AbortController(); + * + * async function foo(emitter, event, signal) { + * try { + * await once(emitter, event, { signal }); + * console.log('event emitted!'); + * } catch (error) { + * if (error.name === 'AbortError') { + * console.error('Waiting for the event was canceled!'); + * } else { + * console.error('There was an error', error.message); + * } + * } + * } + * + * foo(ee, 'foo', ac.signal); + * ac.abort(); // Abort waiting for the event + * ee.emit('foo'); // Prints: Waiting for the event was canceled! + * ``` + * @since v11.13.0, v10.16.0 + */ + static once(emitter: _NodeEventTarget, eventName: string | symbol, options?: StaticEventEmitterOptions): Promise; + static once(emitter: _DOMEventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise; + /** + * ```js + * const { on, EventEmitter } = require('events'); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo')) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * ``` + * + * Returns an `AsyncIterator` that iterates `eventName` events. It will throw + * if the `EventEmitter` emits `'error'`. It removes all listeners when + * exiting the loop. The `value` returned by each iteration is an array + * composed of the emitted event arguments. + * + * An `AbortSignal` can be used to cancel waiting on events: + * + * ```js + * const { on, EventEmitter } = require('events'); + * const ac = new AbortController(); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo', { signal: ac.signal })) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * + * process.nextTick(() => ac.abort()); + * ``` + * @since v13.6.0, v12.16.0 + * @param eventName The name of the event being listened for + * @return that iterates `eventName` events emitted by the `emitter` + */ + static on(emitter: NodeJS.EventEmitter, eventName: string, options?: StaticEventEmitterOptions): AsyncIterableIterator; + /** + * A class method that returns the number of listeners for the given `eventName`registered on the given `emitter`. + * + * ```js + * const { EventEmitter, listenerCount } = require('events'); + * const myEmitter = new EventEmitter(); + * myEmitter.on('event', () => {}); + * myEmitter.on('event', () => {}); + * console.log(listenerCount(myEmitter, 'event')); + * // Prints: 2 + * ``` + * @since v0.9.12 + * @deprecated Since v3.2.0 - Use `listenerCount` instead. + * @param emitter The emitter to query + * @param eventName The event name + */ + static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the event listeners for the + * event target. This is useful for debugging and diagnostic purposes. + * + * ```js + * const { getEventListeners, EventEmitter } = require('events'); + * + * { + * const ee = new EventEmitter(); + * const listener = () => console.log('Events are fun'); + * ee.on('foo', listener); + * getEventListeners(ee, 'foo'); // [listener] + * } + * { + * const et = new EventTarget(); + * const listener = () => console.log('Events are fun'); + * et.addEventListener('foo', listener); + * getEventListeners(et, 'foo'); // [listener] + * } + * ``` + * @since v15.2.0, v14.17.0 + */ + static getEventListeners(emitter: _DOMEventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; + /** + * ```js + * const { + * setMaxListeners, + * EventEmitter + * } = require('events'); + * + * const target = new EventTarget(); + * const emitter = new EventEmitter(); + * + * setMaxListeners(5, target, emitter); + * ``` + * @since v15.4.0 + * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. + * @param eventsTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} + * objects. + */ + static setMaxListeners(n?: number, ...eventTargets: Array<_DOMEventTarget | NodeJS.EventEmitter>): void; + /** + * This symbol shall be used to install a listener for only monitoring `'error'` + * events. Listeners installed using this symbol are called before the regular + * `'error'` listeners are called. + * + * Installing a listener using this symbol does not change the behavior once an + * `'error'` event is emitted, therefore the process will still crash if no + * regular `'error'` listener is installed. + */ + static readonly errorMonitor: unique symbol; + static readonly captureRejectionSymbol: unique symbol; + /** + * Sets or gets the default captureRejection value for all emitters. + */ + // TODO: These should be described using static getter/setter pairs: + static captureRejections: boolean; + static defaultMaxListeners: number; + } + import internal = require('node:events'); + namespace EventEmitter { + // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 + export { internal as EventEmitter }; + export interface Abortable { + /** + * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. + */ + signal?: AbortSignal | undefined; + } + } + global { + namespace NodeJS { + interface EventEmitter { + /** + * Alias for `emitter.on(eventName, listener)`. + * @since v0.1.26 + */ + addListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Adds the `listener` function to the end of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple + * times. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The`emitter.prependListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * const myEE = new EventEmitter(); + * myEE.on('foo', () => console.log('a')); + * myEE.prependListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.1.101 + * @param eventName The name of the event. + * @param listener The callback function + */ + on(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName`. The + * next time `eventName` is triggered, this listener is removed and then invoked. + * + * ```js + * server.once('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The`emitter.prependOnceListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * const myEE = new EventEmitter(); + * myEE.once('foo', () => console.log('a')); + * myEE.prependOnceListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.3.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + once(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Removes the specified `listener` from the listener array for the event named`eventName`. + * + * ```js + * const callback = (stream) => { + * console.log('someone connected!'); + * }; + * server.on('connection', callback); + * // ... + * server.removeListener('connection', callback); + * ``` + * + * `removeListener()` will remove, at most, one instance of a listener from the + * listener array. If any single listener has been added multiple times to the + * listener array for the specified `eventName`, then `removeListener()` must be + * called multiple times to remove each instance. + * + * Once an event is emitted, all listeners attached to it at the + * time of emitting are called in order. This implies that any`removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution + * will not remove them from`emit()` in progress. Subsequent events behave as expected. + * + * ```js + * const myEmitter = new MyEmitter(); + * + * const callbackA = () => { + * console.log('A'); + * myEmitter.removeListener('event', callbackB); + * }; + * + * const callbackB = () => { + * console.log('B'); + * }; + * + * myEmitter.on('event', callbackA); + * + * myEmitter.on('event', callbackB); + * + * // callbackA removes listener callbackB but it will still be called. + * // Internal listener array at time of emit [callbackA, callbackB] + * myEmitter.emit('event'); + * // Prints: + * // A + * // B + * + * // callbackB is now removed. + * // Internal listener array [callbackA] + * myEmitter.emit('event'); + * // Prints: + * // A + * ``` + * + * Because listeners are managed using an internal array, calling this will + * change the position indices of any listener registered _after_ the listener + * being removed. This will not impact the order in which listeners are called, + * but it means that any copies of the listener array as returned by + * the `emitter.listeners()` method will need to be recreated. + * + * When a single function has been added as a handler multiple times for a single + * event (as in the example below), `removeListener()` will remove the most + * recently added instance. In the example the `once('ping')`listener is removed: + * + * ```js + * const ee = new EventEmitter(); + * + * function pong() { + * console.log('pong'); + * } + * + * ee.on('ping', pong); + * ee.once('ping', pong); + * ee.removeListener('ping', pong); + * + * ee.emit('ping'); + * ee.emit('ping'); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Alias for `emitter.removeListener()`. + * @since v10.0.0 + */ + off(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Removes all listeners, or those of the specified `eventName`. + * + * It is bad practice to remove listeners added elsewhere in the code, + * particularly when the `EventEmitter` instance was created by some other + * component or module (e.g. sockets or file streams). + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeAllListeners(event?: string | symbol): this; + /** + * By default `EventEmitter`s will print a warning if more than `10` listeners are + * added for a particular event. This is a useful default that helps finding + * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be + * modified for this specific `EventEmitter` instance. The value can be set to`Infinity` (or `0`) to indicate an unlimited number of listeners. + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.3.5 + */ + setMaxListeners(n: number): this; + /** + * Returns the current max listener value for the `EventEmitter` which is either + * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}. + * @since v1.0.0 + */ + getMaxListeners(): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * console.log(util.inspect(server.listeners('connection'))); + * // Prints: [ [Function] ] + * ``` + * @since v0.1.26 + */ + listeners(eventName: string | symbol): Function[]; + /** + * Returns a copy of the array of listeners for the event named `eventName`, + * including any wrappers (such as those created by `.once()`). + * + * ```js + * const emitter = new EventEmitter(); + * emitter.once('log', () => console.log('log once')); + * + * // Returns a new Array with a function `onceWrapper` which has a property + * // `listener` which contains the original listener bound above + * const listeners = emitter.rawListeners('log'); + * const logFnWrapper = listeners[0]; + * + * // Logs "log once" to the console and does not unbind the `once` event + * logFnWrapper.listener(); + * + * // Logs "log once" to the console and removes the listener + * logFnWrapper(); + * + * emitter.on('log', () => console.log('log persistently')); + * // Will return a new Array with a single function bound by `.on()` above + * const newListeners = emitter.rawListeners('log'); + * + * // Logs "log persistently" twice + * newListeners[0](); + * emitter.emit('log'); + * ``` + * @since v9.4.0 + */ + rawListeners(eventName: string | symbol): Function[]; + /** + * Synchronously calls each of the listeners registered for the event named`eventName`, in the order they were registered, passing the supplied arguments + * to each. + * + * Returns `true` if the event had listeners, `false` otherwise. + * + * ```js + * const EventEmitter = require('events'); + * const myEmitter = new EventEmitter(); + * + * // First listener + * myEmitter.on('event', function firstListener() { + * console.log('Helloooo! first listener'); + * }); + * // Second listener + * myEmitter.on('event', function secondListener(arg1, arg2) { + * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); + * }); + * // Third listener + * myEmitter.on('event', function thirdListener(...args) { + * const parameters = args.join(', '); + * console.log(`event with parameters ${parameters} in third listener`); + * }); + * + * console.log(myEmitter.listeners('event')); + * + * myEmitter.emit('event', 1, 2, 3, 4, 5); + * + * // Prints: + * // [ + * // [Function: firstListener], + * // [Function: secondListener], + * // [Function: thirdListener] + * // ] + * // Helloooo! first listener + * // event with parameters 1, 2 in second listener + * // event with parameters 1, 2, 3, 4, 5 in third listener + * ``` + * @since v0.1.26 + */ + emit(eventName: string | symbol, ...args: any[]): boolean; + /** + * Returns the number of listeners listening to the event named `eventName`. + * @since v3.2.0 + * @param eventName The name of the event being listened for + */ + listenerCount(eventName: string | symbol): number; + /** + * Adds the `listener` function to the _beginning_ of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple + * times. + * + * ```js + * server.prependListener('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this + * listener is removed, and then invoked. + * + * ```js + * server.prependOnceListener('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this; + /** + * Returns an array listing the events for which the emitter has registered + * listeners. The values in the array are strings or `Symbol`s. + * + * ```js + * const EventEmitter = require('events'); + * const myEE = new EventEmitter(); + * myEE.on('foo', () => {}); + * myEE.on('bar', () => {}); + * + * const sym = Symbol('symbol'); + * myEE.on(sym, () => {}); + * + * console.log(myEE.eventNames()); + * // Prints: [ 'foo', 'bar', Symbol(symbol) ] + * ``` + * @since v6.0.0 + */ + eventNames(): Array; + } + } + } + export = EventEmitter; +} +declare module 'node:events' { + import events = require('events'); + export = events; +} diff --git a/node_modules/@types/node/ts4.8/fs.d.ts b/node_modules/@types/node/ts4.8/fs.d.ts new file mode 100644 index 000000000..75c53fb0d --- /dev/null +++ b/node_modules/@types/node/ts4.8/fs.d.ts @@ -0,0 +1,3872 @@ +/** + * The `fs` module enables interacting with the file system in a + * way modeled on standard POSIX functions. + * + * To use the promise-based APIs: + * + * ```js + * import * as fs from 'fs/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as fs from 'fs'; + * ``` + * + * All file system operations have synchronous, callback, and promise-based + * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/fs.js) + */ +declare module 'fs' { + import * as stream from 'node:stream'; + import { Abortable, EventEmitter } from 'node:events'; + import { URL } from 'node:url'; + import * as promises from 'node:fs/promises'; + export { promises }; + /** + * Valid types for path values in "fs". + */ + export type PathLike = string | Buffer | URL; + export type PathOrFileDescriptor = PathLike | number; + export type TimeLike = string | number | Date; + export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; + export type BufferEncodingOption = + | 'buffer' + | { + encoding: 'buffer'; + }; + export interface ObjectEncodingOptions { + encoding?: BufferEncoding | null | undefined; + } + export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; + export type OpenMode = number | string; + export type Mode = number | string; + export interface StatsBase { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + dev: T; + ino: T; + mode: T; + nlink: T; + uid: T; + gid: T; + rdev: T; + size: T; + blksize: T; + blocks: T; + atimeMs: T; + mtimeMs: T; + ctimeMs: T; + birthtimeMs: T; + atime: Date; + mtime: Date; + ctime: Date; + birthtime: Date; + } + export interface Stats extends StatsBase {} + /** + * A `fs.Stats` object provides information about a file. + * + * Objects returned from {@link stat}, {@link lstat} and {@link fstat} and + * their synchronous counterparts are of this type. + * If `bigint` in the `options` passed to those methods is true, the numeric values + * will be `bigint` instead of `number`, and the object will contain additional + * nanosecond-precision properties suffixed with `Ns`. + * + * ```console + * Stats { + * dev: 2114, + * ino: 48064969, + * mode: 33188, + * nlink: 1, + * uid: 85, + * gid: 100, + * rdev: 0, + * size: 527, + * blksize: 4096, + * blocks: 8, + * atimeMs: 1318289051000.1, + * mtimeMs: 1318289051000.1, + * ctimeMs: 1318289051000.1, + * birthtimeMs: 1318289051000.1, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * + * `bigint` version: + * + * ```console + * BigIntStats { + * dev: 2114n, + * ino: 48064969n, + * mode: 33188n, + * nlink: 1n, + * uid: 85n, + * gid: 100n, + * rdev: 0n, + * size: 527n, + * blksize: 4096n, + * blocks: 8n, + * atimeMs: 1318289051000n, + * mtimeMs: 1318289051000n, + * ctimeMs: 1318289051000n, + * birthtimeMs: 1318289051000n, + * atimeNs: 1318289051000000000n, + * mtimeNs: 1318289051000000000n, + * ctimeNs: 1318289051000000000n, + * birthtimeNs: 1318289051000000000n, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * @since v0.1.21 + */ + export class Stats {} + /** + * A representation of a directory entry, which can be a file or a subdirectory + * within the directory, as returned by reading from an `fs.Dir`. The + * directory entry is a combination of the file name and file type pairs. + * + * Additionally, when {@link readdir} or {@link readdirSync} is called with + * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. + * @since v10.10.0 + */ + export class Dirent { + /** + * Returns `true` if the `fs.Dirent` object describes a regular file. + * @since v10.10.0 + */ + isFile(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a file system + * directory. + * @since v10.10.0 + */ + isDirectory(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a block device. + * @since v10.10.0 + */ + isBlockDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a character device. + * @since v10.10.0 + */ + isCharacterDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a symbolic link. + * @since v10.10.0 + */ + isSymbolicLink(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a first-in-first-out + * (FIFO) pipe. + * @since v10.10.0 + */ + isFIFO(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a socket. + * @since v10.10.0 + */ + isSocket(): boolean; + /** + * The file name that this `fs.Dirent` object refers to. The type of this + * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. + * @since v10.10.0 + */ + name: string; + } + /** + * A class representing a directory stream. + * + * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. + * + * ```js + * import { opendir } from 'fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + */ + export class Dir implements AsyncIterable { + /** + * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. + * @since v12.12.0 + */ + readonly path: string; + /** + * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. + */ + [Symbol.asyncIterator](): AsyncIterableIterator; + /** + * Asynchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * + * A promise is returned that will be resolved after the resource has been + * closed. + * @since v12.12.0 + */ + close(): Promise; + close(cb: NoParamCallback): void; + /** + * Synchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * @since v12.12.0 + */ + closeSync(): void; + /** + * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. + * + * A promise is returned that will be resolved with an `fs.Dirent`, or `null`if there are no more directory entries to read. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + * @return containing {fs.Dirent|null} + */ + read(): Promise; + read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; + /** + * Synchronously read the next directory entry as an `fs.Dirent`. See the + * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. + * + * If there are no more directory entries to read, `null` will be returned. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + */ + readSync(): Dirent | null; + } + /** + * Class: fs.StatWatcher + * @since v14.3.0, v12.20.0 + * Extends `EventEmitter` + * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. + */ + export interface StatWatcher extends EventEmitter { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.StatWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.StatWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + } + export interface FSWatcher extends EventEmitter { + /** + * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. + * @since v0.5.8 + */ + close(): void; + /** + * events.EventEmitter + * 1. change + * 2. error + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'close', listener: () => void): this; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + on(event: 'error', listener: (error: Error) => void): this; + on(event: 'close', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + once(event: 'error', listener: (error: Error) => void): this; + once(event: 'close', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + prependListener(event: 'error', listener: (error: Error) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'change', listener: (eventType: string, filename: string | Buffer) => void): this; + prependOnceListener(event: 'error', listener: (error: Error) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + } + /** + * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. + * @since v0.1.93 + */ + export class ReadStream extends stream.Readable { + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes that have been read so far. + * @since v6.4.0 + */ + bytesRead: number; + /** + * The path to the file the stream is reading from as specified in the first + * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a + * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0, v10.16.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'open', listener: (fd: number) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'readable', listener: () => void): this; + addListener(event: 'ready', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: Buffer | string) => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'open', listener: (fd: number) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'readable', listener: () => void): this; + on(event: 'ready', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: Buffer | string) => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'open', listener: (fd: number) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'readable', listener: () => void): this; + once(event: 'ready', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'open', listener: (fd: number) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'readable', listener: () => void): this; + prependListener(event: 'ready', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'open', listener: (fd: number) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'readable', listener: () => void): this; + prependOnceListener(event: 'ready', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * * Extends `stream.Writable` + * + * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. + * @since v0.1.93 + */ + export class WriteStream extends stream.Writable { + /** + * Closes `writeStream`. Optionally accepts a + * callback that will be executed once the `writeStream`is closed. + * @since v0.9.4 + */ + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes written so far. Does not include data that is still queued + * for writing. + * @since v0.4.7 + */ + bytesWritten: number; + /** + * The path to the file the stream is writing to as specified in the first + * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a + * `Buffer`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'open', listener: (fd: number) => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'ready', listener: () => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'open', listener: (fd: number) => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'ready', listener: () => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'open', listener: (fd: number) => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'ready', listener: () => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'open', listener: (fd: number) => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'ready', listener: () => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'open', listener: (fd: number) => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'ready', listener: () => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * Asynchronously rename file at `oldPath` to the pathname provided + * as `newPath`. In the case that `newPath` already exists, it will + * be overwritten. If there is a directory at `newPath`, an error will + * be raised instead. No arguments other than a possible exception are + * given to the completion callback. + * + * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). + * + * ```js + * import { rename } from 'fs'; + * + * rename('oldFile.txt', 'newFile.txt', (err) => { + * if (err) throw err; + * console.log('Rename complete!'); + * }); + * ``` + * @since v0.0.2 + */ + export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace rename { + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; + } + /** + * Renames the file from `oldPath` to `newPath`. Returns `undefined`. + * + * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. + * @since v0.1.21 + */ + export function renameSync(oldPath: PathLike, newPath: PathLike): void; + /** + * Truncates the file. No arguments other than a possible exception are + * given to the completion callback. A file descriptor can also be passed as the + * first argument. In this case, `fs.ftruncate()` is called. + * + * ```js + * import { truncate } from 'fs'; + * // Assuming that 'path/file.txt' is a regular file. + * truncate('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was truncated'); + * }); + * ``` + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * + * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. + * @since v0.8.6 + * @param [len=0] + */ + export function truncate(path: PathLike, len: number | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function truncate(path: PathLike, callback: NoParamCallback): void; + export namespace truncate { + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(path: PathLike, len?: number | null): Promise; + } + /** + * Truncates the file. Returns `undefined`. A file descriptor can also be + * passed as the first argument. In this case, `fs.ftruncateSync()` is called. + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * @since v0.8.6 + * @param [len=0] + */ + export function truncateSync(path: PathLike, len?: number | null): void; + /** + * Truncates the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. + * + * If the file referred to by the file descriptor was larger than `len` bytes, only + * the first `len` bytes will be retained in the file. + * + * For example, the following program retains only the first four bytes of the + * file: + * + * ```js + * import { open, close, ftruncate } from 'fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('temp.txt', 'r+', (err, fd) => { + * if (err) throw err; + * + * try { + * ftruncate(fd, 4, (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * if (err) throw err; + * } + * }); + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncate(fd: number, len: number | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + */ + export function ftruncate(fd: number, callback: NoParamCallback): void; + export namespace ftruncate { + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(fd: number, len?: number | null): Promise; + } + /** + * Truncates the file descriptor. Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link ftruncate}. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncateSync(fd: number, len?: number | null): void; + /** + * Asynchronously changes owner and group of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace chown { + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Synchronously changes owner and group of a file. Returns `undefined`. + * This is the synchronous version of {@link chown}. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chownSync(path: PathLike, uid: number, gid: number): void; + /** + * Sets the owner of the file. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; + export namespace fchown { + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function __promisify__(fd: number, uid: number, gid: number): Promise; + } + /** + * Sets the owner of the file. Returns `undefined`. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function fchownSync(fd: number, uid: number, gid: number): void; + /** + * Set the owner of the symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. + */ + export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace lchown { + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Set the owner for the path. Returns `undefined`. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function lchownSync(path: PathLike, uid: number, gid: number): void; + /** + * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic + * link, then the link is not dereferenced: instead, the timestamps of the + * symbolic link itself are changed. + * + * No arguments other than a possible exception are given to the completion + * callback. + * @since v14.5.0, v12.19.0 + */ + export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace lutimes { + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, + * with the difference that if the path refers to a symbolic link, then the link is not + * dereferenced: instead, the timestamps of the symbolic link itself are changed. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Change the file system timestamps of the symbolic link referenced by `path`. + * Returns `undefined`, or throws an exception when parameters are incorrect or + * the operation fails. This is the synchronous version of {@link lutimes}. + * @since v14.5.0, v12.19.0 + */ + export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Asynchronously changes the permissions of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * + * ```js + * import { chmod } from 'fs'; + * + * chmod('my_file.txt', 0o775, (err) => { + * if (err) throw err; + * console.log('The permissions for file "my_file.txt" have been changed!'); + * }); + * ``` + * @since v0.1.30 + */ + export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + export namespace chmod { + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link chmod}. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * @since v0.6.7 + */ + export function chmodSync(path: PathLike, mode: Mode): void; + /** + * Sets the permissions on the file. No arguments other than a possible exception + * are given to the completion callback. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; + export namespace fchmod { + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(fd: number, mode: Mode): Promise; + } + /** + * Sets the permissions on the file. Returns `undefined`. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmodSync(fd: number, mode: Mode): void; + /** + * Changes the permissions on a symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + /** @deprecated */ + export namespace lchmod { + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * Changes the permissions on a symbolic link. Returns `undefined`. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmodSync(path: PathLike, mode: Mode): void; + /** + * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * + * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. + * Instead, user code should open/read/write the file directly and handle the + * error raised if the file is not available. + * + * To check if a file exists without manipulating it afterwards, {@link access} is recommended. + * + * For example, given the following directory structure: + * + * ```text + * - txtDir + * -- file.txt + * - app.js + * ``` + * + * The next program will check for the stats of the given paths: + * + * ```js + * import { stat } from 'fs'; + * + * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; + * + * for (let i = 0; i < pathsToCheck.length; i++) { + * stat(pathsToCheck[i], (err, stats) => { + * console.log(stats.isDirectory()); + * console.log(stats); + * }); + * } + * ``` + * + * The resulting output will resemble: + * + * ```console + * true + * Stats { + * dev: 16777220, + * mode: 16877, + * nlink: 3, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214262, + * size: 96, + * blocks: 0, + * atimeMs: 1561174653071.963, + * mtimeMs: 1561174614583.3518, + * ctimeMs: 1561174626623.5366, + * birthtimeMs: 1561174126937.2893, + * atime: 2019-06-22T03:37:33.072Z, + * mtime: 2019-06-22T03:36:54.583Z, + * ctime: 2019-06-22T03:37:06.624Z, + * birthtime: 2019-06-22T03:28:46.937Z + * } + * false + * Stats { + * dev: 16777220, + * mode: 33188, + * nlink: 1, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214074, + * size: 8, + * blocks: 8, + * atimeMs: 1561174616618.8555, + * mtimeMs: 1561174614584, + * ctimeMs: 1561174614583.8145, + * birthtimeMs: 1561174007710.7478, + * atime: 2019-06-22T03:36:56.619Z, + * mtime: 2019-06-22T03:36:54.584Z, + * ctime: 2019-06-22T03:36:54.584Z, + * birthtime: 2019-06-22T03:26:47.711Z + * } + * ``` + * @since v0.0.2 + */ + export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function stat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void + ): void; + export function stat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void + ): void; + export function stat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; + export namespace stat { + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + } + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + export interface StatSyncFn extends Function { + (path: PathLike, options?: undefined): Stats; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + throwIfNoEntry: false; + } + ): Stats | undefined; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + throwIfNoEntry: false; + } + ): BigIntStats | undefined; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + } + ): Stats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + } + ): BigIntStats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: boolean; + throwIfNoEntry?: false | undefined; + } + ): Stats | BigIntStats; + (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; + } + /** + * Synchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const statSync: StatSyncFn; + /** + * Invokes the callback with the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function fstat( + fd: number, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void + ): void; + export function fstat( + fd: number, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void + ): void; + export function fstat(fd: number, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; + export namespace fstat { + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function __promisify__( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function __promisify__( + fd: number, + options: StatOptions & { + bigint: true; + } + ): Promise; + function __promisify__(fd: number, options?: StatOptions): Promise; + } + /** + * Retrieves the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstatSync( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Stats; + export function fstatSync( + fd: number, + options: StatOptions & { + bigint: true; + } + ): BigIntStats; + export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; + /** + * Retrieves the `fs.Stats` for the symbolic link referred to by the path. + * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic + * link, then the link itself is stat-ed, not the file that it refers to. + * + * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. + * @since v0.1.30 + */ + export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function lstat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void + ): void; + export function lstat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void + ): void; + export function lstat(path: PathLike, options: StatOptions | undefined, callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void): void; + export namespace lstat { + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + } + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + /** + * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const lstatSync: StatSyncFn; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than + * a possible + * exception are given to the completion callback. + * @since v0.1.31 + */ + export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace link { + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(existingPath: PathLike, newPath: PathLike): Promise; + } + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.31 + */ + export function linkSync(existingPath: PathLike, newPath: PathLike): void; + /** + * Creates the link called `path` pointing to `target`. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. + * + * The `type` argument is only available on Windows and ignored on other platforms. + * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is + * not set, Node.js will autodetect `target` type and use `'file'` or `'dir'`. If + * the `target` does not exist, `'file'` will be used. Windows junction points + * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. + * + * Relative targets are relative to the link’s parent directory. + * + * ```js + * import { symlink } from 'fs'; + * + * symlink('./mew', './mewtwo', callback); + * ``` + * + * The above example creates a symbolic link `mewtwo` which points to `mew` in the + * same directory: + * + * ```bash + * $ tree . + * . + * ├── mew + * └── mewtwo -> ./mew + * ``` + * @since v0.1.31 + */ + export function symlink(target: PathLike, path: PathLike, type: symlink.Type | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + */ + export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; + export namespace symlink { + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; + type Type = 'dir' | 'file' | 'junction'; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link symlink}. + * @since v0.1.31 + */ + export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; + /** + * Reads the contents of the symbolic link referred to by `path`. The callback gets + * two arguments `(err, linkString)`. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path passed to the callback. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readlink(path: PathLike, callback: (err: NodeJS.ErrnoException | null, linkString: string) => void): void; + export namespace readlink { + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + } + /** + * Returns the symbolic link's string value. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer; + /** + * Asynchronously computes the canonical pathname by resolving `.`, `..` and + * symbolic links. + * + * A canonical pathname is not necessarily unique. Hard links and bind mounts can + * expose a file system entity through many pathnames. + * + * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: + * + * 1. No case conversion is performed on case-insensitive file systems. + * 2. The maximum number of symbolic links is platform-independent and generally + * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. + * + * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd`to resolve relative paths. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * If `path` resolves to a socket or a pipe, the function will return a system + * dependent name for that object. + * @since v0.1.31 + */ + export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function realpath(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + export namespace realpath { + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). + * + * The `callback` gets two arguments `(err, resolvedPath)`. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v9.2.0 + */ + function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + function native(path: PathLike, options: BufferEncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void): void; + function native(path: PathLike, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void): void; + function native(path: PathLike, callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void): void; + } + /** + * Returns the resolved pathname. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link realpath}. + * @since v0.1.31 + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer; + export namespace realpathSync { + function native(path: PathLike, options?: EncodingOption): string; + function native(path: PathLike, options: BufferEncodingOption): Buffer; + function native(path: PathLike, options?: EncodingOption): string | Buffer; + } + /** + * Asynchronously removes a file or symbolic link. No arguments other than a + * possible exception are given to the completion callback. + * + * ```js + * import { unlink } from 'fs'; + * // Assuming that 'path/file.txt' is a regular file. + * unlink('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was deleted'); + * }); + * ``` + * + * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a + * directory, use {@link rmdir}. + * + * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. + * @since v0.0.2 + */ + export function unlink(path: PathLike, callback: NoParamCallback): void; + export namespace unlink { + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. + * @since v0.1.21 + */ + export function unlinkSync(path: PathLike): void; + export interface RmDirOptions { + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning + * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. + * Use `fs.rm(path, { recursive: true, force: true })` instead. + * + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given + * to the completion callback. + * + * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on + * Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. + * @since v0.0.2 + */ + export function rmdir(path: PathLike, callback: NoParamCallback): void; + export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; + export namespace rmdir { + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, options?: RmDirOptions): Promise; + } + /** + * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. + * + * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error + * on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. + * @since v0.1.21 + */ + export function rmdirSync(path: PathLike, options?: RmDirOptions): void; + export interface RmOptions { + /** + * When `true`, exceptions will be ignored if `path` does not exist. + * @default false + */ + force?: boolean | undefined; + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm`utility). No arguments other than a possible exception are given to the + * completion callback. + * @since v14.14.0 + */ + export function rm(path: PathLike, callback: NoParamCallback): void; + export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; + export namespace rm { + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). + */ + function __promisify__(path: PathLike, options?: RmOptions): Promise; + } + /** + * Synchronously removes files and directories (modeled on the standard POSIX `rm`utility). Returns `undefined`. + * @since v14.14.0 + */ + export function rmSync(path: PathLike, options?: RmOptions): void; + export interface MakeDirectoryOptions { + /** + * Indicates whether parent folders should be created. + * If a folder was created, the path to the first created folder will be returned. + * @default false + */ + recursive?: boolean | undefined; + /** + * A file mode. If a string is passed, it is parsed as an octal integer. If not specified + * @default 0o777 + */ + mode?: Mode | undefined; + } + /** + * Asynchronously creates a directory. + * + * The callback is given a possible exception and, if `recursive` is `true`, the + * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was + * created. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fs.mkdir()` when `path` is a directory that + * exists results in an error only + * when `recursive` is false. + * + * ```js + * import { mkdir } from 'fs'; + * + * // Creates /tmp/a/apple, regardless of whether `/tmp` and /tmp/a exist. + * mkdir('/tmp/a/apple', { recursive: true }, (err) => { + * if (err) throw err; + * }); + * ``` + * + * On Windows, using `fs.mkdir()` on the root directory even with recursion will + * result in an error: + * + * ```js + * import { mkdir } from 'fs'; + * + * mkdir('/', { recursive: true }, (err) => { + * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] + * }); + * ``` + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.8 + */ + export function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + | undefined, + callback: NoParamCallback + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir(path: PathLike, options: Mode | MakeDirectoryOptions | null | undefined, callback: (err: NodeJS.ErrnoException | null, path?: string) => void): void; + /** + * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function mkdir(path: PathLike, callback: NoParamCallback): void; + export namespace mkdir { + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + } + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + } + /** + * Synchronously creates a directory. Returns `undefined`, or if `recursive` is`true`, the first directory path created. + * This is the synchronous version of {@link mkdir}. + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.21 + */ + export function mkdirSync( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + } + ): string | undefined; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + ): void; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; + /** + * Creates a unique temporary directory. + * + * Generates six random characters to be appended behind a required`prefix` to create a unique temporary directory. Due to platform + * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, + * notably the BSDs, can return more than six random characters, and replace + * trailing `X` characters in `prefix` with random characters. + * + * The created directory path is passed as a string to the callback's second + * parameter. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'fs'; + * + * mkdtemp(path.join(os.tmpdir(), 'foo-'), (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 + * }); + * ``` + * + * The `fs.mkdtemp()` method will append the six randomly selected characters + * directly to the `prefix` string. For instance, given a directory `/tmp`, if the + * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator + * (`require('path').sep`). + * + * ```js + * import { tmpdir } from 'os'; + * import { mkdtemp } from 'fs'; + * + * // The parent directory for the new temporary directory + * const tmpDir = tmpdir(); + * + * // This method is *INCORRECT*: + * mkdtemp(tmpDir, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmpabc123`. + * // A new temporary directory is created at the file system root + * // rather than *within* the /tmp directory. + * }); + * + * // This method is *CORRECT*: + * import { sep } from 'path'; + * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmp/abc123`. + * // A new temporary directory is created within + * // the /tmp directory. + * }); + * ``` + * @since v5.10.0 + */ + export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: + | 'buffer' + | { + encoding: 'buffer'; + }, + callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp(prefix: string, options: EncodingOption, callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + */ + export function mkdtemp(prefix: string, callback: (err: NodeJS.ErrnoException | null, folder: string) => void): void; + export namespace mkdtemp { + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + } + /** + * Returns the created directory path. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link mkdtemp}. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * @since v5.10.0 + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer; + /** + * Reads the contents of a directory. The callback gets two arguments `(err, files)`where `files` is an array of the names of the files in the directory excluding`'.'` and `'..'`. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. + * @since v0.1.8 + */ + export function readdir( + path: PathLike, + options: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + } + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + | 'buffer', + callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readdir(path: PathLike, callback: (err: NodeJS.ErrnoException | null, files: string[]) => void): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void + ): void; + export namespace readdir { + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + } + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options: + | 'buffer' + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent + */ + function __promisify__( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + } + ): Promise; + } + /** + * Reads the contents of the directory. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames returned. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. + * @since v0.1.21 + */ + export function readdirSync( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + } + | BufferEncoding + | null + ): string[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options: + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + | 'buffer' + ): Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): string[] | Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdirSync( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + } + ): Dirent[]; + /** + * Closes the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.0.2 + */ + export function close(fd: number, callback?: NoParamCallback): void; + export namespace close { + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Closes the file descriptor. Returns `undefined`. + * + * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.1.21 + */ + export function closeSync(fd: number): void; + /** + * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. + * + * `mode` sets the file mode (permission and sticky bits), but only if the file was + * created. On Windows, only the write permission can be manipulated; see {@link chmod}. + * + * The callback gets two arguments `(err, fd)`. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * + * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. + * @since v0.0.2 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] + */ + export function open(path: PathLike, flags: OpenMode | undefined, mode: Mode | undefined | null, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param [flags='r'] See `support of file system `flags``. + */ + export function open(path: PathLike, flags: OpenMode | undefined, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + + export namespace open { + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise; + } + /** + * Returns an integer representing the file descriptor. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link open}. + * @since v0.1.21 + * @param [flags='r'] + * @param [mode=0o666] + */ + export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time in seconds,`Date`s, or a numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. + * @since v0.4.2 + */ + export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace utimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link utimes}. + * @since v0.4.2 + */ + export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Change the file system timestamps of the object referenced by the supplied file + * descriptor. See {@link utimes}. + * @since v0.4.2 + */ + export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace futimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Synchronous version of {@link futimes}. Returns `undefined`. + * @since v0.4.2 + */ + export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other + * than a possible exception are given to the completion callback. + * @since v0.1.96 + */ + export function fsync(fd: number, callback: NoParamCallback): void; + export namespace fsync { + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.96 + */ + export function fsyncSync(fd: number): void; + /** + * Write `buffer` to the file specified by `fd`. + * + * `offset` determines the part of the buffer to be written, and `length` is + * an integer specifying the number of bytes to write. + * + * `position` refers to the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). + * + * The callback will be given three arguments `(err, bytesWritten, buffer)` where`bytesWritten` specifies how many _bytes_ were written from `buffer`. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesWritten` and `buffer` properties. + * + * It is unsafe to use `fs.write()` multiple times on the same file without waiting + * for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v0.0.2 + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + */ + export function write(fd: number, buffer: TBuffer, callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + encoding: BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write(fd: number, string: string, position: number | undefined | null, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + */ + export function write(fd: number, string: string, callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void): void; + export namespace write { + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + offset?: number, + length?: number, + position?: number | null + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function __promisify__( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link write}. + * @since v0.1.21 + * @return The number of bytes written. + */ + export function writeSync(fd: number, buffer: NodeJS.ArrayBufferView, offset?: number | null, length?: number | null, position?: number | null): number; + /** + * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function writeSync(fd: number, string: string, position?: number | null, encoding?: BufferEncoding | null): number; + export type ReadPosition = number | bigint; + export interface ReadSyncOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `length of buffer` + */ + length?: number | undefined; + /** + * @default null + */ + position?: ReadPosition | null | undefined; + } + export interface ReadAsyncOptions extends ReadSyncOptions { + buffer?: TBuffer; + } + /** + * Read data from the file specified by `fd`. + * + * The callback is given the three arguments, `(err, bytesRead, buffer)`. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffer` properties. + * @since v0.0.2 + * @param buffer The buffer that the data will be written to. + * @param offset The position in `buffer` to write the data to. + * @param length The number of bytes to read. + * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If + * `position` is an integer, the file position will be unchanged. + */ + export function read( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: ReadPosition | null, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void + ): void; + /** + * Similar to the above `fs.read` function, this version takes an optional `options` object. + * If not otherwise specified in an `options` object, + * `buffer` defaults to `Buffer.alloc(16384)`, + * `offset` defaults to `0`, + * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 + * `position` defaults to `null` + * @since v12.17.0, 13.11.0 + */ + export function read( + fd: number, + options: ReadAsyncOptions, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void + ): void; + export function read(fd: number, callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void): void; + export namespace read { + /** + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function __promisify__( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: number | null + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__( + fd: number, + options: ReadAsyncOptions + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__(fd: number): Promise<{ + bytesRead: number; + buffer: NodeJS.ArrayBufferView; + }>; + } + /** + * Returns the number of `bytesRead`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link read}. + * @since v0.1.21 + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, offset: number, length: number, position: ReadPosition | null): number; + /** + * Similar to the above `fs.readSync` function, this version takes an optional `options` object. + * If no `options` object is specified, it will default with the above values. + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number; + /** + * Asynchronously reads the entire contents of a file. + * + * ```js + * import { readFile } from 'fs'; + * + * readFile('/etc/passwd', (err, data) => { + * if (err) throw err; + * console.log(data); + * }); + * ``` + * + * The callback is passed two arguments `(err, data)`, where `data` is the + * contents of the file. + * + * If no encoding is specified, then the raw buffer is returned. + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { readFile } from 'fs'; + * + * readFile('/etc/passwd', 'utf8', callback); + * ``` + * + * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an + * error will be returned. On FreeBSD, a representation of the directory's contents + * will be returned. + * + * ```js + * import { readFile } from 'fs'; + * + * // macOS, Linux, and Windows + * readFile('', (err, data) => { + * // => [Error: EISDIR: illegal operation on a directory, read ] + * }); + * + * // FreeBSD + * readFile('', (err, data) => { + * // => null, + * }); + * ``` + * + * It is possible to abort an ongoing request using an `AbortSignal`. If a + * request is aborted the callback is called with an `AbortError`: + * + * ```js + * import { readFile } from 'fs'; + * + * const controller = new AbortController(); + * const signal = controller.signal; + * readFile(fileInfo[0].name, { signal }, (err, buf) => { + * // ... + * }); + * // When you want to abort the request + * controller.abort(); + * ``` + * + * The `fs.readFile()` function buffers the entire file. To minimize memory costs, + * when possible prefer streaming via `fs.createReadStream()`. + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * @since v0.1.29 + * @param path filename or file descriptor + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding?: null | undefined; + flag?: string | undefined; + } & Abortable) + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding: BufferEncoding; + flag?: string | undefined; + } & Abortable) + | BufferEncoding, + callback: (err: NodeJS.ErrnoException | null, data: string) => void + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | (ObjectEncodingOptions & { + flag?: string | undefined; + } & Abortable) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + */ + export function readFile(path: PathOrFileDescriptor, callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void): void; + export namespace readFile { + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null + ): Promise; + } + /** + * Returns the contents of the `path`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readFile}. + * + * If the `encoding` option is specified then this function returns a + * string. Otherwise it returns a buffer. + * + * Similar to {@link readFile}, when the path is a directory, the behavior of`fs.readFileSync()` is platform-specific. + * + * ```js + * import { readFileSync } from 'fs'; + * + * // macOS, Linux, and Windows + * readFileSync(''); + * // => [Error: EISDIR: illegal operation on a directory, read ] + * + * // FreeBSD + * readFileSync(''); // => + * ``` + * @since v0.1.8 + * @param path filename or file descriptor + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null + ): Buffer; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding + ): string; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null + ): string | Buffer; + export type WriteFileOptions = + | (ObjectEncodingOptions & + Abortable & { + mode?: Mode | undefined; + flag?: string | undefined; + }) + | BufferEncoding + | null; + /** + * When `file` is a filename, asynchronously writes data to the file, replacing the + * file if it already exists. `data` can be a string or a buffer. + * + * When `file` is a file descriptor, the behavior is similar to calling`fs.write()` directly (which is recommended). See the notes below on using + * a file descriptor. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { writeFile } from 'fs'; + * import { Buffer } from 'buffer'; + * + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, (err) => { + * if (err) throw err; + * console.log('The file has been saved!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { writeFile } from 'fs'; + * + * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); + * ``` + * + * It is unsafe to use `fs.writeFile()` multiple times on the same file without + * waiting for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that + * performs multiple `write` calls internally to write the buffer passed to it. + * For performance sensitive code consider using {@link createWriteStream}. + * + * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'fs'; + * import { Buffer } from 'buffer'; + * + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, { signal }, (err) => { + * // When a request is aborted - the callback is called with an AbortError + * }); + * // When the request should be aborted + * controller.abort(); + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFile(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options: WriteFileOptions, callback: NoParamCallback): void; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function writeFile(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, callback: NoParamCallback): void; + export namespace writeFile { + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function __promisify__(path: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): Promise; + } + /** + * Returns `undefined`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writeFile}. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFileSync(file: PathOrFileDescriptor, data: string | NodeJS.ArrayBufferView, options?: WriteFileOptions): void; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFile } from 'fs'; + * + * appendFile('message.txt', 'data to append', (err) => { + * if (err) throw err; + * console.log('The "data to append" was appended to file!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFile } from 'fs'; + * + * appendFile('message.txt', 'data to append', 'utf8', callback); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { open, close, appendFile } from 'fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('message.txt', 'a', (err, fd) => { + * if (err) throw err; + * + * try { + * appendFile(fd, 'data to append', 'utf8', (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * throw err; + * } + * }); + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFile(path: PathOrFileDescriptor, data: string | Uint8Array, options: WriteFileOptions, callback: NoParamCallback): void; + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; + export namespace appendFile { + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function __promisify__(file: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): Promise; + } + /** + * Synchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFileSync } from 'fs'; + * + * try { + * appendFileSync('message.txt', 'data to append'); + * console.log('The "data to append" was appended to file!'); + * } catch (err) { + * // Handle the error + * } + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFileSync } from 'fs'; + * + * appendFileSync('message.txt', 'data to append', 'utf8'); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { openSync, closeSync, appendFileSync } from 'fs'; + * + * let fd; + * + * try { + * fd = openSync('message.txt', 'a'); + * appendFileSync(fd, 'data to append', 'utf8'); + * } catch (err) { + * // Handle the error + * } finally { + * if (fd !== undefined) + * closeSync(fd); + * } + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFileSync(path: PathOrFileDescriptor, data: string | Uint8Array, options?: WriteFileOptions): void; + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export interface WatchFileOptions { + bigint?: boolean | undefined; + persistent?: boolean | undefined; + interval?: number | undefined; + } + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint?: false | undefined; + }) + | undefined, + listener: (curr: Stats, prev: Stats) => void + ): StatWatcher; + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint: true; + }) + | undefined, + listener: (curr: BigIntStats, prev: BigIntStats) => void + ): StatWatcher; + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watchFile(filename: PathLike, listener: (curr: Stats, prev: Stats) => void): StatWatcher; + /** + * Stop watching for changes on `filename`. If `listener` is specified, only that + * particular listener is removed. Otherwise, _all_ listeners are removed, + * effectively stopping watching of `filename`. + * + * Calling `fs.unwatchFile()` with a filename that is not being watched is a + * no-op, not an error. + * + * Using {@link watch} is more efficient than `fs.watchFile()` and`fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()`and `fs.unwatchFile()` when possible. + * @since v0.1.31 + * @param listener Optional, a listener previously attached using `fs.watchFile()` + */ + export function unwatchFile(filename: PathLike, listener?: (curr: Stats, prev: Stats) => void): void; + export interface WatchOptions extends Abortable { + encoding?: BufferEncoding | 'buffer' | undefined; + persistent?: boolean | undefined; + recursive?: boolean | undefined; + } + export type WatchEventType = 'rename' | 'change'; + export type WatchListener = (event: WatchEventType, filename: T) => void; + /** + * Watch for changes on `filename`, where `filename` is either a file or a + * directory. + * + * The second argument is optional. If `options` is provided as a string, it + * specifies the `encoding`. Otherwise `options` should be passed as an object. + * + * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file + * which triggered the event. + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of`eventType`. + * + * If a `signal` is passed, aborting the corresponding AbortController will close + * the returned `fs.FSWatcher`. + * @since v0.5.10 + * @param listener + */ + export function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: 'buffer'; + }) + | 'buffer', + listener?: WatchListener + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch(filename: PathLike, options?: WatchOptions | BufferEncoding | null, listener?: WatchListener): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch(filename: PathLike, options: WatchOptions | string, listener?: WatchListener): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watch(filename: PathLike, listener?: WatchListener): FSWatcher; + /** + * Test whether or not the given path exists by checking with the file system. + * Then call the `callback` argument with either true or false: + * + * ```js + * import { exists } from 'fs'; + * + * exists('/etc/passwd', (e) => { + * console.log(e ? 'it exists' : 'no passwd!'); + * }); + * ``` + * + * **The parameters for this callback are not consistent with other Node.js** + * **callbacks.** Normally, the first parameter to a Node.js callback is an `err`parameter, optionally followed by other parameters. The `fs.exists()` callback + * has only one boolean parameter. This is one reason `fs.access()` is recommended + * instead of `fs.exists()`. + * + * Using `fs.exists()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()` is not recommended. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file does not exist. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { exists, open, close } from 'fs'; + * + * exists('myfile', (e) => { + * if (e) { + * console.error('myfile already exists'); + * } else { + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { open, close, exists } from 'fs'; + * + * exists('myfile', (e) => { + * if (e) { + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } else { + * console.error('myfile does not exist'); + * } + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for existence and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the existence of a file only if the file won’t be + * used directly, for example when its existence is a signal from another + * process. + * @since v0.0.2 + * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. + */ + export function exists(path: PathLike, callback: (exists: boolean) => void): void; + /** @deprecated */ + export namespace exists { + /** + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Returns `true` if the path exists, `false` otherwise. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link exists}. + * + * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`parameter to `fs.exists()` accepts parameters that are inconsistent with other + * Node.js callbacks. `fs.existsSync()` does not use a callback. + * + * ```js + * import { existsSync } from 'fs'; + * + * if (existsSync('/etc/passwd')) + * console.log('The path exists.'); + * ``` + * @since v0.1.21 + */ + export function existsSync(path: PathLike): boolean; + export namespace constants { + // File Access Constants + /** Constant for fs.access(). File is visible to the calling process. */ + const F_OK: number; + /** Constant for fs.access(). File can be read by the calling process. */ + const R_OK: number; + /** Constant for fs.access(). File can be written by the calling process. */ + const W_OK: number; + /** Constant for fs.access(). File can be executed by the calling process. */ + const X_OK: number; + // File Copy Constants + /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ + const COPYFILE_EXCL: number; + /** + * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. + */ + const COPYFILE_FICLONE: number; + /** + * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then the operation will fail with an error. + */ + const COPYFILE_FICLONE_FORCE: number; + // File Open Constants + /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ + const O_RDONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ + const O_WRONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ + const O_RDWR: number; + /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ + const O_CREAT: number; + /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ + const O_EXCL: number; + /** + * Constant for fs.open(). Flag indicating that if path identifies a terminal device, + * opening the path shall not cause that terminal to become the controlling terminal for the process + * (if the process does not already have one). + */ + const O_NOCTTY: number; + /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ + const O_TRUNC: number; + /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ + const O_APPEND: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ + const O_DIRECTORY: number; + /** + * constant for fs.open(). + * Flag indicating reading accesses to the file system will no longer result in + * an update to the atime information associated with the file. + * This flag is available on Linux operating systems only. + */ + const O_NOATIME: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ + const O_NOFOLLOW: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ + const O_SYNC: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ + const O_DSYNC: number; + /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ + const O_SYMLINK: number; + /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ + const O_DIRECT: number; + /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ + const O_NONBLOCK: number; + // File Type Constants + /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ + const S_IFMT: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ + const S_IFREG: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ + const S_IFDIR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ + const S_IFCHR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ + const S_IFBLK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ + const S_IFIFO: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ + const S_IFLNK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ + const S_IFSOCK: number; + // File Mode Constants + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ + const S_IRWXU: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ + const S_IRUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ + const S_IWUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ + const S_IXUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ + const S_IRWXG: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ + const S_IRGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ + const S_IWGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ + const S_IXGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ + const S_IRWXO: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ + const S_IROTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ + const S_IWOTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ + const S_IXOTH: number; + /** + * When set, a memory file mapping is used to access the file. This flag + * is available on Windows operating systems only. On other operating systems, + * this flag is ignored. + */ + const UV_FS_O_FILEMAP: number; + } + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * The final argument, `callback`, is a callback function that is invoked with + * a possible error argument. If any of the accessibility checks fail, the error + * argument will be an `Error` object. The following examples check if`package.json` exists, and if it is readable or writable. + * + * ```js + * import { access, constants } from 'fs'; + * + * const file = 'package.json'; + * + * // Check if the file exists in the current directory. + * access(file, constants.F_OK, (err) => { + * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); + * }); + * + * // Check if the file is readable. + * access(file, constants.R_OK, (err) => { + * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); + * }); + * + * // Check if the file is writable. + * access(file, constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); + * }); + * + * // Check if the file is readable and writable. + * access(file, constants.R_OK | constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); + * }); + * ``` + * + * Do not use `fs.access()` to check for the accessibility of a file before calling`fs.open()`, `fs.readFile()` or `fs.writeFile()`. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file is not accessible. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'fs'; + * + * access('myfile', (err) => { + * if (!err) { + * console.error('myfile already exists'); + * return; + * } + * + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'fs'; + * access('myfile', (err) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for accessibility and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the accessibility of a file only if the file will not be + * used directly, for example when its accessibility is a signal from another + * process. + * + * On Windows, access-control policies (ACLs) on a directory may limit access to + * a file or directory. The `fs.access()` function, however, does not check the + * ACL and therefore may report that a path is accessible even if the ACL restricts + * the user from reading or writing to it. + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function access(path: PathLike, callback: NoParamCallback): void; + export namespace access { + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike, mode?: number): Promise; + } + /** + * Synchronously tests a user's permissions for the file or directory specified + * by `path`. The `mode` argument is an optional integer that specifies the + * accessibility checks to be performed. `mode` should be either the value`fs.constants.F_OK` or a mask consisting of the bitwise OR of any of`fs.constants.R_OK`, `fs.constants.W_OK`, and + * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, + * the method will return `undefined`. + * + * ```js + * import { accessSync, constants } from 'fs'; + * + * try { + * accessSync('etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can read/write'); + * } catch (err) { + * console.error('no access!'); + * } + * ``` + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function accessSync(path: PathLike, mode?: number): void; + interface StreamOptions { + flags?: string | undefined; + encoding?: BufferEncoding | undefined; + fd?: number | promises.FileHandle | undefined; + mode?: number | undefined; + autoClose?: boolean | undefined; + /** + * @default false + */ + emitClose?: boolean | undefined; + start?: number | undefined; + highWaterMark?: number | undefined; + } + interface ReadStreamOptions extends StreamOptions { + end?: number | undefined; + } + /** + * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 kb. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is + * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the + * current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use + * the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. + * + * If `fd` points to a character device that only supports blocking reads + * (such as keyboard or sound card), read operations do not finish until data is + * available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option, it is possible to override the corresponding `fs`implementations for `open`, `read`, and `close`. When providing the `fs` option, + * an override for `read` is required. If no `fd` is provided, an override for`open` is also required. If `autoClose` is `true`, an override for `close` is + * also required. + * + * ```js + * import { createReadStream } from 'fs'; + * + * // Create a stream from some character device. + * const stream = createReadStream('/dev/input/event0'); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * `mode` sets the file mode (permission and sticky bits), but only if the + * file was created. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { createReadStream } from 'fs'; + * + * createReadStream('sample.txt', { start: 90, end: 99 }); + * ``` + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` option to be set to `r+` rather than the + * default `w`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option it is possible to override the corresponding `fs`implementations for `open`, `write`, `writev` and `close`. Overriding `write()`without `writev()` can reduce + * performance as some optimizations (`_writev()`) + * will be disabled. When providing the `fs` option, overrides for at least one of`write` and `writev` are required. If no `fd` option is supplied, an override + * for `open` is also required. If `autoClose` is `true`, an override for `close`is also required. + * + * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the`path` argument and will use the specified file descriptor. This means that no`'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s + * should be passed to `net.Socket`. + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createWriteStream(path: PathLike, options?: BufferEncoding | StreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other + * than a possible + * exception are given to the completion callback. + * @since v0.1.96 + */ + export function fdatasync(fd: number, callback: NoParamCallback): void; + export namespace fdatasync { + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. + * @since v0.1.96 + */ + export function fdatasyncSync(fd: number): void; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. No arguments other than a possible exception are given to the + * callback function. Node.js makes no guarantees about the atomicity of the copy + * operation. If an error occurs after the destination file has been opened for + * writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFile, constants } from 'fs'; + * + * function callback(err) { + * if (err) throw err; + * console.log('source.txt was copied to destination.txt'); + * } + * + * // destination.txt will be created or overwritten by default. + * copyFile('source.txt', 'destination.txt', callback); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; + export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; + export namespace copyFile { + function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise; + } + /** + * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. Returns `undefined`. Node.js makes no guarantees about the + * atomicity of the copy operation. If an error occurs after the destination file + * has been opened for writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFileSync, constants } from 'fs'; + * + * // destination.txt will be created or overwritten by default. + * copyFileSync('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; + /** + * Write an array of `ArrayBufferView`s to the file specified by `fd` using`writev()`. + * + * `position` is the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. + * + * The callback will be given three arguments: `err`, `bytesWritten`, and`buffers`. `bytesWritten` is how many bytes were written from `buffers`. + * + * If this method is `util.promisify()` ed, it returns a promise for an`Object` with `bytesWritten` and `buffers` properties. + * + * It is unsafe to use `fs.writev()` multiple times on the same file without + * waiting for the callback. For this scenario, use {@link createWriteStream}. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + */ + export function writev(fd: number, buffers: ReadonlyArray, cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void): void; + export function writev( + fd: number, + buffers: ReadonlyArray, + position: number, + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void + ): void; + export interface WriteVResult { + bytesWritten: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace writev { + function __promisify__(fd: number, buffers: ReadonlyArray, position?: number): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writev}. + * @since v12.9.0 + * @return The number of bytes written. + */ + export function writevSync(fd: number, buffers: ReadonlyArray, position?: number): number; + /** + * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s + * using `readv()`. + * + * `position` is the offset from the beginning of the file from where data + * should be read. If `typeof position !== 'number'`, the data will be read + * from the current position. + * + * The callback will be given three arguments: `err`, `bytesRead`, and`buffers`. `bytesRead` is how many bytes were read from the file. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffers` properties. + * @since v13.13.0, v12.17.0 + */ + export function readv(fd: number, buffers: ReadonlyArray, cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void): void; + export function readv( + fd: number, + buffers: ReadonlyArray, + position: number, + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void + ): void; + export interface ReadVResult { + bytesRead: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace readv { + function __promisify__(fd: number, buffers: ReadonlyArray, position?: number): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readv}. + * @since v13.13.0, v12.17.0 + * @return The number of bytes read. + */ + export function readvSync(fd: number, buffers: ReadonlyArray, position?: number): number; + export interface OpenDirOptions { + encoding?: BufferEncoding | undefined; + /** + * Number of directory entries that are buffered + * internally when reading from the directory. Higher values lead to better + * performance but higher memory usage. + * @default 32 + */ + bufferSize?: number | undefined; + } + /** + * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; + /** + * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for + * more details. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export function opendir(path: PathLike, options: OpenDirOptions, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export namespace opendir { + function __promisify__(path: PathLike, options?: OpenDirOptions): Promise; + } + export interface BigIntStats extends StatsBase { + atimeNs: bigint; + mtimeNs: bigint; + ctimeNs: bigint; + birthtimeNs: bigint; + } + export interface BigIntOptions { + bigint: true; + } + export interface StatOptions { + bigint?: boolean | undefined; + } + export interface StatSyncOptions extends StatOptions { + throwIfNoEntry?: boolean | undefined; + } + interface CopyOptionsBase { + /** + * Dereference symlinks + * @default false + */ + dereference?: boolean; + /** + * When `force` is `false`, and the destination + * exists, throw an error. + * @default false + */ + errorOnExist?: boolean; + /** + * Overwrite existing file or directory. _The copy + * operation will ignore errors if you set this to false and the destination + * exists. Use the `errorOnExist` option to change this behavior. + * @default true + */ + force?: boolean; + /** + * When `true` timestamps from `src` will + * be preserved. + * @default false + */ + preserveTimestamps?: boolean; + /** + * Copy directories recursively. + * @default false + */ + recursive?: boolean; + /** + * When true, path resolution for symlinks will be skipped + * @default false + */ + verbatimSymlinks?: boolean; + } + export interface CopyOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean | Promise; + } + export interface CopySyncOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean; + } + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cp(source: string | URL, destination: string | URL, callback: (err: NodeJS.ErrnoException | null) => void): void; + export function cp(source: string | URL, destination: string | URL, opts: CopyOptions, callback: (err: NodeJS.ErrnoException | null) => void): void; + /** + * Synchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; +} +declare module 'node:fs' { + export * from 'fs'; +} diff --git a/node_modules/@types/node/ts4.8/fs/promises.d.ts b/node_modules/@types/node/ts4.8/fs/promises.d.ts new file mode 100644 index 000000000..aca2fd51b --- /dev/null +++ b/node_modules/@types/node/ts4.8/fs/promises.d.ts @@ -0,0 +1,1138 @@ +/** + * The `fs/promises` API provides asynchronous file system methods that return + * promises. + * + * The promise APIs use the underlying Node.js threadpool to perform file + * system operations off the event loop thread. These operations are not + * synchronized or threadsafe. Care must be taken when performing multiple + * concurrent modifications on the same file or data corruption may occur. + * @since v10.0.0 + */ +declare module 'fs/promises' { + import { Abortable } from 'node:events'; + import { Stream } from 'node:stream'; + import { ReadableStream } from 'node:stream/web'; + import { + BigIntStats, + BufferEncodingOption, + constants as fsConstants, + CopyOptions, + Dir, + Dirent, + MakeDirectoryOptions, + Mode, + ObjectEncodingOptions, + OpenDirOptions, + OpenMode, + PathLike, + ReadStream, + ReadVResult, + RmDirOptions, + RmOptions, + StatOptions, + Stats, + TimeLike, + WatchEventType, + WatchOptions, + WriteStream, + WriteVResult, + } from 'node:fs'; + import { Interface as ReadlineInterface } from 'node:readline'; + + interface FileChangeInfo { + eventType: WatchEventType; + filename: T; + } + interface FlagAndOpenMode { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } + interface FileReadResult { + bytesRead: number; + buffer: T; + } + interface FileReadOptions { + /** + * @default `Buffer.alloc(0xffff)` + */ + buffer?: T; + /** + * @default 0 + */ + offset?: number | null; + /** + * @default `buffer.byteLength` + */ + length?: number | null; + position?: number | null; + } + interface CreateReadStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + end?: number | undefined; + highWaterMark?: number | undefined; + } + interface CreateWriteStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + } + // TODO: Add `EventEmitter` close + interface FileHandle { + /** + * The numeric file descriptor managed by the {FileHandle} object. + * @since v10.0.0 + */ + readonly fd: number; + /** + * Alias of `filehandle.writeFile()`. + * + * When operating on file handles, the mode cannot be changed from what it was set + * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + appendFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise; + /** + * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). + * @since v10.0.0 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + * @return Fulfills with `undefined` upon success. + */ + chown(uid: number, gid: number): Promise; + /** + * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). + * @since v10.0.0 + * @param mode the file mode bit mask. + * @return Fulfills with `undefined` upon success. + */ + chmod(mode: Mode): Promise; + /** + * Unlike the 16 kb default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 kb. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is + * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from + * the current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If the `FileHandle` points to a character device that only supports blocking + * reads (such as keyboard or sound card), read operations do not finish until data + * is available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * ```js + * import { open } from 'fs/promises'; + * + * const fd = await open('/dev/input/event0'); + * // Create a stream from some character device. + * const stream = fd.createReadStream(); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { open } from 'fs/promises'; + * + * const fd = await open('sample.txt'); + * fd.createReadStream({ start: 90, end: 99 }); + * ``` + * @since v16.11.0 + */ + createReadStream(options?: CreateReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` `open` option to be set to `r+` rather than + * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * @since v16.11.0 + */ + createWriteStream(options?: CreateWriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. + * + * Unlike `filehandle.sync` this method does not flush modified metadata. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + datasync(): Promise; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fufills with `undefined` upon success. + */ + sync(): Promise; + /** + * Reads data from the file and stores that in the given buffer. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * @since v10.0.0 + * @param buffer A buffer that will be filled with the file data read. + * @param offset The location in the buffer at which to start filling. + * @param length The number of bytes to read. + * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an + * integer, the current file position will remain unchanged. + * @return Fulfills upon success with an object with two properties: + */ + read(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise>; + read(options?: FileReadOptions): Promise>; + /** + * Returns a `ReadableStream` that may be used to read the files data. + * + * An error will be thrown if this method is called more than once or is called after the `FileHandle` is closed + * or closing. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const chunk of file.readableWebStream()) + * console.log(chunk); + * + * await file.close(); + * ``` + * + * While the `ReadableStream` will read the file to completion, it will not close the `FileHandle` automatically. User code must still call the `fileHandle.close()` method. + * + * @since v17.0.0 + * @experimental + */ + readableWebStream(): ReadableStream; + /** + * Asynchronously reads the entire contents of a file. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support reading. + * + * If one or more `filehandle.read()` calls are made on a file handle and then a`filehandle.readFile()` call is made, the data will be read from the current + * position till the end of the file. It doesn't always read from the beginning + * of the file. + * @since v10.0.0 + * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the + * data will be a string. + */ + readFile( + options?: { + encoding?: null | undefined; + flag?: OpenMode | undefined; + } | null + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile( + options: + | { + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } + | BufferEncoding + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile( + options?: + | (ObjectEncodingOptions & { + flag?: OpenMode | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Convenience method to create a `readline` interface and stream over the file. For example: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const line of file.readLines()) { + * console.log(line); + * } + * ``` + * + * @since v18.11.0 + * @param options See `filehandle.createReadStream()` for the options. + */ + readLines(options?: CreateReadStreamOptions): ReadlineInterface; + /** + * @since v10.0.0 + * @return Fulfills with an {fs.Stats} for the file. + */ + stat( + opts?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + stat( + opts: StatOptions & { + bigint: true; + } + ): Promise; + stat(opts?: StatOptions): Promise; + /** + * Truncates the file. + * + * If the file was larger than `len` bytes, only the first `len` bytes will be + * retained in the file. + * + * The following example retains only the first four bytes of the file: + * + * ```js + * import { open } from 'fs/promises'; + * + * let filehandle = null; + * try { + * filehandle = await open('temp.txt', 'r+'); + * await filehandle.truncate(4); + * } finally { + * await filehandle?.close(); + * } + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + truncate(len?: number): Promise; + /** + * Change the file system timestamps of the object referenced by the `FileHandle` then resolves the promise with no arguments upon success. + * @since v10.0.0 + */ + utimes(atime: TimeLike, mtime: TimeLike): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * The promise is resolved with no arguments upon success. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support writing. + * + * It is unsafe to use `filehandle.writeFile()` multiple times on the same file + * without waiting for the promise to be resolved (or rejected). + * + * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the + * current position till the end of the file. It doesn't always write from the + * beginning of the file. + * @since v10.0.0 + */ + writeFile(data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode & Abortable) | BufferEncoding | null): Promise; + /** + * Write `buffer` to the file. + * + * The promise is resolved with an object containing two properties: + * + * It is unsafe to use `filehandle.write()` multiple times on the same file + * without waiting for the promise to be resolved (or rejected). For this + * scenario, use `filehandle.createWriteStream()`. + * + * On Linux, positional writes do not work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v10.0.0 + * @param [offset=0] The start position from within `buffer` where the data to write begins. + * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. + * @param position The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current position. + * See the POSIX pwrite(2) documentation for more detail. + */ + write( + buffer: TBuffer, + offset?: number | null, + length?: number | null, + position?: number | null + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + data: string, + position?: number | null, + encoding?: BufferEncoding | null + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + /** + * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. + * + * The promise is resolved with an object containing a two properties: + * + * It is unsafe to call `writev()` multiple times on the same file without waiting + * for the promise to be resolved (or rejected). + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param position The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current + * position. + */ + writev(buffers: ReadonlyArray, position?: number): Promise; + /** + * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s + * @since v13.13.0, v12.17.0 + * @param position The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. + * @return Fulfills upon success an object containing two properties: + */ + readv(buffers: ReadonlyArray, position?: number): Promise; + /** + * Closes the file handle after waiting for any pending operation on the handle to + * complete. + * + * ```js + * import { open } from 'fs/promises'; + * + * let filehandle; + * try { + * filehandle = await open('thefile.txt', 'r'); + * } finally { + * await filehandle?.close(); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + close(): Promise; + } + + const constants: typeof fsConstants; + + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If the accessibility check is successful, the promise is resolved with no + * value. If any of the accessibility checks fail, the promise is rejected + * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and + * written by the current process. + * + * ```js + * import { access } from 'fs/promises'; + * import { constants } from 'fs'; + * + * try { + * await access('/etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can access'); + * } catch { + * console.error('cannot access'); + * } + * ``` + * + * Using `fsPromises.access()` to check for the accessibility of a file before + * calling `fsPromises.open()` is not recommended. Doing so introduces a race + * condition, since other processes may change the file's state between the two + * calls. Instead, user code should open/read/write the file directly and handle + * the error raised if the file is not accessible. + * @since v10.0.0 + * @param [mode=fs.constants.F_OK] + * @return Fulfills with `undefined` upon success. + */ + function access(path: PathLike, mode?: number): Promise; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. + * + * No guarantees are made about the atomicity of the copy operation. If an + * error occurs after the destination file has been opened for writing, an attempt + * will be made to remove the destination. + * + * ```js + * import { constants } from 'fs'; + * import { copyFile } from 'fs/promises'; + * + * try { + * await copyFile('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.log('The file could not be copied'); + * } + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * try { + * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.log('The file could not be copied'); + * } + * ``` + * @since v10.0.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. + * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) + * @return Fulfills with `undefined` upon success. + */ + function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise; + /** + * Opens a `FileHandle`. + * + * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * @since v10.0.0 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. + * @return Fulfills with a {FileHandle} object. + */ + function open(path: PathLike, flags?: string | number, mode?: Mode): Promise; + /** + * Renames `oldPath` to `newPath`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rename(oldPath: PathLike, newPath: PathLike): Promise; + /** + * Truncates (shortens or extends the length) of the content at `path` to `len`bytes. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + function truncate(path: PathLike, len?: number): Promise; + /** + * Removes the directory identified by `path`. + * + * Using `fsPromises.rmdir()` on a file (not a directory) results in the + * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR`error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rmdir(path: PathLike, options?: RmDirOptions): Promise; + /** + * Removes files and directories (modeled on the standard POSIX `rm` utility). + * @since v14.14.0 + * @return Fulfills with `undefined` upon success. + */ + function rm(path: PathLike, options?: RmOptions): Promise; + /** + * Asynchronously creates a directory. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fsPromises.mkdir()` when `path` is a directory + * that exists results in a + * rejection only when `recursive` is false. + * @since v10.0.0 + * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. + */ + function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + } + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + /** + * Reads the contents of a directory. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned + * will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the resolved array will contain `fs.Dirent` objects. + * + * ```js + * import { readdir } from 'fs/promises'; + * + * try { + * const files = await readdir(path); + * for (const file of files) + * console.log(file); + * } catch (err) { + * console.error(err); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: + | { + encoding: 'buffer'; + withFileTypes?: false | undefined; + } + | 'buffer' + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + } + ): Promise; + /** + * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is + * resolved with the`linkString` upon success. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, the link path + * returned will be passed as a `Buffer` object. + * @since v10.0.0 + * @return Fulfills with the `linkString` upon success. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise; + /** + * Creates a symbolic link. + * + * The `type` argument is only used on Windows platforms and can be one of `'dir'`,`'file'`, or `'junction'`. Windows junction points require the destination path + * to be absolute. When using `'junction'`, the `target` argument will + * automatically be normalized to absolute path. + * @since v10.0.0 + * @param [type='file'] + * @return Fulfills with `undefined` upon success. + */ + function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; + /** + * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, + * in which case the link itself is stat-ed, not the file that it refers to. + * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. + */ + function lstat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function lstat( + path: PathLike, + opts: StatOptions & { + bigint: true; + } + ): Promise; + function lstat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given `path`. + */ + function stat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + } + ): Promise; + function stat( + path: PathLike, + opts: StatOptions & { + bigint: true; + } + ): Promise; + function stat(path: PathLike, opts?: StatOptions): Promise; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + /** + * If `path` refers to a symbolic link, then the link is removed without affecting + * the file or directory to which that link refers. If the `path` refers to a file + * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function unlink(path: PathLike): Promise; + /** + * Changes the permissions of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the permissions on a symbolic link. + * + * This method is only implemented on macOS. + * @deprecated Since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the ownership on a symbolic link. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchown(path: PathLike, uid: number, gid: number): Promise; + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a + * symbolic link, then the link is not dereferenced: instead, the timestamps of + * the symbolic link itself are changed. + * @since v14.5.0, v12.19.0 + * @return Fulfills with `undefined` upon success. + */ + function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Changes the ownership of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chown(path: PathLike, uid: number, gid: number): Promise; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time, `Date`s, or a + * numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity` or`-Infinity`, an `Error` will be thrown. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Determines the actual location of `path` using the same semantics as the`fs.realpath.native()` function. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path. If the `encoding` is set to `'buffer'`, the path returned will be + * passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v10.0.0 + * @return Fulfills with the resolved path upon success. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Creates a unique temporary directory. A unique directory name is generated by + * appending six random characters to the end of the provided `prefix`. Due to + * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some + * platforms, notably the BSDs, can return more than six random characters, and + * replace trailing `X` characters in `prefix` with random characters. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'fs/promises'; + * + * try { + * await mkdtemp(path.join(os.tmpdir(), 'foo-')); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * The `fsPromises.mkdtemp()` method will append the six randomly selected + * characters directly to the `prefix` string. For instance, given a directory`/tmp`, if the intention is to create a temporary directory _within_`/tmp`, the`prefix` must end with a trailing + * platform-specific path separator + * (`require('path').sep`). + * @since v10.0.0 + * @return Fulfills with a string containing the filesystem path of the newly created temporary directory. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists.`data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface) or + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * If `options` is a string, then it specifies the encoding. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * Any specified `FileHandle` has to support writing. + * + * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file + * without waiting for the promise to be settled. + * + * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience + * method that performs multiple `write` calls internally to write the buffer + * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. + * + * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'fs/promises'; + * import { Buffer } from 'buffer'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * const promise = writeFile('message.txt', data, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v10.0.0 + * @param file filename or `FileHandle` + * @return Fulfills with `undefined` upon success. + */ + function writeFile( + file: PathLike | FileHandle, + data: string | NodeJS.ArrayBufferView | Iterable | AsyncIterable | Stream, + options?: + | (ObjectEncodingOptions & { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * The `path` may be specified as a `FileHandle` that has been opened + * for appending (using `fsPromises.open()`). + * @since v10.0.0 + * @param path filename or {FileHandle} + * @return Fulfills with `undefined` upon success. + */ + function appendFile(path: PathLike | FileHandle, data: string | Uint8Array, options?: (ObjectEncodingOptions & FlagAndOpenMode) | BufferEncoding | null): Promise; + /** + * Asynchronously reads the entire contents of a file. + * + * If no encoding is specified (using `options.encoding`), the data is returned + * as a `Buffer` object. Otherwise, the data will be a string. + * + * If `options` is a string, then it specifies the encoding. + * + * When the `path` is a directory, the behavior of `fsPromises.readFile()` is + * platform-specific. On macOS, Linux, and Windows, the promise will be rejected + * with an error. On FreeBSD, a representation of the directory's contents will be + * returned. + * + * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a + * request is aborted the promise returned is rejected with an `AbortError`: + * + * ```js + * import { readFile } from 'fs/promises'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const promise = readFile(fileName, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * + * Any specified `FileHandle` has to support reading. + * @since v10.0.0 + * @param path filename or `FileHandle` + * @return Fulfills with the contents of the file. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ({ + encoding?: null | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | null + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options: + | ({ + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | (ObjectEncodingOptions & + Abortable & { + flag?: OpenMode | undefined; + }) + | BufferEncoding + | null + ): Promise; + /** + * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * + * Example using async iteration: + * + * ```js + * import { opendir } from 'fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + * @return Fulfills with an {fs.Dir}. + */ + function opendir(path: PathLike, options?: OpenDirOptions): Promise; + /** + * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. + * + * ```js + * const { watch } = require('fs/promises'); + * + * const ac = new AbortController(); + * const { signal } = ac; + * setTimeout(() => ac.abort(), 10000); + * + * (async () => { + * try { + * const watcher = watch(__filename, { signal }); + * for await (const event of watcher) + * console.log(event); + * } catch (err) { + * if (err.name === 'AbortError') + * return; + * throw err; + * } + * })(); + * ``` + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. + * @since v15.9.0, v14.18.0 + * @return of objects with the properties: + */ + function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: 'buffer'; + }) + | 'buffer' + ): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options: WatchOptions | string): AsyncIterable> | AsyncIterable>; + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + * @return Fulfills with `undefined` upon success. + */ + function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise; +} +declare module 'node:fs/promises' { + export * from 'fs/promises'; +} diff --git a/node_modules/@types/node/ts4.8/globals.d.ts b/node_modules/@types/node/ts4.8/globals.d.ts new file mode 100644 index 000000000..f401d95a9 --- /dev/null +++ b/node_modules/@types/node/ts4.8/globals.d.ts @@ -0,0 +1,294 @@ +// Declare "static" methods in Error +interface ErrorConstructor { + /** Create .stack property on a target object */ + captureStackTrace(targetObject: object, constructorOpt?: Function): void; + + /** + * Optional override for formatting stack traces + * + * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces + */ + prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; + + stackTraceLimit: number; +} + +/*-----------------------------------------------* + * * + * GLOBAL * + * * + ------------------------------------------------*/ + +// For backwards compability +interface NodeRequire extends NodeJS.Require { } +interface RequireResolve extends NodeJS.RequireResolve { } +interface NodeModule extends NodeJS.Module { } + +declare var process: NodeJS.Process; +declare var console: Console; + +declare var __filename: string; +declare var __dirname: string; + +declare var require: NodeRequire; +declare var module: NodeModule; + +// Same as module.exports +declare var exports: any; + +/** + * Only available if `--expose-gc` is passed to the process. + */ +declare var gc: undefined | (() => void); + +//#region borrowed +// from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib +/** A controller object that allows you to abort one or more DOM requests as and when desired. */ +interface AbortController { + /** + * Returns the AbortSignal object associated with this object. + */ + + readonly signal: AbortSignal; + /** + * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. + */ + abort(): void; +} + +/** A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. */ +interface AbortSignal extends EventTarget { + /** + * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. + */ + readonly aborted: boolean; +} + +declare var AbortController: { + prototype: AbortController; + new(): AbortController; +}; + +declare var AbortSignal: { + prototype: AbortSignal; + new(): AbortSignal; + // TODO: Add abort() static +}; +//#endregion borrowed + +//#region ArrayLike.at() +interface RelativeIndexable { + /** + * Takes an integer value and returns the item at that index, + * allowing for positive and negative integers. + * Negative integers count back from the last item in the array. + */ + at(index: number): T | undefined; +} +interface String extends RelativeIndexable {} +interface Array extends RelativeIndexable {} +interface Int8Array extends RelativeIndexable {} +interface Uint8Array extends RelativeIndexable {} +interface Uint8ClampedArray extends RelativeIndexable {} +interface Int16Array extends RelativeIndexable {} +interface Uint16Array extends RelativeIndexable {} +interface Int32Array extends RelativeIndexable {} +interface Uint32Array extends RelativeIndexable {} +interface Float32Array extends RelativeIndexable {} +interface Float64Array extends RelativeIndexable {} +interface BigInt64Array extends RelativeIndexable {} +interface BigUint64Array extends RelativeIndexable {} +//#endregion ArrayLike.at() end + +/** + * @since v17.0.0 + * + * Creates a deep clone of an object. + */ +declare function structuredClone( + value: T, + transfer?: { transfer: ReadonlyArray }, +): T; + +/*----------------------------------------------* +* * +* GLOBAL INTERFACES * +* * +*-----------------------------------------------*/ +declare namespace NodeJS { + interface CallSite { + /** + * Value of "this" + */ + getThis(): unknown; + + /** + * Type of "this" as a string. + * This is the name of the function stored in the constructor field of + * "this", if available. Otherwise the object's [[Class]] internal + * property. + */ + getTypeName(): string | null; + + /** + * Current function + */ + getFunction(): Function | undefined; + + /** + * Name of the current function, typically its name property. + * If a name property is not available an attempt will be made to try + * to infer a name from the function's context. + */ + getFunctionName(): string | null; + + /** + * Name of the property [of "this" or one of its prototypes] that holds + * the current function + */ + getMethodName(): string | null; + + /** + * Name of the script [if this function was defined in a script] + */ + getFileName(): string | null; + + /** + * Current line number [if this function was defined in a script] + */ + getLineNumber(): number | null; + + /** + * Current column number [if this function was defined in a script] + */ + getColumnNumber(): number | null; + + /** + * A call site object representing the location where eval was called + * [if this function was created using a call to eval] + */ + getEvalOrigin(): string | undefined; + + /** + * Is this a toplevel invocation, that is, is "this" the global object? + */ + isToplevel(): boolean; + + /** + * Does this call take place in code defined by a call to eval? + */ + isEval(): boolean; + + /** + * Is this call in native V8 code? + */ + isNative(): boolean; + + /** + * Is this a constructor call? + */ + isConstructor(): boolean; + } + + interface ErrnoException extends Error { + errno?: number | undefined; + code?: string | undefined; + path?: string | undefined; + syscall?: string | undefined; + } + + interface ReadableStream extends EventEmitter { + readable: boolean; + read(size?: number): string | Buffer; + setEncoding(encoding: BufferEncoding): this; + pause(): this; + resume(): this; + isPaused(): boolean; + pipe(destination: T, options?: { end?: boolean | undefined; }): T; + unpipe(destination?: WritableStream): this; + unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; + wrap(oldStream: ReadableStream): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + interface WritableStream extends EventEmitter { + writable: boolean; + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + end(cb?: () => void): this; + end(data: string | Uint8Array, cb?: () => void): this; + end(str: string, encoding?: BufferEncoding, cb?: () => void): this; + } + + interface ReadWriteStream extends ReadableStream, WritableStream { } + + interface RefCounted { + ref(): this; + unref(): this; + } + + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float32Array + | Float64Array; + type ArrayBufferView = TypedArray | DataView; + + interface Require { + (id: string): any; + resolve: RequireResolve; + cache: Dict; + /** + * @deprecated + */ + extensions: RequireExtensions; + main: Module | undefined; + } + + interface RequireResolve { + (id: string, options?: { paths?: string[] | undefined; }): string; + paths(request: string): string[] | null; + } + + interface RequireExtensions extends Dict<(m: Module, filename: string) => any> { + '.js': (m: Module, filename: string) => any; + '.json': (m: Module, filename: string) => any; + '.node': (m: Module, filename: string) => any; + } + interface Module { + /** + * `true` if the module is running during the Node.js preload + */ + isPreloading: boolean; + exports: any; + require: Require; + id: string; + filename: string; + loaded: boolean; + /** @deprecated since v14.6.0 Please use `require.main` and `module.children` instead. */ + parent: Module | null | undefined; + children: Module[]; + /** + * @since v11.14.0 + * + * The directory name of the module. This is usually the same as the path.dirname() of the module.id. + */ + path: string; + paths: string[]; + } + + interface Dict { + [key: string]: T | undefined; + } + + interface ReadOnlyDict { + readonly [key: string]: T | undefined; + } +} diff --git a/node_modules/@types/node/ts4.8/globals.global.d.ts b/node_modules/@types/node/ts4.8/globals.global.d.ts new file mode 100644 index 000000000..ef1198c05 --- /dev/null +++ b/node_modules/@types/node/ts4.8/globals.global.d.ts @@ -0,0 +1 @@ +declare var global: typeof globalThis; diff --git a/node_modules/@types/node/ts4.8/http.d.ts b/node_modules/@types/node/ts4.8/http.d.ts new file mode 100644 index 000000000..e14de6cf4 --- /dev/null +++ b/node_modules/@types/node/ts4.8/http.d.ts @@ -0,0 +1,1651 @@ +/** + * To use the HTTP server and client one must `require('http')`. + * + * The HTTP interfaces in Node.js are designed to support many features + * of the protocol which have been traditionally difficult to use. + * In particular, large, possibly chunk-encoded, messages. The interface is + * careful to never buffer entire requests or responses, so the + * user is able to stream data. + * + * HTTP message headers are represented by an object like this: + * + * ```js + * { 'content-length': '123', + * 'content-type': 'text/plain', + * 'connection': 'keep-alive', + * 'host': 'example.com', + * 'accept': '*' } + * ``` + * + * Keys are lowercased. Values are not modified. + * + * In order to support the full spectrum of possible HTTP applications, the Node.js + * HTTP API is very low-level. It deals with stream handling and message + * parsing only. It parses a message into headers and body but it does not + * parse the actual headers or the body. + * + * See `message.headers` for details on how duplicate headers are handled. + * + * The raw headers as they were received are retained in the `rawHeaders`property, which is an array of `[key, value, key2, value2, ...]`. For + * example, the previous message header object might have a `rawHeaders`list like the following: + * + * ```js + * [ 'ConTent-Length', '123456', + * 'content-LENGTH', '123', + * 'content-type', 'text/plain', + * 'CONNECTION', 'keep-alive', + * 'Host', 'example.com', + * 'accepT', '*' ] + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http.js) + */ +declare module 'http' { + import * as stream from 'node:stream'; + import { URL } from 'node:url'; + import { TcpSocketConnectOpts, Socket, Server as NetServer, LookupFunction } from 'node:net'; + import { LookupOptions } from 'node:dns'; + // incoming headers will never contain number + interface IncomingHttpHeaders extends NodeJS.Dict { + accept?: string | undefined; + 'accept-language'?: string | undefined; + 'accept-patch'?: string | undefined; + 'accept-ranges'?: string | undefined; + 'access-control-allow-credentials'?: string | undefined; + 'access-control-allow-headers'?: string | undefined; + 'access-control-allow-methods'?: string | undefined; + 'access-control-allow-origin'?: string | undefined; + 'access-control-expose-headers'?: string | undefined; + 'access-control-max-age'?: string | undefined; + 'access-control-request-headers'?: string | undefined; + 'access-control-request-method'?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + 'alt-svc'?: string | undefined; + authorization?: string | undefined; + 'cache-control'?: string | undefined; + connection?: string | undefined; + 'content-disposition'?: string | undefined; + 'content-encoding'?: string | undefined; + 'content-language'?: string | undefined; + 'content-length'?: string | undefined; + 'content-location'?: string | undefined; + 'content-range'?: string | undefined; + 'content-type'?: string | undefined; + cookie?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + 'if-match'?: string | undefined; + 'if-modified-since'?: string | undefined; + 'if-none-match'?: string | undefined; + 'if-unmodified-since'?: string | undefined; + 'last-modified'?: string | undefined; + location?: string | undefined; + origin?: string | undefined; + pragma?: string | undefined; + 'proxy-authenticate'?: string | undefined; + 'proxy-authorization'?: string | undefined; + 'public-key-pins'?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + 'retry-after'?: string | undefined; + 'sec-websocket-accept'?: string | undefined; + 'sec-websocket-extensions'?: string | undefined; + 'sec-websocket-key'?: string | undefined; + 'sec-websocket-protocol'?: string | undefined; + 'sec-websocket-version'?: string | undefined; + 'set-cookie'?: string[] | undefined; + 'strict-transport-security'?: string | undefined; + tk?: string | undefined; + trailer?: string | undefined; + 'transfer-encoding'?: string | undefined; + upgrade?: string | undefined; + 'user-agent'?: string | undefined; + vary?: string | undefined; + via?: string | undefined; + warning?: string | undefined; + 'www-authenticate'?: string | undefined; + } + // outgoing headers allows numbers (as they are converted internally to strings) + type OutgoingHttpHeader = number | string | string[]; + interface OutgoingHttpHeaders extends NodeJS.Dict {} + interface ClientRequestArgs { + _defaultAgent?: Agent | undefined; + agent?: Agent | boolean | undefined; + auth?: string | null | undefined; + // https://github.com/nodejs/node/blob/master/lib/_http_client.js#L278 + createConnection?: + | ((options: ClientRequestArgs, oncreate: (err: Error, socket: Socket) => void) => Socket) + | undefined; + defaultPort?: number | string | undefined; + family?: number | undefined; + headers?: OutgoingHttpHeaders | undefined; + hints?: LookupOptions['hints']; + host?: string | null | undefined; + hostname?: string | null | undefined; + insecureHTTPParser?: boolean | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + lookup?: LookupFunction | undefined; + /** + * @default 16384 + */ + maxHeaderSize?: number | undefined; + method?: string | undefined; + path?: string | null | undefined; + port?: number | string | null | undefined; + protocol?: string | null | undefined; + setHost?: boolean | undefined; + signal?: AbortSignal | undefined; + socketPath?: string | undefined; + timeout?: number | undefined; + uniqueHeaders?: Array | undefined; + } + interface ServerOptions< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + > { + /** + * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. + */ + IncomingMessage?: Request | undefined; + /** + * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. + */ + ServerResponse?: Response | undefined; + /** + * Sets the timeout value in milliseconds for receiving the entire request from the client. + * @see Server.requestTimeout for more information. + * @default 300000 + * @since v18.0.0 + */ + requestTimeout?: number | undefined; + /** + * The number of milliseconds of inactivity a server needs to wait for additional incoming data, + * after it has finished writing the last response, before a socket will be destroyed. + * @see Server.keepAliveTimeout for more information. + * @default 5000 + * @since v18.0.0 + */ + keepAliveTimeout?: number | undefined; + /** + * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. + * @default 30000 + */ + connectionsCheckingInterval?: number | undefined; + /** + * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. + * Using the insecure parser should be avoided. + * See --insecure-http-parser for more information. + * @default false + */ + insecureHTTPParser?: boolean | undefined; + /** + * Optionally overrides the value of + * `--max-http-header-size` for requests received by this server, i.e. + * the maximum length of request headers in bytes. + * @default 16384 + * @since v13.3.0 + */ + maxHeaderSize?: number | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default true + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * A list of response headers that should be sent only once. + * If the header's value is an array, the items will be joined using `; `. + */ + uniqueHeaders?: Array | undefined; + } + type RequestListener< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + > = (req: InstanceType, res: InstanceType & { req: InstanceType }) => void; + /** + * @since v0.1.17 + */ + class Server< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + > extends NetServer { + constructor(requestListener?: RequestListener); + constructor(options: ServerOptions, requestListener?: RequestListener); + /** + * Sets the timeout value for sockets, and emits a `'timeout'` event on + * the Server object, passing the socket as an argument, if a timeout + * occurs. + * + * If there is a `'timeout'` event listener on the Server object, then it + * will be called with the timed-out socket as an argument. + * + * By default, the Server does not timeout sockets. However, if a callback + * is assigned to the Server's `'timeout'` event, timeouts must be handled + * explicitly. + * @since v0.9.12 + * @param [msecs=0 (no timeout)] + */ + setTimeout(msecs?: number, callback?: () => void): this; + setTimeout(callback: () => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @since v0.7.0 + */ + maxHeadersCount: number | null; + /** + * The maximum number of requests socket can handle + * before closing keep alive connection. + * + * A value of `0` will disable the limit. + * + * When the limit is reached it will set the `Connection` header value to `close`, + * but will not actually close the connection, subsequent requests sent + * after the limit is reached will get `503 Service Unavailable` as a response. + * @since v16.10.0 + */ + maxRequestsPerSocket: number | null; + /** + * The number of milliseconds of inactivity before a socket is presumed + * to have timed out. + * + * A value of `0` will disable the timeout behavior on incoming connections. + * + * The socket timeout logic is set up on connection, so changing this + * value only affects new connections to the server, not any existing connections. + * @since v0.9.12 + */ + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP + * headers. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v11.3.0, v10.14.0 + */ + headersTimeout: number; + /** + * The number of milliseconds of inactivity a server needs to wait for additional + * incoming data, after it has finished writing the last response, before a socket + * will be destroyed. If the server receives new data before the keep-alive + * timeout has fired, it will reset the regular inactivity timeout, i.e.,`server.timeout`. + * + * A value of `0` will disable the keep-alive timeout behavior on incoming + * connections. + * A value of `0` makes the http server behave similarly to Node.js versions prior + * to 8.0.0, which did not have a keep-alive timeout. + * + * The socket timeout logic is set up on connection, so changing this value only + * affects new connections to the server, not any existing connections. + * @since v8.0.0 + */ + keepAliveTimeout: number; + /** + * Sets the timeout value in milliseconds for receiving the entire request from + * the client. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v14.11.0 + */ + requestTimeout: number; + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connection', listener: (socket: Socket) => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'checkContinue', listener: RequestListener): this; + addListener(event: 'checkExpectation', listener: RequestListener): this; + addListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + addListener( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + addListener(event: 'request', listener: RequestListener): this; + addListener( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'connection', socket: Socket): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit( + event: 'checkContinue', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: 'checkExpectation', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'clientError', err: Error, socket: stream.Duplex): boolean; + emit(event: 'connect', req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + emit( + event: 'request', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'upgrade', req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connection', listener: (socket: Socket) => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'checkContinue', listener: RequestListener): this; + on(event: 'checkExpectation', listener: RequestListener): this; + on(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + on(event: 'connect', listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + on(event: 'request', listener: RequestListener): this; + on(event: 'upgrade', listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connection', listener: (socket: Socket) => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'checkContinue', listener: RequestListener): this; + once(event: 'checkExpectation', listener: RequestListener): this; + once(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + once( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + once(event: 'request', listener: RequestListener): this; + once( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connection', listener: (socket: Socket) => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'checkContinue', listener: RequestListener): this; + prependListener(event: 'checkExpectation', listener: RequestListener): this; + prependListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + prependListener( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener(event: 'request', listener: RequestListener): this; + prependListener( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'checkContinue', listener: RequestListener): this; + prependOnceListener(event: 'checkExpectation', listener: RequestListener): this; + prependOnceListener(event: 'clientError', listener: (err: Error, socket: stream.Duplex) => void): this; + prependOnceListener( + event: 'connect', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: 'request', listener: RequestListener): this; + prependOnceListener( + event: 'upgrade', + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + } + /** + * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract of outgoing message from + * the perspective of the participants of HTTP transaction. + * @since v0.1.17 + */ + class OutgoingMessage extends stream.Writable { + readonly req: Request; + chunkedEncoding: boolean; + shouldKeepAlive: boolean; + useChunkedEncodingByDefault: boolean; + sendDate: boolean; + /** + * @deprecated Use `writableEnded` instead. + */ + finished: boolean; + /** + * Read-only. `true` if the headers were sent, otherwise `false`. + * @since v0.9.3 + */ + readonly headersSent: boolean; + /** + * Aliases of `outgoingMessage.socket` + * @since v0.3.0 + * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. + */ + readonly connection: Socket | null; + /** + * Reference to the underlying socket. Usually, users will not want to access + * this property. + * + * After calling `outgoingMessage.end()`, this property will be nulled. + * @since v0.3.0 + */ + readonly socket: Socket | null; + constructor(); + /** + * Once a socket is associated with the message and is connected,`socket.setTimeout()` will be called with `msecs` as the first parameter. + * @since v0.9.12 + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * Sets a single header value for the header object. + * @since v0.4.0 + * @param name Header name + * @param value Header value + */ + setHeader(name: string, value: number | string | ReadonlyArray): this; + /** + * Gets the value of HTTP header with the given name. If such a name doesn't + * exist in message, it will be `undefined`. + * @since v0.4.0 + * @param name Name of header + */ + getHeader(name: string): number | string | string[] | undefined; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow + * copy is used, array values may be mutated without additional calls to + * various header-related HTTP module methods. The keys of the returned + * object are the header names and the values are the respective header + * values. All header names are lowercase. + * + * The object returned by the `outgoingMessage.getHeaders()` method does + * not prototypically inherit from the JavaScript Object. This means that + * typical Object methods such as `obj.toString()`, `obj.hasOwnProperty()`, + * and others are not defined and will not work. + * + * ```js + * outgoingMessage.setHeader('Foo', 'bar'); + * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = outgoingMessage.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v7.7.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns an array of names of headers of the outgoing outgoingMessage. All + * names are lowercase. + * @since v7.7.0 + */ + getHeaderNames(): string[]; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name is case-insensitive. + * + * ```js + * const hasContentType = outgoingMessage.hasHeader('content-type'); + * ``` + * @since v7.7.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that is queued for implicit sending. + * + * ```js + * outgoingMessage.removeHeader('Content-Encoding'); + * ``` + * @since v0.4.0 + * @param name Header name + */ + removeHeader(name: string): void; + /** + * Adds HTTP trailers (headers but at the end of the message) to the message. + * + * Trailers are **only** be emitted if the message is chunked encoded. If not, + * the trailer will be silently discarded. + * + * HTTP requires the `Trailer` header to be sent to emit trailers, + * with a list of header fields in its value, e.g. + * + * ```js + * message.writeHead(200, { 'Content-Type': 'text/plain', + * 'Trailer': 'Content-MD5' }); + * message.write(fileData); + * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); + * message.end(); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.3.0 + */ + addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; + /** + * Compulsorily flushes the message headers + * + * For efficiency reason, Node.js normally buffers the message headers + * until `outgoingMessage.end()` is called or the first chunk of message data + * is written. It then tries to pack the headers and data into a single TCP + * packet. + * + * It is usually desired (it saves a TCP round-trip), but not when the first + * data is not sent until possibly much later. `outgoingMessage.flushHeaders()`bypasses the optimization and kickstarts the request. + * @since v1.6.0 + */ + flushHeaders(): void; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v0.1.17 + */ + class ServerResponse extends OutgoingMessage { + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v0.4.0 + */ + statusCode: number; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status message that will be sent to the client when + * the headers get flushed. If this is left as `undefined` then the standard + * message for the status code will be used. + * + * ```js + * response.statusMessage = 'Not found'; + * ``` + * + * After response header was sent to the client, this property indicates the + * status message which was sent out. + * @since v0.11.8 + */ + statusMessage: string; + constructor(req: Request); + assignSocket(socket: Socket): void; + detachSocket(socket: Socket): void; + /** + * Sends an HTTP/1.1 100 Continue message to the client, indicating that + * the request body should be sent. See the `'checkContinue'` event on`Server`. + * @since v0.3.0 + */ + writeContinue(callback?: () => void): void; + /** + * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. The optional `callback` argument will be called when + * the response message has been written. + * + * Example: + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics' + * }); + * + * const earlyHintsCallback = () => console.log('early hints message sent'); + * response.writeEarlyHints({ + * 'link': earlyHintsLinks + * }, earlyHintsCallback); + * ``` + * + * @since v18.11.0 + * @param hints An object containing the values of headers + * @param callback Will be called when the response message has been written + */ + writeEarlyHints(hints: Record, callback?: () => void): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * Optionally one can give a human-readable `statusMessage` as the second + * argument. + * + * `headers` may be an `Array` where the keys and values are in the same list. + * It is _not_ a list of tuples. So, the even-numbered offsets are key values, + * and the odd-numbered offsets are the associated values. The array is in the same + * format as `request.rawHeaders`. + * + * Returns a reference to the `ServerResponse`, so that calls can be chained. + * + * ```js + * const body = 'hello world'; + * response + * .writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain' + * }) + * .end(body); + * ``` + * + * This method must only be called once on a message and it must + * be called before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * If this method is called and `response.setHeader()` has not been called, + * it will directly write the supplied header values onto the network channel + * without caching internally, and the `response.getHeader()` on the header + * will not yield the expected result. If progressive population of headers is + * desired with potential future retrieval and modification, use `response.setHeader()` instead. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * `Content-Length` is given in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js + * does not check whether `Content-Length` and the length of the body which has + * been transmitted are equal or not. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.1.30 + */ + writeHead( + statusCode: number, + statusMessage?: string, + headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], + ): this; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; + /** + * Sends an HTTP/1.1 102 Processing message to the client, indicating that + * the request body should be sent. + * @since v10.0.0 + */ + writeProcessing(): void; + } + interface InformationEvent { + statusCode: number; + statusMessage: string; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + } + /** + * This object is created internally and returned from {@link request}. It + * represents an _in-progress_ request whose header has already been queued. The + * header is still mutable using the `setHeader(name, value)`,`getHeader(name)`, `removeHeader(name)` API. The actual header will + * be sent along with the first data chunk or when calling `request.end()`. + * + * To get the response, add a listener for `'response'` to the request object.`'response'` will be emitted from the request object when the response + * headers have been received. The `'response'` event is executed with one + * argument which is an instance of {@link IncomingMessage}. + * + * During the `'response'` event, one can add listeners to the + * response object; particularly to listen for the `'data'` event. + * + * If no `'response'` handler is added, then the response will be + * entirely discarded. However, if a `'response'` event handler is added, + * then the data from the response object **must** be consumed, either by + * calling `response.read()` whenever there is a `'readable'` event, or + * by adding a `'data'` handler, or by calling the `.resume()` method. + * Until the data is consumed, the `'end'` event will not fire. Also, until + * the data is read it will consume memory that can eventually lead to a + * 'process out of memory' error. + * + * For backward compatibility, `res` will only emit `'error'` if there is an`'error'` listener registered. + * + * Node.js does not check whether Content-Length and the length of the + * body which has been transmitted are equal or not. + * @since v0.1.17 + */ + class ClientRequest extends OutgoingMessage { + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v0.11.14 + * @deprecated Since v17.0.0,v16.12.0 - Check `destroyed` instead. + */ + aborted: boolean; + /** + * The request host. + * @since v14.5.0, v12.19.0 + */ + host: string; + /** + * The request protocol. + * @since v14.5.0, v12.19.0 + */ + protocol: string; + /** + * When sending request through a keep-alive enabled agent, the underlying socket + * might be reused. But if server closes connection at unfortunate time, client + * may run into a 'ECONNRESET' error. + * + * ```js + * const http = require('http'); + * + * // Server has a 5 seconds keep-alive timeout by default + * http + * .createServer((req, res) => { + * res.write('hello\n'); + * res.end(); + * }) + * .listen(3000); + * + * setInterval(() => { + * // Adapting a keep-alive agent + * http.get('http://localhost:3000', { agent }, (res) => { + * res.on('data', (data) => { + * // Do nothing + * }); + * }); + * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout + * ``` + * + * By marking a request whether it reused socket or not, we can do + * automatic error retry base on it. + * + * ```js + * const http = require('http'); + * const agent = new http.Agent({ keepAlive: true }); + * + * function retriableRequest() { + * const req = http + * .get('http://localhost:3000', { agent }, (res) => { + * // ... + * }) + * .on('error', (err) => { + * // Check if retry is needed + * if (req.reusedSocket && err.code === 'ECONNRESET') { + * retriableRequest(); + * } + * }); + * } + * + * retriableRequest(); + * ``` + * @since v13.0.0, v12.16.0 + */ + reusedSocket: boolean; + /** + * Limits maximum response headers count. If set to 0, no limit will be applied. + */ + maxHeadersCount: number; + constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); + /** + * The request method. + * @since v0.1.97 + */ + method: string; + /** + * The request path. + * @since v0.4.0 + */ + path: string; + /** + * Marks the request as aborting. Calling this will cause remaining data + * in the response to be dropped and the socket to be destroyed. + * @since v0.3.8 + * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. + */ + abort(): void; + onSocket(socket: Socket): void; + /** + * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. + * @since v0.5.9 + * @param timeout Milliseconds before a request times out. + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. + * @since v0.5.9 + */ + setNoDelay(noDelay?: boolean): void; + /** + * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. + * @since v0.5.9 + */ + setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; + /** + * Returns an array containing the unique names of the current outgoing raw + * headers. Header names are returned with their exact casing being set. + * + * ```js + * request.setHeader('Foo', 'bar'); + * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = request.getRawHeaderNames(); + * // headerNames === ['Foo', 'Set-Cookie'] + * ``` + * @since v15.13.0, v14.17.0 + */ + getRawHeaderNames(): string[]; + /** + * @deprecated + */ + addListener(event: 'abort', listener: () => void): this; + addListener( + event: 'connect', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: 'continue', listener: () => void): this; + addListener(event: 'information', listener: (info: InformationEvent) => void): this; + addListener(event: 'response', listener: (response: IncomingMessage) => void): this; + addListener(event: 'socket', listener: (socket: Socket) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener( + event: 'upgrade', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + on(event: 'abort', listener: () => void): this; + on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: 'continue', listener: () => void): this; + on(event: 'information', listener: (info: InformationEvent) => void): this; + on(event: 'response', listener: (response: IncomingMessage) => void): this; + on(event: 'socket', listener: (socket: Socket) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + once(event: 'abort', listener: () => void): this; + once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: 'continue', listener: () => void): this; + once(event: 'information', listener: (info: InformationEvent) => void): this; + once(event: 'response', listener: (response: IncomingMessage) => void): this; + once(event: 'socket', listener: (socket: Socket) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'upgrade', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependListener(event: 'abort', listener: () => void): this; + prependListener( + event: 'connect', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: 'continue', listener: () => void): this; + prependListener(event: 'information', listener: (info: InformationEvent) => void): this; + prependListener(event: 'response', listener: (response: IncomingMessage) => void): this; + prependListener(event: 'socket', listener: (socket: Socket) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener( + event: 'upgrade', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependOnceListener(event: 'abort', listener: () => void): this; + prependOnceListener( + event: 'connect', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: 'continue', listener: () => void): this; + prependOnceListener(event: 'information', listener: (info: InformationEvent) => void): this; + prependOnceListener(event: 'response', listener: (response: IncomingMessage) => void): this; + prependOnceListener(event: 'socket', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener( + event: 'upgrade', + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to + * access response + * status, headers and data. + * + * Different from its `socket` value which is a subclass of `stream.Duplex`, the`IncomingMessage` itself extends `stream.Readable` and is created separately to + * parse and emit the incoming HTTP headers and payload, as the underlying socket + * may be reused multiple times in case of keep-alive. + * @since v0.1.17 + */ + class IncomingMessage extends stream.Readable { + constructor(socket: Socket); + /** + * The `message.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from stream.Readable. + */ + aborted: boolean; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. + * Probably either `'1.1'` or `'1.0'`. + * + * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. + * @since v0.1.1 + */ + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + /** + * The `message.complete` property will be `true` if a complete HTTP message has + * been received and successfully parsed. + * + * This property is particularly useful as a means of determining if a client or + * server fully transmitted a message before a connection was terminated: + * + * ```js + * const req = http.request({ + * host: '127.0.0.1', + * port: 8080, + * method: 'POST' + * }, (res) => { + * res.resume(); + * res.on('end', () => { + * if (!res.complete) + * console.error( + * 'The connection was terminated while the message was still being sent'); + * }); + * }); + * ``` + * @since v0.3.0 + */ + complete: boolean; + /** + * Alias for `message.socket`. + * @since v0.1.90 + * @deprecated Since v16.0.0 - Use `socket`. + */ + connection: Socket; + /** + * The `net.Socket` object associated with the connection. + * + * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the + * client's authentication details. + * + * This property is guaranteed to be an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specified a socket + * type other than `net.Socket` or internally nulled. + * @since v0.3.0 + */ + socket: Socket; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.getHeaders()); + * ``` + * + * Duplicates in raw headers are handled in the following ways, depending on the + * header name: + * + * * Duplicates of `age`, `authorization`, `content-length`, `content-type`,`etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,`last-modified`, `location`, + * `max-forwards`, `proxy-authorization`, `referer`,`retry-after`, `server`, or `user-agent` are discarded. + * * `set-cookie` is always an array. Duplicates are added to the array. + * * For duplicate `cookie` headers, the values are joined together with '; '. + * * For all other headers, the values are joined together with ', '. + * @since v0.1.5 + */ + headers: IncomingHttpHeaders; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v0.11.6 + */ + rawHeaders: string[]; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v0.3.0 + */ + trailers: NodeJS.Dict; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v0.11.6 + */ + rawTrailers: string[]; + /** + * Calls `message.socket.setTimeout(msecs, callback)`. + * @since v0.5.9 + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * **Only valid for request obtained from {@link Server}.** + * + * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. + * @since v0.1.1 + */ + method?: string | undefined; + /** + * **Only valid for request obtained from {@link Server}.** + * + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. Take the following request: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * To parse the URL into its parts: + * + * ```js + * new URL(request.url, `http://${request.getHeaders().host}`); + * ``` + * + * When `request.url` is `'/status?name=ryan'` and`request.getHeaders().host` is `'localhost:3000'`: + * + * ```console + * $ node + * > new URL(request.url, `http://${request.getHeaders().host}`) + * URL { + * href: 'http://localhost:3000/status?name=ryan', + * origin: 'http://localhost:3000', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'localhost:3000', + * hostname: 'localhost', + * port: '3000', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v0.1.90 + */ + url?: string | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The 3-digit HTTP response status code. E.G. `404`. + * @since v0.1.1 + */ + statusCode?: number | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. + * @since v0.11.10 + */ + statusMessage?: string | undefined; + /** + * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error`is provided, an `'error'` event is emitted on the socket and `error` is passed + * as an argument to any listeners on the event. + * @since v0.3.0 + */ + destroy(error?: Error): this; + } + interface AgentOptions extends Partial { + /** + * Keep sockets around in a pool to be used by other requests in the future. Default = false + */ + keepAlive?: boolean | undefined; + /** + * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. + * Only relevant if keepAlive is set to true. + */ + keepAliveMsecs?: number | undefined; + /** + * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity + */ + maxSockets?: number | undefined; + /** + * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. + */ + maxTotalSockets?: number | undefined; + /** + * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. + */ + maxFreeSockets?: number | undefined; + /** + * Socket timeout in milliseconds. This will set the timeout after the socket is connected. + */ + timeout?: number | undefined; + /** + * Scheduling strategy to apply when picking the next free socket to use. + * @default `lifo` + */ + scheduling?: 'fifo' | 'lifo' | undefined; + } + /** + * An `Agent` is responsible for managing connection persistence + * and reuse for HTTP clients. It maintains a queue of pending requests + * for a given host and port, reusing a single socket connection for each + * until the queue is empty, at which time the socket is either destroyed + * or put into a pool where it is kept to be used again for requests to the + * same host and port. Whether it is destroyed or pooled depends on the`keepAlive` `option`. + * + * Pooled connections have TCP Keep-Alive enabled for them, but servers may + * still close idle connections, in which case they will be removed from the + * pool and a new connection will be made when a new HTTP request is made for + * that host and port. Servers may also refuse to allow multiple requests + * over the same connection, in which case the connection will have to be + * remade for every request and cannot be pooled. The `Agent` will still make + * the requests to that server, but each one will occur over a new connection. + * + * When a connection is closed by the client or the server, it is removed + * from the pool. Any unused sockets in the pool will be unrefed so as not + * to keep the Node.js process running when there are no outstanding requests. + * (see `socket.unref()`). + * + * It is good practice, to `destroy()` an `Agent` instance when it is no + * longer in use, because unused sockets consume OS resources. + * + * Sockets are removed from an agent when the socket emits either + * a `'close'` event or an `'agentRemove'` event. When intending to keep one + * HTTP request open for a long time without keeping it in the agent, something + * like the following may be done: + * + * ```js + * http.get(options, (res) => { + * // Do stuff + * }).on('socket', (socket) => { + * socket.emit('agentRemove'); + * }); + * ``` + * + * An agent may also be used for an individual request. By providing`{agent: false}` as an option to the `http.get()` or `http.request()`functions, a one-time use `Agent` with default options + * will be used + * for the client connection. + * + * `agent:false`: + * + * ```js + * http.get({ + * hostname: 'localhost', + * port: 80, + * path: '/', + * agent: false // Create a new agent just for this one request + * }, (res) => { + * // Do stuff with response + * }); + * ``` + * @since v0.3.4 + */ + class Agent { + /** + * By default set to 256\. For agents with `keepAlive` enabled, this + * sets the maximum number of sockets that will be left open in the free + * state. + * @since v0.11.7 + */ + maxFreeSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open per origin. Origin is the returned value of `agent.getName()`. + * @since v0.3.6 + */ + maxSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open. Unlike `maxSockets`, this parameter applies across all origins. + * @since v14.5.0, v12.19.0 + */ + maxTotalSockets: number; + /** + * An object which contains arrays of sockets currently awaiting use by + * the agent when `keepAlive` is enabled. Do not modify. + * + * Sockets in the `freeSockets` list will be automatically destroyed and + * removed from the array on `'timeout'`. + * @since v0.11.4 + */ + readonly freeSockets: NodeJS.ReadOnlyDict; + /** + * An object which contains arrays of sockets currently in use by the + * agent. Do not modify. + * @since v0.3.6 + */ + readonly sockets: NodeJS.ReadOnlyDict; + /** + * An object which contains queues of requests that have not yet been assigned to + * sockets. Do not modify. + * @since v0.5.9 + */ + readonly requests: NodeJS.ReadOnlyDict; + constructor(opts?: AgentOptions); + /** + * Destroy any sockets that are currently in use by the agent. + * + * It is usually not necessary to do this. However, if using an + * agent with `keepAlive` enabled, then it is best to explicitly shut down + * the agent when it is no longer needed. Otherwise, + * sockets might stay open for quite a long time before the server + * terminates them. + * @since v0.11.4 + */ + destroy(): void; + } + const METHODS: string[]; + const STATUS_CODES: { + [errorCode: number]: string | undefined; + [errorCode: string]: string | undefined; + }; + /** + * Returns a new instance of {@link Server}. + * + * The `requestListener` is a function which is automatically + * added to the `'request'` event. + * @since v0.1.13 + */ + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + >(requestListener?: RequestListener): Server; + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse = typeof ServerResponse, + >( + options: ServerOptions, + requestListener?: RequestListener, + ): Server; + // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, + // create interface RequestOptions would make the naming more clear to developers + interface RequestOptions extends ClientRequestArgs {} + /** + * `options` in `socket.connect()` are also supported. + * + * Node.js maintains several connections per server to make HTTP requests. + * This function allows one to transparently issue requests. + * + * `url` can be a string or a `URL` object. If `url` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * If both `url` and `options` are specified, the objects are merged, with the`options` properties taking precedence. + * + * The optional `callback` parameter will be added as a one-time listener for + * the `'response'` event. + * + * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * const http = require('http'); + * + * const postData = JSON.stringify({ + * 'msg': 'Hello World!' + * }); + * + * const options = { + * hostname: 'www.google.com', + * port: 80, + * path: '/upload', + * method: 'POST', + * headers: { + * 'Content-Type': 'application/json', + * 'Content-Length': Buffer.byteLength(postData) + * } + * }; + * + * const req = http.request(options, (res) => { + * console.log(`STATUS: ${res.statusCode}`); + * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); + * res.setEncoding('utf8'); + * res.on('data', (chunk) => { + * console.log(`BODY: ${chunk}`); + * }); + * res.on('end', () => { + * console.log('No more data in response.'); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(`problem with request: ${e.message}`); + * }); + * + * // Write data to request body + * req.write(postData); + * req.end(); + * ``` + * + * In the example `req.end()` was called. With `http.request()` one + * must always call `req.end()` to signify the end of the request - + * even if there is no data being written to the request body. + * + * If any error is encountered during the request (be that with DNS resolution, + * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted + * on the returned request object. As with all `'error'` events, if no listeners + * are registered the error will be thrown. + * + * There are a few special headers that should be noted. + * + * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to + * the server should be persisted until the next request. + * * Sending a 'Content-Length' header will disable the default chunked encoding. + * * Sending an 'Expect' header will immediately send the request headers. + * Usually, when sending 'Expect: 100-continue', both a timeout and a listener + * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more + * information. + * * Sending an Authorization header will override using the `auth` option + * to compute basic authentication. + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('http://abc:xyz@example.com'); + * + * const req = http.request(options, (res) => { + * // ... + * }); + * ``` + * + * In a successful request, the following events will be emitted in the following + * order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * (`'data'` will not be emitted at all if the response body is empty, for + * instance, in most redirects) + * * `'end'` on the `res` object + * * `'close'` + * + * In the case of a connection error, the following events will be emitted: + * + * * `'socket'` + * * `'error'` + * * `'close'` + * + * In the case of a premature connection close before the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * In the case of a premature connection close after the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (connection closed here) + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * If `req.destroy()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * If `req.destroy()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * If `req.destroy()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.destroy()` called here) + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * If `req.abort()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.abort()` called here) + * * `'abort'` + * * `'close'` + * + * If `req.abort()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.abort()` called here) + * * `'abort'` + * * `'error'` with an error with message `'Error: socket hang up'` and code`'ECONNRESET'` + * * `'close'` + * + * If `req.abort()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.abort()` called here) + * * `'abort'` + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message`'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * Setting the `timeout` option or using the `setTimeout()` function will + * not abort the request or do anything besides add a `'timeout'` event. + * + * Passing an `AbortSignal` and then calling `abort` on the corresponding`AbortController` will behave the same way as calling `.destroy()` on the + * request itself. + * @since v0.3.6 + */ + function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: IncomingMessage) => void, + ): ClientRequest; + /** + * Since most requests are GET requests without bodies, Node.js provides this + * convenience method. The only difference between this method and {@link request} is that it sets the method to GET and calls `req.end()`automatically. The callback must take care to consume the + * response + * data for reasons stated in {@link ClientRequest} section. + * + * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. + * + * JSON fetching example: + * + * ```js + * http.get('http://localhost:8000/', (res) => { + * const { statusCode } = res; + * const contentType = res.headers['content-type']; + * + * let error; + * // Any 2xx status code signals a successful response but + * // here we're only checking for 200. + * if (statusCode !== 200) { + * error = new Error('Request Failed.\n' + + * `Status Code: ${statusCode}`); + * } else if (!/^application\/json/.test(contentType)) { + * error = new Error('Invalid content-type.\n' + + * `Expected application/json but received ${contentType}`); + * } + * if (error) { + * console.error(error.message); + * // Consume response data to free up memory + * res.resume(); + * return; + * } + * + * res.setEncoding('utf8'); + * let rawData = ''; + * res.on('data', (chunk) => { rawData += chunk; }); + * res.on('end', () => { + * try { + * const parsedData = JSON.parse(rawData); + * console.log(parsedData); + * } catch (e) { + * console.error(e.message); + * } + * }); + * }).on('error', (e) => { + * console.error(`Got error: ${e.message}`); + * }); + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!' + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. Properties that are inherited from the prototype are ignored. + */ + function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + + /** + * Performs the low-level validations on the provided name that are done when `res.setHeader(name, value)` is called. + * Passing illegal value as name will result in a TypeError being thrown, identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. + * @param name Header name + * @since v14.3.0 + */ + function validateHeaderName(name: string): void; + /** + * Performs the low-level validations on the provided value that are done when `res.setHeader(name, value)` is called. + * Passing illegal value as value will result in a TypeError being thrown. + * - Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. + * - Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. + * @param name Header name + * @param value Header value + * @since v14.3.0 + */ + function validateHeaderValue(name: string, value: string): void; + + /** + * Set the maximum number of idle HTTP parsers. Default: 1000. + * @param count + * @since v18.8.0, v16.18.0 + */ + function setMaxIdleHTTPParsers(count: number): void; + + let globalAgent: Agent; + /** + * Read-only property specifying the maximum allowed size of HTTP headers in bytes. + * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. + */ + const maxHeaderSize: number; +} +declare module 'node:http' { + export * from 'http'; +} diff --git a/node_modules/@types/node/ts4.8/http2.d.ts b/node_modules/@types/node/ts4.8/http2.d.ts new file mode 100644 index 000000000..0e3682609 --- /dev/null +++ b/node_modules/@types/node/ts4.8/http2.d.ts @@ -0,0 +1,2134 @@ +/** + * The `http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. It + * can be accessed using: + * + * ```js + * const http2 = require('http2'); + * ``` + * @since v8.4.0 + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/http2.js) + */ +declare module 'http2' { + import EventEmitter = require('node:events'); + import * as fs from 'node:fs'; + import * as net from 'node:net'; + import * as stream from 'node:stream'; + import * as tls from 'node:tls'; + import * as url from 'node:url'; + import { IncomingHttpHeaders as Http1IncomingHttpHeaders, OutgoingHttpHeaders, IncomingMessage, ServerResponse } from 'node:http'; + export { OutgoingHttpHeaders } from 'node:http'; + export interface IncomingHttpStatusHeader { + ':status'?: number | undefined; + } + export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { + ':path'?: string | undefined; + ':method'?: string | undefined; + ':authority'?: string | undefined; + ':scheme'?: string | undefined; + } + // Http2Stream + export interface StreamPriorityOptions { + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + silent?: boolean | undefined; + } + export interface StreamState { + localWindowSize?: number | undefined; + state?: number | undefined; + localClose?: number | undefined; + remoteClose?: number | undefined; + sumDependencyWeight?: number | undefined; + weight?: number | undefined; + } + export interface ServerStreamResponseOptions { + endStream?: boolean | undefined; + waitForTrailers?: boolean | undefined; + } + export interface StatOptions { + offset: number; + length: number; + } + export interface ServerStreamFileResponseOptions { + statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean; + waitForTrailers?: boolean | undefined; + offset?: number | undefined; + length?: number | undefined; + } + export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { + onError?(err: NodeJS.ErrnoException): void; + } + export interface Http2Stream extends stream.Duplex { + /** + * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, + * the `'aborted'` event will have been emitted. + * @since v8.4.0 + */ + readonly aborted: boolean; + /** + * This property shows the number of characters currently buffered to be written. + * See `net.Socket.bufferSize` for details. + * @since v11.2.0, v10.16.0 + */ + readonly bufferSize: number; + /** + * Set to `true` if the `Http2Stream` instance has been closed. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer + * usable. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Set to `true` if the `END_STREAM` flag was set in the request or response + * HEADERS frame received, indicating that no additional data should be received + * and the readable side of the `Http2Stream` will be closed. + * @since v10.11.0 + */ + readonly endAfterHeaders: boolean; + /** + * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined`if the stream identifier has not yet been assigned. + * @since v8.4.0 + */ + readonly id?: number | undefined; + /** + * Set to `true` if the `Http2Stream` instance has not yet been assigned a + * numeric stream identifier. + * @since v9.4.0 + */ + readonly pending: boolean; + /** + * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is + * destroyed after either receiving an `RST_STREAM` frame from the connected peer, + * calling `http2stream.close()`, or `http2stream.destroy()`. Will be`undefined` if the `Http2Stream` has not been closed. + * @since v8.4.0 + */ + readonly rstCode: number; + /** + * An object containing the outbound headers sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentHeaders: OutgoingHttpHeaders; + /** + * An array of objects containing the outbound informational (additional) headers + * sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; + /** + * An object containing the outbound trailers sent for this `HttpStream`. + * @since v9.5.0 + */ + readonly sentTrailers?: OutgoingHttpHeaders | undefined; + /** + * A reference to the `Http2Session` instance that owns this `Http2Stream`. The + * value will be `undefined` after the `Http2Stream` instance is destroyed. + * @since v8.4.0 + */ + readonly session: Http2Session; + /** + * Provides miscellaneous information about the current state of the`Http2Stream`. + * + * A current state of this `Http2Stream`. + * @since v8.4.0 + */ + readonly state: StreamState; + /** + * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the + * connected HTTP/2 peer. + * @since v8.4.0 + * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. + * @param callback An optional function registered to listen for the `'close'` event. + */ + close(code?: number, callback?: () => void): void; + /** + * Updates the priority for this `Http2Stream` instance. + * @since v8.4.0 + */ + priority(options: StreamPriorityOptions): void; + /** + * ```js + * const http2 = require('http2'); + * const client = http2.connect('http://example.org:8000'); + * const { NGHTTP2_CANCEL } = http2.constants; + * const req = client.request({ ':path': '/' }); + * + * // Cancel the stream if there's no activity after 5 seconds + * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); + * ``` + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method + * will cause the `Http2Stream` to be immediately closed and must only be + * called after the `'wantTrailers'` event has been emitted. When sending a + * request or sending a response, the `options.waitForTrailers` option must be set + * in order to keep the `Http2Stream` open after the final `DATA` frame so that + * trailers can be sent. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond(undefined, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ xyz: 'abc' }); + * }); + * stream.end('Hello World'); + * }); + * ``` + * + * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header + * fields (e.g. `':method'`, `':path'`, etc). + * @since v10.0.0 + */ + sendTrailers(headers: OutgoingHttpHeaders): void; + addListener(event: 'aborted', listener: () => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'streamClosed', listener: (code: number) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'wantTrailers', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'aborted'): boolean; + emit(event: 'close'): boolean; + emit(event: 'data', chunk: Buffer | string): boolean; + emit(event: 'drain'): boolean; + emit(event: 'end'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'finish'): boolean; + emit(event: 'frameError', frameType: number, errorCode: number): boolean; + emit(event: 'pipe', src: stream.Readable): boolean; + emit(event: 'unpipe', src: stream.Readable): boolean; + emit(event: 'streamClosed', code: number): boolean; + emit(event: 'timeout'): boolean; + emit(event: 'trailers', trailers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'wantTrailers'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'aborted', listener: () => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: Buffer | string) => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: 'streamClosed', listener: (code: number) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'wantTrailers', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'aborted', listener: () => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: Buffer | string) => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: 'streamClosed', listener: (code: number) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'wantTrailers', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'aborted', listener: () => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'streamClosed', listener: (code: number) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'wantTrailers', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'aborted', listener: () => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number) => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'streamClosed', listener: (code: number) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: 'trailers', listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'wantTrailers', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Stream extends Http2Stream { + addListener(event: 'continue', listener: () => {}): this; + addListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'continue'): boolean; + emit(event: 'headers', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: 'push', headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'response', headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'continue', listener: () => {}): this; + on(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'continue', listener: () => {}): this; + once(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'continue', listener: () => {}): this; + prependListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'continue', listener: () => {}): this; + prependOnceListener(event: 'headers', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: 'push', listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'response', listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ServerHttp2Stream extends Http2Stream { + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote + * client's most recent `SETTINGS` frame. Will be `true` if the remote peer + * accepts push streams, `false` otherwise. Settings are the same for every`Http2Stream` in the same `Http2Session`. + * @since v8.4.0 + */ + readonly pushAllowed: boolean; + /** + * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. + * @since v8.4.0 + */ + additionalHeaders(headers: OutgoingHttpHeaders): void; + /** + * Initiates a push stream. The callback is invoked with the new `Http2Stream`instance created for the push stream passed as the second argument, or an`Error` passed as the first argument. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { + * if (err) throw err; + * pushStream.respond({ ':status': 200 }); + * pushStream.end('some pushed data'); + * }); + * stream.end('some data'); + * }); + * ``` + * + * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass + * a `weight` value to `http2stream.priority` with the `silent` option set to`true` to enable server-side bandwidth balancing between concurrent streams. + * + * Calling `http2stream.pushStream()` from within a pushed stream is not permitted + * and will throw an error. + * @since v8.4.0 + * @param callback Callback that is called once the push stream has been initiated. + */ + pushStream(headers: OutgoingHttpHeaders, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; + pushStream(headers: OutgoingHttpHeaders, options?: StreamPriorityOptions, callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void): void; + /** + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.end('some data'); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * stream.end('some data'); + * }); + * ``` + * @since v8.4.0 + */ + respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; + /** + * Initiates a response whose data is read from the given file descriptor. No + * validation is performed on the given file descriptor. If an error occurs while + * attempting to read data using the file descriptor, the `Http2Stream` will be + * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * ```js + * const http2 = require('http2'); + * const fs = require('fs'); + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8' + * }; + * stream.respondWithFD(fd, headers); + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given fd. If the `statCheck` function is provided, the`http2stream.respondWithFD()` method will perform an `fs.fstat()` call to + * collect details on the provided file descriptor. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The file descriptor or `FileHandle` is not closed when the stream is closed, + * so it will need to be closed manually once it is no longer needed. + * Using the same file descriptor concurrently for multiple streams + * is not supported and may result in data loss. Re-using a file descriptor + * after a stream has finished is supported. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code _must_ call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * const http2 = require('http2'); + * const fs = require('fs'); + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8' + * }; + * stream.respondWithFD(fd, headers, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * @since v8.4.0 + * @param fd A readable file descriptor. + */ + respondWithFD(fd: number | fs.promises.FileHandle, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptions): void; + /** + * Sends a regular file as the response. The `path` must specify a regular file + * or an `'error'` event will be emitted on the `Http2Stream` object. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given file: + * + * If an error occurs while attempting to read the file data, the `Http2Stream`will be closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR`code. If the `onError` callback is + * defined, then it will be called. Otherwise + * the stream will be destroyed. + * + * Example using a file path: + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * headers['last-modified'] = stat.mtime.toUTCString(); + * } + * + * function onError(err) { + * // stream.respond() can throw if the stream has been destroyed by + * // the other side. + * try { + * if (err.code === 'ENOENT') { + * stream.respond({ ':status': 404 }); + * } else { + * stream.respond({ ':status': 500 }); + * } + * } catch (err) { + * // Perform actual error handling. + * console.log(err); + * } + * stream.end(); + * } + * + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck, onError }); + * }); + * ``` + * + * The `options.statCheck` function may also be used to cancel the send operation + * by returning `false`. For instance, a conditional request may check the stat + * results to determine if the file has been modified to return an appropriate`304` response: + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * // Check the stat here... + * stream.respond({ ':status': 304 }); + * return false; // Cancel the send operation + * } + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck }); + * }); + * ``` + * + * The `content-length` header field will be automatically set. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The `options.onError` function may also be used to handle all the errors + * that could happen before the delivery of the file is initiated. The + * default behavior is to destroy the stream. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * }); + * ``` + * @since v8.4.0 + */ + respondWithFile(path: string, headers?: OutgoingHttpHeaders, options?: ServerStreamFileResponseOptionsWithError): void; + } + // Http2Session + export interface Settings { + headerTableSize?: number | undefined; + enablePush?: boolean | undefined; + initialWindowSize?: number | undefined; + maxFrameSize?: number | undefined; + maxConcurrentStreams?: number | undefined; + maxHeaderListSize?: number | undefined; + enableConnectProtocol?: boolean | undefined; + } + export interface ClientSessionRequestOptions { + endStream?: boolean | undefined; + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + waitForTrailers?: boolean | undefined; + signal?: AbortSignal | undefined; + } + export interface SessionState { + effectiveLocalWindowSize?: number | undefined; + effectiveRecvDataLength?: number | undefined; + nextStreamID?: number | undefined; + localWindowSize?: number | undefined; + lastProcStreamID?: number | undefined; + remoteWindowSize?: number | undefined; + outboundQueueSize?: number | undefined; + deflateDynamicTableSize?: number | undefined; + inflateDynamicTableSize?: number | undefined; + } + export interface Http2Session extends EventEmitter { + /** + * Value will be `undefined` if the `Http2Session` is not yet connected to a + * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or + * will return the value of the connected `TLSSocket`'s own `alpnProtocol`property. + * @since v9.4.0 + */ + readonly alpnProtocol?: string | undefined; + /** + * Will be `true` if this `Http2Session` instance has been closed, otherwise`false`. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Will be `true` if this `Http2Session` instance is still connecting, will be set + * to `false` before emitting `connect` event and/or calling the `http2.connect`callback. + * @since v10.0.0 + */ + readonly connecting: boolean; + /** + * Will be `true` if this `Http2Session` instance has been destroyed and must no + * longer be used, otherwise `false`. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Value is `undefined` if the `Http2Session` session socket has not yet been + * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, + * and `false` if the `Http2Session` is connected to any other kind of socket + * or stream. + * @since v9.4.0 + */ + readonly encrypted?: boolean | undefined; + /** + * A prototype-less object describing the current local settings of this`Http2Session`. The local settings are local to _this_`Http2Session` instance. + * @since v8.4.0 + */ + readonly localSettings: Settings; + /** + * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property + * will return an `Array` of origins for which the `Http2Session` may be + * considered authoritative. + * + * The `originSet` property is only available when using a secure TLS connection. + * @since v9.4.0 + */ + readonly originSet?: string[] | undefined; + /** + * Indicates whether the `Http2Session` is currently waiting for acknowledgment of + * a sent `SETTINGS` frame. Will be `true` after calling the`http2session.settings()` method. Will be `false` once all sent `SETTINGS`frames have been acknowledged. + * @since v8.4.0 + */ + readonly pendingSettingsAck: boolean; + /** + * A prototype-less object describing the current remote settings of this`Http2Session`. The remote settings are set by the _connected_ HTTP/2 peer. + * @since v8.4.0 + */ + readonly remoteSettings: Settings; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * limits available methods to ones safe to use with HTTP/2. + * + * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw + * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. + * + * `setTimeout` method will be called on this `Http2Session`. + * + * All other interactions will be routed directly to the socket. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * Provides miscellaneous information about the current state of the`Http2Session`. + * + * An object describing the current status of this `Http2Session`. + * @since v8.4.0 + */ + readonly state: SessionState; + /** + * The `http2session.type` will be equal to`http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a + * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a + * client. + * @since v8.4.0 + */ + readonly type: number; + /** + * Gracefully closes the `Http2Session`, allowing any existing streams to + * complete on their own and preventing new `Http2Stream` instances from being + * created. Once closed, `http2session.destroy()`_might_ be called if there + * are no open `Http2Stream` instances. + * + * If specified, the `callback` function is registered as a handler for the`'close'` event. + * @since v9.4.0 + */ + close(callback?: () => void): void; + /** + * Immediately terminates the `Http2Session` and the associated `net.Socket` or`tls.TLSSocket`. + * + * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error`is not undefined, an `'error'` event will be emitted immediately before the`'close'` event. + * + * If there are any remaining open `Http2Streams` associated with the`Http2Session`, those will also be destroyed. + * @since v8.4.0 + * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. + * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. + */ + destroy(error?: Error, code?: number): void; + /** + * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. + * @since v9.4.0 + * @param code An HTTP/2 error code + * @param lastStreamID The numeric ID of the last processed `Http2Stream` + * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. + */ + goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; + /** + * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must + * be provided. The method will return `true` if the `PING` was sent, `false`otherwise. + * + * The maximum number of outstanding (unacknowledged) pings is determined by the`maxOutstandingPings` configuration option. The default maximum is 10. + * + * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView`containing 8 bytes of data that will be transmitted with the `PING` and + * returned with the ping acknowledgment. + * + * The callback will be invoked with three arguments: an error argument that will + * be `null` if the `PING` was successfully acknowledged, a `duration` argument + * that reports the number of milliseconds elapsed since the ping was sent and the + * acknowledgment was received, and a `Buffer` containing the 8-byte `PING`payload. + * + * ```js + * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { + * if (!err) { + * console.log(`Ping acknowledged in ${duration} milliseconds`); + * console.log(`With payload '${payload.toString()}'`); + * } + * }); + * ``` + * + * If the `payload` argument is not specified, the default payload will be the + * 64-bit timestamp (little endian) marking the start of the `PING` duration. + * @since v8.9.3 + * @param payload Optional ping payload. + */ + ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + ping(payload: NodeJS.ArrayBufferView, callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + /** + * Calls `ref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + ref(): void; + /** + * Sets the local endpoint's window size. + * The `windowSize` is the total window size to set, not + * the delta. + * + * ```js + * const http2 = require('http2'); + * + * const server = http2.createServer(); + * const expectedWindowSize = 2 ** 20; + * server.on('connect', (session) => { + * + * // Set local window size to be 2 ** 20 + * session.setLocalWindowSize(expectedWindowSize); + * }); + * ``` + * @since v15.3.0, v14.18.0 + */ + setLocalWindowSize(windowSize: number): void; + /** + * Used to set a callback function that is called when there is no activity on + * the `Http2Session` after `msecs` milliseconds. The given `callback` is + * registered as a listener on the `'timeout'` event. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Updates the current local settings for this `Http2Session` and sends a new`SETTINGS` frame to the connected HTTP/2 peer. + * + * Once called, the `http2session.pendingSettingsAck` property will be `true`while the session is waiting for the remote peer to acknowledge the new + * settings. + * + * The new settings will not become effective until the `SETTINGS` acknowledgment + * is received and the `'localSettings'` event is emitted. It is possible to send + * multiple `SETTINGS` frames while acknowledgment is still pending. + * @since v8.4.0 + * @param callback Callback that is called once the session is connected or right away if the session is already connected. + */ + settings(settings: Settings, callback?: (err: Error | null, settings: Settings, duration: number) => void): void; + /** + * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + unref(): void; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + addListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + addListener(event: 'localSettings', listener: (settings: Settings) => void): this; + addListener(event: 'ping', listener: () => void): this; + addListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'frameError', frameType: number, errorCode: number, streamID: number): boolean; + emit(event: 'goaway', errorCode: number, lastStreamID: number, opaqueData: Buffer): boolean; + emit(event: 'localSettings', settings: Settings): boolean; + emit(event: 'ping'): boolean; + emit(event: 'remoteSettings', settings: Settings): boolean; + emit(event: 'timeout'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + on(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + on(event: 'localSettings', listener: (settings: Settings) => void): this; + on(event: 'ping', listener: () => void): this; + on(event: 'remoteSettings', listener: (settings: Settings) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + once(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + once(event: 'localSettings', listener: (settings: Settings) => void): this; + once(event: 'ping', listener: () => void): this; + once(event: 'remoteSettings', listener: (settings: Settings) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + prependListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + prependListener(event: 'localSettings', listener: (settings: Settings) => void): this; + prependListener(event: 'ping', listener: () => void): this; + prependListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'frameError', listener: (frameType: number, errorCode: number, streamID: number) => void): this; + prependOnceListener(event: 'goaway', listener: (errorCode: number, lastStreamID: number, opaqueData: Buffer) => void): this; + prependOnceListener(event: 'localSettings', listener: (settings: Settings) => void): this; + prependOnceListener(event: 'ping', listener: () => void): this; + prependOnceListener(event: 'remoteSettings', listener: (settings: Settings) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Session extends Http2Session { + /** + * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()`creates and returns an `Http2Stream` instance that can be used to send an + * HTTP/2 request to the connected server. + * + * When a `ClientHttp2Session` is first created, the socket may not yet be + * connected. if `clienthttp2session.request()` is called during this time, the + * actual request will be deferred until the socket is ready to go. + * If the `session` is closed before the actual request be executed, an`ERR_HTTP2_GOAWAY_SESSION` is thrown. + * + * This method is only available if `http2session.type` is equal to`http2.constants.NGHTTP2_SESSION_CLIENT`. + * + * ```js + * const http2 = require('http2'); + * const clientSession = http2.connect('https://localhost:1234'); + * const { + * HTTP2_HEADER_PATH, + * HTTP2_HEADER_STATUS + * } = http2.constants; + * + * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); + * req.on('response', (headers) => { + * console.log(headers[HTTP2_HEADER_STATUS]); + * req.on('data', (chunk) => { // .. }); + * req.on('end', () => { // .. }); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * is emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be called to send trailing + * headers to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * When `options.signal` is set with an `AbortSignal` and then `abort` on the + * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. + * + * The `:method` and `:path` pseudo-headers are not specified within `headers`, + * they respectively default to: + * + * * `:method` \= `'GET'` + * * `:path` \= `/` + * @since v8.4.0 + */ + request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; + addListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + addListener(event: 'origin', listener: (origins: string[]) => void): this; + addListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + addListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'altsvc', alt: string, origin: string, stream: number): boolean; + emit(event: 'origin', origins: ReadonlyArray): boolean; + emit(event: 'connect', session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit(event: 'stream', stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + on(event: 'origin', listener: (origins: string[]) => void): this; + on(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + once(event: 'origin', listener: (origins: string[]) => void): this; + once(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + once(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + prependListener(event: 'origin', listener: (origins: string[]) => void): this; + prependListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'altsvc', listener: (alt: string, origin: string, stream: number) => void): this; + prependOnceListener(event: 'origin', listener: (origins: string[]) => void): this; + prependOnceListener(event: 'connect', listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ClientHttp2Stream, headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface AlternativeServiceOptions { + origin: number | string | url.URL; + } + export interface ServerHttp2Session extends Http2Session { + readonly server: Http2Server | Http2SecureServer; + /** + * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. + * + * ```js + * const http2 = require('http2'); + * + * const server = http2.createServer(); + * server.on('session', (session) => { + * // Set altsvc for origin https://example.org:80 + * session.altsvc('h2=":8000"', 'https://example.org:80'); + * }); + * + * server.on('stream', (stream) => { + * // Set altsvc for a specific stream + * stream.session.altsvc('h2=":8000"', stream.id); + * }); + * ``` + * + * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate + * service is associated with the origin of the given `Http2Stream`. + * + * The `alt` and origin string _must_ contain only ASCII bytes and are + * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given + * domain. + * + * When a string is passed for the `originOrStream` argument, it will be parsed as + * a URL and the origin will be derived. For instance, the origin for the + * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * @since v9.4.0 + * @param alt A description of the alternative service configuration as defined by `RFC 7838`. + * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the + * `http2stream.id` property. + */ + altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; + /** + * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client + * to advertise the set of origins for which the server is capable of providing + * authoritative responses. + * + * ```js + * const http2 = require('http2'); + * const options = getSecureOptionsSomehow(); + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * server.on('session', (session) => { + * session.origin('https://example.com', 'https://example.org'); + * }); + * ``` + * + * When a string is passed as an `origin`, it will be parsed as a URL and the + * origin will be derived. For instance, the origin for the HTTP URL`'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given + * string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as + * an `origin`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * + * Alternatively, the `origins` option may be used when creating a new HTTP/2 + * server using the `http2.createSecureServer()` method: + * + * ```js + * const http2 = require('http2'); + * const options = getSecureOptionsSomehow(); + * options.origins = ['https://example.com', 'https://example.org']; + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * ``` + * @since v10.12.0 + * @param origins One or more URL Strings passed as separate arguments. + */ + origin( + ...origins: Array< + | string + | url.URL + | { + origin: string; + } + > + ): void; + addListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'connect', session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'connect', listener: (session: ServerHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + // Http2Server + export interface SessionOptions { + maxDeflateDynamicTableSize?: number | undefined; + maxSessionMemory?: number | undefined; + maxHeaderListPairs?: number | undefined; + maxOutstandingPings?: number | undefined; + maxSendHeaderBlockLength?: number | undefined; + paddingStrategy?: number | undefined; + peerMaxConcurrentStreams?: number | undefined; + settings?: Settings | undefined; + /** + * Specifies a timeout in milliseconds that + * a server should wait when an [`'unknownProtocol'`][] is emitted. If the + * socket has not been destroyed by that time the server will destroy it. + * @default 100000 + */ + unknownProtocolTimeout?: number | undefined; + selectPadding?(frameLen: number, maxFrameLen: number): number; + createConnection?(authority: url.URL, option: SessionOptions): stream.Duplex; + } + export interface ClientSessionOptions extends SessionOptions { + maxReservedRemoteStreams?: number | undefined; + createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; + protocol?: 'http:' | 'https:' | undefined; + } + export interface ServerSessionOptions extends SessionOptions { + Http1IncomingMessage?: typeof IncomingMessage | undefined; + Http1ServerResponse?: typeof ServerResponse | undefined; + Http2ServerRequest?: typeof Http2ServerRequest | undefined; + Http2ServerResponse?: typeof Http2ServerResponse | undefined; + } + export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} + export interface SecureServerSessionOptions extends ServerSessionOptions, tls.TlsOptions {} + export interface ServerOptions extends ServerSessionOptions {} + export interface SecureServerOptions extends SecureServerSessionOptions { + allowHTTP1?: boolean | undefined; + origins?: string[] | undefined; + } + interface HTTP2ServerCommon { + setTimeout(msec?: number, callback?: () => void): this; + /** + * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. + * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. + */ + updateSettings(settings: Settings): void; + } + export interface Http2Server extends net.Server, HTTP2ServerCommon { + addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + addListener(event: 'sessionError', listener: (err: Error) => void): this; + addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'session', session: ServerHttp2Session): boolean; + emit(event: 'sessionError', err: Error): boolean; + emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'timeout'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'session', listener: (session: ServerHttp2Session) => void): this; + on(event: 'sessionError', listener: (err: Error) => void): this; + on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'session', listener: (session: ServerHttp2Session) => void): this; + once(event: 'sessionError', listener: (err: Error) => void): this; + once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependListener(event: 'sessionError', listener: (err: Error) => void): this; + prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface Http2SecureServer extends tls.Server, HTTP2ServerCommon { + addListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + addListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + addListener(event: 'sessionError', listener: (err: Error) => void): this; + addListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: 'timeout', listener: () => void): this; + addListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'checkContinue', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'request', request: Http2ServerRequest, response: Http2ServerResponse): boolean; + emit(event: 'session', session: ServerHttp2Session): boolean; + emit(event: 'sessionError', err: Error): boolean; + emit(event: 'stream', stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: 'timeout'): boolean; + emit(event: 'unknownProtocol', socket: tls.TLSSocket): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + on(event: 'session', listener: (session: ServerHttp2Session) => void): this; + on(event: 'sessionError', listener: (err: Error) => void): this; + on(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + on(event: 'timeout', listener: () => void): this; + on(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + once(event: 'session', listener: (session: ServerHttp2Session) => void): this; + once(event: 'sessionError', listener: (err: Error) => void): this; + once(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + once(event: 'timeout', listener: () => void): this; + once(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependListener(event: 'sessionError', listener: (err: Error) => void): this; + prependListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'checkContinue', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'request', listener: (request: Http2ServerRequest, response: Http2ServerResponse) => void): this; + prependOnceListener(event: 'session', listener: (session: ServerHttp2Session) => void): this; + prependOnceListener(event: 'sessionError', listener: (err: Error) => void): this; + prependOnceListener(event: 'stream', listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: 'unknownProtocol', listener: (socket: tls.TLSSocket) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, + * headers, and + * data. + * @since v8.4.0 + */ + export class Http2ServerRequest extends stream.Readable { + constructor(stream: ServerHttp2Stream, headers: IncomingHttpHeaders, options: stream.ReadableOptions, rawHeaders: ReadonlyArray); + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + */ + readonly aborted: boolean; + /** + * The request authority pseudo header field. Because HTTP/2 allows requests + * to set either `:authority` or `host`, this value is derived from`req.headers[':authority']` if present. Otherwise, it is derived from`req.headers['host']`. + * @since v8.4.0 + */ + readonly authority: string; + /** + * See `request.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * The `request.complete` property will be `true` if the request has + * been completed, aborted, or destroyed. + * @since v12.10.0 + */ + readonly complete: boolean; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * See `HTTP/2 Headers Object`. + * + * In HTTP/2, the request path, host name, protocol, and method are represented as + * special headers prefixed with the `:` character (e.g. `':path'`). These special + * headers will be included in the `request.headers` object. Care must be taken not + * to inadvertently modify these special headers or errors may occur. For instance, + * removing all headers from the request will cause errors to occur: + * + * ```js + * removeAllHeaders(request.headers); + * assert(request.url); // Fails because the :path header has been removed + * ``` + * @since v8.4.0 + */ + readonly headers: IncomingHttpHeaders; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. Returns`'2.0'`. + * + * Also `message.httpVersionMajor` is the first integer and`message.httpVersionMinor` is the second. + * @since v8.4.0 + */ + readonly httpVersion: string; + readonly httpVersionMinor: number; + readonly httpVersionMajor: number; + /** + * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. + * @since v8.4.0 + */ + readonly method: string; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v8.4.0 + */ + readonly rawHeaders: string[]; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly rawTrailers: string[]; + /** + * The request scheme pseudo header field indicating the scheme + * portion of the target URL. + * @since v8.4.0 + */ + readonly scheme: string; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `request.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`request.stream`. + * + * `setTimeout` method will be called on `request.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. With TLS support, + * use `request.socket.getPeerCertificate()` to obtain the client's + * authentication details. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the request. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly trailers: IncomingHttpHeaders; + /** + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. If the request is: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * Then `request.url` will be: + * + * ```js + * '/status?name=ryan' + * ``` + * + * To parse the url into its parts, `new URL()` can be used: + * + * ```console + * $ node + * > new URL('/status?name=ryan', 'http://example.com') + * URL { + * href: 'http://example.com/status?name=ryan', + * origin: 'http://example.com', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'example.com', + * hostname: 'example.com', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v8.4.0 + */ + url: string; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + read(size?: number): Buffer | string | null; + addListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'readable', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'aborted', hadError: boolean, code: number): boolean; + emit(event: 'close'): boolean; + emit(event: 'data', chunk: Buffer | string): boolean; + emit(event: 'end'): boolean; + emit(event: 'readable'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: Buffer | string) => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'readable', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: Buffer | string) => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'readable', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'readable', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'aborted', listener: (hadError: boolean, code: number) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'readable', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v8.4.0 + */ + export class Http2ServerResponse extends stream.Writable { + constructor(stream: ServerHttp2Stream); + /** + * See `response.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * Boolean value that indicates whether the response has completed. Starts + * as `false`. After `response.end()` executes, the value will be `true`. + * @since v8.4.0 + * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. + */ + readonly finished: boolean; + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * A reference to the original HTTP2 request object. + * @since v15.7.0 + */ + readonly req: Http2ServerRequest; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `response.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on`response.stream`. + * + * `setTimeout` method will be called on `response.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code`ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. + * + * ```js + * const http2 = require('http2'); + * const server = http2.createServer((req, res) => { + * const ip = req.socket.remoteAddress; + * const port = req.socket.remotePort; + * res.end(`Your IP address is ${ip} and your source port is ${port}.`); + * }).listen(3000); + * ``` + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the response. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * When true, the Date header will be automatically generated and sent in + * the response if it is not already present in the headers. Defaults to true. + * + * This should only be disabled for testing; HTTP requires the Date header + * in responses. + * @since v8.4.0 + */ + sendDate: boolean; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v8.4.0 + */ + statusCode: number; + /** + * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns + * an empty string. + * @since v8.4.0 + */ + statusMessage: ''; + /** + * This method adds HTTP trailing headers (a header but at the end of the + * message) to the response. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + addTrailers(trailers: OutgoingHttpHeaders): void; + /** + * This method signals to the server that all of the response headers and body + * have been sent; that server should consider this message complete. + * The method, `response.end()`, MUST be called on each response. + * + * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. + * + * If `callback` is specified, it will be called when the response stream + * is finished. + * @since v8.4.0 + */ + end(callback?: () => void): this; + end(data: string | Uint8Array, callback?: () => void): this; + end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; + /** + * Reads out a header that has already been queued but not sent to the client. + * The name is case-insensitive. + * + * ```js + * const contentType = response.getHeader('content-type'); + * ``` + * @since v8.4.0 + */ + getHeader(name: string): string; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All header names are lowercase. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = response.getHeaderNames(); + * // headerNames === ['foo', 'set-cookie'] + * ``` + * @since v8.4.0 + */ + getHeaderNames(): string[]; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow copy + * is used, array values may be mutated without additional calls to various + * header-related http module methods. The keys of the returned object are the + * header names and the values are the respective header values. All header names + * are lowercase. + * + * The object returned by the `response.getHeaders()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = response.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v8.4.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name matching is case-insensitive. + * + * ```js + * const hasContentType = response.hasHeader('content-type'); + * ``` + * @since v8.4.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that has been queued for implicit sending. + * + * ```js + * response.removeHeader('Content-Encoding'); + * ``` + * @since v8.4.0 + */ + removeHeader(name: string): void; + /** + * Sets a single header value for implicit headers. If this header already exists + * in the to-be-sent headers, its value will be replaced. Use an array of strings + * here to send multiple headers with the same name. + * + * ```js + * response.setHeader('Content-Type', 'text/html; charset=utf-8'); + * ``` + * + * or + * + * ```js + * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * @since v8.4.0 + */ + setHeader(name: string, value: number | string | ReadonlyArray): void; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * If this method is called and `response.writeHead()` has not been called, + * it will switch to implicit header mode and flush the implicit headers. + * + * This sends a chunk of the response body. This method may + * be called multiple times to provide successive parts of the body. + * + * In the `http` module, the response body is omitted when the + * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. + * + * `chunk` can be a string or a buffer. If `chunk` is a string, + * the second parameter specifies how to encode it into a byte stream. + * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk + * of data is flushed. + * + * This is the raw HTTP body and has nothing to do with higher-level multi-part + * body encodings that may be used. + * + * The first time `response.write()` is called, it will send the buffered + * header information and the first chunk of the body to the client. The second + * time `response.write()` is called, Node.js assumes data will be streamed, + * and sends the new data separately. That is, the response is buffered up to the + * first chunk of the body. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. + * @since v8.4.0 + */ + write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; + write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; + /** + * Sends a status `100 Continue` to the client, indicating that the request body + * should be sent. See the `'checkContinue'` event on `Http2Server` and`Http2SecureServer`. + * @since v8.4.0 + */ + writeContinue(): void; + /** + * Sends a status `103 Early Hints` to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. + * + * Example: + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics' + * }); + * ``` + * + * @since v18.11.0 + * @param hints An object containing the values of headers + */ + writeEarlyHints(hints: Record): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * + * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. + * + * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be + * passed as the second argument. However, because the `statusMessage` has no + * meaning within HTTP/2, the argument will have no effect and a process warning + * will be emitted. + * + * ```js + * const body = 'hello world'; + * response.writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain; charset=utf-8', + * }); + * ``` + * + * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a + * given encoding. On outbound messages, Node.js does not check if Content-Length + * and the length of the body being transmitted are equal or not. However, when + * receiving messages, Node.js will automatically reject messages when the`Content-Length` does not match the actual payload size. + * + * This method may be called at most one time on a message before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; + /** + * Call `http2stream.pushStream()` with the given headers, and wrap the + * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback + * parameter if successful. When `Http2ServerRequest` is closed, the callback is + * called with an error `ERR_HTTP2_INVALID_STREAM`. + * @since v8.4.0 + * @param headers An object describing the headers + * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of + * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method + */ + createPushResponse(headers: OutgoingHttpHeaders, callback: (err: Error | null, res: Http2ServerResponse) => void): void; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (error: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'drain'): boolean; + emit(event: 'error', error: Error): boolean; + emit(event: 'finish'): boolean; + emit(event: 'pipe', src: stream.Readable): boolean; + emit(event: 'unpipe', src: stream.Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (error: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: stream.Readable) => void): this; + on(event: 'unpipe', listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (error: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: stream.Readable) => void): this; + once(event: 'unpipe', listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (error: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (error: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export namespace constants { + const NGHTTP2_SESSION_SERVER: number; + const NGHTTP2_SESSION_CLIENT: number; + const NGHTTP2_STREAM_STATE_IDLE: number; + const NGHTTP2_STREAM_STATE_OPEN: number; + const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; + const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; + const NGHTTP2_STREAM_STATE_CLOSED: number; + const NGHTTP2_NO_ERROR: number; + const NGHTTP2_PROTOCOL_ERROR: number; + const NGHTTP2_INTERNAL_ERROR: number; + const NGHTTP2_FLOW_CONTROL_ERROR: number; + const NGHTTP2_SETTINGS_TIMEOUT: number; + const NGHTTP2_STREAM_CLOSED: number; + const NGHTTP2_FRAME_SIZE_ERROR: number; + const NGHTTP2_REFUSED_STREAM: number; + const NGHTTP2_CANCEL: number; + const NGHTTP2_COMPRESSION_ERROR: number; + const NGHTTP2_CONNECT_ERROR: number; + const NGHTTP2_ENHANCE_YOUR_CALM: number; + const NGHTTP2_INADEQUATE_SECURITY: number; + const NGHTTP2_HTTP_1_1_REQUIRED: number; + const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; + const NGHTTP2_FLAG_NONE: number; + const NGHTTP2_FLAG_END_STREAM: number; + const NGHTTP2_FLAG_END_HEADERS: number; + const NGHTTP2_FLAG_ACK: number; + const NGHTTP2_FLAG_PADDED: number; + const NGHTTP2_FLAG_PRIORITY: number; + const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; + const DEFAULT_SETTINGS_ENABLE_PUSH: number; + const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; + const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; + const MAX_MAX_FRAME_SIZE: number; + const MIN_MAX_FRAME_SIZE: number; + const MAX_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_DEFAULT_WEIGHT: number; + const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; + const NGHTTP2_SETTINGS_ENABLE_PUSH: number; + const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; + const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; + const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; + const PADDING_STRATEGY_NONE: number; + const PADDING_STRATEGY_MAX: number; + const PADDING_STRATEGY_CALLBACK: number; + const HTTP2_HEADER_STATUS: string; + const HTTP2_HEADER_METHOD: string; + const HTTP2_HEADER_AUTHORITY: string; + const HTTP2_HEADER_SCHEME: string; + const HTTP2_HEADER_PATH: string; + const HTTP2_HEADER_ACCEPT_CHARSET: string; + const HTTP2_HEADER_ACCEPT_ENCODING: string; + const HTTP2_HEADER_ACCEPT_LANGUAGE: string; + const HTTP2_HEADER_ACCEPT_RANGES: string; + const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_AGE: string; + const HTTP2_HEADER_ALLOW: string; + const HTTP2_HEADER_AUTHORIZATION: string; + const HTTP2_HEADER_CACHE_CONTROL: string; + const HTTP2_HEADER_CONNECTION: string; + const HTTP2_HEADER_CONTENT_DISPOSITION: string; + const HTTP2_HEADER_CONTENT_ENCODING: string; + const HTTP2_HEADER_CONTENT_LANGUAGE: string; + const HTTP2_HEADER_CONTENT_LENGTH: string; + const HTTP2_HEADER_CONTENT_LOCATION: string; + const HTTP2_HEADER_CONTENT_MD5: string; + const HTTP2_HEADER_CONTENT_RANGE: string; + const HTTP2_HEADER_CONTENT_TYPE: string; + const HTTP2_HEADER_COOKIE: string; + const HTTP2_HEADER_DATE: string; + const HTTP2_HEADER_ETAG: string; + const HTTP2_HEADER_EXPECT: string; + const HTTP2_HEADER_EXPIRES: string; + const HTTP2_HEADER_FROM: string; + const HTTP2_HEADER_HOST: string; + const HTTP2_HEADER_IF_MATCH: string; + const HTTP2_HEADER_IF_MODIFIED_SINCE: string; + const HTTP2_HEADER_IF_NONE_MATCH: string; + const HTTP2_HEADER_IF_RANGE: string; + const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; + const HTTP2_HEADER_LAST_MODIFIED: string; + const HTTP2_HEADER_LINK: string; + const HTTP2_HEADER_LOCATION: string; + const HTTP2_HEADER_MAX_FORWARDS: string; + const HTTP2_HEADER_PREFER: string; + const HTTP2_HEADER_PROXY_AUTHENTICATE: string; + const HTTP2_HEADER_PROXY_AUTHORIZATION: string; + const HTTP2_HEADER_RANGE: string; + const HTTP2_HEADER_REFERER: string; + const HTTP2_HEADER_REFRESH: string; + const HTTP2_HEADER_RETRY_AFTER: string; + const HTTP2_HEADER_SERVER: string; + const HTTP2_HEADER_SET_COOKIE: string; + const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; + const HTTP2_HEADER_TRANSFER_ENCODING: string; + const HTTP2_HEADER_TE: string; + const HTTP2_HEADER_UPGRADE: string; + const HTTP2_HEADER_USER_AGENT: string; + const HTTP2_HEADER_VARY: string; + const HTTP2_HEADER_VIA: string; + const HTTP2_HEADER_WWW_AUTHENTICATE: string; + const HTTP2_HEADER_HTTP2_SETTINGS: string; + const HTTP2_HEADER_KEEP_ALIVE: string; + const HTTP2_HEADER_PROXY_CONNECTION: string; + const HTTP2_METHOD_ACL: string; + const HTTP2_METHOD_BASELINE_CONTROL: string; + const HTTP2_METHOD_BIND: string; + const HTTP2_METHOD_CHECKIN: string; + const HTTP2_METHOD_CHECKOUT: string; + const HTTP2_METHOD_CONNECT: string; + const HTTP2_METHOD_COPY: string; + const HTTP2_METHOD_DELETE: string; + const HTTP2_METHOD_GET: string; + const HTTP2_METHOD_HEAD: string; + const HTTP2_METHOD_LABEL: string; + const HTTP2_METHOD_LINK: string; + const HTTP2_METHOD_LOCK: string; + const HTTP2_METHOD_MERGE: string; + const HTTP2_METHOD_MKACTIVITY: string; + const HTTP2_METHOD_MKCALENDAR: string; + const HTTP2_METHOD_MKCOL: string; + const HTTP2_METHOD_MKREDIRECTREF: string; + const HTTP2_METHOD_MKWORKSPACE: string; + const HTTP2_METHOD_MOVE: string; + const HTTP2_METHOD_OPTIONS: string; + const HTTP2_METHOD_ORDERPATCH: string; + const HTTP2_METHOD_PATCH: string; + const HTTP2_METHOD_POST: string; + const HTTP2_METHOD_PRI: string; + const HTTP2_METHOD_PROPFIND: string; + const HTTP2_METHOD_PROPPATCH: string; + const HTTP2_METHOD_PUT: string; + const HTTP2_METHOD_REBIND: string; + const HTTP2_METHOD_REPORT: string; + const HTTP2_METHOD_SEARCH: string; + const HTTP2_METHOD_TRACE: string; + const HTTP2_METHOD_UNBIND: string; + const HTTP2_METHOD_UNCHECKOUT: string; + const HTTP2_METHOD_UNLINK: string; + const HTTP2_METHOD_UNLOCK: string; + const HTTP2_METHOD_UPDATE: string; + const HTTP2_METHOD_UPDATEREDIRECTREF: string; + const HTTP2_METHOD_VERSION_CONTROL: string; + const HTTP_STATUS_CONTINUE: number; + const HTTP_STATUS_SWITCHING_PROTOCOLS: number; + const HTTP_STATUS_PROCESSING: number; + const HTTP_STATUS_OK: number; + const HTTP_STATUS_CREATED: number; + const HTTP_STATUS_ACCEPTED: number; + const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; + const HTTP_STATUS_NO_CONTENT: number; + const HTTP_STATUS_RESET_CONTENT: number; + const HTTP_STATUS_PARTIAL_CONTENT: number; + const HTTP_STATUS_MULTI_STATUS: number; + const HTTP_STATUS_ALREADY_REPORTED: number; + const HTTP_STATUS_IM_USED: number; + const HTTP_STATUS_MULTIPLE_CHOICES: number; + const HTTP_STATUS_MOVED_PERMANENTLY: number; + const HTTP_STATUS_FOUND: number; + const HTTP_STATUS_SEE_OTHER: number; + const HTTP_STATUS_NOT_MODIFIED: number; + const HTTP_STATUS_USE_PROXY: number; + const HTTP_STATUS_TEMPORARY_REDIRECT: number; + const HTTP_STATUS_PERMANENT_REDIRECT: number; + const HTTP_STATUS_BAD_REQUEST: number; + const HTTP_STATUS_UNAUTHORIZED: number; + const HTTP_STATUS_PAYMENT_REQUIRED: number; + const HTTP_STATUS_FORBIDDEN: number; + const HTTP_STATUS_NOT_FOUND: number; + const HTTP_STATUS_METHOD_NOT_ALLOWED: number; + const HTTP_STATUS_NOT_ACCEPTABLE: number; + const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; + const HTTP_STATUS_REQUEST_TIMEOUT: number; + const HTTP_STATUS_CONFLICT: number; + const HTTP_STATUS_GONE: number; + const HTTP_STATUS_LENGTH_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_FAILED: number; + const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; + const HTTP_STATUS_URI_TOO_LONG: number; + const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; + const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; + const HTTP_STATUS_EXPECTATION_FAILED: number; + const HTTP_STATUS_TEAPOT: number; + const HTTP_STATUS_MISDIRECTED_REQUEST: number; + const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; + const HTTP_STATUS_LOCKED: number; + const HTTP_STATUS_FAILED_DEPENDENCY: number; + const HTTP_STATUS_UNORDERED_COLLECTION: number; + const HTTP_STATUS_UPGRADE_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_REQUIRED: number; + const HTTP_STATUS_TOO_MANY_REQUESTS: number; + const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; + const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; + const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; + const HTTP_STATUS_NOT_IMPLEMENTED: number; + const HTTP_STATUS_BAD_GATEWAY: number; + const HTTP_STATUS_SERVICE_UNAVAILABLE: number; + const HTTP_STATUS_GATEWAY_TIMEOUT: number; + const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; + const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; + const HTTP_STATUS_INSUFFICIENT_STORAGE: number; + const HTTP_STATUS_LOOP_DETECTED: number; + const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; + const HTTP_STATUS_NOT_EXTENDED: number; + const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; + } + /** + * This symbol can be set as a property on the HTTP/2 headers object with + * an array value in order to provide a list of headers considered sensitive. + */ + export const sensitiveHeaders: symbol; + /** + * Returns an object containing the default settings for an `Http2Session`instance. This method returns a new object instance every time it is called + * so instances returned may be safely modified for use. + * @since v8.4.0 + */ + export function getDefaultSettings(): Settings; + /** + * Returns a `Buffer` instance containing serialized representation of the given + * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended + * for use with the `HTTP2-Settings` header field. + * + * ```js + * const http2 = require('http2'); + * + * const packed = http2.getPackedSettings({ enablePush: false }); + * + * console.log(packed.toString('base64')); + * // Prints: AAIAAAAA + * ``` + * @since v8.4.0 + */ + export function getPackedSettings(settings: Settings): Buffer; + /** + * Returns a `HTTP/2 Settings Object` containing the deserialized settings from + * the given `Buffer` as generated by `http2.getPackedSettings()`. + * @since v8.4.0 + * @param buf The packed settings. + */ + export function getUnpackedSettings(buf: Uint8Array): Settings; + /** + * Returns a `net.Server` instance that creates and manages `Http2Session`instances. + * + * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when + * communicating + * with browser clients. + * + * ```js + * const http2 = require('http2'); + * + * // Create an unencrypted HTTP/2 server. + * // Since there are no browsers known that support + * // unencrypted HTTP/2, the use of `http2.createSecureServer()` + * // is necessary when communicating with browser clients. + * const server = http2.createServer(); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200 + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(80); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; + export function createServer(options: ServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2Server; + /** + * Returns a `tls.Server` instance that creates and manages `Http2Session`instances. + * + * ```js + * const http2 = require('http2'); + * const fs = require('fs'); + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem') + * }; + * + * // Create a secure HTTP/2 server + * const server = http2.createSecureServer(options); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200 + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(80); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createSecureServer(onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; + export function createSecureServer(options: SecureServerOptions, onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void): Http2SecureServer; + /** + * Returns a `ClientHttp2Session` instance. + * + * ```js + * const http2 = require('http2'); + * const client = http2.connect('https://localhost:1234'); + * + * // Use the client + * + * client.close(); + * ``` + * @since v8.4.0 + * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port + * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. + * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. + */ + export function connect(authority: string | url.URL, listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): ClientHttp2Session; + export function connect( + authority: string | url.URL, + options?: ClientSessionOptions | SecureClientSessionOptions, + listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void + ): ClientHttp2Session; +} +declare module 'node:http2' { + export * from 'http2'; +} diff --git a/node_modules/@types/node/ts4.8/https.d.ts b/node_modules/@types/node/ts4.8/https.d.ts new file mode 100644 index 000000000..bda367d74 --- /dev/null +++ b/node_modules/@types/node/ts4.8/https.d.ts @@ -0,0 +1,542 @@ +/** + * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a + * separate module. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/https.js) + */ +declare module 'https' { + import { Duplex } from 'node:stream'; + import * as tls from 'node:tls'; + import * as http from 'node:http'; + import { URL } from 'node:url'; + type ServerOptions< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions; + type RequestOptions = http.RequestOptions & + tls.SecureContextOptions & { + checkServerIdentity?: typeof tls.checkServerIdentity | undefined; + rejectUnauthorized?: boolean | undefined; // Defaults to true + servername?: string | undefined; // SNI TLS Extension + }; + interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { + rejectUnauthorized?: boolean | undefined; + maxCachedSessions?: number | undefined; + } + /** + * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. + * @since v0.4.5 + */ + class Agent extends http.Agent { + constructor(options?: AgentOptions); + options: AgentOptions; + } + interface Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + > extends http.Server {} + /** + * See `http.Server` for more information. + * @since v0.3.4 + */ + class Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + > extends tls.Server { + constructor(requestListener?: http.RequestListener); + constructor( + options: ServerOptions, + requestListener?: http.RequestListener, + ); + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + addListener( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + addListener( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + addListener( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + addListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connection', listener: (socket: Duplex) => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'checkContinue', listener: http.RequestListener): this; + addListener(event: 'checkExpectation', listener: http.RequestListener): this; + addListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + addListener( + event: 'connect', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + addListener(event: 'request', listener: http.RequestListener): this; + addListener( + event: 'upgrade', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: 'keylog', line: Buffer, tlsSocket: tls.TLSSocket): boolean; + emit( + event: 'newSession', + sessionId: Buffer, + sessionData: Buffer, + callback: (err: Error, resp: Buffer) => void, + ): boolean; + emit( + event: 'OCSPRequest', + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ): boolean; + emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; + emit(event: 'secureConnection', tlsSocket: tls.TLSSocket): boolean; + emit(event: 'tlsClientError', err: Error, tlsSocket: tls.TLSSocket): boolean; + emit(event: 'close'): boolean; + emit(event: 'connection', socket: Duplex): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit( + event: 'checkContinue', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: 'checkExpectation', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'clientError', err: Error, socket: Duplex): boolean; + emit(event: 'connect', req: InstanceType, socket: Duplex, head: Buffer): boolean; + emit( + event: 'request', + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: 'upgrade', req: InstanceType, socket: Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + on( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + on( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + on( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + on(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + on(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connection', listener: (socket: Duplex) => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'checkContinue', listener: http.RequestListener): this; + on(event: 'checkExpectation', listener: http.RequestListener): this; + on(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + on(event: 'connect', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + on(event: 'request', listener: http.RequestListener): this; + on(event: 'upgrade', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + once( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + once( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + once( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + once(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + once(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connection', listener: (socket: Duplex) => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'checkContinue', listener: http.RequestListener): this; + once(event: 'checkExpectation', listener: http.RequestListener): this; + once(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + once(event: 'connect', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: 'request', listener: http.RequestListener): this; + once(event: 'upgrade', listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependListener( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependListener( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependListener( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connection', listener: (socket: Duplex) => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'checkContinue', listener: http.RequestListener): this; + prependListener(event: 'checkExpectation', listener: http.RequestListener): this; + prependListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + prependListener( + event: 'connect', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependListener(event: 'request', listener: http.RequestListener): this; + prependListener( + event: 'upgrade', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener( + event: 'newSession', + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependOnceListener( + event: 'OCSPRequest', + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependOnceListener( + event: 'resumeSession', + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependOnceListener(event: 'secureConnection', listener: (tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connection', listener: (socket: Duplex) => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'checkContinue', listener: http.RequestListener): this; + prependOnceListener(event: 'checkExpectation', listener: http.RequestListener): this; + prependOnceListener(event: 'clientError', listener: (err: Error, socket: Duplex) => void): this; + prependOnceListener( + event: 'connect', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: 'request', listener: http.RequestListener): this; + prependOnceListener( + event: 'upgrade', + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + } + /** + * ```js + * // curl -k https://localhost:8000/ + * const https = require('https'); + * const fs = require('fs'); + * + * const options = { + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * + * Or + * + * ```js + * const https = require('https'); + * const fs = require('fs'); + * + * const options = { + * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), + * passphrase: 'sample' + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * @since v0.3.4 + * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. + * @param requestListener A listener to be added to the `'request'` event. + */ + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + >(requestListener?: http.RequestListener): Server; + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse = typeof http.ServerResponse, + >( + options: ServerOptions, + requestListener?: http.RequestListener, + ): Server; + /** + * Makes a request to a secure web server. + * + * The following additional `options` from `tls.connect()` are also accepted:`ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`,`honorCipherOrder`, `key`, `passphrase`, + * `pfx`, `rejectUnauthorized`,`secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`,`highWaterMark`. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * const https = require('https'); + * + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET' + * }; + * + * const req = https.request(options, (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(e); + * }); + * req.end(); + * ``` + * + * Example using options from `tls.connect()`: + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem') + * }; + * options.agent = new https.Agent(options); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Alternatively, opt out of connection pooling by not using an `Agent`. + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * agent: false + * }; + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('https://abc:xyz@example.com'); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): + * + * ```js + * const tls = require('tls'); + * const https = require('https'); + * const crypto = require('crypto'); + * + * function sha256(s) { + * return crypto.createHash('sha256').update(s).digest('base64'); + * } + * const options = { + * hostname: 'github.com', + * port: 443, + * path: '/', + * method: 'GET', + * checkServerIdentity: function(host, cert) { + * // Make sure the certificate is issued to the host we are connected to + * const err = tls.checkServerIdentity(host, cert); + * if (err) { + * return err; + * } + * + * // Pin the public key, similar to HPKP pin-sha25 pinning + * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; + * if (sha256(cert.pubkey) !== pubkey256) { + * const msg = 'Certificate verification error: ' + + * `The public key of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // Pin the exact certificate, rather than the pub key + * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + + * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; + * if (cert.fingerprint256 !== cert256) { + * const msg = 'Certificate verification error: ' + + * `The certificate of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // This loop is informational only. + * // Print the certificate and public key fingerprints of all certs in the + * // chain. Its common to pin the public key of the issuer on the public + * // internet, while pinning the public key of the service in sensitive + * // environments. + * do { + * console.log('Subject Common Name:', cert.subject.CN); + * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); + * + * hash = crypto.createHash('sha256'); + * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); + * + * lastprint256 = cert.fingerprint256; + * cert = cert.issuerCertificate; + * } while (cert.fingerprint256 !== lastprint256); + * + * }, + * }; + * + * options.agent = new https.Agent(options); + * const req = https.request(options, (res) => { + * console.log('All OK. Server matched our pinned cert or public key'); + * console.log('statusCode:', res.statusCode); + * // Print the HPKP values + * console.log('headers:', res.headers['public-key-pins']); + * + * res.on('data', (d) => {}); + * }); + * + * req.on('error', (e) => { + * console.error(e.message); + * }); + * req.end(); + * ``` + * + * Outputs for example: + * + * ```text + * Subject Common Name: github.com + * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 + * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= + * Subject Common Name: DigiCert SHA2 Extended Validation Server CA + * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A + * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= + * Subject Common Name: DigiCert High Assurance EV Root CA + * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF + * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= + * All OK. Server matched our pinned cert or public key + * statusCode: 200 + * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; + * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; + * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains + * ``` + * @since v0.3.6 + * @param options Accepts all `options` from `request`, with some differences in default values: + */ + function request( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + /** + * Like `http.get()` but for HTTPS. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * ```js + * const https = require('https'); + * + * https.get('https://encrypted.google.com/', (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * + * }).on('error', (e) => { + * console.error(e); + * }); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. + */ + function get( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function get( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + let globalAgent: Agent; +} +declare module 'node:https' { + export * from 'https'; +} diff --git a/node_modules/@types/node/ts4.8/index.d.ts b/node_modules/@types/node/ts4.8/index.d.ts new file mode 100644 index 000000000..7c8b38c63 --- /dev/null +++ b/node_modules/@types/node/ts4.8/index.d.ts @@ -0,0 +1,88 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * 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. + */ + +// NOTE: These definitions support NodeJS and TypeScript 4.8 and earlier. + +// Reference required types from the default lib: +/// +/// +/// +/// + +// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// + +/// diff --git a/node_modules/@types/node/ts4.8/inspector.d.ts b/node_modules/@types/node/ts4.8/inspector.d.ts new file mode 100644 index 000000000..eba0b55d8 --- /dev/null +++ b/node_modules/@types/node/ts4.8/inspector.d.ts @@ -0,0 +1,2741 @@ +// eslint-disable-next-line dt-header +// Type definitions for inspector + +// These definitions are auto-generated. +// Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330 +// for more information. + +// tslint:disable:max-line-length + +/** + * The `inspector` module provides an API for interacting with the V8 inspector. + * + * It can be accessed using: + * + * ```js + * const inspector = require('inspector'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/inspector.js) + */ +declare module 'inspector' { + import EventEmitter = require('node:events'); + interface InspectorNotification { + method: string; + params: T; + } + namespace Schema { + /** + * Description of the protocol domain. + */ + interface Domain { + /** + * Domain name. + */ + name: string; + /** + * Domain version. + */ + version: string; + } + interface GetDomainsReturnType { + /** + * List of supported domains. + */ + domains: Domain[]; + } + } + namespace Runtime { + /** + * Unique script identifier. + */ + type ScriptId = string; + /** + * Unique object identifier. + */ + type RemoteObjectId = string; + /** + * Primitive value which cannot be JSON-stringified. + */ + type UnserializableValue = string; + /** + * Mirror object referencing original JavaScript object. + */ + interface RemoteObject { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * Object class (constructor) name. Specified for object type values only. + */ + className?: string | undefined; + /** + * Remote object value in case of primitive values or JSON values (if it was requested). + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified does not have value, but gets this property. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * Unique object identifier (for non-primitive values). + */ + objectId?: RemoteObjectId | undefined; + /** + * Preview containing abbreviated property values. Specified for object type values only. + * @experimental + */ + preview?: ObjectPreview | undefined; + /** + * @experimental + */ + customPreview?: CustomPreview | undefined; + } + /** + * @experimental + */ + interface CustomPreview { + header: string; + hasBody: boolean; + formatterObjectId: RemoteObjectId; + bindRemoteObjectFunctionId: RemoteObjectId; + configObjectId?: RemoteObjectId | undefined; + } + /** + * Object containing abbreviated remote object value. + * @experimental + */ + interface ObjectPreview { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * True iff some of the properties or entries of the original object did not fit. + */ + overflow: boolean; + /** + * List of the properties. + */ + properties: PropertyPreview[]; + /** + * List of the entries. Specified for map and set subtype values only. + */ + entries?: EntryPreview[] | undefined; + } + /** + * @experimental + */ + interface PropertyPreview { + /** + * Property name. + */ + name: string; + /** + * Object type. Accessor means that the property itself is an accessor property. + */ + type: string; + /** + * User-friendly property value string. + */ + value?: string | undefined; + /** + * Nested value preview. + */ + valuePreview?: ObjectPreview | undefined; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + } + /** + * @experimental + */ + interface EntryPreview { + /** + * Preview of the key. Specified for map-like collection entries. + */ + key?: ObjectPreview | undefined; + /** + * Preview of the value. + */ + value: ObjectPreview; + } + /** + * Object property descriptor. + */ + interface PropertyDescriptor { + /** + * Property name or symbol description. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + /** + * True if the value associated with the property may be changed (data descriptors only). + */ + writable?: boolean | undefined; + /** + * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). + */ + get?: RemoteObject | undefined; + /** + * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). + */ + set?: RemoteObject | undefined; + /** + * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. + */ + configurable: boolean; + /** + * True if this property shows up during enumeration of the properties on the corresponding object. + */ + enumerable: boolean; + /** + * True if the result was thrown during the evaluation. + */ + wasThrown?: boolean | undefined; + /** + * True if the property is owned for the object. + */ + isOwn?: boolean | undefined; + /** + * Property symbol object, if the property is of the symbol type. + */ + symbol?: RemoteObject | undefined; + } + /** + * Object internal property descriptor. This property isn't normally visible in JavaScript code. + */ + interface InternalPropertyDescriptor { + /** + * Conventional property name. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + } + /** + * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. + */ + interface CallArgument { + /** + * Primitive value or serializable javascript object. + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * Remote object handle. + */ + objectId?: RemoteObjectId | undefined; + } + /** + * Id of an execution context. + */ + type ExecutionContextId = number; + /** + * Description of an isolated world. + */ + interface ExecutionContextDescription { + /** + * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. + */ + id: ExecutionContextId; + /** + * Execution context origin. + */ + origin: string; + /** + * Human readable name describing given context. + */ + name: string; + /** + * Embedder-specific auxiliary data. + */ + auxData?: {} | undefined; + } + /** + * Detailed information about exception (or error) that was thrown during script compilation or execution. + */ + interface ExceptionDetails { + /** + * Exception id. + */ + exceptionId: number; + /** + * Exception text, which should be used together with exception object when available. + */ + text: string; + /** + * Line number of the exception location (0-based). + */ + lineNumber: number; + /** + * Column number of the exception location (0-based). + */ + columnNumber: number; + /** + * Script ID of the exception location. + */ + scriptId?: ScriptId | undefined; + /** + * URL of the exception location, to be used when the script was not reported. + */ + url?: string | undefined; + /** + * JavaScript stack trace if available. + */ + stackTrace?: StackTrace | undefined; + /** + * Exception object if available. + */ + exception?: RemoteObject | undefined; + /** + * Identifier of the context where exception happened. + */ + executionContextId?: ExecutionContextId | undefined; + } + /** + * Number of milliseconds since epoch. + */ + type Timestamp = number; + /** + * Stack entry for runtime errors and assertions. + */ + interface CallFrame { + /** + * JavaScript function name. + */ + functionName: string; + /** + * JavaScript script id. + */ + scriptId: ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * JavaScript script line number (0-based). + */ + lineNumber: number; + /** + * JavaScript script column number (0-based). + */ + columnNumber: number; + } + /** + * Call frames for assertions or error messages. + */ + interface StackTrace { + /** + * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. + */ + description?: string | undefined; + /** + * JavaScript function name. + */ + callFrames: CallFrame[]; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + */ + parent?: StackTrace | undefined; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + * @experimental + */ + parentId?: StackTraceId | undefined; + } + /** + * Unique identifier of current debugger. + * @experimental + */ + type UniqueDebuggerId = string; + /** + * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. + * @experimental + */ + interface StackTraceId { + id: string; + debuggerId?: UniqueDebuggerId | undefined; + } + interface EvaluateParameterType { + /** + * Expression to evaluate. + */ + expression: string; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + contextId?: ExecutionContextId | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface AwaitPromiseParameterType { + /** + * Identifier of the promise. + */ + promiseObjectId: RemoteObjectId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + } + interface CallFunctionOnParameterType { + /** + * Declaration of the function to call. + */ + functionDeclaration: string; + /** + * Identifier of the object to call function on. Either objectId or executionContextId should be specified. + */ + objectId?: RemoteObjectId | undefined; + /** + * Call arguments. All call arguments must belong to the same JavaScript world as the target object. + */ + arguments?: CallArgument[] | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + /** + * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. + */ + objectGroup?: string | undefined; + } + interface GetPropertiesParameterType { + /** + * Identifier of the object to return properties for. + */ + objectId: RemoteObjectId; + /** + * If true, returns properties belonging only to the element itself, not to its prototype chain. + */ + ownProperties?: boolean | undefined; + /** + * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. + * @experimental + */ + accessorPropertiesOnly?: boolean | undefined; + /** + * Whether preview should be generated for the results. + * @experimental + */ + generatePreview?: boolean | undefined; + } + interface ReleaseObjectParameterType { + /** + * Identifier of the object to release. + */ + objectId: RemoteObjectId; + } + interface ReleaseObjectGroupParameterType { + /** + * Symbolic object group name. + */ + objectGroup: string; + } + interface SetCustomObjectFormatterEnabledParameterType { + enabled: boolean; + } + interface CompileScriptParameterType { + /** + * Expression to compile. + */ + expression: string; + /** + * Source url to be set for the script. + */ + sourceURL: string; + /** + * Specifies whether the compiled script should be persisted. + */ + persistScript: boolean; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface RunScriptParameterType { + /** + * Id of the script to run. + */ + scriptId: ScriptId; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface QueryObjectsParameterType { + /** + * Identifier of the prototype to return objects for. + */ + prototypeObjectId: RemoteObjectId; + } + interface GlobalLexicalScopeNamesParameterType { + /** + * Specifies in which execution context to lookup global scope variables. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface EvaluateReturnType { + /** + * Evaluation result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface AwaitPromiseReturnType { + /** + * Promise result. Will contain rejected value if promise was rejected. + */ + result: RemoteObject; + /** + * Exception details if stack strace is available. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CallFunctionOnReturnType { + /** + * Call result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface GetPropertiesReturnType { + /** + * Object properties. + */ + result: PropertyDescriptor[]; + /** + * Internal object properties (only of the element itself). + */ + internalProperties?: InternalPropertyDescriptor[] | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CompileScriptReturnType { + /** + * Id of the script. + */ + scriptId?: ScriptId | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface RunScriptReturnType { + /** + * Run result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface QueryObjectsReturnType { + /** + * Array with objects. + */ + objects: RemoteObject; + } + interface GlobalLexicalScopeNamesReturnType { + names: string[]; + } + interface ExecutionContextCreatedEventDataType { + /** + * A newly created execution context. + */ + context: ExecutionContextDescription; + } + interface ExecutionContextDestroyedEventDataType { + /** + * Id of the destroyed context + */ + executionContextId: ExecutionContextId; + } + interface ExceptionThrownEventDataType { + /** + * Timestamp of the exception. + */ + timestamp: Timestamp; + exceptionDetails: ExceptionDetails; + } + interface ExceptionRevokedEventDataType { + /** + * Reason describing why exception was revoked. + */ + reason: string; + /** + * The id of revoked exception, as reported in exceptionThrown. + */ + exceptionId: number; + } + interface ConsoleAPICalledEventDataType { + /** + * Type of the call. + */ + type: string; + /** + * Call arguments. + */ + args: RemoteObject[]; + /** + * Identifier of the context where the call was made. + */ + executionContextId: ExecutionContextId; + /** + * Call timestamp. + */ + timestamp: Timestamp; + /** + * Stack trace captured when the call was made. + */ + stackTrace?: StackTrace | undefined; + /** + * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. + * @experimental + */ + context?: string | undefined; + } + interface InspectRequestedEventDataType { + object: RemoteObject; + hints: {}; + } + } + namespace Debugger { + /** + * Breakpoint identifier. + */ + type BreakpointId = string; + /** + * Call frame identifier. + */ + type CallFrameId = string; + /** + * Location in the source code. + */ + interface Location { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + } + /** + * Location in the source code. + * @experimental + */ + interface ScriptPosition { + lineNumber: number; + columnNumber: number; + } + /** + * JavaScript call frame. Array of call frames form the call stack. + */ + interface CallFrame { + /** + * Call frame identifier. This identifier is only valid while the virtual machine is paused. + */ + callFrameId: CallFrameId; + /** + * Name of the JavaScript function called on this call frame. + */ + functionName: string; + /** + * Location in the source code. + */ + functionLocation?: Location | undefined; + /** + * Location in the source code. + */ + location: Location; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Scope chain for this call frame. + */ + scopeChain: Scope[]; + /** + * this object for this call frame. + */ + this: Runtime.RemoteObject; + /** + * The value being returned, if the function is at return point. + */ + returnValue?: Runtime.RemoteObject | undefined; + } + /** + * Scope description. + */ + interface Scope { + /** + * Scope type. + */ + type: string; + /** + * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. + */ + object: Runtime.RemoteObject; + name?: string | undefined; + /** + * Location in the source code where scope starts + */ + startLocation?: Location | undefined; + /** + * Location in the source code where scope ends + */ + endLocation?: Location | undefined; + } + /** + * Search match for resource. + */ + interface SearchMatch { + /** + * Line number in resource content. + */ + lineNumber: number; + /** + * Line with match content. + */ + lineContent: string; + } + interface BreakLocation { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + type?: string | undefined; + } + interface SetBreakpointsActiveParameterType { + /** + * New value for breakpoints active state. + */ + active: boolean; + } + interface SetSkipAllPausesParameterType { + /** + * New value for skip pauses state. + */ + skip: boolean; + } + interface SetBreakpointByUrlParameterType { + /** + * Line number to set breakpoint at. + */ + lineNumber: number; + /** + * URL of the resources to set breakpoint on. + */ + url?: string | undefined; + /** + * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. + */ + urlRegex?: string | undefined; + /** + * Script hash of the resources to set breakpoint on. + */ + scriptHash?: string | undefined; + /** + * Offset in the line to set breakpoint at. + */ + columnNumber?: number | undefined; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface SetBreakpointParameterType { + /** + * Location to set breakpoint in. + */ + location: Location; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface RemoveBreakpointParameterType { + breakpointId: BreakpointId; + } + interface GetPossibleBreakpointsParameterType { + /** + * Start of range to search possible breakpoint locations in. + */ + start: Location; + /** + * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. + */ + end?: Location | undefined; + /** + * Only consider locations which are in the same (non-nested) function as start. + */ + restrictToFunction?: boolean | undefined; + } + interface ContinueToLocationParameterType { + /** + * Location to continue to. + */ + location: Location; + targetCallFrames?: string | undefined; + } + interface PauseOnAsyncCallParameterType { + /** + * Debugger will pause when async call with given stack trace is started. + */ + parentStackTraceId: Runtime.StackTraceId; + } + interface StepIntoParameterType { + /** + * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. + * @experimental + */ + breakOnAsyncCall?: boolean | undefined; + } + interface GetStackTraceParameterType { + stackTraceId: Runtime.StackTraceId; + } + interface SearchInContentParameterType { + /** + * Id of the script to search in. + */ + scriptId: Runtime.ScriptId; + /** + * String to search for. + */ + query: string; + /** + * If true, search is case sensitive. + */ + caseSensitive?: boolean | undefined; + /** + * If true, treats string parameter as regex. + */ + isRegex?: boolean | undefined; + } + interface SetScriptSourceParameterType { + /** + * Id of the script to edit. + */ + scriptId: Runtime.ScriptId; + /** + * New content of the script. + */ + scriptSource: string; + /** + * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. + */ + dryRun?: boolean | undefined; + } + interface RestartFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + } + interface GetScriptSourceParameterType { + /** + * Id of the script to get source for. + */ + scriptId: Runtime.ScriptId; + } + interface SetPauseOnExceptionsParameterType { + /** + * Pause on exceptions mode. + */ + state: string; + } + interface EvaluateOnCallFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + /** + * Expression to evaluate. + */ + expression: string; + /** + * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). + */ + objectGroup?: string | undefined; + /** + * Specifies whether command line API should be available to the evaluated expression, defaults to false. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether to throw an exception if side effect cannot be ruled out during evaluation. + */ + throwOnSideEffect?: boolean | undefined; + } + interface SetVariableValueParameterType { + /** + * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. + */ + scopeNumber: number; + /** + * Variable name. + */ + variableName: string; + /** + * New variable value. + */ + newValue: Runtime.CallArgument; + /** + * Id of callframe that holds variable. + */ + callFrameId: CallFrameId; + } + interface SetReturnValueParameterType { + /** + * New return value. + */ + newValue: Runtime.CallArgument; + } + interface SetAsyncCallStackDepthParameterType { + /** + * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). + */ + maxDepth: number; + } + interface SetBlackboxPatternsParameterType { + /** + * Array of regexps that will be used to check script url for blackbox state. + */ + patterns: string[]; + } + interface SetBlackboxedRangesParameterType { + /** + * Id of the script. + */ + scriptId: Runtime.ScriptId; + positions: ScriptPosition[]; + } + interface EnableReturnType { + /** + * Unique identifier of the debugger. + * @experimental + */ + debuggerId: Runtime.UniqueDebuggerId; + } + interface SetBreakpointByUrlReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * List of the locations this breakpoint resolved into upon addition. + */ + locations: Location[]; + } + interface SetBreakpointReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * Location this breakpoint resolved into. + */ + actualLocation: Location; + } + interface GetPossibleBreakpointsReturnType { + /** + * List of the possible breakpoint locations. + */ + locations: BreakLocation[]; + } + interface GetStackTraceReturnType { + stackTrace: Runtime.StackTrace; + } + interface SearchInContentReturnType { + /** + * List of search matches. + */ + result: SearchMatch[]; + } + interface SetScriptSourceReturnType { + /** + * New stack trace in case editing has happened while VM was stopped. + */ + callFrames?: CallFrame[] | undefined; + /** + * Whether current call stack was modified after applying the changes. + */ + stackChanged?: boolean | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Exception details if any. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface RestartFrameReturnType { + /** + * New stack trace. + */ + callFrames: CallFrame[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + } + interface GetScriptSourceReturnType { + /** + * Script source. + */ + scriptSource: string; + } + interface EvaluateOnCallFrameReturnType { + /** + * Object wrapper for the evaluation result. + */ + result: Runtime.RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface ScriptParsedEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * True, if this script is generated as a result of the live edit operation. + * @experimental + */ + isLiveEdit?: boolean | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface ScriptFailedToParseEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface BreakpointResolvedEventDataType { + /** + * Breakpoint unique identifier. + */ + breakpointId: BreakpointId; + /** + * Actual breakpoint location. + */ + location: Location; + } + interface PausedEventDataType { + /** + * Call stack the virtual machine stopped on. + */ + callFrames: CallFrame[]; + /** + * Pause reason. + */ + reason: string; + /** + * Object containing break-specific auxiliary properties. + */ + data?: {} | undefined; + /** + * Hit breakpoints IDs + */ + hitBreakpoints?: string[] | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. + * @experimental + */ + asyncCallStackTraceId?: Runtime.StackTraceId | undefined; + } + } + namespace Console { + /** + * Console message. + */ + interface ConsoleMessage { + /** + * Message source. + */ + source: string; + /** + * Message severity. + */ + level: string; + /** + * Message text. + */ + text: string; + /** + * URL of the message origin. + */ + url?: string | undefined; + /** + * Line number in the resource that generated this message (1-based). + */ + line?: number | undefined; + /** + * Column number in the resource that generated this message (1-based). + */ + column?: number | undefined; + } + interface MessageAddedEventDataType { + /** + * Console message that has been added. + */ + message: ConsoleMessage; + } + } + namespace Profiler { + /** + * Profile node. Holds callsite information, execution statistics and child nodes. + */ + interface ProfileNode { + /** + * Unique id of the node. + */ + id: number; + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Number of samples where this node was on top of the call stack. + */ + hitCount?: number | undefined; + /** + * Child node ids. + */ + children?: number[] | undefined; + /** + * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. + */ + deoptReason?: string | undefined; + /** + * An array of source position ticks. + */ + positionTicks?: PositionTickInfo[] | undefined; + } + /** + * Profile. + */ + interface Profile { + /** + * The list of profile nodes. First item is the root node. + */ + nodes: ProfileNode[]; + /** + * Profiling start timestamp in microseconds. + */ + startTime: number; + /** + * Profiling end timestamp in microseconds. + */ + endTime: number; + /** + * Ids of samples top nodes. + */ + samples?: number[] | undefined; + /** + * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. + */ + timeDeltas?: number[] | undefined; + } + /** + * Specifies a number of samples attributed to a certain source position. + */ + interface PositionTickInfo { + /** + * Source line number (1-based). + */ + line: number; + /** + * Number of samples attributed to the source line. + */ + ticks: number; + } + /** + * Coverage data for a source range. + */ + interface CoverageRange { + /** + * JavaScript script source offset for the range start. + */ + startOffset: number; + /** + * JavaScript script source offset for the range end. + */ + endOffset: number; + /** + * Collected execution count of the source range. + */ + count: number; + } + /** + * Coverage data for a JavaScript function. + */ + interface FunctionCoverage { + /** + * JavaScript function name. + */ + functionName: string; + /** + * Source ranges inside the function with coverage data. + */ + ranges: CoverageRange[]; + /** + * Whether coverage data for this function has block granularity. + */ + isBlockCoverage: boolean; + } + /** + * Coverage data for a JavaScript script. + */ + interface ScriptCoverage { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Functions contained in the script that has coverage data. + */ + functions: FunctionCoverage[]; + } + /** + * Describes a type collected during runtime. + * @experimental + */ + interface TypeObject { + /** + * Name of a type collected with type profiling. + */ + name: string; + } + /** + * Source offset and types for a parameter or return value. + * @experimental + */ + interface TypeProfileEntry { + /** + * Source offset of the parameter or end of function for return values. + */ + offset: number; + /** + * The types for this parameter or return value. + */ + types: TypeObject[]; + } + /** + * Type profile data collected during runtime for a JavaScript script. + * @experimental + */ + interface ScriptTypeProfile { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Type profile entries for parameters and return values of the functions in the script. + */ + entries: TypeProfileEntry[]; + } + interface SetSamplingIntervalParameterType { + /** + * New sampling interval in microseconds. + */ + interval: number; + } + interface StartPreciseCoverageParameterType { + /** + * Collect accurate call counts beyond simple 'covered' or 'not covered'. + */ + callCount?: boolean | undefined; + /** + * Collect block-based coverage. + */ + detailed?: boolean | undefined; + } + interface StopReturnType { + /** + * Recorded profile. + */ + profile: Profile; + } + interface TakePreciseCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface GetBestEffortCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface TakeTypeProfileReturnType { + /** + * Type profile for all scripts since startTypeProfile() was turned on. + */ + result: ScriptTypeProfile[]; + } + interface ConsoleProfileStartedEventDataType { + id: string; + /** + * Location of console.profile(). + */ + location: Debugger.Location; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + interface ConsoleProfileFinishedEventDataType { + id: string; + /** + * Location of console.profileEnd(). + */ + location: Debugger.Location; + profile: Profile; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + } + namespace HeapProfiler { + /** + * Heap snapshot object id. + */ + type HeapSnapshotObjectId = string; + /** + * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. + */ + interface SamplingHeapProfileNode { + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Allocations size in bytes for the node excluding children. + */ + selfSize: number; + /** + * Child nodes. + */ + children: SamplingHeapProfileNode[]; + } + /** + * Profile. + */ + interface SamplingHeapProfile { + head: SamplingHeapProfileNode; + } + interface StartTrackingHeapObjectsParameterType { + trackAllocations?: boolean | undefined; + } + interface StopTrackingHeapObjectsParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. + */ + reportProgress?: boolean | undefined; + } + interface TakeHeapSnapshotParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. + */ + reportProgress?: boolean | undefined; + } + interface GetObjectByHeapObjectIdParameterType { + objectId: HeapSnapshotObjectId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + } + interface AddInspectedHeapObjectParameterType { + /** + * Heap snapshot object id to be accessible by means of $x command line API. + */ + heapObjectId: HeapSnapshotObjectId; + } + interface GetHeapObjectIdParameterType { + /** + * Identifier of the object to get heap object id for. + */ + objectId: Runtime.RemoteObjectId; + } + interface StartSamplingParameterType { + /** + * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. + */ + samplingInterval?: number | undefined; + } + interface GetObjectByHeapObjectIdReturnType { + /** + * Evaluation result. + */ + result: Runtime.RemoteObject; + } + interface GetHeapObjectIdReturnType { + /** + * Id of the heap snapshot object corresponding to the passed remote object id. + */ + heapSnapshotObjectId: HeapSnapshotObjectId; + } + interface StopSamplingReturnType { + /** + * Recorded sampling heap profile. + */ + profile: SamplingHeapProfile; + } + interface GetSamplingProfileReturnType { + /** + * Return the sampling profile being collected. + */ + profile: SamplingHeapProfile; + } + interface AddHeapSnapshotChunkEventDataType { + chunk: string; + } + interface ReportHeapSnapshotProgressEventDataType { + done: number; + total: number; + finished?: boolean | undefined; + } + interface LastSeenObjectIdEventDataType { + lastSeenObjectId: number; + timestamp: number; + } + interface HeapStatsUpdateEventDataType { + /** + * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. + */ + statsUpdate: number[]; + } + } + namespace NodeTracing { + interface TraceConfig { + /** + * Controls how the trace buffer stores data. + */ + recordMode?: string | undefined; + /** + * Included category filters. + */ + includedCategories: string[]; + } + interface StartParameterType { + traceConfig: TraceConfig; + } + interface GetCategoriesReturnType { + /** + * A list of supported tracing categories. + */ + categories: string[]; + } + interface DataCollectedEventDataType { + value: Array<{}>; + } + } + namespace NodeWorker { + type WorkerID = string; + /** + * Unique identifier of attached debugging session. + */ + type SessionID = string; + interface WorkerInfo { + workerId: WorkerID; + type: string; + title: string; + url: string; + } + interface SendMessageToWorkerParameterType { + message: string; + /** + * Identifier of the session. + */ + sessionId: SessionID; + } + interface EnableParameterType { + /** + * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` + * message to run them. + */ + waitForDebuggerOnStart: boolean; + } + interface DetachParameterType { + sessionId: SessionID; + } + interface AttachedToWorkerEventDataType { + /** + * Identifier assigned to the session used to send/receive messages. + */ + sessionId: SessionID; + workerInfo: WorkerInfo; + waitingForDebugger: boolean; + } + interface DetachedFromWorkerEventDataType { + /** + * Detached session identifier. + */ + sessionId: SessionID; + } + interface ReceivedMessageFromWorkerEventDataType { + /** + * Identifier of a session which sends a message. + */ + sessionId: SessionID; + message: string; + } + } + namespace NodeRuntime { + interface NotifyWhenWaitingForDisconnectParameterType { + enabled: boolean; + } + } + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + */ + class Session extends EventEmitter { + /** + * Create a new instance of the inspector.Session class. + * The inspector session needs to be connected through session.connect() before the messages can be dispatched to the inspector backend. + */ + constructor(); + /** + * Connects a session to the inspector back-end. + * @since v8.0.0 + */ + connect(): void; + /** + * Immediately close the session. All pending message callbacks will be called + * with an error. `session.connect()` will need to be called to be able to send + * messages again. Reconnected session will lose all inspector state, such as + * enabled agents or configured breakpoints. + * @since v8.0.0 + */ + disconnect(): void; + /** + * Posts a message to the inspector back-end. `callback` will be notified when + * a response is received. `callback` is a function that accepts two optional + * arguments: error and message-specific result. + * + * ```js + * session.post('Runtime.evaluate', { expression: '2 + 2' }, + * (error, { result }) => console.log(result)); + * // Output: { type: 'number', value: 4, description: '4' } + * ``` + * + * The latest version of the V8 inspector protocol is published on the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8\. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + * + * ## Example usage + * + * Apart from the debugger, various V8 Profilers are available through the DevTools + * protocol. + * @since v8.0.0 + */ + post(method: string, params?: {}, callback?: (err: Error | null, params?: {}) => void): void; + post(method: string, callback?: (err: Error | null, params?: {}) => void): void; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + /** + * Returns all let, const and class variables from global scope. + */ + post( + method: 'Runtime.globalLexicalScopeNames', + params?: Runtime.GlobalLexicalScopeNamesParameterType, + callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void + ): void; + post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post( + method: 'Debugger.getPossibleBreakpoints', + params?: Debugger.GetPossibleBreakpointsParameterType, + callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void + ): void; + post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable', callback?: (err: Error | null) => void): void; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable', callback?: (err: Error | null) => void): void; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; + /** + * Enable type profile. + * @experimental + */ + post(method: 'Profiler.startTypeProfile', callback?: (err: Error | null) => void): void; + /** + * Disable type profile. Disabling releases type profile data collected so far. + * @experimental + */ + post(method: 'Profiler.stopTypeProfile', callback?: (err: Error | null) => void): void; + /** + * Collect type profile. + * @experimental + */ + post(method: 'Profiler.takeTypeProfile', callback?: (err: Error | null, params: Profiler.TakeTypeProfileReturnType) => void): void; + post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; + post( + method: 'HeapProfiler.getObjectByHeapObjectId', + params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, + callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void + ): void; + post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; + post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; + // Events + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification<{}>): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification<{}>) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + } + /** + * Activate inspector on host and port. Equivalent to`node --inspect=[[host:]port]`, but can be done programmatically after node has + * started. + * + * If wait is `true`, will block until a client has connected to the inspect port + * and flow control has been passed to the debugger client. + * + * See the `security warning` regarding the `host`parameter usage. + * @param [port='what was specified on the CLI'] Port to listen on for inspector connections. Optional. + * @param [host='what was specified on the CLI'] Host to listen on for inspector connections. Optional. + * @param [wait=false] Block until a client has connected. Optional. + */ + function open(port?: number, host?: string, wait?: boolean): void; + /** + * Deactivate the inspector. Blocks until there are no active connections. + */ + function close(): void; + /** + * Return the URL of the active inspector, or `undefined` if there is none. + * + * ```console + * $ node --inspect -p 'inspector.url()' + * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * For help, see: https://nodejs.org/en/docs/inspector + * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * + * $ node --inspect=localhost:3000 -p 'inspector.url()' + * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * For help, see: https://nodejs.org/en/docs/inspector + * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * + * $ node -p 'inspector.url()' + * undefined + * ``` + */ + function url(): string | undefined; + /** + * Blocks until a client (existing or connected later) has sent`Runtime.runIfWaitingForDebugger` command. + * + * An exception will be thrown if there is no active inspector. + * @since v12.7.0 + */ + function waitForDebugger(): void; +} +/** + * The inspector module provides an API for interacting with the V8 inspector. + */ +declare module 'node:inspector' { + import inspector = require('inspector'); + export = inspector; +} diff --git a/node_modules/@types/node/ts4.8/module.d.ts b/node_modules/@types/node/ts4.8/module.d.ts new file mode 100644 index 000000000..d83aec94a --- /dev/null +++ b/node_modules/@types/node/ts4.8/module.d.ts @@ -0,0 +1,114 @@ +/** + * @since v0.3.7 + */ +declare module 'module' { + import { URL } from 'node:url'; + namespace Module { + /** + * The `module.syncBuiltinESMExports()` method updates all the live bindings for + * builtin `ES Modules` to match the properties of the `CommonJS` exports. It + * does not add or remove exported names from the `ES Modules`. + * + * ```js + * const fs = require('fs'); + * const assert = require('assert'); + * const { syncBuiltinESMExports } = require('module'); + * + * fs.readFile = newAPI; + * + * delete fs.readFileSync; + * + * function newAPI() { + * // ... + * } + * + * fs.newAPI = newAPI; + * + * syncBuiltinESMExports(); + * + * import('fs').then((esmFS) => { + * // It syncs the existing readFile property with the new value + * assert.strictEqual(esmFS.readFile, newAPI); + * // readFileSync has been deleted from the required fs + * assert.strictEqual('readFileSync' in fs, false); + * // syncBuiltinESMExports() does not remove readFileSync from esmFS + * assert.strictEqual('readFileSync' in esmFS, true); + * // syncBuiltinESMExports() does not add names + * assert.strictEqual(esmFS.newAPI, undefined); + * }); + * ``` + * @since v12.12.0 + */ + function syncBuiltinESMExports(): void; + /** + * `path` is the resolved path for the file for which a corresponding source map + * should be fetched. + * @since v13.7.0, v12.17.0 + */ + function findSourceMap(path: string, error?: Error): SourceMap; + interface SourceMapPayload { + file: string; + version: number; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: string; + sourceRoot: string; + } + interface SourceMapping { + generatedLine: number; + generatedColumn: number; + originalSource: string; + originalLine: number; + originalColumn: number; + } + /** + * @since v13.7.0, v12.17.0 + */ + class SourceMap { + /** + * Getter for the payload used to construct the `SourceMap` instance. + */ + readonly payload: SourceMapPayload; + constructor(payload: SourceMapPayload); + /** + * Given a line number and column number in the generated source file, returns + * an object representing the position in the original file. The object returned + * consists of the following keys: + */ + findEntry(line: number, column: number): SourceMapping; + } + } + interface Module extends NodeModule {} + class Module { + static runMain(): void; + static wrap(code: string): string; + static createRequire(path: string | URL): NodeRequire; + static builtinModules: string[]; + static Module: typeof Module; + constructor(id: string, parent?: Module); + } + global { + interface ImportMeta { + url: string; + /** + * @experimental + * This feature is only available with the `--experimental-import-meta-resolve` + * command flag enabled. + * + * Provides a module-relative resolution function scoped to each module, returning + * the URL string. + * + * @param specified The module specifier to resolve relative to `parent`. + * @param parent The absolute parent module URL to resolve from. If none + * is specified, the value of `import.meta.url` is used as the default. + */ + resolve?(specified: string, parent?: string | URL): Promise; + } + } + export = Module; +} +declare module 'node:module' { + import module = require('module'); + export = module; +} diff --git a/node_modules/@types/node/ts4.8/net.d.ts b/node_modules/@types/node/ts4.8/net.d.ts new file mode 100644 index 000000000..72cebc825 --- /dev/null +++ b/node_modules/@types/node/ts4.8/net.d.ts @@ -0,0 +1,869 @@ +/** + * > Stability: 2 - Stable + * + * The `net` module provides an asynchronous network API for creating stream-based + * TCP or `IPC` servers ({@link createServer}) and clients + * ({@link createConnection}). + * + * It can be accessed using: + * + * ```js + * const net = require('net'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/net.js) + */ +declare module 'net' { + import * as stream from 'node:stream'; + import { Abortable, EventEmitter } from 'node:events'; + import * as dns from 'node:dns'; + type LookupFunction = (hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void; + interface AddressInfo { + address: string; + family: string; + port: number; + } + interface SocketConstructorOpts { + fd?: number | undefined; + allowHalfOpen?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + signal?: AbortSignal; + } + interface OnReadOpts { + buffer: Uint8Array | (() => Uint8Array); + /** + * This function is called for every chunk of incoming data. + * Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. + * Return false from this function to implicitly pause() the socket. + */ + callback(bytesWritten: number, buf: Uint8Array): boolean; + } + interface ConnectOpts { + /** + * If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. + * Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will + * still be emitted as normal and methods like pause() and resume() will also behave as expected. + */ + onread?: OnReadOpts | undefined; + } + interface TcpSocketConnectOpts extends ConnectOpts { + port: number; + host?: string | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + hints?: number | undefined; + family?: number | undefined; + lookup?: LookupFunction | undefined; + noDelay?: boolean | undefined; + keepAlive?: boolean | undefined; + keepAliveInitialDelay?: number | undefined; + } + interface IpcSocketConnectOpts extends ConnectOpts { + path: string; + } + type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; + type SocketReadyState = 'opening' | 'open' | 'readOnly' | 'writeOnly' | 'closed'; + /** + * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint + * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also + * an `EventEmitter`. + * + * A `net.Socket` can be created by the user and used directly to interact with + * a server. For example, it is returned by {@link createConnection}, + * so the user can use it to talk to the server. + * + * It can also be created by Node.js and passed to the user when a connection + * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use + * it to interact with the client. + * @since v0.3.4 + */ + class Socket extends stream.Duplex { + constructor(options?: SocketConstructorOpts); + /** + * Sends data on the socket. The second parameter specifies the encoding in the + * case of a string. It defaults to UTF8 encoding. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. + * + * The optional `callback` parameter will be executed when the data is finally + * written out, which may not be immediately. + * + * See `Writable` stream `write()` method for more + * information. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + */ + write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; + write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error) => void): boolean; + /** + * Initiate a connection on a given socket. + * + * Possible signatures: + * + * * `socket.connect(options[, connectListener])` + * * `socket.connect(path[, connectListener])` for `IPC` connections. + * * `socket.connect(port[, host][, connectListener])` for TCP connections. + * * Returns: `net.Socket` The socket itself. + * + * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, + * instead of a `'connect'` event, an `'error'` event will be emitted with + * the error passed to the `'error'` listener. + * The last parameter `connectListener`, if supplied, will be added as a listener + * for the `'connect'` event **once**. + * + * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined + * behavior. + */ + connect(options: SocketConnectOpts, connectionListener?: () => void): this; + connect(port: number, host: string, connectionListener?: () => void): this; + connect(port: number, connectionListener?: () => void): this; + connect(path: string, connectionListener?: () => void): this; + /** + * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. + * @since v0.1.90 + * @return The socket itself. + */ + setEncoding(encoding?: BufferEncoding): this; + /** + * Pauses the reading of data. That is, `'data'` events will not be emitted. + * Useful to throttle back an upload. + * @return The socket itself. + */ + pause(): this; + /** + * Close the TCP connection by sending an RST packet and destroy the stream. + * If this TCP socket is in connecting status, it will send an RST packet + * and destroy this TCP socket once it is connected. Otherwise, it will call + * `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. If this is not a TCP socket + * (for example, a pipe), calling this method will immediately throw + * an `ERR_INVALID_HANDLE_TYPE` Error. + * @since v18.3.0 + * @return The socket itself. + */ + resetAndDestroy(): this; + /** + * Resumes reading after a call to `socket.pause()`. + * @return The socket itself. + */ + resume(): this; + /** + * Sets the socket to timeout after `timeout` milliseconds of inactivity on + * the socket. By default `net.Socket` do not have a timeout. + * + * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to + * end the connection. + * + * ```js + * socket.setTimeout(3000); + * socket.on('timeout', () => { + * console.log('socket timeout'); + * socket.end(); + * }); + * ``` + * + * If `timeout` is 0, then the existing idle timeout is disabled. + * + * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. + * @since v0.1.90 + * @return The socket itself. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Enable/disable the use of Nagle's algorithm. + * + * When a TCP connection is created, it will have Nagle's algorithm enabled. + * + * Nagle's algorithm delays data before it is sent via the network. It attempts + * to optimize throughput at the expense of latency. + * + * Passing `true` for `noDelay` or not passing an argument will disable Nagle's + * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's + * algorithm. + * @since v0.1.90 + * @param [noDelay=true] + * @return The socket itself. + */ + setNoDelay(noDelay?: boolean): this; + /** + * Enable/disable keep-alive functionality, and optionally set the initial + * delay before the first keepalive probe is sent on an idle socket. + * + * Set `initialDelay` (in milliseconds) to set the delay between the last + * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default + * (or previous) setting. + * + * Enabling the keep-alive functionality will set the following socket options: + * + * * `SO_KEEPALIVE=1` + * * `TCP_KEEPIDLE=initialDelay` + * * `TCP_KEEPCNT=10` + * * `TCP_KEEPINTVL=1` + * @since v0.1.92 + * @param [enable=false] + * @param [initialDelay=0] + * @return The socket itself. + */ + setKeepAlive(enable?: boolean, initialDelay?: number): this; + /** + * Returns the bound `address`, the address `family` name and `port` of the + * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` + * @since v0.1.90 + */ + address(): AddressInfo | {}; + /** + * Calling `unref()` on a socket will allow the program to exit if this is the only + * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + unref(): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). + * If the socket is `ref`ed calling `ref` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + ref(): this; + /** + * This property shows the number of characters buffered for writing. The buffer + * may contain strings whose length after encoding is not yet known. So this number + * is only an approximation of the number of bytes in the buffer. + * + * `net.Socket` has the property that `socket.write()` always works. This is to + * help users get up and running quickly. The computer cannot always keep up + * with the amount of data that is written to a socket. The network connection + * simply might be too slow. Node.js will internally queue up the data written to a + * socket and send it out over the wire when it is possible. + * + * The consequence of this internal buffering is that memory may grow. + * Users who experience large or growing `bufferSize` should attempt to + * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. + * @since v0.3.8 + * @deprecated Since v14.6.0 - Use `writableLength` instead. + */ + readonly bufferSize: number; + /** + * The amount of received bytes. + * @since v0.5.3 + */ + readonly bytesRead: number; + /** + * The amount of bytes sent. + * @since v0.5.3 + */ + readonly bytesWritten: number; + /** + * If `true`,`socket.connect(options[, connectListener])` was + * called and has not yet finished. It will stay `true` until the socket becomes + * connected, then it is set to `false` and the `'connect'` event is emitted. Note + * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. + * @since v6.1.0 + */ + readonly connecting: boolean; + /** + * See `writable.destroyed` for further details. + */ + readonly destroyed: boolean; + /** + * The string representation of the local IP address the remote client is + * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client + * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. + * @since v0.9.6 + */ + readonly localAddress?: string; + /** + * The numeric representation of the local port. For example, `80` or `21`. + * @since v0.9.6 + */ + readonly localPort?: number; + /** + * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. + * @since v18.8.0 + */ + readonly localFamily?: string; + /** + * This property represents the state of the connection as a string. + * @see {https://nodejs.org/api/net.html#socketreadystate} + * @since v0.5.0 + */ + readonly readyState: SocketReadyState; + /** + * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remoteAddress?: string | undefined; + /** + * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. + * @since v0.11.14 + */ + readonly remoteFamily?: string | undefined; + /** + * The numeric representation of the remote port. For example, `80` or `21`. + * @since v0.5.10 + */ + readonly remotePort?: number | undefined; + /** + * The socket timeout in milliseconds as set by socket.setTimeout(). It is undefined if a timeout has not been set. + * @since v10.7.0 + */ + readonly timeout?: number | undefined; + /** + * Half-closes the socket. i.e., it sends a FIN packet. It is possible the + * server will still send some data. + * + * See `writable.end()` for further details. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(callback?: () => void): this; + end(buffer: Uint8Array | string, callback?: () => void): this; + end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. data + * 4. drain + * 5. end + * 6. error + * 7. lookup + * 8. ready + * 9. timeout + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: (hadError: boolean) => void): this; + addListener(event: 'connect', listener: () => void): this; + addListener(event: 'data', listener: (data: Buffer) => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + addListener(event: 'ready', listener: () => void): this; + addListener(event: 'timeout', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close', hadError: boolean): boolean; + emit(event: 'connect'): boolean; + emit(event: 'data', data: Buffer): boolean; + emit(event: 'drain'): boolean; + emit(event: 'end'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'lookup', err: Error, address: string, family: string | number, host: string): boolean; + emit(event: 'ready'): boolean; + emit(event: 'timeout'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: (hadError: boolean) => void): this; + on(event: 'connect', listener: () => void): this; + on(event: 'data', listener: (data: Buffer) => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + on(event: 'ready', listener: () => void): this; + on(event: 'timeout', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: (hadError: boolean) => void): this; + once(event: 'connect', listener: () => void): this; + once(event: 'data', listener: (data: Buffer) => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + once(event: 'ready', listener: () => void): this; + once(event: 'timeout', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: (hadError: boolean) => void): this; + prependListener(event: 'connect', listener: () => void): this; + prependListener(event: 'data', listener: (data: Buffer) => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + prependListener(event: 'ready', listener: () => void): this; + prependListener(event: 'timeout', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: (hadError: boolean) => void): this; + prependOnceListener(event: 'connect', listener: () => void): this; + prependOnceListener(event: 'data', listener: (data: Buffer) => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'lookup', listener: (err: Error, address: string, family: string | number, host: string) => void): this; + prependOnceListener(event: 'ready', listener: () => void): this; + prependOnceListener(event: 'timeout', listener: () => void): this; + } + interface ListenOptions extends Abortable { + port?: number | undefined; + host?: string | undefined; + backlog?: number | undefined; + path?: string | undefined; + exclusive?: boolean | undefined; + readableAll?: boolean | undefined; + writableAll?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + } + interface ServerOpts { + /** + * Indicates whether half-opened TCP connections are allowed. + * @default false + */ + allowHalfOpen?: boolean | undefined; + /** + * Indicates whether the socket should be paused on incoming connections. + * @default false + */ + pauseOnConnect?: boolean | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default false + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + } + interface DropArgument { + localAddress?: string; + localPort?: number; + localFamily?: string; + remoteAddress?: string; + remotePort?: number; + remoteFamily?: string; + } + /** + * This class is used to create a TCP or `IPC` server. + * @since v0.1.90 + */ + class Server extends EventEmitter { + constructor(connectionListener?: (socket: Socket) => void); + constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); + /** + * Start a server listening for connections. A `net.Server` can be a TCP or + * an `IPC` server depending on what it listens to. + * + * Possible signatures: + * + * * `server.listen(handle[, backlog][, callback])` + * * `server.listen(options[, callback])` + * * `server.listen(path[, backlog][, callback])` for `IPC` servers + * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers + * + * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` + * event. + * + * All `listen()` methods can take a `backlog` parameter to specify the maximum + * length of the queue of pending connections. The actual length will be determined + * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn`on Linux. The default value of this parameter is 511 (not 512). + * + * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for + * details). + * + * The `server.listen()` method can be called again if and only if there was an + * error during the first `server.listen()` call or `server.close()` has been + * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. + * + * One of the most common errors raised when listening is `EADDRINUSE`. + * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry + * after a certain amount of time: + * + * ```js + * server.on('error', (e) => { + * if (e.code === 'EADDRINUSE') { + * console.log('Address in use, retrying...'); + * setTimeout(() => { + * server.close(); + * server.listen(PORT, HOST); + * }, 1000); + * } + * }); + * ``` + */ + listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, hostname?: string, listeningListener?: () => void): this; + listen(port?: number, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, listeningListener?: () => void): this; + listen(path: string, backlog?: number, listeningListener?: () => void): this; + listen(path: string, listeningListener?: () => void): this; + listen(options: ListenOptions, listeningListener?: () => void): this; + listen(handle: any, backlog?: number, listeningListener?: () => void): this; + listen(handle: any, listeningListener?: () => void): this; + /** + * Stops the server from accepting new connections and keeps existing + * connections. This function is asynchronous, the server is finally closed + * when all connections are ended and the server emits a `'close'` event. + * The optional `callback` will be called once the `'close'` event occurs. Unlike + * that event, it will be called with an `Error` as its only argument if the server + * was not open when it was closed. + * @since v0.1.90 + * @param callback Called when the server is closed. + */ + close(callback?: (err?: Error) => void): this; + /** + * Returns the bound `address`, the address `family` name, and `port` of the server + * as reported by the operating system if listening on an IP socket + * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. + * + * For a server listening on a pipe or Unix domain socket, the name is returned + * as a string. + * + * ```js + * const server = net.createServer((socket) => { + * socket.end('goodbye\n'); + * }).on('error', (err) => { + * // Handle errors here. + * throw err; + * }); + * + * // Grab an arbitrary unused port. + * server.listen(() => { + * console.log('opened server on', server.address()); + * }); + * ``` + * + * `server.address()` returns `null` before the `'listening'` event has been + * emitted or after calling `server.close()`. + * @since v0.1.90 + */ + address(): AddressInfo | string | null; + /** + * Asynchronously get the number of concurrent connections on the server. Works + * when sockets were sent to forks. + * + * Callback should take two arguments `err` and `count`. + * @since v0.9.7 + */ + getConnections(cb: (error: Error | null, count: number) => void): void; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). + * If the server is `ref`ed calling `ref()` again will have no effect. + * @since v0.9.1 + */ + ref(): this; + /** + * Calling `unref()` on a server will allow the program to exit if this is the only + * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + */ + unref(): this; + /** + * Set this property to reject connections when the server's connection count gets + * high. + * + * It is not recommended to use this option once a socket has been sent to a child + * with `child_process.fork()`. + * @since v0.2.0 + */ + maxConnections: number; + connections: number; + /** + * Indicates whether or not the server is listening for connections. + * @since v5.7.0 + */ + listening: boolean; + /** + * events.EventEmitter + * 1. close + * 2. connection + * 3. error + * 4. listening + * 5. drop + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'connection', listener: (socket: Socket) => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'listening', listener: () => void): this; + addListener(event: 'drop', listener: (data?: DropArgument) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'connection', socket: Socket): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'listening'): boolean; + emit(event: 'drop', data?: DropArgument): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'connection', listener: (socket: Socket) => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'listening', listener: () => void): this; + on(event: 'drop', listener: (data?: DropArgument) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'connection', listener: (socket: Socket) => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'listening', listener: () => void): this; + once(event: 'drop', listener: (data?: DropArgument) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'connection', listener: (socket: Socket) => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'listening', listener: () => void): this; + prependListener(event: 'drop', listener: (data?: DropArgument) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'connection', listener: (socket: Socket) => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'listening', listener: () => void): this; + prependOnceListener(event: 'drop', listener: (data?: DropArgument) => void): this; + } + type IPVersion = 'ipv4' | 'ipv6'; + /** + * The `BlockList` object can be used with some network APIs to specify rules for + * disabling inbound or outbound access to specific IP addresses, IP ranges, or + * IP subnets. + * @since v15.0.0, v14.18.0 + */ + class BlockList { + /** + * Adds a rule to block the given IP address. + * @since v15.0.0, v14.18.0 + * @param address An IPv4 or IPv6 address. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addAddress(address: string, type?: IPVersion): void; + addAddress(address: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). + * @since v15.0.0, v14.18.0 + * @param start The starting IPv4 or IPv6 address in the range. + * @param end The ending IPv4 or IPv6 address in the range. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addRange(start: string, end: string, type?: IPVersion): void; + addRange(start: SocketAddress, end: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses specified as a subnet mask. + * @since v15.0.0, v14.18.0 + * @param net The network IPv4 or IPv6 address. + * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addSubnet(net: SocketAddress, prefix: number): void; + addSubnet(net: string, prefix: number, type?: IPVersion): void; + /** + * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. + * + * ```js + * const blockList = new net.BlockList(); + * blockList.addAddress('123.123.123.123'); + * blockList.addRange('10.0.0.1', '10.0.0.10'); + * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); + * + * console.log(blockList.check('123.123.123.123')); // Prints: true + * console.log(blockList.check('10.0.0.3')); // Prints: true + * console.log(blockList.check('222.111.111.222')); // Prints: false + * + * // IPv6 notation for IPv4 addresses works: + * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true + * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true + * ``` + * @since v15.0.0, v14.18.0 + * @param address The IP address to check + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + check(address: SocketAddress): boolean; + check(address: string, type?: IPVersion): boolean; + } + interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; + /** + * Creates a new TCP or `IPC` server. + * + * If `allowHalfOpen` is set to `true`, when the other end of the socket + * signals the end of transmission, the server will only send back the end of + * transmission when `socket.end()` is explicitly called. For example, in the + * context of TCP, when a FIN packed is received, a FIN packed is sent + * back only when `socket.end()` is explicitly called. Until then the + * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. + * + * If `pauseOnConnect` is set to `true`, then the socket associated with each + * incoming connection will be paused, and no data will be read from its handle. + * This allows connections to be passed between processes without any data being + * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. + * + * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. + * + * Here is an example of a TCP echo server which listens for connections + * on port 8124: + * + * ```js + * const net = require('net'); + * const server = net.createServer((c) => { + * // 'connection' listener. + * console.log('client connected'); + * c.on('end', () => { + * console.log('client disconnected'); + * }); + * c.write('hello\r\n'); + * c.pipe(c); + * }); + * server.on('error', (err) => { + * throw err; + * }); + * server.listen(8124, () => { + * console.log('server bound'); + * }); + * ``` + * + * Test this by using `telnet`: + * + * ```console + * $ telnet localhost 8124 + * ``` + * + * To listen on the socket `/tmp/echo.sock`: + * + * ```js + * server.listen('/tmp/echo.sock', () => { + * console.log('server bound'); + * }); + * ``` + * + * Use `nc` to connect to a Unix domain socket server: + * + * ```console + * $ nc -U /tmp/echo.sock + * ``` + * @since v0.5.0 + * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. + */ + function createServer(connectionListener?: (socket: Socket) => void): Server; + function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; + /** + * Aliases to {@link createConnection}. + * + * Possible signatures: + * + * * {@link connect} + * * {@link connect} for `IPC` connections. + * * {@link connect} for TCP connections. + */ + function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; + function connect(port: number, host?: string, connectionListener?: () => void): Socket; + function connect(path: string, connectionListener?: () => void): Socket; + /** + * A factory function, which creates a new {@link Socket}, + * immediately initiates connection with `socket.connect()`, + * then returns the `net.Socket` that starts the connection. + * + * When the connection is established, a `'connect'` event will be emitted + * on the returned socket. The last parameter `connectListener`, if supplied, + * will be added as a listener for the `'connect'` event **once**. + * + * Possible signatures: + * + * * {@link createConnection} + * * {@link createConnection} for `IPC` connections. + * * {@link createConnection} for TCP connections. + * + * The {@link connect} function is an alias to this function. + */ + function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; + function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; + function createConnection(path: string, connectionListener?: () => void): Socket; + /** + * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 + * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. + * + * ```js + * net.isIP('::1'); // returns 6 + * net.isIP('127.0.0.1'); // returns 4 + * net.isIP('127.000.000.001'); // returns 0 + * net.isIP('127.0.0.1/24'); // returns 0 + * net.isIP('fhqwhgads'); // returns 0 + * ``` + * @since v0.3.0 + */ + function isIP(input: string): number; + /** + * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no + * leading zeroes. Otherwise, returns `false`. + * + * ```js + * net.isIPv4('127.0.0.1'); // returns true + * net.isIPv4('127.000.000.001'); // returns false + * net.isIPv4('127.0.0.1/24'); // returns false + * net.isIPv4('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv4(input: string): boolean; + /** + * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. + * + * ```js + * net.isIPv6('::1'); // returns true + * net.isIPv6('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv6(input: string): boolean; + interface SocketAddressInitOptions { + /** + * The network address as either an IPv4 or IPv6 string. + * @default 127.0.0.1 + */ + address?: string | undefined; + /** + * @default `'ipv4'` + */ + family?: IPVersion | undefined; + /** + * An IPv6 flow-label used only if `family` is `'ipv6'`. + * @default 0 + */ + flowlabel?: number | undefined; + /** + * An IP port. + * @default 0 + */ + port?: number | undefined; + } + /** + * @since v15.14.0, v14.18.0 + */ + class SocketAddress { + constructor(options: SocketAddressInitOptions); + /** + * @since v15.14.0, v14.18.0 + */ + readonly address: string; + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly family: IPVersion; + /** + * @since v15.14.0, v14.18.0 + */ + readonly port: number; + /** + * @since v15.14.0, v14.18.0 + */ + readonly flowlabel: number; + } +} +declare module 'node:net' { + export * from 'net'; +} diff --git a/node_modules/@types/node/ts4.8/os.d.ts b/node_modules/@types/node/ts4.8/os.d.ts new file mode 100644 index 000000000..3c555992d --- /dev/null +++ b/node_modules/@types/node/ts4.8/os.d.ts @@ -0,0 +1,466 @@ +/** + * The `os` module provides operating system-related utility methods and + * properties. It can be accessed using: + * + * ```js + * const os = require('os'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/os.js) + */ +declare module 'os' { + interface CpuInfo { + model: string; + speed: number; + times: { + user: number; + nice: number; + sys: number; + idle: number; + irq: number; + }; + } + interface NetworkInterfaceBase { + address: string; + netmask: string; + mac: string; + internal: boolean; + cidr: string | null; + } + interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { + family: 'IPv4'; + scopeid?: undefined; + } + interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { + family: 'IPv6'; + scopeid: number; + } + interface UserInfo { + username: T; + uid: number; + gid: number; + shell: T; + homedir: T; + } + type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; + /** + * Returns the host name of the operating system as a string. + * @since v0.3.3 + */ + function hostname(): string; + /** + * Returns an array containing the 1, 5, and 15 minute load averages. + * + * The load average is a measure of system activity calculated by the operating + * system and expressed as a fractional number. + * + * The load average is a Unix-specific concept. On Windows, the return value is + * always `[0, 0, 0]`. + * @since v0.3.3 + */ + function loadavg(): number[]; + /** + * Returns the system uptime in number of seconds. + * @since v0.3.3 + */ + function uptime(): number; + /** + * Returns the amount of free system memory in bytes as an integer. + * @since v0.3.3 + */ + function freemem(): number; + /** + * Returns the total amount of system memory in bytes as an integer. + * @since v0.3.3 + */ + function totalmem(): number; + /** + * Returns an array of objects containing information about each logical CPU core. + * + * The properties included on each object include: + * + * ```js + * [ + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 252020, + * nice: 0, + * sys: 30340, + * idle: 1070356870, + * irq: 0 + * } + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 306960, + * nice: 0, + * sys: 26980, + * idle: 1071569080, + * irq: 0 + * } + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 248450, + * nice: 0, + * sys: 21750, + * idle: 1070919370, + * irq: 0 + * } + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 256880, + * nice: 0, + * sys: 19430, + * idle: 1070905480, + * irq: 20 + * } + * }, + * ] + * ``` + * + * `nice` values are POSIX-only. On Windows, the `nice` values of all processors + * are always 0. + * @since v0.3.3 + */ + function cpus(): CpuInfo[]; + /** + * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it + * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. + * + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information + * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. + * @since v0.3.3 + */ + function type(): string; + /** + * Returns the operating system as a string. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See + * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v0.3.3 + */ + function release(): string; + /** + * Returns an object containing network interfaces that have been assigned a + * network address. + * + * Each key on the returned object identifies a network interface. The associated + * value is an array of objects that each describe an assigned network address. + * + * The properties available on the assigned network address object include: + * + * ```js + * { + * lo: [ + * { + * address: '127.0.0.1', + * netmask: '255.0.0.0', + * family: 'IPv4', + * mac: '00:00:00:00:00:00', + * internal: true, + * cidr: '127.0.0.1/8' + * }, + * { + * address: '::1', + * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', + * family: 'IPv6', + * mac: '00:00:00:00:00:00', + * scopeid: 0, + * internal: true, + * cidr: '::1/128' + * } + * ], + * eth0: [ + * { + * address: '192.168.1.108', + * netmask: '255.255.255.0', + * family: 'IPv4', + * mac: '01:02:03:0a:0b:0c', + * internal: false, + * cidr: '192.168.1.108/24' + * }, + * { + * address: 'fe80::a00:27ff:fe4e:66a1', + * netmask: 'ffff:ffff:ffff:ffff::', + * family: 'IPv6', + * mac: '01:02:03:0a:0b:0c', + * scopeid: 1, + * internal: false, + * cidr: 'fe80::a00:27ff:fe4e:66a1/64' + * } + * ] + * } + * ``` + * @since v0.6.0 + */ + function networkInterfaces(): NodeJS.Dict; + /** + * Returns the string path of the current user's home directory. + * + * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it + * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. + * + * On Windows, it uses the `USERPROFILE` environment variable if defined. + * Otherwise it uses the path to the profile directory of the current user. + * @since v2.3.0 + */ + function homedir(): string; + /** + * Returns information about the currently effective user. On POSIX platforms, + * this is typically a subset of the password file. The returned object includes + * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and`gid` fields are `-1`, and `shell` is `null`. + * + * The value of `homedir` returned by `os.userInfo()` is provided by the operating + * system. This differs from the result of `os.homedir()`, which queries + * environment variables for the home directory before falling back to the + * operating system response. + * + * Throws a `SystemError` if a user has no `username` or `homedir`. + * @since v6.0.0 + */ + function userInfo(options: { encoding: 'buffer' }): UserInfo; + function userInfo(options?: { encoding: BufferEncoding }): UserInfo; + type SignalConstants = { + [key in NodeJS.Signals]: number; + }; + namespace constants { + const UV_UDP_REUSEADDR: number; + namespace signals {} + const signals: SignalConstants; + namespace errno { + const E2BIG: number; + const EACCES: number; + const EADDRINUSE: number; + const EADDRNOTAVAIL: number; + const EAFNOSUPPORT: number; + const EAGAIN: number; + const EALREADY: number; + const EBADF: number; + const EBADMSG: number; + const EBUSY: number; + const ECANCELED: number; + const ECHILD: number; + const ECONNABORTED: number; + const ECONNREFUSED: number; + const ECONNRESET: number; + const EDEADLK: number; + const EDESTADDRREQ: number; + const EDOM: number; + const EDQUOT: number; + const EEXIST: number; + const EFAULT: number; + const EFBIG: number; + const EHOSTUNREACH: number; + const EIDRM: number; + const EILSEQ: number; + const EINPROGRESS: number; + const EINTR: number; + const EINVAL: number; + const EIO: number; + const EISCONN: number; + const EISDIR: number; + const ELOOP: number; + const EMFILE: number; + const EMLINK: number; + const EMSGSIZE: number; + const EMULTIHOP: number; + const ENAMETOOLONG: number; + const ENETDOWN: number; + const ENETRESET: number; + const ENETUNREACH: number; + const ENFILE: number; + const ENOBUFS: number; + const ENODATA: number; + const ENODEV: number; + const ENOENT: number; + const ENOEXEC: number; + const ENOLCK: number; + const ENOLINK: number; + const ENOMEM: number; + const ENOMSG: number; + const ENOPROTOOPT: number; + const ENOSPC: number; + const ENOSR: number; + const ENOSTR: number; + const ENOSYS: number; + const ENOTCONN: number; + const ENOTDIR: number; + const ENOTEMPTY: number; + const ENOTSOCK: number; + const ENOTSUP: number; + const ENOTTY: number; + const ENXIO: number; + const EOPNOTSUPP: number; + const EOVERFLOW: number; + const EPERM: number; + const EPIPE: number; + const EPROTO: number; + const EPROTONOSUPPORT: number; + const EPROTOTYPE: number; + const ERANGE: number; + const EROFS: number; + const ESPIPE: number; + const ESRCH: number; + const ESTALE: number; + const ETIME: number; + const ETIMEDOUT: number; + const ETXTBSY: number; + const EWOULDBLOCK: number; + const EXDEV: number; + const WSAEINTR: number; + const WSAEBADF: number; + const WSAEACCES: number; + const WSAEFAULT: number; + const WSAEINVAL: number; + const WSAEMFILE: number; + const WSAEWOULDBLOCK: number; + const WSAEINPROGRESS: number; + const WSAEALREADY: number; + const WSAENOTSOCK: number; + const WSAEDESTADDRREQ: number; + const WSAEMSGSIZE: number; + const WSAEPROTOTYPE: number; + const WSAENOPROTOOPT: number; + const WSAEPROTONOSUPPORT: number; + const WSAESOCKTNOSUPPORT: number; + const WSAEOPNOTSUPP: number; + const WSAEPFNOSUPPORT: number; + const WSAEAFNOSUPPORT: number; + const WSAEADDRINUSE: number; + const WSAEADDRNOTAVAIL: number; + const WSAENETDOWN: number; + const WSAENETUNREACH: number; + const WSAENETRESET: number; + const WSAECONNABORTED: number; + const WSAECONNRESET: number; + const WSAENOBUFS: number; + const WSAEISCONN: number; + const WSAENOTCONN: number; + const WSAESHUTDOWN: number; + const WSAETOOMANYREFS: number; + const WSAETIMEDOUT: number; + const WSAECONNREFUSED: number; + const WSAELOOP: number; + const WSAENAMETOOLONG: number; + const WSAEHOSTDOWN: number; + const WSAEHOSTUNREACH: number; + const WSAENOTEMPTY: number; + const WSAEPROCLIM: number; + const WSAEUSERS: number; + const WSAEDQUOT: number; + const WSAESTALE: number; + const WSAEREMOTE: number; + const WSASYSNOTREADY: number; + const WSAVERNOTSUPPORTED: number; + const WSANOTINITIALISED: number; + const WSAEDISCON: number; + const WSAENOMORE: number; + const WSAECANCELLED: number; + const WSAEINVALIDPROCTABLE: number; + const WSAEINVALIDPROVIDER: number; + const WSAEPROVIDERFAILEDINIT: number; + const WSASYSCALLFAILURE: number; + const WSASERVICE_NOT_FOUND: number; + const WSATYPE_NOT_FOUND: number; + const WSA_E_NO_MORE: number; + const WSA_E_CANCELLED: number; + const WSAEREFUSED: number; + } + namespace priority { + const PRIORITY_LOW: number; + const PRIORITY_BELOW_NORMAL: number; + const PRIORITY_NORMAL: number; + const PRIORITY_ABOVE_NORMAL: number; + const PRIORITY_HIGH: number; + const PRIORITY_HIGHEST: number; + } + } + const devNull: string; + const EOL: string; + /** + * Returns the operating system CPU architecture for which the Node.js binary was + * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. + * + * The return value is equivalent to `process.arch`. + * @since v0.5.0 + */ + function arch(): string; + /** + * Returns a string identifying the kernel version. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v13.11.0, v12.17.0 + */ + function version(): string; + /** + * Returns a string identifying the operating system platform for which + * the Node.js binary was compiled. The value is set at compile time. + * Possible values are `'aix'`, `'darwin'`, `'freebsd'`,`'linux'`,`'openbsd'`, `'sunos'`, and `'win32'`. + * + * The return value is equivalent to `process.platform`. + * + * The value `'android'` may also be returned if Node.js is built on the Android + * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.5.0 + */ + function platform(): NodeJS.Platform; + /** + * Returns the machine type as a string, such as arm, aarch64, mips, mips64, ppc64, ppc64le, s390, s390x, i386, i686, x86_64. + * + * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). + * On Windows, `RtlGetVersion()` is used, and if it is not available, `GetVersionExW()` will be used. + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v18.9.0 + */ + function machine(): string; + /** + * Returns the operating system's default directory for temporary files as a + * string. + * @since v0.9.9 + */ + function tmpdir(): string; + /** + * Returns a string identifying the endianness of the CPU for which the Node.js + * binary was compiled. + * + * Possible values are `'BE'` for big endian and `'LE'` for little endian. + * @since v0.9.4 + */ + function endianness(): 'BE' | 'LE'; + /** + * Returns the scheduling priority for the process specified by `pid`. If `pid` is + * not provided or is `0`, the priority of the current process is returned. + * @since v10.10.0 + * @param [pid=0] The process ID to retrieve scheduling priority for. + */ + function getPriority(pid?: number): number; + /** + * Attempts to set the scheduling priority for the process specified by `pid`. If`pid` is not provided or is `0`, the process ID of the current process is used. + * + * The `priority` input must be an integer between `-20` (high priority) and `19`(low priority). Due to differences between Unix priority levels and Windows + * priority classes, `priority` is mapped to one of six priority constants in`os.constants.priority`. When retrieving a process priority level, this range + * mapping may cause the return value to be slightly different on Windows. To avoid + * confusion, set `priority` to one of the priority constants. + * + * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user + * privileges. Otherwise the set priority will be silently reduced to`PRIORITY_HIGH`. + * @since v10.10.0 + * @param [pid=0] The process ID to set scheduling priority for. + * @param priority The scheduling priority to assign to the process. + */ + function setPriority(priority: number): void; + function setPriority(pid: number, priority: number): void; +} +declare module 'node:os' { + export * from 'os'; +} diff --git a/node_modules/@types/node/ts4.8/path.d.ts b/node_modules/@types/node/ts4.8/path.d.ts new file mode 100644 index 000000000..1d33f7926 --- /dev/null +++ b/node_modules/@types/node/ts4.8/path.d.ts @@ -0,0 +1,191 @@ +declare module 'path/posix' { + import path = require('path'); + export = path; +} +declare module 'path/win32' { + import path = require('path'); + export = path; +} +/** + * The `path` module provides utilities for working with file and directory paths. + * It can be accessed using: + * + * ```js + * const path = require('path'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/path.js) + */ +declare module 'path' { + namespace path { + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + interface FormatInputPathObject { + /** + * The root of the path such as '/' or 'c:\' + */ + root?: string | undefined; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir?: string | undefined; + /** + * The file name including extension (if any) such as 'index.html' + */ + base?: string | undefined; + /** + * The file extension (if any) such as '.html' + */ + ext?: string | undefined; + /** + * The file name without extension (if any) such as 'index' + */ + name?: string | undefined; + } + interface PlatformPath { + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. + * + * @param path string path to normalize. + * @throws {TypeError} if `path` is not a string. + */ + normalize(path: string): string; + /** + * Join all arguments together and normalize the resulting path. + * + * @param paths paths to join. + * @throws {TypeError} if any of the path segments is not a string. + */ + join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, + * until an absolute path is found. If after using all {from} paths still no absolute path is found, + * the current working directory is used as well. The resulting path is normalized, + * and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param paths A sequence of paths or path segments. + * @throws {TypeError} if any of the arguments is not a string. + */ + resolve(...paths: string[]): string; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * If the given {path} is a zero-length string, `false` will be returned. + * + * @param path path to test. + * @throws {TypeError} if `path` is not a string. + */ + isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to} based on the current working directory. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + * + * @throws {TypeError} if either `from` or `to` is not a string. + */ + relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + dirname(path: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param path the path to evaluate. + * @param suffix optionally, an extension to remove from the result. + * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. + */ + basename(path: string, suffix?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + extname(path: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + readonly sep: '\\' | '/'; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + readonly delimiter: ';' | ':'; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param path path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + parse(path: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathObject path to evaluate. + */ + format(pathObject: FormatInputPathObject): string; + /** + * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. + * If path is not a string, path will be returned without modifications. + * This method is meaningful only on Windows system. + * On POSIX systems, the method is non-operational and always returns path without modifications. + */ + toNamespacedPath(path: string): string; + /** + * Posix specific pathing. + * Same as parent object on posix. + */ + readonly posix: PlatformPath; + /** + * Windows specific pathing. + * Same as parent object on windows + */ + readonly win32: PlatformPath; + } + } + const path: path.PlatformPath; + export = path; +} +declare module 'node:path' { + import path = require('path'); + export = path; +} +declare module 'node:path/posix' { + import path = require('path/posix'); + export = path; +} +declare module 'node:path/win32' { + import path = require('path/win32'); + export = path; +} diff --git a/node_modules/@types/node/ts4.8/perf_hooks.d.ts b/node_modules/@types/node/ts4.8/perf_hooks.d.ts new file mode 100644 index 000000000..5c0b228e7 --- /dev/null +++ b/node_modules/@types/node/ts4.8/perf_hooks.d.ts @@ -0,0 +1,625 @@ +/** + * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for + * Node.js-specific performance measurements. + * + * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): + * + * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) + * * [Performance Timeline](https://w3c.github.io/performance-timeline/) + * * [User Timing](https://www.w3.org/TR/user-timing/) + * + * ```js + * const { PerformanceObserver, performance } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((items) => { + * console.log(items.getEntries()[0].duration); + * performance.clearMarks(); + * }); + * obs.observe({ type: 'measure' }); + * performance.measure('Start to Now'); + * + * performance.mark('A'); + * doSomeLongRunningProcess(() => { + * performance.measure('A to Now', 'A'); + * + * performance.mark('B'); + * performance.measure('A to B', 'A', 'B'); + * }); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/perf_hooks.js) + */ +declare module 'perf_hooks' { + import { AsyncResource } from 'node:async_hooks'; + type EntryType = 'node' | 'mark' | 'measure' | 'gc' | 'function' | 'http2' | 'http'; + interface NodeGCPerformanceDetail { + /** + * When `performanceEntry.entryType` is equal to 'gc', `the performance.kind` property identifies + * the type of garbage collection operation that occurred. + * See perf_hooks.constants for valid values. + */ + readonly kind?: number | undefined; + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` + * property contains additional information about garbage collection operation. + * See perf_hooks.constants for valid values. + */ + readonly flags?: number | undefined; + } + /** + * @since v8.5.0 + */ + class PerformanceEntry { + protected constructor(); + /** + * The total number of milliseconds elapsed for this entry. This value will not + * be meaningful for all Performance Entry types. + * @since v8.5.0 + */ + readonly duration: number; + /** + * The name of the performance entry. + * @since v8.5.0 + */ + readonly name: string; + /** + * The high resolution millisecond timestamp marking the starting time of the + * Performance Entry. + * @since v8.5.0 + */ + readonly startTime: number; + /** + * The type of the performance entry. It may be one of: + * + * * `'node'` (Node.js only) + * * `'mark'` (available on the Web) + * * `'measure'` (available on the Web) + * * `'gc'` (Node.js only) + * * `'function'` (Node.js only) + * * `'http2'` (Node.js only) + * * `'http'` (Node.js only) + * @since v8.5.0 + */ + readonly entryType: EntryType; + /** + * Additional detail specific to the `entryType`. + * @since v16.0.0 + */ + readonly detail?: NodeGCPerformanceDetail | unknown | undefined; // TODO: Narrow this based on entry type. + toJSON(): any; + } + class PerformanceMark extends PerformanceEntry { + readonly duration: 0; + readonly entryType: 'mark'; + } + class PerformanceMeasure extends PerformanceEntry { + readonly entryType: 'measure'; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Provides timing details for Node.js itself. The constructor of this class + * is not exposed to users. + * @since v8.5.0 + */ + class PerformanceNodeTiming extends PerformanceEntry { + /** + * The high resolution millisecond timestamp at which the Node.js process + * completed bootstrapping. If bootstrapping has not yet finished, the property + * has the value of -1. + * @since v8.5.0 + */ + readonly bootstrapComplete: number; + /** + * The high resolution millisecond timestamp at which the Node.js environment was + * initialized. + * @since v8.5.0 + */ + readonly environment: number; + /** + * The high resolution millisecond timestamp of the amount of time the event loop + * has been idle within the event loop's event provider (e.g. `epoll_wait`). This + * does not take CPU usage into consideration. If the event loop has not yet + * started (e.g., in the first tick of the main script), the property has the + * value of 0. + * @since v14.10.0, v12.19.0 + */ + readonly idleTime: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * exited. If the event loop has not yet exited, the property has the value of -1\. + * It can only have a value of not -1 in a handler of the `'exit'` event. + * @since v8.5.0 + */ + readonly loopExit: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * started. If the event loop has not yet started (e.g., in the first tick of the + * main script), the property has the value of -1. + * @since v8.5.0 + */ + readonly loopStart: number; + /** + * The high resolution millisecond timestamp at which the V8 platform was + * initialized. + * @since v8.5.0 + */ + readonly v8Start: number; + } + interface EventLoopUtilization { + idle: number; + active: number; + utilization: number; + } + /** + * @param util1 The result of a previous call to eventLoopUtilization() + * @param util2 The result of a previous call to eventLoopUtilization() prior to util1 + */ + type EventLoopUtilityFunction = (util1?: EventLoopUtilization, util2?: EventLoopUtilization) => EventLoopUtilization; + interface MarkOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * An optional timestamp to be used as the mark time. + * @default `performance.now()`. + */ + startTime?: number | undefined; + } + interface MeasureOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * Duration between start and end times. + */ + duration?: number | undefined; + /** + * Timestamp to be used as the end time, or a string identifying a previously recorded mark. + */ + end?: number | string | undefined; + /** + * Timestamp to be used as the start time, or a string identifying a previously recorded mark. + */ + start?: number | string | undefined; + } + interface TimerifyOptions { + /** + * A histogram object created using + * `perf_hooks.createHistogram()` that will record runtime durations in + * nanoseconds. + */ + histogram?: RecordableHistogram | undefined; + } + interface Performance { + /** + * If name is not provided, removes all PerformanceMark objects from the Performance Timeline. + * If name is provided, removes only the named mark. + * @param name + */ + clearMarks(name?: string): void; + /** + * If name is not provided, removes all PerformanceMeasure objects from the Performance Timeline. + * If name is provided, removes only the named measure. + * @param name + * @since v16.7.0 + */ + clearMeasures(name?: string): void; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. + * If you are only interested in performance entries of certain types or that have certain names, see + * `performance.getEntriesByType()` and `performance.getEntriesByName()`. + * @since v16.7.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. + * @param name + * @param type + * @since v16.7.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.entryType` is equal to `type`. + * @param type + * @since v16.7.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + /** + * Creates a new PerformanceMark entry in the Performance Timeline. + * A PerformanceMark is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'mark', + * and whose performanceEntry.duration is always 0. + * Performance marks are used to mark specific significant moments in the Performance Timeline. + * @param name + * @return The PerformanceMark entry that was created + */ + mark(name?: string, options?: MarkOptions): PerformanceMark; + /** + * Creates a new PerformanceMeasure entry in the Performance Timeline. + * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', + * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. + * + * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify + * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, + * then startMark is set to timeOrigin by default. + * + * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp + * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. + * @param name + * @param startMark + * @param endMark + * @return The PerformanceMeasure entry that was created + */ + measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; + measure(name: string, options: MeasureOptions): PerformanceMeasure; + /** + * An instance of the PerformanceNodeTiming class that provides performance metrics for specific Node.js operational milestones. + */ + readonly nodeTiming: PerformanceNodeTiming; + /** + * @return the current high resolution millisecond timestamp + */ + now(): number; + /** + * The timeOrigin specifies the high resolution millisecond timestamp from which all performance metric durations are measured. + */ + readonly timeOrigin: number; + /** + * Wraps a function within a new function that measures the running time of the wrapped function. + * A PerformanceObserver must be subscribed to the 'function' event type in order for the timing details to be accessed. + * @param fn + */ + timerify any>(fn: T, options?: TimerifyOptions): T; + /** + * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. + * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). + * No other CPU idle time is taken into consideration. + */ + eventLoopUtilization: EventLoopUtilityFunction; + } + interface PerformanceObserverEntryList { + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime`. + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntries()); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 81.465639, + * * duration: 0 + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 81.860064, + * * duration: 0 + * * } + * * ] + * + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is + * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByName('meow')); + * + * * [ + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 98.545991, + * * duration: 0 + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('nope')); // [] + * + * console.log(perfObserverList.getEntriesByName('test', 'mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 63.518931, + * * duration: 0 + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ entryTypes: ['mark', 'measure'] }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType`is equal to `type`. + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByType('mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 55.897834, + * * duration: 0 + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 56.350146, + * * duration: 0 + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + } + type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; + class PerformanceObserver extends AsyncResource { + constructor(callback: PerformanceObserverCallback); + /** + * Disconnects the `PerformanceObserver` instance from all notifications. + * @since v8.5.0 + */ + disconnect(): void; + /** + * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes`or `options.type`: + * + * ```js + * const { + * performance, + * PerformanceObserver + * } = require('perf_hooks'); + * + * const obs = new PerformanceObserver((list, observer) => { + * // Called once asynchronously. `list` contains three items. + * }); + * obs.observe({ type: 'mark' }); + * + * for (let n = 0; n < 3; n++) + * performance.mark(`test${n}`); + * ``` + * @since v8.5.0 + */ + observe( + options: + | { + entryTypes: ReadonlyArray; + buffered?: boolean | undefined; + } + | { + type: EntryType; + buffered?: boolean | undefined; + } + ): void; + } + namespace constants { + const NODE_PERFORMANCE_GC_MAJOR: number; + const NODE_PERFORMANCE_GC_MINOR: number; + const NODE_PERFORMANCE_GC_INCREMENTAL: number; + const NODE_PERFORMANCE_GC_WEAKCB: number; + const NODE_PERFORMANCE_GC_FLAGS_NO: number; + const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; + const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; + const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; + const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; + } + const performance: Performance; + interface EventLoopMonitorOptions { + /** + * The sampling rate in milliseconds. + * Must be greater than zero. + * @default 10 + */ + resolution?: number | undefined; + } + interface Histogram { + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v11.10.0 + */ + readonly percentiles: Map; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event + * loop delay threshold. + * @since v11.10.0 + */ + readonly exceeds: number; + /** + * The minimum recorded event loop delay. + * @since v11.10.0 + */ + readonly min: number; + /** + * The maximum recorded event loop delay. + * @since v11.10.0 + */ + readonly max: number; + /** + * The mean of the recorded event loop delays. + * @since v11.10.0 + */ + readonly mean: number; + /** + * The standard deviation of the recorded event loop delays. + * @since v11.10.0 + */ + readonly stddev: number; + /** + * Resets the collected histogram data. + * @since v11.10.0 + */ + reset(): void; + /** + * Returns the value at the given percentile. + * @since v11.10.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentile(percentile: number): number; + } + interface IntervalHistogram extends Histogram { + /** + * Enables the update interval timer. Returns `true` if the timer was + * started, `false` if it was already started. + * @since v11.10.0 + */ + enable(): boolean; + /** + * Disables the update interval timer. Returns `true` if the timer was + * stopped, `false` if it was already stopped. + * @since v11.10.0 + */ + disable(): boolean; + } + interface RecordableHistogram extends Histogram { + /** + * @since v15.9.0, v14.18.0 + * @param val The amount to record in the histogram. + */ + record(val: number | bigint): void; + /** + * Calculates the amount of time (in nanoseconds) that has passed since the + * previous call to `recordDelta()` and records that amount in the histogram. + * + * ## Examples + * @since v15.9.0, v14.18.0 + */ + recordDelta(): void; + /** + * Adds the values from other to this histogram. + * @since v17.4.0, v16.14.0 + * @param other Recordable Histogram to combine with + */ + add(other: RecordableHistogram): void; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Creates an `IntervalHistogram` object that samples and reports the event loop + * delay over time. The delays will be reported in nanoseconds. + * + * Using a timer to detect approximate event loop delay works because the + * execution of timers is tied specifically to the lifecycle of the libuv + * event loop. That is, a delay in the loop will cause a delay in the execution + * of the timer, and those delays are specifically what this API is intended to + * detect. + * + * ```js + * const { monitorEventLoopDelay } = require('perf_hooks'); + * const h = monitorEventLoopDelay({ resolution: 20 }); + * h.enable(); + * // Do something. + * h.disable(); + * console.log(h.min); + * console.log(h.max); + * console.log(h.mean); + * console.log(h.stddev); + * console.log(h.percentiles); + * console.log(h.percentile(50)); + * console.log(h.percentile(99)); + * ``` + * @since v11.10.0 + */ + function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; + interface CreateHistogramOptions { + /** + * The minimum recordable value. Must be an integer value greater than 0. + * @default 1 + */ + min?: number | bigint | undefined; + /** + * The maximum recordable value. Must be an integer value greater than min. + * @default Number.MAX_SAFE_INTEGER + */ + max?: number | bigint | undefined; + /** + * The number of accuracy digits. Must be a number between 1 and 5. + * @default 3 + */ + figures?: number | undefined; + } + /** + * Returns a `RecordableHistogram`. + * @since v15.9.0, v14.18.0 + */ + function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; + + import { performance as _performance } from 'perf_hooks'; + global { + /** + * `performance` is a global reference for `require('perf_hooks').performance` + * https://nodejs.org/api/globals.html#performance + * @since v16.0.0 + */ + var performance: typeof globalThis extends { + onmessage: any; + performance: infer T; + } + ? T + : typeof _performance; + } +} +declare module 'node:perf_hooks' { + export * from 'perf_hooks'; +} diff --git a/node_modules/@types/node/ts4.8/process.d.ts b/node_modules/@types/node/ts4.8/process.d.ts new file mode 100644 index 000000000..12148f911 --- /dev/null +++ b/node_modules/@types/node/ts4.8/process.d.ts @@ -0,0 +1,1482 @@ +declare module 'process' { + import * as tty from 'node:tty'; + import { Worker } from 'node:worker_threads'; + global { + var process: NodeJS.Process; + namespace NodeJS { + // this namespace merge is here because these are specifically used + // as the type for process.stdin, process.stdout, and process.stderr. + // they can't live in tty.d.ts because we need to disambiguate the imported name. + interface ReadStream extends tty.ReadStream {} + interface WriteStream extends tty.WriteStream {} + interface MemoryUsageFn { + /** + * The `process.memoryUsage()` method iterate over each page to gather informations about memory + * usage which can be slow depending on the program memory allocations. + */ + (): MemoryUsage; + /** + * method returns an integer representing the Resident Set Size (RSS) in bytes. + */ + rss(): number; + } + interface MemoryUsage { + rss: number; + heapTotal: number; + heapUsed: number; + external: number; + arrayBuffers: number; + } + interface CpuUsage { + user: number; + system: number; + } + interface ProcessRelease { + name: string; + sourceUrl?: string | undefined; + headersUrl?: string | undefined; + libUrl?: string | undefined; + lts?: string | undefined; + } + interface ProcessVersions extends Dict { + http_parser: string; + node: string; + v8: string; + ares: string; + uv: string; + zlib: string; + modules: string; + openssl: string; + } + type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd'; + type Architecture = 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x64'; + type Signals = + | 'SIGABRT' + | 'SIGALRM' + | 'SIGBUS' + | 'SIGCHLD' + | 'SIGCONT' + | 'SIGFPE' + | 'SIGHUP' + | 'SIGILL' + | 'SIGINT' + | 'SIGIO' + | 'SIGIOT' + | 'SIGKILL' + | 'SIGPIPE' + | 'SIGPOLL' + | 'SIGPROF' + | 'SIGPWR' + | 'SIGQUIT' + | 'SIGSEGV' + | 'SIGSTKFLT' + | 'SIGSTOP' + | 'SIGSYS' + | 'SIGTERM' + | 'SIGTRAP' + | 'SIGTSTP' + | 'SIGTTIN' + | 'SIGTTOU' + | 'SIGUNUSED' + | 'SIGURG' + | 'SIGUSR1' + | 'SIGUSR2' + | 'SIGVTALRM' + | 'SIGWINCH' + | 'SIGXCPU' + | 'SIGXFSZ' + | 'SIGBREAK' + | 'SIGLOST' + | 'SIGINFO'; + type UncaughtExceptionOrigin = 'uncaughtException' | 'unhandledRejection'; + type MultipleResolveType = 'resolve' | 'reject'; + type BeforeExitListener = (code: number) => void; + type DisconnectListener = () => void; + type ExitListener = (code: number) => void; + type RejectionHandledListener = (promise: Promise) => void; + type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; + /** + * Most of the time the unhandledRejection will be an Error, but this should not be relied upon + * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. + */ + type UnhandledRejectionListener = (reason: unknown, promise: Promise) => void; + type WarningListener = (warning: Error) => void; + type MessageListener = (message: unknown, sendHandle: unknown) => void; + type SignalsListener = (signal: Signals) => void; + type MultipleResolveListener = (type: MultipleResolveType, promise: Promise, value: unknown) => void; + type WorkerListener = (worker: Worker) => void; + interface Socket extends ReadWriteStream { + isTTY?: true | undefined; + } + // Alias for compatibility + interface ProcessEnv extends Dict { + /** + * Can be used to change the default timezone at runtime + */ + TZ?: string; + } + interface HRTime { + (time?: [number, number]): [number, number]; + bigint(): bigint; + } + interface ProcessReport { + /** + * Directory where the report is written. + * working directory of the Node.js process. + * @default '' indicating that reports are written to the current + */ + directory: string; + /** + * Filename where the report is written. + * The default value is the empty string. + * @default '' the output filename will be comprised of a timestamp, + * PID, and sequence number. + */ + filename: string; + /** + * Returns a JSON-formatted diagnostic report for the running process. + * The report's JavaScript stack trace is taken from err, if present. + */ + getReport(err?: Error): string; + /** + * If true, a diagnostic report is generated on fatal errors, + * such as out of memory errors or failed C++ assertions. + * @default false + */ + reportOnFatalError: boolean; + /** + * If true, a diagnostic report is generated when the process + * receives the signal specified by process.report.signal. + * @default false + */ + reportOnSignal: boolean; + /** + * If true, a diagnostic report is generated on uncaught exception. + * @default false + */ + reportOnUncaughtException: boolean; + /** + * The signal used to trigger the creation of a diagnostic report. + * @default 'SIGUSR2' + */ + signal: Signals; + /** + * Writes a diagnostic report to a file. If filename is not provided, the default filename + * includes the date, time, PID, and a sequence number. + * The report's JavaScript stack trace is taken from err, if present. + * + * @param fileName Name of the file where the report is written. + * This should be a relative path, that will be appended to the directory specified in + * `process.report.directory`, or the current working directory of the Node.js process, + * if unspecified. + * @param error A custom error used for reporting the JavaScript stack. + * @return Filename of the generated report. + */ + writeReport(fileName?: string): string; + writeReport(error?: Error): string; + writeReport(fileName?: string, err?: Error): string; + } + interface ResourceUsage { + fsRead: number; + fsWrite: number; + involuntaryContextSwitches: number; + ipcReceived: number; + ipcSent: number; + majorPageFault: number; + maxRSS: number; + minorPageFault: number; + sharedMemorySize: number; + signalsCount: number; + swappedOut: number; + systemCPUTime: number; + unsharedDataSize: number; + unsharedStackSize: number; + userCPUTime: number; + voluntaryContextSwitches: number; + } + interface EmitWarningOptions { + /** + * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. + * + * @default 'Warning' + */ + type?: string | undefined; + /** + * A unique identifier for the warning instance being emitted. + */ + code?: string | undefined; + /** + * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. + * + * @default process.emitWarning + */ + ctor?: Function | undefined; + /** + * Additional text to include with the error. + */ + detail?: string | undefined; + } + interface ProcessConfig { + readonly target_defaults: { + readonly cflags: any[]; + readonly default_configuration: string; + readonly defines: string[]; + readonly include_dirs: string[]; + readonly libraries: string[]; + }; + readonly variables: { + readonly clang: number; + readonly host_arch: string; + readonly node_install_npm: boolean; + readonly node_install_waf: boolean; + readonly node_prefix: string; + readonly node_shared_openssl: boolean; + readonly node_shared_v8: boolean; + readonly node_shared_zlib: boolean; + readonly node_use_dtrace: boolean; + readonly node_use_etw: boolean; + readonly node_use_openssl: boolean; + readonly target_arch: string; + readonly v8_no_strict_aliasing: number; + readonly v8_use_snapshot: boolean; + readonly visibility: string; + }; + } + interface Process extends EventEmitter { + /** + * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is + * a `Writable` stream. + * + * For example, to copy `process.stdin` to `process.stdout`: + * + * ```js + * import { stdin, stdout } from 'process'; + * + * stdin.pipe(stdout); + * ``` + * + * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stdout: WriteStream & { + fd: 1; + }; + /** + * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is + * a `Writable` stream. + * + * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stderr: WriteStream & { + fd: 2; + }; + /** + * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is + * a `Readable` stream. + * + * For details of how to read from `stdin` see `readable.read()`. + * + * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that + * is compatible with scripts written for Node.js prior to v0.10\. + * For more information see `Stream compatibility`. + * + * In "old" streams mode the `stdin` stream is paused by default, so one + * must call `process.stdin.resume()` to read from it. Note also that calling`process.stdin.resume()` itself would switch stream to "old" mode. + */ + stdin: ReadStream & { + fd: 0; + }; + openStdin(): Socket; + /** + * The `process.argv` property returns an array containing the command-line + * arguments passed when the Node.js process was launched. The first element will + * be {@link execPath}. See `process.argv0` if access to the original value + * of `argv[0]` is needed. The second element will be the path to the JavaScript + * file being executed. The remaining elements will be any additional command-line + * arguments. + * + * For example, assuming the following script for `process-args.js`: + * + * ```js + * import { argv } from 'process'; + * + * // print process.argv + * argv.forEach((val, index) => { + * console.log(`${index}: ${val}`); + * }); + * ``` + * + * Launching the Node.js process as: + * + * ```console + * $ node process-args.js one two=three four + * ``` + * + * Would generate the output: + * + * ```text + * 0: /usr/local/bin/node + * 1: /Users/mjr/work/node/process-args.js + * 2: one + * 3: two=three + * 4: four + * ``` + * @since v0.1.27 + */ + argv: string[]; + /** + * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. + * + * ```console + * $ bash -c 'exec -a customArgv0 ./node' + * > process.argv[0] + * '/Volumes/code/external/node/out/Release/node' + * > process.argv0 + * 'customArgv0' + * ``` + * @since v6.4.0 + */ + argv0: string; + /** + * The `process.execArgv` property returns the set of Node.js-specific command-line + * options passed when the Node.js process was launched. These options do not + * appear in the array returned by the {@link argv} property, and do not + * include the Node.js executable, the name of the script, or any options following + * the script name. These options are useful in order to spawn child processes with + * the same execution environment as the parent. + * + * ```console + * $ node --harmony script.js --version + * ``` + * + * Results in `process.execArgv`: + * + * ```js + * ['--harmony'] + * ``` + * + * And `process.argv`: + * + * ```js + * ['/usr/local/bin/node', 'script.js', '--version'] + * ``` + * + * Refer to `Worker constructor` for the detailed behavior of worker + * threads with this property. + * @since v0.7.7 + */ + execArgv: string[]; + /** + * The `process.execPath` property returns the absolute pathname of the executable + * that started the Node.js process. Symbolic links, if any, are resolved. + * + * ```js + * '/usr/local/bin/node' + * ``` + * @since v0.1.100 + */ + execPath: string; + /** + * The `process.abort()` method causes the Node.js process to exit immediately and + * generate a core file. + * + * This feature is not available in `Worker` threads. + * @since v0.7.0 + */ + abort(): never; + /** + * The `process.chdir()` method changes the current working directory of the + * Node.js process or throws an exception if doing so fails (for instance, if + * the specified `directory` does not exist). + * + * ```js + * import { chdir, cwd } from 'process'; + * + * console.log(`Starting directory: ${cwd()}`); + * try { + * chdir('/tmp'); + * console.log(`New directory: ${cwd()}`); + * } catch (err) { + * console.error(`chdir: ${err}`); + * } + * ``` + * + * This feature is not available in `Worker` threads. + * @since v0.1.17 + */ + chdir(directory: string): void; + /** + * The `process.cwd()` method returns the current working directory of the Node.js + * process. + * + * ```js + * import { cwd } from 'process'; + * + * console.log(`Current directory: ${cwd()}`); + * ``` + * @since v0.1.8 + */ + cwd(): string; + /** + * The port used by the Node.js debugger when enabled. + * + * ```js + * import process from 'process'; + * + * process.debugPort = 5858; + * ``` + * @since v0.7.2 + */ + debugPort: number; + /** + * The `process.emitWarning()` method can be used to emit custom or application + * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. + * + * ```js + * import { emitWarning } from 'process'; + * + * // Emit a warning with a code and additional detail. + * emitWarning('Something happened!', { + * code: 'MY_WARNING', + * detail: 'This is some additional information' + * }); + * // Emits: + * // (node:56338) [MY_WARNING] Warning: Something happened! + * // This is some additional information + * ``` + * + * In this example, an `Error` object is generated internally by`process.emitWarning()` and passed through to the `'warning'` handler. + * + * ```js + * import process from 'process'; + * + * process.on('warning', (warning) => { + * console.warn(warning.name); // 'Warning' + * console.warn(warning.message); // 'Something happened!' + * console.warn(warning.code); // 'MY_WARNING' + * console.warn(warning.stack); // Stack trace + * console.warn(warning.detail); // 'This is some additional information' + * }); + * ``` + * + * If `warning` is passed as an `Error` object, the `options` argument is ignored. + * @since v8.0.0 + * @param warning The warning to emit. + */ + emitWarning(warning: string | Error, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; + emitWarning(warning: string | Error, options?: EmitWarningOptions): void; + /** + * The `process.env` property returns an object containing the user environment. + * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). + * + * An example of this object looks like: + * + * ```js + * { + * TERM: 'xterm-256color', + * SHELL: '/usr/local/bin/bash', + * USER: 'maciej', + * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', + * PWD: '/Users/maciej', + * EDITOR: 'vim', + * SHLVL: '1', + * HOME: '/Users/maciej', + * LOGNAME: 'maciej', + * _: '/usr/local/bin/node' + * } + * ``` + * + * It is possible to modify this object, but such modifications will not be + * reflected outside the Node.js process, or (unless explicitly requested) + * to other `Worker` threads. + * In other words, the following example would not work: + * + * ```console + * $ node -e 'process.env.foo = "bar"' && echo $foo + * ``` + * + * While the following will: + * + * ```js + * import { env } from 'process'; + * + * env.foo = 'bar'; + * console.log(env.foo); + * ``` + * + * Assigning a property on `process.env` will implicitly convert the value + * to a string. **This behavior is deprecated.** Future versions of Node.js may + * throw an error when the value is not a string, number, or boolean. + * + * ```js + * import { env } from 'process'; + * + * env.test = null; + * console.log(env.test); + * // => 'null' + * env.test = undefined; + * console.log(env.test); + * // => 'undefined' + * ``` + * + * Use `delete` to delete a property from `process.env`. + * + * ```js + * import { env } from 'process'; + * + * env.TEST = 1; + * delete env.TEST; + * console.log(env.TEST); + * // => undefined + * ``` + * + * On Windows operating systems, environment variables are case-insensitive. + * + * ```js + * import { env } from 'process'; + * + * env.TEST = 1; + * console.log(env.test); + * // => 1 + * ``` + * + * Unless explicitly specified when creating a `Worker` instance, + * each `Worker` thread has its own copy of `process.env`, based on its + * parent thread’s `process.env`, or whatever was specified as the `env` option + * to the `Worker` constructor. Changes to `process.env` will not be visible + * across `Worker` threads, and only the main thread can make changes that + * are visible to the operating system or to native add-ons. + * @since v0.1.27 + */ + env: ProcessEnv; + /** + * The `process.exit()` method instructs Node.js to terminate the process + * synchronously with an exit status of `code`. If `code` is omitted, exit uses + * either the 'success' code `0` or the value of `process.exitCode` if it has been + * set. Node.js will not terminate until all the `'exit'` event listeners are + * called. + * + * To exit with a 'failure' code: + * + * ```js + * import { exit } from 'process'; + * + * exit(1); + * ``` + * + * The shell that executed Node.js should see the exit code as `1`. + * + * Calling `process.exit()` will force the process to exit as quickly as possible + * even if there are still asynchronous operations pending that have not yet + * completed fully, including I/O operations to `process.stdout` and`process.stderr`. + * + * In most situations, it is not actually necessary to call `process.exit()`explicitly. The Node.js process will exit on its own _if there is no additional_ + * _work pending_ in the event loop. The `process.exitCode` property can be set to + * tell the process which exit code to use when the process exits gracefully. + * + * For instance, the following example illustrates a _misuse_ of the`process.exit()` method that could lead to data printed to stdout being + * truncated and lost: + * + * ```js + * import { exit } from 'process'; + * + * // This is an example of what *not* to do: + * if (someConditionNotMet()) { + * printUsageToStdout(); + * exit(1); + * } + * ``` + * + * The reason this is problematic is because writes to `process.stdout` in Node.js + * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js + * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. + * + * Rather than calling `process.exit()` directly, the code _should_ set the`process.exitCode` and allow the process to exit naturally by avoiding + * scheduling any additional work for the event loop: + * + * ```js + * import process from 'process'; + * + * // How to properly set the exit code while letting + * // the process exit gracefully. + * if (someConditionNotMet()) { + * printUsageToStdout(); + * process.exitCode = 1; + * } + * ``` + * + * If it is necessary to terminate the Node.js process due to an error condition, + * throwing an _uncaught_ error and allowing the process to terminate accordingly + * is safer than calling `process.exit()`. + * + * In `Worker` threads, this function stops the current thread rather + * than the current process. + * @since v0.1.13 + * @param [code=0] The exit code. + */ + exit(code?: number): never; + /** + * A number which will be the process exit code, when the process either + * exits gracefully, or is exited via {@link exit} without specifying + * a code. + * + * Specifying a code to {@link exit} will override any + * previous setting of `process.exitCode`. + * @since v0.11.8 + */ + exitCode?: number | undefined; + /** + * The `process.getgid()` method returns the numerical group identity of the + * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.getgid) { + * console.log(`Current gid: ${process.getgid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.31 + */ + getgid?: () => number; + /** + * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a + * numeric ID or a group name + * string. If a group name is specified, this method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.getgid && process.setgid) { + * console.log(`Current gid: ${process.getgid()}`); + * try { + * process.setgid(501); + * console.log(`New gid: ${process.getgid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.31 + * @param id The group name or ID + */ + setgid?: (id: number | string) => void; + /** + * The `process.getuid()` method returns the numeric user identity of the process. + * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.getuid) { + * console.log(`Current uid: ${process.getuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.28 + */ + getuid?: () => number; + /** + * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a + * numeric ID or a username string. + * If a username is specified, the method blocks while resolving the associated + * numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.getuid && process.setuid) { + * console.log(`Current uid: ${process.getuid()}`); + * try { + * process.setuid(501); + * console.log(`New uid: ${process.getuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.28 + */ + setuid?: (id: number | string) => void; + /** + * The `process.geteuid()` method returns the numerical effective user identity of + * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.geteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + geteuid?: () => number; + /** + * The `process.seteuid()` method sets the effective user identity of the process. + * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username + * string. If a username is specified, the method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.geteuid && process.seteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * try { + * process.seteuid(501); + * console.log(`New uid: ${process.geteuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A user name or ID + */ + seteuid?: (id: number | string) => void; + /** + * The `process.getegid()` method returns the numerical effective group identity + * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) + * + * ```js + * import process from 'process'; + * + * if (process.getegid) { + * console.log(`Current gid: ${process.getegid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + getegid?: () => number; + /** + * The `process.setegid()` method sets the effective group identity of the process. + * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group + * name string. If a group name is specified, this method blocks while resolving + * the associated a numeric ID. + * + * ```js + * import process from 'process'; + * + * if (process.getegid && process.setegid) { + * console.log(`Current gid: ${process.getegid()}`); + * try { + * process.setegid(501); + * console.log(`New gid: ${process.getegid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A group name or ID + */ + setegid?: (id: number | string) => void; + /** + * The `process.getgroups()` method returns an array with the supplementary group + * IDs. POSIX leaves it unspecified if the effective group ID is included but + * Node.js ensures it always is. + * + * ```js + * import process from 'process'; + * + * if (process.getgroups) { + * console.log(process.getgroups()); // [ 16, 21, 297 ] + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.9.4 + */ + getgroups?: () => number[]; + /** + * The `process.setgroups()` method sets the supplementary group IDs for the + * Node.js process. This is a privileged operation that requires the Node.js + * process to have `root` or the `CAP_SETGID` capability. + * + * The `groups` array can contain numeric group IDs, group names, or both. + * + * ```js + * import process from 'process'; + * + * if (process.getgroups && process.setgroups) { + * try { + * process.setgroups([501]); + * console.log(process.getgroups()); // new groups + * } catch (err) { + * console.log(`Failed to set groups: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.9.4 + */ + setgroups?: (groups: ReadonlyArray) => void; + /** + * The `process.setUncaughtExceptionCaptureCallback()` function sets a function + * that will be invoked when an uncaught exception occurs, which will receive the + * exception value itself as its first argument. + * + * If such a function is set, the `'uncaughtException'` event will + * not be emitted. If `--abort-on-uncaught-exception` was passed from the + * command line or set through `v8.setFlagsFromString()`, the process will + * not abort. Actions configured to take place on exceptions such as report + * generations will be affected too + * + * To unset the capture function,`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this + * method with a non-`null` argument while another capture function is set will + * throw an error. + * + * Using this function is mutually exclusive with using the deprecated `domain` built-in module. + * @since v9.3.0 + */ + setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; + /** + * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. + * @since v9.3.0 + */ + hasUncaughtExceptionCaptureCallback(): boolean; + /** + * The `process.version` property contains the Node.js version string. + * + * ```js + * import { version } from 'process'; + * + * console.log(`Version: ${version}`); + * // Version: v14.8.0 + * ``` + * + * To get the version string without the prepended _v_, use`process.versions.node`. + * @since v0.1.3 + */ + readonly version: string; + /** + * The `process.versions` property returns an object listing the version strings of + * Node.js and its dependencies. `process.versions.modules` indicates the current + * ABI version, which is increased whenever a C++ API changes. Node.js will refuse + * to load modules that were compiled against a different module ABI version. + * + * ```js + * import { versions } from 'process'; + * + * console.log(versions); + * ``` + * + * Will generate an object similar to: + * + * ```console + * { node: '11.13.0', + * v8: '7.0.276.38-node.18', + * uv: '1.27.0', + * zlib: '1.2.11', + * brotli: '1.0.7', + * ares: '1.15.0', + * modules: '67', + * nghttp2: '1.34.0', + * napi: '4', + * llhttp: '1.1.1', + * openssl: '1.1.1b', + * cldr: '34.0', + * icu: '63.1', + * tz: '2018e', + * unicode: '11.0' } + * ``` + * @since v0.2.0 + */ + readonly versions: ProcessVersions; + /** + * The `process.config` property returns an `Object` containing the JavaScript + * representation of the configure options used to compile the current Node.js + * executable. This is the same as the `config.gypi` file that was produced when + * running the `./configure` script. + * + * An example of the possible output looks like: + * + * ```js + * { + * target_defaults: + * { cflags: [], + * default_configuration: 'Release', + * defines: [], + * include_dirs: [], + * libraries: [] }, + * variables: + * { + * host_arch: 'x64', + * napi_build_version: 5, + * node_install_npm: 'true', + * node_prefix: '', + * node_shared_cares: 'false', + * node_shared_http_parser: 'false', + * node_shared_libuv: 'false', + * node_shared_zlib: 'false', + * node_use_dtrace: 'false', + * node_use_openssl: 'true', + * node_shared_openssl: 'false', + * strict_aliasing: 'true', + * target_arch: 'x64', + * v8_use_snapshot: 1 + * } + * } + * ``` + * + * The `process.config` property is **not** read-only and there are existing + * modules in the ecosystem that are known to extend, modify, or entirely replace + * the value of `process.config`. + * + * Modifying the `process.config` property, or any child-property of the`process.config` object has been deprecated. The `process.config` will be made + * read-only in a future release. + * @since v0.7.7 + */ + readonly config: ProcessConfig; + /** + * The `process.kill()` method sends the `signal` to the process identified by`pid`. + * + * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. + * + * This method will throw an error if the target `pid` does not exist. As a special + * case, a signal of `0` can be used to test for the existence of a process. + * Windows platforms will throw an error if the `pid` is used to kill a process + * group. + * + * Even though the name of this function is `process.kill()`, it is really just a + * signal sender, like the `kill` system call. The signal sent may do something + * other than kill the target process. + * + * ```js + * import process, { kill } from 'process'; + * + * process.on('SIGHUP', () => { + * console.log('Got SIGHUP signal.'); + * }); + * + * setTimeout(() => { + * console.log('Exiting.'); + * process.exit(0); + * }, 100); + * + * kill(process.pid, 'SIGHUP'); + * ``` + * + * When `SIGUSR1` is received by a Node.js process, Node.js will start the + * debugger. See `Signal Events`. + * @since v0.0.6 + * @param pid A process ID + * @param [signal='SIGTERM'] The signal to send, either as a string or number. + */ + kill(pid: number, signal?: string | number): true; + /** + * The `process.pid` property returns the PID of the process. + * + * ```js + * import { pid } from 'process'; + * + * console.log(`This process is pid ${pid}`); + * ``` + * @since v0.1.15 + */ + readonly pid: number; + /** + * The `process.ppid` property returns the PID of the parent of the + * current process. + * + * ```js + * import { ppid } from 'process'; + * + * console.log(`The parent process is pid ${ppid}`); + * ``` + * @since v9.2.0, v8.10.0, v6.13.0 + */ + readonly ppid: number; + /** + * The `process.title` property returns the current process title (i.e. returns + * the current value of `ps`). Assigning a new value to `process.title` modifies + * the current value of `ps`. + * + * When a new value is assigned, different platforms will impose different maximum + * length restrictions on the title. Usually such restrictions are quite limited. + * For instance, on Linux and macOS, `process.title` is limited to the size of the + * binary name plus the length of the command-line arguments because setting the`process.title` overwrites the `argv` memory of the process. Node.js v0.8 + * allowed for longer process title strings by also overwriting the `environ`memory but that was potentially insecure and confusing in some (rather obscure) + * cases. + * + * Assigning a value to `process.title` might not result in an accurate label + * within process manager applications such as macOS Activity Monitor or Windows + * Services Manager. + * @since v0.1.104 + */ + title: string; + /** + * The operating system CPU architecture for which the Node.js binary was compiled. + * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`,`'mipsel'`, `'ppc'`,`'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`. + * + * ```js + * import { arch } from 'process'; + * + * console.log(`This processor architecture is ${arch}`); + * ``` + * @since v0.5.0 + */ + readonly arch: Architecture; + /** + * The `process.platform` property returns a string identifying the operating + * system platform for which the Node.js binary was compiled. + * + * Currently possible values are: + * + * * `'aix'` + * * `'darwin'` + * * `'freebsd'` + * * `'linux'` + * * `'openbsd'` + * * `'sunos'` + * * `'win32'` + * + * ```js + * import { platform } from 'process'; + * + * console.log(`This platform is ${platform}`); + * ``` + * + * The value `'android'` may also be returned if the Node.js is built on the + * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.1.16 + */ + readonly platform: Platform; + /** + * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at + * runtime, `require.main` may still refer to the original main module in + * modules that were required before the change occurred. Generally, it's + * safe to assume that the two refer to the same module. + * + * As with `require.main`, `process.mainModule` will be `undefined` if there + * is no entry script. + * @since v0.1.17 + * @deprecated Since v14.0.0 - Use `main` instead. + */ + mainModule?: Module | undefined; + memoryUsage: MemoryUsageFn; + /** + * The `process.cpuUsage()` method returns the user and system CPU time usage of + * the current process, in an object with properties `user` and `system`, whose + * values are microsecond values (millionth of a second). These values measure time + * spent in user and system code respectively, and may end up being greater than + * actual elapsed time if multiple CPU cores are performing work for this process. + * + * The result of a previous call to `process.cpuUsage()` can be passed as the + * argument to the function, to get a diff reading. + * + * ```js + * import { cpuUsage } from 'process'; + * + * const startUsage = cpuUsage(); + * // { user: 38579, system: 6986 } + * + * // spin the CPU for 500 milliseconds + * const now = Date.now(); + * while (Date.now() - now < 500); + * + * console.log(cpuUsage(startUsage)); + * // { user: 514883, system: 11226 } + * ``` + * @since v6.1.0 + * @param previousValue A previous return value from calling `process.cpuUsage()` + */ + cpuUsage(previousValue?: CpuUsage): CpuUsage; + /** + * `process.nextTick()` adds `callback` to the "next tick queue". This queue is + * fully drained after the current operation on the JavaScript stack runs to + * completion and before the event loop is allowed to continue. It's possible to + * create an infinite loop if one were to recursively call `process.nextTick()`. + * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. + * + * ```js + * import { nextTick } from 'process'; + * + * console.log('start'); + * nextTick(() => { + * console.log('nextTick callback'); + * }); + * console.log('scheduled'); + * // Output: + * // start + * // scheduled + * // nextTick callback + * ``` + * + * This is important when developing APIs in order to give users the opportunity + * to assign event handlers _after_ an object has been constructed but before any + * I/O has occurred: + * + * ```js + * import { nextTick } from 'process'; + * + * function MyThing(options) { + * this.setupOptions(options); + * + * nextTick(() => { + * this.startDoingStuff(); + * }); + * } + * + * const thing = new MyThing(); + * thing.getReadyForStuff(); + * + * // thing.startDoingStuff() gets called now, not before. + * ``` + * + * It is very important for APIs to be either 100% synchronous or 100% + * asynchronous. Consider this example: + * + * ```js + * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! + * function maybeSync(arg, cb) { + * if (arg) { + * cb(); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * + * This API is hazardous because in the following case: + * + * ```js + * const maybeTrue = Math.random() > 0.5; + * + * maybeSync(maybeTrue, () => { + * foo(); + * }); + * + * bar(); + * ``` + * + * It is not clear whether `foo()` or `bar()` will be called first. + * + * The following approach is much better: + * + * ```js + * import { nextTick } from 'process'; + * + * function definitelyAsync(arg, cb) { + * if (arg) { + * nextTick(cb); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * @since v0.1.26 + * @param args Additional arguments to pass when invoking the `callback` + */ + nextTick(callback: Function, ...args: any[]): void; + /** + * The `process.release` property returns an `Object` containing metadata related + * to the current release, including URLs for the source tarball and headers-only + * tarball. + * + * `process.release` contains the following properties: + * + * ```js + * { + * name: 'node', + * lts: 'Erbium', + * sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz', + * headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz', + * libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib' + * } + * ``` + * + * In custom builds from non-release versions of the source tree, only the`name` property may be present. The additional properties should not be + * relied upon to exist. + * @since v3.0.0 + */ + readonly release: ProcessRelease; + features: { + inspector: boolean; + debug: boolean; + uv: boolean; + ipv6: boolean; + tls_alpn: boolean; + tls_sni: boolean; + tls_ocsp: boolean; + tls: boolean; + }; + /** + * `process.umask()` returns the Node.js process's file mode creation mask. Child + * processes inherit the mask from the parent process. + * @since v0.1.19 + * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential * + * security vulnerability. There is no safe, cross-platform alternative API. + */ + umask(): number; + /** + * Can only be set if not in worker thread. + */ + umask(mask: string | number): number; + /** + * The `process.uptime()` method returns the number of seconds the current Node.js + * process has been running. + * + * The return value includes fractions of a second. Use `Math.floor()` to get whole + * seconds. + * @since v0.5.0 + */ + uptime(): number; + hrtime: HRTime; + /** + * If Node.js is spawned with an IPC channel, the `process.send()` method can be + * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. + * + * If Node.js was not spawned with an IPC channel, `process.send` will be`undefined`. + * + * The message goes through serialization and parsing. The resulting message might + * not be the same as what is originally sent. + * @since v0.5.9 + * @param options used to parameterize the sending of certain types of handles.`options` supports the following properties: + */ + send?( + message: any, + sendHandle?: any, + options?: { + swallowErrors?: boolean | undefined; + }, + callback?: (error: Error | null) => void + ): boolean; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the + * IPC channel to the parent process, allowing the child process to exit gracefully + * once there are no other connections keeping it alive. + * + * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. + * + * If the Node.js process was not spawned with an IPC channel,`process.disconnect()` will be `undefined`. + * @since v0.7.2 + */ + disconnect(): void; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return`true` so long as the IPC + * channel is connected and will return `false` after`process.disconnect()` is called. + * + * Once `process.connected` is `false`, it is no longer possible to send messages + * over the IPC channel using `process.send()`. + * @since v0.7.2 + */ + connected: boolean; + /** + * The `process.allowedNodeEnvironmentFlags` property is a special, + * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. + * + * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides`Set.prototype.has` to recognize several different possible flag + * representations. `process.allowedNodeEnvironmentFlags.has()` will + * return `true` in the following cases: + * + * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g.,`inspect-brk` for `--inspect-brk`, or `r` for `-r`. + * * Flags passed through to V8 (as listed in `--v8-options`) may replace + * one or more _non-leading_ dashes for an underscore, or vice-versa; + * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, + * etc. + * * Flags may contain one or more equals (`=`) characters; all + * characters after and including the first equals will be ignored; + * e.g., `--stack-trace-limit=100`. + * * Flags _must_ be allowable within `NODE_OPTIONS`. + * + * When iterating over `process.allowedNodeEnvironmentFlags`, flags will + * appear only _once_; each will begin with one or more dashes. Flags + * passed through to V8 will contain underscores instead of non-leading + * dashes: + * + * ```js + * import { allowedNodeEnvironmentFlags } from 'process'; + * + * allowedNodeEnvironmentFlags.forEach((flag) => { + * // -r + * // --inspect-brk + * // --abort_on_uncaught_exception + * // ... + * }); + * ``` + * + * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail + * silently. + * + * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will + * contain what _would have_ been allowable. + * @since v10.10.0 + */ + allowedNodeEnvironmentFlags: ReadonlySet; + /** + * `process.report` is an object whose methods are used to generate diagnostic + * reports for the current process. Additional documentation is available in the `report documentation`. + * @since v11.8.0 + */ + report?: ProcessReport | undefined; + /** + * ```js + * import { resourceUsage } from 'process'; + * + * console.log(resourceUsage()); + * /* + * Will output: + * { + * userCPUTime: 82872, + * systemCPUTime: 4143, + * maxRSS: 33164, + * sharedMemorySize: 0, + * unsharedDataSize: 0, + * unsharedStackSize: 0, + * minorPageFault: 2469, + * majorPageFault: 0, + * swappedOut: 0, + * fsRead: 0, + * fsWrite: 8, + * ipcSent: 0, + * ipcReceived: 0, + * signalsCount: 0, + * voluntaryContextSwitches: 79, + * involuntaryContextSwitches: 1 + * } + * + * ``` + * @since v12.6.0 + * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. + */ + resourceUsage(): ResourceUsage; + /** + * The `process.traceDeprecation` property indicates whether the`--trace-deprecation` flag is set on the current Node.js process. See the + * documentation for the `'warning' event` and the `emitWarning() method` for more information about this + * flag's behavior. + * @since v0.8.0 + */ + traceDeprecation: boolean; + /* EventEmitter */ + addListener(event: 'beforeExit', listener: BeforeExitListener): this; + addListener(event: 'disconnect', listener: DisconnectListener): this; + addListener(event: 'exit', listener: ExitListener): this; + addListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; + addListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + addListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + addListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + addListener(event: 'warning', listener: WarningListener): this; + addListener(event: 'message', listener: MessageListener): this; + addListener(event: Signals, listener: SignalsListener): this; + addListener(event: 'multipleResolves', listener: MultipleResolveListener): this; + addListener(event: 'worker', listener: WorkerListener): this; + emit(event: 'beforeExit', code: number): boolean; + emit(event: 'disconnect'): boolean; + emit(event: 'exit', code: number): boolean; + emit(event: 'rejectionHandled', promise: Promise): boolean; + emit(event: 'uncaughtException', error: Error): boolean; + emit(event: 'uncaughtExceptionMonitor', error: Error): boolean; + emit(event: 'unhandledRejection', reason: unknown, promise: Promise): boolean; + emit(event: 'warning', warning: Error): boolean; + emit(event: 'message', message: unknown, sendHandle: unknown): this; + emit(event: Signals, signal?: Signals): boolean; + emit(event: 'multipleResolves', type: MultipleResolveType, promise: Promise, value: unknown): this; + emit(event: 'worker', listener: WorkerListener): this; + on(event: 'beforeExit', listener: BeforeExitListener): this; + on(event: 'disconnect', listener: DisconnectListener): this; + on(event: 'exit', listener: ExitListener): this; + on(event: 'rejectionHandled', listener: RejectionHandledListener): this; + on(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + on(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + on(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + on(event: 'warning', listener: WarningListener): this; + on(event: 'message', listener: MessageListener): this; + on(event: Signals, listener: SignalsListener): this; + on(event: 'multipleResolves', listener: MultipleResolveListener): this; + on(event: 'worker', listener: WorkerListener): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'beforeExit', listener: BeforeExitListener): this; + once(event: 'disconnect', listener: DisconnectListener): this; + once(event: 'exit', listener: ExitListener): this; + once(event: 'rejectionHandled', listener: RejectionHandledListener): this; + once(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + once(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + once(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + once(event: 'warning', listener: WarningListener): this; + once(event: 'message', listener: MessageListener): this; + once(event: Signals, listener: SignalsListener): this; + once(event: 'multipleResolves', listener: MultipleResolveListener): this; + once(event: 'worker', listener: WorkerListener): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'beforeExit', listener: BeforeExitListener): this; + prependListener(event: 'disconnect', listener: DisconnectListener): this; + prependListener(event: 'exit', listener: ExitListener): this; + prependListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; + prependListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + prependListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + prependListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + prependListener(event: 'warning', listener: WarningListener): this; + prependListener(event: 'message', listener: MessageListener): this; + prependListener(event: Signals, listener: SignalsListener): this; + prependListener(event: 'multipleResolves', listener: MultipleResolveListener): this; + prependListener(event: 'worker', listener: WorkerListener): this; + prependOnceListener(event: 'beforeExit', listener: BeforeExitListener): this; + prependOnceListener(event: 'disconnect', listener: DisconnectListener): this; + prependOnceListener(event: 'exit', listener: ExitListener): this; + prependOnceListener(event: 'rejectionHandled', listener: RejectionHandledListener): this; + prependOnceListener(event: 'uncaughtException', listener: UncaughtExceptionListener): this; + prependOnceListener(event: 'uncaughtExceptionMonitor', listener: UncaughtExceptionListener): this; + prependOnceListener(event: 'unhandledRejection', listener: UnhandledRejectionListener): this; + prependOnceListener(event: 'warning', listener: WarningListener): this; + prependOnceListener(event: 'message', listener: MessageListener): this; + prependOnceListener(event: Signals, listener: SignalsListener): this; + prependOnceListener(event: 'multipleResolves', listener: MultipleResolveListener): this; + prependOnceListener(event: 'worker', listener: WorkerListener): this; + listeners(event: 'beforeExit'): BeforeExitListener[]; + listeners(event: 'disconnect'): DisconnectListener[]; + listeners(event: 'exit'): ExitListener[]; + listeners(event: 'rejectionHandled'): RejectionHandledListener[]; + listeners(event: 'uncaughtException'): UncaughtExceptionListener[]; + listeners(event: 'uncaughtExceptionMonitor'): UncaughtExceptionListener[]; + listeners(event: 'unhandledRejection'): UnhandledRejectionListener[]; + listeners(event: 'warning'): WarningListener[]; + listeners(event: 'message'): MessageListener[]; + listeners(event: Signals): SignalsListener[]; + listeners(event: 'multipleResolves'): MultipleResolveListener[]; + listeners(event: 'worker'): WorkerListener[]; + } + } + } + export = process; +} +declare module 'node:process' { + import process = require('process'); + export = process; +} diff --git a/node_modules/@types/node/ts4.8/punycode.d.ts b/node_modules/@types/node/ts4.8/punycode.d.ts new file mode 100644 index 000000000..87ebbb904 --- /dev/null +++ b/node_modules/@types/node/ts4.8/punycode.d.ts @@ -0,0 +1,117 @@ +/** + * **The version of the punycode module bundled in Node.js is being deprecated.**In a future major version of Node.js this module will be removed. Users + * currently depending on the `punycode` module should switch to using the + * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL + * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. + * + * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It + * can be accessed using: + * + * ```js + * const punycode = require('punycode'); + * ``` + * + * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is + * primarily intended for use in Internationalized Domain Names. Because host + * names in URLs are limited to ASCII characters only, Domain Names that contain + * non-ASCII characters must be converted into ASCII using the Punycode scheme. + * For instance, the Japanese character that translates into the English word,`'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent + * to `'example.com'`) is represented by Punycode as the ASCII string`'xn--fsq.com'`. + * + * The `punycode` module provides a simple implementation of the Punycode standard. + * + * The `punycode` module is a third-party dependency used by Node.js and + * made available to developers as a convenience. Fixes or other modifications to + * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. + * @deprecated Since v7.0.0 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/punycode.js) + */ +declare module 'punycode' { + /** + * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only + * characters to the equivalent string of Unicode codepoints. + * + * ```js + * punycode.decode('maana-pta'); // 'mañana' + * punycode.decode('--dqo34k'); // '☃-⌘' + * ``` + * @since v0.5.1 + */ + function decode(string: string): string; + /** + * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. + * + * ```js + * punycode.encode('mañana'); // 'maana-pta' + * punycode.encode('☃-⌘'); // '--dqo34k' + * ``` + * @since v0.5.1 + */ + function encode(string: string): string; + /** + * The `punycode.toUnicode()` method converts a string representing a domain name + * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be + * converted. + * + * ```js + * // decode domain names + * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' + * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' + * punycode.toUnicode('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toUnicode(domain: string): string; + /** + * The `punycode.toASCII()` method converts a Unicode string representing an + * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the + * domain name will be converted. Calling `punycode.toASCII()` on a string that + * already only contains ASCII characters will have no effect. + * + * ```js + * // encode domain names + * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' + * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' + * punycode.toASCII('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toASCII(domain: string): string; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const ucs2: ucs2; + interface ucs2 { + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + decode(string: string): number[]; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + encode(codePoints: ReadonlyArray): string; + } + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const version: string; +} +declare module 'node:punycode' { + export * from 'punycode'; +} diff --git a/node_modules/@types/node/ts4.8/querystring.d.ts b/node_modules/@types/node/ts4.8/querystring.d.ts new file mode 100644 index 000000000..e11854784 --- /dev/null +++ b/node_modules/@types/node/ts4.8/querystring.d.ts @@ -0,0 +1,131 @@ +/** + * The `querystring` module provides utilities for parsing and formatting URL + * query strings. It can be accessed using: + * + * ```js + * const querystring = require('querystring'); + * ``` + * + * `querystring` is more performant than `URLSearchParams` but is not a + * standardized API. Use `URLSearchParams` when performance is not critical + * or when compatibility with browser code is desirable. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/querystring.js) + */ +declare module 'querystring' { + interface StringifyOptions { + encodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParseOptions { + maxKeys?: number | undefined; + decodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParsedUrlQuery extends NodeJS.Dict {} + interface ParsedUrlQueryInput extends NodeJS.Dict | ReadonlyArray | ReadonlyArray | null> {} + /** + * The `querystring.stringify()` method produces a URL query string from a + * given `obj` by iterating through the object's "own properties". + * + * It serializes the following types of values passed in `obj`:[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | + * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to + * empty strings. + * + * ```js + * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); + * // Returns 'foo=bar&baz=qux&baz=quux&corge=' + * + * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); + * // Returns 'foo:bar;baz:qux' + * ``` + * + * By default, characters requiring percent-encoding within the query string will + * be encoded as UTF-8\. If an alternative encoding is required, then an alternative`encodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkEncodeURIComponent function already exists, + * + * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, + * { encodeURIComponent: gbkEncodeURIComponent }); + * ``` + * @since v0.1.25 + * @param obj The object to serialize into a URL query string + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; + /** + * The `querystring.parse()` method parses a URL query string (`str`) into a + * collection of key and value pairs. + * + * For example, the query string `'foo=bar&abc=xyz&abc=123'` is parsed into: + * + * ```js + * { + * foo: 'bar', + * abc: ['xyz', '123'] + * } + * ``` + * + * The object returned by the `querystring.parse()` method _does not_prototypically inherit from the JavaScript `Object`. This means that typical`Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * By default, percent-encoded characters within the query string will be assumed + * to use UTF-8 encoding. If an alternative character encoding is used, then an + * alternative `decodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkDecodeURIComponent function already exists... + * + * querystring.parse('w=%D6%D0%CE%C4&foo=bar', null, null, + * { decodeURIComponent: gbkDecodeURIComponent }); + * ``` + * @since v0.1.25 + * @param str The URL query string to parse + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; + /** + * The querystring.encode() function is an alias for querystring.stringify(). + */ + const encode: typeof stringify; + /** + * The querystring.decode() function is an alias for querystring.parse(). + */ + const decode: typeof parse; + /** + * The `querystring.escape()` method performs URL percent-encoding on the given`str` in a manner that is optimized for the specific requirements of URL + * query strings. + * + * The `querystring.escape()` method is used by `querystring.stringify()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement percent-encoding implementation if + * necessary by assigning `querystring.escape` to an alternative function. + * @since v0.1.25 + */ + function escape(str: string): string; + /** + * The `querystring.unescape()` method performs decoding of URL percent-encoded + * characters on the given `str`. + * + * The `querystring.unescape()` method is used by `querystring.parse()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement decoding implementation if + * necessary by assigning `querystring.unescape` to an alternative function. + * + * By default, the `querystring.unescape()` method will attempt to use the + * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, + * a safer equivalent that does not throw on malformed URLs will be used. + * @since v0.1.25 + */ + function unescape(str: string): string; +} +declare module 'node:querystring' { + export * from 'querystring'; +} diff --git a/node_modules/@types/node/ts4.8/readline.d.ts b/node_modules/@types/node/ts4.8/readline.d.ts new file mode 100644 index 000000000..6ab64acbb --- /dev/null +++ b/node_modules/@types/node/ts4.8/readline.d.ts @@ -0,0 +1,653 @@ +/** + * The `readline` module provides an interface for reading data from a `Readable` stream (such as `process.stdin`) one line at a time. + * + * To use the promise-based APIs: + * + * ```js + * import * as readline from 'node:readline/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as readline from 'node:readline'; + * ``` + * + * The following simple example illustrates the basic use of the `readline` module. + * + * ```js + * import * as readline from 'node:readline/promises'; + * import { stdin as input, stdout as output } from 'node:process'; + * + * const rl = readline.createInterface({ input, output }); + * + * const answer = await rl.question('What do you think of Node.js? '); + * + * console.log(`Thank you for your valuable feedback: ${answer}`); + * + * rl.close(); + * ``` + * + * Once this code is invoked, the Node.js application will not terminate until the`readline.Interface` is closed because the interface waits for data to be + * received on the `input` stream. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline.js) + */ +declare module 'readline' { + import { Abortable, EventEmitter } from 'node:events'; + import * as promises from 'node:readline/promises'; + + export { promises }; + export interface Key { + sequence?: string | undefined; + name?: string | undefined; + ctrl?: boolean | undefined; + meta?: boolean | undefined; + shift?: boolean | undefined; + } + /** + * Instances of the `readline.Interface` class are constructed using the`readline.createInterface()` method. Every instance is associated with a + * single `input` `Readable` stream and a single `output` `Writable` stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v0.1.104 + */ + export class Interface extends EventEmitter { + readonly terminal: boolean; + /** + * The current input data being processed by node. + * + * This can be used when collecting input from a TTY stream to retrieve the + * current value that has been processed thus far, prior to the `line` event + * being emitted. Once the `line` event has been emitted, this property will + * be an empty string. + * + * Be aware that modifying the value during the instance runtime may have + * unintended consequences if `rl.cursor` is not also controlled. + * + * **If not using a TTY stream for input, use the `'line'` event.** + * + * One possible use case would be as follows: + * + * ```js + * const values = ['lorem ipsum', 'dolor sit amet']; + * const rl = readline.createInterface(process.stdin); + * const showResults = debounce(() => { + * console.log( + * '\n', + * values.filter((val) => val.startsWith(rl.line)).join(' ') + * ); + * }, 300); + * process.stdin.on('keypress', (c, k) => { + * showResults(); + * }); + * ``` + * @since v0.1.98 + */ + readonly line: string; + /** + * The cursor position relative to `rl.line`. + * + * This will track where the current cursor lands in the input string, when + * reading input from a TTY stream. The position of cursor determines the + * portion of the input string that will be modified as input is processed, + * as well as the column where the terminal caret will be rendered. + * @since v0.1.98 + */ + readonly cursor: number; + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface + */ + protected constructor(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean); + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/readline.html#readline_class_interface + */ + protected constructor(options: ReadLineOptions); + /** + * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. + * @since v15.3.0 + * @return the current prompt string + */ + getPrompt(): string; + /** + * The `rl.setPrompt()` method sets the prompt that will be written to `output`whenever `rl.prompt()` is called. + * @since v0.1.98 + */ + setPrompt(prompt: string): void; + /** + * The `rl.prompt()` method writes the `readline.Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new + * location at which to provide input. + * + * When called, `rl.prompt()` will resume the `input` stream if it has been + * paused. + * + * If the `readline.Interface` was created with `output` set to `null` or`undefined` the prompt is not written. + * @since v0.1.98 + * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. + */ + prompt(preserveCursor?: boolean): void; + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback`function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `query` is not written. + * + * The `callback` function passed to `rl.question()` does not follow the typical + * pattern of accepting an `Error` object or `null` as the first argument. + * The `callback` is called with the provided answer as the only argument. + * + * Example usage: + * + * ```js + * rl.question('What is your favorite food? ', (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * ``` + * + * Using an `AbortController` to cancel a question. + * + * ```js + * const ac = new AbortController(); + * const signal = ac.signal; + * + * rl.question('What is your favorite food? ', { signal }, (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * setTimeout(() => ac.abort(), 10000); + * ``` + * + * If this method is invoked as it's util.promisify()ed version, it returns a + * Promise that fulfills with the answer. If the question is canceled using + * an `AbortController` it will reject with an `AbortError`. + * + * ```js + * const util = require('util'); + * const question = util.promisify(rl.question).bind(rl); + * + * async function questionExample() { + * try { + * const answer = await question('What is you favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * } catch (err) { + * console.error('Question rejected', err); + * } + * } + * questionExample(); + * ``` + * @since v0.3.3 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @param callback A callback function that is invoked with the user's input in response to the `query`. + */ + question(query: string, callback: (answer: string) => void): void; + question(query: string, options: Abortable, callback: (answer: string) => void): void; + /** + * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed + * later if necessary. + * + * Calling `rl.pause()` does not immediately pause other events (including`'line'`) from being emitted by the `readline.Interface` instance. + * @since v0.3.4 + */ + pause(): this; + /** + * The `rl.resume()` method resumes the `input` stream if it has been paused. + * @since v0.3.4 + */ + resume(): this; + /** + * The `rl.close()` method closes the `readline.Interface` instance and + * relinquishes control over the `input` and `output` streams. When called, + * the `'close'` event will be emitted. + * + * Calling `rl.close()` does not immediately stop other events (including `'line'`) + * from being emitted by the `readline.Interface` instance. + * @since v0.1.98 + */ + close(): void; + /** + * The `rl.write()` method will write either `data` or a key sequence identified + * by `key` to the `output`. The `key` argument is supported only if `output` is + * a `TTY` text terminal. See `TTY keybindings` for a list of key + * combinations. + * + * If `key` is specified, `data` is ignored. + * + * When called, `rl.write()` will resume the `input` stream if it has been + * paused. + * + * If the `readline.Interface` was created with `output` set to `null` or`undefined` the `data` and `key` are not written. + * + * ```js + * rl.write('Delete this!'); + * // Simulate Ctrl+U to delete the line written previously + * rl.write(null, { ctrl: true, name: 'u' }); + * ``` + * + * The `rl.write()` method will write the data to the `readline` `Interface`'s`input`_as if it were provided by the user_. + * @since v0.1.98 + */ + write(data: string | Buffer, key?: Key): void; + write(data: undefined | null | string | Buffer, key: Key): void; + /** + * Returns the real position of the cursor in relation to the input + * prompt + string. Long input (wrapping) strings, as well as multiple + * line prompts are included in the calculations. + * @since v13.5.0, v12.16.0 + */ + getCursorPos(): CursorPos; + /** + * events.EventEmitter + * 1. close + * 2. line + * 3. pause + * 4. resume + * 5. SIGCONT + * 6. SIGINT + * 7. SIGTSTP + * 8. history + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'line', listener: (input: string) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: 'SIGCONT', listener: () => void): this; + addListener(event: 'SIGINT', listener: () => void): this; + addListener(event: 'SIGTSTP', listener: () => void): this; + addListener(event: 'history', listener: (history: string[]) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'line', input: string): boolean; + emit(event: 'pause'): boolean; + emit(event: 'resume'): boolean; + emit(event: 'SIGCONT'): boolean; + emit(event: 'SIGINT'): boolean; + emit(event: 'SIGTSTP'): boolean; + emit(event: 'history', history: string[]): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'line', listener: (input: string) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: 'SIGCONT', listener: () => void): this; + on(event: 'SIGINT', listener: () => void): this; + on(event: 'SIGTSTP', listener: () => void): this; + on(event: 'history', listener: (history: string[]) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'line', listener: (input: string) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: 'SIGCONT', listener: () => void): this; + once(event: 'SIGINT', listener: () => void): this; + once(event: 'SIGTSTP', listener: () => void): this; + once(event: 'history', listener: (history: string[]) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'line', listener: (input: string) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: 'SIGCONT', listener: () => void): this; + prependListener(event: 'SIGINT', listener: () => void): this; + prependListener(event: 'SIGTSTP', listener: () => void): this; + prependListener(event: 'history', listener: (history: string[]) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'line', listener: (input: string) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: 'SIGCONT', listener: () => void): this; + prependOnceListener(event: 'SIGINT', listener: () => void): this; + prependOnceListener(event: 'SIGTSTP', listener: () => void): this; + prependOnceListener(event: 'history', listener: (history: string[]) => void): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + export type ReadLine = Interface; // type forwarded for backwards compatibility + export type Completer = (line: string) => CompleterResult; + export type AsyncCompleter = (line: string, callback: (err?: null | Error, result?: CompleterResult) => void) => void; + export type CompleterResult = [string[], string]; + export interface ReadLineOptions { + input: NodeJS.ReadableStream; + output?: NodeJS.WritableStream | undefined; + completer?: Completer | AsyncCompleter | undefined; + terminal?: boolean | undefined; + /** + * Initial list of history lines. This option makes sense + * only if `terminal` is set to `true` by the user or by an internal `output` + * check, otherwise the history caching mechanism is not initialized at all. + * @default [] + */ + history?: string[] | undefined; + historySize?: number | undefined; + prompt?: string | undefined; + crlfDelay?: number | undefined; + /** + * If `true`, when a new input line added + * to the history list duplicates an older one, this removes the older line + * from the list. + * @default false + */ + removeHistoryDuplicates?: boolean | undefined; + escapeCodeTimeout?: number | undefined; + tabSize?: number | undefined; + } + /** + * The `readline.createInterface()` method creates a new `readline.Interface`instance. + * + * ```js + * const readline = require('readline'); + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout + * }); + * ``` + * + * Once the `readline.Interface` instance is created, the most common case is to + * listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * + * When creating a `readline.Interface` using `stdin` as input, the program + * will not terminate until it receives `EOF` (Ctrl+D on + * Linux/macOS, Ctrl+Z followed by Return on + * Windows). + * If you want your application to exit without waiting for user input, you can `unref()` the standard input stream: + * + * ```js + * process.stdin.unref(); + * ``` + * @since v0.1.98 + */ + export function createInterface(input: NodeJS.ReadableStream, output?: NodeJS.WritableStream, completer?: Completer | AsyncCompleter, terminal?: boolean): Interface; + export function createInterface(options: ReadLineOptions): Interface; + /** + * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. + * + * Optionally, `interface` specifies a `readline.Interface` instance for which + * autocompletion is disabled when copy-pasted input is detected. + * + * If the `stream` is a `TTY`, then it must be in raw mode. + * + * This is automatically called by any readline instance on its `input` if the`input` is a terminal. Closing the `readline` instance does not stop + * the `input` from emitting `'keypress'` events. + * + * ```js + * readline.emitKeypressEvents(process.stdin); + * if (process.stdin.isTTY) + * process.stdin.setRawMode(true); + * ``` + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * const readline = require('readline'); + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ' + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * const { once } = require('events'); + * const { createReadStream } = require('fs'); + * const { createInterface } = require('readline'); + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + */ + export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; + export type Direction = -1 | 0 | 1; + export interface CursorPos { + rows: number; + cols: number; + } + /** + * The `readline.clearLine()` method clears current line of given `TTY` stream + * in a specified direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; + /** + * The `readline.clearScreenDown()` method clears the given `TTY` stream from + * the current position of the cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; + /** + * The `readline.cursorTo()` method moves cursor to the specified position in a + * given `TTY` `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; + /** + * The `readline.moveCursor()` method moves the cursor _relative_ to its current + * position in a given `TTY` `stream`. + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * const readline = require('readline'); + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ' + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * const fs = require('fs'); + * const readline = require('readline'); + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await`flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * const { once } = require('events'); + * const { createReadStream } = require('fs'); + * const { createInterface } = require('readline'); + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; +} +declare module 'node:readline' { + export * from 'readline'; +} diff --git a/node_modules/@types/node/ts4.8/readline/promises.d.ts b/node_modules/@types/node/ts4.8/readline/promises.d.ts new file mode 100644 index 000000000..8f9f06f0b --- /dev/null +++ b/node_modules/@types/node/ts4.8/readline/promises.d.ts @@ -0,0 +1,143 @@ +/** + * The `readline/promise` module provides an API for reading lines of input from a Readable stream one line at a time. + * + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/readline/promises.js) + * @since v17.0.0 + */ +declare module 'readline/promises' { + import { Interface as _Interface, ReadLineOptions, Completer, AsyncCompleter, Direction } from 'node:readline'; + import { Abortable } from 'node:events'; + + class Interface extends _Interface { + /** + * The rl.question() method displays the query by writing it to the output, waits for user input to be provided on input, + * then invokes the callback function passing the provided input as the first argument. + * + * When called, rl.question() will resume the input stream if it has been paused. + * + * If the readlinePromises.Interface was created with output set to null or undefined the query is not written. + * + * If the question is called after rl.close(), it returns a rejected promise. + * + * Example usage: + * + * ```js + * const answer = await rl.question('What is your favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * Using an AbortSignal to cancel a question. + * + * ```js + * const signal = AbortSignal.timeout(10_000); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * const answer = await rl.question('What is your favorite food? ', { signal }); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * @since v17.0.0 + * @param query A statement or query to write to output, prepended to the prompt. + */ + question(query: string): Promise; + question(query: string, options: Abortable): Promise; + } + + class Readline { + /** + * @param stream A TTY stream. + */ + constructor(stream: NodeJS.WritableStream, options?: { autoCommit?: boolean }); + /** + * The `rl.clearLine()` method adds to the internal list of pending action an action that clears current line of the associated `stream` in a specified direction identified by `dir`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + */ + clearLine(dir: Direction): this; + /** + * The `rl.clearScreenDown()` method adds to the internal list of pending action an action that clears the associated `stream` from the current position of the cursor down. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + */ + clearScreenDown(): this; + /** + * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. + */ + commit(): Promise; + /** + * The `rl.cursorTo()` method adds to the internal list of pending action an action that moves cursor to the specified position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + */ + cursorTo(x: number, y?: number): this; + /** + * The `rl.moveCursor()` method adds to the internal list of pending action an action that moves the cursor relative to its current position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless autoCommit: true was passed to the constructor. + */ + moveCursor(dx: number, dy: number): this; + /** + * The `rl.rollback()` method clears the internal list of pending actions without sending it to the associated `stream`. + */ + rollback(): this; + } + + /** + * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. + * + * ```js + * const readlinePromises = require('node:readline/promises'); + * const rl = readlinePromises.createInterface({ + * input: process.stdin, + * output: process.stdout + * }); + * ``` + * + * Once the `readlinePromises.Interface` instance is created, the most common case is to listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get the best compatibility if it defines an `output.columns` property, + * and emits a `'resize'` event on the `output`, if or when the columns ever change (`process.stdout` does this automatically when it is a TTY). + * + * ## Use of the `completer` function + * + * The `completer` function takes the current line entered by the user as an argument, and returns an `Array` with 2 entries: + * + * - An Array with matching entries for the completion. + * - The substring that was used for the matching. + * + * For instance: `[[substr1, substr2, ...], originalsubstring]`. + * + * ```js + * function completer(line) { + * const completions = '.help .error .exit .quit .q'.split(' '); + * const hits = completions.filter((c) => c.startsWith(line)); + * // Show all completions if none found + * return [hits.length ? hits : completions, line]; + * } + * ``` + * + * The `completer` function can also returns a `Promise`, or be asynchronous: + * + * ```js + * async function completer(linePartial) { + * await someAsyncWork(); + * return [['123'], linePartial]; + * } + * ``` + */ + function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ): Interface; + function createInterface(options: ReadLineOptions): Interface; +} +declare module 'node:readline/promises' { + export * from 'readline/promises'; +} diff --git a/node_modules/@types/node/ts4.8/repl.d.ts b/node_modules/@types/node/ts4.8/repl.d.ts new file mode 100644 index 000000000..be42ccc4a --- /dev/null +++ b/node_modules/@types/node/ts4.8/repl.d.ts @@ -0,0 +1,424 @@ +/** + * The `repl` module provides a Read-Eval-Print-Loop (REPL) implementation that + * is available both as a standalone program or includible in other applications. + * It can be accessed using: + * + * ```js + * const repl = require('repl'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/repl.js) + */ +declare module 'repl' { + import { Interface, Completer, AsyncCompleter } from 'node:readline'; + import { Context } from 'node:vm'; + import { InspectOptions } from 'node:util'; + interface ReplOptions { + /** + * The input prompt to display. + * @default "> " + */ + prompt?: string | undefined; + /** + * The `Readable` stream from which REPL input will be read. + * @default process.stdin + */ + input?: NodeJS.ReadableStream | undefined; + /** + * The `Writable` stream to which REPL output will be written. + * @default process.stdout + */ + output?: NodeJS.WritableStream | undefined; + /** + * If `true`, specifies that the output should be treated as a TTY terminal, and have + * ANSI/VT100 escape codes written to it. + * Default: checking the value of the `isTTY` property on the output stream upon + * instantiation. + */ + terminal?: boolean | undefined; + /** + * The function to be used when evaluating each given line of input. + * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can + * error with `repl.Recoverable` to indicate the input was incomplete and prompt for + * additional lines. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_default_evaluation + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_custom_evaluation_functions + */ + eval?: REPLEval | undefined; + /** + * Defines if the repl prints output previews or not. + * @default `true` Always `false` in case `terminal` is falsy. + */ + preview?: boolean | undefined; + /** + * If `true`, specifies that the default `writer` function should include ANSI color + * styling to REPL output. If a custom `writer` function is provided then this has no + * effect. + * Default: the REPL instance's `terminal` value. + */ + useColors?: boolean | undefined; + /** + * If `true`, specifies that the default evaluation function will use the JavaScript + * `global` as the context as opposed to creating a new separate context for the REPL + * instance. The node CLI REPL sets this value to `true`. + * Default: `false`. + */ + useGlobal?: boolean | undefined; + /** + * If `true`, specifies that the default writer will not output the return value of a + * command if it evaluates to `undefined`. + * Default: `false`. + */ + ignoreUndefined?: boolean | undefined; + /** + * The function to invoke to format the output of each command before writing to `output`. + * Default: a wrapper for `util.inspect`. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_customizing_repl_output + */ + writer?: REPLWriter | undefined; + /** + * An optional function used for custom Tab auto completion. + * + * @see https://nodejs.org/dist/latest-v11.x/docs/api/readline.html#readline_use_of_the_completer_function + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * A flag that specifies whether the default evaluator executes all JavaScript commands in + * strict mode or default (sloppy) mode. + * Accepted values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; + /** + * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is + * pressed. This cannot be used together with a custom `eval` function. + * Default: `false`. + */ + breakEvalOnSigint?: boolean | undefined; + } + type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void; + type REPLWriter = (this: REPLServer, obj: any) => string; + /** + * This is the default "writer" value, if none is passed in the REPL options, + * and it can be overridden by custom print functions. + */ + const writer: REPLWriter & { + options: InspectOptions; + }; + type REPLCommandAction = (this: REPLServer, text: string) => void; + interface REPLCommand { + /** + * Help text to be displayed when `.help` is entered. + */ + help?: string | undefined; + /** + * The function to execute, optionally accepting a single string argument. + */ + action: REPLCommandAction; + } + /** + * Instances of `repl.REPLServer` are created using the {@link start} method + * or directly using the JavaScript `new` keyword. + * + * ```js + * const repl = require('repl'); + * + * const options = { useColors: true }; + * + * const firstInstance = repl.start(options); + * const secondInstance = new repl.REPLServer(options); + * ``` + * @since v0.1.91 + */ + class REPLServer extends Interface { + /** + * The `vm.Context` provided to the `eval` function to be used for JavaScript + * evaluation. + */ + readonly context: Context; + /** + * @deprecated since v14.3.0 - Use `input` instead. + */ + readonly inputStream: NodeJS.ReadableStream; + /** + * @deprecated since v14.3.0 - Use `output` instead. + */ + readonly outputStream: NodeJS.WritableStream; + /** + * The `Readable` stream from which REPL input will be read. + */ + readonly input: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + */ + readonly output: NodeJS.WritableStream; + /** + * The commands registered via `replServer.defineCommand()`. + */ + readonly commands: NodeJS.ReadOnlyDict; + /** + * A value indicating whether the REPL is currently in "editor mode". + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_commands_and_special_keys + */ + readonly editorMode: boolean; + /** + * A value indicating whether the `_` variable has been assigned. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreAssigned: boolean; + /** + * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly last: any; + /** + * A value indicating whether the `_error` variable has been assigned. + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreErrAssigned: boolean; + /** + * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly lastError: any; + /** + * Specified in the REPL options, this is the function to be used when evaluating each + * given line of input. If not specified in the REPL options, this is an async wrapper + * for the JavaScript `eval()` function. + */ + readonly eval: REPLEval; + /** + * Specified in the REPL options, this is a value indicating whether the default + * `writer` function should include ANSI color styling to REPL output. + */ + readonly useColors: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `eval` + * function will use the JavaScript `global` as the context as opposed to creating a new + * separate context for the REPL instance. + */ + readonly useGlobal: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `writer` + * function should output the result of a command if it evaluates to `undefined`. + */ + readonly ignoreUndefined: boolean; + /** + * Specified in the REPL options, this is the function to invoke to format the output of + * each command before writing to `outputStream`. If not specified in the REPL options, + * this will be a wrapper for `util.inspect`. + */ + readonly writer: REPLWriter; + /** + * Specified in the REPL options, this is the function to use for custom Tab auto-completion. + */ + readonly completer: Completer | AsyncCompleter; + /** + * Specified in the REPL options, this is a flag that specifies whether the default `eval` + * function should execute all JavaScript commands in strict mode or default (sloppy) mode. + * Possible values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + /** + * NOTE: According to the documentation: + * + * > Instances of `repl.REPLServer` are created using the `repl.start()` method and + * > _should not_ be created directly using the JavaScript `new` keyword. + * + * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_class_replserver + */ + private constructor(); + /** + * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands + * to the REPL instance. Such commands are invoked by typing a `.` followed by the`keyword`. The `cmd` is either a `Function` or an `Object` with the following + * properties: + * + * The following example shows two new commands added to the REPL instance: + * + * ```js + * const repl = require('repl'); + * + * const replServer = repl.start({ prompt: '> ' }); + * replServer.defineCommand('sayhello', { + * help: 'Say hello', + * action(name) { + * this.clearBufferedCommand(); + * console.log(`Hello, ${name}!`); + * this.displayPrompt(); + * } + * }); + * replServer.defineCommand('saybye', function saybye() { + * console.log('Goodbye!'); + * this.close(); + * }); + * ``` + * + * The new commands can then be used from within the REPL instance: + * + * ```console + * > .sayhello Node.js User + * Hello, Node.js User! + * > .saybye + * Goodbye! + * ``` + * @since v0.3.0 + * @param keyword The command keyword (_without_ a leading `.` character). + * @param cmd The function to invoke when the command is processed. + */ + defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; + /** + * The `replServer.displayPrompt()` method readies the REPL instance for input + * from the user, printing the configured `prompt` to a new line in the `output`and resuming the `input` to accept new input. + * + * When multi-line input is being entered, an ellipsis is printed rather than the + * 'prompt'. + * + * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. + * + * The `replServer.displayPrompt` method is primarily intended to be called from + * within the action function for commands registered using the`replServer.defineCommand()` method. + * @since v0.1.91 + */ + displayPrompt(preserveCursor?: boolean): void; + /** + * The `replServer.clearBufferedCommand()` method clears any command that has been + * buffered but not yet executed. This method is primarily intended to be + * called from within the action function for commands registered using the`replServer.defineCommand()` method. + * @since v9.0.0 + */ + clearBufferedCommand(): void; + /** + * Initializes a history log file for the REPL instance. When executing the + * Node.js binary and using the command-line REPL, a history file is initialized + * by default. However, this is not the case when creating a REPL + * programmatically. Use this method to initialize a history log file when working + * with REPL instances programmatically. + * @since v11.10.0 + * @param historyPath the path to the history file + * @param callback called when history writes are ready or upon error + */ + setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; + /** + * events.EventEmitter + * 1. close - inherited from `readline.Interface` + * 2. line - inherited from `readline.Interface` + * 3. pause - inherited from `readline.Interface` + * 4. resume - inherited from `readline.Interface` + * 5. SIGCONT - inherited from `readline.Interface` + * 6. SIGINT - inherited from `readline.Interface` + * 7. SIGTSTP - inherited from `readline.Interface` + * 8. exit + * 9. reset + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'close', listener: () => void): this; + addListener(event: 'line', listener: (input: string) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: 'SIGCONT', listener: () => void): this; + addListener(event: 'SIGINT', listener: () => void): this; + addListener(event: 'SIGTSTP', listener: () => void): this; + addListener(event: 'exit', listener: () => void): this; + addListener(event: 'reset', listener: (context: Context) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'close'): boolean; + emit(event: 'line', input: string): boolean; + emit(event: 'pause'): boolean; + emit(event: 'resume'): boolean; + emit(event: 'SIGCONT'): boolean; + emit(event: 'SIGINT'): boolean; + emit(event: 'SIGTSTP'): boolean; + emit(event: 'exit'): boolean; + emit(event: 'reset', context: Context): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'close', listener: () => void): this; + on(event: 'line', listener: (input: string) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: 'SIGCONT', listener: () => void): this; + on(event: 'SIGINT', listener: () => void): this; + on(event: 'SIGTSTP', listener: () => void): this; + on(event: 'exit', listener: () => void): this; + on(event: 'reset', listener: (context: Context) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'line', listener: (input: string) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: 'SIGCONT', listener: () => void): this; + once(event: 'SIGINT', listener: () => void): this; + once(event: 'SIGTSTP', listener: () => void): this; + once(event: 'exit', listener: () => void): this; + once(event: 'reset', listener: (context: Context) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'line', listener: (input: string) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: 'SIGCONT', listener: () => void): this; + prependListener(event: 'SIGINT', listener: () => void): this; + prependListener(event: 'SIGTSTP', listener: () => void): this; + prependListener(event: 'exit', listener: () => void): this; + prependListener(event: 'reset', listener: (context: Context) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'line', listener: (input: string) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: 'SIGCONT', listener: () => void): this; + prependOnceListener(event: 'SIGINT', listener: () => void): this; + prependOnceListener(event: 'SIGTSTP', listener: () => void): this; + prependOnceListener(event: 'exit', listener: () => void): this; + prependOnceListener(event: 'reset', listener: (context: Context) => void): this; + } + /** + * A flag passed in the REPL options. Evaluates expressions in sloppy mode. + */ + const REPL_MODE_SLOPPY: unique symbol; + /** + * A flag passed in the REPL options. Evaluates expressions in strict mode. + * This is equivalent to prefacing every repl statement with `'use strict'`. + */ + const REPL_MODE_STRICT: unique symbol; + /** + * The `repl.start()` method creates and starts a {@link REPLServer} instance. + * + * If `options` is a string, then it specifies the input prompt: + * + * ```js + * const repl = require('repl'); + * + * // a Unix style prompt + * repl.start('$ '); + * ``` + * @since v0.1.91 + */ + function start(options?: string | ReplOptions): REPLServer; + /** + * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. + * + * @see https://nodejs.org/dist/latest-v10.x/docs/api/repl.html#repl_recoverable_errors + */ + class Recoverable extends SyntaxError { + err: Error; + constructor(err: Error); + } +} +declare module 'node:repl' { + export * from 'repl'; +} diff --git a/node_modules/@types/node/ts4.8/stream.d.ts b/node_modules/@types/node/ts4.8/stream.d.ts new file mode 100644 index 000000000..a0df689e1 --- /dev/null +++ b/node_modules/@types/node/ts4.8/stream.d.ts @@ -0,0 +1,1340 @@ +/** + * A stream is an abstract interface for working with streaming data in Node.js. + * The `stream` module provides an API for implementing the stream interface. + * + * There are many stream objects provided by Node.js. For instance, a `request to an HTTP server` and `process.stdout` are both stream instances. + * + * Streams can be readable, writable, or both. All streams are instances of `EventEmitter`. + * + * To access the `stream` module: + * + * ```js + * const stream = require('stream'); + * ``` + * + * The `stream` module is useful for creating new types of stream instances. It is + * usually not necessary to use the `stream` module to consume streams. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/stream.js) + */ +declare module 'stream' { + import { EventEmitter, Abortable } from 'node:events'; + import { Blob as NodeBlob } from "node:buffer"; + import * as streamPromises from 'node:stream/promises'; + import * as streamConsumers from 'node:stream/consumers'; + import * as streamWeb from 'node:stream/web'; + class internal extends EventEmitter { + pipe( + destination: T, + options?: { + end?: boolean | undefined; + } + ): T; + } + namespace internal { + class Stream extends internal { + constructor(opts?: ReadableOptions); + } + interface StreamOptions extends Abortable { + emitClose?: boolean | undefined; + highWaterMark?: number | undefined; + objectMode?: boolean | undefined; + construct?(this: T, callback: (error?: Error | null) => void): void; + destroy?(this: T, error: Error | null, callback: (error: Error | null) => void): void; + autoDestroy?: boolean | undefined; + } + interface ReadableOptions extends StreamOptions { + encoding?: BufferEncoding | undefined; + read?(this: Readable, size: number): void; + } + /** + * @since v0.9.4 + */ + class Readable extends Stream implements NodeJS.ReadableStream { + /** + * A utility method for creating Readable Streams out of iterators. + */ + static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; + /** + * A utility method for creating a `Readable` from a web `ReadableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb(readableStream: streamWeb.ReadableStream, options?: Pick): Readable; + /** + * Returns whether the stream has been read from or cancelled. + * @since v16.8.0 + */ + static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; + /** + * A utility method for creating a web `ReadableStream` from a `Readable`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamReadable: Readable): streamWeb.ReadableStream; + /** + * Returns whether the stream was destroyed or errored before emitting `'end'`. + * @since v16.8.0 + * @experimental + */ + readonly readableAborted: boolean; + /** + * Is `true` if it is safe to call `readable.read()`, which means + * the stream has not been destroyed or emitted `'error'` or `'end'`. + * @since v11.4.0 + */ + readable: boolean; + /** + * Returns whether `'data'` has been emitted. + * @since v16.7.0, v14.18.0 + * @experimental + */ + readonly readableDidRead: boolean; + /** + * Getter for the property `encoding` of a given `Readable` stream. The `encoding`property can be set using the `readable.setEncoding()` method. + * @since v12.7.0 + */ + readonly readableEncoding: BufferEncoding | null; + /** + * Becomes `true` when `'end'` event is emitted. + * @since v12.9.0 + */ + readonly readableEnded: boolean; + /** + * This property reflects the current state of a `Readable` stream as described + * in the `Three states` section. + * @since v9.4.0 + */ + readonly readableFlowing: boolean | null; + /** + * Returns the value of `highWaterMark` passed when creating this `Readable`. + * @since v9.3.0 + */ + readonly readableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be read. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly readableLength: number; + /** + * Getter for the property `objectMode` of a given `Readable` stream. + * @since v12.3.0 + */ + readonly readableObjectMode: boolean; + /** + * Is `true` after `readable.destroy()` has been called. + * @since v18.0.0 + */ + destroyed: boolean; + /** + * Is true after 'close' has been emitted. + * @since v8.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + constructor(opts?: ReadableOptions); + _construct?(callback: (error?: Error | null) => void): void; + _read(size: number): void; + /** + * The `readable.read()` method reads data out of the internal buffer and + * returns it. If no data is available to be read, `null` is returned. By default, + * the data is returned as a `Buffer` object unless an encoding has been + * specified using the `readable.setEncoding()` method or the stream is operating + * in object mode. + * + * The optional `size` argument specifies a specific number of bytes to read. If`size` bytes are not available to be read, `null` will be returned _unless_the stream has ended, in which + * case all of the data remaining in the internal + * buffer will be returned. + * + * If the `size` argument is not specified, all of the data contained in the + * internal buffer will be returned. + * + * The `size` argument must be less than or equal to 1 GiB. + * + * The `readable.read()` method should only be called on `Readable` streams + * operating in paused mode. In flowing mode, `readable.read()` is called + * automatically until the internal buffer is fully drained. + * + * ```js + * const readable = getReadableStreamSomehow(); + * + * // 'readable' may be triggered multiple times as data is buffered in + * readable.on('readable', () => { + * let chunk; + * console.log('Stream is readable (new data received in buffer)'); + * // Use a loop to make sure we read all currently available data + * while (null !== (chunk = readable.read())) { + * console.log(`Read ${chunk.length} bytes of data...`); + * } + * }); + * + * // 'end' will be triggered once when there is no more data available + * readable.on('end', () => { + * console.log('Reached end of stream.'); + * }); + * ``` + * + * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks + * are not concatenated. A `while` loop is necessary to consume all data + * currently in the buffer. When reading a large file `.read()` may return `null`, + * having consumed all buffered content so far, but there is still more data to + * come not yet buffered. In this case a new `'readable'` event will be emitted + * when there is more data in the buffer. Finally the `'end'` event will be + * emitted when there is no more data to come. + * + * Therefore to read a file's whole contents from a `readable`, it is necessary + * to collect chunks across multiple `'readable'` events: + * + * ```js + * const chunks = []; + * + * readable.on('readable', () => { + * let chunk; + * while (null !== (chunk = readable.read())) { + * chunks.push(chunk); + * } + * }); + * + * readable.on('end', () => { + * const content = chunks.join(''); + * }); + * ``` + * + * A `Readable` stream in object mode will always return a single item from + * a call to `readable.read(size)`, regardless of the value of the`size` argument. + * + * If the `readable.read()` method returns a chunk of data, a `'data'` event will + * also be emitted. + * + * Calling {@link read} after the `'end'` event has + * been emitted will return `null`. No runtime error will be raised. + * @since v0.9.4 + * @param size Optional argument to specify how much data to read. + */ + read(size?: number): any; + /** + * The `readable.setEncoding()` method sets the character encoding for + * data read from the `Readable` stream. + * + * By default, no encoding is assigned and stream data will be returned as`Buffer` objects. Setting an encoding causes the stream data + * to be returned as strings of the specified encoding rather than as `Buffer`objects. For instance, calling `readable.setEncoding('utf8')` will cause the + * output data to be interpreted as UTF-8 data, and passed as strings. Calling`readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal + * string format. + * + * The `Readable` stream will properly handle multi-byte characters delivered + * through the stream that would otherwise become improperly decoded if simply + * pulled from the stream as `Buffer` objects. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.setEncoding('utf8'); + * readable.on('data', (chunk) => { + * assert.equal(typeof chunk, 'string'); + * console.log('Got %d characters of string data:', chunk.length); + * }); + * ``` + * @since v0.9.4 + * @param encoding The encoding to use. + */ + setEncoding(encoding: BufferEncoding): this; + /** + * The `readable.pause()` method will cause a stream in flowing mode to stop + * emitting `'data'` events, switching out of flowing mode. Any data that + * becomes available will remain in the internal buffer. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.on('data', (chunk) => { + * console.log(`Received ${chunk.length} bytes of data.`); + * readable.pause(); + * console.log('There will be no additional data for 1 second.'); + * setTimeout(() => { + * console.log('Now data will start flowing again.'); + * readable.resume(); + * }, 1000); + * }); + * ``` + * + * The `readable.pause()` method has no effect if there is a `'readable'`event listener. + * @since v0.9.4 + */ + pause(): this; + /** + * The `readable.resume()` method causes an explicitly paused `Readable` stream to + * resume emitting `'data'` events, switching the stream into flowing mode. + * + * The `readable.resume()` method can be used to fully consume the data from a + * stream without actually processing any of that data: + * + * ```js + * getReadableStreamSomehow() + * .resume() + * .on('end', () => { + * console.log('Reached the end, but did not read anything.'); + * }); + * ``` + * + * The `readable.resume()` method has no effect if there is a `'readable'`event listener. + * @since v0.9.4 + */ + resume(): this; + /** + * The `readable.isPaused()` method returns the current operating state of the`Readable`. This is used primarily by the mechanism that underlies the`readable.pipe()` method. In most + * typical cases, there will be no reason to + * use this method directly. + * + * ```js + * const readable = new stream.Readable(); + * + * readable.isPaused(); // === false + * readable.pause(); + * readable.isPaused(); // === true + * readable.resume(); + * readable.isPaused(); // === false + * ``` + * @since v0.11.14 + */ + isPaused(): boolean; + /** + * The `readable.unpipe()` method detaches a `Writable` stream previously attached + * using the {@link pipe} method. + * + * If the `destination` is not specified, then _all_ pipes are detached. + * + * If the `destination` is specified, but no pipe is set up for it, then + * the method does nothing. + * + * ```js + * const fs = require('fs'); + * const readable = getReadableStreamSomehow(); + * const writable = fs.createWriteStream('file.txt'); + * // All the data from readable goes into 'file.txt', + * // but only for the first second. + * readable.pipe(writable); + * setTimeout(() => { + * console.log('Stop writing to file.txt.'); + * readable.unpipe(writable); + * console.log('Manually close the file stream.'); + * writable.end(); + * }, 1000); + * ``` + * @since v0.9.4 + * @param destination Optional specific stream to unpipe + */ + unpipe(destination?: NodeJS.WritableStream): this; + /** + * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the + * same as `readable.push(null)`, after which no more data can be written. The EOF + * signal is put at the end of the buffer and any buffered data will still be + * flushed. + * + * The `readable.unshift()` method pushes a chunk of data back into the internal + * buffer. This is useful in certain situations where a stream is being consumed by + * code that needs to "un-consume" some amount of data that it has optimistically + * pulled out of the source, so that the data can be passed on to some other party. + * + * The `stream.unshift(chunk)` method cannot be called after the `'end'` event + * has been emitted or a runtime error will be thrown. + * + * Developers using `stream.unshift()` often should consider switching to + * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. + * + * ```js + * // Pull off a header delimited by \n\n. + * // Use unshift() if we get too much. + * // Call the callback with (error, header, stream). + * const { StringDecoder } = require('string_decoder'); + * function parseHeader(stream, callback) { + * stream.on('error', callback); + * stream.on('readable', onReadable); + * const decoder = new StringDecoder('utf8'); + * let header = ''; + * function onReadable() { + * let chunk; + * while (null !== (chunk = stream.read())) { + * const str = decoder.write(chunk); + * if (str.includes('\n\n')) { + * // Found the header boundary. + * const split = str.split(/\n\n/); + * header += split.shift(); + * const remaining = split.join('\n\n'); + * const buf = Buffer.from(remaining, 'utf8'); + * stream.removeListener('error', callback); + * // Remove the 'readable' listener before unshifting. + * stream.removeListener('readable', onReadable); + * if (buf.length) + * stream.unshift(buf); + * // Now the body of the message can be read from the stream. + * callback(null, header, stream); + * return; + * } + * // Still reading the header. + * header += str; + * } + * } + * } + * ``` + * + * Unlike {@link push}, `stream.unshift(chunk)` will not + * end the reading process by resetting the internal reading state of the stream. + * This can cause unexpected results if `readable.unshift()` is called during a + * read (i.e. from within a {@link _read} implementation on a + * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, + * however it is best to simply avoid calling `readable.unshift()` while in the + * process of performing a read. + * @since v0.9.11 + * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must be a string, `Buffer`, `Uint8Array` or `null`. For object mode + * streams, `chunk` may be any JavaScript value. + * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. + */ + unshift(chunk: any, encoding?: BufferEncoding): void; + /** + * Prior to Node.js 0.10, streams did not implement the entire `stream` module API + * as it is currently defined. (See `Compatibility` for more information.) + * + * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the`readable.wrap()` method can be used to create a `Readable` + * stream that uses + * the old stream as its data source. + * + * It will rarely be necessary to use `readable.wrap()` but the method has been + * provided as a convenience for interacting with older Node.js applications and + * libraries. + * + * ```js + * const { OldReader } = require('./old-api-module.js'); + * const { Readable } = require('stream'); + * const oreader = new OldReader(); + * const myReader = new Readable().wrap(oreader); + * + * myReader.on('readable', () => { + * myReader.read(); // etc. + * }); + * ``` + * @since v0.9.4 + * @param stream An "old style" readable stream + */ + wrap(stream: NodeJS.ReadableStream): this; + push(chunk: any, encoding?: BufferEncoding): boolean; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the readable + * stream will release any internal resources and subsequent calls to `push()`will be ignored. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, but instead implement `readable._destroy()`. + * @since v8.0.0 + * @param error Error which will be passed as payload in `'error'` event + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. end + * 4. error + * 5. pause + * 6. readable + * 7. resume + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'data', listener: (chunk: any) => void): this; + addListener(event: 'end', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'pause', listener: () => void): this; + addListener(event: 'readable', listener: () => void): this; + addListener(event: 'resume', listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'data', chunk: any): boolean; + emit(event: 'end'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'pause'): boolean; + emit(event: 'readable'): boolean; + emit(event: 'resume'): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'data', listener: (chunk: any) => void): this; + on(event: 'end', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'pause', listener: () => void): this; + on(event: 'readable', listener: () => void): this; + on(event: 'resume', listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'data', listener: (chunk: any) => void): this; + once(event: 'end', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'pause', listener: () => void): this; + once(event: 'readable', listener: () => void): this; + once(event: 'resume', listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'data', listener: (chunk: any) => void): this; + prependListener(event: 'end', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'pause', listener: () => void): this; + prependListener(event: 'readable', listener: () => void): this; + prependListener(event: 'resume', listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'data', listener: (chunk: any) => void): this; + prependOnceListener(event: 'end', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'pause', listener: () => void): this; + prependOnceListener(event: 'readable', listener: () => void): this; + prependOnceListener(event: 'resume', listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: 'close', listener: () => void): this; + removeListener(event: 'data', listener: (chunk: any) => void): this; + removeListener(event: 'end', listener: () => void): this; + removeListener(event: 'error', listener: (err: Error) => void): this; + removeListener(event: 'pause', listener: () => void): this; + removeListener(event: 'readable', listener: () => void): this; + removeListener(event: 'resume', listener: () => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + interface WritableOptions extends StreamOptions { + decodeStrings?: boolean | undefined; + defaultEncoding?: BufferEncoding | undefined; + write?(this: Writable, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + writev?( + this: Writable, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + final?(this: Writable, callback: (error?: Error | null) => void): void; + } + /** + * @since v0.9.4 + */ + class Writable extends Stream implements NodeJS.WritableStream { + /** + * A utility method for creating a `Writable` from a web `WritableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb(writableStream: streamWeb.WritableStream, options?: Pick): Writable; + /** + * A utility method for creating a web `WritableStream` from a `Writable`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamWritable: Writable): streamWeb.WritableStream; + /** + * Is `true` if it is safe to call `writable.write()`, which means + * the stream has not been destroyed, errored or ended. + * @since v11.4.0 + */ + readonly writable: boolean; + /** + * Is `true` after `writable.end()` has been called. This property + * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. + * @since v12.9.0 + */ + readonly writableEnded: boolean; + /** + * Is set to `true` immediately before the `'finish'` event is emitted. + * @since v12.6.0 + */ + readonly writableFinished: boolean; + /** + * Return the value of `highWaterMark` passed when creating this `Writable`. + * @since v9.3.0 + */ + readonly writableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be written. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly writableLength: number; + /** + * Getter for the property `objectMode` of a given `Writable` stream. + * @since v12.3.0 + */ + readonly writableObjectMode: boolean; + /** + * Number of times `writable.uncork()` needs to be + * called in order to fully uncork the stream. + * @since v13.2.0, v12.16.0 + */ + readonly writableCorked: number; + /** + * Is `true` after `writable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is true after 'close' has been emitted. + * @since v8.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + /** + * Is `true` if the stream's buffer has been full and stream will emit 'drain'. + * @since v15.2.0, v14.17.0 + */ + readonly writableNeedDrain: boolean; + constructor(opts?: WritableOptions); + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + _construct?(callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + /** + * The `writable.write()` method writes some data to the stream, and calls the + * supplied `callback` once the data has been fully handled. If an error + * occurs, the `callback` will be called with the error as its + * first argument. The `callback` is called asynchronously and before `'error'` is + * emitted. + * + * The return value is `true` if the internal buffer is less than the`highWaterMark` configured when the stream was created after admitting `chunk`. + * If `false` is returned, further attempts to write data to the stream should + * stop until the `'drain'` event is emitted. + * + * While a stream is not draining, calls to `write()` will buffer `chunk`, and + * return false. Once all currently buffered chunks are drained (accepted for + * delivery by the operating system), the `'drain'` event will be emitted. + * Once `write()` returns false, do not write more chunks + * until the `'drain'` event is emitted. While calling `write()` on a stream that + * is not draining is allowed, Node.js will buffer all written chunks until + * maximum memory usage occurs, at which point it will abort unconditionally. + * Even before it aborts, high memory usage will cause poor garbage collector + * performance and high RSS (which is not typically released back to the system, + * even after the memory is no longer required). Since TCP sockets may never + * drain if the remote peer does not read the data, writing a socket that is + * not draining may lead to a remotely exploitable vulnerability. + * + * Writing data while the stream is not draining is particularly + * problematic for a `Transform`, because the `Transform` streams are paused + * by default until they are piped or a `'data'` or `'readable'` event handler + * is added. + * + * If the data to be written can be generated or fetched on demand, it is + * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is + * possible to respect backpressure and avoid memory issues using the `'drain'` event: + * + * ```js + * function write(data, cb) { + * if (!stream.write(data)) { + * stream.once('drain', cb); + * } else { + * process.nextTick(cb); + * } + * } + * + * // Wait for cb to be called before doing any other write. + * write('hello', () => { + * console.log('Write completed, do more writes now.'); + * }); + * ``` + * + * A `Writable` stream in object mode will always ignore the `encoding` argument. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any + * JavaScript value other than `null`. + * @param [encoding='utf8'] The encoding, if `chunk` is a string. + * @param callback Callback for when this chunk of data is flushed. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; + /** + * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. + * @since v0.11.15 + * @param encoding The new default encoding + */ + setDefaultEncoding(encoding: BufferEncoding): this; + /** + * Calling the `writable.end()` method signals that no more data will be written + * to the `Writable`. The optional `chunk` and `encoding` arguments allow one + * final additional chunk of data to be written immediately before closing the + * stream. + * + * Calling the {@link write} method after calling {@link end} will raise an error. + * + * ```js + * // Write 'hello, ' and then end with 'world!'. + * const fs = require('fs'); + * const file = fs.createWriteStream('example.txt'); + * file.write('hello, '); + * file.end('world!'); + * // Writing more now is not allowed! + * ``` + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a string, `Buffer` or `Uint8Array`. For object mode streams, `chunk` may be any + * JavaScript value other than `null`. + * @param encoding The encoding if `chunk` is a string + * @param callback Callback for when the stream is finished. + */ + end(cb?: () => void): this; + end(chunk: any, cb?: () => void): this; + end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; + /** + * The `writable.cork()` method forces all written data to be buffered in memory. + * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. + * + * The primary intent of `writable.cork()` is to accommodate a situation in which + * several small chunks are written to the stream in rapid succession. Instead of + * immediately forwarding them to the underlying destination, `writable.cork()`buffers all the chunks until `writable.uncork()` is called, which will pass them + * all to `writable._writev()`, if present. This prevents a head-of-line blocking + * situation where data is being buffered while waiting for the first small chunk + * to be processed. However, use of `writable.cork()` without implementing`writable._writev()` may have an adverse effect on throughput. + * + * See also: `writable.uncork()`, `writable._writev()`. + * @since v0.11.2 + */ + cork(): void; + /** + * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. + * + * When using `writable.cork()` and `writable.uncork()` to manage the buffering + * of writes to a stream, defer calls to `writable.uncork()` using`process.nextTick()`. Doing so allows batching of all`writable.write()` calls that occur within a given Node.js event + * loop phase. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.write('data '); + * process.nextTick(() => stream.uncork()); + * ``` + * + * If the `writable.cork()` method is called multiple times on a stream, the + * same number of calls to `writable.uncork()` must be called to flush the buffered + * data. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.cork(); + * stream.write('data '); + * process.nextTick(() => { + * stream.uncork(); + * // The data will not be flushed until uncork() is called a second time. + * stream.uncork(); + * }); + * ``` + * + * See also: `writable.cork()`. + * @since v0.11.2 + */ + uncork(): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'`event (unless `emitClose` is set to `false`). After this call, the writable + * stream has ended and subsequent calls to `write()` or `end()` will result in + * an `ERR_STREAM_DESTROYED` error. + * This is a destructive and immediate way to destroy a stream. Previous calls to`write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. + * Use `end()` instead of destroy if data should flush before close, or wait for + * the `'drain'` event before destroying the stream. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, + * but instead implement `writable._destroy()`. + * @since v8.0.0 + * @param error Optional, an error to emit with `'error'` event. + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. drain + * 3. error + * 4. finish + * 5. pipe + * 6. unpipe + */ + addListener(event: 'close', listener: () => void): this; + addListener(event: 'drain', listener: () => void): this; + addListener(event: 'error', listener: (err: Error) => void): this; + addListener(event: 'finish', listener: () => void): this; + addListener(event: 'pipe', listener: (src: Readable) => void): this; + addListener(event: 'unpipe', listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: 'close'): boolean; + emit(event: 'drain'): boolean; + emit(event: 'error', err: Error): boolean; + emit(event: 'finish'): boolean; + emit(event: 'pipe', src: Readable): boolean; + emit(event: 'unpipe', src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'close', listener: () => void): this; + on(event: 'drain', listener: () => void): this; + on(event: 'error', listener: (err: Error) => void): this; + on(event: 'finish', listener: () => void): this; + on(event: 'pipe', listener: (src: Readable) => void): this; + on(event: 'unpipe', listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: 'close', listener: () => void): this; + once(event: 'drain', listener: () => void): this; + once(event: 'error', listener: (err: Error) => void): this; + once(event: 'finish', listener: () => void): this; + once(event: 'pipe', listener: (src: Readable) => void): this; + once(event: 'unpipe', listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: 'close', listener: () => void): this; + prependListener(event: 'drain', listener: () => void): this; + prependListener(event: 'error', listener: (err: Error) => void): this; + prependListener(event: 'finish', listener: () => void): this; + prependListener(event: 'pipe', listener: (src: Readable) => void): this; + prependListener(event: 'unpipe', listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'close', listener: () => void): this; + prependOnceListener(event: 'drain', listener: () => void): this; + prependOnceListener(event: 'error', listener: (err: Error) => void): this; + prependOnceListener(event: 'finish', listener: () => void): this; + prependOnceListener(event: 'pipe', listener: (src: Readable) => void): this; + prependOnceListener(event: 'unpipe', listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: 'close', listener: () => void): this; + removeListener(event: 'drain', listener: () => void): this; + removeListener(event: 'error', listener: (err: Error) => void): this; + removeListener(event: 'finish', listener: () => void): this; + removeListener(event: 'pipe', listener: (src: Readable) => void): this; + removeListener(event: 'unpipe', listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface DuplexOptions extends ReadableOptions, WritableOptions { + allowHalfOpen?: boolean | undefined; + readableObjectMode?: boolean | undefined; + writableObjectMode?: boolean | undefined; + readableHighWaterMark?: number | undefined; + writableHighWaterMark?: number | undefined; + writableCorked?: number | undefined; + construct?(this: Duplex, callback: (error?: Error | null) => void): void; + read?(this: Duplex, size: number): void; + write?(this: Duplex, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + writev?( + this: Duplex, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + final?(this: Duplex, callback: (error?: Error | null) => void): void; + destroy?(this: Duplex, error: Error | null, callback: (error: Error | null) => void): void; + } + /** + * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Duplex` streams include: + * + * * `TCP sockets` + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Duplex extends Readable implements Writable { + readonly writable: boolean; + readonly writableEnded: boolean; + readonly writableFinished: boolean; + readonly writableHighWaterMark: number; + readonly writableLength: number; + readonly writableObjectMode: boolean; + readonly writableCorked: number; + readonly writableNeedDrain: boolean; + readonly closed: boolean; + readonly errored: Error | null; + /** + * If `false` then the stream will automatically end the writable side when the + * readable side ends. Set initially by the `allowHalfOpen` constructor option, + * which defaults to `false`. + * + * This can be changed manually to change the half-open behavior of an existing`Duplex` stream instance, but must be changed before the `'end'` event is + * emitted. + * @since v0.9.4 + */ + allowHalfOpen: boolean; + constructor(opts?: DuplexOptions); + /** + * A utility method for creating duplex streams. + * + * - `Stream` converts writable stream into writable `Duplex` and readable stream + * to `Duplex`. + * - `Blob` converts into readable `Duplex`. + * - `string` converts into readable `Duplex`. + * - `ArrayBuffer` converts into readable `Duplex`. + * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. + * - `AsyncGeneratorFunction` converts into a readable/writable transform + * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield + * `null`. + * - `AsyncFunction` converts into a writable `Duplex`. Must return + * either `null` or `undefined` + * - `Object ({ writable, readable })` converts `readable` and + * `writable` into `Stream` and then combines them into `Duplex` where the + * `Duplex` will write to the `writable` and read from the `readable`. + * - `Promise` converts into readable `Duplex`. Value `null` is ignored. + * + * @since v16.8.0 + */ + static from(src: Stream | NodeBlob | ArrayBuffer | string | Iterable | AsyncIterable | AsyncGeneratorFunction | Promise | Object): Duplex; + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + _destroy(error: Error | null, callback: (error: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + write(chunk: any, encoding?: BufferEncoding, cb?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, cb?: (error: Error | null | undefined) => void): boolean; + setDefaultEncoding(encoding: BufferEncoding): this; + end(cb?: () => void): this; + end(chunk: any, cb?: () => void): this; + end(chunk: any, encoding?: BufferEncoding, cb?: () => void): this; + cork(): void; + uncork(): void; + } + type TransformCallback = (error?: Error | null, data?: any) => void; + interface TransformOptions extends DuplexOptions { + construct?(this: Transform, callback: (error?: Error | null) => void): void; + read?(this: Transform, size: number): void; + write?(this: Transform, chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + writev?( + this: Transform, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void + ): void; + final?(this: Transform, callback: (error?: Error | null) => void): void; + destroy?(this: Transform, error: Error | null, callback: (error: Error | null) => void): void; + transform?(this: Transform, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + flush?(this: Transform, callback: TransformCallback): void; + } + /** + * Transform streams are `Duplex` streams where the output is in some way + * related to the input. Like all `Duplex` streams, `Transform` streams + * implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Transform` streams include: + * + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Transform extends Duplex { + constructor(opts?: TransformOptions); + _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + _flush(callback: TransformCallback): void; + } + /** + * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is + * primarily for examples and testing, but there are some use cases where`stream.PassThrough` is useful as a building block for novel sorts of streams. + */ + class PassThrough extends Transform {} + /** + * Attaches an AbortSignal to a readable or writeable stream. This lets code + * control stream destruction using an `AbortController`. + * + * Calling `abort` on the `AbortController` corresponding to the passed`AbortSignal` will behave the same way as calling `.destroy(new AbortError())`on the stream. + * + * ```js + * const fs = require('fs'); + * + * const controller = new AbortController(); + * const read = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')) + * ); + * // Later, abort the operation closing the stream + * controller.abort(); + * ``` + * + * Or using an `AbortSignal` with a readable stream as an async iterable: + * + * ```js + * const controller = new AbortController(); + * setTimeout(() => controller.abort(), 10_000); // set a timeout + * const stream = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')) + * ); + * (async () => { + * try { + * for await (const chunk of stream) { + * await process(chunk); + * } + * } catch (e) { + * if (e.name === 'AbortError') { + * // The operation was cancelled + * } else { + * throw e; + * } + * } + * })(); + * ``` + * @since v15.4.0 + * @param signal A signal representing possible cancellation + * @param stream a stream to attach a signal to + */ + function addAbortSignal(signal: AbortSignal, stream: T): T; + interface FinishedOptions extends Abortable { + error?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + } + /** + * A function to get notified when a stream is no longer readable, writable + * or has experienced an error or a premature close event. + * + * ```js + * const { finished } = require('stream'); + * + * const rs = fs.createReadStream('archive.tar'); + * + * finished(rs, (err) => { + * if (err) { + * console.error('Stream failed.', err); + * } else { + * console.log('Stream is done reading.'); + * } + * }); + * + * rs.resume(); // Drain the stream. + * ``` + * + * Especially useful in error handling scenarios where a stream is destroyed + * prematurely (like an aborted HTTP request), and will not emit `'end'`or `'finish'`. + * + * The `finished` API provides promise version: + * + * ```js + * const { finished } = require('stream/promises'); + * + * const rs = fs.createReadStream('archive.tar'); + * + * async function run() { + * await finished(rs); + * console.log('Stream is done reading.'); + * } + * + * run().catch(console.error); + * rs.resume(); // Drain the stream. + * ``` + * + * `stream.finished()` leaves dangling event listeners (in particular`'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been + * invoked. The reason for this is so that unexpected `'error'` events (due to + * incorrect stream implementations) do not cause unexpected crashes. + * If this is unwanted behavior then the returned cleanup function needs to be + * invoked in the callback: + * + * ```js + * const cleanup = finished(rs, (err) => { + * cleanup(); + * // ... + * }); + * ``` + * @since v10.0.0 + * @param stream A readable and/or writable stream. + * @param callback A callback function that takes an optional error argument. + * @return A cleanup function which removes all registered listeners. + */ + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options: FinishedOptions, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, callback: (err?: NodeJS.ErrnoException | null) => void): () => void; + namespace finished { + function __promisify__(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise; + } + type PipelineSourceFunction = () => Iterable | AsyncIterable; + type PipelineSource = Iterable | AsyncIterable | NodeJS.ReadableStream | PipelineSourceFunction; + type PipelineTransform, U> = + | NodeJS.ReadWriteStream + | ((source: S extends (...args: any[]) => Iterable | AsyncIterable ? AsyncIterable : S) => AsyncIterable); + type PipelineTransformSource = PipelineSource | PipelineTransform; + type PipelineDestinationIterableFunction = (source: AsyncIterable) => AsyncIterable; + type PipelineDestinationPromiseFunction = (source: AsyncIterable) => Promise

; + type PipelineDestination, P> = S extends PipelineTransformSource + ? NodeJS.WritableStream | PipelineDestinationIterableFunction | PipelineDestinationPromiseFunction + : never; + type PipelineCallback> = S extends PipelineDestinationPromiseFunction + ? (err: NodeJS.ErrnoException | null, value: P) => void + : (err: NodeJS.ErrnoException | null) => void; + type PipelinePromise> = S extends PipelineDestinationPromiseFunction ? Promise

: Promise; + interface PipelineOptions { + signal: AbortSignal; + } + /** + * A module method to pipe between streams and generators forwarding errors and + * properly cleaning up and provide a callback when the pipeline is complete. + * + * ```js + * const { pipeline } = require('stream'); + * const fs = require('fs'); + * const zlib = require('zlib'); + * + * // Use the pipeline API to easily pipe a series of streams + * // together and get notified when the pipeline is fully done. + * + * // A pipeline to gzip a potentially huge tar file efficiently: + * + * pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * (err) => { + * if (err) { + * console.error('Pipeline failed.', err); + * } else { + * console.log('Pipeline succeeded.'); + * } + * } + * ); + * ``` + * + * The `pipeline` API provides a promise version, which can also + * receive an options argument as the last parameter with a`signal` `AbortSignal` property. When the signal is aborted,`destroy` will be called on the underlying pipeline, with + * an`AbortError`. + * + * ```js + * const { pipeline } = require('stream/promises'); + * + * async function run() { + * await pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz') + * ); + * console.log('Pipeline succeeded.'); + * } + * + * run().catch(console.error); + * ``` + * + * To use an `AbortSignal`, pass it inside an options object, + * as the last argument: + * + * ```js + * const { pipeline } = require('stream/promises'); + * + * async function run() { + * const ac = new AbortController(); + * const signal = ac.signal; + * + * setTimeout(() => ac.abort(), 1); + * await pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * { signal }, + * ); + * } + * + * run().catch(console.error); // AbortError + * ``` + * + * The `pipeline` API also supports async generators: + * + * ```js + * const { pipeline } = require('stream/promises'); + * const fs = require('fs'); + * + * async function run() { + * await pipeline( + * fs.createReadStream('lowercase.txt'), + * async function* (source, { signal }) { + * source.setEncoding('utf8'); // Work with strings rather than `Buffer`s. + * for await (const chunk of source) { + * yield await processChunk(chunk, { signal }); + * } + * }, + * fs.createWriteStream('uppercase.txt') + * ); + * console.log('Pipeline succeeded.'); + * } + * + * run().catch(console.error); + * ``` + * + * Remember to handle the `signal` argument passed into the async generator. + * Especially in the case where the async generator is the source for the + * pipeline (i.e. first argument) or the pipeline will never complete. + * + * ```js + * const { pipeline } = require('stream/promises'); + * const fs = require('fs'); + * + * async function run() { + * await pipeline( + * async function* ({ signal }) { + * await someLongRunningfn({ signal }); + * yield 'asd'; + * }, + * fs.createWriteStream('uppercase.txt') + * ); + * console.log('Pipeline succeeded.'); + * } + * + * run().catch(console.error); + * ``` + * + * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: + * + * * `Readable` streams which have emitted `'end'` or `'close'`. + * * `Writable` streams which have emitted `'finish'` or `'close'`. + * + * `stream.pipeline()` leaves dangling event listeners on the streams + * after the `callback` has been invoked. In the case of reuse of streams after + * failure, this can cause event listener leaks and swallowed errors. If the last + * stream is readable, dangling event listeners will be removed so that the last + * stream can be consumed later. + * + * `stream.pipeline()` closes all the streams when an error is raised. + * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior + * once it would destroy the socket without sending the expected response. + * See the example below: + * + * ```js + * const fs = require('fs'); + * const http = require('http'); + * const { pipeline } = require('stream'); + * + * const server = http.createServer((req, res) => { + * const fileStream = fs.createReadStream('./fileNotExist.txt'); + * pipeline(fileStream, res, (err) => { + * if (err) { + * console.log(err); // No such file + * // this message can't be sent once `pipeline` already destroyed the socket + * return res.end('error!!!'); + * } + * }); + * }); + * ``` + * @since v10.0.0 + * @param callback Called when the pipeline is fully done. + */ + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + callback?: PipelineCallback + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline, T1 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + destination: B, + callback?: PipelineCallback + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline, T1 extends PipelineTransform, T2 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + transform2: T2, + destination: B, + callback?: PipelineCallback + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, callback?: PipelineCallback): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, callback?: PipelineCallback): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline( + streams: ReadonlyArray, + callback?: (err: NodeJS.ErrnoException | null) => void + ): NodeJS.WritableStream; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array void)> + ): NodeJS.WritableStream; + namespace pipeline { + function __promisify__, B extends PipelineDestination>(source: A, destination: B, options?: PipelineOptions): PipelinePromise; + function __promisify__, T1 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function __promisify__, T1 extends PipelineTransform, T2 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise; + function __promisify__(streams: ReadonlyArray, options?: PipelineOptions): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; + } + interface Pipe { + close(): void; + hasRef(): boolean; + ref(): void; + unref(): void; + } + + /** + * Returns whether the stream has encountered an error. + * @since v17.3.0 + */ + function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; + + /** + * Returns whether the stream is readable. + * @since v17.4.0 + */ + function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; + + const promises: typeof streamPromises; + const consumers: typeof streamConsumers; + } + export = internal; +} +declare module 'node:stream' { + import stream = require('stream'); + export = stream; +} diff --git a/node_modules/@types/node/ts4.8/stream/consumers.d.ts b/node_modules/@types/node/ts4.8/stream/consumers.d.ts new file mode 100644 index 000000000..1ebf12e1f --- /dev/null +++ b/node_modules/@types/node/ts4.8/stream/consumers.d.ts @@ -0,0 +1,12 @@ +declare module 'stream/consumers' { + import { Blob as NodeBlob } from "node:buffer"; + import { Readable } from 'node:stream'; + function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function text(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; + function json(stream: NodeJS.ReadableStream | Readable | AsyncIterator): Promise; +} +declare module 'node:stream/consumers' { + export * from 'stream/consumers'; +} diff --git a/node_modules/@types/node/ts4.8/stream/promises.d.ts b/node_modules/@types/node/ts4.8/stream/promises.d.ts new file mode 100644 index 000000000..b427073de --- /dev/null +++ b/node_modules/@types/node/ts4.8/stream/promises.d.ts @@ -0,0 +1,42 @@ +declare module 'stream/promises' { + import { FinishedOptions, PipelineSource, PipelineTransform, PipelineDestination, PipelinePromise, PipelineOptions } from 'node:stream'; + function finished(stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, options?: FinishedOptions): Promise; + function pipeline, B extends PipelineDestination>(source: A, destination: B, options?: PipelineOptions): PipelinePromise; + function pipeline, T1 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function pipeline, T1 extends PipelineTransform, T2 extends PipelineTransform, B extends PipelineDestination>( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, destination: B, options?: PipelineOptions): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination + >(source: A, transform1: T1, transform2: T2, transform3: T3, transform4: T4, destination: B, options?: PipelineOptions): PipelinePromise; + function pipeline(streams: ReadonlyArray, options?: PipelineOptions): Promise; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; +} +declare module 'node:stream/promises' { + export * from 'stream/promises'; +} diff --git a/node_modules/@types/node/ts4.8/stream/web.d.ts b/node_modules/@types/node/ts4.8/stream/web.d.ts new file mode 100644 index 000000000..f9ef0570d --- /dev/null +++ b/node_modules/@types/node/ts4.8/stream/web.d.ts @@ -0,0 +1,330 @@ +declare module 'stream/web' { + // stub module, pending copy&paste from .d.ts or manual impl + // copy from lib.dom.d.ts + interface ReadableWritablePair { + readable: ReadableStream; + /** + * Provides a convenient, chainable way of piping this readable stream + * through a transform stream (or any other { writable, readable } + * pair). It simply pipes the stream into the writable side of the + * supplied pair, and returns the readable side for further use. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + */ + writable: WritableStream; + } + interface StreamPipeOptions { + preventAbort?: boolean; + preventCancel?: boolean; + /** + * Pipes this readable stream to a given writable stream destination. + * The way in which the piping process behaves under various error + * conditions can be customized with a number of passed options. It + * returns a promise that fulfills when the piping process completes + * successfully, or rejects if any errors were encountered. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + * + * Errors and closures of the source and destination streams propagate + * as follows: + * + * An error in this source readable stream will abort destination, + * unless preventAbort is truthy. The returned promise will be rejected + * with the source's error, or with any error that occurs during + * aborting the destination. + * + * An error in destination will cancel this source readable stream, + * unless preventCancel is truthy. The returned promise will be rejected + * with the destination's error, or with any error that occurs during + * canceling the source. + * + * When this source readable stream closes, destination will be closed, + * unless preventClose is truthy. The returned promise will be fulfilled + * once this process completes, unless an error is encountered while + * closing the destination, in which case it will be rejected with that + * error. + * + * If destination starts out closed or closing, this source readable + * stream will be canceled, unless preventCancel is true. The returned + * promise will be rejected with an error indicating piping to a closed + * stream failed, or with any error that occurs during canceling the + * source. + * + * The signal option can be set to an AbortSignal to allow aborting an + * ongoing pipe operation via the corresponding AbortController. In this + * case, this source readable stream will be canceled, and destination + * aborted, unless the respective options preventCancel or preventAbort + * are set. + */ + preventClose?: boolean; + signal?: AbortSignal; + } + interface ReadableStreamGenericReader { + readonly closed: Promise; + cancel(reason?: any): Promise; + } + interface ReadableStreamDefaultReadValueResult { + done: false; + value: T; + } + interface ReadableStreamDefaultReadDoneResult { + done: true; + value?: undefined; + } + type ReadableStreamController = ReadableStreamDefaultController; + type ReadableStreamDefaultReadResult = ReadableStreamDefaultReadValueResult | ReadableStreamDefaultReadDoneResult; + interface ReadableByteStreamControllerCallback { + (controller: ReadableByteStreamController): void | PromiseLike; + } + interface UnderlyingSinkAbortCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSinkCloseCallback { + (): void | PromiseLike; + } + interface UnderlyingSinkStartCallback { + (controller: WritableStreamDefaultController): any; + } + interface UnderlyingSinkWriteCallback { + (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike; + } + interface UnderlyingSourceCancelCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSourcePullCallback { + (controller: ReadableStreamController): void | PromiseLike; + } + interface UnderlyingSourceStartCallback { + (controller: ReadableStreamController): any; + } + interface TransformerFlushCallback { + (controller: TransformStreamDefaultController): void | PromiseLike; + } + interface TransformerStartCallback { + (controller: TransformStreamDefaultController): any; + } + interface TransformerTransformCallback { + (chunk: I, controller: TransformStreamDefaultController): void | PromiseLike; + } + interface UnderlyingByteSource { + autoAllocateChunkSize?: number; + cancel?: ReadableStreamErrorCallback; + pull?: ReadableByteStreamControllerCallback; + start?: ReadableByteStreamControllerCallback; + type: 'bytes'; + } + interface UnderlyingSource { + cancel?: UnderlyingSourceCancelCallback; + pull?: UnderlyingSourcePullCallback; + start?: UnderlyingSourceStartCallback; + type?: undefined; + } + interface UnderlyingSink { + abort?: UnderlyingSinkAbortCallback; + close?: UnderlyingSinkCloseCallback; + start?: UnderlyingSinkStartCallback; + type?: undefined; + write?: UnderlyingSinkWriteCallback; + } + interface ReadableStreamErrorCallback { + (reason: any): void | PromiseLike; + } + /** This Streams API interface represents a readable stream of byte data. */ + interface ReadableStream { + readonly locked: boolean; + cancel(reason?: any): Promise; + getReader(): ReadableStreamDefaultReader; + pipeThrough(transform: ReadableWritablePair, options?: StreamPipeOptions): ReadableStream; + pipeTo(destination: WritableStream, options?: StreamPipeOptions): Promise; + tee(): [ReadableStream, ReadableStream]; + values(options?: { preventCancel?: boolean }): AsyncIterableIterator; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + const ReadableStream: { + prototype: ReadableStream; + new (underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy): ReadableStream; + new (underlyingSource?: UnderlyingSource, strategy?: QueuingStrategy): ReadableStream; + }; + interface ReadableStreamDefaultReader extends ReadableStreamGenericReader { + read(): Promise>; + releaseLock(): void; + } + const ReadableStreamDefaultReader: { + prototype: ReadableStreamDefaultReader; + new (stream: ReadableStream): ReadableStreamDefaultReader; + }; + const ReadableStreamBYOBReader: any; + const ReadableStreamBYOBRequest: any; + interface ReadableByteStreamController { + readonly byobRequest: undefined; + readonly desiredSize: number | null; + close(): void; + enqueue(chunk: ArrayBufferView): void; + error(error?: any): void; + } + const ReadableByteStreamController: { + prototype: ReadableByteStreamController; + new (): ReadableByteStreamController; + }; + interface ReadableStreamDefaultController { + readonly desiredSize: number | null; + close(): void; + enqueue(chunk?: R): void; + error(e?: any): void; + } + const ReadableStreamDefaultController: { + prototype: ReadableStreamDefaultController; + new (): ReadableStreamDefaultController; + }; + interface Transformer { + flush?: TransformerFlushCallback; + readableType?: undefined; + start?: TransformerStartCallback; + transform?: TransformerTransformCallback; + writableType?: undefined; + } + interface TransformStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const TransformStream: { + prototype: TransformStream; + new (transformer?: Transformer, writableStrategy?: QueuingStrategy, readableStrategy?: QueuingStrategy): TransformStream; + }; + interface TransformStreamDefaultController { + readonly desiredSize: number | null; + enqueue(chunk?: O): void; + error(reason?: any): void; + terminate(): void; + } + const TransformStreamDefaultController: { + prototype: TransformStreamDefaultController; + new (): TransformStreamDefaultController; + }; + /** + * This Streams API interface provides a standard abstraction for writing + * streaming data to a destination, known as a sink. This object comes with + * built-in back pressure and queuing. + */ + interface WritableStream { + readonly locked: boolean; + abort(reason?: any): Promise; + close(): Promise; + getWriter(): WritableStreamDefaultWriter; + } + const WritableStream: { + prototype: WritableStream; + new (underlyingSink?: UnderlyingSink, strategy?: QueuingStrategy): WritableStream; + }; + /** + * This Streams API interface is the object returned by + * WritableStream.getWriter() and once created locks the < writer to the + * WritableStream ensuring that no other streams can write to the underlying + * sink. + */ + interface WritableStreamDefaultWriter { + readonly closed: Promise; + readonly desiredSize: number | null; + readonly ready: Promise; + abort(reason?: any): Promise; + close(): Promise; + releaseLock(): void; + write(chunk?: W): Promise; + } + const WritableStreamDefaultWriter: { + prototype: WritableStreamDefaultWriter; + new (stream: WritableStream): WritableStreamDefaultWriter; + }; + /** + * This Streams API interface represents a controller allowing control of a + * WritableStream's state. When constructing a WritableStream, the + * underlying sink is given a corresponding WritableStreamDefaultController + * instance to manipulate. + */ + interface WritableStreamDefaultController { + error(e?: any): void; + } + const WritableStreamDefaultController: { + prototype: WritableStreamDefaultController; + new (): WritableStreamDefaultController; + }; + interface QueuingStrategy { + highWaterMark?: number; + size?: QueuingStrategySize; + } + interface QueuingStrategySize { + (chunk?: T): number; + } + interface QueuingStrategyInit { + /** + * Creates a new ByteLengthQueuingStrategy with the provided high water + * mark. + * + * Note that the provided high water mark will not be validated ahead of + * time. Instead, if it is negative, NaN, or not a number, the resulting + * ByteLengthQueuingStrategy will cause the corresponding stream + * constructor to throw. + */ + highWaterMark: number; + } + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface ByteLengthQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const ByteLengthQueuingStrategy: { + prototype: ByteLengthQueuingStrategy; + new (init: QueuingStrategyInit): ByteLengthQueuingStrategy; + }; + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface CountQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const CountQueuingStrategy: { + prototype: CountQueuingStrategy; + new (init: QueuingStrategyInit): CountQueuingStrategy; + }; + interface TextEncoderStream { + /** Returns "utf-8". */ + readonly encoding: 'utf-8'; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextEncoderStream: { + prototype: TextEncoderStream; + new (): TextEncoderStream; + }; + interface TextDecoderOptions { + fatal?: boolean; + ignoreBOM?: boolean; + } + type BufferSource = ArrayBufferView | ArrayBuffer; + interface TextDecoderStream { + /** Returns encoding's name, lower cased. */ + readonly encoding: string; + /** Returns `true` if error mode is "fatal", and `false` otherwise. */ + readonly fatal: boolean; + /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ + readonly ignoreBOM: boolean; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextDecoderStream: { + prototype: TextDecoderStream; + new (label?: string, options?: TextDecoderOptions): TextDecoderStream; + }; +} +declare module 'node:stream/web' { + export * from 'stream/web'; +} diff --git a/node_modules/@types/node/ts4.8/string_decoder.d.ts b/node_modules/@types/node/ts4.8/string_decoder.d.ts new file mode 100644 index 000000000..a58580411 --- /dev/null +++ b/node_modules/@types/node/ts4.8/string_decoder.d.ts @@ -0,0 +1,67 @@ +/** + * The `string_decoder` module provides an API for decoding `Buffer` objects into + * strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 + * characters. It can be accessed using: + * + * ```js + * const { StringDecoder } = require('string_decoder'); + * ``` + * + * The following example shows the basic use of the `StringDecoder` class. + * + * ```js + * const { StringDecoder } = require('string_decoder'); + * const decoder = new StringDecoder('utf8'); + * + * const cent = Buffer.from([0xC2, 0xA2]); + * console.log(decoder.write(cent)); + * + * const euro = Buffer.from([0xE2, 0x82, 0xAC]); + * console.log(decoder.write(euro)); + * ``` + * + * When a `Buffer` instance is written to the `StringDecoder` instance, an + * internal buffer is used to ensure that the decoded string does not contain + * any incomplete multibyte characters. These are held in the buffer until the + * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. + * + * In the following example, the three UTF-8 encoded bytes of the European Euro + * symbol (`€`) are written over three separate operations: + * + * ```js + * const { StringDecoder } = require('string_decoder'); + * const decoder = new StringDecoder('utf8'); + * + * decoder.write(Buffer.from([0xE2])); + * decoder.write(Buffer.from([0x82])); + * console.log(decoder.end(Buffer.from([0xAC]))); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/string_decoder.js) + */ +declare module 'string_decoder' { + class StringDecoder { + constructor(encoding?: BufferEncoding); + /** + * Returns a decoded string, ensuring that any incomplete multibyte characters at + * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the + * returned string and stored in an internal buffer for the next call to`stringDecoder.write()` or `stringDecoder.end()`. + * @since v0.1.99 + * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. + */ + write(buffer: Buffer): string; + /** + * Returns any remaining input stored in the internal buffer as a string. Bytes + * representing incomplete UTF-8 and UTF-16 characters will be replaced with + * substitution characters appropriate for the character encoding. + * + * If the `buffer` argument is provided, one final call to `stringDecoder.write()`is performed before returning the remaining input. + * After `end()` is called, the `stringDecoder` object can be reused for new input. + * @since v0.9.3 + * @param buffer A `Buffer`, or `TypedArray`, or `DataView` containing the bytes to decode. + */ + end(buffer?: Buffer): string; + } +} +declare module 'node:string_decoder' { + export * from 'string_decoder'; +} diff --git a/node_modules/@types/node/ts4.8/test.d.ts b/node_modules/@types/node/ts4.8/test.d.ts new file mode 100644 index 000000000..8e20710ec --- /dev/null +++ b/node_modules/@types/node/ts4.8/test.d.ts @@ -0,0 +1,446 @@ +/** + * The `node:test` module provides a standalone testing module. + * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/test.js) + */ +declare module 'node:test' { + /** + * Programmatically start the test runner. + * @since v18.9.0 + * @param options Configuration options for running tests. + * @returns A {@link TapStream} that emits events about the test execution. + */ + function run(options?: RunOptions): TapStream; + + /** + * The `test()` function is the value imported from the test module. Each invocation of this + * function results in the creation of a test point in the TAP output. + * + * The {@link TestContext} object passed to the fn argument can be used to perform actions + * related to the current test. Examples include skipping the test, adding additional TAP + * diagnostic information, or creating subtests. + * + * `test()` returns a {@link Promise} that resolves once the test completes. The return value + * can usually be discarded for top level tests. However, the return value from subtests should + * be used to prevent the parent test from finishing first and cancelling the subtest as shown + * in the following example. + * + * ```js + * test('top level test', async (t) => { + * // The setTimeout() in the following subtest would cause it to outlive its + * // parent test if 'await' is removed on the next line. Once the parent test + * // completes, it will cancel any outstanding subtests. + * await t.test('longer running subtest', async (t) => { + * return new Promise((resolve, reject) => { + * setTimeout(resolve, 1000); + * }); + * }); + * }); + * ``` + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the test + * @param fn The function under test. The first argument to this function is a + * {@link TestContext} object. If the test uses callbacks, the callback function is + * passed as the second argument. Default: A no-op function. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + function test(name?: string, fn?: TestFn): Promise; + function test(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function test(options?: TestOptions, fn?: TestFn): Promise; + function test(fn?: TestFn): Promise; + + /** + * @since v18.6.0 + * @param name The name of the suite, which is displayed when reporting suite results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the suite + * @param fn The function under suite. Default: A no-op function. + */ + function describe(name?: string, options?: TestOptions, fn?: SuiteFn): void; + function describe(name?: string, fn?: SuiteFn): void; + function describe(options?: TestOptions, fn?: SuiteFn): void; + function describe(fn?: SuiteFn): void; + namespace describe { + // Shorthand for skipping a suite, same as `describe([name], { skip: true }[, fn])`. + function skip(name?: string, options?: TestOptions, fn?: SuiteFn): void; + function skip(name?: string, fn?: SuiteFn): void; + function skip(options?: TestOptions, fn?: SuiteFn): void; + function skip(fn?: SuiteFn): void; + + // Shorthand for marking a suite as `TODO`, same as `describe([name], { todo: true }[, fn])`. + function todo(name?: string, options?: TestOptions, fn?: SuiteFn): void; + function todo(name?: string, fn?: SuiteFn): void; + function todo(options?: TestOptions, fn?: SuiteFn): void; + function todo(fn?: SuiteFn): void; + } + + /** + * @since v18.6.0 + * @param name The name of the test, which is displayed when reporting test results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the test + * @param fn The function under test. If the test uses callbacks, the callback function is + * passed as the second argument. Default: A no-op function. + */ + function it(name?: string, options?: TestOptions, fn?: ItFn): void; + function it(name?: string, fn?: ItFn): void; + function it(options?: TestOptions, fn?: ItFn): void; + function it(fn?: ItFn): void; + namespace it { + // Shorthand for skipping a test, same as `it([name], { skip: true }[, fn])`. + function skip(name?: string, options?: TestOptions, fn?: ItFn): void; + function skip(name?: string, fn?: ItFn): void; + function skip(options?: TestOptions, fn?: ItFn): void; + function skip(fn?: ItFn): void; + + // Shorthand for marking a test as `TODO`, same as `it([name], { todo: true }[, fn])`. + function todo(name?: string, options?: TestOptions, fn?: ItFn): void; + function todo(name?: string, fn?: ItFn): void; + function todo(options?: TestOptions, fn?: ItFn): void; + function todo(fn?: ItFn): void; + } + + /** + * The type of a function under test. The first argument to this function is a + * {@link TestContext} object. If the test uses callbacks, the callback function is passed as + * the second argument. + */ + type TestFn = (t: TestContext, done: (result?: any) => void) => any; + + /** + * The type of a function under Suite. + * If the test uses callbacks, the callback function is passed as an argument + */ + type SuiteFn = (done: (result?: any) => void) => void; + + /** + * The type of a function under test. + * If the test uses callbacks, the callback function is passed as an argument + */ + type ItFn = (done: (result?: any) => void) => any; + + interface RunOptions { + /** + * If a number is provided, then that many files would run in parallel. + * If truthy, it would run (number of cpu cores - 1) files in parallel. + * If falsy, it would only run one file at a time. + * If unspecified, subtests inherit this value from their parent. + * @default true + */ + concurrency?: number | boolean | undefined; + + /** + * An array containing the list of files to run. + * If unspecified, the test runner execution model will be used. + */ + files?: readonly string[] | undefined; + + /** + * Allows aborting an in-progress test execution. + * @default undefined + */ + signal?: AbortSignal | undefined; + + /** + * A number of milliseconds the test will fail after. + * If unspecified, subtests inherit this value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + + /** + * Sets inspector port of test child process. + * If a nullish value is provided, each process gets its own port, + * incremented from the primary's `process.debugPort`. + */ + inspectPort?: number | (() => number) | undefined; + } + + /** + * A successful call of the `run()` method will return a new `TapStream` object, + * streaming a [TAP](https://testanything.org/) output. + * `TapStream` will emit events in the order of the tests' definitions. + * @since v18.9.0 + */ + interface TapStream extends NodeJS.ReadableStream { + addListener(event: 'test:diagnostic', listener: (message: string) => void): this; + addListener(event: 'test:fail', listener: (data: TestFail) => void): this; + addListener(event: 'test:pass', listener: (data: TestPass) => void): this; + addListener(event: string, listener: (...args: any[]) => void): this; + emit(event: 'test:diagnostic', message: string): boolean; + emit(event: 'test:fail', data: TestFail): boolean; + emit(event: 'test:pass', data: TestPass): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: 'test:diagnostic', listener: (message: string) => void): this; + on(event: 'test:fail', listener: (data: TestFail) => void): this; + on(event: 'test:pass', listener: (data: TestPass) => void): this; + on(event: string, listener: (...args: any[]) => void): this; + once(event: 'test:diagnostic', listener: (message: string) => void): this; + once(event: 'test:fail', listener: (data: TestFail) => void): this; + once(event: 'test:pass', listener: (data: TestPass) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'test:diagnostic', listener: (message: string) => void): this; + prependListener(event: 'test:fail', listener: (data: TestFail) => void): this; + prependListener(event: 'test:pass', listener: (data: TestPass) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'test:diagnostic', listener: (message: string) => void): this; + prependOnceListener(event: 'test:fail', listener: (data: TestFail) => void): this; + prependOnceListener(event: 'test:pass', listener: (data: TestPass) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + } + + interface TestFail { + /** + * The test duration. + */ + duration: number; + + /** + * The failure casing test to fail. + */ + error: Error; + + /** + * The test name. + */ + name: string; + + /** + * The ordinal number of the test. + */ + testNumber: number; + + /** + * Present if `context.todo` is called. + */ + todo?: string; + + /** + * Present if `context.skip` is called. + */ + skip?: string; + } + + interface TestPass { + /** + * The test duration. + */ + duration: number; + + /** + * The test name. + */ + name: string; + + /** + * The ordinal number of the test. + */ + testNumber: number; + + /** + * Present if `context.todo` is called. + */ + todo?: string; + + /** + * Present if `context.skip` is called. + */ + skip?: string; + } + + /** + * An instance of `TestContext` is passed to each test function in order to interact with the + * test runner. However, the `TestContext` constructor is not exposed as part of the API. + * @since v18.0.0 + */ + interface TestContext { + /** + * This function is used to create a hook running before each subtest of the current test. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + beforeEach: typeof beforeEach; + + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + afterEach: typeof afterEach; + + /** + * This function is used to write TAP diagnostics to the output. Any diagnostic information is + * included at the end of the test's results. This function does not return a value. + * @param message Message to be displayed as a TAP diagnostic. + * @since v18.0.0 + */ + diagnostic(message: string): void; + + /** + * The name of the test. + * @since v18.8.0 + */ + readonly name: string; + + /** + * If `shouldRunOnlyTests` is truthy, the test context will only run tests that have the `only` + * option set. Otherwise, all tests are run. If Node.js was not started with the `--test-only` + * command-line option, this function is a no-op. + * @param shouldRunOnlyTests Whether or not to run `only` tests. + * @since v18.0.0 + */ + runOnly(shouldRunOnlyTests: boolean): void; + + /** + * Can be used to abort test subtasks when the test has been aborted. + * @since v18.7.0 + */ + readonly signal: AbortSignal; + + /** + * This function causes the test's output to indicate the test as skipped. If `message` is + * provided, it is included in the TAP output. Calling `skip()` does not terminate execution of + * the test function. This function does not return a value. + * @param message Optional skip message to be displayed in TAP output. + * @since v18.0.0 + */ + skip(message?: string): void; + + /** + * This function adds a `TODO` directive to the test's output. If `message` is provided, it is + * included in the TAP output. Calling `todo()` does not terminate execution of the test + * function. This function does not return a value. + * @param message Optional `TODO` message to be displayed in TAP output. + * @since v18.0.0 + */ + todo(message?: string): void; + + /** + * This function is used to create subtests under the current test. This function behaves in + * the same fashion as the top level {@link test} function. + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Default: The `name` property of fn, or `''` if `fn` does not have a name. + * @param options Configuration options for the test + * @param fn The function under test. This first argument to this function is a + * {@link TestContext} object. If the test uses callbacks, the callback function is + * passed as the second argument. Default: A no-op function. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + test: typeof test; + } + + interface TestOptions { + /** + * If a number is provided, then that many tests would run in parallel. + * If truthy, it would run (number of cpu cores - 1) tests in parallel. + * For subtests, it will be `Infinity` tests in parallel. + * If falsy, it would only run one test at a time. + * If unspecified, subtests inherit this value from their parent. + * @default false + */ + concurrency?: number | boolean | undefined; + + /** + * If truthy, and the test context is configured to run `only` tests, then this test will be + * run. Otherwise, the test is skipped. + * @default false + */ + only?: boolean | undefined; + + /** + * Allows aborting an in-progress test. + * @since v18.8.0 + */ + signal?: AbortSignal | undefined; + + /** + * If truthy, the test is skipped. If a string is provided, that string is displayed in the + * test results as the reason for skipping the test. + * @default false + */ + skip?: boolean | string | undefined; + + /** + * A number of milliseconds the test will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + * @since v18.7.0 + */ + timeout?: number | undefined; + + /** + * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in + * the test results as the reason why the test is `TODO`. + * @default false + */ + todo?: boolean | string | undefined; + } + + /** + * This function is used to create a hook running before running a suite. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function before(fn?: HookFn, options?: HookOptions): void; + + /** + * This function is used to create a hook running after running a suite. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function after(fn?: HookFn, options?: HookOptions): void; + + /** + * This function is used to create a hook running before each subtest of the current suite. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function beforeEach(fn?: HookFn, options?: HookOptions): void; + + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as + * the second argument. Default: A no-op function. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + function afterEach(fn?: HookFn, options?: HookOptions): void; + + /** + * The hook function. If the hook uses callbacks, the callback function is passed as the + * second argument. + */ + type HookFn = (done: (result?: any) => void) => any; + + /** + * Configuration options for hooks. + * @since v18.8.0 + */ + interface HookOptions { + /** + * Allows aborting an in-progress hook. + */ + signal?: AbortSignal | undefined; + + /** + * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + } + + export { test as default, run, test, describe, it, before, after, beforeEach, afterEach }; +} diff --git a/node_modules/@types/node/ts4.8/timers.d.ts b/node_modules/@types/node/ts4.8/timers.d.ts new file mode 100644 index 000000000..b26f3ceda --- /dev/null +++ b/node_modules/@types/node/ts4.8/timers.d.ts @@ -0,0 +1,94 @@ +/** + * The `timer` module exposes a global API for scheduling functions to + * be called at some future period of time. Because the timer functions are + * globals, there is no need to call `require('timers')` to use the API. + * + * The timer functions within Node.js implement a similar API as the timers API + * provided by Web Browsers but use a different internal implementation that is + * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/timers.js) + */ +declare module 'timers' { + import { Abortable } from 'node:events'; + import { setTimeout as setTimeoutPromise, setImmediate as setImmediatePromise, setInterval as setIntervalPromise } from 'node:timers/promises'; + interface TimerOptions extends Abortable { + /** + * Set to `false` to indicate that the scheduled `Timeout` + * should not require the Node.js event loop to remain active. + * @default true + */ + ref?: boolean | undefined; + } + let setTimeout: typeof global.setTimeout; + let clearTimeout: typeof global.clearTimeout; + let setInterval: typeof global.setInterval; + let clearInterval: typeof global.clearInterval; + let setImmediate: typeof global.setImmediate; + let clearImmediate: typeof global.clearImmediate; + global { + namespace NodeJS { + // compatibility with older typings + interface Timer extends RefCounted { + hasRef(): boolean; + refresh(): this; + [Symbol.toPrimitive](): number; + } + interface Immediate extends RefCounted { + /** + * If true, the `Immediate` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + _onImmediate: Function; // to distinguish it from the Timeout class + } + interface Timeout extends Timer { + /** + * If true, the `Timeout` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * Sets the timer's start time to the current time, and reschedules the timer to + * call its callback at the previously specified duration adjusted to the current + * time. This is useful for refreshing a timer without allocating a new + * JavaScript object. + * + * Using this on a timer that has already called its callback will reactivate the + * timer. + * @since v10.2.0 + * @return a reference to `timeout` + */ + refresh(): this; + [Symbol.toPrimitive](): number; + } + } + function setTimeout(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timeout; + // util.promisify no rest args compability + // tslint:disable-next-line void-return + function setTimeout(callback: (args: void) => void, ms?: number): NodeJS.Timeout; + namespace setTimeout { + const __promisify__: typeof setTimeoutPromise; + } + function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void; + function setInterval(callback: (...args: TArgs) => void, ms?: number, ...args: TArgs): NodeJS.Timer; + // util.promisify no rest args compability + // tslint:disable-next-line void-return + function setInterval(callback: (args: void) => void, ms?: number): NodeJS.Timer; + namespace setInterval { + const __promisify__: typeof setIntervalPromise; + } + function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void; + function setImmediate(callback: (...args: TArgs) => void, ...args: TArgs): NodeJS.Immediate; + // util.promisify no rest args compability + // tslint:disable-next-line void-return + function setImmediate(callback: (args: void) => void): NodeJS.Immediate; + namespace setImmediate { + const __promisify__: typeof setImmediatePromise; + } + function clearImmediate(immediateId: NodeJS.Immediate | undefined): void; + function queueMicrotask(callback: () => void): void; + } +} +declare module 'node:timers' { + export * from 'timers'; +} diff --git a/node_modules/@types/node/ts4.8/timers/promises.d.ts b/node_modules/@types/node/ts4.8/timers/promises.d.ts new file mode 100644 index 000000000..c1450684d --- /dev/null +++ b/node_modules/@types/node/ts4.8/timers/promises.d.ts @@ -0,0 +1,93 @@ +/** + * The `timers/promises` API provides an alternative set of timer functions + * that return `Promise` objects. The API is accessible via`require('timers/promises')`. + * + * ```js + * import { + * setTimeout, + * setImmediate, + * setInterval, + * } from 'timers/promises'; + * ``` + * @since v15.0.0 + */ +declare module 'timers/promises' { + import { TimerOptions } from 'node:timers'; + /** + * ```js + * import { + * setTimeout, + * } from 'timers/promises'; + * + * const res = await setTimeout(100, 'result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. + * @param value A value with which the promise is fulfilled. + */ + function setTimeout(delay?: number, value?: T, options?: TimerOptions): Promise; + /** + * ```js + * import { + * setImmediate, + * } from 'timers/promises'; + * + * const res = await setImmediate('result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param value A value with which the promise is fulfilled. + */ + function setImmediate(value?: T, options?: TimerOptions): Promise; + /** + * Returns an async iterator that generates values in an interval of `delay` ms. + * + * ```js + * import { + * setInterval, + * } from 'timers/promises'; + * + * const interval = 100; + * for await (const startTime of setInterval(interval, Date.now())) { + * const now = Date.now(); + * console.log(now); + * if ((now - startTime) > 1000) + * break; + * } + * console.log(Date.now()); + * ``` + * @since v15.9.0 + */ + function setInterval(delay?: number, value?: T, options?: TimerOptions): AsyncIterable; + + interface Scheduler { + /** + * ```js + * import { scheduler } from 'node:timers/promises'; + * + * await scheduler.wait(1000); // Wait one second before continuing + * ``` + * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. + * Calling timersPromises.scheduler.wait(delay, options) is roughly equivalent to calling timersPromises.setTimeout(delay, undefined, options) except that the ref option is not supported. + * @since v16.14.0 + * @experimental + * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. + */ + wait: (delay?: number, options?: TimerOptions) => Promise; + /** + * An experimental API defined by the Scheduling APIs draft specification being developed as a standard Web Platform API. + * Calling timersPromises.scheduler.yield() is equivalent to calling timersPromises.setImmediate() with no arguments. + * @since v16.14.0 + * @experimental + */ + yield: () => Promise; + } + + const scheduler: Scheduler; +} +declare module 'node:timers/promises' { + export * from 'timers/promises'; +} diff --git a/node_modules/@types/node/ts4.8/tls.d.ts b/node_modules/@types/node/ts4.8/tls.d.ts new file mode 100644 index 000000000..2cbc71658 --- /dev/null +++ b/node_modules/@types/node/ts4.8/tls.d.ts @@ -0,0 +1,1028 @@ +/** + * The `tls` module provides an implementation of the Transport Layer Security + * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. + * The module can be accessed using: + * + * ```js + * const tls = require('tls'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tls.js) + */ +declare module 'tls' { + import { X509Certificate } from 'node:crypto'; + import * as net from 'node:net'; + import * as stream from 'stream'; + const CLIENT_RENEG_LIMIT: number; + const CLIENT_RENEG_WINDOW: number; + interface Certificate { + /** + * Country code. + */ + C: string; + /** + * Street. + */ + ST: string; + /** + * Locality. + */ + L: string; + /** + * Organization. + */ + O: string; + /** + * Organizational unit. + */ + OU: string; + /** + * Common name. + */ + CN: string; + } + interface PeerCertificate { + subject: Certificate; + issuer: Certificate; + subjectaltname: string; + infoAccess: NodeJS.Dict; + modulus: string; + exponent: string; + valid_from: string; + valid_to: string; + fingerprint: string; + fingerprint256: string; + ext_key_usage: string[]; + serialNumber: string; + raw: Buffer; + } + interface DetailedPeerCertificate extends PeerCertificate { + issuerCertificate: DetailedPeerCertificate; + } + interface CipherNameAndProtocol { + /** + * The cipher name. + */ + name: string; + /** + * SSL/TLS protocol version. + */ + version: string; + /** + * IETF name for the cipher suite. + */ + standardName: string; + } + interface EphemeralKeyInfo { + /** + * The supported types are 'DH' and 'ECDH'. + */ + type: string; + /** + * The name property is available only when type is 'ECDH'. + */ + name?: string | undefined; + /** + * The size of parameter of an ephemeral key exchange. + */ + size: number; + } + interface KeyObject { + /** + * Private keys in PEM format. + */ + pem: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface PxfObject { + /** + * PFX or PKCS12 encoded private key and certificate chain. + */ + buf: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { + /** + * If true the TLS socket will be instantiated in server-mode. + * Defaults to false. + */ + isServer?: boolean | undefined; + /** + * An optional net.Server instance. + */ + server?: net.Server | undefined; + /** + * An optional Buffer instance containing a TLS session. + */ + session?: Buffer | undefined; + /** + * If true, specifies that the OCSP status request extension will be + * added to the client hello and an 'OCSPResponse' event will be + * emitted on the socket before establishing a secure communication + */ + requestOCSP?: boolean | undefined; + } + /** + * Performs transparent encryption of written data and all required TLS + * negotiation. + * + * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. + * + * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate} will only return data while the + * connection is open. + * @since v0.11.4 + */ + class TLSSocket extends net.Socket { + /** + * Construct a new tls.TLSSocket object from an existing TCP socket. + */ + constructor(socket: net.Socket, options?: TLSSocketOptions); + /** + * This property is `true` if the peer certificate was signed by one of the CAs + * specified when creating the `tls.TLSSocket` instance, otherwise `false`. + * @since v0.11.4 + */ + authorized: boolean; + /** + * Returns the reason why the peer's certificate was not been verified. This + * property is set only when `tlsSocket.authorized === false`. + * @since v0.11.4 + */ + authorizationError: Error; + /** + * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. + * @since v0.11.4 + */ + encrypted: true; + /** + * String containing the selected ALPN protocol. + * Before a handshake has completed, this value is always null. + * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. + */ + alpnProtocol: string | false | null; + /** + * Returns an object representing the local certificate. The returned object has + * some properties corresponding to the fields of the certificate. + * + * See {@link TLSSocket.getPeerCertificate} for an example of the certificate + * structure. + * + * If there is no local certificate, an empty object will be returned. If the + * socket has been destroyed, `null` will be returned. + * @since v11.2.0 + */ + getCertificate(): PeerCertificate | object | null; + /** + * Returns an object containing information on the negotiated cipher suite. + * + * For example: + * + * ```json + * { + * "name": "AES128-SHA256", + * "standardName": "TLS_RSA_WITH_AES_128_CBC_SHA256", + * "version": "TLSv1.2" + * } + * ``` + * + * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. + * @since v0.11.4 + */ + getCipher(): CipherNameAndProtocol; + /** + * Returns an object representing the type, name, and size of parameter of + * an ephemeral key exchange in `perfect forward secrecy` on a client + * connection. It returns an empty object when the key exchange is not + * ephemeral. As this is only supported on a client socket; `null` is returned + * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The`name` property is available only when type is `'ECDH'`. + * + * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. + * @since v5.0.0 + */ + getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. + */ + getFinished(): Buffer | undefined; + /** + * Returns an object representing the peer's certificate. If the peer does not + * provide a certificate, an empty object will be returned. If the socket has been + * destroyed, `null` will be returned. + * + * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's + * certificate. + * @since v0.11.4 + * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. + * @return A certificate object. + */ + getPeerCertificate(detailed: true): DetailedPeerCertificate; + getPeerCertificate(detailed?: false): PeerCertificate; + getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so + * far. + */ + getPeerFinished(): Buffer | undefined; + /** + * Returns a string containing the negotiated SSL/TLS protocol version of the + * current connection. The value `'unknown'` will be returned for connected + * sockets that have not completed the handshaking process. The value `null` will + * be returned for server sockets or disconnected client sockets. + * + * Protocol versions are: + * + * * `'SSLv3'` + * * `'TLSv1'` + * * `'TLSv1.1'` + * * `'TLSv1.2'` + * * `'TLSv1.3'` + * + * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. + * @since v5.7.0 + */ + getProtocol(): string | null; + /** + * Returns the TLS session data or `undefined` if no session was + * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful + * for debugging. + * + * See `Session Resumption` for more information. + * + * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications + * must use the `'session'` event (it also works for TLSv1.2 and below). + * @since v0.11.4 + */ + getSession(): Buffer | undefined; + /** + * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. + * @since v12.11.0 + * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. + */ + getSharedSigalgs(): string[]; + /** + * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. + * + * It may be useful for debugging. + * + * See `Session Resumption` for more information. + * @since v0.11.4 + */ + getTLSTicket(): Buffer | undefined; + /** + * See `Session Resumption` for more information. + * @since v0.5.6 + * @return `true` if the session was reused, `false` otherwise. + */ + isSessionReused(): boolean; + /** + * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. + * Upon completion, the `callback` function will be passed a single argument + * that is either an `Error` (if the request failed) or `null`. + * + * This method can be used to request a peer's certificate after the secure + * connection has been established. + * + * When running as the server, the socket will be destroyed with an error after`handshakeTimeout` timeout. + * + * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the + * protocol. + * @since v0.11.8 + * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with + * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. + * @return `true` if renegotiation was initiated, `false` otherwise. + */ + renegotiate( + options: { + rejectUnauthorized?: boolean | undefined; + requestCert?: boolean | undefined; + }, + callback: (err: Error | null) => void + ): undefined | boolean; + /** + * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. + * Returns `true` if setting the limit succeeded; `false` otherwise. + * + * Smaller fragment sizes decrease the buffering latency on the client: larger + * fragments are buffered by the TLS layer until the entire fragment is received + * and its integrity is verified; large fragments can span multiple roundtrips + * and their processing can be delayed due to packet loss or reordering. However, + * smaller fragments add extra TLS framing bytes and CPU overhead, which may + * decrease overall server throughput. + * @since v0.11.11 + * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. + */ + setMaxSendFragment(size: number): boolean; + /** + * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts + * to renegotiate will trigger an `'error'` event on the `TLSSocket`. + * @since v8.4.0 + */ + disableRenegotiation(): void; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * + * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by + * OpenSSL's `SSL_trace()` function, the format is undocumented, can change + * without notice, and should not be relied on. + * @since v12.2.0 + */ + enableTrace(): void; + /** + * Returns the peer certificate as an `X509Certificate` object. + * + * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getPeerX509Certificate(): X509Certificate | undefined; + /** + * Returns the local certificate as an `X509Certificate` object. + * + * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getX509Certificate(): X509Certificate | undefined; + /** + * Keying material is used for validations to prevent different kind of attacks in + * network protocols, for example in the specifications of IEEE 802.1X. + * + * Example + * + * ```js + * const keyingMaterial = tlsSocket.exportKeyingMaterial( + * 128, + * 'client finished'); + * + * /* + * Example return value of keyingMaterial: + * + * + * ``` + * + * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more + * information. + * @since v13.10.0, v12.17.0 + * @param length number of bytes to retrieve from keying material + * @param label an application specific label, typically this will be a value from the [IANA Exporter Label + * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). + * @param context Optionally provide a context. + * @return requested bytes of the keying material + */ + exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + addListener(event: 'secureConnect', listener: () => void): this; + addListener(event: 'session', listener: (session: Buffer) => void): this; + addListener(event: 'keylog', listener: (line: Buffer) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'OCSPResponse', response: Buffer): boolean; + emit(event: 'secureConnect'): boolean; + emit(event: 'session', session: Buffer): boolean; + emit(event: 'keylog', line: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + on(event: 'secureConnect', listener: () => void): this; + on(event: 'session', listener: (session: Buffer) => void): this; + on(event: 'keylog', listener: (line: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + once(event: 'secureConnect', listener: () => void): this; + once(event: 'session', listener: (session: Buffer) => void): this; + once(event: 'keylog', listener: (line: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + prependListener(event: 'secureConnect', listener: () => void): this; + prependListener(event: 'session', listener: (session: Buffer) => void): this; + prependListener(event: 'keylog', listener: (line: Buffer) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'OCSPResponse', listener: (response: Buffer) => void): this; + prependOnceListener(event: 'secureConnect', listener: () => void): this; + prependOnceListener(event: 'session', listener: (session: Buffer) => void): this; + prependOnceListener(event: 'keylog', listener: (line: Buffer) => void): this; + } + interface CommonConnectionOptions { + /** + * An optional TLS context object from tls.createSecureContext() + */ + secureContext?: SecureContext | undefined; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * @default false + */ + enableTrace?: boolean | undefined; + /** + * If true the server will request a certificate from clients that + * connect and attempt to verify that certificate. Defaults to + * false. + */ + requestCert?: boolean | undefined; + /** + * An array of strings or a Buffer naming possible ALPN protocols. + * (Protocols should be ordered by their priority.) + */ + ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined; + /** + * SNICallback(servername, cb) A function that will be + * called if the client supports SNI TLS extension. Two arguments + * will be passed when called: servername and cb. SNICallback should + * invoke cb(null, ctx), where ctx is a SecureContext instance. + * (tls.createSecureContext(...) can be used to get a proper + * SecureContext.) If SNICallback wasn't provided the default callback + * with high-level API will be used (see below). + */ + SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; + /** + * If true the server will reject any connection which is not + * authorized with the list of supplied CAs. This option only has an + * effect if requestCert is true. + * @default true + */ + rejectUnauthorized?: boolean | undefined; + } + interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { + /** + * Abort the connection if the SSL/TLS handshake does not finish in the + * specified number of milliseconds. A 'tlsClientError' is emitted on + * the tls.Server object whenever a handshake times out. Default: + * 120000 (120 seconds). + */ + handshakeTimeout?: number | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + */ + ticketKeys?: Buffer | undefined; + /** + * + * @param socket + * @param identity identity parameter sent from the client. + * @return pre-shared key that must either be + * a buffer or `null` to stop the negotiation process. Returned PSK must be + * compatible with the selected cipher's digest. + * + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with the identity provided by the client. + * If the return value is `null` the negotiation process will stop and an + * "unknown_psk_identity" alert message will be sent to the other party. + * If the server wishes to hide the fact that the PSK identity was not known, + * the callback must provide some random data as `psk` to make the connection + * fail with "decrypt_error" before negotiation is finished. + * PSK ciphers are disabled by default, and using TLS-PSK thus + * requires explicitly specifying a cipher suite with the `ciphers` option. + * More information can be found in the RFC 4279. + */ + pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null; + /** + * hint to send to a client to help + * with selecting the identity during TLS-PSK negotiation. Will be ignored + * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be + * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. + */ + pskIdentityHint?: string | undefined; + } + interface PSKCallbackNegotation { + psk: DataView | NodeJS.TypedArray; + identity: string; + } + interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { + host?: string | undefined; + port?: number | undefined; + path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. + socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket + checkServerIdentity?: typeof checkServerIdentity | undefined; + servername?: string | undefined; // SNI TLS Extension + session?: Buffer | undefined; + minDHSize?: number | undefined; + lookup?: net.LookupFunction | undefined; + timeout?: number | undefined; + /** + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with optional identity `hint` provided by the server or `null` + * in case of TLS 1.3 where `hint` was removed. + * It will be necessary to provide a custom `tls.checkServerIdentity()` + * for the connection as the default one will try to check hostname/IP + * of the server against the certificate but that's not applicable for PSK + * because there won't be a certificate present. + * More information can be found in the RFC 4279. + * + * @param hint message sent from the server to help client + * decide which identity to use during negotiation. + * Always `null` if TLS 1.3 is used. + * @returns Return `null` to stop the negotiation process. `psk` must be + * compatible with the selected cipher's digest. + * `identity` must use UTF-8 encoding. + */ + pskCallback?(hint: string | null): PSKCallbackNegotation | null; + } + /** + * Accepts encrypted connections using TLS or SSL. + * @since v0.3.2 + */ + class Server extends net.Server { + constructor(secureConnectionListener?: (socket: TLSSocket) => void); + constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); + /** + * The `server.addContext()` method adds a secure context that will be used if + * the client request's SNI name matches the supplied `hostname` (or wildcard). + * + * When there are multiple matching contexts, the most recently added one is + * used. + * @since v0.5.3 + * @param hostname A SNI host name or wildcard (e.g. `'*'`) + * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + addContext(hostname: string, context: SecureContextOptions): void; + /** + * Returns the session ticket keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @return A 48-byte buffer containing the session ticket keys. + */ + getTicketKeys(): Buffer; + /** + * The `server.setSecureContext()` method replaces the secure context of an + * existing server. Existing connections to the server are not interrupted. + * @since v11.0.0 + * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + setSecureContext(options: SecureContextOptions): void; + /** + * Sets the session ticket keys. + * + * Changes to the ticket keys are effective only for future server connections. + * Existing or currently pending server connections will use the previous keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @param keys A 48-byte buffer containing the session ticket keys. + */ + setTicketKeys(keys: Buffer): void; + /** + * events.EventEmitter + * 1. tlsClientError + * 2. newSession + * 3. OCSPRequest + * 4. resumeSession + * 5. secureConnection + * 6. keylog + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + addListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + addListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + addListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + addListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + addListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'tlsClientError', err: Error, tlsSocket: TLSSocket): boolean; + emit(event: 'newSession', sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean; + emit(event: 'OCSPRequest', certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void): boolean; + emit(event: 'resumeSession', sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void): boolean; + emit(event: 'secureConnection', tlsSocket: TLSSocket): boolean; + emit(event: 'keylog', line: Buffer, tlsSocket: TLSSocket): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + on(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + on(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + on(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + on(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + on(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + once(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + once(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + once(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + once(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + once(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + prependListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + prependListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + prependListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + prependListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'tlsClientError', listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: 'newSession', listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + prependOnceListener(event: 'OCSPRequest', listener: (certificate: Buffer, issuer: Buffer, callback: (err: Error | null, resp: Buffer) => void) => void): this; + prependOnceListener(event: 'resumeSession', listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void): this; + prependOnceListener(event: 'secureConnection', listener: (tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: 'keylog', listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + } + /** + * @deprecated since v0.11.3 Use `tls.TLSSocket` instead. + */ + interface SecurePair { + encrypted: TLSSocket; + cleartext: TLSSocket; + } + type SecureVersion = 'TLSv1.3' | 'TLSv1.2' | 'TLSv1.1' | 'TLSv1'; + interface SecureContextOptions { + /** + * Optionally override the trusted CA certificates. Default is to trust + * the well-known CAs curated by Mozilla. Mozilla's CAs are completely + * replaced when CAs are explicitly specified using this option. + */ + ca?: string | Buffer | Array | undefined; + /** + * Cert chains in PEM format. One cert chain should be provided per + * private key. Each cert chain should consist of the PEM formatted + * certificate for a provided private key, followed by the PEM + * formatted intermediate certificates (if any), in order, and not + * including the root CA (the root CA must be pre-known to the peer, + * see ca). When providing multiple cert chains, they do not have to + * be in the same order as their private keys in key. If the + * intermediate certificates are not provided, the peer will not be + * able to validate the certificate, and the handshake will fail. + */ + cert?: string | Buffer | Array | undefined; + /** + * Colon-separated list of supported signature algorithms. The list + * can contain digest algorithms (SHA256, MD5 etc.), public key + * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g + * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). + */ + sigalgs?: string | undefined; + /** + * Cipher suite specification, replacing the default. For more + * information, see modifying the default cipher suite. Permitted + * ciphers can be obtained via tls.getCiphers(). Cipher names must be + * uppercased in order for OpenSSL to accept them. + */ + ciphers?: string | undefined; + /** + * Name of an OpenSSL engine which can provide the client certificate. + */ + clientCertEngine?: string | undefined; + /** + * PEM formatted CRLs (Certificate Revocation Lists). + */ + crl?: string | Buffer | Array | undefined; + /** + * Diffie Hellman parameters, required for Perfect Forward Secrecy. Use + * openssl dhparam to create the parameters. The key length must be + * greater than or equal to 1024 bits or else an error will be thrown. + * Although 1024 bits is permissible, use 2048 bits or larger for + * stronger security. If omitted or invalid, the parameters are + * silently discarded and DHE ciphers will not be available. + */ + dhparam?: string | Buffer | undefined; + /** + * A string describing a named curve or a colon separated list of curve + * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key + * agreement. Set to auto to select the curve automatically. Use + * crypto.getCurves() to obtain a list of available curve names. On + * recent releases, openssl ecparam -list_curves will also display the + * name and description of each available elliptic curve. Default: + * tls.DEFAULT_ECDH_CURVE. + */ + ecdhCurve?: string | undefined; + /** + * Attempt to use the server's cipher suite preferences instead of the + * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be + * set in secureOptions + */ + honorCipherOrder?: boolean | undefined; + /** + * Private keys in PEM format. PEM allows the option of private keys + * being encrypted. Encrypted keys will be decrypted with + * options.passphrase. Multiple keys using different algorithms can be + * provided either as an array of unencrypted key strings or buffers, + * or an array of objects in the form {pem: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted keys will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + key?: string | Buffer | Array | undefined; + /** + * Name of an OpenSSL engine to get private key from. Should be used + * together with privateKeyIdentifier. + */ + privateKeyEngine?: string | undefined; + /** + * Identifier of a private key managed by an OpenSSL engine. Should be + * used together with privateKeyEngine. Should not be set together with + * key, because both options define a private key in different ways. + */ + privateKeyIdentifier?: string | undefined; + /** + * Optionally set the maximum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. + * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using + * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to + * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. + */ + maxVersion?: SecureVersion | undefined; + /** + * Optionally set the minimum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. It is not recommended to use + * less than TLSv1.2, but it may be required for interoperability. + * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using + * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to + * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. + */ + minVersion?: SecureVersion | undefined; + /** + * Shared passphrase used for a single private key and/or a PFX. + */ + passphrase?: string | undefined; + /** + * PFX or PKCS12 encoded private key and certificate chain. pfx is an + * alternative to providing key and cert individually. PFX is usually + * encrypted, if it is, passphrase will be used to decrypt it. Multiple + * PFX can be provided either as an array of unencrypted PFX buffers, + * or an array of objects in the form {buf: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted PFX will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + pfx?: string | Buffer | Array | undefined; + /** + * Optionally affect the OpenSSL protocol behavior, which is not + * usually necessary. This should be used carefully if at all! Value is + * a numeric bitmask of the SSL_OP_* options from OpenSSL Options + */ + secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options + /** + * Legacy mechanism to select the TLS protocol version to use, it does + * not support independent control of the minimum and maximum version, + * and does not support limiting the protocol to TLSv1.3. Use + * minVersion and maxVersion instead. The possible values are listed as + * SSL_METHODS, use the function names as strings. For example, use + * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow + * any TLS protocol version up to TLSv1.3. It is not recommended to use + * TLS versions less than 1.2, but it may be required for + * interoperability. Default: none, see minVersion. + */ + secureProtocol?: string | undefined; + /** + * Opaque identifier used by servers to ensure session state is not + * shared between applications. Unused by clients. + */ + sessionIdContext?: string | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + * See Session Resumption for more information. + */ + ticketKeys?: Buffer | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + } + interface SecureContext { + context: any; + } + /** + * Verifies the certificate `cert` is issued to `hostname`. + * + * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on + * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). + * + * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as + * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. + * + * This function can be overwritten by providing an alternative function as the`options.checkServerIdentity` option that is passed to `tls.connect()`. The + * overwriting function can call `tls.checkServerIdentity()` of course, to augment + * the checks done with additional verification. + * + * This function is only called if the certificate passed all other checks, such as + * being issued by trusted CA (`options.ca`). + * + * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name + * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use + * a custom`options.checkServerIdentity` function that implements the desired behavior. + * @since v0.8.4 + * @param hostname The host name or IP address to verify the certificate against. + * @param cert A `certificate object` representing the peer's certificate. + */ + function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; + /** + * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is + * automatically set as a listener for the `'secureConnection'` event. + * + * The `ticketKeys` options is automatically shared between `cluster` module + * workers. + * + * The following illustrates a simple echo server: + * + * ```js + * const tls = require('tls'); + * const fs = require('fs'); + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * + * // This is necessary only if using client certificate authentication. + * requestCert: true, + * + * // This is necessary only if the client uses a self-signed certificate. + * ca: [ fs.readFileSync('client-cert.pem') ] + * }; + * + * const server = tls.createServer(options, (socket) => { + * console.log('server connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * socket.write('welcome!\n'); + * socket.setEncoding('utf8'); + * socket.pipe(socket); + * }); + * server.listen(8000, () => { + * console.log('server bound'); + * }); + * ``` + * + * The server can be tested by connecting to it using the example client from {@link connect}. + * @since v0.3.2 + */ + function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; + function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; + /** + * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. + * + * `tls.connect()` returns a {@link TLSSocket} object. + * + * Unlike the `https` API, `tls.connect()` does not enable the + * SNI (Server Name Indication) extension by default, which may cause some + * servers to return an incorrect certificate or reject the connection + * altogether. To enable SNI, set the `servername` option in addition + * to `host`. + * + * The following illustrates a client for the echo server example from {@link createServer}: + * + * ```js + * // Assumes an echo server that is listening on port 8000. + * const tls = require('tls'); + * const fs = require('fs'); + * + * const options = { + * // Necessary only if the server requires client certificate authentication. + * key: fs.readFileSync('client-key.pem'), + * cert: fs.readFileSync('client-cert.pem'), + * + * // Necessary only if the server uses a self-signed certificate. + * ca: [ fs.readFileSync('server-cert.pem') ], + * + * // Necessary only if the server's cert isn't for "localhost". + * checkServerIdentity: () => { return null; }, + * }; + * + * const socket = tls.connect(8000, options, () => { + * console.log('client connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * process.stdin.pipe(socket); + * process.stdin.resume(); + * }); + * socket.setEncoding('utf8'); + * socket.on('data', (data) => { + * console.log(data); + * }); + * socket.on('end', () => { + * console.log('server ends connection'); + * }); + * ``` + * @since v0.11.3 + */ + function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + /** + * Creates a new secure pair object with two streams, one of which reads and writes + * the encrypted data and the other of which reads and writes the cleartext data. + * Generally, the encrypted stream is piped to/from an incoming encrypted data + * stream and the cleartext one is used as a replacement for the initial encrypted + * stream. + * + * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and`encrypted` stream properties. + * + * Using `cleartext` has the same API as {@link TLSSocket}. + * + * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code: + * + * ```js + * pair = tls.createSecurePair(// ... ); + * pair.encrypted.pipe(socket); + * socket.pipe(pair.encrypted); + * ``` + * + * can be replaced by: + * + * ```js + * secureSocket = tls.TLSSocket(socket, options); + * ``` + * + * where `secureSocket` has the same API as `pair.cleartext`. + * @since v0.3.2 + * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead. + * @param context A secure context object as returned by `tls.createSecureContext()` + * @param isServer `true` to specify that this TLS connection should be opened as a server. + * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`. + * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`. + */ + function createSecurePair(context?: SecureContext, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair; + /** + * {@link createServer} sets the default value of the `honorCipherOrder` option + * to `true`, other APIs that create secure contexts leave it unset. + * + * {@link createServer} uses a 128 bit truncated SHA1 hash value generated + * from `process.argv` as the default value of the `sessionIdContext` option, other + * APIs that create secure contexts have no default value. + * + * The `tls.createSecureContext()` method creates a `SecureContext` object. It is + * usable as an argument to several `tls` APIs, such as {@link createServer} and `server.addContext()`, but has no public methods. + * + * A key is _required_ for ciphers that use certificates. Either `key` or`pfx` can be used to provide it. + * + * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of + * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). + * @since v0.11.13 + */ + function createSecureContext(options?: SecureContextOptions): SecureContext; + /** + * Returns an array with the names of the supported TLS ciphers. The names are + * lower-case for historical reasons, but must be uppercased to be used in + * the `ciphers` option of {@link createSecureContext}. + * + * Not all supported ciphers are enabled by default. See `Modifying the default TLS cipher suite`. + * + * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for + * TLSv1.2 and below. + * + * ```js + * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] + * ``` + * @since v0.10.2 + */ + function getCiphers(): string[]; + /** + * The default curve name to use for ECDH key agreement in a tls server. + * The default value is 'auto'. See tls.createSecureContext() for further + * information. + */ + let DEFAULT_ECDH_CURVE: string; + /** + * The default value of the maxVersion option of + * tls.createSecureContext(). It can be assigned any of the supported TLS + * protocol versions, 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: + * 'TLSv1.3', unless changed using CLI options. Using --tls-max-v1.2 sets + * the default to 'TLSv1.2'. Using --tls-max-v1.3 sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the highest maximum + * is used. + */ + let DEFAULT_MAX_VERSION: SecureVersion; + /** + * The default value of the minVersion option of tls.createSecureContext(). + * It can be assigned any of the supported TLS protocol versions, + * 'TLSv1.3', 'TLSv1.2', 'TLSv1.1', or 'TLSv1'. Default: 'TLSv1.2', unless + * changed using CLI options. Using --tls-min-v1.0 sets the default to + * 'TLSv1'. Using --tls-min-v1.1 sets the default to 'TLSv1.1'. Using + * --tls-min-v1.3 sets the default to 'TLSv1.3'. If multiple of the options + * are provided, the lowest minimum is used. + */ + let DEFAULT_MIN_VERSION: SecureVersion; + /** + * An immutable array of strings representing the root certificates (in PEM + * format) used for verifying peer certificates. This is the default value + * of the ca option to tls.createSecureContext(). + */ + const rootCertificates: ReadonlyArray; +} +declare module 'node:tls' { + export * from 'tls'; +} diff --git a/node_modules/@types/node/ts4.8/trace_events.d.ts b/node_modules/@types/node/ts4.8/trace_events.d.ts new file mode 100644 index 000000000..d47aa9311 --- /dev/null +++ b/node_modules/@types/node/ts4.8/trace_events.d.ts @@ -0,0 +1,171 @@ +/** + * The `trace_events` module provides a mechanism to centralize tracing information + * generated by V8, Node.js core, and userspace code. + * + * Tracing can be enabled with the `--trace-event-categories` command-line flag + * or by using the `trace_events` module. The `--trace-event-categories` flag + * accepts a list of comma-separated category names. + * + * The available categories are: + * + * * `node`: An empty placeholder. + * * `node.async_hooks`: Enables capture of detailed `async_hooks` trace data. + * The `async_hooks` events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. + * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. + * * `node.console`: Enables capture of `console.time()` and `console.count()`output. + * * `node.dns.native`: Enables capture of trace data for DNS queries. + * * `node.environment`: Enables capture of Node.js Environment milestones. + * * `node.fs.sync`: Enables capture of trace data for file system sync methods. + * * `node.perf`: Enables capture of `Performance API` measurements. + * * `node.perf.usertiming`: Enables capture of only Performance API User Timing + * measures and marks. + * * `node.perf.timerify`: Enables capture of only Performance API timerify + * measurements. + * * `node.promises.rejections`: Enables capture of trace data tracking the number + * of unhandled Promise rejections and handled-after-rejections. + * * `node.vm.script`: Enables capture of trace data for the `vm` module's`runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. + * * `v8`: The `V8` events are GC, compiling, and execution related. + * + * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. + * + * ```bash + * node --trace-event-categories v8,node,node.async_hooks server.js + * ``` + * + * Prior versions of Node.js required the use of the `--trace-events-enabled`flag to enable trace events. This requirement has been removed. However, the`--trace-events-enabled` flag _may_ still be + * used and will enable the`node`, `node.async_hooks`, and `v8` trace event categories by default. + * + * ```bash + * node --trace-events-enabled + * + * # is equivalent to + * + * node --trace-event-categories v8,node,node.async_hooks + * ``` + * + * Alternatively, trace events may be enabled using the `trace_events` module: + * + * ```js + * const trace_events = require('trace_events'); + * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); + * tracing.enable(); // Enable trace event capture for the 'node.perf' category + * + * // do work + * + * tracing.disable(); // Disable trace event capture for the 'node.perf' category + * ``` + * + * Running Node.js with tracing enabled will produce log files that can be opened + * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. + * + * The logging file is by default called `node_trace.${rotation}.log`, where`${rotation}` is an incrementing log-rotation id. The filepath pattern can + * be specified with `--trace-event-file-pattern` that accepts a template + * string that supports `${rotation}` and `${pid}`: + * + * ```bash + * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js + * ``` + * + * To guarantee that the log file is properly generated after signal events like`SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers + * in your code, such as: + * + * ```js + * process.on('SIGINT', function onSigint() { + * console.info('Received SIGINT.'); + * process.exit(130); // Or applicable exit code depending on OS and signal + * }); + * ``` + * + * The tracing system uses the same time source + * as the one used by `process.hrtime()`. + * However the trace-event timestamps are expressed in microseconds, + * unlike `process.hrtime()` which returns nanoseconds. + * + * The features from this module are not available in `Worker` threads. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/trace_events.js) + */ +declare module 'trace_events' { + /** + * The `Tracing` object is used to enable or disable tracing for sets of + * categories. Instances are created using the + * `trace_events.createTracing()` method. + * + * When created, the `Tracing` object is disabled. Calling the + * `tracing.enable()` method adds the categories to the set of enabled trace + * event categories. Calling `tracing.disable()` will remove the categories + * from the set of enabled trace event categories. + */ + interface Tracing { + /** + * A comma-separated list of the trace event categories covered by this + * `Tracing` object. + */ + readonly categories: string; + /** + * Disables this `Tracing` object. + * + * Only trace event categories _not_ covered by other enabled `Tracing` + * objects and _not_ specified by the `--trace-event-categories` flag + * will be disabled. + */ + disable(): void; + /** + * Enables this `Tracing` object for the set of categories covered by + * the `Tracing` object. + */ + enable(): void; + /** + * `true` only if the `Tracing` object has been enabled. + */ + readonly enabled: boolean; + } + interface CreateTracingOptions { + /** + * An array of trace category names. Values included in the array are + * coerced to a string when possible. An error will be thrown if the + * value cannot be coerced. + */ + categories: string[]; + } + /** + * Creates and returns a `Tracing` object for the given set of `categories`. + * + * ```js + * const trace_events = require('trace_events'); + * const categories = ['node.perf', 'node.async_hooks']; + * const tracing = trace_events.createTracing({ categories }); + * tracing.enable(); + * // do stuff + * tracing.disable(); + * ``` + * @since v10.0.0 + * @return . + */ + function createTracing(options: CreateTracingOptions): Tracing; + /** + * Returns a comma-separated list of all currently-enabled trace event + * categories. The current set of enabled trace event categories is determined + * by the _union_ of all currently-enabled `Tracing` objects and any categories + * enabled using the `--trace-event-categories` flag. + * + * Given the file `test.js` below, the command`node --trace-event-categories node.perf test.js` will print`'node.async_hooks,node.perf'` to the console. + * + * ```js + * const trace_events = require('trace_events'); + * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); + * const t3 = trace_events.createTracing({ categories: ['v8'] }); + * + * t1.enable(); + * t2.enable(); + * + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + function getEnabledCategories(): string | undefined; +} +declare module 'node:trace_events' { + export * from 'trace_events'; +} diff --git a/node_modules/@types/node/ts4.8/tty.d.ts b/node_modules/@types/node/ts4.8/tty.d.ts new file mode 100644 index 000000000..6473f8db7 --- /dev/null +++ b/node_modules/@types/node/ts4.8/tty.d.ts @@ -0,0 +1,206 @@ +/** + * The `tty` module provides the `tty.ReadStream` and `tty.WriteStream` classes. + * In most cases, it will not be necessary or possible to use this module directly. + * However, it can be accessed using: + * + * ```js + * const tty = require('tty'); + * ``` + * + * When Node.js detects that it is being run with a text terminal ("TTY") + * attached, `process.stdin` will, by default, be initialized as an instance of`tty.ReadStream` and both `process.stdout` and `process.stderr` will, by + * default, be instances of `tty.WriteStream`. The preferred method of determining + * whether Node.js is being run within a TTY context is to check that the value of + * the `process.stdout.isTTY` property is `true`: + * + * ```console + * $ node -p -e "Boolean(process.stdout.isTTY)" + * true + * $ node -p -e "Boolean(process.stdout.isTTY)" | cat + * false + * ``` + * + * In most cases, there should be little to no reason for an application to + * manually create instances of the `tty.ReadStream` and `tty.WriteStream`classes. + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/tty.js) + */ +declare module 'tty' { + import * as net from 'node:net'; + /** + * The `tty.isatty()` method returns `true` if the given `fd` is associated with + * a TTY and `false` if it is not, including whenever `fd` is not a non-negative + * integer. + * @since v0.5.8 + * @param fd A numeric file descriptor + */ + function isatty(fd: number): boolean; + /** + * Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js + * process and there should be no reason to create additional instances. + * @since v0.5.8 + */ + class ReadStream extends net.Socket { + constructor(fd: number, options?: net.SocketConstructorOpts); + /** + * A `boolean` that is `true` if the TTY is currently configured to operate as a + * raw device. Defaults to `false`. + * @since v0.7.7 + */ + isRaw: boolean; + /** + * Allows configuration of `tty.ReadStream` so that it operates as a raw device. + * + * When in raw mode, input is always available character-by-character, not + * including modifiers. Additionally, all special processing of characters by the + * terminal is disabled, including echoing input + * characters. Ctrl+C will no longer cause a `SIGINT` when + * in this mode. + * @since v0.7.7 + * @param mode If `true`, configures the `tty.ReadStream` to operate as a raw device. If `false`, configures the `tty.ReadStream` to operate in its default mode. The `readStream.isRaw` + * property will be set to the resulting mode. + * @return The read stream instance. + */ + setRawMode(mode: boolean): this; + /** + * A `boolean` that is always `true` for `tty.ReadStream` instances. + * @since v0.5.8 + */ + isTTY: boolean; + } + /** + * -1 - to the left from cursor + * 0 - the entire line + * 1 - to the right from cursor + */ + type Direction = -1 | 0 | 1; + /** + * Represents the writable side of a TTY. In normal circumstances,`process.stdout` and `process.stderr` will be the only`tty.WriteStream` instances created for a Node.js process and there + * should be no reason to create additional instances. + * @since v0.5.8 + */ + class WriteStream extends net.Socket { + constructor(fd: number); + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: 'resize', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'resize'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: 'resize', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: 'resize', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: 'resize', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: 'resize', listener: () => void): this; + /** + * `writeStream.clearLine()` clears the current line of this `WriteStream` in a + * direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + clearLine(dir: Direction, callback?: () => void): boolean; + /** + * `writeStream.clearScreenDown()` clears this `WriteStream` from the current + * cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + clearScreenDown(callback?: () => void): boolean; + /** + * `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified + * position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + cursorTo(x: number, y?: number, callback?: () => void): boolean; + cursorTo(x: number, callback: () => void): boolean; + /** + * `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its + * current position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + moveCursor(dx: number, dy: number, callback?: () => void): boolean; + /** + * Returns: + * + * * `1` for 2, + * * `4` for 16, + * * `8` for 256, + * * `24` for 16,777,216 colors supported. + * + * Use this to determine what colors the terminal supports. Due to the nature of + * colors in terminals it is possible to either have false positives or false + * negatives. It depends on process information and the environment variables that + * may lie about what terminal is used. + * It is possible to pass in an `env` object to simulate the usage of a specific + * terminal. This can be useful to check how specific environment settings behave. + * + * To enforce a specific color support, use one of the below environment settings. + * + * * 2 colors: `FORCE_COLOR = 0` (Disables colors) + * * 16 colors: `FORCE_COLOR = 1` + * * 256 colors: `FORCE_COLOR = 2` + * * 16,777,216 colors: `FORCE_COLOR = 3` + * + * Disabling color support is also possible by using the `NO_COLOR` and`NODE_DISABLE_COLORS` environment variables. + * @since v9.9.0 + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + getColorDepth(env?: object): number; + /** + * Returns `true` if the `writeStream` supports at least as many colors as provided + * in `count`. Minimum support is 2 (black and white). + * + * This has the same false positives and negatives as described in `writeStream.getColorDepth()`. + * + * ```js + * process.stdout.hasColors(); + * // Returns true or false depending on if `stdout` supports at least 16 colors. + * process.stdout.hasColors(256); + * // Returns true or false depending on if `stdout` supports at least 256 colors. + * process.stdout.hasColors({ TMUX: '1' }); + * // Returns true. + * process.stdout.hasColors(2 ** 24, { TMUX: '1' }); + * // Returns false (the environment setting pretends to support 2 ** 8 colors). + * ``` + * @since v11.13.0, v10.16.0 + * @param [count=16] The number of colors that are requested (minimum 2). + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + hasColors(count?: number): boolean; + hasColors(env?: object): boolean; + hasColors(count: number, env?: object): boolean; + /** + * `writeStream.getWindowSize()` returns the size of the TTY + * corresponding to this `WriteStream`. The array is of the type`[numColumns, numRows]` where `numColumns` and `numRows` represent the number + * of columns and rows in the corresponding TTY. + * @since v0.7.7 + */ + getWindowSize(): [number, number]; + /** + * A `number` specifying the number of columns the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + columns: number; + /** + * A `number` specifying the number of rows the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + rows: number; + /** + * A `boolean` that is always `true`. + * @since v0.5.8 + */ + isTTY: boolean; + } +} +declare module 'node:tty' { + export * from 'tty'; +} diff --git a/node_modules/@types/node/ts4.8/url.d.ts b/node_modules/@types/node/ts4.8/url.d.ts new file mode 100644 index 000000000..e172acbf5 --- /dev/null +++ b/node_modules/@types/node/ts4.8/url.d.ts @@ -0,0 +1,897 @@ +/** + * The `url` module provides utilities for URL resolution and parsing. It can be + * accessed using: + * + * ```js + * import url from 'url'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/url.js) + */ +declare module 'url' { + import { Blob as NodeBlob } from 'node:buffer'; + import { ClientRequestArgs } from 'node:http'; + import { ParsedUrlQuery, ParsedUrlQueryInput } from 'node:querystring'; + // Input to `url.format` + interface UrlObject { + auth?: string | null | undefined; + hash?: string | null | undefined; + host?: string | null | undefined; + hostname?: string | null | undefined; + href?: string | null | undefined; + pathname?: string | null | undefined; + protocol?: string | null | undefined; + search?: string | null | undefined; + slashes?: boolean | null | undefined; + port?: string | number | null | undefined; + query?: string | null | ParsedUrlQueryInput | undefined; + } + // Output of `url.parse` + interface Url { + auth: string | null; + hash: string | null; + host: string | null; + hostname: string | null; + href: string; + path: string | null; + pathname: string | null; + protocol: string | null; + search: string | null; + slashes: boolean | null; + port: string | null; + query: string | null | ParsedUrlQuery; + } + interface UrlWithParsedQuery extends Url { + query: ParsedUrlQuery; + } + interface UrlWithStringQuery extends Url { + query: string | null; + } + /** + * The `url.parse()` method takes a URL string, parses it, and returns a URL + * object. + * + * A `TypeError` is thrown if `urlString` is not a string. + * + * A `URIError` is thrown if the `auth` property is present but cannot be decoded. + * + * Use of the legacy `url.parse()` method is discouraged. Users should + * use the WHATWG `URL` API. Because the `url.parse()` method uses a + * lenient, non-standard algorithm for parsing URL strings, security + * issues can be introduced. Specifically, issues with [host name spoofing](https://hackerone.com/reports/678487) and + * incorrect handling of usernames and passwords have been identified. + * + * Deprecation of this API has been shelved for now primarily due to the the + * inability of the [WHATWG API to parse relative URLs](https://github.com/nodejs/node/issues/12682#issuecomment-1154492373). + * [Discussions are ongoing](https://github.com/whatwg/url/issues/531) for the best way to resolve this. + * + * @since v0.1.25 + * @param urlString The URL string to parse. + * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property + * on the returned URL object will be an unparsed, undecoded string. + * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the + * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`. + */ + function parse(urlString: string): UrlWithStringQuery; + function parse(urlString: string, parseQueryString: false | undefined, slashesDenoteHost?: boolean): UrlWithStringQuery; + function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; + function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; + /** + * The `url.format()` method returns a formatted URL string derived from`urlObject`. + * + * ```js + * const url = require('url'); + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json' + * } + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//`will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or`file`; + * * If the value of the `urlObject.auth` property is truthy, and either`urlObject.host` or `urlObject.hostname` are not `undefined`, the value of`urlObject.auth` will be coerced into a string + * and appended to `result`followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname`is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to`result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of`urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname`_does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result`followed by the output of calling the + * `querystring` module's `stringify()`method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search`_does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash`_does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @deprecated Legacy: Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: URL, options?: URLFormatOptions): string; + /** + * The `url.format()` method returns a formatted URL string derived from`urlObject`. + * + * ```js + * const url = require('url'); + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json' + * } + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//`will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or`file`; + * * If the value of the `urlObject.auth` property is truthy, and either`urlObject.host` or `urlObject.hostname` are not `undefined`, the value of`urlObject.auth` will be coerced into a string + * and appended to `result`followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname`is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to`result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of`urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname`_does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result`followed by the output of calling the + * `querystring` module's `stringify()`method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search`_does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash`_does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @deprecated Legacy: Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: UrlObject | string): string; + /** + * The `url.resolve()` method resolves a target URL relative to a base URL in a + * manner similar to that of a web browser resolving an anchor tag. + * + * ```js + * const url = require('url'); + * url.resolve('/one/two/three', 'four'); // '/one/two/four' + * url.resolve('http://example.com/', '/one'); // 'http://example.com/one' + * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * + * To achieve the same result using the WHATWG URL API: + * + * ```js + * function resolve(from, to) { + * const resolvedUrl = new URL(to, new URL(from, 'resolve://')); + * if (resolvedUrl.protocol === 'resolve:') { + * // `from` is a relative URL. + * const { pathname, search, hash } = resolvedUrl; + * return pathname + search + hash; + * } + * return resolvedUrl.toString(); + * } + * + * resolve('/one/two/three', 'four'); // '/one/two/four' + * resolve('http://example.com/', '/one'); // 'http://example.com/one' + * resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * @since v0.1.25 + * @deprecated Legacy: Use the WHATWG URL API instead. + * @param from The base URL to use if `to` is a relative URL. + * @param to The target URL to resolve. + */ + function resolve(from: string, to: string): string; + /** + * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an + * invalid domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToUnicode}. + * + * This feature is only available if the `node` executable was compiled with `ICU` enabled. If not, the domain names are passed through unchanged. + * + * ```js + * import url from 'url'; + * + * console.log(url.domainToASCII('español.com')); + * // Prints xn--espaol-zwa.com + * console.log(url.domainToASCII('中文.com')); + * // Prints xn--fiq228c.com + * console.log(url.domainToASCII('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToASCII(domain: string): string; + /** + * Returns the Unicode serialization of the `domain`. If `domain` is an invalid + * domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToASCII}. + * + * This feature is only available if the `node` executable was compiled with `ICU` enabled. If not, the domain names are passed through unchanged. + * + * ```js + * import url from 'url'; + * + * console.log(url.domainToUnicode('xn--espaol-zwa.com')); + * // Prints español.com + * console.log(url.domainToUnicode('xn--fiq228c.com')); + * // Prints 中文.com + * console.log(url.domainToUnicode('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToUnicode(domain: string): string; + /** + * This function ensures the correct decodings of percent-encoded characters as + * well as ensuring a cross-platform valid absolute path string. + * + * ```js + * import { fileURLToPath } from 'url'; + * + * const __filename = fileURLToPath(import.meta.url); + * + * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/ + * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows) + * + * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt + * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows) + * + * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt + * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX) + * + * new URL('file:///hello world').pathname; // Incorrect: /hello%20world + * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX) + * ``` + * @since v10.12.0 + * @param url The file URL string or URL object to convert to a path. + * @return The fully-resolved platform-specific Node.js file path. + */ + function fileURLToPath(url: string | URL): string; + /** + * This function ensures that `path` is resolved absolutely, and that the URL + * control characters are correctly encoded when converting into a File URL. + * + * ```js + * import { pathToFileURL } from 'url'; + * + * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 + * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) + * + * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c + * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) + * ``` + * @since v10.12.0 + * @param path The path to convert to a File URL. + * @return The file URL object. + */ + function pathToFileURL(path: string): URL; + /** + * This utility function converts a URL object into an ordinary options object as + * expected by the `http.request()` and `https.request()` APIs. + * + * ```js + * import { urlToHttpOptions } from 'url'; + * const myURL = new URL('https://a:b@測試?abc#foo'); + * + * console.log(urlToHttpOptions(myURL)); + * /* + * { + * protocol: 'https:', + * hostname: 'xn--g6w251d', + * hash: '#foo', + * search: '?abc', + * pathname: '/', + * path: '/?abc', + * href: 'https://a:b@xn--g6w251d/?abc#foo', + * auth: 'a:b' + * } + * + * ``` + * @since v15.7.0, v14.18.0 + * @param url The `WHATWG URL` object to convert to an options object. + * @return Options object + */ + function urlToHttpOptions(url: URL): ClientRequestArgs; + interface URLFormatOptions { + auth?: boolean | undefined; + fragment?: boolean | undefined; + search?: boolean | undefined; + unicode?: boolean | undefined; + } + /** + * Browser-compatible `URL` class, implemented by following the WHATWG URL + * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself. + * The `URL` class is also available on the global object. + * + * In accordance with browser conventions, all properties of `URL` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. Thus, unlike `legacy urlObject` s, + * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still + * return `true`. + * @since v7.0.0, v6.13.0 + */ + class URL { + /** + * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later. + * + * ```js + * const { + * Blob, + * resolveObjectURL, + * } = require('buffer'); + * + * const blob = new Blob(['hello']); + * const id = URL.createObjectURL(blob); + * + * // later... + * + * const otherBlob = resolveObjectURL(id); + * console.log(otherBlob.size); + * ``` + * + * The data stored by the registered `Blob` will be retained in memory until`URL.revokeObjectURL()` is called to remove it. + * + * `Blob` objects are registered within the current thread. If using Worker + * Threads, `Blob` objects registered within one Worker will not be available + * to other workers or the main thread. + * @since v16.7.0 + * @experimental + */ + static createObjectURL(blob: NodeBlob): string; + /** + * Removes the stored `Blob` identified by the given ID. Attempting to revoke a + * ID that isn’t registered will silently fail. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + static revokeObjectURL(objectUrl: string): void; + constructor(input: string, base?: string | URL); + /** + * Gets and sets the fragment portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/foo#bar'); + * console.log(myURL.hash); + * // Prints #bar + * + * myURL.hash = 'baz'; + * console.log(myURL.href); + * // Prints https://example.org/foo#baz + * ``` + * + * Invalid URL characters included in the value assigned to the `hash` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + hash: string; + /** + * Gets and sets the host portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.host); + * // Prints example.org:81 + * + * myURL.host = 'example.com:82'; + * console.log(myURL.href); + * // Prints https://example.com:82/foo + * ``` + * + * Invalid host values assigned to the `host` property are ignored. + */ + host: string; + /** + * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the + * port. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.hostname); + * // Prints example.org + * + * // Setting the hostname does not change the port + * myURL.hostname = 'example.com:82'; + * console.log(myURL.href); + * // Prints https://example.com:81/foo + * + * // Use myURL.host to change the hostname and port + * myURL.host = 'example.org:82'; + * console.log(myURL.href); + * // Prints https://example.org:82/foo + * ``` + * + * Invalid host name values assigned to the `hostname` property are ignored. + */ + hostname: string; + /** + * Gets and sets the serialized URL. + * + * ```js + * const myURL = new URL('https://example.org/foo'); + * console.log(myURL.href); + * // Prints https://example.org/foo + * + * myURL.href = 'https://example.com/bar'; + * console.log(myURL.href); + * // Prints https://example.com/bar + * ``` + * + * Getting the value of the `href` property is equivalent to calling {@link toString}. + * + * Setting the value of this property to a new value is equivalent to creating a + * new `URL` object using `new URL(value)`. Each of the `URL`object's properties will be modified. + * + * If the value assigned to the `href` property is not a valid URL, a `TypeError`will be thrown. + */ + href: string; + /** + * Gets the read-only serialization of the URL's origin. + * + * ```js + * const myURL = new URL('https://example.org/foo/bar?baz'); + * console.log(myURL.origin); + * // Prints https://example.org + * ``` + * + * ```js + * const idnURL = new URL('https://測試'); + * console.log(idnURL.origin); + * // Prints https://xn--g6w251d + * + * console.log(idnURL.hostname); + * // Prints xn--g6w251d + * ``` + */ + readonly origin: string; + /** + * Gets and sets the password portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.password); + * // Prints xyz + * + * myURL.password = '123'; + * console.log(myURL.href); + * // Prints https://abc:123@example.com + * ``` + * + * Invalid URL characters included in the value assigned to the `password` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + password: string; + /** + * Gets and sets the path portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc/xyz?123'); + * console.log(myURL.pathname); + * // Prints /abc/xyz + * + * myURL.pathname = '/abcdef'; + * console.log(myURL.href); + * // Prints https://example.org/abcdef?123 + * ``` + * + * Invalid URL characters included in the value assigned to the `pathname`property are `percent-encoded`. The selection of which characters + * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + pathname: string; + /** + * Gets and sets the port portion of the URL. + * + * The port value may be a number or a string containing a number in the range`0` to `65535` (inclusive). Setting the value to the default port of the`URL` objects given `protocol` will + * result in the `port` value becoming + * the empty string (`''`). + * + * The port value can be an empty string in which case the port depends on + * the protocol/scheme: + * + * + * + * Upon assigning a value to the port, the value will first be converted to a + * string using `.toString()`. + * + * If that string is invalid but it begins with a number, the leading number is + * assigned to `port`. + * If the number lies outside the range denoted above, it is ignored. + * + * ```js + * const myURL = new URL('https://example.org:8888'); + * console.log(myURL.port); + * // Prints 8888 + * + * // Default ports are automatically transformed to the empty string + * // (HTTPS protocol's default port is 443) + * myURL.port = '443'; + * console.log(myURL.port); + * // Prints the empty string + * console.log(myURL.href); + * // Prints https://example.org/ + * + * myURL.port = 1234; + * console.log(myURL.port); + * // Prints 1234 + * console.log(myURL.href); + * // Prints https://example.org:1234/ + * + * // Completely invalid port strings are ignored + * myURL.port = 'abcd'; + * console.log(myURL.port); + * // Prints 1234 + * + * // Leading numbers are treated as a port number + * myURL.port = '5678abcd'; + * console.log(myURL.port); + * // Prints 5678 + * + * // Non-integers are truncated + * myURL.port = 1234.5678; + * console.log(myURL.port); + * // Prints 1234 + * + * // Out-of-range numbers which are not represented in scientific notation + * // will be ignored. + * myURL.port = 1e10; // 10000000000, will be range-checked as described below + * console.log(myURL.port); + * // Prints 1234 + * ``` + * + * Numbers which contain a decimal point, + * such as floating-point numbers or numbers in scientific notation, + * are not an exception to this rule. + * Leading numbers up to the decimal point will be set as the URL's port, + * assuming they are valid: + * + * ```js + * myURL.port = 4.567e21; + * console.log(myURL.port); + * // Prints 4 (because it is the leading number in the string '4.567e21') + * ``` + */ + port: string; + /** + * Gets and sets the protocol portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org'); + * console.log(myURL.protocol); + * // Prints https: + * + * myURL.protocol = 'ftp'; + * console.log(myURL.href); + * // Prints ftp://example.org/ + * ``` + * + * Invalid URL protocol values assigned to the `protocol` property are ignored. + */ + protocol: string; + /** + * Gets and sets the serialized query portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc?123'); + * console.log(myURL.search); + * // Prints ?123 + * + * myURL.search = 'abc=xyz'; + * console.log(myURL.href); + * // Prints https://example.org/abc?abc=xyz + * ``` + * + * Any invalid URL characters appearing in the value assigned the `search`property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + search: string; + /** + * Gets the `URLSearchParams` object representing the query parameters of the + * URL. This property is read-only but the `URLSearchParams` object it provides + * can be used to mutate the URL instance; to replace the entirety of query + * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details. + * + * Use care when using `.searchParams` to modify the `URL` because, + * per the WHATWG specification, the `URLSearchParams` object uses + * different rules to determine which characters to percent-encode. For + * instance, the `URL` object will not percent encode the ASCII tilde (`~`) + * character, while `URLSearchParams` will always encode it: + * + * ```js + * const myUrl = new URL('https://example.org/abc?foo=~bar'); + * + * console.log(myUrl.search); // prints ?foo=~bar + * + * // Modify the URL via searchParams... + * myUrl.searchParams.sort(); + * + * console.log(myUrl.search); // prints ?foo=%7Ebar + * ``` + */ + readonly searchParams: URLSearchParams; + /** + * Gets and sets the username portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.username); + * // Prints abc + * + * myURL.username = '123'; + * console.log(myURL.href); + * // Prints https://123:xyz@example.com/ + * ``` + * + * Any invalid URL characters appearing in the value assigned the `username`property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + username: string; + /** + * The `toString()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toJSON}. + */ + toString(): string; + /** + * The `toJSON()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toString}. + * + * This method is automatically called when an `URL` object is serialized + * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). + * + * ```js + * const myURLs = [ + * new URL('https://www.example.com'), + * new URL('https://test.example.org'), + * ]; + * console.log(JSON.stringify(myURLs)); + * // Prints ["https://www.example.com/","https://test.example.org/"] + * ``` + */ + toJSON(): string; + } + /** + * The `URLSearchParams` API provides read and write access to the query of a`URL`. The `URLSearchParams` class can also be used standalone with one of the + * four following constructors. + * The `URLSearchParams` class is also available on the global object. + * + * The WHATWG `URLSearchParams` interface and the `querystring` module have + * similar purpose, but the purpose of the `querystring` module is more + * general, as it allows the customization of delimiter characters (`&` and `=`). + * On the other hand, this API is designed purely for URL query strings. + * + * ```js + * const myURL = new URL('https://example.org/?abc=123'); + * console.log(myURL.searchParams.get('abc')); + * // Prints 123 + * + * myURL.searchParams.append('abc', 'xyz'); + * console.log(myURL.href); + * // Prints https://example.org/?abc=123&abc=xyz + * + * myURL.searchParams.delete('abc'); + * myURL.searchParams.set('a', 'b'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * + * const newSearchParams = new URLSearchParams(myURL.searchParams); + * // The above is equivalent to + * // const newSearchParams = new URLSearchParams(myURL.search); + * + * newSearchParams.append('a', 'c'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * console.log(newSearchParams.toString()); + * // Prints a=b&a=c + * + * // newSearchParams.toString() is implicitly called + * myURL.search = newSearchParams; + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * newSearchParams.delete('a'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * ``` + * @since v7.5.0, v6.13.0 + */ + class URLSearchParams implements Iterable<[string, string]> { + constructor(init?: URLSearchParams | string | Record> | Iterable<[string, string]> | ReadonlyArray<[string, string]>); + /** + * Append a new name-value pair to the query string. + */ + append(name: string, value: string): void; + /** + * Remove all name-value pairs whose name is `name`. + */ + delete(name: string): void; + /** + * Returns an ES6 `Iterator` over each of the name-value pairs in the query. + * Each item of the iterator is a JavaScript `Array`. The first item of the `Array`is the `name`, the second item of the `Array` is the `value`. + * + * Alias for `urlSearchParams[@@iterator]()`. + */ + entries(): IterableIterator<[string, string]>; + /** + * Iterates over each name-value pair in the query and invokes the given function. + * + * ```js + * const myURL = new URL('https://example.org/?a=b&c=d'); + * myURL.searchParams.forEach((value, name, searchParams) => { + * console.log(name, value, myURL.searchParams === searchParams); + * }); + * // Prints: + * // a b true + * // c d true + * ``` + * @param fn Invoked for each name-value pair in the query + * @param thisArg To be used as `this` value for when `fn` is called + */ + forEach(callback: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void, thisArg?: TThis): void; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns the values of all name-value pairs whose name is `name`. If there are + * no such pairs, an empty array is returned. + */ + getAll(name: string): string[]; + /** + * Returns `true` if there is at least one name-value pair whose name is `name`. + */ + has(name: string): boolean; + /** + * Returns an ES6 `Iterator` over the names of each name-value pair. + * + * ```js + * const params = new URLSearchParams('foo=bar&foo=baz'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // foo + * ``` + */ + keys(): IterableIterator; + /** + * Sets the value in the `URLSearchParams` object associated with `name` to`value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value` and remove all others. If not, + * append the name-value pair to the query string. + * + * ```js + * const params = new URLSearchParams(); + * params.append('foo', 'bar'); + * params.append('foo', 'baz'); + * params.append('abc', 'def'); + * console.log(params.toString()); + * // Prints foo=bar&foo=baz&abc=def + * + * params.set('foo', 'def'); + * params.set('xyz', 'opq'); + * console.log(params.toString()); + * // Prints foo=def&abc=def&xyz=opq + * ``` + */ + set(name: string, value: string): void; + /** + * Sort all existing name-value pairs in-place by their names. Sorting is done + * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs + * with the same name is preserved. + * + * This method can be used, in particular, to increase cache hits. + * + * ```js + * const params = new URLSearchParams('query[]=abc&type=search&query[]=123'); + * params.sort(); + * console.log(params.toString()); + * // Prints query%5B%5D=abc&query%5B%5D=123&type=search + * ``` + * @since v7.7.0, v6.13.0 + */ + sort(): void; + /** + * Returns the search parameters serialized as a string, with characters + * percent-encoded where necessary. + */ + toString(): string; + /** + * Returns an ES6 `Iterator` over the values of each name-value pair. + */ + values(): IterableIterator; + [Symbol.iterator](): IterableIterator<[string, string]>; + } + import { URL as _URL, URLSearchParams as _URLSearchParams } from 'url'; + global { + interface URLSearchParams extends _URLSearchParams {} + interface URL extends _URL {} + interface Global { + URL: typeof _URL; + URLSearchParams: typeof _URLSearchParams; + } + /** + * `URL` class is a global reference for `require('url').URL` + * https://nodejs.org/api/url.html#the-whatwg-url-api + * @since v10.0.0 + */ + var URL: typeof globalThis extends { + onmessage: any; + URL: infer T; + } + ? T + : typeof _URL; + /** + * `URLSearchParams` class is a global reference for `require('url').URLSearchParams` + * https://nodejs.org/api/url.html#class-urlsearchparams + * @since v10.0.0 + */ + var URLSearchParams: typeof globalThis extends { + onmessage: any; + URLSearchParams: infer T; + } + ? T + : typeof _URLSearchParams; + } +} +declare module 'node:url' { + export * from 'url'; +} diff --git a/node_modules/@types/node/ts4.8/util.d.ts b/node_modules/@types/node/ts4.8/util.d.ts new file mode 100644 index 000000000..6d350195b --- /dev/null +++ b/node_modules/@types/node/ts4.8/util.d.ts @@ -0,0 +1,1926 @@ +/** + * The `util` module supports the needs of Node.js internal APIs. Many of the + * utilities are useful for application and module developers as well. To access + * it: + * + * ```js + * const util = require('util'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.x/lib/util.js) + */ +declare module 'util' { + import * as types from 'node:util/types'; + export interface InspectOptions { + /** + * If `true`, object's non-enumerable symbols and properties are included in the formatted result. + * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties). + * @default false + */ + showHidden?: boolean | undefined; + /** + * Specifies the number of times to recurse while formatting object. + * This is useful for inspecting large objects. + * To recurse up to the maximum call stack size pass `Infinity` or `null`. + * @default 2 + */ + depth?: number | null | undefined; + /** + * If `true`, the output is styled with ANSI color codes. Colors are customizable. + */ + colors?: boolean | undefined; + /** + * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked. + * @default true + */ + customInspect?: boolean | undefined; + /** + * If `true`, `Proxy` inspection includes the target and handler objects. + * @default false + */ + showProxy?: boolean | undefined; + /** + * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements + * to include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no elements. + * @default 100 + */ + maxArrayLength?: number | null | undefined; + /** + * Specifies the maximum number of characters to + * include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no characters. + * @default 10000 + */ + maxStringLength?: number | null | undefined; + /** + * The length at which input values are split across multiple lines. + * Set to `Infinity` to format the input as a single line + * (in combination with `compact` set to `true` or any number >= `1`). + * @default 80 + */ + breakLength?: number | undefined; + /** + * Setting this to `false` causes each object key + * to be displayed on a new line. It will also add new lines to text that is + * longer than `breakLength`. If set to a number, the most `n` inner elements + * are united on a single line as long as all properties fit into + * `breakLength`. Short array elements are also grouped together. Note that no + * text will be reduced below 16 characters, no matter the `breakLength` size. + * For more information, see the example below. + * @default true + */ + compact?: boolean | number | undefined; + /** + * If set to `true` or a function, all properties of an object, and `Set` and `Map` + * entries are sorted in the resulting string. + * If set to `true` the default sort is used. + * If set to a function, it is used as a compare function. + */ + sorted?: boolean | ((a: string, b: string) => number) | undefined; + /** + * If set to `true`, getters are going to be + * inspected as well. If set to `'get'` only getters without setter are going + * to be inspected. If set to `'set'` only getters having a corresponding + * setter are going to be inspected. This might cause side effects depending on + * the getter function. + * @default false + */ + getters?: 'get' | 'set' | boolean | undefined; + /** + * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. + * @default false + */ + numericSeparator?: boolean | undefined; + } + export type Style = 'special' | 'number' | 'bigint' | 'boolean' | 'undefined' | 'null' | 'string' | 'symbol' | 'date' | 'regexp' | 'module'; + export type CustomInspectFunction = (depth: number, options: InspectOptionsStylized) => any; // TODO: , inspect: inspect + export interface InspectOptionsStylized extends InspectOptions { + stylize(text: string, styleType: Style): string; + } + /** + * The `util.format()` method returns a formatted string using the first argument + * as a `printf`\-like format string which can contain zero or more format + * specifiers. Each specifier is replaced with the converted value from the + * corresponding argument. Supported specifiers are: + * + * If a specifier does not have a corresponding argument, it is not replaced: + * + * ```js + * util.format('%s:%s', 'foo'); + * // Returns: 'foo:%s' + * ``` + * + * Values that are not part of the format string are formatted using`util.inspect()` if their type is not `string`. + * + * If there are more arguments passed to the `util.format()` method than the + * number of specifiers, the extra arguments are concatenated to the returned + * string, separated by spaces: + * + * ```js + * util.format('%s:%s', 'foo', 'bar', 'baz'); + * // Returns: 'foo:bar baz' + * ``` + * + * If the first argument does not contain a valid format specifier, `util.format()`returns a string that is the concatenation of all arguments separated by spaces: + * + * ```js + * util.format(1, 2, 3); + * // Returns: '1 2 3' + * ``` + * + * If only one argument is passed to `util.format()`, it is returned as it is + * without any formatting: + * + * ```js + * util.format('%% %s'); + * // Returns: '%% %s' + * ``` + * + * `util.format()` is a synchronous method that is intended as a debugging tool. + * Some input values can have a significant performance overhead that can block the + * event loop. Use this function with care and never in a hot code path. + * @since v0.5.3 + * @param format A `printf`-like format string. + */ + export function format(format?: any, ...param: any[]): string; + /** + * This function is identical to {@link format}, except in that it takes + * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}. + * + * ```js + * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 }); + * // Returns 'See object { foo: 42 }', where `42` is colored as a number + * // when printed to a terminal. + * ``` + * @since v10.0.0 + */ + export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string; + /** + * Returns the string name for a numeric error code that comes from a Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const name = util.getSystemErrorName(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v9.7.0 + */ + export function getSystemErrorName(err: number): string; + /** + * Returns a Map of all system error codes available from the Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const errorMap = util.getSystemErrorMap(); + * const name = errorMap.get(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v16.0.0, v14.17.0 + */ + export function getSystemErrorMap(): Map; + /** + * The `util.log()` method prints the given `string` to `stdout` with an included + * timestamp. + * + * ```js + * const util = require('util'); + * + * util.log('Timestamped message.'); + * ``` + * @since v0.3.0 + * @deprecated Since v6.0.0 - Use a third party module instead. + */ + export function log(string: string): void; + /** + * Returns the `string` after replacing any surrogate code points + * (or equivalently, any unpaired surrogate code units) with the + * Unicode "replacement character" U+FFFD. + * @since v16.8.0, v14.18.0 + */ + export function toUSVString(string: string): string; + /** + * Creates and returns an `AbortController` instance whose `AbortSignal` is marked + * as transferable and can be used with `structuredClone()` or `postMessage()`. + * @since v18.11.0 + * @returns A transferable AbortController + */ + export function transferableAbortController(): AbortController; + /** + * Marks the given {AbortSignal} as transferable so that it can be used with + * `structuredClone()` and `postMessage()`. + * + * ```js + * const signal = transferableAbortSignal(AbortSignal.timeout(100)); + * const channel = new MessageChannel(); + * channel.port2.postMessage(signal, [signal]); + * ``` + * @since v18.11.0 + * @param signal The AbortSignal + * @returns The same AbortSignal + */ + export function transferableAbortSignal(signal: AbortSignal): AbortSignal; + /** + * The `util.inspect()` method returns a string representation of `object` that is + * intended for debugging. The output of `util.inspect` may change at any time + * and should not be depended upon programmatically. Additional `options` may be + * passed that alter the result.`util.inspect()` will use the constructor's name and/or `@@toStringTag` to make + * an identifiable tag for an inspected value. + * + * ```js + * class Foo { + * get [Symbol.toStringTag]() { + * return 'bar'; + * } + * } + * + * class Bar {} + * + * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } }); + * + * util.inspect(new Foo()); // 'Foo [bar] {}' + * util.inspect(new Bar()); // 'Bar {}' + * util.inspect(baz); // '[foo] {}' + * ``` + * + * Circular references point to their anchor by using a reference index: + * + * ```js + * const { inspect } = require('util'); + * + * const obj = {}; + * obj.a = [obj]; + * obj.b = {}; + * obj.b.inner = obj.b; + * obj.b.obj = obj; + * + * console.log(inspect(obj)); + * // { + * // a: [ [Circular *1] ], + * // b: { inner: [Circular *2], obj: [Circular *1] } + * // } + * ``` + * + * The following example inspects all properties of the `util` object: + * + * ```js + * const util = require('util'); + * + * console.log(util.inspect(util, { showHidden: true, depth: null })); + * ``` + * + * The following example highlights the effect of the `compact` option: + * + * ```js + * const util = require('util'); + * + * const o = { + * a: [1, 2, [[ + * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' + + * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.', + * 'test', + * 'foo']], 4], + * b: new Map([['za', 1], ['zb', 'test']]) + * }; + * console.log(util.inspect(o, { compact: true, depth: 5, breakLength: 80 })); + * + * // { a: + * // [ 1, + * // 2, + * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line + * // 'test', + * // 'foo' ] ], + * // 4 ], + * // b: Map(2) { 'za' => 1, 'zb' => 'test' } } + * + * // Setting `compact` to false or an integer creates more reader friendly output. + * console.log(util.inspect(o, { compact: false, depth: 5, breakLength: 80 })); + * + * // { + * // a: [ + * // 1, + * // 2, + * // [ + * // [ + * // 'Lorem ipsum dolor sit amet,\n' + + * // 'consectetur adipiscing elit, sed do eiusmod \n' + + * // 'tempor incididunt ut labore et dolore magna aliqua.', + * // 'test', + * // 'foo' + * // ] + * // ], + * // 4 + * // ], + * // b: Map(2) { + * // 'za' => 1, + * // 'zb' => 'test' + * // } + * // } + * + * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a + * // single line. + * ``` + * + * The `showHidden` option allows [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) and + * [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries to be + * inspected. If there are more entries than `maxArrayLength`, there is no + * guarantee which entries are displayed. That means retrieving the same [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries twice may + * result in different output. Furthermore, entries + * with no remaining strong references may be garbage collected at any time. + * + * ```js + * const { inspect } = require('util'); + * + * const obj = { a: 1 }; + * const obj2 = { b: 2 }; + * const weakSet = new WeakSet([obj, obj2]); + * + * console.log(inspect(weakSet, { showHidden: true })); + * // WeakSet { { a: 1 }, { b: 2 } } + * ``` + * + * The `sorted` option ensures that an object's property insertion order does not + * impact the result of `util.inspect()`. + * + * ```js + * const { inspect } = require('util'); + * const assert = require('assert'); + * + * const o1 = { + * b: [2, 3, 1], + * a: '`a` comes before `b`', + * c: new Set([2, 3, 1]) + * }; + * console.log(inspect(o1, { sorted: true })); + * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } } + * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) })); + * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' } + * + * const o2 = { + * c: new Set([2, 1, 3]), + * a: '`a` comes before `b`', + * b: [2, 3, 1] + * }; + * assert.strict.equal( + * inspect(o1, { sorted: true }), + * inspect(o2, { sorted: true }) + * ); + * ``` + * + * The `numericSeparator` option adds an underscore every three digits to all + * numbers. + * + * ```js + * const { inspect } = require('util'); + * + * const thousand = 1_000; + * const million = 1_000_000; + * const bigNumber = 123_456_789n; + * const bigDecimal = 1_234.123_45; + * + * console.log(thousand, million, bigNumber, bigDecimal); + * // 1_000 1_000_000 123_456_789n 1_234.123_45 + * ``` + * + * `util.inspect()` is a synchronous method intended for debugging. Its maximum + * output length is approximately 128 MB. Inputs that result in longer output will + * be truncated. + * @since v0.3.0 + * @param object Any JavaScript primitive or `Object`. + * @return The representation of `object`. + */ + export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; + export function inspect(object: any, options?: InspectOptions): string; + export namespace inspect { + let colors: NodeJS.Dict<[number, number]>; + let styles: { + [K in Style]: string; + }; + let defaultOptions: InspectOptions; + /** + * Allows changing inspect settings from the repl. + */ + let replDefaults: InspectOptions; + /** + * That can be used to declare custom inspect functions. + */ + const custom: unique symbol; + } + /** + * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray). + * + * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isArray([]); + * // Returns: true + * util.isArray(new Array()); + * // Returns: true + * util.isArray({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use `isArray` instead. + */ + export function isArray(object: unknown): object is unknown[]; + /** + * Returns `true` if the given `object` is a `RegExp`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isRegExp(/some regexp/); + * // Returns: true + * util.isRegExp(new RegExp('another regexp')); + * // Returns: true + * util.isRegExp({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Deprecated + */ + export function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the given `object` is a `Date`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isDate(new Date()); + * // Returns: true + * util.isDate(Date()); + * // false (without 'new' returns a String) + * util.isDate({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use {@link types.isDate} instead. + */ + export function isDate(object: unknown): object is Date; + /** + * Returns `true` if the given `object` is an `Error`. Otherwise, returns`false`. + * + * ```js + * const util = require('util'); + * + * util.isError(new Error()); + * // Returns: true + * util.isError(new TypeError()); + * // Returns: true + * util.isError({ name: 'Error', message: 'an error occurred' }); + * // Returns: false + * ``` + * + * This method relies on `Object.prototype.toString()` behavior. It is + * possible to obtain an incorrect result when the `object` argument manipulates`@@toStringTag`. + * + * ```js + * const util = require('util'); + * const obj = { name: 'Error', message: 'an error occurred' }; + * + * util.isError(obj); + * // Returns: false + * obj[Symbol.toStringTag] = 'Error'; + * util.isError(obj); + * // Returns: true + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use {@link types.isNativeError} instead. + */ + export function isError(object: unknown): object is Error; + /** + * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and`extends` keywords to get language level inheritance support. Also note + * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179). + * + * Inherit the prototype methods from one [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The + * prototype of `constructor` will be set to a new object created from`superConstructor`. + * + * This mainly adds some input validation on top of`Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`. + * As an additional convenience, `superConstructor` will be accessible + * through the `constructor.super_` property. + * + * ```js + * const util = require('util'); + * const EventEmitter = require('events'); + * + * function MyStream() { + * EventEmitter.call(this); + * } + * + * util.inherits(MyStream, EventEmitter); + * + * MyStream.prototype.write = function(data) { + * this.emit('data', data); + * }; + * + * const stream = new MyStream(); + * + * console.log(stream instanceof EventEmitter); // true + * console.log(MyStream.super_ === EventEmitter); // true + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('It works!'); // Received data: "It works!" + * ``` + * + * ES6 example using `class` and `extends`: + * + * ```js + * const EventEmitter = require('events'); + * + * class MyStream extends EventEmitter { + * write(data) { + * this.emit('data', data); + * } + * } + * + * const stream = new MyStream(); + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('With ES6'); + * ``` + * @since v0.3.0 + * @deprecated Legacy: Use ES2015 class syntax and `extends` keyword instead. + */ + export function inherits(constructor: unknown, superConstructor: unknown): void; + export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void; + export interface DebugLogger extends DebugLoggerFunction { + enabled: boolean; + } + /** + * The `util.debuglog()` method is used to create a function that conditionally + * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG`environment variable. If the `section` name appears within the value of that + * environment variable, then the returned function operates similar to `console.error()`. If not, then the returned function is a no-op. + * + * ```js + * const util = require('util'); + * const debuglog = util.debuglog('foo'); + * + * debuglog('hello from foo [%d]', 123); + * ``` + * + * If this program is run with `NODE_DEBUG=foo` in the environment, then + * it will output something like: + * + * ```console + * FOO 3245: hello from foo [123] + * ``` + * + * where `3245` is the process id. If it is not run with that + * environment variable set, then it will not print anything. + * + * The `section` supports wildcard also: + * + * ```js + * const util = require('util'); + * const debuglog = util.debuglog('foo-bar'); + * + * debuglog('hi there, it\'s foo-bar [%d]', 2333); + * ``` + * + * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output + * something like: + * + * ```console + * FOO-BAR 3257: hi there, it's foo-bar [2333] + * ``` + * + * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG`environment variable: `NODE_DEBUG=fs,net,tls`. + * + * The optional `callback` argument can be used to replace the logging function + * with a different function that doesn't have any initialization or + * unnecessary wrapping. + * + * ```js + * const util = require('util'); + * let debuglog = util.debuglog('internals', (debug) => { + * // Replace with a logging function that optimizes out + * // testing if the section is enabled + * debuglog = debug; + * }); + * ``` + * @since v0.11.3 + * @param section A string identifying the portion of the application for which the `debuglog` function is being created. + * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function. + * @return The logging function + */ + export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger; + export const debug: typeof debuglog; + /** + * Returns `true` if the given `object` is a `Boolean`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isBoolean(1); + * // Returns: false + * util.isBoolean(0); + * // Returns: false + * util.isBoolean(false); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'boolean'` instead. + */ + export function isBoolean(object: unknown): object is boolean; + /** + * Returns `true` if the given `object` is a `Buffer`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isBuffer({ length: 0 }); + * // Returns: false + * util.isBuffer([]); + * // Returns: false + * util.isBuffer(Buffer.from('hello world')); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `isBuffer` instead. + */ + export function isBuffer(object: unknown): object is Buffer; + /** + * Returns `true` if the given `object` is a `Function`. Otherwise, returns`false`. + * + * ```js + * const util = require('util'); + * + * function Foo() {} + * const Bar = () => {}; + * + * util.isFunction({}); + * // Returns: false + * util.isFunction(Foo); + * // Returns: true + * util.isFunction(Bar); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'function'` instead. + */ + export function isFunction(object: unknown): boolean; + /** + * Returns `true` if the given `object` is strictly `null`. Otherwise, returns`false`. + * + * ```js + * const util = require('util'); + * + * util.isNull(0); + * // Returns: false + * util.isNull(undefined); + * // Returns: false + * util.isNull(null); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === null` instead. + */ + export function isNull(object: unknown): object is null; + /** + * Returns `true` if the given `object` is `null` or `undefined`. Otherwise, + * returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isNullOrUndefined(0); + * // Returns: false + * util.isNullOrUndefined(undefined); + * // Returns: true + * util.isNullOrUndefined(null); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === undefined || value === null` instead. + */ + export function isNullOrUndefined(object: unknown): object is null | undefined; + /** + * Returns `true` if the given `object` is a `Number`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isNumber(false); + * // Returns: false + * util.isNumber(Infinity); + * // Returns: true + * util.isNumber(0); + * // Returns: true + * util.isNumber(NaN); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'number'` instead. + */ + export function isNumber(object: unknown): object is number; + /** + * Returns `true` if the given `object` is strictly an `Object`**and** not a`Function` (even though functions are objects in JavaScript). + * Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isObject(5); + * // Returns: false + * util.isObject(null); + * // Returns: false + * util.isObject({}); + * // Returns: true + * util.isObject(() => {}); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Deprecated: Use `value !== null && typeof value === 'object'` instead. + */ + export function isObject(object: unknown): boolean; + /** + * Returns `true` if the given `object` is a primitive type. Otherwise, returns`false`. + * + * ```js + * const util = require('util'); + * + * util.isPrimitive(5); + * // Returns: true + * util.isPrimitive('foo'); + * // Returns: true + * util.isPrimitive(false); + * // Returns: true + * util.isPrimitive(null); + * // Returns: true + * util.isPrimitive(undefined); + * // Returns: true + * util.isPrimitive({}); + * // Returns: false + * util.isPrimitive(() => {}); + * // Returns: false + * util.isPrimitive(/^$/); + * // Returns: false + * util.isPrimitive(new Date()); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. + */ + export function isPrimitive(object: unknown): boolean; + /** + * Returns `true` if the given `object` is a `string`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isString(''); + * // Returns: true + * util.isString('foo'); + * // Returns: true + * util.isString(String('foo')); + * // Returns: true + * util.isString(5); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'string'` instead. + */ + export function isString(object: unknown): object is string; + /** + * Returns `true` if the given `object` is a `Symbol`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * util.isSymbol(5); + * // Returns: false + * util.isSymbol('foo'); + * // Returns: false + * util.isSymbol(Symbol('foo')); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'symbol'` instead. + */ + export function isSymbol(object: unknown): object is symbol; + /** + * Returns `true` if the given `object` is `undefined`. Otherwise, returns `false`. + * + * ```js + * const util = require('util'); + * + * const foo = undefined; + * util.isUndefined(5); + * // Returns: false + * util.isUndefined(foo); + * // Returns: true + * util.isUndefined(null); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === undefined` instead. + */ + export function isUndefined(object: unknown): object is undefined; + /** + * The `util.deprecate()` method wraps `fn` (which may be a function or class) in + * such a way that it is marked as deprecated. + * + * ```js + * const util = require('util'); + * + * exports.obsoleteFunction = util.deprecate(() => { + * // Do something here. + * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.'); + * ``` + * + * When called, `util.deprecate()` will return a function that will emit a`DeprecationWarning` using the `'warning'` event. The warning will + * be emitted and printed to `stderr` the first time the returned function is + * called. After the warning is emitted, the wrapped function is called without + * emitting a warning. + * + * If the same optional `code` is supplied in multiple calls to `util.deprecate()`, + * the warning will be emitted only once for that `code`. + * + * ```js + * const util = require('util'); + * + * const fn1 = util.deprecate(someFunction, someMessage, 'DEP0001'); + * const fn2 = util.deprecate(someOtherFunction, someOtherMessage, 'DEP0001'); + * fn1(); // Emits a deprecation warning with code DEP0001 + * fn2(); // Does not emit a deprecation warning because it has the same code + * ``` + * + * If either the `--no-deprecation` or `--no-warnings` command-line flags are + * used, or if the `process.noDeprecation` property is set to `true`_prior_ to + * the first deprecation warning, the `util.deprecate()` method does nothing. + * + * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set, + * or the `process.traceDeprecation` property is set to `true`, a warning and a + * stack trace are printed to `stderr` the first time the deprecated function is + * called. + * + * If the `--throw-deprecation` command-line flag is set, or the`process.throwDeprecation` property is set to `true`, then an exception will be + * thrown when the deprecated function is called. + * + * The `--throw-deprecation` command-line flag and `process.throwDeprecation`property take precedence over `--trace-deprecation` and`process.traceDeprecation`. + * @since v0.8.0 + * @param fn The function that is being deprecated. + * @param msg A warning message to display when the deprecated function is invoked. + * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes. + * @return The deprecated function wrapped to emit a warning. + */ + export function deprecate(fn: T, msg: string, code?: string): T; + /** + * Returns `true` if there is deep strict equality between `val1` and `val2`. + * Otherwise, returns `false`. + * + * See `assert.deepStrictEqual()` for more information about deep strict + * equality. + * @since v9.0.0 + */ + export function isDeepStrictEqual(val1: unknown, val2: unknown): boolean; + /** + * Returns `str` with any ANSI escape codes removed. + * + * ```js + * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); + * // Prints "value" + * ``` + * @since v16.11.0 + */ + export function stripVTControlCharacters(str: string): string; + /** + * Takes an `async` function (or a function that returns a `Promise`) and returns a + * function following the error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument. In the callback, the + * first argument will be the rejection reason (or `null` if the `Promise`resolved), and the second argument will be the resolved value. + * + * ```js + * const util = require('util'); + * + * async function fn() { + * return 'hello world'; + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * if (err) throw err; + * console.log(ret); + * }); + * ``` + * + * Will print: + * + * ```text + * hello world + * ``` + * + * The callback is executed asynchronously, and will have a limited stack trace. + * If the callback throws, the process will emit an `'uncaughtException'` event, and if not handled will exit. + * + * Since `null` has a special meaning as the first argument to a callback, if a + * wrapped function rejects a `Promise` with a falsy value as a reason, the value + * is wrapped in an `Error` with the original value stored in a field named`reason`. + * + * ```js + * function fn() { + * return Promise.reject(null); + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * // When the Promise was rejected with `null` it is wrapped with an Error and + * // the original value is stored in `reason`. + * err && Object.hasOwn(err, 'reason') && err.reason === null; // true + * }); + * ``` + * @since v8.2.0 + * @param fn An `async` function + * @return a callback style function + */ + export function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify(fn: (arg1: T1) => Promise): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify(fn: (arg1: T1) => Promise): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify(fn: (arg1: T1, arg2: T2) => Promise): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify(fn: (arg1: T1, arg2: T2) => Promise): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify(fn: (arg1: T1, arg2: T2, arg3: T3) => Promise): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export interface CustomPromisifyLegacy extends Function { + __promisify__: TCustom; + } + export interface CustomPromisifySymbol extends Function { + [promisify.custom]: TCustom; + } + export type CustomPromisify = CustomPromisifySymbol | CustomPromisifyLegacy; + /** + * Takes a function following the common error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument, and returns a version + * that returns promises. + * + * ```js + * const util = require('util'); + * const fs = require('fs'); + * + * const stat = util.promisify(fs.stat); + * stat('.').then((stats) => { + * // Do something with `stats` + * }).catch((error) => { + * // Handle the error. + * }); + * ``` + * + * Or, equivalently using `async function`s: + * + * ```js + * const util = require('util'); + * const fs = require('fs'); + * + * const stat = util.promisify(fs.stat); + * + * async function callStat() { + * const stats = await stat('.'); + * console.log(`This directory is owned by ${stats.uid}`); + * } + * ``` + * + * If there is an `original[util.promisify.custom]` property present, `promisify`will return its value, see `Custom promisified functions`. + * + * `promisify()` assumes that `original` is a function taking a callback as its + * final argument in all cases. If `original` is not a function, `promisify()`will throw an error. If `original` is a function but its last argument is not + * an error-first callback, it will still be passed an error-first + * callback as its last argument. + * + * Using `promisify()` on class methods or other methods that use `this` may not + * work as expected unless handled specially: + * + * ```js + * const util = require('util'); + * + * class Foo { + * constructor() { + * this.a = 42; + * } + * + * bar(callback) { + * callback(null, this.a); + * } + * } + * + * const foo = new Foo(); + * + * const naiveBar = util.promisify(foo.bar); + * // TypeError: Cannot read property 'a' of undefined + * // naiveBar().then(a => console.log(a)); + * + * naiveBar.call(foo).then((a) => console.log(a)); // '42' + * + * const bindBar = naiveBar.bind(foo); + * bindBar().then((a) => console.log(a)); // '42' + * ``` + * @since v8.0.0 + */ + export function promisify(fn: CustomPromisify): TCustom; + export function promisify(fn: (callback: (err: any, result: TResult) => void) => void): () => Promise; + export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise; + export function promisify(fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void): (arg1: T1) => Promise; + export function promisify(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise; + export function promisify(fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void): (arg1: T1, arg2: T2) => Promise; + export function promisify(fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2) => Promise; + export function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify(fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify(fn: Function): Function; + export namespace promisify { + /** + * That can be used to declare custom promisified variants of functions. + */ + const custom: unique symbol; + } + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API. + * + * ```js + * const decoder = new TextDecoder(); + * const u8arr = new Uint8Array([72, 101, 108, 108, 111]); + * console.log(decoder.decode(u8arr)); // Hello + * ``` + * @since v8.3.0 + */ + export class TextDecoder { + /** + * The encoding supported by the `TextDecoder` instance. + */ + readonly encoding: string; + /** + * The value will be `true` if decoding errors result in a `TypeError` being + * thrown. + */ + readonly fatal: boolean; + /** + * The value will be `true` if the decoding result will include the byte order + * mark. + */ + readonly ignoreBOM: boolean; + constructor( + encoding?: string, + options?: { + fatal?: boolean | undefined; + ignoreBOM?: boolean | undefined; + } + ); + /** + * Decodes the `input` and returns a string. If `options.stream` is `true`, any + * incomplete byte sequences occurring at the end of the `input` are buffered + * internally and emitted after the next call to `textDecoder.decode()`. + * + * If `textDecoder.fatal` is `true`, decoding errors that occur will result in a`TypeError` being thrown. + * @param input An `ArrayBuffer`, `DataView` or `TypedArray` instance containing the encoded data. + */ + decode( + input?: NodeJS.ArrayBufferView | ArrayBuffer | null, + options?: { + stream?: boolean | undefined; + } + ): string; + } + export interface EncodeIntoResult { + /** + * The read Unicode code units of input. + */ + read: number; + /** + * The written UTF-8 bytes of output. + */ + written: number; + } + export { types }; + + //// TextEncoder/Decoder + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextEncoder` API. All + * instances of `TextEncoder` only support UTF-8 encoding. + * + * ```js + * const encoder = new TextEncoder(); + * const uint8array = encoder.encode('this is some data'); + * ``` + * + * The `TextEncoder` class is also available on the global object. + * @since v8.3.0 + */ + export class TextEncoder { + /** + * The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. + */ + readonly encoding: string; + /** + * UTF-8 encodes the `input` string and returns a `Uint8Array` containing the + * encoded bytes. + * @param [input='an empty string'] The text to encode. + */ + encode(input?: string): Uint8Array; + /** + * UTF-8 encodes the `src` string to the `dest` Uint8Array and returns an object + * containing the read Unicode code units and written UTF-8 bytes. + * + * ```js + * const encoder = new TextEncoder(); + * const src = 'this is some data'; + * const dest = new Uint8Array(10); + * const { read, written } = encoder.encodeInto(src, dest); + * ``` + * @param src The text to encode. + * @param dest The array to hold the encode result. + */ + encodeInto(src: string, dest: Uint8Array): EncodeIntoResult; + } + + import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from 'util'; + global { + /** + * `TextDecoder` class is a global reference for `require('util').TextDecoder` + * https://nodejs.org/api/globals.html#textdecoder + * @since v11.0.0 + */ + var TextDecoder: typeof globalThis extends { + onmessage: any; + TextDecoder: infer TextDecoder; + } + ? TextDecoder + : typeof _TextDecoder; + + /** + * `TextEncoder` class is a global reference for `require('util').TextEncoder` + * https://nodejs.org/api/globals.html#textencoder + * @since v11.0.0 + */ + var TextEncoder: typeof globalThis extends { + onmessage: any; + TextEncoder: infer TextEncoder; + } + ? TextEncoder + : typeof _TextEncoder; + } + + //// parseArgs + /** + * Provides a high-level API for command-line argument parsing. Takes a + * specification for the expected arguments and returns a structured object + * with the parsed values and positionals. + * + * `config` provides arguments for parsing and configures the parser. It + * supports the following properties: + * + * - `args` The array of argument strings. **Default:** `process.argv` with + * `execPath` and `filename` removed. + * - `options` Arguments known to the parser. Keys of `options` are the long + * names of options and values are objects accepting the following properties: + * + * - `type` Type of argument, which must be either `boolean` (for options + * which do not take values) or `string` (for options which do). + * - `multiple` Whether this option can be provided multiple + * times. If `true`, all values will be collected in an array. If + * `false`, values for the option are last-wins. **Default:** `false`. + * - `short` A single character alias for the option. + * - `default` The default option value when it is not set by args. It + * must be of the same type as the `type` property. When `multiple` + * is `true`, it must be an array. + * + * - `strict`: Whether an error should be thrown when unknown arguments + * are encountered, or when arguments are passed that do not match the + * `type` configured in `options`. **Default:** `true`. + * - `allowPositionals`: Whether this command accepts positional arguments. + * **Default:** `false` if `strict` is `true`, otherwise `true`. + * - `tokens`: Whether tokens {boolean} Return the parsed tokens. This is useful + * for extending the built-in behavior, from adding additional checks through + * to reprocessing the tokens in different ways. + * **Default:** `false`. + * + * @returns The parsed command line arguments: + * + * - `values` A mapping of parsed option names with their string + * or boolean values. + * - `positionals` Positional arguments. + * - `tokens` Detailed parse information (only if `tokens` was specified). + * + */ + export function parseArgs(config?: T): ParsedResults; + + interface ParseArgsOptionConfig { + /** + * Type of argument. + */ + type: 'string' | 'boolean'; + /** + * Whether this option can be provided multiple times. + * If `true`, all values will be collected in an array. + * If `false`, values for the option are last-wins. + * @default false. + */ + multiple?: boolean | undefined; + /** + * A single character alias for the option. + */ + short?: string | undefined; + /** + * The default option value when it is not set by args. + * It must be of the same type as the the `type` property. + * When `multiple` is `true`, it must be an array. + * @since v18.11.0 + */ + default?: string | boolean | string[] | boolean[] | undefined; + } + + interface ParseArgsOptionsConfig { + [longOption: string]: ParseArgsOptionConfig; + } + + export interface ParseArgsConfig { + /** + * Array of argument strings. + */ + args?: string[] | undefined; + /** + * Used to describe arguments known to the parser. + */ + options?: ParseArgsOptionsConfig | undefined; + /** + * Should an error be thrown when unknown arguments are encountered, + * or when arguments are passed that do not match the `type` configured in `options`. + * @default true + */ + strict?: boolean | undefined; + /** + * Whether this command accepts positional arguments. + */ + allowPositionals?: boolean | undefined; + /** + * Return the parsed tokens. This is useful for extending the built-in behavior, + * from adding additional checks through to reprocessing the tokens in different ways. + * @default false + */ + tokens?: boolean | undefined; + } + + /* + IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties. + TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936 + This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present". + But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present. + So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value. + This is technically incorrect but is a much nicer UX for the common case. + The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false. + */ + type IfDefaultsTrue = T extends true + ? IfTrue + : T extends false + ? IfFalse + : IfTrue; + + // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false` + type IfDefaultsFalse = T extends false + ? IfFalse + : T extends true + ? IfTrue + : IfFalse; + + type ExtractOptionValue = IfDefaultsTrue< + T['strict'], + O['type'] extends 'string' ? string : O['type'] extends 'boolean' ? boolean : string | boolean, + string | boolean + >; + + type ParsedValues = + & IfDefaultsTrue + & (T['options'] extends ParseArgsOptionsConfig + ? { + -readonly [LongOption in keyof T['options']]: IfDefaultsFalse< + T['options'][LongOption]['multiple'], + undefined | Array>, + undefined | ExtractOptionValue + >; + } + : {}); + + type ParsedPositionals = IfDefaultsTrue< + T['strict'], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type PreciseTokenForOptions< + K extends string, + O extends ParseArgsOptionConfig, + > = O['type'] extends 'string' + ? { + kind: 'option'; + index: number; + name: K; + rawName: string; + value: string; + inlineValue: boolean; + } + : O['type'] extends 'boolean' + ? { + kind: 'option'; + index: number; + name: K; + rawName: string; + value: undefined; + inlineValue: undefined; + } + : OptionToken & { name: K }; + + type TokenForOptions< + T extends ParseArgsConfig, + K extends keyof T['options'] = keyof T['options'], + > = K extends unknown + ? T['options'] extends ParseArgsOptionsConfig + ? PreciseTokenForOptions + : OptionToken + : never; + + type ParsedOptionToken = IfDefaultsTrue, OptionToken>; + + type ParsedPositionalToken = IfDefaultsTrue< + T['strict'], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type ParsedTokens = Array< + ParsedOptionToken | ParsedPositionalToken | { kind: 'option-terminator'; index: number } + >; + + type PreciseParsedResults = IfDefaultsFalse< + T['tokens'], + { + values: ParsedValues; + positionals: ParsedPositionals; + tokens: ParsedTokens; + }, + { + values: ParsedValues; + positionals: ParsedPositionals; + } + >; + + type OptionToken = + | { kind: 'option'; index: number; name: string; rawName: string; value: string; inlineValue: boolean } + | { + kind: 'option'; + index: number; + name: string; + rawName: string; + value: undefined; + inlineValue: undefined; + }; + + type Token = + | OptionToken + | { kind: 'positional'; index: number; value: string } + | { kind: 'option-terminator'; index: number }; + + // If ParseArgsConfig extends T, then the user passed config constructed elsewhere. + // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above. + type ParsedResults = ParseArgsConfig extends T + ? { + values: { [longOption: string]: undefined | string | boolean | Array }; + positionals: string[]; + tokens?: Token[]; + } + : PreciseParsedResults; +} +declare module 'util/types' { + export * from 'util/types'; +} +declare module 'util/types' { + import { KeyObject, webcrypto } from 'node:crypto'; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) or + * [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * + * See also `util.types.isArrayBuffer()` and `util.types.isSharedArrayBuffer()`. + * + * ```js + * util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isAnyArrayBuffer(object: unknown): object is ArrayBufferLike; + /** + * Returns `true` if the value is an `arguments` object. + * + * ```js + * function foo() { + * util.types.isArgumentsObject(arguments); // Returns true + * } + * ``` + * @since v10.0.0 + */ + function isArgumentsObject(object: unknown): object is IArguments; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instance. + * This does _not_ include [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isArrayBuffer(new SharedArrayBuffer()); // Returns false + * ``` + * @since v10.0.0 + */ + function isArrayBuffer(object: unknown): object is ArrayBuffer; + /** + * Returns `true` if the value is an instance of one of the [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) views, such as typed + * array objects or [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView). Equivalent to + * [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * + * ```js + * util.types.isArrayBufferView(new Int8Array()); // true + * util.types.isArrayBufferView(Buffer.from('hello world')); // true + * util.types.isArrayBufferView(new DataView(new ArrayBuffer(16))); // true + * util.types.isArrayBufferView(new ArrayBuffer()); // false + * ``` + * @since v10.0.0 + */ + function isArrayBufferView(object: unknown): object is NodeJS.ArrayBufferView; + /** + * Returns `true` if the value is an [async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function). + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isAsyncFunction(function foo() {}); // Returns false + * util.types.isAsyncFunction(async function foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isAsyncFunction(object: unknown): boolean; + /** + * Returns `true` if the value is a `BigInt64Array` instance. + * + * ```js + * util.types.isBigInt64Array(new BigInt64Array()); // Returns true + * util.types.isBigInt64Array(new BigUint64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isBigInt64Array(value: unknown): value is BigInt64Array; + /** + * Returns `true` if the value is a `BigUint64Array` instance. + * + * ```js + * util.types.isBigUint64Array(new BigInt64Array()); // Returns false + * util.types.isBigUint64Array(new BigUint64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isBigUint64Array(value: unknown): value is BigUint64Array; + /** + * Returns `true` if the value is a boolean object, e.g. created + * by `new Boolean()`. + * + * ```js + * util.types.isBooleanObject(false); // Returns false + * util.types.isBooleanObject(true); // Returns false + * util.types.isBooleanObject(new Boolean(false)); // Returns true + * util.types.isBooleanObject(new Boolean(true)); // Returns true + * util.types.isBooleanObject(Boolean(false)); // Returns false + * util.types.isBooleanObject(Boolean(true)); // Returns false + * ``` + * @since v10.0.0 + */ + function isBooleanObject(object: unknown): object is Boolean; + /** + * Returns `true` if the value is any boxed primitive object, e.g. created + * by `new Boolean()`, `new String()` or `Object(Symbol())`. + * + * For example: + * + * ```js + * util.types.isBoxedPrimitive(false); // Returns false + * util.types.isBoxedPrimitive(new Boolean(false)); // Returns true + * util.types.isBoxedPrimitive(Symbol('foo')); // Returns false + * util.types.isBoxedPrimitive(Object(Symbol('foo'))); // Returns true + * util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true + * ``` + * @since v10.11.0 + */ + function isBoxedPrimitive(object: unknown): object is String | Number | BigInt | Boolean | Symbol; + /** + * Returns `true` if the value is a built-in [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) instance. + * + * ```js + * const ab = new ArrayBuffer(20); + * util.types.isDataView(new DataView(ab)); // Returns true + * util.types.isDataView(new Float64Array()); // Returns false + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isDataView(object: unknown): object is DataView; + /** + * Returns `true` if the value is a built-in [`Date`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) instance. + * + * ```js + * util.types.isDate(new Date()); // Returns true + * ``` + * @since v10.0.0 + */ + function isDate(object: unknown): object is Date; + /** + * Returns `true` if the value is a native `External` value. + * + * A native `External` value is a special type of object that contains a + * raw C++ pointer (`void*`) for access from native code, and has no other + * properties. Such objects are created either by Node.js internals or native + * addons. In JavaScript, they are [frozen](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) objects with a`null` prototype. + * + * ```c + * #include + * #include + * napi_value result; + * static napi_value MyNapi(napi_env env, napi_callback_info info) { + * int* raw = (int*) malloc(1024); + * napi_status status = napi_create_external(env, (void*) raw, NULL, NULL, &result); + * if (status != napi_ok) { + * napi_throw_error(env, NULL, "napi_create_external failed"); + * return NULL; + * } + * return result; + * } + * ... + * DECLARE_NAPI_PROPERTY("myNapi", MyNapi) + * ... + * ``` + * + * ```js + * const native = require('napi_addon.node'); + * const data = native.myNapi(); + * util.types.isExternal(data); // returns true + * util.types.isExternal(0); // returns false + * util.types.isExternal(new String('foo')); // returns false + * ``` + * + * For further information on `napi_create_external`, refer to `napi_create_external()`. + * @since v10.0.0 + */ + function isExternal(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`Float32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array) instance. + * + * ```js + * util.types.isFloat32Array(new ArrayBuffer()); // Returns false + * util.types.isFloat32Array(new Float32Array()); // Returns true + * util.types.isFloat32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isFloat32Array(object: unknown): object is Float32Array; + /** + * Returns `true` if the value is a built-in [`Float64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array) instance. + * + * ```js + * util.types.isFloat64Array(new ArrayBuffer()); // Returns false + * util.types.isFloat64Array(new Uint8Array()); // Returns false + * util.types.isFloat64Array(new Float64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isFloat64Array(object: unknown): object is Float64Array; + /** + * Returns `true` if the value is a generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isGeneratorFunction(function foo() {}); // Returns false + * util.types.isGeneratorFunction(function* foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorFunction(object: unknown): object is GeneratorFunction; + /** + * Returns `true` if the value is a generator object as returned from a + * built-in generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * function* foo() {} + * const generator = foo(); + * util.types.isGeneratorObject(generator); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorObject(object: unknown): object is Generator; + /** + * Returns `true` if the value is a built-in [`Int8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array) instance. + * + * ```js + * util.types.isInt8Array(new ArrayBuffer()); // Returns false + * util.types.isInt8Array(new Int8Array()); // Returns true + * util.types.isInt8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt8Array(object: unknown): object is Int8Array; + /** + * Returns `true` if the value is a built-in [`Int16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array) instance. + * + * ```js + * util.types.isInt16Array(new ArrayBuffer()); // Returns false + * util.types.isInt16Array(new Int16Array()); // Returns true + * util.types.isInt16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt16Array(object: unknown): object is Int16Array; + /** + * Returns `true` if the value is a built-in [`Int32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array) instance. + * + * ```js + * util.types.isInt32Array(new ArrayBuffer()); // Returns false + * util.types.isInt32Array(new Int32Array()); // Returns true + * util.types.isInt32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt32Array(object: unknown): object is Int32Array; + /** + * Returns `true` if the value is a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * util.types.isMap(new Map()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMap(object: T | {}): object is T extends ReadonlyMap ? (unknown extends T ? never : ReadonlyMap) : Map; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * const map = new Map(); + * util.types.isMapIterator(map.keys()); // Returns true + * util.types.isMapIterator(map.values()); // Returns true + * util.types.isMapIterator(map.entries()); // Returns true + * util.types.isMapIterator(map[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMapIterator(object: unknown): boolean; + /** + * Returns `true` if the value is an instance of a [Module Namespace Object](https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects). + * + * ```js + * import * as ns from './a.js'; + * + * util.types.isModuleNamespaceObject(ns); // Returns true + * ``` + * @since v10.0.0 + */ + function isModuleNamespaceObject(value: unknown): boolean; + /** + * Returns `true` if the value is an instance of a built-in `Error` type. + * + * ```js + * util.types.isNativeError(new Error()); // Returns true + * util.types.isNativeError(new TypeError()); // Returns true + * util.types.isNativeError(new RangeError()); // Returns true + * ``` + * @since v10.0.0 + */ + function isNativeError(object: unknown): object is Error; + /** + * Returns `true` if the value is a number object, e.g. created + * by `new Number()`. + * + * ```js + * util.types.isNumberObject(0); // Returns false + * util.types.isNumberObject(new Number(0)); // Returns true + * ``` + * @since v10.0.0 + */ + function isNumberObject(object: unknown): object is Number; + /** + * Returns `true` if the value is a built-in [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * ```js + * util.types.isPromise(Promise.resolve(42)); // Returns true + * ``` + * @since v10.0.0 + */ + function isPromise(object: unknown): object is Promise; + /** + * Returns `true` if the value is a [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instance. + * + * ```js + * const target = {}; + * const proxy = new Proxy(target, {}); + * util.types.isProxy(target); // Returns false + * util.types.isProxy(proxy); // Returns true + * ``` + * @since v10.0.0 + */ + function isProxy(object: unknown): boolean; + /** + * Returns `true` if the value is a regular expression object. + * + * ```js + * util.types.isRegExp(/abc/); // Returns true + * util.types.isRegExp(new RegExp('abc')); // Returns true + * ``` + * @since v10.0.0 + */ + function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the value is a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * util.types.isSet(new Set()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSet(object: T | {}): object is T extends ReadonlySet ? (unknown extends T ? never : ReadonlySet) : Set; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * const set = new Set(); + * util.types.isSetIterator(set.keys()); // Returns true + * util.types.isSetIterator(set.values()); // Returns true + * util.types.isSetIterator(set.entries()); // Returns true + * util.types.isSetIterator(set[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSetIterator(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * This does _not_ include [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isSharedArrayBuffer(new ArrayBuffer()); // Returns false + * util.types.isSharedArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSharedArrayBuffer(object: unknown): object is SharedArrayBuffer; + /** + * Returns `true` if the value is a string object, e.g. created + * by `new String()`. + * + * ```js + * util.types.isStringObject('foo'); // Returns false + * util.types.isStringObject(new String('foo')); // Returns true + * ``` + * @since v10.0.0 + */ + function isStringObject(object: unknown): object is String; + /** + * Returns `true` if the value is a symbol object, created + * by calling `Object()` on a `Symbol` primitive. + * + * ```js + * const symbol = Symbol('foo'); + * util.types.isSymbolObject(symbol); // Returns false + * util.types.isSymbolObject(Object(symbol)); // Returns true + * ``` + * @since v10.0.0 + */ + function isSymbolObject(object: unknown): object is Symbol; + /** + * Returns `true` if the value is a built-in [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) instance. + * + * ```js + * util.types.isTypedArray(new ArrayBuffer()); // Returns false + * util.types.isTypedArray(new Uint8Array()); // Returns true + * util.types.isTypedArray(new Float64Array()); // Returns true + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isTypedArray(object: unknown): object is NodeJS.TypedArray; + /** + * Returns `true` if the value is a built-in [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instance. + * + * ```js + * util.types.isUint8Array(new ArrayBuffer()); // Returns false + * util.types.isUint8Array(new Uint8Array()); // Returns true + * util.types.isUint8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8Array(object: unknown): object is Uint8Array; + /** + * Returns `true` if the value is a built-in [`Uint8ClampedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) instance. + * + * ```js + * util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false + * util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true + * util.types.isUint8ClampedArray(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8ClampedArray(object: unknown): object is Uint8ClampedArray; + /** + * Returns `true` if the value is a built-in [`Uint16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array) instance. + * + * ```js + * util.types.isUint16Array(new ArrayBuffer()); // Returns false + * util.types.isUint16Array(new Uint16Array()); // Returns true + * util.types.isUint16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint16Array(object: unknown): object is Uint16Array; + /** + * Returns `true` if the value is a built-in [`Uint32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array) instance. + * + * ```js + * util.types.isUint32Array(new ArrayBuffer()); // Returns false + * util.types.isUint32Array(new Uint32Array()); // Returns true + * util.types.isUint32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint32Array(object: unknown): object is Uint32Array; + /** + * Returns `true` if the value is a built-in [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) instance. + * + * ```js + * util.types.isWeakMap(new WeakMap()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakMap(object: unknown): object is WeakMap; + /** + * Returns `true` if the value is a built-in [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) instance. + * + * ```js + * util.types.isWeakSet(new WeakSet()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakSet(object: unknown): object is WeakSet; + /** + * Returns `true` if `value` is a `KeyObject`, `false` otherwise. + * @since v16.2.0 + */ + function isKeyObject(object: unknown): object is KeyObject; + /** + * Returns `true` if `value` is a `CryptoKey`, `false` otherwise. + * @since v16.2.0 + */ + function isCryptoKey(object: unknown): object is webcrypto.CryptoKey; +} +declare module 'node:util' { + export * from 'util'; +} +declare module 'node:util/types' { + export * from 'util/types'; +} diff --git a/node_modules/@types/node/ts4.8/v8.d.ts b/node_modules/@types/node/ts4.8/v8.d.ts new file mode 100644 index 000000000..6685dc253 --- /dev/null +++ b/node_modules/@types/node/ts4.8/v8.d.ts @@ -0,0 +1,396 @@ +/** + * The `v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using: + * + * ```js + * const v8 = require('v8'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/v8.js) + */ +declare module 'v8' { + import { Readable } from 'node:stream'; + interface HeapSpaceInfo { + space_name: string; + space_size: number; + space_used_size: number; + space_available_size: number; + physical_space_size: number; + } + // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ + type DoesZapCodeSpaceFlag = 0 | 1; + interface HeapInfo { + total_heap_size: number; + total_heap_size_executable: number; + total_physical_size: number; + total_available_size: number; + used_heap_size: number; + heap_size_limit: number; + malloced_memory: number; + peak_malloced_memory: number; + does_zap_garbage: DoesZapCodeSpaceFlag; + number_of_native_contexts: number; + number_of_detached_contexts: number; + } + interface HeapCodeStatistics { + code_and_metadata_size: number; + bytecode_and_metadata_size: number; + external_script_source_size: number; + } + /** + * Returns an integer representing a version tag derived from the V8 version, + * command-line flags, and detected CPU features. This is useful for determining + * whether a `vm.Script` `cachedData` buffer is compatible with this instance + * of V8. + * + * ```js + * console.log(v8.cachedDataVersionTag()); // 3947234607 + * // The value returned by v8.cachedDataVersionTag() is derived from the V8 + * // version, command-line flags, and detected CPU features. Test that the value + * // does indeed update when flags are toggled. + * v8.setFlagsFromString('--allow_natives_syntax'); + * console.log(v8.cachedDataVersionTag()); // 183726201 + * ``` + * @since v8.0.0 + */ + function cachedDataVersionTag(): number; + /** + * Returns an object with the following properties: + * + * `does_zap_garbage` is a 0/1 boolean, which signifies whether the`--zap_code_space` option is enabled or not. This makes V8 overwrite heap + * garbage with a bit pattern. The RSS footprint (resident set size) gets bigger + * because it continuously touches all heap pages and that makes them less likely + * to get swapped out by the operating system. + * + * `number_of_native_contexts` The value of native\_context is the number of the + * top-level contexts currently active. Increase of this number over time indicates + * a memory leak. + * + * `number_of_detached_contexts` The value of detached\_context is the number + * of contexts that were detached and not yet garbage collected. This number + * being non-zero indicates a potential memory leak. + * + * ```js + * { + * total_heap_size: 7326976, + * total_heap_size_executable: 4194304, + * total_physical_size: 7326976, + * total_available_size: 1152656, + * used_heap_size: 3476208, + * heap_size_limit: 1535115264, + * malloced_memory: 16384, + * peak_malloced_memory: 1127496, + * does_zap_garbage: 0, + * number_of_native_contexts: 1, + * number_of_detached_contexts: 0 + * } + * ``` + * @since v1.0.0 + */ + function getHeapStatistics(): HeapInfo; + /** + * Returns statistics about the V8 heap spaces, i.e. the segments which make up + * the V8 heap. Neither the ordering of heap spaces, nor the availability of a + * heap space can be guaranteed as the statistics are provided via the + * V8[`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the + * next. + * + * The value returned is an array of objects containing the following properties: + * + * ```json + * [ + * { + * "space_name": "new_space", + * "space_size": 2063872, + * "space_used_size": 951112, + * "space_available_size": 80824, + * "physical_space_size": 2063872 + * }, + * { + * "space_name": "old_space", + * "space_size": 3090560, + * "space_used_size": 2493792, + * "space_available_size": 0, + * "physical_space_size": 3090560 + * }, + * { + * "space_name": "code_space", + * "space_size": 1260160, + * "space_used_size": 644256, + * "space_available_size": 960, + * "physical_space_size": 1260160 + * }, + * { + * "space_name": "map_space", + * "space_size": 1094160, + * "space_used_size": 201608, + * "space_available_size": 0, + * "physical_space_size": 1094160 + * }, + * { + * "space_name": "large_object_space", + * "space_size": 0, + * "space_used_size": 0, + * "space_available_size": 1490980608, + * "physical_space_size": 0 + * } + * ] + * ``` + * @since v6.0.0 + */ + function getHeapSpaceStatistics(): HeapSpaceInfo[]; + /** + * The `v8.setFlagsFromString()` method can be used to programmatically set + * V8 command-line flags. This method should be used with care. Changing settings + * after the VM has started may result in unpredictable behavior, including + * crashes and data loss; or it may simply do nothing. + * + * The V8 options available for a version of Node.js may be determined by running`node --v8-options`. + * + * Usage: + * + * ```js + * // Print GC events to stdout for one minute. + * const v8 = require('v8'); + * v8.setFlagsFromString('--trace_gc'); + * setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3); + * ``` + * @since v1.0.0 + */ + function setFlagsFromString(flags: string): void; + /** + * Generates a snapshot of the current V8 heap and returns a Readable + * Stream that may be used to read the JSON serialized representation. + * This JSON stream format is intended to be used with tools such as + * Chrome DevTools. The JSON schema is undocumented and specific to the + * V8 engine. Therefore, the schema may change from one version of V8 to the next. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * // Print heap snapshot to the console + * const v8 = require('v8'); + * const stream = v8.getHeapSnapshot(); + * stream.pipe(process.stdout); + * ``` + * @since v11.13.0 + * @return A Readable Stream containing the V8 heap snapshot + */ + function getHeapSnapshot(): Readable; + /** + * Generates a snapshot of the current V8 heap and writes it to a JSON + * file. This file is intended to be used with tools such as Chrome + * DevTools. The JSON schema is undocumented and specific to the V8 + * engine, and may change from one version of V8 to the next. + * + * A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will + * not contain any information about the workers, and vice versa. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * const { writeHeapSnapshot } = require('v8'); + * const { + * Worker, + * isMainThread, + * parentPort + * } = require('worker_threads'); + * + * if (isMainThread) { + * const worker = new Worker(__filename); + * + * worker.once('message', (filename) => { + * console.log(`worker heapdump: ${filename}`); + * // Now get a heapdump for the main thread. + * console.log(`main thread heapdump: ${writeHeapSnapshot()}`); + * }); + * + * // Tell the worker to create a heapdump. + * worker.postMessage('heapdump'); + * } else { + * parentPort.once('message', (message) => { + * if (message === 'heapdump') { + * // Generate a heapdump for the worker + * // and return the filename to the parent. + * parentPort.postMessage(writeHeapSnapshot()); + * } + * }); + * } + * ``` + * @since v11.13.0 + * @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be + * generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a + * worker thread. + * @return The filename where the snapshot was saved. + */ + function writeHeapSnapshot(filename?: string): string; + /** + * Returns an object with the following properties: + * + * ```js + * { + * code_and_metadata_size: 212208, + * bytecode_and_metadata_size: 161368, + * external_script_source_size: 1410794 + * } + * ``` + * @since v12.8.0 + */ + function getHeapCodeStatistics(): HeapCodeStatistics; + /** + * @since v8.0.0 + */ + class Serializer { + /** + * Writes out a header, which includes the serialization format version. + */ + writeHeader(): void; + /** + * Serializes a JavaScript value and adds the serialized representation to the + * internal buffer. + * + * This throws an error if `value` cannot be serialized. + */ + writeValue(val: any): boolean; + /** + * Returns the stored internal buffer. This serializer should not be used once + * the buffer is released. Calling this method results in undefined behavior + * if a previous write has failed. + */ + releaseBuffer(): Buffer; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`. + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Write a raw 32-bit unsigned integer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint32(value: number): void; + /** + * Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint64(hi: number, lo: number): void; + /** + * Write a JS `number` value. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeDouble(value: number): void; + /** + * Write raw bytes into the serializer’s internal buffer. The deserializer + * will require a way to compute the length of the buffer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeRawBytes(buffer: NodeJS.TypedArray): void; + } + /** + * A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only + * stores the part of their underlying `ArrayBuffer`s that they are referring to. + * @since v8.0.0 + */ + class DefaultSerializer extends Serializer {} + /** + * @since v8.0.0 + */ + class Deserializer { + constructor(data: NodeJS.TypedArray); + /** + * Reads and validates a header (including the format version). + * May, for example, reject an invalid or unsupported wire format. In that case, + * an `Error` is thrown. + */ + readHeader(): boolean; + /** + * Deserializes a JavaScript value from the buffer and returns it. + */ + readValue(): any; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of + * `SharedArrayBuffer`s). + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Reads the underlying wire format version. Likely mostly to be useful to + * legacy code reading old wire format versions. May not be called before`.readHeader()`. + */ + getWireFormatVersion(): number; + /** + * Read a raw 32-bit unsigned integer and return it. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint32(): number; + /** + * Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]`with two 32-bit unsigned integer entries. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint64(): [number, number]; + /** + * Read a JS `number` value. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readDouble(): number; + /** + * Read raw bytes from the deserializer’s internal buffer. The `length` parameter + * must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readRawBytes(length: number): Buffer; + } + /** + * A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`. + * @since v8.0.0 + */ + class DefaultDeserializer extends Deserializer {} + /** + * Uses a `DefaultSerializer` to serialize `value` into a buffer. + * + * `ERR_BUFFER_TOO_LARGE` will be thrown when trying to + * serialize a huge object which requires buffer + * larger than `buffer.constants.MAX_LENGTH`. + * @since v8.0.0 + */ + function serialize(value: any): Buffer; + /** + * Uses a `DefaultDeserializer` with default options to read a JS value + * from a buffer. + * @since v8.0.0 + * @param buffer A buffer returned by {@link serialize}. + */ + function deserialize(buffer: NodeJS.TypedArray): any; + /** + * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple + * times during the lifetime of the process. Each time the execution counter will + * be reset and a new coverage report will be written to the directory specified + * by `NODE_V8_COVERAGE`. + * + * When the process is about to exit, one last coverage will still be written to + * disk unless {@link stopCoverage} is invoked before the process exits. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function takeCoverage(): void; + /** + * The `v8.stopCoverage()` method allows the user to stop the coverage collection + * started by `NODE_V8_COVERAGE`, so that V8 can release the execution count + * records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function stopCoverage(): void; +} +declare module 'node:v8' { + export * from 'v8'; +} diff --git a/node_modules/@types/node/ts4.8/vm.d.ts b/node_modules/@types/node/ts4.8/vm.d.ts new file mode 100644 index 000000000..c96513a50 --- /dev/null +++ b/node_modules/@types/node/ts4.8/vm.d.ts @@ -0,0 +1,509 @@ +/** + * The `vm` module enables compiling and running code within V8 Virtual + * Machine contexts. + * + * **The `vm` module is not a security** + * **mechanism. Do not use it to run untrusted code.** + * + * JavaScript code can be compiled and run immediately or + * compiled, saved, and run later. + * + * A common use case is to run the code in a different V8 Context. This means + * invoked code has a different global object than the invoking code. + * + * One can provide the context by `contextifying` an + * object. The invoked code treats any property in the context like a + * global variable. Any changes to global variables caused by the invoked + * code are reflected in the context object. + * + * ```js + * const vm = require('vm'); + * + * const x = 1; + * + * const context = { x: 2 }; + * vm.createContext(context); // Contextify the object. + * + * const code = 'x += 40; var y = 17;'; + * // `x` and `y` are global variables in the context. + * // Initially, x has the value 2 because that is the value of context.x. + * vm.runInContext(code, context); + * + * console.log(context.x); // 42 + * console.log(context.y); // 17 + * + * console.log(x); // 1; y is not defined. + * ``` + * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/vm.js) + */ +declare module 'vm' { + interface Context extends NodeJS.Dict {} + interface BaseOptions { + /** + * Specifies the filename used in stack traces produced by this script. + * Default: `''`. + */ + filename?: string | undefined; + /** + * Specifies the line number offset that is displayed in stack traces produced by this script. + * Default: `0`. + */ + lineOffset?: number | undefined; + /** + * Specifies the column number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + columnOffset?: number | undefined; + } + interface ScriptOptions extends BaseOptions { + displayErrors?: boolean | undefined; + timeout?: number | undefined; + cachedData?: Buffer | undefined; + /** @deprecated in favor of `script.createCachedData()` */ + produceCachedData?: boolean | undefined; + } + interface RunningScriptOptions extends BaseOptions { + /** + * When `true`, if an `Error` occurs while compiling the `code`, the line of code causing the error is attached to the stack trace. + * Default: `true`. + */ + displayErrors?: boolean | undefined; + /** + * Specifies the number of milliseconds to execute code before terminating execution. + * If execution is terminated, an `Error` will be thrown. This value must be a strictly positive integer. + */ + timeout?: number | undefined; + /** + * If `true`, the execution will be terminated when `SIGINT` (Ctrl+C) is received. + * Existing handlers for the event that have been attached via `process.on('SIGINT')` will be disabled during script execution, but will continue to work after that. + * If execution is terminated, an `Error` will be thrown. + * Default: `false`. + */ + breakOnSigint?: boolean | undefined; + /** + * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. + */ + microtaskMode?: 'afterEvaluate' | undefined; + } + interface CompileFunctionOptions extends BaseOptions { + /** + * Provides an optional data with V8's code cache data for the supplied source. + */ + cachedData?: Buffer | undefined; + /** + * Specifies whether to produce new cache data. + * Default: `false`, + */ + produceCachedData?: boolean | undefined; + /** + * The sandbox/context in which the said function should be compiled in. + */ + parsingContext?: Context | undefined; + /** + * An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling + */ + contextExtensions?: Object[] | undefined; + } + interface CreateContextOptions { + /** + * Human-readable name of the newly created context. + * @default 'VM Context i' Where i is an ascending numerical index of the created context. + */ + name?: string | undefined; + /** + * Corresponds to the newly created context for display purposes. + * The origin should be formatted like a `URL`, but with only the scheme, host, and port (if necessary), + * like the value of the `url.origin` property of a URL object. + * Most notably, this string should omit the trailing slash, as that denotes a path. + * @default '' + */ + origin?: string | undefined; + codeGeneration?: + | { + /** + * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) + * will throw an EvalError. + * @default true + */ + strings?: boolean | undefined; + /** + * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError. + * @default true + */ + wasm?: boolean | undefined; + } + | undefined; + /** + * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. + */ + microtaskMode?: 'afterEvaluate' | undefined; + } + type MeasureMemoryMode = 'summary' | 'detailed'; + interface MeasureMemoryOptions { + /** + * @default 'summary' + */ + mode?: MeasureMemoryMode | undefined; + context?: Context | undefined; + } + interface MemoryMeasurement { + total: { + jsMemoryEstimate: number; + jsMemoryRange: [number, number]; + }; + } + /** + * Instances of the `vm.Script` class contain precompiled scripts that can be + * executed in specific contexts. + * @since v0.3.1 + */ + class Script { + constructor(code: string, options?: ScriptOptions); + /** + * Runs the compiled code contained by the `vm.Script` object within the given`contextifiedObject` and returns the result. Running code does not have access + * to local scope. + * + * The following example compiles code that increments a global variable, sets + * the value of another global variable, then execute the code multiple times. + * The globals are contained in the `context` object. + * + * ```js + * const vm = require('vm'); + * + * const context = { + * animal: 'cat', + * count: 2 + * }; + * + * const script = new vm.Script('count += 1; name = "kitty";'); + * + * vm.createContext(context); + * for (let i = 0; i < 10; ++i) { + * script.runInContext(context); + * } + * + * console.log(context); + * // Prints: { animal: 'cat', count: 12, name: 'kitty' } + * ``` + * + * Using the `timeout` or `breakOnSigint` options will result in new event loops + * and corresponding threads being started, which have a non-zero performance + * overhead. + * @since v0.3.1 + * @param contextifiedObject A `contextified` object as returned by the `vm.createContext()` method. + * @return the result of the very last statement executed in the script. + */ + runInContext(contextifiedObject: Context, options?: RunningScriptOptions): any; + /** + * First contextifies the given `contextObject`, runs the compiled code contained + * by the `vm.Script` object within the created context, and returns the result. + * Running code does not have access to local scope. + * + * The following example compiles code that sets a global variable, then executes + * the code multiple times in different contexts. The globals are set on and + * contained within each individual `context`. + * + * ```js + * const vm = require('vm'); + * + * const script = new vm.Script('globalVar = "set"'); + * + * const contexts = [{}, {}, {}]; + * contexts.forEach((context) => { + * script.runInNewContext(context); + * }); + * + * console.log(contexts); + * // Prints: [{ globalVar: 'set' }, { globalVar: 'set' }, { globalVar: 'set' }] + * ``` + * @since v0.3.1 + * @param contextObject An object that will be `contextified`. If `undefined`, a new object will be created. + * @return the result of the very last statement executed in the script. + */ + runInNewContext(contextObject?: Context, options?: RunningScriptOptions): any; + /** + * Runs the compiled code contained by the `vm.Script` within the context of the + * current `global` object. Running code does not have access to local scope, but _does_ have access to the current `global` object. + * + * The following example compiles code that increments a `global` variable then + * executes that code multiple times: + * + * ```js + * const vm = require('vm'); + * + * global.globalVar = 0; + * + * const script = new vm.Script('globalVar += 1', { filename: 'myfile.vm' }); + * + * for (let i = 0; i < 1000; ++i) { + * script.runInThisContext(); + * } + * + * console.log(globalVar); + * + * // 1000 + * ``` + * @since v0.3.1 + * @return the result of the very last statement executed in the script. + */ + runInThisContext(options?: RunningScriptOptions): any; + /** + * Creates a code cache that can be used with the `Script` constructor's`cachedData` option. Returns a `Buffer`. This method may be called at any + * time and any number of times. + * + * ```js + * const script = new vm.Script(` + * function add(a, b) { + * return a + b; + * } + * + * const x = add(1, 2); + * `); + * + * const cacheWithoutX = script.createCachedData(); + * + * script.runInThisContext(); + * + * const cacheWithX = script.createCachedData(); + * ``` + * @since v10.6.0 + */ + createCachedData(): Buffer; + /** @deprecated in favor of `script.createCachedData()` */ + cachedDataProduced?: boolean | undefined; + cachedDataRejected?: boolean | undefined; + cachedData?: Buffer | undefined; + } + /** + * If given a `contextObject`, the `vm.createContext()` method will `prepare + * that object` so that it can be used in calls to {@link runInContext} or `script.runInContext()`. Inside such scripts, + * the `contextObject` will be the global object, retaining all of its existing + * properties but also having the built-in objects and functions any standard [global object](https://es5.github.io/#x15.1) has. Outside of scripts run by the vm module, global variables + * will remain unchanged. + * + * ```js + * const vm = require('vm'); + * + * global.globalVar = 3; + * + * const context = { globalVar: 1 }; + * vm.createContext(context); + * + * vm.runInContext('globalVar *= 2;', context); + * + * console.log(context); + * // Prints: { globalVar: 2 } + * + * console.log(global.globalVar); + * // Prints: 3 + * ``` + * + * If `contextObject` is omitted (or passed explicitly as `undefined`), a new, + * empty `contextified` object will be returned. + * + * The `vm.createContext()` method is primarily useful for creating a single + * context that can be used to run multiple scripts. For instance, if emulating a + * web browser, the method can be used to create a single context representing a + * window's global object, then run all `` + +[Get supported base64-js with the Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-base64-js?utm_source=npm-base64-js&utm_medium=referral&utm_campaign=readme) + +## methods + +`base64js` has three exposed functions, `byteLength`, `toByteArray` and `fromByteArray`, which both take a single argument. + +* `byteLength` - Takes a base64 string and returns length of byte array +* `toByteArray` - Takes a base64 string and returns a byte array +* `fromByteArray` - Takes a byte array and returns a base64 string + +## license + +MIT diff --git a/node_modules/base64-js/base64js.min.js b/node_modules/base64-js/base64js.min.js new file mode 100644 index 000000000..908ac83fd --- /dev/null +++ b/node_modules/base64-js/base64js.min.js @@ -0,0 +1 @@ +(function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"==typeof window?"undefined"==typeof global?"undefined"==typeof self?this:self:global:window,b.base64js=a()}})(function(){return function(){function b(d,e,g){function a(j,i){if(!e[j]){if(!d[j]){var f="function"==typeof require&&require;if(!i&&f)return f(j,!0);if(h)return h(j,!0);var c=new Error("Cannot find module '"+j+"'");throw c.code="MODULE_NOT_FOUND",c}var k=e[j]={exports:{}};d[j][0].call(k.exports,function(b){var c=d[j][1][b];return a(c||b)},k,k.exports,b,d,e,g)}return e[j].exports}for(var h="function"==typeof require&&require,c=0;c>16,j[k++]=255&b>>8,j[k++]=255&b;return 2===h&&(b=l[a.charCodeAt(c)]<<2|l[a.charCodeAt(c+1)]>>4,j[k++]=255&b),1===h&&(b=l[a.charCodeAt(c)]<<10|l[a.charCodeAt(c+1)]<<4|l[a.charCodeAt(c+2)]>>2,j[k++]=255&b>>8,j[k++]=255&b),j}function g(a){return k[63&a>>18]+k[63&a>>12]+k[63&a>>6]+k[63&a]}function h(a,b,c){for(var d,e=[],f=b;fj?j:g+f));return 1===d?(b=a[c-1],e.push(k[b>>2]+k[63&b<<4]+"==")):2===d&&(b=(a[c-2]<<8)+a[c-1],e.push(k[b>>10]+k[63&b>>4]+k[63&b<<2]+"=")),e.join("")}c.byteLength=function(a){var b=d(a),c=b[0],e=b[1];return 3*(c+e)/4-e},c.toByteArray=f,c.fromByteArray=j;for(var k=[],l=[],m="undefined"==typeof Uint8Array?Array:Uint8Array,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,p=n.length;o 0) { + throw new Error('Invalid string. Length must be a multiple of 4') + } + + // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + var validLen = b64.indexOf('=') + if (validLen === -1) validLen = len + + var placeHoldersLen = validLen === len + ? 0 + : 4 - (validLen % 4) + + return [validLen, placeHoldersLen] +} + +// base64 is 4/3 + up to two characters of the original data +function byteLength (b64) { + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function _byteLength (b64, validLen, placeHoldersLen) { + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function toByteArray (b64) { + var tmp + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)) + + var curByte = 0 + + // if there are placeholders, only get up to the last complete 4 chars + var len = placeHoldersLen > 0 + ? validLen - 4 + : validLen + + var i + for (i = 0; i < len; i += 4) { + tmp = + (revLookup[b64.charCodeAt(i)] << 18) | + (revLookup[b64.charCodeAt(i + 1)] << 12) | + (revLookup[b64.charCodeAt(i + 2)] << 6) | + revLookup[b64.charCodeAt(i + 3)] + arr[curByte++] = (tmp >> 16) & 0xFF + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 2) { + tmp = + (revLookup[b64.charCodeAt(i)] << 2) | + (revLookup[b64.charCodeAt(i + 1)] >> 4) + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 1) { + tmp = + (revLookup[b64.charCodeAt(i)] << 10) | + (revLookup[b64.charCodeAt(i + 1)] << 4) | + (revLookup[b64.charCodeAt(i + 2)] >> 2) + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + return arr +} + +function tripletToBase64 (num) { + return lookup[num >> 18 & 0x3F] + + lookup[num >> 12 & 0x3F] + + lookup[num >> 6 & 0x3F] + + lookup[num & 0x3F] +} + +function encodeChunk (uint8, start, end) { + var tmp + var output = [] + for (var i = start; i < end; i += 3) { + tmp = + ((uint8[i] << 16) & 0xFF0000) + + ((uint8[i + 1] << 8) & 0xFF00) + + (uint8[i + 2] & 0xFF) + output.push(tripletToBase64(tmp)) + } + return output.join('') +} + +function fromByteArray (uint8) { + var tmp + var len = uint8.length + var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes + var parts = [] + var maxChunkLength = 16383 // must be multiple of 3 + + // go through the array every three bytes, we'll deal with trailing stuff later + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength))) + } + + // pad the end with zeros, but make sure to not forget the extra bytes + if (extraBytes === 1) { + tmp = uint8[len - 1] + parts.push( + lookup[tmp >> 2] + + lookup[(tmp << 4) & 0x3F] + + '==' + ) + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1] + parts.push( + lookup[tmp >> 10] + + lookup[(tmp >> 4) & 0x3F] + + lookup[(tmp << 2) & 0x3F] + + '=' + ) + } + + return parts.join('') +} diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json new file mode 100644 index 000000000..c3972e39f --- /dev/null +++ b/node_modules/base64-js/package.json @@ -0,0 +1,47 @@ +{ + "name": "base64-js", + "description": "Base64 encoding/decoding in pure JS", + "version": "1.5.1", + "author": "T. Jameson Little ", + "typings": "index.d.ts", + "bugs": { + "url": "https://github.com/beatgammit/base64-js/issues" + }, + "devDependencies": { + "babel-minify": "^0.5.1", + "benchmark": "^2.1.4", + "browserify": "^16.3.0", + "standard": "*", + "tape": "4.x" + }, + "homepage": "https://github.com/beatgammit/base64-js", + "keywords": [ + "base64" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/beatgammit/base64-js.git" + }, + "scripts": { + "build": "browserify -s base64js -r ./ | minify > base64js.min.js", + "lint": "standard", + "test": "npm run lint && npm run unit", + "unit": "tape test/*.js" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/node_modules/binary-extensions/binary-extensions.json b/node_modules/binary-extensions/binary-extensions.json new file mode 100644 index 000000000..4aab38378 --- /dev/null +++ b/node_modules/binary-extensions/binary-extensions.json @@ -0,0 +1,260 @@ +[ + "3dm", + "3ds", + "3g2", + "3gp", + "7z", + "a", + "aac", + "adp", + "ai", + "aif", + "aiff", + "alz", + "ape", + "apk", + "appimage", + "ar", + "arj", + "asf", + "au", + "avi", + "bak", + "baml", + "bh", + "bin", + "bk", + "bmp", + "btif", + "bz2", + "bzip2", + "cab", + "caf", + "cgm", + "class", + "cmx", + "cpio", + "cr2", + "cur", + "dat", + "dcm", + "deb", + "dex", + "djvu", + "dll", + "dmg", + "dng", + "doc", + "docm", + "docx", + "dot", + "dotm", + "dra", + "DS_Store", + "dsk", + "dts", + "dtshd", + "dvb", + "dwg", + "dxf", + "ecelp4800", + "ecelp7470", + "ecelp9600", + "egg", + "eol", + "eot", + "epub", + "exe", + "f4v", + "fbs", + "fh", + "fla", + "flac", + "flatpak", + "fli", + "flv", + "fpx", + "fst", + "fvt", + "g3", + "gh", + "gif", + "graffle", + "gz", + "gzip", + "h261", + "h263", + "h264", + "icns", + "ico", + "ief", + "img", + "ipa", + "iso", + "jar", + "jpeg", + "jpg", + "jpgv", + "jpm", + "jxr", + "key", + "ktx", + "lha", + "lib", + "lvp", + "lz", + "lzh", + "lzma", + "lzo", + "m3u", + "m4a", + "m4v", + "mar", + "mdi", + "mht", + "mid", + "midi", + "mj2", + "mka", + "mkv", + "mmr", + "mng", + "mobi", + "mov", + "movie", + "mp3", + "mp4", + "mp4a", + "mpeg", + "mpg", + "mpga", + "mxu", + "nef", + "npx", + "numbers", + "nupkg", + "o", + "odp", + "ods", + "odt", + "oga", + "ogg", + "ogv", + "otf", + "ott", + "pages", + "pbm", + "pcx", + "pdb", + "pdf", + "pea", + "pgm", + "pic", + "png", + "pnm", + "pot", + "potm", + "potx", + "ppa", + "ppam", + "ppm", + "pps", + "ppsm", + "ppsx", + "ppt", + "pptm", + "pptx", + "psd", + "pya", + "pyc", + "pyo", + "pyv", + "qt", + "rar", + "ras", + "raw", + "resources", + "rgb", + "rip", + "rlc", + "rmf", + "rmvb", + "rpm", + "rtf", + "rz", + "s3m", + "s7z", + "scpt", + "sgi", + "shar", + "snap", + "sil", + "sketch", + "slk", + "smv", + "snk", + "so", + "stl", + "suo", + "sub", + "swf", + "tar", + "tbz", + "tbz2", + "tga", + "tgz", + "thmx", + "tif", + "tiff", + "tlz", + "ttc", + "ttf", + "txz", + "udf", + "uvh", + "uvi", + "uvm", + "uvp", + "uvs", + "uvu", + "viv", + "vob", + "war", + "wav", + "wax", + "wbmp", + "wdp", + "weba", + "webm", + "webp", + "whl", + "wim", + "wm", + "wma", + "wmv", + "wmx", + "woff", + "woff2", + "wrm", + "wvx", + "xbm", + "xif", + "xla", + "xlam", + "xls", + "xlsb", + "xlsm", + "xlsx", + "xlt", + "xltm", + "xltx", + "xm", + "xmind", + "xpi", + "xpm", + "xwd", + "xz", + "z", + "zip", + "zipx" +] diff --git a/node_modules/binary-extensions/binary-extensions.json.d.ts b/node_modules/binary-extensions/binary-extensions.json.d.ts new file mode 100644 index 000000000..94a248c2b --- /dev/null +++ b/node_modules/binary-extensions/binary-extensions.json.d.ts @@ -0,0 +1,3 @@ +declare const binaryExtensionsJson: readonly string[]; + +export = binaryExtensionsJson; diff --git a/node_modules/binary-extensions/index.d.ts b/node_modules/binary-extensions/index.d.ts new file mode 100644 index 000000000..f469ac5fb --- /dev/null +++ b/node_modules/binary-extensions/index.d.ts @@ -0,0 +1,14 @@ +/** +List of binary file extensions. + +@example +``` +import binaryExtensions = require('binary-extensions'); + +console.log(binaryExtensions); +//=> ['3ds', '3g2', …] +``` +*/ +declare const binaryExtensions: readonly string[]; + +export = binaryExtensions; diff --git a/node_modules/binary-extensions/index.js b/node_modules/binary-extensions/index.js new file mode 100644 index 000000000..d46e46886 --- /dev/null +++ b/node_modules/binary-extensions/index.js @@ -0,0 +1 @@ +module.exports = require('./binary-extensions.json'); diff --git a/node_modules/binary-extensions/license b/node_modules/binary-extensions/license new file mode 100644 index 000000000..401b1c731 --- /dev/null +++ b/node_modules/binary-extensions/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2019 Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com) + +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/node_modules/binary-extensions/package.json b/node_modules/binary-extensions/package.json new file mode 100644 index 000000000..c4d364173 --- /dev/null +++ b/node_modules/binary-extensions/package.json @@ -0,0 +1,38 @@ +{ + "name": "binary-extensions", + "version": "2.2.0", + "description": "List of binary file extensions", + "license": "MIT", + "repository": "sindresorhus/binary-extensions", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts", + "binary-extensions.json", + "binary-extensions.json.d.ts" + ], + "keywords": [ + "binary", + "extensions", + "extension", + "file", + "json", + "list", + "array" + ], + "devDependencies": { + "ava": "^1.4.1", + "tsd": "^0.7.2", + "xo": "^0.24.0" + } +} diff --git a/node_modules/binary-extensions/readme.md b/node_modules/binary-extensions/readme.md new file mode 100644 index 000000000..3e25dd835 --- /dev/null +++ b/node_modules/binary-extensions/readme.md @@ -0,0 +1,41 @@ +# binary-extensions + +> List of binary file extensions + +The list is just a [JSON file](binary-extensions.json) and can be used anywhere. + + +## Install + +``` +$ npm install binary-extensions +``` + + +## Usage + +```js +const binaryExtensions = require('binary-extensions'); + +console.log(binaryExtensions); +//=> ['3ds', '3g2', …] +``` + + +## Related + +- [is-binary-path](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file +- [text-extensions](https://github.com/sindresorhus/text-extensions) - List of text file extensions + + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/body-parser/HISTORY.md b/node_modules/body-parser/HISTORY.md new file mode 100644 index 000000000..fb212b360 --- /dev/null +++ b/node_modules/body-parser/HISTORY.md @@ -0,0 +1,657 @@ +1.20.1 / 2022-10-06 +=================== + + * deps: qs@6.11.0 + * perf: remove unnecessary object clone + +1.20.0 / 2022-04-02 +=================== + + * Fix error message for json parse whitespace in `strict` + * Fix internal error when inflated body exceeds limit + * Prevent loss of async hooks context + * Prevent hanging when request already read + * deps: depd@2.0.0 + - Replace internal `eval` usage with `Function` constructor + - Use instance methods on `process` to check for listeners + * deps: http-errors@2.0.0 + - deps: depd@2.0.0 + - deps: statuses@2.0.1 + * deps: on-finished@2.4.1 + * deps: qs@6.10.3 + * deps: raw-body@2.5.1 + - deps: http-errors@2.0.0 + +1.19.2 / 2022-02-15 +=================== + + * deps: bytes@3.1.2 + * deps: qs@6.9.7 + * Fix handling of `__proto__` keys + * deps: raw-body@2.4.3 + - deps: bytes@3.1.2 + +1.19.1 / 2021-12-10 +=================== + + * deps: bytes@3.1.1 + * deps: http-errors@1.8.1 + - deps: inherits@2.0.4 + - deps: toidentifier@1.0.1 + - deps: setprototypeof@1.2.0 + * deps: qs@6.9.6 + * deps: raw-body@2.4.2 + - deps: bytes@3.1.1 + - deps: http-errors@1.8.1 + * deps: safe-buffer@5.2.1 + * deps: type-is@~1.6.18 + +1.19.0 / 2019-04-25 +=================== + + * deps: bytes@3.1.0 + - Add petabyte (`pb`) support + * deps: http-errors@1.7.2 + - Set constructor name when possible + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' + * deps: iconv-lite@0.4.24 + - Added encoding MIK + * deps: qs@6.7.0 + - Fix parsing array brackets after index + * deps: raw-body@2.4.0 + - deps: bytes@3.1.0 + - deps: http-errors@1.7.2 + - deps: iconv-lite@0.4.24 + * deps: type-is@~1.6.17 + - deps: mime-types@~2.1.24 + - perf: prevent internal `throw` on invalid type + +1.18.3 / 2018-05-14 +=================== + + * Fix stack trace for strict json parse error + * deps: depd@~1.1.2 + - perf: remove argument reassignment + * deps: http-errors@~1.6.3 + - deps: depd@~1.1.2 + - deps: setprototypeof@1.1.0 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.23 + - Fix loading encoding with year appended + - Fix deprecation warnings on Node.js 10+ + * deps: qs@6.5.2 + * deps: raw-body@2.3.3 + - deps: http-errors@1.6.3 + - deps: iconv-lite@0.4.23 + * deps: type-is@~1.6.16 + - deps: mime-types@~2.1.18 + +1.18.2 / 2017-09-22 +=================== + + * deps: debug@2.6.9 + * perf: remove argument reassignment + +1.18.1 / 2017-09-12 +=================== + + * deps: content-type@~1.0.4 + - perf: remove argument reassignment + - perf: skip parameter parsing when no parameters + * deps: iconv-lite@0.4.19 + - Fix ISO-8859-1 regression + - Update Windows-1255 + * deps: qs@6.5.1 + - Fix parsing & compacting very deep objects + * deps: raw-body@2.3.2 + - deps: iconv-lite@0.4.19 + +1.18.0 / 2017-09-08 +=================== + + * Fix JSON strict violation error to match native parse error + * Include the `body` property on verify errors + * Include the `type` property on all generated errors + * Use `http-errors` to set status code on errors + * deps: bytes@3.0.0 + * deps: debug@2.6.8 + * deps: depd@~1.1.1 + - Remove unnecessary `Buffer` loading + * deps: http-errors@~1.6.2 + - deps: depd@1.1.1 + * deps: iconv-lite@0.4.18 + - Add support for React Native + - Add a warning if not loaded as utf-8 + - Fix CESU-8 decoding in Node.js 8 + - Improve speed of ISO-8859-1 encoding + * deps: qs@6.5.0 + * deps: raw-body@2.3.1 + - Use `http-errors` for standard emitted errors + - deps: bytes@3.0.0 + - deps: iconv-lite@0.4.18 + - perf: skip buffer decoding on overage chunk + * perf: prevent internal `throw` when missing charset + +1.17.2 / 2017-05-17 +=================== + + * deps: debug@2.6.7 + - Fix `DEBUG_MAX_ARRAY_LENGTH` + - deps: ms@2.0.0 + * deps: type-is@~1.6.15 + - deps: mime-types@~2.1.15 + +1.17.1 / 2017-03-06 +=================== + + * deps: qs@6.4.0 + - Fix regression parsing keys starting with `[` + +1.17.0 / 2017-03-01 +=================== + + * deps: http-errors@~1.6.1 + - Make `message` property enumerable for `HttpError`s + - deps: setprototypeof@1.0.3 + * deps: qs@6.3.1 + - Fix compacting nested arrays + +1.16.1 / 2017-02-10 +=================== + + * deps: debug@2.6.1 + - Fix deprecation messages in WebStorm and other editors + - Undeprecate `DEBUG_FD` set to `1` or `2` + +1.16.0 / 2017-01-17 +=================== + + * deps: debug@2.6.0 + - Allow colors in workers + - Deprecated `DEBUG_FD` environment variable + - Fix error when running under React Native + - Use same color for same namespace + - deps: ms@0.7.2 + * deps: http-errors@~1.5.1 + - deps: inherits@2.0.3 + - deps: setprototypeof@1.0.2 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.15 + - Added encoding MS-31J + - Added encoding MS-932 + - Added encoding MS-936 + - Added encoding MS-949 + - Added encoding MS-950 + - Fix GBK/GB18030 handling of Euro character + * deps: qs@6.2.1 + - Fix array parsing from skipping empty values + * deps: raw-body@~2.2.0 + - deps: iconv-lite@0.4.15 + * deps: type-is@~1.6.14 + - deps: mime-types@~2.1.13 + +1.15.2 / 2016-06-19 +=================== + + * deps: bytes@2.4.0 + * deps: content-type@~1.0.2 + - perf: enable strict mode + * deps: http-errors@~1.5.0 + - Use `setprototypeof` module to replace `__proto__` setting + - deps: statuses@'>= 1.3.0 < 2' + - perf: enable strict mode + * deps: qs@6.2.0 + * deps: raw-body@~2.1.7 + - deps: bytes@2.4.0 + - perf: remove double-cleanup on happy path + * deps: type-is@~1.6.13 + - deps: mime-types@~2.1.11 + +1.15.1 / 2016-05-05 +=================== + + * deps: bytes@2.3.0 + - Drop partial bytes on all parsed units + - Fix parsing byte string that looks like hex + * deps: raw-body@~2.1.6 + - deps: bytes@2.3.0 + * deps: type-is@~1.6.12 + - deps: mime-types@~2.1.10 + +1.15.0 / 2016-02-10 +=================== + + * deps: http-errors@~1.4.0 + - Add `HttpError` export, for `err instanceof createError.HttpError` + - deps: inherits@2.0.1 + - deps: statuses@'>= 1.2.1 < 2' + * deps: qs@6.1.0 + * deps: type-is@~1.6.11 + - deps: mime-types@~2.1.9 + +1.14.2 / 2015-12-16 +=================== + + * deps: bytes@2.2.0 + * deps: iconv-lite@0.4.13 + * deps: qs@5.2.0 + * deps: raw-body@~2.1.5 + - deps: bytes@2.2.0 + - deps: iconv-lite@0.4.13 + * deps: type-is@~1.6.10 + - deps: mime-types@~2.1.8 + +1.14.1 / 2015-09-27 +=================== + + * Fix issue where invalid charset results in 400 when `verify` used + * deps: iconv-lite@0.4.12 + - Fix CESU-8 decoding in Node.js 4.x + * deps: raw-body@~2.1.4 + - Fix masking critical errors from `iconv-lite` + - deps: iconv-lite@0.4.12 + * deps: type-is@~1.6.9 + - deps: mime-types@~2.1.7 + +1.14.0 / 2015-09-16 +=================== + + * Fix JSON strict parse error to match syntax errors + * Provide static `require` analysis in `urlencoded` parser + * deps: depd@~1.1.0 + - Support web browser loading + * deps: qs@5.1.0 + * deps: raw-body@~2.1.3 + - Fix sync callback when attaching data listener causes sync read + * deps: type-is@~1.6.8 + - Fix type error when given invalid type to match against + - deps: mime-types@~2.1.6 + +1.13.3 / 2015-07-31 +=================== + + * deps: type-is@~1.6.6 + - deps: mime-types@~2.1.4 + +1.13.2 / 2015-07-05 +=================== + + * deps: iconv-lite@0.4.11 + * deps: qs@4.0.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix user-visible incompatibilities from 3.1.0 + - Fix various parsing edge cases + * deps: raw-body@~2.1.2 + - Fix error stack traces to skip `makeError` + - deps: iconv-lite@0.4.11 + * deps: type-is@~1.6.4 + - deps: mime-types@~2.1.2 + - perf: enable strict mode + - perf: remove argument reassignment + +1.13.1 / 2015-06-16 +=================== + + * deps: qs@2.4.2 + - Downgraded from 3.1.0 because of user-visible incompatibilities + +1.13.0 / 2015-06-14 +=================== + + * Add `statusCode` property on `Error`s, in addition to `status` + * Change `type` default to `application/json` for JSON parser + * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser + * Provide static `require` analysis + * Use the `http-errors` module to generate errors + * deps: bytes@2.1.0 + - Slight optimizations + * deps: iconv-lite@0.4.10 + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails + - Leading BOM is now removed when decoding + * deps: on-finished@~2.3.0 + - Add defined behavior for HTTP `CONNECT` requests + - Add defined behavior for HTTP `Upgrade` requests + - deps: ee-first@1.1.1 + * deps: qs@3.1.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix various parsing edge cases + - Parsed object now has `null` prototype + * deps: raw-body@~2.1.1 + - Use `unpipe` module for unpiping requests + - deps: iconv-lite@0.4.10 + * deps: type-is@~1.6.3 + - deps: mime-types@~2.1.1 + - perf: reduce try block size + - perf: remove bitwise operations + * perf: enable strict mode + * perf: remove argument reassignment + * perf: remove delete call + +1.12.4 / 2015-05-10 +=================== + + * deps: debug@~2.2.0 + * deps: qs@2.4.2 + - Fix allowing parameters like `constructor` + * deps: on-finished@~2.2.1 + * deps: raw-body@~2.0.1 + - Fix a false-positive when unpiping in Node.js 0.8 + - deps: bytes@2.0.1 + * deps: type-is@~1.6.2 + - deps: mime-types@~2.0.11 + +1.12.3 / 2015-04-15 +=================== + + * Slight efficiency improvement when not debugging + * deps: depd@~1.0.1 + * deps: iconv-lite@0.4.8 + - Add encoding alias UNICODE-1-1-UTF-7 + * deps: raw-body@1.3.4 + - Fix hanging callback if request aborts during read + - deps: iconv-lite@0.4.8 + +1.12.2 / 2015-03-16 +=================== + + * deps: qs@2.4.1 + - Fix error when parameter `hasOwnProperty` is present + +1.12.1 / 2015-03-15 +=================== + + * deps: debug@~2.1.3 + - Fix high intensity foreground color for bold + - deps: ms@0.7.0 + * deps: type-is@~1.6.1 + - deps: mime-types@~2.0.10 + +1.12.0 / 2015-02-13 +=================== + + * add `debug` messages + * accept a function for the `type` option + * use `content-type` to parse `Content-Type` headers + * deps: iconv-lite@0.4.7 + - Gracefully support enumerables on `Object.prototype` + * deps: raw-body@1.3.3 + - deps: iconv-lite@0.4.7 + * deps: type-is@~1.6.0 + - fix argument reassignment + - fix false-positives in `hasBody` `Transfer-Encoding` check + - support wildcard for both type and subtype (`*/*`) + - deps: mime-types@~2.0.9 + +1.11.0 / 2015-01-30 +=================== + + * make internal `extended: true` depth limit infinity + * deps: type-is@~1.5.6 + - deps: mime-types@~2.0.8 + +1.10.2 / 2015-01-20 +=================== + + * deps: iconv-lite@0.4.6 + - Fix rare aliases of single-byte encodings + * deps: raw-body@1.3.2 + - deps: iconv-lite@0.4.6 + +1.10.1 / 2015-01-01 +=================== + + * deps: on-finished@~2.2.0 + * deps: type-is@~1.5.5 + - deps: mime-types@~2.0.7 + +1.10.0 / 2014-12-02 +=================== + + * make internal `extended: true` array limit dynamic + +1.9.3 / 2014-11-21 +================== + + * deps: iconv-lite@0.4.5 + - Fix Windows-31J and X-SJIS encoding support + * deps: qs@2.3.3 + - Fix `arrayLimit` behavior + * deps: raw-body@1.3.1 + - deps: iconv-lite@0.4.5 + * deps: type-is@~1.5.3 + - deps: mime-types@~2.0.3 + +1.9.2 / 2014-10-27 +================== + + * deps: qs@2.3.2 + - Fix parsing of mixed objects and values + +1.9.1 / 2014-10-22 +================== + + * deps: on-finished@~2.1.1 + - Fix handling of pipelined requests + * deps: qs@2.3.0 + - Fix parsing of mixed implicit and explicit arrays + * deps: type-is@~1.5.2 + - deps: mime-types@~2.0.2 + +1.9.0 / 2014-09-24 +================== + + * include the charset in "unsupported charset" error message + * include the encoding in "unsupported content encoding" error message + * deps: depd@~1.0.0 + +1.8.4 / 2014-09-23 +================== + + * fix content encoding to be case-insensitive + +1.8.3 / 2014-09-19 +================== + + * deps: qs@2.2.4 + - Fix issue with object keys starting with numbers truncated + +1.8.2 / 2014-09-15 +================== + + * deps: depd@0.4.5 + +1.8.1 / 2014-09-07 +================== + + * deps: media-typer@0.3.0 + * deps: type-is@~1.5.1 + +1.8.0 / 2014-09-05 +================== + + * make empty-body-handling consistent between chunked requests + - empty `json` produces `{}` + - empty `raw` produces `new Buffer(0)` + - empty `text` produces `''` + - empty `urlencoded` produces `{}` + * deps: qs@2.2.3 + - Fix issue where first empty value in array is discarded + * deps: type-is@~1.5.0 + - fix `hasbody` to be true for `content-length: 0` + +1.7.0 / 2014-09-01 +================== + + * add `parameterLimit` option to `urlencoded` parser + * change `urlencoded` extended array limit to 100 + * respond with 413 when over `parameterLimit` in `urlencoded` + +1.6.7 / 2014-08-29 +================== + + * deps: qs@2.2.2 + - Remove unnecessary cloning + +1.6.6 / 2014-08-27 +================== + + * deps: qs@2.2.0 + - Array parsing fix + - Performance improvements + +1.6.5 / 2014-08-16 +================== + + * deps: on-finished@2.1.0 + +1.6.4 / 2014-08-14 +================== + + * deps: qs@1.2.2 + +1.6.3 / 2014-08-10 +================== + + * deps: qs@1.2.1 + +1.6.2 / 2014-08-07 +================== + + * deps: qs@1.2.0 + - Fix parsing array of objects + +1.6.1 / 2014-08-06 +================== + + * deps: qs@1.1.0 + - Accept urlencoded square brackets + - Accept empty values in implicit array notation + +1.6.0 / 2014-08-05 +================== + + * deps: qs@1.0.2 + - Complete rewrite + - Limits array length to 20 + - Limits object depth to 5 + - Limits parameters to 1,000 + +1.5.2 / 2014-07-27 +================== + + * deps: depd@0.4.4 + - Work-around v8 generating empty stack traces + +1.5.1 / 2014-07-26 +================== + + * deps: depd@0.4.3 + - Fix exception when global `Error.stackTraceLimit` is too low + +1.5.0 / 2014-07-20 +================== + + * deps: depd@0.4.2 + - Add `TRACE_DEPRECATION` environment variable + - Remove non-standard grey color from color output + - Support `--no-deprecation` argument + - Support `--trace-deprecation` argument + * deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + * deps: raw-body@1.3.0 + - deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + - Fix `Cannot switch to old mode now` error on Node.js 0.10+ + * deps: type-is@~1.3.2 + +1.4.3 / 2014-06-19 +================== + + * deps: type-is@1.3.1 + - fix global variable leak + +1.4.2 / 2014-06-19 +================== + + * deps: type-is@1.3.0 + - improve type parsing + +1.4.1 / 2014-06-19 +================== + + * fix urlencoded extended deprecation message + +1.4.0 / 2014-06-19 +================== + + * add `text` parser + * add `raw` parser + * check accepted charset in content-type (accepts utf-8) + * check accepted encoding in content-encoding (accepts identity) + * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed + * deprecate `urlencoded()` without provided `extended` option + * lazy-load urlencoded parsers + * parsers split into files for reduced mem usage + * support gzip and deflate bodies + - set `inflate: false` to turn off + * deps: raw-body@1.2.2 + - Support all encodings from `iconv-lite` + +1.3.1 / 2014-06-11 +================== + + * deps: type-is@1.2.1 + - Switch dependency from mime to mime-types@1.0.0 + +1.3.0 / 2014-05-31 +================== + + * add `extended` option to urlencoded parser + +1.2.2 / 2014-05-27 +================== + + * deps: raw-body@1.1.6 + - assert stream encoding on node.js 0.8 + - assert stream encoding on node.js < 0.10.6 + - deps: bytes@1 + +1.2.1 / 2014-05-26 +================== + + * invoke `next(err)` after request fully read + - prevents hung responses and socket hang ups + +1.2.0 / 2014-05-11 +================== + + * add `verify` option + * deps: type-is@1.2.0 + - support suffix matching + +1.1.2 / 2014-05-11 +================== + + * improve json parser speed + +1.1.1 / 2014-05-11 +================== + + * fix repeated limit parsing with every request + +1.1.0 / 2014-05-10 +================== + + * add `type` option + * deps: pin for safety and consistency + +1.0.2 / 2014-04-14 +================== + + * use `type-is` module + +1.0.1 / 2014-03-20 +================== + + * lower default limits to 100kb diff --git a/node_modules/body-parser/LICENSE b/node_modules/body-parser/LICENSE new file mode 100644 index 000000000..386b7b694 --- /dev/null +++ b/node_modules/body-parser/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +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/node_modules/body-parser/README.md b/node_modules/body-parser/README.md new file mode 100644 index 000000000..c507cbb03 --- /dev/null +++ b/node_modules/body-parser/README.md @@ -0,0 +1,464 @@ +# body-parser + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][github-actions-ci-image]][github-actions-ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Node.js body parsing middleware. + +Parse incoming request bodies in a middleware before your handlers, available +under the `req.body` property. + +**Note** As `req.body`'s shape is based on user-controlled input, all +properties and values in this object are untrusted and should be validated +before trusting. For example, `req.body.foo.toString()` may fail in multiple +ways, for example the `foo` property may not be there or may not be a string, +and `toString` may not be a function and instead a string or other user input. + +[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/). + +_This does not handle multipart bodies_, due to their complex and typically +large nature. For multipart bodies, you may be interested in the following +modules: + + * [busboy](https://www.npmjs.org/package/busboy#readme) and + [connect-busboy](https://www.npmjs.org/package/connect-busboy#readme) + * [multiparty](https://www.npmjs.org/package/multiparty#readme) and + [connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme) + * [formidable](https://www.npmjs.org/package/formidable#readme) + * [multer](https://www.npmjs.org/package/multer#readme) + +This module provides the following parsers: + + * [JSON body parser](#bodyparserjsonoptions) + * [Raw body parser](#bodyparserrawoptions) + * [Text body parser](#bodyparsertextoptions) + * [URL-encoded form body parser](#bodyparserurlencodedoptions) + +Other body parsers you might be interested in: + +- [body](https://www.npmjs.org/package/body#readme) +- [co-body](https://www.npmjs.org/package/co-body#readme) + +## Installation + +```sh +$ npm install body-parser +``` + +## API + +```js +var bodyParser = require('body-parser') +``` + +The `bodyParser` object exposes various factories to create middlewares. All +middlewares will populate the `req.body` property with the parsed body when +the `Content-Type` request header matches the `type` option, or an empty +object (`{}`) if there was no body to parse, the `Content-Type` was not matched, +or an error occurred. + +The various errors returned by this module are described in the +[errors section](#errors). + +### bodyParser.json([options]) + +Returns middleware that only parses `json` and only looks at requests where +the `Content-Type` header matches the `type` option. This parser accepts any +Unicode encoding of the body and supports automatic inflation of `gzip` and +`deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). + +#### Options + +The `json` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### reviver + +The `reviver` option is passed directly to `JSON.parse` as the second +argument. You can find more information on this argument +[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter). + +##### strict + +When set to `true`, will only accept arrays and objects; when `false` will +accept anything `JSON.parse` accepts. Defaults to `true`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not a +function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `json`), a mime type (like `application/json`), or +a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a truthy +value. Defaults to `application/json`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.raw([options]) + +Returns middleware that parses all bodies as a `Buffer` and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip` and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a `Buffer` object +of the body. + +#### Options + +The `raw` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. +If not a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this +can be an extension name (like `bin`), a mime type (like +`application/octet-stream`), or a mime type with a wildcard (like `*/*` or +`application/*`). If a function, the `type` option is called as `fn(req)` +and the request is parsed if it returns a truthy value. Defaults to +`application/octet-stream`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.text([options]) + +Returns middleware that parses all bodies as a string and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip` and `deflate` encodings. + +A new `body` string containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a string of the +body. + +#### Options + +The `text` function takes an optional `options` object that may contain any of +the following keys: + +##### defaultCharset + +Specify the default character set for the text content if the charset is not +specified in the `Content-Type` header of the request. Defaults to `utf-8`. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `txt`), a mime type (like `text/plain`), or a mime +type with a wildcard (like `*/*` or `text/*`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a +truthy value. Defaults to `text/plain`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.urlencoded([options]) + +Returns middleware that only parses `urlencoded` bodies and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser accepts only UTF-8 encoding of the body and supports automatic +inflation of `gzip` and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This object will contain +key-value pairs, where the value can be a string or array (when `extended` is +`false`), or any type (when `extended` is `true`). + +#### Options + +The `urlencoded` function takes an optional `options` object that may contain +any of the following keys: + +##### extended + +The `extended` option allows to choose between parsing the URL-encoded data +with the `querystring` library (when `false`) or the `qs` library (when +`true`). The "extended" syntax allows for rich objects and arrays to be +encoded into the URL-encoded format, allowing for a JSON-like experience +with URL-encoded. For more information, please +[see the qs library](https://www.npmjs.org/package/qs#readme). + +Defaults to `true`, but using the default has been deprecated. Please +research into the difference between `qs` and `querystring` and choose the +appropriate setting. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### parameterLimit + +The `parameterLimit` option controls the maximum number of parameters that +are allowed in the URL-encoded data. If a request contains more parameters +than this value, a 413 will be returned to the client. Defaults to `1000`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `urlencoded`), a mime type (like +`application/x-www-form-urlencoded`), or a mime type with a wildcard (like +`*/x-www-form-urlencoded`). If a function, the `type` option is called as +`fn(req)` and the request is parsed if it returns a truthy value. Defaults +to `application/x-www-form-urlencoded`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +## Errors + +The middlewares provided by this module create errors using the +[`http-errors` module](https://www.npmjs.com/package/http-errors). The errors +will typically have a `status`/`statusCode` property that contains the suggested +HTTP response code, an `expose` property to determine if the `message` property +should be displayed to the client, a `type` property to determine the type of +error without matching against the `message`, and a `body` property containing +the read body, if available. + +The following are the common errors created, though any error can come through +for various reasons. + +### content encoding unsupported + +This error will occur when the request had a `Content-Encoding` header that +contained an encoding but the "inflation" option was set to `false`. The +`status` property is set to `415`, the `type` property is set to +`'encoding.unsupported'`, and the `charset` property will be set to the +encoding that is unsupported. + +### entity parse failed + +This error will occur when the request contained an entity that could not be +parsed by the middleware. The `status` property is set to `400`, the `type` +property is set to `'entity.parse.failed'`, and the `body` property is set to +the entity value that failed parsing. + +### entity verify failed + +This error will occur when the request contained an entity that could not be +failed verification by the defined `verify` option. The `status` property is +set to `403`, the `type` property is set to `'entity.verify.failed'`, and the +`body` property is set to the entity value that failed verification. + +### request aborted + +This error will occur when the request is aborted by the client before reading +the body has finished. The `received` property will be set to the number of +bytes received before the request was aborted and the `expected` property is +set to the number of expected bytes. The `status` property is set to `400` +and `type` property is set to `'request.aborted'`. + +### request entity too large + +This error will occur when the request body's size is larger than the "limit" +option. The `limit` property will be set to the byte limit and the `length` +property will be set to the request body's length. The `status` property is +set to `413` and the `type` property is set to `'entity.too.large'`. + +### request size did not match content length + +This error will occur when the request's length did not match the length from +the `Content-Length` header. This typically occurs when the request is malformed, +typically when the `Content-Length` header was calculated based on characters +instead of bytes. The `status` property is set to `400` and the `type` property +is set to `'request.size.invalid'`. + +### stream encoding should not be set + +This error will occur when something called the `req.setEncoding` method prior +to this middleware. This module operates directly on bytes only and you cannot +call `req.setEncoding` when using this module. The `status` property is set to +`500` and the `type` property is set to `'stream.encoding.set'`. + +### stream is not readable + +This error will occur when the request is no longer readable when this middleware +attempts to read it. This typically means something other than a middleware from +this module read the request body already and the middleware was also configured to +read the same request. The `status` property is set to `500` and the `type` +property is set to `'stream.not.readable'`. + +### too many parameters + +This error will occur when the content of the request exceeds the configured +`parameterLimit` for the `urlencoded` parser. The `status` property is set to +`413` and the `type` property is set to `'parameters.too.many'`. + +### unsupported charset "BOGUS" + +This error will occur when the request had a charset parameter in the +`Content-Type` header, but the `iconv-lite` module does not support it OR the +parser does not support it. The charset is contained in the message as well +as in the `charset` property. The `status` property is set to `415`, the +`type` property is set to `'charset.unsupported'`, and the `charset` property +is set to the charset that is unsupported. + +### unsupported content encoding "bogus" + +This error will occur when the request had a `Content-Encoding` header that +contained an unsupported encoding. The encoding is contained in the message +as well as in the `encoding` property. The `status` property is set to `415`, +the `type` property is set to `'encoding.unsupported'`, and the `encoding` +property is set to the encoding that is unsupported. + +## Examples + +### Express/Connect top-level generic + +This example demonstrates adding a generic JSON and URL-encoded parser as a +top-level middleware, which will parse the bodies of all incoming requests. +This is the simplest setup. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// parse application/x-www-form-urlencoded +app.use(bodyParser.urlencoded({ extended: false })) + +// parse application/json +app.use(bodyParser.json()) + +app.use(function (req, res) { + res.setHeader('Content-Type', 'text/plain') + res.write('you posted:\n') + res.end(JSON.stringify(req.body, null, 2)) +}) +``` + +### Express route-specific + +This example demonstrates adding body parsers specifically to the routes that +need them. In general, this is the most recommended way to use body-parser with +Express. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// create application/json parser +var jsonParser = bodyParser.json() + +// create application/x-www-form-urlencoded parser +var urlencodedParser = bodyParser.urlencoded({ extended: false }) + +// POST /login gets urlencoded bodies +app.post('/login', urlencodedParser, function (req, res) { + res.send('welcome, ' + req.body.username) +}) + +// POST /api/users gets JSON bodies +app.post('/api/users', jsonParser, function (req, res) { + // create user in req.body +}) +``` + +### Change accepted type for parsers + +All the parsers accept a `type` option which allows you to change the +`Content-Type` that the middleware will parse. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// parse various different custom JSON types as JSON +app.use(bodyParser.json({ type: 'application/*+json' })) + +// parse some custom thing into a Buffer +app.use(bodyParser.raw({ type: 'application/vnd.custom-type' })) + +// parse an HTML body into a string +app.use(bodyParser.text({ type: 'text/html' })) +``` + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/body-parser.svg +[npm-url]: https://npmjs.org/package/body-parser +[coveralls-image]: https://img.shields.io/coveralls/expressjs/body-parser/master.svg +[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master +[downloads-image]: https://img.shields.io/npm/dm/body-parser.svg +[downloads-url]: https://npmjs.org/package/body-parser +[github-actions-ci-image]: https://img.shields.io/github/workflow/status/expressjs/body-parser/ci/master?label=ci +[github-actions-ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml diff --git a/node_modules/body-parser/SECURITY.md b/node_modules/body-parser/SECURITY.md new file mode 100644 index 000000000..9694d4296 --- /dev/null +++ b/node_modules/body-parser/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policies and Procedures + +## Reporting a Bug + +The Express team and community take all security bugs seriously. Thank you +for improving the security of Express. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing the current owner(s) of `body-parser`. This +information can be found in the npm registry using the command +`npm owner ls body-parser`. +If unsure or unable to get the information from the above, open an issue +in the [project issue tracker](https://github.com/expressjs/body-parser/issues) +asking for the current contact information. + +To ensure the timely response to your report, please ensure that the entirety +of the report is contained within the email body and not solely behind a web +link or an attachment. + +At least one owner will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the owners will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. diff --git a/node_modules/body-parser/index.js b/node_modules/body-parser/index.js new file mode 100644 index 000000000..bb24d739d --- /dev/null +++ b/node_modules/body-parser/index.js @@ -0,0 +1,156 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var deprecate = require('depd')('body-parser') + +/** + * Cache of loaded parsers. + * @private + */ + +var parsers = Object.create(null) + +/** + * @typedef Parsers + * @type {function} + * @property {function} json + * @property {function} raw + * @property {function} text + * @property {function} urlencoded + */ + +/** + * Module exports. + * @type {Parsers} + */ + +exports = module.exports = deprecate.function(bodyParser, + 'bodyParser: use individual json/urlencoded middlewares') + +/** + * JSON parser. + * @public + */ + +Object.defineProperty(exports, 'json', { + configurable: true, + enumerable: true, + get: createParserGetter('json') +}) + +/** + * Raw parser. + * @public + */ + +Object.defineProperty(exports, 'raw', { + configurable: true, + enumerable: true, + get: createParserGetter('raw') +}) + +/** + * Text parser. + * @public + */ + +Object.defineProperty(exports, 'text', { + configurable: true, + enumerable: true, + get: createParserGetter('text') +}) + +/** + * URL-encoded parser. + * @public + */ + +Object.defineProperty(exports, 'urlencoded', { + configurable: true, + enumerable: true, + get: createParserGetter('urlencoded') +}) + +/** + * Create a middleware to parse json and urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @deprecated + * @public + */ + +function bodyParser (options) { + // use default type for parsers + var opts = Object.create(options || null, { + type: { + configurable: true, + enumerable: true, + value: undefined, + writable: true + } + }) + + var _urlencoded = exports.urlencoded(opts) + var _json = exports.json(opts) + + return function bodyParser (req, res, next) { + _json(req, res, function (err) { + if (err) return next(err) + _urlencoded(req, res, next) + }) + } +} + +/** + * Create a getter for loading a parser. + * @private + */ + +function createParserGetter (name) { + return function get () { + return loadParser(name) + } +} + +/** + * Load a parser module. + * @private + */ + +function loadParser (parserName) { + var parser = parsers[parserName] + + if (parser !== undefined) { + return parser + } + + // this uses a switch for static require analysis + switch (parserName) { + case 'json': + parser = require('./lib/types/json') + break + case 'raw': + parser = require('./lib/types/raw') + break + case 'text': + parser = require('./lib/types/text') + break + case 'urlencoded': + parser = require('./lib/types/urlencoded') + break + } + + // store to prevent invoking require() + return (parsers[parserName] = parser) +} diff --git a/node_modules/body-parser/lib/read.js b/node_modules/body-parser/lib/read.js new file mode 100644 index 000000000..fce6283f5 --- /dev/null +++ b/node_modules/body-parser/lib/read.js @@ -0,0 +1,205 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var destroy = require('destroy') +var getBody = require('raw-body') +var iconv = require('iconv-lite') +var onFinished = require('on-finished') +var unpipe = require('unpipe') +var zlib = require('zlib') + +/** + * Module exports. + */ + +module.exports = read + +/** + * Read a request into a buffer and parse. + * + * @param {object} req + * @param {object} res + * @param {function} next + * @param {function} parse + * @param {function} debug + * @param {object} options + * @private + */ + +function read (req, res, next, parse, debug, options) { + var length + var opts = options + var stream + + // flag as parsed + req._body = true + + // read options + var encoding = opts.encoding !== null + ? opts.encoding + : null + var verify = opts.verify + + try { + // get the content stream + stream = contentstream(req, debug, opts.inflate) + length = stream.length + stream.length = undefined + } catch (err) { + return next(err) + } + + // set raw-body options + opts.length = length + opts.encoding = verify + ? null + : encoding + + // assert charset is supported + if (opts.encoding === null && encoding !== null && !iconv.encodingExists(encoding)) { + return next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + })) + } + + // read body + debug('read body') + getBody(stream, opts, function (error, body) { + if (error) { + var _error + + if (error.type === 'encoding.unsupported') { + // echo back charset + _error = createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + }) + } else { + // set status code on error + _error = createError(400, error) + } + + // unpipe from stream and destroy + if (stream !== req) { + unpipe(req) + destroy(stream, true) + } + + // read off entire request + dump(req, function onfinished () { + next(createError(400, _error)) + }) + return + } + + // verify + if (verify) { + try { + debug('verify body') + verify(req, res, body, encoding) + } catch (err) { + next(createError(403, err, { + body: body, + type: err.type || 'entity.verify.failed' + })) + return + } + } + + // parse + var str = body + try { + debug('parse body') + str = typeof body !== 'string' && encoding !== null + ? iconv.decode(body, encoding) + : body + req.body = parse(str) + } catch (err) { + next(createError(400, err, { + body: str, + type: err.type || 'entity.parse.failed' + })) + return + } + + next() + }) +} + +/** + * Get the content stream of the request. + * + * @param {object} req + * @param {function} debug + * @param {boolean} [inflate=true] + * @return {object} + * @api private + */ + +function contentstream (req, debug, inflate) { + var encoding = (req.headers['content-encoding'] || 'identity').toLowerCase() + var length = req.headers['content-length'] + var stream + + debug('content-encoding "%s"', encoding) + + if (inflate === false && encoding !== 'identity') { + throw createError(415, 'content encoding unsupported', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + switch (encoding) { + case 'deflate': + stream = zlib.createInflate() + debug('inflate body') + req.pipe(stream) + break + case 'gzip': + stream = zlib.createGunzip() + debug('gunzip body') + req.pipe(stream) + break + case 'identity': + stream = req + stream.length = length + break + default: + throw createError(415, 'unsupported content encoding "' + encoding + '"', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + return stream +} + +/** + * Dump the contents of a request. + * + * @param {object} req + * @param {function} callback + * @api private + */ + +function dump (req, callback) { + if (onFinished.isFinished(req)) { + callback(null) + } else { + onFinished(req, callback) + req.resume() + } +} diff --git a/node_modules/body-parser/lib/types/json.js b/node_modules/body-parser/lib/types/json.js new file mode 100644 index 000000000..c2745be3a --- /dev/null +++ b/node_modules/body-parser/lib/types/json.js @@ -0,0 +1,236 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var createError = require('http-errors') +var debug = require('debug')('body-parser:json') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = json + +/** + * RegExp to match the first non-space in a string. + * + * Allowed whitespace is defined in RFC 7159: + * + * ws = *( + * %x20 / ; Space + * %x09 / ; Horizontal tab + * %x0A / ; Line feed or New line + * %x0D ) ; Carriage return + */ + +var FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*([^\x20\x09\x0a\x0d])/ // eslint-disable-line no-control-regex + +/** + * Create a middleware to parse JSON bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function json (options) { + var opts = options || {} + + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var inflate = opts.inflate !== false + var reviver = opts.reviver + var strict = opts.strict !== false + var type = opts.type || 'application/json' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (body) { + if (body.length === 0) { + // special-case empty json body, as it's a common client-side mistake + // TODO: maybe make this configurable or part of "strict" option + return {} + } + + if (strict) { + var first = firstchar(body) + + if (first !== '{' && first !== '[') { + debug('strict violation') + throw createStrictSyntaxError(body, first) + } + } + + try { + debug('parse json') + return JSON.parse(body, reviver) + } catch (e) { + throw normalizeJsonSyntaxError(e, { + message: e.message, + stack: e.stack + }) + } + } + + return function jsonParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset per RFC 7159 sec 8.1 + var charset = getCharset(req) || 'utf-8' + if (charset.slice(0, 4) !== 'utf-') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Create strict violation syntax error matching native error. + * + * @param {string} str + * @param {string} char + * @return {Error} + * @private + */ + +function createStrictSyntaxError (str, char) { + var index = str.indexOf(char) + var partial = index !== -1 + ? str.substring(0, index) + '#' + : '' + + try { + JSON.parse(partial); /* istanbul ignore next */ throw new SyntaxError('strict violation') + } catch (e) { + return normalizeJsonSyntaxError(e, { + message: e.message.replace('#', char), + stack: e.stack + }) + } +} + +/** + * Get the first non-whitespace character in a string. + * + * @param {string} str + * @return {function} + * @private + */ + +function firstchar (str) { + var match = FIRST_CHAR_REGEXP.exec(str) + + return match + ? match[1] + : undefined +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Normalize a SyntaxError for JSON.parse. + * + * @param {SyntaxError} error + * @param {object} obj + * @return {SyntaxError} + */ + +function normalizeJsonSyntaxError (error, obj) { + var keys = Object.getOwnPropertyNames(error) + + for (var i = 0; i < keys.length; i++) { + var key = keys[i] + if (key !== 'stack' && key !== 'message') { + delete error[key] + } + } + + // replace stack before message for Node.js 0.10 and below + error.stack = obj.stack.replace(error.message, obj.message) + error.message = obj.message + + return error +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/lib/types/raw.js b/node_modules/body-parser/lib/types/raw.js new file mode 100644 index 000000000..f5d1b6747 --- /dev/null +++ b/node_modules/body-parser/lib/types/raw.js @@ -0,0 +1,101 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var debug = require('debug')('body-parser:raw') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = raw + +/** + * Create a middleware to parse raw bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function raw (options) { + var opts = options || {} + + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'application/octet-stream' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (buf) { + return buf + } + + return function rawParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // read + read(req, res, next, parse, debug, { + encoding: null, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/lib/types/text.js b/node_modules/body-parser/lib/types/text.js new file mode 100644 index 000000000..083a00908 --- /dev/null +++ b/node_modules/body-parser/lib/types/text.js @@ -0,0 +1,121 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var debug = require('debug')('body-parser:text') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = text + +/** + * Create a middleware to parse text bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function text (options) { + var opts = options || {} + + var defaultCharset = opts.defaultCharset || 'utf-8' + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'text/plain' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (buf) { + return buf + } + + return function textParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // get charset + var charset = getCharset(req) || defaultCharset + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/lib/types/urlencoded.js b/node_modules/body-parser/lib/types/urlencoded.js new file mode 100644 index 000000000..b2ca8f16d --- /dev/null +++ b/node_modules/body-parser/lib/types/urlencoded.js @@ -0,0 +1,284 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var createError = require('http-errors') +var debug = require('debug')('body-parser:urlencoded') +var deprecate = require('depd')('body-parser') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = urlencoded + +/** + * Cache of parser modules. + */ + +var parsers = Object.create(null) + +/** + * Create a middleware to parse urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function urlencoded (options) { + var opts = options || {} + + // notice because option default will flip in next major + if (opts.extended === undefined) { + deprecate('undefined extended: provide extended option') + } + + var extended = opts.extended !== false + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'application/x-www-form-urlencoded' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate query parser + var queryparse = extended + ? extendedparser(opts) + : simpleparser(opts) + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (body) { + return body.length + ? queryparse(body) + : {} + } + + return function urlencodedParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset + var charset = getCharset(req) || 'utf-8' + if (charset !== 'utf-8') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + debug: debug, + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the extended query parser. + * + * @param {object} options + */ + +function extendedparser (options) { + var parameterLimit = options.parameterLimit !== undefined + ? options.parameterLimit + : 1000 + var parse = parser('qs') + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + var arrayLimit = Math.max(100, paramCount) + + debug('parse extended urlencoding') + return parse(body, { + allowPrototypes: true, + arrayLimit: arrayLimit, + depth: Infinity, + parameterLimit: parameterLimit + }) + } +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Count the number of parameters, stopping once limit reached + * + * @param {string} body + * @param {number} limit + * @api private + */ + +function parameterCount (body, limit) { + var count = 0 + var index = 0 + + while ((index = body.indexOf('&', index)) !== -1) { + count++ + index++ + + if (count === limit) { + return undefined + } + } + + return count +} + +/** + * Get parser for module name dynamically. + * + * @param {string} name + * @return {function} + * @api private + */ + +function parser (name) { + var mod = parsers[name] + + if (mod !== undefined) { + return mod.parse + } + + // this uses a switch for static require analysis + switch (name) { + case 'qs': + mod = require('qs') + break + case 'querystring': + mod = require('querystring') + break + } + + // store to prevent invoking require() + parsers[name] = mod + + return mod.parse +} + +/** + * Get the simple query parser. + * + * @param {object} options + */ + +function simpleparser (options) { + var parameterLimit = options.parameterLimit !== undefined + ? options.parameterLimit + : 1000 + var parse = parser('querystring') + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + debug('parse urlencoding') + return parse(body, undefined, undefined, { maxKeys: parameterLimit }) + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json new file mode 100644 index 000000000..9cd2ccbba --- /dev/null +++ b/node_modules/body-parser/package.json @@ -0,0 +1,56 @@ +{ + "name": "body-parser", + "description": "Node.js body parsing middleware", + "version": "1.20.1", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "repository": "expressjs/body-parser", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "devDependencies": { + "eslint": "8.24.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.26.0", + "eslint-plugin-markdown": "3.0.0", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.0.1", + "eslint-plugin-standard": "4.1.0", + "methods": "1.1.2", + "mocha": "10.0.0", + "nyc": "15.1.0", + "safe-buffer": "5.2.1", + "supertest": "6.3.0" + }, + "files": [ + "lib/", + "LICENSE", + "HISTORY.md", + "SECURITY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/node_modules/bowser/CHANGELOG.md b/node_modules/bowser/CHANGELOG.md new file mode 100644 index 000000000..260a03d91 --- /dev/null +++ b/node_modules/bowser/CHANGELOG.md @@ -0,0 +1,218 @@ +# Bowser Changelog + +### 2.11.0 (Sep 12, 2020) +- [ADD] Added support for aliases in `Parser#is` method (#437) +- [ADD] Added more typings (#438, #427) +- [ADD] Added support for MIUI Browserr (#436) + +### 2.10.0 (Jul 9, 2020) +- [FIX] Fix for Firefox detection on iOS 13 [#415] +- [FIX] Fixes for typings.d.ts [#409] +- [FIX] Updated development dependencies + +### 2.9.0 (Jan 28, 2020) +- [ADD] Export more methods and constants via .d.ts [#388], [#390] + +### 2.8.1 (Dec 26, 2019) +- [FIX] Reverted [#382] as it broke build + +### 2.8.0 (Dec 26, 2019) +- [ADD] Add polyfills for Array.find & Object.assign [#383] +- [ADD] Export constants with types.d.ts [#382] +- [FIX] Add support for WeChat on Windows [#381] +- [FIX] Fix detection of Firefox on iPad [#379] +- [FIX] Add detection of Electron [#375] +- [FIX] Updated dev-dependencies + +### 2.7.0 (Oct 2, 2019) +- [FIX] Add support for QQ Browser [#362] +- [FIX] Add support for GSA [#364] +- [FIX] Updated dependencies + +### 2.6.0 (Sep 6, 2019) +- [ADD] Define "module" export in package.json [#354] +- [FIX] Fix Tablet PC detection [#334] + +### 2.5.4 (Sep 2, 2019) +- [FIX] Exclude docs from the npm package [#349] + +### 2.5.3 (Aug 4, 2019) +- [FIX] Add MacOS names support [#338] +- [FIX] Point typings.d.ts from package.json [#341] +- [FIX] Upgrade dependencies + +### 2.5.2 (July 17, 2019) +- [FIX] Fixes the bug undefined method because of failed build (#335) + +### 2.5.1 (July 17, 2019) +- [FIX] Fixes the bug with a custom Error class (#335) +- [FIX] Fixes the settings for Babel to reduce the bundle size (#259) + +### 2.5.0 (July 16, 2019) +- [ADD] Add constant output so that users can quickly get all types (#325) +- [FIX] Add support for Roku OS (#332) +- [FIX] Update devDependencies +- [FIX] Fix docs, README and added funding information + +### 2.4.0 (May 3, 2019) +- [FIX] Update regexp for generic browsers (#310) +- [FIX] Fix issues with module.exports (#318) +- [FIX] Update devDependencies (#316, #321, #322) +- [FIX] Fix docs (#320) + +### 2.3.0 (April 14, 2019) +- [ADD] Add support for Blink-based MS Edge (#311) +- [ADD] Add more types for TS (#289) +- [FIX] Update dev-dependencies +- [FIX] Update docs + +### 2.2.1 (April 12, 2019) +- [ADD] Add an alias for Samsung Internet +- [FIX] Fix browser name detection for browsers without an alias (#313) + +### 2.2.0 (April 7, 2019) +- [ADD] Add short aliases for browser names (#295) +- [FIX] Fix Yandex Browser version detection (#308) + +### 2.1.2 (March 6, 2019) +- [FIX] Fix buggy `getFirstMatch` reference + +### 2.1.1 (March 6, 2019) +- [ADD] Add detection of PlayStation 4 (#291) +- [ADD] Deploy docs on GH Pages (#293) +- [FIX] Fix files extensions for importing (#294) +- [FIX] Fix docs (#295) + +### 2.1.0 (January 24, 2019) +- [ADD] Add new `Parser.getEngineName()` method (#288) +- [ADD] Add detection of ChromeOS (#287) +- [FIX] Fix README + +### 2.0.0 (January 19, 2019) +- [ADD] Support a non strict equality in `Parser.satisfies()` (#275) +- [ADD] Add Android versions names (#276) +- [ADD] Add a typings file (#277) +- [ADD] Added support for Googlebot recognition (#278) +- [FIX] Update building tools, avoid security issues + +### 2.0.0-beta.3 (September 15, 2018) +- [FIX] Fix Chrome Mobile detection (#253) +- [FIX] Use built bowser for CI (#252) +- [FIX] Update babel-plugin-add-module-exports (#251) + +### 2.0.0-beta.2 (September 9, 2018) +- [FIX] Fix failing comparing version through `Parser.satisfies` (#243) +- [FIX] Fix travis testing, include eslint into CI testing +- [FIX] Add support for Maxthon desktop browser (#246) +- [FIX] Add support for Swing browser (#248) +- [DOCS] Regenerate docs + +### 2.0.0-beta.1 (August 18, 2018) +- [ADD] Add loose version comparison to `Parser.compareVersion()` and `Parser.satisfies()` +- [CHORE] Add CONTRIBUTING.md +- [DOCS] Regenerate docs + +### 2.0.0-alpha.4 (August 2, 2018) +- [DOCS] Fix usage docs (#238) +- [CHANGE] Make `./es5.js` the main file of the package (#239) + +### 2.0.0-alpha.3 (July 22, 2018) +- [CHANGE] Rename split and rename `compiled.js` to `es5.js` and `bundled.js` (#231, #236, #237) +- [ADD] Add `Parser.some` (#235) + +### 2.0.0-alpha.2 (July 17, 2018) +- [CHANGE] Make `src/bowser` main file instead of the bundled one +- [CHANGE] Move the bundled file to the root of the package to make it possible to `require('bowser/compiled')` (#231) +- [REMOVE] Remove `typings.d.ts` before stable release (#232) +- [FIX] Improve Nexus devices detection (#233) + +### 2.0.0-alpha.1 (July 9, 2018) +- [ADD] `Bowser.getParser()` +- [ADD] `Bowser.parse` +- [ADD] `Parser` class which describes parsing process +- [CHANGE] Change bowser's returning object +- [REMOVE] Remove bower support + +### 1.9.4 (June 28, 2018) +- [FIX] Fix NAVER Whale browser detection (#220) +- [FIX] Fix MZ Browser browser detection (#219) +- [FIX] Fix Firefox Focus browser detection (#191) +- [FIX] Fix webOS browser detection (#186) + +### 1.9.3 (March 12, 2018) +- [FIX] Fix `typings.d.ts` — add `ipad`, `iphone`, `ipod` flags to the interface + +### 1.9.2 (February 5, 2018) +- [FIX] Fix `typings.d.ts` — add `osname` flag to the interface + +### 1.9.1 (December 22, 2017) +- [FIX] Fix `typings.d.ts` — add `chromium` flag to the interface + +### 1.9.0 (December 20, 2017) +- [ADD] Add a public method `.detect()` (#205) +- [DOCS] Fix description of `chromium` flag in docs (#206) + +### 1.8.1 (October 7, 2017) +- [FIX] Fix detection of MS Edge on Android and iOS (#201) + +### 1.8.0 (October 7, 2017) +- [ADD] Add `osname` into result object (#200) + +### 1.7.3 (August 30, 2017) +- [FIX] Fix detection of Chrome on Android 8 OPR6 (#193) + +### 1.7.2 (August 17, 2017) +- [FIX] Fix typings.d.ts according to #185 + +### 1.7.1 (July 13, 2017) +- [ADD] Fix detecting of Tablet PC as tablet (#183) + +### 1.7.0 (May 18, 2017) +- [ADD] Add OS version support for Windows and macOS (#178) + +### 1.6.0 (December 5, 2016) +- [ADD] Add some tests for Windows devices (#89) +- [ADD] Add `root` to initialization process (#170) +- [FIX] Upgrade .travis.yml config + +### 1.5.0 (October 31, 2016) +- [ADD] Throw an error when `minVersion` map has not a string as a version and fix readme (#165) +- [FIX] Fix truly detection of Windows Phones (#167) + +### 1.4.6 (September 19, 2016) +- [FIX] Fix mobile Opera's version detection on Android +- [FIX] Fix typescript typings — add `mobile` and `tablet` flags +- [DOC] Fix description of `bowser.check` + +### 1.4.5 (August 30, 2016) + +- [FIX] Add support of Samsung Internet for Android +- [FIX] Fix case when `navigator.userAgent` is `undefined` +- [DOC] Add information about `strictMode` in `check` function +- [DOC] Consistent use of `bowser` variable in the README + +### 1.4.4 (August 10, 2016) + +- [FIX] Fix AMD `define` call — pass name to the function + +### 1.4.3 (July 27, 2016) + +- [FIX] Fix error `Object doesn't support this property or method` on IE8 + +### 1.4.2 (July 26, 2016) + +- [FIX] Fix missing `isUnsupportedBrowser` in typings description +- [DOC] Fix `check`'s declaration in README + +### 1.4.1 (July 7, 2016) + +- [FIX] Fix `strictMode` logic for `isUnsupportedBrowser` + +### 1.4.0 (June 28, 2016) + +- [FEATURE] Add `bowser.compareVersions` method +- [FEATURE] Add `bowser.isUnsupportedBrowser` method +- [FEATURE] Add `bowser.check` method +- [DOC] Changelog started +- [DOC] Add API section to README +- [FIX] Fix detection of browser type (A/C/X) for Chromium diff --git a/node_modules/bowser/LICENSE b/node_modules/bowser/LICENSE new file mode 100644 index 000000000..94085f02b --- /dev/null +++ b/node_modules/bowser/LICENSE @@ -0,0 +1,39 @@ +Copyright 2015, Dustin Diaz (the "Original Author") +All rights reserved. + +MIT License + +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. + +Distributions of all or part of the Software intended to be used +by the recipients as they would use the unmodified Software, +containing modifications that substantially alter, remove, or +disable functionality of the Software, outside of the documented +configuration mechanisms provided by the Software, shall be +modified such that the Original Author's bug reporting email +addresses and urls are either replaced with the contact information +of the parties responsible for the changes, or removed entirely. + +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. + + +Except where noted, this license applies to any and all software +programs and associated documentation files created by the +Original Author, when distributed with the Software. diff --git a/node_modules/bowser/README.md b/node_modules/bowser/README.md new file mode 100644 index 000000000..8f5f915b0 --- /dev/null +++ b/node_modules/bowser/README.md @@ -0,0 +1,179 @@ +## Bowser +A small, fast and rich-API browser/platform/engine detector for both browser and node. +- **Small.** Use plain ES5-version which is ~4.8kB gzipped. +- **Optimized.** Use only those parsers you need — it doesn't do useless work. +- **Multi-platform.** It's browser- and node-ready, so you can use it in any environment. + +Don't hesitate to support the project on Github or [OpenCollective](https://opencollective.com/bowser) if you like it ❤️ Also, contributors are always welcome! + +[![Financial Contributors on Open Collective](https://opencollective.com/bowser/all/badge.svg?label=financial+contributors)](https://opencollective.com/bowser) [![Build Status](https://travis-ci.org/lancedikson/bowser.svg?branch=master)](https://travis-ci.org/lancedikson/bowser/) [![Greenkeeper badge](https://badges.greenkeeper.io/lancedikson/bowser.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/lancedikson/bowser/badge.svg?branch=master)](https://coveralls.io/github/lancedikson/bowser?branch=master) ![Downloads](https://img.shields.io/npm/dm/bowser) + +# Contents +- [Overview](#overview) +- [Use cases](#use-cases) +- [Advanced usage](#advanced-usage) +- [How can I help?](#contributing) + +# Overview + +The library is made to help to detect what browser your user has and gives you a convenient API to filter the users somehow depending on their browsers. Check it out on this page: https://bowser-js.github.io/bowser-online/. + +### ⚠️ Version 2.0 breaking changes ⚠️ + +Version 2.0 has drastically changed the API. All available methods are on the [docs page](https://lancedikson.github.io/bowser/docs). + +_For legacy code, check out the [1.x](https://github.com/lancedikson/bowser/tree/v1.x) branch and install it through `npm install bowser@1.9.4`._ + +# Use cases + +First of all, require the library. This is a UMD Module, so it will work for AMD, TypeScript, ES6, and CommonJS module systems. + +```javascript +const Bowser = require("bowser"); // CommonJS + +import * as Bowser from "bowser"; // TypeScript + +import Bowser from "bowser"; // ES6 (and TypeScript with --esModuleInterop enabled) +``` + +By default, the exported version is the *ES5 transpiled version*, which **do not** include any polyfills. + +In case you don't use your own `babel-polyfill` you may need to have pre-built bundle with all needed polyfills. +So, for you it's suitable to require bowser like this: `require('bowser/bundled')`. +As the result, you get a ES5 version of bowser with `babel-polyfill` bundled together. + +You may need to use the source files, so they will be available in the package as well. + +## Browser props detection + +Often we need to pick users' browser properties such as the name, the version, the rendering engine and so on. Here is an example how to do it with Bowser: + +```javascript +const browser = Bowser.getParser(window.navigator.userAgent); + +console.log(`The current browser name is "${browser.getBrowserName()}"`); +// The current browser name is "Internet Explorer" +``` + +or + +```javascript +const browser = Bowser.getParser(window.navigator.userAgent); +console.log(browser.getBrowser()); + +// outputs +{ + name: "Internet Explorer" + version: "11.0" +} +``` + +or + +```javascript +console.log(Bowser.parse(window.navigator.userAgent)); + +// outputs +{ + browser: { + name: "Internet Explorer" + version: "11.0" + }, + os: { + name: "Windows" + version: "NT 6.3" + versionName: "8.1" + }, + platform: { + type: "desktop" + }, + engine: { + name: "Trident" + version: "7.0" + } +} +``` + + +## Filtering browsers + +You could want to filter some particular browsers to provide any special support for them or make any workarounds. +It could look like this: + +```javascript +const browser = Bowser.getParser(window.navigator.userAgent); +const isValidBrowser = browser.satisfies({ + // declare browsers per OS + windows: { + "internet explorer": ">10", + }, + macos: { + safari: ">10.1" + }, + + // per platform (mobile, desktop or tablet) + mobile: { + safari: '>=9', + 'android browser': '>3.10' + }, + + // or in general + chrome: "~20.1.1432", + firefox: ">31", + opera: ">=22", + + // also supports equality operator + chrome: "=20.1.1432", // will match particular build only + + // and loose-equality operator + chrome: "~20", // will match any 20.* sub-version + chrome: "~20.1" // will match any 20.1.* sub-version (20.1.19 as well as 20.1.12.42-alpha.1) +}); +``` + +Settings for any particular OS or platform has more priority and redefines settings of standalone browsers. +Thus, you can define OS or platform specific rules and they will have more priority in the end. + +More of API and possibilities you will find in the `docs` folder. + +### Browser names for `.satisfies()` + +By default you are supposed to use the full browser name for `.satisfies`. +But, there's a short way to define a browser using short aliases. The full +list of aliases can be found in [the file](src/constants.js). + +## Similar Projects +* [Kong](https://github.com/BigBadBleuCheese/Kong) - A C# port of Bowser. + +## Contributors + +### Code Contributors + +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. + + +### Financial Contributors + +Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/bowser/contribute)] + +#### Individuals + + + +#### Organizations + +Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/bowser/contribute)] + + + + + + + + + + + + +## License +Licensed as MIT. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details. diff --git a/node_modules/bowser/bundled.js b/node_modules/bowser/bundled.js new file mode 100644 index 000000000..066ac4090 --- /dev/null +++ b/node_modules/bowser/bundled.js @@ -0,0 +1 @@ +!function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.bowser=n():t.bowser=n()}(this,(function(){return function(t){var n={};function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var i in t)e.d(r,i,function(n){return t[n]}.bind(null,i));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=129)}([function(t,n,e){var r=e(1),i=e(7),o=e(14),u=e(11),a=e(19),c=function(t,n,e){var s,f,l,h,d=t&c.F,p=t&c.G,v=t&c.S,g=t&c.P,y=t&c.B,m=p?r:v?r[n]||(r[n]={}):(r[n]||{}).prototype,b=p?i:i[n]||(i[n]={}),S=b.prototype||(b.prototype={});for(s in p&&(e=n),e)l=((f=!d&&m&&void 0!==m[s])?m:e)[s],h=y&&f?a(l,r):g&&"function"==typeof l?a(Function.call,l):l,m&&u(m,s,l,t&c.U),b[s]!=l&&o(b,s,h),g&&S[s]!=l&&(S[s]=l)};r.core=i,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){var r=e(4);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n,e){var r=e(50)("wks"),i=e(31),o=e(1).Symbol,u="function"==typeof o;(t.exports=function(t){return r[t]||(r[t]=u&&o[t]||(u?o:i)("Symbol."+t))}).store=r},function(t,n,e){var r=e(21),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,n){var e=t.exports={version:"2.6.9"};"number"==typeof __e&&(__e=e)},function(t,n,e){t.exports=!e(2)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,n,e){var r=e(3),i=e(96),o=e(28),u=Object.defineProperty;n.f=e(8)?Object.defineProperty:function(t,n,e){if(r(t),n=o(n,!0),r(e),i)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(26);t.exports=function(t){return Object(r(t))}},function(t,n,e){var r=e(1),i=e(14),o=e(13),u=e(31)("src"),a=e(134),c=(""+a).split("toString");e(7).inspectSource=function(t){return a.call(t)},(t.exports=function(t,n,e,a){var s="function"==typeof e;s&&(o(e,"name")||i(e,"name",n)),t[n]!==e&&(s&&(o(e,u)||i(e,u,t[n]?""+t[n]:c.join(String(n)))),t===r?t[n]=e:a?t[n]?t[n]=e:i(t,n,e):(delete t[n],i(t,n,e)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||a.call(this)}))},function(t,n,e){var r=e(0),i=e(2),o=e(26),u=/"/g,a=function(t,n,e,r){var i=String(o(t)),a="<"+n;return""!==e&&(a+=" "+e+'="'+String(r).replace(u,""")+'"'),a+">"+i+""};t.exports=function(t,n){var e={};e[t]=n(a),r(r.P+r.F*i((function(){var n=""[t]('"');return n!==n.toLowerCase()||n.split('"').length>3})),"String",e)}},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n,e){var r=e(9),i=e(30);t.exports=e(8)?function(t,n,e){return r.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(46),i=e(26);t.exports=function(t){return r(i(t))}},function(t,n,e){"use strict";var r=e(2);t.exports=function(t,n){return!!t&&r((function(){n?t.call(null,(function(){}),1):t.call(null)}))}},function(t,n,e){"use strict";n.__esModule=!0,n.default=void 0;var r=e(18),i=function(){function t(){}return t.getFirstMatch=function(t,n){var e=n.match(t);return e&&e.length>0&&e[1]||""},t.getSecondMatch=function(t,n){var e=n.match(t);return e&&e.length>1&&e[2]||""},t.matchAndReturnConst=function(t,n,e){if(t.test(n))return e},t.getWindowsVersionName=function(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},t.getMacOSVersionName=function(t){var n=t.split(".").splice(0,2).map((function(t){return parseInt(t,10)||0}));if(n.push(0),10===n[0])switch(n[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},t.getAndroidVersionName=function(t){var n=t.split(".").splice(0,2).map((function(t){return parseInt(t,10)||0}));if(n.push(0),!(1===n[0]&&n[1]<5))return 1===n[0]&&n[1]<6?"Cupcake":1===n[0]&&n[1]>=6?"Donut":2===n[0]&&n[1]<2?"Eclair":2===n[0]&&2===n[1]?"Froyo":2===n[0]&&n[1]>2?"Gingerbread":3===n[0]?"Honeycomb":4===n[0]&&n[1]<1?"Ice Cream Sandwich":4===n[0]&&n[1]<4?"Jelly Bean":4===n[0]&&n[1]>=4?"KitKat":5===n[0]?"Lollipop":6===n[0]?"Marshmallow":7===n[0]?"Nougat":8===n[0]?"Oreo":9===n[0]?"Pie":void 0},t.getVersionPrecision=function(t){return t.split(".").length},t.compareVersions=function(n,e,r){void 0===r&&(r=!1);var i=t.getVersionPrecision(n),o=t.getVersionPrecision(e),u=Math.max(i,o),a=0,c=t.map([n,e],(function(n){var e=u-t.getVersionPrecision(n),r=n+new Array(e+1).join(".0");return t.map(r.split("."),(function(t){return new Array(20-t.length).join("0")+t})).reverse()}));for(r&&(a=u-Math.min(i,o)),u-=1;u>=a;){if(c[0][u]>c[1][u])return 1;if(c[0][u]===c[1][u]){if(u===a)return 0;u-=1}else if(c[0][u]1?i-1:0),u=1;u0?r:e)(t)}},function(t,n,e){var r=e(47),i=e(30),o=e(15),u=e(28),a=e(13),c=e(96),s=Object.getOwnPropertyDescriptor;n.f=e(8)?s:function(t,n){if(t=o(t),n=u(n,!0),c)try{return s(t,n)}catch(t){}if(a(t,n))return i(!r.f.call(t,n),t[n])}},function(t,n,e){var r=e(0),i=e(7),o=e(2);t.exports=function(t,n){var e=(i.Object||{})[t]||Object[t],u={};u[t]=n(e),r(r.S+r.F*o((function(){e(1)})),"Object",u)}},function(t,n,e){var r=e(19),i=e(46),o=e(10),u=e(6),a=e(112);t.exports=function(t,n){var e=1==t,c=2==t,s=3==t,f=4==t,l=6==t,h=5==t||l,d=n||a;return function(n,a,p){for(var v,g,y=o(n),m=i(y),b=r(a,p,3),S=u(m.length),w=0,_=e?d(n,S):c?d(n,0):void 0;S>w;w++)if((h||w in m)&&(g=b(v=m[w],w,y),t))if(e)_[w]=g;else if(g)switch(t){case 3:return!0;case 5:return v;case 6:return w;case 2:_.push(v)}else if(f)return!1;return l?-1:s||f?f:_}}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,e){"use strict";if(e(8)){var r=e(32),i=e(1),o=e(2),u=e(0),a=e(61),c=e(86),s=e(19),f=e(44),l=e(30),h=e(14),d=e(45),p=e(21),v=e(6),g=e(123),y=e(34),m=e(28),b=e(13),S=e(48),w=e(4),_=e(10),M=e(78),x=e(35),P=e(37),O=e(36).f,F=e(80),A=e(31),E=e(5),N=e(24),R=e(51),k=e(49),T=e(82),I=e(42),j=e(54),L=e(43),B=e(81),C=e(114),W=e(9),V=e(22),G=W.f,D=V.f,U=i.RangeError,z=i.TypeError,q=i.Uint8Array,K=Array.prototype,Y=c.ArrayBuffer,Q=c.DataView,H=N(0),J=N(2),X=N(3),Z=N(4),$=N(5),tt=N(6),nt=R(!0),et=R(!1),rt=T.values,it=T.keys,ot=T.entries,ut=K.lastIndexOf,at=K.reduce,ct=K.reduceRight,st=K.join,ft=K.sort,lt=K.slice,ht=K.toString,dt=K.toLocaleString,pt=E("iterator"),vt=E("toStringTag"),gt=A("typed_constructor"),yt=A("def_constructor"),mt=a.CONSTR,bt=a.TYPED,St=a.VIEW,wt=N(1,(function(t,n){return Ot(k(t,t[yt]),n)})),_t=o((function(){return 1===new q(new Uint16Array([1]).buffer)[0]})),Mt=!!q&&!!q.prototype.set&&o((function(){new q(1).set({})})),xt=function(t,n){var e=p(t);if(e<0||e%n)throw U("Wrong offset!");return e},Pt=function(t){if(w(t)&&bt in t)return t;throw z(t+" is not a typed array!")},Ot=function(t,n){if(!(w(t)&> in t))throw z("It is not a typed array constructor!");return new t(n)},Ft=function(t,n){return At(k(t,t[yt]),n)},At=function(t,n){for(var e=0,r=n.length,i=Ot(t,r);r>e;)i[e]=n[e++];return i},Et=function(t,n,e){G(t,n,{get:function(){return this._d[e]}})},Nt=function(t){var n,e,r,i,o,u,a=_(t),c=arguments.length,f=c>1?arguments[1]:void 0,l=void 0!==f,h=F(a);if(null!=h&&!M(h)){for(u=h.call(a),r=[],n=0;!(o=u.next()).done;n++)r.push(o.value);a=r}for(l&&c>2&&(f=s(f,arguments[2],2)),n=0,e=v(a.length),i=Ot(this,e);e>n;n++)i[n]=l?f(a[n],n):a[n];return i},Rt=function(){for(var t=0,n=arguments.length,e=Ot(this,n);n>t;)e[t]=arguments[t++];return e},kt=!!q&&o((function(){dt.call(new q(1))})),Tt=function(){return dt.apply(kt?lt.call(Pt(this)):Pt(this),arguments)},It={copyWithin:function(t,n){return C.call(Pt(this),t,n,arguments.length>2?arguments[2]:void 0)},every:function(t){return Z(Pt(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return B.apply(Pt(this),arguments)},filter:function(t){return Ft(this,J(Pt(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return $(Pt(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return tt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){H(Pt(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return et(Pt(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return nt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return st.apply(Pt(this),arguments)},lastIndexOf:function(t){return ut.apply(Pt(this),arguments)},map:function(t){return wt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return at.apply(Pt(this),arguments)},reduceRight:function(t){return ct.apply(Pt(this),arguments)},reverse:function(){for(var t,n=Pt(this).length,e=Math.floor(n/2),r=0;r1?arguments[1]:void 0)},sort:function(t){return ft.call(Pt(this),t)},subarray:function(t,n){var e=Pt(this),r=e.length,i=y(t,r);return new(k(e,e[yt]))(e.buffer,e.byteOffset+i*e.BYTES_PER_ELEMENT,v((void 0===n?r:y(n,r))-i))}},jt=function(t,n){return Ft(this,lt.call(Pt(this),t,n))},Lt=function(t){Pt(this);var n=xt(arguments[1],1),e=this.length,r=_(t),i=v(r.length),o=0;if(i+n>e)throw U("Wrong length!");for(;o255?255:255&r),i.v[d](e*n+i.o,r,_t)}(this,e,t)},enumerable:!0})};b?(p=e((function(t,e,r,i){f(t,p,s,"_d");var o,u,a,c,l=0,d=0;if(w(e)){if(!(e instanceof Y||"ArrayBuffer"==(c=S(e))||"SharedArrayBuffer"==c))return bt in e?At(p,e):Nt.call(p,e);o=e,d=xt(r,n);var y=e.byteLength;if(void 0===i){if(y%n)throw U("Wrong length!");if((u=y-d)<0)throw U("Wrong length!")}else if((u=v(i)*n)+d>y)throw U("Wrong length!");a=u/n}else a=g(e),o=new Y(u=a*n);for(h(t,"_d",{b:o,o:d,l:u,e:a,v:new Q(o)});ldocument.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[o[r]];return c()};t.exports=Object.create||function(t,n){var e;return null!==t?(a.prototype=r(t),e=new a,a.prototype=null,e[u]=t):e=c(),void 0===n?e:i(e,n)}},function(t,n,e){var r=e(98),i=e(65).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,n,e){var r=e(13),i=e(10),o=e(64)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n,e){var r=e(5)("unscopables"),i=Array.prototype;null==i[r]&&e(14)(i,r,{}),t.exports=function(t){i[r][t]=!0}},function(t,n,e){var r=e(4);t.exports=function(t,n){if(!r(t)||t._t!==n)throw TypeError("Incompatible receiver, "+n+" required!");return t}},function(t,n,e){var r=e(9).f,i=e(13),o=e(5)("toStringTag");t.exports=function(t,n,e){t&&!i(t=e?t:t.prototype,o)&&r(t,o,{configurable:!0,value:n})}},function(t,n,e){var r=e(0),i=e(26),o=e(2),u=e(68),a="["+u+"]",c=RegExp("^"+a+a+"*"),s=RegExp(a+a+"*$"),f=function(t,n,e){var i={},a=o((function(){return!!u[t]()||"​…"!="​…"[t]()})),c=i[t]=a?n(l):u[t];e&&(i[e]=c),r(r.P+r.F*a,"String",i)},l=f.trim=function(t,n){return t=String(i(t)),1&n&&(t=t.replace(c,"")),2&n&&(t=t.replace(s,"")),t};t.exports=f},function(t,n){t.exports={}},function(t,n,e){"use strict";var r=e(1),i=e(9),o=e(8),u=e(5)("species");t.exports=function(t){var n=r[t];o&&n&&!n[u]&&i.f(n,u,{configurable:!0,get:function(){return this}})}},function(t,n){t.exports=function(t,n,e,r){if(!(t instanceof n)||void 0!==r&&r in t)throw TypeError(e+": incorrect invocation!");return t}},function(t,n,e){var r=e(11);t.exports=function(t,n,e){for(var i in n)r(t,i,n[i],e);return t}},function(t,n,e){var r=e(25);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,n){n.f={}.propertyIsEnumerable},function(t,n,e){var r=e(25),i=e(5)("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var n,e,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=Object(t),i))?e:o?r(n):"Object"==(u=r(n))&&"function"==typeof n.callee?"Arguments":u}},function(t,n,e){var r=e(3),i=e(20),o=e(5)("species");t.exports=function(t,n){var e,u=r(t).constructor;return void 0===u||null==(e=r(u)[o])?n:i(e)}},function(t,n,e){var r=e(7),i=e(1),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(32)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,n,e){var r=e(15),i=e(6),o=e(34);t.exports=function(t){return function(n,e,u){var a,c=r(n),s=i(c.length),f=o(u,s);if(t&&e!=e){for(;s>f;)if((a=c[f++])!=a)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===e)return t||f||0;return!t&&-1}}},function(t,n){n.f=Object.getOwnPropertySymbols},function(t,n,e){var r=e(25);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,n,e){var r=e(5)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!i)return!1;var e=!1;try{var o=[7],u=o[r]();u.next=function(){return{done:e=!0}},o[r]=function(){return u},t(o)}catch(t){}return e}},function(t,n,e){"use strict";var r=e(3);t.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(t,n,e){"use strict";var r=e(48),i=RegExp.prototype.exec;t.exports=function(t,n){var e=t.exec;if("function"==typeof e){var o=e.call(t,n);if("object"!=typeof o)throw new TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==r(t))throw new TypeError("RegExp#exec called on incompatible receiver");return i.call(t,n)}},function(t,n,e){"use strict";e(116);var r=e(11),i=e(14),o=e(2),u=e(26),a=e(5),c=e(83),s=a("species"),f=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")})),l=function(){var t=/(?:)/,n=t.exec;t.exec=function(){return n.apply(this,arguments)};var e="ab".split(t);return 2===e.length&&"a"===e[0]&&"b"===e[1]}();t.exports=function(t,n,e){var h=a(t),d=!o((function(){var n={};return n[h]=function(){return 7},7!=""[t](n)})),p=d?!o((function(){var n=!1,e=/a/;return e.exec=function(){return n=!0,null},"split"===t&&(e.constructor={},e.constructor[s]=function(){return e}),e[h](""),!n})):void 0;if(!d||!p||"replace"===t&&!f||"split"===t&&!l){var v=/./[h],g=e(u,h,""[t],(function(t,n,e,r,i){return n.exec===c?d&&!i?{done:!0,value:v.call(n,e,r)}:{done:!0,value:t.call(e,n,r)}:{done:!1}})),y=g[0],m=g[1];r(String.prototype,t,y),i(RegExp.prototype,h,2==n?function(t,n){return m.call(t,this,n)}:function(t){return m.call(t,this)})}}},function(t,n,e){var r=e(19),i=e(111),o=e(78),u=e(3),a=e(6),c=e(80),s={},f={};(n=t.exports=function(t,n,e,l,h){var d,p,v,g,y=h?function(){return t}:c(t),m=r(e,l,n?2:1),b=0;if("function"!=typeof y)throw TypeError(t+" is not iterable!");if(o(y)){for(d=a(t.length);d>b;b++)if((g=n?m(u(p=t[b])[0],p[1]):m(t[b]))===s||g===f)return g}else for(v=y.call(t);!(p=v.next()).done;)if((g=i(v,m,p.value,n))===s||g===f)return g}).BREAK=s,n.RETURN=f},function(t,n,e){var r=e(1).navigator;t.exports=r&&r.userAgent||""},function(t,n,e){"use strict";var r=e(1),i=e(0),o=e(11),u=e(45),a=e(29),c=e(58),s=e(44),f=e(4),l=e(2),h=e(54),d=e(40),p=e(69);t.exports=function(t,n,e,v,g,y){var m=r[t],b=m,S=g?"set":"add",w=b&&b.prototype,_={},M=function(t){var n=w[t];o(w,t,"delete"==t?function(t){return!(y&&!f(t))&&n.call(this,0===t?0:t)}:"has"==t?function(t){return!(y&&!f(t))&&n.call(this,0===t?0:t)}:"get"==t?function(t){return y&&!f(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function(t){return n.call(this,0===t?0:t),this}:function(t,e){return n.call(this,0===t?0:t,e),this})};if("function"==typeof b&&(y||w.forEach&&!l((function(){(new b).entries().next()})))){var x=new b,P=x[S](y?{}:-0,1)!=x,O=l((function(){x.has(1)})),F=h((function(t){new b(t)})),A=!y&&l((function(){for(var t=new b,n=5;n--;)t[S](n,n);return!t.has(-0)}));F||((b=n((function(n,e){s(n,b,t);var r=p(new m,n,b);return null!=e&&c(e,g,r[S],r),r}))).prototype=w,w.constructor=b),(O||A)&&(M("delete"),M("has"),g&&M("get")),(A||P)&&M(S),y&&w.clear&&delete w.clear}else b=v.getConstructor(n,t,g,S),u(b.prototype,e),a.NEED=!0;return d(b,t),_[t]=b,i(i.G+i.W+i.F*(b!=m),_),y||v.setStrong(b,t,g),b}},function(t,n,e){for(var r,i=e(1),o=e(14),u=e(31),a=u("typed_array"),c=u("view"),s=!(!i.ArrayBuffer||!i.DataView),f=s,l=0,h="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");l<9;)(r=i[h[l++]])?(o(r.prototype,a,!0),o(r.prototype,c,!0)):f=!1;t.exports={ABV:s,CONSTR:f,TYPED:a,VIEW:c}},function(t,n,e){var r=e(4),i=e(1).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,n,e){n.f=e(5)},function(t,n,e){var r=e(50)("keys"),i=e(31);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(1).document;t.exports=r&&r.documentElement},function(t,n,e){var r=e(4),i=e(3),o=function(t,n){if(i(t),!r(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,n,r){try{(r=e(19)(Function.call,e(22).f(Object.prototype,"__proto__").set,2))(t,[]),n=!(t instanceof Array)}catch(t){n=!0}return function(t,e){return o(t,e),n?t.__proto__=e:r(t,e),t}}({},!1):void 0),check:o}},function(t,n){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,n,e){var r=e(4),i=e(67).set;t.exports=function(t,n,e){var o,u=n.constructor;return u!==e&&"function"==typeof u&&(o=u.prototype)!==e.prototype&&r(o)&&i&&i(t,o),t}},function(t,n,e){"use strict";var r=e(21),i=e(26);t.exports=function(t){var n=String(i(this)),e="",o=r(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(n+=n))1&o&&(e+=n);return e}},function(t,n){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,n){var e=Math.expm1;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:e},function(t,n,e){var r=e(21),i=e(26);t.exports=function(t){return function(n,e){var o,u,a=String(i(n)),c=r(e),s=a.length;return c<0||c>=s?t?"":void 0:(o=a.charCodeAt(c))<55296||o>56319||c+1===s||(u=a.charCodeAt(c+1))<56320||u>57343?t?a.charAt(c):o:t?a.slice(c,c+2):u-56320+(o-55296<<10)+65536}}},function(t,n,e){"use strict";var r=e(32),i=e(0),o=e(11),u=e(14),a=e(42),c=e(110),s=e(40),f=e(37),l=e(5)("iterator"),h=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,n,e,p,v,g,y){c(e,n,p);var m,b,S,w=function(t){if(!h&&t in P)return P[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},_=n+" Iterator",M="values"==v,x=!1,P=t.prototype,O=P[l]||P["@@iterator"]||v&&P[v],F=O||w(v),A=v?M?w("entries"):F:void 0,E="Array"==n&&P.entries||O;if(E&&(S=f(E.call(new t)))!==Object.prototype&&S.next&&(s(S,_,!0),r||"function"==typeof S[l]||u(S,l,d)),M&&O&&"values"!==O.name&&(x=!0,F=function(){return O.call(this)}),r&&!y||!h&&!x&&P[l]||u(P,l,F),a[n]=F,a[_]=d,v)if(m={values:M?F:w("values"),keys:g?F:w("keys"),entries:A},y)for(b in m)b in P||o(P,b,m[b]);else i(i.P+i.F*(h||x),n,m);return m}},function(t,n,e){var r=e(76),i=e(26);t.exports=function(t,n,e){if(r(n))throw TypeError("String#"+e+" doesn't accept regex!");return String(i(t))}},function(t,n,e){var r=e(4),i=e(25),o=e(5)("match");t.exports=function(t){var n;return r(t)&&(void 0!==(n=t[o])?!!n:"RegExp"==i(t))}},function(t,n,e){var r=e(5)("match");t.exports=function(t){var n=/./;try{"/./"[t](n)}catch(e){try{return n[r]=!1,!"/./"[t](n)}catch(t){}}return!0}},function(t,n,e){var r=e(42),i=e(5)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,n,e){"use strict";var r=e(9),i=e(30);t.exports=function(t,n,e){n in t?r.f(t,n,i(0,e)):t[n]=e}},function(t,n,e){var r=e(48),i=e(5)("iterator"),o=e(42);t.exports=e(7).getIteratorMethod=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,n,e){"use strict";var r=e(10),i=e(34),o=e(6);t.exports=function(t){for(var n=r(this),e=o(n.length),u=arguments.length,a=i(u>1?arguments[1]:void 0,e),c=u>2?arguments[2]:void 0,s=void 0===c?e:i(c,e);s>a;)n[a++]=t;return n}},function(t,n,e){"use strict";var r=e(38),i=e(115),o=e(42),u=e(15);t.exports=e(74)(Array,"Array",(function(t,n){this._t=u(t),this._i=0,this._k=n}),(function(){var t=this._t,n=this._k,e=this._i++;return!t||e>=t.length?(this._t=void 0,i(1)):i(0,"keys"==n?e:"values"==n?t[e]:[e,t[e]])}),"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,n,e){"use strict";var r,i,o=e(55),u=RegExp.prototype.exec,a=String.prototype.replace,c=u,s=(r=/a/,i=/b*/g,u.call(r,"a"),u.call(i,"a"),0!==r.lastIndex||0!==i.lastIndex),f=void 0!==/()??/.exec("")[1];(s||f)&&(c=function(t){var n,e,r,i,c=this;return f&&(e=new RegExp("^"+c.source+"$(?!\\s)",o.call(c))),s&&(n=c.lastIndex),r=u.call(c,t),s&&r&&(c.lastIndex=c.global?r.index+r[0].length:n),f&&r&&r.length>1&&a.call(r[0],e,(function(){for(i=1;ie;)n.push(arguments[e++]);return y[++g]=function(){a("function"==typeof t?t:Function(t),n)},r(g),g},d=function(t){delete y[t]},"process"==e(25)(l)?r=function(t){l.nextTick(u(m,t,1))}:v&&v.now?r=function(t){v.now(u(m,t,1))}:p?(o=(i=new p).port2,i.port1.onmessage=b,r=u(o.postMessage,o,1)):f.addEventListener&&"function"==typeof postMessage&&!f.importScripts?(r=function(t){f.postMessage(t+"","*")},f.addEventListener("message",b,!1)):r="onreadystatechange"in s("script")?function(t){c.appendChild(s("script")).onreadystatechange=function(){c.removeChild(this),m.call(t)}}:function(t){setTimeout(u(m,t,1),0)}),t.exports={set:h,clear:d}},function(t,n,e){"use strict";var r=e(1),i=e(8),o=e(32),u=e(61),a=e(14),c=e(45),s=e(2),f=e(44),l=e(21),h=e(6),d=e(123),p=e(36).f,v=e(9).f,g=e(81),y=e(40),m="prototype",b="Wrong index!",S=r.ArrayBuffer,w=r.DataView,_=r.Math,M=r.RangeError,x=r.Infinity,P=S,O=_.abs,F=_.pow,A=_.floor,E=_.log,N=_.LN2,R=i?"_b":"buffer",k=i?"_l":"byteLength",T=i?"_o":"byteOffset";function I(t,n,e){var r,i,o,u=new Array(e),a=8*e-n-1,c=(1<>1,f=23===n?F(2,-24)-F(2,-77):0,l=0,h=t<0||0===t&&1/t<0?1:0;for((t=O(t))!=t||t===x?(i=t!=t?1:0,r=c):(r=A(E(t)/N),t*(o=F(2,-r))<1&&(r--,o*=2),(t+=r+s>=1?f/o:f*F(2,1-s))*o>=2&&(r++,o/=2),r+s>=c?(i=0,r=c):r+s>=1?(i=(t*o-1)*F(2,n),r+=s):(i=t*F(2,s-1)*F(2,n),r=0));n>=8;u[l++]=255&i,i/=256,n-=8);for(r=r<0;u[l++]=255&r,r/=256,a-=8);return u[--l]|=128*h,u}function j(t,n,e){var r,i=8*e-n-1,o=(1<>1,a=i-7,c=e-1,s=t[c--],f=127&s;for(s>>=7;a>0;f=256*f+t[c],c--,a-=8);for(r=f&(1<<-a)-1,f>>=-a,a+=n;a>0;r=256*r+t[c],c--,a-=8);if(0===f)f=1-u;else{if(f===o)return r?NaN:s?-x:x;r+=F(2,n),f-=u}return(s?-1:1)*r*F(2,f-n)}function L(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]}function B(t){return[255&t]}function C(t){return[255&t,t>>8&255]}function W(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]}function V(t){return I(t,52,8)}function G(t){return I(t,23,4)}function D(t,n,e){v(t[m],n,{get:function(){return this[e]}})}function U(t,n,e,r){var i=d(+e);if(i+n>t[k])throw M(b);var o=t[R]._b,u=i+t[T],a=o.slice(u,u+n);return r?a:a.reverse()}function z(t,n,e,r,i,o){var u=d(+e);if(u+n>t[k])throw M(b);for(var a=t[R]._b,c=u+t[T],s=r(+i),f=0;fQ;)(q=Y[Q++])in S||a(S,q,P[q]);o||(K.constructor=S)}var H=new w(new S(2)),J=w[m].setInt8;H.setInt8(0,2147483648),H.setInt8(1,2147483649),!H.getInt8(0)&&H.getInt8(1)||c(w[m],{setInt8:function(t,n){J.call(this,t,n<<24>>24)},setUint8:function(t,n){J.call(this,t,n<<24>>24)}},!0)}else S=function(t){f(this,S,"ArrayBuffer");var n=d(t);this._b=g.call(new Array(n),0),this[k]=n},w=function(t,n,e){f(this,w,"DataView"),f(t,S,"DataView");var r=t[k],i=l(n);if(i<0||i>r)throw M("Wrong offset!");if(i+(e=void 0===e?r-i:h(e))>r)throw M("Wrong length!");this[R]=t,this[T]=i,this[k]=e},i&&(D(S,"byteLength","_l"),D(w,"buffer","_b"),D(w,"byteLength","_l"),D(w,"byteOffset","_o")),c(w[m],{getInt8:function(t){return U(this,1,t)[0]<<24>>24},getUint8:function(t){return U(this,1,t)[0]},getInt16:function(t){var n=U(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=U(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function(t){return L(U(this,4,t,arguments[1]))},getUint32:function(t){return L(U(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return j(U(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return j(U(this,8,t,arguments[1]),52,8)},setInt8:function(t,n){z(this,1,t,B,n)},setUint8:function(t,n){z(this,1,t,B,n)},setInt16:function(t,n){z(this,2,t,C,n,arguments[2])},setUint16:function(t,n){z(this,2,t,C,n,arguments[2])},setInt32:function(t,n){z(this,4,t,W,n,arguments[2])},setUint32:function(t,n){z(this,4,t,W,n,arguments[2])},setFloat32:function(t,n){z(this,4,t,G,n,arguments[2])},setFloat64:function(t,n){z(this,8,t,V,n,arguments[2])}});y(S,"ArrayBuffer"),y(w,"DataView"),a(w[m],u.VIEW,!0),n.ArrayBuffer=S,n.DataView=w},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n,e){t.exports=!e(128)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,n,e){"use strict";n.__esModule=!0,n.default=void 0;var r,i=(r=e(91))&&r.__esModule?r:{default:r},o=e(18);function u(t,n){for(var e=0;e0){var u=Object.keys(e),c=a.default.find(u,(function(t){return n.isOS(t)}));if(c){var s=this.satisfies(e[c]);if(void 0!==s)return s}var f=a.default.find(u,(function(t){return n.isPlatform(t)}));if(f){var l=this.satisfies(e[f]);if(void 0!==l)return l}}if(o>0){var h=Object.keys(i),d=a.default.find(h,(function(t){return n.isBrowser(t,!0)}));if(void 0!==d)return this.compareVersion(i[d])}},n.isBrowser=function(t,n){void 0===n&&(n=!1);var e=this.getBrowserName().toLowerCase(),r=t.toLowerCase(),i=a.default.getBrowserTypeByAlias(r);return n&&i&&(r=i.toLowerCase()),r===e},n.compareVersion=function(t){var n=[0],e=t,r=!1,i=this.getBrowserVersion();if("string"==typeof i)return">"===t[0]||"<"===t[0]?(e=t.substr(1),"="===t[1]?(r=!0,e=t.substr(2)):n=[],">"===t[0]?n.push(1):n.push(-1)):"="===t[0]?e=t.substr(1):"~"===t[0]&&(r=!0,e=t.substr(1)),n.indexOf(a.default.compareVersions(i,e,r))>-1},n.isOS=function(t){return this.getOSName(!0)===String(t).toLowerCase()},n.isPlatform=function(t){return this.getPlatformType(!0)===String(t).toLowerCase()},n.isEngine=function(t){return this.getEngineName(!0)===String(t).toLowerCase()},n.is=function(t,n){return void 0===n&&(n=!1),this.isBrowser(t,n)||this.isOS(t)||this.isPlatform(t)},n.some=function(t){var n=this;return void 0===t&&(t=[]),t.some((function(t){return n.is(t)}))},t}();n.default=s,t.exports=n.default},function(t,n,e){"use strict";n.__esModule=!0,n.default=void 0;var r,i=(r=e(17))&&r.__esModule?r:{default:r};var o=/version\/(\d+(\.?_?\d+)+)/i,u=[{test:[/googlebot/i],describe:function(t){var n={name:"Googlebot"},e=i.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/opera/i],describe:function(t){var n={name:"Opera"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/opr\/|opios/i],describe:function(t){var n={name:"Opera"},e=i.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/SamsungBrowser/i],describe:function(t){var n={name:"Samsung Internet for Android"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/Whale/i],describe:function(t){var n={name:"NAVER Whale Browser"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/MZBrowser/i],describe:function(t){var n={name:"MZ Browser"},e=i.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/focus/i],describe:function(t){var n={name:"Focus"},e=i.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/swing/i],describe:function(t){var n={name:"Swing"},e=i.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/coast/i],describe:function(t){var n={name:"Opera Coast"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(t){var n={name:"Opera Touch"},e=i.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/yabrowser/i],describe:function(t){var n={name:"Yandex Browser"},e=i.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/ucbrowser/i],describe:function(t){var n={name:"UC Browser"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/Maxthon|mxios/i],describe:function(t){var n={name:"Maxthon"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/epiphany/i],describe:function(t){var n={name:"Epiphany"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/puffin/i],describe:function(t){var n={name:"Puffin"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/sleipnir/i],describe:function(t){var n={name:"Sleipnir"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/k-meleon/i],describe:function(t){var n={name:"K-Meleon"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/micromessenger/i],describe:function(t){var n={name:"WeChat"},e=i.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/qqbrowser/i],describe:function(t){var n={name:/qqbrowserlite/i.test(t)?"QQ Browser Lite":"QQ Browser"},e=i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/msie|trident/i],describe:function(t){var n={name:"Internet Explorer"},e=i.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/\sedg\//i],describe:function(t){var n={name:"Microsoft Edge"},e=i.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/edg([ea]|ios)/i],describe:function(t){var n={name:"Microsoft Edge"},e=i.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/vivaldi/i],describe:function(t){var n={name:"Vivaldi"},e=i.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/seamonkey/i],describe:function(t){var n={name:"SeaMonkey"},e=i.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/sailfish/i],describe:function(t){var n={name:"Sailfish"},e=i.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,t);return e&&(n.version=e),n}},{test:[/silk/i],describe:function(t){var n={name:"Amazon Silk"},e=i.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/phantom/i],describe:function(t){var n={name:"PhantomJS"},e=i.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/slimerjs/i],describe:function(t){var n={name:"SlimerJS"},e=i.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(t){var n={name:"BlackBerry"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/(web|hpw)[o0]s/i],describe:function(t){var n={name:"WebOS Browser"},e=i.default.getFirstMatch(o,t)||i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/bada/i],describe:function(t){var n={name:"Bada"},e=i.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/tizen/i],describe:function(t){var n={name:"Tizen"},e=i.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/qupzilla/i],describe:function(t){var n={name:"QupZilla"},e=i.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/firefox|iceweasel|fxios/i],describe:function(t){var n={name:"Firefox"},e=i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/electron/i],describe:function(t){var n={name:"Electron"},e=i.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/MiuiBrowser/i],describe:function(t){var n={name:"Miui"},e=i.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/chromium/i],describe:function(t){var n={name:"Chromium"},e=i.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,t)||i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/chrome|crios|crmo/i],describe:function(t){var n={name:"Chrome"},e=i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/GSA/i],describe:function(t){var n={name:"Google Search"},e=i.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:function(t){var n=!t.test(/like android/i),e=t.test(/android/i);return n&&e},describe:function(t){var n={name:"Android Browser"},e=i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/playstation 4/i],describe:function(t){var n={name:"PlayStation 4"},e=i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/safari|applewebkit/i],describe:function(t){var n={name:"Safari"},e=i.default.getFirstMatch(o,t);return e&&(n.version=e),n}},{test:[/.*/i],describe:function(t){var n=-1!==t.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:i.default.getFirstMatch(n,t),version:i.default.getSecondMatch(n,t)}}}];n.default=u,t.exports=n.default},function(t,n,e){"use strict";n.__esModule=!0,n.default=void 0;var r,i=(r=e(17))&&r.__esModule?r:{default:r},o=e(18);var u=[{test:[/Roku\/DVP/],describe:function(t){var n=i.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,t);return{name:o.OS_MAP.Roku,version:n}}},{test:[/windows phone/i],describe:function(t){var n=i.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,t);return{name:o.OS_MAP.WindowsPhone,version:n}}},{test:[/windows /i],describe:function(t){var n=i.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,t),e=i.default.getWindowsVersionName(n);return{name:o.OS_MAP.Windows,version:n,versionName:e}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(t){var n={name:o.OS_MAP.iOS},e=i.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,t);return e&&(n.version=e),n}},{test:[/macintosh/i],describe:function(t){var n=i.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,t).replace(/[_\s]/g,"."),e=i.default.getMacOSVersionName(n),r={name:o.OS_MAP.MacOS,version:n};return e&&(r.versionName=e),r}},{test:[/(ipod|iphone|ipad)/i],describe:function(t){var n=i.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,t).replace(/[_\s]/g,".");return{name:o.OS_MAP.iOS,version:n}}},{test:function(t){var n=!t.test(/like android/i),e=t.test(/android/i);return n&&e},describe:function(t){var n=i.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,t),e=i.default.getAndroidVersionName(n),r={name:o.OS_MAP.Android,version:n};return e&&(r.versionName=e),r}},{test:[/(web|hpw)[o0]s/i],describe:function(t){var n=i.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,t),e={name:o.OS_MAP.WebOS};return n&&n.length&&(e.version=n),e}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(t){var n=i.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,t)||i.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,t)||i.default.getFirstMatch(/\bbb(\d+)/i,t);return{name:o.OS_MAP.BlackBerry,version:n}}},{test:[/bada/i],describe:function(t){var n=i.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,t);return{name:o.OS_MAP.Bada,version:n}}},{test:[/tizen/i],describe:function(t){var n=i.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,t);return{name:o.OS_MAP.Tizen,version:n}}},{test:[/linux/i],describe:function(){return{name:o.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:o.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(t){var n=i.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,t);return{name:o.OS_MAP.PlayStation4,version:n}}}];n.default=u,t.exports=n.default},function(t,n,e){"use strict";n.__esModule=!0,n.default=void 0;var r,i=(r=e(17))&&r.__esModule?r:{default:r},o=e(18);var u=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(t){var n=i.default.getFirstMatch(/(can-l01)/i,t)&&"Nova",e={type:o.PLATFORMS_MAP.mobile,vendor:"Huawei"};return n&&(e.model=n),e}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:o.PLATFORMS_MAP.tablet}}},{test:function(t){var n=t.test(/ipod|iphone/i),e=t.test(/like (ipod|iphone)/i);return n&&!e},describe:function(t){var n=i.default.getFirstMatch(/(ipod|iphone)/i,t);return{type:o.PLATFORMS_MAP.mobile,vendor:"Apple",model:n}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(t){return"blackberry"===t.getBrowserName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(t){return"bada"===t.getBrowserName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(t){return"windows phone"===t.getBrowserName()},describe:function(){return{type:o.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(t){var n=Number(String(t.getOSVersion()).split(".")[0]);return"android"===t.getOSName(!0)&&n>=3},describe:function(){return{type:o.PLATFORMS_MAP.tablet}}},{test:function(t){return"android"===t.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.mobile}}},{test:function(t){return"macos"===t.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(t){return"windows"===t.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop}}},{test:function(t){return"linux"===t.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.desktop}}},{test:function(t){return"playstation 4"===t.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.tv}}},{test:function(t){return"roku"===t.getOSName(!0)},describe:function(){return{type:o.PLATFORMS_MAP.tv}}}];n.default=u,t.exports=n.default},function(t,n,e){"use strict";n.__esModule=!0,n.default=void 0;var r,i=(r=e(17))&&r.__esModule?r:{default:r},o=e(18);var u=[{test:function(t){return"microsoft edge"===t.getBrowserName(!0)},describe:function(t){if(/\sedg\//i.test(t))return{name:o.ENGINE_MAP.Blink};var n=i.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,t);return{name:o.ENGINE_MAP.EdgeHTML,version:n}}},{test:[/trident/i],describe:function(t){var n={name:o.ENGINE_MAP.Trident},e=i.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:function(t){return t.test(/presto/i)},describe:function(t){var n={name:o.ENGINE_MAP.Presto},e=i.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:function(t){var n=t.test(/gecko/i),e=t.test(/like gecko/i);return n&&!e},describe:function(t){var n={name:o.ENGINE_MAP.Gecko},e=i.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:o.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(t){var n={name:o.ENGINE_MAP.WebKit},e=i.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,t);return e&&(n.version=e),n}}];n.default=u,t.exports=n.default},function(t,n,e){t.exports=!e(8)&&!e(2)((function(){return 7!=Object.defineProperty(e(62)("div"),"a",{get:function(){return 7}}).a}))},function(t,n,e){var r=e(1),i=e(7),o=e(32),u=e(63),a=e(9).f;t.exports=function(t){var n=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in n||a(n,t,{value:u.f(t)})}},function(t,n,e){var r=e(13),i=e(15),o=e(51)(!1),u=e(64)("IE_PROTO");t.exports=function(t,n){var e,a=i(t),c=0,s=[];for(e in a)e!=u&&r(a,e)&&s.push(e);for(;n.length>c;)r(a,e=n[c++])&&(~o(s,e)||s.push(e));return s}},function(t,n,e){var r=e(9),i=e(3),o=e(33);t.exports=e(8)?Object.defineProperties:function(t,n){i(t);for(var e,u=o(n),a=u.length,c=0;a>c;)r.f(t,e=u[c++],n[e]);return t}},function(t,n,e){var r=e(15),i=e(36).f,o={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return u&&"[object Window]"==o.call(t)?function(t){try{return i(t)}catch(t){return u.slice()}}(t):i(r(t))}},function(t,n,e){"use strict";var r=e(8),i=e(33),o=e(52),u=e(47),a=e(10),c=e(46),s=Object.assign;t.exports=!s||e(2)((function(){var t={},n={},e=Symbol(),r="abcdefghijklmnopqrst";return t[e]=7,r.split("").forEach((function(t){n[t]=t})),7!=s({},t)[e]||Object.keys(s({},n)).join("")!=r}))?function(t,n){for(var e=a(t),s=arguments.length,f=1,l=o.f,h=u.f;s>f;)for(var d,p=c(arguments[f++]),v=l?i(p).concat(l(p)):i(p),g=v.length,y=0;g>y;)d=v[y++],r&&!h.call(p,d)||(e[d]=p[d]);return e}:s},function(t,n){t.exports=Object.is||function(t,n){return t===n?0!==t||1/t==1/n:t!=t&&n!=n}},function(t,n,e){"use strict";var r=e(20),i=e(4),o=e(104),u=[].slice,a={},c=function(t,n,e){if(!(n in a)){for(var r=[],i=0;i>>0||(u.test(e)?16:10))}:r},function(t,n,e){var r=e(1).parseFloat,i=e(41).trim;t.exports=1/r(e(68)+"-0")!=-1/0?function(t){var n=i(String(t),3),e=r(n);return 0===e&&"-"==n.charAt(0)?-0:e}:r},function(t,n,e){var r=e(25);t.exports=function(t,n){if("number"!=typeof t&&"Number"!=r(t))throw TypeError(n);return+t}},function(t,n,e){var r=e(4),i=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&i(t)===t}},function(t,n){t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,n,e){"use strict";var r=e(35),i=e(30),o=e(40),u={};e(14)(u,e(5)("iterator"),(function(){return this})),t.exports=function(t,n,e){t.prototype=r(u,{next:i(1,e)}),o(t,n+" Iterator")}},function(t,n,e){var r=e(3);t.exports=function(t,n,e,i){try{return i?n(r(e)[0],e[1]):n(e)}catch(n){var o=t.return;throw void 0!==o&&r(o.call(t)),n}}},function(t,n,e){var r=e(224);t.exports=function(t,n){return new(r(t))(n)}},function(t,n,e){var r=e(20),i=e(10),o=e(46),u=e(6);t.exports=function(t,n,e,a,c){r(n);var s=i(t),f=o(s),l=u(s.length),h=c?l-1:0,d=c?-1:1;if(e<2)for(;;){if(h in f){a=f[h],h+=d;break}if(h+=d,c?h<0:l<=h)throw TypeError("Reduce of empty array with no initial value")}for(;c?h>=0:l>h;h+=d)h in f&&(a=n(a,f[h],h,s));return a}},function(t,n,e){"use strict";var r=e(10),i=e(34),o=e(6);t.exports=[].copyWithin||function(t,n){var e=r(this),u=o(e.length),a=i(t,u),c=i(n,u),s=arguments.length>2?arguments[2]:void 0,f=Math.min((void 0===s?u:i(s,u))-c,u-a),l=1;for(c0;)c in e?e[a]=e[c]:delete e[a],a+=l,c+=l;return e}},function(t,n){t.exports=function(t,n){return{value:n,done:!!t}}},function(t,n,e){"use strict";var r=e(83);e(0)({target:"RegExp",proto:!0,forced:r!==/./.exec},{exec:r})},function(t,n,e){e(8)&&"g"!=/./g.flags&&e(9).f(RegExp.prototype,"flags",{configurable:!0,get:e(55)})},function(t,n,e){"use strict";var r,i,o,u,a=e(32),c=e(1),s=e(19),f=e(48),l=e(0),h=e(4),d=e(20),p=e(44),v=e(58),g=e(49),y=e(85).set,m=e(244)(),b=e(119),S=e(245),w=e(59),_=e(120),M=c.TypeError,x=c.process,P=x&&x.versions,O=P&&P.v8||"",F=c.Promise,A="process"==f(x),E=function(){},N=i=b.f,R=!!function(){try{var t=F.resolve(1),n=(t.constructor={})[e(5)("species")]=function(t){t(E,E)};return(A||"function"==typeof PromiseRejectionEvent)&&t.then(E)instanceof n&&0!==O.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(t){}}(),k=function(t){var n;return!(!h(t)||"function"!=typeof(n=t.then))&&n},T=function(t,n){if(!t._n){t._n=!0;var e=t._c;m((function(){for(var r=t._v,i=1==t._s,o=0,u=function(n){var e,o,u,a=i?n.ok:n.fail,c=n.resolve,s=n.reject,f=n.domain;try{a?(i||(2==t._h&&L(t),t._h=1),!0===a?e=r:(f&&f.enter(),e=a(r),f&&(f.exit(),u=!0)),e===n.promise?s(M("Promise-chain cycle")):(o=k(e))?o.call(e,c,s):c(e)):s(r)}catch(t){f&&!u&&f.exit(),s(t)}};e.length>o;)u(e[o++]);t._c=[],t._n=!1,n&&!t._h&&I(t)}))}},I=function(t){y.call(c,(function(){var n,e,r,i=t._v,o=j(t);if(o&&(n=S((function(){A?x.emit("unhandledRejection",i,t):(e=c.onunhandledrejection)?e({promise:t,reason:i}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",i)})),t._h=A||j(t)?2:1),t._a=void 0,o&&n.e)throw n.v}))},j=function(t){return 1!==t._h&&0===(t._a||t._c).length},L=function(t){y.call(c,(function(){var n;A?x.emit("rejectionHandled",t):(n=c.onrejectionhandled)&&n({promise:t,reason:t._v})}))},B=function(t){var n=this;n._d||(n._d=!0,(n=n._w||n)._v=t,n._s=2,n._a||(n._a=n._c.slice()),T(n,!0))},C=function(t){var n,e=this;if(!e._d){e._d=!0,e=e._w||e;try{if(e===t)throw M("Promise can't be resolved itself");(n=k(t))?m((function(){var r={_w:e,_d:!1};try{n.call(t,s(C,r,1),s(B,r,1))}catch(t){B.call(r,t)}})):(e._v=t,e._s=1,T(e,!1))}catch(t){B.call({_w:e,_d:!1},t)}}};R||(F=function(t){p(this,F,"Promise","_h"),d(t),r.call(this);try{t(s(C,this,1),s(B,this,1))}catch(t){B.call(this,t)}},(r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=e(45)(F.prototype,{then:function(t,n){var e=N(g(this,F));return e.ok="function"!=typeof t||t,e.fail="function"==typeof n&&n,e.domain=A?x.domain:void 0,this._c.push(e),this._a&&this._a.push(e),this._s&&T(this,!1),e.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r;this.promise=t,this.resolve=s(C,t,1),this.reject=s(B,t,1)},b.f=N=function(t){return t===F||t===u?new o(t):i(t)}),l(l.G+l.W+l.F*!R,{Promise:F}),e(40)(F,"Promise"),e(43)("Promise"),u=e(7).Promise,l(l.S+l.F*!R,"Promise",{reject:function(t){var n=N(this);return(0,n.reject)(t),n.promise}}),l(l.S+l.F*(a||!R),"Promise",{resolve:function(t){return _(a&&this===u?F:this,t)}}),l(l.S+l.F*!(R&&e(54)((function(t){F.all(t).catch(E)}))),"Promise",{all:function(t){var n=this,e=N(n),r=e.resolve,i=e.reject,o=S((function(){var e=[],o=0,u=1;v(t,!1,(function(t){var a=o++,c=!1;e.push(void 0),u++,n.resolve(t).then((function(t){c||(c=!0,e[a]=t,--u||r(e))}),i)})),--u||r(e)}));return o.e&&i(o.v),e.promise},race:function(t){var n=this,e=N(n),r=e.reject,i=S((function(){v(t,!1,(function(t){n.resolve(t).then(e.resolve,r)}))}));return i.e&&r(i.v),e.promise}})},function(t,n,e){"use strict";var r=e(20);function i(t){var n,e;this.promise=new t((function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r})),this.resolve=r(n),this.reject=r(e)}t.exports.f=function(t){return new i(t)}},function(t,n,e){var r=e(3),i=e(4),o=e(119);t.exports=function(t,n){if(r(t),i(n)&&n.constructor===t)return n;var e=o.f(t);return(0,e.resolve)(n),e.promise}},function(t,n,e){"use strict";var r=e(9).f,i=e(35),o=e(45),u=e(19),a=e(44),c=e(58),s=e(74),f=e(115),l=e(43),h=e(8),d=e(29).fastKey,p=e(39),v=h?"_s":"size",g=function(t,n){var e,r=d(n);if("F"!==r)return t._i[r];for(e=t._f;e;e=e.n)if(e.k==n)return e};t.exports={getConstructor:function(t,n,e,s){var f=t((function(t,r){a(t,f,n,"_i"),t._t=n,t._i=i(null),t._f=void 0,t._l=void 0,t[v]=0,null!=r&&c(r,e,t[s],t)}));return o(f.prototype,{clear:function(){for(var t=p(this,n),e=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete e[r.i];t._f=t._l=void 0,t[v]=0},delete:function(t){var e=p(this,n),r=g(e,t);if(r){var i=r.n,o=r.p;delete e._i[r.i],r.r=!0,o&&(o.n=i),i&&(i.p=o),e._f==r&&(e._f=i),e._l==r&&(e._l=o),e[v]--}return!!r},forEach:function(t){p(this,n);for(var e,r=u(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(r(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!g(p(this,n),t)}}),h&&r(f.prototype,"size",{get:function(){return p(this,n)[v]}}),f},def:function(t,n,e){var r,i,o=g(t,n);return o?o.v=e:(t._l=o={i:i=d(n,!0),k:n,v:e,p:r=t._l,n:void 0,r:!1},t._f||(t._f=o),r&&(r.n=o),t[v]++,"F"!==i&&(t._i[i]=o)),t},getEntry:g,setStrong:function(t,n,e){s(t,n,(function(t,e){this._t=p(t,n),this._k=e,this._l=void 0}),(function(){for(var t=this._k,n=this._l;n&&n.r;)n=n.p;return this._t&&(this._l=n=n?n.n:this._t._f)?f(0,"keys"==t?n.k:"values"==t?n.v:[n.k,n.v]):(this._t=void 0,f(1))}),e?"entries":"values",!e,!0),l(n)}}},function(t,n,e){"use strict";var r=e(45),i=e(29).getWeak,o=e(3),u=e(4),a=e(44),c=e(58),s=e(24),f=e(13),l=e(39),h=s(5),d=s(6),p=0,v=function(t){return t._l||(t._l=new g)},g=function(){this.a=[]},y=function(t,n){return h(t.a,(function(t){return t[0]===n}))};g.prototype={get:function(t){var n=y(this,t);if(n)return n[1]},has:function(t){return!!y(this,t)},set:function(t,n){var e=y(this,t);e?e[1]=n:this.a.push([t,n])},delete:function(t){var n=d(this.a,(function(n){return n[0]===t}));return~n&&this.a.splice(n,1),!!~n}},t.exports={getConstructor:function(t,n,e,o){var s=t((function(t,r){a(t,s,n,"_i"),t._t=n,t._i=p++,t._l=void 0,null!=r&&c(r,e,t[o],t)}));return r(s.prototype,{delete:function(t){if(!u(t))return!1;var e=i(t);return!0===e?v(l(this,n)).delete(t):e&&f(e,this._i)&&delete e[this._i]},has:function(t){if(!u(t))return!1;var e=i(t);return!0===e?v(l(this,n)).has(t):e&&f(e,this._i)}}),s},def:function(t,n,e){var r=i(o(n),!0);return!0===r?v(t).set(n,e):r[t._i]=e,t},ufstore:v}},function(t,n,e){var r=e(21),i=e(6);t.exports=function(t){if(void 0===t)return 0;var n=r(t),e=i(n);if(n!==e)throw RangeError("Wrong length!");return e}},function(t,n,e){var r=e(36),i=e(52),o=e(3),u=e(1).Reflect;t.exports=u&&u.ownKeys||function(t){var n=r.f(o(t)),e=i.f;return e?n.concat(e(t)):n}},function(t,n,e){var r=e(6),i=e(70),o=e(26);t.exports=function(t,n,e,u){var a=String(o(t)),c=a.length,s=void 0===e?" ":String(e),f=r(n);if(f<=c||""==s)return a;var l=f-c,h=i.call(s,Math.ceil(l/s.length));return h.length>l&&(h=h.slice(0,l)),u?h+a:a+h}},function(t,n,e){var r=e(8),i=e(33),o=e(15),u=e(47).f;t.exports=function(t){return function(n){for(var e,a=o(n),c=i(a),s=c.length,f=0,l=[];s>f;)e=c[f++],r&&!u.call(a,e)||l.push(t?[e,a[e]]:a[e]);return l}}},function(t,n){var e=t.exports={version:"2.6.9"};"number"==typeof __e&&(__e=e)},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){e(130),t.exports=e(90)},function(t,n,e){"use strict";e(131);var r,i=(r=e(303))&&r.__esModule?r:{default:r};i.default._babelPolyfill&&"undefined"!=typeof console&&console.warn&&console.warn("@babel/polyfill is loaded more than once on this page. This is probably not desirable/intended and may have consequences if different versions of the polyfills are applied sequentially. If you do need to load the polyfill more than once, use @babel/polyfill/noConflict instead to bypass the warning."),i.default._babelPolyfill=!0},function(t,n,e){"use strict";e(132),e(275),e(277),e(280),e(282),e(284),e(286),e(288),e(290),e(292),e(294),e(296),e(298),e(302)},function(t,n,e){e(133),e(136),e(137),e(138),e(139),e(140),e(141),e(142),e(143),e(144),e(145),e(146),e(147),e(148),e(149),e(150),e(151),e(152),e(153),e(154),e(155),e(156),e(157),e(158),e(159),e(160),e(161),e(162),e(163),e(164),e(165),e(166),e(167),e(168),e(169),e(170),e(171),e(172),e(173),e(174),e(175),e(176),e(177),e(179),e(180),e(181),e(182),e(183),e(184),e(185),e(186),e(187),e(188),e(189),e(190),e(191),e(192),e(193),e(194),e(195),e(196),e(197),e(198),e(199),e(200),e(201),e(202),e(203),e(204),e(205),e(206),e(207),e(208),e(209),e(210),e(211),e(212),e(214),e(215),e(217),e(218),e(219),e(220),e(221),e(222),e(223),e(225),e(226),e(227),e(228),e(229),e(230),e(231),e(232),e(233),e(234),e(235),e(236),e(237),e(82),e(238),e(116),e(239),e(117),e(240),e(241),e(242),e(243),e(118),e(246),e(247),e(248),e(249),e(250),e(251),e(252),e(253),e(254),e(255),e(256),e(257),e(258),e(259),e(260),e(261),e(262),e(263),e(264),e(265),e(266),e(267),e(268),e(269),e(270),e(271),e(272),e(273),e(274),t.exports=e(7)},function(t,n,e){"use strict";var r=e(1),i=e(13),o=e(8),u=e(0),a=e(11),c=e(29).KEY,s=e(2),f=e(50),l=e(40),h=e(31),d=e(5),p=e(63),v=e(97),g=e(135),y=e(53),m=e(3),b=e(4),S=e(10),w=e(15),_=e(28),M=e(30),x=e(35),P=e(100),O=e(22),F=e(52),A=e(9),E=e(33),N=O.f,R=A.f,k=P.f,T=r.Symbol,I=r.JSON,j=I&&I.stringify,L=d("_hidden"),B=d("toPrimitive"),C={}.propertyIsEnumerable,W=f("symbol-registry"),V=f("symbols"),G=f("op-symbols"),D=Object.prototype,U="function"==typeof T&&!!F.f,z=r.QObject,q=!z||!z.prototype||!z.prototype.findChild,K=o&&s((function(){return 7!=x(R({},"a",{get:function(){return R(this,"a",{value:7}).a}})).a}))?function(t,n,e){var r=N(D,n);r&&delete D[n],R(t,n,e),r&&t!==D&&R(D,n,r)}:R,Y=function(t){var n=V[t]=x(T.prototype);return n._k=t,n},Q=U&&"symbol"==typeof T.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof T},H=function(t,n,e){return t===D&&H(G,n,e),m(t),n=_(n,!0),m(e),i(V,n)?(e.enumerable?(i(t,L)&&t[L][n]&&(t[L][n]=!1),e=x(e,{enumerable:M(0,!1)})):(i(t,L)||R(t,L,M(1,{})),t[L][n]=!0),K(t,n,e)):R(t,n,e)},J=function(t,n){m(t);for(var e,r=g(n=w(n)),i=0,o=r.length;o>i;)H(t,e=r[i++],n[e]);return t},X=function(t){var n=C.call(this,t=_(t,!0));return!(this===D&&i(V,t)&&!i(G,t))&&(!(n||!i(this,t)||!i(V,t)||i(this,L)&&this[L][t])||n)},Z=function(t,n){if(t=w(t),n=_(n,!0),t!==D||!i(V,n)||i(G,n)){var e=N(t,n);return!e||!i(V,n)||i(t,L)&&t[L][n]||(e.enumerable=!0),e}},$=function(t){for(var n,e=k(w(t)),r=[],o=0;e.length>o;)i(V,n=e[o++])||n==L||n==c||r.push(n);return r},tt=function(t){for(var n,e=t===D,r=k(e?G:w(t)),o=[],u=0;r.length>u;)!i(V,n=r[u++])||e&&!i(D,n)||o.push(V[n]);return o};U||(a((T=function(){if(this instanceof T)throw TypeError("Symbol is not a constructor!");var t=h(arguments.length>0?arguments[0]:void 0),n=function(e){this===D&&n.call(G,e),i(this,L)&&i(this[L],t)&&(this[L][t]=!1),K(this,t,M(1,e))};return o&&q&&K(D,t,{configurable:!0,set:n}),Y(t)}).prototype,"toString",(function(){return this._k})),O.f=Z,A.f=H,e(36).f=P.f=$,e(47).f=X,F.f=tt,o&&!e(32)&&a(D,"propertyIsEnumerable",X,!0),p.f=function(t){return Y(d(t))}),u(u.G+u.W+u.F*!U,{Symbol:T});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),et=0;nt.length>et;)d(nt[et++]);for(var rt=E(d.store),it=0;rt.length>it;)v(rt[it++]);u(u.S+u.F*!U,"Symbol",{for:function(t){return i(W,t+="")?W[t]:W[t]=T(t)},keyFor:function(t){if(!Q(t))throw TypeError(t+" is not a symbol!");for(var n in W)if(W[n]===t)return n},useSetter:function(){q=!0},useSimple:function(){q=!1}}),u(u.S+u.F*!U,"Object",{create:function(t,n){return void 0===n?x(t):J(x(t),n)},defineProperty:H,defineProperties:J,getOwnPropertyDescriptor:Z,getOwnPropertyNames:$,getOwnPropertySymbols:tt});var ot=s((function(){F.f(1)}));u(u.S+u.F*ot,"Object",{getOwnPropertySymbols:function(t){return F.f(S(t))}}),I&&u(u.S+u.F*(!U||s((function(){var t=T();return"[null]"!=j([t])||"{}"!=j({a:t})||"{}"!=j(Object(t))}))),"JSON",{stringify:function(t){for(var n,e,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);if(e=n=r[1],(b(n)||void 0!==t)&&!Q(t))return y(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!Q(n))return n}),r[1]=n,j.apply(I,r)}}),T.prototype[B]||e(14)(T.prototype,B,T.prototype.valueOf),l(T,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},function(t,n,e){t.exports=e(50)("native-function-to-string",Function.toString)},function(t,n,e){var r=e(33),i=e(52),o=e(47);t.exports=function(t){var n=r(t),e=i.f;if(e)for(var u,a=e(t),c=o.f,s=0;a.length>s;)c.call(t,u=a[s++])&&n.push(u);return n}},function(t,n,e){var r=e(0);r(r.S,"Object",{create:e(35)})},function(t,n,e){var r=e(0);r(r.S+r.F*!e(8),"Object",{defineProperty:e(9).f})},function(t,n,e){var r=e(0);r(r.S+r.F*!e(8),"Object",{defineProperties:e(99)})},function(t,n,e){var r=e(15),i=e(22).f;e(23)("getOwnPropertyDescriptor",(function(){return function(t,n){return i(r(t),n)}}))},function(t,n,e){var r=e(10),i=e(37);e(23)("getPrototypeOf",(function(){return function(t){return i(r(t))}}))},function(t,n,e){var r=e(10),i=e(33);e(23)("keys",(function(){return function(t){return i(r(t))}}))},function(t,n,e){e(23)("getOwnPropertyNames",(function(){return e(100).f}))},function(t,n,e){var r=e(4),i=e(29).onFreeze;e(23)("freeze",(function(t){return function(n){return t&&r(n)?t(i(n)):n}}))},function(t,n,e){var r=e(4),i=e(29).onFreeze;e(23)("seal",(function(t){return function(n){return t&&r(n)?t(i(n)):n}}))},function(t,n,e){var r=e(4),i=e(29).onFreeze;e(23)("preventExtensions",(function(t){return function(n){return t&&r(n)?t(i(n)):n}}))},function(t,n,e){var r=e(4);e(23)("isFrozen",(function(t){return function(n){return!r(n)||!!t&&t(n)}}))},function(t,n,e){var r=e(4);e(23)("isSealed",(function(t){return function(n){return!r(n)||!!t&&t(n)}}))},function(t,n,e){var r=e(4);e(23)("isExtensible",(function(t){return function(n){return!!r(n)&&(!t||t(n))}}))},function(t,n,e){var r=e(0);r(r.S+r.F,"Object",{assign:e(101)})},function(t,n,e){var r=e(0);r(r.S,"Object",{is:e(102)})},function(t,n,e){var r=e(0);r(r.S,"Object",{setPrototypeOf:e(67).set})},function(t,n,e){"use strict";var r=e(48),i={};i[e(5)("toStringTag")]="z",i+""!="[object z]"&&e(11)(Object.prototype,"toString",(function(){return"[object "+r(this)+"]"}),!0)},function(t,n,e){var r=e(0);r(r.P,"Function",{bind:e(103)})},function(t,n,e){var r=e(9).f,i=Function.prototype,o=/^\s*function ([^ (]*)/;"name"in i||e(8)&&r(i,"name",{configurable:!0,get:function(){try{return(""+this).match(o)[1]}catch(t){return""}}})},function(t,n,e){"use strict";var r=e(4),i=e(37),o=e(5)("hasInstance"),u=Function.prototype;o in u||e(9).f(u,o,{value:function(t){if("function"!=typeof this||!r(t))return!1;if(!r(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},function(t,n,e){var r=e(0),i=e(105);r(r.G+r.F*(parseInt!=i),{parseInt:i})},function(t,n,e){var r=e(0),i=e(106);r(r.G+r.F*(parseFloat!=i),{parseFloat:i})},function(t,n,e){"use strict";var r=e(1),i=e(13),o=e(25),u=e(69),a=e(28),c=e(2),s=e(36).f,f=e(22).f,l=e(9).f,h=e(41).trim,d=r.Number,p=d,v=d.prototype,g="Number"==o(e(35)(v)),y="trim"in String.prototype,m=function(t){var n=a(t,!1);if("string"==typeof n&&n.length>2){var e,r,i,o=(n=y?n.trim():h(n,3)).charCodeAt(0);if(43===o||45===o){if(88===(e=n.charCodeAt(2))||120===e)return NaN}else if(48===o){switch(n.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+n}for(var u,c=n.slice(2),s=0,f=c.length;si)return NaN;return parseInt(c,r)}}return+n};if(!d(" 0o1")||!d("0b1")||d("+0x1")){d=function(t){var n=arguments.length<1?0:t,e=this;return e instanceof d&&(g?c((function(){v.valueOf.call(e)})):"Number"!=o(e))?u(new p(m(n)),e,d):m(n)};for(var b,S=e(8)?s(p):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),w=0;S.length>w;w++)i(p,b=S[w])&&!i(d,b)&&l(d,b,f(p,b));d.prototype=v,v.constructor=d,e(11)(r,"Number",d)}},function(t,n,e){"use strict";var r=e(0),i=e(21),o=e(107),u=e(70),a=1..toFixed,c=Math.floor,s=[0,0,0,0,0,0],f="Number.toFixed: incorrect invocation!",l=function(t,n){for(var e=-1,r=n;++e<6;)r+=t*s[e],s[e]=r%1e7,r=c(r/1e7)},h=function(t){for(var n=6,e=0;--n>=0;)e+=s[n],s[n]=c(e/t),e=e%t*1e7},d=function(){for(var t=6,n="";--t>=0;)if(""!==n||0===t||0!==s[t]){var e=String(s[t]);n=""===n?e:n+u.call("0",7-e.length)+e}return n},p=function(t,n,e){return 0===n?e:n%2==1?p(t,n-1,e*t):p(t*t,n/2,e)};r(r.P+r.F*(!!a&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!e(2)((function(){a.call({})}))),"Number",{toFixed:function(t){var n,e,r,a,c=o(this,f),s=i(t),v="",g="0";if(s<0||s>20)throw RangeError(f);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(v="-",c=-c),c>1e-21)if(e=(n=function(t){for(var n=0,e=t;e>=4096;)n+=12,e/=4096;for(;e>=2;)n+=1,e/=2;return n}(c*p(2,69,1))-69)<0?c*p(2,-n,1):c/p(2,n,1),e*=4503599627370496,(n=52-n)>0){for(l(0,e),r=s;r>=7;)l(1e7,0),r-=7;for(l(p(10,r,1),0),r=n-1;r>=23;)h(1<<23),r-=23;h(1<0?v+((a=g.length)<=s?"0."+u.call("0",s-a)+g:g.slice(0,a-s)+"."+g.slice(a-s)):v+g}})},function(t,n,e){"use strict";var r=e(0),i=e(2),o=e(107),u=1..toPrecision;r(r.P+r.F*(i((function(){return"1"!==u.call(1,void 0)}))||!i((function(){u.call({})}))),"Number",{toPrecision:function(t){var n=o(this,"Number#toPrecision: incorrect invocation!");return void 0===t?u.call(n):u.call(n,t)}})},function(t,n,e){var r=e(0);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(t,n,e){var r=e(0),i=e(1).isFinite;r(r.S,"Number",{isFinite:function(t){return"number"==typeof t&&i(t)}})},function(t,n,e){var r=e(0);r(r.S,"Number",{isInteger:e(108)})},function(t,n,e){var r=e(0);r(r.S,"Number",{isNaN:function(t){return t!=t}})},function(t,n,e){var r=e(0),i=e(108),o=Math.abs;r(r.S,"Number",{isSafeInteger:function(t){return i(t)&&o(t)<=9007199254740991}})},function(t,n,e){var r=e(0);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(t,n,e){var r=e(0);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(t,n,e){var r=e(0),i=e(106);r(r.S+r.F*(Number.parseFloat!=i),"Number",{parseFloat:i})},function(t,n,e){var r=e(0),i=e(105);r(r.S+r.F*(Number.parseInt!=i),"Number",{parseInt:i})},function(t,n,e){var r=e(0),i=e(109),o=Math.sqrt,u=Math.acosh;r(r.S+r.F*!(u&&710==Math.floor(u(Number.MAX_VALUE))&&u(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},function(t,n,e){var r=e(0),i=Math.asinh;r(r.S+r.F*!(i&&1/i(0)>0),"Math",{asinh:function t(n){return isFinite(n=+n)&&0!=n?n<0?-t(-n):Math.log(n+Math.sqrt(n*n+1)):n}})},function(t,n,e){var r=e(0),i=Math.atanh;r(r.S+r.F*!(i&&1/i(-0)<0),"Math",{atanh:function(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},function(t,n,e){var r=e(0),i=e(71);r(r.S,"Math",{cbrt:function(t){return i(t=+t)*Math.pow(Math.abs(t),1/3)}})},function(t,n,e){var r=e(0);r(r.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},function(t,n,e){var r=e(0),i=Math.exp;r(r.S,"Math",{cosh:function(t){return(i(t=+t)+i(-t))/2}})},function(t,n,e){var r=e(0),i=e(72);r(r.S+r.F*(i!=Math.expm1),"Math",{expm1:i})},function(t,n,e){var r=e(0);r(r.S,"Math",{fround:e(178)})},function(t,n,e){var r=e(71),i=Math.pow,o=i(2,-52),u=i(2,-23),a=i(2,127)*(2-u),c=i(2,-126);t.exports=Math.fround||function(t){var n,e,i=Math.abs(t),s=r(t);return ia||e!=e?s*(1/0):s*e}},function(t,n,e){var r=e(0),i=Math.abs;r(r.S,"Math",{hypot:function(t,n){for(var e,r,o=0,u=0,a=arguments.length,c=0;u0?(r=e/c)*r:e;return c===1/0?1/0:c*Math.sqrt(o)}})},function(t,n,e){var r=e(0),i=Math.imul;r(r.S+r.F*e(2)((function(){return-5!=i(4294967295,5)||2!=i.length})),"Math",{imul:function(t,n){var e=+t,r=+n,i=65535&e,o=65535&r;return 0|i*o+((65535&e>>>16)*o+i*(65535&r>>>16)<<16>>>0)}})},function(t,n,e){var r=e(0);r(r.S,"Math",{log10:function(t){return Math.log(t)*Math.LOG10E}})},function(t,n,e){var r=e(0);r(r.S,"Math",{log1p:e(109)})},function(t,n,e){var r=e(0);r(r.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,n,e){var r=e(0);r(r.S,"Math",{sign:e(71)})},function(t,n,e){var r=e(0),i=e(72),o=Math.exp;r(r.S+r.F*e(2)((function(){return-2e-17!=!Math.sinh(-2e-17)})),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},function(t,n,e){var r=e(0),i=e(72),o=Math.exp;r(r.S,"Math",{tanh:function(t){var n=i(t=+t),e=i(-t);return n==1/0?1:e==1/0?-1:(n-e)/(o(t)+o(-t))}})},function(t,n,e){var r=e(0);r(r.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},function(t,n,e){var r=e(0),i=e(34),o=String.fromCharCode,u=String.fromCodePoint;r(r.S+r.F*(!!u&&1!=u.length),"String",{fromCodePoint:function(t){for(var n,e=[],r=arguments.length,u=0;r>u;){if(n=+arguments[u++],i(n,1114111)!==n)throw RangeError(n+" is not a valid code point");e.push(n<65536?o(n):o(55296+((n-=65536)>>10),n%1024+56320))}return e.join("")}})},function(t,n,e){var r=e(0),i=e(15),o=e(6);r(r.S,"String",{raw:function(t){for(var n=i(t.raw),e=o(n.length),r=arguments.length,u=[],a=0;e>a;)u.push(String(n[a++])),a=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})}))},function(t,n,e){"use strict";var r=e(0),i=e(73)(!1);r(r.P,"String",{codePointAt:function(t){return i(this,t)}})},function(t,n,e){"use strict";var r=e(0),i=e(6),o=e(75),u="".endsWith;r(r.P+r.F*e(77)("endsWith"),"String",{endsWith:function(t){var n=o(this,t,"endsWith"),e=arguments.length>1?arguments[1]:void 0,r=i(n.length),a=void 0===e?r:Math.min(i(e),r),c=String(t);return u?u.call(n,c,a):n.slice(a-c.length,a)===c}})},function(t,n,e){"use strict";var r=e(0),i=e(75);r(r.P+r.F*e(77)("includes"),"String",{includes:function(t){return!!~i(this,t,"includes").indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,n,e){var r=e(0);r(r.P,"String",{repeat:e(70)})},function(t,n,e){"use strict";var r=e(0),i=e(6),o=e(75),u="".startsWith;r(r.P+r.F*e(77)("startsWith"),"String",{startsWith:function(t){var n=o(this,t,"startsWith"),e=i(Math.min(arguments.length>1?arguments[1]:void 0,n.length)),r=String(t);return u?u.call(n,r,e):n.slice(e,e+r.length)===r}})},function(t,n,e){"use strict";e(12)("anchor",(function(t){return function(n){return t(this,"a","name",n)}}))},function(t,n,e){"use strict";e(12)("big",(function(t){return function(){return t(this,"big","","")}}))},function(t,n,e){"use strict";e(12)("blink",(function(t){return function(){return t(this,"blink","","")}}))},function(t,n,e){"use strict";e(12)("bold",(function(t){return function(){return t(this,"b","","")}}))},function(t,n,e){"use strict";e(12)("fixed",(function(t){return function(){return t(this,"tt","","")}}))},function(t,n,e){"use strict";e(12)("fontcolor",(function(t){return function(n){return t(this,"font","color",n)}}))},function(t,n,e){"use strict";e(12)("fontsize",(function(t){return function(n){return t(this,"font","size",n)}}))},function(t,n,e){"use strict";e(12)("italics",(function(t){return function(){return t(this,"i","","")}}))},function(t,n,e){"use strict";e(12)("link",(function(t){return function(n){return t(this,"a","href",n)}}))},function(t,n,e){"use strict";e(12)("small",(function(t){return function(){return t(this,"small","","")}}))},function(t,n,e){"use strict";e(12)("strike",(function(t){return function(){return t(this,"strike","","")}}))},function(t,n,e){"use strict";e(12)("sub",(function(t){return function(){return t(this,"sub","","")}}))},function(t,n,e){"use strict";e(12)("sup",(function(t){return function(){return t(this,"sup","","")}}))},function(t,n,e){var r=e(0);r(r.S,"Date",{now:function(){return(new Date).getTime()}})},function(t,n,e){"use strict";var r=e(0),i=e(10),o=e(28);r(r.P+r.F*e(2)((function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})})),"Date",{toJSON:function(t){var n=i(this),e=o(n);return"number"!=typeof e||isFinite(e)?n.toISOString():null}})},function(t,n,e){var r=e(0),i=e(213);r(r.P+r.F*(Date.prototype.toISOString!==i),"Date",{toISOString:i})},function(t,n,e){"use strict";var r=e(2),i=Date.prototype.getTime,o=Date.prototype.toISOString,u=function(t){return t>9?t:"0"+t};t.exports=r((function(){return"0385-07-25T07:06:39.999Z"!=o.call(new Date(-5e13-1))}))||!r((function(){o.call(new Date(NaN))}))?function(){if(!isFinite(i.call(this)))throw RangeError("Invalid time value");var t=this,n=t.getUTCFullYear(),e=t.getUTCMilliseconds(),r=n<0?"-":n>9999?"+":"";return r+("00000"+Math.abs(n)).slice(r?-6:-4)+"-"+u(t.getUTCMonth()+1)+"-"+u(t.getUTCDate())+"T"+u(t.getUTCHours())+":"+u(t.getUTCMinutes())+":"+u(t.getUTCSeconds())+"."+(e>99?e:"0"+u(e))+"Z"}:o},function(t,n,e){var r=Date.prototype,i=r.toString,o=r.getTime;new Date(NaN)+""!="Invalid Date"&&e(11)(r,"toString",(function(){var t=o.call(this);return t==t?i.call(this):"Invalid Date"}))},function(t,n,e){var r=e(5)("toPrimitive"),i=Date.prototype;r in i||e(14)(i,r,e(216))},function(t,n,e){"use strict";var r=e(3),i=e(28);t.exports=function(t){if("string"!==t&&"number"!==t&&"default"!==t)throw TypeError("Incorrect hint");return i(r(this),"number"!=t)}},function(t,n,e){var r=e(0);r(r.S,"Array",{isArray:e(53)})},function(t,n,e){"use strict";var r=e(19),i=e(0),o=e(10),u=e(111),a=e(78),c=e(6),s=e(79),f=e(80);i(i.S+i.F*!e(54)((function(t){Array.from(t)})),"Array",{from:function(t){var n,e,i,l,h=o(t),d="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,g=void 0!==v,y=0,m=f(h);if(g&&(v=r(v,p>2?arguments[2]:void 0,2)),null==m||d==Array&&a(m))for(e=new d(n=c(h.length));n>y;y++)s(e,y,g?v(h[y],y):h[y]);else for(l=m.call(h),e=new d;!(i=l.next()).done;y++)s(e,y,g?u(l,v,[i.value,y],!0):i.value);return e.length=y,e}})},function(t,n,e){"use strict";var r=e(0),i=e(79);r(r.S+r.F*e(2)((function(){function t(){}return!(Array.of.call(t)instanceof t)})),"Array",{of:function(){for(var t=0,n=arguments.length,e=new("function"==typeof this?this:Array)(n);n>t;)i(e,t,arguments[t++]);return e.length=n,e}})},function(t,n,e){"use strict";var r=e(0),i=e(15),o=[].join;r(r.P+r.F*(e(46)!=Object||!e(16)(o)),"Array",{join:function(t){return o.call(i(this),void 0===t?",":t)}})},function(t,n,e){"use strict";var r=e(0),i=e(66),o=e(25),u=e(34),a=e(6),c=[].slice;r(r.P+r.F*e(2)((function(){i&&c.call(i)})),"Array",{slice:function(t,n){var e=a(this.length),r=o(this);if(n=void 0===n?e:n,"Array"==r)return c.call(this,t,n);for(var i=u(t,e),s=u(n,e),f=a(s-i),l=new Array(f),h=0;h1&&(r=Math.min(r,o(arguments[1]))),r<0&&(r=e+r);r>=0;r--)if(r in n&&n[r]===t)return r||0;return-1}})},function(t,n,e){var r=e(0);r(r.P,"Array",{copyWithin:e(114)}),e(38)("copyWithin")},function(t,n,e){var r=e(0);r(r.P,"Array",{fill:e(81)}),e(38)("fill")},function(t,n,e){"use strict";var r=e(0),i=e(24)(5),o=!0;"find"in[]&&Array(1).find((function(){o=!1})),r(r.P+r.F*o,"Array",{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),e(38)("find")},function(t,n,e){"use strict";var r=e(0),i=e(24)(6),o="findIndex",u=!0;o in[]&&Array(1)[o]((function(){u=!1})),r(r.P+r.F*u,"Array",{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),e(38)(o)},function(t,n,e){e(43)("Array")},function(t,n,e){var r=e(1),i=e(69),o=e(9).f,u=e(36).f,a=e(76),c=e(55),s=r.RegExp,f=s,l=s.prototype,h=/a/g,d=/a/g,p=new s(h)!==h;if(e(8)&&(!p||e(2)((function(){return d[e(5)("match")]=!1,s(h)!=h||s(d)==d||"/a/i"!=s(h,"i")})))){s=function(t,n){var e=this instanceof s,r=a(t),o=void 0===n;return!e&&r&&t.constructor===s&&o?t:i(p?new f(r&&!o?t.source:t,n):f((r=t instanceof s)?t.source:t,r&&o?c.call(t):n),e?this:l,s)};for(var v=function(t){t in s||o(s,t,{configurable:!0,get:function(){return f[t]},set:function(n){f[t]=n}})},g=u(f),y=0;g.length>y;)v(g[y++]);l.constructor=s,s.prototype=l,e(11)(r,"RegExp",s)}e(43)("RegExp")},function(t,n,e){"use strict";e(117);var r=e(3),i=e(55),o=e(8),u=/./.toString,a=function(t){e(11)(RegExp.prototype,"toString",t,!0)};e(2)((function(){return"/a/b"!=u.call({source:"a",flags:"b"})}))?a((function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!o&&t instanceof RegExp?i.call(t):void 0)})):"toString"!=u.name&&a((function(){return u.call(this)}))},function(t,n,e){"use strict";var r=e(3),i=e(6),o=e(84),u=e(56);e(57)("match",1,(function(t,n,e,a){return[function(e){var r=t(this),i=null==e?void 0:e[n];return void 0!==i?i.call(e,r):new RegExp(e)[n](String(r))},function(t){var n=a(e,t,this);if(n.done)return n.value;var c=r(t),s=String(this);if(!c.global)return u(c,s);var f=c.unicode;c.lastIndex=0;for(var l,h=[],d=0;null!==(l=u(c,s));){var p=String(l[0]);h[d]=p,""===p&&(c.lastIndex=o(s,i(c.lastIndex),f)),d++}return 0===d?null:h}]}))},function(t,n,e){"use strict";var r=e(3),i=e(10),o=e(6),u=e(21),a=e(84),c=e(56),s=Math.max,f=Math.min,l=Math.floor,h=/\$([$&`']|\d\d?|<[^>]*>)/g,d=/\$([$&`']|\d\d?)/g;e(57)("replace",2,(function(t,n,e,p){return[function(r,i){var o=t(this),u=null==r?void 0:r[n];return void 0!==u?u.call(r,o,i):e.call(String(o),r,i)},function(t,n){var i=p(e,t,this,n);if(i.done)return i.value;var l=r(t),h=String(this),d="function"==typeof n;d||(n=String(n));var g=l.global;if(g){var y=l.unicode;l.lastIndex=0}for(var m=[];;){var b=c(l,h);if(null===b)break;if(m.push(b),!g)break;""===String(b[0])&&(l.lastIndex=a(h,o(l.lastIndex),y))}for(var S,w="",_=0,M=0;M=_&&(w+=h.slice(_,P)+N,_=P+x.length)}return w+h.slice(_)}];function v(t,n,r,o,u,a){var c=r+t.length,s=o.length,f=d;return void 0!==u&&(u=i(u),f=h),e.call(a,f,(function(e,i){var a;switch(i.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":a=u[i.slice(1,-1)];break;default:var f=+i;if(0===f)return e;if(f>s){var h=l(f/10);return 0===h?e:h<=s?void 0===o[h-1]?i.charAt(1):o[h-1]+i.charAt(1):e}a=o[f-1]}return void 0===a?"":a}))}}))},function(t,n,e){"use strict";var r=e(3),i=e(102),o=e(56);e(57)("search",1,(function(t,n,e,u){return[function(e){var r=t(this),i=null==e?void 0:e[n];return void 0!==i?i.call(e,r):new RegExp(e)[n](String(r))},function(t){var n=u(e,t,this);if(n.done)return n.value;var a=r(t),c=String(this),s=a.lastIndex;i(s,0)||(a.lastIndex=0);var f=o(a,c);return i(a.lastIndex,s)||(a.lastIndex=s),null===f?-1:f.index}]}))},function(t,n,e){"use strict";var r=e(76),i=e(3),o=e(49),u=e(84),a=e(6),c=e(56),s=e(83),f=e(2),l=Math.min,h=[].push,d=!f((function(){RegExp(4294967295,"y")}));e(57)("split",2,(function(t,n,e,f){var p;return p="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var i=String(this);if(void 0===t&&0===n)return[];if(!r(t))return e.call(i,t,n);for(var o,u,a,c=[],f=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),l=0,d=void 0===n?4294967295:n>>>0,p=new RegExp(t.source,f+"g");(o=s.call(p,i))&&!((u=p.lastIndex)>l&&(c.push(i.slice(l,o.index)),o.length>1&&o.index=d));)p.lastIndex===o.index&&p.lastIndex++;return l===i.length?!a&&p.test("")||c.push(""):c.push(i.slice(l)),c.length>d?c.slice(0,d):c}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,r){var i=t(this),o=null==e?void 0:e[n];return void 0!==o?o.call(e,i,r):p.call(String(i),e,r)},function(t,n){var r=f(p,t,this,n,p!==e);if(r.done)return r.value;var s=i(t),h=String(this),v=o(s,RegExp),g=s.unicode,y=(s.ignoreCase?"i":"")+(s.multiline?"m":"")+(s.unicode?"u":"")+(d?"y":"g"),m=new v(d?s:"^(?:"+s.source+")",y),b=void 0===n?4294967295:n>>>0;if(0===b)return[];if(0===h.length)return null===c(m,h)?[h]:[];for(var S=0,w=0,_=[];w0?arguments[0]:void 0)}}),{get:function(t){var n=r.getEntry(i(this,"Map"),t);return n&&n.v},set:function(t,n){return r.def(i(this,"Map"),0===t?0:t,n)}},r,!0)},function(t,n,e){"use strict";var r=e(121),i=e(39);t.exports=e(60)("Set",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return r.def(i(this,"Set"),t=0===t?0:t,t)}},r)},function(t,n,e){"use strict";var r,i=e(1),o=e(24)(0),u=e(11),a=e(29),c=e(101),s=e(122),f=e(4),l=e(39),h=e(39),d=!i.ActiveXObject&&"ActiveXObject"in i,p=a.getWeak,v=Object.isExtensible,g=s.ufstore,y=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},m={get:function(t){if(f(t)){var n=p(t);return!0===n?g(l(this,"WeakMap")).get(t):n?n[this._i]:void 0}},set:function(t,n){return s.def(l(this,"WeakMap"),t,n)}},b=t.exports=e(60)("WeakMap",y,m,s,!0,!0);h&&d&&(c((r=s.getConstructor(y,"WeakMap")).prototype,m),a.NEED=!0,o(["delete","has","get","set"],(function(t){var n=b.prototype,e=n[t];u(n,t,(function(n,i){if(f(n)&&!v(n)){this._f||(this._f=new r);var o=this._f[t](n,i);return"set"==t?this:o}return e.call(this,n,i)}))})))},function(t,n,e){"use strict";var r=e(122),i=e(39);e(60)("WeakSet",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return r.def(i(this,"WeakSet"),t,!0)}},r,!1,!0)},function(t,n,e){"use strict";var r=e(0),i=e(61),o=e(86),u=e(3),a=e(34),c=e(6),s=e(4),f=e(1).ArrayBuffer,l=e(49),h=o.ArrayBuffer,d=o.DataView,p=i.ABV&&f.isView,v=h.prototype.slice,g=i.VIEW;r(r.G+r.W+r.F*(f!==h),{ArrayBuffer:h}),r(r.S+r.F*!i.CONSTR,"ArrayBuffer",{isView:function(t){return p&&p(t)||s(t)&&g in t}}),r(r.P+r.U+r.F*e(2)((function(){return!new h(2).slice(1,void 0).byteLength})),"ArrayBuffer",{slice:function(t,n){if(void 0!==v&&void 0===n)return v.call(u(this),t);for(var e=u(this).byteLength,r=a(t,e),i=a(void 0===n?e:n,e),o=new(l(this,h))(c(i-r)),s=new d(this),f=new d(o),p=0;r=n.length)return{value:void 0,done:!0}}while(!((t=n[this._i++])in this._t));return{value:t,done:!1}})),r(r.S,"Reflect",{enumerate:function(t){return new o(t)}})},function(t,n,e){var r=e(22),i=e(37),o=e(13),u=e(0),a=e(4),c=e(3);u(u.S,"Reflect",{get:function t(n,e){var u,s,f=arguments.length<3?n:arguments[2];return c(n)===f?n[e]:(u=r.f(n,e))?o(u,"value")?u.value:void 0!==u.get?u.get.call(f):void 0:a(s=i(n))?t(s,e,f):void 0}})},function(t,n,e){var r=e(22),i=e(0),o=e(3);i(i.S,"Reflect",{getOwnPropertyDescriptor:function(t,n){return r.f(o(t),n)}})},function(t,n,e){var r=e(0),i=e(37),o=e(3);r(r.S,"Reflect",{getPrototypeOf:function(t){return i(o(t))}})},function(t,n,e){var r=e(0);r(r.S,"Reflect",{has:function(t,n){return n in t}})},function(t,n,e){var r=e(0),i=e(3),o=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(t){return i(t),!o||o(t)}})},function(t,n,e){var r=e(0);r(r.S,"Reflect",{ownKeys:e(124)})},function(t,n,e){var r=e(0),i=e(3),o=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(t){i(t);try{return o&&o(t),!0}catch(t){return!1}}})},function(t,n,e){var r=e(9),i=e(22),o=e(37),u=e(13),a=e(0),c=e(30),s=e(3),f=e(4);a(a.S,"Reflect",{set:function t(n,e,a){var l,h,d=arguments.length<4?n:arguments[3],p=i.f(s(n),e);if(!p){if(f(h=o(n)))return t(h,e,a,d);p=c(0)}if(u(p,"value")){if(!1===p.writable||!f(d))return!1;if(l=i.f(d,e)){if(l.get||l.set||!1===l.writable)return!1;l.value=a,r.f(d,e,l)}else r.f(d,e,c(0,a));return!0}return void 0!==p.set&&(p.set.call(d,a),!0)}})},function(t,n,e){var r=e(0),i=e(67);i&&r(r.S,"Reflect",{setPrototypeOf:function(t,n){i.check(t,n);try{return i.set(t,n),!0}catch(t){return!1}}})},function(t,n,e){e(276),t.exports=e(7).Array.includes},function(t,n,e){"use strict";var r=e(0),i=e(51)(!0);r(r.P,"Array",{includes:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),e(38)("includes")},function(t,n,e){e(278),t.exports=e(7).Array.flatMap},function(t,n,e){"use strict";var r=e(0),i=e(279),o=e(10),u=e(6),a=e(20),c=e(112);r(r.P,"Array",{flatMap:function(t){var n,e,r=o(this);return a(t),n=u(r.length),e=c(r,0),i(e,r,r,n,0,1,t,arguments[1]),e}}),e(38)("flatMap")},function(t,n,e){"use strict";var r=e(53),i=e(4),o=e(6),u=e(19),a=e(5)("isConcatSpreadable");t.exports=function t(n,e,c,s,f,l,h,d){for(var p,v,g=f,y=0,m=!!h&&u(h,d,3);y0)g=t(n,e,p,o(p.length),g,l-1)-1;else{if(g>=9007199254740991)throw TypeError();n[g]=p}g++}y++}return g}},function(t,n,e){e(281),t.exports=e(7).String.padStart},function(t,n,e){"use strict";var r=e(0),i=e(125),o=e(59),u=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(o);r(r.P+r.F*u,"String",{padStart:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0,!0)}})},function(t,n,e){e(283),t.exports=e(7).String.padEnd},function(t,n,e){"use strict";var r=e(0),i=e(125),o=e(59),u=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(o);r(r.P+r.F*u,"String",{padEnd:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0,!1)}})},function(t,n,e){e(285),t.exports=e(7).String.trimLeft},function(t,n,e){"use strict";e(41)("trimLeft",(function(t){return function(){return t(this,1)}}),"trimStart")},function(t,n,e){e(287),t.exports=e(7).String.trimRight},function(t,n,e){"use strict";e(41)("trimRight",(function(t){return function(){return t(this,2)}}),"trimEnd")},function(t,n,e){e(289),t.exports=e(63).f("asyncIterator")},function(t,n,e){e(97)("asyncIterator")},function(t,n,e){e(291),t.exports=e(7).Object.getOwnPropertyDescriptors},function(t,n,e){var r=e(0),i=e(124),o=e(15),u=e(22),a=e(79);r(r.S,"Object",{getOwnPropertyDescriptors:function(t){for(var n,e,r=o(t),c=u.f,s=i(r),f={},l=0;s.length>l;)void 0!==(e=c(r,n=s[l++]))&&a(f,n,e);return f}})},function(t,n,e){e(293),t.exports=e(7).Object.values},function(t,n,e){var r=e(0),i=e(126)(!1);r(r.S,"Object",{values:function(t){return i(t)}})},function(t,n,e){e(295),t.exports=e(7).Object.entries},function(t,n,e){var r=e(0),i=e(126)(!0);r(r.S,"Object",{entries:function(t){return i(t)}})},function(t,n,e){"use strict";e(118),e(297),t.exports=e(7).Promise.finally},function(t,n,e){"use strict";var r=e(0),i=e(7),o=e(1),u=e(49),a=e(120);r(r.P+r.R,"Promise",{finally:function(t){var n=u(this,i.Promise||o.Promise),e="function"==typeof t;return this.then(e?function(e){return a(n,t()).then((function(){return e}))}:t,e?function(e){return a(n,t()).then((function(){throw e}))}:t)}})},function(t,n,e){e(299),e(300),e(301),t.exports=e(7)},function(t,n,e){var r=e(1),i=e(0),o=e(59),u=[].slice,a=/MSIE .\./.test(o),c=function(t){return function(n,e){var r=arguments.length>2,i=!!r&&u.call(arguments,2);return t(r?function(){("function"==typeof n?n:Function(n)).apply(this,i)}:n,e)}};i(i.G+i.B+i.F*a,{setTimeout:c(r.setTimeout),setInterval:c(r.setInterval)})},function(t,n,e){var r=e(0),i=e(85);r(r.G+r.B,{setImmediate:i.set,clearImmediate:i.clear})},function(t,n,e){for(var r=e(82),i=e(33),o=e(11),u=e(1),a=e(14),c=e(42),s=e(5),f=s("iterator"),l=s("toStringTag"),h=c.Array,d={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},p=i(d),v=0;v=0;--o){var u=this.tryEntries[o],a=u.completion;if("root"===u.tryLoc)return i("end");if(u.tryLoc<=this.prev){var c=r.call(u,"catchLoc"),s=r.call(u,"finallyLoc");if(c&&s){if(this.prev=0;--e){var i=this.tryEntries[e];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--n){var e=this.tryEntries[n];if(e.finallyLoc===t)return this.complete(e.completion,e.afterLoc),O(e),p}},catch:function(t){for(var n=this.tryEntries.length-1;n>=0;--n){var e=this.tryEntries[n];if(e.tryLoc===t){var r=e.completion;if("throw"===r.type){var i=r.arg;O(e)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:A(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=n),p}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},function(t,n,e){e(304),t.exports=e(127).global},function(t,n,e){var r=e(305);r(r.G,{global:e(87)})},function(t,n,e){var r=e(87),i=e(127),o=e(306),u=e(308),a=e(315),c=function(t,n,e){var s,f,l,h=t&c.F,d=t&c.G,p=t&c.S,v=t&c.P,g=t&c.B,y=t&c.W,m=d?i:i[n]||(i[n]={}),b=m.prototype,S=d?r:p?r[n]:(r[n]||{}).prototype;for(s in d&&(e=n),e)(f=!h&&S&&void 0!==S[s])&&a(m,s)||(l=f?S[s]:e[s],m[s]=d&&"function"!=typeof S[s]?e[s]:g&&f?o(l,r):y&&S[s]==l?function(t){var n=function(n,e,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(n);case 2:return new t(n,e)}return new t(n,e,r)}return t.apply(this,arguments)};return n.prototype=t.prototype,n}(l):v&&"function"==typeof l?o(Function.call,l):l,v&&((m.virtual||(m.virtual={}))[s]=l,t&c.R&&b&&!b[s]&&u(b,s,l)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,n,e){var r=e(307);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,i){return t.call(n,e,r,i)}}return function(){return t.apply(n,arguments)}}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){var r=e(309),i=e(314);t.exports=e(89)?function(t,n,e){return r.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(310),i=e(311),o=e(313),u=Object.defineProperty;n.f=e(89)?Object.defineProperty:function(t,n,e){if(r(t),n=o(n,!0),r(e),i)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(88);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,n,e){t.exports=!e(89)&&!e(128)((function(){return 7!=Object.defineProperty(e(312)("div"),"a",{get:function(){return 7}}).a}))},function(t,n,e){var r=e(88),i=e(87).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,n,e){var r=e(88);t.exports=function(t,n){if(!r(t))return t;var e,i;if(n&&"function"==typeof(e=t.toString)&&!r(i=e.call(t)))return i;if("function"==typeof(e=t.valueOf)&&!r(i=e.call(t)))return i;if(!n&&"function"==typeof(e=t.toString)&&!r(i=e.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}}])})); \ No newline at end of file diff --git a/node_modules/bowser/es5.js b/node_modules/bowser/es5.js new file mode 100644 index 000000000..bb8ec3dd7 --- /dev/null +++ b/node_modules/bowser/es5.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.bowser=t():e.bowser=t()}(this,(function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=90)}({17:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n=r(18),i=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.matchAndReturnConst=function(e,t,r){if(e.test(t))return r},e.getWindowsVersionName=function(e){switch(e){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}},e.getMacOSVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),10===t[0])switch(t[1]){case 5:return"Leopard";case 6:return"Snow Leopard";case 7:return"Lion";case 8:return"Mountain Lion";case 9:return"Mavericks";case 10:return"Yosemite";case 11:return"El Capitan";case 12:return"Sierra";case 13:return"High Sierra";case 14:return"Mojave";case 15:return"Catalina";default:return}},e.getAndroidVersionName=function(e){var t=e.split(".").splice(0,2).map((function(e){return parseInt(e,10)||0}));if(t.push(0),!(1===t[0]&&t[1]<5))return 1===t[0]&&t[1]<6?"Cupcake":1===t[0]&&t[1]>=6?"Donut":2===t[0]&&t[1]<2?"Eclair":2===t[0]&&2===t[1]?"Froyo":2===t[0]&&t[1]>2?"Gingerbread":3===t[0]?"Honeycomb":4===t[0]&&t[1]<1?"Ice Cream Sandwich":4===t[0]&&t[1]<4?"Jelly Bean":4===t[0]&&t[1]>=4?"KitKat":5===t[0]?"Lollipop":6===t[0]?"Marshmallow":7===t[0]?"Nougat":8===t[0]?"Oreo":9===t[0]?"Pie":void 0},e.getVersionPrecision=function(e){return e.split(".").length},e.compareVersions=function(t,r,n){void 0===n&&(n=!1);var i=e.getVersionPrecision(t),s=e.getVersionPrecision(r),a=Math.max(i,s),o=0,u=e.map([t,r],(function(t){var r=a-e.getVersionPrecision(t),n=t+new Array(r+1).join(".0");return e.map(n.split("."),(function(e){return new Array(20-e.length).join("0")+e})).reverse()}));for(n&&(o=a-Math.min(i,s)),a-=1;a>=o;){if(u[0][a]>u[1][a])return 1;if(u[0][a]===u[1][a]){if(a===o)return 0;a-=1}else if(u[0][a]1?i-1:0),a=1;a0){var a=Object.keys(r),u=o.default.find(a,(function(e){return t.isOS(e)}));if(u){var d=this.satisfies(r[u]);if(void 0!==d)return d}var c=o.default.find(a,(function(e){return t.isPlatform(e)}));if(c){var f=this.satisfies(r[c]);if(void 0!==f)return f}}if(s>0){var l=Object.keys(i),h=o.default.find(l,(function(e){return t.isBrowser(e,!0)}));if(void 0!==h)return this.compareVersion(i[h])}},t.isBrowser=function(e,t){void 0===t&&(t=!1);var r=this.getBrowserName().toLowerCase(),n=e.toLowerCase(),i=o.default.getBrowserTypeByAlias(n);return t&&i&&(n=i.toLowerCase()),n===r},t.compareVersion=function(e){var t=[0],r=e,n=!1,i=this.getBrowserVersion();if("string"==typeof i)return">"===e[0]||"<"===e[0]?(r=e.substr(1),"="===e[1]?(n=!0,r=e.substr(2)):t=[],">"===e[0]?t.push(1):t.push(-1)):"="===e[0]?r=e.substr(1):"~"===e[0]&&(n=!0,r=e.substr(1)),t.indexOf(o.default.compareVersions(i,r,n))>-1},t.isOS=function(e){return this.getOSName(!0)===String(e).toLowerCase()},t.isPlatform=function(e){return this.getPlatformType(!0)===String(e).toLowerCase()},t.isEngine=function(e){return this.getEngineName(!0)===String(e).toLowerCase()},t.is=function(e,t){return void 0===t&&(t=!1),this.isBrowser(e,t)||this.isOS(e)||this.isPlatform(e)},t.some=function(e){var t=this;return void 0===e&&(e=[]),e.some((function(e){return t.is(e)}))},e}();t.default=d,e.exports=t.default},92:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n};var s=/version\/(\d+(\.?_?\d+)+)/i,a=[{test:[/googlebot/i],describe:function(e){var t={name:"Googlebot"},r=i.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/opera/i],describe:function(e){var t={name:"Opera"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opr\/|opios/i],describe:function(e){var t={name:"Opera"},r=i.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/SamsungBrowser/i],describe:function(e){var t={name:"Samsung Internet for Android"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Whale/i],describe:function(e){var t={name:"NAVER Whale Browser"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MZBrowser/i],describe:function(e){var t={name:"MZ Browser"},r=i.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/focus/i],describe:function(e){var t={name:"Focus"},r=i.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/swing/i],describe:function(e){var t={name:"Swing"},r=i.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/coast/i],describe:function(e){var t={name:"Opera Coast"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/opt\/\d+(?:.?_?\d+)+/i],describe:function(e){var t={name:"Opera Touch"},r=i.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/yabrowser/i],describe:function(e){var t={name:"Yandex Browser"},r=i.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/ucbrowser/i],describe:function(e){var t={name:"UC Browser"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/Maxthon|mxios/i],describe:function(e){var t={name:"Maxthon"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/epiphany/i],describe:function(e){var t={name:"Epiphany"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/puffin/i],describe:function(e){var t={name:"Puffin"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sleipnir/i],describe:function(e){var t={name:"Sleipnir"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/k-meleon/i],describe:function(e){var t={name:"K-Meleon"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/micromessenger/i],describe:function(e){var t={name:"WeChat"},r=i.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/qqbrowser/i],describe:function(e){var t={name:/qqbrowserlite/i.test(e)?"QQ Browser Lite":"QQ Browser"},r=i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/msie|trident/i],describe:function(e){var t={name:"Internet Explorer"},r=i.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/\sedg\//i],describe:function(e){var t={name:"Microsoft Edge"},r=i.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/edg([ea]|ios)/i],describe:function(e){var t={name:"Microsoft Edge"},r=i.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/vivaldi/i],describe:function(e){var t={name:"Vivaldi"},r=i.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/seamonkey/i],describe:function(e){var t={name:"SeaMonkey"},r=i.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/sailfish/i],describe:function(e){var t={name:"Sailfish"},r=i.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i,e);return r&&(t.version=r),t}},{test:[/silk/i],describe:function(e){var t={name:"Amazon Silk"},r=i.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/phantom/i],describe:function(e){var t={name:"PhantomJS"},r=i.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/slimerjs/i],describe:function(e){var t={name:"SlimerJS"},r=i.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t={name:"BlackBerry"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t={name:"WebOS Browser"},r=i.default.getFirstMatch(s,e)||i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/bada/i],describe:function(e){var t={name:"Bada"},r=i.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/tizen/i],describe:function(e){var t={name:"Tizen"},r=i.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/qupzilla/i],describe:function(e){var t={name:"QupZilla"},r=i.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/firefox|iceweasel|fxios/i],describe:function(e){var t={name:"Firefox"},r=i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/electron/i],describe:function(e){var t={name:"Electron"},r=i.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/MiuiBrowser/i],describe:function(e){var t={name:"Miui"},r=i.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/chromium/i],describe:function(e){var t={name:"Chromium"},r=i.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i,e)||i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/chrome|crios|crmo/i],describe:function(e){var t={name:"Chrome"},r=i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/GSA/i],describe:function(e){var t={name:"Google Search"},r=i.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t={name:"Android Browser"},r=i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/playstation 4/i],describe:function(e){var t={name:"PlayStation 4"},r=i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/safari|applewebkit/i],describe:function(e){var t={name:"Safari"},r=i.default.getFirstMatch(s,e);return r&&(t.version=r),t}},{test:[/.*/i],describe:function(e){var t=-1!==e.search("\\(")?/^(.*)\/(.*)[ \t]\((.*)/:/^(.*)\/(.*) /;return{name:i.default.getFirstMatch(t,e),version:i.default.getSecondMatch(t,e)}}}];t.default=a,e.exports=t.default},93:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},s=r(18);var a=[{test:[/Roku\/DVP/],describe:function(e){var t=i.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i,e);return{name:s.OS_MAP.Roku,version:t}}},{test:[/windows phone/i],describe:function(e){var t=i.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.WindowsPhone,version:t}}},{test:[/windows /i],describe:function(e){var t=i.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i,e),r=i.default.getWindowsVersionName(t);return{name:s.OS_MAP.Windows,version:t,versionName:r}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(e){var t={name:s.OS_MAP.iOS},r=i.default.getSecondMatch(/(Version\/)(\d[\d.]+)/,e);return r&&(t.version=r),t}},{test:[/macintosh/i],describe:function(e){var t=i.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i,e).replace(/[_\s]/g,"."),r=i.default.getMacOSVersionName(t),n={name:s.OS_MAP.MacOS,version:t};return r&&(n.versionName=r),n}},{test:[/(ipod|iphone|ipad)/i],describe:function(e){var t=i.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i,e).replace(/[_\s]/g,".");return{name:s.OS_MAP.iOS,version:t}}},{test:function(e){var t=!e.test(/like android/i),r=e.test(/android/i);return t&&r},describe:function(e){var t=i.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i,e),r=i.default.getAndroidVersionName(t),n={name:s.OS_MAP.Android,version:t};return r&&(n.versionName=r),n}},{test:[/(web|hpw)[o0]s/i],describe:function(e){var t=i.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i,e),r={name:s.OS_MAP.WebOS};return t&&t.length&&(r.version=t),r}},{test:[/blackberry|\bbb\d+/i,/rim\stablet/i],describe:function(e){var t=i.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i,e)||i.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i,e)||i.default.getFirstMatch(/\bbb(\d+)/i,e);return{name:s.OS_MAP.BlackBerry,version:t}}},{test:[/bada/i],describe:function(e){var t=i.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.Bada,version:t}}},{test:[/tizen/i],describe:function(e){var t=i.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.Tizen,version:t}}},{test:[/linux/i],describe:function(){return{name:s.OS_MAP.Linux}}},{test:[/CrOS/],describe:function(){return{name:s.OS_MAP.ChromeOS}}},{test:[/PlayStation 4/],describe:function(e){var t=i.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i,e);return{name:s.OS_MAP.PlayStation4,version:t}}}];t.default=a,e.exports=t.default},94:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},s=r(18);var a=[{test:[/googlebot/i],describe:function(){return{type:"bot",vendor:"Google"}}},{test:[/huawei/i],describe:function(e){var t=i.default.getFirstMatch(/(can-l01)/i,e)&&"Nova",r={type:s.PLATFORMS_MAP.mobile,vendor:"Huawei"};return t&&(r.model=t),r}},{test:[/nexus\s*(?:7|8|9|10).*/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Nexus"}}},{test:[/ipad/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/Macintosh(.*?) FxiOS(.*?)\//],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Apple",model:"iPad"}}},{test:[/kftt build/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Amazon",model:"Kindle Fire HD 7"}}},{test:[/silk/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet,vendor:"Amazon"}}},{test:[/tablet(?! pc)/i],describe:function(){return{type:s.PLATFORMS_MAP.tablet}}},{test:function(e){var t=e.test(/ipod|iphone/i),r=e.test(/like (ipod|iphone)/i);return t&&!r},describe:function(e){var t=i.default.getFirstMatch(/(ipod|iphone)/i,e);return{type:s.PLATFORMS_MAP.mobile,vendor:"Apple",model:t}}},{test:[/nexus\s*[0-6].*/i,/galaxy nexus/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"Nexus"}}},{test:[/[^-]mobi/i],describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"blackberry"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"BlackBerry"}}},{test:function(e){return"bada"===e.getBrowserName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"windows phone"===e.getBrowserName()},describe:function(){return{type:s.PLATFORMS_MAP.mobile,vendor:"Microsoft"}}},{test:function(e){var t=Number(String(e.getOSVersion()).split(".")[0]);return"android"===e.getOSName(!0)&&t>=3},describe:function(){return{type:s.PLATFORMS_MAP.tablet}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.mobile}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop,vendor:"Apple"}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.desktop}}},{test:function(e){return"playstation 4"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}},{test:function(e){return"roku"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.tv}}}];t.default=a,e.exports=t.default},95:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var n,i=(n=r(17))&&n.__esModule?n:{default:n},s=r(18);var a=[{test:function(e){return"microsoft edge"===e.getBrowserName(!0)},describe:function(e){if(/\sedg\//i.test(e))return{name:s.ENGINE_MAP.Blink};var t=i.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i,e);return{name:s.ENGINE_MAP.EdgeHTML,version:t}}},{test:[/trident/i],describe:function(e){var t={name:s.ENGINE_MAP.Trident},r=i.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){return e.test(/presto/i)},describe:function(e){var t={name:s.ENGINE_MAP.Presto},r=i.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:function(e){var t=e.test(/gecko/i),r=e.test(/like gecko/i);return t&&!r},describe:function(e){var t={name:s.ENGINE_MAP.Gecko},r=i.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}},{test:[/(apple)?webkit\/537\.36/i],describe:function(){return{name:s.ENGINE_MAP.Blink}}},{test:[/(apple)?webkit/i],describe:function(e){var t={name:s.ENGINE_MAP.WebKit},r=i.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i,e);return r&&(t.version=r),t}}];t.default=a,e.exports=t.default}})})); \ No newline at end of file diff --git a/node_modules/bowser/index.d.ts b/node_modules/bowser/index.d.ts new file mode 100644 index 000000000..d95656a4d --- /dev/null +++ b/node_modules/bowser/index.d.ts @@ -0,0 +1,250 @@ +// Type definitions for Bowser v2 +// Project: https://github.com/lancedikson/bowser +// Definitions by: Alexander P. Cerutti , + +export = Bowser; +export as namespace Bowser; + +declare namespace Bowser { + /** + * Creates a Parser instance + * @param {string} UA - User agent string + * @param {boolean} skipParsing + */ + + function getParser(UA: string, skipParsing?: boolean): Parser.Parser; + + /** + * Creates a Parser instance and runs Parser.getResult immediately + * @param UA - User agent string + * @returns {Parser.ParsedResult} + */ + + function parse(UA: string): Parser.ParsedResult; + + /** + * Constants exposed via bowser getters + */ + const BROWSER_MAP: Record; + const ENGINE_MAP: Record; + const OS_MAP: Record; + const PLATFORMS_MAP: Record; + + namespace Parser { + interface Parser { + constructor(UA: string, skipParsing?: boolean): Parser.Parser; + + /** + * Get parsed browser object + * @return {BrowserDetails} Browser's details + */ + + getBrowser(): BrowserDetails; + + /** + * Get browser's name + * @param {Boolean} [toLowerCase] return lower-cased value + * @return {String} Browser's name or an empty string + */ + + getBrowserName(toLowerCase?: boolean): string; + + /** + * Get browser's version + * @return {String} version of browser + */ + + getBrowserVersion(): string; + + /** + * Get OS + * @return {OSDetails} - OS Details + * + * @example + * this.getOS(); // { + * // name: 'macOS', + * // version: '10.11.12', + * // } + */ + + getOS(): OSDetails; + + /** + * Get OS name + * @param {Boolean} [toLowerCase] return lower-cased value + * @return {String} name of the OS — macOS, Windows, Linux, etc. + */ + + getOSName(toLowerCase?: boolean): string; + + /** + * Get OS version + * @return {String} full version with dots ('10.11.12', '5.6', etc) + */ + + getOSVersion(): string; + + /** + * Get parsed platform + * @returns {PlatformDetails} + */ + + getPlatform(): PlatformDetails; + + /** + * Get platform name + * @param {boolean} toLowerCase + */ + + getPlatformType(toLowerCase?: boolean): string; + + /** + * Get parsed engine + * @returns {EngineDetails} + */ + + getEngine(): EngineDetails; + + /** + * Get parsed engine's name + * @returns {String} Engine's name or an empty string + */ + + getEngineName(): string; + + /** + * Get parsed result + * @return {ParsedResult} + */ + + getResult(): ParsedResult; + + /** + * Get UserAgent string of current Parser instance + * @return {String} User-Agent String of the current object + */ + + getUA(): string; + + /** + * Is anything? Check if the browser is called "anything", + * the OS called "anything" or the platform called "anything" + * @param {String} anything + * @returns {Boolean} + */ + + is(anything: any): boolean; + + /** + * Parse full information about the browser + * @returns {Parser.Parser} + */ + + parse(): Parser.Parser; + + /** + * Get parsed browser object + * @returns {BrowserDetails} + */ + + parseBrowser(): BrowserDetails; + + /** + * Get parsed engine + * @returns {EngineDetails} + */ + + parseEngine(): EngineDetails; + + /** + * Parse OS and save it to this.parsedResult.os + * @returns {OSDetails} + */ + + parseOS(): OSDetails; + + /** + * Get parsed platform + * @returns {PlatformDetails} + */ + + parsePlatform(): PlatformDetails; + + /** + * Check if parsed browser matches certain conditions + * + * @param {checkTree} checkTree It's one or two layered object, + * which can include a platform or an OS on the first layer + * and should have browsers specs on the bottom-laying layer + * + * @returns {Boolean|undefined} Whether the browser satisfies the set conditions or not. + * Returns `undefined` when the browser is no described in the checkTree object. + * + * @example + * const browser = new Bowser(UA); + * if (browser.check({chrome: '>118.01.1322' })) + * // or with os + * if (browser.check({windows: { chrome: '>118.01.1322' } })) + * // or with platforms + * if (browser.check({desktop: { chrome: '>118.01.1322' } })) + */ + + satisfies(checkTree: checkTree): boolean | undefined; + + /** + * Check if the browser name equals the passed string + * @param browserName The string to compare with the browser name + * @param [includingAlias=false] The flag showing whether alias will be included into comparison + * @returns {boolean} + */ + + + isBrowser(browserName: string, includingAlias?: boolean): boolean; + + /** + * Check if any of the given values satifies `.is(anything)` + * @param {string[]} anythings + * @returns {boolean} true if at least one condition is satisfied, false otherwise. + */ + + some(anythings: string[]): boolean | undefined; + + /** + * Test a UA string for a regexp + * @param regex + * @returns {boolean} true if the regex matches the UA, false otherwise. + */ + + test(regex: RegExp): boolean; + } + + interface ParsedResult { + browser: BrowserDetails; + os: OSDetails; + platform: PlatformDetails; + engine: EngineDetails; + } + + interface Details { + name?: string; + version?: string; + } + + interface OSDetails extends Details { + versionName?: string; + } + + interface PlatformDetails { + type?: string; + vendor?: string; + model?: string; + } + + type BrowserDetails = Details; + type EngineDetails = Details; + + interface checkTree { + [key: string]: any; + } + } +} diff --git a/node_modules/bowser/package.json b/node_modules/bowser/package.json new file mode 100644 index 000000000..3fb7c83ff --- /dev/null +++ b/node_modules/bowser/package.json @@ -0,0 +1,83 @@ +{ + "name": "bowser", + "version": "2.11.0", + "description": "Lightweight browser detector", + "keywords": [ + "browser", + "useragent", + "user-agent", + "parser", + "ua", + "detection", + "ender", + "sniff" + ], + "homepage": "https://github.com/lancedikson/bowser", + "author": "Dustin Diaz (http://dustindiaz.com)", + "contributors": [ + { + "name": "Denis Demchenko", + "url": "http://twitter.com/lancedikson" + } + ], + "main": "es5.js", + "browser": "es5.js", + "module": "src/bowser.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git+https://github.com/lancedikson/bowser.git" + }, + "devDependencies": { + "@babel/cli": "^7.11.6", + "@babel/core": "^7.8.0", + "@babel/polyfill": "^7.8.3", + "@babel/preset-env": "^7.8.2", + "@babel/register": "^7.8.3", + "ava": "^3.0.0", + "babel-eslint": "^10.0.3", + "babel-loader": "^8.0.6", + "babel-plugin-add-module-exports": "^1.0.2", + "babel-plugin-istanbul": "^6.0.0", + "compression-webpack-plugin": "^4.0.0", + "coveralls": "^3.0.6", + "docdash": "^1.1.1", + "eslint": "^6.5.1", + "eslint-config-airbnb-base": "^13.2.0", + "eslint-plugin-ava": "^10.0.0", + "eslint-plugin-import": "^2.18.2", + "gh-pages": "^3.0.0", + "jsdoc": "^3.6.3", + "nyc": "^15.0.0", + "sinon": "^9.0.0", + "testem": "^3.0.0", + "webpack": "^4.41.0", + "webpack-bundle-analyzer": "^3.5.2", + "webpack-cli": "^3.3.9", + "yamljs": "^0.3.0" + }, + "ava": { + "require": [ + "@babel/register" + ] + }, + "bugs": { + "url": "https://github.com/lancedikson/bowser/issues" + }, + "directories": { + "test": "test" + }, + "scripts": { + "build": "webpack --config webpack.config.js", + "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", + "watch": "webpack --watch --config webpack.config.js", + "prepublishOnly": "npm run build", + "lint": "eslint ./src", + "testem": "testem", + "test": "nyc --reporter=html --reporter=text ava", + "test:watch": "ava --watch", + "coverage": "nyc report --reporter=text-lcov | coveralls", + "generate-docs": "jsdoc -c jsdoc.json" + }, + "license": "MIT" +} diff --git a/node_modules/bowser/src/bowser.js b/node_modules/bowser/src/bowser.js new file mode 100644 index 000000000..f79e6e0e8 --- /dev/null +++ b/node_modules/bowser/src/bowser.js @@ -0,0 +1,77 @@ +/*! + * Bowser - a browser detector + * https://github.com/lancedikson/bowser + * MIT License | (c) Dustin Diaz 2012-2015 + * MIT License | (c) Denis Demchenko 2015-2019 + */ +import Parser from './parser.js'; +import { + BROWSER_MAP, + ENGINE_MAP, + OS_MAP, + PLATFORMS_MAP, +} from './constants.js'; + +/** + * Bowser class. + * Keep it simple as much as it can be. + * It's supposed to work with collections of {@link Parser} instances + * rather then solve one-instance problems. + * All the one-instance stuff is located in Parser class. + * + * @class + * @classdesc Bowser is a static object, that provides an API to the Parsers + * @hideconstructor + */ +class Bowser { + /** + * Creates a {@link Parser} instance + * + * @param {String} UA UserAgent string + * @param {Boolean} [skipParsing=false] Will make the Parser postpone parsing until you ask it + * explicitly. Same as `skipParsing` for {@link Parser}. + * @returns {Parser} + * @throws {Error} when UA is not a String + * + * @example + * const parser = Bowser.getParser(window.navigator.userAgent); + * const result = parser.getResult(); + */ + static getParser(UA, skipParsing = false) { + if (typeof UA !== 'string') { + throw new Error('UserAgent should be a string'); + } + return new Parser(UA, skipParsing); + } + + /** + * Creates a {@link Parser} instance and runs {@link Parser.getResult} immediately + * + * @param UA + * @return {ParsedResult} + * + * @example + * const result = Bowser.parse(window.navigator.userAgent); + */ + static parse(UA) { + return (new Parser(UA)).getResult(); + } + + static get BROWSER_MAP() { + return BROWSER_MAP; + } + + static get ENGINE_MAP() { + return ENGINE_MAP; + } + + static get OS_MAP() { + return OS_MAP; + } + + static get PLATFORMS_MAP() { + return PLATFORMS_MAP; + } +} + +export default Bowser; diff --git a/node_modules/bowser/src/constants.js b/node_modules/bowser/src/constants.js new file mode 100644 index 000000000..f33503252 --- /dev/null +++ b/node_modules/bowser/src/constants.js @@ -0,0 +1,116 @@ +// NOTE: this list must be up-to-date with browsers listed in +// test/acceptance/useragentstrings.yml +export const BROWSER_ALIASES_MAP = { + 'Amazon Silk': 'amazon_silk', + 'Android Browser': 'android', + Bada: 'bada', + BlackBerry: 'blackberry', + Chrome: 'chrome', + Chromium: 'chromium', + Electron: 'electron', + Epiphany: 'epiphany', + Firefox: 'firefox', + Focus: 'focus', + Generic: 'generic', + 'Google Search': 'google_search', + Googlebot: 'googlebot', + 'Internet Explorer': 'ie', + 'K-Meleon': 'k_meleon', + Maxthon: 'maxthon', + 'Microsoft Edge': 'edge', + 'MZ Browser': 'mz', + 'NAVER Whale Browser': 'naver', + Opera: 'opera', + 'Opera Coast': 'opera_coast', + PhantomJS: 'phantomjs', + Puffin: 'puffin', + QupZilla: 'qupzilla', + QQ: 'qq', + QQLite: 'qqlite', + Safari: 'safari', + Sailfish: 'sailfish', + 'Samsung Internet for Android': 'samsung_internet', + SeaMonkey: 'seamonkey', + Sleipnir: 'sleipnir', + Swing: 'swing', + Tizen: 'tizen', + 'UC Browser': 'uc', + Vivaldi: 'vivaldi', + 'WebOS Browser': 'webos', + WeChat: 'wechat', + 'Yandex Browser': 'yandex', + Roku: 'roku', +}; + +export const BROWSER_MAP = { + amazon_silk: 'Amazon Silk', + android: 'Android Browser', + bada: 'Bada', + blackberry: 'BlackBerry', + chrome: 'Chrome', + chromium: 'Chromium', + electron: 'Electron', + epiphany: 'Epiphany', + firefox: 'Firefox', + focus: 'Focus', + generic: 'Generic', + googlebot: 'Googlebot', + google_search: 'Google Search', + ie: 'Internet Explorer', + k_meleon: 'K-Meleon', + maxthon: 'Maxthon', + edge: 'Microsoft Edge', + mz: 'MZ Browser', + naver: 'NAVER Whale Browser', + opera: 'Opera', + opera_coast: 'Opera Coast', + phantomjs: 'PhantomJS', + puffin: 'Puffin', + qupzilla: 'QupZilla', + qq: 'QQ Browser', + qqlite: 'QQ Browser Lite', + safari: 'Safari', + sailfish: 'Sailfish', + samsung_internet: 'Samsung Internet for Android', + seamonkey: 'SeaMonkey', + sleipnir: 'Sleipnir', + swing: 'Swing', + tizen: 'Tizen', + uc: 'UC Browser', + vivaldi: 'Vivaldi', + webos: 'WebOS Browser', + wechat: 'WeChat', + yandex: 'Yandex Browser', +}; + +export const PLATFORMS_MAP = { + tablet: 'tablet', + mobile: 'mobile', + desktop: 'desktop', + tv: 'tv', +}; + +export const OS_MAP = { + WindowsPhone: 'Windows Phone', + Windows: 'Windows', + MacOS: 'macOS', + iOS: 'iOS', + Android: 'Android', + WebOS: 'WebOS', + BlackBerry: 'BlackBerry', + Bada: 'Bada', + Tizen: 'Tizen', + Linux: 'Linux', + ChromeOS: 'Chrome OS', + PlayStation4: 'PlayStation 4', + Roku: 'Roku', +}; + +export const ENGINE_MAP = { + EdgeHTML: 'EdgeHTML', + Blink: 'Blink', + Trident: 'Trident', + Presto: 'Presto', + Gecko: 'Gecko', + WebKit: 'WebKit', +}; diff --git a/node_modules/bowser/src/parser-browsers.js b/node_modules/bowser/src/parser-browsers.js new file mode 100644 index 000000000..ee7840c5d --- /dev/null +++ b/node_modules/bowser/src/parser-browsers.js @@ -0,0 +1,700 @@ +/** + * Browsers' descriptors + * + * The idea of descriptors is simple. You should know about them two simple things: + * 1. Every descriptor has a method or property called `test` and a `describe` method. + * 2. Order of descriptors is important. + * + * More details: + * 1. Method or property `test` serves as a way to detect whether the UA string + * matches some certain browser or not. The `describe` method helps to make a result + * object with params that show some browser-specific things: name, version, etc. + * 2. Order of descriptors is important because a Parser goes through them one by one + * in course. For example, if you insert Chrome's descriptor as the first one, + * more then a half of browsers will be described as Chrome, because they will pass + * the Chrome descriptor's test. + * + * Descriptor's `test` could be a property with an array of RegExps, where every RegExp + * will be applied to a UA string to test it whether it matches or not. + * If a descriptor has two or more regexps in the `test` array it tests them one by one + * with a logical sum operation. Parser stops if it has found any RegExp that matches the UA. + * + * Or `test` could be a method. In that case it gets a Parser instance and should + * return true/false to get the Parser know if this browser descriptor matches the UA or not. + */ + +import Utils from './utils.js'; + +const commonVersionIdentifier = /version\/(\d+(\.?_?\d+)+)/i; + +const browsersList = [ + /* Googlebot */ + { + test: [/googlebot/i], + describe(ua) { + const browser = { + name: 'Googlebot', + }; + const version = Utils.getFirstMatch(/googlebot\/(\d+(\.\d+))/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + + /* Opera < 13.0 */ + { + test: [/opera/i], + describe(ua) { + const browser = { + name: 'Opera', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + + /* Opera > 13.0 */ + { + test: [/opr\/|opios/i], + describe(ua) { + const browser = { + name: 'Opera', + }; + const version = Utils.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/SamsungBrowser/i], + describe(ua) { + const browser = { + name: 'Samsung Internet for Android', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/Whale/i], + describe(ua) { + const browser = { + name: 'NAVER Whale Browser', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/MZBrowser/i], + describe(ua) { + const browser = { + name: 'MZ Browser', + }; + const version = Utils.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/focus/i], + describe(ua) { + const browser = { + name: 'Focus', + }; + const version = Utils.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/swing/i], + describe(ua) { + const browser = { + name: 'Swing', + }; + const version = Utils.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/coast/i], + describe(ua) { + const browser = { + name: 'Opera Coast', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/opt\/\d+(?:.?_?\d+)+/i], + describe(ua) { + const browser = { + name: 'Opera Touch', + }; + const version = Utils.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/yabrowser/i], + describe(ua) { + const browser = { + name: 'Yandex Browser', + }; + const version = Utils.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/ucbrowser/i], + describe(ua) { + const browser = { + name: 'UC Browser', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/Maxthon|mxios/i], + describe(ua) { + const browser = { + name: 'Maxthon', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/epiphany/i], + describe(ua) { + const browser = { + name: 'Epiphany', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/puffin/i], + describe(ua) { + const browser = { + name: 'Puffin', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/sleipnir/i], + describe(ua) { + const browser = { + name: 'Sleipnir', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/k-meleon/i], + describe(ua) { + const browser = { + name: 'K-Meleon', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/micromessenger/i], + describe(ua) { + const browser = { + name: 'WeChat', + }; + const version = Utils.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/qqbrowser/i], + describe(ua) { + const browser = { + name: (/qqbrowserlite/i).test(ua) ? 'QQ Browser Lite' : 'QQ Browser', + }; + const version = Utils.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/msie|trident/i], + describe(ua) { + const browser = { + name: 'Internet Explorer', + }; + const version = Utils.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/\sedg\//i], + describe(ua) { + const browser = { + name: 'Microsoft Edge', + }; + + const version = Utils.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/edg([ea]|ios)/i], + describe(ua) { + const browser = { + name: 'Microsoft Edge', + }; + + const version = Utils.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/vivaldi/i], + describe(ua) { + const browser = { + name: 'Vivaldi', + }; + const version = Utils.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/seamonkey/i], + describe(ua) { + const browser = { + name: 'SeaMonkey', + }; + const version = Utils.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/sailfish/i], + describe(ua) { + const browser = { + name: 'Sailfish', + }; + + const version = Utils.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/silk/i], + describe(ua) { + const browser = { + name: 'Amazon Silk', + }; + const version = Utils.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/phantom/i], + describe(ua) { + const browser = { + name: 'PhantomJS', + }; + const version = Utils.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/slimerjs/i], + describe(ua) { + const browser = { + name: 'SlimerJS', + }; + const version = Utils.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/blackberry|\bbb\d+/i, /rim\stablet/i], + describe(ua) { + const browser = { + name: 'BlackBerry', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/(web|hpw)[o0]s/i], + describe(ua) { + const browser = { + name: 'WebOS Browser', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua) || Utils.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/bada/i], + describe(ua) { + const browser = { + name: 'Bada', + }; + const version = Utils.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/tizen/i], + describe(ua) { + const browser = { + name: 'Tizen', + }; + const version = Utils.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/qupzilla/i], + describe(ua) { + const browser = { + name: 'QupZilla', + }; + const version = Utils.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/firefox|iceweasel|fxios/i], + describe(ua) { + const browser = { + name: 'Firefox', + }; + const version = Utils.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/electron/i], + describe(ua) { + const browser = { + name: 'Electron', + }; + const version = Utils.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/MiuiBrowser/i], + describe(ua) { + const browser = { + name: 'Miui', + }; + const version = Utils.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/chromium/i], + describe(ua) { + const browser = { + name: 'Chromium', + }; + const version = Utils.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i, ua) || Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/chrome|crios|crmo/i], + describe(ua) { + const browser = { + name: 'Chrome', + }; + const version = Utils.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + { + test: [/GSA/i], + describe(ua) { + const browser = { + name: 'Google Search', + }; + const version = Utils.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + + /* Android Browser */ + { + test(parser) { + const notLikeAndroid = !parser.test(/like android/i); + const butAndroid = parser.test(/android/i); + return notLikeAndroid && butAndroid; + }, + describe(ua) { + const browser = { + name: 'Android Browser', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + + /* PlayStation 4 */ + { + test: [/playstation 4/i], + describe(ua) { + const browser = { + name: 'PlayStation 4', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + + /* Safari */ + { + test: [/safari|applewebkit/i], + describe(ua) { + const browser = { + name: 'Safari', + }; + const version = Utils.getFirstMatch(commonVersionIdentifier, ua); + + if (version) { + browser.version = version; + } + + return browser; + }, + }, + + /* Something else */ + { + test: [/.*/i], + describe(ua) { + /* Here we try to make sure that there are explicit details about the device + * in order to decide what regexp exactly we want to apply + * (as there is a specific decision based on that conclusion) + */ + const regexpWithoutDeviceSpec = /^(.*)\/(.*) /; + const regexpWithDeviceSpec = /^(.*)\/(.*)[ \t]\((.*)/; + const hasDeviceSpec = ua.search('\\(') !== -1; + const regexp = hasDeviceSpec ? regexpWithDeviceSpec : regexpWithoutDeviceSpec; + return { + name: Utils.getFirstMatch(regexp, ua), + version: Utils.getSecondMatch(regexp, ua), + }; + }, + }, +]; + +export default browsersList; diff --git a/node_modules/bowser/src/parser-engines.js b/node_modules/bowser/src/parser-engines.js new file mode 100644 index 000000000..d46d0e514 --- /dev/null +++ b/node_modules/bowser/src/parser-engines.js @@ -0,0 +1,120 @@ +import Utils from './utils.js'; +import { ENGINE_MAP } from './constants.js'; + +/* + * More specific goes first + */ +export default [ + /* EdgeHTML */ + { + test(parser) { + return parser.getBrowserName(true) === 'microsoft edge'; + }, + describe(ua) { + const isBlinkBased = /\sedg\//i.test(ua); + + // return blink if it's blink-based one + if (isBlinkBased) { + return { + name: ENGINE_MAP.Blink, + }; + } + + // otherwise match the version and return EdgeHTML + const version = Utils.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i, ua); + + return { + name: ENGINE_MAP.EdgeHTML, + version, + }; + }, + }, + + /* Trident */ + { + test: [/trident/i], + describe(ua) { + const engine = { + name: ENGINE_MAP.Trident, + }; + + const version = Utils.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + engine.version = version; + } + + return engine; + }, + }, + + /* Presto */ + { + test(parser) { + return parser.test(/presto/i); + }, + describe(ua) { + const engine = { + name: ENGINE_MAP.Presto, + }; + + const version = Utils.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + engine.version = version; + } + + return engine; + }, + }, + + /* Gecko */ + { + test(parser) { + const isGecko = parser.test(/gecko/i); + const likeGecko = parser.test(/like gecko/i); + return isGecko && !likeGecko; + }, + describe(ua) { + const engine = { + name: ENGINE_MAP.Gecko, + }; + + const version = Utils.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + engine.version = version; + } + + return engine; + }, + }, + + /* Blink */ + { + test: [/(apple)?webkit\/537\.36/i], + describe() { + return { + name: ENGINE_MAP.Blink, + }; + }, + }, + + /* WebKit */ + { + test: [/(apple)?webkit/i], + describe(ua) { + const engine = { + name: ENGINE_MAP.WebKit, + }; + + const version = Utils.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i, ua); + + if (version) { + engine.version = version; + } + + return engine; + }, + }, +]; diff --git a/node_modules/bowser/src/parser-os.js b/node_modules/bowser/src/parser-os.js new file mode 100644 index 000000000..4c516dd6f --- /dev/null +++ b/node_modules/bowser/src/parser-os.js @@ -0,0 +1,199 @@ +import Utils from './utils.js'; +import { OS_MAP } from './constants.js'; + +export default [ + /* Roku */ + { + test: [/Roku\/DVP/], + describe(ua) { + const version = Utils.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i, ua); + return { + name: OS_MAP.Roku, + version, + }; + }, + }, + + /* Windows Phone */ + { + test: [/windows phone/i], + describe(ua) { + const version = Utils.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i, ua); + return { + name: OS_MAP.WindowsPhone, + version, + }; + }, + }, + + /* Windows */ + { + test: [/windows /i], + describe(ua) { + const version = Utils.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i, ua); + const versionName = Utils.getWindowsVersionName(version); + + return { + name: OS_MAP.Windows, + version, + versionName, + }; + }, + }, + + /* Firefox on iPad */ + { + test: [/Macintosh(.*?) FxiOS(.*?)\//], + describe(ua) { + const result = { + name: OS_MAP.iOS, + }; + const version = Utils.getSecondMatch(/(Version\/)(\d[\d.]+)/, ua); + if (version) { + result.version = version; + } + return result; + }, + }, + + /* macOS */ + { + test: [/macintosh/i], + describe(ua) { + const version = Utils.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i, ua).replace(/[_\s]/g, '.'); + const versionName = Utils.getMacOSVersionName(version); + + const os = { + name: OS_MAP.MacOS, + version, + }; + if (versionName) { + os.versionName = versionName; + } + return os; + }, + }, + + /* iOS */ + { + test: [/(ipod|iphone|ipad)/i], + describe(ua) { + const version = Utils.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i, ua).replace(/[_\s]/g, '.'); + + return { + name: OS_MAP.iOS, + version, + }; + }, + }, + + /* Android */ + { + test(parser) { + const notLikeAndroid = !parser.test(/like android/i); + const butAndroid = parser.test(/android/i); + return notLikeAndroid && butAndroid; + }, + describe(ua) { + const version = Utils.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i, ua); + const versionName = Utils.getAndroidVersionName(version); + const os = { + name: OS_MAP.Android, + version, + }; + if (versionName) { + os.versionName = versionName; + } + return os; + }, + }, + + /* WebOS */ + { + test: [/(web|hpw)[o0]s/i], + describe(ua) { + const version = Utils.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i, ua); + const os = { + name: OS_MAP.WebOS, + }; + + if (version && version.length) { + os.version = version; + } + return os; + }, + }, + + /* BlackBerry */ + { + test: [/blackberry|\bbb\d+/i, /rim\stablet/i], + describe(ua) { + const version = Utils.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i, ua) + || Utils.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i, ua) + || Utils.getFirstMatch(/\bbb(\d+)/i, ua); + + return { + name: OS_MAP.BlackBerry, + version, + }; + }, + }, + + /* Bada */ + { + test: [/bada/i], + describe(ua) { + const version = Utils.getFirstMatch(/bada\/(\d+(\.\d+)*)/i, ua); + + return { + name: OS_MAP.Bada, + version, + }; + }, + }, + + /* Tizen */ + { + test: [/tizen/i], + describe(ua) { + const version = Utils.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i, ua); + + return { + name: OS_MAP.Tizen, + version, + }; + }, + }, + + /* Linux */ + { + test: [/linux/i], + describe() { + return { + name: OS_MAP.Linux, + }; + }, + }, + + /* Chrome OS */ + { + test: [/CrOS/], + describe() { + return { + name: OS_MAP.ChromeOS, + }; + }, + }, + + /* Playstation 4 */ + { + test: [/PlayStation 4/], + describe(ua) { + const version = Utils.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i, ua); + return { + name: OS_MAP.PlayStation4, + version, + }; + }, + }, +]; diff --git a/node_modules/bowser/src/parser-platforms.js b/node_modules/bowser/src/parser-platforms.js new file mode 100644 index 000000000..48b1eb10a --- /dev/null +++ b/node_modules/bowser/src/parser-platforms.js @@ -0,0 +1,266 @@ +import Utils from './utils.js'; +import { PLATFORMS_MAP } from './constants.js'; + +/* + * Tablets go first since usually they have more specific + * signs to detect. + */ + +export default [ + /* Googlebot */ + { + test: [/googlebot/i], + describe() { + return { + type: 'bot', + vendor: 'Google', + }; + }, + }, + + /* Huawei */ + { + test: [/huawei/i], + describe(ua) { + const model = Utils.getFirstMatch(/(can-l01)/i, ua) && 'Nova'; + const platform = { + type: PLATFORMS_MAP.mobile, + vendor: 'Huawei', + }; + if (model) { + platform.model = model; + } + return platform; + }, + }, + + /* Nexus Tablet */ + { + test: [/nexus\s*(?:7|8|9|10).*/i], + describe() { + return { + type: PLATFORMS_MAP.tablet, + vendor: 'Nexus', + }; + }, + }, + + /* iPad */ + { + test: [/ipad/i], + describe() { + return { + type: PLATFORMS_MAP.tablet, + vendor: 'Apple', + model: 'iPad', + }; + }, + }, + + /* Firefox on iPad */ + { + test: [/Macintosh(.*?) FxiOS(.*?)\//], + describe() { + return { + type: PLATFORMS_MAP.tablet, + vendor: 'Apple', + model: 'iPad', + }; + }, + }, + + /* Amazon Kindle Fire */ + { + test: [/kftt build/i], + describe() { + return { + type: PLATFORMS_MAP.tablet, + vendor: 'Amazon', + model: 'Kindle Fire HD 7', + }; + }, + }, + + /* Another Amazon Tablet with Silk */ + { + test: [/silk/i], + describe() { + return { + type: PLATFORMS_MAP.tablet, + vendor: 'Amazon', + }; + }, + }, + + /* Tablet */ + { + test: [/tablet(?! pc)/i], + describe() { + return { + type: PLATFORMS_MAP.tablet, + }; + }, + }, + + /* iPod/iPhone */ + { + test(parser) { + const iDevice = parser.test(/ipod|iphone/i); + const likeIDevice = parser.test(/like (ipod|iphone)/i); + return iDevice && !likeIDevice; + }, + describe(ua) { + const model = Utils.getFirstMatch(/(ipod|iphone)/i, ua); + return { + type: PLATFORMS_MAP.mobile, + vendor: 'Apple', + model, + }; + }, + }, + + /* Nexus Mobile */ + { + test: [/nexus\s*[0-6].*/i, /galaxy nexus/i], + describe() { + return { + type: PLATFORMS_MAP.mobile, + vendor: 'Nexus', + }; + }, + }, + + /* Mobile */ + { + test: [/[^-]mobi/i], + describe() { + return { + type: PLATFORMS_MAP.mobile, + }; + }, + }, + + /* BlackBerry */ + { + test(parser) { + return parser.getBrowserName(true) === 'blackberry'; + }, + describe() { + return { + type: PLATFORMS_MAP.mobile, + vendor: 'BlackBerry', + }; + }, + }, + + /* Bada */ + { + test(parser) { + return parser.getBrowserName(true) === 'bada'; + }, + describe() { + return { + type: PLATFORMS_MAP.mobile, + }; + }, + }, + + /* Windows Phone */ + { + test(parser) { + return parser.getBrowserName() === 'windows phone'; + }, + describe() { + return { + type: PLATFORMS_MAP.mobile, + vendor: 'Microsoft', + }; + }, + }, + + /* Android Tablet */ + { + test(parser) { + const osMajorVersion = Number(String(parser.getOSVersion()).split('.')[0]); + return parser.getOSName(true) === 'android' && (osMajorVersion >= 3); + }, + describe() { + return { + type: PLATFORMS_MAP.tablet, + }; + }, + }, + + /* Android Mobile */ + { + test(parser) { + return parser.getOSName(true) === 'android'; + }, + describe() { + return { + type: PLATFORMS_MAP.mobile, + }; + }, + }, + + /* desktop */ + { + test(parser) { + return parser.getOSName(true) === 'macos'; + }, + describe() { + return { + type: PLATFORMS_MAP.desktop, + vendor: 'Apple', + }; + }, + }, + + /* Windows */ + { + test(parser) { + return parser.getOSName(true) === 'windows'; + }, + describe() { + return { + type: PLATFORMS_MAP.desktop, + }; + }, + }, + + /* Linux */ + { + test(parser) { + return parser.getOSName(true) === 'linux'; + }, + describe() { + return { + type: PLATFORMS_MAP.desktop, + }; + }, + }, + + /* PlayStation 4 */ + { + test(parser) { + return parser.getOSName(true) === 'playstation 4'; + }, + describe() { + return { + type: PLATFORMS_MAP.tv, + }; + }, + }, + + /* Roku */ + { + test(parser) { + return parser.getOSName(true) === 'roku'; + }, + describe() { + return { + type: PLATFORMS_MAP.tv, + }; + }, + }, +]; diff --git a/node_modules/bowser/src/parser.js b/node_modules/bowser/src/parser.js new file mode 100644 index 000000000..2f9f39f2f --- /dev/null +++ b/node_modules/bowser/src/parser.js @@ -0,0 +1,496 @@ +import browserParsersList from './parser-browsers.js'; +import osParsersList from './parser-os.js'; +import platformParsersList from './parser-platforms.js'; +import enginesParsersList from './parser-engines.js'; +import Utils from './utils.js'; + +/** + * The main class that arranges the whole parsing process. + */ +class Parser { + /** + * Create instance of Parser + * + * @param {String} UA User-Agent string + * @param {Boolean} [skipParsing=false] parser can skip parsing in purpose of performance + * improvements if you need to make a more particular parsing + * like {@link Parser#parseBrowser} or {@link Parser#parsePlatform} + * + * @throw {Error} in case of empty UA String + * + * @constructor + */ + constructor(UA, skipParsing = false) { + if (UA === void (0) || UA === null || UA === '') { + throw new Error("UserAgent parameter can't be empty"); + } + + this._ua = UA; + + /** + * @typedef ParsedResult + * @property {Object} browser + * @property {String|undefined} [browser.name] + * Browser name, like `"Chrome"` or `"Internet Explorer"` + * @property {String|undefined} [browser.version] Browser version as a String `"12.01.45334.10"` + * @property {Object} os + * @property {String|undefined} [os.name] OS name, like `"Windows"` or `"macOS"` + * @property {String|undefined} [os.version] OS version, like `"NT 5.1"` or `"10.11.1"` + * @property {String|undefined} [os.versionName] OS name, like `"XP"` or `"High Sierra"` + * @property {Object} platform + * @property {String|undefined} [platform.type] + * platform type, can be either `"desktop"`, `"tablet"` or `"mobile"` + * @property {String|undefined} [platform.vendor] Vendor of the device, + * like `"Apple"` or `"Samsung"` + * @property {String|undefined} [platform.model] Device model, + * like `"iPhone"` or `"Kindle Fire HD 7"` + * @property {Object} engine + * @property {String|undefined} [engine.name] + * Can be any of this: `WebKit`, `Blink`, `Gecko`, `Trident`, `Presto`, `EdgeHTML` + * @property {String|undefined} [engine.version] String version of the engine + */ + this.parsedResult = {}; + + if (skipParsing !== true) { + this.parse(); + } + } + + /** + * Get UserAgent string of current Parser instance + * @return {String} User-Agent String of the current object + * + * @public + */ + getUA() { + return this._ua; + } + + /** + * Test a UA string for a regexp + * @param {RegExp} regex + * @return {Boolean} + */ + test(regex) { + return regex.test(this._ua); + } + + /** + * Get parsed browser object + * @return {Object} + */ + parseBrowser() { + this.parsedResult.browser = {}; + + const browserDescriptor = Utils.find(browserParsersList, (_browser) => { + if (typeof _browser.test === 'function') { + return _browser.test(this); + } + + if (_browser.test instanceof Array) { + return _browser.test.some(condition => this.test(condition)); + } + + throw new Error("Browser's test function is not valid"); + }); + + if (browserDescriptor) { + this.parsedResult.browser = browserDescriptor.describe(this.getUA()); + } + + return this.parsedResult.browser; + } + + /** + * Get parsed browser object + * @return {Object} + * + * @public + */ + getBrowser() { + if (this.parsedResult.browser) { + return this.parsedResult.browser; + } + + return this.parseBrowser(); + } + + /** + * Get browser's name + * @return {String} Browser's name or an empty string + * + * @public + */ + getBrowserName(toLowerCase) { + if (toLowerCase) { + return String(this.getBrowser().name).toLowerCase() || ''; + } + return this.getBrowser().name || ''; + } + + + /** + * Get browser's version + * @return {String} version of browser + * + * @public + */ + getBrowserVersion() { + return this.getBrowser().version; + } + + /** + * Get OS + * @return {Object} + * + * @example + * this.getOS(); + * { + * name: 'macOS', + * version: '10.11.12' + * } + */ + getOS() { + if (this.parsedResult.os) { + return this.parsedResult.os; + } + + return this.parseOS(); + } + + /** + * Parse OS and save it to this.parsedResult.os + * @return {*|{}} + */ + parseOS() { + this.parsedResult.os = {}; + + const os = Utils.find(osParsersList, (_os) => { + if (typeof _os.test === 'function') { + return _os.test(this); + } + + if (_os.test instanceof Array) { + return _os.test.some(condition => this.test(condition)); + } + + throw new Error("Browser's test function is not valid"); + }); + + if (os) { + this.parsedResult.os = os.describe(this.getUA()); + } + + return this.parsedResult.os; + } + + /** + * Get OS name + * @param {Boolean} [toLowerCase] return lower-cased value + * @return {String} name of the OS — macOS, Windows, Linux, etc. + */ + getOSName(toLowerCase) { + const { name } = this.getOS(); + + if (toLowerCase) { + return String(name).toLowerCase() || ''; + } + + return name || ''; + } + + /** + * Get OS version + * @return {String} full version with dots ('10.11.12', '5.6', etc) + */ + getOSVersion() { + return this.getOS().version; + } + + /** + * Get parsed platform + * @return {{}} + */ + getPlatform() { + if (this.parsedResult.platform) { + return this.parsedResult.platform; + } + + return this.parsePlatform(); + } + + /** + * Get platform name + * @param {Boolean} [toLowerCase=false] + * @return {*} + */ + getPlatformType(toLowerCase = false) { + const { type } = this.getPlatform(); + + if (toLowerCase) { + return String(type).toLowerCase() || ''; + } + + return type || ''; + } + + /** + * Get parsed platform + * @return {{}} + */ + parsePlatform() { + this.parsedResult.platform = {}; + + const platform = Utils.find(platformParsersList, (_platform) => { + if (typeof _platform.test === 'function') { + return _platform.test(this); + } + + if (_platform.test instanceof Array) { + return _platform.test.some(condition => this.test(condition)); + } + + throw new Error("Browser's test function is not valid"); + }); + + if (platform) { + this.parsedResult.platform = platform.describe(this.getUA()); + } + + return this.parsedResult.platform; + } + + /** + * Get parsed engine + * @return {{}} + */ + getEngine() { + if (this.parsedResult.engine) { + return this.parsedResult.engine; + } + + return this.parseEngine(); + } + + /** + * Get engines's name + * @return {String} Engines's name or an empty string + * + * @public + */ + getEngineName(toLowerCase) { + if (toLowerCase) { + return String(this.getEngine().name).toLowerCase() || ''; + } + return this.getEngine().name || ''; + } + + /** + * Get parsed platform + * @return {{}} + */ + parseEngine() { + this.parsedResult.engine = {}; + + const engine = Utils.find(enginesParsersList, (_engine) => { + if (typeof _engine.test === 'function') { + return _engine.test(this); + } + + if (_engine.test instanceof Array) { + return _engine.test.some(condition => this.test(condition)); + } + + throw new Error("Browser's test function is not valid"); + }); + + if (engine) { + this.parsedResult.engine = engine.describe(this.getUA()); + } + + return this.parsedResult.engine; + } + + /** + * Parse full information about the browser + * @returns {Parser} + */ + parse() { + this.parseBrowser(); + this.parseOS(); + this.parsePlatform(); + this.parseEngine(); + + return this; + } + + /** + * Get parsed result + * @return {ParsedResult} + */ + getResult() { + return Utils.assign({}, this.parsedResult); + } + + /** + * Check if parsed browser matches certain conditions + * + * @param {Object} checkTree It's one or two layered object, + * which can include a platform or an OS on the first layer + * and should have browsers specs on the bottom-laying layer + * + * @returns {Boolean|undefined} Whether the browser satisfies the set conditions or not. + * Returns `undefined` when the browser is no described in the checkTree object. + * + * @example + * const browser = Bowser.getParser(window.navigator.userAgent); + * if (browser.satisfies({chrome: '>118.01.1322' })) + * // or with os + * if (browser.satisfies({windows: { chrome: '>118.01.1322' } })) + * // or with platforms + * if (browser.satisfies({desktop: { chrome: '>118.01.1322' } })) + */ + satisfies(checkTree) { + const platformsAndOSes = {}; + let platformsAndOSCounter = 0; + const browsers = {}; + let browsersCounter = 0; + + const allDefinitions = Object.keys(checkTree); + + allDefinitions.forEach((key) => { + const currentDefinition = checkTree[key]; + if (typeof currentDefinition === 'string') { + browsers[key] = currentDefinition; + browsersCounter += 1; + } else if (typeof currentDefinition === 'object') { + platformsAndOSes[key] = currentDefinition; + platformsAndOSCounter += 1; + } + }); + + if (platformsAndOSCounter > 0) { + const platformsAndOSNames = Object.keys(platformsAndOSes); + const OSMatchingDefinition = Utils.find(platformsAndOSNames, name => (this.isOS(name))); + + if (OSMatchingDefinition) { + const osResult = this.satisfies(platformsAndOSes[OSMatchingDefinition]); + + if (osResult !== void 0) { + return osResult; + } + } + + const platformMatchingDefinition = Utils.find( + platformsAndOSNames, + name => (this.isPlatform(name)), + ); + if (platformMatchingDefinition) { + const platformResult = this.satisfies(platformsAndOSes[platformMatchingDefinition]); + + if (platformResult !== void 0) { + return platformResult; + } + } + } + + if (browsersCounter > 0) { + const browserNames = Object.keys(browsers); + const matchingDefinition = Utils.find(browserNames, name => (this.isBrowser(name, true))); + + if (matchingDefinition !== void 0) { + return this.compareVersion(browsers[matchingDefinition]); + } + } + + return undefined; + } + + /** + * Check if the browser name equals the passed string + * @param browserName The string to compare with the browser name + * @param [includingAlias=false] The flag showing whether alias will be included into comparison + * @returns {boolean} + */ + isBrowser(browserName, includingAlias = false) { + const defaultBrowserName = this.getBrowserName().toLowerCase(); + let browserNameLower = browserName.toLowerCase(); + const alias = Utils.getBrowserTypeByAlias(browserNameLower); + + if (includingAlias && alias) { + browserNameLower = alias.toLowerCase(); + } + return browserNameLower === defaultBrowserName; + } + + compareVersion(version) { + let expectedResults = [0]; + let comparableVersion = version; + let isLoose = false; + + const currentBrowserVersion = this.getBrowserVersion(); + + if (typeof currentBrowserVersion !== 'string') { + return void 0; + } + + if (version[0] === '>' || version[0] === '<') { + comparableVersion = version.substr(1); + if (version[1] === '=') { + isLoose = true; + comparableVersion = version.substr(2); + } else { + expectedResults = []; + } + if (version[0] === '>') { + expectedResults.push(1); + } else { + expectedResults.push(-1); + } + } else if (version[0] === '=') { + comparableVersion = version.substr(1); + } else if (version[0] === '~') { + isLoose = true; + comparableVersion = version.substr(1); + } + + return expectedResults.indexOf( + Utils.compareVersions(currentBrowserVersion, comparableVersion, isLoose), + ) > -1; + } + + isOS(osName) { + return this.getOSName(true) === String(osName).toLowerCase(); + } + + isPlatform(platformType) { + return this.getPlatformType(true) === String(platformType).toLowerCase(); + } + + isEngine(engineName) { + return this.getEngineName(true) === String(engineName).toLowerCase(); + } + + /** + * Is anything? Check if the browser is called "anything", + * the OS called "anything" or the platform called "anything" + * @param {String} anything + * @param [includingAlias=false] The flag showing whether alias will be included into comparison + * @returns {Boolean} + */ + is(anything, includingAlias = false) { + return this.isBrowser(anything, includingAlias) || this.isOS(anything) + || this.isPlatform(anything); + } + + /** + * Check if any of the given values satisfies this.is(anything) + * @param {String[]} anythings + * @returns {Boolean} + */ + some(anythings = []) { + return anythings.some(anything => this.is(anything)); + } +} + +export default Parser; diff --git a/node_modules/bowser/src/utils.js b/node_modules/bowser/src/utils.js new file mode 100644 index 000000000..d1174bf0a --- /dev/null +++ b/node_modules/bowser/src/utils.js @@ -0,0 +1,309 @@ +import { BROWSER_MAP, BROWSER_ALIASES_MAP } from './constants.js'; + +export default class Utils { + /** + * Get first matched item for a string + * @param {RegExp} regexp + * @param {String} ua + * @return {Array|{index: number, input: string}|*|boolean|string} + */ + static getFirstMatch(regexp, ua) { + const match = ua.match(regexp); + return (match && match.length > 0 && match[1]) || ''; + } + + /** + * Get second matched item for a string + * @param regexp + * @param {String} ua + * @return {Array|{index: number, input: string}|*|boolean|string} + */ + static getSecondMatch(regexp, ua) { + const match = ua.match(regexp); + return (match && match.length > 1 && match[2]) || ''; + } + + /** + * Match a regexp and return a constant or undefined + * @param {RegExp} regexp + * @param {String} ua + * @param {*} _const Any const that will be returned if regexp matches the string + * @return {*} + */ + static matchAndReturnConst(regexp, ua, _const) { + if (regexp.test(ua)) { + return _const; + } + return void (0); + } + + static getWindowsVersionName(version) { + switch (version) { + case 'NT': return 'NT'; + case 'XP': return 'XP'; + case 'NT 5.0': return '2000'; + case 'NT 5.1': return 'XP'; + case 'NT 5.2': return '2003'; + case 'NT 6.0': return 'Vista'; + case 'NT 6.1': return '7'; + case 'NT 6.2': return '8'; + case 'NT 6.3': return '8.1'; + case 'NT 10.0': return '10'; + default: return undefined; + } + } + + /** + * Get macOS version name + * 10.5 - Leopard + * 10.6 - Snow Leopard + * 10.7 - Lion + * 10.8 - Mountain Lion + * 10.9 - Mavericks + * 10.10 - Yosemite + * 10.11 - El Capitan + * 10.12 - Sierra + * 10.13 - High Sierra + * 10.14 - Mojave + * 10.15 - Catalina + * + * @example + * getMacOSVersionName("10.14") // 'Mojave' + * + * @param {string} version + * @return {string} versionName + */ + static getMacOSVersionName(version) { + const v = version.split('.').splice(0, 2).map(s => parseInt(s, 10) || 0); + v.push(0); + if (v[0] !== 10) return undefined; + switch (v[1]) { + case 5: return 'Leopard'; + case 6: return 'Snow Leopard'; + case 7: return 'Lion'; + case 8: return 'Mountain Lion'; + case 9: return 'Mavericks'; + case 10: return 'Yosemite'; + case 11: return 'El Capitan'; + case 12: return 'Sierra'; + case 13: return 'High Sierra'; + case 14: return 'Mojave'; + case 15: return 'Catalina'; + default: return undefined; + } + } + + /** + * Get Android version name + * 1.5 - Cupcake + * 1.6 - Donut + * 2.0 - Eclair + * 2.1 - Eclair + * 2.2 - Froyo + * 2.x - Gingerbread + * 3.x - Honeycomb + * 4.0 - Ice Cream Sandwich + * 4.1 - Jelly Bean + * 4.4 - KitKat + * 5.x - Lollipop + * 6.x - Marshmallow + * 7.x - Nougat + * 8.x - Oreo + * 9.x - Pie + * + * @example + * getAndroidVersionName("7.0") // 'Nougat' + * + * @param {string} version + * @return {string} versionName + */ + static getAndroidVersionName(version) { + const v = version.split('.').splice(0, 2).map(s => parseInt(s, 10) || 0); + v.push(0); + if (v[0] === 1 && v[1] < 5) return undefined; + if (v[0] === 1 && v[1] < 6) return 'Cupcake'; + if (v[0] === 1 && v[1] >= 6) return 'Donut'; + if (v[0] === 2 && v[1] < 2) return 'Eclair'; + if (v[0] === 2 && v[1] === 2) return 'Froyo'; + if (v[0] === 2 && v[1] > 2) return 'Gingerbread'; + if (v[0] === 3) return 'Honeycomb'; + if (v[0] === 4 && v[1] < 1) return 'Ice Cream Sandwich'; + if (v[0] === 4 && v[1] < 4) return 'Jelly Bean'; + if (v[0] === 4 && v[1] >= 4) return 'KitKat'; + if (v[0] === 5) return 'Lollipop'; + if (v[0] === 6) return 'Marshmallow'; + if (v[0] === 7) return 'Nougat'; + if (v[0] === 8) return 'Oreo'; + if (v[0] === 9) return 'Pie'; + return undefined; + } + + /** + * Get version precisions count + * + * @example + * getVersionPrecision("1.10.3") // 3 + * + * @param {string} version + * @return {number} + */ + static getVersionPrecision(version) { + return version.split('.').length; + } + + /** + * Calculate browser version weight + * + * @example + * compareVersions('1.10.2.1', '1.8.2.1.90') // 1 + * compareVersions('1.010.2.1', '1.09.2.1.90'); // 1 + * compareVersions('1.10.2.1', '1.10.2.1'); // 0 + * compareVersions('1.10.2.1', '1.0800.2'); // -1 + * compareVersions('1.10.2.1', '1.10', true); // 0 + * + * @param {String} versionA versions versions to compare + * @param {String} versionB versions versions to compare + * @param {boolean} [isLoose] enable loose comparison + * @return {Number} comparison result: -1 when versionA is lower, + * 1 when versionA is bigger, 0 when both equal + */ + /* eslint consistent-return: 1 */ + static compareVersions(versionA, versionB, isLoose = false) { + // 1) get common precision for both versions, for example for "10.0" and "9" it should be 2 + const versionAPrecision = Utils.getVersionPrecision(versionA); + const versionBPrecision = Utils.getVersionPrecision(versionB); + + let precision = Math.max(versionAPrecision, versionBPrecision); + let lastPrecision = 0; + + const chunks = Utils.map([versionA, versionB], (version) => { + const delta = precision - Utils.getVersionPrecision(version); + + // 2) "9" -> "9.0" (for precision = 2) + const _version = version + new Array(delta + 1).join('.0'); + + // 3) "9.0" -> ["000000000"", "000000009"] + return Utils.map(_version.split('.'), chunk => new Array(20 - chunk.length).join('0') + chunk).reverse(); + }); + + // adjust precision for loose comparison + if (isLoose) { + lastPrecision = precision - Math.min(versionAPrecision, versionBPrecision); + } + + // iterate in reverse order by reversed chunks array + precision -= 1; + while (precision >= lastPrecision) { + // 4) compare: "000000009" > "000000010" = false (but "9" > "10" = true) + if (chunks[0][precision] > chunks[1][precision]) { + return 1; + } + + if (chunks[0][precision] === chunks[1][precision]) { + if (precision === lastPrecision) { + // all version chunks are same + return 0; + } + + precision -= 1; + } else if (chunks[0][precision] < chunks[1][precision]) { + return -1; + } + } + + return undefined; + } + + /** + * Array::map polyfill + * + * @param {Array} arr + * @param {Function} iterator + * @return {Array} + */ + static map(arr, iterator) { + const result = []; + let i; + if (Array.prototype.map) { + return Array.prototype.map.call(arr, iterator); + } + for (i = 0; i < arr.length; i += 1) { + result.push(iterator(arr[i])); + } + return result; + } + + /** + * Array::find polyfill + * + * @param {Array} arr + * @param {Function} predicate + * @return {Array} + */ + static find(arr, predicate) { + let i; + let l; + if (Array.prototype.find) { + return Array.prototype.find.call(arr, predicate); + } + for (i = 0, l = arr.length; i < l; i += 1) { + const value = arr[i]; + if (predicate(value, i)) { + return value; + } + } + return undefined; + } + + /** + * Object::assign polyfill + * + * @param {Object} obj + * @param {Object} ...objs + * @return {Object} + */ + static assign(obj, ...assigners) { + const result = obj; + let i; + let l; + if (Object.assign) { + return Object.assign(obj, ...assigners); + } + for (i = 0, l = assigners.length; i < l; i += 1) { + const assigner = assigners[i]; + if (typeof assigner === 'object' && assigner !== null) { + const keys = Object.keys(assigner); + keys.forEach((key) => { + result[key] = assigner[key]; + }); + } + } + return obj; + } + + /** + * Get short version/alias for a browser name + * + * @example + * getBrowserAlias('Microsoft Edge') // edge + * + * @param {string} browserName + * @return {string} + */ + static getBrowserAlias(browserName) { + return BROWSER_ALIASES_MAP[browserName]; + } + + /** + * Get short version/alias for a browser name + * + * @example + * getBrowserAlias('edge') // Microsoft Edge + * + * @param {string} browserAlias + * @return {string} + */ + static getBrowserTypeByAlias(browserAlias) { + return BROWSER_MAP[browserAlias] || ''; + } +} diff --git a/node_modules/brace-expansion/LICENSE b/node_modules/brace-expansion/LICENSE new file mode 100644 index 000000000..de3226673 --- /dev/null +++ b/node_modules/brace-expansion/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2013 Julian Gruber + +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/node_modules/brace-expansion/README.md b/node_modules/brace-expansion/README.md new file mode 100644 index 000000000..6b4e0e164 --- /dev/null +++ b/node_modules/brace-expansion/README.md @@ -0,0 +1,129 @@ +# brace-expansion + +[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html), +as known from sh/bash, in JavaScript. + +[![build status](https://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brace-expansion) +[![downloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-expansion) +[![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expansion.svg)](https://greenkeeper.io/) + +[![testling badge](https://ci.testling.com/juliangruber/brace-expansion.png)](https://ci.testling.com/juliangruber/brace-expansion) + +## Example + +```js +var expand = require('brace-expansion'); + +expand('file-{a,b,c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('-v{,,}') +// => ['-v', '-v', '-v'] + +expand('file{0..2}.jpg') +// => ['file0.jpg', 'file1.jpg', 'file2.jpg'] + +expand('file-{a..c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('file{2..0}.jpg') +// => ['file2.jpg', 'file1.jpg', 'file0.jpg'] + +expand('file{0..4..2}.jpg') +// => ['file0.jpg', 'file2.jpg', 'file4.jpg'] + +expand('file-{a..e..2}.jpg') +// => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg'] + +expand('file{00..10..5}.jpg') +// => ['file00.jpg', 'file05.jpg', 'file10.jpg'] + +expand('{{A..C},{a..c}}') +// => ['A', 'B', 'C', 'a', 'b', 'c'] + +expand('ppp{,config,oe{,conf}}') +// => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] +``` + +## API + +```js +var expand = require('brace-expansion'); +``` + +### var expanded = expand(str) + +Return an array of all possible and valid expansions of `str`. If none are +found, `[str]` is returned. + +Valid expansions are: + +```js +/^(.*,)+(.+)?$/ +// {a,b,...} +``` + +A comma separated list of options, like `{a,b}` or `{a,{b,c}}` or `{,a,}`. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +A numeric sequence from `x` to `y` inclusive, with optional increment. +If `x` or `y` start with a leading `0`, all the numbers will be padded +to have equal length. Negative numbers and backwards iteration work too. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +An alphabetic sequence from `x` to `y` inclusive, with optional increment. +`x` and `y` must be exactly one character, and if given, `incr` must be a +number. + +For compatibility reasons, the string `${` is not eligible for brace expansion. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install brace-expansion +``` + +## Contributors + +- [Julian Gruber](https://github.com/juliangruber) +- [Isaac Z. Schlueter](https://github.com/isaacs) + +## Sponsors + +This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! + +Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)! + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +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/node_modules/brace-expansion/index.js b/node_modules/brace-expansion/index.js new file mode 100644 index 000000000..0478be81e --- /dev/null +++ b/node_modules/brace-expansion/index.js @@ -0,0 +1,201 @@ +var concatMap = require('concat-map'); +var balanced = require('balanced-match'); + +module.exports = expandTop; + +var escSlash = '\0SLASH'+Math.random()+'\0'; +var escOpen = '\0OPEN'+Math.random()+'\0'; +var escClose = '\0CLOSE'+Math.random()+'\0'; +var escComma = '\0COMMA'+Math.random()+'\0'; +var escPeriod = '\0PERIOD'+Math.random()+'\0'; + +function numeric(str) { + return parseInt(str, 10) == str + ? parseInt(str, 10) + : str.charCodeAt(0); +} + +function escapeBraces(str) { + return str.split('\\\\').join(escSlash) + .split('\\{').join(escOpen) + .split('\\}').join(escClose) + .split('\\,').join(escComma) + .split('\\.').join(escPeriod); +} + +function unescapeBraces(str) { + return str.split(escSlash).join('\\') + .split(escOpen).join('{') + .split(escClose).join('}') + .split(escComma).join(',') + .split(escPeriod).join('.'); +} + + +// Basically just str.split(","), but handling cases +// where we have nested braced sections, which should be +// treated as individual members, like {a,{b,c},d} +function parseCommaParts(str) { + if (!str) + return ['']; + + var parts = []; + var m = balanced('{', '}', str); + + if (!m) + return str.split(','); + + var pre = m.pre; + var body = m.body; + var post = m.post; + var p = pre.split(','); + + p[p.length-1] += '{' + body + '}'; + var postParts = parseCommaParts(post); + if (post.length) { + p[p.length-1] += postParts.shift(); + p.push.apply(p, postParts); + } + + parts.push.apply(parts, p); + + return parts; +} + +function expandTop(str) { + if (!str) + return []; + + // I don't know why Bash 4.3 does this, but it does. + // Anything starting with {} will have the first two bytes preserved + // but *only* at the top level, so {},a}b will not expand to anything, + // but a{},b}c will be expanded to [a}c,abc]. + // One could argue that this is a bug in Bash, but since the goal of + // this module is to match Bash's rules, we escape a leading {} + if (str.substr(0, 2) === '{}') { + str = '\\{\\}' + str.substr(2); + } + + return expand(escapeBraces(str), true).map(unescapeBraces); +} + +function identity(e) { + return e; +} + +function embrace(str) { + return '{' + str + '}'; +} +function isPadded(el) { + return /^-?0\d/.test(el); +} + +function lte(i, y) { + return i <= y; +} +function gte(i, y) { + return i >= y; +} + +function expand(str, isTop) { + var expansions = []; + + var m = balanced('{', '}', str); + if (!m || /\$$/.test(m.pre)) return [str]; + + var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); + var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); + var isSequence = isNumericSequence || isAlphaSequence; + var isOptions = m.body.indexOf(',') >= 0; + if (!isSequence && !isOptions) { + // {a},b} + if (m.post.match(/,.*\}/)) { + str = m.pre + '{' + m.body + escClose + m.post; + return expand(str); + } + return [str]; + } + + var n; + if (isSequence) { + n = m.body.split(/\.\./); + } else { + n = parseCommaParts(m.body); + if (n.length === 1) { + // x{{a,b}}y ==> x{a}y x{b}y + n = expand(n[0], false).map(embrace); + if (n.length === 1) { + var post = m.post.length + ? expand(m.post, false) + : ['']; + return post.map(function(p) { + return m.pre + n[0] + p; + }); + } + } + } + + // at this point, n is the parts, and we know it's not a comma set + // with a single entry. + + // no need to expand pre, since it is guaranteed to be free of brace-sets + var pre = m.pre; + var post = m.post.length + ? expand(m.post, false) + : ['']; + + var N; + + if (isSequence) { + var x = numeric(n[0]); + var y = numeric(n[1]); + var width = Math.max(n[0].length, n[1].length) + var incr = n.length == 3 + ? Math.abs(numeric(n[2])) + : 1; + var test = lte; + var reverse = y < x; + if (reverse) { + incr *= -1; + test = gte; + } + var pad = n.some(isPadded); + + N = []; + + for (var i = x; test(i, y); i += incr) { + var c; + if (isAlphaSequence) { + c = String.fromCharCode(i); + if (c === '\\') + c = ''; + } else { + c = String(i); + if (pad) { + var need = width - c.length; + if (need > 0) { + var z = new Array(need + 1).join('0'); + if (i < 0) + c = '-' + z + c.slice(1); + else + c = z + c; + } + } + } + N.push(c); + } + } else { + N = concatMap(n, function(el) { return expand(el, false) }); + } + + for (var j = 0; j < N.length; j++) { + for (var k = 0; k < post.length; k++) { + var expansion = pre + N[j] + post[k]; + if (!isTop || isSequence || expansion) + expansions.push(expansion); + } + } + + return expansions; +} + diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json new file mode 100644 index 000000000..a18faa8fd --- /dev/null +++ b/node_modules/brace-expansion/package.json @@ -0,0 +1,47 @@ +{ + "name": "brace-expansion", + "description": "Brace expansion as known from sh/bash", + "version": "1.1.11", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/brace-expansion.git" + }, + "homepage": "https://github.com/juliangruber/brace-expansion", + "main": "index.js", + "scripts": { + "test": "tape test/*.js", + "gentest": "bash test/generate.sh", + "bench": "matcha test/perf/bench.js" + }, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + }, + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "keywords": [], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} diff --git a/node_modules/braces/CHANGELOG.md b/node_modules/braces/CHANGELOG.md new file mode 100644 index 000000000..36f798b00 --- /dev/null +++ b/node_modules/braces/CHANGELOG.md @@ -0,0 +1,184 @@ +# Release history + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +
+ Guiding Principles + +- Changelogs are for humans, not machines. +- There should be an entry for every single version. +- The same types of changes should be grouped. +- Versions and sections should be linkable. +- The latest version comes first. +- The release date of each versions is displayed. +- Mention whether you follow Semantic Versioning. + +
+ +
+ Types of changes + +Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_): + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +
+ +## [3.0.0] - 2018-04-08 + +v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler. + +**Breaking Changes** + +- The undocumented `.makeRe` method was removed + +**Non-breaking changes** + +- Caching was removed + +## [2.3.2] - 2018-04-08 + +- start refactoring +- cover sets +- better range handling + +## [2.3.1] - 2018-02-17 + +- Remove unnecessary escape in Regex. (#14) + +## [2.3.0] - 2017-10-19 + +- minor code reorganization +- optimize regex +- expose `maxLength` option + +## [2.2.1] - 2017-05-30 + +- don't condense when braces contain extglobs + +## [2.2.0] - 2017-05-28 + +- ensure word boundaries are preserved +- fixes edge case where extglob characters precede a brace pattern + +## [2.1.1] - 2017-04-27 + +- use snapdragon-node +- handle edge case +- optimizations, lint + +## [2.0.4] - 2017-04-11 + +- pass opts to compiler +- minor optimization in create method +- re-write parser handlers to remove negation regex + +## [2.0.3] - 2016-12-10 + +- use split-string +- clear queue at the end +- adds sequences example +- add unit tests + +## [2.0.2] - 2016-10-21 + +- fix comma handling in nested extglobs + +## [2.0.1] - 2016-10-20 + +- add comments +- more tests, ensure quotes are stripped + +## [2.0.0] - 2016-10-19 + +- don't expand braces inside character classes +- add quantifier pattern + +## [1.8.5] - 2016-05-21 + +- Refactor (#10) + +## [1.8.4] - 2016-04-20 + +- fixes https://github.com/jonschlinkert/micromatch/issues/66 + +## [1.8.0] - 2015-03-18 + +- adds exponent examples, tests +- fixes the first example in https://github.com/jonschlinkert/micromatch/issues/38 + +## [1.6.0] - 2015-01-30 + +- optimizations, `bash` mode: +- improve path escaping + +## [1.5.0] - 2015-01-28 + +- Merge pull request #5 from eush77/lib-files + +## [1.4.0] - 2015-01-24 + +- add extglob tests +- externalize exponent function +- better whitespace handling + +## [1.3.0] - 2015-01-24 + +- make regex patterns explicity + +## [1.1.0] - 2015-01-11 + +- don't create a match group with `makeRe` + +## [1.0.0] - 2014-12-23 + +- Merge commit '97b05f5544f8348736a8efaecf5c32bbe3e2ad6e' +- support empty brace syntax +- better bash coverage +- better support for regex strings + +## [0.1.4] - 2014-11-14 + +- improve recognition of bad args, recognize mismatched argument types +- support escaping +- remove pathname-expansion +- support whitespace in patterns + +## [0.1.0] + +- first commit + +[2.3.2]: https://github.com/micromatch/braces/compare/2.3.1...2.3.2 +[2.3.1]: https://github.com/micromatch/braces/compare/2.3.0...2.3.1 +[2.3.0]: https://github.com/micromatch/braces/compare/2.2.1...2.3.0 +[2.2.1]: https://github.com/micromatch/braces/compare/2.2.0...2.2.1 +[2.2.0]: https://github.com/micromatch/braces/compare/2.1.1...2.2.0 +[2.1.1]: https://github.com/micromatch/braces/compare/2.1.0...2.1.1 +[2.1.0]: https://github.com/micromatch/braces/compare/2.0.4...2.1.0 +[2.0.4]: https://github.com/micromatch/braces/compare/2.0.3...2.0.4 +[2.0.3]: https://github.com/micromatch/braces/compare/2.0.2...2.0.3 +[2.0.2]: https://github.com/micromatch/braces/compare/2.0.1...2.0.2 +[2.0.1]: https://github.com/micromatch/braces/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/micromatch/braces/compare/1.8.5...2.0.0 +[1.8.5]: https://github.com/micromatch/braces/compare/1.8.4...1.8.5 +[1.8.4]: https://github.com/micromatch/braces/compare/1.8.0...1.8.4 +[1.8.0]: https://github.com/micromatch/braces/compare/1.6.0...1.8.0 +[1.6.0]: https://github.com/micromatch/braces/compare/1.5.0...1.6.0 +[1.5.0]: https://github.com/micromatch/braces/compare/1.4.0...1.5.0 +[1.4.0]: https://github.com/micromatch/braces/compare/1.3.0...1.4.0 +[1.3.0]: https://github.com/micromatch/braces/compare/1.2.0...1.3.0 +[1.2.0]: https://github.com/micromatch/braces/compare/1.1.0...1.2.0 +[1.1.0]: https://github.com/micromatch/braces/compare/1.0.0...1.1.0 +[1.0.0]: https://github.com/micromatch/braces/compare/0.1.4...1.0.0 +[0.1.4]: https://github.com/micromatch/braces/compare/0.1.0...0.1.4 + +[Unreleased]: https://github.com/micromatch/braces/compare/0.1.0...HEAD +[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog \ No newline at end of file diff --git a/node_modules/braces/LICENSE b/node_modules/braces/LICENSE new file mode 100644 index 000000000..d32ab4426 --- /dev/null +++ b/node_modules/braces/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2018, Jon Schlinkert. + +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/node_modules/braces/README.md b/node_modules/braces/README.md new file mode 100644 index 000000000..cba2f600d --- /dev/null +++ b/node_modules/braces/README.md @@ -0,0 +1,593 @@ +# braces [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=W8YFZ425KND68) [![NPM version](https://img.shields.io/npm/v/braces.svg?style=flat)](https://www.npmjs.com/package/braces) [![NPM monthly downloads](https://img.shields.io/npm/dm/braces.svg?style=flat)](https://npmjs.org/package/braces) [![NPM total downloads](https://img.shields.io/npm/dt/braces.svg?style=flat)](https://npmjs.org/package/braces) [![Linux Build Status](https://img.shields.io/travis/micromatch/braces.svg?style=flat&label=Travis)](https://travis-ci.org/micromatch/braces) + +> Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. + +Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support. + +## Install + +Install with [npm](https://www.npmjs.com/): + +```sh +$ npm install --save braces +``` + +## v3.0.0 Released!! + +See the [changelog](CHANGELOG.md) for details. + +## Why use braces? + +Brace patterns make globs more powerful by adding the ability to match specific ranges and sequences of characters. + +* **Accurate** - complete support for the [Bash 4.3 Brace Expansion](www.gnu.org/software/bash/) specification (passes all of the Bash braces tests) +* **[fast and performant](#benchmarks)** - Starts fast, runs fast and [scales well](#performance) as patterns increase in complexity. +* **Organized code base** - The parser and compiler are easy to maintain and update when edge cases crop up. +* **Well-tested** - Thousands of test assertions, and passes all of the Bash, minimatch, and [brace-expansion](https://github.com/juliangruber/brace-expansion) unit tests (as of the date this was written). +* **Safer** - You shouldn't have to worry about users defining aggressive or malicious brace patterns that can break your application. Braces takes measures to prevent malicious regex that can be used for DDoS attacks (see [catastrophic backtracking](https://www.regular-expressions.info/catastrophic.html)). +* [Supports lists](#lists) - (aka "sets") `a/{b,c}/d` => `['a/b/d', 'a/c/d']` +* [Supports sequences](#sequences) - (aka "ranges") `{01..03}` => `['01', '02', '03']` +* [Supports steps](#steps) - (aka "increments") `{2..10..2}` => `['2', '4', '6', '8', '10']` +* [Supports escaping](#escaping) - To prevent evaluation of special characters. + +## Usage + +The main export is a function that takes one or more brace `patterns` and `options`. + +```js +const braces = require('braces'); +// braces(patterns[, options]); + +console.log(braces(['{01..05}', '{a..e}'])); +//=> ['(0[1-5])', '([a-e])'] + +console.log(braces(['{01..05}', '{a..e}'], { expand: true })); +//=> ['01', '02', '03', '04', '05', 'a', 'b', 'c', 'd', 'e'] +``` + +### Brace Expansion vs. Compilation + +By default, brace patterns are compiled into strings that are optimized for creating regular expressions and matching. + +**Compiled** + +```js +console.log(braces('a/{x,y,z}/b')); +//=> ['a/(x|y|z)/b'] +console.log(braces(['a/{01..20}/b', 'a/{1..5}/b'])); +//=> [ 'a/(0[1-9]|1[0-9]|20)/b', 'a/([1-5])/b' ] +``` + +**Expanded** + +Enable brace expansion by setting the `expand` option to true, or by using [braces.expand()](#expand) (returns an array similar to what you'd expect from Bash, or `echo {1..5}`, or [minimatch](https://github.com/isaacs/minimatch)): + +```js +console.log(braces('a/{x,y,z}/b', { expand: true })); +//=> ['a/x/b', 'a/y/b', 'a/z/b'] + +console.log(braces.expand('{01..10}')); +//=> ['01','02','03','04','05','06','07','08','09','10'] +``` + +### Lists + +Expand lists (like Bash "sets"): + +```js +console.log(braces('a/{foo,bar,baz}/*.js')); +//=> ['a/(foo|bar|baz)/*.js'] + +console.log(braces.expand('a/{foo,bar,baz}/*.js')); +//=> ['a/foo/*.js', 'a/bar/*.js', 'a/baz/*.js'] +``` + +### Sequences + +Expand ranges of characters (like Bash "sequences"): + +```js +console.log(braces.expand('{1..3}')); // ['1', '2', '3'] +console.log(braces.expand('a/{1..3}/b')); // ['a/1/b', 'a/2/b', 'a/3/b'] +console.log(braces('{a..c}', { expand: true })); // ['a', 'b', 'c'] +console.log(braces('foo/{a..c}', { expand: true })); // ['foo/a', 'foo/b', 'foo/c'] + +// supports zero-padded ranges +console.log(braces('a/{01..03}/b')); //=> ['a/(0[1-3])/b'] +console.log(braces('a/{001..300}/b')); //=> ['a/(0{2}[1-9]|0[1-9][0-9]|[12][0-9]{2}|300)/b'] +``` + +See [fill-range](https://github.com/jonschlinkert/fill-range) for all available range-expansion options. + +### Steppped ranges + +Steps, or increments, may be used with ranges: + +```js +console.log(braces.expand('{2..10..2}')); +//=> ['2', '4', '6', '8', '10'] + +console.log(braces('{2..10..2}')); +//=> ['(2|4|6|8|10)'] +``` + +When the [.optimize](#optimize) method is used, or [options.optimize](#optionsoptimize) is set to true, sequences are passed to [to-regex-range](https://github.com/jonschlinkert/to-regex-range) for expansion. + +### Nesting + +Brace patterns may be nested. The results of each expanded string are not sorted, and left to right order is preserved. + +**"Expanded" braces** + +```js +console.log(braces.expand('a{b,c,/{x,y}}/e')); +//=> ['ab/e', 'ac/e', 'a/x/e', 'a/y/e'] + +console.log(braces.expand('a/{x,{1..5},y}/c')); +//=> ['a/x/c', 'a/1/c', 'a/2/c', 'a/3/c', 'a/4/c', 'a/5/c', 'a/y/c'] +``` + +**"Optimized" braces** + +```js +console.log(braces('a{b,c,/{x,y}}/e')); +//=> ['a(b|c|/(x|y))/e'] + +console.log(braces('a/{x,{1..5},y}/c')); +//=> ['a/(x|([1-5])|y)/c'] +``` + +### Escaping + +**Escaping braces** + +A brace pattern will not be expanded or evaluted if _either the opening or closing brace is escaped_: + +```js +console.log(braces.expand('a\\{d,c,b}e')); +//=> ['a{d,c,b}e'] + +console.log(braces.expand('a{d,c,b\\}e')); +//=> ['a{d,c,b}e'] +``` + +**Escaping commas** + +Commas inside braces may also be escaped: + +```js +console.log(braces.expand('a{b\\,c}d')); +//=> ['a{b,c}d'] + +console.log(braces.expand('a{d\\,c,b}e')); +//=> ['ad,ce', 'abe'] +``` + +**Single items** + +Following bash conventions, a brace pattern is also not expanded when it contains a single character: + +```js +console.log(braces.expand('a{b}c')); +//=> ['a{b}c'] +``` + +## Options + +### options.maxLength + +**Type**: `Number` + +**Default**: `65,536` + +**Description**: Limit the length of the input string. Useful when the input string is generated or your application allows users to pass a string, et cetera. + +```js +console.log(braces('a/{b,c}/d', { maxLength: 3 })); //=> throws an error +``` + +### options.expand + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: Generate an "expanded" brace pattern (alternatively you can use the `braces.expand()` method, which does the same thing). + +```js +console.log(braces('a/{b,c}/d', { expand: true })); +//=> [ 'a/b/d', 'a/c/d' ] +``` + +### options.nodupes + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: Remove duplicates from the returned array. + +### options.rangeLimit + +**Type**: `Number` + +**Default**: `1000` + +**Description**: To prevent malicious patterns from being passed by users, an error is thrown when `braces.expand()` is used or `options.expand` is true and the generated range will exceed the `rangeLimit`. + +You can customize `options.rangeLimit` or set it to `Inifinity` to disable this altogether. + +**Examples** + +```js +// pattern exceeds the "rangeLimit", so it's optimized automatically +console.log(braces.expand('{1..1000}')); +//=> ['([1-9]|[1-9][0-9]{1,2}|1000)'] + +// pattern does not exceed "rangeLimit", so it's NOT optimized +console.log(braces.expand('{1..100}')); +//=> ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '79', '80', '81', '82', '83', '84', '85', '86', '87', '88', '89', '90', '91', '92', '93', '94', '95', '96', '97', '98', '99', '100'] +``` + +### options.transform + +**Type**: `Function` + +**Default**: `undefined` + +**Description**: Customize range expansion. + +**Example: Transforming non-numeric values** + +```js +const alpha = braces.expand('x/{a..e}/y', { + transform(value, index) { + // When non-numeric values are passed, "value" is a character code. + return 'foo/' + String.fromCharCode(value) + '-' + index; + } +}); +console.log(alpha); +//=> [ 'x/foo/a-0/y', 'x/foo/b-1/y', 'x/foo/c-2/y', 'x/foo/d-3/y', 'x/foo/e-4/y' ] +``` + +**Example: Transforming numeric values** + +```js +const numeric = braces.expand('{1..5}', { + transform(value) { + // when numeric values are passed, "value" is a number + return 'foo/' + value * 2; + } +}); +console.log(numeric); +//=> [ 'foo/2', 'foo/4', 'foo/6', 'foo/8', 'foo/10' ] +``` + +### options.quantifiers + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: In regular expressions, quanitifiers can be used to specify how many times a token can be repeated. For example, `a{1,3}` will match the letter `a` one to three times. + +Unfortunately, regex quantifiers happen to share the same syntax as [Bash lists](#lists) + +The `quantifiers` option tells braces to detect when [regex quantifiers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#quantifiers) are defined in the given pattern, and not to try to expand them as lists. + +**Examples** + +```js +const braces = require('braces'); +console.log(braces('a/b{1,3}/{x,y,z}')); +//=> [ 'a/b(1|3)/(x|y|z)' ] +console.log(braces('a/b{1,3}/{x,y,z}', {quantifiers: true})); +//=> [ 'a/b{1,3}/(x|y|z)' ] +console.log(braces('a/b{1,3}/{x,y,z}', {quantifiers: true, expand: true})); +//=> [ 'a/b{1,3}/x', 'a/b{1,3}/y', 'a/b{1,3}/z' ] +``` + +### options.unescape + +**Type**: `Boolean` + +**Default**: `undefined` + +**Description**: Strip backslashes that were used for escaping from the result. + +## What is "brace expansion"? + +Brace expansion is a type of parameter expansion that was made popular by unix shells for generating lists of strings, as well as regex-like matching when used alongside wildcards (globs). + +In addition to "expansion", braces are also used for matching. In other words: + +* [brace expansion](#brace-expansion) is for generating new lists +* [brace matching](#brace-matching) is for filtering existing lists + +
+More about brace expansion (click to expand) + +There are two main types of brace expansion: + +1. **lists**: which are defined using comma-separated values inside curly braces: `{a,b,c}` +2. **sequences**: which are defined using a starting value and an ending value, separated by two dots: `a{1..3}b`. Optionally, a third argument may be passed to define a "step" or increment to use: `a{1..100..10}b`. These are also sometimes referred to as "ranges". + +Here are some example brace patterns to illustrate how they work: + +**Sets** + +``` +{a,b,c} => a b c +{a,b,c}{1,2} => a1 a2 b1 b2 c1 c2 +``` + +**Sequences** + +``` +{1..9} => 1 2 3 4 5 6 7 8 9 +{4..-4} => 4 3 2 1 0 -1 -2 -3 -4 +{1..20..3} => 1 4 7 10 13 16 19 +{a..j} => a b c d e f g h i j +{j..a} => j i h g f e d c b a +{a..z..3} => a d g j m p s v y +``` + +**Combination** + +Sets and sequences can be mixed together or used along with any other strings. + +``` +{a,b,c}{1..3} => a1 a2 a3 b1 b2 b3 c1 c2 c3 +foo/{a,b,c}/bar => foo/a/bar foo/b/bar foo/c/bar +``` + +The fact that braces can be "expanded" from relatively simple patterns makes them ideal for quickly generating test fixtures, file paths, and similar use cases. + +## Brace matching + +In addition to _expansion_, brace patterns are also useful for performing regular-expression-like matching. + +For example, the pattern `foo/{1..3}/bar` would match any of following strings: + +``` +foo/1/bar +foo/2/bar +foo/3/bar +``` + +But not: + +``` +baz/1/qux +baz/2/qux +baz/3/qux +``` + +Braces can also be combined with [glob patterns](https://github.com/jonschlinkert/micromatch) to perform more advanced wildcard matching. For example, the pattern `*/{1..3}/*` would match any of following strings: + +``` +foo/1/bar +foo/2/bar +foo/3/bar +baz/1/qux +baz/2/qux +baz/3/qux +``` + +## Brace matching pitfalls + +Although brace patterns offer a user-friendly way of matching ranges or sets of strings, there are also some major disadvantages and potential risks you should be aware of. + +### tldr + +**"brace bombs"** + +* brace expansion can eat up a huge amount of processing resources +* as brace patterns increase _linearly in size_, the system resources required to expand the pattern increase exponentially +* users can accidentally (or intentially) exhaust your system's resources resulting in the equivalent of a DoS attack (bonus: no programming knowledge is required!) + +For a more detailed explanation with examples, see the [geometric complexity](#geometric-complexity) section. + +### The solution + +Jump to the [performance section](#performance) to see how Braces solves this problem in comparison to other libraries. + +### Geometric complexity + +At minimum, brace patterns with sets limited to two elements have quadradic or `O(n^2)` complexity. But the complexity of the algorithm increases exponentially as the number of sets, _and elements per set_, increases, which is `O(n^c)`. + +For example, the following sets demonstrate quadratic (`O(n^2)`) complexity: + +``` +{1,2}{3,4} => (2X2) => 13 14 23 24 +{1,2}{3,4}{5,6} => (2X2X2) => 135 136 145 146 235 236 245 246 +``` + +But add an element to a set, and we get a n-fold Cartesian product with `O(n^c)` complexity: + +``` +{1,2,3}{4,5,6}{7,8,9} => (3X3X3) => 147 148 149 157 158 159 167 168 169 247 248 + 249 257 258 259 267 268 269 347 348 349 357 + 358 359 367 368 369 +``` + +Now, imagine how this complexity grows given that each element is a n-tuple: + +``` +{1..100}{1..100} => (100X100) => 10,000 elements (38.4 kB) +{1..100}{1..100}{1..100} => (100X100X100) => 1,000,000 elements (5.76 MB) +``` + +Although these examples are clearly contrived, they demonstrate how brace patterns can quickly grow out of control. + +**More information** + +Interested in learning more about brace expansion? + +* [linuxjournal/bash-brace-expansion](http://www.linuxjournal.com/content/bash-brace-expansion) +* [rosettacode/Brace_expansion](https://rosettacode.org/wiki/Brace_expansion) +* [cartesian product](https://en.wikipedia.org/wiki/Cartesian_product) + +
+ +## Performance + +Braces is not only screaming fast, it's also more accurate the other brace expansion libraries. + +### Better algorithms + +Fortunately there is a solution to the ["brace bomb" problem](#brace-matching-pitfalls): _don't expand brace patterns into an array when they're used for matching_. + +Instead, convert the pattern into an optimized regular expression. This is easier said than done, and braces is the only library that does this currently. + +**The proof is in the numbers** + +Minimatch gets exponentially slower as patterns increase in complexity, braces does not. The following results were generated using `braces()` and `minimatch.braceExpand()`, respectively. + +| **Pattern** | **braces** | **[minimatch][]** | +| --- | --- | --- | +| `{1..9007199254740991}`[^1] | `298 B` (5ms 459μs)| N/A (freezes) | +| `{1..1000000000000000}` | `41 B` (1ms 15μs) | N/A (freezes) | +| `{1..100000000000000}` | `40 B` (890μs) | N/A (freezes) | +| `{1..10000000000000}` | `39 B` (2ms 49μs) | N/A (freezes) | +| `{1..1000000000000}` | `38 B` (608μs) | N/A (freezes) | +| `{1..100000000000}` | `37 B` (397μs) | N/A (freezes) | +| `{1..10000000000}` | `35 B` (983μs) | N/A (freezes) | +| `{1..1000000000}` | `34 B` (798μs) | N/A (freezes) | +| `{1..100000000}` | `33 B` (733μs) | N/A (freezes) | +| `{1..10000000}` | `32 B` (5ms 632μs) | `78.89 MB` (16s 388ms 569μs) | +| `{1..1000000}` | `31 B` (1ms 381μs) | `6.89 MB` (1s 496ms 887μs) | +| `{1..100000}` | `30 B` (950μs) | `588.89 kB` (146ms 921μs) | +| `{1..10000}` | `29 B` (1ms 114μs) | `48.89 kB` (14ms 187μs) | +| `{1..1000}` | `28 B` (760μs) | `3.89 kB` (1ms 453μs) | +| `{1..100}` | `22 B` (345μs) | `291 B` (196μs) | +| `{1..10}` | `10 B` (533μs) | `20 B` (37μs) | +| `{1..3}` | `7 B` (190μs) | `5 B` (27μs) | + +### Faster algorithms + +When you need expansion, braces is still much faster. + +_(the following results were generated using `braces.expand()` and `minimatch.braceExpand()`, respectively)_ + +| **Pattern** | **braces** | **[minimatch][]** | +| --- | --- | --- | +| `{1..10000000}` | `78.89 MB` (2s 698ms 642μs) | `78.89 MB` (18s 601ms 974μs) | +| `{1..1000000}` | `6.89 MB` (458ms 576μs) | `6.89 MB` (1s 491ms 621μs) | +| `{1..100000}` | `588.89 kB` (20ms 728μs) | `588.89 kB` (156ms 919μs) | +| `{1..10000}` | `48.89 kB` (2ms 202μs) | `48.89 kB` (13ms 641μs) | +| `{1..1000}` | `3.89 kB` (1ms 796μs) | `3.89 kB` (1ms 958μs) | +| `{1..100}` | `291 B` (424μs) | `291 B` (211μs) | +| `{1..10}` | `20 B` (487μs) | `20 B` (72μs) | +| `{1..3}` | `5 B` (166μs) | `5 B` (27μs) | + +If you'd like to run these comparisons yourself, see [test/support/generate.js](test/support/generate.js). + +## Benchmarks + +### Running benchmarks + +Install dev dependencies: + +```bash +npm i -d && npm benchmark +``` + +### Latest results + +Braces is more accurate, without sacrificing performance. + +```bash +# range (expanded) + braces x 29,040 ops/sec ±3.69% (91 runs sampled)) + minimatch x 4,735 ops/sec ±1.28% (90 runs sampled) + +# range (optimized for regex) + braces x 382,878 ops/sec ±0.56% (94 runs sampled) + minimatch x 1,040 ops/sec ±0.44% (93 runs sampled) + +# nested ranges (expanded) + braces x 19,744 ops/sec ±2.27% (92 runs sampled)) + minimatch x 4,579 ops/sec ±0.50% (93 runs sampled) + +# nested ranges (optimized for regex) + braces x 246,019 ops/sec ±2.02% (93 runs sampled) + minimatch x 1,028 ops/sec ±0.39% (94 runs sampled) + +# set (expanded) + braces x 138,641 ops/sec ±0.53% (95 runs sampled) + minimatch x 219,582 ops/sec ±0.98% (94 runs sampled) + +# set (optimized for regex) + braces x 388,408 ops/sec ±0.41% (95 runs sampled) + minimatch x 44,724 ops/sec ±0.91% (89 runs sampled) + +# nested sets (expanded) + braces x 84,966 ops/sec ±0.48% (94 runs sampled) + minimatch x 140,720 ops/sec ±0.37% (95 runs sampled) + +# nested sets (optimized for regex) + braces x 263,340 ops/sec ±2.06% (92 runs sampled) + minimatch x 28,714 ops/sec ±0.40% (90 runs sampled) +``` + +## About + +
+Contributing + +Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). + +
+ +
+Running Tests + +Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command: + +```sh +$ npm install && npm test +``` + +
+ +
+Building docs + +_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_ + +To generate the readme, run the following command: + +```sh +$ npm install -g verbose/verb#dev verb-generate-readme && verb +``` + +
+ +### Contributors + +| **Commits** | **Contributor** | +| --- | --- | +| 197 | [jonschlinkert](https://github.com/jonschlinkert) | +| 4 | [doowb](https://github.com/doowb) | +| 1 | [es128](https://github.com/es128) | +| 1 | [eush77](https://github.com/eush77) | +| 1 | [hemanth](https://github.com/hemanth) | +| 1 | [wtgtybhertgeghgtwtg](https://github.com/wtgtybhertgeghgtwtg) | + +### Author + +**Jon Schlinkert** + +* [GitHub Profile](https://github.com/jonschlinkert) +* [Twitter Profile](https://twitter.com/jonschlinkert) +* [LinkedIn Profile](https://linkedin.com/in/jonschlinkert) + +### License + +Copyright © 2019, [Jon Schlinkert](https://github.com/jonschlinkert). +Released under the [MIT License](LICENSE). + +*** + +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 08, 2019._ \ No newline at end of file diff --git a/node_modules/braces/index.js b/node_modules/braces/index.js new file mode 100644 index 000000000..0eee0f567 --- /dev/null +++ b/node_modules/braces/index.js @@ -0,0 +1,170 @@ +'use strict'; + +const stringify = require('./lib/stringify'); +const compile = require('./lib/compile'); +const expand = require('./lib/expand'); +const parse = require('./lib/parse'); + +/** + * Expand the given pattern or create a regex-compatible string. + * + * ```js + * const braces = require('braces'); + * console.log(braces('{a,b,c}', { compile: true })); //=> ['(a|b|c)'] + * console.log(braces('{a,b,c}')); //=> ['a', 'b', 'c'] + * ``` + * @param {String} `str` + * @param {Object} `options` + * @return {String} + * @api public + */ + +const braces = (input, options = {}) => { + let output = []; + + if (Array.isArray(input)) { + for (let pattern of input) { + let result = braces.create(pattern, options); + if (Array.isArray(result)) { + output.push(...result); + } else { + output.push(result); + } + } + } else { + output = [].concat(braces.create(input, options)); + } + + if (options && options.expand === true && options.nodupes === true) { + output = [...new Set(output)]; + } + return output; +}; + +/** + * Parse the given `str` with the given `options`. + * + * ```js + * // braces.parse(pattern, [, options]); + * const ast = braces.parse('a/{b,c}/d'); + * console.log(ast); + * ``` + * @param {String} pattern Brace pattern to parse + * @param {Object} options + * @return {Object} Returns an AST + * @api public + */ + +braces.parse = (input, options = {}) => parse(input, options); + +/** + * Creates a braces string from an AST, or an AST node. + * + * ```js + * const braces = require('braces'); + * let ast = braces.parse('foo/{a,b}/bar'); + * console.log(stringify(ast.nodes[2])); //=> '{a,b}' + * ``` + * @param {String} `input` Brace pattern or AST. + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.stringify = (input, options = {}) => { + if (typeof input === 'string') { + return stringify(braces.parse(input, options), options); + } + return stringify(input, options); +}; + +/** + * Compiles a brace pattern into a regex-compatible, optimized string. + * This method is called by the main [braces](#braces) function by default. + * + * ```js + * const braces = require('braces'); + * console.log(braces.compile('a/{b,c}/d')); + * //=> ['a/(b|c)/d'] + * ``` + * @param {String} `input` Brace pattern or AST. + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.compile = (input, options = {}) => { + if (typeof input === 'string') { + input = braces.parse(input, options); + } + return compile(input, options); +}; + +/** + * Expands a brace pattern into an array. This method is called by the + * main [braces](#braces) function when `options.expand` is true. Before + * using this method it's recommended that you read the [performance notes](#performance)) + * and advantages of using [.compile](#compile) instead. + * + * ```js + * const braces = require('braces'); + * console.log(braces.expand('a/{b,c}/d')); + * //=> ['a/b/d', 'a/c/d']; + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.expand = (input, options = {}) => { + if (typeof input === 'string') { + input = braces.parse(input, options); + } + + let result = expand(input, options); + + // filter out empty strings if specified + if (options.noempty === true) { + result = result.filter(Boolean); + } + + // filter out duplicates if specified + if (options.nodupes === true) { + result = [...new Set(result)]; + } + + return result; +}; + +/** + * Processes a brace pattern and returns either an expanded array + * (if `options.expand` is true), a highly optimized regex-compatible string. + * This method is called by the main [braces](#braces) function. + * + * ```js + * const braces = require('braces'); + * console.log(braces.create('user-{200..300}/project-{a,b,c}-{1..10}')) + * //=> 'user-(20[0-9]|2[1-9][0-9]|300)/project-(a|b|c)-([1-9]|10)' + * ``` + * @param {String} `pattern` Brace pattern + * @param {Object} `options` + * @return {Array} Returns an array of expanded values. + * @api public + */ + +braces.create = (input, options = {}) => { + if (input === '' || input.length < 3) { + return [input]; + } + + return options.expand !== true + ? braces.compile(input, options) + : braces.expand(input, options); +}; + +/** + * Expose "braces" + */ + +module.exports = braces; diff --git a/node_modules/braces/lib/compile.js b/node_modules/braces/lib/compile.js new file mode 100644 index 000000000..3e984a4bb --- /dev/null +++ b/node_modules/braces/lib/compile.js @@ -0,0 +1,57 @@ +'use strict'; + +const fill = require('fill-range'); +const utils = require('./utils'); + +const compile = (ast, options = {}) => { + let walk = (node, parent = {}) => { + let invalidBlock = utils.isInvalidBrace(parent); + let invalidNode = node.invalid === true && options.escapeInvalid === true; + let invalid = invalidBlock === true || invalidNode === true; + let prefix = options.escapeInvalid === true ? '\\' : ''; + let output = ''; + + if (node.isOpen === true) { + return prefix + node.value; + } + if (node.isClose === true) { + return prefix + node.value; + } + + if (node.type === 'open') { + return invalid ? (prefix + node.value) : '('; + } + + if (node.type === 'close') { + return invalid ? (prefix + node.value) : ')'; + } + + if (node.type === 'comma') { + return node.prev.type === 'comma' ? '' : (invalid ? node.value : '|'); + } + + if (node.value) { + return node.value; + } + + if (node.nodes && node.ranges > 0) { + let args = utils.reduce(node.nodes); + let range = fill(...args, { ...options, wrap: false, toRegex: true }); + + if (range.length !== 0) { + return args.length > 1 && range.length > 1 ? `(${range})` : range; + } + } + + if (node.nodes) { + for (let child of node.nodes) { + output += walk(child, node); + } + } + return output; + }; + + return walk(ast); +}; + +module.exports = compile; diff --git a/node_modules/braces/lib/constants.js b/node_modules/braces/lib/constants.js new file mode 100644 index 000000000..a93794366 --- /dev/null +++ b/node_modules/braces/lib/constants.js @@ -0,0 +1,57 @@ +'use strict'; + +module.exports = { + MAX_LENGTH: 1024 * 64, + + // Digits + CHAR_0: '0', /* 0 */ + CHAR_9: '9', /* 9 */ + + // Alphabet chars. + CHAR_UPPERCASE_A: 'A', /* A */ + CHAR_LOWERCASE_A: 'a', /* a */ + CHAR_UPPERCASE_Z: 'Z', /* Z */ + CHAR_LOWERCASE_Z: 'z', /* z */ + + CHAR_LEFT_PARENTHESES: '(', /* ( */ + CHAR_RIGHT_PARENTHESES: ')', /* ) */ + + CHAR_ASTERISK: '*', /* * */ + + // Non-alphabetic chars. + CHAR_AMPERSAND: '&', /* & */ + CHAR_AT: '@', /* @ */ + CHAR_BACKSLASH: '\\', /* \ */ + CHAR_BACKTICK: '`', /* ` */ + CHAR_CARRIAGE_RETURN: '\r', /* \r */ + CHAR_CIRCUMFLEX_ACCENT: '^', /* ^ */ + CHAR_COLON: ':', /* : */ + CHAR_COMMA: ',', /* , */ + CHAR_DOLLAR: '$', /* . */ + CHAR_DOT: '.', /* . */ + CHAR_DOUBLE_QUOTE: '"', /* " */ + CHAR_EQUAL: '=', /* = */ + CHAR_EXCLAMATION_MARK: '!', /* ! */ + CHAR_FORM_FEED: '\f', /* \f */ + CHAR_FORWARD_SLASH: '/', /* / */ + CHAR_HASH: '#', /* # */ + CHAR_HYPHEN_MINUS: '-', /* - */ + CHAR_LEFT_ANGLE_BRACKET: '<', /* < */ + CHAR_LEFT_CURLY_BRACE: '{', /* { */ + CHAR_LEFT_SQUARE_BRACKET: '[', /* [ */ + CHAR_LINE_FEED: '\n', /* \n */ + CHAR_NO_BREAK_SPACE: '\u00A0', /* \u00A0 */ + CHAR_PERCENT: '%', /* % */ + CHAR_PLUS: '+', /* + */ + CHAR_QUESTION_MARK: '?', /* ? */ + CHAR_RIGHT_ANGLE_BRACKET: '>', /* > */ + CHAR_RIGHT_CURLY_BRACE: '}', /* } */ + CHAR_RIGHT_SQUARE_BRACKET: ']', /* ] */ + CHAR_SEMICOLON: ';', /* ; */ + CHAR_SINGLE_QUOTE: '\'', /* ' */ + CHAR_SPACE: ' ', /* */ + CHAR_TAB: '\t', /* \t */ + CHAR_UNDERSCORE: '_', /* _ */ + CHAR_VERTICAL_LINE: '|', /* | */ + CHAR_ZERO_WIDTH_NOBREAK_SPACE: '\uFEFF' /* \uFEFF */ +}; diff --git a/node_modules/braces/lib/expand.js b/node_modules/braces/lib/expand.js new file mode 100644 index 000000000..376c748af --- /dev/null +++ b/node_modules/braces/lib/expand.js @@ -0,0 +1,113 @@ +'use strict'; + +const fill = require('fill-range'); +const stringify = require('./stringify'); +const utils = require('./utils'); + +const append = (queue = '', stash = '', enclose = false) => { + let result = []; + + queue = [].concat(queue); + stash = [].concat(stash); + + if (!stash.length) return queue; + if (!queue.length) { + return enclose ? utils.flatten(stash).map(ele => `{${ele}}`) : stash; + } + + for (let item of queue) { + if (Array.isArray(item)) { + for (let value of item) { + result.push(append(value, stash, enclose)); + } + } else { + for (let ele of stash) { + if (enclose === true && typeof ele === 'string') ele = `{${ele}}`; + result.push(Array.isArray(ele) ? append(item, ele, enclose) : (item + ele)); + } + } + } + return utils.flatten(result); +}; + +const expand = (ast, options = {}) => { + let rangeLimit = options.rangeLimit === void 0 ? 1000 : options.rangeLimit; + + let walk = (node, parent = {}) => { + node.queue = []; + + let p = parent; + let q = parent.queue; + + while (p.type !== 'brace' && p.type !== 'root' && p.parent) { + p = p.parent; + q = p.queue; + } + + if (node.invalid || node.dollar) { + q.push(append(q.pop(), stringify(node, options))); + return; + } + + if (node.type === 'brace' && node.invalid !== true && node.nodes.length === 2) { + q.push(append(q.pop(), ['{}'])); + return; + } + + if (node.nodes && node.ranges > 0) { + let args = utils.reduce(node.nodes); + + if (utils.exceedsLimit(...args, options.step, rangeLimit)) { + throw new RangeError('expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.'); + } + + let range = fill(...args, options); + if (range.length === 0) { + range = stringify(node, options); + } + + q.push(append(q.pop(), range)); + node.nodes = []; + return; + } + + let enclose = utils.encloseBrace(node); + let queue = node.queue; + let block = node; + + while (block.type !== 'brace' && block.type !== 'root' && block.parent) { + block = block.parent; + queue = block.queue; + } + + for (let i = 0; i < node.nodes.length; i++) { + let child = node.nodes[i]; + + if (child.type === 'comma' && node.type === 'brace') { + if (i === 1) queue.push(''); + queue.push(''); + continue; + } + + if (child.type === 'close') { + q.push(append(q.pop(), queue, enclose)); + continue; + } + + if (child.value && child.type !== 'open') { + queue.push(append(queue.pop(), child.value)); + continue; + } + + if (child.nodes) { + walk(child, node); + } + } + + return queue; + }; + + return utils.flatten(walk(ast)); +}; + +module.exports = expand; diff --git a/node_modules/braces/lib/parse.js b/node_modules/braces/lib/parse.js new file mode 100644 index 000000000..145ea2648 --- /dev/null +++ b/node_modules/braces/lib/parse.js @@ -0,0 +1,333 @@ +'use strict'; + +const stringify = require('./stringify'); + +/** + * Constants + */ + +const { + MAX_LENGTH, + CHAR_BACKSLASH, /* \ */ + CHAR_BACKTICK, /* ` */ + CHAR_COMMA, /* , */ + CHAR_DOT, /* . */ + CHAR_LEFT_PARENTHESES, /* ( */ + CHAR_RIGHT_PARENTHESES, /* ) */ + CHAR_LEFT_CURLY_BRACE, /* { */ + CHAR_RIGHT_CURLY_BRACE, /* } */ + CHAR_LEFT_SQUARE_BRACKET, /* [ */ + CHAR_RIGHT_SQUARE_BRACKET, /* ] */ + CHAR_DOUBLE_QUOTE, /* " */ + CHAR_SINGLE_QUOTE, /* ' */ + CHAR_NO_BREAK_SPACE, + CHAR_ZERO_WIDTH_NOBREAK_SPACE +} = require('./constants'); + +/** + * parse + */ + +const parse = (input, options = {}) => { + if (typeof input !== 'string') { + throw new TypeError('Expected a string'); + } + + let opts = options || {}; + let max = typeof opts.maxLength === 'number' ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH; + if (input.length > max) { + throw new SyntaxError(`Input length (${input.length}), exceeds max characters (${max})`); + } + + let ast = { type: 'root', input, nodes: [] }; + let stack = [ast]; + let block = ast; + let prev = ast; + let brackets = 0; + let length = input.length; + let index = 0; + let depth = 0; + let value; + let memo = {}; + + /** + * Helpers + */ + + const advance = () => input[index++]; + const push = node => { + if (node.type === 'text' && prev.type === 'dot') { + prev.type = 'text'; + } + + if (prev && prev.type === 'text' && node.type === 'text') { + prev.value += node.value; + return; + } + + block.nodes.push(node); + node.parent = block; + node.prev = prev; + prev = node; + return node; + }; + + push({ type: 'bos' }); + + while (index < length) { + block = stack[stack.length - 1]; + value = advance(); + + /** + * Invalid chars + */ + + if (value === CHAR_ZERO_WIDTH_NOBREAK_SPACE || value === CHAR_NO_BREAK_SPACE) { + continue; + } + + /** + * Escaped chars + */ + + if (value === CHAR_BACKSLASH) { + push({ type: 'text', value: (options.keepEscaping ? value : '') + advance() }); + continue; + } + + /** + * Right square bracket (literal): ']' + */ + + if (value === CHAR_RIGHT_SQUARE_BRACKET) { + push({ type: 'text', value: '\\' + value }); + continue; + } + + /** + * Left square bracket: '[' + */ + + if (value === CHAR_LEFT_SQUARE_BRACKET) { + brackets++; + + let closed = true; + let next; + + while (index < length && (next = advance())) { + value += next; + + if (next === CHAR_LEFT_SQUARE_BRACKET) { + brackets++; + continue; + } + + if (next === CHAR_BACKSLASH) { + value += advance(); + continue; + } + + if (next === CHAR_RIGHT_SQUARE_BRACKET) { + brackets--; + + if (brackets === 0) { + break; + } + } + } + + push({ type: 'text', value }); + continue; + } + + /** + * Parentheses + */ + + if (value === CHAR_LEFT_PARENTHESES) { + block = push({ type: 'paren', nodes: [] }); + stack.push(block); + push({ type: 'text', value }); + continue; + } + + if (value === CHAR_RIGHT_PARENTHESES) { + if (block.type !== 'paren') { + push({ type: 'text', value }); + continue; + } + block = stack.pop(); + push({ type: 'text', value }); + block = stack[stack.length - 1]; + continue; + } + + /** + * Quotes: '|"|` + */ + + if (value === CHAR_DOUBLE_QUOTE || value === CHAR_SINGLE_QUOTE || value === CHAR_BACKTICK) { + let open = value; + let next; + + if (options.keepQuotes !== true) { + value = ''; + } + + while (index < length && (next = advance())) { + if (next === CHAR_BACKSLASH) { + value += next + advance(); + continue; + } + + if (next === open) { + if (options.keepQuotes === true) value += next; + break; + } + + value += next; + } + + push({ type: 'text', value }); + continue; + } + + /** + * Left curly brace: '{' + */ + + if (value === CHAR_LEFT_CURLY_BRACE) { + depth++; + + let dollar = prev.value && prev.value.slice(-1) === '$' || block.dollar === true; + let brace = { + type: 'brace', + open: true, + close: false, + dollar, + depth, + commas: 0, + ranges: 0, + nodes: [] + }; + + block = push(brace); + stack.push(block); + push({ type: 'open', value }); + continue; + } + + /** + * Right curly brace: '}' + */ + + if (value === CHAR_RIGHT_CURLY_BRACE) { + if (block.type !== 'brace') { + push({ type: 'text', value }); + continue; + } + + let type = 'close'; + block = stack.pop(); + block.close = true; + + push({ type, value }); + depth--; + + block = stack[stack.length - 1]; + continue; + } + + /** + * Comma: ',' + */ + + if (value === CHAR_COMMA && depth > 0) { + if (block.ranges > 0) { + block.ranges = 0; + let open = block.nodes.shift(); + block.nodes = [open, { type: 'text', value: stringify(block) }]; + } + + push({ type: 'comma', value }); + block.commas++; + continue; + } + + /** + * Dot: '.' + */ + + if (value === CHAR_DOT && depth > 0 && block.commas === 0) { + let siblings = block.nodes; + + if (depth === 0 || siblings.length === 0) { + push({ type: 'text', value }); + continue; + } + + if (prev.type === 'dot') { + block.range = []; + prev.value += value; + prev.type = 'range'; + + if (block.nodes.length !== 3 && block.nodes.length !== 5) { + block.invalid = true; + block.ranges = 0; + prev.type = 'text'; + continue; + } + + block.ranges++; + block.args = []; + continue; + } + + if (prev.type === 'range') { + siblings.pop(); + + let before = siblings[siblings.length - 1]; + before.value += prev.value + value; + prev = before; + block.ranges--; + continue; + } + + push({ type: 'dot', value }); + continue; + } + + /** + * Text + */ + + push({ type: 'text', value }); + } + + // Mark imbalanced braces and brackets as invalid + do { + block = stack.pop(); + + if (block.type !== 'root') { + block.nodes.forEach(node => { + if (!node.nodes) { + if (node.type === 'open') node.isOpen = true; + if (node.type === 'close') node.isClose = true; + if (!node.nodes) node.type = 'text'; + node.invalid = true; + } + }); + + // get the location of the block on parent.nodes (block's siblings) + let parent = stack[stack.length - 1]; + let index = parent.nodes.indexOf(block); + // replace the (invalid) block with it's nodes + parent.nodes.splice(index, 1, ...block.nodes); + } + } while (stack.length > 0); + + push({ type: 'eos' }); + return ast; +}; + +module.exports = parse; diff --git a/node_modules/braces/lib/stringify.js b/node_modules/braces/lib/stringify.js new file mode 100644 index 000000000..414b7bcc6 --- /dev/null +++ b/node_modules/braces/lib/stringify.js @@ -0,0 +1,32 @@ +'use strict'; + +const utils = require('./utils'); + +module.exports = (ast, options = {}) => { + let stringify = (node, parent = {}) => { + let invalidBlock = options.escapeInvalid && utils.isInvalidBrace(parent); + let invalidNode = node.invalid === true && options.escapeInvalid === true; + let output = ''; + + if (node.value) { + if ((invalidBlock || invalidNode) && utils.isOpenOrClose(node)) { + return '\\' + node.value; + } + return node.value; + } + + if (node.value) { + return node.value; + } + + if (node.nodes) { + for (let child of node.nodes) { + output += stringify(child); + } + } + return output; + }; + + return stringify(ast); +}; + diff --git a/node_modules/braces/lib/utils.js b/node_modules/braces/lib/utils.js new file mode 100644 index 000000000..e3551a674 --- /dev/null +++ b/node_modules/braces/lib/utils.js @@ -0,0 +1,112 @@ +'use strict'; + +exports.isInteger = num => { + if (typeof num === 'number') { + return Number.isInteger(num); + } + if (typeof num === 'string' && num.trim() !== '') { + return Number.isInteger(Number(num)); + } + return false; +}; + +/** + * Find a node of the given type + */ + +exports.find = (node, type) => node.nodes.find(node => node.type === type); + +/** + * Find a node of the given type + */ + +exports.exceedsLimit = (min, max, step = 1, limit) => { + if (limit === false) return false; + if (!exports.isInteger(min) || !exports.isInteger(max)) return false; + return ((Number(max) - Number(min)) / Number(step)) >= limit; +}; + +/** + * Escape the given node with '\\' before node.value + */ + +exports.escapeNode = (block, n = 0, type) => { + let node = block.nodes[n]; + if (!node) return; + + if ((type && node.type === type) || node.type === 'open' || node.type === 'close') { + if (node.escaped !== true) { + node.value = '\\' + node.value; + node.escaped = true; + } + } +}; + +/** + * Returns true if the given brace node should be enclosed in literal braces + */ + +exports.encloseBrace = node => { + if (node.type !== 'brace') return false; + if ((node.commas >> 0 + node.ranges >> 0) === 0) { + node.invalid = true; + return true; + } + return false; +}; + +/** + * Returns true if a brace node is invalid. + */ + +exports.isInvalidBrace = block => { + if (block.type !== 'brace') return false; + if (block.invalid === true || block.dollar) return true; + if ((block.commas >> 0 + block.ranges >> 0) === 0) { + block.invalid = true; + return true; + } + if (block.open !== true || block.close !== true) { + block.invalid = true; + return true; + } + return false; +}; + +/** + * Returns true if a node is an open or close node + */ + +exports.isOpenOrClose = node => { + if (node.type === 'open' || node.type === 'close') { + return true; + } + return node.open === true || node.close === true; +}; + +/** + * Reduce an array of text nodes. + */ + +exports.reduce = nodes => nodes.reduce((acc, node) => { + if (node.type === 'text') acc.push(node.value); + if (node.type === 'range') node.type = 'text'; + return acc; +}, []); + +/** + * Flatten an array + */ + +exports.flatten = (...args) => { + const result = []; + const flat = arr => { + for (let i = 0; i < arr.length; i++) { + let ele = arr[i]; + Array.isArray(ele) ? flat(ele, result) : ele !== void 0 && result.push(ele); + } + return result; + }; + flat(args); + return result; +}; diff --git a/node_modules/braces/package.json b/node_modules/braces/package.json new file mode 100644 index 000000000..3f52e346f --- /dev/null +++ b/node_modules/braces/package.json @@ -0,0 +1,77 @@ +{ + "name": "braces", + "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.", + "version": "3.0.2", + "homepage": "https://github.com/micromatch/braces", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Elan Shanker (https://github.com/es128)", + "Eugene Sharygin (https://github.com/eush77)", + "hemanth.hm (http://h3manth.com)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" + ], + "repository": "micromatch/braces", + "bugs": { + "url": "https://github.com/micromatch/braces/issues" + }, + "license": "MIT", + "files": [ + "index.js", + "lib" + ], + "main": "index.js", + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "mocha", + "benchmark": "node benchmark" + }, + "dependencies": { + "fill-range": "^7.0.1" + }, + "devDependencies": { + "ansi-colors": "^3.2.4", + "bash-path": "^2.0.1", + "gulp-format-md": "^2.0.0", + "mocha": "^6.1.1" + }, + "keywords": [ + "alpha", + "alphabetical", + "bash", + "brace", + "braces", + "expand", + "expansion", + "filepath", + "fill", + "fs", + "glob", + "globbing", + "letter", + "match", + "matches", + "matching", + "number", + "numerical", + "path", + "range", + "ranges", + "sh" + ], + "verb": { + "toc": false, + "layout": "default", + "tasks": [ + "readme" + ], + "lint": { + "reflinks": true + }, + "plugins": [ + "gulp-format-md" + ] + } +} diff --git a/node_modules/bson/LICENSE.md b/node_modules/bson/LICENSE.md new file mode 100644 index 000000000..261eeb9e9 --- /dev/null +++ b/node_modules/bson/LICENSE.md @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/bson/README.md b/node_modules/bson/README.md new file mode 100644 index 000000000..cd7242fdf --- /dev/null +++ b/node_modules/bson/README.md @@ -0,0 +1,376 @@ +# BSON parser + +BSON is short for "Binary JSON," and is the binary-encoded serialization of JSON-like documents. You can learn more about it in [the specification](http://bsonspec.org). + +This browser version of the BSON parser is compiled using [rollup](https://rollupjs.org/) and the current version is pre-compiled in the `dist` directory. + +This is the default BSON parser, however, there is a C++ Node.js addon version as well that does not support the browser. It can be found at [mongod-js/bson-ext](https://github.com/mongodb-js/bson-ext). + +### Table of Contents +- [Usage](#usage) +- [Bugs/Feature Requests](#bugs--feature-requests) +- [Installation](#installation) +- [Documentation](#documentation) +- [FAQ](#faq) + +## Bugs / Feature Requests + +Think you've found a bug? Want to see a new feature in `bson`? Please open a case in our issue management tool, JIRA: + +1. Create an account and login: [jira.mongodb.org](https://jira.mongodb.org) +2. Navigate to the NODE project: [jira.mongodb.org/browse/NODE](https://jira.mongodb.org/browse/NODE) +3. Click **Create Issue** - Please provide as much information as possible about the issue and how to reproduce it. + +Bug reports in JIRA for all driver projects (i.e. NODE, PYTHON, CSHARP, JAVA) and the Core Server (i.e. SERVER) project are **public**. + +## Usage + +To build a new version perform the following operations: + +``` +npm install +npm run build +``` + +### Node (no bundling) +A simple example of how to use BSON in `Node.js`: + +```js +const BSON = require('bson'); +const Long = BSON.Long; + +// Serialize a document +const doc = { long: Long.fromNumber(100) }; +const data = BSON.serialize(doc); +console.log('data:', data); + +// Deserialize the resulting Buffer +const doc_2 = BSON.deserialize(data); +console.log('doc_2:', doc_2); +``` + +### Browser (no bundling) + +If you are not using a bundler like webpack, you can include `dist/bson.bundle.js` using a script tag. It includes polyfills for built-in node types like `Buffer`. + +```html + + + +``` + +### Using webpack + +If using webpack, you can use your normal import/require syntax of your project to pull in the `bson` library. + +ES6 Example: + +```js +import { Long, serialize, deserialize } from 'bson'; + +// Serialize a document +const doc = { long: Long.fromNumber(100) }; +const data = serialize(doc); +console.log('data:', data); + +// De serialize it again +const doc_2 = deserialize(data); +console.log('doc_2:', doc_2); +``` + +ES5 Example: + +```js +const BSON = require('bson'); +const Long = BSON.Long; + +// Serialize a document +const doc = { long: Long.fromNumber(100) }; +const data = BSON.serialize(doc); +console.log('data:', data); + +// Deserialize the resulting Buffer +const doc_2 = BSON.deserialize(data); +console.log('doc_2:', doc_2); +``` + +Depending on your settings, webpack will under the hood resolve to one of the following: + +- `dist/bson.browser.esm.js` If your project is in the browser and using ES6 modules (Default for `webworker` and `web` targets) +- `dist/bson.browser.umd.js` If your project is in the browser and not using ES6 modules +- `dist/bson.esm.js` If your project is in Node.js and using ES6 modules (Default for `node` targets) +- `lib/bson.js` (the normal include path) If your project is in Node.js and not using ES6 modules + +For more information, see [this page on webpack's `resolve.mainFields`](https://webpack.js.org/configuration/resolve/#resolvemainfields) and [the `package.json` for this project](./package.json#L52) + +### Usage with Angular + +Starting with Angular 6, Angular CLI removed the shim for `global` and other node built-in variables (original comment [here](https://github.com/angular/angular-cli/issues/9827#issuecomment-386154063)). If you are using BSON with Angular, you may need to add the following shim to your `polyfills.ts` file: + +```js +// In polyfills.ts +(window as any).global = window; +``` + +- [Original Comment by Angular CLI](https://github.com/angular/angular-cli/issues/9827#issuecomment-386154063) +- [Original Source for Solution](https://stackoverflow.com/a/50488337/4930088) + +## Installation + +`npm install bson` + +## Documentation + +### Objects + +
+
EJSON : object
+
+
+ +### Functions + +
+
setInternalBufferSize(size)
+

Sets the size of the internal serialization buffer.

+
+
serialize(object)Buffer
+

Serialize a Javascript object.

+
+
serializeWithBufferAndIndex(object, buffer)Number
+

Serialize a Javascript object using a predefined Buffer and index into the buffer, useful when pre-allocating the space for serialization.

+
+
deserialize(buffer)Object
+

Deserialize data as BSON.

+
+
calculateObjectSize(object)Number
+

Calculate the bson size for a passed in Javascript object.

+
+
deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, [options])Number
+

Deserialize stream data as BSON documents.

+
+
+ + + +### EJSON + +* [EJSON](#EJSON) + + * [.parse(text, [options])](#EJSON.parse) + + * [.stringify(value, [replacer], [space], [options])](#EJSON.stringify) + + * [.serialize(bson, [options])](#EJSON.serialize) + + * [.deserialize(ejson, [options])](#EJSON.deserialize) + + + + +#### *EJSON*.parse(text, [options]) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| text | string | | | +| [options] | object | | Optional settings | +| [options.relaxed] | boolean | true | Attempt to return native JS types where possible, rather than BSON types (if true) | + +Parse an Extended JSON string, constructing the JavaScript value or object described by that +string. + +**Example** +```js +const { EJSON } = require('bson'); +const text = '{ "int32": { "$numberInt": "10" } }'; + +// prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } +console.log(EJSON.parse(text, { relaxed: false })); + +// prints { int32: 10 } +console.log(EJSON.parse(text)); +``` + + +#### *EJSON*.stringify(value, [replacer], [space], [options]) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| value | object | | The value to convert to extended JSON | +| [replacer] | function \| array | | A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string | +| [space] | string \| number | | A String or Number object that's used to insert white space into the output JSON string for readability purposes. | +| [options] | object | | Optional settings | +| [options.relaxed] | boolean | true | Enabled Extended JSON's `relaxed` mode | +| [options.legacy] | boolean | true | Output in Extended JSON v1 | + +Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer +function is specified or optionally including only the specified properties if a replacer array +is specified. + +**Example** +```js +const { EJSON } = require('bson'); +const Int32 = require('mongodb').Int32; +const doc = { int32: new Int32(10) }; + +// prints '{"int32":{"$numberInt":"10"}}' +console.log(EJSON.stringify(doc, { relaxed: false })); + +// prints '{"int32":10}' +console.log(EJSON.stringify(doc)); +``` + + +#### *EJSON*.serialize(bson, [options]) + +| Param | Type | Description | +| --- | --- | --- | +| bson | object | The object to serialize | +| [options] | object | Optional settings passed to the `stringify` function | + +Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + + + +#### *EJSON*.deserialize(ejson, [options]) + +| Param | Type | Description | +| --- | --- | --- | +| ejson | object | The Extended JSON object to deserialize | +| [options] | object | Optional settings passed to the parse method | + +Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + + + +### setInternalBufferSize(size) + +| Param | Type | Description | +| --- | --- | --- | +| size | number | The desired size for the internal serialization buffer | + +Sets the size of the internal serialization buffer. + + + +### serialize(object) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| object | Object | | the Javascript object to serialize. | +| [options.checkKeys] | Boolean | | the serializer will check if keys are valid. | +| [options.serializeFunctions] | Boolean | false | serialize the javascript functions **(default:false)**. | +| [options.ignoreUndefined] | Boolean | true | ignore undefined fields **(default:true)**. | + +Serialize a Javascript object. + +**Returns**: Buffer - returns the Buffer object containing the serialized object. + + +### serializeWithBufferAndIndex(object, buffer) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| object | Object | | the Javascript object to serialize. | +| buffer | Buffer | | the Buffer you pre-allocated to store the serialized BSON object. | +| [options.checkKeys] | Boolean | | the serializer will check if keys are valid. | +| [options.serializeFunctions] | Boolean | false | serialize the javascript functions **(default:false)**. | +| [options.ignoreUndefined] | Boolean | true | ignore undefined fields **(default:true)**. | +| [options.index] | Number | | the index in the buffer where we wish to start serializing into. | + +Serialize a Javascript object using a predefined Buffer and index into the buffer, useful when pre-allocating the space for serialization. + +**Returns**: Number - returns the index pointing to the last written byte in the buffer. + + +### deserialize(buffer) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| buffer | Buffer | | the buffer containing the serialized set of BSON documents. | +| [options.evalFunctions] | Object | false | evaluate functions in the BSON document scoped to the object deserialized. | +| [options.cacheFunctions] | Object | false | cache evaluated functions for reuse. | +| [options.promoteLongs] | Object | true | when deserializing a Long will fit it into a Number if it's smaller than 53 bits | +| [options.promoteBuffers] | Object | false | when deserializing a Binary will return it as a node.js Buffer instance. | +| [options.promoteValues] | Object | false | when deserializing will promote BSON values to their Node.js closest equivalent types. | +| [options.fieldsAsRaw] | Object | | allow to specify if there what fields we wish to return as unserialized raw buffer. | +| [options.bsonRegExp] | Object | false | return BSON regular expressions as BSONRegExp instances. | +| [options.allowObjectSmallerThanBufferSize] | boolean | false | allows the buffer to be larger than the parsed BSON object | + +Deserialize data as BSON. + +**Returns**: Object - returns the deserialized Javascript Object. + + +### calculateObjectSize(object) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| object | Object | | the Javascript object to calculate the BSON byte size for. | +| [options.serializeFunctions] | Boolean | false | serialize the javascript functions **(default:false)**. | +| [options.ignoreUndefined] | Boolean | true | ignore undefined fields **(default:true)**. | + +Calculate the bson size for a passed in Javascript object. + +**Returns**: Number - returns the number of bytes the BSON object will take up. + + +### deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, [options]) + +| Param | Type | Default | Description | +| --- | --- | --- | --- | +| data | Buffer | | the buffer containing the serialized set of BSON documents. | +| startIndex | Number | | the start index in the data Buffer where the deserialization is to start. | +| numberOfDocuments | Number | | number of documents to deserialize. | +| documents | Array | | an array where to store the deserialized documents. | +| docStartIndex | Number | | the index in the documents array from where to start inserting documents. | +| [options] | Object | | additional options used for the deserialization. | +| [options.evalFunctions] | Object | false | evaluate functions in the BSON document scoped to the object deserialized. | +| [options.cacheFunctions] | Object | false | cache evaluated functions for reuse. | +| [options.promoteLongs] | Object | true | when deserializing a Long will fit it into a Number if it's smaller than 53 bits | +| [options.promoteBuffers] | Object | false | when deserializing a Binary will return it as a node.js Buffer instance. | +| [options.promoteValues] | Object | false | when deserializing will promote BSON values to their Node.js closest equivalent types. | +| [options.fieldsAsRaw] | Object | | allow to specify if there what fields we wish to return as unserialized raw buffer. | +| [options.bsonRegExp] | Object | false | return BSON regular expressions as BSONRegExp instances. | + +Deserialize stream data as BSON documents. + +**Returns**: Number - returns the next index in the buffer after deserialization **x** numbers of documents. + +## FAQ + +#### Why does `undefined` get converted to `null`? + +The `undefined` BSON type has been [deprecated for many years](http://bsonspec.org/spec.html), so this library has dropped support for it. Use the `ignoreUndefined` option (for example, from the [driver](http://mongodb.github.io/node-mongodb-native/2.2/api/MongoClient.html#connect) ) to instead remove `undefined` keys. + +#### How do I add custom serialization logic? + +This library looks for `toBSON()` functions on every path, and calls the `toBSON()` function to get the value to serialize. + +```javascript +const BSON = require('bson'); + +class CustomSerialize { + toBSON() { + return 42; + } +} + +const obj = { answer: new CustomSerialize() }; +// "{ answer: 42 }" +console.log(BSON.deserialize(BSON.serialize(obj))); +``` diff --git a/node_modules/bson/bower.json b/node_modules/bson/bower.json new file mode 100644 index 000000000..b0d9c1577 --- /dev/null +++ b/node_modules/bson/bower.json @@ -0,0 +1,26 @@ +{ + "name": "bson", + "description": "A bson parser for node.js and the browser", + "keywords": [ + "mongodb", + "bson", + "parser" + ], + "author": "Christian Amor Kvalheim ", + "main": "./dist/bson.js", + "license": "Apache-2.0", + "moduleType": [ + "globals", + "node" + ], + "ignore": [ + "**/.*", + "alternate_parsers", + "benchmarks", + "bower_components", + "node_modules", + "test", + "tools" + ], + "version": "4.7.1" +} diff --git a/node_modules/bson/bson.d.ts b/node_modules/bson/bson.d.ts new file mode 100644 index 000000000..5a5cf19ff --- /dev/null +++ b/node_modules/bson/bson.d.ts @@ -0,0 +1,1228 @@ +import { Buffer } from 'buffer'; + +/** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ +export declare class Binary { + _bsontype: 'Binary'; + /* Excluded from this release type: BSON_BINARY_SUBTYPE_DEFAULT */ + /** Initial buffer default size */ + static readonly BUFFER_SIZE = 256; + /** Default BSON type */ + static readonly SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + static readonly SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + static readonly SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + static readonly SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + static readonly SUBTYPE_UUID = 4; + /** MD5 BSON type */ + static readonly SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + static readonly SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + static readonly SUBTYPE_COLUMN = 7; + /** User BSON type */ + static readonly SUBTYPE_USER_DEFINED = 128; + buffer: Buffer; + sub_type: number; + position: number; + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + constructor(buffer?: string | BinarySequence, subType?: number); + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + put(byteValue: string | number | Uint8Array | Buffer | number[]): void; + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + write(sequence: string | BinarySequence, offset: number): void; + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + read(position: number, length: number): BinarySequence; + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + value(asRaw?: boolean): string | BinarySequence; + /** the length of the binary sequence */ + length(): number; + toJSON(): string; + toString(format?: string): string; + /* Excluded from this release type: toExtendedJSON */ + toUUID(): UUID; + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface BinaryExtended { + $binary: { + subType: string; + base64: string; + }; +} + +/** @public */ +export declare interface BinaryExtendedLegacy { + $type: string; + $binary: string; +} + +/** @public */ +export declare type BinarySequence = Uint8Array | Buffer | number[]; + +/** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ +declare const BSON: { + Binary: typeof Binary; + Code: typeof Code; + DBRef: typeof DBRef; + Decimal128: typeof Decimal128; + Double: typeof Double; + Int32: typeof Int32; + Long: typeof Long; + UUID: typeof UUID; + Map: MapConstructor; + MaxKey: typeof MaxKey; + MinKey: typeof MinKey; + ObjectId: typeof ObjectId; + ObjectID: typeof ObjectId; + BSONRegExp: typeof BSONRegExp; + BSONSymbol: typeof BSONSymbol; + Timestamp: typeof Timestamp; + EJSON: typeof EJSON; + setInternalBufferSize: typeof setInternalBufferSize; + serialize: typeof serialize; + serializeWithBufferAndIndex: typeof serializeWithBufferAndIndex; + deserialize: typeof deserialize; + calculateObjectSize: typeof calculateObjectSize; + deserializeStream: typeof deserializeStream; + BSONError: typeof BSONError; + BSONTypeError: typeof BSONTypeError; +}; +export default BSON; + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_BYTE_ARRAY */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_COLUMN */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_DEFAULT */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_ENCRYPTED */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_FUNCTION */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_MD5 */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_USER_DEFINED */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_UUID */ + +/* Excluded from this release type: BSON_BINARY_SUBTYPE_UUID_NEW */ + +/* Excluded from this release type: BSON_DATA_ARRAY */ + +/* Excluded from this release type: BSON_DATA_BINARY */ + +/* Excluded from this release type: BSON_DATA_BOOLEAN */ + +/* Excluded from this release type: BSON_DATA_CODE */ + +/* Excluded from this release type: BSON_DATA_CODE_W_SCOPE */ + +/* Excluded from this release type: BSON_DATA_DATE */ + +/* Excluded from this release type: BSON_DATA_DBPOINTER */ + +/* Excluded from this release type: BSON_DATA_DECIMAL128 */ + +/* Excluded from this release type: BSON_DATA_INT */ + +/* Excluded from this release type: BSON_DATA_LONG */ + +/* Excluded from this release type: BSON_DATA_MAX_KEY */ + +/* Excluded from this release type: BSON_DATA_MIN_KEY */ + +/* Excluded from this release type: BSON_DATA_NULL */ + +/* Excluded from this release type: BSON_DATA_NUMBER */ + +/* Excluded from this release type: BSON_DATA_OBJECT */ + +/* Excluded from this release type: BSON_DATA_OID */ + +/* Excluded from this release type: BSON_DATA_REGEXP */ + +/* Excluded from this release type: BSON_DATA_STRING */ + +/* Excluded from this release type: BSON_DATA_SYMBOL */ + +/* Excluded from this release type: BSON_DATA_TIMESTAMP */ + +/* Excluded from this release type: BSON_DATA_UNDEFINED */ + +/* Excluded from this release type: BSON_INT32_MAX */ + +/* Excluded from this release type: BSON_INT32_MIN */ + +/* Excluded from this release type: BSON_INT64_MAX */ + +/* Excluded from this release type: BSON_INT64_MIN */ + +/** @public */ +export declare class BSONError extends Error { + constructor(message: string); + get name(): string; +} + +/** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ +export declare class BSONRegExp { + _bsontype: 'BSONRegExp'; + pattern: string; + options: string; + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + constructor(pattern: string, options?: string); + static parseOptions(options?: string): string; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ +} + +/** @public */ +export declare interface BSONRegExpExtended { + $regularExpression: { + pattern: string; + options: string; + }; +} + +/** @public */ +export declare interface BSONRegExpExtendedLegacy { + $regex: string | BSONRegExp; + $options: string; +} + +/** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ +export declare class BSONSymbol { + _bsontype: 'Symbol'; + value: string; + /** + * @param value - the string representing the symbol. + */ + constructor(value: string); + /** Access the wrapped string value. */ + valueOf(): string; + toString(): string; + /* Excluded from this release type: inspect */ + toJSON(): string; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ +} + +/** @public */ +export declare interface BSONSymbolExtended { + $symbol: string; +} + +/** @public */ +export declare class BSONTypeError extends TypeError { + constructor(message: string); + get name(): string; +} + +/** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ +export declare function calculateObjectSize(object: Document, options?: CalculateObjectSizeOptions): number; + +/** @public */ +export declare type CalculateObjectSizeOptions = Pick; + +/** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ +export declare class Code { + _bsontype: 'Code'; + code: string | Function; + scope?: Document; + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + constructor(code: string | Function, scope?: Document); + toJSON(): { + code: string | Function; + scope?: Document; + }; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface CodeExtended { + $code: string | Function; + $scope?: Document; +} + +/** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ +export declare class DBRef { + _bsontype: 'DBRef'; + collection: string; + oid: ObjectId; + db?: string; + fields: Document; + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + constructor(collection: string, oid: ObjectId, db?: string, fields?: Document); + /* Excluded from this release type: namespace */ + /* Excluded from this release type: namespace */ + toJSON(): DBRefLike & Document; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface DBRefLike { + $ref: string; + $id: ObjectId; + $db?: string; +} + +/** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ +export declare class Decimal128 { + _bsontype: 'Decimal128'; + readonly bytes: Buffer; + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + constructor(bytes: Buffer | string); + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + static fromString(representation: string): Decimal128; + /** Create a string representation of the raw Decimal128 value */ + toString(): string; + toJSON(): Decimal128Extended; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface Decimal128Extended { + $numberDecimal: string; +} + +/** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ +export declare function deserialize(buffer: Buffer | ArrayBufferView | ArrayBuffer, options?: DeserializeOptions): Document; + +/** @public */ +export declare interface DeserializeOptions { + /** evaluate functions in the BSON document scoped to the object deserialized. */ + evalFunctions?: boolean; + /** cache evaluated functions for reuse. */ + cacheFunctions?: boolean; + /** + * use a crc32 code for caching, otherwise use the string of the function. + * @deprecated this option to use the crc32 function never worked as intended + * due to the fact that the crc32 function itself was never implemented. + * */ + cacheFunctionsCrc32?: boolean; + /** when deserializing a Long will fit it into a Number if it's smaller than 53 bits */ + promoteLongs?: boolean; + /** when deserializing a Binary will return it as a node.js Buffer instance. */ + promoteBuffers?: boolean; + /** when deserializing will promote BSON values to their Node.js closest equivalent types. */ + promoteValues?: boolean; + /** allow to specify if there what fields we wish to return as unserialized raw buffer. */ + fieldsAsRaw?: Document; + /** return BSON regular expressions as BSONRegExp instances. */ + bsonRegExp?: boolean; + /** allows the buffer to be larger than the parsed BSON object */ + allowObjectSmallerThanBufferSize?: boolean; + /** Offset into buffer to begin reading document from */ + index?: number; + raw?: boolean; + /** Allows for opt-out utf-8 validation for all keys or + * specified keys. Must be all true or all false. + * + * @example + * ```js + * // disables validation on all keys + * validation: { utf8: false } + * + * // enables validation only on specified keys a, b, and c + * validation: { utf8: { a: true, b: true, c: true } } + * + * // disables validation only on specified keys a, b + * validation: { utf8: { a: false, b: false } } + * ``` + */ + validation?: { + utf8: boolean | Record | Record; + }; +} + +/** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ +export declare function deserializeStream(data: Buffer | ArrayBufferView | ArrayBuffer, startIndex: number, numberOfDocuments: number, documents: Document[], docStartIndex: number, options: DeserializeOptions): number; + +/** @public */ +export declare interface Document { + [key: string]: any; +} + +/** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ +export declare class Double { + _bsontype: 'Double'; + value: number; + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + constructor(value: number); + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + valueOf(): number; + toJSON(): number; + toString(radix?: number): string; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface DoubleExtended { + $numberDouble: string; +} + +/** + * EJSON parse / stringify API + * @public + */ +export declare namespace EJSON { + export interface Options { + /** Output using the Extended JSON v1 spec */ + legacy?: boolean; + /** Enable Extended JSON's `relaxed` mode, which attempts to return native JS types where possible, rather than BSON types */ + relaxed?: boolean; + /** + * Disable Extended JSON's `relaxed` mode, which attempts to return BSON types where possible, rather than native JS types + * @deprecated Please use the relaxed property instead + */ + strict?: boolean; + } + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + export function parse(text: string, options?: EJSON.Options): SerializableTypes; + export type JSONPrimitive = string | number | boolean | null; + export type SerializableTypes = Document | Array | JSONPrimitive; + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + export function stringify(value: SerializableTypes, replacer?: (number | string)[] | ((this: any, key: string, value: any) => any) | EJSON.Options, space?: string | number, options?: EJSON.Options): string; + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + export function serialize(value: SerializableTypes, options?: EJSON.Options): Document; + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + export function deserialize(ejson: Document, options?: EJSON.Options): SerializableTypes; +} + +/** @public */ +export declare type EJSONOptions = EJSON.Options; + +/** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ +export declare class Int32 { + _bsontype: 'Int32'; + value: number; + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + constructor(value: number | string); + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + valueOf(): number; + toString(radix?: number): string; + toJSON(): number; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface Int32Extended { + $numberInt: string; +} + +declare const kId: unique symbol; + +/** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ +export declare class Long { + _bsontype: 'Long'; + /** An indicator used to reliably determine if an object is a Long or not. */ + __isLong__: true; + /** + * The high 32 bits as a signed value. + */ + high: number; + /** + * The low 32 bits as a signed value. + */ + low: number; + /** + * Whether unsigned or not. + */ + unsigned: boolean; + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + constructor(low?: number | bigint | string, high?: number | boolean, unsigned?: boolean); + static TWO_PWR_24: Long; + /** Maximum unsigned value. */ + static MAX_UNSIGNED_VALUE: Long; + /** Signed zero */ + static ZERO: Long; + /** Unsigned zero. */ + static UZERO: Long; + /** Signed one. */ + static ONE: Long; + /** Unsigned one. */ + static UONE: Long; + /** Signed negative one. */ + static NEG_ONE: Long; + /** Maximum signed value. */ + static MAX_VALUE: Long; + /** Minimum signed value. */ + static MIN_VALUE: Long; + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBits(lowBits: number, highBits: number, unsigned?: boolean): Long; + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromInt(value: number, unsigned?: boolean): Long; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromNumber(value: number, unsigned?: boolean): Long; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBigInt(value: bigint, unsigned?: boolean): Long; + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + static fromString(str: string, unsigned?: boolean, radix?: number): Long; + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + static fromBytes(bytes: number[], unsigned?: boolean, le?: boolean): Long; + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBytesLE(bytes: number[], unsigned?: boolean): Long; + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBytesBE(bytes: number[], unsigned?: boolean): Long; + /** + * Tests if the specified object is a Long. + */ + static isLong(value: unknown): value is Long; + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + static fromValue(val: number | string | { + low: number; + high: number; + unsigned?: boolean; + }, unsigned?: boolean): Long; + /** Returns the sum of this and the specified Long. */ + add(addend: string | number | Long | Timestamp): Long; + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + and(other: string | number | Long | Timestamp): Long; + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + compare(other: string | number | Long | Timestamp): 0 | 1 | -1; + /** This is an alias of {@link Long.compare} */ + comp(other: string | number | Long | Timestamp): 0 | 1 | -1; + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + divide(divisor: string | number | Long | Timestamp): Long; + /**This is an alias of {@link Long.divide} */ + div(divisor: string | number | Long | Timestamp): Long; + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + equals(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.equals} */ + eq(other: string | number | Long | Timestamp): boolean; + /** Gets the high 32 bits as a signed integer. */ + getHighBits(): number; + /** Gets the high 32 bits as an unsigned integer. */ + getHighBitsUnsigned(): number; + /** Gets the low 32 bits as a signed integer. */ + getLowBits(): number; + /** Gets the low 32 bits as an unsigned integer. */ + getLowBitsUnsigned(): number; + /** Gets the number of bits needed to represent the absolute value of this Long. */ + getNumBitsAbs(): number; + /** Tests if this Long's value is greater than the specified's. */ + greaterThan(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.greaterThan} */ + gt(other: string | number | Long | Timestamp): boolean; + /** Tests if this Long's value is greater than or equal the specified's. */ + greaterThanOrEqual(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + gte(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + ge(other: string | number | Long | Timestamp): boolean; + /** Tests if this Long's value is even. */ + isEven(): boolean; + /** Tests if this Long's value is negative. */ + isNegative(): boolean; + /** Tests if this Long's value is odd. */ + isOdd(): boolean; + /** Tests if this Long's value is positive. */ + isPositive(): boolean; + /** Tests if this Long's value equals zero. */ + isZero(): boolean; + /** Tests if this Long's value is less than the specified's. */ + lessThan(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long#lessThan}. */ + lt(other: string | number | Long | Timestamp): boolean; + /** Tests if this Long's value is less than or equal the specified's. */ + lessThanOrEqual(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.lessThanOrEqual} */ + lte(other: string | number | Long | Timestamp): boolean; + /** Returns this Long modulo the specified. */ + modulo(divisor: string | number | Long | Timestamp): Long; + /** This is an alias of {@link Long.modulo} */ + mod(divisor: string | number | Long | Timestamp): Long; + /** This is an alias of {@link Long.modulo} */ + rem(divisor: string | number | Long | Timestamp): Long; + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + multiply(multiplier: string | number | Long | Timestamp): Long; + /** This is an alias of {@link Long.multiply} */ + mul(multiplier: string | number | Long | Timestamp): Long; + /** Returns the Negation of this Long's value. */ + negate(): Long; + /** This is an alias of {@link Long.negate} */ + neg(): Long; + /** Returns the bitwise NOT of this Long. */ + not(): Long; + /** Tests if this Long's value differs from the specified's. */ + notEquals(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.notEquals} */ + neq(other: string | number | Long | Timestamp): boolean; + /** This is an alias of {@link Long.notEquals} */ + ne(other: string | number | Long | Timestamp): boolean; + /** + * Returns the bitwise OR of this Long and the specified. + */ + or(other: number | string | Long): Long; + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + shiftLeft(numBits: number | Long): Long; + /** This is an alias of {@link Long.shiftLeft} */ + shl(numBits: number | Long): Long; + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + shiftRight(numBits: number | Long): Long; + /** This is an alias of {@link Long.shiftRight} */ + shr(numBits: number | Long): Long; + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + shiftRightUnsigned(numBits: Long | number): Long; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + shr_u(numBits: number | Long): Long; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + shru(numBits: number | Long): Long; + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + subtract(subtrahend: string | number | Long | Timestamp): Long; + /** This is an alias of {@link Long.subtract} */ + sub(subtrahend: string | number | Long | Timestamp): Long; + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + toInt(): number; + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + toNumber(): number; + /** Converts the Long to a BigInt (arbitrary precision). */ + toBigInt(): bigint; + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + toBytes(le?: boolean): number[]; + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + toBytesLE(): number[]; + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + toBytesBE(): number[]; + /** + * Converts this Long to signed. + */ + toSigned(): Long; + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + toString(radix?: number): string; + /** Converts this Long to unsigned. */ + toUnsigned(): Long; + /** Returns the bitwise XOR of this Long and the given one. */ + xor(other: Long | number | string): Long; + /** This is an alias of {@link Long.isZero} */ + eqz(): boolean; + /** This is an alias of {@link Long.lessThanOrEqual} */ + le(other: string | number | Long | Timestamp): boolean; + toExtendedJSON(options?: EJSONOptions): number | LongExtended; + static fromExtendedJSON(doc: { + $numberLong: string; + }, options?: EJSONOptions): number | Long; + inspect(): string; +} + +/** @public */ +export declare interface LongExtended { + $numberLong: string; +} + +/** @public */ +export declare type LongWithoutOverrides = new (low: unknown, high?: number, unsigned?: boolean) => { + [P in Exclude]: Long[P]; +}; + +/** @public */ +export declare const LongWithoutOverridesClass: LongWithoutOverrides; + +/** @public */ +declare let Map_2: MapConstructor; +export { Map_2 as Map } + +/** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ +export declare class MaxKey { + _bsontype: 'MaxKey'; + constructor(); + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface MaxKeyExtended { + $maxKey: 1; +} + +/** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ +export declare class MinKey { + _bsontype: 'MinKey'; + constructor(); + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface MinKeyExtended { + $minKey: 1; +} + +/** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ +declare class ObjectId { + _bsontype: 'ObjectID'; + /* Excluded from this release type: index */ + static cacheHexString: boolean; + /* Excluded from this release type: [kId] */ + /* Excluded from this release type: __id */ + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + constructor(inputId?: string | number | ObjectId | ObjectIdLike | Buffer | Uint8Array); + /** + * The ObjectId bytes + * @readonly + */ + get id(): Buffer; + set id(value: Buffer); + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get generationTime(): number; + set generationTime(value: number); + /** Returns the ObjectId id as a 24 character hex string representation */ + toHexString(): string; + /* Excluded from this release type: getInc */ + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + static generate(time?: number): Buffer; + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + toString(format?: string): string; + /** Converts to its JSON the 24 character hex string representation. */ + toJSON(): string; + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + equals(otherId: string | ObjectId | ObjectIdLike): boolean; + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + getTimestamp(): Date; + /* Excluded from this release type: createPk */ + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + static createFromTime(time: number): ObjectId; + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + static createFromHexString(hexString: string): ObjectId; + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + static isValid(id: string | number | ObjectId | ObjectIdLike | Buffer | Uint8Array): boolean; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} +export { ObjectId as ObjectID } +export { ObjectId } + +/** @public */ +export declare interface ObjectIdExtended { + $oid: string; +} + +/** @public */ +export declare interface ObjectIdLike { + id: string | Buffer; + __id?: string; + toHexString(): string; +} + +/** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ +export declare function serialize(object: Document, options?: SerializeOptions): Buffer; + +/** @public */ +export declare interface SerializeOptions { + /** the serializer will check if keys are valid. */ + checkKeys?: boolean; + /** serialize the javascript functions **(default:false)**. */ + serializeFunctions?: boolean; + /** serialize will not emit undefined fields **(default:true)** */ + ignoreUndefined?: boolean; + /* Excluded from this release type: minInternalBufferSize */ + /** the index in the buffer where we wish to start serializing into */ + index?: number; +} + +/** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ +export declare function serializeWithBufferAndIndex(object: Document, finalBuffer: Buffer, options?: SerializeOptions): number; + +/** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ +export declare function setInternalBufferSize(size: number): void; + +/** + * @public + * @category BSONType + * */ +export declare class Timestamp extends LongWithoutOverridesClass { + _bsontype: 'Timestamp'; + static readonly MAX_VALUE: Long; + /** + * @param low - A 64-bit Long representing the Timestamp. + */ + constructor(long: Long); + /** + * @param value - A pair of two values indicating timestamp and increment. + */ + constructor(value: { + t: number; + i: number; + }); + /** + * @param low - the low (signed) 32 bits of the Timestamp. + * @param high - the high (signed) 32 bits of the Timestamp. + * @deprecated Please use `Timestamp({ t: high, i: low })` or `Timestamp(Long(low, high))` instead. + */ + constructor(low: number, high: number); + toJSON(): { + $timestamp: string; + }; + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + static fromInt(value: number): Timestamp; + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + static fromNumber(value: number): Timestamp; + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + static fromBits(lowBits: number, highBits: number): Timestamp; + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + static fromString(str: string, optRadix: number): Timestamp; + /* Excluded from this release type: toExtendedJSON */ + /* Excluded from this release type: fromExtendedJSON */ + inspect(): string; +} + +/** @public */ +export declare interface TimestampExtended { + $timestamp: { + t: number; + i: number; + }; +} + +/** @public */ +export declare type TimestampOverrides = '_bsontype' | 'toExtendedJSON' | 'fromExtendedJSON' | 'inspect'; + +/** + * A class representation of the BSON UUID type. + * @public + */ +export declare class UUID extends Binary { + static cacheHexString: boolean; + /* Excluded from this release type: __id */ + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + constructor(input?: string | Buffer | UUID); + /** + * The UUID bytes + * @readonly + */ + get id(): Buffer; + set id(value: Buffer); + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + toHexString(includeDashes?: boolean): string; + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + toString(encoding?: string): string; + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + toJSON(): string; + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + equals(otherId: string | Buffer | UUID): boolean; + /** + * Creates a Binary instance from the current UUID. + */ + toBinary(): Binary; + /** + * Generates a populated buffer containing a v4 uuid + */ + static generate(): Buffer; + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + static isValid(input: string | Buffer | UUID): boolean; + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + static createFromHexString(hexString: string): UUID; + inspect(): string; +} + +/** @public */ +export declare type UUIDExtended = { + $uuid: string; +}; + +export { } diff --git a/node_modules/bson/dist/bson.browser.esm.js b/node_modules/bson/dist/bson.browser.esm.js new file mode 100644 index 000000000..343c7684d --- /dev/null +++ b/node_modules/bson/dist/bson.browser.esm.js @@ -0,0 +1,7465 @@ +function createCommonjsModule(fn, module) { + return module = { exports: {} }, fn(module, module.exports), module.exports; +} + +var byteLength_1 = byteLength; +var toByteArray_1 = toByteArray; +var fromByteArray_1 = fromByteArray; +var lookup = []; +var revLookup = []; +var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array; +var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; + +for (var i = 0, len = code.length; i < len; ++i) { + lookup[i] = code[i]; + revLookup[code.charCodeAt(i)] = i; +} // Support decoding URL-safe base64 strings, as Node.js does. +// See: https://en.wikipedia.org/wiki/Base64#URL_applications + + +revLookup['-'.charCodeAt(0)] = 62; +revLookup['_'.charCodeAt(0)] = 63; + +function getLens(b64) { + var len = b64.length; + + if (len % 4 > 0) { + throw new Error('Invalid string. Length must be a multiple of 4'); + } // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + + + var validLen = b64.indexOf('='); + if (validLen === -1) validLen = len; + var placeHoldersLen = validLen === len ? 0 : 4 - validLen % 4; + return [validLen, placeHoldersLen]; +} // base64 is 4/3 + up to two characters of the original data + + +function byteLength(b64) { + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; +} + +function _byteLength(b64, validLen, placeHoldersLen) { + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; +} + +function toByteArray(b64) { + var tmp; + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)); + var curByte = 0; // if there are placeholders, only get up to the last complete 4 chars + + var len = placeHoldersLen > 0 ? validLen - 4 : validLen; + var i; + + for (i = 0; i < len; i += 4) { + tmp = revLookup[b64.charCodeAt(i)] << 18 | revLookup[b64.charCodeAt(i + 1)] << 12 | revLookup[b64.charCodeAt(i + 2)] << 6 | revLookup[b64.charCodeAt(i + 3)]; + arr[curByte++] = tmp >> 16 & 0xFF; + arr[curByte++] = tmp >> 8 & 0xFF; + arr[curByte++] = tmp & 0xFF; + } + + if (placeHoldersLen === 2) { + tmp = revLookup[b64.charCodeAt(i)] << 2 | revLookup[b64.charCodeAt(i + 1)] >> 4; + arr[curByte++] = tmp & 0xFF; + } + + if (placeHoldersLen === 1) { + tmp = revLookup[b64.charCodeAt(i)] << 10 | revLookup[b64.charCodeAt(i + 1)] << 4 | revLookup[b64.charCodeAt(i + 2)] >> 2; + arr[curByte++] = tmp >> 8 & 0xFF; + arr[curByte++] = tmp & 0xFF; + } + + return arr; +} + +function tripletToBase64(num) { + return lookup[num >> 18 & 0x3F] + lookup[num >> 12 & 0x3F] + lookup[num >> 6 & 0x3F] + lookup[num & 0x3F]; +} + +function encodeChunk(uint8, start, end) { + var tmp; + var output = []; + + for (var i = start; i < end; i += 3) { + tmp = (uint8[i] << 16 & 0xFF0000) + (uint8[i + 1] << 8 & 0xFF00) + (uint8[i + 2] & 0xFF); + output.push(tripletToBase64(tmp)); + } + + return output.join(''); +} + +function fromByteArray(uint8) { + var tmp; + var len = uint8.length; + var extraBytes = len % 3; // if we have 1 byte left, pad 2 bytes + + var parts = []; + var maxChunkLength = 16383; // must be multiple of 3 + // go through the array every three bytes, we'll deal with trailing stuff later + + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk(uint8, i, i + maxChunkLength > len2 ? len2 : i + maxChunkLength)); + } // pad the end with zeros, but make sure to not forget the extra bytes + + + if (extraBytes === 1) { + tmp = uint8[len - 1]; + parts.push(lookup[tmp >> 2] + lookup[tmp << 4 & 0x3F] + '=='); + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1]; + parts.push(lookup[tmp >> 10] + lookup[tmp >> 4 & 0x3F] + lookup[tmp << 2 & 0x3F] + '='); + } + + return parts.join(''); +} + +var base64Js = { + byteLength: byteLength_1, + toByteArray: toByteArray_1, + fromByteArray: fromByteArray_1 +}; + +/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ +var read = function read(buffer, offset, isLE, mLen, nBytes) { + var e, m; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var nBits = -7; + var i = isLE ? nBytes - 1 : 0; + var d = isLE ? -1 : 1; + var s = buffer[offset + i]; + i += d; + e = s & (1 << -nBits) - 1; + s >>= -nBits; + nBits += eLen; + + for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + m = e & (1 << -nBits) - 1; + e >>= -nBits; + nBits += mLen; + + for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + if (e === 0) { + e = 1 - eBias; + } else if (e === eMax) { + return m ? NaN : (s ? -1 : 1) * Infinity; + } else { + m = m + Math.pow(2, mLen); + e = e - eBias; + } + + return (s ? -1 : 1) * m * Math.pow(2, e - mLen); +}; + +var write = function write(buffer, value, offset, isLE, mLen, nBytes) { + var e, m, c; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var rt = mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0; + var i = isLE ? 0 : nBytes - 1; + var d = isLE ? 1 : -1; + var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0; + value = Math.abs(value); + + if (isNaN(value) || value === Infinity) { + m = isNaN(value) ? 1 : 0; + e = eMax; + } else { + e = Math.floor(Math.log(value) / Math.LN2); + + if (value * (c = Math.pow(2, -e)) < 1) { + e--; + c *= 2; + } + + if (e + eBias >= 1) { + value += rt / c; + } else { + value += rt * Math.pow(2, 1 - eBias); + } + + if (value * c >= 2) { + e++; + c /= 2; + } + + if (e + eBias >= eMax) { + m = 0; + e = eMax; + } else if (e + eBias >= 1) { + m = (value * c - 1) * Math.pow(2, mLen); + e = e + eBias; + } else { + m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen); + e = 0; + } + } + + for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {} + + e = e << mLen | m; + eLen += mLen; + + for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} + + buffer[offset + i - d] |= s * 128; +}; + +var ieee754 = { + read: read, + write: write +}; + +var buffer$1 = createCommonjsModule(function (module, exports) { + + var customInspectSymbol = typeof Symbol === 'function' && typeof Symbol['for'] === 'function' ? // eslint-disable-line dot-notation + Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation + : null; + exports.Buffer = Buffer; + exports.SlowBuffer = SlowBuffer; + exports.INSPECT_MAX_BYTES = 50; + var K_MAX_LENGTH = 0x7fffffff; + exports.kMaxLength = K_MAX_LENGTH; + /** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Print warning and recommend using `buffer` v4.x which has an Object + * implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * We report that the browser does not support typed arrays if the are not subclassable + * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support + * for __proto__ and has a buggy typed array implementation. + */ + + Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport(); + + if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && typeof console.error === 'function') { + console.error('This browser lacks typed array (Uint8Array) support which is required by ' + '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'); + } + + function typedArraySupport() { + // Can typed array instances can be augmented? + try { + var arr = new Uint8Array(1); + var proto = { + foo: function foo() { + return 42; + } + }; + Object.setPrototypeOf(proto, Uint8Array.prototype); + Object.setPrototypeOf(arr, proto); + return arr.foo() === 42; + } catch (e) { + return false; + } + } + + Object.defineProperty(Buffer.prototype, 'parent', { + enumerable: true, + get: function get() { + if (!Buffer.isBuffer(this)) return undefined; + return this.buffer; + } + }); + Object.defineProperty(Buffer.prototype, 'offset', { + enumerable: true, + get: function get() { + if (!Buffer.isBuffer(this)) return undefined; + return this.byteOffset; + } + }); + + function createBuffer(length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"'); + } // Return an augmented `Uint8Array` instance + + + var buf = new Uint8Array(length); + Object.setPrototypeOf(buf, Buffer.prototype); + return buf; + } + /** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + + + function Buffer(arg, encodingOrOffset, length) { + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new TypeError('The "string" argument must be of type string. Received type number'); + } + + return allocUnsafe(arg); + } + + return from(arg, encodingOrOffset, length); + } + + Buffer.poolSize = 8192; // not used by this implementation + + function from(value, encodingOrOffset, length) { + if (typeof value === 'string') { + return fromString(value, encodingOrOffset); + } + + if (ArrayBuffer.isView(value)) { + return fromArrayView(value); + } + + if (value == null) { + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + 'or Array-like Object. Received type ' + babelHelpers["typeof"](value)); + } + + if (isInstance(value, ArrayBuffer) || value && isInstance(value.buffer, ArrayBuffer)) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + + if (typeof SharedArrayBuffer !== 'undefined' && (isInstance(value, SharedArrayBuffer) || value && isInstance(value.buffer, SharedArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + + if (typeof value === 'number') { + throw new TypeError('The "value" argument must not be of type number. Received type number'); + } + + var valueOf = value.valueOf && value.valueOf(); + + if (valueOf != null && valueOf !== value) { + return Buffer.from(valueOf, encodingOrOffset, length); + } + + var b = fromObject(value); + if (b) return b; + + if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && typeof value[Symbol.toPrimitive] === 'function') { + return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length); + } + + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + 'or Array-like Object. Received type ' + babelHelpers["typeof"](value)); + } + /** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ + + + Buffer.from = function (value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length); + }; // Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: + // https://github.com/feross/buffer/pull/148 + + + Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype); + Object.setPrototypeOf(Buffer, Uint8Array); + + function assertSize(size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be of type number'); + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"'); + } + } + + function alloc(size, fill, encoding) { + assertSize(size); + + if (size <= 0) { + return createBuffer(size); + } + + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpreted as a start offset. + return typeof encoding === 'string' ? createBuffer(size).fill(fill, encoding) : createBuffer(size).fill(fill); + } + + return createBuffer(size); + } + /** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ + + + Buffer.alloc = function (size, fill, encoding) { + return alloc(size, fill, encoding); + }; + + function allocUnsafe(size) { + assertSize(size); + return createBuffer(size < 0 ? 0 : checked(size) | 0); + } + /** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ + + + Buffer.allocUnsafe = function (size) { + return allocUnsafe(size); + }; + /** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ + + + Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(size); + }; + + function fromString(string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8'; + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding); + } + + var length = byteLength(string, encoding) | 0; + var buf = createBuffer(length); + var actual = buf.write(string, encoding); + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + buf = buf.slice(0, actual); + } + + return buf; + } + + function fromArrayLike(array) { + var length = array.length < 0 ? 0 : checked(array.length) | 0; + var buf = createBuffer(length); + + for (var i = 0; i < length; i += 1) { + buf[i] = array[i] & 255; + } + + return buf; + } + + function fromArrayView(arrayView) { + if (isInstance(arrayView, Uint8Array)) { + var copy = new Uint8Array(arrayView); + return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength); + } + + return fromArrayLike(arrayView); + } + + function fromArrayBuffer(array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds'); + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds'); + } + + var buf; + + if (byteOffset === undefined && length === undefined) { + buf = new Uint8Array(array); + } else if (length === undefined) { + buf = new Uint8Array(array, byteOffset); + } else { + buf = new Uint8Array(array, byteOffset, length); + } // Return an augmented `Uint8Array` instance + + + Object.setPrototypeOf(buf, Buffer.prototype); + return buf; + } + + function fromObject(obj) { + if (Buffer.isBuffer(obj)) { + var len = checked(obj.length) | 0; + var buf = createBuffer(len); + + if (buf.length === 0) { + return buf; + } + + obj.copy(buf, 0, 0, len); + return buf; + } + + if (obj.length !== undefined) { + if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { + return createBuffer(0); + } + + return fromArrayLike(obj); + } + + if (obj.type === 'Buffer' && Array.isArray(obj.data)) { + return fromArrayLike(obj.data); + } + } + + function checked(length) { + // Note: cannot use `length < K_MAX_LENGTH` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= K_MAX_LENGTH) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes'); + } + + return length | 0; + } + + function SlowBuffer(length) { + if (+length != length) { + // eslint-disable-line eqeqeq + length = 0; + } + + return Buffer.alloc(+length); + } + + Buffer.isBuffer = function isBuffer(b) { + return b != null && b._isBuffer === true && b !== Buffer.prototype; // so Buffer.isBuffer(Buffer.prototype) will be false + }; + + Buffer.compare = function compare(a, b) { + if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength); + if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength); + + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'); + } + + if (a === b) return 0; + var x = a.length; + var y = b.length; + + for (var i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i]; + y = b[i]; + break; + } + } + + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; + + Buffer.isEncoding = function isEncoding(encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true; + + default: + return false; + } + }; + + Buffer.concat = function concat(list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } + + if (list.length === 0) { + return Buffer.alloc(0); + } + + var i; + + if (length === undefined) { + length = 0; + + for (i = 0; i < list.length; ++i) { + length += list[i].length; + } + } + + var buffer = Buffer.allocUnsafe(length); + var pos = 0; + + for (i = 0; i < list.length; ++i) { + var buf = list[i]; + + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer.length) { + Buffer.from(buf).copy(buffer, pos); + } else { + Uint8Array.prototype.set.call(buffer, buf, pos); + } + } else if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } else { + buf.copy(buffer, pos); + } + + pos += buf.length; + } + + return buffer; + }; + + function byteLength(string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length; + } + + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength; + } + + if (typeof string !== 'string') { + throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + 'Received type ' + babelHelpers["typeof"](string)); + } + + var len = string.length; + var mustMatch = arguments.length > 2 && arguments[2] === true; + if (!mustMatch && len === 0) return 0; // Use a for loop to avoid recursion + + var loweredCase = false; + + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len; + + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length; + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2; + + case 'hex': + return len >>> 1; + + case 'base64': + return base64ToBytes(string).length; + + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length; // assume utf8 + } + + encoding = ('' + encoding).toLowerCase(); + loweredCase = true; + } + } + } + + Buffer.byteLength = byteLength; + + function slowToString(encoding, start, end) { + var loweredCase = false; // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + + if (start === undefined || start < 0) { + start = 0; + } // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + + + if (start > this.length) { + return ''; + } + + if (end === undefined || end > this.length) { + end = this.length; + } + + if (end <= 0) { + return ''; + } // Force coercion to uint32. This will also coerce falsey/NaN values to 0. + + + end >>>= 0; + start >>>= 0; + + if (end <= start) { + return ''; + } + + if (!encoding) encoding = 'utf8'; + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end); + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end); + + case 'ascii': + return asciiSlice(this, start, end); + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end); + + case 'base64': + return base64Slice(this, start, end); + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end); + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding); + encoding = (encoding + '').toLowerCase(); + loweredCase = true; + } + } + } // This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) + // to detect a Buffer instance. It's not possible to use `instanceof Buffer` + // reliably in a browserify context because there could be multiple different + // copies of the 'buffer' package in use. This method works even for Buffer + // instances that were created from another copy of the `buffer` package. + // See: https://github.com/feross/buffer/issues/154 + + + Buffer.prototype._isBuffer = true; + + function swap(b, n, m) { + var i = b[n]; + b[n] = b[m]; + b[m] = i; + } + + Buffer.prototype.swap16 = function swap16() { + var len = this.length; + + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits'); + } + + for (var i = 0; i < len; i += 2) { + swap(this, i, i + 1); + } + + return this; + }; + + Buffer.prototype.swap32 = function swap32() { + var len = this.length; + + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits'); + } + + for (var i = 0; i < len; i += 4) { + swap(this, i, i + 3); + swap(this, i + 1, i + 2); + } + + return this; + }; + + Buffer.prototype.swap64 = function swap64() { + var len = this.length; + + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits'); + } + + for (var i = 0; i < len; i += 8) { + swap(this, i, i + 7); + swap(this, i + 1, i + 6); + swap(this, i + 2, i + 5); + swap(this, i + 3, i + 4); + } + + return this; + }; + + Buffer.prototype.toString = function toString() { + var length = this.length; + if (length === 0) return ''; + if (arguments.length === 0) return utf8Slice(this, 0, length); + return slowToString.apply(this, arguments); + }; + + Buffer.prototype.toLocaleString = Buffer.prototype.toString; + + Buffer.prototype.equals = function equals(b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer'); + if (this === b) return true; + return Buffer.compare(this, b) === 0; + }; + + Buffer.prototype.inspect = function inspect() { + var str = ''; + var max = exports.INSPECT_MAX_BYTES; + str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim(); + if (this.length > max) str += ' ... '; + return ''; + }; + + if (customInspectSymbol) { + Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect; + } + + Buffer.prototype.compare = function compare(target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer.from(target, target.offset, target.byteLength); + } + + if (!Buffer.isBuffer(target)) { + throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. ' + 'Received type ' + babelHelpers["typeof"](target)); + } + + if (start === undefined) { + start = 0; + } + + if (end === undefined) { + end = target ? target.length : 0; + } + + if (thisStart === undefined) { + thisStart = 0; + } + + if (thisEnd === undefined) { + thisEnd = this.length; + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index'); + } + + if (thisStart >= thisEnd && start >= end) { + return 0; + } + + if (thisStart >= thisEnd) { + return -1; + } + + if (start >= end) { + return 1; + } + + start >>>= 0; + end >>>= 0; + thisStart >>>= 0; + thisEnd >>>= 0; + if (this === target) return 0; + var x = thisEnd - thisStart; + var y = end - start; + var len = Math.min(x, y); + var thisCopy = this.slice(thisStart, thisEnd); + var targetCopy = target.slice(start, end); + + for (var i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i]; + y = targetCopy[i]; + break; + } + } + + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; // Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, + // OR the last index of `val` in `buffer` at offset <= `byteOffset`. + // + // Arguments: + // - buffer - a Buffer to search + // - val - a string, Buffer, or number + // - byteOffset - an index into `buffer`; will be clamped to an int32 + // - encoding - an optional encoding, relevant is val is a string + // - dir - true for indexOf, false for lastIndexOf + + + function bidirectionalIndexOf(buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1; // Normalize byteOffset + + if (typeof byteOffset === 'string') { + encoding = byteOffset; + byteOffset = 0; + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff; + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000; + } + + byteOffset = +byteOffset; // Coerce to Number. + + if (numberIsNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : buffer.length - 1; + } // Normalize byteOffset: negative offsets start from the end of the buffer + + + if (byteOffset < 0) byteOffset = buffer.length + byteOffset; + + if (byteOffset >= buffer.length) { + if (dir) return -1;else byteOffset = buffer.length - 1; + } else if (byteOffset < 0) { + if (dir) byteOffset = 0;else return -1; + } // Normalize val + + + if (typeof val === 'string') { + val = Buffer.from(val, encoding); + } // Finally, search either indexOf (if dir is true) or lastIndexOf + + + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1; + } + + return arrayIndexOf(buffer, val, byteOffset, encoding, dir); + } else if (typeof val === 'number') { + val = val & 0xFF; // Search for a byte value [0-255] + + if (typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset); + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset); + } + } + + return arrayIndexOf(buffer, [val], byteOffset, encoding, dir); + } + + throw new TypeError('val must be string, number or Buffer'); + } + + function arrayIndexOf(arr, val, byteOffset, encoding, dir) { + var indexSize = 1; + var arrLength = arr.length; + var valLength = val.length; + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase(); + + if (encoding === 'ucs2' || encoding === 'ucs-2' || encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1; + } + + indexSize = 2; + arrLength /= 2; + valLength /= 2; + byteOffset /= 2; + } + } + + function read(buf, i) { + if (indexSize === 1) { + return buf[i]; + } else { + return buf.readUInt16BE(i * indexSize); + } + } + + var i; + + if (dir) { + var foundIndex = -1; + + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i; + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize; + } else { + if (foundIndex !== -1) i -= i - foundIndex; + foundIndex = -1; + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength; + + for (i = byteOffset; i >= 0; i--) { + var found = true; + + for (var j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false; + break; + } + } + + if (found) return i; + } + } + + return -1; + } + + Buffer.prototype.includes = function includes(val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1; + }; + + Buffer.prototype.indexOf = function indexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true); + }; + + Buffer.prototype.lastIndexOf = function lastIndexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false); + }; + + function hexWrite(buf, string, offset, length) { + offset = Number(offset) || 0; + var remaining = buf.length - offset; + + if (!length) { + length = remaining; + } else { + length = Number(length); + + if (length > remaining) { + length = remaining; + } + } + + var strLen = string.length; + + if (length > strLen / 2) { + length = strLen / 2; + } + + for (var i = 0; i < length; ++i) { + var parsed = parseInt(string.substr(i * 2, 2), 16); + if (numberIsNaN(parsed)) return i; + buf[offset + i] = parsed; + } + + return i; + } + + function utf8Write(buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length); + } + + function asciiWrite(buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length); + } + + function base64Write(buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length); + } + + function ucs2Write(buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length); + } + + Buffer.prototype.write = function write(string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8'; + length = this.length; + offset = 0; // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset; + length = this.length; + offset = 0; // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset >>> 0; + + if (isFinite(length)) { + length = length >>> 0; + if (encoding === undefined) encoding = 'utf8'; + } else { + encoding = length; + length = undefined; + } + } else { + throw new Error('Buffer.write(string, encoding, offset[, length]) is no longer supported'); + } + + var remaining = this.length - offset; + if (length === undefined || length > remaining) length = remaining; + + if (string.length > 0 && (length < 0 || offset < 0) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds'); + } + + if (!encoding) encoding = 'utf8'; + var loweredCase = false; + + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length); + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length); + + case 'ascii': + case 'latin1': + case 'binary': + return asciiWrite(this, string, offset, length); + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length); + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length); + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding); + encoding = ('' + encoding).toLowerCase(); + loweredCase = true; + } + } + }; + + Buffer.prototype.toJSON = function toJSON() { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + }; + }; + + function base64Slice(buf, start, end) { + if (start === 0 && end === buf.length) { + return base64Js.fromByteArray(buf); + } else { + return base64Js.fromByteArray(buf.slice(start, end)); + } + } + + function utf8Slice(buf, start, end) { + end = Math.min(buf.length, end); + var res = []; + var i = start; + + while (i < end) { + var firstByte = buf[i]; + var codePoint = null; + var bytesPerSequence = firstByte > 0xEF ? 4 : firstByte > 0xDF ? 3 : firstByte > 0xBF ? 2 : 1; + + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint; + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte; + } + + break; + + case 2: + secondByte = buf[i + 1]; + + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | secondByte & 0x3F; + + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint; + } + } + + break; + + case 3: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | thirdByte & 0x3F; + + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint; + } + } + + break; + + case 4: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + fourthByte = buf[i + 3]; + + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | fourthByte & 0x3F; + + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint; + } + } + + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD; + bytesPerSequence = 1; + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000; + res.push(codePoint >>> 10 & 0x3FF | 0xD800); + codePoint = 0xDC00 | codePoint & 0x3FF; + } + + res.push(codePoint); + i += bytesPerSequence; + } + + return decodeCodePointsArray(res); + } // Based on http://stackoverflow.com/a/22747272/680742, the browser with + // the lowest limit is Chrome, with 0x10000 args. + // We go 1 magnitude less, for safety + + + var MAX_ARGUMENTS_LENGTH = 0x1000; + + function decodeCodePointsArray(codePoints) { + var len = codePoints.length; + + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints); // avoid extra slice() + } // Decode in chunks to avoid "call stack size exceeded". + + + var res = ''; + var i = 0; + + while (i < len) { + res += String.fromCharCode.apply(String, codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)); + } + + return res; + } + + function asciiSlice(buf, start, end) { + var ret = ''; + end = Math.min(buf.length, end); + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F); + } + + return ret; + } + + function latin1Slice(buf, start, end) { + var ret = ''; + end = Math.min(buf.length, end); + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]); + } + + return ret; + } + + function hexSlice(buf, start, end) { + var len = buf.length; + if (!start || start < 0) start = 0; + if (!end || end < 0 || end > len) end = len; + var out = ''; + + for (var i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]]; + } + + return out; + } + + function utf16leSlice(buf, start, end) { + var bytes = buf.slice(start, end); + var res = ''; // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) + + for (var i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256); + } + + return res; + } + + Buffer.prototype.slice = function slice(start, end) { + var len = this.length; + start = ~~start; + end = end === undefined ? len : ~~end; + + if (start < 0) { + start += len; + if (start < 0) start = 0; + } else if (start > len) { + start = len; + } + + if (end < 0) { + end += len; + if (end < 0) end = 0; + } else if (end > len) { + end = len; + } + + if (end < start) end = start; + var newBuf = this.subarray(start, end); // Return an augmented `Uint8Array` instance + + Object.setPrototypeOf(newBuf, Buffer.prototype); + return newBuf; + }; + /* + * Need to make sure that buffer isn't trying to write out of bounds. + */ + + + function checkOffset(offset, ext, length) { + if (offset % 1 !== 0 || offset < 0) throw new RangeError('offset is not uint'); + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length'); + } + + Buffer.prototype.readUintLE = Buffer.prototype.readUIntLE = function readUIntLE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var val = this[offset]; + var mul = 1; + var i = 0; + + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul; + } + + return val; + }; + + Buffer.prototype.readUintBE = Buffer.prototype.readUIntBE = function readUIntBE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + checkOffset(offset, byteLength, this.length); + } + + var val = this[offset + --byteLength]; + var mul = 1; + + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul; + } + + return val; + }; + + Buffer.prototype.readUint8 = Buffer.prototype.readUInt8 = function readUInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + return this[offset]; + }; + + Buffer.prototype.readUint16LE = Buffer.prototype.readUInt16LE = function readUInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] | this[offset + 1] << 8; + }; + + Buffer.prototype.readUint16BE = Buffer.prototype.readUInt16BE = function readUInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] << 8 | this[offset + 1]; + }; + + Buffer.prototype.readUint32LE = Buffer.prototype.readUInt32LE = function readUInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return (this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16) + this[offset + 3] * 0x1000000; + }; + + Buffer.prototype.readUint32BE = Buffer.prototype.readUInt32BE = function readUInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] * 0x1000000 + (this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]); + }; + + Buffer.prototype.readIntLE = function readIntLE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var val = this[offset]; + var mul = 1; + var i = 0; + + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul; + } + + mul *= 0x80; + if (val >= mul) val -= Math.pow(2, 8 * byteLength); + return val; + }; + + Buffer.prototype.readIntBE = function readIntBE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var i = byteLength; + var mul = 1; + var val = this[offset + --i]; + + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul; + } + + mul *= 0x80; + if (val >= mul) val -= Math.pow(2, 8 * byteLength); + return val; + }; + + Buffer.prototype.readInt8 = function readInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + if (!(this[offset] & 0x80)) return this[offset]; + return (0xff - this[offset] + 1) * -1; + }; + + Buffer.prototype.readInt16LE = function readInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + var val = this[offset] | this[offset + 1] << 8; + return val & 0x8000 ? val | 0xFFFF0000 : val; + }; + + Buffer.prototype.readInt16BE = function readInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + var val = this[offset + 1] | this[offset] << 8; + return val & 0x8000 ? val | 0xFFFF0000 : val; + }; + + Buffer.prototype.readInt32LE = function readInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16 | this[offset + 3] << 24; + }; + + Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] << 24 | this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]; + }; + + Buffer.prototype.readFloatLE = function readFloatLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, true, 23, 4); + }; + + Buffer.prototype.readFloatBE = function readFloatBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, false, 23, 4); + }; + + Buffer.prototype.readDoubleLE = function readDoubleLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, true, 52, 8); + }; + + Buffer.prototype.readDoubleBE = function readDoubleBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, false, 52, 8); + }; + + function checkInt(buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance'); + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds'); + if (offset + ext > buf.length) throw new RangeError('Index out of range'); + } + + Buffer.prototype.writeUintLE = Buffer.prototype.writeUIntLE = function writeUIntLE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1; + checkInt(this, value, offset, byteLength, maxBytes, 0); + } + + var mul = 1; + var i = 0; + this[offset] = value & 0xFF; + + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = value / mul & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeUintBE = Buffer.prototype.writeUIntBE = function writeUIntBE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1; + checkInt(this, value, offset, byteLength, maxBytes, 0); + } + + var i = byteLength - 1; + var mul = 1; + this[offset + i] = value & 0xFF; + + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = value / mul & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeUint8 = Buffer.prototype.writeUInt8 = function writeUInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0); + this[offset] = value & 0xff; + return offset + 1; + }; + + Buffer.prototype.writeUint16LE = Buffer.prototype.writeUInt16LE = function writeUInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + + Buffer.prototype.writeUint16BE = Buffer.prototype.writeUInt16BE = function writeUInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0); + this[offset] = value >>> 8; + this[offset + 1] = value & 0xff; + return offset + 2; + }; + + Buffer.prototype.writeUint32LE = Buffer.prototype.writeUInt32LE = function writeUInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0); + this[offset + 3] = value >>> 24; + this[offset + 2] = value >>> 16; + this[offset + 1] = value >>> 8; + this[offset] = value & 0xff; + return offset + 4; + }; + + Buffer.prototype.writeUint32BE = Buffer.prototype.writeUInt32BE = function writeUInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0); + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 0xff; + return offset + 4; + }; + + Buffer.prototype.writeIntLE = function writeIntLE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1); + checkInt(this, value, offset, byteLength, limit - 1, -limit); + } + + var i = 0; + var mul = 1; + var sub = 0; + this[offset] = value & 0xFF; + + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1; + } + + this[offset + i] = (value / mul >> 0) - sub & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeIntBE = function writeIntBE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1); + checkInt(this, value, offset, byteLength, limit - 1, -limit); + } + + var i = byteLength - 1; + var mul = 1; + var sub = 0; + this[offset + i] = value & 0xFF; + + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1; + } + + this[offset + i] = (value / mul >> 0) - sub & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeInt8 = function writeInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80); + if (value < 0) value = 0xff + value + 1; + this[offset] = value & 0xff; + return offset + 1; + }; + + Buffer.prototype.writeInt16LE = function writeInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + + Buffer.prototype.writeInt16BE = function writeInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000); + this[offset] = value >>> 8; + this[offset + 1] = value & 0xff; + return offset + 2; + }; + + Buffer.prototype.writeInt32LE = function writeInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + this[offset + 2] = value >>> 16; + this[offset + 3] = value >>> 24; + return offset + 4; + }; + + Buffer.prototype.writeInt32BE = function writeInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000); + if (value < 0) value = 0xffffffff + value + 1; + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 0xff; + return offset + 4; + }; + + function checkIEEE754(buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range'); + if (offset < 0) throw new RangeError('Index out of range'); + } + + function writeFloat(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + checkIEEE754(buf, value, offset, 4); + } + + ieee754.write(buf, value, offset, littleEndian, 23, 4); + return offset + 4; + } + + Buffer.prototype.writeFloatLE = function writeFloatLE(value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert); + }; + + Buffer.prototype.writeFloatBE = function writeFloatBE(value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert); + }; + + function writeDouble(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + checkIEEE754(buf, value, offset, 8); + } + + ieee754.write(buf, value, offset, littleEndian, 52, 8); + return offset + 8; + } + + Buffer.prototype.writeDoubleLE = function writeDoubleLE(value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert); + }; + + Buffer.prototype.writeDoubleBE = function writeDoubleBE(value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert); + }; // copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) + + + Buffer.prototype.copy = function copy(target, targetStart, start, end) { + if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer'); + if (!start) start = 0; + if (!end && end !== 0) end = this.length; + if (targetStart >= target.length) targetStart = target.length; + if (!targetStart) targetStart = 0; + if (end > 0 && end < start) end = start; // Copy 0 bytes; we're done + + if (end === start) return 0; + if (target.length === 0 || this.length === 0) return 0; // Fatal error conditions + + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds'); + } + + if (start < 0 || start >= this.length) throw new RangeError('Index out of range'); + if (end < 0) throw new RangeError('sourceEnd out of bounds'); // Are we oob? + + if (end > this.length) end = this.length; + + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start; + } + + var len = end - start; + + if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { + // Use built-in when available, missing from IE11 + this.copyWithin(targetStart, start, end); + } else { + Uint8Array.prototype.set.call(target, this.subarray(start, end), targetStart); + } + + return len; + }; // Usage: + // buffer.fill(number[, offset[, end]]) + // buffer.fill(buffer[, offset[, end]]) + // buffer.fill(string[, offset[, end]][, encoding]) + + + Buffer.prototype.fill = function fill(val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start; + start = 0; + end = this.length; + } else if (typeof end === 'string') { + encoding = end; + end = this.length; + } + + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string'); + } + + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding); + } + + if (val.length === 1) { + var code = val.charCodeAt(0); + + if (encoding === 'utf8' && code < 128 || encoding === 'latin1') { + // Fast path: If `val` fits into a single byte, use that numeric value. + val = code; + } + } + } else if (typeof val === 'number') { + val = val & 255; + } else if (typeof val === 'boolean') { + val = Number(val); + } // Invalid ranges are not set to a default, so can range check early. + + + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index'); + } + + if (end <= start) { + return this; + } + + start = start >>> 0; + end = end === undefined ? this.length : end >>> 0; + if (!val) val = 0; + var i; + + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val; + } + } else { + var bytes = Buffer.isBuffer(val) ? val : Buffer.from(val, encoding); + var len = bytes.length; + + if (len === 0) { + throw new TypeError('The value "' + val + '" is invalid for argument "value"'); + } + + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len]; + } + } + + return this; + }; // HELPER FUNCTIONS + // ================ + + + var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g; + + function base64clean(str) { + // Node takes equal signs as end of the Base64 encoding + str = str.split('=')[0]; // Node strips out invalid characters like \n and \t from the string, base64-js does not + + str = str.trim().replace(INVALID_BASE64_RE, ''); // Node converts strings with length < 2 to '' + + if (str.length < 2) return ''; // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + + while (str.length % 4 !== 0) { + str = str + '='; + } + + return str; + } + + function utf8ToBytes(string, units) { + units = units || Infinity; + var codePoint; + var length = string.length; + var leadSurrogate = null; + var bytes = []; + + for (var i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i); // is surrogate component + + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + continue; + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + continue; + } // valid lead + + + leadSurrogate = codePoint; + continue; + } // 2 leads in a row + + + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + leadSurrogate = codePoint; + continue; + } // valid surrogate pair + + + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000; + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + } + + leadSurrogate = null; // encode utf8 + + if (codePoint < 0x80) { + if ((units -= 1) < 0) break; + bytes.push(codePoint); + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break; + bytes.push(codePoint >> 0x6 | 0xC0, codePoint & 0x3F | 0x80); + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break; + bytes.push(codePoint >> 0xC | 0xE0, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80); + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break; + bytes.push(codePoint >> 0x12 | 0xF0, codePoint >> 0xC & 0x3F | 0x80, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80); + } else { + throw new Error('Invalid code point'); + } + } + + return bytes; + } + + function asciiToBytes(str) { + var byteArray = []; + + for (var i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF); + } + + return byteArray; + } + + function utf16leToBytes(str, units) { + var c, hi, lo; + var byteArray = []; + + for (var i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break; + c = str.charCodeAt(i); + hi = c >> 8; + lo = c % 256; + byteArray.push(lo); + byteArray.push(hi); + } + + return byteArray; + } + + function base64ToBytes(str) { + return base64Js.toByteArray(base64clean(str)); + } + + function blitBuffer(src, dst, offset, length) { + for (var i = 0; i < length; ++i) { + if (i + offset >= dst.length || i >= src.length) break; + dst[i + offset] = src[i]; + } + + return i; + } // ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass + // the `instanceof` check but they should be treated as of that type. + // See: https://github.com/feross/buffer/issues/166 + + + function isInstance(obj, type) { + return obj instanceof type || obj != null && obj.constructor != null && obj.constructor.name != null && obj.constructor.name === type.name; + } + + function numberIsNaN(obj) { + // For IE11 support + return obj !== obj; // eslint-disable-line no-self-compare + } // Create lookup table for `toString('hex')` + // See: https://github.com/feross/buffer/issues/219 + + + var hexSliceLookupTable = function () { + var alphabet = '0123456789abcdef'; + var table = new Array(256); + + for (var i = 0; i < 16; ++i) { + var i16 = i * 16; + + for (var j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j]; + } + } + + return table; + }(); +}); +var buffer_1 = buffer$1.Buffer; +buffer$1.SlowBuffer; +buffer$1.INSPECT_MAX_BYTES; +buffer$1.kMaxLength; + +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global Reflect, Promise */ +var _extendStatics = function extendStatics(d, b) { + _extendStatics = Object.setPrototypeOf || { + __proto__: [] + } instanceof Array && function (d, b) { + d.__proto__ = b; + } || function (d, b) { + for (var p in b) { + if (b.hasOwnProperty(p)) d[p] = b[p]; + } + }; + + return _extendStatics(d, b); +}; + +function __extends(d, b) { + _extendStatics(d, b); + + function __() { + this.constructor = d; + } + + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +var _assign = function __assign() { + _assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return _assign.apply(this, arguments); +}; + +/** @public */ +var BSONError = /** @class */ (function (_super) { + __extends(BSONError, _super); + function BSONError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONError.prototype); + return _this; + } + Object.defineProperty(BSONError.prototype, "name", { + get: function () { + return 'BSONError'; + }, + enumerable: false, + configurable: true + }); + return BSONError; +}(Error)); +/** @public */ +var BSONTypeError = /** @class */ (function (_super) { + __extends(BSONTypeError, _super); + function BSONTypeError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONTypeError.prototype); + return _this; + } + Object.defineProperty(BSONTypeError.prototype, "name", { + get: function () { + return 'BSONTypeError'; + }, + enumerable: false, + configurable: true + }); + return BSONTypeError; +}(TypeError)); + +function checkForMath(potentialGlobal) { + // eslint-disable-next-line eqeqeq + return potentialGlobal && potentialGlobal.Math == Math && potentialGlobal; +} +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +function getGlobal() { + return (checkForMath(typeof globalThis === 'object' && globalThis) || + checkForMath(typeof window === 'object' && window) || + checkForMath(typeof self === 'object' && self) || + checkForMath(typeof global === 'object' && global) || + // eslint-disable-next-line @typescript-eslint/no-implied-eval + Function('return this')()); +} + +/** + * Normalizes our expected stringified form of a function across versions of node + * @param fn - The function to stringify + */ +function normalizedFunctionString(fn) { + return fn.toString().replace('function(', 'function ('); +} +function isReactNative() { + var g = getGlobal(); + return typeof g.navigator === 'object' && g.navigator.product === 'ReactNative'; +} +var insecureRandomBytes = function insecureRandomBytes(size) { + var insecureWarning = isReactNative() + ? 'BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.' + : 'BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.'; + console.warn(insecureWarning); + var result = buffer_1.alloc(size); + for (var i = 0; i < size; ++i) + result[i] = Math.floor(Math.random() * 256); + return result; +}; +var detectRandomBytes = function () { + { + if (typeof window !== 'undefined') { + // browser crypto implementation(s) + var target_1 = window.crypto || window.msCrypto; // allow for IE11 + if (target_1 && target_1.getRandomValues) { + return function (size) { return target_1.getRandomValues(buffer_1.alloc(size)); }; + } + } + if (typeof global !== 'undefined' && global.crypto && global.crypto.getRandomValues) { + // allow for RN packages such as https://www.npmjs.com/package/react-native-get-random-values to populate global + return function (size) { return global.crypto.getRandomValues(buffer_1.alloc(size)); }; + } + return insecureRandomBytes; + } +}; +var randomBytes = detectRandomBytes(); +function isAnyArrayBuffer(value) { + return ['[object ArrayBuffer]', '[object SharedArrayBuffer]'].includes(Object.prototype.toString.call(value)); +} +function isUint8Array(value) { + return Object.prototype.toString.call(value) === '[object Uint8Array]'; +} +function isBigInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigInt64Array]'; +} +function isBigUInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigUint64Array]'; +} +function isRegExp(d) { + return Object.prototype.toString.call(d) === '[object RegExp]'; +} +function isMap(d) { + return Object.prototype.toString.call(d) === '[object Map]'; +} +// To ensure that 0.4 of node works correctly +function isDate(d) { + return isObjectLike(d) && Object.prototype.toString.call(d) === '[object Date]'; +} +/** + * @internal + * this is to solve the `'someKey' in x` problem where x is unknown. + * https://github.com/typescript-eslint/typescript-eslint/issues/1071#issuecomment-541955753 + */ +function isObjectLike(candidate) { + return typeof candidate === 'object' && candidate !== null; +} +function deprecate(fn, message) { + var warned = false; + function deprecated() { + var args = []; + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + if (!warned) { + console.warn(message); + warned = true; + } + return fn.apply(this, args); + } + return deprecated; +} + +/** + * Makes sure that, if a Uint8Array is passed in, it is wrapped in a Buffer. + * + * @param potentialBuffer - The potential buffer + * @returns Buffer the input if potentialBuffer is a buffer, or a buffer that + * wraps a passed in Uint8Array + * @throws BSONTypeError If anything other than a Buffer or Uint8Array is passed in + */ +function ensureBuffer(potentialBuffer) { + if (ArrayBuffer.isView(potentialBuffer)) { + return buffer_1.from(potentialBuffer.buffer, potentialBuffer.byteOffset, potentialBuffer.byteLength); + } + if (isAnyArrayBuffer(potentialBuffer)) { + return buffer_1.from(potentialBuffer); + } + throw new BSONTypeError('Must use either Buffer or TypedArray'); +} + +// Validation regex for v4 uuid (validates with or without dashes) +var VALIDATION_REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i; +var uuidValidateString = function (str) { + return typeof str === 'string' && VALIDATION_REGEX.test(str); +}; +var uuidHexStringToBuffer = function (hexString) { + if (!uuidValidateString(hexString)) { + throw new BSONTypeError('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".'); + } + var sanitizedHexString = hexString.replace(/-/g, ''); + return buffer_1.from(sanitizedHexString, 'hex'); +}; +var bufferToUuidHexString = function (buffer, includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + return includeDashes + ? buffer.toString('hex', 0, 4) + + '-' + + buffer.toString('hex', 4, 6) + + '-' + + buffer.toString('hex', 6, 8) + + '-' + + buffer.toString('hex', 8, 10) + + '-' + + buffer.toString('hex', 10, 16) + : buffer.toString('hex'); +}; + +/** @internal */ +var BSON_INT32_MAX$1 = 0x7fffffff; +/** @internal */ +var BSON_INT32_MIN$1 = -0x80000000; +/** @internal */ +var BSON_INT64_MAX$1 = Math.pow(2, 63) - 1; +/** @internal */ +var BSON_INT64_MIN$1 = -Math.pow(2, 63); +/** + * Any integer up to 2^53 can be precisely represented by a double. + * @internal + */ +var JS_INT_MAX = Math.pow(2, 53); +/** + * Any integer down to -2^53 can be precisely represented by a double. + * @internal + */ +var JS_INT_MIN = -Math.pow(2, 53); +/** Number BSON Type @internal */ +var BSON_DATA_NUMBER = 1; +/** String BSON Type @internal */ +var BSON_DATA_STRING = 2; +/** Object BSON Type @internal */ +var BSON_DATA_OBJECT = 3; +/** Array BSON Type @internal */ +var BSON_DATA_ARRAY = 4; +/** Binary BSON Type @internal */ +var BSON_DATA_BINARY = 5; +/** Binary BSON Type @internal */ +var BSON_DATA_UNDEFINED = 6; +/** ObjectId BSON Type @internal */ +var BSON_DATA_OID = 7; +/** Boolean BSON Type @internal */ +var BSON_DATA_BOOLEAN = 8; +/** Date BSON Type @internal */ +var BSON_DATA_DATE = 9; +/** null BSON Type @internal */ +var BSON_DATA_NULL = 10; +/** RegExp BSON Type @internal */ +var BSON_DATA_REGEXP = 11; +/** Code BSON Type @internal */ +var BSON_DATA_DBPOINTER = 12; +/** Code BSON Type @internal */ +var BSON_DATA_CODE = 13; +/** Symbol BSON Type @internal */ +var BSON_DATA_SYMBOL = 14; +/** Code with Scope BSON Type @internal */ +var BSON_DATA_CODE_W_SCOPE = 15; +/** 32 bit Integer BSON Type @internal */ +var BSON_DATA_INT = 16; +/** Timestamp BSON Type @internal */ +var BSON_DATA_TIMESTAMP = 17; +/** Long BSON Type @internal */ +var BSON_DATA_LONG = 18; +/** Decimal128 BSON Type @internal */ +var BSON_DATA_DECIMAL128 = 19; +/** MinKey BSON Type @internal */ +var BSON_DATA_MIN_KEY = 0xff; +/** MaxKey BSON Type @internal */ +var BSON_DATA_MAX_KEY = 0x7f; +/** Binary Default Type @internal */ +var BSON_BINARY_SUBTYPE_DEFAULT = 0; +/** Binary Function Type @internal */ +var BSON_BINARY_SUBTYPE_FUNCTION = 1; +/** Binary Byte Array Type @internal */ +var BSON_BINARY_SUBTYPE_BYTE_ARRAY = 2; +/** Binary Deprecated UUID Type @deprecated Please use BSON_BINARY_SUBTYPE_UUID_NEW @internal */ +var BSON_BINARY_SUBTYPE_UUID = 3; +/** Binary UUID Type @internal */ +var BSON_BINARY_SUBTYPE_UUID_NEW = 4; +/** Binary MD5 Type @internal */ +var BSON_BINARY_SUBTYPE_MD5 = 5; +/** Encrypted BSON type @internal */ +var BSON_BINARY_SUBTYPE_ENCRYPTED = 6; +/** Column BSON type @internal */ +var BSON_BINARY_SUBTYPE_COLUMN = 7; +/** Binary User Defined Type @internal */ +var BSON_BINARY_SUBTYPE_USER_DEFINED = 128; + +/** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ +var Binary = /** @class */ (function () { + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + function Binary(buffer, subType) { + if (!(this instanceof Binary)) + return new Binary(buffer, subType); + if (!(buffer == null) && + !(typeof buffer === 'string') && + !ArrayBuffer.isView(buffer) && + !(buffer instanceof ArrayBuffer) && + !Array.isArray(buffer)) { + throw new BSONTypeError('Binary can only be constructed from string, Buffer, TypedArray, or Array'); + } + this.sub_type = subType !== null && subType !== void 0 ? subType : Binary.BSON_BINARY_SUBTYPE_DEFAULT; + if (buffer == null) { + // create an empty binary buffer + this.buffer = buffer_1.alloc(Binary.BUFFER_SIZE); + this.position = 0; + } + else { + if (typeof buffer === 'string') { + // string + this.buffer = buffer_1.from(buffer, 'binary'); + } + else if (Array.isArray(buffer)) { + // number[] + this.buffer = buffer_1.from(buffer); + } + else { + // Buffer | TypedArray | ArrayBuffer + this.buffer = ensureBuffer(buffer); + } + this.position = this.buffer.byteLength; + } + } + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + Binary.prototype.put = function (byteValue) { + // If it's a string and a has more than one character throw an error + if (typeof byteValue === 'string' && byteValue.length !== 1) { + throw new BSONTypeError('only accepts single character String'); + } + else if (typeof byteValue !== 'number' && byteValue.length !== 1) + throw new BSONTypeError('only accepts single character Uint8Array or Array'); + // Decode the byte value once + var decodedByte; + if (typeof byteValue === 'string') { + decodedByte = byteValue.charCodeAt(0); + } + else if (typeof byteValue === 'number') { + decodedByte = byteValue; + } + else { + decodedByte = byteValue[0]; + } + if (decodedByte < 0 || decodedByte > 255) { + throw new BSONTypeError('only accepts number in a valid unsigned byte range 0-255'); + } + if (this.buffer.length > this.position) { + this.buffer[this.position++] = decodedByte; + } + else { + var buffer = buffer_1.alloc(Binary.BUFFER_SIZE + this.buffer.length); + // Combine the two buffers together + this.buffer.copy(buffer, 0, 0, this.buffer.length); + this.buffer = buffer; + this.buffer[this.position++] = decodedByte; + } + }; + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + Binary.prototype.write = function (sequence, offset) { + offset = typeof offset === 'number' ? offset : this.position; + // If the buffer is to small let's extend the buffer + if (this.buffer.length < offset + sequence.length) { + var buffer = buffer_1.alloc(this.buffer.length + sequence.length); + this.buffer.copy(buffer, 0, 0, this.buffer.length); + // Assign the new buffer + this.buffer = buffer; + } + if (ArrayBuffer.isView(sequence)) { + this.buffer.set(ensureBuffer(sequence), offset); + this.position = + offset + sequence.byteLength > this.position ? offset + sequence.length : this.position; + } + else if (typeof sequence === 'string') { + this.buffer.write(sequence, offset, sequence.length, 'binary'); + this.position = + offset + sequence.length > this.position ? offset + sequence.length : this.position; + } + }; + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + Binary.prototype.read = function (position, length) { + length = length && length > 0 ? length : this.position; + // Let's return the data based on the type we have + return this.buffer.slice(position, position + length); + }; + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + Binary.prototype.value = function (asRaw) { + asRaw = !!asRaw; + // Optimize to serialize for the situation where the data == size of buffer + if (asRaw && this.buffer.length === this.position) { + return this.buffer; + } + // If it's a node.js buffer object + if (asRaw) { + return this.buffer.slice(0, this.position); + } + return this.buffer.toString('binary', 0, this.position); + }; + /** the length of the binary sequence */ + Binary.prototype.length = function () { + return this.position; + }; + Binary.prototype.toJSON = function () { + return this.buffer.toString('base64'); + }; + Binary.prototype.toString = function (format) { + return this.buffer.toString(format); + }; + /** @internal */ + Binary.prototype.toExtendedJSON = function (options) { + options = options || {}; + var base64String = this.buffer.toString('base64'); + var subType = Number(this.sub_type).toString(16); + if (options.legacy) { + return { + $binary: base64String, + $type: subType.length === 1 ? '0' + subType : subType + }; + } + return { + $binary: { + base64: base64String, + subType: subType.length === 1 ? '0' + subType : subType + } + }; + }; + Binary.prototype.toUUID = function () { + if (this.sub_type === Binary.SUBTYPE_UUID) { + return new UUID(this.buffer.slice(0, this.position)); + } + throw new BSONError("Binary sub_type \"".concat(this.sub_type, "\" is not supported for converting to UUID. Only \"").concat(Binary.SUBTYPE_UUID, "\" is currently supported.")); + }; + /** @internal */ + Binary.fromExtendedJSON = function (doc, options) { + options = options || {}; + var data; + var type; + if ('$binary' in doc) { + if (options.legacy && typeof doc.$binary === 'string' && '$type' in doc) { + type = doc.$type ? parseInt(doc.$type, 16) : 0; + data = buffer_1.from(doc.$binary, 'base64'); + } + else { + if (typeof doc.$binary !== 'string') { + type = doc.$binary.subType ? parseInt(doc.$binary.subType, 16) : 0; + data = buffer_1.from(doc.$binary.base64, 'base64'); + } + } + } + else if ('$uuid' in doc) { + type = 4; + data = uuidHexStringToBuffer(doc.$uuid); + } + if (!data) { + throw new BSONTypeError("Unexpected Binary Extended JSON format ".concat(JSON.stringify(doc))); + } + return type === BSON_BINARY_SUBTYPE_UUID_NEW ? new UUID(data) : new Binary(data, type); + }; + /** @internal */ + Binary.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Binary.prototype.inspect = function () { + var asBuffer = this.value(true); + return "new Binary(Buffer.from(\"".concat(asBuffer.toString('hex'), "\", \"hex\"), ").concat(this.sub_type, ")"); + }; + /** + * Binary default subtype + * @internal + */ + Binary.BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Initial buffer default size */ + Binary.BUFFER_SIZE = 256; + /** Default BSON type */ + Binary.SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + Binary.SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + Binary.SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + Binary.SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + Binary.SUBTYPE_UUID = 4; + /** MD5 BSON type */ + Binary.SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + Binary.SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + Binary.SUBTYPE_COLUMN = 7; + /** User BSON type */ + Binary.SUBTYPE_USER_DEFINED = 128; + return Binary; +}()); +Object.defineProperty(Binary.prototype, '_bsontype', { value: 'Binary' }); +var UUID_BYTE_LENGTH = 16; +/** + * A class representation of the BSON UUID type. + * @public + */ +var UUID = /** @class */ (function (_super) { + __extends(UUID, _super); + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + function UUID(input) { + var _this = this; + var bytes; + var hexStr; + if (input == null) { + bytes = UUID.generate(); + } + else if (input instanceof UUID) { + bytes = buffer_1.from(input.buffer); + hexStr = input.__id; + } + else if (ArrayBuffer.isView(input) && input.byteLength === UUID_BYTE_LENGTH) { + bytes = ensureBuffer(input); + } + else if (typeof input === 'string') { + bytes = uuidHexStringToBuffer(input); + } + else { + throw new BSONTypeError('Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).'); + } + _this = _super.call(this, bytes, BSON_BINARY_SUBTYPE_UUID_NEW) || this; + _this.__id = hexStr; + return _this; + } + Object.defineProperty(UUID.prototype, "id", { + /** + * The UUID bytes + * @readonly + */ + get: function () { + return this.buffer; + }, + set: function (value) { + this.buffer = value; + if (UUID.cacheHexString) { + this.__id = bufferToUuidHexString(value); + } + }, + enumerable: false, + configurable: true + }); + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + UUID.prototype.toHexString = function (includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + if (UUID.cacheHexString && this.__id) { + return this.__id; + } + var uuidHexString = bufferToUuidHexString(this.id, includeDashes); + if (UUID.cacheHexString) { + this.__id = uuidHexString; + } + return uuidHexString; + }; + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + UUID.prototype.toString = function (encoding) { + return encoding ? this.id.toString(encoding) : this.toHexString(); + }; + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + UUID.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + UUID.prototype.equals = function (otherId) { + if (!otherId) { + return false; + } + if (otherId instanceof UUID) { + return otherId.id.equals(this.id); + } + try { + return new UUID(otherId).id.equals(this.id); + } + catch (_a) { + return false; + } + }; + /** + * Creates a Binary instance from the current UUID. + */ + UUID.prototype.toBinary = function () { + return new Binary(this.id, Binary.SUBTYPE_UUID); + }; + /** + * Generates a populated buffer containing a v4 uuid + */ + UUID.generate = function () { + var bytes = randomBytes(UUID_BYTE_LENGTH); + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + // Kindly borrowed from https://github.com/uuidjs/uuid/blob/master/src/v4.js + bytes[6] = (bytes[6] & 0x0f) | 0x40; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + return buffer_1.from(bytes); + }; + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + UUID.isValid = function (input) { + if (!input) { + return false; + } + if (input instanceof UUID) { + return true; + } + if (typeof input === 'string') { + return uuidValidateString(input); + } + if (isUint8Array(input)) { + // check for length & uuid version (https://tools.ietf.org/html/rfc4122#section-4.1.3) + if (input.length !== UUID_BYTE_LENGTH) { + return false; + } + return (input[6] & 0xf0) === 0x40 && (input[8] & 0x80) === 0x80; + } + return false; + }; + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + UUID.createFromHexString = function (hexString) { + var buffer = uuidHexStringToBuffer(hexString); + return new UUID(buffer); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 36 character hex string representation. + * @internal + */ + UUID.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + UUID.prototype.inspect = function () { + return "new UUID(\"".concat(this.toHexString(), "\")"); + }; + return UUID; +}(Binary)); + +/** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ +var Code = /** @class */ (function () { + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + function Code(code, scope) { + if (!(this instanceof Code)) + return new Code(code, scope); + this.code = code; + this.scope = scope; + } + Code.prototype.toJSON = function () { + return { code: this.code, scope: this.scope }; + }; + /** @internal */ + Code.prototype.toExtendedJSON = function () { + if (this.scope) { + return { $code: this.code, $scope: this.scope }; + } + return { $code: this.code }; + }; + /** @internal */ + Code.fromExtendedJSON = function (doc) { + return new Code(doc.$code, doc.$scope); + }; + /** @internal */ + Code.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Code.prototype.inspect = function () { + var codeJson = this.toJSON(); + return "new Code(\"".concat(String(codeJson.code), "\"").concat(codeJson.scope ? ", ".concat(JSON.stringify(codeJson.scope)) : '', ")"); + }; + return Code; +}()); +Object.defineProperty(Code.prototype, '_bsontype', { value: 'Code' }); + +/** @internal */ +function isDBRefLike(value) { + return (isObjectLike(value) && + value.$id != null && + typeof value.$ref === 'string' && + (value.$db == null || typeof value.$db === 'string')); +} +/** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ +var DBRef = /** @class */ (function () { + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + function DBRef(collection, oid, db, fields) { + if (!(this instanceof DBRef)) + return new DBRef(collection, oid, db, fields); + // check if namespace has been provided + var parts = collection.split('.'); + if (parts.length === 2) { + db = parts.shift(); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + collection = parts.shift(); + } + this.collection = collection; + this.oid = oid; + this.db = db; + this.fields = fields || {}; + } + Object.defineProperty(DBRef.prototype, "namespace", { + // Property provided for compatibility with the 1.x parser + // the 1.x parser used a "namespace" property, while 4.x uses "collection" + /** @internal */ + get: function () { + return this.collection; + }, + set: function (value) { + this.collection = value; + }, + enumerable: false, + configurable: true + }); + DBRef.prototype.toJSON = function () { + var o = Object.assign({ + $ref: this.collection, + $id: this.oid + }, this.fields); + if (this.db != null) + o.$db = this.db; + return o; + }; + /** @internal */ + DBRef.prototype.toExtendedJSON = function (options) { + options = options || {}; + var o = { + $ref: this.collection, + $id: this.oid + }; + if (options.legacy) { + return o; + } + if (this.db) + o.$db = this.db; + o = Object.assign(o, this.fields); + return o; + }; + /** @internal */ + DBRef.fromExtendedJSON = function (doc) { + var copy = Object.assign({}, doc); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(doc.$ref, doc.$id, doc.$db, copy); + }; + /** @internal */ + DBRef.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + DBRef.prototype.inspect = function () { + // NOTE: if OID is an ObjectId class it will just print the oid string. + var oid = this.oid === undefined || this.oid.toString === undefined ? this.oid : this.oid.toString(); + return "new DBRef(\"".concat(this.namespace, "\", new ObjectId(\"").concat(String(oid), "\")").concat(this.db ? ", \"".concat(this.db, "\"") : '', ")"); + }; + return DBRef; +}()); +Object.defineProperty(DBRef.prototype, '_bsontype', { value: 'DBRef' }); + +/** + * wasm optimizations, to do native i64 multiplication and divide + */ +var wasm = undefined; +try { + wasm = new WebAssembly.Instance(new WebAssembly.Module( + // prettier-ignore + new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 13, 2, 96, 0, 1, 127, 96, 4, 127, 127, 127, 127, 1, 127, 3, 7, 6, 0, 1, 1, 1, 1, 1, 6, 6, 1, 127, 1, 65, 0, 11, 7, 50, 6, 3, 109, 117, 108, 0, 1, 5, 100, 105, 118, 95, 115, 0, 2, 5, 100, 105, 118, 95, 117, 0, 3, 5, 114, 101, 109, 95, 115, 0, 4, 5, 114, 101, 109, 95, 117, 0, 5, 8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0, 10, 191, 1, 6, 4, 0, 35, 0, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11])), {}).exports; +} +catch (_a) { + // no wasm support +} +var TWO_PWR_16_DBL = 1 << 16; +var TWO_PWR_24_DBL = 1 << 24; +var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL; +var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL; +var TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2; +/** A cache of the Long representations of small integer values. */ +var INT_CACHE = {}; +/** A cache of the Long representations of small unsigned integer values. */ +var UINT_CACHE = {}; +/** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ +var Long = /** @class */ (function () { + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + function Long(low, high, unsigned) { + if (low === void 0) { low = 0; } + if (!(this instanceof Long)) + return new Long(low, high, unsigned); + if (typeof low === 'bigint') { + Object.assign(this, Long.fromBigInt(low, !!high)); + } + else if (typeof low === 'string') { + Object.assign(this, Long.fromString(low, !!high)); + } + else { + this.low = low | 0; + this.high = high | 0; + this.unsigned = !!unsigned; + } + Object.defineProperty(this, '__isLong__', { + value: true, + configurable: false, + writable: false, + enumerable: false + }); + } + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBits = function (lowBits, highBits, unsigned) { + return new Long(lowBits, highBits, unsigned); + }; + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromInt = function (value, unsigned) { + var obj, cachedObj, cache; + if (unsigned) { + value >>>= 0; + if ((cache = 0 <= value && value < 256)) { + cachedObj = UINT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, (value | 0) < 0 ? -1 : 0, true); + if (cache) + UINT_CACHE[value] = obj; + return obj; + } + else { + value |= 0; + if ((cache = -128 <= value && value < 128)) { + cachedObj = INT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, value < 0 ? -1 : 0, false); + if (cache) + INT_CACHE[value] = obj; + return obj; + } + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromNumber = function (value, unsigned) { + if (isNaN(value)) + return unsigned ? Long.UZERO : Long.ZERO; + if (unsigned) { + if (value < 0) + return Long.UZERO; + if (value >= TWO_PWR_64_DBL) + return Long.MAX_UNSIGNED_VALUE; + } + else { + if (value <= -TWO_PWR_63_DBL) + return Long.MIN_VALUE; + if (value + 1 >= TWO_PWR_63_DBL) + return Long.MAX_VALUE; + } + if (value < 0) + return Long.fromNumber(-value, unsigned).neg(); + return Long.fromBits(value % TWO_PWR_32_DBL | 0, (value / TWO_PWR_32_DBL) | 0, unsigned); + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBigInt = function (value, unsigned) { + return Long.fromString(value.toString(), unsigned); + }; + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + Long.fromString = function (str, unsigned, radix) { + if (str.length === 0) + throw Error('empty string'); + if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity') + return Long.ZERO; + if (typeof unsigned === 'number') { + // For goog.math.long compatibility + (radix = unsigned), (unsigned = false); + } + else { + unsigned = !!unsigned; + } + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + var p; + if ((p = str.indexOf('-')) > 0) + throw Error('interior hyphen'); + else if (p === 0) { + return Long.fromString(str.substring(1), unsigned, radix).neg(); + } + // Do several (8) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 8)); + var result = Long.ZERO; + for (var i = 0; i < str.length; i += 8) { + var size = Math.min(8, str.length - i), value = parseInt(str.substring(i, i + size), radix); + if (size < 8) { + var power = Long.fromNumber(Math.pow(radix, size)); + result = result.mul(power).add(Long.fromNumber(value)); + } + else { + result = result.mul(radixToPower); + result = result.add(Long.fromNumber(value)); + } + } + result.unsigned = unsigned; + return result; + }; + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + Long.fromBytes = function (bytes, unsigned, le) { + return le ? Long.fromBytesLE(bytes, unsigned) : Long.fromBytesBE(bytes, unsigned); + }; + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesLE = function (bytes, unsigned) { + return new Long(bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24), bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24), unsigned); + }; + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesBE = function (bytes, unsigned) { + return new Long((bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7], (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3], unsigned); + }; + /** + * Tests if the specified object is a Long. + */ + Long.isLong = function (value) { + return isObjectLike(value) && value['__isLong__'] === true; + }; + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + Long.fromValue = function (val, unsigned) { + if (typeof val === 'number') + return Long.fromNumber(val, unsigned); + if (typeof val === 'string') + return Long.fromString(val, unsigned); + // Throws for non-objects, converts non-instanceof Long: + return Long.fromBits(val.low, val.high, typeof unsigned === 'boolean' ? unsigned : val.unsigned); + }; + /** Returns the sum of this and the specified Long. */ + Long.prototype.add = function (addend) { + if (!Long.isLong(addend)) + addend = Long.fromValue(addend); + // Divide each number into 4 chunks of 16 bits, and then sum the chunks. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = addend.high >>> 16; + var b32 = addend.high & 0xffff; + var b16 = addend.low >>> 16; + var b00 = addend.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 + b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 + b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 + b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 + b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + Long.prototype.and = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low & other.low, this.high & other.high, this.unsigned); + }; + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + Long.prototype.compare = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.eq(other)) + return 0; + var thisNeg = this.isNegative(), otherNeg = other.isNegative(); + if (thisNeg && !otherNeg) + return -1; + if (!thisNeg && otherNeg) + return 1; + // At this point the sign bits are the same + if (!this.unsigned) + return this.sub(other).isNegative() ? -1 : 1; + // Both are positive if at least one is unsigned + return other.high >>> 0 > this.high >>> 0 || + (other.high === this.high && other.low >>> 0 > this.low >>> 0) + ? -1 + : 1; + }; + /** This is an alias of {@link Long.compare} */ + Long.prototype.comp = function (other) { + return this.compare(other); + }; + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + Long.prototype.divide = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + if (divisor.isZero()) + throw Error('division by zero'); + // use wasm support if present + if (wasm) { + // guard against signed division overflow: the largest + // negative number / -1 would be 1 larger than the largest + // positive number, due to two's complement. + if (!this.unsigned && + this.high === -0x80000000 && + divisor.low === -1 && + divisor.high === -1) { + // be consistent with non-wasm code path + return this; + } + var low = (this.unsigned ? wasm.div_u : wasm.div_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (this.isZero()) + return this.unsigned ? Long.UZERO : Long.ZERO; + var approx, rem, res; + if (!this.unsigned) { + // This section is only relevant for signed longs and is derived from the + // closure library as a whole. + if (this.eq(Long.MIN_VALUE)) { + if (divisor.eq(Long.ONE) || divisor.eq(Long.NEG_ONE)) + return Long.MIN_VALUE; + // recall that -MIN_VALUE == MIN_VALUE + else if (divisor.eq(Long.MIN_VALUE)) + return Long.ONE; + else { + // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|. + var halfThis = this.shr(1); + approx = halfThis.div(divisor).shl(1); + if (approx.eq(Long.ZERO)) { + return divisor.isNegative() ? Long.ONE : Long.NEG_ONE; + } + else { + rem = this.sub(divisor.mul(approx)); + res = approx.add(rem.div(divisor)); + return res; + } + } + } + else if (divisor.eq(Long.MIN_VALUE)) + return this.unsigned ? Long.UZERO : Long.ZERO; + if (this.isNegative()) { + if (divisor.isNegative()) + return this.neg().div(divisor.neg()); + return this.neg().div(divisor).neg(); + } + else if (divisor.isNegative()) + return this.div(divisor.neg()).neg(); + res = Long.ZERO; + } + else { + // The algorithm below has not been made for unsigned longs. It's therefore + // required to take special care of the MSB prior to running it. + if (!divisor.unsigned) + divisor = divisor.toUnsigned(); + if (divisor.gt(this)) + return Long.UZERO; + if (divisor.gt(this.shru(1))) + // 15 >>> 1 = 7 ; with divisor = 8 ; true + return Long.UONE; + res = Long.UZERO; + } + // Repeat the following until the remainder is less than other: find a + // floating-point that approximates remainder / other *from below*, add this + // into the result, and subtract it from the remainder. It is critical that + // the approximate value is less than or equal to the real value so that the + // remainder never becomes negative. + // eslint-disable-next-line @typescript-eslint/no-this-alias + rem = this; + while (rem.gte(divisor)) { + // Approximate the result of division. This may be a little greater or + // smaller than the actual value. + approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber())); + // We will tweak the approximate result by changing it in the 48-th digit or + // the smallest non-fractional digit, whichever is larger. + var log2 = Math.ceil(Math.log(approx) / Math.LN2); + var delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48); + // Decrease the approximation until it is smaller than the remainder. Note + // that if it is too large, the product overflows and is negative. + var approxRes = Long.fromNumber(approx); + var approxRem = approxRes.mul(divisor); + while (approxRem.isNegative() || approxRem.gt(rem)) { + approx -= delta; + approxRes = Long.fromNumber(approx, this.unsigned); + approxRem = approxRes.mul(divisor); + } + // We know the answer can't be zero... and actually, zero would cause + // infinite recursion since we would make no progress. + if (approxRes.isZero()) + approxRes = Long.ONE; + res = res.add(approxRes); + rem = rem.sub(approxRem); + } + return res; + }; + /**This is an alias of {@link Long.divide} */ + Long.prototype.div = function (divisor) { + return this.divide(divisor); + }; + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + Long.prototype.equals = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.unsigned !== other.unsigned && this.high >>> 31 === 1 && other.high >>> 31 === 1) + return false; + return this.high === other.high && this.low === other.low; + }; + /** This is an alias of {@link Long.equals} */ + Long.prototype.eq = function (other) { + return this.equals(other); + }; + /** Gets the high 32 bits as a signed integer. */ + Long.prototype.getHighBits = function () { + return this.high; + }; + /** Gets the high 32 bits as an unsigned integer. */ + Long.prototype.getHighBitsUnsigned = function () { + return this.high >>> 0; + }; + /** Gets the low 32 bits as a signed integer. */ + Long.prototype.getLowBits = function () { + return this.low; + }; + /** Gets the low 32 bits as an unsigned integer. */ + Long.prototype.getLowBitsUnsigned = function () { + return this.low >>> 0; + }; + /** Gets the number of bits needed to represent the absolute value of this Long. */ + Long.prototype.getNumBitsAbs = function () { + if (this.isNegative()) { + // Unsigned Longs are never negative + return this.eq(Long.MIN_VALUE) ? 64 : this.neg().getNumBitsAbs(); + } + var val = this.high !== 0 ? this.high : this.low; + var bit; + for (bit = 31; bit > 0; bit--) + if ((val & (1 << bit)) !== 0) + break; + return this.high !== 0 ? bit + 33 : bit + 1; + }; + /** Tests if this Long's value is greater than the specified's. */ + Long.prototype.greaterThan = function (other) { + return this.comp(other) > 0; + }; + /** This is an alias of {@link Long.greaterThan} */ + Long.prototype.gt = function (other) { + return this.greaterThan(other); + }; + /** Tests if this Long's value is greater than or equal the specified's. */ + Long.prototype.greaterThanOrEqual = function (other) { + return this.comp(other) >= 0; + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.gte = function (other) { + return this.greaterThanOrEqual(other); + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.ge = function (other) { + return this.greaterThanOrEqual(other); + }; + /** Tests if this Long's value is even. */ + Long.prototype.isEven = function () { + return (this.low & 1) === 0; + }; + /** Tests if this Long's value is negative. */ + Long.prototype.isNegative = function () { + return !this.unsigned && this.high < 0; + }; + /** Tests if this Long's value is odd. */ + Long.prototype.isOdd = function () { + return (this.low & 1) === 1; + }; + /** Tests if this Long's value is positive. */ + Long.prototype.isPositive = function () { + return this.unsigned || this.high >= 0; + }; + /** Tests if this Long's value equals zero. */ + Long.prototype.isZero = function () { + return this.high === 0 && this.low === 0; + }; + /** Tests if this Long's value is less than the specified's. */ + Long.prototype.lessThan = function (other) { + return this.comp(other) < 0; + }; + /** This is an alias of {@link Long#lessThan}. */ + Long.prototype.lt = function (other) { + return this.lessThan(other); + }; + /** Tests if this Long's value is less than or equal the specified's. */ + Long.prototype.lessThanOrEqual = function (other) { + return this.comp(other) <= 0; + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.lte = function (other) { + return this.lessThanOrEqual(other); + }; + /** Returns this Long modulo the specified. */ + Long.prototype.modulo = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + // use wasm support if present + if (wasm) { + var low = (this.unsigned ? wasm.rem_u : wasm.rem_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + return this.sub(this.div(divisor).mul(divisor)); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.mod = function (divisor) { + return this.modulo(divisor); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.rem = function (divisor) { + return this.modulo(divisor); + }; + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + Long.prototype.multiply = function (multiplier) { + if (this.isZero()) + return Long.ZERO; + if (!Long.isLong(multiplier)) + multiplier = Long.fromValue(multiplier); + // use wasm support if present + if (wasm) { + var low = wasm.mul(this.low, this.high, multiplier.low, multiplier.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (multiplier.isZero()) + return Long.ZERO; + if (this.eq(Long.MIN_VALUE)) + return multiplier.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (multiplier.eq(Long.MIN_VALUE)) + return this.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (this.isNegative()) { + if (multiplier.isNegative()) + return this.neg().mul(multiplier.neg()); + else + return this.neg().mul(multiplier).neg(); + } + else if (multiplier.isNegative()) + return this.mul(multiplier.neg()).neg(); + // If both longs are small, use float multiplication + if (this.lt(Long.TWO_PWR_24) && multiplier.lt(Long.TWO_PWR_24)) + return Long.fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned); + // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products. + // We can skip products that would overflow. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = multiplier.high >>> 16; + var b32 = multiplier.high & 0xffff; + var b16 = multiplier.low >>> 16; + var b00 = multiplier.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 * b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 * b00; + c32 += c16 >>> 16; + c16 &= 0xffff; + c16 += a00 * b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 * b00; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a16 * b16; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a00 * b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** This is an alias of {@link Long.multiply} */ + Long.prototype.mul = function (multiplier) { + return this.multiply(multiplier); + }; + /** Returns the Negation of this Long's value. */ + Long.prototype.negate = function () { + if (!this.unsigned && this.eq(Long.MIN_VALUE)) + return Long.MIN_VALUE; + return this.not().add(Long.ONE); + }; + /** This is an alias of {@link Long.negate} */ + Long.prototype.neg = function () { + return this.negate(); + }; + /** Returns the bitwise NOT of this Long. */ + Long.prototype.not = function () { + return Long.fromBits(~this.low, ~this.high, this.unsigned); + }; + /** Tests if this Long's value differs from the specified's. */ + Long.prototype.notEquals = function (other) { + return !this.equals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.neq = function (other) { + return this.notEquals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.ne = function (other) { + return this.notEquals(other); + }; + /** + * Returns the bitwise OR of this Long and the specified. + */ + Long.prototype.or = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low | other.low, this.high | other.high, this.unsigned); + }; + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftLeft = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits(this.low << numBits, (this.high << numBits) | (this.low >>> (32 - numBits)), this.unsigned); + else + return Long.fromBits(0, this.low << (numBits - 32), this.unsigned); + }; + /** This is an alias of {@link Long.shiftLeft} */ + Long.prototype.shl = function (numBits) { + return this.shiftLeft(numBits); + }; + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRight = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits((this.low >>> numBits) | (this.high << (32 - numBits)), this.high >> numBits, this.unsigned); + else + return Long.fromBits(this.high >> (numBits - 32), this.high >= 0 ? 0 : -1, this.unsigned); + }; + /** This is an alias of {@link Long.shiftRight} */ + Long.prototype.shr = function (numBits) { + return this.shiftRight(numBits); + }; + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRightUnsigned = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + numBits &= 63; + if (numBits === 0) + return this; + else { + var high = this.high; + if (numBits < 32) { + var low = this.low; + return Long.fromBits((low >>> numBits) | (high << (32 - numBits)), high >>> numBits, this.unsigned); + } + else if (numBits === 32) + return Long.fromBits(high, 0, this.unsigned); + else + return Long.fromBits(high >>> (numBits - 32), 0, this.unsigned); + } + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shr_u = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shru = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + Long.prototype.subtract = function (subtrahend) { + if (!Long.isLong(subtrahend)) + subtrahend = Long.fromValue(subtrahend); + return this.add(subtrahend.neg()); + }; + /** This is an alias of {@link Long.subtract} */ + Long.prototype.sub = function (subtrahend) { + return this.subtract(subtrahend); + }; + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + Long.prototype.toInt = function () { + return this.unsigned ? this.low >>> 0 : this.low; + }; + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + Long.prototype.toNumber = function () { + if (this.unsigned) + return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0); + return this.high * TWO_PWR_32_DBL + (this.low >>> 0); + }; + /** Converts the Long to a BigInt (arbitrary precision). */ + Long.prototype.toBigInt = function () { + return BigInt(this.toString()); + }; + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + Long.prototype.toBytes = function (le) { + return le ? this.toBytesLE() : this.toBytesBE(); + }; + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + Long.prototype.toBytesLE = function () { + var hi = this.high, lo = this.low; + return [ + lo & 0xff, + (lo >>> 8) & 0xff, + (lo >>> 16) & 0xff, + lo >>> 24, + hi & 0xff, + (hi >>> 8) & 0xff, + (hi >>> 16) & 0xff, + hi >>> 24 + ]; + }; + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + Long.prototype.toBytesBE = function () { + var hi = this.high, lo = this.low; + return [ + hi >>> 24, + (hi >>> 16) & 0xff, + (hi >>> 8) & 0xff, + hi & 0xff, + lo >>> 24, + (lo >>> 16) & 0xff, + (lo >>> 8) & 0xff, + lo & 0xff + ]; + }; + /** + * Converts this Long to signed. + */ + Long.prototype.toSigned = function () { + if (!this.unsigned) + return this; + return Long.fromBits(this.low, this.high, false); + }; + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + Long.prototype.toString = function (radix) { + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + if (this.isZero()) + return '0'; + if (this.isNegative()) { + // Unsigned Longs are never negative + if (this.eq(Long.MIN_VALUE)) { + // We need to change the Long value before it can be negated, so we remove + // the bottom-most digit in this base and then recurse to do the rest. + var radixLong = Long.fromNumber(radix), div = this.div(radixLong), rem1 = div.mul(radixLong).sub(this); + return div.toString(radix) + rem1.toInt().toString(radix); + } + else + return '-' + this.neg().toString(radix); + } + // Do several (6) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 6), this.unsigned); + // eslint-disable-next-line @typescript-eslint/no-this-alias + var rem = this; + var result = ''; + // eslint-disable-next-line no-constant-condition + while (true) { + var remDiv = rem.div(radixToPower); + var intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0; + var digits = intval.toString(radix); + rem = remDiv; + if (rem.isZero()) { + return digits + result; + } + else { + while (digits.length < 6) + digits = '0' + digits; + result = '' + digits + result; + } + } + }; + /** Converts this Long to unsigned. */ + Long.prototype.toUnsigned = function () { + if (this.unsigned) + return this; + return Long.fromBits(this.low, this.high, true); + }; + /** Returns the bitwise XOR of this Long and the given one. */ + Long.prototype.xor = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned); + }; + /** This is an alias of {@link Long.isZero} */ + Long.prototype.eqz = function () { + return this.isZero(); + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.le = function (other) { + return this.lessThanOrEqual(other); + }; + /* + **************************************************************** + * BSON SPECIFIC ADDITIONS * + **************************************************************** + */ + Long.prototype.toExtendedJSON = function (options) { + if (options && options.relaxed) + return this.toNumber(); + return { $numberLong: this.toString() }; + }; + Long.fromExtendedJSON = function (doc, options) { + var result = Long.fromString(doc.$numberLong); + return options && options.relaxed ? result.toNumber() : result; + }; + /** @internal */ + Long.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Long.prototype.inspect = function () { + return "new Long(\"".concat(this.toString(), "\"").concat(this.unsigned ? ', true' : '', ")"); + }; + Long.TWO_PWR_24 = Long.fromInt(TWO_PWR_24_DBL); + /** Maximum unsigned value. */ + Long.MAX_UNSIGNED_VALUE = Long.fromBits(0xffffffff | 0, 0xffffffff | 0, true); + /** Signed zero */ + Long.ZERO = Long.fromInt(0); + /** Unsigned zero. */ + Long.UZERO = Long.fromInt(0, true); + /** Signed one. */ + Long.ONE = Long.fromInt(1); + /** Unsigned one. */ + Long.UONE = Long.fromInt(1, true); + /** Signed negative one. */ + Long.NEG_ONE = Long.fromInt(-1); + /** Maximum signed value. */ + Long.MAX_VALUE = Long.fromBits(0xffffffff | 0, 0x7fffffff | 0, false); + /** Minimum signed value. */ + Long.MIN_VALUE = Long.fromBits(0, 0x80000000 | 0, false); + return Long; +}()); +Object.defineProperty(Long.prototype, '__isLong__', { value: true }); +Object.defineProperty(Long.prototype, '_bsontype', { value: 'Long' }); + +var PARSE_STRING_REGEXP = /^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/; +var PARSE_INF_REGEXP = /^(\+|-)?(Infinity|inf)$/i; +var PARSE_NAN_REGEXP = /^(\+|-)?NaN$/i; +var EXPONENT_MAX = 6111; +var EXPONENT_MIN = -6176; +var EXPONENT_BIAS = 6176; +var MAX_DIGITS = 34; +// Nan value bits as 32 bit values (due to lack of longs) +var NAN_BUFFER = [ + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +// Infinity value bits 32 bit values (due to lack of longs) +var INF_NEGATIVE_BUFFER = [ + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +var INF_POSITIVE_BUFFER = [ + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +var EXPONENT_REGEX = /^([-+])?(\d+)?$/; +// Extract least significant 5 bits +var COMBINATION_MASK = 0x1f; +// Extract least significant 14 bits +var EXPONENT_MASK = 0x3fff; +// Value of combination field for Inf +var COMBINATION_INFINITY = 30; +// Value of combination field for NaN +var COMBINATION_NAN = 31; +// Detect if the value is a digit +function isDigit(value) { + return !isNaN(parseInt(value, 10)); +} +// Divide two uint128 values +function divideu128(value) { + var DIVISOR = Long.fromNumber(1000 * 1000 * 1000); + var _rem = Long.fromNumber(0); + if (!value.parts[0] && !value.parts[1] && !value.parts[2] && !value.parts[3]) { + return { quotient: value, rem: _rem }; + } + for (var i = 0; i <= 3; i++) { + // Adjust remainder to match value of next dividend + _rem = _rem.shiftLeft(32); + // Add the divided to _rem + _rem = _rem.add(new Long(value.parts[i], 0)); + value.parts[i] = _rem.div(DIVISOR).low; + _rem = _rem.modulo(DIVISOR); + } + return { quotient: value, rem: _rem }; +} +// Multiply two Long values and return the 128 bit value +function multiply64x2(left, right) { + if (!left && !right) { + return { high: Long.fromNumber(0), low: Long.fromNumber(0) }; + } + var leftHigh = left.shiftRightUnsigned(32); + var leftLow = new Long(left.getLowBits(), 0); + var rightHigh = right.shiftRightUnsigned(32); + var rightLow = new Long(right.getLowBits(), 0); + var productHigh = leftHigh.multiply(rightHigh); + var productMid = leftHigh.multiply(rightLow); + var productMid2 = leftLow.multiply(rightHigh); + var productLow = leftLow.multiply(rightLow); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productMid = new Long(productMid.getLowBits(), 0) + .add(productMid2) + .add(productLow.shiftRightUnsigned(32)); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productLow = productMid.shiftLeft(32).add(new Long(productLow.getLowBits(), 0)); + // Return the 128 bit result + return { high: productHigh, low: productLow }; +} +function lessThan(left, right) { + // Make values unsigned + var uhleft = left.high >>> 0; + var uhright = right.high >>> 0; + // Compare high bits first + if (uhleft < uhright) { + return true; + } + else if (uhleft === uhright) { + var ulleft = left.low >>> 0; + var ulright = right.low >>> 0; + if (ulleft < ulright) + return true; + } + return false; +} +function invalidErr(string, message) { + throw new BSONTypeError("\"".concat(string, "\" is not a valid Decimal128 string - ").concat(message)); +} +/** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ +var Decimal128 = /** @class */ (function () { + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + function Decimal128(bytes) { + if (!(this instanceof Decimal128)) + return new Decimal128(bytes); + if (typeof bytes === 'string') { + this.bytes = Decimal128.fromString(bytes).bytes; + } + else if (isUint8Array(bytes)) { + if (bytes.byteLength !== 16) { + throw new BSONTypeError('Decimal128 must take a Buffer of 16 bytes'); + } + this.bytes = bytes; + } + else { + throw new BSONTypeError('Decimal128 must take a Buffer or string'); + } + } + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + Decimal128.fromString = function (representation) { + // Parse state tracking + var isNegative = false; + var sawRadix = false; + var foundNonZero = false; + // Total number of significant digits (no leading or trailing zero) + var significantDigits = 0; + // Total number of significand digits read + var nDigitsRead = 0; + // Total number of digits (no leading zeros) + var nDigits = 0; + // The number of the digits after radix + var radixPosition = 0; + // The index of the first non-zero in *str* + var firstNonZero = 0; + // Digits Array + var digits = [0]; + // The number of digits in digits + var nDigitsStored = 0; + // Insertion pointer for digits + var digitsInsert = 0; + // The index of the first non-zero digit + var firstDigit = 0; + // The index of the last digit + var lastDigit = 0; + // Exponent + var exponent = 0; + // loop index over array + var i = 0; + // The high 17 digits of the significand + var significandHigh = new Long(0, 0); + // The low 17 digits of the significand + var significandLow = new Long(0, 0); + // The biased exponent + var biasedExponent = 0; + // Read index + var index = 0; + // Naively prevent against REDOS attacks. + // TODO: implementing a custom parsing for this, or refactoring the regex would yield + // further gains. + if (representation.length >= 7000) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + // Results + var stringMatch = representation.match(PARSE_STRING_REGEXP); + var infMatch = representation.match(PARSE_INF_REGEXP); + var nanMatch = representation.match(PARSE_NAN_REGEXP); + // Validate the string + if ((!stringMatch && !infMatch && !nanMatch) || representation.length === 0) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + if (stringMatch) { + // full_match = stringMatch[0] + // sign = stringMatch[1] + var unsignedNumber = stringMatch[2]; + // stringMatch[3] is undefined if a whole number (ex "1", 12") + // but defined if a number w/ decimal in it (ex "1.0, 12.2") + var e = stringMatch[4]; + var expSign = stringMatch[5]; + var expNumber = stringMatch[6]; + // they provided e, but didn't give an exponent number. for ex "1e" + if (e && expNumber === undefined) + invalidErr(representation, 'missing exponent power'); + // they provided e, but didn't give a number before it. for ex "e1" + if (e && unsignedNumber === undefined) + invalidErr(representation, 'missing exponent base'); + if (e === undefined && (expSign || expNumber)) { + invalidErr(representation, 'missing e before exponent'); + } + } + // Get the negative or positive sign + if (representation[index] === '+' || representation[index] === '-') { + isNegative = representation[index++] === '-'; + } + // Check if user passed Infinity or NaN + if (!isDigit(representation[index]) && representation[index] !== '.') { + if (representation[index] === 'i' || representation[index] === 'I') { + return new Decimal128(buffer_1.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + else if (representation[index] === 'N') { + return new Decimal128(buffer_1.from(NAN_BUFFER)); + } + } + // Read all the digits + while (isDigit(representation[index]) || representation[index] === '.') { + if (representation[index] === '.') { + if (sawRadix) + invalidErr(representation, 'contains multiple periods'); + sawRadix = true; + index = index + 1; + continue; + } + if (nDigitsStored < 34) { + if (representation[index] !== '0' || foundNonZero) { + if (!foundNonZero) { + firstNonZero = nDigitsRead; + } + foundNonZero = true; + // Only store 34 digits + digits[digitsInsert++] = parseInt(representation[index], 10); + nDigitsStored = nDigitsStored + 1; + } + } + if (foundNonZero) + nDigits = nDigits + 1; + if (sawRadix) + radixPosition = radixPosition + 1; + nDigitsRead = nDigitsRead + 1; + index = index + 1; + } + if (sawRadix && !nDigitsRead) + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + // Read exponent if exists + if (representation[index] === 'e' || representation[index] === 'E') { + // Read exponent digits + var match = representation.substr(++index).match(EXPONENT_REGEX); + // No digits read + if (!match || !match[2]) + return new Decimal128(buffer_1.from(NAN_BUFFER)); + // Get exponent + exponent = parseInt(match[0], 10); + // Adjust the index + index = index + match[0].length; + } + // Return not a number + if (representation[index]) + return new Decimal128(buffer_1.from(NAN_BUFFER)); + // Done reading input + // Find first non-zero digit in digits + firstDigit = 0; + if (!nDigitsStored) { + firstDigit = 0; + lastDigit = 0; + digits[0] = 0; + nDigits = 1; + nDigitsStored = 1; + significantDigits = 0; + } + else { + lastDigit = nDigitsStored - 1; + significantDigits = nDigits; + if (significantDigits !== 1) { + while (digits[firstNonZero + significantDigits - 1] === 0) { + significantDigits = significantDigits - 1; + } + } + } + // Normalization of exponent + // Correct exponent based on radix position, and shift significand as needed + // to represent user input + // Overflow prevention + if (exponent <= radixPosition && radixPosition - exponent > 1 << 14) { + exponent = EXPONENT_MIN; + } + else { + exponent = exponent - radixPosition; + } + // Attempt to normalize the exponent + while (exponent > EXPONENT_MAX) { + // Shift exponent to significand and decrease + lastDigit = lastDigit + 1; + if (lastDigit - firstDigit > MAX_DIGITS) { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + exponent = exponent - 1; + } + while (exponent < EXPONENT_MIN || nDigitsStored < nDigits) { + // Shift last digit. can only do this if < significant digits than # stored. + if (lastDigit === 0 && significantDigits < nDigitsStored) { + exponent = EXPONENT_MIN; + significantDigits = 0; + break; + } + if (nDigitsStored < nDigits) { + // adjust to match digits not stored + nDigits = nDigits - 1; + } + else { + // adjust to round + lastDigit = lastDigit - 1; + } + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + } + else { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + } + // Round + // We've normalized the exponent, but might still need to round. + if (lastDigit - firstDigit + 1 < significantDigits) { + var endOfString = nDigitsRead; + // If we have seen a radix point, 'string' is 1 longer than we have + // documented with ndigits_read, so inc the position of the first nonzero + // digit and the position that digits are read to. + if (sawRadix) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + // if negative, we need to increment again to account for - sign at start. + if (isNegative) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + var roundDigit = parseInt(representation[firstNonZero + lastDigit + 1], 10); + var roundBit = 0; + if (roundDigit >= 5) { + roundBit = 1; + if (roundDigit === 5) { + roundBit = digits[lastDigit] % 2 === 1 ? 1 : 0; + for (i = firstNonZero + lastDigit + 2; i < endOfString; i++) { + if (parseInt(representation[i], 10)) { + roundBit = 1; + break; + } + } + } + } + if (roundBit) { + var dIdx = lastDigit; + for (; dIdx >= 0; dIdx--) { + if (++digits[dIdx] > 9) { + digits[dIdx] = 0; + // overflowed most significant digit + if (dIdx === 0) { + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + digits[dIdx] = 1; + } + else { + return new Decimal128(buffer_1.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + } + } + } + } + } + // Encode significand + // The high 17 digits of the significand + significandHigh = Long.fromNumber(0); + // The low 17 digits of the significand + significandLow = Long.fromNumber(0); + // read a zero + if (significantDigits === 0) { + significandHigh = Long.fromNumber(0); + significandLow = Long.fromNumber(0); + } + else if (lastDigit - firstDigit < 17) { + var dIdx = firstDigit; + significandLow = Long.fromNumber(digits[dIdx++]); + significandHigh = new Long(0, 0); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + else { + var dIdx = firstDigit; + significandHigh = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit - 17; dIdx++) { + significandHigh = significandHigh.multiply(Long.fromNumber(10)); + significandHigh = significandHigh.add(Long.fromNumber(digits[dIdx])); + } + significandLow = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + var significand = multiply64x2(significandHigh, Long.fromString('100000000000000000')); + significand.low = significand.low.add(significandLow); + if (lessThan(significand.low, significandLow)) { + significand.high = significand.high.add(Long.fromNumber(1)); + } + // Biased exponent + biasedExponent = exponent + EXPONENT_BIAS; + var dec = { low: Long.fromNumber(0), high: Long.fromNumber(0) }; + // Encode combination, exponent, and significand. + if (significand.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1))) { + // Encode '11' into bits 1 to 3 + dec.high = dec.high.or(Long.fromNumber(0x3).shiftLeft(61)); + dec.high = dec.high.or(Long.fromNumber(biasedExponent).and(Long.fromNumber(0x3fff).shiftLeft(47))); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x7fffffffffff))); + } + else { + dec.high = dec.high.or(Long.fromNumber(biasedExponent & 0x3fff).shiftLeft(49)); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x1ffffffffffff))); + } + dec.low = significand.low; + // Encode sign + if (isNegative) { + dec.high = dec.high.or(Long.fromString('9223372036854775808')); + } + // Encode into a buffer + var buffer = buffer_1.alloc(16); + index = 0; + // Encode the low 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.low.low & 0xff; + buffer[index++] = (dec.low.low >> 8) & 0xff; + buffer[index++] = (dec.low.low >> 16) & 0xff; + buffer[index++] = (dec.low.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.low.high & 0xff; + buffer[index++] = (dec.low.high >> 8) & 0xff; + buffer[index++] = (dec.low.high >> 16) & 0xff; + buffer[index++] = (dec.low.high >> 24) & 0xff; + // Encode the high 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.high.low & 0xff; + buffer[index++] = (dec.high.low >> 8) & 0xff; + buffer[index++] = (dec.high.low >> 16) & 0xff; + buffer[index++] = (dec.high.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.high.high & 0xff; + buffer[index++] = (dec.high.high >> 8) & 0xff; + buffer[index++] = (dec.high.high >> 16) & 0xff; + buffer[index++] = (dec.high.high >> 24) & 0xff; + // Return the new Decimal128 + return new Decimal128(buffer); + }; + /** Create a string representation of the raw Decimal128 value */ + Decimal128.prototype.toString = function () { + // Note: bits in this routine are referred to starting at 0, + // from the sign bit, towards the coefficient. + // decoded biased exponent (14 bits) + var biased_exponent; + // the number of significand digits + var significand_digits = 0; + // the base-10 digits in the significand + var significand = new Array(36); + for (var i = 0; i < significand.length; i++) + significand[i] = 0; + // read pointer into significand + var index = 0; + // true if the number is zero + var is_zero = false; + // the most significant significand bits (50-46) + var significand_msb; + // temporary storage for significand decoding + var significand128 = { parts: [0, 0, 0, 0] }; + // indexing variables + var j, k; + // Output string + var string = []; + // Unpack index + index = 0; + // Buffer reference + var buffer = this.bytes; + // Unpack the low 64bits into a long + // bits 96 - 127 + var low = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 64 - 95 + var midl = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack the high 64bits into a long + // bits 32 - 63 + var midh = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 0 - 31 + var high = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack index + index = 0; + // Create the state of the decimal + var dec = { + low: new Long(low, midl), + high: new Long(midh, high) + }; + if (dec.high.lessThan(Long.ZERO)) { + string.push('-'); + } + // Decode combination field and exponent + // bits 1 - 5 + var combination = (high >> 26) & COMBINATION_MASK; + if (combination >> 3 === 3) { + // Check for 'special' values + if (combination === COMBINATION_INFINITY) { + return string.join('') + 'Infinity'; + } + else if (combination === COMBINATION_NAN) { + return 'NaN'; + } + else { + biased_exponent = (high >> 15) & EXPONENT_MASK; + significand_msb = 0x08 + ((high >> 14) & 0x01); + } + } + else { + significand_msb = (high >> 14) & 0x07; + biased_exponent = (high >> 17) & EXPONENT_MASK; + } + // unbiased exponent + var exponent = biased_exponent - EXPONENT_BIAS; + // Create string of significand digits + // Convert the 114-bit binary number represented by + // (significand_high, significand_low) to at most 34 decimal + // digits through modulo and division. + significand128.parts[0] = (high & 0x3fff) + ((significand_msb & 0xf) << 14); + significand128.parts[1] = midh; + significand128.parts[2] = midl; + significand128.parts[3] = low; + if (significand128.parts[0] === 0 && + significand128.parts[1] === 0 && + significand128.parts[2] === 0 && + significand128.parts[3] === 0) { + is_zero = true; + } + else { + for (k = 3; k >= 0; k--) { + var least_digits = 0; + // Perform the divide + var result = divideu128(significand128); + significand128 = result.quotient; + least_digits = result.rem.low; + // We now have the 9 least significant digits (in base 2). + // Convert and output to string. + if (!least_digits) + continue; + for (j = 8; j >= 0; j--) { + // significand[k * 9 + j] = Math.round(least_digits % 10); + significand[k * 9 + j] = least_digits % 10; + // least_digits = Math.round(least_digits / 10); + least_digits = Math.floor(least_digits / 10); + } + } + } + // Output format options: + // Scientific - [-]d.dddE(+/-)dd or [-]dE(+/-)dd + // Regular - ddd.ddd + if (is_zero) { + significand_digits = 1; + significand[index] = 0; + } + else { + significand_digits = 36; + while (!significand[index]) { + significand_digits = significand_digits - 1; + index = index + 1; + } + } + // the exponent if scientific notation is used + var scientific_exponent = significand_digits - 1 + exponent; + // The scientific exponent checks are dictated by the string conversion + // specification and are somewhat arbitrary cutoffs. + // + // We must check exponent > 0, because if this is the case, the number + // has trailing zeros. However, we *cannot* output these trailing zeros, + // because doing so would change the precision of the value, and would + // change stored data if the string converted number is round tripped. + if (scientific_exponent >= 34 || scientific_exponent <= -7 || exponent > 0) { + // Scientific format + // if there are too many significant digits, we should just be treating numbers + // as + or - 0 and using the non-scientific exponent (this is for the "invalid + // representation should be treated as 0/-0" spec cases in decimal128-1.json) + if (significand_digits > 34) { + string.push("".concat(0)); + if (exponent > 0) + string.push("E+".concat(exponent)); + else if (exponent < 0) + string.push("E".concat(exponent)); + return string.join(''); + } + string.push("".concat(significand[index++])); + significand_digits = significand_digits - 1; + if (significand_digits) { + string.push('.'); + } + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + // Exponent + string.push('E'); + if (scientific_exponent > 0) { + string.push("+".concat(scientific_exponent)); + } + else { + string.push("".concat(scientific_exponent)); + } + } + else { + // Regular format with no decimal place + if (exponent >= 0) { + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + } + else { + var radix_position = significand_digits + exponent; + // non-zero digits before radix + if (radix_position > 0) { + for (var i = 0; i < radix_position; i++) { + string.push("".concat(significand[index++])); + } + } + else { + string.push('0'); + } + string.push('.'); + // add leading zeros after radix + while (radix_position++ < 0) { + string.push('0'); + } + for (var i = 0; i < significand_digits - Math.max(radix_position - 1, 0); i++) { + string.push("".concat(significand[index++])); + } + } + } + return string.join(''); + }; + Decimal128.prototype.toJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.prototype.toExtendedJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.fromExtendedJSON = function (doc) { + return Decimal128.fromString(doc.$numberDecimal); + }; + /** @internal */ + Decimal128.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Decimal128.prototype.inspect = function () { + return "new Decimal128(\"".concat(this.toString(), "\")"); + }; + return Decimal128; +}()); +Object.defineProperty(Decimal128.prototype, '_bsontype', { value: 'Decimal128' }); + +/** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ +var Double = /** @class */ (function () { + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + function Double(value) { + if (!(this instanceof Double)) + return new Double(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value; + } + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + Double.prototype.valueOf = function () { + return this.value; + }; + Double.prototype.toJSON = function () { + return this.value; + }; + Double.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + /** @internal */ + Double.prototype.toExtendedJSON = function (options) { + if (options && (options.legacy || (options.relaxed && isFinite(this.value)))) { + return this.value; + } + if (Object.is(Math.sign(this.value), -0)) { + // NOTE: JavaScript has +0 and -0, apparently to model limit calculations. If a user + // explicitly provided `-0` then we need to ensure the sign makes it into the output + return { $numberDouble: '-0.0' }; + } + if (Number.isInteger(this.value)) { + return { $numberDouble: "".concat(this.value, ".0") }; + } + else { + return { $numberDouble: "".concat(this.value) }; + } + }; + /** @internal */ + Double.fromExtendedJSON = function (doc, options) { + var doubleValue = parseFloat(doc.$numberDouble); + return options && options.relaxed ? doubleValue : new Double(doubleValue); + }; + /** @internal */ + Double.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Double.prototype.inspect = function () { + var eJSON = this.toExtendedJSON(); + return "new Double(".concat(eJSON.$numberDouble, ")"); + }; + return Double; +}()); +Object.defineProperty(Double.prototype, '_bsontype', { value: 'Double' }); + +/** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ +var Int32 = /** @class */ (function () { + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + function Int32(value) { + if (!(this instanceof Int32)) + return new Int32(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value | 0; + } + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + Int32.prototype.valueOf = function () { + return this.value; + }; + Int32.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + Int32.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + Int32.prototype.toExtendedJSON = function (options) { + if (options && (options.relaxed || options.legacy)) + return this.value; + return { $numberInt: this.value.toString() }; + }; + /** @internal */ + Int32.fromExtendedJSON = function (doc, options) { + return options && options.relaxed ? parseInt(doc.$numberInt, 10) : new Int32(doc.$numberInt); + }; + /** @internal */ + Int32.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Int32.prototype.inspect = function () { + return "new Int32(".concat(this.valueOf(), ")"); + }; + return Int32; +}()); +Object.defineProperty(Int32.prototype, '_bsontype', { value: 'Int32' }); + +/** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ +var MaxKey = /** @class */ (function () { + function MaxKey() { + if (!(this instanceof MaxKey)) + return new MaxKey(); + } + /** @internal */ + MaxKey.prototype.toExtendedJSON = function () { + return { $maxKey: 1 }; + }; + /** @internal */ + MaxKey.fromExtendedJSON = function () { + return new MaxKey(); + }; + /** @internal */ + MaxKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MaxKey.prototype.inspect = function () { + return 'new MaxKey()'; + }; + return MaxKey; +}()); +Object.defineProperty(MaxKey.prototype, '_bsontype', { value: 'MaxKey' }); + +/** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ +var MinKey = /** @class */ (function () { + function MinKey() { + if (!(this instanceof MinKey)) + return new MinKey(); + } + /** @internal */ + MinKey.prototype.toExtendedJSON = function () { + return { $minKey: 1 }; + }; + /** @internal */ + MinKey.fromExtendedJSON = function () { + return new MinKey(); + }; + /** @internal */ + MinKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MinKey.prototype.inspect = function () { + return 'new MinKey()'; + }; + return MinKey; +}()); +Object.defineProperty(MinKey.prototype, '_bsontype', { value: 'MinKey' }); + +// Regular expression that checks for hex value +var checkForHexRegExp = new RegExp('^[0-9a-fA-F]{24}$'); +// Unique sequence for the current process (initialized on first use) +var PROCESS_UNIQUE = null; +var kId = Symbol('id'); +/** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ +var ObjectId = /** @class */ (function () { + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + function ObjectId(inputId) { + if (!(this instanceof ObjectId)) + return new ObjectId(inputId); + // workingId is set based on type of input and whether valid id exists for the input + var workingId; + if (typeof inputId === 'object' && inputId && 'id' in inputId) { + if (typeof inputId.id !== 'string' && !ArrayBuffer.isView(inputId.id)) { + throw new BSONTypeError('Argument passed in must have an id that is of type string or Buffer'); + } + if ('toHexString' in inputId && typeof inputId.toHexString === 'function') { + workingId = buffer_1.from(inputId.toHexString(), 'hex'); + } + else { + workingId = inputId.id; + } + } + else { + workingId = inputId; + } + // the following cases use workingId to construct an ObjectId + if (workingId == null || typeof workingId === 'number') { + // The most common use case (blank id, new objectId instance) + // Generate a new id + this[kId] = ObjectId.generate(typeof workingId === 'number' ? workingId : undefined); + } + else if (ArrayBuffer.isView(workingId) && workingId.byteLength === 12) { + // If intstanceof matches we can escape calling ensure buffer in Node.js environments + this[kId] = workingId instanceof buffer_1 ? workingId : ensureBuffer(workingId); + } + else if (typeof workingId === 'string') { + if (workingId.length === 12) { + var bytes = buffer_1.from(workingId); + if (bytes.byteLength === 12) { + this[kId] = bytes; + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes'); + } + } + else if (workingId.length === 24 && checkForHexRegExp.test(workingId)) { + this[kId] = buffer_1.from(workingId, 'hex'); + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer'); + } + } + else { + throw new BSONTypeError('Argument passed in does not match the accepted types'); + } + // If we are caching the hex string + if (ObjectId.cacheHexString) { + this.__id = this.id.toString('hex'); + } + } + Object.defineProperty(ObjectId.prototype, "id", { + /** + * The ObjectId bytes + * @readonly + */ + get: function () { + return this[kId]; + }, + set: function (value) { + this[kId] = value; + if (ObjectId.cacheHexString) { + this.__id = value.toString('hex'); + } + }, + enumerable: false, + configurable: true + }); + Object.defineProperty(ObjectId.prototype, "generationTime", { + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get: function () { + return this.id.readInt32BE(0); + }, + set: function (value) { + // Encode time into first 4 bytes + this.id.writeUInt32BE(value, 0); + }, + enumerable: false, + configurable: true + }); + /** Returns the ObjectId id as a 24 character hex string representation */ + ObjectId.prototype.toHexString = function () { + if (ObjectId.cacheHexString && this.__id) { + return this.__id; + } + var hexString = this.id.toString('hex'); + if (ObjectId.cacheHexString && !this.__id) { + this.__id = hexString; + } + return hexString; + }; + /** + * Update the ObjectId index + * @privateRemarks + * Used in generating new ObjectId's on the driver + * @internal + */ + ObjectId.getInc = function () { + return (ObjectId.index = (ObjectId.index + 1) % 0xffffff); + }; + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + ObjectId.generate = function (time) { + if ('number' !== typeof time) { + time = Math.floor(Date.now() / 1000); + } + var inc = ObjectId.getInc(); + var buffer = buffer_1.alloc(12); + // 4-byte timestamp + buffer.writeUInt32BE(time, 0); + // set PROCESS_UNIQUE if yet not initialized + if (PROCESS_UNIQUE === null) { + PROCESS_UNIQUE = randomBytes(5); + } + // 5-byte process unique + buffer[4] = PROCESS_UNIQUE[0]; + buffer[5] = PROCESS_UNIQUE[1]; + buffer[6] = PROCESS_UNIQUE[2]; + buffer[7] = PROCESS_UNIQUE[3]; + buffer[8] = PROCESS_UNIQUE[4]; + // 3-byte counter + buffer[11] = inc & 0xff; + buffer[10] = (inc >> 8) & 0xff; + buffer[9] = (inc >> 16) & 0xff; + return buffer; + }; + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + ObjectId.prototype.toString = function (format) { + // Is the id a buffer then use the buffer toString method to return the format + if (format) + return this.id.toString(format); + return this.toHexString(); + }; + /** Converts to its JSON the 24 character hex string representation. */ + ObjectId.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + ObjectId.prototype.equals = function (otherId) { + if (otherId === undefined || otherId === null) { + return false; + } + if (otherId instanceof ObjectId) { + return this[kId][11] === otherId[kId][11] && this[kId].equals(otherId[kId]); + } + if (typeof otherId === 'string' && + ObjectId.isValid(otherId) && + otherId.length === 12 && + isUint8Array(this.id)) { + return otherId === buffer_1.prototype.toString.call(this.id, 'latin1'); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 24) { + return otherId.toLowerCase() === this.toHexString(); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 12) { + return buffer_1.from(otherId).equals(this.id); + } + if (typeof otherId === 'object' && + 'toHexString' in otherId && + typeof otherId.toHexString === 'function') { + var otherIdString = otherId.toHexString(); + var thisIdString = this.toHexString().toLowerCase(); + return typeof otherIdString === 'string' && otherIdString.toLowerCase() === thisIdString; + } + return false; + }; + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + ObjectId.prototype.getTimestamp = function () { + var timestamp = new Date(); + var time = this.id.readUInt32BE(0); + timestamp.setTime(Math.floor(time) * 1000); + return timestamp; + }; + /** @internal */ + ObjectId.createPk = function () { + return new ObjectId(); + }; + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + ObjectId.createFromTime = function (time) { + var buffer = buffer_1.from([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + // Encode time into first 4 bytes + buffer.writeUInt32BE(time, 0); + // Return the new objectId + return new ObjectId(buffer); + }; + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + ObjectId.createFromHexString = function (hexString) { + // Throw an error if it's not a valid setup + if (typeof hexString === 'undefined' || (hexString != null && hexString.length !== 24)) { + throw new BSONTypeError('Argument passed in must be a single String of 12 bytes or a string of 24 hex characters'); + } + return new ObjectId(buffer_1.from(hexString, 'hex')); + }; + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + ObjectId.isValid = function (id) { + if (id == null) + return false; + try { + new ObjectId(id); + return true; + } + catch (_a) { + return false; + } + }; + /** @internal */ + ObjectId.prototype.toExtendedJSON = function () { + if (this.toHexString) + return { $oid: this.toHexString() }; + return { $oid: this.toString('hex') }; + }; + /** @internal */ + ObjectId.fromExtendedJSON = function (doc) { + return new ObjectId(doc.$oid); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 24 character hex string representation. + * @internal + */ + ObjectId.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + ObjectId.prototype.inspect = function () { + return "new ObjectId(\"".concat(this.toHexString(), "\")"); + }; + /** @internal */ + ObjectId.index = Math.floor(Math.random() * 0xffffff); + return ObjectId; +}()); +// Deprecated methods +Object.defineProperty(ObjectId.prototype, 'generate', { + value: deprecate(function (time) { return ObjectId.generate(time); }, 'Please use the static `ObjectId.generate(time)` instead') +}); +Object.defineProperty(ObjectId.prototype, 'getInc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId.prototype, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId.prototype, '_bsontype', { value: 'ObjectID' }); + +function alphabetize(str) { + return str.split('').sort().join(''); +} +/** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ +var BSONRegExp = /** @class */ (function () { + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + function BSONRegExp(pattern, options) { + if (!(this instanceof BSONRegExp)) + return new BSONRegExp(pattern, options); + this.pattern = pattern; + this.options = alphabetize(options !== null && options !== void 0 ? options : ''); + if (this.pattern.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern))); + } + if (this.options.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options))); + } + // Validate options + for (var i = 0; i < this.options.length; i++) { + if (!(this.options[i] === 'i' || + this.options[i] === 'm' || + this.options[i] === 'x' || + this.options[i] === 'l' || + this.options[i] === 's' || + this.options[i] === 'u')) { + throw new BSONError("The regular expression option [".concat(this.options[i], "] is not supported")); + } + } + } + BSONRegExp.parseOptions = function (options) { + return options ? options.split('').sort().join('') : ''; + }; + /** @internal */ + BSONRegExp.prototype.toExtendedJSON = function (options) { + options = options || {}; + if (options.legacy) { + return { $regex: this.pattern, $options: this.options }; + } + return { $regularExpression: { pattern: this.pattern, options: this.options } }; + }; + /** @internal */ + BSONRegExp.fromExtendedJSON = function (doc) { + if ('$regex' in doc) { + if (typeof doc.$regex !== 'string') { + // This is for $regex query operators that have extended json values. + if (doc.$regex._bsontype === 'BSONRegExp') { + return doc; + } + } + else { + return new BSONRegExp(doc.$regex, BSONRegExp.parseOptions(doc.$options)); + } + } + if ('$regularExpression' in doc) { + return new BSONRegExp(doc.$regularExpression.pattern, BSONRegExp.parseOptions(doc.$regularExpression.options)); + } + throw new BSONTypeError("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(doc))); + }; + return BSONRegExp; +}()); +Object.defineProperty(BSONRegExp.prototype, '_bsontype', { value: 'BSONRegExp' }); + +/** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ +var BSONSymbol = /** @class */ (function () { + /** + * @param value - the string representing the symbol. + */ + function BSONSymbol(value) { + if (!(this instanceof BSONSymbol)) + return new BSONSymbol(value); + this.value = value; + } + /** Access the wrapped string value. */ + BSONSymbol.prototype.valueOf = function () { + return this.value; + }; + BSONSymbol.prototype.toString = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.inspect = function () { + return "new BSONSymbol(\"".concat(this.value, "\")"); + }; + BSONSymbol.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.toExtendedJSON = function () { + return { $symbol: this.value }; + }; + /** @internal */ + BSONSymbol.fromExtendedJSON = function (doc) { + return new BSONSymbol(doc.$symbol); + }; + /** @internal */ + BSONSymbol.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + return BSONSymbol; +}()); +Object.defineProperty(BSONSymbol.prototype, '_bsontype', { value: 'Symbol' }); + +/** @public */ +var LongWithoutOverridesClass = Long; +/** + * @public + * @category BSONType + * */ +var Timestamp = /** @class */ (function (_super) { + __extends(Timestamp, _super); + function Timestamp(low, high) { + var _this = this; + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-expect-error + if (!(_this instanceof Timestamp)) + return new Timestamp(low, high); + if (Long.isLong(low)) { + _this = _super.call(this, low.low, low.high, true) || this; + } + else if (isObjectLike(low) && typeof low.t !== 'undefined' && typeof low.i !== 'undefined') { + _this = _super.call(this, low.i, low.t, true) || this; + } + else { + _this = _super.call(this, low, high, true) || this; + } + Object.defineProperty(_this, '_bsontype', { + value: 'Timestamp', + writable: false, + configurable: false, + enumerable: false + }); + return _this; + } + Timestamp.prototype.toJSON = function () { + return { + $timestamp: this.toString() + }; + }; + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + Timestamp.fromInt = function (value) { + return new Timestamp(Long.fromInt(value, true)); + }; + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + Timestamp.fromNumber = function (value) { + return new Timestamp(Long.fromNumber(value, true)); + }; + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + Timestamp.fromBits = function (lowBits, highBits) { + return new Timestamp(lowBits, highBits); + }; + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + Timestamp.fromString = function (str, optRadix) { + return new Timestamp(Long.fromString(str, true, optRadix)); + }; + /** @internal */ + Timestamp.prototype.toExtendedJSON = function () { + return { $timestamp: { t: this.high >>> 0, i: this.low >>> 0 } }; + }; + /** @internal */ + Timestamp.fromExtendedJSON = function (doc) { + return new Timestamp(doc.$timestamp); + }; + /** @internal */ + Timestamp.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Timestamp.prototype.inspect = function () { + return "new Timestamp({ t: ".concat(this.getHighBits(), ", i: ").concat(this.getLowBits(), " })"); + }; + Timestamp.MAX_VALUE = Long.MAX_UNSIGNED_VALUE; + return Timestamp; +}(LongWithoutOverridesClass)); + +function isBSONType(value) { + return (isObjectLike(value) && Reflect.has(value, '_bsontype') && typeof value._bsontype === 'string'); +} +// INT32 boundaries +var BSON_INT32_MAX = 0x7fffffff; +var BSON_INT32_MIN = -0x80000000; +// INT64 boundaries +// const BSON_INT64_MAX = 0x7fffffffffffffff; // TODO(NODE-4377): This number cannot be precisely represented in JS +var BSON_INT64_MAX = 0x8000000000000000; +var BSON_INT64_MIN = -0x8000000000000000; +// all the types where we don't need to do any special processing and can just pass the EJSON +//straight to type.fromExtendedJSON +var keysToCodecs = { + $oid: ObjectId, + $binary: Binary, + $uuid: Binary, + $symbol: BSONSymbol, + $numberInt: Int32, + $numberDecimal: Decimal128, + $numberDouble: Double, + $numberLong: Long, + $minKey: MinKey, + $maxKey: MaxKey, + $regex: BSONRegExp, + $regularExpression: BSONRegExp, + $timestamp: Timestamp +}; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function deserializeValue(value, options) { + if (options === void 0) { options = {}; } + if (typeof value === 'number') { + if (options.relaxed || options.legacy) { + return value; + } + // if it's an integer, should interpret as smallest BSON integer + // that can represent it exactly. (if out of range, interpret as double.) + if (Math.floor(value) === value) { + if (value >= BSON_INT32_MIN && value <= BSON_INT32_MAX) + return new Int32(value); + if (value >= BSON_INT64_MIN && value <= BSON_INT64_MAX) + return Long.fromNumber(value); + } + // If the number is a non-integer or out of integer range, should interpret as BSON Double. + return new Double(value); + } + // from here on out we're looking for bson types, so bail if its not an object + if (value == null || typeof value !== 'object') + return value; + // upgrade deprecated undefined to null + if (value.$undefined) + return null; + var keys = Object.keys(value).filter(function (k) { return k.startsWith('$') && value[k] != null; }); + for (var i = 0; i < keys.length; i++) { + var c = keysToCodecs[keys[i]]; + if (c) + return c.fromExtendedJSON(value, options); + } + if (value.$date != null) { + var d = value.$date; + var date = new Date(); + if (options.legacy) { + if (typeof d === 'number') + date.setTime(d); + else if (typeof d === 'string') + date.setTime(Date.parse(d)); + } + else { + if (typeof d === 'string') + date.setTime(Date.parse(d)); + else if (Long.isLong(d)) + date.setTime(d.toNumber()); + else if (typeof d === 'number' && options.relaxed) + date.setTime(d); + } + return date; + } + if (value.$code != null) { + var copy = Object.assign({}, value); + if (value.$scope) { + copy.$scope = deserializeValue(value.$scope); + } + return Code.fromExtendedJSON(value); + } + if (isDBRefLike(value) || value.$dbPointer) { + var v = value.$ref ? value : value.$dbPointer; + // we run into this in a "degenerate EJSON" case (with $id and $ref order flipped) + // because of the order JSON.parse goes through the document + if (v instanceof DBRef) + return v; + var dollarKeys = Object.keys(v).filter(function (k) { return k.startsWith('$'); }); + var valid_1 = true; + dollarKeys.forEach(function (k) { + if (['$ref', '$id', '$db'].indexOf(k) === -1) + valid_1 = false; + }); + // only make DBRef if $ keys are all valid + if (valid_1) + return DBRef.fromExtendedJSON(v); + } + return value; +} +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeArray(array, options) { + return array.map(function (v, index) { + options.seenObjects.push({ propertyName: "index ".concat(index), obj: null }); + try { + return serializeValue(v, options); + } + finally { + options.seenObjects.pop(); + } + }); +} +function getISOString(date) { + var isoStr = date.toISOString(); + // we should only show milliseconds in timestamp if they're non-zero + return date.getUTCMilliseconds() !== 0 ? isoStr : isoStr.slice(0, -5) + 'Z'; +} +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeValue(value, options) { + if ((typeof value === 'object' || typeof value === 'function') && value !== null) { + var index = options.seenObjects.findIndex(function (entry) { return entry.obj === value; }); + if (index !== -1) { + var props = options.seenObjects.map(function (entry) { return entry.propertyName; }); + var leadingPart = props + .slice(0, index) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var alreadySeen = props[index]; + var circularPart = ' -> ' + + props + .slice(index + 1, props.length - 1) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var current = props[props.length - 1]; + var leadingSpace = ' '.repeat(leadingPart.length + alreadySeen.length / 2); + var dashes = '-'.repeat(circularPart.length + (alreadySeen.length + current.length) / 2 - 1); + throw new BSONTypeError('Converting circular structure to EJSON:\n' + + " ".concat(leadingPart).concat(alreadySeen).concat(circularPart).concat(current, "\n") + + " ".concat(leadingSpace, "\\").concat(dashes, "/")); + } + options.seenObjects[options.seenObjects.length - 1].obj = value; + } + if (Array.isArray(value)) + return serializeArray(value, options); + if (value === undefined) + return null; + if (value instanceof Date || isDate(value)) { + var dateNum = value.getTime(), + // is it in year range 1970-9999? + inRange = dateNum > -1 && dateNum < 253402318800000; + if (options.legacy) { + return options.relaxed && inRange + ? { $date: value.getTime() } + : { $date: getISOString(value) }; + } + return options.relaxed && inRange + ? { $date: getISOString(value) } + : { $date: { $numberLong: value.getTime().toString() } }; + } + if (typeof value === 'number' && (!options.relaxed || !isFinite(value))) { + // it's an integer + if (Math.floor(value) === value) { + var int32Range = value >= BSON_INT32_MIN && value <= BSON_INT32_MAX, int64Range = value >= BSON_INT64_MIN && value <= BSON_INT64_MAX; + // interpret as being of the smallest BSON integer type that can represent the number exactly + if (int32Range) + return { $numberInt: value.toString() }; + if (int64Range) + return { $numberLong: value.toString() }; + } + return { $numberDouble: value.toString() }; + } + if (value instanceof RegExp || isRegExp(value)) { + var flags = value.flags; + if (flags === undefined) { + var match = value.toString().match(/[gimuy]*$/); + if (match) { + flags = match[0]; + } + } + var rx = new BSONRegExp(value.source, flags); + return rx.toExtendedJSON(options); + } + if (value != null && typeof value === 'object') + return serializeDocument(value, options); + return value; +} +var BSON_TYPE_MAPPINGS = { + Binary: function (o) { return new Binary(o.value(), o.sub_type); }, + Code: function (o) { return new Code(o.code, o.scope); }, + DBRef: function (o) { return new DBRef(o.collection || o.namespace, o.oid, o.db, o.fields); }, + Decimal128: function (o) { return new Decimal128(o.bytes); }, + Double: function (o) { return new Double(o.value); }, + Int32: function (o) { return new Int32(o.value); }, + Long: function (o) { + return Long.fromBits( + // underscore variants for 1.x backwards compatibility + o.low != null ? o.low : o.low_, o.low != null ? o.high : o.high_, o.low != null ? o.unsigned : o.unsigned_); + }, + MaxKey: function () { return new MaxKey(); }, + MinKey: function () { return new MinKey(); }, + ObjectID: function (o) { return new ObjectId(o); }, + ObjectId: function (o) { return new ObjectId(o); }, + BSONRegExp: function (o) { return new BSONRegExp(o.pattern, o.options); }, + Symbol: function (o) { return new BSONSymbol(o.value); }, + Timestamp: function (o) { return Timestamp.fromBits(o.low, o.high); } +}; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeDocument(doc, options) { + if (doc == null || typeof doc !== 'object') + throw new BSONError('not an object instance'); + var bsontype = doc._bsontype; + if (typeof bsontype === 'undefined') { + // It's a regular object. Recursively serialize its property values. + var _doc = {}; + for (var name in doc) { + options.seenObjects.push({ propertyName: name, obj: null }); + try { + var value = serializeValue(doc[name], options); + if (name === '__proto__') { + Object.defineProperty(_doc, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + _doc[name] = value; + } + } + finally { + options.seenObjects.pop(); + } + } + return _doc; + } + else if (isBSONType(doc)) { + // the "document" is really just a BSON type object + // eslint-disable-next-line @typescript-eslint/no-explicit-any + var outDoc = doc; + if (typeof outDoc.toExtendedJSON !== 'function') { + // There's no EJSON serialization function on the object. It's probably an + // object created by a previous version of this library (or another library) + // that's duck-typing objects to look like they were generated by this library). + // Copy the object into this library's version of that type. + var mapper = BSON_TYPE_MAPPINGS[doc._bsontype]; + if (!mapper) { + throw new BSONTypeError('Unrecognized or invalid _bsontype: ' + doc._bsontype); + } + outDoc = mapper(outDoc); + } + // Two BSON types may have nested objects that may need to be serialized too + if (bsontype === 'Code' && outDoc.scope) { + outDoc = new Code(outDoc.code, serializeValue(outDoc.scope, options)); + } + else if (bsontype === 'DBRef' && outDoc.oid) { + outDoc = new DBRef(serializeValue(outDoc.collection, options), serializeValue(outDoc.oid, options), serializeValue(outDoc.db, options), serializeValue(outDoc.fields, options)); + } + return outDoc.toExtendedJSON(options); + } + else { + throw new BSONError('_bsontype must be a string, but was: ' + typeof bsontype); + } +} +/** + * EJSON parse / stringify API + * @public + */ +// the namespace here is used to emulate `export * as EJSON from '...'` +// which as of now (sept 2020) api-extractor does not support +// eslint-disable-next-line @typescript-eslint/no-namespace +var EJSON; +(function (EJSON) { + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + function parse(text, options) { + var finalOptions = Object.assign({}, { relaxed: true, legacy: false }, options); + // relaxed implies not strict + if (typeof finalOptions.relaxed === 'boolean') + finalOptions.strict = !finalOptions.relaxed; + if (typeof finalOptions.strict === 'boolean') + finalOptions.relaxed = !finalOptions.strict; + return JSON.parse(text, function (key, value) { + if (key.indexOf('\x00') !== -1) { + throw new BSONError("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(key))); + } + return deserializeValue(value, finalOptions); + }); + } + EJSON.parse = parse; + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + function stringify(value, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + replacer, space, options) { + if (space != null && typeof space === 'object') { + options = space; + space = 0; + } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + options = replacer; + replacer = undefined; + space = 0; + } + var serializeOptions = Object.assign({ relaxed: true, legacy: false }, options, { + seenObjects: [{ propertyName: '(root)', obj: null }] + }); + var doc = serializeValue(value, serializeOptions); + return JSON.stringify(doc, replacer, space); + } + EJSON.stringify = stringify; + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + function serialize(value, options) { + options = options || {}; + return JSON.parse(stringify(value, options)); + } + EJSON.serialize = serialize; + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + function deserialize(ejson, options) { + options = options || {}; + return parse(JSON.stringify(ejson), options); + } + EJSON.deserialize = deserialize; +})(EJSON || (EJSON = {})); + +/* eslint-disable @typescript-eslint/no-explicit-any */ +/** @public */ +var bsonMap; +var bsonGlobal = getGlobal(); +if (bsonGlobal.Map) { + bsonMap = bsonGlobal.Map; +} +else { + // We will return a polyfill + bsonMap = /** @class */ (function () { + function Map(array) { + if (array === void 0) { array = []; } + this._keys = []; + this._values = {}; + for (var i = 0; i < array.length; i++) { + if (array[i] == null) + continue; // skip null and undefined + var entry = array[i]; + var key = entry[0]; + var value = entry[1]; + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + } + } + Map.prototype.clear = function () { + this._keys = []; + this._values = {}; + }; + Map.prototype.delete = function (key) { + var value = this._values[key]; + if (value == null) + return false; + // Delete entry + delete this._values[key]; + // Remove the key from the ordered keys list + this._keys.splice(value.i, 1); + return true; + }; + Map.prototype.entries = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? [key, _this._values[key].v] : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.forEach = function (callback, self) { + self = self || this; + for (var i = 0; i < this._keys.length; i++) { + var key = this._keys[i]; + // Call the forEach callback + callback.call(self, this._values[key].v, key, self); + } + }; + Map.prototype.get = function (key) { + return this._values[key] ? this._values[key].v : undefined; + }; + Map.prototype.has = function (key) { + return this._values[key] != null; + }; + Map.prototype.keys = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? key : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.set = function (key, value) { + if (this._values[key]) { + this._values[key].v = value; + return this; + } + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + return this; + }; + Map.prototype.values = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? _this._values[key].v : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Object.defineProperty(Map.prototype, "size", { + get: function () { + return this._keys.length; + }, + enumerable: false, + configurable: true + }); + return Map; + }()); +} + +function calculateObjectSize$1(object, serializeFunctions, ignoreUndefined) { + var totalLength = 4 + 1; + if (Array.isArray(object)) { + for (var i = 0; i < object.length; i++) { + totalLength += calculateElement(i.toString(), object[i], serializeFunctions, true, ignoreUndefined); + } + } + else { + // If we have toBSON defined, override the current object + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + object = object.toBSON(); + } + // Calculate size + for (var key in object) { + totalLength += calculateElement(key, object[key], serializeFunctions, false, ignoreUndefined); + } + } + return totalLength; +} +/** @internal */ +function calculateElement(name, +// eslint-disable-next-line @typescript-eslint/no-explicit-any +value, serializeFunctions, isArray, ignoreUndefined) { + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (isArray === void 0) { isArray = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = false; } + // If we have toBSON defined, override the current object + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + switch (typeof value) { + case 'string': + return 1 + buffer_1.byteLength(name, 'utf8') + 1 + 4 + buffer_1.byteLength(value, 'utf8') + 1; + case 'number': + if (Math.floor(value) === value && + value >= JS_INT_MIN && + value <= JS_INT_MAX) { + if (value >= BSON_INT32_MIN$1 && value <= BSON_INT32_MAX$1) { + // 32 bit + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (4 + 1); + } + else { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + } + else { + // 64 bit + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + case 'undefined': + if (isArray || !ignoreUndefined) + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + 1; + return 0; + case 'boolean': + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (1 + 1); + case 'object': + if (value == null || value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + 1; + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (12 + 1); + } + else if (value instanceof Date || isDate(value)) { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (ArrayBuffer.isView(value) || + value instanceof ArrayBuffer || + isAnyArrayBuffer(value)) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (1 + 4 + 1) + value.byteLength); + } + else if (value['_bsontype'] === 'Long' || + value['_bsontype'] === 'Double' || + value['_bsontype'] === 'Timestamp') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (value['_bsontype'] === 'Decimal128') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (16 + 1); + } + else if (value['_bsontype'] === 'Code') { + // Calculate size depending on the availability of a scope + if (value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.byteLength(value.code.toString(), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.byteLength(value.code.toString(), 'utf8') + + 1); + } + } + else if (value['_bsontype'] === 'Binary') { + var binary = value; + // Check what kind of subtype we have + if (binary.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + (binary.position + 1 + 4 + 1 + 4)); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (binary.position + 1 + 4 + 1)); + } + } + else if (value['_bsontype'] === 'Symbol') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + buffer_1.byteLength(value.value, 'utf8') + + 4 + + 1 + + 1); + } + else if (value['_bsontype'] === 'DBRef') { + // Set up correct object for serialization + var ordered_values = Object.assign({ + $ref: value.collection, + $id: value.oid + }, value.fields); + // Add db reference if it exists + if (value.db != null) { + ordered_values['$db'] = value.db; + } + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + calculateObjectSize$1(ordered_values, serializeFunctions, ignoreUndefined)); + } + else if (value instanceof RegExp || isRegExp(value)) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else if (value['_bsontype'] === 'BSONRegExp') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.pattern, 'utf8') + + 1 + + buffer_1.byteLength(value.options, 'utf8') + + 1); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + calculateObjectSize$1(value, serializeFunctions, ignoreUndefined) + + 1); + } + case 'function': + // WTF for 0.4.X where typeof /someregexp/ === 'function' + if (value instanceof RegExp || isRegExp(value) || String.call(value) === '[object RegExp]') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else { + if (serializeFunctions && value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.byteLength(normalizedFunctionString(value), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else if (serializeFunctions) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.byteLength(normalizedFunctionString(value), 'utf8') + + 1); + } + } + } + return 0; +} + +var FIRST_BIT = 0x80; +var FIRST_TWO_BITS = 0xc0; +var FIRST_THREE_BITS = 0xe0; +var FIRST_FOUR_BITS = 0xf0; +var FIRST_FIVE_BITS = 0xf8; +var TWO_BIT_CHAR = 0xc0; +var THREE_BIT_CHAR = 0xe0; +var FOUR_BIT_CHAR = 0xf0; +var CONTINUING_CHAR = 0x80; +/** + * Determines if the passed in bytes are valid utf8 + * @param bytes - An array of 8-bit bytes. Must be indexable and have length property + * @param start - The index to start validating + * @param end - The index to end validating + */ +function validateUtf8(bytes, start, end) { + var continuation = 0; + for (var i = start; i < end; i += 1) { + var byte = bytes[i]; + if (continuation) { + if ((byte & FIRST_TWO_BITS) !== CONTINUING_CHAR) { + return false; + } + continuation -= 1; + } + else if (byte & FIRST_BIT) { + if ((byte & FIRST_THREE_BITS) === TWO_BIT_CHAR) { + continuation = 1; + } + else if ((byte & FIRST_FOUR_BITS) === THREE_BIT_CHAR) { + continuation = 2; + } + else if ((byte & FIRST_FIVE_BITS) === FOUR_BIT_CHAR) { + continuation = 3; + } + else { + return false; + } + } + } + return !continuation; +} + +// Internal long versions +var JS_INT_MAX_LONG = Long.fromNumber(JS_INT_MAX); +var JS_INT_MIN_LONG = Long.fromNumber(JS_INT_MIN); +var functionCache = {}; +function deserialize$1(buffer, options, isArray) { + options = options == null ? {} : options; + var index = options && options.index ? options.index : 0; + // Read the document size + var size = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (size < 5) { + throw new BSONError("bson size must be >= 5, is ".concat(size)); + } + if (options.allowObjectSmallerThanBufferSize && buffer.length < size) { + throw new BSONError("buffer length ".concat(buffer.length, " must be >= bson size ").concat(size)); + } + if (!options.allowObjectSmallerThanBufferSize && buffer.length !== size) { + throw new BSONError("buffer length ".concat(buffer.length, " must === bson size ").concat(size)); + } + if (size + index > buffer.byteLength) { + throw new BSONError("(bson size ".concat(size, " + options.index ").concat(index, " must be <= buffer length ").concat(buffer.byteLength, ")")); + } + // Illegal end value + if (buffer[index + size - 1] !== 0) { + throw new BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00"); + } + // Start deserializtion + return deserializeObject(buffer, index, options, isArray); +} +var allowedDBRefKeys = /^\$ref$|^\$id$|^\$db$/; +function deserializeObject(buffer, index, options, isArray) { + if (isArray === void 0) { isArray = false; } + var evalFunctions = options['evalFunctions'] == null ? false : options['evalFunctions']; + var cacheFunctions = options['cacheFunctions'] == null ? false : options['cacheFunctions']; + var fieldsAsRaw = options['fieldsAsRaw'] == null ? null : options['fieldsAsRaw']; + // Return raw bson buffer instead of parsing it + var raw = options['raw'] == null ? false : options['raw']; + // Return BSONRegExp objects instead of native regular expressions + var bsonRegExp = typeof options['bsonRegExp'] === 'boolean' ? options['bsonRegExp'] : false; + // Controls the promotion of values vs wrapper classes + var promoteBuffers = options['promoteBuffers'] == null ? false : options['promoteBuffers']; + var promoteLongs = options['promoteLongs'] == null ? true : options['promoteLongs']; + var promoteValues = options['promoteValues'] == null ? true : options['promoteValues']; + // Ensures default validation option if none given + var validation = options.validation == null ? { utf8: true } : options.validation; + // Shows if global utf-8 validation is enabled or disabled + var globalUTFValidation = true; + // Reflects utf-8 validation setting regardless of global or specific key validation + var validationSetting; + // Set of keys either to enable or disable validation on + var utf8KeysSet = new Set(); + // Check for boolean uniformity and empty validation option + var utf8ValidatedKeys = validation.utf8; + if (typeof utf8ValidatedKeys === 'boolean') { + validationSetting = utf8ValidatedKeys; + } + else { + globalUTFValidation = false; + var utf8ValidationValues = Object.keys(utf8ValidatedKeys).map(function (key) { + return utf8ValidatedKeys[key]; + }); + if (utf8ValidationValues.length === 0) { + throw new BSONError('UTF-8 validation setting cannot be empty'); + } + if (typeof utf8ValidationValues[0] !== 'boolean') { + throw new BSONError('Invalid UTF-8 validation option, must specify boolean values'); + } + validationSetting = utf8ValidationValues[0]; + // Ensures boolean uniformity in utf-8 validation (all true or all false) + if (!utf8ValidationValues.every(function (item) { return item === validationSetting; })) { + throw new BSONError('Invalid UTF-8 validation option - keys must be all true or all false'); + } + } + // Add keys to set that will either be validated or not based on validationSetting + if (!globalUTFValidation) { + for (var _i = 0, _a = Object.keys(utf8ValidatedKeys); _i < _a.length; _i++) { + var key = _a[_i]; + utf8KeysSet.add(key); + } + } + // Set the start index + var startIndex = index; + // Validate that we have at least 4 bytes of buffer + if (buffer.length < 5) + throw new BSONError('corrupt bson message < 5 bytes long'); + // Read the document size + var size = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Ensure buffer is valid size + if (size < 5 || size > buffer.length) + throw new BSONError('corrupt bson message'); + // Create holding object + var object = isArray ? [] : {}; + // Used for arrays to skip having to perform utf8 decoding + var arrayIndex = 0; + var done = false; + var isPossibleDBRef = isArray ? false : null; + // While we have more left data left keep parsing + var dataview = new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); + while (!done) { + // Read the type + var elementType = buffer[index++]; + // If we get a zero it's the last byte, exit + if (elementType === 0) + break; + // Get the start search index + var i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.byteLength) + throw new BSONError('Bad BSON Document: illegal CString'); + // Represents the key + var name = isArray ? arrayIndex++ : buffer.toString('utf8', index, i); + // shouldValidateKey is true if the key should be validated, false otherwise + var shouldValidateKey = true; + if (globalUTFValidation || utf8KeysSet.has(name)) { + shouldValidateKey = validationSetting; + } + else { + shouldValidateKey = !validationSetting; + } + if (isPossibleDBRef !== false && name[0] === '$') { + isPossibleDBRef = allowedDBRefKeys.test(name); + } + var value = void 0; + index = i + 1; + if (elementType === BSON_DATA_STRING) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + value = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + index = index + stringSize; + } + else if (elementType === BSON_DATA_OID) { + var oid = buffer_1.alloc(12); + buffer.copy(oid, 0, index, index + 12); + value = new ObjectId(oid); + index = index + 12; + } + else if (elementType === BSON_DATA_INT && promoteValues === false) { + value = new Int32(buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24)); + } + else if (elementType === BSON_DATA_INT) { + value = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + } + else if (elementType === BSON_DATA_NUMBER && promoteValues === false) { + value = new Double(dataview.getFloat64(index, true)); + index = index + 8; + } + else if (elementType === BSON_DATA_NUMBER) { + value = dataview.getFloat64(index, true); + index = index + 8; + } + else if (elementType === BSON_DATA_DATE) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Date(new Long(lowBits, highBits).toNumber()); + } + else if (elementType === BSON_DATA_BOOLEAN) { + if (buffer[index] !== 0 && buffer[index] !== 1) + throw new BSONError('illegal boolean type value'); + value = buffer[index++] === 1; + } + else if (elementType === BSON_DATA_OBJECT) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (objectSize <= 0 || objectSize > buffer.length - index) + throw new BSONError('bad embedded document length in bson'); + // We have a raw value + if (raw) { + value = buffer.slice(index, index + objectSize); + } + else { + var objectOptions = options; + if (!globalUTFValidation) { + objectOptions = _assign(_assign({}, options), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, objectOptions, false); + } + index = index + objectSize; + } + else if (elementType === BSON_DATA_ARRAY) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + var arrayOptions = options; + // Stop index + var stopIndex = index + objectSize; + // All elements of array to be returned as raw bson + if (fieldsAsRaw && fieldsAsRaw[name]) { + arrayOptions = {}; + for (var n in options) { + arrayOptions[n] = options[n]; + } + arrayOptions['raw'] = true; + } + if (!globalUTFValidation) { + arrayOptions = _assign(_assign({}, arrayOptions), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, arrayOptions, true); + index = index + objectSize; + if (buffer[index - 1] !== 0) + throw new BSONError('invalid array terminator byte'); + if (index !== stopIndex) + throw new BSONError('corrupted array bson'); + } + else if (elementType === BSON_DATA_UNDEFINED) { + value = undefined; + } + else if (elementType === BSON_DATA_NULL) { + value = null; + } + else if (elementType === BSON_DATA_LONG) { + // Unpack the low and high bits + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var long = new Long(lowBits, highBits); + // Promote the long if possible + if (promoteLongs && promoteValues === true) { + value = + long.lessThanOrEqual(JS_INT_MAX_LONG) && long.greaterThanOrEqual(JS_INT_MIN_LONG) + ? long.toNumber() + : long; + } + else { + value = long; + } + } + else if (elementType === BSON_DATA_DECIMAL128) { + // Buffer to contain the decimal bytes + var bytes = buffer_1.alloc(16); + // Copy the next 16 bytes into the bytes buffer + buffer.copy(bytes, 0, index, index + 16); + // Update index + index = index + 16; + // Assign the new Decimal128 value + var decimal128 = new Decimal128(bytes); + // If we have an alternative mapper use that + if ('toObject' in decimal128 && typeof decimal128.toObject === 'function') { + value = decimal128.toObject(); + } + else { + value = decimal128; + } + } + else if (elementType === BSON_DATA_BINARY) { + var binarySize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var totalBinarySize = binarySize; + var subType = buffer[index++]; + // Did we have a negative binary size, throw + if (binarySize < 0) + throw new BSONError('Negative binary type element size found'); + // Is the length longer than the document + if (binarySize > buffer.byteLength) + throw new BSONError('Binary type size larger than document size'); + // Decode as raw Buffer object if options specifies it + if (buffer['slice'] != null) { + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + if (promoteBuffers && promoteValues) { + value = buffer.slice(index, index + binarySize); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = value.toUUID(); + } + } + } + else { + var _buffer = buffer_1.alloc(binarySize); + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + // Copy the data + for (i = 0; i < binarySize; i++) { + _buffer[i] = buffer[index + i]; + } + if (promoteBuffers && promoteValues) { + value = _buffer; + } + else if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = new Binary(buffer.slice(index, index + binarySize), subType).toUUID(); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + } + } + // Update the index + index = index + binarySize; + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === false) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + // Create the regexp + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // For each option add the corresponding one for javascript + var optionsArray = new Array(regExpOptions.length); + // Parse options + for (i = 0; i < regExpOptions.length; i++) { + switch (regExpOptions[i]) { + case 'm': + optionsArray[i] = 'm'; + break; + case 's': + optionsArray[i] = 'g'; + break; + case 'i': + optionsArray[i] = 'i'; + break; + } + } + value = new RegExp(source, optionsArray.join('')); + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === true) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // Set the object + value = new BSONRegExp(source, regExpOptions); + } + else if (elementType === BSON_DATA_SYMBOL) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var symbol = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + value = promoteValues ? symbol : new BSONSymbol(symbol); + index = index + stringSize; + } + else if (elementType === BSON_DATA_TIMESTAMP) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Timestamp(lowBits, highBits); + } + else if (elementType === BSON_DATA_MIN_KEY) { + value = new MinKey(); + } + else if (elementType === BSON_DATA_MAX_KEY) { + value = new MaxKey(); + } + else if (elementType === BSON_DATA_CODE) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + } + else { + value = new Code(functionString); + } + // Update parse index position + index = index + stringSize; + } + else if (elementType === BSON_DATA_CODE_W_SCOPE) { + var totalSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Element cannot be shorter than totalSize + stringSize + documentSize + terminator + if (totalSize < 4 + 4 + 4 + 1) { + throw new BSONError('code_w_scope total size shorter minimum expected length'); + } + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + // Javascript function + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // Update parse index position + index = index + stringSize; + // Parse the element + var _index = index; + // Decode the size of the object document + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + // Decode the scope object + var scopeObject = deserializeObject(buffer, _index, options, false); + // Adjust the index + index = index + objectSize; + // Check if field length is too short + if (totalSize < 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too short, truncating scope'); + } + // Check if totalSize field is too long + if (totalSize > 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too long, clips outer document'); + } + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + value.scope = scopeObject; + } + else { + value = new Code(functionString, scopeObject); + } + } + else if (elementType === BSON_DATA_DBPOINTER) { + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) + throw new BSONError('bad string length in bson'); + // Namespace + if (validation != null && validation.utf8) { + if (!validateUtf8(buffer, index, index + stringSize - 1)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + } + var namespace = buffer.toString('utf8', index, index + stringSize - 1); + // Update parse index position + index = index + stringSize; + // Read the oid + var oidBuffer = buffer_1.alloc(12); + buffer.copy(oidBuffer, 0, index, index + 12); + var oid = new ObjectId(oidBuffer); + // Update the index + index = index + 12; + // Upgrade to DBRef type + value = new DBRef(namespace, oid); + } + else { + throw new BSONError("Detected unknown BSON type ".concat(elementType.toString(16), " for fieldname \"").concat(name, "\"")); + } + if (name === '__proto__') { + Object.defineProperty(object, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + object[name] = value; + } + } + // Check if the deserialization was against a valid array/object + if (size !== index - startIndex) { + if (isArray) + throw new BSONError('corrupt array bson'); + throw new BSONError('corrupt object bson'); + } + // if we did not find "$ref", "$id", "$db", or found an extraneous $key, don't make a DBRef + if (!isPossibleDBRef) + return object; + if (isDBRefLike(object)) { + var copy = Object.assign({}, object); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(object.$ref, object.$id, object.$db, copy); + } + return object; +} +/** + * Ensure eval is isolated, store the result in functionCache. + * + * @internal + */ +function isolateEval(functionString, functionCache, object) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + if (!functionCache) + return new Function(functionString); + // Check for cache hit, eval if missing and return cached function + if (functionCache[functionString] == null) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + functionCache[functionString] = new Function(functionString); + } + // Set the object + return functionCache[functionString].bind(object); +} +function getValidatedString(buffer, start, end, shouldValidateUtf8) { + var value = buffer.toString('utf8', start, end); + // if utf8 validation is on, do the check + if (shouldValidateUtf8) { + for (var i = 0; i < value.length; i++) { + if (value.charCodeAt(i) === 0xfffd) { + if (!validateUtf8(buffer, start, end)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + break; + } + } + } + return value; +} + +var regexp = /\x00/; // eslint-disable-line no-control-regex +var ignoreKeys = new Set(['$db', '$ref', '$id', '$clusterTime']); +/* + * isArray indicates if we are writing to a BSON array (type 0x04) + * which forces the "key" which really an array index as a string to be written as ascii + * This will catch any errors in index as a string generation + */ +function serializeString(buffer, key, value, index, isArray) { + // Encode String type + buffer[index++] = BSON_DATA_STRING; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes + 1; + buffer[index - 1] = 0; + // Write the string + var size = buffer.write(value, index + 4, undefined, 'utf8'); + // Write the size of the string to buffer + buffer[index + 3] = ((size + 1) >> 24) & 0xff; + buffer[index + 2] = ((size + 1) >> 16) & 0xff; + buffer[index + 1] = ((size + 1) >> 8) & 0xff; + buffer[index] = (size + 1) & 0xff; + // Update index + index = index + 4 + size; + // Write zero + buffer[index++] = 0; + return index; +} +var SPACE_FOR_FLOAT64 = new Uint8Array(8); +var DV_FOR_FLOAT64 = new DataView(SPACE_FOR_FLOAT64.buffer, SPACE_FOR_FLOAT64.byteOffset, SPACE_FOR_FLOAT64.byteLength); +function serializeNumber(buffer, key, value, index, isArray) { + // We have an integer value + // TODO(NODE-2529): Add support for big int + if (Number.isInteger(value) && + value >= BSON_INT32_MIN$1 && + value <= BSON_INT32_MAX$1) { + // If the value fits in 32 bits encode as int32 + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + } + else { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + } + return index; +} +function serializeNull(buffer, key, _, index, isArray) { + // Set long type + buffer[index++] = BSON_DATA_NULL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} +function serializeBoolean(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BOOLEAN; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Encode the boolean value + buffer[index++] = value ? 1 : 0; + return index; +} +function serializeDate(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_DATE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var dateInMilis = Long.fromNumber(value.getTime()); + var lowBits = dateInMilis.getLowBits(); + var highBits = dateInMilis.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} +function serializeRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + if (value.source && value.source.match(regexp) != null) { + throw Error('value ' + value.source + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.source, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the parameters + if (value.ignoreCase) + buffer[index++] = 0x69; // i + if (value.global) + buffer[index++] = 0x73; // s + if (value.multiline) + buffer[index++] = 0x6d; // m + // Add ending zero + buffer[index++] = 0x00; + return index; +} +function serializeBSONRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Check the pattern for 0 bytes + if (value.pattern.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('pattern ' + value.pattern + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.pattern, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the options + index = index + buffer.write(value.options.split('').sort().join(''), index, undefined, 'utf8'); + // Add ending zero + buffer[index++] = 0x00; + return index; +} +function serializeMinMax(buffer, key, value, index, isArray) { + // Write the type of either min or max key + if (value === null) { + buffer[index++] = BSON_DATA_NULL; + } + else if (value._bsontype === 'MinKey') { + buffer[index++] = BSON_DATA_MIN_KEY; + } + else { + buffer[index++] = BSON_DATA_MAX_KEY; + } + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} +function serializeObjectId(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OID; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the objectId into the shared buffer + if (typeof value.id === 'string') { + buffer.write(value.id, index, undefined, 'binary'); + } + else if (isUint8Array(value.id)) { + // Use the standard JS methods here because buffer.copy() is buggy with the + // browser polyfill + buffer.set(value.id.subarray(0, 12), index); + } + else { + throw new BSONTypeError('object [' + JSON.stringify(value) + '] is not a valid ObjectId'); + } + // Adjust index + return index + 12; +} +function serializeBuffer(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Get size of the buffer (current write point) + var size = value.length; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the default subtype + buffer[index++] = BSON_BINARY_SUBTYPE_DEFAULT; + // Copy the content form the binary field to the buffer + buffer.set(ensureBuffer(value), index); + // Adjust the index + index = index + size; + return index; +} +function serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (path === void 0) { path = []; } + for (var i = 0; i < path.length; i++) { + if (path[i] === value) + throw new BSONError('cyclic dependency detected'); + } + // Push value to stack + path.push(value); + // Write the type + buffer[index++] = Array.isArray(value) ? BSON_DATA_ARRAY : BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var endIndex = serializeInto(buffer, value, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined, path); + // Pop stack + path.pop(); + return endIndex; +} +function serializeDecimal128(buffer, key, value, index, isArray) { + buffer[index++] = BSON_DATA_DECIMAL128; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the data from the value + // Prefer the standard JS methods because their typechecking is not buggy, + // unlike the `buffer` polyfill's. + buffer.set(value.bytes.subarray(0, 16), index); + return index + 16; +} +function serializeLong(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = + value._bsontype === 'Long' ? BSON_DATA_LONG : BSON_DATA_TIMESTAMP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var lowBits = value.getLowBits(); + var highBits = value.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} +function serializeInt32(buffer, key, value, index, isArray) { + value = value.valueOf(); + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + return index; +} +function serializeDouble(buffer, key, value, index, isArray) { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value.value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + return index; +} +function serializeFunction(buffer, key, value, index, _checkKeys, _depth, isArray) { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = normalizedFunctionString(value); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + return index; +} +function serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (value.scope && typeof value.scope === 'object') { + // Write the type + buffer[index++] = BSON_DATA_CODE_W_SCOPE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Starting index + var startIndex = index; + // Serialize the function + // Get the function string + var functionString = typeof value.code === 'string' ? value.code : value.code.toString(); + // Index adjustment + index = index + 4; + // Write string into buffer + var codeSize = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = codeSize & 0xff; + buffer[index + 1] = (codeSize >> 8) & 0xff; + buffer[index + 2] = (codeSize >> 16) & 0xff; + buffer[index + 3] = (codeSize >> 24) & 0xff; + // Write end 0 + buffer[index + 4 + codeSize - 1] = 0; + // Write the + index = index + codeSize + 4; + // + // Serialize the scope value + var endIndex = serializeInto(buffer, value.scope, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined); + index = endIndex - 1; + // Writ the total + var totalSize = endIndex - startIndex; + // Write the total size of the object + buffer[startIndex++] = totalSize & 0xff; + buffer[startIndex++] = (totalSize >> 8) & 0xff; + buffer[startIndex++] = (totalSize >> 16) & 0xff; + buffer[startIndex++] = (totalSize >> 24) & 0xff; + // Write trailing zero + buffer[index++] = 0; + } + else { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = value.code.toString(); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + } + return index; +} +function serializeBinary(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Extract the buffer + var data = value.value(true); + // Calculate size + var size = value.position; + // Add the deprecated 02 type 4 bytes of size to total + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) + size = size + 4; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the subtype to the buffer + buffer[index++] = value.sub_type; + // If we have binary type 2 the 4 first bytes are the size + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + size = size - 4; + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + } + // Write the data to the object + buffer.set(data, index); + // Adjust the index + index = index + value.position; + return index; +} +function serializeSymbol(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_SYMBOL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the string + var size = buffer.write(value.value, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0x00; + return index; +} +function serializeDBRef(buffer, key, value, index, depth, serializeFunctions, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var startIndex = index; + var output = { + $ref: value.collection || value.namespace, + $id: value.oid + }; + if (value.db != null) { + output.$db = value.db; + } + output = Object.assign(output, value.fields); + var endIndex = serializeInto(buffer, output, false, index, depth + 1, serializeFunctions); + // Calculate object size + var size = endIndex - startIndex; + // Write the size + buffer[startIndex++] = size & 0xff; + buffer[startIndex++] = (size >> 8) & 0xff; + buffer[startIndex++] = (size >> 16) & 0xff; + buffer[startIndex++] = (size >> 24) & 0xff; + // Set index + return endIndex; +} +function serializeInto(buffer, object, checkKeys, startingIndex, depth, serializeFunctions, ignoreUndefined, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (startingIndex === void 0) { startingIndex = 0; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (path === void 0) { path = []; } + startingIndex = startingIndex || 0; + path = path || []; + // Push the object to the path + path.push(object); + // Start place to serialize into + var index = startingIndex + 4; + // Special case isArray + if (Array.isArray(object)) { + // Get object keys + for (var i = 0; i < object.length; i++) { + var key = "".concat(i); + var value = object[i]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + if (typeof value === 'string') { + index = serializeString(buffer, key, value, index, true); + } + else if (typeof value === 'number') { + index = serializeNumber(buffer, key, value, index, true); + } + else if (typeof value === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (typeof value === 'boolean') { + index = serializeBoolean(buffer, key, value, index, true); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index, true); + } + else if (value === undefined) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index, true); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index, true); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index, true); + } + else if (typeof value === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true, path); + } + else if (typeof value === 'object' && + isBSONType(value) && + value._bsontype === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index, true); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, true); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions, true); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index, true); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else if (object instanceof bsonMap || isMap(object)) { + var iterator = object.entries(); + var done = false; + while (!done) { + // Unpack the next entry + var entry = iterator.next(); + done = !!entry.done; + // Are we done, then skip and terminate + if (done) + continue; + // Get the entry values + var key = entry.value[0]; + var value = entry.value[1]; + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint' || isBigInt64Array(value) || isBigUInt64Array(value)) { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === null || (value === undefined && ignoreUndefined === false)) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else { + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + // Provided a custom serialization method + object = object.toBSON(); + if (object != null && typeof object !== 'object') { + throw new BSONTypeError('toBSON function did not return an object'); + } + } + // Iterate over all the keys + for (var key in object) { + var value = object[key]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === undefined) { + if (ignoreUndefined === false) + index = serializeNull(buffer, key, value, index); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + // Remove the path + path.pop(); + // Final padding byte for object + buffer[index++] = 0x00; + // Final size + var size = index - startingIndex; + // Write the size of the object + buffer[startingIndex++] = size & 0xff; + buffer[startingIndex++] = (size >> 8) & 0xff; + buffer[startingIndex++] = (size >> 16) & 0xff; + buffer[startingIndex++] = (size >> 24) & 0xff; + return index; +} + +/** @internal */ +// Default Max Size +var MAXSIZE = 1024 * 1024 * 17; +// Current Internal Temporary Serialization Buffer +var buffer = buffer_1.alloc(MAXSIZE); +/** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ +function setInternalBufferSize(size) { + // Resize the internal serialization buffer if needed + if (buffer.length < size) { + buffer = buffer_1.alloc(size); + } +} +/** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ +function serialize(object, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var minInternalBufferSize = typeof options.minInternalBufferSize === 'number' ? options.minInternalBufferSize : MAXSIZE; + // Resize the internal serialization buffer if needed + if (buffer.length < minInternalBufferSize) { + buffer = buffer_1.alloc(minInternalBufferSize); + } + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined, []); + // Create the final buffer + var finishedBuffer = buffer_1.alloc(serializationIndex); + // Copy into the finished buffer + buffer.copy(finishedBuffer, 0, 0, finishedBuffer.length); + // Return the buffer + return finishedBuffer; +} +/** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ +function serializeWithBufferAndIndex(object, finalBuffer, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var startIndex = typeof options.index === 'number' ? options.index : 0; + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined); + buffer.copy(finalBuffer, startIndex, 0, serializationIndex); + // Return the index + return startIndex + serializationIndex - 1; +} +/** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ +function deserialize(buffer, options) { + if (options === void 0) { options = {}; } + return deserialize$1(buffer instanceof buffer_1 ? buffer : ensureBuffer(buffer), options); +} +/** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ +function calculateObjectSize(object, options) { + if (options === void 0) { options = {}; } + options = options || {}; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + return calculateObjectSize$1(object, serializeFunctions, ignoreUndefined); +} +/** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ +function deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, options) { + var internalOptions = Object.assign({ allowObjectSmallerThanBufferSize: true, index: 0 }, options); + var bufferData = ensureBuffer(data); + var index = startIndex; + // Loop over all documents + for (var i = 0; i < numberOfDocuments; i++) { + // Find size of the document + var size = bufferData[index] | + (bufferData[index + 1] << 8) | + (bufferData[index + 2] << 16) | + (bufferData[index + 3] << 24); + // Update options with index + internalOptions.index = index; + // Parse the document at this point + documents[docStartIndex + i] = deserialize$1(bufferData, internalOptions); + // Adjust index by the document size + index = index + size; + } + // Return object containing end index of parsing and list of documents + return index; +} +/** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ +var BSON = { + Binary: Binary, + Code: Code, + DBRef: DBRef, + Decimal128: Decimal128, + Double: Double, + Int32: Int32, + Long: Long, + UUID: UUID, + Map: bsonMap, + MaxKey: MaxKey, + MinKey: MinKey, + ObjectId: ObjectId, + ObjectID: ObjectId, + BSONRegExp: BSONRegExp, + BSONSymbol: BSONSymbol, + Timestamp: Timestamp, + EJSON: EJSON, + setInternalBufferSize: setInternalBufferSize, + serialize: serialize, + serializeWithBufferAndIndex: serializeWithBufferAndIndex, + deserialize: deserialize, + calculateObjectSize: calculateObjectSize, + deserializeStream: deserializeStream, + BSONError: BSONError, + BSONTypeError: BSONTypeError +}; + +export default BSON; +export { BSONError, BSONRegExp, BSONSymbol, BSONTypeError, BSON_BINARY_SUBTYPE_BYTE_ARRAY, BSON_BINARY_SUBTYPE_COLUMN, BSON_BINARY_SUBTYPE_DEFAULT, BSON_BINARY_SUBTYPE_ENCRYPTED, BSON_BINARY_SUBTYPE_FUNCTION, BSON_BINARY_SUBTYPE_MD5, BSON_BINARY_SUBTYPE_USER_DEFINED, BSON_BINARY_SUBTYPE_UUID, BSON_BINARY_SUBTYPE_UUID_NEW, BSON_DATA_ARRAY, BSON_DATA_BINARY, BSON_DATA_BOOLEAN, BSON_DATA_CODE, BSON_DATA_CODE_W_SCOPE, BSON_DATA_DATE, BSON_DATA_DBPOINTER, BSON_DATA_DECIMAL128, BSON_DATA_INT, BSON_DATA_LONG, BSON_DATA_MAX_KEY, BSON_DATA_MIN_KEY, BSON_DATA_NULL, BSON_DATA_NUMBER, BSON_DATA_OBJECT, BSON_DATA_OID, BSON_DATA_REGEXP, BSON_DATA_STRING, BSON_DATA_SYMBOL, BSON_DATA_TIMESTAMP, BSON_DATA_UNDEFINED, BSON_INT32_MAX$1 as BSON_INT32_MAX, BSON_INT32_MIN$1 as BSON_INT32_MIN, BSON_INT64_MAX$1 as BSON_INT64_MAX, BSON_INT64_MIN$1 as BSON_INT64_MIN, Binary, Code, DBRef, Decimal128, Double, EJSON, Int32, Long, LongWithoutOverridesClass, bsonMap as Map, MaxKey, MinKey, ObjectId as ObjectID, ObjectId, Timestamp, UUID, calculateObjectSize, deserialize, deserializeStream, serialize, serializeWithBufferAndIndex, setInternalBufferSize }; +//# sourceMappingURL=bson.browser.esm.js.map diff --git a/node_modules/bson/dist/bson.browser.esm.js.map b/node_modules/bson/dist/bson.browser.esm.js.map new file mode 100644 index 000000000..e858deea4 --- /dev/null +++ b/node_modules/bson/dist/bson.browser.esm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bson.browser.esm.js","sources":["../node_modules/base64-js/index.js","../node_modules/ieee754/index.js","../node_modules/buffer/index.js","../node_modules/tslib/tslib.es6.js","../src/error.ts","../src/utils/global.ts","../src/parser/utils.ts","../src/ensure_buffer.ts","../src/uuid_utils.ts","../src/constants.ts","../src/binary.ts","../src/code.ts","../src/db_ref.ts","../src/long.ts","../src/decimal128.ts","../src/double.ts","../src/int_32.ts","../src/max_key.ts","../src/min_key.ts","../src/objectid.ts","../src/regexp.ts","../src/symbol.ts","../src/timestamp.ts","../src/extended_json.ts","../src/map.ts","../src/parser/calculate_size.ts","../src/validate_utf8.ts","../src/parser/deserializer.ts","../src/parser/serializer.ts","../src/bson.ts"],"sourcesContent":["'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */\nexports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar customInspectSymbol =\n (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation\n ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation\n : null\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\nvar K_MAX_LENGTH = 0x7fffffff\nexports.kMaxLength = K_MAX_LENGTH\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Print warning and recommend using `buffer` v4.x which has an Object\n * implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * We report that the browser does not support typed arrays if the are not subclassable\n * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`\n * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support\n * for __proto__ and has a buggy typed array implementation.\n */\nBuffer.TYPED_ARRAY_SUPPORT = typedArraySupport()\n\nif (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&\n typeof console.error === 'function') {\n console.error(\n 'This browser lacks typed array (Uint8Array) support which is required by ' +\n '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'\n )\n}\n\nfunction typedArraySupport () {\n // Can typed array instances can be augmented?\n try {\n var arr = new Uint8Array(1)\n var proto = { foo: function () { return 42 } }\n Object.setPrototypeOf(proto, Uint8Array.prototype)\n Object.setPrototypeOf(arr, proto)\n return arr.foo() === 42\n } catch (e) {\n return false\n }\n}\n\nObject.defineProperty(Buffer.prototype, 'parent', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.buffer\n }\n})\n\nObject.defineProperty(Buffer.prototype, 'offset', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.byteOffset\n }\n})\n\nfunction createBuffer (length) {\n if (length > K_MAX_LENGTH) {\n throw new RangeError('The value \"' + length + '\" is invalid for option \"size\"')\n }\n // Return an augmented `Uint8Array` instance\n var buf = new Uint8Array(length)\n Object.setPrototypeOf(buf, Buffer.prototype)\n return buf\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new TypeError(\n 'The \"string\" argument must be of type string. Received type number'\n )\n }\n return allocUnsafe(arg)\n }\n return from(arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\nfunction from (value, encodingOrOffset, length) {\n if (typeof value === 'string') {\n return fromString(value, encodingOrOffset)\n }\n\n if (ArrayBuffer.isView(value)) {\n return fromArrayView(value)\n }\n\n if (value == null) {\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n }\n\n if (isInstance(value, ArrayBuffer) ||\n (value && isInstance(value.buffer, ArrayBuffer))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof SharedArrayBuffer !== 'undefined' &&\n (isInstance(value, SharedArrayBuffer) ||\n (value && isInstance(value.buffer, SharedArrayBuffer)))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof value === 'number') {\n throw new TypeError(\n 'The \"value\" argument must not be of type number. Received type number'\n )\n }\n\n var valueOf = value.valueOf && value.valueOf()\n if (valueOf != null && valueOf !== value) {\n return Buffer.from(valueOf, encodingOrOffset, length)\n }\n\n var b = fromObject(value)\n if (b) return b\n\n if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null &&\n typeof value[Symbol.toPrimitive] === 'function') {\n return Buffer.from(\n value[Symbol.toPrimitive]('string'), encodingOrOffset, length\n )\n }\n\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(value, encodingOrOffset, length)\n}\n\n// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:\n// https://github.com/feross/buffer/pull/148\nObject.setPrototypeOf(Buffer.prototype, Uint8Array.prototype)\nObject.setPrototypeOf(Buffer, Uint8Array)\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be of type number')\n } else if (size < 0) {\n throw new RangeError('The value \"' + size + '\" is invalid for option \"size\"')\n }\n}\n\nfunction alloc (size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpreted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(size).fill(fill, encoding)\n : createBuffer(size).fill(fill)\n }\n return createBuffer(size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(size, fill, encoding)\n}\n\nfunction allocUnsafe (size) {\n assertSize(size)\n return createBuffer(size < 0 ? 0 : checked(size) | 0)\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(size)\n}\n\nfunction fromString (string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n\n var length = byteLength(string, encoding) | 0\n var buf = createBuffer(length)\n\n var actual = buf.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n buf = buf.slice(0, actual)\n }\n\n return buf\n}\n\nfunction fromArrayLike (array) {\n var length = array.length < 0 ? 0 : checked(array.length) | 0\n var buf = createBuffer(length)\n for (var i = 0; i < length; i += 1) {\n buf[i] = array[i] & 255\n }\n return buf\n}\n\nfunction fromArrayView (arrayView) {\n if (isInstance(arrayView, Uint8Array)) {\n var copy = new Uint8Array(arrayView)\n return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength)\n }\n return fromArrayLike(arrayView)\n}\n\nfunction fromArrayBuffer (array, byteOffset, length) {\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\"offset\" is outside of buffer bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\"length\" is outside of buffer bounds')\n }\n\n var buf\n if (byteOffset === undefined && length === undefined) {\n buf = new Uint8Array(array)\n } else if (length === undefined) {\n buf = new Uint8Array(array, byteOffset)\n } else {\n buf = new Uint8Array(array, byteOffset, length)\n }\n\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(buf, Buffer.prototype)\n\n return buf\n}\n\nfunction fromObject (obj) {\n if (Buffer.isBuffer(obj)) {\n var len = checked(obj.length) | 0\n var buf = createBuffer(len)\n\n if (buf.length === 0) {\n return buf\n }\n\n obj.copy(buf, 0, 0, len)\n return buf\n }\n\n if (obj.length !== undefined) {\n if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) {\n return createBuffer(0)\n }\n return fromArrayLike(obj)\n }\n\n if (obj.type === 'Buffer' && Array.isArray(obj.data)) {\n return fromArrayLike(obj.data)\n }\n}\n\nfunction checked (length) {\n // Note: cannot use `length < K_MAX_LENGTH` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= K_MAX_LENGTH) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return b != null && b._isBuffer === true &&\n b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false\n}\n\nBuffer.compare = function compare (a, b) {\n if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength)\n if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength)\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError(\n 'The \"buf1\", \"buf2\" arguments must be one of type Buffer or Uint8Array'\n )\n }\n\n if (a === b) return 0\n\n var x = a.length\n var y = b.length\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!Array.isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n var i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n var buffer = Buffer.allocUnsafe(length)\n var pos = 0\n for (i = 0; i < list.length; ++i) {\n var buf = list[i]\n if (isInstance(buf, Uint8Array)) {\n if (pos + buf.length > buffer.length) {\n Buffer.from(buf).copy(buffer, pos)\n } else {\n Uint8Array.prototype.set.call(\n buffer,\n buf,\n pos\n )\n }\n } else if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n } else {\n buf.copy(buffer, pos)\n }\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n throw new TypeError(\n 'The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. ' +\n 'Received type ' + typeof string\n )\n }\n\n var len = string.length\n var mustMatch = (arguments.length > 2 && arguments[2] === true)\n if (!mustMatch && len === 0) return 0\n\n // Use a for loop to avoid recursion\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) {\n return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8\n }\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n var loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coercion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)\n// to detect a Buffer instance. It's not possible to use `instanceof Buffer`\n// reliably in a browserify context because there could be multiple different\n// copies of the 'buffer' package in use. This method works even for Buffer\n// instances that were created from another copy of the `buffer` package.\n// See: https://github.com/feross/buffer/issues/154\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n var i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n var len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n var len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (var i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n var len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (var i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n var length = this.length\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.toLocaleString = Buffer.prototype.toString\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n var str = ''\n var max = exports.INSPECT_MAX_BYTES\n str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim()\n if (this.length > max) str += ' ... '\n return ''\n}\nif (customInspectSymbol) {\n Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (isInstance(target, Uint8Array)) {\n target = Buffer.from(target, target.offset, target.byteLength)\n }\n if (!Buffer.isBuffer(target)) {\n throw new TypeError(\n 'The \"target\" argument must be one of type Buffer or Uint8Array. ' +\n 'Received type ' + (typeof target)\n )\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n var x = thisEnd - thisStart\n var y = end - start\n var len = Math.min(x, y)\n\n var thisCopy = this.slice(thisStart, thisEnd)\n var targetCopy = target.slice(start, end)\n\n for (var i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (numberIsNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [val], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n var indexSize = 1\n var arrLength = arr.length\n var valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n var i\n if (dir) {\n var foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n var found = true\n for (var j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n var remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n var strLen = string.length\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n for (var i = 0; i < length; ++i) {\n var parsed = parseInt(string.substr(i * 2, 2), 16)\n if (numberIsNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset >>> 0\n if (isFinite(length)) {\n length = length >>> 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n var remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n case 'latin1':\n case 'binary':\n return asciiWrite(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n var res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = null\n var bytesPerSequence = (firstByte > 0xEF)\n ? 4\n : (firstByte > 0xDF)\n ? 3\n : (firstByte > 0xBF)\n ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n var secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n var len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n var res = ''\n var i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n var len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n var out = ''\n for (var i = start; i < end; ++i) {\n out += hexSliceLookupTable[buf[i]]\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n var bytes = buf.slice(start, end)\n var res = ''\n // If bytes.length is odd, the last 8 bits must be ignored (same as node.js)\n for (var i = 0; i < bytes.length - 1; i += 2) {\n res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256))\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n var len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n var newBuf = this.subarray(start, end)\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(newBuf, Buffer.prototype)\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUintLE =\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUintBE =\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n var val = this[offset + --byteLength]\n var mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUint8 =\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUint16LE =\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUint16BE =\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUint32LE =\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUint32BE =\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var i = byteLength\n var mul = 1\n var val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUintLE =\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var mul = 1\n var i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUintBE =\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var i = byteLength - 1\n var mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUint8 =\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeUint16LE =\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeUint16BE =\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeUint32LE =\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeUint32BE =\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n var limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = 0\n var mul = 1\n var sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n var limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = byteLength - 1\n var mul = 1\n var sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer')\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('Index out of range')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n var len = end - start\n\n if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') {\n // Use built-in when available, missing from IE11\n this.copyWithin(targetStart, start, end)\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, end),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n if (val.length === 1) {\n var code = val.charCodeAt(0)\n if ((encoding === 'utf8' && code < 128) ||\n encoding === 'latin1') {\n // Fast path: If `val` fits into a single byte, use that numeric value.\n val = code\n }\n }\n } else if (typeof val === 'number') {\n val = val & 255\n } else if (typeof val === 'boolean') {\n val = Number(val)\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n var i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n var bytes = Buffer.isBuffer(val)\n ? val\n : Buffer.from(val, encoding)\n var len = bytes.length\n if (len === 0) {\n throw new TypeError('The value \"' + val +\n '\" is invalid for argument \"value\"')\n }\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node takes equal signs as end of the Base64 encoding\n str = str.split('=')[0]\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = str.trim().replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n var codePoint\n var length = string.length\n var leadSurrogate = null\n var bytes = []\n\n for (var i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n var c, hi, lo\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n for (var i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\n// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass\n// the `instanceof` check but they should be treated as of that type.\n// See: https://github.com/feross/buffer/issues/166\nfunction isInstance (obj, type) {\n return obj instanceof type ||\n (obj != null && obj.constructor != null && obj.constructor.name != null &&\n obj.constructor.name === type.name)\n}\nfunction numberIsNaN (obj) {\n // For IE11 support\n return obj !== obj // eslint-disable-line no-self-compare\n}\n\n// Create lookup table for `toString('hex')`\n// See: https://github.com/feross/buffer/issues/219\nvar hexSliceLookupTable = (function () {\n var alphabet = '0123456789abcdef'\n var table = new Array(256)\n for (var i = 0; i < 16; ++i) {\n var i16 = i * 16\n for (var j = 0; j < 16; ++j) {\n table[i16 + j] = alphabet[i] + alphabet[j]\n }\n }\n return table\n})()\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["byteLength","toByteArray","fromByteArray","lookup","revLookup","Arr","Uint8Array","Array","code","i","len","length","charCodeAt","getLens","b64","Error","validLen","indexOf","placeHoldersLen","lens","_byteLength","tmp","arr","curByte","tripletToBase64","num","encodeChunk","uint8","start","end","output","push","join","extraBytes","parts","maxChunkLength","len2","buffer","offset","isLE","mLen","nBytes","e","m","eLen","eMax","eBias","nBits","d","s","NaN","Infinity","Math","pow","value","c","rt","abs","isNaN","floor","log","LN2","customInspectSymbol","Symbol","exports","Buffer","SlowBuffer","K_MAX_LENGTH","TYPED_ARRAY_SUPPORT","typedArraySupport","console","error","proto","foo","Object","setPrototypeOf","prototype","defineProperty","enumerable","get","isBuffer","undefined","byteOffset","createBuffer","RangeError","buf","arg","encodingOrOffset","TypeError","allocUnsafe","from","poolSize","fromString","ArrayBuffer","isView","fromArrayView","isInstance","fromArrayBuffer","SharedArrayBuffer","valueOf","b","fromObject","toPrimitive","assertSize","size","alloc","fill","encoding","checked","allocUnsafeSlow","string","isEncoding","actual","write","slice","fromArrayLike","array","arrayView","copy","obj","numberIsNaN","type","isArray","data","toString","_isBuffer","compare","a","x","y","min","String","toLowerCase","concat","list","pos","set","call","mustMatch","arguments","loweredCase","utf8ToBytes","base64ToBytes","slowToString","hexSlice","utf8Slice","asciiSlice","latin1Slice","base64Slice","utf16leSlice","swap","n","swap16","swap32","swap64","apply","toLocaleString","equals","inspect","str","max","INSPECT_MAX_BYTES","replace","trim","target","thisStart","thisEnd","thisCopy","targetCopy","bidirectionalIndexOf","val","dir","arrayIndexOf","lastIndexOf","indexSize","arrLength","valLength","read","readUInt16BE","foundIndex","found","j","includes","hexWrite","Number","remaining","strLen","parsed","parseInt","substr","utf8Write","blitBuffer","asciiWrite","asciiToBytes","base64Write","ucs2Write","utf16leToBytes","isFinite","toJSON","_arr","base64","res","firstByte","codePoint","bytesPerSequence","secondByte","thirdByte","fourthByte","tempCodePoint","decodeCodePointsArray","MAX_ARGUMENTS_LENGTH","codePoints","fromCharCode","ret","out","hexSliceLookupTable","bytes","newBuf","subarray","checkOffset","ext","readUintLE","readUIntLE","noAssert","mul","readUintBE","readUIntBE","readUint8","readUInt8","readUint16LE","readUInt16LE","readUint16BE","readUint32LE","readUInt32LE","readUint32BE","readUInt32BE","readIntLE","readIntBE","readInt8","readInt16LE","readInt16BE","readInt32LE","readInt32BE","readFloatLE","ieee754","readFloatBE","readDoubleLE","readDoubleBE","checkInt","writeUintLE","writeUIntLE","maxBytes","writeUintBE","writeUIntBE","writeUint8","writeUInt8","writeUint16LE","writeUInt16LE","writeUint16BE","writeUInt16BE","writeUint32LE","writeUInt32LE","writeUint32BE","writeUInt32BE","writeIntLE","limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","checkIEEE754","writeFloat","littleEndian","writeFloatLE","writeFloatBE","writeDouble","writeDoubleLE","writeDoubleBE","targetStart","copyWithin","INVALID_BASE64_RE","base64clean","split","units","leadSurrogate","byteArray","hi","lo","src","dst","constructor","name","alphabet","table","i16","extendStatics","__proto__","p","hasOwnProperty","__extends","__","create","__assign","assign","t","BSON_INT32_MAX","BSON_INT32_MIN","BSON_INT64_MAX","BSON_INT64_MIN","calculateObjectSize","constants.JS_INT_MIN","constants.JS_INT_MAX","constants.BSON_INT32_MIN","constants.BSON_INT32_MAX","deserialize","constants.BSON_DATA_STRING","constants.BSON_DATA_OID","constants.BSON_DATA_INT","constants.BSON_DATA_NUMBER","constants.BSON_DATA_DATE","constants.BSON_DATA_BOOLEAN","constants.BSON_DATA_OBJECT","constants.BSON_DATA_ARRAY","constants.BSON_DATA_UNDEFINED","constants.BSON_DATA_NULL","constants.BSON_DATA_LONG","constants.BSON_DATA_DECIMAL128","constants.BSON_DATA_BINARY","constants.BSON_BINARY_SUBTYPE_UUID_NEW","constants.BSON_DATA_REGEXP","constants.BSON_DATA_SYMBOL","constants.BSON_DATA_TIMESTAMP","constants.BSON_DATA_MIN_KEY","constants.BSON_DATA_MAX_KEY","constants.BSON_DATA_CODE","constants.BSON_DATA_CODE_W_SCOPE","constants.BSON_DATA_DBPOINTER","constants.BSON_BINARY_SUBTYPE_DEFAULT","Map","internalSerialize","internalDeserialize","internalCalculateObjectSize"],"mappings":";;;;AAEA,gBAAkB,GAAGA,UAArB;AACA,iBAAmB,GAAGC,WAAtB;AACA,mBAAqB,GAAGC,aAAxB;AAEA,IAAIC,MAAM,GAAG,EAAb;AACA,IAAIC,SAAS,GAAG,EAAhB;AACA,IAAIC,GAAG,GAAG,OAAOC,UAAP,KAAsB,WAAtB,GAAoCA,UAApC,GAAiDC,KAA3D;AAEA,IAAIC,IAAI,GAAG,kEAAX;;AACA,KAAK,IAAIC,CAAC,GAAG,CAAR,EAAWC,GAAG,GAAGF,IAAI,CAACG,MAA3B,EAAmCF,CAAC,GAAGC,GAAvC,EAA4C,EAAED,CAA9C,EAAiD;AAC/CN,EAAAA,MAAM,CAACM,CAAD,CAAN,GAAYD,IAAI,CAACC,CAAD,CAAhB;AACAL,EAAAA,SAAS,CAACI,IAAI,CAACI,UAAL,CAAgBH,CAAhB,CAAD,CAAT,GAAgCA,CAAhC;AACD;AAGD;;;AACAL,SAAS,CAAC,IAAIQ,UAAJ,CAAe,CAAf,CAAD,CAAT,GAA+B,EAA/B;AACAR,SAAS,CAAC,IAAIQ,UAAJ,CAAe,CAAf,CAAD,CAAT,GAA+B,EAA/B;;AAEA,SAASC,OAAT,CAAkBC,GAAlB,EAAuB;AACrB,MAAIJ,GAAG,GAAGI,GAAG,CAACH,MAAd;;AAEA,MAAID,GAAG,GAAG,CAAN,GAAU,CAAd,EAAiB;AACf,UAAM,IAAIK,KAAJ,CAAU,gDAAV,CAAN;AACD,GALoB;;;;AASrB,MAAIC,QAAQ,GAAGF,GAAG,CAACG,OAAJ,CAAY,GAAZ,CAAf;AACA,MAAID,QAAQ,KAAK,CAAC,CAAlB,EAAqBA,QAAQ,GAAGN,GAAX;AAErB,MAAIQ,eAAe,GAAGF,QAAQ,KAAKN,GAAb,GAClB,CADkB,GAElB,IAAKM,QAAQ,GAAG,CAFpB;AAIA,SAAO,CAACA,QAAD,EAAWE,eAAX,CAAP;AACD;;;AAGD,SAASlB,UAAT,CAAqBc,GAArB,EAA0B;AACxB,MAAIK,IAAI,GAAGN,OAAO,CAACC,GAAD,CAAlB;AACA,MAAIE,QAAQ,GAAGG,IAAI,CAAC,CAAD,CAAnB;AACA,MAAID,eAAe,GAAGC,IAAI,CAAC,CAAD,CAA1B;AACA,SAAQ,CAACH,QAAQ,GAAGE,eAAZ,IAA+B,CAA/B,GAAmC,CAApC,GAAyCA,eAAhD;AACD;;AAED,SAASE,WAAT,CAAsBN,GAAtB,EAA2BE,QAA3B,EAAqCE,eAArC,EAAsD;AACpD,SAAQ,CAACF,QAAQ,GAAGE,eAAZ,IAA+B,CAA/B,GAAmC,CAApC,GAAyCA,eAAhD;AACD;;AAED,SAASjB,WAAT,CAAsBa,GAAtB,EAA2B;AACzB,MAAIO,GAAJ;AACA,MAAIF,IAAI,GAAGN,OAAO,CAACC,GAAD,CAAlB;AACA,MAAIE,QAAQ,GAAGG,IAAI,CAAC,CAAD,CAAnB;AACA,MAAID,eAAe,GAAGC,IAAI,CAAC,CAAD,CAA1B;AAEA,MAAIG,GAAG,GAAG,IAAIjB,GAAJ,CAAQe,WAAW,CAACN,GAAD,EAAME,QAAN,EAAgBE,eAAhB,CAAnB,CAAV;AAEA,MAAIK,OAAO,GAAG,CAAd,CARyB;;AAWzB,MAAIb,GAAG,GAAGQ,eAAe,GAAG,CAAlB,GACNF,QAAQ,GAAG,CADL,GAENA,QAFJ;AAIA,MAAIP,CAAJ;;AACA,OAAKA,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAGC,GAAhB,EAAqBD,CAAC,IAAI,CAA1B,EAA6B;AAC3BY,IAAAA,GAAG,GACAjB,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAf,CAAD,CAAT,IAAgC,EAAjC,GACCL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,EADrC,GAECL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CAFrC,GAGAL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAJX;AAKAa,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAkBF,GAAG,IAAI,EAAR,GAAc,IAA/B;AACAC,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAkBF,GAAG,IAAI,CAAR,GAAa,IAA9B;AACAC,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAiBF,GAAG,GAAG,IAAvB;AACD;;AAED,MAAIH,eAAe,KAAK,CAAxB,EAA2B;AACzBG,IAAAA,GAAG,GACAjB,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAf,CAAD,CAAT,IAAgC,CAAjC,GACCL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CAFvC;AAGAa,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAiBF,GAAG,GAAG,IAAvB;AACD;;AAED,MAAIH,eAAe,KAAK,CAAxB,EAA2B;AACzBG,IAAAA,GAAG,GACAjB,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAf,CAAD,CAAT,IAAgC,EAAjC,GACCL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CADrC,GAECL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CAHvC;AAIAa,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAkBF,GAAG,IAAI,CAAR,GAAa,IAA9B;AACAC,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAiBF,GAAG,GAAG,IAAvB;AACD;;AAED,SAAOC,GAAP;AACD;;AAED,SAASE,eAAT,CAA0BC,GAA1B,EAA+B;AAC7B,SAAOtB,MAAM,CAACsB,GAAG,IAAI,EAAP,GAAY,IAAb,CAAN,GACLtB,MAAM,CAACsB,GAAG,IAAI,EAAP,GAAY,IAAb,CADD,GAELtB,MAAM,CAACsB,GAAG,IAAI,CAAP,GAAW,IAAZ,CAFD,GAGLtB,MAAM,CAACsB,GAAG,GAAG,IAAP,CAHR;AAID;;AAED,SAASC,WAAT,CAAsBC,KAAtB,EAA6BC,KAA7B,EAAoCC,GAApC,EAAyC;AACvC,MAAIR,GAAJ;AACA,MAAIS,MAAM,GAAG,EAAb;;AACA,OAAK,IAAIrB,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6BpB,CAAC,IAAI,CAAlC,EAAqC;AACnCY,IAAAA,GAAG,GACD,CAAEM,KAAK,CAAClB,CAAD,CAAL,IAAY,EAAb,GAAmB,QAApB,KACEkB,KAAK,CAAClB,CAAC,GAAG,CAAL,CAAL,IAAgB,CAAjB,GAAsB,MADvB,KAECkB,KAAK,CAAClB,CAAC,GAAG,CAAL,CAAL,GAAe,IAFhB,CADF;AAIAqB,IAAAA,MAAM,CAACC,IAAP,CAAYP,eAAe,CAACH,GAAD,CAA3B;AACD;;AACD,SAAOS,MAAM,CAACE,IAAP,CAAY,EAAZ,CAAP;AACD;;AAED,SAAS9B,aAAT,CAAwByB,KAAxB,EAA+B;AAC7B,MAAIN,GAAJ;AACA,MAAIX,GAAG,GAAGiB,KAAK,CAAChB,MAAhB;AACA,MAAIsB,UAAU,GAAGvB,GAAG,GAAG,CAAvB,CAH6B;;AAI7B,MAAIwB,KAAK,GAAG,EAAZ;AACA,MAAIC,cAAc,GAAG,KAArB,CAL6B;;;AAQ7B,OAAK,IAAI1B,CAAC,GAAG,CAAR,EAAW2B,IAAI,GAAG1B,GAAG,GAAGuB,UAA7B,EAAyCxB,CAAC,GAAG2B,IAA7C,EAAmD3B,CAAC,IAAI0B,cAAxD,EAAwE;AACtED,IAAAA,KAAK,CAACH,IAAN,CAAWL,WAAW,CAACC,KAAD,EAAQlB,CAAR,EAAYA,CAAC,GAAG0B,cAAL,GAAuBC,IAAvB,GAA8BA,IAA9B,GAAsC3B,CAAC,GAAG0B,cAArD,CAAtB;AACD,GAV4B;;;AAa7B,MAAIF,UAAU,KAAK,CAAnB,EAAsB;AACpBZ,IAAAA,GAAG,GAAGM,KAAK,CAACjB,GAAG,GAAG,CAAP,CAAX;AACAwB,IAAAA,KAAK,CAACH,IAAN,CACE5B,MAAM,CAACkB,GAAG,IAAI,CAAR,CAAN,GACAlB,MAAM,CAAEkB,GAAG,IAAI,CAAR,GAAa,IAAd,CADN,GAEA,IAHF;AAKD,GAPD,MAOO,IAAIY,UAAU,KAAK,CAAnB,EAAsB;AAC3BZ,IAAAA,GAAG,GAAG,CAACM,KAAK,CAACjB,GAAG,GAAG,CAAP,CAAL,IAAkB,CAAnB,IAAwBiB,KAAK,CAACjB,GAAG,GAAG,CAAP,CAAnC;AACAwB,IAAAA,KAAK,CAACH,IAAN,CACE5B,MAAM,CAACkB,GAAG,IAAI,EAAR,CAAN,GACAlB,MAAM,CAAEkB,GAAG,IAAI,CAAR,GAAa,IAAd,CADN,GAEAlB,MAAM,CAAEkB,GAAG,IAAI,CAAR,GAAa,IAAd,CAFN,GAGA,GAJF;AAMD;;AAED,SAAOa,KAAK,CAACF,IAAN,CAAW,EAAX,CAAP;;;;;;;;;ACpJF;AACA,QAAY,GAAG,aAAA,CAAUK,MAAV,EAAkBC,MAAlB,EAA0BC,IAA1B,EAAgCC,IAAhC,EAAsCC,MAAtC,EAA8C;AAC3D,MAAIC,CAAJ,EAAOC,CAAP;AACA,MAAIC,IAAI,GAAIH,MAAM,GAAG,CAAV,GAAeD,IAAf,GAAsB,CAAjC;AACA,MAAIK,IAAI,GAAG,CAAC,KAAKD,IAAN,IAAc,CAAzB;AACA,MAAIE,KAAK,GAAGD,IAAI,IAAI,CAApB;AACA,MAAIE,KAAK,GAAG,CAAC,CAAb;AACA,MAAItC,CAAC,GAAG8B,IAAI,GAAIE,MAAM,GAAG,CAAb,GAAkB,CAA9B;AACA,MAAIO,CAAC,GAAGT,IAAI,GAAG,CAAC,CAAJ,GAAQ,CAApB;AACA,MAAIU,CAAC,GAAGZ,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAd;AAEAA,EAAAA,CAAC,IAAIuC,CAAL;AAEAN,EAAAA,CAAC,GAAGO,CAAC,GAAI,CAAC,KAAM,CAACF,KAAR,IAAkB,CAA3B;AACAE,EAAAA,CAAC,KAAM,CAACF,KAAR;AACAA,EAAAA,KAAK,IAAIH,IAAT;;AACA,SAAOG,KAAK,GAAG,CAAf,EAAkBL,CAAC,GAAIA,CAAC,GAAG,GAAL,GAAYL,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAtB,EAAoCA,CAAC,IAAIuC,CAAzC,EAA4CD,KAAK,IAAI,CAAvE,EAA0E;;AAE1EJ,EAAAA,CAAC,GAAGD,CAAC,GAAI,CAAC,KAAM,CAACK,KAAR,IAAkB,CAA3B;AACAL,EAAAA,CAAC,KAAM,CAACK,KAAR;AACAA,EAAAA,KAAK,IAAIP,IAAT;;AACA,SAAOO,KAAK,GAAG,CAAf,EAAkBJ,CAAC,GAAIA,CAAC,GAAG,GAAL,GAAYN,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAtB,EAAoCA,CAAC,IAAIuC,CAAzC,EAA4CD,KAAK,IAAI,CAAvE,EAA0E;;AAE1E,MAAIL,CAAC,KAAK,CAAV,EAAa;AACXA,IAAAA,CAAC,GAAG,IAAII,KAAR;AACD,GAFD,MAEO,IAAIJ,CAAC,KAAKG,IAAV,EAAgB;AACrB,WAAOF,CAAC,GAAGO,GAAH,GAAU,CAACD,CAAC,GAAG,CAAC,CAAJ,GAAQ,CAAV,IAAeE,QAAjC;AACD,GAFM,MAEA;AACLR,IAAAA,CAAC,GAAGA,CAAC,GAAGS,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYb,IAAZ,CAAR;AACAE,IAAAA,CAAC,GAAGA,CAAC,GAAGI,KAAR;AACD;;AACD,SAAO,CAACG,CAAC,GAAG,CAAC,CAAJ,GAAQ,CAAV,IAAeN,CAAf,GAAmBS,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYX,CAAC,GAAGF,IAAhB,CAA1B;AACD,CA/BD;;AAiCA,SAAa,GAAG,cAAA,CAAUH,MAAV,EAAkBiB,KAAlB,EAAyBhB,MAAzB,EAAiCC,IAAjC,EAAuCC,IAAvC,EAA6CC,MAA7C,EAAqD;AACnE,MAAIC,CAAJ,EAAOC,CAAP,EAAUY,CAAV;AACA,MAAIX,IAAI,GAAIH,MAAM,GAAG,CAAV,GAAeD,IAAf,GAAsB,CAAjC;AACA,MAAIK,IAAI,GAAG,CAAC,KAAKD,IAAN,IAAc,CAAzB;AACA,MAAIE,KAAK,GAAGD,IAAI,IAAI,CAApB;AACA,MAAIW,EAAE,GAAIhB,IAAI,KAAK,EAAT,GAAcY,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,CAAC,EAAb,IAAmBD,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,CAAC,EAAb,CAAjC,GAAoD,CAA9D;AACA,MAAI5C,CAAC,GAAG8B,IAAI,GAAG,CAAH,GAAQE,MAAM,GAAG,CAA7B;AACA,MAAIO,CAAC,GAAGT,IAAI,GAAG,CAAH,GAAO,CAAC,CAApB;AACA,MAAIU,CAAC,GAAGK,KAAK,GAAG,CAAR,IAAcA,KAAK,KAAK,CAAV,IAAe,IAAIA,KAAJ,GAAY,CAAzC,GAA8C,CAA9C,GAAkD,CAA1D;AAEAA,EAAAA,KAAK,GAAGF,IAAI,CAACK,GAAL,CAASH,KAAT,CAAR;;AAEA,MAAII,KAAK,CAACJ,KAAD,CAAL,IAAgBA,KAAK,KAAKH,QAA9B,EAAwC;AACtCR,IAAAA,CAAC,GAAGe,KAAK,CAACJ,KAAD,CAAL,GAAe,CAAf,GAAmB,CAAvB;AACAZ,IAAAA,CAAC,GAAGG,IAAJ;AACD,GAHD,MAGO;AACLH,IAAAA,CAAC,GAAGU,IAAI,CAACO,KAAL,CAAWP,IAAI,CAACQ,GAAL,CAASN,KAAT,IAAkBF,IAAI,CAACS,GAAlC,CAAJ;;AACA,QAAIP,KAAK,IAAIC,CAAC,GAAGH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,CAACX,CAAb,CAAR,CAAL,GAAgC,CAApC,EAAuC;AACrCA,MAAAA,CAAC;AACDa,MAAAA,CAAC,IAAI,CAAL;AACD;;AACD,QAAIb,CAAC,GAAGI,KAAJ,IAAa,CAAjB,EAAoB;AAClBQ,MAAAA,KAAK,IAAIE,EAAE,GAAGD,CAAd;AACD,KAFD,MAEO;AACLD,MAAAA,KAAK,IAAIE,EAAE,GAAGJ,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIP,KAAhB,CAAd;AACD;;AACD,QAAIQ,KAAK,GAAGC,CAAR,IAAa,CAAjB,EAAoB;AAClBb,MAAAA,CAAC;AACDa,MAAAA,CAAC,IAAI,CAAL;AACD;;AAED,QAAIb,CAAC,GAAGI,KAAJ,IAAaD,IAAjB,EAAuB;AACrBF,MAAAA,CAAC,GAAG,CAAJ;AACAD,MAAAA,CAAC,GAAGG,IAAJ;AACD,KAHD,MAGO,IAAIH,CAAC,GAAGI,KAAJ,IAAa,CAAjB,EAAoB;AACzBH,MAAAA,CAAC,GAAG,CAAEW,KAAK,GAAGC,CAAT,GAAc,CAAf,IAAoBH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYb,IAAZ,CAAxB;AACAE,MAAAA,CAAC,GAAGA,CAAC,GAAGI,KAAR;AACD,KAHM,MAGA;AACLH,MAAAA,CAAC,GAAGW,KAAK,GAAGF,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYP,KAAK,GAAG,CAApB,CAAR,GAAiCM,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYb,IAAZ,CAArC;AACAE,MAAAA,CAAC,GAAG,CAAJ;AACD;AACF;;AAED,SAAOF,IAAI,IAAI,CAAf,EAAkBH,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAN,GAAqBkC,CAAC,GAAG,IAAzB,EAA+BlC,CAAC,IAAIuC,CAApC,EAAuCL,CAAC,IAAI,GAA5C,EAAiDH,IAAI,IAAI,CAA3E,EAA8E;;AAE9EE,EAAAA,CAAC,GAAIA,CAAC,IAAIF,IAAN,GAAcG,CAAlB;AACAC,EAAAA,IAAI,IAAIJ,IAAR;;AACA,SAAOI,IAAI,GAAG,CAAd,EAAiBP,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAN,GAAqBiC,CAAC,GAAG,IAAzB,EAA+BjC,CAAC,IAAIuC,CAApC,EAAuCN,CAAC,IAAI,GAA5C,EAAiDE,IAAI,IAAI,CAA1E,EAA6E;;AAE7EP,EAAAA,MAAM,CAACC,MAAM,GAAG7B,CAAT,GAAauC,CAAd,CAAN,IAA0BC,CAAC,GAAG,GAA9B;CAjDF;;;;;;;;;ACtBA,MAAIa,mBAAmB,GACpB,OAAOC,MAAP,KAAkB,UAAlB,IAAgC,OAAOA,MAAM,CAAC,KAAD,CAAb,KAAyB,UAA1D;AACIA,EAAAA,MAAM,CAAC,KAAD,CAAN,CAAc,4BAAd,CADJ;AAAA,IAEI,IAHN;AAKAC,EAAAA,cAAA,GAAiBC,MAAjB;AACAD,EAAAA,kBAAA,GAAqBE,UAArB;AACAF,EAAAA,yBAAA,GAA4B,EAA5B;AAEA,MAAIG,YAAY,GAAG,UAAnB;AACAH,EAAAA,kBAAA,GAAqBG,YAArB;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACAF,EAAAA,MAAM,CAACG,mBAAP,GAA6BC,iBAAiB,EAA9C;;AAEA,MAAI,CAACJ,MAAM,CAACG,mBAAR,IAA+B,OAAOE,OAAP,KAAmB,WAAlD,IACA,OAAOA,OAAO,CAACC,KAAf,KAAyB,UAD7B,EACyC;AACvCD,IAAAA,OAAO,CAACC,KAAR,CACE,8EACA,sEAFF;AAID;;AAED,WAASF,iBAAT,GAA8B;;AAE5B,QAAI;AACF,UAAI/C,GAAG,GAAG,IAAIhB,UAAJ,CAAe,CAAf,CAAV;AACA,UAAIkE,KAAK,GAAG;AAAEC,QAAAA,GAAG,EAAE,eAAY;AAAE,iBAAO,EAAP;AAAW;AAAhC,OAAZ;AACAC,MAAAA,MAAM,CAACC,cAAP,CAAsBH,KAAtB,EAA6BlE,UAAU,CAACsE,SAAxC;AACAF,MAAAA,MAAM,CAACC,cAAP,CAAsBrD,GAAtB,EAA2BkD,KAA3B;AACA,aAAOlD,GAAG,CAACmD,GAAJ,OAAc,EAArB;AACD,KAND,CAME,OAAO/B,CAAP,EAAU;AACV,aAAO,KAAP;AACD;AACF;;AAEDgC,EAAAA,MAAM,CAACG,cAAP,CAAsBZ,MAAM,CAACW,SAA7B,EAAwC,QAAxC,EAAkD;AAChDE,IAAAA,UAAU,EAAE,IADoC;AAEhDC,IAAAA,GAAG,EAAE,eAAY;AACf,UAAI,CAACd,MAAM,CAACe,QAAP,CAAgB,IAAhB,CAAL,EAA4B,OAAOC,SAAP;AAC5B,aAAO,KAAK5C,MAAZ;AACD;AAL+C,GAAlD;AAQAqC,EAAAA,MAAM,CAACG,cAAP,CAAsBZ,MAAM,CAACW,SAA7B,EAAwC,QAAxC,EAAkD;AAChDE,IAAAA,UAAU,EAAE,IADoC;AAEhDC,IAAAA,GAAG,EAAE,eAAY;AACf,UAAI,CAACd,MAAM,CAACe,QAAP,CAAgB,IAAhB,CAAL,EAA4B,OAAOC,SAAP;AAC5B,aAAO,KAAKC,UAAZ;AACD;AAL+C,GAAlD;;AAQA,WAASC,YAAT,CAAuBxE,MAAvB,EAA+B;AAC7B,QAAIA,MAAM,GAAGwD,YAAb,EAA2B;AACzB,YAAM,IAAIiB,UAAJ,CAAe,gBAAgBzE,MAAhB,GAAyB,gCAAxC,CAAN;AACD,KAH4B;;;AAK7B,QAAI0E,GAAG,GAAG,IAAI/E,UAAJ,CAAeK,MAAf,CAAV;AACA+D,IAAAA,MAAM,CAACC,cAAP,CAAsBU,GAAtB,EAA2BpB,MAAM,CAACW,SAAlC;AACA,WAAOS,GAAP;AACD;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAEA,WAASpB,MAAT,CAAiBqB,GAAjB,EAAsBC,gBAAtB,EAAwC5E,MAAxC,EAAgD;;AAE9C,QAAI,OAAO2E,GAAP,KAAe,QAAnB,EAA6B;AAC3B,UAAI,OAAOC,gBAAP,KAA4B,QAAhC,EAA0C;AACxC,cAAM,IAAIC,SAAJ,CACJ,oEADI,CAAN;AAGD;;AACD,aAAOC,WAAW,CAACH,GAAD,CAAlB;AACD;;AACD,WAAOI,IAAI,CAACJ,GAAD,EAAMC,gBAAN,EAAwB5E,MAAxB,CAAX;AACD;;AAEDsD,EAAAA,MAAM,CAAC0B,QAAP,GAAkB,IAAlB;;AAEA,WAASD,IAAT,CAAepC,KAAf,EAAsBiC,gBAAtB,EAAwC5E,MAAxC,EAAgD;AAC9C,QAAI,OAAO2C,KAAP,KAAiB,QAArB,EAA+B;AAC7B,aAAOsC,UAAU,CAACtC,KAAD,EAAQiC,gBAAR,CAAjB;AACD;;AAED,QAAIM,WAAW,CAACC,MAAZ,CAAmBxC,KAAnB,CAAJ,EAA+B;AAC7B,aAAOyC,aAAa,CAACzC,KAAD,CAApB;AACD;;AAED,QAAIA,KAAK,IAAI,IAAb,EAAmB;AACjB,YAAM,IAAIkC,SAAJ,CACJ,gFACA,sCADA,0BACiDlC,KADjD,CADI,CAAN;AAID;;AAED,QAAI0C,UAAU,CAAC1C,KAAD,EAAQuC,WAAR,CAAV,IACCvC,KAAK,IAAI0C,UAAU,CAAC1C,KAAK,CAACjB,MAAP,EAAewD,WAAf,CADxB,EACsD;AACpD,aAAOI,eAAe,CAAC3C,KAAD,EAAQiC,gBAAR,EAA0B5E,MAA1B,CAAtB;AACD;;AAED,QAAI,OAAOuF,iBAAP,KAA6B,WAA7B,KACCF,UAAU,CAAC1C,KAAD,EAAQ4C,iBAAR,CAAV,IACA5C,KAAK,IAAI0C,UAAU,CAAC1C,KAAK,CAACjB,MAAP,EAAe6D,iBAAf,CAFpB,CAAJ,EAE6D;AAC3D,aAAOD,eAAe,CAAC3C,KAAD,EAAQiC,gBAAR,EAA0B5E,MAA1B,CAAtB;AACD;;AAED,QAAI,OAAO2C,KAAP,KAAiB,QAArB,EAA+B;AAC7B,YAAM,IAAIkC,SAAJ,CACJ,uEADI,CAAN;AAGD;;AAED,QAAIW,OAAO,GAAG7C,KAAK,CAAC6C,OAAN,IAAiB7C,KAAK,CAAC6C,OAAN,EAA/B;;AACA,QAAIA,OAAO,IAAI,IAAX,IAAmBA,OAAO,KAAK7C,KAAnC,EAA0C;AACxC,aAAOW,MAAM,CAACyB,IAAP,CAAYS,OAAZ,EAAqBZ,gBAArB,EAAuC5E,MAAvC,CAAP;AACD;;AAED,QAAIyF,CAAC,GAAGC,UAAU,CAAC/C,KAAD,CAAlB;AACA,QAAI8C,CAAJ,EAAO,OAAOA,CAAP;;AAEP,QAAI,OAAOrC,MAAP,KAAkB,WAAlB,IAAiCA,MAAM,CAACuC,WAAP,IAAsB,IAAvD,IACA,OAAOhD,KAAK,CAACS,MAAM,CAACuC,WAAR,CAAZ,KAAqC,UADzC,EACqD;AACnD,aAAOrC,MAAM,CAACyB,IAAP,CACLpC,KAAK,CAACS,MAAM,CAACuC,WAAR,CAAL,CAA0B,QAA1B,CADK,EACgCf,gBADhC,EACkD5E,MADlD,CAAP;AAGD;;AAED,UAAM,IAAI6E,SAAJ,CACJ,gFACA,sCADA,0BACiDlC,KADjD,CADI,CAAN;AAID;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACAW,EAAAA,MAAM,CAACyB,IAAP,GAAc,UAAUpC,KAAV,EAAiBiC,gBAAjB,EAAmC5E,MAAnC,EAA2C;AACvD,WAAO+E,IAAI,CAACpC,KAAD,EAAQiC,gBAAR,EAA0B5E,MAA1B,CAAX;AACD,GAFD;AAKA;;;AACA+D,EAAAA,MAAM,CAACC,cAAP,CAAsBV,MAAM,CAACW,SAA7B,EAAwCtE,UAAU,CAACsE,SAAnD;AACAF,EAAAA,MAAM,CAACC,cAAP,CAAsBV,MAAtB,EAA8B3D,UAA9B;;AAEA,WAASiG,UAAT,CAAqBC,IAArB,EAA2B;AACzB,QAAI,OAAOA,IAAP,KAAgB,QAApB,EAA8B;AAC5B,YAAM,IAAIhB,SAAJ,CAAc,wCAAd,CAAN;AACD,KAFD,MAEO,IAAIgB,IAAI,GAAG,CAAX,EAAc;AACnB,YAAM,IAAIpB,UAAJ,CAAe,gBAAgBoB,IAAhB,GAAuB,gCAAtC,CAAN;AACD;AACF;;AAED,WAASC,KAAT,CAAgBD,IAAhB,EAAsBE,IAAtB,EAA4BC,QAA5B,EAAsC;AACpCJ,IAAAA,UAAU,CAACC,IAAD,CAAV;;AACA,QAAIA,IAAI,IAAI,CAAZ,EAAe;AACb,aAAOrB,YAAY,CAACqB,IAAD,CAAnB;AACD;;AACD,QAAIE,IAAI,KAAKzB,SAAb,EAAwB;;;;AAItB,aAAO,OAAO0B,QAAP,KAAoB,QAApB,GACHxB,YAAY,CAACqB,IAAD,CAAZ,CAAmBE,IAAnB,CAAwBA,IAAxB,EAA8BC,QAA9B,CADG,GAEHxB,YAAY,CAACqB,IAAD,CAAZ,CAAmBE,IAAnB,CAAwBA,IAAxB,CAFJ;AAGD;;AACD,WAAOvB,YAAY,CAACqB,IAAD,CAAnB;AACD;AAED;AACA;AACA;AACA;;;AACAvC,EAAAA,MAAM,CAACwC,KAAP,GAAe,UAAUD,IAAV,EAAgBE,IAAhB,EAAsBC,QAAtB,EAAgC;AAC7C,WAAOF,KAAK,CAACD,IAAD,EAAOE,IAAP,EAAaC,QAAb,CAAZ;AACD,GAFD;;AAIA,WAASlB,WAAT,CAAsBe,IAAtB,EAA4B;AAC1BD,IAAAA,UAAU,CAACC,IAAD,CAAV;AACA,WAAOrB,YAAY,CAACqB,IAAI,GAAG,CAAP,GAAW,CAAX,GAAeI,OAAO,CAACJ,IAAD,CAAP,GAAgB,CAAhC,CAAnB;AACD;AAED;AACA;AACA;;;AACAvC,EAAAA,MAAM,CAACwB,WAAP,GAAqB,UAAUe,IAAV,EAAgB;AACnC,WAAOf,WAAW,CAACe,IAAD,CAAlB;AACD,GAFD;AAGA;AACA;AACA;;;AACAvC,EAAAA,MAAM,CAAC4C,eAAP,GAAyB,UAAUL,IAAV,EAAgB;AACvC,WAAOf,WAAW,CAACe,IAAD,CAAlB;AACD,GAFD;;AAIA,WAASZ,UAAT,CAAqBkB,MAArB,EAA6BH,QAA7B,EAAuC;AACrC,QAAI,OAAOA,QAAP,KAAoB,QAApB,IAAgCA,QAAQ,KAAK,EAAjD,EAAqD;AACnDA,MAAAA,QAAQ,GAAG,MAAX;AACD;;AAED,QAAI,CAAC1C,MAAM,CAAC8C,UAAP,CAAkBJ,QAAlB,CAAL,EAAkC;AAChC,YAAM,IAAInB,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;AACD;;AAED,QAAIhG,MAAM,GAAGX,UAAU,CAAC8G,MAAD,EAASH,QAAT,CAAV,GAA+B,CAA5C;AACA,QAAItB,GAAG,GAAGF,YAAY,CAACxE,MAAD,CAAtB;AAEA,QAAIqG,MAAM,GAAG3B,GAAG,CAAC4B,KAAJ,CAAUH,MAAV,EAAkBH,QAAlB,CAAb;;AAEA,QAAIK,MAAM,KAAKrG,MAAf,EAAuB;;;;AAIrB0E,MAAAA,GAAG,GAAGA,GAAG,CAAC6B,KAAJ,CAAU,CAAV,EAAaF,MAAb,CAAN;AACD;;AAED,WAAO3B,GAAP;AACD;;AAED,WAAS8B,aAAT,CAAwBC,KAAxB,EAA+B;AAC7B,QAAIzG,MAAM,GAAGyG,KAAK,CAACzG,MAAN,GAAe,CAAf,GAAmB,CAAnB,GAAuBiG,OAAO,CAACQ,KAAK,CAACzG,MAAP,CAAP,GAAwB,CAA5D;AACA,QAAI0E,GAAG,GAAGF,YAAY,CAACxE,MAAD,CAAtB;;AACA,SAAK,IAAIF,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4BF,CAAC,IAAI,CAAjC,EAAoC;AAClC4E,MAAAA,GAAG,CAAC5E,CAAD,CAAH,GAAS2G,KAAK,CAAC3G,CAAD,CAAL,GAAW,GAApB;AACD;;AACD,WAAO4E,GAAP;AACD;;AAED,WAASU,aAAT,CAAwBsB,SAAxB,EAAmC;AACjC,QAAIrB,UAAU,CAACqB,SAAD,EAAY/G,UAAZ,CAAd,EAAuC;AACrC,UAAIgH,IAAI,GAAG,IAAIhH,UAAJ,CAAe+G,SAAf,CAAX;AACA,aAAOpB,eAAe,CAACqB,IAAI,CAACjF,MAAN,EAAciF,IAAI,CAACpC,UAAnB,EAA+BoC,IAAI,CAACtH,UAApC,CAAtB;AACD;;AACD,WAAOmH,aAAa,CAACE,SAAD,CAApB;AACD;;AAED,WAASpB,eAAT,CAA0BmB,KAA1B,EAAiClC,UAAjC,EAA6CvE,MAA7C,EAAqD;AACnD,QAAIuE,UAAU,GAAG,CAAb,IAAkBkC,KAAK,CAACpH,UAAN,GAAmBkF,UAAzC,EAAqD;AACnD,YAAM,IAAIE,UAAJ,CAAe,sCAAf,CAAN;AACD;;AAED,QAAIgC,KAAK,CAACpH,UAAN,GAAmBkF,UAAU,IAAIvE,MAAM,IAAI,CAAd,CAAjC,EAAmD;AACjD,YAAM,IAAIyE,UAAJ,CAAe,sCAAf,CAAN;AACD;;AAED,QAAIC,GAAJ;;AACA,QAAIH,UAAU,KAAKD,SAAf,IAA4BtE,MAAM,KAAKsE,SAA3C,EAAsD;AACpDI,MAAAA,GAAG,GAAG,IAAI/E,UAAJ,CAAe8G,KAAf,CAAN;AACD,KAFD,MAEO,IAAIzG,MAAM,KAAKsE,SAAf,EAA0B;AAC/BI,MAAAA,GAAG,GAAG,IAAI/E,UAAJ,CAAe8G,KAAf,EAAsBlC,UAAtB,CAAN;AACD,KAFM,MAEA;AACLG,MAAAA,GAAG,GAAG,IAAI/E,UAAJ,CAAe8G,KAAf,EAAsBlC,UAAtB,EAAkCvE,MAAlC,CAAN;AACD,KAhBkD;;;AAmBnD+D,IAAAA,MAAM,CAACC,cAAP,CAAsBU,GAAtB,EAA2BpB,MAAM,CAACW,SAAlC;AAEA,WAAOS,GAAP;AACD;;AAED,WAASgB,UAAT,CAAqBkB,GAArB,EAA0B;AACxB,QAAItD,MAAM,CAACe,QAAP,CAAgBuC,GAAhB,CAAJ,EAA0B;AACxB,UAAI7G,GAAG,GAAGkG,OAAO,CAACW,GAAG,CAAC5G,MAAL,CAAP,GAAsB,CAAhC;AACA,UAAI0E,GAAG,GAAGF,YAAY,CAACzE,GAAD,CAAtB;;AAEA,UAAI2E,GAAG,CAAC1E,MAAJ,KAAe,CAAnB,EAAsB;AACpB,eAAO0E,GAAP;AACD;;AAEDkC,MAAAA,GAAG,CAACD,IAAJ,CAASjC,GAAT,EAAc,CAAd,EAAiB,CAAjB,EAAoB3E,GAApB;AACA,aAAO2E,GAAP;AACD;;AAED,QAAIkC,GAAG,CAAC5G,MAAJ,KAAesE,SAAnB,EAA8B;AAC5B,UAAI,OAAOsC,GAAG,CAAC5G,MAAX,KAAsB,QAAtB,IAAkC6G,WAAW,CAACD,GAAG,CAAC5G,MAAL,CAAjD,EAA+D;AAC7D,eAAOwE,YAAY,CAAC,CAAD,CAAnB;AACD;;AACD,aAAOgC,aAAa,CAACI,GAAD,CAApB;AACD;;AAED,QAAIA,GAAG,CAACE,IAAJ,KAAa,QAAb,IAAyBlH,KAAK,CAACmH,OAAN,CAAcH,GAAG,CAACI,IAAlB,CAA7B,EAAsD;AACpD,aAAOR,aAAa,CAACI,GAAG,CAACI,IAAL,CAApB;AACD;AACF;;AAED,WAASf,OAAT,CAAkBjG,MAAlB,EAA0B;;;AAGxB,QAAIA,MAAM,IAAIwD,YAAd,EAA4B;AAC1B,YAAM,IAAIiB,UAAJ,CAAe,oDACA,UADA,GACajB,YAAY,CAACyD,QAAb,CAAsB,EAAtB,CADb,GACyC,QADxD,CAAN;AAED;;AACD,WAAOjH,MAAM,GAAG,CAAhB;AACD;;AAED,WAASuD,UAAT,CAAqBvD,MAArB,EAA6B;AAC3B,QAAI,CAACA,MAAD,IAAWA,MAAf,EAAuB;;AACrBA,MAAAA,MAAM,GAAG,CAAT;AACD;;AACD,WAAOsD,MAAM,CAACwC,KAAP,CAAa,CAAC9F,MAAd,CAAP;AACD;;AAEDsD,EAAAA,MAAM,CAACe,QAAP,GAAkB,SAASA,QAAT,CAAmBoB,CAAnB,EAAsB;AACtC,WAAOA,CAAC,IAAI,IAAL,IAAaA,CAAC,CAACyB,SAAF,KAAgB,IAA7B,IACLzB,CAAC,KAAKnC,MAAM,CAACW,SADf,CADsC;AAGvC,GAHD;;AAKAX,EAAAA,MAAM,CAAC6D,OAAP,GAAiB,SAASA,OAAT,CAAkBC,CAAlB,EAAqB3B,CAArB,EAAwB;AACvC,QAAIJ,UAAU,CAAC+B,CAAD,EAAIzH,UAAJ,CAAd,EAA+ByH,CAAC,GAAG9D,MAAM,CAACyB,IAAP,CAAYqC,CAAZ,EAAeA,CAAC,CAACzF,MAAjB,EAAyByF,CAAC,CAAC/H,UAA3B,CAAJ;AAC/B,QAAIgG,UAAU,CAACI,CAAD,EAAI9F,UAAJ,CAAd,EAA+B8F,CAAC,GAAGnC,MAAM,CAACyB,IAAP,CAAYU,CAAZ,EAAeA,CAAC,CAAC9D,MAAjB,EAAyB8D,CAAC,CAACpG,UAA3B,CAAJ;;AAC/B,QAAI,CAACiE,MAAM,CAACe,QAAP,CAAgB+C,CAAhB,CAAD,IAAuB,CAAC9D,MAAM,CAACe,QAAP,CAAgBoB,CAAhB,CAA5B,EAAgD;AAC9C,YAAM,IAAIZ,SAAJ,CACJ,uEADI,CAAN;AAGD;;AAED,QAAIuC,CAAC,KAAK3B,CAAV,EAAa,OAAO,CAAP;AAEb,QAAI4B,CAAC,GAAGD,CAAC,CAACpH,MAAV;AACA,QAAIsH,CAAC,GAAG7B,CAAC,CAACzF,MAAV;;AAEA,SAAK,IAAIF,CAAC,GAAG,CAAR,EAAWC,GAAG,GAAG0C,IAAI,CAAC8E,GAAL,CAASF,CAAT,EAAYC,CAAZ,CAAtB,EAAsCxH,CAAC,GAAGC,GAA1C,EAA+C,EAAED,CAAjD,EAAoD;AAClD,UAAIsH,CAAC,CAACtH,CAAD,CAAD,KAAS2F,CAAC,CAAC3F,CAAD,CAAd,EAAmB;AACjBuH,QAAAA,CAAC,GAAGD,CAAC,CAACtH,CAAD,CAAL;AACAwH,QAAAA,CAAC,GAAG7B,CAAC,CAAC3F,CAAD,CAAL;AACA;AACD;AACF;;AAED,QAAIuH,CAAC,GAAGC,CAAR,EAAW,OAAO,CAAC,CAAR;AACX,QAAIA,CAAC,GAAGD,CAAR,EAAW,OAAO,CAAP;AACX,WAAO,CAAP;AACD,GAzBD;;AA2BA/D,EAAAA,MAAM,CAAC8C,UAAP,GAAoB,SAASA,UAAT,CAAqBJ,QAArB,EAA+B;AACjD,YAAQwB,MAAM,CAACxB,QAAD,CAAN,CAAiByB,WAAjB,EAAR;AACE,WAAK,KAAL;AACA,WAAK,MAAL;AACA,WAAK,OAAL;AACA,WAAK,OAAL;AACA,WAAK,QAAL;AACA,WAAK,QAAL;AACA,WAAK,QAAL;AACA,WAAK,MAAL;AACA,WAAK,OAAL;AACA,WAAK,SAAL;AACA,WAAK,UAAL;AACE,eAAO,IAAP;;AACF;AACE,eAAO,KAAP;AAdJ;AAgBD,GAjBD;;AAmBAnE,EAAAA,MAAM,CAACoE,MAAP,GAAgB,SAASA,MAAT,CAAiBC,IAAjB,EAAuB3H,MAAvB,EAA+B;AAC7C,QAAI,CAACJ,KAAK,CAACmH,OAAN,CAAcY,IAAd,CAAL,EAA0B;AACxB,YAAM,IAAI9C,SAAJ,CAAc,6CAAd,CAAN;AACD;;AAED,QAAI8C,IAAI,CAAC3H,MAAL,KAAgB,CAApB,EAAuB;AACrB,aAAOsD,MAAM,CAACwC,KAAP,CAAa,CAAb,CAAP;AACD;;AAED,QAAIhG,CAAJ;;AACA,QAAIE,MAAM,KAAKsE,SAAf,EAA0B;AACxBtE,MAAAA,MAAM,GAAG,CAAT;;AACA,WAAKF,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAG6H,IAAI,CAAC3H,MAArB,EAA6B,EAAEF,CAA/B,EAAkC;AAChCE,QAAAA,MAAM,IAAI2H,IAAI,CAAC7H,CAAD,CAAJ,CAAQE,MAAlB;AACD;AACF;;AAED,QAAI0B,MAAM,GAAG4B,MAAM,CAACwB,WAAP,CAAmB9E,MAAnB,CAAb;AACA,QAAI4H,GAAG,GAAG,CAAV;;AACA,SAAK9H,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAG6H,IAAI,CAAC3H,MAArB,EAA6B,EAAEF,CAA/B,EAAkC;AAChC,UAAI4E,GAAG,GAAGiD,IAAI,CAAC7H,CAAD,CAAd;;AACA,UAAIuF,UAAU,CAACX,GAAD,EAAM/E,UAAN,CAAd,EAAiC;AAC/B,YAAIiI,GAAG,GAAGlD,GAAG,CAAC1E,MAAV,GAAmB0B,MAAM,CAAC1B,MAA9B,EAAsC;AACpCsD,UAAAA,MAAM,CAACyB,IAAP,CAAYL,GAAZ,EAAiBiC,IAAjB,CAAsBjF,MAAtB,EAA8BkG,GAA9B;AACD,SAFD,MAEO;AACLjI,UAAAA,UAAU,CAACsE,SAAX,CAAqB4D,GAArB,CAAyBC,IAAzB,CACEpG,MADF,EAEEgD,GAFF,EAGEkD,GAHF;AAKD;AACF,OAVD,MAUO,IAAI,CAACtE,MAAM,CAACe,QAAP,CAAgBK,GAAhB,CAAL,EAA2B;AAChC,cAAM,IAAIG,SAAJ,CAAc,6CAAd,CAAN;AACD,OAFM,MAEA;AACLH,QAAAA,GAAG,CAACiC,IAAJ,CAASjF,MAAT,EAAiBkG,GAAjB;AACD;;AACDA,MAAAA,GAAG,IAAIlD,GAAG,CAAC1E,MAAX;AACD;;AACD,WAAO0B,MAAP;AACD,GAvCD;;AAyCA,WAASrC,UAAT,CAAqB8G,MAArB,EAA6BH,QAA7B,EAAuC;AACrC,QAAI1C,MAAM,CAACe,QAAP,CAAgB8B,MAAhB,CAAJ,EAA6B;AAC3B,aAAOA,MAAM,CAACnG,MAAd;AACD;;AACD,QAAIkF,WAAW,CAACC,MAAZ,CAAmBgB,MAAnB,KAA8Bd,UAAU,CAACc,MAAD,EAASjB,WAAT,CAA5C,EAAmE;AACjE,aAAOiB,MAAM,CAAC9G,UAAd;AACD;;AACD,QAAI,OAAO8G,MAAP,KAAkB,QAAtB,EAAgC;AAC9B,YAAM,IAAItB,SAAJ,CACJ,+EACA,gBADA,0BAC0BsB,MAD1B,CADI,CAAN;AAID;;AAED,QAAIpG,GAAG,GAAGoG,MAAM,CAACnG,MAAjB;AACA,QAAI+H,SAAS,GAAIC,SAAS,CAAChI,MAAV,GAAmB,CAAnB,IAAwBgI,SAAS,CAAC,CAAD,CAAT,KAAiB,IAA1D;AACA,QAAI,CAACD,SAAD,IAAchI,GAAG,KAAK,CAA1B,EAA6B,OAAO,CAAP,CAhBQ;;AAmBrC,QAAIkI,WAAW,GAAG,KAAlB;;AACA,aAAS;AACP,cAAQjC,QAAR;AACE,aAAK,OAAL;AACA,aAAK,QAAL;AACA,aAAK,QAAL;AACE,iBAAOjG,GAAP;;AACF,aAAK,MAAL;AACA,aAAK,OAAL;AACE,iBAAOmI,WAAW,CAAC/B,MAAD,CAAX,CAAoBnG,MAA3B;;AACF,aAAK,MAAL;AACA,aAAK,OAAL;AACA,aAAK,SAAL;AACA,aAAK,UAAL;AACE,iBAAOD,GAAG,GAAG,CAAb;;AACF,aAAK,KAAL;AACE,iBAAOA,GAAG,KAAK,CAAf;;AACF,aAAK,QAAL;AACE,iBAAOoI,aAAa,CAAChC,MAAD,CAAb,CAAsBnG,MAA7B;;AACF;AACE,cAAIiI,WAAJ,EAAiB;AACf,mBAAOF,SAAS,GAAG,CAAC,CAAJ,GAAQG,WAAW,CAAC/B,MAAD,CAAX,CAAoBnG,MAA5C,CADe;AAEhB;;AACDgG,UAAAA,QAAQ,GAAG,CAAC,KAAKA,QAAN,EAAgByB,WAAhB,EAAX;AACAQ,UAAAA,WAAW,GAAG,IAAd;AAtBJ;AAwBD;AACF;;AACD3E,EAAAA,MAAM,CAACjE,UAAP,GAAoBA,UAApB;;AAEA,WAAS+I,YAAT,CAAuBpC,QAAvB,EAAiC/E,KAAjC,EAAwCC,GAAxC,EAA6C;AAC3C,QAAI+G,WAAW,GAAG,KAAlB,CAD2C;;;;;;;AAU3C,QAAIhH,KAAK,KAAKqD,SAAV,IAAuBrD,KAAK,GAAG,CAAnC,EAAsC;AACpCA,MAAAA,KAAK,GAAG,CAAR;AACD,KAZ0C;;;;AAe3C,QAAIA,KAAK,GAAG,KAAKjB,MAAjB,EAAyB;AACvB,aAAO,EAAP;AACD;;AAED,QAAIkB,GAAG,KAAKoD,SAAR,IAAqBpD,GAAG,GAAG,KAAKlB,MAApC,EAA4C;AAC1CkB,MAAAA,GAAG,GAAG,KAAKlB,MAAX;AACD;;AAED,QAAIkB,GAAG,IAAI,CAAX,EAAc;AACZ,aAAO,EAAP;AACD,KAzB0C;;;AA4B3CA,IAAAA,GAAG,MAAM,CAAT;AACAD,IAAAA,KAAK,MAAM,CAAX;;AAEA,QAAIC,GAAG,IAAID,KAAX,EAAkB;AAChB,aAAO,EAAP;AACD;;AAED,QAAI,CAAC+E,QAAL,EAAeA,QAAQ,GAAG,MAAX;;AAEf,WAAO,IAAP,EAAa;AACX,cAAQA,QAAR;AACE,aAAK,KAAL;AACE,iBAAOqC,QAAQ,CAAC,IAAD,EAAOpH,KAAP,EAAcC,GAAd,CAAf;;AAEF,aAAK,MAAL;AACA,aAAK,OAAL;AACE,iBAAOoH,SAAS,CAAC,IAAD,EAAOrH,KAAP,EAAcC,GAAd,CAAhB;;AAEF,aAAK,OAAL;AACE,iBAAOqH,UAAU,CAAC,IAAD,EAAOtH,KAAP,EAAcC,GAAd,CAAjB;;AAEF,aAAK,QAAL;AACA,aAAK,QAAL;AACE,iBAAOsH,WAAW,CAAC,IAAD,EAAOvH,KAAP,EAAcC,GAAd,CAAlB;;AAEF,aAAK,QAAL;AACE,iBAAOuH,WAAW,CAAC,IAAD,EAAOxH,KAAP,EAAcC,GAAd,CAAlB;;AAEF,aAAK,MAAL;AACA,aAAK,OAAL;AACA,aAAK,SAAL;AACA,aAAK,UAAL;AACE,iBAAOwH,YAAY,CAAC,IAAD,EAAOzH,KAAP,EAAcC,GAAd,CAAnB;;AAEF;AACE,cAAI+G,WAAJ,EAAiB,MAAM,IAAIpD,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;AACjBA,UAAAA,QAAQ,GAAG,CAACA,QAAQ,GAAG,EAAZ,EAAgByB,WAAhB,EAAX;AACAQ,UAAAA,WAAW,GAAG,IAAd;AA3BJ;AA6BD;AACF;AAGD;AACA;AACA;AACA;AACA;;;AACA3E,EAAAA,MAAM,CAACW,SAAP,CAAiBiD,SAAjB,GAA6B,IAA7B;;AAEA,WAASyB,IAAT,CAAelD,CAAf,EAAkBmD,CAAlB,EAAqB5G,CAArB,EAAwB;AACtB,QAAIlC,CAAC,GAAG2F,CAAC,CAACmD,CAAD,CAAT;AACAnD,IAAAA,CAAC,CAACmD,CAAD,CAAD,GAAOnD,CAAC,CAACzD,CAAD,CAAR;AACAyD,IAAAA,CAAC,CAACzD,CAAD,CAAD,GAAOlC,CAAP;AACD;;AAEDwD,EAAAA,MAAM,CAACW,SAAP,CAAiB4E,MAAjB,GAA0B,SAASA,MAAT,GAAmB;AAC3C,QAAI9I,GAAG,GAAG,KAAKC,MAAf;;AACA,QAAID,GAAG,GAAG,CAAN,KAAY,CAAhB,EAAmB;AACjB,YAAM,IAAI0E,UAAJ,CAAe,2CAAf,CAAN;AACD;;AACD,SAAK,IAAI3E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyBD,CAAC,IAAI,CAA9B,EAAiC;AAC/B6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAP,EAAUA,CAAC,GAAG,CAAd,CAAJ;AACD;;AACD,WAAO,IAAP;AACD,GATD;;AAWAwD,EAAAA,MAAM,CAACW,SAAP,CAAiB6E,MAAjB,GAA0B,SAASA,MAAT,GAAmB;AAC3C,QAAI/I,GAAG,GAAG,KAAKC,MAAf;;AACA,QAAID,GAAG,GAAG,CAAN,KAAY,CAAhB,EAAmB;AACjB,YAAM,IAAI0E,UAAJ,CAAe,2CAAf,CAAN;AACD;;AACD,SAAK,IAAI3E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyBD,CAAC,IAAI,CAA9B,EAAiC;AAC/B6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAP,EAAUA,CAAC,GAAG,CAAd,CAAJ;AACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;AACD;;AACD,WAAO,IAAP;AACD,GAVD;;AAYAwD,EAAAA,MAAM,CAACW,SAAP,CAAiB8E,MAAjB,GAA0B,SAASA,MAAT,GAAmB;AAC3C,QAAIhJ,GAAG,GAAG,KAAKC,MAAf;;AACA,QAAID,GAAG,GAAG,CAAN,KAAY,CAAhB,EAAmB;AACjB,YAAM,IAAI0E,UAAJ,CAAe,2CAAf,CAAN;AACD;;AACD,SAAK,IAAI3E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyBD,CAAC,IAAI,CAA9B,EAAiC;AAC/B6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAP,EAAUA,CAAC,GAAG,CAAd,CAAJ;AACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;AACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;AACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;AACD;;AACD,WAAO,IAAP;AACD,GAZD;;AAcAwD,EAAAA,MAAM,CAACW,SAAP,CAAiBgD,QAAjB,GAA4B,SAASA,QAAT,GAAqB;AAC/C,QAAIjH,MAAM,GAAG,KAAKA,MAAlB;AACA,QAAIA,MAAM,KAAK,CAAf,EAAkB,OAAO,EAAP;AAClB,QAAIgI,SAAS,CAAChI,MAAV,KAAqB,CAAzB,EAA4B,OAAOsI,SAAS,CAAC,IAAD,EAAO,CAAP,EAAUtI,MAAV,CAAhB;AAC5B,WAAOoI,YAAY,CAACY,KAAb,CAAmB,IAAnB,EAAyBhB,SAAzB,CAAP;AACD,GALD;;AAOA1E,EAAAA,MAAM,CAACW,SAAP,CAAiBgF,cAAjB,GAAkC3F,MAAM,CAACW,SAAP,CAAiBgD,QAAnD;;AAEA3D,EAAAA,MAAM,CAACW,SAAP,CAAiBiF,MAAjB,GAA0B,SAASA,MAAT,CAAiBzD,CAAjB,EAAoB;AAC5C,QAAI,CAACnC,MAAM,CAACe,QAAP,CAAgBoB,CAAhB,CAAL,EAAyB,MAAM,IAAIZ,SAAJ,CAAc,2BAAd,CAAN;AACzB,QAAI,SAASY,CAAb,EAAgB,OAAO,IAAP;AAChB,WAAOnC,MAAM,CAAC6D,OAAP,CAAe,IAAf,EAAqB1B,CAArB,MAA4B,CAAnC;AACD,GAJD;;AAMAnC,EAAAA,MAAM,CAACW,SAAP,CAAiBkF,OAAjB,GAA2B,SAASA,OAAT,GAAoB;AAC7C,QAAIC,GAAG,GAAG,EAAV;AACA,QAAIC,GAAG,GAAGhG,OAAO,CAACiG,iBAAlB;AACAF,IAAAA,GAAG,GAAG,KAAKnC,QAAL,CAAc,KAAd,EAAqB,CAArB,EAAwBoC,GAAxB,EAA6BE,OAA7B,CAAqC,SAArC,EAAgD,KAAhD,EAAuDC,IAAvD,EAAN;AACA,QAAI,KAAKxJ,MAAL,GAAcqJ,GAAlB,EAAuBD,GAAG,IAAI,OAAP;AACvB,WAAO,aAAaA,GAAb,GAAmB,GAA1B;AACD,GAND;;AAOA,MAAIjG,mBAAJ,EAAyB;AACvBG,IAAAA,MAAM,CAACW,SAAP,CAAiBd,mBAAjB,IAAwCG,MAAM,CAACW,SAAP,CAAiBkF,OAAzD;AACD;;AAED7F,EAAAA,MAAM,CAACW,SAAP,CAAiBkD,OAAjB,GAA2B,SAASA,OAAT,CAAkBsC,MAAlB,EAA0BxI,KAA1B,EAAiCC,GAAjC,EAAsCwI,SAAtC,EAAiDC,OAAjD,EAA0D;AACnF,QAAItE,UAAU,CAACoE,MAAD,EAAS9J,UAAT,CAAd,EAAoC;AAClC8J,MAAAA,MAAM,GAAGnG,MAAM,CAACyB,IAAP,CAAY0E,MAAZ,EAAoBA,MAAM,CAAC9H,MAA3B,EAAmC8H,MAAM,CAACpK,UAA1C,CAAT;AACD;;AACD,QAAI,CAACiE,MAAM,CAACe,QAAP,CAAgBoF,MAAhB,CAAL,EAA8B;AAC5B,YAAM,IAAI5E,SAAJ,CACJ,qEACA,gBADA,0BAC2B4E,MAD3B,CADI,CAAN;AAID;;AAED,QAAIxI,KAAK,KAAKqD,SAAd,EAAyB;AACvBrD,MAAAA,KAAK,GAAG,CAAR;AACD;;AACD,QAAIC,GAAG,KAAKoD,SAAZ,EAAuB;AACrBpD,MAAAA,GAAG,GAAGuI,MAAM,GAAGA,MAAM,CAACzJ,MAAV,GAAmB,CAA/B;AACD;;AACD,QAAI0J,SAAS,KAAKpF,SAAlB,EAA6B;AAC3BoF,MAAAA,SAAS,GAAG,CAAZ;AACD;;AACD,QAAIC,OAAO,KAAKrF,SAAhB,EAA2B;AACzBqF,MAAAA,OAAO,GAAG,KAAK3J,MAAf;AACD;;AAED,QAAIiB,KAAK,GAAG,CAAR,IAAaC,GAAG,GAAGuI,MAAM,CAACzJ,MAA1B,IAAoC0J,SAAS,GAAG,CAAhD,IAAqDC,OAAO,GAAG,KAAK3J,MAAxE,EAAgF;AAC9E,YAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;AACD;;AAED,QAAIiF,SAAS,IAAIC,OAAb,IAAwB1I,KAAK,IAAIC,GAArC,EAA0C;AACxC,aAAO,CAAP;AACD;;AACD,QAAIwI,SAAS,IAAIC,OAAjB,EAA0B;AACxB,aAAO,CAAC,CAAR;AACD;;AACD,QAAI1I,KAAK,IAAIC,GAAb,EAAkB;AAChB,aAAO,CAAP;AACD;;AAEDD,IAAAA,KAAK,MAAM,CAAX;AACAC,IAAAA,GAAG,MAAM,CAAT;AACAwI,IAAAA,SAAS,MAAM,CAAf;AACAC,IAAAA,OAAO,MAAM,CAAb;AAEA,QAAI,SAASF,MAAb,EAAqB,OAAO,CAAP;AAErB,QAAIpC,CAAC,GAAGsC,OAAO,GAAGD,SAAlB;AACA,QAAIpC,CAAC,GAAGpG,GAAG,GAAGD,KAAd;AACA,QAAIlB,GAAG,GAAG0C,IAAI,CAAC8E,GAAL,CAASF,CAAT,EAAYC,CAAZ,CAAV;AAEA,QAAIsC,QAAQ,GAAG,KAAKrD,KAAL,CAAWmD,SAAX,EAAsBC,OAAtB,CAAf;AACA,QAAIE,UAAU,GAAGJ,MAAM,CAAClD,KAAP,CAAatF,KAAb,EAAoBC,GAApB,CAAjB;;AAEA,SAAK,IAAIpB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyB,EAAED,CAA3B,EAA8B;AAC5B,UAAI8J,QAAQ,CAAC9J,CAAD,CAAR,KAAgB+J,UAAU,CAAC/J,CAAD,CAA9B,EAAmC;AACjCuH,QAAAA,CAAC,GAAGuC,QAAQ,CAAC9J,CAAD,CAAZ;AACAwH,QAAAA,CAAC,GAAGuC,UAAU,CAAC/J,CAAD,CAAd;AACA;AACD;AACF;;AAED,QAAIuH,CAAC,GAAGC,CAAR,EAAW,OAAO,CAAC,CAAR;AACX,QAAIA,CAAC,GAAGD,CAAR,EAAW,OAAO,CAAP;AACX,WAAO,CAAP;AACD,GA/DD;AAkEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA,WAASyC,oBAAT,CAA+BpI,MAA/B,EAAuCqI,GAAvC,EAA4CxF,UAA5C,EAAwDyB,QAAxD,EAAkEgE,GAAlE,EAAuE;;AAErE,QAAItI,MAAM,CAAC1B,MAAP,KAAkB,CAAtB,EAAyB,OAAO,CAAC,CAAR,CAF4C;;AAKrE,QAAI,OAAOuE,UAAP,KAAsB,QAA1B,EAAoC;AAClCyB,MAAAA,QAAQ,GAAGzB,UAAX;AACAA,MAAAA,UAAU,GAAG,CAAb;AACD,KAHD,MAGO,IAAIA,UAAU,GAAG,UAAjB,EAA6B;AAClCA,MAAAA,UAAU,GAAG,UAAb;AACD,KAFM,MAEA,IAAIA,UAAU,GAAG,CAAC,UAAlB,EAA8B;AACnCA,MAAAA,UAAU,GAAG,CAAC,UAAd;AACD;;AACDA,IAAAA,UAAU,GAAG,CAACA,UAAd,CAbqE;;AAcrE,QAAIsC,WAAW,CAACtC,UAAD,CAAf,EAA6B;;AAE3BA,MAAAA,UAAU,GAAGyF,GAAG,GAAG,CAAH,GAAQtI,MAAM,CAAC1B,MAAP,GAAgB,CAAxC;AACD,KAjBoE;;;AAoBrE,QAAIuE,UAAU,GAAG,CAAjB,EAAoBA,UAAU,GAAG7C,MAAM,CAAC1B,MAAP,GAAgBuE,UAA7B;;AACpB,QAAIA,UAAU,IAAI7C,MAAM,CAAC1B,MAAzB,EAAiC;AAC/B,UAAIgK,GAAJ,EAAS,OAAO,CAAC,CAAR,CAAT,KACKzF,UAAU,GAAG7C,MAAM,CAAC1B,MAAP,GAAgB,CAA7B;AACN,KAHD,MAGO,IAAIuE,UAAU,GAAG,CAAjB,EAAoB;AACzB,UAAIyF,GAAJ,EAASzF,UAAU,GAAG,CAAb,CAAT,KACK,OAAO,CAAC,CAAR;AACN,KA3BoE;;;AA8BrE,QAAI,OAAOwF,GAAP,KAAe,QAAnB,EAA6B;AAC3BA,MAAAA,GAAG,GAAGzG,MAAM,CAACyB,IAAP,CAAYgF,GAAZ,EAAiB/D,QAAjB,CAAN;AACD,KAhCoE;;;AAmCrE,QAAI1C,MAAM,CAACe,QAAP,CAAgB0F,GAAhB,CAAJ,EAA0B;;AAExB,UAAIA,GAAG,CAAC/J,MAAJ,KAAe,CAAnB,EAAsB;AACpB,eAAO,CAAC,CAAR;AACD;;AACD,aAAOiK,YAAY,CAACvI,MAAD,EAASqI,GAAT,EAAcxF,UAAd,EAA0ByB,QAA1B,EAAoCgE,GAApC,CAAnB;AACD,KAND,MAMO,IAAI,OAAOD,GAAP,KAAe,QAAnB,EAA6B;AAClCA,MAAAA,GAAG,GAAGA,GAAG,GAAG,IAAZ,CADkC;;AAElC,UAAI,OAAOpK,UAAU,CAACsE,SAAX,CAAqB3D,OAA5B,KAAwC,UAA5C,EAAwD;AACtD,YAAI0J,GAAJ,EAAS;AACP,iBAAOrK,UAAU,CAACsE,SAAX,CAAqB3D,OAArB,CAA6BwH,IAA7B,CAAkCpG,MAAlC,EAA0CqI,GAA1C,EAA+CxF,UAA/C,CAAP;AACD,SAFD,MAEO;AACL,iBAAO5E,UAAU,CAACsE,SAAX,CAAqBiG,WAArB,CAAiCpC,IAAjC,CAAsCpG,MAAtC,EAA8CqI,GAA9C,EAAmDxF,UAAnD,CAAP;AACD;AACF;;AACD,aAAO0F,YAAY,CAACvI,MAAD,EAAS,CAACqI,GAAD,CAAT,EAAgBxF,UAAhB,EAA4ByB,QAA5B,EAAsCgE,GAAtC,CAAnB;AACD;;AAED,UAAM,IAAInF,SAAJ,CAAc,sCAAd,CAAN;AACD;;AAED,WAASoF,YAAT,CAAuBtJ,GAAvB,EAA4BoJ,GAA5B,EAAiCxF,UAAjC,EAA6CyB,QAA7C,EAAuDgE,GAAvD,EAA4D;AAC1D,QAAIG,SAAS,GAAG,CAAhB;AACA,QAAIC,SAAS,GAAGzJ,GAAG,CAACX,MAApB;AACA,QAAIqK,SAAS,GAAGN,GAAG,CAAC/J,MAApB;;AAEA,QAAIgG,QAAQ,KAAK1B,SAAjB,EAA4B;AAC1B0B,MAAAA,QAAQ,GAAGwB,MAAM,CAACxB,QAAD,CAAN,CAAiByB,WAAjB,EAAX;;AACA,UAAIzB,QAAQ,KAAK,MAAb,IAAuBA,QAAQ,KAAK,OAApC,IACAA,QAAQ,KAAK,SADb,IAC0BA,QAAQ,KAAK,UAD3C,EACuD;AACrD,YAAIrF,GAAG,CAACX,MAAJ,GAAa,CAAb,IAAkB+J,GAAG,CAAC/J,MAAJ,GAAa,CAAnC,EAAsC;AACpC,iBAAO,CAAC,CAAR;AACD;;AACDmK,QAAAA,SAAS,GAAG,CAAZ;AACAC,QAAAA,SAAS,IAAI,CAAb;AACAC,QAAAA,SAAS,IAAI,CAAb;AACA9F,QAAAA,UAAU,IAAI,CAAd;AACD;AACF;;AAED,aAAS+F,IAAT,CAAe5F,GAAf,EAAoB5E,CAApB,EAAuB;AACrB,UAAIqK,SAAS,KAAK,CAAlB,EAAqB;AACnB,eAAOzF,GAAG,CAAC5E,CAAD,CAAV;AACD,OAFD,MAEO;AACL,eAAO4E,GAAG,CAAC6F,YAAJ,CAAiBzK,CAAC,GAAGqK,SAArB,CAAP;AACD;AACF;;AAED,QAAIrK,CAAJ;;AACA,QAAIkK,GAAJ,EAAS;AACP,UAAIQ,UAAU,GAAG,CAAC,CAAlB;;AACA,WAAK1K,CAAC,GAAGyE,UAAT,EAAqBzE,CAAC,GAAGsK,SAAzB,EAAoCtK,CAAC,EAArC,EAAyC;AACvC,YAAIwK,IAAI,CAAC3J,GAAD,EAAMb,CAAN,CAAJ,KAAiBwK,IAAI,CAACP,GAAD,EAAMS,UAAU,KAAK,CAAC,CAAhB,GAAoB,CAApB,GAAwB1K,CAAC,GAAG0K,UAAlC,CAAzB,EAAwE;AACtE,cAAIA,UAAU,KAAK,CAAC,CAApB,EAAuBA,UAAU,GAAG1K,CAAb;AACvB,cAAIA,CAAC,GAAG0K,UAAJ,GAAiB,CAAjB,KAAuBH,SAA3B,EAAsC,OAAOG,UAAU,GAAGL,SAApB;AACvC,SAHD,MAGO;AACL,cAAIK,UAAU,KAAK,CAAC,CAApB,EAAuB1K,CAAC,IAAIA,CAAC,GAAG0K,UAAT;AACvBA,UAAAA,UAAU,GAAG,CAAC,CAAd;AACD;AACF;AACF,KAXD,MAWO;AACL,UAAIjG,UAAU,GAAG8F,SAAb,GAAyBD,SAA7B,EAAwC7F,UAAU,GAAG6F,SAAS,GAAGC,SAAzB;;AACxC,WAAKvK,CAAC,GAAGyE,UAAT,EAAqBzE,CAAC,IAAI,CAA1B,EAA6BA,CAAC,EAA9B,EAAkC;AAChC,YAAI2K,KAAK,GAAG,IAAZ;;AACA,aAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGL,SAApB,EAA+BK,CAAC,EAAhC,EAAoC;AAClC,cAAIJ,IAAI,CAAC3J,GAAD,EAAMb,CAAC,GAAG4K,CAAV,CAAJ,KAAqBJ,IAAI,CAACP,GAAD,EAAMW,CAAN,CAA7B,EAAuC;AACrCD,YAAAA,KAAK,GAAG,KAAR;AACA;AACD;AACF;;AACD,YAAIA,KAAJ,EAAW,OAAO3K,CAAP;AACZ;AACF;;AAED,WAAO,CAAC,CAAR;AACD;;AAEDwD,EAAAA,MAAM,CAACW,SAAP,CAAiB0G,QAAjB,GAA4B,SAASA,QAAT,CAAmBZ,GAAnB,EAAwBxF,UAAxB,EAAoCyB,QAApC,EAA8C;AACxE,WAAO,KAAK1F,OAAL,CAAayJ,GAAb,EAAkBxF,UAAlB,EAA8ByB,QAA9B,MAA4C,CAAC,CAApD;AACD,GAFD;;AAIA1C,EAAAA,MAAM,CAACW,SAAP,CAAiB3D,OAAjB,GAA2B,SAASA,OAAT,CAAkByJ,GAAlB,EAAuBxF,UAAvB,EAAmCyB,QAAnC,EAA6C;AACtE,WAAO8D,oBAAoB,CAAC,IAAD,EAAOC,GAAP,EAAYxF,UAAZ,EAAwByB,QAAxB,EAAkC,IAAlC,CAA3B;AACD,GAFD;;AAIA1C,EAAAA,MAAM,CAACW,SAAP,CAAiBiG,WAAjB,GAA+B,SAASA,WAAT,CAAsBH,GAAtB,EAA2BxF,UAA3B,EAAuCyB,QAAvC,EAAiD;AAC9E,WAAO8D,oBAAoB,CAAC,IAAD,EAAOC,GAAP,EAAYxF,UAAZ,EAAwByB,QAAxB,EAAkC,KAAlC,CAA3B;AACD,GAFD;;AAIA,WAAS4E,QAAT,CAAmBlG,GAAnB,EAAwByB,MAAxB,EAAgCxE,MAAhC,EAAwC3B,MAAxC,EAAgD;AAC9C2B,IAAAA,MAAM,GAAGkJ,MAAM,CAAClJ,MAAD,CAAN,IAAkB,CAA3B;AACA,QAAImJ,SAAS,GAAGpG,GAAG,CAAC1E,MAAJ,GAAa2B,MAA7B;;AACA,QAAI,CAAC3B,MAAL,EAAa;AACXA,MAAAA,MAAM,GAAG8K,SAAT;AACD,KAFD,MAEO;AACL9K,MAAAA,MAAM,GAAG6K,MAAM,CAAC7K,MAAD,CAAf;;AACA,UAAIA,MAAM,GAAG8K,SAAb,EAAwB;AACtB9K,QAAAA,MAAM,GAAG8K,SAAT;AACD;AACF;;AAED,QAAIC,MAAM,GAAG5E,MAAM,CAACnG,MAApB;;AAEA,QAAIA,MAAM,GAAG+K,MAAM,GAAG,CAAtB,EAAyB;AACvB/K,MAAAA,MAAM,GAAG+K,MAAM,GAAG,CAAlB;AACD;;AACD,SAAK,IAAIjL,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4B,EAAEF,CAA9B,EAAiC;AAC/B,UAAIkL,MAAM,GAAGC,QAAQ,CAAC9E,MAAM,CAAC+E,MAAP,CAAcpL,CAAC,GAAG,CAAlB,EAAqB,CAArB,CAAD,EAA0B,EAA1B,CAArB;AACA,UAAI+G,WAAW,CAACmE,MAAD,CAAf,EAAyB,OAAOlL,CAAP;AACzB4E,MAAAA,GAAG,CAAC/C,MAAM,GAAG7B,CAAV,CAAH,GAAkBkL,MAAlB;AACD;;AACD,WAAOlL,CAAP;AACD;;AAED,WAASqL,SAAT,CAAoBzG,GAApB,EAAyByB,MAAzB,EAAiCxE,MAAjC,EAAyC3B,MAAzC,EAAiD;AAC/C,WAAOoL,UAAU,CAAClD,WAAW,CAAC/B,MAAD,EAASzB,GAAG,CAAC1E,MAAJ,GAAa2B,MAAtB,CAAZ,EAA2C+C,GAA3C,EAAgD/C,MAAhD,EAAwD3B,MAAxD,CAAjB;AACD;;AAED,WAASqL,UAAT,CAAqB3G,GAArB,EAA0ByB,MAA1B,EAAkCxE,MAAlC,EAA0C3B,MAA1C,EAAkD;AAChD,WAAOoL,UAAU,CAACE,YAAY,CAACnF,MAAD,CAAb,EAAuBzB,GAAvB,EAA4B/C,MAA5B,EAAoC3B,MAApC,CAAjB;AACD;;AAED,WAASuL,WAAT,CAAsB7G,GAAtB,EAA2ByB,MAA3B,EAAmCxE,MAAnC,EAA2C3B,MAA3C,EAAmD;AACjD,WAAOoL,UAAU,CAACjD,aAAa,CAAChC,MAAD,CAAd,EAAwBzB,GAAxB,EAA6B/C,MAA7B,EAAqC3B,MAArC,CAAjB;AACD;;AAED,WAASwL,SAAT,CAAoB9G,GAApB,EAAyByB,MAAzB,EAAiCxE,MAAjC,EAAyC3B,MAAzC,EAAiD;AAC/C,WAAOoL,UAAU,CAACK,cAAc,CAACtF,MAAD,EAASzB,GAAG,CAAC1E,MAAJ,GAAa2B,MAAtB,CAAf,EAA8C+C,GAA9C,EAAmD/C,MAAnD,EAA2D3B,MAA3D,CAAjB;AACD;;AAEDsD,EAAAA,MAAM,CAACW,SAAP,CAAiBqC,KAAjB,GAAyB,SAASA,KAAT,CAAgBH,MAAhB,EAAwBxE,MAAxB,EAAgC3B,MAAhC,EAAwCgG,QAAxC,EAAkD;;AAEzE,QAAIrE,MAAM,KAAK2C,SAAf,EAA0B;AACxB0B,MAAAA,QAAQ,GAAG,MAAX;AACAhG,MAAAA,MAAM,GAAG,KAAKA,MAAd;AACA2B,MAAAA,MAAM,GAAG,CAAT,CAHwB;AAKzB,KALD,MAKO,IAAI3B,MAAM,KAAKsE,SAAX,IAAwB,OAAO3C,MAAP,KAAkB,QAA9C,EAAwD;AAC7DqE,MAAAA,QAAQ,GAAGrE,MAAX;AACA3B,MAAAA,MAAM,GAAG,KAAKA,MAAd;AACA2B,MAAAA,MAAM,GAAG,CAAT,CAH6D;AAK9D,KALM,MAKA,IAAI+J,QAAQ,CAAC/J,MAAD,CAAZ,EAAsB;AAC3BA,MAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;AACA,UAAI+J,QAAQ,CAAC1L,MAAD,CAAZ,EAAsB;AACpBA,QAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,YAAIgG,QAAQ,KAAK1B,SAAjB,EAA4B0B,QAAQ,GAAG,MAAX;AAC7B,OAHD,MAGO;AACLA,QAAAA,QAAQ,GAAGhG,MAAX;AACAA,QAAAA,MAAM,GAAGsE,SAAT;AACD;AACF,KATM,MASA;AACL,YAAM,IAAIlE,KAAJ,CACJ,yEADI,CAAN;AAGD;;AAED,QAAI0K,SAAS,GAAG,KAAK9K,MAAL,GAAc2B,MAA9B;AACA,QAAI3B,MAAM,KAAKsE,SAAX,IAAwBtE,MAAM,GAAG8K,SAArC,EAAgD9K,MAAM,GAAG8K,SAAT;;AAEhD,QAAK3E,MAAM,CAACnG,MAAP,GAAgB,CAAhB,KAAsBA,MAAM,GAAG,CAAT,IAAc2B,MAAM,GAAG,CAA7C,CAAD,IAAqDA,MAAM,GAAG,KAAK3B,MAAvE,EAA+E;AAC7E,YAAM,IAAIyE,UAAJ,CAAe,wCAAf,CAAN;AACD;;AAED,QAAI,CAACuB,QAAL,EAAeA,QAAQ,GAAG,MAAX;AAEf,QAAIiC,WAAW,GAAG,KAAlB;;AACA,aAAS;AACP,cAAQjC,QAAR;AACE,aAAK,KAAL;AACE,iBAAO4E,QAAQ,CAAC,IAAD,EAAOzE,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAf;;AAEF,aAAK,MAAL;AACA,aAAK,OAAL;AACE,iBAAOmL,SAAS,CAAC,IAAD,EAAOhF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAhB;;AAEF,aAAK,OAAL;AACA,aAAK,QAAL;AACA,aAAK,QAAL;AACE,iBAAOqL,UAAU,CAAC,IAAD,EAAOlF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAjB;;AAEF,aAAK,QAAL;;AAEE,iBAAOuL,WAAW,CAAC,IAAD,EAAOpF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAlB;;AAEF,aAAK,MAAL;AACA,aAAK,OAAL;AACA,aAAK,SAAL;AACA,aAAK,UAAL;AACE,iBAAOwL,SAAS,CAAC,IAAD,EAAOrF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAhB;;AAEF;AACE,cAAIiI,WAAJ,EAAiB,MAAM,IAAIpD,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;AACjBA,UAAAA,QAAQ,GAAG,CAAC,KAAKA,QAAN,EAAgByB,WAAhB,EAAX;AACAQ,UAAAA,WAAW,GAAG,IAAd;AA1BJ;AA4BD;AACF,GAnED;;AAqEA3E,EAAAA,MAAM,CAACW,SAAP,CAAiB0H,MAAjB,GAA0B,SAASA,MAAT,GAAmB;AAC3C,WAAO;AACL7E,MAAAA,IAAI,EAAE,QADD;AAELE,MAAAA,IAAI,EAAEpH,KAAK,CAACqE,SAAN,CAAgBsC,KAAhB,CAAsBuB,IAAtB,CAA2B,KAAK8D,IAAL,IAAa,IAAxC,EAA8C,CAA9C;AAFD,KAAP;AAID,GALD;;AAOA,WAASnD,WAAT,CAAsB/D,GAAtB,EAA2BzD,KAA3B,EAAkCC,GAAlC,EAAuC;AACrC,QAAID,KAAK,KAAK,CAAV,IAAeC,GAAG,KAAKwD,GAAG,CAAC1E,MAA/B,EAAuC;AACrC,aAAO6L,QAAM,CAACtM,aAAP,CAAqBmF,GAArB,CAAP;AACD,KAFD,MAEO;AACL,aAAOmH,QAAM,CAACtM,aAAP,CAAqBmF,GAAG,CAAC6B,KAAJ,CAAUtF,KAAV,EAAiBC,GAAjB,CAArB,CAAP;AACD;AACF;;AAED,WAASoH,SAAT,CAAoB5D,GAApB,EAAyBzD,KAAzB,EAAgCC,GAAhC,EAAqC;AACnCA,IAAAA,GAAG,GAAGuB,IAAI,CAAC8E,GAAL,CAAS7C,GAAG,CAAC1E,MAAb,EAAqBkB,GAArB,CAAN;AACA,QAAI4K,GAAG,GAAG,EAAV;AAEA,QAAIhM,CAAC,GAAGmB,KAAR;;AACA,WAAOnB,CAAC,GAAGoB,GAAX,EAAgB;AACd,UAAI6K,SAAS,GAAGrH,GAAG,CAAC5E,CAAD,CAAnB;AACA,UAAIkM,SAAS,GAAG,IAAhB;AACA,UAAIC,gBAAgB,GAAIF,SAAS,GAAG,IAAb,GACnB,CADmB,GAElBA,SAAS,GAAG,IAAb,GACI,CADJ,GAEKA,SAAS,GAAG,IAAb,GACI,CADJ,GAEI,CANZ;;AAQA,UAAIjM,CAAC,GAAGmM,gBAAJ,IAAwB/K,GAA5B,EAAiC;AAC/B,YAAIgL,UAAJ,EAAgBC,SAAhB,EAA2BC,UAA3B,EAAuCC,aAAvC;;AAEA,gBAAQJ,gBAAR;AACE,eAAK,CAAL;AACE,gBAAIF,SAAS,GAAG,IAAhB,EAAsB;AACpBC,cAAAA,SAAS,GAAGD,SAAZ;AACD;;AACD;;AACF,eAAK,CAAL;AACEG,YAAAA,UAAU,GAAGxH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;;AACA,gBAAI,CAACoM,UAAU,GAAG,IAAd,MAAwB,IAA5B,EAAkC;AAChCG,cAAAA,aAAa,GAAG,CAACN,SAAS,GAAG,IAAb,KAAsB,GAAtB,GAA6BG,UAAU,GAAG,IAA1D;;AACA,kBAAIG,aAAa,GAAG,IAApB,EAA0B;AACxBL,gBAAAA,SAAS,GAAGK,aAAZ;AACD;AACF;;AACD;;AACF,eAAK,CAAL;AACEH,YAAAA,UAAU,GAAGxH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;AACAqM,YAAAA,SAAS,GAAGzH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAf;;AACA,gBAAI,CAACoM,UAAU,GAAG,IAAd,MAAwB,IAAxB,IAAgC,CAACC,SAAS,GAAG,IAAb,MAAuB,IAA3D,EAAiE;AAC/DE,cAAAA,aAAa,GAAG,CAACN,SAAS,GAAG,GAAb,KAAqB,GAArB,GAA2B,CAACG,UAAU,GAAG,IAAd,KAAuB,GAAlD,GAAyDC,SAAS,GAAG,IAArF;;AACA,kBAAIE,aAAa,GAAG,KAAhB,KAA0BA,aAAa,GAAG,MAAhB,IAA0BA,aAAa,GAAG,MAApE,CAAJ,EAAiF;AAC/EL,gBAAAA,SAAS,GAAGK,aAAZ;AACD;AACF;;AACD;;AACF,eAAK,CAAL;AACEH,YAAAA,UAAU,GAAGxH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;AACAqM,YAAAA,SAAS,GAAGzH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAf;AACAsM,YAAAA,UAAU,GAAG1H,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;;AACA,gBAAI,CAACoM,UAAU,GAAG,IAAd,MAAwB,IAAxB,IAAgC,CAACC,SAAS,GAAG,IAAb,MAAuB,IAAvD,IAA+D,CAACC,UAAU,GAAG,IAAd,MAAwB,IAA3F,EAAiG;AAC/FC,cAAAA,aAAa,GAAG,CAACN,SAAS,GAAG,GAAb,KAAqB,IAArB,GAA4B,CAACG,UAAU,GAAG,IAAd,KAAuB,GAAnD,GAAyD,CAACC,SAAS,GAAG,IAAb,KAAsB,GAA/E,GAAsFC,UAAU,GAAG,IAAnH;;AACA,kBAAIC,aAAa,GAAG,MAAhB,IAA0BA,aAAa,GAAG,QAA9C,EAAwD;AACtDL,gBAAAA,SAAS,GAAGK,aAAZ;AACD;AACF;;AAlCL;AAoCD;;AAED,UAAIL,SAAS,KAAK,IAAlB,EAAwB;;;AAGtBA,QAAAA,SAAS,GAAG,MAAZ;AACAC,QAAAA,gBAAgB,GAAG,CAAnB;AACD,OALD,MAKO,IAAID,SAAS,GAAG,MAAhB,EAAwB;;AAE7BA,QAAAA,SAAS,IAAI,OAAb;AACAF,QAAAA,GAAG,CAAC1K,IAAJ,CAAS4K,SAAS,KAAK,EAAd,GAAmB,KAAnB,GAA2B,MAApC;AACAA,QAAAA,SAAS,GAAG,SAASA,SAAS,GAAG,KAAjC;AACD;;AAEDF,MAAAA,GAAG,CAAC1K,IAAJ,CAAS4K,SAAT;AACAlM,MAAAA,CAAC,IAAImM,gBAAL;AACD;;AAED,WAAOK,qBAAqB,CAACR,GAAD,CAA5B;AACD;AAGD;AACA;;;AACA,MAAIS,oBAAoB,GAAG,MAA3B;;AAEA,WAASD,qBAAT,CAAgCE,UAAhC,EAA4C;AAC1C,QAAIzM,GAAG,GAAGyM,UAAU,CAACxM,MAArB;;AACA,QAAID,GAAG,IAAIwM,oBAAX,EAAiC;AAC/B,aAAO/E,MAAM,CAACiF,YAAP,CAAoBzD,KAApB,CAA0BxB,MAA1B,EAAkCgF,UAAlC,CAAP,CAD+B;AAEhC,KAJyC;;;AAO1C,QAAIV,GAAG,GAAG,EAAV;AACA,QAAIhM,CAAC,GAAG,CAAR;;AACA,WAAOA,CAAC,GAAGC,GAAX,EAAgB;AACd+L,MAAAA,GAAG,IAAItE,MAAM,CAACiF,YAAP,CAAoBzD,KAApB,CACLxB,MADK,EAELgF,UAAU,CAACjG,KAAX,CAAiBzG,CAAjB,EAAoBA,CAAC,IAAIyM,oBAAzB,CAFK,CAAP;AAID;;AACD,WAAOT,GAAP;AACD;;AAED,WAASvD,UAAT,CAAqB7D,GAArB,EAA0BzD,KAA1B,EAAiCC,GAAjC,EAAsC;AACpC,QAAIwL,GAAG,GAAG,EAAV;AACAxL,IAAAA,GAAG,GAAGuB,IAAI,CAAC8E,GAAL,CAAS7C,GAAG,CAAC1E,MAAb,EAAqBkB,GAArB,CAAN;;AAEA,SAAK,IAAIpB,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6B,EAAEpB,CAA/B,EAAkC;AAChC4M,MAAAA,GAAG,IAAIlF,MAAM,CAACiF,YAAP,CAAoB/H,GAAG,CAAC5E,CAAD,CAAH,GAAS,IAA7B,CAAP;AACD;;AACD,WAAO4M,GAAP;AACD;;AAED,WAASlE,WAAT,CAAsB9D,GAAtB,EAA2BzD,KAA3B,EAAkCC,GAAlC,EAAuC;AACrC,QAAIwL,GAAG,GAAG,EAAV;AACAxL,IAAAA,GAAG,GAAGuB,IAAI,CAAC8E,GAAL,CAAS7C,GAAG,CAAC1E,MAAb,EAAqBkB,GAArB,CAAN;;AAEA,SAAK,IAAIpB,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6B,EAAEpB,CAA/B,EAAkC;AAChC4M,MAAAA,GAAG,IAAIlF,MAAM,CAACiF,YAAP,CAAoB/H,GAAG,CAAC5E,CAAD,CAAvB,CAAP;AACD;;AACD,WAAO4M,GAAP;AACD;;AAED,WAASrE,QAAT,CAAmB3D,GAAnB,EAAwBzD,KAAxB,EAA+BC,GAA/B,EAAoC;AAClC,QAAInB,GAAG,GAAG2E,GAAG,CAAC1E,MAAd;AAEA,QAAI,CAACiB,KAAD,IAAUA,KAAK,GAAG,CAAtB,EAAyBA,KAAK,GAAG,CAAR;AACzB,QAAI,CAACC,GAAD,IAAQA,GAAG,GAAG,CAAd,IAAmBA,GAAG,GAAGnB,GAA7B,EAAkCmB,GAAG,GAAGnB,GAAN;AAElC,QAAI4M,GAAG,GAAG,EAAV;;AACA,SAAK,IAAI7M,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6B,EAAEpB,CAA/B,EAAkC;AAChC6M,MAAAA,GAAG,IAAIC,mBAAmB,CAAClI,GAAG,CAAC5E,CAAD,CAAJ,CAA1B;AACD;;AACD,WAAO6M,GAAP;AACD;;AAED,WAASjE,YAAT,CAAuBhE,GAAvB,EAA4BzD,KAA5B,EAAmCC,GAAnC,EAAwC;AACtC,QAAI2L,KAAK,GAAGnI,GAAG,CAAC6B,KAAJ,CAAUtF,KAAV,EAAiBC,GAAjB,CAAZ;AACA,QAAI4K,GAAG,GAAG,EAAV,CAFsC;;AAItC,SAAK,IAAIhM,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG+M,KAAK,CAAC7M,MAAN,GAAe,CAAnC,EAAsCF,CAAC,IAAI,CAA3C,EAA8C;AAC5CgM,MAAAA,GAAG,IAAItE,MAAM,CAACiF,YAAP,CAAoBI,KAAK,CAAC/M,CAAD,CAAL,GAAY+M,KAAK,CAAC/M,CAAC,GAAG,CAAL,CAAL,GAAe,GAA/C,CAAP;AACD;;AACD,WAAOgM,GAAP;AACD;;AAEDxI,EAAAA,MAAM,CAACW,SAAP,CAAiBsC,KAAjB,GAAyB,SAASA,KAAT,CAAgBtF,KAAhB,EAAuBC,GAAvB,EAA4B;AACnD,QAAInB,GAAG,GAAG,KAAKC,MAAf;AACAiB,IAAAA,KAAK,GAAG,CAAC,CAACA,KAAV;AACAC,IAAAA,GAAG,GAAGA,GAAG,KAAKoD,SAAR,GAAoBvE,GAApB,GAA0B,CAAC,CAACmB,GAAlC;;AAEA,QAAID,KAAK,GAAG,CAAZ,EAAe;AACbA,MAAAA,KAAK,IAAIlB,GAAT;AACA,UAAIkB,KAAK,GAAG,CAAZ,EAAeA,KAAK,GAAG,CAAR;AAChB,KAHD,MAGO,IAAIA,KAAK,GAAGlB,GAAZ,EAAiB;AACtBkB,MAAAA,KAAK,GAAGlB,GAAR;AACD;;AAED,QAAImB,GAAG,GAAG,CAAV,EAAa;AACXA,MAAAA,GAAG,IAAInB,GAAP;AACA,UAAImB,GAAG,GAAG,CAAV,EAAaA,GAAG,GAAG,CAAN;AACd,KAHD,MAGO,IAAIA,GAAG,GAAGnB,GAAV,EAAe;AACpBmB,MAAAA,GAAG,GAAGnB,GAAN;AACD;;AAED,QAAImB,GAAG,GAAGD,KAAV,EAAiBC,GAAG,GAAGD,KAAN;AAEjB,QAAI6L,MAAM,GAAG,KAAKC,QAAL,CAAc9L,KAAd,EAAqBC,GAArB,CAAb,CArBmD;;AAuBnD6C,IAAAA,MAAM,CAACC,cAAP,CAAsB8I,MAAtB,EAA8BxJ,MAAM,CAACW,SAArC;AAEA,WAAO6I,MAAP;AACD,GA1BD;AA4BA;AACA;AACA;;;AACA,WAASE,WAAT,CAAsBrL,MAAtB,EAA8BsL,GAA9B,EAAmCjN,MAAnC,EAA2C;AACzC,QAAK2B,MAAM,GAAG,CAAV,KAAiB,CAAjB,IAAsBA,MAAM,GAAG,CAAnC,EAAsC,MAAM,IAAI8C,UAAJ,CAAe,oBAAf,CAAN;AACtC,QAAI9C,MAAM,GAAGsL,GAAT,GAAejN,MAAnB,EAA2B,MAAM,IAAIyE,UAAJ,CAAe,uCAAf,CAAN;AAC5B;;AAEDnB,EAAAA,MAAM,CAACW,SAAP,CAAiBiJ,UAAjB,GACA5J,MAAM,CAACW,SAAP,CAAiBkJ,UAAjB,GAA8B,SAASA,UAAT,CAAqBxL,MAArB,EAA6BtC,UAA7B,EAAyC+N,QAAzC,EAAmD;AAC/EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;AACA,QAAI,CAAC+N,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;AAEf,QAAI+J,GAAG,GAAG,KAAKpI,MAAL,CAAV;AACA,QAAI0L,GAAG,GAAG,CAAV;AACA,QAAIvN,CAAC,GAAG,CAAR;;AACA,WAAO,EAAEA,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;AACzCtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG7B,CAAd,IAAmBuN,GAA1B;AACD;;AAED,WAAOtD,GAAP;AACD,GAdD;;AAgBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBqJ,UAAjB,GACAhK,MAAM,CAACW,SAAP,CAAiBsJ,UAAjB,GAA8B,SAASA,UAAT,CAAqB5L,MAArB,EAA6BtC,UAA7B,EAAyC+N,QAAzC,EAAmD;AAC/EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;;AACA,QAAI,CAAC+N,QAAL,EAAe;AACbJ,MAAAA,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;AACD;;AAED,QAAI+J,GAAG,GAAG,KAAKpI,MAAM,GAAG,EAAEtC,UAAhB,CAAV;AACA,QAAIgO,GAAG,GAAG,CAAV;;AACA,WAAOhO,UAAU,GAAG,CAAb,KAAmBgO,GAAG,IAAI,KAA1B,CAAP,EAAyC;AACvCtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG,EAAEtC,UAAhB,IAA8BgO,GAArC;AACD;;AAED,WAAOtD,GAAP;AACD,GAfD;;AAiBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBuJ,SAAjB,GACAlK,MAAM,CAACW,SAAP,CAAiBwJ,SAAjB,GAA6B,SAASA,SAAT,CAAoB9L,MAApB,EAA4ByL,QAA5B,EAAsC;AACjEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAO,KAAK2B,MAAL,CAAP;AACD,GALD;;AAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiByJ,YAAjB,GACApK,MAAM,CAACW,SAAP,CAAiB0J,YAAjB,GAAgC,SAASA,YAAT,CAAuBhM,MAAvB,EAA+ByL,QAA/B,EAAyC;AACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAO,KAAK2B,MAAL,IAAgB,KAAKA,MAAM,GAAG,CAAd,KAAoB,CAA3C;AACD,GALD;;AAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB2J,YAAjB,GACAtK,MAAM,CAACW,SAAP,CAAiBsG,YAAjB,GAAgC,SAASA,YAAT,CAAuB5I,MAAvB,EAA+ByL,QAA/B,EAAyC;AACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAQ,KAAK2B,MAAL,KAAgB,CAAjB,GAAsB,KAAKA,MAAM,GAAG,CAAd,CAA7B;AACD,GALD;;AAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB4J,YAAjB,GACAvK,MAAM,CAACW,SAAP,CAAiB6J,YAAjB,GAAgC,SAASA,YAAT,CAAuBnM,MAAvB,EAA+ByL,QAA/B,EAAyC;AACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AAEf,WAAO,CAAE,KAAK2B,MAAL,CAAD,GACH,KAAKA,MAAM,GAAG,CAAd,KAAoB,CADjB,GAEH,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAFlB,IAGF,KAAKA,MAAM,GAAG,CAAd,IAAmB,SAHxB;AAID,GATD;;AAWA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB8J,YAAjB,GACAzK,MAAM,CAACW,SAAP,CAAiB+J,YAAjB,GAAgC,SAASA,YAAT,CAAuBrM,MAAvB,EAA+ByL,QAA/B,EAAyC;AACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AAEf,WAAQ,KAAK2B,MAAL,IAAe,SAAhB,IACH,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAArB,GACA,KAAKA,MAAM,GAAG,CAAd,KAAoB,CADpB,GAED,KAAKA,MAAM,GAAG,CAAd,CAHK,CAAP;AAID,GATD;;AAWA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBgK,SAAjB,GAA6B,SAASA,SAAT,CAAoBtM,MAApB,EAA4BtC,UAA5B,EAAwC+N,QAAxC,EAAkD;AAC7EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;AACA,QAAI,CAAC+N,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;AAEf,QAAI+J,GAAG,GAAG,KAAKpI,MAAL,CAAV;AACA,QAAI0L,GAAG,GAAG,CAAV;AACA,QAAIvN,CAAC,GAAG,CAAR;;AACA,WAAO,EAAEA,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;AACzCtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG7B,CAAd,IAAmBuN,GAA1B;AACD;;AACDA,IAAAA,GAAG,IAAI,IAAP;AAEA,QAAItD,GAAG,IAAIsD,GAAX,EAAgBtD,GAAG,IAAItH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,CAAP;AAEhB,WAAO0K,GAAP;AACD,GAhBD;;AAkBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBiK,SAAjB,GAA6B,SAASA,SAAT,CAAoBvM,MAApB,EAA4BtC,UAA5B,EAAwC+N,QAAxC,EAAkD;AAC7EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;AACA,QAAI,CAAC+N,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;AAEf,QAAIF,CAAC,GAAGT,UAAR;AACA,QAAIgO,GAAG,GAAG,CAAV;AACA,QAAItD,GAAG,GAAG,KAAKpI,MAAM,GAAG,EAAE7B,CAAhB,CAAV;;AACA,WAAOA,CAAC,GAAG,CAAJ,KAAUuN,GAAG,IAAI,KAAjB,CAAP,EAAgC;AAC9BtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG,EAAE7B,CAAhB,IAAqBuN,GAA5B;AACD;;AACDA,IAAAA,GAAG,IAAI,IAAP;AAEA,QAAItD,GAAG,IAAIsD,GAAX,EAAgBtD,GAAG,IAAItH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,CAAP;AAEhB,WAAO0K,GAAP;AACD,GAhBD;;AAkBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBkK,QAAjB,GAA4B,SAASA,QAAT,CAAmBxM,MAAnB,EAA2ByL,QAA3B,EAAqC;AAC/DzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,QAAI,EAAE,KAAK2B,MAAL,IAAe,IAAjB,CAAJ,EAA4B,OAAQ,KAAKA,MAAL,CAAR;AAC5B,WAAQ,CAAC,OAAO,KAAKA,MAAL,CAAP,GAAsB,CAAvB,IAA4B,CAAC,CAArC;AACD,GALD;;AAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBmK,WAAjB,GAA+B,SAASA,WAAT,CAAsBzM,MAAtB,EAA8ByL,QAA9B,EAAwC;AACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,QAAI+J,GAAG,GAAG,KAAKpI,MAAL,IAAgB,KAAKA,MAAM,GAAG,CAAd,KAAoB,CAA9C;AACA,WAAQoI,GAAG,GAAG,MAAP,GAAiBA,GAAG,GAAG,UAAvB,GAAoCA,GAA3C;AACD,GALD;;AAOAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBoK,WAAjB,GAA+B,SAASA,WAAT,CAAsB1M,MAAtB,EAA8ByL,QAA9B,EAAwC;AACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,QAAI+J,GAAG,GAAG,KAAKpI,MAAM,GAAG,CAAd,IAAoB,KAAKA,MAAL,KAAgB,CAA9C;AACA,WAAQoI,GAAG,GAAG,MAAP,GAAiBA,GAAG,GAAG,UAAvB,GAAoCA,GAA3C;AACD,GALD;;AAOAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBqK,WAAjB,GAA+B,SAASA,WAAT,CAAsB3M,MAAtB,EAA8ByL,QAA9B,EAAwC;AACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AAEf,WAAQ,KAAK2B,MAAL,CAAD,GACJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,CADhB,GAEJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAFhB,GAGJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAHvB;AAID,GARD;;AAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBsK,WAAjB,GAA+B,SAASA,WAAT,CAAsB5M,MAAtB,EAA8ByL,QAA9B,EAAwC;AACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AAEf,WAAQ,KAAK2B,MAAL,KAAgB,EAAjB,GACJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,EADhB,GAEJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,CAFhB,GAGJ,KAAKA,MAAM,GAAG,CAAd,CAHH;AAID,GARD;;AAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBuK,WAAjB,GAA+B,SAASA,WAAT,CAAsB7M,MAAtB,EAA8ByL,QAA9B,EAAwC;AACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,IAA3B,EAAiC,EAAjC,EAAqC,CAArC,CAAP;AACD,GAJD;;AAMA2B,EAAAA,MAAM,CAACW,SAAP,CAAiByK,WAAjB,GAA+B,SAASA,WAAT,CAAsB/M,MAAtB,EAA8ByL,QAA9B,EAAwC;AACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,KAA3B,EAAkC,EAAlC,EAAsC,CAAtC,CAAP;AACD,GAJD;;AAMA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB0K,YAAjB,GAAgC,SAASA,YAAT,CAAuBhN,MAAvB,EAA+ByL,QAA/B,EAAyC;AACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,IAA3B,EAAiC,EAAjC,EAAqC,CAArC,CAAP;AACD,GAJD;;AAMA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB2K,YAAjB,GAAgC,SAASA,YAAT,CAAuBjN,MAAvB,EAA+ByL,QAA/B,EAAyC;AACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;AACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,KAA3B,EAAkC,EAAlC,EAAsC,CAAtC,CAAP;AACD,GAJD;;AAMA,WAASkN,QAAT,CAAmBnK,GAAnB,EAAwB/B,KAAxB,EAA+BhB,MAA/B,EAAuCsL,GAAvC,EAA4C5D,GAA5C,EAAiD9B,GAAjD,EAAsD;AACpD,QAAI,CAACjE,MAAM,CAACe,QAAP,CAAgBK,GAAhB,CAAL,EAA2B,MAAM,IAAIG,SAAJ,CAAc,6CAAd,CAAN;AAC3B,QAAIlC,KAAK,GAAG0G,GAAR,IAAe1G,KAAK,GAAG4E,GAA3B,EAAgC,MAAM,IAAI9C,UAAJ,CAAe,mCAAf,CAAN;AAChC,QAAI9C,MAAM,GAAGsL,GAAT,GAAevI,GAAG,CAAC1E,MAAvB,EAA+B,MAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;AAChC;;AAEDnB,EAAAA,MAAM,CAACW,SAAP,CAAiB6K,WAAjB,GACAxL,MAAM,CAACW,SAAP,CAAiB8K,WAAjB,GAA+B,SAASA,WAAT,CAAsBpM,KAAtB,EAA6BhB,MAA7B,EAAqCtC,UAArC,EAAiD+N,QAAjD,EAA2D;AACxFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;;AACA,QAAI,CAAC+N,QAAL,EAAe;AACb,UAAI4B,QAAQ,GAAGvM,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,IAA8B,CAA7C;AACAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkC2P,QAAlC,EAA4C,CAA5C,CAAR;AACD;;AAED,QAAI3B,GAAG,GAAG,CAAV;AACA,QAAIvN,CAAC,GAAG,CAAR;AACA,SAAK6B,MAAL,IAAegB,KAAK,GAAG,IAAvB;;AACA,WAAO,EAAE7C,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;AACzC,WAAK1L,MAAM,GAAG7B,CAAd,IAAoB6C,KAAK,GAAG0K,GAAT,GAAgB,IAAnC;AACD;;AAED,WAAO1L,MAAM,GAAGtC,UAAhB;AACD,GAlBD;;AAoBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiBgL,WAAjB,GACA3L,MAAM,CAACW,SAAP,CAAiBiL,WAAjB,GAA+B,SAASA,WAAT,CAAsBvM,KAAtB,EAA6BhB,MAA7B,EAAqCtC,UAArC,EAAiD+N,QAAjD,EAA2D;AACxFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;;AACA,QAAI,CAAC+N,QAAL,EAAe;AACb,UAAI4B,QAAQ,GAAGvM,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,IAA8B,CAA7C;AACAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkC2P,QAAlC,EAA4C,CAA5C,CAAR;AACD;;AAED,QAAIlP,CAAC,GAAGT,UAAU,GAAG,CAArB;AACA,QAAIgO,GAAG,GAAG,CAAV;AACA,SAAK1L,MAAM,GAAG7B,CAAd,IAAmB6C,KAAK,GAAG,IAA3B;;AACA,WAAO,EAAE7C,CAAF,IAAO,CAAP,KAAauN,GAAG,IAAI,KAApB,CAAP,EAAmC;AACjC,WAAK1L,MAAM,GAAG7B,CAAd,IAAoB6C,KAAK,GAAG0K,GAAT,GAAgB,IAAnC;AACD;;AAED,WAAO1L,MAAM,GAAGtC,UAAhB;AACD,GAlBD;;AAoBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiBkL,UAAjB,GACA7L,MAAM,CAACW,SAAP,CAAiBmL,UAAjB,GAA8B,SAASA,UAAT,CAAqBzM,KAArB,EAA4BhB,MAA5B,EAAoCyL,QAApC,EAA8C;AAC1EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,IAAzB,EAA+B,CAA/B,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAPD;;AASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBoL,aAAjB,GACA/L,MAAM,CAACW,SAAP,CAAiBqL,aAAjB,GAAiC,SAASA,aAAT,CAAwB3M,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;AAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAjC,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GARD;;AAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBsL,aAAjB,GACAjM,MAAM,CAACW,SAAP,CAAiBuL,aAAjB,GAAiC,SAASA,aAAT,CAAwB7M,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;AAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAjC,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,KAAK,CAA1B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GARD;;AAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBwL,aAAjB,GACAnM,MAAM,CAACW,SAAP,CAAiByL,aAAjB,GAAiC,SAASA,aAAT,CAAwB/M,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;AAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAArC,CAAR;AACf,SAAKA,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;AACA,SAAKhB,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAVD;;AAYA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB0L,aAAjB,GACArM,MAAM,CAACW,SAAP,CAAiB2L,aAAjB,GAAiC,SAASA,aAAT,CAAwBjN,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;AAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAArC,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,KAAK,EAA1B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAVD;;AAYA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB4L,UAAjB,GAA8B,SAASA,UAAT,CAAqBlN,KAArB,EAA4BhB,MAA5B,EAAoCtC,UAApC,EAAgD+N,QAAhD,EAA0D;AACtFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;AACA,QAAI,CAACyL,QAAL,EAAe;AACb,UAAI0C,KAAK,GAAGrN,IAAI,CAACC,GAAL,CAAS,CAAT,EAAa,IAAIrD,UAAL,GAAmB,CAA/B,CAAZ;AAEAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkCyQ,KAAK,GAAG,CAA1C,EAA6C,CAACA,KAA9C,CAAR;AACD;;AAED,QAAIhQ,CAAC,GAAG,CAAR;AACA,QAAIuN,GAAG,GAAG,CAAV;AACA,QAAI0C,GAAG,GAAG,CAAV;AACA,SAAKpO,MAAL,IAAegB,KAAK,GAAG,IAAvB;;AACA,WAAO,EAAE7C,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;AACzC,UAAI1K,KAAK,GAAG,CAAR,IAAaoN,GAAG,KAAK,CAArB,IAA0B,KAAKpO,MAAM,GAAG7B,CAAT,GAAa,CAAlB,MAAyB,CAAvD,EAA0D;AACxDiQ,QAAAA,GAAG,GAAG,CAAN;AACD;;AACD,WAAKpO,MAAM,GAAG7B,CAAd,IAAmB,CAAE6C,KAAK,GAAG0K,GAAT,IAAiB,CAAlB,IAAuB0C,GAAvB,GAA6B,IAAhD;AACD;;AAED,WAAOpO,MAAM,GAAGtC,UAAhB;AACD,GArBD;;AAuBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiB+L,UAAjB,GAA8B,SAASA,UAAT,CAAqBrN,KAArB,EAA4BhB,MAA5B,EAAoCtC,UAApC,EAAgD+N,QAAhD,EAA0D;AACtFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;AACA,QAAI,CAACyL,QAAL,EAAe;AACb,UAAI0C,KAAK,GAAGrN,IAAI,CAACC,GAAL,CAAS,CAAT,EAAa,IAAIrD,UAAL,GAAmB,CAA/B,CAAZ;AAEAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkCyQ,KAAK,GAAG,CAA1C,EAA6C,CAACA,KAA9C,CAAR;AACD;;AAED,QAAIhQ,CAAC,GAAGT,UAAU,GAAG,CAArB;AACA,QAAIgO,GAAG,GAAG,CAAV;AACA,QAAI0C,GAAG,GAAG,CAAV;AACA,SAAKpO,MAAM,GAAG7B,CAAd,IAAmB6C,KAAK,GAAG,IAA3B;;AACA,WAAO,EAAE7C,CAAF,IAAO,CAAP,KAAauN,GAAG,IAAI,KAApB,CAAP,EAAmC;AACjC,UAAI1K,KAAK,GAAG,CAAR,IAAaoN,GAAG,KAAK,CAArB,IAA0B,KAAKpO,MAAM,GAAG7B,CAAT,GAAa,CAAlB,MAAyB,CAAvD,EAA0D;AACxDiQ,QAAAA,GAAG,GAAG,CAAN;AACD;;AACD,WAAKpO,MAAM,GAAG7B,CAAd,IAAmB,CAAE6C,KAAK,GAAG0K,GAAT,IAAiB,CAAlB,IAAuB0C,GAAvB,GAA6B,IAAhD;AACD;;AAED,WAAOpO,MAAM,GAAGtC,UAAhB;AACD,GArBD;;AAuBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiBgM,SAAjB,GAA6B,SAASA,SAAT,CAAoBtN,KAApB,EAA2BhB,MAA3B,EAAmCyL,QAAnC,EAA6C;AACxEzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,IAAzB,EAA+B,CAAC,IAAhC,CAAR;AACf,QAAIgB,KAAK,GAAG,CAAZ,EAAeA,KAAK,GAAG,OAAOA,KAAP,GAAe,CAAvB;AACf,SAAKhB,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAPD;;AASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBiM,YAAjB,GAAgC,SAASA,YAAT,CAAuBvN,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;AAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAC,MAAlC,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAPD;;AASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBkM,YAAjB,GAAgC,SAASA,YAAT,CAAuBxN,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;AAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAC,MAAlC,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,KAAK,CAA1B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAPD;;AASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBmM,YAAjB,GAAgC,SAASA,YAAT,CAAuBzN,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;AAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAAC,UAAtC,CAAR;AACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GATD;;AAWA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBoM,YAAjB,GAAgC,SAASA,YAAT,CAAuB1N,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;AAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;AACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAAC,UAAtC,CAAR;AACf,QAAIgB,KAAK,GAAG,CAAZ,EAAeA,KAAK,GAAG,aAAaA,KAAb,GAAqB,CAA7B;AACf,SAAKhB,MAAL,IAAgBgB,KAAK,KAAK,EAA1B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;AACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;AACA,WAAOhB,MAAM,GAAG,CAAhB;AACD,GAVD;;AAYA,WAAS2O,YAAT,CAAuB5L,GAAvB,EAA4B/B,KAA5B,EAAmChB,MAAnC,EAA2CsL,GAA3C,EAAgD5D,GAAhD,EAAqD9B,GAArD,EAA0D;AACxD,QAAI5F,MAAM,GAAGsL,GAAT,GAAevI,GAAG,CAAC1E,MAAvB,EAA+B,MAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;AAC/B,QAAI9C,MAAM,GAAG,CAAb,EAAgB,MAAM,IAAI8C,UAAJ,CAAe,oBAAf,CAAN;AACjB;;AAED,WAAS8L,UAAT,CAAqB7L,GAArB,EAA0B/B,KAA1B,EAAiChB,MAAjC,EAAyC6O,YAAzC,EAAuDpD,QAAvD,EAAiE;AAC/DzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;AACA,QAAI,CAACyL,QAAL,EAAe;AACbkD,MAAAA,YAAY,CAAC5L,GAAD,EAAM/B,KAAN,EAAahB,MAAb,EAAqB,CAArB,CAAZ;AACD;;AACD8M,IAAAA,OAAO,CAACnI,KAAR,CAAc5B,GAAd,EAAmB/B,KAAnB,EAA0BhB,MAA1B,EAAkC6O,YAAlC,EAAgD,EAAhD,EAAoD,CAApD;AACA,WAAO7O,MAAM,GAAG,CAAhB;AACD;;AAED2B,EAAAA,MAAM,CAACW,SAAP,CAAiBwM,YAAjB,GAAgC,SAASA,YAAT,CAAuB9N,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;AAC9E,WAAOmD,UAAU,CAAC,IAAD,EAAO5N,KAAP,EAAchB,MAAd,EAAsB,IAAtB,EAA4ByL,QAA5B,CAAjB;AACD,GAFD;;AAIA9J,EAAAA,MAAM,CAACW,SAAP,CAAiByM,YAAjB,GAAgC,SAASA,YAAT,CAAuB/N,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;AAC9E,WAAOmD,UAAU,CAAC,IAAD,EAAO5N,KAAP,EAAchB,MAAd,EAAsB,KAAtB,EAA6ByL,QAA7B,CAAjB;AACD,GAFD;;AAIA,WAASuD,WAAT,CAAsBjM,GAAtB,EAA2B/B,KAA3B,EAAkChB,MAAlC,EAA0C6O,YAA1C,EAAwDpD,QAAxD,EAAkE;AAChEzK,IAAAA,KAAK,GAAG,CAACA,KAAT;AACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;AACA,QAAI,CAACyL,QAAL,EAAe;AACbkD,MAAAA,YAAY,CAAC5L,GAAD,EAAM/B,KAAN,EAAahB,MAAb,EAAqB,CAArB,CAAZ;AACD;;AACD8M,IAAAA,OAAO,CAACnI,KAAR,CAAc5B,GAAd,EAAmB/B,KAAnB,EAA0BhB,MAA1B,EAAkC6O,YAAlC,EAAgD,EAAhD,EAAoD,CAApD;AACA,WAAO7O,MAAM,GAAG,CAAhB;AACD;;AAED2B,EAAAA,MAAM,CAACW,SAAP,CAAiB2M,aAAjB,GAAiC,SAASA,aAAT,CAAwBjO,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;AAChF,WAAOuD,WAAW,CAAC,IAAD,EAAOhO,KAAP,EAAchB,MAAd,EAAsB,IAAtB,EAA4ByL,QAA5B,CAAlB;AACD,GAFD;;AAIA9J,EAAAA,MAAM,CAACW,SAAP,CAAiB4M,aAAjB,GAAiC,SAASA,aAAT,CAAwBlO,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;AAChF,WAAOuD,WAAW,CAAC,IAAD,EAAOhO,KAAP,EAAchB,MAAd,EAAsB,KAAtB,EAA6ByL,QAA7B,CAAlB;AACD,GAFD;;;AAKA9J,EAAAA,MAAM,CAACW,SAAP,CAAiB0C,IAAjB,GAAwB,SAASA,IAAT,CAAe8C,MAAf,EAAuBqH,WAAvB,EAAoC7P,KAApC,EAA2CC,GAA3C,EAAgD;AACtE,QAAI,CAACoC,MAAM,CAACe,QAAP,CAAgBoF,MAAhB,CAAL,EAA8B,MAAM,IAAI5E,SAAJ,CAAc,6BAAd,CAAN;AAC9B,QAAI,CAAC5D,KAAL,EAAYA,KAAK,GAAG,CAAR;AACZ,QAAI,CAACC,GAAD,IAAQA,GAAG,KAAK,CAApB,EAAuBA,GAAG,GAAG,KAAKlB,MAAX;AACvB,QAAI8Q,WAAW,IAAIrH,MAAM,CAACzJ,MAA1B,EAAkC8Q,WAAW,GAAGrH,MAAM,CAACzJ,MAArB;AAClC,QAAI,CAAC8Q,WAAL,EAAkBA,WAAW,GAAG,CAAd;AAClB,QAAI5P,GAAG,GAAG,CAAN,IAAWA,GAAG,GAAGD,KAArB,EAA4BC,GAAG,GAAGD,KAAN,CAN0C;;AAStE,QAAIC,GAAG,KAAKD,KAAZ,EAAmB,OAAO,CAAP;AACnB,QAAIwI,MAAM,CAACzJ,MAAP,KAAkB,CAAlB,IAAuB,KAAKA,MAAL,KAAgB,CAA3C,EAA8C,OAAO,CAAP,CAVwB;;AAatE,QAAI8Q,WAAW,GAAG,CAAlB,EAAqB;AACnB,YAAM,IAAIrM,UAAJ,CAAe,2BAAf,CAAN;AACD;;AACD,QAAIxD,KAAK,GAAG,CAAR,IAAaA,KAAK,IAAI,KAAKjB,MAA/B,EAAuC,MAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;AACvC,QAAIvD,GAAG,GAAG,CAAV,EAAa,MAAM,IAAIuD,UAAJ,CAAe,yBAAf,CAAN,CAjByD;;AAoBtE,QAAIvD,GAAG,GAAG,KAAKlB,MAAf,EAAuBkB,GAAG,GAAG,KAAKlB,MAAX;;AACvB,QAAIyJ,MAAM,CAACzJ,MAAP,GAAgB8Q,WAAhB,GAA8B5P,GAAG,GAAGD,KAAxC,EAA+C;AAC7CC,MAAAA,GAAG,GAAGuI,MAAM,CAACzJ,MAAP,GAAgB8Q,WAAhB,GAA8B7P,KAApC;AACD;;AAED,QAAIlB,GAAG,GAAGmB,GAAG,GAAGD,KAAhB;;AAEA,QAAI,SAASwI,MAAT,IAAmB,OAAO9J,UAAU,CAACsE,SAAX,CAAqB8M,UAA5B,KAA2C,UAAlE,EAA8E;;AAE5E,WAAKA,UAAL,CAAgBD,WAAhB,EAA6B7P,KAA7B,EAAoCC,GAApC;AACD,KAHD,MAGO;AACLvB,MAAAA,UAAU,CAACsE,SAAX,CAAqB4D,GAArB,CAAyBC,IAAzB,CACE2B,MADF,EAEE,KAAKsD,QAAL,CAAc9L,KAAd,EAAqBC,GAArB,CAFF,EAGE4P,WAHF;AAKD;;AAED,WAAO/Q,GAAP;AACD,GAvCD;AA0CA;AACA;AACA;;;AACAuD,EAAAA,MAAM,CAACW,SAAP,CAAiB8B,IAAjB,GAAwB,SAASA,IAAT,CAAegE,GAAf,EAAoB9I,KAApB,EAA2BC,GAA3B,EAAgC8E,QAAhC,EAA0C;;AAEhE,QAAI,OAAO+D,GAAP,KAAe,QAAnB,EAA6B;AAC3B,UAAI,OAAO9I,KAAP,KAAiB,QAArB,EAA+B;AAC7B+E,QAAAA,QAAQ,GAAG/E,KAAX;AACAA,QAAAA,KAAK,GAAG,CAAR;AACAC,QAAAA,GAAG,GAAG,KAAKlB,MAAX;AACD,OAJD,MAIO,IAAI,OAAOkB,GAAP,KAAe,QAAnB,EAA6B;AAClC8E,QAAAA,QAAQ,GAAG9E,GAAX;AACAA,QAAAA,GAAG,GAAG,KAAKlB,MAAX;AACD;;AACD,UAAIgG,QAAQ,KAAK1B,SAAb,IAA0B,OAAO0B,QAAP,KAAoB,QAAlD,EAA4D;AAC1D,cAAM,IAAInB,SAAJ,CAAc,2BAAd,CAAN;AACD;;AACD,UAAI,OAAOmB,QAAP,KAAoB,QAApB,IAAgC,CAAC1C,MAAM,CAAC8C,UAAP,CAAkBJ,QAAlB,CAArC,EAAkE;AAChE,cAAM,IAAInB,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;AACD;;AACD,UAAI+D,GAAG,CAAC/J,MAAJ,KAAe,CAAnB,EAAsB;AACpB,YAAIH,IAAI,GAAGkK,GAAG,CAAC9J,UAAJ,CAAe,CAAf,CAAX;;AACA,YAAK+F,QAAQ,KAAK,MAAb,IAAuBnG,IAAI,GAAG,GAA/B,IACAmG,QAAQ,KAAK,QADjB,EAC2B;;AAEzB+D,UAAAA,GAAG,GAAGlK,IAAN;AACD;AACF;AACF,KAvBD,MAuBO,IAAI,OAAOkK,GAAP,KAAe,QAAnB,EAA6B;AAClCA,MAAAA,GAAG,GAAGA,GAAG,GAAG,GAAZ;AACD,KAFM,MAEA,IAAI,OAAOA,GAAP,KAAe,SAAnB,EAA8B;AACnCA,MAAAA,GAAG,GAAGc,MAAM,CAACd,GAAD,CAAZ;AACD,KA7B+D;;;AAgChE,QAAI9I,KAAK,GAAG,CAAR,IAAa,KAAKjB,MAAL,GAAciB,KAA3B,IAAoC,KAAKjB,MAAL,GAAckB,GAAtD,EAA2D;AACzD,YAAM,IAAIuD,UAAJ,CAAe,oBAAf,CAAN;AACD;;AAED,QAAIvD,GAAG,IAAID,KAAX,EAAkB;AAChB,aAAO,IAAP;AACD;;AAEDA,IAAAA,KAAK,GAAGA,KAAK,KAAK,CAAlB;AACAC,IAAAA,GAAG,GAAGA,GAAG,KAAKoD,SAAR,GAAoB,KAAKtE,MAAzB,GAAkCkB,GAAG,KAAK,CAAhD;AAEA,QAAI,CAAC6I,GAAL,EAAUA,GAAG,GAAG,CAAN;AAEV,QAAIjK,CAAJ;;AACA,QAAI,OAAOiK,GAAP,KAAe,QAAnB,EAA6B;AAC3B,WAAKjK,CAAC,GAAGmB,KAAT,EAAgBnB,CAAC,GAAGoB,GAApB,EAAyB,EAAEpB,CAA3B,EAA8B;AAC5B,aAAKA,CAAL,IAAUiK,GAAV;AACD;AACF,KAJD,MAIO;AACL,UAAI8C,KAAK,GAAGvJ,MAAM,CAACe,QAAP,CAAgB0F,GAAhB,IACRA,GADQ,GAERzG,MAAM,CAACyB,IAAP,CAAYgF,GAAZ,EAAiB/D,QAAjB,CAFJ;AAGA,UAAIjG,GAAG,GAAG8M,KAAK,CAAC7M,MAAhB;;AACA,UAAID,GAAG,KAAK,CAAZ,EAAe;AACb,cAAM,IAAI8E,SAAJ,CAAc,gBAAgBkF,GAAhB,GAClB,mCADI,CAAN;AAED;;AACD,WAAKjK,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAGoB,GAAG,GAAGD,KAAtB,EAA6B,EAAEnB,CAA/B,EAAkC;AAChC,aAAKA,CAAC,GAAGmB,KAAT,IAAkB4L,KAAK,CAAC/M,CAAC,GAAGC,GAAL,CAAvB;AACD;AACF;;AAED,WAAO,IAAP;AACD,GAjED;AAoEA;;;AAEA,MAAIiR,iBAAiB,GAAG,mBAAxB;;AAEA,WAASC,WAAT,CAAsB7H,GAAtB,EAA2B;;AAEzBA,IAAAA,GAAG,GAAGA,GAAG,CAAC8H,KAAJ,CAAU,GAAV,EAAe,CAAf,CAAN,CAFyB;;AAIzB9H,IAAAA,GAAG,GAAGA,GAAG,CAACI,IAAJ,GAAWD,OAAX,CAAmByH,iBAAnB,EAAsC,EAAtC,CAAN,CAJyB;;AAMzB,QAAI5H,GAAG,CAACpJ,MAAJ,GAAa,CAAjB,EAAoB,OAAO,EAAP,CANK;;AAQzB,WAAOoJ,GAAG,CAACpJ,MAAJ,GAAa,CAAb,KAAmB,CAA1B,EAA6B;AAC3BoJ,MAAAA,GAAG,GAAGA,GAAG,GAAG,GAAZ;AACD;;AACD,WAAOA,GAAP;AACD;;AAED,WAASlB,WAAT,CAAsB/B,MAAtB,EAA8BgL,KAA9B,EAAqC;AACnCA,IAAAA,KAAK,GAAGA,KAAK,IAAI3O,QAAjB;AACA,QAAIwJ,SAAJ;AACA,QAAIhM,MAAM,GAAGmG,MAAM,CAACnG,MAApB;AACA,QAAIoR,aAAa,GAAG,IAApB;AACA,QAAIvE,KAAK,GAAG,EAAZ;;AAEA,SAAK,IAAI/M,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4B,EAAEF,CAA9B,EAAiC;AAC/BkM,MAAAA,SAAS,GAAG7F,MAAM,CAAClG,UAAP,CAAkBH,CAAlB,CAAZ,CAD+B;;AAI/B,UAAIkM,SAAS,GAAG,MAAZ,IAAsBA,SAAS,GAAG,MAAtC,EAA8C;;AAE5C,YAAI,CAACoF,aAAL,EAAoB;;AAElB,cAAIpF,SAAS,GAAG,MAAhB,EAAwB;;AAEtB,gBAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;AACvB;AACD,WAJD,MAIO,IAAItB,CAAC,GAAG,CAAJ,KAAUE,MAAd,EAAsB;;AAE3B,gBAAI,CAACmR,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;AACvB;AACD,WAViB;;;AAalBgQ,UAAAA,aAAa,GAAGpF,SAAhB;AAEA;AACD,SAlB2C;;;AAqB5C,YAAIA,SAAS,GAAG,MAAhB,EAAwB;AACtB,cAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;AACvBgQ,UAAAA,aAAa,GAAGpF,SAAhB;AACA;AACD,SAzB2C;;;AA4B5CA,QAAAA,SAAS,GAAG,CAACoF,aAAa,GAAG,MAAhB,IAA0B,EAA1B,GAA+BpF,SAAS,GAAG,MAA5C,IAAsD,OAAlE;AACD,OA7BD,MA6BO,IAAIoF,aAAJ,EAAmB;;AAExB,YAAI,CAACD,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;AACxB;;AAEDgQ,MAAAA,aAAa,GAAG,IAAhB,CAtC+B;;AAyC/B,UAAIpF,SAAS,GAAG,IAAhB,EAAsB;AACpB,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;AACtBtE,QAAAA,KAAK,CAACzL,IAAN,CAAW4K,SAAX;AACD,OAHD,MAGO,IAAIA,SAAS,GAAG,KAAhB,EAAuB;AAC5B,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;AACtBtE,QAAAA,KAAK,CAACzL,IAAN,CACE4K,SAAS,IAAI,GAAb,GAAmB,IADrB,EAEEA,SAAS,GAAG,IAAZ,GAAmB,IAFrB;AAID,OANM,MAMA,IAAIA,SAAS,GAAG,OAAhB,EAAyB;AAC9B,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;AACtBtE,QAAAA,KAAK,CAACzL,IAAN,CACE4K,SAAS,IAAI,GAAb,GAAmB,IADrB,EAEEA,SAAS,IAAI,GAAb,GAAmB,IAAnB,GAA0B,IAF5B,EAGEA,SAAS,GAAG,IAAZ,GAAmB,IAHrB;AAKD,OAPM,MAOA,IAAIA,SAAS,GAAG,QAAhB,EAA0B;AAC/B,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;AACtBtE,QAAAA,KAAK,CAACzL,IAAN,CACE4K,SAAS,IAAI,IAAb,GAAoB,IADtB,EAEEA,SAAS,IAAI,GAAb,GAAmB,IAAnB,GAA0B,IAF5B,EAGEA,SAAS,IAAI,GAAb,GAAmB,IAAnB,GAA0B,IAH5B,EAIEA,SAAS,GAAG,IAAZ,GAAmB,IAJrB;AAMD,OARM,MAQA;AACL,cAAM,IAAI5L,KAAJ,CAAU,oBAAV,CAAN;AACD;AACF;;AAED,WAAOyM,KAAP;AACD;;AAED,WAASvB,YAAT,CAAuBlC,GAAvB,EAA4B;AAC1B,QAAIiI,SAAS,GAAG,EAAhB;;AACA,SAAK,IAAIvR,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGsJ,GAAG,CAACpJ,MAAxB,EAAgC,EAAEF,CAAlC,EAAqC;;AAEnCuR,MAAAA,SAAS,CAACjQ,IAAV,CAAegI,GAAG,CAACnJ,UAAJ,CAAeH,CAAf,IAAoB,IAAnC;AACD;;AACD,WAAOuR,SAAP;AACD;;AAED,WAAS5F,cAAT,CAAyBrC,GAAzB,EAA8B+H,KAA9B,EAAqC;AACnC,QAAIvO,CAAJ,EAAO0O,EAAP,EAAWC,EAAX;AACA,QAAIF,SAAS,GAAG,EAAhB;;AACA,SAAK,IAAIvR,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGsJ,GAAG,CAACpJ,MAAxB,EAAgC,EAAEF,CAAlC,EAAqC;AACnC,UAAI,CAACqR,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;AAEtBvO,MAAAA,CAAC,GAAGwG,GAAG,CAACnJ,UAAJ,CAAeH,CAAf,CAAJ;AACAwR,MAAAA,EAAE,GAAG1O,CAAC,IAAI,CAAV;AACA2O,MAAAA,EAAE,GAAG3O,CAAC,GAAG,GAAT;AACAyO,MAAAA,SAAS,CAACjQ,IAAV,CAAemQ,EAAf;AACAF,MAAAA,SAAS,CAACjQ,IAAV,CAAekQ,EAAf;AACD;;AAED,WAAOD,SAAP;AACD;;AAED,WAASlJ,aAAT,CAAwBiB,GAAxB,EAA6B;AAC3B,WAAOyC,QAAM,CAACvM,WAAP,CAAmB2R,WAAW,CAAC7H,GAAD,CAA9B,CAAP;AACD;;AAED,WAASgC,UAAT,CAAqBoG,GAArB,EAA0BC,GAA1B,EAA+B9P,MAA/B,EAAuC3B,MAAvC,EAA+C;AAC7C,SAAK,IAAIF,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4B,EAAEF,CAA9B,EAAiC;AAC/B,UAAKA,CAAC,GAAG6B,MAAJ,IAAc8P,GAAG,CAACzR,MAAnB,IAA+BF,CAAC,IAAI0R,GAAG,CAACxR,MAA5C,EAAqD;AACrDyR,MAAAA,GAAG,CAAC3R,CAAC,GAAG6B,MAAL,CAAH,GAAkB6P,GAAG,CAAC1R,CAAD,CAArB;AACD;;AACD,WAAOA,CAAP;AACD;AAGD;AACA;;;AACA,WAASuF,UAAT,CAAqBuB,GAArB,EAA0BE,IAA1B,EAAgC;AAC9B,WAAOF,GAAG,YAAYE,IAAf,IACJF,GAAG,IAAI,IAAP,IAAeA,GAAG,CAAC8K,WAAJ,IAAmB,IAAlC,IAA0C9K,GAAG,CAAC8K,WAAJ,CAAgBC,IAAhB,IAAwB,IAAlE,IACC/K,GAAG,CAAC8K,WAAJ,CAAgBC,IAAhB,KAAyB7K,IAAI,CAAC6K,IAFlC;AAGD;;AACD,WAAS9K,WAAT,CAAsBD,GAAtB,EAA2B;;AAEzB,WAAOA,GAAG,KAAKA,GAAf,CAFyB;AAG1B;AAGD;;;AACA,MAAIgG,mBAAmB,GAAI,YAAY;AACrC,QAAIgF,QAAQ,GAAG,kBAAf;AACA,QAAIC,KAAK,GAAG,IAAIjS,KAAJ,CAAU,GAAV,CAAZ;;AACA,SAAK,IAAIE,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,EAApB,EAAwB,EAAEA,CAA1B,EAA6B;AAC3B,UAAIgS,GAAG,GAAGhS,CAAC,GAAG,EAAd;;AACA,WAAK,IAAI4K,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,EAApB,EAAwB,EAAEA,CAA1B,EAA6B;AAC3BmH,QAAAA,KAAK,CAACC,GAAG,GAAGpH,CAAP,CAAL,GAAiBkH,QAAQ,CAAC9R,CAAD,CAAR,GAAc8R,QAAQ,CAAClH,CAAD,CAAvC;AACD;AACF;;AACD,WAAOmH,KAAP;AACD,GAVyB,EAA1B;;;;;;;AC9wDA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AAEA,IAAIE,cAAa,GAAG,uBAAS1P,CAAT,EAAYoD,CAAZ,EAAe;AAC/BsM,EAAAA,cAAa,GAAGhO,MAAM,CAACC,cAAP,IACX;AAAEgO,IAAAA,SAAS,EAAE;AAAb,eAA6BpS,KAA7B,IAAsC,UAAUyC,CAAV,EAAaoD,CAAb,EAAgB;AAAEpD,IAAAA,CAAC,CAAC2P,SAAF,GAAcvM,CAAd;AAAkB,GAD/D,IAEZ,UAAUpD,CAAV,EAAaoD,CAAb,EAAgB;AAAE,SAAK,IAAIwM,CAAT,IAAcxM,CAAd;AAAiB,UAAIA,CAAC,CAACyM,cAAF,CAAiBD,CAAjB,CAAJ,EAAyB5P,CAAC,CAAC4P,CAAD,CAAD,GAAOxM,CAAC,CAACwM,CAAD,CAAR;AAA1C;AAAwD,GAF9E;;AAGA,SAAOF,cAAa,CAAC1P,CAAD,EAAIoD,CAAJ,CAApB;AACH,CALD;;AAOO,SAAS0M,SAAT,CAAmB9P,CAAnB,EAAsBoD,CAAtB,EAAyB;AAC5BsM,EAAAA,cAAa,CAAC1P,CAAD,EAAIoD,CAAJ,CAAb;;AACA,WAAS2M,EAAT,GAAc;AAAE,SAAKV,WAAL,GAAmBrP,CAAnB;AAAuB;;AACvCA,EAAAA,CAAC,CAAC4B,SAAF,GAAcwB,CAAC,KAAK,IAAN,GAAa1B,MAAM,CAACsO,MAAP,CAAc5M,CAAd,CAAb,IAAiC2M,EAAE,CAACnO,SAAH,GAAewB,CAAC,CAACxB,SAAjB,EAA4B,IAAImO,EAAJ,EAA7D,CAAd;AACH;;AAEM,IAAIE,OAAQ,GAAG,oBAAW;AAC7BA,EAAAA,OAAQ,GAAGvO,MAAM,CAACwO,MAAP,IAAiB,SAASD,QAAT,CAAkBE,CAAlB,EAAqB;AAC7C,SAAK,IAAIlQ,CAAJ,EAAOxC,CAAC,GAAG,CAAX,EAAc8I,CAAC,GAAGZ,SAAS,CAAChI,MAAjC,EAAyCF,CAAC,GAAG8I,CAA7C,EAAgD9I,CAAC,EAAjD,EAAqD;AACjDwC,MAAAA,CAAC,GAAG0F,SAAS,CAAClI,CAAD,CAAb;;AACA,WAAK,IAAImS,CAAT,IAAc3P,CAAd;AAAiB,YAAIyB,MAAM,CAACE,SAAP,CAAiBiO,cAAjB,CAAgCpK,IAAhC,CAAqCxF,CAArC,EAAwC2P,CAAxC,CAAJ,EAAgDO,CAAC,CAACP,CAAD,CAAD,GAAO3P,CAAC,CAAC2P,CAAD,CAAR;AAAjE;AACH;;AACD,WAAOO,CAAP;AACH,GAND;;AAOA,SAAOF,OAAQ,CAACtJ,KAAT,CAAe,IAAf,EAAqBhB,SAArB,CAAP;AACH,CATM;;AC7BP;;IAC+B,6BAAK;IAClC,mBAAY,OAAe;QAA3B,YACE,kBAAM,OAAO,CAAC,SAEf;QADC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;;KAClD;IAED,sBAAI,2BAAI;aAAR;YACE,OAAO,WAAW,CAAC;SACpB;;;OAAA;IACH,gBAAC;AAAD,CATA,CAA+B,KAAK,GASnC;AAED;;IACmC,iCAAS;IAC1C,uBAAY,OAAe;QAA3B,YACE,kBAAM,OAAO,CAAC,SAEf;QADC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;;KACtD;IAED,sBAAI,+BAAI;aAAR;YACE,OAAO,eAAe,CAAC;SACxB;;;OAAA;IACH,oBAAC;AAAD,CATA,CAAmC,SAAS;;ACP5C,SAAS,YAAY,CAAC,eAAoB;;IAExC,OAAO,eAAe,IAAI,eAAe,CAAC,IAAI,IAAI,IAAI,IAAI,eAAe,CAAC;AAC5E,CAAC;AAED;SACgB,SAAS;IACvB,QACE,YAAY,CAAC,OAAO,UAAU,KAAK,QAAQ,IAAI,UAAU,CAAC;QAC1D,YAAY,CAAC,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,CAAC;QAClD,YAAY,CAAC,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC;QAC9C,YAAY,CAAC,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,CAAC;;QAElD,QAAQ,CAAC,aAAa,CAAC,EAAE,EACzB;AACJ;;AChBA;;;;SAIgB,wBAAwB,CAAC,EAAY;IACnD,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAC1D,CAAC;AAED,SAAS,aAAa;IACpB,IAAM,CAAC,GAAG,SAAS,EAAwC,CAAC;IAC5D,OAAO,OAAO,CAAC,CAAC,SAAS,KAAK,QAAQ,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,KAAK,aAAa,CAAC;AAClF,CAAC;AAED,IAAM,mBAAmB,GAAwB,SAAS,mBAAmB,CAAC,IAAY;IACxF,IAAM,eAAe,GAAG,aAAa,EAAE;UACnC,0IAA0I;UAC1I,+GAA+G,CAAC;IACpH,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;IAE9B,IAAM,MAAM,GAAG1E,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAClC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC;QAAE,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,CAAC;IAC3E,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAWF,IAAM,iBAAiB,GAAG;IACH;QACnB,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;;YAEjC,IAAM,QAAM,GAAG,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,QAAQ,CAAC;YAChD,IAAI,QAAM,IAAI,QAAM,CAAC,eAAe,EAAE;gBACpC,OAAO,UAAA,IAAI,IAAI,OAAA,QAAM,CAAC,eAAe,CAACA,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAA,CAAC;aAC3D;SACF;QAED,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,eAAe,EAAE;;YAEnF,OAAO,UAAA,IAAI,IAAI,OAAA,MAAM,CAAC,MAAM,CAAC,eAAe,CAACA,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAA,CAAC;SAClE;QAED,OAAO,mBAAmB,CAAC;KAY5B;AACH,CAAC,CAAC;AAEK,IAAM,WAAW,GAAG,iBAAiB,EAAE,CAAC;SAE/B,gBAAgB,CAAC,KAAc;IAC7C,OAAO,CAAC,sBAAsB,EAAE,4BAA4B,CAAC,CAAC,QAAQ,CACpE,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CACtC,CAAC;AACJ,CAAC;SAEe,YAAY,CAAC,KAAc;IACzC,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,qBAAqB,CAAC;AACzE,CAAC;SAEe,eAAe,CAAC,KAAc;IAC5C,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,wBAAwB,CAAC;AAC5E,CAAC;SAEe,gBAAgB,CAAC,KAAc;IAC7C,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,yBAAyB,CAAC;AAC7E,CAAC;SAEe,QAAQ,CAAC,CAAU;IACjC,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,iBAAiB,CAAC;AACjE,CAAC;SAEe,KAAK,CAAC,CAAU;IAC9B,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,cAAc,CAAC;AAC9D,CAAC;AAOD;SACgB,MAAM,CAAC,CAAU;IAC/B,OAAO,YAAY,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,eAAe,CAAC;AAClF,CAAC;AAED;;;;;SAKgB,YAAY,CAAC,SAAkB;IAC7C,OAAO,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,KAAK,IAAI,CAAC;AAC7D,CAAC;SAGe,SAAS,CAAqB,EAAK,EAAE,OAAe;IAClE,IAAI,MAAM,GAAG,KAAK,CAAC;IACnB,SAAS,UAAU;QAAgB,cAAkB;aAAlB,UAAkB,EAAlB,qBAAkB,EAAlB,IAAkB;YAAlB,yBAAkB;;QACnD,IAAI,CAAC,MAAM,EAAE;YACX,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;YACtB,MAAM,GAAG,IAAI,CAAC;SACf;QACD,OAAO,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;KAC7B;IACD,OAAO,UAA0B,CAAC;AACpC;;AC1HA;;;;;;;;SAQgB,YAAY,CAAC,eAAuD;IAClF,IAAI,WAAW,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE;QACvC,OAAOA,QAAM,CAAC,IAAI,CAChB,eAAe,CAAC,MAAM,EACtB,eAAe,CAAC,UAAU,EAC1B,eAAe,CAAC,UAAU,CAC3B,CAAC;KACH;IAED,IAAI,gBAAgB,CAAC,eAAe,CAAC,EAAE;QACrC,OAAOA,QAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACrC;IAED,MAAM,IAAI,aAAa,CAAC,sCAAsC,CAAC,CAAC;AAClE;;ACvBA;AACA,IAAM,gBAAgB,GACpB,uHAAuH,CAAC;AAEnH,IAAM,kBAAkB,GAAG,UAAC,GAAW;IAC5C,OAAA,OAAO,GAAG,KAAK,QAAQ,IAAI,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC;AAArD,CAAqD,CAAC;AAEjD,IAAM,qBAAqB,GAAG,UAAC,SAAiB;IACrD,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,EAAE;QAClC,MAAM,IAAI,aAAa,CACrB,uLAAuL,CACxL,CAAC;KACH;IAED,IAAM,kBAAkB,GAAG,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IACvD,OAAOA,QAAM,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC,CAAC;AAEK,IAAM,qBAAqB,GAAG,UAAC,MAAc,EAAE,aAAoB;IAApB,8BAAA,EAAA,oBAAoB;IACxE,OAAA,aAAa;UACT,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;YAC5B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;YAC5B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;YAC5B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC;YAC7B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,EAAE,EAAE,EAAE,CAAC;UAC9B,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC;AAV1B,CAU0B;;AChC5B;IACamP,gBAAc,GAAG,WAAW;AACzC;IACaC,gBAAc,GAAG,CAAC,WAAW;AAC1C;IACaC,gBAAc,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE;AAClD;IACaC,gBAAc,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE;AAE/C;;;;AAIO,IAAM,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;AAE1C;;;;AAIO,IAAM,UAAU,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;AAE3C;IACa,gBAAgB,GAAG,EAAE;AAElC;IACa,gBAAgB,GAAG,EAAE;AAElC;IACa,gBAAgB,GAAG,EAAE;AAElC;IACa,eAAe,GAAG,EAAE;AAEjC;IACa,gBAAgB,GAAG,EAAE;AAElC;IACa,mBAAmB,GAAG,EAAE;AAErC;IACa,aAAa,GAAG,EAAE;AAE/B;IACa,iBAAiB,GAAG,EAAE;AAEnC;IACa,cAAc,GAAG,EAAE;AAEhC;IACa,cAAc,GAAG,GAAG;AAEjC;IACa,gBAAgB,GAAG,GAAG;AAEnC;IACa,mBAAmB,GAAG,GAAG;AAEtC;IACa,cAAc,GAAG,GAAG;AAEjC;IACa,gBAAgB,GAAG,GAAG;AAEnC;IACa,sBAAsB,GAAG,GAAG;AAEzC;IACa,aAAa,GAAG,GAAG;AAEhC;IACa,mBAAmB,GAAG,GAAG;AAEtC;IACa,cAAc,GAAG,GAAG;AAEjC;IACa,oBAAoB,GAAG,GAAG;AAEvC;IACa,iBAAiB,GAAG,KAAK;AAEtC;IACa,iBAAiB,GAAG,KAAK;AAEtC;IACa,2BAA2B,GAAG,EAAE;AAE7C;IACa,4BAA4B,GAAG,EAAE;AAE9C;IACa,8BAA8B,GAAG,EAAE;AAEhD;IACa,wBAAwB,GAAG,EAAE;AAE1C;IACa,4BAA4B,GAAG,EAAE;AAE9C;IACa,uBAAuB,GAAG,EAAE;AAEzC;IACa,6BAA6B,GAAG,EAAE;AAE/C;IACa,0BAA0B,GAAG,EAAE;AAE5C;IACa,gCAAgC,GAAG;;ACpFhD;;;;;;;;;;;;;;;;;IAkDE,gBAAY,MAAgC,EAAE,OAAgB;QAC5D,IAAI,EAAE,IAAI,YAAY,MAAM,CAAC;YAAE,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAElE,IACE,EAAE,MAAM,IAAI,IAAI,CAAC;YACjB,EAAE,OAAO,MAAM,KAAK,QAAQ,CAAC;YAC7B,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;YAC3B,EAAE,MAAM,YAAY,WAAW,CAAC;YAChC,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EACtB;YACA,MAAM,IAAI,aAAa,CACrB,kFAAkF,CACnF,CAAC;SACH;QAED,IAAI,CAAC,QAAQ,GAAG,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,MAAM,CAAC,2BAA2B,CAAC;QAE9D,IAAI,MAAM,IAAI,IAAI,EAAE;;YAElB,IAAI,CAAC,MAAM,GAAGtP,QAAM,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;YAC/C,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;SACnB;aAAM;YACL,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;;gBAE9B,IAAI,CAAC,MAAM,GAAGA,QAAM,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aAC7C;iBAAM,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;;gBAEhC,IAAI,CAAC,MAAM,GAAGA,QAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;aACnC;iBAAM;;gBAEL,IAAI,CAAC,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC;aACpC;YAED,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC;SACxC;KACF;;;;;;IAOD,oBAAG,GAAH,UAAI,SAA2D;;QAE7D,IAAI,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE;YAC3D,MAAM,IAAI,aAAa,CAAC,sCAAsC,CAAC,CAAC;SACjE;aAAM,IAAI,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC;YAChE,MAAM,IAAI,aAAa,CAAC,mDAAmD,CAAC,CAAC;;QAG/E,IAAI,WAAmB,CAAC;QACxB,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;YACjC,WAAW,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;SACvC;aAAM,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;YACxC,WAAW,GAAG,SAAS,CAAC;SACzB;aAAM;YACL,WAAW,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;SAC5B;QAED,IAAI,WAAW,GAAG,CAAC,IAAI,WAAW,GAAG,GAAG,EAAE;YACxC,MAAM,IAAI,aAAa,CAAC,0DAA0D,CAAC,CAAC;SACrF;QAED,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,EAAE;YACtC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,WAAW,CAAC;SAC5C;aAAM;YACL,IAAM,MAAM,GAAGA,QAAM,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;;YAErE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;YACnD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;YACrB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,WAAW,CAAC;SAC5C;KACF;;;;;;;IAQD,sBAAK,GAAL,UAAM,QAAiC,EAAE,MAAc;QACrD,MAAM,GAAG,OAAO,MAAM,KAAK,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;;QAG7D,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,EAAE;YACjD,IAAM,MAAM,GAAGA,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;YAClE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;;YAGnD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;SACtB;QAED,IAAI,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;YAChC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;YAChD,IAAI,CAAC,QAAQ;gBACX,MAAM,GAAG,QAAQ,CAAC,UAAU,GAAG,IAAI,CAAC,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;SAC3F;aAAM,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;YACvC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;YAC/D,IAAI,CAAC,QAAQ;gBACX,MAAM,GAAG,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;SACvF;KACF;;;;;;;IAQD,qBAAI,GAAJ,UAAK,QAAgB,EAAE,MAAc;QACnC,MAAM,GAAG,MAAM,IAAI,MAAM,GAAG,CAAC,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;;QAGvD,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;KACvD;;;;;;;IAQD,sBAAK,GAAL,UAAM,KAAe;QACnB,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;;QAGhB,IAAI,KAAK,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,QAAQ,EAAE;YACjD,OAAO,IAAI,CAAC,MAAM,CAAC;SACpB;;QAGD,IAAI,KAAK,EAAE;YACT,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;SAC5C;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;KACzD;;IAGD,uBAAM,GAAN;QACE,OAAO,IAAI,CAAC,QAAQ,CAAC;KACtB;IAED,uBAAM,GAAN;QACE,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;KACvC;IAED,yBAAQ,GAAR,UAAS,MAAe;QACtB,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;KACrC;;IAGD,+BAAc,GAAd,UAAe,OAAsB;QACnC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;QACxB,IAAM,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QAEpD,IAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QACnD,IAAI,OAAO,CAAC,MAAM,EAAE;YAClB,OAAO;gBACL,OAAO,EAAE,YAAY;gBACrB,KAAK,EAAE,OAAO,CAAC,MAAM,KAAK,CAAC,GAAG,GAAG,GAAG,OAAO,GAAG,OAAO;aACtD,CAAC;SACH;QACD,OAAO;YACL,OAAO,EAAE;gBACP,MAAM,EAAE,YAAY;gBACpB,OAAO,EAAE,OAAO,CAAC,MAAM,KAAK,CAAC,GAAG,GAAG,GAAG,OAAO,GAAG,OAAO;aACxD;SACF,CAAC;KACH;IAED,uBAAM,GAAN;QACE,IAAI,IAAI,CAAC,QAAQ,KAAK,MAAM,CAAC,YAAY,EAAE;YACzC,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;SACtD;QAED,MAAM,IAAI,SAAS,CACjB,4BAAoB,IAAI,CAAC,QAAQ,gEAAoD,MAAM,CAAC,YAAY,+BAA2B,CACpI,CAAC;KACH;;IAGM,uBAAgB,GAAvB,UACE,GAAyD,EACzD,OAAsB;QAEtB,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;QACxB,IAAI,IAAwB,CAAC;QAC7B,IAAI,IAAI,CAAC;QACT,IAAI,SAAS,IAAI,GAAG,EAAE;YACpB,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,GAAG,CAAC,OAAO,KAAK,QAAQ,IAAI,OAAO,IAAI,GAAG,EAAE;gBACvE,IAAI,GAAG,GAAG,CAAC,KAAK,GAAG,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;gBAC/C,IAAI,GAAGA,QAAM,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;aAC3C;iBAAM;gBACL,IAAI,OAAO,GAAG,CAAC,OAAO,KAAK,QAAQ,EAAE;oBACnC,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC,OAAO,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;oBACnE,IAAI,GAAGA,QAAM,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;iBAClD;aACF;SACF;aAAM,IAAI,OAAO,IAAI,GAAG,EAAE;YACzB,IAAI,GAAG,CAAC,CAAC;YACT,IAAI,GAAG,qBAAqB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;SACzC;QACD,IAAI,CAAC,IAAI,EAAE;YACT,MAAM,IAAI,aAAa,CAAC,iDAA0C,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAE,CAAC,CAAC;SAC1F;QACD,OAAO,IAAI,KAAK,4BAA4B,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;KACxF;;IAGD,iBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;KACvB;IAED,wBAAO,GAAP;QACE,IAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QAClC,OAAO,mCAA2B,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,2BAAc,IAAI,CAAC,QAAQ,MAAG,CAAC;KAC1F;;;;;IA9PuB,kCAA2B,GAAG,CAAC,CAAC;;IAGxC,kBAAW,GAAG,GAAG,CAAC;;IAElB,sBAAe,GAAG,CAAC,CAAC;;IAEpB,uBAAgB,GAAG,CAAC,CAAC;;IAErB,yBAAkB,GAAG,CAAC,CAAC;;IAEvB,uBAAgB,GAAG,CAAC,CAAC;;IAErB,mBAAY,GAAG,CAAC,CAAC;;IAEjB,kBAAW,GAAG,CAAC,CAAC;;IAEhB,wBAAiB,GAAG,CAAC,CAAC;;IAEtB,qBAAc,GAAG,CAAC,CAAC;;IAEnB,2BAAoB,GAAG,GAAG,CAAC;IA0O7C,aAAC;CAtQD,IAsQC;AAED,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC;AAM1E,IAAM,gBAAgB,GAAG,EAAE,CAAC;AAE5B;;;;;IAI0B,wBAAM;;;;;;IAW9B,cAAY,KAA8B;QAA1C,iBAmBC;QAlBC,IAAI,KAAK,CAAC;QACV,IAAI,MAAM,CAAC;QACX,IAAI,KAAK,IAAI,IAAI,EAAE;YACjB,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;SACzB;aAAM,IAAI,KAAK,YAAY,IAAI,EAAE;YAChC,KAAK,GAAGA,QAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YAClC,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC;SACrB;aAAM,IAAI,WAAW,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,KAAK,gBAAgB,EAAE;YAC7E,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;SAC7B;aAAM,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YACpC,KAAK,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;SACtC;aAAM;YACL,MAAM,IAAI,aAAa,CACrB,gLAAgL,CACjL,CAAC;SACH;gBACD,kBAAM,KAAK,EAAE,4BAA4B,CAAC;QAC1C,KAAI,CAAC,IAAI,GAAG,MAAM,CAAC;;KACpB;IAMD,sBAAI,oBAAE;;;;;aAAN;YACE,OAAO,IAAI,CAAC,MAAM,CAAC;SACpB;aAED,UAAO,KAAa;YAClB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;YAEpB,IAAI,IAAI,CAAC,cAAc,EAAE;gBACvB,IAAI,CAAC,IAAI,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;aAC1C;SACF;;;OARA;;;;;IAcD,0BAAW,GAAX,UAAY,aAAoB;QAApB,8BAAA,EAAA,oBAAoB;QAC9B,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,IAAI,EAAE;YACpC,OAAO,IAAI,CAAC,IAAI,CAAC;SAClB;QAED,IAAM,aAAa,GAAG,qBAAqB,CAAC,IAAI,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;QAEpE,IAAI,IAAI,CAAC,cAAc,EAAE;YACvB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC;SAC3B;QAED,OAAO,aAAa,CAAC;KACtB;;;;IAKD,uBAAQ,GAAR,UAAS,QAAiB;QACxB,OAAO,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;KACnE;;;;;IAMD,qBAAM,GAAN;QACE,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC;KAC3B;;;;;;IAOD,qBAAM,GAAN,UAAO,OAA+B;QACpC,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,KAAK,CAAC;SACd;QAED,IAAI,OAAO,YAAY,IAAI,EAAE;YAC3B,OAAO,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SACnC;QAED,IAAI;YACF,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SAC7C;QAAC,WAAM;YACN,OAAO,KAAK,CAAC;SACd;KACF;;;;IAKD,uBAAQ,GAAR;QACE,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,YAAY,CAAC,CAAC;KACjD;;;;IAKM,aAAQ,GAAf;QACE,IAAM,KAAK,GAAG,WAAW,CAAC,gBAAgB,CAAC,CAAC;;;QAI5C,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,IAAI,CAAC;QACpC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,IAAI,CAAC;QAEpC,OAAOA,QAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC3B;;;;;IAMM,YAAO,GAAd,UAAe,KAA6B;QAC1C,IAAI,CAAC,KAAK,EAAE;YACV,OAAO,KAAK,CAAC;SACd;QAED,IAAI,KAAK,YAAY,IAAI,EAAE;YACzB,OAAO,IAAI,CAAC;SACb;QAED,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;YAC7B,OAAO,kBAAkB,CAAC,KAAK,CAAC,CAAC;SAClC;QAED,IAAI,YAAY,CAAC,KAAK,CAAC,EAAE;;YAEvB,IAAI,KAAK,CAAC,MAAM,KAAK,gBAAgB,EAAE;gBACrC,OAAO,KAAK,CAAC;aACd;YAED,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,MAAM,IAAI,CAAC;SACjE;QAED,OAAO,KAAK,CAAC;KACd;;;;;IAMM,wBAAmB,GAA1B,UAA2B,SAAiB;QAC1C,IAAM,MAAM,GAAG,qBAAqB,CAAC,SAAS,CAAC,CAAC;QAChD,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC;KACzB;;;;;;;IAQD,eAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;KACvB;IAED,sBAAO,GAAP;QACE,OAAO,qBAAa,IAAI,CAAC,WAAW,EAAE,QAAI,CAAC;KAC5C;IACH,WAAC;AAAD,CA9KA,CAA0B,MAAM;;AC1ShC;;;;;;;;;;IAcE,cAAY,IAAuB,EAAE,KAAgB;QACnD,IAAI,EAAE,IAAI,YAAY,IAAI,CAAC;YAAE,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAE1D,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;KACpB;IAED,qBAAM,GAAN;QACE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;KAC/C;;IAGD,6BAAc,GAAd;QACE,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;SACjD;QAED,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC;KAC7B;;IAGM,qBAAgB,GAAvB,UAAwB,GAAiB;QACvC,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;KACxC;;IAGD,eAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;KACvB;IAED,sBAAO,GAAP;QACE,IAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;QAC/B,OAAO,qBAAa,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,eACvC,QAAQ,CAAC,KAAK,GAAG,YAAK,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAE,GAAG,EAAE,MAC1D,CAAC;KACL;IACH,WAAC;AAAD,CAAC,IAAA;AAED,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;;AChDrE;SACgB,WAAW,CAAC,KAAc;IACxC,QACE,YAAY,CAAC,KAAK,CAAC;QACnB,KAAK,CAAC,GAAG,IAAI,IAAI;QACjB,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ;SAC7B,KAAK,CAAC,GAAG,IAAI,IAAI,IAAI,OAAO,KAAK,CAAC,GAAG,KAAK,QAAQ,CAAC,EACpD;AACJ,CAAC;AAED;;;;;;;;;;;IAkBE,eAAY,UAAkB,EAAE,GAAa,EAAE,EAAW,EAAE,MAAiB;QAC3E,IAAI,EAAE,IAAI,YAAY,KAAK,CAAC;YAAE,OAAO,IAAI,KAAK,CAAC,UAAU,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;;QAG5E,IAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACpC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YACtB,EAAE,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC;;YAEnB,UAAU,GAAG,KAAK,CAAC,KAAK,EAAG,CAAC;SAC7B;QAED,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,IAAI,CAAC,MAAM,GAAG,MAAM,IAAI,EAAE,CAAC;KAC5B;IAMD,sBAAI,4BAAS;;;;aAAb;YACE,OAAO,IAAI,CAAC,UAAU,CAAC;SACxB;aAED,UAAc,KAAa;YACzB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;SACzB;;;OAJA;IAMD,sBAAM,GAAN;QACE,IAAM,CAAC,GAAG,MAAM,CAAC,MAAM,CACrB;YACE,IAAI,EAAE,IAAI,CAAC,UAAU;YACrB,GAAG,EAAE,IAAI,CAAC,GAAG;SACd,EACD,IAAI,CAAC,MAAM,CACZ,CAAC;QAEF,IAAI,IAAI,CAAC,EAAE,IAAI,IAAI;YAAE,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;QACrC,OAAO,CAAC,CAAC;KACV;;IAGD,8BAAc,GAAd,UAAe,OAAsB;QACnC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;QACxB,IAAI,CAAC,GAAc;YACjB,IAAI,EAAE,IAAI,CAAC,UAAU;YACrB,GAAG,EAAE,IAAI,CAAC,GAAG;SACd,CAAC;QAEF,IAAI,OAAO,CAAC,MAAM,EAAE;YAClB,OAAO,CAAC,CAAC;SACV;QAED,IAAI,IAAI,CAAC,EAAE;YAAE,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;QAC7B,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAClC,OAAO,CAAC,CAAC;KACV;;IAGM,sBAAgB,GAAvB,UAAwB,GAAc;QACpC,IAAM,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,CAAuB,CAAC;QAC1D,OAAO,IAAI,CAAC,IAAI,CAAC;QACjB,OAAO,IAAI,CAAC,GAAG,CAAC;QAChB,OAAO,IAAI,CAAC,GAAG,CAAC;QAChB,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;KACpD;;IAGD,gBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;KACvB;IAED,uBAAO,GAAP;;QAEE,IAAM,GAAG,GACP,IAAI,CAAC,GAAG,KAAK,SAAS,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,KAAK,SAAS,GAAG,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;QAC7F,OAAO,sBAAc,IAAI,CAAC,SAAS,gCAAoB,MAAM,CAAC,GAAG,CAAC,gBAChE,IAAI,CAAC,EAAE,GAAG,cAAM,IAAI,CAAC,EAAE,OAAG,GAAG,EAAE,MAC9B,CAAC;KACL;IACH,YAAC;AAAD,CAAC,IAAA;AAED,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;;AC/EvE;;;AAGA,IAAI,IAAI,GAAgC,SAAS,CAAC;AAMlD,IAAI;IACF,IAAI,GAAG,IAAI,WAAW,CAAC,QAAQ,CAC7B,IAAI,WAAW,CAAC,MAAM;;IAEpB,IAAI,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EA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"} \ No newline at end of file diff --git a/node_modules/bson/dist/bson.browser.umd.js b/node_modules/bson/dist/bson.browser.umd.js new file mode 100644 index 000000000..70ae1fe07 --- /dev/null +++ b/node_modules/bson/dist/bson.browser.umd.js @@ -0,0 +1,7532 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BSON = {})); +}(this, (function (exports) { 'use strict'; + + function createCommonjsModule(fn, module) { + return module = { exports: {} }, fn(module, module.exports), module.exports; + } + + var byteLength_1 = byteLength; + var toByteArray_1 = toByteArray; + var fromByteArray_1 = fromByteArray; + var lookup = []; + var revLookup = []; + var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array; + var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; + + for (var i = 0, len = code.length; i < len; ++i) { + lookup[i] = code[i]; + revLookup[code.charCodeAt(i)] = i; + } // Support decoding URL-safe base64 strings, as Node.js does. + // See: https://en.wikipedia.org/wiki/Base64#URL_applications + + + revLookup['-'.charCodeAt(0)] = 62; + revLookup['_'.charCodeAt(0)] = 63; + + function getLens(b64) { + var len = b64.length; + + if (len % 4 > 0) { + throw new Error('Invalid string. Length must be a multiple of 4'); + } // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + + + var validLen = b64.indexOf('='); + if (validLen === -1) validLen = len; + var placeHoldersLen = validLen === len ? 0 : 4 - validLen % 4; + return [validLen, placeHoldersLen]; + } // base64 is 4/3 + up to two characters of the original data + + + function byteLength(b64) { + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; + } + + function _byteLength(b64, validLen, placeHoldersLen) { + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; + } + + function toByteArray(b64) { + var tmp; + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)); + var curByte = 0; // if there are placeholders, only get up to the last complete 4 chars + + var len = placeHoldersLen > 0 ? validLen - 4 : validLen; + var i; + + for (i = 0; i < len; i += 4) { + tmp = revLookup[b64.charCodeAt(i)] << 18 | revLookup[b64.charCodeAt(i + 1)] << 12 | revLookup[b64.charCodeAt(i + 2)] << 6 | revLookup[b64.charCodeAt(i + 3)]; + arr[curByte++] = tmp >> 16 & 0xFF; + arr[curByte++] = tmp >> 8 & 0xFF; + arr[curByte++] = tmp & 0xFF; + } + + if (placeHoldersLen === 2) { + tmp = revLookup[b64.charCodeAt(i)] << 2 | revLookup[b64.charCodeAt(i + 1)] >> 4; + arr[curByte++] = tmp & 0xFF; + } + + if (placeHoldersLen === 1) { + tmp = revLookup[b64.charCodeAt(i)] << 10 | revLookup[b64.charCodeAt(i + 1)] << 4 | revLookup[b64.charCodeAt(i + 2)] >> 2; + arr[curByte++] = tmp >> 8 & 0xFF; + arr[curByte++] = tmp & 0xFF; + } + + return arr; + } + + function tripletToBase64(num) { + return lookup[num >> 18 & 0x3F] + lookup[num >> 12 & 0x3F] + lookup[num >> 6 & 0x3F] + lookup[num & 0x3F]; + } + + function encodeChunk(uint8, start, end) { + var tmp; + var output = []; + + for (var i = start; i < end; i += 3) { + tmp = (uint8[i] << 16 & 0xFF0000) + (uint8[i + 1] << 8 & 0xFF00) + (uint8[i + 2] & 0xFF); + output.push(tripletToBase64(tmp)); + } + + return output.join(''); + } + + function fromByteArray(uint8) { + var tmp; + var len = uint8.length; + var extraBytes = len % 3; // if we have 1 byte left, pad 2 bytes + + var parts = []; + var maxChunkLength = 16383; // must be multiple of 3 + // go through the array every three bytes, we'll deal with trailing stuff later + + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk(uint8, i, i + maxChunkLength > len2 ? len2 : i + maxChunkLength)); + } // pad the end with zeros, but make sure to not forget the extra bytes + + + if (extraBytes === 1) { + tmp = uint8[len - 1]; + parts.push(lookup[tmp >> 2] + lookup[tmp << 4 & 0x3F] + '=='); + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1]; + parts.push(lookup[tmp >> 10] + lookup[tmp >> 4 & 0x3F] + lookup[tmp << 2 & 0x3F] + '='); + } + + return parts.join(''); + } + + var base64Js = { + byteLength: byteLength_1, + toByteArray: toByteArray_1, + fromByteArray: fromByteArray_1 + }; + + /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ + var read = function read(buffer, offset, isLE, mLen, nBytes) { + var e, m; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var nBits = -7; + var i = isLE ? nBytes - 1 : 0; + var d = isLE ? -1 : 1; + var s = buffer[offset + i]; + i += d; + e = s & (1 << -nBits) - 1; + s >>= -nBits; + nBits += eLen; + + for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + m = e & (1 << -nBits) - 1; + e >>= -nBits; + nBits += mLen; + + for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + if (e === 0) { + e = 1 - eBias; + } else if (e === eMax) { + return m ? NaN : (s ? -1 : 1) * Infinity; + } else { + m = m + Math.pow(2, mLen); + e = e - eBias; + } + + return (s ? -1 : 1) * m * Math.pow(2, e - mLen); + }; + + var write = function write(buffer, value, offset, isLE, mLen, nBytes) { + var e, m, c; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var rt = mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0; + var i = isLE ? 0 : nBytes - 1; + var d = isLE ? 1 : -1; + var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0; + value = Math.abs(value); + + if (isNaN(value) || value === Infinity) { + m = isNaN(value) ? 1 : 0; + e = eMax; + } else { + e = Math.floor(Math.log(value) / Math.LN2); + + if (value * (c = Math.pow(2, -e)) < 1) { + e--; + c *= 2; + } + + if (e + eBias >= 1) { + value += rt / c; + } else { + value += rt * Math.pow(2, 1 - eBias); + } + + if (value * c >= 2) { + e++; + c /= 2; + } + + if (e + eBias >= eMax) { + m = 0; + e = eMax; + } else if (e + eBias >= 1) { + m = (value * c - 1) * Math.pow(2, mLen); + e = e + eBias; + } else { + m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen); + e = 0; + } + } + + for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {} + + e = e << mLen | m; + eLen += mLen; + + for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} + + buffer[offset + i - d] |= s * 128; + }; + + var ieee754 = { + read: read, + write: write + }; + + var buffer$1 = createCommonjsModule(function (module, exports) { + + var customInspectSymbol = typeof Symbol === 'function' && typeof Symbol['for'] === 'function' ? // eslint-disable-line dot-notation + Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation + : null; + exports.Buffer = Buffer; + exports.SlowBuffer = SlowBuffer; + exports.INSPECT_MAX_BYTES = 50; + var K_MAX_LENGTH = 0x7fffffff; + exports.kMaxLength = K_MAX_LENGTH; + /** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Print warning and recommend using `buffer` v4.x which has an Object + * implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * We report that the browser does not support typed arrays if the are not subclassable + * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support + * for __proto__ and has a buggy typed array implementation. + */ + + Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport(); + + if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && typeof console.error === 'function') { + console.error('This browser lacks typed array (Uint8Array) support which is required by ' + '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'); + } + + function typedArraySupport() { + // Can typed array instances can be augmented? + try { + var arr = new Uint8Array(1); + var proto = { + foo: function foo() { + return 42; + } + }; + Object.setPrototypeOf(proto, Uint8Array.prototype); + Object.setPrototypeOf(arr, proto); + return arr.foo() === 42; + } catch (e) { + return false; + } + } + + Object.defineProperty(Buffer.prototype, 'parent', { + enumerable: true, + get: function get() { + if (!Buffer.isBuffer(this)) return undefined; + return this.buffer; + } + }); + Object.defineProperty(Buffer.prototype, 'offset', { + enumerable: true, + get: function get() { + if (!Buffer.isBuffer(this)) return undefined; + return this.byteOffset; + } + }); + + function createBuffer(length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"'); + } // Return an augmented `Uint8Array` instance + + + var buf = new Uint8Array(length); + Object.setPrototypeOf(buf, Buffer.prototype); + return buf; + } + /** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + + + function Buffer(arg, encodingOrOffset, length) { + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new TypeError('The "string" argument must be of type string. Received type number'); + } + + return allocUnsafe(arg); + } + + return from(arg, encodingOrOffset, length); + } + + Buffer.poolSize = 8192; // not used by this implementation + + function from(value, encodingOrOffset, length) { + if (typeof value === 'string') { + return fromString(value, encodingOrOffset); + } + + if (ArrayBuffer.isView(value)) { + return fromArrayView(value); + } + + if (value == null) { + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + 'or Array-like Object. Received type ' + babelHelpers["typeof"](value)); + } + + if (isInstance(value, ArrayBuffer) || value && isInstance(value.buffer, ArrayBuffer)) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + + if (typeof SharedArrayBuffer !== 'undefined' && (isInstance(value, SharedArrayBuffer) || value && isInstance(value.buffer, SharedArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + + if (typeof value === 'number') { + throw new TypeError('The "value" argument must not be of type number. Received type number'); + } + + var valueOf = value.valueOf && value.valueOf(); + + if (valueOf != null && valueOf !== value) { + return Buffer.from(valueOf, encodingOrOffset, length); + } + + var b = fromObject(value); + if (b) return b; + + if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && typeof value[Symbol.toPrimitive] === 'function') { + return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length); + } + + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + 'or Array-like Object. Received type ' + babelHelpers["typeof"](value)); + } + /** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ + + + Buffer.from = function (value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length); + }; // Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: + // https://github.com/feross/buffer/pull/148 + + + Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype); + Object.setPrototypeOf(Buffer, Uint8Array); + + function assertSize(size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be of type number'); + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"'); + } + } + + function alloc(size, fill, encoding) { + assertSize(size); + + if (size <= 0) { + return createBuffer(size); + } + + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpreted as a start offset. + return typeof encoding === 'string' ? createBuffer(size).fill(fill, encoding) : createBuffer(size).fill(fill); + } + + return createBuffer(size); + } + /** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ + + + Buffer.alloc = function (size, fill, encoding) { + return alloc(size, fill, encoding); + }; + + function allocUnsafe(size) { + assertSize(size); + return createBuffer(size < 0 ? 0 : checked(size) | 0); + } + /** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ + + + Buffer.allocUnsafe = function (size) { + return allocUnsafe(size); + }; + /** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ + + + Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(size); + }; + + function fromString(string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8'; + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding); + } + + var length = byteLength(string, encoding) | 0; + var buf = createBuffer(length); + var actual = buf.write(string, encoding); + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + buf = buf.slice(0, actual); + } + + return buf; + } + + function fromArrayLike(array) { + var length = array.length < 0 ? 0 : checked(array.length) | 0; + var buf = createBuffer(length); + + for (var i = 0; i < length; i += 1) { + buf[i] = array[i] & 255; + } + + return buf; + } + + function fromArrayView(arrayView) { + if (isInstance(arrayView, Uint8Array)) { + var copy = new Uint8Array(arrayView); + return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength); + } + + return fromArrayLike(arrayView); + } + + function fromArrayBuffer(array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds'); + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds'); + } + + var buf; + + if (byteOffset === undefined && length === undefined) { + buf = new Uint8Array(array); + } else if (length === undefined) { + buf = new Uint8Array(array, byteOffset); + } else { + buf = new Uint8Array(array, byteOffset, length); + } // Return an augmented `Uint8Array` instance + + + Object.setPrototypeOf(buf, Buffer.prototype); + return buf; + } + + function fromObject(obj) { + if (Buffer.isBuffer(obj)) { + var len = checked(obj.length) | 0; + var buf = createBuffer(len); + + if (buf.length === 0) { + return buf; + } + + obj.copy(buf, 0, 0, len); + return buf; + } + + if (obj.length !== undefined) { + if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { + return createBuffer(0); + } + + return fromArrayLike(obj); + } + + if (obj.type === 'Buffer' && Array.isArray(obj.data)) { + return fromArrayLike(obj.data); + } + } + + function checked(length) { + // Note: cannot use `length < K_MAX_LENGTH` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= K_MAX_LENGTH) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes'); + } + + return length | 0; + } + + function SlowBuffer(length) { + if (+length != length) { + // eslint-disable-line eqeqeq + length = 0; + } + + return Buffer.alloc(+length); + } + + Buffer.isBuffer = function isBuffer(b) { + return b != null && b._isBuffer === true && b !== Buffer.prototype; // so Buffer.isBuffer(Buffer.prototype) will be false + }; + + Buffer.compare = function compare(a, b) { + if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength); + if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength); + + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'); + } + + if (a === b) return 0; + var x = a.length; + var y = b.length; + + for (var i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i]; + y = b[i]; + break; + } + } + + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; + + Buffer.isEncoding = function isEncoding(encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true; + + default: + return false; + } + }; + + Buffer.concat = function concat(list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } + + if (list.length === 0) { + return Buffer.alloc(0); + } + + var i; + + if (length === undefined) { + length = 0; + + for (i = 0; i < list.length; ++i) { + length += list[i].length; + } + } + + var buffer = Buffer.allocUnsafe(length); + var pos = 0; + + for (i = 0; i < list.length; ++i) { + var buf = list[i]; + + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer.length) { + Buffer.from(buf).copy(buffer, pos); + } else { + Uint8Array.prototype.set.call(buffer, buf, pos); + } + } else if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } else { + buf.copy(buffer, pos); + } + + pos += buf.length; + } + + return buffer; + }; + + function byteLength(string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length; + } + + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength; + } + + if (typeof string !== 'string') { + throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + 'Received type ' + babelHelpers["typeof"](string)); + } + + var len = string.length; + var mustMatch = arguments.length > 2 && arguments[2] === true; + if (!mustMatch && len === 0) return 0; // Use a for loop to avoid recursion + + var loweredCase = false; + + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len; + + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length; + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2; + + case 'hex': + return len >>> 1; + + case 'base64': + return base64ToBytes(string).length; + + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length; // assume utf8 + } + + encoding = ('' + encoding).toLowerCase(); + loweredCase = true; + } + } + } + + Buffer.byteLength = byteLength; + + function slowToString(encoding, start, end) { + var loweredCase = false; // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + + if (start === undefined || start < 0) { + start = 0; + } // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + + + if (start > this.length) { + return ''; + } + + if (end === undefined || end > this.length) { + end = this.length; + } + + if (end <= 0) { + return ''; + } // Force coercion to uint32. This will also coerce falsey/NaN values to 0. + + + end >>>= 0; + start >>>= 0; + + if (end <= start) { + return ''; + } + + if (!encoding) encoding = 'utf8'; + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end); + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end); + + case 'ascii': + return asciiSlice(this, start, end); + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end); + + case 'base64': + return base64Slice(this, start, end); + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end); + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding); + encoding = (encoding + '').toLowerCase(); + loweredCase = true; + } + } + } // This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) + // to detect a Buffer instance. It's not possible to use `instanceof Buffer` + // reliably in a browserify context because there could be multiple different + // copies of the 'buffer' package in use. This method works even for Buffer + // instances that were created from another copy of the `buffer` package. + // See: https://github.com/feross/buffer/issues/154 + + + Buffer.prototype._isBuffer = true; + + function swap(b, n, m) { + var i = b[n]; + b[n] = b[m]; + b[m] = i; + } + + Buffer.prototype.swap16 = function swap16() { + var len = this.length; + + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits'); + } + + for (var i = 0; i < len; i += 2) { + swap(this, i, i + 1); + } + + return this; + }; + + Buffer.prototype.swap32 = function swap32() { + var len = this.length; + + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits'); + } + + for (var i = 0; i < len; i += 4) { + swap(this, i, i + 3); + swap(this, i + 1, i + 2); + } + + return this; + }; + + Buffer.prototype.swap64 = function swap64() { + var len = this.length; + + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits'); + } + + for (var i = 0; i < len; i += 8) { + swap(this, i, i + 7); + swap(this, i + 1, i + 6); + swap(this, i + 2, i + 5); + swap(this, i + 3, i + 4); + } + + return this; + }; + + Buffer.prototype.toString = function toString() { + var length = this.length; + if (length === 0) return ''; + if (arguments.length === 0) return utf8Slice(this, 0, length); + return slowToString.apply(this, arguments); + }; + + Buffer.prototype.toLocaleString = Buffer.prototype.toString; + + Buffer.prototype.equals = function equals(b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer'); + if (this === b) return true; + return Buffer.compare(this, b) === 0; + }; + + Buffer.prototype.inspect = function inspect() { + var str = ''; + var max = exports.INSPECT_MAX_BYTES; + str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim(); + if (this.length > max) str += ' ... '; + return ''; + }; + + if (customInspectSymbol) { + Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect; + } + + Buffer.prototype.compare = function compare(target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer.from(target, target.offset, target.byteLength); + } + + if (!Buffer.isBuffer(target)) { + throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. ' + 'Received type ' + babelHelpers["typeof"](target)); + } + + if (start === undefined) { + start = 0; + } + + if (end === undefined) { + end = target ? target.length : 0; + } + + if (thisStart === undefined) { + thisStart = 0; + } + + if (thisEnd === undefined) { + thisEnd = this.length; + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index'); + } + + if (thisStart >= thisEnd && start >= end) { + return 0; + } + + if (thisStart >= thisEnd) { + return -1; + } + + if (start >= end) { + return 1; + } + + start >>>= 0; + end >>>= 0; + thisStart >>>= 0; + thisEnd >>>= 0; + if (this === target) return 0; + var x = thisEnd - thisStart; + var y = end - start; + var len = Math.min(x, y); + var thisCopy = this.slice(thisStart, thisEnd); + var targetCopy = target.slice(start, end); + + for (var i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i]; + y = targetCopy[i]; + break; + } + } + + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; // Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, + // OR the last index of `val` in `buffer` at offset <= `byteOffset`. + // + // Arguments: + // - buffer - a Buffer to search + // - val - a string, Buffer, or number + // - byteOffset - an index into `buffer`; will be clamped to an int32 + // - encoding - an optional encoding, relevant is val is a string + // - dir - true for indexOf, false for lastIndexOf + + + function bidirectionalIndexOf(buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1; // Normalize byteOffset + + if (typeof byteOffset === 'string') { + encoding = byteOffset; + byteOffset = 0; + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff; + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000; + } + + byteOffset = +byteOffset; // Coerce to Number. + + if (numberIsNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : buffer.length - 1; + } // Normalize byteOffset: negative offsets start from the end of the buffer + + + if (byteOffset < 0) byteOffset = buffer.length + byteOffset; + + if (byteOffset >= buffer.length) { + if (dir) return -1;else byteOffset = buffer.length - 1; + } else if (byteOffset < 0) { + if (dir) byteOffset = 0;else return -1; + } // Normalize val + + + if (typeof val === 'string') { + val = Buffer.from(val, encoding); + } // Finally, search either indexOf (if dir is true) or lastIndexOf + + + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1; + } + + return arrayIndexOf(buffer, val, byteOffset, encoding, dir); + } else if (typeof val === 'number') { + val = val & 0xFF; // Search for a byte value [0-255] + + if (typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset); + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset); + } + } + + return arrayIndexOf(buffer, [val], byteOffset, encoding, dir); + } + + throw new TypeError('val must be string, number or Buffer'); + } + + function arrayIndexOf(arr, val, byteOffset, encoding, dir) { + var indexSize = 1; + var arrLength = arr.length; + var valLength = val.length; + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase(); + + if (encoding === 'ucs2' || encoding === 'ucs-2' || encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1; + } + + indexSize = 2; + arrLength /= 2; + valLength /= 2; + byteOffset /= 2; + } + } + + function read(buf, i) { + if (indexSize === 1) { + return buf[i]; + } else { + return buf.readUInt16BE(i * indexSize); + } + } + + var i; + + if (dir) { + var foundIndex = -1; + + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i; + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize; + } else { + if (foundIndex !== -1) i -= i - foundIndex; + foundIndex = -1; + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength; + + for (i = byteOffset; i >= 0; i--) { + var found = true; + + for (var j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false; + break; + } + } + + if (found) return i; + } + } + + return -1; + } + + Buffer.prototype.includes = function includes(val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1; + }; + + Buffer.prototype.indexOf = function indexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true); + }; + + Buffer.prototype.lastIndexOf = function lastIndexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false); + }; + + function hexWrite(buf, string, offset, length) { + offset = Number(offset) || 0; + var remaining = buf.length - offset; + + if (!length) { + length = remaining; + } else { + length = Number(length); + + if (length > remaining) { + length = remaining; + } + } + + var strLen = string.length; + + if (length > strLen / 2) { + length = strLen / 2; + } + + for (var i = 0; i < length; ++i) { + var parsed = parseInt(string.substr(i * 2, 2), 16); + if (numberIsNaN(parsed)) return i; + buf[offset + i] = parsed; + } + + return i; + } + + function utf8Write(buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length); + } + + function asciiWrite(buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length); + } + + function base64Write(buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length); + } + + function ucs2Write(buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length); + } + + Buffer.prototype.write = function write(string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8'; + length = this.length; + offset = 0; // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset; + length = this.length; + offset = 0; // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset >>> 0; + + if (isFinite(length)) { + length = length >>> 0; + if (encoding === undefined) encoding = 'utf8'; + } else { + encoding = length; + length = undefined; + } + } else { + throw new Error('Buffer.write(string, encoding, offset[, length]) is no longer supported'); + } + + var remaining = this.length - offset; + if (length === undefined || length > remaining) length = remaining; + + if (string.length > 0 && (length < 0 || offset < 0) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds'); + } + + if (!encoding) encoding = 'utf8'; + var loweredCase = false; + + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length); + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length); + + case 'ascii': + case 'latin1': + case 'binary': + return asciiWrite(this, string, offset, length); + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length); + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length); + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding); + encoding = ('' + encoding).toLowerCase(); + loweredCase = true; + } + } + }; + + Buffer.prototype.toJSON = function toJSON() { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + }; + }; + + function base64Slice(buf, start, end) { + if (start === 0 && end === buf.length) { + return base64Js.fromByteArray(buf); + } else { + return base64Js.fromByteArray(buf.slice(start, end)); + } + } + + function utf8Slice(buf, start, end) { + end = Math.min(buf.length, end); + var res = []; + var i = start; + + while (i < end) { + var firstByte = buf[i]; + var codePoint = null; + var bytesPerSequence = firstByte > 0xEF ? 4 : firstByte > 0xDF ? 3 : firstByte > 0xBF ? 2 : 1; + + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint; + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte; + } + + break; + + case 2: + secondByte = buf[i + 1]; + + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | secondByte & 0x3F; + + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint; + } + } + + break; + + case 3: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | thirdByte & 0x3F; + + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint; + } + } + + break; + + case 4: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + fourthByte = buf[i + 3]; + + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | fourthByte & 0x3F; + + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint; + } + } + + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD; + bytesPerSequence = 1; + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000; + res.push(codePoint >>> 10 & 0x3FF | 0xD800); + codePoint = 0xDC00 | codePoint & 0x3FF; + } + + res.push(codePoint); + i += bytesPerSequence; + } + + return decodeCodePointsArray(res); + } // Based on http://stackoverflow.com/a/22747272/680742, the browser with + // the lowest limit is Chrome, with 0x10000 args. + // We go 1 magnitude less, for safety + + + var MAX_ARGUMENTS_LENGTH = 0x1000; + + function decodeCodePointsArray(codePoints) { + var len = codePoints.length; + + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints); // avoid extra slice() + } // Decode in chunks to avoid "call stack size exceeded". + + + var res = ''; + var i = 0; + + while (i < len) { + res += String.fromCharCode.apply(String, codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)); + } + + return res; + } + + function asciiSlice(buf, start, end) { + var ret = ''; + end = Math.min(buf.length, end); + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F); + } + + return ret; + } + + function latin1Slice(buf, start, end) { + var ret = ''; + end = Math.min(buf.length, end); + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]); + } + + return ret; + } + + function hexSlice(buf, start, end) { + var len = buf.length; + if (!start || start < 0) start = 0; + if (!end || end < 0 || end > len) end = len; + var out = ''; + + for (var i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]]; + } + + return out; + } + + function utf16leSlice(buf, start, end) { + var bytes = buf.slice(start, end); + var res = ''; // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) + + for (var i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256); + } + + return res; + } + + Buffer.prototype.slice = function slice(start, end) { + var len = this.length; + start = ~~start; + end = end === undefined ? len : ~~end; + + if (start < 0) { + start += len; + if (start < 0) start = 0; + } else if (start > len) { + start = len; + } + + if (end < 0) { + end += len; + if (end < 0) end = 0; + } else if (end > len) { + end = len; + } + + if (end < start) end = start; + var newBuf = this.subarray(start, end); // Return an augmented `Uint8Array` instance + + Object.setPrototypeOf(newBuf, Buffer.prototype); + return newBuf; + }; + /* + * Need to make sure that buffer isn't trying to write out of bounds. + */ + + + function checkOffset(offset, ext, length) { + if (offset % 1 !== 0 || offset < 0) throw new RangeError('offset is not uint'); + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length'); + } + + Buffer.prototype.readUintLE = Buffer.prototype.readUIntLE = function readUIntLE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var val = this[offset]; + var mul = 1; + var i = 0; + + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul; + } + + return val; + }; + + Buffer.prototype.readUintBE = Buffer.prototype.readUIntBE = function readUIntBE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + checkOffset(offset, byteLength, this.length); + } + + var val = this[offset + --byteLength]; + var mul = 1; + + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul; + } + + return val; + }; + + Buffer.prototype.readUint8 = Buffer.prototype.readUInt8 = function readUInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + return this[offset]; + }; + + Buffer.prototype.readUint16LE = Buffer.prototype.readUInt16LE = function readUInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] | this[offset + 1] << 8; + }; + + Buffer.prototype.readUint16BE = Buffer.prototype.readUInt16BE = function readUInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] << 8 | this[offset + 1]; + }; + + Buffer.prototype.readUint32LE = Buffer.prototype.readUInt32LE = function readUInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return (this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16) + this[offset + 3] * 0x1000000; + }; + + Buffer.prototype.readUint32BE = Buffer.prototype.readUInt32BE = function readUInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] * 0x1000000 + (this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]); + }; + + Buffer.prototype.readIntLE = function readIntLE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var val = this[offset]; + var mul = 1; + var i = 0; + + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul; + } + + mul *= 0x80; + if (val >= mul) val -= Math.pow(2, 8 * byteLength); + return val; + }; + + Buffer.prototype.readIntBE = function readIntBE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var i = byteLength; + var mul = 1; + var val = this[offset + --i]; + + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul; + } + + mul *= 0x80; + if (val >= mul) val -= Math.pow(2, 8 * byteLength); + return val; + }; + + Buffer.prototype.readInt8 = function readInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + if (!(this[offset] & 0x80)) return this[offset]; + return (0xff - this[offset] + 1) * -1; + }; + + Buffer.prototype.readInt16LE = function readInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + var val = this[offset] | this[offset + 1] << 8; + return val & 0x8000 ? val | 0xFFFF0000 : val; + }; + + Buffer.prototype.readInt16BE = function readInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + var val = this[offset + 1] | this[offset] << 8; + return val & 0x8000 ? val | 0xFFFF0000 : val; + }; + + Buffer.prototype.readInt32LE = function readInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16 | this[offset + 3] << 24; + }; + + Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] << 24 | this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]; + }; + + Buffer.prototype.readFloatLE = function readFloatLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, true, 23, 4); + }; + + Buffer.prototype.readFloatBE = function readFloatBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, false, 23, 4); + }; + + Buffer.prototype.readDoubleLE = function readDoubleLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, true, 52, 8); + }; + + Buffer.prototype.readDoubleBE = function readDoubleBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, false, 52, 8); + }; + + function checkInt(buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance'); + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds'); + if (offset + ext > buf.length) throw new RangeError('Index out of range'); + } + + Buffer.prototype.writeUintLE = Buffer.prototype.writeUIntLE = function writeUIntLE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1; + checkInt(this, value, offset, byteLength, maxBytes, 0); + } + + var mul = 1; + var i = 0; + this[offset] = value & 0xFF; + + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = value / mul & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeUintBE = Buffer.prototype.writeUIntBE = function writeUIntBE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1; + checkInt(this, value, offset, byteLength, maxBytes, 0); + } + + var i = byteLength - 1; + var mul = 1; + this[offset + i] = value & 0xFF; + + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = value / mul & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeUint8 = Buffer.prototype.writeUInt8 = function writeUInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0); + this[offset] = value & 0xff; + return offset + 1; + }; + + Buffer.prototype.writeUint16LE = Buffer.prototype.writeUInt16LE = function writeUInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + + Buffer.prototype.writeUint16BE = Buffer.prototype.writeUInt16BE = function writeUInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0); + this[offset] = value >>> 8; + this[offset + 1] = value & 0xff; + return offset + 2; + }; + + Buffer.prototype.writeUint32LE = Buffer.prototype.writeUInt32LE = function writeUInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0); + this[offset + 3] = value >>> 24; + this[offset + 2] = value >>> 16; + this[offset + 1] = value >>> 8; + this[offset] = value & 0xff; + return offset + 4; + }; + + Buffer.prototype.writeUint32BE = Buffer.prototype.writeUInt32BE = function writeUInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0); + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 0xff; + return offset + 4; + }; + + Buffer.prototype.writeIntLE = function writeIntLE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1); + checkInt(this, value, offset, byteLength, limit - 1, -limit); + } + + var i = 0; + var mul = 1; + var sub = 0; + this[offset] = value & 0xFF; + + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1; + } + + this[offset + i] = (value / mul >> 0) - sub & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeIntBE = function writeIntBE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1); + checkInt(this, value, offset, byteLength, limit - 1, -limit); + } + + var i = byteLength - 1; + var mul = 1; + var sub = 0; + this[offset + i] = value & 0xFF; + + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1; + } + + this[offset + i] = (value / mul >> 0) - sub & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeInt8 = function writeInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80); + if (value < 0) value = 0xff + value + 1; + this[offset] = value & 0xff; + return offset + 1; + }; + + Buffer.prototype.writeInt16LE = function writeInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + + Buffer.prototype.writeInt16BE = function writeInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000); + this[offset] = value >>> 8; + this[offset + 1] = value & 0xff; + return offset + 2; + }; + + Buffer.prototype.writeInt32LE = function writeInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + this[offset + 2] = value >>> 16; + this[offset + 3] = value >>> 24; + return offset + 4; + }; + + Buffer.prototype.writeInt32BE = function writeInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000); + if (value < 0) value = 0xffffffff + value + 1; + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 0xff; + return offset + 4; + }; + + function checkIEEE754(buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range'); + if (offset < 0) throw new RangeError('Index out of range'); + } + + function writeFloat(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + checkIEEE754(buf, value, offset, 4); + } + + ieee754.write(buf, value, offset, littleEndian, 23, 4); + return offset + 4; + } + + Buffer.prototype.writeFloatLE = function writeFloatLE(value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert); + }; + + Buffer.prototype.writeFloatBE = function writeFloatBE(value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert); + }; + + function writeDouble(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + checkIEEE754(buf, value, offset, 8); + } + + ieee754.write(buf, value, offset, littleEndian, 52, 8); + return offset + 8; + } + + Buffer.prototype.writeDoubleLE = function writeDoubleLE(value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert); + }; + + Buffer.prototype.writeDoubleBE = function writeDoubleBE(value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert); + }; // copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) + + + Buffer.prototype.copy = function copy(target, targetStart, start, end) { + if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer'); + if (!start) start = 0; + if (!end && end !== 0) end = this.length; + if (targetStart >= target.length) targetStart = target.length; + if (!targetStart) targetStart = 0; + if (end > 0 && end < start) end = start; // Copy 0 bytes; we're done + + if (end === start) return 0; + if (target.length === 0 || this.length === 0) return 0; // Fatal error conditions + + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds'); + } + + if (start < 0 || start >= this.length) throw new RangeError('Index out of range'); + if (end < 0) throw new RangeError('sourceEnd out of bounds'); // Are we oob? + + if (end > this.length) end = this.length; + + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start; + } + + var len = end - start; + + if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { + // Use built-in when available, missing from IE11 + this.copyWithin(targetStart, start, end); + } else { + Uint8Array.prototype.set.call(target, this.subarray(start, end), targetStart); + } + + return len; + }; // Usage: + // buffer.fill(number[, offset[, end]]) + // buffer.fill(buffer[, offset[, end]]) + // buffer.fill(string[, offset[, end]][, encoding]) + + + Buffer.prototype.fill = function fill(val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start; + start = 0; + end = this.length; + } else if (typeof end === 'string') { + encoding = end; + end = this.length; + } + + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string'); + } + + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding); + } + + if (val.length === 1) { + var code = val.charCodeAt(0); + + if (encoding === 'utf8' && code < 128 || encoding === 'latin1') { + // Fast path: If `val` fits into a single byte, use that numeric value. + val = code; + } + } + } else if (typeof val === 'number') { + val = val & 255; + } else if (typeof val === 'boolean') { + val = Number(val); + } // Invalid ranges are not set to a default, so can range check early. + + + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index'); + } + + if (end <= start) { + return this; + } + + start = start >>> 0; + end = end === undefined ? this.length : end >>> 0; + if (!val) val = 0; + var i; + + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val; + } + } else { + var bytes = Buffer.isBuffer(val) ? val : Buffer.from(val, encoding); + var len = bytes.length; + + if (len === 0) { + throw new TypeError('The value "' + val + '" is invalid for argument "value"'); + } + + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len]; + } + } + + return this; + }; // HELPER FUNCTIONS + // ================ + + + var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g; + + function base64clean(str) { + // Node takes equal signs as end of the Base64 encoding + str = str.split('=')[0]; // Node strips out invalid characters like \n and \t from the string, base64-js does not + + str = str.trim().replace(INVALID_BASE64_RE, ''); // Node converts strings with length < 2 to '' + + if (str.length < 2) return ''; // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + + while (str.length % 4 !== 0) { + str = str + '='; + } + + return str; + } + + function utf8ToBytes(string, units) { + units = units || Infinity; + var codePoint; + var length = string.length; + var leadSurrogate = null; + var bytes = []; + + for (var i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i); // is surrogate component + + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + continue; + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + continue; + } // valid lead + + + leadSurrogate = codePoint; + continue; + } // 2 leads in a row + + + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + leadSurrogate = codePoint; + continue; + } // valid surrogate pair + + + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000; + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + } + + leadSurrogate = null; // encode utf8 + + if (codePoint < 0x80) { + if ((units -= 1) < 0) break; + bytes.push(codePoint); + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break; + bytes.push(codePoint >> 0x6 | 0xC0, codePoint & 0x3F | 0x80); + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break; + bytes.push(codePoint >> 0xC | 0xE0, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80); + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break; + bytes.push(codePoint >> 0x12 | 0xF0, codePoint >> 0xC & 0x3F | 0x80, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80); + } else { + throw new Error('Invalid code point'); + } + } + + return bytes; + } + + function asciiToBytes(str) { + var byteArray = []; + + for (var i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF); + } + + return byteArray; + } + + function utf16leToBytes(str, units) { + var c, hi, lo; + var byteArray = []; + + for (var i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break; + c = str.charCodeAt(i); + hi = c >> 8; + lo = c % 256; + byteArray.push(lo); + byteArray.push(hi); + } + + return byteArray; + } + + function base64ToBytes(str) { + return base64Js.toByteArray(base64clean(str)); + } + + function blitBuffer(src, dst, offset, length) { + for (var i = 0; i < length; ++i) { + if (i + offset >= dst.length || i >= src.length) break; + dst[i + offset] = src[i]; + } + + return i; + } // ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass + // the `instanceof` check but they should be treated as of that type. + // See: https://github.com/feross/buffer/issues/166 + + + function isInstance(obj, type) { + return obj instanceof type || obj != null && obj.constructor != null && obj.constructor.name != null && obj.constructor.name === type.name; + } + + function numberIsNaN(obj) { + // For IE11 support + return obj !== obj; // eslint-disable-line no-self-compare + } // Create lookup table for `toString('hex')` + // See: https://github.com/feross/buffer/issues/219 + + + var hexSliceLookupTable = function () { + var alphabet = '0123456789abcdef'; + var table = new Array(256); + + for (var i = 0; i < 16; ++i) { + var i16 = i * 16; + + for (var j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j]; + } + } + + return table; + }(); + }); + var buffer_1 = buffer$1.Buffer; + buffer$1.SlowBuffer; + buffer$1.INSPECT_MAX_BYTES; + buffer$1.kMaxLength; + + /*! ***************************************************************************** + Copyright (c) Microsoft Corporation. + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + ***************************************************************************** */ + + /* global Reflect, Promise */ + var _extendStatics = function extendStatics(d, b) { + _extendStatics = Object.setPrototypeOf || { + __proto__: [] + } instanceof Array && function (d, b) { + d.__proto__ = b; + } || function (d, b) { + for (var p in b) { + if (b.hasOwnProperty(p)) d[p] = b[p]; + } + }; + + return _extendStatics(d, b); + }; + + function __extends(d, b) { + _extendStatics(d, b); + + function __() { + this.constructor = d; + } + + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + } + + var _assign = function __assign() { + _assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return _assign.apply(this, arguments); + }; + + /** @public */ + var BSONError = /** @class */ (function (_super) { + __extends(BSONError, _super); + function BSONError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONError.prototype); + return _this; + } + Object.defineProperty(BSONError.prototype, "name", { + get: function () { + return 'BSONError'; + }, + enumerable: false, + configurable: true + }); + return BSONError; + }(Error)); + /** @public */ + var BSONTypeError = /** @class */ (function (_super) { + __extends(BSONTypeError, _super); + function BSONTypeError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONTypeError.prototype); + return _this; + } + Object.defineProperty(BSONTypeError.prototype, "name", { + get: function () { + return 'BSONTypeError'; + }, + enumerable: false, + configurable: true + }); + return BSONTypeError; + }(TypeError)); + + function checkForMath(potentialGlobal) { + // eslint-disable-next-line eqeqeq + return potentialGlobal && potentialGlobal.Math == Math && potentialGlobal; + } + // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 + function getGlobal() { + return (checkForMath(typeof globalThis === 'object' && globalThis) || + checkForMath(typeof window === 'object' && window) || + checkForMath(typeof self === 'object' && self) || + checkForMath(typeof global === 'object' && global) || + // eslint-disable-next-line @typescript-eslint/no-implied-eval + Function('return this')()); + } + + /** + * Normalizes our expected stringified form of a function across versions of node + * @param fn - The function to stringify + */ + function normalizedFunctionString(fn) { + return fn.toString().replace('function(', 'function ('); + } + function isReactNative() { + var g = getGlobal(); + return typeof g.navigator === 'object' && g.navigator.product === 'ReactNative'; + } + var insecureRandomBytes = function insecureRandomBytes(size) { + var insecureWarning = isReactNative() + ? 'BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.' + : 'BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.'; + console.warn(insecureWarning); + var result = buffer_1.alloc(size); + for (var i = 0; i < size; ++i) + result[i] = Math.floor(Math.random() * 256); + return result; + }; + var detectRandomBytes = function () { + { + if (typeof window !== 'undefined') { + // browser crypto implementation(s) + var target_1 = window.crypto || window.msCrypto; // allow for IE11 + if (target_1 && target_1.getRandomValues) { + return function (size) { return target_1.getRandomValues(buffer_1.alloc(size)); }; + } + } + if (typeof global !== 'undefined' && global.crypto && global.crypto.getRandomValues) { + // allow for RN packages such as https://www.npmjs.com/package/react-native-get-random-values to populate global + return function (size) { return global.crypto.getRandomValues(buffer_1.alloc(size)); }; + } + return insecureRandomBytes; + } + }; + var randomBytes = detectRandomBytes(); + function isAnyArrayBuffer(value) { + return ['[object ArrayBuffer]', '[object SharedArrayBuffer]'].includes(Object.prototype.toString.call(value)); + } + function isUint8Array(value) { + return Object.prototype.toString.call(value) === '[object Uint8Array]'; + } + function isBigInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigInt64Array]'; + } + function isBigUInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigUint64Array]'; + } + function isRegExp(d) { + return Object.prototype.toString.call(d) === '[object RegExp]'; + } + function isMap(d) { + return Object.prototype.toString.call(d) === '[object Map]'; + } + // To ensure that 0.4 of node works correctly + function isDate(d) { + return isObjectLike(d) && Object.prototype.toString.call(d) === '[object Date]'; + } + /** + * @internal + * this is to solve the `'someKey' in x` problem where x is unknown. + * https://github.com/typescript-eslint/typescript-eslint/issues/1071#issuecomment-541955753 + */ + function isObjectLike(candidate) { + return typeof candidate === 'object' && candidate !== null; + } + function deprecate(fn, message) { + var warned = false; + function deprecated() { + var args = []; + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + if (!warned) { + console.warn(message); + warned = true; + } + return fn.apply(this, args); + } + return deprecated; + } + + /** + * Makes sure that, if a Uint8Array is passed in, it is wrapped in a Buffer. + * + * @param potentialBuffer - The potential buffer + * @returns Buffer the input if potentialBuffer is a buffer, or a buffer that + * wraps a passed in Uint8Array + * @throws BSONTypeError If anything other than a Buffer or Uint8Array is passed in + */ + function ensureBuffer(potentialBuffer) { + if (ArrayBuffer.isView(potentialBuffer)) { + return buffer_1.from(potentialBuffer.buffer, potentialBuffer.byteOffset, potentialBuffer.byteLength); + } + if (isAnyArrayBuffer(potentialBuffer)) { + return buffer_1.from(potentialBuffer); + } + throw new BSONTypeError('Must use either Buffer or TypedArray'); + } + + // Validation regex for v4 uuid (validates with or without dashes) + var VALIDATION_REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i; + var uuidValidateString = function (str) { + return typeof str === 'string' && VALIDATION_REGEX.test(str); + }; + var uuidHexStringToBuffer = function (hexString) { + if (!uuidValidateString(hexString)) { + throw new BSONTypeError('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".'); + } + var sanitizedHexString = hexString.replace(/-/g, ''); + return buffer_1.from(sanitizedHexString, 'hex'); + }; + var bufferToUuidHexString = function (buffer, includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + return includeDashes + ? buffer.toString('hex', 0, 4) + + '-' + + buffer.toString('hex', 4, 6) + + '-' + + buffer.toString('hex', 6, 8) + + '-' + + buffer.toString('hex', 8, 10) + + '-' + + buffer.toString('hex', 10, 16) + : buffer.toString('hex'); + }; + + /** @internal */ + var BSON_INT32_MAX$1 = 0x7fffffff; + /** @internal */ + var BSON_INT32_MIN$1 = -0x80000000; + /** @internal */ + var BSON_INT64_MAX$1 = Math.pow(2, 63) - 1; + /** @internal */ + var BSON_INT64_MIN$1 = -Math.pow(2, 63); + /** + * Any integer up to 2^53 can be precisely represented by a double. + * @internal + */ + var JS_INT_MAX = Math.pow(2, 53); + /** + * Any integer down to -2^53 can be precisely represented by a double. + * @internal + */ + var JS_INT_MIN = -Math.pow(2, 53); + /** Number BSON Type @internal */ + var BSON_DATA_NUMBER = 1; + /** String BSON Type @internal */ + var BSON_DATA_STRING = 2; + /** Object BSON Type @internal */ + var BSON_DATA_OBJECT = 3; + /** Array BSON Type @internal */ + var BSON_DATA_ARRAY = 4; + /** Binary BSON Type @internal */ + var BSON_DATA_BINARY = 5; + /** Binary BSON Type @internal */ + var BSON_DATA_UNDEFINED = 6; + /** ObjectId BSON Type @internal */ + var BSON_DATA_OID = 7; + /** Boolean BSON Type @internal */ + var BSON_DATA_BOOLEAN = 8; + /** Date BSON Type @internal */ + var BSON_DATA_DATE = 9; + /** null BSON Type @internal */ + var BSON_DATA_NULL = 10; + /** RegExp BSON Type @internal */ + var BSON_DATA_REGEXP = 11; + /** Code BSON Type @internal */ + var BSON_DATA_DBPOINTER = 12; + /** Code BSON Type @internal */ + var BSON_DATA_CODE = 13; + /** Symbol BSON Type @internal */ + var BSON_DATA_SYMBOL = 14; + /** Code with Scope BSON Type @internal */ + var BSON_DATA_CODE_W_SCOPE = 15; + /** 32 bit Integer BSON Type @internal */ + var BSON_DATA_INT = 16; + /** Timestamp BSON Type @internal */ + var BSON_DATA_TIMESTAMP = 17; + /** Long BSON Type @internal */ + var BSON_DATA_LONG = 18; + /** Decimal128 BSON Type @internal */ + var BSON_DATA_DECIMAL128 = 19; + /** MinKey BSON Type @internal */ + var BSON_DATA_MIN_KEY = 0xff; + /** MaxKey BSON Type @internal */ + var BSON_DATA_MAX_KEY = 0x7f; + /** Binary Default Type @internal */ + var BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Binary Function Type @internal */ + var BSON_BINARY_SUBTYPE_FUNCTION = 1; + /** Binary Byte Array Type @internal */ + var BSON_BINARY_SUBTYPE_BYTE_ARRAY = 2; + /** Binary Deprecated UUID Type @deprecated Please use BSON_BINARY_SUBTYPE_UUID_NEW @internal */ + var BSON_BINARY_SUBTYPE_UUID = 3; + /** Binary UUID Type @internal */ + var BSON_BINARY_SUBTYPE_UUID_NEW = 4; + /** Binary MD5 Type @internal */ + var BSON_BINARY_SUBTYPE_MD5 = 5; + /** Encrypted BSON type @internal */ + var BSON_BINARY_SUBTYPE_ENCRYPTED = 6; + /** Column BSON type @internal */ + var BSON_BINARY_SUBTYPE_COLUMN = 7; + /** Binary User Defined Type @internal */ + var BSON_BINARY_SUBTYPE_USER_DEFINED = 128; + + /** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ + var Binary = /** @class */ (function () { + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + function Binary(buffer, subType) { + if (!(this instanceof Binary)) + return new Binary(buffer, subType); + if (!(buffer == null) && + !(typeof buffer === 'string') && + !ArrayBuffer.isView(buffer) && + !(buffer instanceof ArrayBuffer) && + !Array.isArray(buffer)) { + throw new BSONTypeError('Binary can only be constructed from string, Buffer, TypedArray, or Array'); + } + this.sub_type = subType !== null && subType !== void 0 ? subType : Binary.BSON_BINARY_SUBTYPE_DEFAULT; + if (buffer == null) { + // create an empty binary buffer + this.buffer = buffer_1.alloc(Binary.BUFFER_SIZE); + this.position = 0; + } + else { + if (typeof buffer === 'string') { + // string + this.buffer = buffer_1.from(buffer, 'binary'); + } + else if (Array.isArray(buffer)) { + // number[] + this.buffer = buffer_1.from(buffer); + } + else { + // Buffer | TypedArray | ArrayBuffer + this.buffer = ensureBuffer(buffer); + } + this.position = this.buffer.byteLength; + } + } + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + Binary.prototype.put = function (byteValue) { + // If it's a string and a has more than one character throw an error + if (typeof byteValue === 'string' && byteValue.length !== 1) { + throw new BSONTypeError('only accepts single character String'); + } + else if (typeof byteValue !== 'number' && byteValue.length !== 1) + throw new BSONTypeError('only accepts single character Uint8Array or Array'); + // Decode the byte value once + var decodedByte; + if (typeof byteValue === 'string') { + decodedByte = byteValue.charCodeAt(0); + } + else if (typeof byteValue === 'number') { + decodedByte = byteValue; + } + else { + decodedByte = byteValue[0]; + } + if (decodedByte < 0 || decodedByte > 255) { + throw new BSONTypeError('only accepts number in a valid unsigned byte range 0-255'); + } + if (this.buffer.length > this.position) { + this.buffer[this.position++] = decodedByte; + } + else { + var buffer = buffer_1.alloc(Binary.BUFFER_SIZE + this.buffer.length); + // Combine the two buffers together + this.buffer.copy(buffer, 0, 0, this.buffer.length); + this.buffer = buffer; + this.buffer[this.position++] = decodedByte; + } + }; + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + Binary.prototype.write = function (sequence, offset) { + offset = typeof offset === 'number' ? offset : this.position; + // If the buffer is to small let's extend the buffer + if (this.buffer.length < offset + sequence.length) { + var buffer = buffer_1.alloc(this.buffer.length + sequence.length); + this.buffer.copy(buffer, 0, 0, this.buffer.length); + // Assign the new buffer + this.buffer = buffer; + } + if (ArrayBuffer.isView(sequence)) { + this.buffer.set(ensureBuffer(sequence), offset); + this.position = + offset + sequence.byteLength > this.position ? offset + sequence.length : this.position; + } + else if (typeof sequence === 'string') { + this.buffer.write(sequence, offset, sequence.length, 'binary'); + this.position = + offset + sequence.length > this.position ? offset + sequence.length : this.position; + } + }; + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + Binary.prototype.read = function (position, length) { + length = length && length > 0 ? length : this.position; + // Let's return the data based on the type we have + return this.buffer.slice(position, position + length); + }; + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + Binary.prototype.value = function (asRaw) { + asRaw = !!asRaw; + // Optimize to serialize for the situation where the data == size of buffer + if (asRaw && this.buffer.length === this.position) { + return this.buffer; + } + // If it's a node.js buffer object + if (asRaw) { + return this.buffer.slice(0, this.position); + } + return this.buffer.toString('binary', 0, this.position); + }; + /** the length of the binary sequence */ + Binary.prototype.length = function () { + return this.position; + }; + Binary.prototype.toJSON = function () { + return this.buffer.toString('base64'); + }; + Binary.prototype.toString = function (format) { + return this.buffer.toString(format); + }; + /** @internal */ + Binary.prototype.toExtendedJSON = function (options) { + options = options || {}; + var base64String = this.buffer.toString('base64'); + var subType = Number(this.sub_type).toString(16); + if (options.legacy) { + return { + $binary: base64String, + $type: subType.length === 1 ? '0' + subType : subType + }; + } + return { + $binary: { + base64: base64String, + subType: subType.length === 1 ? '0' + subType : subType + } + }; + }; + Binary.prototype.toUUID = function () { + if (this.sub_type === Binary.SUBTYPE_UUID) { + return new UUID(this.buffer.slice(0, this.position)); + } + throw new BSONError("Binary sub_type \"".concat(this.sub_type, "\" is not supported for converting to UUID. Only \"").concat(Binary.SUBTYPE_UUID, "\" is currently supported.")); + }; + /** @internal */ + Binary.fromExtendedJSON = function (doc, options) { + options = options || {}; + var data; + var type; + if ('$binary' in doc) { + if (options.legacy && typeof doc.$binary === 'string' && '$type' in doc) { + type = doc.$type ? parseInt(doc.$type, 16) : 0; + data = buffer_1.from(doc.$binary, 'base64'); + } + else { + if (typeof doc.$binary !== 'string') { + type = doc.$binary.subType ? parseInt(doc.$binary.subType, 16) : 0; + data = buffer_1.from(doc.$binary.base64, 'base64'); + } + } + } + else if ('$uuid' in doc) { + type = 4; + data = uuidHexStringToBuffer(doc.$uuid); + } + if (!data) { + throw new BSONTypeError("Unexpected Binary Extended JSON format ".concat(JSON.stringify(doc))); + } + return type === BSON_BINARY_SUBTYPE_UUID_NEW ? new UUID(data) : new Binary(data, type); + }; + /** @internal */ + Binary.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Binary.prototype.inspect = function () { + var asBuffer = this.value(true); + return "new Binary(Buffer.from(\"".concat(asBuffer.toString('hex'), "\", \"hex\"), ").concat(this.sub_type, ")"); + }; + /** + * Binary default subtype + * @internal + */ + Binary.BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Initial buffer default size */ + Binary.BUFFER_SIZE = 256; + /** Default BSON type */ + Binary.SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + Binary.SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + Binary.SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + Binary.SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + Binary.SUBTYPE_UUID = 4; + /** MD5 BSON type */ + Binary.SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + Binary.SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + Binary.SUBTYPE_COLUMN = 7; + /** User BSON type */ + Binary.SUBTYPE_USER_DEFINED = 128; + return Binary; + }()); + Object.defineProperty(Binary.prototype, '_bsontype', { value: 'Binary' }); + var UUID_BYTE_LENGTH = 16; + /** + * A class representation of the BSON UUID type. + * @public + */ + var UUID = /** @class */ (function (_super) { + __extends(UUID, _super); + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + function UUID(input) { + var _this = this; + var bytes; + var hexStr; + if (input == null) { + bytes = UUID.generate(); + } + else if (input instanceof UUID) { + bytes = buffer_1.from(input.buffer); + hexStr = input.__id; + } + else if (ArrayBuffer.isView(input) && input.byteLength === UUID_BYTE_LENGTH) { + bytes = ensureBuffer(input); + } + else if (typeof input === 'string') { + bytes = uuidHexStringToBuffer(input); + } + else { + throw new BSONTypeError('Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).'); + } + _this = _super.call(this, bytes, BSON_BINARY_SUBTYPE_UUID_NEW) || this; + _this.__id = hexStr; + return _this; + } + Object.defineProperty(UUID.prototype, "id", { + /** + * The UUID bytes + * @readonly + */ + get: function () { + return this.buffer; + }, + set: function (value) { + this.buffer = value; + if (UUID.cacheHexString) { + this.__id = bufferToUuidHexString(value); + } + }, + enumerable: false, + configurable: true + }); + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + UUID.prototype.toHexString = function (includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + if (UUID.cacheHexString && this.__id) { + return this.__id; + } + var uuidHexString = bufferToUuidHexString(this.id, includeDashes); + if (UUID.cacheHexString) { + this.__id = uuidHexString; + } + return uuidHexString; + }; + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + UUID.prototype.toString = function (encoding) { + return encoding ? this.id.toString(encoding) : this.toHexString(); + }; + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + UUID.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + UUID.prototype.equals = function (otherId) { + if (!otherId) { + return false; + } + if (otherId instanceof UUID) { + return otherId.id.equals(this.id); + } + try { + return new UUID(otherId).id.equals(this.id); + } + catch (_a) { + return false; + } + }; + /** + * Creates a Binary instance from the current UUID. + */ + UUID.prototype.toBinary = function () { + return new Binary(this.id, Binary.SUBTYPE_UUID); + }; + /** + * Generates a populated buffer containing a v4 uuid + */ + UUID.generate = function () { + var bytes = randomBytes(UUID_BYTE_LENGTH); + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + // Kindly borrowed from https://github.com/uuidjs/uuid/blob/master/src/v4.js + bytes[6] = (bytes[6] & 0x0f) | 0x40; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + return buffer_1.from(bytes); + }; + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + UUID.isValid = function (input) { + if (!input) { + return false; + } + if (input instanceof UUID) { + return true; + } + if (typeof input === 'string') { + return uuidValidateString(input); + } + if (isUint8Array(input)) { + // check for length & uuid version (https://tools.ietf.org/html/rfc4122#section-4.1.3) + if (input.length !== UUID_BYTE_LENGTH) { + return false; + } + return (input[6] & 0xf0) === 0x40 && (input[8] & 0x80) === 0x80; + } + return false; + }; + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + UUID.createFromHexString = function (hexString) { + var buffer = uuidHexStringToBuffer(hexString); + return new UUID(buffer); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 36 character hex string representation. + * @internal + */ + UUID.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + UUID.prototype.inspect = function () { + return "new UUID(\"".concat(this.toHexString(), "\")"); + }; + return UUID; + }(Binary)); + + /** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ + var Code = /** @class */ (function () { + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + function Code(code, scope) { + if (!(this instanceof Code)) + return new Code(code, scope); + this.code = code; + this.scope = scope; + } + Code.prototype.toJSON = function () { + return { code: this.code, scope: this.scope }; + }; + /** @internal */ + Code.prototype.toExtendedJSON = function () { + if (this.scope) { + return { $code: this.code, $scope: this.scope }; + } + return { $code: this.code }; + }; + /** @internal */ + Code.fromExtendedJSON = function (doc) { + return new Code(doc.$code, doc.$scope); + }; + /** @internal */ + Code.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Code.prototype.inspect = function () { + var codeJson = this.toJSON(); + return "new Code(\"".concat(String(codeJson.code), "\"").concat(codeJson.scope ? ", ".concat(JSON.stringify(codeJson.scope)) : '', ")"); + }; + return Code; + }()); + Object.defineProperty(Code.prototype, '_bsontype', { value: 'Code' }); + + /** @internal */ + function isDBRefLike(value) { + return (isObjectLike(value) && + value.$id != null && + typeof value.$ref === 'string' && + (value.$db == null || typeof value.$db === 'string')); + } + /** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ + var DBRef = /** @class */ (function () { + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + function DBRef(collection, oid, db, fields) { + if (!(this instanceof DBRef)) + return new DBRef(collection, oid, db, fields); + // check if namespace has been provided + var parts = collection.split('.'); + if (parts.length === 2) { + db = parts.shift(); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + collection = parts.shift(); + } + this.collection = collection; + this.oid = oid; + this.db = db; + this.fields = fields || {}; + } + Object.defineProperty(DBRef.prototype, "namespace", { + // Property provided for compatibility with the 1.x parser + // the 1.x parser used a "namespace" property, while 4.x uses "collection" + /** @internal */ + get: function () { + return this.collection; + }, + set: function (value) { + this.collection = value; + }, + enumerable: false, + configurable: true + }); + DBRef.prototype.toJSON = function () { + var o = Object.assign({ + $ref: this.collection, + $id: this.oid + }, this.fields); + if (this.db != null) + o.$db = this.db; + return o; + }; + /** @internal */ + DBRef.prototype.toExtendedJSON = function (options) { + options = options || {}; + var o = { + $ref: this.collection, + $id: this.oid + }; + if (options.legacy) { + return o; + } + if (this.db) + o.$db = this.db; + o = Object.assign(o, this.fields); + return o; + }; + /** @internal */ + DBRef.fromExtendedJSON = function (doc) { + var copy = Object.assign({}, doc); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(doc.$ref, doc.$id, doc.$db, copy); + }; + /** @internal */ + DBRef.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + DBRef.prototype.inspect = function () { + // NOTE: if OID is an ObjectId class it will just print the oid string. + var oid = this.oid === undefined || this.oid.toString === undefined ? this.oid : this.oid.toString(); + return "new DBRef(\"".concat(this.namespace, "\", new ObjectId(\"").concat(String(oid), "\")").concat(this.db ? ", \"".concat(this.db, "\"") : '', ")"); + }; + return DBRef; + }()); + Object.defineProperty(DBRef.prototype, '_bsontype', { value: 'DBRef' }); + + /** + * wasm optimizations, to do native i64 multiplication and divide + */ + var wasm = undefined; + try { + wasm = new WebAssembly.Instance(new WebAssembly.Module( + // prettier-ignore + new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 13, 2, 96, 0, 1, 127, 96, 4, 127, 127, 127, 127, 1, 127, 3, 7, 6, 0, 1, 1, 1, 1, 1, 6, 6, 1, 127, 1, 65, 0, 11, 7, 50, 6, 3, 109, 117, 108, 0, 1, 5, 100, 105, 118, 95, 115, 0, 2, 5, 100, 105, 118, 95, 117, 0, 3, 5, 114, 101, 109, 95, 115, 0, 4, 5, 114, 101, 109, 95, 117, 0, 5, 8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0, 10, 191, 1, 6, 4, 0, 35, 0, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11])), {}).exports; + } + catch (_a) { + // no wasm support + } + var TWO_PWR_16_DBL = 1 << 16; + var TWO_PWR_24_DBL = 1 << 24; + var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL; + var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL; + var TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2; + /** A cache of the Long representations of small integer values. */ + var INT_CACHE = {}; + /** A cache of the Long representations of small unsigned integer values. */ + var UINT_CACHE = {}; + /** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ + var Long = /** @class */ (function () { + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + function Long(low, high, unsigned) { + if (low === void 0) { low = 0; } + if (!(this instanceof Long)) + return new Long(low, high, unsigned); + if (typeof low === 'bigint') { + Object.assign(this, Long.fromBigInt(low, !!high)); + } + else if (typeof low === 'string') { + Object.assign(this, Long.fromString(low, !!high)); + } + else { + this.low = low | 0; + this.high = high | 0; + this.unsigned = !!unsigned; + } + Object.defineProperty(this, '__isLong__', { + value: true, + configurable: false, + writable: false, + enumerable: false + }); + } + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBits = function (lowBits, highBits, unsigned) { + return new Long(lowBits, highBits, unsigned); + }; + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromInt = function (value, unsigned) { + var obj, cachedObj, cache; + if (unsigned) { + value >>>= 0; + if ((cache = 0 <= value && value < 256)) { + cachedObj = UINT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, (value | 0) < 0 ? -1 : 0, true); + if (cache) + UINT_CACHE[value] = obj; + return obj; + } + else { + value |= 0; + if ((cache = -128 <= value && value < 128)) { + cachedObj = INT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, value < 0 ? -1 : 0, false); + if (cache) + INT_CACHE[value] = obj; + return obj; + } + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromNumber = function (value, unsigned) { + if (isNaN(value)) + return unsigned ? Long.UZERO : Long.ZERO; + if (unsigned) { + if (value < 0) + return Long.UZERO; + if (value >= TWO_PWR_64_DBL) + return Long.MAX_UNSIGNED_VALUE; + } + else { + if (value <= -TWO_PWR_63_DBL) + return Long.MIN_VALUE; + if (value + 1 >= TWO_PWR_63_DBL) + return Long.MAX_VALUE; + } + if (value < 0) + return Long.fromNumber(-value, unsigned).neg(); + return Long.fromBits(value % TWO_PWR_32_DBL | 0, (value / TWO_PWR_32_DBL) | 0, unsigned); + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBigInt = function (value, unsigned) { + return Long.fromString(value.toString(), unsigned); + }; + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + Long.fromString = function (str, unsigned, radix) { + if (str.length === 0) + throw Error('empty string'); + if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity') + return Long.ZERO; + if (typeof unsigned === 'number') { + // For goog.math.long compatibility + (radix = unsigned), (unsigned = false); + } + else { + unsigned = !!unsigned; + } + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + var p; + if ((p = str.indexOf('-')) > 0) + throw Error('interior hyphen'); + else if (p === 0) { + return Long.fromString(str.substring(1), unsigned, radix).neg(); + } + // Do several (8) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 8)); + var result = Long.ZERO; + for (var i = 0; i < str.length; i += 8) { + var size = Math.min(8, str.length - i), value = parseInt(str.substring(i, i + size), radix); + if (size < 8) { + var power = Long.fromNumber(Math.pow(radix, size)); + result = result.mul(power).add(Long.fromNumber(value)); + } + else { + result = result.mul(radixToPower); + result = result.add(Long.fromNumber(value)); + } + } + result.unsigned = unsigned; + return result; + }; + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + Long.fromBytes = function (bytes, unsigned, le) { + return le ? Long.fromBytesLE(bytes, unsigned) : Long.fromBytesBE(bytes, unsigned); + }; + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesLE = function (bytes, unsigned) { + return new Long(bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24), bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24), unsigned); + }; + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesBE = function (bytes, unsigned) { + return new Long((bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7], (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3], unsigned); + }; + /** + * Tests if the specified object is a Long. + */ + Long.isLong = function (value) { + return isObjectLike(value) && value['__isLong__'] === true; + }; + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + Long.fromValue = function (val, unsigned) { + if (typeof val === 'number') + return Long.fromNumber(val, unsigned); + if (typeof val === 'string') + return Long.fromString(val, unsigned); + // Throws for non-objects, converts non-instanceof Long: + return Long.fromBits(val.low, val.high, typeof unsigned === 'boolean' ? unsigned : val.unsigned); + }; + /** Returns the sum of this and the specified Long. */ + Long.prototype.add = function (addend) { + if (!Long.isLong(addend)) + addend = Long.fromValue(addend); + // Divide each number into 4 chunks of 16 bits, and then sum the chunks. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = addend.high >>> 16; + var b32 = addend.high & 0xffff; + var b16 = addend.low >>> 16; + var b00 = addend.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 + b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 + b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 + b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 + b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + Long.prototype.and = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low & other.low, this.high & other.high, this.unsigned); + }; + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + Long.prototype.compare = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.eq(other)) + return 0; + var thisNeg = this.isNegative(), otherNeg = other.isNegative(); + if (thisNeg && !otherNeg) + return -1; + if (!thisNeg && otherNeg) + return 1; + // At this point the sign bits are the same + if (!this.unsigned) + return this.sub(other).isNegative() ? -1 : 1; + // Both are positive if at least one is unsigned + return other.high >>> 0 > this.high >>> 0 || + (other.high === this.high && other.low >>> 0 > this.low >>> 0) + ? -1 + : 1; + }; + /** This is an alias of {@link Long.compare} */ + Long.prototype.comp = function (other) { + return this.compare(other); + }; + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + Long.prototype.divide = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + if (divisor.isZero()) + throw Error('division by zero'); + // use wasm support if present + if (wasm) { + // guard against signed division overflow: the largest + // negative number / -1 would be 1 larger than the largest + // positive number, due to two's complement. + if (!this.unsigned && + this.high === -0x80000000 && + divisor.low === -1 && + divisor.high === -1) { + // be consistent with non-wasm code path + return this; + } + var low = (this.unsigned ? wasm.div_u : wasm.div_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (this.isZero()) + return this.unsigned ? Long.UZERO : Long.ZERO; + var approx, rem, res; + if (!this.unsigned) { + // This section is only relevant for signed longs and is derived from the + // closure library as a whole. + if (this.eq(Long.MIN_VALUE)) { + if (divisor.eq(Long.ONE) || divisor.eq(Long.NEG_ONE)) + return Long.MIN_VALUE; + // recall that -MIN_VALUE == MIN_VALUE + else if (divisor.eq(Long.MIN_VALUE)) + return Long.ONE; + else { + // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|. + var halfThis = this.shr(1); + approx = halfThis.div(divisor).shl(1); + if (approx.eq(Long.ZERO)) { + return divisor.isNegative() ? Long.ONE : Long.NEG_ONE; + } + else { + rem = this.sub(divisor.mul(approx)); + res = approx.add(rem.div(divisor)); + return res; + } + } + } + else if (divisor.eq(Long.MIN_VALUE)) + return this.unsigned ? Long.UZERO : Long.ZERO; + if (this.isNegative()) { + if (divisor.isNegative()) + return this.neg().div(divisor.neg()); + return this.neg().div(divisor).neg(); + } + else if (divisor.isNegative()) + return this.div(divisor.neg()).neg(); + res = Long.ZERO; + } + else { + // The algorithm below has not been made for unsigned longs. It's therefore + // required to take special care of the MSB prior to running it. + if (!divisor.unsigned) + divisor = divisor.toUnsigned(); + if (divisor.gt(this)) + return Long.UZERO; + if (divisor.gt(this.shru(1))) + // 15 >>> 1 = 7 ; with divisor = 8 ; true + return Long.UONE; + res = Long.UZERO; + } + // Repeat the following until the remainder is less than other: find a + // floating-point that approximates remainder / other *from below*, add this + // into the result, and subtract it from the remainder. It is critical that + // the approximate value is less than or equal to the real value so that the + // remainder never becomes negative. + // eslint-disable-next-line @typescript-eslint/no-this-alias + rem = this; + while (rem.gte(divisor)) { + // Approximate the result of division. This may be a little greater or + // smaller than the actual value. + approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber())); + // We will tweak the approximate result by changing it in the 48-th digit or + // the smallest non-fractional digit, whichever is larger. + var log2 = Math.ceil(Math.log(approx) / Math.LN2); + var delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48); + // Decrease the approximation until it is smaller than the remainder. Note + // that if it is too large, the product overflows and is negative. + var approxRes = Long.fromNumber(approx); + var approxRem = approxRes.mul(divisor); + while (approxRem.isNegative() || approxRem.gt(rem)) { + approx -= delta; + approxRes = Long.fromNumber(approx, this.unsigned); + approxRem = approxRes.mul(divisor); + } + // We know the answer can't be zero... and actually, zero would cause + // infinite recursion since we would make no progress. + if (approxRes.isZero()) + approxRes = Long.ONE; + res = res.add(approxRes); + rem = rem.sub(approxRem); + } + return res; + }; + /**This is an alias of {@link Long.divide} */ + Long.prototype.div = function (divisor) { + return this.divide(divisor); + }; + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + Long.prototype.equals = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.unsigned !== other.unsigned && this.high >>> 31 === 1 && other.high >>> 31 === 1) + return false; + return this.high === other.high && this.low === other.low; + }; + /** This is an alias of {@link Long.equals} */ + Long.prototype.eq = function (other) { + return this.equals(other); + }; + /** Gets the high 32 bits as a signed integer. */ + Long.prototype.getHighBits = function () { + return this.high; + }; + /** Gets the high 32 bits as an unsigned integer. */ + Long.prototype.getHighBitsUnsigned = function () { + return this.high >>> 0; + }; + /** Gets the low 32 bits as a signed integer. */ + Long.prototype.getLowBits = function () { + return this.low; + }; + /** Gets the low 32 bits as an unsigned integer. */ + Long.prototype.getLowBitsUnsigned = function () { + return this.low >>> 0; + }; + /** Gets the number of bits needed to represent the absolute value of this Long. */ + Long.prototype.getNumBitsAbs = function () { + if (this.isNegative()) { + // Unsigned Longs are never negative + return this.eq(Long.MIN_VALUE) ? 64 : this.neg().getNumBitsAbs(); + } + var val = this.high !== 0 ? this.high : this.low; + var bit; + for (bit = 31; bit > 0; bit--) + if ((val & (1 << bit)) !== 0) + break; + return this.high !== 0 ? bit + 33 : bit + 1; + }; + /** Tests if this Long's value is greater than the specified's. */ + Long.prototype.greaterThan = function (other) { + return this.comp(other) > 0; + }; + /** This is an alias of {@link Long.greaterThan} */ + Long.prototype.gt = function (other) { + return this.greaterThan(other); + }; + /** Tests if this Long's value is greater than or equal the specified's. */ + Long.prototype.greaterThanOrEqual = function (other) { + return this.comp(other) >= 0; + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.gte = function (other) { + return this.greaterThanOrEqual(other); + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.ge = function (other) { + return this.greaterThanOrEqual(other); + }; + /** Tests if this Long's value is even. */ + Long.prototype.isEven = function () { + return (this.low & 1) === 0; + }; + /** Tests if this Long's value is negative. */ + Long.prototype.isNegative = function () { + return !this.unsigned && this.high < 0; + }; + /** Tests if this Long's value is odd. */ + Long.prototype.isOdd = function () { + return (this.low & 1) === 1; + }; + /** Tests if this Long's value is positive. */ + Long.prototype.isPositive = function () { + return this.unsigned || this.high >= 0; + }; + /** Tests if this Long's value equals zero. */ + Long.prototype.isZero = function () { + return this.high === 0 && this.low === 0; + }; + /** Tests if this Long's value is less than the specified's. */ + Long.prototype.lessThan = function (other) { + return this.comp(other) < 0; + }; + /** This is an alias of {@link Long#lessThan}. */ + Long.prototype.lt = function (other) { + return this.lessThan(other); + }; + /** Tests if this Long's value is less than or equal the specified's. */ + Long.prototype.lessThanOrEqual = function (other) { + return this.comp(other) <= 0; + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.lte = function (other) { + return this.lessThanOrEqual(other); + }; + /** Returns this Long modulo the specified. */ + Long.prototype.modulo = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + // use wasm support if present + if (wasm) { + var low = (this.unsigned ? wasm.rem_u : wasm.rem_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + return this.sub(this.div(divisor).mul(divisor)); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.mod = function (divisor) { + return this.modulo(divisor); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.rem = function (divisor) { + return this.modulo(divisor); + }; + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + Long.prototype.multiply = function (multiplier) { + if (this.isZero()) + return Long.ZERO; + if (!Long.isLong(multiplier)) + multiplier = Long.fromValue(multiplier); + // use wasm support if present + if (wasm) { + var low = wasm.mul(this.low, this.high, multiplier.low, multiplier.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (multiplier.isZero()) + return Long.ZERO; + if (this.eq(Long.MIN_VALUE)) + return multiplier.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (multiplier.eq(Long.MIN_VALUE)) + return this.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (this.isNegative()) { + if (multiplier.isNegative()) + return this.neg().mul(multiplier.neg()); + else + return this.neg().mul(multiplier).neg(); + } + else if (multiplier.isNegative()) + return this.mul(multiplier.neg()).neg(); + // If both longs are small, use float multiplication + if (this.lt(Long.TWO_PWR_24) && multiplier.lt(Long.TWO_PWR_24)) + return Long.fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned); + // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products. + // We can skip products that would overflow. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = multiplier.high >>> 16; + var b32 = multiplier.high & 0xffff; + var b16 = multiplier.low >>> 16; + var b00 = multiplier.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 * b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 * b00; + c32 += c16 >>> 16; + c16 &= 0xffff; + c16 += a00 * b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 * b00; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a16 * b16; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a00 * b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** This is an alias of {@link Long.multiply} */ + Long.prototype.mul = function (multiplier) { + return this.multiply(multiplier); + }; + /** Returns the Negation of this Long's value. */ + Long.prototype.negate = function () { + if (!this.unsigned && this.eq(Long.MIN_VALUE)) + return Long.MIN_VALUE; + return this.not().add(Long.ONE); + }; + /** This is an alias of {@link Long.negate} */ + Long.prototype.neg = function () { + return this.negate(); + }; + /** Returns the bitwise NOT of this Long. */ + Long.prototype.not = function () { + return Long.fromBits(~this.low, ~this.high, this.unsigned); + }; + /** Tests if this Long's value differs from the specified's. */ + Long.prototype.notEquals = function (other) { + return !this.equals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.neq = function (other) { + return this.notEquals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.ne = function (other) { + return this.notEquals(other); + }; + /** + * Returns the bitwise OR of this Long and the specified. + */ + Long.prototype.or = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low | other.low, this.high | other.high, this.unsigned); + }; + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftLeft = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits(this.low << numBits, (this.high << numBits) | (this.low >>> (32 - numBits)), this.unsigned); + else + return Long.fromBits(0, this.low << (numBits - 32), this.unsigned); + }; + /** This is an alias of {@link Long.shiftLeft} */ + Long.prototype.shl = function (numBits) { + return this.shiftLeft(numBits); + }; + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRight = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits((this.low >>> numBits) | (this.high << (32 - numBits)), this.high >> numBits, this.unsigned); + else + return Long.fromBits(this.high >> (numBits - 32), this.high >= 0 ? 0 : -1, this.unsigned); + }; + /** This is an alias of {@link Long.shiftRight} */ + Long.prototype.shr = function (numBits) { + return this.shiftRight(numBits); + }; + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRightUnsigned = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + numBits &= 63; + if (numBits === 0) + return this; + else { + var high = this.high; + if (numBits < 32) { + var low = this.low; + return Long.fromBits((low >>> numBits) | (high << (32 - numBits)), high >>> numBits, this.unsigned); + } + else if (numBits === 32) + return Long.fromBits(high, 0, this.unsigned); + else + return Long.fromBits(high >>> (numBits - 32), 0, this.unsigned); + } + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shr_u = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shru = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + Long.prototype.subtract = function (subtrahend) { + if (!Long.isLong(subtrahend)) + subtrahend = Long.fromValue(subtrahend); + return this.add(subtrahend.neg()); + }; + /** This is an alias of {@link Long.subtract} */ + Long.prototype.sub = function (subtrahend) { + return this.subtract(subtrahend); + }; + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + Long.prototype.toInt = function () { + return this.unsigned ? this.low >>> 0 : this.low; + }; + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + Long.prototype.toNumber = function () { + if (this.unsigned) + return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0); + return this.high * TWO_PWR_32_DBL + (this.low >>> 0); + }; + /** Converts the Long to a BigInt (arbitrary precision). */ + Long.prototype.toBigInt = function () { + return BigInt(this.toString()); + }; + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + Long.prototype.toBytes = function (le) { + return le ? this.toBytesLE() : this.toBytesBE(); + }; + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + Long.prototype.toBytesLE = function () { + var hi = this.high, lo = this.low; + return [ + lo & 0xff, + (lo >>> 8) & 0xff, + (lo >>> 16) & 0xff, + lo >>> 24, + hi & 0xff, + (hi >>> 8) & 0xff, + (hi >>> 16) & 0xff, + hi >>> 24 + ]; + }; + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + Long.prototype.toBytesBE = function () { + var hi = this.high, lo = this.low; + return [ + hi >>> 24, + (hi >>> 16) & 0xff, + (hi >>> 8) & 0xff, + hi & 0xff, + lo >>> 24, + (lo >>> 16) & 0xff, + (lo >>> 8) & 0xff, + lo & 0xff + ]; + }; + /** + * Converts this Long to signed. + */ + Long.prototype.toSigned = function () { + if (!this.unsigned) + return this; + return Long.fromBits(this.low, this.high, false); + }; + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + Long.prototype.toString = function (radix) { + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + if (this.isZero()) + return '0'; + if (this.isNegative()) { + // Unsigned Longs are never negative + if (this.eq(Long.MIN_VALUE)) { + // We need to change the Long value before it can be negated, so we remove + // the bottom-most digit in this base and then recurse to do the rest. + var radixLong = Long.fromNumber(radix), div = this.div(radixLong), rem1 = div.mul(radixLong).sub(this); + return div.toString(radix) + rem1.toInt().toString(radix); + } + else + return '-' + this.neg().toString(radix); + } + // Do several (6) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 6), this.unsigned); + // eslint-disable-next-line @typescript-eslint/no-this-alias + var rem = this; + var result = ''; + // eslint-disable-next-line no-constant-condition + while (true) { + var remDiv = rem.div(radixToPower); + var intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0; + var digits = intval.toString(radix); + rem = remDiv; + if (rem.isZero()) { + return digits + result; + } + else { + while (digits.length < 6) + digits = '0' + digits; + result = '' + digits + result; + } + } + }; + /** Converts this Long to unsigned. */ + Long.prototype.toUnsigned = function () { + if (this.unsigned) + return this; + return Long.fromBits(this.low, this.high, true); + }; + /** Returns the bitwise XOR of this Long and the given one. */ + Long.prototype.xor = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned); + }; + /** This is an alias of {@link Long.isZero} */ + Long.prototype.eqz = function () { + return this.isZero(); + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.le = function (other) { + return this.lessThanOrEqual(other); + }; + /* + **************************************************************** + * BSON SPECIFIC ADDITIONS * + **************************************************************** + */ + Long.prototype.toExtendedJSON = function (options) { + if (options && options.relaxed) + return this.toNumber(); + return { $numberLong: this.toString() }; + }; + Long.fromExtendedJSON = function (doc, options) { + var result = Long.fromString(doc.$numberLong); + return options && options.relaxed ? result.toNumber() : result; + }; + /** @internal */ + Long.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Long.prototype.inspect = function () { + return "new Long(\"".concat(this.toString(), "\"").concat(this.unsigned ? ', true' : '', ")"); + }; + Long.TWO_PWR_24 = Long.fromInt(TWO_PWR_24_DBL); + /** Maximum unsigned value. */ + Long.MAX_UNSIGNED_VALUE = Long.fromBits(0xffffffff | 0, 0xffffffff | 0, true); + /** Signed zero */ + Long.ZERO = Long.fromInt(0); + /** Unsigned zero. */ + Long.UZERO = Long.fromInt(0, true); + /** Signed one. */ + Long.ONE = Long.fromInt(1); + /** Unsigned one. */ + Long.UONE = Long.fromInt(1, true); + /** Signed negative one. */ + Long.NEG_ONE = Long.fromInt(-1); + /** Maximum signed value. */ + Long.MAX_VALUE = Long.fromBits(0xffffffff | 0, 0x7fffffff | 0, false); + /** Minimum signed value. */ + Long.MIN_VALUE = Long.fromBits(0, 0x80000000 | 0, false); + return Long; + }()); + Object.defineProperty(Long.prototype, '__isLong__', { value: true }); + Object.defineProperty(Long.prototype, '_bsontype', { value: 'Long' }); + + var PARSE_STRING_REGEXP = /^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/; + var PARSE_INF_REGEXP = /^(\+|-)?(Infinity|inf)$/i; + var PARSE_NAN_REGEXP = /^(\+|-)?NaN$/i; + var EXPONENT_MAX = 6111; + var EXPONENT_MIN = -6176; + var EXPONENT_BIAS = 6176; + var MAX_DIGITS = 34; + // Nan value bits as 32 bit values (due to lack of longs) + var NAN_BUFFER = [ + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + ].reverse(); + // Infinity value bits 32 bit values (due to lack of longs) + var INF_NEGATIVE_BUFFER = [ + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + ].reverse(); + var INF_POSITIVE_BUFFER = [ + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + ].reverse(); + var EXPONENT_REGEX = /^([-+])?(\d+)?$/; + // Extract least significant 5 bits + var COMBINATION_MASK = 0x1f; + // Extract least significant 14 bits + var EXPONENT_MASK = 0x3fff; + // Value of combination field for Inf + var COMBINATION_INFINITY = 30; + // Value of combination field for NaN + var COMBINATION_NAN = 31; + // Detect if the value is a digit + function isDigit(value) { + return !isNaN(parseInt(value, 10)); + } + // Divide two uint128 values + function divideu128(value) { + var DIVISOR = Long.fromNumber(1000 * 1000 * 1000); + var _rem = Long.fromNumber(0); + if (!value.parts[0] && !value.parts[1] && !value.parts[2] && !value.parts[3]) { + return { quotient: value, rem: _rem }; + } + for (var i = 0; i <= 3; i++) { + // Adjust remainder to match value of next dividend + _rem = _rem.shiftLeft(32); + // Add the divided to _rem + _rem = _rem.add(new Long(value.parts[i], 0)); + value.parts[i] = _rem.div(DIVISOR).low; + _rem = _rem.modulo(DIVISOR); + } + return { quotient: value, rem: _rem }; + } + // Multiply two Long values and return the 128 bit value + function multiply64x2(left, right) { + if (!left && !right) { + return { high: Long.fromNumber(0), low: Long.fromNumber(0) }; + } + var leftHigh = left.shiftRightUnsigned(32); + var leftLow = new Long(left.getLowBits(), 0); + var rightHigh = right.shiftRightUnsigned(32); + var rightLow = new Long(right.getLowBits(), 0); + var productHigh = leftHigh.multiply(rightHigh); + var productMid = leftHigh.multiply(rightLow); + var productMid2 = leftLow.multiply(rightHigh); + var productLow = leftLow.multiply(rightLow); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productMid = new Long(productMid.getLowBits(), 0) + .add(productMid2) + .add(productLow.shiftRightUnsigned(32)); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productLow = productMid.shiftLeft(32).add(new Long(productLow.getLowBits(), 0)); + // Return the 128 bit result + return { high: productHigh, low: productLow }; + } + function lessThan(left, right) { + // Make values unsigned + var uhleft = left.high >>> 0; + var uhright = right.high >>> 0; + // Compare high bits first + if (uhleft < uhright) { + return true; + } + else if (uhleft === uhright) { + var ulleft = left.low >>> 0; + var ulright = right.low >>> 0; + if (ulleft < ulright) + return true; + } + return false; + } + function invalidErr(string, message) { + throw new BSONTypeError("\"".concat(string, "\" is not a valid Decimal128 string - ").concat(message)); + } + /** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ + var Decimal128 = /** @class */ (function () { + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + function Decimal128(bytes) { + if (!(this instanceof Decimal128)) + return new Decimal128(bytes); + if (typeof bytes === 'string') { + this.bytes = Decimal128.fromString(bytes).bytes; + } + else if (isUint8Array(bytes)) { + if (bytes.byteLength !== 16) { + throw new BSONTypeError('Decimal128 must take a Buffer of 16 bytes'); + } + this.bytes = bytes; + } + else { + throw new BSONTypeError('Decimal128 must take a Buffer or string'); + } + } + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + Decimal128.fromString = function (representation) { + // Parse state tracking + var isNegative = false; + var sawRadix = false; + var foundNonZero = false; + // Total number of significant digits (no leading or trailing zero) + var significantDigits = 0; + // Total number of significand digits read + var nDigitsRead = 0; + // Total number of digits (no leading zeros) + var nDigits = 0; + // The number of the digits after radix + var radixPosition = 0; + // The index of the first non-zero in *str* + var firstNonZero = 0; + // Digits Array + var digits = [0]; + // The number of digits in digits + var nDigitsStored = 0; + // Insertion pointer for digits + var digitsInsert = 0; + // The index of the first non-zero digit + var firstDigit = 0; + // The index of the last digit + var lastDigit = 0; + // Exponent + var exponent = 0; + // loop index over array + var i = 0; + // The high 17 digits of the significand + var significandHigh = new Long(0, 0); + // The low 17 digits of the significand + var significandLow = new Long(0, 0); + // The biased exponent + var biasedExponent = 0; + // Read index + var index = 0; + // Naively prevent against REDOS attacks. + // TODO: implementing a custom parsing for this, or refactoring the regex would yield + // further gains. + if (representation.length >= 7000) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + // Results + var stringMatch = representation.match(PARSE_STRING_REGEXP); + var infMatch = representation.match(PARSE_INF_REGEXP); + var nanMatch = representation.match(PARSE_NAN_REGEXP); + // Validate the string + if ((!stringMatch && !infMatch && !nanMatch) || representation.length === 0) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + if (stringMatch) { + // full_match = stringMatch[0] + // sign = stringMatch[1] + var unsignedNumber = stringMatch[2]; + // stringMatch[3] is undefined if a whole number (ex "1", 12") + // but defined if a number w/ decimal in it (ex "1.0, 12.2") + var e = stringMatch[4]; + var expSign = stringMatch[5]; + var expNumber = stringMatch[6]; + // they provided e, but didn't give an exponent number. for ex "1e" + if (e && expNumber === undefined) + invalidErr(representation, 'missing exponent power'); + // they provided e, but didn't give a number before it. for ex "e1" + if (e && unsignedNumber === undefined) + invalidErr(representation, 'missing exponent base'); + if (e === undefined && (expSign || expNumber)) { + invalidErr(representation, 'missing e before exponent'); + } + } + // Get the negative or positive sign + if (representation[index] === '+' || representation[index] === '-') { + isNegative = representation[index++] === '-'; + } + // Check if user passed Infinity or NaN + if (!isDigit(representation[index]) && representation[index] !== '.') { + if (representation[index] === 'i' || representation[index] === 'I') { + return new Decimal128(buffer_1.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + else if (representation[index] === 'N') { + return new Decimal128(buffer_1.from(NAN_BUFFER)); + } + } + // Read all the digits + while (isDigit(representation[index]) || representation[index] === '.') { + if (representation[index] === '.') { + if (sawRadix) + invalidErr(representation, 'contains multiple periods'); + sawRadix = true; + index = index + 1; + continue; + } + if (nDigitsStored < 34) { + if (representation[index] !== '0' || foundNonZero) { + if (!foundNonZero) { + firstNonZero = nDigitsRead; + } + foundNonZero = true; + // Only store 34 digits + digits[digitsInsert++] = parseInt(representation[index], 10); + nDigitsStored = nDigitsStored + 1; + } + } + if (foundNonZero) + nDigits = nDigits + 1; + if (sawRadix) + radixPosition = radixPosition + 1; + nDigitsRead = nDigitsRead + 1; + index = index + 1; + } + if (sawRadix && !nDigitsRead) + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + // Read exponent if exists + if (representation[index] === 'e' || representation[index] === 'E') { + // Read exponent digits + var match = representation.substr(++index).match(EXPONENT_REGEX); + // No digits read + if (!match || !match[2]) + return new Decimal128(buffer_1.from(NAN_BUFFER)); + // Get exponent + exponent = parseInt(match[0], 10); + // Adjust the index + index = index + match[0].length; + } + // Return not a number + if (representation[index]) + return new Decimal128(buffer_1.from(NAN_BUFFER)); + // Done reading input + // Find first non-zero digit in digits + firstDigit = 0; + if (!nDigitsStored) { + firstDigit = 0; + lastDigit = 0; + digits[0] = 0; + nDigits = 1; + nDigitsStored = 1; + significantDigits = 0; + } + else { + lastDigit = nDigitsStored - 1; + significantDigits = nDigits; + if (significantDigits !== 1) { + while (digits[firstNonZero + significantDigits - 1] === 0) { + significantDigits = significantDigits - 1; + } + } + } + // Normalization of exponent + // Correct exponent based on radix position, and shift significand as needed + // to represent user input + // Overflow prevention + if (exponent <= radixPosition && radixPosition - exponent > 1 << 14) { + exponent = EXPONENT_MIN; + } + else { + exponent = exponent - radixPosition; + } + // Attempt to normalize the exponent + while (exponent > EXPONENT_MAX) { + // Shift exponent to significand and decrease + lastDigit = lastDigit + 1; + if (lastDigit - firstDigit > MAX_DIGITS) { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + exponent = exponent - 1; + } + while (exponent < EXPONENT_MIN || nDigitsStored < nDigits) { + // Shift last digit. can only do this if < significant digits than # stored. + if (lastDigit === 0 && significantDigits < nDigitsStored) { + exponent = EXPONENT_MIN; + significantDigits = 0; + break; + } + if (nDigitsStored < nDigits) { + // adjust to match digits not stored + nDigits = nDigits - 1; + } + else { + // adjust to round + lastDigit = lastDigit - 1; + } + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + } + else { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + } + // Round + // We've normalized the exponent, but might still need to round. + if (lastDigit - firstDigit + 1 < significantDigits) { + var endOfString = nDigitsRead; + // If we have seen a radix point, 'string' is 1 longer than we have + // documented with ndigits_read, so inc the position of the first nonzero + // digit and the position that digits are read to. + if (sawRadix) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + // if negative, we need to increment again to account for - sign at start. + if (isNegative) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + var roundDigit = parseInt(representation[firstNonZero + lastDigit + 1], 10); + var roundBit = 0; + if (roundDigit >= 5) { + roundBit = 1; + if (roundDigit === 5) { + roundBit = digits[lastDigit] % 2 === 1 ? 1 : 0; + for (i = firstNonZero + lastDigit + 2; i < endOfString; i++) { + if (parseInt(representation[i], 10)) { + roundBit = 1; + break; + } + } + } + } + if (roundBit) { + var dIdx = lastDigit; + for (; dIdx >= 0; dIdx--) { + if (++digits[dIdx] > 9) { + digits[dIdx] = 0; + // overflowed most significant digit + if (dIdx === 0) { + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + digits[dIdx] = 1; + } + else { + return new Decimal128(buffer_1.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + } + } + } + } + } + // Encode significand + // The high 17 digits of the significand + significandHigh = Long.fromNumber(0); + // The low 17 digits of the significand + significandLow = Long.fromNumber(0); + // read a zero + if (significantDigits === 0) { + significandHigh = Long.fromNumber(0); + significandLow = Long.fromNumber(0); + } + else if (lastDigit - firstDigit < 17) { + var dIdx = firstDigit; + significandLow = Long.fromNumber(digits[dIdx++]); + significandHigh = new Long(0, 0); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + else { + var dIdx = firstDigit; + significandHigh = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit - 17; dIdx++) { + significandHigh = significandHigh.multiply(Long.fromNumber(10)); + significandHigh = significandHigh.add(Long.fromNumber(digits[dIdx])); + } + significandLow = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + var significand = multiply64x2(significandHigh, Long.fromString('100000000000000000')); + significand.low = significand.low.add(significandLow); + if (lessThan(significand.low, significandLow)) { + significand.high = significand.high.add(Long.fromNumber(1)); + } + // Biased exponent + biasedExponent = exponent + EXPONENT_BIAS; + var dec = { low: Long.fromNumber(0), high: Long.fromNumber(0) }; + // Encode combination, exponent, and significand. + if (significand.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1))) { + // Encode '11' into bits 1 to 3 + dec.high = dec.high.or(Long.fromNumber(0x3).shiftLeft(61)); + dec.high = dec.high.or(Long.fromNumber(biasedExponent).and(Long.fromNumber(0x3fff).shiftLeft(47))); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x7fffffffffff))); + } + else { + dec.high = dec.high.or(Long.fromNumber(biasedExponent & 0x3fff).shiftLeft(49)); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x1ffffffffffff))); + } + dec.low = significand.low; + // Encode sign + if (isNegative) { + dec.high = dec.high.or(Long.fromString('9223372036854775808')); + } + // Encode into a buffer + var buffer = buffer_1.alloc(16); + index = 0; + // Encode the low 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.low.low & 0xff; + buffer[index++] = (dec.low.low >> 8) & 0xff; + buffer[index++] = (dec.low.low >> 16) & 0xff; + buffer[index++] = (dec.low.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.low.high & 0xff; + buffer[index++] = (dec.low.high >> 8) & 0xff; + buffer[index++] = (dec.low.high >> 16) & 0xff; + buffer[index++] = (dec.low.high >> 24) & 0xff; + // Encode the high 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.high.low & 0xff; + buffer[index++] = (dec.high.low >> 8) & 0xff; + buffer[index++] = (dec.high.low >> 16) & 0xff; + buffer[index++] = (dec.high.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.high.high & 0xff; + buffer[index++] = (dec.high.high >> 8) & 0xff; + buffer[index++] = (dec.high.high >> 16) & 0xff; + buffer[index++] = (dec.high.high >> 24) & 0xff; + // Return the new Decimal128 + return new Decimal128(buffer); + }; + /** Create a string representation of the raw Decimal128 value */ + Decimal128.prototype.toString = function () { + // Note: bits in this routine are referred to starting at 0, + // from the sign bit, towards the coefficient. + // decoded biased exponent (14 bits) + var biased_exponent; + // the number of significand digits + var significand_digits = 0; + // the base-10 digits in the significand + var significand = new Array(36); + for (var i = 0; i < significand.length; i++) + significand[i] = 0; + // read pointer into significand + var index = 0; + // true if the number is zero + var is_zero = false; + // the most significant significand bits (50-46) + var significand_msb; + // temporary storage for significand decoding + var significand128 = { parts: [0, 0, 0, 0] }; + // indexing variables + var j, k; + // Output string + var string = []; + // Unpack index + index = 0; + // Buffer reference + var buffer = this.bytes; + // Unpack the low 64bits into a long + // bits 96 - 127 + var low = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 64 - 95 + var midl = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack the high 64bits into a long + // bits 32 - 63 + var midh = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 0 - 31 + var high = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack index + index = 0; + // Create the state of the decimal + var dec = { + low: new Long(low, midl), + high: new Long(midh, high) + }; + if (dec.high.lessThan(Long.ZERO)) { + string.push('-'); + } + // Decode combination field and exponent + // bits 1 - 5 + var combination = (high >> 26) & COMBINATION_MASK; + if (combination >> 3 === 3) { + // Check for 'special' values + if (combination === COMBINATION_INFINITY) { + return string.join('') + 'Infinity'; + } + else if (combination === COMBINATION_NAN) { + return 'NaN'; + } + else { + biased_exponent = (high >> 15) & EXPONENT_MASK; + significand_msb = 0x08 + ((high >> 14) & 0x01); + } + } + else { + significand_msb = (high >> 14) & 0x07; + biased_exponent = (high >> 17) & EXPONENT_MASK; + } + // unbiased exponent + var exponent = biased_exponent - EXPONENT_BIAS; + // Create string of significand digits + // Convert the 114-bit binary number represented by + // (significand_high, significand_low) to at most 34 decimal + // digits through modulo and division. + significand128.parts[0] = (high & 0x3fff) + ((significand_msb & 0xf) << 14); + significand128.parts[1] = midh; + significand128.parts[2] = midl; + significand128.parts[3] = low; + if (significand128.parts[0] === 0 && + significand128.parts[1] === 0 && + significand128.parts[2] === 0 && + significand128.parts[3] === 0) { + is_zero = true; + } + else { + for (k = 3; k >= 0; k--) { + var least_digits = 0; + // Perform the divide + var result = divideu128(significand128); + significand128 = result.quotient; + least_digits = result.rem.low; + // We now have the 9 least significant digits (in base 2). + // Convert and output to string. + if (!least_digits) + continue; + for (j = 8; j >= 0; j--) { + // significand[k * 9 + j] = Math.round(least_digits % 10); + significand[k * 9 + j] = least_digits % 10; + // least_digits = Math.round(least_digits / 10); + least_digits = Math.floor(least_digits / 10); + } + } + } + // Output format options: + // Scientific - [-]d.dddE(+/-)dd or [-]dE(+/-)dd + // Regular - ddd.ddd + if (is_zero) { + significand_digits = 1; + significand[index] = 0; + } + else { + significand_digits = 36; + while (!significand[index]) { + significand_digits = significand_digits - 1; + index = index + 1; + } + } + // the exponent if scientific notation is used + var scientific_exponent = significand_digits - 1 + exponent; + // The scientific exponent checks are dictated by the string conversion + // specification and are somewhat arbitrary cutoffs. + // + // We must check exponent > 0, because if this is the case, the number + // has trailing zeros. However, we *cannot* output these trailing zeros, + // because doing so would change the precision of the value, and would + // change stored data if the string converted number is round tripped. + if (scientific_exponent >= 34 || scientific_exponent <= -7 || exponent > 0) { + // Scientific format + // if there are too many significant digits, we should just be treating numbers + // as + or - 0 and using the non-scientific exponent (this is for the "invalid + // representation should be treated as 0/-0" spec cases in decimal128-1.json) + if (significand_digits > 34) { + string.push("".concat(0)); + if (exponent > 0) + string.push("E+".concat(exponent)); + else if (exponent < 0) + string.push("E".concat(exponent)); + return string.join(''); + } + string.push("".concat(significand[index++])); + significand_digits = significand_digits - 1; + if (significand_digits) { + string.push('.'); + } + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + // Exponent + string.push('E'); + if (scientific_exponent > 0) { + string.push("+".concat(scientific_exponent)); + } + else { + string.push("".concat(scientific_exponent)); + } + } + else { + // Regular format with no decimal place + if (exponent >= 0) { + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + } + else { + var radix_position = significand_digits + exponent; + // non-zero digits before radix + if (radix_position > 0) { + for (var i = 0; i < radix_position; i++) { + string.push("".concat(significand[index++])); + } + } + else { + string.push('0'); + } + string.push('.'); + // add leading zeros after radix + while (radix_position++ < 0) { + string.push('0'); + } + for (var i = 0; i < significand_digits - Math.max(radix_position - 1, 0); i++) { + string.push("".concat(significand[index++])); + } + } + } + return string.join(''); + }; + Decimal128.prototype.toJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.prototype.toExtendedJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.fromExtendedJSON = function (doc) { + return Decimal128.fromString(doc.$numberDecimal); + }; + /** @internal */ + Decimal128.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Decimal128.prototype.inspect = function () { + return "new Decimal128(\"".concat(this.toString(), "\")"); + }; + return Decimal128; + }()); + Object.defineProperty(Decimal128.prototype, '_bsontype', { value: 'Decimal128' }); + + /** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ + var Double = /** @class */ (function () { + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + function Double(value) { + if (!(this instanceof Double)) + return new Double(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value; + } + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + Double.prototype.valueOf = function () { + return this.value; + }; + Double.prototype.toJSON = function () { + return this.value; + }; + Double.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + /** @internal */ + Double.prototype.toExtendedJSON = function (options) { + if (options && (options.legacy || (options.relaxed && isFinite(this.value)))) { + return this.value; + } + if (Object.is(Math.sign(this.value), -0)) { + // NOTE: JavaScript has +0 and -0, apparently to model limit calculations. If a user + // explicitly provided `-0` then we need to ensure the sign makes it into the output + return { $numberDouble: '-0.0' }; + } + if (Number.isInteger(this.value)) { + return { $numberDouble: "".concat(this.value, ".0") }; + } + else { + return { $numberDouble: "".concat(this.value) }; + } + }; + /** @internal */ + Double.fromExtendedJSON = function (doc, options) { + var doubleValue = parseFloat(doc.$numberDouble); + return options && options.relaxed ? doubleValue : new Double(doubleValue); + }; + /** @internal */ + Double.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Double.prototype.inspect = function () { + var eJSON = this.toExtendedJSON(); + return "new Double(".concat(eJSON.$numberDouble, ")"); + }; + return Double; + }()); + Object.defineProperty(Double.prototype, '_bsontype', { value: 'Double' }); + + /** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ + var Int32 = /** @class */ (function () { + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + function Int32(value) { + if (!(this instanceof Int32)) + return new Int32(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value | 0; + } + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + Int32.prototype.valueOf = function () { + return this.value; + }; + Int32.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + Int32.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + Int32.prototype.toExtendedJSON = function (options) { + if (options && (options.relaxed || options.legacy)) + return this.value; + return { $numberInt: this.value.toString() }; + }; + /** @internal */ + Int32.fromExtendedJSON = function (doc, options) { + return options && options.relaxed ? parseInt(doc.$numberInt, 10) : new Int32(doc.$numberInt); + }; + /** @internal */ + Int32.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Int32.prototype.inspect = function () { + return "new Int32(".concat(this.valueOf(), ")"); + }; + return Int32; + }()); + Object.defineProperty(Int32.prototype, '_bsontype', { value: 'Int32' }); + + /** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ + var MaxKey = /** @class */ (function () { + function MaxKey() { + if (!(this instanceof MaxKey)) + return new MaxKey(); + } + /** @internal */ + MaxKey.prototype.toExtendedJSON = function () { + return { $maxKey: 1 }; + }; + /** @internal */ + MaxKey.fromExtendedJSON = function () { + return new MaxKey(); + }; + /** @internal */ + MaxKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MaxKey.prototype.inspect = function () { + return 'new MaxKey()'; + }; + return MaxKey; + }()); + Object.defineProperty(MaxKey.prototype, '_bsontype', { value: 'MaxKey' }); + + /** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ + var MinKey = /** @class */ (function () { + function MinKey() { + if (!(this instanceof MinKey)) + return new MinKey(); + } + /** @internal */ + MinKey.prototype.toExtendedJSON = function () { + return { $minKey: 1 }; + }; + /** @internal */ + MinKey.fromExtendedJSON = function () { + return new MinKey(); + }; + /** @internal */ + MinKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MinKey.prototype.inspect = function () { + return 'new MinKey()'; + }; + return MinKey; + }()); + Object.defineProperty(MinKey.prototype, '_bsontype', { value: 'MinKey' }); + + // Regular expression that checks for hex value + var checkForHexRegExp = new RegExp('^[0-9a-fA-F]{24}$'); + // Unique sequence for the current process (initialized on first use) + var PROCESS_UNIQUE = null; + var kId = Symbol('id'); + /** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ + var ObjectId = /** @class */ (function () { + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + function ObjectId(inputId) { + if (!(this instanceof ObjectId)) + return new ObjectId(inputId); + // workingId is set based on type of input and whether valid id exists for the input + var workingId; + if (typeof inputId === 'object' && inputId && 'id' in inputId) { + if (typeof inputId.id !== 'string' && !ArrayBuffer.isView(inputId.id)) { + throw new BSONTypeError('Argument passed in must have an id that is of type string or Buffer'); + } + if ('toHexString' in inputId && typeof inputId.toHexString === 'function') { + workingId = buffer_1.from(inputId.toHexString(), 'hex'); + } + else { + workingId = inputId.id; + } + } + else { + workingId = inputId; + } + // the following cases use workingId to construct an ObjectId + if (workingId == null || typeof workingId === 'number') { + // The most common use case (blank id, new objectId instance) + // Generate a new id + this[kId] = ObjectId.generate(typeof workingId === 'number' ? workingId : undefined); + } + else if (ArrayBuffer.isView(workingId) && workingId.byteLength === 12) { + // If intstanceof matches we can escape calling ensure buffer in Node.js environments + this[kId] = workingId instanceof buffer_1 ? workingId : ensureBuffer(workingId); + } + else if (typeof workingId === 'string') { + if (workingId.length === 12) { + var bytes = buffer_1.from(workingId); + if (bytes.byteLength === 12) { + this[kId] = bytes; + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes'); + } + } + else if (workingId.length === 24 && checkForHexRegExp.test(workingId)) { + this[kId] = buffer_1.from(workingId, 'hex'); + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer'); + } + } + else { + throw new BSONTypeError('Argument passed in does not match the accepted types'); + } + // If we are caching the hex string + if (ObjectId.cacheHexString) { + this.__id = this.id.toString('hex'); + } + } + Object.defineProperty(ObjectId.prototype, "id", { + /** + * The ObjectId bytes + * @readonly + */ + get: function () { + return this[kId]; + }, + set: function (value) { + this[kId] = value; + if (ObjectId.cacheHexString) { + this.__id = value.toString('hex'); + } + }, + enumerable: false, + configurable: true + }); + Object.defineProperty(ObjectId.prototype, "generationTime", { + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get: function () { + return this.id.readInt32BE(0); + }, + set: function (value) { + // Encode time into first 4 bytes + this.id.writeUInt32BE(value, 0); + }, + enumerable: false, + configurable: true + }); + /** Returns the ObjectId id as a 24 character hex string representation */ + ObjectId.prototype.toHexString = function () { + if (ObjectId.cacheHexString && this.__id) { + return this.__id; + } + var hexString = this.id.toString('hex'); + if (ObjectId.cacheHexString && !this.__id) { + this.__id = hexString; + } + return hexString; + }; + /** + * Update the ObjectId index + * @privateRemarks + * Used in generating new ObjectId's on the driver + * @internal + */ + ObjectId.getInc = function () { + return (ObjectId.index = (ObjectId.index + 1) % 0xffffff); + }; + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + ObjectId.generate = function (time) { + if ('number' !== typeof time) { + time = Math.floor(Date.now() / 1000); + } + var inc = ObjectId.getInc(); + var buffer = buffer_1.alloc(12); + // 4-byte timestamp + buffer.writeUInt32BE(time, 0); + // set PROCESS_UNIQUE if yet not initialized + if (PROCESS_UNIQUE === null) { + PROCESS_UNIQUE = randomBytes(5); + } + // 5-byte process unique + buffer[4] = PROCESS_UNIQUE[0]; + buffer[5] = PROCESS_UNIQUE[1]; + buffer[6] = PROCESS_UNIQUE[2]; + buffer[7] = PROCESS_UNIQUE[3]; + buffer[8] = PROCESS_UNIQUE[4]; + // 3-byte counter + buffer[11] = inc & 0xff; + buffer[10] = (inc >> 8) & 0xff; + buffer[9] = (inc >> 16) & 0xff; + return buffer; + }; + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + ObjectId.prototype.toString = function (format) { + // Is the id a buffer then use the buffer toString method to return the format + if (format) + return this.id.toString(format); + return this.toHexString(); + }; + /** Converts to its JSON the 24 character hex string representation. */ + ObjectId.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + ObjectId.prototype.equals = function (otherId) { + if (otherId === undefined || otherId === null) { + return false; + } + if (otherId instanceof ObjectId) { + return this[kId][11] === otherId[kId][11] && this[kId].equals(otherId[kId]); + } + if (typeof otherId === 'string' && + ObjectId.isValid(otherId) && + otherId.length === 12 && + isUint8Array(this.id)) { + return otherId === buffer_1.prototype.toString.call(this.id, 'latin1'); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 24) { + return otherId.toLowerCase() === this.toHexString(); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 12) { + return buffer_1.from(otherId).equals(this.id); + } + if (typeof otherId === 'object' && + 'toHexString' in otherId && + typeof otherId.toHexString === 'function') { + var otherIdString = otherId.toHexString(); + var thisIdString = this.toHexString().toLowerCase(); + return typeof otherIdString === 'string' && otherIdString.toLowerCase() === thisIdString; + } + return false; + }; + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + ObjectId.prototype.getTimestamp = function () { + var timestamp = new Date(); + var time = this.id.readUInt32BE(0); + timestamp.setTime(Math.floor(time) * 1000); + return timestamp; + }; + /** @internal */ + ObjectId.createPk = function () { + return new ObjectId(); + }; + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + ObjectId.createFromTime = function (time) { + var buffer = buffer_1.from([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + // Encode time into first 4 bytes + buffer.writeUInt32BE(time, 0); + // Return the new objectId + return new ObjectId(buffer); + }; + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + ObjectId.createFromHexString = function (hexString) { + // Throw an error if it's not a valid setup + if (typeof hexString === 'undefined' || (hexString != null && hexString.length !== 24)) { + throw new BSONTypeError('Argument passed in must be a single String of 12 bytes or a string of 24 hex characters'); + } + return new ObjectId(buffer_1.from(hexString, 'hex')); + }; + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + ObjectId.isValid = function (id) { + if (id == null) + return false; + try { + new ObjectId(id); + return true; + } + catch (_a) { + return false; + } + }; + /** @internal */ + ObjectId.prototype.toExtendedJSON = function () { + if (this.toHexString) + return { $oid: this.toHexString() }; + return { $oid: this.toString('hex') }; + }; + /** @internal */ + ObjectId.fromExtendedJSON = function (doc) { + return new ObjectId(doc.$oid); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 24 character hex string representation. + * @internal + */ + ObjectId.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + ObjectId.prototype.inspect = function () { + return "new ObjectId(\"".concat(this.toHexString(), "\")"); + }; + /** @internal */ + ObjectId.index = Math.floor(Math.random() * 0xffffff); + return ObjectId; + }()); + // Deprecated methods + Object.defineProperty(ObjectId.prototype, 'generate', { + value: deprecate(function (time) { return ObjectId.generate(time); }, 'Please use the static `ObjectId.generate(time)` instead') + }); + Object.defineProperty(ObjectId.prototype, 'getInc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') + }); + Object.defineProperty(ObjectId.prototype, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') + }); + Object.defineProperty(ObjectId, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') + }); + Object.defineProperty(ObjectId.prototype, '_bsontype', { value: 'ObjectID' }); + + function alphabetize(str) { + return str.split('').sort().join(''); + } + /** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ + var BSONRegExp = /** @class */ (function () { + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + function BSONRegExp(pattern, options) { + if (!(this instanceof BSONRegExp)) + return new BSONRegExp(pattern, options); + this.pattern = pattern; + this.options = alphabetize(options !== null && options !== void 0 ? options : ''); + if (this.pattern.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern))); + } + if (this.options.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options))); + } + // Validate options + for (var i = 0; i < this.options.length; i++) { + if (!(this.options[i] === 'i' || + this.options[i] === 'm' || + this.options[i] === 'x' || + this.options[i] === 'l' || + this.options[i] === 's' || + this.options[i] === 'u')) { + throw new BSONError("The regular expression option [".concat(this.options[i], "] is not supported")); + } + } + } + BSONRegExp.parseOptions = function (options) { + return options ? options.split('').sort().join('') : ''; + }; + /** @internal */ + BSONRegExp.prototype.toExtendedJSON = function (options) { + options = options || {}; + if (options.legacy) { + return { $regex: this.pattern, $options: this.options }; + } + return { $regularExpression: { pattern: this.pattern, options: this.options } }; + }; + /** @internal */ + BSONRegExp.fromExtendedJSON = function (doc) { + if ('$regex' in doc) { + if (typeof doc.$regex !== 'string') { + // This is for $regex query operators that have extended json values. + if (doc.$regex._bsontype === 'BSONRegExp') { + return doc; + } + } + else { + return new BSONRegExp(doc.$regex, BSONRegExp.parseOptions(doc.$options)); + } + } + if ('$regularExpression' in doc) { + return new BSONRegExp(doc.$regularExpression.pattern, BSONRegExp.parseOptions(doc.$regularExpression.options)); + } + throw new BSONTypeError("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(doc))); + }; + return BSONRegExp; + }()); + Object.defineProperty(BSONRegExp.prototype, '_bsontype', { value: 'BSONRegExp' }); + + /** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ + var BSONSymbol = /** @class */ (function () { + /** + * @param value - the string representing the symbol. + */ + function BSONSymbol(value) { + if (!(this instanceof BSONSymbol)) + return new BSONSymbol(value); + this.value = value; + } + /** Access the wrapped string value. */ + BSONSymbol.prototype.valueOf = function () { + return this.value; + }; + BSONSymbol.prototype.toString = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.inspect = function () { + return "new BSONSymbol(\"".concat(this.value, "\")"); + }; + BSONSymbol.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.toExtendedJSON = function () { + return { $symbol: this.value }; + }; + /** @internal */ + BSONSymbol.fromExtendedJSON = function (doc) { + return new BSONSymbol(doc.$symbol); + }; + /** @internal */ + BSONSymbol.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + return BSONSymbol; + }()); + Object.defineProperty(BSONSymbol.prototype, '_bsontype', { value: 'Symbol' }); + + /** @public */ + var LongWithoutOverridesClass = Long; + /** + * @public + * @category BSONType + * */ + var Timestamp = /** @class */ (function (_super) { + __extends(Timestamp, _super); + function Timestamp(low, high) { + var _this = this; + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-expect-error + if (!(_this instanceof Timestamp)) + return new Timestamp(low, high); + if (Long.isLong(low)) { + _this = _super.call(this, low.low, low.high, true) || this; + } + else if (isObjectLike(low) && typeof low.t !== 'undefined' && typeof low.i !== 'undefined') { + _this = _super.call(this, low.i, low.t, true) || this; + } + else { + _this = _super.call(this, low, high, true) || this; + } + Object.defineProperty(_this, '_bsontype', { + value: 'Timestamp', + writable: false, + configurable: false, + enumerable: false + }); + return _this; + } + Timestamp.prototype.toJSON = function () { + return { + $timestamp: this.toString() + }; + }; + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + Timestamp.fromInt = function (value) { + return new Timestamp(Long.fromInt(value, true)); + }; + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + Timestamp.fromNumber = function (value) { + return new Timestamp(Long.fromNumber(value, true)); + }; + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + Timestamp.fromBits = function (lowBits, highBits) { + return new Timestamp(lowBits, highBits); + }; + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + Timestamp.fromString = function (str, optRadix) { + return new Timestamp(Long.fromString(str, true, optRadix)); + }; + /** @internal */ + Timestamp.prototype.toExtendedJSON = function () { + return { $timestamp: { t: this.high >>> 0, i: this.low >>> 0 } }; + }; + /** @internal */ + Timestamp.fromExtendedJSON = function (doc) { + return new Timestamp(doc.$timestamp); + }; + /** @internal */ + Timestamp.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Timestamp.prototype.inspect = function () { + return "new Timestamp({ t: ".concat(this.getHighBits(), ", i: ").concat(this.getLowBits(), " })"); + }; + Timestamp.MAX_VALUE = Long.MAX_UNSIGNED_VALUE; + return Timestamp; + }(LongWithoutOverridesClass)); + + function isBSONType(value) { + return (isObjectLike(value) && Reflect.has(value, '_bsontype') && typeof value._bsontype === 'string'); + } + // INT32 boundaries + var BSON_INT32_MAX = 0x7fffffff; + var BSON_INT32_MIN = -0x80000000; + // INT64 boundaries + // const BSON_INT64_MAX = 0x7fffffffffffffff; // TODO(NODE-4377): This number cannot be precisely represented in JS + var BSON_INT64_MAX = 0x8000000000000000; + var BSON_INT64_MIN = -0x8000000000000000; + // all the types where we don't need to do any special processing and can just pass the EJSON + //straight to type.fromExtendedJSON + var keysToCodecs = { + $oid: ObjectId, + $binary: Binary, + $uuid: Binary, + $symbol: BSONSymbol, + $numberInt: Int32, + $numberDecimal: Decimal128, + $numberDouble: Double, + $numberLong: Long, + $minKey: MinKey, + $maxKey: MaxKey, + $regex: BSONRegExp, + $regularExpression: BSONRegExp, + $timestamp: Timestamp + }; + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function deserializeValue(value, options) { + if (options === void 0) { options = {}; } + if (typeof value === 'number') { + if (options.relaxed || options.legacy) { + return value; + } + // if it's an integer, should interpret as smallest BSON integer + // that can represent it exactly. (if out of range, interpret as double.) + if (Math.floor(value) === value) { + if (value >= BSON_INT32_MIN && value <= BSON_INT32_MAX) + return new Int32(value); + if (value >= BSON_INT64_MIN && value <= BSON_INT64_MAX) + return Long.fromNumber(value); + } + // If the number is a non-integer or out of integer range, should interpret as BSON Double. + return new Double(value); + } + // from here on out we're looking for bson types, so bail if its not an object + if (value == null || typeof value !== 'object') + return value; + // upgrade deprecated undefined to null + if (value.$undefined) + return null; + var keys = Object.keys(value).filter(function (k) { return k.startsWith('$') && value[k] != null; }); + for (var i = 0; i < keys.length; i++) { + var c = keysToCodecs[keys[i]]; + if (c) + return c.fromExtendedJSON(value, options); + } + if (value.$date != null) { + var d = value.$date; + var date = new Date(); + if (options.legacy) { + if (typeof d === 'number') + date.setTime(d); + else if (typeof d === 'string') + date.setTime(Date.parse(d)); + } + else { + if (typeof d === 'string') + date.setTime(Date.parse(d)); + else if (Long.isLong(d)) + date.setTime(d.toNumber()); + else if (typeof d === 'number' && options.relaxed) + date.setTime(d); + } + return date; + } + if (value.$code != null) { + var copy = Object.assign({}, value); + if (value.$scope) { + copy.$scope = deserializeValue(value.$scope); + } + return Code.fromExtendedJSON(value); + } + if (isDBRefLike(value) || value.$dbPointer) { + var v = value.$ref ? value : value.$dbPointer; + // we run into this in a "degenerate EJSON" case (with $id and $ref order flipped) + // because of the order JSON.parse goes through the document + if (v instanceof DBRef) + return v; + var dollarKeys = Object.keys(v).filter(function (k) { return k.startsWith('$'); }); + var valid_1 = true; + dollarKeys.forEach(function (k) { + if (['$ref', '$id', '$db'].indexOf(k) === -1) + valid_1 = false; + }); + // only make DBRef if $ keys are all valid + if (valid_1) + return DBRef.fromExtendedJSON(v); + } + return value; + } + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function serializeArray(array, options) { + return array.map(function (v, index) { + options.seenObjects.push({ propertyName: "index ".concat(index), obj: null }); + try { + return serializeValue(v, options); + } + finally { + options.seenObjects.pop(); + } + }); + } + function getISOString(date) { + var isoStr = date.toISOString(); + // we should only show milliseconds in timestamp if they're non-zero + return date.getUTCMilliseconds() !== 0 ? isoStr : isoStr.slice(0, -5) + 'Z'; + } + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function serializeValue(value, options) { + if ((typeof value === 'object' || typeof value === 'function') && value !== null) { + var index = options.seenObjects.findIndex(function (entry) { return entry.obj === value; }); + if (index !== -1) { + var props = options.seenObjects.map(function (entry) { return entry.propertyName; }); + var leadingPart = props + .slice(0, index) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var alreadySeen = props[index]; + var circularPart = ' -> ' + + props + .slice(index + 1, props.length - 1) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var current = props[props.length - 1]; + var leadingSpace = ' '.repeat(leadingPart.length + alreadySeen.length / 2); + var dashes = '-'.repeat(circularPart.length + (alreadySeen.length + current.length) / 2 - 1); + throw new BSONTypeError('Converting circular structure to EJSON:\n' + + " ".concat(leadingPart).concat(alreadySeen).concat(circularPart).concat(current, "\n") + + " ".concat(leadingSpace, "\\").concat(dashes, "/")); + } + options.seenObjects[options.seenObjects.length - 1].obj = value; + } + if (Array.isArray(value)) + return serializeArray(value, options); + if (value === undefined) + return null; + if (value instanceof Date || isDate(value)) { + var dateNum = value.getTime(), + // is it in year range 1970-9999? + inRange = dateNum > -1 && dateNum < 253402318800000; + if (options.legacy) { + return options.relaxed && inRange + ? { $date: value.getTime() } + : { $date: getISOString(value) }; + } + return options.relaxed && inRange + ? { $date: getISOString(value) } + : { $date: { $numberLong: value.getTime().toString() } }; + } + if (typeof value === 'number' && (!options.relaxed || !isFinite(value))) { + // it's an integer + if (Math.floor(value) === value) { + var int32Range = value >= BSON_INT32_MIN && value <= BSON_INT32_MAX, int64Range = value >= BSON_INT64_MIN && value <= BSON_INT64_MAX; + // interpret as being of the smallest BSON integer type that can represent the number exactly + if (int32Range) + return { $numberInt: value.toString() }; + if (int64Range) + return { $numberLong: value.toString() }; + } + return { $numberDouble: value.toString() }; + } + if (value instanceof RegExp || isRegExp(value)) { + var flags = value.flags; + if (flags === undefined) { + var match = value.toString().match(/[gimuy]*$/); + if (match) { + flags = match[0]; + } + } + var rx = new BSONRegExp(value.source, flags); + return rx.toExtendedJSON(options); + } + if (value != null && typeof value === 'object') + return serializeDocument(value, options); + return value; + } + var BSON_TYPE_MAPPINGS = { + Binary: function (o) { return new Binary(o.value(), o.sub_type); }, + Code: function (o) { return new Code(o.code, o.scope); }, + DBRef: function (o) { return new DBRef(o.collection || o.namespace, o.oid, o.db, o.fields); }, + Decimal128: function (o) { return new Decimal128(o.bytes); }, + Double: function (o) { return new Double(o.value); }, + Int32: function (o) { return new Int32(o.value); }, + Long: function (o) { + return Long.fromBits( + // underscore variants for 1.x backwards compatibility + o.low != null ? o.low : o.low_, o.low != null ? o.high : o.high_, o.low != null ? o.unsigned : o.unsigned_); + }, + MaxKey: function () { return new MaxKey(); }, + MinKey: function () { return new MinKey(); }, + ObjectID: function (o) { return new ObjectId(o); }, + ObjectId: function (o) { return new ObjectId(o); }, + BSONRegExp: function (o) { return new BSONRegExp(o.pattern, o.options); }, + Symbol: function (o) { return new BSONSymbol(o.value); }, + Timestamp: function (o) { return Timestamp.fromBits(o.low, o.high); } + }; + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function serializeDocument(doc, options) { + if (doc == null || typeof doc !== 'object') + throw new BSONError('not an object instance'); + var bsontype = doc._bsontype; + if (typeof bsontype === 'undefined') { + // It's a regular object. Recursively serialize its property values. + var _doc = {}; + for (var name in doc) { + options.seenObjects.push({ propertyName: name, obj: null }); + try { + var value = serializeValue(doc[name], options); + if (name === '__proto__') { + Object.defineProperty(_doc, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + _doc[name] = value; + } + } + finally { + options.seenObjects.pop(); + } + } + return _doc; + } + else if (isBSONType(doc)) { + // the "document" is really just a BSON type object + // eslint-disable-next-line @typescript-eslint/no-explicit-any + var outDoc = doc; + if (typeof outDoc.toExtendedJSON !== 'function') { + // There's no EJSON serialization function on the object. It's probably an + // object created by a previous version of this library (or another library) + // that's duck-typing objects to look like they were generated by this library). + // Copy the object into this library's version of that type. + var mapper = BSON_TYPE_MAPPINGS[doc._bsontype]; + if (!mapper) { + throw new BSONTypeError('Unrecognized or invalid _bsontype: ' + doc._bsontype); + } + outDoc = mapper(outDoc); + } + // Two BSON types may have nested objects that may need to be serialized too + if (bsontype === 'Code' && outDoc.scope) { + outDoc = new Code(outDoc.code, serializeValue(outDoc.scope, options)); + } + else if (bsontype === 'DBRef' && outDoc.oid) { + outDoc = new DBRef(serializeValue(outDoc.collection, options), serializeValue(outDoc.oid, options), serializeValue(outDoc.db, options), serializeValue(outDoc.fields, options)); + } + return outDoc.toExtendedJSON(options); + } + else { + throw new BSONError('_bsontype must be a string, but was: ' + typeof bsontype); + } + } + /** + * EJSON parse / stringify API + * @public + */ + // the namespace here is used to emulate `export * as EJSON from '...'` + // which as of now (sept 2020) api-extractor does not support + // eslint-disable-next-line @typescript-eslint/no-namespace + exports.EJSON = void 0; + (function (EJSON) { + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + function parse(text, options) { + var finalOptions = Object.assign({}, { relaxed: true, legacy: false }, options); + // relaxed implies not strict + if (typeof finalOptions.relaxed === 'boolean') + finalOptions.strict = !finalOptions.relaxed; + if (typeof finalOptions.strict === 'boolean') + finalOptions.relaxed = !finalOptions.strict; + return JSON.parse(text, function (key, value) { + if (key.indexOf('\x00') !== -1) { + throw new BSONError("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(key))); + } + return deserializeValue(value, finalOptions); + }); + } + EJSON.parse = parse; + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + function stringify(value, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + replacer, space, options) { + if (space != null && typeof space === 'object') { + options = space; + space = 0; + } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + options = replacer; + replacer = undefined; + space = 0; + } + var serializeOptions = Object.assign({ relaxed: true, legacy: false }, options, { + seenObjects: [{ propertyName: '(root)', obj: null }] + }); + var doc = serializeValue(value, serializeOptions); + return JSON.stringify(doc, replacer, space); + } + EJSON.stringify = stringify; + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + function serialize(value, options) { + options = options || {}; + return JSON.parse(stringify(value, options)); + } + EJSON.serialize = serialize; + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + function deserialize(ejson, options) { + options = options || {}; + return parse(JSON.stringify(ejson), options); + } + EJSON.deserialize = deserialize; + })(exports.EJSON || (exports.EJSON = {})); + + /* eslint-disable @typescript-eslint/no-explicit-any */ + /** @public */ + exports.Map = void 0; + var bsonGlobal = getGlobal(); + if (bsonGlobal.Map) { + exports.Map = bsonGlobal.Map; + } + else { + // We will return a polyfill + exports.Map = /** @class */ (function () { + function Map(array) { + if (array === void 0) { array = []; } + this._keys = []; + this._values = {}; + for (var i = 0; i < array.length; i++) { + if (array[i] == null) + continue; // skip null and undefined + var entry = array[i]; + var key = entry[0]; + var value = entry[1]; + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + } + } + Map.prototype.clear = function () { + this._keys = []; + this._values = {}; + }; + Map.prototype.delete = function (key) { + var value = this._values[key]; + if (value == null) + return false; + // Delete entry + delete this._values[key]; + // Remove the key from the ordered keys list + this._keys.splice(value.i, 1); + return true; + }; + Map.prototype.entries = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? [key, _this._values[key].v] : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.forEach = function (callback, self) { + self = self || this; + for (var i = 0; i < this._keys.length; i++) { + var key = this._keys[i]; + // Call the forEach callback + callback.call(self, this._values[key].v, key, self); + } + }; + Map.prototype.get = function (key) { + return this._values[key] ? this._values[key].v : undefined; + }; + Map.prototype.has = function (key) { + return this._values[key] != null; + }; + Map.prototype.keys = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? key : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.set = function (key, value) { + if (this._values[key]) { + this._values[key].v = value; + return this; + } + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + return this; + }; + Map.prototype.values = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? _this._values[key].v : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Object.defineProperty(Map.prototype, "size", { + get: function () { + return this._keys.length; + }, + enumerable: false, + configurable: true + }); + return Map; + }()); + } + + function calculateObjectSize$1(object, serializeFunctions, ignoreUndefined) { + var totalLength = 4 + 1; + if (Array.isArray(object)) { + for (var i = 0; i < object.length; i++) { + totalLength += calculateElement(i.toString(), object[i], serializeFunctions, true, ignoreUndefined); + } + } + else { + // If we have toBSON defined, override the current object + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + object = object.toBSON(); + } + // Calculate size + for (var key in object) { + totalLength += calculateElement(key, object[key], serializeFunctions, false, ignoreUndefined); + } + } + return totalLength; + } + /** @internal */ + function calculateElement(name, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + value, serializeFunctions, isArray, ignoreUndefined) { + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (isArray === void 0) { isArray = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = false; } + // If we have toBSON defined, override the current object + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + switch (typeof value) { + case 'string': + return 1 + buffer_1.byteLength(name, 'utf8') + 1 + 4 + buffer_1.byteLength(value, 'utf8') + 1; + case 'number': + if (Math.floor(value) === value && + value >= JS_INT_MIN && + value <= JS_INT_MAX) { + if (value >= BSON_INT32_MIN$1 && value <= BSON_INT32_MAX$1) { + // 32 bit + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (4 + 1); + } + else { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + } + else { + // 64 bit + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + case 'undefined': + if (isArray || !ignoreUndefined) + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + 1; + return 0; + case 'boolean': + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (1 + 1); + case 'object': + if (value == null || value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + 1; + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (12 + 1); + } + else if (value instanceof Date || isDate(value)) { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (ArrayBuffer.isView(value) || + value instanceof ArrayBuffer || + isAnyArrayBuffer(value)) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (1 + 4 + 1) + value.byteLength); + } + else if (value['_bsontype'] === 'Long' || + value['_bsontype'] === 'Double' || + value['_bsontype'] === 'Timestamp') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (value['_bsontype'] === 'Decimal128') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (16 + 1); + } + else if (value['_bsontype'] === 'Code') { + // Calculate size depending on the availability of a scope + if (value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.byteLength(value.code.toString(), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.byteLength(value.code.toString(), 'utf8') + + 1); + } + } + else if (value['_bsontype'] === 'Binary') { + var binary = value; + // Check what kind of subtype we have + if (binary.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + (binary.position + 1 + 4 + 1 + 4)); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (binary.position + 1 + 4 + 1)); + } + } + else if (value['_bsontype'] === 'Symbol') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + buffer_1.byteLength(value.value, 'utf8') + + 4 + + 1 + + 1); + } + else if (value['_bsontype'] === 'DBRef') { + // Set up correct object for serialization + var ordered_values = Object.assign({ + $ref: value.collection, + $id: value.oid + }, value.fields); + // Add db reference if it exists + if (value.db != null) { + ordered_values['$db'] = value.db; + } + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + calculateObjectSize$1(ordered_values, serializeFunctions, ignoreUndefined)); + } + else if (value instanceof RegExp || isRegExp(value)) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else if (value['_bsontype'] === 'BSONRegExp') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.pattern, 'utf8') + + 1 + + buffer_1.byteLength(value.options, 'utf8') + + 1); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + calculateObjectSize$1(value, serializeFunctions, ignoreUndefined) + + 1); + } + case 'function': + // WTF for 0.4.X where typeof /someregexp/ === 'function' + if (value instanceof RegExp || isRegExp(value) || String.call(value) === '[object RegExp]') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else { + if (serializeFunctions && value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.byteLength(normalizedFunctionString(value), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else if (serializeFunctions) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.byteLength(normalizedFunctionString(value), 'utf8') + + 1); + } + } + } + return 0; + } + + var FIRST_BIT = 0x80; + var FIRST_TWO_BITS = 0xc0; + var FIRST_THREE_BITS = 0xe0; + var FIRST_FOUR_BITS = 0xf0; + var FIRST_FIVE_BITS = 0xf8; + var TWO_BIT_CHAR = 0xc0; + var THREE_BIT_CHAR = 0xe0; + var FOUR_BIT_CHAR = 0xf0; + var CONTINUING_CHAR = 0x80; + /** + * Determines if the passed in bytes are valid utf8 + * @param bytes - An array of 8-bit bytes. Must be indexable and have length property + * @param start - The index to start validating + * @param end - The index to end validating + */ + function validateUtf8(bytes, start, end) { + var continuation = 0; + for (var i = start; i < end; i += 1) { + var byte = bytes[i]; + if (continuation) { + if ((byte & FIRST_TWO_BITS) !== CONTINUING_CHAR) { + return false; + } + continuation -= 1; + } + else if (byte & FIRST_BIT) { + if ((byte & FIRST_THREE_BITS) === TWO_BIT_CHAR) { + continuation = 1; + } + else if ((byte & FIRST_FOUR_BITS) === THREE_BIT_CHAR) { + continuation = 2; + } + else if ((byte & FIRST_FIVE_BITS) === FOUR_BIT_CHAR) { + continuation = 3; + } + else { + return false; + } + } + } + return !continuation; + } + + // Internal long versions + var JS_INT_MAX_LONG = Long.fromNumber(JS_INT_MAX); + var JS_INT_MIN_LONG = Long.fromNumber(JS_INT_MIN); + var functionCache = {}; + function deserialize$1(buffer, options, isArray) { + options = options == null ? {} : options; + var index = options && options.index ? options.index : 0; + // Read the document size + var size = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (size < 5) { + throw new BSONError("bson size must be >= 5, is ".concat(size)); + } + if (options.allowObjectSmallerThanBufferSize && buffer.length < size) { + throw new BSONError("buffer length ".concat(buffer.length, " must be >= bson size ").concat(size)); + } + if (!options.allowObjectSmallerThanBufferSize && buffer.length !== size) { + throw new BSONError("buffer length ".concat(buffer.length, " must === bson size ").concat(size)); + } + if (size + index > buffer.byteLength) { + throw new BSONError("(bson size ".concat(size, " + options.index ").concat(index, " must be <= buffer length ").concat(buffer.byteLength, ")")); + } + // Illegal end value + if (buffer[index + size - 1] !== 0) { + throw new BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00"); + } + // Start deserializtion + return deserializeObject(buffer, index, options, isArray); + } + var allowedDBRefKeys = /^\$ref$|^\$id$|^\$db$/; + function deserializeObject(buffer, index, options, isArray) { + if (isArray === void 0) { isArray = false; } + var evalFunctions = options['evalFunctions'] == null ? false : options['evalFunctions']; + var cacheFunctions = options['cacheFunctions'] == null ? false : options['cacheFunctions']; + var fieldsAsRaw = options['fieldsAsRaw'] == null ? null : options['fieldsAsRaw']; + // Return raw bson buffer instead of parsing it + var raw = options['raw'] == null ? false : options['raw']; + // Return BSONRegExp objects instead of native regular expressions + var bsonRegExp = typeof options['bsonRegExp'] === 'boolean' ? options['bsonRegExp'] : false; + // Controls the promotion of values vs wrapper classes + var promoteBuffers = options['promoteBuffers'] == null ? false : options['promoteBuffers']; + var promoteLongs = options['promoteLongs'] == null ? true : options['promoteLongs']; + var promoteValues = options['promoteValues'] == null ? true : options['promoteValues']; + // Ensures default validation option if none given + var validation = options.validation == null ? { utf8: true } : options.validation; + // Shows if global utf-8 validation is enabled or disabled + var globalUTFValidation = true; + // Reflects utf-8 validation setting regardless of global or specific key validation + var validationSetting; + // Set of keys either to enable or disable validation on + var utf8KeysSet = new Set(); + // Check for boolean uniformity and empty validation option + var utf8ValidatedKeys = validation.utf8; + if (typeof utf8ValidatedKeys === 'boolean') { + validationSetting = utf8ValidatedKeys; + } + else { + globalUTFValidation = false; + var utf8ValidationValues = Object.keys(utf8ValidatedKeys).map(function (key) { + return utf8ValidatedKeys[key]; + }); + if (utf8ValidationValues.length === 0) { + throw new BSONError('UTF-8 validation setting cannot be empty'); + } + if (typeof utf8ValidationValues[0] !== 'boolean') { + throw new BSONError('Invalid UTF-8 validation option, must specify boolean values'); + } + validationSetting = utf8ValidationValues[0]; + // Ensures boolean uniformity in utf-8 validation (all true or all false) + if (!utf8ValidationValues.every(function (item) { return item === validationSetting; })) { + throw new BSONError('Invalid UTF-8 validation option - keys must be all true or all false'); + } + } + // Add keys to set that will either be validated or not based on validationSetting + if (!globalUTFValidation) { + for (var _i = 0, _a = Object.keys(utf8ValidatedKeys); _i < _a.length; _i++) { + var key = _a[_i]; + utf8KeysSet.add(key); + } + } + // Set the start index + var startIndex = index; + // Validate that we have at least 4 bytes of buffer + if (buffer.length < 5) + throw new BSONError('corrupt bson message < 5 bytes long'); + // Read the document size + var size = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Ensure buffer is valid size + if (size < 5 || size > buffer.length) + throw new BSONError('corrupt bson message'); + // Create holding object + var object = isArray ? [] : {}; + // Used for arrays to skip having to perform utf8 decoding + var arrayIndex = 0; + var done = false; + var isPossibleDBRef = isArray ? false : null; + // While we have more left data left keep parsing + var dataview = new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); + while (!done) { + // Read the type + var elementType = buffer[index++]; + // If we get a zero it's the last byte, exit + if (elementType === 0) + break; + // Get the start search index + var i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.byteLength) + throw new BSONError('Bad BSON Document: illegal CString'); + // Represents the key + var name = isArray ? arrayIndex++ : buffer.toString('utf8', index, i); + // shouldValidateKey is true if the key should be validated, false otherwise + var shouldValidateKey = true; + if (globalUTFValidation || utf8KeysSet.has(name)) { + shouldValidateKey = validationSetting; + } + else { + shouldValidateKey = !validationSetting; + } + if (isPossibleDBRef !== false && name[0] === '$') { + isPossibleDBRef = allowedDBRefKeys.test(name); + } + var value = void 0; + index = i + 1; + if (elementType === BSON_DATA_STRING) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + value = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + index = index + stringSize; + } + else if (elementType === BSON_DATA_OID) { + var oid = buffer_1.alloc(12); + buffer.copy(oid, 0, index, index + 12); + value = new ObjectId(oid); + index = index + 12; + } + else if (elementType === BSON_DATA_INT && promoteValues === false) { + value = new Int32(buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24)); + } + else if (elementType === BSON_DATA_INT) { + value = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + } + else if (elementType === BSON_DATA_NUMBER && promoteValues === false) { + value = new Double(dataview.getFloat64(index, true)); + index = index + 8; + } + else if (elementType === BSON_DATA_NUMBER) { + value = dataview.getFloat64(index, true); + index = index + 8; + } + else if (elementType === BSON_DATA_DATE) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Date(new Long(lowBits, highBits).toNumber()); + } + else if (elementType === BSON_DATA_BOOLEAN) { + if (buffer[index] !== 0 && buffer[index] !== 1) + throw new BSONError('illegal boolean type value'); + value = buffer[index++] === 1; + } + else if (elementType === BSON_DATA_OBJECT) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (objectSize <= 0 || objectSize > buffer.length - index) + throw new BSONError('bad embedded document length in bson'); + // We have a raw value + if (raw) { + value = buffer.slice(index, index + objectSize); + } + else { + var objectOptions = options; + if (!globalUTFValidation) { + objectOptions = _assign(_assign({}, options), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, objectOptions, false); + } + index = index + objectSize; + } + else if (elementType === BSON_DATA_ARRAY) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + var arrayOptions = options; + // Stop index + var stopIndex = index + objectSize; + // All elements of array to be returned as raw bson + if (fieldsAsRaw && fieldsAsRaw[name]) { + arrayOptions = {}; + for (var n in options) { + arrayOptions[n] = options[n]; + } + arrayOptions['raw'] = true; + } + if (!globalUTFValidation) { + arrayOptions = _assign(_assign({}, arrayOptions), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, arrayOptions, true); + index = index + objectSize; + if (buffer[index - 1] !== 0) + throw new BSONError('invalid array terminator byte'); + if (index !== stopIndex) + throw new BSONError('corrupted array bson'); + } + else if (elementType === BSON_DATA_UNDEFINED) { + value = undefined; + } + else if (elementType === BSON_DATA_NULL) { + value = null; + } + else if (elementType === BSON_DATA_LONG) { + // Unpack the low and high bits + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var long = new Long(lowBits, highBits); + // Promote the long if possible + if (promoteLongs && promoteValues === true) { + value = + long.lessThanOrEqual(JS_INT_MAX_LONG) && long.greaterThanOrEqual(JS_INT_MIN_LONG) + ? long.toNumber() + : long; + } + else { + value = long; + } + } + else if (elementType === BSON_DATA_DECIMAL128) { + // Buffer to contain the decimal bytes + var bytes = buffer_1.alloc(16); + // Copy the next 16 bytes into the bytes buffer + buffer.copy(bytes, 0, index, index + 16); + // Update index + index = index + 16; + // Assign the new Decimal128 value + var decimal128 = new Decimal128(bytes); + // If we have an alternative mapper use that + if ('toObject' in decimal128 && typeof decimal128.toObject === 'function') { + value = decimal128.toObject(); + } + else { + value = decimal128; + } + } + else if (elementType === BSON_DATA_BINARY) { + var binarySize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var totalBinarySize = binarySize; + var subType = buffer[index++]; + // Did we have a negative binary size, throw + if (binarySize < 0) + throw new BSONError('Negative binary type element size found'); + // Is the length longer than the document + if (binarySize > buffer.byteLength) + throw new BSONError('Binary type size larger than document size'); + // Decode as raw Buffer object if options specifies it + if (buffer['slice'] != null) { + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + if (promoteBuffers && promoteValues) { + value = buffer.slice(index, index + binarySize); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = value.toUUID(); + } + } + } + else { + var _buffer = buffer_1.alloc(binarySize); + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + // Copy the data + for (i = 0; i < binarySize; i++) { + _buffer[i] = buffer[index + i]; + } + if (promoteBuffers && promoteValues) { + value = _buffer; + } + else if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = new Binary(buffer.slice(index, index + binarySize), subType).toUUID(); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + } + } + // Update the index + index = index + binarySize; + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === false) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + // Create the regexp + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // For each option add the corresponding one for javascript + var optionsArray = new Array(regExpOptions.length); + // Parse options + for (i = 0; i < regExpOptions.length; i++) { + switch (regExpOptions[i]) { + case 'm': + optionsArray[i] = 'm'; + break; + case 's': + optionsArray[i] = 'g'; + break; + case 'i': + optionsArray[i] = 'i'; + break; + } + } + value = new RegExp(source, optionsArray.join('')); + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === true) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // Set the object + value = new BSONRegExp(source, regExpOptions); + } + else if (elementType === BSON_DATA_SYMBOL) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var symbol = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + value = promoteValues ? symbol : new BSONSymbol(symbol); + index = index + stringSize; + } + else if (elementType === BSON_DATA_TIMESTAMP) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Timestamp(lowBits, highBits); + } + else if (elementType === BSON_DATA_MIN_KEY) { + value = new MinKey(); + } + else if (elementType === BSON_DATA_MAX_KEY) { + value = new MaxKey(); + } + else if (elementType === BSON_DATA_CODE) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + } + else { + value = new Code(functionString); + } + // Update parse index position + index = index + stringSize; + } + else if (elementType === BSON_DATA_CODE_W_SCOPE) { + var totalSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Element cannot be shorter than totalSize + stringSize + documentSize + terminator + if (totalSize < 4 + 4 + 4 + 1) { + throw new BSONError('code_w_scope total size shorter minimum expected length'); + } + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + // Javascript function + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // Update parse index position + index = index + stringSize; + // Parse the element + var _index = index; + // Decode the size of the object document + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + // Decode the scope object + var scopeObject = deserializeObject(buffer, _index, options, false); + // Adjust the index + index = index + objectSize; + // Check if field length is too short + if (totalSize < 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too short, truncating scope'); + } + // Check if totalSize field is too long + if (totalSize > 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too long, clips outer document'); + } + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + value.scope = scopeObject; + } + else { + value = new Code(functionString, scopeObject); + } + } + else if (elementType === BSON_DATA_DBPOINTER) { + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) + throw new BSONError('bad string length in bson'); + // Namespace + if (validation != null && validation.utf8) { + if (!validateUtf8(buffer, index, index + stringSize - 1)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + } + var namespace = buffer.toString('utf8', index, index + stringSize - 1); + // Update parse index position + index = index + stringSize; + // Read the oid + var oidBuffer = buffer_1.alloc(12); + buffer.copy(oidBuffer, 0, index, index + 12); + var oid = new ObjectId(oidBuffer); + // Update the index + index = index + 12; + // Upgrade to DBRef type + value = new DBRef(namespace, oid); + } + else { + throw new BSONError("Detected unknown BSON type ".concat(elementType.toString(16), " for fieldname \"").concat(name, "\"")); + } + if (name === '__proto__') { + Object.defineProperty(object, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + object[name] = value; + } + } + // Check if the deserialization was against a valid array/object + if (size !== index - startIndex) { + if (isArray) + throw new BSONError('corrupt array bson'); + throw new BSONError('corrupt object bson'); + } + // if we did not find "$ref", "$id", "$db", or found an extraneous $key, don't make a DBRef + if (!isPossibleDBRef) + return object; + if (isDBRefLike(object)) { + var copy = Object.assign({}, object); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(object.$ref, object.$id, object.$db, copy); + } + return object; + } + /** + * Ensure eval is isolated, store the result in functionCache. + * + * @internal + */ + function isolateEval(functionString, functionCache, object) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + if (!functionCache) + return new Function(functionString); + // Check for cache hit, eval if missing and return cached function + if (functionCache[functionString] == null) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + functionCache[functionString] = new Function(functionString); + } + // Set the object + return functionCache[functionString].bind(object); + } + function getValidatedString(buffer, start, end, shouldValidateUtf8) { + var value = buffer.toString('utf8', start, end); + // if utf8 validation is on, do the check + if (shouldValidateUtf8) { + for (var i = 0; i < value.length; i++) { + if (value.charCodeAt(i) === 0xfffd) { + if (!validateUtf8(buffer, start, end)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + break; + } + } + } + return value; + } + + var regexp = /\x00/; // eslint-disable-line no-control-regex + var ignoreKeys = new Set(['$db', '$ref', '$id', '$clusterTime']); + /* + * isArray indicates if we are writing to a BSON array (type 0x04) + * which forces the "key" which really an array index as a string to be written as ascii + * This will catch any errors in index as a string generation + */ + function serializeString(buffer, key, value, index, isArray) { + // Encode String type + buffer[index++] = BSON_DATA_STRING; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes + 1; + buffer[index - 1] = 0; + // Write the string + var size = buffer.write(value, index + 4, undefined, 'utf8'); + // Write the size of the string to buffer + buffer[index + 3] = ((size + 1) >> 24) & 0xff; + buffer[index + 2] = ((size + 1) >> 16) & 0xff; + buffer[index + 1] = ((size + 1) >> 8) & 0xff; + buffer[index] = (size + 1) & 0xff; + // Update index + index = index + 4 + size; + // Write zero + buffer[index++] = 0; + return index; + } + var SPACE_FOR_FLOAT64 = new Uint8Array(8); + var DV_FOR_FLOAT64 = new DataView(SPACE_FOR_FLOAT64.buffer, SPACE_FOR_FLOAT64.byteOffset, SPACE_FOR_FLOAT64.byteLength); + function serializeNumber(buffer, key, value, index, isArray) { + // We have an integer value + // TODO(NODE-2529): Add support for big int + if (Number.isInteger(value) && + value >= BSON_INT32_MIN$1 && + value <= BSON_INT32_MAX$1) { + // If the value fits in 32 bits encode as int32 + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + } + else { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + } + return index; + } + function serializeNull(buffer, key, _, index, isArray) { + // Set long type + buffer[index++] = BSON_DATA_NULL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; + } + function serializeBoolean(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BOOLEAN; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Encode the boolean value + buffer[index++] = value ? 1 : 0; + return index; + } + function serializeDate(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_DATE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var dateInMilis = Long.fromNumber(value.getTime()); + var lowBits = dateInMilis.getLowBits(); + var highBits = dateInMilis.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; + } + function serializeRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + if (value.source && value.source.match(regexp) != null) { + throw Error('value ' + value.source + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.source, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the parameters + if (value.ignoreCase) + buffer[index++] = 0x69; // i + if (value.global) + buffer[index++] = 0x73; // s + if (value.multiline) + buffer[index++] = 0x6d; // m + // Add ending zero + buffer[index++] = 0x00; + return index; + } + function serializeBSONRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Check the pattern for 0 bytes + if (value.pattern.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('pattern ' + value.pattern + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.pattern, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the options + index = index + buffer.write(value.options.split('').sort().join(''), index, undefined, 'utf8'); + // Add ending zero + buffer[index++] = 0x00; + return index; + } + function serializeMinMax(buffer, key, value, index, isArray) { + // Write the type of either min or max key + if (value === null) { + buffer[index++] = BSON_DATA_NULL; + } + else if (value._bsontype === 'MinKey') { + buffer[index++] = BSON_DATA_MIN_KEY; + } + else { + buffer[index++] = BSON_DATA_MAX_KEY; + } + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; + } + function serializeObjectId(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OID; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the objectId into the shared buffer + if (typeof value.id === 'string') { + buffer.write(value.id, index, undefined, 'binary'); + } + else if (isUint8Array(value.id)) { + // Use the standard JS methods here because buffer.copy() is buggy with the + // browser polyfill + buffer.set(value.id.subarray(0, 12), index); + } + else { + throw new BSONTypeError('object [' + JSON.stringify(value) + '] is not a valid ObjectId'); + } + // Adjust index + return index + 12; + } + function serializeBuffer(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Get size of the buffer (current write point) + var size = value.length; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the default subtype + buffer[index++] = BSON_BINARY_SUBTYPE_DEFAULT; + // Copy the content form the binary field to the buffer + buffer.set(ensureBuffer(value), index); + // Adjust the index + index = index + size; + return index; + } + function serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (path === void 0) { path = []; } + for (var i = 0; i < path.length; i++) { + if (path[i] === value) + throw new BSONError('cyclic dependency detected'); + } + // Push value to stack + path.push(value); + // Write the type + buffer[index++] = Array.isArray(value) ? BSON_DATA_ARRAY : BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var endIndex = serializeInto(buffer, value, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined, path); + // Pop stack + path.pop(); + return endIndex; + } + function serializeDecimal128(buffer, key, value, index, isArray) { + buffer[index++] = BSON_DATA_DECIMAL128; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the data from the value + // Prefer the standard JS methods because their typechecking is not buggy, + // unlike the `buffer` polyfill's. + buffer.set(value.bytes.subarray(0, 16), index); + return index + 16; + } + function serializeLong(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = + value._bsontype === 'Long' ? BSON_DATA_LONG : BSON_DATA_TIMESTAMP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var lowBits = value.getLowBits(); + var highBits = value.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; + } + function serializeInt32(buffer, key, value, index, isArray) { + value = value.valueOf(); + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + return index; + } + function serializeDouble(buffer, key, value, index, isArray) { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value.value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + return index; + } + function serializeFunction(buffer, key, value, index, _checkKeys, _depth, isArray) { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = normalizedFunctionString(value); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + return index; + } + function serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (value.scope && typeof value.scope === 'object') { + // Write the type + buffer[index++] = BSON_DATA_CODE_W_SCOPE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Starting index + var startIndex = index; + // Serialize the function + // Get the function string + var functionString = typeof value.code === 'string' ? value.code : value.code.toString(); + // Index adjustment + index = index + 4; + // Write string into buffer + var codeSize = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = codeSize & 0xff; + buffer[index + 1] = (codeSize >> 8) & 0xff; + buffer[index + 2] = (codeSize >> 16) & 0xff; + buffer[index + 3] = (codeSize >> 24) & 0xff; + // Write end 0 + buffer[index + 4 + codeSize - 1] = 0; + // Write the + index = index + codeSize + 4; + // + // Serialize the scope value + var endIndex = serializeInto(buffer, value.scope, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined); + index = endIndex - 1; + // Writ the total + var totalSize = endIndex - startIndex; + // Write the total size of the object + buffer[startIndex++] = totalSize & 0xff; + buffer[startIndex++] = (totalSize >> 8) & 0xff; + buffer[startIndex++] = (totalSize >> 16) & 0xff; + buffer[startIndex++] = (totalSize >> 24) & 0xff; + // Write trailing zero + buffer[index++] = 0; + } + else { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = value.code.toString(); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + } + return index; + } + function serializeBinary(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Extract the buffer + var data = value.value(true); + // Calculate size + var size = value.position; + // Add the deprecated 02 type 4 bytes of size to total + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) + size = size + 4; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the subtype to the buffer + buffer[index++] = value.sub_type; + // If we have binary type 2 the 4 first bytes are the size + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + size = size - 4; + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + } + // Write the data to the object + buffer.set(data, index); + // Adjust the index + index = index + value.position; + return index; + } + function serializeSymbol(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_SYMBOL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the string + var size = buffer.write(value.value, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0x00; + return index; + } + function serializeDBRef(buffer, key, value, index, depth, serializeFunctions, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var startIndex = index; + var output = { + $ref: value.collection || value.namespace, + $id: value.oid + }; + if (value.db != null) { + output.$db = value.db; + } + output = Object.assign(output, value.fields); + var endIndex = serializeInto(buffer, output, false, index, depth + 1, serializeFunctions); + // Calculate object size + var size = endIndex - startIndex; + // Write the size + buffer[startIndex++] = size & 0xff; + buffer[startIndex++] = (size >> 8) & 0xff; + buffer[startIndex++] = (size >> 16) & 0xff; + buffer[startIndex++] = (size >> 24) & 0xff; + // Set index + return endIndex; + } + function serializeInto(buffer, object, checkKeys, startingIndex, depth, serializeFunctions, ignoreUndefined, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (startingIndex === void 0) { startingIndex = 0; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (path === void 0) { path = []; } + startingIndex = startingIndex || 0; + path = path || []; + // Push the object to the path + path.push(object); + // Start place to serialize into + var index = startingIndex + 4; + // Special case isArray + if (Array.isArray(object)) { + // Get object keys + for (var i = 0; i < object.length; i++) { + var key = "".concat(i); + var value = object[i]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + if (typeof value === 'string') { + index = serializeString(buffer, key, value, index, true); + } + else if (typeof value === 'number') { + index = serializeNumber(buffer, key, value, index, true); + } + else if (typeof value === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (typeof value === 'boolean') { + index = serializeBoolean(buffer, key, value, index, true); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index, true); + } + else if (value === undefined) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index, true); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index, true); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index, true); + } + else if (typeof value === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true, path); + } + else if (typeof value === 'object' && + isBSONType(value) && + value._bsontype === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index, true); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, true); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions, true); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index, true); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else if (object instanceof exports.Map || isMap(object)) { + var iterator = object.entries(); + var done = false; + while (!done) { + // Unpack the next entry + var entry = iterator.next(); + done = !!entry.done; + // Are we done, then skip and terminate + if (done) + continue; + // Get the entry values + var key = entry.value[0]; + var value = entry.value[1]; + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint' || isBigInt64Array(value) || isBigUInt64Array(value)) { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === null || (value === undefined && ignoreUndefined === false)) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else { + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + // Provided a custom serialization method + object = object.toBSON(); + if (object != null && typeof object !== 'object') { + throw new BSONTypeError('toBSON function did not return an object'); + } + } + // Iterate over all the keys + for (var key in object) { + var value = object[key]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === undefined) { + if (ignoreUndefined === false) + index = serializeNull(buffer, key, value, index); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + // Remove the path + path.pop(); + // Final padding byte for object + buffer[index++] = 0x00; + // Final size + var size = index - startingIndex; + // Write the size of the object + buffer[startingIndex++] = size & 0xff; + buffer[startingIndex++] = (size >> 8) & 0xff; + buffer[startingIndex++] = (size >> 16) & 0xff; + buffer[startingIndex++] = (size >> 24) & 0xff; + return index; + } + + /** @internal */ + // Default Max Size + var MAXSIZE = 1024 * 1024 * 17; + // Current Internal Temporary Serialization Buffer + var buffer = buffer_1.alloc(MAXSIZE); + /** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ + function setInternalBufferSize(size) { + // Resize the internal serialization buffer if needed + if (buffer.length < size) { + buffer = buffer_1.alloc(size); + } + } + /** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ + function serialize(object, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var minInternalBufferSize = typeof options.minInternalBufferSize === 'number' ? options.minInternalBufferSize : MAXSIZE; + // Resize the internal serialization buffer if needed + if (buffer.length < minInternalBufferSize) { + buffer = buffer_1.alloc(minInternalBufferSize); + } + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined, []); + // Create the final buffer + var finishedBuffer = buffer_1.alloc(serializationIndex); + // Copy into the finished buffer + buffer.copy(finishedBuffer, 0, 0, finishedBuffer.length); + // Return the buffer + return finishedBuffer; + } + /** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ + function serializeWithBufferAndIndex(object, finalBuffer, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var startIndex = typeof options.index === 'number' ? options.index : 0; + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined); + buffer.copy(finalBuffer, startIndex, 0, serializationIndex); + // Return the index + return startIndex + serializationIndex - 1; + } + /** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ + function deserialize(buffer, options) { + if (options === void 0) { options = {}; } + return deserialize$1(buffer instanceof buffer_1 ? buffer : ensureBuffer(buffer), options); + } + /** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ + function calculateObjectSize(object, options) { + if (options === void 0) { options = {}; } + options = options || {}; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + return calculateObjectSize$1(object, serializeFunctions, ignoreUndefined); + } + /** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ + function deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, options) { + var internalOptions = Object.assign({ allowObjectSmallerThanBufferSize: true, index: 0 }, options); + var bufferData = ensureBuffer(data); + var index = startIndex; + // Loop over all documents + for (var i = 0; i < numberOfDocuments; i++) { + // Find size of the document + var size = bufferData[index] | + (bufferData[index + 1] << 8) | + (bufferData[index + 2] << 16) | + (bufferData[index + 3] << 24); + // Update options with index + internalOptions.index = index; + // Parse the document at this point + documents[docStartIndex + i] = deserialize$1(bufferData, internalOptions); + // Adjust index by the document size + index = index + size; + } + // Return object containing end index of parsing and list of documents + return index; + } + /** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ + var BSON = { + Binary: Binary, + Code: Code, + DBRef: DBRef, + Decimal128: Decimal128, + Double: Double, + Int32: Int32, + Long: Long, + UUID: UUID, + Map: exports.Map, + MaxKey: MaxKey, + MinKey: MinKey, + ObjectId: ObjectId, + ObjectID: ObjectId, + BSONRegExp: BSONRegExp, + BSONSymbol: BSONSymbol, + Timestamp: Timestamp, + EJSON: exports.EJSON, + setInternalBufferSize: setInternalBufferSize, + serialize: serialize, + serializeWithBufferAndIndex: serializeWithBufferAndIndex, + deserialize: deserialize, + calculateObjectSize: calculateObjectSize, + deserializeStream: deserializeStream, + BSONError: BSONError, + BSONTypeError: BSONTypeError + }; + + exports.BSONError = BSONError; + exports.BSONRegExp = BSONRegExp; + exports.BSONSymbol = BSONSymbol; + exports.BSONTypeError = BSONTypeError; + exports.BSON_BINARY_SUBTYPE_BYTE_ARRAY = BSON_BINARY_SUBTYPE_BYTE_ARRAY; + exports.BSON_BINARY_SUBTYPE_COLUMN = BSON_BINARY_SUBTYPE_COLUMN; + exports.BSON_BINARY_SUBTYPE_DEFAULT = BSON_BINARY_SUBTYPE_DEFAULT; + exports.BSON_BINARY_SUBTYPE_ENCRYPTED = BSON_BINARY_SUBTYPE_ENCRYPTED; + exports.BSON_BINARY_SUBTYPE_FUNCTION = BSON_BINARY_SUBTYPE_FUNCTION; + exports.BSON_BINARY_SUBTYPE_MD5 = BSON_BINARY_SUBTYPE_MD5; + exports.BSON_BINARY_SUBTYPE_USER_DEFINED = BSON_BINARY_SUBTYPE_USER_DEFINED; + exports.BSON_BINARY_SUBTYPE_UUID = BSON_BINARY_SUBTYPE_UUID; + exports.BSON_BINARY_SUBTYPE_UUID_NEW = BSON_BINARY_SUBTYPE_UUID_NEW; + exports.BSON_DATA_ARRAY = BSON_DATA_ARRAY; + exports.BSON_DATA_BINARY = BSON_DATA_BINARY; + exports.BSON_DATA_BOOLEAN = BSON_DATA_BOOLEAN; + exports.BSON_DATA_CODE = BSON_DATA_CODE; + exports.BSON_DATA_CODE_W_SCOPE = BSON_DATA_CODE_W_SCOPE; + exports.BSON_DATA_DATE = BSON_DATA_DATE; + exports.BSON_DATA_DBPOINTER = BSON_DATA_DBPOINTER; + exports.BSON_DATA_DECIMAL128 = BSON_DATA_DECIMAL128; + exports.BSON_DATA_INT = BSON_DATA_INT; + exports.BSON_DATA_LONG = BSON_DATA_LONG; + exports.BSON_DATA_MAX_KEY = BSON_DATA_MAX_KEY; + exports.BSON_DATA_MIN_KEY = BSON_DATA_MIN_KEY; + exports.BSON_DATA_NULL = BSON_DATA_NULL; + exports.BSON_DATA_NUMBER = BSON_DATA_NUMBER; + exports.BSON_DATA_OBJECT = BSON_DATA_OBJECT; + exports.BSON_DATA_OID = BSON_DATA_OID; + exports.BSON_DATA_REGEXP = BSON_DATA_REGEXP; + exports.BSON_DATA_STRING = BSON_DATA_STRING; + exports.BSON_DATA_SYMBOL = BSON_DATA_SYMBOL; + exports.BSON_DATA_TIMESTAMP = BSON_DATA_TIMESTAMP; + exports.BSON_DATA_UNDEFINED = BSON_DATA_UNDEFINED; + exports.BSON_INT32_MAX = BSON_INT32_MAX$1; + exports.BSON_INT32_MIN = BSON_INT32_MIN$1; + exports.BSON_INT64_MAX = BSON_INT64_MAX$1; + exports.BSON_INT64_MIN = BSON_INT64_MIN$1; + exports.Binary = Binary; + exports.Code = Code; + exports.DBRef = DBRef; + exports.Decimal128 = Decimal128; + exports.Double = Double; + exports.Int32 = Int32; + exports.Long = Long; + exports.LongWithoutOverridesClass = LongWithoutOverridesClass; + exports.MaxKey = MaxKey; + exports.MinKey = MinKey; + exports.ObjectID = ObjectId; + exports.ObjectId = ObjectId; + exports.Timestamp = Timestamp; + exports.UUID = UUID; + exports.calculateObjectSize = calculateObjectSize; + exports.default = BSON; + exports.deserialize = deserialize; + exports.deserializeStream = deserializeStream; + exports.serialize = serialize; + exports.serializeWithBufferAndIndex = serializeWithBufferAndIndex; + exports.setInternalBufferSize = setInternalBufferSize; + + Object.defineProperty(exports, '__esModule', { value: true }); + +}))); +//# sourceMappingURL=bson.browser.umd.js.map diff --git a/node_modules/bson/dist/bson.browser.umd.js.map b/node_modules/bson/dist/bson.browser.umd.js.map new file mode 100644 index 000000000..23fd833bf --- /dev/null +++ b/node_modules/bson/dist/bson.browser.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bson.browser.umd.js","sources":["../node_modules/base64-js/index.js","../node_modules/ieee754/index.js","../node_modules/buffer/index.js","../node_modules/tslib/tslib.es6.js","../src/error.ts","../src/utils/global.ts","../src/parser/utils.ts","../src/ensure_buffer.ts","../src/uuid_utils.ts","../src/constants.ts","../src/binary.ts","../src/code.ts","../src/db_ref.ts","../src/long.ts","../src/decimal128.ts","../src/double.ts","../src/int_32.ts","../src/max_key.ts","../src/min_key.ts","../src/objectid.ts","../src/regexp.ts","../src/symbol.ts","../src/timestamp.ts","../src/extended_json.ts","../src/map.ts","../src/parser/calculate_size.ts","../src/validate_utf8.ts","../src/parser/deserializer.ts","../src/parser/serializer.ts","../src/bson.ts"],"sourcesContent":["'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */\nexports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar customInspectSymbol =\n (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation\n ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation\n : null\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\nvar K_MAX_LENGTH = 0x7fffffff\nexports.kMaxLength = K_MAX_LENGTH\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Print warning and recommend using `buffer` v4.x which has an Object\n * implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * We report that the browser does not support typed arrays if the are not subclassable\n * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`\n * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support\n * for __proto__ and has a buggy typed array implementation.\n */\nBuffer.TYPED_ARRAY_SUPPORT = typedArraySupport()\n\nif (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&\n typeof console.error === 'function') {\n console.error(\n 'This browser lacks typed array (Uint8Array) support which is required by ' +\n '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'\n )\n}\n\nfunction typedArraySupport () {\n // Can typed array instances can be augmented?\n try {\n var arr = new Uint8Array(1)\n var proto = { foo: function () { return 42 } }\n Object.setPrototypeOf(proto, Uint8Array.prototype)\n Object.setPrototypeOf(arr, proto)\n return arr.foo() === 42\n } catch (e) {\n return false\n }\n}\n\nObject.defineProperty(Buffer.prototype, 'parent', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.buffer\n }\n})\n\nObject.defineProperty(Buffer.prototype, 'offset', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.byteOffset\n }\n})\n\nfunction createBuffer (length) {\n if (length > K_MAX_LENGTH) {\n throw new RangeError('The value \"' + length + '\" is invalid for option \"size\"')\n }\n // Return an augmented `Uint8Array` instance\n var buf = new Uint8Array(length)\n Object.setPrototypeOf(buf, Buffer.prototype)\n return buf\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new TypeError(\n 'The \"string\" argument must be of type string. Received type number'\n )\n }\n return allocUnsafe(arg)\n }\n return from(arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\nfunction from (value, encodingOrOffset, length) {\n if (typeof value === 'string') {\n return fromString(value, encodingOrOffset)\n }\n\n if (ArrayBuffer.isView(value)) {\n return fromArrayView(value)\n }\n\n if (value == null) {\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n }\n\n if (isInstance(value, ArrayBuffer) ||\n (value && isInstance(value.buffer, ArrayBuffer))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof SharedArrayBuffer !== 'undefined' &&\n (isInstance(value, SharedArrayBuffer) ||\n (value && isInstance(value.buffer, SharedArrayBuffer)))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof value === 'number') {\n throw new TypeError(\n 'The \"value\" argument must not be of type number. Received type number'\n )\n }\n\n var valueOf = value.valueOf && value.valueOf()\n if (valueOf != null && valueOf !== value) {\n return Buffer.from(valueOf, encodingOrOffset, length)\n }\n\n var b = fromObject(value)\n if (b) return b\n\n if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null &&\n typeof value[Symbol.toPrimitive] === 'function') {\n return Buffer.from(\n value[Symbol.toPrimitive]('string'), encodingOrOffset, length\n )\n }\n\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(value, encodingOrOffset, length)\n}\n\n// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:\n// https://github.com/feross/buffer/pull/148\nObject.setPrototypeOf(Buffer.prototype, Uint8Array.prototype)\nObject.setPrototypeOf(Buffer, Uint8Array)\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be of type number')\n } else if (size < 0) {\n throw new RangeError('The value \"' + size + '\" is invalid for option \"size\"')\n }\n}\n\nfunction alloc (size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpreted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(size).fill(fill, encoding)\n : createBuffer(size).fill(fill)\n }\n return createBuffer(size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(size, fill, encoding)\n}\n\nfunction allocUnsafe (size) {\n assertSize(size)\n return createBuffer(size < 0 ? 0 : checked(size) | 0)\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(size)\n}\n\nfunction fromString (string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n\n var length = byteLength(string, encoding) | 0\n var buf = createBuffer(length)\n\n var actual = buf.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n buf = buf.slice(0, actual)\n }\n\n return buf\n}\n\nfunction fromArrayLike (array) {\n var length = array.length < 0 ? 0 : checked(array.length) | 0\n var buf = createBuffer(length)\n for (var i = 0; i < length; i += 1) {\n buf[i] = array[i] & 255\n }\n return buf\n}\n\nfunction fromArrayView (arrayView) {\n if (isInstance(arrayView, Uint8Array)) {\n var copy = new Uint8Array(arrayView)\n return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength)\n }\n return fromArrayLike(arrayView)\n}\n\nfunction fromArrayBuffer (array, byteOffset, length) {\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\"offset\" is outside of buffer bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\"length\" is outside of buffer bounds')\n }\n\n var buf\n if (byteOffset === undefined && length === undefined) {\n buf = new Uint8Array(array)\n } else if (length === undefined) {\n buf = new Uint8Array(array, byteOffset)\n } else {\n buf = new Uint8Array(array, byteOffset, length)\n }\n\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(buf, Buffer.prototype)\n\n return buf\n}\n\nfunction fromObject (obj) {\n if (Buffer.isBuffer(obj)) {\n var len = checked(obj.length) | 0\n var buf = createBuffer(len)\n\n if (buf.length === 0) {\n return buf\n }\n\n obj.copy(buf, 0, 0, len)\n return buf\n }\n\n if (obj.length !== undefined) {\n if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) {\n return createBuffer(0)\n }\n return fromArrayLike(obj)\n }\n\n if (obj.type === 'Buffer' && Array.isArray(obj.data)) {\n return fromArrayLike(obj.data)\n }\n}\n\nfunction checked (length) {\n // Note: cannot use `length < K_MAX_LENGTH` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= K_MAX_LENGTH) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return b != null && b._isBuffer === true &&\n b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false\n}\n\nBuffer.compare = function compare (a, b) {\n if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength)\n if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength)\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError(\n 'The \"buf1\", \"buf2\" arguments must be one of type Buffer or Uint8Array'\n )\n }\n\n if (a === b) return 0\n\n var x = a.length\n var y = b.length\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!Array.isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n var i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n var buffer = Buffer.allocUnsafe(length)\n var pos = 0\n for (i = 0; i < list.length; ++i) {\n var buf = list[i]\n if (isInstance(buf, Uint8Array)) {\n if (pos + buf.length > buffer.length) {\n Buffer.from(buf).copy(buffer, pos)\n } else {\n Uint8Array.prototype.set.call(\n buffer,\n buf,\n pos\n )\n }\n } else if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n } else {\n buf.copy(buffer, pos)\n }\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n throw new TypeError(\n 'The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. ' +\n 'Received type ' + typeof string\n )\n }\n\n var len = string.length\n var mustMatch = (arguments.length > 2 && arguments[2] === true)\n if (!mustMatch && len === 0) return 0\n\n // Use a for loop to avoid recursion\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) {\n return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8\n }\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n var loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coercion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)\n// to detect a Buffer instance. It's not possible to use `instanceof Buffer`\n// reliably in a browserify context because there could be multiple different\n// copies of the 'buffer' package in use. This method works even for Buffer\n// instances that were created from another copy of the `buffer` package.\n// See: https://github.com/feross/buffer/issues/154\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n var i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n var len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n var len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (var i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n var len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (var i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n var length = this.length\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.toLocaleString = Buffer.prototype.toString\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n var str = ''\n var max = exports.INSPECT_MAX_BYTES\n str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim()\n if (this.length > max) str += ' ... '\n return ''\n}\nif (customInspectSymbol) {\n Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (isInstance(target, Uint8Array)) {\n target = Buffer.from(target, target.offset, target.byteLength)\n }\n if (!Buffer.isBuffer(target)) {\n throw new TypeError(\n 'The \"target\" argument must be one of type Buffer or Uint8Array. ' +\n 'Received type ' + (typeof target)\n )\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n var x = thisEnd - thisStart\n var y = end - start\n var len = Math.min(x, y)\n\n var thisCopy = this.slice(thisStart, thisEnd)\n var targetCopy = target.slice(start, end)\n\n for (var i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (numberIsNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [val], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n var indexSize = 1\n var arrLength = arr.length\n var valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n var i\n if (dir) {\n var foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n var found = true\n for (var j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n var remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n var strLen = string.length\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n for (var i = 0; i < length; ++i) {\n var parsed = parseInt(string.substr(i * 2, 2), 16)\n if (numberIsNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset >>> 0\n if (isFinite(length)) {\n length = length >>> 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n var remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n case 'latin1':\n case 'binary':\n return asciiWrite(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n var res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = null\n var bytesPerSequence = (firstByte > 0xEF)\n ? 4\n : (firstByte > 0xDF)\n ? 3\n : (firstByte > 0xBF)\n ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n var secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n var len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n var res = ''\n var i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n var len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n var out = ''\n for (var i = start; i < end; ++i) {\n out += hexSliceLookupTable[buf[i]]\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n var bytes = buf.slice(start, end)\n var res = ''\n // If bytes.length is odd, the last 8 bits must be ignored (same as node.js)\n for (var i = 0; i < bytes.length - 1; i += 2) {\n res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256))\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n var len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n var newBuf = this.subarray(start, end)\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(newBuf, Buffer.prototype)\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUintLE =\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUintBE =\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n var val = this[offset + --byteLength]\n var mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUint8 =\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUint16LE =\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUint16BE =\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUint32LE =\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUint32BE =\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var i = byteLength\n var mul = 1\n var val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUintLE =\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var mul = 1\n var i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUintBE =\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var i = byteLength - 1\n var mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUint8 =\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeUint16LE =\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeUint16BE =\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeUint32LE =\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeUint32BE =\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n var limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = 0\n var mul = 1\n var sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n var limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = byteLength - 1\n var mul = 1\n var sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer')\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('Index out of range')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n var len = end - start\n\n if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') {\n // Use built-in when available, missing from IE11\n this.copyWithin(targetStart, start, end)\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, end),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n if (val.length === 1) {\n var code = val.charCodeAt(0)\n if ((encoding === 'utf8' && code < 128) ||\n encoding === 'latin1') {\n // Fast path: If `val` fits into a single byte, use that numeric value.\n val = code\n }\n }\n } else if (typeof val === 'number') {\n val = val & 255\n } else if (typeof val === 'boolean') {\n val = Number(val)\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n var i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n var bytes = Buffer.isBuffer(val)\n ? val\n : Buffer.from(val, encoding)\n var len = bytes.length\n if (len === 0) {\n throw new TypeError('The value \"' + val +\n '\" is invalid for argument \"value\"')\n }\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node takes equal signs as end of the Base64 encoding\n str = str.split('=')[0]\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = str.trim().replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n var codePoint\n var length = string.length\n var leadSurrogate = null\n var bytes = []\n\n for (var i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n var c, hi, lo\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n for (var i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\n// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass\n// the `instanceof` check but they should be treated as of that type.\n// See: https://github.com/feross/buffer/issues/166\nfunction isInstance (obj, type) {\n return obj instanceof type ||\n (obj != null && obj.constructor != null && obj.constructor.name != null &&\n obj.constructor.name === type.name)\n}\nfunction numberIsNaN (obj) {\n // For IE11 support\n return obj !== obj // eslint-disable-line no-self-compare\n}\n\n// Create lookup table for `toString('hex')`\n// See: https://github.com/feross/buffer/issues/219\nvar hexSliceLookupTable = (function () {\n var alphabet = '0123456789abcdef'\n var table = new Array(256)\n for (var i = 0; i < 16; ++i) {\n var i16 = i * 16\n for (var j = 0; j < 16; ++j) {\n table[i16 + j] = alphabet[i] + alphabet[j]\n }\n }\n return table\n})()\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["byteLength","toByteArray","fromByteArray","lookup","revLookup","Arr","Uint8Array","Array","code","i","len","length","charCodeAt","getLens","b64","Error","validLen","indexOf","placeHoldersLen","lens","_byteLength","tmp","arr","curByte","tripletToBase64","num","encodeChunk","uint8","start","end","output","push","join","extraBytes","parts","maxChunkLength","len2","buffer","offset","isLE","mLen","nBytes","e","m","eLen","eMax","eBias","nBits","d","s","NaN","Infinity","Math","pow","value","c","rt","abs","isNaN","floor","log","LN2","customInspectSymbol","Symbol","exports","Buffer","SlowBuffer","K_MAX_LENGTH","TYPED_ARRAY_SUPPORT","typedArraySupport","console","error","proto","foo","Object","setPrototypeOf","prototype","defineProperty","enumerable","get","isBuffer","undefined","byteOffset","createBuffer","RangeError","buf","arg","encodingOrOffset","TypeError","allocUnsafe","from","poolSize","fromString","ArrayBuffer","isView","fromArrayView","isInstance","fromArrayBuffer","SharedArrayBuffer","valueOf","b","fromObject","toPrimitive","assertSize","size","alloc","fill","encoding","checked","allocUnsafeSlow","string","isEncoding","actual","write","slice","fromArrayLike","array","arrayView","copy","obj","numberIsNaN","type","isArray","data","toString","_isBuffer","compare","a","x","y","min","String","toLowerCase","concat","list","pos","set","call","mustMatch","arguments","loweredCase","utf8ToBytes","base64ToBytes","slowToString","hexSlice","utf8Slice","asciiSlice","latin1Slice","base64Slice","utf16leSlice","swap","n","swap16","swap32","swap64","apply","toLocaleString","equals","inspect","str","max","INSPECT_MAX_BYTES","replace","trim","target","thisStart","thisEnd","thisCopy","targetCopy","bidirectionalIndexOf","val","dir","arrayIndexOf","lastIndexOf","indexSize","arrLength","valLength","read","readUInt16BE","foundIndex","found","j","includes","hexWrite","Number","remaining","strLen","parsed","parseInt","substr","utf8Write","blitBuffer","asciiWrite","asciiToBytes","base64Write","ucs2Write","utf16leToBytes","isFinite","toJSON","_arr","base64","res","firstByte","codePoint","bytesPerSequence","secondByte","thirdByte","fourthByte","tempCodePoint","decodeCodePointsArray","MAX_ARGUMENTS_LENGTH","codePoints","fromCharCode","ret","out","hexSliceLookupTable","bytes","newBuf","subarray","checkOffset","ext","readUintLE","readUIntLE","noAssert","mul","readUintBE","readUIntBE","readUint8","readUInt8","readUint16LE","readUInt16LE","readUint16BE","readUint32LE","readUInt32LE","readUint32BE","readUInt32BE","readIntLE","readIntBE","readInt8","readInt16LE","readInt16BE","readInt32LE","readInt32BE","readFloatLE","ieee754","readFloatBE","readDoubleLE","readDoubleBE","checkInt","writeUintLE","writeUIntLE","maxBytes","writeUintBE","writeUIntBE","writeUint8","writeUInt8","writeUint16LE","writeUInt16LE","writeUint16BE","writeUInt16BE","writeUint32LE","writeUInt32LE","writeUint32BE","writeUInt32BE","writeIntLE","limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","checkIEEE754","writeFloat","littleEndian","writeFloatLE","writeFloatBE","writeDouble","writeDoubleLE","writeDoubleBE","targetStart","copyWithin","INVALID_BASE64_RE","base64clean","split","units","leadSurrogate","byteArray","hi","lo","src","dst","constructor","name","alphabet","table","i16","extendStatics","__proto__","p","hasOwnProperty","__extends","__","create","__assign","assign","t","BSON_INT32_MAX","BSON_INT32_MIN","BSON_INT64_MAX","BSON_INT64_MIN","EJSON","bsonMap","calculateObjectSize","constants.JS_INT_MIN","constants.JS_INT_MAX","constants.BSON_INT32_MIN","constants.BSON_INT32_MAX","deserialize","constants.BSON_DATA_STRING","constants.BSON_DATA_OID","constants.BSON_DATA_INT","constants.BSON_DATA_NUMBER","constants.BSON_DATA_DATE","constants.BSON_DATA_BOOLEAN","constants.BSON_DATA_OBJECT","constants.BSON_DATA_ARRAY","constants.BSON_DATA_UNDEFINED","constants.BSON_DATA_NULL","constants.BSON_DATA_LONG","constants.BSON_DATA_DECIMAL128","constants.BSON_DATA_BINARY","constants.BSON_BINARY_SUBTYPE_UUID_NEW","constants.BSON_DATA_REGEXP","constants.BSON_DATA_SYMBOL","constants.BSON_DATA_TIMESTAMP","constants.BSON_DATA_MIN_KEY","constants.BSON_DATA_MAX_KEY","constants.BSON_DATA_CODE","constants.BSON_DATA_CODE_W_SCOPE","constants.BSON_DATA_DBPOINTER","constants.BSON_BINARY_SUBTYPE_DEFAULT","Map","internalSerialize","internalDeserialize","internalCalculateObjectSize"],"mappings":"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AAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,E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"} \ No newline at end of file diff --git a/node_modules/bson/dist/bson.bundle.js b/node_modules/bson/dist/bson.bundle.js new file mode 100644 index 000000000..533296aea --- /dev/null +++ b/node_modules/bson/dist/bson.bundle.js @@ -0,0 +1,7531 @@ +var BSON = (function (exports) { + 'use strict'; + + function createCommonjsModule(fn, module) { + return module = { exports: {} }, fn(module, module.exports), module.exports; + } + + var byteLength_1 = byteLength; + var toByteArray_1 = toByteArray; + var fromByteArray_1 = fromByteArray; + var lookup = []; + var revLookup = []; + var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array; + var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'; + + for (var i = 0, len = code.length; i < len; ++i) { + lookup[i] = code[i]; + revLookup[code.charCodeAt(i)] = i; + } // Support decoding URL-safe base64 strings, as Node.js does. + // See: https://en.wikipedia.org/wiki/Base64#URL_applications + + + revLookup['-'.charCodeAt(0)] = 62; + revLookup['_'.charCodeAt(0)] = 63; + + function getLens(b64) { + var len = b64.length; + + if (len % 4 > 0) { + throw new Error('Invalid string. Length must be a multiple of 4'); + } // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + + + var validLen = b64.indexOf('='); + if (validLen === -1) validLen = len; + var placeHoldersLen = validLen === len ? 0 : 4 - validLen % 4; + return [validLen, placeHoldersLen]; + } // base64 is 4/3 + up to two characters of the original data + + + function byteLength(b64) { + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; + } + + function _byteLength(b64, validLen, placeHoldersLen) { + return (validLen + placeHoldersLen) * 3 / 4 - placeHoldersLen; + } + + function toByteArray(b64) { + var tmp; + var lens = getLens(b64); + var validLen = lens[0]; + var placeHoldersLen = lens[1]; + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)); + var curByte = 0; // if there are placeholders, only get up to the last complete 4 chars + + var len = placeHoldersLen > 0 ? validLen - 4 : validLen; + var i; + + for (i = 0; i < len; i += 4) { + tmp = revLookup[b64.charCodeAt(i)] << 18 | revLookup[b64.charCodeAt(i + 1)] << 12 | revLookup[b64.charCodeAt(i + 2)] << 6 | revLookup[b64.charCodeAt(i + 3)]; + arr[curByte++] = tmp >> 16 & 0xFF; + arr[curByte++] = tmp >> 8 & 0xFF; + arr[curByte++] = tmp & 0xFF; + } + + if (placeHoldersLen === 2) { + tmp = revLookup[b64.charCodeAt(i)] << 2 | revLookup[b64.charCodeAt(i + 1)] >> 4; + arr[curByte++] = tmp & 0xFF; + } + + if (placeHoldersLen === 1) { + tmp = revLookup[b64.charCodeAt(i)] << 10 | revLookup[b64.charCodeAt(i + 1)] << 4 | revLookup[b64.charCodeAt(i + 2)] >> 2; + arr[curByte++] = tmp >> 8 & 0xFF; + arr[curByte++] = tmp & 0xFF; + } + + return arr; + } + + function tripletToBase64(num) { + return lookup[num >> 18 & 0x3F] + lookup[num >> 12 & 0x3F] + lookup[num >> 6 & 0x3F] + lookup[num & 0x3F]; + } + + function encodeChunk(uint8, start, end) { + var tmp; + var output = []; + + for (var i = start; i < end; i += 3) { + tmp = (uint8[i] << 16 & 0xFF0000) + (uint8[i + 1] << 8 & 0xFF00) + (uint8[i + 2] & 0xFF); + output.push(tripletToBase64(tmp)); + } + + return output.join(''); + } + + function fromByteArray(uint8) { + var tmp; + var len = uint8.length; + var extraBytes = len % 3; // if we have 1 byte left, pad 2 bytes + + var parts = []; + var maxChunkLength = 16383; // must be multiple of 3 + // go through the array every three bytes, we'll deal with trailing stuff later + + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk(uint8, i, i + maxChunkLength > len2 ? len2 : i + maxChunkLength)); + } // pad the end with zeros, but make sure to not forget the extra bytes + + + if (extraBytes === 1) { + tmp = uint8[len - 1]; + parts.push(lookup[tmp >> 2] + lookup[tmp << 4 & 0x3F] + '=='); + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1]; + parts.push(lookup[tmp >> 10] + lookup[tmp >> 4 & 0x3F] + lookup[tmp << 2 & 0x3F] + '='); + } + + return parts.join(''); + } + + var base64Js = { + byteLength: byteLength_1, + toByteArray: toByteArray_1, + fromByteArray: fromByteArray_1 + }; + + /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */ + var read = function read(buffer, offset, isLE, mLen, nBytes) { + var e, m; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var nBits = -7; + var i = isLE ? nBytes - 1 : 0; + var d = isLE ? -1 : 1; + var s = buffer[offset + i]; + i += d; + e = s & (1 << -nBits) - 1; + s >>= -nBits; + nBits += eLen; + + for (; nBits > 0; e = e * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + m = e & (1 << -nBits) - 1; + e >>= -nBits; + nBits += mLen; + + for (; nBits > 0; m = m * 256 + buffer[offset + i], i += d, nBits -= 8) {} + + if (e === 0) { + e = 1 - eBias; + } else if (e === eMax) { + return m ? NaN : (s ? -1 : 1) * Infinity; + } else { + m = m + Math.pow(2, mLen); + e = e - eBias; + } + + return (s ? -1 : 1) * m * Math.pow(2, e - mLen); + }; + + var write = function write(buffer, value, offset, isLE, mLen, nBytes) { + var e, m, c; + var eLen = nBytes * 8 - mLen - 1; + var eMax = (1 << eLen) - 1; + var eBias = eMax >> 1; + var rt = mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0; + var i = isLE ? 0 : nBytes - 1; + var d = isLE ? 1 : -1; + var s = value < 0 || value === 0 && 1 / value < 0 ? 1 : 0; + value = Math.abs(value); + + if (isNaN(value) || value === Infinity) { + m = isNaN(value) ? 1 : 0; + e = eMax; + } else { + e = Math.floor(Math.log(value) / Math.LN2); + + if (value * (c = Math.pow(2, -e)) < 1) { + e--; + c *= 2; + } + + if (e + eBias >= 1) { + value += rt / c; + } else { + value += rt * Math.pow(2, 1 - eBias); + } + + if (value * c >= 2) { + e++; + c /= 2; + } + + if (e + eBias >= eMax) { + m = 0; + e = eMax; + } else if (e + eBias >= 1) { + m = (value * c - 1) * Math.pow(2, mLen); + e = e + eBias; + } else { + m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen); + e = 0; + } + } + + for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {} + + e = e << mLen | m; + eLen += mLen; + + for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {} + + buffer[offset + i - d] |= s * 128; + }; + + var ieee754 = { + read: read, + write: write + }; + + var buffer$1 = createCommonjsModule(function (module, exports) { + + var customInspectSymbol = typeof Symbol === 'function' && typeof Symbol['for'] === 'function' ? // eslint-disable-line dot-notation + Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation + : null; + exports.Buffer = Buffer; + exports.SlowBuffer = SlowBuffer; + exports.INSPECT_MAX_BYTES = 50; + var K_MAX_LENGTH = 0x7fffffff; + exports.kMaxLength = K_MAX_LENGTH; + /** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Print warning and recommend using `buffer` v4.x which has an Object + * implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * We report that the browser does not support typed arrays if the are not subclassable + * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support + * for __proto__ and has a buggy typed array implementation. + */ + + Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport(); + + if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && typeof console.error === 'function') { + console.error('This browser lacks typed array (Uint8Array) support which is required by ' + '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'); + } + + function typedArraySupport() { + // Can typed array instances can be augmented? + try { + var arr = new Uint8Array(1); + var proto = { + foo: function foo() { + return 42; + } + }; + Object.setPrototypeOf(proto, Uint8Array.prototype); + Object.setPrototypeOf(arr, proto); + return arr.foo() === 42; + } catch (e) { + return false; + } + } + + Object.defineProperty(Buffer.prototype, 'parent', { + enumerable: true, + get: function get() { + if (!Buffer.isBuffer(this)) return undefined; + return this.buffer; + } + }); + Object.defineProperty(Buffer.prototype, 'offset', { + enumerable: true, + get: function get() { + if (!Buffer.isBuffer(this)) return undefined; + return this.byteOffset; + } + }); + + function createBuffer(length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"'); + } // Return an augmented `Uint8Array` instance + + + var buf = new Uint8Array(length); + Object.setPrototypeOf(buf, Buffer.prototype); + return buf; + } + /** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + + + function Buffer(arg, encodingOrOffset, length) { + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new TypeError('The "string" argument must be of type string. Received type number'); + } + + return allocUnsafe(arg); + } + + return from(arg, encodingOrOffset, length); + } + + Buffer.poolSize = 8192; // not used by this implementation + + function from(value, encodingOrOffset, length) { + if (typeof value === 'string') { + return fromString(value, encodingOrOffset); + } + + if (ArrayBuffer.isView(value)) { + return fromArrayView(value); + } + + if (value == null) { + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + 'or Array-like Object. Received type ' + babelHelpers["typeof"](value)); + } + + if (isInstance(value, ArrayBuffer) || value && isInstance(value.buffer, ArrayBuffer)) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + + if (typeof SharedArrayBuffer !== 'undefined' && (isInstance(value, SharedArrayBuffer) || value && isInstance(value.buffer, SharedArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length); + } + + if (typeof value === 'number') { + throw new TypeError('The "value" argument must not be of type number. Received type number'); + } + + var valueOf = value.valueOf && value.valueOf(); + + if (valueOf != null && valueOf !== value) { + return Buffer.from(valueOf, encodingOrOffset, length); + } + + var b = fromObject(value); + if (b) return b; + + if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && typeof value[Symbol.toPrimitive] === 'function') { + return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length); + } + + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + 'or Array-like Object. Received type ' + babelHelpers["typeof"](value)); + } + /** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ + + + Buffer.from = function (value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length); + }; // Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: + // https://github.com/feross/buffer/pull/148 + + + Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype); + Object.setPrototypeOf(Buffer, Uint8Array); + + function assertSize(size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be of type number'); + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"'); + } + } + + function alloc(size, fill, encoding) { + assertSize(size); + + if (size <= 0) { + return createBuffer(size); + } + + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpreted as a start offset. + return typeof encoding === 'string' ? createBuffer(size).fill(fill, encoding) : createBuffer(size).fill(fill); + } + + return createBuffer(size); + } + /** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ + + + Buffer.alloc = function (size, fill, encoding) { + return alloc(size, fill, encoding); + }; + + function allocUnsafe(size) { + assertSize(size); + return createBuffer(size < 0 ? 0 : checked(size) | 0); + } + /** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ + + + Buffer.allocUnsafe = function (size) { + return allocUnsafe(size); + }; + /** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ + + + Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(size); + }; + + function fromString(string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8'; + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding); + } + + var length = byteLength(string, encoding) | 0; + var buf = createBuffer(length); + var actual = buf.write(string, encoding); + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + buf = buf.slice(0, actual); + } + + return buf; + } + + function fromArrayLike(array) { + var length = array.length < 0 ? 0 : checked(array.length) | 0; + var buf = createBuffer(length); + + for (var i = 0; i < length; i += 1) { + buf[i] = array[i] & 255; + } + + return buf; + } + + function fromArrayView(arrayView) { + if (isInstance(arrayView, Uint8Array)) { + var copy = new Uint8Array(arrayView); + return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength); + } + + return fromArrayLike(arrayView); + } + + function fromArrayBuffer(array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds'); + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds'); + } + + var buf; + + if (byteOffset === undefined && length === undefined) { + buf = new Uint8Array(array); + } else if (length === undefined) { + buf = new Uint8Array(array, byteOffset); + } else { + buf = new Uint8Array(array, byteOffset, length); + } // Return an augmented `Uint8Array` instance + + + Object.setPrototypeOf(buf, Buffer.prototype); + return buf; + } + + function fromObject(obj) { + if (Buffer.isBuffer(obj)) { + var len = checked(obj.length) | 0; + var buf = createBuffer(len); + + if (buf.length === 0) { + return buf; + } + + obj.copy(buf, 0, 0, len); + return buf; + } + + if (obj.length !== undefined) { + if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { + return createBuffer(0); + } + + return fromArrayLike(obj); + } + + if (obj.type === 'Buffer' && Array.isArray(obj.data)) { + return fromArrayLike(obj.data); + } + } + + function checked(length) { + // Note: cannot use `length < K_MAX_LENGTH` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= K_MAX_LENGTH) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes'); + } + + return length | 0; + } + + function SlowBuffer(length) { + if (+length != length) { + // eslint-disable-line eqeqeq + length = 0; + } + + return Buffer.alloc(+length); + } + + Buffer.isBuffer = function isBuffer(b) { + return b != null && b._isBuffer === true && b !== Buffer.prototype; // so Buffer.isBuffer(Buffer.prototype) will be false + }; + + Buffer.compare = function compare(a, b) { + if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength); + if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength); + + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'); + } + + if (a === b) return 0; + var x = a.length; + var y = b.length; + + for (var i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i]; + y = b[i]; + break; + } + } + + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; + + Buffer.isEncoding = function isEncoding(encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true; + + default: + return false; + } + }; + + Buffer.concat = function concat(list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } + + if (list.length === 0) { + return Buffer.alloc(0); + } + + var i; + + if (length === undefined) { + length = 0; + + for (i = 0; i < list.length; ++i) { + length += list[i].length; + } + } + + var buffer = Buffer.allocUnsafe(length); + var pos = 0; + + for (i = 0; i < list.length; ++i) { + var buf = list[i]; + + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer.length) { + Buffer.from(buf).copy(buffer, pos); + } else { + Uint8Array.prototype.set.call(buffer, buf, pos); + } + } else if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers'); + } else { + buf.copy(buffer, pos); + } + + pos += buf.length; + } + + return buffer; + }; + + function byteLength(string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length; + } + + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength; + } + + if (typeof string !== 'string') { + throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + 'Received type ' + babelHelpers["typeof"](string)); + } + + var len = string.length; + var mustMatch = arguments.length > 2 && arguments[2] === true; + if (!mustMatch && len === 0) return 0; // Use a for loop to avoid recursion + + var loweredCase = false; + + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len; + + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length; + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2; + + case 'hex': + return len >>> 1; + + case 'base64': + return base64ToBytes(string).length; + + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length; // assume utf8 + } + + encoding = ('' + encoding).toLowerCase(); + loweredCase = true; + } + } + } + + Buffer.byteLength = byteLength; + + function slowToString(encoding, start, end) { + var loweredCase = false; // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + + if (start === undefined || start < 0) { + start = 0; + } // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + + + if (start > this.length) { + return ''; + } + + if (end === undefined || end > this.length) { + end = this.length; + } + + if (end <= 0) { + return ''; + } // Force coercion to uint32. This will also coerce falsey/NaN values to 0. + + + end >>>= 0; + start >>>= 0; + + if (end <= start) { + return ''; + } + + if (!encoding) encoding = 'utf8'; + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end); + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end); + + case 'ascii': + return asciiSlice(this, start, end); + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end); + + case 'base64': + return base64Slice(this, start, end); + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end); + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding); + encoding = (encoding + '').toLowerCase(); + loweredCase = true; + } + } + } // This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) + // to detect a Buffer instance. It's not possible to use `instanceof Buffer` + // reliably in a browserify context because there could be multiple different + // copies of the 'buffer' package in use. This method works even for Buffer + // instances that were created from another copy of the `buffer` package. + // See: https://github.com/feross/buffer/issues/154 + + + Buffer.prototype._isBuffer = true; + + function swap(b, n, m) { + var i = b[n]; + b[n] = b[m]; + b[m] = i; + } + + Buffer.prototype.swap16 = function swap16() { + var len = this.length; + + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits'); + } + + for (var i = 0; i < len; i += 2) { + swap(this, i, i + 1); + } + + return this; + }; + + Buffer.prototype.swap32 = function swap32() { + var len = this.length; + + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits'); + } + + for (var i = 0; i < len; i += 4) { + swap(this, i, i + 3); + swap(this, i + 1, i + 2); + } + + return this; + }; + + Buffer.prototype.swap64 = function swap64() { + var len = this.length; + + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits'); + } + + for (var i = 0; i < len; i += 8) { + swap(this, i, i + 7); + swap(this, i + 1, i + 6); + swap(this, i + 2, i + 5); + swap(this, i + 3, i + 4); + } + + return this; + }; + + Buffer.prototype.toString = function toString() { + var length = this.length; + if (length === 0) return ''; + if (arguments.length === 0) return utf8Slice(this, 0, length); + return slowToString.apply(this, arguments); + }; + + Buffer.prototype.toLocaleString = Buffer.prototype.toString; + + Buffer.prototype.equals = function equals(b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer'); + if (this === b) return true; + return Buffer.compare(this, b) === 0; + }; + + Buffer.prototype.inspect = function inspect() { + var str = ''; + var max = exports.INSPECT_MAX_BYTES; + str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim(); + if (this.length > max) str += ' ... '; + return ''; + }; + + if (customInspectSymbol) { + Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect; + } + + Buffer.prototype.compare = function compare(target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer.from(target, target.offset, target.byteLength); + } + + if (!Buffer.isBuffer(target)) { + throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. ' + 'Received type ' + babelHelpers["typeof"](target)); + } + + if (start === undefined) { + start = 0; + } + + if (end === undefined) { + end = target ? target.length : 0; + } + + if (thisStart === undefined) { + thisStart = 0; + } + + if (thisEnd === undefined) { + thisEnd = this.length; + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index'); + } + + if (thisStart >= thisEnd && start >= end) { + return 0; + } + + if (thisStart >= thisEnd) { + return -1; + } + + if (start >= end) { + return 1; + } + + start >>>= 0; + end >>>= 0; + thisStart >>>= 0; + thisEnd >>>= 0; + if (this === target) return 0; + var x = thisEnd - thisStart; + var y = end - start; + var len = Math.min(x, y); + var thisCopy = this.slice(thisStart, thisEnd); + var targetCopy = target.slice(start, end); + + for (var i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i]; + y = targetCopy[i]; + break; + } + } + + if (x < y) return -1; + if (y < x) return 1; + return 0; + }; // Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, + // OR the last index of `val` in `buffer` at offset <= `byteOffset`. + // + // Arguments: + // - buffer - a Buffer to search + // - val - a string, Buffer, or number + // - byteOffset - an index into `buffer`; will be clamped to an int32 + // - encoding - an optional encoding, relevant is val is a string + // - dir - true for indexOf, false for lastIndexOf + + + function bidirectionalIndexOf(buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1; // Normalize byteOffset + + if (typeof byteOffset === 'string') { + encoding = byteOffset; + byteOffset = 0; + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff; + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000; + } + + byteOffset = +byteOffset; // Coerce to Number. + + if (numberIsNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : buffer.length - 1; + } // Normalize byteOffset: negative offsets start from the end of the buffer + + + if (byteOffset < 0) byteOffset = buffer.length + byteOffset; + + if (byteOffset >= buffer.length) { + if (dir) return -1;else byteOffset = buffer.length - 1; + } else if (byteOffset < 0) { + if (dir) byteOffset = 0;else return -1; + } // Normalize val + + + if (typeof val === 'string') { + val = Buffer.from(val, encoding); + } // Finally, search either indexOf (if dir is true) or lastIndexOf + + + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1; + } + + return arrayIndexOf(buffer, val, byteOffset, encoding, dir); + } else if (typeof val === 'number') { + val = val & 0xFF; // Search for a byte value [0-255] + + if (typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset); + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset); + } + } + + return arrayIndexOf(buffer, [val], byteOffset, encoding, dir); + } + + throw new TypeError('val must be string, number or Buffer'); + } + + function arrayIndexOf(arr, val, byteOffset, encoding, dir) { + var indexSize = 1; + var arrLength = arr.length; + var valLength = val.length; + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase(); + + if (encoding === 'ucs2' || encoding === 'ucs-2' || encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1; + } + + indexSize = 2; + arrLength /= 2; + valLength /= 2; + byteOffset /= 2; + } + } + + function read(buf, i) { + if (indexSize === 1) { + return buf[i]; + } else { + return buf.readUInt16BE(i * indexSize); + } + } + + var i; + + if (dir) { + var foundIndex = -1; + + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i; + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize; + } else { + if (foundIndex !== -1) i -= i - foundIndex; + foundIndex = -1; + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength; + + for (i = byteOffset; i >= 0; i--) { + var found = true; + + for (var j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false; + break; + } + } + + if (found) return i; + } + } + + return -1; + } + + Buffer.prototype.includes = function includes(val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1; + }; + + Buffer.prototype.indexOf = function indexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true); + }; + + Buffer.prototype.lastIndexOf = function lastIndexOf(val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false); + }; + + function hexWrite(buf, string, offset, length) { + offset = Number(offset) || 0; + var remaining = buf.length - offset; + + if (!length) { + length = remaining; + } else { + length = Number(length); + + if (length > remaining) { + length = remaining; + } + } + + var strLen = string.length; + + if (length > strLen / 2) { + length = strLen / 2; + } + + for (var i = 0; i < length; ++i) { + var parsed = parseInt(string.substr(i * 2, 2), 16); + if (numberIsNaN(parsed)) return i; + buf[offset + i] = parsed; + } + + return i; + } + + function utf8Write(buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length); + } + + function asciiWrite(buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length); + } + + function base64Write(buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length); + } + + function ucs2Write(buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length); + } + + Buffer.prototype.write = function write(string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8'; + length = this.length; + offset = 0; // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset; + length = this.length; + offset = 0; // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset >>> 0; + + if (isFinite(length)) { + length = length >>> 0; + if (encoding === undefined) encoding = 'utf8'; + } else { + encoding = length; + length = undefined; + } + } else { + throw new Error('Buffer.write(string, encoding, offset[, length]) is no longer supported'); + } + + var remaining = this.length - offset; + if (length === undefined || length > remaining) length = remaining; + + if (string.length > 0 && (length < 0 || offset < 0) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds'); + } + + if (!encoding) encoding = 'utf8'; + var loweredCase = false; + + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length); + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length); + + case 'ascii': + case 'latin1': + case 'binary': + return asciiWrite(this, string, offset, length); + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length); + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length); + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding); + encoding = ('' + encoding).toLowerCase(); + loweredCase = true; + } + } + }; + + Buffer.prototype.toJSON = function toJSON() { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + }; + }; + + function base64Slice(buf, start, end) { + if (start === 0 && end === buf.length) { + return base64Js.fromByteArray(buf); + } else { + return base64Js.fromByteArray(buf.slice(start, end)); + } + } + + function utf8Slice(buf, start, end) { + end = Math.min(buf.length, end); + var res = []; + var i = start; + + while (i < end) { + var firstByte = buf[i]; + var codePoint = null; + var bytesPerSequence = firstByte > 0xEF ? 4 : firstByte > 0xDF ? 3 : firstByte > 0xBF ? 2 : 1; + + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint; + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte; + } + + break; + + case 2: + secondByte = buf[i + 1]; + + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | secondByte & 0x3F; + + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint; + } + } + + break; + + case 3: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | thirdByte & 0x3F; + + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint; + } + } + + break; + + case 4: + secondByte = buf[i + 1]; + thirdByte = buf[i + 2]; + fourthByte = buf[i + 3]; + + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | fourthByte & 0x3F; + + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint; + } + } + + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD; + bytesPerSequence = 1; + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000; + res.push(codePoint >>> 10 & 0x3FF | 0xD800); + codePoint = 0xDC00 | codePoint & 0x3FF; + } + + res.push(codePoint); + i += bytesPerSequence; + } + + return decodeCodePointsArray(res); + } // Based on http://stackoverflow.com/a/22747272/680742, the browser with + // the lowest limit is Chrome, with 0x10000 args. + // We go 1 magnitude less, for safety + + + var MAX_ARGUMENTS_LENGTH = 0x1000; + + function decodeCodePointsArray(codePoints) { + var len = codePoints.length; + + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints); // avoid extra slice() + } // Decode in chunks to avoid "call stack size exceeded". + + + var res = ''; + var i = 0; + + while (i < len) { + res += String.fromCharCode.apply(String, codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)); + } + + return res; + } + + function asciiSlice(buf, start, end) { + var ret = ''; + end = Math.min(buf.length, end); + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F); + } + + return ret; + } + + function latin1Slice(buf, start, end) { + var ret = ''; + end = Math.min(buf.length, end); + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]); + } + + return ret; + } + + function hexSlice(buf, start, end) { + var len = buf.length; + if (!start || start < 0) start = 0; + if (!end || end < 0 || end > len) end = len; + var out = ''; + + for (var i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]]; + } + + return out; + } + + function utf16leSlice(buf, start, end) { + var bytes = buf.slice(start, end); + var res = ''; // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) + + for (var i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + bytes[i + 1] * 256); + } + + return res; + } + + Buffer.prototype.slice = function slice(start, end) { + var len = this.length; + start = ~~start; + end = end === undefined ? len : ~~end; + + if (start < 0) { + start += len; + if (start < 0) start = 0; + } else if (start > len) { + start = len; + } + + if (end < 0) { + end += len; + if (end < 0) end = 0; + } else if (end > len) { + end = len; + } + + if (end < start) end = start; + var newBuf = this.subarray(start, end); // Return an augmented `Uint8Array` instance + + Object.setPrototypeOf(newBuf, Buffer.prototype); + return newBuf; + }; + /* + * Need to make sure that buffer isn't trying to write out of bounds. + */ + + + function checkOffset(offset, ext, length) { + if (offset % 1 !== 0 || offset < 0) throw new RangeError('offset is not uint'); + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length'); + } + + Buffer.prototype.readUintLE = Buffer.prototype.readUIntLE = function readUIntLE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var val = this[offset]; + var mul = 1; + var i = 0; + + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul; + } + + return val; + }; + + Buffer.prototype.readUintBE = Buffer.prototype.readUIntBE = function readUIntBE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + checkOffset(offset, byteLength, this.length); + } + + var val = this[offset + --byteLength]; + var mul = 1; + + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul; + } + + return val; + }; + + Buffer.prototype.readUint8 = Buffer.prototype.readUInt8 = function readUInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + return this[offset]; + }; + + Buffer.prototype.readUint16LE = Buffer.prototype.readUInt16LE = function readUInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] | this[offset + 1] << 8; + }; + + Buffer.prototype.readUint16BE = Buffer.prototype.readUInt16BE = function readUInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + return this[offset] << 8 | this[offset + 1]; + }; + + Buffer.prototype.readUint32LE = Buffer.prototype.readUInt32LE = function readUInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return (this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16) + this[offset + 3] * 0x1000000; + }; + + Buffer.prototype.readUint32BE = Buffer.prototype.readUInt32BE = function readUInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] * 0x1000000 + (this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]); + }; + + Buffer.prototype.readIntLE = function readIntLE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var val = this[offset]; + var mul = 1; + var i = 0; + + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul; + } + + mul *= 0x80; + if (val >= mul) val -= Math.pow(2, 8 * byteLength); + return val; + }; + + Buffer.prototype.readIntBE = function readIntBE(offset, byteLength, noAssert) { + offset = offset >>> 0; + byteLength = byteLength >>> 0; + if (!noAssert) checkOffset(offset, byteLength, this.length); + var i = byteLength; + var mul = 1; + var val = this[offset + --i]; + + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul; + } + + mul *= 0x80; + if (val >= mul) val -= Math.pow(2, 8 * byteLength); + return val; + }; + + Buffer.prototype.readInt8 = function readInt8(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 1, this.length); + if (!(this[offset] & 0x80)) return this[offset]; + return (0xff - this[offset] + 1) * -1; + }; + + Buffer.prototype.readInt16LE = function readInt16LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + var val = this[offset] | this[offset + 1] << 8; + return val & 0x8000 ? val | 0xFFFF0000 : val; + }; + + Buffer.prototype.readInt16BE = function readInt16BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 2, this.length); + var val = this[offset + 1] | this[offset] << 8; + return val & 0x8000 ? val | 0xFFFF0000 : val; + }; + + Buffer.prototype.readInt32LE = function readInt32LE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] | this[offset + 1] << 8 | this[offset + 2] << 16 | this[offset + 3] << 24; + }; + + Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return this[offset] << 24 | this[offset + 1] << 16 | this[offset + 2] << 8 | this[offset + 3]; + }; + + Buffer.prototype.readFloatLE = function readFloatLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, true, 23, 4); + }; + + Buffer.prototype.readFloatBE = function readFloatBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 4, this.length); + return ieee754.read(this, offset, false, 23, 4); + }; + + Buffer.prototype.readDoubleLE = function readDoubleLE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, true, 52, 8); + }; + + Buffer.prototype.readDoubleBE = function readDoubleBE(offset, noAssert) { + offset = offset >>> 0; + if (!noAssert) checkOffset(offset, 8, this.length); + return ieee754.read(this, offset, false, 52, 8); + }; + + function checkInt(buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance'); + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds'); + if (offset + ext > buf.length) throw new RangeError('Index out of range'); + } + + Buffer.prototype.writeUintLE = Buffer.prototype.writeUIntLE = function writeUIntLE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1; + checkInt(this, value, offset, byteLength, maxBytes, 0); + } + + var mul = 1; + var i = 0; + this[offset] = value & 0xFF; + + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = value / mul & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeUintBE = Buffer.prototype.writeUIntBE = function writeUIntBE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + byteLength = byteLength >>> 0; + + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1; + checkInt(this, value, offset, byteLength, maxBytes, 0); + } + + var i = byteLength - 1; + var mul = 1; + this[offset + i] = value & 0xFF; + + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = value / mul & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeUint8 = Buffer.prototype.writeUInt8 = function writeUInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0); + this[offset] = value & 0xff; + return offset + 1; + }; + + Buffer.prototype.writeUint16LE = Buffer.prototype.writeUInt16LE = function writeUInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + + Buffer.prototype.writeUint16BE = Buffer.prototype.writeUInt16BE = function writeUInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0); + this[offset] = value >>> 8; + this[offset + 1] = value & 0xff; + return offset + 2; + }; + + Buffer.prototype.writeUint32LE = Buffer.prototype.writeUInt32LE = function writeUInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0); + this[offset + 3] = value >>> 24; + this[offset + 2] = value >>> 16; + this[offset + 1] = value >>> 8; + this[offset] = value & 0xff; + return offset + 4; + }; + + Buffer.prototype.writeUint32BE = Buffer.prototype.writeUInt32BE = function writeUInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0); + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 0xff; + return offset + 4; + }; + + Buffer.prototype.writeIntLE = function writeIntLE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1); + checkInt(this, value, offset, byteLength, limit - 1, -limit); + } + + var i = 0; + var mul = 1; + var sub = 0; + this[offset] = value & 0xFF; + + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1; + } + + this[offset + i] = (value / mul >> 0) - sub & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeIntBE = function writeIntBE(value, offset, byteLength, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + var limit = Math.pow(2, 8 * byteLength - 1); + checkInt(this, value, offset, byteLength, limit - 1, -limit); + } + + var i = byteLength - 1; + var mul = 1; + var sub = 0; + this[offset + i] = value & 0xFF; + + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1; + } + + this[offset + i] = (value / mul >> 0) - sub & 0xFF; + } + + return offset + byteLength; + }; + + Buffer.prototype.writeInt8 = function writeInt8(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80); + if (value < 0) value = 0xff + value + 1; + this[offset] = value & 0xff; + return offset + 1; + }; + + Buffer.prototype.writeInt16LE = function writeInt16LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + return offset + 2; + }; + + Buffer.prototype.writeInt16BE = function writeInt16BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000); + this[offset] = value >>> 8; + this[offset + 1] = value & 0xff; + return offset + 2; + }; + + Buffer.prototype.writeInt32LE = function writeInt32LE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000); + this[offset] = value & 0xff; + this[offset + 1] = value >>> 8; + this[offset + 2] = value >>> 16; + this[offset + 3] = value >>> 24; + return offset + 4; + }; + + Buffer.prototype.writeInt32BE = function writeInt32BE(value, offset, noAssert) { + value = +value; + offset = offset >>> 0; + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000); + if (value < 0) value = 0xffffffff + value + 1; + this[offset] = value >>> 24; + this[offset + 1] = value >>> 16; + this[offset + 2] = value >>> 8; + this[offset + 3] = value & 0xff; + return offset + 4; + }; + + function checkIEEE754(buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range'); + if (offset < 0) throw new RangeError('Index out of range'); + } + + function writeFloat(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + checkIEEE754(buf, value, offset, 4); + } + + ieee754.write(buf, value, offset, littleEndian, 23, 4); + return offset + 4; + } + + Buffer.prototype.writeFloatLE = function writeFloatLE(value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert); + }; + + Buffer.prototype.writeFloatBE = function writeFloatBE(value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert); + }; + + function writeDouble(buf, value, offset, littleEndian, noAssert) { + value = +value; + offset = offset >>> 0; + + if (!noAssert) { + checkIEEE754(buf, value, offset, 8); + } + + ieee754.write(buf, value, offset, littleEndian, 52, 8); + return offset + 8; + } + + Buffer.prototype.writeDoubleLE = function writeDoubleLE(value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert); + }; + + Buffer.prototype.writeDoubleBE = function writeDoubleBE(value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert); + }; // copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) + + + Buffer.prototype.copy = function copy(target, targetStart, start, end) { + if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer'); + if (!start) start = 0; + if (!end && end !== 0) end = this.length; + if (targetStart >= target.length) targetStart = target.length; + if (!targetStart) targetStart = 0; + if (end > 0 && end < start) end = start; // Copy 0 bytes; we're done + + if (end === start) return 0; + if (target.length === 0 || this.length === 0) return 0; // Fatal error conditions + + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds'); + } + + if (start < 0 || start >= this.length) throw new RangeError('Index out of range'); + if (end < 0) throw new RangeError('sourceEnd out of bounds'); // Are we oob? + + if (end > this.length) end = this.length; + + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start; + } + + var len = end - start; + + if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { + // Use built-in when available, missing from IE11 + this.copyWithin(targetStart, start, end); + } else { + Uint8Array.prototype.set.call(target, this.subarray(start, end), targetStart); + } + + return len; + }; // Usage: + // buffer.fill(number[, offset[, end]]) + // buffer.fill(buffer[, offset[, end]]) + // buffer.fill(string[, offset[, end]][, encoding]) + + + Buffer.prototype.fill = function fill(val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start; + start = 0; + end = this.length; + } else if (typeof end === 'string') { + encoding = end; + end = this.length; + } + + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string'); + } + + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding); + } + + if (val.length === 1) { + var code = val.charCodeAt(0); + + if (encoding === 'utf8' && code < 128 || encoding === 'latin1') { + // Fast path: If `val` fits into a single byte, use that numeric value. + val = code; + } + } + } else if (typeof val === 'number') { + val = val & 255; + } else if (typeof val === 'boolean') { + val = Number(val); + } // Invalid ranges are not set to a default, so can range check early. + + + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index'); + } + + if (end <= start) { + return this; + } + + start = start >>> 0; + end = end === undefined ? this.length : end >>> 0; + if (!val) val = 0; + var i; + + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val; + } + } else { + var bytes = Buffer.isBuffer(val) ? val : Buffer.from(val, encoding); + var len = bytes.length; + + if (len === 0) { + throw new TypeError('The value "' + val + '" is invalid for argument "value"'); + } + + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len]; + } + } + + return this; + }; // HELPER FUNCTIONS + // ================ + + + var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g; + + function base64clean(str) { + // Node takes equal signs as end of the Base64 encoding + str = str.split('=')[0]; // Node strips out invalid characters like \n and \t from the string, base64-js does not + + str = str.trim().replace(INVALID_BASE64_RE, ''); // Node converts strings with length < 2 to '' + + if (str.length < 2) return ''; // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + + while (str.length % 4 !== 0) { + str = str + '='; + } + + return str; + } + + function utf8ToBytes(string, units) { + units = units || Infinity; + var codePoint; + var length = string.length; + var leadSurrogate = null; + var bytes = []; + + for (var i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i); // is surrogate component + + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + continue; + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + continue; + } // valid lead + + + leadSurrogate = codePoint; + continue; + } // 2 leads in a row + + + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + leadSurrogate = codePoint; + continue; + } // valid surrogate pair + + + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000; + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD); + } + + leadSurrogate = null; // encode utf8 + + if (codePoint < 0x80) { + if ((units -= 1) < 0) break; + bytes.push(codePoint); + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break; + bytes.push(codePoint >> 0x6 | 0xC0, codePoint & 0x3F | 0x80); + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break; + bytes.push(codePoint >> 0xC | 0xE0, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80); + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break; + bytes.push(codePoint >> 0x12 | 0xF0, codePoint >> 0xC & 0x3F | 0x80, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80); + } else { + throw new Error('Invalid code point'); + } + } + + return bytes; + } + + function asciiToBytes(str) { + var byteArray = []; + + for (var i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF); + } + + return byteArray; + } + + function utf16leToBytes(str, units) { + var c, hi, lo; + var byteArray = []; + + for (var i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break; + c = str.charCodeAt(i); + hi = c >> 8; + lo = c % 256; + byteArray.push(lo); + byteArray.push(hi); + } + + return byteArray; + } + + function base64ToBytes(str) { + return base64Js.toByteArray(base64clean(str)); + } + + function blitBuffer(src, dst, offset, length) { + for (var i = 0; i < length; ++i) { + if (i + offset >= dst.length || i >= src.length) break; + dst[i + offset] = src[i]; + } + + return i; + } // ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass + // the `instanceof` check but they should be treated as of that type. + // See: https://github.com/feross/buffer/issues/166 + + + function isInstance(obj, type) { + return obj instanceof type || obj != null && obj.constructor != null && obj.constructor.name != null && obj.constructor.name === type.name; + } + + function numberIsNaN(obj) { + // For IE11 support + return obj !== obj; // eslint-disable-line no-self-compare + } // Create lookup table for `toString('hex')` + // See: https://github.com/feross/buffer/issues/219 + + + var hexSliceLookupTable = function () { + var alphabet = '0123456789abcdef'; + var table = new Array(256); + + for (var i = 0; i < 16; ++i) { + var i16 = i * 16; + + for (var j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j]; + } + } + + return table; + }(); + }); + var buffer_1 = buffer$1.Buffer; + buffer$1.SlowBuffer; + buffer$1.INSPECT_MAX_BYTES; + buffer$1.kMaxLength; + + /*! ***************************************************************************** + Copyright (c) Microsoft Corporation. + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + ***************************************************************************** */ + + /* global Reflect, Promise */ + var _extendStatics = function extendStatics(d, b) { + _extendStatics = Object.setPrototypeOf || { + __proto__: [] + } instanceof Array && function (d, b) { + d.__proto__ = b; + } || function (d, b) { + for (var p in b) { + if (b.hasOwnProperty(p)) d[p] = b[p]; + } + }; + + return _extendStatics(d, b); + }; + + function __extends(d, b) { + _extendStatics(d, b); + + function __() { + this.constructor = d; + } + + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + } + + var _assign = function __assign() { + _assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return _assign.apply(this, arguments); + }; + + /** @public */ + var BSONError = /** @class */ (function (_super) { + __extends(BSONError, _super); + function BSONError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONError.prototype); + return _this; + } + Object.defineProperty(BSONError.prototype, "name", { + get: function () { + return 'BSONError'; + }, + enumerable: false, + configurable: true + }); + return BSONError; + }(Error)); + /** @public */ + var BSONTypeError = /** @class */ (function (_super) { + __extends(BSONTypeError, _super); + function BSONTypeError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONTypeError.prototype); + return _this; + } + Object.defineProperty(BSONTypeError.prototype, "name", { + get: function () { + return 'BSONTypeError'; + }, + enumerable: false, + configurable: true + }); + return BSONTypeError; + }(TypeError)); + + function checkForMath(potentialGlobal) { + // eslint-disable-next-line eqeqeq + return potentialGlobal && potentialGlobal.Math == Math && potentialGlobal; + } + // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 + function getGlobal() { + return (checkForMath(typeof globalThis === 'object' && globalThis) || + checkForMath(typeof window === 'object' && window) || + checkForMath(typeof self === 'object' && self) || + checkForMath(typeof global === 'object' && global) || + // eslint-disable-next-line @typescript-eslint/no-implied-eval + Function('return this')()); + } + + /** + * Normalizes our expected stringified form of a function across versions of node + * @param fn - The function to stringify + */ + function normalizedFunctionString(fn) { + return fn.toString().replace('function(', 'function ('); + } + function isReactNative() { + var g = getGlobal(); + return typeof g.navigator === 'object' && g.navigator.product === 'ReactNative'; + } + var insecureRandomBytes = function insecureRandomBytes(size) { + var insecureWarning = isReactNative() + ? 'BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.' + : 'BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.'; + console.warn(insecureWarning); + var result = buffer_1.alloc(size); + for (var i = 0; i < size; ++i) + result[i] = Math.floor(Math.random() * 256); + return result; + }; + var detectRandomBytes = function () { + { + if (typeof window !== 'undefined') { + // browser crypto implementation(s) + var target_1 = window.crypto || window.msCrypto; // allow for IE11 + if (target_1 && target_1.getRandomValues) { + return function (size) { return target_1.getRandomValues(buffer_1.alloc(size)); }; + } + } + if (typeof global !== 'undefined' && global.crypto && global.crypto.getRandomValues) { + // allow for RN packages such as https://www.npmjs.com/package/react-native-get-random-values to populate global + return function (size) { return global.crypto.getRandomValues(buffer_1.alloc(size)); }; + } + return insecureRandomBytes; + } + }; + var randomBytes = detectRandomBytes(); + function isAnyArrayBuffer(value) { + return ['[object ArrayBuffer]', '[object SharedArrayBuffer]'].includes(Object.prototype.toString.call(value)); + } + function isUint8Array(value) { + return Object.prototype.toString.call(value) === '[object Uint8Array]'; + } + function isBigInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigInt64Array]'; + } + function isBigUInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigUint64Array]'; + } + function isRegExp(d) { + return Object.prototype.toString.call(d) === '[object RegExp]'; + } + function isMap(d) { + return Object.prototype.toString.call(d) === '[object Map]'; + } + // To ensure that 0.4 of node works correctly + function isDate(d) { + return isObjectLike(d) && Object.prototype.toString.call(d) === '[object Date]'; + } + /** + * @internal + * this is to solve the `'someKey' in x` problem where x is unknown. + * https://github.com/typescript-eslint/typescript-eslint/issues/1071#issuecomment-541955753 + */ + function isObjectLike(candidate) { + return typeof candidate === 'object' && candidate !== null; + } + function deprecate(fn, message) { + var warned = false; + function deprecated() { + var args = []; + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + if (!warned) { + console.warn(message); + warned = true; + } + return fn.apply(this, args); + } + return deprecated; + } + + /** + * Makes sure that, if a Uint8Array is passed in, it is wrapped in a Buffer. + * + * @param potentialBuffer - The potential buffer + * @returns Buffer the input if potentialBuffer is a buffer, or a buffer that + * wraps a passed in Uint8Array + * @throws BSONTypeError If anything other than a Buffer or Uint8Array is passed in + */ + function ensureBuffer(potentialBuffer) { + if (ArrayBuffer.isView(potentialBuffer)) { + return buffer_1.from(potentialBuffer.buffer, potentialBuffer.byteOffset, potentialBuffer.byteLength); + } + if (isAnyArrayBuffer(potentialBuffer)) { + return buffer_1.from(potentialBuffer); + } + throw new BSONTypeError('Must use either Buffer or TypedArray'); + } + + // Validation regex for v4 uuid (validates with or without dashes) + var VALIDATION_REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i; + var uuidValidateString = function (str) { + return typeof str === 'string' && VALIDATION_REGEX.test(str); + }; + var uuidHexStringToBuffer = function (hexString) { + if (!uuidValidateString(hexString)) { + throw new BSONTypeError('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".'); + } + var sanitizedHexString = hexString.replace(/-/g, ''); + return buffer_1.from(sanitizedHexString, 'hex'); + }; + var bufferToUuidHexString = function (buffer, includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + return includeDashes + ? buffer.toString('hex', 0, 4) + + '-' + + buffer.toString('hex', 4, 6) + + '-' + + buffer.toString('hex', 6, 8) + + '-' + + buffer.toString('hex', 8, 10) + + '-' + + buffer.toString('hex', 10, 16) + : buffer.toString('hex'); + }; + + /** @internal */ + var BSON_INT32_MAX$1 = 0x7fffffff; + /** @internal */ + var BSON_INT32_MIN$1 = -0x80000000; + /** @internal */ + var BSON_INT64_MAX$1 = Math.pow(2, 63) - 1; + /** @internal */ + var BSON_INT64_MIN$1 = -Math.pow(2, 63); + /** + * Any integer up to 2^53 can be precisely represented by a double. + * @internal + */ + var JS_INT_MAX = Math.pow(2, 53); + /** + * Any integer down to -2^53 can be precisely represented by a double. + * @internal + */ + var JS_INT_MIN = -Math.pow(2, 53); + /** Number BSON Type @internal */ + var BSON_DATA_NUMBER = 1; + /** String BSON Type @internal */ + var BSON_DATA_STRING = 2; + /** Object BSON Type @internal */ + var BSON_DATA_OBJECT = 3; + /** Array BSON Type @internal */ + var BSON_DATA_ARRAY = 4; + /** Binary BSON Type @internal */ + var BSON_DATA_BINARY = 5; + /** Binary BSON Type @internal */ + var BSON_DATA_UNDEFINED = 6; + /** ObjectId BSON Type @internal */ + var BSON_DATA_OID = 7; + /** Boolean BSON Type @internal */ + var BSON_DATA_BOOLEAN = 8; + /** Date BSON Type @internal */ + var BSON_DATA_DATE = 9; + /** null BSON Type @internal */ + var BSON_DATA_NULL = 10; + /** RegExp BSON Type @internal */ + var BSON_DATA_REGEXP = 11; + /** Code BSON Type @internal */ + var BSON_DATA_DBPOINTER = 12; + /** Code BSON Type @internal */ + var BSON_DATA_CODE = 13; + /** Symbol BSON Type @internal */ + var BSON_DATA_SYMBOL = 14; + /** Code with Scope BSON Type @internal */ + var BSON_DATA_CODE_W_SCOPE = 15; + /** 32 bit Integer BSON Type @internal */ + var BSON_DATA_INT = 16; + /** Timestamp BSON Type @internal */ + var BSON_DATA_TIMESTAMP = 17; + /** Long BSON Type @internal */ + var BSON_DATA_LONG = 18; + /** Decimal128 BSON Type @internal */ + var BSON_DATA_DECIMAL128 = 19; + /** MinKey BSON Type @internal */ + var BSON_DATA_MIN_KEY = 0xff; + /** MaxKey BSON Type @internal */ + var BSON_DATA_MAX_KEY = 0x7f; + /** Binary Default Type @internal */ + var BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Binary Function Type @internal */ + var BSON_BINARY_SUBTYPE_FUNCTION = 1; + /** Binary Byte Array Type @internal */ + var BSON_BINARY_SUBTYPE_BYTE_ARRAY = 2; + /** Binary Deprecated UUID Type @deprecated Please use BSON_BINARY_SUBTYPE_UUID_NEW @internal */ + var BSON_BINARY_SUBTYPE_UUID = 3; + /** Binary UUID Type @internal */ + var BSON_BINARY_SUBTYPE_UUID_NEW = 4; + /** Binary MD5 Type @internal */ + var BSON_BINARY_SUBTYPE_MD5 = 5; + /** Encrypted BSON type @internal */ + var BSON_BINARY_SUBTYPE_ENCRYPTED = 6; + /** Column BSON type @internal */ + var BSON_BINARY_SUBTYPE_COLUMN = 7; + /** Binary User Defined Type @internal */ + var BSON_BINARY_SUBTYPE_USER_DEFINED = 128; + + /** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ + var Binary = /** @class */ (function () { + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + function Binary(buffer, subType) { + if (!(this instanceof Binary)) + return new Binary(buffer, subType); + if (!(buffer == null) && + !(typeof buffer === 'string') && + !ArrayBuffer.isView(buffer) && + !(buffer instanceof ArrayBuffer) && + !Array.isArray(buffer)) { + throw new BSONTypeError('Binary can only be constructed from string, Buffer, TypedArray, or Array'); + } + this.sub_type = subType !== null && subType !== void 0 ? subType : Binary.BSON_BINARY_SUBTYPE_DEFAULT; + if (buffer == null) { + // create an empty binary buffer + this.buffer = buffer_1.alloc(Binary.BUFFER_SIZE); + this.position = 0; + } + else { + if (typeof buffer === 'string') { + // string + this.buffer = buffer_1.from(buffer, 'binary'); + } + else if (Array.isArray(buffer)) { + // number[] + this.buffer = buffer_1.from(buffer); + } + else { + // Buffer | TypedArray | ArrayBuffer + this.buffer = ensureBuffer(buffer); + } + this.position = this.buffer.byteLength; + } + } + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + Binary.prototype.put = function (byteValue) { + // If it's a string and a has more than one character throw an error + if (typeof byteValue === 'string' && byteValue.length !== 1) { + throw new BSONTypeError('only accepts single character String'); + } + else if (typeof byteValue !== 'number' && byteValue.length !== 1) + throw new BSONTypeError('only accepts single character Uint8Array or Array'); + // Decode the byte value once + var decodedByte; + if (typeof byteValue === 'string') { + decodedByte = byteValue.charCodeAt(0); + } + else if (typeof byteValue === 'number') { + decodedByte = byteValue; + } + else { + decodedByte = byteValue[0]; + } + if (decodedByte < 0 || decodedByte > 255) { + throw new BSONTypeError('only accepts number in a valid unsigned byte range 0-255'); + } + if (this.buffer.length > this.position) { + this.buffer[this.position++] = decodedByte; + } + else { + var buffer = buffer_1.alloc(Binary.BUFFER_SIZE + this.buffer.length); + // Combine the two buffers together + this.buffer.copy(buffer, 0, 0, this.buffer.length); + this.buffer = buffer; + this.buffer[this.position++] = decodedByte; + } + }; + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + Binary.prototype.write = function (sequence, offset) { + offset = typeof offset === 'number' ? offset : this.position; + // If the buffer is to small let's extend the buffer + if (this.buffer.length < offset + sequence.length) { + var buffer = buffer_1.alloc(this.buffer.length + sequence.length); + this.buffer.copy(buffer, 0, 0, this.buffer.length); + // Assign the new buffer + this.buffer = buffer; + } + if (ArrayBuffer.isView(sequence)) { + this.buffer.set(ensureBuffer(sequence), offset); + this.position = + offset + sequence.byteLength > this.position ? offset + sequence.length : this.position; + } + else if (typeof sequence === 'string') { + this.buffer.write(sequence, offset, sequence.length, 'binary'); + this.position = + offset + sequence.length > this.position ? offset + sequence.length : this.position; + } + }; + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + Binary.prototype.read = function (position, length) { + length = length && length > 0 ? length : this.position; + // Let's return the data based on the type we have + return this.buffer.slice(position, position + length); + }; + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + Binary.prototype.value = function (asRaw) { + asRaw = !!asRaw; + // Optimize to serialize for the situation where the data == size of buffer + if (asRaw && this.buffer.length === this.position) { + return this.buffer; + } + // If it's a node.js buffer object + if (asRaw) { + return this.buffer.slice(0, this.position); + } + return this.buffer.toString('binary', 0, this.position); + }; + /** the length of the binary sequence */ + Binary.prototype.length = function () { + return this.position; + }; + Binary.prototype.toJSON = function () { + return this.buffer.toString('base64'); + }; + Binary.prototype.toString = function (format) { + return this.buffer.toString(format); + }; + /** @internal */ + Binary.prototype.toExtendedJSON = function (options) { + options = options || {}; + var base64String = this.buffer.toString('base64'); + var subType = Number(this.sub_type).toString(16); + if (options.legacy) { + return { + $binary: base64String, + $type: subType.length === 1 ? '0' + subType : subType + }; + } + return { + $binary: { + base64: base64String, + subType: subType.length === 1 ? '0' + subType : subType + } + }; + }; + Binary.prototype.toUUID = function () { + if (this.sub_type === Binary.SUBTYPE_UUID) { + return new UUID(this.buffer.slice(0, this.position)); + } + throw new BSONError("Binary sub_type \"".concat(this.sub_type, "\" is not supported for converting to UUID. Only \"").concat(Binary.SUBTYPE_UUID, "\" is currently supported.")); + }; + /** @internal */ + Binary.fromExtendedJSON = function (doc, options) { + options = options || {}; + var data; + var type; + if ('$binary' in doc) { + if (options.legacy && typeof doc.$binary === 'string' && '$type' in doc) { + type = doc.$type ? parseInt(doc.$type, 16) : 0; + data = buffer_1.from(doc.$binary, 'base64'); + } + else { + if (typeof doc.$binary !== 'string') { + type = doc.$binary.subType ? parseInt(doc.$binary.subType, 16) : 0; + data = buffer_1.from(doc.$binary.base64, 'base64'); + } + } + } + else if ('$uuid' in doc) { + type = 4; + data = uuidHexStringToBuffer(doc.$uuid); + } + if (!data) { + throw new BSONTypeError("Unexpected Binary Extended JSON format ".concat(JSON.stringify(doc))); + } + return type === BSON_BINARY_SUBTYPE_UUID_NEW ? new UUID(data) : new Binary(data, type); + }; + /** @internal */ + Binary.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Binary.prototype.inspect = function () { + var asBuffer = this.value(true); + return "new Binary(Buffer.from(\"".concat(asBuffer.toString('hex'), "\", \"hex\"), ").concat(this.sub_type, ")"); + }; + /** + * Binary default subtype + * @internal + */ + Binary.BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Initial buffer default size */ + Binary.BUFFER_SIZE = 256; + /** Default BSON type */ + Binary.SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + Binary.SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + Binary.SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + Binary.SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + Binary.SUBTYPE_UUID = 4; + /** MD5 BSON type */ + Binary.SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + Binary.SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + Binary.SUBTYPE_COLUMN = 7; + /** User BSON type */ + Binary.SUBTYPE_USER_DEFINED = 128; + return Binary; + }()); + Object.defineProperty(Binary.prototype, '_bsontype', { value: 'Binary' }); + var UUID_BYTE_LENGTH = 16; + /** + * A class representation of the BSON UUID type. + * @public + */ + var UUID = /** @class */ (function (_super) { + __extends(UUID, _super); + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + function UUID(input) { + var _this = this; + var bytes; + var hexStr; + if (input == null) { + bytes = UUID.generate(); + } + else if (input instanceof UUID) { + bytes = buffer_1.from(input.buffer); + hexStr = input.__id; + } + else if (ArrayBuffer.isView(input) && input.byteLength === UUID_BYTE_LENGTH) { + bytes = ensureBuffer(input); + } + else if (typeof input === 'string') { + bytes = uuidHexStringToBuffer(input); + } + else { + throw new BSONTypeError('Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).'); + } + _this = _super.call(this, bytes, BSON_BINARY_SUBTYPE_UUID_NEW) || this; + _this.__id = hexStr; + return _this; + } + Object.defineProperty(UUID.prototype, "id", { + /** + * The UUID bytes + * @readonly + */ + get: function () { + return this.buffer; + }, + set: function (value) { + this.buffer = value; + if (UUID.cacheHexString) { + this.__id = bufferToUuidHexString(value); + } + }, + enumerable: false, + configurable: true + }); + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + UUID.prototype.toHexString = function (includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + if (UUID.cacheHexString && this.__id) { + return this.__id; + } + var uuidHexString = bufferToUuidHexString(this.id, includeDashes); + if (UUID.cacheHexString) { + this.__id = uuidHexString; + } + return uuidHexString; + }; + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + UUID.prototype.toString = function (encoding) { + return encoding ? this.id.toString(encoding) : this.toHexString(); + }; + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + UUID.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + UUID.prototype.equals = function (otherId) { + if (!otherId) { + return false; + } + if (otherId instanceof UUID) { + return otherId.id.equals(this.id); + } + try { + return new UUID(otherId).id.equals(this.id); + } + catch (_a) { + return false; + } + }; + /** + * Creates a Binary instance from the current UUID. + */ + UUID.prototype.toBinary = function () { + return new Binary(this.id, Binary.SUBTYPE_UUID); + }; + /** + * Generates a populated buffer containing a v4 uuid + */ + UUID.generate = function () { + var bytes = randomBytes(UUID_BYTE_LENGTH); + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + // Kindly borrowed from https://github.com/uuidjs/uuid/blob/master/src/v4.js + bytes[6] = (bytes[6] & 0x0f) | 0x40; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + return buffer_1.from(bytes); + }; + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + UUID.isValid = function (input) { + if (!input) { + return false; + } + if (input instanceof UUID) { + return true; + } + if (typeof input === 'string') { + return uuidValidateString(input); + } + if (isUint8Array(input)) { + // check for length & uuid version (https://tools.ietf.org/html/rfc4122#section-4.1.3) + if (input.length !== UUID_BYTE_LENGTH) { + return false; + } + return (input[6] & 0xf0) === 0x40 && (input[8] & 0x80) === 0x80; + } + return false; + }; + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + UUID.createFromHexString = function (hexString) { + var buffer = uuidHexStringToBuffer(hexString); + return new UUID(buffer); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 36 character hex string representation. + * @internal + */ + UUID.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + UUID.prototype.inspect = function () { + return "new UUID(\"".concat(this.toHexString(), "\")"); + }; + return UUID; + }(Binary)); + + /** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ + var Code = /** @class */ (function () { + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + function Code(code, scope) { + if (!(this instanceof Code)) + return new Code(code, scope); + this.code = code; + this.scope = scope; + } + Code.prototype.toJSON = function () { + return { code: this.code, scope: this.scope }; + }; + /** @internal */ + Code.prototype.toExtendedJSON = function () { + if (this.scope) { + return { $code: this.code, $scope: this.scope }; + } + return { $code: this.code }; + }; + /** @internal */ + Code.fromExtendedJSON = function (doc) { + return new Code(doc.$code, doc.$scope); + }; + /** @internal */ + Code.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Code.prototype.inspect = function () { + var codeJson = this.toJSON(); + return "new Code(\"".concat(String(codeJson.code), "\"").concat(codeJson.scope ? ", ".concat(JSON.stringify(codeJson.scope)) : '', ")"); + }; + return Code; + }()); + Object.defineProperty(Code.prototype, '_bsontype', { value: 'Code' }); + + /** @internal */ + function isDBRefLike(value) { + return (isObjectLike(value) && + value.$id != null && + typeof value.$ref === 'string' && + (value.$db == null || typeof value.$db === 'string')); + } + /** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ + var DBRef = /** @class */ (function () { + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + function DBRef(collection, oid, db, fields) { + if (!(this instanceof DBRef)) + return new DBRef(collection, oid, db, fields); + // check if namespace has been provided + var parts = collection.split('.'); + if (parts.length === 2) { + db = parts.shift(); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + collection = parts.shift(); + } + this.collection = collection; + this.oid = oid; + this.db = db; + this.fields = fields || {}; + } + Object.defineProperty(DBRef.prototype, "namespace", { + // Property provided for compatibility with the 1.x parser + // the 1.x parser used a "namespace" property, while 4.x uses "collection" + /** @internal */ + get: function () { + return this.collection; + }, + set: function (value) { + this.collection = value; + }, + enumerable: false, + configurable: true + }); + DBRef.prototype.toJSON = function () { + var o = Object.assign({ + $ref: this.collection, + $id: this.oid + }, this.fields); + if (this.db != null) + o.$db = this.db; + return o; + }; + /** @internal */ + DBRef.prototype.toExtendedJSON = function (options) { + options = options || {}; + var o = { + $ref: this.collection, + $id: this.oid + }; + if (options.legacy) { + return o; + } + if (this.db) + o.$db = this.db; + o = Object.assign(o, this.fields); + return o; + }; + /** @internal */ + DBRef.fromExtendedJSON = function (doc) { + var copy = Object.assign({}, doc); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(doc.$ref, doc.$id, doc.$db, copy); + }; + /** @internal */ + DBRef.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + DBRef.prototype.inspect = function () { + // NOTE: if OID is an ObjectId class it will just print the oid string. + var oid = this.oid === undefined || this.oid.toString === undefined ? this.oid : this.oid.toString(); + return "new DBRef(\"".concat(this.namespace, "\", new ObjectId(\"").concat(String(oid), "\")").concat(this.db ? ", \"".concat(this.db, "\"") : '', ")"); + }; + return DBRef; + }()); + Object.defineProperty(DBRef.prototype, '_bsontype', { value: 'DBRef' }); + + /** + * wasm optimizations, to do native i64 multiplication and divide + */ + var wasm = undefined; + try { + wasm = new WebAssembly.Instance(new WebAssembly.Module( + // prettier-ignore + new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 13, 2, 96, 0, 1, 127, 96, 4, 127, 127, 127, 127, 1, 127, 3, 7, 6, 0, 1, 1, 1, 1, 1, 6, 6, 1, 127, 1, 65, 0, 11, 7, 50, 6, 3, 109, 117, 108, 0, 1, 5, 100, 105, 118, 95, 115, 0, 2, 5, 100, 105, 118, 95, 117, 0, 3, 5, 114, 101, 109, 95, 115, 0, 4, 5, 114, 101, 109, 95, 117, 0, 5, 8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0, 10, 191, 1, 6, 4, 0, 35, 0, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11])), {}).exports; + } + catch (_a) { + // no wasm support + } + var TWO_PWR_16_DBL = 1 << 16; + var TWO_PWR_24_DBL = 1 << 24; + var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL; + var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL; + var TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2; + /** A cache of the Long representations of small integer values. */ + var INT_CACHE = {}; + /** A cache of the Long representations of small unsigned integer values. */ + var UINT_CACHE = {}; + /** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ + var Long = /** @class */ (function () { + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + function Long(low, high, unsigned) { + if (low === void 0) { low = 0; } + if (!(this instanceof Long)) + return new Long(low, high, unsigned); + if (typeof low === 'bigint') { + Object.assign(this, Long.fromBigInt(low, !!high)); + } + else if (typeof low === 'string') { + Object.assign(this, Long.fromString(low, !!high)); + } + else { + this.low = low | 0; + this.high = high | 0; + this.unsigned = !!unsigned; + } + Object.defineProperty(this, '__isLong__', { + value: true, + configurable: false, + writable: false, + enumerable: false + }); + } + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBits = function (lowBits, highBits, unsigned) { + return new Long(lowBits, highBits, unsigned); + }; + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromInt = function (value, unsigned) { + var obj, cachedObj, cache; + if (unsigned) { + value >>>= 0; + if ((cache = 0 <= value && value < 256)) { + cachedObj = UINT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, (value | 0) < 0 ? -1 : 0, true); + if (cache) + UINT_CACHE[value] = obj; + return obj; + } + else { + value |= 0; + if ((cache = -128 <= value && value < 128)) { + cachedObj = INT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, value < 0 ? -1 : 0, false); + if (cache) + INT_CACHE[value] = obj; + return obj; + } + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromNumber = function (value, unsigned) { + if (isNaN(value)) + return unsigned ? Long.UZERO : Long.ZERO; + if (unsigned) { + if (value < 0) + return Long.UZERO; + if (value >= TWO_PWR_64_DBL) + return Long.MAX_UNSIGNED_VALUE; + } + else { + if (value <= -TWO_PWR_63_DBL) + return Long.MIN_VALUE; + if (value + 1 >= TWO_PWR_63_DBL) + return Long.MAX_VALUE; + } + if (value < 0) + return Long.fromNumber(-value, unsigned).neg(); + return Long.fromBits(value % TWO_PWR_32_DBL | 0, (value / TWO_PWR_32_DBL) | 0, unsigned); + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBigInt = function (value, unsigned) { + return Long.fromString(value.toString(), unsigned); + }; + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + Long.fromString = function (str, unsigned, radix) { + if (str.length === 0) + throw Error('empty string'); + if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity') + return Long.ZERO; + if (typeof unsigned === 'number') { + // For goog.math.long compatibility + (radix = unsigned), (unsigned = false); + } + else { + unsigned = !!unsigned; + } + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + var p; + if ((p = str.indexOf('-')) > 0) + throw Error('interior hyphen'); + else if (p === 0) { + return Long.fromString(str.substring(1), unsigned, radix).neg(); + } + // Do several (8) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 8)); + var result = Long.ZERO; + for (var i = 0; i < str.length; i += 8) { + var size = Math.min(8, str.length - i), value = parseInt(str.substring(i, i + size), radix); + if (size < 8) { + var power = Long.fromNumber(Math.pow(radix, size)); + result = result.mul(power).add(Long.fromNumber(value)); + } + else { + result = result.mul(radixToPower); + result = result.add(Long.fromNumber(value)); + } + } + result.unsigned = unsigned; + return result; + }; + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + Long.fromBytes = function (bytes, unsigned, le) { + return le ? Long.fromBytesLE(bytes, unsigned) : Long.fromBytesBE(bytes, unsigned); + }; + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesLE = function (bytes, unsigned) { + return new Long(bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24), bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24), unsigned); + }; + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesBE = function (bytes, unsigned) { + return new Long((bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7], (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3], unsigned); + }; + /** + * Tests if the specified object is a Long. + */ + Long.isLong = function (value) { + return isObjectLike(value) && value['__isLong__'] === true; + }; + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + Long.fromValue = function (val, unsigned) { + if (typeof val === 'number') + return Long.fromNumber(val, unsigned); + if (typeof val === 'string') + return Long.fromString(val, unsigned); + // Throws for non-objects, converts non-instanceof Long: + return Long.fromBits(val.low, val.high, typeof unsigned === 'boolean' ? unsigned : val.unsigned); + }; + /** Returns the sum of this and the specified Long. */ + Long.prototype.add = function (addend) { + if (!Long.isLong(addend)) + addend = Long.fromValue(addend); + // Divide each number into 4 chunks of 16 bits, and then sum the chunks. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = addend.high >>> 16; + var b32 = addend.high & 0xffff; + var b16 = addend.low >>> 16; + var b00 = addend.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 + b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 + b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 + b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 + b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + Long.prototype.and = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low & other.low, this.high & other.high, this.unsigned); + }; + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + Long.prototype.compare = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.eq(other)) + return 0; + var thisNeg = this.isNegative(), otherNeg = other.isNegative(); + if (thisNeg && !otherNeg) + return -1; + if (!thisNeg && otherNeg) + return 1; + // At this point the sign bits are the same + if (!this.unsigned) + return this.sub(other).isNegative() ? -1 : 1; + // Both are positive if at least one is unsigned + return other.high >>> 0 > this.high >>> 0 || + (other.high === this.high && other.low >>> 0 > this.low >>> 0) + ? -1 + : 1; + }; + /** This is an alias of {@link Long.compare} */ + Long.prototype.comp = function (other) { + return this.compare(other); + }; + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + Long.prototype.divide = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + if (divisor.isZero()) + throw Error('division by zero'); + // use wasm support if present + if (wasm) { + // guard against signed division overflow: the largest + // negative number / -1 would be 1 larger than the largest + // positive number, due to two's complement. + if (!this.unsigned && + this.high === -0x80000000 && + divisor.low === -1 && + divisor.high === -1) { + // be consistent with non-wasm code path + return this; + } + var low = (this.unsigned ? wasm.div_u : wasm.div_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (this.isZero()) + return this.unsigned ? Long.UZERO : Long.ZERO; + var approx, rem, res; + if (!this.unsigned) { + // This section is only relevant for signed longs and is derived from the + // closure library as a whole. + if (this.eq(Long.MIN_VALUE)) { + if (divisor.eq(Long.ONE) || divisor.eq(Long.NEG_ONE)) + return Long.MIN_VALUE; + // recall that -MIN_VALUE == MIN_VALUE + else if (divisor.eq(Long.MIN_VALUE)) + return Long.ONE; + else { + // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|. + var halfThis = this.shr(1); + approx = halfThis.div(divisor).shl(1); + if (approx.eq(Long.ZERO)) { + return divisor.isNegative() ? Long.ONE : Long.NEG_ONE; + } + else { + rem = this.sub(divisor.mul(approx)); + res = approx.add(rem.div(divisor)); + return res; + } + } + } + else if (divisor.eq(Long.MIN_VALUE)) + return this.unsigned ? Long.UZERO : Long.ZERO; + if (this.isNegative()) { + if (divisor.isNegative()) + return this.neg().div(divisor.neg()); + return this.neg().div(divisor).neg(); + } + else if (divisor.isNegative()) + return this.div(divisor.neg()).neg(); + res = Long.ZERO; + } + else { + // The algorithm below has not been made for unsigned longs. It's therefore + // required to take special care of the MSB prior to running it. + if (!divisor.unsigned) + divisor = divisor.toUnsigned(); + if (divisor.gt(this)) + return Long.UZERO; + if (divisor.gt(this.shru(1))) + // 15 >>> 1 = 7 ; with divisor = 8 ; true + return Long.UONE; + res = Long.UZERO; + } + // Repeat the following until the remainder is less than other: find a + // floating-point that approximates remainder / other *from below*, add this + // into the result, and subtract it from the remainder. It is critical that + // the approximate value is less than or equal to the real value so that the + // remainder never becomes negative. + // eslint-disable-next-line @typescript-eslint/no-this-alias + rem = this; + while (rem.gte(divisor)) { + // Approximate the result of division. This may be a little greater or + // smaller than the actual value. + approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber())); + // We will tweak the approximate result by changing it in the 48-th digit or + // the smallest non-fractional digit, whichever is larger. + var log2 = Math.ceil(Math.log(approx) / Math.LN2); + var delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48); + // Decrease the approximation until it is smaller than the remainder. Note + // that if it is too large, the product overflows and is negative. + var approxRes = Long.fromNumber(approx); + var approxRem = approxRes.mul(divisor); + while (approxRem.isNegative() || approxRem.gt(rem)) { + approx -= delta; + approxRes = Long.fromNumber(approx, this.unsigned); + approxRem = approxRes.mul(divisor); + } + // We know the answer can't be zero... and actually, zero would cause + // infinite recursion since we would make no progress. + if (approxRes.isZero()) + approxRes = Long.ONE; + res = res.add(approxRes); + rem = rem.sub(approxRem); + } + return res; + }; + /**This is an alias of {@link Long.divide} */ + Long.prototype.div = function (divisor) { + return this.divide(divisor); + }; + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + Long.prototype.equals = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.unsigned !== other.unsigned && this.high >>> 31 === 1 && other.high >>> 31 === 1) + return false; + return this.high === other.high && this.low === other.low; + }; + /** This is an alias of {@link Long.equals} */ + Long.prototype.eq = function (other) { + return this.equals(other); + }; + /** Gets the high 32 bits as a signed integer. */ + Long.prototype.getHighBits = function () { + return this.high; + }; + /** Gets the high 32 bits as an unsigned integer. */ + Long.prototype.getHighBitsUnsigned = function () { + return this.high >>> 0; + }; + /** Gets the low 32 bits as a signed integer. */ + Long.prototype.getLowBits = function () { + return this.low; + }; + /** Gets the low 32 bits as an unsigned integer. */ + Long.prototype.getLowBitsUnsigned = function () { + return this.low >>> 0; + }; + /** Gets the number of bits needed to represent the absolute value of this Long. */ + Long.prototype.getNumBitsAbs = function () { + if (this.isNegative()) { + // Unsigned Longs are never negative + return this.eq(Long.MIN_VALUE) ? 64 : this.neg().getNumBitsAbs(); + } + var val = this.high !== 0 ? this.high : this.low; + var bit; + for (bit = 31; bit > 0; bit--) + if ((val & (1 << bit)) !== 0) + break; + return this.high !== 0 ? bit + 33 : bit + 1; + }; + /** Tests if this Long's value is greater than the specified's. */ + Long.prototype.greaterThan = function (other) { + return this.comp(other) > 0; + }; + /** This is an alias of {@link Long.greaterThan} */ + Long.prototype.gt = function (other) { + return this.greaterThan(other); + }; + /** Tests if this Long's value is greater than or equal the specified's. */ + Long.prototype.greaterThanOrEqual = function (other) { + return this.comp(other) >= 0; + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.gte = function (other) { + return this.greaterThanOrEqual(other); + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.ge = function (other) { + return this.greaterThanOrEqual(other); + }; + /** Tests if this Long's value is even. */ + Long.prototype.isEven = function () { + return (this.low & 1) === 0; + }; + /** Tests if this Long's value is negative. */ + Long.prototype.isNegative = function () { + return !this.unsigned && this.high < 0; + }; + /** Tests if this Long's value is odd. */ + Long.prototype.isOdd = function () { + return (this.low & 1) === 1; + }; + /** Tests if this Long's value is positive. */ + Long.prototype.isPositive = function () { + return this.unsigned || this.high >= 0; + }; + /** Tests if this Long's value equals zero. */ + Long.prototype.isZero = function () { + return this.high === 0 && this.low === 0; + }; + /** Tests if this Long's value is less than the specified's. */ + Long.prototype.lessThan = function (other) { + return this.comp(other) < 0; + }; + /** This is an alias of {@link Long#lessThan}. */ + Long.prototype.lt = function (other) { + return this.lessThan(other); + }; + /** Tests if this Long's value is less than or equal the specified's. */ + Long.prototype.lessThanOrEqual = function (other) { + return this.comp(other) <= 0; + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.lte = function (other) { + return this.lessThanOrEqual(other); + }; + /** Returns this Long modulo the specified. */ + Long.prototype.modulo = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + // use wasm support if present + if (wasm) { + var low = (this.unsigned ? wasm.rem_u : wasm.rem_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + return this.sub(this.div(divisor).mul(divisor)); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.mod = function (divisor) { + return this.modulo(divisor); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.rem = function (divisor) { + return this.modulo(divisor); + }; + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + Long.prototype.multiply = function (multiplier) { + if (this.isZero()) + return Long.ZERO; + if (!Long.isLong(multiplier)) + multiplier = Long.fromValue(multiplier); + // use wasm support if present + if (wasm) { + var low = wasm.mul(this.low, this.high, multiplier.low, multiplier.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (multiplier.isZero()) + return Long.ZERO; + if (this.eq(Long.MIN_VALUE)) + return multiplier.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (multiplier.eq(Long.MIN_VALUE)) + return this.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (this.isNegative()) { + if (multiplier.isNegative()) + return this.neg().mul(multiplier.neg()); + else + return this.neg().mul(multiplier).neg(); + } + else if (multiplier.isNegative()) + return this.mul(multiplier.neg()).neg(); + // If both longs are small, use float multiplication + if (this.lt(Long.TWO_PWR_24) && multiplier.lt(Long.TWO_PWR_24)) + return Long.fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned); + // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products. + // We can skip products that would overflow. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = multiplier.high >>> 16; + var b32 = multiplier.high & 0xffff; + var b16 = multiplier.low >>> 16; + var b00 = multiplier.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 * b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 * b00; + c32 += c16 >>> 16; + c16 &= 0xffff; + c16 += a00 * b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 * b00; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a16 * b16; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a00 * b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** This is an alias of {@link Long.multiply} */ + Long.prototype.mul = function (multiplier) { + return this.multiply(multiplier); + }; + /** Returns the Negation of this Long's value. */ + Long.prototype.negate = function () { + if (!this.unsigned && this.eq(Long.MIN_VALUE)) + return Long.MIN_VALUE; + return this.not().add(Long.ONE); + }; + /** This is an alias of {@link Long.negate} */ + Long.prototype.neg = function () { + return this.negate(); + }; + /** Returns the bitwise NOT of this Long. */ + Long.prototype.not = function () { + return Long.fromBits(~this.low, ~this.high, this.unsigned); + }; + /** Tests if this Long's value differs from the specified's. */ + Long.prototype.notEquals = function (other) { + return !this.equals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.neq = function (other) { + return this.notEquals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.ne = function (other) { + return this.notEquals(other); + }; + /** + * Returns the bitwise OR of this Long and the specified. + */ + Long.prototype.or = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low | other.low, this.high | other.high, this.unsigned); + }; + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftLeft = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits(this.low << numBits, (this.high << numBits) | (this.low >>> (32 - numBits)), this.unsigned); + else + return Long.fromBits(0, this.low << (numBits - 32), this.unsigned); + }; + /** This is an alias of {@link Long.shiftLeft} */ + Long.prototype.shl = function (numBits) { + return this.shiftLeft(numBits); + }; + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRight = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits((this.low >>> numBits) | (this.high << (32 - numBits)), this.high >> numBits, this.unsigned); + else + return Long.fromBits(this.high >> (numBits - 32), this.high >= 0 ? 0 : -1, this.unsigned); + }; + /** This is an alias of {@link Long.shiftRight} */ + Long.prototype.shr = function (numBits) { + return this.shiftRight(numBits); + }; + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRightUnsigned = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + numBits &= 63; + if (numBits === 0) + return this; + else { + var high = this.high; + if (numBits < 32) { + var low = this.low; + return Long.fromBits((low >>> numBits) | (high << (32 - numBits)), high >>> numBits, this.unsigned); + } + else if (numBits === 32) + return Long.fromBits(high, 0, this.unsigned); + else + return Long.fromBits(high >>> (numBits - 32), 0, this.unsigned); + } + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shr_u = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shru = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + Long.prototype.subtract = function (subtrahend) { + if (!Long.isLong(subtrahend)) + subtrahend = Long.fromValue(subtrahend); + return this.add(subtrahend.neg()); + }; + /** This is an alias of {@link Long.subtract} */ + Long.prototype.sub = function (subtrahend) { + return this.subtract(subtrahend); + }; + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + Long.prototype.toInt = function () { + return this.unsigned ? this.low >>> 0 : this.low; + }; + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + Long.prototype.toNumber = function () { + if (this.unsigned) + return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0); + return this.high * TWO_PWR_32_DBL + (this.low >>> 0); + }; + /** Converts the Long to a BigInt (arbitrary precision). */ + Long.prototype.toBigInt = function () { + return BigInt(this.toString()); + }; + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + Long.prototype.toBytes = function (le) { + return le ? this.toBytesLE() : this.toBytesBE(); + }; + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + Long.prototype.toBytesLE = function () { + var hi = this.high, lo = this.low; + return [ + lo & 0xff, + (lo >>> 8) & 0xff, + (lo >>> 16) & 0xff, + lo >>> 24, + hi & 0xff, + (hi >>> 8) & 0xff, + (hi >>> 16) & 0xff, + hi >>> 24 + ]; + }; + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + Long.prototype.toBytesBE = function () { + var hi = this.high, lo = this.low; + return [ + hi >>> 24, + (hi >>> 16) & 0xff, + (hi >>> 8) & 0xff, + hi & 0xff, + lo >>> 24, + (lo >>> 16) & 0xff, + (lo >>> 8) & 0xff, + lo & 0xff + ]; + }; + /** + * Converts this Long to signed. + */ + Long.prototype.toSigned = function () { + if (!this.unsigned) + return this; + return Long.fromBits(this.low, this.high, false); + }; + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + Long.prototype.toString = function (radix) { + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + if (this.isZero()) + return '0'; + if (this.isNegative()) { + // Unsigned Longs are never negative + if (this.eq(Long.MIN_VALUE)) { + // We need to change the Long value before it can be negated, so we remove + // the bottom-most digit in this base and then recurse to do the rest. + var radixLong = Long.fromNumber(radix), div = this.div(radixLong), rem1 = div.mul(radixLong).sub(this); + return div.toString(radix) + rem1.toInt().toString(radix); + } + else + return '-' + this.neg().toString(radix); + } + // Do several (6) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 6), this.unsigned); + // eslint-disable-next-line @typescript-eslint/no-this-alias + var rem = this; + var result = ''; + // eslint-disable-next-line no-constant-condition + while (true) { + var remDiv = rem.div(radixToPower); + var intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0; + var digits = intval.toString(radix); + rem = remDiv; + if (rem.isZero()) { + return digits + result; + } + else { + while (digits.length < 6) + digits = '0' + digits; + result = '' + digits + result; + } + } + }; + /** Converts this Long to unsigned. */ + Long.prototype.toUnsigned = function () { + if (this.unsigned) + return this; + return Long.fromBits(this.low, this.high, true); + }; + /** Returns the bitwise XOR of this Long and the given one. */ + Long.prototype.xor = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned); + }; + /** This is an alias of {@link Long.isZero} */ + Long.prototype.eqz = function () { + return this.isZero(); + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.le = function (other) { + return this.lessThanOrEqual(other); + }; + /* + **************************************************************** + * BSON SPECIFIC ADDITIONS * + **************************************************************** + */ + Long.prototype.toExtendedJSON = function (options) { + if (options && options.relaxed) + return this.toNumber(); + return { $numberLong: this.toString() }; + }; + Long.fromExtendedJSON = function (doc, options) { + var result = Long.fromString(doc.$numberLong); + return options && options.relaxed ? result.toNumber() : result; + }; + /** @internal */ + Long.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Long.prototype.inspect = function () { + return "new Long(\"".concat(this.toString(), "\"").concat(this.unsigned ? ', true' : '', ")"); + }; + Long.TWO_PWR_24 = Long.fromInt(TWO_PWR_24_DBL); + /** Maximum unsigned value. */ + Long.MAX_UNSIGNED_VALUE = Long.fromBits(0xffffffff | 0, 0xffffffff | 0, true); + /** Signed zero */ + Long.ZERO = Long.fromInt(0); + /** Unsigned zero. */ + Long.UZERO = Long.fromInt(0, true); + /** Signed one. */ + Long.ONE = Long.fromInt(1); + /** Unsigned one. */ + Long.UONE = Long.fromInt(1, true); + /** Signed negative one. */ + Long.NEG_ONE = Long.fromInt(-1); + /** Maximum signed value. */ + Long.MAX_VALUE = Long.fromBits(0xffffffff | 0, 0x7fffffff | 0, false); + /** Minimum signed value. */ + Long.MIN_VALUE = Long.fromBits(0, 0x80000000 | 0, false); + return Long; + }()); + Object.defineProperty(Long.prototype, '__isLong__', { value: true }); + Object.defineProperty(Long.prototype, '_bsontype', { value: 'Long' }); + + var PARSE_STRING_REGEXP = /^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/; + var PARSE_INF_REGEXP = /^(\+|-)?(Infinity|inf)$/i; + var PARSE_NAN_REGEXP = /^(\+|-)?NaN$/i; + var EXPONENT_MAX = 6111; + var EXPONENT_MIN = -6176; + var EXPONENT_BIAS = 6176; + var MAX_DIGITS = 34; + // Nan value bits as 32 bit values (due to lack of longs) + var NAN_BUFFER = [ + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + ].reverse(); + // Infinity value bits 32 bit values (due to lack of longs) + var INF_NEGATIVE_BUFFER = [ + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + ].reverse(); + var INF_POSITIVE_BUFFER = [ + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + ].reverse(); + var EXPONENT_REGEX = /^([-+])?(\d+)?$/; + // Extract least significant 5 bits + var COMBINATION_MASK = 0x1f; + // Extract least significant 14 bits + var EXPONENT_MASK = 0x3fff; + // Value of combination field for Inf + var COMBINATION_INFINITY = 30; + // Value of combination field for NaN + var COMBINATION_NAN = 31; + // Detect if the value is a digit + function isDigit(value) { + return !isNaN(parseInt(value, 10)); + } + // Divide two uint128 values + function divideu128(value) { + var DIVISOR = Long.fromNumber(1000 * 1000 * 1000); + var _rem = Long.fromNumber(0); + if (!value.parts[0] && !value.parts[1] && !value.parts[2] && !value.parts[3]) { + return { quotient: value, rem: _rem }; + } + for (var i = 0; i <= 3; i++) { + // Adjust remainder to match value of next dividend + _rem = _rem.shiftLeft(32); + // Add the divided to _rem + _rem = _rem.add(new Long(value.parts[i], 0)); + value.parts[i] = _rem.div(DIVISOR).low; + _rem = _rem.modulo(DIVISOR); + } + return { quotient: value, rem: _rem }; + } + // Multiply two Long values and return the 128 bit value + function multiply64x2(left, right) { + if (!left && !right) { + return { high: Long.fromNumber(0), low: Long.fromNumber(0) }; + } + var leftHigh = left.shiftRightUnsigned(32); + var leftLow = new Long(left.getLowBits(), 0); + var rightHigh = right.shiftRightUnsigned(32); + var rightLow = new Long(right.getLowBits(), 0); + var productHigh = leftHigh.multiply(rightHigh); + var productMid = leftHigh.multiply(rightLow); + var productMid2 = leftLow.multiply(rightHigh); + var productLow = leftLow.multiply(rightLow); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productMid = new Long(productMid.getLowBits(), 0) + .add(productMid2) + .add(productLow.shiftRightUnsigned(32)); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productLow = productMid.shiftLeft(32).add(new Long(productLow.getLowBits(), 0)); + // Return the 128 bit result + return { high: productHigh, low: productLow }; + } + function lessThan(left, right) { + // Make values unsigned + var uhleft = left.high >>> 0; + var uhright = right.high >>> 0; + // Compare high bits first + if (uhleft < uhright) { + return true; + } + else if (uhleft === uhright) { + var ulleft = left.low >>> 0; + var ulright = right.low >>> 0; + if (ulleft < ulright) + return true; + } + return false; + } + function invalidErr(string, message) { + throw new BSONTypeError("\"".concat(string, "\" is not a valid Decimal128 string - ").concat(message)); + } + /** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ + var Decimal128 = /** @class */ (function () { + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + function Decimal128(bytes) { + if (!(this instanceof Decimal128)) + return new Decimal128(bytes); + if (typeof bytes === 'string') { + this.bytes = Decimal128.fromString(bytes).bytes; + } + else if (isUint8Array(bytes)) { + if (bytes.byteLength !== 16) { + throw new BSONTypeError('Decimal128 must take a Buffer of 16 bytes'); + } + this.bytes = bytes; + } + else { + throw new BSONTypeError('Decimal128 must take a Buffer or string'); + } + } + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + Decimal128.fromString = function (representation) { + // Parse state tracking + var isNegative = false; + var sawRadix = false; + var foundNonZero = false; + // Total number of significant digits (no leading or trailing zero) + var significantDigits = 0; + // Total number of significand digits read + var nDigitsRead = 0; + // Total number of digits (no leading zeros) + var nDigits = 0; + // The number of the digits after radix + var radixPosition = 0; + // The index of the first non-zero in *str* + var firstNonZero = 0; + // Digits Array + var digits = [0]; + // The number of digits in digits + var nDigitsStored = 0; + // Insertion pointer for digits + var digitsInsert = 0; + // The index of the first non-zero digit + var firstDigit = 0; + // The index of the last digit + var lastDigit = 0; + // Exponent + var exponent = 0; + // loop index over array + var i = 0; + // The high 17 digits of the significand + var significandHigh = new Long(0, 0); + // The low 17 digits of the significand + var significandLow = new Long(0, 0); + // The biased exponent + var biasedExponent = 0; + // Read index + var index = 0; + // Naively prevent against REDOS attacks. + // TODO: implementing a custom parsing for this, or refactoring the regex would yield + // further gains. + if (representation.length >= 7000) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + // Results + var stringMatch = representation.match(PARSE_STRING_REGEXP); + var infMatch = representation.match(PARSE_INF_REGEXP); + var nanMatch = representation.match(PARSE_NAN_REGEXP); + // Validate the string + if ((!stringMatch && !infMatch && !nanMatch) || representation.length === 0) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + if (stringMatch) { + // full_match = stringMatch[0] + // sign = stringMatch[1] + var unsignedNumber = stringMatch[2]; + // stringMatch[3] is undefined if a whole number (ex "1", 12") + // but defined if a number w/ decimal in it (ex "1.0, 12.2") + var e = stringMatch[4]; + var expSign = stringMatch[5]; + var expNumber = stringMatch[6]; + // they provided e, but didn't give an exponent number. for ex "1e" + if (e && expNumber === undefined) + invalidErr(representation, 'missing exponent power'); + // they provided e, but didn't give a number before it. for ex "e1" + if (e && unsignedNumber === undefined) + invalidErr(representation, 'missing exponent base'); + if (e === undefined && (expSign || expNumber)) { + invalidErr(representation, 'missing e before exponent'); + } + } + // Get the negative or positive sign + if (representation[index] === '+' || representation[index] === '-') { + isNegative = representation[index++] === '-'; + } + // Check if user passed Infinity or NaN + if (!isDigit(representation[index]) && representation[index] !== '.') { + if (representation[index] === 'i' || representation[index] === 'I') { + return new Decimal128(buffer_1.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + else if (representation[index] === 'N') { + return new Decimal128(buffer_1.from(NAN_BUFFER)); + } + } + // Read all the digits + while (isDigit(representation[index]) || representation[index] === '.') { + if (representation[index] === '.') { + if (sawRadix) + invalidErr(representation, 'contains multiple periods'); + sawRadix = true; + index = index + 1; + continue; + } + if (nDigitsStored < 34) { + if (representation[index] !== '0' || foundNonZero) { + if (!foundNonZero) { + firstNonZero = nDigitsRead; + } + foundNonZero = true; + // Only store 34 digits + digits[digitsInsert++] = parseInt(representation[index], 10); + nDigitsStored = nDigitsStored + 1; + } + } + if (foundNonZero) + nDigits = nDigits + 1; + if (sawRadix) + radixPosition = radixPosition + 1; + nDigitsRead = nDigitsRead + 1; + index = index + 1; + } + if (sawRadix && !nDigitsRead) + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + // Read exponent if exists + if (representation[index] === 'e' || representation[index] === 'E') { + // Read exponent digits + var match = representation.substr(++index).match(EXPONENT_REGEX); + // No digits read + if (!match || !match[2]) + return new Decimal128(buffer_1.from(NAN_BUFFER)); + // Get exponent + exponent = parseInt(match[0], 10); + // Adjust the index + index = index + match[0].length; + } + // Return not a number + if (representation[index]) + return new Decimal128(buffer_1.from(NAN_BUFFER)); + // Done reading input + // Find first non-zero digit in digits + firstDigit = 0; + if (!nDigitsStored) { + firstDigit = 0; + lastDigit = 0; + digits[0] = 0; + nDigits = 1; + nDigitsStored = 1; + significantDigits = 0; + } + else { + lastDigit = nDigitsStored - 1; + significantDigits = nDigits; + if (significantDigits !== 1) { + while (digits[firstNonZero + significantDigits - 1] === 0) { + significantDigits = significantDigits - 1; + } + } + } + // Normalization of exponent + // Correct exponent based on radix position, and shift significand as needed + // to represent user input + // Overflow prevention + if (exponent <= radixPosition && radixPosition - exponent > 1 << 14) { + exponent = EXPONENT_MIN; + } + else { + exponent = exponent - radixPosition; + } + // Attempt to normalize the exponent + while (exponent > EXPONENT_MAX) { + // Shift exponent to significand and decrease + lastDigit = lastDigit + 1; + if (lastDigit - firstDigit > MAX_DIGITS) { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + exponent = exponent - 1; + } + while (exponent < EXPONENT_MIN || nDigitsStored < nDigits) { + // Shift last digit. can only do this if < significant digits than # stored. + if (lastDigit === 0 && significantDigits < nDigitsStored) { + exponent = EXPONENT_MIN; + significantDigits = 0; + break; + } + if (nDigitsStored < nDigits) { + // adjust to match digits not stored + nDigits = nDigits - 1; + } + else { + // adjust to round + lastDigit = lastDigit - 1; + } + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + } + else { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + } + // Round + // We've normalized the exponent, but might still need to round. + if (lastDigit - firstDigit + 1 < significantDigits) { + var endOfString = nDigitsRead; + // If we have seen a radix point, 'string' is 1 longer than we have + // documented with ndigits_read, so inc the position of the first nonzero + // digit and the position that digits are read to. + if (sawRadix) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + // if negative, we need to increment again to account for - sign at start. + if (isNegative) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + var roundDigit = parseInt(representation[firstNonZero + lastDigit + 1], 10); + var roundBit = 0; + if (roundDigit >= 5) { + roundBit = 1; + if (roundDigit === 5) { + roundBit = digits[lastDigit] % 2 === 1 ? 1 : 0; + for (i = firstNonZero + lastDigit + 2; i < endOfString; i++) { + if (parseInt(representation[i], 10)) { + roundBit = 1; + break; + } + } + } + } + if (roundBit) { + var dIdx = lastDigit; + for (; dIdx >= 0; dIdx--) { + if (++digits[dIdx] > 9) { + digits[dIdx] = 0; + // overflowed most significant digit + if (dIdx === 0) { + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + digits[dIdx] = 1; + } + else { + return new Decimal128(buffer_1.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + } + } + } + } + } + // Encode significand + // The high 17 digits of the significand + significandHigh = Long.fromNumber(0); + // The low 17 digits of the significand + significandLow = Long.fromNumber(0); + // read a zero + if (significantDigits === 0) { + significandHigh = Long.fromNumber(0); + significandLow = Long.fromNumber(0); + } + else if (lastDigit - firstDigit < 17) { + var dIdx = firstDigit; + significandLow = Long.fromNumber(digits[dIdx++]); + significandHigh = new Long(0, 0); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + else { + var dIdx = firstDigit; + significandHigh = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit - 17; dIdx++) { + significandHigh = significandHigh.multiply(Long.fromNumber(10)); + significandHigh = significandHigh.add(Long.fromNumber(digits[dIdx])); + } + significandLow = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + var significand = multiply64x2(significandHigh, Long.fromString('100000000000000000')); + significand.low = significand.low.add(significandLow); + if (lessThan(significand.low, significandLow)) { + significand.high = significand.high.add(Long.fromNumber(1)); + } + // Biased exponent + biasedExponent = exponent + EXPONENT_BIAS; + var dec = { low: Long.fromNumber(0), high: Long.fromNumber(0) }; + // Encode combination, exponent, and significand. + if (significand.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1))) { + // Encode '11' into bits 1 to 3 + dec.high = dec.high.or(Long.fromNumber(0x3).shiftLeft(61)); + dec.high = dec.high.or(Long.fromNumber(biasedExponent).and(Long.fromNumber(0x3fff).shiftLeft(47))); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x7fffffffffff))); + } + else { + dec.high = dec.high.or(Long.fromNumber(biasedExponent & 0x3fff).shiftLeft(49)); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x1ffffffffffff))); + } + dec.low = significand.low; + // Encode sign + if (isNegative) { + dec.high = dec.high.or(Long.fromString('9223372036854775808')); + } + // Encode into a buffer + var buffer = buffer_1.alloc(16); + index = 0; + // Encode the low 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.low.low & 0xff; + buffer[index++] = (dec.low.low >> 8) & 0xff; + buffer[index++] = (dec.low.low >> 16) & 0xff; + buffer[index++] = (dec.low.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.low.high & 0xff; + buffer[index++] = (dec.low.high >> 8) & 0xff; + buffer[index++] = (dec.low.high >> 16) & 0xff; + buffer[index++] = (dec.low.high >> 24) & 0xff; + // Encode the high 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.high.low & 0xff; + buffer[index++] = (dec.high.low >> 8) & 0xff; + buffer[index++] = (dec.high.low >> 16) & 0xff; + buffer[index++] = (dec.high.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.high.high & 0xff; + buffer[index++] = (dec.high.high >> 8) & 0xff; + buffer[index++] = (dec.high.high >> 16) & 0xff; + buffer[index++] = (dec.high.high >> 24) & 0xff; + // Return the new Decimal128 + return new Decimal128(buffer); + }; + /** Create a string representation of the raw Decimal128 value */ + Decimal128.prototype.toString = function () { + // Note: bits in this routine are referred to starting at 0, + // from the sign bit, towards the coefficient. + // decoded biased exponent (14 bits) + var biased_exponent; + // the number of significand digits + var significand_digits = 0; + // the base-10 digits in the significand + var significand = new Array(36); + for (var i = 0; i < significand.length; i++) + significand[i] = 0; + // read pointer into significand + var index = 0; + // true if the number is zero + var is_zero = false; + // the most significant significand bits (50-46) + var significand_msb; + // temporary storage for significand decoding + var significand128 = { parts: [0, 0, 0, 0] }; + // indexing variables + var j, k; + // Output string + var string = []; + // Unpack index + index = 0; + // Buffer reference + var buffer = this.bytes; + // Unpack the low 64bits into a long + // bits 96 - 127 + var low = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 64 - 95 + var midl = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack the high 64bits into a long + // bits 32 - 63 + var midh = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 0 - 31 + var high = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack index + index = 0; + // Create the state of the decimal + var dec = { + low: new Long(low, midl), + high: new Long(midh, high) + }; + if (dec.high.lessThan(Long.ZERO)) { + string.push('-'); + } + // Decode combination field and exponent + // bits 1 - 5 + var combination = (high >> 26) & COMBINATION_MASK; + if (combination >> 3 === 3) { + // Check for 'special' values + if (combination === COMBINATION_INFINITY) { + return string.join('') + 'Infinity'; + } + else if (combination === COMBINATION_NAN) { + return 'NaN'; + } + else { + biased_exponent = (high >> 15) & EXPONENT_MASK; + significand_msb = 0x08 + ((high >> 14) & 0x01); + } + } + else { + significand_msb = (high >> 14) & 0x07; + biased_exponent = (high >> 17) & EXPONENT_MASK; + } + // unbiased exponent + var exponent = biased_exponent - EXPONENT_BIAS; + // Create string of significand digits + // Convert the 114-bit binary number represented by + // (significand_high, significand_low) to at most 34 decimal + // digits through modulo and division. + significand128.parts[0] = (high & 0x3fff) + ((significand_msb & 0xf) << 14); + significand128.parts[1] = midh; + significand128.parts[2] = midl; + significand128.parts[3] = low; + if (significand128.parts[0] === 0 && + significand128.parts[1] === 0 && + significand128.parts[2] === 0 && + significand128.parts[3] === 0) { + is_zero = true; + } + else { + for (k = 3; k >= 0; k--) { + var least_digits = 0; + // Perform the divide + var result = divideu128(significand128); + significand128 = result.quotient; + least_digits = result.rem.low; + // We now have the 9 least significant digits (in base 2). + // Convert and output to string. + if (!least_digits) + continue; + for (j = 8; j >= 0; j--) { + // significand[k * 9 + j] = Math.round(least_digits % 10); + significand[k * 9 + j] = least_digits % 10; + // least_digits = Math.round(least_digits / 10); + least_digits = Math.floor(least_digits / 10); + } + } + } + // Output format options: + // Scientific - [-]d.dddE(+/-)dd or [-]dE(+/-)dd + // Regular - ddd.ddd + if (is_zero) { + significand_digits = 1; + significand[index] = 0; + } + else { + significand_digits = 36; + while (!significand[index]) { + significand_digits = significand_digits - 1; + index = index + 1; + } + } + // the exponent if scientific notation is used + var scientific_exponent = significand_digits - 1 + exponent; + // The scientific exponent checks are dictated by the string conversion + // specification and are somewhat arbitrary cutoffs. + // + // We must check exponent > 0, because if this is the case, the number + // has trailing zeros. However, we *cannot* output these trailing zeros, + // because doing so would change the precision of the value, and would + // change stored data if the string converted number is round tripped. + if (scientific_exponent >= 34 || scientific_exponent <= -7 || exponent > 0) { + // Scientific format + // if there are too many significant digits, we should just be treating numbers + // as + or - 0 and using the non-scientific exponent (this is for the "invalid + // representation should be treated as 0/-0" spec cases in decimal128-1.json) + if (significand_digits > 34) { + string.push("".concat(0)); + if (exponent > 0) + string.push("E+".concat(exponent)); + else if (exponent < 0) + string.push("E".concat(exponent)); + return string.join(''); + } + string.push("".concat(significand[index++])); + significand_digits = significand_digits - 1; + if (significand_digits) { + string.push('.'); + } + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + // Exponent + string.push('E'); + if (scientific_exponent > 0) { + string.push("+".concat(scientific_exponent)); + } + else { + string.push("".concat(scientific_exponent)); + } + } + else { + // Regular format with no decimal place + if (exponent >= 0) { + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + } + else { + var radix_position = significand_digits + exponent; + // non-zero digits before radix + if (radix_position > 0) { + for (var i = 0; i < radix_position; i++) { + string.push("".concat(significand[index++])); + } + } + else { + string.push('0'); + } + string.push('.'); + // add leading zeros after radix + while (radix_position++ < 0) { + string.push('0'); + } + for (var i = 0; i < significand_digits - Math.max(radix_position - 1, 0); i++) { + string.push("".concat(significand[index++])); + } + } + } + return string.join(''); + }; + Decimal128.prototype.toJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.prototype.toExtendedJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.fromExtendedJSON = function (doc) { + return Decimal128.fromString(doc.$numberDecimal); + }; + /** @internal */ + Decimal128.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Decimal128.prototype.inspect = function () { + return "new Decimal128(\"".concat(this.toString(), "\")"); + }; + return Decimal128; + }()); + Object.defineProperty(Decimal128.prototype, '_bsontype', { value: 'Decimal128' }); + + /** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ + var Double = /** @class */ (function () { + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + function Double(value) { + if (!(this instanceof Double)) + return new Double(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value; + } + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + Double.prototype.valueOf = function () { + return this.value; + }; + Double.prototype.toJSON = function () { + return this.value; + }; + Double.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + /** @internal */ + Double.prototype.toExtendedJSON = function (options) { + if (options && (options.legacy || (options.relaxed && isFinite(this.value)))) { + return this.value; + } + if (Object.is(Math.sign(this.value), -0)) { + // NOTE: JavaScript has +0 and -0, apparently to model limit calculations. If a user + // explicitly provided `-0` then we need to ensure the sign makes it into the output + return { $numberDouble: '-0.0' }; + } + if (Number.isInteger(this.value)) { + return { $numberDouble: "".concat(this.value, ".0") }; + } + else { + return { $numberDouble: "".concat(this.value) }; + } + }; + /** @internal */ + Double.fromExtendedJSON = function (doc, options) { + var doubleValue = parseFloat(doc.$numberDouble); + return options && options.relaxed ? doubleValue : new Double(doubleValue); + }; + /** @internal */ + Double.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Double.prototype.inspect = function () { + var eJSON = this.toExtendedJSON(); + return "new Double(".concat(eJSON.$numberDouble, ")"); + }; + return Double; + }()); + Object.defineProperty(Double.prototype, '_bsontype', { value: 'Double' }); + + /** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ + var Int32 = /** @class */ (function () { + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + function Int32(value) { + if (!(this instanceof Int32)) + return new Int32(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value | 0; + } + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + Int32.prototype.valueOf = function () { + return this.value; + }; + Int32.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + Int32.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + Int32.prototype.toExtendedJSON = function (options) { + if (options && (options.relaxed || options.legacy)) + return this.value; + return { $numberInt: this.value.toString() }; + }; + /** @internal */ + Int32.fromExtendedJSON = function (doc, options) { + return options && options.relaxed ? parseInt(doc.$numberInt, 10) : new Int32(doc.$numberInt); + }; + /** @internal */ + Int32.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Int32.prototype.inspect = function () { + return "new Int32(".concat(this.valueOf(), ")"); + }; + return Int32; + }()); + Object.defineProperty(Int32.prototype, '_bsontype', { value: 'Int32' }); + + /** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ + var MaxKey = /** @class */ (function () { + function MaxKey() { + if (!(this instanceof MaxKey)) + return new MaxKey(); + } + /** @internal */ + MaxKey.prototype.toExtendedJSON = function () { + return { $maxKey: 1 }; + }; + /** @internal */ + MaxKey.fromExtendedJSON = function () { + return new MaxKey(); + }; + /** @internal */ + MaxKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MaxKey.prototype.inspect = function () { + return 'new MaxKey()'; + }; + return MaxKey; + }()); + Object.defineProperty(MaxKey.prototype, '_bsontype', { value: 'MaxKey' }); + + /** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ + var MinKey = /** @class */ (function () { + function MinKey() { + if (!(this instanceof MinKey)) + return new MinKey(); + } + /** @internal */ + MinKey.prototype.toExtendedJSON = function () { + return { $minKey: 1 }; + }; + /** @internal */ + MinKey.fromExtendedJSON = function () { + return new MinKey(); + }; + /** @internal */ + MinKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MinKey.prototype.inspect = function () { + return 'new MinKey()'; + }; + return MinKey; + }()); + Object.defineProperty(MinKey.prototype, '_bsontype', { value: 'MinKey' }); + + // Regular expression that checks for hex value + var checkForHexRegExp = new RegExp('^[0-9a-fA-F]{24}$'); + // Unique sequence for the current process (initialized on first use) + var PROCESS_UNIQUE = null; + var kId = Symbol('id'); + /** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ + var ObjectId = /** @class */ (function () { + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + function ObjectId(inputId) { + if (!(this instanceof ObjectId)) + return new ObjectId(inputId); + // workingId is set based on type of input and whether valid id exists for the input + var workingId; + if (typeof inputId === 'object' && inputId && 'id' in inputId) { + if (typeof inputId.id !== 'string' && !ArrayBuffer.isView(inputId.id)) { + throw new BSONTypeError('Argument passed in must have an id that is of type string or Buffer'); + } + if ('toHexString' in inputId && typeof inputId.toHexString === 'function') { + workingId = buffer_1.from(inputId.toHexString(), 'hex'); + } + else { + workingId = inputId.id; + } + } + else { + workingId = inputId; + } + // the following cases use workingId to construct an ObjectId + if (workingId == null || typeof workingId === 'number') { + // The most common use case (blank id, new objectId instance) + // Generate a new id + this[kId] = ObjectId.generate(typeof workingId === 'number' ? workingId : undefined); + } + else if (ArrayBuffer.isView(workingId) && workingId.byteLength === 12) { + // If intstanceof matches we can escape calling ensure buffer in Node.js environments + this[kId] = workingId instanceof buffer_1 ? workingId : ensureBuffer(workingId); + } + else if (typeof workingId === 'string') { + if (workingId.length === 12) { + var bytes = buffer_1.from(workingId); + if (bytes.byteLength === 12) { + this[kId] = bytes; + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes'); + } + } + else if (workingId.length === 24 && checkForHexRegExp.test(workingId)) { + this[kId] = buffer_1.from(workingId, 'hex'); + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer'); + } + } + else { + throw new BSONTypeError('Argument passed in does not match the accepted types'); + } + // If we are caching the hex string + if (ObjectId.cacheHexString) { + this.__id = this.id.toString('hex'); + } + } + Object.defineProperty(ObjectId.prototype, "id", { + /** + * The ObjectId bytes + * @readonly + */ + get: function () { + return this[kId]; + }, + set: function (value) { + this[kId] = value; + if (ObjectId.cacheHexString) { + this.__id = value.toString('hex'); + } + }, + enumerable: false, + configurable: true + }); + Object.defineProperty(ObjectId.prototype, "generationTime", { + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get: function () { + return this.id.readInt32BE(0); + }, + set: function (value) { + // Encode time into first 4 bytes + this.id.writeUInt32BE(value, 0); + }, + enumerable: false, + configurable: true + }); + /** Returns the ObjectId id as a 24 character hex string representation */ + ObjectId.prototype.toHexString = function () { + if (ObjectId.cacheHexString && this.__id) { + return this.__id; + } + var hexString = this.id.toString('hex'); + if (ObjectId.cacheHexString && !this.__id) { + this.__id = hexString; + } + return hexString; + }; + /** + * Update the ObjectId index + * @privateRemarks + * Used in generating new ObjectId's on the driver + * @internal + */ + ObjectId.getInc = function () { + return (ObjectId.index = (ObjectId.index + 1) % 0xffffff); + }; + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + ObjectId.generate = function (time) { + if ('number' !== typeof time) { + time = Math.floor(Date.now() / 1000); + } + var inc = ObjectId.getInc(); + var buffer = buffer_1.alloc(12); + // 4-byte timestamp + buffer.writeUInt32BE(time, 0); + // set PROCESS_UNIQUE if yet not initialized + if (PROCESS_UNIQUE === null) { + PROCESS_UNIQUE = randomBytes(5); + } + // 5-byte process unique + buffer[4] = PROCESS_UNIQUE[0]; + buffer[5] = PROCESS_UNIQUE[1]; + buffer[6] = PROCESS_UNIQUE[2]; + buffer[7] = PROCESS_UNIQUE[3]; + buffer[8] = PROCESS_UNIQUE[4]; + // 3-byte counter + buffer[11] = inc & 0xff; + buffer[10] = (inc >> 8) & 0xff; + buffer[9] = (inc >> 16) & 0xff; + return buffer; + }; + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + ObjectId.prototype.toString = function (format) { + // Is the id a buffer then use the buffer toString method to return the format + if (format) + return this.id.toString(format); + return this.toHexString(); + }; + /** Converts to its JSON the 24 character hex string representation. */ + ObjectId.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + ObjectId.prototype.equals = function (otherId) { + if (otherId === undefined || otherId === null) { + return false; + } + if (otherId instanceof ObjectId) { + return this[kId][11] === otherId[kId][11] && this[kId].equals(otherId[kId]); + } + if (typeof otherId === 'string' && + ObjectId.isValid(otherId) && + otherId.length === 12 && + isUint8Array(this.id)) { + return otherId === buffer_1.prototype.toString.call(this.id, 'latin1'); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 24) { + return otherId.toLowerCase() === this.toHexString(); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 12) { + return buffer_1.from(otherId).equals(this.id); + } + if (typeof otherId === 'object' && + 'toHexString' in otherId && + typeof otherId.toHexString === 'function') { + var otherIdString = otherId.toHexString(); + var thisIdString = this.toHexString().toLowerCase(); + return typeof otherIdString === 'string' && otherIdString.toLowerCase() === thisIdString; + } + return false; + }; + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + ObjectId.prototype.getTimestamp = function () { + var timestamp = new Date(); + var time = this.id.readUInt32BE(0); + timestamp.setTime(Math.floor(time) * 1000); + return timestamp; + }; + /** @internal */ + ObjectId.createPk = function () { + return new ObjectId(); + }; + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + ObjectId.createFromTime = function (time) { + var buffer = buffer_1.from([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + // Encode time into first 4 bytes + buffer.writeUInt32BE(time, 0); + // Return the new objectId + return new ObjectId(buffer); + }; + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + ObjectId.createFromHexString = function (hexString) { + // Throw an error if it's not a valid setup + if (typeof hexString === 'undefined' || (hexString != null && hexString.length !== 24)) { + throw new BSONTypeError('Argument passed in must be a single String of 12 bytes or a string of 24 hex characters'); + } + return new ObjectId(buffer_1.from(hexString, 'hex')); + }; + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + ObjectId.isValid = function (id) { + if (id == null) + return false; + try { + new ObjectId(id); + return true; + } + catch (_a) { + return false; + } + }; + /** @internal */ + ObjectId.prototype.toExtendedJSON = function () { + if (this.toHexString) + return { $oid: this.toHexString() }; + return { $oid: this.toString('hex') }; + }; + /** @internal */ + ObjectId.fromExtendedJSON = function (doc) { + return new ObjectId(doc.$oid); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 24 character hex string representation. + * @internal + */ + ObjectId.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + ObjectId.prototype.inspect = function () { + return "new ObjectId(\"".concat(this.toHexString(), "\")"); + }; + /** @internal */ + ObjectId.index = Math.floor(Math.random() * 0xffffff); + return ObjectId; + }()); + // Deprecated methods + Object.defineProperty(ObjectId.prototype, 'generate', { + value: deprecate(function (time) { return ObjectId.generate(time); }, 'Please use the static `ObjectId.generate(time)` instead') + }); + Object.defineProperty(ObjectId.prototype, 'getInc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') + }); + Object.defineProperty(ObjectId.prototype, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') + }); + Object.defineProperty(ObjectId, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') + }); + Object.defineProperty(ObjectId.prototype, '_bsontype', { value: 'ObjectID' }); + + function alphabetize(str) { + return str.split('').sort().join(''); + } + /** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ + var BSONRegExp = /** @class */ (function () { + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + function BSONRegExp(pattern, options) { + if (!(this instanceof BSONRegExp)) + return new BSONRegExp(pattern, options); + this.pattern = pattern; + this.options = alphabetize(options !== null && options !== void 0 ? options : ''); + if (this.pattern.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern))); + } + if (this.options.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options))); + } + // Validate options + for (var i = 0; i < this.options.length; i++) { + if (!(this.options[i] === 'i' || + this.options[i] === 'm' || + this.options[i] === 'x' || + this.options[i] === 'l' || + this.options[i] === 's' || + this.options[i] === 'u')) { + throw new BSONError("The regular expression option [".concat(this.options[i], "] is not supported")); + } + } + } + BSONRegExp.parseOptions = function (options) { + return options ? options.split('').sort().join('') : ''; + }; + /** @internal */ + BSONRegExp.prototype.toExtendedJSON = function (options) { + options = options || {}; + if (options.legacy) { + return { $regex: this.pattern, $options: this.options }; + } + return { $regularExpression: { pattern: this.pattern, options: this.options } }; + }; + /** @internal */ + BSONRegExp.fromExtendedJSON = function (doc) { + if ('$regex' in doc) { + if (typeof doc.$regex !== 'string') { + // This is for $regex query operators that have extended json values. + if (doc.$regex._bsontype === 'BSONRegExp') { + return doc; + } + } + else { + return new BSONRegExp(doc.$regex, BSONRegExp.parseOptions(doc.$options)); + } + } + if ('$regularExpression' in doc) { + return new BSONRegExp(doc.$regularExpression.pattern, BSONRegExp.parseOptions(doc.$regularExpression.options)); + } + throw new BSONTypeError("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(doc))); + }; + return BSONRegExp; + }()); + Object.defineProperty(BSONRegExp.prototype, '_bsontype', { value: 'BSONRegExp' }); + + /** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ + var BSONSymbol = /** @class */ (function () { + /** + * @param value - the string representing the symbol. + */ + function BSONSymbol(value) { + if (!(this instanceof BSONSymbol)) + return new BSONSymbol(value); + this.value = value; + } + /** Access the wrapped string value. */ + BSONSymbol.prototype.valueOf = function () { + return this.value; + }; + BSONSymbol.prototype.toString = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.inspect = function () { + return "new BSONSymbol(\"".concat(this.value, "\")"); + }; + BSONSymbol.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.toExtendedJSON = function () { + return { $symbol: this.value }; + }; + /** @internal */ + BSONSymbol.fromExtendedJSON = function (doc) { + return new BSONSymbol(doc.$symbol); + }; + /** @internal */ + BSONSymbol.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + return BSONSymbol; + }()); + Object.defineProperty(BSONSymbol.prototype, '_bsontype', { value: 'Symbol' }); + + /** @public */ + var LongWithoutOverridesClass = Long; + /** + * @public + * @category BSONType + * */ + var Timestamp = /** @class */ (function (_super) { + __extends(Timestamp, _super); + function Timestamp(low, high) { + var _this = this; + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-expect-error + if (!(_this instanceof Timestamp)) + return new Timestamp(low, high); + if (Long.isLong(low)) { + _this = _super.call(this, low.low, low.high, true) || this; + } + else if (isObjectLike(low) && typeof low.t !== 'undefined' && typeof low.i !== 'undefined') { + _this = _super.call(this, low.i, low.t, true) || this; + } + else { + _this = _super.call(this, low, high, true) || this; + } + Object.defineProperty(_this, '_bsontype', { + value: 'Timestamp', + writable: false, + configurable: false, + enumerable: false + }); + return _this; + } + Timestamp.prototype.toJSON = function () { + return { + $timestamp: this.toString() + }; + }; + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + Timestamp.fromInt = function (value) { + return new Timestamp(Long.fromInt(value, true)); + }; + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + Timestamp.fromNumber = function (value) { + return new Timestamp(Long.fromNumber(value, true)); + }; + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + Timestamp.fromBits = function (lowBits, highBits) { + return new Timestamp(lowBits, highBits); + }; + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + Timestamp.fromString = function (str, optRadix) { + return new Timestamp(Long.fromString(str, true, optRadix)); + }; + /** @internal */ + Timestamp.prototype.toExtendedJSON = function () { + return { $timestamp: { t: this.high >>> 0, i: this.low >>> 0 } }; + }; + /** @internal */ + Timestamp.fromExtendedJSON = function (doc) { + return new Timestamp(doc.$timestamp); + }; + /** @internal */ + Timestamp.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Timestamp.prototype.inspect = function () { + return "new Timestamp({ t: ".concat(this.getHighBits(), ", i: ").concat(this.getLowBits(), " })"); + }; + Timestamp.MAX_VALUE = Long.MAX_UNSIGNED_VALUE; + return Timestamp; + }(LongWithoutOverridesClass)); + + function isBSONType(value) { + return (isObjectLike(value) && Reflect.has(value, '_bsontype') && typeof value._bsontype === 'string'); + } + // INT32 boundaries + var BSON_INT32_MAX = 0x7fffffff; + var BSON_INT32_MIN = -0x80000000; + // INT64 boundaries + // const BSON_INT64_MAX = 0x7fffffffffffffff; // TODO(NODE-4377): This number cannot be precisely represented in JS + var BSON_INT64_MAX = 0x8000000000000000; + var BSON_INT64_MIN = -0x8000000000000000; + // all the types where we don't need to do any special processing and can just pass the EJSON + //straight to type.fromExtendedJSON + var keysToCodecs = { + $oid: ObjectId, + $binary: Binary, + $uuid: Binary, + $symbol: BSONSymbol, + $numberInt: Int32, + $numberDecimal: Decimal128, + $numberDouble: Double, + $numberLong: Long, + $minKey: MinKey, + $maxKey: MaxKey, + $regex: BSONRegExp, + $regularExpression: BSONRegExp, + $timestamp: Timestamp + }; + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function deserializeValue(value, options) { + if (options === void 0) { options = {}; } + if (typeof value === 'number') { + if (options.relaxed || options.legacy) { + return value; + } + // if it's an integer, should interpret as smallest BSON integer + // that can represent it exactly. (if out of range, interpret as double.) + if (Math.floor(value) === value) { + if (value >= BSON_INT32_MIN && value <= BSON_INT32_MAX) + return new Int32(value); + if (value >= BSON_INT64_MIN && value <= BSON_INT64_MAX) + return Long.fromNumber(value); + } + // If the number is a non-integer or out of integer range, should interpret as BSON Double. + return new Double(value); + } + // from here on out we're looking for bson types, so bail if its not an object + if (value == null || typeof value !== 'object') + return value; + // upgrade deprecated undefined to null + if (value.$undefined) + return null; + var keys = Object.keys(value).filter(function (k) { return k.startsWith('$') && value[k] != null; }); + for (var i = 0; i < keys.length; i++) { + var c = keysToCodecs[keys[i]]; + if (c) + return c.fromExtendedJSON(value, options); + } + if (value.$date != null) { + var d = value.$date; + var date = new Date(); + if (options.legacy) { + if (typeof d === 'number') + date.setTime(d); + else if (typeof d === 'string') + date.setTime(Date.parse(d)); + } + else { + if (typeof d === 'string') + date.setTime(Date.parse(d)); + else if (Long.isLong(d)) + date.setTime(d.toNumber()); + else if (typeof d === 'number' && options.relaxed) + date.setTime(d); + } + return date; + } + if (value.$code != null) { + var copy = Object.assign({}, value); + if (value.$scope) { + copy.$scope = deserializeValue(value.$scope); + } + return Code.fromExtendedJSON(value); + } + if (isDBRefLike(value) || value.$dbPointer) { + var v = value.$ref ? value : value.$dbPointer; + // we run into this in a "degenerate EJSON" case (with $id and $ref order flipped) + // because of the order JSON.parse goes through the document + if (v instanceof DBRef) + return v; + var dollarKeys = Object.keys(v).filter(function (k) { return k.startsWith('$'); }); + var valid_1 = true; + dollarKeys.forEach(function (k) { + if (['$ref', '$id', '$db'].indexOf(k) === -1) + valid_1 = false; + }); + // only make DBRef if $ keys are all valid + if (valid_1) + return DBRef.fromExtendedJSON(v); + } + return value; + } + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function serializeArray(array, options) { + return array.map(function (v, index) { + options.seenObjects.push({ propertyName: "index ".concat(index), obj: null }); + try { + return serializeValue(v, options); + } + finally { + options.seenObjects.pop(); + } + }); + } + function getISOString(date) { + var isoStr = date.toISOString(); + // we should only show milliseconds in timestamp if they're non-zero + return date.getUTCMilliseconds() !== 0 ? isoStr : isoStr.slice(0, -5) + 'Z'; + } + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function serializeValue(value, options) { + if ((typeof value === 'object' || typeof value === 'function') && value !== null) { + var index = options.seenObjects.findIndex(function (entry) { return entry.obj === value; }); + if (index !== -1) { + var props = options.seenObjects.map(function (entry) { return entry.propertyName; }); + var leadingPart = props + .slice(0, index) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var alreadySeen = props[index]; + var circularPart = ' -> ' + + props + .slice(index + 1, props.length - 1) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var current = props[props.length - 1]; + var leadingSpace = ' '.repeat(leadingPart.length + alreadySeen.length / 2); + var dashes = '-'.repeat(circularPart.length + (alreadySeen.length + current.length) / 2 - 1); + throw new BSONTypeError('Converting circular structure to EJSON:\n' + + " ".concat(leadingPart).concat(alreadySeen).concat(circularPart).concat(current, "\n") + + " ".concat(leadingSpace, "\\").concat(dashes, "/")); + } + options.seenObjects[options.seenObjects.length - 1].obj = value; + } + if (Array.isArray(value)) + return serializeArray(value, options); + if (value === undefined) + return null; + if (value instanceof Date || isDate(value)) { + var dateNum = value.getTime(), + // is it in year range 1970-9999? + inRange = dateNum > -1 && dateNum < 253402318800000; + if (options.legacy) { + return options.relaxed && inRange + ? { $date: value.getTime() } + : { $date: getISOString(value) }; + } + return options.relaxed && inRange + ? { $date: getISOString(value) } + : { $date: { $numberLong: value.getTime().toString() } }; + } + if (typeof value === 'number' && (!options.relaxed || !isFinite(value))) { + // it's an integer + if (Math.floor(value) === value) { + var int32Range = value >= BSON_INT32_MIN && value <= BSON_INT32_MAX, int64Range = value >= BSON_INT64_MIN && value <= BSON_INT64_MAX; + // interpret as being of the smallest BSON integer type that can represent the number exactly + if (int32Range) + return { $numberInt: value.toString() }; + if (int64Range) + return { $numberLong: value.toString() }; + } + return { $numberDouble: value.toString() }; + } + if (value instanceof RegExp || isRegExp(value)) { + var flags = value.flags; + if (flags === undefined) { + var match = value.toString().match(/[gimuy]*$/); + if (match) { + flags = match[0]; + } + } + var rx = new BSONRegExp(value.source, flags); + return rx.toExtendedJSON(options); + } + if (value != null && typeof value === 'object') + return serializeDocument(value, options); + return value; + } + var BSON_TYPE_MAPPINGS = { + Binary: function (o) { return new Binary(o.value(), o.sub_type); }, + Code: function (o) { return new Code(o.code, o.scope); }, + DBRef: function (o) { return new DBRef(o.collection || o.namespace, o.oid, o.db, o.fields); }, + Decimal128: function (o) { return new Decimal128(o.bytes); }, + Double: function (o) { return new Double(o.value); }, + Int32: function (o) { return new Int32(o.value); }, + Long: function (o) { + return Long.fromBits( + // underscore variants for 1.x backwards compatibility + o.low != null ? o.low : o.low_, o.low != null ? o.high : o.high_, o.low != null ? o.unsigned : o.unsigned_); + }, + MaxKey: function () { return new MaxKey(); }, + MinKey: function () { return new MinKey(); }, + ObjectID: function (o) { return new ObjectId(o); }, + ObjectId: function (o) { return new ObjectId(o); }, + BSONRegExp: function (o) { return new BSONRegExp(o.pattern, o.options); }, + Symbol: function (o) { return new BSONSymbol(o.value); }, + Timestamp: function (o) { return Timestamp.fromBits(o.low, o.high); } + }; + // eslint-disable-next-line @typescript-eslint/no-explicit-any + function serializeDocument(doc, options) { + if (doc == null || typeof doc !== 'object') + throw new BSONError('not an object instance'); + var bsontype = doc._bsontype; + if (typeof bsontype === 'undefined') { + // It's a regular object. Recursively serialize its property values. + var _doc = {}; + for (var name in doc) { + options.seenObjects.push({ propertyName: name, obj: null }); + try { + var value = serializeValue(doc[name], options); + if (name === '__proto__') { + Object.defineProperty(_doc, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + _doc[name] = value; + } + } + finally { + options.seenObjects.pop(); + } + } + return _doc; + } + else if (isBSONType(doc)) { + // the "document" is really just a BSON type object + // eslint-disable-next-line @typescript-eslint/no-explicit-any + var outDoc = doc; + if (typeof outDoc.toExtendedJSON !== 'function') { + // There's no EJSON serialization function on the object. It's probably an + // object created by a previous version of this library (or another library) + // that's duck-typing objects to look like they were generated by this library). + // Copy the object into this library's version of that type. + var mapper = BSON_TYPE_MAPPINGS[doc._bsontype]; + if (!mapper) { + throw new BSONTypeError('Unrecognized or invalid _bsontype: ' + doc._bsontype); + } + outDoc = mapper(outDoc); + } + // Two BSON types may have nested objects that may need to be serialized too + if (bsontype === 'Code' && outDoc.scope) { + outDoc = new Code(outDoc.code, serializeValue(outDoc.scope, options)); + } + else if (bsontype === 'DBRef' && outDoc.oid) { + outDoc = new DBRef(serializeValue(outDoc.collection, options), serializeValue(outDoc.oid, options), serializeValue(outDoc.db, options), serializeValue(outDoc.fields, options)); + } + return outDoc.toExtendedJSON(options); + } + else { + throw new BSONError('_bsontype must be a string, but was: ' + typeof bsontype); + } + } + /** + * EJSON parse / stringify API + * @public + */ + // the namespace here is used to emulate `export * as EJSON from '...'` + // which as of now (sept 2020) api-extractor does not support + // eslint-disable-next-line @typescript-eslint/no-namespace + exports.EJSON = void 0; + (function (EJSON) { + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + function parse(text, options) { + var finalOptions = Object.assign({}, { relaxed: true, legacy: false }, options); + // relaxed implies not strict + if (typeof finalOptions.relaxed === 'boolean') + finalOptions.strict = !finalOptions.relaxed; + if (typeof finalOptions.strict === 'boolean') + finalOptions.relaxed = !finalOptions.strict; + return JSON.parse(text, function (key, value) { + if (key.indexOf('\x00') !== -1) { + throw new BSONError("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(key))); + } + return deserializeValue(value, finalOptions); + }); + } + EJSON.parse = parse; + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + function stringify(value, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + replacer, space, options) { + if (space != null && typeof space === 'object') { + options = space; + space = 0; + } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + options = replacer; + replacer = undefined; + space = 0; + } + var serializeOptions = Object.assign({ relaxed: true, legacy: false }, options, { + seenObjects: [{ propertyName: '(root)', obj: null }] + }); + var doc = serializeValue(value, serializeOptions); + return JSON.stringify(doc, replacer, space); + } + EJSON.stringify = stringify; + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + function serialize(value, options) { + options = options || {}; + return JSON.parse(stringify(value, options)); + } + EJSON.serialize = serialize; + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + function deserialize(ejson, options) { + options = options || {}; + return parse(JSON.stringify(ejson), options); + } + EJSON.deserialize = deserialize; + })(exports.EJSON || (exports.EJSON = {})); + + /* eslint-disable @typescript-eslint/no-explicit-any */ + /** @public */ + exports.Map = void 0; + var bsonGlobal = getGlobal(); + if (bsonGlobal.Map) { + exports.Map = bsonGlobal.Map; + } + else { + // We will return a polyfill + exports.Map = /** @class */ (function () { + function Map(array) { + if (array === void 0) { array = []; } + this._keys = []; + this._values = {}; + for (var i = 0; i < array.length; i++) { + if (array[i] == null) + continue; // skip null and undefined + var entry = array[i]; + var key = entry[0]; + var value = entry[1]; + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + } + } + Map.prototype.clear = function () { + this._keys = []; + this._values = {}; + }; + Map.prototype.delete = function (key) { + var value = this._values[key]; + if (value == null) + return false; + // Delete entry + delete this._values[key]; + // Remove the key from the ordered keys list + this._keys.splice(value.i, 1); + return true; + }; + Map.prototype.entries = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? [key, _this._values[key].v] : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.forEach = function (callback, self) { + self = self || this; + for (var i = 0; i < this._keys.length; i++) { + var key = this._keys[i]; + // Call the forEach callback + callback.call(self, this._values[key].v, key, self); + } + }; + Map.prototype.get = function (key) { + return this._values[key] ? this._values[key].v : undefined; + }; + Map.prototype.has = function (key) { + return this._values[key] != null; + }; + Map.prototype.keys = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? key : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.set = function (key, value) { + if (this._values[key]) { + this._values[key].v = value; + return this; + } + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + return this; + }; + Map.prototype.values = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? _this._values[key].v : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Object.defineProperty(Map.prototype, "size", { + get: function () { + return this._keys.length; + }, + enumerable: false, + configurable: true + }); + return Map; + }()); + } + + function calculateObjectSize$1(object, serializeFunctions, ignoreUndefined) { + var totalLength = 4 + 1; + if (Array.isArray(object)) { + for (var i = 0; i < object.length; i++) { + totalLength += calculateElement(i.toString(), object[i], serializeFunctions, true, ignoreUndefined); + } + } + else { + // If we have toBSON defined, override the current object + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + object = object.toBSON(); + } + // Calculate size + for (var key in object) { + totalLength += calculateElement(key, object[key], serializeFunctions, false, ignoreUndefined); + } + } + return totalLength; + } + /** @internal */ + function calculateElement(name, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + value, serializeFunctions, isArray, ignoreUndefined) { + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (isArray === void 0) { isArray = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = false; } + // If we have toBSON defined, override the current object + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + switch (typeof value) { + case 'string': + return 1 + buffer_1.byteLength(name, 'utf8') + 1 + 4 + buffer_1.byteLength(value, 'utf8') + 1; + case 'number': + if (Math.floor(value) === value && + value >= JS_INT_MIN && + value <= JS_INT_MAX) { + if (value >= BSON_INT32_MIN$1 && value <= BSON_INT32_MAX$1) { + // 32 bit + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (4 + 1); + } + else { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + } + else { + // 64 bit + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + case 'undefined': + if (isArray || !ignoreUndefined) + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + 1; + return 0; + case 'boolean': + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (1 + 1); + case 'object': + if (value == null || value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + 1; + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (12 + 1); + } + else if (value instanceof Date || isDate(value)) { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (ArrayBuffer.isView(value) || + value instanceof ArrayBuffer || + isAnyArrayBuffer(value)) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (1 + 4 + 1) + value.byteLength); + } + else if (value['_bsontype'] === 'Long' || + value['_bsontype'] === 'Double' || + value['_bsontype'] === 'Timestamp') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (value['_bsontype'] === 'Decimal128') { + return (name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (16 + 1); + } + else if (value['_bsontype'] === 'Code') { + // Calculate size depending on the availability of a scope + if (value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.byteLength(value.code.toString(), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.byteLength(value.code.toString(), 'utf8') + + 1); + } + } + else if (value['_bsontype'] === 'Binary') { + var binary = value; + // Check what kind of subtype we have + if (binary.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + (binary.position + 1 + 4 + 1 + 4)); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + (binary.position + 1 + 4 + 1)); + } + } + else if (value['_bsontype'] === 'Symbol') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + buffer_1.byteLength(value.value, 'utf8') + + 4 + + 1 + + 1); + } + else if (value['_bsontype'] === 'DBRef') { + // Set up correct object for serialization + var ordered_values = Object.assign({ + $ref: value.collection, + $id: value.oid + }, value.fields); + // Add db reference if it exists + if (value.db != null) { + ordered_values['$db'] = value.db; + } + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + calculateObjectSize$1(ordered_values, serializeFunctions, ignoreUndefined)); + } + else if (value instanceof RegExp || isRegExp(value)) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else if (value['_bsontype'] === 'BSONRegExp') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.pattern, 'utf8') + + 1 + + buffer_1.byteLength(value.options, 'utf8') + + 1); + } + else { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + calculateObjectSize$1(value, serializeFunctions, ignoreUndefined) + + 1); + } + case 'function': + // WTF for 0.4.X where typeof /someregexp/ === 'function' + if (value instanceof RegExp || isRegExp(value) || String.call(value) === '[object RegExp]') { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else { + if (serializeFunctions && value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.byteLength(normalizedFunctionString(value), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else if (serializeFunctions) { + return ((name != null ? buffer_1.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.byteLength(normalizedFunctionString(value), 'utf8') + + 1); + } + } + } + return 0; + } + + var FIRST_BIT = 0x80; + var FIRST_TWO_BITS = 0xc0; + var FIRST_THREE_BITS = 0xe0; + var FIRST_FOUR_BITS = 0xf0; + var FIRST_FIVE_BITS = 0xf8; + var TWO_BIT_CHAR = 0xc0; + var THREE_BIT_CHAR = 0xe0; + var FOUR_BIT_CHAR = 0xf0; + var CONTINUING_CHAR = 0x80; + /** + * Determines if the passed in bytes are valid utf8 + * @param bytes - An array of 8-bit bytes. Must be indexable and have length property + * @param start - The index to start validating + * @param end - The index to end validating + */ + function validateUtf8(bytes, start, end) { + var continuation = 0; + for (var i = start; i < end; i += 1) { + var byte = bytes[i]; + if (continuation) { + if ((byte & FIRST_TWO_BITS) !== CONTINUING_CHAR) { + return false; + } + continuation -= 1; + } + else if (byte & FIRST_BIT) { + if ((byte & FIRST_THREE_BITS) === TWO_BIT_CHAR) { + continuation = 1; + } + else if ((byte & FIRST_FOUR_BITS) === THREE_BIT_CHAR) { + continuation = 2; + } + else if ((byte & FIRST_FIVE_BITS) === FOUR_BIT_CHAR) { + continuation = 3; + } + else { + return false; + } + } + } + return !continuation; + } + + // Internal long versions + var JS_INT_MAX_LONG = Long.fromNumber(JS_INT_MAX); + var JS_INT_MIN_LONG = Long.fromNumber(JS_INT_MIN); + var functionCache = {}; + function deserialize$1(buffer, options, isArray) { + options = options == null ? {} : options; + var index = options && options.index ? options.index : 0; + // Read the document size + var size = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (size < 5) { + throw new BSONError("bson size must be >= 5, is ".concat(size)); + } + if (options.allowObjectSmallerThanBufferSize && buffer.length < size) { + throw new BSONError("buffer length ".concat(buffer.length, " must be >= bson size ").concat(size)); + } + if (!options.allowObjectSmallerThanBufferSize && buffer.length !== size) { + throw new BSONError("buffer length ".concat(buffer.length, " must === bson size ").concat(size)); + } + if (size + index > buffer.byteLength) { + throw new BSONError("(bson size ".concat(size, " + options.index ").concat(index, " must be <= buffer length ").concat(buffer.byteLength, ")")); + } + // Illegal end value + if (buffer[index + size - 1] !== 0) { + throw new BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00"); + } + // Start deserializtion + return deserializeObject(buffer, index, options, isArray); + } + var allowedDBRefKeys = /^\$ref$|^\$id$|^\$db$/; + function deserializeObject(buffer, index, options, isArray) { + if (isArray === void 0) { isArray = false; } + var evalFunctions = options['evalFunctions'] == null ? false : options['evalFunctions']; + var cacheFunctions = options['cacheFunctions'] == null ? false : options['cacheFunctions']; + var fieldsAsRaw = options['fieldsAsRaw'] == null ? null : options['fieldsAsRaw']; + // Return raw bson buffer instead of parsing it + var raw = options['raw'] == null ? false : options['raw']; + // Return BSONRegExp objects instead of native regular expressions + var bsonRegExp = typeof options['bsonRegExp'] === 'boolean' ? options['bsonRegExp'] : false; + // Controls the promotion of values vs wrapper classes + var promoteBuffers = options['promoteBuffers'] == null ? false : options['promoteBuffers']; + var promoteLongs = options['promoteLongs'] == null ? true : options['promoteLongs']; + var promoteValues = options['promoteValues'] == null ? true : options['promoteValues']; + // Ensures default validation option if none given + var validation = options.validation == null ? { utf8: true } : options.validation; + // Shows if global utf-8 validation is enabled or disabled + var globalUTFValidation = true; + // Reflects utf-8 validation setting regardless of global or specific key validation + var validationSetting; + // Set of keys either to enable or disable validation on + var utf8KeysSet = new Set(); + // Check for boolean uniformity and empty validation option + var utf8ValidatedKeys = validation.utf8; + if (typeof utf8ValidatedKeys === 'boolean') { + validationSetting = utf8ValidatedKeys; + } + else { + globalUTFValidation = false; + var utf8ValidationValues = Object.keys(utf8ValidatedKeys).map(function (key) { + return utf8ValidatedKeys[key]; + }); + if (utf8ValidationValues.length === 0) { + throw new BSONError('UTF-8 validation setting cannot be empty'); + } + if (typeof utf8ValidationValues[0] !== 'boolean') { + throw new BSONError('Invalid UTF-8 validation option, must specify boolean values'); + } + validationSetting = utf8ValidationValues[0]; + // Ensures boolean uniformity in utf-8 validation (all true or all false) + if (!utf8ValidationValues.every(function (item) { return item === validationSetting; })) { + throw new BSONError('Invalid UTF-8 validation option - keys must be all true or all false'); + } + } + // Add keys to set that will either be validated or not based on validationSetting + if (!globalUTFValidation) { + for (var _i = 0, _a = Object.keys(utf8ValidatedKeys); _i < _a.length; _i++) { + var key = _a[_i]; + utf8KeysSet.add(key); + } + } + // Set the start index + var startIndex = index; + // Validate that we have at least 4 bytes of buffer + if (buffer.length < 5) + throw new BSONError('corrupt bson message < 5 bytes long'); + // Read the document size + var size = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Ensure buffer is valid size + if (size < 5 || size > buffer.length) + throw new BSONError('corrupt bson message'); + // Create holding object + var object = isArray ? [] : {}; + // Used for arrays to skip having to perform utf8 decoding + var arrayIndex = 0; + var done = false; + var isPossibleDBRef = isArray ? false : null; + // While we have more left data left keep parsing + var dataview = new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); + while (!done) { + // Read the type + var elementType = buffer[index++]; + // If we get a zero it's the last byte, exit + if (elementType === 0) + break; + // Get the start search index + var i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.byteLength) + throw new BSONError('Bad BSON Document: illegal CString'); + // Represents the key + var name = isArray ? arrayIndex++ : buffer.toString('utf8', index, i); + // shouldValidateKey is true if the key should be validated, false otherwise + var shouldValidateKey = true; + if (globalUTFValidation || utf8KeysSet.has(name)) { + shouldValidateKey = validationSetting; + } + else { + shouldValidateKey = !validationSetting; + } + if (isPossibleDBRef !== false && name[0] === '$') { + isPossibleDBRef = allowedDBRefKeys.test(name); + } + var value = void 0; + index = i + 1; + if (elementType === BSON_DATA_STRING) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + value = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + index = index + stringSize; + } + else if (elementType === BSON_DATA_OID) { + var oid = buffer_1.alloc(12); + buffer.copy(oid, 0, index, index + 12); + value = new ObjectId(oid); + index = index + 12; + } + else if (elementType === BSON_DATA_INT && promoteValues === false) { + value = new Int32(buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24)); + } + else if (elementType === BSON_DATA_INT) { + value = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + } + else if (elementType === BSON_DATA_NUMBER && promoteValues === false) { + value = new Double(dataview.getFloat64(index, true)); + index = index + 8; + } + else if (elementType === BSON_DATA_NUMBER) { + value = dataview.getFloat64(index, true); + index = index + 8; + } + else if (elementType === BSON_DATA_DATE) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Date(new Long(lowBits, highBits).toNumber()); + } + else if (elementType === BSON_DATA_BOOLEAN) { + if (buffer[index] !== 0 && buffer[index] !== 1) + throw new BSONError('illegal boolean type value'); + value = buffer[index++] === 1; + } + else if (elementType === BSON_DATA_OBJECT) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (objectSize <= 0 || objectSize > buffer.length - index) + throw new BSONError('bad embedded document length in bson'); + // We have a raw value + if (raw) { + value = buffer.slice(index, index + objectSize); + } + else { + var objectOptions = options; + if (!globalUTFValidation) { + objectOptions = _assign(_assign({}, options), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, objectOptions, false); + } + index = index + objectSize; + } + else if (elementType === BSON_DATA_ARRAY) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + var arrayOptions = options; + // Stop index + var stopIndex = index + objectSize; + // All elements of array to be returned as raw bson + if (fieldsAsRaw && fieldsAsRaw[name]) { + arrayOptions = {}; + for (var n in options) { + arrayOptions[n] = options[n]; + } + arrayOptions['raw'] = true; + } + if (!globalUTFValidation) { + arrayOptions = _assign(_assign({}, arrayOptions), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, arrayOptions, true); + index = index + objectSize; + if (buffer[index - 1] !== 0) + throw new BSONError('invalid array terminator byte'); + if (index !== stopIndex) + throw new BSONError('corrupted array bson'); + } + else if (elementType === BSON_DATA_UNDEFINED) { + value = undefined; + } + else if (elementType === BSON_DATA_NULL) { + value = null; + } + else if (elementType === BSON_DATA_LONG) { + // Unpack the low and high bits + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var long = new Long(lowBits, highBits); + // Promote the long if possible + if (promoteLongs && promoteValues === true) { + value = + long.lessThanOrEqual(JS_INT_MAX_LONG) && long.greaterThanOrEqual(JS_INT_MIN_LONG) + ? long.toNumber() + : long; + } + else { + value = long; + } + } + else if (elementType === BSON_DATA_DECIMAL128) { + // Buffer to contain the decimal bytes + var bytes = buffer_1.alloc(16); + // Copy the next 16 bytes into the bytes buffer + buffer.copy(bytes, 0, index, index + 16); + // Update index + index = index + 16; + // Assign the new Decimal128 value + var decimal128 = new Decimal128(bytes); + // If we have an alternative mapper use that + if ('toObject' in decimal128 && typeof decimal128.toObject === 'function') { + value = decimal128.toObject(); + } + else { + value = decimal128; + } + } + else if (elementType === BSON_DATA_BINARY) { + var binarySize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var totalBinarySize = binarySize; + var subType = buffer[index++]; + // Did we have a negative binary size, throw + if (binarySize < 0) + throw new BSONError('Negative binary type element size found'); + // Is the length longer than the document + if (binarySize > buffer.byteLength) + throw new BSONError('Binary type size larger than document size'); + // Decode as raw Buffer object if options specifies it + if (buffer['slice'] != null) { + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + if (promoteBuffers && promoteValues) { + value = buffer.slice(index, index + binarySize); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = value.toUUID(); + } + } + } + else { + var _buffer = buffer_1.alloc(binarySize); + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + // Copy the data + for (i = 0; i < binarySize; i++) { + _buffer[i] = buffer[index + i]; + } + if (promoteBuffers && promoteValues) { + value = _buffer; + } + else if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = new Binary(buffer.slice(index, index + binarySize), subType).toUUID(); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + } + } + // Update the index + index = index + binarySize; + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === false) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + // Create the regexp + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // For each option add the corresponding one for javascript + var optionsArray = new Array(regExpOptions.length); + // Parse options + for (i = 0; i < regExpOptions.length; i++) { + switch (regExpOptions[i]) { + case 'm': + optionsArray[i] = 'm'; + break; + case 's': + optionsArray[i] = 'g'; + break; + case 'i': + optionsArray[i] = 'i'; + break; + } + } + value = new RegExp(source, optionsArray.join('')); + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === true) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // Set the object + value = new BSONRegExp(source, regExpOptions); + } + else if (elementType === BSON_DATA_SYMBOL) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var symbol = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + value = promoteValues ? symbol : new BSONSymbol(symbol); + index = index + stringSize; + } + else if (elementType === BSON_DATA_TIMESTAMP) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Timestamp(lowBits, highBits); + } + else if (elementType === BSON_DATA_MIN_KEY) { + value = new MinKey(); + } + else if (elementType === BSON_DATA_MAX_KEY) { + value = new MaxKey(); + } + else if (elementType === BSON_DATA_CODE) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + } + else { + value = new Code(functionString); + } + // Update parse index position + index = index + stringSize; + } + else if (elementType === BSON_DATA_CODE_W_SCOPE) { + var totalSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Element cannot be shorter than totalSize + stringSize + documentSize + terminator + if (totalSize < 4 + 4 + 4 + 1) { + throw new BSONError('code_w_scope total size shorter minimum expected length'); + } + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + // Javascript function + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // Update parse index position + index = index + stringSize; + // Parse the element + var _index = index; + // Decode the size of the object document + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + // Decode the scope object + var scopeObject = deserializeObject(buffer, _index, options, false); + // Adjust the index + index = index + objectSize; + // Check if field length is too short + if (totalSize < 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too short, truncating scope'); + } + // Check if totalSize field is too long + if (totalSize > 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too long, clips outer document'); + } + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + value.scope = scopeObject; + } + else { + value = new Code(functionString, scopeObject); + } + } + else if (elementType === BSON_DATA_DBPOINTER) { + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) + throw new BSONError('bad string length in bson'); + // Namespace + if (validation != null && validation.utf8) { + if (!validateUtf8(buffer, index, index + stringSize - 1)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + } + var namespace = buffer.toString('utf8', index, index + stringSize - 1); + // Update parse index position + index = index + stringSize; + // Read the oid + var oidBuffer = buffer_1.alloc(12); + buffer.copy(oidBuffer, 0, index, index + 12); + var oid = new ObjectId(oidBuffer); + // Update the index + index = index + 12; + // Upgrade to DBRef type + value = new DBRef(namespace, oid); + } + else { + throw new BSONError("Detected unknown BSON type ".concat(elementType.toString(16), " for fieldname \"").concat(name, "\"")); + } + if (name === '__proto__') { + Object.defineProperty(object, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + object[name] = value; + } + } + // Check if the deserialization was against a valid array/object + if (size !== index - startIndex) { + if (isArray) + throw new BSONError('corrupt array bson'); + throw new BSONError('corrupt object bson'); + } + // if we did not find "$ref", "$id", "$db", or found an extraneous $key, don't make a DBRef + if (!isPossibleDBRef) + return object; + if (isDBRefLike(object)) { + var copy = Object.assign({}, object); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(object.$ref, object.$id, object.$db, copy); + } + return object; + } + /** + * Ensure eval is isolated, store the result in functionCache. + * + * @internal + */ + function isolateEval(functionString, functionCache, object) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + if (!functionCache) + return new Function(functionString); + // Check for cache hit, eval if missing and return cached function + if (functionCache[functionString] == null) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + functionCache[functionString] = new Function(functionString); + } + // Set the object + return functionCache[functionString].bind(object); + } + function getValidatedString(buffer, start, end, shouldValidateUtf8) { + var value = buffer.toString('utf8', start, end); + // if utf8 validation is on, do the check + if (shouldValidateUtf8) { + for (var i = 0; i < value.length; i++) { + if (value.charCodeAt(i) === 0xfffd) { + if (!validateUtf8(buffer, start, end)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + break; + } + } + } + return value; + } + + var regexp = /\x00/; // eslint-disable-line no-control-regex + var ignoreKeys = new Set(['$db', '$ref', '$id', '$clusterTime']); + /* + * isArray indicates if we are writing to a BSON array (type 0x04) + * which forces the "key" which really an array index as a string to be written as ascii + * This will catch any errors in index as a string generation + */ + function serializeString(buffer, key, value, index, isArray) { + // Encode String type + buffer[index++] = BSON_DATA_STRING; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes + 1; + buffer[index - 1] = 0; + // Write the string + var size = buffer.write(value, index + 4, undefined, 'utf8'); + // Write the size of the string to buffer + buffer[index + 3] = ((size + 1) >> 24) & 0xff; + buffer[index + 2] = ((size + 1) >> 16) & 0xff; + buffer[index + 1] = ((size + 1) >> 8) & 0xff; + buffer[index] = (size + 1) & 0xff; + // Update index + index = index + 4 + size; + // Write zero + buffer[index++] = 0; + return index; + } + var SPACE_FOR_FLOAT64 = new Uint8Array(8); + var DV_FOR_FLOAT64 = new DataView(SPACE_FOR_FLOAT64.buffer, SPACE_FOR_FLOAT64.byteOffset, SPACE_FOR_FLOAT64.byteLength); + function serializeNumber(buffer, key, value, index, isArray) { + // We have an integer value + // TODO(NODE-2529): Add support for big int + if (Number.isInteger(value) && + value >= BSON_INT32_MIN$1 && + value <= BSON_INT32_MAX$1) { + // If the value fits in 32 bits encode as int32 + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + } + else { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + } + return index; + } + function serializeNull(buffer, key, _, index, isArray) { + // Set long type + buffer[index++] = BSON_DATA_NULL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; + } + function serializeBoolean(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BOOLEAN; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Encode the boolean value + buffer[index++] = value ? 1 : 0; + return index; + } + function serializeDate(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_DATE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var dateInMilis = Long.fromNumber(value.getTime()); + var lowBits = dateInMilis.getLowBits(); + var highBits = dateInMilis.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; + } + function serializeRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + if (value.source && value.source.match(regexp) != null) { + throw Error('value ' + value.source + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.source, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the parameters + if (value.ignoreCase) + buffer[index++] = 0x69; // i + if (value.global) + buffer[index++] = 0x73; // s + if (value.multiline) + buffer[index++] = 0x6d; // m + // Add ending zero + buffer[index++] = 0x00; + return index; + } + function serializeBSONRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Check the pattern for 0 bytes + if (value.pattern.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('pattern ' + value.pattern + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.pattern, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the options + index = index + buffer.write(value.options.split('').sort().join(''), index, undefined, 'utf8'); + // Add ending zero + buffer[index++] = 0x00; + return index; + } + function serializeMinMax(buffer, key, value, index, isArray) { + // Write the type of either min or max key + if (value === null) { + buffer[index++] = BSON_DATA_NULL; + } + else if (value._bsontype === 'MinKey') { + buffer[index++] = BSON_DATA_MIN_KEY; + } + else { + buffer[index++] = BSON_DATA_MAX_KEY; + } + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; + } + function serializeObjectId(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OID; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the objectId into the shared buffer + if (typeof value.id === 'string') { + buffer.write(value.id, index, undefined, 'binary'); + } + else if (isUint8Array(value.id)) { + // Use the standard JS methods here because buffer.copy() is buggy with the + // browser polyfill + buffer.set(value.id.subarray(0, 12), index); + } + else { + throw new BSONTypeError('object [' + JSON.stringify(value) + '] is not a valid ObjectId'); + } + // Adjust index + return index + 12; + } + function serializeBuffer(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Get size of the buffer (current write point) + var size = value.length; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the default subtype + buffer[index++] = BSON_BINARY_SUBTYPE_DEFAULT; + // Copy the content form the binary field to the buffer + buffer.set(ensureBuffer(value), index); + // Adjust the index + index = index + size; + return index; + } + function serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (path === void 0) { path = []; } + for (var i = 0; i < path.length; i++) { + if (path[i] === value) + throw new BSONError('cyclic dependency detected'); + } + // Push value to stack + path.push(value); + // Write the type + buffer[index++] = Array.isArray(value) ? BSON_DATA_ARRAY : BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var endIndex = serializeInto(buffer, value, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined, path); + // Pop stack + path.pop(); + return endIndex; + } + function serializeDecimal128(buffer, key, value, index, isArray) { + buffer[index++] = BSON_DATA_DECIMAL128; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the data from the value + // Prefer the standard JS methods because their typechecking is not buggy, + // unlike the `buffer` polyfill's. + buffer.set(value.bytes.subarray(0, 16), index); + return index + 16; + } + function serializeLong(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = + value._bsontype === 'Long' ? BSON_DATA_LONG : BSON_DATA_TIMESTAMP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var lowBits = value.getLowBits(); + var highBits = value.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; + } + function serializeInt32(buffer, key, value, index, isArray) { + value = value.valueOf(); + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + return index; + } + function serializeDouble(buffer, key, value, index, isArray) { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value.value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + return index; + } + function serializeFunction(buffer, key, value, index, _checkKeys, _depth, isArray) { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = normalizedFunctionString(value); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + return index; + } + function serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (value.scope && typeof value.scope === 'object') { + // Write the type + buffer[index++] = BSON_DATA_CODE_W_SCOPE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Starting index + var startIndex = index; + // Serialize the function + // Get the function string + var functionString = typeof value.code === 'string' ? value.code : value.code.toString(); + // Index adjustment + index = index + 4; + // Write string into buffer + var codeSize = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = codeSize & 0xff; + buffer[index + 1] = (codeSize >> 8) & 0xff; + buffer[index + 2] = (codeSize >> 16) & 0xff; + buffer[index + 3] = (codeSize >> 24) & 0xff; + // Write end 0 + buffer[index + 4 + codeSize - 1] = 0; + // Write the + index = index + codeSize + 4; + // + // Serialize the scope value + var endIndex = serializeInto(buffer, value.scope, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined); + index = endIndex - 1; + // Writ the total + var totalSize = endIndex - startIndex; + // Write the total size of the object + buffer[startIndex++] = totalSize & 0xff; + buffer[startIndex++] = (totalSize >> 8) & 0xff; + buffer[startIndex++] = (totalSize >> 16) & 0xff; + buffer[startIndex++] = (totalSize >> 24) & 0xff; + // Write trailing zero + buffer[index++] = 0; + } + else { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = value.code.toString(); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + } + return index; + } + function serializeBinary(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Extract the buffer + var data = value.value(true); + // Calculate size + var size = value.position; + // Add the deprecated 02 type 4 bytes of size to total + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) + size = size + 4; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the subtype to the buffer + buffer[index++] = value.sub_type; + // If we have binary type 2 the 4 first bytes are the size + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + size = size - 4; + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + } + // Write the data to the object + buffer.set(data, index); + // Adjust the index + index = index + value.position; + return index; + } + function serializeSymbol(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_SYMBOL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the string + var size = buffer.write(value.value, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0x00; + return index; + } + function serializeDBRef(buffer, key, value, index, depth, serializeFunctions, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var startIndex = index; + var output = { + $ref: value.collection || value.namespace, + $id: value.oid + }; + if (value.db != null) { + output.$db = value.db; + } + output = Object.assign(output, value.fields); + var endIndex = serializeInto(buffer, output, false, index, depth + 1, serializeFunctions); + // Calculate object size + var size = endIndex - startIndex; + // Write the size + buffer[startIndex++] = size & 0xff; + buffer[startIndex++] = (size >> 8) & 0xff; + buffer[startIndex++] = (size >> 16) & 0xff; + buffer[startIndex++] = (size >> 24) & 0xff; + // Set index + return endIndex; + } + function serializeInto(buffer, object, checkKeys, startingIndex, depth, serializeFunctions, ignoreUndefined, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (startingIndex === void 0) { startingIndex = 0; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (path === void 0) { path = []; } + startingIndex = startingIndex || 0; + path = path || []; + // Push the object to the path + path.push(object); + // Start place to serialize into + var index = startingIndex + 4; + // Special case isArray + if (Array.isArray(object)) { + // Get object keys + for (var i = 0; i < object.length; i++) { + var key = "".concat(i); + var value = object[i]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + if (typeof value === 'string') { + index = serializeString(buffer, key, value, index, true); + } + else if (typeof value === 'number') { + index = serializeNumber(buffer, key, value, index, true); + } + else if (typeof value === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (typeof value === 'boolean') { + index = serializeBoolean(buffer, key, value, index, true); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index, true); + } + else if (value === undefined) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index, true); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index, true); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index, true); + } + else if (typeof value === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true, path); + } + else if (typeof value === 'object' && + isBSONType(value) && + value._bsontype === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index, true); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, true); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions, true); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index, true); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else if (object instanceof exports.Map || isMap(object)) { + var iterator = object.entries(); + var done = false; + while (!done) { + // Unpack the next entry + var entry = iterator.next(); + done = !!entry.done; + // Are we done, then skip and terminate + if (done) + continue; + // Get the entry values + var key = entry.value[0]; + var value = entry.value[1]; + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint' || isBigInt64Array(value) || isBigUInt64Array(value)) { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === null || (value === undefined && ignoreUndefined === false)) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else { + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + // Provided a custom serialization method + object = object.toBSON(); + if (object != null && typeof object !== 'object') { + throw new BSONTypeError('toBSON function did not return an object'); + } + } + // Iterate over all the keys + for (var key in object) { + var value = object[key]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === undefined) { + if (ignoreUndefined === false) + index = serializeNull(buffer, key, value, index); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + // Remove the path + path.pop(); + // Final padding byte for object + buffer[index++] = 0x00; + // Final size + var size = index - startingIndex; + // Write the size of the object + buffer[startingIndex++] = size & 0xff; + buffer[startingIndex++] = (size >> 8) & 0xff; + buffer[startingIndex++] = (size >> 16) & 0xff; + buffer[startingIndex++] = (size >> 24) & 0xff; + return index; + } + + /** @internal */ + // Default Max Size + var MAXSIZE = 1024 * 1024 * 17; + // Current Internal Temporary Serialization Buffer + var buffer = buffer_1.alloc(MAXSIZE); + /** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ + function setInternalBufferSize(size) { + // Resize the internal serialization buffer if needed + if (buffer.length < size) { + buffer = buffer_1.alloc(size); + } + } + /** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ + function serialize(object, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var minInternalBufferSize = typeof options.minInternalBufferSize === 'number' ? options.minInternalBufferSize : MAXSIZE; + // Resize the internal serialization buffer if needed + if (buffer.length < minInternalBufferSize) { + buffer = buffer_1.alloc(minInternalBufferSize); + } + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined, []); + // Create the final buffer + var finishedBuffer = buffer_1.alloc(serializationIndex); + // Copy into the finished buffer + buffer.copy(finishedBuffer, 0, 0, finishedBuffer.length); + // Return the buffer + return finishedBuffer; + } + /** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ + function serializeWithBufferAndIndex(object, finalBuffer, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var startIndex = typeof options.index === 'number' ? options.index : 0; + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined); + buffer.copy(finalBuffer, startIndex, 0, serializationIndex); + // Return the index + return startIndex + serializationIndex - 1; + } + /** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ + function deserialize(buffer, options) { + if (options === void 0) { options = {}; } + return deserialize$1(buffer instanceof buffer_1 ? buffer : ensureBuffer(buffer), options); + } + /** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ + function calculateObjectSize(object, options) { + if (options === void 0) { options = {}; } + options = options || {}; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + return calculateObjectSize$1(object, serializeFunctions, ignoreUndefined); + } + /** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ + function deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, options) { + var internalOptions = Object.assign({ allowObjectSmallerThanBufferSize: true, index: 0 }, options); + var bufferData = ensureBuffer(data); + var index = startIndex; + // Loop over all documents + for (var i = 0; i < numberOfDocuments; i++) { + // Find size of the document + var size = bufferData[index] | + (bufferData[index + 1] << 8) | + (bufferData[index + 2] << 16) | + (bufferData[index + 3] << 24); + // Update options with index + internalOptions.index = index; + // Parse the document at this point + documents[docStartIndex + i] = deserialize$1(bufferData, internalOptions); + // Adjust index by the document size + index = index + size; + } + // Return object containing end index of parsing and list of documents + return index; + } + /** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ + var BSON = { + Binary: Binary, + Code: Code, + DBRef: DBRef, + Decimal128: Decimal128, + Double: Double, + Int32: Int32, + Long: Long, + UUID: UUID, + Map: exports.Map, + MaxKey: MaxKey, + MinKey: MinKey, + ObjectId: ObjectId, + ObjectID: ObjectId, + BSONRegExp: BSONRegExp, + BSONSymbol: BSONSymbol, + Timestamp: Timestamp, + EJSON: exports.EJSON, + setInternalBufferSize: setInternalBufferSize, + serialize: serialize, + serializeWithBufferAndIndex: serializeWithBufferAndIndex, + deserialize: deserialize, + calculateObjectSize: calculateObjectSize, + deserializeStream: deserializeStream, + BSONError: BSONError, + BSONTypeError: BSONTypeError + }; + + exports.BSONError = BSONError; + exports.BSONRegExp = BSONRegExp; + exports.BSONSymbol = BSONSymbol; + exports.BSONTypeError = BSONTypeError; + exports.BSON_BINARY_SUBTYPE_BYTE_ARRAY = BSON_BINARY_SUBTYPE_BYTE_ARRAY; + exports.BSON_BINARY_SUBTYPE_COLUMN = BSON_BINARY_SUBTYPE_COLUMN; + exports.BSON_BINARY_SUBTYPE_DEFAULT = BSON_BINARY_SUBTYPE_DEFAULT; + exports.BSON_BINARY_SUBTYPE_ENCRYPTED = BSON_BINARY_SUBTYPE_ENCRYPTED; + exports.BSON_BINARY_SUBTYPE_FUNCTION = BSON_BINARY_SUBTYPE_FUNCTION; + exports.BSON_BINARY_SUBTYPE_MD5 = BSON_BINARY_SUBTYPE_MD5; + exports.BSON_BINARY_SUBTYPE_USER_DEFINED = BSON_BINARY_SUBTYPE_USER_DEFINED; + exports.BSON_BINARY_SUBTYPE_UUID = BSON_BINARY_SUBTYPE_UUID; + exports.BSON_BINARY_SUBTYPE_UUID_NEW = BSON_BINARY_SUBTYPE_UUID_NEW; + exports.BSON_DATA_ARRAY = BSON_DATA_ARRAY; + exports.BSON_DATA_BINARY = BSON_DATA_BINARY; + exports.BSON_DATA_BOOLEAN = BSON_DATA_BOOLEAN; + exports.BSON_DATA_CODE = BSON_DATA_CODE; + exports.BSON_DATA_CODE_W_SCOPE = BSON_DATA_CODE_W_SCOPE; + exports.BSON_DATA_DATE = BSON_DATA_DATE; + exports.BSON_DATA_DBPOINTER = BSON_DATA_DBPOINTER; + exports.BSON_DATA_DECIMAL128 = BSON_DATA_DECIMAL128; + exports.BSON_DATA_INT = BSON_DATA_INT; + exports.BSON_DATA_LONG = BSON_DATA_LONG; + exports.BSON_DATA_MAX_KEY = BSON_DATA_MAX_KEY; + exports.BSON_DATA_MIN_KEY = BSON_DATA_MIN_KEY; + exports.BSON_DATA_NULL = BSON_DATA_NULL; + exports.BSON_DATA_NUMBER = BSON_DATA_NUMBER; + exports.BSON_DATA_OBJECT = BSON_DATA_OBJECT; + exports.BSON_DATA_OID = BSON_DATA_OID; + exports.BSON_DATA_REGEXP = BSON_DATA_REGEXP; + exports.BSON_DATA_STRING = BSON_DATA_STRING; + exports.BSON_DATA_SYMBOL = BSON_DATA_SYMBOL; + exports.BSON_DATA_TIMESTAMP = BSON_DATA_TIMESTAMP; + exports.BSON_DATA_UNDEFINED = BSON_DATA_UNDEFINED; + exports.BSON_INT32_MAX = BSON_INT32_MAX$1; + exports.BSON_INT32_MIN = BSON_INT32_MIN$1; + exports.BSON_INT64_MAX = BSON_INT64_MAX$1; + exports.BSON_INT64_MIN = BSON_INT64_MIN$1; + exports.Binary = Binary; + exports.Code = Code; + exports.DBRef = DBRef; + exports.Decimal128 = Decimal128; + exports.Double = Double; + exports.Int32 = Int32; + exports.Long = Long; + exports.LongWithoutOverridesClass = LongWithoutOverridesClass; + exports.MaxKey = MaxKey; + exports.MinKey = MinKey; + exports.ObjectID = ObjectId; + exports.ObjectId = ObjectId; + exports.Timestamp = Timestamp; + exports.UUID = UUID; + exports.calculateObjectSize = calculateObjectSize; + exports.default = BSON; + exports.deserialize = deserialize; + exports.deserializeStream = deserializeStream; + exports.serialize = serialize; + exports.serializeWithBufferAndIndex = serializeWithBufferAndIndex; + exports.setInternalBufferSize = setInternalBufferSize; + + Object.defineProperty(exports, '__esModule', { value: true }); + + return exports; + +}({})); +//# sourceMappingURL=bson.bundle.js.map diff --git a/node_modules/bson/dist/bson.bundle.js.map b/node_modules/bson/dist/bson.bundle.js.map new file mode 100644 index 000000000..662d860df --- /dev/null +++ b/node_modules/bson/dist/bson.bundle.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bson.bundle.js","sources":["../node_modules/base64-js/index.js","../node_modules/ieee754/index.js","../node_modules/buffer/index.js","../node_modules/tslib/tslib.es6.js","../src/error.ts","../src/utils/global.ts","../src/parser/utils.ts","../src/ensure_buffer.ts","../src/uuid_utils.ts","../src/constants.ts","../src/binary.ts","../src/code.ts","../src/db_ref.ts","../src/long.ts","../src/decimal128.ts","../src/double.ts","../src/int_32.ts","../src/max_key.ts","../src/min_key.ts","../src/objectid.ts","../src/regexp.ts","../src/symbol.ts","../src/timestamp.ts","../src/extended_json.ts","../src/map.ts","../src/parser/calculate_size.ts","../src/validate_utf8.ts","../src/parser/deserializer.ts","../src/parser/serializer.ts","../src/bson.ts"],"sourcesContent":["'use strict'\n\nexports.byteLength = byteLength\nexports.toByteArray = toByteArray\nexports.fromByteArray = fromByteArray\n\nvar lookup = []\nvar revLookup = []\nvar Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array\n\nvar code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'\nfor (var i = 0, len = code.length; i < len; ++i) {\n lookup[i] = code[i]\n revLookup[code.charCodeAt(i)] = i\n}\n\n// Support decoding URL-safe base64 strings, as Node.js does.\n// See: https://en.wikipedia.org/wiki/Base64#URL_applications\nrevLookup['-'.charCodeAt(0)] = 62\nrevLookup['_'.charCodeAt(0)] = 63\n\nfunction getLens (b64) {\n var len = b64.length\n\n if (len % 4 > 0) {\n throw new Error('Invalid string. Length must be a multiple of 4')\n }\n\n // Trim off extra bytes after placeholder bytes are found\n // See: https://github.com/beatgammit/base64-js/issues/42\n var validLen = b64.indexOf('=')\n if (validLen === -1) validLen = len\n\n var placeHoldersLen = validLen === len\n ? 0\n : 4 - (validLen % 4)\n\n return [validLen, placeHoldersLen]\n}\n\n// base64 is 4/3 + up to two characters of the original data\nfunction byteLength (b64) {\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction _byteLength (b64, validLen, placeHoldersLen) {\n return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen\n}\n\nfunction toByteArray (b64) {\n var tmp\n var lens = getLens(b64)\n var validLen = lens[0]\n var placeHoldersLen = lens[1]\n\n var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))\n\n var curByte = 0\n\n // if there are placeholders, only get up to the last complete 4 chars\n var len = placeHoldersLen > 0\n ? validLen - 4\n : validLen\n\n var i\n for (i = 0; i < len; i += 4) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 18) |\n (revLookup[b64.charCodeAt(i + 1)] << 12) |\n (revLookup[b64.charCodeAt(i + 2)] << 6) |\n revLookup[b64.charCodeAt(i + 3)]\n arr[curByte++] = (tmp >> 16) & 0xFF\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 2) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 2) |\n (revLookup[b64.charCodeAt(i + 1)] >> 4)\n arr[curByte++] = tmp & 0xFF\n }\n\n if (placeHoldersLen === 1) {\n tmp =\n (revLookup[b64.charCodeAt(i)] << 10) |\n (revLookup[b64.charCodeAt(i + 1)] << 4) |\n (revLookup[b64.charCodeAt(i + 2)] >> 2)\n arr[curByte++] = (tmp >> 8) & 0xFF\n arr[curByte++] = tmp & 0xFF\n }\n\n return arr\n}\n\nfunction tripletToBase64 (num) {\n return lookup[num >> 18 & 0x3F] +\n lookup[num >> 12 & 0x3F] +\n lookup[num >> 6 & 0x3F] +\n lookup[num & 0x3F]\n}\n\nfunction encodeChunk (uint8, start, end) {\n var tmp\n var output = []\n for (var i = start; i < end; i += 3) {\n tmp =\n ((uint8[i] << 16) & 0xFF0000) +\n ((uint8[i + 1] << 8) & 0xFF00) +\n (uint8[i + 2] & 0xFF)\n output.push(tripletToBase64(tmp))\n }\n return output.join('')\n}\n\nfunction fromByteArray (uint8) {\n var tmp\n var len = uint8.length\n var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes\n var parts = []\n var maxChunkLength = 16383 // must be multiple of 3\n\n // go through the array every three bytes, we'll deal with trailing stuff later\n for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {\n parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))\n }\n\n // pad the end with zeros, but make sure to not forget the extra bytes\n if (extraBytes === 1) {\n tmp = uint8[len - 1]\n parts.push(\n lookup[tmp >> 2] +\n lookup[(tmp << 4) & 0x3F] +\n '=='\n )\n } else if (extraBytes === 2) {\n tmp = (uint8[len - 2] << 8) + uint8[len - 1]\n parts.push(\n lookup[tmp >> 10] +\n lookup[(tmp >> 4) & 0x3F] +\n lookup[(tmp << 2) & 0x3F] +\n '='\n )\n }\n\n return parts.join('')\n}\n","/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */\nexports.read = function (buffer, offset, isLE, mLen, nBytes) {\n var e, m\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var nBits = -7\n var i = isLE ? (nBytes - 1) : 0\n var d = isLE ? -1 : 1\n var s = buffer[offset + i]\n\n i += d\n\n e = s & ((1 << (-nBits)) - 1)\n s >>= (-nBits)\n nBits += eLen\n for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n m = e & ((1 << (-nBits)) - 1)\n e >>= (-nBits)\n nBits += mLen\n for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}\n\n if (e === 0) {\n e = 1 - eBias\n } else if (e === eMax) {\n return m ? NaN : ((s ? -1 : 1) * Infinity)\n } else {\n m = m + Math.pow(2, mLen)\n e = e - eBias\n }\n return (s ? -1 : 1) * m * Math.pow(2, e - mLen)\n}\n\nexports.write = function (buffer, value, offset, isLE, mLen, nBytes) {\n var e, m, c\n var eLen = (nBytes * 8) - mLen - 1\n var eMax = (1 << eLen) - 1\n var eBias = eMax >> 1\n var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)\n var i = isLE ? 0 : (nBytes - 1)\n var d = isLE ? 1 : -1\n var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0\n\n value = Math.abs(value)\n\n if (isNaN(value) || value === Infinity) {\n m = isNaN(value) ? 1 : 0\n e = eMax\n } else {\n e = Math.floor(Math.log(value) / Math.LN2)\n if (value * (c = Math.pow(2, -e)) < 1) {\n e--\n c *= 2\n }\n if (e + eBias >= 1) {\n value += rt / c\n } else {\n value += rt * Math.pow(2, 1 - eBias)\n }\n if (value * c >= 2) {\n e++\n c /= 2\n }\n\n if (e + eBias >= eMax) {\n m = 0\n e = eMax\n } else if (e + eBias >= 1) {\n m = ((value * c) - 1) * Math.pow(2, mLen)\n e = e + eBias\n } else {\n m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)\n e = 0\n }\n }\n\n for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}\n\n e = (e << mLen) | m\n eLen += mLen\n for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}\n\n buffer[offset + i - d] |= s * 128\n}\n","/*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n/* eslint-disable no-proto */\n\n'use strict'\n\nvar base64 = require('base64-js')\nvar ieee754 = require('ieee754')\nvar customInspectSymbol =\n (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation\n ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation\n : null\n\nexports.Buffer = Buffer\nexports.SlowBuffer = SlowBuffer\nexports.INSPECT_MAX_BYTES = 50\n\nvar K_MAX_LENGTH = 0x7fffffff\nexports.kMaxLength = K_MAX_LENGTH\n\n/**\n * If `Buffer.TYPED_ARRAY_SUPPORT`:\n * === true Use Uint8Array implementation (fastest)\n * === false Print warning and recommend using `buffer` v4.x which has an Object\n * implementation (most compatible, even IE6)\n *\n * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,\n * Opera 11.6+, iOS 4.2+.\n *\n * We report that the browser does not support typed arrays if the are not subclassable\n * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`\n * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support\n * for __proto__ and has a buggy typed array implementation.\n */\nBuffer.TYPED_ARRAY_SUPPORT = typedArraySupport()\n\nif (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&\n typeof console.error === 'function') {\n console.error(\n 'This browser lacks typed array (Uint8Array) support which is required by ' +\n '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'\n )\n}\n\nfunction typedArraySupport () {\n // Can typed array instances can be augmented?\n try {\n var arr = new Uint8Array(1)\n var proto = { foo: function () { return 42 } }\n Object.setPrototypeOf(proto, Uint8Array.prototype)\n Object.setPrototypeOf(arr, proto)\n return arr.foo() === 42\n } catch (e) {\n return false\n }\n}\n\nObject.defineProperty(Buffer.prototype, 'parent', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.buffer\n }\n})\n\nObject.defineProperty(Buffer.prototype, 'offset', {\n enumerable: true,\n get: function () {\n if (!Buffer.isBuffer(this)) return undefined\n return this.byteOffset\n }\n})\n\nfunction createBuffer (length) {\n if (length > K_MAX_LENGTH) {\n throw new RangeError('The value \"' + length + '\" is invalid for option \"size\"')\n }\n // Return an augmented `Uint8Array` instance\n var buf = new Uint8Array(length)\n Object.setPrototypeOf(buf, Buffer.prototype)\n return buf\n}\n\n/**\n * The Buffer constructor returns instances of `Uint8Array` that have their\n * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of\n * `Uint8Array`, so the returned instances will have all the node `Buffer` methods\n * and the `Uint8Array` methods. Square bracket notation works as expected -- it\n * returns a single octet.\n *\n * The `Uint8Array` prototype remains unmodified.\n */\n\nfunction Buffer (arg, encodingOrOffset, length) {\n // Common case.\n if (typeof arg === 'number') {\n if (typeof encodingOrOffset === 'string') {\n throw new TypeError(\n 'The \"string\" argument must be of type string. Received type number'\n )\n }\n return allocUnsafe(arg)\n }\n return from(arg, encodingOrOffset, length)\n}\n\nBuffer.poolSize = 8192 // not used by this implementation\n\nfunction from (value, encodingOrOffset, length) {\n if (typeof value === 'string') {\n return fromString(value, encodingOrOffset)\n }\n\n if (ArrayBuffer.isView(value)) {\n return fromArrayView(value)\n }\n\n if (value == null) {\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n }\n\n if (isInstance(value, ArrayBuffer) ||\n (value && isInstance(value.buffer, ArrayBuffer))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof SharedArrayBuffer !== 'undefined' &&\n (isInstance(value, SharedArrayBuffer) ||\n (value && isInstance(value.buffer, SharedArrayBuffer)))) {\n return fromArrayBuffer(value, encodingOrOffset, length)\n }\n\n if (typeof value === 'number') {\n throw new TypeError(\n 'The \"value\" argument must not be of type number. Received type number'\n )\n }\n\n var valueOf = value.valueOf && value.valueOf()\n if (valueOf != null && valueOf !== value) {\n return Buffer.from(valueOf, encodingOrOffset, length)\n }\n\n var b = fromObject(value)\n if (b) return b\n\n if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null &&\n typeof value[Symbol.toPrimitive] === 'function') {\n return Buffer.from(\n value[Symbol.toPrimitive]('string'), encodingOrOffset, length\n )\n }\n\n throw new TypeError(\n 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +\n 'or Array-like Object. Received type ' + (typeof value)\n )\n}\n\n/**\n * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError\n * if value is a number.\n * Buffer.from(str[, encoding])\n * Buffer.from(array)\n * Buffer.from(buffer)\n * Buffer.from(arrayBuffer[, byteOffset[, length]])\n **/\nBuffer.from = function (value, encodingOrOffset, length) {\n return from(value, encodingOrOffset, length)\n}\n\n// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:\n// https://github.com/feross/buffer/pull/148\nObject.setPrototypeOf(Buffer.prototype, Uint8Array.prototype)\nObject.setPrototypeOf(Buffer, Uint8Array)\n\nfunction assertSize (size) {\n if (typeof size !== 'number') {\n throw new TypeError('\"size\" argument must be of type number')\n } else if (size < 0) {\n throw new RangeError('The value \"' + size + '\" is invalid for option \"size\"')\n }\n}\n\nfunction alloc (size, fill, encoding) {\n assertSize(size)\n if (size <= 0) {\n return createBuffer(size)\n }\n if (fill !== undefined) {\n // Only pay attention to encoding if it's a string. This\n // prevents accidentally sending in a number that would\n // be interpreted as a start offset.\n return typeof encoding === 'string'\n ? createBuffer(size).fill(fill, encoding)\n : createBuffer(size).fill(fill)\n }\n return createBuffer(size)\n}\n\n/**\n * Creates a new filled Buffer instance.\n * alloc(size[, fill[, encoding]])\n **/\nBuffer.alloc = function (size, fill, encoding) {\n return alloc(size, fill, encoding)\n}\n\nfunction allocUnsafe (size) {\n assertSize(size)\n return createBuffer(size < 0 ? 0 : checked(size) | 0)\n}\n\n/**\n * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.\n * */\nBuffer.allocUnsafe = function (size) {\n return allocUnsafe(size)\n}\n/**\n * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.\n */\nBuffer.allocUnsafeSlow = function (size) {\n return allocUnsafe(size)\n}\n\nfunction fromString (string, encoding) {\n if (typeof encoding !== 'string' || encoding === '') {\n encoding = 'utf8'\n }\n\n if (!Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n\n var length = byteLength(string, encoding) | 0\n var buf = createBuffer(length)\n\n var actual = buf.write(string, encoding)\n\n if (actual !== length) {\n // Writing a hex string, for example, that contains invalid characters will\n // cause everything after the first invalid character to be ignored. (e.g.\n // 'abxxcd' will be treated as 'ab')\n buf = buf.slice(0, actual)\n }\n\n return buf\n}\n\nfunction fromArrayLike (array) {\n var length = array.length < 0 ? 0 : checked(array.length) | 0\n var buf = createBuffer(length)\n for (var i = 0; i < length; i += 1) {\n buf[i] = array[i] & 255\n }\n return buf\n}\n\nfunction fromArrayView (arrayView) {\n if (isInstance(arrayView, Uint8Array)) {\n var copy = new Uint8Array(arrayView)\n return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength)\n }\n return fromArrayLike(arrayView)\n}\n\nfunction fromArrayBuffer (array, byteOffset, length) {\n if (byteOffset < 0 || array.byteLength < byteOffset) {\n throw new RangeError('\"offset\" is outside of buffer bounds')\n }\n\n if (array.byteLength < byteOffset + (length || 0)) {\n throw new RangeError('\"length\" is outside of buffer bounds')\n }\n\n var buf\n if (byteOffset === undefined && length === undefined) {\n buf = new Uint8Array(array)\n } else if (length === undefined) {\n buf = new Uint8Array(array, byteOffset)\n } else {\n buf = new Uint8Array(array, byteOffset, length)\n }\n\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(buf, Buffer.prototype)\n\n return buf\n}\n\nfunction fromObject (obj) {\n if (Buffer.isBuffer(obj)) {\n var len = checked(obj.length) | 0\n var buf = createBuffer(len)\n\n if (buf.length === 0) {\n return buf\n }\n\n obj.copy(buf, 0, 0, len)\n return buf\n }\n\n if (obj.length !== undefined) {\n if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) {\n return createBuffer(0)\n }\n return fromArrayLike(obj)\n }\n\n if (obj.type === 'Buffer' && Array.isArray(obj.data)) {\n return fromArrayLike(obj.data)\n }\n}\n\nfunction checked (length) {\n // Note: cannot use `length < K_MAX_LENGTH` here because that fails when\n // length is NaN (which is otherwise coerced to zero.)\n if (length >= K_MAX_LENGTH) {\n throw new RangeError('Attempt to allocate Buffer larger than maximum ' +\n 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes')\n }\n return length | 0\n}\n\nfunction SlowBuffer (length) {\n if (+length != length) { // eslint-disable-line eqeqeq\n length = 0\n }\n return Buffer.alloc(+length)\n}\n\nBuffer.isBuffer = function isBuffer (b) {\n return b != null && b._isBuffer === true &&\n b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false\n}\n\nBuffer.compare = function compare (a, b) {\n if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength)\n if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength)\n if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {\n throw new TypeError(\n 'The \"buf1\", \"buf2\" arguments must be one of type Buffer or Uint8Array'\n )\n }\n\n if (a === b) return 0\n\n var x = a.length\n var y = b.length\n\n for (var i = 0, len = Math.min(x, y); i < len; ++i) {\n if (a[i] !== b[i]) {\n x = a[i]\n y = b[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\nBuffer.isEncoding = function isEncoding (encoding) {\n switch (String(encoding).toLowerCase()) {\n case 'hex':\n case 'utf8':\n case 'utf-8':\n case 'ascii':\n case 'latin1':\n case 'binary':\n case 'base64':\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return true\n default:\n return false\n }\n}\n\nBuffer.concat = function concat (list, length) {\n if (!Array.isArray(list)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n }\n\n if (list.length === 0) {\n return Buffer.alloc(0)\n }\n\n var i\n if (length === undefined) {\n length = 0\n for (i = 0; i < list.length; ++i) {\n length += list[i].length\n }\n }\n\n var buffer = Buffer.allocUnsafe(length)\n var pos = 0\n for (i = 0; i < list.length; ++i) {\n var buf = list[i]\n if (isInstance(buf, Uint8Array)) {\n if (pos + buf.length > buffer.length) {\n Buffer.from(buf).copy(buffer, pos)\n } else {\n Uint8Array.prototype.set.call(\n buffer,\n buf,\n pos\n )\n }\n } else if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must be an Array of Buffers')\n } else {\n buf.copy(buffer, pos)\n }\n pos += buf.length\n }\n return buffer\n}\n\nfunction byteLength (string, encoding) {\n if (Buffer.isBuffer(string)) {\n return string.length\n }\n if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) {\n return string.byteLength\n }\n if (typeof string !== 'string') {\n throw new TypeError(\n 'The \"string\" argument must be one of type string, Buffer, or ArrayBuffer. ' +\n 'Received type ' + typeof string\n )\n }\n\n var len = string.length\n var mustMatch = (arguments.length > 2 && arguments[2] === true)\n if (!mustMatch && len === 0) return 0\n\n // Use a for loop to avoid recursion\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'ascii':\n case 'latin1':\n case 'binary':\n return len\n case 'utf8':\n case 'utf-8':\n return utf8ToBytes(string).length\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return len * 2\n case 'hex':\n return len >>> 1\n case 'base64':\n return base64ToBytes(string).length\n default:\n if (loweredCase) {\n return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8\n }\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\nBuffer.byteLength = byteLength\n\nfunction slowToString (encoding, start, end) {\n var loweredCase = false\n\n // No need to verify that \"this.length <= MAX_UINT32\" since it's a read-only\n // property of a typed array.\n\n // This behaves neither like String nor Uint8Array in that we set start/end\n // to their upper/lower bounds if the value passed is out of range.\n // undefined is handled specially as per ECMA-262 6th Edition,\n // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.\n if (start === undefined || start < 0) {\n start = 0\n }\n // Return early if start > this.length. Done here to prevent potential uint32\n // coercion fail below.\n if (start > this.length) {\n return ''\n }\n\n if (end === undefined || end > this.length) {\n end = this.length\n }\n\n if (end <= 0) {\n return ''\n }\n\n // Force coercion to uint32. This will also coerce falsey/NaN values to 0.\n end >>>= 0\n start >>>= 0\n\n if (end <= start) {\n return ''\n }\n\n if (!encoding) encoding = 'utf8'\n\n while (true) {\n switch (encoding) {\n case 'hex':\n return hexSlice(this, start, end)\n\n case 'utf8':\n case 'utf-8':\n return utf8Slice(this, start, end)\n\n case 'ascii':\n return asciiSlice(this, start, end)\n\n case 'latin1':\n case 'binary':\n return latin1Slice(this, start, end)\n\n case 'base64':\n return base64Slice(this, start, end)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return utf16leSlice(this, start, end)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = (encoding + '').toLowerCase()\n loweredCase = true\n }\n }\n}\n\n// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)\n// to detect a Buffer instance. It's not possible to use `instanceof Buffer`\n// reliably in a browserify context because there could be multiple different\n// copies of the 'buffer' package in use. This method works even for Buffer\n// instances that were created from another copy of the `buffer` package.\n// See: https://github.com/feross/buffer/issues/154\nBuffer.prototype._isBuffer = true\n\nfunction swap (b, n, m) {\n var i = b[n]\n b[n] = b[m]\n b[m] = i\n}\n\nBuffer.prototype.swap16 = function swap16 () {\n var len = this.length\n if (len % 2 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 16-bits')\n }\n for (var i = 0; i < len; i += 2) {\n swap(this, i, i + 1)\n }\n return this\n}\n\nBuffer.prototype.swap32 = function swap32 () {\n var len = this.length\n if (len % 4 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 32-bits')\n }\n for (var i = 0; i < len; i += 4) {\n swap(this, i, i + 3)\n swap(this, i + 1, i + 2)\n }\n return this\n}\n\nBuffer.prototype.swap64 = function swap64 () {\n var len = this.length\n if (len % 8 !== 0) {\n throw new RangeError('Buffer size must be a multiple of 64-bits')\n }\n for (var i = 0; i < len; i += 8) {\n swap(this, i, i + 7)\n swap(this, i + 1, i + 6)\n swap(this, i + 2, i + 5)\n swap(this, i + 3, i + 4)\n }\n return this\n}\n\nBuffer.prototype.toString = function toString () {\n var length = this.length\n if (length === 0) return ''\n if (arguments.length === 0) return utf8Slice(this, 0, length)\n return slowToString.apply(this, arguments)\n}\n\nBuffer.prototype.toLocaleString = Buffer.prototype.toString\n\nBuffer.prototype.equals = function equals (b) {\n if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')\n if (this === b) return true\n return Buffer.compare(this, b) === 0\n}\n\nBuffer.prototype.inspect = function inspect () {\n var str = ''\n var max = exports.INSPECT_MAX_BYTES\n str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim()\n if (this.length > max) str += ' ... '\n return ''\n}\nif (customInspectSymbol) {\n Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect\n}\n\nBuffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {\n if (isInstance(target, Uint8Array)) {\n target = Buffer.from(target, target.offset, target.byteLength)\n }\n if (!Buffer.isBuffer(target)) {\n throw new TypeError(\n 'The \"target\" argument must be one of type Buffer or Uint8Array. ' +\n 'Received type ' + (typeof target)\n )\n }\n\n if (start === undefined) {\n start = 0\n }\n if (end === undefined) {\n end = target ? target.length : 0\n }\n if (thisStart === undefined) {\n thisStart = 0\n }\n if (thisEnd === undefined) {\n thisEnd = this.length\n }\n\n if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {\n throw new RangeError('out of range index')\n }\n\n if (thisStart >= thisEnd && start >= end) {\n return 0\n }\n if (thisStart >= thisEnd) {\n return -1\n }\n if (start >= end) {\n return 1\n }\n\n start >>>= 0\n end >>>= 0\n thisStart >>>= 0\n thisEnd >>>= 0\n\n if (this === target) return 0\n\n var x = thisEnd - thisStart\n var y = end - start\n var len = Math.min(x, y)\n\n var thisCopy = this.slice(thisStart, thisEnd)\n var targetCopy = target.slice(start, end)\n\n for (var i = 0; i < len; ++i) {\n if (thisCopy[i] !== targetCopy[i]) {\n x = thisCopy[i]\n y = targetCopy[i]\n break\n }\n }\n\n if (x < y) return -1\n if (y < x) return 1\n return 0\n}\n\n// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,\n// OR the last index of `val` in `buffer` at offset <= `byteOffset`.\n//\n// Arguments:\n// - buffer - a Buffer to search\n// - val - a string, Buffer, or number\n// - byteOffset - an index into `buffer`; will be clamped to an int32\n// - encoding - an optional encoding, relevant is val is a string\n// - dir - true for indexOf, false for lastIndexOf\nfunction bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {\n // Empty buffer means no match\n if (buffer.length === 0) return -1\n\n // Normalize byteOffset\n if (typeof byteOffset === 'string') {\n encoding = byteOffset\n byteOffset = 0\n } else if (byteOffset > 0x7fffffff) {\n byteOffset = 0x7fffffff\n } else if (byteOffset < -0x80000000) {\n byteOffset = -0x80000000\n }\n byteOffset = +byteOffset // Coerce to Number.\n if (numberIsNaN(byteOffset)) {\n // byteOffset: it it's undefined, null, NaN, \"foo\", etc, search whole buffer\n byteOffset = dir ? 0 : (buffer.length - 1)\n }\n\n // Normalize byteOffset: negative offsets start from the end of the buffer\n if (byteOffset < 0) byteOffset = buffer.length + byteOffset\n if (byteOffset >= buffer.length) {\n if (dir) return -1\n else byteOffset = buffer.length - 1\n } else if (byteOffset < 0) {\n if (dir) byteOffset = 0\n else return -1\n }\n\n // Normalize val\n if (typeof val === 'string') {\n val = Buffer.from(val, encoding)\n }\n\n // Finally, search either indexOf (if dir is true) or lastIndexOf\n if (Buffer.isBuffer(val)) {\n // Special case: looking for empty string/buffer always fails\n if (val.length === 0) {\n return -1\n }\n return arrayIndexOf(buffer, val, byteOffset, encoding, dir)\n } else if (typeof val === 'number') {\n val = val & 0xFF // Search for a byte value [0-255]\n if (typeof Uint8Array.prototype.indexOf === 'function') {\n if (dir) {\n return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)\n } else {\n return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)\n }\n }\n return arrayIndexOf(buffer, [val], byteOffset, encoding, dir)\n }\n\n throw new TypeError('val must be string, number or Buffer')\n}\n\nfunction arrayIndexOf (arr, val, byteOffset, encoding, dir) {\n var indexSize = 1\n var arrLength = arr.length\n var valLength = val.length\n\n if (encoding !== undefined) {\n encoding = String(encoding).toLowerCase()\n if (encoding === 'ucs2' || encoding === 'ucs-2' ||\n encoding === 'utf16le' || encoding === 'utf-16le') {\n if (arr.length < 2 || val.length < 2) {\n return -1\n }\n indexSize = 2\n arrLength /= 2\n valLength /= 2\n byteOffset /= 2\n }\n }\n\n function read (buf, i) {\n if (indexSize === 1) {\n return buf[i]\n } else {\n return buf.readUInt16BE(i * indexSize)\n }\n }\n\n var i\n if (dir) {\n var foundIndex = -1\n for (i = byteOffset; i < arrLength; i++) {\n if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {\n if (foundIndex === -1) foundIndex = i\n if (i - foundIndex + 1 === valLength) return foundIndex * indexSize\n } else {\n if (foundIndex !== -1) i -= i - foundIndex\n foundIndex = -1\n }\n }\n } else {\n if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength\n for (i = byteOffset; i >= 0; i--) {\n var found = true\n for (var j = 0; j < valLength; j++) {\n if (read(arr, i + j) !== read(val, j)) {\n found = false\n break\n }\n }\n if (found) return i\n }\n }\n\n return -1\n}\n\nBuffer.prototype.includes = function includes (val, byteOffset, encoding) {\n return this.indexOf(val, byteOffset, encoding) !== -1\n}\n\nBuffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, true)\n}\n\nBuffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {\n return bidirectionalIndexOf(this, val, byteOffset, encoding, false)\n}\n\nfunction hexWrite (buf, string, offset, length) {\n offset = Number(offset) || 0\n var remaining = buf.length - offset\n if (!length) {\n length = remaining\n } else {\n length = Number(length)\n if (length > remaining) {\n length = remaining\n }\n }\n\n var strLen = string.length\n\n if (length > strLen / 2) {\n length = strLen / 2\n }\n for (var i = 0; i < length; ++i) {\n var parsed = parseInt(string.substr(i * 2, 2), 16)\n if (numberIsNaN(parsed)) return i\n buf[offset + i] = parsed\n }\n return i\n}\n\nfunction utf8Write (buf, string, offset, length) {\n return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nfunction asciiWrite (buf, string, offset, length) {\n return blitBuffer(asciiToBytes(string), buf, offset, length)\n}\n\nfunction base64Write (buf, string, offset, length) {\n return blitBuffer(base64ToBytes(string), buf, offset, length)\n}\n\nfunction ucs2Write (buf, string, offset, length) {\n return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)\n}\n\nBuffer.prototype.write = function write (string, offset, length, encoding) {\n // Buffer#write(string)\n if (offset === undefined) {\n encoding = 'utf8'\n length = this.length\n offset = 0\n // Buffer#write(string, encoding)\n } else if (length === undefined && typeof offset === 'string') {\n encoding = offset\n length = this.length\n offset = 0\n // Buffer#write(string, offset[, length][, encoding])\n } else if (isFinite(offset)) {\n offset = offset >>> 0\n if (isFinite(length)) {\n length = length >>> 0\n if (encoding === undefined) encoding = 'utf8'\n } else {\n encoding = length\n length = undefined\n }\n } else {\n throw new Error(\n 'Buffer.write(string, encoding, offset[, length]) is no longer supported'\n )\n }\n\n var remaining = this.length - offset\n if (length === undefined || length > remaining) length = remaining\n\n if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {\n throw new RangeError('Attempt to write outside buffer bounds')\n }\n\n if (!encoding) encoding = 'utf8'\n\n var loweredCase = false\n for (;;) {\n switch (encoding) {\n case 'hex':\n return hexWrite(this, string, offset, length)\n\n case 'utf8':\n case 'utf-8':\n return utf8Write(this, string, offset, length)\n\n case 'ascii':\n case 'latin1':\n case 'binary':\n return asciiWrite(this, string, offset, length)\n\n case 'base64':\n // Warning: maxLength not taken into account in base64Write\n return base64Write(this, string, offset, length)\n\n case 'ucs2':\n case 'ucs-2':\n case 'utf16le':\n case 'utf-16le':\n return ucs2Write(this, string, offset, length)\n\n default:\n if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)\n encoding = ('' + encoding).toLowerCase()\n loweredCase = true\n }\n }\n}\n\nBuffer.prototype.toJSON = function toJSON () {\n return {\n type: 'Buffer',\n data: Array.prototype.slice.call(this._arr || this, 0)\n }\n}\n\nfunction base64Slice (buf, start, end) {\n if (start === 0 && end === buf.length) {\n return base64.fromByteArray(buf)\n } else {\n return base64.fromByteArray(buf.slice(start, end))\n }\n}\n\nfunction utf8Slice (buf, start, end) {\n end = Math.min(buf.length, end)\n var res = []\n\n var i = start\n while (i < end) {\n var firstByte = buf[i]\n var codePoint = null\n var bytesPerSequence = (firstByte > 0xEF)\n ? 4\n : (firstByte > 0xDF)\n ? 3\n : (firstByte > 0xBF)\n ? 2\n : 1\n\n if (i + bytesPerSequence <= end) {\n var secondByte, thirdByte, fourthByte, tempCodePoint\n\n switch (bytesPerSequence) {\n case 1:\n if (firstByte < 0x80) {\n codePoint = firstByte\n }\n break\n case 2:\n secondByte = buf[i + 1]\n if ((secondByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)\n if (tempCodePoint > 0x7F) {\n codePoint = tempCodePoint\n }\n }\n break\n case 3:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)\n if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {\n codePoint = tempCodePoint\n }\n }\n break\n case 4:\n secondByte = buf[i + 1]\n thirdByte = buf[i + 2]\n fourthByte = buf[i + 3]\n if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {\n tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)\n if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {\n codePoint = tempCodePoint\n }\n }\n }\n }\n\n if (codePoint === null) {\n // we did not generate a valid codePoint so insert a\n // replacement char (U+FFFD) and advance only 1 byte\n codePoint = 0xFFFD\n bytesPerSequence = 1\n } else if (codePoint > 0xFFFF) {\n // encode to utf16 (surrogate pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n codePoint = 0xDC00 | codePoint & 0x3FF\n }\n\n res.push(codePoint)\n i += bytesPerSequence\n }\n\n return decodeCodePointsArray(res)\n}\n\n// Based on http://stackoverflow.com/a/22747272/680742, the browser with\n// the lowest limit is Chrome, with 0x10000 args.\n// We go 1 magnitude less, for safety\nvar MAX_ARGUMENTS_LENGTH = 0x1000\n\nfunction decodeCodePointsArray (codePoints) {\n var len = codePoints.length\n if (len <= MAX_ARGUMENTS_LENGTH) {\n return String.fromCharCode.apply(String, codePoints) // avoid extra slice()\n }\n\n // Decode in chunks to avoid \"call stack size exceeded\".\n var res = ''\n var i = 0\n while (i < len) {\n res += String.fromCharCode.apply(\n String,\n codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)\n )\n }\n return res\n}\n\nfunction asciiSlice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i] & 0x7F)\n }\n return ret\n}\n\nfunction latin1Slice (buf, start, end) {\n var ret = ''\n end = Math.min(buf.length, end)\n\n for (var i = start; i < end; ++i) {\n ret += String.fromCharCode(buf[i])\n }\n return ret\n}\n\nfunction hexSlice (buf, start, end) {\n var len = buf.length\n\n if (!start || start < 0) start = 0\n if (!end || end < 0 || end > len) end = len\n\n var out = ''\n for (var i = start; i < end; ++i) {\n out += hexSliceLookupTable[buf[i]]\n }\n return out\n}\n\nfunction utf16leSlice (buf, start, end) {\n var bytes = buf.slice(start, end)\n var res = ''\n // If bytes.length is odd, the last 8 bits must be ignored (same as node.js)\n for (var i = 0; i < bytes.length - 1; i += 2) {\n res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256))\n }\n return res\n}\n\nBuffer.prototype.slice = function slice (start, end) {\n var len = this.length\n start = ~~start\n end = end === undefined ? len : ~~end\n\n if (start < 0) {\n start += len\n if (start < 0) start = 0\n } else if (start > len) {\n start = len\n }\n\n if (end < 0) {\n end += len\n if (end < 0) end = 0\n } else if (end > len) {\n end = len\n }\n\n if (end < start) end = start\n\n var newBuf = this.subarray(start, end)\n // Return an augmented `Uint8Array` instance\n Object.setPrototypeOf(newBuf, Buffer.prototype)\n\n return newBuf\n}\n\n/*\n * Need to make sure that buffer isn't trying to write out of bounds.\n */\nfunction checkOffset (offset, ext, length) {\n if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')\n if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')\n}\n\nBuffer.prototype.readUintLE =\nBuffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUintBE =\nBuffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n checkOffset(offset, byteLength, this.length)\n }\n\n var val = this[offset + --byteLength]\n var mul = 1\n while (byteLength > 0 && (mul *= 0x100)) {\n val += this[offset + --byteLength] * mul\n }\n\n return val\n}\n\nBuffer.prototype.readUint8 =\nBuffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n return this[offset]\n}\n\nBuffer.prototype.readUint16LE =\nBuffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return this[offset] | (this[offset + 1] << 8)\n}\n\nBuffer.prototype.readUint16BE =\nBuffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n return (this[offset] << 8) | this[offset + 1]\n}\n\nBuffer.prototype.readUint32LE =\nBuffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return ((this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16)) +\n (this[offset + 3] * 0x1000000)\n}\n\nBuffer.prototype.readUint32BE =\nBuffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] * 0x1000000) +\n ((this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n this[offset + 3])\n}\n\nBuffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var val = this[offset]\n var mul = 1\n var i = 0\n while (++i < byteLength && (mul *= 0x100)) {\n val += this[offset + i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) checkOffset(offset, byteLength, this.length)\n\n var i = byteLength\n var mul = 1\n var val = this[offset + --i]\n while (i > 0 && (mul *= 0x100)) {\n val += this[offset + --i] * mul\n }\n mul *= 0x80\n\n if (val >= mul) val -= Math.pow(2, 8 * byteLength)\n\n return val\n}\n\nBuffer.prototype.readInt8 = function readInt8 (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 1, this.length)\n if (!(this[offset] & 0x80)) return (this[offset])\n return ((0xff - this[offset] + 1) * -1)\n}\n\nBuffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset] | (this[offset + 1] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 2, this.length)\n var val = this[offset + 1] | (this[offset] << 8)\n return (val & 0x8000) ? val | 0xFFFF0000 : val\n}\n\nBuffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset]) |\n (this[offset + 1] << 8) |\n (this[offset + 2] << 16) |\n (this[offset + 3] << 24)\n}\n\nBuffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n\n return (this[offset] << 24) |\n (this[offset + 1] << 16) |\n (this[offset + 2] << 8) |\n (this[offset + 3])\n}\n\nBuffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, true, 23, 4)\n}\n\nBuffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 4, this.length)\n return ieee754.read(this, offset, false, 23, 4)\n}\n\nBuffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, true, 52, 8)\n}\n\nBuffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {\n offset = offset >>> 0\n if (!noAssert) checkOffset(offset, 8, this.length)\n return ieee754.read(this, offset, false, 52, 8)\n}\n\nfunction checkInt (buf, value, offset, ext, max, min) {\n if (!Buffer.isBuffer(buf)) throw new TypeError('\"buffer\" argument must be a Buffer instance')\n if (value > max || value < min) throw new RangeError('\"value\" argument is out of bounds')\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n}\n\nBuffer.prototype.writeUintLE =\nBuffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var mul = 1\n var i = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUintBE =\nBuffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n byteLength = byteLength >>> 0\n if (!noAssert) {\n var maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes, 0)\n }\n\n var i = byteLength - 1\n var mul = 1\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n this[offset + i] = (value / mul) & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeUint8 =\nBuffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeUint16LE =\nBuffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeUint16BE =\nBuffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeUint32LE =\nBuffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset + 3] = (value >>> 24)\n this[offset + 2] = (value >>> 16)\n this[offset + 1] = (value >>> 8)\n this[offset] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeUint32BE =\nBuffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nBuffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n var limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = 0\n var mul = 1\n var sub = 0\n this[offset] = value & 0xFF\n while (++i < byteLength && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n var limit = Math.pow(2, (8 * byteLength) - 1)\n\n checkInt(this, value, offset, byteLength, limit - 1, -limit)\n }\n\n var i = byteLength - 1\n var mul = 1\n var sub = 0\n this[offset + i] = value & 0xFF\n while (--i >= 0 && (mul *= 0x100)) {\n if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {\n sub = 1\n }\n this[offset + i] = ((value / mul) >> 0) - sub & 0xFF\n }\n\n return offset + byteLength\n}\n\nBuffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)\n if (value < 0) value = 0xff + value + 1\n this[offset] = (value & 0xff)\n return offset + 1\n}\n\nBuffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n return offset + 2\n}\n\nBuffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)\n this[offset] = (value >>> 8)\n this[offset + 1] = (value & 0xff)\n return offset + 2\n}\n\nBuffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n this[offset] = (value & 0xff)\n this[offset + 1] = (value >>> 8)\n this[offset + 2] = (value >>> 16)\n this[offset + 3] = (value >>> 24)\n return offset + 4\n}\n\nBuffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)\n if (value < 0) value = 0xffffffff + value + 1\n this[offset] = (value >>> 24)\n this[offset + 1] = (value >>> 16)\n this[offset + 2] = (value >>> 8)\n this[offset + 3] = (value & 0xff)\n return offset + 4\n}\n\nfunction checkIEEE754 (buf, value, offset, ext, max, min) {\n if (offset + ext > buf.length) throw new RangeError('Index out of range')\n if (offset < 0) throw new RangeError('Index out of range')\n}\n\nfunction writeFloat (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)\n }\n ieee754.write(buf, value, offset, littleEndian, 23, 4)\n return offset + 4\n}\n\nBuffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {\n return writeFloat(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {\n return writeFloat(this, value, offset, false, noAssert)\n}\n\nfunction writeDouble (buf, value, offset, littleEndian, noAssert) {\n value = +value\n offset = offset >>> 0\n if (!noAssert) {\n checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)\n }\n ieee754.write(buf, value, offset, littleEndian, 52, 8)\n return offset + 8\n}\n\nBuffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {\n return writeDouble(this, value, offset, true, noAssert)\n}\n\nBuffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {\n return writeDouble(this, value, offset, false, noAssert)\n}\n\n// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)\nBuffer.prototype.copy = function copy (target, targetStart, start, end) {\n if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer')\n if (!start) start = 0\n if (!end && end !== 0) end = this.length\n if (targetStart >= target.length) targetStart = target.length\n if (!targetStart) targetStart = 0\n if (end > 0 && end < start) end = start\n\n // Copy 0 bytes; we're done\n if (end === start) return 0\n if (target.length === 0 || this.length === 0) return 0\n\n // Fatal error conditions\n if (targetStart < 0) {\n throw new RangeError('targetStart out of bounds')\n }\n if (start < 0 || start >= this.length) throw new RangeError('Index out of range')\n if (end < 0) throw new RangeError('sourceEnd out of bounds')\n\n // Are we oob?\n if (end > this.length) end = this.length\n if (target.length - targetStart < end - start) {\n end = target.length - targetStart + start\n }\n\n var len = end - start\n\n if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') {\n // Use built-in when available, missing from IE11\n this.copyWithin(targetStart, start, end)\n } else {\n Uint8Array.prototype.set.call(\n target,\n this.subarray(start, end),\n targetStart\n )\n }\n\n return len\n}\n\n// Usage:\n// buffer.fill(number[, offset[, end]])\n// buffer.fill(buffer[, offset[, end]])\n// buffer.fill(string[, offset[, end]][, encoding])\nBuffer.prototype.fill = function fill (val, start, end, encoding) {\n // Handle string cases:\n if (typeof val === 'string') {\n if (typeof start === 'string') {\n encoding = start\n start = 0\n end = this.length\n } else if (typeof end === 'string') {\n encoding = end\n end = this.length\n }\n if (encoding !== undefined && typeof encoding !== 'string') {\n throw new TypeError('encoding must be a string')\n }\n if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {\n throw new TypeError('Unknown encoding: ' + encoding)\n }\n if (val.length === 1) {\n var code = val.charCodeAt(0)\n if ((encoding === 'utf8' && code < 128) ||\n encoding === 'latin1') {\n // Fast path: If `val` fits into a single byte, use that numeric value.\n val = code\n }\n }\n } else if (typeof val === 'number') {\n val = val & 255\n } else if (typeof val === 'boolean') {\n val = Number(val)\n }\n\n // Invalid ranges are not set to a default, so can range check early.\n if (start < 0 || this.length < start || this.length < end) {\n throw new RangeError('Out of range index')\n }\n\n if (end <= start) {\n return this\n }\n\n start = start >>> 0\n end = end === undefined ? this.length : end >>> 0\n\n if (!val) val = 0\n\n var i\n if (typeof val === 'number') {\n for (i = start; i < end; ++i) {\n this[i] = val\n }\n } else {\n var bytes = Buffer.isBuffer(val)\n ? val\n : Buffer.from(val, encoding)\n var len = bytes.length\n if (len === 0) {\n throw new TypeError('The value \"' + val +\n '\" is invalid for argument \"value\"')\n }\n for (i = 0; i < end - start; ++i) {\n this[i + start] = bytes[i % len]\n }\n }\n\n return this\n}\n\n// HELPER FUNCTIONS\n// ================\n\nvar INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g\n\nfunction base64clean (str) {\n // Node takes equal signs as end of the Base64 encoding\n str = str.split('=')[0]\n // Node strips out invalid characters like \\n and \\t from the string, base64-js does not\n str = str.trim().replace(INVALID_BASE64_RE, '')\n // Node converts strings with length < 2 to ''\n if (str.length < 2) return ''\n // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not\n while (str.length % 4 !== 0) {\n str = str + '='\n }\n return str\n}\n\nfunction utf8ToBytes (string, units) {\n units = units || Infinity\n var codePoint\n var length = string.length\n var leadSurrogate = null\n var bytes = []\n\n for (var i = 0; i < length; ++i) {\n codePoint = string.charCodeAt(i)\n\n // is surrogate component\n if (codePoint > 0xD7FF && codePoint < 0xE000) {\n // last char was a lead\n if (!leadSurrogate) {\n // no lead yet\n if (codePoint > 0xDBFF) {\n // unexpected trail\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n } else if (i + 1 === length) {\n // unpaired lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n continue\n }\n\n // valid lead\n leadSurrogate = codePoint\n\n continue\n }\n\n // 2 leads in a row\n if (codePoint < 0xDC00) {\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n leadSurrogate = codePoint\n continue\n }\n\n // valid surrogate pair\n codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000\n } else if (leadSurrogate) {\n // valid bmp char, but last char was a lead\n if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)\n }\n\n leadSurrogate = null\n\n // encode utf8\n if (codePoint < 0x80) {\n if ((units -= 1) < 0) break\n bytes.push(codePoint)\n } else if (codePoint < 0x800) {\n if ((units -= 2) < 0) break\n bytes.push(\n codePoint >> 0x6 | 0xC0,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x10000) {\n if ((units -= 3) < 0) break\n bytes.push(\n codePoint >> 0xC | 0xE0,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else if (codePoint < 0x110000) {\n if ((units -= 4) < 0) break\n bytes.push(\n codePoint >> 0x12 | 0xF0,\n codePoint >> 0xC & 0x3F | 0x80,\n codePoint >> 0x6 & 0x3F | 0x80,\n codePoint & 0x3F | 0x80\n )\n } else {\n throw new Error('Invalid code point')\n }\n }\n\n return bytes\n}\n\nfunction asciiToBytes (str) {\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n // Node's code seems to be doing this and not & 0x7F..\n byteArray.push(str.charCodeAt(i) & 0xFF)\n }\n return byteArray\n}\n\nfunction utf16leToBytes (str, units) {\n var c, hi, lo\n var byteArray = []\n for (var i = 0; i < str.length; ++i) {\n if ((units -= 2) < 0) break\n\n c = str.charCodeAt(i)\n hi = c >> 8\n lo = c % 256\n byteArray.push(lo)\n byteArray.push(hi)\n }\n\n return byteArray\n}\n\nfunction base64ToBytes (str) {\n return base64.toByteArray(base64clean(str))\n}\n\nfunction blitBuffer (src, dst, offset, length) {\n for (var i = 0; i < length; ++i) {\n if ((i + offset >= dst.length) || (i >= src.length)) break\n dst[i + offset] = src[i]\n }\n return i\n}\n\n// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass\n// the `instanceof` check but they should be treated as of that type.\n// See: https://github.com/feross/buffer/issues/166\nfunction isInstance (obj, type) {\n return obj instanceof type ||\n (obj != null && obj.constructor != null && obj.constructor.name != null &&\n obj.constructor.name === type.name)\n}\nfunction numberIsNaN (obj) {\n // For IE11 support\n return obj !== obj // eslint-disable-line no-self-compare\n}\n\n// Create lookup table for `toString('hex')`\n// See: https://github.com/feross/buffer/issues/219\nvar hexSliceLookupTable = (function () {\n var alphabet = '0123456789abcdef'\n var table = new Array(256)\n for (var i = 0; i < 16; ++i) {\n var i16 = i * 16\n for (var j = 0; j < 16; ++j) {\n table[i16 + j] = alphabet[i] + alphabet[j]\n }\n }\n return table\n})()\n","/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["byteLength","toByteArray","fromByteArray","lookup","revLookup","Arr","Uint8Array","Array","code","i","len","length","charCodeAt","getLens","b64","Error","validLen","indexOf","placeHoldersLen","lens","_byteLength","tmp","arr","curByte","tripletToBase64","num","encodeChunk","uint8","start","end","output","push","join","extraBytes","parts","maxChunkLength","len2","buffer","offset","isLE","mLen","nBytes","e","m","eLen","eMax","eBias","nBits","d","s","NaN","Infinity","Math","pow","value","c","rt","abs","isNaN","floor","log","LN2","customInspectSymbol","Symbol","exports","Buffer","SlowBuffer","K_MAX_LENGTH","TYPED_ARRAY_SUPPORT","typedArraySupport","console","error","proto","foo","Object","setPrototypeOf","prototype","defineProperty","enumerable","get","isBuffer","undefined","byteOffset","createBuffer","RangeError","buf","arg","encodingOrOffset","TypeError","allocUnsafe","from","poolSize","fromString","ArrayBuffer","isView","fromArrayView","isInstance","fromArrayBuffer","SharedArrayBuffer","valueOf","b","fromObject","toPrimitive","assertSize","size","alloc","fill","encoding","checked","allocUnsafeSlow","string","isEncoding","actual","write","slice","fromArrayLike","array","arrayView","copy","obj","numberIsNaN","type","isArray","data","toString","_isBuffer","compare","a","x","y","min","String","toLowerCase","concat","list","pos","set","call","mustMatch","arguments","loweredCase","utf8ToBytes","base64ToBytes","slowToString","hexSlice","utf8Slice","asciiSlice","latin1Slice","base64Slice","utf16leSlice","swap","n","swap16","swap32","swap64","apply","toLocaleString","equals","inspect","str","max","INSPECT_MAX_BYTES","replace","trim","target","thisStart","thisEnd","thisCopy","targetCopy","bidirectionalIndexOf","val","dir","arrayIndexOf","lastIndexOf","indexSize","arrLength","valLength","read","readUInt16BE","foundIndex","found","j","includes","hexWrite","Number","remaining","strLen","parsed","parseInt","substr","utf8Write","blitBuffer","asciiWrite","asciiToBytes","base64Write","ucs2Write","utf16leToBytes","isFinite","toJSON","_arr","base64","res","firstByte","codePoint","bytesPerSequence","secondByte","thirdByte","fourthByte","tempCodePoint","decodeCodePointsArray","MAX_ARGUMENTS_LENGTH","codePoints","fromCharCode","ret","out","hexSliceLookupTable","bytes","newBuf","subarray","checkOffset","ext","readUintLE","readUIntLE","noAssert","mul","readUintBE","readUIntBE","readUint8","readUInt8","readUint16LE","readUInt16LE","readUint16BE","readUint32LE","readUInt32LE","readUint32BE","readUInt32BE","readIntLE","readIntBE","readInt8","readInt16LE","readInt16BE","readInt32LE","readInt32BE","readFloatLE","ieee754","readFloatBE","readDoubleLE","readDoubleBE","checkInt","writeUintLE","writeUIntLE","maxBytes","writeUintBE","writeUIntBE","writeUint8","writeUInt8","writeUint16LE","writeUInt16LE","writeUint16BE","writeUInt16BE","writeUint32LE","writeUInt32LE","writeUint32BE","writeUInt32BE","writeIntLE","limit","sub","writeIntBE","writeInt8","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","checkIEEE754","writeFloat","littleEndian","writeFloatLE","writeFloatBE","writeDouble","writeDoubleLE","writeDoubleBE","targetStart","copyWithin","INVALID_BASE64_RE","base64clean","split","units","leadSurrogate","byteArray","hi","lo","src","dst","constructor","name","alphabet","table","i16","extendStatics","__proto__","p","hasOwnProperty","__extends","__","create","__assign","assign","t","BSON_INT32_MAX","BSON_INT32_MIN","BSON_INT64_MAX","BSON_INT64_MIN","EJSON","bsonMap","calculateObjectSize","constants.JS_INT_MIN","constants.JS_INT_MAX","constants.BSON_INT32_MIN","constants.BSON_INT32_MAX","deserialize","constants.BSON_DATA_STRING","constants.BSON_DATA_OID","constants.BSON_DATA_INT","constants.BSON_DATA_NUMBER","constants.BSON_DATA_DATE","constants.BSON_DATA_BOOLEAN","constants.BSON_DATA_OBJECT","constants.BSON_DATA_ARRAY","constants.BSON_DATA_UNDEFINED","constants.BSON_DATA_NULL","constants.BSON_DATA_LONG","constants.BSON_DATA_DECIMAL128","constants.BSON_DATA_BINARY","constants.BSON_BINARY_SUBTYPE_UUID_NEW","constants.BSON_DATA_REGEXP","constants.BSON_DATA_SYMBOL","constants.BSON_DATA_TIMESTAMP","constants.BSON_DATA_MIN_KEY","constants.BSON_DATA_MAX_KEY","constants.BSON_DATA_CODE","constants.BSON_DATA_CODE_W_SCOPE","constants.BSON_DATA_DBPOINTER","constants.BSON_BINARY_SUBTYPE_DEFAULT","Map","internalSerialize","internalDeserialize","internalCalculateObjectSize"],"mappings":";;;;;;;CAEA,gBAAkB,GAAGA,UAArB;CACA,iBAAmB,GAAGC,WAAtB;CACA,mBAAqB,GAAGC,aAAxB;CAEA,IAAIC,MAAM,GAAG,EAAb;CACA,IAAIC,SAAS,GAAG,EAAhB;CACA,IAAIC,GAAG,GAAG,OAAOC,UAAP,KAAsB,WAAtB,GAAoCA,UAApC,GAAiDC,KAA3D;CAEA,IAAIC,IAAI,GAAG,kEAAX;;CACA,KAAK,IAAIC,CAAC,GAAG,CAAR,EAAWC,GAAG,GAAGF,IAAI,CAACG,MAA3B,EAAmCF,CAAC,GAAGC,GAAvC,EAA4C,EAAED,CAA9C,EAAiD;CAC/CN,EAAAA,MAAM,CAACM,CAAD,CAAN,GAAYD,IAAI,CAACC,CAAD,CAAhB;CACAL,EAAAA,SAAS,CAACI,IAAI,CAACI,UAAL,CAAgBH,CAAhB,CAAD,CAAT,GAAgCA,CAAhC;CACD;CAGD;;;CACAL,SAAS,CAAC,IAAIQ,UAAJ,CAAe,CAAf,CAAD,CAAT,GAA+B,EAA/B;CACAR,SAAS,CAAC,IAAIQ,UAAJ,CAAe,CAAf,CAAD,CAAT,GAA+B,EAA/B;;CAEA,SAASC,OAAT,CAAkBC,GAAlB,EAAuB;CACrB,MAAIJ,GAAG,GAAGI,GAAG,CAACH,MAAd;;CAEA,MAAID,GAAG,GAAG,CAAN,GAAU,CAAd,EAAiB;CACf,UAAM,IAAIK,KAAJ,CAAU,gDAAV,CAAN;CACD,GALoB;;;;CASrB,MAAIC,QAAQ,GAAGF,GAAG,CAACG,OAAJ,CAAY,GAAZ,CAAf;CACA,MAAID,QAAQ,KAAK,CAAC,CAAlB,EAAqBA,QAAQ,GAAGN,GAAX;CAErB,MAAIQ,eAAe,GAAGF,QAAQ,KAAKN,GAAb,GAClB,CADkB,GAElB,IAAKM,QAAQ,GAAG,CAFpB;CAIA,SAAO,CAACA,QAAD,EAAWE,eAAX,CAAP;CACD;;;CAGD,SAASlB,UAAT,CAAqBc,GAArB,EAA0B;CACxB,MAAIK,IAAI,GAAGN,OAAO,CAACC,GAAD,CAAlB;CACA,MAAIE,QAAQ,GAAGG,IAAI,CAAC,CAAD,CAAnB;CACA,MAAID,eAAe,GAAGC,IAAI,CAAC,CAAD,CAA1B;CACA,SAAQ,CAACH,QAAQ,GAAGE,eAAZ,IAA+B,CAA/B,GAAmC,CAApC,GAAyCA,eAAhD;CACD;;CAED,SAASE,WAAT,CAAsBN,GAAtB,EAA2BE,QAA3B,EAAqCE,eAArC,EAAsD;CACpD,SAAQ,CAACF,QAAQ,GAAGE,eAAZ,IAA+B,CAA/B,GAAmC,CAApC,GAAyCA,eAAhD;CACD;;CAED,SAASjB,WAAT,CAAsBa,GAAtB,EAA2B;CACzB,MAAIO,GAAJ;CACA,MAAIF,IAAI,GAAGN,OAAO,CAACC,GAAD,CAAlB;CACA,MAAIE,QAAQ,GAAGG,IAAI,CAAC,CAAD,CAAnB;CACA,MAAID,eAAe,GAAGC,IAAI,CAAC,CAAD,CAA1B;CAEA,MAAIG,GAAG,GAAG,IAAIjB,GAAJ,CAAQe,WAAW,CAACN,GAAD,EAAME,QAAN,EAAgBE,eAAhB,CAAnB,CAAV;CAEA,MAAIK,OAAO,GAAG,CAAd,CARyB;;CAWzB,MAAIb,GAAG,GAAGQ,eAAe,GAAG,CAAlB,GACNF,QAAQ,GAAG,CADL,GAENA,QAFJ;CAIA,MAAIP,CAAJ;;CACA,OAAKA,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAGC,GAAhB,EAAqBD,CAAC,IAAI,CAA1B,EAA6B;CAC3BY,IAAAA,GAAG,GACAjB,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAf,CAAD,CAAT,IAAgC,EAAjC,GACCL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,EADrC,GAECL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CAFrC,GAGAL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAJX;CAKAa,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAkBF,GAAG,IAAI,EAAR,GAAc,IAA/B;CACAC,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAkBF,GAAG,IAAI,CAAR,GAAa,IAA9B;CACAC,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAiBF,GAAG,GAAG,IAAvB;CACD;;CAED,MAAIH,eAAe,KAAK,CAAxB,EAA2B;CACzBG,IAAAA,GAAG,GACAjB,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAf,CAAD,CAAT,IAAgC,CAAjC,GACCL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CAFvC;CAGAa,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAiBF,GAAG,GAAG,IAAvB;CACD;;CAED,MAAIH,eAAe,KAAK,CAAxB,EAA2B;CACzBG,IAAAA,GAAG,GACAjB,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAf,CAAD,CAAT,IAAgC,EAAjC,GACCL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CADrC,GAECL,SAAS,CAACU,GAAG,CAACF,UAAJ,CAAeH,CAAC,GAAG,CAAnB,CAAD,CAAT,IAAoC,CAHvC;CAIAa,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAkBF,GAAG,IAAI,CAAR,GAAa,IAA9B;CACAC,IAAAA,GAAG,CAACC,OAAO,EAAR,CAAH,GAAiBF,GAAG,GAAG,IAAvB;CACD;;CAED,SAAOC,GAAP;CACD;;CAED,SAASE,eAAT,CAA0BC,GAA1B,EAA+B;CAC7B,SAAOtB,MAAM,CAACsB,GAAG,IAAI,EAAP,GAAY,IAAb,CAAN,GACLtB,MAAM,CAACsB,GAAG,IAAI,EAAP,GAAY,IAAb,CADD,GAELtB,MAAM,CAACsB,GAAG,IAAI,CAAP,GAAW,IAAZ,CAFD,GAGLtB,MAAM,CAACsB,GAAG,GAAG,IAAP,CAHR;CAID;;CAED,SAASC,WAAT,CAAsBC,KAAtB,EAA6BC,KAA7B,EAAoCC,GAApC,EAAyC;CACvC,MAAIR,GAAJ;CACA,MAAIS,MAAM,GAAG,EAAb;;CACA,OAAK,IAAIrB,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6BpB,CAAC,IAAI,CAAlC,EAAqC;CACnCY,IAAAA,GAAG,GACD,CAAEM,KAAK,CAAClB,CAAD,CAAL,IAAY,EAAb,GAAmB,QAApB,KACEkB,KAAK,CAAClB,CAAC,GAAG,CAAL,CAAL,IAAgB,CAAjB,GAAsB,MADvB,KAECkB,KAAK,CAAClB,CAAC,GAAG,CAAL,CAAL,GAAe,IAFhB,CADF;CAIAqB,IAAAA,MAAM,CAACC,IAAP,CAAYP,eAAe,CAACH,GAAD,CAA3B;CACD;;CACD,SAAOS,MAAM,CAACE,IAAP,CAAY,EAAZ,CAAP;CACD;;CAED,SAAS9B,aAAT,CAAwByB,KAAxB,EAA+B;CAC7B,MAAIN,GAAJ;CACA,MAAIX,GAAG,GAAGiB,KAAK,CAAChB,MAAhB;CACA,MAAIsB,UAAU,GAAGvB,GAAG,GAAG,CAAvB,CAH6B;;CAI7B,MAAIwB,KAAK,GAAG,EAAZ;CACA,MAAIC,cAAc,GAAG,KAArB,CAL6B;;;CAQ7B,OAAK,IAAI1B,CAAC,GAAG,CAAR,EAAW2B,IAAI,GAAG1B,GAAG,GAAGuB,UAA7B,EAAyCxB,CAAC,GAAG2B,IAA7C,EAAmD3B,CAAC,IAAI0B,cAAxD,EAAwE;CACtED,IAAAA,KAAK,CAACH,IAAN,CAAWL,WAAW,CAACC,KAAD,EAAQlB,CAAR,EAAYA,CAAC,GAAG0B,cAAL,GAAuBC,IAAvB,GAA8BA,IAA9B,GAAsC3B,CAAC,GAAG0B,cAArD,CAAtB;CACD,GAV4B;;;CAa7B,MAAIF,UAAU,KAAK,CAAnB,EAAsB;CACpBZ,IAAAA,GAAG,GAAGM,KAAK,CAACjB,GAAG,GAAG,CAAP,CAAX;CACAwB,IAAAA,KAAK,CAACH,IAAN,CACE5B,MAAM,CAACkB,GAAG,IAAI,CAAR,CAAN,GACAlB,MAAM,CAAEkB,GAAG,IAAI,CAAR,GAAa,IAAd,CADN,GAEA,IAHF;CAKD,GAPD,MAOO,IAAIY,UAAU,KAAK,CAAnB,EAAsB;CAC3BZ,IAAAA,GAAG,GAAG,CAACM,KAAK,CAACjB,GAAG,GAAG,CAAP,CAAL,IAAkB,CAAnB,IAAwBiB,KAAK,CAACjB,GAAG,GAAG,CAAP,CAAnC;CACAwB,IAAAA,KAAK,CAACH,IAAN,CACE5B,MAAM,CAACkB,GAAG,IAAI,EAAR,CAAN,GACAlB,MAAM,CAAEkB,GAAG,IAAI,CAAR,GAAa,IAAd,CADN,GAEAlB,MAAM,CAAEkB,GAAG,IAAI,CAAR,GAAa,IAAd,CAFN,GAGA,GAJF;CAMD;;CAED,SAAOa,KAAK,CAACF,IAAN,CAAW,EAAX,CAAP;;;;;;;;;CCpJF;CACA,QAAY,GAAG,aAAA,CAAUK,MAAV,EAAkBC,MAAlB,EAA0BC,IAA1B,EAAgCC,IAAhC,EAAsCC,MAAtC,EAA8C;CAC3D,MAAIC,CAAJ,EAAOC,CAAP;CACA,MAAIC,IAAI,GAAIH,MAAM,GAAG,CAAV,GAAeD,IAAf,GAAsB,CAAjC;CACA,MAAIK,IAAI,GAAG,CAAC,KAAKD,IAAN,IAAc,CAAzB;CACA,MAAIE,KAAK,GAAGD,IAAI,IAAI,CAApB;CACA,MAAIE,KAAK,GAAG,CAAC,CAAb;CACA,MAAItC,CAAC,GAAG8B,IAAI,GAAIE,MAAM,GAAG,CAAb,GAAkB,CAA9B;CACA,MAAIO,CAAC,GAAGT,IAAI,GAAG,CAAC,CAAJ,GAAQ,CAApB;CACA,MAAIU,CAAC,GAAGZ,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAd;CAEAA,EAAAA,CAAC,IAAIuC,CAAL;CAEAN,EAAAA,CAAC,GAAGO,CAAC,GAAI,CAAC,KAAM,CAACF,KAAR,IAAkB,CAA3B;CACAE,EAAAA,CAAC,KAAM,CAACF,KAAR;CACAA,EAAAA,KAAK,IAAIH,IAAT;;CACA,SAAOG,KAAK,GAAG,CAAf,EAAkBL,CAAC,GAAIA,CAAC,GAAG,GAAL,GAAYL,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAtB,EAAoCA,CAAC,IAAIuC,CAAzC,EAA4CD,KAAK,IAAI,CAAvE,EAA0E;;CAE1EJ,EAAAA,CAAC,GAAGD,CAAC,GAAI,CAAC,KAAM,CAACK,KAAR,IAAkB,CAA3B;CACAL,EAAAA,CAAC,KAAM,CAACK,KAAR;CACAA,EAAAA,KAAK,IAAIP,IAAT;;CACA,SAAOO,KAAK,GAAG,CAAf,EAAkBJ,CAAC,GAAIA,CAAC,GAAG,GAAL,GAAYN,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAtB,EAAoCA,CAAC,IAAIuC,CAAzC,EAA4CD,KAAK,IAAI,CAAvE,EAA0E;;CAE1E,MAAIL,CAAC,KAAK,CAAV,EAAa;CACXA,IAAAA,CAAC,GAAG,IAAII,KAAR;CACD,GAFD,MAEO,IAAIJ,CAAC,KAAKG,IAAV,EAAgB;CACrB,WAAOF,CAAC,GAAGO,GAAH,GAAU,CAACD,CAAC,GAAG,CAAC,CAAJ,GAAQ,CAAV,IAAeE,QAAjC;CACD,GAFM,MAEA;CACLR,IAAAA,CAAC,GAAGA,CAAC,GAAGS,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYb,IAAZ,CAAR;CACAE,IAAAA,CAAC,GAAGA,CAAC,GAAGI,KAAR;CACD;;CACD,SAAO,CAACG,CAAC,GAAG,CAAC,CAAJ,GAAQ,CAAV,IAAeN,CAAf,GAAmBS,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYX,CAAC,GAAGF,IAAhB,CAA1B;CACD,CA/BD;;CAiCA,SAAa,GAAG,cAAA,CAAUH,MAAV,EAAkBiB,KAAlB,EAAyBhB,MAAzB,EAAiCC,IAAjC,EAAuCC,IAAvC,EAA6CC,MAA7C,EAAqD;CACnE,MAAIC,CAAJ,EAAOC,CAAP,EAAUY,CAAV;CACA,MAAIX,IAAI,GAAIH,MAAM,GAAG,CAAV,GAAeD,IAAf,GAAsB,CAAjC;CACA,MAAIK,IAAI,GAAG,CAAC,KAAKD,IAAN,IAAc,CAAzB;CACA,MAAIE,KAAK,GAAGD,IAAI,IAAI,CAApB;CACA,MAAIW,EAAE,GAAIhB,IAAI,KAAK,EAAT,GAAcY,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,CAAC,EAAb,IAAmBD,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,CAAC,EAAb,CAAjC,GAAoD,CAA9D;CACA,MAAI5C,CAAC,GAAG8B,IAAI,GAAG,CAAH,GAAQE,MAAM,GAAG,CAA7B;CACA,MAAIO,CAAC,GAAGT,IAAI,GAAG,CAAH,GAAO,CAAC,CAApB;CACA,MAAIU,CAAC,GAAGK,KAAK,GAAG,CAAR,IAAcA,KAAK,KAAK,CAAV,IAAe,IAAIA,KAAJ,GAAY,CAAzC,GAA8C,CAA9C,GAAkD,CAA1D;CAEAA,EAAAA,KAAK,GAAGF,IAAI,CAACK,GAAL,CAASH,KAAT,CAAR;;CAEA,MAAII,KAAK,CAACJ,KAAD,CAAL,IAAgBA,KAAK,KAAKH,QAA9B,EAAwC;CACtCR,IAAAA,CAAC,GAAGe,KAAK,CAACJ,KAAD,CAAL,GAAe,CAAf,GAAmB,CAAvB;CACAZ,IAAAA,CAAC,GAAGG,IAAJ;CACD,GAHD,MAGO;CACLH,IAAAA,CAAC,GAAGU,IAAI,CAACO,KAAL,CAAWP,IAAI,CAACQ,GAAL,CAASN,KAAT,IAAkBF,IAAI,CAACS,GAAlC,CAAJ;;CACA,QAAIP,KAAK,IAAIC,CAAC,GAAGH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,CAACX,CAAb,CAAR,CAAL,GAAgC,CAApC,EAAuC;CACrCA,MAAAA,CAAC;CACDa,MAAAA,CAAC,IAAI,CAAL;CACD;;CACD,QAAIb,CAAC,GAAGI,KAAJ,IAAa,CAAjB,EAAoB;CAClBQ,MAAAA,KAAK,IAAIE,EAAE,GAAGD,CAAd;CACD,KAFD,MAEO;CACLD,MAAAA,KAAK,IAAIE,EAAE,GAAGJ,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIP,KAAhB,CAAd;CACD;;CACD,QAAIQ,KAAK,GAAGC,CAAR,IAAa,CAAjB,EAAoB;CAClBb,MAAAA,CAAC;CACDa,MAAAA,CAAC,IAAI,CAAL;CACD;;CAED,QAAIb,CAAC,GAAGI,KAAJ,IAAaD,IAAjB,EAAuB;CACrBF,MAAAA,CAAC,GAAG,CAAJ;CACAD,MAAAA,CAAC,GAAGG,IAAJ;CACD,KAHD,MAGO,IAAIH,CAAC,GAAGI,KAAJ,IAAa,CAAjB,EAAoB;CACzBH,MAAAA,CAAC,GAAG,CAAEW,KAAK,GAAGC,CAAT,GAAc,CAAf,IAAoBH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYb,IAAZ,CAAxB;CACAE,MAAAA,CAAC,GAAGA,CAAC,GAAGI,KAAR;CACD,KAHM,MAGA;CACLH,MAAAA,CAAC,GAAGW,KAAK,GAAGF,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYP,KAAK,GAAG,CAApB,CAAR,GAAiCM,IAAI,CAACC,GAAL,CAAS,CAAT,EAAYb,IAAZ,CAArC;CACAE,MAAAA,CAAC,GAAG,CAAJ;CACD;CACF;;CAED,SAAOF,IAAI,IAAI,CAAf,EAAkBH,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAN,GAAqBkC,CAAC,GAAG,IAAzB,EAA+BlC,CAAC,IAAIuC,CAApC,EAAuCL,CAAC,IAAI,GAA5C,EAAiDH,IAAI,IAAI,CAA3E,EAA8E;;CAE9EE,EAAAA,CAAC,GAAIA,CAAC,IAAIF,IAAN,GAAcG,CAAlB;CACAC,EAAAA,IAAI,IAAIJ,IAAR;;CACA,SAAOI,IAAI,GAAG,CAAd,EAAiBP,MAAM,CAACC,MAAM,GAAG7B,CAAV,CAAN,GAAqBiC,CAAC,GAAG,IAAzB,EAA+BjC,CAAC,IAAIuC,CAApC,EAAuCN,CAAC,IAAI,GAA5C,EAAiDE,IAAI,IAAI,CAA1E,EAA6E;;CAE7EP,EAAAA,MAAM,CAACC,MAAM,GAAG7B,CAAT,GAAauC,CAAd,CAAN,IAA0BC,CAAC,GAAG,GAA9B;EAjDF;;;;;;;;;CCtBA,MAAIa,mBAAmB,GACpB,OAAOC,MAAP,KAAkB,UAAlB,IAAgC,OAAOA,MAAM,CAAC,KAAD,CAAb,KAAyB,UAA1D;CACIA,EAAAA,MAAM,CAAC,KAAD,CAAN,CAAc,4BAAd,CADJ;CAAA,IAEI,IAHN;CAKAC,EAAAA,cAAA,GAAiBC,MAAjB;CACAD,EAAAA,kBAAA,GAAqBE,UAArB;CACAF,EAAAA,yBAAA,GAA4B,EAA5B;CAEA,MAAIG,YAAY,GAAG,UAAnB;CACAH,EAAAA,kBAAA,GAAqBG,YAArB;CAEA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;CACAF,EAAAA,MAAM,CAACG,mBAAP,GAA6BC,iBAAiB,EAA9C;;CAEA,MAAI,CAACJ,MAAM,CAACG,mBAAR,IAA+B,OAAOE,OAAP,KAAmB,WAAlD,IACA,OAAOA,OAAO,CAACC,KAAf,KAAyB,UAD7B,EACyC;CACvCD,IAAAA,OAAO,CAACC,KAAR,CACE,8EACA,sEAFF;CAID;;CAED,WAASF,iBAAT,GAA8B;;CAE5B,QAAI;CACF,UAAI/C,GAAG,GAAG,IAAIhB,UAAJ,CAAe,CAAf,CAAV;CACA,UAAIkE,KAAK,GAAG;CAAEC,QAAAA,GAAG,EAAE,eAAY;CAAE,iBAAO,EAAP;CAAW;CAAhC,OAAZ;CACAC,MAAAA,MAAM,CAACC,cAAP,CAAsBH,KAAtB,EAA6BlE,UAAU,CAACsE,SAAxC;CACAF,MAAAA,MAAM,CAACC,cAAP,CAAsBrD,GAAtB,EAA2BkD,KAA3B;CACA,aAAOlD,GAAG,CAACmD,GAAJ,OAAc,EAArB;CACD,KAND,CAME,OAAO/B,CAAP,EAAU;CACV,aAAO,KAAP;CACD;CACF;;CAEDgC,EAAAA,MAAM,CAACG,cAAP,CAAsBZ,MAAM,CAACW,SAA7B,EAAwC,QAAxC,EAAkD;CAChDE,IAAAA,UAAU,EAAE,IADoC;CAEhDC,IAAAA,GAAG,EAAE,eAAY;CACf,UAAI,CAACd,MAAM,CAACe,QAAP,CAAgB,IAAhB,CAAL,EAA4B,OAAOC,SAAP;CAC5B,aAAO,KAAK5C,MAAZ;CACD;CAL+C,GAAlD;CAQAqC,EAAAA,MAAM,CAACG,cAAP,CAAsBZ,MAAM,CAACW,SAA7B,EAAwC,QAAxC,EAAkD;CAChDE,IAAAA,UAAU,EAAE,IADoC;CAEhDC,IAAAA,GAAG,EAAE,eAAY;CACf,UAAI,CAACd,MAAM,CAACe,QAAP,CAAgB,IAAhB,CAAL,EAA4B,OAAOC,SAAP;CAC5B,aAAO,KAAKC,UAAZ;CACD;CAL+C,GAAlD;;CAQA,WAASC,YAAT,CAAuBxE,MAAvB,EAA+B;CAC7B,QAAIA,MAAM,GAAGwD,YAAb,EAA2B;CACzB,YAAM,IAAIiB,UAAJ,CAAe,gBAAgBzE,MAAhB,GAAyB,gCAAxC,CAAN;CACD,KAH4B;;;CAK7B,QAAI0E,GAAG,GAAG,IAAI/E,UAAJ,CAAeK,MAAf,CAAV;CACA+D,IAAAA,MAAM,CAACC,cAAP,CAAsBU,GAAtB,EAA2BpB,MAAM,CAACW,SAAlC;CACA,WAAOS,GAAP;CACD;CAED;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;;CAEA,WAASpB,MAAT,CAAiBqB,GAAjB,EAAsBC,gBAAtB,EAAwC5E,MAAxC,EAAgD;;CAE9C,QAAI,OAAO2E,GAAP,KAAe,QAAnB,EAA6B;CAC3B,UAAI,OAAOC,gBAAP,KAA4B,QAAhC,EAA0C;CACxC,cAAM,IAAIC,SAAJ,CACJ,oEADI,CAAN;CAGD;;CACD,aAAOC,WAAW,CAACH,GAAD,CAAlB;CACD;;CACD,WAAOI,IAAI,CAACJ,GAAD,EAAMC,gBAAN,EAAwB5E,MAAxB,CAAX;CACD;;CAEDsD,EAAAA,MAAM,CAAC0B,QAAP,GAAkB,IAAlB;;CAEA,WAASD,IAAT,CAAepC,KAAf,EAAsBiC,gBAAtB,EAAwC5E,MAAxC,EAAgD;CAC9C,QAAI,OAAO2C,KAAP,KAAiB,QAArB,EAA+B;CAC7B,aAAOsC,UAAU,CAACtC,KAAD,EAAQiC,gBAAR,CAAjB;CACD;;CAED,QAAIM,WAAW,CAACC,MAAZ,CAAmBxC,KAAnB,CAAJ,EAA+B;CAC7B,aAAOyC,aAAa,CAACzC,KAAD,CAApB;CACD;;CAED,QAAIA,KAAK,IAAI,IAAb,EAAmB;CACjB,YAAM,IAAIkC,SAAJ,CACJ,gFACA,sCADA,0BACiDlC,KADjD,CADI,CAAN;CAID;;CAED,QAAI0C,UAAU,CAAC1C,KAAD,EAAQuC,WAAR,CAAV,IACCvC,KAAK,IAAI0C,UAAU,CAAC1C,KAAK,CAACjB,MAAP,EAAewD,WAAf,CADxB,EACsD;CACpD,aAAOI,eAAe,CAAC3C,KAAD,EAAQiC,gBAAR,EAA0B5E,MAA1B,CAAtB;CACD;;CAED,QAAI,OAAOuF,iBAAP,KAA6B,WAA7B,KACCF,UAAU,CAAC1C,KAAD,EAAQ4C,iBAAR,CAAV,IACA5C,KAAK,IAAI0C,UAAU,CAAC1C,KAAK,CAACjB,MAAP,EAAe6D,iBAAf,CAFpB,CAAJ,EAE6D;CAC3D,aAAOD,eAAe,CAAC3C,KAAD,EAAQiC,gBAAR,EAA0B5E,MAA1B,CAAtB;CACD;;CAED,QAAI,OAAO2C,KAAP,KAAiB,QAArB,EAA+B;CAC7B,YAAM,IAAIkC,SAAJ,CACJ,uEADI,CAAN;CAGD;;CAED,QAAIW,OAAO,GAAG7C,KAAK,CAAC6C,OAAN,IAAiB7C,KAAK,CAAC6C,OAAN,EAA/B;;CACA,QAAIA,OAAO,IAAI,IAAX,IAAmBA,OAAO,KAAK7C,KAAnC,EAA0C;CACxC,aAAOW,MAAM,CAACyB,IAAP,CAAYS,OAAZ,EAAqBZ,gBAArB,EAAuC5E,MAAvC,CAAP;CACD;;CAED,QAAIyF,CAAC,GAAGC,UAAU,CAAC/C,KAAD,CAAlB;CACA,QAAI8C,CAAJ,EAAO,OAAOA,CAAP;;CAEP,QAAI,OAAOrC,MAAP,KAAkB,WAAlB,IAAiCA,MAAM,CAACuC,WAAP,IAAsB,IAAvD,IACA,OAAOhD,KAAK,CAACS,MAAM,CAACuC,WAAR,CAAZ,KAAqC,UADzC,EACqD;CACnD,aAAOrC,MAAM,CAACyB,IAAP,CACLpC,KAAK,CAACS,MAAM,CAACuC,WAAR,CAAL,CAA0B,QAA1B,CADK,EACgCf,gBADhC,EACkD5E,MADlD,CAAP;CAGD;;CAED,UAAM,IAAI6E,SAAJ,CACJ,gFACA,sCADA,0BACiDlC,KADjD,CADI,CAAN;CAID;CAED;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;;CACAW,EAAAA,MAAM,CAACyB,IAAP,GAAc,UAAUpC,KAAV,EAAiBiC,gBAAjB,EAAmC5E,MAAnC,EAA2C;CACvD,WAAO+E,IAAI,CAACpC,KAAD,EAAQiC,gBAAR,EAA0B5E,MAA1B,CAAX;CACD,GAFD;CAKA;;;CACA+D,EAAAA,MAAM,CAACC,cAAP,CAAsBV,MAAM,CAACW,SAA7B,EAAwCtE,UAAU,CAACsE,SAAnD;CACAF,EAAAA,MAAM,CAACC,cAAP,CAAsBV,MAAtB,EAA8B3D,UAA9B;;CAEA,WAASiG,UAAT,CAAqBC,IAArB,EAA2B;CACzB,QAAI,OAAOA,IAAP,KAAgB,QAApB,EAA8B;CAC5B,YAAM,IAAIhB,SAAJ,CAAc,wCAAd,CAAN;CACD,KAFD,MAEO,IAAIgB,IAAI,GAAG,CAAX,EAAc;CACnB,YAAM,IAAIpB,UAAJ,CAAe,gBAAgBoB,IAAhB,GAAuB,gCAAtC,CAAN;CACD;CACF;;CAED,WAASC,KAAT,CAAgBD,IAAhB,EAAsBE,IAAtB,EAA4BC,QAA5B,EAAsC;CACpCJ,IAAAA,UAAU,CAACC,IAAD,CAAV;;CACA,QAAIA,IAAI,IAAI,CAAZ,EAAe;CACb,aAAOrB,YAAY,CAACqB,IAAD,CAAnB;CACD;;CACD,QAAIE,IAAI,KAAKzB,SAAb,EAAwB;;;;CAItB,aAAO,OAAO0B,QAAP,KAAoB,QAApB,GACHxB,YAAY,CAACqB,IAAD,CAAZ,CAAmBE,IAAnB,CAAwBA,IAAxB,EAA8BC,QAA9B,CADG,GAEHxB,YAAY,CAACqB,IAAD,CAAZ,CAAmBE,IAAnB,CAAwBA,IAAxB,CAFJ;CAGD;;CACD,WAAOvB,YAAY,CAACqB,IAAD,CAAnB;CACD;CAED;CACA;CACA;CACA;;;CACAvC,EAAAA,MAAM,CAACwC,KAAP,GAAe,UAAUD,IAAV,EAAgBE,IAAhB,EAAsBC,QAAtB,EAAgC;CAC7C,WAAOF,KAAK,CAACD,IAAD,EAAOE,IAAP,EAAaC,QAAb,CAAZ;CACD,GAFD;;CAIA,WAASlB,WAAT,CAAsBe,IAAtB,EAA4B;CAC1BD,IAAAA,UAAU,CAACC,IAAD,CAAV;CACA,WAAOrB,YAAY,CAACqB,IAAI,GAAG,CAAP,GAAW,CAAX,GAAeI,OAAO,CAACJ,IAAD,CAAP,GAAgB,CAAhC,CAAnB;CACD;CAED;CACA;CACA;;;CACAvC,EAAAA,MAAM,CAACwB,WAAP,GAAqB,UAAUe,IAAV,EAAgB;CACnC,WAAOf,WAAW,CAACe,IAAD,CAAlB;CACD,GAFD;CAGA;CACA;CACA;;;CACAvC,EAAAA,MAAM,CAAC4C,eAAP,GAAyB,UAAUL,IAAV,EAAgB;CACvC,WAAOf,WAAW,CAACe,IAAD,CAAlB;CACD,GAFD;;CAIA,WAASZ,UAAT,CAAqBkB,MAArB,EAA6BH,QAA7B,EAAuC;CACrC,QAAI,OAAOA,QAAP,KAAoB,QAApB,IAAgCA,QAAQ,KAAK,EAAjD,EAAqD;CACnDA,MAAAA,QAAQ,GAAG,MAAX;CACD;;CAED,QAAI,CAAC1C,MAAM,CAAC8C,UAAP,CAAkBJ,QAAlB,CAAL,EAAkC;CAChC,YAAM,IAAInB,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;CACD;;CAED,QAAIhG,MAAM,GAAGX,UAAU,CAAC8G,MAAD,EAASH,QAAT,CAAV,GAA+B,CAA5C;CACA,QAAItB,GAAG,GAAGF,YAAY,CAACxE,MAAD,CAAtB;CAEA,QAAIqG,MAAM,GAAG3B,GAAG,CAAC4B,KAAJ,CAAUH,MAAV,EAAkBH,QAAlB,CAAb;;CAEA,QAAIK,MAAM,KAAKrG,MAAf,EAAuB;;;;CAIrB0E,MAAAA,GAAG,GAAGA,GAAG,CAAC6B,KAAJ,CAAU,CAAV,EAAaF,MAAb,CAAN;CACD;;CAED,WAAO3B,GAAP;CACD;;CAED,WAAS8B,aAAT,CAAwBC,KAAxB,EAA+B;CAC7B,QAAIzG,MAAM,GAAGyG,KAAK,CAACzG,MAAN,GAAe,CAAf,GAAmB,CAAnB,GAAuBiG,OAAO,CAACQ,KAAK,CAACzG,MAAP,CAAP,GAAwB,CAA5D;CACA,QAAI0E,GAAG,GAAGF,YAAY,CAACxE,MAAD,CAAtB;;CACA,SAAK,IAAIF,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4BF,CAAC,IAAI,CAAjC,EAAoC;CAClC4E,MAAAA,GAAG,CAAC5E,CAAD,CAAH,GAAS2G,KAAK,CAAC3G,CAAD,CAAL,GAAW,GAApB;CACD;;CACD,WAAO4E,GAAP;CACD;;CAED,WAASU,aAAT,CAAwBsB,SAAxB,EAAmC;CACjC,QAAIrB,UAAU,CAACqB,SAAD,EAAY/G,UAAZ,CAAd,EAAuC;CACrC,UAAIgH,IAAI,GAAG,IAAIhH,UAAJ,CAAe+G,SAAf,CAAX;CACA,aAAOpB,eAAe,CAACqB,IAAI,CAACjF,MAAN,EAAciF,IAAI,CAACpC,UAAnB,EAA+BoC,IAAI,CAACtH,UAApC,CAAtB;CACD;;CACD,WAAOmH,aAAa,CAACE,SAAD,CAApB;CACD;;CAED,WAASpB,eAAT,CAA0BmB,KAA1B,EAAiClC,UAAjC,EAA6CvE,MAA7C,EAAqD;CACnD,QAAIuE,UAAU,GAAG,CAAb,IAAkBkC,KAAK,CAACpH,UAAN,GAAmBkF,UAAzC,EAAqD;CACnD,YAAM,IAAIE,UAAJ,CAAe,sCAAf,CAAN;CACD;;CAED,QAAIgC,KAAK,CAACpH,UAAN,GAAmBkF,UAAU,IAAIvE,MAAM,IAAI,CAAd,CAAjC,EAAmD;CACjD,YAAM,IAAIyE,UAAJ,CAAe,sCAAf,CAAN;CACD;;CAED,QAAIC,GAAJ;;CACA,QAAIH,UAAU,KAAKD,SAAf,IAA4BtE,MAAM,KAAKsE,SAA3C,EAAsD;CACpDI,MAAAA,GAAG,GAAG,IAAI/E,UAAJ,CAAe8G,KAAf,CAAN;CACD,KAFD,MAEO,IAAIzG,MAAM,KAAKsE,SAAf,EAA0B;CAC/BI,MAAAA,GAAG,GAAG,IAAI/E,UAAJ,CAAe8G,KAAf,EAAsBlC,UAAtB,CAAN;CACD,KAFM,MAEA;CACLG,MAAAA,GAAG,GAAG,IAAI/E,UAAJ,CAAe8G,KAAf,EAAsBlC,UAAtB,EAAkCvE,MAAlC,CAAN;CACD,KAhBkD;;;CAmBnD+D,IAAAA,MAAM,CAACC,cAAP,CAAsBU,GAAtB,EAA2BpB,MAAM,CAACW,SAAlC;CAEA,WAAOS,GAAP;CACD;;CAED,WAASgB,UAAT,CAAqBkB,GAArB,EAA0B;CACxB,QAAItD,MAAM,CAACe,QAAP,CAAgBuC,GAAhB,CAAJ,EAA0B;CACxB,UAAI7G,GAAG,GAAGkG,OAAO,CAACW,GAAG,CAAC5G,MAAL,CAAP,GAAsB,CAAhC;CACA,UAAI0E,GAAG,GAAGF,YAAY,CAACzE,GAAD,CAAtB;;CAEA,UAAI2E,GAAG,CAAC1E,MAAJ,KAAe,CAAnB,EAAsB;CACpB,eAAO0E,GAAP;CACD;;CAEDkC,MAAAA,GAAG,CAACD,IAAJ,CAASjC,GAAT,EAAc,CAAd,EAAiB,CAAjB,EAAoB3E,GAApB;CACA,aAAO2E,GAAP;CACD;;CAED,QAAIkC,GAAG,CAAC5G,MAAJ,KAAesE,SAAnB,EAA8B;CAC5B,UAAI,OAAOsC,GAAG,CAAC5G,MAAX,KAAsB,QAAtB,IAAkC6G,WAAW,CAACD,GAAG,CAAC5G,MAAL,CAAjD,EAA+D;CAC7D,eAAOwE,YAAY,CAAC,CAAD,CAAnB;CACD;;CACD,aAAOgC,aAAa,CAACI,GAAD,CAApB;CACD;;CAED,QAAIA,GAAG,CAACE,IAAJ,KAAa,QAAb,IAAyBlH,KAAK,CAACmH,OAAN,CAAcH,GAAG,CAACI,IAAlB,CAA7B,EAAsD;CACpD,aAAOR,aAAa,CAACI,GAAG,CAACI,IAAL,CAApB;CACD;CACF;;CAED,WAASf,OAAT,CAAkBjG,MAAlB,EAA0B;;;CAGxB,QAAIA,MAAM,IAAIwD,YAAd,EAA4B;CAC1B,YAAM,IAAIiB,UAAJ,CAAe,oDACA,UADA,GACajB,YAAY,CAACyD,QAAb,CAAsB,EAAtB,CADb,GACyC,QADxD,CAAN;CAED;;CACD,WAAOjH,MAAM,GAAG,CAAhB;CACD;;CAED,WAASuD,UAAT,CAAqBvD,MAArB,EAA6B;CAC3B,QAAI,CAACA,MAAD,IAAWA,MAAf,EAAuB;;CACrBA,MAAAA,MAAM,GAAG,CAAT;CACD;;CACD,WAAOsD,MAAM,CAACwC,KAAP,CAAa,CAAC9F,MAAd,CAAP;CACD;;CAEDsD,EAAAA,MAAM,CAACe,QAAP,GAAkB,SAASA,QAAT,CAAmBoB,CAAnB,EAAsB;CACtC,WAAOA,CAAC,IAAI,IAAL,IAAaA,CAAC,CAACyB,SAAF,KAAgB,IAA7B,IACLzB,CAAC,KAAKnC,MAAM,CAACW,SADf,CADsC;CAGvC,GAHD;;CAKAX,EAAAA,MAAM,CAAC6D,OAAP,GAAiB,SAASA,OAAT,CAAkBC,CAAlB,EAAqB3B,CAArB,EAAwB;CACvC,QAAIJ,UAAU,CAAC+B,CAAD,EAAIzH,UAAJ,CAAd,EAA+ByH,CAAC,GAAG9D,MAAM,CAACyB,IAAP,CAAYqC,CAAZ,EAAeA,CAAC,CAACzF,MAAjB,EAAyByF,CAAC,CAAC/H,UAA3B,CAAJ;CAC/B,QAAIgG,UAAU,CAACI,CAAD,EAAI9F,UAAJ,CAAd,EAA+B8F,CAAC,GAAGnC,MAAM,CAACyB,IAAP,CAAYU,CAAZ,EAAeA,CAAC,CAAC9D,MAAjB,EAAyB8D,CAAC,CAACpG,UAA3B,CAAJ;;CAC/B,QAAI,CAACiE,MAAM,CAACe,QAAP,CAAgB+C,CAAhB,CAAD,IAAuB,CAAC9D,MAAM,CAACe,QAAP,CAAgBoB,CAAhB,CAA5B,EAAgD;CAC9C,YAAM,IAAIZ,SAAJ,CACJ,uEADI,CAAN;CAGD;;CAED,QAAIuC,CAAC,KAAK3B,CAAV,EAAa,OAAO,CAAP;CAEb,QAAI4B,CAAC,GAAGD,CAAC,CAACpH,MAAV;CACA,QAAIsH,CAAC,GAAG7B,CAAC,CAACzF,MAAV;;CAEA,SAAK,IAAIF,CAAC,GAAG,CAAR,EAAWC,GAAG,GAAG0C,IAAI,CAAC8E,GAAL,CAASF,CAAT,EAAYC,CAAZ,CAAtB,EAAsCxH,CAAC,GAAGC,GAA1C,EAA+C,EAAED,CAAjD,EAAoD;CAClD,UAAIsH,CAAC,CAACtH,CAAD,CAAD,KAAS2F,CAAC,CAAC3F,CAAD,CAAd,EAAmB;CACjBuH,QAAAA,CAAC,GAAGD,CAAC,CAACtH,CAAD,CAAL;CACAwH,QAAAA,CAAC,GAAG7B,CAAC,CAAC3F,CAAD,CAAL;CACA;CACD;CACF;;CAED,QAAIuH,CAAC,GAAGC,CAAR,EAAW,OAAO,CAAC,CAAR;CACX,QAAIA,CAAC,GAAGD,CAAR,EAAW,OAAO,CAAP;CACX,WAAO,CAAP;CACD,GAzBD;;CA2BA/D,EAAAA,MAAM,CAAC8C,UAAP,GAAoB,SAASA,UAAT,CAAqBJ,QAArB,EAA+B;CACjD,YAAQwB,MAAM,CAACxB,QAAD,CAAN,CAAiByB,WAAjB,EAAR;CACE,WAAK,KAAL;CACA,WAAK,MAAL;CACA,WAAK,OAAL;CACA,WAAK,OAAL;CACA,WAAK,QAAL;CACA,WAAK,QAAL;CACA,WAAK,QAAL;CACA,WAAK,MAAL;CACA,WAAK,OAAL;CACA,WAAK,SAAL;CACA,WAAK,UAAL;CACE,eAAO,IAAP;;CACF;CACE,eAAO,KAAP;CAdJ;CAgBD,GAjBD;;CAmBAnE,EAAAA,MAAM,CAACoE,MAAP,GAAgB,SAASA,MAAT,CAAiBC,IAAjB,EAAuB3H,MAAvB,EAA+B;CAC7C,QAAI,CAACJ,KAAK,CAACmH,OAAN,CAAcY,IAAd,CAAL,EAA0B;CACxB,YAAM,IAAI9C,SAAJ,CAAc,6CAAd,CAAN;CACD;;CAED,QAAI8C,IAAI,CAAC3H,MAAL,KAAgB,CAApB,EAAuB;CACrB,aAAOsD,MAAM,CAACwC,KAAP,CAAa,CAAb,CAAP;CACD;;CAED,QAAIhG,CAAJ;;CACA,QAAIE,MAAM,KAAKsE,SAAf,EAA0B;CACxBtE,MAAAA,MAAM,GAAG,CAAT;;CACA,WAAKF,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAG6H,IAAI,CAAC3H,MAArB,EAA6B,EAAEF,CAA/B,EAAkC;CAChCE,QAAAA,MAAM,IAAI2H,IAAI,CAAC7H,CAAD,CAAJ,CAAQE,MAAlB;CACD;CACF;;CAED,QAAI0B,MAAM,GAAG4B,MAAM,CAACwB,WAAP,CAAmB9E,MAAnB,CAAb;CACA,QAAI4H,GAAG,GAAG,CAAV;;CACA,SAAK9H,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAG6H,IAAI,CAAC3H,MAArB,EAA6B,EAAEF,CAA/B,EAAkC;CAChC,UAAI4E,GAAG,GAAGiD,IAAI,CAAC7H,CAAD,CAAd;;CACA,UAAIuF,UAAU,CAACX,GAAD,EAAM/E,UAAN,CAAd,EAAiC;CAC/B,YAAIiI,GAAG,GAAGlD,GAAG,CAAC1E,MAAV,GAAmB0B,MAAM,CAAC1B,MAA9B,EAAsC;CACpCsD,UAAAA,MAAM,CAACyB,IAAP,CAAYL,GAAZ,EAAiBiC,IAAjB,CAAsBjF,MAAtB,EAA8BkG,GAA9B;CACD,SAFD,MAEO;CACLjI,UAAAA,UAAU,CAACsE,SAAX,CAAqB4D,GAArB,CAAyBC,IAAzB,CACEpG,MADF,EAEEgD,GAFF,EAGEkD,GAHF;CAKD;CACF,OAVD,MAUO,IAAI,CAACtE,MAAM,CAACe,QAAP,CAAgBK,GAAhB,CAAL,EAA2B;CAChC,cAAM,IAAIG,SAAJ,CAAc,6CAAd,CAAN;CACD,OAFM,MAEA;CACLH,QAAAA,GAAG,CAACiC,IAAJ,CAASjF,MAAT,EAAiBkG,GAAjB;CACD;;CACDA,MAAAA,GAAG,IAAIlD,GAAG,CAAC1E,MAAX;CACD;;CACD,WAAO0B,MAAP;CACD,GAvCD;;CAyCA,WAASrC,UAAT,CAAqB8G,MAArB,EAA6BH,QAA7B,EAAuC;CACrC,QAAI1C,MAAM,CAACe,QAAP,CAAgB8B,MAAhB,CAAJ,EAA6B;CAC3B,aAAOA,MAAM,CAACnG,MAAd;CACD;;CACD,QAAIkF,WAAW,CAACC,MAAZ,CAAmBgB,MAAnB,KAA8Bd,UAAU,CAACc,MAAD,EAASjB,WAAT,CAA5C,EAAmE;CACjE,aAAOiB,MAAM,CAAC9G,UAAd;CACD;;CACD,QAAI,OAAO8G,MAAP,KAAkB,QAAtB,EAAgC;CAC9B,YAAM,IAAItB,SAAJ,CACJ,+EACA,gBADA,0BAC0BsB,MAD1B,CADI,CAAN;CAID;;CAED,QAAIpG,GAAG,GAAGoG,MAAM,CAACnG,MAAjB;CACA,QAAI+H,SAAS,GAAIC,SAAS,CAAChI,MAAV,GAAmB,CAAnB,IAAwBgI,SAAS,CAAC,CAAD,CAAT,KAAiB,IAA1D;CACA,QAAI,CAACD,SAAD,IAAchI,GAAG,KAAK,CAA1B,EAA6B,OAAO,CAAP,CAhBQ;;CAmBrC,QAAIkI,WAAW,GAAG,KAAlB;;CACA,aAAS;CACP,cAAQjC,QAAR;CACE,aAAK,OAAL;CACA,aAAK,QAAL;CACA,aAAK,QAAL;CACE,iBAAOjG,GAAP;;CACF,aAAK,MAAL;CACA,aAAK,OAAL;CACE,iBAAOmI,WAAW,CAAC/B,MAAD,CAAX,CAAoBnG,MAA3B;;CACF,aAAK,MAAL;CACA,aAAK,OAAL;CACA,aAAK,SAAL;CACA,aAAK,UAAL;CACE,iBAAOD,GAAG,GAAG,CAAb;;CACF,aAAK,KAAL;CACE,iBAAOA,GAAG,KAAK,CAAf;;CACF,aAAK,QAAL;CACE,iBAAOoI,aAAa,CAAChC,MAAD,CAAb,CAAsBnG,MAA7B;;CACF;CACE,cAAIiI,WAAJ,EAAiB;CACf,mBAAOF,SAAS,GAAG,CAAC,CAAJ,GAAQG,WAAW,CAAC/B,MAAD,CAAX,CAAoBnG,MAA5C,CADe;CAEhB;;CACDgG,UAAAA,QAAQ,GAAG,CAAC,KAAKA,QAAN,EAAgByB,WAAhB,EAAX;CACAQ,UAAAA,WAAW,GAAG,IAAd;CAtBJ;CAwBD;CACF;;CACD3E,EAAAA,MAAM,CAACjE,UAAP,GAAoBA,UAApB;;CAEA,WAAS+I,YAAT,CAAuBpC,QAAvB,EAAiC/E,KAAjC,EAAwCC,GAAxC,EAA6C;CAC3C,QAAI+G,WAAW,GAAG,KAAlB,CAD2C;;;;;;;CAU3C,QAAIhH,KAAK,KAAKqD,SAAV,IAAuBrD,KAAK,GAAG,CAAnC,EAAsC;CACpCA,MAAAA,KAAK,GAAG,CAAR;CACD,KAZ0C;;;;CAe3C,QAAIA,KAAK,GAAG,KAAKjB,MAAjB,EAAyB;CACvB,aAAO,EAAP;CACD;;CAED,QAAIkB,GAAG,KAAKoD,SAAR,IAAqBpD,GAAG,GAAG,KAAKlB,MAApC,EAA4C;CAC1CkB,MAAAA,GAAG,GAAG,KAAKlB,MAAX;CACD;;CAED,QAAIkB,GAAG,IAAI,CAAX,EAAc;CACZ,aAAO,EAAP;CACD,KAzB0C;;;CA4B3CA,IAAAA,GAAG,MAAM,CAAT;CACAD,IAAAA,KAAK,MAAM,CAAX;;CAEA,QAAIC,GAAG,IAAID,KAAX,EAAkB;CAChB,aAAO,EAAP;CACD;;CAED,QAAI,CAAC+E,QAAL,EAAeA,QAAQ,GAAG,MAAX;;CAEf,WAAO,IAAP,EAAa;CACX,cAAQA,QAAR;CACE,aAAK,KAAL;CACE,iBAAOqC,QAAQ,CAAC,IAAD,EAAOpH,KAAP,EAAcC,GAAd,CAAf;;CAEF,aAAK,MAAL;CACA,aAAK,OAAL;CACE,iBAAOoH,SAAS,CAAC,IAAD,EAAOrH,KAAP,EAAcC,GAAd,CAAhB;;CAEF,aAAK,OAAL;CACE,iBAAOqH,UAAU,CAAC,IAAD,EAAOtH,KAAP,EAAcC,GAAd,CAAjB;;CAEF,aAAK,QAAL;CACA,aAAK,QAAL;CACE,iBAAOsH,WAAW,CAAC,IAAD,EAAOvH,KAAP,EAAcC,GAAd,CAAlB;;CAEF,aAAK,QAAL;CACE,iBAAOuH,WAAW,CAAC,IAAD,EAAOxH,KAAP,EAAcC,GAAd,CAAlB;;CAEF,aAAK,MAAL;CACA,aAAK,OAAL;CACA,aAAK,SAAL;CACA,aAAK,UAAL;CACE,iBAAOwH,YAAY,CAAC,IAAD,EAAOzH,KAAP,EAAcC,GAAd,CAAnB;;CAEF;CACE,cAAI+G,WAAJ,EAAiB,MAAM,IAAIpD,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;CACjBA,UAAAA,QAAQ,GAAG,CAACA,QAAQ,GAAG,EAAZ,EAAgByB,WAAhB,EAAX;CACAQ,UAAAA,WAAW,GAAG,IAAd;CA3BJ;CA6BD;CACF;CAGD;CACA;CACA;CACA;CACA;;;CACA3E,EAAAA,MAAM,CAACW,SAAP,CAAiBiD,SAAjB,GAA6B,IAA7B;;CAEA,WAASyB,IAAT,CAAelD,CAAf,EAAkBmD,CAAlB,EAAqB5G,CAArB,EAAwB;CACtB,QAAIlC,CAAC,GAAG2F,CAAC,CAACmD,CAAD,CAAT;CACAnD,IAAAA,CAAC,CAACmD,CAAD,CAAD,GAAOnD,CAAC,CAACzD,CAAD,CAAR;CACAyD,IAAAA,CAAC,CAACzD,CAAD,CAAD,GAAOlC,CAAP;CACD;;CAEDwD,EAAAA,MAAM,CAACW,SAAP,CAAiB4E,MAAjB,GAA0B,SAASA,MAAT,GAAmB;CAC3C,QAAI9I,GAAG,GAAG,KAAKC,MAAf;;CACA,QAAID,GAAG,GAAG,CAAN,KAAY,CAAhB,EAAmB;CACjB,YAAM,IAAI0E,UAAJ,CAAe,2CAAf,CAAN;CACD;;CACD,SAAK,IAAI3E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyBD,CAAC,IAAI,CAA9B,EAAiC;CAC/B6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAP,EAAUA,CAAC,GAAG,CAAd,CAAJ;CACD;;CACD,WAAO,IAAP;CACD,GATD;;CAWAwD,EAAAA,MAAM,CAACW,SAAP,CAAiB6E,MAAjB,GAA0B,SAASA,MAAT,GAAmB;CAC3C,QAAI/I,GAAG,GAAG,KAAKC,MAAf;;CACA,QAAID,GAAG,GAAG,CAAN,KAAY,CAAhB,EAAmB;CACjB,YAAM,IAAI0E,UAAJ,CAAe,2CAAf,CAAN;CACD;;CACD,SAAK,IAAI3E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyBD,CAAC,IAAI,CAA9B,EAAiC;CAC/B6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAP,EAAUA,CAAC,GAAG,CAAd,CAAJ;CACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;CACD;;CACD,WAAO,IAAP;CACD,GAVD;;CAYAwD,EAAAA,MAAM,CAACW,SAAP,CAAiB8E,MAAjB,GAA0B,SAASA,MAAT,GAAmB;CAC3C,QAAIhJ,GAAG,GAAG,KAAKC,MAAf;;CACA,QAAID,GAAG,GAAG,CAAN,KAAY,CAAhB,EAAmB;CACjB,YAAM,IAAI0E,UAAJ,CAAe,2CAAf,CAAN;CACD;;CACD,SAAK,IAAI3E,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyBD,CAAC,IAAI,CAA9B,EAAiC;CAC/B6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAP,EAAUA,CAAC,GAAG,CAAd,CAAJ;CACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;CACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;CACA6I,MAAAA,IAAI,CAAC,IAAD,EAAO7I,CAAC,GAAG,CAAX,EAAcA,CAAC,GAAG,CAAlB,CAAJ;CACD;;CACD,WAAO,IAAP;CACD,GAZD;;CAcAwD,EAAAA,MAAM,CAACW,SAAP,CAAiBgD,QAAjB,GAA4B,SAASA,QAAT,GAAqB;CAC/C,QAAIjH,MAAM,GAAG,KAAKA,MAAlB;CACA,QAAIA,MAAM,KAAK,CAAf,EAAkB,OAAO,EAAP;CAClB,QAAIgI,SAAS,CAAChI,MAAV,KAAqB,CAAzB,EAA4B,OAAOsI,SAAS,CAAC,IAAD,EAAO,CAAP,EAAUtI,MAAV,CAAhB;CAC5B,WAAOoI,YAAY,CAACY,KAAb,CAAmB,IAAnB,EAAyBhB,SAAzB,CAAP;CACD,GALD;;CAOA1E,EAAAA,MAAM,CAACW,SAAP,CAAiBgF,cAAjB,GAAkC3F,MAAM,CAACW,SAAP,CAAiBgD,QAAnD;;CAEA3D,EAAAA,MAAM,CAACW,SAAP,CAAiBiF,MAAjB,GAA0B,SAASA,MAAT,CAAiBzD,CAAjB,EAAoB;CAC5C,QAAI,CAACnC,MAAM,CAACe,QAAP,CAAgBoB,CAAhB,CAAL,EAAyB,MAAM,IAAIZ,SAAJ,CAAc,2BAAd,CAAN;CACzB,QAAI,SAASY,CAAb,EAAgB,OAAO,IAAP;CAChB,WAAOnC,MAAM,CAAC6D,OAAP,CAAe,IAAf,EAAqB1B,CAArB,MAA4B,CAAnC;CACD,GAJD;;CAMAnC,EAAAA,MAAM,CAACW,SAAP,CAAiBkF,OAAjB,GAA2B,SAASA,OAAT,GAAoB;CAC7C,QAAIC,GAAG,GAAG,EAAV;CACA,QAAIC,GAAG,GAAGhG,OAAO,CAACiG,iBAAlB;CACAF,IAAAA,GAAG,GAAG,KAAKnC,QAAL,CAAc,KAAd,EAAqB,CAArB,EAAwBoC,GAAxB,EAA6BE,OAA7B,CAAqC,SAArC,EAAgD,KAAhD,EAAuDC,IAAvD,EAAN;CACA,QAAI,KAAKxJ,MAAL,GAAcqJ,GAAlB,EAAuBD,GAAG,IAAI,OAAP;CACvB,WAAO,aAAaA,GAAb,GAAmB,GAA1B;CACD,GAND;;CAOA,MAAIjG,mBAAJ,EAAyB;CACvBG,IAAAA,MAAM,CAACW,SAAP,CAAiBd,mBAAjB,IAAwCG,MAAM,CAACW,SAAP,CAAiBkF,OAAzD;CACD;;CAED7F,EAAAA,MAAM,CAACW,SAAP,CAAiBkD,OAAjB,GAA2B,SAASA,OAAT,CAAkBsC,MAAlB,EAA0BxI,KAA1B,EAAiCC,GAAjC,EAAsCwI,SAAtC,EAAiDC,OAAjD,EAA0D;CACnF,QAAItE,UAAU,CAACoE,MAAD,EAAS9J,UAAT,CAAd,EAAoC;CAClC8J,MAAAA,MAAM,GAAGnG,MAAM,CAACyB,IAAP,CAAY0E,MAAZ,EAAoBA,MAAM,CAAC9H,MAA3B,EAAmC8H,MAAM,CAACpK,UAA1C,CAAT;CACD;;CACD,QAAI,CAACiE,MAAM,CAACe,QAAP,CAAgBoF,MAAhB,CAAL,EAA8B;CAC5B,YAAM,IAAI5E,SAAJ,CACJ,qEACA,gBADA,0BAC2B4E,MAD3B,CADI,CAAN;CAID;;CAED,QAAIxI,KAAK,KAAKqD,SAAd,EAAyB;CACvBrD,MAAAA,KAAK,GAAG,CAAR;CACD;;CACD,QAAIC,GAAG,KAAKoD,SAAZ,EAAuB;CACrBpD,MAAAA,GAAG,GAAGuI,MAAM,GAAGA,MAAM,CAACzJ,MAAV,GAAmB,CAA/B;CACD;;CACD,QAAI0J,SAAS,KAAKpF,SAAlB,EAA6B;CAC3BoF,MAAAA,SAAS,GAAG,CAAZ;CACD;;CACD,QAAIC,OAAO,KAAKrF,SAAhB,EAA2B;CACzBqF,MAAAA,OAAO,GAAG,KAAK3J,MAAf;CACD;;CAED,QAAIiB,KAAK,GAAG,CAAR,IAAaC,GAAG,GAAGuI,MAAM,CAACzJ,MAA1B,IAAoC0J,SAAS,GAAG,CAAhD,IAAqDC,OAAO,GAAG,KAAK3J,MAAxE,EAAgF;CAC9E,YAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;CACD;;CAED,QAAIiF,SAAS,IAAIC,OAAb,IAAwB1I,KAAK,IAAIC,GAArC,EAA0C;CACxC,aAAO,CAAP;CACD;;CACD,QAAIwI,SAAS,IAAIC,OAAjB,EAA0B;CACxB,aAAO,CAAC,CAAR;CACD;;CACD,QAAI1I,KAAK,IAAIC,GAAb,EAAkB;CAChB,aAAO,CAAP;CACD;;CAEDD,IAAAA,KAAK,MAAM,CAAX;CACAC,IAAAA,GAAG,MAAM,CAAT;CACAwI,IAAAA,SAAS,MAAM,CAAf;CACAC,IAAAA,OAAO,MAAM,CAAb;CAEA,QAAI,SAASF,MAAb,EAAqB,OAAO,CAAP;CAErB,QAAIpC,CAAC,GAAGsC,OAAO,GAAGD,SAAlB;CACA,QAAIpC,CAAC,GAAGpG,GAAG,GAAGD,KAAd;CACA,QAAIlB,GAAG,GAAG0C,IAAI,CAAC8E,GAAL,CAASF,CAAT,EAAYC,CAAZ,CAAV;CAEA,QAAIsC,QAAQ,GAAG,KAAKrD,KAAL,CAAWmD,SAAX,EAAsBC,OAAtB,CAAf;CACA,QAAIE,UAAU,GAAGJ,MAAM,CAAClD,KAAP,CAAatF,KAAb,EAAoBC,GAApB,CAAjB;;CAEA,SAAK,IAAIpB,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGC,GAApB,EAAyB,EAAED,CAA3B,EAA8B;CAC5B,UAAI8J,QAAQ,CAAC9J,CAAD,CAAR,KAAgB+J,UAAU,CAAC/J,CAAD,CAA9B,EAAmC;CACjCuH,QAAAA,CAAC,GAAGuC,QAAQ,CAAC9J,CAAD,CAAZ;CACAwH,QAAAA,CAAC,GAAGuC,UAAU,CAAC/J,CAAD,CAAd;CACA;CACD;CACF;;CAED,QAAIuH,CAAC,GAAGC,CAAR,EAAW,OAAO,CAAC,CAAR;CACX,QAAIA,CAAC,GAAGD,CAAR,EAAW,OAAO,CAAP;CACX,WAAO,CAAP;CACD,GA/DD;CAkEA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;;CACA,WAASyC,oBAAT,CAA+BpI,MAA/B,EAAuCqI,GAAvC,EAA4CxF,UAA5C,EAAwDyB,QAAxD,EAAkEgE,GAAlE,EAAuE;;CAErE,QAAItI,MAAM,CAAC1B,MAAP,KAAkB,CAAtB,EAAyB,OAAO,CAAC,CAAR,CAF4C;;CAKrE,QAAI,OAAOuE,UAAP,KAAsB,QAA1B,EAAoC;CAClCyB,MAAAA,QAAQ,GAAGzB,UAAX;CACAA,MAAAA,UAAU,GAAG,CAAb;CACD,KAHD,MAGO,IAAIA,UAAU,GAAG,UAAjB,EAA6B;CAClCA,MAAAA,UAAU,GAAG,UAAb;CACD,KAFM,MAEA,IAAIA,UAAU,GAAG,CAAC,UAAlB,EAA8B;CACnCA,MAAAA,UAAU,GAAG,CAAC,UAAd;CACD;;CACDA,IAAAA,UAAU,GAAG,CAACA,UAAd,CAbqE;;CAcrE,QAAIsC,WAAW,CAACtC,UAAD,CAAf,EAA6B;;CAE3BA,MAAAA,UAAU,GAAGyF,GAAG,GAAG,CAAH,GAAQtI,MAAM,CAAC1B,MAAP,GAAgB,CAAxC;CACD,KAjBoE;;;CAoBrE,QAAIuE,UAAU,GAAG,CAAjB,EAAoBA,UAAU,GAAG7C,MAAM,CAAC1B,MAAP,GAAgBuE,UAA7B;;CACpB,QAAIA,UAAU,IAAI7C,MAAM,CAAC1B,MAAzB,EAAiC;CAC/B,UAAIgK,GAAJ,EAAS,OAAO,CAAC,CAAR,CAAT,KACKzF,UAAU,GAAG7C,MAAM,CAAC1B,MAAP,GAAgB,CAA7B;CACN,KAHD,MAGO,IAAIuE,UAAU,GAAG,CAAjB,EAAoB;CACzB,UAAIyF,GAAJ,EAASzF,UAAU,GAAG,CAAb,CAAT,KACK,OAAO,CAAC,CAAR;CACN,KA3BoE;;;CA8BrE,QAAI,OAAOwF,GAAP,KAAe,QAAnB,EAA6B;CAC3BA,MAAAA,GAAG,GAAGzG,MAAM,CAACyB,IAAP,CAAYgF,GAAZ,EAAiB/D,QAAjB,CAAN;CACD,KAhCoE;;;CAmCrE,QAAI1C,MAAM,CAACe,QAAP,CAAgB0F,GAAhB,CAAJ,EAA0B;;CAExB,UAAIA,GAAG,CAAC/J,MAAJ,KAAe,CAAnB,EAAsB;CACpB,eAAO,CAAC,CAAR;CACD;;CACD,aAAOiK,YAAY,CAACvI,MAAD,EAASqI,GAAT,EAAcxF,UAAd,EAA0ByB,QAA1B,EAAoCgE,GAApC,CAAnB;CACD,KAND,MAMO,IAAI,OAAOD,GAAP,KAAe,QAAnB,EAA6B;CAClCA,MAAAA,GAAG,GAAGA,GAAG,GAAG,IAAZ,CADkC;;CAElC,UAAI,OAAOpK,UAAU,CAACsE,SAAX,CAAqB3D,OAA5B,KAAwC,UAA5C,EAAwD;CACtD,YAAI0J,GAAJ,EAAS;CACP,iBAAOrK,UAAU,CAACsE,SAAX,CAAqB3D,OAArB,CAA6BwH,IAA7B,CAAkCpG,MAAlC,EAA0CqI,GAA1C,EAA+CxF,UAA/C,CAAP;CACD,SAFD,MAEO;CACL,iBAAO5E,UAAU,CAACsE,SAAX,CAAqBiG,WAArB,CAAiCpC,IAAjC,CAAsCpG,MAAtC,EAA8CqI,GAA9C,EAAmDxF,UAAnD,CAAP;CACD;CACF;;CACD,aAAO0F,YAAY,CAACvI,MAAD,EAAS,CAACqI,GAAD,CAAT,EAAgBxF,UAAhB,EAA4ByB,QAA5B,EAAsCgE,GAAtC,CAAnB;CACD;;CAED,UAAM,IAAInF,SAAJ,CAAc,sCAAd,CAAN;CACD;;CAED,WAASoF,YAAT,CAAuBtJ,GAAvB,EAA4BoJ,GAA5B,EAAiCxF,UAAjC,EAA6CyB,QAA7C,EAAuDgE,GAAvD,EAA4D;CAC1D,QAAIG,SAAS,GAAG,CAAhB;CACA,QAAIC,SAAS,GAAGzJ,GAAG,CAACX,MAApB;CACA,QAAIqK,SAAS,GAAGN,GAAG,CAAC/J,MAApB;;CAEA,QAAIgG,QAAQ,KAAK1B,SAAjB,EAA4B;CAC1B0B,MAAAA,QAAQ,GAAGwB,MAAM,CAACxB,QAAD,CAAN,CAAiByB,WAAjB,EAAX;;CACA,UAAIzB,QAAQ,KAAK,MAAb,IAAuBA,QAAQ,KAAK,OAApC,IACAA,QAAQ,KAAK,SADb,IAC0BA,QAAQ,KAAK,UAD3C,EACuD;CACrD,YAAIrF,GAAG,CAACX,MAAJ,GAAa,CAAb,IAAkB+J,GAAG,CAAC/J,MAAJ,GAAa,CAAnC,EAAsC;CACpC,iBAAO,CAAC,CAAR;CACD;;CACDmK,QAAAA,SAAS,GAAG,CAAZ;CACAC,QAAAA,SAAS,IAAI,CAAb;CACAC,QAAAA,SAAS,IAAI,CAAb;CACA9F,QAAAA,UAAU,IAAI,CAAd;CACD;CACF;;CAED,aAAS+F,IAAT,CAAe5F,GAAf,EAAoB5E,CAApB,EAAuB;CACrB,UAAIqK,SAAS,KAAK,CAAlB,EAAqB;CACnB,eAAOzF,GAAG,CAAC5E,CAAD,CAAV;CACD,OAFD,MAEO;CACL,eAAO4E,GAAG,CAAC6F,YAAJ,CAAiBzK,CAAC,GAAGqK,SAArB,CAAP;CACD;CACF;;CAED,QAAIrK,CAAJ;;CACA,QAAIkK,GAAJ,EAAS;CACP,UAAIQ,UAAU,GAAG,CAAC,CAAlB;;CACA,WAAK1K,CAAC,GAAGyE,UAAT,EAAqBzE,CAAC,GAAGsK,SAAzB,EAAoCtK,CAAC,EAArC,EAAyC;CACvC,YAAIwK,IAAI,CAAC3J,GAAD,EAAMb,CAAN,CAAJ,KAAiBwK,IAAI,CAACP,GAAD,EAAMS,UAAU,KAAK,CAAC,CAAhB,GAAoB,CAApB,GAAwB1K,CAAC,GAAG0K,UAAlC,CAAzB,EAAwE;CACtE,cAAIA,UAAU,KAAK,CAAC,CAApB,EAAuBA,UAAU,GAAG1K,CAAb;CACvB,cAAIA,CAAC,GAAG0K,UAAJ,GAAiB,CAAjB,KAAuBH,SAA3B,EAAsC,OAAOG,UAAU,GAAGL,SAApB;CACvC,SAHD,MAGO;CACL,cAAIK,UAAU,KAAK,CAAC,CAApB,EAAuB1K,CAAC,IAAIA,CAAC,GAAG0K,UAAT;CACvBA,UAAAA,UAAU,GAAG,CAAC,CAAd;CACD;CACF;CACF,KAXD,MAWO;CACL,UAAIjG,UAAU,GAAG8F,SAAb,GAAyBD,SAA7B,EAAwC7F,UAAU,GAAG6F,SAAS,GAAGC,SAAzB;;CACxC,WAAKvK,CAAC,GAAGyE,UAAT,EAAqBzE,CAAC,IAAI,CAA1B,EAA6BA,CAAC,EAA9B,EAAkC;CAChC,YAAI2K,KAAK,GAAG,IAAZ;;CACA,aAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGL,SAApB,EAA+BK,CAAC,EAAhC,EAAoC;CAClC,cAAIJ,IAAI,CAAC3J,GAAD,EAAMb,CAAC,GAAG4K,CAAV,CAAJ,KAAqBJ,IAAI,CAACP,GAAD,EAAMW,CAAN,CAA7B,EAAuC;CACrCD,YAAAA,KAAK,GAAG,KAAR;CACA;CACD;CACF;;CACD,YAAIA,KAAJ,EAAW,OAAO3K,CAAP;CACZ;CACF;;CAED,WAAO,CAAC,CAAR;CACD;;CAEDwD,EAAAA,MAAM,CAACW,SAAP,CAAiB0G,QAAjB,GAA4B,SAASA,QAAT,CAAmBZ,GAAnB,EAAwBxF,UAAxB,EAAoCyB,QAApC,EAA8C;CACxE,WAAO,KAAK1F,OAAL,CAAayJ,GAAb,EAAkBxF,UAAlB,EAA8ByB,QAA9B,MAA4C,CAAC,CAApD;CACD,GAFD;;CAIA1C,EAAAA,MAAM,CAACW,SAAP,CAAiB3D,OAAjB,GAA2B,SAASA,OAAT,CAAkByJ,GAAlB,EAAuBxF,UAAvB,EAAmCyB,QAAnC,EAA6C;CACtE,WAAO8D,oBAAoB,CAAC,IAAD,EAAOC,GAAP,EAAYxF,UAAZ,EAAwByB,QAAxB,EAAkC,IAAlC,CAA3B;CACD,GAFD;;CAIA1C,EAAAA,MAAM,CAACW,SAAP,CAAiBiG,WAAjB,GAA+B,SAASA,WAAT,CAAsBH,GAAtB,EAA2BxF,UAA3B,EAAuCyB,QAAvC,EAAiD;CAC9E,WAAO8D,oBAAoB,CAAC,IAAD,EAAOC,GAAP,EAAYxF,UAAZ,EAAwByB,QAAxB,EAAkC,KAAlC,CAA3B;CACD,GAFD;;CAIA,WAAS4E,QAAT,CAAmBlG,GAAnB,EAAwByB,MAAxB,EAAgCxE,MAAhC,EAAwC3B,MAAxC,EAAgD;CAC9C2B,IAAAA,MAAM,GAAGkJ,MAAM,CAAClJ,MAAD,CAAN,IAAkB,CAA3B;CACA,QAAImJ,SAAS,GAAGpG,GAAG,CAAC1E,MAAJ,GAAa2B,MAA7B;;CACA,QAAI,CAAC3B,MAAL,EAAa;CACXA,MAAAA,MAAM,GAAG8K,SAAT;CACD,KAFD,MAEO;CACL9K,MAAAA,MAAM,GAAG6K,MAAM,CAAC7K,MAAD,CAAf;;CACA,UAAIA,MAAM,GAAG8K,SAAb,EAAwB;CACtB9K,QAAAA,MAAM,GAAG8K,SAAT;CACD;CACF;;CAED,QAAIC,MAAM,GAAG5E,MAAM,CAACnG,MAApB;;CAEA,QAAIA,MAAM,GAAG+K,MAAM,GAAG,CAAtB,EAAyB;CACvB/K,MAAAA,MAAM,GAAG+K,MAAM,GAAG,CAAlB;CACD;;CACD,SAAK,IAAIjL,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4B,EAAEF,CAA9B,EAAiC;CAC/B,UAAIkL,MAAM,GAAGC,QAAQ,CAAC9E,MAAM,CAAC+E,MAAP,CAAcpL,CAAC,GAAG,CAAlB,EAAqB,CAArB,CAAD,EAA0B,EAA1B,CAArB;CACA,UAAI+G,WAAW,CAACmE,MAAD,CAAf,EAAyB,OAAOlL,CAAP;CACzB4E,MAAAA,GAAG,CAAC/C,MAAM,GAAG7B,CAAV,CAAH,GAAkBkL,MAAlB;CACD;;CACD,WAAOlL,CAAP;CACD;;CAED,WAASqL,SAAT,CAAoBzG,GAApB,EAAyByB,MAAzB,EAAiCxE,MAAjC,EAAyC3B,MAAzC,EAAiD;CAC/C,WAAOoL,UAAU,CAAClD,WAAW,CAAC/B,MAAD,EAASzB,GAAG,CAAC1E,MAAJ,GAAa2B,MAAtB,CAAZ,EAA2C+C,GAA3C,EAAgD/C,MAAhD,EAAwD3B,MAAxD,CAAjB;CACD;;CAED,WAASqL,UAAT,CAAqB3G,GAArB,EAA0ByB,MAA1B,EAAkCxE,MAAlC,EAA0C3B,MAA1C,EAAkD;CAChD,WAAOoL,UAAU,CAACE,YAAY,CAACnF,MAAD,CAAb,EAAuBzB,GAAvB,EAA4B/C,MAA5B,EAAoC3B,MAApC,CAAjB;CACD;;CAED,WAASuL,WAAT,CAAsB7G,GAAtB,EAA2ByB,MAA3B,EAAmCxE,MAAnC,EAA2C3B,MAA3C,EAAmD;CACjD,WAAOoL,UAAU,CAACjD,aAAa,CAAChC,MAAD,CAAd,EAAwBzB,GAAxB,EAA6B/C,MAA7B,EAAqC3B,MAArC,CAAjB;CACD;;CAED,WAASwL,SAAT,CAAoB9G,GAApB,EAAyByB,MAAzB,EAAiCxE,MAAjC,EAAyC3B,MAAzC,EAAiD;CAC/C,WAAOoL,UAAU,CAACK,cAAc,CAACtF,MAAD,EAASzB,GAAG,CAAC1E,MAAJ,GAAa2B,MAAtB,CAAf,EAA8C+C,GAA9C,EAAmD/C,MAAnD,EAA2D3B,MAA3D,CAAjB;CACD;;CAEDsD,EAAAA,MAAM,CAACW,SAAP,CAAiBqC,KAAjB,GAAyB,SAASA,KAAT,CAAgBH,MAAhB,EAAwBxE,MAAxB,EAAgC3B,MAAhC,EAAwCgG,QAAxC,EAAkD;;CAEzE,QAAIrE,MAAM,KAAK2C,SAAf,EAA0B;CACxB0B,MAAAA,QAAQ,GAAG,MAAX;CACAhG,MAAAA,MAAM,GAAG,KAAKA,MAAd;CACA2B,MAAAA,MAAM,GAAG,CAAT,CAHwB;CAKzB,KALD,MAKO,IAAI3B,MAAM,KAAKsE,SAAX,IAAwB,OAAO3C,MAAP,KAAkB,QAA9C,EAAwD;CAC7DqE,MAAAA,QAAQ,GAAGrE,MAAX;CACA3B,MAAAA,MAAM,GAAG,KAAKA,MAAd;CACA2B,MAAAA,MAAM,GAAG,CAAT,CAH6D;CAK9D,KALM,MAKA,IAAI+J,QAAQ,CAAC/J,MAAD,CAAZ,EAAsB;CAC3BA,MAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;CACA,UAAI+J,QAAQ,CAAC1L,MAAD,CAAZ,EAAsB;CACpBA,QAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,YAAIgG,QAAQ,KAAK1B,SAAjB,EAA4B0B,QAAQ,GAAG,MAAX;CAC7B,OAHD,MAGO;CACLA,QAAAA,QAAQ,GAAGhG,MAAX;CACAA,QAAAA,MAAM,GAAGsE,SAAT;CACD;CACF,KATM,MASA;CACL,YAAM,IAAIlE,KAAJ,CACJ,yEADI,CAAN;CAGD;;CAED,QAAI0K,SAAS,GAAG,KAAK9K,MAAL,GAAc2B,MAA9B;CACA,QAAI3B,MAAM,KAAKsE,SAAX,IAAwBtE,MAAM,GAAG8K,SAArC,EAAgD9K,MAAM,GAAG8K,SAAT;;CAEhD,QAAK3E,MAAM,CAACnG,MAAP,GAAgB,CAAhB,KAAsBA,MAAM,GAAG,CAAT,IAAc2B,MAAM,GAAG,CAA7C,CAAD,IAAqDA,MAAM,GAAG,KAAK3B,MAAvE,EAA+E;CAC7E,YAAM,IAAIyE,UAAJ,CAAe,wCAAf,CAAN;CACD;;CAED,QAAI,CAACuB,QAAL,EAAeA,QAAQ,GAAG,MAAX;CAEf,QAAIiC,WAAW,GAAG,KAAlB;;CACA,aAAS;CACP,cAAQjC,QAAR;CACE,aAAK,KAAL;CACE,iBAAO4E,QAAQ,CAAC,IAAD,EAAOzE,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAf;;CAEF,aAAK,MAAL;CACA,aAAK,OAAL;CACE,iBAAOmL,SAAS,CAAC,IAAD,EAAOhF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAhB;;CAEF,aAAK,OAAL;CACA,aAAK,QAAL;CACA,aAAK,QAAL;CACE,iBAAOqL,UAAU,CAAC,IAAD,EAAOlF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAjB;;CAEF,aAAK,QAAL;;CAEE,iBAAOuL,WAAW,CAAC,IAAD,EAAOpF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAlB;;CAEF,aAAK,MAAL;CACA,aAAK,OAAL;CACA,aAAK,SAAL;CACA,aAAK,UAAL;CACE,iBAAOwL,SAAS,CAAC,IAAD,EAAOrF,MAAP,EAAexE,MAAf,EAAuB3B,MAAvB,CAAhB;;CAEF;CACE,cAAIiI,WAAJ,EAAiB,MAAM,IAAIpD,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;CACjBA,UAAAA,QAAQ,GAAG,CAAC,KAAKA,QAAN,EAAgByB,WAAhB,EAAX;CACAQ,UAAAA,WAAW,GAAG,IAAd;CA1BJ;CA4BD;CACF,GAnED;;CAqEA3E,EAAAA,MAAM,CAACW,SAAP,CAAiB0H,MAAjB,GAA0B,SAASA,MAAT,GAAmB;CAC3C,WAAO;CACL7E,MAAAA,IAAI,EAAE,QADD;CAELE,MAAAA,IAAI,EAAEpH,KAAK,CAACqE,SAAN,CAAgBsC,KAAhB,CAAsBuB,IAAtB,CAA2B,KAAK8D,IAAL,IAAa,IAAxC,EAA8C,CAA9C;CAFD,KAAP;CAID,GALD;;CAOA,WAASnD,WAAT,CAAsB/D,GAAtB,EAA2BzD,KAA3B,EAAkCC,GAAlC,EAAuC;CACrC,QAAID,KAAK,KAAK,CAAV,IAAeC,GAAG,KAAKwD,GAAG,CAAC1E,MAA/B,EAAuC;CACrC,aAAO6L,QAAM,CAACtM,aAAP,CAAqBmF,GAArB,CAAP;CACD,KAFD,MAEO;CACL,aAAOmH,QAAM,CAACtM,aAAP,CAAqBmF,GAAG,CAAC6B,KAAJ,CAAUtF,KAAV,EAAiBC,GAAjB,CAArB,CAAP;CACD;CACF;;CAED,WAASoH,SAAT,CAAoB5D,GAApB,EAAyBzD,KAAzB,EAAgCC,GAAhC,EAAqC;CACnCA,IAAAA,GAAG,GAAGuB,IAAI,CAAC8E,GAAL,CAAS7C,GAAG,CAAC1E,MAAb,EAAqBkB,GAArB,CAAN;CACA,QAAI4K,GAAG,GAAG,EAAV;CAEA,QAAIhM,CAAC,GAAGmB,KAAR;;CACA,WAAOnB,CAAC,GAAGoB,GAAX,EAAgB;CACd,UAAI6K,SAAS,GAAGrH,GAAG,CAAC5E,CAAD,CAAnB;CACA,UAAIkM,SAAS,GAAG,IAAhB;CACA,UAAIC,gBAAgB,GAAIF,SAAS,GAAG,IAAb,GACnB,CADmB,GAElBA,SAAS,GAAG,IAAb,GACI,CADJ,GAEKA,SAAS,GAAG,IAAb,GACI,CADJ,GAEI,CANZ;;CAQA,UAAIjM,CAAC,GAAGmM,gBAAJ,IAAwB/K,GAA5B,EAAiC;CAC/B,YAAIgL,UAAJ,EAAgBC,SAAhB,EAA2BC,UAA3B,EAAuCC,aAAvC;;CAEA,gBAAQJ,gBAAR;CACE,eAAK,CAAL;CACE,gBAAIF,SAAS,GAAG,IAAhB,EAAsB;CACpBC,cAAAA,SAAS,GAAGD,SAAZ;CACD;;CACD;;CACF,eAAK,CAAL;CACEG,YAAAA,UAAU,GAAGxH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;;CACA,gBAAI,CAACoM,UAAU,GAAG,IAAd,MAAwB,IAA5B,EAAkC;CAChCG,cAAAA,aAAa,GAAG,CAACN,SAAS,GAAG,IAAb,KAAsB,GAAtB,GAA6BG,UAAU,GAAG,IAA1D;;CACA,kBAAIG,aAAa,GAAG,IAApB,EAA0B;CACxBL,gBAAAA,SAAS,GAAGK,aAAZ;CACD;CACF;;CACD;;CACF,eAAK,CAAL;CACEH,YAAAA,UAAU,GAAGxH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;CACAqM,YAAAA,SAAS,GAAGzH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAf;;CACA,gBAAI,CAACoM,UAAU,GAAG,IAAd,MAAwB,IAAxB,IAAgC,CAACC,SAAS,GAAG,IAAb,MAAuB,IAA3D,EAAiE;CAC/DE,cAAAA,aAAa,GAAG,CAACN,SAAS,GAAG,GAAb,KAAqB,GAArB,GAA2B,CAACG,UAAU,GAAG,IAAd,KAAuB,GAAlD,GAAyDC,SAAS,GAAG,IAArF;;CACA,kBAAIE,aAAa,GAAG,KAAhB,KAA0BA,aAAa,GAAG,MAAhB,IAA0BA,aAAa,GAAG,MAApE,CAAJ,EAAiF;CAC/EL,gBAAAA,SAAS,GAAGK,aAAZ;CACD;CACF;;CACD;;CACF,eAAK,CAAL;CACEH,YAAAA,UAAU,GAAGxH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;CACAqM,YAAAA,SAAS,GAAGzH,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAf;CACAsM,YAAAA,UAAU,GAAG1H,GAAG,CAAC5E,CAAC,GAAG,CAAL,CAAhB;;CACA,gBAAI,CAACoM,UAAU,GAAG,IAAd,MAAwB,IAAxB,IAAgC,CAACC,SAAS,GAAG,IAAb,MAAuB,IAAvD,IAA+D,CAACC,UAAU,GAAG,IAAd,MAAwB,IAA3F,EAAiG;CAC/FC,cAAAA,aAAa,GAAG,CAACN,SAAS,GAAG,GAAb,KAAqB,IAArB,GAA4B,CAACG,UAAU,GAAG,IAAd,KAAuB,GAAnD,GAAyD,CAACC,SAAS,GAAG,IAAb,KAAsB,GAA/E,GAAsFC,UAAU,GAAG,IAAnH;;CACA,kBAAIC,aAAa,GAAG,MAAhB,IAA0BA,aAAa,GAAG,QAA9C,EAAwD;CACtDL,gBAAAA,SAAS,GAAGK,aAAZ;CACD;CACF;;CAlCL;CAoCD;;CAED,UAAIL,SAAS,KAAK,IAAlB,EAAwB;;;CAGtBA,QAAAA,SAAS,GAAG,MAAZ;CACAC,QAAAA,gBAAgB,GAAG,CAAnB;CACD,OALD,MAKO,IAAID,SAAS,GAAG,MAAhB,EAAwB;;CAE7BA,QAAAA,SAAS,IAAI,OAAb;CACAF,QAAAA,GAAG,CAAC1K,IAAJ,CAAS4K,SAAS,KAAK,EAAd,GAAmB,KAAnB,GAA2B,MAApC;CACAA,QAAAA,SAAS,GAAG,SAASA,SAAS,GAAG,KAAjC;CACD;;CAEDF,MAAAA,GAAG,CAAC1K,IAAJ,CAAS4K,SAAT;CACAlM,MAAAA,CAAC,IAAImM,gBAAL;CACD;;CAED,WAAOK,qBAAqB,CAACR,GAAD,CAA5B;CACD;CAGD;CACA;;;CACA,MAAIS,oBAAoB,GAAG,MAA3B;;CAEA,WAASD,qBAAT,CAAgCE,UAAhC,EAA4C;CAC1C,QAAIzM,GAAG,GAAGyM,UAAU,CAACxM,MAArB;;CACA,QAAID,GAAG,IAAIwM,oBAAX,EAAiC;CAC/B,aAAO/E,MAAM,CAACiF,YAAP,CAAoBzD,KAApB,CAA0BxB,MAA1B,EAAkCgF,UAAlC,CAAP,CAD+B;CAEhC,KAJyC;;;CAO1C,QAAIV,GAAG,GAAG,EAAV;CACA,QAAIhM,CAAC,GAAG,CAAR;;CACA,WAAOA,CAAC,GAAGC,GAAX,EAAgB;CACd+L,MAAAA,GAAG,IAAItE,MAAM,CAACiF,YAAP,CAAoBzD,KAApB,CACLxB,MADK,EAELgF,UAAU,CAACjG,KAAX,CAAiBzG,CAAjB,EAAoBA,CAAC,IAAIyM,oBAAzB,CAFK,CAAP;CAID;;CACD,WAAOT,GAAP;CACD;;CAED,WAASvD,UAAT,CAAqB7D,GAArB,EAA0BzD,KAA1B,EAAiCC,GAAjC,EAAsC;CACpC,QAAIwL,GAAG,GAAG,EAAV;CACAxL,IAAAA,GAAG,GAAGuB,IAAI,CAAC8E,GAAL,CAAS7C,GAAG,CAAC1E,MAAb,EAAqBkB,GAArB,CAAN;;CAEA,SAAK,IAAIpB,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6B,EAAEpB,CAA/B,EAAkC;CAChC4M,MAAAA,GAAG,IAAIlF,MAAM,CAACiF,YAAP,CAAoB/H,GAAG,CAAC5E,CAAD,CAAH,GAAS,IAA7B,CAAP;CACD;;CACD,WAAO4M,GAAP;CACD;;CAED,WAASlE,WAAT,CAAsB9D,GAAtB,EAA2BzD,KAA3B,EAAkCC,GAAlC,EAAuC;CACrC,QAAIwL,GAAG,GAAG,EAAV;CACAxL,IAAAA,GAAG,GAAGuB,IAAI,CAAC8E,GAAL,CAAS7C,GAAG,CAAC1E,MAAb,EAAqBkB,GAArB,CAAN;;CAEA,SAAK,IAAIpB,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6B,EAAEpB,CAA/B,EAAkC;CAChC4M,MAAAA,GAAG,IAAIlF,MAAM,CAACiF,YAAP,CAAoB/H,GAAG,CAAC5E,CAAD,CAAvB,CAAP;CACD;;CACD,WAAO4M,GAAP;CACD;;CAED,WAASrE,QAAT,CAAmB3D,GAAnB,EAAwBzD,KAAxB,EAA+BC,GAA/B,EAAoC;CAClC,QAAInB,GAAG,GAAG2E,GAAG,CAAC1E,MAAd;CAEA,QAAI,CAACiB,KAAD,IAAUA,KAAK,GAAG,CAAtB,EAAyBA,KAAK,GAAG,CAAR;CACzB,QAAI,CAACC,GAAD,IAAQA,GAAG,GAAG,CAAd,IAAmBA,GAAG,GAAGnB,GAA7B,EAAkCmB,GAAG,GAAGnB,GAAN;CAElC,QAAI4M,GAAG,GAAG,EAAV;;CACA,SAAK,IAAI7M,CAAC,GAAGmB,KAAb,EAAoBnB,CAAC,GAAGoB,GAAxB,EAA6B,EAAEpB,CAA/B,EAAkC;CAChC6M,MAAAA,GAAG,IAAIC,mBAAmB,CAAClI,GAAG,CAAC5E,CAAD,CAAJ,CAA1B;CACD;;CACD,WAAO6M,GAAP;CACD;;CAED,WAASjE,YAAT,CAAuBhE,GAAvB,EAA4BzD,KAA5B,EAAmCC,GAAnC,EAAwC;CACtC,QAAI2L,KAAK,GAAGnI,GAAG,CAAC6B,KAAJ,CAAUtF,KAAV,EAAiBC,GAAjB,CAAZ;CACA,QAAI4K,GAAG,GAAG,EAAV,CAFsC;;CAItC,SAAK,IAAIhM,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG+M,KAAK,CAAC7M,MAAN,GAAe,CAAnC,EAAsCF,CAAC,IAAI,CAA3C,EAA8C;CAC5CgM,MAAAA,GAAG,IAAItE,MAAM,CAACiF,YAAP,CAAoBI,KAAK,CAAC/M,CAAD,CAAL,GAAY+M,KAAK,CAAC/M,CAAC,GAAG,CAAL,CAAL,GAAe,GAA/C,CAAP;CACD;;CACD,WAAOgM,GAAP;CACD;;CAEDxI,EAAAA,MAAM,CAACW,SAAP,CAAiBsC,KAAjB,GAAyB,SAASA,KAAT,CAAgBtF,KAAhB,EAAuBC,GAAvB,EAA4B;CACnD,QAAInB,GAAG,GAAG,KAAKC,MAAf;CACAiB,IAAAA,KAAK,GAAG,CAAC,CAACA,KAAV;CACAC,IAAAA,GAAG,GAAGA,GAAG,KAAKoD,SAAR,GAAoBvE,GAApB,GAA0B,CAAC,CAACmB,GAAlC;;CAEA,QAAID,KAAK,GAAG,CAAZ,EAAe;CACbA,MAAAA,KAAK,IAAIlB,GAAT;CACA,UAAIkB,KAAK,GAAG,CAAZ,EAAeA,KAAK,GAAG,CAAR;CAChB,KAHD,MAGO,IAAIA,KAAK,GAAGlB,GAAZ,EAAiB;CACtBkB,MAAAA,KAAK,GAAGlB,GAAR;CACD;;CAED,QAAImB,GAAG,GAAG,CAAV,EAAa;CACXA,MAAAA,GAAG,IAAInB,GAAP;CACA,UAAImB,GAAG,GAAG,CAAV,EAAaA,GAAG,GAAG,CAAN;CACd,KAHD,MAGO,IAAIA,GAAG,GAAGnB,GAAV,EAAe;CACpBmB,MAAAA,GAAG,GAAGnB,GAAN;CACD;;CAED,QAAImB,GAAG,GAAGD,KAAV,EAAiBC,GAAG,GAAGD,KAAN;CAEjB,QAAI6L,MAAM,GAAG,KAAKC,QAAL,CAAc9L,KAAd,EAAqBC,GAArB,CAAb,CArBmD;;CAuBnD6C,IAAAA,MAAM,CAACC,cAAP,CAAsB8I,MAAtB,EAA8BxJ,MAAM,CAACW,SAArC;CAEA,WAAO6I,MAAP;CACD,GA1BD;CA4BA;CACA;CACA;;;CACA,WAASE,WAAT,CAAsBrL,MAAtB,EAA8BsL,GAA9B,EAAmCjN,MAAnC,EAA2C;CACzC,QAAK2B,MAAM,GAAG,CAAV,KAAiB,CAAjB,IAAsBA,MAAM,GAAG,CAAnC,EAAsC,MAAM,IAAI8C,UAAJ,CAAe,oBAAf,CAAN;CACtC,QAAI9C,MAAM,GAAGsL,GAAT,GAAejN,MAAnB,EAA2B,MAAM,IAAIyE,UAAJ,CAAe,uCAAf,CAAN;CAC5B;;CAEDnB,EAAAA,MAAM,CAACW,SAAP,CAAiBiJ,UAAjB,GACA5J,MAAM,CAACW,SAAP,CAAiBkJ,UAAjB,GAA8B,SAASA,UAAT,CAAqBxL,MAArB,EAA6BtC,UAA7B,EAAyC+N,QAAzC,EAAmD;CAC/EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;CACA,QAAI,CAAC+N,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;CAEf,QAAI+J,GAAG,GAAG,KAAKpI,MAAL,CAAV;CACA,QAAI0L,GAAG,GAAG,CAAV;CACA,QAAIvN,CAAC,GAAG,CAAR;;CACA,WAAO,EAAEA,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;CACzCtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG7B,CAAd,IAAmBuN,GAA1B;CACD;;CAED,WAAOtD,GAAP;CACD,GAdD;;CAgBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBqJ,UAAjB,GACAhK,MAAM,CAACW,SAAP,CAAiBsJ,UAAjB,GAA8B,SAASA,UAAT,CAAqB5L,MAArB,EAA6BtC,UAA7B,EAAyC+N,QAAzC,EAAmD;CAC/EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;;CACA,QAAI,CAAC+N,QAAL,EAAe;CACbJ,MAAAA,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;CACD;;CAED,QAAI+J,GAAG,GAAG,KAAKpI,MAAM,GAAG,EAAEtC,UAAhB,CAAV;CACA,QAAIgO,GAAG,GAAG,CAAV;;CACA,WAAOhO,UAAU,GAAG,CAAb,KAAmBgO,GAAG,IAAI,KAA1B,CAAP,EAAyC;CACvCtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG,EAAEtC,UAAhB,IAA8BgO,GAArC;CACD;;CAED,WAAOtD,GAAP;CACD,GAfD;;CAiBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBuJ,SAAjB,GACAlK,MAAM,CAACW,SAAP,CAAiBwJ,SAAjB,GAA6B,SAASA,SAAT,CAAoB9L,MAApB,EAA4ByL,QAA5B,EAAsC;CACjEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAO,KAAK2B,MAAL,CAAP;CACD,GALD;;CAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiByJ,YAAjB,GACApK,MAAM,CAACW,SAAP,CAAiB0J,YAAjB,GAAgC,SAASA,YAAT,CAAuBhM,MAAvB,EAA+ByL,QAA/B,EAAyC;CACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAO,KAAK2B,MAAL,IAAgB,KAAKA,MAAM,GAAG,CAAd,KAAoB,CAA3C;CACD,GALD;;CAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB2J,YAAjB,GACAtK,MAAM,CAACW,SAAP,CAAiBsG,YAAjB,GAAgC,SAASA,YAAT,CAAuB5I,MAAvB,EAA+ByL,QAA/B,EAAyC;CACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAQ,KAAK2B,MAAL,KAAgB,CAAjB,GAAsB,KAAKA,MAAM,GAAG,CAAd,CAA7B;CACD,GALD;;CAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB4J,YAAjB,GACAvK,MAAM,CAACW,SAAP,CAAiB6J,YAAjB,GAAgC,SAASA,YAAT,CAAuBnM,MAAvB,EAA+ByL,QAA/B,EAAyC;CACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CAEf,WAAO,CAAE,KAAK2B,MAAL,CAAD,GACH,KAAKA,MAAM,GAAG,CAAd,KAAoB,CADjB,GAEH,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAFlB,IAGF,KAAKA,MAAM,GAAG,CAAd,IAAmB,SAHxB;CAID,GATD;;CAWA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB8J,YAAjB,GACAzK,MAAM,CAACW,SAAP,CAAiB+J,YAAjB,GAAgC,SAASA,YAAT,CAAuBrM,MAAvB,EAA+ByL,QAA/B,EAAyC;CACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CAEf,WAAQ,KAAK2B,MAAL,IAAe,SAAhB,IACH,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAArB,GACA,KAAKA,MAAM,GAAG,CAAd,KAAoB,CADpB,GAED,KAAKA,MAAM,GAAG,CAAd,CAHK,CAAP;CAID,GATD;;CAWA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBgK,SAAjB,GAA6B,SAASA,SAAT,CAAoBtM,MAApB,EAA4BtC,UAA5B,EAAwC+N,QAAxC,EAAkD;CAC7EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;CACA,QAAI,CAAC+N,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;CAEf,QAAI+J,GAAG,GAAG,KAAKpI,MAAL,CAAV;CACA,QAAI0L,GAAG,GAAG,CAAV;CACA,QAAIvN,CAAC,GAAG,CAAR;;CACA,WAAO,EAAEA,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;CACzCtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG7B,CAAd,IAAmBuN,GAA1B;CACD;;CACDA,IAAAA,GAAG,IAAI,IAAP;CAEA,QAAItD,GAAG,IAAIsD,GAAX,EAAgBtD,GAAG,IAAItH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,CAAP;CAEhB,WAAO0K,GAAP;CACD,GAhBD;;CAkBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBiK,SAAjB,GAA6B,SAASA,SAAT,CAAoBvM,MAApB,EAA4BtC,UAA5B,EAAwC+N,QAAxC,EAAkD;CAC7EzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;CACA,QAAI,CAAC+N,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAStC,UAAT,EAAqB,KAAKW,MAA1B,CAAX;CAEf,QAAIF,CAAC,GAAGT,UAAR;CACA,QAAIgO,GAAG,GAAG,CAAV;CACA,QAAItD,GAAG,GAAG,KAAKpI,MAAM,GAAG,EAAE7B,CAAhB,CAAV;;CACA,WAAOA,CAAC,GAAG,CAAJ,KAAUuN,GAAG,IAAI,KAAjB,CAAP,EAAgC;CAC9BtD,MAAAA,GAAG,IAAI,KAAKpI,MAAM,GAAG,EAAE7B,CAAhB,IAAqBuN,GAA5B;CACD;;CACDA,IAAAA,GAAG,IAAI,IAAP;CAEA,QAAItD,GAAG,IAAIsD,GAAX,EAAgBtD,GAAG,IAAItH,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,CAAP;CAEhB,WAAO0K,GAAP;CACD,GAhBD;;CAkBAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBkK,QAAjB,GAA4B,SAASA,QAAT,CAAmBxM,MAAnB,EAA2ByL,QAA3B,EAAqC;CAC/DzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,QAAI,EAAE,KAAK2B,MAAL,IAAe,IAAjB,CAAJ,EAA4B,OAAQ,KAAKA,MAAL,CAAR;CAC5B,WAAQ,CAAC,OAAO,KAAKA,MAAL,CAAP,GAAsB,CAAvB,IAA4B,CAAC,CAArC;CACD,GALD;;CAOA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBmK,WAAjB,GAA+B,SAASA,WAAT,CAAsBzM,MAAtB,EAA8ByL,QAA9B,EAAwC;CACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,QAAI+J,GAAG,GAAG,KAAKpI,MAAL,IAAgB,KAAKA,MAAM,GAAG,CAAd,KAAoB,CAA9C;CACA,WAAQoI,GAAG,GAAG,MAAP,GAAiBA,GAAG,GAAG,UAAvB,GAAoCA,GAA3C;CACD,GALD;;CAOAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBoK,WAAjB,GAA+B,SAASA,WAAT,CAAsB1M,MAAtB,EAA8ByL,QAA9B,EAAwC;CACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,QAAI+J,GAAG,GAAG,KAAKpI,MAAM,GAAG,CAAd,IAAoB,KAAKA,MAAL,KAAgB,CAA9C;CACA,WAAQoI,GAAG,GAAG,MAAP,GAAiBA,GAAG,GAAG,UAAvB,GAAoCA,GAA3C;CACD,GALD;;CAOAzG,EAAAA,MAAM,CAACW,SAAP,CAAiBqK,WAAjB,GAA+B,SAASA,WAAT,CAAsB3M,MAAtB,EAA8ByL,QAA9B,EAAwC;CACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CAEf,WAAQ,KAAK2B,MAAL,CAAD,GACJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,CADhB,GAEJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAFhB,GAGJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,EAHvB;CAID,GARD;;CAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBsK,WAAjB,GAA+B,SAASA,WAAT,CAAsB5M,MAAtB,EAA8ByL,QAA9B,EAAwC;CACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CAEf,WAAQ,KAAK2B,MAAL,KAAgB,EAAjB,GACJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,EADhB,GAEJ,KAAKA,MAAM,GAAG,CAAd,KAAoB,CAFhB,GAGJ,KAAKA,MAAM,GAAG,CAAd,CAHH;CAID,GARD;;CAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBuK,WAAjB,GAA+B,SAASA,WAAT,CAAsB7M,MAAtB,EAA8ByL,QAA9B,EAAwC;CACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,IAA3B,EAAiC,EAAjC,EAAqC,CAArC,CAAP;CACD,GAJD;;CAMA2B,EAAAA,MAAM,CAACW,SAAP,CAAiByK,WAAjB,GAA+B,SAASA,WAAT,CAAsB/M,MAAtB,EAA8ByL,QAA9B,EAAwC;CACrEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,KAA3B,EAAkC,EAAlC,EAAsC,CAAtC,CAAP;CACD,GAJD;;CAMA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB0K,YAAjB,GAAgC,SAASA,YAAT,CAAuBhN,MAAvB,EAA+ByL,QAA/B,EAAyC;CACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,IAA3B,EAAiC,EAAjC,EAAqC,CAArC,CAAP;CACD,GAJD;;CAMA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB2K,YAAjB,GAAgC,SAASA,YAAT,CAAuBjN,MAAvB,EAA+ByL,QAA/B,EAAyC;CACvEzL,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeJ,WAAW,CAACrL,MAAD,EAAS,CAAT,EAAY,KAAK3B,MAAjB,CAAX;CACf,WAAOyO,OAAO,CAACnE,IAAR,CAAa,IAAb,EAAmB3I,MAAnB,EAA2B,KAA3B,EAAkC,EAAlC,EAAsC,CAAtC,CAAP;CACD,GAJD;;CAMA,WAASkN,QAAT,CAAmBnK,GAAnB,EAAwB/B,KAAxB,EAA+BhB,MAA/B,EAAuCsL,GAAvC,EAA4C5D,GAA5C,EAAiD9B,GAAjD,EAAsD;CACpD,QAAI,CAACjE,MAAM,CAACe,QAAP,CAAgBK,GAAhB,CAAL,EAA2B,MAAM,IAAIG,SAAJ,CAAc,6CAAd,CAAN;CAC3B,QAAIlC,KAAK,GAAG0G,GAAR,IAAe1G,KAAK,GAAG4E,GAA3B,EAAgC,MAAM,IAAI9C,UAAJ,CAAe,mCAAf,CAAN;CAChC,QAAI9C,MAAM,GAAGsL,GAAT,GAAevI,GAAG,CAAC1E,MAAvB,EAA+B,MAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;CAChC;;CAEDnB,EAAAA,MAAM,CAACW,SAAP,CAAiB6K,WAAjB,GACAxL,MAAM,CAACW,SAAP,CAAiB8K,WAAjB,GAA+B,SAASA,WAAT,CAAsBpM,KAAtB,EAA6BhB,MAA7B,EAAqCtC,UAArC,EAAiD+N,QAAjD,EAA2D;CACxFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;;CACA,QAAI,CAAC+N,QAAL,EAAe;CACb,UAAI4B,QAAQ,GAAGvM,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,IAA8B,CAA7C;CACAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkC2P,QAAlC,EAA4C,CAA5C,CAAR;CACD;;CAED,QAAI3B,GAAG,GAAG,CAAV;CACA,QAAIvN,CAAC,GAAG,CAAR;CACA,SAAK6B,MAAL,IAAegB,KAAK,GAAG,IAAvB;;CACA,WAAO,EAAE7C,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;CACzC,WAAK1L,MAAM,GAAG7B,CAAd,IAAoB6C,KAAK,GAAG0K,GAAT,GAAgB,IAAnC;CACD;;CAED,WAAO1L,MAAM,GAAGtC,UAAhB;CACD,GAlBD;;CAoBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiBgL,WAAjB,GACA3L,MAAM,CAACW,SAAP,CAAiBiL,WAAjB,GAA+B,SAASA,WAAT,CAAsBvM,KAAtB,EAA6BhB,MAA7B,EAAqCtC,UAArC,EAAiD+N,QAAjD,EAA2D;CACxFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACAtC,IAAAA,UAAU,GAAGA,UAAU,KAAK,CAA5B;;CACA,QAAI,CAAC+N,QAAL,EAAe;CACb,UAAI4B,QAAQ,GAAGvM,IAAI,CAACC,GAAL,CAAS,CAAT,EAAY,IAAIrD,UAAhB,IAA8B,CAA7C;CACAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkC2P,QAAlC,EAA4C,CAA5C,CAAR;CACD;;CAED,QAAIlP,CAAC,GAAGT,UAAU,GAAG,CAArB;CACA,QAAIgO,GAAG,GAAG,CAAV;CACA,SAAK1L,MAAM,GAAG7B,CAAd,IAAmB6C,KAAK,GAAG,IAA3B;;CACA,WAAO,EAAE7C,CAAF,IAAO,CAAP,KAAauN,GAAG,IAAI,KAApB,CAAP,EAAmC;CACjC,WAAK1L,MAAM,GAAG7B,CAAd,IAAoB6C,KAAK,GAAG0K,GAAT,GAAgB,IAAnC;CACD;;CAED,WAAO1L,MAAM,GAAGtC,UAAhB;CACD,GAlBD;;CAoBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiBkL,UAAjB,GACA7L,MAAM,CAACW,SAAP,CAAiBmL,UAAjB,GAA8B,SAASA,UAAT,CAAqBzM,KAArB,EAA4BhB,MAA5B,EAAoCyL,QAApC,EAA8C;CAC1EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,IAAzB,EAA+B,CAA/B,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAPD;;CASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBoL,aAAjB,GACA/L,MAAM,CAACW,SAAP,CAAiBqL,aAAjB,GAAiC,SAASA,aAAT,CAAwB3M,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;CAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAjC,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GARD;;CAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBsL,aAAjB,GACAjM,MAAM,CAACW,SAAP,CAAiBuL,aAAjB,GAAiC,SAASA,aAAT,CAAwB7M,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;CAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAjC,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,KAAK,CAA1B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GARD;;CAUA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBwL,aAAjB,GACAnM,MAAM,CAACW,SAAP,CAAiByL,aAAjB,GAAiC,SAASA,aAAT,CAAwB/M,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;CAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAArC,CAAR;CACf,SAAKA,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;CACA,SAAKhB,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAVD;;CAYA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB0L,aAAjB,GACArM,MAAM,CAACW,SAAP,CAAiB2L,aAAjB,GAAiC,SAASA,aAAT,CAAwBjN,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;CAChFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAArC,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,KAAK,EAA1B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAVD;;CAYA2B,EAAAA,MAAM,CAACW,SAAP,CAAiB4L,UAAjB,GAA8B,SAASA,UAAT,CAAqBlN,KAArB,EAA4BhB,MAA5B,EAAoCtC,UAApC,EAAgD+N,QAAhD,EAA0D;CACtFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;CACA,QAAI,CAACyL,QAAL,EAAe;CACb,UAAI0C,KAAK,GAAGrN,IAAI,CAACC,GAAL,CAAS,CAAT,EAAa,IAAIrD,UAAL,GAAmB,CAA/B,CAAZ;CAEAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkCyQ,KAAK,GAAG,CAA1C,EAA6C,CAACA,KAA9C,CAAR;CACD;;CAED,QAAIhQ,CAAC,GAAG,CAAR;CACA,QAAIuN,GAAG,GAAG,CAAV;CACA,QAAI0C,GAAG,GAAG,CAAV;CACA,SAAKpO,MAAL,IAAegB,KAAK,GAAG,IAAvB;;CACA,WAAO,EAAE7C,CAAF,GAAMT,UAAN,KAAqBgO,GAAG,IAAI,KAA5B,CAAP,EAA2C;CACzC,UAAI1K,KAAK,GAAG,CAAR,IAAaoN,GAAG,KAAK,CAArB,IAA0B,KAAKpO,MAAM,GAAG7B,CAAT,GAAa,CAAlB,MAAyB,CAAvD,EAA0D;CACxDiQ,QAAAA,GAAG,GAAG,CAAN;CACD;;CACD,WAAKpO,MAAM,GAAG7B,CAAd,IAAmB,CAAE6C,KAAK,GAAG0K,GAAT,IAAiB,CAAlB,IAAuB0C,GAAvB,GAA6B,IAAhD;CACD;;CAED,WAAOpO,MAAM,GAAGtC,UAAhB;CACD,GArBD;;CAuBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiB+L,UAAjB,GAA8B,SAASA,UAAT,CAAqBrN,KAArB,EAA4BhB,MAA5B,EAAoCtC,UAApC,EAAgD+N,QAAhD,EAA0D;CACtFzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;CACA,QAAI,CAACyL,QAAL,EAAe;CACb,UAAI0C,KAAK,GAAGrN,IAAI,CAACC,GAAL,CAAS,CAAT,EAAa,IAAIrD,UAAL,GAAmB,CAA/B,CAAZ;CAEAwP,MAAAA,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsBtC,UAAtB,EAAkCyQ,KAAK,GAAG,CAA1C,EAA6C,CAACA,KAA9C,CAAR;CACD;;CAED,QAAIhQ,CAAC,GAAGT,UAAU,GAAG,CAArB;CACA,QAAIgO,GAAG,GAAG,CAAV;CACA,QAAI0C,GAAG,GAAG,CAAV;CACA,SAAKpO,MAAM,GAAG7B,CAAd,IAAmB6C,KAAK,GAAG,IAA3B;;CACA,WAAO,EAAE7C,CAAF,IAAO,CAAP,KAAauN,GAAG,IAAI,KAApB,CAAP,EAAmC;CACjC,UAAI1K,KAAK,GAAG,CAAR,IAAaoN,GAAG,KAAK,CAArB,IAA0B,KAAKpO,MAAM,GAAG7B,CAAT,GAAa,CAAlB,MAAyB,CAAvD,EAA0D;CACxDiQ,QAAAA,GAAG,GAAG,CAAN;CACD;;CACD,WAAKpO,MAAM,GAAG7B,CAAd,IAAmB,CAAE6C,KAAK,GAAG0K,GAAT,IAAiB,CAAlB,IAAuB0C,GAAvB,GAA6B,IAAhD;CACD;;CAED,WAAOpO,MAAM,GAAGtC,UAAhB;CACD,GArBD;;CAuBAiE,EAAAA,MAAM,CAACW,SAAP,CAAiBgM,SAAjB,GAA6B,SAASA,SAAT,CAAoBtN,KAApB,EAA2BhB,MAA3B,EAAmCyL,QAAnC,EAA6C;CACxEzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,IAAzB,EAA+B,CAAC,IAAhC,CAAR;CACf,QAAIgB,KAAK,GAAG,CAAZ,EAAeA,KAAK,GAAG,OAAOA,KAAP,GAAe,CAAvB;CACf,SAAKhB,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAPD;;CASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBiM,YAAjB,GAAgC,SAASA,YAAT,CAAuBvN,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;CAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAC,MAAlC,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAPD;;CASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBkM,YAAjB,GAAgC,SAASA,YAAT,CAAuBxN,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;CAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,MAAzB,EAAiC,CAAC,MAAlC,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,KAAK,CAA1B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAPD;;CASA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBmM,YAAjB,GAAgC,SAASA,YAAT,CAAuBzN,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;CAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAAC,UAAtC,CAAR;CACf,SAAKA,MAAL,IAAgBgB,KAAK,GAAG,IAAxB;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GATD;;CAWA2B,EAAAA,MAAM,CAACW,SAAP,CAAiBoM,YAAjB,GAAgC,SAASA,YAAT,CAAuB1N,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;CAC9EzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;CACA,QAAI,CAACyL,QAAL,EAAeyB,QAAQ,CAAC,IAAD,EAAOlM,KAAP,EAAchB,MAAd,EAAsB,CAAtB,EAAyB,UAAzB,EAAqC,CAAC,UAAtC,CAAR;CACf,QAAIgB,KAAK,GAAG,CAAZ,EAAeA,KAAK,GAAG,aAAaA,KAAb,GAAqB,CAA7B;CACf,SAAKhB,MAAL,IAAgBgB,KAAK,KAAK,EAA1B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,EAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,KAAK,CAA9B;CACA,SAAKhB,MAAM,GAAG,CAAd,IAAoBgB,KAAK,GAAG,IAA5B;CACA,WAAOhB,MAAM,GAAG,CAAhB;CACD,GAVD;;CAYA,WAAS2O,YAAT,CAAuB5L,GAAvB,EAA4B/B,KAA5B,EAAmChB,MAAnC,EAA2CsL,GAA3C,EAAgD5D,GAAhD,EAAqD9B,GAArD,EAA0D;CACxD,QAAI5F,MAAM,GAAGsL,GAAT,GAAevI,GAAG,CAAC1E,MAAvB,EAA+B,MAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;CAC/B,QAAI9C,MAAM,GAAG,CAAb,EAAgB,MAAM,IAAI8C,UAAJ,CAAe,oBAAf,CAAN;CACjB;;CAED,WAAS8L,UAAT,CAAqB7L,GAArB,EAA0B/B,KAA1B,EAAiChB,MAAjC,EAAyC6O,YAAzC,EAAuDpD,QAAvD,EAAiE;CAC/DzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;CACA,QAAI,CAACyL,QAAL,EAAe;CACbkD,MAAAA,YAAY,CAAC5L,GAAD,EAAM/B,KAAN,EAAahB,MAAb,EAAqB,CAArB,CAAZ;CACD;;CACD8M,IAAAA,OAAO,CAACnI,KAAR,CAAc5B,GAAd,EAAmB/B,KAAnB,EAA0BhB,MAA1B,EAAkC6O,YAAlC,EAAgD,EAAhD,EAAoD,CAApD;CACA,WAAO7O,MAAM,GAAG,CAAhB;CACD;;CAED2B,EAAAA,MAAM,CAACW,SAAP,CAAiBwM,YAAjB,GAAgC,SAASA,YAAT,CAAuB9N,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;CAC9E,WAAOmD,UAAU,CAAC,IAAD,EAAO5N,KAAP,EAAchB,MAAd,EAAsB,IAAtB,EAA4ByL,QAA5B,CAAjB;CACD,GAFD;;CAIA9J,EAAAA,MAAM,CAACW,SAAP,CAAiByM,YAAjB,GAAgC,SAASA,YAAT,CAAuB/N,KAAvB,EAA8BhB,MAA9B,EAAsCyL,QAAtC,EAAgD;CAC9E,WAAOmD,UAAU,CAAC,IAAD,EAAO5N,KAAP,EAAchB,MAAd,EAAsB,KAAtB,EAA6ByL,QAA7B,CAAjB;CACD,GAFD;;CAIA,WAASuD,WAAT,CAAsBjM,GAAtB,EAA2B/B,KAA3B,EAAkChB,MAAlC,EAA0C6O,YAA1C,EAAwDpD,QAAxD,EAAkE;CAChEzK,IAAAA,KAAK,GAAG,CAACA,KAAT;CACAhB,IAAAA,MAAM,GAAGA,MAAM,KAAK,CAApB;;CACA,QAAI,CAACyL,QAAL,EAAe;CACbkD,MAAAA,YAAY,CAAC5L,GAAD,EAAM/B,KAAN,EAAahB,MAAb,EAAqB,CAArB,CAAZ;CACD;;CACD8M,IAAAA,OAAO,CAACnI,KAAR,CAAc5B,GAAd,EAAmB/B,KAAnB,EAA0BhB,MAA1B,EAAkC6O,YAAlC,EAAgD,EAAhD,EAAoD,CAApD;CACA,WAAO7O,MAAM,GAAG,CAAhB;CACD;;CAED2B,EAAAA,MAAM,CAACW,SAAP,CAAiB2M,aAAjB,GAAiC,SAASA,aAAT,CAAwBjO,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;CAChF,WAAOuD,WAAW,CAAC,IAAD,EAAOhO,KAAP,EAAchB,MAAd,EAAsB,IAAtB,EAA4ByL,QAA5B,CAAlB;CACD,GAFD;;CAIA9J,EAAAA,MAAM,CAACW,SAAP,CAAiB4M,aAAjB,GAAiC,SAASA,aAAT,CAAwBlO,KAAxB,EAA+BhB,MAA/B,EAAuCyL,QAAvC,EAAiD;CAChF,WAAOuD,WAAW,CAAC,IAAD,EAAOhO,KAAP,EAAchB,MAAd,EAAsB,KAAtB,EAA6ByL,QAA7B,CAAlB;CACD,GAFD;;;CAKA9J,EAAAA,MAAM,CAACW,SAAP,CAAiB0C,IAAjB,GAAwB,SAASA,IAAT,CAAe8C,MAAf,EAAuBqH,WAAvB,EAAoC7P,KAApC,EAA2CC,GAA3C,EAAgD;CACtE,QAAI,CAACoC,MAAM,CAACe,QAAP,CAAgBoF,MAAhB,CAAL,EAA8B,MAAM,IAAI5E,SAAJ,CAAc,6BAAd,CAAN;CAC9B,QAAI,CAAC5D,KAAL,EAAYA,KAAK,GAAG,CAAR;CACZ,QAAI,CAACC,GAAD,IAAQA,GAAG,KAAK,CAApB,EAAuBA,GAAG,GAAG,KAAKlB,MAAX;CACvB,QAAI8Q,WAAW,IAAIrH,MAAM,CAACzJ,MAA1B,EAAkC8Q,WAAW,GAAGrH,MAAM,CAACzJ,MAArB;CAClC,QAAI,CAAC8Q,WAAL,EAAkBA,WAAW,GAAG,CAAd;CAClB,QAAI5P,GAAG,GAAG,CAAN,IAAWA,GAAG,GAAGD,KAArB,EAA4BC,GAAG,GAAGD,KAAN,CAN0C;;CAStE,QAAIC,GAAG,KAAKD,KAAZ,EAAmB,OAAO,CAAP;CACnB,QAAIwI,MAAM,CAACzJ,MAAP,KAAkB,CAAlB,IAAuB,KAAKA,MAAL,KAAgB,CAA3C,EAA8C,OAAO,CAAP,CAVwB;;CAatE,QAAI8Q,WAAW,GAAG,CAAlB,EAAqB;CACnB,YAAM,IAAIrM,UAAJ,CAAe,2BAAf,CAAN;CACD;;CACD,QAAIxD,KAAK,GAAG,CAAR,IAAaA,KAAK,IAAI,KAAKjB,MAA/B,EAAuC,MAAM,IAAIyE,UAAJ,CAAe,oBAAf,CAAN;CACvC,QAAIvD,GAAG,GAAG,CAAV,EAAa,MAAM,IAAIuD,UAAJ,CAAe,yBAAf,CAAN,CAjByD;;CAoBtE,QAAIvD,GAAG,GAAG,KAAKlB,MAAf,EAAuBkB,GAAG,GAAG,KAAKlB,MAAX;;CACvB,QAAIyJ,MAAM,CAACzJ,MAAP,GAAgB8Q,WAAhB,GAA8B5P,GAAG,GAAGD,KAAxC,EAA+C;CAC7CC,MAAAA,GAAG,GAAGuI,MAAM,CAACzJ,MAAP,GAAgB8Q,WAAhB,GAA8B7P,KAApC;CACD;;CAED,QAAIlB,GAAG,GAAGmB,GAAG,GAAGD,KAAhB;;CAEA,QAAI,SAASwI,MAAT,IAAmB,OAAO9J,UAAU,CAACsE,SAAX,CAAqB8M,UAA5B,KAA2C,UAAlE,EAA8E;;CAE5E,WAAKA,UAAL,CAAgBD,WAAhB,EAA6B7P,KAA7B,EAAoCC,GAApC;CACD,KAHD,MAGO;CACLvB,MAAAA,UAAU,CAACsE,SAAX,CAAqB4D,GAArB,CAAyBC,IAAzB,CACE2B,MADF,EAEE,KAAKsD,QAAL,CAAc9L,KAAd,EAAqBC,GAArB,CAFF,EAGE4P,WAHF;CAKD;;CAED,WAAO/Q,GAAP;CACD,GAvCD;CA0CA;CACA;CACA;;;CACAuD,EAAAA,MAAM,CAACW,SAAP,CAAiB8B,IAAjB,GAAwB,SAASA,IAAT,CAAegE,GAAf,EAAoB9I,KAApB,EAA2BC,GAA3B,EAAgC8E,QAAhC,EAA0C;;CAEhE,QAAI,OAAO+D,GAAP,KAAe,QAAnB,EAA6B;CAC3B,UAAI,OAAO9I,KAAP,KAAiB,QAArB,EAA+B;CAC7B+E,QAAAA,QAAQ,GAAG/E,KAAX;CACAA,QAAAA,KAAK,GAAG,CAAR;CACAC,QAAAA,GAAG,GAAG,KAAKlB,MAAX;CACD,OAJD,MAIO,IAAI,OAAOkB,GAAP,KAAe,QAAnB,EAA6B;CAClC8E,QAAAA,QAAQ,GAAG9E,GAAX;CACAA,QAAAA,GAAG,GAAG,KAAKlB,MAAX;CACD;;CACD,UAAIgG,QAAQ,KAAK1B,SAAb,IAA0B,OAAO0B,QAAP,KAAoB,QAAlD,EAA4D;CAC1D,cAAM,IAAInB,SAAJ,CAAc,2BAAd,CAAN;CACD;;CACD,UAAI,OAAOmB,QAAP,KAAoB,QAApB,IAAgC,CAAC1C,MAAM,CAAC8C,UAAP,CAAkBJ,QAAlB,CAArC,EAAkE;CAChE,cAAM,IAAInB,SAAJ,CAAc,uBAAuBmB,QAArC,CAAN;CACD;;CACD,UAAI+D,GAAG,CAAC/J,MAAJ,KAAe,CAAnB,EAAsB;CACpB,YAAIH,IAAI,GAAGkK,GAAG,CAAC9J,UAAJ,CAAe,CAAf,CAAX;;CACA,YAAK+F,QAAQ,KAAK,MAAb,IAAuBnG,IAAI,GAAG,GAA/B,IACAmG,QAAQ,KAAK,QADjB,EAC2B;;CAEzB+D,UAAAA,GAAG,GAAGlK,IAAN;CACD;CACF;CACF,KAvBD,MAuBO,IAAI,OAAOkK,GAAP,KAAe,QAAnB,EAA6B;CAClCA,MAAAA,GAAG,GAAGA,GAAG,GAAG,GAAZ;CACD,KAFM,MAEA,IAAI,OAAOA,GAAP,KAAe,SAAnB,EAA8B;CACnCA,MAAAA,GAAG,GAAGc,MAAM,CAACd,GAAD,CAAZ;CACD,KA7B+D;;;CAgChE,QAAI9I,KAAK,GAAG,CAAR,IAAa,KAAKjB,MAAL,GAAciB,KAA3B,IAAoC,KAAKjB,MAAL,GAAckB,GAAtD,EAA2D;CACzD,YAAM,IAAIuD,UAAJ,CAAe,oBAAf,CAAN;CACD;;CAED,QAAIvD,GAAG,IAAID,KAAX,EAAkB;CAChB,aAAO,IAAP;CACD;;CAEDA,IAAAA,KAAK,GAAGA,KAAK,KAAK,CAAlB;CACAC,IAAAA,GAAG,GAAGA,GAAG,KAAKoD,SAAR,GAAoB,KAAKtE,MAAzB,GAAkCkB,GAAG,KAAK,CAAhD;CAEA,QAAI,CAAC6I,GAAL,EAAUA,GAAG,GAAG,CAAN;CAEV,QAAIjK,CAAJ;;CACA,QAAI,OAAOiK,GAAP,KAAe,QAAnB,EAA6B;CAC3B,WAAKjK,CAAC,GAAGmB,KAAT,EAAgBnB,CAAC,GAAGoB,GAApB,EAAyB,EAAEpB,CAA3B,EAA8B;CAC5B,aAAKA,CAAL,IAAUiK,GAAV;CACD;CACF,KAJD,MAIO;CACL,UAAI8C,KAAK,GAAGvJ,MAAM,CAACe,QAAP,CAAgB0F,GAAhB,IACRA,GADQ,GAERzG,MAAM,CAACyB,IAAP,CAAYgF,GAAZ,EAAiB/D,QAAjB,CAFJ;CAGA,UAAIjG,GAAG,GAAG8M,KAAK,CAAC7M,MAAhB;;CACA,UAAID,GAAG,KAAK,CAAZ,EAAe;CACb,cAAM,IAAI8E,SAAJ,CAAc,gBAAgBkF,GAAhB,GAClB,mCADI,CAAN;CAED;;CACD,WAAKjK,CAAC,GAAG,CAAT,EAAYA,CAAC,GAAGoB,GAAG,GAAGD,KAAtB,EAA6B,EAAEnB,CAA/B,EAAkC;CAChC,aAAKA,CAAC,GAAGmB,KAAT,IAAkB4L,KAAK,CAAC/M,CAAC,GAAGC,GAAL,CAAvB;CACD;CACF;;CAED,WAAO,IAAP;CACD,GAjED;CAoEA;;;CAEA,MAAIiR,iBAAiB,GAAG,mBAAxB;;CAEA,WAASC,WAAT,CAAsB7H,GAAtB,EAA2B;;CAEzBA,IAAAA,GAAG,GAAGA,GAAG,CAAC8H,KAAJ,CAAU,GAAV,EAAe,CAAf,CAAN,CAFyB;;CAIzB9H,IAAAA,GAAG,GAAGA,GAAG,CAACI,IAAJ,GAAWD,OAAX,CAAmByH,iBAAnB,EAAsC,EAAtC,CAAN,CAJyB;;CAMzB,QAAI5H,GAAG,CAACpJ,MAAJ,GAAa,CAAjB,EAAoB,OAAO,EAAP,CANK;;CAQzB,WAAOoJ,GAAG,CAACpJ,MAAJ,GAAa,CAAb,KAAmB,CAA1B,EAA6B;CAC3BoJ,MAAAA,GAAG,GAAGA,GAAG,GAAG,GAAZ;CACD;;CACD,WAAOA,GAAP;CACD;;CAED,WAASlB,WAAT,CAAsB/B,MAAtB,EAA8BgL,KAA9B,EAAqC;CACnCA,IAAAA,KAAK,GAAGA,KAAK,IAAI3O,QAAjB;CACA,QAAIwJ,SAAJ;CACA,QAAIhM,MAAM,GAAGmG,MAAM,CAACnG,MAApB;CACA,QAAIoR,aAAa,GAAG,IAApB;CACA,QAAIvE,KAAK,GAAG,EAAZ;;CAEA,SAAK,IAAI/M,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4B,EAAEF,CAA9B,EAAiC;CAC/BkM,MAAAA,SAAS,GAAG7F,MAAM,CAAClG,UAAP,CAAkBH,CAAlB,CAAZ,CAD+B;;CAI/B,UAAIkM,SAAS,GAAG,MAAZ,IAAsBA,SAAS,GAAG,MAAtC,EAA8C;;CAE5C,YAAI,CAACoF,aAAL,EAAoB;;CAElB,cAAIpF,SAAS,GAAG,MAAhB,EAAwB;;CAEtB,gBAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;CACvB;CACD,WAJD,MAIO,IAAItB,CAAC,GAAG,CAAJ,KAAUE,MAAd,EAAsB;;CAE3B,gBAAI,CAACmR,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;CACvB;CACD,WAViB;;;CAalBgQ,UAAAA,aAAa,GAAGpF,SAAhB;CAEA;CACD,SAlB2C;;;CAqB5C,YAAIA,SAAS,GAAG,MAAhB,EAAwB;CACtB,cAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;CACvBgQ,UAAAA,aAAa,GAAGpF,SAAhB;CACA;CACD,SAzB2C;;;CA4B5CA,QAAAA,SAAS,GAAG,CAACoF,aAAa,GAAG,MAAhB,IAA0B,EAA1B,GAA+BpF,SAAS,GAAG,MAA5C,IAAsD,OAAlE;CACD,OA7BD,MA6BO,IAAIoF,aAAJ,EAAmB;;CAExB,YAAI,CAACD,KAAK,IAAI,CAAV,IAAe,CAAC,CAApB,EAAuBtE,KAAK,CAACzL,IAAN,CAAW,IAAX,EAAiB,IAAjB,EAAuB,IAAvB;CACxB;;CAEDgQ,MAAAA,aAAa,GAAG,IAAhB,CAtC+B;;CAyC/B,UAAIpF,SAAS,GAAG,IAAhB,EAAsB;CACpB,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;CACtBtE,QAAAA,KAAK,CAACzL,IAAN,CAAW4K,SAAX;CACD,OAHD,MAGO,IAAIA,SAAS,GAAG,KAAhB,EAAuB;CAC5B,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;CACtBtE,QAAAA,KAAK,CAACzL,IAAN,CACE4K,SAAS,IAAI,GAAb,GAAmB,IADrB,EAEEA,SAAS,GAAG,IAAZ,GAAmB,IAFrB;CAID,OANM,MAMA,IAAIA,SAAS,GAAG,OAAhB,EAAyB;CAC9B,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;CACtBtE,QAAAA,KAAK,CAACzL,IAAN,CACE4K,SAAS,IAAI,GAAb,GAAmB,IADrB,EAEEA,SAAS,IAAI,GAAb,GAAmB,IAAnB,GAA0B,IAF5B,EAGEA,SAAS,GAAG,IAAZ,GAAmB,IAHrB;CAKD,OAPM,MAOA,IAAIA,SAAS,GAAG,QAAhB,EAA0B;CAC/B,YAAI,CAACmF,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;CACtBtE,QAAAA,KAAK,CAACzL,IAAN,CACE4K,SAAS,IAAI,IAAb,GAAoB,IADtB,EAEEA,SAAS,IAAI,GAAb,GAAmB,IAAnB,GAA0B,IAF5B,EAGEA,SAAS,IAAI,GAAb,GAAmB,IAAnB,GAA0B,IAH5B,EAIEA,SAAS,GAAG,IAAZ,GAAmB,IAJrB;CAMD,OARM,MAQA;CACL,cAAM,IAAI5L,KAAJ,CAAU,oBAAV,CAAN;CACD;CACF;;CAED,WAAOyM,KAAP;CACD;;CAED,WAASvB,YAAT,CAAuBlC,GAAvB,EAA4B;CAC1B,QAAIiI,SAAS,GAAG,EAAhB;;CACA,SAAK,IAAIvR,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGsJ,GAAG,CAACpJ,MAAxB,EAAgC,EAAEF,CAAlC,EAAqC;;CAEnCuR,MAAAA,SAAS,CAACjQ,IAAV,CAAegI,GAAG,CAACnJ,UAAJ,CAAeH,CAAf,IAAoB,IAAnC;CACD;;CACD,WAAOuR,SAAP;CACD;;CAED,WAAS5F,cAAT,CAAyBrC,GAAzB,EAA8B+H,KAA9B,EAAqC;CACnC,QAAIvO,CAAJ,EAAO0O,EAAP,EAAWC,EAAX;CACA,QAAIF,SAAS,GAAG,EAAhB;;CACA,SAAK,IAAIvR,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGsJ,GAAG,CAACpJ,MAAxB,EAAgC,EAAEF,CAAlC,EAAqC;CACnC,UAAI,CAACqR,KAAK,IAAI,CAAV,IAAe,CAAnB,EAAsB;CAEtBvO,MAAAA,CAAC,GAAGwG,GAAG,CAACnJ,UAAJ,CAAeH,CAAf,CAAJ;CACAwR,MAAAA,EAAE,GAAG1O,CAAC,IAAI,CAAV;CACA2O,MAAAA,EAAE,GAAG3O,CAAC,GAAG,GAAT;CACAyO,MAAAA,SAAS,CAACjQ,IAAV,CAAemQ,EAAf;CACAF,MAAAA,SAAS,CAACjQ,IAAV,CAAekQ,EAAf;CACD;;CAED,WAAOD,SAAP;CACD;;CAED,WAASlJ,aAAT,CAAwBiB,GAAxB,EAA6B;CAC3B,WAAOyC,QAAM,CAACvM,WAAP,CAAmB2R,WAAW,CAAC7H,GAAD,CAA9B,CAAP;CACD;;CAED,WAASgC,UAAT,CAAqBoG,GAArB,EAA0BC,GAA1B,EAA+B9P,MAA/B,EAAuC3B,MAAvC,EAA+C;CAC7C,SAAK,IAAIF,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGE,MAApB,EAA4B,EAAEF,CAA9B,EAAiC;CAC/B,UAAKA,CAAC,GAAG6B,MAAJ,IAAc8P,GAAG,CAACzR,MAAnB,IAA+BF,CAAC,IAAI0R,GAAG,CAACxR,MAA5C,EAAqD;CACrDyR,MAAAA,GAAG,CAAC3R,CAAC,GAAG6B,MAAL,CAAH,GAAkB6P,GAAG,CAAC1R,CAAD,CAArB;CACD;;CACD,WAAOA,CAAP;CACD;CAGD;CACA;;;CACA,WAASuF,UAAT,CAAqBuB,GAArB,EAA0BE,IAA1B,EAAgC;CAC9B,WAAOF,GAAG,YAAYE,IAAf,IACJF,GAAG,IAAI,IAAP,IAAeA,GAAG,CAAC8K,WAAJ,IAAmB,IAAlC,IAA0C9K,GAAG,CAAC8K,WAAJ,CAAgBC,IAAhB,IAAwB,IAAlE,IACC/K,GAAG,CAAC8K,WAAJ,CAAgBC,IAAhB,KAAyB7K,IAAI,CAAC6K,IAFlC;CAGD;;CACD,WAAS9K,WAAT,CAAsBD,GAAtB,EAA2B;;CAEzB,WAAOA,GAAG,KAAKA,GAAf,CAFyB;CAG1B;CAGD;;;CACA,MAAIgG,mBAAmB,GAAI,YAAY;CACrC,QAAIgF,QAAQ,GAAG,kBAAf;CACA,QAAIC,KAAK,GAAG,IAAIjS,KAAJ,CAAU,GAAV,CAAZ;;CACA,SAAK,IAAIE,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,EAApB,EAAwB,EAAEA,CAA1B,EAA6B;CAC3B,UAAIgS,GAAG,GAAGhS,CAAC,GAAG,EAAd;;CACA,WAAK,IAAI4K,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAG,EAApB,EAAwB,EAAEA,CAA1B,EAA6B;CAC3BmH,QAAAA,KAAK,CAACC,GAAG,GAAGpH,CAAP,CAAL,GAAiBkH,QAAQ,CAAC9R,CAAD,CAAR,GAAc8R,QAAQ,CAAClH,CAAD,CAAvC;CACD;CACF;;CACD,WAAOmH,KAAP;CACD,GAVyB,EAA1B;;;;;;;CC9wDA;CACA;AACA;CACA;CACA;AACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;;CACA;CAEA,IAAIE,cAAa,GAAG,uBAAS1P,CAAT,EAAYoD,CAAZ,EAAe;CAC/BsM,EAAAA,cAAa,GAAGhO,MAAM,CAACC,cAAP,IACX;CAAEgO,IAAAA,SAAS,EAAE;CAAb,eAA6BpS,KAA7B,IAAsC,UAAUyC,CAAV,EAAaoD,CAAb,EAAgB;CAAEpD,IAAAA,CAAC,CAAC2P,SAAF,GAAcvM,CAAd;CAAkB,GAD/D,IAEZ,UAAUpD,CAAV,EAAaoD,CAAb,EAAgB;CAAE,SAAK,IAAIwM,CAAT,IAAcxM,CAAd;CAAiB,UAAIA,CAAC,CAACyM,cAAF,CAAiBD,CAAjB,CAAJ,EAAyB5P,CAAC,CAAC4P,CAAD,CAAD,GAAOxM,CAAC,CAACwM,CAAD,CAAR;CAA1C;CAAwD,GAF9E;;CAGA,SAAOF,cAAa,CAAC1P,CAAD,EAAIoD,CAAJ,CAApB;CACH,CALD;;CAOO,SAAS0M,SAAT,CAAmB9P,CAAnB,EAAsBoD,CAAtB,EAAyB;CAC5BsM,EAAAA,cAAa,CAAC1P,CAAD,EAAIoD,CAAJ,CAAb;;CACA,WAAS2M,EAAT,GAAc;CAAE,SAAKV,WAAL,GAAmBrP,CAAnB;CAAuB;;CACvCA,EAAAA,CAAC,CAAC4B,SAAF,GAAcwB,CAAC,KAAK,IAAN,GAAa1B,MAAM,CAACsO,MAAP,CAAc5M,CAAd,CAAb,IAAiC2M,EAAE,CAACnO,SAAH,GAAewB,CAAC,CAACxB,SAAjB,EAA4B,IAAImO,EAAJ,EAA7D,CAAd;CACH;;CAEM,IAAIE,OAAQ,GAAG,oBAAW;CAC7BA,EAAAA,OAAQ,GAAGvO,MAAM,CAACwO,MAAP,IAAiB,SAASD,QAAT,CAAkBE,CAAlB,EAAqB;CAC7C,SAAK,IAAIlQ,CAAJ,EAAOxC,CAAC,GAAG,CAAX,EAAc8I,CAAC,GAAGZ,SAAS,CAAChI,MAAjC,EAAyCF,CAAC,GAAG8I,CAA7C,EAAgD9I,CAAC,EAAjD,EAAqD;CACjDwC,MAAAA,CAAC,GAAG0F,SAAS,CAAClI,CAAD,CAAb;;CACA,WAAK,IAAImS,CAAT,IAAc3P,CAAd;CAAiB,YAAIyB,MAAM,CAACE,SAAP,CAAiBiO,cAAjB,CAAgCpK,IAAhC,CAAqCxF,CAArC,EAAwC2P,CAAxC,CAAJ,EAAgDO,CAAC,CAACP,CAAD,CAAD,GAAO3P,CAAC,CAAC2P,CAAD,CAAR;CAAjE;CACH;;CACD,WAAOO,CAAP;CACH,GAND;;CAOA,SAAOF,OAAQ,CAACtJ,KAAT,CAAe,IAAf,EAAqBhB,SAArB,CAAP;CACH,CATM;;CC7BP;;KAC+B,6BAAK;KAClC,mBAAY,OAAe;SAA3B,YACE,kBAAM,OAAO,CAAC,SAEf;SADC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;;MAClD;KAED,sBAAI,2BAAI;cAAR;aACE,OAAO,WAAW,CAAC;UACpB;;;QAAA;KACH,gBAAC;CAAD,CATA,CAA+B,KAAK,GASnC;CAED;;KACmC,iCAAS;KAC1C,uBAAY,OAAe;SAA3B,YACE,kBAAM,OAAO,CAAC,SAEf;SADC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;;MACtD;KAED,sBAAI,+BAAI;cAAR;aACE,OAAO,eAAe,CAAC;UACxB;;;QAAA;KACH,oBAAC;CAAD,CATA,CAAmC,SAAS;;CCP5C,SAAS,YAAY,CAAC,eAAoB;;KAExC,OAAO,eAAe,IAAI,eAAe,CAAC,IAAI,IAAI,IAAI,IAAI,eAAe,CAAC;CAC5E,CAAC;CAED;UACgB,SAAS;KACvB,QACE,YAAY,CAAC,OAAO,UAAU,KAAK,QAAQ,IAAI,UAAU,CAAC;SAC1D,YAAY,CAAC,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,CAAC;SAClD,YAAY,CAAC,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC;SAC9C,YAAY,CAAC,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,CAAC;;SAElD,QAAQ,CAAC,aAAa,CAAC,EAAE,EACzB;CACJ;;CChBA;;;;UAIgB,wBAAwB,CAAC,EAAY;KACnD,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,OAAO,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;CAC1D,CAAC;CAED,SAAS,aAAa;KACpB,IAAM,CAAC,GAAG,SAAS,EAAwC,CAAC;KAC5D,OAAO,OAAO,CAAC,CAAC,SAAS,KAAK,QAAQ,IAAI,CAAC,CAAC,SAAS,CAAC,OAAO,KAAK,aAAa,CAAC;CAClF,CAAC;CAED,IAAM,mBAAmB,GAAwB,SAAS,mBAAmB,CAAC,IAAY;KACxF,IAAM,eAAe,GAAG,aAAa,EAAE;WACnC,0IAA0I;WAC1I,+GAA+G,CAAC;KACpH,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAE9B,IAAM,MAAM,GAAG1E,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;KAClC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC;SAAE,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,CAAC;KAC3E,OAAO,MAAM,CAAC;CAChB,CAAC,CAAC;CAWF,IAAM,iBAAiB,GAAG;KACH;SACnB,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;;aAEjC,IAAM,QAAM,GAAG,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,QAAQ,CAAC;aAChD,IAAI,QAAM,IAAI,QAAM,CAAC,eAAe,EAAE;iBACpC,OAAO,UAAA,IAAI,IAAI,OAAA,QAAM,CAAC,eAAe,CAACA,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAA,CAAC;cAC3D;UACF;SAED,IAAI,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,eAAe,EAAE;;aAEnF,OAAO,UAAA,IAAI,IAAI,OAAA,MAAM,CAAC,MAAM,CAAC,eAAe,CAACA,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,GAAA,CAAC;UAClE;SAED,OAAO,mBAAmB,CAAC;MAY5B;CACH,CAAC,CAAC;CAEK,IAAM,WAAW,GAAG,iBAAiB,EAAE,CAAC;UAE/B,gBAAgB,CAAC,KAAc;KAC7C,OAAO,CAAC,sBAAsB,EAAE,4BAA4B,CAAC,CAAC,QAAQ,CACpE,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CACtC,CAAC;CACJ,CAAC;UAEe,YAAY,CAAC,KAAc;KACzC,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,qBAAqB,CAAC;CACzE,CAAC;UAEe,eAAe,CAAC,KAAc;KAC5C,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,wBAAwB,CAAC;CAC5E,CAAC;UAEe,gBAAgB,CAAC,KAAc;KAC7C,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,yBAAyB,CAAC;CAC7E,CAAC;UAEe,QAAQ,CAAC,CAAU;KACjC,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,iBAAiB,CAAC;CACjE,CAAC;UAEe,KAAK,CAAC,CAAU;KAC9B,OAAO,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,cAAc,CAAC;CAC9D,CAAC;CAOD;UACgB,MAAM,CAAC,CAAU;KAC/B,OAAO,YAAY,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,eAAe,CAAC;CAClF,CAAC;CAED;;;;;UAKgB,YAAY,CAAC,SAAkB;KAC7C,OAAO,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,KAAK,IAAI,CAAC;CAC7D,CAAC;UAGe,SAAS,CAAqB,EAAK,EAAE,OAAe;KAClE,IAAI,MAAM,GAAG,KAAK,CAAC;KACnB,SAAS,UAAU;SAAgB,cAAkB;cAAlB,UAAkB,EAAlB,qBAAkB,EAAlB,IAAkB;aAAlB,yBAAkB;;SACnD,IAAI,CAAC,MAAM,EAAE;aACX,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;aACtB,MAAM,GAAG,IAAI,CAAC;UACf;SACD,OAAO,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;MAC7B;KACD,OAAO,UAA0B,CAAC;CACpC;;CC1HA;;;;;;;;UAQgB,YAAY,CAAC,eAAuD;KAClF,IAAI,WAAW,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE;SACvC,OAAOA,QAAM,CAAC,IAAI,CAChB,eAAe,CAAC,MAAM,EACtB,eAAe,CAAC,UAAU,EAC1B,eAAe,CAAC,UAAU,CAC3B,CAAC;MACH;KAED,IAAI,gBAAgB,CAAC,eAAe,CAAC,EAAE;SACrC,OAAOA,QAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;MACrC;KAED,MAAM,IAAI,aAAa,CAAC,sCAAsC,CAAC,CAAC;CAClE;;CCvBA;CACA,IAAM,gBAAgB,GACpB,uHAAuH,CAAC;CAEnH,IAAM,kBAAkB,GAAG,UAAC,GAAW;KAC5C,OAAA,OAAO,GAAG,KAAK,QAAQ,IAAI,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC;CAArD,CAAqD,CAAC;CAEjD,IAAM,qBAAqB,GAAG,UAAC,SAAiB;KACrD,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,EAAE;SAClC,MAAM,IAAI,aAAa,CACrB,uLAAuL,CACxL,CAAC;MACH;KAED,IAAM,kBAAkB,GAAG,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;KACvD,OAAOA,QAAM,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;CAChD,CAAC,CAAC;CAEK,IAAM,qBAAqB,GAAG,UAAC,MAAc,EAAE,aAAoB;KAApB,8BAAA,EAAA,oBAAoB;KACxE,OAAA,aAAa;WACT,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;aAC5B,GAAG;aACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;aAC5B,GAAG;aACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;aAC5B,GAAG;aACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC;aAC7B,GAAG;aACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,EAAE,EAAE,EAAE,CAAC;WAC9B,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC;CAV1B,CAU0B;;CChC5B;KACamP,gBAAc,GAAG,WAAW;CACzC;KACaC,gBAAc,GAAG,CAAC,WAAW;CAC1C;KACaC,gBAAc,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE;CAClD;KACaC,gBAAc,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE;CAE/C;;;;CAIO,IAAM,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;CAE1C;;;;CAIO,IAAM,UAAU,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;CAE3C;KACa,gBAAgB,GAAG,EAAE;CAElC;KACa,gBAAgB,GAAG,EAAE;CAElC;KACa,gBAAgB,GAAG,EAAE;CAElC;KACa,eAAe,GAAG,EAAE;CAEjC;KACa,gBAAgB,GAAG,EAAE;CAElC;KACa,mBAAmB,GAAG,EAAE;CAErC;KACa,aAAa,GAAG,EAAE;CAE/B;KACa,iBAAiB,GAAG,EAAE;CAEnC;KACa,cAAc,GAAG,EAAE;CAEhC;KACa,cAAc,GAAG,GAAG;CAEjC;KACa,gBAAgB,GAAG,GAAG;CAEnC;KACa,mBAAmB,GAAG,GAAG;CAEtC;KACa,cAAc,GAAG,GAAG;CAEjC;KACa,gBAAgB,GAAG,GAAG;CAEnC;KACa,sBAAsB,GAAG,GAAG;CAEzC;KACa,aAAa,GAAG,GAAG;CAEhC;KACa,mBAAmB,GAAG,GAAG;CAEtC;KACa,cAAc,GAAG,GAAG;CAEjC;KACa,oBAAoB,GAAG,GAAG;CAEvC;KACa,iBAAiB,GAAG,KAAK;CAEtC;KACa,iBAAiB,GAAG,KAAK;CAEtC;KACa,2BAA2B,GAAG,EAAE;CAE7C;KACa,4BAA4B,GAAG,EAAE;CAE9C;KACa,8BAA8B,GAAG,EAAE;CAEhD;KACa,wBAAwB,GAAG,EAAE;CAE1C;KACa,4BAA4B,GAAG,EAAE;CAE9C;KACa,uBAAuB,GAAG,EAAE;CAEzC;KACa,6BAA6B,GAAG,EAAE;CAE/C;KACa,0BAA0B,GAAG,EAAE;CAE5C;KACa,gCAAgC,GAAG;;CCpFhD;;;;;;;;;;;;;;;;;KAkDE,gBAAY,MAAgC,EAAE,OAAgB;SAC5D,IAAI,EAAE,IAAI,YAAY,MAAM,CAAC;aAAE,OAAO,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;SAElE,IACE,EAAE,MAAM,IAAI,IAAI,CAAC;aACjB,EAAE,OAAO,MAAM,KAAK,QAAQ,CAAC;aAC7B,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;aAC3B,EAAE,MAAM,YAAY,WAAW,CAAC;aAChC,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EACtB;aACA,MAAM,IAAI,aAAa,CACrB,kFAAkF,CACnF,CAAC;UACH;SAED,IAAI,CAAC,QAAQ,GAAG,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,MAAM,CAAC,2BAA2B,CAAC;SAE9D,IAAI,MAAM,IAAI,IAAI,EAAE;;aAElB,IAAI,CAAC,MAAM,GAAGtP,QAAM,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;aAC/C,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;UACnB;cAAM;aACL,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;;iBAE9B,IAAI,CAAC,MAAM,GAAGA,QAAM,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;cAC7C;kBAAM,IAAI,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;;iBAEhC,IAAI,CAAC,MAAM,GAAGA,QAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;cACnC;kBAAM;;iBAEL,IAAI,CAAC,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC,CAAC;cACpC;aAED,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC;UACxC;MACF;;;;;;KAOD,oBAAG,GAAH,UAAI,SAA2D;;SAE7D,IAAI,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE;aAC3D,MAAM,IAAI,aAAa,CAAC,sCAAsC,CAAC,CAAC;UACjE;cAAM,IAAI,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC;aAChE,MAAM,IAAI,aAAa,CAAC,mDAAmD,CAAC,CAAC;;SAG/E,IAAI,WAAmB,CAAC;SACxB,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;aACjC,WAAW,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;UACvC;cAAM,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;aACxC,WAAW,GAAG,SAAS,CAAC;UACzB;cAAM;aACL,WAAW,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;UAC5B;SAED,IAAI,WAAW,GAAG,CAAC,IAAI,WAAW,GAAG,GAAG,EAAE;aACxC,MAAM,IAAI,aAAa,CAAC,0DAA0D,CAAC,CAAC;UACrF;SAED,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,EAAE;aACtC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,WAAW,CAAC;UAC5C;cAAM;aACL,IAAM,MAAM,GAAGA,QAAM,CAAC,KAAK,CAAC,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;;aAErE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;aACnD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;aACrB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,WAAW,CAAC;UAC5C;MACF;;;;;;;KAQD,sBAAK,GAAL,UAAM,QAAiC,EAAE,MAAc;SACrD,MAAM,GAAG,OAAO,MAAM,KAAK,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;;SAG7D,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,EAAE;aACjD,IAAM,MAAM,GAAGA,QAAM,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC;aAClE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;;aAGnD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;UACtB;SAED,IAAI,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;aAChC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC;aAChD,IAAI,CAAC,QAAQ;iBACX,MAAM,GAAG,QAAQ,CAAC,UAAU,GAAG,IAAI,CAAC,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;UAC3F;cAAM,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE;aACvC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aAC/D,IAAI,CAAC,QAAQ;iBACX,MAAM,GAAG,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;UACvF;MACF;;;;;;;KAQD,qBAAI,GAAJ,UAAK,QAAgB,EAAE,MAAc;SACnC,MAAM,GAAG,MAAM,IAAI,MAAM,GAAG,CAAC,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;;SAGvD,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC;MACvD;;;;;;;KAQD,sBAAK,GAAL,UAAM,KAAe;SACnB,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;;SAGhB,IAAI,KAAK,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,KAAK,IAAI,CAAC,QAAQ,EAAE;aACjD,OAAO,IAAI,CAAC,MAAM,CAAC;UACpB;;SAGD,IAAI,KAAK,EAAE;aACT,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;UAC5C;SACD,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;MACzD;;KAGD,uBAAM,GAAN;SACE,OAAO,IAAI,CAAC,QAAQ,CAAC;MACtB;KAED,uBAAM,GAAN;SACE,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;MACvC;KAED,yBAAQ,GAAR,UAAS,MAAe;SACtB,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;MACrC;;KAGD,+BAAc,GAAd,UAAe,OAAsB;SACnC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;SACxB,IAAM,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;SAEpD,IAAM,OAAO,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;SACnD,IAAI,OAAO,CAAC,MAAM,EAAE;aAClB,OAAO;iBACL,OAAO,EAAE,YAAY;iBACrB,KAAK,EAAE,OAAO,CAAC,MAAM,KAAK,CAAC,GAAG,GAAG,GAAG,OAAO,GAAG,OAAO;cACtD,CAAC;UACH;SACD,OAAO;aACL,OAAO,EAAE;iBACP,MAAM,EAAE,YAAY;iBACpB,OAAO,EAAE,OAAO,CAAC,MAAM,KAAK,CAAC,GAAG,GAAG,GAAG,OAAO,GAAG,OAAO;cACxD;UACF,CAAC;MACH;KAED,uBAAM,GAAN;SACE,IAAI,IAAI,CAAC,QAAQ,KAAK,MAAM,CAAC,YAAY,EAAE;aACzC,OAAO,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;UACtD;SAED,MAAM,IAAI,SAAS,CACjB,4BAAoB,IAAI,CAAC,QAAQ,gEAAoD,MAAM,CAAC,YAAY,+BAA2B,CACpI,CAAC;MACH;;KAGM,uBAAgB,GAAvB,UACE,GAAyD,EACzD,OAAsB;SAEtB,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;SACxB,IAAI,IAAwB,CAAC;SAC7B,IAAI,IAAI,CAAC;SACT,IAAI,SAAS,IAAI,GAAG,EAAE;aACpB,IAAI,OAAO,CAAC,MAAM,IAAI,OAAO,GAAG,CAAC,OAAO,KAAK,QAAQ,IAAI,OAAO,IAAI,GAAG,EAAE;iBACvE,IAAI,GAAG,GAAG,CAAC,KAAK,GAAG,QAAQ,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;iBAC/C,IAAI,GAAGA,QAAM,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;cAC3C;kBAAM;iBACL,IAAI,OAAO,GAAG,CAAC,OAAO,KAAK,QAAQ,EAAE;qBACnC,IAAI,GAAG,GAAG,CAAC,OAAO,CAAC,OAAO,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;qBACnE,IAAI,GAAGA,QAAM,CAAC,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;kBAClD;cACF;UACF;cAAM,IAAI,OAAO,IAAI,GAAG,EAAE;aACzB,IAAI,GAAG,CAAC,CAAC;aACT,IAAI,GAAG,qBAAqB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;UACzC;SACD,IAAI,CAAC,IAAI,EAAE;aACT,MAAM,IAAI,aAAa,CAAC,iDAA0C,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAE,CAAC,CAAC;UAC1F;SACD,OAAO,IAAI,KAAK,4BAA4B,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,MAAM,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;MACxF;;KAGD,iBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;SACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;MACvB;KAED,wBAAO,GAAP;SACE,IAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;SAClC,OAAO,mCAA2B,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,2BAAc,IAAI,CAAC,QAAQ,MAAG,CAAC;MAC1F;;;;;KA9PuB,kCAA2B,GAAG,CAAC,CAAC;;KAGxC,kBAAW,GAAG,GAAG,CAAC;;KAElB,sBAAe,GAAG,CAAC,CAAC;;KAEpB,uBAAgB,GAAG,CAAC,CAAC;;KAErB,yBAAkB,GAAG,CAAC,CAAC;;KAEvB,uBAAgB,GAAG,CAAC,CAAC;;KAErB,mBAAY,GAAG,CAAC,CAAC;;KAEjB,kBAAW,GAAG,CAAC,CAAC;;KAEhB,wBAAiB,GAAG,CAAC,CAAC;;KAEtB,qBAAc,GAAG,CAAC,CAAC;;KAEnB,2BAAoB,GAAG,GAAG,CAAC;KA0O7C,aAAC;EAtQD,IAsQC;CAED,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC;CAM1E,IAAM,gBAAgB,GAAG,EAAE,CAAC;CAE5B;;;;;KAI0B,wBAAM;;;;;;KAW9B,cAAY,KAA8B;SAA1C,iBAmBC;SAlBC,IAAI,KAAK,CAAC;SACV,IAAI,MAAM,CAAC;SACX,IAAI,KAAK,IAAI,IAAI,EAAE;aACjB,KAAK,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC;UACzB;cAAM,IAAI,KAAK,YAAY,IAAI,EAAE;aAChC,KAAK,GAAGA,QAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;aAClC,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC;UACrB;cAAM,IAAI,WAAW,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,KAAK,gBAAgB,EAAE;aAC7E,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;UAC7B;cAAM,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;aACpC,KAAK,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;UACtC;cAAM;aACL,MAAM,IAAI,aAAa,CACrB,gLAAgL,CACjL,CAAC;UACH;iBACD,kBAAM,KAAK,EAAE,4BAA4B,CAAC;SAC1C,KAAI,CAAC,IAAI,GAAG,MAAM,CAAC;;MACpB;KAMD,sBAAI,oBAAE;;;;;cAAN;aACE,OAAO,IAAI,CAAC,MAAM,CAAC;UACpB;cAED,UAAO,KAAa;aAClB,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;aAEpB,IAAI,IAAI,CAAC,cAAc,EAAE;iBACvB,IAAI,CAAC,IAAI,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;cAC1C;UACF;;;QARA;;;;;KAcD,0BAAW,GAAX,UAAY,aAAoB;SAApB,8BAAA,EAAA,oBAAoB;SAC9B,IAAI,IAAI,CAAC,cAAc,IAAI,IAAI,CAAC,IAAI,EAAE;aACpC,OAAO,IAAI,CAAC,IAAI,CAAC;UAClB;SAED,IAAM,aAAa,GAAG,qBAAqB,CAAC,IAAI,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC;SAEpE,IAAI,IAAI,CAAC,cAAc,EAAE;aACvB,IAAI,CAAC,IAAI,GAAG,aAAa,CAAC;UAC3B;SAED,OAAO,aAAa,CAAC;MACtB;;;;KAKD,uBAAQ,GAAR,UAAS,QAAiB;SACxB,OAAO,QAAQ,GAAG,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;MACnE;;;;;KAMD,qBAAM,GAAN;SACE,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC;MAC3B;;;;;;KAOD,qBAAM,GAAN,UAAO,OAA+B;SACpC,IAAI,CAAC,OAAO,EAAE;aACZ,OAAO,KAAK,CAAC;UACd;SAED,IAAI,OAAO,YAAY,IAAI,EAAE;aAC3B,OAAO,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;UACnC;SAED,IAAI;aACF,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;UAC7C;SAAC,WAAM;aACN,OAAO,KAAK,CAAC;UACd;MACF;;;;KAKD,uBAAQ,GAAR;SACE,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,YAAY,CAAC,CAAC;MACjD;;;;KAKM,aAAQ,GAAf;SACE,IAAM,KAAK,GAAG,WAAW,CAAC,gBAAgB,CAAC,CAAC;;;SAI5C,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,IAAI,CAAC;SACpC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,IAAI,CAAC;SAEpC,OAAOA,QAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;MAC3B;;;;;KAMM,YAAO,GAAd,UAAe,KAA6B;SAC1C,IAAI,CAAC,KAAK,EAAE;aACV,OAAO,KAAK,CAAC;UACd;SAED,IAAI,KAAK,YAAY,IAAI,EAAE;aACzB,OAAO,IAAI,CAAC;UACb;SAED,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;aAC7B,OAAO,kBAAkB,CAAC,KAAK,CAAC,CAAC;UAClC;SAED,IAAI,YAAY,CAAC,KAAK,CAAC,EAAE;;aAEvB,IAAI,KAAK,CAAC,MAAM,KAAK,gBAAgB,EAAE;iBACrC,OAAO,KAAK,CAAC;cACd;aAED,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,MAAM,IAAI,CAAC;UACjE;SAED,OAAO,KAAK,CAAC;MACd;;;;;KAMM,wBAAmB,GAA1B,UAA2B,SAAiB;SAC1C,IAAM,MAAM,GAAG,qBAAqB,CAAC,SAAS,CAAC,CAAC;SAChD,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC;MACzB;;;;;;;KAQD,eAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;SACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;MACvB;KAED,sBAAO,GAAP;SACE,OAAO,qBAAa,IAAI,CAAC,WAAW,EAAE,QAAI,CAAC;MAC5C;KACH,WAAC;CAAD,CA9KA,CAA0B,MAAM;;CC1ShC;;;;;;;;;;KAcE,cAAY,IAAuB,EAAE,KAAgB;SACnD,IAAI,EAAE,IAAI,YAAY,IAAI,CAAC;aAAE,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SAE1D,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;SACjB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;MACpB;KAED,qBAAM,GAAN;SACE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;MAC/C;;KAGD,6BAAc,GAAd;SACE,IAAI,IAAI,CAAC,KAAK,EAAE;aACd,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;UACjD;SAED,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC;MAC7B;;KAGM,qBAAgB,GAAvB,UAAwB,GAAiB;SACvC,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;MACxC;;KAGD,eAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;SACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;MACvB;KAED,sBAAO,GAAP;SACE,IAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;SAC/B,OAAO,qBAAa,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,eACvC,QAAQ,CAAC,KAAK,GAAG,YAAK,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAE,GAAG,EAAE,MAC1D,CAAC;MACL;KACH,WAAC;CAAD,CAAC,IAAA;CAED,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;;CChDrE;UACgB,WAAW,CAAC,KAAc;KACxC,QACE,YAAY,CAAC,KAAK,CAAC;SACnB,KAAK,CAAC,GAAG,IAAI,IAAI;SACjB,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ;UAC7B,KAAK,CAAC,GAAG,IAAI,IAAI,IAAI,OAAO,KAAK,CAAC,GAAG,KAAK,QAAQ,CAAC,EACpD;CACJ,CAAC;CAED;;;;;;;;;;;KAkBE,eAAY,UAAkB,EAAE,GAAa,EAAE,EAAW,EAAE,MAAiB;SAC3E,IAAI,EAAE,IAAI,YAAY,KAAK,CAAC;aAAE,OAAO,IAAI,KAAK,CAAC,UAAU,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;;SAG5E,IAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;SACpC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;aACtB,EAAE,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC;;aAEnB,UAAU,GAAG,KAAK,CAAC,KAAK,EAAG,CAAC;UAC7B;SAED,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;SAC7B,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;SACf,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACb,IAAI,CAAC,MAAM,GAAG,MAAM,IAAI,EAAE,CAAC;MAC5B;KAMD,sBAAI,4BAAS;;;;cAAb;aACE,OAAO,IAAI,CAAC,UAAU,CAAC;UACxB;cAED,UAAc,KAAa;aACzB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;UACzB;;;QAJA;KAMD,sBAAM,GAAN;SACE,IAAM,CAAC,GAAG,MAAM,CAAC,MAAM,CACrB;aACE,IAAI,EAAE,IAAI,CAAC,UAAU;aACrB,GAAG,EAAE,IAAI,CAAC,GAAG;UACd,EACD,IAAI,CAAC,MAAM,CACZ,CAAC;SAEF,IAAI,IAAI,CAAC,EAAE,IAAI,IAAI;aAAE,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;SACrC,OAAO,CAAC,CAAC;MACV;;KAGD,8BAAc,GAAd,UAAe,OAAsB;SACnC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;SACxB,IAAI,CAAC,GAAc;aACjB,IAAI,EAAE,IAAI,CAAC,UAAU;aACrB,GAAG,EAAE,IAAI,CAAC,GAAG;UACd,CAAC;SAEF,IAAI,OAAO,CAAC,MAAM,EAAE;aAClB,OAAO,CAAC,CAAC;UACV;SAED,IAAI,IAAI,CAAC,EAAE;aAAE,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;SAC7B,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;SAClC,OAAO,CAAC,CAAC;MACV;;KAGM,sBAAgB,GAAvB,UAAwB,GAAc;SACpC,IAAM,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,CAAuB,CAAC;SAC1D,OAAO,IAAI,CAAC,IAAI,CAAC;SACjB,OAAO,IAAI,CAAC,GAAG,CAAC;SAChB,OAAO,IAAI,CAAC,GAAG,CAAC;SAChB,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;MACpD;;KAGD,gBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;SACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;MACvB;KAED,uBAAO,GAAP;;SAEE,IAAM,GAAG,GACP,IAAI,CAAC,GAAG,KAAK,SAAS,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,KAAK,SAAS,GAAG,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;SAC7F,OAAO,sBAAc,IAAI,CAAC,SAAS,gCAAoB,MAAM,CAAC,GAAG,CAAC,gBAChE,IAAI,CAAC,EAAE,GAAG,cAAM,IAAI,CAAC,EAAE,OAAG,GAAG,EAAE,MAC9B,CAAC;MACL;KACH,YAAC;CAAD,CAAC,IAAA;CAED,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;;CC/EvE;;;CAGA,IAAI,IAAI,GAAgC,SAAS,CAAC;CAMlD,IAAI;KACF,IAAI,GAAG,IAAI,WAAW,CAAC,QAAQ,CAC7B,IAAI,WAAW,CAAC,MAAM;;KAEpB,IAAI,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE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"} \ No newline at end of file diff --git a/node_modules/bson/dist/bson.esm.js b/node_modules/bson/dist/bson.esm.js new file mode 100644 index 000000000..b72129972 --- /dev/null +++ b/node_modules/bson/dist/bson.esm.js @@ -0,0 +1,5431 @@ +import { Buffer } from 'buffer'; + +/*! ***************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/* global Reflect, Promise */ +var _extendStatics = function extendStatics(d, b) { + _extendStatics = Object.setPrototypeOf || { + __proto__: [] + } instanceof Array && function (d, b) { + d.__proto__ = b; + } || function (d, b) { + for (var p in b) { + if (b.hasOwnProperty(p)) d[p] = b[p]; + } + }; + + return _extendStatics(d, b); +}; + +function __extends(d, b) { + _extendStatics(d, b); + + function __() { + this.constructor = d; + } + + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +var _assign = function __assign() { + _assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + + for (var p in s) { + if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + } + + return t; + }; + + return _assign.apply(this, arguments); +}; + +/** @public */ +var BSONError = /** @class */ (function (_super) { + __extends(BSONError, _super); + function BSONError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONError.prototype); + return _this; + } + Object.defineProperty(BSONError.prototype, "name", { + get: function () { + return 'BSONError'; + }, + enumerable: false, + configurable: true + }); + return BSONError; +}(Error)); +/** @public */ +var BSONTypeError = /** @class */ (function (_super) { + __extends(BSONTypeError, _super); + function BSONTypeError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONTypeError.prototype); + return _this; + } + Object.defineProperty(BSONTypeError.prototype, "name", { + get: function () { + return 'BSONTypeError'; + }, + enumerable: false, + configurable: true + }); + return BSONTypeError; +}(TypeError)); + +function checkForMath(potentialGlobal) { + // eslint-disable-next-line eqeqeq + return potentialGlobal && potentialGlobal.Math == Math && potentialGlobal; +} +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +function getGlobal() { + return (checkForMath(typeof globalThis === 'object' && globalThis) || + checkForMath(typeof window === 'object' && window) || + checkForMath(typeof self === 'object' && self) || + checkForMath(typeof global === 'object' && global) || + // eslint-disable-next-line @typescript-eslint/no-implied-eval + Function('return this')()); +} + +/** + * Normalizes our expected stringified form of a function across versions of node + * @param fn - The function to stringify + */ +function normalizedFunctionString(fn) { + return fn.toString().replace('function(', 'function ('); +} +function isReactNative() { + var g = getGlobal(); + return typeof g.navigator === 'object' && g.navigator.product === 'ReactNative'; +} +var insecureRandomBytes = function insecureRandomBytes(size) { + var insecureWarning = isReactNative() + ? 'BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.' + : 'BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.'; + console.warn(insecureWarning); + var result = Buffer.alloc(size); + for (var i = 0; i < size; ++i) + result[i] = Math.floor(Math.random() * 256); + return result; +}; +var detectRandomBytes = function () { + { + var requiredRandomBytes = void 0; + try { + requiredRandomBytes = require('crypto').randomBytes; + } + catch (e) { + // keep the fallback + } + // NOTE: in transpiled cases the above require might return null/undefined + return requiredRandomBytes || insecureRandomBytes; + } +}; +var randomBytes = detectRandomBytes(); +function isAnyArrayBuffer(value) { + return ['[object ArrayBuffer]', '[object SharedArrayBuffer]'].includes(Object.prototype.toString.call(value)); +} +function isUint8Array(value) { + return Object.prototype.toString.call(value) === '[object Uint8Array]'; +} +function isBigInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigInt64Array]'; +} +function isBigUInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigUint64Array]'; +} +function isRegExp(d) { + return Object.prototype.toString.call(d) === '[object RegExp]'; +} +function isMap(d) { + return Object.prototype.toString.call(d) === '[object Map]'; +} +// To ensure that 0.4 of node works correctly +function isDate(d) { + return isObjectLike(d) && Object.prototype.toString.call(d) === '[object Date]'; +} +/** + * @internal + * this is to solve the `'someKey' in x` problem where x is unknown. + * https://github.com/typescript-eslint/typescript-eslint/issues/1071#issuecomment-541955753 + */ +function isObjectLike(candidate) { + return typeof candidate === 'object' && candidate !== null; +} +function deprecate(fn, message) { + var warned = false; + function deprecated() { + var args = []; + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + if (!warned) { + console.warn(message); + warned = true; + } + return fn.apply(this, args); + } + return deprecated; +} + +/** + * Makes sure that, if a Uint8Array is passed in, it is wrapped in a Buffer. + * + * @param potentialBuffer - The potential buffer + * @returns Buffer the input if potentialBuffer is a buffer, or a buffer that + * wraps a passed in Uint8Array + * @throws BSONTypeError If anything other than a Buffer or Uint8Array is passed in + */ +function ensureBuffer(potentialBuffer) { + if (ArrayBuffer.isView(potentialBuffer)) { + return Buffer.from(potentialBuffer.buffer, potentialBuffer.byteOffset, potentialBuffer.byteLength); + } + if (isAnyArrayBuffer(potentialBuffer)) { + return Buffer.from(potentialBuffer); + } + throw new BSONTypeError('Must use either Buffer or TypedArray'); +} + +// Validation regex for v4 uuid (validates with or without dashes) +var VALIDATION_REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i; +var uuidValidateString = function (str) { + return typeof str === 'string' && VALIDATION_REGEX.test(str); +}; +var uuidHexStringToBuffer = function (hexString) { + if (!uuidValidateString(hexString)) { + throw new BSONTypeError('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".'); + } + var sanitizedHexString = hexString.replace(/-/g, ''); + return Buffer.from(sanitizedHexString, 'hex'); +}; +var bufferToUuidHexString = function (buffer, includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + return includeDashes + ? buffer.toString('hex', 0, 4) + + '-' + + buffer.toString('hex', 4, 6) + + '-' + + buffer.toString('hex', 6, 8) + + '-' + + buffer.toString('hex', 8, 10) + + '-' + + buffer.toString('hex', 10, 16) + : buffer.toString('hex'); +}; + +/** @internal */ +var BSON_INT32_MAX$1 = 0x7fffffff; +/** @internal */ +var BSON_INT32_MIN$1 = -0x80000000; +/** @internal */ +var BSON_INT64_MAX$1 = Math.pow(2, 63) - 1; +/** @internal */ +var BSON_INT64_MIN$1 = -Math.pow(2, 63); +/** + * Any integer up to 2^53 can be precisely represented by a double. + * @internal + */ +var JS_INT_MAX = Math.pow(2, 53); +/** + * Any integer down to -2^53 can be precisely represented by a double. + * @internal + */ +var JS_INT_MIN = -Math.pow(2, 53); +/** Number BSON Type @internal */ +var BSON_DATA_NUMBER = 1; +/** String BSON Type @internal */ +var BSON_DATA_STRING = 2; +/** Object BSON Type @internal */ +var BSON_DATA_OBJECT = 3; +/** Array BSON Type @internal */ +var BSON_DATA_ARRAY = 4; +/** Binary BSON Type @internal */ +var BSON_DATA_BINARY = 5; +/** Binary BSON Type @internal */ +var BSON_DATA_UNDEFINED = 6; +/** ObjectId BSON Type @internal */ +var BSON_DATA_OID = 7; +/** Boolean BSON Type @internal */ +var BSON_DATA_BOOLEAN = 8; +/** Date BSON Type @internal */ +var BSON_DATA_DATE = 9; +/** null BSON Type @internal */ +var BSON_DATA_NULL = 10; +/** RegExp BSON Type @internal */ +var BSON_DATA_REGEXP = 11; +/** Code BSON Type @internal */ +var BSON_DATA_DBPOINTER = 12; +/** Code BSON Type @internal */ +var BSON_DATA_CODE = 13; +/** Symbol BSON Type @internal */ +var BSON_DATA_SYMBOL = 14; +/** Code with Scope BSON Type @internal */ +var BSON_DATA_CODE_W_SCOPE = 15; +/** 32 bit Integer BSON Type @internal */ +var BSON_DATA_INT = 16; +/** Timestamp BSON Type @internal */ +var BSON_DATA_TIMESTAMP = 17; +/** Long BSON Type @internal */ +var BSON_DATA_LONG = 18; +/** Decimal128 BSON Type @internal */ +var BSON_DATA_DECIMAL128 = 19; +/** MinKey BSON Type @internal */ +var BSON_DATA_MIN_KEY = 0xff; +/** MaxKey BSON Type @internal */ +var BSON_DATA_MAX_KEY = 0x7f; +/** Binary Default Type @internal */ +var BSON_BINARY_SUBTYPE_DEFAULT = 0; +/** Binary Function Type @internal */ +var BSON_BINARY_SUBTYPE_FUNCTION = 1; +/** Binary Byte Array Type @internal */ +var BSON_BINARY_SUBTYPE_BYTE_ARRAY = 2; +/** Binary Deprecated UUID Type @deprecated Please use BSON_BINARY_SUBTYPE_UUID_NEW @internal */ +var BSON_BINARY_SUBTYPE_UUID = 3; +/** Binary UUID Type @internal */ +var BSON_BINARY_SUBTYPE_UUID_NEW = 4; +/** Binary MD5 Type @internal */ +var BSON_BINARY_SUBTYPE_MD5 = 5; +/** Encrypted BSON type @internal */ +var BSON_BINARY_SUBTYPE_ENCRYPTED = 6; +/** Column BSON type @internal */ +var BSON_BINARY_SUBTYPE_COLUMN = 7; +/** Binary User Defined Type @internal */ +var BSON_BINARY_SUBTYPE_USER_DEFINED = 128; + +/** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ +var Binary = /** @class */ (function () { + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + function Binary(buffer, subType) { + if (!(this instanceof Binary)) + return new Binary(buffer, subType); + if (!(buffer == null) && + !(typeof buffer === 'string') && + !ArrayBuffer.isView(buffer) && + !(buffer instanceof ArrayBuffer) && + !Array.isArray(buffer)) { + throw new BSONTypeError('Binary can only be constructed from string, Buffer, TypedArray, or Array'); + } + this.sub_type = subType !== null && subType !== void 0 ? subType : Binary.BSON_BINARY_SUBTYPE_DEFAULT; + if (buffer == null) { + // create an empty binary buffer + this.buffer = Buffer.alloc(Binary.BUFFER_SIZE); + this.position = 0; + } + else { + if (typeof buffer === 'string') { + // string + this.buffer = Buffer.from(buffer, 'binary'); + } + else if (Array.isArray(buffer)) { + // number[] + this.buffer = Buffer.from(buffer); + } + else { + // Buffer | TypedArray | ArrayBuffer + this.buffer = ensureBuffer(buffer); + } + this.position = this.buffer.byteLength; + } + } + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + Binary.prototype.put = function (byteValue) { + // If it's a string and a has more than one character throw an error + if (typeof byteValue === 'string' && byteValue.length !== 1) { + throw new BSONTypeError('only accepts single character String'); + } + else if (typeof byteValue !== 'number' && byteValue.length !== 1) + throw new BSONTypeError('only accepts single character Uint8Array or Array'); + // Decode the byte value once + var decodedByte; + if (typeof byteValue === 'string') { + decodedByte = byteValue.charCodeAt(0); + } + else if (typeof byteValue === 'number') { + decodedByte = byteValue; + } + else { + decodedByte = byteValue[0]; + } + if (decodedByte < 0 || decodedByte > 255) { + throw new BSONTypeError('only accepts number in a valid unsigned byte range 0-255'); + } + if (this.buffer.length > this.position) { + this.buffer[this.position++] = decodedByte; + } + else { + var buffer = Buffer.alloc(Binary.BUFFER_SIZE + this.buffer.length); + // Combine the two buffers together + this.buffer.copy(buffer, 0, 0, this.buffer.length); + this.buffer = buffer; + this.buffer[this.position++] = decodedByte; + } + }; + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + Binary.prototype.write = function (sequence, offset) { + offset = typeof offset === 'number' ? offset : this.position; + // If the buffer is to small let's extend the buffer + if (this.buffer.length < offset + sequence.length) { + var buffer = Buffer.alloc(this.buffer.length + sequence.length); + this.buffer.copy(buffer, 0, 0, this.buffer.length); + // Assign the new buffer + this.buffer = buffer; + } + if (ArrayBuffer.isView(sequence)) { + this.buffer.set(ensureBuffer(sequence), offset); + this.position = + offset + sequence.byteLength > this.position ? offset + sequence.length : this.position; + } + else if (typeof sequence === 'string') { + this.buffer.write(sequence, offset, sequence.length, 'binary'); + this.position = + offset + sequence.length > this.position ? offset + sequence.length : this.position; + } + }; + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + Binary.prototype.read = function (position, length) { + length = length && length > 0 ? length : this.position; + // Let's return the data based on the type we have + return this.buffer.slice(position, position + length); + }; + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + Binary.prototype.value = function (asRaw) { + asRaw = !!asRaw; + // Optimize to serialize for the situation where the data == size of buffer + if (asRaw && this.buffer.length === this.position) { + return this.buffer; + } + // If it's a node.js buffer object + if (asRaw) { + return this.buffer.slice(0, this.position); + } + return this.buffer.toString('binary', 0, this.position); + }; + /** the length of the binary sequence */ + Binary.prototype.length = function () { + return this.position; + }; + Binary.prototype.toJSON = function () { + return this.buffer.toString('base64'); + }; + Binary.prototype.toString = function (format) { + return this.buffer.toString(format); + }; + /** @internal */ + Binary.prototype.toExtendedJSON = function (options) { + options = options || {}; + var base64String = this.buffer.toString('base64'); + var subType = Number(this.sub_type).toString(16); + if (options.legacy) { + return { + $binary: base64String, + $type: subType.length === 1 ? '0' + subType : subType + }; + } + return { + $binary: { + base64: base64String, + subType: subType.length === 1 ? '0' + subType : subType + } + }; + }; + Binary.prototype.toUUID = function () { + if (this.sub_type === Binary.SUBTYPE_UUID) { + return new UUID(this.buffer.slice(0, this.position)); + } + throw new BSONError("Binary sub_type \"".concat(this.sub_type, "\" is not supported for converting to UUID. Only \"").concat(Binary.SUBTYPE_UUID, "\" is currently supported.")); + }; + /** @internal */ + Binary.fromExtendedJSON = function (doc, options) { + options = options || {}; + var data; + var type; + if ('$binary' in doc) { + if (options.legacy && typeof doc.$binary === 'string' && '$type' in doc) { + type = doc.$type ? parseInt(doc.$type, 16) : 0; + data = Buffer.from(doc.$binary, 'base64'); + } + else { + if (typeof doc.$binary !== 'string') { + type = doc.$binary.subType ? parseInt(doc.$binary.subType, 16) : 0; + data = Buffer.from(doc.$binary.base64, 'base64'); + } + } + } + else if ('$uuid' in doc) { + type = 4; + data = uuidHexStringToBuffer(doc.$uuid); + } + if (!data) { + throw new BSONTypeError("Unexpected Binary Extended JSON format ".concat(JSON.stringify(doc))); + } + return type === BSON_BINARY_SUBTYPE_UUID_NEW ? new UUID(data) : new Binary(data, type); + }; + /** @internal */ + Binary.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Binary.prototype.inspect = function () { + var asBuffer = this.value(true); + return "new Binary(Buffer.from(\"".concat(asBuffer.toString('hex'), "\", \"hex\"), ").concat(this.sub_type, ")"); + }; + /** + * Binary default subtype + * @internal + */ + Binary.BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Initial buffer default size */ + Binary.BUFFER_SIZE = 256; + /** Default BSON type */ + Binary.SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + Binary.SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + Binary.SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + Binary.SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + Binary.SUBTYPE_UUID = 4; + /** MD5 BSON type */ + Binary.SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + Binary.SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + Binary.SUBTYPE_COLUMN = 7; + /** User BSON type */ + Binary.SUBTYPE_USER_DEFINED = 128; + return Binary; +}()); +Object.defineProperty(Binary.prototype, '_bsontype', { value: 'Binary' }); +var UUID_BYTE_LENGTH = 16; +/** + * A class representation of the BSON UUID type. + * @public + */ +var UUID = /** @class */ (function (_super) { + __extends(UUID, _super); + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + function UUID(input) { + var _this = this; + var bytes; + var hexStr; + if (input == null) { + bytes = UUID.generate(); + } + else if (input instanceof UUID) { + bytes = Buffer.from(input.buffer); + hexStr = input.__id; + } + else if (ArrayBuffer.isView(input) && input.byteLength === UUID_BYTE_LENGTH) { + bytes = ensureBuffer(input); + } + else if (typeof input === 'string') { + bytes = uuidHexStringToBuffer(input); + } + else { + throw new BSONTypeError('Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).'); + } + _this = _super.call(this, bytes, BSON_BINARY_SUBTYPE_UUID_NEW) || this; + _this.__id = hexStr; + return _this; + } + Object.defineProperty(UUID.prototype, "id", { + /** + * The UUID bytes + * @readonly + */ + get: function () { + return this.buffer; + }, + set: function (value) { + this.buffer = value; + if (UUID.cacheHexString) { + this.__id = bufferToUuidHexString(value); + } + }, + enumerable: false, + configurable: true + }); + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + UUID.prototype.toHexString = function (includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + if (UUID.cacheHexString && this.__id) { + return this.__id; + } + var uuidHexString = bufferToUuidHexString(this.id, includeDashes); + if (UUID.cacheHexString) { + this.__id = uuidHexString; + } + return uuidHexString; + }; + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + UUID.prototype.toString = function (encoding) { + return encoding ? this.id.toString(encoding) : this.toHexString(); + }; + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + UUID.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + UUID.prototype.equals = function (otherId) { + if (!otherId) { + return false; + } + if (otherId instanceof UUID) { + return otherId.id.equals(this.id); + } + try { + return new UUID(otherId).id.equals(this.id); + } + catch (_a) { + return false; + } + }; + /** + * Creates a Binary instance from the current UUID. + */ + UUID.prototype.toBinary = function () { + return new Binary(this.id, Binary.SUBTYPE_UUID); + }; + /** + * Generates a populated buffer containing a v4 uuid + */ + UUID.generate = function () { + var bytes = randomBytes(UUID_BYTE_LENGTH); + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + // Kindly borrowed from https://github.com/uuidjs/uuid/blob/master/src/v4.js + bytes[6] = (bytes[6] & 0x0f) | 0x40; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + return Buffer.from(bytes); + }; + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + UUID.isValid = function (input) { + if (!input) { + return false; + } + if (input instanceof UUID) { + return true; + } + if (typeof input === 'string') { + return uuidValidateString(input); + } + if (isUint8Array(input)) { + // check for length & uuid version (https://tools.ietf.org/html/rfc4122#section-4.1.3) + if (input.length !== UUID_BYTE_LENGTH) { + return false; + } + return (input[6] & 0xf0) === 0x40 && (input[8] & 0x80) === 0x80; + } + return false; + }; + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + UUID.createFromHexString = function (hexString) { + var buffer = uuidHexStringToBuffer(hexString); + return new UUID(buffer); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 36 character hex string representation. + * @internal + */ + UUID.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + UUID.prototype.inspect = function () { + return "new UUID(\"".concat(this.toHexString(), "\")"); + }; + return UUID; +}(Binary)); + +/** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ +var Code = /** @class */ (function () { + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + function Code(code, scope) { + if (!(this instanceof Code)) + return new Code(code, scope); + this.code = code; + this.scope = scope; + } + Code.prototype.toJSON = function () { + return { code: this.code, scope: this.scope }; + }; + /** @internal */ + Code.prototype.toExtendedJSON = function () { + if (this.scope) { + return { $code: this.code, $scope: this.scope }; + } + return { $code: this.code }; + }; + /** @internal */ + Code.fromExtendedJSON = function (doc) { + return new Code(doc.$code, doc.$scope); + }; + /** @internal */ + Code.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Code.prototype.inspect = function () { + var codeJson = this.toJSON(); + return "new Code(\"".concat(String(codeJson.code), "\"").concat(codeJson.scope ? ", ".concat(JSON.stringify(codeJson.scope)) : '', ")"); + }; + return Code; +}()); +Object.defineProperty(Code.prototype, '_bsontype', { value: 'Code' }); + +/** @internal */ +function isDBRefLike(value) { + return (isObjectLike(value) && + value.$id != null && + typeof value.$ref === 'string' && + (value.$db == null || typeof value.$db === 'string')); +} +/** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ +var DBRef = /** @class */ (function () { + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + function DBRef(collection, oid, db, fields) { + if (!(this instanceof DBRef)) + return new DBRef(collection, oid, db, fields); + // check if namespace has been provided + var parts = collection.split('.'); + if (parts.length === 2) { + db = parts.shift(); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + collection = parts.shift(); + } + this.collection = collection; + this.oid = oid; + this.db = db; + this.fields = fields || {}; + } + Object.defineProperty(DBRef.prototype, "namespace", { + // Property provided for compatibility with the 1.x parser + // the 1.x parser used a "namespace" property, while 4.x uses "collection" + /** @internal */ + get: function () { + return this.collection; + }, + set: function (value) { + this.collection = value; + }, + enumerable: false, + configurable: true + }); + DBRef.prototype.toJSON = function () { + var o = Object.assign({ + $ref: this.collection, + $id: this.oid + }, this.fields); + if (this.db != null) + o.$db = this.db; + return o; + }; + /** @internal */ + DBRef.prototype.toExtendedJSON = function (options) { + options = options || {}; + var o = { + $ref: this.collection, + $id: this.oid + }; + if (options.legacy) { + return o; + } + if (this.db) + o.$db = this.db; + o = Object.assign(o, this.fields); + return o; + }; + /** @internal */ + DBRef.fromExtendedJSON = function (doc) { + var copy = Object.assign({}, doc); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(doc.$ref, doc.$id, doc.$db, copy); + }; + /** @internal */ + DBRef.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + DBRef.prototype.inspect = function () { + // NOTE: if OID is an ObjectId class it will just print the oid string. + var oid = this.oid === undefined || this.oid.toString === undefined ? this.oid : this.oid.toString(); + return "new DBRef(\"".concat(this.namespace, "\", new ObjectId(\"").concat(String(oid), "\")").concat(this.db ? ", \"".concat(this.db, "\"") : '', ")"); + }; + return DBRef; +}()); +Object.defineProperty(DBRef.prototype, '_bsontype', { value: 'DBRef' }); + +/** + * wasm optimizations, to do native i64 multiplication and divide + */ +var wasm = undefined; +try { + wasm = new WebAssembly.Instance(new WebAssembly.Module( + // prettier-ignore + new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 13, 2, 96, 0, 1, 127, 96, 4, 127, 127, 127, 127, 1, 127, 3, 7, 6, 0, 1, 1, 1, 1, 1, 6, 6, 1, 127, 1, 65, 0, 11, 7, 50, 6, 3, 109, 117, 108, 0, 1, 5, 100, 105, 118, 95, 115, 0, 2, 5, 100, 105, 118, 95, 117, 0, 3, 5, 114, 101, 109, 95, 115, 0, 4, 5, 114, 101, 109, 95, 117, 0, 5, 8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0, 10, 191, 1, 6, 4, 0, 35, 0, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11])), {}).exports; +} +catch (_a) { + // no wasm support +} +var TWO_PWR_16_DBL = 1 << 16; +var TWO_PWR_24_DBL = 1 << 24; +var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL; +var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL; +var TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2; +/** A cache of the Long representations of small integer values. */ +var INT_CACHE = {}; +/** A cache of the Long representations of small unsigned integer values. */ +var UINT_CACHE = {}; +/** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ +var Long = /** @class */ (function () { + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + function Long(low, high, unsigned) { + if (low === void 0) { low = 0; } + if (!(this instanceof Long)) + return new Long(low, high, unsigned); + if (typeof low === 'bigint') { + Object.assign(this, Long.fromBigInt(low, !!high)); + } + else if (typeof low === 'string') { + Object.assign(this, Long.fromString(low, !!high)); + } + else { + this.low = low | 0; + this.high = high | 0; + this.unsigned = !!unsigned; + } + Object.defineProperty(this, '__isLong__', { + value: true, + configurable: false, + writable: false, + enumerable: false + }); + } + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBits = function (lowBits, highBits, unsigned) { + return new Long(lowBits, highBits, unsigned); + }; + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromInt = function (value, unsigned) { + var obj, cachedObj, cache; + if (unsigned) { + value >>>= 0; + if ((cache = 0 <= value && value < 256)) { + cachedObj = UINT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, (value | 0) < 0 ? -1 : 0, true); + if (cache) + UINT_CACHE[value] = obj; + return obj; + } + else { + value |= 0; + if ((cache = -128 <= value && value < 128)) { + cachedObj = INT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, value < 0 ? -1 : 0, false); + if (cache) + INT_CACHE[value] = obj; + return obj; + } + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromNumber = function (value, unsigned) { + if (isNaN(value)) + return unsigned ? Long.UZERO : Long.ZERO; + if (unsigned) { + if (value < 0) + return Long.UZERO; + if (value >= TWO_PWR_64_DBL) + return Long.MAX_UNSIGNED_VALUE; + } + else { + if (value <= -TWO_PWR_63_DBL) + return Long.MIN_VALUE; + if (value + 1 >= TWO_PWR_63_DBL) + return Long.MAX_VALUE; + } + if (value < 0) + return Long.fromNumber(-value, unsigned).neg(); + return Long.fromBits(value % TWO_PWR_32_DBL | 0, (value / TWO_PWR_32_DBL) | 0, unsigned); + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBigInt = function (value, unsigned) { + return Long.fromString(value.toString(), unsigned); + }; + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + Long.fromString = function (str, unsigned, radix) { + if (str.length === 0) + throw Error('empty string'); + if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity') + return Long.ZERO; + if (typeof unsigned === 'number') { + // For goog.math.long compatibility + (radix = unsigned), (unsigned = false); + } + else { + unsigned = !!unsigned; + } + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + var p; + if ((p = str.indexOf('-')) > 0) + throw Error('interior hyphen'); + else if (p === 0) { + return Long.fromString(str.substring(1), unsigned, radix).neg(); + } + // Do several (8) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 8)); + var result = Long.ZERO; + for (var i = 0; i < str.length; i += 8) { + var size = Math.min(8, str.length - i), value = parseInt(str.substring(i, i + size), radix); + if (size < 8) { + var power = Long.fromNumber(Math.pow(radix, size)); + result = result.mul(power).add(Long.fromNumber(value)); + } + else { + result = result.mul(radixToPower); + result = result.add(Long.fromNumber(value)); + } + } + result.unsigned = unsigned; + return result; + }; + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + Long.fromBytes = function (bytes, unsigned, le) { + return le ? Long.fromBytesLE(bytes, unsigned) : Long.fromBytesBE(bytes, unsigned); + }; + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesLE = function (bytes, unsigned) { + return new Long(bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24), bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24), unsigned); + }; + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesBE = function (bytes, unsigned) { + return new Long((bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7], (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3], unsigned); + }; + /** + * Tests if the specified object is a Long. + */ + Long.isLong = function (value) { + return isObjectLike(value) && value['__isLong__'] === true; + }; + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + Long.fromValue = function (val, unsigned) { + if (typeof val === 'number') + return Long.fromNumber(val, unsigned); + if (typeof val === 'string') + return Long.fromString(val, unsigned); + // Throws for non-objects, converts non-instanceof Long: + return Long.fromBits(val.low, val.high, typeof unsigned === 'boolean' ? unsigned : val.unsigned); + }; + /** Returns the sum of this and the specified Long. */ + Long.prototype.add = function (addend) { + if (!Long.isLong(addend)) + addend = Long.fromValue(addend); + // Divide each number into 4 chunks of 16 bits, and then sum the chunks. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = addend.high >>> 16; + var b32 = addend.high & 0xffff; + var b16 = addend.low >>> 16; + var b00 = addend.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 + b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 + b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 + b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 + b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + Long.prototype.and = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low & other.low, this.high & other.high, this.unsigned); + }; + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + Long.prototype.compare = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.eq(other)) + return 0; + var thisNeg = this.isNegative(), otherNeg = other.isNegative(); + if (thisNeg && !otherNeg) + return -1; + if (!thisNeg && otherNeg) + return 1; + // At this point the sign bits are the same + if (!this.unsigned) + return this.sub(other).isNegative() ? -1 : 1; + // Both are positive if at least one is unsigned + return other.high >>> 0 > this.high >>> 0 || + (other.high === this.high && other.low >>> 0 > this.low >>> 0) + ? -1 + : 1; + }; + /** This is an alias of {@link Long.compare} */ + Long.prototype.comp = function (other) { + return this.compare(other); + }; + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + Long.prototype.divide = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + if (divisor.isZero()) + throw Error('division by zero'); + // use wasm support if present + if (wasm) { + // guard against signed division overflow: the largest + // negative number / -1 would be 1 larger than the largest + // positive number, due to two's complement. + if (!this.unsigned && + this.high === -0x80000000 && + divisor.low === -1 && + divisor.high === -1) { + // be consistent with non-wasm code path + return this; + } + var low = (this.unsigned ? wasm.div_u : wasm.div_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (this.isZero()) + return this.unsigned ? Long.UZERO : Long.ZERO; + var approx, rem, res; + if (!this.unsigned) { + // This section is only relevant for signed longs and is derived from the + // closure library as a whole. + if (this.eq(Long.MIN_VALUE)) { + if (divisor.eq(Long.ONE) || divisor.eq(Long.NEG_ONE)) + return Long.MIN_VALUE; + // recall that -MIN_VALUE == MIN_VALUE + else if (divisor.eq(Long.MIN_VALUE)) + return Long.ONE; + else { + // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|. + var halfThis = this.shr(1); + approx = halfThis.div(divisor).shl(1); + if (approx.eq(Long.ZERO)) { + return divisor.isNegative() ? Long.ONE : Long.NEG_ONE; + } + else { + rem = this.sub(divisor.mul(approx)); + res = approx.add(rem.div(divisor)); + return res; + } + } + } + else if (divisor.eq(Long.MIN_VALUE)) + return this.unsigned ? Long.UZERO : Long.ZERO; + if (this.isNegative()) { + if (divisor.isNegative()) + return this.neg().div(divisor.neg()); + return this.neg().div(divisor).neg(); + } + else if (divisor.isNegative()) + return this.div(divisor.neg()).neg(); + res = Long.ZERO; + } + else { + // The algorithm below has not been made for unsigned longs. It's therefore + // required to take special care of the MSB prior to running it. + if (!divisor.unsigned) + divisor = divisor.toUnsigned(); + if (divisor.gt(this)) + return Long.UZERO; + if (divisor.gt(this.shru(1))) + // 15 >>> 1 = 7 ; with divisor = 8 ; true + return Long.UONE; + res = Long.UZERO; + } + // Repeat the following until the remainder is less than other: find a + // floating-point that approximates remainder / other *from below*, add this + // into the result, and subtract it from the remainder. It is critical that + // the approximate value is less than or equal to the real value so that the + // remainder never becomes negative. + // eslint-disable-next-line @typescript-eslint/no-this-alias + rem = this; + while (rem.gte(divisor)) { + // Approximate the result of division. This may be a little greater or + // smaller than the actual value. + approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber())); + // We will tweak the approximate result by changing it in the 48-th digit or + // the smallest non-fractional digit, whichever is larger. + var log2 = Math.ceil(Math.log(approx) / Math.LN2); + var delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48); + // Decrease the approximation until it is smaller than the remainder. Note + // that if it is too large, the product overflows and is negative. + var approxRes = Long.fromNumber(approx); + var approxRem = approxRes.mul(divisor); + while (approxRem.isNegative() || approxRem.gt(rem)) { + approx -= delta; + approxRes = Long.fromNumber(approx, this.unsigned); + approxRem = approxRes.mul(divisor); + } + // We know the answer can't be zero... and actually, zero would cause + // infinite recursion since we would make no progress. + if (approxRes.isZero()) + approxRes = Long.ONE; + res = res.add(approxRes); + rem = rem.sub(approxRem); + } + return res; + }; + /**This is an alias of {@link Long.divide} */ + Long.prototype.div = function (divisor) { + return this.divide(divisor); + }; + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + Long.prototype.equals = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.unsigned !== other.unsigned && this.high >>> 31 === 1 && other.high >>> 31 === 1) + return false; + return this.high === other.high && this.low === other.low; + }; + /** This is an alias of {@link Long.equals} */ + Long.prototype.eq = function (other) { + return this.equals(other); + }; + /** Gets the high 32 bits as a signed integer. */ + Long.prototype.getHighBits = function () { + return this.high; + }; + /** Gets the high 32 bits as an unsigned integer. */ + Long.prototype.getHighBitsUnsigned = function () { + return this.high >>> 0; + }; + /** Gets the low 32 bits as a signed integer. */ + Long.prototype.getLowBits = function () { + return this.low; + }; + /** Gets the low 32 bits as an unsigned integer. */ + Long.prototype.getLowBitsUnsigned = function () { + return this.low >>> 0; + }; + /** Gets the number of bits needed to represent the absolute value of this Long. */ + Long.prototype.getNumBitsAbs = function () { + if (this.isNegative()) { + // Unsigned Longs are never negative + return this.eq(Long.MIN_VALUE) ? 64 : this.neg().getNumBitsAbs(); + } + var val = this.high !== 0 ? this.high : this.low; + var bit; + for (bit = 31; bit > 0; bit--) + if ((val & (1 << bit)) !== 0) + break; + return this.high !== 0 ? bit + 33 : bit + 1; + }; + /** Tests if this Long's value is greater than the specified's. */ + Long.prototype.greaterThan = function (other) { + return this.comp(other) > 0; + }; + /** This is an alias of {@link Long.greaterThan} */ + Long.prototype.gt = function (other) { + return this.greaterThan(other); + }; + /** Tests if this Long's value is greater than or equal the specified's. */ + Long.prototype.greaterThanOrEqual = function (other) { + return this.comp(other) >= 0; + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.gte = function (other) { + return this.greaterThanOrEqual(other); + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.ge = function (other) { + return this.greaterThanOrEqual(other); + }; + /** Tests if this Long's value is even. */ + Long.prototype.isEven = function () { + return (this.low & 1) === 0; + }; + /** Tests if this Long's value is negative. */ + Long.prototype.isNegative = function () { + return !this.unsigned && this.high < 0; + }; + /** Tests if this Long's value is odd. */ + Long.prototype.isOdd = function () { + return (this.low & 1) === 1; + }; + /** Tests if this Long's value is positive. */ + Long.prototype.isPositive = function () { + return this.unsigned || this.high >= 0; + }; + /** Tests if this Long's value equals zero. */ + Long.prototype.isZero = function () { + return this.high === 0 && this.low === 0; + }; + /** Tests if this Long's value is less than the specified's. */ + Long.prototype.lessThan = function (other) { + return this.comp(other) < 0; + }; + /** This is an alias of {@link Long#lessThan}. */ + Long.prototype.lt = function (other) { + return this.lessThan(other); + }; + /** Tests if this Long's value is less than or equal the specified's. */ + Long.prototype.lessThanOrEqual = function (other) { + return this.comp(other) <= 0; + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.lte = function (other) { + return this.lessThanOrEqual(other); + }; + /** Returns this Long modulo the specified. */ + Long.prototype.modulo = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + // use wasm support if present + if (wasm) { + var low = (this.unsigned ? wasm.rem_u : wasm.rem_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + return this.sub(this.div(divisor).mul(divisor)); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.mod = function (divisor) { + return this.modulo(divisor); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.rem = function (divisor) { + return this.modulo(divisor); + }; + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + Long.prototype.multiply = function (multiplier) { + if (this.isZero()) + return Long.ZERO; + if (!Long.isLong(multiplier)) + multiplier = Long.fromValue(multiplier); + // use wasm support if present + if (wasm) { + var low = wasm.mul(this.low, this.high, multiplier.low, multiplier.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (multiplier.isZero()) + return Long.ZERO; + if (this.eq(Long.MIN_VALUE)) + return multiplier.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (multiplier.eq(Long.MIN_VALUE)) + return this.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (this.isNegative()) { + if (multiplier.isNegative()) + return this.neg().mul(multiplier.neg()); + else + return this.neg().mul(multiplier).neg(); + } + else if (multiplier.isNegative()) + return this.mul(multiplier.neg()).neg(); + // If both longs are small, use float multiplication + if (this.lt(Long.TWO_PWR_24) && multiplier.lt(Long.TWO_PWR_24)) + return Long.fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned); + // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products. + // We can skip products that would overflow. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = multiplier.high >>> 16; + var b32 = multiplier.high & 0xffff; + var b16 = multiplier.low >>> 16; + var b00 = multiplier.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 * b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 * b00; + c32 += c16 >>> 16; + c16 &= 0xffff; + c16 += a00 * b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 * b00; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a16 * b16; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a00 * b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** This is an alias of {@link Long.multiply} */ + Long.prototype.mul = function (multiplier) { + return this.multiply(multiplier); + }; + /** Returns the Negation of this Long's value. */ + Long.prototype.negate = function () { + if (!this.unsigned && this.eq(Long.MIN_VALUE)) + return Long.MIN_VALUE; + return this.not().add(Long.ONE); + }; + /** This is an alias of {@link Long.negate} */ + Long.prototype.neg = function () { + return this.negate(); + }; + /** Returns the bitwise NOT of this Long. */ + Long.prototype.not = function () { + return Long.fromBits(~this.low, ~this.high, this.unsigned); + }; + /** Tests if this Long's value differs from the specified's. */ + Long.prototype.notEquals = function (other) { + return !this.equals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.neq = function (other) { + return this.notEquals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.ne = function (other) { + return this.notEquals(other); + }; + /** + * Returns the bitwise OR of this Long and the specified. + */ + Long.prototype.or = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low | other.low, this.high | other.high, this.unsigned); + }; + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftLeft = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits(this.low << numBits, (this.high << numBits) | (this.low >>> (32 - numBits)), this.unsigned); + else + return Long.fromBits(0, this.low << (numBits - 32), this.unsigned); + }; + /** This is an alias of {@link Long.shiftLeft} */ + Long.prototype.shl = function (numBits) { + return this.shiftLeft(numBits); + }; + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRight = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits((this.low >>> numBits) | (this.high << (32 - numBits)), this.high >> numBits, this.unsigned); + else + return Long.fromBits(this.high >> (numBits - 32), this.high >= 0 ? 0 : -1, this.unsigned); + }; + /** This is an alias of {@link Long.shiftRight} */ + Long.prototype.shr = function (numBits) { + return this.shiftRight(numBits); + }; + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRightUnsigned = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + numBits &= 63; + if (numBits === 0) + return this; + else { + var high = this.high; + if (numBits < 32) { + var low = this.low; + return Long.fromBits((low >>> numBits) | (high << (32 - numBits)), high >>> numBits, this.unsigned); + } + else if (numBits === 32) + return Long.fromBits(high, 0, this.unsigned); + else + return Long.fromBits(high >>> (numBits - 32), 0, this.unsigned); + } + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shr_u = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shru = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + Long.prototype.subtract = function (subtrahend) { + if (!Long.isLong(subtrahend)) + subtrahend = Long.fromValue(subtrahend); + return this.add(subtrahend.neg()); + }; + /** This is an alias of {@link Long.subtract} */ + Long.prototype.sub = function (subtrahend) { + return this.subtract(subtrahend); + }; + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + Long.prototype.toInt = function () { + return this.unsigned ? this.low >>> 0 : this.low; + }; + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + Long.prototype.toNumber = function () { + if (this.unsigned) + return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0); + return this.high * TWO_PWR_32_DBL + (this.low >>> 0); + }; + /** Converts the Long to a BigInt (arbitrary precision). */ + Long.prototype.toBigInt = function () { + return BigInt(this.toString()); + }; + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + Long.prototype.toBytes = function (le) { + return le ? this.toBytesLE() : this.toBytesBE(); + }; + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + Long.prototype.toBytesLE = function () { + var hi = this.high, lo = this.low; + return [ + lo & 0xff, + (lo >>> 8) & 0xff, + (lo >>> 16) & 0xff, + lo >>> 24, + hi & 0xff, + (hi >>> 8) & 0xff, + (hi >>> 16) & 0xff, + hi >>> 24 + ]; + }; + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + Long.prototype.toBytesBE = function () { + var hi = this.high, lo = this.low; + return [ + hi >>> 24, + (hi >>> 16) & 0xff, + (hi >>> 8) & 0xff, + hi & 0xff, + lo >>> 24, + (lo >>> 16) & 0xff, + (lo >>> 8) & 0xff, + lo & 0xff + ]; + }; + /** + * Converts this Long to signed. + */ + Long.prototype.toSigned = function () { + if (!this.unsigned) + return this; + return Long.fromBits(this.low, this.high, false); + }; + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + Long.prototype.toString = function (radix) { + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + if (this.isZero()) + return '0'; + if (this.isNegative()) { + // Unsigned Longs are never negative + if (this.eq(Long.MIN_VALUE)) { + // We need to change the Long value before it can be negated, so we remove + // the bottom-most digit in this base and then recurse to do the rest. + var radixLong = Long.fromNumber(radix), div = this.div(radixLong), rem1 = div.mul(radixLong).sub(this); + return div.toString(radix) + rem1.toInt().toString(radix); + } + else + return '-' + this.neg().toString(radix); + } + // Do several (6) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 6), this.unsigned); + // eslint-disable-next-line @typescript-eslint/no-this-alias + var rem = this; + var result = ''; + // eslint-disable-next-line no-constant-condition + while (true) { + var remDiv = rem.div(radixToPower); + var intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0; + var digits = intval.toString(radix); + rem = remDiv; + if (rem.isZero()) { + return digits + result; + } + else { + while (digits.length < 6) + digits = '0' + digits; + result = '' + digits + result; + } + } + }; + /** Converts this Long to unsigned. */ + Long.prototype.toUnsigned = function () { + if (this.unsigned) + return this; + return Long.fromBits(this.low, this.high, true); + }; + /** Returns the bitwise XOR of this Long and the given one. */ + Long.prototype.xor = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned); + }; + /** This is an alias of {@link Long.isZero} */ + Long.prototype.eqz = function () { + return this.isZero(); + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.le = function (other) { + return this.lessThanOrEqual(other); + }; + /* + **************************************************************** + * BSON SPECIFIC ADDITIONS * + **************************************************************** + */ + Long.prototype.toExtendedJSON = function (options) { + if (options && options.relaxed) + return this.toNumber(); + return { $numberLong: this.toString() }; + }; + Long.fromExtendedJSON = function (doc, options) { + var result = Long.fromString(doc.$numberLong); + return options && options.relaxed ? result.toNumber() : result; + }; + /** @internal */ + Long.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Long.prototype.inspect = function () { + return "new Long(\"".concat(this.toString(), "\"").concat(this.unsigned ? ', true' : '', ")"); + }; + Long.TWO_PWR_24 = Long.fromInt(TWO_PWR_24_DBL); + /** Maximum unsigned value. */ + Long.MAX_UNSIGNED_VALUE = Long.fromBits(0xffffffff | 0, 0xffffffff | 0, true); + /** Signed zero */ + Long.ZERO = Long.fromInt(0); + /** Unsigned zero. */ + Long.UZERO = Long.fromInt(0, true); + /** Signed one. */ + Long.ONE = Long.fromInt(1); + /** Unsigned one. */ + Long.UONE = Long.fromInt(1, true); + /** Signed negative one. */ + Long.NEG_ONE = Long.fromInt(-1); + /** Maximum signed value. */ + Long.MAX_VALUE = Long.fromBits(0xffffffff | 0, 0x7fffffff | 0, false); + /** Minimum signed value. */ + Long.MIN_VALUE = Long.fromBits(0, 0x80000000 | 0, false); + return Long; +}()); +Object.defineProperty(Long.prototype, '__isLong__', { value: true }); +Object.defineProperty(Long.prototype, '_bsontype', { value: 'Long' }); + +var PARSE_STRING_REGEXP = /^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/; +var PARSE_INF_REGEXP = /^(\+|-)?(Infinity|inf)$/i; +var PARSE_NAN_REGEXP = /^(\+|-)?NaN$/i; +var EXPONENT_MAX = 6111; +var EXPONENT_MIN = -6176; +var EXPONENT_BIAS = 6176; +var MAX_DIGITS = 34; +// Nan value bits as 32 bit values (due to lack of longs) +var NAN_BUFFER = [ + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +// Infinity value bits 32 bit values (due to lack of longs) +var INF_NEGATIVE_BUFFER = [ + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +var INF_POSITIVE_BUFFER = [ + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +var EXPONENT_REGEX = /^([-+])?(\d+)?$/; +// Extract least significant 5 bits +var COMBINATION_MASK = 0x1f; +// Extract least significant 14 bits +var EXPONENT_MASK = 0x3fff; +// Value of combination field for Inf +var COMBINATION_INFINITY = 30; +// Value of combination field for NaN +var COMBINATION_NAN = 31; +// Detect if the value is a digit +function isDigit(value) { + return !isNaN(parseInt(value, 10)); +} +// Divide two uint128 values +function divideu128(value) { + var DIVISOR = Long.fromNumber(1000 * 1000 * 1000); + var _rem = Long.fromNumber(0); + if (!value.parts[0] && !value.parts[1] && !value.parts[2] && !value.parts[3]) { + return { quotient: value, rem: _rem }; + } + for (var i = 0; i <= 3; i++) { + // Adjust remainder to match value of next dividend + _rem = _rem.shiftLeft(32); + // Add the divided to _rem + _rem = _rem.add(new Long(value.parts[i], 0)); + value.parts[i] = _rem.div(DIVISOR).low; + _rem = _rem.modulo(DIVISOR); + } + return { quotient: value, rem: _rem }; +} +// Multiply two Long values and return the 128 bit value +function multiply64x2(left, right) { + if (!left && !right) { + return { high: Long.fromNumber(0), low: Long.fromNumber(0) }; + } + var leftHigh = left.shiftRightUnsigned(32); + var leftLow = new Long(left.getLowBits(), 0); + var rightHigh = right.shiftRightUnsigned(32); + var rightLow = new Long(right.getLowBits(), 0); + var productHigh = leftHigh.multiply(rightHigh); + var productMid = leftHigh.multiply(rightLow); + var productMid2 = leftLow.multiply(rightHigh); + var productLow = leftLow.multiply(rightLow); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productMid = new Long(productMid.getLowBits(), 0) + .add(productMid2) + .add(productLow.shiftRightUnsigned(32)); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productLow = productMid.shiftLeft(32).add(new Long(productLow.getLowBits(), 0)); + // Return the 128 bit result + return { high: productHigh, low: productLow }; +} +function lessThan(left, right) { + // Make values unsigned + var uhleft = left.high >>> 0; + var uhright = right.high >>> 0; + // Compare high bits first + if (uhleft < uhright) { + return true; + } + else if (uhleft === uhright) { + var ulleft = left.low >>> 0; + var ulright = right.low >>> 0; + if (ulleft < ulright) + return true; + } + return false; +} +function invalidErr(string, message) { + throw new BSONTypeError("\"".concat(string, "\" is not a valid Decimal128 string - ").concat(message)); +} +/** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ +var Decimal128 = /** @class */ (function () { + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + function Decimal128(bytes) { + if (!(this instanceof Decimal128)) + return new Decimal128(bytes); + if (typeof bytes === 'string') { + this.bytes = Decimal128.fromString(bytes).bytes; + } + else if (isUint8Array(bytes)) { + if (bytes.byteLength !== 16) { + throw new BSONTypeError('Decimal128 must take a Buffer of 16 bytes'); + } + this.bytes = bytes; + } + else { + throw new BSONTypeError('Decimal128 must take a Buffer or string'); + } + } + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + Decimal128.fromString = function (representation) { + // Parse state tracking + var isNegative = false; + var sawRadix = false; + var foundNonZero = false; + // Total number of significant digits (no leading or trailing zero) + var significantDigits = 0; + // Total number of significand digits read + var nDigitsRead = 0; + // Total number of digits (no leading zeros) + var nDigits = 0; + // The number of the digits after radix + var radixPosition = 0; + // The index of the first non-zero in *str* + var firstNonZero = 0; + // Digits Array + var digits = [0]; + // The number of digits in digits + var nDigitsStored = 0; + // Insertion pointer for digits + var digitsInsert = 0; + // The index of the first non-zero digit + var firstDigit = 0; + // The index of the last digit + var lastDigit = 0; + // Exponent + var exponent = 0; + // loop index over array + var i = 0; + // The high 17 digits of the significand + var significandHigh = new Long(0, 0); + // The low 17 digits of the significand + var significandLow = new Long(0, 0); + // The biased exponent + var biasedExponent = 0; + // Read index + var index = 0; + // Naively prevent against REDOS attacks. + // TODO: implementing a custom parsing for this, or refactoring the regex would yield + // further gains. + if (representation.length >= 7000) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + // Results + var stringMatch = representation.match(PARSE_STRING_REGEXP); + var infMatch = representation.match(PARSE_INF_REGEXP); + var nanMatch = representation.match(PARSE_NAN_REGEXP); + // Validate the string + if ((!stringMatch && !infMatch && !nanMatch) || representation.length === 0) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + if (stringMatch) { + // full_match = stringMatch[0] + // sign = stringMatch[1] + var unsignedNumber = stringMatch[2]; + // stringMatch[3] is undefined if a whole number (ex "1", 12") + // but defined if a number w/ decimal in it (ex "1.0, 12.2") + var e = stringMatch[4]; + var expSign = stringMatch[5]; + var expNumber = stringMatch[6]; + // they provided e, but didn't give an exponent number. for ex "1e" + if (e && expNumber === undefined) + invalidErr(representation, 'missing exponent power'); + // they provided e, but didn't give a number before it. for ex "e1" + if (e && unsignedNumber === undefined) + invalidErr(representation, 'missing exponent base'); + if (e === undefined && (expSign || expNumber)) { + invalidErr(representation, 'missing e before exponent'); + } + } + // Get the negative or positive sign + if (representation[index] === '+' || representation[index] === '-') { + isNegative = representation[index++] === '-'; + } + // Check if user passed Infinity or NaN + if (!isDigit(representation[index]) && representation[index] !== '.') { + if (representation[index] === 'i' || representation[index] === 'I') { + return new Decimal128(Buffer.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + else if (representation[index] === 'N') { + return new Decimal128(Buffer.from(NAN_BUFFER)); + } + } + // Read all the digits + while (isDigit(representation[index]) || representation[index] === '.') { + if (representation[index] === '.') { + if (sawRadix) + invalidErr(representation, 'contains multiple periods'); + sawRadix = true; + index = index + 1; + continue; + } + if (nDigitsStored < 34) { + if (representation[index] !== '0' || foundNonZero) { + if (!foundNonZero) { + firstNonZero = nDigitsRead; + } + foundNonZero = true; + // Only store 34 digits + digits[digitsInsert++] = parseInt(representation[index], 10); + nDigitsStored = nDigitsStored + 1; + } + } + if (foundNonZero) + nDigits = nDigits + 1; + if (sawRadix) + radixPosition = radixPosition + 1; + nDigitsRead = nDigitsRead + 1; + index = index + 1; + } + if (sawRadix && !nDigitsRead) + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + // Read exponent if exists + if (representation[index] === 'e' || representation[index] === 'E') { + // Read exponent digits + var match = representation.substr(++index).match(EXPONENT_REGEX); + // No digits read + if (!match || !match[2]) + return new Decimal128(Buffer.from(NAN_BUFFER)); + // Get exponent + exponent = parseInt(match[0], 10); + // Adjust the index + index = index + match[0].length; + } + // Return not a number + if (representation[index]) + return new Decimal128(Buffer.from(NAN_BUFFER)); + // Done reading input + // Find first non-zero digit in digits + firstDigit = 0; + if (!nDigitsStored) { + firstDigit = 0; + lastDigit = 0; + digits[0] = 0; + nDigits = 1; + nDigitsStored = 1; + significantDigits = 0; + } + else { + lastDigit = nDigitsStored - 1; + significantDigits = nDigits; + if (significantDigits !== 1) { + while (digits[firstNonZero + significantDigits - 1] === 0) { + significantDigits = significantDigits - 1; + } + } + } + // Normalization of exponent + // Correct exponent based on radix position, and shift significand as needed + // to represent user input + // Overflow prevention + if (exponent <= radixPosition && radixPosition - exponent > 1 << 14) { + exponent = EXPONENT_MIN; + } + else { + exponent = exponent - radixPosition; + } + // Attempt to normalize the exponent + while (exponent > EXPONENT_MAX) { + // Shift exponent to significand and decrease + lastDigit = lastDigit + 1; + if (lastDigit - firstDigit > MAX_DIGITS) { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + exponent = exponent - 1; + } + while (exponent < EXPONENT_MIN || nDigitsStored < nDigits) { + // Shift last digit. can only do this if < significant digits than # stored. + if (lastDigit === 0 && significantDigits < nDigitsStored) { + exponent = EXPONENT_MIN; + significantDigits = 0; + break; + } + if (nDigitsStored < nDigits) { + // adjust to match digits not stored + nDigits = nDigits - 1; + } + else { + // adjust to round + lastDigit = lastDigit - 1; + } + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + } + else { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + } + // Round + // We've normalized the exponent, but might still need to round. + if (lastDigit - firstDigit + 1 < significantDigits) { + var endOfString = nDigitsRead; + // If we have seen a radix point, 'string' is 1 longer than we have + // documented with ndigits_read, so inc the position of the first nonzero + // digit and the position that digits are read to. + if (sawRadix) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + // if negative, we need to increment again to account for - sign at start. + if (isNegative) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + var roundDigit = parseInt(representation[firstNonZero + lastDigit + 1], 10); + var roundBit = 0; + if (roundDigit >= 5) { + roundBit = 1; + if (roundDigit === 5) { + roundBit = digits[lastDigit] % 2 === 1 ? 1 : 0; + for (i = firstNonZero + lastDigit + 2; i < endOfString; i++) { + if (parseInt(representation[i], 10)) { + roundBit = 1; + break; + } + } + } + } + if (roundBit) { + var dIdx = lastDigit; + for (; dIdx >= 0; dIdx--) { + if (++digits[dIdx] > 9) { + digits[dIdx] = 0; + // overflowed most significant digit + if (dIdx === 0) { + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + digits[dIdx] = 1; + } + else { + return new Decimal128(Buffer.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + } + } + } + } + } + // Encode significand + // The high 17 digits of the significand + significandHigh = Long.fromNumber(0); + // The low 17 digits of the significand + significandLow = Long.fromNumber(0); + // read a zero + if (significantDigits === 0) { + significandHigh = Long.fromNumber(0); + significandLow = Long.fromNumber(0); + } + else if (lastDigit - firstDigit < 17) { + var dIdx = firstDigit; + significandLow = Long.fromNumber(digits[dIdx++]); + significandHigh = new Long(0, 0); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + else { + var dIdx = firstDigit; + significandHigh = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit - 17; dIdx++) { + significandHigh = significandHigh.multiply(Long.fromNumber(10)); + significandHigh = significandHigh.add(Long.fromNumber(digits[dIdx])); + } + significandLow = Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + var significand = multiply64x2(significandHigh, Long.fromString('100000000000000000')); + significand.low = significand.low.add(significandLow); + if (lessThan(significand.low, significandLow)) { + significand.high = significand.high.add(Long.fromNumber(1)); + } + // Biased exponent + biasedExponent = exponent + EXPONENT_BIAS; + var dec = { low: Long.fromNumber(0), high: Long.fromNumber(0) }; + // Encode combination, exponent, and significand. + if (significand.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1))) { + // Encode '11' into bits 1 to 3 + dec.high = dec.high.or(Long.fromNumber(0x3).shiftLeft(61)); + dec.high = dec.high.or(Long.fromNumber(biasedExponent).and(Long.fromNumber(0x3fff).shiftLeft(47))); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x7fffffffffff))); + } + else { + dec.high = dec.high.or(Long.fromNumber(biasedExponent & 0x3fff).shiftLeft(49)); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x1ffffffffffff))); + } + dec.low = significand.low; + // Encode sign + if (isNegative) { + dec.high = dec.high.or(Long.fromString('9223372036854775808')); + } + // Encode into a buffer + var buffer = Buffer.alloc(16); + index = 0; + // Encode the low 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.low.low & 0xff; + buffer[index++] = (dec.low.low >> 8) & 0xff; + buffer[index++] = (dec.low.low >> 16) & 0xff; + buffer[index++] = (dec.low.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.low.high & 0xff; + buffer[index++] = (dec.low.high >> 8) & 0xff; + buffer[index++] = (dec.low.high >> 16) & 0xff; + buffer[index++] = (dec.low.high >> 24) & 0xff; + // Encode the high 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.high.low & 0xff; + buffer[index++] = (dec.high.low >> 8) & 0xff; + buffer[index++] = (dec.high.low >> 16) & 0xff; + buffer[index++] = (dec.high.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.high.high & 0xff; + buffer[index++] = (dec.high.high >> 8) & 0xff; + buffer[index++] = (dec.high.high >> 16) & 0xff; + buffer[index++] = (dec.high.high >> 24) & 0xff; + // Return the new Decimal128 + return new Decimal128(buffer); + }; + /** Create a string representation of the raw Decimal128 value */ + Decimal128.prototype.toString = function () { + // Note: bits in this routine are referred to starting at 0, + // from the sign bit, towards the coefficient. + // decoded biased exponent (14 bits) + var biased_exponent; + // the number of significand digits + var significand_digits = 0; + // the base-10 digits in the significand + var significand = new Array(36); + for (var i = 0; i < significand.length; i++) + significand[i] = 0; + // read pointer into significand + var index = 0; + // true if the number is zero + var is_zero = false; + // the most significant significand bits (50-46) + var significand_msb; + // temporary storage for significand decoding + var significand128 = { parts: [0, 0, 0, 0] }; + // indexing variables + var j, k; + // Output string + var string = []; + // Unpack index + index = 0; + // Buffer reference + var buffer = this.bytes; + // Unpack the low 64bits into a long + // bits 96 - 127 + var low = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 64 - 95 + var midl = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack the high 64bits into a long + // bits 32 - 63 + var midh = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 0 - 31 + var high = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack index + index = 0; + // Create the state of the decimal + var dec = { + low: new Long(low, midl), + high: new Long(midh, high) + }; + if (dec.high.lessThan(Long.ZERO)) { + string.push('-'); + } + // Decode combination field and exponent + // bits 1 - 5 + var combination = (high >> 26) & COMBINATION_MASK; + if (combination >> 3 === 3) { + // Check for 'special' values + if (combination === COMBINATION_INFINITY) { + return string.join('') + 'Infinity'; + } + else if (combination === COMBINATION_NAN) { + return 'NaN'; + } + else { + biased_exponent = (high >> 15) & EXPONENT_MASK; + significand_msb = 0x08 + ((high >> 14) & 0x01); + } + } + else { + significand_msb = (high >> 14) & 0x07; + biased_exponent = (high >> 17) & EXPONENT_MASK; + } + // unbiased exponent + var exponent = biased_exponent - EXPONENT_BIAS; + // Create string of significand digits + // Convert the 114-bit binary number represented by + // (significand_high, significand_low) to at most 34 decimal + // digits through modulo and division. + significand128.parts[0] = (high & 0x3fff) + ((significand_msb & 0xf) << 14); + significand128.parts[1] = midh; + significand128.parts[2] = midl; + significand128.parts[3] = low; + if (significand128.parts[0] === 0 && + significand128.parts[1] === 0 && + significand128.parts[2] === 0 && + significand128.parts[3] === 0) { + is_zero = true; + } + else { + for (k = 3; k >= 0; k--) { + var least_digits = 0; + // Perform the divide + var result = divideu128(significand128); + significand128 = result.quotient; + least_digits = result.rem.low; + // We now have the 9 least significant digits (in base 2). + // Convert and output to string. + if (!least_digits) + continue; + for (j = 8; j >= 0; j--) { + // significand[k * 9 + j] = Math.round(least_digits % 10); + significand[k * 9 + j] = least_digits % 10; + // least_digits = Math.round(least_digits / 10); + least_digits = Math.floor(least_digits / 10); + } + } + } + // Output format options: + // Scientific - [-]d.dddE(+/-)dd or [-]dE(+/-)dd + // Regular - ddd.ddd + if (is_zero) { + significand_digits = 1; + significand[index] = 0; + } + else { + significand_digits = 36; + while (!significand[index]) { + significand_digits = significand_digits - 1; + index = index + 1; + } + } + // the exponent if scientific notation is used + var scientific_exponent = significand_digits - 1 + exponent; + // The scientific exponent checks are dictated by the string conversion + // specification and are somewhat arbitrary cutoffs. + // + // We must check exponent > 0, because if this is the case, the number + // has trailing zeros. However, we *cannot* output these trailing zeros, + // because doing so would change the precision of the value, and would + // change stored data if the string converted number is round tripped. + if (scientific_exponent >= 34 || scientific_exponent <= -7 || exponent > 0) { + // Scientific format + // if there are too many significant digits, we should just be treating numbers + // as + or - 0 and using the non-scientific exponent (this is for the "invalid + // representation should be treated as 0/-0" spec cases in decimal128-1.json) + if (significand_digits > 34) { + string.push("".concat(0)); + if (exponent > 0) + string.push("E+".concat(exponent)); + else if (exponent < 0) + string.push("E".concat(exponent)); + return string.join(''); + } + string.push("".concat(significand[index++])); + significand_digits = significand_digits - 1; + if (significand_digits) { + string.push('.'); + } + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + // Exponent + string.push('E'); + if (scientific_exponent > 0) { + string.push("+".concat(scientific_exponent)); + } + else { + string.push("".concat(scientific_exponent)); + } + } + else { + // Regular format with no decimal place + if (exponent >= 0) { + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + } + else { + var radix_position = significand_digits + exponent; + // non-zero digits before radix + if (radix_position > 0) { + for (var i = 0; i < radix_position; i++) { + string.push("".concat(significand[index++])); + } + } + else { + string.push('0'); + } + string.push('.'); + // add leading zeros after radix + while (radix_position++ < 0) { + string.push('0'); + } + for (var i = 0; i < significand_digits - Math.max(radix_position - 1, 0); i++) { + string.push("".concat(significand[index++])); + } + } + } + return string.join(''); + }; + Decimal128.prototype.toJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.prototype.toExtendedJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.fromExtendedJSON = function (doc) { + return Decimal128.fromString(doc.$numberDecimal); + }; + /** @internal */ + Decimal128.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Decimal128.prototype.inspect = function () { + return "new Decimal128(\"".concat(this.toString(), "\")"); + }; + return Decimal128; +}()); +Object.defineProperty(Decimal128.prototype, '_bsontype', { value: 'Decimal128' }); + +/** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ +var Double = /** @class */ (function () { + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + function Double(value) { + if (!(this instanceof Double)) + return new Double(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value; + } + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + Double.prototype.valueOf = function () { + return this.value; + }; + Double.prototype.toJSON = function () { + return this.value; + }; + Double.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + /** @internal */ + Double.prototype.toExtendedJSON = function (options) { + if (options && (options.legacy || (options.relaxed && isFinite(this.value)))) { + return this.value; + } + if (Object.is(Math.sign(this.value), -0)) { + // NOTE: JavaScript has +0 and -0, apparently to model limit calculations. If a user + // explicitly provided `-0` then we need to ensure the sign makes it into the output + return { $numberDouble: '-0.0' }; + } + if (Number.isInteger(this.value)) { + return { $numberDouble: "".concat(this.value, ".0") }; + } + else { + return { $numberDouble: "".concat(this.value) }; + } + }; + /** @internal */ + Double.fromExtendedJSON = function (doc, options) { + var doubleValue = parseFloat(doc.$numberDouble); + return options && options.relaxed ? doubleValue : new Double(doubleValue); + }; + /** @internal */ + Double.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Double.prototype.inspect = function () { + var eJSON = this.toExtendedJSON(); + return "new Double(".concat(eJSON.$numberDouble, ")"); + }; + return Double; +}()); +Object.defineProperty(Double.prototype, '_bsontype', { value: 'Double' }); + +/** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ +var Int32 = /** @class */ (function () { + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + function Int32(value) { + if (!(this instanceof Int32)) + return new Int32(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value | 0; + } + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + Int32.prototype.valueOf = function () { + return this.value; + }; + Int32.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + Int32.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + Int32.prototype.toExtendedJSON = function (options) { + if (options && (options.relaxed || options.legacy)) + return this.value; + return { $numberInt: this.value.toString() }; + }; + /** @internal */ + Int32.fromExtendedJSON = function (doc, options) { + return options && options.relaxed ? parseInt(doc.$numberInt, 10) : new Int32(doc.$numberInt); + }; + /** @internal */ + Int32.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Int32.prototype.inspect = function () { + return "new Int32(".concat(this.valueOf(), ")"); + }; + return Int32; +}()); +Object.defineProperty(Int32.prototype, '_bsontype', { value: 'Int32' }); + +/** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ +var MaxKey = /** @class */ (function () { + function MaxKey() { + if (!(this instanceof MaxKey)) + return new MaxKey(); + } + /** @internal */ + MaxKey.prototype.toExtendedJSON = function () { + return { $maxKey: 1 }; + }; + /** @internal */ + MaxKey.fromExtendedJSON = function () { + return new MaxKey(); + }; + /** @internal */ + MaxKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MaxKey.prototype.inspect = function () { + return 'new MaxKey()'; + }; + return MaxKey; +}()); +Object.defineProperty(MaxKey.prototype, '_bsontype', { value: 'MaxKey' }); + +/** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ +var MinKey = /** @class */ (function () { + function MinKey() { + if (!(this instanceof MinKey)) + return new MinKey(); + } + /** @internal */ + MinKey.prototype.toExtendedJSON = function () { + return { $minKey: 1 }; + }; + /** @internal */ + MinKey.fromExtendedJSON = function () { + return new MinKey(); + }; + /** @internal */ + MinKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MinKey.prototype.inspect = function () { + return 'new MinKey()'; + }; + return MinKey; +}()); +Object.defineProperty(MinKey.prototype, '_bsontype', { value: 'MinKey' }); + +// Regular expression that checks for hex value +var checkForHexRegExp = new RegExp('^[0-9a-fA-F]{24}$'); +// Unique sequence for the current process (initialized on first use) +var PROCESS_UNIQUE = null; +var kId = Symbol('id'); +/** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ +var ObjectId = /** @class */ (function () { + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + function ObjectId(inputId) { + if (!(this instanceof ObjectId)) + return new ObjectId(inputId); + // workingId is set based on type of input and whether valid id exists for the input + var workingId; + if (typeof inputId === 'object' && inputId && 'id' in inputId) { + if (typeof inputId.id !== 'string' && !ArrayBuffer.isView(inputId.id)) { + throw new BSONTypeError('Argument passed in must have an id that is of type string or Buffer'); + } + if ('toHexString' in inputId && typeof inputId.toHexString === 'function') { + workingId = Buffer.from(inputId.toHexString(), 'hex'); + } + else { + workingId = inputId.id; + } + } + else { + workingId = inputId; + } + // the following cases use workingId to construct an ObjectId + if (workingId == null || typeof workingId === 'number') { + // The most common use case (blank id, new objectId instance) + // Generate a new id + this[kId] = ObjectId.generate(typeof workingId === 'number' ? workingId : undefined); + } + else if (ArrayBuffer.isView(workingId) && workingId.byteLength === 12) { + // If intstanceof matches we can escape calling ensure buffer in Node.js environments + this[kId] = workingId instanceof Buffer ? workingId : ensureBuffer(workingId); + } + else if (typeof workingId === 'string') { + if (workingId.length === 12) { + var bytes = Buffer.from(workingId); + if (bytes.byteLength === 12) { + this[kId] = bytes; + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes'); + } + } + else if (workingId.length === 24 && checkForHexRegExp.test(workingId)) { + this[kId] = Buffer.from(workingId, 'hex'); + } + else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer'); + } + } + else { + throw new BSONTypeError('Argument passed in does not match the accepted types'); + } + // If we are caching the hex string + if (ObjectId.cacheHexString) { + this.__id = this.id.toString('hex'); + } + } + Object.defineProperty(ObjectId.prototype, "id", { + /** + * The ObjectId bytes + * @readonly + */ + get: function () { + return this[kId]; + }, + set: function (value) { + this[kId] = value; + if (ObjectId.cacheHexString) { + this.__id = value.toString('hex'); + } + }, + enumerable: false, + configurable: true + }); + Object.defineProperty(ObjectId.prototype, "generationTime", { + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get: function () { + return this.id.readInt32BE(0); + }, + set: function (value) { + // Encode time into first 4 bytes + this.id.writeUInt32BE(value, 0); + }, + enumerable: false, + configurable: true + }); + /** Returns the ObjectId id as a 24 character hex string representation */ + ObjectId.prototype.toHexString = function () { + if (ObjectId.cacheHexString && this.__id) { + return this.__id; + } + var hexString = this.id.toString('hex'); + if (ObjectId.cacheHexString && !this.__id) { + this.__id = hexString; + } + return hexString; + }; + /** + * Update the ObjectId index + * @privateRemarks + * Used in generating new ObjectId's on the driver + * @internal + */ + ObjectId.getInc = function () { + return (ObjectId.index = (ObjectId.index + 1) % 0xffffff); + }; + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + ObjectId.generate = function (time) { + if ('number' !== typeof time) { + time = Math.floor(Date.now() / 1000); + } + var inc = ObjectId.getInc(); + var buffer = Buffer.alloc(12); + // 4-byte timestamp + buffer.writeUInt32BE(time, 0); + // set PROCESS_UNIQUE if yet not initialized + if (PROCESS_UNIQUE === null) { + PROCESS_UNIQUE = randomBytes(5); + } + // 5-byte process unique + buffer[4] = PROCESS_UNIQUE[0]; + buffer[5] = PROCESS_UNIQUE[1]; + buffer[6] = PROCESS_UNIQUE[2]; + buffer[7] = PROCESS_UNIQUE[3]; + buffer[8] = PROCESS_UNIQUE[4]; + // 3-byte counter + buffer[11] = inc & 0xff; + buffer[10] = (inc >> 8) & 0xff; + buffer[9] = (inc >> 16) & 0xff; + return buffer; + }; + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + ObjectId.prototype.toString = function (format) { + // Is the id a buffer then use the buffer toString method to return the format + if (format) + return this.id.toString(format); + return this.toHexString(); + }; + /** Converts to its JSON the 24 character hex string representation. */ + ObjectId.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + ObjectId.prototype.equals = function (otherId) { + if (otherId === undefined || otherId === null) { + return false; + } + if (otherId instanceof ObjectId) { + return this[kId][11] === otherId[kId][11] && this[kId].equals(otherId[kId]); + } + if (typeof otherId === 'string' && + ObjectId.isValid(otherId) && + otherId.length === 12 && + isUint8Array(this.id)) { + return otherId === Buffer.prototype.toString.call(this.id, 'latin1'); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 24) { + return otherId.toLowerCase() === this.toHexString(); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 12) { + return Buffer.from(otherId).equals(this.id); + } + if (typeof otherId === 'object' && + 'toHexString' in otherId && + typeof otherId.toHexString === 'function') { + var otherIdString = otherId.toHexString(); + var thisIdString = this.toHexString().toLowerCase(); + return typeof otherIdString === 'string' && otherIdString.toLowerCase() === thisIdString; + } + return false; + }; + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + ObjectId.prototype.getTimestamp = function () { + var timestamp = new Date(); + var time = this.id.readUInt32BE(0); + timestamp.setTime(Math.floor(time) * 1000); + return timestamp; + }; + /** @internal */ + ObjectId.createPk = function () { + return new ObjectId(); + }; + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + ObjectId.createFromTime = function (time) { + var buffer = Buffer.from([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + // Encode time into first 4 bytes + buffer.writeUInt32BE(time, 0); + // Return the new objectId + return new ObjectId(buffer); + }; + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + ObjectId.createFromHexString = function (hexString) { + // Throw an error if it's not a valid setup + if (typeof hexString === 'undefined' || (hexString != null && hexString.length !== 24)) { + throw new BSONTypeError('Argument passed in must be a single String of 12 bytes or a string of 24 hex characters'); + } + return new ObjectId(Buffer.from(hexString, 'hex')); + }; + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + ObjectId.isValid = function (id) { + if (id == null) + return false; + try { + new ObjectId(id); + return true; + } + catch (_a) { + return false; + } + }; + /** @internal */ + ObjectId.prototype.toExtendedJSON = function () { + if (this.toHexString) + return { $oid: this.toHexString() }; + return { $oid: this.toString('hex') }; + }; + /** @internal */ + ObjectId.fromExtendedJSON = function (doc) { + return new ObjectId(doc.$oid); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 24 character hex string representation. + * @internal + */ + ObjectId.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + ObjectId.prototype.inspect = function () { + return "new ObjectId(\"".concat(this.toHexString(), "\")"); + }; + /** @internal */ + ObjectId.index = Math.floor(Math.random() * 0xffffff); + return ObjectId; +}()); +// Deprecated methods +Object.defineProperty(ObjectId.prototype, 'generate', { + value: deprecate(function (time) { return ObjectId.generate(time); }, 'Please use the static `ObjectId.generate(time)` instead') +}); +Object.defineProperty(ObjectId.prototype, 'getInc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId.prototype, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId, 'get_inc', { + value: deprecate(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId.prototype, '_bsontype', { value: 'ObjectID' }); + +function alphabetize(str) { + return str.split('').sort().join(''); +} +/** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ +var BSONRegExp = /** @class */ (function () { + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + function BSONRegExp(pattern, options) { + if (!(this instanceof BSONRegExp)) + return new BSONRegExp(pattern, options); + this.pattern = pattern; + this.options = alphabetize(options !== null && options !== void 0 ? options : ''); + if (this.pattern.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern))); + } + if (this.options.indexOf('\x00') !== -1) { + throw new BSONError("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options))); + } + // Validate options + for (var i = 0; i < this.options.length; i++) { + if (!(this.options[i] === 'i' || + this.options[i] === 'm' || + this.options[i] === 'x' || + this.options[i] === 'l' || + this.options[i] === 's' || + this.options[i] === 'u')) { + throw new BSONError("The regular expression option [".concat(this.options[i], "] is not supported")); + } + } + } + BSONRegExp.parseOptions = function (options) { + return options ? options.split('').sort().join('') : ''; + }; + /** @internal */ + BSONRegExp.prototype.toExtendedJSON = function (options) { + options = options || {}; + if (options.legacy) { + return { $regex: this.pattern, $options: this.options }; + } + return { $regularExpression: { pattern: this.pattern, options: this.options } }; + }; + /** @internal */ + BSONRegExp.fromExtendedJSON = function (doc) { + if ('$regex' in doc) { + if (typeof doc.$regex !== 'string') { + // This is for $regex query operators that have extended json values. + if (doc.$regex._bsontype === 'BSONRegExp') { + return doc; + } + } + else { + return new BSONRegExp(doc.$regex, BSONRegExp.parseOptions(doc.$options)); + } + } + if ('$regularExpression' in doc) { + return new BSONRegExp(doc.$regularExpression.pattern, BSONRegExp.parseOptions(doc.$regularExpression.options)); + } + throw new BSONTypeError("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(doc))); + }; + return BSONRegExp; +}()); +Object.defineProperty(BSONRegExp.prototype, '_bsontype', { value: 'BSONRegExp' }); + +/** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ +var BSONSymbol = /** @class */ (function () { + /** + * @param value - the string representing the symbol. + */ + function BSONSymbol(value) { + if (!(this instanceof BSONSymbol)) + return new BSONSymbol(value); + this.value = value; + } + /** Access the wrapped string value. */ + BSONSymbol.prototype.valueOf = function () { + return this.value; + }; + BSONSymbol.prototype.toString = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.inspect = function () { + return "new BSONSymbol(\"".concat(this.value, "\")"); + }; + BSONSymbol.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.toExtendedJSON = function () { + return { $symbol: this.value }; + }; + /** @internal */ + BSONSymbol.fromExtendedJSON = function (doc) { + return new BSONSymbol(doc.$symbol); + }; + /** @internal */ + BSONSymbol.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + return BSONSymbol; +}()); +Object.defineProperty(BSONSymbol.prototype, '_bsontype', { value: 'Symbol' }); + +/** @public */ +var LongWithoutOverridesClass = Long; +/** + * @public + * @category BSONType + * */ +var Timestamp = /** @class */ (function (_super) { + __extends(Timestamp, _super); + function Timestamp(low, high) { + var _this = this; + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-expect-error + if (!(_this instanceof Timestamp)) + return new Timestamp(low, high); + if (Long.isLong(low)) { + _this = _super.call(this, low.low, low.high, true) || this; + } + else if (isObjectLike(low) && typeof low.t !== 'undefined' && typeof low.i !== 'undefined') { + _this = _super.call(this, low.i, low.t, true) || this; + } + else { + _this = _super.call(this, low, high, true) || this; + } + Object.defineProperty(_this, '_bsontype', { + value: 'Timestamp', + writable: false, + configurable: false, + enumerable: false + }); + return _this; + } + Timestamp.prototype.toJSON = function () { + return { + $timestamp: this.toString() + }; + }; + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + Timestamp.fromInt = function (value) { + return new Timestamp(Long.fromInt(value, true)); + }; + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + Timestamp.fromNumber = function (value) { + return new Timestamp(Long.fromNumber(value, true)); + }; + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + Timestamp.fromBits = function (lowBits, highBits) { + return new Timestamp(lowBits, highBits); + }; + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + Timestamp.fromString = function (str, optRadix) { + return new Timestamp(Long.fromString(str, true, optRadix)); + }; + /** @internal */ + Timestamp.prototype.toExtendedJSON = function () { + return { $timestamp: { t: this.high >>> 0, i: this.low >>> 0 } }; + }; + /** @internal */ + Timestamp.fromExtendedJSON = function (doc) { + return new Timestamp(doc.$timestamp); + }; + /** @internal */ + Timestamp.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Timestamp.prototype.inspect = function () { + return "new Timestamp({ t: ".concat(this.getHighBits(), ", i: ").concat(this.getLowBits(), " })"); + }; + Timestamp.MAX_VALUE = Long.MAX_UNSIGNED_VALUE; + return Timestamp; +}(LongWithoutOverridesClass)); + +function isBSONType(value) { + return (isObjectLike(value) && Reflect.has(value, '_bsontype') && typeof value._bsontype === 'string'); +} +// INT32 boundaries +var BSON_INT32_MAX = 0x7fffffff; +var BSON_INT32_MIN = -0x80000000; +// INT64 boundaries +// const BSON_INT64_MAX = 0x7fffffffffffffff; // TODO(NODE-4377): This number cannot be precisely represented in JS +var BSON_INT64_MAX = 0x8000000000000000; +var BSON_INT64_MIN = -0x8000000000000000; +// all the types where we don't need to do any special processing and can just pass the EJSON +//straight to type.fromExtendedJSON +var keysToCodecs = { + $oid: ObjectId, + $binary: Binary, + $uuid: Binary, + $symbol: BSONSymbol, + $numberInt: Int32, + $numberDecimal: Decimal128, + $numberDouble: Double, + $numberLong: Long, + $minKey: MinKey, + $maxKey: MaxKey, + $regex: BSONRegExp, + $regularExpression: BSONRegExp, + $timestamp: Timestamp +}; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function deserializeValue(value, options) { + if (options === void 0) { options = {}; } + if (typeof value === 'number') { + if (options.relaxed || options.legacy) { + return value; + } + // if it's an integer, should interpret as smallest BSON integer + // that can represent it exactly. (if out of range, interpret as double.) + if (Math.floor(value) === value) { + if (value >= BSON_INT32_MIN && value <= BSON_INT32_MAX) + return new Int32(value); + if (value >= BSON_INT64_MIN && value <= BSON_INT64_MAX) + return Long.fromNumber(value); + } + // If the number is a non-integer or out of integer range, should interpret as BSON Double. + return new Double(value); + } + // from here on out we're looking for bson types, so bail if its not an object + if (value == null || typeof value !== 'object') + return value; + // upgrade deprecated undefined to null + if (value.$undefined) + return null; + var keys = Object.keys(value).filter(function (k) { return k.startsWith('$') && value[k] != null; }); + for (var i = 0; i < keys.length; i++) { + var c = keysToCodecs[keys[i]]; + if (c) + return c.fromExtendedJSON(value, options); + } + if (value.$date != null) { + var d = value.$date; + var date = new Date(); + if (options.legacy) { + if (typeof d === 'number') + date.setTime(d); + else if (typeof d === 'string') + date.setTime(Date.parse(d)); + } + else { + if (typeof d === 'string') + date.setTime(Date.parse(d)); + else if (Long.isLong(d)) + date.setTime(d.toNumber()); + else if (typeof d === 'number' && options.relaxed) + date.setTime(d); + } + return date; + } + if (value.$code != null) { + var copy = Object.assign({}, value); + if (value.$scope) { + copy.$scope = deserializeValue(value.$scope); + } + return Code.fromExtendedJSON(value); + } + if (isDBRefLike(value) || value.$dbPointer) { + var v = value.$ref ? value : value.$dbPointer; + // we run into this in a "degenerate EJSON" case (with $id and $ref order flipped) + // because of the order JSON.parse goes through the document + if (v instanceof DBRef) + return v; + var dollarKeys = Object.keys(v).filter(function (k) { return k.startsWith('$'); }); + var valid_1 = true; + dollarKeys.forEach(function (k) { + if (['$ref', '$id', '$db'].indexOf(k) === -1) + valid_1 = false; + }); + // only make DBRef if $ keys are all valid + if (valid_1) + return DBRef.fromExtendedJSON(v); + } + return value; +} +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeArray(array, options) { + return array.map(function (v, index) { + options.seenObjects.push({ propertyName: "index ".concat(index), obj: null }); + try { + return serializeValue(v, options); + } + finally { + options.seenObjects.pop(); + } + }); +} +function getISOString(date) { + var isoStr = date.toISOString(); + // we should only show milliseconds in timestamp if they're non-zero + return date.getUTCMilliseconds() !== 0 ? isoStr : isoStr.slice(0, -5) + 'Z'; +} +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeValue(value, options) { + if ((typeof value === 'object' || typeof value === 'function') && value !== null) { + var index = options.seenObjects.findIndex(function (entry) { return entry.obj === value; }); + if (index !== -1) { + var props = options.seenObjects.map(function (entry) { return entry.propertyName; }); + var leadingPart = props + .slice(0, index) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var alreadySeen = props[index]; + var circularPart = ' -> ' + + props + .slice(index + 1, props.length - 1) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var current = props[props.length - 1]; + var leadingSpace = ' '.repeat(leadingPart.length + alreadySeen.length / 2); + var dashes = '-'.repeat(circularPart.length + (alreadySeen.length + current.length) / 2 - 1); + throw new BSONTypeError('Converting circular structure to EJSON:\n' + + " ".concat(leadingPart).concat(alreadySeen).concat(circularPart).concat(current, "\n") + + " ".concat(leadingSpace, "\\").concat(dashes, "/")); + } + options.seenObjects[options.seenObjects.length - 1].obj = value; + } + if (Array.isArray(value)) + return serializeArray(value, options); + if (value === undefined) + return null; + if (value instanceof Date || isDate(value)) { + var dateNum = value.getTime(), + // is it in year range 1970-9999? + inRange = dateNum > -1 && dateNum < 253402318800000; + if (options.legacy) { + return options.relaxed && inRange + ? { $date: value.getTime() } + : { $date: getISOString(value) }; + } + return options.relaxed && inRange + ? { $date: getISOString(value) } + : { $date: { $numberLong: value.getTime().toString() } }; + } + if (typeof value === 'number' && (!options.relaxed || !isFinite(value))) { + // it's an integer + if (Math.floor(value) === value) { + var int32Range = value >= BSON_INT32_MIN && value <= BSON_INT32_MAX, int64Range = value >= BSON_INT64_MIN && value <= BSON_INT64_MAX; + // interpret as being of the smallest BSON integer type that can represent the number exactly + if (int32Range) + return { $numberInt: value.toString() }; + if (int64Range) + return { $numberLong: value.toString() }; + } + return { $numberDouble: value.toString() }; + } + if (value instanceof RegExp || isRegExp(value)) { + var flags = value.flags; + if (flags === undefined) { + var match = value.toString().match(/[gimuy]*$/); + if (match) { + flags = match[0]; + } + } + var rx = new BSONRegExp(value.source, flags); + return rx.toExtendedJSON(options); + } + if (value != null && typeof value === 'object') + return serializeDocument(value, options); + return value; +} +var BSON_TYPE_MAPPINGS = { + Binary: function (o) { return new Binary(o.value(), o.sub_type); }, + Code: function (o) { return new Code(o.code, o.scope); }, + DBRef: function (o) { return new DBRef(o.collection || o.namespace, o.oid, o.db, o.fields); }, + Decimal128: function (o) { return new Decimal128(o.bytes); }, + Double: function (o) { return new Double(o.value); }, + Int32: function (o) { return new Int32(o.value); }, + Long: function (o) { + return Long.fromBits( + // underscore variants for 1.x backwards compatibility + o.low != null ? o.low : o.low_, o.low != null ? o.high : o.high_, o.low != null ? o.unsigned : o.unsigned_); + }, + MaxKey: function () { return new MaxKey(); }, + MinKey: function () { return new MinKey(); }, + ObjectID: function (o) { return new ObjectId(o); }, + ObjectId: function (o) { return new ObjectId(o); }, + BSONRegExp: function (o) { return new BSONRegExp(o.pattern, o.options); }, + Symbol: function (o) { return new BSONSymbol(o.value); }, + Timestamp: function (o) { return Timestamp.fromBits(o.low, o.high); } +}; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeDocument(doc, options) { + if (doc == null || typeof doc !== 'object') + throw new BSONError('not an object instance'); + var bsontype = doc._bsontype; + if (typeof bsontype === 'undefined') { + // It's a regular object. Recursively serialize its property values. + var _doc = {}; + for (var name in doc) { + options.seenObjects.push({ propertyName: name, obj: null }); + try { + var value = serializeValue(doc[name], options); + if (name === '__proto__') { + Object.defineProperty(_doc, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + _doc[name] = value; + } + } + finally { + options.seenObjects.pop(); + } + } + return _doc; + } + else if (isBSONType(doc)) { + // the "document" is really just a BSON type object + // eslint-disable-next-line @typescript-eslint/no-explicit-any + var outDoc = doc; + if (typeof outDoc.toExtendedJSON !== 'function') { + // There's no EJSON serialization function on the object. It's probably an + // object created by a previous version of this library (or another library) + // that's duck-typing objects to look like they were generated by this library). + // Copy the object into this library's version of that type. + var mapper = BSON_TYPE_MAPPINGS[doc._bsontype]; + if (!mapper) { + throw new BSONTypeError('Unrecognized or invalid _bsontype: ' + doc._bsontype); + } + outDoc = mapper(outDoc); + } + // Two BSON types may have nested objects that may need to be serialized too + if (bsontype === 'Code' && outDoc.scope) { + outDoc = new Code(outDoc.code, serializeValue(outDoc.scope, options)); + } + else if (bsontype === 'DBRef' && outDoc.oid) { + outDoc = new DBRef(serializeValue(outDoc.collection, options), serializeValue(outDoc.oid, options), serializeValue(outDoc.db, options), serializeValue(outDoc.fields, options)); + } + return outDoc.toExtendedJSON(options); + } + else { + throw new BSONError('_bsontype must be a string, but was: ' + typeof bsontype); + } +} +/** + * EJSON parse / stringify API + * @public + */ +// the namespace here is used to emulate `export * as EJSON from '...'` +// which as of now (sept 2020) api-extractor does not support +// eslint-disable-next-line @typescript-eslint/no-namespace +var EJSON; +(function (EJSON) { + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + function parse(text, options) { + var finalOptions = Object.assign({}, { relaxed: true, legacy: false }, options); + // relaxed implies not strict + if (typeof finalOptions.relaxed === 'boolean') + finalOptions.strict = !finalOptions.relaxed; + if (typeof finalOptions.strict === 'boolean') + finalOptions.relaxed = !finalOptions.strict; + return JSON.parse(text, function (key, value) { + if (key.indexOf('\x00') !== -1) { + throw new BSONError("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(key))); + } + return deserializeValue(value, finalOptions); + }); + } + EJSON.parse = parse; + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + function stringify(value, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + replacer, space, options) { + if (space != null && typeof space === 'object') { + options = space; + space = 0; + } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + options = replacer; + replacer = undefined; + space = 0; + } + var serializeOptions = Object.assign({ relaxed: true, legacy: false }, options, { + seenObjects: [{ propertyName: '(root)', obj: null }] + }); + var doc = serializeValue(value, serializeOptions); + return JSON.stringify(doc, replacer, space); + } + EJSON.stringify = stringify; + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + function serialize(value, options) { + options = options || {}; + return JSON.parse(stringify(value, options)); + } + EJSON.serialize = serialize; + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + function deserialize(ejson, options) { + options = options || {}; + return parse(JSON.stringify(ejson), options); + } + EJSON.deserialize = deserialize; +})(EJSON || (EJSON = {})); + +/* eslint-disable @typescript-eslint/no-explicit-any */ +/** @public */ +var bsonMap; +var bsonGlobal = getGlobal(); +if (bsonGlobal.Map) { + bsonMap = bsonGlobal.Map; +} +else { + // We will return a polyfill + bsonMap = /** @class */ (function () { + function Map(array) { + if (array === void 0) { array = []; } + this._keys = []; + this._values = {}; + for (var i = 0; i < array.length; i++) { + if (array[i] == null) + continue; // skip null and undefined + var entry = array[i]; + var key = entry[0]; + var value = entry[1]; + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + } + } + Map.prototype.clear = function () { + this._keys = []; + this._values = {}; + }; + Map.prototype.delete = function (key) { + var value = this._values[key]; + if (value == null) + return false; + // Delete entry + delete this._values[key]; + // Remove the key from the ordered keys list + this._keys.splice(value.i, 1); + return true; + }; + Map.prototype.entries = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? [key, _this._values[key].v] : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.forEach = function (callback, self) { + self = self || this; + for (var i = 0; i < this._keys.length; i++) { + var key = this._keys[i]; + // Call the forEach callback + callback.call(self, this._values[key].v, key, self); + } + }; + Map.prototype.get = function (key) { + return this._values[key] ? this._values[key].v : undefined; + }; + Map.prototype.has = function (key) { + return this._values[key] != null; + }; + Map.prototype.keys = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? key : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.set = function (key, value) { + if (this._values[key]) { + this._values[key].v = value; + return this; + } + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + return this; + }; + Map.prototype.values = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? _this._values[key].v : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Object.defineProperty(Map.prototype, "size", { + get: function () { + return this._keys.length; + }, + enumerable: false, + configurable: true + }); + return Map; + }()); +} + +function calculateObjectSize$1(object, serializeFunctions, ignoreUndefined) { + var totalLength = 4 + 1; + if (Array.isArray(object)) { + for (var i = 0; i < object.length; i++) { + totalLength += calculateElement(i.toString(), object[i], serializeFunctions, true, ignoreUndefined); + } + } + else { + // If we have toBSON defined, override the current object + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + object = object.toBSON(); + } + // Calculate size + for (var key in object) { + totalLength += calculateElement(key, object[key], serializeFunctions, false, ignoreUndefined); + } + } + return totalLength; +} +/** @internal */ +function calculateElement(name, +// eslint-disable-next-line @typescript-eslint/no-explicit-any +value, serializeFunctions, isArray, ignoreUndefined) { + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (isArray === void 0) { isArray = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = false; } + // If we have toBSON defined, override the current object + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + switch (typeof value) { + case 'string': + return 1 + Buffer.byteLength(name, 'utf8') + 1 + 4 + Buffer.byteLength(value, 'utf8') + 1; + case 'number': + if (Math.floor(value) === value && + value >= JS_INT_MIN && + value <= JS_INT_MAX) { + if (value >= BSON_INT32_MIN$1 && value <= BSON_INT32_MAX$1) { + // 32 bit + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (4 + 1); + } + else { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + } + else { + // 64 bit + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + case 'undefined': + if (isArray || !ignoreUndefined) + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + 1; + return 0; + case 'boolean': + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (1 + 1); + case 'object': + if (value == null || value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + 1; + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (12 + 1); + } + else if (value instanceof Date || isDate(value)) { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (ArrayBuffer.isView(value) || + value instanceof ArrayBuffer || + isAnyArrayBuffer(value)) { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (1 + 4 + 1) + value.byteLength); + } + else if (value['_bsontype'] === 'Long' || + value['_bsontype'] === 'Double' || + value['_bsontype'] === 'Timestamp') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (value['_bsontype'] === 'Decimal128') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (16 + 1); + } + else if (value['_bsontype'] === 'Code') { + // Calculate size depending on the availability of a scope + if (value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + Buffer.byteLength(value.code.toString(), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + Buffer.byteLength(value.code.toString(), 'utf8') + + 1); + } + } + else if (value['_bsontype'] === 'Binary') { + var binary = value; + // Check what kind of subtype we have + if (binary.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + (binary.position + 1 + 4 + 1 + 4)); + } + else { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (binary.position + 1 + 4 + 1)); + } + } + else if (value['_bsontype'] === 'Symbol') { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + Buffer.byteLength(value.value, 'utf8') + + 4 + + 1 + + 1); + } + else if (value['_bsontype'] === 'DBRef') { + // Set up correct object for serialization + var ordered_values = Object.assign({ + $ref: value.collection, + $id: value.oid + }, value.fields); + // Add db reference if it exists + if (value.db != null) { + ordered_values['$db'] = value.db; + } + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + calculateObjectSize$1(ordered_values, serializeFunctions, ignoreUndefined)); + } + else if (value instanceof RegExp || isRegExp(value)) { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + Buffer.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else if (value['_bsontype'] === 'BSONRegExp') { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + Buffer.byteLength(value.pattern, 'utf8') + + 1 + + Buffer.byteLength(value.options, 'utf8') + + 1); + } + else { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + calculateObjectSize$1(value, serializeFunctions, ignoreUndefined) + + 1); + } + case 'function': + // WTF for 0.4.X where typeof /someregexp/ === 'function' + if (value instanceof RegExp || isRegExp(value) || String.call(value) === '[object RegExp]') { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + Buffer.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else { + if (serializeFunctions && value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + Buffer.byteLength(normalizedFunctionString(value), 'utf8') + + 1 + + calculateObjectSize$1(value.scope, serializeFunctions, ignoreUndefined)); + } + else if (serializeFunctions) { + return ((name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + Buffer.byteLength(normalizedFunctionString(value), 'utf8') + + 1); + } + } + } + return 0; +} + +var FIRST_BIT = 0x80; +var FIRST_TWO_BITS = 0xc0; +var FIRST_THREE_BITS = 0xe0; +var FIRST_FOUR_BITS = 0xf0; +var FIRST_FIVE_BITS = 0xf8; +var TWO_BIT_CHAR = 0xc0; +var THREE_BIT_CHAR = 0xe0; +var FOUR_BIT_CHAR = 0xf0; +var CONTINUING_CHAR = 0x80; +/** + * Determines if the passed in bytes are valid utf8 + * @param bytes - An array of 8-bit bytes. Must be indexable and have length property + * @param start - The index to start validating + * @param end - The index to end validating + */ +function validateUtf8(bytes, start, end) { + var continuation = 0; + for (var i = start; i < end; i += 1) { + var byte = bytes[i]; + if (continuation) { + if ((byte & FIRST_TWO_BITS) !== CONTINUING_CHAR) { + return false; + } + continuation -= 1; + } + else if (byte & FIRST_BIT) { + if ((byte & FIRST_THREE_BITS) === TWO_BIT_CHAR) { + continuation = 1; + } + else if ((byte & FIRST_FOUR_BITS) === THREE_BIT_CHAR) { + continuation = 2; + } + else if ((byte & FIRST_FIVE_BITS) === FOUR_BIT_CHAR) { + continuation = 3; + } + else { + return false; + } + } + } + return !continuation; +} + +// Internal long versions +var JS_INT_MAX_LONG = Long.fromNumber(JS_INT_MAX); +var JS_INT_MIN_LONG = Long.fromNumber(JS_INT_MIN); +var functionCache = {}; +function deserialize$1(buffer, options, isArray) { + options = options == null ? {} : options; + var index = options && options.index ? options.index : 0; + // Read the document size + var size = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (size < 5) { + throw new BSONError("bson size must be >= 5, is ".concat(size)); + } + if (options.allowObjectSmallerThanBufferSize && buffer.length < size) { + throw new BSONError("buffer length ".concat(buffer.length, " must be >= bson size ").concat(size)); + } + if (!options.allowObjectSmallerThanBufferSize && buffer.length !== size) { + throw new BSONError("buffer length ".concat(buffer.length, " must === bson size ").concat(size)); + } + if (size + index > buffer.byteLength) { + throw new BSONError("(bson size ".concat(size, " + options.index ").concat(index, " must be <= buffer length ").concat(buffer.byteLength, ")")); + } + // Illegal end value + if (buffer[index + size - 1] !== 0) { + throw new BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00"); + } + // Start deserializtion + return deserializeObject(buffer, index, options, isArray); +} +var allowedDBRefKeys = /^\$ref$|^\$id$|^\$db$/; +function deserializeObject(buffer, index, options, isArray) { + if (isArray === void 0) { isArray = false; } + var evalFunctions = options['evalFunctions'] == null ? false : options['evalFunctions']; + var cacheFunctions = options['cacheFunctions'] == null ? false : options['cacheFunctions']; + var fieldsAsRaw = options['fieldsAsRaw'] == null ? null : options['fieldsAsRaw']; + // Return raw bson buffer instead of parsing it + var raw = options['raw'] == null ? false : options['raw']; + // Return BSONRegExp objects instead of native regular expressions + var bsonRegExp = typeof options['bsonRegExp'] === 'boolean' ? options['bsonRegExp'] : false; + // Controls the promotion of values vs wrapper classes + var promoteBuffers = options['promoteBuffers'] == null ? false : options['promoteBuffers']; + var promoteLongs = options['promoteLongs'] == null ? true : options['promoteLongs']; + var promoteValues = options['promoteValues'] == null ? true : options['promoteValues']; + // Ensures default validation option if none given + var validation = options.validation == null ? { utf8: true } : options.validation; + // Shows if global utf-8 validation is enabled or disabled + var globalUTFValidation = true; + // Reflects utf-8 validation setting regardless of global or specific key validation + var validationSetting; + // Set of keys either to enable or disable validation on + var utf8KeysSet = new Set(); + // Check for boolean uniformity and empty validation option + var utf8ValidatedKeys = validation.utf8; + if (typeof utf8ValidatedKeys === 'boolean') { + validationSetting = utf8ValidatedKeys; + } + else { + globalUTFValidation = false; + var utf8ValidationValues = Object.keys(utf8ValidatedKeys).map(function (key) { + return utf8ValidatedKeys[key]; + }); + if (utf8ValidationValues.length === 0) { + throw new BSONError('UTF-8 validation setting cannot be empty'); + } + if (typeof utf8ValidationValues[0] !== 'boolean') { + throw new BSONError('Invalid UTF-8 validation option, must specify boolean values'); + } + validationSetting = utf8ValidationValues[0]; + // Ensures boolean uniformity in utf-8 validation (all true or all false) + if (!utf8ValidationValues.every(function (item) { return item === validationSetting; })) { + throw new BSONError('Invalid UTF-8 validation option - keys must be all true or all false'); + } + } + // Add keys to set that will either be validated or not based on validationSetting + if (!globalUTFValidation) { + for (var _i = 0, _a = Object.keys(utf8ValidatedKeys); _i < _a.length; _i++) { + var key = _a[_i]; + utf8KeysSet.add(key); + } + } + // Set the start index + var startIndex = index; + // Validate that we have at least 4 bytes of buffer + if (buffer.length < 5) + throw new BSONError('corrupt bson message < 5 bytes long'); + // Read the document size + var size = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Ensure buffer is valid size + if (size < 5 || size > buffer.length) + throw new BSONError('corrupt bson message'); + // Create holding object + var object = isArray ? [] : {}; + // Used for arrays to skip having to perform utf8 decoding + var arrayIndex = 0; + var done = false; + var isPossibleDBRef = isArray ? false : null; + // While we have more left data left keep parsing + var dataview = new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); + while (!done) { + // Read the type + var elementType = buffer[index++]; + // If we get a zero it's the last byte, exit + if (elementType === 0) + break; + // Get the start search index + var i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.byteLength) + throw new BSONError('Bad BSON Document: illegal CString'); + // Represents the key + var name = isArray ? arrayIndex++ : buffer.toString('utf8', index, i); + // shouldValidateKey is true if the key should be validated, false otherwise + var shouldValidateKey = true; + if (globalUTFValidation || utf8KeysSet.has(name)) { + shouldValidateKey = validationSetting; + } + else { + shouldValidateKey = !validationSetting; + } + if (isPossibleDBRef !== false && name[0] === '$') { + isPossibleDBRef = allowedDBRefKeys.test(name); + } + var value = void 0; + index = i + 1; + if (elementType === BSON_DATA_STRING) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + value = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + index = index + stringSize; + } + else if (elementType === BSON_DATA_OID) { + var oid = Buffer.alloc(12); + buffer.copy(oid, 0, index, index + 12); + value = new ObjectId(oid); + index = index + 12; + } + else if (elementType === BSON_DATA_INT && promoteValues === false) { + value = new Int32(buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24)); + } + else if (elementType === BSON_DATA_INT) { + value = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + } + else if (elementType === BSON_DATA_NUMBER && promoteValues === false) { + value = new Double(dataview.getFloat64(index, true)); + index = index + 8; + } + else if (elementType === BSON_DATA_NUMBER) { + value = dataview.getFloat64(index, true); + index = index + 8; + } + else if (elementType === BSON_DATA_DATE) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Date(new Long(lowBits, highBits).toNumber()); + } + else if (elementType === BSON_DATA_BOOLEAN) { + if (buffer[index] !== 0 && buffer[index] !== 1) + throw new BSONError('illegal boolean type value'); + value = buffer[index++] === 1; + } + else if (elementType === BSON_DATA_OBJECT) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (objectSize <= 0 || objectSize > buffer.length - index) + throw new BSONError('bad embedded document length in bson'); + // We have a raw value + if (raw) { + value = buffer.slice(index, index + objectSize); + } + else { + var objectOptions = options; + if (!globalUTFValidation) { + objectOptions = _assign(_assign({}, options), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, objectOptions, false); + } + index = index + objectSize; + } + else if (elementType === BSON_DATA_ARRAY) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + var arrayOptions = options; + // Stop index + var stopIndex = index + objectSize; + // All elements of array to be returned as raw bson + if (fieldsAsRaw && fieldsAsRaw[name]) { + arrayOptions = {}; + for (var n in options) { + arrayOptions[n] = options[n]; + } + arrayOptions['raw'] = true; + } + if (!globalUTFValidation) { + arrayOptions = _assign(_assign({}, arrayOptions), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, arrayOptions, true); + index = index + objectSize; + if (buffer[index - 1] !== 0) + throw new BSONError('invalid array terminator byte'); + if (index !== stopIndex) + throw new BSONError('corrupted array bson'); + } + else if (elementType === BSON_DATA_UNDEFINED) { + value = undefined; + } + else if (elementType === BSON_DATA_NULL) { + value = null; + } + else if (elementType === BSON_DATA_LONG) { + // Unpack the low and high bits + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var long = new Long(lowBits, highBits); + // Promote the long if possible + if (promoteLongs && promoteValues === true) { + value = + long.lessThanOrEqual(JS_INT_MAX_LONG) && long.greaterThanOrEqual(JS_INT_MIN_LONG) + ? long.toNumber() + : long; + } + else { + value = long; + } + } + else if (elementType === BSON_DATA_DECIMAL128) { + // Buffer to contain the decimal bytes + var bytes = Buffer.alloc(16); + // Copy the next 16 bytes into the bytes buffer + buffer.copy(bytes, 0, index, index + 16); + // Update index + index = index + 16; + // Assign the new Decimal128 value + var decimal128 = new Decimal128(bytes); + // If we have an alternative mapper use that + if ('toObject' in decimal128 && typeof decimal128.toObject === 'function') { + value = decimal128.toObject(); + } + else { + value = decimal128; + } + } + else if (elementType === BSON_DATA_BINARY) { + var binarySize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var totalBinarySize = binarySize; + var subType = buffer[index++]; + // Did we have a negative binary size, throw + if (binarySize < 0) + throw new BSONError('Negative binary type element size found'); + // Is the length longer than the document + if (binarySize > buffer.byteLength) + throw new BSONError('Binary type size larger than document size'); + // Decode as raw Buffer object if options specifies it + if (buffer['slice'] != null) { + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + if (promoteBuffers && promoteValues) { + value = buffer.slice(index, index + binarySize); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = value.toUUID(); + } + } + } + else { + var _buffer = Buffer.alloc(binarySize); + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + // Copy the data + for (i = 0; i < binarySize; i++) { + _buffer[i] = buffer[index + i]; + } + if (promoteBuffers && promoteValues) { + value = _buffer; + } + else if (subType === BSON_BINARY_SUBTYPE_UUID_NEW) { + value = new Binary(buffer.slice(index, index + binarySize), subType).toUUID(); + } + else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + } + } + // Update the index + index = index + binarySize; + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === false) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + // Create the regexp + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // For each option add the corresponding one for javascript + var optionsArray = new Array(regExpOptions.length); + // Parse options + for (i = 0; i < regExpOptions.length; i++) { + switch (regExpOptions[i]) { + case 'm': + optionsArray[i] = 'm'; + break; + case 's': + optionsArray[i] = 'g'; + break; + case 'i': + optionsArray[i] = 'i'; + break; + } + } + value = new RegExp(source, optionsArray.join('')); + } + else if (elementType === BSON_DATA_REGEXP && bsonRegExp === true) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // Set the object + value = new BSONRegExp(source, regExpOptions); + } + else if (elementType === BSON_DATA_SYMBOL) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var symbol = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + value = promoteValues ? symbol : new BSONSymbol(symbol); + index = index + stringSize; + } + else if (elementType === BSON_DATA_TIMESTAMP) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Timestamp(lowBits, highBits); + } + else if (elementType === BSON_DATA_MIN_KEY) { + value = new MinKey(); + } + else if (elementType === BSON_DATA_MAX_KEY) { + value = new MaxKey(); + } + else if (elementType === BSON_DATA_CODE) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + } + else { + value = new Code(functionString); + } + // Update parse index position + index = index + stringSize; + } + else if (elementType === BSON_DATA_CODE_W_SCOPE) { + var totalSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Element cannot be shorter than totalSize + stringSize + documentSize + terminator + if (totalSize < 4 + 4 + 4 + 1) { + throw new BSONError('code_w_scope total size shorter minimum expected length'); + } + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new BSONError('bad string length in bson'); + } + // Javascript function + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // Update parse index position + index = index + stringSize; + // Parse the element + var _index = index; + // Decode the size of the object document + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + // Decode the scope object + var scopeObject = deserializeObject(buffer, _index, options, false); + // Adjust the index + index = index + objectSize; + // Check if field length is too short + if (totalSize < 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too short, truncating scope'); + } + // Check if totalSize field is too long + if (totalSize > 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too long, clips outer document'); + } + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + value.scope = scopeObject; + } + else { + value = new Code(functionString, scopeObject); + } + } + else if (elementType === BSON_DATA_DBPOINTER) { + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) + throw new BSONError('bad string length in bson'); + // Namespace + if (validation != null && validation.utf8) { + if (!validateUtf8(buffer, index, index + stringSize - 1)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + } + var namespace = buffer.toString('utf8', index, index + stringSize - 1); + // Update parse index position + index = index + stringSize; + // Read the oid + var oidBuffer = Buffer.alloc(12); + buffer.copy(oidBuffer, 0, index, index + 12); + var oid = new ObjectId(oidBuffer); + // Update the index + index = index + 12; + // Upgrade to DBRef type + value = new DBRef(namespace, oid); + } + else { + throw new BSONError("Detected unknown BSON type ".concat(elementType.toString(16), " for fieldname \"").concat(name, "\"")); + } + if (name === '__proto__') { + Object.defineProperty(object, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + object[name] = value; + } + } + // Check if the deserialization was against a valid array/object + if (size !== index - startIndex) { + if (isArray) + throw new BSONError('corrupt array bson'); + throw new BSONError('corrupt object bson'); + } + // if we did not find "$ref", "$id", "$db", or found an extraneous $key, don't make a DBRef + if (!isPossibleDBRef) + return object; + if (isDBRefLike(object)) { + var copy = Object.assign({}, object); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(object.$ref, object.$id, object.$db, copy); + } + return object; +} +/** + * Ensure eval is isolated, store the result in functionCache. + * + * @internal + */ +function isolateEval(functionString, functionCache, object) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + if (!functionCache) + return new Function(functionString); + // Check for cache hit, eval if missing and return cached function + if (functionCache[functionString] == null) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + functionCache[functionString] = new Function(functionString); + } + // Set the object + return functionCache[functionString].bind(object); +} +function getValidatedString(buffer, start, end, shouldValidateUtf8) { + var value = buffer.toString('utf8', start, end); + // if utf8 validation is on, do the check + if (shouldValidateUtf8) { + for (var i = 0; i < value.length; i++) { + if (value.charCodeAt(i) === 0xfffd) { + if (!validateUtf8(buffer, start, end)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + break; + } + } + } + return value; +} + +var regexp = /\x00/; // eslint-disable-line no-control-regex +var ignoreKeys = new Set(['$db', '$ref', '$id', '$clusterTime']); +/* + * isArray indicates if we are writing to a BSON array (type 0x04) + * which forces the "key" which really an array index as a string to be written as ascii + * This will catch any errors in index as a string generation + */ +function serializeString(buffer, key, value, index, isArray) { + // Encode String type + buffer[index++] = BSON_DATA_STRING; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes + 1; + buffer[index - 1] = 0; + // Write the string + var size = buffer.write(value, index + 4, undefined, 'utf8'); + // Write the size of the string to buffer + buffer[index + 3] = ((size + 1) >> 24) & 0xff; + buffer[index + 2] = ((size + 1) >> 16) & 0xff; + buffer[index + 1] = ((size + 1) >> 8) & 0xff; + buffer[index] = (size + 1) & 0xff; + // Update index + index = index + 4 + size; + // Write zero + buffer[index++] = 0; + return index; +} +var SPACE_FOR_FLOAT64 = new Uint8Array(8); +var DV_FOR_FLOAT64 = new DataView(SPACE_FOR_FLOAT64.buffer, SPACE_FOR_FLOAT64.byteOffset, SPACE_FOR_FLOAT64.byteLength); +function serializeNumber(buffer, key, value, index, isArray) { + // We have an integer value + // TODO(NODE-2529): Add support for big int + if (Number.isInteger(value) && + value >= BSON_INT32_MIN$1 && + value <= BSON_INT32_MAX$1) { + // If the value fits in 32 bits encode as int32 + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + } + else { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + } + return index; +} +function serializeNull(buffer, key, _, index, isArray) { + // Set long type + buffer[index++] = BSON_DATA_NULL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} +function serializeBoolean(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BOOLEAN; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Encode the boolean value + buffer[index++] = value ? 1 : 0; + return index; +} +function serializeDate(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_DATE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var dateInMilis = Long.fromNumber(value.getTime()); + var lowBits = dateInMilis.getLowBits(); + var highBits = dateInMilis.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} +function serializeRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + if (value.source && value.source.match(regexp) != null) { + throw Error('value ' + value.source + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.source, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the parameters + if (value.ignoreCase) + buffer[index++] = 0x69; // i + if (value.global) + buffer[index++] = 0x73; // s + if (value.multiline) + buffer[index++] = 0x6d; // m + // Add ending zero + buffer[index++] = 0x00; + return index; +} +function serializeBSONRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Check the pattern for 0 bytes + if (value.pattern.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('pattern ' + value.pattern + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.pattern, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the options + index = index + buffer.write(value.options.split('').sort().join(''), index, undefined, 'utf8'); + // Add ending zero + buffer[index++] = 0x00; + return index; +} +function serializeMinMax(buffer, key, value, index, isArray) { + // Write the type of either min or max key + if (value === null) { + buffer[index++] = BSON_DATA_NULL; + } + else if (value._bsontype === 'MinKey') { + buffer[index++] = BSON_DATA_MIN_KEY; + } + else { + buffer[index++] = BSON_DATA_MAX_KEY; + } + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} +function serializeObjectId(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OID; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the objectId into the shared buffer + if (typeof value.id === 'string') { + buffer.write(value.id, index, undefined, 'binary'); + } + else if (isUint8Array(value.id)) { + // Use the standard JS methods here because buffer.copy() is buggy with the + // browser polyfill + buffer.set(value.id.subarray(0, 12), index); + } + else { + throw new BSONTypeError('object [' + JSON.stringify(value) + '] is not a valid ObjectId'); + } + // Adjust index + return index + 12; +} +function serializeBuffer(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Get size of the buffer (current write point) + var size = value.length; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the default subtype + buffer[index++] = BSON_BINARY_SUBTYPE_DEFAULT; + // Copy the content form the binary field to the buffer + buffer.set(ensureBuffer(value), index); + // Adjust the index + index = index + size; + return index; +} +function serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (path === void 0) { path = []; } + for (var i = 0; i < path.length; i++) { + if (path[i] === value) + throw new BSONError('cyclic dependency detected'); + } + // Push value to stack + path.push(value); + // Write the type + buffer[index++] = Array.isArray(value) ? BSON_DATA_ARRAY : BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var endIndex = serializeInto(buffer, value, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined, path); + // Pop stack + path.pop(); + return endIndex; +} +function serializeDecimal128(buffer, key, value, index, isArray) { + buffer[index++] = BSON_DATA_DECIMAL128; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the data from the value + // Prefer the standard JS methods because their typechecking is not buggy, + // unlike the `buffer` polyfill's. + buffer.set(value.bytes.subarray(0, 16), index); + return index + 16; +} +function serializeLong(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = + value._bsontype === 'Long' ? BSON_DATA_LONG : BSON_DATA_TIMESTAMP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var lowBits = value.getLowBits(); + var highBits = value.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} +function serializeInt32(buffer, key, value, index, isArray) { + value = value.valueOf(); + // Set int type 32 bits or less + buffer[index++] = BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + return index; +} +function serializeDouble(buffer, key, value, index, isArray) { + // Encode as double + buffer[index++] = BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value.value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + return index; +} +function serializeFunction(buffer, key, value, index, _checkKeys, _depth, isArray) { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = normalizedFunctionString(value); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + return index; +} +function serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (value.scope && typeof value.scope === 'object') { + // Write the type + buffer[index++] = BSON_DATA_CODE_W_SCOPE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Starting index + var startIndex = index; + // Serialize the function + // Get the function string + var functionString = typeof value.code === 'string' ? value.code : value.code.toString(); + // Index adjustment + index = index + 4; + // Write string into buffer + var codeSize = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = codeSize & 0xff; + buffer[index + 1] = (codeSize >> 8) & 0xff; + buffer[index + 2] = (codeSize >> 16) & 0xff; + buffer[index + 3] = (codeSize >> 24) & 0xff; + // Write end 0 + buffer[index + 4 + codeSize - 1] = 0; + // Write the + index = index + codeSize + 4; + // + // Serialize the scope value + var endIndex = serializeInto(buffer, value.scope, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined); + index = endIndex - 1; + // Writ the total + var totalSize = endIndex - startIndex; + // Write the total size of the object + buffer[startIndex++] = totalSize & 0xff; + buffer[startIndex++] = (totalSize >> 8) & 0xff; + buffer[startIndex++] = (totalSize >> 16) & 0xff; + buffer[startIndex++] = (totalSize >> 24) & 0xff; + // Write trailing zero + buffer[index++] = 0; + } + else { + buffer[index++] = BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = value.code.toString(); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + } + return index; +} +function serializeBinary(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Extract the buffer + var data = value.value(true); + // Calculate size + var size = value.position; + // Add the deprecated 02 type 4 bytes of size to total + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) + size = size + 4; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the subtype to the buffer + buffer[index++] = value.sub_type; + // If we have binary type 2 the 4 first bytes are the size + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + size = size - 4; + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + } + // Write the data to the object + buffer.set(data, index); + // Adjust the index + index = index + value.position; + return index; +} +function serializeSymbol(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = BSON_DATA_SYMBOL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the string + var size = buffer.write(value.value, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0x00; + return index; +} +function serializeDBRef(buffer, key, value, index, depth, serializeFunctions, isArray) { + // Write the type + buffer[index++] = BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var startIndex = index; + var output = { + $ref: value.collection || value.namespace, + $id: value.oid + }; + if (value.db != null) { + output.$db = value.db; + } + output = Object.assign(output, value.fields); + var endIndex = serializeInto(buffer, output, false, index, depth + 1, serializeFunctions); + // Calculate object size + var size = endIndex - startIndex; + // Write the size + buffer[startIndex++] = size & 0xff; + buffer[startIndex++] = (size >> 8) & 0xff; + buffer[startIndex++] = (size >> 16) & 0xff; + buffer[startIndex++] = (size >> 24) & 0xff; + // Set index + return endIndex; +} +function serializeInto(buffer, object, checkKeys, startingIndex, depth, serializeFunctions, ignoreUndefined, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (startingIndex === void 0) { startingIndex = 0; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (path === void 0) { path = []; } + startingIndex = startingIndex || 0; + path = path || []; + // Push the object to the path + path.push(object); + // Start place to serialize into + var index = startingIndex + 4; + // Special case isArray + if (Array.isArray(object)) { + // Get object keys + for (var i = 0; i < object.length; i++) { + var key = "".concat(i); + var value = object[i]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + if (typeof value === 'string') { + index = serializeString(buffer, key, value, index, true); + } + else if (typeof value === 'number') { + index = serializeNumber(buffer, key, value, index, true); + } + else if (typeof value === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (typeof value === 'boolean') { + index = serializeBoolean(buffer, key, value, index, true); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index, true); + } + else if (value === undefined) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index, true); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index, true); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index, true); + } + else if (typeof value === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true, path); + } + else if (typeof value === 'object' && + isBSONType(value) && + value._bsontype === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index, true); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, true); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions, true); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index, true); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else if (object instanceof bsonMap || isMap(object)) { + var iterator = object.entries(); + var done = false; + while (!done) { + // Unpack the next entry + var entry = iterator.next(); + done = !!entry.done; + // Are we done, then skip and terminate + if (done) + continue; + // Get the entry values + var key = entry.value[0]; + var value = entry.value[1]; + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint' || isBigInt64Array(value) || isBigUInt64Array(value)) { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === null || (value === undefined && ignoreUndefined === false)) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else { + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + // Provided a custom serialization method + object = object.toBSON(); + if (object != null && typeof object !== 'object') { + throw new BSONTypeError('toBSON function did not return an object'); + } + } + // Iterate over all the keys + for (var key in object) { + var value = object[key]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === undefined) { + if (ignoreUndefined === false) + index = serializeNull(buffer, key, value, index); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + // Remove the path + path.pop(); + // Final padding byte for object + buffer[index++] = 0x00; + // Final size + var size = index - startingIndex; + // Write the size of the object + buffer[startingIndex++] = size & 0xff; + buffer[startingIndex++] = (size >> 8) & 0xff; + buffer[startingIndex++] = (size >> 16) & 0xff; + buffer[startingIndex++] = (size >> 24) & 0xff; + return index; +} + +/** @internal */ +// Default Max Size +var MAXSIZE = 1024 * 1024 * 17; +// Current Internal Temporary Serialization Buffer +var buffer = Buffer.alloc(MAXSIZE); +/** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ +function setInternalBufferSize(size) { + // Resize the internal serialization buffer if needed + if (buffer.length < size) { + buffer = Buffer.alloc(size); + } +} +/** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ +function serialize(object, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var minInternalBufferSize = typeof options.minInternalBufferSize === 'number' ? options.minInternalBufferSize : MAXSIZE; + // Resize the internal serialization buffer if needed + if (buffer.length < minInternalBufferSize) { + buffer = Buffer.alloc(minInternalBufferSize); + } + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined, []); + // Create the final buffer + var finishedBuffer = Buffer.alloc(serializationIndex); + // Copy into the finished buffer + buffer.copy(finishedBuffer, 0, 0, finishedBuffer.length); + // Return the buffer + return finishedBuffer; +} +/** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ +function serializeWithBufferAndIndex(object, finalBuffer, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var startIndex = typeof options.index === 'number' ? options.index : 0; + // Attempt to serialize + var serializationIndex = serializeInto(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined); + buffer.copy(finalBuffer, startIndex, 0, serializationIndex); + // Return the index + return startIndex + serializationIndex - 1; +} +/** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ +function deserialize(buffer, options) { + if (options === void 0) { options = {}; } + return deserialize$1(buffer instanceof Buffer ? buffer : ensureBuffer(buffer), options); +} +/** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ +function calculateObjectSize(object, options) { + if (options === void 0) { options = {}; } + options = options || {}; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + return calculateObjectSize$1(object, serializeFunctions, ignoreUndefined); +} +/** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ +function deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, options) { + var internalOptions = Object.assign({ allowObjectSmallerThanBufferSize: true, index: 0 }, options); + var bufferData = ensureBuffer(data); + var index = startIndex; + // Loop over all documents + for (var i = 0; i < numberOfDocuments; i++) { + // Find size of the document + var size = bufferData[index] | + (bufferData[index + 1] << 8) | + (bufferData[index + 2] << 16) | + (bufferData[index + 3] << 24); + // Update options with index + internalOptions.index = index; + // Parse the document at this point + documents[docStartIndex + i] = deserialize$1(bufferData, internalOptions); + // Adjust index by the document size + index = index + size; + } + // Return object containing end index of parsing and list of documents + return index; +} +/** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ +var BSON = { + Binary: Binary, + Code: Code, + DBRef: DBRef, + Decimal128: Decimal128, + Double: Double, + Int32: Int32, + Long: Long, + UUID: UUID, + Map: bsonMap, + MaxKey: MaxKey, + MinKey: MinKey, + ObjectId: ObjectId, + ObjectID: ObjectId, + BSONRegExp: BSONRegExp, + BSONSymbol: BSONSymbol, + Timestamp: Timestamp, + EJSON: EJSON, + setInternalBufferSize: setInternalBufferSize, + serialize: serialize, + serializeWithBufferAndIndex: serializeWithBufferAndIndex, + deserialize: deserialize, + calculateObjectSize: calculateObjectSize, + deserializeStream: deserializeStream, + BSONError: BSONError, + BSONTypeError: BSONTypeError +}; + +export default BSON; +export { BSONError, BSONRegExp, BSONSymbol, BSONTypeError, BSON_BINARY_SUBTYPE_BYTE_ARRAY, BSON_BINARY_SUBTYPE_COLUMN, BSON_BINARY_SUBTYPE_DEFAULT, BSON_BINARY_SUBTYPE_ENCRYPTED, BSON_BINARY_SUBTYPE_FUNCTION, BSON_BINARY_SUBTYPE_MD5, BSON_BINARY_SUBTYPE_USER_DEFINED, BSON_BINARY_SUBTYPE_UUID, BSON_BINARY_SUBTYPE_UUID_NEW, BSON_DATA_ARRAY, BSON_DATA_BINARY, BSON_DATA_BOOLEAN, BSON_DATA_CODE, BSON_DATA_CODE_W_SCOPE, BSON_DATA_DATE, BSON_DATA_DBPOINTER, BSON_DATA_DECIMAL128, BSON_DATA_INT, BSON_DATA_LONG, BSON_DATA_MAX_KEY, BSON_DATA_MIN_KEY, BSON_DATA_NULL, BSON_DATA_NUMBER, BSON_DATA_OBJECT, BSON_DATA_OID, BSON_DATA_REGEXP, BSON_DATA_STRING, BSON_DATA_SYMBOL, BSON_DATA_TIMESTAMP, BSON_DATA_UNDEFINED, BSON_INT32_MAX$1 as BSON_INT32_MAX, BSON_INT32_MIN$1 as BSON_INT32_MIN, BSON_INT64_MAX$1 as BSON_INT64_MAX, BSON_INT64_MIN$1 as BSON_INT64_MIN, Binary, Code, DBRef, Decimal128, Double, EJSON, Int32, Long, LongWithoutOverridesClass, bsonMap as Map, MaxKey, MinKey, ObjectId as ObjectID, ObjectId, Timestamp, UUID, calculateObjectSize, deserialize, deserializeStream, serialize, serializeWithBufferAndIndex, setInternalBufferSize }; +//# sourceMappingURL=bson.esm.js.map diff --git a/node_modules/bson/dist/bson.esm.js.map b/node_modules/bson/dist/bson.esm.js.map new file mode 100644 index 000000000..a7982a29a --- /dev/null +++ b/node_modules/bson/dist/bson.esm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bson.esm.js","sources":["../node_modules/tslib/tslib.es6.js","../src/error.ts","../src/utils/global.ts","../src/parser/utils.ts","../src/ensure_buffer.ts","../src/uuid_utils.ts","../src/constants.ts","../src/binary.ts","../src/code.ts","../src/db_ref.ts","../src/long.ts","../src/decimal128.ts","../src/double.ts","../src/int_32.ts","../src/max_key.ts","../src/min_key.ts","../src/objectid.ts","../src/regexp.ts","../src/symbol.ts","../src/timestamp.ts","../src/extended_json.ts","../src/map.ts","../src/parser/calculate_size.ts","../src/validate_utf8.ts","../src/parser/deserializer.ts","../src/parser/serializer.ts","../src/bson.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__extends","__","constructor","prototype","create","__assign","assign","t","s","i","n","arguments","length","call","apply","BSON_INT32_MAX","BSON_INT32_MIN","BSON_INT64_MAX","BSON_INT64_MIN","calculateObjectSize","constants.JS_INT_MIN","constants.JS_INT_MAX","constants.BSON_INT32_MIN","constants.BSON_INT32_MAX","deserialize","constants.BSON_DATA_STRING","constants.BSON_DATA_OID","constants.BSON_DATA_INT","constants.BSON_DATA_NUMBER","constants.BSON_DATA_DATE","constants.BSON_DATA_BOOLEAN","constants.BSON_DATA_OBJECT","constants.BSON_DATA_ARRAY","constants.BSON_DATA_UNDEFINED","constants.BSON_DATA_NULL","constants.BSON_DATA_LONG","constants.BSON_DATA_DECIMAL128","constants.BSON_DATA_BINARY","constants.BSON_BINARY_SUBTYPE_UUID_NEW","constants.BSON_DATA_REGEXP","constants.BSON_DATA_SYMBOL","constants.BSON_DATA_TIMESTAMP","constants.BSON_DATA_MIN_KEY","constants.BSON_DATA_MAX_KEY","constants.BSON_DATA_CODE","constants.BSON_DATA_CODE_W_SCOPE","constants.BSON_DATA_DBPOINTER","constants.BSON_BINARY_SUBTYPE_DEFAULT","Map","internalSerialize","internalDeserialize","internalCalculateObjectSize"],"mappings":"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,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG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"} \ No newline at end of file diff --git a/node_modules/bson/etc/prepare.js b/node_modules/bson/etc/prepare.js new file mode 100644 index 000000000..91e6f3a97 --- /dev/null +++ b/node_modules/bson/etc/prepare.js @@ -0,0 +1,19 @@ +#! /usr/bin/env node +var cp = require('child_process'); +var fs = require('fs'); + +var nodeMajorVersion = +process.version.match(/^v(\d+)\.\d+/)[1]; + +if (fs.existsSync('src') && nodeMajorVersion >= 10) { + cp.spawnSync('npm', ['run', 'build'], { stdio: 'inherit', shell: true }); +} else { + if (!fs.existsSync('lib')) { + console.warn('BSON: No compiled javascript present, the library is not installed correctly.'); + if (nodeMajorVersion < 10) { + console.warn( + 'This library can only be compiled in nodejs version 10 or later, currently running: ' + + nodeMajorVersion + ); + } + } +} diff --git a/node_modules/bson/lib/binary.js b/node_modules/bson/lib/binary.js new file mode 100644 index 000000000..39e13422e --- /dev/null +++ b/node_modules/bson/lib/binary.js @@ -0,0 +1,426 @@ +"use strict"; +var __extends = (this && this.__extends) || (function () { + var extendStatics = function (d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + return extendStatics(d, b); + }; + return function (d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.UUID = exports.Binary = void 0; +var buffer_1 = require("buffer"); +var ensure_buffer_1 = require("./ensure_buffer"); +var uuid_utils_1 = require("./uuid_utils"); +var utils_1 = require("./parser/utils"); +var error_1 = require("./error"); +var constants_1 = require("./constants"); +/** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ +var Binary = /** @class */ (function () { + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + function Binary(buffer, subType) { + if (!(this instanceof Binary)) + return new Binary(buffer, subType); + if (!(buffer == null) && + !(typeof buffer === 'string') && + !ArrayBuffer.isView(buffer) && + !(buffer instanceof ArrayBuffer) && + !Array.isArray(buffer)) { + throw new error_1.BSONTypeError('Binary can only be constructed from string, Buffer, TypedArray, or Array'); + } + this.sub_type = subType !== null && subType !== void 0 ? subType : Binary.BSON_BINARY_SUBTYPE_DEFAULT; + if (buffer == null) { + // create an empty binary buffer + this.buffer = buffer_1.Buffer.alloc(Binary.BUFFER_SIZE); + this.position = 0; + } + else { + if (typeof buffer === 'string') { + // string + this.buffer = buffer_1.Buffer.from(buffer, 'binary'); + } + else if (Array.isArray(buffer)) { + // number[] + this.buffer = buffer_1.Buffer.from(buffer); + } + else { + // Buffer | TypedArray | ArrayBuffer + this.buffer = (0, ensure_buffer_1.ensureBuffer)(buffer); + } + this.position = this.buffer.byteLength; + } + } + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + Binary.prototype.put = function (byteValue) { + // If it's a string and a has more than one character throw an error + if (typeof byteValue === 'string' && byteValue.length !== 1) { + throw new error_1.BSONTypeError('only accepts single character String'); + } + else if (typeof byteValue !== 'number' && byteValue.length !== 1) + throw new error_1.BSONTypeError('only accepts single character Uint8Array or Array'); + // Decode the byte value once + var decodedByte; + if (typeof byteValue === 'string') { + decodedByte = byteValue.charCodeAt(0); + } + else if (typeof byteValue === 'number') { + decodedByte = byteValue; + } + else { + decodedByte = byteValue[0]; + } + if (decodedByte < 0 || decodedByte > 255) { + throw new error_1.BSONTypeError('only accepts number in a valid unsigned byte range 0-255'); + } + if (this.buffer.length > this.position) { + this.buffer[this.position++] = decodedByte; + } + else { + var buffer = buffer_1.Buffer.alloc(Binary.BUFFER_SIZE + this.buffer.length); + // Combine the two buffers together + this.buffer.copy(buffer, 0, 0, this.buffer.length); + this.buffer = buffer; + this.buffer[this.position++] = decodedByte; + } + }; + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + Binary.prototype.write = function (sequence, offset) { + offset = typeof offset === 'number' ? offset : this.position; + // If the buffer is to small let's extend the buffer + if (this.buffer.length < offset + sequence.length) { + var buffer = buffer_1.Buffer.alloc(this.buffer.length + sequence.length); + this.buffer.copy(buffer, 0, 0, this.buffer.length); + // Assign the new buffer + this.buffer = buffer; + } + if (ArrayBuffer.isView(sequence)) { + this.buffer.set((0, ensure_buffer_1.ensureBuffer)(sequence), offset); + this.position = + offset + sequence.byteLength > this.position ? offset + sequence.length : this.position; + } + else if (typeof sequence === 'string') { + this.buffer.write(sequence, offset, sequence.length, 'binary'); + this.position = + offset + sequence.length > this.position ? offset + sequence.length : this.position; + } + }; + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + Binary.prototype.read = function (position, length) { + length = length && length > 0 ? length : this.position; + // Let's return the data based on the type we have + return this.buffer.slice(position, position + length); + }; + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + Binary.prototype.value = function (asRaw) { + asRaw = !!asRaw; + // Optimize to serialize for the situation where the data == size of buffer + if (asRaw && this.buffer.length === this.position) { + return this.buffer; + } + // If it's a node.js buffer object + if (asRaw) { + return this.buffer.slice(0, this.position); + } + return this.buffer.toString('binary', 0, this.position); + }; + /** the length of the binary sequence */ + Binary.prototype.length = function () { + return this.position; + }; + Binary.prototype.toJSON = function () { + return this.buffer.toString('base64'); + }; + Binary.prototype.toString = function (format) { + return this.buffer.toString(format); + }; + /** @internal */ + Binary.prototype.toExtendedJSON = function (options) { + options = options || {}; + var base64String = this.buffer.toString('base64'); + var subType = Number(this.sub_type).toString(16); + if (options.legacy) { + return { + $binary: base64String, + $type: subType.length === 1 ? '0' + subType : subType + }; + } + return { + $binary: { + base64: base64String, + subType: subType.length === 1 ? '0' + subType : subType + } + }; + }; + Binary.prototype.toUUID = function () { + if (this.sub_type === Binary.SUBTYPE_UUID) { + return new UUID(this.buffer.slice(0, this.position)); + } + throw new error_1.BSONError("Binary sub_type \"".concat(this.sub_type, "\" is not supported for converting to UUID. Only \"").concat(Binary.SUBTYPE_UUID, "\" is currently supported.")); + }; + /** @internal */ + Binary.fromExtendedJSON = function (doc, options) { + options = options || {}; + var data; + var type; + if ('$binary' in doc) { + if (options.legacy && typeof doc.$binary === 'string' && '$type' in doc) { + type = doc.$type ? parseInt(doc.$type, 16) : 0; + data = buffer_1.Buffer.from(doc.$binary, 'base64'); + } + else { + if (typeof doc.$binary !== 'string') { + type = doc.$binary.subType ? parseInt(doc.$binary.subType, 16) : 0; + data = buffer_1.Buffer.from(doc.$binary.base64, 'base64'); + } + } + } + else if ('$uuid' in doc) { + type = 4; + data = (0, uuid_utils_1.uuidHexStringToBuffer)(doc.$uuid); + } + if (!data) { + throw new error_1.BSONTypeError("Unexpected Binary Extended JSON format ".concat(JSON.stringify(doc))); + } + return type === constants_1.BSON_BINARY_SUBTYPE_UUID_NEW ? new UUID(data) : new Binary(data, type); + }; + /** @internal */ + Binary.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Binary.prototype.inspect = function () { + var asBuffer = this.value(true); + return "new Binary(Buffer.from(\"".concat(asBuffer.toString('hex'), "\", \"hex\"), ").concat(this.sub_type, ")"); + }; + /** + * Binary default subtype + * @internal + */ + Binary.BSON_BINARY_SUBTYPE_DEFAULT = 0; + /** Initial buffer default size */ + Binary.BUFFER_SIZE = 256; + /** Default BSON type */ + Binary.SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + Binary.SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + Binary.SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + Binary.SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + Binary.SUBTYPE_UUID = 4; + /** MD5 BSON type */ + Binary.SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + Binary.SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + Binary.SUBTYPE_COLUMN = 7; + /** User BSON type */ + Binary.SUBTYPE_USER_DEFINED = 128; + return Binary; +}()); +exports.Binary = Binary; +Object.defineProperty(Binary.prototype, '_bsontype', { value: 'Binary' }); +var UUID_BYTE_LENGTH = 16; +/** + * A class representation of the BSON UUID type. + * @public + */ +var UUID = /** @class */ (function (_super) { + __extends(UUID, _super); + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + function UUID(input) { + var _this = this; + var bytes; + var hexStr; + if (input == null) { + bytes = UUID.generate(); + } + else if (input instanceof UUID) { + bytes = buffer_1.Buffer.from(input.buffer); + hexStr = input.__id; + } + else if (ArrayBuffer.isView(input) && input.byteLength === UUID_BYTE_LENGTH) { + bytes = (0, ensure_buffer_1.ensureBuffer)(input); + } + else if (typeof input === 'string') { + bytes = (0, uuid_utils_1.uuidHexStringToBuffer)(input); + } + else { + throw new error_1.BSONTypeError('Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).'); + } + _this = _super.call(this, bytes, constants_1.BSON_BINARY_SUBTYPE_UUID_NEW) || this; + _this.__id = hexStr; + return _this; + } + Object.defineProperty(UUID.prototype, "id", { + /** + * The UUID bytes + * @readonly + */ + get: function () { + return this.buffer; + }, + set: function (value) { + this.buffer = value; + if (UUID.cacheHexString) { + this.__id = (0, uuid_utils_1.bufferToUuidHexString)(value); + } + }, + enumerable: false, + configurable: true + }); + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + UUID.prototype.toHexString = function (includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + if (UUID.cacheHexString && this.__id) { + return this.__id; + } + var uuidHexString = (0, uuid_utils_1.bufferToUuidHexString)(this.id, includeDashes); + if (UUID.cacheHexString) { + this.__id = uuidHexString; + } + return uuidHexString; + }; + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + UUID.prototype.toString = function (encoding) { + return encoding ? this.id.toString(encoding) : this.toHexString(); + }; + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + UUID.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + UUID.prototype.equals = function (otherId) { + if (!otherId) { + return false; + } + if (otherId instanceof UUID) { + return otherId.id.equals(this.id); + } + try { + return new UUID(otherId).id.equals(this.id); + } + catch (_a) { + return false; + } + }; + /** + * Creates a Binary instance from the current UUID. + */ + UUID.prototype.toBinary = function () { + return new Binary(this.id, Binary.SUBTYPE_UUID); + }; + /** + * Generates a populated buffer containing a v4 uuid + */ + UUID.generate = function () { + var bytes = (0, utils_1.randomBytes)(UUID_BYTE_LENGTH); + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + // Kindly borrowed from https://github.com/uuidjs/uuid/blob/master/src/v4.js + bytes[6] = (bytes[6] & 0x0f) | 0x40; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + return buffer_1.Buffer.from(bytes); + }; + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + UUID.isValid = function (input) { + if (!input) { + return false; + } + if (input instanceof UUID) { + return true; + } + if (typeof input === 'string') { + return (0, uuid_utils_1.uuidValidateString)(input); + } + if ((0, utils_1.isUint8Array)(input)) { + // check for length & uuid version (https://tools.ietf.org/html/rfc4122#section-4.1.3) + if (input.length !== UUID_BYTE_LENGTH) { + return false; + } + return (input[6] & 0xf0) === 0x40 && (input[8] & 0x80) === 0x80; + } + return false; + }; + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + UUID.createFromHexString = function (hexString) { + var buffer = (0, uuid_utils_1.uuidHexStringToBuffer)(hexString); + return new UUID(buffer); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 36 character hex string representation. + * @internal + */ + UUID.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + UUID.prototype.inspect = function () { + return "new UUID(\"".concat(this.toHexString(), "\")"); + }; + return UUID; +}(Binary)); +exports.UUID = UUID; +//# sourceMappingURL=binary.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/binary.js.map b/node_modules/bson/lib/binary.js.map new file mode 100644 index 000000000..412903a29 --- /dev/null +++ b/node_modules/bson/lib/binary.js.map @@ -0,0 +1 @@ +{"version":3,"file":"binary.js","sourceRoot":"","sources":["../src/binary.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/bson.js b/node_modules/bson/lib/bson.js new file mode 100644 index 000000000..265d4a0cb --- /dev/null +++ b/node_modules/bson/lib/bson.js @@ -0,0 +1,251 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.BSONRegExp = exports.MaxKey = exports.MinKey = exports.Int32 = exports.Double = exports.Timestamp = exports.Long = exports.UUID = exports.ObjectId = exports.Binary = exports.DBRef = exports.BSONSymbol = exports.Map = exports.Code = exports.LongWithoutOverridesClass = exports.EJSON = exports.BSON_INT64_MIN = exports.BSON_INT64_MAX = exports.BSON_INT32_MIN = exports.BSON_INT32_MAX = exports.BSON_DATA_UNDEFINED = exports.BSON_DATA_TIMESTAMP = exports.BSON_DATA_SYMBOL = exports.BSON_DATA_STRING = exports.BSON_DATA_REGEXP = exports.BSON_DATA_OID = exports.BSON_DATA_OBJECT = exports.BSON_DATA_NUMBER = exports.BSON_DATA_NULL = exports.BSON_DATA_MIN_KEY = exports.BSON_DATA_MAX_KEY = exports.BSON_DATA_LONG = exports.BSON_DATA_INT = exports.BSON_DATA_DECIMAL128 = exports.BSON_DATA_DBPOINTER = exports.BSON_DATA_DATE = exports.BSON_DATA_CODE_W_SCOPE = exports.BSON_DATA_CODE = exports.BSON_DATA_BOOLEAN = exports.BSON_DATA_BINARY = exports.BSON_DATA_ARRAY = exports.BSON_BINARY_SUBTYPE_COLUMN = exports.BSON_BINARY_SUBTYPE_ENCRYPTED = exports.BSON_BINARY_SUBTYPE_UUID_NEW = exports.BSON_BINARY_SUBTYPE_UUID = exports.BSON_BINARY_SUBTYPE_USER_DEFINED = exports.BSON_BINARY_SUBTYPE_MD5 = exports.BSON_BINARY_SUBTYPE_FUNCTION = exports.BSON_BINARY_SUBTYPE_DEFAULT = exports.BSON_BINARY_SUBTYPE_BYTE_ARRAY = void 0; +exports.deserializeStream = exports.calculateObjectSize = exports.deserialize = exports.serializeWithBufferAndIndex = exports.serialize = exports.setInternalBufferSize = exports.BSONTypeError = exports.BSONError = exports.ObjectID = exports.Decimal128 = void 0; +var buffer_1 = require("buffer"); +var binary_1 = require("./binary"); +Object.defineProperty(exports, "Binary", { enumerable: true, get: function () { return binary_1.Binary; } }); +Object.defineProperty(exports, "UUID", { enumerable: true, get: function () { return binary_1.UUID; } }); +var code_1 = require("./code"); +Object.defineProperty(exports, "Code", { enumerable: true, get: function () { return code_1.Code; } }); +var db_ref_1 = require("./db_ref"); +Object.defineProperty(exports, "DBRef", { enumerable: true, get: function () { return db_ref_1.DBRef; } }); +var decimal128_1 = require("./decimal128"); +Object.defineProperty(exports, "Decimal128", { enumerable: true, get: function () { return decimal128_1.Decimal128; } }); +var double_1 = require("./double"); +Object.defineProperty(exports, "Double", { enumerable: true, get: function () { return double_1.Double; } }); +var ensure_buffer_1 = require("./ensure_buffer"); +var extended_json_1 = require("./extended_json"); +var int_32_1 = require("./int_32"); +Object.defineProperty(exports, "Int32", { enumerable: true, get: function () { return int_32_1.Int32; } }); +var long_1 = require("./long"); +Object.defineProperty(exports, "Long", { enumerable: true, get: function () { return long_1.Long; } }); +var map_1 = require("./map"); +Object.defineProperty(exports, "Map", { enumerable: true, get: function () { return map_1.Map; } }); +var max_key_1 = require("./max_key"); +Object.defineProperty(exports, "MaxKey", { enumerable: true, get: function () { return max_key_1.MaxKey; } }); +var min_key_1 = require("./min_key"); +Object.defineProperty(exports, "MinKey", { enumerable: true, get: function () { return min_key_1.MinKey; } }); +var objectid_1 = require("./objectid"); +Object.defineProperty(exports, "ObjectId", { enumerable: true, get: function () { return objectid_1.ObjectId; } }); +Object.defineProperty(exports, "ObjectID", { enumerable: true, get: function () { return objectid_1.ObjectId; } }); +var error_1 = require("./error"); +var calculate_size_1 = require("./parser/calculate_size"); +// Parts of the parser +var deserializer_1 = require("./parser/deserializer"); +var serializer_1 = require("./parser/serializer"); +var regexp_1 = require("./regexp"); +Object.defineProperty(exports, "BSONRegExp", { enumerable: true, get: function () { return regexp_1.BSONRegExp; } }); +var symbol_1 = require("./symbol"); +Object.defineProperty(exports, "BSONSymbol", { enumerable: true, get: function () { return symbol_1.BSONSymbol; } }); +var timestamp_1 = require("./timestamp"); +Object.defineProperty(exports, "Timestamp", { enumerable: true, get: function () { return timestamp_1.Timestamp; } }); +var constants_1 = require("./constants"); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_BYTE_ARRAY", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_BYTE_ARRAY; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_DEFAULT", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_DEFAULT; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_FUNCTION", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_FUNCTION; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_MD5", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_MD5; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_USER_DEFINED", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_USER_DEFINED; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_UUID", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_UUID; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_UUID_NEW", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_UUID_NEW; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_ENCRYPTED", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_ENCRYPTED; } }); +Object.defineProperty(exports, "BSON_BINARY_SUBTYPE_COLUMN", { enumerable: true, get: function () { return constants_1.BSON_BINARY_SUBTYPE_COLUMN; } }); +Object.defineProperty(exports, "BSON_DATA_ARRAY", { enumerable: true, get: function () { return constants_1.BSON_DATA_ARRAY; } }); +Object.defineProperty(exports, "BSON_DATA_BINARY", { enumerable: true, get: function () { return constants_1.BSON_DATA_BINARY; } }); +Object.defineProperty(exports, "BSON_DATA_BOOLEAN", { enumerable: true, get: function () { return constants_1.BSON_DATA_BOOLEAN; } }); +Object.defineProperty(exports, "BSON_DATA_CODE", { enumerable: true, get: function () { return constants_1.BSON_DATA_CODE; } }); +Object.defineProperty(exports, "BSON_DATA_CODE_W_SCOPE", { enumerable: true, get: function () { return constants_1.BSON_DATA_CODE_W_SCOPE; } }); +Object.defineProperty(exports, "BSON_DATA_DATE", { enumerable: true, get: function () { return constants_1.BSON_DATA_DATE; } }); +Object.defineProperty(exports, "BSON_DATA_DBPOINTER", { enumerable: true, get: function () { return constants_1.BSON_DATA_DBPOINTER; } }); +Object.defineProperty(exports, "BSON_DATA_DECIMAL128", { enumerable: true, get: function () { return constants_1.BSON_DATA_DECIMAL128; } }); +Object.defineProperty(exports, "BSON_DATA_INT", { enumerable: true, get: function () { return constants_1.BSON_DATA_INT; } }); +Object.defineProperty(exports, "BSON_DATA_LONG", { enumerable: true, get: function () { return constants_1.BSON_DATA_LONG; } }); +Object.defineProperty(exports, "BSON_DATA_MAX_KEY", { enumerable: true, get: function () { return constants_1.BSON_DATA_MAX_KEY; } }); +Object.defineProperty(exports, "BSON_DATA_MIN_KEY", { enumerable: true, get: function () { return constants_1.BSON_DATA_MIN_KEY; } }); +Object.defineProperty(exports, "BSON_DATA_NULL", { enumerable: true, get: function () { return constants_1.BSON_DATA_NULL; } }); +Object.defineProperty(exports, "BSON_DATA_NUMBER", { enumerable: true, get: function () { return constants_1.BSON_DATA_NUMBER; } }); +Object.defineProperty(exports, "BSON_DATA_OBJECT", { enumerable: true, get: function () { return constants_1.BSON_DATA_OBJECT; } }); +Object.defineProperty(exports, "BSON_DATA_OID", { enumerable: true, get: function () { return constants_1.BSON_DATA_OID; } }); +Object.defineProperty(exports, "BSON_DATA_REGEXP", { enumerable: true, get: function () { return constants_1.BSON_DATA_REGEXP; } }); +Object.defineProperty(exports, "BSON_DATA_STRING", { enumerable: true, get: function () { return constants_1.BSON_DATA_STRING; } }); +Object.defineProperty(exports, "BSON_DATA_SYMBOL", { enumerable: true, get: function () { return constants_1.BSON_DATA_SYMBOL; } }); +Object.defineProperty(exports, "BSON_DATA_TIMESTAMP", { enumerable: true, get: function () { return constants_1.BSON_DATA_TIMESTAMP; } }); +Object.defineProperty(exports, "BSON_DATA_UNDEFINED", { enumerable: true, get: function () { return constants_1.BSON_DATA_UNDEFINED; } }); +Object.defineProperty(exports, "BSON_INT32_MAX", { enumerable: true, get: function () { return constants_1.BSON_INT32_MAX; } }); +Object.defineProperty(exports, "BSON_INT32_MIN", { enumerable: true, get: function () { return constants_1.BSON_INT32_MIN; } }); +Object.defineProperty(exports, "BSON_INT64_MAX", { enumerable: true, get: function () { return constants_1.BSON_INT64_MAX; } }); +Object.defineProperty(exports, "BSON_INT64_MIN", { enumerable: true, get: function () { return constants_1.BSON_INT64_MIN; } }); +var extended_json_2 = require("./extended_json"); +Object.defineProperty(exports, "EJSON", { enumerable: true, get: function () { return extended_json_2.EJSON; } }); +var timestamp_2 = require("./timestamp"); +Object.defineProperty(exports, "LongWithoutOverridesClass", { enumerable: true, get: function () { return timestamp_2.LongWithoutOverridesClass; } }); +var error_2 = require("./error"); +Object.defineProperty(exports, "BSONError", { enumerable: true, get: function () { return error_2.BSONError; } }); +Object.defineProperty(exports, "BSONTypeError", { enumerable: true, get: function () { return error_2.BSONTypeError; } }); +/** @internal */ +// Default Max Size +var MAXSIZE = 1024 * 1024 * 17; +// Current Internal Temporary Serialization Buffer +var buffer = buffer_1.Buffer.alloc(MAXSIZE); +/** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ +function setInternalBufferSize(size) { + // Resize the internal serialization buffer if needed + if (buffer.length < size) { + buffer = buffer_1.Buffer.alloc(size); + } +} +exports.setInternalBufferSize = setInternalBufferSize; +/** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ +function serialize(object, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var minInternalBufferSize = typeof options.minInternalBufferSize === 'number' ? options.minInternalBufferSize : MAXSIZE; + // Resize the internal serialization buffer if needed + if (buffer.length < minInternalBufferSize) { + buffer = buffer_1.Buffer.alloc(minInternalBufferSize); + } + // Attempt to serialize + var serializationIndex = (0, serializer_1.serializeInto)(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined, []); + // Create the final buffer + var finishedBuffer = buffer_1.Buffer.alloc(serializationIndex); + // Copy into the finished buffer + buffer.copy(finishedBuffer, 0, 0, finishedBuffer.length); + // Return the buffer + return finishedBuffer; +} +exports.serialize = serialize; +/** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ +function serializeWithBufferAndIndex(object, finalBuffer, options) { + if (options === void 0) { options = {}; } + // Unpack the options + var checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + var startIndex = typeof options.index === 'number' ? options.index : 0; + // Attempt to serialize + var serializationIndex = (0, serializer_1.serializeInto)(buffer, object, checkKeys, 0, 0, serializeFunctions, ignoreUndefined); + buffer.copy(finalBuffer, startIndex, 0, serializationIndex); + // Return the index + return startIndex + serializationIndex - 1; +} +exports.serializeWithBufferAndIndex = serializeWithBufferAndIndex; +/** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ +function deserialize(buffer, options) { + if (options === void 0) { options = {}; } + return (0, deserializer_1.deserialize)(buffer instanceof buffer_1.Buffer ? buffer : (0, ensure_buffer_1.ensureBuffer)(buffer), options); +} +exports.deserialize = deserialize; +/** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ +function calculateObjectSize(object, options) { + if (options === void 0) { options = {}; } + options = options || {}; + var serializeFunctions = typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + var ignoreUndefined = typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + return (0, calculate_size_1.calculateObjectSize)(object, serializeFunctions, ignoreUndefined); +} +exports.calculateObjectSize = calculateObjectSize; +/** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ +function deserializeStream(data, startIndex, numberOfDocuments, documents, docStartIndex, options) { + var internalOptions = Object.assign({ allowObjectSmallerThanBufferSize: true, index: 0 }, options); + var bufferData = (0, ensure_buffer_1.ensureBuffer)(data); + var index = startIndex; + // Loop over all documents + for (var i = 0; i < numberOfDocuments; i++) { + // Find size of the document + var size = bufferData[index] | + (bufferData[index + 1] << 8) | + (bufferData[index + 2] << 16) | + (bufferData[index + 3] << 24); + // Update options with index + internalOptions.index = index; + // Parse the document at this point + documents[docStartIndex + i] = (0, deserializer_1.deserialize)(bufferData, internalOptions); + // Adjust index by the document size + index = index + size; + } + // Return object containing end index of parsing and list of documents + return index; +} +exports.deserializeStream = deserializeStream; +/** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ +var BSON = { + Binary: binary_1.Binary, + Code: code_1.Code, + DBRef: db_ref_1.DBRef, + Decimal128: decimal128_1.Decimal128, + Double: double_1.Double, + Int32: int_32_1.Int32, + Long: long_1.Long, + UUID: binary_1.UUID, + Map: map_1.Map, + MaxKey: max_key_1.MaxKey, + MinKey: min_key_1.MinKey, + ObjectId: objectid_1.ObjectId, + ObjectID: objectid_1.ObjectId, + BSONRegExp: regexp_1.BSONRegExp, + BSONSymbol: symbol_1.BSONSymbol, + Timestamp: timestamp_1.Timestamp, + EJSON: extended_json_1.EJSON, + setInternalBufferSize: setInternalBufferSize, + serialize: serialize, + serializeWithBufferAndIndex: serializeWithBufferAndIndex, + deserialize: deserialize, + calculateObjectSize: calculateObjectSize, + deserializeStream: deserializeStream, + BSONError: error_1.BSONError, + BSONTypeError: error_1.BSONTypeError +}; +exports.default = BSON; +//# sourceMappingURL=bson.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/bson.js.map b/node_modules/bson/lib/bson.js.map new file mode 100644 index 000000000..cc4b5c374 --- /dev/null +++ b/node_modules/bson/lib/bson.js.map @@ -0,0 +1 @@ +{"version":3,"file":"bson.js","sourceRoot":"","sources":["../src/bson.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/code.js b/node_modules/bson/lib/code.js new file mode 100644 index 000000000..585539378 --- /dev/null +++ b/node_modules/bson/lib/code.js @@ -0,0 +1,46 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Code = void 0; +/** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ +var Code = /** @class */ (function () { + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + function Code(code, scope) { + if (!(this instanceof Code)) + return new Code(code, scope); + this.code = code; + this.scope = scope; + } + Code.prototype.toJSON = function () { + return { code: this.code, scope: this.scope }; + }; + /** @internal */ + Code.prototype.toExtendedJSON = function () { + if (this.scope) { + return { $code: this.code, $scope: this.scope }; + } + return { $code: this.code }; + }; + /** @internal */ + Code.fromExtendedJSON = function (doc) { + return new Code(doc.$code, doc.$scope); + }; + /** @internal */ + Code.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Code.prototype.inspect = function () { + var codeJson = this.toJSON(); + return "new Code(\"".concat(String(codeJson.code), "\"").concat(codeJson.scope ? ", ".concat(JSON.stringify(codeJson.scope)) : '', ")"); + }; + return Code; +}()); +exports.Code = Code; +Object.defineProperty(Code.prototype, '_bsontype', { value: 'Code' }); +//# sourceMappingURL=code.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/code.js.map b/node_modules/bson/lib/code.js.map new file mode 100644 index 000000000..2291a6b93 --- /dev/null +++ b/node_modules/bson/lib/code.js.map @@ -0,0 +1 @@ +{"version":3,"file":"code.js","sourceRoot":"","sources":["../src/code.ts"],"names":[],"mappings":";;;AAQA;;;;GAIG;AACH;IAKE;;;OAGG;IACH,cAAY,IAAuB,EAAE,KAAgB;QACnD,IAAI,CAAC,CAAC,IAAI,YAAY,IAAI,CAAC;YAAE,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAE1D,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;IAED,qBAAM,GAAN;QACE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;IAChD,CAAC;IAED,gBAAgB;IAChB,6BAAc,GAAd;QACE,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;SACjD;QAED,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,CAAC;IAC9B,CAAC;IAED,gBAAgB;IACT,qBAAgB,GAAvB,UAAwB,GAAiB;QACvC,OAAO,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACzC,CAAC;IAED,gBAAgB;IAChB,eAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,sBAAO,GAAP;QACE,IAAM,QAAQ,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;QAC/B,OAAO,qBAAa,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,eACvC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,YAAK,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAE,CAAC,CAAC,CAAC,EAAE,MAC1D,CAAC;IACN,CAAC;IACH,WAAC;AAAD,CAAC,AA7CD,IA6CC;AA7CY,oBAAI;AA+CjB,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/constants.js b/node_modules/bson/lib/constants.js new file mode 100644 index 000000000..ff8b68d3d --- /dev/null +++ b/node_modules/bson/lib/constants.js @@ -0,0 +1,82 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.BSON_BINARY_SUBTYPE_USER_DEFINED = exports.BSON_BINARY_SUBTYPE_COLUMN = exports.BSON_BINARY_SUBTYPE_ENCRYPTED = exports.BSON_BINARY_SUBTYPE_MD5 = exports.BSON_BINARY_SUBTYPE_UUID_NEW = exports.BSON_BINARY_SUBTYPE_UUID = exports.BSON_BINARY_SUBTYPE_BYTE_ARRAY = exports.BSON_BINARY_SUBTYPE_FUNCTION = exports.BSON_BINARY_SUBTYPE_DEFAULT = exports.BSON_DATA_MAX_KEY = exports.BSON_DATA_MIN_KEY = exports.BSON_DATA_DECIMAL128 = exports.BSON_DATA_LONG = exports.BSON_DATA_TIMESTAMP = exports.BSON_DATA_INT = exports.BSON_DATA_CODE_W_SCOPE = exports.BSON_DATA_SYMBOL = exports.BSON_DATA_CODE = exports.BSON_DATA_DBPOINTER = exports.BSON_DATA_REGEXP = exports.BSON_DATA_NULL = exports.BSON_DATA_DATE = exports.BSON_DATA_BOOLEAN = exports.BSON_DATA_OID = exports.BSON_DATA_UNDEFINED = exports.BSON_DATA_BINARY = exports.BSON_DATA_ARRAY = exports.BSON_DATA_OBJECT = exports.BSON_DATA_STRING = exports.BSON_DATA_NUMBER = exports.JS_INT_MIN = exports.JS_INT_MAX = exports.BSON_INT64_MIN = exports.BSON_INT64_MAX = exports.BSON_INT32_MIN = exports.BSON_INT32_MAX = void 0; +/** @internal */ +exports.BSON_INT32_MAX = 0x7fffffff; +/** @internal */ +exports.BSON_INT32_MIN = -0x80000000; +/** @internal */ +exports.BSON_INT64_MAX = Math.pow(2, 63) - 1; +/** @internal */ +exports.BSON_INT64_MIN = -Math.pow(2, 63); +/** + * Any integer up to 2^53 can be precisely represented by a double. + * @internal + */ +exports.JS_INT_MAX = Math.pow(2, 53); +/** + * Any integer down to -2^53 can be precisely represented by a double. + * @internal + */ +exports.JS_INT_MIN = -Math.pow(2, 53); +/** Number BSON Type @internal */ +exports.BSON_DATA_NUMBER = 1; +/** String BSON Type @internal */ +exports.BSON_DATA_STRING = 2; +/** Object BSON Type @internal */ +exports.BSON_DATA_OBJECT = 3; +/** Array BSON Type @internal */ +exports.BSON_DATA_ARRAY = 4; +/** Binary BSON Type @internal */ +exports.BSON_DATA_BINARY = 5; +/** Binary BSON Type @internal */ +exports.BSON_DATA_UNDEFINED = 6; +/** ObjectId BSON Type @internal */ +exports.BSON_DATA_OID = 7; +/** Boolean BSON Type @internal */ +exports.BSON_DATA_BOOLEAN = 8; +/** Date BSON Type @internal */ +exports.BSON_DATA_DATE = 9; +/** null BSON Type @internal */ +exports.BSON_DATA_NULL = 10; +/** RegExp BSON Type @internal */ +exports.BSON_DATA_REGEXP = 11; +/** Code BSON Type @internal */ +exports.BSON_DATA_DBPOINTER = 12; +/** Code BSON Type @internal */ +exports.BSON_DATA_CODE = 13; +/** Symbol BSON Type @internal */ +exports.BSON_DATA_SYMBOL = 14; +/** Code with Scope BSON Type @internal */ +exports.BSON_DATA_CODE_W_SCOPE = 15; +/** 32 bit Integer BSON Type @internal */ +exports.BSON_DATA_INT = 16; +/** Timestamp BSON Type @internal */ +exports.BSON_DATA_TIMESTAMP = 17; +/** Long BSON Type @internal */ +exports.BSON_DATA_LONG = 18; +/** Decimal128 BSON Type @internal */ +exports.BSON_DATA_DECIMAL128 = 19; +/** MinKey BSON Type @internal */ +exports.BSON_DATA_MIN_KEY = 0xff; +/** MaxKey BSON Type @internal */ +exports.BSON_DATA_MAX_KEY = 0x7f; +/** Binary Default Type @internal */ +exports.BSON_BINARY_SUBTYPE_DEFAULT = 0; +/** Binary Function Type @internal */ +exports.BSON_BINARY_SUBTYPE_FUNCTION = 1; +/** Binary Byte Array Type @internal */ +exports.BSON_BINARY_SUBTYPE_BYTE_ARRAY = 2; +/** Binary Deprecated UUID Type @deprecated Please use BSON_BINARY_SUBTYPE_UUID_NEW @internal */ +exports.BSON_BINARY_SUBTYPE_UUID = 3; +/** Binary UUID Type @internal */ +exports.BSON_BINARY_SUBTYPE_UUID_NEW = 4; +/** Binary MD5 Type @internal */ +exports.BSON_BINARY_SUBTYPE_MD5 = 5; +/** Encrypted BSON type @internal */ +exports.BSON_BINARY_SUBTYPE_ENCRYPTED = 6; +/** Column BSON type @internal */ +exports.BSON_BINARY_SUBTYPE_COLUMN = 7; +/** Binary User Defined Type @internal */ +exports.BSON_BINARY_SUBTYPE_USER_DEFINED = 128; +//# sourceMappingURL=constants.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/constants.js.map b/node_modules/bson/lib/constants.js.map new file mode 100644 index 000000000..3b9c0ca6c --- /dev/null +++ b/node_modules/bson/lib/constants.js.map @@ -0,0 +1 @@ +{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAA,gBAAgB;AACH,QAAA,cAAc,GAAG,UAAU,CAAC;AACzC,gBAAgB;AACH,QAAA,cAAc,GAAG,CAAC,UAAU,CAAC;AAC1C,gBAAgB;AACH,QAAA,cAAc,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC;AAClD,gBAAgB;AACH,QAAA,cAAc,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;AAE/C;;;GAGG;AACU,QAAA,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;AAE1C;;;GAGG;AACU,QAAA,UAAU,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;AAE3C,iCAAiC;AACpB,QAAA,gBAAgB,GAAG,CAAC,CAAC;AAElC,iCAAiC;AACpB,QAAA,gBAAgB,GAAG,CAAC,CAAC;AAElC,iCAAiC;AACpB,QAAA,gBAAgB,GAAG,CAAC,CAAC;AAElC,gCAAgC;AACnB,QAAA,eAAe,GAAG,CAAC,CAAC;AAEjC,iCAAiC;AACpB,QAAA,gBAAgB,GAAG,CAAC,CAAC;AAElC,iCAAiC;AACpB,QAAA,mBAAmB,GAAG,CAAC,CAAC;AAErC,mCAAmC;AACtB,QAAA,aAAa,GAAG,CAAC,CAAC;AAE/B,kCAAkC;AACrB,QAAA,iBAAiB,GAAG,CAAC,CAAC;AAEnC,+BAA+B;AAClB,QAAA,cAAc,GAAG,CAAC,CAAC;AAEhC,+BAA+B;AAClB,QAAA,cAAc,GAAG,EAAE,CAAC;AAEjC,iCAAiC;AACpB,QAAA,gBAAgB,GAAG,EAAE,CAAC;AAEnC,+BAA+B;AAClB,QAAA,mBAAmB,GAAG,EAAE,CAAC;AAEtC,+BAA+B;AAClB,QAAA,cAAc,GAAG,EAAE,CAAC;AAEjC,iCAAiC;AACpB,QAAA,gBAAgB,GAAG,EAAE,CAAC;AAEnC,0CAA0C;AAC7B,QAAA,sBAAsB,GAAG,EAAE,CAAC;AAEzC,yCAAyC;AAC5B,QAAA,aAAa,GAAG,EAAE,CAAC;AAEhC,oCAAoC;AACvB,QAAA,mBAAmB,GAAG,EAAE,CAAC;AAEtC,+BAA+B;AAClB,QAAA,cAAc,GAAG,EAAE,CAAC;AAEjC,qCAAqC;AACxB,QAAA,oBAAoB,GAAG,EAAE,CAAC;AAEvC,iCAAiC;AACpB,QAAA,iBAAiB,GAAG,IAAI,CAAC;AAEtC,iCAAiC;AACpB,QAAA,iBAAiB,GAAG,IAAI,CAAC;AAEtC,oCAAoC;AACvB,QAAA,2BAA2B,GAAG,CAAC,CAAC;AAE7C,qCAAqC;AACxB,QAAA,4BAA4B,GAAG,CAAC,CAAC;AAE9C,uCAAuC;AAC1B,QAAA,8BAA8B,GAAG,CAAC,CAAC;AAEhD,gGAAgG;AACnF,QAAA,wBAAwB,GAAG,CAAC,CAAC;AAE1C,iCAAiC;AACpB,QAAA,4BAA4B,GAAG,CAAC,CAAC;AAE9C,gCAAgC;AACnB,QAAA,uBAAuB,GAAG,CAAC,CAAC;AAEzC,oCAAoC;AACvB,QAAA,6BAA6B,GAAG,CAAC,CAAC;AAE/C,iCAAiC;AACpB,QAAA,0BAA0B,GAAG,CAAC,CAAC;AAE5C,yCAAyC;AAC5B,QAAA,gCAAgC,GAAG,GAAG,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/db_ref.js b/node_modules/bson/lib/db_ref.js new file mode 100644 index 000000000..d18bd965e --- /dev/null +++ b/node_modules/bson/lib/db_ref.js @@ -0,0 +1,97 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.DBRef = exports.isDBRefLike = void 0; +var utils_1 = require("./parser/utils"); +/** @internal */ +function isDBRefLike(value) { + return ((0, utils_1.isObjectLike)(value) && + value.$id != null && + typeof value.$ref === 'string' && + (value.$db == null || typeof value.$db === 'string')); +} +exports.isDBRefLike = isDBRefLike; +/** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ +var DBRef = /** @class */ (function () { + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + function DBRef(collection, oid, db, fields) { + if (!(this instanceof DBRef)) + return new DBRef(collection, oid, db, fields); + // check if namespace has been provided + var parts = collection.split('.'); + if (parts.length === 2) { + db = parts.shift(); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + collection = parts.shift(); + } + this.collection = collection; + this.oid = oid; + this.db = db; + this.fields = fields || {}; + } + Object.defineProperty(DBRef.prototype, "namespace", { + // Property provided for compatibility with the 1.x parser + // the 1.x parser used a "namespace" property, while 4.x uses "collection" + /** @internal */ + get: function () { + return this.collection; + }, + set: function (value) { + this.collection = value; + }, + enumerable: false, + configurable: true + }); + DBRef.prototype.toJSON = function () { + var o = Object.assign({ + $ref: this.collection, + $id: this.oid + }, this.fields); + if (this.db != null) + o.$db = this.db; + return o; + }; + /** @internal */ + DBRef.prototype.toExtendedJSON = function (options) { + options = options || {}; + var o = { + $ref: this.collection, + $id: this.oid + }; + if (options.legacy) { + return o; + } + if (this.db) + o.$db = this.db; + o = Object.assign(o, this.fields); + return o; + }; + /** @internal */ + DBRef.fromExtendedJSON = function (doc) { + var copy = Object.assign({}, doc); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(doc.$ref, doc.$id, doc.$db, copy); + }; + /** @internal */ + DBRef.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + DBRef.prototype.inspect = function () { + // NOTE: if OID is an ObjectId class it will just print the oid string. + var oid = this.oid === undefined || this.oid.toString === undefined ? this.oid : this.oid.toString(); + return "new DBRef(\"".concat(this.namespace, "\", new ObjectId(\"").concat(String(oid), "\")").concat(this.db ? ", \"".concat(this.db, "\"") : '', ")"); + }; + return DBRef; +}()); +exports.DBRef = DBRef; +Object.defineProperty(DBRef.prototype, '_bsontype', { value: 'DBRef' }); +//# sourceMappingURL=db_ref.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/db_ref.js.map b/node_modules/bson/lib/db_ref.js.map new file mode 100644 index 000000000..74e49aac7 --- /dev/null +++ b/node_modules/bson/lib/db_ref.js.map @@ -0,0 +1 @@ +{"version":3,"file":"db_ref.js","sourceRoot":"","sources":["../src/db_ref.ts"],"names":[],"mappings":";;;AAGA,wCAA8C;AAS9C,gBAAgB;AAChB,SAAgB,WAAW,CAAC,KAAc;IACxC,OAAO,CACL,IAAA,oBAAY,EAAC,KAAK,CAAC;QACnB,KAAK,CAAC,GAAG,IAAI,IAAI;QACjB,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ;QAC9B,CAAC,KAAK,CAAC,GAAG,IAAI,IAAI,IAAI,OAAO,KAAK,CAAC,GAAG,KAAK,QAAQ,CAAC,CACrD,CAAC;AACJ,CAAC;AAPD,kCAOC;AAED;;;;GAIG;AACH;IAQE;;;;OAIG;IACH,eAAY,UAAkB,EAAE,GAAa,EAAE,EAAW,EAAE,MAAiB;QAC3E,IAAI,CAAC,CAAC,IAAI,YAAY,KAAK,CAAC;YAAE,OAAO,IAAI,KAAK,CAAC,UAAU,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QAE5E,uCAAuC;QACvC,IAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACpC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YACtB,EAAE,GAAG,KAAK,CAAC,KAAK,EAAE,CAAC;YACnB,oEAAoE;YACpE,UAAU,GAAG,KAAK,CAAC,KAAK,EAAG,CAAC;SAC7B;QAED,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,IAAI,CAAC,MAAM,GAAG,MAAM,IAAI,EAAE,CAAC;IAC7B,CAAC;IAMD,sBAAI,4BAAS;QAJb,0DAA0D;QAC1D,0EAA0E;QAE1E,gBAAgB;aAChB;YACE,OAAO,IAAI,CAAC,UAAU,CAAC;QACzB,CAAC;aAED,UAAc,KAAa;YACzB,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC;QAC1B,CAAC;;;OAJA;IAMD,sBAAM,GAAN;QACE,IAAM,CAAC,GAAG,MAAM,CAAC,MAAM,CACrB;YACE,IAAI,EAAE,IAAI,CAAC,UAAU;YACrB,GAAG,EAAE,IAAI,CAAC,GAAG;SACd,EACD,IAAI,CAAC,MAAM,CACZ,CAAC;QAEF,IAAI,IAAI,CAAC,EAAE,IAAI,IAAI;YAAE,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;QACrC,OAAO,CAAC,CAAC;IACX,CAAC;IAED,gBAAgB;IAChB,8BAAc,GAAd,UAAe,OAAsB;QACnC,OAAO,GAAG,OAAO,IAAI,EAAE,CAAC;QACxB,IAAI,CAAC,GAAc;YACjB,IAAI,EAAE,IAAI,CAAC,UAAU;YACrB,GAAG,EAAE,IAAI,CAAC,GAAG;SACd,CAAC;QAEF,IAAI,OAAO,CAAC,MAAM,EAAE;YAClB,OAAO,CAAC,CAAC;SACV;QAED,IAAI,IAAI,CAAC,EAAE;YAAE,CAAC,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC;QAC7B,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QAClC,OAAO,CAAC,CAAC;IACX,CAAC;IAED,gBAAgB;IACT,sBAAgB,GAAvB,UAAwB,GAAc;QACpC,IAAM,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,CAAuB,CAAC;QAC1D,OAAO,IAAI,CAAC,IAAI,CAAC;QACjB,OAAO,IAAI,CAAC,GAAG,CAAC;QAChB,OAAO,IAAI,CAAC,GAAG,CAAC;QAChB,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;IACrD,CAAC;IAED,gBAAgB;IAChB,gBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,uBAAO,GAAP;QACE,uEAAuE;QACvE,IAAM,GAAG,GACP,IAAI,CAAC,GAAG,KAAK,SAAS,IAAI,IAAI,CAAC,GAAG,CAAC,QAAQ,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;QAC7F,OAAO,sBAAc,IAAI,CAAC,SAAS,gCAAoB,MAAM,CAAC,GAAG,CAAC,gBAChE,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,cAAM,IAAI,CAAC,EAAE,OAAG,CAAC,CAAC,CAAC,EAAE,MAC9B,CAAC;IACN,CAAC;IACH,YAAC;AAAD,CAAC,AA9FD,IA8FC;AA9FY,sBAAK;AAgGlB,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/decimal128.js b/node_modules/bson/lib/decimal128.js new file mode 100644 index 000000000..2fd7efa84 --- /dev/null +++ b/node_modules/bson/lib/decimal128.js @@ -0,0 +1,669 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Decimal128 = void 0; +var buffer_1 = require("buffer"); +var error_1 = require("./error"); +var long_1 = require("./long"); +var utils_1 = require("./parser/utils"); +var PARSE_STRING_REGEXP = /^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/; +var PARSE_INF_REGEXP = /^(\+|-)?(Infinity|inf)$/i; +var PARSE_NAN_REGEXP = /^(\+|-)?NaN$/i; +var EXPONENT_MAX = 6111; +var EXPONENT_MIN = -6176; +var EXPONENT_BIAS = 6176; +var MAX_DIGITS = 34; +// Nan value bits as 32 bit values (due to lack of longs) +var NAN_BUFFER = [ + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +// Infinity value bits 32 bit values (due to lack of longs) +var INF_NEGATIVE_BUFFER = [ + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +var INF_POSITIVE_BUFFER = [ + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +var EXPONENT_REGEX = /^([-+])?(\d+)?$/; +// Extract least significant 5 bits +var COMBINATION_MASK = 0x1f; +// Extract least significant 14 bits +var EXPONENT_MASK = 0x3fff; +// Value of combination field for Inf +var COMBINATION_INFINITY = 30; +// Value of combination field for NaN +var COMBINATION_NAN = 31; +// Detect if the value is a digit +function isDigit(value) { + return !isNaN(parseInt(value, 10)); +} +// Divide two uint128 values +function divideu128(value) { + var DIVISOR = long_1.Long.fromNumber(1000 * 1000 * 1000); + var _rem = long_1.Long.fromNumber(0); + if (!value.parts[0] && !value.parts[1] && !value.parts[2] && !value.parts[3]) { + return { quotient: value, rem: _rem }; + } + for (var i = 0; i <= 3; i++) { + // Adjust remainder to match value of next dividend + _rem = _rem.shiftLeft(32); + // Add the divided to _rem + _rem = _rem.add(new long_1.Long(value.parts[i], 0)); + value.parts[i] = _rem.div(DIVISOR).low; + _rem = _rem.modulo(DIVISOR); + } + return { quotient: value, rem: _rem }; +} +// Multiply two Long values and return the 128 bit value +function multiply64x2(left, right) { + if (!left && !right) { + return { high: long_1.Long.fromNumber(0), low: long_1.Long.fromNumber(0) }; + } + var leftHigh = left.shiftRightUnsigned(32); + var leftLow = new long_1.Long(left.getLowBits(), 0); + var rightHigh = right.shiftRightUnsigned(32); + var rightLow = new long_1.Long(right.getLowBits(), 0); + var productHigh = leftHigh.multiply(rightHigh); + var productMid = leftHigh.multiply(rightLow); + var productMid2 = leftLow.multiply(rightHigh); + var productLow = leftLow.multiply(rightLow); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productMid = new long_1.Long(productMid.getLowBits(), 0) + .add(productMid2) + .add(productLow.shiftRightUnsigned(32)); + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productLow = productMid.shiftLeft(32).add(new long_1.Long(productLow.getLowBits(), 0)); + // Return the 128 bit result + return { high: productHigh, low: productLow }; +} +function lessThan(left, right) { + // Make values unsigned + var uhleft = left.high >>> 0; + var uhright = right.high >>> 0; + // Compare high bits first + if (uhleft < uhright) { + return true; + } + else if (uhleft === uhright) { + var ulleft = left.low >>> 0; + var ulright = right.low >>> 0; + if (ulleft < ulright) + return true; + } + return false; +} +function invalidErr(string, message) { + throw new error_1.BSONTypeError("\"".concat(string, "\" is not a valid Decimal128 string - ").concat(message)); +} +/** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ +var Decimal128 = /** @class */ (function () { + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + function Decimal128(bytes) { + if (!(this instanceof Decimal128)) + return new Decimal128(bytes); + if (typeof bytes === 'string') { + this.bytes = Decimal128.fromString(bytes).bytes; + } + else if ((0, utils_1.isUint8Array)(bytes)) { + if (bytes.byteLength !== 16) { + throw new error_1.BSONTypeError('Decimal128 must take a Buffer of 16 bytes'); + } + this.bytes = bytes; + } + else { + throw new error_1.BSONTypeError('Decimal128 must take a Buffer or string'); + } + } + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + Decimal128.fromString = function (representation) { + // Parse state tracking + var isNegative = false; + var sawRadix = false; + var foundNonZero = false; + // Total number of significant digits (no leading or trailing zero) + var significantDigits = 0; + // Total number of significand digits read + var nDigitsRead = 0; + // Total number of digits (no leading zeros) + var nDigits = 0; + // The number of the digits after radix + var radixPosition = 0; + // The index of the first non-zero in *str* + var firstNonZero = 0; + // Digits Array + var digits = [0]; + // The number of digits in digits + var nDigitsStored = 0; + // Insertion pointer for digits + var digitsInsert = 0; + // The index of the first non-zero digit + var firstDigit = 0; + // The index of the last digit + var lastDigit = 0; + // Exponent + var exponent = 0; + // loop index over array + var i = 0; + // The high 17 digits of the significand + var significandHigh = new long_1.Long(0, 0); + // The low 17 digits of the significand + var significandLow = new long_1.Long(0, 0); + // The biased exponent + var biasedExponent = 0; + // Read index + var index = 0; + // Naively prevent against REDOS attacks. + // TODO: implementing a custom parsing for this, or refactoring the regex would yield + // further gains. + if (representation.length >= 7000) { + throw new error_1.BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + // Results + var stringMatch = representation.match(PARSE_STRING_REGEXP); + var infMatch = representation.match(PARSE_INF_REGEXP); + var nanMatch = representation.match(PARSE_NAN_REGEXP); + // Validate the string + if ((!stringMatch && !infMatch && !nanMatch) || representation.length === 0) { + throw new error_1.BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + if (stringMatch) { + // full_match = stringMatch[0] + // sign = stringMatch[1] + var unsignedNumber = stringMatch[2]; + // stringMatch[3] is undefined if a whole number (ex "1", 12") + // but defined if a number w/ decimal in it (ex "1.0, 12.2") + var e = stringMatch[4]; + var expSign = stringMatch[5]; + var expNumber = stringMatch[6]; + // they provided e, but didn't give an exponent number. for ex "1e" + if (e && expNumber === undefined) + invalidErr(representation, 'missing exponent power'); + // they provided e, but didn't give a number before it. for ex "e1" + if (e && unsignedNumber === undefined) + invalidErr(representation, 'missing exponent base'); + if (e === undefined && (expSign || expNumber)) { + invalidErr(representation, 'missing e before exponent'); + } + } + // Get the negative or positive sign + if (representation[index] === '+' || representation[index] === '-') { + isNegative = representation[index++] === '-'; + } + // Check if user passed Infinity or NaN + if (!isDigit(representation[index]) && representation[index] !== '.') { + if (representation[index] === 'i' || representation[index] === 'I') { + return new Decimal128(buffer_1.Buffer.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + else if (representation[index] === 'N') { + return new Decimal128(buffer_1.Buffer.from(NAN_BUFFER)); + } + } + // Read all the digits + while (isDigit(representation[index]) || representation[index] === '.') { + if (representation[index] === '.') { + if (sawRadix) + invalidErr(representation, 'contains multiple periods'); + sawRadix = true; + index = index + 1; + continue; + } + if (nDigitsStored < 34) { + if (representation[index] !== '0' || foundNonZero) { + if (!foundNonZero) { + firstNonZero = nDigitsRead; + } + foundNonZero = true; + // Only store 34 digits + digits[digitsInsert++] = parseInt(representation[index], 10); + nDigitsStored = nDigitsStored + 1; + } + } + if (foundNonZero) + nDigits = nDigits + 1; + if (sawRadix) + radixPosition = radixPosition + 1; + nDigitsRead = nDigitsRead + 1; + index = index + 1; + } + if (sawRadix && !nDigitsRead) + throw new error_1.BSONTypeError('' + representation + ' not a valid Decimal128 string'); + // Read exponent if exists + if (representation[index] === 'e' || representation[index] === 'E') { + // Read exponent digits + var match = representation.substr(++index).match(EXPONENT_REGEX); + // No digits read + if (!match || !match[2]) + return new Decimal128(buffer_1.Buffer.from(NAN_BUFFER)); + // Get exponent + exponent = parseInt(match[0], 10); + // Adjust the index + index = index + match[0].length; + } + // Return not a number + if (representation[index]) + return new Decimal128(buffer_1.Buffer.from(NAN_BUFFER)); + // Done reading input + // Find first non-zero digit in digits + firstDigit = 0; + if (!nDigitsStored) { + firstDigit = 0; + lastDigit = 0; + digits[0] = 0; + nDigits = 1; + nDigitsStored = 1; + significantDigits = 0; + } + else { + lastDigit = nDigitsStored - 1; + significantDigits = nDigits; + if (significantDigits !== 1) { + while (digits[firstNonZero + significantDigits - 1] === 0) { + significantDigits = significantDigits - 1; + } + } + } + // Normalization of exponent + // Correct exponent based on radix position, and shift significand as needed + // to represent user input + // Overflow prevention + if (exponent <= radixPosition && radixPosition - exponent > 1 << 14) { + exponent = EXPONENT_MIN; + } + else { + exponent = exponent - radixPosition; + } + // Attempt to normalize the exponent + while (exponent > EXPONENT_MAX) { + // Shift exponent to significand and decrease + lastDigit = lastDigit + 1; + if (lastDigit - firstDigit > MAX_DIGITS) { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + exponent = exponent - 1; + } + while (exponent < EXPONENT_MIN || nDigitsStored < nDigits) { + // Shift last digit. can only do this if < significant digits than # stored. + if (lastDigit === 0 && significantDigits < nDigitsStored) { + exponent = EXPONENT_MIN; + significantDigits = 0; + break; + } + if (nDigitsStored < nDigits) { + // adjust to match digits not stored + nDigits = nDigits - 1; + } + else { + // adjust to round + lastDigit = lastDigit - 1; + } + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + } + else { + // Check if we have a zero then just hard clamp, otherwise fail + var digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + } + // Round + // We've normalized the exponent, but might still need to round. + if (lastDigit - firstDigit + 1 < significantDigits) { + var endOfString = nDigitsRead; + // If we have seen a radix point, 'string' is 1 longer than we have + // documented with ndigits_read, so inc the position of the first nonzero + // digit and the position that digits are read to. + if (sawRadix) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + // if negative, we need to increment again to account for - sign at start. + if (isNegative) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + var roundDigit = parseInt(representation[firstNonZero + lastDigit + 1], 10); + var roundBit = 0; + if (roundDigit >= 5) { + roundBit = 1; + if (roundDigit === 5) { + roundBit = digits[lastDigit] % 2 === 1 ? 1 : 0; + for (i = firstNonZero + lastDigit + 2; i < endOfString; i++) { + if (parseInt(representation[i], 10)) { + roundBit = 1; + break; + } + } + } + } + if (roundBit) { + var dIdx = lastDigit; + for (; dIdx >= 0; dIdx--) { + if (++digits[dIdx] > 9) { + digits[dIdx] = 0; + // overflowed most significant digit + if (dIdx === 0) { + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + digits[dIdx] = 1; + } + else { + return new Decimal128(buffer_1.Buffer.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } + } + } + } + } + } + // Encode significand + // The high 17 digits of the significand + significandHigh = long_1.Long.fromNumber(0); + // The low 17 digits of the significand + significandLow = long_1.Long.fromNumber(0); + // read a zero + if (significantDigits === 0) { + significandHigh = long_1.Long.fromNumber(0); + significandLow = long_1.Long.fromNumber(0); + } + else if (lastDigit - firstDigit < 17) { + var dIdx = firstDigit; + significandLow = long_1.Long.fromNumber(digits[dIdx++]); + significandHigh = new long_1.Long(0, 0); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(long_1.Long.fromNumber(10)); + significandLow = significandLow.add(long_1.Long.fromNumber(digits[dIdx])); + } + } + else { + var dIdx = firstDigit; + significandHigh = long_1.Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit - 17; dIdx++) { + significandHigh = significandHigh.multiply(long_1.Long.fromNumber(10)); + significandHigh = significandHigh.add(long_1.Long.fromNumber(digits[dIdx])); + } + significandLow = long_1.Long.fromNumber(digits[dIdx++]); + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(long_1.Long.fromNumber(10)); + significandLow = significandLow.add(long_1.Long.fromNumber(digits[dIdx])); + } + } + var significand = multiply64x2(significandHigh, long_1.Long.fromString('100000000000000000')); + significand.low = significand.low.add(significandLow); + if (lessThan(significand.low, significandLow)) { + significand.high = significand.high.add(long_1.Long.fromNumber(1)); + } + // Biased exponent + biasedExponent = exponent + EXPONENT_BIAS; + var dec = { low: long_1.Long.fromNumber(0), high: long_1.Long.fromNumber(0) }; + // Encode combination, exponent, and significand. + if (significand.high.shiftRightUnsigned(49).and(long_1.Long.fromNumber(1)).equals(long_1.Long.fromNumber(1))) { + // Encode '11' into bits 1 to 3 + dec.high = dec.high.or(long_1.Long.fromNumber(0x3).shiftLeft(61)); + dec.high = dec.high.or(long_1.Long.fromNumber(biasedExponent).and(long_1.Long.fromNumber(0x3fff).shiftLeft(47))); + dec.high = dec.high.or(significand.high.and(long_1.Long.fromNumber(0x7fffffffffff))); + } + else { + dec.high = dec.high.or(long_1.Long.fromNumber(biasedExponent & 0x3fff).shiftLeft(49)); + dec.high = dec.high.or(significand.high.and(long_1.Long.fromNumber(0x1ffffffffffff))); + } + dec.low = significand.low; + // Encode sign + if (isNegative) { + dec.high = dec.high.or(long_1.Long.fromString('9223372036854775808')); + } + // Encode into a buffer + var buffer = buffer_1.Buffer.alloc(16); + index = 0; + // Encode the low 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.low.low & 0xff; + buffer[index++] = (dec.low.low >> 8) & 0xff; + buffer[index++] = (dec.low.low >> 16) & 0xff; + buffer[index++] = (dec.low.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.low.high & 0xff; + buffer[index++] = (dec.low.high >> 8) & 0xff; + buffer[index++] = (dec.low.high >> 16) & 0xff; + buffer[index++] = (dec.low.high >> 24) & 0xff; + // Encode the high 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.high.low & 0xff; + buffer[index++] = (dec.high.low >> 8) & 0xff; + buffer[index++] = (dec.high.low >> 16) & 0xff; + buffer[index++] = (dec.high.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.high.high & 0xff; + buffer[index++] = (dec.high.high >> 8) & 0xff; + buffer[index++] = (dec.high.high >> 16) & 0xff; + buffer[index++] = (dec.high.high >> 24) & 0xff; + // Return the new Decimal128 + return new Decimal128(buffer); + }; + /** Create a string representation of the raw Decimal128 value */ + Decimal128.prototype.toString = function () { + // Note: bits in this routine are referred to starting at 0, + // from the sign bit, towards the coefficient. + // decoded biased exponent (14 bits) + var biased_exponent; + // the number of significand digits + var significand_digits = 0; + // the base-10 digits in the significand + var significand = new Array(36); + for (var i = 0; i < significand.length; i++) + significand[i] = 0; + // read pointer into significand + var index = 0; + // true if the number is zero + var is_zero = false; + // the most significant significand bits (50-46) + var significand_msb; + // temporary storage for significand decoding + var significand128 = { parts: [0, 0, 0, 0] }; + // indexing variables + var j, k; + // Output string + var string = []; + // Unpack index + index = 0; + // Buffer reference + var buffer = this.bytes; + // Unpack the low 64bits into a long + // bits 96 - 127 + var low = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 64 - 95 + var midl = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack the high 64bits into a long + // bits 32 - 63 + var midh = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 0 - 31 + var high = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Unpack index + index = 0; + // Create the state of the decimal + var dec = { + low: new long_1.Long(low, midl), + high: new long_1.Long(midh, high) + }; + if (dec.high.lessThan(long_1.Long.ZERO)) { + string.push('-'); + } + // Decode combination field and exponent + // bits 1 - 5 + var combination = (high >> 26) & COMBINATION_MASK; + if (combination >> 3 === 3) { + // Check for 'special' values + if (combination === COMBINATION_INFINITY) { + return string.join('') + 'Infinity'; + } + else if (combination === COMBINATION_NAN) { + return 'NaN'; + } + else { + biased_exponent = (high >> 15) & EXPONENT_MASK; + significand_msb = 0x08 + ((high >> 14) & 0x01); + } + } + else { + significand_msb = (high >> 14) & 0x07; + biased_exponent = (high >> 17) & EXPONENT_MASK; + } + // unbiased exponent + var exponent = biased_exponent - EXPONENT_BIAS; + // Create string of significand digits + // Convert the 114-bit binary number represented by + // (significand_high, significand_low) to at most 34 decimal + // digits through modulo and division. + significand128.parts[0] = (high & 0x3fff) + ((significand_msb & 0xf) << 14); + significand128.parts[1] = midh; + significand128.parts[2] = midl; + significand128.parts[3] = low; + if (significand128.parts[0] === 0 && + significand128.parts[1] === 0 && + significand128.parts[2] === 0 && + significand128.parts[3] === 0) { + is_zero = true; + } + else { + for (k = 3; k >= 0; k--) { + var least_digits = 0; + // Perform the divide + var result = divideu128(significand128); + significand128 = result.quotient; + least_digits = result.rem.low; + // We now have the 9 least significant digits (in base 2). + // Convert and output to string. + if (!least_digits) + continue; + for (j = 8; j >= 0; j--) { + // significand[k * 9 + j] = Math.round(least_digits % 10); + significand[k * 9 + j] = least_digits % 10; + // least_digits = Math.round(least_digits / 10); + least_digits = Math.floor(least_digits / 10); + } + } + } + // Output format options: + // Scientific - [-]d.dddE(+/-)dd or [-]dE(+/-)dd + // Regular - ddd.ddd + if (is_zero) { + significand_digits = 1; + significand[index] = 0; + } + else { + significand_digits = 36; + while (!significand[index]) { + significand_digits = significand_digits - 1; + index = index + 1; + } + } + // the exponent if scientific notation is used + var scientific_exponent = significand_digits - 1 + exponent; + // The scientific exponent checks are dictated by the string conversion + // specification and are somewhat arbitrary cutoffs. + // + // We must check exponent > 0, because if this is the case, the number + // has trailing zeros. However, we *cannot* output these trailing zeros, + // because doing so would change the precision of the value, and would + // change stored data if the string converted number is round tripped. + if (scientific_exponent >= 34 || scientific_exponent <= -7 || exponent > 0) { + // Scientific format + // if there are too many significant digits, we should just be treating numbers + // as + or - 0 and using the non-scientific exponent (this is for the "invalid + // representation should be treated as 0/-0" spec cases in decimal128-1.json) + if (significand_digits > 34) { + string.push("".concat(0)); + if (exponent > 0) + string.push("E+".concat(exponent)); + else if (exponent < 0) + string.push("E".concat(exponent)); + return string.join(''); + } + string.push("".concat(significand[index++])); + significand_digits = significand_digits - 1; + if (significand_digits) { + string.push('.'); + } + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + // Exponent + string.push('E'); + if (scientific_exponent > 0) { + string.push("+".concat(scientific_exponent)); + } + else { + string.push("".concat(scientific_exponent)); + } + } + else { + // Regular format with no decimal place + if (exponent >= 0) { + for (var i = 0; i < significand_digits; i++) { + string.push("".concat(significand[index++])); + } + } + else { + var radix_position = significand_digits + exponent; + // non-zero digits before radix + if (radix_position > 0) { + for (var i = 0; i < radix_position; i++) { + string.push("".concat(significand[index++])); + } + } + else { + string.push('0'); + } + string.push('.'); + // add leading zeros after radix + while (radix_position++ < 0) { + string.push('0'); + } + for (var i = 0; i < significand_digits - Math.max(radix_position - 1, 0); i++) { + string.push("".concat(significand[index++])); + } + } + } + return string.join(''); + }; + Decimal128.prototype.toJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.prototype.toExtendedJSON = function () { + return { $numberDecimal: this.toString() }; + }; + /** @internal */ + Decimal128.fromExtendedJSON = function (doc) { + return Decimal128.fromString(doc.$numberDecimal); + }; + /** @internal */ + Decimal128.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Decimal128.prototype.inspect = function () { + return "new Decimal128(\"".concat(this.toString(), "\")"); + }; + return Decimal128; +}()); +exports.Decimal128 = Decimal128; +Object.defineProperty(Decimal128.prototype, '_bsontype', { value: 'Decimal128' }); +//# sourceMappingURL=decimal128.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/decimal128.js.map b/node_modules/bson/lib/decimal128.js.map new file mode 100644 index 000000000..31f0ee87d --- /dev/null +++ b/node_modules/bson/lib/decimal128.js.map @@ -0,0 +1 @@ +{"version":3,"file":"decimal128.js","sourceRoot":"","sources":["../src/decimal128.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/double.js b/node_modules/bson/lib/double.js new file mode 100644 index 000000000..2ea3d4b7a --- /dev/null +++ b/node_modules/bson/lib/double.js @@ -0,0 +1,71 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Double = void 0; +/** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ +var Double = /** @class */ (function () { + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + function Double(value) { + if (!(this instanceof Double)) + return new Double(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value; + } + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + Double.prototype.valueOf = function () { + return this.value; + }; + Double.prototype.toJSON = function () { + return this.value; + }; + Double.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + /** @internal */ + Double.prototype.toExtendedJSON = function (options) { + if (options && (options.legacy || (options.relaxed && isFinite(this.value)))) { + return this.value; + } + if (Object.is(Math.sign(this.value), -0)) { + // NOTE: JavaScript has +0 and -0, apparently to model limit calculations. If a user + // explicitly provided `-0` then we need to ensure the sign makes it into the output + return { $numberDouble: '-0.0' }; + } + if (Number.isInteger(this.value)) { + return { $numberDouble: "".concat(this.value, ".0") }; + } + else { + return { $numberDouble: "".concat(this.value) }; + } + }; + /** @internal */ + Double.fromExtendedJSON = function (doc, options) { + var doubleValue = parseFloat(doc.$numberDouble); + return options && options.relaxed ? doubleValue : new Double(doubleValue); + }; + /** @internal */ + Double.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Double.prototype.inspect = function () { + var eJSON = this.toExtendedJSON(); + return "new Double(".concat(eJSON.$numberDouble, ")"); + }; + return Double; +}()); +exports.Double = Double; +Object.defineProperty(Double.prototype, '_bsontype', { value: 'Double' }); +//# sourceMappingURL=double.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/double.js.map b/node_modules/bson/lib/double.js.map new file mode 100644 index 000000000..b110abe6f --- /dev/null +++ b/node_modules/bson/lib/double.js.map @@ -0,0 +1 @@ +{"version":3,"file":"double.js","sourceRoot":"","sources":["../src/double.ts"],"names":[],"mappings":";;;AAOA;;;;GAIG;AACH;IAIE;;;;OAIG;IACH,gBAAY,KAAa;QACvB,IAAI,CAAC,CAAC,IAAI,YAAY,MAAM,CAAC;YAAE,OAAO,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC;QAExD,IAAK,KAAiB,YAAY,MAAM,EAAE;YACxC,KAAK,GAAG,KAAK,CAAC,OAAO,EAAE,CAAC;SACzB;QAED,IAAI,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC;IACtB,CAAC;IAED;;;;OAIG;IACH,wBAAO,GAAP;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,uBAAM,GAAN;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,yBAAQ,GAAR,UAAS,KAAc;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;IAED,gBAAgB;IAChB,+BAAc,GAAd,UAAe,OAAsB;QACnC,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,IAAI,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE;YAC5E,OAAO,IAAI,CAAC,KAAK,CAAC;SACnB;QAED,IAAI,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE;YACxC,oFAAoF;YACpF,oFAAoF;YACpF,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,CAAC;SAClC;QAED,IAAI,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;YAChC,OAAO,EAAE,aAAa,EAAE,UAAG,IAAI,CAAC,KAAK,OAAI,EAAE,CAAC;SAC7C;aAAM;YACL,OAAO,EAAE,aAAa,EAAE,UAAG,IAAI,CAAC,KAAK,CAAE,EAAE,CAAC;SAC3C;IACH,CAAC;IAED,gBAAgB;IACT,uBAAgB,GAAvB,UAAwB,GAAmB,EAAE,OAAsB;QACjE,IAAM,WAAW,GAAG,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC;QAClD,OAAO,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,WAAW,CAAC,CAAC;IAC5E,CAAC;IAED,gBAAgB;IAChB,iBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,wBAAO,GAAP;QACE,IAAM,KAAK,GAAG,IAAI,CAAC,cAAc,EAAoB,CAAC;QACtD,OAAO,qBAAc,KAAK,CAAC,aAAa,MAAG,CAAC;IAC9C,CAAC;IACH,aAAC;AAAD,CAAC,AAtED,IAsEC;AAtEY,wBAAM;AAwEnB,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/ensure_buffer.js b/node_modules/bson/lib/ensure_buffer.js new file mode 100644 index 000000000..d8298ea4a --- /dev/null +++ b/node_modules/bson/lib/ensure_buffer.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ensureBuffer = void 0; +var buffer_1 = require("buffer"); +var error_1 = require("./error"); +var utils_1 = require("./parser/utils"); +/** + * Makes sure that, if a Uint8Array is passed in, it is wrapped in a Buffer. + * + * @param potentialBuffer - The potential buffer + * @returns Buffer the input if potentialBuffer is a buffer, or a buffer that + * wraps a passed in Uint8Array + * @throws BSONTypeError If anything other than a Buffer or Uint8Array is passed in + */ +function ensureBuffer(potentialBuffer) { + if (ArrayBuffer.isView(potentialBuffer)) { + return buffer_1.Buffer.from(potentialBuffer.buffer, potentialBuffer.byteOffset, potentialBuffer.byteLength); + } + if ((0, utils_1.isAnyArrayBuffer)(potentialBuffer)) { + return buffer_1.Buffer.from(potentialBuffer); + } + throw new error_1.BSONTypeError('Must use either Buffer or TypedArray'); +} +exports.ensureBuffer = ensureBuffer; +//# sourceMappingURL=ensure_buffer.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/ensure_buffer.js.map b/node_modules/bson/lib/ensure_buffer.js.map new file mode 100644 index 000000000..f39d86a6c --- /dev/null +++ b/node_modules/bson/lib/ensure_buffer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"ensure_buffer.js","sourceRoot":"","sources":["../src/ensure_buffer.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAChC,iCAAwC;AACxC,wCAAkD;AAElD;;;;;;;GAOG;AACH,SAAgB,YAAY,CAAC,eAAuD;IAClF,IAAI,WAAW,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE;QACvC,OAAO,eAAM,CAAC,IAAI,CAChB,eAAe,CAAC,MAAM,EACtB,eAAe,CAAC,UAAU,EAC1B,eAAe,CAAC,UAAU,CAC3B,CAAC;KACH;IAED,IAAI,IAAA,wBAAgB,EAAC,eAAe,CAAC,EAAE;QACrC,OAAO,eAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACrC;IAED,MAAM,IAAI,qBAAa,CAAC,sCAAsC,CAAC,CAAC;AAClE,CAAC;AAdD,oCAcC"} \ No newline at end of file diff --git a/node_modules/bson/lib/error.js b/node_modules/bson/lib/error.js new file mode 100644 index 000000000..035ce86f1 --- /dev/null +++ b/node_modules/bson/lib/error.js @@ -0,0 +1,55 @@ +"use strict"; +var __extends = (this && this.__extends) || (function () { + var extendStatics = function (d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + return extendStatics(d, b); + }; + return function (d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.BSONTypeError = exports.BSONError = void 0; +/** @public */ +var BSONError = /** @class */ (function (_super) { + __extends(BSONError, _super); + function BSONError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONError.prototype); + return _this; + } + Object.defineProperty(BSONError.prototype, "name", { + get: function () { + return 'BSONError'; + }, + enumerable: false, + configurable: true + }); + return BSONError; +}(Error)); +exports.BSONError = BSONError; +/** @public */ +var BSONTypeError = /** @class */ (function (_super) { + __extends(BSONTypeError, _super); + function BSONTypeError(message) { + var _this = _super.call(this, message) || this; + Object.setPrototypeOf(_this, BSONTypeError.prototype); + return _this; + } + Object.defineProperty(BSONTypeError.prototype, "name", { + get: function () { + return 'BSONTypeError'; + }, + enumerable: false, + configurable: true + }); + return BSONTypeError; +}(TypeError)); +exports.BSONTypeError = BSONTypeError; +//# sourceMappingURL=error.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/error.js.map b/node_modules/bson/lib/error.js.map new file mode 100644 index 000000000..2acd4ef3f --- /dev/null +++ b/node_modules/bson/lib/error.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error.js","sourceRoot":"","sources":["../src/error.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,cAAc;AACd;IAA+B,6BAAK;IAClC,mBAAY,OAAe;QAA3B,YACE,kBAAM,OAAO,CAAC,SAEf;QADC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;;IACnD,CAAC;IAED,sBAAI,2BAAI;aAAR;YACE,OAAO,WAAW,CAAC;QACrB,CAAC;;;OAAA;IACH,gBAAC;AAAD,CAAC,AATD,CAA+B,KAAK,GASnC;AATY,8BAAS;AAWtB,cAAc;AACd;IAAmC,iCAAS;IAC1C,uBAAY,OAAe;QAA3B,YACE,kBAAM,OAAO,CAAC,SAEf;QADC,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;;IACvD,CAAC;IAED,sBAAI,+BAAI;aAAR;YACE,OAAO,eAAe,CAAC;QACzB,CAAC;;;OAAA;IACH,oBAAC;AAAD,CAAC,AATD,CAAmC,SAAS,GAS3C;AATY,sCAAa"} \ No newline at end of file diff --git a/node_modules/bson/lib/extended_json.js b/node_modules/bson/lib/extended_json.js new file mode 100644 index 000000000..980e4db74 --- /dev/null +++ b/node_modules/bson/lib/extended_json.js @@ -0,0 +1,390 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.EJSON = exports.isBSONType = void 0; +var binary_1 = require("./binary"); +var code_1 = require("./code"); +var db_ref_1 = require("./db_ref"); +var decimal128_1 = require("./decimal128"); +var double_1 = require("./double"); +var error_1 = require("./error"); +var int_32_1 = require("./int_32"); +var long_1 = require("./long"); +var max_key_1 = require("./max_key"); +var min_key_1 = require("./min_key"); +var objectid_1 = require("./objectid"); +var utils_1 = require("./parser/utils"); +var regexp_1 = require("./regexp"); +var symbol_1 = require("./symbol"); +var timestamp_1 = require("./timestamp"); +function isBSONType(value) { + return ((0, utils_1.isObjectLike)(value) && Reflect.has(value, '_bsontype') && typeof value._bsontype === 'string'); +} +exports.isBSONType = isBSONType; +// INT32 boundaries +var BSON_INT32_MAX = 0x7fffffff; +var BSON_INT32_MIN = -0x80000000; +// INT64 boundaries +// const BSON_INT64_MAX = 0x7fffffffffffffff; // TODO(NODE-4377): This number cannot be precisely represented in JS +var BSON_INT64_MAX = 0x8000000000000000; +var BSON_INT64_MIN = -0x8000000000000000; +// all the types where we don't need to do any special processing and can just pass the EJSON +//straight to type.fromExtendedJSON +var keysToCodecs = { + $oid: objectid_1.ObjectId, + $binary: binary_1.Binary, + $uuid: binary_1.Binary, + $symbol: symbol_1.BSONSymbol, + $numberInt: int_32_1.Int32, + $numberDecimal: decimal128_1.Decimal128, + $numberDouble: double_1.Double, + $numberLong: long_1.Long, + $minKey: min_key_1.MinKey, + $maxKey: max_key_1.MaxKey, + $regex: regexp_1.BSONRegExp, + $regularExpression: regexp_1.BSONRegExp, + $timestamp: timestamp_1.Timestamp +}; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function deserializeValue(value, options) { + if (options === void 0) { options = {}; } + if (typeof value === 'number') { + if (options.relaxed || options.legacy) { + return value; + } + // if it's an integer, should interpret as smallest BSON integer + // that can represent it exactly. (if out of range, interpret as double.) + if (Math.floor(value) === value) { + if (value >= BSON_INT32_MIN && value <= BSON_INT32_MAX) + return new int_32_1.Int32(value); + if (value >= BSON_INT64_MIN && value <= BSON_INT64_MAX) + return long_1.Long.fromNumber(value); + } + // If the number is a non-integer or out of integer range, should interpret as BSON Double. + return new double_1.Double(value); + } + // from here on out we're looking for bson types, so bail if its not an object + if (value == null || typeof value !== 'object') + return value; + // upgrade deprecated undefined to null + if (value.$undefined) + return null; + var keys = Object.keys(value).filter(function (k) { return k.startsWith('$') && value[k] != null; }); + for (var i = 0; i < keys.length; i++) { + var c = keysToCodecs[keys[i]]; + if (c) + return c.fromExtendedJSON(value, options); + } + if (value.$date != null) { + var d = value.$date; + var date = new Date(); + if (options.legacy) { + if (typeof d === 'number') + date.setTime(d); + else if (typeof d === 'string') + date.setTime(Date.parse(d)); + } + else { + if (typeof d === 'string') + date.setTime(Date.parse(d)); + else if (long_1.Long.isLong(d)) + date.setTime(d.toNumber()); + else if (typeof d === 'number' && options.relaxed) + date.setTime(d); + } + return date; + } + if (value.$code != null) { + var copy = Object.assign({}, value); + if (value.$scope) { + copy.$scope = deserializeValue(value.$scope); + } + return code_1.Code.fromExtendedJSON(value); + } + if ((0, db_ref_1.isDBRefLike)(value) || value.$dbPointer) { + var v = value.$ref ? value : value.$dbPointer; + // we run into this in a "degenerate EJSON" case (with $id and $ref order flipped) + // because of the order JSON.parse goes through the document + if (v instanceof db_ref_1.DBRef) + return v; + var dollarKeys = Object.keys(v).filter(function (k) { return k.startsWith('$'); }); + var valid_1 = true; + dollarKeys.forEach(function (k) { + if (['$ref', '$id', '$db'].indexOf(k) === -1) + valid_1 = false; + }); + // only make DBRef if $ keys are all valid + if (valid_1) + return db_ref_1.DBRef.fromExtendedJSON(v); + } + return value; +} +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeArray(array, options) { + return array.map(function (v, index) { + options.seenObjects.push({ propertyName: "index ".concat(index), obj: null }); + try { + return serializeValue(v, options); + } + finally { + options.seenObjects.pop(); + } + }); +} +function getISOString(date) { + var isoStr = date.toISOString(); + // we should only show milliseconds in timestamp if they're non-zero + return date.getUTCMilliseconds() !== 0 ? isoStr : isoStr.slice(0, -5) + 'Z'; +} +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeValue(value, options) { + if ((typeof value === 'object' || typeof value === 'function') && value !== null) { + var index = options.seenObjects.findIndex(function (entry) { return entry.obj === value; }); + if (index !== -1) { + var props = options.seenObjects.map(function (entry) { return entry.propertyName; }); + var leadingPart = props + .slice(0, index) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var alreadySeen = props[index]; + var circularPart = ' -> ' + + props + .slice(index + 1, props.length - 1) + .map(function (prop) { return "".concat(prop, " -> "); }) + .join(''); + var current = props[props.length - 1]; + var leadingSpace = ' '.repeat(leadingPart.length + alreadySeen.length / 2); + var dashes = '-'.repeat(circularPart.length + (alreadySeen.length + current.length) / 2 - 1); + throw new error_1.BSONTypeError('Converting circular structure to EJSON:\n' + + " ".concat(leadingPart).concat(alreadySeen).concat(circularPart).concat(current, "\n") + + " ".concat(leadingSpace, "\\").concat(dashes, "/")); + } + options.seenObjects[options.seenObjects.length - 1].obj = value; + } + if (Array.isArray(value)) + return serializeArray(value, options); + if (value === undefined) + return null; + if (value instanceof Date || (0, utils_1.isDate)(value)) { + var dateNum = value.getTime(), + // is it in year range 1970-9999? + inRange = dateNum > -1 && dateNum < 253402318800000; + if (options.legacy) { + return options.relaxed && inRange + ? { $date: value.getTime() } + : { $date: getISOString(value) }; + } + return options.relaxed && inRange + ? { $date: getISOString(value) } + : { $date: { $numberLong: value.getTime().toString() } }; + } + if (typeof value === 'number' && (!options.relaxed || !isFinite(value))) { + // it's an integer + if (Math.floor(value) === value) { + var int32Range = value >= BSON_INT32_MIN && value <= BSON_INT32_MAX, int64Range = value >= BSON_INT64_MIN && value <= BSON_INT64_MAX; + // interpret as being of the smallest BSON integer type that can represent the number exactly + if (int32Range) + return { $numberInt: value.toString() }; + if (int64Range) + return { $numberLong: value.toString() }; + } + return { $numberDouble: value.toString() }; + } + if (value instanceof RegExp || (0, utils_1.isRegExp)(value)) { + var flags = value.flags; + if (flags === undefined) { + var match = value.toString().match(/[gimuy]*$/); + if (match) { + flags = match[0]; + } + } + var rx = new regexp_1.BSONRegExp(value.source, flags); + return rx.toExtendedJSON(options); + } + if (value != null && typeof value === 'object') + return serializeDocument(value, options); + return value; +} +var BSON_TYPE_MAPPINGS = { + Binary: function (o) { return new binary_1.Binary(o.value(), o.sub_type); }, + Code: function (o) { return new code_1.Code(o.code, o.scope); }, + DBRef: function (o) { return new db_ref_1.DBRef(o.collection || o.namespace, o.oid, o.db, o.fields); }, + Decimal128: function (o) { return new decimal128_1.Decimal128(o.bytes); }, + Double: function (o) { return new double_1.Double(o.value); }, + Int32: function (o) { return new int_32_1.Int32(o.value); }, + Long: function (o) { + return long_1.Long.fromBits( + // underscore variants for 1.x backwards compatibility + o.low != null ? o.low : o.low_, o.low != null ? o.high : o.high_, o.low != null ? o.unsigned : o.unsigned_); + }, + MaxKey: function () { return new max_key_1.MaxKey(); }, + MinKey: function () { return new min_key_1.MinKey(); }, + ObjectID: function (o) { return new objectid_1.ObjectId(o); }, + ObjectId: function (o) { return new objectid_1.ObjectId(o); }, + BSONRegExp: function (o) { return new regexp_1.BSONRegExp(o.pattern, o.options); }, + Symbol: function (o) { return new symbol_1.BSONSymbol(o.value); }, + Timestamp: function (o) { return timestamp_1.Timestamp.fromBits(o.low, o.high); } +}; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeDocument(doc, options) { + if (doc == null || typeof doc !== 'object') + throw new error_1.BSONError('not an object instance'); + var bsontype = doc._bsontype; + if (typeof bsontype === 'undefined') { + // It's a regular object. Recursively serialize its property values. + var _doc = {}; + for (var name in doc) { + options.seenObjects.push({ propertyName: name, obj: null }); + try { + var value = serializeValue(doc[name], options); + if (name === '__proto__') { + Object.defineProperty(_doc, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + _doc[name] = value; + } + } + finally { + options.seenObjects.pop(); + } + } + return _doc; + } + else if (isBSONType(doc)) { + // the "document" is really just a BSON type object + // eslint-disable-next-line @typescript-eslint/no-explicit-any + var outDoc = doc; + if (typeof outDoc.toExtendedJSON !== 'function') { + // There's no EJSON serialization function on the object. It's probably an + // object created by a previous version of this library (or another library) + // that's duck-typing objects to look like they were generated by this library). + // Copy the object into this library's version of that type. + var mapper = BSON_TYPE_MAPPINGS[doc._bsontype]; + if (!mapper) { + throw new error_1.BSONTypeError('Unrecognized or invalid _bsontype: ' + doc._bsontype); + } + outDoc = mapper(outDoc); + } + // Two BSON types may have nested objects that may need to be serialized too + if (bsontype === 'Code' && outDoc.scope) { + outDoc = new code_1.Code(outDoc.code, serializeValue(outDoc.scope, options)); + } + else if (bsontype === 'DBRef' && outDoc.oid) { + outDoc = new db_ref_1.DBRef(serializeValue(outDoc.collection, options), serializeValue(outDoc.oid, options), serializeValue(outDoc.db, options), serializeValue(outDoc.fields, options)); + } + return outDoc.toExtendedJSON(options); + } + else { + throw new error_1.BSONError('_bsontype must be a string, but was: ' + typeof bsontype); + } +} +/** + * EJSON parse / stringify API + * @public + */ +// the namespace here is used to emulate `export * as EJSON from '...'` +// which as of now (sept 2020) api-extractor does not support +// eslint-disable-next-line @typescript-eslint/no-namespace +var EJSON; +(function (EJSON) { + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + function parse(text, options) { + var finalOptions = Object.assign({}, { relaxed: true, legacy: false }, options); + // relaxed implies not strict + if (typeof finalOptions.relaxed === 'boolean') + finalOptions.strict = !finalOptions.relaxed; + if (typeof finalOptions.strict === 'boolean') + finalOptions.relaxed = !finalOptions.strict; + return JSON.parse(text, function (key, value) { + if (key.indexOf('\x00') !== -1) { + throw new error_1.BSONError("BSON Document field names cannot contain null bytes, found: ".concat(JSON.stringify(key))); + } + return deserializeValue(value, finalOptions); + }); + } + EJSON.parse = parse; + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + function stringify(value, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + replacer, space, options) { + if (space != null && typeof space === 'object') { + options = space; + space = 0; + } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + options = replacer; + replacer = undefined; + space = 0; + } + var serializeOptions = Object.assign({ relaxed: true, legacy: false }, options, { + seenObjects: [{ propertyName: '(root)', obj: null }] + }); + var doc = serializeValue(value, serializeOptions); + return JSON.stringify(doc, replacer, space); + } + EJSON.stringify = stringify; + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + function serialize(value, options) { + options = options || {}; + return JSON.parse(stringify(value, options)); + } + EJSON.serialize = serialize; + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + function deserialize(ejson, options) { + options = options || {}; + return parse(JSON.stringify(ejson), options); + } + EJSON.deserialize = deserialize; +})(EJSON = exports.EJSON || (exports.EJSON = {})); +//# sourceMappingURL=extended_json.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/extended_json.js.map b/node_modules/bson/lib/extended_json.js.map new file mode 100644 index 000000000..d123c0ebb --- /dev/null +++ b/node_modules/bson/lib/extended_json.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extended_json.js","sourceRoot":"","sources":["../src/extended_json.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/int_32.js b/node_modules/bson/lib/int_32.js new file mode 100644 index 000000000..e862255df --- /dev/null +++ b/node_modules/bson/lib/int_32.js @@ -0,0 +1,58 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Int32 = void 0; +/** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ +var Int32 = /** @class */ (function () { + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + function Int32(value) { + if (!(this instanceof Int32)) + return new Int32(value); + if (value instanceof Number) { + value = value.valueOf(); + } + this.value = +value | 0; + } + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + Int32.prototype.valueOf = function () { + return this.value; + }; + Int32.prototype.toString = function (radix) { + return this.value.toString(radix); + }; + Int32.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + Int32.prototype.toExtendedJSON = function (options) { + if (options && (options.relaxed || options.legacy)) + return this.value; + return { $numberInt: this.value.toString() }; + }; + /** @internal */ + Int32.fromExtendedJSON = function (doc, options) { + return options && options.relaxed ? parseInt(doc.$numberInt, 10) : new Int32(doc.$numberInt); + }; + /** @internal */ + Int32.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Int32.prototype.inspect = function () { + return "new Int32(".concat(this.valueOf(), ")"); + }; + return Int32; +}()); +exports.Int32 = Int32; +Object.defineProperty(Int32.prototype, '_bsontype', { value: 'Int32' }); +//# sourceMappingURL=int_32.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/int_32.js.map b/node_modules/bson/lib/int_32.js.map new file mode 100644 index 000000000..f55ab8596 --- /dev/null +++ b/node_modules/bson/lib/int_32.js.map @@ -0,0 +1 @@ +{"version":3,"file":"int_32.js","sourceRoot":"","sources":["../src/int_32.ts"],"names":[],"mappings":";;;AAOA;;;;GAIG;AACH;IAIE;;;;OAIG;IACH,eAAY,KAAsB;QAChC,IAAI,CAAC,CAAC,IAAI,YAAY,KAAK,CAAC;YAAE,OAAO,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC;QAEtD,IAAK,KAAiB,YAAY,MAAM,EAAE;YACxC,KAAK,GAAG,KAAK,CAAC,OAAO,EAAE,CAAC;SACzB;QAED,IAAI,CAAC,KAAK,GAAG,CAAC,KAAK,GAAG,CAAC,CAAC;IAC1B,CAAC;IAED;;;;OAIG;IACH,uBAAO,GAAP;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,wBAAQ,GAAR,UAAS,KAAc;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACpC,CAAC;IAED,sBAAM,GAAN;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,gBAAgB;IAChB,8BAAc,GAAd,UAAe,OAAsB;QACnC,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC;YAAE,OAAO,IAAI,CAAC,KAAK,CAAC;QACtE,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,EAAE,CAAC;IAC/C,CAAC;IAED,gBAAgB;IACT,sBAAgB,GAAvB,UAAwB,GAAkB,EAAE,OAAsB;QAChE,OAAO,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IAC/F,CAAC;IAED,gBAAgB;IAChB,gBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,uBAAO,GAAP;QACE,OAAO,oBAAa,IAAI,CAAC,OAAO,EAAE,MAAG,CAAC;IACxC,CAAC;IACH,YAAC;AAAD,CAAC,AAvDD,IAuDC;AAvDY,sBAAK;AAyDlB,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/long.js b/node_modules/bson/lib/long.js new file mode 100644 index 000000000..ec7aaec56 --- /dev/null +++ b/node_modules/bson/lib/long.js @@ -0,0 +1,900 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Long = void 0; +var utils_1 = require("./parser/utils"); +/** + * wasm optimizations, to do native i64 multiplication and divide + */ +var wasm = undefined; +try { + wasm = new WebAssembly.Instance(new WebAssembly.Module( + // prettier-ignore + new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 13, 2, 96, 0, 1, 127, 96, 4, 127, 127, 127, 127, 1, 127, 3, 7, 6, 0, 1, 1, 1, 1, 1, 6, 6, 1, 127, 1, 65, 0, 11, 7, 50, 6, 3, 109, 117, 108, 0, 1, 5, 100, 105, 118, 95, 115, 0, 2, 5, 100, 105, 118, 95, 117, 0, 3, 5, 114, 101, 109, 95, 115, 0, 4, 5, 114, 101, 109, 95, 117, 0, 5, 8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0, 10, 191, 1, 6, 4, 0, 35, 0, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11])), {}).exports; +} +catch (_a) { + // no wasm support +} +var TWO_PWR_16_DBL = 1 << 16; +var TWO_PWR_24_DBL = 1 << 24; +var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL; +var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL; +var TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2; +/** A cache of the Long representations of small integer values. */ +var INT_CACHE = {}; +/** A cache of the Long representations of small unsigned integer values. */ +var UINT_CACHE = {}; +/** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ +var Long = /** @class */ (function () { + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + function Long(low, high, unsigned) { + if (low === void 0) { low = 0; } + if (!(this instanceof Long)) + return new Long(low, high, unsigned); + if (typeof low === 'bigint') { + Object.assign(this, Long.fromBigInt(low, !!high)); + } + else if (typeof low === 'string') { + Object.assign(this, Long.fromString(low, !!high)); + } + else { + this.low = low | 0; + this.high = high | 0; + this.unsigned = !!unsigned; + } + Object.defineProperty(this, '__isLong__', { + value: true, + configurable: false, + writable: false, + enumerable: false + }); + } + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBits = function (lowBits, highBits, unsigned) { + return new Long(lowBits, highBits, unsigned); + }; + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromInt = function (value, unsigned) { + var obj, cachedObj, cache; + if (unsigned) { + value >>>= 0; + if ((cache = 0 <= value && value < 256)) { + cachedObj = UINT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, (value | 0) < 0 ? -1 : 0, true); + if (cache) + UINT_CACHE[value] = obj; + return obj; + } + else { + value |= 0; + if ((cache = -128 <= value && value < 128)) { + cachedObj = INT_CACHE[value]; + if (cachedObj) + return cachedObj; + } + obj = Long.fromBits(value, value < 0 ? -1 : 0, false); + if (cache) + INT_CACHE[value] = obj; + return obj; + } + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromNumber = function (value, unsigned) { + if (isNaN(value)) + return unsigned ? Long.UZERO : Long.ZERO; + if (unsigned) { + if (value < 0) + return Long.UZERO; + if (value >= TWO_PWR_64_DBL) + return Long.MAX_UNSIGNED_VALUE; + } + else { + if (value <= -TWO_PWR_63_DBL) + return Long.MIN_VALUE; + if (value + 1 >= TWO_PWR_63_DBL) + return Long.MAX_VALUE; + } + if (value < 0) + return Long.fromNumber(-value, unsigned).neg(); + return Long.fromBits(value % TWO_PWR_32_DBL | 0, (value / TWO_PWR_32_DBL) | 0, unsigned); + }; + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBigInt = function (value, unsigned) { + return Long.fromString(value.toString(), unsigned); + }; + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + Long.fromString = function (str, unsigned, radix) { + if (str.length === 0) + throw Error('empty string'); + if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity') + return Long.ZERO; + if (typeof unsigned === 'number') { + // For goog.math.long compatibility + (radix = unsigned), (unsigned = false); + } + else { + unsigned = !!unsigned; + } + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + var p; + if ((p = str.indexOf('-')) > 0) + throw Error('interior hyphen'); + else if (p === 0) { + return Long.fromString(str.substring(1), unsigned, radix).neg(); + } + // Do several (8) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 8)); + var result = Long.ZERO; + for (var i = 0; i < str.length; i += 8) { + var size = Math.min(8, str.length - i), value = parseInt(str.substring(i, i + size), radix); + if (size < 8) { + var power = Long.fromNumber(Math.pow(radix, size)); + result = result.mul(power).add(Long.fromNumber(value)); + } + else { + result = result.mul(radixToPower); + result = result.add(Long.fromNumber(value)); + } + } + result.unsigned = unsigned; + return result; + }; + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + Long.fromBytes = function (bytes, unsigned, le) { + return le ? Long.fromBytesLE(bytes, unsigned) : Long.fromBytesBE(bytes, unsigned); + }; + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesLE = function (bytes, unsigned) { + return new Long(bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24), bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24), unsigned); + }; + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + Long.fromBytesBE = function (bytes, unsigned) { + return new Long((bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7], (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3], unsigned); + }; + /** + * Tests if the specified object is a Long. + */ + Long.isLong = function (value) { + return (0, utils_1.isObjectLike)(value) && value['__isLong__'] === true; + }; + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + Long.fromValue = function (val, unsigned) { + if (typeof val === 'number') + return Long.fromNumber(val, unsigned); + if (typeof val === 'string') + return Long.fromString(val, unsigned); + // Throws for non-objects, converts non-instanceof Long: + return Long.fromBits(val.low, val.high, typeof unsigned === 'boolean' ? unsigned : val.unsigned); + }; + /** Returns the sum of this and the specified Long. */ + Long.prototype.add = function (addend) { + if (!Long.isLong(addend)) + addend = Long.fromValue(addend); + // Divide each number into 4 chunks of 16 bits, and then sum the chunks. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = addend.high >>> 16; + var b32 = addend.high & 0xffff; + var b16 = addend.low >>> 16; + var b00 = addend.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 + b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 + b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 + b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 + b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + Long.prototype.and = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low & other.low, this.high & other.high, this.unsigned); + }; + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + Long.prototype.compare = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.eq(other)) + return 0; + var thisNeg = this.isNegative(), otherNeg = other.isNegative(); + if (thisNeg && !otherNeg) + return -1; + if (!thisNeg && otherNeg) + return 1; + // At this point the sign bits are the same + if (!this.unsigned) + return this.sub(other).isNegative() ? -1 : 1; + // Both are positive if at least one is unsigned + return other.high >>> 0 > this.high >>> 0 || + (other.high === this.high && other.low >>> 0 > this.low >>> 0) + ? -1 + : 1; + }; + /** This is an alias of {@link Long.compare} */ + Long.prototype.comp = function (other) { + return this.compare(other); + }; + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + Long.prototype.divide = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + if (divisor.isZero()) + throw Error('division by zero'); + // use wasm support if present + if (wasm) { + // guard against signed division overflow: the largest + // negative number / -1 would be 1 larger than the largest + // positive number, due to two's complement. + if (!this.unsigned && + this.high === -0x80000000 && + divisor.low === -1 && + divisor.high === -1) { + // be consistent with non-wasm code path + return this; + } + var low = (this.unsigned ? wasm.div_u : wasm.div_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (this.isZero()) + return this.unsigned ? Long.UZERO : Long.ZERO; + var approx, rem, res; + if (!this.unsigned) { + // This section is only relevant for signed longs and is derived from the + // closure library as a whole. + if (this.eq(Long.MIN_VALUE)) { + if (divisor.eq(Long.ONE) || divisor.eq(Long.NEG_ONE)) + return Long.MIN_VALUE; + // recall that -MIN_VALUE == MIN_VALUE + else if (divisor.eq(Long.MIN_VALUE)) + return Long.ONE; + else { + // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|. + var halfThis = this.shr(1); + approx = halfThis.div(divisor).shl(1); + if (approx.eq(Long.ZERO)) { + return divisor.isNegative() ? Long.ONE : Long.NEG_ONE; + } + else { + rem = this.sub(divisor.mul(approx)); + res = approx.add(rem.div(divisor)); + return res; + } + } + } + else if (divisor.eq(Long.MIN_VALUE)) + return this.unsigned ? Long.UZERO : Long.ZERO; + if (this.isNegative()) { + if (divisor.isNegative()) + return this.neg().div(divisor.neg()); + return this.neg().div(divisor).neg(); + } + else if (divisor.isNegative()) + return this.div(divisor.neg()).neg(); + res = Long.ZERO; + } + else { + // The algorithm below has not been made for unsigned longs. It's therefore + // required to take special care of the MSB prior to running it. + if (!divisor.unsigned) + divisor = divisor.toUnsigned(); + if (divisor.gt(this)) + return Long.UZERO; + if (divisor.gt(this.shru(1))) + // 15 >>> 1 = 7 ; with divisor = 8 ; true + return Long.UONE; + res = Long.UZERO; + } + // Repeat the following until the remainder is less than other: find a + // floating-point that approximates remainder / other *from below*, add this + // into the result, and subtract it from the remainder. It is critical that + // the approximate value is less than or equal to the real value so that the + // remainder never becomes negative. + // eslint-disable-next-line @typescript-eslint/no-this-alias + rem = this; + while (rem.gte(divisor)) { + // Approximate the result of division. This may be a little greater or + // smaller than the actual value. + approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber())); + // We will tweak the approximate result by changing it in the 48-th digit or + // the smallest non-fractional digit, whichever is larger. + var log2 = Math.ceil(Math.log(approx) / Math.LN2); + var delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48); + // Decrease the approximation until it is smaller than the remainder. Note + // that if it is too large, the product overflows and is negative. + var approxRes = Long.fromNumber(approx); + var approxRem = approxRes.mul(divisor); + while (approxRem.isNegative() || approxRem.gt(rem)) { + approx -= delta; + approxRes = Long.fromNumber(approx, this.unsigned); + approxRem = approxRes.mul(divisor); + } + // We know the answer can't be zero... and actually, zero would cause + // infinite recursion since we would make no progress. + if (approxRes.isZero()) + approxRes = Long.ONE; + res = res.add(approxRes); + rem = rem.sub(approxRem); + } + return res; + }; + /**This is an alias of {@link Long.divide} */ + Long.prototype.div = function (divisor) { + return this.divide(divisor); + }; + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + Long.prototype.equals = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + if (this.unsigned !== other.unsigned && this.high >>> 31 === 1 && other.high >>> 31 === 1) + return false; + return this.high === other.high && this.low === other.low; + }; + /** This is an alias of {@link Long.equals} */ + Long.prototype.eq = function (other) { + return this.equals(other); + }; + /** Gets the high 32 bits as a signed integer. */ + Long.prototype.getHighBits = function () { + return this.high; + }; + /** Gets the high 32 bits as an unsigned integer. */ + Long.prototype.getHighBitsUnsigned = function () { + return this.high >>> 0; + }; + /** Gets the low 32 bits as a signed integer. */ + Long.prototype.getLowBits = function () { + return this.low; + }; + /** Gets the low 32 bits as an unsigned integer. */ + Long.prototype.getLowBitsUnsigned = function () { + return this.low >>> 0; + }; + /** Gets the number of bits needed to represent the absolute value of this Long. */ + Long.prototype.getNumBitsAbs = function () { + if (this.isNegative()) { + // Unsigned Longs are never negative + return this.eq(Long.MIN_VALUE) ? 64 : this.neg().getNumBitsAbs(); + } + var val = this.high !== 0 ? this.high : this.low; + var bit; + for (bit = 31; bit > 0; bit--) + if ((val & (1 << bit)) !== 0) + break; + return this.high !== 0 ? bit + 33 : bit + 1; + }; + /** Tests if this Long's value is greater than the specified's. */ + Long.prototype.greaterThan = function (other) { + return this.comp(other) > 0; + }; + /** This is an alias of {@link Long.greaterThan} */ + Long.prototype.gt = function (other) { + return this.greaterThan(other); + }; + /** Tests if this Long's value is greater than or equal the specified's. */ + Long.prototype.greaterThanOrEqual = function (other) { + return this.comp(other) >= 0; + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.gte = function (other) { + return this.greaterThanOrEqual(other); + }; + /** This is an alias of {@link Long.greaterThanOrEqual} */ + Long.prototype.ge = function (other) { + return this.greaterThanOrEqual(other); + }; + /** Tests if this Long's value is even. */ + Long.prototype.isEven = function () { + return (this.low & 1) === 0; + }; + /** Tests if this Long's value is negative. */ + Long.prototype.isNegative = function () { + return !this.unsigned && this.high < 0; + }; + /** Tests if this Long's value is odd. */ + Long.prototype.isOdd = function () { + return (this.low & 1) === 1; + }; + /** Tests if this Long's value is positive. */ + Long.prototype.isPositive = function () { + return this.unsigned || this.high >= 0; + }; + /** Tests if this Long's value equals zero. */ + Long.prototype.isZero = function () { + return this.high === 0 && this.low === 0; + }; + /** Tests if this Long's value is less than the specified's. */ + Long.prototype.lessThan = function (other) { + return this.comp(other) < 0; + }; + /** This is an alias of {@link Long#lessThan}. */ + Long.prototype.lt = function (other) { + return this.lessThan(other); + }; + /** Tests if this Long's value is less than or equal the specified's. */ + Long.prototype.lessThanOrEqual = function (other) { + return this.comp(other) <= 0; + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.lte = function (other) { + return this.lessThanOrEqual(other); + }; + /** Returns this Long modulo the specified. */ + Long.prototype.modulo = function (divisor) { + if (!Long.isLong(divisor)) + divisor = Long.fromValue(divisor); + // use wasm support if present + if (wasm) { + var low = (this.unsigned ? wasm.rem_u : wasm.rem_s)(this.low, this.high, divisor.low, divisor.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + return this.sub(this.div(divisor).mul(divisor)); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.mod = function (divisor) { + return this.modulo(divisor); + }; + /** This is an alias of {@link Long.modulo} */ + Long.prototype.rem = function (divisor) { + return this.modulo(divisor); + }; + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + Long.prototype.multiply = function (multiplier) { + if (this.isZero()) + return Long.ZERO; + if (!Long.isLong(multiplier)) + multiplier = Long.fromValue(multiplier); + // use wasm support if present + if (wasm) { + var low = wasm.mul(this.low, this.high, multiplier.low, multiplier.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + if (multiplier.isZero()) + return Long.ZERO; + if (this.eq(Long.MIN_VALUE)) + return multiplier.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (multiplier.eq(Long.MIN_VALUE)) + return this.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (this.isNegative()) { + if (multiplier.isNegative()) + return this.neg().mul(multiplier.neg()); + else + return this.neg().mul(multiplier).neg(); + } + else if (multiplier.isNegative()) + return this.mul(multiplier.neg()).neg(); + // If both longs are small, use float multiplication + if (this.lt(Long.TWO_PWR_24) && multiplier.lt(Long.TWO_PWR_24)) + return Long.fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned); + // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products. + // We can skip products that would overflow. + var a48 = this.high >>> 16; + var a32 = this.high & 0xffff; + var a16 = this.low >>> 16; + var a00 = this.low & 0xffff; + var b48 = multiplier.high >>> 16; + var b32 = multiplier.high & 0xffff; + var b16 = multiplier.low >>> 16; + var b00 = multiplier.low & 0xffff; + var c48 = 0, c32 = 0, c16 = 0, c00 = 0; + c00 += a00 * b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 * b00; + c32 += c16 >>> 16; + c16 &= 0xffff; + c16 += a00 * b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 * b00; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a16 * b16; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a00 * b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + }; + /** This is an alias of {@link Long.multiply} */ + Long.prototype.mul = function (multiplier) { + return this.multiply(multiplier); + }; + /** Returns the Negation of this Long's value. */ + Long.prototype.negate = function () { + if (!this.unsigned && this.eq(Long.MIN_VALUE)) + return Long.MIN_VALUE; + return this.not().add(Long.ONE); + }; + /** This is an alias of {@link Long.negate} */ + Long.prototype.neg = function () { + return this.negate(); + }; + /** Returns the bitwise NOT of this Long. */ + Long.prototype.not = function () { + return Long.fromBits(~this.low, ~this.high, this.unsigned); + }; + /** Tests if this Long's value differs from the specified's. */ + Long.prototype.notEquals = function (other) { + return !this.equals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.neq = function (other) { + return this.notEquals(other); + }; + /** This is an alias of {@link Long.notEquals} */ + Long.prototype.ne = function (other) { + return this.notEquals(other); + }; + /** + * Returns the bitwise OR of this Long and the specified. + */ + Long.prototype.or = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low | other.low, this.high | other.high, this.unsigned); + }; + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftLeft = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits(this.low << numBits, (this.high << numBits) | (this.low >>> (32 - numBits)), this.unsigned); + else + return Long.fromBits(0, this.low << (numBits - 32), this.unsigned); + }; + /** This is an alias of {@link Long.shiftLeft} */ + Long.prototype.shl = function (numBits) { + return this.shiftLeft(numBits); + }; + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRight = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + if ((numBits &= 63) === 0) + return this; + else if (numBits < 32) + return Long.fromBits((this.low >>> numBits) | (this.high << (32 - numBits)), this.high >> numBits, this.unsigned); + else + return Long.fromBits(this.high >> (numBits - 32), this.high >= 0 ? 0 : -1, this.unsigned); + }; + /** This is an alias of {@link Long.shiftRight} */ + Long.prototype.shr = function (numBits) { + return this.shiftRight(numBits); + }; + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + Long.prototype.shiftRightUnsigned = function (numBits) { + if (Long.isLong(numBits)) + numBits = numBits.toInt(); + numBits &= 63; + if (numBits === 0) + return this; + else { + var high = this.high; + if (numBits < 32) { + var low = this.low; + return Long.fromBits((low >>> numBits) | (high << (32 - numBits)), high >>> numBits, this.unsigned); + } + else if (numBits === 32) + return Long.fromBits(high, 0, this.unsigned); + else + return Long.fromBits(high >>> (numBits - 32), 0, this.unsigned); + } + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shr_u = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** This is an alias of {@link Long.shiftRightUnsigned} */ + Long.prototype.shru = function (numBits) { + return this.shiftRightUnsigned(numBits); + }; + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + Long.prototype.subtract = function (subtrahend) { + if (!Long.isLong(subtrahend)) + subtrahend = Long.fromValue(subtrahend); + return this.add(subtrahend.neg()); + }; + /** This is an alias of {@link Long.subtract} */ + Long.prototype.sub = function (subtrahend) { + return this.subtract(subtrahend); + }; + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + Long.prototype.toInt = function () { + return this.unsigned ? this.low >>> 0 : this.low; + }; + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + Long.prototype.toNumber = function () { + if (this.unsigned) + return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0); + return this.high * TWO_PWR_32_DBL + (this.low >>> 0); + }; + /** Converts the Long to a BigInt (arbitrary precision). */ + Long.prototype.toBigInt = function () { + return BigInt(this.toString()); + }; + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + Long.prototype.toBytes = function (le) { + return le ? this.toBytesLE() : this.toBytesBE(); + }; + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + Long.prototype.toBytesLE = function () { + var hi = this.high, lo = this.low; + return [ + lo & 0xff, + (lo >>> 8) & 0xff, + (lo >>> 16) & 0xff, + lo >>> 24, + hi & 0xff, + (hi >>> 8) & 0xff, + (hi >>> 16) & 0xff, + hi >>> 24 + ]; + }; + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + Long.prototype.toBytesBE = function () { + var hi = this.high, lo = this.low; + return [ + hi >>> 24, + (hi >>> 16) & 0xff, + (hi >>> 8) & 0xff, + hi & 0xff, + lo >>> 24, + (lo >>> 16) & 0xff, + (lo >>> 8) & 0xff, + lo & 0xff + ]; + }; + /** + * Converts this Long to signed. + */ + Long.prototype.toSigned = function () { + if (!this.unsigned) + return this; + return Long.fromBits(this.low, this.high, false); + }; + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + Long.prototype.toString = function (radix) { + radix = radix || 10; + if (radix < 2 || 36 < radix) + throw RangeError('radix'); + if (this.isZero()) + return '0'; + if (this.isNegative()) { + // Unsigned Longs are never negative + if (this.eq(Long.MIN_VALUE)) { + // We need to change the Long value before it can be negated, so we remove + // the bottom-most digit in this base and then recurse to do the rest. + var radixLong = Long.fromNumber(radix), div = this.div(radixLong), rem1 = div.mul(radixLong).sub(this); + return div.toString(radix) + rem1.toInt().toString(radix); + } + else + return '-' + this.neg().toString(radix); + } + // Do several (6) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + var radixToPower = Long.fromNumber(Math.pow(radix, 6), this.unsigned); + // eslint-disable-next-line @typescript-eslint/no-this-alias + var rem = this; + var result = ''; + // eslint-disable-next-line no-constant-condition + while (true) { + var remDiv = rem.div(radixToPower); + var intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0; + var digits = intval.toString(radix); + rem = remDiv; + if (rem.isZero()) { + return digits + result; + } + else { + while (digits.length < 6) + digits = '0' + digits; + result = '' + digits + result; + } + } + }; + /** Converts this Long to unsigned. */ + Long.prototype.toUnsigned = function () { + if (this.unsigned) + return this; + return Long.fromBits(this.low, this.high, true); + }; + /** Returns the bitwise XOR of this Long and the given one. */ + Long.prototype.xor = function (other) { + if (!Long.isLong(other)) + other = Long.fromValue(other); + return Long.fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned); + }; + /** This is an alias of {@link Long.isZero} */ + Long.prototype.eqz = function () { + return this.isZero(); + }; + /** This is an alias of {@link Long.lessThanOrEqual} */ + Long.prototype.le = function (other) { + return this.lessThanOrEqual(other); + }; + /* + **************************************************************** + * BSON SPECIFIC ADDITIONS * + **************************************************************** + */ + Long.prototype.toExtendedJSON = function (options) { + if (options && options.relaxed) + return this.toNumber(); + return { $numberLong: this.toString() }; + }; + Long.fromExtendedJSON = function (doc, options) { + var result = Long.fromString(doc.$numberLong); + return options && options.relaxed ? result.toNumber() : result; + }; + /** @internal */ + Long.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Long.prototype.inspect = function () { + return "new Long(\"".concat(this.toString(), "\"").concat(this.unsigned ? ', true' : '', ")"); + }; + Long.TWO_PWR_24 = Long.fromInt(TWO_PWR_24_DBL); + /** Maximum unsigned value. */ + Long.MAX_UNSIGNED_VALUE = Long.fromBits(0xffffffff | 0, 0xffffffff | 0, true); + /** Signed zero */ + Long.ZERO = Long.fromInt(0); + /** Unsigned zero. */ + Long.UZERO = Long.fromInt(0, true); + /** Signed one. */ + Long.ONE = Long.fromInt(1); + /** Unsigned one. */ + Long.UONE = Long.fromInt(1, true); + /** Signed negative one. */ + Long.NEG_ONE = Long.fromInt(-1); + /** Maximum signed value. */ + Long.MAX_VALUE = Long.fromBits(0xffffffff | 0, 0x7fffffff | 0, false); + /** Minimum signed value. */ + Long.MIN_VALUE = Long.fromBits(0, 0x80000000 | 0, false); + return Long; +}()); +exports.Long = Long; +Object.defineProperty(Long.prototype, '__isLong__', { value: true }); +Object.defineProperty(Long.prototype, '_bsontype', { value: 'Long' }); +//# sourceMappingURL=long.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/long.js.map b/node_modules/bson/lib/long.js.map new file mode 100644 index 000000000..c191742c1 --- /dev/null +++ b/node_modules/bson/lib/long.js.map @@ -0,0 +1 @@ +{"version":3,"file":"long.js","sourceRoot":"","sources":["../src/long.ts"],"names":[],"mappings":";;;AACA,wCAA8C;AA2C9C;;GAEG;AACH,IAAI,IAAI,GAAgC,SAAS,CAAC;AAMlD,IAAI;IACF,IAAI,GAAG,IAAI,WAAW,CAAC,QAAQ,CAC7B,IAAI,WAAW,CAAC,MAAM;IACpB,kBAAkB;IAClB,IAAI,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,EAAE,EAAE,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"} \ No newline at end of file diff --git a/node_modules/bson/lib/map.js b/node_modules/bson/lib/map.js new file mode 100644 index 000000000..32334f590 --- /dev/null +++ b/node_modules/bson/lib/map.js @@ -0,0 +1,123 @@ +"use strict"; +/* eslint-disable @typescript-eslint/no-explicit-any */ +// We have an ES6 Map available, return the native instance +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Map = void 0; +var global_1 = require("./utils/global"); +/** @public */ +var bsonMap; +exports.Map = bsonMap; +var bsonGlobal = (0, global_1.getGlobal)(); +if (bsonGlobal.Map) { + exports.Map = bsonMap = bsonGlobal.Map; +} +else { + // We will return a polyfill + exports.Map = bsonMap = /** @class */ (function () { + function Map(array) { + if (array === void 0) { array = []; } + this._keys = []; + this._values = {}; + for (var i = 0; i < array.length; i++) { + if (array[i] == null) + continue; // skip null and undefined + var entry = array[i]; + var key = entry[0]; + var value = entry[1]; + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + } + } + Map.prototype.clear = function () { + this._keys = []; + this._values = {}; + }; + Map.prototype.delete = function (key) { + var value = this._values[key]; + if (value == null) + return false; + // Delete entry + delete this._values[key]; + // Remove the key from the ordered keys list + this._keys.splice(value.i, 1); + return true; + }; + Map.prototype.entries = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? [key, _this._values[key].v] : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.forEach = function (callback, self) { + self = self || this; + for (var i = 0; i < this._keys.length; i++) { + var key = this._keys[i]; + // Call the forEach callback + callback.call(self, this._values[key].v, key, self); + } + }; + Map.prototype.get = function (key) { + return this._values[key] ? this._values[key].v : undefined; + }; + Map.prototype.has = function (key) { + return this._values[key] != null; + }; + Map.prototype.keys = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? key : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Map.prototype.set = function (key, value) { + if (this._values[key]) { + this._values[key].v = value; + return this; + } + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + return this; + }; + Map.prototype.values = function () { + var _this = this; + var index = 0; + return { + next: function () { + var key = _this._keys[index++]; + return { + value: key !== undefined ? _this._values[key].v : undefined, + done: key !== undefined ? false : true + }; + } + }; + }; + Object.defineProperty(Map.prototype, "size", { + get: function () { + return this._keys.length; + }, + enumerable: false, + configurable: true + }); + return Map; + }()); +} +//# sourceMappingURL=map.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/map.js.map b/node_modules/bson/lib/map.js.map new file mode 100644 index 000000000..944dcf6df --- /dev/null +++ b/node_modules/bson/lib/map.js.map @@ -0,0 +1 @@ +{"version":3,"file":"map.js","sourceRoot":"","sources":["../src/map.ts"],"names":[],"mappings":";AAAA,uDAAuD;AACvD,2DAA2D;;;AAE3D,yCAA2C;AAE3C,cAAc;AACd,IAAI,OAAuB,CAAC;AAgHR,sBAAG;AA9GvB,IAAM,UAAU,GAAG,IAAA,kBAAS,GAA4B,CAAC;AACzD,IAAI,UAAU,CAAC,GAAG,EAAE;IAClB,cAAA,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC;CAC1B;KAAM;IACL,4BAA4B;IAC5B,cAAA,OAAO,GAAG;QAGR,aAAY,KAA2B;YAA3B,sBAAA,EAAA,UAA2B;YACrC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;YAChB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;YAElB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBACrC,IAAI,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI;oBAAE,SAAS,CAAC,0BAA0B;gBAC1D,IAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;gBACvB,IAAM,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;gBACrB,IAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;gBACvB,2CAA2C;gBAC3C,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrB,8DAA8D;gBAC9D,2CAA2C;gBAC3C,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;aAC5D;QACH,CAAC;QACD,mBAAK,GAAL;YACE,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;YAChB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;QACpB,CAAC;QACD,oBAAM,GAAN,UAAO,GAAW;YAChB,IAAM,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;YAChC,IAAI,KAAK,IAAI,IAAI;gBAAE,OAAO,KAAK,CAAC;YAChC,eAAe;YACf,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;YACzB,4CAA4C;YAC5C,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;YAC9B,OAAO,IAAI,CAAC;QACd,CAAC;QACD,qBAAO,GAAP;YAAA,iBAYC;YAXC,IAAI,KAAK,GAAG,CAAC,CAAC;YAEd,OAAO;gBACL,IAAI,EAAE;oBACJ,IAAM,GAAG,GAAG,KAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC;oBAChC,OAAO;wBACL,KAAK,EAAE,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,KAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;wBACjE,IAAI,EAAE,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI;qBACvC,CAAC;gBACJ,CAAC;aACF,CAAC;QACJ,CAAC;QACD,qBAAO,GAAP,UAAQ,QAAmE,EAAE,IAAW;YACtF,IAAI,GAAG,IAAI,IAAI,IAAI,CAAC;YAEpB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;gBAC1C,IAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;gBAC1B,4BAA4B;gBAC5B,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;aACrD;QACH,CAAC;QACD,iBAAG,GAAH,UAAI,GAAW;YACb,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QAC7D,CAAC;QACD,iBAAG,GAAH,UAAI,GAAW;YACb,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC;QACnC,CAAC;QACD,kBAAI,GAAJ;YAAA,iBAYC;YAXC,IAAI,KAAK,GAAG,CAAC,CAAC;YAEd,OAAO;gBACL,IAAI,EAAE;oBACJ,IAAM,GAAG,GAAG,KAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC;oBAChC,OAAO;wBACL,KAAK,EAAE,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS;wBAC1C,IAAI,EAAE,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI;qBACvC,CAAC;gBACJ,CAAC;aACF,CAAC;QACJ,CAAC;QACD,iBAAG,GAAH,UAAI,GAAW,EAAE,KAAU;YACzB,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE;gBACrB,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC;gBAC5B,OAAO,IAAI,CAAC;aACb;YAED,2CAA2C;YAC3C,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;YACrB,8DAA8D;YAC9D,2CAA2C;YAC3C,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC3D,OAAO,IAAI,CAAC;QACd,CAAC;QACD,oBAAM,GAAN;YAAA,iBAYC;YAXC,IAAI,KAAK,GAAG,CAAC,CAAC;YAEd,OAAO;gBACL,IAAI,EAAE;oBACJ,IAAM,GAAG,GAAG,KAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC,CAAC;oBAChC,OAAO;wBACL,KAAK,EAAE,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,KAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;wBAC1D,IAAI,EAAE,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI;qBACvC,CAAC;gBACJ,CAAC;aACF,CAAC;QACJ,CAAC;QACD,sBAAI,qBAAI;iBAAR;gBACE,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC;YAC3B,CAAC;;;WAAA;QACH,UAAC;IAAD,CAAC,AAtGS,GAsGoB,CAAC;CAChC"} \ No newline at end of file diff --git a/node_modules/bson/lib/max_key.js b/node_modules/bson/lib/max_key.js new file mode 100644 index 000000000..f9fd37603 --- /dev/null +++ b/node_modules/bson/lib/max_key.js @@ -0,0 +1,33 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.MaxKey = void 0; +/** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ +var MaxKey = /** @class */ (function () { + function MaxKey() { + if (!(this instanceof MaxKey)) + return new MaxKey(); + } + /** @internal */ + MaxKey.prototype.toExtendedJSON = function () { + return { $maxKey: 1 }; + }; + /** @internal */ + MaxKey.fromExtendedJSON = function () { + return new MaxKey(); + }; + /** @internal */ + MaxKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MaxKey.prototype.inspect = function () { + return 'new MaxKey()'; + }; + return MaxKey; +}()); +exports.MaxKey = MaxKey; +Object.defineProperty(MaxKey.prototype, '_bsontype', { value: 'MaxKey' }); +//# sourceMappingURL=max_key.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/max_key.js.map b/node_modules/bson/lib/max_key.js.map new file mode 100644 index 000000000..f85a5900f --- /dev/null +++ b/node_modules/bson/lib/max_key.js.map @@ -0,0 +1 @@ +{"version":3,"file":"max_key.js","sourceRoot":"","sources":["../src/max_key.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACH;IAGE;QACE,IAAI,CAAC,CAAC,IAAI,YAAY,MAAM,CAAC;YAAE,OAAO,IAAI,MAAM,EAAE,CAAC;IACrD,CAAC;IAED,gBAAgB;IAChB,+BAAc,GAAd;QACE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACxB,CAAC;IAED,gBAAgB;IACT,uBAAgB,GAAvB;QACE,OAAO,IAAI,MAAM,EAAE,CAAC;IACtB,CAAC;IAED,gBAAgB;IAChB,iBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,wBAAO,GAAP;QACE,OAAO,cAAc,CAAC;IACxB,CAAC;IACH,aAAC;AAAD,CAAC,AAzBD,IAyBC;AAzBY,wBAAM;AA2BnB,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/min_key.js b/node_modules/bson/lib/min_key.js new file mode 100644 index 000000000..c67b3df0b --- /dev/null +++ b/node_modules/bson/lib/min_key.js @@ -0,0 +1,33 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.MinKey = void 0; +/** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ +var MinKey = /** @class */ (function () { + function MinKey() { + if (!(this instanceof MinKey)) + return new MinKey(); + } + /** @internal */ + MinKey.prototype.toExtendedJSON = function () { + return { $minKey: 1 }; + }; + /** @internal */ + MinKey.fromExtendedJSON = function () { + return new MinKey(); + }; + /** @internal */ + MinKey.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + MinKey.prototype.inspect = function () { + return 'new MinKey()'; + }; + return MinKey; +}()); +exports.MinKey = MinKey; +Object.defineProperty(MinKey.prototype, '_bsontype', { value: 'MinKey' }); +//# sourceMappingURL=min_key.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/min_key.js.map b/node_modules/bson/lib/min_key.js.map new file mode 100644 index 000000000..2d642d17d --- /dev/null +++ b/node_modules/bson/lib/min_key.js.map @@ -0,0 +1 @@ +{"version":3,"file":"min_key.js","sourceRoot":"","sources":["../src/min_key.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACH;IAGE;QACE,IAAI,CAAC,CAAC,IAAI,YAAY,MAAM,CAAC;YAAE,OAAO,IAAI,MAAM,EAAE,CAAC;IACrD,CAAC;IAED,gBAAgB;IAChB,+BAAc,GAAd;QACE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACxB,CAAC;IAED,gBAAgB;IACT,uBAAgB,GAAvB;QACE,OAAO,IAAI,MAAM,EAAE,CAAC;IACtB,CAAC;IAED,gBAAgB;IAChB,iBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,wBAAO,GAAP;QACE,OAAO,cAAc,CAAC;IACxB,CAAC;IACH,aAAC;AAAD,CAAC,AAzBD,IAyBC;AAzBY,wBAAM;AA2BnB,MAAM,CAAC,cAAc,CAAC,MAAM,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/objectid.js b/node_modules/bson/lib/objectid.js new file mode 100644 index 000000000..287de6e61 --- /dev/null +++ b/node_modules/bson/lib/objectid.js @@ -0,0 +1,299 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ObjectId = void 0; +var buffer_1 = require("buffer"); +var ensure_buffer_1 = require("./ensure_buffer"); +var error_1 = require("./error"); +var utils_1 = require("./parser/utils"); +// Regular expression that checks for hex value +var checkForHexRegExp = new RegExp('^[0-9a-fA-F]{24}$'); +// Unique sequence for the current process (initialized on first use) +var PROCESS_UNIQUE = null; +var kId = Symbol('id'); +/** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ +var ObjectId = /** @class */ (function () { + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + function ObjectId(inputId) { + if (!(this instanceof ObjectId)) + return new ObjectId(inputId); + // workingId is set based on type of input and whether valid id exists for the input + var workingId; + if (typeof inputId === 'object' && inputId && 'id' in inputId) { + if (typeof inputId.id !== 'string' && !ArrayBuffer.isView(inputId.id)) { + throw new error_1.BSONTypeError('Argument passed in must have an id that is of type string or Buffer'); + } + if ('toHexString' in inputId && typeof inputId.toHexString === 'function') { + workingId = buffer_1.Buffer.from(inputId.toHexString(), 'hex'); + } + else { + workingId = inputId.id; + } + } + else { + workingId = inputId; + } + // the following cases use workingId to construct an ObjectId + if (workingId == null || typeof workingId === 'number') { + // The most common use case (blank id, new objectId instance) + // Generate a new id + this[kId] = ObjectId.generate(typeof workingId === 'number' ? workingId : undefined); + } + else if (ArrayBuffer.isView(workingId) && workingId.byteLength === 12) { + // If intstanceof matches we can escape calling ensure buffer in Node.js environments + this[kId] = workingId instanceof buffer_1.Buffer ? workingId : (0, ensure_buffer_1.ensureBuffer)(workingId); + } + else if (typeof workingId === 'string') { + if (workingId.length === 12) { + var bytes = buffer_1.Buffer.from(workingId); + if (bytes.byteLength === 12) { + this[kId] = bytes; + } + else { + throw new error_1.BSONTypeError('Argument passed in must be a string of 12 bytes'); + } + } + else if (workingId.length === 24 && checkForHexRegExp.test(workingId)) { + this[kId] = buffer_1.Buffer.from(workingId, 'hex'); + } + else { + throw new error_1.BSONTypeError('Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer'); + } + } + else { + throw new error_1.BSONTypeError('Argument passed in does not match the accepted types'); + } + // If we are caching the hex string + if (ObjectId.cacheHexString) { + this.__id = this.id.toString('hex'); + } + } + Object.defineProperty(ObjectId.prototype, "id", { + /** + * The ObjectId bytes + * @readonly + */ + get: function () { + return this[kId]; + }, + set: function (value) { + this[kId] = value; + if (ObjectId.cacheHexString) { + this.__id = value.toString('hex'); + } + }, + enumerable: false, + configurable: true + }); + Object.defineProperty(ObjectId.prototype, "generationTime", { + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get: function () { + return this.id.readInt32BE(0); + }, + set: function (value) { + // Encode time into first 4 bytes + this.id.writeUInt32BE(value, 0); + }, + enumerable: false, + configurable: true + }); + /** Returns the ObjectId id as a 24 character hex string representation */ + ObjectId.prototype.toHexString = function () { + if (ObjectId.cacheHexString && this.__id) { + return this.__id; + } + var hexString = this.id.toString('hex'); + if (ObjectId.cacheHexString && !this.__id) { + this.__id = hexString; + } + return hexString; + }; + /** + * Update the ObjectId index + * @privateRemarks + * Used in generating new ObjectId's on the driver + * @internal + */ + ObjectId.getInc = function () { + return (ObjectId.index = (ObjectId.index + 1) % 0xffffff); + }; + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + ObjectId.generate = function (time) { + if ('number' !== typeof time) { + time = Math.floor(Date.now() / 1000); + } + var inc = ObjectId.getInc(); + var buffer = buffer_1.Buffer.alloc(12); + // 4-byte timestamp + buffer.writeUInt32BE(time, 0); + // set PROCESS_UNIQUE if yet not initialized + if (PROCESS_UNIQUE === null) { + PROCESS_UNIQUE = (0, utils_1.randomBytes)(5); + } + // 5-byte process unique + buffer[4] = PROCESS_UNIQUE[0]; + buffer[5] = PROCESS_UNIQUE[1]; + buffer[6] = PROCESS_UNIQUE[2]; + buffer[7] = PROCESS_UNIQUE[3]; + buffer[8] = PROCESS_UNIQUE[4]; + // 3-byte counter + buffer[11] = inc & 0xff; + buffer[10] = (inc >> 8) & 0xff; + buffer[9] = (inc >> 16) & 0xff; + return buffer; + }; + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + ObjectId.prototype.toString = function (format) { + // Is the id a buffer then use the buffer toString method to return the format + if (format) + return this.id.toString(format); + return this.toHexString(); + }; + /** Converts to its JSON the 24 character hex string representation. */ + ObjectId.prototype.toJSON = function () { + return this.toHexString(); + }; + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + ObjectId.prototype.equals = function (otherId) { + if (otherId === undefined || otherId === null) { + return false; + } + if (otherId instanceof ObjectId) { + return this[kId][11] === otherId[kId][11] && this[kId].equals(otherId[kId]); + } + if (typeof otherId === 'string' && + ObjectId.isValid(otherId) && + otherId.length === 12 && + (0, utils_1.isUint8Array)(this.id)) { + return otherId === buffer_1.Buffer.prototype.toString.call(this.id, 'latin1'); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 24) { + return otherId.toLowerCase() === this.toHexString(); + } + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 12) { + return buffer_1.Buffer.from(otherId).equals(this.id); + } + if (typeof otherId === 'object' && + 'toHexString' in otherId && + typeof otherId.toHexString === 'function') { + var otherIdString = otherId.toHexString(); + var thisIdString = this.toHexString().toLowerCase(); + return typeof otherIdString === 'string' && otherIdString.toLowerCase() === thisIdString; + } + return false; + }; + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + ObjectId.prototype.getTimestamp = function () { + var timestamp = new Date(); + var time = this.id.readUInt32BE(0); + timestamp.setTime(Math.floor(time) * 1000); + return timestamp; + }; + /** @internal */ + ObjectId.createPk = function () { + return new ObjectId(); + }; + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + ObjectId.createFromTime = function (time) { + var buffer = buffer_1.Buffer.from([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + // Encode time into first 4 bytes + buffer.writeUInt32BE(time, 0); + // Return the new objectId + return new ObjectId(buffer); + }; + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + ObjectId.createFromHexString = function (hexString) { + // Throw an error if it's not a valid setup + if (typeof hexString === 'undefined' || (hexString != null && hexString.length !== 24)) { + throw new error_1.BSONTypeError('Argument passed in must be a single String of 12 bytes or a string of 24 hex characters'); + } + return new ObjectId(buffer_1.Buffer.from(hexString, 'hex')); + }; + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + ObjectId.isValid = function (id) { + if (id == null) + return false; + try { + new ObjectId(id); + return true; + } + catch (_a) { + return false; + } + }; + /** @internal */ + ObjectId.prototype.toExtendedJSON = function () { + if (this.toHexString) + return { $oid: this.toHexString() }; + return { $oid: this.toString('hex') }; + }; + /** @internal */ + ObjectId.fromExtendedJSON = function (doc) { + return new ObjectId(doc.$oid); + }; + /** + * Converts to a string representation of this Id. + * + * @returns return the 24 character hex string representation. + * @internal + */ + ObjectId.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + ObjectId.prototype.inspect = function () { + return "new ObjectId(\"".concat(this.toHexString(), "\")"); + }; + /** @internal */ + ObjectId.index = Math.floor(Math.random() * 0xffffff); + return ObjectId; +}()); +exports.ObjectId = ObjectId; +// Deprecated methods +Object.defineProperty(ObjectId.prototype, 'generate', { + value: (0, utils_1.deprecate)(function (time) { return ObjectId.generate(time); }, 'Please use the static `ObjectId.generate(time)` instead') +}); +Object.defineProperty(ObjectId.prototype, 'getInc', { + value: (0, utils_1.deprecate)(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId.prototype, 'get_inc', { + value: (0, utils_1.deprecate)(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId, 'get_inc', { + value: (0, utils_1.deprecate)(function () { return ObjectId.getInc(); }, 'Please use the static `ObjectId.getInc()` instead') +}); +Object.defineProperty(ObjectId.prototype, '_bsontype', { value: 'ObjectID' }); +//# sourceMappingURL=objectid.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/objectid.js.map b/node_modules/bson/lib/objectid.js.map new file mode 100644 index 000000000..3238ada04 --- /dev/null +++ b/node_modules/bson/lib/objectid.js.map @@ -0,0 +1 @@ +{"version":3,"file":"objectid.js","sourceRoot":"","sources":["../src/objectid.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAChC,iDAA+C;AAC/C,iCAAwC;AACxC,wCAAsE;AAEtE,+CAA+C;AAC/C,IAAM,iBAAiB,GAAG,IAAI,MAAM,CAAC,mBAAmB,CAAC,CAAC;AAE1D,qEAAqE;AACrE,IAAI,cAAc,GAAsB,IAAI,CAAC;AAc7C,IAAM,GAAG,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;AAEzB;;;;GAIG;AACH;IAaE;;;;OAIG;IACH,kBAAY,OAAyE;QACnF,IAAI,CAAC,CAAC,IAAI,YAAY,QAAQ,CAAC;YAAE,OAAO,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC;QAE9D,oFAAoF;QACpF,IAAI,SAAS,CAAC;QACd,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,IAAI,IAAI,IAAI,OAAO,EAAE;YAC7D,IAAI,OAAO,OAAO,CAAC,EAAE,KAAK,QAAQ,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE;gBACrE,MAAM,IAAI,qBAAa,CACrB,qEAAqE,CACtE,CAAC;aACH;YACD,IAAI,aAAa,IAAI,OAAO,IAAI,OAAO,OAAO,CAAC,WAAW,KAAK,UAAU,EAAE;gBACzE,SAAS,GAAG,eAAM,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE,KAAK,CAAC,CAAC;aACvD;iBAAM;gBACL,SAAS,GAAG,OAAO,CAAC,EAAE,CAAC;aACxB;SACF;aAAM;YACL,SAAS,GAAG,OAAO,CAAC;SACrB;QAED,6DAA6D;QAC7D,IAAI,SAAS,IAAI,IAAI,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;YACtD,6DAA6D;YAC7D,oBAAoB;YACpB,IAAI,CAAC,GAAG,CAAC,GAAG,QAAQ,CAAC,QAAQ,CAAC,OAAO,SAAS,KAAK,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;SACtF;aAAM,IAAI,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,SAAS,CAAC,UAAU,KAAK,EAAE,EAAE;YACvE,qFAAqF;YACrF,IAAI,CAAC,GAAG,CAAC,GAAG,SAAS,YAAY,eAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,4BAAY,EAAC,SAAS,CAAC,CAAC;SAC/E;aAAM,IAAI,OAAO,SAAS,KAAK,QAAQ,EAAE;YACxC,IAAI,SAAS,CAAC,MAAM,KAAK,EAAE,EAAE;gBAC3B,IAAM,KAAK,GAAG,eAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,UAAU,KAAK,EAAE,EAAE;oBAC3B,IAAI,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;iBACnB;qBAAM;oBACL,MAAM,IAAI,qBAAa,CAAC,iDAAiD,CAAC,CAAC;iBAC5E;aACF;iBAAM,IAAI,SAAS,CAAC,MAAM,KAAK,EAAE,IAAI,iBAAiB,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE;gBACvE,IAAI,CAAC,GAAG,CAAC,GAAG,eAAM,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;aAC3C;iBAAM;gBACL,MAAM,IAAI,qBAAa,CACrB,gGAAgG,CACjG,CAAC;aACH;SACF;aAAM;YACL,MAAM,IAAI,qBAAa,CAAC,sDAAsD,CAAC,CAAC;SACjF;QACD,mCAAmC;QACnC,IAAI,QAAQ,CAAC,cAAc,EAAE;YAC3B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;SACrC;IACH,CAAC;IAMD,sBAAI,wBAAE;QAJN;;;WAGG;aACH;YACE,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;aAED,UAAO,KAAa;YAClB,IAAI,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;YAClB,IAAI,QAAQ,CAAC,cAAc,EAAE;gBAC3B,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;aACnC;QACH,CAAC;;;OAPA;IAaD,sBAAI,oCAAc;QAJlB;;;WAGG;aACH;YACE,OAAO,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;QAChC,CAAC;aAED,UAAmB,KAAa;YAC9B,iCAAiC;YACjC,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QAClC,CAAC;;;OALA;IAOD,0EAA0E;IAC1E,8BAAW,GAAX;QACE,IAAI,QAAQ,CAAC,cAAc,IAAI,IAAI,CAAC,IAAI,EAAE;YACxC,OAAO,IAAI,CAAC,IAAI,CAAC;SAClB;QAED,IAAM,SAAS,GAAG,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAE1C,IAAI,QAAQ,CAAC,cAAc,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACzC,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC;SACvB;QAED,OAAO,SAAS,CAAC;IACnB,CAAC;IAED;;;;;OAKG;IACI,eAAM,GAAb;QACE,OAAO,CAAC,QAAQ,CAAC,KAAK,GAAG,CAAC,QAAQ,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACI,iBAAQ,GAAf,UAAgB,IAAa;QAC3B,IAAI,QAAQ,KAAK,OAAO,IAAI,EAAE;YAC5B,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;SACtC;QAED,IAAM,GAAG,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC;QAC9B,IAAM,MAAM,GAAG,eAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QAEhC,mBAAmB;QACnB,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAE9B,4CAA4C;QAC5C,IAAI,cAAc,KAAK,IAAI,EAAE;YAC3B,cAAc,GAAG,IAAA,mBAAW,EAAC,CAAC,CAAC,CAAC;SACjC;QAED,wBAAwB;QACxB,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;QAC9B,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;QAC9B,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;QAC9B,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;QAC9B,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;QAE9B,iBAAiB;QACjB,MAAM,CAAC,EAAE,CAAC,GAAG,GAAG,GAAG,IAAI,CAAC;QACxB,MAAM,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC;QAC/B,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC;QAE/B,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;OAIG;IACH,2BAAQ,GAAR,UAAS,MAAe;QACtB,8EAA8E;QAC9E,IAAI,MAAM;YAAE,OAAO,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC;QAC5C,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC;IAC5B,CAAC;IAED,uEAAuE;IACvE,yBAAM,GAAN;QACE,OAAO,IAAI,CAAC,WAAW,EAAE,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACH,yBAAM,GAAN,UAAO,OAAyC;QAC9C,IAAI,OAAO,KAAK,SAAS,IAAI,OAAO,KAAK,IAAI,EAAE;YAC7C,OAAO,KAAK,CAAC;SACd;QAED,IAAI,OAAO,YAAY,QAAQ,EAAE;YAC/B,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;SAC7E;QAED,IACE,OAAO,OAAO,KAAK,QAAQ;YAC3B,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC;YACzB,OAAO,CAAC,MAAM,KAAK,EAAE;YACrB,IAAA,oBAAY,EAAC,IAAI,CAAC,EAAE,CAAC,EACrB;YACA,OAAO,OAAO,KAAK,eAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;SACtE;QAED,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,OAAO,CAAC,MAAM,KAAK,EAAE,EAAE;YACrF,OAAO,OAAO,CAAC,WAAW,EAAE,KAAK,IAAI,CAAC,WAAW,EAAE,CAAC;SACrD;QAED,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,OAAO,CAAC,MAAM,KAAK,EAAE,EAAE;YACrF,OAAO,eAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;SAC7C;QAED,IACE,OAAO,OAAO,KAAK,QAAQ;YAC3B,aAAa,IAAI,OAAO;YACxB,OAAO,OAAO,CAAC,WAAW,KAAK,UAAU,EACzC;YACA,IAAM,aAAa,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;YAC5C,IAAM,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC,WAAW,EAAE,CAAC;YACtD,OAAO,OAAO,aAAa,KAAK,QAAQ,IAAI,aAAa,CAAC,WAAW,EAAE,KAAK,YAAY,CAAC;SAC1F;QAED,OAAO,KAAK,CAAC;IACf,CAAC;IAED,0FAA0F;IAC1F,+BAAY,GAAZ;QACE,IAAM,SAAS,GAAG,IAAI,IAAI,EAAE,CAAC;QAC7B,IAAM,IAAI,GAAG,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QACrC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC;QAC3C,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,gBAAgB;IACT,iBAAQ,GAAf;QACE,OAAO,IAAI,QAAQ,EAAE,CAAC;IACxB,CAAC;IAED;;;;OAIG;IACI,uBAAc,GAArB,UAAsB,IAAY;QAChC,IAAM,MAAM,GAAG,eAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QACjE,iCAAiC;QACjC,MAAM,CAAC,aAAa,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAC9B,0BAA0B;QAC1B,OAAO,IAAI,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACI,4BAAmB,GAA1B,UAA2B,SAAiB;QAC1C,2CAA2C;QAC3C,IAAI,OAAO,SAAS,KAAK,WAAW,IAAI,CAAC,SAAS,IAAI,IAAI,IAAI,SAAS,CAAC,MAAM,KAAK,EAAE,CAAC,EAAE;YACtF,MAAM,IAAI,qBAAa,CACrB,yFAAyF,CAC1F,CAAC;SACH;QAED,OAAO,IAAI,QAAQ,CAAC,eAAM,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC,CAAC;IACrD,CAAC;IAED;;;;OAIG;IACI,gBAAO,GAAd,UAAe,EAAmE;QAChF,IAAI,EAAE,IAAI,IAAI;YAAE,OAAO,KAAK,CAAC;QAE7B,IAAI;YACF,IAAI,QAAQ,CAAC,EAAE,CAAC,CAAC;YACjB,OAAO,IAAI,CAAC;SACb;QAAC,WAAM;YACN,OAAO,KAAK,CAAC;SACd;IACH,CAAC;IAED,gBAAgB;IAChB,iCAAc,GAAd;QACE,IAAI,IAAI,CAAC,WAAW;YAAE,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC;QAC1D,OAAO,EAAE,IAAI,EAAE,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC;IACxC,CAAC;IAED,gBAAgB;IACT,yBAAgB,GAAvB,UAAwB,GAAqB;QAC3C,OAAO,IAAI,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAChC,CAAC;IAED;;;;;OAKG;IACH,mBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,0BAAO,GAAP;QACE,OAAO,yBAAiB,IAAI,CAAC,WAAW,EAAE,QAAI,CAAC;IACjD,CAAC;IAzSD,gBAAgB;IACT,cAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,QAAQ,CAAC,CAAC;IAyStD,eAAC;CAAA,AA7SD,IA6SC;AA7SY,4BAAQ;AA+SrB,qBAAqB;AACrB,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,SAAS,EAAE,UAAU,EAAE;IACpD,KAAK,EAAE,IAAA,iBAAS,EACd,UAAC,IAAY,IAAK,OAAA,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAvB,CAAuB,EACzC,yDAAyD,CAC1D;CACF,CAAC,CAAC;AAEH,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,SAAS,EAAE,QAAQ,EAAE;IAClD,KAAK,EAAE,IAAA,iBAAS,EAAC,cAAM,OAAA,QAAQ,CAAC,MAAM,EAAE,EAAjB,CAAiB,EAAE,mDAAmD,CAAC;CAC/F,CAAC,CAAC;AAEH,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE;IACnD,KAAK,EAAE,IAAA,iBAAS,EAAC,cAAM,OAAA,QAAQ,CAAC,MAAM,EAAE,EAAjB,CAAiB,EAAE,mDAAmD,CAAC;CAC/F,CAAC,CAAC;AAEH,MAAM,CAAC,cAAc,CAAC,QAAQ,EAAE,SAAS,EAAE;IACzC,KAAK,EAAE,IAAA,iBAAS,EAAC,cAAM,OAAA,QAAQ,CAAC,MAAM,EAAE,EAAjB,CAAiB,EAAE,mDAAmD,CAAC;CAC/F,CAAC,CAAC;AAEH,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/parser/calculate_size.js b/node_modules/bson/lib/parser/calculate_size.js new file mode 100644 index 000000000..3d11612b6 --- /dev/null +++ b/node_modules/bson/lib/parser/calculate_size.js @@ -0,0 +1,194 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.calculateObjectSize = void 0; +var buffer_1 = require("buffer"); +var binary_1 = require("../binary"); +var constants = require("../constants"); +var utils_1 = require("./utils"); +function calculateObjectSize(object, serializeFunctions, ignoreUndefined) { + var totalLength = 4 + 1; + if (Array.isArray(object)) { + for (var i = 0; i < object.length; i++) { + totalLength += calculateElement(i.toString(), object[i], serializeFunctions, true, ignoreUndefined); + } + } + else { + // If we have toBSON defined, override the current object + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + object = object.toBSON(); + } + // Calculate size + for (var key in object) { + totalLength += calculateElement(key, object[key], serializeFunctions, false, ignoreUndefined); + } + } + return totalLength; +} +exports.calculateObjectSize = calculateObjectSize; +/** @internal */ +function calculateElement(name, +// eslint-disable-next-line @typescript-eslint/no-explicit-any +value, serializeFunctions, isArray, ignoreUndefined) { + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (isArray === void 0) { isArray = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = false; } + // If we have toBSON defined, override the current object + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + switch (typeof value) { + case 'string': + return 1 + buffer_1.Buffer.byteLength(name, 'utf8') + 1 + 4 + buffer_1.Buffer.byteLength(value, 'utf8') + 1; + case 'number': + if (Math.floor(value) === value && + value >= constants.JS_INT_MIN && + value <= constants.JS_INT_MAX) { + if (value >= constants.BSON_INT32_MIN && value <= constants.BSON_INT32_MAX) { + // 32 bit + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (4 + 1); + } + else { + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + } + else { + // 64 bit + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + case 'undefined': + if (isArray || !ignoreUndefined) + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + 1; + return 0; + case 'boolean': + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (1 + 1); + case 'object': + if (value == null || value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + 1; + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (12 + 1); + } + else if (value instanceof Date || (0, utils_1.isDate)(value)) { + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (ArrayBuffer.isView(value) || + value instanceof ArrayBuffer || + (0, utils_1.isAnyArrayBuffer)(value)) { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (1 + 4 + 1) + value.byteLength); + } + else if (value['_bsontype'] === 'Long' || + value['_bsontype'] === 'Double' || + value['_bsontype'] === 'Timestamp') { + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + else if (value['_bsontype'] === 'Decimal128') { + return (name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (16 + 1); + } + else if (value['_bsontype'] === 'Code') { + // Calculate size depending on the availability of a scope + if (value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.Buffer.byteLength(value.code.toString(), 'utf8') + + 1 + + calculateObjectSize(value.scope, serializeFunctions, ignoreUndefined)); + } + else { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.Buffer.byteLength(value.code.toString(), 'utf8') + + 1); + } + } + else if (value['_bsontype'] === 'Binary') { + var binary = value; + // Check what kind of subtype we have + if (binary.sub_type === binary_1.Binary.SUBTYPE_BYTE_ARRAY) { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + (binary.position + 1 + 4 + 1 + 4)); + } + else { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + (binary.position + 1 + 4 + 1)); + } + } + else if (value['_bsontype'] === 'Symbol') { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + buffer_1.Buffer.byteLength(value.value, 'utf8') + + 4 + + 1 + + 1); + } + else if (value['_bsontype'] === 'DBRef') { + // Set up correct object for serialization + var ordered_values = Object.assign({ + $ref: value.collection, + $id: value.oid + }, value.fields); + // Add db reference if it exists + if (value.db != null) { + ordered_values['$db'] = value.db; + } + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + calculateObjectSize(ordered_values, serializeFunctions, ignoreUndefined)); + } + else if (value instanceof RegExp || (0, utils_1.isRegExp)(value)) { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.Buffer.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else if (value['_bsontype'] === 'BSONRegExp') { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.Buffer.byteLength(value.pattern, 'utf8') + + 1 + + buffer_1.Buffer.byteLength(value.options, 'utf8') + + 1); + } + else { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + calculateObjectSize(value, serializeFunctions, ignoreUndefined) + + 1); + } + case 'function': + // WTF for 0.4.X where typeof /someregexp/ === 'function' + if (value instanceof RegExp || (0, utils_1.isRegExp)(value) || String.call(value) === '[object RegExp]') { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + buffer_1.Buffer.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1); + } + else { + if (serializeFunctions && value.scope != null && Object.keys(value.scope).length > 0) { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + buffer_1.Buffer.byteLength((0, utils_1.normalizedFunctionString)(value), 'utf8') + + 1 + + calculateObjectSize(value.scope, serializeFunctions, ignoreUndefined)); + } + else if (serializeFunctions) { + return ((name != null ? buffer_1.Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + buffer_1.Buffer.byteLength((0, utils_1.normalizedFunctionString)(value), 'utf8') + + 1); + } + } + } + return 0; +} +//# sourceMappingURL=calculate_size.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/parser/calculate_size.js.map b/node_modules/bson/lib/parser/calculate_size.js.map new file mode 100644 index 000000000..f24906c17 --- /dev/null +++ b/node_modules/bson/lib/parser/calculate_size.js.map @@ -0,0 +1 @@ +{"version":3,"file":"calculate_size.js","sourceRoot":"","sources":["../../src/parser/calculate_size.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/parser/deserializer.js b/node_modules/bson/lib/parser/deserializer.js new file mode 100644 index 000000000..57f14a168 --- /dev/null +++ b/node_modules/bson/lib/parser/deserializer.js @@ -0,0 +1,665 @@ +"use strict"; +var __assign = (this && this.__assign) || function () { + __assign = Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; + }; + return __assign.apply(this, arguments); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deserialize = void 0; +var buffer_1 = require("buffer"); +var binary_1 = require("../binary"); +var code_1 = require("../code"); +var constants = require("../constants"); +var db_ref_1 = require("../db_ref"); +var decimal128_1 = require("../decimal128"); +var double_1 = require("../double"); +var error_1 = require("../error"); +var int_32_1 = require("../int_32"); +var long_1 = require("../long"); +var max_key_1 = require("../max_key"); +var min_key_1 = require("../min_key"); +var objectid_1 = require("../objectid"); +var regexp_1 = require("../regexp"); +var symbol_1 = require("../symbol"); +var timestamp_1 = require("../timestamp"); +var validate_utf8_1 = require("../validate_utf8"); +// Internal long versions +var JS_INT_MAX_LONG = long_1.Long.fromNumber(constants.JS_INT_MAX); +var JS_INT_MIN_LONG = long_1.Long.fromNumber(constants.JS_INT_MIN); +var functionCache = {}; +function deserialize(buffer, options, isArray) { + options = options == null ? {} : options; + var index = options && options.index ? options.index : 0; + // Read the document size + var size = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (size < 5) { + throw new error_1.BSONError("bson size must be >= 5, is ".concat(size)); + } + if (options.allowObjectSmallerThanBufferSize && buffer.length < size) { + throw new error_1.BSONError("buffer length ".concat(buffer.length, " must be >= bson size ").concat(size)); + } + if (!options.allowObjectSmallerThanBufferSize && buffer.length !== size) { + throw new error_1.BSONError("buffer length ".concat(buffer.length, " must === bson size ").concat(size)); + } + if (size + index > buffer.byteLength) { + throw new error_1.BSONError("(bson size ".concat(size, " + options.index ").concat(index, " must be <= buffer length ").concat(buffer.byteLength, ")")); + } + // Illegal end value + if (buffer[index + size - 1] !== 0) { + throw new error_1.BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00"); + } + // Start deserializtion + return deserializeObject(buffer, index, options, isArray); +} +exports.deserialize = deserialize; +var allowedDBRefKeys = /^\$ref$|^\$id$|^\$db$/; +function deserializeObject(buffer, index, options, isArray) { + if (isArray === void 0) { isArray = false; } + var evalFunctions = options['evalFunctions'] == null ? false : options['evalFunctions']; + var cacheFunctions = options['cacheFunctions'] == null ? false : options['cacheFunctions']; + var fieldsAsRaw = options['fieldsAsRaw'] == null ? null : options['fieldsAsRaw']; + // Return raw bson buffer instead of parsing it + var raw = options['raw'] == null ? false : options['raw']; + // Return BSONRegExp objects instead of native regular expressions + var bsonRegExp = typeof options['bsonRegExp'] === 'boolean' ? options['bsonRegExp'] : false; + // Controls the promotion of values vs wrapper classes + var promoteBuffers = options['promoteBuffers'] == null ? false : options['promoteBuffers']; + var promoteLongs = options['promoteLongs'] == null ? true : options['promoteLongs']; + var promoteValues = options['promoteValues'] == null ? true : options['promoteValues']; + // Ensures default validation option if none given + var validation = options.validation == null ? { utf8: true } : options.validation; + // Shows if global utf-8 validation is enabled or disabled + var globalUTFValidation = true; + // Reflects utf-8 validation setting regardless of global or specific key validation + var validationSetting; + // Set of keys either to enable or disable validation on + var utf8KeysSet = new Set(); + // Check for boolean uniformity and empty validation option + var utf8ValidatedKeys = validation.utf8; + if (typeof utf8ValidatedKeys === 'boolean') { + validationSetting = utf8ValidatedKeys; + } + else { + globalUTFValidation = false; + var utf8ValidationValues = Object.keys(utf8ValidatedKeys).map(function (key) { + return utf8ValidatedKeys[key]; + }); + if (utf8ValidationValues.length === 0) { + throw new error_1.BSONError('UTF-8 validation setting cannot be empty'); + } + if (typeof utf8ValidationValues[0] !== 'boolean') { + throw new error_1.BSONError('Invalid UTF-8 validation option, must specify boolean values'); + } + validationSetting = utf8ValidationValues[0]; + // Ensures boolean uniformity in utf-8 validation (all true or all false) + if (!utf8ValidationValues.every(function (item) { return item === validationSetting; })) { + throw new error_1.BSONError('Invalid UTF-8 validation option - keys must be all true or all false'); + } + } + // Add keys to set that will either be validated or not based on validationSetting + if (!globalUTFValidation) { + for (var _i = 0, _a = Object.keys(utf8ValidatedKeys); _i < _a.length; _i++) { + var key = _a[_i]; + utf8KeysSet.add(key); + } + } + // Set the start index + var startIndex = index; + // Validate that we have at least 4 bytes of buffer + if (buffer.length < 5) + throw new error_1.BSONError('corrupt bson message < 5 bytes long'); + // Read the document size + var size = buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // Ensure buffer is valid size + if (size < 5 || size > buffer.length) + throw new error_1.BSONError('corrupt bson message'); + // Create holding object + var object = isArray ? [] : {}; + // Used for arrays to skip having to perform utf8 decoding + var arrayIndex = 0; + var done = false; + var isPossibleDBRef = isArray ? false : null; + // While we have more left data left keep parsing + var dataview = new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); + while (!done) { + // Read the type + var elementType = buffer[index++]; + // If we get a zero it's the last byte, exit + if (elementType === 0) + break; + // Get the start search index + var i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.byteLength) + throw new error_1.BSONError('Bad BSON Document: illegal CString'); + // Represents the key + var name = isArray ? arrayIndex++ : buffer.toString('utf8', index, i); + // shouldValidateKey is true if the key should be validated, false otherwise + var shouldValidateKey = true; + if (globalUTFValidation || utf8KeysSet.has(name)) { + shouldValidateKey = validationSetting; + } + else { + shouldValidateKey = !validationSetting; + } + if (isPossibleDBRef !== false && name[0] === '$') { + isPossibleDBRef = allowedDBRefKeys.test(name); + } + var value = void 0; + index = i + 1; + if (elementType === constants.BSON_DATA_STRING) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new error_1.BSONError('bad string length in bson'); + } + value = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + index = index + stringSize; + } + else if (elementType === constants.BSON_DATA_OID) { + var oid = buffer_1.Buffer.alloc(12); + buffer.copy(oid, 0, index, index + 12); + value = new objectid_1.ObjectId(oid); + index = index + 12; + } + else if (elementType === constants.BSON_DATA_INT && promoteValues === false) { + value = new int_32_1.Int32(buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24)); + } + else if (elementType === constants.BSON_DATA_INT) { + value = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + } + else if (elementType === constants.BSON_DATA_NUMBER && promoteValues === false) { + value = new double_1.Double(dataview.getFloat64(index, true)); + index = index + 8; + } + else if (elementType === constants.BSON_DATA_NUMBER) { + value = dataview.getFloat64(index, true); + index = index + 8; + } + else if (elementType === constants.BSON_DATA_DATE) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Date(new long_1.Long(lowBits, highBits).toNumber()); + } + else if (elementType === constants.BSON_DATA_BOOLEAN) { + if (buffer[index] !== 0 && buffer[index] !== 1) + throw new error_1.BSONError('illegal boolean type value'); + value = buffer[index++] === 1; + } + else if (elementType === constants.BSON_DATA_OBJECT) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (objectSize <= 0 || objectSize > buffer.length - index) + throw new error_1.BSONError('bad embedded document length in bson'); + // We have a raw value + if (raw) { + value = buffer.slice(index, index + objectSize); + } + else { + var objectOptions = options; + if (!globalUTFValidation) { + objectOptions = __assign(__assign({}, options), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, objectOptions, false); + } + index = index + objectSize; + } + else if (elementType === constants.BSON_DATA_ARRAY) { + var _index = index; + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + var arrayOptions = options; + // Stop index + var stopIndex = index + objectSize; + // All elements of array to be returned as raw bson + if (fieldsAsRaw && fieldsAsRaw[name]) { + arrayOptions = {}; + for (var n in options) { + arrayOptions[n] = options[n]; + } + arrayOptions['raw'] = true; + } + if (!globalUTFValidation) { + arrayOptions = __assign(__assign({}, arrayOptions), { validation: { utf8: shouldValidateKey } }); + } + value = deserializeObject(buffer, _index, arrayOptions, true); + index = index + objectSize; + if (buffer[index - 1] !== 0) + throw new error_1.BSONError('invalid array terminator byte'); + if (index !== stopIndex) + throw new error_1.BSONError('corrupted array bson'); + } + else if (elementType === constants.BSON_DATA_UNDEFINED) { + value = undefined; + } + else if (elementType === constants.BSON_DATA_NULL) { + value = null; + } + else if (elementType === constants.BSON_DATA_LONG) { + // Unpack the low and high bits + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var long = new long_1.Long(lowBits, highBits); + // Promote the long if possible + if (promoteLongs && promoteValues === true) { + value = + long.lessThanOrEqual(JS_INT_MAX_LONG) && long.greaterThanOrEqual(JS_INT_MIN_LONG) + ? long.toNumber() + : long; + } + else { + value = long; + } + } + else if (elementType === constants.BSON_DATA_DECIMAL128) { + // Buffer to contain the decimal bytes + var bytes = buffer_1.Buffer.alloc(16); + // Copy the next 16 bytes into the bytes buffer + buffer.copy(bytes, 0, index, index + 16); + // Update index + index = index + 16; + // Assign the new Decimal128 value + var decimal128 = new decimal128_1.Decimal128(bytes); + // If we have an alternative mapper use that + if ('toObject' in decimal128 && typeof decimal128.toObject === 'function') { + value = decimal128.toObject(); + } + else { + value = decimal128; + } + } + else if (elementType === constants.BSON_DATA_BINARY) { + var binarySize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var totalBinarySize = binarySize; + var subType = buffer[index++]; + // Did we have a negative binary size, throw + if (binarySize < 0) + throw new error_1.BSONError('Negative binary type element size found'); + // Is the length longer than the document + if (binarySize > buffer.byteLength) + throw new error_1.BSONError('Binary type size larger than document size'); + // Decode as raw Buffer object if options specifies it + if (buffer['slice'] != null) { + // If we have subtype 2 skip the 4 bytes for the size + if (subType === binary_1.Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new error_1.BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new error_1.BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new error_1.BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + if (promoteBuffers && promoteValues) { + value = buffer.slice(index, index + binarySize); + } + else { + value = new binary_1.Binary(buffer.slice(index, index + binarySize), subType); + if (subType === constants.BSON_BINARY_SUBTYPE_UUID_NEW) { + value = value.toUUID(); + } + } + } + else { + var _buffer = buffer_1.Buffer.alloc(binarySize); + // If we have subtype 2 skip the 4 bytes for the size + if (subType === binary_1.Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new error_1.BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new error_1.BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new error_1.BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + // Copy the data + for (i = 0; i < binarySize; i++) { + _buffer[i] = buffer[index + i]; + } + if (promoteBuffers && promoteValues) { + value = _buffer; + } + else if (subType === constants.BSON_BINARY_SUBTYPE_UUID_NEW) { + value = new binary_1.Binary(buffer.slice(index, index + binarySize), subType).toUUID(); + } + else { + value = new binary_1.Binary(buffer.slice(index, index + binarySize), subType); + } + } + // Update the index + index = index + binarySize; + } + else if (elementType === constants.BSON_DATA_REGEXP && bsonRegExp === false) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new error_1.BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + // Create the regexp + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new error_1.BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // For each option add the corresponding one for javascript + var optionsArray = new Array(regExpOptions.length); + // Parse options + for (i = 0; i < regExpOptions.length; i++) { + switch (regExpOptions[i]) { + case 'm': + optionsArray[i] = 'm'; + break; + case 's': + optionsArray[i] = 'g'; + break; + case 'i': + optionsArray[i] = 'i'; + break; + } + } + value = new RegExp(source, optionsArray.join('')); + } + else if (elementType === constants.BSON_DATA_REGEXP && bsonRegExp === true) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new error_1.BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var source = buffer.toString('utf8', index, i); + index = i + 1; + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) + throw new error_1.BSONError('Bad BSON Document: illegal CString'); + // Return the C string + var regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + // Set the object + value = new regexp_1.BSONRegExp(source, regExpOptions); + } + else if (elementType === constants.BSON_DATA_SYMBOL) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new error_1.BSONError('bad string length in bson'); + } + var symbol = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + value = promoteValues ? symbol : new symbol_1.BSONSymbol(symbol); + index = index + stringSize; + } + else if (elementType === constants.BSON_DATA_TIMESTAMP) { + var lowBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + var highBits = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new timestamp_1.Timestamp(lowBits, highBits); + } + else if (elementType === constants.BSON_DATA_MIN_KEY) { + value = new min_key_1.MinKey(); + } + else if (elementType === constants.BSON_DATA_MAX_KEY) { + value = new max_key_1.MaxKey(); + } + else if (elementType === constants.BSON_DATA_CODE) { + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new error_1.BSONError('bad string length in bson'); + } + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + } + else { + value = new code_1.Code(functionString); + } + // Update parse index position + index = index + stringSize; + } + else if (elementType === constants.BSON_DATA_CODE_W_SCOPE) { + var totalSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Element cannot be shorter than totalSize + stringSize + documentSize + terminator + if (totalSize < 4 + 4 + 4 + 1) { + throw new error_1.BSONError('code_w_scope total size shorter minimum expected length'); + } + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) { + throw new error_1.BSONError('bad string length in bson'); + } + // Javascript function + var functionString = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + // Update parse index position + index = index + stringSize; + // Parse the element + var _index = index; + // Decode the size of the object document + var objectSize = buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + // Decode the scope object + var scopeObject = deserializeObject(buffer, _index, options, false); + // Adjust the index + index = index + objectSize; + // Check if field length is too short + if (totalSize < 4 + 4 + objectSize + stringSize) { + throw new error_1.BSONError('code_w_scope total size is too short, truncating scope'); + } + // Check if totalSize field is too long + if (totalSize > 4 + 4 + objectSize + stringSize) { + throw new error_1.BSONError('code_w_scope total size is too long, clips outer document'); + } + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } + else { + value = isolateEval(functionString); + } + value.scope = scopeObject; + } + else { + value = new code_1.Code(functionString, scopeObject); + } + } + else if (elementType === constants.BSON_DATA_DBPOINTER) { + // Get the code string size + var stringSize = buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if (stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0) + throw new error_1.BSONError('bad string length in bson'); + // Namespace + if (validation != null && validation.utf8) { + if (!(0, validate_utf8_1.validateUtf8)(buffer, index, index + stringSize - 1)) { + throw new error_1.BSONError('Invalid UTF-8 string in BSON document'); + } + } + var namespace = buffer.toString('utf8', index, index + stringSize - 1); + // Update parse index position + index = index + stringSize; + // Read the oid + var oidBuffer = buffer_1.Buffer.alloc(12); + buffer.copy(oidBuffer, 0, index, index + 12); + var oid = new objectid_1.ObjectId(oidBuffer); + // Update the index + index = index + 12; + // Upgrade to DBRef type + value = new db_ref_1.DBRef(namespace, oid); + } + else { + throw new error_1.BSONError("Detected unknown BSON type ".concat(elementType.toString(16), " for fieldname \"").concat(name, "\"")); + } + if (name === '__proto__') { + Object.defineProperty(object, name, { + value: value, + writable: true, + enumerable: true, + configurable: true + }); + } + else { + object[name] = value; + } + } + // Check if the deserialization was against a valid array/object + if (size !== index - startIndex) { + if (isArray) + throw new error_1.BSONError('corrupt array bson'); + throw new error_1.BSONError('corrupt object bson'); + } + // if we did not find "$ref", "$id", "$db", or found an extraneous $key, don't make a DBRef + if (!isPossibleDBRef) + return object; + if ((0, db_ref_1.isDBRefLike)(object)) { + var copy = Object.assign({}, object); + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new db_ref_1.DBRef(object.$ref, object.$id, object.$db, copy); + } + return object; +} +/** + * Ensure eval is isolated, store the result in functionCache. + * + * @internal + */ +function isolateEval(functionString, functionCache, object) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + if (!functionCache) + return new Function(functionString); + // Check for cache hit, eval if missing and return cached function + if (functionCache[functionString] == null) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + functionCache[functionString] = new Function(functionString); + } + // Set the object + return functionCache[functionString].bind(object); +} +function getValidatedString(buffer, start, end, shouldValidateUtf8) { + var value = buffer.toString('utf8', start, end); + // if utf8 validation is on, do the check + if (shouldValidateUtf8) { + for (var i = 0; i < value.length; i++) { + if (value.charCodeAt(i) === 0xfffd) { + if (!(0, validate_utf8_1.validateUtf8)(buffer, start, end)) { + throw new error_1.BSONError('Invalid UTF-8 string in BSON document'); + } + break; + } + } + } + return value; +} +//# sourceMappingURL=deserializer.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/parser/deserializer.js.map b/node_modules/bson/lib/parser/deserializer.js.map new file mode 100644 index 000000000..fc65ae3bd --- /dev/null +++ b/node_modules/bson/lib/parser/deserializer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"deserializer.js","sourceRoot":"","sources":["../../src/parser/deserializer.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/parser/serializer.js b/node_modules/bson/lib/parser/serializer.js new file mode 100644 index 000000000..d99ca9611 --- /dev/null +++ b/node_modules/bson/lib/parser/serializer.js @@ -0,0 +1,867 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.serializeInto = void 0; +var binary_1 = require("../binary"); +var constants = require("../constants"); +var ensure_buffer_1 = require("../ensure_buffer"); +var error_1 = require("../error"); +var extended_json_1 = require("../extended_json"); +var long_1 = require("../long"); +var map_1 = require("../map"); +var utils_1 = require("./utils"); +var regexp = /\x00/; // eslint-disable-line no-control-regex +var ignoreKeys = new Set(['$db', '$ref', '$id', '$clusterTime']); +/* + * isArray indicates if we are writing to a BSON array (type 0x04) + * which forces the "key" which really an array index as a string to be written as ascii + * This will catch any errors in index as a string generation + */ +function serializeString(buffer, key, value, index, isArray) { + // Encode String type + buffer[index++] = constants.BSON_DATA_STRING; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes + 1; + buffer[index - 1] = 0; + // Write the string + var size = buffer.write(value, index + 4, undefined, 'utf8'); + // Write the size of the string to buffer + buffer[index + 3] = ((size + 1) >> 24) & 0xff; + buffer[index + 2] = ((size + 1) >> 16) & 0xff; + buffer[index + 1] = ((size + 1) >> 8) & 0xff; + buffer[index] = (size + 1) & 0xff; + // Update index + index = index + 4 + size; + // Write zero + buffer[index++] = 0; + return index; +} +var SPACE_FOR_FLOAT64 = new Uint8Array(8); +var DV_FOR_FLOAT64 = new DataView(SPACE_FOR_FLOAT64.buffer, SPACE_FOR_FLOAT64.byteOffset, SPACE_FOR_FLOAT64.byteLength); +function serializeNumber(buffer, key, value, index, isArray) { + // We have an integer value + // TODO(NODE-2529): Add support for big int + if (Number.isInteger(value) && + value >= constants.BSON_INT32_MIN && + value <= constants.BSON_INT32_MAX) { + // If the value fits in 32 bits encode as int32 + // Set int type 32 bits or less + buffer[index++] = constants.BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + } + else { + // Encode as double + buffer[index++] = constants.BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + } + return index; +} +function serializeNull(buffer, key, _, index, isArray) { + // Set long type + buffer[index++] = constants.BSON_DATA_NULL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} +function serializeBoolean(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_BOOLEAN; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Encode the boolean value + buffer[index++] = value ? 1 : 0; + return index; +} +function serializeDate(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_DATE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var dateInMilis = long_1.Long.fromNumber(value.getTime()); + var lowBits = dateInMilis.getLowBits(); + var highBits = dateInMilis.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} +function serializeRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + if (value.source && value.source.match(regexp) != null) { + throw Error('value ' + value.source + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.source, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the parameters + if (value.ignoreCase) + buffer[index++] = 0x69; // i + if (value.global) + buffer[index++] = 0x73; // s + if (value.multiline) + buffer[index++] = 0x6d; // m + // Add ending zero + buffer[index++] = 0x00; + return index; +} +function serializeBSONRegExp(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_REGEXP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Check the pattern for 0 bytes + if (value.pattern.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('pattern ' + value.pattern + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.pattern, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the options + index = index + buffer.write(value.options.split('').sort().join(''), index, undefined, 'utf8'); + // Add ending zero + buffer[index++] = 0x00; + return index; +} +function serializeMinMax(buffer, key, value, index, isArray) { + // Write the type of either min or max key + if (value === null) { + buffer[index++] = constants.BSON_DATA_NULL; + } + else if (value._bsontype === 'MinKey') { + buffer[index++] = constants.BSON_DATA_MIN_KEY; + } + else { + buffer[index++] = constants.BSON_DATA_MAX_KEY; + } + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} +function serializeObjectId(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_OID; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the objectId into the shared buffer + if (typeof value.id === 'string') { + buffer.write(value.id, index, undefined, 'binary'); + } + else if ((0, utils_1.isUint8Array)(value.id)) { + // Use the standard JS methods here because buffer.copy() is buggy with the + // browser polyfill + buffer.set(value.id.subarray(0, 12), index); + } + else { + throw new error_1.BSONTypeError('object [' + JSON.stringify(value) + '] is not a valid ObjectId'); + } + // Adjust index + return index + 12; +} +function serializeBuffer(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Get size of the buffer (current write point) + var size = value.length; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the default subtype + buffer[index++] = constants.BSON_BINARY_SUBTYPE_DEFAULT; + // Copy the content form the binary field to the buffer + buffer.set((0, ensure_buffer_1.ensureBuffer)(value), index); + // Adjust the index + index = index + size; + return index; +} +function serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (path === void 0) { path = []; } + for (var i = 0; i < path.length; i++) { + if (path[i] === value) + throw new error_1.BSONError('cyclic dependency detected'); + } + // Push value to stack + path.push(value); + // Write the type + buffer[index++] = Array.isArray(value) ? constants.BSON_DATA_ARRAY : constants.BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var endIndex = serializeInto(buffer, value, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined, path); + // Pop stack + path.pop(); + return endIndex; +} +function serializeDecimal128(buffer, key, value, index, isArray) { + buffer[index++] = constants.BSON_DATA_DECIMAL128; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the data from the value + // Prefer the standard JS methods because their typechecking is not buggy, + // unlike the `buffer` polyfill's. + buffer.set(value.bytes.subarray(0, 16), index); + return index + 16; +} +function serializeLong(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = + value._bsontype === 'Long' ? constants.BSON_DATA_LONG : constants.BSON_DATA_TIMESTAMP; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + var lowBits = value.getLowBits(); + var highBits = value.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} +function serializeInt32(buffer, key, value, index, isArray) { + value = value.valueOf(); + // Set int type 32 bits or less + buffer[index++] = constants.BSON_DATA_INT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + return index; +} +function serializeDouble(buffer, key, value, index, isArray) { + // Encode as double + buffer[index++] = constants.BSON_DATA_NUMBER; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value.value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + return index; +} +function serializeFunction(buffer, key, value, index, _checkKeys, _depth, isArray) { + if (_checkKeys === void 0) { _checkKeys = false; } + if (_depth === void 0) { _depth = 0; } + buffer[index++] = constants.BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = (0, utils_1.normalizedFunctionString)(value); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + return index; +} +function serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, isArray) { + if (checkKeys === void 0) { checkKeys = false; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (isArray === void 0) { isArray = false; } + if (value.scope && typeof value.scope === 'object') { + // Write the type + buffer[index++] = constants.BSON_DATA_CODE_W_SCOPE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Starting index + var startIndex = index; + // Serialize the function + // Get the function string + var functionString = typeof value.code === 'string' ? value.code : value.code.toString(); + // Index adjustment + index = index + 4; + // Write string into buffer + var codeSize = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = codeSize & 0xff; + buffer[index + 1] = (codeSize >> 8) & 0xff; + buffer[index + 2] = (codeSize >> 16) & 0xff; + buffer[index + 3] = (codeSize >> 24) & 0xff; + // Write end 0 + buffer[index + 4 + codeSize - 1] = 0; + // Write the + index = index + codeSize + 4; + // + // Serialize the scope value + var endIndex = serializeInto(buffer, value.scope, checkKeys, index, depth + 1, serializeFunctions, ignoreUndefined); + index = endIndex - 1; + // Writ the total + var totalSize = endIndex - startIndex; + // Write the total size of the object + buffer[startIndex++] = totalSize & 0xff; + buffer[startIndex++] = (totalSize >> 8) & 0xff; + buffer[startIndex++] = (totalSize >> 16) & 0xff; + buffer[startIndex++] = (totalSize >> 24) & 0xff; + // Write trailing zero + buffer[index++] = 0; + } + else { + buffer[index++] = constants.BSON_DATA_CODE; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + var functionString = value.code.toString(); + // Write the string + var size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + } + return index; +} +function serializeBinary(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_BINARY; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Extract the buffer + var data = value.value(true); + // Calculate size + var size = value.position; + // Add the deprecated 02 type 4 bytes of size to total + if (value.sub_type === binary_1.Binary.SUBTYPE_BYTE_ARRAY) + size = size + 4; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the subtype to the buffer + buffer[index++] = value.sub_type; + // If we have binary type 2 the 4 first bytes are the size + if (value.sub_type === binary_1.Binary.SUBTYPE_BYTE_ARRAY) { + size = size - 4; + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + } + // Write the data to the object + buffer.set(data, index); + // Adjust the index + index = index + value.position; + return index; +} +function serializeSymbol(buffer, key, value, index, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_SYMBOL; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the string + var size = buffer.write(value.value, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0x00; + return index; +} +function serializeDBRef(buffer, key, value, index, depth, serializeFunctions, isArray) { + // Write the type + buffer[index++] = constants.BSON_DATA_OBJECT; + // Number of written bytes + var numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + var startIndex = index; + var output = { + $ref: value.collection || value.namespace, + $id: value.oid + }; + if (value.db != null) { + output.$db = value.db; + } + output = Object.assign(output, value.fields); + var endIndex = serializeInto(buffer, output, false, index, depth + 1, serializeFunctions); + // Calculate object size + var size = endIndex - startIndex; + // Write the size + buffer[startIndex++] = size & 0xff; + buffer[startIndex++] = (size >> 8) & 0xff; + buffer[startIndex++] = (size >> 16) & 0xff; + buffer[startIndex++] = (size >> 24) & 0xff; + // Set index + return endIndex; +} +function serializeInto(buffer, object, checkKeys, startingIndex, depth, serializeFunctions, ignoreUndefined, path) { + if (checkKeys === void 0) { checkKeys = false; } + if (startingIndex === void 0) { startingIndex = 0; } + if (depth === void 0) { depth = 0; } + if (serializeFunctions === void 0) { serializeFunctions = false; } + if (ignoreUndefined === void 0) { ignoreUndefined = true; } + if (path === void 0) { path = []; } + startingIndex = startingIndex || 0; + path = path || []; + // Push the object to the path + path.push(object); + // Start place to serialize into + var index = startingIndex + 4; + // Special case isArray + if (Array.isArray(object)) { + // Get object keys + for (var i = 0; i < object.length; i++) { + var key = "".concat(i); + var value = object[i]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + if (typeof value === 'string') { + index = serializeString(buffer, key, value, index, true); + } + else if (typeof value === 'number') { + index = serializeNumber(buffer, key, value, index, true); + } + else if (typeof value === 'bigint') { + throw new error_1.BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (typeof value === 'boolean') { + index = serializeBoolean(buffer, key, value, index, true); + } + else if (value instanceof Date || (0, utils_1.isDate)(value)) { + index = serializeDate(buffer, key, value, index, true); + } + else if (value === undefined) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index, true); + } + else if ((0, utils_1.isUint8Array)(value)) { + index = serializeBuffer(buffer, key, value, index, true); + } + else if (value instanceof RegExp || (0, utils_1.isRegExp)(value)) { + index = serializeRegExp(buffer, key, value, index, true); + } + else if (typeof value === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true, path); + } + else if (typeof value === 'object' && + (0, extended_json_1.isBSONType)(value) && + value._bsontype === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index, true); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, true); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, true); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions, true); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index, true); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index, true); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new error_1.BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else if (object instanceof map_1.Map || (0, utils_1.isMap)(object)) { + var iterator = object.entries(); + var done = false; + while (!done) { + // Unpack the next entry + var entry = iterator.next(); + done = !!entry.done; + // Are we done, then skip and terminate + if (done) + continue; + // Get the entry values + var key = entry.value[0]; + var value = entry.value[1]; + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint' || (0, utils_1.isBigInt64Array)(value) || (0, utils_1.isBigUInt64Array)(value)) { + throw new error_1.BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || (0, utils_1.isDate)(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === null || (value === undefined && ignoreUndefined === false)) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if ((0, utils_1.isUint8Array)(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || (0, utils_1.isRegExp)(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new error_1.BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + else { + if (typeof (object === null || object === void 0 ? void 0 : object.toBSON) === 'function') { + // Provided a custom serialization method + object = object.toBSON(); + if (object != null && typeof object !== 'object') { + throw new error_1.BSONTypeError('toBSON function did not return an object'); + } + } + // Iterate over all the keys + for (var key in object) { + var value = object[key]; + // Is there an override value + if (typeof (value === null || value === void 0 ? void 0 : value.toBSON) === 'function') { + value = value.toBSON(); + } + // Check the type of the value + var type = typeof value; + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } + else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } + else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } + else if (type === 'bigint') { + throw new error_1.BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } + else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } + else if (value instanceof Date || (0, utils_1.isDate)(value)) { + index = serializeDate(buffer, key, value, index); + } + else if (value === undefined) { + if (ignoreUndefined === false) + index = serializeNull(buffer, key, value, index); + } + else if (value === null) { + index = serializeNull(buffer, key, value, index); + } + else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } + else if ((0, utils_1.isUint8Array)(value)) { + index = serializeBuffer(buffer, key, value, index); + } + else if (value instanceof RegExp || (0, utils_1.isRegExp)(value)) { + index = serializeRegExp(buffer, key, value, index); + } + else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined, false, path); + } + else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Code') { + index = serializeCode(buffer, key, value, index, checkKeys, depth, serializeFunctions, ignoreUndefined); + } + else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } + else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } + else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } + else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } + else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } + else if (typeof value['_bsontype'] !== 'undefined') { + throw new error_1.BSONTypeError("Unrecognized or invalid _bsontype: ".concat(String(value['_bsontype']))); + } + } + } + // Remove the path + path.pop(); + // Final padding byte for object + buffer[index++] = 0x00; + // Final size + var size = index - startingIndex; + // Write the size of the object + buffer[startingIndex++] = size & 0xff; + buffer[startingIndex++] = (size >> 8) & 0xff; + buffer[startingIndex++] = (size >> 16) & 0xff; + buffer[startingIndex++] = (size >> 24) & 0xff; + return index; +} +exports.serializeInto = serializeInto; +//# sourceMappingURL=serializer.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/parser/serializer.js.map b/node_modules/bson/lib/parser/serializer.js.map new file mode 100644 index 000000000..3261fd40f --- /dev/null +++ b/node_modules/bson/lib/parser/serializer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"serializer.js","sourceRoot":"","sources":["../../src/parser/serializer.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/parser/utils.js b/node_modules/bson/lib/parser/utils.js new file mode 100644 index 000000000..94e8b5fc5 --- /dev/null +++ b/node_modules/bson/lib/parser/utils.js @@ -0,0 +1,115 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.deprecate = exports.isObjectLike = exports.isDate = exports.haveBuffer = exports.isMap = exports.isRegExp = exports.isBigUInt64Array = exports.isBigInt64Array = exports.isUint8Array = exports.isAnyArrayBuffer = exports.randomBytes = exports.normalizedFunctionString = void 0; +var buffer_1 = require("buffer"); +var global_1 = require("../utils/global"); +/** + * Normalizes our expected stringified form of a function across versions of node + * @param fn - The function to stringify + */ +function normalizedFunctionString(fn) { + return fn.toString().replace('function(', 'function ('); +} +exports.normalizedFunctionString = normalizedFunctionString; +function isReactNative() { + var g = (0, global_1.getGlobal)(); + return typeof g.navigator === 'object' && g.navigator.product === 'ReactNative'; +} +var insecureRandomBytes = function insecureRandomBytes(size) { + var insecureWarning = isReactNative() + ? 'BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.' + : 'BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.'; + console.warn(insecureWarning); + var result = buffer_1.Buffer.alloc(size); + for (var i = 0; i < size; ++i) + result[i] = Math.floor(Math.random() * 256); + return result; +}; +var detectRandomBytes = function () { + if (process.browser) { + if (typeof window !== 'undefined') { + // browser crypto implementation(s) + var target_1 = window.crypto || window.msCrypto; // allow for IE11 + if (target_1 && target_1.getRandomValues) { + return function (size) { return target_1.getRandomValues(buffer_1.Buffer.alloc(size)); }; + } + } + if (typeof global !== 'undefined' && global.crypto && global.crypto.getRandomValues) { + // allow for RN packages such as https://www.npmjs.com/package/react-native-get-random-values to populate global + return function (size) { return global.crypto.getRandomValues(buffer_1.Buffer.alloc(size)); }; + } + return insecureRandomBytes; + } + else { + var requiredRandomBytes = void 0; + try { + requiredRandomBytes = require('crypto').randomBytes; + } + catch (e) { + // keep the fallback + } + // NOTE: in transpiled cases the above require might return null/undefined + return requiredRandomBytes || insecureRandomBytes; + } +}; +exports.randomBytes = detectRandomBytes(); +function isAnyArrayBuffer(value) { + return ['[object ArrayBuffer]', '[object SharedArrayBuffer]'].includes(Object.prototype.toString.call(value)); +} +exports.isAnyArrayBuffer = isAnyArrayBuffer; +function isUint8Array(value) { + return Object.prototype.toString.call(value) === '[object Uint8Array]'; +} +exports.isUint8Array = isUint8Array; +function isBigInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigInt64Array]'; +} +exports.isBigInt64Array = isBigInt64Array; +function isBigUInt64Array(value) { + return Object.prototype.toString.call(value) === '[object BigUint64Array]'; +} +exports.isBigUInt64Array = isBigUInt64Array; +function isRegExp(d) { + return Object.prototype.toString.call(d) === '[object RegExp]'; +} +exports.isRegExp = isRegExp; +function isMap(d) { + return Object.prototype.toString.call(d) === '[object Map]'; +} +exports.isMap = isMap; +/** Call to check if your environment has `Buffer` */ +function haveBuffer() { + return typeof global !== 'undefined' && typeof global.Buffer !== 'undefined'; +} +exports.haveBuffer = haveBuffer; +// To ensure that 0.4 of node works correctly +function isDate(d) { + return isObjectLike(d) && Object.prototype.toString.call(d) === '[object Date]'; +} +exports.isDate = isDate; +/** + * @internal + * this is to solve the `'someKey' in x` problem where x is unknown. + * https://github.com/typescript-eslint/typescript-eslint/issues/1071#issuecomment-541955753 + */ +function isObjectLike(candidate) { + return typeof candidate === 'object' && candidate !== null; +} +exports.isObjectLike = isObjectLike; +function deprecate(fn, message) { + var warned = false; + function deprecated() { + var args = []; + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + if (!warned) { + console.warn(message); + warned = true; + } + return fn.apply(this, args); + } + return deprecated; +} +exports.deprecate = deprecate; +//# sourceMappingURL=utils.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/parser/utils.js.map b/node_modules/bson/lib/parser/utils.js.map new file mode 100644 index 000000000..6eba4a9bd --- /dev/null +++ b/node_modules/bson/lib/parser/utils.js.map @@ -0,0 +1 @@ +{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/parser/utils.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/regexp.js b/node_modules/bson/lib/regexp.js new file mode 100644 index 000000000..bc1f230cc --- /dev/null +++ b/node_modules/bson/lib/regexp.js @@ -0,0 +1,74 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.BSONRegExp = void 0; +var error_1 = require("./error"); +function alphabetize(str) { + return str.split('').sort().join(''); +} +/** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ +var BSONRegExp = /** @class */ (function () { + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + function BSONRegExp(pattern, options) { + if (!(this instanceof BSONRegExp)) + return new BSONRegExp(pattern, options); + this.pattern = pattern; + this.options = alphabetize(options !== null && options !== void 0 ? options : ''); + if (this.pattern.indexOf('\x00') !== -1) { + throw new error_1.BSONError("BSON Regex patterns cannot contain null bytes, found: ".concat(JSON.stringify(this.pattern))); + } + if (this.options.indexOf('\x00') !== -1) { + throw new error_1.BSONError("BSON Regex options cannot contain null bytes, found: ".concat(JSON.stringify(this.options))); + } + // Validate options + for (var i = 0; i < this.options.length; i++) { + if (!(this.options[i] === 'i' || + this.options[i] === 'm' || + this.options[i] === 'x' || + this.options[i] === 'l' || + this.options[i] === 's' || + this.options[i] === 'u')) { + throw new error_1.BSONError("The regular expression option [".concat(this.options[i], "] is not supported")); + } + } + } + BSONRegExp.parseOptions = function (options) { + return options ? options.split('').sort().join('') : ''; + }; + /** @internal */ + BSONRegExp.prototype.toExtendedJSON = function (options) { + options = options || {}; + if (options.legacy) { + return { $regex: this.pattern, $options: this.options }; + } + return { $regularExpression: { pattern: this.pattern, options: this.options } }; + }; + /** @internal */ + BSONRegExp.fromExtendedJSON = function (doc) { + if ('$regex' in doc) { + if (typeof doc.$regex !== 'string') { + // This is for $regex query operators that have extended json values. + if (doc.$regex._bsontype === 'BSONRegExp') { + return doc; + } + } + else { + return new BSONRegExp(doc.$regex, BSONRegExp.parseOptions(doc.$options)); + } + } + if ('$regularExpression' in doc) { + return new BSONRegExp(doc.$regularExpression.pattern, BSONRegExp.parseOptions(doc.$regularExpression.options)); + } + throw new error_1.BSONTypeError("Unexpected BSONRegExp EJSON object form: ".concat(JSON.stringify(doc))); + }; + return BSONRegExp; +}()); +exports.BSONRegExp = BSONRegExp; +Object.defineProperty(BSONRegExp.prototype, '_bsontype', { value: 'BSONRegExp' }); +//# sourceMappingURL=regexp.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/regexp.js.map b/node_modules/bson/lib/regexp.js.map new file mode 100644 index 000000000..134381759 --- /dev/null +++ b/node_modules/bson/lib/regexp.js.map @@ -0,0 +1 @@ +{"version":3,"file":"regexp.js","sourceRoot":"","sources":["../src/regexp.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bson/lib/symbol.js b/node_modules/bson/lib/symbol.js new file mode 100644 index 000000000..cad93173f --- /dev/null +++ b/node_modules/bson/lib/symbol.js @@ -0,0 +1,48 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.BSONSymbol = void 0; +/** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ +var BSONSymbol = /** @class */ (function () { + /** + * @param value - the string representing the symbol. + */ + function BSONSymbol(value) { + if (!(this instanceof BSONSymbol)) + return new BSONSymbol(value); + this.value = value; + } + /** Access the wrapped string value. */ + BSONSymbol.prototype.valueOf = function () { + return this.value; + }; + BSONSymbol.prototype.toString = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.inspect = function () { + return "new BSONSymbol(\"".concat(this.value, "\")"); + }; + BSONSymbol.prototype.toJSON = function () { + return this.value; + }; + /** @internal */ + BSONSymbol.prototype.toExtendedJSON = function () { + return { $symbol: this.value }; + }; + /** @internal */ + BSONSymbol.fromExtendedJSON = function (doc) { + return new BSONSymbol(doc.$symbol); + }; + /** @internal */ + BSONSymbol.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + return BSONSymbol; +}()); +exports.BSONSymbol = BSONSymbol; +Object.defineProperty(BSONSymbol.prototype, '_bsontype', { value: 'Symbol' }); +//# sourceMappingURL=symbol.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/symbol.js.map b/node_modules/bson/lib/symbol.js.map new file mode 100644 index 000000000..3662444d7 --- /dev/null +++ b/node_modules/bson/lib/symbol.js.map @@ -0,0 +1 @@ +{"version":3,"file":"symbol.js","sourceRoot":"","sources":["../src/symbol.ts"],"names":[],"mappings":";;;AAKA;;;;GAIG;AACH;IAIE;;OAEG;IACH,oBAAY,KAAa;QACvB,IAAI,CAAC,CAAC,IAAI,YAAY,UAAU,CAAC;YAAE,OAAO,IAAI,UAAU,CAAC,KAAK,CAAC,CAAC;QAEhE,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;IACrB,CAAC;IAED,uCAAuC;IACvC,4BAAO,GAAP;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,6BAAQ,GAAR;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,gBAAgB;IAChB,4BAAO,GAAP;QACE,OAAO,2BAAmB,IAAI,CAAC,KAAK,QAAI,CAAC;IAC3C,CAAC;IAED,2BAAM,GAAN;QACE,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,gBAAgB;IAChB,mCAAc,GAAd;QACE,OAAO,EAAE,OAAO,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC;IACjC,CAAC;IAED,gBAAgB;IACT,2BAAgB,GAAvB,UAAwB,GAAuB;QAC7C,OAAO,IAAI,UAAU,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IACrC,CAAC;IAED,gBAAgB;IAChB,qBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IACH,iBAAC;AAAD,CAAC,AA7CD,IA6CC;AA7CY,gCAAU;AA+CvB,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC,SAAS,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/bson/lib/timestamp.js b/node_modules/bson/lib/timestamp.js new file mode 100644 index 000000000..a3a8417c2 --- /dev/null +++ b/node_modules/bson/lib/timestamp.js @@ -0,0 +1,102 @@ +"use strict"; +var __extends = (this && this.__extends) || (function () { + var extendStatics = function (d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + return extendStatics(d, b); + }; + return function (d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; +})(); +Object.defineProperty(exports, "__esModule", { value: true }); +exports.Timestamp = exports.LongWithoutOverridesClass = void 0; +var long_1 = require("./long"); +var utils_1 = require("./parser/utils"); +/** @public */ +exports.LongWithoutOverridesClass = long_1.Long; +/** + * @public + * @category BSONType + * */ +var Timestamp = /** @class */ (function (_super) { + __extends(Timestamp, _super); + function Timestamp(low, high) { + var _this = this; + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-expect-error + if (!(_this instanceof Timestamp)) + return new Timestamp(low, high); + if (long_1.Long.isLong(low)) { + _this = _super.call(this, low.low, low.high, true) || this; + } + else if ((0, utils_1.isObjectLike)(low) && typeof low.t !== 'undefined' && typeof low.i !== 'undefined') { + _this = _super.call(this, low.i, low.t, true) || this; + } + else { + _this = _super.call(this, low, high, true) || this; + } + Object.defineProperty(_this, '_bsontype', { + value: 'Timestamp', + writable: false, + configurable: false, + enumerable: false + }); + return _this; + } + Timestamp.prototype.toJSON = function () { + return { + $timestamp: this.toString() + }; + }; + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + Timestamp.fromInt = function (value) { + return new Timestamp(long_1.Long.fromInt(value, true)); + }; + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + Timestamp.fromNumber = function (value) { + return new Timestamp(long_1.Long.fromNumber(value, true)); + }; + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + Timestamp.fromBits = function (lowBits, highBits) { + return new Timestamp(lowBits, highBits); + }; + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + Timestamp.fromString = function (str, optRadix) { + return new Timestamp(long_1.Long.fromString(str, true, optRadix)); + }; + /** @internal */ + Timestamp.prototype.toExtendedJSON = function () { + return { $timestamp: { t: this.high >>> 0, i: this.low >>> 0 } }; + }; + /** @internal */ + Timestamp.fromExtendedJSON = function (doc) { + return new Timestamp(doc.$timestamp); + }; + /** @internal */ + Timestamp.prototype[Symbol.for('nodejs.util.inspect.custom')] = function () { + return this.inspect(); + }; + Timestamp.prototype.inspect = function () { + return "new Timestamp({ t: ".concat(this.getHighBits(), ", i: ").concat(this.getLowBits(), " })"); + }; + Timestamp.MAX_VALUE = long_1.Long.MAX_UNSIGNED_VALUE; + return Timestamp; +}(exports.LongWithoutOverridesClass)); +exports.Timestamp = Timestamp; +//# sourceMappingURL=timestamp.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/timestamp.js.map b/node_modules/bson/lib/timestamp.js.map new file mode 100644 index 000000000..e1a8bef95 --- /dev/null +++ b/node_modules/bson/lib/timestamp.js.map @@ -0,0 +1 @@ +{"version":3,"file":"timestamp.js","sourceRoot":"","sources":["../src/timestamp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAAA,+BAA8B;AAC9B,wCAA8C;AAQ9C,cAAc;AACD,QAAA,yBAAyB,GACpC,WAAuC,CAAC;AAU1C;;;KAGK;AACL;IAA+B,6BAAyB;IAmBtD,mBAAY,GAA6C,EAAE,IAAa;QAAxE,iBAkBC;QAjBC,6DAA6D;QAC7D,mBAAmB;QACnB,IAAI,CAAC,CAAC,KAAI,YAAY,SAAS,CAAC;YAAE,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC;QAElE,IAAI,WAAI,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE;YACpB,QAAA,kBAAM,GAAG,CAAC,GAAG,EAAE,GAAG,CAAC,IAAI,EAAE,IAAI,CAAC,SAAC;SAChC;aAAM,IAAI,IAAA,oBAAY,EAAC,GAAG,CAAC,IAAI,OAAO,GAAG,CAAC,CAAC,KAAK,WAAW,IAAI,OAAO,GAAG,CAAC,CAAC,KAAK,WAAW,EAAE;YAC5F,QAAA,kBAAM,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,SAAC;SAC3B;aAAM;YACL,QAAA,kBAAM,GAAG,EAAE,IAAI,EAAE,IAAI,CAAC,SAAC;SACxB;QACD,MAAM,CAAC,cAAc,CAAC,KAAI,EAAE,WAAW,EAAE;YACvC,KAAK,EAAE,WAAW;YAClB,QAAQ,EAAE,KAAK;YACf,YAAY,EAAE,KAAK;YACnB,UAAU,EAAE,KAAK;SAClB,CAAC,CAAC;;IACL,CAAC;IAED,0BAAM,GAAN;QACE,OAAO;YACL,UAAU,EAAE,IAAI,CAAC,QAAQ,EAAE;SAC5B,CAAC;IACJ,CAAC;IAED,2EAA2E;IACpE,iBAAO,GAAd,UAAe,KAAa;QAC1B,OAAO,IAAI,SAAS,CAAC,WAAI,CAAC,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;IAClD,CAAC;IAED,iIAAiI;IAC1H,oBAAU,GAAjB,UAAkB,KAAa;QAC7B,OAAO,IAAI,SAAS,CAAC,WAAI,CAAC,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC,CAAC;IACrD,CAAC;IAED;;;;;OAKG;IACI,kBAAQ,GAAf,UAAgB,OAAe,EAAE,QAAgB;QAC/C,OAAO,IAAI,SAAS,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IAC1C,CAAC;IAED;;;;;OAKG;IACI,oBAAU,GAAjB,UAAkB,GAAW,EAAE,QAAgB;QAC7C,OAAO,IAAI,SAAS,CAAC,WAAI,CAAC,UAAU,CAAC,GAAG,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC;IAC7D,CAAC;IAED,gBAAgB;IAChB,kCAAc,GAAd;QACE,OAAO,EAAE,UAAU,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,EAAE,EAAE,CAAC;IACnE,CAAC;IAED,gBAAgB;IACT,0BAAgB,GAAvB,UAAwB,GAAsB;QAC5C,OAAO,IAAI,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACvC,CAAC;IAED,gBAAgB;IAChB,oBAAC,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC,GAA1C;QACE,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;IACxB,CAAC;IAED,2BAAO,GAAP;QACE,OAAO,6BAAsB,IAAI,CAAC,WAAW,EAAE,kBAAQ,IAAI,CAAC,UAAU,EAAE,QAAK,CAAC;IAChF,CAAC;IAzFe,mBAAS,GAAG,WAAI,CAAC,kBAAkB,CAAC;IA0FtD,gBAAC;CAAA,AA7FD,CAA+B,iCAAyB,GA6FvD;AA7FY,8BAAS"} \ No newline at end of file diff --git a/node_modules/bson/lib/utils/global.js b/node_modules/bson/lib/utils/global.js new file mode 100644 index 000000000..f4bf44405 --- /dev/null +++ b/node_modules/bson/lib/utils/global.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.getGlobal = void 0; +function checkForMath(potentialGlobal) { + // eslint-disable-next-line eqeqeq + return potentialGlobal && potentialGlobal.Math == Math && potentialGlobal; +} +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +function getGlobal() { + return (checkForMath(typeof globalThis === 'object' && globalThis) || + checkForMath(typeof window === 'object' && window) || + checkForMath(typeof self === 'object' && self) || + checkForMath(typeof global === 'object' && global) || + // eslint-disable-next-line @typescript-eslint/no-implied-eval + Function('return this')()); +} +exports.getGlobal = getGlobal; +//# sourceMappingURL=global.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/utils/global.js.map b/node_modules/bson/lib/utils/global.js.map new file mode 100644 index 000000000..9d4ad7995 --- /dev/null +++ b/node_modules/bson/lib/utils/global.js.map @@ -0,0 +1 @@ +{"version":3,"file":"global.js","sourceRoot":"","sources":["../../src/utils/global.ts"],"names":[],"mappings":";;;AAMA,SAAS,YAAY,CAAC,eAAoB;IACxC,kCAAkC;IAClC,OAAO,eAAe,IAAI,eAAe,CAAC,IAAI,IAAI,IAAI,IAAI,eAAe,CAAC;AAC5E,CAAC;AAED,uEAAuE;AACvE,SAAgB,SAAS;IACvB,OAAO,CACL,YAAY,CAAC,OAAO,UAAU,KAAK,QAAQ,IAAI,UAAU,CAAC;QAC1D,YAAY,CAAC,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,CAAC;QAClD,YAAY,CAAC,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC;QAC9C,YAAY,CAAC,OAAO,MAAM,KAAK,QAAQ,IAAI,MAAM,CAAC;QAClD,8DAA8D;QAC9D,QAAQ,CAAC,aAAa,CAAC,EAAE,CAC1B,CAAC;AACJ,CAAC;AATD,8BASC"} \ No newline at end of file diff --git a/node_modules/bson/lib/uuid_utils.js b/node_modules/bson/lib/uuid_utils.js new file mode 100644 index 000000000..bb1f8b7e6 --- /dev/null +++ b/node_modules/bson/lib/uuid_utils.js @@ -0,0 +1,35 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.bufferToUuidHexString = exports.uuidHexStringToBuffer = exports.uuidValidateString = void 0; +var buffer_1 = require("buffer"); +var error_1 = require("./error"); +// Validation regex for v4 uuid (validates with or without dashes) +var VALIDATION_REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i; +var uuidValidateString = function (str) { + return typeof str === 'string' && VALIDATION_REGEX.test(str); +}; +exports.uuidValidateString = uuidValidateString; +var uuidHexStringToBuffer = function (hexString) { + if (!(0, exports.uuidValidateString)(hexString)) { + throw new error_1.BSONTypeError('UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".'); + } + var sanitizedHexString = hexString.replace(/-/g, ''); + return buffer_1.Buffer.from(sanitizedHexString, 'hex'); +}; +exports.uuidHexStringToBuffer = uuidHexStringToBuffer; +var bufferToUuidHexString = function (buffer, includeDashes) { + if (includeDashes === void 0) { includeDashes = true; } + return includeDashes + ? buffer.toString('hex', 0, 4) + + '-' + + buffer.toString('hex', 4, 6) + + '-' + + buffer.toString('hex', 6, 8) + + '-' + + buffer.toString('hex', 8, 10) + + '-' + + buffer.toString('hex', 10, 16) + : buffer.toString('hex'); +}; +exports.bufferToUuidHexString = bufferToUuidHexString; +//# sourceMappingURL=uuid_utils.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/uuid_utils.js.map b/node_modules/bson/lib/uuid_utils.js.map new file mode 100644 index 000000000..f388ec318 --- /dev/null +++ b/node_modules/bson/lib/uuid_utils.js.map @@ -0,0 +1 @@ +{"version":3,"file":"uuid_utils.js","sourceRoot":"","sources":["../src/uuid_utils.ts"],"names":[],"mappings":";;;AAAA,iCAAgC;AAChC,iCAAwC;AAExC,kEAAkE;AAClE,IAAM,gBAAgB,GACpB,uHAAuH,CAAC;AAEnH,IAAM,kBAAkB,GAAG,UAAC,GAAW;IAC5C,OAAA,OAAO,GAAG,KAAK,QAAQ,IAAI,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC;AAArD,CAAqD,CAAC;AAD3C,QAAA,kBAAkB,sBACyB;AAEjD,IAAM,qBAAqB,GAAG,UAAC,SAAiB;IACrD,IAAI,CAAC,IAAA,0BAAkB,EAAC,SAAS,CAAC,EAAE;QAClC,MAAM,IAAI,qBAAa,CACrB,uLAAuL,CACxL,CAAC;KACH;IAED,IAAM,kBAAkB,GAAG,SAAS,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;IACvD,OAAO,eAAM,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;AAChD,CAAC,CAAC;AATW,QAAA,qBAAqB,yBAShC;AAEK,IAAM,qBAAqB,GAAG,UAAC,MAAc,EAAE,aAAoB;IAApB,8BAAA,EAAA,oBAAoB;IACxE,OAAA,aAAa;QACX,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;YAC5B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;YAC5B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,CAAC;YAC5B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,CAAC;YAC7B,GAAG;YACH,MAAM,CAAC,QAAQ,CAAC,KAAK,EAAE,EAAE,EAAE,EAAE,CAAC;QAChC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC;AAV1B,CAU0B,CAAC;AAXhB,QAAA,qBAAqB,yBAWL"} \ No newline at end of file diff --git a/node_modules/bson/lib/validate_utf8.js b/node_modules/bson/lib/validate_utf8.js new file mode 100644 index 000000000..ec7801603 --- /dev/null +++ b/node_modules/bson/lib/validate_utf8.js @@ -0,0 +1,47 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.validateUtf8 = void 0; +var FIRST_BIT = 0x80; +var FIRST_TWO_BITS = 0xc0; +var FIRST_THREE_BITS = 0xe0; +var FIRST_FOUR_BITS = 0xf0; +var FIRST_FIVE_BITS = 0xf8; +var TWO_BIT_CHAR = 0xc0; +var THREE_BIT_CHAR = 0xe0; +var FOUR_BIT_CHAR = 0xf0; +var CONTINUING_CHAR = 0x80; +/** + * Determines if the passed in bytes are valid utf8 + * @param bytes - An array of 8-bit bytes. Must be indexable and have length property + * @param start - The index to start validating + * @param end - The index to end validating + */ +function validateUtf8(bytes, start, end) { + var continuation = 0; + for (var i = start; i < end; i += 1) { + var byte = bytes[i]; + if (continuation) { + if ((byte & FIRST_TWO_BITS) !== CONTINUING_CHAR) { + return false; + } + continuation -= 1; + } + else if (byte & FIRST_BIT) { + if ((byte & FIRST_THREE_BITS) === TWO_BIT_CHAR) { + continuation = 1; + } + else if ((byte & FIRST_FOUR_BITS) === THREE_BIT_CHAR) { + continuation = 2; + } + else if ((byte & FIRST_FIVE_BITS) === FOUR_BIT_CHAR) { + continuation = 3; + } + else { + return false; + } + } + } + return !continuation; +} +exports.validateUtf8 = validateUtf8; +//# sourceMappingURL=validate_utf8.js.map \ No newline at end of file diff --git a/node_modules/bson/lib/validate_utf8.js.map b/node_modules/bson/lib/validate_utf8.js.map new file mode 100644 index 000000000..f1e975be0 --- /dev/null +++ b/node_modules/bson/lib/validate_utf8.js.map @@ -0,0 +1 @@ +{"version":3,"file":"validate_utf8.js","sourceRoot":"","sources":["../src/validate_utf8.ts"],"names":[],"mappings":";;;AAAA,IAAM,SAAS,GAAG,IAAI,CAAC;AACvB,IAAM,cAAc,GAAG,IAAI,CAAC;AAC5B,IAAM,gBAAgB,GAAG,IAAI,CAAC;AAC9B,IAAM,eAAe,GAAG,IAAI,CAAC;AAC7B,IAAM,eAAe,GAAG,IAAI,CAAC;AAE7B,IAAM,YAAY,GAAG,IAAI,CAAC;AAC1B,IAAM,cAAc,GAAG,IAAI,CAAC;AAC5B,IAAM,aAAa,GAAG,IAAI,CAAC;AAC3B,IAAM,eAAe,GAAG,IAAI,CAAC;AAE7B;;;;;GAKG;AACH,SAAgB,YAAY,CAC1B,KAAkC,EAClC,KAAa,EACb,GAAW;IAEX,IAAI,YAAY,GAAG,CAAC,CAAC;IAErB,KAAK,IAAI,CAAC,GAAG,KAAK,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE;QACnC,IAAM,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;QAEtB,IAAI,YAAY,EAAE;YAChB,IAAI,CAAC,IAAI,GAAG,cAAc,CAAC,KAAK,eAAe,EAAE;gBAC/C,OAAO,KAAK,CAAC;aACd;YACD,YAAY,IAAI,CAAC,CAAC;SACnB;aAAM,IAAI,IAAI,GAAG,SAAS,EAAE;YAC3B,IAAI,CAAC,IAAI,GAAG,gBAAgB,CAAC,KAAK,YAAY,EAAE;gBAC9C,YAAY,GAAG,CAAC,CAAC;aAClB;iBAAM,IAAI,CAAC,IAAI,GAAG,eAAe,CAAC,KAAK,cAAc,EAAE;gBACtD,YAAY,GAAG,CAAC,CAAC;aAClB;iBAAM,IAAI,CAAC,IAAI,GAAG,eAAe,CAAC,KAAK,aAAa,EAAE;gBACrD,YAAY,GAAG,CAAC,CAAC;aAClB;iBAAM;gBACL,OAAO,KAAK,CAAC;aACd;SACF;KACF;IAED,OAAO,CAAC,YAAY,CAAC;AACvB,CAAC;AA7BD,oCA6BC"} \ No newline at end of file diff --git a/node_modules/bson/package.json b/node_modules/bson/package.json new file mode 100644 index 000000000..c99f58b54 --- /dev/null +++ b/node_modules/bson/package.json @@ -0,0 +1,116 @@ +{ + "name": "bson", + "description": "A bson parser for node.js and the browser", + "keywords": [ + "mongodb", + "bson", + "parser" + ], + "files": [ + "lib", + "src", + "dist", + "bson.d.ts", + "etc/prepare.js", + "bower.json" + ], + "types": "bson.d.ts", + "version": "4.7.1", + "author": { + "name": "The MongoDB NodeJS Team", + "email": "dbx-node@mongodb.com" + }, + "license": "Apache-2.0", + "contributors": [], + "repository": "mongodb/js-bson", + "bugs": { + "url": "https://jira.mongodb.org/projects/NODE/issues/" + }, + "devDependencies": { + "@babel/plugin-external-helpers": "^7.10.4", + "@babel/preset-env": "^7.11.0", + "@istanbuljs/nyc-config-typescript": "^1.0.1", + "@microsoft/api-extractor": "^7.28.0", + "@rollup/plugin-babel": "^5.2.0", + "@rollup/plugin-commonjs": "^15.0.0", + "@rollup/plugin-json": "^4.1.0", + "@rollup/plugin-node-resolve": "^9.0.0", + "@rollup/plugin-replace": "^4.0.0", + "@rollup/plugin-typescript": "^6.0.0", + "@types/node": "^18.0.0", + "@typescript-eslint/eslint-plugin": "^5.30.0", + "@typescript-eslint/parser": "^5.30.0", + "array-includes": "^3.1.3", + "array.prototype.flatmap": "^1.3.0", + "benchmark": "^2.1.4", + "chai": "^4.2.0", + "eslint": "^8.18.0", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.1.0", + "eslint-plugin-tsdoc": "^0.2.16", + "karma": "^6.3.4", + "karma-chai": "^0.1.0", + "karma-chrome-launcher": "^3.1.0", + "karma-mocha": "^2.0.1", + "karma-mocha-reporter": "^2.2.5", + "karma-rollup-preprocessor": "^7.0.5", + "mocha": "5.2.0", + "node-fetch": "^2.6.1", + "nyc": "^15.1.0", + "object.entries": "^1.1.5", + "prettier": "^2.7.1", + "rimraf": "^3.0.2", + "rollup": "^2.26.5", + "rollup-plugin-commonjs": "^10.1.0", + "rollup-plugin-node-globals": "^1.4.0", + "rollup-plugin-node-polyfills": "^0.2.1", + "rollup-plugin-polyfill-node": "^0.7.0", + "standard-version": "^9.5.0", + "ts-node": "^9.0.0", + "tsd": "^0.21.0", + "typescript": "^4.7.4", + "typescript-cached-transpile": "0.0.6", + "uuid": "^8.3.2" + }, + "tsd": { + "directory": "test/types", + "compilerOptions": { + "strict": true, + "target": "esnext", + "module": "commonjs", + "moduleResolution": "node" + } + }, + "config": { + "native": false + }, + "main": "lib/bson.js", + "module": "dist/bson.esm.js", + "browser": { + "./lib/bson.js": "./dist/bson.browser.umd.js", + "./dist/bson.esm.js": "./dist/bson.browser.esm.js" + }, + "engines": { + "node": ">=6.9.0" + }, + "scripts": { + "docs": "typedoc", + "test": "npm run build && npm run test-node && npm run test-browser", + "test-node": "mocha test/node test/*_tests.js", + "test-tsd": "npm run build:dts && tsd", + "test-browser": "node --max-old-space-size=4096 ./node_modules/.bin/karma start karma.conf.js", + "build:ts": "tsc", + "build:dts": "npm run build:ts && api-extractor run --typescript-compiler-folder node_modules/typescript --local && rimraf 'lib/**/*.d.ts*'", + "build:bundle": "rollup -c rollup.config.js", + "build": "npm run build:dts && npm run build:bundle", + "lint": "eslint -v && eslint --ext '.js,.ts' --max-warnings=0 src test && tsc -v && tsc --noEmit && npm run test-tsd", + "format": "eslint --ext '.js,.ts' src test --fix", + "coverage": "nyc npm run test-node", + "coverage:html": "npm run coverage && open ./coverage/index.html", + "prepare": "node etc/prepare.js", + "release": "standard-version -i HISTORY.md" + }, + "dependencies": { + "buffer": "^5.6.0" + } +} diff --git a/node_modules/bson/src/binary.ts b/node_modules/bson/src/binary.ts new file mode 100644 index 000000000..d86275c9a --- /dev/null +++ b/node_modules/bson/src/binary.ts @@ -0,0 +1,481 @@ +import { Buffer } from 'buffer'; +import { ensureBuffer } from './ensure_buffer'; +import { bufferToUuidHexString, uuidHexStringToBuffer, uuidValidateString } from './uuid_utils'; +import { isUint8Array, randomBytes } from './parser/utils'; +import type { EJSONOptions } from './extended_json'; +import { BSONError, BSONTypeError } from './error'; +import { BSON_BINARY_SUBTYPE_UUID_NEW } from './constants'; + +/** @public */ +export type BinarySequence = Uint8Array | Buffer | number[]; + +/** @public */ +export interface BinaryExtendedLegacy { + $type: string; + $binary: string; +} + +/** @public */ +export interface BinaryExtended { + $binary: { + subType: string; + base64: string; + }; +} + +/** + * A class representation of the BSON Binary type. + * @public + * @category BSONType + */ +export class Binary { + _bsontype!: 'Binary'; + + /** + * Binary default subtype + * @internal + */ + private static readonly BSON_BINARY_SUBTYPE_DEFAULT = 0; + + /** Initial buffer default size */ + static readonly BUFFER_SIZE = 256; + /** Default BSON type */ + static readonly SUBTYPE_DEFAULT = 0; + /** Function BSON type */ + static readonly SUBTYPE_FUNCTION = 1; + /** Byte Array BSON type */ + static readonly SUBTYPE_BYTE_ARRAY = 2; + /** Deprecated UUID BSON type @deprecated Please use SUBTYPE_UUID */ + static readonly SUBTYPE_UUID_OLD = 3; + /** UUID BSON type */ + static readonly SUBTYPE_UUID = 4; + /** MD5 BSON type */ + static readonly SUBTYPE_MD5 = 5; + /** Encrypted BSON type */ + static readonly SUBTYPE_ENCRYPTED = 6; + /** Column BSON type */ + static readonly SUBTYPE_COLUMN = 7; + /** User BSON type */ + static readonly SUBTYPE_USER_DEFINED = 128; + + buffer!: Buffer; + sub_type!: number; + position!: number; + + /** + * Create a new Binary instance. + * + * This constructor can accept a string as its first argument. In this case, + * this string will be encoded using ISO-8859-1, **not** using UTF-8. + * This is almost certainly not what you want. Use `new Binary(Buffer.from(string))` + * instead to convert the string to a Buffer using UTF-8 first. + * + * @param buffer - a buffer object containing the binary data. + * @param subType - the option binary type. + */ + constructor(buffer?: string | BinarySequence, subType?: number) { + if (!(this instanceof Binary)) return new Binary(buffer, subType); + + if ( + !(buffer == null) && + !(typeof buffer === 'string') && + !ArrayBuffer.isView(buffer) && + !(buffer instanceof ArrayBuffer) && + !Array.isArray(buffer) + ) { + throw new BSONTypeError( + 'Binary can only be constructed from string, Buffer, TypedArray, or Array' + ); + } + + this.sub_type = subType ?? Binary.BSON_BINARY_SUBTYPE_DEFAULT; + + if (buffer == null) { + // create an empty binary buffer + this.buffer = Buffer.alloc(Binary.BUFFER_SIZE); + this.position = 0; + } else { + if (typeof buffer === 'string') { + // string + this.buffer = Buffer.from(buffer, 'binary'); + } else if (Array.isArray(buffer)) { + // number[] + this.buffer = Buffer.from(buffer); + } else { + // Buffer | TypedArray | ArrayBuffer + this.buffer = ensureBuffer(buffer); + } + + this.position = this.buffer.byteLength; + } + } + + /** + * Updates this binary with byte_value. + * + * @param byteValue - a single byte we wish to write. + */ + put(byteValue: string | number | Uint8Array | Buffer | number[]): void { + // If it's a string and a has more than one character throw an error + if (typeof byteValue === 'string' && byteValue.length !== 1) { + throw new BSONTypeError('only accepts single character String'); + } else if (typeof byteValue !== 'number' && byteValue.length !== 1) + throw new BSONTypeError('only accepts single character Uint8Array or Array'); + + // Decode the byte value once + let decodedByte: number; + if (typeof byteValue === 'string') { + decodedByte = byteValue.charCodeAt(0); + } else if (typeof byteValue === 'number') { + decodedByte = byteValue; + } else { + decodedByte = byteValue[0]; + } + + if (decodedByte < 0 || decodedByte > 255) { + throw new BSONTypeError('only accepts number in a valid unsigned byte range 0-255'); + } + + if (this.buffer.length > this.position) { + this.buffer[this.position++] = decodedByte; + } else { + const buffer = Buffer.alloc(Binary.BUFFER_SIZE + this.buffer.length); + // Combine the two buffers together + this.buffer.copy(buffer, 0, 0, this.buffer.length); + this.buffer = buffer; + this.buffer[this.position++] = decodedByte; + } + } + + /** + * Writes a buffer or string to the binary. + * + * @param sequence - a string or buffer to be written to the Binary BSON object. + * @param offset - specify the binary of where to write the content. + */ + write(sequence: string | BinarySequence, offset: number): void { + offset = typeof offset === 'number' ? offset : this.position; + + // If the buffer is to small let's extend the buffer + if (this.buffer.length < offset + sequence.length) { + const buffer = Buffer.alloc(this.buffer.length + sequence.length); + this.buffer.copy(buffer, 0, 0, this.buffer.length); + + // Assign the new buffer + this.buffer = buffer; + } + + if (ArrayBuffer.isView(sequence)) { + this.buffer.set(ensureBuffer(sequence), offset); + this.position = + offset + sequence.byteLength > this.position ? offset + sequence.length : this.position; + } else if (typeof sequence === 'string') { + this.buffer.write(sequence, offset, sequence.length, 'binary'); + this.position = + offset + sequence.length > this.position ? offset + sequence.length : this.position; + } + } + + /** + * Reads **length** bytes starting at **position**. + * + * @param position - read from the given position in the Binary. + * @param length - the number of bytes to read. + */ + read(position: number, length: number): BinarySequence { + length = length && length > 0 ? length : this.position; + + // Let's return the data based on the type we have + return this.buffer.slice(position, position + length); + } + + /** + * Returns the value of this binary as a string. + * @param asRaw - Will skip converting to a string + * @remarks + * This is handy when calling this function conditionally for some key value pairs and not others + */ + value(asRaw?: boolean): string | BinarySequence { + asRaw = !!asRaw; + + // Optimize to serialize for the situation where the data == size of buffer + if (asRaw && this.buffer.length === this.position) { + return this.buffer; + } + + // If it's a node.js buffer object + if (asRaw) { + return this.buffer.slice(0, this.position); + } + return this.buffer.toString('binary', 0, this.position); + } + + /** the length of the binary sequence */ + length(): number { + return this.position; + } + + toJSON(): string { + return this.buffer.toString('base64'); + } + + toString(format?: string): string { + return this.buffer.toString(format); + } + + /** @internal */ + toExtendedJSON(options?: EJSONOptions): BinaryExtendedLegacy | BinaryExtended { + options = options || {}; + const base64String = this.buffer.toString('base64'); + + const subType = Number(this.sub_type).toString(16); + if (options.legacy) { + return { + $binary: base64String, + $type: subType.length === 1 ? '0' + subType : subType + }; + } + return { + $binary: { + base64: base64String, + subType: subType.length === 1 ? '0' + subType : subType + } + }; + } + + toUUID(): UUID { + if (this.sub_type === Binary.SUBTYPE_UUID) { + return new UUID(this.buffer.slice(0, this.position)); + } + + throw new BSONError( + `Binary sub_type "${this.sub_type}" is not supported for converting to UUID. Only "${Binary.SUBTYPE_UUID}" is currently supported.` + ); + } + + /** @internal */ + static fromExtendedJSON( + doc: BinaryExtendedLegacy | BinaryExtended | UUIDExtended, + options?: EJSONOptions + ): Binary { + options = options || {}; + let data: Buffer | undefined; + let type; + if ('$binary' in doc) { + if (options.legacy && typeof doc.$binary === 'string' && '$type' in doc) { + type = doc.$type ? parseInt(doc.$type, 16) : 0; + data = Buffer.from(doc.$binary, 'base64'); + } else { + if (typeof doc.$binary !== 'string') { + type = doc.$binary.subType ? parseInt(doc.$binary.subType, 16) : 0; + data = Buffer.from(doc.$binary.base64, 'base64'); + } + } + } else if ('$uuid' in doc) { + type = 4; + data = uuidHexStringToBuffer(doc.$uuid); + } + if (!data) { + throw new BSONTypeError(`Unexpected Binary Extended JSON format ${JSON.stringify(doc)}`); + } + return type === BSON_BINARY_SUBTYPE_UUID_NEW ? new UUID(data) : new Binary(data, type); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + const asBuffer = this.value(true); + return `new Binary(Buffer.from("${asBuffer.toString('hex')}", "hex"), ${this.sub_type})`; + } +} + +Object.defineProperty(Binary.prototype, '_bsontype', { value: 'Binary' }); + +/** @public */ +export type UUIDExtended = { + $uuid: string; +}; +const UUID_BYTE_LENGTH = 16; + +/** + * A class representation of the BSON UUID type. + * @public + */ +export class UUID extends Binary { + static cacheHexString: boolean; + + /** UUID hexString cache @internal */ + private __id?: string; + + /** + * Create an UUID type + * + * @param input - Can be a 32 or 36 character hex string (dashes excluded/included) or a 16 byte binary Buffer. + */ + constructor(input?: string | Buffer | UUID) { + let bytes; + let hexStr; + if (input == null) { + bytes = UUID.generate(); + } else if (input instanceof UUID) { + bytes = Buffer.from(input.buffer); + hexStr = input.__id; + } else if (ArrayBuffer.isView(input) && input.byteLength === UUID_BYTE_LENGTH) { + bytes = ensureBuffer(input); + } else if (typeof input === 'string') { + bytes = uuidHexStringToBuffer(input); + } else { + throw new BSONTypeError( + 'Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).' + ); + } + super(bytes, BSON_BINARY_SUBTYPE_UUID_NEW); + this.__id = hexStr; + } + + /** + * The UUID bytes + * @readonly + */ + get id(): Buffer { + return this.buffer; + } + + set id(value: Buffer) { + this.buffer = value; + + if (UUID.cacheHexString) { + this.__id = bufferToUuidHexString(value); + } + } + + /** + * Returns the UUID id as a 32 or 36 character hex string representation, excluding/including dashes (defaults to 36 character dash separated) + * @param includeDashes - should the string exclude dash-separators. + * */ + toHexString(includeDashes = true): string { + if (UUID.cacheHexString && this.__id) { + return this.__id; + } + + const uuidHexString = bufferToUuidHexString(this.id, includeDashes); + + if (UUID.cacheHexString) { + this.__id = uuidHexString; + } + + return uuidHexString; + } + + /** + * Converts the id into a 36 character (dashes included) hex string, unless a encoding is specified. + */ + toString(encoding?: string): string { + return encoding ? this.id.toString(encoding) : this.toHexString(); + } + + /** + * Converts the id into its JSON string representation. + * A 36 character (dashes included) hex string in the format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx + */ + toJSON(): string { + return this.toHexString(); + } + + /** + * Compares the equality of this UUID with `otherID`. + * + * @param otherId - UUID instance to compare against. + */ + equals(otherId: string | Buffer | UUID): boolean { + if (!otherId) { + return false; + } + + if (otherId instanceof UUID) { + return otherId.id.equals(this.id); + } + + try { + return new UUID(otherId).id.equals(this.id); + } catch { + return false; + } + } + + /** + * Creates a Binary instance from the current UUID. + */ + toBinary(): Binary { + return new Binary(this.id, Binary.SUBTYPE_UUID); + } + + /** + * Generates a populated buffer containing a v4 uuid + */ + static generate(): Buffer { + const bytes = randomBytes(UUID_BYTE_LENGTH); + + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + // Kindly borrowed from https://github.com/uuidjs/uuid/blob/master/src/v4.js + bytes[6] = (bytes[6] & 0x0f) | 0x40; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + + return Buffer.from(bytes); + } + + /** + * Checks if a value is a valid bson UUID + * @param input - UUID, string or Buffer to validate. + */ + static isValid(input: string | Buffer | UUID): boolean { + if (!input) { + return false; + } + + if (input instanceof UUID) { + return true; + } + + if (typeof input === 'string') { + return uuidValidateString(input); + } + + if (isUint8Array(input)) { + // check for length & uuid version (https://tools.ietf.org/html/rfc4122#section-4.1.3) + if (input.length !== UUID_BYTE_LENGTH) { + return false; + } + + return (input[6] & 0xf0) === 0x40 && (input[8] & 0x80) === 0x80; + } + + return false; + } + + /** + * Creates an UUID from a hex string representation of an UUID. + * @param hexString - 32 or 36 character hex string (dashes excluded/included). + */ + static createFromHexString(hexString: string): UUID { + const buffer = uuidHexStringToBuffer(hexString); + return new UUID(buffer); + } + + /** + * Converts to a string representation of this Id. + * + * @returns return the 36 character hex string representation. + * @internal + */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return `new UUID("${this.toHexString()}")`; + } +} diff --git a/node_modules/bson/src/bson.ts b/node_modules/bson/src/bson.ts new file mode 100644 index 000000000..d32cfe834 --- /dev/null +++ b/node_modules/bson/src/bson.ts @@ -0,0 +1,330 @@ +import { Buffer } from 'buffer'; +import { Binary, UUID } from './binary'; +import { Code } from './code'; +import { DBRef } from './db_ref'; +import { Decimal128 } from './decimal128'; +import { Double } from './double'; +import { ensureBuffer } from './ensure_buffer'; +import { EJSON } from './extended_json'; +import { Int32 } from './int_32'; +import { Long } from './long'; +import { Map } from './map'; +import { MaxKey } from './max_key'; +import { MinKey } from './min_key'; +import { ObjectId } from './objectid'; +import { BSONError, BSONTypeError } from './error'; +import { calculateObjectSize as internalCalculateObjectSize } from './parser/calculate_size'; +// Parts of the parser +import { deserialize as internalDeserialize, DeserializeOptions } from './parser/deserializer'; +import { serializeInto as internalSerialize, SerializeOptions } from './parser/serializer'; +import { BSONRegExp } from './regexp'; +import { BSONSymbol } from './symbol'; +import { Timestamp } from './timestamp'; +export type { UUIDExtended, BinaryExtended, BinaryExtendedLegacy, BinarySequence } from './binary'; +export type { CodeExtended } from './code'; +export { + BSON_BINARY_SUBTYPE_BYTE_ARRAY, + BSON_BINARY_SUBTYPE_DEFAULT, + BSON_BINARY_SUBTYPE_FUNCTION, + BSON_BINARY_SUBTYPE_MD5, + BSON_BINARY_SUBTYPE_USER_DEFINED, + BSON_BINARY_SUBTYPE_UUID, + BSON_BINARY_SUBTYPE_UUID_NEW, + BSON_BINARY_SUBTYPE_ENCRYPTED, + BSON_BINARY_SUBTYPE_COLUMN, + BSON_DATA_ARRAY, + BSON_DATA_BINARY, + BSON_DATA_BOOLEAN, + BSON_DATA_CODE, + BSON_DATA_CODE_W_SCOPE, + BSON_DATA_DATE, + BSON_DATA_DBPOINTER, + BSON_DATA_DECIMAL128, + BSON_DATA_INT, + BSON_DATA_LONG, + BSON_DATA_MAX_KEY, + BSON_DATA_MIN_KEY, + BSON_DATA_NULL, + BSON_DATA_NUMBER, + BSON_DATA_OBJECT, + BSON_DATA_OID, + BSON_DATA_REGEXP, + BSON_DATA_STRING, + BSON_DATA_SYMBOL, + BSON_DATA_TIMESTAMP, + BSON_DATA_UNDEFINED, + BSON_INT32_MAX, + BSON_INT32_MIN, + BSON_INT64_MAX, + BSON_INT64_MIN +} from './constants'; +export type { DBRefLike } from './db_ref'; +export type { Decimal128Extended } from './decimal128'; +export type { DoubleExtended } from './double'; +export type { EJSONOptions } from './extended_json'; +export { EJSON } from './extended_json'; +export type { Int32Extended } from './int_32'; +export type { LongExtended } from './long'; +export type { MaxKeyExtended } from './max_key'; +export type { MinKeyExtended } from './min_key'; +export type { ObjectIdExtended, ObjectIdLike } from './objectid'; +export type { BSONRegExpExtended, BSONRegExpExtendedLegacy } from './regexp'; +export type { BSONSymbolExtended } from './symbol'; +export type { LongWithoutOverrides, TimestampExtended, TimestampOverrides } from './timestamp'; +export { LongWithoutOverridesClass } from './timestamp'; +export type { SerializeOptions, DeserializeOptions }; +export { + Code, + Map, + BSONSymbol, + DBRef, + Binary, + ObjectId, + UUID, + Long, + Timestamp, + Double, + Int32, + MinKey, + MaxKey, + BSONRegExp, + Decimal128, + // In 4.0.0 and 4.0.1, this property name was changed to ObjectId to match the class name. + // This caused interoperability problems with previous versions of the library, so in + // later builds we changed it back to ObjectID (capital D) to match legacy implementations. + ObjectId as ObjectID +}; +export { BSONError, BSONTypeError } from './error'; + +/** @public */ +export interface Document { + // eslint-disable-next-line @typescript-eslint/no-explicit-any + [key: string]: any; +} + +/** @internal */ +// Default Max Size +const MAXSIZE = 1024 * 1024 * 17; + +// Current Internal Temporary Serialization Buffer +let buffer = Buffer.alloc(MAXSIZE); + +/** + * Sets the size of the internal serialization buffer. + * + * @param size - The desired size for the internal serialization buffer + * @public + */ +export function setInternalBufferSize(size: number): void { + // Resize the internal serialization buffer if needed + if (buffer.length < size) { + buffer = Buffer.alloc(size); + } +} + +/** + * Serialize a Javascript object. + * + * @param object - the Javascript object to serialize. + * @returns Buffer object containing the serialized object. + * @public + */ +export function serialize(object: Document, options: SerializeOptions = {}): Buffer { + // Unpack the options + const checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + const serializeFunctions = + typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + const ignoreUndefined = + typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + const minInternalBufferSize = + typeof options.minInternalBufferSize === 'number' ? options.minInternalBufferSize : MAXSIZE; + + // Resize the internal serialization buffer if needed + if (buffer.length < minInternalBufferSize) { + buffer = Buffer.alloc(minInternalBufferSize); + } + + // Attempt to serialize + const serializationIndex = internalSerialize( + buffer, + object, + checkKeys, + 0, + 0, + serializeFunctions, + ignoreUndefined, + [] + ); + + // Create the final buffer + const finishedBuffer = Buffer.alloc(serializationIndex); + + // Copy into the finished buffer + buffer.copy(finishedBuffer, 0, 0, finishedBuffer.length); + + // Return the buffer + return finishedBuffer; +} + +/** + * Serialize a Javascript object using a predefined Buffer and index into the buffer, + * useful when pre-allocating the space for serialization. + * + * @param object - the Javascript object to serialize. + * @param finalBuffer - the Buffer you pre-allocated to store the serialized BSON object. + * @returns the index pointing to the last written byte in the buffer. + * @public + */ +export function serializeWithBufferAndIndex( + object: Document, + finalBuffer: Buffer, + options: SerializeOptions = {} +): number { + // Unpack the options + const checkKeys = typeof options.checkKeys === 'boolean' ? options.checkKeys : false; + const serializeFunctions = + typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + const ignoreUndefined = + typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + const startIndex = typeof options.index === 'number' ? options.index : 0; + + // Attempt to serialize + const serializationIndex = internalSerialize( + buffer, + object, + checkKeys, + 0, + 0, + serializeFunctions, + ignoreUndefined + ); + buffer.copy(finalBuffer, startIndex, 0, serializationIndex); + + // Return the index + return startIndex + serializationIndex - 1; +} + +/** + * Deserialize data as BSON. + * + * @param buffer - the buffer containing the serialized set of BSON documents. + * @returns returns the deserialized Javascript Object. + * @public + */ +export function deserialize( + buffer: Buffer | ArrayBufferView | ArrayBuffer, + options: DeserializeOptions = {} +): Document { + return internalDeserialize(buffer instanceof Buffer ? buffer : ensureBuffer(buffer), options); +} + +/** @public */ +export type CalculateObjectSizeOptions = Pick< + SerializeOptions, + 'serializeFunctions' | 'ignoreUndefined' +>; + +/** + * Calculate the bson size for a passed in Javascript object. + * + * @param object - the Javascript object to calculate the BSON byte size for + * @returns size of BSON object in bytes + * @public + */ +export function calculateObjectSize( + object: Document, + options: CalculateObjectSizeOptions = {} +): number { + options = options || {}; + + const serializeFunctions = + typeof options.serializeFunctions === 'boolean' ? options.serializeFunctions : false; + const ignoreUndefined = + typeof options.ignoreUndefined === 'boolean' ? options.ignoreUndefined : true; + + return internalCalculateObjectSize(object, serializeFunctions, ignoreUndefined); +} + +/** + * Deserialize stream data as BSON documents. + * + * @param data - the buffer containing the serialized set of BSON documents. + * @param startIndex - the start index in the data Buffer where the deserialization is to start. + * @param numberOfDocuments - number of documents to deserialize. + * @param documents - an array where to store the deserialized documents. + * @param docStartIndex - the index in the documents array from where to start inserting documents. + * @param options - additional options used for the deserialization. + * @returns next index in the buffer after deserialization **x** numbers of documents. + * @public + */ +export function deserializeStream( + data: Buffer | ArrayBufferView | ArrayBuffer, + startIndex: number, + numberOfDocuments: number, + documents: Document[], + docStartIndex: number, + options: DeserializeOptions +): number { + const internalOptions = Object.assign( + { allowObjectSmallerThanBufferSize: true, index: 0 }, + options + ); + const bufferData = ensureBuffer(data); + + let index = startIndex; + // Loop over all documents + for (let i = 0; i < numberOfDocuments; i++) { + // Find size of the document + const size = + bufferData[index] | + (bufferData[index + 1] << 8) | + (bufferData[index + 2] << 16) | + (bufferData[index + 3] << 24); + // Update options with index + internalOptions.index = index; + // Parse the document at this point + documents[docStartIndex + i] = internalDeserialize(bufferData, internalOptions); + // Adjust index by the document size + index = index + size; + } + + // Return object containing end index of parsing and list of documents + return index; +} + +/** + * BSON default export + * @deprecated Please use named exports + * @privateRemarks + * We want to someday deprecate the default export, + * so none of the new TS types are being exported on the default + * @public + */ +const BSON = { + Binary, + Code, + DBRef, + Decimal128, + Double, + Int32, + Long, + UUID, + Map, + MaxKey, + MinKey, + ObjectId, + ObjectID: ObjectId, + BSONRegExp, + BSONSymbol, + Timestamp, + EJSON, + setInternalBufferSize, + serialize, + serializeWithBufferAndIndex, + deserialize, + calculateObjectSize, + deserializeStream, + BSONError, + BSONTypeError +}; +export default BSON; diff --git a/node_modules/bson/src/code.ts b/node_modules/bson/src/code.ts new file mode 100644 index 000000000..86a4fb19c --- /dev/null +++ b/node_modules/bson/src/code.ts @@ -0,0 +1,61 @@ +import type { Document } from './bson'; + +/** @public */ +export interface CodeExtended { + $code: string | Function; + $scope?: Document; +} + +/** + * A class representation of the BSON Code type. + * @public + * @category BSONType + */ +export class Code { + _bsontype!: 'Code'; + + code!: string | Function; + scope?: Document; + /** + * @param code - a string or function. + * @param scope - an optional scope for the function. + */ + constructor(code: string | Function, scope?: Document) { + if (!(this instanceof Code)) return new Code(code, scope); + + this.code = code; + this.scope = scope; + } + + toJSON(): { code: string | Function; scope?: Document } { + return { code: this.code, scope: this.scope }; + } + + /** @internal */ + toExtendedJSON(): CodeExtended { + if (this.scope) { + return { $code: this.code, $scope: this.scope }; + } + + return { $code: this.code }; + } + + /** @internal */ + static fromExtendedJSON(doc: CodeExtended): Code { + return new Code(doc.$code, doc.$scope); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + const codeJson = this.toJSON(); + return `new Code("${String(codeJson.code)}"${ + codeJson.scope ? `, ${JSON.stringify(codeJson.scope)}` : '' + })`; + } +} + +Object.defineProperty(Code.prototype, '_bsontype', { value: 'Code' }); diff --git a/node_modules/bson/src/constants.ts b/node_modules/bson/src/constants.ts new file mode 100644 index 000000000..6af63e694 --- /dev/null +++ b/node_modules/bson/src/constants.ts @@ -0,0 +1,110 @@ +/** @internal */ +export const BSON_INT32_MAX = 0x7fffffff; +/** @internal */ +export const BSON_INT32_MIN = -0x80000000; +/** @internal */ +export const BSON_INT64_MAX = Math.pow(2, 63) - 1; +/** @internal */ +export const BSON_INT64_MIN = -Math.pow(2, 63); + +/** + * Any integer up to 2^53 can be precisely represented by a double. + * @internal + */ +export const JS_INT_MAX = Math.pow(2, 53); + +/** + * Any integer down to -2^53 can be precisely represented by a double. + * @internal + */ +export const JS_INT_MIN = -Math.pow(2, 53); + +/** Number BSON Type @internal */ +export const BSON_DATA_NUMBER = 1; + +/** String BSON Type @internal */ +export const BSON_DATA_STRING = 2; + +/** Object BSON Type @internal */ +export const BSON_DATA_OBJECT = 3; + +/** Array BSON Type @internal */ +export const BSON_DATA_ARRAY = 4; + +/** Binary BSON Type @internal */ +export const BSON_DATA_BINARY = 5; + +/** Binary BSON Type @internal */ +export const BSON_DATA_UNDEFINED = 6; + +/** ObjectId BSON Type @internal */ +export const BSON_DATA_OID = 7; + +/** Boolean BSON Type @internal */ +export const BSON_DATA_BOOLEAN = 8; + +/** Date BSON Type @internal */ +export const BSON_DATA_DATE = 9; + +/** null BSON Type @internal */ +export const BSON_DATA_NULL = 10; + +/** RegExp BSON Type @internal */ +export const BSON_DATA_REGEXP = 11; + +/** Code BSON Type @internal */ +export const BSON_DATA_DBPOINTER = 12; + +/** Code BSON Type @internal */ +export const BSON_DATA_CODE = 13; + +/** Symbol BSON Type @internal */ +export const BSON_DATA_SYMBOL = 14; + +/** Code with Scope BSON Type @internal */ +export const BSON_DATA_CODE_W_SCOPE = 15; + +/** 32 bit Integer BSON Type @internal */ +export const BSON_DATA_INT = 16; + +/** Timestamp BSON Type @internal */ +export const BSON_DATA_TIMESTAMP = 17; + +/** Long BSON Type @internal */ +export const BSON_DATA_LONG = 18; + +/** Decimal128 BSON Type @internal */ +export const BSON_DATA_DECIMAL128 = 19; + +/** MinKey BSON Type @internal */ +export const BSON_DATA_MIN_KEY = 0xff; + +/** MaxKey BSON Type @internal */ +export const BSON_DATA_MAX_KEY = 0x7f; + +/** Binary Default Type @internal */ +export const BSON_BINARY_SUBTYPE_DEFAULT = 0; + +/** Binary Function Type @internal */ +export const BSON_BINARY_SUBTYPE_FUNCTION = 1; + +/** Binary Byte Array Type @internal */ +export const BSON_BINARY_SUBTYPE_BYTE_ARRAY = 2; + +/** Binary Deprecated UUID Type @deprecated Please use BSON_BINARY_SUBTYPE_UUID_NEW @internal */ +export const BSON_BINARY_SUBTYPE_UUID = 3; + +/** Binary UUID Type @internal */ +export const BSON_BINARY_SUBTYPE_UUID_NEW = 4; + +/** Binary MD5 Type @internal */ +export const BSON_BINARY_SUBTYPE_MD5 = 5; + +/** Encrypted BSON type @internal */ +export const BSON_BINARY_SUBTYPE_ENCRYPTED = 6; + +/** Column BSON type @internal */ +export const BSON_BINARY_SUBTYPE_COLUMN = 7; + +/** Binary User Defined Type @internal */ +export const BSON_BINARY_SUBTYPE_USER_DEFINED = 128; diff --git a/node_modules/bson/src/db_ref.ts b/node_modules/bson/src/db_ref.ts new file mode 100644 index 000000000..750c5be93 --- /dev/null +++ b/node_modules/bson/src/db_ref.ts @@ -0,0 +1,124 @@ +import type { Document } from './bson'; +import type { EJSONOptions } from './extended_json'; +import type { ObjectId } from './objectid'; +import { isObjectLike } from './parser/utils'; + +/** @public */ +export interface DBRefLike { + $ref: string; + $id: ObjectId; + $db?: string; +} + +/** @internal */ +export function isDBRefLike(value: unknown): value is DBRefLike { + return ( + isObjectLike(value) && + value.$id != null && + typeof value.$ref === 'string' && + (value.$db == null || typeof value.$db === 'string') + ); +} + +/** + * A class representation of the BSON DBRef type. + * @public + * @category BSONType + */ +export class DBRef { + _bsontype!: 'DBRef'; + + collection!: string; + oid!: ObjectId; + db?: string; + fields!: Document; + + /** + * @param collection - the collection name. + * @param oid - the reference ObjectId. + * @param db - optional db name, if omitted the reference is local to the current db. + */ + constructor(collection: string, oid: ObjectId, db?: string, fields?: Document) { + if (!(this instanceof DBRef)) return new DBRef(collection, oid, db, fields); + + // check if namespace has been provided + const parts = collection.split('.'); + if (parts.length === 2) { + db = parts.shift(); + // eslint-disable-next-line @typescript-eslint/no-non-null-assertion + collection = parts.shift()!; + } + + this.collection = collection; + this.oid = oid; + this.db = db; + this.fields = fields || {}; + } + + // Property provided for compatibility with the 1.x parser + // the 1.x parser used a "namespace" property, while 4.x uses "collection" + + /** @internal */ + get namespace(): string { + return this.collection; + } + + set namespace(value: string) { + this.collection = value; + } + + toJSON(): DBRefLike & Document { + const o = Object.assign( + { + $ref: this.collection, + $id: this.oid + }, + this.fields + ); + + if (this.db != null) o.$db = this.db; + return o; + } + + /** @internal */ + toExtendedJSON(options?: EJSONOptions): DBRefLike { + options = options || {}; + let o: DBRefLike = { + $ref: this.collection, + $id: this.oid + }; + + if (options.legacy) { + return o; + } + + if (this.db) o.$db = this.db; + o = Object.assign(o, this.fields); + return o; + } + + /** @internal */ + static fromExtendedJSON(doc: DBRefLike): DBRef { + const copy = Object.assign({}, doc) as Partial; + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(doc.$ref, doc.$id, doc.$db, copy); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + // NOTE: if OID is an ObjectId class it will just print the oid string. + const oid = + this.oid === undefined || this.oid.toString === undefined ? this.oid : this.oid.toString(); + return `new DBRef("${this.namespace}", new ObjectId("${String(oid)}")${ + this.db ? `, "${this.db}"` : '' + })`; + } +} + +Object.defineProperty(DBRef.prototype, '_bsontype', { value: 'DBRef' }); diff --git a/node_modules/bson/src/decimal128.ts b/node_modules/bson/src/decimal128.ts new file mode 100644 index 000000000..875998648 --- /dev/null +++ b/node_modules/bson/src/decimal128.ts @@ -0,0 +1,773 @@ +import { Buffer } from 'buffer'; +import { BSONTypeError } from './error'; +import { Long } from './long'; +import { isUint8Array } from './parser/utils'; + +const PARSE_STRING_REGEXP = /^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/; +const PARSE_INF_REGEXP = /^(\+|-)?(Infinity|inf)$/i; +const PARSE_NAN_REGEXP = /^(\+|-)?NaN$/i; + +const EXPONENT_MAX = 6111; +const EXPONENT_MIN = -6176; +const EXPONENT_BIAS = 6176; +const MAX_DIGITS = 34; + +// Nan value bits as 32 bit values (due to lack of longs) +const NAN_BUFFER = [ + 0x7c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +// Infinity value bits 32 bit values (due to lack of longs) +const INF_NEGATIVE_BUFFER = [ + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); +const INF_POSITIVE_BUFFER = [ + 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +].reverse(); + +const EXPONENT_REGEX = /^([-+])?(\d+)?$/; + +// Extract least significant 5 bits +const COMBINATION_MASK = 0x1f; +// Extract least significant 14 bits +const EXPONENT_MASK = 0x3fff; +// Value of combination field for Inf +const COMBINATION_INFINITY = 30; +// Value of combination field for NaN +const COMBINATION_NAN = 31; + +// Detect if the value is a digit +function isDigit(value: string): boolean { + return !isNaN(parseInt(value, 10)); +} + +// Divide two uint128 values +function divideu128(value: { parts: [number, number, number, number] }) { + const DIVISOR = Long.fromNumber(1000 * 1000 * 1000); + let _rem = Long.fromNumber(0); + + if (!value.parts[0] && !value.parts[1] && !value.parts[2] && !value.parts[3]) { + return { quotient: value, rem: _rem }; + } + + for (let i = 0; i <= 3; i++) { + // Adjust remainder to match value of next dividend + _rem = _rem.shiftLeft(32); + // Add the divided to _rem + _rem = _rem.add(new Long(value.parts[i], 0)); + value.parts[i] = _rem.div(DIVISOR).low; + _rem = _rem.modulo(DIVISOR); + } + + return { quotient: value, rem: _rem }; +} + +// Multiply two Long values and return the 128 bit value +function multiply64x2(left: Long, right: Long): { high: Long; low: Long } { + if (!left && !right) { + return { high: Long.fromNumber(0), low: Long.fromNumber(0) }; + } + + const leftHigh = left.shiftRightUnsigned(32); + const leftLow = new Long(left.getLowBits(), 0); + const rightHigh = right.shiftRightUnsigned(32); + const rightLow = new Long(right.getLowBits(), 0); + + let productHigh = leftHigh.multiply(rightHigh); + let productMid = leftHigh.multiply(rightLow); + const productMid2 = leftLow.multiply(rightHigh); + let productLow = leftLow.multiply(rightLow); + + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productMid = new Long(productMid.getLowBits(), 0) + .add(productMid2) + .add(productLow.shiftRightUnsigned(32)); + + productHigh = productHigh.add(productMid.shiftRightUnsigned(32)); + productLow = productMid.shiftLeft(32).add(new Long(productLow.getLowBits(), 0)); + + // Return the 128 bit result + return { high: productHigh, low: productLow }; +} + +function lessThan(left: Long, right: Long): boolean { + // Make values unsigned + const uhleft = left.high >>> 0; + const uhright = right.high >>> 0; + + // Compare high bits first + if (uhleft < uhright) { + return true; + } else if (uhleft === uhright) { + const ulleft = left.low >>> 0; + const ulright = right.low >>> 0; + if (ulleft < ulright) return true; + } + + return false; +} + +function invalidErr(string: string, message: string) { + throw new BSONTypeError(`"${string}" is not a valid Decimal128 string - ${message}`); +} + +/** @public */ +export interface Decimal128Extended { + $numberDecimal: string; +} + +/** + * A class representation of the BSON Decimal128 type. + * @public + * @category BSONType + */ +export class Decimal128 { + _bsontype!: 'Decimal128'; + + readonly bytes!: Buffer; + + /** + * @param bytes - a buffer containing the raw Decimal128 bytes in little endian order, + * or a string representation as returned by .toString() + */ + constructor(bytes: Buffer | string) { + if (!(this instanceof Decimal128)) return new Decimal128(bytes); + + if (typeof bytes === 'string') { + this.bytes = Decimal128.fromString(bytes).bytes; + } else if (isUint8Array(bytes)) { + if (bytes.byteLength !== 16) { + throw new BSONTypeError('Decimal128 must take a Buffer of 16 bytes'); + } + this.bytes = bytes; + } else { + throw new BSONTypeError('Decimal128 must take a Buffer or string'); + } + } + + /** + * Create a Decimal128 instance from a string representation + * + * @param representation - a numeric string representation. + */ + static fromString(representation: string): Decimal128 { + // Parse state tracking + let isNegative = false; + let sawRadix = false; + let foundNonZero = false; + + // Total number of significant digits (no leading or trailing zero) + let significantDigits = 0; + // Total number of significand digits read + let nDigitsRead = 0; + // Total number of digits (no leading zeros) + let nDigits = 0; + // The number of the digits after radix + let radixPosition = 0; + // The index of the first non-zero in *str* + let firstNonZero = 0; + + // Digits Array + const digits = [0]; + // The number of digits in digits + let nDigitsStored = 0; + // Insertion pointer for digits + let digitsInsert = 0; + // The index of the first non-zero digit + let firstDigit = 0; + // The index of the last digit + let lastDigit = 0; + + // Exponent + let exponent = 0; + // loop index over array + let i = 0; + // The high 17 digits of the significand + let significandHigh = new Long(0, 0); + // The low 17 digits of the significand + let significandLow = new Long(0, 0); + // The biased exponent + let biasedExponent = 0; + + // Read index + let index = 0; + + // Naively prevent against REDOS attacks. + // TODO: implementing a custom parsing for this, or refactoring the regex would yield + // further gains. + if (representation.length >= 7000) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + + // Results + const stringMatch = representation.match(PARSE_STRING_REGEXP); + const infMatch = representation.match(PARSE_INF_REGEXP); + const nanMatch = representation.match(PARSE_NAN_REGEXP); + + // Validate the string + if ((!stringMatch && !infMatch && !nanMatch) || representation.length === 0) { + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + } + + if (stringMatch) { + // full_match = stringMatch[0] + // sign = stringMatch[1] + + const unsignedNumber = stringMatch[2]; + // stringMatch[3] is undefined if a whole number (ex "1", 12") + // but defined if a number w/ decimal in it (ex "1.0, 12.2") + + const e = stringMatch[4]; + const expSign = stringMatch[5]; + const expNumber = stringMatch[6]; + + // they provided e, but didn't give an exponent number. for ex "1e" + if (e && expNumber === undefined) invalidErr(representation, 'missing exponent power'); + + // they provided e, but didn't give a number before it. for ex "e1" + if (e && unsignedNumber === undefined) invalidErr(representation, 'missing exponent base'); + + if (e === undefined && (expSign || expNumber)) { + invalidErr(representation, 'missing e before exponent'); + } + } + + // Get the negative or positive sign + if (representation[index] === '+' || representation[index] === '-') { + isNegative = representation[index++] === '-'; + } + + // Check if user passed Infinity or NaN + if (!isDigit(representation[index]) && representation[index] !== '.') { + if (representation[index] === 'i' || representation[index] === 'I') { + return new Decimal128(Buffer.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER)); + } else if (representation[index] === 'N') { + return new Decimal128(Buffer.from(NAN_BUFFER)); + } + } + + // Read all the digits + while (isDigit(representation[index]) || representation[index] === '.') { + if (representation[index] === '.') { + if (sawRadix) invalidErr(representation, 'contains multiple periods'); + + sawRadix = true; + index = index + 1; + continue; + } + + if (nDigitsStored < 34) { + if (representation[index] !== '0' || foundNonZero) { + if (!foundNonZero) { + firstNonZero = nDigitsRead; + } + + foundNonZero = true; + + // Only store 34 digits + digits[digitsInsert++] = parseInt(representation[index], 10); + nDigitsStored = nDigitsStored + 1; + } + } + + if (foundNonZero) nDigits = nDigits + 1; + if (sawRadix) radixPosition = radixPosition + 1; + + nDigitsRead = nDigitsRead + 1; + index = index + 1; + } + + if (sawRadix && !nDigitsRead) + throw new BSONTypeError('' + representation + ' not a valid Decimal128 string'); + + // Read exponent if exists + if (representation[index] === 'e' || representation[index] === 'E') { + // Read exponent digits + const match = representation.substr(++index).match(EXPONENT_REGEX); + + // No digits read + if (!match || !match[2]) return new Decimal128(Buffer.from(NAN_BUFFER)); + + // Get exponent + exponent = parseInt(match[0], 10); + + // Adjust the index + index = index + match[0].length; + } + + // Return not a number + if (representation[index]) return new Decimal128(Buffer.from(NAN_BUFFER)); + + // Done reading input + // Find first non-zero digit in digits + firstDigit = 0; + + if (!nDigitsStored) { + firstDigit = 0; + lastDigit = 0; + digits[0] = 0; + nDigits = 1; + nDigitsStored = 1; + significantDigits = 0; + } else { + lastDigit = nDigitsStored - 1; + significantDigits = nDigits; + if (significantDigits !== 1) { + while (digits[firstNonZero + significantDigits - 1] === 0) { + significantDigits = significantDigits - 1; + } + } + } + + // Normalization of exponent + // Correct exponent based on radix position, and shift significand as needed + // to represent user input + + // Overflow prevention + if (exponent <= radixPosition && radixPosition - exponent > 1 << 14) { + exponent = EXPONENT_MIN; + } else { + exponent = exponent - radixPosition; + } + + // Attempt to normalize the exponent + while (exponent > EXPONENT_MAX) { + // Shift exponent to significand and decrease + lastDigit = lastDigit + 1; + + if (lastDigit - firstDigit > MAX_DIGITS) { + // Check if we have a zero then just hard clamp, otherwise fail + const digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + + invalidErr(representation, 'overflow'); + } + exponent = exponent - 1; + } + + while (exponent < EXPONENT_MIN || nDigitsStored < nDigits) { + // Shift last digit. can only do this if < significant digits than # stored. + if (lastDigit === 0 && significantDigits < nDigitsStored) { + exponent = EXPONENT_MIN; + significantDigits = 0; + break; + } + + if (nDigitsStored < nDigits) { + // adjust to match digits not stored + nDigits = nDigits - 1; + } else { + // adjust to round + lastDigit = lastDigit - 1; + } + + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + } else { + // Check if we have a zero then just hard clamp, otherwise fail + const digitsString = digits.join(''); + if (digitsString.match(/^0+$/)) { + exponent = EXPONENT_MAX; + break; + } + invalidErr(representation, 'overflow'); + } + } + + // Round + // We've normalized the exponent, but might still need to round. + if (lastDigit - firstDigit + 1 < significantDigits) { + let endOfString = nDigitsRead; + + // If we have seen a radix point, 'string' is 1 longer than we have + // documented with ndigits_read, so inc the position of the first nonzero + // digit and the position that digits are read to. + if (sawRadix) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + // if negative, we need to increment again to account for - sign at start. + if (isNegative) { + firstNonZero = firstNonZero + 1; + endOfString = endOfString + 1; + } + + const roundDigit = parseInt(representation[firstNonZero + lastDigit + 1], 10); + let roundBit = 0; + + if (roundDigit >= 5) { + roundBit = 1; + if (roundDigit === 5) { + roundBit = digits[lastDigit] % 2 === 1 ? 1 : 0; + for (i = firstNonZero + lastDigit + 2; i < endOfString; i++) { + if (parseInt(representation[i], 10)) { + roundBit = 1; + break; + } + } + } + } + + if (roundBit) { + let dIdx = lastDigit; + + for (; dIdx >= 0; dIdx--) { + if (++digits[dIdx] > 9) { + digits[dIdx] = 0; + + // overflowed most significant digit + if (dIdx === 0) { + if (exponent < EXPONENT_MAX) { + exponent = exponent + 1; + digits[dIdx] = 1; + } else { + return new Decimal128( + Buffer.from(isNegative ? INF_NEGATIVE_BUFFER : INF_POSITIVE_BUFFER) + ); + } + } + } + } + } + } + + // Encode significand + // The high 17 digits of the significand + significandHigh = Long.fromNumber(0); + // The low 17 digits of the significand + significandLow = Long.fromNumber(0); + + // read a zero + if (significantDigits === 0) { + significandHigh = Long.fromNumber(0); + significandLow = Long.fromNumber(0); + } else if (lastDigit - firstDigit < 17) { + let dIdx = firstDigit; + significandLow = Long.fromNumber(digits[dIdx++]); + significandHigh = new Long(0, 0); + + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } else { + let dIdx = firstDigit; + significandHigh = Long.fromNumber(digits[dIdx++]); + + for (; dIdx <= lastDigit - 17; dIdx++) { + significandHigh = significandHigh.multiply(Long.fromNumber(10)); + significandHigh = significandHigh.add(Long.fromNumber(digits[dIdx])); + } + + significandLow = Long.fromNumber(digits[dIdx++]); + + for (; dIdx <= lastDigit; dIdx++) { + significandLow = significandLow.multiply(Long.fromNumber(10)); + significandLow = significandLow.add(Long.fromNumber(digits[dIdx])); + } + } + + const significand = multiply64x2(significandHigh, Long.fromString('100000000000000000')); + significand.low = significand.low.add(significandLow); + + if (lessThan(significand.low, significandLow)) { + significand.high = significand.high.add(Long.fromNumber(1)); + } + + // Biased exponent + biasedExponent = exponent + EXPONENT_BIAS; + const dec = { low: Long.fromNumber(0), high: Long.fromNumber(0) }; + + // Encode combination, exponent, and significand. + if ( + significand.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1)) + ) { + // Encode '11' into bits 1 to 3 + dec.high = dec.high.or(Long.fromNumber(0x3).shiftLeft(61)); + dec.high = dec.high.or( + Long.fromNumber(biasedExponent).and(Long.fromNumber(0x3fff).shiftLeft(47)) + ); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x7fffffffffff))); + } else { + dec.high = dec.high.or(Long.fromNumber(biasedExponent & 0x3fff).shiftLeft(49)); + dec.high = dec.high.or(significand.high.and(Long.fromNumber(0x1ffffffffffff))); + } + + dec.low = significand.low; + + // Encode sign + if (isNegative) { + dec.high = dec.high.or(Long.fromString('9223372036854775808')); + } + + // Encode into a buffer + const buffer = Buffer.alloc(16); + index = 0; + + // Encode the low 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.low.low & 0xff; + buffer[index++] = (dec.low.low >> 8) & 0xff; + buffer[index++] = (dec.low.low >> 16) & 0xff; + buffer[index++] = (dec.low.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.low.high & 0xff; + buffer[index++] = (dec.low.high >> 8) & 0xff; + buffer[index++] = (dec.low.high >> 16) & 0xff; + buffer[index++] = (dec.low.high >> 24) & 0xff; + + // Encode the high 64 bits of the decimal + // Encode low bits + buffer[index++] = dec.high.low & 0xff; + buffer[index++] = (dec.high.low >> 8) & 0xff; + buffer[index++] = (dec.high.low >> 16) & 0xff; + buffer[index++] = (dec.high.low >> 24) & 0xff; + // Encode high bits + buffer[index++] = dec.high.high & 0xff; + buffer[index++] = (dec.high.high >> 8) & 0xff; + buffer[index++] = (dec.high.high >> 16) & 0xff; + buffer[index++] = (dec.high.high >> 24) & 0xff; + + // Return the new Decimal128 + return new Decimal128(buffer); + } + + /** Create a string representation of the raw Decimal128 value */ + toString(): string { + // Note: bits in this routine are referred to starting at 0, + // from the sign bit, towards the coefficient. + + // decoded biased exponent (14 bits) + let biased_exponent; + // the number of significand digits + let significand_digits = 0; + // the base-10 digits in the significand + const significand = new Array(36); + for (let i = 0; i < significand.length; i++) significand[i] = 0; + // read pointer into significand + let index = 0; + + // true if the number is zero + let is_zero = false; + + // the most significant significand bits (50-46) + let significand_msb; + // temporary storage for significand decoding + let significand128: { parts: [number, number, number, number] } = { parts: [0, 0, 0, 0] }; + // indexing variables + let j, k; + + // Output string + const string: string[] = []; + + // Unpack index + index = 0; + + // Buffer reference + const buffer = this.bytes; + + // Unpack the low 64bits into a long + // bits 96 - 127 + const low = + buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 64 - 95 + const midl = + buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + + // Unpack the high 64bits into a long + // bits 32 - 63 + const midh = + buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + // bits 0 - 31 + const high = + buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + + // Unpack index + index = 0; + + // Create the state of the decimal + const dec = { + low: new Long(low, midl), + high: new Long(midh, high) + }; + + if (dec.high.lessThan(Long.ZERO)) { + string.push('-'); + } + + // Decode combination field and exponent + // bits 1 - 5 + const combination = (high >> 26) & COMBINATION_MASK; + + if (combination >> 3 === 3) { + // Check for 'special' values + if (combination === COMBINATION_INFINITY) { + return string.join('') + 'Infinity'; + } else if (combination === COMBINATION_NAN) { + return 'NaN'; + } else { + biased_exponent = (high >> 15) & EXPONENT_MASK; + significand_msb = 0x08 + ((high >> 14) & 0x01); + } + } else { + significand_msb = (high >> 14) & 0x07; + biased_exponent = (high >> 17) & EXPONENT_MASK; + } + + // unbiased exponent + const exponent = biased_exponent - EXPONENT_BIAS; + + // Create string of significand digits + + // Convert the 114-bit binary number represented by + // (significand_high, significand_low) to at most 34 decimal + // digits through modulo and division. + significand128.parts[0] = (high & 0x3fff) + ((significand_msb & 0xf) << 14); + significand128.parts[1] = midh; + significand128.parts[2] = midl; + significand128.parts[3] = low; + + if ( + significand128.parts[0] === 0 && + significand128.parts[1] === 0 && + significand128.parts[2] === 0 && + significand128.parts[3] === 0 + ) { + is_zero = true; + } else { + for (k = 3; k >= 0; k--) { + let least_digits = 0; + // Perform the divide + const result = divideu128(significand128); + significand128 = result.quotient; + least_digits = result.rem.low; + + // We now have the 9 least significant digits (in base 2). + // Convert and output to string. + if (!least_digits) continue; + + for (j = 8; j >= 0; j--) { + // significand[k * 9 + j] = Math.round(least_digits % 10); + significand[k * 9 + j] = least_digits % 10; + // least_digits = Math.round(least_digits / 10); + least_digits = Math.floor(least_digits / 10); + } + } + } + + // Output format options: + // Scientific - [-]d.dddE(+/-)dd or [-]dE(+/-)dd + // Regular - ddd.ddd + + if (is_zero) { + significand_digits = 1; + significand[index] = 0; + } else { + significand_digits = 36; + while (!significand[index]) { + significand_digits = significand_digits - 1; + index = index + 1; + } + } + + // the exponent if scientific notation is used + const scientific_exponent = significand_digits - 1 + exponent; + + // The scientific exponent checks are dictated by the string conversion + // specification and are somewhat arbitrary cutoffs. + // + // We must check exponent > 0, because if this is the case, the number + // has trailing zeros. However, we *cannot* output these trailing zeros, + // because doing so would change the precision of the value, and would + // change stored data if the string converted number is round tripped. + if (scientific_exponent >= 34 || scientific_exponent <= -7 || exponent > 0) { + // Scientific format + + // if there are too many significant digits, we should just be treating numbers + // as + or - 0 and using the non-scientific exponent (this is for the "invalid + // representation should be treated as 0/-0" spec cases in decimal128-1.json) + if (significand_digits > 34) { + string.push(`${0}`); + if (exponent > 0) string.push(`E+${exponent}`); + else if (exponent < 0) string.push(`E${exponent}`); + return string.join(''); + } + + string.push(`${significand[index++]}`); + significand_digits = significand_digits - 1; + + if (significand_digits) { + string.push('.'); + } + + for (let i = 0; i < significand_digits; i++) { + string.push(`${significand[index++]}`); + } + + // Exponent + string.push('E'); + if (scientific_exponent > 0) { + string.push(`+${scientific_exponent}`); + } else { + string.push(`${scientific_exponent}`); + } + } else { + // Regular format with no decimal place + if (exponent >= 0) { + for (let i = 0; i < significand_digits; i++) { + string.push(`${significand[index++]}`); + } + } else { + let radix_position = significand_digits + exponent; + + // non-zero digits before radix + if (radix_position > 0) { + for (let i = 0; i < radix_position; i++) { + string.push(`${significand[index++]}`); + } + } else { + string.push('0'); + } + + string.push('.'); + // add leading zeros after radix + while (radix_position++ < 0) { + string.push('0'); + } + + for (let i = 0; i < significand_digits - Math.max(radix_position - 1, 0); i++) { + string.push(`${significand[index++]}`); + } + } + } + + return string.join(''); + } + + toJSON(): Decimal128Extended { + return { $numberDecimal: this.toString() }; + } + + /** @internal */ + toExtendedJSON(): Decimal128Extended { + return { $numberDecimal: this.toString() }; + } + + /** @internal */ + static fromExtendedJSON(doc: Decimal128Extended): Decimal128 { + return Decimal128.fromString(doc.$numberDecimal); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return `new Decimal128("${this.toString()}")`; + } +} + +Object.defineProperty(Decimal128.prototype, '_bsontype', { value: 'Decimal128' }); diff --git a/node_modules/bson/src/double.ts b/node_modules/bson/src/double.ts new file mode 100644 index 000000000..c302eb8c8 --- /dev/null +++ b/node_modules/bson/src/double.ts @@ -0,0 +1,85 @@ +import type { EJSONOptions } from './extended_json'; + +/** @public */ +export interface DoubleExtended { + $numberDouble: string; +} + +/** + * A class representation of the BSON Double type. + * @public + * @category BSONType + */ +export class Double { + _bsontype!: 'Double'; + + value!: number; + /** + * Create a Double type + * + * @param value - the number we want to represent as a double. + */ + constructor(value: number) { + if (!(this instanceof Double)) return new Double(value); + + if ((value as unknown) instanceof Number) { + value = value.valueOf(); + } + + this.value = +value; + } + + /** + * Access the number value. + * + * @returns returns the wrapped double number. + */ + valueOf(): number { + return this.value; + } + + toJSON(): number { + return this.value; + } + + toString(radix?: number): string { + return this.value.toString(radix); + } + + /** @internal */ + toExtendedJSON(options?: EJSONOptions): number | DoubleExtended { + if (options && (options.legacy || (options.relaxed && isFinite(this.value)))) { + return this.value; + } + + if (Object.is(Math.sign(this.value), -0)) { + // NOTE: JavaScript has +0 and -0, apparently to model limit calculations. If a user + // explicitly provided `-0` then we need to ensure the sign makes it into the output + return { $numberDouble: '-0.0' }; + } + + if (Number.isInteger(this.value)) { + return { $numberDouble: `${this.value}.0` }; + } else { + return { $numberDouble: `${this.value}` }; + } + } + + /** @internal */ + static fromExtendedJSON(doc: DoubleExtended, options?: EJSONOptions): number | Double { + const doubleValue = parseFloat(doc.$numberDouble); + return options && options.relaxed ? doubleValue : new Double(doubleValue); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + const eJSON = this.toExtendedJSON() as DoubleExtended; + return `new Double(${eJSON.$numberDouble})`; + } +} + +Object.defineProperty(Double.prototype, '_bsontype', { value: 'Double' }); diff --git a/node_modules/bson/src/ensure_buffer.ts b/node_modules/bson/src/ensure_buffer.ts new file mode 100644 index 000000000..8b82a085e --- /dev/null +++ b/node_modules/bson/src/ensure_buffer.ts @@ -0,0 +1,27 @@ +import { Buffer } from 'buffer'; +import { BSONTypeError } from './error'; +import { isAnyArrayBuffer } from './parser/utils'; + +/** + * Makes sure that, if a Uint8Array is passed in, it is wrapped in a Buffer. + * + * @param potentialBuffer - The potential buffer + * @returns Buffer the input if potentialBuffer is a buffer, or a buffer that + * wraps a passed in Uint8Array + * @throws BSONTypeError If anything other than a Buffer or Uint8Array is passed in + */ +export function ensureBuffer(potentialBuffer: Buffer | ArrayBufferView | ArrayBuffer): Buffer { + if (ArrayBuffer.isView(potentialBuffer)) { + return Buffer.from( + potentialBuffer.buffer, + potentialBuffer.byteOffset, + potentialBuffer.byteLength + ); + } + + if (isAnyArrayBuffer(potentialBuffer)) { + return Buffer.from(potentialBuffer); + } + + throw new BSONTypeError('Must use either Buffer or TypedArray'); +} diff --git a/node_modules/bson/src/error.ts b/node_modules/bson/src/error.ts new file mode 100644 index 000000000..8f1a41736 --- /dev/null +++ b/node_modules/bson/src/error.ts @@ -0,0 +1,23 @@ +/** @public */ +export class BSONError extends Error { + constructor(message: string) { + super(message); + Object.setPrototypeOf(this, BSONError.prototype); + } + + get name(): string { + return 'BSONError'; + } +} + +/** @public */ +export class BSONTypeError extends TypeError { + constructor(message: string) { + super(message); + Object.setPrototypeOf(this, BSONTypeError.prototype); + } + + get name(): string { + return 'BSONTypeError'; + } +} diff --git a/node_modules/bson/src/extended_json.ts b/node_modules/bson/src/extended_json.ts new file mode 100644 index 000000000..90269623b --- /dev/null +++ b/node_modules/bson/src/extended_json.ts @@ -0,0 +1,462 @@ +import { Binary } from './binary'; +import type { Document } from './bson'; +import { Code } from './code'; +import { DBRef, isDBRefLike } from './db_ref'; +import { Decimal128 } from './decimal128'; +import { Double } from './double'; +import { BSONError, BSONTypeError } from './error'; +import { Int32 } from './int_32'; +import { Long } from './long'; +import { MaxKey } from './max_key'; +import { MinKey } from './min_key'; +import { ObjectId } from './objectid'; +import { isDate, isObjectLike, isRegExp } from './parser/utils'; +import { BSONRegExp } from './regexp'; +import { BSONSymbol } from './symbol'; +import { Timestamp } from './timestamp'; + +/** @public */ +export type EJSONOptions = EJSON.Options; + +/** @internal */ +type BSONType = + | Binary + | Code + | DBRef + | Decimal128 + | Double + | Int32 + | Long + | MaxKey + | MinKey + | ObjectId + | BSONRegExp + | BSONSymbol + | Timestamp; + +export function isBSONType(value: unknown): value is BSONType { + return ( + isObjectLike(value) && Reflect.has(value, '_bsontype') && typeof value._bsontype === 'string' + ); +} + +// INT32 boundaries +const BSON_INT32_MAX = 0x7fffffff; +const BSON_INT32_MIN = -0x80000000; +// INT64 boundaries +// const BSON_INT64_MAX = 0x7fffffffffffffff; // TODO(NODE-4377): This number cannot be precisely represented in JS +const BSON_INT64_MAX = 0x8000000000000000; +const BSON_INT64_MIN = -0x8000000000000000; + +// all the types where we don't need to do any special processing and can just pass the EJSON +//straight to type.fromExtendedJSON +const keysToCodecs = { + $oid: ObjectId, + $binary: Binary, + $uuid: Binary, + $symbol: BSONSymbol, + $numberInt: Int32, + $numberDecimal: Decimal128, + $numberDouble: Double, + $numberLong: Long, + $minKey: MinKey, + $maxKey: MaxKey, + $regex: BSONRegExp, + $regularExpression: BSONRegExp, + $timestamp: Timestamp +} as const; + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function deserializeValue(value: any, options: EJSON.Options = {}) { + if (typeof value === 'number') { + if (options.relaxed || options.legacy) { + return value; + } + + // if it's an integer, should interpret as smallest BSON integer + // that can represent it exactly. (if out of range, interpret as double.) + if (Math.floor(value) === value) { + if (value >= BSON_INT32_MIN && value <= BSON_INT32_MAX) return new Int32(value); + if (value >= BSON_INT64_MIN && value <= BSON_INT64_MAX) return Long.fromNumber(value); + } + + // If the number is a non-integer or out of integer range, should interpret as BSON Double. + return new Double(value); + } + + // from here on out we're looking for bson types, so bail if its not an object + if (value == null || typeof value !== 'object') return value; + + // upgrade deprecated undefined to null + if (value.$undefined) return null; + + const keys = Object.keys(value).filter( + k => k.startsWith('$') && value[k] != null + ) as (keyof typeof keysToCodecs)[]; + for (let i = 0; i < keys.length; i++) { + const c = keysToCodecs[keys[i]]; + if (c) return c.fromExtendedJSON(value, options); + } + + if (value.$date != null) { + const d = value.$date; + const date = new Date(); + + if (options.legacy) { + if (typeof d === 'number') date.setTime(d); + else if (typeof d === 'string') date.setTime(Date.parse(d)); + } else { + if (typeof d === 'string') date.setTime(Date.parse(d)); + else if (Long.isLong(d)) date.setTime(d.toNumber()); + else if (typeof d === 'number' && options.relaxed) date.setTime(d); + } + return date; + } + + if (value.$code != null) { + const copy = Object.assign({}, value); + if (value.$scope) { + copy.$scope = deserializeValue(value.$scope); + } + + return Code.fromExtendedJSON(value); + } + + if (isDBRefLike(value) || value.$dbPointer) { + const v = value.$ref ? value : value.$dbPointer; + + // we run into this in a "degenerate EJSON" case (with $id and $ref order flipped) + // because of the order JSON.parse goes through the document + if (v instanceof DBRef) return v; + + const dollarKeys = Object.keys(v).filter(k => k.startsWith('$')); + let valid = true; + dollarKeys.forEach(k => { + if (['$ref', '$id', '$db'].indexOf(k) === -1) valid = false; + }); + + // only make DBRef if $ keys are all valid + if (valid) return DBRef.fromExtendedJSON(v); + } + + return value; +} + +type EJSONSerializeOptions = EJSON.Options & { + seenObjects: { obj: unknown; propertyName: string }[]; +}; + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeArray(array: any[], options: EJSONSerializeOptions): any[] { + return array.map((v: unknown, index: number) => { + options.seenObjects.push({ propertyName: `index ${index}`, obj: null }); + try { + return serializeValue(v, options); + } finally { + options.seenObjects.pop(); + } + }); +} + +function getISOString(date: Date) { + const isoStr = date.toISOString(); + // we should only show milliseconds in timestamp if they're non-zero + return date.getUTCMilliseconds() !== 0 ? isoStr : isoStr.slice(0, -5) + 'Z'; +} + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeValue(value: any, options: EJSONSerializeOptions): any { + if ((typeof value === 'object' || typeof value === 'function') && value !== null) { + const index = options.seenObjects.findIndex(entry => entry.obj === value); + if (index !== -1) { + const props = options.seenObjects.map(entry => entry.propertyName); + const leadingPart = props + .slice(0, index) + .map(prop => `${prop} -> `) + .join(''); + const alreadySeen = props[index]; + const circularPart = + ' -> ' + + props + .slice(index + 1, props.length - 1) + .map(prop => `${prop} -> `) + .join(''); + const current = props[props.length - 1]; + const leadingSpace = ' '.repeat(leadingPart.length + alreadySeen.length / 2); + const dashes = '-'.repeat( + circularPart.length + (alreadySeen.length + current.length) / 2 - 1 + ); + + throw new BSONTypeError( + 'Converting circular structure to EJSON:\n' + + ` ${leadingPart}${alreadySeen}${circularPart}${current}\n` + + ` ${leadingSpace}\\${dashes}/` + ); + } + options.seenObjects[options.seenObjects.length - 1].obj = value; + } + + if (Array.isArray(value)) return serializeArray(value, options); + + if (value === undefined) return null; + + if (value instanceof Date || isDate(value)) { + const dateNum = value.getTime(), + // is it in year range 1970-9999? + inRange = dateNum > -1 && dateNum < 253402318800000; + + if (options.legacy) { + return options.relaxed && inRange + ? { $date: value.getTime() } + : { $date: getISOString(value) }; + } + return options.relaxed && inRange + ? { $date: getISOString(value) } + : { $date: { $numberLong: value.getTime().toString() } }; + } + + if (typeof value === 'number' && (!options.relaxed || !isFinite(value))) { + // it's an integer + if (Math.floor(value) === value) { + const int32Range = value >= BSON_INT32_MIN && value <= BSON_INT32_MAX, + int64Range = value >= BSON_INT64_MIN && value <= BSON_INT64_MAX; + + // interpret as being of the smallest BSON integer type that can represent the number exactly + if (int32Range) return { $numberInt: value.toString() }; + if (int64Range) return { $numberLong: value.toString() }; + } + return { $numberDouble: value.toString() }; + } + + if (value instanceof RegExp || isRegExp(value)) { + let flags = value.flags; + if (flags === undefined) { + const match = value.toString().match(/[gimuy]*$/); + if (match) { + flags = match[0]; + } + } + + const rx = new BSONRegExp(value.source, flags); + return rx.toExtendedJSON(options); + } + + if (value != null && typeof value === 'object') return serializeDocument(value, options); + return value; +} + +const BSON_TYPE_MAPPINGS = { + Binary: (o: Binary) => new Binary(o.value(), o.sub_type), + Code: (o: Code) => new Code(o.code, o.scope), + DBRef: (o: DBRef) => new DBRef(o.collection || o.namespace, o.oid, o.db, o.fields), // "namespace" for 1.x library backwards compat + Decimal128: (o: Decimal128) => new Decimal128(o.bytes), + Double: (o: Double) => new Double(o.value), + Int32: (o: Int32) => new Int32(o.value), + Long: ( + o: Long & { + low_: number; + high_: number; + unsigned_: boolean | undefined; + } + ) => + Long.fromBits( + // underscore variants for 1.x backwards compatibility + o.low != null ? o.low : o.low_, + o.low != null ? o.high : o.high_, + o.low != null ? o.unsigned : o.unsigned_ + ), + MaxKey: () => new MaxKey(), + MinKey: () => new MinKey(), + ObjectID: (o: ObjectId) => new ObjectId(o), + ObjectId: (o: ObjectId) => new ObjectId(o), // support 4.0.0/4.0.1 before _bsontype was reverted back to ObjectID + BSONRegExp: (o: BSONRegExp) => new BSONRegExp(o.pattern, o.options), + Symbol: (o: BSONSymbol) => new BSONSymbol(o.value), + Timestamp: (o: Timestamp) => Timestamp.fromBits(o.low, o.high) +} as const; + +// eslint-disable-next-line @typescript-eslint/no-explicit-any +function serializeDocument(doc: any, options: EJSONSerializeOptions) { + if (doc == null || typeof doc !== 'object') throw new BSONError('not an object instance'); + + const bsontype: BSONType['_bsontype'] = doc._bsontype; + if (typeof bsontype === 'undefined') { + // It's a regular object. Recursively serialize its property values. + const _doc: Document = {}; + for (const name in doc) { + options.seenObjects.push({ propertyName: name, obj: null }); + try { + const value = serializeValue(doc[name], options); + if (name === '__proto__') { + Object.defineProperty(_doc, name, { + value, + writable: true, + enumerable: true, + configurable: true + }); + } else { + _doc[name] = value; + } + } finally { + options.seenObjects.pop(); + } + } + return _doc; + } else if (isBSONType(doc)) { + // the "document" is really just a BSON type object + // eslint-disable-next-line @typescript-eslint/no-explicit-any + let outDoc: any = doc; + if (typeof outDoc.toExtendedJSON !== 'function') { + // There's no EJSON serialization function on the object. It's probably an + // object created by a previous version of this library (or another library) + // that's duck-typing objects to look like they were generated by this library). + // Copy the object into this library's version of that type. + const mapper = BSON_TYPE_MAPPINGS[doc._bsontype]; + if (!mapper) { + throw new BSONTypeError('Unrecognized or invalid _bsontype: ' + doc._bsontype); + } + outDoc = mapper(outDoc); + } + + // Two BSON types may have nested objects that may need to be serialized too + if (bsontype === 'Code' && outDoc.scope) { + outDoc = new Code(outDoc.code, serializeValue(outDoc.scope, options)); + } else if (bsontype === 'DBRef' && outDoc.oid) { + outDoc = new DBRef( + serializeValue(outDoc.collection, options), + serializeValue(outDoc.oid, options), + serializeValue(outDoc.db, options), + serializeValue(outDoc.fields, options) + ); + } + + return outDoc.toExtendedJSON(options); + } else { + throw new BSONError('_bsontype must be a string, but was: ' + typeof bsontype); + } +} + +/** + * EJSON parse / stringify API + * @public + */ +// the namespace here is used to emulate `export * as EJSON from '...'` +// which as of now (sept 2020) api-extractor does not support +// eslint-disable-next-line @typescript-eslint/no-namespace +export namespace EJSON { + export interface Options { + /** Output using the Extended JSON v1 spec */ + legacy?: boolean; + /** Enable Extended JSON's `relaxed` mode, which attempts to return native JS types where possible, rather than BSON types */ + relaxed?: boolean; + /** + * Disable Extended JSON's `relaxed` mode, which attempts to return BSON types where possible, rather than native JS types + * @deprecated Please use the relaxed property instead + */ + strict?: boolean; + } + + /** + * Parse an Extended JSON string, constructing the JavaScript value or object described by that + * string. + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const text = '{ "int32": { "$numberInt": "10" } }'; + * + * // prints { int32: { [String: '10'] _bsontype: 'Int32', value: '10' } } + * console.log(EJSON.parse(text, { relaxed: false })); + * + * // prints { int32: 10 } + * console.log(EJSON.parse(text)); + * ``` + */ + export function parse(text: string, options?: EJSON.Options): SerializableTypes { + const finalOptions = Object.assign({}, { relaxed: true, legacy: false }, options); + + // relaxed implies not strict + if (typeof finalOptions.relaxed === 'boolean') finalOptions.strict = !finalOptions.relaxed; + if (typeof finalOptions.strict === 'boolean') finalOptions.relaxed = !finalOptions.strict; + + return JSON.parse(text, (key, value) => { + if (key.indexOf('\x00') !== -1) { + throw new BSONError( + `BSON Document field names cannot contain null bytes, found: ${JSON.stringify(key)}` + ); + } + return deserializeValue(value, finalOptions); + }); + } + + export type JSONPrimitive = string | number | boolean | null; + export type SerializableTypes = Document | Array | JSONPrimitive; + + /** + * Converts a BSON document to an Extended JSON string, optionally replacing values if a replacer + * function is specified or optionally including only the specified properties if a replacer array + * is specified. + * + * @param value - The value to convert to extended JSON + * @param replacer - A function that alters the behavior of the stringification process, or an array of String and Number objects that serve as a whitelist for selecting/filtering the properties of the value object to be included in the JSON string. If this value is null or not provided, all properties of the object are included in the resulting JSON string + * @param space - A String or Number object that's used to insert white space into the output JSON string for readability purposes. + * @param options - Optional settings + * + * @example + * ```js + * const { EJSON } = require('bson'); + * const Int32 = require('mongodb').Int32; + * const doc = { int32: new Int32(10) }; + * + * // prints '{"int32":{"$numberInt":"10"}}' + * console.log(EJSON.stringify(doc, { relaxed: false })); + * + * // prints '{"int32":10}' + * console.log(EJSON.stringify(doc)); + * ``` + */ + export function stringify( + value: SerializableTypes, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + replacer?: (number | string)[] | ((this: any, key: string, value: any) => any) | EJSON.Options, + space?: string | number, + options?: EJSON.Options + ): string { + if (space != null && typeof space === 'object') { + options = space; + space = 0; + } + if (replacer != null && typeof replacer === 'object' && !Array.isArray(replacer)) { + options = replacer; + replacer = undefined; + space = 0; + } + const serializeOptions = Object.assign({ relaxed: true, legacy: false }, options, { + seenObjects: [{ propertyName: '(root)', obj: null }] + }); + + const doc = serializeValue(value, serializeOptions); + return JSON.stringify(doc, replacer as Parameters[1], space); + } + + /** + * Serializes an object to an Extended JSON string, and reparse it as a JavaScript object. + * + * @param value - The object to serialize + * @param options - Optional settings passed to the `stringify` function + */ + export function serialize(value: SerializableTypes, options?: EJSON.Options): Document { + options = options || {}; + return JSON.parse(stringify(value, options)); + } + + /** + * Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types + * + * @param ejson - The Extended JSON object to deserialize + * @param options - Optional settings passed to the parse method + */ + export function deserialize(ejson: Document, options?: EJSON.Options): SerializableTypes { + options = options || {}; + return parse(JSON.stringify(ejson), options); + } +} diff --git a/node_modules/bson/src/int_32.ts b/node_modules/bson/src/int_32.ts new file mode 100644 index 000000000..b3b5760cc --- /dev/null +++ b/node_modules/bson/src/int_32.ts @@ -0,0 +1,70 @@ +import type { EJSONOptions } from './extended_json'; + +/** @public */ +export interface Int32Extended { + $numberInt: string; +} + +/** + * A class representation of a BSON Int32 type. + * @public + * @category BSONType + */ +export class Int32 { + _bsontype!: 'Int32'; + + value!: number; + /** + * Create an Int32 type + * + * @param value - the number we want to represent as an int32. + */ + constructor(value: number | string) { + if (!(this instanceof Int32)) return new Int32(value); + + if ((value as unknown) instanceof Number) { + value = value.valueOf(); + } + + this.value = +value | 0; + } + + /** + * Access the number value. + * + * @returns returns the wrapped int32 number. + */ + valueOf(): number { + return this.value; + } + + toString(radix?: number): string { + return this.value.toString(radix); + } + + toJSON(): number { + return this.value; + } + + /** @internal */ + toExtendedJSON(options?: EJSONOptions): number | Int32Extended { + if (options && (options.relaxed || options.legacy)) return this.value; + return { $numberInt: this.value.toString() }; + } + + /** @internal */ + static fromExtendedJSON(doc: Int32Extended, options?: EJSONOptions): number | Int32 { + return options && options.relaxed ? parseInt(doc.$numberInt, 10) : new Int32(doc.$numberInt); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return `new Int32(${this.valueOf()})`; + } +} + +Object.defineProperty(Int32.prototype, '_bsontype', { value: 'Int32' }); diff --git a/node_modules/bson/src/long.ts b/node_modules/bson/src/long.ts new file mode 100644 index 000000000..ed3f6e1b7 --- /dev/null +++ b/node_modules/bson/src/long.ts @@ -0,0 +1,1040 @@ +import type { EJSONOptions } from './extended_json'; +import { isObjectLike } from './parser/utils'; +import type { Timestamp } from './timestamp'; + +interface LongWASMHelpers { + /** Gets the high bits of the last operation performed */ + get_high(this: void): number; + div_u( + this: void, + lowBits: number, + highBits: number, + lowBitsDivisor: number, + highBitsDivisor: number + ): number; + div_s( + this: void, + lowBits: number, + highBits: number, + lowBitsDivisor: number, + highBitsDivisor: number + ): number; + rem_u( + this: void, + lowBits: number, + highBits: number, + lowBitsDivisor: number, + highBitsDivisor: number + ): number; + rem_s( + this: void, + lowBits: number, + highBits: number, + lowBitsDivisor: number, + highBitsDivisor: number + ): number; + mul( + this: void, + lowBits: number, + highBits: number, + lowBitsMultiplier: number, + highBitsMultiplier: number + ): number; +} + +/** + * wasm optimizations, to do native i64 multiplication and divide + */ +let wasm: LongWASMHelpers | undefined = undefined; + +/* We do not want to have to include DOM types just for this check */ +// eslint-disable-next-line @typescript-eslint/no-explicit-any +declare const WebAssembly: any; + +try { + wasm = new WebAssembly.Instance( + new WebAssembly.Module( + // prettier-ignore + new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 13, 2, 96, 0, 1, 127, 96, 4, 127, 127, 127, 127, 1, 127, 3, 7, 6, 0, 1, 1, 1, 1, 1, 6, 6, 1, 127, 1, 65, 0, 11, 7, 50, 6, 3, 109, 117, 108, 0, 1, 5, 100, 105, 118, 95, 115, 0, 2, 5, 100, 105, 118, 95, 117, 0, 3, 5, 114, 101, 109, 95, 115, 0, 4, 5, 114, 101, 109, 95, 117, 0, 5, 8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0, 10, 191, 1, 6, 4, 0, 35, 0, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11, 36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32, 3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4, 167, 11]) + ), + {} + ).exports as unknown as LongWASMHelpers; +} catch { + // no wasm support +} + +const TWO_PWR_16_DBL = 1 << 16; +const TWO_PWR_24_DBL = 1 << 24; +const TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL; +const TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL; +const TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2; + +/** A cache of the Long representations of small integer values. */ +const INT_CACHE: { [key: number]: Long } = {}; + +/** A cache of the Long representations of small unsigned integer values. */ +const UINT_CACHE: { [key: number]: Long } = {}; + +/** @public */ +export interface LongExtended { + $numberLong: string; +} + +/** + * A class representing a 64-bit integer + * @public + * @category BSONType + * @remarks + * The internal representation of a long is the two given signed, 32-bit values. + * We use 32-bit pieces because these are the size of integers on which + * Javascript performs bit-operations. For operations like addition and + * multiplication, we split each number into 16 bit pieces, which can easily be + * multiplied within Javascript's floating-point representation without overflow + * or change in sign. + * In the algorithms below, we frequently reduce the negative case to the + * positive case by negating the input(s) and then post-processing the result. + * Note that we must ALWAYS check specially whether those values are MIN_VALUE + * (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as + * a positive number, it overflows back into a negative). Not handling this + * case would often result in infinite recursion. + * Common constant values ZERO, ONE, NEG_ONE, etc. are found as static properties on this class. + */ +export class Long { + _bsontype!: 'Long'; + + /** An indicator used to reliably determine if an object is a Long or not. */ + __isLong__!: true; + + /** + * The high 32 bits as a signed value. + */ + high!: number; + + /** + * The low 32 bits as a signed value. + */ + low!: number; + + /** + * Whether unsigned or not. + */ + unsigned!: boolean; + + /** + * Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers. + * See the from* functions below for more convenient ways of constructing Longs. + * + * Acceptable signatures are: + * - Long(low, high, unsigned?) + * - Long(bigint, unsigned?) + * - Long(string, unsigned?) + * + * @param low - The low (signed) 32 bits of the long + * @param high - The high (signed) 32 bits of the long + * @param unsigned - Whether unsigned or not, defaults to signed + */ + constructor(low: number | bigint | string = 0, high?: number | boolean, unsigned?: boolean) { + if (!(this instanceof Long)) return new Long(low, high, unsigned); + + if (typeof low === 'bigint') { + Object.assign(this, Long.fromBigInt(low, !!high)); + } else if (typeof low === 'string') { + Object.assign(this, Long.fromString(low, !!high)); + } else { + this.low = low | 0; + this.high = (high as number) | 0; + this.unsigned = !!unsigned; + } + + Object.defineProperty(this, '__isLong__', { + value: true, + configurable: false, + writable: false, + enumerable: false + }); + } + + static TWO_PWR_24 = Long.fromInt(TWO_PWR_24_DBL); + + /** Maximum unsigned value. */ + static MAX_UNSIGNED_VALUE = Long.fromBits(0xffffffff | 0, 0xffffffff | 0, true); + /** Signed zero */ + static ZERO = Long.fromInt(0); + /** Unsigned zero. */ + static UZERO = Long.fromInt(0, true); + /** Signed one. */ + static ONE = Long.fromInt(1); + /** Unsigned one. */ + static UONE = Long.fromInt(1, true); + /** Signed negative one. */ + static NEG_ONE = Long.fromInt(-1); + /** Maximum signed value. */ + static MAX_VALUE = Long.fromBits(0xffffffff | 0, 0x7fffffff | 0, false); + /** Minimum signed value. */ + static MIN_VALUE = Long.fromBits(0, 0x80000000 | 0, false); + + /** + * Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. + * Each is assumed to use 32 bits. + * @param lowBits - The low 32 bits + * @param highBits - The high 32 bits + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBits(lowBits: number, highBits: number, unsigned?: boolean): Long { + return new Long(lowBits, highBits, unsigned); + } + + /** + * Returns a Long representing the given 32 bit integer value. + * @param value - The 32 bit integer in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromInt(value: number, unsigned?: boolean): Long { + let obj, cachedObj, cache; + if (unsigned) { + value >>>= 0; + if ((cache = 0 <= value && value < 256)) { + cachedObj = UINT_CACHE[value]; + if (cachedObj) return cachedObj; + } + obj = Long.fromBits(value, (value | 0) < 0 ? -1 : 0, true); + if (cache) UINT_CACHE[value] = obj; + return obj; + } else { + value |= 0; + if ((cache = -128 <= value && value < 128)) { + cachedObj = INT_CACHE[value]; + if (cachedObj) return cachedObj; + } + obj = Long.fromBits(value, value < 0 ? -1 : 0, false); + if (cache) INT_CACHE[value] = obj; + return obj; + } + } + + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromNumber(value: number, unsigned?: boolean): Long { + if (isNaN(value)) return unsigned ? Long.UZERO : Long.ZERO; + if (unsigned) { + if (value < 0) return Long.UZERO; + if (value >= TWO_PWR_64_DBL) return Long.MAX_UNSIGNED_VALUE; + } else { + if (value <= -TWO_PWR_63_DBL) return Long.MIN_VALUE; + if (value + 1 >= TWO_PWR_63_DBL) return Long.MAX_VALUE; + } + if (value < 0) return Long.fromNumber(-value, unsigned).neg(); + return Long.fromBits(value % TWO_PWR_32_DBL | 0, (value / TWO_PWR_32_DBL) | 0, unsigned); + } + + /** + * Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned. + * @param value - The number in question + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBigInt(value: bigint, unsigned?: boolean): Long { + return Long.fromString(value.toString(), unsigned); + } + + /** + * Returns a Long representation of the given string, written using the specified radix. + * @param str - The textual representation of the Long + * @param unsigned - Whether unsigned or not, defaults to signed + * @param radix - The radix in which the text is written (2-36), defaults to 10 + * @returns The corresponding Long value + */ + static fromString(str: string, unsigned?: boolean, radix?: number): Long { + if (str.length === 0) throw Error('empty string'); + if (str === 'NaN' || str === 'Infinity' || str === '+Infinity' || str === '-Infinity') + return Long.ZERO; + if (typeof unsigned === 'number') { + // For goog.math.long compatibility + (radix = unsigned), (unsigned = false); + } else { + unsigned = !!unsigned; + } + radix = radix || 10; + if (radix < 2 || 36 < radix) throw RangeError('radix'); + + let p; + if ((p = str.indexOf('-')) > 0) throw Error('interior hyphen'); + else if (p === 0) { + return Long.fromString(str.substring(1), unsigned, radix).neg(); + } + + // Do several (8) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + const radixToPower = Long.fromNumber(Math.pow(radix, 8)); + + let result = Long.ZERO; + for (let i = 0; i < str.length; i += 8) { + const size = Math.min(8, str.length - i), + value = parseInt(str.substring(i, i + size), radix); + if (size < 8) { + const power = Long.fromNumber(Math.pow(radix, size)); + result = result.mul(power).add(Long.fromNumber(value)); + } else { + result = result.mul(radixToPower); + result = result.add(Long.fromNumber(value)); + } + } + result.unsigned = unsigned; + return result; + } + + /** + * Creates a Long from its byte representation. + * @param bytes - Byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @param le - Whether little or big endian, defaults to big endian + * @returns The corresponding Long value + */ + static fromBytes(bytes: number[], unsigned?: boolean, le?: boolean): Long { + return le ? Long.fromBytesLE(bytes, unsigned) : Long.fromBytesBE(bytes, unsigned); + } + + /** + * Creates a Long from its little endian byte representation. + * @param bytes - Little endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBytesLE(bytes: number[], unsigned?: boolean): Long { + return new Long( + bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24), + bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24), + unsigned + ); + } + + /** + * Creates a Long from its big endian byte representation. + * @param bytes - Big endian byte representation + * @param unsigned - Whether unsigned or not, defaults to signed + * @returns The corresponding Long value + */ + static fromBytesBE(bytes: number[], unsigned?: boolean): Long { + return new Long( + (bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7], + (bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3], + unsigned + ); + } + + /** + * Tests if the specified object is a Long. + */ + static isLong(value: unknown): value is Long { + return isObjectLike(value) && value['__isLong__'] === true; + } + + /** + * Converts the specified value to a Long. + * @param unsigned - Whether unsigned or not, defaults to signed + */ + static fromValue( + val: number | string | { low: number; high: number; unsigned?: boolean }, + unsigned?: boolean + ): Long { + if (typeof val === 'number') return Long.fromNumber(val, unsigned); + if (typeof val === 'string') return Long.fromString(val, unsigned); + // Throws for non-objects, converts non-instanceof Long: + return Long.fromBits( + val.low, + val.high, + typeof unsigned === 'boolean' ? unsigned : val.unsigned + ); + } + + /** Returns the sum of this and the specified Long. */ + add(addend: string | number | Long | Timestamp): Long { + if (!Long.isLong(addend)) addend = Long.fromValue(addend); + + // Divide each number into 4 chunks of 16 bits, and then sum the chunks. + + const a48 = this.high >>> 16; + const a32 = this.high & 0xffff; + const a16 = this.low >>> 16; + const a00 = this.low & 0xffff; + + const b48 = addend.high >>> 16; + const b32 = addend.high & 0xffff; + const b16 = addend.low >>> 16; + const b00 = addend.low & 0xffff; + + let c48 = 0, + c32 = 0, + c16 = 0, + c00 = 0; + c00 += a00 + b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 + b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 + b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 + b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + } + + /** + * Returns the sum of this and the specified Long. + * @returns Sum + */ + and(other: string | number | Long | Timestamp): Long { + if (!Long.isLong(other)) other = Long.fromValue(other); + return Long.fromBits(this.low & other.low, this.high & other.high, this.unsigned); + } + + /** + * Compares this Long's value with the specified's. + * @returns 0 if they are the same, 1 if the this is greater and -1 if the given one is greater + */ + compare(other: string | number | Long | Timestamp): 0 | 1 | -1 { + if (!Long.isLong(other)) other = Long.fromValue(other); + if (this.eq(other)) return 0; + const thisNeg = this.isNegative(), + otherNeg = other.isNegative(); + if (thisNeg && !otherNeg) return -1; + if (!thisNeg && otherNeg) return 1; + // At this point the sign bits are the same + if (!this.unsigned) return this.sub(other).isNegative() ? -1 : 1; + // Both are positive if at least one is unsigned + return other.high >>> 0 > this.high >>> 0 || + (other.high === this.high && other.low >>> 0 > this.low >>> 0) + ? -1 + : 1; + } + + /** This is an alias of {@link Long.compare} */ + comp(other: string | number | Long | Timestamp): 0 | 1 | -1 { + return this.compare(other); + } + + /** + * Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned. + * @returns Quotient + */ + divide(divisor: string | number | Long | Timestamp): Long { + if (!Long.isLong(divisor)) divisor = Long.fromValue(divisor); + if (divisor.isZero()) throw Error('division by zero'); + + // use wasm support if present + if (wasm) { + // guard against signed division overflow: the largest + // negative number / -1 would be 1 larger than the largest + // positive number, due to two's complement. + if ( + !this.unsigned && + this.high === -0x80000000 && + divisor.low === -1 && + divisor.high === -1 + ) { + // be consistent with non-wasm code path + return this; + } + const low = (this.unsigned ? wasm.div_u : wasm.div_s)( + this.low, + this.high, + divisor.low, + divisor.high + ); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + + if (this.isZero()) return this.unsigned ? Long.UZERO : Long.ZERO; + let approx, rem, res; + if (!this.unsigned) { + // This section is only relevant for signed longs and is derived from the + // closure library as a whole. + if (this.eq(Long.MIN_VALUE)) { + if (divisor.eq(Long.ONE) || divisor.eq(Long.NEG_ONE)) return Long.MIN_VALUE; + // recall that -MIN_VALUE == MIN_VALUE + else if (divisor.eq(Long.MIN_VALUE)) return Long.ONE; + else { + // At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|. + const halfThis = this.shr(1); + approx = halfThis.div(divisor).shl(1); + if (approx.eq(Long.ZERO)) { + return divisor.isNegative() ? Long.ONE : Long.NEG_ONE; + } else { + rem = this.sub(divisor.mul(approx)); + res = approx.add(rem.div(divisor)); + return res; + } + } + } else if (divisor.eq(Long.MIN_VALUE)) return this.unsigned ? Long.UZERO : Long.ZERO; + if (this.isNegative()) { + if (divisor.isNegative()) return this.neg().div(divisor.neg()); + return this.neg().div(divisor).neg(); + } else if (divisor.isNegative()) return this.div(divisor.neg()).neg(); + res = Long.ZERO; + } else { + // The algorithm below has not been made for unsigned longs. It's therefore + // required to take special care of the MSB prior to running it. + if (!divisor.unsigned) divisor = divisor.toUnsigned(); + if (divisor.gt(this)) return Long.UZERO; + if (divisor.gt(this.shru(1))) + // 15 >>> 1 = 7 ; with divisor = 8 ; true + return Long.UONE; + res = Long.UZERO; + } + + // Repeat the following until the remainder is less than other: find a + // floating-point that approximates remainder / other *from below*, add this + // into the result, and subtract it from the remainder. It is critical that + // the approximate value is less than or equal to the real value so that the + // remainder never becomes negative. + // eslint-disable-next-line @typescript-eslint/no-this-alias + rem = this; + while (rem.gte(divisor)) { + // Approximate the result of division. This may be a little greater or + // smaller than the actual value. + approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber())); + + // We will tweak the approximate result by changing it in the 48-th digit or + // the smallest non-fractional digit, whichever is larger. + const log2 = Math.ceil(Math.log(approx) / Math.LN2); + const delta = log2 <= 48 ? 1 : Math.pow(2, log2 - 48); + // Decrease the approximation until it is smaller than the remainder. Note + // that if it is too large, the product overflows and is negative. + let approxRes = Long.fromNumber(approx); + let approxRem = approxRes.mul(divisor); + while (approxRem.isNegative() || approxRem.gt(rem)) { + approx -= delta; + approxRes = Long.fromNumber(approx, this.unsigned); + approxRem = approxRes.mul(divisor); + } + + // We know the answer can't be zero... and actually, zero would cause + // infinite recursion since we would make no progress. + if (approxRes.isZero()) approxRes = Long.ONE; + + res = res.add(approxRes); + rem = rem.sub(approxRem); + } + return res; + } + + /**This is an alias of {@link Long.divide} */ + div(divisor: string | number | Long | Timestamp): Long { + return this.divide(divisor); + } + + /** + * Tests if this Long's value equals the specified's. + * @param other - Other value + */ + equals(other: string | number | Long | Timestamp): boolean { + if (!Long.isLong(other)) other = Long.fromValue(other); + if (this.unsigned !== other.unsigned && this.high >>> 31 === 1 && other.high >>> 31 === 1) + return false; + return this.high === other.high && this.low === other.low; + } + + /** This is an alias of {@link Long.equals} */ + eq(other: string | number | Long | Timestamp): boolean { + return this.equals(other); + } + + /** Gets the high 32 bits as a signed integer. */ + getHighBits(): number { + return this.high; + } + + /** Gets the high 32 bits as an unsigned integer. */ + getHighBitsUnsigned(): number { + return this.high >>> 0; + } + + /** Gets the low 32 bits as a signed integer. */ + getLowBits(): number { + return this.low; + } + + /** Gets the low 32 bits as an unsigned integer. */ + getLowBitsUnsigned(): number { + return this.low >>> 0; + } + + /** Gets the number of bits needed to represent the absolute value of this Long. */ + getNumBitsAbs(): number { + if (this.isNegative()) { + // Unsigned Longs are never negative + return this.eq(Long.MIN_VALUE) ? 64 : this.neg().getNumBitsAbs(); + } + const val = this.high !== 0 ? this.high : this.low; + let bit: number; + for (bit = 31; bit > 0; bit--) if ((val & (1 << bit)) !== 0) break; + return this.high !== 0 ? bit + 33 : bit + 1; + } + + /** Tests if this Long's value is greater than the specified's. */ + greaterThan(other: string | number | Long | Timestamp): boolean { + return this.comp(other) > 0; + } + + /** This is an alias of {@link Long.greaterThan} */ + gt(other: string | number | Long | Timestamp): boolean { + return this.greaterThan(other); + } + + /** Tests if this Long's value is greater than or equal the specified's. */ + greaterThanOrEqual(other: string | number | Long | Timestamp): boolean { + return this.comp(other) >= 0; + } + + /** This is an alias of {@link Long.greaterThanOrEqual} */ + gte(other: string | number | Long | Timestamp): boolean { + return this.greaterThanOrEqual(other); + } + /** This is an alias of {@link Long.greaterThanOrEqual} */ + ge(other: string | number | Long | Timestamp): boolean { + return this.greaterThanOrEqual(other); + } + + /** Tests if this Long's value is even. */ + isEven(): boolean { + return (this.low & 1) === 0; + } + + /** Tests if this Long's value is negative. */ + isNegative(): boolean { + return !this.unsigned && this.high < 0; + } + + /** Tests if this Long's value is odd. */ + isOdd(): boolean { + return (this.low & 1) === 1; + } + + /** Tests if this Long's value is positive. */ + isPositive(): boolean { + return this.unsigned || this.high >= 0; + } + + /** Tests if this Long's value equals zero. */ + isZero(): boolean { + return this.high === 0 && this.low === 0; + } + + /** Tests if this Long's value is less than the specified's. */ + lessThan(other: string | number | Long | Timestamp): boolean { + return this.comp(other) < 0; + } + + /** This is an alias of {@link Long#lessThan}. */ + lt(other: string | number | Long | Timestamp): boolean { + return this.lessThan(other); + } + + /** Tests if this Long's value is less than or equal the specified's. */ + lessThanOrEqual(other: string | number | Long | Timestamp): boolean { + return this.comp(other) <= 0; + } + + /** This is an alias of {@link Long.lessThanOrEqual} */ + lte(other: string | number | Long | Timestamp): boolean { + return this.lessThanOrEqual(other); + } + + /** Returns this Long modulo the specified. */ + modulo(divisor: string | number | Long | Timestamp): Long { + if (!Long.isLong(divisor)) divisor = Long.fromValue(divisor); + + // use wasm support if present + if (wasm) { + const low = (this.unsigned ? wasm.rem_u : wasm.rem_s)( + this.low, + this.high, + divisor.low, + divisor.high + ); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + + return this.sub(this.div(divisor).mul(divisor)); + } + + /** This is an alias of {@link Long.modulo} */ + mod(divisor: string | number | Long | Timestamp): Long { + return this.modulo(divisor); + } + /** This is an alias of {@link Long.modulo} */ + rem(divisor: string | number | Long | Timestamp): Long { + return this.modulo(divisor); + } + + /** + * Returns the product of this and the specified Long. + * @param multiplier - Multiplier + * @returns Product + */ + multiply(multiplier: string | number | Long | Timestamp): Long { + if (this.isZero()) return Long.ZERO; + if (!Long.isLong(multiplier)) multiplier = Long.fromValue(multiplier); + + // use wasm support if present + if (wasm) { + const low = wasm.mul(this.low, this.high, multiplier.low, multiplier.high); + return Long.fromBits(low, wasm.get_high(), this.unsigned); + } + + if (multiplier.isZero()) return Long.ZERO; + if (this.eq(Long.MIN_VALUE)) return multiplier.isOdd() ? Long.MIN_VALUE : Long.ZERO; + if (multiplier.eq(Long.MIN_VALUE)) return this.isOdd() ? Long.MIN_VALUE : Long.ZERO; + + if (this.isNegative()) { + if (multiplier.isNegative()) return this.neg().mul(multiplier.neg()); + else return this.neg().mul(multiplier).neg(); + } else if (multiplier.isNegative()) return this.mul(multiplier.neg()).neg(); + + // If both longs are small, use float multiplication + if (this.lt(Long.TWO_PWR_24) && multiplier.lt(Long.TWO_PWR_24)) + return Long.fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned); + + // Divide each long into 4 chunks of 16 bits, and then add up 4x4 products. + // We can skip products that would overflow. + + const a48 = this.high >>> 16; + const a32 = this.high & 0xffff; + const a16 = this.low >>> 16; + const a00 = this.low & 0xffff; + + const b48 = multiplier.high >>> 16; + const b32 = multiplier.high & 0xffff; + const b16 = multiplier.low >>> 16; + const b00 = multiplier.low & 0xffff; + + let c48 = 0, + c32 = 0, + c16 = 0, + c00 = 0; + c00 += a00 * b00; + c16 += c00 >>> 16; + c00 &= 0xffff; + c16 += a16 * b00; + c32 += c16 >>> 16; + c16 &= 0xffff; + c16 += a00 * b16; + c32 += c16 >>> 16; + c16 &= 0xffff; + c32 += a32 * b00; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a16 * b16; + c48 += c32 >>> 16; + c32 &= 0xffff; + c32 += a00 * b32; + c48 += c32 >>> 16; + c32 &= 0xffff; + c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48; + c48 &= 0xffff; + return Long.fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned); + } + + /** This is an alias of {@link Long.multiply} */ + mul(multiplier: string | number | Long | Timestamp): Long { + return this.multiply(multiplier); + } + + /** Returns the Negation of this Long's value. */ + negate(): Long { + if (!this.unsigned && this.eq(Long.MIN_VALUE)) return Long.MIN_VALUE; + return this.not().add(Long.ONE); + } + + /** This is an alias of {@link Long.negate} */ + neg(): Long { + return this.negate(); + } + + /** Returns the bitwise NOT of this Long. */ + not(): Long { + return Long.fromBits(~this.low, ~this.high, this.unsigned); + } + + /** Tests if this Long's value differs from the specified's. */ + notEquals(other: string | number | Long | Timestamp): boolean { + return !this.equals(other); + } + + /** This is an alias of {@link Long.notEquals} */ + neq(other: string | number | Long | Timestamp): boolean { + return this.notEquals(other); + } + /** This is an alias of {@link Long.notEquals} */ + ne(other: string | number | Long | Timestamp): boolean { + return this.notEquals(other); + } + + /** + * Returns the bitwise OR of this Long and the specified. + */ + or(other: number | string | Long): Long { + if (!Long.isLong(other)) other = Long.fromValue(other); + return Long.fromBits(this.low | other.low, this.high | other.high, this.unsigned); + } + + /** + * Returns this Long with bits shifted to the left by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + shiftLeft(numBits: number | Long): Long { + if (Long.isLong(numBits)) numBits = numBits.toInt(); + if ((numBits &= 63) === 0) return this; + else if (numBits < 32) + return Long.fromBits( + this.low << numBits, + (this.high << numBits) | (this.low >>> (32 - numBits)), + this.unsigned + ); + else return Long.fromBits(0, this.low << (numBits - 32), this.unsigned); + } + + /** This is an alias of {@link Long.shiftLeft} */ + shl(numBits: number | Long): Long { + return this.shiftLeft(numBits); + } + + /** + * Returns this Long with bits arithmetically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + shiftRight(numBits: number | Long): Long { + if (Long.isLong(numBits)) numBits = numBits.toInt(); + if ((numBits &= 63) === 0) return this; + else if (numBits < 32) + return Long.fromBits( + (this.low >>> numBits) | (this.high << (32 - numBits)), + this.high >> numBits, + this.unsigned + ); + else return Long.fromBits(this.high >> (numBits - 32), this.high >= 0 ? 0 : -1, this.unsigned); + } + + /** This is an alias of {@link Long.shiftRight} */ + shr(numBits: number | Long): Long { + return this.shiftRight(numBits); + } + + /** + * Returns this Long with bits logically shifted to the right by the given amount. + * @param numBits - Number of bits + * @returns Shifted Long + */ + shiftRightUnsigned(numBits: Long | number): Long { + if (Long.isLong(numBits)) numBits = numBits.toInt(); + numBits &= 63; + if (numBits === 0) return this; + else { + const high = this.high; + if (numBits < 32) { + const low = this.low; + return Long.fromBits( + (low >>> numBits) | (high << (32 - numBits)), + high >>> numBits, + this.unsigned + ); + } else if (numBits === 32) return Long.fromBits(high, 0, this.unsigned); + else return Long.fromBits(high >>> (numBits - 32), 0, this.unsigned); + } + } + + /** This is an alias of {@link Long.shiftRightUnsigned} */ + shr_u(numBits: number | Long): Long { + return this.shiftRightUnsigned(numBits); + } + /** This is an alias of {@link Long.shiftRightUnsigned} */ + shru(numBits: number | Long): Long { + return this.shiftRightUnsigned(numBits); + } + + /** + * Returns the difference of this and the specified Long. + * @param subtrahend - Subtrahend + * @returns Difference + */ + subtract(subtrahend: string | number | Long | Timestamp): Long { + if (!Long.isLong(subtrahend)) subtrahend = Long.fromValue(subtrahend); + return this.add(subtrahend.neg()); + } + + /** This is an alias of {@link Long.subtract} */ + sub(subtrahend: string | number | Long | Timestamp): Long { + return this.subtract(subtrahend); + } + + /** Converts the Long to a 32 bit integer, assuming it is a 32 bit integer. */ + toInt(): number { + return this.unsigned ? this.low >>> 0 : this.low; + } + + /** Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa). */ + toNumber(): number { + if (this.unsigned) return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0); + return this.high * TWO_PWR_32_DBL + (this.low >>> 0); + } + + /** Converts the Long to a BigInt (arbitrary precision). */ + toBigInt(): bigint { + return BigInt(this.toString()); + } + + /** + * Converts this Long to its byte representation. + * @param le - Whether little or big endian, defaults to big endian + * @returns Byte representation + */ + toBytes(le?: boolean): number[] { + return le ? this.toBytesLE() : this.toBytesBE(); + } + + /** + * Converts this Long to its little endian byte representation. + * @returns Little endian byte representation + */ + toBytesLE(): number[] { + const hi = this.high, + lo = this.low; + return [ + lo & 0xff, + (lo >>> 8) & 0xff, + (lo >>> 16) & 0xff, + lo >>> 24, + hi & 0xff, + (hi >>> 8) & 0xff, + (hi >>> 16) & 0xff, + hi >>> 24 + ]; + } + + /** + * Converts this Long to its big endian byte representation. + * @returns Big endian byte representation + */ + toBytesBE(): number[] { + const hi = this.high, + lo = this.low; + return [ + hi >>> 24, + (hi >>> 16) & 0xff, + (hi >>> 8) & 0xff, + hi & 0xff, + lo >>> 24, + (lo >>> 16) & 0xff, + (lo >>> 8) & 0xff, + lo & 0xff + ]; + } + + /** + * Converts this Long to signed. + */ + toSigned(): Long { + if (!this.unsigned) return this; + return Long.fromBits(this.low, this.high, false); + } + + /** + * Converts the Long to a string written in the specified radix. + * @param radix - Radix (2-36), defaults to 10 + * @throws RangeError If `radix` is out of range + */ + toString(radix?: number): string { + radix = radix || 10; + if (radix < 2 || 36 < radix) throw RangeError('radix'); + if (this.isZero()) return '0'; + if (this.isNegative()) { + // Unsigned Longs are never negative + if (this.eq(Long.MIN_VALUE)) { + // We need to change the Long value before it can be negated, so we remove + // the bottom-most digit in this base and then recurse to do the rest. + const radixLong = Long.fromNumber(radix), + div = this.div(radixLong), + rem1 = div.mul(radixLong).sub(this); + return div.toString(radix) + rem1.toInt().toString(radix); + } else return '-' + this.neg().toString(radix); + } + + // Do several (6) digits each time through the loop, so as to + // minimize the calls to the very expensive emulated div. + const radixToPower = Long.fromNumber(Math.pow(radix, 6), this.unsigned); + // eslint-disable-next-line @typescript-eslint/no-this-alias + let rem: Long = this; + let result = ''; + // eslint-disable-next-line no-constant-condition + while (true) { + const remDiv = rem.div(radixToPower); + const intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0; + let digits = intval.toString(radix); + rem = remDiv; + if (rem.isZero()) { + return digits + result; + } else { + while (digits.length < 6) digits = '0' + digits; + result = '' + digits + result; + } + } + } + + /** Converts this Long to unsigned. */ + toUnsigned(): Long { + if (this.unsigned) return this; + return Long.fromBits(this.low, this.high, true); + } + + /** Returns the bitwise XOR of this Long and the given one. */ + xor(other: Long | number | string): Long { + if (!Long.isLong(other)) other = Long.fromValue(other); + return Long.fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned); + } + + /** This is an alias of {@link Long.isZero} */ + eqz(): boolean { + return this.isZero(); + } + + /** This is an alias of {@link Long.lessThanOrEqual} */ + le(other: string | number | Long | Timestamp): boolean { + return this.lessThanOrEqual(other); + } + + /* + **************************************************************** + * BSON SPECIFIC ADDITIONS * + **************************************************************** + */ + toExtendedJSON(options?: EJSONOptions): number | LongExtended { + if (options && options.relaxed) return this.toNumber(); + return { $numberLong: this.toString() }; + } + static fromExtendedJSON(doc: { $numberLong: string }, options?: EJSONOptions): number | Long { + const result = Long.fromString(doc.$numberLong); + return options && options.relaxed ? result.toNumber() : result; + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return `new Long("${this.toString()}"${this.unsigned ? ', true' : ''})`; + } +} + +Object.defineProperty(Long.prototype, '__isLong__', { value: true }); +Object.defineProperty(Long.prototype, '_bsontype', { value: 'Long' }); diff --git a/node_modules/bson/src/map.ts b/node_modules/bson/src/map.ts new file mode 100644 index 000000000..ba0032968 --- /dev/null +++ b/node_modules/bson/src/map.ts @@ -0,0 +1,119 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ +// We have an ES6 Map available, return the native instance + +import { getGlobal } from './utils/global'; + +/** @public */ +let bsonMap: MapConstructor; + +const bsonGlobal = getGlobal<{ Map?: MapConstructor }>(); +if (bsonGlobal.Map) { + bsonMap = bsonGlobal.Map; +} else { + // We will return a polyfill + bsonMap = class Map { + private _keys: string[]; + private _values: Record; + constructor(array: [string, any][] = []) { + this._keys = []; + this._values = {}; + + for (let i = 0; i < array.length; i++) { + if (array[i] == null) continue; // skip null and undefined + const entry = array[i]; + const key = entry[0]; + const value = entry[1]; + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + } + } + clear() { + this._keys = []; + this._values = {}; + } + delete(key: string) { + const value = this._values[key]; + if (value == null) return false; + // Delete entry + delete this._values[key]; + // Remove the key from the ordered keys list + this._keys.splice(value.i, 1); + return true; + } + entries() { + let index = 0; + + return { + next: () => { + const key = this._keys[index++]; + return { + value: key !== undefined ? [key, this._values[key].v] : undefined, + done: key !== undefined ? false : true + }; + } + }; + } + forEach(callback: (this: this, value: any, key: string, self: this) => void, self?: this) { + self = self || this; + + for (let i = 0; i < this._keys.length; i++) { + const key = this._keys[i]; + // Call the forEach callback + callback.call(self, this._values[key].v, key, self); + } + } + get(key: string) { + return this._values[key] ? this._values[key].v : undefined; + } + has(key: string) { + return this._values[key] != null; + } + keys() { + let index = 0; + + return { + next: () => { + const key = this._keys[index++]; + return { + value: key !== undefined ? key : undefined, + done: key !== undefined ? false : true + }; + } + }; + } + set(key: string, value: any) { + if (this._values[key]) { + this._values[key].v = value; + return this; + } + + // Add the key to the list of keys in order + this._keys.push(key); + // Add the key and value to the values dictionary with a point + // to the location in the ordered keys list + this._values[key] = { v: value, i: this._keys.length - 1 }; + return this; + } + values() { + let index = 0; + + return { + next: () => { + const key = this._keys[index++]; + return { + value: key !== undefined ? this._values[key].v : undefined, + done: key !== undefined ? false : true + }; + } + }; + } + get size() { + return this._keys.length; + } + } as unknown as MapConstructor; +} + +export { bsonMap as Map }; diff --git a/node_modules/bson/src/max_key.ts b/node_modules/bson/src/max_key.ts new file mode 100644 index 000000000..0ff3d3633 --- /dev/null +++ b/node_modules/bson/src/max_key.ts @@ -0,0 +1,38 @@ +/** @public */ +export interface MaxKeyExtended { + $maxKey: 1; +} + +/** + * A class representation of the BSON MaxKey type. + * @public + * @category BSONType + */ +export class MaxKey { + _bsontype!: 'MaxKey'; + + constructor() { + if (!(this instanceof MaxKey)) return new MaxKey(); + } + + /** @internal */ + toExtendedJSON(): MaxKeyExtended { + return { $maxKey: 1 }; + } + + /** @internal */ + static fromExtendedJSON(): MaxKey { + return new MaxKey(); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return 'new MaxKey()'; + } +} + +Object.defineProperty(MaxKey.prototype, '_bsontype', { value: 'MaxKey' }); diff --git a/node_modules/bson/src/min_key.ts b/node_modules/bson/src/min_key.ts new file mode 100644 index 000000000..f872b1eb1 --- /dev/null +++ b/node_modules/bson/src/min_key.ts @@ -0,0 +1,38 @@ +/** @public */ +export interface MinKeyExtended { + $minKey: 1; +} + +/** + * A class representation of the BSON MinKey type. + * @public + * @category BSONType + */ +export class MinKey { + _bsontype!: 'MinKey'; + + constructor() { + if (!(this instanceof MinKey)) return new MinKey(); + } + + /** @internal */ + toExtendedJSON(): MinKeyExtended { + return { $minKey: 1 }; + } + + /** @internal */ + static fromExtendedJSON(): MinKey { + return new MinKey(); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return 'new MinKey()'; + } +} + +Object.defineProperty(MinKey.prototype, '_bsontype', { value: 'MinKey' }); diff --git a/node_modules/bson/src/objectid.ts b/node_modules/bson/src/objectid.ts new file mode 100644 index 000000000..7bf012d7b --- /dev/null +++ b/node_modules/bson/src/objectid.ts @@ -0,0 +1,354 @@ +import { Buffer } from 'buffer'; +import { ensureBuffer } from './ensure_buffer'; +import { BSONTypeError } from './error'; +import { deprecate, isUint8Array, randomBytes } from './parser/utils'; + +// Regular expression that checks for hex value +const checkForHexRegExp = new RegExp('^[0-9a-fA-F]{24}$'); + +// Unique sequence for the current process (initialized on first use) +let PROCESS_UNIQUE: Uint8Array | null = null; + +/** @public */ +export interface ObjectIdLike { + id: string | Buffer; + __id?: string; + toHexString(): string; +} + +/** @public */ +export interface ObjectIdExtended { + $oid: string; +} + +const kId = Symbol('id'); + +/** + * A class representation of the BSON ObjectId type. + * @public + * @category BSONType + */ +export class ObjectId { + _bsontype!: 'ObjectID'; + + /** @internal */ + static index = Math.floor(Math.random() * 0xffffff); + + static cacheHexString: boolean; + + /** ObjectId Bytes @internal */ + private [kId]!: Buffer; + /** ObjectId hexString cache @internal */ + private __id?: string; + + /** + * Create an ObjectId type + * + * @param inputId - Can be a 24 character hex string, 12 byte binary Buffer, or a number. + */ + constructor(inputId?: string | number | ObjectId | ObjectIdLike | Buffer | Uint8Array) { + if (!(this instanceof ObjectId)) return new ObjectId(inputId); + + // workingId is set based on type of input and whether valid id exists for the input + let workingId; + if (typeof inputId === 'object' && inputId && 'id' in inputId) { + if (typeof inputId.id !== 'string' && !ArrayBuffer.isView(inputId.id)) { + throw new BSONTypeError( + 'Argument passed in must have an id that is of type string or Buffer' + ); + } + if ('toHexString' in inputId && typeof inputId.toHexString === 'function') { + workingId = Buffer.from(inputId.toHexString(), 'hex'); + } else { + workingId = inputId.id; + } + } else { + workingId = inputId; + } + + // the following cases use workingId to construct an ObjectId + if (workingId == null || typeof workingId === 'number') { + // The most common use case (blank id, new objectId instance) + // Generate a new id + this[kId] = ObjectId.generate(typeof workingId === 'number' ? workingId : undefined); + } else if (ArrayBuffer.isView(workingId) && workingId.byteLength === 12) { + // If intstanceof matches we can escape calling ensure buffer in Node.js environments + this[kId] = workingId instanceof Buffer ? workingId : ensureBuffer(workingId); + } else if (typeof workingId === 'string') { + if (workingId.length === 12) { + const bytes = Buffer.from(workingId); + if (bytes.byteLength === 12) { + this[kId] = bytes; + } else { + throw new BSONTypeError('Argument passed in must be a string of 12 bytes'); + } + } else if (workingId.length === 24 && checkForHexRegExp.test(workingId)) { + this[kId] = Buffer.from(workingId, 'hex'); + } else { + throw new BSONTypeError( + 'Argument passed in must be a string of 12 bytes or a string of 24 hex characters or an integer' + ); + } + } else { + throw new BSONTypeError('Argument passed in does not match the accepted types'); + } + // If we are caching the hex string + if (ObjectId.cacheHexString) { + this.__id = this.id.toString('hex'); + } + } + + /** + * The ObjectId bytes + * @readonly + */ + get id(): Buffer { + return this[kId]; + } + + set id(value: Buffer) { + this[kId] = value; + if (ObjectId.cacheHexString) { + this.__id = value.toString('hex'); + } + } + + /** + * The generation time of this ObjectId instance + * @deprecated Please use getTimestamp / createFromTime which returns an int32 epoch + */ + get generationTime(): number { + return this.id.readInt32BE(0); + } + + set generationTime(value: number) { + // Encode time into first 4 bytes + this.id.writeUInt32BE(value, 0); + } + + /** Returns the ObjectId id as a 24 character hex string representation */ + toHexString(): string { + if (ObjectId.cacheHexString && this.__id) { + return this.__id; + } + + const hexString = this.id.toString('hex'); + + if (ObjectId.cacheHexString && !this.__id) { + this.__id = hexString; + } + + return hexString; + } + + /** + * Update the ObjectId index + * @privateRemarks + * Used in generating new ObjectId's on the driver + * @internal + */ + static getInc(): number { + return (ObjectId.index = (ObjectId.index + 1) % 0xffffff); + } + + /** + * Generate a 12 byte id buffer used in ObjectId's + * + * @param time - pass in a second based timestamp. + */ + static generate(time?: number): Buffer { + if ('number' !== typeof time) { + time = Math.floor(Date.now() / 1000); + } + + const inc = ObjectId.getInc(); + const buffer = Buffer.alloc(12); + + // 4-byte timestamp + buffer.writeUInt32BE(time, 0); + + // set PROCESS_UNIQUE if yet not initialized + if (PROCESS_UNIQUE === null) { + PROCESS_UNIQUE = randomBytes(5); + } + + // 5-byte process unique + buffer[4] = PROCESS_UNIQUE[0]; + buffer[5] = PROCESS_UNIQUE[1]; + buffer[6] = PROCESS_UNIQUE[2]; + buffer[7] = PROCESS_UNIQUE[3]; + buffer[8] = PROCESS_UNIQUE[4]; + + // 3-byte counter + buffer[11] = inc & 0xff; + buffer[10] = (inc >> 8) & 0xff; + buffer[9] = (inc >> 16) & 0xff; + + return buffer; + } + + /** + * Converts the id into a 24 character hex string for printing + * + * @param format - The Buffer toString format parameter. + */ + toString(format?: string): string { + // Is the id a buffer then use the buffer toString method to return the format + if (format) return this.id.toString(format); + return this.toHexString(); + } + + /** Converts to its JSON the 24 character hex string representation. */ + toJSON(): string { + return this.toHexString(); + } + + /** + * Compares the equality of this ObjectId with `otherID`. + * + * @param otherId - ObjectId instance to compare against. + */ + equals(otherId: string | ObjectId | ObjectIdLike): boolean { + if (otherId === undefined || otherId === null) { + return false; + } + + if (otherId instanceof ObjectId) { + return this[kId][11] === otherId[kId][11] && this[kId].equals(otherId[kId]); + } + + if ( + typeof otherId === 'string' && + ObjectId.isValid(otherId) && + otherId.length === 12 && + isUint8Array(this.id) + ) { + return otherId === Buffer.prototype.toString.call(this.id, 'latin1'); + } + + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 24) { + return otherId.toLowerCase() === this.toHexString(); + } + + if (typeof otherId === 'string' && ObjectId.isValid(otherId) && otherId.length === 12) { + return Buffer.from(otherId).equals(this.id); + } + + if ( + typeof otherId === 'object' && + 'toHexString' in otherId && + typeof otherId.toHexString === 'function' + ) { + const otherIdString = otherId.toHexString(); + const thisIdString = this.toHexString().toLowerCase(); + return typeof otherIdString === 'string' && otherIdString.toLowerCase() === thisIdString; + } + + return false; + } + + /** Returns the generation date (accurate up to the second) that this ID was generated. */ + getTimestamp(): Date { + const timestamp = new Date(); + const time = this.id.readUInt32BE(0); + timestamp.setTime(Math.floor(time) * 1000); + return timestamp; + } + + /** @internal */ + static createPk(): ObjectId { + return new ObjectId(); + } + + /** + * Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId. + * + * @param time - an integer number representing a number of seconds. + */ + static createFromTime(time: number): ObjectId { + const buffer = Buffer.from([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); + // Encode time into first 4 bytes + buffer.writeUInt32BE(time, 0); + // Return the new objectId + return new ObjectId(buffer); + } + + /** + * Creates an ObjectId from a hex string representation of an ObjectId. + * + * @param hexString - create a ObjectId from a passed in 24 character hexstring. + */ + static createFromHexString(hexString: string): ObjectId { + // Throw an error if it's not a valid setup + if (typeof hexString === 'undefined' || (hexString != null && hexString.length !== 24)) { + throw new BSONTypeError( + 'Argument passed in must be a single String of 12 bytes or a string of 24 hex characters' + ); + } + + return new ObjectId(Buffer.from(hexString, 'hex')); + } + + /** + * Checks if a value is a valid bson ObjectId + * + * @param id - ObjectId instance to validate. + */ + static isValid(id: string | number | ObjectId | ObjectIdLike | Buffer | Uint8Array): boolean { + if (id == null) return false; + + try { + new ObjectId(id); + return true; + } catch { + return false; + } + } + + /** @internal */ + toExtendedJSON(): ObjectIdExtended { + if (this.toHexString) return { $oid: this.toHexString() }; + return { $oid: this.toString('hex') }; + } + + /** @internal */ + static fromExtendedJSON(doc: ObjectIdExtended): ObjectId { + return new ObjectId(doc.$oid); + } + + /** + * Converts to a string representation of this Id. + * + * @returns return the 24 character hex string representation. + * @internal + */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return `new ObjectId("${this.toHexString()}")`; + } +} + +// Deprecated methods +Object.defineProperty(ObjectId.prototype, 'generate', { + value: deprecate( + (time: number) => ObjectId.generate(time), + 'Please use the static `ObjectId.generate(time)` instead' + ) +}); + +Object.defineProperty(ObjectId.prototype, 'getInc', { + value: deprecate(() => ObjectId.getInc(), 'Please use the static `ObjectId.getInc()` instead') +}); + +Object.defineProperty(ObjectId.prototype, 'get_inc', { + value: deprecate(() => ObjectId.getInc(), 'Please use the static `ObjectId.getInc()` instead') +}); + +Object.defineProperty(ObjectId, 'get_inc', { + value: deprecate(() => ObjectId.getInc(), 'Please use the static `ObjectId.getInc()` instead') +}); + +Object.defineProperty(ObjectId.prototype, '_bsontype', { value: 'ObjectID' }); diff --git a/node_modules/bson/src/parser/calculate_size.ts b/node_modules/bson/src/parser/calculate_size.ts new file mode 100644 index 000000000..cc7f431e6 --- /dev/null +++ b/node_modules/bson/src/parser/calculate_size.ts @@ -0,0 +1,228 @@ +import { Buffer } from 'buffer'; +import { Binary } from '../binary'; +import type { Document } from '../bson'; +import * as constants from '../constants'; +import { isAnyArrayBuffer, isDate, isRegExp, normalizedFunctionString } from './utils'; + +export function calculateObjectSize( + object: Document, + serializeFunctions?: boolean, + ignoreUndefined?: boolean +): number { + let totalLength = 4 + 1; + + if (Array.isArray(object)) { + for (let i = 0; i < object.length; i++) { + totalLength += calculateElement( + i.toString(), + object[i], + serializeFunctions, + true, + ignoreUndefined + ); + } + } else { + // If we have toBSON defined, override the current object + + if (typeof object?.toBSON === 'function') { + object = object.toBSON(); + } + + // Calculate size + for (const key in object) { + totalLength += calculateElement(key, object[key], serializeFunctions, false, ignoreUndefined); + } + } + + return totalLength; +} + +/** @internal */ +function calculateElement( + name: string, + // eslint-disable-next-line @typescript-eslint/no-explicit-any + value: any, + serializeFunctions = false, + isArray = false, + ignoreUndefined = false +) { + // If we have toBSON defined, override the current object + if (typeof value?.toBSON === 'function') { + value = value.toBSON(); + } + + switch (typeof value) { + case 'string': + return 1 + Buffer.byteLength(name, 'utf8') + 1 + 4 + Buffer.byteLength(value, 'utf8') + 1; + case 'number': + if ( + Math.floor(value) === value && + value >= constants.JS_INT_MIN && + value <= constants.JS_INT_MAX + ) { + if (value >= constants.BSON_INT32_MIN && value <= constants.BSON_INT32_MAX) { + // 32 bit + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (4 + 1); + } else { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + } else { + // 64 bit + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } + case 'undefined': + if (isArray || !ignoreUndefined) + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + 1; + return 0; + case 'boolean': + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (1 + 1); + case 'object': + if (value == null || value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + 1; + } else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (12 + 1); + } else if (value instanceof Date || isDate(value)) { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } else if ( + ArrayBuffer.isView(value) || + value instanceof ArrayBuffer || + isAnyArrayBuffer(value) + ) { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (1 + 4 + 1) + value.byteLength + ); + } else if ( + value['_bsontype'] === 'Long' || + value['_bsontype'] === 'Double' || + value['_bsontype'] === 'Timestamp' + ) { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (8 + 1); + } else if (value['_bsontype'] === 'Decimal128') { + return (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (16 + 1); + } else if (value['_bsontype'] === 'Code') { + // Calculate size depending on the availability of a scope + if (value.scope != null && Object.keys(value.scope).length > 0) { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + Buffer.byteLength(value.code.toString(), 'utf8') + + 1 + + calculateObjectSize(value.scope, serializeFunctions, ignoreUndefined) + ); + } else { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + Buffer.byteLength(value.code.toString(), 'utf8') + + 1 + ); + } + } else if (value['_bsontype'] === 'Binary') { + const binary: Binary = value; + // Check what kind of subtype we have + if (binary.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + (binary.position + 1 + 4 + 1 + 4) + ); + } else { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + (binary.position + 1 + 4 + 1) + ); + } + } else if (value['_bsontype'] === 'Symbol') { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + Buffer.byteLength(value.value, 'utf8') + + 4 + + 1 + + 1 + ); + } else if (value['_bsontype'] === 'DBRef') { + // Set up correct object for serialization + const ordered_values = Object.assign( + { + $ref: value.collection, + $id: value.oid + }, + value.fields + ); + + // Add db reference if it exists + if (value.db != null) { + ordered_values['$db'] = value.db; + } + + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + calculateObjectSize(ordered_values, serializeFunctions, ignoreUndefined) + ); + } else if (value instanceof RegExp || isRegExp(value)) { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + Buffer.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1 + ); + } else if (value['_bsontype'] === 'BSONRegExp') { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + Buffer.byteLength(value.pattern, 'utf8') + + 1 + + Buffer.byteLength(value.options, 'utf8') + + 1 + ); + } else { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + calculateObjectSize(value, serializeFunctions, ignoreUndefined) + + 1 + ); + } + case 'function': + // WTF for 0.4.X where typeof /someregexp/ === 'function' + if (value instanceof RegExp || isRegExp(value) || String.call(value) === '[object RegExp]') { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + Buffer.byteLength(value.source, 'utf8') + + 1 + + (value.global ? 1 : 0) + + (value.ignoreCase ? 1 : 0) + + (value.multiline ? 1 : 0) + + 1 + ); + } else { + if (serializeFunctions && value.scope != null && Object.keys(value.scope).length > 0) { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + 4 + + Buffer.byteLength(normalizedFunctionString(value), 'utf8') + + 1 + + calculateObjectSize(value.scope, serializeFunctions, ignoreUndefined) + ); + } else if (serializeFunctions) { + return ( + (name != null ? Buffer.byteLength(name, 'utf8') + 1 : 0) + + 1 + + 4 + + Buffer.byteLength(normalizedFunctionString(value), 'utf8') + + 1 + ); + } + } + } + + return 0; +} diff --git a/node_modules/bson/src/parser/deserializer.ts b/node_modules/bson/src/parser/deserializer.ts new file mode 100644 index 000000000..faef442f4 --- /dev/null +++ b/node_modules/bson/src/parser/deserializer.ts @@ -0,0 +1,782 @@ +import { Buffer } from 'buffer'; +import { Binary } from '../binary'; +import type { Document } from '../bson'; +import { Code } from '../code'; +import * as constants from '../constants'; +import { DBRef, DBRefLike, isDBRefLike } from '../db_ref'; +import { Decimal128 } from '../decimal128'; +import { Double } from '../double'; +import { BSONError } from '../error'; +import { Int32 } from '../int_32'; +import { Long } from '../long'; +import { MaxKey } from '../max_key'; +import { MinKey } from '../min_key'; +import { ObjectId } from '../objectid'; +import { BSONRegExp } from '../regexp'; +import { BSONSymbol } from '../symbol'; +import { Timestamp } from '../timestamp'; +import { validateUtf8 } from '../validate_utf8'; + +/** @public */ +export interface DeserializeOptions { + /** evaluate functions in the BSON document scoped to the object deserialized. */ + evalFunctions?: boolean; + /** cache evaluated functions for reuse. */ + cacheFunctions?: boolean; + /** + * use a crc32 code for caching, otherwise use the string of the function. + * @deprecated this option to use the crc32 function never worked as intended + * due to the fact that the crc32 function itself was never implemented. + * */ + cacheFunctionsCrc32?: boolean; + /** when deserializing a Long will fit it into a Number if it's smaller than 53 bits */ + promoteLongs?: boolean; + /** when deserializing a Binary will return it as a node.js Buffer instance. */ + promoteBuffers?: boolean; + /** when deserializing will promote BSON values to their Node.js closest equivalent types. */ + promoteValues?: boolean; + /** allow to specify if there what fields we wish to return as unserialized raw buffer. */ + fieldsAsRaw?: Document; + /** return BSON regular expressions as BSONRegExp instances. */ + bsonRegExp?: boolean; + /** allows the buffer to be larger than the parsed BSON object */ + allowObjectSmallerThanBufferSize?: boolean; + /** Offset into buffer to begin reading document from */ + index?: number; + + raw?: boolean; + /** Allows for opt-out utf-8 validation for all keys or + * specified keys. Must be all true or all false. + * + * @example + * ```js + * // disables validation on all keys + * validation: { utf8: false } + * + * // enables validation only on specified keys a, b, and c + * validation: { utf8: { a: true, b: true, c: true } } + * + * // disables validation only on specified keys a, b + * validation: { utf8: { a: false, b: false } } + * ``` + */ + validation?: { utf8: boolean | Record | Record }; +} + +// Internal long versions +const JS_INT_MAX_LONG = Long.fromNumber(constants.JS_INT_MAX); +const JS_INT_MIN_LONG = Long.fromNumber(constants.JS_INT_MIN); + +const functionCache: { [hash: string]: Function } = {}; + +export function deserialize( + buffer: Buffer, + options: DeserializeOptions, + isArray?: boolean +): Document { + options = options == null ? {} : options; + const index = options && options.index ? options.index : 0; + // Read the document size + const size = + buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + + if (size < 5) { + throw new BSONError(`bson size must be >= 5, is ${size}`); + } + + if (options.allowObjectSmallerThanBufferSize && buffer.length < size) { + throw new BSONError(`buffer length ${buffer.length} must be >= bson size ${size}`); + } + + if (!options.allowObjectSmallerThanBufferSize && buffer.length !== size) { + throw new BSONError(`buffer length ${buffer.length} must === bson size ${size}`); + } + + if (size + index > buffer.byteLength) { + throw new BSONError( + `(bson size ${size} + options.index ${index} must be <= buffer length ${buffer.byteLength})` + ); + } + + // Illegal end value + if (buffer[index + size - 1] !== 0) { + throw new BSONError( + "One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00" + ); + } + + // Start deserializtion + return deserializeObject(buffer, index, options, isArray); +} + +const allowedDBRefKeys = /^\$ref$|^\$id$|^\$db$/; + +function deserializeObject( + buffer: Buffer, + index: number, + options: DeserializeOptions, + isArray = false +) { + const evalFunctions = options['evalFunctions'] == null ? false : options['evalFunctions']; + const cacheFunctions = options['cacheFunctions'] == null ? false : options['cacheFunctions']; + + const fieldsAsRaw = options['fieldsAsRaw'] == null ? null : options['fieldsAsRaw']; + + // Return raw bson buffer instead of parsing it + const raw = options['raw'] == null ? false : options['raw']; + + // Return BSONRegExp objects instead of native regular expressions + const bsonRegExp = typeof options['bsonRegExp'] === 'boolean' ? options['bsonRegExp'] : false; + + // Controls the promotion of values vs wrapper classes + const promoteBuffers = options['promoteBuffers'] == null ? false : options['promoteBuffers']; + const promoteLongs = options['promoteLongs'] == null ? true : options['promoteLongs']; + const promoteValues = options['promoteValues'] == null ? true : options['promoteValues']; + + // Ensures default validation option if none given + const validation = options.validation == null ? { utf8: true } : options.validation; + + // Shows if global utf-8 validation is enabled or disabled + let globalUTFValidation = true; + // Reflects utf-8 validation setting regardless of global or specific key validation + let validationSetting: boolean; + // Set of keys either to enable or disable validation on + const utf8KeysSet = new Set(); + + // Check for boolean uniformity and empty validation option + const utf8ValidatedKeys = validation.utf8; + if (typeof utf8ValidatedKeys === 'boolean') { + validationSetting = utf8ValidatedKeys; + } else { + globalUTFValidation = false; + const utf8ValidationValues = Object.keys(utf8ValidatedKeys).map(function (key) { + return utf8ValidatedKeys[key]; + }); + if (utf8ValidationValues.length === 0) { + throw new BSONError('UTF-8 validation setting cannot be empty'); + } + if (typeof utf8ValidationValues[0] !== 'boolean') { + throw new BSONError('Invalid UTF-8 validation option, must specify boolean values'); + } + validationSetting = utf8ValidationValues[0]; + // Ensures boolean uniformity in utf-8 validation (all true or all false) + if (!utf8ValidationValues.every(item => item === validationSetting)) { + throw new BSONError('Invalid UTF-8 validation option - keys must be all true or all false'); + } + } + + // Add keys to set that will either be validated or not based on validationSetting + if (!globalUTFValidation) { + for (const key of Object.keys(utf8ValidatedKeys)) { + utf8KeysSet.add(key); + } + } + + // Set the start index + const startIndex = index; + + // Validate that we have at least 4 bytes of buffer + if (buffer.length < 5) throw new BSONError('corrupt bson message < 5 bytes long'); + + // Read the document size + const size = + buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24); + + // Ensure buffer is valid size + if (size < 5 || size > buffer.length) throw new BSONError('corrupt bson message'); + + // Create holding object + const object: Document = isArray ? [] : {}; + // Used for arrays to skip having to perform utf8 decoding + let arrayIndex = 0; + const done = false; + + let isPossibleDBRef = isArray ? false : null; + + // While we have more left data left keep parsing + const dataview = new DataView(buffer.buffer, buffer.byteOffset, buffer.byteLength); + while (!done) { + // Read the type + const elementType = buffer[index++]; + + // If we get a zero it's the last byte, exit + if (elementType === 0) break; + + // Get the start search index + let i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.byteLength) throw new BSONError('Bad BSON Document: illegal CString'); + + // Represents the key + const name = isArray ? arrayIndex++ : buffer.toString('utf8', index, i); + + // shouldValidateKey is true if the key should be validated, false otherwise + let shouldValidateKey = true; + if (globalUTFValidation || utf8KeysSet.has(name)) { + shouldValidateKey = validationSetting; + } else { + shouldValidateKey = !validationSetting; + } + + if (isPossibleDBRef !== false && (name as string)[0] === '$') { + isPossibleDBRef = allowedDBRefKeys.test(name as string); + } + let value; + + index = i + 1; + + if (elementType === constants.BSON_DATA_STRING) { + const stringSize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if ( + stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0 + ) { + throw new BSONError('bad string length in bson'); + } + value = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + index = index + stringSize; + } else if (elementType === constants.BSON_DATA_OID) { + const oid = Buffer.alloc(12); + buffer.copy(oid, 0, index, index + 12); + value = new ObjectId(oid); + index = index + 12; + } else if (elementType === constants.BSON_DATA_INT && promoteValues === false) { + value = new Int32( + buffer[index++] | (buffer[index++] << 8) | (buffer[index++] << 16) | (buffer[index++] << 24) + ); + } else if (elementType === constants.BSON_DATA_INT) { + value = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + } else if (elementType === constants.BSON_DATA_NUMBER && promoteValues === false) { + value = new Double(dataview.getFloat64(index, true)); + index = index + 8; + } else if (elementType === constants.BSON_DATA_NUMBER) { + value = dataview.getFloat64(index, true); + index = index + 8; + } else if (elementType === constants.BSON_DATA_DATE) { + const lowBits = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + const highBits = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + value = new Date(new Long(lowBits, highBits).toNumber()); + } else if (elementType === constants.BSON_DATA_BOOLEAN) { + if (buffer[index] !== 0 && buffer[index] !== 1) + throw new BSONError('illegal boolean type value'); + value = buffer[index++] === 1; + } else if (elementType === constants.BSON_DATA_OBJECT) { + const _index = index; + const objectSize = + buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + if (objectSize <= 0 || objectSize > buffer.length - index) + throw new BSONError('bad embedded document length in bson'); + + // We have a raw value + if (raw) { + value = buffer.slice(index, index + objectSize); + } else { + let objectOptions = options; + if (!globalUTFValidation) { + objectOptions = { ...options, validation: { utf8: shouldValidateKey } }; + } + value = deserializeObject(buffer, _index, objectOptions, false); + } + + index = index + objectSize; + } else if (elementType === constants.BSON_DATA_ARRAY) { + const _index = index; + const objectSize = + buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + let arrayOptions = options; + + // Stop index + const stopIndex = index + objectSize; + + // All elements of array to be returned as raw bson + if (fieldsAsRaw && fieldsAsRaw[name]) { + arrayOptions = {}; + for (const n in options) { + ( + arrayOptions as { + [key: string]: DeserializeOptions[keyof DeserializeOptions]; + } + )[n] = options[n as keyof DeserializeOptions]; + } + arrayOptions['raw'] = true; + } + if (!globalUTFValidation) { + arrayOptions = { ...arrayOptions, validation: { utf8: shouldValidateKey } }; + } + value = deserializeObject(buffer, _index, arrayOptions, true); + index = index + objectSize; + + if (buffer[index - 1] !== 0) throw new BSONError('invalid array terminator byte'); + if (index !== stopIndex) throw new BSONError('corrupted array bson'); + } else if (elementType === constants.BSON_DATA_UNDEFINED) { + value = undefined; + } else if (elementType === constants.BSON_DATA_NULL) { + value = null; + } else if (elementType === constants.BSON_DATA_LONG) { + // Unpack the low and high bits + const lowBits = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + const highBits = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + const long = new Long(lowBits, highBits); + // Promote the long if possible + if (promoteLongs && promoteValues === true) { + value = + long.lessThanOrEqual(JS_INT_MAX_LONG) && long.greaterThanOrEqual(JS_INT_MIN_LONG) + ? long.toNumber() + : long; + } else { + value = long; + } + } else if (elementType === constants.BSON_DATA_DECIMAL128) { + // Buffer to contain the decimal bytes + const bytes = Buffer.alloc(16); + // Copy the next 16 bytes into the bytes buffer + buffer.copy(bytes, 0, index, index + 16); + // Update index + index = index + 16; + // Assign the new Decimal128 value + const decimal128 = new Decimal128(bytes) as Decimal128 | { toObject(): unknown }; + // If we have an alternative mapper use that + if ('toObject' in decimal128 && typeof decimal128.toObject === 'function') { + value = decimal128.toObject(); + } else { + value = decimal128; + } + } else if (elementType === constants.BSON_DATA_BINARY) { + let binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + const totalBinarySize = binarySize; + const subType = buffer[index++]; + + // Did we have a negative binary size, throw + if (binarySize < 0) throw new BSONError('Negative binary type element size found'); + + // Is the length longer than the document + if (binarySize > buffer.byteLength) + throw new BSONError('Binary type size larger than document size'); + + // Decode as raw Buffer object if options specifies it + if (buffer['slice'] != null) { + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + + if (promoteBuffers && promoteValues) { + value = buffer.slice(index, index + binarySize); + } else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + if (subType === constants.BSON_BINARY_SUBTYPE_UUID_NEW) { + value = value.toUUID(); + } + } + } else { + const _buffer = Buffer.alloc(binarySize); + // If we have subtype 2 skip the 4 bytes for the size + if (subType === Binary.SUBTYPE_BYTE_ARRAY) { + binarySize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if (binarySize < 0) + throw new BSONError('Negative binary type element size found for subtype 0x02'); + if (binarySize > totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too long binary size'); + if (binarySize < totalBinarySize - 4) + throw new BSONError('Binary type with subtype 0x02 contains too short binary size'); + } + + // Copy the data + for (i = 0; i < binarySize; i++) { + _buffer[i] = buffer[index + i]; + } + + if (promoteBuffers && promoteValues) { + value = _buffer; + } else if (subType === constants.BSON_BINARY_SUBTYPE_UUID_NEW) { + value = new Binary(buffer.slice(index, index + binarySize), subType).toUUID(); + } else { + value = new Binary(buffer.slice(index, index + binarySize), subType); + } + } + + // Update the index + index = index + binarySize; + } else if (elementType === constants.BSON_DATA_REGEXP && bsonRegExp === false) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + const source = buffer.toString('utf8', index, i); + // Create the regexp + index = i + 1; + + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + const regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + + // For each option add the corresponding one for javascript + const optionsArray = new Array(regExpOptions.length); + + // Parse options + for (i = 0; i < regExpOptions.length; i++) { + switch (regExpOptions[i]) { + case 'm': + optionsArray[i] = 'm'; + break; + case 's': + optionsArray[i] = 'g'; + break; + case 'i': + optionsArray[i] = 'i'; + break; + } + } + + value = new RegExp(source, optionsArray.join('')); + } else if (elementType === constants.BSON_DATA_REGEXP && bsonRegExp === true) { + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + const source = buffer.toString('utf8', index, i); + index = i + 1; + + // Get the start search index + i = index; + // Locate the end of the c string + while (buffer[i] !== 0x00 && i < buffer.length) { + i++; + } + // If are at the end of the buffer there is a problem with the document + if (i >= buffer.length) throw new BSONError('Bad BSON Document: illegal CString'); + // Return the C string + const regExpOptions = buffer.toString('utf8', index, i); + index = i + 1; + + // Set the object + value = new BSONRegExp(source, regExpOptions); + } else if (elementType === constants.BSON_DATA_SYMBOL) { + const stringSize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if ( + stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0 + ) { + throw new BSONError('bad string length in bson'); + } + const symbol = getValidatedString(buffer, index, index + stringSize - 1, shouldValidateKey); + value = promoteValues ? symbol : new BSONSymbol(symbol); + index = index + stringSize; + } else if (elementType === constants.BSON_DATA_TIMESTAMP) { + const lowBits = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + const highBits = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + + value = new Timestamp(lowBits, highBits); + } else if (elementType === constants.BSON_DATA_MIN_KEY) { + value = new MinKey(); + } else if (elementType === constants.BSON_DATA_MAX_KEY) { + value = new MaxKey(); + } else if (elementType === constants.BSON_DATA_CODE) { + const stringSize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + if ( + stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0 + ) { + throw new BSONError('bad string length in bson'); + } + const functionString = getValidatedString( + buffer, + index, + index + stringSize - 1, + shouldValidateKey + ); + + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } else { + value = isolateEval(functionString); + } + } else { + value = new Code(functionString); + } + + // Update parse index position + index = index + stringSize; + } else if (elementType === constants.BSON_DATA_CODE_W_SCOPE) { + const totalSize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + + // Element cannot be shorter than totalSize + stringSize + documentSize + terminator + if (totalSize < 4 + 4 + 4 + 1) { + throw new BSONError('code_w_scope total size shorter minimum expected length'); + } + + // Get the code string size + const stringSize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if ( + stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0 + ) { + throw new BSONError('bad string length in bson'); + } + + // Javascript function + const functionString = getValidatedString( + buffer, + index, + index + stringSize - 1, + shouldValidateKey + ); + // Update parse index position + index = index + stringSize; + // Parse the element + const _index = index; + // Decode the size of the object document + const objectSize = + buffer[index] | + (buffer[index + 1] << 8) | + (buffer[index + 2] << 16) | + (buffer[index + 3] << 24); + // Decode the scope object + const scopeObject = deserializeObject(buffer, _index, options, false); + // Adjust the index + index = index + objectSize; + + // Check if field length is too short + if (totalSize < 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too short, truncating scope'); + } + + // Check if totalSize field is too long + if (totalSize > 4 + 4 + objectSize + stringSize) { + throw new BSONError('code_w_scope total size is too long, clips outer document'); + } + + // If we are evaluating the functions + if (evalFunctions) { + // If we have cache enabled let's look for the md5 of the function in the cache + if (cacheFunctions) { + // Got to do this to avoid V8 deoptimizing the call due to finding eval + value = isolateEval(functionString, functionCache, object); + } else { + value = isolateEval(functionString); + } + + value.scope = scopeObject; + } else { + value = new Code(functionString, scopeObject); + } + } else if (elementType === constants.BSON_DATA_DBPOINTER) { + // Get the code string size + const stringSize = + buffer[index++] | + (buffer[index++] << 8) | + (buffer[index++] << 16) | + (buffer[index++] << 24); + // Check if we have a valid string + if ( + stringSize <= 0 || + stringSize > buffer.length - index || + buffer[index + stringSize - 1] !== 0 + ) + throw new BSONError('bad string length in bson'); + // Namespace + if (validation != null && validation.utf8) { + if (!validateUtf8(buffer, index, index + stringSize - 1)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + } + const namespace = buffer.toString('utf8', index, index + stringSize - 1); + // Update parse index position + index = index + stringSize; + + // Read the oid + const oidBuffer = Buffer.alloc(12); + buffer.copy(oidBuffer, 0, index, index + 12); + const oid = new ObjectId(oidBuffer); + + // Update the index + index = index + 12; + + // Upgrade to DBRef type + value = new DBRef(namespace, oid); + } else { + throw new BSONError( + `Detected unknown BSON type ${elementType.toString(16)} for fieldname "${name}"` + ); + } + if (name === '__proto__') { + Object.defineProperty(object, name, { + value, + writable: true, + enumerable: true, + configurable: true + }); + } else { + object[name] = value; + } + } + + // Check if the deserialization was against a valid array/object + if (size !== index - startIndex) { + if (isArray) throw new BSONError('corrupt array bson'); + throw new BSONError('corrupt object bson'); + } + + // if we did not find "$ref", "$id", "$db", or found an extraneous $key, don't make a DBRef + if (!isPossibleDBRef) return object; + + if (isDBRefLike(object)) { + const copy = Object.assign({}, object) as Partial; + delete copy.$ref; + delete copy.$id; + delete copy.$db; + return new DBRef(object.$ref, object.$id, object.$db, copy); + } + + return object; +} + +/** + * Ensure eval is isolated, store the result in functionCache. + * + * @internal + */ +function isolateEval( + functionString: string, + functionCache?: { [hash: string]: Function }, + object?: Document +) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + if (!functionCache) return new Function(functionString); + // Check for cache hit, eval if missing and return cached function + if (functionCache[functionString] == null) { + // eslint-disable-next-line @typescript-eslint/no-implied-eval + functionCache[functionString] = new Function(functionString); + } + + // Set the object + return functionCache[functionString].bind(object); +} + +function getValidatedString( + buffer: Buffer, + start: number, + end: number, + shouldValidateUtf8: boolean +) { + const value = buffer.toString('utf8', start, end); + // if utf8 validation is on, do the check + if (shouldValidateUtf8) { + for (let i = 0; i < value.length; i++) { + if (value.charCodeAt(i) === 0xfffd) { + if (!validateUtf8(buffer, start, end)) { + throw new BSONError('Invalid UTF-8 string in BSON document'); + } + break; + } + } + } + return value; +} diff --git a/node_modules/bson/src/parser/serializer.ts b/node_modules/bson/src/parser/serializer.ts new file mode 100644 index 000000000..e76402aa3 --- /dev/null +++ b/node_modules/bson/src/parser/serializer.ts @@ -0,0 +1,1076 @@ +import type { Buffer } from 'buffer'; +import { Binary } from '../binary'; +import type { BSONSymbol, DBRef, Document, MaxKey } from '../bson'; +import type { Code } from '../code'; +import * as constants from '../constants'; +import type { DBRefLike } from '../db_ref'; +import type { Decimal128 } from '../decimal128'; +import type { Double } from '../double'; +import { ensureBuffer } from '../ensure_buffer'; +import { BSONError, BSONTypeError } from '../error'; +import { isBSONType } from '../extended_json'; +import type { Int32 } from '../int_32'; +import { Long } from '../long'; +import { Map } from '../map'; +import type { MinKey } from '../min_key'; +import type { ObjectId } from '../objectid'; +import type { BSONRegExp } from '../regexp'; +import { + isBigInt64Array, + isBigUInt64Array, + isDate, + isMap, + isRegExp, + isUint8Array, + normalizedFunctionString +} from './utils'; + +/** @public */ +export interface SerializeOptions { + /** the serializer will check if keys are valid. */ + checkKeys?: boolean; + /** serialize the javascript functions **(default:false)**. */ + serializeFunctions?: boolean; + /** serialize will not emit undefined fields **(default:true)** */ + ignoreUndefined?: boolean; + /** @internal Resize internal buffer */ + minInternalBufferSize?: number; + /** the index in the buffer where we wish to start serializing into */ + index?: number; +} + +const regexp = /\x00/; // eslint-disable-line no-control-regex +const ignoreKeys = new Set(['$db', '$ref', '$id', '$clusterTime']); + +/* + * isArray indicates if we are writing to a BSON array (type 0x04) + * which forces the "key" which really an array index as a string to be written as ascii + * This will catch any errors in index as a string generation + */ + +function serializeString( + buffer: Buffer, + key: string, + value: string, + index: number, + isArray?: boolean +) { + // Encode String type + buffer[index++] = constants.BSON_DATA_STRING; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes + 1; + buffer[index - 1] = 0; + // Write the string + const size = buffer.write(value, index + 4, undefined, 'utf8'); + // Write the size of the string to buffer + buffer[index + 3] = ((size + 1) >> 24) & 0xff; + buffer[index + 2] = ((size + 1) >> 16) & 0xff; + buffer[index + 1] = ((size + 1) >> 8) & 0xff; + buffer[index] = (size + 1) & 0xff; + // Update index + index = index + 4 + size; + // Write zero + buffer[index++] = 0; + return index; +} + +const SPACE_FOR_FLOAT64 = new Uint8Array(8); +const DV_FOR_FLOAT64 = new DataView( + SPACE_FOR_FLOAT64.buffer, + SPACE_FOR_FLOAT64.byteOffset, + SPACE_FOR_FLOAT64.byteLength +); +function serializeNumber( + buffer: Buffer, + key: string, + value: number, + index: number, + isArray?: boolean +) { + // We have an integer value + // TODO(NODE-2529): Add support for big int + if ( + Number.isInteger(value) && + value >= constants.BSON_INT32_MIN && + value <= constants.BSON_INT32_MAX + ) { + // If the value fits in 32 bits encode as int32 + // Set int type 32 bits or less + buffer[index++] = constants.BSON_DATA_INT; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + } else { + // Encode as double + buffer[index++] = constants.BSON_DATA_NUMBER; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write float + DV_FOR_FLOAT64.setFloat64(0, value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + // Adjust index + index = index + 8; + } + + return index; +} + +function serializeNull(buffer: Buffer, key: string, _: unknown, index: number, isArray?: boolean) { + // Set long type + buffer[index++] = constants.BSON_DATA_NULL; + + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} + +function serializeBoolean( + buffer: Buffer, + key: string, + value: boolean, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_BOOLEAN; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Encode the boolean value + buffer[index++] = value ? 1 : 0; + return index; +} + +function serializeDate(buffer: Buffer, key: string, value: Date, index: number, isArray?: boolean) { + // Write the type + buffer[index++] = constants.BSON_DATA_DATE; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + + // Write the date + const dateInMilis = Long.fromNumber(value.getTime()); + const lowBits = dateInMilis.getLowBits(); + const highBits = dateInMilis.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} + +function serializeRegExp( + buffer: Buffer, + key: string, + value: RegExp, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_REGEXP; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + if (value.source && value.source.match(regexp) != null) { + throw Error('value ' + value.source + ' must not contain null bytes'); + } + // Adjust the index + index = index + buffer.write(value.source, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the parameters + if (value.ignoreCase) buffer[index++] = 0x69; // i + if (value.global) buffer[index++] = 0x73; // s + if (value.multiline) buffer[index++] = 0x6d; // m + + // Add ending zero + buffer[index++] = 0x00; + return index; +} + +function serializeBSONRegExp( + buffer: Buffer, + key: string, + value: BSONRegExp, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_REGEXP; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + + // Check the pattern for 0 bytes + if (value.pattern.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('pattern ' + value.pattern + ' must not contain null bytes'); + } + + // Adjust the index + index = index + buffer.write(value.pattern, index, undefined, 'utf8'); + // Write zero + buffer[index++] = 0x00; + // Write the options + index = index + buffer.write(value.options.split('').sort().join(''), index, undefined, 'utf8'); + // Add ending zero + buffer[index++] = 0x00; + return index; +} + +function serializeMinMax( + buffer: Buffer, + key: string, + value: MinKey | MaxKey, + index: number, + isArray?: boolean +) { + // Write the type of either min or max key + if (value === null) { + buffer[index++] = constants.BSON_DATA_NULL; + } else if (value._bsontype === 'MinKey') { + buffer[index++] = constants.BSON_DATA_MIN_KEY; + } else { + buffer[index++] = constants.BSON_DATA_MAX_KEY; + } + + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + return index; +} + +function serializeObjectId( + buffer: Buffer, + key: string, + value: ObjectId, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_OID; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + + // Write the objectId into the shared buffer + if (typeof value.id === 'string') { + buffer.write(value.id, index, undefined, 'binary'); + } else if (isUint8Array(value.id)) { + // Use the standard JS methods here because buffer.copy() is buggy with the + // browser polyfill + buffer.set(value.id.subarray(0, 12), index); + } else { + throw new BSONTypeError('object [' + JSON.stringify(value) + '] is not a valid ObjectId'); + } + + // Adjust index + return index + 12; +} + +function serializeBuffer( + buffer: Buffer, + key: string, + value: Buffer | Uint8Array, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_BINARY; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Get size of the buffer (current write point) + const size = value.length; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the default subtype + buffer[index++] = constants.BSON_BINARY_SUBTYPE_DEFAULT; + // Copy the content form the binary field to the buffer + buffer.set(ensureBuffer(value), index); + // Adjust the index + index = index + size; + return index; +} + +function serializeObject( + buffer: Buffer, + key: string, + value: Document, + index: number, + checkKeys = false, + depth = 0, + serializeFunctions = false, + ignoreUndefined = true, + isArray = false, + path: Document[] = [] +) { + for (let i = 0; i < path.length; i++) { + if (path[i] === value) throw new BSONError('cyclic dependency detected'); + } + + // Push value to stack + path.push(value); + // Write the type + buffer[index++] = Array.isArray(value) ? constants.BSON_DATA_ARRAY : constants.BSON_DATA_OBJECT; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + const endIndex = serializeInto( + buffer, + value, + checkKeys, + index, + depth + 1, + serializeFunctions, + ignoreUndefined, + path + ); + // Pop stack + path.pop(); + return endIndex; +} + +function serializeDecimal128( + buffer: Buffer, + key: string, + value: Decimal128, + index: number, + isArray?: boolean +) { + buffer[index++] = constants.BSON_DATA_DECIMAL128; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the data from the value + // Prefer the standard JS methods because their typechecking is not buggy, + // unlike the `buffer` polyfill's. + buffer.set(value.bytes.subarray(0, 16), index); + return index + 16; +} + +function serializeLong(buffer: Buffer, key: string, value: Long, index: number, isArray?: boolean) { + // Write the type + buffer[index++] = + value._bsontype === 'Long' ? constants.BSON_DATA_LONG : constants.BSON_DATA_TIMESTAMP; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the date + const lowBits = value.getLowBits(); + const highBits = value.getHighBits(); + // Encode low bits + buffer[index++] = lowBits & 0xff; + buffer[index++] = (lowBits >> 8) & 0xff; + buffer[index++] = (lowBits >> 16) & 0xff; + buffer[index++] = (lowBits >> 24) & 0xff; + // Encode high bits + buffer[index++] = highBits & 0xff; + buffer[index++] = (highBits >> 8) & 0xff; + buffer[index++] = (highBits >> 16) & 0xff; + buffer[index++] = (highBits >> 24) & 0xff; + return index; +} + +function serializeInt32( + buffer: Buffer, + key: string, + value: Int32 | number, + index: number, + isArray?: boolean +) { + value = value.valueOf(); + // Set int type 32 bits or less + buffer[index++] = constants.BSON_DATA_INT; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the int value + buffer[index++] = value & 0xff; + buffer[index++] = (value >> 8) & 0xff; + buffer[index++] = (value >> 16) & 0xff; + buffer[index++] = (value >> 24) & 0xff; + return index; +} + +function serializeDouble( + buffer: Buffer, + key: string, + value: Double, + index: number, + isArray?: boolean +) { + // Encode as double + buffer[index++] = constants.BSON_DATA_NUMBER; + + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + + // Write float + DV_FOR_FLOAT64.setFloat64(0, value.value, true); + buffer.set(SPACE_FOR_FLOAT64, index); + + // Adjust index + index = index + 8; + return index; +} + +function serializeFunction( + buffer: Buffer, + key: string, + value: Function, + index: number, + _checkKeys = false, + _depth = 0, + isArray?: boolean +) { + buffer[index++] = constants.BSON_DATA_CODE; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + const functionString = normalizedFunctionString(value); + + // Write the string + const size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + return index; +} + +function serializeCode( + buffer: Buffer, + key: string, + value: Code, + index: number, + checkKeys = false, + depth = 0, + serializeFunctions = false, + ignoreUndefined = true, + isArray = false +) { + if (value.scope && typeof value.scope === 'object') { + // Write the type + buffer[index++] = constants.BSON_DATA_CODE_W_SCOPE; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + + // Starting index + let startIndex = index; + + // Serialize the function + // Get the function string + const functionString = typeof value.code === 'string' ? value.code : value.code.toString(); + // Index adjustment + index = index + 4; + // Write string into buffer + const codeSize = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = codeSize & 0xff; + buffer[index + 1] = (codeSize >> 8) & 0xff; + buffer[index + 2] = (codeSize >> 16) & 0xff; + buffer[index + 3] = (codeSize >> 24) & 0xff; + // Write end 0 + buffer[index + 4 + codeSize - 1] = 0; + // Write the + index = index + codeSize + 4; + + // + // Serialize the scope value + const endIndex = serializeInto( + buffer, + value.scope, + checkKeys, + index, + depth + 1, + serializeFunctions, + ignoreUndefined + ); + index = endIndex - 1; + + // Writ the total + const totalSize = endIndex - startIndex; + + // Write the total size of the object + buffer[startIndex++] = totalSize & 0xff; + buffer[startIndex++] = (totalSize >> 8) & 0xff; + buffer[startIndex++] = (totalSize >> 16) & 0xff; + buffer[startIndex++] = (totalSize >> 24) & 0xff; + // Write trailing zero + buffer[index++] = 0; + } else { + buffer[index++] = constants.BSON_DATA_CODE; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Function string + const functionString = value.code.toString(); + // Write the string + const size = buffer.write(functionString, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0; + } + + return index; +} + +function serializeBinary( + buffer: Buffer, + key: string, + value: Binary, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_BINARY; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Extract the buffer + const data = value.value(true) as Buffer | Uint8Array; + // Calculate size + let size = value.position; + // Add the deprecated 02 type 4 bytes of size to total + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) size = size + 4; + // Write the size of the string to buffer + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + // Write the subtype to the buffer + buffer[index++] = value.sub_type; + + // If we have binary type 2 the 4 first bytes are the size + if (value.sub_type === Binary.SUBTYPE_BYTE_ARRAY) { + size = size - 4; + buffer[index++] = size & 0xff; + buffer[index++] = (size >> 8) & 0xff; + buffer[index++] = (size >> 16) & 0xff; + buffer[index++] = (size >> 24) & 0xff; + } + + // Write the data to the object + buffer.set(data, index); + // Adjust the index + index = index + value.position; + return index; +} + +function serializeSymbol( + buffer: Buffer, + key: string, + value: BSONSymbol, + index: number, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_SYMBOL; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + // Write the string + const size = buffer.write(value.value, index + 4, undefined, 'utf8') + 1; + // Write the size of the string to buffer + buffer[index] = size & 0xff; + buffer[index + 1] = (size >> 8) & 0xff; + buffer[index + 2] = (size >> 16) & 0xff; + buffer[index + 3] = (size >> 24) & 0xff; + // Update index + index = index + 4 + size - 1; + // Write zero + buffer[index++] = 0x00; + return index; +} + +function serializeDBRef( + buffer: Buffer, + key: string, + value: DBRef, + index: number, + depth: number, + serializeFunctions: boolean, + isArray?: boolean +) { + // Write the type + buffer[index++] = constants.BSON_DATA_OBJECT; + // Number of written bytes + const numberOfWrittenBytes = !isArray + ? buffer.write(key, index, undefined, 'utf8') + : buffer.write(key, index, undefined, 'ascii'); + + // Encode the name + index = index + numberOfWrittenBytes; + buffer[index++] = 0; + + let startIndex = index; + let output: DBRefLike = { + $ref: value.collection || value.namespace, // "namespace" was what library 1.x called "collection" + $id: value.oid + }; + + if (value.db != null) { + output.$db = value.db; + } + + output = Object.assign(output, value.fields); + const endIndex = serializeInto(buffer, output, false, index, depth + 1, serializeFunctions); + + // Calculate object size + const size = endIndex - startIndex; + // Write the size + buffer[startIndex++] = size & 0xff; + buffer[startIndex++] = (size >> 8) & 0xff; + buffer[startIndex++] = (size >> 16) & 0xff; + buffer[startIndex++] = (size >> 24) & 0xff; + // Set index + return endIndex; +} + +export function serializeInto( + buffer: Buffer, + object: Document, + checkKeys = false, + startingIndex = 0, + depth = 0, + serializeFunctions = false, + ignoreUndefined = true, + path: Document[] = [] +): number { + startingIndex = startingIndex || 0; + path = path || []; + + // Push the object to the path + path.push(object); + + // Start place to serialize into + let index = startingIndex + 4; + + // Special case isArray + if (Array.isArray(object)) { + // Get object keys + for (let i = 0; i < object.length; i++) { + const key = `${i}`; + let value = object[i]; + + // Is there an override value + if (typeof value?.toBSON === 'function') { + value = value.toBSON(); + } + + if (typeof value === 'string') { + index = serializeString(buffer, key, value, index, true); + } else if (typeof value === 'number') { + index = serializeNumber(buffer, key, value, index, true); + } else if (typeof value === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } else if (typeof value === 'boolean') { + index = serializeBoolean(buffer, key, value, index, true); + } else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index, true); + } else if (value === undefined) { + index = serializeNull(buffer, key, value, index, true); + } else if (value === null) { + index = serializeNull(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index, true); + } else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index, true); + } else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index, true); + } else if (typeof value === 'object' && value['_bsontype'] == null) { + index = serializeObject( + buffer, + key, + value, + index, + checkKeys, + depth, + serializeFunctions, + ignoreUndefined, + true, + path + ); + } else if ( + typeof value === 'object' && + isBSONType(value) && + value._bsontype === 'Decimal128' + ) { + index = serializeDecimal128(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index, true); + } else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, true); + } else if (value['_bsontype'] === 'Code') { + index = serializeCode( + buffer, + key, + value, + index, + checkKeys, + depth, + serializeFunctions, + ignoreUndefined, + true + ); + } else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions, true); + } else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index, true); + } else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index, true); + } else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError(`Unrecognized or invalid _bsontype: ${String(value['_bsontype'])}`); + } + } + } else if (object instanceof Map || isMap(object)) { + const iterator = object.entries(); + let done = false; + + while (!done) { + // Unpack the next entry + const entry = iterator.next(); + done = !!entry.done; + // Are we done, then skip and terminate + if (done) continue; + + // Get the entry values + const key = entry.value[0]; + const value = entry.value[1]; + + // Check the type of the value + const type = typeof value; + + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } else if (type === 'bigint' || isBigInt64Array(value) || isBigUInt64Array(value)) { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } else if (value === null || (value === undefined && ignoreUndefined === false)) { + index = serializeNull(buffer, key, value, index); + } else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject( + buffer, + key, + value, + index, + checkKeys, + depth, + serializeFunctions, + ignoreUndefined, + false, + path + ); + } else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } else if (value['_bsontype'] === 'Code') { + index = serializeCode( + buffer, + key, + value, + index, + checkKeys, + depth, + serializeFunctions, + ignoreUndefined + ); + } else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError(`Unrecognized or invalid _bsontype: ${String(value['_bsontype'])}`); + } + } + } else { + if (typeof object?.toBSON === 'function') { + // Provided a custom serialization method + object = object.toBSON(); + if (object != null && typeof object !== 'object') { + throw new BSONTypeError('toBSON function did not return an object'); + } + } + + // Iterate over all the keys + for (const key in object) { + let value = object[key]; + // Is there an override value + if (typeof value?.toBSON === 'function') { + value = value.toBSON(); + } + + // Check the type of the value + const type = typeof value; + + // Check the key and throw error if it's illegal + if (typeof key === 'string' && !ignoreKeys.has(key)) { + if (key.match(regexp) != null) { + // The BSON spec doesn't allow keys with null bytes because keys are + // null-terminated. + throw Error('key ' + key + ' must not contain null bytes'); + } + + if (checkKeys) { + if ('$' === key[0]) { + throw Error('key ' + key + " must not start with '$'"); + } else if (~key.indexOf('.')) { + throw Error('key ' + key + " must not contain '.'"); + } + } + } + + if (type === 'string') { + index = serializeString(buffer, key, value, index); + } else if (type === 'number') { + index = serializeNumber(buffer, key, value, index); + } else if (type === 'bigint') { + throw new BSONTypeError('Unsupported type BigInt, please use Decimal128'); + } else if (type === 'boolean') { + index = serializeBoolean(buffer, key, value, index); + } else if (value instanceof Date || isDate(value)) { + index = serializeDate(buffer, key, value, index); + } else if (value === undefined) { + if (ignoreUndefined === false) index = serializeNull(buffer, key, value, index); + } else if (value === null) { + index = serializeNull(buffer, key, value, index); + } else if (value['_bsontype'] === 'ObjectId' || value['_bsontype'] === 'ObjectID') { + index = serializeObjectId(buffer, key, value, index); + } else if (isUint8Array(value)) { + index = serializeBuffer(buffer, key, value, index); + } else if (value instanceof RegExp || isRegExp(value)) { + index = serializeRegExp(buffer, key, value, index); + } else if (type === 'object' && value['_bsontype'] == null) { + index = serializeObject( + buffer, + key, + value, + index, + checkKeys, + depth, + serializeFunctions, + ignoreUndefined, + false, + path + ); + } else if (type === 'object' && value['_bsontype'] === 'Decimal128') { + index = serializeDecimal128(buffer, key, value, index); + } else if (value['_bsontype'] === 'Long' || value['_bsontype'] === 'Timestamp') { + index = serializeLong(buffer, key, value, index); + } else if (value['_bsontype'] === 'Double') { + index = serializeDouble(buffer, key, value, index); + } else if (value['_bsontype'] === 'Code') { + index = serializeCode( + buffer, + key, + value, + index, + checkKeys, + depth, + serializeFunctions, + ignoreUndefined + ); + } else if (typeof value === 'function' && serializeFunctions) { + index = serializeFunction(buffer, key, value, index, checkKeys, depth, serializeFunctions); + } else if (value['_bsontype'] === 'Binary') { + index = serializeBinary(buffer, key, value, index); + } else if (value['_bsontype'] === 'Symbol') { + index = serializeSymbol(buffer, key, value, index); + } else if (value['_bsontype'] === 'DBRef') { + index = serializeDBRef(buffer, key, value, index, depth, serializeFunctions); + } else if (value['_bsontype'] === 'BSONRegExp') { + index = serializeBSONRegExp(buffer, key, value, index); + } else if (value['_bsontype'] === 'Int32') { + index = serializeInt32(buffer, key, value, index); + } else if (value['_bsontype'] === 'MinKey' || value['_bsontype'] === 'MaxKey') { + index = serializeMinMax(buffer, key, value, index); + } else if (typeof value['_bsontype'] !== 'undefined') { + throw new BSONTypeError(`Unrecognized or invalid _bsontype: ${String(value['_bsontype'])}`); + } + } + } + + // Remove the path + path.pop(); + + // Final padding byte for object + buffer[index++] = 0x00; + + // Final size + const size = index - startingIndex; + // Write the size of the object + buffer[startingIndex++] = size & 0xff; + buffer[startingIndex++] = (size >> 8) & 0xff; + buffer[startingIndex++] = (size >> 16) & 0xff; + buffer[startingIndex++] = (size >> 24) & 0xff; + return index; +} diff --git a/node_modules/bson/src/parser/utils.ts b/node_modules/bson/src/parser/utils.ts new file mode 100644 index 000000000..abf935df5 --- /dev/null +++ b/node_modules/bson/src/parser/utils.ts @@ -0,0 +1,127 @@ +import { Buffer } from 'buffer'; +import { getGlobal } from '../utils/global'; + +type RandomBytesFunction = (size: number) => Uint8Array; + +/** + * Normalizes our expected stringified form of a function across versions of node + * @param fn - The function to stringify + */ +export function normalizedFunctionString(fn: Function): string { + return fn.toString().replace('function(', 'function ('); +} + +function isReactNative() { + const g = getGlobal<{ navigator?: { product?: string } }>(); + return typeof g.navigator === 'object' && g.navigator.product === 'ReactNative'; +} + +const insecureRandomBytes: RandomBytesFunction = function insecureRandomBytes(size: number) { + const insecureWarning = isReactNative() + ? 'BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.' + : 'BSON: No cryptographic implementation for random bytes present, falling back to a less secure implementation.'; + console.warn(insecureWarning); + + const result = Buffer.alloc(size); + for (let i = 0; i < size; ++i) result[i] = Math.floor(Math.random() * 256); + return result; +}; + +/* We do not want to have to include DOM types just for this check */ +// eslint-disable-next-line @typescript-eslint/no-explicit-any +declare let window: any; +declare let require: Function; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +declare let global: any; +// eslint-disable-next-line @typescript-eslint/no-explicit-any +declare let process: any; // Used by @rollup/plugin-replace + +const detectRandomBytes = (): RandomBytesFunction => { + if (process.browser) { + if (typeof window !== 'undefined') { + // browser crypto implementation(s) + const target = window.crypto || window.msCrypto; // allow for IE11 + if (target && target.getRandomValues) { + return size => target.getRandomValues(Buffer.alloc(size)); + } + } + + if (typeof global !== 'undefined' && global.crypto && global.crypto.getRandomValues) { + // allow for RN packages such as https://www.npmjs.com/package/react-native-get-random-values to populate global + return size => global.crypto.getRandomValues(Buffer.alloc(size)); + } + + return insecureRandomBytes; + } else { + let requiredRandomBytes: RandomBytesFunction | null | undefined; + try { + requiredRandomBytes = require('crypto').randomBytes; + } catch (e) { + // keep the fallback + } + + // NOTE: in transpiled cases the above require might return null/undefined + + return requiredRandomBytes || insecureRandomBytes; + } +}; + +export const randomBytes = detectRandomBytes(); + +export function isAnyArrayBuffer(value: unknown): value is ArrayBuffer { + return ['[object ArrayBuffer]', '[object SharedArrayBuffer]'].includes( + Object.prototype.toString.call(value) + ); +} + +export function isUint8Array(value: unknown): value is Uint8Array { + return Object.prototype.toString.call(value) === '[object Uint8Array]'; +} + +export function isBigInt64Array(value: unknown): value is BigInt64Array { + return Object.prototype.toString.call(value) === '[object BigInt64Array]'; +} + +export function isBigUInt64Array(value: unknown): value is BigUint64Array { + return Object.prototype.toString.call(value) === '[object BigUint64Array]'; +} + +export function isRegExp(d: unknown): d is RegExp { + return Object.prototype.toString.call(d) === '[object RegExp]'; +} + +export function isMap(d: unknown): d is Map { + return Object.prototype.toString.call(d) === '[object Map]'; +} + +/** Call to check if your environment has `Buffer` */ +export function haveBuffer(): boolean { + return typeof global !== 'undefined' && typeof global.Buffer !== 'undefined'; +} + +// To ensure that 0.4 of node works correctly +export function isDate(d: unknown): d is Date { + return isObjectLike(d) && Object.prototype.toString.call(d) === '[object Date]'; +} + +/** + * @internal + * this is to solve the `'someKey' in x` problem where x is unknown. + * https://github.com/typescript-eslint/typescript-eslint/issues/1071#issuecomment-541955753 + */ +export function isObjectLike(candidate: unknown): candidate is Record { + return typeof candidate === 'object' && candidate !== null; +} + +declare let console: { warn(...message: unknown[]): void }; +export function deprecate(fn: T, message: string): T { + let warned = false; + function deprecated(this: unknown, ...args: unknown[]) { + if (!warned) { + console.warn(message); + warned = true; + } + return fn.apply(this, args); + } + return deprecated as unknown as T; +} diff --git a/node_modules/bson/src/regexp.ts b/node_modules/bson/src/regexp.ts new file mode 100644 index 000000000..efd56280a --- /dev/null +++ b/node_modules/bson/src/regexp.ts @@ -0,0 +1,105 @@ +import { BSONError, BSONTypeError } from './error'; +import type { EJSONOptions } from './extended_json'; + +function alphabetize(str: string): string { + return str.split('').sort().join(''); +} + +/** @public */ +export interface BSONRegExpExtendedLegacy { + $regex: string | BSONRegExp; + $options: string; +} + +/** @public */ +export interface BSONRegExpExtended { + $regularExpression: { + pattern: string; + options: string; + }; +} + +/** + * A class representation of the BSON RegExp type. + * @public + * @category BSONType + */ +export class BSONRegExp { + _bsontype!: 'BSONRegExp'; + + pattern!: string; + options!: string; + /** + * @param pattern - The regular expression pattern to match + * @param options - The regular expression options + */ + constructor(pattern: string, options?: string) { + if (!(this instanceof BSONRegExp)) return new BSONRegExp(pattern, options); + + this.pattern = pattern; + this.options = alphabetize(options ?? ''); + + if (this.pattern.indexOf('\x00') !== -1) { + throw new BSONError( + `BSON Regex patterns cannot contain null bytes, found: ${JSON.stringify(this.pattern)}` + ); + } + if (this.options.indexOf('\x00') !== -1) { + throw new BSONError( + `BSON Regex options cannot contain null bytes, found: ${JSON.stringify(this.options)}` + ); + } + + // Validate options + for (let i = 0; i < this.options.length; i++) { + if ( + !( + this.options[i] === 'i' || + this.options[i] === 'm' || + this.options[i] === 'x' || + this.options[i] === 'l' || + this.options[i] === 's' || + this.options[i] === 'u' + ) + ) { + throw new BSONError(`The regular expression option [${this.options[i]}] is not supported`); + } + } + } + + static parseOptions(options?: string): string { + return options ? options.split('').sort().join('') : ''; + } + + /** @internal */ + toExtendedJSON(options?: EJSONOptions): BSONRegExpExtendedLegacy | BSONRegExpExtended { + options = options || {}; + if (options.legacy) { + return { $regex: this.pattern, $options: this.options }; + } + return { $regularExpression: { pattern: this.pattern, options: this.options } }; + } + + /** @internal */ + static fromExtendedJSON(doc: BSONRegExpExtendedLegacy | BSONRegExpExtended): BSONRegExp { + if ('$regex' in doc) { + if (typeof doc.$regex !== 'string') { + // This is for $regex query operators that have extended json values. + if (doc.$regex._bsontype === 'BSONRegExp') { + return doc as unknown as BSONRegExp; + } + } else { + return new BSONRegExp(doc.$regex, BSONRegExp.parseOptions(doc.$options)); + } + } + if ('$regularExpression' in doc) { + return new BSONRegExp( + doc.$regularExpression.pattern, + BSONRegExp.parseOptions(doc.$regularExpression.options) + ); + } + throw new BSONTypeError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(doc)}`); + } +} + +Object.defineProperty(BSONRegExp.prototype, '_bsontype', { value: 'BSONRegExp' }); diff --git a/node_modules/bson/src/symbol.ts b/node_modules/bson/src/symbol.ts new file mode 100644 index 000000000..1e82fc1c3 --- /dev/null +++ b/node_modules/bson/src/symbol.ts @@ -0,0 +1,58 @@ +/** @public */ +export interface BSONSymbolExtended { + $symbol: string; +} + +/** + * A class representation of the BSON Symbol type. + * @public + * @category BSONType + */ +export class BSONSymbol { + _bsontype!: 'Symbol'; + + value!: string; + /** + * @param value - the string representing the symbol. + */ + constructor(value: string) { + if (!(this instanceof BSONSymbol)) return new BSONSymbol(value); + + this.value = value; + } + + /** Access the wrapped string value. */ + valueOf(): string { + return this.value; + } + + toString(): string { + return this.value; + } + + /** @internal */ + inspect(): string { + return `new BSONSymbol("${this.value}")`; + } + + toJSON(): string { + return this.value; + } + + /** @internal */ + toExtendedJSON(): BSONSymbolExtended { + return { $symbol: this.value }; + } + + /** @internal */ + static fromExtendedJSON(doc: BSONSymbolExtended): BSONSymbol { + return new BSONSymbol(doc.$symbol); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } +} + +Object.defineProperty(BSONSymbol.prototype, '_bsontype', { value: 'Symbol' }); diff --git a/node_modules/bson/src/timestamp.ts b/node_modules/bson/src/timestamp.ts new file mode 100644 index 000000000..4c4b7e74c --- /dev/null +++ b/node_modules/bson/src/timestamp.ts @@ -0,0 +1,119 @@ +import { Long } from './long'; +import { isObjectLike } from './parser/utils'; + +/** @public */ +export type TimestampOverrides = '_bsontype' | 'toExtendedJSON' | 'fromExtendedJSON' | 'inspect'; +/** @public */ +export type LongWithoutOverrides = new (low: unknown, high?: number, unsigned?: boolean) => { + [P in Exclude]: Long[P]; +}; +/** @public */ +export const LongWithoutOverridesClass: LongWithoutOverrides = + Long as unknown as LongWithoutOverrides; + +/** @public */ +export interface TimestampExtended { + $timestamp: { + t: number; + i: number; + }; +} + +/** + * @public + * @category BSONType + * */ +export class Timestamp extends LongWithoutOverridesClass { + _bsontype!: 'Timestamp'; + + static readonly MAX_VALUE = Long.MAX_UNSIGNED_VALUE; + + /** + * @param low - A 64-bit Long representing the Timestamp. + */ + constructor(long: Long); + /** + * @param value - A pair of two values indicating timestamp and increment. + */ + constructor(value: { t: number; i: number }); + /** + * @param low - the low (signed) 32 bits of the Timestamp. + * @param high - the high (signed) 32 bits of the Timestamp. + * @deprecated Please use `Timestamp({ t: high, i: low })` or `Timestamp(Long(low, high))` instead. + */ + constructor(low: number, high: number); + constructor(low: number | Long | { t: number; i: number }, high?: number) { + // eslint-disable-next-line @typescript-eslint/ban-ts-comment + // @ts-expect-error + if (!(this instanceof Timestamp)) return new Timestamp(low, high); + + if (Long.isLong(low)) { + super(low.low, low.high, true); + } else if (isObjectLike(low) && typeof low.t !== 'undefined' && typeof low.i !== 'undefined') { + super(low.i, low.t, true); + } else { + super(low, high, true); + } + Object.defineProperty(this, '_bsontype', { + value: 'Timestamp', + writable: false, + configurable: false, + enumerable: false + }); + } + + toJSON(): { $timestamp: string } { + return { + $timestamp: this.toString() + }; + } + + /** Returns a Timestamp represented by the given (32-bit) integer value. */ + static fromInt(value: number): Timestamp { + return new Timestamp(Long.fromInt(value, true)); + } + + /** Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned. */ + static fromNumber(value: number): Timestamp { + return new Timestamp(Long.fromNumber(value, true)); + } + + /** + * Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits. + * + * @param lowBits - the low 32-bits. + * @param highBits - the high 32-bits. + */ + static fromBits(lowBits: number, highBits: number): Timestamp { + return new Timestamp(lowBits, highBits); + } + + /** + * Returns a Timestamp from the given string, optionally using the given radix. + * + * @param str - the textual representation of the Timestamp. + * @param optRadix - the radix in which the text is written. + */ + static fromString(str: string, optRadix: number): Timestamp { + return new Timestamp(Long.fromString(str, true, optRadix)); + } + + /** @internal */ + toExtendedJSON(): TimestampExtended { + return { $timestamp: { t: this.high >>> 0, i: this.low >>> 0 } }; + } + + /** @internal */ + static fromExtendedJSON(doc: TimestampExtended): Timestamp { + return new Timestamp(doc.$timestamp); + } + + /** @internal */ + [Symbol.for('nodejs.util.inspect.custom')](): string { + return this.inspect(); + } + + inspect(): string { + return `new Timestamp({ t: ${this.getHighBits()}, i: ${this.getLowBits()} })`; + } +} diff --git a/node_modules/bson/src/utils/global.ts b/node_modules/bson/src/utils/global.ts new file mode 100644 index 000000000..3e45ffb8b --- /dev/null +++ b/node_modules/bson/src/utils/global.ts @@ -0,0 +1,22 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ +/* We do not want to have to include DOM types just for this check */ +declare const window: unknown; +declare const self: unknown; +declare const global: unknown; + +function checkForMath(potentialGlobal: any) { + // eslint-disable-next-line eqeqeq + return potentialGlobal && potentialGlobal.Math == Math && potentialGlobal; +} + +// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 +export function getGlobal>(): T { + return ( + checkForMath(typeof globalThis === 'object' && globalThis) || + checkForMath(typeof window === 'object' && window) || + checkForMath(typeof self === 'object' && self) || + checkForMath(typeof global === 'object' && global) || + // eslint-disable-next-line @typescript-eslint/no-implied-eval + Function('return this')() + ); +} diff --git a/node_modules/bson/src/uuid_utils.ts b/node_modules/bson/src/uuid_utils.ts new file mode 100644 index 000000000..f37b06592 --- /dev/null +++ b/node_modules/bson/src/uuid_utils.ts @@ -0,0 +1,33 @@ +import { Buffer } from 'buffer'; +import { BSONTypeError } from './error'; + +// Validation regex for v4 uuid (validates with or without dashes) +const VALIDATION_REGEX = + /^(?:[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15})$/i; + +export const uuidValidateString = (str: string): boolean => + typeof str === 'string' && VALIDATION_REGEX.test(str); + +export const uuidHexStringToBuffer = (hexString: string): Buffer => { + if (!uuidValidateString(hexString)) { + throw new BSONTypeError( + 'UUID string representations must be a 32 or 36 character hex string (dashes excluded/included). Format: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" or "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".' + ); + } + + const sanitizedHexString = hexString.replace(/-/g, ''); + return Buffer.from(sanitizedHexString, 'hex'); +}; + +export const bufferToUuidHexString = (buffer: Buffer, includeDashes = true): string => + includeDashes + ? buffer.toString('hex', 0, 4) + + '-' + + buffer.toString('hex', 4, 6) + + '-' + + buffer.toString('hex', 6, 8) + + '-' + + buffer.toString('hex', 8, 10) + + '-' + + buffer.toString('hex', 10, 16) + : buffer.toString('hex'); diff --git a/node_modules/bson/src/validate_utf8.ts b/node_modules/bson/src/validate_utf8.ts new file mode 100644 index 000000000..e1da934c6 --- /dev/null +++ b/node_modules/bson/src/validate_utf8.ts @@ -0,0 +1,47 @@ +const FIRST_BIT = 0x80; +const FIRST_TWO_BITS = 0xc0; +const FIRST_THREE_BITS = 0xe0; +const FIRST_FOUR_BITS = 0xf0; +const FIRST_FIVE_BITS = 0xf8; + +const TWO_BIT_CHAR = 0xc0; +const THREE_BIT_CHAR = 0xe0; +const FOUR_BIT_CHAR = 0xf0; +const CONTINUING_CHAR = 0x80; + +/** + * Determines if the passed in bytes are valid utf8 + * @param bytes - An array of 8-bit bytes. Must be indexable and have length property + * @param start - The index to start validating + * @param end - The index to end validating + */ +export function validateUtf8( + bytes: { [index: number]: number }, + start: number, + end: number +): boolean { + let continuation = 0; + + for (let i = start; i < end; i += 1) { + const byte = bytes[i]; + + if (continuation) { + if ((byte & FIRST_TWO_BITS) !== CONTINUING_CHAR) { + return false; + } + continuation -= 1; + } else if (byte & FIRST_BIT) { + if ((byte & FIRST_THREE_BITS) === TWO_BIT_CHAR) { + continuation = 1; + } else if ((byte & FIRST_FOUR_BITS) === THREE_BIT_CHAR) { + continuation = 2; + } else if ((byte & FIRST_FIVE_BITS) === FOUR_BIT_CHAR) { + continuation = 3; + } else { + return false; + } + } + } + + return !continuation; +} diff --git a/node_modules/buffer/AUTHORS.md b/node_modules/buffer/AUTHORS.md new file mode 100644 index 000000000..22eb17129 --- /dev/null +++ b/node_modules/buffer/AUTHORS.md @@ -0,0 +1,70 @@ +# Authors + +#### Ordered by first contribution. + +- Romain Beauxis (toots@rastageeks.org) +- Tobias Koppers (tobias.koppers@googlemail.com) +- Janus (ysangkok@gmail.com) +- Rainer Dreyer (rdrey1@gmail.com) +- Tõnis Tiigi (tonistiigi@gmail.com) +- James Halliday (mail@substack.net) +- Michael Williamson (mike@zwobble.org) +- elliottcable (github@elliottcable.name) +- rafael (rvalle@livelens.net) +- Andrew Kelley (superjoe30@gmail.com) +- Andreas Madsen (amwebdk@gmail.com) +- Mike Brevoort (mike.brevoort@pearson.com) +- Brian White (mscdex@mscdex.net) +- Feross Aboukhadijeh (feross@feross.org) +- Ruben Verborgh (ruben@verborgh.org) +- eliang (eliang.cs@gmail.com) +- Jesse Tane (jesse.tane@gmail.com) +- Alfonso Boza (alfonso@cloud.com) +- Mathias Buus (mathiasbuus@gmail.com) +- Devon Govett (devongovett@gmail.com) +- Daniel Cousens (github@dcousens.com) +- Joseph Dykstra (josephdykstra@gmail.com) +- Parsha Pourkhomami (parshap+git@gmail.com) +- Damjan Košir (damjan.kosir@gmail.com) +- daverayment (dave.rayment@gmail.com) +- kawanet (u-suke@kawa.net) +- Linus Unnebäck (linus@folkdatorn.se) +- Nolan Lawson (nolan.lawson@gmail.com) +- Calvin Metcalf (calvin.metcalf@gmail.com) +- Koki Takahashi (hakatasiloving@gmail.com) +- Guy Bedford (guybedford@gmail.com) +- Jan Schär (jscissr@gmail.com) +- RaulTsc (tomescu.raul@gmail.com) +- Matthieu Monsch (monsch@alum.mit.edu) +- Dan Ehrenberg (littledan@chromium.org) +- Kirill Fomichev (fanatid@ya.ru) +- Yusuke Kawasaki (u-suke@kawa.net) +- DC (dcposch@dcpos.ch) +- John-David Dalton (john.david.dalton@gmail.com) +- adventure-yunfei (adventure030@gmail.com) +- Emil Bay (github@tixz.dk) +- Sam Sudar (sudar.sam@gmail.com) +- Volker Mische (volker.mische@gmail.com) +- David Walton (support@geekstocks.com) +- Сковорода Никита Андреевич (chalkerx@gmail.com) +- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com) +- ukstv (sergey.ukustov@machinomy.com) +- Renée Kooi (renee@kooi.me) +- ranbochen (ranbochen@qq.com) +- Vladimir Borovik (bobahbdb@gmail.com) +- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com) +- kumavis (aaron@kumavis.me) +- Sergey Ukustov (sergey.ukustov@machinomy.com) +- Fei Liu (liu.feiwood@gmail.com) +- Blaine Bublitz (blaine.bublitz@gmail.com) +- clement (clement@seald.io) +- Koushik Dutta (koushd@gmail.com) +- Jordan Harband (ljharb@gmail.com) +- Niklas Mischkulnig (mischnic@users.noreply.github.com) +- Nikolai Vavilov (vvnicholas@gmail.com) +- Fedor Nezhivoi (gyzerok@users.noreply.github.com) +- Peter Newman (peternewman@users.noreply.github.com) +- mathmakgakpak (44949126+mathmakgakpak@users.noreply.github.com) +- jkkang (jkkang@smartauth.kr) + +#### Generated by bin/update-authors.sh. diff --git a/node_modules/buffer/LICENSE b/node_modules/buffer/LICENSE new file mode 100644 index 000000000..d6bf75dcf --- /dev/null +++ b/node_modules/buffer/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh, and other 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/node_modules/buffer/README.md b/node_modules/buffer/README.md new file mode 100644 index 000000000..9a23d7cfa --- /dev/null +++ b/node_modules/buffer/README.md @@ -0,0 +1,410 @@ +# buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/buffer/master.svg +[travis-url]: https://travis-ci.org/feross/buffer +[npm-image]: https://img.shields.io/npm/v/buffer.svg +[npm-url]: https://npmjs.org/package/buffer +[downloads-image]: https://img.shields.io/npm/dm/buffer.svg +[downloads-url]: https://npmjs.org/package/buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### The buffer module from [node.js](https://nodejs.org/), for the browser. + +[![saucelabs][saucelabs-image]][saucelabs-url] + +[saucelabs-image]: https://saucelabs.com/browser-matrix/buffer.svg +[saucelabs-url]: https://saucelabs.com/u/buffer + +With [browserify](http://browserify.org), simply `require('buffer')` or use the `Buffer` global and you will get this module. + +The goal is to provide an API that is 100% identical to +[node's Buffer API](https://nodejs.org/api/buffer.html). Read the +[official docs](https://nodejs.org/api/buffer.html) for the full list of properties, +instance methods, and class methods that are supported. + +## features + +- Manipulate binary data like a boss, in all browsers! +- Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`) +- Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments) +- Excellent browser support (Chrome, Firefox, Edge, Safari 9+, IE 11, iOS 9+, Android, etc.) +- Preserves Node API exactly, with one minor difference (see below) +- Square-bracket `buf[4]` notation works! +- Does not modify any browser prototypes or put anything on `window` +- Comprehensive test suite (including all buffer tests from node.js core) + +## install + +To use this module directly (without browserify), install it: + +```bash +npm install buffer +``` + +This module was previously called **native-buffer-browserify**, but please use **buffer** +from now on. + +If you do not use a bundler, you can use the [standalone script](https://bundle.run/buffer). + +## usage + +The module's API is identical to node's `Buffer` API. Read the +[official docs](https://nodejs.org/api/buffer.html) for the full list of properties, +instance methods, and class methods that are supported. + +As mentioned above, `require('buffer')` or use the `Buffer` global with +[browserify](http://browserify.org) and this module will automatically be included +in your bundle. Almost any npm module will work in the browser, even if it assumes that +the node `Buffer` API will be available. + +To depend on this module explicitly (without browserify), require it like this: + +```js +var Buffer = require('buffer/').Buffer // note: the trailing slash is important! +``` + +To require this module explicitly, use `require('buffer/')` which tells the node.js module +lookup algorithm (also used by browserify) to use the **npm module** named `buffer` +instead of the **node.js core** module named `buffer`! + + +## how does it work? + +The Buffer constructor returns instances of `Uint8Array` that have their prototype +changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of `Uint8Array`, +so the returned instances will have all the node `Buffer` methods and the +`Uint8Array` methods. Square bracket notation works as expected -- it returns a +single octet. + +The `Uint8Array` prototype remains unmodified. + + +## tracking the latest node api + +This module tracks the Buffer API in the latest (unstable) version of node.js. The Buffer +API is considered **stable** in the +[node stability index](https://nodejs.org/docs/latest/api/documentation.html#documentation_stability_index), +so it is unlikely that there will ever be breaking changes. +Nonetheless, when/if the Buffer API changes in node, this module's API will change +accordingly. + +## related packages + +- [`buffer-reverse`](https://www.npmjs.com/package/buffer-reverse) - Reverse a buffer +- [`buffer-xor`](https://www.npmjs.com/package/buffer-xor) - Bitwise xor a buffer +- [`is-buffer`](https://www.npmjs.com/package/is-buffer) - Determine if an object is a Buffer without including the whole `Buffer` package + +## conversion packages + +### convert typed array to buffer + +Use [`typedarray-to-buffer`](https://www.npmjs.com/package/typedarray-to-buffer) to convert any kind of typed array to a `Buffer`. Does not perform a copy, so it's super fast. + +### convert buffer to typed array + +`Buffer` is a subclass of `Uint8Array` (which is a typed array). So there is no need to explicitly convert to typed array. Just use the buffer as a `Uint8Array`. + +### convert blob to buffer + +Use [`blob-to-buffer`](https://www.npmjs.com/package/blob-to-buffer) to convert a `Blob` to a `Buffer`. + +### convert buffer to blob + +To convert a `Buffer` to a `Blob`, use the `Blob` constructor: + +```js +var blob = new Blob([ buffer ]) +``` + +Optionally, specify a mimetype: + +```js +var blob = new Blob([ buffer ], { type: 'text/html' }) +``` + +### convert arraybuffer to buffer + +To convert an `ArrayBuffer` to a `Buffer`, use the `Buffer.from` function. Does not perform a copy, so it's super fast. + +```js +var buffer = Buffer.from(arrayBuffer) +``` + +### convert buffer to arraybuffer + +To convert a `Buffer` to an `ArrayBuffer`, use the `.buffer` property (which is present on all `Uint8Array` objects): + +```js +var arrayBuffer = buffer.buffer.slice( + buffer.byteOffset, buffer.byteOffset + buffer.byteLength +) +``` + +Alternatively, use the [`to-arraybuffer`](https://www.npmjs.com/package/to-arraybuffer) module. + +## performance + +See perf tests in `/perf`. + +`BrowserBuffer` is the browser `buffer` module (this repo). `Uint8Array` is included as a +sanity check (since `BrowserBuffer` uses `Uint8Array` under the hood, `Uint8Array` will +always be at least a bit faster). Finally, `NodeBuffer` is the node.js buffer module, +which is included to compare against. + +NOTE: Performance has improved since these benchmarks were taken. PR welcome to update the README. + +### Chrome 38 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 11,457,464 ops/sec | ±0.86% | 66 | ✓ | +| Uint8Array#bracket-notation | 10,824,332 ops/sec | ±0.74% | 65 | | +| | | | | +| BrowserBuffer#concat | 450,532 ops/sec | ±0.76% | 68 | | +| Uint8Array#concat | 1,368,911 ops/sec | ±1.50% | 62 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 903,001 ops/sec | ±0.96% | 67 | | +| Uint8Array#copy(16000) | 1,422,441 ops/sec | ±1.04% | 66 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 11,431,358 ops/sec | ±0.46% | 69 | | +| Uint8Array#copy(16) | 13,944,163 ops/sec | ±1.12% | 68 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 106,329 ops/sec | ±6.70% | 44 | | +| Uint8Array#new(16000) | 131,001 ops/sec | ±2.85% | 31 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,554,491 ops/sec | ±1.60% | 65 | | +| Uint8Array#new(16) | 6,623,930 ops/sec | ±1.66% | 65 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 112,830 ops/sec | ±0.51% | 69 | ✓ | +| DataView#getFloat64 | 93,500 ops/sec | ±0.57% | 68 | | +| | | | | +| BrowserBuffer#readFloatBE | 146,678 ops/sec | ±0.95% | 68 | ✓ | +| DataView#getFloat32 | 99,311 ops/sec | ±0.41% | 67 | | +| | | | | +| BrowserBuffer#readUInt32LE | 843,214 ops/sec | ±0.70% | 69 | ✓ | +| DataView#getUint32 | 103,024 ops/sec | ±0.64% | 67 | | +| | | | | +| BrowserBuffer#slice | 1,013,941 ops/sec | ±0.75% | 67 | | +| Uint8Array#subarray | 1,903,928 ops/sec | ±0.53% | 67 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 61,387 ops/sec | ±0.90% | 67 | | +| DataView#setFloat32 | 141,249 ops/sec | ±0.40% | 66 | ✓ | + + +### Firefox 33 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 20,800,421 ops/sec | ±1.84% | 60 | | +| Uint8Array#bracket-notation | 20,826,235 ops/sec | ±2.02% | 61 | ✓ | +| | | | | +| BrowserBuffer#concat | 153,076 ops/sec | ±2.32% | 61 | | +| Uint8Array#concat | 1,255,674 ops/sec | ±8.65% | 52 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 1,105,312 ops/sec | ±1.16% | 63 | | +| Uint8Array#copy(16000) | 1,615,911 ops/sec | ±0.55% | 66 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 16,357,599 ops/sec | ±0.73% | 68 | | +| Uint8Array#copy(16) | 31,436,281 ops/sec | ±1.05% | 68 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 52,995 ops/sec | ±6.01% | 35 | | +| Uint8Array#new(16000) | 87,686 ops/sec | ±5.68% | 45 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 252,031 ops/sec | ±1.61% | 66 | | +| Uint8Array#new(16) | 8,477,026 ops/sec | ±0.49% | 68 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 99,871 ops/sec | ±0.41% | 69 | | +| DataView#getFloat64 | 285,663 ops/sec | ±0.70% | 68 | ✓ | +| | | | | +| BrowserBuffer#readFloatBE | 115,540 ops/sec | ±0.42% | 69 | | +| DataView#getFloat32 | 288,722 ops/sec | ±0.82% | 68 | ✓ | +| | | | | +| BrowserBuffer#readUInt32LE | 633,926 ops/sec | ±1.08% | 67 | ✓ | +| DataView#getUint32 | 294,808 ops/sec | ±0.79% | 64 | | +| | | | | +| BrowserBuffer#slice | 349,425 ops/sec | ±0.46% | 69 | | +| Uint8Array#subarray | 5,965,819 ops/sec | ±0.60% | 65 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 59,980 ops/sec | ±0.41% | 67 | | +| DataView#setFloat32 | 317,634 ops/sec | ±0.63% | 68 | ✓ | + +### Safari 8 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,279,729 ops/sec | ±2.25% | 56 | ✓ | +| Uint8Array#bracket-notation | 10,030,767 ops/sec | ±2.23% | 59 | | +| | | | | +| BrowserBuffer#concat | 144,138 ops/sec | ±1.38% | 65 | | +| Uint8Array#concat | 4,950,764 ops/sec | ±1.70% | 63 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 1,058,548 ops/sec | ±1.51% | 64 | | +| Uint8Array#copy(16000) | 1,409,666 ops/sec | ±1.17% | 65 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 6,282,529 ops/sec | ±1.88% | 58 | | +| Uint8Array#copy(16) | 11,907,128 ops/sec | ±2.87% | 58 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 101,663 ops/sec | ±3.89% | 57 | | +| Uint8Array#new(16000) | 22,050,818 ops/sec | ±6.51% | 46 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 176,072 ops/sec | ±2.13% | 64 | | +| Uint8Array#new(16) | 24,385,731 ops/sec | ±5.01% | 51 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 41,341 ops/sec | ±1.06% | 67 | | +| DataView#getFloat64 | 322,280 ops/sec | ±0.84% | 68 | ✓ | +| | | | | +| BrowserBuffer#readFloatBE | 46,141 ops/sec | ±1.06% | 65 | | +| DataView#getFloat32 | 337,025 ops/sec | ±0.43% | 69 | ✓ | +| | | | | +| BrowserBuffer#readUInt32LE | 151,551 ops/sec | ±1.02% | 66 | | +| DataView#getUint32 | 308,278 ops/sec | ±0.94% | 67 | ✓ | +| | | | | +| BrowserBuffer#slice | 197,365 ops/sec | ±0.95% | 66 | | +| Uint8Array#subarray | 9,558,024 ops/sec | ±3.08% | 58 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 17,518 ops/sec | ±1.03% | 63 | | +| DataView#setFloat32 | 319,751 ops/sec | ±0.48% | 68 | ✓ | + + +### Node 0.11.14 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,489,828 ops/sec | ±3.25% | 90 | | +| Uint8Array#bracket-notation | 10,534,884 ops/sec | ±0.81% | 92 | ✓ | +| NodeBuffer#bracket-notation | 10,389,910 ops/sec | ±0.97% | 87 | | +| | | | | +| BrowserBuffer#concat | 487,830 ops/sec | ±2.58% | 88 | | +| Uint8Array#concat | 1,814,327 ops/sec | ±1.28% | 88 | ✓ | +| NodeBuffer#concat | 1,636,523 ops/sec | ±1.88% | 73 | | +| | | | | +| BrowserBuffer#copy(16000) | 1,073,665 ops/sec | ±0.77% | 90 | | +| Uint8Array#copy(16000) | 1,348,517 ops/sec | ±0.84% | 89 | ✓ | +| NodeBuffer#copy(16000) | 1,289,533 ops/sec | ±0.82% | 93 | | +| | | | | +| BrowserBuffer#copy(16) | 12,782,706 ops/sec | ±0.74% | 85 | | +| Uint8Array#copy(16) | 14,180,427 ops/sec | ±0.93% | 92 | ✓ | +| NodeBuffer#copy(16) | 11,083,134 ops/sec | ±1.06% | 89 | | +| | | | | +| BrowserBuffer#new(16000) | 141,678 ops/sec | ±3.30% | 67 | | +| Uint8Array#new(16000) | 161,491 ops/sec | ±2.96% | 60 | | +| NodeBuffer#new(16000) | 292,699 ops/sec | ±3.20% | 55 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,655,466 ops/sec | ±2.41% | 82 | | +| Uint8Array#new(16) | 14,399,926 ops/sec | ±0.91% | 94 | ✓ | +| NodeBuffer#new(16) | 3,894,696 ops/sec | ±0.88% | 92 | | +| | | | | +| BrowserBuffer#readDoubleBE | 109,582 ops/sec | ±0.75% | 93 | ✓ | +| DataView#getFloat64 | 91,235 ops/sec | ±0.81% | 90 | | +| NodeBuffer#readDoubleBE | 88,593 ops/sec | ±0.96% | 81 | | +| | | | | +| BrowserBuffer#readFloatBE | 139,854 ops/sec | ±1.03% | 85 | ✓ | +| DataView#getFloat32 | 98,744 ops/sec | ±0.80% | 89 | | +| NodeBuffer#readFloatBE | 92,769 ops/sec | ±0.94% | 93 | | +| | | | | +| BrowserBuffer#readUInt32LE | 710,861 ops/sec | ±0.82% | 92 | | +| DataView#getUint32 | 117,893 ops/sec | ±0.84% | 91 | | +| NodeBuffer#readUInt32LE | 851,412 ops/sec | ±0.72% | 93 | ✓ | +| | | | | +| BrowserBuffer#slice | 1,673,877 ops/sec | ±0.73% | 94 | | +| Uint8Array#subarray | 6,919,243 ops/sec | ±0.67% | 90 | ✓ | +| NodeBuffer#slice | 4,617,604 ops/sec | ±0.79% | 93 | | +| | | | | +| BrowserBuffer#writeFloatBE | 66,011 ops/sec | ±0.75% | 93 | | +| DataView#setFloat32 | 127,760 ops/sec | ±0.72% | 93 | ✓ | +| NodeBuffer#writeFloatBE | 103,352 ops/sec | ±0.83% | 93 | | + +### iojs 1.8.1 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,990,488 ops/sec | ±1.11% | 91 | | +| Uint8Array#bracket-notation | 11,268,757 ops/sec | ±0.65% | 97 | | +| NodeBuffer#bracket-notation | 11,353,260 ops/sec | ±0.83% | 94 | ✓ | +| | | | | +| BrowserBuffer#concat | 378,954 ops/sec | ±0.74% | 94 | | +| Uint8Array#concat | 1,358,288 ops/sec | ±0.97% | 87 | | +| NodeBuffer#concat | 1,934,050 ops/sec | ±1.11% | 78 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 894,538 ops/sec | ±0.56% | 84 | | +| Uint8Array#copy(16000) | 1,442,656 ops/sec | ±0.71% | 96 | | +| NodeBuffer#copy(16000) | 1,457,898 ops/sec | ±0.53% | 92 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 12,870,457 ops/sec | ±0.67% | 95 | | +| Uint8Array#copy(16) | 16,643,989 ops/sec | ±0.61% | 93 | ✓ | +| NodeBuffer#copy(16) | 14,885,848 ops/sec | ±0.74% | 94 | | +| | | | | +| BrowserBuffer#new(16000) | 109,264 ops/sec | ±4.21% | 63 | | +| Uint8Array#new(16000) | 138,916 ops/sec | ±1.87% | 61 | | +| NodeBuffer#new(16000) | 281,449 ops/sec | ±3.58% | 51 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,362,935 ops/sec | ±0.56% | 99 | | +| Uint8Array#new(16) | 6,193,090 ops/sec | ±0.64% | 95 | ✓ | +| NodeBuffer#new(16) | 4,745,425 ops/sec | ±1.56% | 90 | | +| | | | | +| BrowserBuffer#readDoubleBE | 118,127 ops/sec | ±0.59% | 93 | ✓ | +| DataView#getFloat64 | 107,332 ops/sec | ±0.65% | 91 | | +| NodeBuffer#readDoubleBE | 116,274 ops/sec | ±0.94% | 95 | | +| | | | | +| BrowserBuffer#readFloatBE | 150,326 ops/sec | ±0.58% | 95 | ✓ | +| DataView#getFloat32 | 110,541 ops/sec | ±0.57% | 98 | | +| NodeBuffer#readFloatBE | 121,599 ops/sec | ±0.60% | 87 | | +| | | | | +| BrowserBuffer#readUInt32LE | 814,147 ops/sec | ±0.62% | 93 | | +| DataView#getUint32 | 137,592 ops/sec | ±0.64% | 90 | | +| NodeBuffer#readUInt32LE | 931,650 ops/sec | ±0.71% | 96 | ✓ | +| | | | | +| BrowserBuffer#slice | 878,590 ops/sec | ±0.68% | 93 | | +| Uint8Array#subarray | 2,843,308 ops/sec | ±1.02% | 90 | | +| NodeBuffer#slice | 4,998,316 ops/sec | ±0.68% | 90 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 65,927 ops/sec | ±0.74% | 93 | | +| DataView#setFloat32 | 139,823 ops/sec | ±0.97% | 89 | ✓ | +| NodeBuffer#writeFloatBE | 135,763 ops/sec | ±0.65% | 96 | | +| | | | | + +## Testing the project + +First, install the project: + + npm install + +Then, to run tests in Node.js, run: + + npm run test-node + +To test locally in a browser, you can run: + + npm run test-browser-es5-local # For ES5 browsers that don't support ES6 + npm run test-browser-es6-local # For ES6 compliant browsers + +This will print out a URL that you can then open in a browser to run the tests, using [airtap](https://www.npmjs.com/package/airtap). + +To run automated browser tests using Saucelabs, ensure that your `SAUCE_USERNAME` and `SAUCE_ACCESS_KEY` environment variables are set, then run: + + npm test + +This is what's run in Travis, to check against various browsers. The list of browsers is kept in the `bin/airtap-es5.yml` and `bin/airtap-es6.yml` files. + +## JavaScript Standard Style + +This module uses [JavaScript Standard Style](https://github.com/feross/standard). + +[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) + +To test that the code conforms to the style, `npm install` and run: + + ./node_modules/.bin/standard + +## credit + +This was originally forked from [buffer-browserify](https://github.com/toots/buffer-browserify). + +## Security Policies and Procedures + +The `buffer` team and community take all security bugs in `buffer` seriously. Please see our [security policies and procedures](https://github.com/feross/security) document to learn how to report issues. + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org), and other contributors. Originally forked from an MIT-licensed module by Romain Beauxis. diff --git a/node_modules/buffer/index.d.ts b/node_modules/buffer/index.d.ts new file mode 100644 index 000000000..5d1a804e5 --- /dev/null +++ b/node_modules/buffer/index.d.ts @@ -0,0 +1,186 @@ +export class Buffer extends Uint8Array { + length: number + write(string: string, offset?: number, length?: number, encoding?: string): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer', data: any[] }; + equals(otherBuffer: Buffer): boolean; + compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; + copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + slice(start?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readUInt8(offset: number, noAssert?: boolean): number; + readUInt16LE(offset: number, noAssert?: boolean): number; + readUInt16BE(offset: number, noAssert?: boolean): number; + readUInt32LE(offset: number, noAssert?: boolean): number; + readUInt32BE(offset: number, noAssert?: boolean): number; + readInt8(offset: number, noAssert?: boolean): number; + readInt16LE(offset: number, noAssert?: boolean): number; + readInt16BE(offset: number, noAssert?: boolean): number; + readInt32LE(offset: number, noAssert?: boolean): number; + readInt32BE(offset: number, noAssert?: boolean): number; + readFloatLE(offset: number, noAssert?: boolean): number; + readFloatBE(offset: number, noAssert?: boolean): number; + readDoubleLE(offset: number, noAssert?: boolean): number; + readDoubleBE(offset: number, noAssert?: boolean): number; + reverse(): this; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number, noAssert?: boolean): number; + writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeInt8(value: number, offset: number, noAssert?: boolean): number; + writeInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeFloatLE(value: number, offset: number, noAssert?: boolean): number; + writeFloatBE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; + fill(value: any, offset?: number, end?: number): this; + indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + */ + constructor (str: string, encoding?: string); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + */ + constructor (size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + */ + constructor (arrayBuffer: ArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + */ + constructor (buffer: Buffer); + prototype: Buffer; + /** + * Allocates a new Buffer using an {array} of octets. + * + * @param array + */ + static from(array: any[]): Buffer; + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() + * @param byteOffset + * @param length + */ + static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Copies the passed {buffer} data onto a new Buffer instance. + * + * @param buffer + */ + static from(buffer: Buffer | Uint8Array): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + * + * @param str + */ + static from(str: string, encoding?: string): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): boolean; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength(string: string, encoding?: string): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Buffer[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Buffer, buf2: Buffer): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initializing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; +} diff --git a/node_modules/buffer/index.js b/node_modules/buffer/index.js new file mode 100644 index 000000000..609cf3113 --- /dev/null +++ b/node_modules/buffer/index.js @@ -0,0 +1,1817 @@ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +/* eslint-disable no-proto */ + +'use strict' + +var base64 = require('base64-js') +var ieee754 = require('ieee754') +var customInspectSymbol = + (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation + ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation + : null + +exports.Buffer = Buffer +exports.SlowBuffer = SlowBuffer +exports.INSPECT_MAX_BYTES = 50 + +var K_MAX_LENGTH = 0x7fffffff +exports.kMaxLength = K_MAX_LENGTH + +/** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Print warning and recommend using `buffer` v4.x which has an Object + * implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * We report that the browser does not support typed arrays if the are not subclassable + * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support + * for __proto__ and has a buggy typed array implementation. + */ +Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport() + +if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && + typeof console.error === 'function') { + console.error( + 'This browser lacks typed array (Uint8Array) support which is required by ' + + '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.' + ) +} + +function typedArraySupport () { + // Can typed array instances can be augmented? + try { + var arr = new Uint8Array(1) + var proto = { foo: function () { return 42 } } + Object.setPrototypeOf(proto, Uint8Array.prototype) + Object.setPrototypeOf(arr, proto) + return arr.foo() === 42 + } catch (e) { + return false + } +} + +Object.defineProperty(Buffer.prototype, 'parent', { + enumerable: true, + get: function () { + if (!Buffer.isBuffer(this)) return undefined + return this.buffer + } +}) + +Object.defineProperty(Buffer.prototype, 'offset', { + enumerable: true, + get: function () { + if (!Buffer.isBuffer(this)) return undefined + return this.byteOffset + } +}) + +function createBuffer (length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"') + } + // Return an augmented `Uint8Array` instance + var buf = new Uint8Array(length) + Object.setPrototypeOf(buf, Buffer.prototype) + return buf +} + +/** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + +function Buffer (arg, encodingOrOffset, length) { + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new TypeError( + 'The "string" argument must be of type string. Received type number' + ) + } + return allocUnsafe(arg) + } + return from(arg, encodingOrOffset, length) +} + +Buffer.poolSize = 8192 // not used by this implementation + +function from (value, encodingOrOffset, length) { + if (typeof value === 'string') { + return fromString(value, encodingOrOffset) + } + + if (ArrayBuffer.isView(value)) { + return fromArrayView(value) + } + + if (value == null) { + throw new TypeError( + 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + + 'or Array-like Object. Received type ' + (typeof value) + ) + } + + if (isInstance(value, ArrayBuffer) || + (value && isInstance(value.buffer, ArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof SharedArrayBuffer !== 'undefined' && + (isInstance(value, SharedArrayBuffer) || + (value && isInstance(value.buffer, SharedArrayBuffer)))) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof value === 'number') { + throw new TypeError( + 'The "value" argument must not be of type number. Received type number' + ) + } + + var valueOf = value.valueOf && value.valueOf() + if (valueOf != null && valueOf !== value) { + return Buffer.from(valueOf, encodingOrOffset, length) + } + + var b = fromObject(value) + if (b) return b + + if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && + typeof value[Symbol.toPrimitive] === 'function') { + return Buffer.from( + value[Symbol.toPrimitive]('string'), encodingOrOffset, length + ) + } + + throw new TypeError( + 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + + 'or Array-like Object. Received type ' + (typeof value) + ) +} + +/** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ +Buffer.from = function (value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length) +} + +// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: +// https://github.com/feross/buffer/pull/148 +Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype) +Object.setPrototypeOf(Buffer, Uint8Array) + +function assertSize (size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be of type number') + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } +} + +function alloc (size, fill, encoding) { + assertSize(size) + if (size <= 0) { + return createBuffer(size) + } + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpreted as a start offset. + return typeof encoding === 'string' + ? createBuffer(size).fill(fill, encoding) + : createBuffer(size).fill(fill) + } + return createBuffer(size) +} + +/** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ +Buffer.alloc = function (size, fill, encoding) { + return alloc(size, fill, encoding) +} + +function allocUnsafe (size) { + assertSize(size) + return createBuffer(size < 0 ? 0 : checked(size) | 0) +} + +/** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ +Buffer.allocUnsafe = function (size) { + return allocUnsafe(size) +} +/** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ +Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(size) +} + +function fromString (string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8' + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + + var length = byteLength(string, encoding) | 0 + var buf = createBuffer(length) + + var actual = buf.write(string, encoding) + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + buf = buf.slice(0, actual) + } + + return buf +} + +function fromArrayLike (array) { + var length = array.length < 0 ? 0 : checked(array.length) | 0 + var buf = createBuffer(length) + for (var i = 0; i < length; i += 1) { + buf[i] = array[i] & 255 + } + return buf +} + +function fromArrayView (arrayView) { + if (isInstance(arrayView, Uint8Array)) { + var copy = new Uint8Array(arrayView) + return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength) + } + return fromArrayLike(arrayView) +} + +function fromArrayBuffer (array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds') + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds') + } + + var buf + if (byteOffset === undefined && length === undefined) { + buf = new Uint8Array(array) + } else if (length === undefined) { + buf = new Uint8Array(array, byteOffset) + } else { + buf = new Uint8Array(array, byteOffset, length) + } + + // Return an augmented `Uint8Array` instance + Object.setPrototypeOf(buf, Buffer.prototype) + + return buf +} + +function fromObject (obj) { + if (Buffer.isBuffer(obj)) { + var len = checked(obj.length) | 0 + var buf = createBuffer(len) + + if (buf.length === 0) { + return buf + } + + obj.copy(buf, 0, 0, len) + return buf + } + + if (obj.length !== undefined) { + if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { + return createBuffer(0) + } + return fromArrayLike(obj) + } + + if (obj.type === 'Buffer' && Array.isArray(obj.data)) { + return fromArrayLike(obj.data) + } +} + +function checked (length) { + // Note: cannot use `length < K_MAX_LENGTH` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= K_MAX_LENGTH) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + + 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes') + } + return length | 0 +} + +function SlowBuffer (length) { + if (+length != length) { // eslint-disable-line eqeqeq + length = 0 + } + return Buffer.alloc(+length) +} + +Buffer.isBuffer = function isBuffer (b) { + return b != null && b._isBuffer === true && + b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false +} + +Buffer.compare = function compare (a, b) { + if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength) + if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength) + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError( + 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array' + ) + } + + if (a === b) return 0 + + var x = a.length + var y = b.length + + for (var i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i] + y = b[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +Buffer.isEncoding = function isEncoding (encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true + default: + return false + } +} + +Buffer.concat = function concat (list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } + + if (list.length === 0) { + return Buffer.alloc(0) + } + + var i + if (length === undefined) { + length = 0 + for (i = 0; i < list.length; ++i) { + length += list[i].length + } + } + + var buffer = Buffer.allocUnsafe(length) + var pos = 0 + for (i = 0; i < list.length; ++i) { + var buf = list[i] + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer.length) { + Buffer.from(buf).copy(buffer, pos) + } else { + Uint8Array.prototype.set.call( + buffer, + buf, + pos + ) + } + } else if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } else { + buf.copy(buffer, pos) + } + pos += buf.length + } + return buffer +} + +function byteLength (string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length + } + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength + } + if (typeof string !== 'string') { + throw new TypeError( + 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + + 'Received type ' + typeof string + ) + } + + var len = string.length + var mustMatch = (arguments.length > 2 && arguments[2] === true) + if (!mustMatch && len === 0) return 0 + + // Use a for loop to avoid recursion + var loweredCase = false + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2 + case 'hex': + return len >>> 1 + case 'base64': + return base64ToBytes(string).length + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8 + } + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} +Buffer.byteLength = byteLength + +function slowToString (encoding, start, end) { + var loweredCase = false + + // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + if (start === undefined || start < 0) { + start = 0 + } + // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + if (start > this.length) { + return '' + } + + if (end === undefined || end > this.length) { + end = this.length + } + + if (end <= 0) { + return '' + } + + // Force coercion to uint32. This will also coerce falsey/NaN values to 0. + end >>>= 0 + start >>>= 0 + + if (end <= start) { + return '' + } + + if (!encoding) encoding = 'utf8' + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end) + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end) + + case 'ascii': + return asciiSlice(this, start, end) + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end) + + case 'base64': + return base64Slice(this, start, end) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = (encoding + '').toLowerCase() + loweredCase = true + } + } +} + +// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) +// to detect a Buffer instance. It's not possible to use `instanceof Buffer` +// reliably in a browserify context because there could be multiple different +// copies of the 'buffer' package in use. This method works even for Buffer +// instances that were created from another copy of the `buffer` package. +// See: https://github.com/feross/buffer/issues/154 +Buffer.prototype._isBuffer = true + +function swap (b, n, m) { + var i = b[n] + b[n] = b[m] + b[m] = i +} + +Buffer.prototype.swap16 = function swap16 () { + var len = this.length + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits') + } + for (var i = 0; i < len; i += 2) { + swap(this, i, i + 1) + } + return this +} + +Buffer.prototype.swap32 = function swap32 () { + var len = this.length + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits') + } + for (var i = 0; i < len; i += 4) { + swap(this, i, i + 3) + swap(this, i + 1, i + 2) + } + return this +} + +Buffer.prototype.swap64 = function swap64 () { + var len = this.length + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits') + } + for (var i = 0; i < len; i += 8) { + swap(this, i, i + 7) + swap(this, i + 1, i + 6) + swap(this, i + 2, i + 5) + swap(this, i + 3, i + 4) + } + return this +} + +Buffer.prototype.toString = function toString () { + var length = this.length + if (length === 0) return '' + if (arguments.length === 0) return utf8Slice(this, 0, length) + return slowToString.apply(this, arguments) +} + +Buffer.prototype.toLocaleString = Buffer.prototype.toString + +Buffer.prototype.equals = function equals (b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer') + if (this === b) return true + return Buffer.compare(this, b) === 0 +} + +Buffer.prototype.inspect = function inspect () { + var str = '' + var max = exports.INSPECT_MAX_BYTES + str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim() + if (this.length > max) str += ' ... ' + return '' +} +if (customInspectSymbol) { + Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect +} + +Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer.from(target, target.offset, target.byteLength) + } + if (!Buffer.isBuffer(target)) { + throw new TypeError( + 'The "target" argument must be one of type Buffer or Uint8Array. ' + + 'Received type ' + (typeof target) + ) + } + + if (start === undefined) { + start = 0 + } + if (end === undefined) { + end = target ? target.length : 0 + } + if (thisStart === undefined) { + thisStart = 0 + } + if (thisEnd === undefined) { + thisEnd = this.length + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index') + } + + if (thisStart >= thisEnd && start >= end) { + return 0 + } + if (thisStart >= thisEnd) { + return -1 + } + if (start >= end) { + return 1 + } + + start >>>= 0 + end >>>= 0 + thisStart >>>= 0 + thisEnd >>>= 0 + + if (this === target) return 0 + + var x = thisEnd - thisStart + var y = end - start + var len = Math.min(x, y) + + var thisCopy = this.slice(thisStart, thisEnd) + var targetCopy = target.slice(start, end) + + for (var i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i] + y = targetCopy[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, +// OR the last index of `val` in `buffer` at offset <= `byteOffset`. +// +// Arguments: +// - buffer - a Buffer to search +// - val - a string, Buffer, or number +// - byteOffset - an index into `buffer`; will be clamped to an int32 +// - encoding - an optional encoding, relevant is val is a string +// - dir - true for indexOf, false for lastIndexOf +function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1 + + // Normalize byteOffset + if (typeof byteOffset === 'string') { + encoding = byteOffset + byteOffset = 0 + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000 + } + byteOffset = +byteOffset // Coerce to Number. + if (numberIsNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : (buffer.length - 1) + } + + // Normalize byteOffset: negative offsets start from the end of the buffer + if (byteOffset < 0) byteOffset = buffer.length + byteOffset + if (byteOffset >= buffer.length) { + if (dir) return -1 + else byteOffset = buffer.length - 1 + } else if (byteOffset < 0) { + if (dir) byteOffset = 0 + else return -1 + } + + // Normalize val + if (typeof val === 'string') { + val = Buffer.from(val, encoding) + } + + // Finally, search either indexOf (if dir is true) or lastIndexOf + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1 + } + return arrayIndexOf(buffer, val, byteOffset, encoding, dir) + } else if (typeof val === 'number') { + val = val & 0xFF // Search for a byte value [0-255] + if (typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset) + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset) + } + } + return arrayIndexOf(buffer, [val], byteOffset, encoding, dir) + } + + throw new TypeError('val must be string, number or Buffer') +} + +function arrayIndexOf (arr, val, byteOffset, encoding, dir) { + var indexSize = 1 + var arrLength = arr.length + var valLength = val.length + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase() + if (encoding === 'ucs2' || encoding === 'ucs-2' || + encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1 + } + indexSize = 2 + arrLength /= 2 + valLength /= 2 + byteOffset /= 2 + } + } + + function read (buf, i) { + if (indexSize === 1) { + return buf[i] + } else { + return buf.readUInt16BE(i * indexSize) + } + } + + var i + if (dir) { + var foundIndex = -1 + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize + } else { + if (foundIndex !== -1) i -= i - foundIndex + foundIndex = -1 + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength + for (i = byteOffset; i >= 0; i--) { + var found = true + for (var j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false + break + } + } + if (found) return i + } + } + + return -1 +} + +Buffer.prototype.includes = function includes (val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1 +} + +Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true) +} + +Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false) +} + +function hexWrite (buf, string, offset, length) { + offset = Number(offset) || 0 + var remaining = buf.length - offset + if (!length) { + length = remaining + } else { + length = Number(length) + if (length > remaining) { + length = remaining + } + } + + var strLen = string.length + + if (length > strLen / 2) { + length = strLen / 2 + } + for (var i = 0; i < length; ++i) { + var parsed = parseInt(string.substr(i * 2, 2), 16) + if (numberIsNaN(parsed)) return i + buf[offset + i] = parsed + } + return i +} + +function utf8Write (buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length) +} + +function asciiWrite (buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length) +} + +function base64Write (buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length) +} + +function ucs2Write (buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length) +} + +Buffer.prototype.write = function write (string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8' + length = this.length + offset = 0 + // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset + length = this.length + offset = 0 + // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset >>> 0 + if (isFinite(length)) { + length = length >>> 0 + if (encoding === undefined) encoding = 'utf8' + } else { + encoding = length + length = undefined + } + } else { + throw new Error( + 'Buffer.write(string, encoding, offset[, length]) is no longer supported' + ) + } + + var remaining = this.length - offset + if (length === undefined || length > remaining) length = remaining + + if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds') + } + + if (!encoding) encoding = 'utf8' + + var loweredCase = false + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length) + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length) + + case 'ascii': + case 'latin1': + case 'binary': + return asciiWrite(this, string, offset, length) + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} + +Buffer.prototype.toJSON = function toJSON () { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + } +} + +function base64Slice (buf, start, end) { + if (start === 0 && end === buf.length) { + return base64.fromByteArray(buf) + } else { + return base64.fromByteArray(buf.slice(start, end)) + } +} + +function utf8Slice (buf, start, end) { + end = Math.min(buf.length, end) + var res = [] + + var i = start + while (i < end) { + var firstByte = buf[i] + var codePoint = null + var bytesPerSequence = (firstByte > 0xEF) + ? 4 + : (firstByte > 0xDF) + ? 3 + : (firstByte > 0xBF) + ? 2 + : 1 + + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte + } + break + case 2: + secondByte = buf[i + 1] + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F) + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint + } + } + break + case 3: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F) + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint + } + } + break + case 4: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + fourthByte = buf[i + 3] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F) + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint + } + } + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD + bytesPerSequence = 1 + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000 + res.push(codePoint >>> 10 & 0x3FF | 0xD800) + codePoint = 0xDC00 | codePoint & 0x3FF + } + + res.push(codePoint) + i += bytesPerSequence + } + + return decodeCodePointsArray(res) +} + +// Based on http://stackoverflow.com/a/22747272/680742, the browser with +// the lowest limit is Chrome, with 0x10000 args. +// We go 1 magnitude less, for safety +var MAX_ARGUMENTS_LENGTH = 0x1000 + +function decodeCodePointsArray (codePoints) { + var len = codePoints.length + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints) // avoid extra slice() + } + + // Decode in chunks to avoid "call stack size exceeded". + var res = '' + var i = 0 + while (i < len) { + res += String.fromCharCode.apply( + String, + codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) + ) + } + return res +} + +function asciiSlice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F) + } + return ret +} + +function latin1Slice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]) + } + return ret +} + +function hexSlice (buf, start, end) { + var len = buf.length + + if (!start || start < 0) start = 0 + if (!end || end < 0 || end > len) end = len + + var out = '' + for (var i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]] + } + return out +} + +function utf16leSlice (buf, start, end) { + var bytes = buf.slice(start, end) + var res = '' + // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) + for (var i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256)) + } + return res +} + +Buffer.prototype.slice = function slice (start, end) { + var len = this.length + start = ~~start + end = end === undefined ? len : ~~end + + if (start < 0) { + start += len + if (start < 0) start = 0 + } else if (start > len) { + start = len + } + + if (end < 0) { + end += len + if (end < 0) end = 0 + } else if (end > len) { + end = len + } + + if (end < start) end = start + + var newBuf = this.subarray(start, end) + // Return an augmented `Uint8Array` instance + Object.setPrototypeOf(newBuf, Buffer.prototype) + + return newBuf +} + +/* + * Need to make sure that buffer isn't trying to write out of bounds. + */ +function checkOffset (offset, ext, length) { + if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint') + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length') +} + +Buffer.prototype.readUintLE = +Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + + return val +} + +Buffer.prototype.readUintBE = +Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + checkOffset(offset, byteLength, this.length) + } + + var val = this[offset + --byteLength] + var mul = 1 + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul + } + + return val +} + +Buffer.prototype.readUint8 = +Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 1, this.length) + return this[offset] +} + +Buffer.prototype.readUint16LE = +Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + return this[offset] | (this[offset + 1] << 8) +} + +Buffer.prototype.readUint16BE = +Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + return (this[offset] << 8) | this[offset + 1] +} + +Buffer.prototype.readUint32LE = +Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return ((this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16)) + + (this[offset + 3] * 0x1000000) +} + +Buffer.prototype.readUint32BE = +Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] * 0x1000000) + + ((this[offset + 1] << 16) | + (this[offset + 2] << 8) | + this[offset + 3]) +} + +Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var i = byteLength + var mul = 1 + var val = this[offset + --i] + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 1, this.length) + if (!(this[offset] & 0x80)) return (this[offset]) + return ((0xff - this[offset] + 1) * -1) +} + +Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + var val = this[offset] | (this[offset + 1] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + var val = this[offset + 1] | (this[offset] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16) | + (this[offset + 3] << 24) +} + +Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] << 24) | + (this[offset + 1] << 16) | + (this[offset + 2] << 8) | + (this[offset + 3]) +} + +Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, true, 23, 4) +} + +Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, false, 23, 4) +} + +Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, true, 52, 8) +} + +Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, false, 52, 8) +} + +function checkInt (buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance') + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds') + if (offset + ext > buf.length) throw new RangeError('Index out of range') +} + +Buffer.prototype.writeUintLE = +Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + var mul = 1 + var i = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUintBE = +Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + var i = byteLength - 1 + var mul = 1 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUint8 = +Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0) + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeUint16LE = +Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + return offset + 2 +} + +Buffer.prototype.writeUint16BE = +Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + return offset + 2 +} + +Buffer.prototype.writeUint32LE = +Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + this[offset + 3] = (value >>> 24) + this[offset + 2] = (value >>> 16) + this[offset + 1] = (value >>> 8) + this[offset] = (value & 0xff) + return offset + 4 +} + +Buffer.prototype.writeUint32BE = +Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + return offset + 4 +} + +Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + var limit = Math.pow(2, (8 * byteLength) - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + var i = 0 + var mul = 1 + var sub = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + var limit = Math.pow(2, (8 * byteLength) - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + var i = byteLength - 1 + var mul = 1 + var sub = 0 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80) + if (value < 0) value = 0xff + value + 1 + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + return offset + 2 +} + +Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + return offset + 2 +} + +Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + this[offset + 2] = (value >>> 16) + this[offset + 3] = (value >>> 24) + return offset + 4 +} + +Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + if (value < 0) value = 0xffffffff + value + 1 + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + return offset + 4 +} + +function checkIEEE754 (buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range') + if (offset < 0) throw new RangeError('Index out of range') +} + +function writeFloat (buf, value, offset, littleEndian, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) + } + ieee754.write(buf, value, offset, littleEndian, 23, 4) + return offset + 4 +} + +Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert) +} + +function writeDouble (buf, value, offset, littleEndian, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308) + } + ieee754.write(buf, value, offset, littleEndian, 52, 8) + return offset + 8 +} + +Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert) +} + +// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) +Buffer.prototype.copy = function copy (target, targetStart, start, end) { + if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer') + if (!start) start = 0 + if (!end && end !== 0) end = this.length + if (targetStart >= target.length) targetStart = target.length + if (!targetStart) targetStart = 0 + if (end > 0 && end < start) end = start + + // Copy 0 bytes; we're done + if (end === start) return 0 + if (target.length === 0 || this.length === 0) return 0 + + // Fatal error conditions + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds') + } + if (start < 0 || start >= this.length) throw new RangeError('Index out of range') + if (end < 0) throw new RangeError('sourceEnd out of bounds') + + // Are we oob? + if (end > this.length) end = this.length + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start + } + + var len = end - start + + if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { + // Use built-in when available, missing from IE11 + this.copyWithin(targetStart, start, end) + } else { + Uint8Array.prototype.set.call( + target, + this.subarray(start, end), + targetStart + ) + } + + return len +} + +// Usage: +// buffer.fill(number[, offset[, end]]) +// buffer.fill(buffer[, offset[, end]]) +// buffer.fill(string[, offset[, end]][, encoding]) +Buffer.prototype.fill = function fill (val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start + start = 0 + end = this.length + } else if (typeof end === 'string') { + encoding = end + end = this.length + } + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string') + } + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + if (val.length === 1) { + var code = val.charCodeAt(0) + if ((encoding === 'utf8' && code < 128) || + encoding === 'latin1') { + // Fast path: If `val` fits into a single byte, use that numeric value. + val = code + } + } + } else if (typeof val === 'number') { + val = val & 255 + } else if (typeof val === 'boolean') { + val = Number(val) + } + + // Invalid ranges are not set to a default, so can range check early. + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index') + } + + if (end <= start) { + return this + } + + start = start >>> 0 + end = end === undefined ? this.length : end >>> 0 + + if (!val) val = 0 + + var i + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val + } + } else { + var bytes = Buffer.isBuffer(val) + ? val + : Buffer.from(val, encoding) + var len = bytes.length + if (len === 0) { + throw new TypeError('The value "' + val + + '" is invalid for argument "value"') + } + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len] + } + } + + return this +} + +// HELPER FUNCTIONS +// ================ + +var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g + +function base64clean (str) { + // Node takes equal signs as end of the Base64 encoding + str = str.split('=')[0] + // Node strips out invalid characters like \n and \t from the string, base64-js does not + str = str.trim().replace(INVALID_BASE64_RE, '') + // Node converts strings with length < 2 to '' + if (str.length < 2) return '' + // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + while (str.length % 4 !== 0) { + str = str + '=' + } + return str +} + +function utf8ToBytes (string, units) { + units = units || Infinity + var codePoint + var length = string.length + var leadSurrogate = null + var bytes = [] + + for (var i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i) + + // is surrogate component + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } + + // valid lead + leadSurrogate = codePoint + + continue + } + + // 2 leads in a row + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + leadSurrogate = codePoint + continue + } + + // valid surrogate pair + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000 + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + } + + leadSurrogate = null + + // encode utf8 + if (codePoint < 0x80) { + if ((units -= 1) < 0) break + bytes.push(codePoint) + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break + bytes.push( + codePoint >> 0x6 | 0xC0, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break + bytes.push( + codePoint >> 0xC | 0xE0, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break + bytes.push( + codePoint >> 0x12 | 0xF0, + codePoint >> 0xC & 0x3F | 0x80, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else { + throw new Error('Invalid code point') + } + } + + return bytes +} + +function asciiToBytes (str) { + var byteArray = [] + for (var i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF) + } + return byteArray +} + +function utf16leToBytes (str, units) { + var c, hi, lo + var byteArray = [] + for (var i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break + + c = str.charCodeAt(i) + hi = c >> 8 + lo = c % 256 + byteArray.push(lo) + byteArray.push(hi) + } + + return byteArray +} + +function base64ToBytes (str) { + return base64.toByteArray(base64clean(str)) +} + +function blitBuffer (src, dst, offset, length) { + for (var i = 0; i < length; ++i) { + if ((i + offset >= dst.length) || (i >= src.length)) break + dst[i + offset] = src[i] + } + return i +} + +// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass +// the `instanceof` check but they should be treated as of that type. +// See: https://github.com/feross/buffer/issues/166 +function isInstance (obj, type) { + return obj instanceof type || + (obj != null && obj.constructor != null && obj.constructor.name != null && + obj.constructor.name === type.name) +} +function numberIsNaN (obj) { + // For IE11 support + return obj !== obj // eslint-disable-line no-self-compare +} + +// Create lookup table for `toString('hex')` +// See: https://github.com/feross/buffer/issues/219 +var hexSliceLookupTable = (function () { + var alphabet = '0123456789abcdef' + var table = new Array(256) + for (var i = 0; i < 16; ++i) { + var i16 = i * 16 + for (var j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j] + } + } + return table +})() diff --git a/node_modules/buffer/package.json b/node_modules/buffer/package.json new file mode 100644 index 000000000..3b1b4986f --- /dev/null +++ b/node_modules/buffer/package.json @@ -0,0 +1,96 @@ +{ + "name": "buffer", + "description": "Node.js Buffer API, for the browser", + "version": "5.7.1", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "https://feross.org" + }, + "bugs": { + "url": "https://github.com/feross/buffer/issues" + }, + "contributors": [ + "Romain Beauxis ", + "James Halliday " + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + }, + "devDependencies": { + "airtap": "^3.0.0", + "benchmark": "^2.1.4", + "browserify": "^17.0.0", + "concat-stream": "^2.0.0", + "hyperquest": "^2.1.3", + "is-buffer": "^2.0.4", + "is-nan": "^1.3.0", + "split": "^1.0.1", + "standard": "*", + "tape": "^5.0.1", + "through2": "^4.0.2", + "uglify-js": "^3.11.3" + }, + "homepage": "https://github.com/feross/buffer", + "jspm": { + "map": { + "./index.js": { + "node": "@node/buffer" + } + } + }, + "keywords": [ + "arraybuffer", + "browser", + "browserify", + "buffer", + "compatible", + "dataview", + "uint8array" + ], + "license": "MIT", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git://github.com/feross/buffer.git" + }, + "scripts": { + "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", + "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", + "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c", + "test": "standard && node ./bin/test.js", + "test-browser-es5": "airtap -- test/*.js", + "test-browser-es5-local": "airtap --local -- test/*.js", + "test-browser-es6": "airtap -- test/*.js test/node/*.js", + "test-browser-es6-local": "airtap --local -- test/*.js test/node/*.js", + "test-node": "tape test/*.js test/node/*.js", + "update-authors": "./bin/update-authors.sh" + }, + "standard": { + "ignore": [ + "test/node/**/*.js", + "test/common.js", + "test/_polyfill.js", + "perf/**/*.js" + ], + "globals": [ + "SharedArrayBuffer" + ] + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/node_modules/bytes/History.md b/node_modules/bytes/History.md new file mode 100644 index 000000000..d60ce0e6d --- /dev/null +++ b/node_modules/bytes/History.md @@ -0,0 +1,97 @@ +3.1.2 / 2022-01-27 +================== + + * Fix return value for un-parsable strings + +3.1.1 / 2021-11-15 +================== + + * Fix "thousandsSeparator" incorrecting formatting fractional part + +3.1.0 / 2019-01-22 +================== + + * Add petabyte (`pb`) support + +3.0.0 / 2017-08-31 +================== + + * Change "kB" to "KB" in format output + * Remove support for Node.js 0.6 + * Remove support for ComponentJS + +2.5.0 / 2017-03-24 +================== + + * Add option "unit" + +2.4.0 / 2016-06-01 +================== + + * Add option "unitSeparator" + +2.3.0 / 2016-02-15 +================== + + * Drop partial bytes on all parsed units + * Fix non-finite numbers to `.format` to return `null` + * Fix parsing byte string that looks like hex + * perf: hoist regular expressions + +2.2.0 / 2015-11-13 +================== + + * add option "decimalPlaces" + * add option "fixedDecimals" + +2.1.0 / 2015-05-21 +================== + + * add `.format` export + * add `.parse` export + +2.0.2 / 2015-05-20 +================== + + * remove map recreation + * remove unnecessary object construction + +2.0.1 / 2015-05-07 +================== + + * fix browserify require + * remove node.extend dependency + +2.0.0 / 2015-04-12 +================== + + * add option "case" + * add option "thousandsSeparator" + * return "null" on invalid parse input + * support proper round-trip: bytes(bytes(num)) === num + * units no longer case sensitive when parsing + +1.0.0 / 2014-05-05 +================== + + * add negative support. fixes #6 + +0.3.0 / 2014-03-19 +================== + + * added terabyte support + +0.2.1 / 2013-04-01 +================== + + * add .component + +0.2.0 / 2012-10-28 +================== + + * bytes(200).should.eql('200b') + +0.1.0 / 2012-07-04 +================== + + * add bytes to string conversion [yields] diff --git a/node_modules/bytes/LICENSE b/node_modules/bytes/LICENSE new file mode 100644 index 000000000..63e95a963 --- /dev/null +++ b/node_modules/bytes/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson + +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/node_modules/bytes/Readme.md b/node_modules/bytes/Readme.md new file mode 100644 index 000000000..5790e23e3 --- /dev/null +++ b/node_modules/bytes/Readme.md @@ -0,0 +1,152 @@ +# Bytes utility + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```bash +$ npm install bytes +``` + +## Usage + +```js +var bytes = require('bytes'); +``` + +#### bytes(number|string value, [options]): number|string|null + +Default export function. Delegates to either `bytes.format` or `bytes.parse` based on the type of `value`. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number`|`string` | Number value to format or string value to parse | +| options | `Object` | Conversion options for `format` | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`number`|`null` | Return null upon error. Numeric value in bytes, or string value otherwise. | + +**Example** + +```js +bytes(1024); +// output: '1KB' + +bytes('1KB'); +// output: 1024 +``` + +#### bytes.format(number value, [options]): string|null + +Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is + rounded. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number` | Value in bytes | +| options | `Object` | Conversion options | + +**Options** + +| Property | Type | Description | +|-------------------|--------|-----------------------------------------------------------------------------------------| +| decimalPlaces | `number`|`null` | Maximum number of decimal places to include in output. Default value to `2`. | +| fixedDecimals | `boolean`|`null` | Whether to always display the maximum number of decimal places. Default value to `false` | +| thousandsSeparator | `string`|`null` | Example of values: `' '`, `','` and `'.'`... Default value to `''`. | +| unit | `string`|`null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). | +| unitSeparator | `string`|`null` | Separator to use between number and unit. Default value to `''`. | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`null` | Return null upon error. String value otherwise. | + +**Example** + +```js +bytes.format(1024); +// output: '1KB' + +bytes.format(1000); +// output: '1000B' + +bytes.format(1000, {thousandsSeparator: ' '}); +// output: '1 000B' + +bytes.format(1024 * 1.7, {decimalPlaces: 0}); +// output: '2KB' + +bytes.format(1024, {unitSeparator: ' '}); +// output: '1 KB' +``` + +#### bytes.parse(string|number value): number|null + +Parse the string value into an integer in bytes. If no unit is given, or `value` +is a number, it is assumed the value is in bytes. + +Supported units and abbreviations are as follows and are case-insensitive: + + * `b` for bytes + * `kb` for kilobytes + * `mb` for megabytes + * `gb` for gigabytes + * `tb` for terabytes + * `pb` for petabytes + +The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. + +**Arguments** + +| Name | Type | Description | +|---------------|--------|--------------------| +| value | `string`|`number` | String to parse, or number in bytes. | + +**Returns** + +| Name | Type | Description | +|---------|-------------|-------------------------| +| results | `number`|`null` | Return null upon error. Value in bytes otherwise. | + +**Example** + +```js +bytes.parse('1KB'); +// output: 1024 + +bytes.parse('1024'); +// output: 1024 + +bytes.parse(1024); +// output: 1024 +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/visionmedia/bytes.js/master?label=ci +[ci-url]: https://github.com/visionmedia/bytes.js/actions?query=workflow%3Aci +[coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master +[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master +[downloads-image]: https://badgen.net/npm/dm/bytes +[downloads-url]: https://npmjs.org/package/bytes +[npm-image]: https://badgen.net/npm/v/bytes +[npm-url]: https://npmjs.org/package/bytes diff --git a/node_modules/bytes/index.js b/node_modules/bytes/index.js new file mode 100644 index 000000000..6f2d0f89e --- /dev/null +++ b/node_modules/bytes/index.js @@ -0,0 +1,170 @@ +/*! + * bytes + * Copyright(c) 2012-2014 TJ Holowaychuk + * Copyright(c) 2015 Jed Watson + * MIT Licensed + */ + +'use strict'; + +/** + * Module exports. + * @public + */ + +module.exports = bytes; +module.exports.format = format; +module.exports.parse = parse; + +/** + * Module variables. + * @private + */ + +var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g; + +var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/; + +var map = { + b: 1, + kb: 1 << 10, + mb: 1 << 20, + gb: 1 << 30, + tb: Math.pow(1024, 4), + pb: Math.pow(1024, 5), +}; + +var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i; + +/** + * Convert the given value in bytes into a string or parse to string to an integer in bytes. + * + * @param {string|number} value + * @param {{ + * case: [string], + * decimalPlaces: [number] + * fixedDecimals: [boolean] + * thousandsSeparator: [string] + * unitSeparator: [string] + * }} [options] bytes options. + * + * @returns {string|number|null} + */ + +function bytes(value, options) { + if (typeof value === 'string') { + return parse(value); + } + + if (typeof value === 'number') { + return format(value, options); + } + + return null; +} + +/** + * Format the given value in bytes into a string. + * + * If the value is negative, it is kept as such. If it is a float, + * it is rounded. + * + * @param {number} value + * @param {object} [options] + * @param {number} [options.decimalPlaces=2] + * @param {number} [options.fixedDecimals=false] + * @param {string} [options.thousandsSeparator=] + * @param {string} [options.unit=] + * @param {string} [options.unitSeparator=] + * + * @returns {string|null} + * @public + */ + +function format(value, options) { + if (!Number.isFinite(value)) { + return null; + } + + var mag = Math.abs(value); + var thousandsSeparator = (options && options.thousandsSeparator) || ''; + var unitSeparator = (options && options.unitSeparator) || ''; + var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2; + var fixedDecimals = Boolean(options && options.fixedDecimals); + var unit = (options && options.unit) || ''; + + if (!unit || !map[unit.toLowerCase()]) { + if (mag >= map.pb) { + unit = 'PB'; + } else if (mag >= map.tb) { + unit = 'TB'; + } else if (mag >= map.gb) { + unit = 'GB'; + } else if (mag >= map.mb) { + unit = 'MB'; + } else if (mag >= map.kb) { + unit = 'KB'; + } else { + unit = 'B'; + } + } + + var val = value / map[unit.toLowerCase()]; + var str = val.toFixed(decimalPlaces); + + if (!fixedDecimals) { + str = str.replace(formatDecimalsRegExp, '$1'); + } + + if (thousandsSeparator) { + str = str.split('.').map(function (s, i) { + return i === 0 + ? s.replace(formatThousandsRegExp, thousandsSeparator) + : s + }).join('.'); + } + + return str + unitSeparator + unit; +} + +/** + * Parse the string value into an integer in bytes. + * + * If no unit is given, it is assumed the value is in bytes. + * + * @param {number|string} val + * + * @returns {number|null} + * @public + */ + +function parse(val) { + if (typeof val === 'number' && !isNaN(val)) { + return val; + } + + if (typeof val !== 'string') { + return null; + } + + // Test if the string passed is valid + var results = parseRegExp.exec(val); + var floatValue; + var unit = 'b'; + + if (!results) { + // Nothing could be extracted from the given string + floatValue = parseInt(val, 10); + unit = 'b' + } else { + // Retrieve the value and the unit + floatValue = parseFloat(results[1]); + unit = results[4].toLowerCase(); + } + + if (isNaN(floatValue)) { + return null; + } + + return Math.floor(map[unit] * floatValue); +} diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json new file mode 100644 index 000000000..f2b6a8b0e --- /dev/null +++ b/node_modules/bytes/package.json @@ -0,0 +1,42 @@ +{ + "name": "bytes", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "version": "3.1.2", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "contributors": [ + "Jed Watson ", + "Théo FIDRY " + ], + "license": "MIT", + "keywords": [ + "byte", + "bytes", + "utility", + "parse", + "parser", + "convert", + "converter" + ], + "repository": "visionmedia/bytes.js", + "devDependencies": { + "eslint": "7.32.0", + "eslint-plugin-markdown": "2.2.1", + "mocha": "9.2.0", + "nyc": "15.1.0" + }, + "files": [ + "History.md", + "LICENSE", + "Readme.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --check-leaks --reporter spec", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/node_modules/call-bind/.eslintignore b/node_modules/call-bind/.eslintignore new file mode 100644 index 000000000..404abb221 --- /dev/null +++ b/node_modules/call-bind/.eslintignore @@ -0,0 +1 @@ +coverage/ diff --git a/node_modules/call-bind/.eslintrc b/node_modules/call-bind/.eslintrc new file mode 100644 index 000000000..e5d3c9a94 --- /dev/null +++ b/node_modules/call-bind/.eslintrc @@ -0,0 +1,17 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "func-name-matching": 0, + "id-length": 0, + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + "no-magic-numbers": 0, + "operator-linebreak": [2, "before"], + }, +} diff --git a/node_modules/call-bind/.github/FUNDING.yml b/node_modules/call-bind/.github/FUNDING.yml new file mode 100644 index 000000000..c70c2ecdb --- /dev/null +++ b/node_modules/call-bind/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bind +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/call-bind/.nycrc b/node_modules/call-bind/.nycrc new file mode 100644 index 000000000..1826526e0 --- /dev/null +++ b/node_modules/call-bind/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/call-bind/CHANGELOG.md b/node_modules/call-bind/CHANGELOG.md new file mode 100644 index 000000000..62a37279e --- /dev/null +++ b/node_modules/call-bind/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.2](https://github.com/ljharb/call-bind/compare/v1.0.1...v1.0.2) - 2021-01-11 + +### Commits + +- [Fix] properly include the receiver in the bound length [`dbae7bc`](https://github.com/ljharb/call-bind/commit/dbae7bc676c079a0d33c0a43e9ef92cb7b01345d) + +## [v1.0.1](https://github.com/ljharb/call-bind/compare/v1.0.0...v1.0.1) - 2021-01-08 + +### Commits + +- [Tests] migrate tests to Github Actions [`b6db284`](https://github.com/ljharb/call-bind/commit/b6db284c36f8ccd195b88a6764fe84b7223a0da1) +- [meta] do not publish github action workflow files [`ec7fe46`](https://github.com/ljharb/call-bind/commit/ec7fe46e60cfa4764ee943d2755f5e5a366e578e) +- [Fix] preserve original function’s length when possible [`adbceaa`](https://github.com/ljharb/call-bind/commit/adbceaa3cac4b41ea78bb19d7ccdbaaf7e0bdadb) +- [Tests] gather coverage data on every job [`d69e23c`](https://github.com/ljharb/call-bind/commit/d69e23cc65f101ba1d4c19bb07fa8eb0ec624be8) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`2fd3586`](https://github.com/ljharb/call-bind/commit/2fd3586c5d47b335364c14293114c6b625ae1f71) +- [Deps] update `get-intrinsic` [`f23e931`](https://github.com/ljharb/call-bind/commit/f23e9318cc271c2add8bb38cfded85ee7baf8eee) +- [Deps] update `get-intrinsic` [`72d9f44`](https://github.com/ljharb/call-bind/commit/72d9f44e184465ba8dd3fb48260bbcff234985f2) +- [meta] fix FUNDING.yml [`e723573`](https://github.com/ljharb/call-bind/commit/e723573438c5a68dcec31fb5d96ea6b7e4a93be8) +- [eslint] ignore coverage output [`15e76d2`](https://github.com/ljharb/call-bind/commit/15e76d28a5f43e504696401e5b31ebb78ee1b532) +- [meta] add Automatic Rebase and Require Allow Edits workflows [`8fa4dab`](https://github.com/ljharb/call-bind/commit/8fa4dabb23ba3dd7bb92c9571c1241c08b56e4b6) + +## v1.0.0 - 2020-10-30 + +### Commits + +- Initial commit [`306cf98`](https://github.com/ljharb/call-bind/commit/306cf98c7ec9e7ef66b653ec152277ac1381eb50) +- Tests [`e10d0bb`](https://github.com/ljharb/call-bind/commit/e10d0bbdadc7a10ecedc9a1c035112d3e368b8df) +- Implementation [`43852ed`](https://github.com/ljharb/call-bind/commit/43852eda0f187327b7fad2423ca972149a52bd65) +- npm init [`408f860`](https://github.com/ljharb/call-bind/commit/408f860b773a2f610805fd3613d0d71bac1b6249) +- [meta] add Automatic Rebase and Require Allow Edits workflows [`fb349b2`](https://github.com/ljharb/call-bind/commit/fb349b2e48defbec8b5ec8a8395cc8f69f220b13) +- [meta] add `auto-changelog` [`c4001fc`](https://github.com/ljharb/call-bind/commit/c4001fc43031799ef908211c98d3b0fb2b60fde4) +- [meta] add "funding"; create `FUNDING.yml` [`d4d6d29`](https://github.com/ljharb/call-bind/commit/d4d6d2974a14bc2e98830468eda7fe6d6a776717) +- [Tests] add `npm run lint` [`dedfb98`](https://github.com/ljharb/call-bind/commit/dedfb98bd0ecefb08ddb9a94061bd10cde4332af) +- Only apps should have lockfiles [`54ac776`](https://github.com/ljharb/call-bind/commit/54ac77653db45a7361dc153d2f478e743f110650) +- [meta] add `safe-publish-latest` [`9ea8e43`](https://github.com/ljharb/call-bind/commit/9ea8e435b950ce9b705559cd651039f9bf40140f) diff --git a/node_modules/call-bind/LICENSE b/node_modules/call-bind/LICENSE new file mode 100644 index 000000000..48f05d01d --- /dev/null +++ b/node_modules/call-bind/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Jordan Harband + +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/node_modules/call-bind/README.md b/node_modules/call-bind/README.md new file mode 100644 index 000000000..53649eb46 --- /dev/null +++ b/node_modules/call-bind/README.md @@ -0,0 +1,2 @@ +# call-bind +Robustly `.call.bind()` a function. diff --git a/node_modules/call-bind/callBound.js b/node_modules/call-bind/callBound.js new file mode 100644 index 000000000..8374adfd0 --- /dev/null +++ b/node_modules/call-bind/callBound.js @@ -0,0 +1,15 @@ +'use strict'; + +var GetIntrinsic = require('get-intrinsic'); + +var callBind = require('./'); + +var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf')); + +module.exports = function callBoundIntrinsic(name, allowMissing) { + var intrinsic = GetIntrinsic(name, !!allowMissing); + if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) { + return callBind(intrinsic); + } + return intrinsic; +}; diff --git a/node_modules/call-bind/index.js b/node_modules/call-bind/index.js new file mode 100644 index 000000000..6fa3e4af7 --- /dev/null +++ b/node_modules/call-bind/index.js @@ -0,0 +1,47 @@ +'use strict'; + +var bind = require('function-bind'); +var GetIntrinsic = require('get-intrinsic'); + +var $apply = GetIntrinsic('%Function.prototype.apply%'); +var $call = GetIntrinsic('%Function.prototype.call%'); +var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply); + +var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true); +var $defineProperty = GetIntrinsic('%Object.defineProperty%', true); +var $max = GetIntrinsic('%Math.max%'); + +if ($defineProperty) { + try { + $defineProperty({}, 'a', { value: 1 }); + } catch (e) { + // IE 8 has a broken defineProperty + $defineProperty = null; + } +} + +module.exports = function callBind(originalFunction) { + var func = $reflectApply(bind, $call, arguments); + if ($gOPD && $defineProperty) { + var desc = $gOPD(func, 'length'); + if (desc.configurable) { + // original length, plus the receiver, minus any additional arguments (after the receiver) + $defineProperty( + func, + 'length', + { value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) } + ); + } + } + return func; +}; + +var applyBind = function applyBind() { + return $reflectApply(bind, $apply, arguments); +}; + +if ($defineProperty) { + $defineProperty(module.exports, 'apply', { value: applyBind }); +} else { + module.exports.apply = applyBind; +} diff --git a/node_modules/call-bind/package.json b/node_modules/call-bind/package.json new file mode 100644 index 000000000..4360556a7 --- /dev/null +++ b/node_modules/call-bind/package.json @@ -0,0 +1,80 @@ +{ + "name": "call-bind", + "version": "1.0.2", + "description": "Robustly `.call.bind()` a function", + "main": "index.js", + "exports": { + ".": [ + { + "default": "./index.js" + }, + "./index.js" + ], + "./callBound": [ + { + "default": "./callBound.js" + }, + "./callBound.js" + ], + "./package.json": "./package.json" + }, + "scripts": { + "prepublish": "safe-publish-latest", + "lint": "eslint --ext=.js,.mjs .", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/*'", + "test": "npm run tests-only", + "posttest": "aud --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bind.git" + }, + "keywords": [ + "javascript", + "ecmascript", + "es", + "js", + "callbind", + "callbound", + "call", + "bind", + "bound", + "call-bind", + "call-bound", + "function", + "es-abstract" + ], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bind/issues" + }, + "homepage": "https://github.com/ljharb/call-bind#readme", + "devDependencies": { + "@ljharb/eslint-config": "^17.3.0", + "aud": "^1.1.3", + "auto-changelog": "^2.2.1", + "eslint": "^7.17.0", + "nyc": "^10.3.2", + "safe-publish-latest": "^1.1.4", + "tape": "^5.1.1" + }, + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + } +} diff --git a/node_modules/call-bind/test/callBound.js b/node_modules/call-bind/test/callBound.js new file mode 100644 index 000000000..209ce3cc3 --- /dev/null +++ b/node_modules/call-bind/test/callBound.js @@ -0,0 +1,55 @@ +'use strict'; + +var test = require('tape'); + +var callBound = require('../callBound'); + +test('callBound', function (t) { + // static primitive + t.equal(callBound('Array.length'), Array.length, 'Array.length yields itself'); + t.equal(callBound('%Array.length%'), Array.length, '%Array.length% yields itself'); + + // static non-function object + t.equal(callBound('Array.prototype'), Array.prototype, 'Array.prototype yields itself'); + t.equal(callBound('%Array.prototype%'), Array.prototype, '%Array.prototype% yields itself'); + t.equal(callBound('Array.constructor'), Array.constructor, 'Array.constructor yields itself'); + t.equal(callBound('%Array.constructor%'), Array.constructor, '%Array.constructor% yields itself'); + + // static function + t.equal(callBound('Date.parse'), Date.parse, 'Date.parse yields itself'); + t.equal(callBound('%Date.parse%'), Date.parse, '%Date.parse% yields itself'); + + // prototype primitive + t.equal(callBound('Error.prototype.message'), Error.prototype.message, 'Error.prototype.message yields itself'); + t.equal(callBound('%Error.prototype.message%'), Error.prototype.message, '%Error.prototype.message% yields itself'); + + // prototype function + t.notEqual(callBound('Object.prototype.toString'), Object.prototype.toString, 'Object.prototype.toString does not yield itself'); + t.notEqual(callBound('%Object.prototype.toString%'), Object.prototype.toString, '%Object.prototype.toString% does not yield itself'); + t.equal(callBound('Object.prototype.toString')(true), Object.prototype.toString.call(true), 'call-bound Object.prototype.toString calls into the original'); + t.equal(callBound('%Object.prototype.toString%')(true), Object.prototype.toString.call(true), 'call-bound %Object.prototype.toString% calls into the original'); + + t['throws']( + function () { callBound('does not exist'); }, + SyntaxError, + 'nonexistent intrinsic throws' + ); + t['throws']( + function () { callBound('does not exist', true); }, + SyntaxError, + 'allowMissing arg still throws for unknown intrinsic' + ); + + /* globals WeakRef: false */ + t.test('real but absent intrinsic', { skip: typeof WeakRef !== 'undefined' }, function (st) { + st['throws']( + function () { callBound('WeakRef'); }, + TypeError, + 'real but absent intrinsic throws' + ); + st.equal(callBound('WeakRef', true), undefined, 'allowMissing arg avoids exception'); + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/call-bind/test/index.js b/node_modules/call-bind/test/index.js new file mode 100644 index 000000000..bf6769c7c --- /dev/null +++ b/node_modules/call-bind/test/index.js @@ -0,0 +1,66 @@ +'use strict'; + +var callBind = require('../'); +var bind = require('function-bind'); + +var test = require('tape'); + +/* + * older engines have length nonconfigurable + * in io.js v3, it is configurable except on bound functions, hence the .bind() + */ +var functionsHaveConfigurableLengths = !!( + Object.getOwnPropertyDescriptor + && Object.getOwnPropertyDescriptor(bind.call(function () {}), 'length').configurable +); + +test('callBind', function (t) { + var sentinel = { sentinel: true }; + var func = function (a, b) { + // eslint-disable-next-line no-invalid-this + return [this, a, b]; + }; + t.equal(func.length, 2, 'original function length is 2'); + t.deepEqual(func(), [undefined, undefined, undefined], 'unbound func with too few args'); + t.deepEqual(func(1, 2), [undefined, 1, 2], 'unbound func with right args'); + t.deepEqual(func(1, 2, 3), [undefined, 1, 2], 'unbound func with too many args'); + + var bound = callBind(func); + t.equal(bound.length, func.length + 1, 'function length is preserved', { skip: !functionsHaveConfigurableLengths }); + t.deepEqual(bound(), [undefined, undefined, undefined], 'bound func with too few args'); + t.deepEqual(bound(1, 2), [1, 2, undefined], 'bound func with right args'); + t.deepEqual(bound(1, 2, 3), [1, 2, 3], 'bound func with too many args'); + + var boundR = callBind(func, sentinel); + t.equal(boundR.length, func.length, 'function length is preserved', { skip: !functionsHaveConfigurableLengths }); + t.deepEqual(boundR(), [sentinel, undefined, undefined], 'bound func with receiver, with too few args'); + t.deepEqual(boundR(1, 2), [sentinel, 1, 2], 'bound func with receiver, with right args'); + t.deepEqual(boundR(1, 2, 3), [sentinel, 1, 2], 'bound func with receiver, with too many args'); + + var boundArg = callBind(func, sentinel, 1); + t.equal(boundArg.length, func.length - 1, 'function length is preserved', { skip: !functionsHaveConfigurableLengths }); + t.deepEqual(boundArg(), [sentinel, 1, undefined], 'bound func with receiver and arg, with too few args'); + t.deepEqual(boundArg(2), [sentinel, 1, 2], 'bound func with receiver and arg, with right arg'); + t.deepEqual(boundArg(2, 3), [sentinel, 1, 2], 'bound func with receiver and arg, with too many args'); + + t.test('callBind.apply', function (st) { + var aBound = callBind.apply(func); + st.deepEqual(aBound(sentinel), [sentinel, undefined, undefined], 'apply-bound func with no args'); + st.deepEqual(aBound(sentinel, [1], 4), [sentinel, 1, undefined], 'apply-bound func with too few args'); + st.deepEqual(aBound(sentinel, [1, 2], 4), [sentinel, 1, 2], 'apply-bound func with right args'); + + var aBoundArg = callBind.apply(func); + st.deepEqual(aBoundArg(sentinel, [1, 2, 3], 4), [sentinel, 1, 2], 'apply-bound func with too many args'); + st.deepEqual(aBoundArg(sentinel, [1, 2], 4), [sentinel, 1, 2], 'apply-bound func with right args'); + st.deepEqual(aBoundArg(sentinel, [1], 4), [sentinel, 1, undefined], 'apply-bound func with too few args'); + + var aBoundR = callBind.apply(func, sentinel); + st.deepEqual(aBoundR([1, 2, 3], 4), [sentinel, 1, 2], 'apply-bound func with receiver and too many args'); + st.deepEqual(aBoundR([1, 2], 4), [sentinel, 1, 2], 'apply-bound func with receiver and right args'); + st.deepEqual(aBoundR([1], 4), [sentinel, 1, undefined], 'apply-bound func with receiver and too few args'); + + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/chalk/index.d.ts b/node_modules/chalk/index.d.ts new file mode 100644 index 000000000..9cd88f38b --- /dev/null +++ b/node_modules/chalk/index.d.ts @@ -0,0 +1,415 @@ +/** +Basic foreground colors. + +[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) +*/ +declare type ForegroundColor = + | 'black' + | 'red' + | 'green' + | 'yellow' + | 'blue' + | 'magenta' + | 'cyan' + | 'white' + | 'gray' + | 'grey' + | 'blackBright' + | 'redBright' + | 'greenBright' + | 'yellowBright' + | 'blueBright' + | 'magentaBright' + | 'cyanBright' + | 'whiteBright'; + +/** +Basic background colors. + +[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) +*/ +declare type BackgroundColor = + | 'bgBlack' + | 'bgRed' + | 'bgGreen' + | 'bgYellow' + | 'bgBlue' + | 'bgMagenta' + | 'bgCyan' + | 'bgWhite' + | 'bgGray' + | 'bgGrey' + | 'bgBlackBright' + | 'bgRedBright' + | 'bgGreenBright' + | 'bgYellowBright' + | 'bgBlueBright' + | 'bgMagentaBright' + | 'bgCyanBright' + | 'bgWhiteBright'; + +/** +Basic colors. + +[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) +*/ +declare type Color = ForegroundColor | BackgroundColor; + +declare type Modifiers = + | 'reset' + | 'bold' + | 'dim' + | 'italic' + | 'underline' + | 'inverse' + | 'hidden' + | 'strikethrough' + | 'visible'; + +declare namespace chalk { + /** + Levels: + - `0` - All colors disabled. + - `1` - Basic 16 colors support. + - `2` - ANSI 256 colors support. + - `3` - Truecolor 16 million colors support. + */ + type Level = 0 | 1 | 2 | 3; + + interface Options { + /** + Specify the color support for Chalk. + + By default, color support is automatically detected based on the environment. + + Levels: + - `0` - All colors disabled. + - `1` - Basic 16 colors support. + - `2` - ANSI 256 colors support. + - `3` - Truecolor 16 million colors support. + */ + level?: Level; + } + + /** + Return a new Chalk instance. + */ + type Instance = new (options?: Options) => Chalk; + + /** + Detect whether the terminal supports color. + */ + interface ColorSupport { + /** + The color level used by Chalk. + */ + level: Level; + + /** + Return whether Chalk supports basic 16 colors. + */ + hasBasic: boolean; + + /** + Return whether Chalk supports ANSI 256 colors. + */ + has256: boolean; + + /** + Return whether Chalk supports Truecolor 16 million colors. + */ + has16m: boolean; + } + + interface ChalkFunction { + /** + Use a template string. + + @remarks Template literals are unsupported for nested calls (see [issue #341](https://github.com/chalk/chalk/issues/341)) + + @example + ``` + import chalk = require('chalk'); + + log(chalk` + CPU: {red ${cpu.totalPercent}%} + RAM: {green ${ram.used / ram.total * 100}%} + DISK: {rgb(255,131,0) ${disk.used / disk.total * 100}%} + `); + ``` + + @example + ``` + import chalk = require('chalk'); + + log(chalk.red.bgBlack`2 + 3 = {bold ${2 + 3}}`) + ``` + */ + (text: TemplateStringsArray, ...placeholders: unknown[]): string; + + (...text: unknown[]): string; + } + + interface Chalk extends ChalkFunction { + /** + Return a new Chalk instance. + */ + Instance: Instance; + + /** + The color support for Chalk. + + By default, color support is automatically detected based on the environment. + + Levels: + - `0` - All colors disabled. + - `1` - Basic 16 colors support. + - `2` - ANSI 256 colors support. + - `3` - Truecolor 16 million colors support. + */ + level: Level; + + /** + Use HEX value to set text color. + + @param color - Hexadecimal value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.hex('#DEADED'); + ``` + */ + hex(color: string): Chalk; + + /** + Use keyword color value to set text color. + + @param color - Keyword value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.keyword('orange'); + ``` + */ + keyword(color: string): Chalk; + + /** + Use RGB values to set text color. + */ + rgb(red: number, green: number, blue: number): Chalk; + + /** + Use HSL values to set text color. + */ + hsl(hue: number, saturation: number, lightness: number): Chalk; + + /** + Use HSV values to set text color. + */ + hsv(hue: number, saturation: number, value: number): Chalk; + + /** + Use HWB values to set text color. + */ + hwb(hue: number, whiteness: number, blackness: number): Chalk; + + /** + Use a [Select/Set Graphic Rendition](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) (SGR) [color code number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) to set text color. + + 30 <= code && code < 38 || 90 <= code && code < 98 + For example, 31 for red, 91 for redBright. + */ + ansi(code: number): Chalk; + + /** + Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color. + */ + ansi256(index: number): Chalk; + + /** + Use HEX value to set background color. + + @param color - Hexadecimal value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.bgHex('#DEADED'); + ``` + */ + bgHex(color: string): Chalk; + + /** + Use keyword color value to set background color. + + @param color - Keyword value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.bgKeyword('orange'); + ``` + */ + bgKeyword(color: string): Chalk; + + /** + Use RGB values to set background color. + */ + bgRgb(red: number, green: number, blue: number): Chalk; + + /** + Use HSL values to set background color. + */ + bgHsl(hue: number, saturation: number, lightness: number): Chalk; + + /** + Use HSV values to set background color. + */ + bgHsv(hue: number, saturation: number, value: number): Chalk; + + /** + Use HWB values to set background color. + */ + bgHwb(hue: number, whiteness: number, blackness: number): Chalk; + + /** + Use a [Select/Set Graphic Rendition](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) (SGR) [color code number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) to set background color. + + 30 <= code && code < 38 || 90 <= code && code < 98 + For example, 31 for red, 91 for redBright. + Use the foreground code, not the background code (for example, not 41, nor 101). + */ + bgAnsi(code: number): Chalk; + + /** + Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set background color. + */ + bgAnsi256(index: number): Chalk; + + /** + Modifier: Resets the current color chain. + */ + readonly reset: Chalk; + + /** + Modifier: Make text bold. + */ + readonly bold: Chalk; + + /** + Modifier: Emitting only a small amount of light. + */ + readonly dim: Chalk; + + /** + Modifier: Make text italic. (Not widely supported) + */ + readonly italic: Chalk; + + /** + Modifier: Make text underline. (Not widely supported) + */ + readonly underline: Chalk; + + /** + Modifier: Inverse background and foreground colors. + */ + readonly inverse: Chalk; + + /** + Modifier: Prints the text, but makes it invisible. + */ + readonly hidden: Chalk; + + /** + Modifier: Puts a horizontal line through the center of the text. (Not widely supported) + */ + readonly strikethrough: Chalk; + + /** + Modifier: Prints the text only when Chalk has a color support level > 0. + Can be useful for things that are purely cosmetic. + */ + readonly visible: Chalk; + + readonly black: Chalk; + readonly red: Chalk; + readonly green: Chalk; + readonly yellow: Chalk; + readonly blue: Chalk; + readonly magenta: Chalk; + readonly cyan: Chalk; + readonly white: Chalk; + + /* + Alias for `blackBright`. + */ + readonly gray: Chalk; + + /* + Alias for `blackBright`. + */ + readonly grey: Chalk; + + readonly blackBright: Chalk; + readonly redBright: Chalk; + readonly greenBright: Chalk; + readonly yellowBright: Chalk; + readonly blueBright: Chalk; + readonly magentaBright: Chalk; + readonly cyanBright: Chalk; + readonly whiteBright: Chalk; + + readonly bgBlack: Chalk; + readonly bgRed: Chalk; + readonly bgGreen: Chalk; + readonly bgYellow: Chalk; + readonly bgBlue: Chalk; + readonly bgMagenta: Chalk; + readonly bgCyan: Chalk; + readonly bgWhite: Chalk; + + /* + Alias for `bgBlackBright`. + */ + readonly bgGray: Chalk; + + /* + Alias for `bgBlackBright`. + */ + readonly bgGrey: Chalk; + + readonly bgBlackBright: Chalk; + readonly bgRedBright: Chalk; + readonly bgGreenBright: Chalk; + readonly bgYellowBright: Chalk; + readonly bgBlueBright: Chalk; + readonly bgMagentaBright: Chalk; + readonly bgCyanBright: Chalk; + readonly bgWhiteBright: Chalk; + } +} + +/** +Main Chalk object that allows to chain styles together. +Call the last one as a method with a string argument. +Order doesn't matter, and later styles take precedent in case of a conflict. +This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`. +*/ +declare const chalk: chalk.Chalk & chalk.ChalkFunction & { + supportsColor: chalk.ColorSupport | false; + Level: chalk.Level; + Color: Color; + ForegroundColor: ForegroundColor; + BackgroundColor: BackgroundColor; + Modifiers: Modifiers; + stderr: chalk.Chalk & {supportsColor: chalk.ColorSupport | false}; +}; + +export = chalk; diff --git a/node_modules/chalk/license b/node_modules/chalk/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/node_modules/chalk/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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/node_modules/chalk/node_modules/has-flag/index.d.ts b/node_modules/chalk/node_modules/has-flag/index.d.ts new file mode 100644 index 000000000..a0a48c891 --- /dev/null +++ b/node_modules/chalk/node_modules/has-flag/index.d.ts @@ -0,0 +1,39 @@ +/** +Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag. + +@param flag - CLI flag to look for. The `--` prefix is optional. +@param argv - CLI arguments. Default: `process.argv`. +@returns Whether the flag exists. + +@example +``` +// $ ts-node foo.ts -f --unicorn --foo=bar -- --rainbow + +// foo.ts +import hasFlag = require('has-flag'); + +hasFlag('unicorn'); +//=> true + +hasFlag('--unicorn'); +//=> true + +hasFlag('f'); +//=> true + +hasFlag('-f'); +//=> true + +hasFlag('foo=bar'); +//=> true + +hasFlag('foo'); +//=> false + +hasFlag('rainbow'); +//=> false +``` +*/ +declare function hasFlag(flag: string, argv?: string[]): boolean; + +export = hasFlag; diff --git a/node_modules/chalk/node_modules/has-flag/index.js b/node_modules/chalk/node_modules/has-flag/index.js new file mode 100644 index 000000000..b6f80b1f8 --- /dev/null +++ b/node_modules/chalk/node_modules/has-flag/index.js @@ -0,0 +1,8 @@ +'use strict'; + +module.exports = (flag, argv = process.argv) => { + const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--'); + const position = argv.indexOf(prefix + flag); + const terminatorPosition = argv.indexOf('--'); + return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition); +}; diff --git a/node_modules/chalk/node_modules/has-flag/license b/node_modules/chalk/node_modules/has-flag/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/node_modules/chalk/node_modules/has-flag/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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/node_modules/chalk/node_modules/has-flag/package.json b/node_modules/chalk/node_modules/has-flag/package.json new file mode 100644 index 000000000..a9cba4b85 --- /dev/null +++ b/node_modules/chalk/node_modules/has-flag/package.json @@ -0,0 +1,46 @@ +{ + "name": "has-flag", + "version": "4.0.0", + "description": "Check if argv has a specific flag", + "license": "MIT", + "repository": "sindresorhus/has-flag", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "has", + "check", + "detect", + "contains", + "find", + "flag", + "cli", + "command-line", + "argv", + "process", + "arg", + "args", + "argument", + "arguments", + "getopt", + "minimist", + "optimist" + ], + "devDependencies": { + "ava": "^1.4.1", + "tsd": "^0.7.2", + "xo": "^0.24.0" + } +} diff --git a/node_modules/chalk/node_modules/has-flag/readme.md b/node_modules/chalk/node_modules/has-flag/readme.md new file mode 100644 index 000000000..3f72dff29 --- /dev/null +++ b/node_modules/chalk/node_modules/has-flag/readme.md @@ -0,0 +1,89 @@ +# has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](https://travis-ci.org/sindresorhus/has-flag) + +> Check if [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag + +Correctly stops looking after an `--` argument terminator. + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
+ +--- + + +## Install + +``` +$ npm install has-flag +``` + + +## Usage + +```js +// foo.js +const hasFlag = require('has-flag'); + +hasFlag('unicorn'); +//=> true + +hasFlag('--unicorn'); +//=> true + +hasFlag('f'); +//=> true + +hasFlag('-f'); +//=> true + +hasFlag('foo=bar'); +//=> true + +hasFlag('foo'); +//=> false + +hasFlag('rainbow'); +//=> false +``` + +``` +$ node foo.js -f --unicorn --foo=bar -- --rainbow +``` + + +## API + +### hasFlag(flag, [argv]) + +Returns a boolean for whether the flag exists. + +#### flag + +Type: `string` + +CLI flag to look for. The `--` prefix is optional. + +#### argv + +Type: `string[]`
+Default: `process.argv` + +CLI arguments. + + +## Security + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/node_modules/chalk/node_modules/supports-color/browser.js b/node_modules/chalk/node_modules/supports-color/browser.js new file mode 100644 index 000000000..62afa3a74 --- /dev/null +++ b/node_modules/chalk/node_modules/supports-color/browser.js @@ -0,0 +1,5 @@ +'use strict'; +module.exports = { + stdout: false, + stderr: false +}; diff --git a/node_modules/chalk/node_modules/supports-color/index.js b/node_modules/chalk/node_modules/supports-color/index.js new file mode 100644 index 000000000..6fada390f --- /dev/null +++ b/node_modules/chalk/node_modules/supports-color/index.js @@ -0,0 +1,135 @@ +'use strict'; +const os = require('os'); +const tty = require('tty'); +const hasFlag = require('has-flag'); + +const {env} = process; + +let forceColor; +if (hasFlag('no-color') || + hasFlag('no-colors') || + hasFlag('color=false') || + hasFlag('color=never')) { + forceColor = 0; +} else if (hasFlag('color') || + hasFlag('colors') || + hasFlag('color=true') || + hasFlag('color=always')) { + forceColor = 1; +} + +if ('FORCE_COLOR' in env) { + if (env.FORCE_COLOR === 'true') { + forceColor = 1; + } else if (env.FORCE_COLOR === 'false') { + forceColor = 0; + } else { + forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3); + } +} + +function translateLevel(level) { + if (level === 0) { + return false; + } + + return { + level, + hasBasic: true, + has256: level >= 2, + has16m: level >= 3 + }; +} + +function supportsColor(haveStream, streamIsTTY) { + if (forceColor === 0) { + return 0; + } + + if (hasFlag('color=16m') || + hasFlag('color=full') || + hasFlag('color=truecolor')) { + return 3; + } + + if (hasFlag('color=256')) { + return 2; + } + + if (haveStream && !streamIsTTY && forceColor === undefined) { + return 0; + } + + const min = forceColor || 0; + + if (env.TERM === 'dumb') { + return min; + } + + if (process.platform === 'win32') { + // Windows 10 build 10586 is the first Windows release that supports 256 colors. + // Windows 10 build 14931 is the first release that supports 16m/TrueColor. + const osRelease = os.release().split('.'); + if ( + Number(osRelease[0]) >= 10 && + Number(osRelease[2]) >= 10586 + ) { + return Number(osRelease[2]) >= 14931 ? 3 : 2; + } + + return 1; + } + + if ('CI' in env) { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'GITHUB_ACTIONS', 'BUILDKITE'].some(sign => sign in env) || env.CI_NAME === 'codeship') { + return 1; + } + + return min; + } + + if ('TEAMCITY_VERSION' in env) { + return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; + } + + if (env.COLORTERM === 'truecolor') { + return 3; + } + + if ('TERM_PROGRAM' in env) { + const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + return version >= 3 ? 3 : 2; + case 'Apple_Terminal': + return 2; + // No default + } + } + + if (/-256(color)?$/i.test(env.TERM)) { + return 2; + } + + if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { + return 1; + } + + if ('COLORTERM' in env) { + return 1; + } + + return min; +} + +function getSupportLevel(stream) { + const level = supportsColor(stream, stream && stream.isTTY); + return translateLevel(level); +} + +module.exports = { + supportsColor: getSupportLevel, + stdout: translateLevel(supportsColor(true, tty.isatty(1))), + stderr: translateLevel(supportsColor(true, tty.isatty(2))) +}; diff --git a/node_modules/chalk/node_modules/supports-color/license b/node_modules/chalk/node_modules/supports-color/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/node_modules/chalk/node_modules/supports-color/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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/node_modules/chalk/node_modules/supports-color/package.json b/node_modules/chalk/node_modules/supports-color/package.json new file mode 100644 index 000000000..f7182edce --- /dev/null +++ b/node_modules/chalk/node_modules/supports-color/package.json @@ -0,0 +1,53 @@ +{ + "name": "supports-color", + "version": "7.2.0", + "description": "Detect whether a terminal supports color", + "license": "MIT", + "repository": "chalk/supports-color", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js", + "browser.js" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "ansi", + "styles", + "tty", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "support", + "supports", + "capability", + "detect", + "truecolor", + "16m" + ], + "dependencies": { + "has-flag": "^4.0.0" + }, + "devDependencies": { + "ava": "^1.4.1", + "import-fresh": "^3.0.0", + "xo": "^0.24.0" + }, + "browser": "browser.js" +} diff --git a/node_modules/chalk/node_modules/supports-color/readme.md b/node_modules/chalk/node_modules/supports-color/readme.md new file mode 100644 index 000000000..365422858 --- /dev/null +++ b/node_modules/chalk/node_modules/supports-color/readme.md @@ -0,0 +1,76 @@ +# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color) + +> Detect whether a terminal supports color + + +## Install + +``` +$ npm install supports-color +``` + + +## Usage + +```js +const supportsColor = require('supports-color'); + +if (supportsColor.stdout) { + console.log('Terminal stdout supports color'); +} + +if (supportsColor.stdout.has256) { + console.log('Terminal stdout supports 256 colors'); +} + +if (supportsColor.stderr.has16m) { + console.log('Terminal stderr supports 16 million colors (truecolor)'); +} +``` + + +## API + +Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property is an `Object`, or `false` if color is not supported. + +The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property and a corresponding flag: + +- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors) +- `.level = 2` and `.has256 = true`: 256 color support +- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors) + + +## Info + +It obeys the `--color` and `--no-color` CLI flags. + +For situations where using `--color` is not possible, use the environment variable `FORCE_COLOR=1` (level 1), `FORCE_COLOR=2` (level 2), or `FORCE_COLOR=3` (level 3) to forcefully enable color, or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks. + +Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively. + + +## Related + +- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module +- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
+ +--- diff --git a/node_modules/chalk/package.json b/node_modules/chalk/package.json new file mode 100644 index 000000000..47c23f290 --- /dev/null +++ b/node_modules/chalk/package.json @@ -0,0 +1,68 @@ +{ + "name": "chalk", + "version": "4.1.2", + "description": "Terminal string styling done right", + "license": "MIT", + "repository": "chalk/chalk", + "funding": "https://github.com/chalk/chalk?sponsor=1", + "main": "source", + "engines": { + "node": ">=10" + }, + "scripts": { + "test": "xo && nyc ava && tsd", + "bench": "matcha benchmark.js" + }, + "files": [ + "source", + "index.d.ts" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "str", + "ansi", + "style", + "styles", + "tty", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "devDependencies": { + "ava": "^2.4.0", + "coveralls": "^3.0.7", + "execa": "^4.0.0", + "import-fresh": "^3.1.0", + "matcha": "^0.7.0", + "nyc": "^15.0.0", + "resolve-from": "^5.0.0", + "tsd": "^0.7.4", + "xo": "^0.28.2" + }, + "xo": { + "rules": { + "unicorn/prefer-string-slice": "off", + "unicorn/prefer-includes": "off", + "@typescript-eslint/member-ordering": "off", + "no-redeclare": "off", + "unicorn/string-content": "off", + "unicorn/better-regex": "off" + } + } +} diff --git a/node_modules/chalk/readme.md b/node_modules/chalk/readme.md new file mode 100644 index 000000000..a055d21c9 --- /dev/null +++ b/node_modules/chalk/readme.md @@ -0,0 +1,341 @@ +

+
+
+ Chalk +
+
+
+

+ +> Terminal string styling done right + +[![Build Status](https://travis-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [![Coverage Status](https://coveralls.io/repos/github/chalk/chalk/badge.svg?branch=master)](https://coveralls.io/github/chalk/chalk?branch=master) [![npm dependents](https://badgen.net/npm/dependents/chalk)](https://www.npmjs.com/package/chalk?activeTab=dependents) [![Downloads](https://badgen.net/npm/dt/chalk)](https://www.npmjs.com/package/chalk) [![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) ![TypeScript-ready](https://img.shields.io/npm/types/chalk.svg) [![run on repl.it](https://repl.it/badge/github/chalk/chalk)](https://repl.it/github/chalk/chalk) + + + +
+ +--- + + + +--- + +
+ +## Highlights + +- Expressive API +- Highly performant +- Ability to nest styles +- [256/Truecolor color support](#256-and-truecolor-color-support) +- Auto-detects color support +- Doesn't extend `String.prototype` +- Clean and focused +- Actively maintained +- [Used by ~50,000 packages](https://www.npmjs.com/browse/depended/chalk) as of January 1, 2020 + +## Install + +```console +$ npm install chalk +``` + +## Usage + +```js +const chalk = require('chalk'); + +console.log(chalk.blue('Hello world!')); +``` + +Chalk comes with an easy to use composable API where you just chain and nest the styles you want. + +```js +const chalk = require('chalk'); +const log = console.log; + +// Combine styled and normal strings +log(chalk.blue('Hello') + ' World' + chalk.red('!')); + +// Compose multiple styles using the chainable API +log(chalk.blue.bgRed.bold('Hello world!')); + +// Pass in multiple arguments +log(chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz')); + +// Nest styles +log(chalk.red('Hello', chalk.underline.bgBlue('world') + '!')); + +// Nest styles of the same type even (color, underline, background) +log(chalk.green( + 'I am a green line ' + + chalk.blue.underline.bold('with a blue substring') + + ' that becomes green again!' +)); + +// ES2015 template literal +log(` +CPU: ${chalk.red('90%')} +RAM: ${chalk.green('40%')} +DISK: ${chalk.yellow('70%')} +`); + +// ES2015 tagged template literal +log(chalk` +CPU: {red ${cpu.totalPercent}%} +RAM: {green ${ram.used / ram.total * 100}%} +DISK: {rgb(255,131,0) ${disk.used / disk.total * 100}%} +`); + +// Use RGB colors in terminal emulators that support it. +log(chalk.keyword('orange')('Yay for orange colored text!')); +log(chalk.rgb(123, 45, 67).underline('Underlined reddish color')); +log(chalk.hex('#DEADED').bold('Bold gray!')); +``` + +Easily define your own themes: + +```js +const chalk = require('chalk'); + +const error = chalk.bold.red; +const warning = chalk.keyword('orange'); + +console.log(error('Error!')); +console.log(warning('Warning!')); +``` + +Take advantage of console.log [string substitution](https://nodejs.org/docs/latest/api/console.html#console_console_log_data_args): + +```js +const name = 'Sindre'; +console.log(chalk.green('Hello %s'), name); +//=> 'Hello Sindre' +``` + +## API + +### chalk.` + + +
+

{title}

+

{statusCode} {error}

+
    {stack}
+
+ + diff --git a/node_modules/errorhandler/public/style.css b/node_modules/errorhandler/public/style.css new file mode 100644 index 000000000..b571e98d3 --- /dev/null +++ b/node_modules/errorhandler/public/style.css @@ -0,0 +1,35 @@ +* { + margin: 0; + padding: 0; + outline: 0; +} + +body { + padding: 80px 100px; + font: 13px "Helvetica Neue", "Lucida Grande", "Arial"; + background: #ECE9E9 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ECE9E9)); + background: #ECE9E9 -moz-linear-gradient(top, #fff, #ECE9E9); + background-repeat: no-repeat; + color: #555; + -webkit-font-smoothing: antialiased; +} +h1, h2 { + font-size: 22px; + color: #343434; +} +h1 em, h2 em { + padding: 0 5px; + font-weight: normal; +} +h1 { + font-size: 60px; +} +h2 { + margin-top: 10px; +} +ul li { + list-style: none; +} +#stacktrace { + margin-left: 60px; +} diff --git a/node_modules/growly/HISTORY.md b/node_modules/growly/HISTORY.md new file mode 100644 index 000000000..1ea94f19d --- /dev/null +++ b/node_modules/growly/HISTORY.md @@ -0,0 +1,5 @@ +1.1.0 / 2012-12-12 +================== + +- Default registration work lazily, and is performed on the first call to `Growly.notify()`. +- Added callback to `Growly.register()`. diff --git a/node_modules/growly/README.md b/node_modules/growly/README.md new file mode 100644 index 000000000..ad4116f1f --- /dev/null +++ b/node_modules/growly/README.md @@ -0,0 +1,95 @@ +# Growly # + +Simple zero-dependency Growl notifications using GNTP. + +## Installation ## + +Install growly using `npm`: + +``` +npm install growly +``` + +And then require it: + +```javascript +var growly = require('growly'); +``` + +This module uses the Growl Network Transport Protocol (GNTP) which was implemented in Growl since version 1.3, so you **must have an appropriate version of Growl installed** for Growly to work. + +## Example ## + +Sending a minimal Growl notification: + +```javascript +var growly = require('growly'); + +growly.notify('This is as easy as it gets', { title: 'Hello, World!' }); +``` + +More examples can be found in the *example/* directory. + +## Usage ## + +The growly module exposes only three methods: `Growly.register()`, `Growly.notify()`, and `Growly.setHost()`. + +### Growly.register(appname, [appicon], [notifications], [callback]) ### + +Registers a new application with Growl. Registration is completely optional since it will be performed automatically for you with sensible defaults. Useful if you want your application, with its own icon and types of notifications, to show up in Growl's prefence panel. + + - `appname` the name of the application (required.) + - `appicon` url, file path, or Buffer instance for an application icon image. + - `notifications` a list of defined notification types with the following properties: + - `.label` name used to identify the type of notification being used (required.) + - `.dispname` name users will see in Growl's preference panel (defaults to `.label`.) + - `.enabled` whether or not notifications of this type are enabled (defaults to true.) + - `callback` called when the registration completes; if registration fails, the first argument will be an Error object. + +An example: + +```javascript +growly.register('My Application', 'path/to/icon.png', [ + { label: 'success', dispname: 'Success' }, + { label: 'warning', dispname: 'Warning', enabled: false } +], function(err) { + console.log(err || 'Registration successful!'); +}); +``` + +### Growly.notify(text, [opts], [callback]) ### + +Sends a Growl notification. If an application wasn't registered beforehand with `growly.register()`, a default application will automatically be registered beforesending the notification. + + - `text` the body of the notification. + - `opts` an object with the following properties: + - `.title` title of the notification. + - `.icon` url, file path, or Buffer instance for the notification's icon. + - `.sticky` whether or not to sticky the notification (defaults to false.) + - `.label` type of notification to use (defaults to the first registered notification type.) + - `.priority` the priority of the notification from lowest (-2) to highest (2). + - `.coalescingId` replace/update the matching previous notification. May be ignored. + - `callback` called when the user has closed/clicked the notification. The callback is passed an Error object `err` as the first argument when the notification fails; otherwise, the second argument `action` is a string that'll describe which action has been taken by the user (either 'closed' or 'clicked'.) + +An example: + +```javascript +/* Assuming an application was registered with a notification type labeled 'warning'. */ +growly.notify('Stuffs broken!', { label: 'warning' }, function(err, action) { + console.log('Action:', action); +}); +``` + +### Growly.setHost(host, port) ### + +Set the host and port that Growl (GNTP) requests will be sent to. Using this method is optional since GNTP defaults to using host 'localhost' and port 23053. + +## License ## + +Copyright (C) 2014 Ibrahim Al-Rajhi + +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/node_modules/growly/example/bakery.js b/node_modules/growly/example/bakery.js new file mode 100644 index 000000000..bcf47a8ce --- /dev/null +++ b/node_modules/growly/example/bakery.js @@ -0,0 +1,22 @@ +var growly = require('../lib/growly.js'); + +var notifications = [ + { label: 'muffin', dispname: 'Muffin' }, + { label: 'cake', dispname: 'Cake' } + ], + muffinopts = { label: 'muffin', icon: 'muffin.png' }, + cakeopts = { label: 'cake', title: 'Cake is ready!', icon: 'cake.png', sticky: true }; + +growly.register('Bakery', 'muffin.png', notifications, function(err) { + if (err) { + console.log(err); + return; + } + + growly.notify('Looks like it is half past muffin time!', muffinopts); + + growly.notify('Click to deliver', cakeopts, function(err, action) { + console.log('You', action, 'the notification, so the cake is on its way!'); + }); +}); + diff --git a/node_modules/growly/example/cake.png b/node_modules/growly/example/cake.png new file mode 100644 index 0000000000000000000000000000000000000000..bc53679f5d2b4ec599ebab057829690dac93cbe3 GIT binary patch literal 14813 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 0) { + if (self.attempts <= self.maxAttempts) { + self.retry(callback); + } else { + var msg = 'GNTP request to "%s:%d" failed with error code %s (%s)'; + callback(new Error(format(msg, self.host, self.port, resp['Error-Code'], resp['Error-Description']))); + } + } else { + callback(undefined, resp); + } + }); + + socket.on('error', function() { + callback(new Error(format('Error while sending GNTP request to "%s:%d"', self.host, self.port))); + socket.destroy(); + }); +}; + +module.exports = GNTP; diff --git a/node_modules/growly/lib/growly.js b/node_modules/growly/lib/growly.js new file mode 100644 index 000000000..0bed53971 --- /dev/null +++ b/node_modules/growly/lib/growly.js @@ -0,0 +1,193 @@ +var GNTP = require('./gntp.js'); + +/** + * Interface for registering Growl applications and sending Growl notifications. + * + * @api private + */ + +function Growly() { + this.appname = 'Growly'; + this.notifications = undefined; + this.labels = undefined; + this.count = 0; + this.registered = false; + this.host = undefined; + this.port = undefined; +} + +/** + * Returns an array of label strings extracted from each notification object in + * `Growly.notifications`. + * + * @param {Array} notifications + * @return {Array} notification labels + * @api private + */ + +Growly.prototype.getLabels = function() { + return this.notifications.map(function(notif) { + return notif.label; + }); +}; + +/** + * Set the host to be used by GNTP requests. + * + * @param {String} host + * @param {Number} port + * @api public + */ + +Growly.prototype.setHost = function(host, port) { + this.host = host; + this.port = port; +}; + +/** + * Register an application with the name `appname` (required), icon `appicon`, and + * a list of notification types `notifications`. If provided, `callback` will be + * called when the request completes with the first argument being an `err` error + * object if the request failed. + * + * Each object in the `notifications` array defines a type of notification the + * application will have with the following properties: + * + * - `.label` name used to identify the type of notification being used (required) + * - `.dispname` name users will see in Growl's preference panel (defaults to `.label`) + * - `.enabled` whether or not notifications of this type are enabled (defaults to true) + * - `.icon` default icon notifications of this type should use (url, file path, or Buffer object) + * + * Example registration: + * + * growl.register('My Application', 'path/to/icon.png', [ + * { label: 'success', dispname: 'Success', icon: 'path/to/success.png' }, + * { label: 'warning', dispname: 'Warning', icon: 'path/to/warning.png', enabled: false } + * ], function(err) { console.log(err || 'Registration successful!'); }); + * + * @param {String} appname + * @param {String|Buffer} appicon + * @param {Array} notifications + * @param {Function} callback + * @api public + */ + +Growly.prototype.register = function(appname, appicon, notifications, callback) { + var gntp; + + if (typeof appicon === 'object') { + notifications = appicon; + appicon = undefined; + } + + if (notifications === undefined || !notifications.length) { + notifications = [{ label: 'default', dispname: 'Default Notification', enabled: true }]; + } + + if (typeof arguments[arguments.length - 1] === 'function') { + callback = arguments[arguments.length - 1]; + } else { + callback = function() {}; + } + + this.appname = appname; + this.notifications = notifications; + this.labels = this.getLabels(); + this.registered = true; + + gntp = new GNTP('REGISTER', { host: this.host, port: this.port }); + gntp.add('Application-Name', appname); + gntp.add('Application-Icon', appicon); + gntp.add('Notifications-Count', notifications.length); + gntp.newline(); + + notifications.forEach(function(notif) { + if (notif.enabled === undefined) notif.enabled = true; + gntp.add('Notification-Name', notif.label); + gntp.add('Notification-Display-Name', notif.dispname); + gntp.add('Notification-Enabled', notif.enabled ? 'True' : 'False'); + gntp.add('Notification-Icon', notif.icon); + gntp.newline(); + }); + + gntp.send(callback); +}; + +/** + * Send a notification with `text` content. Growly will lazily register itself + * if the user hasn't already before sending the notification. + * + * A notification can have the following `opts` options: + * + * - `.label` type of notification to use (defaults to the first registered type) + * - `.title` title of the notification + * - `.icon` url, file path, or Buffer instance for the notification's icon. + * - `.sticky` whether or not to sticky the notification (defaults to false) + * - `.priority` the priority of the notification from lowest (-2) to highest (2) + * - `.coalescingId` replace/update the matching previous notification. May be ignored. + * + * If provided, `callback` will be called when the user interacts with the notification. + * The first argument will be an `err` error object, and the second argument an `action` + * string equal to either 'clicked' or 'closed' (whichever action the user took.) + * + * Example notification: + * + * growl.notify('Stuffs broken!', { label: 'warning' }, function(err, action) { + * console.log('Action:', action); + * }); + * + * @param {String} text + * @param {Object} opts + * @param {Function} callback + * @api public + */ + +Growly.prototype.notify = function(text, opts, callback) { + var self = this, + gntp; + + /* Lazy registration. */ + if (!this.registered) { + this.register(this.appname, function(err) { + if (err) console.log(err); + self.notify.call(self, text, opts, callback); + }); + return; + } + + opts = opts || {}; + + if (typeof opts === 'function') { + callback = opts; + opts = {}; + } + + gntp = new GNTP('NOTIFY', { host: this.host, port: this.port }); + gntp.add('Application-Name', this.appname); + gntp.add('Notification-Name', opts.label || this.labels[0]); + gntp.add('Notification-ID', ++this.count); + gntp.add('Notification-Title', opts.title); + gntp.add('Notification-Text', text); + gntp.add('Notification-Sticky', opts.sticky ? 'True' : 'False'); + gntp.add('Notification-Priority', opts.priority); + gntp.add('Notification-Icon', opts.icon); + gntp.add('Notification-Coalescing-ID', opts.coalescingId || undefined); + gntp.add('Notification-Callback-Context', callback ? 'context' : undefined); + gntp.add('Notification-Callback-Context-Type', callback ? 'string' : undefined); + gntp.add('Notification-Callback-Target', undefined); + gntp.newline(); + + gntp.send(function(err, resp) { + if (callback && err) { + callback(err); + } else if (callback && resp.state === 'CALLBACK') { + callback(undefined, resp['Notification-Callback-Result'].toLowerCase()); + } + }); +}; + +/** + * Expose an instance of the Growly object. + */ + +module.exports = new Growly(); diff --git a/node_modules/growly/package.json b/node_modules/growly/package.json new file mode 100644 index 000000000..78cca2509 --- /dev/null +++ b/node_modules/growly/package.json @@ -0,0 +1,15 @@ +{ + "name": "growly", + "version": "1.3.0", + "description": "Simple zero-dependency Growl notifications using GNTP.", + "keywords": ["growl", "growly", "snarl", "notifications", "gntp", "messages"], + "author": "Ibrahim Al-Rajhi (http://ibrahimalrajhi.com/)", + "repository": "http://github.com/theabraham/growly", + "bugs": "http://github.com/theabraham/growly/issues", + "main": "lib/growly.js", + "directories": { + "example": "example", + "lib": "lib" + }, + "license": "MIT" +} diff --git a/node_modules/is-docker/cli.js b/node_modules/is-docker/cli.js new file mode 100644 index 000000000..58f2861f9 --- /dev/null +++ b/node_modules/is-docker/cli.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node +'use strict'; +const isDocker = require('.'); + +process.exitCode = isDocker() ? 0 : 2; diff --git a/node_modules/is-docker/index.d.ts b/node_modules/is-docker/index.d.ts new file mode 100644 index 000000000..c801881de --- /dev/null +++ b/node_modules/is-docker/index.d.ts @@ -0,0 +1,15 @@ +/** +Check if the process is running inside a Docker container. + +@example +``` +import isDocker = require('is-docker'); + +if (isDocker()) { + console.log('Running inside a Docker container'); +} +``` +*/ +declare function isDocker(): boolean; + +export = isDocker; diff --git a/node_modules/is-docker/index.js b/node_modules/is-docker/index.js new file mode 100644 index 000000000..cbb7b6f75 --- /dev/null +++ b/node_modules/is-docker/index.js @@ -0,0 +1,29 @@ +'use strict'; +const fs = require('fs'); + +let isDocker; + +function hasDockerEnv() { + try { + fs.statSync('/.dockerenv'); + return true; + } catch (_) { + return false; + } +} + +function hasDockerCGroup() { + try { + return fs.readFileSync('/proc/self/cgroup', 'utf8').includes('docker'); + } catch (_) { + return false; + } +} + +module.exports = () => { + if (isDocker === undefined) { + isDocker = hasDockerEnv() || hasDockerCGroup(); + } + + return isDocker; +}; diff --git a/node_modules/is-docker/license b/node_modules/is-docker/license new file mode 100644 index 000000000..fa7ceba3e --- /dev/null +++ b/node_modules/is-docker/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +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/node_modules/is-docker/package.json b/node_modules/is-docker/package.json new file mode 100644 index 000000000..ae282258f --- /dev/null +++ b/node_modules/is-docker/package.json @@ -0,0 +1,42 @@ +{ + "name": "is-docker", + "version": "2.2.1", + "description": "Check if the process is running inside a Docker container", + "license": "MIT", + "repository": "sindresorhus/is-docker", + "funding": "https://github.com/sponsors/sindresorhus", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "https://sindresorhus.com" + }, + "bin": "cli.js", + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts", + "cli.js" + ], + "keywords": [ + "detect", + "docker", + "dockerized", + "container", + "inside", + "is", + "env", + "environment", + "process" + ], + "devDependencies": { + "ava": "^1.4.1", + "sinon": "^7.3.2", + "tsd": "^0.7.2", + "xo": "^0.24.0" + } +} diff --git a/node_modules/is-docker/readme.md b/node_modules/is-docker/readme.md new file mode 100644 index 000000000..f09b254ff --- /dev/null +++ b/node_modules/is-docker/readme.md @@ -0,0 +1,27 @@ +# is-docker + +> Check if the process is running inside a Docker container + +## Install + +``` +$ npm install is-docker +``` + +## Usage + +```js +const isDocker = require('is-docker'); + +if (isDocker()) { + console.log('Running inside a Docker container'); +} +``` + +## CLI + +``` +$ is-docker +``` + +Exits with code 0 if inside a Docker container and 2 if not. diff --git a/node_modules/is-wsl/index.d.ts b/node_modules/is-wsl/index.d.ts new file mode 100644 index 000000000..d54e4bac2 --- /dev/null +++ b/node_modules/is-wsl/index.d.ts @@ -0,0 +1,15 @@ +/** +Check if the process is running inside [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) (Bash on Windows). + +@example +``` +import isWsl = require('is-wsl'); + +// When running inside Windows Subsystem for Linux +console.log(isWsl); +//=> true +``` +*/ +declare const isWsl: boolean; + +export = isWsl; diff --git a/node_modules/is-wsl/index.js b/node_modules/is-wsl/index.js new file mode 100644 index 000000000..eb6313f0c --- /dev/null +++ b/node_modules/is-wsl/index.js @@ -0,0 +1,31 @@ +'use strict'; +const os = require('os'); +const fs = require('fs'); +const isDocker = require('is-docker'); + +const isWsl = () => { + if (process.platform !== 'linux') { + return false; + } + + if (os.release().toLowerCase().includes('microsoft')) { + if (isDocker()) { + return false; + } + + return true; + } + + try { + return fs.readFileSync('/proc/version', 'utf8').toLowerCase().includes('microsoft') ? + !isDocker() : false; + } catch (_) { + return false; + } +}; + +if (process.env.__IS_WSL_TEST__) { + module.exports = isWsl; +} else { + module.exports = isWsl(); +} diff --git a/node_modules/is-wsl/license b/node_modules/is-wsl/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/node_modules/is-wsl/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +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/node_modules/is-wsl/package.json b/node_modules/is-wsl/package.json new file mode 100644 index 000000000..2fa7f7542 --- /dev/null +++ b/node_modules/is-wsl/package.json @@ -0,0 +1,45 @@ +{ + "name": "is-wsl", + "version": "2.2.0", + "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)", + "license": "MIT", + "repository": "sindresorhus/is-wsl", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "check", + "wsl", + "windows", + "subsystem", + "linux", + "detect", + "bash", + "process", + "console", + "terminal", + "is" + ], + "dependencies": { + "is-docker": "^2.0.0" + }, + "devDependencies": { + "ava": "^1.4.1", + "clear-module": "^3.2.0", + "proxyquire": "^2.1.0", + "tsd": "^0.7.2", + "xo": "^0.24.0" + } +} diff --git a/node_modules/is-wsl/readme.md b/node_modules/is-wsl/readme.md new file mode 100644 index 000000000..5fe44fed2 --- /dev/null +++ b/node_modules/is-wsl/readme.md @@ -0,0 +1,36 @@ +# is-wsl [![Build Status](https://travis-ci.org/sindresorhus/is-wsl.svg?branch=master)](https://travis-ci.org/sindresorhus/is-wsl) + +> Check if the process is running inside [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) (Bash on Windows) + +Can be useful if you need to work around unimplemented or buggy features in WSL. Supports both WSL 1 and WSL 2. + + +## Install + +``` +$ npm install is-wsl +``` + + +## Usage + +```js +const isWsl = require('is-wsl'); + +// When running inside Windows Subsystem for Linux +console.log(isWsl); +//=> true +``` + + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/node_modules/isexe/.npmignore b/node_modules/isexe/.npmignore new file mode 100644 index 000000000..c1cb757ac --- /dev/null +++ b/node_modules/isexe/.npmignore @@ -0,0 +1,2 @@ +.nyc_output/ +coverage/ diff --git a/node_modules/isexe/LICENSE b/node_modules/isexe/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/node_modules/isexe/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/isexe/README.md b/node_modules/isexe/README.md new file mode 100644 index 000000000..35769e844 --- /dev/null +++ b/node_modules/isexe/README.md @@ -0,0 +1,51 @@ +# isexe + +Minimal module to check if a file is executable, and a normal file. + +Uses `fs.stat` and tests against the `PATHEXT` environment variable on +Windows. + +## USAGE + +```javascript +var isexe = require('isexe') +isexe('some-file-name', function (err, isExe) { + if (err) { + console.error('probably file does not exist or something', err) + } else if (isExe) { + console.error('this thing can be run') + } else { + console.error('cannot be run') + } +}) + +// same thing but synchronous, throws errors +var isExe = isexe.sync('some-file-name') + +// treat errors as just "not executable" +isexe('maybe-missing-file', { ignoreErrors: true }, callback) +var isExe = isexe.sync('maybe-missing-file', { ignoreErrors: true }) +``` + +## API + +### `isexe(path, [options], [callback])` + +Check if the path is executable. If no callback provided, and a +global `Promise` object is available, then a Promise will be returned. + +Will raise whatever errors may be raised by `fs.stat`, unless +`options.ignoreErrors` is set to true. + +### `isexe.sync(path, [options])` + +Same as `isexe` but returns the value and throws any errors raised. + +### Options + +* `ignoreErrors` Treat all errors as "no, this is not executable", but + don't raise them. +* `uid` Number to use as the user id +* `gid` Number to use as the group id +* `pathExt` List of path extensions to use instead of `PATHEXT` + environment variable on Windows. diff --git a/node_modules/isexe/index.js b/node_modules/isexe/index.js new file mode 100644 index 000000000..553fb32b1 --- /dev/null +++ b/node_modules/isexe/index.js @@ -0,0 +1,57 @@ +var fs = require('fs') +var core +if (process.platform === 'win32' || global.TESTING_WINDOWS) { + core = require('./windows.js') +} else { + core = require('./mode.js') +} + +module.exports = isexe +isexe.sync = sync + +function isexe (path, options, cb) { + if (typeof options === 'function') { + cb = options + options = {} + } + + if (!cb) { + if (typeof Promise !== 'function') { + throw new TypeError('callback not provided') + } + + return new Promise(function (resolve, reject) { + isexe(path, options || {}, function (er, is) { + if (er) { + reject(er) + } else { + resolve(is) + } + }) + }) + } + + core(path, options || {}, function (er, is) { + // ignore EACCES because that just means we aren't allowed to run it + if (er) { + if (er.code === 'EACCES' || options && options.ignoreErrors) { + er = null + is = false + } + } + cb(er, is) + }) +} + +function sync (path, options) { + // my kingdom for a filtered catch + try { + return core.sync(path, options || {}) + } catch (er) { + if (options && options.ignoreErrors || er.code === 'EACCES') { + return false + } else { + throw er + } + } +} diff --git a/node_modules/isexe/mode.js b/node_modules/isexe/mode.js new file mode 100644 index 000000000..1995ea4a0 --- /dev/null +++ b/node_modules/isexe/mode.js @@ -0,0 +1,41 @@ +module.exports = isexe +isexe.sync = sync + +var fs = require('fs') + +function isexe (path, options, cb) { + fs.stat(path, function (er, stat) { + cb(er, er ? false : checkStat(stat, options)) + }) +} + +function sync (path, options) { + return checkStat(fs.statSync(path), options) +} + +function checkStat (stat, options) { + return stat.isFile() && checkMode(stat, options) +} + +function checkMode (stat, options) { + var mod = stat.mode + var uid = stat.uid + var gid = stat.gid + + var myUid = options.uid !== undefined ? + options.uid : process.getuid && process.getuid() + var myGid = options.gid !== undefined ? + options.gid : process.getgid && process.getgid() + + var u = parseInt('100', 8) + var g = parseInt('010', 8) + var o = parseInt('001', 8) + var ug = u | g + + var ret = (mod & o) || + (mod & g) && gid === myGid || + (mod & u) && uid === myUid || + (mod & ug) && myUid === 0 + + return ret +} diff --git a/node_modules/isexe/package.json b/node_modules/isexe/package.json new file mode 100644 index 000000000..e45268944 --- /dev/null +++ b/node_modules/isexe/package.json @@ -0,0 +1,31 @@ +{ + "name": "isexe", + "version": "2.0.0", + "description": "Minimal module to check if a file is executable.", + "main": "index.js", + "directories": { + "test": "test" + }, + "devDependencies": { + "mkdirp": "^0.5.1", + "rimraf": "^2.5.0", + "tap": "^10.3.0" + }, + "scripts": { + "test": "tap test/*.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/isexe.git" + }, + "keywords": [], + "bugs": { + "url": "https://github.com/isaacs/isexe/issues" + }, + "homepage": "https://github.com/isaacs/isexe#readme" +} diff --git a/node_modules/isexe/test/basic.js b/node_modules/isexe/test/basic.js new file mode 100644 index 000000000..d926df64b --- /dev/null +++ b/node_modules/isexe/test/basic.js @@ -0,0 +1,221 @@ +var t = require('tap') +var fs = require('fs') +var path = require('path') +var fixture = path.resolve(__dirname, 'fixtures') +var meow = fixture + '/meow.cat' +var mine = fixture + '/mine.cat' +var ours = fixture + '/ours.cat' +var fail = fixture + '/fail.false' +var noent = fixture + '/enoent.exe' +var mkdirp = require('mkdirp') +var rimraf = require('rimraf') + +var isWindows = process.platform === 'win32' +var hasAccess = typeof fs.access === 'function' +var winSkip = isWindows && 'windows' +var accessSkip = !hasAccess && 'no fs.access function' +var hasPromise = typeof Promise === 'function' +var promiseSkip = !hasPromise && 'no global Promise' + +function reset () { + delete require.cache[require.resolve('../')] + return require('../') +} + +t.test('setup fixtures', function (t) { + rimraf.sync(fixture) + mkdirp.sync(fixture) + fs.writeFileSync(meow, '#!/usr/bin/env cat\nmeow\n') + fs.chmodSync(meow, parseInt('0755', 8)) + fs.writeFileSync(fail, '#!/usr/bin/env false\n') + fs.chmodSync(fail, parseInt('0644', 8)) + fs.writeFileSync(mine, '#!/usr/bin/env cat\nmine\n') + fs.chmodSync(mine, parseInt('0744', 8)) + fs.writeFileSync(ours, '#!/usr/bin/env cat\nours\n') + fs.chmodSync(ours, parseInt('0754', 8)) + t.end() +}) + +t.test('promise', { skip: promiseSkip }, function (t) { + var isexe = reset() + t.test('meow async', function (t) { + isexe(meow).then(function (is) { + t.ok(is) + t.end() + }) + }) + t.test('fail async', function (t) { + isexe(fail).then(function (is) { + t.notOk(is) + t.end() + }) + }) + t.test('noent async', function (t) { + isexe(noent).catch(function (er) { + t.ok(er) + t.end() + }) + }) + t.test('noent ignore async', function (t) { + isexe(noent, { ignoreErrors: true }).then(function (is) { + t.notOk(is) + t.end() + }) + }) + t.end() +}) + +t.test('no promise', function (t) { + global.Promise = null + var isexe = reset() + t.throws('try to meow a promise', function () { + isexe(meow) + }) + t.end() +}) + +t.test('access', { skip: accessSkip || winSkip }, function (t) { + runTest(t) +}) + +t.test('mode', { skip: winSkip }, function (t) { + delete fs.access + delete fs.accessSync + var isexe = reset() + t.ok(isexe.sync(ours, { uid: 0, gid: 0 })) + t.ok(isexe.sync(mine, { uid: 0, gid: 0 })) + runTest(t) +}) + +t.test('windows', function (t) { + global.TESTING_WINDOWS = true + var pathExt = '.EXE;.CAT;.CMD;.COM' + t.test('pathExt option', function (t) { + runTest(t, { pathExt: '.EXE;.CAT;.CMD;.COM' }) + }) + t.test('pathExt env', function (t) { + process.env.PATHEXT = pathExt + runTest(t) + }) + t.test('no pathExt', function (t) { + // with a pathExt of '', any filename is fine. + // so the "fail" one would still pass. + runTest(t, { pathExt: '', skipFail: true }) + }) + t.test('pathext with empty entry', function (t) { + // with a pathExt of '', any filename is fine. + // so the "fail" one would still pass. + runTest(t, { pathExt: ';' + pathExt, skipFail: true }) + }) + t.end() +}) + +t.test('cleanup', function (t) { + rimraf.sync(fixture) + t.end() +}) + +function runTest (t, options) { + var isexe = reset() + + var optionsIgnore = Object.create(options || {}) + optionsIgnore.ignoreErrors = true + + if (!options || !options.skipFail) { + t.notOk(isexe.sync(fail, options)) + } + t.notOk(isexe.sync(noent, optionsIgnore)) + if (!options) { + t.ok(isexe.sync(meow)) + } else { + t.ok(isexe.sync(meow, options)) + } + + t.ok(isexe.sync(mine, options)) + t.ok(isexe.sync(ours, options)) + t.throws(function () { + isexe.sync(noent, options) + }) + + t.test('meow async', function (t) { + if (!options) { + isexe(meow, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + } else { + isexe(meow, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + } + }) + + t.test('mine async', function (t) { + isexe(mine, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + }) + + t.test('ours async', function (t) { + isexe(ours, options, function (er, is) { + if (er) { + throw er + } + t.ok(is) + t.end() + }) + }) + + if (!options || !options.skipFail) { + t.test('fail async', function (t) { + isexe(fail, options, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + } + + t.test('noent async', function (t) { + isexe(noent, options, function (er, is) { + t.ok(er) + t.notOk(is) + t.end() + }) + }) + + t.test('noent ignore async', function (t) { + isexe(noent, optionsIgnore, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + + t.test('directory is not executable', function (t) { + isexe(__dirname, options, function (er, is) { + if (er) { + throw er + } + t.notOk(is) + t.end() + }) + }) + + t.end() +} diff --git a/node_modules/isexe/windows.js b/node_modules/isexe/windows.js new file mode 100644 index 000000000..34996734d --- /dev/null +++ b/node_modules/isexe/windows.js @@ -0,0 +1,42 @@ +module.exports = isexe +isexe.sync = sync + +var fs = require('fs') + +function checkPathExt (path, options) { + var pathext = options.pathExt !== undefined ? + options.pathExt : process.env.PATHEXT + + if (!pathext) { + return true + } + + pathext = pathext.split(';') + if (pathext.indexOf('') !== -1) { + return true + } + for (var i = 0; i < pathext.length; i++) { + var p = pathext[i].toLowerCase() + if (p && path.substr(-p.length).toLowerCase() === p) { + return true + } + } + return false +} + +function checkStat (stat, path, options) { + if (!stat.isSymbolicLink() && !stat.isFile()) { + return false + } + return checkPathExt(path, options) +} + +function isexe (path, options, cb) { + fs.stat(path, function (er, stat) { + cb(er, er ? false : checkStat(stat, path, options)) + }) +} + +function sync (path, options) { + return checkStat(fs.statSync(path), path, options) +} diff --git a/node_modules/keygrip/HISTORY.md b/node_modules/keygrip/HISTORY.md new file mode 100644 index 000000000..0f4cc31a4 --- /dev/null +++ b/node_modules/keygrip/HISTORY.md @@ -0,0 +1,25 @@ +1.1.0 / 2019-05-07 +================== + + * Use `tsscmp` module for timing-safe signature verification + +1.0.3 / 2018-09-12 +================== + + * perf: enable strict mode + +1.0.2 / 2017-08-26 +================== + + * perf: improve comparison speed + +1.0.1 / 2014-05-07 +================== + + * Readme changes + * Update repository for organization move + +1.0.0 / 2013-12-21 +================== + + * Remove default key generation and associated expectations diff --git a/node_modules/keygrip/LICENSE b/node_modules/keygrip/LICENSE new file mode 100644 index 000000000..38b64a175 --- /dev/null +++ b/node_modules/keygrip/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2011-2014 Jed Schmidt (http://jedschmidt.com) + +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/node_modules/keygrip/README.md b/node_modules/keygrip/README.md new file mode 100644 index 000000000..925ecef41 --- /dev/null +++ b/node_modules/keygrip/README.md @@ -0,0 +1,103 @@ +# keygrip + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Keygrip is a [node.js](http://nodejs.org/) module for signing and verifying data (such as cookies or URLs) through a rotating credential system, in which new server keys can be added and old ones removed regularly, without invalidating client credentials. + +## Install + + $ npm install keygrip + +## API + +### keys = new Keygrip([keylist], [hmacAlgorithm], [encoding]) + +This creates a new Keygrip based on the provided keylist, an array of secret keys used for SHA1 HMAC digests. `keylist` is obligatory. `hmacAlgorithm` defaults to `'sha1'` and `encoding` defaults to `'base64'`. + +Note that the `new` operator is also optional, so all of the following will work when `Keygrip = require("keygrip")`: + +```javascript +keys = new Keygrip(["SEKRIT2", "SEKRIT1"]) +keys = Keygrip(["SEKRIT2", "SEKRIT1"]) +keys = require("keygrip")() +keys = Keygrip(["SEKRIT2", "SEKRIT1"], 'sha256', 'hex') +keys = Keygrip(["SEKRIT2", "SEKRIT1"], 'sha256') +keys = Keygrip(["SEKRIT2", "SEKRIT1"], undefined, 'hex') +``` + +The keylist is an array of all valid keys for signing, in descending order of freshness; new keys should be `unshift`ed into the array and old keys should be `pop`ped. + +The tradeoff here is that adding more keys to the keylist allows for more granular freshness for key validation, at the cost of a more expensive worst-case scenario for old or invalid hashes. + +Keygrip keeps a reference to this array to automatically reflect any changes. This reference is stored using a closure to prevent external access. + +### keys.sign(data) + +This creates a SHA1 HMAC based on the _first_ key in the keylist, and outputs it as a 27-byte url-safe base64 digest (base64 without padding, replacing `+` with `-` and `/` with `_`). + +### keys.index(data, digest) + +This loops through all of the keys currently in the keylist until the digest of the current key matches the given digest, at which point the current index is returned. If no key is matched, `-1` is returned. + +The idea is that if the index returned is greater than `0`, the data should be re-signed to prevent premature credential invalidation, and enable better performance for subsequent challenges. + +### keys.verify(data, digest) + +This uses `index` to return `true` if the digest matches any existing keys, and `false` otherwise. + +## Example + +```javascript +// ./test.js +var assert = require("assert") + , Keygrip = require("keygrip") + , keylist, keys, hash, index + +// but we're going to use our list. +// (note that the 'new' operator is optional) +keylist = ["SEKRIT3", "SEKRIT2", "SEKRIT1"] +keys = Keygrip(keylist) +// .sign returns the hash for the first key +// all hashes are SHA1 HMACs in url-safe base64 +hash = keys.sign("bieberschnitzel") +assert.ok(/^[\w\-]{27}$/.test(hash)) + +// .index returns the index of the first matching key +index = keys.index("bieberschnitzel", hash) +assert.equal(index, 0) + +// .verify returns the a boolean indicating a matched key +matched = keys.verify("bieberschnitzel", hash) +assert.ok(matched) + +index = keys.index("bieberschnitzel", "o_O") +assert.equal(index, -1) + +// rotate a new key in, and an old key out +keylist.unshift("SEKRIT4") +keylist.pop() + +// if index > 0, it's time to re-sign +index = keys.index("bieberschnitzel", hash) +assert.equal(index, 1) +hash = keys.sign("bieberschnitzel") +``` + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/keygrip.svg +[npm-url]: https://npmjs.org/package/keygrip +[travis-image]: https://img.shields.io/travis/crypto-utils/keygrip/master.svg +[travis-url]: https://travis-ci.org/crypto-utils/keygrip +[coveralls-image]: https://img.shields.io/coveralls/crypto-utils/keygrip/master.svg +[coveralls-url]: https://coveralls.io/r/crypto-utils/keygrip +[downloads-image]: https://img.shields.io/npm/dm/keygrip.svg +[downloads-url]: https://npmjs.org/package/keygrip +[node-version-image]: https://img.shields.io/node/v/keygrip.svg +[node-version-url]: https://nodejs.org/en/download/ diff --git a/node_modules/keygrip/index.js b/node_modules/keygrip/index.js new file mode 100644 index 000000000..dbdb1e74e --- /dev/null +++ b/node_modules/keygrip/index.js @@ -0,0 +1,51 @@ +/*! + * keygrip + * Copyright(c) 2011-2014 Jed Schmidt + * MIT Licensed + */ + +'use strict' + +var compare = require('tsscmp') +var crypto = require("crypto") + +function Keygrip(keys, algorithm, encoding) { + if (!algorithm) algorithm = "sha1"; + if (!encoding) encoding = "base64"; + if (!(this instanceof Keygrip)) return new Keygrip(keys, algorithm, encoding) + + if (!keys || !(0 in keys)) { + throw new Error("Keys must be provided.") + } + + function sign(data, key) { + return crypto + .createHmac(algorithm, key) + .update(data).digest(encoding) + .replace(/\/|\+|=/g, function(x) { + return ({ "/": "_", "+": "-", "=": "" })[x] + }) + } + + this.sign = function(data){ return sign(data, keys[0]) } + + this.verify = function(data, digest) { + return this.index(data, digest) > -1 + } + + this.index = function(data, digest) { + for (var i = 0, l = keys.length; i < l; i++) { + if (compare(digest, sign(data, keys[i]))) { + return i + } + } + + return -1 + } +} + +Keygrip.sign = Keygrip.verify = Keygrip.index = function() { + throw new Error("Usage: require('keygrip')()") +} + +module.exports = Keygrip diff --git a/node_modules/keygrip/package.json b/node_modules/keygrip/package.json new file mode 100644 index 000000000..0b33c459c --- /dev/null +++ b/node_modules/keygrip/package.json @@ -0,0 +1,28 @@ +{ + "name": "keygrip", + "version": "1.1.0", + "description": "Key signing and verification for rotated credentials", + "license": "MIT", + "repository": "crypto-utils/keygrip", + "dependencies": { + "tsscmp": "1.0.6" + }, + "devDependencies": { + "mocha": "6.1.4", + "nyc": "14.0.0" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "test": "mocha --reporter spec test/", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "test-travis": "nyc --reporter=text npm test" + } +} diff --git a/node_modules/lru-cache/LICENSE b/node_modules/lru-cache/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/node_modules/lru-cache/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/lru-cache/README.md b/node_modules/lru-cache/README.md new file mode 100644 index 000000000..435dfebb7 --- /dev/null +++ b/node_modules/lru-cache/README.md @@ -0,0 +1,166 @@ +# lru cache + +A cache object that deletes the least-recently-used items. + +[![Build Status](https://travis-ci.org/isaacs/node-lru-cache.svg?branch=master)](https://travis-ci.org/isaacs/node-lru-cache) [![Coverage Status](https://coveralls.io/repos/isaacs/node-lru-cache/badge.svg?service=github)](https://coveralls.io/github/isaacs/node-lru-cache) + +## Installation: + +```javascript +npm install lru-cache --save +``` + +## Usage: + +```javascript +var LRU = require("lru-cache") + , options = { max: 500 + , length: function (n, key) { return n * 2 + key.length } + , dispose: function (key, n) { n.close() } + , maxAge: 1000 * 60 * 60 } + , cache = new LRU(options) + , otherCache = new LRU(50) // sets just the max size + +cache.set("key", "value") +cache.get("key") // "value" + +// non-string keys ARE fully supported +// but note that it must be THE SAME object, not +// just a JSON-equivalent object. +var someObject = { a: 1 } +cache.set(someObject, 'a value') +// Object keys are not toString()-ed +cache.set('[object Object]', 'a different value') +assert.equal(cache.get(someObject), 'a value') +// A similar object with same keys/values won't work, +// because it's a different object identity +assert.equal(cache.get({ a: 1 }), undefined) + +cache.reset() // empty the cache +``` + +If you put more stuff in it, then items will fall out. + +If you try to put an oversized thing in it, then it'll fall out right +away. + +## Options + +* `max` The maximum size of the cache, checked by applying the length + function to all values in the cache. Not setting this is kind of + silly, since that's the whole purpose of this lib, but it defaults + to `Infinity`. Setting it to a non-number or negative number will + throw a `TypeError`. Setting it to 0 makes it be `Infinity`. +* `maxAge` Maximum age in ms. Items are not pro-actively pruned out + as they age, but if you try to get an item that is too old, it'll + drop it and return undefined instead of giving it to you. + Setting this to a negative value will make everything seem old! + Setting it to a non-number will throw a `TypeError`. +* `length` Function that is used to calculate the length of stored + items. If you're storing strings or buffers, then you probably want + to do something like `function(n, key){return n.length}`. The default is + `function(){return 1}`, which is fine if you want to store `max` + like-sized things. The item is passed as the first argument, and + the key is passed as the second argumnet. +* `dispose` Function that is called on items when they are dropped + from the cache. This can be handy if you want to close file + descriptors or do other cleanup tasks when items are no longer + accessible. Called with `key, value`. It's called *before* + actually removing the item from the internal cache, so if you want + to immediately put it back in, you'll have to do that in a + `nextTick` or `setTimeout` callback or it won't do anything. +* `stale` By default, if you set a `maxAge`, it'll only actually pull + stale items out of the cache when you `get(key)`. (That is, it's + not pre-emptively doing a `setTimeout` or anything.) If you set + `stale:true`, it'll return the stale value before deleting it. If + you don't set this, then it'll return `undefined` when you try to + get a stale entry, as if it had already been deleted. +* `noDisposeOnSet` By default, if you set a `dispose()` method, then + it'll be called whenever a `set()` operation overwrites an existing + key. If you set this option, `dispose()` will only be called when a + key falls out of the cache, not when it is overwritten. +* `updateAgeOnGet` When using time-expiring entries with `maxAge`, + setting this to `true` will make each item's effective time update + to the current time whenever it is retrieved from cache, causing it + to not expire. (It can still fall out of cache based on recency of + use, of course.) + +## API + +* `set(key, value, maxAge)` +* `get(key) => value` + + Both of these will update the "recently used"-ness of the key. + They do what you think. `maxAge` is optional and overrides the + cache `maxAge` option if provided. + + If the key is not found, `get()` will return `undefined`. + + The key and val can be any value. + +* `peek(key)` + + Returns the key value (or `undefined` if not found) without + updating the "recently used"-ness of the key. + + (If you find yourself using this a lot, you *might* be using the + wrong sort of data structure, but there are some use cases where + it's handy.) + +* `del(key)` + + Deletes a key out of the cache. + +* `reset()` + + Clear the cache entirely, throwing away all values. + +* `has(key)` + + Check if a key is in the cache, without updating the recent-ness + or deleting it for being stale. + +* `forEach(function(value,key,cache), [thisp])` + + Just like `Array.prototype.forEach`. Iterates over all the keys + in the cache, in order of recent-ness. (Ie, more recently used + items are iterated over first.) + +* `rforEach(function(value,key,cache), [thisp])` + + The same as `cache.forEach(...)` but items are iterated over in + reverse order. (ie, less recently used items are iterated over + first.) + +* `keys()` + + Return an array of the keys in the cache. + +* `values()` + + Return an array of the values in the cache. + +* `length` + + Return total length of objects in cache taking into account + `length` options function. + +* `itemCount` + + Return total quantity of objects currently in cache. Note, that + `stale` (see options) items are returned as part of this item + count. + +* `dump()` + + Return an array of the cache entries ready for serialization and usage + with 'destinationCache.load(arr)`. + +* `load(cacheEntriesArray)` + + Loads another cache entries array, obtained with `sourceCache.dump()`, + into the cache. The destination cache is reset before loading new entries + +* `prune()` + + Manually iterates over the entire cache proactively pruning old entries diff --git a/node_modules/lru-cache/index.js b/node_modules/lru-cache/index.js new file mode 100644 index 000000000..573b6b85b --- /dev/null +++ b/node_modules/lru-cache/index.js @@ -0,0 +1,334 @@ +'use strict' + +// A linked list to keep track of recently-used-ness +const Yallist = require('yallist') + +const MAX = Symbol('max') +const LENGTH = Symbol('length') +const LENGTH_CALCULATOR = Symbol('lengthCalculator') +const ALLOW_STALE = Symbol('allowStale') +const MAX_AGE = Symbol('maxAge') +const DISPOSE = Symbol('dispose') +const NO_DISPOSE_ON_SET = Symbol('noDisposeOnSet') +const LRU_LIST = Symbol('lruList') +const CACHE = Symbol('cache') +const UPDATE_AGE_ON_GET = Symbol('updateAgeOnGet') + +const naiveLength = () => 1 + +// lruList is a yallist where the head is the youngest +// item, and the tail is the oldest. the list contains the Hit +// objects as the entries. +// Each Hit object has a reference to its Yallist.Node. This +// never changes. +// +// cache is a Map (or PseudoMap) that matches the keys to +// the Yallist.Node object. +class LRUCache { + constructor (options) { + if (typeof options === 'number') + options = { max: options } + + if (!options) + options = {} + + if (options.max && (typeof options.max !== 'number' || options.max < 0)) + throw new TypeError('max must be a non-negative number') + // Kind of weird to have a default max of Infinity, but oh well. + const max = this[MAX] = options.max || Infinity + + const lc = options.length || naiveLength + this[LENGTH_CALCULATOR] = (typeof lc !== 'function') ? naiveLength : lc + this[ALLOW_STALE] = options.stale || false + if (options.maxAge && typeof options.maxAge !== 'number') + throw new TypeError('maxAge must be a number') + this[MAX_AGE] = options.maxAge || 0 + this[DISPOSE] = options.dispose + this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || false + this[UPDATE_AGE_ON_GET] = options.updateAgeOnGet || false + this.reset() + } + + // resize the cache when the max changes. + set max (mL) { + if (typeof mL !== 'number' || mL < 0) + throw new TypeError('max must be a non-negative number') + + this[MAX] = mL || Infinity + trim(this) + } + get max () { + return this[MAX] + } + + set allowStale (allowStale) { + this[ALLOW_STALE] = !!allowStale + } + get allowStale () { + return this[ALLOW_STALE] + } + + set maxAge (mA) { + if (typeof mA !== 'number') + throw new TypeError('maxAge must be a non-negative number') + + this[MAX_AGE] = mA + trim(this) + } + get maxAge () { + return this[MAX_AGE] + } + + // resize the cache when the lengthCalculator changes. + set lengthCalculator (lC) { + if (typeof lC !== 'function') + lC = naiveLength + + if (lC !== this[LENGTH_CALCULATOR]) { + this[LENGTH_CALCULATOR] = lC + this[LENGTH] = 0 + this[LRU_LIST].forEach(hit => { + hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key) + this[LENGTH] += hit.length + }) + } + trim(this) + } + get lengthCalculator () { return this[LENGTH_CALCULATOR] } + + get length () { return this[LENGTH] } + get itemCount () { return this[LRU_LIST].length } + + rforEach (fn, thisp) { + thisp = thisp || this + for (let walker = this[LRU_LIST].tail; walker !== null;) { + const prev = walker.prev + forEachStep(this, fn, walker, thisp) + walker = prev + } + } + + forEach (fn, thisp) { + thisp = thisp || this + for (let walker = this[LRU_LIST].head; walker !== null;) { + const next = walker.next + forEachStep(this, fn, walker, thisp) + walker = next + } + } + + keys () { + return this[LRU_LIST].toArray().map(k => k.key) + } + + values () { + return this[LRU_LIST].toArray().map(k => k.value) + } + + reset () { + if (this[DISPOSE] && + this[LRU_LIST] && + this[LRU_LIST].length) { + this[LRU_LIST].forEach(hit => this[DISPOSE](hit.key, hit.value)) + } + + this[CACHE] = new Map() // hash of items by key + this[LRU_LIST] = new Yallist() // list of items in order of use recency + this[LENGTH] = 0 // length of items in the list + } + + dump () { + return this[LRU_LIST].map(hit => + isStale(this, hit) ? false : { + k: hit.key, + v: hit.value, + e: hit.now + (hit.maxAge || 0) + }).toArray().filter(h => h) + } + + dumpLru () { + return this[LRU_LIST] + } + + set (key, value, maxAge) { + maxAge = maxAge || this[MAX_AGE] + + if (maxAge && typeof maxAge !== 'number') + throw new TypeError('maxAge must be a number') + + const now = maxAge ? Date.now() : 0 + const len = this[LENGTH_CALCULATOR](value, key) + + if (this[CACHE].has(key)) { + if (len > this[MAX]) { + del(this, this[CACHE].get(key)) + return false + } + + const node = this[CACHE].get(key) + const item = node.value + + // dispose of the old one before overwriting + // split out into 2 ifs for better coverage tracking + if (this[DISPOSE]) { + if (!this[NO_DISPOSE_ON_SET]) + this[DISPOSE](key, item.value) + } + + item.now = now + item.maxAge = maxAge + item.value = value + this[LENGTH] += len - item.length + item.length = len + this.get(key) + trim(this) + return true + } + + const hit = new Entry(key, value, len, now, maxAge) + + // oversized objects fall out of cache automatically. + if (hit.length > this[MAX]) { + if (this[DISPOSE]) + this[DISPOSE](key, value) + + return false + } + + this[LENGTH] += hit.length + this[LRU_LIST].unshift(hit) + this[CACHE].set(key, this[LRU_LIST].head) + trim(this) + return true + } + + has (key) { + if (!this[CACHE].has(key)) return false + const hit = this[CACHE].get(key).value + return !isStale(this, hit) + } + + get (key) { + return get(this, key, true) + } + + peek (key) { + return get(this, key, false) + } + + pop () { + const node = this[LRU_LIST].tail + if (!node) + return null + + del(this, node) + return node.value + } + + del (key) { + del(this, this[CACHE].get(key)) + } + + load (arr) { + // reset the cache + this.reset() + + const now = Date.now() + // A previous serialized cache has the most recent items first + for (let l = arr.length - 1; l >= 0; l--) { + const hit = arr[l] + const expiresAt = hit.e || 0 + if (expiresAt === 0) + // the item was created without expiration in a non aged cache + this.set(hit.k, hit.v) + else { + const maxAge = expiresAt - now + // dont add already expired items + if (maxAge > 0) { + this.set(hit.k, hit.v, maxAge) + } + } + } + } + + prune () { + this[CACHE].forEach((value, key) => get(this, key, false)) + } +} + +const get = (self, key, doUse) => { + const node = self[CACHE].get(key) + if (node) { + const hit = node.value + if (isStale(self, hit)) { + del(self, node) + if (!self[ALLOW_STALE]) + return undefined + } else { + if (doUse) { + if (self[UPDATE_AGE_ON_GET]) + node.value.now = Date.now() + self[LRU_LIST].unshiftNode(node) + } + } + return hit.value + } +} + +const isStale = (self, hit) => { + if (!hit || (!hit.maxAge && !self[MAX_AGE])) + return false + + const diff = Date.now() - hit.now + return hit.maxAge ? diff > hit.maxAge + : self[MAX_AGE] && (diff > self[MAX_AGE]) +} + +const trim = self => { + if (self[LENGTH] > self[MAX]) { + for (let walker = self[LRU_LIST].tail; + self[LENGTH] > self[MAX] && walker !== null;) { + // We know that we're about to delete this one, and also + // what the next least recently used key will be, so just + // go ahead and set it now. + const prev = walker.prev + del(self, walker) + walker = prev + } + } +} + +const del = (self, node) => { + if (node) { + const hit = node.value + if (self[DISPOSE]) + self[DISPOSE](hit.key, hit.value) + + self[LENGTH] -= hit.length + self[CACHE].delete(hit.key) + self[LRU_LIST].removeNode(node) + } +} + +class Entry { + constructor (key, value, length, now, maxAge) { + this.key = key + this.value = value + this.length = length + this.now = now + this.maxAge = maxAge || 0 + } +} + +const forEachStep = (self, fn, node, thisp) => { + let hit = node.value + if (isStale(self, hit)) { + del(self, node) + if (!self[ALLOW_STALE]) + hit = undefined + } + if (hit) + fn.call(thisp, hit.value, hit.key, self) +} + +module.exports = LRUCache diff --git a/node_modules/lru-cache/package.json b/node_modules/lru-cache/package.json new file mode 100644 index 000000000..43b7502c3 --- /dev/null +++ b/node_modules/lru-cache/package.json @@ -0,0 +1,34 @@ +{ + "name": "lru-cache", + "description": "A cache object that deletes the least-recently-used items.", + "version": "6.0.0", + "author": "Isaac Z. Schlueter ", + "keywords": [ + "mru", + "lru", + "cache" + ], + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "main": "index.js", + "repository": "git://github.com/isaacs/node-lru-cache.git", + "devDependencies": { + "benchmark": "^2.1.4", + "tap": "^14.10.7" + }, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "files": [ + "index.js" + ], + "engines": { + "node": ">=10" + } +} diff --git a/node_modules/node-notifier/.github/workflows/test.yml b/node_modules/node-notifier/.github/workflows/test.yml new file mode 100644 index 000000000..98b342652 --- /dev/null +++ b/node_modules/node-notifier/.github/workflows/test.yml @@ -0,0 +1,23 @@ +name: Node.js CI + +on: + push: + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [10.x, 12.x, 14.x, 16.x, 17.x] + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: '12.x' + - name: Install dependencies + run: npm ci + - run: npm test diff --git a/node_modules/node-notifier/.prettierrc b/node_modules/node-notifier/.prettierrc new file mode 100644 index 000000000..276a47a73 --- /dev/null +++ b/node_modules/node-notifier/.prettierrc @@ -0,0 +1,5 @@ +{ + "printWidth": 80, + "singleQuote": true, + "trailingComma": "none" +} diff --git a/node_modules/node-notifier/LICENSE b/node_modules/node-notifier/LICENSE new file mode 100644 index 000000000..11f1b52f4 --- /dev/null +++ b/node_modules/node-notifier/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Mikael Brevik + +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/node_modules/node-notifier/README.md b/node_modules/node-notifier/README.md new file mode 100644 index 000000000..31ce5acc5 --- /dev/null +++ b/node_modules/node-notifier/README.md @@ -0,0 +1,481 @@ +# node-notifier [![NPM version][npm-image]][npm-url] [![Install size][size-image]][size-url] [![Build Status][travis-image]][travis-url] + +Send cross platform native notifications using Node.js. Notification Center for macOS, +`notify-osd`/`libnotify-bin` for Linux, Toasters for Windows 8/10, or taskbar balloons for +earlier Windows versions. Growl is used if none of these requirements are met. +[Works well with Electron](#within-electron-packaging). + +![macOS Screenshot](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/mac.png) +![Native Windows Screenshot](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/windows.png) + +## Input Example macOS Notification Center + +![Input Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/input-example.gif) + +## Actions Example Windows SnoreToast + +![Actions Example](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/example/windows-actions-example.gif) + +## Quick Usage + +Show a native notification on macOS, Windows, Linux: + +```javascript +const notifier = require('node-notifier'); +// String +notifier.notify('Message'); + +// Object +notifier.notify({ + title: 'My notification', + message: 'Hello, there!' +}); +``` + +## Requirements + +- **macOS**: >= 10.8 for native notifications, or Growl if earlier. +- **Linux**: `notify-osd` or `libnotify-bin` installed (Ubuntu should have this by default) +- **Windows**: >= 8, or task bar balloons for Windows < 8. Growl as fallback. Growl takes precedence over Windows balloons. +- **General Fallback**: Growl + +See [documentation and flow chart for reporter choice](./DECISION_FLOW.md). + +## Install + +```shell +npm install --save node-notifier +``` + +## CLI + +CLI has moved to separate project: + + +## Cross-Platform Advanced Usage + +Standard usage, with cross-platform fallbacks as defined in the +[reporter flow chart](./DECISION_FLOW.md). All of the options +below will work in some way or another on most platforms. + +```javascript +const notifier = require('node-notifier'); +const path = require('path'); + +notifier.notify( + { + title: 'My awesome title', + message: 'Hello from node, Mr. User!', + icon: path.join(__dirname, 'coulson.jpg'), // Absolute path (doesn't work on balloons) + sound: true, // Only Notification Center or Windows Toasters + wait: true // Wait with callback, until user action is taken against notification, does not apply to Windows Toasters as they always wait or notify-send as it does not support the wait option + }, + function (err, response, metadata) { + // Response is response from notification + // Metadata contains activationType, activationAt, deliveredAt + } +); + +notifier.on('click', function (notifierObject, options, event) { + // Triggers if `wait: true` and user clicks notification +}); + +notifier.on('timeout', function (notifierObject, options) { + // Triggers if `wait: true` and notification closes +}); +``` + +If you want super fine-grained control, you can customize each reporter individually, +allowing you to tune specific options for different systems. + +See below for documentation on each reporter. + +**Example:** + +```javascript +const NotificationCenter = require('node-notifier/notifiers/notificationcenter'); +new NotificationCenter(options).notify(); + +const NotifySend = require('node-notifier/notifiers/notifysend'); +new NotifySend(options).notify(); + +const WindowsToaster = require('node-notifier/notifiers/toaster'); +new WindowsToaster(options).notify(); + +const Growl = require('node-notifier/notifiers/growl'); +new Growl(options).notify(); + +const WindowsBalloon = require('node-notifier/notifiers/balloon'); +new WindowsBalloon(options).notify(); +``` + +Or, if you are using several reporters (or you're lazy): + +```javascript +// NOTE: Technically, this takes longer to require +const nn = require('node-notifier'); + +new nn.NotificationCenter(options).notify(); +new nn.NotifySend(options).notify(); +new nn.WindowsToaster(options).notify(options); +new nn.WindowsBalloon(options).notify(options); +new nn.Growl(options).notify(options); +``` + +## Contents + +- [Notification Center documentation](#usage-notificationcenter) +- [Windows Toaster documentation](#usage-windowstoaster) +- [Windows Balloon documentation](#usage-windowsballoon) +- [Growl documentation](#usage-growl) +- [Notify-send documentation](#usage-notifysend) + +### Usage: `NotificationCenter` + +Same usage and parameter setup as [**`terminal-notifier`**](https://github.com/julienXX/terminal-notifier). + +Native Notification Center requires macOS version 10.8 or higher. If you have +an earlier version, Growl will be the fallback. If Growl isn't installed, an +error will be returned in the callback. + +#### Example + +Because `node-notifier` wraps around [**`terminal-notifier`**](https://github.com/julienXX/terminal-notifier), +you can do anything `terminal-notifier` can, just by passing properties to the `notify` +method. + +For example: + +- if `terminal-notifier` says `-message`, you can do `{message: 'Foo'}` +- if `terminal-notifier` says `-list ALL`, you can do `{list: 'ALL'}`. + +Notification is the primary focus of this module, so listing and activating do work, +but they aren't documented. + +### All notification options with their defaults: + +```javascript +const NotificationCenter = require('node-notifier').NotificationCenter; + +var notifier = new NotificationCenter({ + withFallback: false, // Use Growl Fallback if <= 10.8 + customPath: undefined // Relative/Absolute path to binary if you want to use your own fork of terminal-notifier +}); + +notifier.notify( + { + title: undefined, + subtitle: undefined, + message: undefined, + sound: false, // Case Sensitive string for location of sound file, or use one of macOS' native sounds (see below) + icon: 'Terminal Icon', // Absolute Path to Triggering Icon + contentImage: undefined, // Absolute Path to Attached Image (Content Image) + open: undefined, // URL to open on Click + wait: false, // Wait for User Action against Notification or times out. Same as timeout = 5 seconds + + // New in latest version. See `example/macInput.js` for usage + timeout: 5, // Takes precedence over wait if both are defined. + closeLabel: undefined, // String. Label for cancel button + actions: undefined, // String | Array. Action label or list of labels in case of dropdown + dropdownLabel: undefined, // String. Label to be used if multiple actions + reply: false // Boolean. If notification should take input. Value passed as third argument in callback and event emitter. + }, + function (error, response, metadata) { + console.log(response, metadata); + } +); +``` + +--- + +**Note:** The `wait` option is shorthand for `timeout: 5`. This just sets a timeout +for 5 seconds. It does _not_ make the notification sticky! + +As of Version 6.0 there is a default `timeout` set of `10` to ensure that the application closes properly. In order to remove the `timeout` and have an instantly closing notification (does not support actions), set `timeout` to `false`. If you are using `action` it is recommended to set `timeout` to a high value to ensure the user has time to respond. + +_Exception:_ If `reply` is defined, it's recommended to set `timeout` to a either +high value, or to nothing at all. + +--- + +**For macOS notifications: `icon`, `contentImage`, and all forms of `reply`/`actions` require macOS 10.9.** + +Sound can be one of these: `Basso`, `Blow`, `Bottle`, `Frog`, `Funk`, `Glass`, +`Hero`, `Morse`, `Ping`, `Pop`, `Purr`, `Sosumi`, `Submarine`, `Tink`. + +If `sound` is simply `true`, `Bottle` is used. + +--- + +**See Also:** + +- [Example: specific Notification Centers](./example/advanced.js) +- [Example: input](./example/macInput.js). + +--- + +**Custom Path clarification** + +`customPath` takes a value of a relative or absolute path to the binary of your +fork/custom version of **`terminal-notifier`**. + +**Example:** `./vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier` + +**Spotlight clarification** + +`terminal-notifier.app` resides in a `mac.noindex` folder to prevent Spotlight from indexing the app. + +### Usage: `WindowsToaster` + +**Note:** There are some limitations for images in native Windows 8 notifications: + +- The image must be a PNG image +- The image must be smaller than 1024×1024 px +- The image must be less than 200kb +- The image must be specified using an absolute path + +These limitations are due to the Toast notification system. A good tip is to use +something like `path.join` or `path.delimiter` to keep your paths cross-platform. + +From [mikaelbr/gulp-notify#90 (comment)](https://github.com/mikaelbr/gulp-notify/issues/90#issuecomment-129333034) + +> You can make it work by going to System > Notifications & Actions. The 'toast' +> app needs to have Banners enabled. (You can activate banners by clicking on the +> 'toast' app and setting the 'Show notification banners' to On) + +--- + +**Windows 10 Fall Creators Update (Version 1709) Note:** + +[**Snoretoast**](https://github.com/KDE/snoretoast) is used to get native Windows Toasts! + +The default behaviour is to have the underlying toaster applicaton as `appID`. +This works as expected, but shows `SnoreToast` as text in the notification. + +With the Fall Creators Update, Notifications on Windows 10 will only work as +expected if a valid `appID` is specified. Your `appID` must be exactly the same +value that was registered during the installation of your app. + +You can find the ID of your App by searching the registry for the `appID` you +specified at installation of your app. For example: If you use the squirrel +framework, your `appID` will be something like `com.squirrel.your.app`. + +```javascript +const WindowsToaster = require('node-notifier').WindowsToaster; + +var notifier = new WindowsToaster({ + withFallback: false, // Fallback to Growl or Balloons? + customPath: undefined // Relative/Absolute path if you want to use your fork of SnoreToast.exe +}); + +notifier.notify( + { + title: undefined, // String. Required + message: undefined, // String. Required if remove is not defined + icon: undefined, // String. Absolute path to Icon + sound: false, // Bool | String (as defined by http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx) + id: undefined, // Number. ID to use for closing notification. + appID: undefined, // String. App.ID and app Name. Defaults to no value, causing SnoreToast text to be visible. + remove: undefined, // Number. Refer to previously created notification to close. + install: undefined // String (path, application, app id). Creates a shortcut in the start menu which point to the executable , appID used for the notifications. + }, + function (error, response) { + console.log(response); + } +); +``` + +### Usage: `Growl` + +```javascript +const Growl = require('node-notifier').Growl; + +var notifier = new Growl({ + name: 'Growl Name Used', // Defaults as 'Node' + host: 'localhost', + port: 23053 +}); + +notifier.notify({ + title: 'Foo', + message: 'Hello World', + icon: fs.readFileSync(__dirname + '/coulson.jpg'), + wait: false, // Wait for User Action against Notification + + // and other growl options like sticky etc. + sticky: false, + label: undefined, + priority: undefined +}); +``` + +See more information about using [growly](https://github.com/theabraham/growly/). + +### Usage: `WindowsBalloon` + +For earlier versions of Windows, taskbar balloons are used (unless +fallback is activated and Growl is running). The balloons notifier uses a great +project called [**`notifu`**](http://www.paralint.com/projects/notifu/). + +```javascript +const WindowsBalloon = require('node-notifier').WindowsBalloon; + +var notifier = new WindowsBalloon({ + withFallback: false, // Try Windows Toast and Growl first? + customPath: undefined // Relative/Absolute path if you want to use your fork of notifu +}); + +notifier.notify( + { + title: undefined, + message: undefined, + sound: false, // true | false. + time: 5000, // How long to show balloon in ms + wait: false, // Wait for User Action against Notification + type: 'info' // The notification type : info | warn | error + }, + function (error, response) { + console.log(response); + } +); +``` + +See full usage on the [project homepage: **`notifu`**](http://www.paralint.com/projects/notifu/). + +### Usage: `NotifySend` + +**Note:** `notify-send` doesn't support the `wait` flag. + +```javascript +const NotifySend = require('node-notifier').NotifySend; + +var notifier = new NotifySend(); + +notifier.notify({ + title: 'Foo', + message: 'Hello World', + icon: __dirname + '/coulson.jpg', + + wait: false, // Defaults no expire time set. If true expire time of 5 seconds is used + timeout: 10, // Alias for expire-time, time etc. Time before notify-send expires. Defaults to 10 seconds. + + // .. and other notify-send flags: + 'app-name': 'node-notifier', + urgency: undefined, + category: undefined, + hint: undefined +}); +``` + +See flags and options on the man page [`notify-send(1)`](http://manpages.ubuntu.com/manpages/gutsy/man1/notify-send.1.html) + +## Thanks to OSS + +`node-notifier` is made possible through Open Source Software. +A very special thanks to all the modules `node-notifier` uses. + +- [`terminal-notifier`](https://github.com/julienXX/terminal-notifier) +- [`Snoretoast`](https://github.com/KDE/snoretoast/releases/tag/v0.7.0) +- [`notifu`](http://www.paralint.com/projects/notifu/) +- [`growly`](https://github.com/theabraham/growly/) + +[![NPM downloads][npm-downloads]][npm-url] + +## Common Issues + +### Windows: `SnoreToast` text + +See note on "Windows 10 Fall Creators Update" in Windows section. +_**Short answer:** update your `appID`._ + +### Windows and WSL2 + +If you don't see notifications within WSL2, you might have to change permission of exe vendor files (snoreToast). +[See issue for more info](https://github.com/mikaelbr/node-notifier/issues/353) + +### Use inside tmux session + +When using `node-notifier` within a tmux session, it can cause a hang in the system. +This can be solved by following the steps described in [this comment](https://github.com/julienXX/terminal-notifier/issues/115#issuecomment-104214742) + +There’s even more info [here](https://github.com/mikaelbr/node-notifier/issues/61#issuecomment-163560801) +. + +### macOS: Custom icon without Terminal icon + +Even if you define an icon in the configuration object for `node-notifier`, you will +see a small Terminal icon in the notification (see the example at the top of this +document). + +This is the way notifications on macOS work. They always show the icon of the +parent application initiating the notification. For `node-notifier`, `terminal-notifier` +is the initiator, and it has the Terminal icon defined as its icon. + +To define your custom icon, you need to fork `terminal-notifier` and build your +custom version with your icon. + +See [Issue #71 for more info](https://github.com/mikaelbr/node-notifier/issues/71) +. + +### Within Electron Packaging + +If packaging your Electron app as an `asar`, you will find `node-notifier` will fail to load. + +Due to the way asar works, you cannot execute a binary from within an `asar`. +As a simple solution, when packaging the app into an asar please make sure you +`--unpack` the `vendor/` folder of `node-notifier`, so the module still has access to +the notification binaries. + +You can do so with the following command: + +```bash +asar pack . app.asar --unpack "./node_modules/node-notifier/vendor/**" +``` + +Or if you use `electron-builder` without using asar directly, append `build` object to your `package.json` as below: + +```bash +... +build: { + asarUnpack: [ + './node_modules/node-notifier/**/*', + ] +}, +... +``` + +### Using with pkg + +For issues using with the pkg module. Check this issue out: https://github.com/mikaelbr/node-notifier/issues/220#issuecomment-425963752 + +### Using Webpack + +When using `node-notifier` inside of `webpack`, you must add the snippet below to your `webpack.config.js`. + +This is necessary because `node-notifier` loads the notifiers from a binary, so it +needs a relative file path. When webpack compiles the modules, it suppresses file +directories, causing `node-notifier` to error on certain platforms. + +To fix this, you can configure webpack to keep the relative file directories. +Do so by append the following code to your `webpack.config.js`: + +```javascript +node: { + __filename: true, + __dirname: true +} +``` + +## License + +This package is licensed using the [MIT License](http://en.wikipedia.org/wiki/MIT_License). + +[SnoreToast](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/vendor/snoreToast/LICENSE) and [Notifu](https://raw.githubusercontent.com/mikaelbr/node-notifier/master/vendor/notifu/LICENSE) have licenses in their vendored versions which do not match the MIT license, LGPL-3 and BSD 3-Clause to be specific. We are not lawyers, but have made our best efforts to conform to the terms in those licenses while releasing this package using the license we chose. + +[npm-url]: https://npmjs.org/package/node-notifier +[npm-image]: http://img.shields.io/npm/v/node-notifier.svg?style=flat +[size-url]: https://packagephobia.com/result?p=node-notifier +[size-image]: https://packagephobia.com/badge?p=node-notifier +[npm-downloads]: http://img.shields.io/npm/dm/node-notifier.svg?style=flat +[travis-url]: http://travis-ci.org/mikaelbr/node-notifier +[travis-image]: http://img.shields.io/travis/mikaelbr/node-notifier.svg?style=flat diff --git a/node_modules/node-notifier/index.js b/node_modules/node-notifier/index.js new file mode 100644 index 000000000..23e705409 --- /dev/null +++ b/node_modules/node-notifier/index.js @@ -0,0 +1,52 @@ +const os = require('os'); +const utils = require('./lib/utils'); + +// All notifiers +const NotifySend = require('./notifiers/notifysend'); +const NotificationCenter = require('./notifiers/notificationcenter'); +const WindowsToaster = require('./notifiers/toaster'); +const Growl = require('./notifiers/growl'); +const WindowsBalloon = require('./notifiers/balloon'); + +const options = { withFallback: true }; + +const osType = utils.isWSL() ? 'WSL' : os.type(); + +switch (osType) { + case 'Linux': + module.exports = new NotifySend(options); + module.exports.Notification = NotifySend; + break; + case 'Darwin': + module.exports = new NotificationCenter(options); + module.exports.Notification = NotificationCenter; + break; + case 'Windows_NT': + if (utils.isLessThanWin8()) { + module.exports = new WindowsBalloon(options); + module.exports.Notification = WindowsBalloon; + } else { + module.exports = new WindowsToaster(options); + module.exports.Notification = WindowsToaster; + } + break; + case 'WSL': + module.exports = new WindowsToaster(options); + module.exports.Notification = WindowsToaster; + break; + default: + if (os.type().match(/BSD$/)) { + module.exports = new NotifySend(options); + module.exports.Notification = NotifySend; + } else { + module.exports = new Growl(options); + module.exports.Notification = Growl; + } +} + +// Expose notifiers to give full control. +module.exports.NotifySend = NotifySend; +module.exports.NotificationCenter = NotificationCenter; +module.exports.WindowsToaster = WindowsToaster; +module.exports.WindowsBalloon = WindowsBalloon; +module.exports.Growl = Growl; diff --git a/node_modules/node-notifier/lib/checkGrowl.js b/node_modules/node-notifier/lib/checkGrowl.js new file mode 100644 index 000000000..ad91b796a --- /dev/null +++ b/node_modules/node-notifier/lib/checkGrowl.js @@ -0,0 +1,24 @@ +const net = require('net'); + +const hasGrowl = false; +module.exports = function(growlConfig, cb) { + if (typeof cb === 'undefined') { + cb = growlConfig; + growlConfig = {}; + } + if (hasGrowl) return cb(null, hasGrowl); + const port = growlConfig.port || 23053; + const host = growlConfig.host || 'localhost'; + const socket = net.connect(port, host); + socket.setTimeout(100); + + socket.once('connect', function() { + socket.end(); + cb(null, true); + }); + + socket.once('error', function() { + socket.end(); + cb(null, false); + }); +}; diff --git a/node_modules/node-notifier/lib/utils.js b/node_modules/node-notifier/lib/utils.js new file mode 100644 index 000000000..fe4b164dc --- /dev/null +++ b/node_modules/node-notifier/lib/utils.js @@ -0,0 +1,568 @@ +const shellwords = require('shellwords'); +const cp = require('child_process'); +const semver = require('semver'); +const isWSL = require('is-wsl'); +const path = require('path'); +const url = require('url'); +const os = require('os'); +const fs = require('fs'); +const net = require('net'); + +const BUFFER_SIZE = 1024; + +function clone(obj) { + return JSON.parse(JSON.stringify(obj)); +} + +module.exports.clone = clone; + +const escapeQuotes = function (str) { + if (typeof str === 'string') { + return str.replace(/(["$`\\])/g, '\\$1'); + } else { + return str; + } +}; + +const inArray = function (arr, val) { + return arr.indexOf(val) !== -1; +}; + +const notifySendFlags = { + u: 'urgency', + urgency: 'urgency', + t: 'expire-time', + time: 'expire-time', + timeout: 'expire-time', + e: 'expire-time', + expire: 'expire-time', + 'expire-time': 'expire-time', + i: 'icon', + icon: 'icon', + c: 'category', + category: 'category', + subtitle: 'category', + h: 'hint', + hint: 'hint', + a: 'app-name', + 'app-name': 'app-name' +}; + +module.exports.command = function (notifier, options, cb) { + notifier = shellwords.escape(notifier); + if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) { + console.info('node-notifier debug info (command):'); + console.info('[notifier path]', notifier); + console.info('[notifier options]', options.join(' ')); + } + + return cp.exec(notifier + ' ' + options.join(' '), function ( + error, + stdout, + stderr + ) { + if (error) return cb(error); + cb(stderr, stdout); + }); +}; + +module.exports.fileCommand = function (notifier, options, cb) { + if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) { + console.info('node-notifier debug info (fileCommand):'); + console.info('[notifier path]', notifier); + console.info('[notifier options]', options.join(' ')); + } + + return cp.execFile(notifier, options, function (error, stdout, stderr) { + if (error) return cb(error, stdout); + cb(stderr, stdout); + }); +}; + +module.exports.fileCommandJson = function (notifier, options, cb) { + if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) { + console.info('node-notifier debug info (fileCommandJson):'); + console.info('[notifier path]', notifier); + console.info('[notifier options]', options.join(' ')); + } + return cp.execFile(notifier, options, function (error, stdout, stderr) { + if (error) return cb(error, stdout); + if (!stdout) return cb(error, {}); + + try { + const data = JSON.parse(stdout); + cb(!stderr ? null : stderr, data); + } catch (e) { + cb(e, stdout); + } + }); +}; + +module.exports.immediateFileCommand = function (notifier, options, cb) { + if (process.env.DEBUG && process.env.DEBUG.indexOf('notifier') !== -1) { + console.info('node-notifier debug info (notifier):'); + console.info('[notifier path]', notifier); + } + + notifierExists(notifier, function (_, exists) { + if (!exists) { + return cb(new Error('Notifier (' + notifier + ') not found on system.')); + } + cp.execFile(notifier, options); + cb(); + }); +}; + +function notifierExists(notifier, cb) { + return fs.stat(notifier, function (err, stat) { + if (!err) return cb(err, stat.isFile()); + + // Check if Windows alias + if (path.extname(notifier)) { + // Has extentioon, no need to check more + return cb(err, false); + } + + // Check if there is an exe file in the directory + return fs.stat(notifier + '.exe', function (err, stat) { + if (err) return cb(err, false); + cb(err, stat.isFile()); + }); + }); +} + +const mapAppIcon = function (options) { + if (options.appIcon) { + options.icon = options.appIcon; + delete options.appIcon; + } + + return options; +}; + +const mapText = function (options) { + if (options.text) { + options.message = options.text; + delete options.text; + } + + return options; +}; + +const mapIconShorthand = function (options) { + if (options.i) { + options.icon = options.i; + delete options.i; + } + + return options; +}; + +module.exports.mapToNotifySend = function (options) { + options = mapAppIcon(options); + options = mapText(options); + + if (options.timeout === false) { + delete options.timeout; + } + if (options.wait === true) { + options['expire-time'] = 5; // 5 seconds default time (multipled below) + } + for (const key in options) { + if (key === 'message' || key === 'title') continue; + if (options.hasOwnProperty(key) && notifySendFlags[key] !== key) { + options[notifySendFlags[key]] = options[key]; + delete options[key]; + } + } + if (typeof options['expire-time'] === 'undefined') { + options['expire-time'] = 10 * 1000; // 10 sec timeout by default + } else if (typeof options['expire-time'] === 'number') { + options['expire-time'] = options['expire-time'] * 1000; // notify send uses milliseconds + } + + return options; +}; + +module.exports.mapToGrowl = function (options) { + options = mapAppIcon(options); + options = mapIconShorthand(options); + options = mapText(options); + + if (options.icon && !Buffer.isBuffer(options.icon)) { + try { + options.icon = fs.readFileSync(options.icon); + } catch (ex) {} + } + + return options; +}; + +module.exports.mapToMac = function (options) { + options = mapIconShorthand(options); + options = mapText(options); + + if (options.icon) { + options.appIcon = options.icon; + delete options.icon; + } + + if (options.sound === true) { + options.sound = 'Bottle'; + } + + if (options.sound === false) { + delete options.sound; + } + + if (options.sound && options.sound.indexOf('Notification.') === 0) { + options.sound = 'Bottle'; + } + + if (options.wait === true) { + if (!options.timeout) { + options.timeout = 5; + } + delete options.wait; + } + + if (!options.wait && !options.timeout) { + if (options.timeout === false) { + delete options.timeout; + } else { + options.timeout = 10; + } + } + + options.json = true; + return options; +}; + +function isArray(arr) { + return Object.prototype.toString.call(arr) === '[object Array]'; +} +module.exports.isArray = isArray; + +function noop() {} +module.exports.actionJackerDecorator = function (emitter, options, fn, mapper) { + options = clone(options); + fn = fn || noop; + + if (typeof fn !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof fn + ); + } + + return function (err, data) { + let resultantData = data; + let metadata = {}; + // Allow for extra data if resultantData is an object + if (resultantData && typeof resultantData === 'object') { + metadata = resultantData; + resultantData = resultantData.activationType; + } + + // Sanitize the data + if (resultantData) { + resultantData = resultantData.toLowerCase().trim(); + if (resultantData.match(/^activate|clicked$/)) { + resultantData = 'activate'; + } + if (resultantData.match(/^timedout$/)) { + resultantData = 'timeout'; + } + } + + fn.apply(emitter, [err, resultantData, metadata]); + if (!mapper || !resultantData) return; + + const key = mapper(resultantData); + if (!key) return; + emitter.emit(key, emitter, options, metadata); + }; +}; + +module.exports.constructArgumentList = function (options, extra) { + const args = []; + extra = extra || {}; + + // Massive ugly setup. Default args + const initial = extra.initial || []; + const keyExtra = extra.keyExtra || ''; + const allowedArguments = extra.allowedArguments || []; + const noEscape = extra.noEscape !== undefined; + const checkForAllowed = extra.allowedArguments !== undefined; + const explicitTrue = !!extra.explicitTrue; + const keepNewlines = !!extra.keepNewlines; + const wrapper = extra.wrapper === undefined ? '"' : extra.wrapper; + + const escapeFn = function escapeFn(arg) { + if (isArray(arg)) { + return removeNewLines(arg.map(escapeFn).join(',')); + } + + if (!noEscape) { + arg = escapeQuotes(arg); + } + if (typeof arg === 'string' && !keepNewlines) { + arg = removeNewLines(arg); + } + return wrapper + arg + wrapper; + }; + + initial.forEach(function (val) { + args.push(escapeFn(val)); + }); + for (const key in options) { + if ( + options.hasOwnProperty(key) && + (!checkForAllowed || inArray(allowedArguments, key)) + ) { + if (explicitTrue && options[key] === true) { + args.push('-' + keyExtra + key); + } else if (explicitTrue && options[key] === false) continue; + else args.push('-' + keyExtra + key, escapeFn(options[key])); + } + } + return args; +}; + +function removeNewLines(str) { + const excapedNewline = process.platform === 'win32' ? '\\r\\n' : '\\n'; + return str.replace(/\r?\n/g, excapedNewline); +} + +/* +---- Options ---- +[-t] | Displayed on the first line of the toast. +[-m] <message string> | Displayed on the remaining lines, wrapped. +[-b] <button1;button2 string>| Displayed on the bottom line, can list multiple buttons separated by ";" +[-tb] | Displayed a textbox on the bottom line, only if buttons are not presented. +[-p] <image URI> | Display toast with an image, local files only. +[-id] <id> | sets the id for a notification to be able to close it later. +[-s] <sound URI> | Sets the sound of the notifications, for possible values see http://msdn.microsoft.com/en-us/library/windows/apps/hh761492.aspx. +[-silent] | Don't play a sound file when showing the notifications. +[-appID] <App.ID> | Don't create a shortcut but use the provided app id. +[-pid] <pid> | Query the appid for the process <pid>, use -appID as fallback. (Only relevant for applications that might be packaged for the store) +[-pipeName] <\.\pipe\pipeName\> | Provide a name pipe which is used for callbacks. +[-application] <C:\foo.exe> | Provide a application that might be started if the pipe does not exist. +-close <id> | Closes a currently displayed notification. +*/ +const allowedToasterFlags = [ + 't', + 'm', + 'b', + 'tb', + 'p', + 'id', + 's', + 'silent', + 'appID', + 'pid', + 'pipeName', + 'close', + 'install' +]; +const toasterSoundPrefix = 'Notification.'; +const toasterDefaultSound = 'Notification.Default'; +module.exports.mapToWin8 = function (options) { + options = mapAppIcon(options); + options = mapText(options); + + if (options.icon) { + if (/^file:\/+/.test(options.icon)) { + // should parse file protocol URL to path + options.p = new url.URL(options.icon).pathname + .replace(/^\/(\w:\/)/, '$1') + .replace(/\//g, '\\'); + } else { + options.p = options.icon; + } + delete options.icon; + } + + if (options.message) { + // Remove escape char to debug "HRESULT : 0xC00CE508" exception + options.m = options.message.replace(/\x1b/g, ''); + delete options.message; + } + + if (options.title) { + options.t = options.title; + delete options.title; + } + + if (options.appName) { + options.appID = options.appName; + delete options.appName; + } + + if (typeof options.remove !== 'undefined') { + options.close = options.remove; + delete options.remove; + } + + if (options.quiet || options.silent) { + options.silent = options.quiet || options.silent; + delete options.quiet; + } + + if (typeof options.sound !== 'undefined') { + options.s = options.sound; + delete options.sound; + } + + if (options.s === false) { + options.silent = true; + delete options.s; + } + + // Silent takes precedence. Remove sound. + if (options.s && options.silent) { + delete options.s; + } + + if (options.s === true) { + options.s = toasterDefaultSound; + } + + if (options.s && options.s.indexOf(toasterSoundPrefix) !== 0) { + options.s = toasterDefaultSound; + } + + if (options.actions && isArray(options.actions)) { + options.b = options.actions.join(';'); + delete options.actions; + } + + for (const key in options) { + // Check if is allowed. If not, delete! + if ( + options.hasOwnProperty(key) && + allowedToasterFlags.indexOf(key) === -1 + ) { + delete options[key]; + } + } + + return options; +}; + +module.exports.mapToNotifu = function (options) { + options = mapAppIcon(options); + options = mapText(options); + + if (options.icon) { + options.i = options.icon; + delete options.icon; + } + + if (options.message) { + options.m = options.message; + delete options.message; + } + + if (options.title) { + options.p = options.title; + delete options.title; + } + + if (options.time) { + options.d = options.time; + delete options.time; + } + + if (options.q !== false) { + options.q = true; + } else { + delete options.q; + } + + if (options.quiet === false) { + delete options.q; + delete options.quiet; + } + + if (options.sound) { + delete options.q; + delete options.sound; + } + + if (options.t) { + options.d = options.t; + delete options.t; + } + + if (options.type) { + options.t = sanitizeNotifuTypeArgument(options.type); + delete options.type; + } + + return options; +}; + +module.exports.isMac = function () { + return os.type() === 'Darwin'; +}; + +module.exports.isMountainLion = function () { + return ( + os.type() === 'Darwin' && + semver.satisfies(garanteeSemverFormat(os.release()), '>=12.0.0') + ); +}; + +module.exports.isWin8 = function () { + return ( + os.type() === 'Windows_NT' && + semver.satisfies(garanteeSemverFormat(os.release()), '>=6.2.9200') + ); +}; + +module.exports.isWSL = function () { + return isWSL; +}; + +module.exports.isLessThanWin8 = function () { + return ( + os.type() === 'Windows_NT' && + semver.satisfies(garanteeSemverFormat(os.release()), '<6.2.9200') + ); +}; + +function garanteeSemverFormat(version) { + if (version.split('.').length === 2) { + version += '.0'; + } + return version; +} + +function sanitizeNotifuTypeArgument(type) { + if (typeof type === 'string' || type instanceof String) { + if (type.toLowerCase() === 'info') return 'info'; + if (type.toLowerCase() === 'warn') return 'warn'; + if (type.toLowerCase() === 'error') return 'error'; + } + + return 'info'; +} + +module.exports.createNamedPipe = (server) => { + const buf = Buffer.alloc(BUFFER_SIZE); + + return new Promise((resolve) => { + server.instance = net.createServer((stream) => { + stream.on('data', (c) => { + buf.write(c.toString()); + }); + stream.on('end', () => { + server.instance.close(); + }); + }); + server.instance.listen(server.namedPipe, () => { + resolve(buf); + }); + }); +}; diff --git a/node_modules/node-notifier/node_modules/.bin/semver b/node_modules/node-notifier/node_modules/.bin/semver new file mode 100644 index 000000000..77443e787 --- /dev/null +++ b/node_modules/node-notifier/node_modules/.bin/semver @@ -0,0 +1,12 @@ +#!/bin/sh +basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") + +case `uname` in + *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; +esac + +if [ -x "$basedir/node" ]; then + exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" +else + exec node "$basedir/../semver/bin/semver.js" "$@" +fi diff --git a/node_modules/node-notifier/node_modules/.bin/semver.cmd b/node_modules/node-notifier/node_modules/.bin/semver.cmd new file mode 100644 index 000000000..9913fa9d0 --- /dev/null +++ b/node_modules/node-notifier/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* diff --git a/node_modules/node-notifier/node_modules/.bin/semver.ps1 b/node_modules/node-notifier/node_modules/.bin/semver.ps1 new file mode 100644 index 000000000..314717ad4 --- /dev/null +++ b/node_modules/node-notifier/node_modules/.bin/semver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/node_modules/node-notifier/node_modules/semver/LICENSE b/node_modules/node-notifier/node_modules/semver/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/node-notifier/node_modules/semver/README.md b/node_modules/node-notifier/node_modules/semver/README.md new file mode 100644 index 000000000..df54e7a09 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/README.md @@ -0,0 +1,568 @@ +semver(1) -- The semantic versioner for npm +=========================================== + +## Install + +```bash +npm install semver +```` + +## Usage + +As a node module: + +```js +const semver = require('semver') + +semver.valid('1.2.3') // '1.2.3' +semver.valid('a.b.c') // null +semver.clean(' =v1.2.3 ') // '1.2.3' +semver.satisfies('1.2.3', '1.x || >=2.5.0 || 5.0.0 - 7.2.3') // true +semver.gt('1.2.3', '9.8.7') // false +semver.lt('1.2.3', '9.8.7') // true +semver.minVersion('>=1.0.0') // '1.0.0' +semver.valid(semver.coerce('v2')) // '2.0.0' +semver.valid(semver.coerce('42.6.7.9.3-alpha')) // '42.6.7' +``` + +You can also just load the module for the function that you care about, if +you'd like to minimize your footprint. + +```js +// load the whole API at once in a single object +const semver = require('semver') + +// or just load the bits you need +// all of them listed here, just pick and choose what you want + +// classes +const SemVer = require('semver/classes/semver') +const Comparator = require('semver/classes/comparator') +const Range = require('semver/classes/range') + +// functions for working with versions +const semverParse = require('semver/functions/parse') +const semverValid = require('semver/functions/valid') +const semverClean = require('semver/functions/clean') +const semverInc = require('semver/functions/inc') +const semverDiff = require('semver/functions/diff') +const semverMajor = require('semver/functions/major') +const semverMinor = require('semver/functions/minor') +const semverPatch = require('semver/functions/patch') +const semverPrerelease = require('semver/functions/prerelease') +const semverCompare = require('semver/functions/compare') +const semverRcompare = require('semver/functions/rcompare') +const semverCompareLoose = require('semver/functions/compare-loose') +const semverCompareBuild = require('semver/functions/compare-build') +const semverSort = require('semver/functions/sort') +const semverRsort = require('semver/functions/rsort') + +// low-level comparators between versions +const semverGt = require('semver/functions/gt') +const semverLt = require('semver/functions/lt') +const semverEq = require('semver/functions/eq') +const semverNeq = require('semver/functions/neq') +const semverGte = require('semver/functions/gte') +const semverLte = require('semver/functions/lte') +const semverCmp = require('semver/functions/cmp') +const semverCoerce = require('semver/functions/coerce') + +// working with ranges +const semverSatisfies = require('semver/functions/satisfies') +const semverMaxSatisfying = require('semver/ranges/max-satisfying') +const semverMinSatisfying = require('semver/ranges/min-satisfying') +const semverToComparators = require('semver/ranges/to-comparators') +const semverMinVersion = require('semver/ranges/min-version') +const semverValidRange = require('semver/ranges/valid') +const semverOutside = require('semver/ranges/outside') +const semverGtr = require('semver/ranges/gtr') +const semverLtr = require('semver/ranges/ltr') +const semverIntersects = require('semver/ranges/intersects') +const simplifyRange = require('semver/ranges/simplify') +const rangeSubset = require('semver/ranges/subset') +``` + +As a command-line utility: + +``` +$ semver -h + +A JavaScript implementation of the https://semver.org/ specification +Copyright Isaac Z. Schlueter + +Usage: semver [options] <version> [<version> [...]] +Prints valid versions sorted by SemVer precedence + +Options: +-r --range <range> + Print versions that match the specified range. + +-i --increment [<level>] + Increment a version by the specified level. Level can + be one of: major, minor, patch, premajor, preminor, + prepatch, or prerelease. Default level is 'patch'. + Only one version may be specified. + +--preid <identifier> + Identifier to be used to prefix premajor, preminor, + prepatch or prerelease version increments. + +-l --loose + Interpret versions and ranges loosely + +-p --include-prerelease + Always include prerelease versions in range matching + +-c --coerce + Coerce a string into SemVer if possible + (does not imply --loose) + +--rtl + Coerce version strings right to left + +--ltr + Coerce version strings left to right (default) + +Program exits successfully if any valid version satisfies +all supplied ranges, and prints all satisfying versions. + +If no satisfying versions are found, then exits failure. + +Versions are printed in ascending order, so supplying +multiple versions to the utility will just sort them. +``` + +## Versions + +A "version" is described by the `v2.0.0` specification found at +<https://semver.org/>. + +A leading `"="` or `"v"` character is stripped off and ignored. + +## Ranges + +A `version range` is a set of `comparators` which specify versions +that satisfy the range. + +A `comparator` is composed of an `operator` and a `version`. The set +of primitive `operators` is: + +* `<` Less than +* `<=` Less than or equal to +* `>` Greater than +* `>=` Greater than or equal to +* `=` Equal. If no operator is specified, then equality is assumed, + so this operator is optional, but MAY be included. + +For example, the comparator `>=1.2.7` would match the versions +`1.2.7`, `1.2.8`, `2.5.3`, and `1.3.9`, but not the versions `1.2.6` +or `1.1.0`. + +Comparators can be joined by whitespace to form a `comparator set`, +which is satisfied by the **intersection** of all of the comparators +it includes. + +A range is composed of one or more comparator sets, joined by `||`. A +version matches a range if and only if every comparator in at least +one of the `||`-separated comparator sets is satisfied by the version. + +For example, the range `>=1.2.7 <1.3.0` would match the versions +`1.2.7`, `1.2.8`, and `1.2.99`, but not the versions `1.2.6`, `1.3.0`, +or `1.1.0`. + +The range `1.2.7 || >=1.2.9 <2.0.0` would match the versions `1.2.7`, +`1.2.9`, and `1.4.6`, but not the versions `1.2.8` or `2.0.0`. + +### Prerelease Tags + +If a version has a prerelease tag (for example, `1.2.3-alpha.3`) then +it will only be allowed to satisfy comparator sets if at least one +comparator with the same `[major, minor, patch]` tuple also has a +prerelease tag. + +For example, the range `>1.2.3-alpha.3` would be allowed to match the +version `1.2.3-alpha.7`, but it would *not* be satisfied by +`3.4.5-alpha.9`, even though `3.4.5-alpha.9` is technically "greater +than" `1.2.3-alpha.3` according to the SemVer sort rules. The version +range only accepts prerelease tags on the `1.2.3` version. The +version `3.4.5` *would* satisfy the range, because it does not have a +prerelease flag, and `3.4.5` is greater than `1.2.3-alpha.7`. + +The purpose for this behavior is twofold. First, prerelease versions +frequently are updated very quickly, and contain many breaking changes +that are (by the author's design) not yet fit for public consumption. +Therefore, by default, they are excluded from range matching +semantics. + +Second, a user who has opted into using a prerelease version has +clearly indicated the intent to use *that specific* set of +alpha/beta/rc versions. By including a prerelease tag in the range, +the user is indicating that they are aware of the risk. However, it +is still not appropriate to assume that they have opted into taking a +similar risk on the *next* set of prerelease versions. + +Note that this behavior can be suppressed (treating all prerelease +versions as if they were normal versions, for the purpose of range +matching) by setting the `includePrerelease` flag on the options +object to any +[functions](https://github.com/npm/node-semver#functions) that do +range matching. + +#### Prerelease Identifiers + +The method `.inc` takes an additional `identifier` string argument that +will append the value of the string as a prerelease identifier: + +```javascript +semver.inc('1.2.3', 'prerelease', 'beta') +// '1.2.4-beta.0' +``` + +command-line example: + +```bash +$ semver 1.2.3 -i prerelease --preid beta +1.2.4-beta.0 +``` + +Which then can be used to increment further: + +```bash +$ semver 1.2.4-beta.0 -i prerelease +1.2.4-beta.1 +``` + +### Advanced Range Syntax + +Advanced range syntax desugars to primitive comparators in +deterministic ways. + +Advanced ranges may be combined in the same way as primitive +comparators using white space or `||`. + +#### Hyphen Ranges `X.Y.Z - A.B.C` + +Specifies an inclusive set. + +* `1.2.3 - 2.3.4` := `>=1.2.3 <=2.3.4` + +If a partial version is provided as the first version in the inclusive +range, then the missing pieces are replaced with zeroes. + +* `1.2 - 2.3.4` := `>=1.2.0 <=2.3.4` + +If a partial version is provided as the second version in the +inclusive range, then all versions that start with the supplied parts +of the tuple are accepted, but nothing that would be greater than the +provided tuple parts. + +* `1.2.3 - 2.3` := `>=1.2.3 <2.4.0-0` +* `1.2.3 - 2` := `>=1.2.3 <3.0.0-0` + +#### X-Ranges `1.2.x` `1.X` `1.2.*` `*` + +Any of `X`, `x`, or `*` may be used to "stand in" for one of the +numeric values in the `[major, minor, patch]` tuple. + +* `*` := `>=0.0.0` (Any non-prerelease version satisfies, unless + `includePrerelease` is specified, in which case any version at all + satisfies) +* `1.x` := `>=1.0.0 <2.0.0-0` (Matching major version) +* `1.2.x` := `>=1.2.0 <1.3.0-0` (Matching major and minor versions) + +A partial version range is treated as an X-Range, so the special +character is in fact optional. + +* `""` (empty string) := `*` := `>=0.0.0` +* `1` := `1.x.x` := `>=1.0.0 <2.0.0-0` +* `1.2` := `1.2.x` := `>=1.2.0 <1.3.0-0` + +#### Tilde Ranges `~1.2.3` `~1.2` `~1` + +Allows patch-level changes if a minor version is specified on the +comparator. Allows minor-level changes if not. + +* `~1.2.3` := `>=1.2.3 <1.(2+1).0` := `>=1.2.3 <1.3.0-0` +* `~1.2` := `>=1.2.0 <1.(2+1).0` := `>=1.2.0 <1.3.0-0` (Same as `1.2.x`) +* `~1` := `>=1.0.0 <(1+1).0.0` := `>=1.0.0 <2.0.0-0` (Same as `1.x`) +* `~0.2.3` := `>=0.2.3 <0.(2+1).0` := `>=0.2.3 <0.3.0-0` +* `~0.2` := `>=0.2.0 <0.(2+1).0` := `>=0.2.0 <0.3.0-0` (Same as `0.2.x`) +* `~0` := `>=0.0.0 <(0+1).0.0` := `>=0.0.0 <1.0.0-0` (Same as `0.x`) +* `~1.2.3-beta.2` := `>=1.2.3-beta.2 <1.3.0-0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. + +#### Caret Ranges `^1.2.3` `^0.2.5` `^0.0.4` + +Allows changes that do not modify the left-most non-zero element in the +`[major, minor, patch]` tuple. In other words, this allows patch and +minor updates for versions `1.0.0` and above, patch updates for +versions `0.X >=0.1.0`, and *no* updates for versions `0.0.X`. + +Many authors treat a `0.x` version as if the `x` were the major +"breaking-change" indicator. + +Caret ranges are ideal when an author may make breaking changes +between `0.2.4` and `0.3.0` releases, which is a common practice. +However, it presumes that there will *not* be breaking changes between +`0.2.4` and `0.2.5`. It allows for changes that are presumed to be +additive (but non-breaking), according to commonly observed practices. + +* `^1.2.3` := `>=1.2.3 <2.0.0-0` +* `^0.2.3` := `>=0.2.3 <0.3.0-0` +* `^0.0.3` := `>=0.0.3 <0.0.4-0` +* `^1.2.3-beta.2` := `>=1.2.3-beta.2 <2.0.0-0` Note that prereleases in + the `1.2.3` version will be allowed, if they are greater than or + equal to `beta.2`. So, `1.2.3-beta.4` would be allowed, but + `1.2.4-beta.2` would not, because it is a prerelease of a + different `[major, minor, patch]` tuple. +* `^0.0.3-beta` := `>=0.0.3-beta <0.0.4-0` Note that prereleases in the + `0.0.3` version *only* will be allowed, if they are greater than or + equal to `beta`. So, `0.0.3-pr.2` would be allowed. + +When parsing caret ranges, a missing `patch` value desugars to the +number `0`, but will allow flexibility within that value, even if the +major and minor versions are both `0`. + +* `^1.2.x` := `>=1.2.0 <2.0.0-0` +* `^0.0.x` := `>=0.0.0 <0.1.0-0` +* `^0.0` := `>=0.0.0 <0.1.0-0` + +A missing `minor` and `patch` values will desugar to zero, but also +allow flexibility within those values, even if the major version is +zero. + +* `^1.x` := `>=1.0.0 <2.0.0-0` +* `^0.x` := `>=0.0.0 <1.0.0-0` + +### Range Grammar + +Putting all this together, here is a Backus-Naur grammar for ranges, +for the benefit of parser authors: + +```bnf +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | ['1'-'9'] ( ['0'-'9'] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ +``` + +## Functions + +All methods and classes take a final `options` object argument. All +options in this object are `false` by default. The options supported +are: + +- `loose` Be more forgiving about not-quite-valid semver strings. + (Any resulting output will always be 100% strict compliant, of + course.) For backwards compatibility reasons, if the `options` + argument is a boolean value instead of an object, it is interpreted + to be the `loose` param. +- `includePrerelease` Set to suppress the [default + behavior](https://github.com/npm/node-semver#prerelease-tags) of + excluding prerelease tagged versions from ranges unless they are + explicitly opted into. + +Strict-mode Comparators and Ranges will be strict about the SemVer +strings that they parse. + +* `valid(v)`: Return the parsed version, or null if it's not valid. +* `inc(v, release)`: Return the version incremented by the release + type (`major`, `premajor`, `minor`, `preminor`, `patch`, + `prepatch`, or `prerelease`), or null if it's not valid + * `premajor` in one call will bump the version up to the next major + version and down to a prerelease of that major version. + `preminor`, and `prepatch` work the same way. + * If called from a non-prerelease version, the `prerelease` will work the + same as `prepatch`. It increments the patch version, then makes a + prerelease. If the input version is already a prerelease it simply + increments it. +* `prerelease(v)`: Returns an array of prerelease components, or null + if none exist. Example: `prerelease('1.2.3-alpha.1') -> ['alpha', 1]` +* `major(v)`: Return the major version number. +* `minor(v)`: Return the minor version number. +* `patch(v)`: Return the patch version number. +* `intersects(r1, r2, loose)`: Return true if the two supplied ranges + or comparators intersect. +* `parse(v)`: Attempt to parse a string as a semantic version, returning either + a `SemVer` object or `null`. + +### Comparison + +* `gt(v1, v2)`: `v1 > v2` +* `gte(v1, v2)`: `v1 >= v2` +* `lt(v1, v2)`: `v1 < v2` +* `lte(v1, v2)`: `v1 <= v2` +* `eq(v1, v2)`: `v1 == v2` This is true if they're logically equivalent, + even if they're not the exact same string. You already know how to + compare strings. +* `neq(v1, v2)`: `v1 != v2` The opposite of `eq`. +* `cmp(v1, comparator, v2)`: Pass in a comparison string, and it'll call + the corresponding function above. `"==="` and `"!=="` do simple + string comparison, but are included for completeness. Throws if an + invalid comparison string is provided. +* `compare(v1, v2)`: Return `0` if `v1 == v2`, or `1` if `v1` is greater, or `-1` if + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `rcompare(v1, v2)`: The reverse of compare. Sorts an array of versions + in descending order when passed to `Array.sort()`. +* `compareBuild(v1, v2)`: The same as `compare` but considers `build` when two versions + are equal. Sorts in ascending order if passed to `Array.sort()`. + `v2` is greater. Sorts in ascending order if passed to `Array.sort()`. +* `diff(v1, v2)`: Returns difference between two versions by the release type + (`major`, `premajor`, `minor`, `preminor`, `patch`, `prepatch`, or `prerelease`), + or null if the versions are the same. + +### Comparators + +* `intersects(comparator)`: Return true if the comparators intersect + +### Ranges + +* `validRange(range)`: Return the valid range or null if it's not valid +* `satisfies(version, range)`: Return true if the version satisfies the + range. +* `maxSatisfying(versions, range)`: Return the highest version in the list + that satisfies the range, or `null` if none of them do. +* `minSatisfying(versions, range)`: Return the lowest version in the list + that satisfies the range, or `null` if none of them do. +* `minVersion(range)`: Return the lowest version that can possibly match + the given range. +* `gtr(version, range)`: Return `true` if version is greater than all the + versions possible in the range. +* `ltr(version, range)`: Return `true` if version is less than all the + versions possible in the range. +* `outside(version, range, hilo)`: Return true if the version is outside + the bounds of the range in either the high or low direction. The + `hilo` argument must be either the string `'>'` or `'<'`. (This is + the function called by `gtr` and `ltr`.) +* `intersects(range)`: Return true if any of the ranges comparators intersect +* `simplifyRange(versions, range)`: Return a "simplified" range that + matches the same items in `versions` list as the range specified. Note + that it does *not* guarantee that it would match the same versions in all + cases, only for the set of versions provided. This is useful when + generating ranges by joining together multiple versions with `||` + programmatically, to provide the user with something a bit more + ergonomic. If the provided range is shorter in string-length than the + generated range, then that is returned. +* `subset(subRange, superRange)`: Return `true` if the `subRange` range is + entirely contained by the `superRange` range. + +Note that, since ranges may be non-contiguous, a version might not be +greater than a range, less than a range, *or* satisfy a range! For +example, the range `1.2 <1.2.9 || >2.0.0` would have a hole from `1.2.9` +until `2.0.0`, so the version `1.2.10` would not be greater than the +range (because `2.0.1` satisfies, which is higher), nor less than the +range (since `1.2.8` satisfies, which is lower), and it also does not +satisfy the range. + +If you want to know if a version satisfies or does not satisfy a +range, use the `satisfies(version, range)` function. + +### Coercion + +* `coerce(version, options)`: Coerces a string to semver if possible + +This aims to provide a very forgiving translation of a non-semver string to +semver. It looks for the first digit in a string, and consumes all +remaining characters which satisfy at least a partial semver (e.g., `1`, +`1.2`, `1.2.3`) up to the max permitted length (256 characters). Longer +versions are simply truncated (`4.6.3.9.2-alpha2` becomes `4.6.3`). All +surrounding text is simply ignored (`v3.4 replaces v3.3.1` becomes +`3.4.0`). Only text which lacks digits will fail coercion (`version one` +is not valid). The maximum length for any semver component considered for +coercion is 16 characters; longer components will be ignored +(`10000000000000000.4.7.4` becomes `4.7.4`). The maximum value for any +semver component is `Number.MAX_SAFE_INTEGER || (2**53 - 1)`; higher value +components are invalid (`9999999999999999.4.7.4` is likely invalid). + +If the `options.rtl` flag is set, then `coerce` will return the right-most +coercible tuple that does not share an ending index with a longer coercible +tuple. For example, `1.2.3.4` will return `2.3.4` in rtl mode, not +`4.0.0`. `1.2.3/4` will return `4.0.0`, because the `4` is not a part of +any other overlapping SemVer tuple. + +### Clean + +* `clean(version)`: Clean a string to be a valid semver if possible + +This will return a cleaned and trimmed semver version. If the provided +version is not valid a null will be returned. This does not work for +ranges. + +ex. +* `s.clean(' = v 2.1.5foo')`: `null` +* `s.clean(' = v 2.1.5foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean(' = v 2.1.5-foo')`: `null` +* `s.clean(' = v 2.1.5-foo', { loose: true })`: `'2.1.5-foo'` +* `s.clean('=v2.1.5')`: `'2.1.5'` +* `s.clean(' =v2.1.5')`: `2.1.5` +* `s.clean(' 2.1.5 ')`: `'2.1.5'` +* `s.clean('~1.0.0')`: `null` + +## Exported Modules + +<!-- +TODO: Make sure that all of these items are documented (classes aren't, +eg), and then pull the module name into the documentation for that specific +thing. +--> + +You may pull in just the part of this semver utility that you need, if you +are sensitive to packing and tree-shaking concerns. The main +`require('semver')` export uses getter functions to lazily load the parts +of the API that are used. + +The following modules are available: + +* `require('semver')` +* `require('semver/classes')` +* `require('semver/classes/comparator')` +* `require('semver/classes/range')` +* `require('semver/classes/semver')` +* `require('semver/functions/clean')` +* `require('semver/functions/cmp')` +* `require('semver/functions/coerce')` +* `require('semver/functions/compare')` +* `require('semver/functions/compare-build')` +* `require('semver/functions/compare-loose')` +* `require('semver/functions/diff')` +* `require('semver/functions/eq')` +* `require('semver/functions/gt')` +* `require('semver/functions/gte')` +* `require('semver/functions/inc')` +* `require('semver/functions/lt')` +* `require('semver/functions/lte')` +* `require('semver/functions/major')` +* `require('semver/functions/minor')` +* `require('semver/functions/neq')` +* `require('semver/functions/parse')` +* `require('semver/functions/patch')` +* `require('semver/functions/prerelease')` +* `require('semver/functions/rcompare')` +* `require('semver/functions/rsort')` +* `require('semver/functions/satisfies')` +* `require('semver/functions/sort')` +* `require('semver/functions/valid')` +* `require('semver/ranges/gtr')` +* `require('semver/ranges/intersects')` +* `require('semver/ranges/ltr')` +* `require('semver/ranges/max-satisfying')` +* `require('semver/ranges/min-satisfying')` +* `require('semver/ranges/min-version')` +* `require('semver/ranges/outside')` +* `require('semver/ranges/to-comparators')` +* `require('semver/ranges/valid')` diff --git a/node_modules/node-notifier/node_modules/semver/bin/semver.js b/node_modules/node-notifier/node_modules/semver/bin/semver.js new file mode 100644 index 000000000..8d1b55720 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/bin/semver.js @@ -0,0 +1,183 @@ +#!/usr/bin/env node +// Standalone semver comparison program. +// Exits successfully and prints matching version(s) if +// any supplied version is valid and passes all tests. + +const argv = process.argv.slice(2) + +let versions = [] + +const range = [] + +let inc = null + +const version = require('../package.json').version + +let loose = false + +let includePrerelease = false + +let coerce = false + +let rtl = false + +let identifier + +const semver = require('../') + +let reverse = false + +let options = {} + +const main = () => { + if (!argv.length) { + return help() + } + while (argv.length) { + let a = argv.shift() + const indexOfEqualSign = a.indexOf('=') + if (indexOfEqualSign !== -1) { + const value = a.slice(indexOfEqualSign + 1) + a = a.slice(0, indexOfEqualSign) + argv.unshift(value) + } + switch (a) { + case '-rv': case '-rev': case '--rev': case '--reverse': + reverse = true + break + case '-l': case '--loose': + loose = true + break + case '-p': case '--include-prerelease': + includePrerelease = true + break + case '-v': case '--version': + versions.push(argv.shift()) + break + case '-i': case '--inc': case '--increment': + switch (argv[0]) { + case 'major': case 'minor': case 'patch': case 'prerelease': + case 'premajor': case 'preminor': case 'prepatch': + inc = argv.shift() + break + default: + inc = 'patch' + break + } + break + case '--preid': + identifier = argv.shift() + break + case '-r': case '--range': + range.push(argv.shift()) + break + case '-c': case '--coerce': + coerce = true + break + case '--rtl': + rtl = true + break + case '--ltr': + rtl = false + break + case '-h': case '--help': case '-?': + return help() + default: + versions.push(a) + break + } + } + + options = { loose: loose, includePrerelease: includePrerelease, rtl: rtl } + + versions = versions.map((v) => { + return coerce ? (semver.coerce(v, options) || { version: v }).version : v + }).filter((v) => { + return semver.valid(v) + }) + if (!versions.length) { + return fail() + } + if (inc && (versions.length !== 1 || range.length)) { + return failInc() + } + + for (let i = 0, l = range.length; i < l; i++) { + versions = versions.filter((v) => { + return semver.satisfies(v, range[i], options) + }) + if (!versions.length) { + return fail() + } + } + return success(versions) +} + +const failInc = () => { + console.error('--inc can only be used on a single version with no range') + fail() +} + +const fail = () => process.exit(1) + +const success = () => { + const compare = reverse ? 'rcompare' : 'compare' + versions.sort((a, b) => { + return semver[compare](a, b, options) + }).map((v) => { + return semver.clean(v, options) + }).map((v) => { + return inc ? semver.inc(v, inc, options, identifier) : v + }).forEach((v, i, _) => { + console.log(v) + }) +} + +const help = () => console.log( +`SemVer ${version} + +A JavaScript implementation of the https://semver.org/ specification +Copyright Isaac Z. Schlueter + +Usage: semver [options] <version> [<version> [...]] +Prints valid versions sorted by SemVer precedence + +Options: +-r --range <range> + Print versions that match the specified range. + +-i --increment [<level>] + Increment a version by the specified level. Level can + be one of: major, minor, patch, premajor, preminor, + prepatch, or prerelease. Default level is 'patch'. + Only one version may be specified. + +--preid <identifier> + Identifier to be used to prefix premajor, preminor, + prepatch or prerelease version increments. + +-l --loose + Interpret versions and ranges loosely + +-p --include-prerelease + Always include prerelease versions in range matching + +-c --coerce + Coerce a string into SemVer if possible + (does not imply --loose) + +--rtl + Coerce version strings right to left + +--ltr + Coerce version strings left to right (default) + +Program exits successfully if any valid version satisfies +all supplied ranges, and prints all satisfying versions. + +If no satisfying versions are found, then exits failure. + +Versions are printed in ascending order, so supplying +multiple versions to the utility will just sort them.`) + +main() diff --git a/node_modules/node-notifier/node_modules/semver/classes/comparator.js b/node_modules/node-notifier/node_modules/semver/classes/comparator.js new file mode 100644 index 000000000..62cd204d9 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/classes/comparator.js @@ -0,0 +1,136 @@ +const ANY = Symbol('SemVer ANY') +// hoisted class for cyclic dependency +class Comparator { + static get ANY () { + return ANY + } + + constructor (comp, options) { + options = parseOptions(options) + + if (comp instanceof Comparator) { + if (comp.loose === !!options.loose) { + return comp + } else { + comp = comp.value + } + } + + debug('comparator', comp, options) + this.options = options + this.loose = !!options.loose + this.parse(comp) + + if (this.semver === ANY) { + this.value = '' + } else { + this.value = this.operator + this.semver.version + } + + debug('comp', this) + } + + parse (comp) { + const r = this.options.loose ? re[t.COMPARATORLOOSE] : re[t.COMPARATOR] + const m = comp.match(r) + + if (!m) { + throw new TypeError(`Invalid comparator: ${comp}`) + } + + this.operator = m[1] !== undefined ? m[1] : '' + if (this.operator === '=') { + this.operator = '' + } + + // if it literally is just '>' or '' then allow anything. + if (!m[2]) { + this.semver = ANY + } else { + this.semver = new SemVer(m[2], this.options.loose) + } + } + + toString () { + return this.value + } + + test (version) { + debug('Comparator.test', version, this.options.loose) + + if (this.semver === ANY || version === ANY) { + return true + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + return cmp(version, this.operator, this.semver, this.options) + } + + intersects (comp, options) { + if (!(comp instanceof Comparator)) { + throw new TypeError('a Comparator is required') + } + + if (!options || typeof options !== 'object') { + options = { + loose: !!options, + includePrerelease: false, + } + } + + if (this.operator === '') { + if (this.value === '') { + return true + } + return new Range(comp.value, options).test(this.value) + } else if (comp.operator === '') { + if (comp.value === '') { + return true + } + return new Range(this.value, options).test(comp.semver) + } + + const sameDirectionIncreasing = + (this.operator === '>=' || this.operator === '>') && + (comp.operator === '>=' || comp.operator === '>') + const sameDirectionDecreasing = + (this.operator === '<=' || this.operator === '<') && + (comp.operator === '<=' || comp.operator === '<') + const sameSemVer = this.semver.version === comp.semver.version + const differentDirectionsInclusive = + (this.operator === '>=' || this.operator === '<=') && + (comp.operator === '>=' || comp.operator === '<=') + const oppositeDirectionsLessThan = + cmp(this.semver, '<', comp.semver, options) && + (this.operator === '>=' || this.operator === '>') && + (comp.operator === '<=' || comp.operator === '<') + const oppositeDirectionsGreaterThan = + cmp(this.semver, '>', comp.semver, options) && + (this.operator === '<=' || this.operator === '<') && + (comp.operator === '>=' || comp.operator === '>') + + return ( + sameDirectionIncreasing || + sameDirectionDecreasing || + (sameSemVer && differentDirectionsInclusive) || + oppositeDirectionsLessThan || + oppositeDirectionsGreaterThan + ) + } +} + +module.exports = Comparator + +const parseOptions = require('../internal/parse-options') +const { re, t } = require('../internal/re') +const cmp = require('../functions/cmp') +const debug = require('../internal/debug') +const SemVer = require('./semver') +const Range = require('./range') diff --git a/node_modules/node-notifier/node_modules/semver/classes/index.js b/node_modules/node-notifier/node_modules/semver/classes/index.js new file mode 100644 index 000000000..5e3f5c9b1 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/classes/index.js @@ -0,0 +1,5 @@ +module.exports = { + SemVer: require('./semver.js'), + Range: require('./range.js'), + Comparator: require('./comparator.js'), +} diff --git a/node_modules/node-notifier/node_modules/semver/classes/range.js b/node_modules/node-notifier/node_modules/semver/classes/range.js new file mode 100644 index 000000000..a791d9125 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/classes/range.js @@ -0,0 +1,522 @@ +// hoisted class for cyclic dependency +class Range { + constructor (range, options) { + options = parseOptions(options) + + if (range instanceof Range) { + if ( + range.loose === !!options.loose && + range.includePrerelease === !!options.includePrerelease + ) { + return range + } else { + return new Range(range.raw, options) + } + } + + if (range instanceof Comparator) { + // just put it in the set and return + this.raw = range.value + this.set = [[range]] + this.format() + return this + } + + this.options = options + this.loose = !!options.loose + this.includePrerelease = !!options.includePrerelease + + // First, split based on boolean or || + this.raw = range + this.set = range + .split('||') + // map the range to a 2d array of comparators + .map(r => this.parseRange(r.trim())) + // throw out any comparator lists that are empty + // this generally means that it was not a valid range, which is allowed + // in loose mode, but will still throw if the WHOLE range is invalid. + .filter(c => c.length) + + if (!this.set.length) { + throw new TypeError(`Invalid SemVer Range: ${range}`) + } + + // if we have any that are not the null set, throw out null sets. + if (this.set.length > 1) { + // keep the first one, in case they're all null sets + const first = this.set[0] + this.set = this.set.filter(c => !isNullSet(c[0])) + if (this.set.length === 0) { + this.set = [first] + } else if (this.set.length > 1) { + // if we have any that are *, then the range is just * + for (const c of this.set) { + if (c.length === 1 && isAny(c[0])) { + this.set = [c] + break + } + } + } + } + + this.format() + } + + format () { + this.range = this.set + .map((comps) => { + return comps.join(' ').trim() + }) + .join('||') + .trim() + return this.range + } + + toString () { + return this.range + } + + parseRange (range) { + range = range.trim() + + // memoize range parsing for performance. + // this is a very hot path, and fully deterministic. + const memoOpts = Object.keys(this.options).join(',') + const memoKey = `parseRange:${memoOpts}:${range}` + const cached = cache.get(memoKey) + if (cached) { + return cached + } + + const loose = this.options.loose + // `1.2.3 - 1.2.4` => `>=1.2.3 <=1.2.4` + const hr = loose ? re[t.HYPHENRANGELOOSE] : re[t.HYPHENRANGE] + range = range.replace(hr, hyphenReplace(this.options.includePrerelease)) + debug('hyphen replace', range) + // `> 1.2.3 < 1.2.5` => `>1.2.3 <1.2.5` + range = range.replace(re[t.COMPARATORTRIM], comparatorTrimReplace) + debug('comparator trim', range) + + // `~ 1.2.3` => `~1.2.3` + range = range.replace(re[t.TILDETRIM], tildeTrimReplace) + + // `^ 1.2.3` => `^1.2.3` + range = range.replace(re[t.CARETTRIM], caretTrimReplace) + + // normalize spaces + range = range.split(/\s+/).join(' ') + + // At this point, the range is completely trimmed and + // ready to be split into comparators. + + let rangeList = range + .split(' ') + .map(comp => parseComparator(comp, this.options)) + .join(' ') + .split(/\s+/) + // >=0.0.0 is equivalent to * + .map(comp => replaceGTE0(comp, this.options)) + + if (loose) { + // in loose mode, throw out any that are not valid comparators + rangeList = rangeList.filter(comp => { + debug('loose invalid filter', comp, this.options) + return !!comp.match(re[t.COMPARATORLOOSE]) + }) + } + debug('range list', rangeList) + + // if any comparators are the null set, then replace with JUST null set + // if more than one comparator, remove any * comparators + // also, don't include the same comparator more than once + const rangeMap = new Map() + const comparators = rangeList.map(comp => new Comparator(comp, this.options)) + for (const comp of comparators) { + if (isNullSet(comp)) { + return [comp] + } + rangeMap.set(comp.value, comp) + } + if (rangeMap.size > 1 && rangeMap.has('')) { + rangeMap.delete('') + } + + const result = [...rangeMap.values()] + cache.set(memoKey, result) + return result + } + + intersects (range, options) { + if (!(range instanceof Range)) { + throw new TypeError('a Range is required') + } + + return this.set.some((thisComparators) => { + return ( + isSatisfiable(thisComparators, options) && + range.set.some((rangeComparators) => { + return ( + isSatisfiable(rangeComparators, options) && + thisComparators.every((thisComparator) => { + return rangeComparators.every((rangeComparator) => { + return thisComparator.intersects(rangeComparator, options) + }) + }) + ) + }) + ) + }) + } + + // if ANY of the sets match ALL of its comparators, then pass + test (version) { + if (!version) { + return false + } + + if (typeof version === 'string') { + try { + version = new SemVer(version, this.options) + } catch (er) { + return false + } + } + + for (let i = 0; i < this.set.length; i++) { + if (testSet(this.set[i], version, this.options)) { + return true + } + } + return false + } +} +module.exports = Range + +const LRU = require('lru-cache') +const cache = new LRU({ max: 1000 }) + +const parseOptions = require('../internal/parse-options') +const Comparator = require('./comparator') +const debug = require('../internal/debug') +const SemVer = require('./semver') +const { + re, + t, + comparatorTrimReplace, + tildeTrimReplace, + caretTrimReplace, +} = require('../internal/re') + +const isNullSet = c => c.value === '<0.0.0-0' +const isAny = c => c.value === '' + +// take a set of comparators and determine whether there +// exists a version which can satisfy it +const isSatisfiable = (comparators, options) => { + let result = true + const remainingComparators = comparators.slice() + let testComparator = remainingComparators.pop() + + while (result && remainingComparators.length) { + result = remainingComparators.every((otherComparator) => { + return testComparator.intersects(otherComparator, options) + }) + + testComparator = remainingComparators.pop() + } + + return result +} + +// comprised of xranges, tildes, stars, and gtlt's at this point. +// already replaced the hyphen ranges +// turn into a set of JUST comparators. +const parseComparator = (comp, options) => { + debug('comp', comp, options) + comp = replaceCarets(comp, options) + debug('caret', comp) + comp = replaceTildes(comp, options) + debug('tildes', comp) + comp = replaceXRanges(comp, options) + debug('xrange', comp) + comp = replaceStars(comp, options) + debug('stars', comp) + return comp +} + +const isX = id => !id || id.toLowerCase() === 'x' || id === '*' + +// ~, ~> --> * (any, kinda silly) +// ~2, ~2.x, ~2.x.x, ~>2, ~>2.x ~>2.x.x --> >=2.0.0 <3.0.0-0 +// ~2.0, ~2.0.x, ~>2.0, ~>2.0.x --> >=2.0.0 <2.1.0-0 +// ~1.2, ~1.2.x, ~>1.2, ~>1.2.x --> >=1.2.0 <1.3.0-0 +// ~1.2.3, ~>1.2.3 --> >=1.2.3 <1.3.0-0 +// ~1.2.0, ~>1.2.0 --> >=1.2.0 <1.3.0-0 +// ~0.0.1 --> >=0.0.1 <0.1.0-0 +const replaceTildes = (comp, options) => + comp.trim().split(/\s+/).map((c) => { + return replaceTilde(c, options) + }).join(' ') + +const replaceTilde = (comp, options) => { + const r = options.loose ? re[t.TILDELOOSE] : re[t.TILDE] + return comp.replace(r, (_, M, m, p, pr) => { + debug('tilde', comp, _, M, m, p, pr) + let ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = `>=${M}.0.0 <${+M + 1}.0.0-0` + } else if (isX(p)) { + // ~1.2 == >=1.2.0 <1.3.0-0 + ret = `>=${M}.${m}.0 <${M}.${+m + 1}.0-0` + } else if (pr) { + debug('replaceTilde pr', pr) + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${+m + 1}.0-0` + } else { + // ~1.2.3 == >=1.2.3 <1.3.0-0 + ret = `>=${M}.${m}.${p + } <${M}.${+m + 1}.0-0` + } + + debug('tilde return', ret) + return ret + }) +} + +// ^ --> * (any, kinda silly) +// ^2, ^2.x, ^2.x.x --> >=2.0.0 <3.0.0-0 +// ^2.0, ^2.0.x --> >=2.0.0 <3.0.0-0 +// ^1.2, ^1.2.x --> >=1.2.0 <2.0.0-0 +// ^1.2.3 --> >=1.2.3 <2.0.0-0 +// ^1.2.0 --> >=1.2.0 <2.0.0-0 +// ^0.0.1 --> >=0.0.1 <0.0.2-0 +// ^0.1.0 --> >=0.1.0 <0.2.0-0 +const replaceCarets = (comp, options) => + comp.trim().split(/\s+/).map((c) => { + return replaceCaret(c, options) + }).join(' ') + +const replaceCaret = (comp, options) => { + debug('caret', comp, options) + const r = options.loose ? re[t.CARETLOOSE] : re[t.CARET] + const z = options.includePrerelease ? '-0' : '' + return comp.replace(r, (_, M, m, p, pr) => { + debug('caret', comp, _, M, m, p, pr) + let ret + + if (isX(M)) { + ret = '' + } else if (isX(m)) { + ret = `>=${M}.0.0${z} <${+M + 1}.0.0-0` + } else if (isX(p)) { + if (M === '0') { + ret = `>=${M}.${m}.0${z} <${M}.${+m + 1}.0-0` + } else { + ret = `>=${M}.${m}.0${z} <${+M + 1}.0.0-0` + } + } else if (pr) { + debug('replaceCaret pr', pr) + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${m}.${+p + 1}-0` + } else { + ret = `>=${M}.${m}.${p}-${pr + } <${M}.${+m + 1}.0-0` + } + } else { + ret = `>=${M}.${m}.${p}-${pr + } <${+M + 1}.0.0-0` + } + } else { + debug('no pr') + if (M === '0') { + if (m === '0') { + ret = `>=${M}.${m}.${p + }${z} <${M}.${m}.${+p + 1}-0` + } else { + ret = `>=${M}.${m}.${p + }${z} <${M}.${+m + 1}.0-0` + } + } else { + ret = `>=${M}.${m}.${p + } <${+M + 1}.0.0-0` + } + } + + debug('caret return', ret) + return ret + }) +} + +const replaceXRanges = (comp, options) => { + debug('replaceXRanges', comp, options) + return comp.split(/\s+/).map((c) => { + return replaceXRange(c, options) + }).join(' ') +} + +const replaceXRange = (comp, options) => { + comp = comp.trim() + const r = options.loose ? re[t.XRANGELOOSE] : re[t.XRANGE] + return comp.replace(r, (ret, gtlt, M, m, p, pr) => { + debug('xRange', comp, ret, gtlt, M, m, p, pr) + const xM = isX(M) + const xm = xM || isX(m) + const xp = xm || isX(p) + const anyX = xp + + if (gtlt === '=' && anyX) { + gtlt = '' + } + + // if we're including prereleases in the match, then we need + // to fix this to -0, the lowest possible prerelease value + pr = options.includePrerelease ? '-0' : '' + + if (xM) { + if (gtlt === '>' || gtlt === '<') { + // nothing is allowed + ret = '<0.0.0-0' + } else { + // nothing is forbidden + ret = '*' + } + } else if (gtlt && anyX) { + // we know patch is an x, because we have any x at all. + // replace X with 0 + if (xm) { + m = 0 + } + p = 0 + + if (gtlt === '>') { + // >1 => >=2.0.0 + // >1.2 => >=1.3.0 + gtlt = '>=' + if (xm) { + M = +M + 1 + m = 0 + p = 0 + } else { + m = +m + 1 + p = 0 + } + } else if (gtlt === '<=') { + // <=0.7.x is actually <0.8.0, since any 0.7.x should + // pass. Similarly, <=7.x is actually <8.0.0, etc. + gtlt = '<' + if (xm) { + M = +M + 1 + } else { + m = +m + 1 + } + } + + if (gtlt === '<') { + pr = '-0' + } + + ret = `${gtlt + M}.${m}.${p}${pr}` + } else if (xm) { + ret = `>=${M}.0.0${pr} <${+M + 1}.0.0-0` + } else if (xp) { + ret = `>=${M}.${m}.0${pr + } <${M}.${+m + 1}.0-0` + } + + debug('xRange return', ret) + + return ret + }) +} + +// Because * is AND-ed with everything else in the comparator, +// and '' means "any version", just remove the *s entirely. +const replaceStars = (comp, options) => { + debug('replaceStars', comp, options) + // Looseness is ignored here. star is always as loose as it gets! + return comp.trim().replace(re[t.STAR], '') +} + +const replaceGTE0 = (comp, options) => { + debug('replaceGTE0', comp, options) + return comp.trim() + .replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], '') +} + +// This function is passed to string.replace(re[t.HYPHENRANGE]) +// M, m, patch, prerelease, build +// 1.2 - 3.4.5 => >=1.2.0 <=3.4.5 +// 1.2.3 - 3.4 => >=1.2.0 <3.5.0-0 Any 3.4.x will do +// 1.2 - 3.4 => >=1.2.0 <3.5.0-0 +const hyphenReplace = incPr => ($0, + from, fM, fm, fp, fpr, fb, + to, tM, tm, tp, tpr, tb) => { + if (isX(fM)) { + from = '' + } else if (isX(fm)) { + from = `>=${fM}.0.0${incPr ? '-0' : ''}` + } else if (isX(fp)) { + from = `>=${fM}.${fm}.0${incPr ? '-0' : ''}` + } else if (fpr) { + from = `>=${from}` + } else { + from = `>=${from}${incPr ? '-0' : ''}` + } + + if (isX(tM)) { + to = '' + } else if (isX(tm)) { + to = `<${+tM + 1}.0.0-0` + } else if (isX(tp)) { + to = `<${tM}.${+tm + 1}.0-0` + } else if (tpr) { + to = `<=${tM}.${tm}.${tp}-${tpr}` + } else if (incPr) { + to = `<${tM}.${tm}.${+tp + 1}-0` + } else { + to = `<=${to}` + } + + return (`${from} ${to}`).trim() +} + +const testSet = (set, version, options) => { + for (let i = 0; i < set.length; i++) { + if (!set[i].test(version)) { + return false + } + } + + if (version.prerelease.length && !options.includePrerelease) { + // Find the set of versions that are allowed to have prereleases + // For example, ^1.2.3-pr.1 desugars to >=1.2.3-pr.1 <2.0.0 + // That should allow `1.2.3-pr.2` to pass. + // However, `1.2.4-alpha.notready` should NOT be allowed, + // even though it's within the range set by the comparators. + for (let i = 0; i < set.length; i++) { + debug(set[i].semver) + if (set[i].semver === Comparator.ANY) { + continue + } + + if (set[i].semver.prerelease.length > 0) { + const allowed = set[i].semver + if (allowed.major === version.major && + allowed.minor === version.minor && + allowed.patch === version.patch) { + return true + } + } + } + + // Version has a -pre, but it's not one of the ones we like. + return false + } + + return true +} diff --git a/node_modules/node-notifier/node_modules/semver/classes/semver.js b/node_modules/node-notifier/node_modules/semver/classes/semver.js new file mode 100644 index 000000000..af6295519 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/classes/semver.js @@ -0,0 +1,287 @@ +const debug = require('../internal/debug') +const { MAX_LENGTH, MAX_SAFE_INTEGER } = require('../internal/constants') +const { re, t } = require('../internal/re') + +const parseOptions = require('../internal/parse-options') +const { compareIdentifiers } = require('../internal/identifiers') +class SemVer { + constructor (version, options) { + options = parseOptions(options) + + if (version instanceof SemVer) { + if (version.loose === !!options.loose && + version.includePrerelease === !!options.includePrerelease) { + return version + } else { + version = version.version + } + } else if (typeof version !== 'string') { + throw new TypeError(`Invalid Version: ${version}`) + } + + if (version.length > MAX_LENGTH) { + throw new TypeError( + `version is longer than ${MAX_LENGTH} characters` + ) + } + + debug('SemVer', version, options) + this.options = options + this.loose = !!options.loose + // this isn't actually relevant for versions, but keep it so that we + // don't run into trouble passing this.options around. + this.includePrerelease = !!options.includePrerelease + + const m = version.trim().match(options.loose ? re[t.LOOSE] : re[t.FULL]) + + if (!m) { + throw new TypeError(`Invalid Version: ${version}`) + } + + this.raw = version + + // these are actually numbers + this.major = +m[1] + this.minor = +m[2] + this.patch = +m[3] + + if (this.major > MAX_SAFE_INTEGER || this.major < 0) { + throw new TypeError('Invalid major version') + } + + if (this.minor > MAX_SAFE_INTEGER || this.minor < 0) { + throw new TypeError('Invalid minor version') + } + + if (this.patch > MAX_SAFE_INTEGER || this.patch < 0) { + throw new TypeError('Invalid patch version') + } + + // numberify any prerelease numeric ids + if (!m[4]) { + this.prerelease = [] + } else { + this.prerelease = m[4].split('.').map((id) => { + if (/^[0-9]+$/.test(id)) { + const num = +id + if (num >= 0 && num < MAX_SAFE_INTEGER) { + return num + } + } + return id + }) + } + + this.build = m[5] ? m[5].split('.') : [] + this.format() + } + + format () { + this.version = `${this.major}.${this.minor}.${this.patch}` + if (this.prerelease.length) { + this.version += `-${this.prerelease.join('.')}` + } + return this.version + } + + toString () { + return this.version + } + + compare (other) { + debug('SemVer.compare', this.version, this.options, other) + if (!(other instanceof SemVer)) { + if (typeof other === 'string' && other === this.version) { + return 0 + } + other = new SemVer(other, this.options) + } + + if (other.version === this.version) { + return 0 + } + + return this.compareMain(other) || this.comparePre(other) + } + + compareMain (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + return ( + compareIdentifiers(this.major, other.major) || + compareIdentifiers(this.minor, other.minor) || + compareIdentifiers(this.patch, other.patch) + ) + } + + comparePre (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + // NOT having a prerelease is > having one + if (this.prerelease.length && !other.prerelease.length) { + return -1 + } else if (!this.prerelease.length && other.prerelease.length) { + return 1 + } else if (!this.prerelease.length && !other.prerelease.length) { + return 0 + } + + let i = 0 + do { + const a = this.prerelease[i] + const b = other.prerelease[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) + } + + compareBuild (other) { + if (!(other instanceof SemVer)) { + other = new SemVer(other, this.options) + } + + let i = 0 + do { + const a = this.build[i] + const b = other.build[i] + debug('prerelease compare', i, a, b) + if (a === undefined && b === undefined) { + return 0 + } else if (b === undefined) { + return 1 + } else if (a === undefined) { + return -1 + } else if (a === b) { + continue + } else { + return compareIdentifiers(a, b) + } + } while (++i) + } + + // preminor will bump the version up to the next minor release, and immediately + // down to pre-release. premajor and prepatch work the same way. + inc (release, identifier) { + switch (release) { + case 'premajor': + this.prerelease.length = 0 + this.patch = 0 + this.minor = 0 + this.major++ + this.inc('pre', identifier) + break + case 'preminor': + this.prerelease.length = 0 + this.patch = 0 + this.minor++ + this.inc('pre', identifier) + break + case 'prepatch': + // If this is already a prerelease, it will bump to the next version + // drop any prereleases that might already exist, since they are not + // relevant at this point. + this.prerelease.length = 0 + this.inc('patch', identifier) + this.inc('pre', identifier) + break + // If the input is a non-prerelease version, this acts the same as + // prepatch. + case 'prerelease': + if (this.prerelease.length === 0) { + this.inc('patch', identifier) + } + this.inc('pre', identifier) + break + + case 'major': + // If this is a pre-major version, bump up to the same major version. + // Otherwise increment major. + // 1.0.0-5 bumps to 1.0.0 + // 1.1.0 bumps to 2.0.0 + if ( + this.minor !== 0 || + this.patch !== 0 || + this.prerelease.length === 0 + ) { + this.major++ + } + this.minor = 0 + this.patch = 0 + this.prerelease = [] + break + case 'minor': + // If this is a pre-minor version, bump up to the same minor version. + // Otherwise increment minor. + // 1.2.0-5 bumps to 1.2.0 + // 1.2.1 bumps to 1.3.0 + if (this.patch !== 0 || this.prerelease.length === 0) { + this.minor++ + } + this.patch = 0 + this.prerelease = [] + break + case 'patch': + // If this is not a pre-release version, it will increment the patch. + // If it is a pre-release it will bump up to the same patch version. + // 1.2.0-5 patches to 1.2.0 + // 1.2.0 patches to 1.2.1 + if (this.prerelease.length === 0) { + this.patch++ + } + this.prerelease = [] + break + // This probably shouldn't be used publicly. + // 1.0.0 'pre' would become 1.0.0-0 which is the wrong direction. + case 'pre': + if (this.prerelease.length === 0) { + this.prerelease = [0] + } else { + let i = this.prerelease.length + while (--i >= 0) { + if (typeof this.prerelease[i] === 'number') { + this.prerelease[i]++ + i = -2 + } + } + if (i === -1) { + // didn't increment anything + this.prerelease.push(0) + } + } + if (identifier) { + // 1.2.0-beta.1 bumps to 1.2.0-beta.2, + // 1.2.0-beta.fooblz or 1.2.0-beta bumps to 1.2.0-beta.0 + if (compareIdentifiers(this.prerelease[0], identifier) === 0) { + if (isNaN(this.prerelease[1])) { + this.prerelease = [identifier, 0] + } + } else { + this.prerelease = [identifier, 0] + } + } + break + + default: + throw new Error(`invalid increment argument: ${release}`) + } + this.format() + this.raw = this.version + return this + } +} + +module.exports = SemVer diff --git a/node_modules/node-notifier/node_modules/semver/functions/clean.js b/node_modules/node-notifier/node_modules/semver/functions/clean.js new file mode 100644 index 000000000..811fe6b82 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/clean.js @@ -0,0 +1,6 @@ +const parse = require('./parse') +const clean = (version, options) => { + const s = parse(version.trim().replace(/^[=v]+/, ''), options) + return s ? s.version : null +} +module.exports = clean diff --git a/node_modules/node-notifier/node_modules/semver/functions/cmp.js b/node_modules/node-notifier/node_modules/semver/functions/cmp.js new file mode 100644 index 000000000..401190947 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/cmp.js @@ -0,0 +1,52 @@ +const eq = require('./eq') +const neq = require('./neq') +const gt = require('./gt') +const gte = require('./gte') +const lt = require('./lt') +const lte = require('./lte') + +const cmp = (a, op, b, loose) => { + switch (op) { + case '===': + if (typeof a === 'object') { + a = a.version + } + if (typeof b === 'object') { + b = b.version + } + return a === b + + case '!==': + if (typeof a === 'object') { + a = a.version + } + if (typeof b === 'object') { + b = b.version + } + return a !== b + + case '': + case '=': + case '==': + return eq(a, b, loose) + + case '!=': + return neq(a, b, loose) + + case '>': + return gt(a, b, loose) + + case '>=': + return gte(a, b, loose) + + case '<': + return lt(a, b, loose) + + case '<=': + return lte(a, b, loose) + + default: + throw new TypeError(`Invalid operator: ${op}`) + } +} +module.exports = cmp diff --git a/node_modules/node-notifier/node_modules/semver/functions/coerce.js b/node_modules/node-notifier/node_modules/semver/functions/coerce.js new file mode 100644 index 000000000..2e01452fd --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/coerce.js @@ -0,0 +1,52 @@ +const SemVer = require('../classes/semver') +const parse = require('./parse') +const { re, t } = require('../internal/re') + +const coerce = (version, options) => { + if (version instanceof SemVer) { + return version + } + + if (typeof version === 'number') { + version = String(version) + } + + if (typeof version !== 'string') { + return null + } + + options = options || {} + + let match = null + if (!options.rtl) { + match = version.match(re[t.COERCE]) + } else { + // Find the right-most coercible string that does not share + // a terminus with a more left-ward coercible string. + // Eg, '1.2.3.4' wants to coerce '2.3.4', not '3.4' or '4' + // + // Walk through the string checking with a /g regexp + // Manually set the index so as to pick up overlapping matches. + // Stop when we get a match that ends at the string end, since no + // coercible string can be more right-ward without the same terminus. + let next + while ((next = re[t.COERCERTL].exec(version)) && + (!match || match.index + match[0].length !== version.length) + ) { + if (!match || + next.index + next[0].length !== match.index + match[0].length) { + match = next + } + re[t.COERCERTL].lastIndex = next.index + next[1].length + next[2].length + } + // leave it in a clean state + re[t.COERCERTL].lastIndex = -1 + } + + if (match === null) { + return null + } + + return parse(`${match[2]}.${match[3] || '0'}.${match[4] || '0'}`, options) +} +module.exports = coerce diff --git a/node_modules/node-notifier/node_modules/semver/functions/compare-build.js b/node_modules/node-notifier/node_modules/semver/functions/compare-build.js new file mode 100644 index 000000000..9eb881bef --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/compare-build.js @@ -0,0 +1,7 @@ +const SemVer = require('../classes/semver') +const compareBuild = (a, b, loose) => { + const versionA = new SemVer(a, loose) + const versionB = new SemVer(b, loose) + return versionA.compare(versionB) || versionA.compareBuild(versionB) +} +module.exports = compareBuild diff --git a/node_modules/node-notifier/node_modules/semver/functions/compare-loose.js b/node_modules/node-notifier/node_modules/semver/functions/compare-loose.js new file mode 100644 index 000000000..4881fbe00 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/compare-loose.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const compareLoose = (a, b) => compare(a, b, true) +module.exports = compareLoose diff --git a/node_modules/node-notifier/node_modules/semver/functions/compare.js b/node_modules/node-notifier/node_modules/semver/functions/compare.js new file mode 100644 index 000000000..748b7afa5 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/compare.js @@ -0,0 +1,5 @@ +const SemVer = require('../classes/semver') +const compare = (a, b, loose) => + new SemVer(a, loose).compare(new SemVer(b, loose)) + +module.exports = compare diff --git a/node_modules/node-notifier/node_modules/semver/functions/diff.js b/node_modules/node-notifier/node_modules/semver/functions/diff.js new file mode 100644 index 000000000..87200ef3b --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/diff.js @@ -0,0 +1,23 @@ +const parse = require('./parse') +const eq = require('./eq') + +const diff = (version1, version2) => { + if (eq(version1, version2)) { + return null + } else { + const v1 = parse(version1) + const v2 = parse(version2) + const hasPre = v1.prerelease.length || v2.prerelease.length + const prefix = hasPre ? 'pre' : '' + const defaultResult = hasPre ? 'prerelease' : '' + for (const key in v1) { + if (key === 'major' || key === 'minor' || key === 'patch') { + if (v1[key] !== v2[key]) { + return prefix + key + } + } + } + return defaultResult // may be undefined + } +} +module.exports = diff diff --git a/node_modules/node-notifier/node_modules/semver/functions/eq.js b/node_modules/node-notifier/node_modules/semver/functions/eq.js new file mode 100644 index 000000000..271fed976 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/eq.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const eq = (a, b, loose) => compare(a, b, loose) === 0 +module.exports = eq diff --git a/node_modules/node-notifier/node_modules/semver/functions/gt.js b/node_modules/node-notifier/node_modules/semver/functions/gt.js new file mode 100644 index 000000000..d9b2156d8 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/gt.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const gt = (a, b, loose) => compare(a, b, loose) > 0 +module.exports = gt diff --git a/node_modules/node-notifier/node_modules/semver/functions/gte.js b/node_modules/node-notifier/node_modules/semver/functions/gte.js new file mode 100644 index 000000000..5aeaa6347 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/gte.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const gte = (a, b, loose) => compare(a, b, loose) >= 0 +module.exports = gte diff --git a/node_modules/node-notifier/node_modules/semver/functions/inc.js b/node_modules/node-notifier/node_modules/semver/functions/inc.js new file mode 100644 index 000000000..62d1da2c4 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/inc.js @@ -0,0 +1,18 @@ +const SemVer = require('../classes/semver') + +const inc = (version, release, options, identifier) => { + if (typeof (options) === 'string') { + identifier = options + options = undefined + } + + try { + return new SemVer( + version instanceof SemVer ? version.version : version, + options + ).inc(release, identifier).version + } catch (er) { + return null + } +} +module.exports = inc diff --git a/node_modules/node-notifier/node_modules/semver/functions/lt.js b/node_modules/node-notifier/node_modules/semver/functions/lt.js new file mode 100644 index 000000000..b440ab7d4 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/lt.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const lt = (a, b, loose) => compare(a, b, loose) < 0 +module.exports = lt diff --git a/node_modules/node-notifier/node_modules/semver/functions/lte.js b/node_modules/node-notifier/node_modules/semver/functions/lte.js new file mode 100644 index 000000000..6dcc95650 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/lte.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const lte = (a, b, loose) => compare(a, b, loose) <= 0 +module.exports = lte diff --git a/node_modules/node-notifier/node_modules/semver/functions/major.js b/node_modules/node-notifier/node_modules/semver/functions/major.js new file mode 100644 index 000000000..4283165e9 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/major.js @@ -0,0 +1,3 @@ +const SemVer = require('../classes/semver') +const major = (a, loose) => new SemVer(a, loose).major +module.exports = major diff --git a/node_modules/node-notifier/node_modules/semver/functions/minor.js b/node_modules/node-notifier/node_modules/semver/functions/minor.js new file mode 100644 index 000000000..57b3455f8 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/minor.js @@ -0,0 +1,3 @@ +const SemVer = require('../classes/semver') +const minor = (a, loose) => new SemVer(a, loose).minor +module.exports = minor diff --git a/node_modules/node-notifier/node_modules/semver/functions/neq.js b/node_modules/node-notifier/node_modules/semver/functions/neq.js new file mode 100644 index 000000000..f944c0157 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/neq.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const neq = (a, b, loose) => compare(a, b, loose) !== 0 +module.exports = neq diff --git a/node_modules/node-notifier/node_modules/semver/functions/parse.js b/node_modules/node-notifier/node_modules/semver/functions/parse.js new file mode 100644 index 000000000..a66663aa5 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/parse.js @@ -0,0 +1,33 @@ +const { MAX_LENGTH } = require('../internal/constants') +const { re, t } = require('../internal/re') +const SemVer = require('../classes/semver') + +const parseOptions = require('../internal/parse-options') +const parse = (version, options) => { + options = parseOptions(options) + + if (version instanceof SemVer) { + return version + } + + if (typeof version !== 'string') { + return null + } + + if (version.length > MAX_LENGTH) { + return null + } + + const r = options.loose ? re[t.LOOSE] : re[t.FULL] + if (!r.test(version)) { + return null + } + + try { + return new SemVer(version, options) + } catch (er) { + return null + } +} + +module.exports = parse diff --git a/node_modules/node-notifier/node_modules/semver/functions/patch.js b/node_modules/node-notifier/node_modules/semver/functions/patch.js new file mode 100644 index 000000000..63afca252 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/patch.js @@ -0,0 +1,3 @@ +const SemVer = require('../classes/semver') +const patch = (a, loose) => new SemVer(a, loose).patch +module.exports = patch diff --git a/node_modules/node-notifier/node_modules/semver/functions/prerelease.js b/node_modules/node-notifier/node_modules/semver/functions/prerelease.js new file mode 100644 index 000000000..06aa13248 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/prerelease.js @@ -0,0 +1,6 @@ +const parse = require('./parse') +const prerelease = (version, options) => { + const parsed = parse(version, options) + return (parsed && parsed.prerelease.length) ? parsed.prerelease : null +} +module.exports = prerelease diff --git a/node_modules/node-notifier/node_modules/semver/functions/rcompare.js b/node_modules/node-notifier/node_modules/semver/functions/rcompare.js new file mode 100644 index 000000000..0ac509e79 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/rcompare.js @@ -0,0 +1,3 @@ +const compare = require('./compare') +const rcompare = (a, b, loose) => compare(b, a, loose) +module.exports = rcompare diff --git a/node_modules/node-notifier/node_modules/semver/functions/rsort.js b/node_modules/node-notifier/node_modules/semver/functions/rsort.js new file mode 100644 index 000000000..82404c5cf --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/rsort.js @@ -0,0 +1,3 @@ +const compareBuild = require('./compare-build') +const rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose)) +module.exports = rsort diff --git a/node_modules/node-notifier/node_modules/semver/functions/satisfies.js b/node_modules/node-notifier/node_modules/semver/functions/satisfies.js new file mode 100644 index 000000000..50af1c199 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/satisfies.js @@ -0,0 +1,10 @@ +const Range = require('../classes/range') +const satisfies = (version, range, options) => { + try { + range = new Range(range, options) + } catch (er) { + return false + } + return range.test(version) +} +module.exports = satisfies diff --git a/node_modules/node-notifier/node_modules/semver/functions/sort.js b/node_modules/node-notifier/node_modules/semver/functions/sort.js new file mode 100644 index 000000000..4d10917ab --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/sort.js @@ -0,0 +1,3 @@ +const compareBuild = require('./compare-build') +const sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose)) +module.exports = sort diff --git a/node_modules/node-notifier/node_modules/semver/functions/valid.js b/node_modules/node-notifier/node_modules/semver/functions/valid.js new file mode 100644 index 000000000..f27bae107 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/functions/valid.js @@ -0,0 +1,6 @@ +const parse = require('./parse') +const valid = (version, options) => { + const v = parse(version, options) + return v ? v.version : null +} +module.exports = valid diff --git a/node_modules/node-notifier/node_modules/semver/index.js b/node_modules/node-notifier/node_modules/semver/index.js new file mode 100644 index 000000000..4a342c6af --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/index.js @@ -0,0 +1,88 @@ +// just pre-load all the stuff that index.js lazily exports +const internalRe = require('./internal/re') +const constants = require('./internal/constants') +const SemVer = require('./classes/semver') +const identifiers = require('./internal/identifiers') +const parse = require('./functions/parse') +const valid = require('./functions/valid') +const clean = require('./functions/clean') +const inc = require('./functions/inc') +const diff = require('./functions/diff') +const major = require('./functions/major') +const minor = require('./functions/minor') +const patch = require('./functions/patch') +const prerelease = require('./functions/prerelease') +const compare = require('./functions/compare') +const rcompare = require('./functions/rcompare') +const compareLoose = require('./functions/compare-loose') +const compareBuild = require('./functions/compare-build') +const sort = require('./functions/sort') +const rsort = require('./functions/rsort') +const gt = require('./functions/gt') +const lt = require('./functions/lt') +const eq = require('./functions/eq') +const neq = require('./functions/neq') +const gte = require('./functions/gte') +const lte = require('./functions/lte') +const cmp = require('./functions/cmp') +const coerce = require('./functions/coerce') +const Comparator = require('./classes/comparator') +const Range = require('./classes/range') +const satisfies = require('./functions/satisfies') +const toComparators = require('./ranges/to-comparators') +const maxSatisfying = require('./ranges/max-satisfying') +const minSatisfying = require('./ranges/min-satisfying') +const minVersion = require('./ranges/min-version') +const validRange = require('./ranges/valid') +const outside = require('./ranges/outside') +const gtr = require('./ranges/gtr') +const ltr = require('./ranges/ltr') +const intersects = require('./ranges/intersects') +const simplifyRange = require('./ranges/simplify') +const subset = require('./ranges/subset') +module.exports = { + parse, + valid, + clean, + inc, + diff, + major, + minor, + patch, + prerelease, + compare, + rcompare, + compareLoose, + compareBuild, + sort, + rsort, + gt, + lt, + eq, + neq, + gte, + lte, + cmp, + coerce, + Comparator, + Range, + satisfies, + toComparators, + maxSatisfying, + minSatisfying, + minVersion, + validRange, + outside, + gtr, + ltr, + intersects, + simplifyRange, + subset, + SemVer, + re: internalRe.re, + src: internalRe.src, + tokens: internalRe.t, + SEMVER_SPEC_VERSION: constants.SEMVER_SPEC_VERSION, + compareIdentifiers: identifiers.compareIdentifiers, + rcompareIdentifiers: identifiers.rcompareIdentifiers, +} diff --git a/node_modules/node-notifier/node_modules/semver/internal/constants.js b/node_modules/node-notifier/node_modules/semver/internal/constants.js new file mode 100644 index 000000000..4f0de59b5 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/internal/constants.js @@ -0,0 +1,17 @@ +// Note: this is the semver.org version of the spec that it implements +// Not necessarily the package version of this code. +const SEMVER_SPEC_VERSION = '2.0.0' + +const MAX_LENGTH = 256 +const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || +/* istanbul ignore next */ 9007199254740991 + +// Max safe segment length for coercion. +const MAX_SAFE_COMPONENT_LENGTH = 16 + +module.exports = { + SEMVER_SPEC_VERSION, + MAX_LENGTH, + MAX_SAFE_INTEGER, + MAX_SAFE_COMPONENT_LENGTH, +} diff --git a/node_modules/node-notifier/node_modules/semver/internal/debug.js b/node_modules/node-notifier/node_modules/semver/internal/debug.js new file mode 100644 index 000000000..1c00e1369 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/internal/debug.js @@ -0,0 +1,9 @@ +const debug = ( + typeof process === 'object' && + process.env && + process.env.NODE_DEBUG && + /\bsemver\b/i.test(process.env.NODE_DEBUG) +) ? (...args) => console.error('SEMVER', ...args) + : () => {} + +module.exports = debug diff --git a/node_modules/node-notifier/node_modules/semver/internal/identifiers.js b/node_modules/node-notifier/node_modules/semver/internal/identifiers.js new file mode 100644 index 000000000..e612d0a3d --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/internal/identifiers.js @@ -0,0 +1,23 @@ +const numeric = /^[0-9]+$/ +const compareIdentifiers = (a, b) => { + const anum = numeric.test(a) + const bnum = numeric.test(b) + + if (anum && bnum) { + a = +a + b = +b + } + + return a === b ? 0 + : (anum && !bnum) ? -1 + : (bnum && !anum) ? 1 + : a < b ? -1 + : 1 +} + +const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a) + +module.exports = { + compareIdentifiers, + rcompareIdentifiers, +} diff --git a/node_modules/node-notifier/node_modules/semver/internal/parse-options.js b/node_modules/node-notifier/node_modules/semver/internal/parse-options.js new file mode 100644 index 000000000..bbd9ec77a --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/internal/parse-options.js @@ -0,0 +1,11 @@ +// parse out just the options we care about so we always get a consistent +// obj with keys in a consistent order. +const opts = ['includePrerelease', 'loose', 'rtl'] +const parseOptions = options => + !options ? {} + : typeof options !== 'object' ? { loose: true } + : opts.filter(k => options[k]).reduce((o, k) => { + o[k] = true + return o + }, {}) +module.exports = parseOptions diff --git a/node_modules/node-notifier/node_modules/semver/internal/re.js b/node_modules/node-notifier/node_modules/semver/internal/re.js new file mode 100644 index 000000000..ed88398a9 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/internal/re.js @@ -0,0 +1,182 @@ +const { MAX_SAFE_COMPONENT_LENGTH } = require('./constants') +const debug = require('./debug') +exports = module.exports = {} + +// The actual regexps go on exports.re +const re = exports.re = [] +const src = exports.src = [] +const t = exports.t = {} +let R = 0 + +const createToken = (name, value, isGlobal) => { + const index = R++ + debug(name, index, value) + t[name] = index + src[index] = value + re[index] = new RegExp(value, isGlobal ? 'g' : undefined) +} + +// The following Regular Expressions can be used for tokenizing, +// validating, and parsing SemVer version strings. + +// ## Numeric Identifier +// A single `0`, or a non-zero digit followed by zero or more digits. + +createToken('NUMERICIDENTIFIER', '0|[1-9]\\d*') +createToken('NUMERICIDENTIFIERLOOSE', '[0-9]+') + +// ## Non-numeric Identifier +// Zero or more digits, followed by a letter or hyphen, and then zero or +// more letters, digits, or hyphens. + +createToken('NONNUMERICIDENTIFIER', '\\d*[a-zA-Z-][a-zA-Z0-9-]*') + +// ## Main Version +// Three dot-separated numeric identifiers. + +createToken('MAINVERSION', `(${src[t.NUMERICIDENTIFIER]})\\.` + + `(${src[t.NUMERICIDENTIFIER]})\\.` + + `(${src[t.NUMERICIDENTIFIER]})`) + +createToken('MAINVERSIONLOOSE', `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + + `(${src[t.NUMERICIDENTIFIERLOOSE]})\\.` + + `(${src[t.NUMERICIDENTIFIERLOOSE]})`) + +// ## Pre-release Version Identifier +// A numeric identifier, or a non-numeric identifier. + +createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NUMERICIDENTIFIER] +}|${src[t.NONNUMERICIDENTIFIER]})`) + +createToken('PRERELEASEIDENTIFIERLOOSE', `(?:${src[t.NUMERICIDENTIFIERLOOSE] +}|${src[t.NONNUMERICIDENTIFIER]})`) + +// ## Pre-release Version +// Hyphen, followed by one or more dot-separated pre-release version +// identifiers. + +createToken('PRERELEASE', `(?:-(${src[t.PRERELEASEIDENTIFIER] +}(?:\\.${src[t.PRERELEASEIDENTIFIER]})*))`) + +createToken('PRERELEASELOOSE', `(?:-?(${src[t.PRERELEASEIDENTIFIERLOOSE] +}(?:\\.${src[t.PRERELEASEIDENTIFIERLOOSE]})*))`) + +// ## Build Metadata Identifier +// Any combination of digits, letters, or hyphens. + +createToken('BUILDIDENTIFIER', '[0-9A-Za-z-]+') + +// ## Build Metadata +// Plus sign, followed by one or more period-separated build metadata +// identifiers. + +createToken('BUILD', `(?:\\+(${src[t.BUILDIDENTIFIER] +}(?:\\.${src[t.BUILDIDENTIFIER]})*))`) + +// ## Full Version String +// A main version, followed optionally by a pre-release version and +// build metadata. + +// Note that the only major, minor, patch, and pre-release sections of +// the version string are capturing groups. The build metadata is not a +// capturing group, because it should not ever be used in version +// comparison. + +createToken('FULLPLAIN', `v?${src[t.MAINVERSION] +}${src[t.PRERELEASE]}?${ + src[t.BUILD]}?`) + +createToken('FULL', `^${src[t.FULLPLAIN]}$`) + +// like full, but allows v1.2.3 and =1.2.3, which people do sometimes. +// also, 1.0.0alpha1 (prerelease without the hyphen) which is pretty +// common in the npm registry. +createToken('LOOSEPLAIN', `[v=\\s]*${src[t.MAINVERSIONLOOSE] +}${src[t.PRERELEASELOOSE]}?${ + src[t.BUILD]}?`) + +createToken('LOOSE', `^${src[t.LOOSEPLAIN]}$`) + +createToken('GTLT', '((?:<|>)?=?)') + +// Something like "2.*" or "1.2.x". +// Note that "x.x" is a valid xRange identifer, meaning "any version" +// Only the first item is strictly required. +createToken('XRANGEIDENTIFIERLOOSE', `${src[t.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`) +createToken('XRANGEIDENTIFIER', `${src[t.NUMERICIDENTIFIER]}|x|X|\\*`) + +createToken('XRANGEPLAIN', `[v=\\s]*(${src[t.XRANGEIDENTIFIER]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIER]})` + + `(?:${src[t.PRERELEASE]})?${ + src[t.BUILD]}?` + + `)?)?`) + +createToken('XRANGEPLAINLOOSE', `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})` + + `(?:${src[t.PRERELEASELOOSE]})?${ + src[t.BUILD]}?` + + `)?)?`) + +createToken('XRANGE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`) +createToken('XRANGELOOSE', `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`) + +// Coercion. +// Extract anything that could conceivably be a part of a valid semver +createToken('COERCE', `${'(^|[^\\d])' + + '(\\d{1,'}${MAX_SAFE_COMPONENT_LENGTH}})` + + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + + `(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?` + + `(?:$|[^\\d])`) +createToken('COERCERTL', src[t.COERCE], true) + +// Tilde ranges. +// Meaning is "reasonably at or greater than" +createToken('LONETILDE', '(?:~>?)') + +createToken('TILDETRIM', `(\\s*)${src[t.LONETILDE]}\\s+`, true) +exports.tildeTrimReplace = '$1~' + +createToken('TILDE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`) +createToken('TILDELOOSE', `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`) + +// Caret ranges. +// Meaning is "at least and backwards compatible with" +createToken('LONECARET', '(?:\\^)') + +createToken('CARETTRIM', `(\\s*)${src[t.LONECARET]}\\s+`, true) +exports.caretTrimReplace = '$1^' + +createToken('CARET', `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`) +createToken('CARETLOOSE', `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`) + +// A simple gt/lt/eq thing, or just "" to indicate "any version" +createToken('COMPARATORLOOSE', `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`) +createToken('COMPARATOR', `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`) + +// An expression to strip any whitespace between the gtlt and the thing +// it modifies, so that `> 1.2.3` ==> `>1.2.3` +createToken('COMPARATORTRIM', `(\\s*)${src[t.GTLT] +}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true) +exports.comparatorTrimReplace = '$1$2$3' + +// Something like `1.2.3 - 1.2.4` +// Note that these all use the loose form, because they'll be +// checked against either the strict or loose comparator form +// later. +createToken('HYPHENRANGE', `^\\s*(${src[t.XRANGEPLAIN]})` + + `\\s+-\\s+` + + `(${src[t.XRANGEPLAIN]})` + + `\\s*$`) + +createToken('HYPHENRANGELOOSE', `^\\s*(${src[t.XRANGEPLAINLOOSE]})` + + `\\s+-\\s+` + + `(${src[t.XRANGEPLAINLOOSE]})` + + `\\s*$`) + +// Star ranges basically just allow anything at all. +createToken('STAR', '(<|>)?=?\\s*\\*') +// >=0.0.0 is like a star +createToken('GTE0', '^\\s*>=\\s*0\\.0\\.0\\s*$') +createToken('GTE0PRE', '^\\s*>=\\s*0\\.0\\.0-0\\s*$') diff --git a/node_modules/node-notifier/node_modules/semver/package.json b/node_modules/node-notifier/node_modules/semver/package.json new file mode 100644 index 000000000..72d3f66e8 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/package.json @@ -0,0 +1,86 @@ +{ + "name": "semver", + "version": "7.3.8", + "description": "The semantic version parser used by npm.", + "main": "index.js", + "scripts": { + "test": "tap", + "snap": "tap", + "lint": "eslint \"**/*.js\"", + "postlint": "template-oss-check", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "template-oss-apply": "template-oss-apply --force" + }, + "devDependencies": { + "@npmcli/eslint-config": "^3.0.1", + "@npmcli/template-oss": "4.4.4", + "tap": "^16.0.0" + }, + "license": "ISC", + "repository": { + "type": "git", + "url": "https://github.com/npm/node-semver.git" + }, + "bin": { + "semver": "bin/semver.js" + }, + "files": [ + "bin/", + "lib/", + "classes/", + "functions/", + "internal/", + "ranges/", + "index.js", + "preload.js", + "range.bnf" + ], + "tap": { + "check-coverage": true, + "coverage-map": "map.js", + "nyc-arg": [ + "--exclude", + "tap-snapshots/**" + ] + }, + "engines": { + "node": ">=10" + }, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "author": "GitHub Inc.", + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "version": "4.4.4", + "engines": ">=10", + "content": "./scripts", + "ciVersions": [ + "10.0.0", + "10.x", + "12.x", + "14.x", + "16.x", + "18.x" + ], + "distPaths": [ + "classes/", + "functions/", + "internal/", + "ranges/", + "index.js", + "preload.js", + "range.bnf" + ], + "allowPaths": [ + "/classes/", + "/functions/", + "/internal/", + "/ranges/", + "/index.js", + "/preload.js", + "/range.bnf" + ] + } +} diff --git a/node_modules/node-notifier/node_modules/semver/preload.js b/node_modules/node-notifier/node_modules/semver/preload.js new file mode 100644 index 000000000..947cd4f79 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/preload.js @@ -0,0 +1,2 @@ +// XXX remove in v8 or beyond +module.exports = require('./index.js') diff --git a/node_modules/node-notifier/node_modules/semver/range.bnf b/node_modules/node-notifier/node_modules/semver/range.bnf new file mode 100644 index 000000000..d4c6ae0d7 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/range.bnf @@ -0,0 +1,16 @@ +range-set ::= range ( logical-or range ) * +logical-or ::= ( ' ' ) * '||' ( ' ' ) * +range ::= hyphen | simple ( ' ' simple ) * | '' +hyphen ::= partial ' - ' partial +simple ::= primitive | partial | tilde | caret +primitive ::= ( '<' | '>' | '>=' | '<=' | '=' ) partial +partial ::= xr ( '.' xr ( '.' xr qualifier ? )? )? +xr ::= 'x' | 'X' | '*' | nr +nr ::= '0' | [1-9] ( [0-9] ) * +tilde ::= '~' partial +caret ::= '^' partial +qualifier ::= ( '-' pre )? ( '+' build )? +pre ::= parts +build ::= parts +parts ::= part ( '.' part ) * +part ::= nr | [-0-9A-Za-z]+ diff --git a/node_modules/node-notifier/node_modules/semver/ranges/gtr.js b/node_modules/node-notifier/node_modules/semver/ranges/gtr.js new file mode 100644 index 000000000..db7e35599 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/gtr.js @@ -0,0 +1,4 @@ +// Determine if version is greater than all the versions possible in the range. +const outside = require('./outside') +const gtr = (version, range, options) => outside(version, range, '>', options) +module.exports = gtr diff --git a/node_modules/node-notifier/node_modules/semver/ranges/intersects.js b/node_modules/node-notifier/node_modules/semver/ranges/intersects.js new file mode 100644 index 000000000..3d1a6f31d --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/intersects.js @@ -0,0 +1,7 @@ +const Range = require('../classes/range') +const intersects = (r1, r2, options) => { + r1 = new Range(r1, options) + r2 = new Range(r2, options) + return r1.intersects(r2) +} +module.exports = intersects diff --git a/node_modules/node-notifier/node_modules/semver/ranges/ltr.js b/node_modules/node-notifier/node_modules/semver/ranges/ltr.js new file mode 100644 index 000000000..528a885eb --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/ltr.js @@ -0,0 +1,4 @@ +const outside = require('./outside') +// Determine if version is less than all the versions possible in the range +const ltr = (version, range, options) => outside(version, range, '<', options) +module.exports = ltr diff --git a/node_modules/node-notifier/node_modules/semver/ranges/max-satisfying.js b/node_modules/node-notifier/node_modules/semver/ranges/max-satisfying.js new file mode 100644 index 000000000..6e3d993c6 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/max-satisfying.js @@ -0,0 +1,25 @@ +const SemVer = require('../classes/semver') +const Range = require('../classes/range') + +const maxSatisfying = (versions, range, options) => { + let max = null + let maxSV = null + let rangeObj = null + try { + rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach((v) => { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!max || maxSV.compare(v) === -1) { + // compare(max, v, true) + max = v + maxSV = new SemVer(max, options) + } + } + }) + return max +} +module.exports = maxSatisfying diff --git a/node_modules/node-notifier/node_modules/semver/ranges/min-satisfying.js b/node_modules/node-notifier/node_modules/semver/ranges/min-satisfying.js new file mode 100644 index 000000000..9b60974e2 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/min-satisfying.js @@ -0,0 +1,24 @@ +const SemVer = require('../classes/semver') +const Range = require('../classes/range') +const minSatisfying = (versions, range, options) => { + let min = null + let minSV = null + let rangeObj = null + try { + rangeObj = new Range(range, options) + } catch (er) { + return null + } + versions.forEach((v) => { + if (rangeObj.test(v)) { + // satisfies(v, range, options) + if (!min || minSV.compare(v) === 1) { + // compare(min, v, true) + min = v + minSV = new SemVer(min, options) + } + } + }) + return min +} +module.exports = minSatisfying diff --git a/node_modules/node-notifier/node_modules/semver/ranges/min-version.js b/node_modules/node-notifier/node_modules/semver/ranges/min-version.js new file mode 100644 index 000000000..350e1f783 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/min-version.js @@ -0,0 +1,61 @@ +const SemVer = require('../classes/semver') +const Range = require('../classes/range') +const gt = require('../functions/gt') + +const minVersion = (range, loose) => { + range = new Range(range, loose) + + let minver = new SemVer('0.0.0') + if (range.test(minver)) { + return minver + } + + minver = new SemVer('0.0.0-0') + if (range.test(minver)) { + return minver + } + + minver = null + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i] + + let setMin = null + comparators.forEach((comparator) => { + // Clone to avoid manipulating the comparator's semver object. + const compver = new SemVer(comparator.semver.version) + switch (comparator.operator) { + case '>': + if (compver.prerelease.length === 0) { + compver.patch++ + } else { + compver.prerelease.push(0) + } + compver.raw = compver.format() + /* fallthrough */ + case '': + case '>=': + if (!setMin || gt(compver, setMin)) { + setMin = compver + } + break + case '<': + case '<=': + /* Ignore maximum versions */ + break + /* istanbul ignore next */ + default: + throw new Error(`Unexpected operation: ${comparator.operator}`) + } + }) + if (setMin && (!minver || gt(minver, setMin))) { + minver = setMin + } + } + + if (minver && range.test(minver)) { + return minver + } + + return null +} +module.exports = minVersion diff --git a/node_modules/node-notifier/node_modules/semver/ranges/outside.js b/node_modules/node-notifier/node_modules/semver/ranges/outside.js new file mode 100644 index 000000000..ae99b10a5 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/outside.js @@ -0,0 +1,80 @@ +const SemVer = require('../classes/semver') +const Comparator = require('../classes/comparator') +const { ANY } = Comparator +const Range = require('../classes/range') +const satisfies = require('../functions/satisfies') +const gt = require('../functions/gt') +const lt = require('../functions/lt') +const lte = require('../functions/lte') +const gte = require('../functions/gte') + +const outside = (version, range, hilo, options) => { + version = new SemVer(version, options) + range = new Range(range, options) + + let gtfn, ltefn, ltfn, comp, ecomp + switch (hilo) { + case '>': + gtfn = gt + ltefn = lte + ltfn = lt + comp = '>' + ecomp = '>=' + break + case '<': + gtfn = lt + ltefn = gte + ltfn = gt + comp = '<' + ecomp = '<=' + break + default: + throw new TypeError('Must provide a hilo val of "<" or ">"') + } + + // If it satisfies the range it is not outside + if (satisfies(version, range, options)) { + return false + } + + // From now on, variable terms are as if we're in "gtr" mode. + // but note that everything is flipped for the "ltr" function. + + for (let i = 0; i < range.set.length; ++i) { + const comparators = range.set[i] + + let high = null + let low = null + + comparators.forEach((comparator) => { + if (comparator.semver === ANY) { + comparator = new Comparator('>=0.0.0') + } + high = high || comparator + low = low || comparator + if (gtfn(comparator.semver, high.semver, options)) { + high = comparator + } else if (ltfn(comparator.semver, low.semver, options)) { + low = comparator + } + }) + + // If the edge version comparator has a operator then our version + // isn't outside it + if (high.operator === comp || high.operator === ecomp) { + return false + } + + // If the lowest version comparator has an operator and our version + // is less than it then it isn't higher than the range + if ((!low.operator || low.operator === comp) && + ltefn(version, low.semver)) { + return false + } else if (low.operator === ecomp && ltfn(version, low.semver)) { + return false + } + } + return true +} + +module.exports = outside diff --git a/node_modules/node-notifier/node_modules/semver/ranges/simplify.js b/node_modules/node-notifier/node_modules/semver/ranges/simplify.js new file mode 100644 index 000000000..618d5b627 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/simplify.js @@ -0,0 +1,47 @@ +// given a set of versions and a range, create a "simplified" range +// that includes the same versions that the original range does +// If the original range is shorter than the simplified one, return that. +const satisfies = require('../functions/satisfies.js') +const compare = require('../functions/compare.js') +module.exports = (versions, range, options) => { + const set = [] + let first = null + let prev = null + const v = versions.sort((a, b) => compare(a, b, options)) + for (const version of v) { + const included = satisfies(version, range, options) + if (included) { + prev = version + if (!first) { + first = version + } + } else { + if (prev) { + set.push([first, prev]) + } + prev = null + first = null + } + } + if (first) { + set.push([first, null]) + } + + const ranges = [] + for (const [min, max] of set) { + if (min === max) { + ranges.push(min) + } else if (!max && min === v[0]) { + ranges.push('*') + } else if (!max) { + ranges.push(`>=${min}`) + } else if (min === v[0]) { + ranges.push(`<=${max}`) + } else { + ranges.push(`${min} - ${max}`) + } + } + const simplified = ranges.join(' || ') + const original = typeof range.raw === 'string' ? range.raw : String(range) + return simplified.length < original.length ? simplified : range +} diff --git a/node_modules/node-notifier/node_modules/semver/ranges/subset.js b/node_modules/node-notifier/node_modules/semver/ranges/subset.js new file mode 100644 index 000000000..e0dea43c2 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/subset.js @@ -0,0 +1,244 @@ +const Range = require('../classes/range.js') +const Comparator = require('../classes/comparator.js') +const { ANY } = Comparator +const satisfies = require('../functions/satisfies.js') +const compare = require('../functions/compare.js') + +// Complex range `r1 || r2 || ...` is a subset of `R1 || R2 || ...` iff: +// - Every simple range `r1, r2, ...` is a null set, OR +// - Every simple range `r1, r2, ...` which is not a null set is a subset of +// some `R1, R2, ...` +// +// Simple range `c1 c2 ...` is a subset of simple range `C1 C2 ...` iff: +// - If c is only the ANY comparator +// - If C is only the ANY comparator, return true +// - Else if in prerelease mode, return false +// - else replace c with `[>=0.0.0]` +// - If C is only the ANY comparator +// - if in prerelease mode, return true +// - else replace C with `[>=0.0.0]` +// - Let EQ be the set of = comparators in c +// - If EQ is more than one, return true (null set) +// - Let GT be the highest > or >= comparator in c +// - Let LT be the lowest < or <= comparator in c +// - If GT and LT, and GT.semver > LT.semver, return true (null set) +// - If any C is a = range, and GT or LT are set, return false +// - If EQ +// - If GT, and EQ does not satisfy GT, return true (null set) +// - If LT, and EQ does not satisfy LT, return true (null set) +// - If EQ satisfies every C, return true +// - Else return false +// - If GT +// - If GT.semver is lower than any > or >= comp in C, return false +// - If GT is >=, and GT.semver does not satisfy every C, return false +// - If GT.semver has a prerelease, and not in prerelease mode +// - If no C has a prerelease and the GT.semver tuple, return false +// - If LT +// - If LT.semver is greater than any < or <= comp in C, return false +// - If LT is <=, and LT.semver does not satisfy every C, return false +// - If GT.semver has a prerelease, and not in prerelease mode +// - If no C has a prerelease and the LT.semver tuple, return false +// - Else return true + +const subset = (sub, dom, options = {}) => { + if (sub === dom) { + return true + } + + sub = new Range(sub, options) + dom = new Range(dom, options) + let sawNonNull = false + + OUTER: for (const simpleSub of sub.set) { + for (const simpleDom of dom.set) { + const isSub = simpleSubset(simpleSub, simpleDom, options) + sawNonNull = sawNonNull || isSub !== null + if (isSub) { + continue OUTER + } + } + // the null set is a subset of everything, but null simple ranges in + // a complex range should be ignored. so if we saw a non-null range, + // then we know this isn't a subset, but if EVERY simple range was null, + // then it is a subset. + if (sawNonNull) { + return false + } + } + return true +} + +const simpleSubset = (sub, dom, options) => { + if (sub === dom) { + return true + } + + if (sub.length === 1 && sub[0].semver === ANY) { + if (dom.length === 1 && dom[0].semver === ANY) { + return true + } else if (options.includePrerelease) { + sub = [new Comparator('>=0.0.0-0')] + } else { + sub = [new Comparator('>=0.0.0')] + } + } + + if (dom.length === 1 && dom[0].semver === ANY) { + if (options.includePrerelease) { + return true + } else { + dom = [new Comparator('>=0.0.0')] + } + } + + const eqSet = new Set() + let gt, lt + for (const c of sub) { + if (c.operator === '>' || c.operator === '>=') { + gt = higherGT(gt, c, options) + } else if (c.operator === '<' || c.operator === '<=') { + lt = lowerLT(lt, c, options) + } else { + eqSet.add(c.semver) + } + } + + if (eqSet.size > 1) { + return null + } + + let gtltComp + if (gt && lt) { + gtltComp = compare(gt.semver, lt.semver, options) + if (gtltComp > 0) { + return null + } else if (gtltComp === 0 && (gt.operator !== '>=' || lt.operator !== '<=')) { + return null + } + } + + // will iterate one or zero times + for (const eq of eqSet) { + if (gt && !satisfies(eq, String(gt), options)) { + return null + } + + if (lt && !satisfies(eq, String(lt), options)) { + return null + } + + for (const c of dom) { + if (!satisfies(eq, String(c), options)) { + return false + } + } + + return true + } + + let higher, lower + let hasDomLT, hasDomGT + // if the subset has a prerelease, we need a comparator in the superset + // with the same tuple and a prerelease, or it's not a subset + let needDomLTPre = lt && + !options.includePrerelease && + lt.semver.prerelease.length ? lt.semver : false + let needDomGTPre = gt && + !options.includePrerelease && + gt.semver.prerelease.length ? gt.semver : false + // exception: <1.2.3-0 is the same as <1.2.3 + if (needDomLTPre && needDomLTPre.prerelease.length === 1 && + lt.operator === '<' && needDomLTPre.prerelease[0] === 0) { + needDomLTPre = false + } + + for (const c of dom) { + hasDomGT = hasDomGT || c.operator === '>' || c.operator === '>=' + hasDomLT = hasDomLT || c.operator === '<' || c.operator === '<=' + if (gt) { + if (needDomGTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && + c.semver.major === needDomGTPre.major && + c.semver.minor === needDomGTPre.minor && + c.semver.patch === needDomGTPre.patch) { + needDomGTPre = false + } + } + if (c.operator === '>' || c.operator === '>=') { + higher = higherGT(gt, c, options) + if (higher === c && higher !== gt) { + return false + } + } else if (gt.operator === '>=' && !satisfies(gt.semver, String(c), options)) { + return false + } + } + if (lt) { + if (needDomLTPre) { + if (c.semver.prerelease && c.semver.prerelease.length && + c.semver.major === needDomLTPre.major && + c.semver.minor === needDomLTPre.minor && + c.semver.patch === needDomLTPre.patch) { + needDomLTPre = false + } + } + if (c.operator === '<' || c.operator === '<=') { + lower = lowerLT(lt, c, options) + if (lower === c && lower !== lt) { + return false + } + } else if (lt.operator === '<=' && !satisfies(lt.semver, String(c), options)) { + return false + } + } + if (!c.operator && (lt || gt) && gtltComp !== 0) { + return false + } + } + + // if there was a < or >, and nothing in the dom, then must be false + // UNLESS it was limited by another range in the other direction. + // Eg, >1.0.0 <1.0.1 is still a subset of <2.0.0 + if (gt && hasDomLT && !lt && gtltComp !== 0) { + return false + } + + if (lt && hasDomGT && !gt && gtltComp !== 0) { + return false + } + + // we needed a prerelease range in a specific tuple, but didn't get one + // then this isn't a subset. eg >=1.2.3-pre is not a subset of >=1.0.0, + // because it includes prereleases in the 1.2.3 tuple + if (needDomGTPre || needDomLTPre) { + return false + } + + return true +} + +// >=1.2.3 is lower than >1.2.3 +const higherGT = (a, b, options) => { + if (!a) { + return b + } + const comp = compare(a.semver, b.semver, options) + return comp > 0 ? a + : comp < 0 ? b + : b.operator === '>' && a.operator === '>=' ? b + : a +} + +// <=1.2.3 is higher than <1.2.3 +const lowerLT = (a, b, options) => { + if (!a) { + return b + } + const comp = compare(a.semver, b.semver, options) + return comp < 0 ? a + : comp > 0 ? b + : b.operator === '<' && a.operator === '<=' ? b + : a +} + +module.exports = subset diff --git a/node_modules/node-notifier/node_modules/semver/ranges/to-comparators.js b/node_modules/node-notifier/node_modules/semver/ranges/to-comparators.js new file mode 100644 index 000000000..6c8bc7e6f --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/to-comparators.js @@ -0,0 +1,8 @@ +const Range = require('../classes/range') + +// Mostly just for testing and legacy API reasons +const toComparators = (range, options) => + new Range(range, options).set + .map(comp => comp.map(c => c.value).join(' ').trim().split(' ')) + +module.exports = toComparators diff --git a/node_modules/node-notifier/node_modules/semver/ranges/valid.js b/node_modules/node-notifier/node_modules/semver/ranges/valid.js new file mode 100644 index 000000000..365f35689 --- /dev/null +++ b/node_modules/node-notifier/node_modules/semver/ranges/valid.js @@ -0,0 +1,11 @@ +const Range = require('../classes/range') +const validRange = (range, options) => { + try { + // Return '*' instead of '' so that truthiness works. + // This will throw if it's invalid anyway + return new Range(range, options).range || '*' + } catch (er) { + return null + } +} +module.exports = validRange diff --git a/node_modules/node-notifier/notifiers/balloon.js b/node_modules/node-notifier/notifiers/balloon.js new file mode 100644 index 000000000..4260d9c9a --- /dev/null +++ b/node_modules/node-notifier/notifiers/balloon.js @@ -0,0 +1,164 @@ +/** + * Wrapper for the notifu 1.6 (http://www.paralint.com/projects/notifu/) + +Usage +/t <value> The type of message to display values are: + info The message is an informational message + warn The message is an warning message + error The message is an error message +/d <value> The number of milliseconds to display (omit or 0 for infinit) +/p <value> The title (or prompt) of the ballon +/m <value> The message text +/i <value> Specify an icon to use ("parent" uses the icon of the parent process) +/e Enable ballon tips in the registry (for this user only) +/q Do not play a sound when the tooltip is displayed +/w Show the tooltip even if the user is in the quiet period that follows his very first login (Windows 7 and up) +/xp Use IUserNotification interface event when IUserNotification2 is available +/l Display license for notifu + +// Kill codes: + 2 = Timeout + 3 = Clicked + 4 = Closed or faded out + + */ +const path = require('path'); +const notifier = path.resolve(__dirname, '../vendor/notifu/notifu'); +const checkGrowl = require('../lib/checkGrowl'); +const utils = require('../lib/utils'); +const Toaster = require('./toaster'); +const Growl = require('./growl'); +const os = require('os'); + +const EventEmitter = require('events').EventEmitter; +const util = require('util'); + +let hasGrowl; + +module.exports = WindowsBalloon; + +function WindowsBalloon(options) { + options = utils.clone(options || {}); + if (!(this instanceof WindowsBalloon)) { + return new WindowsBalloon(options); + } + + this.options = options; + + EventEmitter.call(this); +} +util.inherits(WindowsBalloon, EventEmitter); + +function noop() {} +function notifyRaw(options, callback) { + let fallback; + const notifierOptions = this.options; + options = utils.clone(options || {}); + callback = callback || noop; + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + const actionJackedCallback = utils.actionJackerDecorator( + this, + options, + callback, + function(data) { + if (data === 'activate') { + return 'click'; + } + if (data === 'timeout') { + return 'timeout'; + } + return false; + } + ); + + if (!!this.options.withFallback && utils.isWin8()) { + fallback = fallback || new Toaster(notifierOptions); + return fallback.notify(options, callback); + } + + if ( + !!this.options.withFallback && + (!utils.isLessThanWin8() || hasGrowl === true) + ) { + fallback = fallback || new Growl(notifierOptions); + return fallback.notify(options, callback); + } + + if (!this.options.withFallback || hasGrowl === false) { + doNotification(options, notifierOptions, actionJackedCallback); + return this; + } + + checkGrowl(notifierOptions, function(_, hasGrowlResult) { + hasGrowl = hasGrowlResult; + + if (hasGrowl) { + fallback = fallback || new Growl(notifierOptions); + return fallback.notify(options, callback); + } + + doNotification(options, notifierOptions, actionJackedCallback); + }); + + return this; +} + +Object.defineProperty(WindowsBalloon.prototype, 'notify', { + get: function() { + if (!this._notify) this._notify = notifyRaw.bind(this); + return this._notify; + } +}); + +const allowedArguments = ['t', 'd', 'p', 'm', 'i', 'e', 'q', 'w', 'xp']; + +function doNotification(options, notifierOptions, callback) { + const is64Bit = os.arch() === 'x64'; + options = options || {}; + options = utils.mapToNotifu(options); + options.p = options.p || 'Node Notification:'; + + const fullNotifierPath = notifier + (is64Bit ? '64' : '') + '.exe'; + const localNotifier = notifierOptions.customPath || fullNotifierPath; + + if (!options.m) { + callback(new Error('Message is required.')); + return this; + } + + const argsList = utils.constructArgumentList(options, { + wrapper: '', + noEscape: true, + explicitTrue: true, + allowedArguments: allowedArguments + }); + + if (options.wait) { + return utils.fileCommand(localNotifier, argsList, function(error, data) { + const action = fromErrorCodeToAction(error.code); + if (action === 'error') return callback(error, data); + + return callback(null, action); + }); + } + utils.immediateFileCommand(localNotifier, argsList, callback); +} + +function fromErrorCodeToAction(errorCode) { + switch (errorCode) { + case 2: + return 'timeout'; + case 3: + case 6: + case 7: + return 'activate'; + case 4: + return 'close'; + default: + return 'error'; + } +} diff --git a/node_modules/node-notifier/notifiers/growl.js b/node_modules/node-notifier/notifiers/growl.js new file mode 100644 index 000000000..d8bd7b662 --- /dev/null +++ b/node_modules/node-notifier/notifiers/growl.js @@ -0,0 +1,83 @@ +/** + * Wrapper for the growly module + */ +const checkGrowl = require('../lib/checkGrowl'); +const utils = require('../lib/utils'); +const growly = require('growly'); + +const EventEmitter = require('events').EventEmitter; +const util = require('util'); + +const errorMessageNotFound = + "Couldn't connect to growl (might be used as a fallback). Make sure it is running"; + +module.exports = Growl; + +let hasGrowl; + +function Growl(options) { + options = utils.clone(options || {}); + if (!(this instanceof Growl)) { + return new Growl(options); + } + + growly.appname = options.name || 'Node'; + this.options = options; + + EventEmitter.call(this); +} +util.inherits(Growl, EventEmitter); + +function notifyRaw(options, callback) { + growly.setHost(this.options.host, this.options.port); + options = utils.clone(options || {}); + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + callback = utils.actionJackerDecorator(this, options, callback, function( + data + ) { + if (data === 'click') { + return 'click'; + } + if (data === 'timedout') { + return 'timeout'; + } + return false; + }); + + options = utils.mapToGrowl(options); + + if (!options.message) { + callback(new Error('Message is required.')); + return this; + } + + options.title = options.title || 'Node Notification:'; + + if (hasGrowl || !!options.wait) { + const localCallback = options.wait ? callback : noop; + growly.notify(options.message, options, localCallback); + if (!options.wait) callback(); + return this; + } + + checkGrowl(growly, function(_, didHaveGrowl) { + hasGrowl = didHaveGrowl; + if (!didHaveGrowl) return callback(new Error(errorMessageNotFound)); + growly.notify(options.message, options); + callback(); + }); + return this; +} + +Object.defineProperty(Growl.prototype, 'notify', { + get: function() { + if (!this._notify) this._notify = notifyRaw.bind(this); + return this._notify; + } +}); + +function noop() {} diff --git a/node_modules/node-notifier/notifiers/notificationcenter.js b/node_modules/node-notifier/notifiers/notificationcenter.js new file mode 100644 index 000000000..966997bfc --- /dev/null +++ b/node_modules/node-notifier/notifiers/notificationcenter.js @@ -0,0 +1,107 @@ +/** + * A Node.js wrapper for terminal-notify (with fallback). + */ +const utils = require('../lib/utils'); +const Growl = require('./growl'); +const path = require('path'); +const notifier = path.join( + __dirname, + '../vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier' +); + +const EventEmitter = require('events').EventEmitter; +const util = require('util'); + +const errorMessageOsX = + 'You need Mac OS X 10.8 or above to use NotificationCenter,' + + ' or use Growl fallback with constructor option {withFallback: true}.'; + +module.exports = NotificationCenter; + +function NotificationCenter(options) { + options = utils.clone(options || {}); + if (!(this instanceof NotificationCenter)) { + return new NotificationCenter(options); + } + this.options = options; + + EventEmitter.call(this); +} +util.inherits(NotificationCenter, EventEmitter); +let activeId = null; + +function noop() {} +function notifyRaw(options, callback) { + let fallbackNotifier; + const id = identificator(); + options = utils.clone(options || {}); + activeId = id; + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + callback = callback || noop; + + if (typeof callback !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof fn + ); + } + + const actionJackedCallback = utils.actionJackerDecorator( + this, + options, + callback, + function(data) { + if (activeId !== id) return false; + + if (data === 'activate') { + return 'click'; + } + if (data === 'timeout') { + return 'timeout'; + } + if (data === 'replied') { + return 'replied'; + } + return false; + } + ); + + options = utils.mapToMac(options); + + if (!options.message && !options.group && !options.list && !options.remove) { + callback(new Error('Message, group, remove or list property is required.')); + return this; + } + + const argsList = utils.constructArgumentList(options); + if (utils.isMountainLion()) { + utils.fileCommandJson( + this.options.customPath || notifier, + argsList, + actionJackedCallback + ); + return this; + } + + if (fallbackNotifier || !!this.options.withFallback) { + fallbackNotifier = fallbackNotifier || new Growl(this.options); + return fallbackNotifier.notify(options, callback); + } + + callback(new Error(errorMessageOsX)); + return this; +} + +Object.defineProperty(NotificationCenter.prototype, 'notify', { + get: function() { + if (!this._notify) this._notify = notifyRaw.bind(this); + return this._notify; + } +}); + +function identificator() { + return { _ref: 'val' }; +} diff --git a/node_modules/node-notifier/notifiers/notifysend.js b/node_modules/node-notifier/notifiers/notifysend.js new file mode 100644 index 000000000..68dfbf64c --- /dev/null +++ b/node_modules/node-notifier/notifiers/notifysend.js @@ -0,0 +1,99 @@ +/** + * Node.js wrapper for "notify-send". + */ +const os = require('os'); +const which = require('which'); +const utils = require('../lib/utils'); + +const EventEmitter = require('events').EventEmitter; +const util = require('util'); + +const notifier = 'notify-send'; +let hasNotifier; + +module.exports = NotifySend; + +function NotifySend(options) { + options = utils.clone(options || {}); + if (!(this instanceof NotifySend)) { + return new NotifySend(options); + } + + this.options = options; + + EventEmitter.call(this); +} +util.inherits(NotifySend, EventEmitter); + +function noop() {} +function notifyRaw(options, callback) { + options = utils.clone(options || {}); + callback = callback || noop; + + if (typeof callback !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof callback + ); + } + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + if (!options.message) { + callback(new Error('Message is required.')); + return this; + } + + if (os.type() !== 'Linux' && !os.type().match(/BSD$/)) { + callback(new Error('Only supported on Linux and *BSD systems')); + return this; + } + + if (hasNotifier === false) { + callback(new Error('notify-send must be installed on the system.')); + return this; + } + + if (hasNotifier || !!this.options.suppressOsdCheck) { + doNotification(options, callback); + return this; + } + + try { + hasNotifier = !!which.sync(notifier); + doNotification(options, callback); + } catch (err) { + hasNotifier = false; + return callback(err); + } + + return this; +} + +Object.defineProperty(NotifySend.prototype, 'notify', { + get: function() { + if (!this._notify) this._notify = notifyRaw.bind(this); + return this._notify; + } +}); + +const allowedArguments = ['urgency', 'expire-time', 'icon', 'category', 'hint', 'app-name']; + +function doNotification(options, callback) { + options = utils.mapToNotifySend(options); + options.title = options.title || 'Node Notification:'; + + const initial = [options.title, options.message]; + delete options.title; + delete options.message; + + const argsList = utils.constructArgumentList(options, { + initial: initial, + keyExtra: '-', + allowedArguments: allowedArguments + }); + + utils.command(notifier, argsList, callback); +} diff --git a/node_modules/node-notifier/notifiers/toaster.js b/node_modules/node-notifier/notifiers/toaster.js new file mode 100644 index 000000000..333456a75 --- /dev/null +++ b/node_modules/node-notifier/notifiers/toaster.js @@ -0,0 +1,161 @@ +/** + * Wrapper for the toaster (https://github.com/nels-o/toaster) + */ +const path = require('path'); +const notifier = path.resolve(__dirname, '../vendor/snoreToast/snoretoast'); +const utils = require('../lib/utils'); +const Balloon = require('./balloon'); +const os = require('os'); +const { v4: uuid } = require('uuid'); + +const EventEmitter = require('events').EventEmitter; +const util = require('util'); + +let fallback; + +const PIPE_NAME = 'notifierPipe'; +const PIPE_PATH_PREFIX = '\\\\.\\pipe\\'; +const PIPE_PATH_PREFIX_WSL = '/tmp/'; + +module.exports = WindowsToaster; + +function WindowsToaster(options) { + options = utils.clone(options || {}); + if (!(this instanceof WindowsToaster)) { + return new WindowsToaster(options); + } + + this.options = options; + + EventEmitter.call(this); +} +util.inherits(WindowsToaster, EventEmitter); + +function noop() {} + +function parseResult(data) { + if (!data) { + return {}; + } + return data.split(';').reduce((acc, cur) => { + const split = cur.split('='); + if (split && split.length === 2) { + acc[split[0]] = split[1]; + } + return acc; + }, {}); +} + +function getPipeName() { + const pathPrefix = utils.isWSL() ? PIPE_PATH_PREFIX_WSL : PIPE_PATH_PREFIX; + return `${pathPrefix}${PIPE_NAME}-${uuid()}`; +} + +function notifyRaw(options, callback) { + options = utils.clone(options || {}); + callback = callback || noop; + const is64Bit = os.arch() === 'x64'; + let resultBuffer; + const server = { + namedPipe: getPipeName() + }; + + if (typeof options === 'string') { + options = { title: 'node-notifier', message: options }; + } + + if (typeof callback !== 'function') { + throw new TypeError( + 'The second argument must be a function callback. You have passed ' + + typeof fn + ); + } + + const snoreToastResultParser = (err, callback) => { + /* Possible exit statuses from SnoreToast, we only want to include err if it's -1 code + Exit Status : Exit Code + Failed : -1 + + Success : 0 + Hidden : 1 + Dismissed : 2 + TimedOut : 3 + ButtonPressed : 4 + TextEntered : 5 + */ + const result = parseResult( + resultBuffer && resultBuffer.toString('utf16le') + ); + + // parse action + if (result.action === 'buttonClicked' && result.button) { + result.activationType = result.button; + } else if (result.action) { + result.activationType = result.action; + } + + if (err && err.code === -1) { + callback(err, result); + } + callback(null, result); + + // https://github.com/mikaelbr/node-notifier/issues/334 + // Due to an issue with snoretoast not using stdio and pipe + // when notifications are disabled, make sure named pipe server + // is closed before exiting. + server.instance && server.instance.close(); + }; + + const actionJackedCallback = (err) => + snoreToastResultParser( + err, + utils.actionJackerDecorator(this, options, callback, (data) => + data === 'activate' ? 'click' : data || false + ) + ); + + options.title = options.title || 'Node Notification:'; + if ( + typeof options.message === 'undefined' && + typeof options.close === 'undefined' + ) { + callback(new Error('Message or ID to close is required.')); + return this; + } + + if (!utils.isWin8() && !utils.isWSL() && !!this.options.withFallback) { + fallback = fallback || new Balloon(this.options); + return fallback.notify(options, callback); + } + + // Add pipeName option, to get the output + utils.createNamedPipe(server).then((out) => { + resultBuffer = out; + options.pipeName = server.namedPipe; + + const localNotifier = options.customPath || this.options.customPath || + (notifier + '-x' + (is64Bit ? '64' : '86') + '.exe'); + + options = utils.mapToWin8(options); + const argsList = utils.constructArgumentList(options, { + explicitTrue: true, + wrapper: '', + keepNewlines: true, + noEscape: true + }); + + utils.fileCommand( + localNotifier, + argsList, + actionJackedCallback + ); + }); + return this; +} + +Object.defineProperty(WindowsToaster.prototype, 'notify', { + get: function () { + if (!this._notify) this._notify = notifyRaw.bind(this); + return this._notify; + } +}); diff --git a/node_modules/node-notifier/package.json b/node_modules/node-notifier/package.json new file mode 100644 index 000000000..76f9dbf57 --- /dev/null +++ b/node_modules/node-notifier/package.json @@ -0,0 +1,88 @@ +{ + "name": "node-notifier", + "version": "10.0.1", + "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)", + "main": "index.js", + "scripts": { + "pretest": "npm run lint", + "test": "jest", + "example": "node ./example/message.js", + "example:mac": "node ./example/advanced.js", + "example:mac:input": "node ./example/macInput.js", + "example:windows": "node ./example/toaster.js", + "example:windows:actions": "node ./example/toaster-with-actions.js", + "example:windows:custom-path": "cross-env DEBUG=notifier node ./example/toaster-custom-path.js", + "copy-resources": "copyfiles -u 2 ./vendor/snoreToast/snoretoast-x64.exe ./dist/example/resources/ && copyfiles -u 1 ./example/coulson.jpg ./dist/example/resources/", + "preexample:windows:nexe-custom-path": "rimraf dist", + "example:windows:nexe-custom-path": "nexe -t windows-x64-14.15.3 -i ./example/toaster-custom-path.js -o ./dist/toaster-custom-path.exe && npm run copy-resources", + "postexample:windows:nexe-custom-path": "cross-env DEBUG=notifier ./dist/toaster-custom-path.exe", + "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js" + }, + "jest": { + "testRegex": "/test/[^_]*.js", + "testEnvironment": "node", + "setupFilesAfterEnv": [ + "./test/_test-matchers.js" + ] + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git" + }, + "keywords": [ + "notification center", + "mac os x 10.8", + "notify", + "terminal-notifier", + "notify-send", + "growl", + "windows 8 notification", + "toaster", + "notification" + ], + "author": "Mikael Brevik", + "license": "MIT", + "devDependencies": { + "copyfiles": "^2.4.1", + "cross-env": "^7.0.3", + "eslint": "^7.26.0", + "eslint-config-semistandard": "^15.0.1", + "eslint-config-standard": "^16.0.2", + "eslint-plugin-import": "^2.22.1", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^4.3.1", + "husky": "^6.0.0", + "jest": "^26.6.3", + "lint-staged": "^11.0.0", + "nexe": "^4.0.0-beta.19", + "prettier": "^2.3.0", + "rimraf": "^3.0.2" + }, + "dependencies": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.5", + "shellwords": "^0.1.1", + "uuid": "^8.3.2", + "which": "^2.0.2" + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } + }, + "lint-staged": { + "*.{js,json,css,md}": [ + "prettier --write", + "git add" + ] + }, + "bugs": { + "url": "https://github.com/mikaelbr/node-notifier/issues" + }, + "homepage": "https://github.com/mikaelbr/node-notifier#readme", + "directories": { + "example": "example", + "test": "test" + } +} diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist new file mode 100644 index 000000000..9e6ad8fa7 --- /dev/null +++ b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Info.plist @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>BuildMachineOSBuild</key> + <string>16E195</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>terminal-notifier</string> + <key>CFBundleIconFile</key> + <string>Terminal</string> + <key>CFBundleIdentifier</key> + <string>nl.superalloy.oss.terminal-notifier</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>terminal-notifier</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.7.2</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>17</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>8B62</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>16B2649</string> + <key>DTSDKName</key> + <string>macosx10.12</string> + <key>DTXcode</key> + <string>0810</string> + <key>DTXcodeBuild</key> + <string>8B62</string> + <key>LSMinimumSystemVersion</key> + <string>10.8</string> + <key>LSUIElement</key> + <true/> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <false/> + </dict> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2012-2016 Eloy Durán, Julien Blanchard. All rights reserved.</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> + <key>NSUserNotificationAlertStyle</key> + <string>alert</string> +</dict> +</plist> diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/MacOS/terminal-notifier new file mode 100644 index 0000000000000000000000000000000000000000..dc1127a048fd521c90dc8507d17728ad067d2ccf GIT binary patch literal 87688 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 O&qY4MM;FfF{J#P9)@nxp literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo new file mode 100644 index 000000000..bd04210fb --- /dev/null +++ b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/Terminal.icns new file mode 100644 index 0000000000000000000000000000000000000000..8d8f5c2d2abda38d6a90d896c32b8915e2c64c96 GIT binary patch literal 369386 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%0DvZuvhw* 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%0AWi#2bsL?qZ_UpxUl8XP2eJeMfw*?<bb+Ea zI#={W_nXc&%K=>)IKlUSL(gsp%=!R0Y@{T7!0u&(%74sdDU1fTs4u6UOW^xscd zS3G;~>7<+X)+Girc4>*v5(B(&`(Iixxaf7)moIsBdBT}FYX}Kb<|pE?3~_-CyZ&I< zv<JesY>>NT08siYVxapI^5t@Xp8Z?XnqO@n&p?-uELt-J56VLwW=TbTDibsm*@Kw0 zLsSZkKg&p^^PI94AFqZVw#rUt;Bn&{4}LyzD^6HR)3iQVUrQ%p5ya=8rexa4V^U<x zXKhWFw0dYlJalk|M1B(il}P1;<_R__Jn}1(e9d<bKd5b|9<BV&TLaRJ{NmfPBWuzw zxOzD9iqz$6T>u-EkvC|%WB;1n`)}y<^9F@wsXn-*=>OpRBcI$&OTc<6NSJ>hQ%Zdf z^MM<8cZn~a|3lKdj8<C1p~G*W#2ZMvX)*{1AAIR7K;wK4|2ug!A)Au9L>ak9mOL*R z94Tbxz3{SRAk8GST~r|d#A<lxD2y_S8YTp!-8TYCLwP!gS*iqZYp04{m2)dwa8Y(> zhLC8`x1biHH<wans#qx>S*<b(K4EQ1rBm!u1P%GMnbo0_<dawQ4$q?;3-h6VXa)<S zh(Gu3AYfqIyZzq`E~alw;z#;XJ&$&66=h~7V>1w#431*wc?7b<pX+{F;ii+;cF-{R z6Tf|)aCTYivStPr!_F*W&6xEHWX3?DF+9?hIy2xK@Z&OFIF6n&a|P~^z2fUyj2m2+ zd(wggJZ@NIWfB@d+?z8y(LjVd>oQNFv)u2{$+5l|Ytw?GfiE1r4oA0q;MRbiA)jRh z@{)7=XU2oU&vHXR>Ver*&-SP3(Ic|t*}j8rIHG&3FRl~ACv2j$hB>U5O_9MNUzr6? zzQFFxRXFlnX3Wn0{(>&_8)wFr1-*cIi5p+IvvA%T=$-*ONL}=-Y1b7`*u4ZCDCF{i zuUtB0Ff1M6(#c7M(#b$gI6TY?9n=lsEG0nahMBz`=YA~>IGdNw4IY9lB_Q+F`nb^v zOA^X(L-~qt+K-kGT*6ps^Zf|&V!k3jg2>lpg)9v)lB`ZzzT@`yz$M|nnPNwiLz!&w zqT9}RG8>NmDT_|yDT{`)na<XbQEN770+)`qow5LaTt0y2cn&ZHN)!3Pggq2ymON>> zC(?2+jvEs7QV6L1BRe<^g9N-Y_2LUKEu#h^TJH+bl8S${tH`O$h0i9z;yZgQU-89> z%#@4t%}eR5v_KWzWxGp0xb*J*``sH3=y}KIb+0LxX{aNE@|#>6UYDJ<0tOT$ekc=* zCAbvT@e=L>_mThu0)~Z`l<Avd;44u(FyewIPVmaBDOO}2fP*M*d2t_Mh4C+KtC1=I zV&25}N?C+HF-M%ng)sPKU-^4#VN-|hq$Nql1k&IydI3<kzxdKYA4_!iDnw4AhJH8t z1@(yUh(MB&SfXHeFjJZ<OW=gMnFvl2$t(2b)o=j-g-gz|Hu5vq*n#<-erg+@q~Zy; zPntB_PXD34Z_-G^@O_-2{TTPO*N;J1nkvG~-&fQq=pnv?JIWiJf%`lP6E=7=2pD|t z#y@zS+kw&P;MYI3Gt+`}LoGLB)`aY+NNyvN23mT@1`Ep}jh%Wv8JuMT8Xft8<B*}K zJVVEZso&~egA5x)8%@P)OSo<tFliOqMj5ELH15zzduCc?69<4{*@vN>ft6q(#-)!S z>0B3`9B^cHlR#)1RzTzt2mH9-7kvj4XJ#O4AWNQ2SiUyy4w95JOBGgv2uOo2=@r)P z=F)>S>GQ$C*b!E~nH}oxbM~sMpG10AbkVzE@RYpiD);SnXTy6ta=3ctfrxR}LsL(H zIG)Ea@Zj4?%Rkdsh6<EbHedp{LJ!?^h6h5p-Wz_TsmH=Z&eUB3Fw!qBMoz+Rob;Rn zH#6SY34wp$=X!-RyVY2b^NbOf0|oOE9N{z+rz*fs3%#XNj~x;Qo+S(h0Uo6ca~eLn zT9Vmd=>~7(Xh%r70k>eirD0WX+9dxe5$uq_DvR2lvpjIb5B=Jz0L%0aE}f9B?Md=j z?!Xscvw<pGF963jVq=BNJjE|B@?lse9f&9!QiAX6c4jSh1-P=cgP-LCWz)uvuH*2% zt0P7xOUNk`2R+$znZtSTENC~*{>%${G81AZsQu<iK%lGhFic!-{t%tNVw<)z%tWo2 zg=D=H++^g@XC5q8FP>q$E_m4K2@a%q2`d|nl%W(V&!V>EpL9@Ie8f*dS??0omO?zX z6qq#8Tce??a(v={J6D291UJjbwmrI%k2+*>5&XuRpYE=Yb&|$Bl1{47L4spg<IR(i zk~1cJ@4~{GRvfU?xDbr@hd4w~P9+gB9j`$F;!jxp8RkcseEMtN0#Nq*{fz17Z8gLG zZ7<Wz-%MhS7f)Ko4Sbt^(%h%FrTrzsse@mF(5Gmak;$kyK6{xl6*rk5#ZJcW!;^>~ z@w`ScdI_XsI>STX``{$O=Es8>bZa{TbvJcf;<_Da5b7$o6{myo#-GikZv?n5t1Fwf zI&LGHk+|8r>wePG&`3x6e#(=3zA0eGhWqhIQ+Fslwc#8bWEk|iA;Be_<pYhE{OR7x zVLo(<;$&yNaAi<-(?jf9o<0MYWj+~<&X|M}rV})+>)JjikLBg(Wt{<^%non`1IOiw z>I8gevdKGf=1~Sj&T>ZIXaI-aq6g7bPBu<cr-5tq&{TQ!gUBh|4jVq|8D(>BP}b>j z$nIESpaYhdb9=(f{%<_%fLwEC4ixRA4U<3M*EU#`6QxR8(z&BvI=X8;_$f3S7VfV5 z()4WsI%Ss$gxfhlCpZMhbuUd__wJm(B>xAO43rHVck(NxOB>Qr9+wH?>Q`nfJM#Fx z`4z7;n6LTNFUd*=2{8s#s}zKhBX5hycWeX2<&Yeti;Et(w&5W^C_eT;F(U=KCS5x^ z^dgRKTky1#l!FbYaClkVx<mEc2M1V8mOQA%+6HkxrQ92~IK{Ulr2{H={!!LhViTW^ zA~KT+8*A%b>>L@1=8}HtbeTgt1P?pW%`3ikuJ{YF@~^a`2Wcvay>;@!)Aa|=Dqwd1 z(V9Lq(OTLEG`!jjQwr~|JcA==ZONyFlC~ufSOH74auP^bJpSO2w5GEyO50={VQE^m z<rt8^$MltBV!RJ+Y5MGPPQpA6UFmowbsm;H!4bO{c9N7tpE7FX$*90BqlU}ZFn|0g zb9UyN7F-Xaa<FE!v?Jq^D{rNkXJ}FS9mM&dUIQnrT#`0T!aPCOt9deyL>n)^MD$tR zDRatX;g{E9VLIziMx_!j?c5}UO)83)ylmGWx{R~zru^)G#xormS9;^850lQ|56$g! z_*o|w?ZKJ8ZTddrhsWT2>AQM-v}-b8hDJd$n@kOC@VpDVk0V^=jDiN==SgEaJNCJT z&OC4LnQ7trc4q8MVt(#sBx`o!EQF~@X19dn(v+t&72rAZpRk+DvMLatI&ib#3<+O* zX5r45!Pgd@_Lw#@m=+mKo0<2TEe+y)epdnOqDKY@WKsh!y#+%*@9v|gB}lWBHyz9) z@Wniv1U*PcI`BpG=F5r)&0A#1?(`^zypXi6W@b^)X@y#8vk^iM3Y8Ol_2Y~n`f--8 zJkX3sVZrMb2BxmeFL2a>9<UK=up9B>T92M7b7tKRTwEp?cwG1N2HEYu-12^d;2L?- zQDFzZP2duM10db$(s!_O1CAY-%L;YHGx~?u4RqqJhnM)$$?}1ogGJ|{2g2Dt9g4g> z^r=e>@<l($kYxh!V;c_g=%ljb5&eU+>_-`D1I@dK*hoLiMz(4w-i~b*10_{ky|oiH z42n25#Ns&PHx&G&RR+t#$j<T;8M_6Z7Svf6gcg%orqM{pr9XUQ2+pb@XPJhkGUytZ zvJM?(0EP_lsM#=@AJWF&fT!HSi7kP>R8u<AhfZt;GV_+rEL+G|5>|pPGlg^#X@?f` zHOn&Z`JC?S*X!(kUg2|q3nnr_RFSn!Aw16?0kzRfyj(z#ziw{;;^$vuO>2EeqX8sY zl8O~prEm1mT)e$C9lw;L(Ss66co4oNY<x&98OpVcGSii-z!X$vh#*C&Kp{9di^95v zThf9mEP$1lG;Bk9MVblg|B^GF3&OKZ5Zx+}Vy!#|m5j{NK!!paUQ2Wm5E3rHv^;42 z6-t`w&A5galRJ3quCgWd%20LK4nKAkI>{)+KE9OSYx)`cGAEqV7Y(-Y#*JNhpYY&J zA2xSsKZG-|;XUae<8GaNv}-b8hRpPgY=l45S&Qf2;F)G<3~U=eagza`w}o&&e(?4z z0k{v~)^7o@=G_hzE2H($*5c}?<vcbzG+wrCx*xL~pwZdD;m@w?ThjzbW3l76!8HuA zHp;*t5Vt>=p${){?EEqy5bi)>J1Ef&E?<5QanXa5Mz(xyi0g6(Cned&^hn=Iqde~9 z*Z5b%YJ=OxcMTw<nTEBpWpF^H&QgeS5^X~tI3n7qn6EwZ<t%!HLY2w;Uilqbo5;?F zVDc_LVW+b0HrH$7r(NBDU|9FQI@ImoFgVPT>-sL-w*cDtsRzo>GII7wCmmNd!Gj$$ zbYK%Y35#QAj5do8U-AWNd6{?n2k1LXCI*_|L>}%$8g{0eHxa;a2_pjna9t+ok_2$* zh=0AI6Gspoeq<o;u!;S+u0MHK&UDx)NiPD}&Aa%7?ckjag9UxUq!r7<R8+RMbm#Ur zF@M7OjsDS<;WXCLR3!ln9Dw%bY)d;|X)SjcuC$T`$F!+5O{+af%v)qbE|(iZKYUA5 z!|5OcJSj;>Vxb9+bz$fenYu$gtqre%^@f*q&E+;}>N9!IX1)*anDOJK>C_V$tYhi8 z<iq8&w<r~uGBhH;b<GDXD)p;0#1nJ%A?Tkc5e9Cogod6`#sQ26gS*i|0>1iEDFQPh z$agrR3YH=NLpuP&q>B6tM?8@RFOT4av}M`!YV?RBu0{g=uvqemQ@*At!?@bT<{5S5 z3YN(!uPg(EltL++vT%>?!d<9QiLZ70T-&Y~JS)?}$xU)3iiw1@DXoKmrR_fzNjNbi zKDPga=M4g)Ls<O2%^}sr3mL3Ce`yI|bV0IQdI9X8=9>P=y90##UINn_XBy+S^rqjF z*5DWx{@B-l$^c*#HFq<m0!C3=1x$vw3fhLnooB;CQ`jhP;)mA#`xP?;R&Udw>yu|f z7k8Gg{W$B&Ip=X*l9DN$T}s+--Q9E~lrL>LaMHR4Y&eGq(HPtD+|Y>L(CTYs`An*g z2|F0v#k#)piCzpjIKY*~E+&V)5Y8+UUb;ZbmnM>0>dxx8+3C5+0ts<kQ#+1t7C>e2 zZ2%*uvM#t;HotwdjoA`7&QLuFgCC=yZ&ONI!{E=E?a>oBdFufkdCtGbg6fxLE}i8G z0y0RxBw$S5Pyl|Z%;tR~&rRN|CcjpEevpV1+{4$|I=T&x&UN7E)R|n^;CI)h@0z_n zcwObf<DwV-L7HaxZYd%7;^=+{A5r3#SNmB$K)<2?9-IkBHU=Ij%1`u4({j=6?-GOI z%41siq7OTDck*BJrUC|lO__JXu45<<uO&DTN%@is6<`;Z9r)VL=%0=^XUvN;aD_Ho zdP^9@NIQr5s0YhaO3;>F-23V^`h=>+VIhNK+mbg*NP)-}fAnu-**8SgO4Gt5b{;#4 zbl?t6s41RxS<#eDzS0~wzG00qIWruFLqCzlPhQLe7h-0qqQoUoxbz7nD|GZ16!Zmo zvJTkM))PVx5q(Gq@yM+Ia!Fj4>k@9qU?#*%&zigS!(oc)6MalJ&qkP5ol7)rQ}9bM zidk$;BVNkoh+7`ESD`5#<yMx^;Wr>)0s<o_vhejh+>Ez9%<LNk(Zun}?0Y3@7+lJP zR<j7fSxnRshR}RX+R`3)<W-D_W&mt&+%3%LEkY9ta`j`*5HSOww6~;jpdd?$nK$(g znCJdXIB&5q01P>R@^VQ@UbbZ^3vD3Gv7^wbb`;CO?DQ87rr{P^UG9klGW_H<Y3*l} zbN=kmCp>+RckzXb?<LIe#0{=E6EAGw0Y36iC3_?$+l&p1QKE4(N;1x8Gd{}N;t3yR z8Xmf)n>1UP@XuZDtUhocOg^`&A!X{qtlENb=D}1XvsiueGi%Z9nHeqdz?~uGJ$|Nw zIrK&unfd9mp0@^k#jg`{3s`qIB(hdum<J-=2_H5=bf%60h)CoUDum|{ID>bV<4j1t zb?r)w*$+k*&jI+E9EHwWk`N$Va^b7zAj#k>9rWN-mMSE?%K?O!9>fVb2@qL#y<um2 z)O;fA5uq}yusDZo5)@xlp3OTIbKXAC^*y`XBLh=nXY=Vez>j+z{J8FQr_+f#vsAaf zqBySdbgqmj9JJ+B!<oUS5wLvGUFeA8;LNlQTfRB>9>J@JmYw00Blwk#j*XFvgFF?P zB?&t!cv*JAr#H+S2gz^wdd__Ej)$o<NefMWqPNWc)fFK1qlz=tv0MzRH)r0qTq(!u zJTq_LzKv2(fI3ML=Ev~N?6)?P_v~ZmorRmWvu*e+`ZflJJ3BAjK}M1-Cb@|tJaUrA zupI$_%-R8&D0J+B3@fwvF{t8uj>Wj~kG2F#<XLqsOib&PSNo^ju6Skd?VGoJV)ym# zJ?{N$2Ev*wRVVF1+7fjuEhG4|o$#^-@e}0U0s*IKn@CLa0>(m5B1x^7hWI_k8&e)h zR>TF8j`X}5j<73*sB<OR{D7JbiaguVdaYYR$(thzuXT&eg%mu|+$XIvd(|_t;Gsi3 zN<^X?UVx+CfR<&6)QvAbcDR(KuEUF;(T}B(&5K}apQ)Q-f$M;T27o*+n$j7*f)=q9 zVQ5O9h`^C&g|(%k5)bk*FAE+Sz-U%^k}m?bE(F_*{MohbTekhubmqnjm*?Qlv#<$I z+}vekSe&`$dHTU^+~9o4d#dA?B)Fxu6@HXp#zq0c=9&yooM|V$ux-5XfqD1YcxNG# ze&{}QKXD1bDU563ys~9~6(2SowjG;|?CJil)9p@skZ9$OyXbX2IZ)8}Fz5^#pa}?w zod<HIBa|kWKf0SRx-{ar%2j?kbsIQwOiNf)Zv3^emS$Z2;>e2@GWbE94x?~E;@oxK zz`>5|)z%xDS$ePoAS|8f0M3ywALkICTv$;}8=A^s*xDl?a;g*I(6l}-Vv&v3K7$p@ zCv{6Xi*H7AR($AGp4IC?M;ZBBI@C9RK#+E3R$7Qrbb4aOWi5U?RCG%?9Zy6o{L~Dl z!?yfrB*gJ<89C3@et5Q1mrmT*<TGdTBZ{x^r9fmU9b}7pQ~V`o1_Wd@g9c>lG6zC1 zmDLLpS3iT5q*Z>)7hV}iAztKBSFtf=6A3u<b1+nNm_%fo2vagRFzhF23o?NXF}I)? z=E-CY-IZ5S;nA`q89J@)iLY*{2H;cI#35){jD%wk6AmKqDZ5o(;AfXU;4CLCUeeKq z?L0V>3*o@0EG$R&4a9!R5D?{no<HEG`{41+yuN20_n*?pIqd|nxzau?II1^P{646R zUY1LvC6aKW3>)D?>bVq(D7;br7SELGdqEa?<TGuP9dY|;`;{0HfkSxmkQD1jx_UuG zHJpp*hUdQ0F0NaiD@9n`xwuIO4ZQ^M&JkAlvYZqZ>&R7{rE3f`vPM6t*wz5EU?#9O zNhH!65BaYZ8gE>Tk$U8#<ySr3l_hX+!qT+iq0FQOTex|gv;>Mjq@4_eZz!80EKQrD z4BtSJ!Mi!*U+hgDe|{w&fbC=an?7dxG*dX4_4$7MOme56+NKdU__0~-nm?Dvw|(QE zOZ4R+scT=3+{ctgQ9{kAml;(lW^xqkeXBg<O*?;sXZlf?;kiax#*M<S@KvAF(LZ!u zdZsreugg8VtZ_Huy(Qe)UVPFCV|dFoins~e`{*9;fh5ctF(M~v+10EuGCQ2z`))wX zTL$4p#i6t5?tSn`#CU~<5BIQti+*tQr7oIGdg%joGs_ow2CffO7anx7+f_LuGif*B z;472HPTDz`Ncw0!GU!hwC&&Phfr;M$pdO(U_zAc25|=a5fp<Az>A{9uzBcO0tt%eo z`V9g<mZF%_Q?@I%^=A!Ud@KHv(<K=C`RLHMCvu<=X=cgbQheC><JtIr!dTgK>FdNy zITF&%?#_H?5~wpSdZgr^VLNMRLdVXgXY3=J0MpvB>(XEN(y!LZ0C~SchPd%{HA~5s zC^VZ#nfMMs_%8RpCGN~d1JOp}9)%8BAn(KhG>_7ErmviN3qu^z#zusvtP@FDE3PF1 z4)sRe=FJWnt0eF(JD9;5ENp~+m9TaKIEoafcI&3X9Dl8Cz*Sb#F^}mWBndzD-11%e zgjT)>0eS>aYQmPg@`sKybLj|Iz?DaMDNJz^3E!5x)a9?oN`e3YAOJ~3K~(D-GM9WI zF`tgMT)=N9iyS1!7?VfDgNJr%`(k}ot^@-&KKMsGumA)`**NfN2S|=rI@_D9+lwW^ zq-~l!0xD{$x19^c@JxcFQH$UXzUclPCE`*0Xw&!+Ts%|PU2l1C@e?i*^g4>Caq$eD zy0Z!MtX9ZLvQQn}rO}Fmt1=Sirm%!VhntU+-{K3fMF?@?5~3~@SyGwP@oa}**}>Na zh>W+uG|DNmWX!wi`$$;&;MkrdYQ^=IvQwy>(wGq{T7qfF$wR&h9vPHZIlN1CtR!Gi z&`@N7MiPPd7p|5y;%XzN=RRSd2PT<qKj!m&+(~EL^kIg*roSA1g?{;8)&Hp1WLhR> z#*F$mnV)#?UiULTaN{P8;qA4>8HL&TPk4)K_=$za?A&hwoNH!y0<`*ZS?e#)$Or>- zCx6}b7A`X$<<E?enF@xb>$_e7NZ?KvC$pB|;0D)FK=gCEIV=diap^-xCRUa5B0a>q z^Pez$vorvmakD%1%HcT}dUnwRaC4tBBrP`+#pPa5@Ml&XI>MC=uH{8~>6jNfL1$wn zXY=7qT~vS61JV3QC$9b=79QE81Eyi!-3>4K0q0odMPIkeF<&5N^PQE{j(EA3U7iSz zI+w3Bmz;f*0(s2u$c!~-!=n{3x@x|3PsGiR40<WDWB{Z~5}lpc*ebXcBKjnx{?j?q zN@aG78fK=h*%<B&6~sv^oI%vgT$MSEA-!<;(l9AoJq={W-kG$3BAa<hr8J|28clf3 z!gW{1R{8A`0BK92x&j_zmK{MiOMWb;aCC3vqTlf13%=!^vXhrOx4r;ycCKvPk`}`7 zDsySdP+r<ha3CDLkv91XzWOgth=C)o9>2|=1_mteJ)q~!>mJa<V13$))_;f}FXV## zUH!Md%4;D6RRGW2f|vU?{zy!e;@BCiWQjEbKyC|AkTx6u(dxNa1r=X;LM%5Q_yaNj zK)jooFZ#i6ip=JDc1D|tFsYkTVqC*}$yQl5bd0|f@F;)uP+>zREK{)X^&tT0nEn`6 zSkX&guUW$ju8az_5(Ue!pe9>ko}7%3p~6KdO#z+Vhcu!CCwd4-zsm%smuRyWoQ(R0 zj_qy3;&&hdGHDEF;4_3X_^{ne=0bD(V;{2p8(Z@}lg;U8CQf^G;O%`b!?W={vMJvK zf8q<@rX3oOaZf#e48lWG<(QdK(qzo%QJA>%Ja{t@7<_S!^Lf%`cC&HG42|La$vcAs z8>YRl$+>GC%W%YLD>twFITMa@Yy@ri;B5!C&nb9z9?ByQ>1g=k2DjB);b}B&Y4Zu) z)d;4&#Q1uqI!3Ts%e436gfBGV>)-%##|GDMKRvu;3$Hfx3Y%pDD~%ntbkLa%^a*G0 zrw@l$T&#gh*R<p>vcU^K*n9`!h!2LZR~>PzkP5<&c`?f!BvCGY<G_;yLH9@bj~zxj zOK>5aP6CY??zarcw_%t#pt+MD;_})YQY4NuW4#dvKPT#pI7*claKfXv=`3~i=Zyo1 zS?|-BMxM!+9UBqqoEb>Iph!3!cJP@=g8*nim%neeOzS+NJD-Up920@Ce4W4OPShT> z8RZW=G7y%pbcDm}C{NNtZKds?4MgG634N$4KpHzcQPP7ilk$q<Nddlj!4|^J1{a)^ zb?|FfEvN~jcd!?^g)eDn!X$ZAaBU<kOLOv~oJpJV6$cr#Nq#IIssUx@(h_%Zl!pi5 zp2u*>*A%ZVdLp0X&9ZI4=v>%c*boT9qKkP72tJA7$2@WIqqMmiSsX|NZqy1}iXL#2 z`xZXom0sO?&2R4fMDB%?Sm_!me!_4hSg}`vA}nG-Za6X}SqR(ijZ1u(2bPB>8B&5` ztJs^YOZ6B?9s`tS{*_s5yUHNZinGwPe+V7zf6*6ibTV`di(g8@WAm~$)3DK&a`70e z;U2jBjDv|Fc}d5A0q`TpC5(o|Ax^$YAm&ONMVO3#BoZ!8@fThyU&GeBhpy>sjI)2) z{uyU~G=0_Jcpuo{I9M23rkTEK`m^m|!nCpdl?UlP)<qS4yvs~_neoZ+xJ3pw3Y_Or zuz1GJWmwpxAKLft+ccx_p)vPMzb;2Zec<Ci*}<<tu@@k&OIhmU$K_bptGn5mf#Q<9 z)mLpe`0j)U2Oq8nVu)k1xZHJt>bqwYsC%6MiPJqE7b`q;x=Su6%}K|G76Nhm#+?hR z&;bVn_xlC9@jW~yaB!p>w=+u_*+s8A*A5X`kIMmWLZicU2|?GoGPrYISG+g@K|4zq z(wDc``lgZ7JhBl#?%&7;IP{#YlbJ&f4yx;WZ({KCsb%StNAsIE7Yy^@vPf{CZ|Ch2 ziQf^3%=nn2A5nmtUk_8t(u0DsPGWxZUb#Ay7hpgOZrJhy-l8HWmW6PB%r8ORgNCAi z!6_FAi3eN}b%Q4ynT;^NGyvvHJ*V?_U?4s)QLu~dMqhaZls8JiPxO+(w;N=l+rP5O zkTAa@_U!=mrVAbWq5MS@Lwwt<>~Kbwq$iQ|-G6X&zehjHBQoV9FB0m`hXZ=EEKD_U zg5e;3%e~74c7<}Texf;0v~z_OCt-L<ZGQ48Ve7ADB%ENE8%&FxQN9-*p5(U@kSY0r zuBJfEJhmBfw~5ZhjcoMEo<PY+GtmYC@t-t4Xg>nHY>N!Ght5r^x_<K=dZQMuGsL?M zX-#4RXT53C_=!xy65^hYN?iFUX!*8XQ^Y>QCOCOI{xp9{%8yS;Ua(2H)`J;N-gyQo z|2Ci;n$rZ)sru})fE{D;?F`e-T0GFx9K#Q}E$I=<JnCvUPVQ#Q$fVVlR>zwq03sDD z<&iQno&*3KPH74mK!_vK!dIeU7}<eGPQcbTX{IcI1B$$n$Gk&cnnpC=3Mi7#7QZsA zX99qrhb04RIeF&~<kd2m`lCy{Z9g*ol}N_fQHK`KgXhH5erle#1jU_n1NV9QEz_9Z zOZY=HCf%2~$CSPVp@(QF{QMce4NvB#L*K?3o_Nz4-rfz1Gb5#W-qM&f#@)Z3U?IAW z@%_g*>o%vO)Yusbj!U`zW@f;$A6K)otl7ULbW_)5itz=fGah%6TS2npohi@}#~~L? zGHK1sd(GzgI-FCcjL4+V4Bq956JM~`4NI(U*uj~DbfjPRY?ms=y&u$!YUKq^mO0D| zG#B$MPbeEcZzg4HCf)pI2RpO0%5%q8I&tq?aZpTV|CEJ@@usM&C1?1O7xOD$;c@?} zL-_X4A<9CxzcWJ9@{=WiB!fP1XTVlpn}f`B(<*dUT3&_QPeNcd8U$^ipo#h@3+zQY z(np?zGfOT`Ww5+Rw`Q?bUz-hWBgCXHoeTmN$h?OpII$lZ+wjs(i*H)(As(Y8r}UNQ zxSSDq%euVu&~Qbl(uwC_Bfm|WIC^fPpWyq`+4d?}NSJr!Sst4I&)eImNlxr&x6rWn z{a@=D*g!YXXRReE%iYs3^F0qWu1Y(skY4>b9APV*&W*Vlud-j^4396HQl;@6+t^vc zWvcr5Y1P=t65w?Sf_5qk9fgXO=^=|_On&Fe%y;kq{L@e0{leB~bvjo$-k!fL9{W0W zg`wDHwV&dg<HKg<NK`ZB2(0*Di8ng<r{g5u_oCvK!Kc=db3m|V20;qY9=c8_s{V2u z#EWNGE$7yV!DE3XJE!=<)a<3Z9nLAd$|oX(ynIe374AbeeEACTd{*@Qwmh<OPx-a! zV1^RUOKJzyBwq1B0p<A<M}KV(8en-fvfD+{1c^H6((;mWc8&$7elX?8Gb$;i{3}fB zANa$gdg;nm?Wr<0gfW=Kj<!0NFR^~HddBW~SMG7N?v7`E2F4k%gTHltPR@b-xv!$z ze_lvD%XeY$g;D?DPF?jsi1$sX3*rStCd<!lJ72Ai=j(tx1Aih%JDJmY^<Qjx^tb^J z@4fSPE}Z^}1I5$;jl-`e`HMVtzA@6Ey=pBTI`p3KXONx&*w#0LhtmZ8zJLu6m^x6E zZ|B<!dBmi1Y?@#PNQSvOO6m3YOSdz<RJrQySRFV$aL!eiVujvU2en6>47WUbP1}a) znPpkqwnI0i+=Ycx2Jr)i<Xjw3%pMwh0E>hDlTt>nN}SVWBTg4Ro(K@KjkUmYF=W}3 zhCw1b**Cq<W_*;+!c@YC1}gOGqc&IpW78b+tIz>neCy;<ZvYIUbV?0u4!V%VeEnpz z3bh%2r(k@FzG;p+vbo^+K^~kaZN8Ys3RW~?C)GDd+_xLL$T%Bn4>AFRQQ3xU(+cVh zQ=2i}4h#oV`O*cwUUBRhe=TEgLKCZA1cXs_cC-zDD`0E`6TJgxBk~xb4B2^6mDOr~ zqvx;oqWAkB^?ht`y2`t_*YO3XIG}6Vl0t{0xa|ko^|4<&{P@#%Kl7EnPYkBHg-M;) zit2yMY_YJowWVyV?(Wg>R(Uc*7=B_?EEC@@U4CH)@+G?@(RWaxN+v3vgN(<xHg@vj zJ(koXFl2;1w*D=@dR!*;yrvvRJhuar%%fZpe2%b~#6MPrpgXw8<7bR`=@n=!g2OiL zao{4SyJZ_kci_<A>KTOU+8vAqK0hF4mz$S=7RB})%!o&w_KB@vfv|*4GRjYFLiW2I zT-nBAMY10MhCeH?6B#l`LR@<Yb@{vST6{?HsH^e@K(oZjGAhEt8llt0_FIc%iuO5x zXD8*a#~Jti*rr{s-tEasx9oED$A1I8_14|z_!D}ERek<D;JzTg<%mw*oxhCo7y#)8 z#O<X)<h$U=djYwv{8umS=<@#6@`(fayYGhY>0(pR;F6N=B`~Cp`5`%Mf^H+Bk@_+p zJF{NyLb9l-0pA2;YS;9?X<|Ay)2;rNJB98#ZMr`A(R<NN9V0tGn~P=en~j~P!NEk? z;W&HH)PyN(Gq&O@Yg$_z=&vX3O|ga}CRdo?uqhSXlmGZyn%XM~?{ui_g)qi|w5@l? zKx2-W+QSDPeRuBsjc1<Z*FE{gu^d0AZ0YeakTRg~+&3faaOT?wiE+XWzfZiEvIgjL zvc$x}4f?$t$te;OlNXau+FVSA&Tf90y1a7!YUk<2?|zP19%YNe+MwTjX3Bse&-h@U z^Yc1!-@LFh_WR~O;~<9#fd(Z{*2;62*h`u0#L?YT#+2Qb_FO*g?6`-78V-#%r;}~= z*p`*m8stoq6D79n=(9Dn1<Nxf!4{*8x$2b}9$kVDLO-_(&P)@?1Pk=q&)FuCvQsCo zc5AjnICNn_aejT90J3dWA)3_KL)r7|Bd_EA!*ARWbkFe?!)ljHZ+x`Opx#za1)nHW zubIPuU$Y~}EL7;M1ej!-mDaFt6-1BS#N(vA>=_iL>N8|c-1BQ;&{qmvoOGw=KypJL zMsmp<_eK<`9(M%a{EX3k@lOeI@fcwkwACtCU93$xepNtD)Oz_7Nx)jFQc|gX`Gh`r z?W=((51D->+Oz6aw(X%+x%k=J7&To3{qE=`cX6RShgO+lj$d8GEWHYtop$lUAwTW+ zsn4vgIAva(_|&iWwhm+CF(Jg~H`Uh9`6!NtO^lNR%dME<vYoae+MZvYL;e`aUo1DK z-1gXR%=#AncpRUuogZIq#`eS_?dtDhK-zr{=e@Re|L?l!+|yx$_WV5SFF+UA3*PaZ zq1H=t@j~IbZ~1>(daA!E0Mh0#`!slWKQ=h;R=M}-hL>_L3*uP$<iB^WX6j29dxxs7 zZgnUl>s`^M{k?rM-R-;gdG9cN!amjSK#W#pdkGIGf;N<z<}SSSGI`csE(Gg5<<8v| zWo=Wo_xWolDFDxz1$djP5Fheknx#0#Qo*KwF}67}bmbTPW;IIbE2|A=6tq8GW5YZl zf4@M841R^Vx#2dKEeL1q>{|oU(R&Xb`Wp(l6#q<NaK(kxJfzuOFC1Pl*h?7OJyh^; z<vwtfjhh<@UeUul0ho9?-gsvW%h0*dH2%fG`+1hq1oD6pVee?6dn}|I|K|QZ?u`=i z45qe?-mzi)q7IIQo0!9I*1;AL{iO?RoS0+5aeyAC=g+kn?S$TR5{JdC$;H6{l$M8t zDar0(NN64i9f0nf_E<P2A<moqD+{YOTn5XymC;#yq@RywaV%@+C%&iu(|>;EJ^VlM zz5QRfc<u@gS>q#~Ht%vpFo!O|1E~$u3C@o3QojrI*Up#xTm9G=Pk6RNO?Ds}1Y%^h z8mS&&G$>NVt0NZ2WwGAekX!n!@`JMdQ+Jq0x4Ok)XO?(TIVKJc7FXGK*(;4LcZaHM zR%XZGxL!38YMN6j=2JBKEW7EvehO8&mMy)_iLJvON6XMl^;_nnR~;pkTgv_n*}L#? zYI(~q1fCRg=;OAMeAZ6x+^<YH*YOPXM4W+~#vTs<^0bGp+K)B-*9I2T3yrf=er@eR z?CyjX`!6=rMv>9q3=-RZ(*9Ka8i@^$EWoAxuU=l|{aAj=K6wu7FHHHz$eqLg7}{4r zPbVxtoxeJ_SAL3LkWc37<h9Pl;2P}P{}#^4eX;%5y!@vWI(Kw+UUqO!0mw*)Xu8<` zwLx(QtsnkHZFHLHJ@F2E>30WX`916D5F0RHZvenvrx+Y8djXLr54!5VRS13^v^<t; zl(u4Qvr%aemdQHL1k7Nj-qPdHZ(!&=qjMh|Okq%WZeF_c#D0sx0ocLpgZMVa=u=)s z>_jh9A*J}#tG{;o+Rm!^e(4U_4F+tzfbgM1>B(*!M)~;b)P@%pz<Yr*bII7aHs@n; zAPU&fw-U5py;c&PnGRrwi>}_fNYNMh82X6=__h(~#vyxL(bL*Nc*5VeA?nxdXt2i@ z1byIY(AO*1DLnWE6aGh!1#zqM(ggIfY0$-r%4Hn22h3fqZ6IKecSXG~9q!tRwkc~& z#*lRNWb)yxl6(ZXmlUNJd-&_+Mc8IaXW@oNqivY#vMmX)HfyY%qjo|n!2O^O^t)in zAu4O1@XVBx@tLv@RsH$r$M1e3z5m<K<ZaAQpyxAsIxkgidpo1-^j&OsY~1UdiEjwi z5QpV7G{nqEfdd~JM$j$G@xS)q(beus4_B_rqc_`RO5W874G;S-<--xZ#^OH9GR|g{ zSgwE4vn^Ygm-(E2WVOwJxb=AOKL#I<LzKRbt+w0hSFg2KH)aMD@S4S87BrH|Pyvt3 zU|9tM=V~1Bmhehsb=nT$@qC#FB0c}*ADpsZ%Og2II7S}k+LC&rvyaFf3#m1Q>h_$K z@r(Adve4%zhcQ$hR-=+FCx<sM*Lc&rJet_lhFgp_d?9Mb>XG$c1Z3^JTuU8)y?AW> zI3~H=wzkB++i#6YH!jsS;5j+7+wv>tI41pgQ}BPVqN{!1rG~mrU+~UJw|?%5=>l^B z)iUdz{L<V%9=Ff>qaUB!ua`e~kv>U!Qls{Oq$~F+?s=*oZf;ua*e11Z-gDCUfBIf} z_@$Tfu8jSpuuFHF6X%YnPO)^T2bT_#=>k*9hqF1<SL(I*y*s7A<!O2?o0c*StK60C zEKHS~rdC&mV4HN(ygniCPyKpg`{Ej>Doh>w>f`wq1HLKi+0u;}aR6@KT~ArM9XP&! z!iK(~V4R@)^!TNPah5oY4W8KZ!XNBp4q<EtQ+)K=dC2Q8wE6m)o|ZS|Uj3X5mQho^ z=T_4n@Oa{Of@pv7qz)hbh60cpn~#(F=D6sKPni2>y;s<tu*T1LK~Hb8p2+y+F~lx5 zV1lQ;{=tLw$lh^bpK_h1zT0EUe>P~1`n11*tqsP<IBeUPDG&XCj=V3D%0PXjXgt+x ziajjLV7hZ{%zn?9--~+Y34aZkK;}C*4w;tqtEhnA&otu%B>4HjGlv}g{5kbw1NkGK zX?yYbZ47qH8fnWXet3u9HTFe4e=?OOkH@QymOWvl%|CS%IaRk}eX_l|3>#adE9>we zdHe=z5qBT9U1$rHthcnfC`~+<6FH|4dcz_yug|zDctx4MgdK5!)86S@M)w#p`1<3Z z^+mm+B8_-3wy%YI)qxQ0=sk%axS%dq|K`hKrtf9faF58yimkQd-`cJ3##Y8HtHa|p z_KqIax*R>;a`SUeWdm))G`kmg?Tcq0T;D}|6NA7*O{Y^R^s=1;o)=9Yqz6oxZR>Ns z*xqepb~gM6q%rbfC0os{J*ZzEuUuD`?0PtUD<%W~3geI{^D-haBn?eeb$MR?Z<ZTh zo?CVKk>=+)jy=aO@o%8dS9ouV+rA*1*N7VvpS1stegCgKcMAT$%KfkSFGw<9aGo^j z2H=8Zon^N={tTqN?mq)^e7C)z$?GEhTMHTa?p8nhpdT%y7sAj?dnwT7m`!E(A{rX} zzdU&o;ttqW#br~n*kgIp^)!NR;kY}rL3o!2=Djdy9*9G(ORh}|iwVIy^60)}U`QB9 zTxggx1pvQgQ`Tl6sGaEpWmzKV3uQ2SVUDK@bW_Sr0lavqSBP6U&!1#jdGk0a@v*tg z2N5~@0Y=wg_OcyB@1;OZXQ&Gt?SvJ*+Jn6tlL_lM*OTY)_bmW$%p7P)*^bik-busD zdm4<xOkrrOWw3MfrUUSYPNRlgF!1Z;`(`8b9e*dYvY6r*0Pno7Y)p)gC$l)I1Pw`f z(u)n^BP-96inDN~_h~aeKLI1gj%}v*_4hE#f&c?VO1eomhVhTAS)cCO7w7c8WgR>p z)`n!qN6dxJxwP#tJJHo~7a#ap!EfjztS-u<SF@}fp2_-r;D?NU`|hWod5Yin@H@xv zl?3OR=h~caw?%YD66$4vuHF`TsNS+0qTZgoRa(IQ7p5E@gBXNf{^{XmeJp~E&f%v& zfnWK<ldcU8;w{t>&5WWZYs9o1Q6|s#mZ6SAThAsN5>gk83q2^>Fw)+Ys@vVzGGzKZ z_gymU<j0UOM`ppL*Pw=R@XxlvX}vhHE;-WD+W_^tNRTIJYL@ZTykfY7$uvw{mla`c zP}a5-m9pE}qY1WDa~Bd)BFMv$fX4wl^6K)aOeP8X#w4MFZOm8OH1L5#cC0|gHgGnm zBYbGuIVWQJo~s*gUVc+qTgIQ~ST*g+CL*qQ*uuwh=g5LS2Y%~r|Kw$p=I8%nv1@$S zMJN5-V)>lC?FHd31mwNox%Kn)tAh{E?aBYIgZ6LJ?;NOq(>nYXfac8z*Z^$Vj`d&W zU`wGpPfr7q$Mkh&o8F}HdxE_(Kt)s@>cg4Tt||8$>`nic(udu4XSu;?Wg8Erqkk?$ zD07v<<B;LsymHeDT|iKekX8n9Umdi8o9>2s^X~JNzoCEd1wo$a27p29NA%gzJ5uOl z=R^Yx@sNkIbLVHjHg}<e+>76`C!zs>YARme`>GgcuQnTpnUkh2d}zfVemewAm_dko zPv-E08-9vFvpl94@V?`ctg#pzdkoHRPFDH%!a`XGLh1~WcLU1K*Wt98dWDY8zNtuk zk>B*KJa!x(ctXC|vj4%a|Jc4gcE)N{rZt}RE7{6giLFZ*8%8Mg@w`npcz5Jo{Q!fH z&R03TL-4|}0UQ3p1dg3uFA*}%Sv0avC5(Fg#dp<fe?0I~{>UqjfBi2W%=9aJc5vF@ zF)pZ{&&U`U=&mKq_EFC6rOU(8F<M5;2?5>WuE$3?%G&=-Yrl}XVL&1rw_DI2W3r&7 z+y#c#u~m<}?JEPPb`vX?D6XQju|KAANzvCdIV_Gm+ZGr{H+$gL?^yv|l^(owQP#)I zUgeeL(SCO*i#2I>&OiUwkm`jM&#fzu4I5Wms@wpnfBGU%0;-wvs84eAYL_6MlZVOt z+ue=7bgzvUpTj9yHByiD*b|R8UE@H9VvU9eF8)1t(vkh56aWBLx0u}dYpJ?CFNCX{ z#R)<fo|I6o{U`*Fs5W0qeG^I@-&kIDB7fu9b8EdHY2M6Qe%{R={bW?(ICVFxmVcxV zvHoZ`4oW-y-!SbTAvIq7BS_x>IS0-O9lK!N_5x#_fs=l92Pxg)9-iBilh@_yF8D`3 zjOX?v=}R-~rp-(Hk~t;IFJYd3H|<L!o%A@3#4`2sguH2F4i*j2v{6~t_$k{k$wS`@ zb1vQO8|%_z>R4T~!e4wPM;kwl@zV1B^erc;Pv*zN$#+lVXAAQF`dmNTDi8LUa{qwB zp58AbyEf-1X<Fk%9LHwM`ZeEl$S-<@rWMv6O|+x13%)1M=ezF!Rtc8BD-6$JmiFhu zYH<A40E30o5KRqOc9x*8GHe=ur#w6u#utY9_5r^Yp<lp@FAmoylxM1C;%3>2oaLd! zxkNmrbBvr0AZ|Sstc~D#Ob64Lb7js`{a)0l#-GsDFOCpwP}nV{e|p9D_)6EFV(g2I zz=Y_4eKvcc=85f{x&x-DVoo|3evRhii+P-ynHMxc-<UTgL7g%nW!v~QH~>XAo|sZu z-+RfA@yAZfUfj(ThTR-?<L?KuUSjH^zL*j}`)^u7Tp!;1?bnaIosSsPZn{e<QpmA% z+9B`a0Ja59i*oy^Vdd6J4hiM<IyPe&RR-|zUvMJZM&w^D0O-rI0J)_M0-0S&%RTyJ ziRdx-LU>e0M2A@$aF#Wh(aaj6Dp<Q>El@?)Q$PD?*2#F-U{E$C30-bBbF(u0(i#-h z?T!nD(;&Zl=WBHBk?Mih8j0cB4@hU9<uJOc7DKxBZQ1?!WgKP-6e*XkFW4~2sD0>* z)mVXJoaf>|8*K9`A1u$=GGP#Glg2@b!PoxrsS9!8RLcM9wVgEGpa^wurmycyw=Owt z5>sR^f-6g+l)P<c%GUPH97Dm$JiP$rzgfb-f5#%nnH#Vbu{`IzHW;eagI>$`k>|!T z@lMWH*B?&+yDBD6!arR0@V?ukLoPaf<#Y1-Og-)Z03ZNKL_t)XzaV;te`SN~a=}sN zf-l{DF<oxJzd$K-x?=dos?0kppK>o99f7+a8<Kac-l0;ylz4YVT`CO^V+KuY?v}hW zo+r1V`O~^RWQX5}V?!$?<=s5I;;<T(4mMnY+Hj%Y6W680QKH`PwG$T0_ss(Dsx42N z7e)xGdE-|XpZ!VV&wPDBn~5a4-fT8qukuL(XumOG<4QVl7SpnC0F06H*bfevO`U9z zvO!~&W!>*4V4JZOXTD{C6^ogV`92R|mMt*;wjEO;l!J!9;{xWr-#+?I*;EF{;llD| zAatXP2k16-@%3@|ZJ(C07lN6Rs$uMfMY7Usd6z8R0QU}m_?v%3s22nwTPhx#&HDH? zNbR@%sB4ak0K`@vb?xywh1!#C@K}~!7DT!PE+#GuHQ5nK#`9r+Wq76M<JrkM;jsg= z_;f5N)2=2a##uZ40iKV%sOM+i#m`gxzmVdmbM#QSdff%e?jd%uj@543uN-it>KYi} z#3KHbpN>&!sjb-@PF&0L(iPXOMyD5YBLtnc>YvNtU^Ba8Mda5`eS~Utu0e|(Y#ul( zSfKltEd?QBRcS|59P!<bEc-8oYnyyYxuSG>DIfjpxx44st2~a8br7B9iSvdpj-jv7 zfj;HIC{_`2HKFW(#c=J3o%6*l{9)=J`|;}lbdKQQ$NwgK?Id4VZS}MnM8#3L8#5R3 zYu21obDmnMSxLt)eQc;LQ8|AKdT}t;h?<>jyW{u51KU^S>IJw!#{Kez%Kx_9xMGDk zF4uN%d^(=nemw>q{l>xD&#uK3*ZQyPPN((nvDB}<2k;Y9Cv@&UI%$w@vHpT7?VP?~ zxP6wNS6^ODxmbSzj_^0Deh%0s!vNE}>unELMsA(}r?a;4m@;*cwh4Jg(8)S3*-P8W zmO?k>?x5v~Q7YR3V0q}(U+=enJ%Mk-V-S^ppO&|Ce_bf74L>A{9y@La02|8<iukLN zUOHrlj|mP8Rb!h2bAycpr!A1x7y0i(r-2X{GVE`@I54BDsDk_F4k`^!4#w-3qe(wR z6r<%rusG~Q-@yzVbN>!7uczNFzf#|0gRxa?js^B3W?B1{9n42c92@clp$0`|JroXR zl<fq^{?T=*MN{r~p%5ni+F9HScC_JbIzYWTC#LPzV>fL>`pmCWZvaRy)J_0EBW0}M z*cnYRUDY|(L(!(2+F%PkNqqFQP`0P~72;Oizxg%<U7&Y1ItTrW&e2$zo<*S#l4@Je z3Sbst?YIaB10CeHXKdCUAL9G;@#pV;{`ec&6M#H6>P(SBia{@^)<kF<=Mvn&)v{a& zQlcU#J9>APBV(+CZf7pM=f36SU#vR!rq^18<em@mv%B~iVci_B1`NtA=|@A5gUR6^ z8)8xWAPYK{z^6+7s-vv@avgF!(vr%L<6yh{MM$jG^|C2oR`?>%OS8LP(;$B~j1^cW zrpL+(MBT6+-`M(}owgy%90YyXV97i((qZT$5Fa02&iBQ&eC;iII3h$%riUygp~96u zcHHSdwYez_YHR~}m{G^>051<U#Gr5SSnu-i&8|dDt?63;?ay&fmu&%&nJz&W_2cB& zIgoR{AC7+atpRm?wG`W>IYxbb_iw$lo1%9A#;Sw*E1LE4-q_{-@qUeA-FqzWdI50G z>C`RHf&T__`M$mYxBxsc<T+lq;yUR6zb?L4|92X=X=l^uegE3@E4feKV{aA6rDRQy zd*@rq7rN=+nGP_;4Zn>Mf@yFuOQ%~d1x+1-K3(6B)}%|?_wx>X8@$sA$eI4_B{Rs* zd-(T>de0)#(`S!!7fe1h-4M3?CQL}#exPi6+!JQf)HKFTxtBJFZ*0~_Z5Y|)!R*O) zc6zG3bToeBuL&97OCP>;?NOJ9mAbw?;l&YjP<jc>Oe?U5?{;9m45k!1VA^k|>+c%q z`+Y-UzAXU1--5vJ-_?UY>FS!Fz9rV_V&7v_d@Q3&d(fp(H4Dmc)TjDw2yX}NUz<9y zM!(>xJJNP|^uXh5$Kf%3KJ8yR9RRz=KbRL!7wyoOK_Nz$q)(KQHC3AL>QI;MHM+j% zJR<&SL)M4eln?-z3KqOlVJa&|p=kkqSss1qcnJhuT@weVIk4Y36$s*Zob4V>v3_FE z|NR#Re4ga*TMF4{+zlcN`*!GVqg1pEeJH~hT~z72=qGY&Q@(|bcc4wLESnp#<6ZpN z4dkL#zxsyHfn_kK4;bFnwtA(hZ?<AhJ?jU}vV)B{lKrU9<;${+^72`Rh8dY$*7l;1 zZQxN?D38bO%BHU}E3<#e3xu3>gl8ZaT8AM6+-C{%E#k#R+J5qe_Vem@354w_X!UIy z4k|22(2Yf*mwyb&9%XCWHOf8KUWmez%Ei<G<+2PPBsV`#S<&h{F|~v}b?{Fu<>6t2 zE@df%6=(dW?Cm$4YDfp=&Z(C?19Y|{yB*Ix`QP*#QjQn;GCp~>fay0}JSYER(Y70F zo;R6CFaF40-5k4-v3wu-jz?9NU2aU2&*jM<;T>0h?e#yXRL7rA-W<p|dXCF;Ww#e# z`Hy~PxqlyNmX)ugWd9Dz@jtiEC)NLDL)*LRGS{0D-z+vjbN9^6FJ<mHZPnh9dsnTj z<#;&Y+|4%~0J%HnKfT-LpmOVV{NC-wqkri2$$1BxQukDj8XF3Y8T#B>kFI#Un}qJq z<~9XDBbrpR8HmBrDBXCY6RU>}-HzgmJY_g2^@1aS?+O3(stXHMX!^bBhAoes<4bpz zD_cxPd3H`(&kO-^D5y>uASZynZ#+2&+5h%ZrqOHsWgYtXIDwIlz2Ru5{)!2{aVyTI z&7o(YcfBm}LyyOmS%l%CmFA<2ulUcwN!F}@ch#?SI>&aQxsdVB8=#d<@7g0>f6L<7 zb%8lkNE{b42M@i{6`LuNvl9aJ$u4N~WP>KQ(2cEG3T5rtysE*@?s;fqTIn>6aqx$* zdKW)0>iOl@|8%~Hh!E!xnzLCf7i%ovzBJ1Iqw}bq1}zb$URmkKGbQV!tSp`NYaUjr z*_D@oJf0s54p`3#oGum0+`il4mwW?9U-im{1(nxNyGz3c<8;zj(!aBFY}&ibmDMuA z^4&JvV&!!F?zZO$H6^)UF$te4w<CR;rP;<-jLlmdQ$BFeT}Jjv5{HFj{gR7m=^fwa zVSdub{sFj)0kQo9WMdM<wv*^ykjwM3xt2FZA(NQrQ8?HYqdpoD2SMc5*e(jP7c%tD z9r&fEX7!dyQY=gg{;Nn?8Pyv^gpTpRo-cDOI%i?*LSO#BS#C^GkK>F3xHPwpJvV-J zO!aL)@?KdUm#<}x=Ju(_{r6nz4&O^b2V}v|DR=M6=V%uUw@(?%&tO_MfX8?8C*%H= zZ~HCZzUM_i&22LhegFC23;;AjM<oY!J0W{@ddo>!Pb2F^Gj!J8rC%z321}aNUO>cO zM+^_gxgX1+BQD6wI@kbR3i{~q&)h#9kvQ65vj)J9+X1zg|1g5g6a&Dd9W+<qp6b_T zWP5X;{GI#`67Xi*3@Q%l4LroLQLofG7><DZr2X4(3Sd9tTHhF@6Klhz<t5#ViL`kx zIOf8|l(qI3E1lLC&&Vwg+{DC_@V?P77YYt_JRK{)D~|=mnKCej`lu`~?eW-E_SnHg zEWF0=iTza=k0%}u+4mS0J<F6jrWyFfG_o_bG4|I%bkQ^Xqj&7_yU^jV#rtAtr}nSs zanuIv??P(%-`a_TGz%<FB~-0Z*eN}Kxe%<g>!M*g&6&c`R=A*75<^`cQ_mZH0aG~c z^-J&n_6x7&<<7r5Xq4FuR6bjZxX`|9i276=K2_t6?Tf!5S%P<+u)LhhKR7ZCU9u%P zUGt}GU_+~R4H_NzyukOcn1pB?`YaIN&tjiF?w+g=mll>&dfzfoiLxrTAfr28P*`R; z9hHwb)D?M?lUJx?OEyD1pV8|<PS=+_6NlCI&>If+j0kHOOOunaQi-W+e~ok$>en0} z2o1FAPp20t6Qs4R8rbCLAfV%9vpF+|XZljP#MH*|g<Y1o-5`JbN54ATq73{yP+nR4 zBPvU&dfE76$9?_n6tY~6yfV(7zSZw1Gj*NgD{Htr>8ZD=O`OwO>_oB8uL-N-tK~VS z+~9pQ?YOZ^vD>%)xk&$-_N>1;@hv~~Jo(<EY(M<&i%uDYn=4VF`%j1E@gt8xz2#)x zmwx*f)C<;M$sEpe>u&-0q7(D4KJ+v{&#D5h>Uu~WdrhCxDkja&-8N}yQ?bsk{{E4A zQ?4+ZbTuu{4*beF08JWP{8Hue`thlC8k?!urW?rQ&ePqz!pFu`X7|#zH^l(9bTI!A zpIo?4r{B-5_T;%XX9Kd-YqJk;{cdWD6W;;Ql(jBvo6{UVpJwW}7Y$MNuC{LzfMr^K zWc``l<vCwGyRviX`tag$s2Lk3<<36gQP({ouMJKa{BD|mr!$<Jyl)5m?tF=zmG*n` z%7e~7@I}47Sjn<^Zg8A}nbbFWAsPSi#gOrh0BrLb!BlyvZp--M@voV&kL1YOF7!nl z=*kX{mlR&<gQ>9brzlS^%rPF=9FAQz^j?%?>YXVV?bjs_a5iYOwm)&yWsH$&+6BLx zHp2MY1(?QJAG!T-r5ZO(F@c|~(<`1wviwfl=0!c|_cshYZ!ko|ltKq_<<I>{LuS8! zH`QAgUlq%18-Usq?ry^xIkByqMgH;Ut&0Wi%n(M|QIZ`>mj2b>U=9n`f~c_ntx~0U z_PDWz{Y-RlKqlUL{;40)gz~|CwL}^63uh&^k`0W;LpEC0=y6{HpYu(;VjMxau`4Ed zWnf8e>$Evrp}&<cUUR&93Ll|ts6h%e7G*+!;25j=BK1yL^#1pl`0XV3X;qp6pDk?c z6jiymnA?WcOAkn!l-DRo6TUs+-HGP5Vl;~RG`RFd$V;0T&iOHA+Y55V1Z|Z2`ESoa z>3zJ2McCsDq4L_BZMdbK#meKpf?BUXp37$A(2Aa+De<kvamFRTc6(!&^yfGv&y8u8 zvu)+2-}t56bKE)|PrRqB^!Hlqir#I}iCZiifD6Jocsy<|NXi(L`#cBtXW%Sf@Q(hZ z9roF9+aEn~xJ#Q<JXCI{=fyP~wC?t}bJg~4alMPByga=_-Y4q4tJA%mE9eP-ZnuUm zj^(-gugtyJq+xAPlL@$V_dwWSprd!v#iqDprD-~qfX&{{c}LFr?DXnbLb7&t*ydB{ zo;WiNVVeEn@A_4$*|L6_b)ejxy{T-=qh##anB?!K9$r}ilxMU4YMU{cz_5pL+4km( z&dGmSlP_W@KZf_s2w=3~`|tn#Iu>P0?0h;FcUP^#iOJ}in3u%?&#Z}=7=u^%YVptV z91D5{IJtYqwo9!W0_`!AVRw;VPR&TyFG`jtjX$!MI~KNID!sG60q*rJ4=(~2r#Opm zOyIZ8glSniYuir`8^SU%(Pm=h!H1xG`3s|8_50<Q|L_$5e|`7!>*sduE8*1#<y<S; zXZ9mjF)Qzp=%bV1fM|tM$yjpnw3u}6><jI{kQCrX4gxaLc0ov2r_(-6g8!1GNV#)A zMZ=%;3r2vLQl)IWt0J*1MmMqUPT$U6#V+Bn%C;rEAgg@ip?ajIKayL5_K#c8rLEXF z7xcuZy3u7(#$&aNc`IwYu54kINVFK^uwFdhaOA&byY#Kxy(%LeJ>vymdt_`-kAxcz zp)m7ro6NY%kVXtfb5Qcw=GkT_o2561yB9wzw|fk(Z3q@VRr!dnMUtXG?eHZFzm|=; z%EAL?f8Z-UWB%ChATN$cV}NuPU0T^8c-H;(@`^dWUir!WoO-t28(GI9+noE)G3+UK z<r}}Qjefm<eE;;eKJK3eJ-lb2&ata=|AJ!K&jsq_ZeN+N<*j?l9q#{T>$d=U10bFC z2j}U*av<!dfdQx!FBMO{srVhV>a3xgrtUrbzDba#SL%MhZfEaZCk~`IcKT+7Cy(Xe z#Eu<0rAY--=Wh@+z#9h#739RB6uvl&dQAb?da1m@b*2oU$%7MfvEq=0ZTjUAe%L>Q zlMvLE_D61i<G>TuZv<%Nj4kTL23Q;9vJJfKM+2P_B<!3xcmbiE-dM=<9L!|Y=9xZ# zUtI=<xOK|MKPPQJ$IL~{4013gJ3jg|%{5y5E!_=SUyPf5<PC(neoyuHVjS^Jr^BB^ zpdY^vrgh;6&V7BZUW=Zjem9}DC%rRBccB1}9pdPcA7*sTbb}YQ7(%CZX-|U#r8u+B zp1a_<_As3<eByMWpkoTbkFHjB(C%Z8^OwK>%8PpZ@g1IEG{aIP34(oGy7&A-+M~dV zkD=vn&ZQ+mv#Q0i{1CKS)lv+{l&>Jy;8-bs=d--{Z@wZ-g%(pnYFJ?!F{BV-<X@GD zxQsqzUP6lr<BAO<YyFjfB0YR^=|}pXdX!@SV&HBBZIYf`lr`ewFm*B&LluhK05-zP zzZQ08m%19>vMY!0U+^Y0F@FWy_-K3$64}5OlX4GN7JH6EnjlJF1N1Ku_LYrGTJ3Wf zZMvo6m0IRv=AdgkR|@`lAr%-l{BYfhIPF<{0s6C^c5M0O3*|x(CfNY><{v!%L-4{k zU1FwZ3=gvyY>Pa8wila==U6nD*(s04VUXuhdcha-hwenE|C{B;Ajd7wJ-5?tX8d}N zXTsE{pijB0^TNQ3g_C#x>fK&he#`Q`=kl%>0ACw^PPx4x=-@f-_8HLURn*mqc|5m0 zEb9*I_}qTIeB{0KGX+4v$*=zI3vE6TXgbbbT*Cpfv72_jw0vpdd&+t;uyoF(bm^e| z$y0X9%-)ninPT{TC%+lu@>=+f>iz8iWNnLLfzyjJs5hnN)8@Vlo~|7mw9z-P@l`Ey z&hgWw0zK(*@XZL9vbHRpebd)hz9;s-SGhIj)>RJXpN{U5k=6I#5lZh)g&3cCdLJJ7 zZIAH#y90gGfdRP}0dbO=vVKh~yzF0_nf~Y-3a0eA*qPKh^X1vhDaeI-FW$j^U*e;Z zKm4r*PZlcsy#{@Q-|2&1I>a&ZAu_)m;619}CeXH?sV_dZm5mR+&(G%SxBPo-jkPhi z9xSISOtag`We>O>JEGHZL2Tk6lj`<(X#)pokDVQZw#jQemBm71f-ktxhsq9vn14c# zzqTh%AwZToDr#5SoPQ4bd}p7h_<K>0Ke-#o^nsoi+J<QcBl)^Z%Hnm77&rI$ci$!b zbgpv_L8$N1`Zpf=f~{lQ9p%~YSh!uh!G^~UoE_IL;%j4kiE7JrbfaHp?TZ%~?H*hW zCSch)(5Z`mWYi)5`Q^TZ!4mVW{&g4l;-L=P;Eqr7a7U@U)q|h?Th}1QF@mNy7Y1uZ zv^ktzut+X6w2o>FlMtibYUCieAG7N<-eXmENMqzl*!q!H)_<3YgOis_08v`gBajAP zzTu_muU!fcO<BY4)AZ?851;z<9pJ_E7-e&EgKfJIGc3!98l!m@B@3&Z>4q5(iU_*o zIoVu=)&;xj$2iv7F){a?y|%F&>D5Q=gEQTNPFyg=bNSW&wCCH)jbGMUb_o;11`CwO zc;>h?ZHaq=o!Y*!>i9diAM#?JjOF)U?yP%PJ?D_YvFzurYz%}!xVj7I$!OR!Shs(2 zhjl#GpN=O@`YnF{-ZZ;E_4}hOadPn7m10X*g532|_Ez&P)sM7y((-#}M&&%<MuUWY zQwH+;bG<+h59{7Hz{7@-koC^KvgveWy%GM*o!s30V;eS1+Fu)d;&js5mgD!7y;Qsq z*)vbkPuV+cakOo8O&Z)g^&o~W+!DMy|ML-tVnSsv`B`7)r;QQ9`W|YN9uE!w-`c-= zyG<Qk+HAICA@F^kmWOq5I9`;CA#pPp@l*cXBsf>=44!3Q7N;yiG2|pX9DAodc9QBe z;E~kphwrL?eaysse;kW25iXu{7gEeoQrkdiQuo?+_FsFL49Dp`{8!rF>;g8diQIi` ze9+YcfVMY}yF5gohbt-7+1eq)@3HX0=~o`+`|0POdtuMV-#*fzdBHL5o&ZxYo^ITc zE<pd$BeIgG-mp6=<1WFEcW5KvrX_#nk&8dryr}Ts4qd8uY@Tz9cz4*=<KjO2?zi&T zK5Tws#v`AMVy#f}TR9uoYIQSZ`5Tuc`dOQ0k!Sjptk0gIS6OjZ@U5}0J_uhVxu|N& z5DxQECr=p&t0`;GlpY%ZGTAB?^&I|EE=;p4{^A_m+>x_~kILq%tJA9_%H=;lE*$cE zy>Rgf^D32lBXk@k+_65rw)6D99GRo2V_t+rj%P3JY7gGcZylH&z2(XO+9CScvB{=a zTefV`c<PV#PllkAIG(u(0JW1(p2x9%mB$`=#+SigE7|$$<p%fk=iu<x=Gnh`sq(n* z$Hg(uivX9e`EQ)M?H#Y<P3WCgb)WBq{enHmo>w~;gsVH|yHYX;UM*eF+?V$PY58QW zyZYz$F#p?@cQ5;Mw>L1qUdY3!?IALy+#qD<MTF*sKj^oEb})!%=njMpNP7|BK<)_A z6oYryJ9vCp*}l5A^clP0QPvZ}!SCkd8^vbeaWL?X^k1GJ;LlI!rUt)nYQQtvixM`r zxgBg~+5%Z()L<Mw)jKfHfP^ggmJwrd5OU)wYN{N&!lXgVgKbR{#6uhrx&g0?7*vU) z&0R=Y$%Vq}Hv%jhH+eRmkW|PXOIJjcwOP7@<(B8-fD`Hw+nzEMN8d@YchQ5r9xpAe zeXu`s`H_asI)AaVDHY@Ew1_y%ullAxO2x}hrG7!jLA;o9gCBPiueo{3cACbmlzy=t zS>biZ7xz#-Wn;KyZE)a^0HP{?=V8@ffBWUTk7h4=*MRkQGRX6%r!C^z0SgAe)L5(5 zo05o01{Qc7qpg;|tu|L9vG`4awQ4mCzRo|kX;DQoa%#~o0M0o%bb<37DQ~>&$Y1;l z^+85@#w<T&JO5dxP&I@Xt9EHa)oTM~OZwwtxzI=#^Z0MjTCPAVvwGDDJTbTa+5e<e zEZO<Y)Q|gPe;5mD{T4^yg$b{9%5ZGs(@s&08#U_{1=}7Jj@=EG$#!TwB3u;e=)-pL zjE&fWcacZgjNHVVI*+Eh93YkTPyS?;Ll6-8UwYjKP<#5*24su#+Hh?~p*#yxT>@(h z?IG+Gg(F=|C2Z^3+_!sR0ls~0c$<<yJM`?fFp_Wfiz*o*yCfm|{=emnrS5-NY%?wn z>~}ZszQ@P0$>lBtu6;;T?)kRcjwiIcKselKlX$&)lzq>o{`S2T=;S&2bjb33p1Pm> z(l5wQ4CM^;1^M>fy4*#E<)c}CF8v&^EsvC}DcavDfA%SV(?d3VQ{n#EKukfK?k*+E z)9UbCYW=fmZJ2yXPHA=<5&XTQ-i9f*9X2?ot=zxg3or*<*_62WWRSh#^<?zA!<WE# z68kj%k4`f{oRoWDlLm+1SJ!C2Kk55Q^&{^y;-%{WHu<N`cJw`sZ`nM%_IoVk2fy?( ztEMgV9lCb*%?M8t;_i!g`e|M5U!GoqgdN&nDqBCmNf#q!a>)KptUlnEPsn=(?wowz z2+()VX!%R;3yeLz<Odt>sebMGgx$YqGk)VGa0a1RjcxkQA2i(VcoFt3L!a52`0a0; z_VBLS`1js&<A8csO=no9viJMz7q;7h`P%_?H1c<BsRYnzBklAZ`=?iac8f`OCAK@` z>iI$03xwhik8$vhzLz6W_uI!`zx(wkCR}{+5Hj}+0Y^=BwG|A($XTXjMI2~GuT?S| zR<`cDJ1Z+$jz7Blk55JMj!Y&0o?rKZ6@459Y-s!8LmOSzeYw!eVN&XNrhep>9;7-3 zTV9v3<c(kV&#$45e4~W2iq*kOcUPT@n-5vu@hFtg;wmOn7cN+1gY_<Av<~+zK2)7v zh}pkp$Wz=D-(~z`C$Pbu=?-cA$Eoe^HPwPc<4vS#OHlNg)|1h~$=?=wWt$OnFEDG9 z@<4E7Olp$^fhI_^VrwiEkYSJOh{)sM%vO5k#iHz!`-*8wn2xyGCZ@-N?dup=)t~gm zK>q5*sV~wq@WeT@G}QR1U(CU$9HVver!eU8QToIqv#9R3LSX&7<#n83y7c~&cCy){ zE!f}<tot7G8?$cEe~wkk%5$H?z3pND(_16+Zp%5Nf(wSU3(zTc{{niv@*kfv2JK`m zU;SN$9q(cO-L@ygNssqi0O<Cq^6s9uY?}JtHk>Yxd|1!22WQgkGfiOHU%HLYJ6e3? zj`JRTivU1(vE0%2(jIvHuKc9siGzcnJkb3{z&(vW>2dCWvByfM0J@X*j+VwO-Mi9K z?jUq04S+T%`<h}n`=Mx?Qy!*~CxxzFPJ-@|r|ez0Huxf)<0&+*0B%|#`)^7Da(DCa zn|dHMFi*1^hw)w8dYIAk%_#}2^yN$WsO-bX%q3REP@epqtbk<)+R0=XFzjhM#*<53 z@YkB(Y%}YyAy9e8Q6H~tz`BFi-{@dcD~~pG7oH7!$8T(<7k_b}<JTO=%>)<+bw#Jn z%mMhWE<2)8mcy4HO!eOTA%160|35v+|Nrr_9v<xLYR1l1Y;k6rLv|WaZ)K-FWr-|R zPVu$Y9_XD{%HJK{G7McFg~fNPUN^2>puWn(B~LOOmqb_6S_$D$%tTl@qJtw`w_~Ge zE@&tRqQ24JrU5|O*i)Yn{FnGMJZgusEVo^oU#4%hcowtZR3;elR^g2OW5eKX`HgFQ zJbCE@J{$o|94=&|`DM(6p!U2mSuA5dJ}qw>y`}Ib-e9fBR#O`PXhbaA?e8ER4`sP) zlNdX#4H}iUH_pmEzoy)OuPcoJ03ZNKL_t*Xg6f~nO*$POF;zhuXdA~Hz2ky<&m)6m zQ{Hf7mgSn`>djKiSvRY+MsPJ}MP^in`P?(;;k5C_e{>=CD(hG1D+J=V7RQ%cZs0yz zZSbpl>u#K~UYYxx+||2vk$ya<>%F)2kME`A9CiD3ki0UIcJENuh6}7^>kP~VPueX{ zKC!=rf4tw^G6nE&2NYB8jQ(bveRGdb`|q^?m=1~@bb97_rXJpUdsEZ2G0HQKi*MmT z_c+><(*hk_9qb*PK5%F20QtcS2(Kn$gvXX1{|rvBqIb*C9Xvch4aV9Nzb)De4)kld z1B_+-(VoU1Rx?dNy#NgA;T*o0>IEl$2d4&CPJak}>w#)*E9D-m9f&rtO;+1*coZ@a z4*dgm8YX?wHbata+ALkaOtTXPzXi~@8|*YPP&=XRv6y(;^`Og>8Nv;yJ#~+grV`fX ze|bUGR}i#p>}d`jQGNOF@>hqn&A3_VvBx%jz&7>5Iy}<D_qd3u%~Q6g>H<RB!~s*Z z(vm35eq`k_4i4Cr!x?;2n)>U-&BtH(^*sjuKS}j)%?BPLrYjQ$SNseW3^}#+uU@fP zI%g84E)J=6%oP-X({+nNcJLkpsJbFhWf_ifu}-H|4h-XQ5XmY31y2Br_C;M>>6-yY zM3+%04q>8x_O&THiG?A^TC1Y3oX1c3lU=NFN*<Qr;F8VJXK5!VgRzVeCOO)xF#MN7 zcdIS6pVO@*Y_<Uh!GvWIS9)bCajt2C_Fcg{mGBL(ggL5K;9K=$lZw@y#}v9#hpT=Q zIj@t(xU~^kC6!^*%1w4|yPAu~X-naAvVOs1yR{FJ|A7-p`)PYMRpV02kRK)X1Bi{R zX8=3UvnLzWGG@i&4sb7jEdyX5rQX3A{)x-9!hUDOdfW3DH99P_xRyS9$c(Wh)vyn_ zzgw;yy1g++{;$WL8?z3}dY6-bPH`XI@$9C$kLK3p<Yw=mU)$}z>v91&CFiUIzjb#N zq@&OB@!$3aeR-5~-?EGQ%KNc=`zQPL))xVpYW~x7EopGyJ>v^!Oc<MHH>GTPe5L?6 z2&7)?kWB%bh9WiFPu`lwg=W6lX#!KeW@$~ie*({+UhO^kv^XyUEORb!LTq~3v@>c= z|0?IpbHwk3JmMmg9`n<swE?PA*;JSYA~;Xi8wUpt;$T`EOkemzfr{b37X*1j>9+~= ztJJr;9%Zzag7&Fgrvsekfb_6mezP_lLt}^&rR$r{P&RX4_V=!PZBQq%_sMx*YV^4_ z;55YWQ&ah~>2A~V*zZe(kTk^k;&gy9@h67!y<_LgcHr5V^$vgNy<~}lS=#>(FD<~A z$4@@CX$7n<&F>@dtq^@@ZRpT9LfP+e^tjlm;Ar+_KR&_Sn8K>~+Xg6?(g(scroPyI zoFbqR^OL*a@k-uLA9*1av9@i{jIm`ps%h)UdKkq=%+AqO?OZFZi<n?-2?+&`sz7|2 zYSk@5^+29Ivi#OT%=fn9%VqUcW?LjzTQ84>%hyNyRu$wI#xjH?BiwV|T8zMUaIA}T zIJd7D%lJR#+ZSOXH}sbc0X=cEAnupi*;`wu-js6ja<k&5;B9uEi|V^299FYkDl)Yt zWjS_ZA7u(jO9+hpXv!@v__Nn$aI2kF=468&FK-xUL&^YyKzzR$uie_SKv!rDY@<yS zly={X0L!&EY1uHx*m_^CBivwIU(7M&qCiQTXYMSHeA<>Q?cV1On!*sPKd}srefpbz zgFSY^Wf?of)i!PD`kWn2ajAW6yP5OEixKszA4&CP#Ap>mOWkX_^$u=m|9utC+H_-( zTsP)ezVXPh$>qi*%O`Ug>l@FG$9g~RyWBRLqrA^*o8J3?pL3$?$OZAaZy=6-fjeuw zNO;o3JAQdAOFL}0M>~vfZA(Fuj{g2TUorznt4Z%q3cx$;qkEUkLD|&6rL4Uh=D~Lc z0{t@ejgJZKUHjf`%irCwJo@UbFN~$roj&kB+So`(NjJjEQnEaE##@eua{MR<_#Tuq zbMP-NX|=)WhM7LdxzPpP^uCzgegm8@V5)1NZG3b0+%yL~hNh_vWJ~X_&3%&sr=1qb z7XzTIwh^oBQCCikzY|nr%L#Hm%3m3L<3qW-cIdBZ5j&xd(Z-?j-jT<@Hs}ijsE5Ir z`-Z_9IAsIlW>y!6q33(YPJCiunGUTDl^*Mh&tz!Ov;Gc`z}Q11jsHv&U;`Nr@9ZaY zfDhbJ9nWvS&6E5;|Mc^BzyA802W_$ob_5=VrdkjYdRN}(bO%Fw?4AeuTquCOXL9sA zt5umSTjQy*F3|b!GtkQvC5}{1Cv*T}?a<2TpnSv5092=t=U@vP>oW!VV2w^|T2>aJ zB^@37U=keJg*|MyPs|qt^pVv@kKIcf^u<@0#l3hUj}77AXVPbue9Ep3#k5@sc)4_T z9{Qk%3(W$+eQ!PvcB?Cb=@NTMp>(L0a4|gn3o*NQtW|!?1fV@N9B^<)9n-<!7+E13 zcFu!=?gK1No458RV;2Vq6)W+O)t|{A;HTqXm7~PLyFcSlpG|c_@U3&TZK@@-$va9w zC_739=NkK&n6Bj+8;m_T0<qGbIih1$_N?Am)<?Df-EwW)G3Lf0V`kaK0o(!px!jl} zk9F?*QSQpeV|{Jq0r2(yqv{_i)+hcWNdE)K(^*+BfR=Ug6Z4)1@E)3w-^J|(>jGWH z)*X&K->N^}FSb9L_GhqhpyKwwL|21^DP`<2<x8jUul!y<*!kw(na>FI>d@hF?s+=a z8(`?-O?hGd4+8kj0$P~^(gzgY1wn%`XH8QH4Gi!&*ibgD?F)$Hzi9|Z7HuO#4IgyR z4M!yg=F;H!GT&B!hAxM}dvg8*{9}WS4m-0afH1ZH!(;lu!SB8`;E3Ee7qp+!Tr_xG zz{fpLLc0es1?xpR_+<=du+-+!H8#s*+^E-IpYYc&D(7WK;w(SN&d-$gw`17cy!@r& zol4Mv^zO0q8xz>+K-<sbdg0=+Tjk2)o)Mmo4;x+sHgqf9<lJ2ZbfF`@2Nm7wm8XjU zeW&eVs+~@4DV*&z=_rjYUU0+s$9MnXYkR-_hfGb`C#=9%?GYLXFapm0F;F^{F<5CE zi79^fy+f)~9xlpLul%x(j5;9HS-)_=Q{`(vP3%LB-zv%i*?B>ae|CrY2uf8}n!<xl zm9^DJ2D`4_otJxy9jj%JjXOv>N+rm~ZE{1fYL>zOqO8B$he$6r@TbytD$TV8iCZ@@ zp8BEd``coT_MN{|14o3VcN|s<dYI`L-1Z%)#91e@$Cdc;YSvp>$&La%O7<(0$G^Ha zviWjz^PQ*q3$JC5srch3NcLknp@!p|vK3<re4QN7*S740q3I0!Ju&jd^5D>^M^Xev z*V7+iOr}WCu43fQP;-Zs@9NJ2@a-C=dW^bhlw`9~tzt1KpTG4d=%S(v=;;99S)JLB z(BCZL-x%gNGq%1x*)Q!m_&bi>fPcJ>Z#Q0Dy(*>Oau~;V^!M62?7i!9C!ayM#XEbK zC+$b(<uAZ)4T@Wr!!RfYPC3hNkLUIi*wqvNN&iGX`IBj8I^oY;b(!M++!O$1)8?AT z6oBssnitO8bbvmPl_(v}MT=#RooU-w3Y{{xna%C}_7qHCe;{q$bO8K)YXBbpNk5^= zl(Knn?c(m(qCb_}&)_o1U<%9dI87jZrY9!t?9b7DV2)y@8#s}%2g`t?3_ccQk5|Gy znZLTwJTnT-dpI4yNsHdn*V?ry{rQ%`*f8H>z##o%y2KQHy5Oh97l*zXVLUPXPmdAy z^e%q*$2Oke=SOM$)<8BBb7O?pK;SQ!4&cB0bvJFGxAB`BQ#OS@G1Sgp{<D5D)@O4b zqj#n`<ToZ9!#x%zAZD6Fm3Bg-SKG9~<D!yyC~Hq;>;NLdy|}4ZDTcdEZJ-NgY=%Vn zPjEi|%9H$mkmB!2elWbCsGCBKgA;#H(_@owPa7z6u=fJNopxDilx1luQd%P<`!|c7 zbmb+`DmgxOkPt@f(UB)ijm&XW_HIe!*;Z0rz@u@>tiyzzcp@LGj4tdWl+Q4X1|R}T zY}nLzB9++zXJ{{N$*omZ56&nI+f{T?)60h9@rrlxmu_vbTA`CQ3fbt$p$wn+-P#sJ z6hC4>VTGs?KJthc?GZ~Gh+?xAclf3I6SjhmOG?v@_&kP7p`!_IIa|XRf;0hW%~IcZ zY&x``;h(bSnoVjIQt$q1<7BYZU9-^eH9Xsog$ufR&Nq$j1cK}h3S8cmOEMBosX(1} z0?!!A7K_x&R(tYa@ob}jJ>pnD@wQyGAajoBgGRBaudfWMNO5?qo=cR$QJ?+yeXAnD zzgUf(WABYS(!MoLS%1&A-QYgHaSZJkSZ<)t24f8UKBwz1O!-I29?N%M&Y`=iF(_X< zdx1ILyL!^N3*v3%@uQ5iC*I-wom2A@z+!lZ%>nW5`QAC-t=-%udz<IoVeMERxWD*z z0F7%Jxp$&yG(9fAC$D#$d&le@c6ZF!3~9<#Pr6uLG=8Qetn7CRmLHXnY#3xLEO)m$ zPw9)}-FdGNhNp-AUijd6a(MTQ5>x9<RWL%%jqunhW~uDb_~;Q|8=yA@fYy1)?sQS# z-SA{GwC7JV0aPnw>b@5T9gepPYs2`W@A|lLK(Y)6m6P_Tv+}`7s7)nwhpms`vx?rC zt)0rg#ZWtq=Y3N{{=QY=*$@6bP?^xmPETf9UVM)iWp&Lez1}R?ZD>RD{s2s7MH}o+ zsPGseYaDv8(R2?Nx&GX)@8tLAcYiParv{cf0fCXVt*{w2+8`D+uC^Q@8TqNR6SP`+ zO3BtMUfHVQkjurr*SYahI2C##Nv4@%koWjc*XgwaURKq-$}1n$bMwhF;7fXw9mCfR zc~~&SzbUgGpj3{XYmffMHvK@@OVZE&-V}zTkHz3Hs~^8oPz+b)ma{`X;+b8Rl@F`h zR+HYJ{jq;+2$$99o_cM#!;=XchdhHIeDsC4e8(=<2mKi1U!mMv#z>3b=0&H5HgATY zWdU{*y>vR&+TPRvmD!l{8#iMP-Ltc>c;`()9IAHUr|@<A49Os>T>!Zgt-O2NwyRmz ztx+`7A8lStaQw@!f<Dk%G+7pTR5Z%^>hI#H<*%07lz#2!#+)0k?)WHwv>T(WyBpLe zpS(Aw9q!2<-|fr$9*ceGyDb-hQ*ch+zV%-_D9_2cH9&XaaCH~7lRey%JN&=gl5O~r zOWA&|mlS>T<@E5TYD;T7N;+5yK-$@XN7AIVhv!oCGfhAv6vu|=U{Kl|SqCIBZ8Qvo z{gkk$MffJv@zs+MMz}_n=MubtP_~N(ZE*C7LwwK3krnf%6()u5g$RZ=%7E#aDUZ_- zAk0(u+KF8lK2OwxnVmC$Id<i{Cr^53P{a*RMh5uB{~^C7Cepi5a1iw=dN!^0;z0cD z_e2xZizJFee@t^E3llh>$!Hj#Y!jcDOd8)~F>%vTA;T%=8~>elLF{$xKJWCw@%JP@ zJ7a^sPaG_fFHw+=ZS7Qc(~mO^WT&IAgP(h@@ay;A_!Yiiejzh)ujhr=7ycMG__t50 zvsBtp&CX$}SpKoWj%@CTpi`E=Z!T~V<<I@j)8Fz_A-;D?Ldeda1Ji0rxph{W?XW|f zJ9}`E%{bJ~A|sG(;ME@El39U2%HSl2E~>mhaY>g2^+g|>bfP$nk<<-;GTLOpMY8&~ zezw*Qf9HKH>=!R$xH566Hy>9bF=)sL{6bQe|L_DLwl^?lx9r7{BZ1)$bFB&dHSGfW z;mc@w_!$IHQXPcsq^>x~(7(QGmCNFcz}91$bZJMYIO+ExHOM&z=T8kH*5Y71-0L4( zjK4P7t}OCV`?NSp7}=l3V(43&w}c$<_Y$5QQYZ2*>I;&sJ|<fwbd?Cn>Ugvz8>~ad zw7+s$Bk#(NX5|+L6d!VY;f$t<FFaJOtSVOrTfbeC6kDh57-s%*`Ffl=#-rc9?dQgz z+gf*n|Iyrc40Hds)3ygm`v28pcmHn71w;ip{ah|6$8+^xJAd@M5V$~H;ErFqpW|28 z)jjoE{zN+Ycdt}U)tVYM{Y<$R`+THq+L>Ihsb*8YJ_&ECs8l>FzY$={+E>whg5PNZ zE5$MGtk7H8r_gDI@-L>T@=LRum-1yn_w>HsN-#rTs$4odKGpw8eCgnO@|h|h!<iDG zmG@n7E^3^@&^07SHvCD0`_h|Us^eXJb`E`<S)13+UaG?&p`Bi&^r8&PePhCD5|qf} z)P}aPDGt83ANL3c-;6+sanhd8%okAPV#KKs^g2ZVU+H&yg!RjxuI+_Lrr>p0KlP<D zMd_aKU^WHdiHj1u*U|g2I5#~(uhGkeR2=>sQw`D1nLaQkzL-d8U-APFY6<bgN;!eS zmtVczWw2%Rgw1a&{K=sID?bzcvA8#=YPJ_dvDvLduovUxu3g&UNn&5yOHn%TM30+F zwVGv7CqS*B*>S9_^75!tCu|#-^~C}U3oF$31bb#6wKnKf4=awjE1Qr~imjcYQ`VFz zTRSObd173CYplbkI>tB&!T7C`yc{*@xt<!9kvqN05A-TgR=nXmoc5uKW7$=)esL?u zUtm<f1dcw0WRp>zkH=-eY_Nk##aw);h-I<THvsXe%0<$UStHvqg(7W^-NjRGkFgC+ zUU>#(GC%08?IpRq+81p09?~n-pAQT=@whYXDqCqYwIJ2yoNZ*%{xvDvI46X%rSIco zr#PtdY_si-4ccNm8=fI%VXSZQ*O0`e8_%%y`OOBXVNDd|7Y`3%Q-!=;fDeSbN>KMW z7ZmZY6T2utkO-d=p8N$B;lEgJ+?lqlO&$afk=_b7wq5;`eq-0g>gt|y)`=<a)l0i_ zO5R~*G~R7_I&gFMPnyo@@HuUrpIfZI{bwMgeSHAjKibLv)z-Uz)57<@eKP_4EX}6P zmGX`g-L<TFPe2b0KGNOuLK|3pYYt7YhvT@M`a0EbO8lk?OoKO14UT2$cb7k9Q_bL^ zccv0(T=GEhO0BzdZ8J{Ea+hrTRWJ0?=9W>?jW(<KX<(RMbOy7gD%NHVp;G*WwrqCc zY#Xq*cO<;{)9XER5MzTU271k!m|n|w{PnI~OnZfNv3jNSx7>8b+2bWS<@uJu;2XS7 zU;Xk}yy8Gi&^yxyJFTN_>eV)bfn;{NB9M3o-O912XF2Ey8dy_e8=zWQaD3Kb>_1E{ z3>o-;=AHci^<V$Rll;HZ{=C{@aOTcjXsl$tT^CqJCB4K#y{>U^%44Dg<e^1}A9~+! zW<Rs)WtAbemcw)-P5f%`-O?_wDeK~SRE@VrQ)=7!WjtkKu^CQzaOPZ8c5&S-^I%>L z70`!&EqaIuEOw+Py|RGX;CAr3qje9`(XC!lYOLh{{Ia6`F)v-kW*7?@0AKJ^Wz2_d zk=v|KTNYQ#RL~#$ZL@9Z@g9$My_GGsV3c>yuVsu9KHFb5OBjXGtxjxp9RFA`vhr-T z#V`0L@B(7>;@+{7QN1aoZCLiw;Oc9)@LWc!XCUC2l)GYke$9bG14k<*w)6G`&mPCy zv%&bxg$>(B8IiHaJ_K%gI%7Iclpwy^zvZ>Ri=MUrrZ5b4He}EEezIZe*K`IN_Qi7J z&k>!PzH#R2jL~zEF3oZ6>#^$S#TB08z5T;E`t85hw*K+Gz;((+XZ$=DF9<G>(k&Y> zx97YM2D)$1pASvQFR#ntp3Ld2@-J5Y9PqzsR%D848xHW;N4Ye<CYQ#iqgRDIRQA?6 z%69(_w5HsB=}l>WMhc(IcR(^t?T`X%I1V1B#OG^cJ9tp}Hn<L^Jg?~k`58e>uk{41 z11f}`FmKSp9#2k$1_uG?PGQ`X#GH`W#h{!0*`{7)q2b(2Rp7h2ylC)LQx~PC62Kq5 z6Nh}sFLC4oLs?3bmZ$RUyts+UsQQ6Hcj6$ANk+&Lnx4>}aXQ<49s(YRX`o4=`z!)? zCGhw%A4p+(k>oT-1G9d?ZpYd;DJ;tvzp=vBy?|h*VSP*uOxWMC9(>Ej#4fEVA<Am? z2Esdr|L~2KU-=r}A0N4xqJ8R&Y1mgf6g~)$(d$5qosuSver5M<D^|$29jKj`*A2>E zhh+z*O~s8k*xo4HHO?s}CUI5?tC?<q$30ibdQazn1D&jt*+_8xB~JUuPZf+7IEEUV zti~YIX7qTmV@aC+iaqk!sN(bGML(?7&u(nHwcNmvk$8uEeu<`tc6$q$BgWx@BL>Uq zt&bSP(xHspc1hW3c_@P|aiK%mvQovF>eD+2h8V;^TMf>GPhHguY#==!hZQpWTee`e zcs=1?JkcvNF&H~3y6fN4rwlFZ8W1>Gt2+2n;klw2s@w88n*8dz_Va4D#@aTl4{N`y z9)l0i1MOT31$?(@-8Qp(*gEzoJ2oV|{Hl3f@PQBx_)don=BUbLR`rJn)%WWUw5D#b zv%{SYf*NaVP*4Lbi?2h<DC?E~H<seNboKbTf&J>zFE-1S9k;A^|GAvZ*LBDDtUtV` z{6Af8ocgChpLjZEz@CmtJBQ`HvfKN5gynl#kg^vr=~uq3_|JoKc-DVw@qsK;^q)x` z`)N9W{nG5FnoaeR3hrluy{R*?Ym0xRyFbHc!q*4rzo*>K&f3uAF=f5{;fTRG+0W*h zO_twOb2fYj&ZefVBOPtpoc?s4*#8Kx<(*dO$$9O;Ov_Cr`0}D;wTD;(Ow$8jrP}XB z6b(^eMwc?$rr^Q+l+E%O6OI+P!s!yTm;B5Nd1mT?vY7mPbv<eP`K^JbJm`?$o`m0Y zx^^*gIwirl$%WLU<^9%!(*)WxKlSU0LKX+VzCRnN_BRen*K0rNfBo_+biQCG-x2Uz z75;3oziZHM3V6XNPB9_29Se0CXAr>Y8y4{BOUH}qiIvA)8{CBte8>3TKmGRIFZ>Fh zbNqd4!#0VC7adeXa{#nmi)r`5rGgB$S81&FT48u}hdTSu7>y@1^(rfRSRO|z?4%r4 zy#O(@lCES09|+aCL=lft7ZY}HLuD$*c*3L6EZQc2x}~!-IO^T94Am`j4h^pWW2b0K zQ!m6Kgh)15C-_?O#FQ2Y64G17=FAjJqp0%^&qem^lz#_-q05A<_9kF85fx*qtZ2XR zDa4X~WZtGoqE>gl%QN%MDrMP?^`*zz7jyWx-oUnKO%YL9Jn4e!u2|!b`(rO7+#Ww7 zXoJ3mVm!)<FMnm}v>gGFo%Y6Ybl>yj#baAajFtamgQ1l^{InB!te;gnwL-pWx9}oc zJ2{+{frCG>#I!BqA7$n9o3ga9Ve+{fF}=ujn)1$zVy-@w%FjSO&$;AH{%a=;>2o`} z*57O&JDPrq73IWCfuxcRMWinl_1`$+_Qn~v4)QL?^W-}a`CN|ocy2%cw2|eB^DI~S zPOEQw{SPVA376;g0wC?^PulTI^K(4X4W_iax{~Jd<Z=IGEq`k%&HgVM8Fz%eRL8qy zrvPC7Y!A%cWSMBw``$sa@uf7D&0?F1H!UB%ODM}Q1t2E8N2hUL8oU&}Cnl{s*5esy z{1}`+y90hp%a_W|1{*zhii<yKaO^FmFD8d`=LF15G_?VyK9&i{M})B<e~qzs-bjl1 z;or!|4+%m~=6eQXXExa2yKA3R{5h&$jO=4SddI-GIFwPyhBx2kDTeZc-*k+zN*6v- zzV|N7JO8nPfz?#M2WNiAVULA2+qEDo9rwltvkvH;_?s;ldYJ=x;Ll&noeAPl?BHj} zcfbAiD^K$O^xe<@`T4t#AAiF~pwZQ@r6FYWypym??G6KiJPl-99)j(;dzN&?qh0~T zyE4bbkoaRN($(PIj2c?HO_HB_J45Rq3g5~v=){H&O?;PC*arO0nHQb?mx05oHJ0R8 z>#Gc3d*E7nGsSZ^Hn7=_!sP)+nkzpExgG35lnkL!Lm%1Sm}rIKE+eiY%DXxrkEc0& zcVJ!!Ia$P?(r6yMC`*5f1G36rr7GKDwdK=$h#jNjQFhBUHOlcr+z1X_m4`h@@ztnj z;69rVN3Nh(_S)f#j)qCyLwN~l^f|%y6<ei-U*8*uL9eC5Q&vWf)%A+!4yc18oS0&< zvgjr?tdN~{%ej1dAqx>N<-{PQcWr))rvQS9JLh0+10~(aFTdI|i`B@El2J2Cnx@RQ zgcSK=c^=anXO8yVTIc635WWCmN8YRRoi{FD<3(J${8xYU_t@Isz1yM_7bKND%Le1F zg3j5izkyzv3!3Fyj^F*0`MP|(-`alQML-TJcJ$x#irDGzv9&ZZP4fmt@u@V`Z}aHM zc?W4bVQ>8y3Vc7mU-@(Roiy_D(-?YMo3#Ab-wp^z*)UfxSGel+WjLn0Cr!O+?dT5D zVmi=J=1lqEOK;>KQ)uMaM%fFLp5(XuF9scK_QdF00Hxf;frqo$<T0|KM3Yqi5s1 zVBi0M{o=baK5Mh7_)>H5<hy6Cc4h<H_-8N<-}tC9V+XTuKsZP%Yk<||S#8;G8L(~e z22=Zun|?WrdZExW1hC5Q;3|GAE)<-Sz;X5`R!sp=Iq@NGccHMcdOM~N$RK?B^fNE* z`Lzc?O}E?5{PWPWgG%<a&pRs%2FCu3nqKZ?r-OP3)xSC*IrJsxI1Vz2$*N7UkVir3 zER@qLkL=RXiB^1<rmV!N)HXXrZIPDk+Q>3t5!=sp=!&WU@iuI&*XBFFWNDG^4sB7D z*2~_mwpeL9wR$lFhNn1LVYxqPQ!C`~3mVIEERUF0jPiqwah~X=csyA&7_Lo=zl9T& zj2$J#Mp5}>Fh2?Y001BWNkl<Zc1^wK1<^^L?7CvzZt~Om%waXMvQWMqV{Ta({?svy z!*H?Eesv7j@OTVOU=0riF%Y`}SR5nbe*?a}VytrYb;xU<%44mzExk4^0*$fuBmOu! zJm7i))@mM@RH8yU0`k}9m4%;5eR=VS(Fd){!LNy32FqsuBLnm)YtNJu6W?Q@6$3DE zo<JT@;cIB>l@|gsonPV48KCT4C<MUj)n>e@bRYh|S{#Tw4iAQ-xpj=XDQdU!Uj5fM zt3uq=wtP?AE8kXLao%&O&wNh>20$lnu>aP+0d$e?c#kIi%2zMVse<Refxib0t^d2l zsfGC#07DOQzH{E6118a13flbfrT2Zx{i9Fd_q0C^!NhRW1h%y)lUa`6C(k`=ecm0| zo{*n3GUtg614ilPrzs2L^g-Vsp!NDPAHM})%G#86{H4J?S>%_;<{D~g!RS4m?p--4 zbW{88!&54o7tokGH-qSu!`QFNd4E1t+3cz5Hwot32d2%TXfv3-w;w)r-3yDP&r|Vy z6GFeREm<yP?gd2ZrT>{uLLT*V;x-jxnM%I_;e^Ha{N}LsH+ACOKV@eKO6jZ1DFF5b zdwtX4iAg)_CrI@N8%}m~f%k}8-`XHPJ|IcM#B-+=h!=0^`<X%iBe<V=2~m9uR}8i@ z<HOlXSsPG6rCG^-3&2hmx_6rOOR~zR?<}=x1h0>=Dtwp_8D7A|uFGPpP5zgT<>Df} zt^%>mXgYSWwd~4j_4foh1tMYvHIxIOyax6z^vcj=L$*|HSjr04KPw8Vw9f5z`ss@V zu>i=gko;f}TU+ahjeW|?rQcJ!^~QOaWqH#F-jS_X(UDKr@CF@~mGYX!r+#8Wk^1Oj z%Cm-K{@Ny!@oIPR<SjnNzeWuq?4?saetBOF!7?>jjSZ#lJ7{B<GTP@-E7KkfEdJ1L zN+N$cULbY6l8pD-r#fsu!i~=x{p8@M;&iM<XqdQ9+xB?PGSd_2SHcb{1FW0l8f12W zsrjQ6el37U8(Jx|HpB0L-89t8PR}#&wM{$_QiXiS1o|8cc)*kOVq4sX;AtGcybCwS zOS-7i#k|OR-s40UCE}|08_OM=tFlcy9yv%CV?Z5yEZ@NWth;C3tXEFnZ;fX+KC0(g zKFrhqPj3z9yDm=$E|?cM9lbgKGvb_=$Ff@o>?<FJfxN&UO^m1flYaPaKhV-XlivT# z-Eb-5e?#O>v`m0m0qzui;g5H*roNpC_#h9ro$}1fbLNiIG`qK*W#0Gh*>rkyRkXy- z$iu^(E56L_^xgf#XGQ_KDSC&9Aof-^epBV}ED4@1W5_)1KeF0vRsdGk-bu4)?Bh;X z9IuY8G`-)HMDLvU?jKp`*#M6(0=m?F{vtcRdrXk!*qCWJ8<Z8mc<My-A&vc>F!1!V z$ewWdHLo0QdIh6AE*OH|`9{X~O)C(?<yWC<$^^(m*#Mi;H*TMupMmP{6ckVBO;0R+ zUI`2zaqin0KQct3(l_<}#MAt~u;&xs>vZ6pyBv5sL+nUd=#dPcN6M|Gy4X5&bm^l! zRkB4$Z<2+(!Phw3*}$9FR=TNE9Yh;xHbhqybZ>|-J$!AjtkCd`W%aybcb7K&3dj>b zn=x0)+E%3uEL*OfSO#`B+B0RhBWooeRqHhLHp{3DEh!w?_G2|ZBfC}r6Yww&T+kBc zj{FVoEmmt(%GVUiMtSU1`pT3RSES5b+g5xOz|+24Kf64N7s_hvXU6hbtJ`IpPUUJY z98#Wy<?v#1fnKuqpNXyPTiKh1F;MLT=iqD!dW50Z4v$nUpeyP{zH~mrgV2^=cg!|A z0|n!??TM~};HYQ7QrW)taL&GLz^#t8{IcVOddnhc?HtVMSK-h{V>l3KOTChV*}$FQ zkmQH_(k1DFBz-F*2|?vmt7%O?AsN0{jQ@>cH=elfICEo-0@AGa<G6JDH%6U|ywV)^ zT%MSg<#V}hJMXxv4}CBEr*o&{>6lkS2Jx<l<hh{Acf7Z?{>o3eE35BxK6x!amk<Bu zM}X*rdl3*R^xh1}VE?BBn2n66G+1iGj^KSQ5FQR)Y5%)8V7zJ|baXST+mr2-{bs>D zoz9?3OD;3k)9hH%XvM(q!S)C!tAVvlQ`}&(`k{CDGhFRs>1NeSts~@D=6d-LgJL$A z+h&kX7Mr^uARfs&cMe5arvt`E%jYj;IPR(YeiBz3;&=LEbak;pd>r`SrbXUxr0a`z z>eq8>z(M!yzo{1U@%Jo+l^=Wwl7piTQ8K47(+8HJIVegu<~Ta`SXSZERpLbty~aGS zg*~2F;ye8zE7KyrrupMf<au~opRZRoL(=aG&?eDJI}_3i2(})Vt^~lbqQP~`@E*T) z9n<51wT@4SXo#|{Y{$BpgQ~#v*o|U4CKc=R@Ry#&hMQZRPLOJa@U?CYJ7+pTm@(W4 zW1_$V=iLi!=SWIgp$+x4a&Bdt+NAB{%OxIc9(?4%nSNZo$Nd(gQ4V*ysRux=IiHnL zYPM}u;BoU$M!<(Z)_8|*UBXp#p`aYLO<#bNf-Lc~a&WmN|7C$>&Dj%9F;wrHUB-9t z26QkdhGLG~*gDojgtfAwv7Ri{!&8OF#;OPZt1S67V8dX;<h+*uFcSq|?fqG{&Aepw zcDyOoE*F@Sepf%78*>9vTRr>aiyuBPbt7A;AD<yab<4turruVROSuaVA&d0I_76xt zD5CuFNLLANdR~qh=ZkD(gLZ~_Aj+xMz9KsTSVOFlO*@B&s`%CA0r>mHaYp{<7<CfT zpJUIBMbcfa?rV&zJASt}E++WSE4%D>Tb@CAI%xR@?Nfe^du4RI)`@Yn3!Zd?^u(9u zqO8jWzMZdDAIT{E!NY#0VLzCHwxN+WpLgsde^2R~(&zIBss7(TLidSu2B=cdrJ6Ub z?dW0Z9$wSzmV0Nud1zD3wrkVy{+Xf=M@;CHX;Rn%D<{M&Jr3q?I~`D(9)_?>?{oEu zN`Eh)l)jD36uGuh@5^>R!JJu}5;t|P4ZeiO7uUSf;GCR(6QURRh>gjn^G&&b_F)zE z+J=$+#K%_(2drOWhwronPU5dW!qHRxjN=;Y3`Z~jfmwToA3M~AZ1&snus^?pAl+|L zOboU8Y;fSxucl7an+?bo81Rjy?3}1hH+U_9l|#oikMFO)FlF(}PaH#@{qKQKFDYhe zV8FfFkUb7<i9Uqwmc1px20Nv)A{O|#cEwRtq)*uu$+6qs@zuI`w0Q?%d6ZQbhSU}; z+X3^J4S`zbe?UekIlHsrS6Ajr$JVY5C>w`_Io6#+@=L=nvmMpSx69m-!4nO=Dt6-{ zZOm$CI%de)?1k?2+KX2#F{(P{6}GeVZxjS=S$`E<6>-ng-$kMd4?z~S+8sI7&+eO^ z**`Wh1#o{>iBMK(J8vqpNua`#v=S`Ptar<Q%`g6q`7m`H;|A0A+A}X;g@l~C0uV-? zL4-D7s{W$9{QA`s^6_7+q=7(PZ2;L2!$vnJZuss~wr%`DyL0#}R@&!9gj<eDp{N2z zW!O*?U8@zUZMbz;zbHT3c5+r)-;OrH1K(VniUGsg)A8jblUCb)*=#)0iXLSKudR(h zOdPuDgP9JS7>>>QC8jj`fNXMQq#*6;%5Xyc-!Izh7?dxFWq+X9WGwmIxFzb1RX4aF z|M5OGU)_`TUS-?FyDd7RgDyIL0ded8Eq5_+{MPwV)^v&WSN9B#bQgKAeEJUiTibpP zm`fjD{xfNL5B}Z_m*>70^+4uUv(CIxV$#cY)ZXbjE8v}O@3#lydw(Bzahzf>2j6c8 zn6CHkoOmc}Sv5{8M8}UmeA7&_YyzIChkFRFL_~MSm->dU%mJqt^uFJ3yq!t_-zz&) z>+`OD>LHkZ|A7J3vXyU``0h!iFAN(u9pF0>yrGV9ZA+H&enDb%A?j}#d^T3%YtL6x z530;*ZPre8WhV;Yzi$DkuxXC9=k>y$_&r9$KT{8eV087`<BkiygRd_t@zuq4EWdsH z^xc0*^ZVkSkCg2cYAbcZ@X{PjpXx3>hpV|Es#kQ6Pfa$Cx(nN)B%AnjjBMEvSK2+v zp9G9wq{P*0+!|@To52tN8Z4*~K<r(;4HjdY^e#@|7@VPts8Dy7#=-s0CBfX!)m`mo zm7K1aUW_L;vXZY9e|r<FvJ@v=tmZCFGxA-*5gJqS(f0aQvDJgZ&R|jqM4TrFzOTNm ze&MfK)haT_j@_3kWhdqmgWcn+jvagASES`38*4;SU|U1Zo)OSDOJCYq-8cAGJzx%A zipjLHmEDU}dm9LCr?df>4Z>9#|KaLLQ#sdX<GWRgdIzsUW#w-mwq?to_>}KrSd!*Z zdnU3ocD}XAz}8qcE$~2Ab{6fK_<0X7$JPrKcjS=YGvw?*5`f`IAgo~>`={)BY)cy3 zxb|JYv~w&FX#kXcJECLTe_uP!Oj`w=z})9(N<3-O-FIwq9J@sv7wcT)JKAAgT@3HI zs$YIb{G2<d+&cI_mkXG*8|a@rS3ZnqU@S{NjFT7Z=$8N6!i#|B<v%pFAO79Tb9`6) zysIB>=Zu*e_>qChC+AHm|40jZrMNkMrj(lt*C*4<4Q$Bn#eoBrJTpkc@4zgM$9z_v zVw1-ASp>@SwKoUvlVvc5E@MAI>sb<E=uI&&sCzM?&85~Y!!yqWP|gMib?Ws2?!hE( zO-XPvK<Gk*+9!T##{Cw9<=2z;%U|OGfAoq+Ietv`V(1V39ZaVK(u>edPfQ&2MH`e~ z9{m0ABhxg*)-$&kE``Is7Y&|>;&8#yMNEc(>H)%@rV{8V%%=RrSNDGX&-@Z!@%H5F zAFY@+=b|z!tQ@E+Q|F*tXC$3J%hw6oX*M|7{t&feJ)Q`dD!*pGaPU+7`0-1(eQTiU zNAJYyh*ge~u>oG#>@-IgHmFw`E0Zzm?e5Nk$LM4|7L>6VUfMDBun)g-TA>M+*;-!e z>dL$!)9&uPvk3ymIf3Bf^uihT!#tFXTpr57$FCk12-0H1TQ8P+f}GA$AGIrv3e!Q_ zg$}=&3zwLrF5Qy;g1pB?9&sH+{L^-;NBPBhcCC&s9y`N#<&is$Qwh6R^0Tezn*WZI z%pOQCEX9t8{Xv}lqNboMo}<aIy0UeamnTNq^&`4y?)Pkc$5*AQbs!h6i!aL8wy!NI zIk?lVijDjsuEEK(k_zdjoYLtEdQDk{l<(Us^~pnm3|&nBITlWpy3-vx$7#;NES@rc z*~Hj*6egB~o?o*PlSN@K=H=56+F|Voa_2%uLzh)MEE+feEVJ_Ot6@p@zg%uCdfs$C zZ$hnq?mLFv1%NU)*c+p-u}<mn-2QuQ>pI^H{089~!#ZmK493@W+R%y1_5ypf<8}X8 zHc0N@qWlH!u&(a8{eyI{Pt<?rCu#2q{69Y#3RBbAK??dK`TReA!<ME4u(>G!8x^T( zZXoB0bW-0mx<5^olRNjR`*MQ}Jo1=M_a!rb`V9k9(x%hF_UU@RS#T+Fo(&}?>h;tm z)sC(Yq{Pt<52pYfi0SdobYnaG;vEmYp-=V89}oNUG9PfjG|hWY&f685RX6)RPw!8; z7x*|e0R0bb({FJA^aVRARJIFQQ~hKt=4pSP<kw$MxEBxC-N^rNaX_Eny70wBpM8-K zIL^=a6Tv5oQKjqgsgx$|#A8(M&J-SWA1s<F5^O`x7djQgYzCh=Ii2yzm-hV3px>MN zK(({v&!!@_<$Ed^tD#|!KB|s#y+oaaB!!m0zGlm|A2SAkCW}|yt%yH8*XXk|pzhi! zXf35IMVBBB<yRWhGW5Q6L3JIu7YLRQz_OqG5yubh-z{_*qpe^0oBes5usXc>Qf`F? z6S}%2isfN&TO6bzSf-*56!VFh#qn``@u!g0)Uvi^3S@nSRQ1J0zOQl8A3t>pXeJv) zXJtX!9MdC)DeqL)u3}tXnje*GXNDiITuVq-2oJrxuLo<-H5Vl(j?;chdCO;z<*nY; z6JI6M_KatPo~(R|kwPsS?}y%wfpuUj%X;-^_@u|HwtnKH8QQA_9aDAF_Pj8s1c(g; zel}|*HO8Jn%WCR;`Bu+E3C6#xFfA*~g}grQZZvtyDlFZ0er;Y}_ib-Yt6`7U4CdG~ zdM4(ooqaGV%InFJ>Fx@RaF@Q?1AeiDu58D}LOxQjEsP`m)`{}pSUT3w9b0Z(aeH*P zS5{p8?jMg^WozG_1T0tA4yzltZeQO2i^aIV+oDq!oO9m&bJif7qtd-na(jz)evYP` zJcoN%RadXvvwS#TZ|fvY9dkGAUFK)*R=t~y-rbmY;T$AW^qd~up?aIm-KQr)XAB(O zd3y`Woo8245k?l)krkhd1aZ6@ZVnyp?u?helsM(?&V#d&jBNw#oh~PuPwZ>Y+VJI_ z^!lPb2#IM{V16bTJTn>4eR_Xxo3$s>@Plk#|CI^Ap<cE_?S0c>rb6Iz`XHP)AHDfb zcGPoXjh)`9YqJkRPE7D!U+O3}Zt#rn2vatv(fz8~1qf$nQ!P-mzn^j@o=&?c>pbQ! z`_dj${U3drADy~bZ&wN5JAhD)&u;oPH3xJ^J;YbPqvRV;od`UhzxPXh0!W|UR4{c3 zeRP%EX-L-=fNj%uTFSx?D`F$to!Qc@Y(TMt3P7yUmFdcYqo)6#w{vZi8^_VCFI_#K z=l}o5-Ptae?@sSI2ZTb-a#hbh>l|f<M1jDI3n@~96bcVwxGQImtkJ<$Ni}Y@ziY7u zWF<9ic;vF|ibW-j4r*XwHG0Ki7n{oH%wFr2jU(A1FI}8*<zSxb-OL1v^x7bQN>tvz zl&Owq=o_A~Y|s|s@;CCtYB*RcAOww2w>UN@dwf5eMDFF~F%DbKHjTMtQE<wq87798 z0cS!%M4VW!)xlW^=#M5zV|r)eJF@i|!4W$Brxx~PyFN+P>HnUrPGf*YS+liq`}6Wo zztT=*S#@$tAEp~gn69&BC_u0rV~^8WI{@Rv5XSzCC*`L}G)5f#!Xka?BpLDLhdsJ} z$%{&dq_JN$c|JU$2<I^ctNeWQv6C4w4dh=ewJ}O|u9D4p#<|Ek%UfsJ`Dta`-};@m z+&*9AQRco#d+CMY_T?8Hz6V8(JK3+3I=_?sown9V+aNpf%fA7&&i$WlSN?}BF9Q0_ zvtK8VC!ah=o?8I@765HyYQ2=c?cwahEY^fgxl}ehzJzCgX4lEDC+clL1}rD7=37?Y zR_NOS5||WwSAR1&@^(gK{W{`2rH?*u6WBxHnHT=ZGqP^f<>|dIuE|bi?I+T`4Z)^c z38u&G<p_E3_$+_6k@ojn0Qwsa^zgZacarX#1#tYsgC$IH#2nw(hPj==G%bObDS2`* zw>&&y(oXCPXUe_9A6DO%<b>Tf5sZnk)gGLfZz#xvjH&)?R%l}7WPpWIi<@T@-?_^F z^yzmp9G}W)cxCa{6Gg=Oc7QRqUHm_jU%U26^%`q<w6+u?{i3o;&Y(FwGoUEz=+_`( z8#K_cjb9!y;W>5|3~Y*|EICxmVqWR`Y*VWRE8*vZ`uaE&ojAIzp1y9X^9Q}kf<893 z6P#3lpko_FPj<D_9Vw&NPIP33Y4#$)!B$;O`v=DXl!FerK@l>cd)z$nQ<bb!S$P2A zS40N=tE_LsFW%TTTU-DHE>DVB+_!I|VcH`EdEJkBfB+2p*f6#LP@u#a-73ycxmBT% z`Yf`UR-}JKIx-hs*%3M$;HcDx5ynq+IT+N(1ch*7l}gL<!%})*V#<#F*qM!rT0Rij z$*RBHew2%)HOV5Uj4LNEPavZ&zxY$`q`0^_$)%|ncbo6l=cf;2-?7=_PPeaPO}c%O zKrBxh;-6#L17djCRzCKKMUCpEuWf6yq{}wrR&0r}G7hfT*)cxmry~J`!W181L(r`a z`Tl0vd1>bvzn<>$R};E(oXgHz_JgHKU!2`a+hcpnZeMb7Y=6;Z9n#4S#423J?>zSa z$#>^b{`rZ7JS%_SF5T_(#S@4xq@-V)ZYEc68u>fvZ)P$x-EJU|`sOKpHdE#&eZQNA zmWQLX6u)KC`=;(cn<|&z$q>3vxs$gae#)li{kh?OKG+mIJj~;hvNsK`9zW7apF`?N zc+<;$a{z*=dyVamCcI+ybH?=GUUValw;N2qno?IkZkg6DrH|iVu>pAa@m(HL@=y8B z36Z=QV(NKQ>waqhF)IAVf!`otaHaA!nE9xm^6S&eN>j!s`Moo7c)ohzp*MVwUhN0d z7Y)hZw=m!}o??FG<viJGOtQJC6}QhHKk(w7kFP#G`Jy9Z0)}xw)Rd(IUn7wdkVFao zpMk+0=aIgz48N`4a3oLiVuA%zgED0?lzGr;Cul(fAbl2T>P4{v=yL5KIQ(q2nQCRn zX6s^&XtC%ZZ`R0x)&`0PiDa}5E>GM#(MX6D4$sroRJyAz{Ao_UVe7<UaE4c;07M*_ z@E<<P-Ajh#Tvp2IAV`r|g~V39mR*K_Dx=G6z_itkK3H%;$i7~Dq8GV%W?~$+&G6)x z4G2JOeeB$JzuOQ}da^PgZM$wU42Ax1Vt$N@=T=UaI#E*ZF{Yys64>jzZjJLv8|(2# z*>M;W<*`T7#Ul+uT&%`l_VX1K>+UghpSnl^i92}VSDyWuk^`N1!(Ts#bk~Vicf(Pw zJmGWv>u<Nfpa%lulQfj}N82fzE`;V*1O)&2xDvzi_(D0~Aec3k=Pc7l-67t7dyA6e zr}{nipNP3*l6^)6d)yjAeHbN{PtgiwZD)oW77_ov)K_iKvus<s>wL3Y>CR6(2kiy! z((V_lmUk{(4CU{)#>KtsO3@3fe(v=zQnU`Z)zSU9|2zPy+#p$A8EJb`uz1pT*?{l< zy>4mGx23OnJl{0(yaT|VW=fxJ69i>RrI#nwKVSRuYL(@r?(KM`wYiGzV)mBOAI6cj zZ<)S6)d0+`gn7b$FuU4@UIxEM?B~k9r`(}?E;+i02e!q}s+4uV9WYnw(tSO!84Jtv zq`fv{t2o4d0Px*7b_-*^4H5t00V3Jny^r#)=0Uhp{XlN&VKNFDI2nkHW#yCk+2bt( zjuqdjFgUR05WaK7S0-THYB@HqkJ@ZF{6>Rmy)V49=l6g8i<kDid-a9yQR<b}c_><T z@O6-y<9jCYNgFZ@)em8m-#DB}%R$2{j0UvurYvG$qQftah&|{ezhc~;DEa%V$* zLuOrSAXYCT$IhkO?b4?P)d@hE2+FMbFezrIyn9t-S#GU!x%_n(JJrPo`VhK>@o-uZ zD@VFGs9A-Oy^0e2ltl<^R#V21%vA}D@mQpENM}zHwjR7?jQ_DpSMf>8)p#~ny&;|& z<2gk!A2lZuCx&qx#)ti>IV(7<I5t#lCi&5qsz;rH+0wev{_yDI;dXP2tyWfZR*!P0 zpO+KUKZS(DW5o6l=W_J$UpUm`<HT*s+OYAz`gY^n!8!e5!lXa)qX|NNSkpBjn+H=K z`$i`ol`{)|V~#P(9@Ytg{tjlc)Ls2keC*ki7PW2WU}VQmIAk20c*cf3X05Kjs^1fn z95Tbf5-H0#8mWU<JwF_qrY$B?R{pRU&s{9<ymY7E=cT1PzwI2S{PNr}r0;EP>CRm% zzcMT5{!1*)XD<Q#98*X97?it{mN!^V^jo)QP|9qO43NAVD9hHnzxcadoac75fB!jP zz6D^q+u6B^(*wk)IGKU%Tj$<5q1sWM2$=z$%v_cB_Xs=uPP%V+$&5d7TZ$XHDO0oU zY>q6LbhuuU1KpIn>G9r72fZKQv6FhX!0iCd@nt@~yI#Ge+?^~dQwiOqa<>M=ap1}x zPY8(3v2!MVvG5nrzCi%LFWHz|0ODhiHk>E<dtPCm%*XytCh)P725&<+@QdFqjERG( z`?;m!!Q#t*;74}sBnG|Df8wL;+}8(Nn{c9-L-!WUKhs5<ld|~4Lw#R9e4zY=cA(ya z#W)!UJ_HqcudYx>DzHH#x&tNH#HGO{nr-0#0f0J;Upy2WXdv5WQ2j$yN=hrko?7`b zKxrG&3QkuL^a00}72Y(XbxLN3wN&&uwDf{E=}izT!}o(d8HGK_LQl=D9JayWGyUH( z7{`9Cvbs3fw=EN^69PTubK{SJNFMv2r?`y`-296*vh9We-7CO&AV>=jDZ|Bn&j~KQ z?ZndQE|sNys4#RPjjq`jZ>ZMxTMqd&R@FusBa>F3kz%n?pe2Cue<~@<JCSH2DV8w9 zD!o{>OOIhk$mlwxy~bNwjWgw(g=&QUj5+P-kC2V#gcBTG*7Y?=9-Fm$#-w>LDTWSD z1|}KC#$o8_l8|lKqoEMyL}4&DCH}A(7(;jKhh?u2Rh8|2olr{Cdtzv5Z@nFA``Tf( zan4`Lb6bS5N_$$sbld*Hsre>W0)!(=bTGxe?0ncD#C~&OZ<*N=>awnI(8e9(>_1<e zPsDcX;<)3o`@5BAmplK`m(O`^=QC+rzq0r3-__mu{(s6&6)(2j191<)D%_KS4eHXD zcem0vSYj^j(yad(P5RFkpZN4;I6aY09^I$S{ZXJ^o<q;@XKH=g-xmbEX2Pi)&%B^! zUmRpA{+sD@QrV@}eX$QIa$a8CPv7=4!IVw8Z%Q22Qrso8xvfyTpUQ40k&5zL13mp- zdVJFU^286#bQOv9^AaK7XE^Ei?ji8ag|AMGC(Yh126OYK=<T<p=zH0Y-TtKIeL~(h z;SpeBg5S!DN$TFS`kuPaeh(Yd{>H?pQdf%JqPGdaM3sYq>9_1bueKW>O7ToQPoA5B z001BWNkl<Z#~yEAFlv_W^(tU>`Jkdt8-M!vm5Kiyw<vgHAGi*%o=X_vZ=?a=s!LxO zoSx9-0GZA5$d6B&;-uFV3YdClxkWIR?Pv8zWO{i^EUf5nzPr407*AdUg9ko=-C9(U zA)cqdty6Y4QyzjEM^0W$hlzhrX0wwMT=$R7=Ts&Fq?kuHx`<g<gvo2iq(&i*O#o9h z_?87l$S62@8NH((i|7Z&2h1jfV~g|yc3~DpPV}^AQnSd4imZl*um9>B3)r4m-FO0E zRr)<F%+t1PNaBcVD@A{w0gFX-nGmbTxXT|Ex>m36wz$0VjXf6S4i(Z|?GAu^nRxh< z5S;($sgTMduS9ky<$QXl_<oKJ8^ip}Hfq8=af?4qCx)Xb6X462c#2N4_CqnGSl+l9 zpX6AD$hLOZ7TebtAXmFn-2SXN^6OBUqCnWCFNt~YhxrBn#97Q-&D$w!u~)!@uS%JU zti0?S=R?L1+f~3S;_aOr@`~Dt)%YsD@idm=cg$gYqVVOH*bvl_zvA@K*6}19>o40< zrotZ<=M|TocXpmxrrpn<8?W`FA6stpo%5_;y5&v(E8}v<i||4#<Mm?8I<pFN*Z}x( z+2CzZ<lnMCnP_=wi{ZWxU%0&oaQEH*yM<T4bCFKtbB$cu-?CTIh<>+{;l8U+)6QLC zQ{fdkbe~{19qnbduj8%kmACz*Zw*Mtx5HzGeXhvSb)%0iZSY&`EQ@bXJ>|~UJ4M5` zY?krh2h6oUbak0p|IJfi===1(dhPIC{p%xk1{eN$AAmfZDU`9$C`$fPqPHI206cN< zkW&}R<Y%S&>lTJ$jeW|}X5Eq)JA2yyT-nck5;FwyPt51r4T5QZ>U&YoyLZ38`kkNQ z{ruSnE2zgc+uMP{$=&kfYG%|A&*{=_X0n*nx3Un!>AGnSeyDSZ>jWI`c=9mZZun=V z?`$-s!74@u##kk)&>iEvjBFEPbL^R2uqcFcSVu2p>FPf=h@i~!&k4iG_Wl5LjXgIW zY)G?x^#Hq%Wx(h=dt-Qft*9CksneHn6sc3b;rQ!%qfLKjxnxDZWXJU7dZe$1KFU|G zI9YZGhi6n}+aB+uYxL^ZE`{vuJa`Ufj6dSXdH_ziAw5no25JK{lgrrrDAx~RoH$S1 z*RL=!#Be;~DJq0}`$|G6o3qCWcRiC%nSUq6-WRq!9uG$-9@^-d$icTCO8<f9(mSo9 z#lTF=>r3?}Ow<O{a#Edg+0)C0@<>m4=u}=jQ(nFD8>g}7z^Uu%C!<SXdHnOgYIQ|_ z=!%ER>85eV4>DpZ8&fu(g9EmXYU9OYJf)9bYks!uoZ@!NPS`s?t<2Uh&(hs)-@Wr} zdHL=<(w^5Z->=*@AN)$dJJvlA(*Y)cmNyNuSN{gHv~C@xRtidt4UAj)T->_<oOah4 z<4;!KNz?z6-otxpXc<%AbQ>bk3uo*crrMbNd@sGJ^}TQ1L<^&1XXTUnR#t-Zs#lM1 zm8Dbpq<ud)<ltE)vJ@vRKYGpUZyMamb!-4=Q|s{ebiKC#)N6WNy#QH$YuRww+s{jT zyiMSVMRs=k03NFK%cG`iH-t>r$CJNI>R^m6%Enfla{`oJZ-t1XA)YkAGiN)4dEHh> z7x-wBM}NN)>`qqDVVbdL7XpLFpiut!>D#Lh|Htp|lZoKK?AC`VYEHCdnG`oT+NsYD zaM0Q0mm4ce!xI4q2ve83-7_4`;S%|$l2T<?^`*ejXZ@BBj{T&xykPj=;ALMi<06bQ zAR77X#CP%MWQ7v`T<PUuhVuZWKw7`pfUX(%?s~VZkAcUN&1V9JfO_iiarMr?eQc0! zoHTH46AHY+tfCmU3dedykhKphe!jV2MSpIO&8jyBUR_qFfu^3&TTDgD2uUy>`ehba zl@DPwq!eB;E&I=3J6^#pJ;I?6<M0pW=z@OlCxT_eU~c*Bv7xd_NWI6lfreEpq|bzr zJre9_XFR&_qQkE)g5<F_viczsAH*iTFO$G0=Em^YF#XVK;#fzv#D2iFlB`mOUV{vr z_>~$%EvlPO_*G8X6N?iQd4!<5V}t!_Am$biakowk$a5UZv-V4uL7wT`W1AquU*)rY zi`(OG;FOOI(<hCJ!b<Xos>-KtD>5~#HT-7t9Gl0sJx+_y*r^|$6nJZ(TS!9vWRcHh zC*=Da69)cBbN+Jc+_rO>aywTohIMzEWq%@g@$dS!tn5oH4Z$w~Ean=&L0UaJDs4aa z;K{T5Ti*TM8n6xa^4zzU|86mZz@23BE^l~xpLDcoYSZuD4)7o&CC)U|)BZkPU&`I5 z>&aNZIq7tNx;K8Gw5OMUHN9>>0mmB!K1Hu={Jhx5ZxHzH0AC8^Hw#R&_wF8_dRJH9 zGSF&l5XkH}jPn$|WzRV2u-N{184<GbsLaU?`z@L(=M_bz*7c>Q?$N8Aej~sq`Azkk z((fmIp?^V<PwD&OAO*GUO&NMIp-WR%d$r#<l-?hlzNz4C1u;EJvB$K(FFx|Vz1b2| zc~9V|x3nt<>t`}O?>~^@{|pVjG6qZ_y>ozmVl&y^u!e<VLy^3d{Y)^GrLVCQHQC^- z@1)8K`5_q^(~XXprQeCX^)78#Aq9`yIhgHpVmfXp>cl^je^PL(M?1&Xt|nj%rvZto z^Jl9M>+sH0Hp&~=f^mhv*r*+ijqI1I%{KY<0ls{k^7=a3;6c`<HN5_{&t`nLa{M12 z_tndWcxqc^d>I?0YY%j=H*KEY^;g*wBZbX4Ia#Yl^=@3mefS<_Oi@;o*q+td&|d15 z)kdhSvMd|=QKD}XE16+QXyMLI^ub)7OtgCWPdPhN>7;RNC~ov^>7ESQc*i+8#{Li= zen}7W^ga5<^s}X_+Oh$F(Y6S}J_8+H*5&bOTiCA@ed&Ge(GdA#92=z8M-vzxb*W(K zLh8n}FI5nf7SeduXTY@Y+ZK-9`aj3A3dB{9eP3K;S<P`|1^d~plA~82!4^~g`juOG z)p6Q)+B8j=j8))RuWh=So!Xo3!7>2Fq+>8|$3(EvjxD3t6KKCx(7?_5?-pa_SmdJr z&OuwAIJSGymnN@^`#Wzf&8?rUTe|%BvimQwj0Z1)e8b#8+(=iDq}>A`ub*|^?FQQ5 zdv>+_%1T>a&!V=xIPyGSOgsCoet-S%Kd3bAKM%OE<1K)bD)%bC41oaT>3!(WiD}a8 zTmjpe;PEQCpP((5KerO1hl4JzfElgptX}DQN4cwZ@sad3y-(gB0KYRb%kY#EkLQ$C z2uCO9XSMb?G+RAsd9JECAm*)Hlt+z~CKkA|mvAx%+Akd&20%JM+8IAxgl|JA+cyGG zlKn#D#PT28jP1c6dpuygWia;ipdS>UnfT+64}9Le`uO?doHZ9FyCf5kWr_`Ymi@4D zklK{p<0nU_TFc<*Pj_?!5|#F+xtftKw_1GgDoOf~vNN1qB)Fh;@FHtbp<|oe4PFii z>GD8UwiR4TYfnzZ6I@iK6B_!(jf8rrO<^TyvAWV`^~xi<{NwM%?;ty@!|0{mAzZ#= z<CO76-uya3)cNNi`-t1vurajS<II>K9sWWXp9w)svZh{z@wlHH+d~*x@X~$w-3&CP zfd~x1`bJ9Rf$1oBGspkA+KxW$9tZ%JJ<rP3pUU(mJ5p<BdxvfYWp9PlARLcZ+nvsv zZD5Xx6c%3~cTb-jEmcCaO@}i4b0w_}7eDyZ?(jh$y~wX##o3L{%C;6#(<{4jeCWZ$ zSiu&5+O(`ySIqQZ^=8PF+XKuariIP+AN!=NkFNp_%l6elQjxX|>U>{60``dMvBq{9 zdCIl*v8`!;%HcSXr&rlMu2-*q&oM6a;E(Ja%coB|mKL3nd%nKUU(QAM2h`=g&sXm6 zd}TbJ*IDnfm~NfJR%U8vU3=vFo%(Cb4b{IE@_{x7<DUbh(>lEOQC7k$^L2UyWSwO{ z)~(#~tq!+)cBahIEk9pg`ywFvoNwhRMNhFG@+qZ{ZU3Z4m~!_(>%emoMSy7ajR0j~ z@isweVRGl+kS)ax-FxRI669}EuZ-<ZqG0wC9%f1Vos+S2CreKn6mniQ<=(dp?AOlP z@TV4`CgyP9gWh0-LT^>{RXPTJpXAqu?-=Ee^lX}aPXfa1N*nz$^0dF^n)*|=AJKu( zw;nvR)>tu*ZJiL<In|rL9B9gdGS3shZ`lD&d(O8BzVLqK-<j|~z2|D5jDfcT-U9yG zZ-6i;I7rRGe@>W&&_LkR!p6V@eg-CZtj8t}%V{g)#o_^9N|1pr)CL!!ZBQBJB%^_V zRiqguPPG(y*d}6o2&#f3YfR`TrF65yHjoE8%R?6yh~tOK)~q~fvpg%xV3#fyUpj4U zNsSWPQ-6c=h-JT|VL*Ol9pf#hOIc&vj$rrlXb{H<#${!-d30}lw0Z28FJ0IpzZN`n zfyqv?(mi&u#ld)a6q>Tf;9NCsY$t}+YLg#UfK>*E0|42JaOxZ*M&^zE%>%bF0}yrT zU$-W_orJWk(%o8VAFn(<Yh7(&n;-k-anT;h@?0;EVqg1{V_n&Pjh*|H`(RpixNJ)? zRIGi`*?MeazviGEGvNu-{ZoeDMS8yA10&%00JXNR5f1)kGcw5@9(C)B$~32AY;gAX z1xEEKtcx`1DubO6JPfh{Mq$EQ8^D~XP=P%&u49vM3hDD{uVkZRn>J-XWmt`;z;hf~ zln!kwq2qt}-gpFQWo?tg6a6T0W4jPtbRnY?f3Zw^gENjbZ^^oI(mvV0^VI#KRKA^; zl;7I}D{H-rJS)F-yFVN+vv$mX(M6}9pWSRARBYWkDt$lFo-bRsc<#GA5BPJr=lh>Y zi~GWyC$b5?45x?DO?|WPOKD8An`ic=J$_f|jcIv0R4@GD%GI9+Hih1M{+&EYU6;l; z{m*Bf<fqJdaor{$74AFp{mEc*<Md~e^rHq{rtzV(?`;AeaqJ~U9?<i$9r#V^Ba6A& zHn%N|5jOkngY?cV0QL5MeswVcb~}Kw?`Jo4uY2B}5X{>L#^8E64?JRe3*fTf0T3Ak z$aqq({n*$~26OA6IM5cphrc)&D>^jj@ZbgX_q?g^{qLWMJA(^#%$qC@{@`HB{OqrT z9b{Ivf5UAn=nV{}T_GTA_wbtn^I(sWf`_WEETqTZ@Tj7xb6dX>-vdqpJQmceSAsOE zh^GzMi#?_xvlG_D*f$M6W`RYy6Rs)^JN0rR3+m`<3k_Y`;h2^^%E+63b<W30!16AL z;J<QM<qpc5^eB!lVUU$4tf60a!ly0SR(bG@xo&4?@gIBjUuuI>1FDMr<Ul%2rKS`5 zkR7~_zh^7mz9V1lh2&9#Ug9f~y7<qwf~sak2CJbO9(IRcNXlmgJ??`sJk=h${!MyX z40R2^#hlLu%X3<`--u|!fmXkW8EZ#qY{r_9vVZ!?nvyS53GSGxXg=l3Ok%a=_9g3$ zi8^y&@a38QV!wq3e;ghQM&vp!QjkmPnf@tld=t|CG4y+kF%<rdzwMEoknR7LRna^g z*wD0L`dgh53>_9qdGW{2dZYyZ&-Px9@6eNg&wl3x7RBT&cszL2We;TS=@?<FI1XTf zv6@a44Z4{6=81wdeNmE%V%2RNNq@08*JL;KJ7>u{eyVuN_wAN<-g4h%=dCUO3?s&8 zyi5C)Tch-%i_Sg2(%%5MZE%6-9;6NQ@@e36UTMpBFYn2Lw7**Z!&didn}^zdv%{1I z_W?IL#JLLZX@4)vy^6I{mzMWIKWvqsSx6o)-7U|z3AAah!u=fquaZ;KgvHfAoY&9S zj(Ymw`B`CS4>%k=U(bCBRDyqQD>(0N*|WADY6E?4C5)_3?_(|t^ftzIY{ryhn`Xgh z)&U+L-0S=L@<Zq~y;kE_KOY<p_*~5dt-r{6o51YC#^=c=|KTuCF_{d`xA~gj`;YHm z{r>yAeu~$$zq3~F-|qN?S05WYW~lJ_ftkdmpTQ0(4{GUi^>)hA>%qv{j$1|)$KeNp z&x}d<&@3lGmHI@Hvin;;R*Vg{S3Im-z@Ieiq3bI=U8z_y{tiB}qF;W2-EUADt?9}J zc&AbZFeS=gIU(V?&$|<C{PLtkv4ao$1%_Vf4u-=omSr?RKV}W-Xw_<UjSWTTirXVr zhbOzC=A(UV+B6eVxxOg5HaOW~Q%cw#dsHH6>=cu-CmY&RJVZ_MqG$gtwmLNJ5~~8U z2*c9mUXBW;dQUkG;CL)7zmb~$DFu7nbRcS*Wh`9#k3Ele$KRM@jK4k%=I9a+hJ2rL z{vKZzM@<7`+nq=p+)j#4jFc6su#QUP&=tNFgTn?sSMc9`IXIGpuRpY%a_^ovK28$~ z?83IV6`>~MVv>zx^TgS5L>Px2oU4pFiqW3_!<vbQG194=vNqr)8&A|LTfxUTO#dHU z9-C$YroE;dKWxU~vW@+}TK?<5{_9Wkm2*%RB?#G`wJGJLnH^Y~y!ZLZeLr_O>z7|U z7RT~SERE?e0W7A@xvWF?eQBN;-0Rz6C4FTKpv%hM%LZrpcKhE6*ms^4aI$ye=gmD$ zX3eCOo%2n1n+CVv&HZvGavInB2D~r83CtJ%%+CiyBSk+?%gX~~CjpeXHSoj)-~0ca zTziTh1)NMwdLLO&Cgi8+)AD@_z_2wjd-6e<N)v7W@M>#$JVde6X}J@TW3vq^-7ofe z=RjH0^6N_}dJaH;=C~L5gg-*_5+3bTR{KZRl)fhr&aggVFR+QWo}5)LLHY;j0{LZp z;(Y>NKK=3Pk53<Z<#Opc+EE)kI6V?O-(iFlC%U6$_|UW&99d1VdIdtZ&Oim=Pv|<j zUa~TZ@4*D0(TW{<Pq0f@q3L?#hHrQjF01y1NVW+;8U#>udt|4qQ4SX3%fADwCjn~J z!Xu1{Fdv@ykF1tUkC&DB-UiZ^u?Jn?ox_JZB#HwX<Uv+#PENk$WYWcBb98MeK29~z z9aQpH+s1x2lv(2htkI22Hn)F}WPxXJwA`|b*5?WJM)U9)XJcqwrHU_mLc?!aO!Zzb zP0E&GJgn>-y(<gPq=gs9?fF|CRmsO+-(gRQdsQ56&B8X@QN2w7n#jHluG#znq>v>y z{EzRL{zJ@%2flP!XUxUfI4Ca;f3{yGNz*p5LRF{}j>>W;<~md6M6>3veJ%YMTllg; z-$vGqOGqg>9t5oH;AWftA?rD^ORiIY^@l;xlqz*&dBT?-zniISOcvL+&QPnyo^-() zS(_DWePrE-ko}OXoLf%IIKC9;;_&Ei8-G1ibY)YZ665SfOjeEx-ZuJo%YXjof4=f0 zz-8y7`WhI{JNL=mvOLSD%<@VrHqexFj=RgsyUX(J{;%G?=n24cV|7MHb=uF}xh)$U z1G2$ez73lDF5+yEm0kJWKG%KU|3ZHIs|UR=@$t!d8{f1x<*yE?rpQfSd%+65pVqa< zaN9saPtp6tyXo}O?8=hxww&yF(q4IQ8Jw5ll-`%-hm}wMd*bR7_H#=DKg9GF13cY& zINwm9i}7+H=;}~bdpdtYmZQj&;8$>%dwW-ZJd{iO>x)O4K7#L{>rWzIzUX6r)I(NR z@BHWF<#B63?&BByCa1~lqn8X1W#_L?yr2Ku=MS$w8aQ|yOI_J^wK;kn8=Njo8=6yh zl4zg?VECZx9E^xDASq*ifm8c|RNlec)L&=r?pCG}KKDwi!qaU6PE0h(42+BEUBf~3 z;3@A1n;MXyYm3B5y*glQd2F^ixFajCqyR5H4oZRr1^&?suW@i0U+e~y?Aph#M;aeG z{kuwaC<mW%%rB9(&850{*f(AhnUM9RTOJ$#_7#xfU@Br+8*CeEJTA0H{sJZuS`91y z%F34rw|h9Q-BE9Lg6i>kc#ARnZZ~y2_KCgiF<|M%^(@l{@lG3QhJ@v@ZgjAwva4eo zn6eW>h^!LJ7AKIgL1OKJU1QVw<#pxgl_y!Th;8AJ_Dq-i#%#9oCdEETPISj6*`D{+ zbWuOHj}5FZT^Oe|9DLw_D@1L9jA0s`8$*49gU@9AV(2)UNf-#n;AG(u>{g!sIrPB} zN~S63N(MY+&2WrShc+r98E0%vhmCmRL%qX!Vm4q0A0vx4Q|DOTc;9mg&=fuW&`7YG zY$R6G7MhTB-*_5+^+{);V3XJ<9mDLc(?r$E@xvnK&M9v16SZ}Iv~lUh6h4>xh3w8% z*|=vz@GN!$XO+))!V8uQ`3vG-(0e6+50=3&NE^h9nZgEp1LRh|-QPgFmHz*-c-CWz zyHq){W&-x*Ii<wCdbS&t?lz?_EBxg3d%z8VzPqoiJU%cek59`}>IFgZ%q@Vqj28zC zahU9Sq|e_Y@Ik!jVtSQHJ!yY$D|EnQrw<q^3p`i9+0(6o$ylg-Zaq*PKlreZQSc+{ zz598ppAOG00H-49o8jmz__7~*8Hh>smmSHkv0;C@mxKw5|G^2%=U4yw{r6Yz-u=Oq zKkw(y@HxxoSjU$cFy}~jAOHt?R|Y^hphaTUl^M3h;{*hw$CGFJwtZJn1;DsjEzc?I zV|$NPQ@6PFA8m0N8%oJKFhMmU(vKm-BWt$FFNu0>QzF*GAL^9H_rVViSfvhtlEr5x zb^Wb!-H`FH+FnTpa4*Lr(g4p@+Tv)-p=-0A8C%;|U5~bqZQ>@*mc1I5QHY`IZDxtw z+#_bBi!l5eF85qD>M8t!)c3ZHpi8U4gBgG0RvIa*YZvNM4t^?a$A_-0ww_OYBe=AV z7+6=_PJE2OR6hLjn6i5Og05{W(?11o?_f@O?3eF>qb{v;(z)DovW7P5r!5BV=(yRF zXH-rUt)J5JySF^HQR9YI59?*81iR{JU~S)rd#~ojX&K;&?KwUa+I}(s8^clJ3Bwi2 z%bw9!8|C{1;64tF%8Av)$2cEdY>V3u_Ke=>9GlaQ3i$t!ZSM*;m6knbIqnL*#@c7B zItEJDM`h!WPWdOx&Nt36KbvP}Od8pp@a1z}a?ab2(08oo<vX@@_x+!k^~*@jTfYqL zFMxDtCu$wr0Li{r`|I=u&bkePv^|4bKDP#3`qtfXmH(^7Zvk|_AMfAr^SIr=_lJMD z;=LwC)8GL3?)sjtx07(6yB`pu2fh9$bbtAeNtC+<(B-EiP<Glk6Y5Mo^n(LW@BByh z4JQrrL_Ijl#_#H!aEJrlxo*BGFi+;o_?9!4P80yhHaq>{_XK59@yJ4-pZ)bVgtqbF z=z|q-eDJA$NWO5#6hYr&fG2z6nU%K#yu#lT7jJWzz4*+N{9iu2r~H|d3he4k9lzk8 zwD}AcwHf-2q}h8kmf~h_^d9<^(odHsL+CZum54(Jt?{~*g*yi}Xz-*38Tt%3b5HjS zP{=z7`u=-;6)rm|86MM;o1z4O16EzgrZ;OFNT?ZK;)e(QJq_N;oS+#pvgpGKHK@G! z7Xq2ImCbw(K5PxL*$I1BoARpDO5ns{F+P$Sv@J*07kwNYBA8!x5&69M80(D*$Ku($ zPP_ybM~qXp{SFC!@ofNT5RLZOz_xZd+hi$MZ97WHgJ`957vEzTK3BEZiTO_Uo%HFy zOrEC!+MfoD1^FUP-#x#Gj-9eR{EZ_T#C#v$49vk)2gc4GMRxl(M|7~{gE+PsTU5F4 z-&K}x=@aKUnUEDgmWi8XPd-Nf&|R|ta8$Z8{6`j)@gc1!;$NhYZJXhSpq(8>wR>0L z^1(R#)@ygxM09`Kbo_*z&&M8Rk8SEzs6RnnbVYlJq4p0CWvke?|I~e|9R3xJOBrpD z7|yXL^6HYsGTVR$Uxj-+Z1o<vu}fwNROVxfM^}Bzs=rv&=d$ycW#=82op*L$n*2L| zx$knv*s}EH+pV-+?tDx8mD}cmUkP}}x*M-^?r)HG(!Njb(v~icGJftf>EbN5TQPQD z-ha1zA^rW0d)B7M=LviomwdKQvHPC?H+EhyC)NL%PDNTCmNyK>{*D0euIZisPBNwp zzk4E5>K-1y9dP)4iaxrja_<#zJKzfwr7zg|EDu{U?=0R*z!qdnOF{E_Ijro~zz;mW zh-c}f#JQPKdjC5HTJD|y8f$qr#87-}Fok~f-pjrGhf`);L+m`suU)0wC)Mx3YdZZ4 zFYNj9etwF#pH%ir%`g%N6xCkdZs<*Zk*Z|irp~5u3#pd{f!`D39Jo$&j_!@`ls!4J zjU0s3E8W{1Zab4dw+yB{$vkm4<?5MD>0B=bC|j2X^m|JIE22$GS=+S1_`|3Uu`G7= z>JI<fFRco!1v<?dMMb!ca)Zs-K4{38*7Rgz`m~myOH6c%qM3?{EltP<%1ai1s2f$< zX|#q%eo<yf936tC3;NhQI)MnMbaXb4zPWm(4x@~DfHXqb?0S63!#Z5+)!DHZzr3T$ z7}}o4TAMsyvIoQEa{!*0jD1BO<B~<PKBbO}U%9czxkC)r#}?aK9qcPBie=?tjGq10 z4gCaLh{Ffn5TOHB3sk9G2L7cht6$Kv6S{TPqo<R#V_Ri0vh%cEPK9z}Vk;6QFj8qb zFg-ZX$ZvB%${)G4;o7GthPP~b`klJ2nBDpZz}TNivg(;OMW?|#$B3xDEUd{tSqS6A zWvA@AHT?vn+6bHVU7el?<7;Ba&h)J#+6#ckPD1&EtTv^Nk_D=@XRh4Y;^g8Of0>E{ zI`rRLD#eZc$FU#)9~Q?0`<;4}Ggg^|9$ILa{$eeEaXR(RGw!?HxhGqw-@0_rnY>Wl z3*Du4+)yX)bL?#wRW0UG`^z`R>%|tG)PZ$+9o50DyO)=D4Kg?ePTBnHB>(^*07*na zR9=^@e;y#~{Yd}sEM>a6ik&n*9fKKg%5(}-`o6XnyGz$|z1&%nbTR~G4tm$UJlJKf zy_CNEVw#o*=X?ubapqeCbTq*F)`0j&wkPUG33JAwQ?lIq2`H7NFy$`Yn06V7J+RML z>L$BTN?&`RlR#h@`zO`Ez6@Q6()jRL-uLz=rY?kh?$K{0__f22@86T=|NYg651%^e z;Rq5TS!ZlrszZ73b8vZ3dGOAyjaXT6MItTPlX|VpprJ2^-_fIig(EafCsPO=_}HW_ z2lk_IHyRzip<-nL7=CJxY$qP*>Piln@x}g=)zOgx-$7;uH>w6-x~0?Kx(ZQm#K44U zaIxT!v#~NNl^uDY%bjiR=KH~MGzEX+DX_K<kJLhT`1fkb?wB-uP1dSyREBCiqi4Zj zi6gW;Ngf@iTqVv~i?k;2v1Gxr3M?NVG1i#KZ~JEbR1d3?DLnki4!-RrwKmn!qc^Z> z)FnRrV%Db9XT*#S`QZy?=+kx-3gp>jr)65^*q;@a!`DvRefZbr;Ze!>xcK87Iz-eq zRuhNOE6#xBp<>x)7~|JAl{kx8iSC*WhWZ%ox_0&r8sl?p$hM9(#Ri{Bc8ve{V7WaE zS)5fFE34X938ASReru5tA6e__SJ1-DFIb>I`XpuTpiZq56Sqh9;JcrF1;CR0*ij#* ze0160!na-2qv1))v$jctDo?hl3xcb7*bv*XKN71X@@tF@SmK|Soxk+!KF{pF_4noe zTQ$}>hj|jP%g^SsJrQ`0wK6ZYZLEJO@Wp-Z)CR)<x~%h-<@K|525aj#;P>|?E91U= zeimE$UoGFgH$yLf>yz+I_P?3Kr~LN(G_Y^(GqvvI=L_;pi8~ql<h&0Im`U%}fF}f7 zzUUC3JDEAT`riJ&8dqw4zMj`l27eQW!-kg*ZOVO~x<BcCZ9~=so@x9yoC3_(4(-fL z@Qe^m>Q~vLb|%#8n+O;&PtoJ=;a^#Ru@QVbFJ+&)@AiRb0+sQDs{*qf@BfP{{*QEE zQv}f7^67U3V7aHhO|5(UHJ@}m5o6ofTNT>oaRS|xzG}AY)q)3hbjt@{p3;xYZ?HQF z7+K4(j}1Er9-Os7Or*kTFrmKt(kQ1mi)Zoiz{kiV-IJ6nO^rQ0z^5-(a)o12o4wje z*8P)itq!*E5B*V=e+D(b&CuHj<=H<C#|Hfp$5j)&WqnnfEa8Kiqmd@<{~X7C>{sQ+ zzqpC#XAtvcW9#7SU^+2m$CzM;w-w?^R*yI~1#$o25K72;19@1+{%n9A4z*s5O{2qU zzda*=IK)0o-J_5pDIdDFO)$nD5HbV4hdnnNs4Si*R>dI&=<)9=W3Y^a^2{&nDE?M! zoSGm|oZm`d+_KN~M|E}Xv9NkGU)O+F8vYJMV_irGM@;SUuq;-}8ar*|Uk!#eJL~gM zhCt2m#3&C-uewzx*N9ud)|^;L2QhoZ&&R=;TLa=lM3;*=a}t1DzHC3C(thh7amdaS zSEQm1KlLcF93DKC>tm~ceq|?AWj>1e(2EKdX#O4Bglp~)Pdmb|H(X;><{a5-<gG8s zFXqpe=^to}e@+5+j+(ZjFW2$u)@QyFNuK*+-5tyN<-gah+-~m}zq<UQCjc9;bz0+{ zpmo+o2RDHCU{rbPpO@uVUj98XSUh=G*WU&2E8kByy==-IgGjSuiz#@2PFE1<zC6d5 z@c7PuUmWB;?p}1m<K*8c`y!p|$$w_a*W}cFDxR+l0EUlTF+ZWFTMXyj{_{jV*gWO` zPt*Qvc~cN&)AeF14xP^EPYHiUSKl)DYP_&VIy_Fq-h+RG4ZU2*ls}BVkf#$(?C={0 z{qBJG0l=JZD4<Us{2d=Dm+Hq)&b0k;q}KwV_X8DQ-s5*a#p?k%Cl|%_#NU*o=L9{a zj~dUiX_!Nsc6!P$$_xq23%W5p&@D@HxR?`tcqn^J_aYV!WZ?MV3;b`qw;;Z{s`I1| z9_-QnE}$GZ;F*W)ynR4+M_tgxRCu}{n$Co#RxNR06Dxd3jtOGAa>5zkX(vfmTy)?Q zVoP0KSq)ZpLeU20#E=I~)t~P-hL@cwgaiIk-s;u72?Q$bcMh+EC74()vh=M720#5+ zJ00vQ!_fRDrXqb@!SCkKjRR3&mk3O-0&n1luQ*^-VI65DsTiE>i4Wvr>W*62V7s4U zTYRQXskV~O+7=~VWvgS5Escv4hD2Y&%Q^QUq{IpVXOWzL(Uhe?dvy|#%`(6n<MflD ztc%RU%7@?P(WffxKh=jw=^<;`n1n;k^yg7g_9;Pe)F9mP+j4fW)yXjJE0k0YpR?8A zqW6%b&$nr&t(6qBewv!mC2jtxQ~3C0Q|Fg*>ha%?4aIhLW>efR8aPyUEUY`!QB2G} zq3qZ>Iz5cVkY|n~Pb3G&v1B550Fs5d69G2IwrsZ_WPd7H9j$gLjPe-p$JzQh?=fTS z5)Ry4qpS_Doe%zEk@r4N$>zTEkMr5iL$%wfTbZ4&?$A3&-Rqubx|e@>cmG#!jlqj9 z2I3wV9on;{RlH70-|}7NdD(sWmhM2iCjl$(cFU`0x1RMpadrO0j8{6HvM<c(3I9^} zT(#3F{Q8Us{=DRe&P31kDqQ+L+~>~<dj;c5d-huc@%-k&DL$PIo^Am+^pu--GNr-? z54j2tf^P?ixwin6?N$YYjO7Lmap37Edie&y6ZDaVM;pXcA!Tv0GdiSB_4s*Tt1FLQ z;8^}iwgX#;!)Jbp?>#@m`^O(V(a(1Z8v;F`C^^7-#d^K#n}f=7ov5S9t8El;U^-bW z-9xQI)1#hpS%FiA5p%5tUs-i2E2}(PmJWxQ*A)-dUI9pr-hezj4krT*YW4`NhUq(M zWVb#NJ-zTmvrc<lGGtB3wt!WbX1EY4{kS$mSJo@2@m)|fJI2VPEPnadu*cxm1xqo3 z3XgV*pA7}$92)~1z2_(_$$$B%*eEF`o(!aG^j?#=CgJ0_VSBBZvd2V+_JU3Q!Pnwq z1AQi3_O<^ADXod9Y&8$?S;?-IFy2$O(qpau_zOW^-5$LsCTEboCVC_%Zem)-I%Q8* z#u(16D3y$5BMTn98#gV;hQo7ZT=el6xL1n$-mxI|vDwM*iqEJ)oi-zV0EAA$dgTs% zvmjb<)MK-IFpiKls)b@d@#IXuBK&|auDk{>UF~%w9DXpT!G}+QEh(lF^)8RQG(znr zX3%K}U%D)Ik?H?q^SzG=C(mLY=+p#U<pbx^g_rq_C=iVA&vA+nH5oPWXHVw!efopP zJ6g5h>SDWM<BPTxPv!q+agNzJXD9z<m%g7){EMY_d!kIvhph9;Dr0%)td-jniTgab z_%F3>_<t#Iadmz_I;wLn8w~5VEPc<YmcFvqx$M5d+ki>8ENz1+-(N1jdB2<<)zkR% z)jredodhUn`kh&_TL69wz^CpZoA#eu01P&sG&p%fe*@0-n*#8>;q1b|n$j<IuWXZ? zX@4pJp7i_3?hAs%m%i`eccvbGpWJ7X)@E%m?eEcul5ji-nD{**m?!X!F*t5?qFV_Z z2u+ZlWU#Q3-){$aqVWFXmsjup7f<tl_JKxDCuF8>(v`FuyQc9wL9tA!m}npa?xy<Z z_YTBI7JdiZjz1-gtu|qMLo4NZT6pOPr%`=QlDaJdj$-2Mm4GgL_3UPCb4cjD>x4;& zV(yiLWpz>5+YQ?3K-wG5oWQ&a$Y07}1|ZJquVb@xaQt&%QwiJnHDqeoTG@a2?#8FR zoCU}~w>iK8DBFl<Lz;5gc>ux;ni96D=gbt{+&KJ)ME~E|$~f`)!OrX_&eUp_fR``q z=9>oIPD&2q@po)+I4wn7`?AN0vVhv24WnKK&=0T2tQxEvZ>G$?Ds#@Z)}RPSbH+Y= z**Mf6&J`eVU}@WtHHHz7t_d<skM@m2+iIK}zcJKEZKyBR`Sn=DS?Cv5dl+^LAieCI zlOYeEA;G24+EX99NLEaIEP-i%DCNKX7CFUT?26h@A5eK^Y7f4CJderc@8KE02GO>f zzA>>KMWau;V`&c+sv<k&f9M@qd1TO>M{MJ=KV&SnQ#J<0LEet5ITpqts{AW%wxhgY zv%T6v2>#}_qfpwz$5>fss4FW6LEdU?Cned}e(mxvp`rIuGew>)#bCgYwSAO3u{m_- z9Vd8~=kwCSEsnDCEY4!>+_n7fyD0aP%Zr}?tOIVhtkawFxCg`X4!H8l=dwI^`K@!i zA9?R(_kXtdkcMff@4g*|RQEjX@BXCaO|zRi{$dC8HUL{+)KmJM{JFmi&`;%-n#Mk# zu&3M$h2WcS1hAzId%2LE&RYYf{VO}R_;kIve9OSJeDp8Lrq|mLV1CsG?D=FF9=}Z> zUD^GK;d#Q}4hWC7n3m_Zf<G(Vi+%V?!KC`_?3BBGfk_bm_}6E?%7>8Oj9@bN2U8r} zON((ZnYwgrcOY~ipE5Q@!Y2r7o>ZO%e4^5HJ=}^I*xFuM+=<utTeiMbU3^GrJC&DS zzZs!k(B{Wn)&_mSQZVfwy=dheT=6@hs}R{4pXLOyt7hn`(+N*F^EZ1Oz=nVP#dqxK zq(ei`pxCVhPH?haeih7)%u|e%b7KQF%6USBX~i#H#nn3TA22<=t~Jnuwl9h4z(Bi5 zlrC6TZq&7~y`HYmGi7YA!;h_$N{c!;+HS%n4s>xAmk;K$vPOdbiV+jrBWoPMXn>DT z9zL)+G1zi0<4=WSpK;)LKLhp*(4%<b=`qNDohyWlRM(m{I@EV;r9=7q6b}0mEsgEa zje+(k<e6(`jjf^^NBgAy)-S1_{;4l>;?nq2D1MBaHmS?DeY6)8)M(p;g}U&kefA7Y z$zjn6<=KGO#C7&<&yhVI6#(oDf3B3Xt^LE3MM5GA9g7dPeeks9@mKfNYfQw{pvK~> z;_zpi-IT)V|HE>09$n+m*c=>m`_*wjU1QJKcJa$>JE*7N!=+)+S@&@@#}WJL<5>0_ zL$(-<P5TyDpv&jH5dV#)P&5EKrW5#arQCgSesauM`h^RYb$*PU%bjO0Y^5*HT~@lw z$~-Su`2s83<VBaelj~eTKLJ~sTLWX=eZt@Rd(bz)@+#xvq`u{K$oiixo8JG<_xLN5 ze)qlirSZA4?`mFA%CEkYA+SM9zmr1eG}9;iuiF8=*asYXnm;kDkQc>1z3(>yddRNq zf>{Tale6!3L#JQ!nqFAp_sUEh%jcoIaFErP(s6q`K(Hx0n0&{ApdBzFWcu8Hpo~FB zmt{^LUcLYD@zpzC-t&QX^?Tdje%?E=sV}0ZXLJS6!Ppb{n6N2XkJ2X722AQp&wBNS zdSpF_J%+VSf@J9pZB|%TmZ4#AIC#WQ_6(*0C@cQra4^FIx)9)KTbnS|OXFNT%F1sO z<_iOtl1;v$xDWWjgnb5EsbU#7@n@67elJ|T^)VPNtIL7T(lI?SO}}h5(6tv^S(`cK zV3$qS0A|^Vpc;beaZnrzFdkT;Q2|d|WJBtYJ!6VYmwSsNLG=7mR{=&~6b}9PVq?yq z{8#}`$E&{N=xnoD2r<Gx)yHOoH1QEdpR|D`JJCQJ>BFH0-7b_S*J^HZi$M%knJ~KQ zR|x)?mNzC3`-_$FU49Y#_ZW1mU;NLNsL)ft6O(aU-}A$Ms6EkLO`nfnIu*THQ4W;r z*YJx=3BBIqmo~C+SY#=lr$a^BRh@cl+isMdi+}u`D|KxX^Tg-i7H{-wO?ugkb>qwU zn~7E<uIJMSC`<?-&G9uTVs3n<E%1ss%d?F0&4S_2tQ*+6ryk4MgD*7+gfJgMW5cPm z-Nt6(X&eq%$38|WJGN1QFKI9)Y0`*4FZX$5=b4>rtlO*qE+z^n&^6j@<#|50xqs(T z>+bLTcBlQ>s$WBCTKF|ke@5BBZ2)x8^3v}Uy)^eXu*<u_Sh`yS?P7WB_a4h)TfYId z{KLX604HfDTA#G<rFx|Ceb2x5*S$|qQm09De<rv<HLE(=vyfjeb<e2fEdbN((&r6& z^K`wp72Z6ZTMUjWa5%yDRYNBD?z<!FHxcF~LUu<_GO$epDT~>CdW`*tlW7y`r14+# zdjx*VAZRB0Zd<q`<GDSd4Lyqh`H9rP?@avfd4Z4F15@&EVJO>wY@37J6ALF%?4goP zJkE@7J<!nMVe}i@IT*#kwvH?&SIYC#y=DjI;FsU(Fwx}%yeax#G^EfOd<S11Vk<Bw zXWiNWpxX+nk`BLD`+fU>!NtQ_<*aAmwv4&%J8pI8J2>@i1rJIp&cKo^jP{uwOl7c) z8WAo`OoxvTl@8qQ_aYIt+9|0BIr{M5prZixVD8vymAd$oXCjK469)&ZwKE^0%Ma(l z%yudVMSdzg(a~CUF|cn;yi$sOWb+X|-v=P{I3&`@irq2i6*Ua~$;UGHt-+_PZOX0< zDrxWXcVwf}2y+Vt8bO-dAEyk?q<@(xvd4X8>4#!rnYL-He_e$dI&iMO<kg^x3aO>B zz4kfu{IVRRHh?DZwhLw3NTdnOY;4M~sj=*$9lKP=Zg_69Aru*h8$n&U$J44gp`?&6 z5-8S=fedE8Xj@=|L%`h2{)DDadxei=dTkzk%PzS07C>15jG0?t#3>-Thh_{UF8^g) z{S7}3rUq<TjQSEQ#rNb%1LdhdS&^(dAMuDr)i`8iPo1(UuyU&7sWoh0Y5uWQ`7MT( ztvG#VP6Dt^Tf|Lf#+Hs>_W#|Y58CZKW7)aL&z-*YyIo9WHuHU_?YG*NCXaZ|ZTI<X z>wo3e`Q^nH1F#eHUC9P!w_CSPyWIf0^&_v#2K#w%wgKc>ez!kcz7kkd=>8tPPxgQD zXd!j))8@V8$Aiyz`1`cHsec9`5)4e#Z~A#(Q}n((2aZz2z6#g9Z+1ZWOu0K4liq*B zm9gI@@B%q{Pu<f2SC=|W@B36g1K6i?i@`Mh7jWiw027P$_^ko2TDk=Q1_t`lA${SZ zo?8R*XbQ?8n5FP1kH7L$ynnp^)K~eG^~qTOO8;W!P7Yq3IiU999S^KJpjYT{J1P@T zH$9DP+w$Ib2P!H!)~uiQHtIfk>++3Q$v<g)Y=+;LDS3j^!&+iuuX?oymH6n-6N3q4 z@0L%m7;{jJ4R?E#_bZ^<W@9SL=h%$c*anVAz3IM^Bk0?!Y;{i#7@r(fG(=wM0KlpH z@weBvD`c@|1_aBB`4y(pw)O!hFnRO~c?;rLb~`bj0qjcMXQ%o?KK!#Uk3*Npg2;+i z44L*Ay4cEsk3I+c=<35CW2;++MF24}&;mAlY!$L925apN^I)i>+YkCQQ0O^!#xsNL z-p*(&z|M|KWiZ=gPOjQZJH-S{i?!9Z6BADUlr@m-jdS@iy6qqOd;E(_e3_MHQM7*1 zUi(=N*xWW!7Yo(d7(24cL6g^Fv5}-MsmssS+ZJqwhd9a+L0)1zzOPSU;^UYlCus5k zFmax?6JO`FqgV(DO>|EPI)14f{IRR}gd-2~@roh-*!11wSKqBwujt~+16AI!?Z~^6 zte7y)fi-PGRqZvbGKQre@`l4Y`{iL740WRK_@t0!x0-D%C?dyp$U{5$0v87v<bWBo z;gMUL2E*eZa}QEKfzIWLW77;10VMN$we!^2Iec5TZs)lCL3r!LSy|_&UGDWe=l%AZ zSC=EZI6LR9+)Hd9R=ouJ!Q2Ub9do-ho!lTSeNA!S`VB+_6M?+bEX(I-8)Er)yLh`b zrT_i>eC<5pZ)f2Oo6hk4A9mGAr<)=033=b`-_!d&e1}cY`xZd_%1*XmUmWB`di-2n z_uYN@{T0E~xH4P7_PQM)N&C5~#vjXGwWnTL=rvS?k<|tt;_C{y)40hBtdMsjKJ##b z@8^H-JNi2_AV<LD=7FFtF)dFz4uO<77*bK0vttk0`aE$zbk1Yv$bzQ~fjFm9u{qEh z)?t7!C}H}of#Rc*t2{QCUFdCQ@~g}J&eVtQVC4Yv{7ipuPdIO@MEre1o>PX)w&TVO zn8x2L1BK{26sBLL!BGSI8%b_-0kVMtw$;DJ4JzP^A6qFG2TEhJVltxg;x|62IXF~6 z$P^i^TtX&_IkptYaMYxbtjfR<DEryjhMm#1HhZo%ZY!(Y2)W+4NvB6vt@N}n+Ey2s zh1)oc6=Q=`cw`GY{y9d)$E=}K9)Qr1wepa#XD24<mIG85<zgF2%_CGF2138q_b^ox zFMPH!o9kplS?c&dIP6o3UpJ0kH?a;x^d^|%Hufu-EQ}l5tP@|o)Dq2jwApf#lN4<( zZX+vB64H}h^ucM5)uSzxSifu!<!03ehir?~fVX|J4BTis?K1fFhr>U%L1({ks25O= z!P-c=f700=CDYHfsR<aHkeL$|Z5w;EP}zhG#_4Y!N83h@>neZrB_#w~T~=F`XYC(M zeV_h7wK^vNmoKW$W{nf`Z<g9HKCHynom=j7#ogce%yRZa->kJfTW{G#o;%*ss(j(q zi)H}swr?<YlHTpo_k>`By8+n%{%qg6<=^dH=U<ljEdZYZcd~rV%YS~egBb~42-E~j zM|s0z{!P-Q*8RNzczb$(=@OWXZDg-z;dbKb$$!)Dl)ai#iTK`1=o<lc-(Kv)tpVvU zn)ct{Cg9AZNjim|aERlR{9v99ef{xl!9RFLfjoqBEDyyG=9lkZUj6Ii$5$Un_4~d8 z-_h?d)j`YFpY%<yClJ8*q&+7D^OU~2W^ni5ak_S5Hoe?a*7941u6Ob5iO4x~xTo~P zhd$pRK%m+Ge1o8}y2PgrAJt_lSm2TM;5D|#24b>$skwNJZnp`%b)qjq7=QTPytW-Z z>9KrxJf4k-FXVCJb0127DtTQhj#0w#1VSmz?6iN-<_>P0kZR}fi?5*j@=v|HmSt>^ z0<Q}K;%v`}9R|zoz$lKkO^O>ivBU&MgQkvR!pcrL4vvet;IOR~w5}C}89>#nQFBXW z^&)Li5#vux#&A)GM{CDN_O(+y1e96di-{P=-)v@8CgR{LyOXGxu%}qmDJwrVOdmV^ z1v2Sjq*DIXmF(eZ%z)7RAea9bnw|Qt4XJglu7~n$j(>cta&3=Kei_6Z9Aj>K8MdVx zpV+9Zt#AC=Qr(UJ(Fd?jx=Z*fcZa^c#?b-OtS?S}vgDV(Q9k^0Sb_|XHaih+7GV2{ zIL1&V$%13tENjLbClus46KyZyfx`$zXSKfDCxVL~IzaPn9r4)_SXqmW4~GYXJUu$q z)P;WV#YEa;kjwUb27f31#t`XL>sR%vIlh>gD<-TS$A#ktIvgba8;kSIeFC309NC@7 z-R>=EA(y^$l>1`b>-Oz|5&s8Q%`Y#dZ-b-bI=zld-+i~%dmm&MX)eoWdHI*-b{k^( zm(T6rEk6C;Q}m?wed&!)+CT9^p6@4xZu<SRDSgxVbf_=#*g?({`@VO_IoF@@Ro0x7 zY3;90GRlyC@0$fDjc<D2TLZlmh+_EZrQ9tBbkPaF`yivTd=<|h8uI6T=hlOro!bGX z_u-ERz3Tc5{}YqEw=(`<(tr2+C%($Z0p#q&a|)XhrSBU=V$DaJm4Rnp)WaTUsmL)& z>YN9aPgEo1v3C4*u!ok*Uc*2(6@GZ;Hph8#z5`T#tMLup-WJ$f36rj;4ec95tQ4L0 zmBxo|83o;jpdgO+c_N?>4g{qfJGiw8d~8#W3i$B|8yZds1-aS51i!Y^$I9OFP^s~7 z@X#w3VTjM*crJ$x#zRA-gRLsLwZp+iHKnL2!>t*$gAuL&vfp7ZgtE3#z8e7u*x<5# zU0ptb?r`Xz$H~(UhysLz?7<U59!J00o&Ak@=R(LBH*H1>*gglc_NVyxD<Adfk6T;S zQQVbFT##uacvVYOnzW`Z<v|-d$5-1FCX5B9IEZP~Ha2RLxhutEp9boacKZ**@aqJh zd>0TotH-v3BZEqm37hyq@*~w46##Ww&PnOEJ1xcba+T_EbYY5Adz=}e0i1q-Jfa>Z z;yc+|osXw{(E-W^oUlInX-s2j-*d?x3-UyOuDv+ovFxoe_s3ObC|jS;qhn7@Y(wp7 zBTuqu%QkT(A@8ws)C~W`Lgzd&RMhtBR-b1WC_j<NcY*Xly)LOjX?yIrFHh}dZ;Qdc zVOv{YZz#qyBzY_&!Af4^+wntX9<#43qJ4~IeeYDx=GaJ`vAz1Hoi`LVf3u_)Is4<5 zW#2hTnje?@t!nq>aao@Fw8tq}o-FLL^~=BXm)cJ2yb$^ZW4G&+PFwb4-OtXJeijJ% zm37&APXhcb*6R8@mwH&gH2b8}dl-;M`+FFWOMSbk*?DgVnChRG{MfnXO0-)8th^%k zO8t6bKLV+HI{`|P)z$&)YQ6^yyOltv&<3b`Yru#2$~yEdgSq;j+YOe*w43@+p?Xn% zZ2t6>d;EXAd-a}|_k88V!gOe<dk(?9YVU|ax<Qy$H(oWq2RqPRjYW_Lo0-kM${!x% zK7+OgW9e2$5c=&kNrZD`M`#YI!;_Mwt8j6!V{w|i<-z`8g^v>2u}3@Sp!Eu1f7wi9 zy9HoO)P;fhzWC`9XZ)QfvB8AyfN70a1B1VV#_B~+956v@U}Rf-AavyiPFEz_$p9o~ zHVaYt3^eXGsZenSP<>o{S&ez-y2Hou%z<u#0ggm@2AHkKf_mj=uQnQA1d!fCUh=D! z_-J4umS9Qy9qHwF6TL#1SNj4cR+ECj;s_zM*w~VL^(%;h9Zb|{yMM-cu9)2_yX`Wn z)2xBnrZo>co$TbFV|;9ACcE+HoMr(ItEC~Ga+j^c^8f%K07*naR2$<!{UOBzcWt4z z1oaWgh0cRW>d%v7A}EI*zo5w)D|P^|y^NdjagknG9ArDGK0Fdcmo+-|Q%>@tZ`@R8 zxrL2wu`#*qG#1%Bn8R=UA9M{|da<Fige|c4wwIQ%nWFr;bo@%WI73a26?+=xM+4^= zX<U+YoNFUbcEU#-@<kpNQM6~E=lFH^pq|*uGsm?Om1R;^XgaLNi1Y~3HObF8QHlN8 zYUdQ=<>J2O{kZ>}HnDxs7h|CpYw_+G0eN?xTmF~YJ}$doNW<On4bolJPTrm|c_Q$$ zvmxc~bmjNV$?XR0c~I|qekhY|DDCgl`(G(j$=puI;C{b@Dk)+o<9Qk%I=_Y^zmu-% z`sQ9%{%DYMyT2Fky>vYt>U=w3e!K^sbE4qw1794Z?0kb@PA25%oqyK^-;0J|860`& zzSucW`*Rp{67XBuhc92>zxv;wKk|+M-q`1XWBlmcrM^80u)}s_A@9Hf*lW`1l1ddq z@N0_mlfh1eD$~bFo2UGoOj!BEm9nP<rSgz<0(fJr&aDK2SN3t6fZ+hyd6lq}2r~W* zu?L}a5g8QXH@&YtYcuAExwin;FRObAkowV>ogoo#jOql%I8e?W*yq>pmi5r{)po=# zl^P#xDD`c;p!I?f^w|9Sw6+7Bei*JMGwa<i4l-&3z8U{vqC7kj`qPO{bl3|^RBCMm z<3U-WJqbHw&yj`&2CNwTL!Bp?#nB*mW(EG}6n{l78z2yY;mMxSy90422hg)ec?@X} zOqwbmX9BzNcv7x_pGMcjB5X_sW%N!Q;8Dna>|gS1i>(yBb%zoiuv<3Ap;#@Ob@ESt zF)oWv<>g~Y$2PDoS$%H@6}7?P5k*I-+Y=W^wQthNsE_(%k2sb+fzuy-wm-y5<z!M| z2y^HUO!W?!$3AAkKRmVXX(Pj`664gjDJ(;J*g0hzd|1Jx)SvNDp%gc^uPViYK5@|a z(JS4`COj+U9TGHUxBtvZgP7gAS|)KS3)AVjN-=G1p5vwQJG0cwpLTA$EPdRV<A3|D z)@TDt`h5-Q>RaEf7B7`-F|cD9!rrd(c>b$p=N0D}=c)U?GWU7S^6tBJesjBg_lw<~ zyQ(}ZvG=n$_xfL5e(@84HF$&J{sz#k^mWvLY{2e8SRQ4!-twkdmhSeB?f%aeuadv? z9)5J2iudI?9ArLqPePs4x<9SUA05!A*1H8@$LDE#)9=1BpK7`k-x}}<cIh1LU%8F& zIy#sh1f<7bb3gtoUo$Z6?=65{&IA23Py2uKW**8nr9a;w@I^y(P<VR6AH1Ia=gJRL zd2!IwtB;>Py!!COTl>6yK+K+)g#89VaboZ)HA$EMX3AQ<baeZmPyKpz;Gp7aQ;R-n z--C`|AlwB+11zJAn6`@pg9Dd?y=gzM*3JIwBSMpkWCrzCh_@B0gs$F6%?(e=krzKj z;y3YPo6MrI?awXvSmD?XKm7yy91tywTP9%b3{z|PLx;NhMuYYYz}RLTJcj0a5sfr> zdM%J+pP}M!Zvli#{S3y?VJWSuu55!KzZJ@BJN9UOsa<XK7RyLdPl*#MTwt+0I6Wi@ zp7sX|UUl%hA3hkmiiC`9onYMeq>TR<M^`MkMy(ZxPq4X_0*(03?FeWv<yX*R(-##? zb~m%HJ;wn{6^FLi`lW+V6TyZPo0><OZAxYKLu`K0Ct_VWLF@VCob7H|O=Cyqfg6s% z=&P?bkt>TmwguZDOu2y{!r_;xNt!B3glXe#ImEGn`r20>%5f<Jj{Dg#hL3%+<Ino2 z$ui1od29wn8h?bN`0H<}Z`)l%Wj8L#$}cVw)M<BzH1gUbbQQ_0t{6M~WRR<tk=aH8 zLun1u26@C(d2J{k1oa<tWX%TcoD(kgv%k^eDvzDxqdjVDLytv14?K<!?T~QlWC&AR zET^j-k2XxQKTxHy9#3wjI{rMxztN#D>O~R)J)1F7gKY(!0HQ!$zy9-*zuN#*JO8*m zpSz}A()`05weyiOj-$KC?{dfaJKD<q>g{;*t5Kif8MF=Dp7rSXI=}1&pvmS0eD|N9 zH7O@;F&9VvdwB!8_`B^30H)cw?l!e<O5dmA-#S2hWzUsdFVBHKF9o8p5Smm!ybK`9 znmO>2ULGgVd3xV6^``fk*?zM_U$+v#t9+jJKeq|?_Xv6bkgobV`uy&Iw-R2H>i1sx zN3QmN|NY&oj~_nFeQSDsSNYmQ*+F5h#^~L4HqKr;+m%jBmnx@9>zl}6>0m==S1BDt zbMShwd+;<cDZ_xdS0o-fo$I5p2|~P!hk_HjXZj9`T@9-oTe1O64_(;i5Om|g;Nb|{ zGremALVx0kb%i>p2Zx9QXFEE1CB{no(G9;IO7}|7<IwWNXMCJWxklC)?n6WNujttW zo}-Wcr@@tA(5;8jZV{>BN?CLoH`pBP;$gdXmdOEgY%^9Ov&7F9kz^$tL%NOvGg<py z&K=AVjWr}!d@hRxYtdNB7(VzAiJ`VnA5cQ4ARJbmqg%*W&Cv63+8W<o)S#?5!!tOY z1g@-#4v(dW63tp!wzS2#Z43{6WwnC;CPa%c+Fok2T&333I5CbI50$DXDqEJ{`1hBt z10g+gwP8>XK)N{i#s=793+Es$e>G^5f%cmCEWU!!RI>aj#CL6{>~W`Gif4iSFqc?) z+;PDmq5c!yJ+!D&Ay$3AUcdO8wy*@B0XY7S4MSJ!w#z^aeS-1m0~sQYU?8r|mUW{O zYw$a<)R$~H0=Abt(GOAwhhS7#c{bw<IH`eXDZe5-qeC+eaZxz<<EogBZhyb*+_Kx9 zU)=g}PO{F$xoP>9X1y1!@-FSJacOS-?EH4;`PJnY&j4(2*0~ML{cLERvQGZ{Nq};@ zZ=K7^T6f1^S$S5U<v%UG2nZ}^a2~e%&7M>$o2T)`G+lp9@L=(7e=jCX#m|rTFqsj# zP82SFpX6r&(-#E&)2jgZI|+cNlLJo(JcASrZZAZ7B7JpnE5Umac13?O*xwZJ*ZDqu ze)sAFlmBN9Y7eG2+`{mov>4AMr#+q?*NxF_n%(nSReLq#6R<rc3)Qr?6P`n9{9P%{ z!1|`!88fXn5U`qC2_Bd`_#R9r`2onKNu7!be)e$^gKm$ly-g4gaac?ZS(~-!Ep|5X zK-K=M3|U=^GxRec;*0cS3UV7CZ5Bsa199x9ymTwO+Ei8X*NWpGF)VwbsPWSm?I0$T zj)jpdPH{qhZas{ynT*k+QBE*6gnfcVd<T8gkW3ZRMh=dUwG&N%sfUk$M{i=Ss90ZQ z#i;a&U-_tFUrcYo>=m`PN|iOc)wN~%PxRumc7_0p0fH61PUL>GL|qQz+G%AIyzQO_ zN!m4->IguX=;ws2Hbqt`mB$a}>H=@dMnx_IGrF>08%})GY)pZ$G^`d8o7*=hPGe#f zMd<LWUYiBbm$ZQ`{{8lZ74`w^UCF82YrnCoj1Ap-(_f)o`|kzO5Q<N+l@6wKW#?EM z9LKfVS0(scQ=Iq=KQgwv<|un2WxK4M6RU~IePS6qr!4}=B{0Gfmk<46bh7QFPCF?V zH}#!1NV7I5hqvmNN83)!?aQ{s=rtlLP^l<wvfw~dR!xAR%hMD4*pX%fAWck)bBjTW zCqZ#s_JkR~HozkPX^S@w#y?qhj=67lKHB+ew@Vl1eyiY4w@!X(o)Ea*c}*QItE-(C zUcKlEKppouwN7qe)=7h~bsLo3*Z0NP;4IJ9Sue)!%eTA{f3o_@r23U7<$a>w0sf0W zfa4kTdFtL&zuyA*OpocE|Ncy{seRJ#rkTomm%2CYj~uCXZyxLu`*Vu{JHYwwi+!9V ze9#<Sy%Y%k>$d|;(|a4j0}gm!5ahQHzJB73eOIdAr{7sPNx@yx>~rPiK{jbYI*w=k z$oDREx993?1`_to2zVgE=NA$@A@HRoUBS8PszGcfrs&-3f<9$!L>Bs_VV#<doj77s zW?yU%bZ;rB%eJx3LBllQQ$Cu;A9~{%)$^qK#OJa{T^<jtMwasJc7uLN|K=?i^Md$0 zFCDUsK4ialzs@QM@)HA-giih%rI|fJ4Gk#pz%p*s%D*o}lHfp<o!KLg@!+GZ?Wqk= z#ZeY=ZBxu89Smc#S3I@Jgnq_Su}<3xBbcT)P{C(7vdy-%Or18!H&<%fFv~oV4&A{! z-P$(&r`EF!fS9iBN8!s0?zC`~)Pa+GR_gKTCzf=TjdrIin<0!@gCB!-fur#G7;gvn z;@}BI^@8zlz}m6_TYGZ5n4?R4SRBanHHF5+_EmoRn^R0U^?`#8NkjA`duBJh2oS~J zvObQE;jh(EKJ6&J_RKb2mn?J*q(1c=EF4knYTLw_%K1M!vj<X`$I1K&6S52t#-6cZ z4&rIUY!=gY5>u!EMpkk4*S>{Z4tZ*_;m=rTi$mb`d18C`0a{<|8$KU2cA_`@U~99~ zEWY|}xQ-Dt92=&ODLZYNAzA?c=sm~UwXe})5etiK<<$mbTe~L@9frm(+sJW@&EptE z9s=Ht!9Q8=eDbroMVkHB&wi6_uk!cAK%On{<iA+%%kLt_(%tIQOD~51#TK2|Wy>`f zj=Gh$!CGhC-ajjEaF%Dw8?fD9-rX+$?(fzY{&>0GPwN_FuG*h`l`lG;-a1orHBYaZ zSN3|FfW;N5_|pF8{rvq#04aL;ue3i`@XXWjW3N~I#-Q5)(Dh9^DEm~uFB<aq1qK*& zI>US3&;Rb-@2@_6{6M#~Q_NMYvu!`Wi%Jh_%X84#0qOGM!&B#mhh8lslM|hrIj@vB zBnPzX5V6crsF|Ct7e}7qpR!<d$um%lE+4X+-{bBGJHYbrk^k7Ea<c;dk8NUVCscKL z#fieXl4E}lU!6<R?erII$XNNOI?N7u2V3ddNu^gm9sT)^hIDBI5UfmrS`O#LWHB|? zvJjPpKK$d$$WE;EO&{FC7rrr3mvLBGE3J00DZt~qS1%c*cktLh6EY@_S?UUGFyT4o zf+N2C>zAYy7A7PI^Vl%_s#m6{Q678pJzdmOy(%BNj?LkVq+Nc1!2kRb))MwuveG}x z8_!~5HO^TMUoK+>S-n(VKGu#y!l&V}zlu4&j}6%qj(+iXi`!t1tj=AS`cfqr`E_{0 zM}u4F;Ze*N-SLwytq@}Ervkzc?WJG0HZmq+=CAQ70280UR$Dw)jzY!k+jR<f=C+h| zTE{q1{~ujrk2NE!lB4GE!*}A38a??T{u}2eYb8-$NE|Ch<+vf*@i$$8Y0p@#1(ouJ zy?nRb$2Rp^3VT;n+9X9?+R`m<tgJ6I4||M`QY$O8=+e`$IN&=9UwtpkF0tbNtJTg+ z)*GLlcZwDJ);pg$sqclYbvwyhzjM~|F8^KU;>z>V%Zp|JG+rmxk#%1B2GFhbyItPh zzw=r)nDU6_X9K+$8$9Lx{A_vsPgDI2dOniR#P6i;a{%5BC?F1qJZ@i?VD*Lx-jse9 zjy}OoyS)7mdd<0gU`O=n`rhsDtprd!33%NtgE^V-B*3!>p5LF7iB1$?LZSEgUy~{L z^y%HJKe+1u%1Ei7rLrmeu6vIwy)pIbLEu0zX}U?3`!v2sgf>qa*)+R`Lg3_}NlQE9 zQFh8~1cOdT<wT>DH9Q?M$o3XOW9i@$9bWlC+zHjdSZ!*qjDz)_kQh4;L6sz{FYs_; zB+1p-15I7n;BON|XC;sH()IX~4d6~n7JfLWp4%wQIH6*QrM_iQAJ9&9VIW}gdsP<C zxHP_;c<NlSRtTG6nOi5?KM<W$*gm>ufTL@yR~PXkM;CIiGggjB^+g#i_h+5D1T{v3 zH|cTp;$2toM{lxYkC?fnHWkt*tai0oiPgKYa+*D+AagGxhz+X0Y)hBWC+3<*HBKa} zs@ei-PoN*!O|#e5$Y?|TL2FgRN}eWKuolx3+^HQM`Lg_wlwJGd3mBUIf|9u!b;?$+ zFUo3nf7;)!ds#C!h;!Q4xEhS@x6*0G%NLuZ)G|s=I3P?sN7ti`rr(Ok2cC^*ZKNXm zv^WR92`PK2%i@RLbm_;PA0FFR{Gut2U=WHeer3B@M~U<~mi3>%Vu(ZvhL$XR-8wY5 z_GNV|+wqtrJJL4}qgS3$E)RIxw($|`dD$35AI!`^a_o^mHRy4B_TitadT1K!F{OH{ z>t7b*w{IK(G5L77>4ai)$Vum~K?366EIa4ygubjh_w3wtuiv?9>)iU0M?B-YH1W2) z+tu+>+y9XhfV=TJ=CTvD<)s;vE$?;%B%jOD-8QH~6H8h5Jt0_`txxc_@~ulg?eG8h zuiv`2Zo1xE0RHT+Ir6XM?B@kLUwYY2zY$=npH!D=|L?vH$TGJNN>S1yOYeiz?+Dld z!7<hEg#H@rej2!U^?QFFd@#O!`PMJ;ec(0&UlM5I>VX_=!&wsoT%fU{Z09X~$Wc)k zJqhv%p*MRb>7>^a_#PdU{T9HyB*c0;8<VF_TW!n&@n8~L324@Z!&PXv0NBdvapZ(= zz3<T$|Ea;q6EVwE*Hij+YW$T4IWrLZG=3Q1cpF38O5;=ZcNVPEBlSvm0Gjue+gdme zUzwKd;J}q1d#H?VM#M>2!lw01GZzP`Fjo!V-u`fK+S?^Cj*r;ww-3fg?VkbWy8QvB z_ta-JVMA=^)yf)!?Zz4#8f*$IJlLu(7u<s1eSLJRuH~sz)66Xi=)z6|MW2BX*)Wft zlpV-oqin%8t8LL$%Xd<fW!Z220Ar6>?y@Kzs`X)^OB;*}+xyk-G2N<sa*#co(W0|b z|JXvmpx;cnXiXU&>GG?x70M>VBzbMn`)POW*Y1hBBJg0)mEzVoXvW*E_2N%iUC6Ru z94xz|JQ{M>Hc}u=<XF@<Jc>_wFs&WkHFI^wMEtQMs6&@z`}f-c1;?07zxttF0BC+x zjwov5;_Igt<^-jot84V?L_H#9kl}X-5Wm>zpDyq>b{_vYp=?Y=qoU&RZ;w8*@LT2> zaBF}wkMi_uwepwW%0rg{eqD`6yTygRw|J<6bnNdKYRZ1_Rex6ECGWoY$0zAOjA_HC z8@2DY5sq{7ScvpDc2NGiMO&Ry{M_d%Wg1V}TIX2oQvW#HmAliOt5#0B<>xZHZ~aRw zw#SPu25J|B;G$DIVY|P<l<w!wci&$b19j(F9R_{_YQ3^QTTI1s;ZMWQ3wC_jjt}3J zqTg=^#AA2#3Ld+9NMus|T(Hx~^OU|%`|qy;dNuz9|320KB)&GBr~Osq%LRPjfH$E3 z`0&1``aggA#DV6J;}A|Kssqo2I7cW4f;P};pE$~8^<dY!p0qElhu#tG<OmRF>vL5N zrWaZ8pE-bvb1=q#@Ds8O>*8xagsx76@Cty{;Mmb8yU;K4i4UbKJncL<4<0-D4B)Va z31M`>+hC>MWXIpMIgmiVt|as~`?YO?5$QOW8#kNHI_yJmS4@D=iE&TmV{Aj0PI#3- zAKEJnTXt;L6!4UHD}a}Ul%?;0sF(iFASk{&5!wjA-tg$0Gpja3EpFLAnr6Zsy<yI3 z;FcdKL#adkp(`u(MV_P3N%o2l)HKAS4M>jiA7r;$3#N^<+%ntxs{2@e%A?EJ=!=em zYgslvhcxydn-?cpZG}<x;YX9C<I4b?N_jJVd|9E99US?uKB<^(5hL}--@%lwu4!v| zijVeBNooAhcMJNGrtoLHS$hsow#9mQwk^aQ{NhI0l>YQL_<<SgwMRQgVS4SiSTJsY zg3yT;OqScUwLJajp;xehI~I(hOIDY{lxYC6q4rx@l|%3tS$=JsahbX>2Uv(%q+@$A zQ5I^IC(a0stJu}pHB!?j6@tCaJ7VIT(!_0yJ^oq)-odY5A*<)=U3wQJ;@sw`(fa50 z&OgpGwzVJq^|N!3Qd>9uLFf#PZoT`~?TLc4=gY(qAHaUe<;61qKQmsZHaP3xZtuZb zJ_EI7@$S6Oaqjw-?@p`CQ}n%upIZPvX+OUOK-rh}i0^y*yEVYpm+<hu{aysbNx<v3 z-oKZ}Mx0v)es%Ei0v|dAn9H*#7M^4@@smpU`1$u&?|G{KO7)+Vl%4*X<m@vLnp-Gu z%DNOfJ-_+9gYcxFmA&yh5DbqU5<fs-#RA=Jt21}W2&Tu@3_$SM@#3F!S#%E`K4$4n z<7-=k7rYKwmK9R0TN3hkL`%R1uY}%utAfiAHv+uos|nqnu-xAq{H9OWca5s-N;?sa zK>VF@=hlPYo<R283W=v99e#a5c1|oX=Vqs)!JN>HoyA!k0Q9yAk63ALILDX$7C>q5 z?7=inZr<)d;?<62;}VVll(D~9VUGj51C!>BkL>9pgom#2-FEK*Pe9~1*0lxOIk|zT zU+BARkc0hEAomte8Gf&vbV){iFQqR`eP;C3cJU~0JcnQ0RE`7SfYbo3-iaaBz*7(q zQty;!5>>hJPqOmrs=s-=M^(j5zO`p?ii7q*AEVT;<?&G)CsKpMdT<1TJ4}72jq^)@ z+DQAUEk10QPEp^kHgf;`$+PKwZ7zn$2YlgB5Fhg5S7v1kEZyy8&t>P~0iuxK=#F*u z84U(SbL}(PA1DN<(pB<fJ09QTlZQgSV~@Jd_%OE-l&z=ORDmV7W#f(PHI4}Yp7xHv z$jamKc+Rt=JC0{vWti=M+K}{#g*e)#yc?i9+{$c9kk3XCABe?=zWrGqm%OxW{}D&P zf3xg-;&JVT=5D3m=b<fcy|8y4>+|>ESbx8$UH;YQ{!1+{dIGS4c<zYKZV>K)Sw6S> zS;x1|eaoH{G{Bzy)wTS8xAhjl6RrN;pUv$Fe7L!oeY~6p9i;BRk)nU{SM=a9BW%jc zC;aCnKkl2}XX{r4Na6e9ptmskUjA=<rA)d%(d$nGfBVeqdO!T}>Z5snbam!w#~~Iy zc@9ob=9{KNmmSn6+@H!Yn5KrVE=O#RYOnS-RX$JtPX{Kk5FO-f7SnhWu0zLE2Ru6= zyge1KLikH-t6%<eU^qj-O7%<@Ph4@U_p$+hwO<xjwX3?pc0!&f{4ren(OY_!^2XD| z$`iL+958A_pw*|p*(@;jm^pB(lG32;YsKtChaZS;+jI-Vs%}*%hQG>d=NVK=pE`m- zHwIP@KDv^1HS}J#gzV56nADXo+JK#K8fVLwF3Rd?l!U(sp~MpkcA*;+kAvw0PLi@y zonOV`!h~j>i@FcrBW0}K!=o;N(ADo32&j$`4Sz9eiy!F5F%_*a4_5o9{!aXiK|bP1 zePbFS`-%{{CeCdbSdm3Wow8oGLmfJ_#WWs@`=>vZ4jw)Y^w^_%V|2xwc$!X^e(6HK zR)M^FE!Y-L)J}B8nXSI)TjwuqU3viS$ZAg~GVaR{!I*c?*#dae1F%yb@QOP0;;cw? zCr``ls1UT`iT$vgvi4c+*5e{Y$;&@|WAKH6)bZk&X1}U`Y7)DKL;S*`Ec;ftwePL0 z#R)KV8KQ1%Lr_~L&IeC<!L`lyb)WtgKY)2cwa0Mw6QAin?jvSf9?W3y&#(Uu|LA}N zKFwR-5s)?;c%gIBHhocEfd@nT3t2u&AN#*i;Vnv84YoRrv2i#@Hx++g^l#@M%g#HS zzF)dhJ0Dq=UW`uJG1YqM&Oa+B?T)|nl@;qH7yHGFEzg~Ce}k~)Rc?U%xaj-_U@@dy z_Oo@*`K3#{%PaSPc{>*^%Z(e$N~QM9|9|Rqx7#ntp1n5!CaYYMy;eKT%u5Clz`-LB z5oGW_zTI}kpCs|8eyR1H{M@s*MDIKHDYxuznN@+GOjs)Ki-4%4Ja_-D=6jc~tarwK zDbWAX&sE|N{QUlZe$S8e{1+cL<lFm9Xu3!p(u)vOTkeY0K_G&DI6#qjUd4A8C6ji} z6>A-jES9HaCW*T^hzI%t&nE@ML3HuaO4<8vj?zJym2_)NQc2oC*)C!ySFijSYllgf zWe8r;1D(y;pRO4Y#L>VxsCNda><P>cE@nICE%}ef0psreAuruGWA;%#+ge-U(HHGB zA|OE$2OoDN(B^R!J_jrK8!+MC5DY&1A*cfkaPr-t#Ha>Y!QdiE9DV5-qAInAoq07b zon9*9=ZLJ(h)!&+QZQhS+RULX%yy5R#b1DUv_a?*7~7QOJo~F1XcRtTn<v_jqj2Mw ztOd_AYSy0VgW7<uOc_k~u(dNhMk?DR`mew7ga4EVJ2CK!CPt0@f`Cz_HP`^aU{ba8 zJ&baRCG51z@BsW^PCjUl+By_}N*8B@gz(h}^w^LE+0fYY&=1F)UsT~#{_?ke5ia~I zo2hCswwzEcfaZ=p#eDR}vo>E_nARV$5<)@whc04m8jiq|ORavv6QjV08CwYxXNsJf z1GeL>5YTKBf9jsHtjLxZ&Za6~9R0iY(m(yO`r1*#>8*cdh{keZx3ZCJ_b{oVIyI{+ zy3A|8hr<*}NqN*YHm`}s-L{5D%&~dPlQ<IpZkzlU4n=IvF;3#|?LCoSS-vZaar0HV zwC6{AV_CjA>~wxx|F1g#)D?iYBbLwE3s+3lA5?_8R4ckc0Bw*DQYcfEDr+kX5% ze)m52ZA{)jKHujLuJ8OeX&BJI{BFMg-)H|W`}fU&Eidm6^Ax$6_?iE)30cyv@9LM( zSN8rF3j=@p;TJwtU?TJ#_~tFW%xR(J@g@}}Dw5mDewOiJg6<?|a^H8_+c`~WFU$ST z8n1xuMEM*hsD@EYWM`Qj9vl*9mgThrJti|e@q4a)h}k>jcTmutetH<;=^x9Ju6Z<& zE`3pf_EQ$;escGg`!w7;s4i$8zfRC>yCMJpAOJ~3K~xuUGlo4@pserNpwXBqKKAy} zKFWq32;wlh<`IBCA`8E=KH_omF3#o_!RQkWkk@ID;Dzp+BfHpo`PDn{Q*Rtp=s*d$ z&M_LpTG`77A^kmtE~1v+vOE>G7umb*#QBxeHF_~vP@tXg;Azx?)AIevB0-ywbwJk? zchB9dJZ!oy#9F*D=WN?3j2O%vwZfY$Weq59N~2vR&LJ?2NLI$*rx*l7#7KKLY^=^6 zZIN+sU`m%drAzhbxjd2t!Y^~vqP{9^tj^zLIbVD71!irVHWG;c@P}SoBqtqR#Ye)# zFxf5&p^!jcG-}EiICjpX5%{IMiGMg8BT+ZLSkQiBBCor_X{i}m%?)3Btd9|TnAG9# zi8dLlV+kIfGO}FCPK=hG?=PIuC4iV#C~r*lm$G(BW<2qNL3`q3A1h=yWGwfztu7JP z^5}#A2`s(`{IY-1J5?V}EVVoK9KW{7B5<n-Xsmp3z#<s@8=JLt?9n#ES38;~HH@|l z|408_dr+Yz`lAv(EBumwV|!1^=85ytP4G7d-TdXb`fu(!*_#88U!E)9QOw({|IE#? z^wT#Tt7E;KJ*5{w&(GO+;EvCuIKGbWXdX}If++3Rwm)$v?y|4f0Df6a7jwS*-{pE^ z@3J<Z4&Z(Hd?!C&3gj07ks)7thd)<;e#I`!{4VeFHUE_T-~ewxq!<0nQvV<S^gloR z{+B<I$Rs04;+Sf(x?I&CbVpUc7-y1w@3O&hB9hNRHyKzQP|az$=u8kay)U29X84(T z{IQ*nceBes%j|u`n=+h}u$Hw$91(R`jK|LI`8mfHF)8$Y+1Tu$fCcd*lD|%RXD;5d z<bUtjCteIDE#2c+eHkI+ad!4m!ErMkEnO0md_#5~6BvkDH*pf^OOT*gHV`fw!ip}A z1nJ&6pA`;l825{DerynKFvl140H8nf-TcOrvN@n$J0RsAXK?;J{s1pVZJ_9mAt76A za3dvV8~VCnF=h~FNmhl>b%U+k1|vHp5LhRW$$1$@c0P$P`4GN3s#Dm1>M&WL@~A%N z>BZ34alTh8#Sem$#>djE{Ki!uY*o%}WH*%>pYS<06Qmg30go(nb(%GXTazX#p_HE@ z8f77ahcR8+v)rRsY4Bi@?$*F+`&!m(Fs!+<eo0Wbeah3!vpf)0`bbFLaP}y3cd;H7 zQna=ZV$O$WbQ%jwbA-bNfR?{1vpybFQnYVoLr|1$I_<;>W%bjPRVFbi=L>~MMH#~% z-L|nY@pzb&HV#Bz46pJzjy>WIwim+XqPik!2>fCJR$IiY2nGKMsOnE|c_NP-+J=_S zz_8P2f70TP?+$-vRc&PcupLfqEFLc*vfpzy+c<l%EnUdk-yP$=>PO1KuWtG5vqH2= zAS0F5#e+Zf@i^4-_nWreoa21uB!Anq`J9=PH+jo%-O;35_H~aB-m-@;(wlyIKI>>3 zfBJTlypFw{yMSEKJU0**40$bI{kzWcw|F{o^xtyIyZQO9{=0*B*qFQg=-k2o<nv>e z@%etI{Z&A1ciErJ=}mw0m_VL+S3h6i!@K(D3w)UT%d?N=<pvaFCsFaqjBKE5h^+J0 z<?z|c8-QX&$c`{QlCEP<vgM%HfQ}Y)3VFKPh1vi@<>7$%lvg<&g9P1)z%DWa2sT@= z^V(sFfJ)|$3Vw7rT-tfG-^U{P0#A=EFtbSkj<HR~v7aW(hUj&C?N_ft<I7EOR(C}Y zhy2FP$;cIj8CaN<5eqY2<9kb;#Yzjg?~tK5Yo`KhLn_hjg^fNPeeD5F>1-?S!UPhk z{%VgNesyOPj+h_5Py7)JA5?hsOE?E^4$zF}>6%JVM#w#+<Mxhf;(s<<1MfCCYB=N1 zeBjvoE>KpB8E2?AZ1}`RekX$CH&&yILp~-^*_gP=A;EbiQuePs5G02}G8X<^f;uC5 zx*7){jW+fQouqU~(?`rJs@z>tFOK~Bs1CPl-{@kLS6kU(%K9#xXV;Fh7F%^uh9et- zkg&QGy1rm}9@WXupBTvw{}HCGfoR*@$drwL?W=4ka0x7!Oz?Y*$G)J)FZ}58$Z8D* zMK@MQ7e{-P9Lx^wvYB0v3#|rI%hWXakaRoo9XE`dguyp|#>6s9F=S8Iw|Xc42Vb7a zz2G<*O#9<1>|(}pB=jotRNG!U@Qj&LFJ>hU+59v@gmPm@`tl$m^YwOf&{3VE+}`w? z-x?=qE04$LWbdndUl1=KJXg-w@q2W;<6CA$|K*2&+X}!r<MGPp%?0ZMX}#s6AD>6- zE<p0UX?K40ReoppHyWhx|M&SlKL^~;{<`y>|0bBr(LD6`J?1l^dU1eFTWQed=X&{( z9##T+S3h6i^A{%5mO=l+WhLwsi=9@AbMKsI)&L(KREB@=sCU-eJ8hSszhFo><^?zn zxPZ;__{chW++^95WnX|WlhD}zen<U>Eco|(0T}Y|>|`+C$&U`uZy8_vdkT_0c2ov< zjlu@)?5BbAg}U<*(+$8*rxOP;;kV=3Id4+e7YFfT;y|F=8<Vl&{G!unrxUF~ULN@q z0@H!AW&G~mho?sXVsZiJ_YNp_pJ*6e6Nh<pGJfe^gXy&+j1wyZ?JzgG9Dww(0Z}^k z_b0!ybnYf3jxDjuI1t6k)dcf4GP~pH;-H+@xy3|OM_cL~0c=7)@?iu#cIp>mZN*A| ze8>Ak*M2s6uya^3jMCU_W!glAeEidP^)-E5-)#;DadGUPJyM`dmn&{bQJF2!DLlDq zxg3Dp_zghrm1Ej~AUQMN->$y_KpmPFHrgB;yQ<TRB=J$eKTR|S^QeOI+A06!^V+99 zV4K_OO+JjX0Rdz=TTBp`94F4&*CpiYnwuL~@ojCRoJBz2W317oA=?(lXXAM`ymLce z#9X9eau+ClWbX2i7}|daUjc0fyW-em=r+pW3{U$SVbs_clq`nJlMU_~i;$qK%}-kx z>)MDqc*Jbzw!e2W))(fLJsy2Y;Nm~ckbUxuJ;S2j+Elyvw;jqi=;?j+BS}Krx<66a zsRZiR+r(jL@3}|H%~8%%^4*>NJqD2H=CGUdzQsFP>GF7fyf>eT^I6-cUjV!vzVh2a zX}+Pt?@^Y1Ja@c+cz&-7yywc?OWuDbXutGjJ}k%ZlfeJMGX9@A{<x0-{^9_`@_IkT z%clV5Cw*D&w*&pmoxRti4Ay_)V|;&LssDd|`7<4hWH$+jW=msWaN3n}?~u0>cW2>M zHV`Z>I3OX`^0H|<OXb)PqhCPOdjj;$Ol8xzyFyooSK9M9fU-P*NfmRx{D(8+X{DG; zH&)4_gTT!IK)p+E*^Yhj*wKWA$43CY%UxORr_&U3Pw=ZUKKmOBPV6q87^B`j54RI$ z%j~Kw4lKKeG9A=UG3bO#@Y?Ak6*wu6k3Rp;HY&qMufDqi@K<y?X%ruIO4Bdg_6vEu zxc9Na@sHgaz45G0z1ll5={F1X+n7Typ2i38@T$X3WwkA(E6cg|V8O)H3lQpEIyG)? z+N!_3Z-Vprq9WTs+ZiCi;2#^o0>_5<Xd6$hpO~a6{se}Os3wUap98k?;&|S><;`cY zQzOsRflQg2(`j2%S1t|n=1f-PqrvX64)r~*Qex#B?lDG}M?w&EVUKrSbD_$)G8$}M z`?-tiTN`s^ZD>Lp4qY;a+NOf869{7dLhCM2Jz~P=YF4aJEce*RX5s8n9|M>WnzlSA z2i%Nde@<?k8%yP^oz;ej(6s??%`s$Z3new!z#`{C+3+M?e3pJZT|miS{mLkZzaKUj zS!nDOw=LxV@GC{h6eP7ua>rKRN6<d5AK58VJn~JR8_z`Cq1;2}3ge0Y9r3<$;8REA zG(HPUouSa`*o~1uTSuuA+tvQ|#7zauqaMyU)h2P&>2Y4t>t?n)jKwNh+kR}Y5%kU9 z@(7syZ*4ax$@A?zV_p54x|^pw{~o;<t)e&P8~6NJwof}4mrvbv<eao@;5@f%fJzEz z7d(xz&h3IM|6xc!Uio|-p8W6UGxC0K<Lmfa#_t#Zl=tqRcLe@UJl^5oyZSYO@?V*} z`iftd`hWbtOiuS*{r~;Le1VTPFd&#*MH5>|=v&I3PNh$ipk*WJ7;BfmT$QWREPd#M zX$O%pd^-y|=3V_bz@5zprnb!;t%lsPwz_aBU3F~AbrN;KFaC6RyUXB<Y42=s*5-Pu zIN&43KRb+)N1u^Qb{ty2WSXn{9tXhK@+^*aH(a%LB5UV!<c7cdC5zlS2^YRQwHgO^ z+GBYyY&2!!6U5kKJK|&S%=Zcfo)yaUd@L|v0iXxn4N#7?xY;hyiL*G;9i$Y4WFYe; z-#v$;m5c!J<O07!+KJHMJNZUWy%oX%k@IjtPnSFYtz6k`(_%@+(3+}GD8f9uM=l(p zr@bVUtDH|R4gTcP;Cx+1Vtw%<H9Jq?m<50>GrGd3Xq7Sfh|kGlN385H<nC7G)@Cb5 zR)0}+{;E^u6Bu}g%Y$vF-n4QE-(5V$N+#*U(|BS_KrT=A!tZ!&n#qR&o5v_vqxegg zHjI^)_ya!;iCN~aTT2Net62w;JuiQYGi=2zk-^M(&CPckTrkl&!e?on?(l(c-S8+o z?Y^wq8xDTSBEG2Z1Xy3fuV1K0e+P49(>zUrkab-QQ?hJK^2I~j^siDM+VOOkU!%!1 z_K=;84^7ZAig~uJq;_628yY8kd1R|hX&!}8Sx2#E^ajDMSP_`<tm^OXZccj7S2x$( zJfz^2k6&8(R`O^Ueq}VCmK$=+c685fPTQ(aJAC>IfDZd=z{8Du{&CMm-k*s)9=*Ll z8I+@6fUNso@V+PW-N>;--^cuXmjBCq`OiK3_dEYx-uEJ4mijsO9sb<b{*mwM|HEJY zFkc;Pk6~%c@8&o4eU$Fc>^eKRbnl(2lgBJ+l6bItCv3va^7V9>TPkl!+$#Y%glU$! zj;9c^PLRs_lf(|VAIpYd$^%DpDLbdrmI|G%z`@L9D~r$TN1spGseK1Ks+ASrr89MD zNEa3wM12<l(p1GhU$PB;i5b3~Tz%SX;?EThWr^xIJBLSKe(ZMMPd5mJGA8)>q{H!~ z5+gU>zI(rzz`Hi6CKUvJ9xG_;*+89iVUYFH4GvK86CbtSmlU;h8JIeFSqWqB1UHc6 zWH{?fcG@CboczRN71_1lnC5<ofEX2MEVh>AGjC>)>hdSrm)@B?wiyZ|T_4cc`U5n8 z4OL5^l`jtZ%wI9NGK|_YZsb#E5k%(<{+3VW5*R%#W!tb${QUi7*?9Q(;3HQ|MofQQ z;-2MSPGD?!wMh9MTbN6bAkI#I#5D5^T==WE_~@QIRZl;HIdLHxOV>7uqYKTHjk$mG zk6s(bxFR$$1mN)t&TNxG`!?S;K5v}zwm7U`IzQ1IS;cwXPFef==n9$>@wdGG=703D zLAeJ9do+It6T@=g<-3@gVocBXkH-P(f-b+WO#Z+D`D<MwXyDp#c_^|$oW~jPh{LWi zs+f$;4?YEPvWN1`eRA0b+AQRJtWoOln-BHV{Fzu$1s{RDz95D~^=bn}n$QzZJ+KXa zUy{Yez&xh0ZrZo8Tek0PHwQVtxZRvpe6hjp=B7JFWOsAY%~!>5`R@WkUgdnre=^cP zd;9bYfOGsEm~&L;?m|Gm3$QeU<M}&amhW`|^W5?s#k{h|?`?nKk;7lC>ihpG`v`zL zQNO@P`WKhznecz{VK6_^^GAN2@Ap6dalfmdMrE?<&K~=`Q}%0t5uT-cGOzEwH!obu zr?-03>W!$o?n<G%)bAZ|@38l3w?P*eF;UyHHay*R!PgS20|c*lgs1EvWDbgDK{XB# zE<Mht16-Oiv6Q6}JO4(kovf&VN4jhF@*~*CAmpbWLtKWlJd?ndVQ(BuFQD@1tA4<1 z=bL3a`PUcOY)|8ZKF!TX_~miF4M)9H%Hv)BEYHDXhZakJZFBMT#Wr3WF##MpbmyZ> zJ9?v|3X$!u7uh-*lm<a#PW)|)9x))FE^&y7ZEYNE7r*yk8-iO*tbiXr<LToI=-B{& zZ6Uua9oPm6zKLmB)1})M)Igt!Q7+FJ)=n?S87Sp3(j%*QJXMNym@@DZXOFg{zPQ!5 z!l4q``TYX8jV-}-Aa7|MyA6GD1ZbqkhV-h>c9lmxvrF~(1dYa(Oq4qslNkfZ87r*g zc(ICvt?_XLp!k?4I$jiaBK0v%AMpfaY~UQfl(Ns5l@sGJ4GYEwk8urM;^n+HsY?Ba zSz9Cv(YR?OGmY5SA2n|H&lYt-kr&yC`CKd;PkXO*<#6XpOH#k|)1P?sV#?|HmCc@s z!%Ix{jM}(Vq557E3+&|FPlB{EU>%!SO`b3(X>4bng&AIREFI{AUt44$m7}wpcEpCV zd)$G_pY4cIBLlvDq<Vb?OCzcGFyzr-8@g4UK5Z}u*ep^Z=lG61dgcp}rj3lPe+j`j zIbi`@`&SrNj~+^Yx7|E)bD0e36PuUu{&suUTfXhe@8f&!6VLh2qp#yT`G57XIR2|a z-+1SMPM%X94cfirzpJ5h+T+O_o><=t_TkBA`F-r<o1O3d`|)=++P;&YM*#gaFqAL< zSNXYv|Kp$k@WX%p=YRk3$N%{Qxk=J;)!9T<N3g3Q=Ri~@k`#6p61ztL^7}{I-%^`{ zs{bZ>Vnn|?74s3gLv7X2r(=@b0N8hGsG|eXgb1}|d1b+rCmSf6&~uop=CNULW|?lT ze52EY>wo~{l?fXdXLc~0&dyA?!wvuWWlWw&9@JI_N#Apbop<C|gfD6kUr&o*K0eF8 z2({9nAm!6LIO~hHC2ibP?rMjGk?nmKhJY$sNNo>h@g&$2e`P0b>B64cS1ii%v|2+c zHO4`nsg9?CcL~FTjCU29AKe(L#vI$2Xs6iX+|EWup*b^#TSC@+Rxii!lay~TlF(7< z;){vibV*%&4`Yv&<i578@3xD|^93bE<S^$9;fw8H4i~7}_vX2>_LbCPyO}e{Qc^av z49u2=k*@C}0Y9g6_rG)j;^zoS#=2s*noDdY!ti_g^o#sjy#Oad%;#_7oG$E~TvB?K zSY!)d90FMlWpSnq!^S^MLOjyTFJHI4P$}0&=+B}^!_BCerb!*`oc5Z&2Dh@ZF8bZs zXVLm)ZdA?rT3Q^AK6$u2kIjpD4vl4*dbu<?ps~v8`^IXG(q{XM%FoWxRcNw7+49iF zr99)$n0rE#hmV?KH35T`Me4wYSN`bln6-XA_G{<j7gWle%ikO$B7|}t@^5X<KfaQy zE!8>a-;<Ni`Re54k>=(ke-pht(&clre0+DT;uChCz5;Lo(vb_sIry$S-!2GuesUhI z6XUML44|7A57xWgv6Elf{p~;e!XIwcd^h+PzZ8f@WZC}<-wbF#{>0t>|KqOz&wfQM z+4_Y?1}zaWGWgx~F8R8Q>}SP&w|vX;TpT#@yTr%hHFPj{Eozps;j_bNQ=P=l1I@%G znOd?o5m`?4LLp2hwpq$nNZFwy&{Fx}%Ol3|zzM;hC!WU;lqtE?|HY+R#uxcrK@+n_ z08KoztSY@n81@nwxzflUL><tdrFCsHZt(a?hk>(=#6-?maTs0V@Qw?Eqplv2q#mBN z-%~q99h(zlg_yeraoa&K%+l3a_Wa-<ALUneFfab%RHkw+KH#bBVdC@fsCTNz2BH@M zXN-{XnMXNvTAj|{;A-D#M*+lTSZR6OxEW7n2mh8~F9-D9?jJre*PbzC2XTYRb~)d2 zy|n(Z%j#Ir3Q&XWPVh%>*%RloUpeE6lKfS>F;<Cn0M5mS@sIRiIzYR!#XjiTA~DXh z0Tg-E_3%*E9_z!OoPmVQ@Ea=g?P3z6?9!jOO<5lUlb%k_0d7uEFLZ5eQeW9&TptmN zM=vNh7HRA1s%gUobB(5?=@0H!bN=C1HdwJT9gH8&p~dR#?68%_X#Vx(!{*`VoTM=3 z$zouB75%kG9I7?l-Q-w>(S>~%hgA>X#G%!P5u1D<{_;4#U3<;N$LXT7c7#iwVxo;U zxiL*86;xt#^CW#gS0Ob}Y3qX@h(KYSk3A~VkYY<D7FZmiTe*W-y`1rP?fACg)h@;@ zIAsJm*&W})7wgxzo3FmdVZXfjNqo!4e@Epk-|@;Pn_bm@@a^fR9X|a6;GDXvoOAw` zJuV2+r8$`&P1$=%_mcviTW`=T-^#&7NIm~(`wQRE|BEAq>-~QDkKgLZ>rcF^|G)q1 zk9<17B~Zp9qT{6Qy(>Qf&;)1_wVcaRxs!>@#xAXYX*rs@?t1XSiLuUf%fjfxwwB!K zDB3A&gE9WN1RKG!3GK)TeoKwIB%SPc>8y9xD+|8MkFGk)Z(N+D|H?YFUyeaFJk&zB z2hO|s!J)2a&uAJodzA`iofw}9H&<3;gUf2-&eA&ZfR6R^MLjU0re*CW2Hh+s*oNNu z!Xo2?gtixkkv)9x;vGozb(Y7qW9$TM^<pD-8*`67auDp6j_>Dvbx1oNA1QSAEkPTK zEf|IrzeIf6qVv%$j!UBD6M<|(03*G&OY!GoR9%^(efUM(o<|1xif`lw+CSPi*|F33 z>yHE6eHx-i3D6wKsmTtN=zEV^64FjlX?MA>qr&VshbUd2Vz7<Dt30$>KBnBLDl>7Z z9#bvb{}3pzJO@h~!WCi+pBTw0JhsJyUn&!?!MlPO`Zf6@uW%t!)SlXRghqZ~U@A!2 zqJVDMh07C;w)xmOIhNR0^np<Ge6qlEjj`W|J@Puyl77Bt0x=)mwMI(eiGS)*)0Qpz z4Exwf**NI026w@ws?lXtbb*Z@f)f)FKX~HT9_6CL3m*FiTZrikHiEd^yzmF$Vheeg zWEei#UbV3NyzHA7$NMyjuH*uBLA4vZ$DU!hI@m_P1Uk+1d2@JlWwR`HntU1l(V>$5 z^DhZ-iV-n<^TdbIs%e!{7~*FfCg#RR+8*VVuo-Op8q=U<qgNH**^(#r@6CC~al!fO z=B)QksJzGH(d}@KF70Hc`FitM{&#HO_xckwpMwU@V0nByY59U^`Cjr}uuo3&Ec=qr zKzejjkK3Jh^3Be7_4frn{I0KW2K+PM+V@}o_1{1I&+mWF^Ly|5xr5XOdxTxY{$FR| zDst%!bXGffnw(cA!FG%oS?DtWdIfrz@F-UFomhhqtORbhIh@>?yK1CklwU^QiYCM? zxz81@x>}l}w&g)M)JwFX-{3rD{R+nm6)>ky?%f7T<j&tw@|0CCeekita(Cy;uW!bU z{TL{crejAoOu5w+=msO3AHNRA9NCzxvHCvW;cv{vS9bg=p7KK;U2}Cm@gEy}v!VC$ z^!|xIP7e;G+ObHj{RC*+SN>}k{hILtJB>wcLD`Nh^x6P0WgvJ>0H)og3)W;ur4|`O zCkQd(4+m^VW^I6HQh{^+vstP(bL22QR#WB>kLV|B7F>D2kd1%y0pjsrdrfQ;OT?}t zqBz4dB_*xVnoQZ46lZHjNai>T0lT~VPj3+H;u-u53=<9T8`}`zF*Mq93SFs6wsy4g zJcdWHJ(#y|zYJK_fRzJb4o?x8N}$&^4y}&Bul=%Xe`V?fs~pboywgbX7;ZkKq4*44 z0AzB`xEW9Wv|$pB<LFYeF&P`MAONL<V3*;vy8TFcyUMe=bNItQx`yW?Ce#u0v+W~p zW9N*s#%lB$hbxcJ(6e6=Dm$n$2<(p$`Wk+ACJ9dxD=Vuuj1q~{@22mpopm5lsh8D( zO`NA4DMK=D8N;C)H_*P_-t)=LGdH*RW<cjAxA%PZF3T&1M_<SPZCQ-tJDxX=^`EhQ z`U-$XpF<69uKlnXfZM(;U(l^T**m%laOFE*!@T+57^mlsKk*0v6h7<!ryu_F4}bXK zPxHZZ-UZIX0FuW++%KnhQMToDmab>1oTT!LZg63~Lw*KvCqEtx*v;TKp=V-lX_TxJ z&fP4nBkQEaq}w~*3kL%b$tYcJ2McnB3mbHSYI0A<quzJF?}YtDTQPRN_Z}VUa!_(I z_DerZzVvFpHuLg%xpw*nM{)eq1{m{k%PqqqtF8tM{c71CUj4^1{hCfSdR6j#*%3~} zV=q@Zj6%1J4`%jAkgjc%A0Nfn9;)@_!8y!pmzMewj;9dk@5Di6=9u`#!I*<Z&vyct zI8+_Jtm!g7+6?TMpZeZMA)vX$2R}GI;_0G7J2?Zn_A=*+t`13m{2JeL8afcjvlfBV zKz!&0N4<VZ!Zy+#zmB;9P|R!_oAvSV6T`3K7^XPz%PNt{q-A6=BO6m#sQY#qJd36> z8<z2jq3Kw4IL1~b?6w_?3rgk!MIVf(x_F(<)_eDas8e)#zc@zFKx=3D0ACXYS}!Nf zTV(}au{CPjBKq2<t^u24iDq0>J{AN5qFC<ii^jb8Krhe5pt61bu1W}S&L3r$`m@cP z+dnxBKyk3~M@>g3A|*UN_?E>%=a`5*|7kLA))$nq2Q_SKr^S4pSVX6Oe3`rwK#@GA z?D$*CXSnT!GRnrkVqu#2D{DWfEz-jqwx3wZQ{~ueQQ4h<3*l&;ytKS+twpJS>^B-` zH?>sC)1UTd8%H}X<+{4Ml`)tK$IU)}#g`xQ^3Nk8qfgzoi&Ed)Za#6YvFzmUc5~O! zi{&^PpXbLTzkGM2>-pind8FTV^>_ZSKK@%S05tj?hzo*r9sD)tul{|!Nnbh3V!a#V zo~OKJEWfuu{E3O5H}?Jc_kZC|pB0Ig`pFoVYF%1x)qIw1z43F9GKX7h_pDD0_$>ln z(b0L}>7D<aJF$l2QlkI>AOJ~3K~%f79OqyOW~<fFhaYAJ6@F8IUlDeIM~E1p03~Xj zWiyhDWjf|@=)B~?XP5C?DqR0vuJo~jJT7l03yw=%$@=bdHgS7opp9_)?rDcPlkww= zZou%)!=%M%eRuMhC4JDRuThUYJjSF?C4e)_*AS$`=wNRQa@*xdWQ(DC#iz&4mASI$ zq24z%dbC|zPRB3tHAGYF<b63$`W*1oHNK~p;sjf4V{b&n=Yj`Wt9utPM&aGsIr-PK zP<UDz)L8zL)oF(&;{bqfF!U1&F0g(9M?7r<%w26{e9Ct~%m*J2{gN-@f&=Gcn|2zn z?BoO`H77P3LvggjvQACAIG9lu4*oI@+qCqSudU2q>{3^C?p4n5+DJZe;<w-cudhjr zANuI~Jfw?s{IXCbT=IM1bo8lT84Xkh&p0B0J<60D9Ql7RWuHV)8hUZvvb-?pFIKoK z#}t_|c4B{JcJ`^{hlF;jke^A_6M3|D>{YOMOE267%j>S_r>C|xChG^Ffa%-XGzN~H z#-CC$x-N*aO-dn-+?b;Y<&^mfm%GAc(XF<iZ_eKmwU@shpPjCabNvpVyZDl?tC_(T z-`r^4G)Bcb6WSRSU6gFuqjp)DtL%(v35&iS8)=zw=Wk*n!<6SZHrvOY{Lh{+mBpBF zVAGyi8Kb<IxrJOIhS&47!LMFbT|200?3}T#x}zzjtonF;X@yZ+e|^*D?6xoSa_&)= z<;KxH7vbioE8np^&~IMe%qr(5me_8}zK@-J(#|-3`gXz6NjJ}Z83diaAYR@3XxZ&} zFJQ{wWN+PJd>h1({(ArW-}5Cte1qS!yi8UDF&)8Kh~EDnHbR{RJq;T2nA{v~A2Sy^ zR{?C@x5PioztHO`B#FLyw@u3W9YgnBy5!v8LvK1VnYTQKjBFi*!Pn)@Rwp>h&n|n4 zD7vIRI2cH3j-5*CoC7<4Y1UtPgMhv~Z&XxPd%~P@6SV#=PT%=&8Afq>L}D3^rz2~@ z#^+-DUZPaV44NDb0DhhQ#yr{OQ7;6H(uSG@%J6rmezF_La9}JB^rLAW&PGjo#kX0* zwD&i#hn`=v3`lIosO&Lr67=^BG0v#ZcUh-h<gty!U%$Gm&>}G2^kgT_6ZnatJhLpR zF748H%E?lOreF1+)Etkj6We#(a2i>80B~@L9eef|A-|Lr0%_}D)aEW?E1OLYPSV-4 zvwhVie`-c7`+biJmC@NxTO-*7vjC$8rHd)Q<*|QcpIq`H2PNeU3XjJaDHc6h&c(MZ zw6WXrLzi+q)O&YWPGWNt;^K%s_6*8X-khvWi@6~#67WZrwOD##XFe2LYPGXiiCr1~ z^{Wdx$Y1+-_Mh*yB&!U7spQ$l-^VYj^ecPDNBPgnYzR8Wp<67TRIHC1J}YW>4o1vF zRa#>x%Z(BT4fzEZFjzhQ>SN^qD7k?tknvf}By8XKhbLX`;-O%NuKZ!=H0OZnBh~Rl zXE%>X#x@&d@W+Z)N#XH55C3SpIm_d1H}||R2Hy2ome1|xDUWwC@tzltcKoO3vyPv> z0`PX^CVMAw>Ann*ujBh(0IuHS1^UhRrWq*tert0m`^g4pfHt-3PrGzy8Z==u(t3yK zm*n`RK#k=NzR+E|_f39Enm}IHm_X)cOY4@!aVL)lcE3RP`a*n{k$se4Px0<kZO^iN zm?r96F9<w5(6l*xmEq^<g6`d>%lN+Y+`*@3qUdPp-s9SzUzBf>b`aEw`c^iH1MT>e zRoD2U4OUXU_ADLU_a#3KQu+%I4HCX$`Mx$=We^6=m>C!D479)a55BjG_wM>z9ygu_ zHFH(sop$YojCL}?KXw{peZU%`)S#a)wgt+iFC3<xFVyh}=J1QvD<%zI#s|G!-|58q zJ7b|fs7pI1muxRRbi%Ma7nIPn51RhBT&cg+BM*S|{u>-A+Q!f^-w>czI0`l(zEeFo z@JmwNEh&p5SoRA`yGtqu#If2+%C!pwFATz$tPQeU%mt4fTdU#d8+5~wHf<y!UG;gu z!_jwDDak%v#tmTsAe28DB@$ann$WVGZOFrK%&n+wobV+m;i9kX@yHIQeae0@N=}!& z#+qX|>Jmsp<iTpnjyL@+-NXA)mpsQGfNGS{x$6rA+Y7FuRs6TzjfqtFM;BVPr+*^= zg+O}0qTc|r^_Z%2Bw~hWOgPAKk6p}p!?a;lGW;0X8N2Y&bJA$3TGh!ekBsKVj4iez zKGYY+$5Ar<uKPbP=GJ~?ds8$1_IOSksjJ`NQ@X$o&J*jkBE!eB%EZvx!9V)=XlPO= zE`L5YE#{t!qwV~WvcI|Ad?k}}&$rw6<{amxo2RV5InMIEiT&tz6!-YP)$tkUpMC*w zj(K#`xhvn5&pCV(`8j&LSATSmUPOrVmNBUR%w|WMCD2>WB@b*<mUe4em)ZHN?2gHV zylwf_&ep1p%W%-TZ=l?g?A5v8PMtqE6Gx18XqS-0A*opw_Tzu3;f1are{KSwJ01N~ z@$d^K-7mD6=l_<i=3F~Xa%}IeoU%*Q{p>DG4&M3eqkx1`r%Nj4xG(UZW$@J%zjXX7 z2GZd#R>lMb?Wt~;to6mQ#|bk!OxfTamN7%lJ3)2ng8GeiaoDoHjK8Bx8RO<4-J=!< zV@0xac$^N!5@(jI#nwXFi@lFIjxJc`2A+UYUn~09MZa)D9ops~HSHo{<C&uIVRA{m z6CVR$c?K#6H!+n33+%qT040;H*ljBsH;?)*Prm3ClGfFB2#LMrX|IAEzwv>w_&dm{ za_)|8C(GuGgA#ZJA9_sGX|E>2XB7lbJ8H@lm5-#F?3@@&9Gkl^5sTm%!`cW_)ZauE zpVdWHHG{MIGY2I`*1_{~(wK~mSv(4n<$vku7gJr(jQ>G)$0x7x&pCw#Co3p>hKcDl z2)@yD;`xE!Zz#Z{Z2TywR~sPos#81NjAN~*-*T_NW0bZ*vkn=%khxaAaqdyRS|B?o zuO=o?Wr)tf2*|I9O3`Ke&L?Zu&TJU_;(%W}2M2wY(Kmi+yG!rjhz_~>luQYB=pa!i zUSkOSU3`($q;S5AZw$jWK8_L42Gf`bffi-cwfNZYs+yawPG5*4Ui+Ya*Vbb60x28j zoD<wp2l(|D=-43Y`RWZ*_An0gg;Ht!{_f^1Wu0frO%;D<lgHP6YE9Xb_jvV+-UWi? z@9|0h%*{Ob)a{)0=wz*vI_)Oy0`fk8*UNL~@>o8sx6I*KciX#sG>;DE-imiuCp$@N zH<(Tl$1MBzP?|0dKe>gil<n;Co6-1DQgKB`z0dUyN5Tvb9Jj-k)5vOTx=cs1Qcf<5 zwG3SyMi+GTYG;F(_+>G42dJ)I5vWsX$nY!F9RoaeE=QVd06!e<(chO}-u(;@{P=~$ zhdsn0SB=}K2`48mZaQ@M>ZQ~5egYlB<~eB3+|~6hWb$Z3mBs|0h)*#|mxBkg16>D? zRa>EtFS<RtAW=3P)aT<zJf|%(Q7wzPK90%<v&z71-_fOQVy4T%@8z#$>Be)$nz1>4 z2(tE@?38TlC(dW5vhp+-o-72miO-fjq}SFnuhw76lRw%Zk9i_byRlhbs*bK~979m( zYkql^FwT{fwtQO_tgfXOhtVs(T}As9Qd;GP)vY%t2DY;DAT&0snX>h~CeNoVVa4JR z>*D#)#X+GuZK}#)edN;FGhmAekCT}u+D9K<(h-<DQ6-HpN9bM>$$5`~9$ivp&0l#g zir65wLQy>orX=r5Ck~23H<0L(o)BeR+VVPQyDaNqa`NI2X=8G_#GJUPaNv@)oMtS} z$88Jo{mY&a(YAQhwJH-Yc91Yih|_iBo;Cz+)yjIYm~CPT)^;{{a&~Ur%l^q3)fhqQ z#Wc37#NHK8eR=zc>IkaCO>ZQG<F~e(OPs^r^N}*vNt>J*6wBVE-XrVddGkqouZADi z`#5NyxBv7N0G%{w-#T?c^eE452F{nX_ffuEHaUKA4WP&4Kb&vRkM8l7kxjndZEoA| z1U%p84`DwAU^4w^Sr>e@L`=OCxy$(WyqW!jm<i0KV-k(EVegPzhJ@#1sTp~3Jiyb6 z06w%FO;Yx*^=3Mjj%8ApOX9{!dseT5f^Q;Jy}MgBe|&*#xyKEuJRV{jza0P?JbiJH zIO1blPd*%JT#o0jC0_zIAs9?2#arss+&+~6qC8$;J)a1eUY0M#$C!xe+IjYmUk)hM zn3c;Tm~rzFK<!oe;xO?!Oye+1*`Snn;;Tv9*iqJ$`5gG#X?*j`IGA%2PupdFJ{3%X zv9oqDZp2@)C(bm)OaR*B1VUx@E35rG(1b%7U#4B=!ciZy0kV%j8pAB>``R{fxVGTP zZI-Dwwqeuxi;!hy#RO(}XiIIbt;3wMb^?Rn?uK9B21f^KamJ&;q<p@6k(Y!qS<J}? z>8KaeycQw_l(ktJGxJ=4rX5VUwk<McZJ4qE$O$L`k$L2?eoKsTbe)eA2P))`M_pKE zd=$Z7y|>(?OLcLRJG|kkSRC*x2UJ(4TF^2jDm!M$I`JR-!a6S4Zh}ul8&aTc@V{j% zL$?vM4c$K8i&J$Z*T`DdHi-z0HIwt^VYWjie*GmozRQ0XSlV2h3ffi1#S@-n<(=FZ zOe_IEt1|@qE<XB|(c1Hh$=WvYSxb=}(>b0E1r0l_%i+=MM1JjSchY_+V*}-UF;?2+ z(Z9x0?DSloauS=0i}>`(z_j)2?dFl2i*D{YuA9fMUb=IVbCtX|H%XJn*U8BHUQIY% z(k<W1^UvBo{Q}?|eh26R@vb|XPP<(&E`TTR@#;OEoW~37$;SAdoy$GH{LB>_1K7_D zL@rr%yMk`%zLQ)vJ`gZ>;#U{R&TLHsTb}1yx14LT&k{5jB>>JB2blzv<1e#Yj{eba z7y=tJ`aJ?a#^=x4{_SU{YA%SNw_Lflxdd<Gt6m`&=jPK2#=@)5;Knu+oP>7pbKJ1g zw=``T9JuE$RiDL|Kfjg^K~$IB?6xhdLer+xHOuMX!)VNX)7O+CpjUg0ZF<q8{jM<d zNdeEZ&Gtfr{P?fU6#GeGmmghxnOqQ0S&ibV`iX<@!&g7{qAwg|8uT%scJbWXP<;0b ziQI~zej}5e#>WB!hJzno<*V)C#X@lq!+(+?UTx;(py;vRE4VU@KD}v)8@*ww4{N&^ zR91g6%0c127|I+20)Fir8*Xy;vA}$~L>}#BU;z`T=(JL8t*Cmv7_=^L;(=ex$~W=q zFIGV;&RpQA*G&iz*B--1+590s@=P8MUH_%aV;G&>;*U4>`Vxx39bL7XF@g8PMr~JK zzqD=bSFg&g8}$=&u*@0hy*wC0jt`^N)sOD9>91V#KR!}cjm+w{we&^)a@evq`4`^W zmdxz5*UCMFkMOMgKtJ7bpU=esMYUTNz@J{B*1%v-FOrg*&{jopn6fg{k2KQU)$WrW zJmvMhevKtlh9|2g4l|C)r|j@dUzDWv#92pa<C;VV<W)p_#Cq$cW^m-=-*$QY96iOE z1n{z<xM(O?<x)x%6(=R()Hktb@<!hwTVMX)iL|lP%7qQ9Awi+iNF{&2-F#z>bJ5K+ zM?cz0IzBk5yUFvtm$7Nwbdp)V3S0gb^Xfk1Sl)jIu$Y%L7pyn!%GT*{gQ1<ltbJ{V zA&;AU(k@8KpUfTK`d&~^vF2e8zU63V`Ief^4)0vKvbN)x7&l4z8G3oTV%kg3?qKSS zGvPX8m~2_v&N7XRjp+iiiDuL|5=dzBdM{%F0smAxE{n2oKy4X<X)V36+wz0Iok)Ca zHpi)M_wi13le6k<uJgn*zK;!~>y`?`UmqJ-5c<krbY<rlQu)5LN74+>bLZ_KW=x!* zrPoOvJOJp~908amMDL!7pPd@S+73IPm?Vuaj3`LtqnyT>#_S+YcT4hewNP8@``SON z3uA+Jj=wONi{lUnDmGx{hB-jsFP{0L%^M%>G=|1s`^71xG%?>7S{s;A!%tTLGf2wo zNQticNtpPe_u*)gzH`i9Yt*YRqmMn5;i=NHe#pp9y~@_77Bl{-9$DFW4N|1U2f}?N z4im$y$d|KcLOJ}}HS|f$k6ew8lI{+(4T<&TWFNCOo}OPju1Y-$8f&Z^>i`hHzyzjV zmFbmaxK~Le%U#%f*dzVnQHFe?)~21t-27Lsx@r=0j<PwEUjo=TY{Ns{GoFa=<N&Jr z%ag@<{6)4TRkLN0CWe+ozP3`0Hb@&D32`7x#hM~SIlp$EiJCCJz>1jkgyNs_jRVrB z4BrBT8GZ1Fu5-eCJyr}!kG5T~bMEG;S-sOPp1?D10KC3KuHC8i0`6ii+uI)fP8O%9 zPceT$nD^Dd{LNNgJnbc#cyn~Vv0Q(G?zv@;H&4m$$JCGS=BS&$?p!{%!?JubmOpE2 zKKm^2bLIl(@m}gY2MyMJ!H<DCeuHxp|CO))c*MD&AMYF6^51PNqur$9y{Vm~CEs7> z9sYKzmeW1*I{<SfN}{=B&7Hq@r?)IDsr7OPaq|MO-i0nEWz$^zFZXGJFpr0H-(~Q} zh9-mI@6OiCR3`xJbahzUW&(rOB!n;Ob;cR5W;x4=$K-_W-HYAi;fK@mJTj0cP@%Dz z^Bu@W792+u4Q#?gnT+f{=+l`U;EJbR@!^rx2?l;>l8a9~V$I`*EJU}<n2(*Pe00ID zkJ&7}m>{+G`Uu0xtXT5}K7ATOWfxD&*q{E3n<GJiU;Aq#NkhL2!3I=zEjzCbO`MBk zS)9lB7oDd^&jkPY1?L!YdN(G;nJTX$wmdd)>fOg&3p5a$mo*zSe@DPU%xh$#Ospqv zwR^tk`{dz#PM-FGWPTdYhF!|ug(=g;gc!PId>Z-1*GFjWkVl*GbZ1Gn$t&v+mXA%T z$qi!|0r#fg<tO#E3%j#N*}2%Ypedr5R~*Yv&hX8?AEcd6x(c+NVD!kQb9m%SRvX|^ zVK_QT*~vbj)hjm5&_qJ@DnYk8C8$fCQ_f#-s2%*{@hCn4_=pK*L6+yCFOPQGhDF8l zUWlw>@&mz)<#1(=*%j>ivU)$3<<0+q0l%2&qi|=>$x^TB@_iE@ExS4^FK%K^nJAdA z8>`0b)muIrCDqBF{hZSlVoFCV=UYa%+G;yv9#e)5T}DdRXH_FoHrKwv4X^uEBBuSt zqd!w#-oX0pRy!^6=B}gZm-CYISH1|y_MV44x6apFUb(l-@kw`+_gkDQ{>8gby#V;u z)(eDm%eQ^6YyhNRpe!5cTV7Gtx{?cC`Q7f=$*=5uhrRD6x6}V@1DZ7~zx&R7e;2?( z$ff?4om(gJ%^E-V#V;;V&ayKy`#1ow;Rnw(eyo0E?cC;gSC{~@8s4V^dNcs1X1J3F zICLY+z`{=yZ~|T1z{MJDBPL#eK$|b;89RRwlvnR)<u2MK=x1r&rE~f1DB35!(D_JN zd$6n340X|IX4#Vj<g~{h@bslO`sF|)8#u<TZ>rn)JIRMHrZ%Zp_3UbHl(}q&aD%tH zTDGNE-?HOh{Q)M8QkJ8-Y^&lXJ)78BCl?I8`&n3UrUU6O=jfV83CI@{q6klqFlcvU zZd(EG9=(E$Y)ihJ&z(_TOh>mk>M_jV%I^RMhB<gP0IEI4&o_>0PmfCS9We;gMwBtm zW&HVR=CUW~CS&b^CEL`M{)uB&)n1gqx6b^(cd(m#GpRc;DXX2tTpM)N7+5w|oSzR4 zp!Fkp@Pq2MV!ONwxr}T)GZ6ePF7(y1dD79i_^83Dhd=6*-MUl$=!c%249e=``Yrw1 zW=VVA$82KY%@44BM3QD=Iw@{!wMX4&)5Jm9azNi7doT|T*{LSY&1U`Jq>F+N9%B=> z7=TrVc(FuN%!=O9{m9r@YE^!A#_iegbM9iZY|2|H--BO*+ZOsLj?G~V$DVxL7{+7x z;K>G=48Y17oevx^;Hz3JgbF>S+CmvM6>~AymyK1nI2=%jWC~KyHqE3aUA3>WwS`u> zjW1#=CWgwz(flqfH0;4r-cxtSuV2$<=3a5&!hG68eDtH-3kAp0e|EA}?maK1@U_d< zJ(th(lac(E)ux-j-n@r##~1v+yl8wsZTr>%&yS|_Zg*|~z72xs*D&&V?nQvIC-3=T zoFm73=ieUvlArG886ms@@9v*eE7{0yO*6?IKqxg(JCoQU=L=zm$BY~vWoc|@%*7FG z?qG(;$*f?P<6d=A*v{JkwYpG3Uz$Yqj&I&QzOt<rpv#`n(!+K}aAvs-dP=ZH90zA^ zV=UtYVB)CP#MH0M9Us}#Pv}Ep4o-I-Tkbpjmw$MK*3Q!fz?L5y!W`SWz}OfnHG^T+ zU>4`290+aGN6pn{?`g3)y7$=7bnEmg3srn($?TaBC<~*50)*m&J>6Z|7FOx64M>B} zBMD;yUiPR1i~)OM;tXKi95|jk)Nr&2yoRXBr6KH{Zan%jdIi2X6Y*iqmnn;H91Ovf z$2NV}vJMzh^XSXkY%XEg@KBt%K{98|D-S`u%Mpr+h8&OaiMyCs8rv3N4=P!E)_zT} z(i}7XnG=bMFvl-jPR1d52F@zC*~U(N9Q^VD?s?pU=*m9*PIdkPTmKpWQDtUZU02pH zWyD{bCD`uY`kt&XK@HEubI=uc+$pcZ9M-XUcuqD0;c3hpi^n!VCMV^W;cc6qrNlkk z_%bvZ`R5Q_;+3uP^~7*^vSHg-){C3=f5>vOf$8F=F+^q*d<Rp}X-uuxh%v-AE!2Py zkNYiO-kO{8+wSG+$cCY=8<#BS=v+$7_(M4yFcUMkCqBklUAO8prlUz5>GIc)<oosQ z<`|DRzuX+;x#gRi-sd9TB!6^mdSjgI&1GXVRxjVLTlK%M`M0eA=<scp@1>Kz?m5Z( z-IE5yIs<5sEWfv-D<iMlo9C_bE$0O55bfA+0@)8-?(=q|Wlkox-d(Q{W$%_b(2~me zi-eFNaQR@$mO%DgA>3Ir%k?lKiv$xkba7DjECmZ>3+&J1Iyw3M|NTaQdbQ2@Yi)4i z_s49+>>w6~tGA_BRtN0B^82MA9GE<q9w}>Q7Zcdo(x`UQsgOXxO6-@P3ybj=UE0=) z0~PC66U^#mC~k5Rz@@w<MeJ|cQ2u;Jvqn+2v$d3$zxu*C0dTqAfzJrOZRi>Yp4x?+ z>4HQ1A<a^+dOZ<1PXsA$iitTMBKwr}#n_In_>C3(*_jo>%_OD2v-~Lk3>-EhDCtUr zjx5dg4d1pf=T~o^79kGPUgNJu$zIzTAG6T_kcUoSe<J`5d|J!n2?ya;8Fd$KZJ3`M zRz1AN!T1<&H_A}6KRRS%GIV9tHFx-?;-MBRam*U%^+AdgALXTiyY}lu7i|N9K4ity zU;O&8!E@-znxh6s1@POx=~5Ox+lZ@xdAC0-!i5i=cyq5Bzto#xET<P{(5%@>Q8ma} zX-qW2wvnbe#pKGPDc`FTb7I&e8V(iad%kGY@?f(UF14MmX@g9v_28_-e-nZhsw$oi zYx9)no$AzzQ(LG~nboB%0O#+tk>Jqfr#N{#{-(?Pk**Km2;rtKQ$h2LTPDNf_!(a| z=ojNil|?ojq-i@r7t5%>;~cJ)>Kt8Fqe()4L%=r9*8U{YtIeEcIDV-n{*l#Ug(SI4 zPHo6g!?tneT&smLNR<UkcI2%2wQXXSa4dK3(e36c%jqU|H$O=;mY(}^J08n#n&q3f z4qKkj+CKFH;2iMycJj{8(K|{vknf8C>+W?J2IFYTSoU~VWR~6T*vV_>lCmAu<WSak zr@Q>_G})3C6JuXE<240?vCFvgQ@me(;D>~}$D4O$kF3k`Er*K9D_PswB_;@6oAjkX z!_RLK$0*$|3+m@$wHdwI)ME%`eGCy@GB%jZVeUK4k@Zb&E^qgHM)K$j=O3Rw@W(pj zQC2%S>yd%RVvmla*QHfg4Dw4HOmPLmfw{P@Ud9%9t&;~Pu#8(5XbQ>C;g;EdVZiu! zOn^#wmG2_o9Vdp_!Es_vXIz|F_D3PQ?D-DBwvS8hVz?UPlBF>z{?J?Q6BB;NDn;i} z#rY!7EOi!7%VCZU;@y(|7^z--jlP%$xL9Eawr9VJpig=I0@sT+c@A?PspzA0{u1Lz zJ77xoc85z0`t*cQTm=R%K0L;U+HjQ@#K%=lP+=mZyno7TM`h!8^ne>Mt*5%JC3X#w zB#m8vwzV-(p}rSGBIp$leBx({Wo0FPg`=ZG3X`%8RBTlPzB%ON>Cv7ud?Qq!rH+=S z9-5P_wuqyA<>4L5v@s~usYg668aV2g^nB@Dx#QV#`I8s%x0A<qBZgFCGr7c{_6l#z zJHS(p*<*prMrA3gS^Mor=2x~UM5Pxpx}lJAq&4~Dgs}K1!F$g2!8Vmu8#soE(EKls z(Sp!bvRuPAOrzuYd+Z`&@>3T+xKA!wMmO3=A9lsVxqS^P_Nb(jcp!CNe6(9TF(sR2 zt3Jy{9)BlSmAiP_&cqyEhOpxH;rsfPPWnB^Rz6{yn$e+}$t!&%DzueZYka0pi1_zg z@iq6^-sR(z=H`3YESC!$-*eT?L+Sr!g8vp%-s3;))Abq0?|c0((xd~v-goC$zCgWI z88n^0I*%8OqhH<eN*D8Zul|kuZP~kOzg4eiKu(xsmYwS3j*TSL_C_+ww0}ILR98&9 zlpPNVIVr&2vN-ZfrMx%nm@t@Tu{?H|$<RscM;ChMM*~cLfcVc&`NQ|ZfD>`5q^v$h z6#K^TaFAa^sML**GBg;wlYl-;XWBO9vGeP)vJ)TaBP;U7WbEPGI}hm%>|Pka%LFm+ ze?WoQgdrFJ03ZNKL_t)2&pSd#x#BQ-$8hZz-1rR6@Ib=T-WLJH>C%wODxq8==WkO- zI2Z_>C^=bB%C>Bn7*d@*w_@>N)_`;8+5oXQ+S8*DRL(_+0O!lvW?<5VUgM@#a|wDe zwAw2xFttA$@UU3D<6NVe0XZE%NVFR}eHTZ<9&R$a94^Nku$6~9I7<#N9A^TxX3LaD z7ZOcmAF@eo!p1c&DTyhz*Wl>m;1egx*>Lt_toZWFtsmL!-FzhC)m`bvO-ul*g5Hw8 z^7>vp<u79l2OIc+4nD2U*nx(%LBlK?Fz6~o$e4`%dAK|oKILM9Ncfv$oJz<BO5?lu zYEz88x+rh+#9wNPqp@p09>jAop|*UGs)@x2+Q=&WVRPuCJiq2HS%i@lSR1;?;4o%k z*S1}KFvzhdesvnN47XAQebHY^kg|C7diJzwZ3nyjH3$OqJNYLLVsVyZ@|X{jEPJqi zwp#sc7%_PLgHIdS#eY1sb**ii%9XJ&dtt_*iS#R*;YoH@B|rQf{qMcHZgXz&<>s8@ zOKf?rF56z`@*a=n+wKBEe(QaGJ9kO@?CsN60CeysYaOzDL9~3%%jb3hv@D<J2KrV7 zj?a2!JwMDVzj@^QcJp1+E-$+z-jcg%(h_Ukr%8)l6VffudbjD9;W&XI#`3rw4H}{? zxwEWoYW(C9I#;m{So1pq&bQd9P*=AynZV$Xgs5Sn5R>}urhGTMG?RIGXeI9ink3ZA zW$^GHj<R~GEHTTu{gNWV$Z!V{?Vsg7PsVpANZ+Y0W_^Om$w@mOGekRh=@&TCW$XgN zPTA<RbZwAF78%t`c^)g&HQ^^<#@2&&8WYRnz;EX#Ehwv(bHR$+>T)s=(^wJk-jiWG z<F>-r>Mfp`D`{=B!DPdR+J$m<LWke6L)Q4!Ykqmbw|1ud{7SDA810MwwyAC?+eM7F zJn`W~ex9rR<OKj_S4O%(kstiLkS97gYd<7IQyhXM2QYo1qpaTPPuBgUFRD*&3Z6@> z-z|W&#$+M&3&K1q!ah!LEg@~|-`HBrD6p)pYzx3_9#fJ&^2XGD3IVEZSEcq_5DO!1 z_u)~KMEH1haVD<Z7;4|{i@Y+-xQp*NA^QhT?IEpriYPBI_&8-S*WYm(X+XTF4W~Ah zUtInSlK5h7o8F^=;wO*s>f$M5mOp?gv%g?pyFYo3tQS1RbMZk@xt3?g^oxnDI9)Iq zhin`B1(*x3k=3Ry4g>?hrqbWJ7?LEmy4NpbqDIJ2Ir6fZ*0y1^=J?0v1%Rq-lF3}m zv%R@fex&X6>h&)hqK-XsXirMcFHW-4it$AV8O?`#j5wHU8#u;ucH(R?t>TMiPEu#( zKiKRyx9Q`3a?SZEpP}8PeRG@io9~>%+>Unh)?uE^>5=cVw@<wQ(D-k!YAzV(q&!zP zkneNL7u*Z%9i?Buj^^>o0sYGE7nWORN&FYS2#B(c&l;*<xYEkdF421f<yh^z<o!8U zm)HBG0JyzT#ib-g6;hr<@5sjvSbzAUJMg#!|MAXtD&Tjb?qbq4U2U+jQP}dY%ehPl zEr~;J-4~pGvC0^UZ_>FQCO!T0rAFEFvqEzhHf!P7i66f}hq}wuKjpi9@~`;oyBX;F zh`AIGz8x7GTB6l7c$_f(LLKSa(A|^q5u=^*=pvrAI}REGJ8G*X$UB)MnGTo78wbEJ z_JawF#)_|Th)kIRwz-6;dgI;i9c<ghV_6maIS9_X+-(=jytK_Yb9706d<08-cxj7E z^u|FwwFNl6ffIg6R7g(*`q(^g$TYIHg}LDX#yP46!!kL*#NOki#YmTN!=4Vxm^j#y z&HL#9AEV5pjq$5@Ek8ET1+}5-?jH<WL|^?vDkQDRAJnUg4IJsP8tZ9y2VnGDkE5d0 zSMlF1Ir*tEmc~K8^j1GI3a$i2OG7Z8f)qpKYr@4)@7y&CYuUIdIc3{jqV#njyG4=5 znW8*ZW|S-3R=z0f*egJE_%lQwC$=(MHVVdfV#Q^msuemsi}69t2_hg5G<}d{-qpj6 zEwtjQ4Y8J7aA~tL``VbuV^n)Ygw3{l8#=~5>XFHJ@ylm0U@{#on0rT8cI+9SmDE;k zvhmUtzl=G@VQd>5u&^!urOP+*M8AG(gGV5`z^8P6*&x(nJ9WI=%(;!!@PS{P!JSVT zA-{b&T>?-SPX3L3#>$JEa#;L0v_f`|+Qwc!&nU|~5d{OIW+<~w4Bl^V_6H~B;;-I4 zmv*oByd>JuPtG~3u~A=<zq#*@7q>h9wnhK@+Rd*2J<#_Mbnv!wdK$)r_-k+cGhlC; z{L*f-?quJ*7g+hO{Lcoh=dyTyzu<S@OW%T`gCw1<35!w4!Jqc!ZngC84yHH9kwy+b z5@uPLWJ`ALq`mSrWqb1%bho~}t@5TSGmb-!6OTJPg?TS#>24Cs4{!;z!>tpsxo$`8 z4p<z@Hf9}@l2>*mzc#@Bw{E$$89|f`KgTj4>UNgFNw2axpHXM0vhZu$$<nE28S^2H zZRxVD@mHQ=GO}}L;N7!y4MZ=8-64rj5Ne}*86O*zj$b;@b7nPy6WYtTHF!FMXg{y{ zGNQTC&j#(6b8d$!t9N3eUpB({n{8WeHDVfhY(5_KKK5f1<!$C{n1NKf?!jvuh>777 zf8wc1Y(h!=t~y|uZq$wlX;v3q&>Ph}h>7Tc=`A$>pxbs=t^!8$XuN;R+NPr`h46&q zE?uA)bIS9EFO3ofO3KBA2ZDODpSsFBF-&Y>*w|`Wx{wsfG#g*2xpsu!g;2oM!((4l zbZ}Nk-OxFkz9Y2yeN{HDo~&Q#9{Xj?Hu#KH7kl#Zs?TNr;>&|=^Qb}|nZOyt6B@rL z0x%l1V*3vHCadbzH8JTle$|$TO=inu%{XD@#1_UQO~1ph2!f+mAln7|8e1vP9l!Bh z9uM-EjBbZH)mdM4MvX7pEaQidA350=OsyR5Trn6-j>NF>5PQ<5f%+Jn3WjIw6`ym- z?6SckrNbOL!c;oNn3|=9?Q1#yP$<9Ki@M`c#q~9=Ov<a|etoBpZa2^5^Tzn*C~21O z{K_8PZVo$)J08D0wb|<^?X$K|T>-cNo$)$$ckR;N0W|<Fk$iiFB<+G@*#I7o^uw@x zn|h9Zw6BgWxkK5W;ym!<@5m<a@NHx!`ycO}`7Vz$=$mA-)am!YQ;(2e>1%>IF|;gi z>b6u4znD(COvUpKa4m4z8J;F}CnUB7@JiNYb8+m<E=l$Cp6XppSA^?GbXwo_-4goR z`2$}Jqm5xU(4b3xm)Wsj`YeaiX*JF|z^t}%mch~aJ8&20;a66D816vd1rRF&4sb40 z8>{GC-Of_s#K+Fol%!vjjO~1iL0LiJ^LG|fsGZWKS*0#{eBm$0?6K`6=^O(~{@P}o zk3Hy+XMJ?wi(kxaz&U-PEPicgd=~%9KFX;r!0B@y@>8~5yu<Mgj-X_ZwuPfUb!7{c zP_sdG`ADuBht<VlZ2(W@`p(7BJR-3SZ~Py=%i~8_y*tvYazMV2j5(Oup!%WSm(}=g z`UV#Lr0gKhVf1RV@d4|jf2zUJRUV=hkC@sm-^hj|k@y&b$!$5nkB%?V*<o7~)mv7* zqa=RgYDCAjseysbGPwB&kKq2>E*vL@`{u#$tEQe4Kuxg>u{{P3;`&3IHW_=KJ!Y)} z#?&|{>*?AsVB=S|Y1#2m)~@8?*Lm{PfF%~==^dfs!>(})$$rk;F(AX?vAxPY%Gv<j z({@z@3cWG!@b4Vl{-9f>2l?VERkHYKyHFm&@~Z^;^hasBFgB|EiNEEOg)7d0-{sY{ z0r1dx0(b8TFaY|cQ^k2q5f*Z~XSrU?$*a2v>$ef;H)jL2%VSA9IZ|nE_ou3AI1`(M z(z@D7h5ul?Imfp0Wq)zA{GOX^i`vtiQW4vG9{XPX@yl!Z-?4q_1;9CQj@`tq^A{A4 z2F~q*VxZ(b{=@Njw8OkQ&%Ho+(=C5*a~bHbe5p=-6y1Nd5w!umAMe1Q<)K-A=gz=H za(Px+lgQr;0HC{D*O8E&GGx}`=2HVQLO10Y@zaZ%Te@#K-A;y`e`DFPB|I0Sf%fIy zvDY>8u6Qt2obu&$sh|I!`&|Qz@~EHqf*D?q7_?uTd2WRt`mQ}bVsMf8-ZJm9_}{ny zY3W@4(`5o{2Up5=$oV;Ad9~Z_#1Xp6`_l&ebV9Rehi{n<oR$;iGY4d&tPOoqfHL7o zzk{Zxf58UCDZ`UJ<BNCs4o--q7a>)~)7S++qy~oa00VvOBaik>8`1Tl6)SWZ=XvD8 ziL%<Qkp|K-I|q_J5ujW?q9=v05I?_UYTl)<&Ezo--Lk(vxsAU|=UmJ_wP8%eMUPng z;{$D)ZQ7&n632$_lqrj=Z60Uk3L2+9LPF+pZ(@r+@txJeK~lfRQQFh8;<OPM#vxYi zi9j9x{sO;o>kb{BR&rn$J;OP)X|69CO1)O+g0gdp9&CtTOnI%deUXrd%GwY>C+g}c zn?dEO6BGCj#qq_DQDz7LLIWfB=%T(Hpl;d@4$F$L8Oy;L`My|5^a2A)HfZz2pg3fw z8L4a_gC!=fv5m5P@u*W4C4@eIIp0{JCY~^zBu#dhkM4=OMm8`32hW(&md&j(Rh3`G zjR0h)U=%8AndRa?zO}p$t(@nWtjy^hZLKO86Lo_-Jl2f^u^R_?#BuXboTEpAHvWYT zLl>>qv&GLc{X7~NdtBNyBx;t;c2Hwmx^Dd091uhf4i@`Ct(sLSTj<v}<8l-Dd+sW~ z$b;LgbB-#1AYQ$)H$PpSyhlHI>*TZU^jzI%9Dm#Ee}P6FG9Yf}l*d~NITbgt8<2C{ z<2zXQT>;9-fAy#18t5<&=g#kFH}y{9Z{E48!->s_*iONcvK_nu4Z4ZZlDqtsAyJ;I zOK8b%N26>)itp?ZCS{l3oxJ_tcx4@IyW4YxV4oL97nOK9C~1Q?hSHn(rOU6K;#>CW z8@hM-95k>FICs79mzUV@5zJZgvMle&x&+YGG@af%PK9P*AD+I$0DgJsz2O9qow7Sj zk6!7T6@C$dj{Sp4vNz~>?=8t#>F@9t^I;u+oat^-y$%e^sOgsDf9%ob#X-6D`^;TK zdfbD7>XIHKKF%FXmkil|n5yw^W8U<~i3&I790n7zvBg6EYVff~d;s*Y!AR3Lo;HH? z@F`Dj1h-)YP<;ID_XP^7%|CQe*OUiy@}y}}6UVmldE+BojX&{eaHif#!8l|t#gT=? zpY3&bS1D9Kp86LDLJjyY94f+;uD@+g%9V+ajZ+*t<ZoPO1JxtN{@MuTxg-fd>ph;$ z-a*EyGH}YOY>Uu}g*m3=$X?%!BvW*peK2br`OPcai#lc3IcsWnCCeWSoc5K6mp+zu zM(bqZwvT)mTTN-L-#Uft#C&6w?`UrJUYxw2wgzB)*I()4^VeB%mIf~N!&zB1a&(>= z>7Fm$@>WmaiNEsDAJZRySMO?_0cPwRzbI$hj-_f{{Iw{pmDz=V>PbfF`rhQOO)Hd! zY!+X0t#BNJ#aL;$dMS2s#&Pmw?12H9$t$^wo5~d%tx|t=bI!TRS*DwtJl@MW=smaH z9CiF}8F`N`?t44FH|;aZ|F#tXjW;mwfP6b)8(?|fN98V1H=*CTbw_*iSvG+0I%&84 z$alrhGCn*coNuc3p}BXzj+ae5EbmX*Y`W#*Ez9Ghf#q+|2d5?OJ{^Fp$^?*3a<y!J zI7U5Lx@0)h+2&o}qxTC-`sQXh@VGSHo93LbDTCZnp-gpu_~)(|y6gJzxJqtvi*gq| zeZdjE$BPCr=RE|JSxPk>>qzusJHN}SUG&hoj7g6q(A-2q!UoOG3mSa~0&_lM)p9g# z+9wDA*M@kw=$TmQi!sL@W3_ahj;=j8;e|_Wp+e%>MGpjdB(+oy@Zf`k{qmoIjt%<N z1YDWGQrRDjb3sPM4kG$)eEiU-Z`RBnc3ueHMTxP^HuD6u6lxnqm+{9o`LW+e0LaGp z@FX;T<qLea<pAKLj{|I3p|y=dvJ<QDO_1p8J7rpd7d-k4zw(N^`$=$Uno`ReBr!dY zpJO&ar!Ax#6LCUP7o~f&AxeMnI1zp<;VLsa@3E1-dnf<kP~WmE$L=ym)%a{aU~dq@ z=$8}Qmb<VpN3|z9b@5C-#E7QM9YfZ(^*117(9y*-_Pb@jMcWMJ#Z3>lU5cmevhv{{ zul%-q{NP51m-LChwj4Wi4F1P{+tE#XbVOgmfo5`TJIbP?saHAl@_Z_WzHK@@+D;ri zfq!mtraW;=Fhh=KbeTWaWrc^zbJ1hWY)nX#AjQh_#@qZFg_nneW8c>v#Nw5zZ4k8C zI0>omC?ECOk>Mj`J6IzlGTB^1y<%eC#xOaQ2Z=ZeOCt`UTSj-f$eX~x{f*7J=_Yr5 zy-E9fleP8EQ#Z$XE}!R?o#Rf<b8+3I9sM^<`Il8W6@A*KV{SV1E_-h9&S~q;ap?x> z0(7$S9N%Hd<0g(}=_hwQF?_S@`~O+0b#2wo?RV_E-u#mdX0o_r>D6V<c_+W`(kBNI ziB7W2vb;;a(rG{j23Lyb3wh>U{gp{K?fa1*8Zz~Im$#oXU^(k&mgN0--^hxIyq^dF z$E9^A0Y9P8_v%x2`D<cES)D$T5T8c?^~I9McmSk5hX3$QaQt(5@$Jif|Gb}!_*+TI zQWdbq-KE)Z0P?p9yhQL$x(QQX>_GV9U9f}leX=6G`Y1oP^$7xawHEdGEY8L`JFyL$ zoh0X7+3GNE<PFE{;iz5|IYv=d=h$F-d2!^3kbL<1n<L4|tE>=CCJ-sBM|;48<jDtS z1U-YF%K-ICg1?`8CWzfBLO0w#Td0K-lQwj*<@2W<Y-^OHqro^EM%LhXVP#yjlWUuT z#RGtOY+>Bxhius8Db5H`<7sw49Ud6XZO1xo_oAuX6F?5C%vT5CiMazOMEK0H#$?LI zHoGV*RvK;Jk>7aPF6uHq#WwShMIf<u@|^uJs!B76O%qF4$nP<RE5jRqy0Af0=v=)a z(K0|icF6{@u|+pQ^VJ~iDRg7UA-vjDM<MhWLVldcmuadHvPw)}2cQgEJoV_`lP4G` zwsi(lA5+KyGMJuQR^P-(nr+{z1;^^OfpYlCUH(8%Rz2Ve>c+u-VZpJY*e-6LOtCC4 zZQ4a8<$OXyvFw#rVqw2H@}q0j6%T2{Z+xkzAL*E%9@5{&Z))ri@`~ejwrZieq>GbR z%D#Dkq$R?djy3Y($qIiG?B;ar9!z78tUM~B|H^F~yRZgVsZps7bcARezS+{ZbI*Hz zkxf6{ZmxOrUfs=6u3q09mC){#RjxT=^<2I5&)$svr)?JmopfS9XWvJa>*zV_(fZpi zXwt<y-s5@m%PY^j?r`46k9W>9d6j`C$=pSmjdM4H1j*y@>KM_TA4%1nYZ*HOrdRzw zeRN<f;pJCZYvD}r`Xhimj(Ami4NZE3<AgdSVnEr!O<l7@%n1a$kT@}VMQ>TU_E@_( zr8!p-($&~RsjSKF)kPg&Q<Qb$Ci%kGx+&Y!`_Y=?L6siLF>XUpG8-&u4?HRKJqF^y z5<kSsaMk<AFJqW(2z_8;0hsqp7LH{76o6$rZ<y)2c*+lXdGe8Z<7vmA7%KK5d%lZ0 zbZnq_%jsjTvc>^9Raw@yFpW9qFg|g1kinCQ$?Ae)8fODX`HR-#9OlHwzL6TdOz6Y@ z;09B@B_sX{XPy*)$_;c-eSC1anqS!l4P<?^Z)D2aqs{l2Koa6?)21@2xg9vqQZ~S| zWDPSs-LWZGd^j36Wd+mUL79o(wuhcB=*hw}{Q5IE<JpyKttv;aa*H2ELemGK_oxd} z6M)b%*FjIKUfJ&0a`C~YETzgADUw3_EIbYq#j2YQ<2lvClhC+rg}CM<<a`JF=~K!@ zFEsH81_^uEYa+>_HCHL=QMj?HIyxGRX8<Sr!Jnn#3m3n>NuWnPzJH?&F!{4{gaVlO zK-l&bQN7bUuT7z@{Xy&w6RFsC#G%}<uGmgIJw43&3xsT~F>ah3o{5h*`jTZ|%VOJ# zDex#Hb2ypNWa5CVq=}A&ueNx;qKr-NdFbY)H}B0`*7@@MXv#X_ABM-f@fAb9+pPP{ z?Ne6(&hT%Y@ccbdU*M$QOIgbowBu3k>a4%Ad{-Bd-O1efbM&WF$uPh0<d!H~qGwsY z{wJNX-^t&X`Ed6h-KBLV(VC|nbVxJcE>8o^3&$mH6+2kF<X#ye=_X#w^~3+=cbxah z0{n_`-lOm=ag(V%dH~14>z@7hIHON4EKXk*L{iD4k}hr-TU^$5@>rW&W^d3L`b=z; zQQl;Ok1aLB<MN#!F6@Fv9Al;Z7YB<QpZrpmN~`-RWSY$j5ecB>-aPX7n6Q0Ew+T6K z^qISqeAgaqXi#9M?=2@1c*E30xNSE-yFByc1b7A=m-rl*y7RFu!qm7Fc9?d&_-stj zB~GzA`)P-drCNQQ_;?`_e!7g0{u+NH0mcSQm5!X+plo`*5X8QDR3Q#LTtpUsFTjfR z2fl_&n)a2hE?&~@H!MNBIZzJf=9~U(3{}#kCf~&&JxUsfv0qJ27V(h(lEa19I5_-T z*`N%LIhGoB_QC!T0s)n9jcIux=Bywfr#<`?Ci%^G|J03KeHNYON4Or<wLS`*4Qr1v z1VZol%S4Wwx7O(%e^tVKV~r~<E0%2S7n}I}S<W_&+ID}~10-j>;IZ_S?SoZ9=^r@_ z^r9c%ik}BVS^eZj!N4yyS7`~u4?kJ;ioLSsKsF%57Ek#weu=-HTWLUzLbj{CKPMsL zux>yb9?f93!Uk`&C}YUwNpTu*$kP_{m`5I1VOMC<G+|IN8YSUF(v7i6Xe}|m%29W+ z5y0nITO<vybaqwmE|NIw<MoAMh0d5`PHNw8Z8tBOci+x4=8g5%9iLdod-Yf6xtln? zPVV@ulh@6<&)h!s0^p3-nG2e<b6EP7-}HC+f-p<p6N(GqTmFLi4%P+nO|$G5eYjlJ zO|iBaYp=*y3Zg$krw)2c&@N?j-gQTx9H7z678pr|mQkGyTi)CyYi0ZFxl8oo*sELi zpC$d)bdhx>wWYb$>l@EnqBmh37)buV`t!ul!$IH+x_o>vbjmAx_zrk3>Dqbwq(l5( z?ej%Je#8NLEc>a0$9{yoTk6pPOWS@@V3yy#3_upRpYg>>Kzu(1pbc~Ny^lYzS$%z> zkk@F~>>~ngafMAx+e82C)W+EWc+fqgsZLNCAm(DOF9osEIKy~L?&|dmmt4u|&K;iK zv>Bb{Yv^9%+v(G(KgL8P^~;BiVM5Nv>~SY1zR19)s}5M@mo^BKPdHUD;D>I#7e_x6 zgN91ZQJ=4U;g5qvy72{weAF*a=I5AAL49|CG;XU`AJy5>xKRO*e#t{3Te<PEWHsls zPcr&r49N!<I`hTcpqx<kR^x>9e4I8dPw>?-NE@gw&U!VUn?{eI*13aT8OBln9#{vY z$4V%9atTaZSb1aHUAy^j<Wy*#^o}V~3$|FE^ZNN3C^?*m2kul;p<e$MKdq1<wVV9h zeh0;V{83j=NN*P=)-i#nTXAurWq0MS-`dHlt=g8aTNr-K;=J(#9&<*WACDvyo^$QD z+D**trCd&?q$;&n7!rD~-6UYM*pmn91(Eaneg)fH1N>BqO3ZD2ipJ5nd)<-->SvkV zY7LqL)=q9ZJV9?f%myFZ9F0CMK0I!fQFilzNvD6(ZF_yJ^~RJisT!RgmM+2YUQCp2 z<yBoJvNle+ILI$OzhVBBO}pG~p1E^rwc|JPSAUaw<AWDP%lDRfmk-aQn{}VLT|Rx9 zj&nfAEgJ~8b6UEucVI0a?;X#;!#VolSZ}cJ;=prxzqid@tVuT$_bfYmX8^wm$sKl` z-@ZWyaUwQzeN$M;Zx%x>cN+v|(2(Hp-<wN{?C^J6i}c}`t@jwBcc-IvCbHq_v*7S( zr+OW5vN?Oahhbx9C>hH}R!qy<Kw10yH972$UXQ>wEbP++YkzvhKOeoKPp?YU%K^P= zbpnQU=pyAK_!7Zy=@ot_5iiYs)-OQqV4G&RleK=q1At~Jo{!p){l<1Mp$vcad&iI7 z%Io9CM3p`QXz7)*fth94wOL)+W89`qXQDhCw3Bi;<4f*==_HrA=p8#VT_xv61Y_&> z95`<s&OG87o2iZNo!{eE0oG|QOumYb1DUpIzkLS8$`i2KOC`|9&Ja20SWHINIOv!B z-u*oG7enZZ#cyHlE+59`VnS6DHb*_cqIlnW^Vgbq254mE{hE$JPrGY<`H*|=-n!JJ z{0GlRSxlr=oL{LK2Z{-DRW4@LX^Us<r0&Tj^}>W~+c;-vJ}|S*(`omSHHOAYMgvJZ za+sDL>qnP4W$q~r{eZ39@~OWVhPgSQSx<f{|A<X_TE+1dKJC;Tt+2o@Om=W&|F^or zx5ngcBjz44T3G?7-$~@;v6-@tg=&rR%BpMia=ci@x$Sa11}|+HE0Q&n^OjDR#q0a9 z$XE_!k3J3wb3_1>dfVdq-3DVs>uYd{V|f~c!av@eV_dR-&o%FP?GSEGd(TlvyJ!A4 zXWb(KWwSrSrhIsxas1R3fVaVKr|xdvqXDqaqk+0$d32L*(B$zbU7Fj`I@$BXKHB$= zF8efqIyo^rch^c1c&F_I;~+juuh2>q-wh5e`n;oimR@H<>M_By1dY5)^vmzvmlJ32 z3cfE6@>>O&4a>V80if3y{LV=hpDBll@g;HZDE0z{bNPKFVRF-YPR#ReM=4bR03ZNK zL_t(31_)r*piD5m!{3-l&@VBtN?UTtjzQATlJ(*M;njj)a3qhN$BxmYi|=7VYpE7p zb5R06?a`OgSci}o9CbFA*D%x=_VdIxDdmYR@$^vwHl<6wi-{Oz?L|&`IKrg8Y_Vx0 zYSqR0kA8U(@sDR8LumTh+504-+wRaG9t;A;w&`8^+K*m&dc@#`f@%PEvME-c<B;tu zPqEc1g|<yIq=6nEbgmc*3V-+<)3x?c_RE3*=B2)kt+M6h$QCQ=#Wz;jTzTviU!KW5 zaEzz?Vfx9Dvvc^fzc`OCy{S$=;4BUds+R-dXfw68%*A$=f2Gk+t!=W=4vJ!l@4zlW zF3ZrLc-9BU9_i0rF8uS!6l_@8VD!-#N^2KfWo=N;Ovc*4Up5dG`NNsA(~IfYBaG^d z+}UhdS-~t>A@0bE*<*`%sCy<b*r-%*|MDvf&X!y~hkx2#9u3UIiszT&AGx9I@NB-4 zRFhXigIykK8(jPs;;;b)slNc^dD%u8_r@N{mhDjm+PG^2NAdO1F**Lx(c=$ok)FQm z`>M5Pih*{0tX{g-cyu>(^$x@`p+AqIPk)5&KeEv)8|TSedEU7#%Hd0|tSql9i!}an zw6A8Mg1^2w_uO3MJahAp$9snVo}c8sxk^;)<h|ozd44bX-gBYnpSd+(e5QhP?2f0) zK)hcD<2HG3yNd*A7tA-7G-aiU_s?v7F^fyusOigaQ0)?2@9t*6?G_fymVZ0vF3?0m z#$+ElWhPV0KeFuG7rBr`uAF%n;9aow7{@;+`X^mCeH*^|92g`E-6IJ3!L$RQS6zy> zb_=kN9{hBGzP9vwI40FohW~8N2K_;oUtIL_mmhwICt-4G=bm?l^GO8gF7wYP4xrQF z`=kSOOap`SM=zL*qx~+9=9hZ)u{ilfLwusax4#o4C#!p`psY)Y&$2Tt#RMJ)q`pkY zcw1g$UAC3q38W=c?caFbBa&E&gLclqrd`+%mY?9rU+snFU^Yvy*d<P};+U+D7|bbs zfxlRIZo6UA`MZPS<l|uGBgzlorGDGg&=@4V82>WXwlri^qRTMfvt`JT;MacCYQOfx zb8&_)cFV`a#ep!nFcX+K;CcBaKRhijQ|)7s%ql*!G+gd6LHW*T-SwxVZM!}#0-@Y< z($+8OU`#>@t<D*Y$1h?cmlw`?ZhPpXFJ-l#@*JSa1%JZS>x`l4oTGKv6=o;8FCQn$ z(hnL`;ZXME6qJR1v}|y!fHwS74hBJO(-3`ASBg6#uZtKx_RBl|=!!8pd&Xag0)Uf^ zOr+{A50f)4;8|XMgJYIR*WN+mz~;_2u>UxPEe}H0<O_`Inp_2?vW&don)d3%UI+zi zz?*hiT`B{!RUaJu|GeD+m*lq1H0tAx{r>;|8^^x&6abBOvKxQr#uM#!ivoc{0i;NY z>h2M9eQ^@gYQg0<1Aq%7|Hdz$Ia1%`2_K)aZMnH0!T4SLiuN4rMU717)i&XJ`d?|t zX$tzjd=7pDDU7}xl9z2b@SnH5@clD`T7PC-SrsBb*tEgTEB5VEt9NzwcR_HvZHwsN zF`b*(ncuvnUfJtM+uPrd>i=8WkG=l4sB3>g3+@u}8Cs&eY^P&?FY>ED9k}l$n6vwT zO;%69ey1;2xWTdvK1*})75OduTZ(t0^#V9$-LzM|<lC|O!$IkoF6;wV`CKVanY_!w zF~4WlaC$<)3{IEbYHRRJE@Jd7U(<=S4YfMGiRfU9TRMH@G=@XebLLf^fw#-ubW+)z zigy6!Bz1!0<}_G<Xops8gTs9vksRmh<D80=hktgl;g_usHp)-o>X$qk5{c<@pwsY7 z5bhE{R3#-kDT~XUsm~KAJCn&D+gup5UFa7KttnrdGGl#%(s#KH7{7fh2l#nKzUio~ zeDdqUXzr9p=NTOX0B2SUrYt`<z+q4h-Y?HarShLa>WFl5aoHmO!i)Y!KX;|;YvN@a zzb=sEzj+&O<Ty_sPC*{ZpWoOdUi#3FTaQLmZn9GkaAK<+dq-HWk#Ump^oJfi`sC$9 zg<{)o^Om|U=jxj{*qwgc+8tzssUHsN5feoIr>gjNuUO`;E*9#8qY`K3!%^8-sx#%` zK)+sx+m`1Cth8x#dqRxP_#%x}-t0qV?<{kqE&7jsO63!U$a|MfTP*%Hw{Si<v@(`` z#IQQ2&)c+h@LJ}VPe+5P^uZ@QJ7d4_oBN4{Q8{c|G$8u0VCFUa2Yq;6W$L0j_$=P} z8J;DTw^>D74sgNMd8c{@<;)@W(%raHmcvm+b`)t<Y&X?U{s4PGgug*wZad}xhf`Y| zXN5yt^O=?^eD`*93!(DOF()?<+00Q_S3%zByyaJK@5Qzk=7?uI`RyzG;<qnf0l1_I z$|fO~JjYiizbm272{;|{E7L!$lfCO<|8&b5^RGF3GhU_><g@LlWzy<0a*7?GGfTF! zlBc8e6WW=;rkt*&96Miovs{0lil1fGUA{{L(}6R~Xw$j79B;`wzUD`Ad{!W_Sp~l3 z_u}IjCFOm@FgPao__X#9f8Nr8@T8xY$wOzyKl1*jy-xziNq<I&VsuWwKi~t4e(u;i zaD<Of{`>Q_{JNO9CH*dU2jZ5~;SB$Jow$7KVfp+cWhWXOA0iC1=Gk3SPa)LGIeS>i z9S&WJU!K~<4;eM=j_`8<cLQ;!jNltECMOen?#mjNM<;yIry;lH984F5?MHn)#Q(%= z;F!r(PYE6)c>t2psmtsz1-kq>fq%>0;xc&6<BZKMo(ZTmc(feI4&sMDIP-atAq#VI zB9=7R>dO@l?Vs%rk%T+^yrsDOQ!cmYtMd2;=KP3_{u4~{^p!4|N|?LN_F+}B%ua4| zq_LF6dy`{nMfT!0xw^K-C7kv>hEw7@WvN_2eT_pL5>5HjpV)EuSlXRDhZykajK21g ze^j3~D!0fQOXAUXIS5?z4yOiC>UVP3#;p$hi9H&dH;C;=-{HWVKE~nUH<tC=KF{yr zgg+ZPNHyZxPF!&KQtfS4PZDM1>d0Z1PXvP_lE{-|Gj?q&ki*E^)}uplcm}I|dodZM zKZx=AA&7FwTg&@qH~oaasKkktzgSm(IL(9pgDoAg!)z{s`5~yhJbSK<zP5`=<3%KA zZn^cRkl_gK)lUj1*QKRTPApV^w%z=7bB#UOeZOD%bnMM#=BL}}-<)+fub)>9=pKgh z`BMI>?Mp8JE@*o}+h1Y?>i7b_vZT-<f7f08TMqLs0?vm0Uu~8^`zJrCDm!a5R+bmt zHConoY&q0q_&YB8&|c+QlC@MG_PK&f+46dHGDpV_X5>10mckj$Qh#FVvZ_y@2M>O1 zy96H`?)mC+Zp*s#;Cu9-Tpj#i=CK3(a^Nd+{L8IN#L>qMmd6LF_sM_Uei!#G?KXBg zxq?mg?<P0#q8|L;`HFAxk~eR``bXq2yC&Uo^zT~$!M{I??7H5>`+F4oXP2YX9~3GF zqshe8!GLZlI-y-r!--1E;V;ezXPG@H{Dwjjn$sR1@j9!cleRM-b-5c(Y^}7o8%}hS zf9>cv`dt<Tz*l!M!UAUMF{)nl%dYaVoloz>lB>bQ0ZfM@_<04Q`>tk0ac~F+r_|GE zy<15b2K9+iztE==BUX)N@JsOFDF>GB_2D{8ezFf|_7h70QWsJ8czV2on{z4GLM=x+ zeKVxmO6r=c_=s*NO!<#`C)oIrH!qWzaQXA?k2$zD9baOZnO^LJiBz;}$4NQoSRTr= zJ|_SDB)>TDPrMwnHAySXI5GK;q{lE+a*fvL&0ZaOWp=5@W|ptle-y$h|E7NQ^(!3c z+a~r}<8+v*{8-8!`|HoSye^;dH*KZ-?r)7T+2&I}8UE`ldB7KkZsik%IH%V~a`Dl2 z3@%bs#io9IRh;9+WS8>!YU@R2;j#KUK_*^X)bf`9uNVo)jdQD2JY{)szK()p@kBot z8hz~b!Yl{ZT)0#|I*la`Cx@xghg&~>8ygOhIWO%m|M+*_ShLZE{`1ZJV|&jtH<#TU zMCazOo=Z(k{73HiZLe()^KDOd^0!Wnzu;}!<_mxi@*RY-D<%P6BFRpNOx@>WSU0g> zBFX64F4=cnVctF;pL_;bwm$3@e_4W_<<p2VYZyd&CzOt7x^k!GL`Y@+#jZLtDC^z2 z^WE*uC%4@(8!ATMvZ3~Ow{*UYvjL8AbPN=prNuA&E;Huxv~si9au|Il126zM6gVeB zY|}^CcIg<;J_4v#`0Ief2Y+`LZf3izSHDv(jy9=ZgI#o+2l$aM=l<Z&a*)p`7PI{6 zN6{(MZz9BRk2-2?xhL%8u#;3{i9s$&<$)@0vRE8fGQH{-1__-g;n`e8w|!^Zg)N+h zJ>@62k@uSm9Yu!E`2we{4O{*3qV|o%E+@;Usma?dxkq)%at@Pi^G`l`IJw#>f5a$4 z5zQN0v4=zAt-Oz==qH#FH1?;B^q=UsAZs5h&#`rvQ+%@KB*)ov;tp?8DVCvSOrL&u zJfjD{wu9eQ90YB}!7UhCD{T<sAM&Ue*i%vJ%<798%!V}eQ3_7#i?gv4G=j*Zrkv{R zXgSJzbw(dg(jKL3(67U_6)%c7Fuk}&XKdTA;KyOYD?a@~Y<`w_J(Wo0{oKszAFbw- zEIhPDQ3{qZA_ABv@1v#VU(7n3ynV#@fukB@$!^};+3BaIIPjzK@_XMfG9dNt9EYe} zHV2bn{2n**$6p&TJ$xJUY}@Y5+q!4KN+Xwpqv6wYGqt|fx{SwxSfXOHW2U_tV`+_a z*o~q#eK>4Gb*DPUH--#wEGzF@%JLZ<4fPkB`NZqysL$n_$lrQ*kwA7E`}dsHwoB#V zou2*M?k)ej%3rzy@HwD67VupuU6AiUPw#?!C-$9u^1F~ASGFo}+a>mnZ~x8T0&uSu zRd+Hbc<p~b3gOPAU-{Do3zuc{bTSiRf6PbOpAWVyU%4LWLLvJo-Y4*_Re$^Qx8nPR zze`wfeyqmd9guvVVE^-9!RJ43U9N{2V80<>onZEx1?fcdV>|dn$tU}L;~+F)o~?-= z2VL3{_i#)7#^nc&8Y9kpi7U)JA*djh2BUAqu{1Y2aBkvv!ieQ6n}34MgQfER-2t}c z5dCtF!&pw<VlEF3#2-v!*e&~~IiF?5E`4i+%+9r?AL94zgMa+;8`tqKR~MHYDyMyy zn_RVDBwr@=Ir(Q|D{weWZll*f<EszEZvf^(Czu%(TgE{w=_m8eg^eo&r~iac95ya( zM=nNXn3=HWQ51Yg*#~njbfT-h*00Il;}{&R%ml2e_>;R>d>#P=h8~UHIi?+9O2NmE zFGWdvM8|HHg>$*P{YuwY+c)t>?%NV`$3-80&Ya}dBvGD{i(1aX><IH#7LG#M+Rwz^ zz7e}=m#CIQ-jbXC;E#C3h=e*EfNYtb3mKRlJLuKd=un);7OB{ajH+-%Gr;I2`tq0m z`xO1<zp<r{&Bgu38~)`Q`AjY14`#5OKQ5qo7#SO7Z5|T*)o&HiNag9Li~~{LW=Y>c zUO4)<w%_6BfIiz=Kl&@r`O-FJ+i1f#9YH^A%QOk85tKN3Bcc4^H-^KZfyY)`aGHKq zoYXt?f!EMjeEw=SwtPpYHyEi=7Nc=y$}p4B@act7+m=C&B@S-tBWc-Afvoy;DiRAG zIp^`+oCk(>beTEdgCr-~5f6R$KWy*$iBI#)$?VN%x5|Am^iGG&@q6Aoy_?7GqJZB2 zYBMx{`6daMh)bLxy>4<>rt=Q|Y!Fmt`_@;!y4%w`yEj%9_sysM+d;DLw*az)Z%~HU zAB6~P|6Tx&y9C{(^(@h+2X~qMTLxi+ZXj~fgm+%5Ez1{E8)j*mymz>fTi%*a^5@)1 zx%&B(yyf&Rb%%#;=!5gU`wXY?JGMHsrGI|AoGyO&Lo0DdE+sKaX3NbIcVmlxpCd33 z!R%Ygsg7&_eBxVK9xSnX=AXCtiqDkq6X_flCqykQ_*8tL;yWV?eV87LWZy>|0*#Is zEz$RpL?lf>dBRR?c~mi<_E!lrGBE}`RsEKN&oaC*{ha|p_!h=}<Dg5*jgjBvFfaI) z`Wk9Zcx{nUpgD`QdBclY`&fALt$D?Gm~yXg%%6MC9-kQbRB^8{lv5w%`t6{&eX_qf zt{fdcTtxit@da-2qu<DLQ3;}$<}GjIbkvi>#G<O03gIX}y-0~=<V?NM>tifsI?l26 zOHQYp8L-Ri9%p>u3kc`Q5zhHPcr}Y1dwD3?w57o}GVK=z^-DuO<=;0u<SmM$$2zt% zISda&{hi1Br8aNcOF0|<iO{z-`saEBOu|O*x4oBq*^O*Clt={Cui=#Om|ipZeFP&u zu}Q`9fK|>B(@!YnR?m@@`?FV|bn-@@!zMnu1<pRPM3f8`?1M9}3&3%<_8(HvY*K*M zW=&ZZCKq&~l$^JVfPqC{f7jpCw=MK`Rl_F;)T-Wd2e|*y<zKny#t7Tri94azc5qY! z8m#40A1QAiXpay;<jszK0_!y;Lm0cwVFYXwgOwNk3SX%^ZYlP7+Bm57sVU<(=WEAB z`n>|F_PO}C{moUdOyW0R-A$+Cn{TeJJc2~W=Ge<IovT0nD!tyyJ9=Na4YM!u@DB2w z1PQ!E+FzjdmlS22{U!Mlc>7D-`5`|nvY&13R7SoGe};{j6qMsnk50+S;tJPr&<|nl z=-y!_W%8B-)+Ki*$AbwceJ^i))@3rytxl_>H_Kly{l_+sBoePH^!ZTU>5MM}9oxC0 zU;MLmrzjS;(DfVsxx6bkx$IrwTnsp?%D*v2$KVhZZ}30jQg$acIvo&>L)25*lW%Nu ze6|D$!elwi)K%R4h$W7j4CR<5=LRfhCK_jL+=yo5O_}}^my^xK%;=XhGhlfeOy!Ap zFh_om8+!k?vA9U<7!Z7A`j*pim|TVL3%~h~jvV&Ru8R0XY5BJ-?BFN|dfEc5mPg*) z>W8)ECVta|T^`4Wd~Hi2?W;|T+4Aum{L!C2Y-YG6-*>#FtL^a@SQA+{%>%M+Yg0<k zqsa+XH;LNRqp{9BaMJGMH~Z*^uGDuM=oq$dL<B&Ld5<*uX_v+r+ww{M>NLjDN?jNw z-qFE1_Q7<XTKOO-hsv9<>QpWr*Dl4$@#?p&do()F-6Tjl`o@+gZ#ihANk%oIb?uds zw$48j;haYmRfjL3b}L0uWgD~PA;(Ky*j1G`1Xe#MT=B<<Erg=PHumxv+4T9z);V#( z(*DfP@~9{Xqp#hk+;J3#SKbEa`d%xeo&Hz~<T>1&l>gdBRGglt;WpzoX||!xY|E)n zv6y(i<da*1sPdJ!^ngdF=Y@dQ@AaSNeD#$}x8u*+rrevLBLC;Nn`3TXa{Rs^xOymb z9N&w~O{`6w*OlqqoOSzFe(~Fvt^f$|9n3U*hRs|7y_Z7B9oybIm&{9)W7}O!ToT!M zk)Q5o-!;6qEdO?qvZI+L=v1^5n54sbm)6@<GGy}BaVX|4x7~(~NjJTzpXBe7dtzH0 ztJQPK?UV4~cgy&X{@~0f=Y19dek%8G0UT!K;qxtjC}6%R5J|Xje@nzO0f#r9ftUf& zz`8oQ5_rdDV7hM~6eoV&MeybAm;71)9fOgj?9oYC>|(LjNtJGAHhSR%AbDt~V%xIV z!zGV7baxjw%_oB>e%pAvWEueZeByF~;}##x8k{nqj>aiBw}H%^jDZh+c{WJ_qYtxf z4JSJ2N8Tv5jLuu$9M%?QUIy0c3}*9#l$?~$Vgib<E{V$_KEb)i3Xfl;aE|)LqTI(H z$%C$dxI47^RZdA5Yt)>STR50RoBzv0jQH(qoHSQWM)(d6o`+9AINR==pr~Q{!&&xS z;~w|ZH<C@~IA37{Q`tbDrbu}vl*;9*eCV&==)m_^C>4i)MB(QcU_Uu7zmfE!Pb_fC zGqUjPc>l<wiBCA_8=Xk_t3BY6=dhS`lsoR2wDq|(TH)vz3!>An1P4qk98PSrcNZ#) z{5G3W>exiaW&NvzgRx{JjQS$ofJ<d?+Aj4Ky;iThC^$fvxRme0rJwJJpcf6*p(P=w zKem5{Y#*U$WbHN8t(;R!3^<Q|a}X^tP9GM#`iv|wW<Rk-2J`x@*tfmnu!?lAub$m- z7<_zBUR_6zU&hBlIXv<&ZhEfq+k8d`PP?r9X+sk2sn6zLapb`{FijG`pKrwo&aFh> ze8j?M+sNsBp4-%)+}?I`m@?U6-kf&xnEJ2WzVrg%f_(?|E=%AA{togId;7C_<Iz9) z**d=Mbnp1R@3LV|x-J8|Lep8&i#1$-=f4*tkz0#bNk_Zo8s(PhDu_Ri0CN71JUaet zZr*zbSDoUg!jgF9dACNME7dNQcS#pcxO-XBinGJ~JvQ_E|GCo4fYAkt%+`U;<bZeN zTQ-Z6!*&uB(-m=e)>rEAx6IpA;YQywdK_As?Kcqu?4JBirty`j!6OsP{+TG;8Fgtr zKwVx=4t(<8fY;^aI-F&DlbGqh%h&PMWjiNA<i7{AcgbQ1hb{^FhC_hl+&2qcyznJI zm5U=d#T0AG^Ef63@he7?kbLM9mVymx(_bRfrt0hre$mNc_>7K$VcPk)jn3quK;;=F zipAF!{l<YD2F$k(+{L@A(?0!iqxdau@bPRcfzbCrr4X!=c=C^!$5P+qiLa``NjW&$ zp*r1JGKHZ{VpCZfCIP{f=O#5Mqhoz1`q9I`+}bYlO$3(OZgLfl<rW^%p`VK6kQ1p3 zPTERRwO8|rOJ1SUzIYcD_02*B-_=hW$5-d0*t8<=zI9@NZktAZ8m(Dq4*X4za!72o zavb6&K)x%SxB9EEgU|lSLkPQAvl<rG&52x18zrCq!PZtuSYttl9XIQ%eL#LhReeFE zK1#wxC8f!^Dxv5PD}#42wr{G+HuA|=FC2njr1;=#bOc2Ae2Ha_6&#^i?N(g;^vk%h z^^c?#J+}JNmDdIqoQW^C(?yzdGLL%X%B(EEHu4+=FFsA$G3vOXx&XsXlFE~KZQIW` z?~Pp|gVzsTrhMlGUi$xV{*ae{>Tu{|g)v|M!+(Bo4AUQPwG~(LWS+2hPMN=K_Kh)e z<*O%qzi#4Zdvla}7ZCsVfB*MjklAkEgD-e%*ZTt8LLT|s6JGg(7dY9;?Jr4mu6*^! z)v@|(0A;ezdZ+*1cg&jG=A3&;blR}rao0&yM(P>-AJK6VYT_<?ZrM2MPPbo|)A`eZ ztCP2|&%X>H!Ra#o*+yed3UWGw$$2|%^$pqqZ#kG^+&f_UuDI(f^3lo3qRcODTQ2|T zlRME)PKPf8oynjaI+Dj${!BppIPo?XC+Wk7MSX>TXx@kW;M{G0zbQcAE{d;QV%9Iw zmOEg=F~G)E2VUIZL|)r)kO~4Kx5PBGORhiC_Hy{nLv#wTxvlM7?USFcc?58=$0qrC z+9e*C-J_P&G$&o@kr;hr{hp4&s(vdEoPoaWE6=IT=rufJAH2pQcL}<AZd>O#d5&3a zVJZWjJJdR_8*f1#%=+3su;l<uJ8oN7KV@;vWWD+tQ0&^8FRMqiG)M&X8~H6Mk34>L z!ulG{(>ErcvuZMBn7n?(zU?AkJfy#kEgT#$3=Moxv!jYzk#I|9THOp)9?h|BXK7`c zC|Q00E<e<jQ^l2Xdb@Dw*8BPenJn532W3srZQ7zZ<aOz-MrF!wz7dcTe6bRC6T`|= z$uB<6k;}tiMi^Ut>8-=zhyK`(AV6^PwkfNim>aa+>5$L4FzLg;=V>uEuH{*7Js$&5 z=gC3zWpFStj8{4-aiTe06e?@2X*=M`yPN8Y#%%mfA6VO(j=UentgW{~4_po(K7dw- zU#Z7!I5<vO4zZJ4IH6AdqwVGs^NW}5<{JC=M1J;jvHf(I$HrWC`iE=pb@SZe+moNq zf_%Z-|6~OK@4G6x3HyS6CzH(fuB%{WS3a9Nwm;jq>}O?5(*5+c%Xkx&-lWH7;OL~K zFQn`Tb7tA!75|iV&iNr7{cM-JgOedM|I(1wZVjf<w-h#?glDU~OY!lq<54vum?VmC zy($=`Wx~531=31=^bnuq#o6+s6WblcM<=nw$^0o^F%F+u<`p&^OU<$Ccqu3Nj2x3$ zUY^Gjbb2vixwiTyv#~Xi^!X*?xW(__D+j2+;z?`~{3Cv&QNQxmX6HBgtlzxdC-8lp z5`HJA;@9ge*~OQ(<4c|`7t4PiD;TlMLvF(Xa6ELH)7ChXh>Mg?@^6kuw|7B(<e_gw zCwZ#AK|tRKhOw~A#caKjo98hEKE%NG&USJFC+)(oivaMAi#$0{-u{4$iNxPguypC_ ztnmUq{NOZ}@VPw5uKqj&dX&|PQKH%At-ju6zlP;vrE&BvdC1_DVh7EXXK8o%)K}Uo zm%7cnnY30<ETKiv&f-of&Pr>!sfxmkyW`gqa=GCp?jX9ma~EzCMF+~Xt@8X&Db>TL zXL9s&tS#bj__y~|-Zp|&SNtYV@dvM>@HasSBPna&oQo9#cBvN%en4>Ez7&VcJNuRs z!Gt?@wP*6;2`_SlDi=#Jvu`<d_Wa@LT!76gvb#`I?!U_+vtT;U>LE5yf8cQQ!`EG8 zv@OJvdS$-23UmeiYIG{~rHXJ5&cKl;u8<x~N9sq839z<#<$%YwIxUZFS6-gj>#5_0 z{^>}rZX%yPxls<OgvRIMk9iKJt?_U^iOIK|+IHd;=nuB{1bp+(?WrrfiM<Kj1b_0I zlivF3$jR<vpa%PP@>^v%jJM9;S^m-s07M036Re;l>jJ;TB~PZx001BWNkl<ZTte)x ze068*_^>|fIMx7{G&ZNB{CTq+YlYf?8l$d&>zFR{v%s0>)jE_b<oJw^rB6=<e8T@% zI+67g@$n1CMT1XbdmNzi!tsgvF2M({`mrs(j+SyU;iueB^|Os)KjrQW<nVlTi9VP( zE>2e=azeQ3{tn*>m>=Frl5@U9A1UQ>%L$rt`g`^`kL^7I_&w?#H~90k^C%>7;t-!* zD9AIB`IZE~`80ee8zfBZ{ic9rZJ3$3#8v*mygwiO$4-XiF%O1hq#Paiest)G>&jwJ zW%F+Uh};sdKf7y!I$J`IR{j<JK4NI>F+Ke7bk)zV_Uf`>%X3vOJ&iH=6K~}7qSL#j zl=Z3Joro9bU<R@6>|#niTNgvhjU~Y5=q`l@Oa96GoA%L7mfEi6r0weO;x*K&&nwSf zOyIhJ26PThm(4(1UNF_g)*#0Q&m?ZXiGXR^Cn^AY_ZK2A7Ftd~*fgI3ZhwwyC`}&J z#txsj%iD*%Sx78l6#hEb;PlRMIpa|c<3Vhj%Yw&RJL)fSKCOgf+FE_o+h$ziEy%vY zS26PXlMlXhsg1M8e8EUvSJxbS#kRdKm~v7X`*7$TBB63Th=aoDF`m4zscs5^NqO|9 zJfQ6dNX6m&;L_;MYD{7;5&b3ZCYqMLk@d}fpaT=)&0&Q6<}ikh<@6`F!$)~G?4ufk z_VXvM91m3R8sYlASX6G`s4t&)$Z?Ywz#0cPYI322ydR77e2E(U)+6!w-WavPD?ZRc zO03i0STyY5i>JMWuh@vE`V2Plr_0}zX#|f=Vlc+LIP%EJg--u;wvPW7+s#|$5PNfu z^4;7jUtM{n-rkFjy^RjryJ&dNYjhmb?>U3>7jBc8FLEHz&p`|B0)N+|aCN`^_FIEz zd&xSAj^7C*zlI?9dh49sd*9W6BV>A|&g||%w|bV!N#p0wf28r!`3-v0vFT6Qovwj5 zGj{x$G$VJ%mi<6iu;pOEXA5BO-cB%>8hY*;{WwOi*5UUAiyWT-8=zY5NKBs&eX4mA zOXEtpd~jx~qtD%Nm#-tOEle?{|GQi5@Bcd&_VGt`;_Dt6l=I^EHw;oXQ2UV7Eqgkt z4s-OKvcV5dy8im56Wg4$;<`L1H8iW=c$E`Mb}>jf``%^1Nxb*rENL>u@vB_@!(l@p zKl0EV4vvebwj+X59RX)}+R0Dg@)qcqJVklnt4jv_#!K@Sxxpv^;;n7U(HKlPn>Tr; z*tRQJUADh@tGs>SaPV1f+t$T5veiR&8Z(%&7!G{J&C`EmBYEy!RLad~8g2Sg^yHa7 zob{zm%f~KYa>#Gnblc_b{G3fOOTCDrlYDl-V+)6Vb%M|D<|+pww(GX(s1clz54T&s zrW&}O_X90I5j^b`4)D8eo?#(k@=Yv{J{@C7_wzQnr9YT<G#X=Yj(YR+#LJdm?An(W z6T$eMSa^v%D)K+5;o{%s=eUhNIk=po%X!TfCzWq`{3i2rzC?qqH|HvO-ahml0NY)w zl_O|wQ)+c%KmKsmOemN06qSj*T_02a$a5_Ts)G-FZ}dm5t}Tj1!K%|7>OWEQkFT|D z+ZB@>PXxxVbKLkq;NRq2e~1WJ^7^CAT;gTBdFJ%)@wMZdlkQ^RbnMA&H$N%g+;-US zIqR_AGB#haefbIi(gKkL`@5>K|Mk~QqPY?}9Z7Ml?j~||<c{s%8@$_;FR7QntNXXT zrCyy%yBL5d^ld(U-A}D|X+0g%Ah@5ho(XIw>0h#B+NJn*pp-p62<ClK+MWC@#e<k- zUXK;BWy0{=`0hIUDd!L=l};od9Qq?a!Rd0bi-!36wm(4BfpR&YUtO5IoKHWP^P@wN zw`@6G*gAjmAESAeZ;3eNRJx$)ycGS$2)K_e=5c`h{PIV>DUh7=)yE3O38Bb(>hTqv za!Sw_%jnOKBQ-zG?f5nP<JPvw34A{~Bq})^{j^ug{T4&ADJPxGqTj!<;8^TpjL|%U zPdP@jq?tW1`Uad`nkK4~$eR;_+#wv!U}_7_r>(#B&pJm(%wiPF_N(a+!-3yvFHT^F zLx6pZv2BN2H0nz^0Zki4J<@qR6uEY(Xa>HnG{mU3fo_b^FQ((|=QEDNiE-Zgs3m#g z5N4X{Dfd(G4+r^4-IJ3Tb#TuB%!s@=nBx)n_6;rOU^tU^eAVYtn4C{P34!<y4u!xZ zl^p}v)R#7DjBHb<qHzVYc_WK(aeJ<W$xHwodzlDl(%`G=8+$YdKe4n7iVic*^Z~NI zK6DsWUs9VB#DkR}WZ3@*8eT7upE9h$tj_v+^vh=^u*T}`xTWl$6&L#R?TqNQ%x^s6 z<IYw;Bu@jjPi_v!E-2cr6r)spcx7JO=`$P6a+t>r!CgM{4UM#8k~3{&JxM-aIOQ<y zJLjo0AsE@(Ke_K~ZRp4TK5Nn(Mi&KdUByYCa0fqqCTLP0)N*d@FrpveW&(cdA01`( z>7;E7$4y3Tez4tqVve~vr~O!`$aeCZpB$@qd>0LeL0|cB%ynLFdg-5@`kNcseAV{l z7XTNK04_0Pf_n$7{t`oe338F3e75#ycQUrNOZFW7{N1NiEjiww(7mO5%d&nae;xru z$6by}`p&sr?)Q#B!&`24O&J|ah5b{)ky{C%Gk*&p94!4&&!6Ho5cre3S?f+bmf3S^ zx`m)`pmRH#uA2TZcSZch){Tm{s=8`Oxp%G+%%_eci;l7%2<o7GF-G1W9n#rjWU?CD z(AcGZpQ5)gcCl9{BC*KT@8RarfPth-+4#52%*h<NeO^v(I$a75zGct;U4Rf27fk&7 zJ3-O!vUUiYsPlkfW6wq4l`}#40iEV29CDC!dG6Lk_||0G(QnNC5m1w`WDJK4Hk(5^ zN$7d;Wzd>3F8Wh*9^C54<>FiF_d`9B-*$}dHyk4JxWQoDa(vgbcBBipwuz-27#QTH z&LDd7_OUqb3QBB|fZ032l;y%Qe*0C9{isn}EVz9PvA(V?*fy@n)9K13sFM?Tk&6pX z6j#2>mE`QgLsRv4)bUpi2Yn+!1YSEtXXCZRuJy$vC)ovKe7|j<ezF+yFx;Y5KEY*| z{(ymW#6`;T76}e4*k`BDAAZk;xRpFM?E@(fH*rti*wq;4mP-a|<>HurLZ8kY%Q<;B zyP9DZd5CIVK6`f=o7*0LtLHIVaa7EIP?5<gP|%4rfob!pqd57<DKYWUUnc|Q-2ULq zwvVx#%d1#SNzLXF;5`-rguBg3(RRQb?L?MR$KB)~kIHe&OYFViQf`v8i?TYpInF;V z7sVcX>*KKC_pBgq%3z%@N{*)utti2L9<>CHJKUpH9t#m0Lh(aabS$eQpGN>We*&P} z^@0P|Pd4_&*m}9R&Aeq2zwIV&`s(O@)+fL1=Dqi^@*DH&{_cJA_jiLH-X-k<yr3_z ztH0!^_maR{Ho3aPykk0EZ|uWA-Jk6R?Kk=L)}G)xs<H-)d^&TKI^VS0w%kwk>j<mU zPo(!`nY*{SZ63^kJ(#nU9j-c!JH-I^gM_Qo0oUx|j?hV%a_^q&OL;gLSe_Ft<qn2X z@4Q(4fmodm)V&LLl0?Y}5FJ;1uEbrqxLLqCQO9L+PhMZq4YytZsV$%3Z}1tviAC%| z_Zfyc6P3r8leYMDVkF&gdPj9-wzw_6>iUiC<)`Nv%r;t2<ybhedQaVPD#*nT^>EIS z0jc^At&hBI&J)Crafv(l27-5P4WqnG?2d*Tqe7QT%AppK$`mpn_X;P1<tz`4vH0Vw z+#)p`wOvv!esQKR4gcuimPEp7KM{Q@+gI19IZt`+_J#^RZSto-NDSNMqZ|fj`^c|N z`8iwRZ5wq6jePLw=nvXD1&u70=0thqU2%D09C>4JPSBeE({sOBk7>4x5jUxVC#`L} z?39xgZ(F9axf0#x2Q>-q@-m?6vy5)a?K4cPKcvX%Gxb(K<FGl@)=e;A^6U<WZQVqk zv#0=tCJ$!E911D5eb>pv5*t<ZrCez_)Jg0b52)D9B|r+xf#Sl^?1gTZ{dFjO(sr5l z#;>d3<zNyV+slvRY;9|p<doP756RiYTe_sJq<0#_XLRahE(|J&T1EOHi+2uVf3dgb z`t64=?KL`LV!eI7$=<eGoubFd=*MZwz5B1(^qBzs+jeuxdw&!B$?n47J)fDU9N%0= z_w+eYR)6!{IVL;Z^K*4yvH#K)fD2eqg0a7{#9R_2>w<ny@K-NM^wq(!cYFytxdg$# z?Oi^Zy(PX5vzZ`gi90qK;AZJHvS)d7%Fohk2IA+F|1$SHCgAhq8v$mYF58-b-8rYR zyJVfRKSDEKhqIhJeof0W`QdhDIs3rG7_IWm8~tLMT!Ukx%5d9Bx1XGkU?z1ZLRhmc zA4rkpZxHmG1)<PyI%IEP>N0yYj19`eZFt^9?(Zkhl74iu9Q*umkQqOGYHMj->~Z^G zzBoJK%b9-UaTy%8iCb`~>^Bs$q}*>(;FErkk7djtvqpZydzPaob_sBK)jLz|B|p*a zvLs*nqGaR_6NDwx`BZRZAzluKNPIfc@;iOEzaM^>2D+5BHJpouh(O!Tr>1ipzZF+; z@=u^2c9>Gxi6Oh-Cc7OFVcz2>-1^8M^_Azy-$Ag#GJU2ESpN5E|H&tAaUk}y)jtCb z6WLixO_5G^a&>)}U~&?_S59^F86wk%!y{TIGi}$$F4ck7bktWbT*$+x7hCnEejbGc zf@HAmgHF_?+RRYOT^^3S_x+uaYEgOHqTItqyTo9YiuLU1<+v9~+OCzeo5yqT^DlCD zm^*z$VQ}crXBtYeIE`9P;%m62E~Q4@{*y9a%L57RTb+=R&p6;UqHT9Vn2C|CdGg^v zEtQ72X$$zQtCT*IJ<Q{ix_Vn*%}L={=zG~<rhhB9-BU7l1w!&B=EQyzXR68vazAaK zK7+gb&~J;ymM`aBN|8HN2>oBrhwr#$d4@v=AN{S)>Sr$cQiDKr9zM#wnVDEMa>o{? zQ3P4n0^0JRhf~iB-tww1Hs5dNkei2;Z%(nlx#;BPDZ1vPlR2hmZ_c8l{&dK%?yY<E z=kI$~f8WuUUI3tZ0oY%#f_rb5$V=4OoX&mCLh{tz1;JsmvwgNZ`_KC>i&+PE*}Kc& zI#^m|me5QxX{>)~9Lv@jZf?oF%cnYvHPqY%_+gxW$SAz-&)vEnRi1AR<S54d11|L8 zSt?f!gwA@uEsw*;@@$rfqtoA<uMR$Z>C^@WSC@j0PUKl9?nyJBz}KbYw=u;ye5`19 zsbA-lE+6@ijz<#Dj|&x_7-l#o4;~Z91D-nYd?>$XUE)fN(doAa;<0}>p`6JUC-?~@ zm@}ApG@^Vz3Z%@J5oeafxi>xe1HyKx3s`6b$Il|A44Yr&<iE?s9;whza2{ENMqUXB zKHa+YNpvS-mg}Q1k0;y@(TP$M6FD=-c&5$@hc-rGmd!&YI(-ySTROQg4X))~`E1)o zr-Nv0@v&JhZEoX4`*5i}+b5$B-=vBs4lY=tHvI+X#f&KFz-#*nc@&GK-$p@9!kD&5 zeu|%gPhC7nYR#em=i_nG@=2rLvMaxH-li_#*XP@Iv6VwQ9psc9gs-?Jhxo}4;&VaT z{uw>FqOK2!yz(YHB4*L|SRqi=ff+%LY4eq11H7_i1&n;~CocMa>jRFaFhSv$|K-?o zifQc2qL^?>yLm-GyOe6m@ZnJ!4(jk>l=h`x<@k$8qsR-CwoCNtcR7!3gg8Z=tueEY zE1eQ>4_|-t%@^YgDL#2=_v&Ro>cev`QYwkw`dx1Lv_?fr&ItVFVKApZwJtiS*z^Yw z7fag%1RW3wLVOa^)x-qUoHS>H$+K~6+Qm3SCx&stR8HEC5gB&*XvD>Y&1QVH2axBO zaZ}dv94pfIH%IzyCW2zd3!gvO<llC4mvZBdTwk}Dk8E_zRrWX0lhgMo`><{vQ+N92 zu(qM3Wux0zv;WFX&c1A$0b?6&0}<5EHp#GE@HesFo~@)GhCLg8l&@iahJW%dd$xn= z<obk$%;11p-g-qzSvj)mXOQe2OvLkyELVH&sJgH_Avn<qPP;?TM0Zr_u)WMm`S5e{ z_QZ(d`~XofI!Yf0Ih*U$d5$(GBVh7Q5L>=j@OQEp0eW{8;^pJ6j^C0RJ}%mwMr`}( z{q(uou6$H=z>OsU^JqX$a5zlB!O=&vDo{)usx$cY>m<bseg~GpF=#vSFGhn#;JV@5 zJVyf`wkq#40|{>8YHm|z7{9lyrzIv2f>R!SEa5cX)lVh3Y(dHB(Mc^DsqX59HdTJ! zqT{ZjlbjP)nHy~$;**ES_)TTwY9owd<#9-TW@qiP_<(V5rG65XCg9qF-{A?EuTCO- z!DRiEmk$iSxUWtQcDcTNI7auZRI;D8jtQeO3V-O$Tb<yBr?{ugN$&yqiagb^?c3wG zcVig~%DlkIGhLXG&Mr8`<bJ@YK952+KgNlkU)yoY2TV3*gE`0jU5ENrnOE}=Z^k9% z>hqOYruu`!lh0JBqc*{9Tsa=%V=LyA>L#VB++5LUb>7Osj$rc)XY)zgK4!wiVKM8Z z7GtXmPVD-?wO16PD9`fnaDMR|oaG~7@ryG#OaGdm%}Lx$W!`b4HTsS|%G$1DbSm-h zU3+s#3um_Ster>J=lap_<h`6*Q|OQWAPdunW4IlsaF-u=!6_TI2xf0r=XvWyd^t~D z&iK5FLhC<nH`m;pMEPX5CwtFP{M|(Vp0ntcOZImGaJclYj^0;oU%CSD4n|pm?y5=I zCdkvft0cjzC--vfb(`|ZZ?Ddk)jMhL^4Z$=&jFjP+c^xZIukB4k$1^D%lrD*{OR6c z>mM_cx9iTQzAe|MLy>2O>Zi)Hyxe8yhz#6wLej~xcmh-WokXAIYjQZzu{#dNe&yn) z+}SX1k4`?xKg+Pu`%Zp3fyAx&=~VYvp_s8Su>Wd8XPqrU7sn}~cX({!ERDl&5mYB{ z6Qj5iQGR!z<41JnaY^*$!6Sf+1y5}_PQK?a_wm&Wi<D<MZYD)}CT~YgZu+<(SMbee zz{K8V+hn$X8W@M%=`}y`HGgXW&$tebJJ3G1@C^v@I&RKWsPD~N2bZ*$!6PvmREimS z|Ez6dDF?Ytey-ej3q0JKfDX!d21^dhp^hgV8H{|Qo4g!65;8zVA2-*AU0RQ?UbIo{ zU3a*oe75Z;y~|~nS4g2U@q&w80_vcgqYlJT9J%`B$GNpc<kQ>(tZ~UhX-zvm{k%?6 z2ma|BX*Wjk>EcftS?YIp_blyhze*EgQ+xXTSJRZ_PK;uYes+MX%Up~J$Z3<do|uXc zGYV6Ve&V3dlNg#GI*pM){*xP(GEwY6mks?0_|@*MlecWe#P7;-HSx-G&mBCXJ!zU) zOn!0&vrFIWS00L)fHr-#t(yS!0@^`dL0C+O`hVn+c7g=6M*VZ!_~Fl#p2n|^3Y_xV z%F`+992`#DD7Ji+e}OViQ>fnH<2@Gv+2aiR<##^eKLTNQ+|$R2+SW>A>xAvUVvc9Y zE^D}P2KzW@ul5r{WxKXr_8Tt?9NPBw;on@-{STXY=RIFt`8_|q=cAja%w=A8Oy}mo z!?@$~aWsB5hh6=DyYIOA--7&={RQz3_Pq=uXq);gJ9gDX??)TG(|z0Bg@wBF``Nyq z*tab0ZqEthvNH|T<?i&DE^lhIEDU_NbnnhDFL&0K<qQUvtxw;wu*C#Rw^I%-o%}Ny z()S&F`W`8`(;VL^$M2t6;?^MQzGbDO_;_X+{I~e*Z}r258Qb@d?HJ(h@qs1iK4OTi z4;9XzHpUHy`BeWs4k*v)_Y=8d&mb|&{yCWuiGEkQd~Cn`LvYAOo>K|G=;VK1Q~upa zn@0==iT?RwOZpxqI9WT0!W?eeU}ABq1}FLZgT961<kKhZ$^Gz;i;?<ra>t*gyeH3m z8BOwS3l{|_s_dunqwAu;4-LU=n+Cu#V3)YVVU`(HuDr2CKBCN<Y=gJ*;>4Ytkj=`5 zJsFt9n4-2WUHizUKPYG5x&Dx0D#fHI^>vt7YMVB|M>^y!_4OMpw)|RJEl&G`ob!!9 zmQvM6@WCO2b$xBTe9Bw)hHjH{mwaO<l{u>4Y9RzK`nU$XWj-zz+&o^P#qabJ$Jz4M zrT+8*xdAddQ4~veIhQ1mP6Ux=pBF{?<uG!15e*-_qC<Cnz$z6rq11?1PdR)dChsn` zl%ci{)bI59e)D2E)Cf1Yv{Sx`t>e&+UF96LYT=VtTP1sbpB1p+NJD#fIM_GVNyNhk zV;h>i_;~neG2Geh(t0?I=;R#cKR(%uSQ!sku0HMhChn9+b+|IZQD2}xx_qS}(nh^W z<1*x&N9wKGHD+;Sl?gXaXFtB0FLHdQdgA3L?KnBn7xaIi`Jb1blwA&-w<A;G-<`kB zV=G4oM>seIeQ@weu9{PDnUMR~0rpR}X`6aaAJ5pl?R^tBvy<81i=7GIvCXkE*?S|y z^)udE=PSzJv-q1mw4r~1c~?M}lvAPK2HRxaMFQDvbl$jcjFa2H<!5{QcIM2OUAj*% z=n`}~iE&oX@=Uqq-Yw-64Bjl6&RtzpW2<w9S9A;}?Rd(utZh#&^5D7Ku72v-W<>8N z=PB-8oge@40mFZkkAZkQ{}AaQ-al0w{qx(U;6QMAOMm#>q(I*1p5;%+Ns+iOF0pR; z9xL46M7Wc;u}5cCM_&39>VtW|jZfcW1t;6&ZT$95sJ`X|?~Pke_RUGS)ePr|tgN`( zYmD`U`{t889^_nC`E&1d-L^f;(KtuLo!ngB%V)5~oEqh}g*<Dc<;-uA{arrgjjyp? zeE{SkD|Yd=U!`o2=XTyc+Hvw9@8QpR`$iPI{N8pUch?>~{UrDz?Oha1+!5icIuiu< zRQ1XEW(r&Q*^09qT4o)bCO|*TG0p*S5qU-#-=CZmKeqGj5Ap$ap;^CqE9YP;(TC$4 zoOZ`2HI&y^@r755(XUR9=Rf@q4pi^a2KVo>yT+c6k&oY!MIe4Ddz-CcuU{#gng}}6 z)iw9C>K6OS)j-U+0Y{Y4%74%>o6mMeZ3H1(<#d9xI-?(*dOm=0U$6<Tw!=RHM&02v zRm_W7N82asaO4#a%Sd<p42~v1ycAnzo5H&3*it8AjHWjlCBEg^MLcqtp_46R*uxXS zQ7rzJ+wRfsc{<g3f8p0`Y|mxSyXFx8ycYV#8G^3Rz`^A4t32e+FWc*rf}Zw`uuDq_ z{dm)t&0Fs|M%f%iesk1K?2grc)`xz&%2%&!V}EnkVNA`}ynpEmfIu#o+h0;XC*hsk z&vk6iP8!r7Hu-1l)Bjn@zNOLH2@J$Zcn7bPZ%K1zjVwFs{Fbu2%%1w{vsKPpKj}SX z%j`Z_Kb0;Zau6NM>9c&D@-FkvQf=hoO3yrbmrwKd8{#e+dLgnn;Q)u<elkB|IQ<R$ z$e(WntXzlgJd?Luy6^H@P(ZWww+56c_Ts~dNze<F)JuRzA(3~vGH+61N!GHw7@LRU z#LkbvxH(v!IEb;23DQoM+J?hUa`dBXiSn2Hz)?Q{S3!h9!QZ2S=MhFZPuq=OCrflP zC^U!qLXFa<^_4n2>8#w&=%-zVC!M?Ci(&?vU*q(<U%_J(ohMhx&tS%XK;D=hbKtD) z3_8tQFLcsYj5;yP!|2RlWEi@Ol^KkVn;gcf`i&)J#JeO;t}<)Cef(5XgL6yPa5|H2 zJ{h=})3nb-4kX7OZQLUj7ZBxE=PAS4JaqTTZ~KoKDV3Mol1qZxKH=6ox<uN)3$So) z$M^y#S3Fr;IQ}<S!|Y>`%V7-?LoA)a^$RBya!OZf(z?fPX@bb})_g|Jp3f+E5Ka!& zSFG(+2CPfP?O!>LEqR7@4$865uBn=2D`Pw0eYBLic7*h+xd77EM3hxVZeQQ{Pv5Yw zoLX{NzpIbsJf=CFBEE3gfF`FMJz$B8_kLD|EVXe{{K|(&a3V})FI=Ld+{a1q;MS5% zE}&1D&f$#LW~zC*SVlj!a>^29cKTl1VXq#G<B?Mop2uNn<UTGbpAxL?T=WM=!ym;Z zHL(OG7ubEI1+hAE5*wI#?|CY;zu0iRNnZKps`ngp^H1YhJhGd&$i2u;e*N&|r~4Ol z{_E<_P5(8@PXI1Z)ylWLA-H?qe}Sr(ggZW)OXhq3E}suF+vk0SpWZBS>-cUpEvLJ} zv^?8K1L>&-4ogN|`p){Ot6~F4*GiT3=E|d&P6Wp?mla%hQS9f>zaIYR6w^r*TYpC7 z`SZEq(;o-178~2FVs~l1e%<*oq0@2>@Q(17`upQ5^&QN{LT7o#=AU8<g?{@WXGnjy zKNwx6PKAlrr}LlXbo_(YA4C#w%2xd@50?C_RNM~)^@oPkGvX^i-z?qBi9tQOm6w}A zPR{w|2j|4dmcDN%Ai^)XL5rNN{NSIjH1zKsB!__tc0Od2dYHbZV0C4_p%8oejnULH z1CqE6*!_kDqxuq`Jc}2HU}fthDXd~ffLm~)Hk?-^hxL`ZE*-<sCxh8|gEvd1;Y?n? zaD37qv#D1g>s=%v9DOqW%Cr4*b-=@k(d5TGINaDZ52-eN^ifDUeIE}*$G1ZIiR-jM zA4?_BesiG&GAx!yp&OSboH=gV%mql8P5!kHoT%&x(XvTwKH<-Aa<1Ls=l@3^NI7*z zayw4!`r}AZyk&om4&RSxHHYG9UrI0_QZCI-)HBG+SvdsLBQ)0!wx}j9`O`2iarF~9 zoBlSB9q=E_p5rlS9yqb(fPYT=yCUIWG=hXr001BWNkl<ZT#;)9=R3|O7<ump5qVPX z<TGU2FX-^)6`o~Oux2^30Kv4&KRg=mUX8`N`O}B<KV{=q$>dmW9ji%wcJ0r-u;7!7 zR`$`;r3`DshadXzVK}cD%&r`iQ)lb@)^$~+IHRi)Pdd~m>th5TG^sMD`b_;su8M!Q z;_8xp&IKH6>jLw#!<;9Wc{LAfKly>pE_zawfT!0*=?7aeqWIoZGhdn0-WLQnH@$V~ z+@oyr)4#cn?C@I18yxjsU%55qU+Lh2<KvQWiF*ep;2$OL?Ct5Zz1Q)+x;y@>{Vgr_ zE+@Iy@horlT<Q{Kt_n3u6?0X~cRw|qyO4-y$+yGmqw_4irZXAPdKZ{(+X2~^*Hbo; zk@xORXYNw7Yf#lX!RVjg^tj4Bl5nN=e5&6`6eCN=om^9%WyW;&38E*=ENf3(b>eQ! zNaExQz=WhcA9!S&sXexX(+}kxhe+F5E<Z+#mV2r_<ws|6_?l0ZFQ&mQm<EUD{Ed@v zJ?1d{38Osa(`mo?DgQVTZ{Bv$&|Ylw=G3=qPQ*e!`r?(h)0qKEP9o}H!n1O4u~?o{ zPQIgf<t{}=yMyZbwUfiP3(niVqvK@O)`=#*=w#%n-+2Temb|oSC=@^C+IIFoxk-2A z)z_x=H8CnrT+wfCBjHPb3-B$y#w_x*X@loCb>8ay1G9qdt1U-o?%L%C&p`JgE$s;_ zf~G?(0h@TqCs(zN{K+l-#9LeP%YWn#A8jheRxZWzo*1tkTP>|Pie=l{D#DB}(TIHd zgCzHV3Uk5pEF)LGIl%`e4o>5gz40OT%gIP_Zgt=AnLOhkj8wMml>Lh?o^L*fKdA&p zhiyyE8%!LEDF`LI$~Vt1og>x0!8H1_0<nB>$Uk!pxx4e@IZigNo+Im~It8nss}yKN z{$@7ZT=pTTUARBa*&ojpQEN_MwR&{Q4MOyd5Y;IrzT@{egW~t?23Y?szAM3dOa^m_ zDExG5o5RV=9HdX(V`@g^ca!^`%hcUB+~~X~_BZBxK4b%fpRe4$bOqoYgg_+c9q^R} zYLfs7y(F?Z9rf>Hy6Ub0lx-(J%nCof`9YanXU;%oQ0BiK!V+i_@2z(c*=N?UyxHIO zC(l|@lh)DI#FP5S`{{aNbP3%j-r4Gz^y#FWM+ViWV@aR>>e$V|ibM3{#NP`5(_bEp zv^wbzrV$(l^TjztP^5Uv#U0dEPQO1I<0LKTwGG&PNHM8N5+gSNlZV5zyzHW(oQK0d zoCFcfBMF>cEKLfUH;)nmH$S{H<@wPeHaUro=jPu43%_wC5(AcR0l2HYPx$*u;`vj~ z(M=W%Ep)6D%yO}lCV9@J^~gg4hu&Ga0I{?fp3Sp-CK-5olehXsBqKuy#FB!KTl6A7 zp7c>9m;q&StKGZg*ojQuVoVWcJoJ%GVu^OkRxYL=M&}jFaeJ1;`3lzb;S}}5<=H>| z?3|z@mXzAxHb#-*IggEu_Nx;XCK!)V!1eJ^__rLL=g~lbZ?&S2iW*B2869u^w0U&q z4z}Px%cpG`{lE`yI@<OBUJ%Q~#!~*4<fGlmJ#w+IrBnSLj9+G38LlaJwv4@#M;#=6 z9wnT~V^sY3)fw6j(Jg)y;qa=TOgY*abM%ejkYlD?I1jqdoA!3J0{T5no6)LmO8QS} zuDorkoL3XHx$UyHz8vVm98Ss|5Amrl_)&q&lkrf@Vo_}D)25Wf+l<oB@#7apJHvp1 z=4+POC-y=|$bUNP2RE3oqkr5=C>q6YUDyF_^1{IQ89BX*Ri^(}C-7ov-kPxJR-gKe zMY#Ki$r<$qCYG&B>>AKLK0QDFBl6M5WAOc;*w40`OYF@r_V=|uah|*}hu_U#XGeZA zKFn3>&d%OEb~3BuZ2tMrfBuZp-zM+a^|zt@1n4~}3+$385sqzww_V*O?I!uFb9@P` zLEcW+{*rigKiYc)&}-5xDf>Z~S!PTJ$kO60|0+kWUuGcea+#}tOV8=J=>zSEvwWR$ zRuOeopH!daZp)+*bxGgyHCq#7%F+GBuLp&}e5yaba)PJN&mBg{xI^snd^i**L@Z;% z>B+2<g@lEL`NV$Yx8#oW`3;U`c1x1uHytlL@o&&66f-)6<4c{pReXlqEx*fqKgqv* znxE($H-3MOj-TuCctSq;wRA@glTNSR6EC?X*8WIQ!1$|QI(W)kNV)6(Gmi$k%ov5= z5v5PZ3a%dm%9?%u=0N4D6Sq99j>jY}ry4`dyMP^ky{ijmeXVWWF`IS|et+aA!g8Z1 zmh3G1E6ZUY0pOo<W8AX8BamWj#W8)qW-&6+S@Dpgd2Eqm+^X+wVvLJcz~HNZ;;P@| znnF5;d@5JI7=QYGhB{OqgZRR^lTVyUk+Z?G?&2q_eO67UZPY9WQ~St!aGD$gXL1s_ zwkJNRyCq_6Wmty!9RQv{VZYB%AcIm{9skA0x#l<f>q|NM%|9HzHkRQZ{OBn6?(e~I z%tN+)GZ{oRjP!xj7fc=;z)3kW-^8#gGG*6G!O<VtlGk_urZ|%id)yLDY}K1`1}D2I zk6HV3A{id^*{aJwDaN^dUR>ofI>n4`h9t_vdD0jC$i*1qT1@swCoDR7jtyBIr+}s& z#<w=nb}T2iO=>Y?(Rv*=Zi+vvRx|mR|H3v8(deVJaO;X4Zs)f=$FDK23F8w7*yWMq z<T4EEaQc<wI$vEpN5(&UIcPiPT)1O-@R%p66cR^UsNJHE5+ZKw<Bi9kZf*P2nylH_ z?xt4xWS{4<;+H@u;Jjrv=B(kLb9d*)!%=@emA_(>jW68<@D5sVZ`mc#Ufl&xN1|=6 zwodN&oiuXzH~GKy=>BM%yYn<gdY`M{Thb?=W!UYP?izD8bQ0~%n=8lgnx#DDpwB3t z$v7RNC&=9KbUE5xAOd;oUDWFL(L>b77yWchoz?)7j_MhGe@;~|R?dl8H+eINcW_9{ zSwc6lx*PLJcsS!XgEL=7Ega}9z)ZfW+`DtY{pA1h6h>o=yx&%E(yeXrgIPWi*Ox5v zRUMN;+$NFocI7Dc<m}8AX|L|#d-Pzy3V^|<LuMw#oC=K*=MFT%>?(-Zlb?wtIpJ4+ zqOVNOs~GX=BMhTT$~aux(K6^owXt-dNx2_litV(oxKdLcePHx~iECn?c#9uQ<E%;? z45iA3$PTM<c#{;)y(KftG#U7;-?WQ?&f}iD>zaNt`D9z3@CC8Cy@{;c*4LE7sT`tO z`Q|5nyJFG&r|t&a7#+{_%Gk<-oxwFcH?EV<YE5*adieadKkEZ*^LG6qbc3KR=qpQF zjE{5Vy<6{{nR0ZrUH0x`^FAD!Y)9G1zvI@%pZ*YlHvi&3=W<L&4q!2rqCe-zNDsd} z^{Wc#Bjli^%C(n>@FCTs#oN2^lq<K(ORg5Bwl{H7JKN&BL0Z3q$U}TkwA*ryA{u#f zzHQgOl(PK8xty1Ea{?lE7YhhsU=P$wbwwj+xhF(Q%Wd$TyV^R|aJp?Cj@v*)s|=bS z`i!pKsSHkZ_%5F*FOi{G{y4<os4O4+tva+1XAe{2%dKT^Fk`&u0?B{c%rQ4f(=$iC z=dzQTgUD~5x;g3e?a5B>^Ijh`AD;bx;`HCv{ZCc^1R^M#y(NyD_#I1#&EE0J?)aUE zOWxb&5)AYIY0HI$yO)mG8Tc{{=`ZbR1_jHjHWNUX>@54EZ~4fCsvQ0M^!^C4R37my zAr@iZIsvbKal8fRmX2Ze8w8On_mM#=`<$Myeq?*}XL<HpzA2CjBT2Y*N-F>55S)H; zKGpYUi%otA`rZ5T41Sl*odge`<Uh;!O%42B5uHA6_YHz@>r%Wtq;2CH1fEV<zxzEu zJ~NZ0CHHS0B}AnkmP+yr5V*~^43q<qZxhJvEEl^tAjc;cgTZ9$Qb?%Z?r#~;k1cLa z<~~-)RlaGI!+ttF`WK^=;ai-L?L|X!Zm8%06t0#rad1&$@~(d39C_@c-^F`i(GizC z7>IE5*2fUbr#ewZsXw|@d_45LF`A|R<rBm{c45PB42RG96<0W1ET%Xd9-YR8n~M@; zl<|+!*``=Qa#b9aDf`yOhdkv}!oN>nN09PM4rhtr(2Ic7&p8#n_@A7l%vL_D7(VQR zu5Ykg#lj`P=zYYflD4<GPy>zI$mhIktEVEDU9p|<gN;73xs|typy^MM!%6Iem$Lp~ zEQ%uhi(O011-6h`ZrjmHQCiAq^MjeCWudjkIoRR{=Y?pyDD$bm8w2NC3pq|7;Ej{^ zNz`#RKGj$3l)<YDh`y}ci^xK#pSFl<w@9L}zJdd4md#TZd-Qu=)K|***LK^HIlJ@Q zT=DNEZ`}b+jRS6Z^-mpnMdeAqP%k-B_xNCJ*~O;Zro7onPW*4CR)=jo_uRC?5x>FK zFX+v;KAacP>&b!4zi-oz#!kHE8GCYbnWg%h<H(h7etWMLKyJR)_HYmDE(++eyUz_c z{;KVNaslwZ!jYH@RN%Htz?IcYqWx`-ZI?8AFWWW9=~Vb1-s)ekwKQbsgv*_frM`>< zBTrW(pXIzPQ%COZq07{a;=7-GUb!oHwoa1Yqh|?Px!*E?Y1!H`bz){7()omZDqOVi zt@p>S<y@5DRv+2%`N*x=M&F8mPsrrRih<wuce37ceU$3*m#m@o5kMgM#jVS#=qTs) zUatS8zs4NQt_>revcd83n+_g+{e*6L1|xiYcz=EbDearGZw>sqJe3nfL$yrWT+xrO z=H0+XCozBbiTC*IjfNQg5K(wUqpA7BGjop^<dZFV0*uSS5oGlH_$EaOlLv!eKeVQO zwUI_!c|@aMxDWl}$Y)+s-M;4}ezj58(zg#Z0nz2_{_a3?LJ%FhVu~wz<&bvBm{u-b z*1mxXrt@I=_nQTlg~M4HpT^k!<IW>5w%RM$!qZRm<M#6meC_{%Y(H!rKCz<{Gt02W zmH&{6r}l@B<#%z+W2yTlMXYNpJ{wL1VG@yCO?h%2-sGGmG4eU*i=0O;KdLGR<`QId zOv3&=^nFXBu|%cIxxuUV0Mxc10n2}`%3n14Ncs%zT*tON%l<h|T~~@C)*$*ebsUoJ za3;?o+q{||G3!S5>H;!(i-(>!roWU^*U+?4%J5GPR}<2go$@zkqygp1@wFF@;>Ew1 z62>)!{wF6JyQFM6McyE)HnzhcWt@0s1|+(dPk!QbYzMQC6{357jXphOo3b2~g1D&V zfW|=6nS+rpW^@^ebsk$}pMUx-`QSuH0;qz?OSKpuTWt~HM=a3?0e4I%9t3$XnCcKe z*>0XPA>Uj>^*u?e`|Y>fmL<Ppzm2|m=`fm?@L*d$4Px6z+hlvsV`q1GfA?PGU$zPG z0=}Rwpm$Q*;le`Ql`lCbgL8?sKOB3>yzT7o_(%Jm;9av!!vt%VSm$Ky$d|4&I&*>> zY%A}bLG;_%awoC!H0M-j)SOS(XRi}R(cS+o7x#v`BkSP%@gIuqsApS|-a58`O<2qZ zhp!jD)2iX090zfwL)QpSvJjm<R?s>53Z_A|WhWQEaB{`m@IvaBd<yXXEN^-8n?c4e z^|^V!A11=5_`z}KTAc7QaP>!K<kMM-Ln`}R5C?J`DrcMe<iwyLZx1((*cFjrMoh7f zAvX4LA76-fvPk`6c9`S~W~yh96mR_W-(aS?I)h)uphttev1FghYYWyPh(Y-q-a3hN zl%9C&E7f%9n-t)aAD=(~jt*ZK$w`jNM+#!lf#JgzVsBU;eNF~5yZB0D4oc*cPx$q< z6AFBflj>fslAXB;nvPKY<`Bf%MyHe1a(2Isaq|<N-#xY{|H)6~__R%9BcxzX8$~Wb z!EC>Ux9wH^1cW6|bN4o3G~VUkJ3?A~N<e~Brmt~`rsE8UK5|Om7DmjvwQs~nZAr>U zt45)UvBkOa)XPb#8jIKgM9^LQYF}`4MsasFi|{4Kxt>;kj_6mZ?oGZh#WHb~+43A$ zJOQ2*1jXGih{9ZXoJ?EbPrsx_aRREmOX%W-S)8?PV2PQna_V|9w>X`A@m;@IRfp;e zzc6_t3cESXzUiJu+gJcRiI3j;twk&YkTWwlsR2gbUEXk`KTZ+{{K&`2lsiCHz|nWx zdp@~2hl28ZZoA2!zDeKy<~-%oJ@EI1!PU_#zrEQ#-LKq#`3iu5E+~7Oy`X=#T^&71 zvAt~$M}pORU9x|M`IdjnvhplbhnppIoh>KrecIXGg;UuCc}vGm?E5skfv-!)S;Fn0 z*~(0u!s{%b39{uJXJnW`0fQ+Uu=;8INcw5;=oqUyfptlL%WUCT;$}-nKkXxl91wI; z!87vcds;x=rEmF;^ND5T{ltEXr(ewIh#f?Kv?oU8zq8@x;k!ow@!LG)N}%%CmZ!%A zDb5vq;*zThk}GYA&!4|dES!j4`aM4ABY@x`6~)=bes#LUZ8<k_%_9Jh71H*<<vn*! z<14ngK#}u%G+<&bCeEo=p2sV3Tvs3R`l@X>!I4A#A-311*A_|H=onA{UrzLa^v$-Z zlR1a;3HcPNlU>zKPT}30$Q8$4E&{UkO}twsZ$0~Pu7j6;IP@YT@qS>6-5@z|bCL9s z+vz`bS#E_~K0>;<?i2pEJPyAXVK~O9IZ3&9*&d@rT-%haA@qFFpDSNJ;WTYwP>zh> z<lIG1+dA5&g~me8cHf$k_MgdBS3Q#3<FEg89NnDMZ#o*DO(CxORe@$c*RLj5;^8++ z&D%%+an0Tdm@mey_d((4^iVHM8GioFGIMylSgC#t#2s=oSw$;$^mPjVY*7if2=`)0 zHNT?m$QeN|n2HrE{iym#XkQin4<8+%pG5#4oFY-Bw>t3kA1W<p-~L}5%H+Xmo(a$P z^wZAJnzyVX!7V0#`6q~$x=TL9H?of5O@z9aesVG#IFI~vV3$|)+rQ;}IjRWmpfF2| zG~b2D8{1?6S>uU+<$=rh+s!p6y?N$6FWnqeKWPV>@?8ixKK+}sKFe-J;C(T0^B~=? z+6>KKx?SL$2<Vb@!3q4zbR_MPAz4?)?rh1G)t$cMyQ+fopSFMIW9L0#b2nreH|J&? zXX!q7^!;(0v|*R-E#GA+*$M4><&P}$cs@V2vFWGWQ}2w##YvXsB=!BXyatP4_IK|i ztDMZ;Lyk?7f4m+698PFGI;x##Rw~Lfwg$+4aB=Z*Q=eeEJRV1}!6C9PDbmL`GPVYq z=y&<Ow!73xH^)G_v>u1|3IAJWFCTdkSMnxaIP(aA-z^&?@PYR{o=Ev@oqbu>H-UHQ z-U?il<*<(=aERz~)juB`OrMJ8_s=|&xknowG2|%b+Do8m({P`qbq@_TF6~u0eRmAP zFlbF~`{P2<nNPgy6v2!?177ncSIM1EIJ+b3r|RW2G5JF@O<j2N+cwf4*ks>FEwObz zpc&|vO?tD$IsKt`Qv9-wUv)8)?%>!n6nij}KZDnUDcMzoiOu-38Wgy}6n}L3V@=WN zKdRa#`r}LN5s9mUi7^1xIquqmXqMlVa}Yt>G)nc!N5uL9?xR2aOxpVY^nv7ACrw<K z^zS0zlZ&Z_lCpg<=>!u$7b(sw!19pP1Vi4g|G*4~_&Pp~w0Rsp<(x_|{bagA@x$#U z*T>lQ4QBf+hufEs%KxX0=!Y}C;?yUF$mKiwIjTOr;@354>=-64=Q3z<>4#QG=5Yon zc}dRg!&O`0*R~5fE<<a|n%X&KU)AW!Uv?z*rOy>7$JLiq3UU!&iMF}QVYir<M^g_g z4b`k9C^(^8*{wDh_k=Tj8!ynwXJi>oiY=}!L@yONOie`M%brL+AyKW9iIH>W%xua) zx{AUV;@LxK{?Zoaj~{L7udbX5mH09T-SOGoT&2!-w(ONp-)e!+4IJ)gJMw!S_E+tP z=@+5DgSe!ar0>HG>Mtp`f6LIi#9flq!yqR+eVAm2{hvY-bS{#kZ}`mKjFYRvF1My5 zxjR&*(=Ms3gJr0y+=&p|-t1T3^>pfuMs)H%W7%TX*Vy)Kh>k&Tmb>R}X_h@ZoChLx zdnZ)C0h{H=_y{Q{LaK*<xWQ~JFP`ubajJFj#Xp>T*O6Ii?jCSpODFY*8UAMBkNiX@ zV4au+UH;vD;H+)&mCJc_WT*MrT&2345gfnzLA0b#@^H3`;(S9vEW=-1?j)*DC-V79 zl33Co8gJ@zh8sAFA7J`D#p~Q86`crrS0tod3I};~%JXuLL*#NB%<;=tjw0to8<m4+ zw)Hi6?%j{O4Fe3$i_=*63g&zRW%>;K@`<M=KznH)$;g$$^nuBaSX?|bE(2lo#w;jp zQ@JJbPh2olo?UY_7lNq`&g21~0LOVRC{ym|CE%y5Rjwa4w^a>h;;I=^@_c<syu3%= z{^qEdu&5?qFsrYPraX)jFL`bAwjA0gBOZsF6JTl4_OVqZn*2mH2Xf2#^|9eI?P3gh zIB!3kJL8e#QzGRsIdm3wRmnd8#3hHCLFX#<yy;`MYm3QG1Wihe8cPt)7FRiBl()8v zgN!Ykjs~Pn9|3)M*&f?MJMSV>#g8|Aqv-bem&$&~4#CCjopj2LrO8`gG{UpzluDcj z<tay@IP%$IV~K9Z#`P5y{in3@hC4TbTmIpNXKhvR6`fM-TWu#Na;2W_bc@Ctf&P%Q z^T8aW(Q%Hn(X>&|3z_=&?eeNd`905=f9_^f-Ra)^bjS4E)ZQF;a}@bu+<bQP9Sn7c z@$bz39?Ab?1>l0R7tr1HpPbCg@g?+<B+R$|B~yal$x&uY_pi2p{KGPJE+VMrj`2Pz zeUAWoVy9A{?ck^!)sJ%GsGE~JDMo)D6XcK9>dn!y%s5NO0gIrR9fh`>%D0ZGsnBT| z@`pp#L5risU~d0~sp}3m7Zbr_^!Rm>S}LbAzD_?Vk*AZbz8%H-&51LQKW6E>I>~Q8 z695c1nB{-p4hX(w{6{|gOFWMTg#9hQ`EM+4xl4DE>lcE{?Bh;p`oPAu-+&l>+=8#K z<U-_fHE|i-<3A^J<#98ZPQ1v2@6+ad^%K7tvBk@_&%a}pkQ!I{q<s0O_+Td6!y&rl z!I@9aC#JN~<d%HPc%*SEZ?2Sgq)LfPmBlwGDc3e}l#f9?c#Crvc1CqI{?9<1oq%F{ z%k|UWU^=%(zdFf3ownVxw9d!2*ZL~-#)!lC8vakt#j^Q1eTvGHpXkTbn}2=u);zQt z#ptF@(=HEA^`{+c8+@5^r`n6El;3Tn>zIJW&eY!;=$s*RIl*T!DOLxE#vY{zeBK3S z8>AOB5svd>)I2!-AY6P=ZFA`-(Z8kgI15e`8n4)qV4WDuU=GESLfbU*a?M*G3v?fS z?bVo=r`2N@!*cILSbVWue-6&tGV{vmkb<_DyumD!*p8HK^eRv8R{wOGD}IAJj~7yw zn;4}FjeZatUK298{g}w3qf*X;GiC9ltX*=~-xVefgHv|O0r=n??xLaY{PwSykw2Kh z7jWX}%lMK$AWy^;dx2GG8PnCofr|u8nd;~5<}C6nzvnCS)XhCNH=V9=>}+l_cdV?= z%jVd(3DkMnuKtcI{DQYHy#V-3-mzfc@^=!%r%pmm<jVFp*`J;LmFZsj>~F8`N89gz z<aY)1l`OG!K`RHAtvmuC&sx9AEZyb6RexT+V$8nFXKA;7$gcX)v7DDvf<9A&v?VyY z_o@3X1=H94U?zq>CZHFY9}()EV&uMYFw5YxBtFaUR!&yFj~;ZN{@{j=FP7ML=`<^c z;>tDBoFs{D9#6<dIPjm7#9dx4gW@YERk+b_ER8Gmi3hjpr+iE9&o=_%7SBFL$w~RA zKiLcaaANDv0ryW22h)<TyvVKJLdq_$=nEvrIOni<3YBke-DUQNeqc7Y^VmWY^=_5t z_i}x|HIS1Ve?Q;^42Sdy_WYtLUXOM9+f3rkU?GYw(R!2+eFNlun?O6>V<VG)QvT$# z_+m+Z`$>L%vq4N;vuqn*segXl#$YC4+Ac*w%X#~FIGU7tHzZK8h?k6yYezLDJu*4u z3r32KT~zvt&o!{0vVmE<X8^QMJs2FiESwRP9|LVauo_I<;QJ6Io#7MPryNXm8IilJ ztIQ6*mwd*bbA-3aZJI$@Jj)qyR9|fx?VU8vR|rR)ujoc!j4@9<`Q&v9LDVDyYP(Cu zv`cj2i;lF4&)*j~93XINmxAVLyORqz{Q-LOpFYqPwoX3LV<kb??u8+Z1)eF%vx^<= zbFs(+onlAM!~Bhp%|qM4W2VWQ{Fo$NYiOg7M-@3v(32~8awHFFdme&4vg~?6GJTt0 z@f5TAA7!+J-SbWkymBlTJ;Ta3I;~4Za~`8a0khds7kzzC!;-V@MIB1D-4r+;vdvd4 zi`fhnCz$pX#2HKkvu~Ruw|%q<&g3tu_$%k+gRQYz4X*MKi)jD*cJs@R<`OdVm;Tm1 z_nPq4k=-UfbJ^LD>nC2PdpEDAceY=-m*y|q1ZK1M672iRMp<IW?N9$LQ@-uW_J^a+ z@%wf9Kijw8cZSW$n|3$2^$tlVX=Se5w_}*j4OY3i&{Jk$iH;@2U!5rQqcQqAQLgXt zDQ4t4uO<EHj%sWI1}>G^*e<>@krAmlc2n*he~jjNU#JB0md9u5JGT7xl8&#GmnRPW zAYL)agBw2W^c{#^anVtoH$woNj%AgLC6#&Wi7YOIK*adqJaPbXn|v()Vm2p{r`m;g zpi_=cF<%_yO4oV#gPYtMY{@NOPi~`^5}w5jpAN{m!;^Du2fs_liFlS4!*k4Pd*$9G z=!^2N&t@lwoxrLOled~R_FQU6FaQ7`07*naROWg6PY0Ixn@1ASjUo=IuF)-D&mGd_ zAsH;UXpcT-25qD^#<rIj&o4Q0D`?J}XMLb%K~qU5uar%$PRGef!)uw={BYCar$5N7 z+~R<9N67^qIIQ1%qLak5zsY|r1kJXqHJhJiy-C$Z;iX-4E^XJ{2WHzsTZfOtY#4(H zKl;N{dHBfToI9xzY>kN2YXtJb<&AYD`refZA}tO+x*DC8Hx@qXxvI+{p!x5Ouio9Z zI>O*v0m>Ouu#N*MV>EqoaM;p;E;Z#`%<vhPD=*#g1yh_hM&-FX{NYrGTC-1(O=bW8 z05kG99Q`QEVe-?sdQzqgqd4B`BslV!<0ZRU<Sg>hVbuIL%CjB(Qm<c(4-<UKt3U1N z_<W^Uuah_B_S+Z!oI5p%S$yJYfBh=DqqE5a`Dwd($=*D3bJ@)~<|5n4?}FeB^RB!3 z?sNUkhjeZ5zk2)96@VizkV}%}ST?yUpW9#1Y~C{Z>Mrqc)W3DE{&Zlx@f^Q5KN2zn zibNZvvU8#ad%pIjyi4wFTa#jx(t96ymY8%*wp|Y0<<l8ZW+_$qmXZAiz7AYpT>>4y z)d`>e3E)<)oUfd;zv^7%nUOVCm$h9$)NhW%%ox^Xv4FKfYrFh$h=zE}E#>M2V1Aq@ z6^-%qbI=PE1DO!RL5GZ3c1)<`|HwBWGN;Ui1#T(#!#ycG`Dcj_&)6cHf&R+)^xF#F z46-PM)I2^&UunEE8T4Bc_&3Jr<VwaE^J{asj~lw=Yf4&Q<sS|%0@m+50tlY~wQTt} zc{*Q}%ax_z^@V{H(4S@b%fs@K$jueSwzb^1TsFZ^zLLWYDgD?06c3z4-p3ZHoPIL+ z^_9F$4yjJg#nQpF1Siju*Y=H0Ks1bQn*OkSoI3_qeV%-Y*dfJNG)8~(yjOHNg7?9V zZO`Sfkh{5<2vFknAxKD#J#T!85j(8MZ<w|}q>eQ3#aB-vZ`B_D&Cg*jxAyZ#r$OYX zaGOtMa#;D7^5pX{c}Ttdm=s+YT^<bX^!Xa-U^<R&^4isq@b7rvwu71aT=W=kF6Z>8 zU%Bg!4+Nu6es9LH;>sIm$%XNL{K~EKnqZ9X8wmhhG&c{azP6iOMHe4FH<lMfl+|_D zy!%@ovqe7@gXx?FoEN0TuZ<=TV$5q}Q5Ihg%fFK=Mm=6%d~6uk_r{laPlvsH=q)AE zJa8=mc6>ehBjA~W%CW`SI9!**6P3a=_Q>EwHtjN{{@s%*0sHIiJ<phjY&YNZ{7B69 zx83|?fBNsq{^V@DPUnqrSbz7vbHU#YdUzMWP5$llT0h(81kk-iTphhj-jyZiaPRQ| z+38&!{hw|B%tb}7z;Ef*Adn8|M_cAw04A9%31*o{pR%lEvh%6`-{Z?Nrln(DDd+xE z{xkZs^rR8Poe_N}N>_PfuOq6<?ZqFK$5ZaoXke82=vSJe?{myu_O=8WeIIb|jd03Q zi?87z8aLqbVATm{%Zy$24~H%@IuoKF2g^Usa3D_}f>_(er4vTprFCT=ZVOH>+u}p) z9yhQ}*>QaRGdn98@-|D#6T6=)u6}IGt$glV19|qvJt};_oL$<Oep<;3hw!^LvdZzh z&u-93us*#%OTl8Favwcpk`H?QnxHJ*Cq0RaPGZit6J}D4PTRtys(;05*M{+thqiUf z;=M;j_o?;y^z~erY8L~QC08?r9l&Xq$eT|Na20amqm%gB-%=K<m6fw?f5<^sW9YUb zxe6;w$K@*zDZm=cGzd)kX@k_PoL-v5>?_8pshu)WztJGKIqnJvPT`3&q>nOrgp8su zZW@2&@k>4mQf@t8dC_N5Ew=U<d5GMb+%jz*;6zcm@ro<C=(09VF{W}J&4@)F=xWo6 zw|R)0s7E#&Cx_AJGMwejV}L(<kr)KF*XM(HdH9!p5<YX@1xyV3d~|SZJ4akU`l|eJ zZ9-da%H=Ns@!Q8qQ4-gje#57aRGh!0v2{VsM}38ma$B<1E-vJvs<BBKCVX+F>*MAO zh)UmZFqt=g`VA(SXccE}P&BnR>bU^<{6<N?qz_cSe`g418?b#K<;Gh~E|U{_NwAfx zS@wrdfi5O+qLMPdcfL3V-3tU5%CtjjaAa_7$9LrN;C$CcTm+z6Js5w!Vc~I@bGIvY zZ8g|G-)>32`O}uWnR{$^v#NY^p4gOo9&DNZ%~y2Q-JD0R{H~|-Rhztg`E~(c;^suv zINRt+fbxByLLyK1Y%ek7HpleXDc^IG!=&>rJHE{Yt+}B~l(Fx!a5}b=MNjF{Tsn<G z(l5^SMC<JAsyy{w?#^VPbM-dH$sU}@d*yzZIq{odILguYAvK-(y#(6HJAc_nM{PNs z(rMu8dwy(Zu5bZ7oZ*Dc_&v^%J={`mEOde$%--4HcFXDUGW^9tA12O&(>xdr8bojm zENdIMVj5{KZ^H+z#Oq{l9^xBjY~3BwDZW_n*Y?2_dt)JQTSOoK>Sut=K+V^1+j#Mu z1b1i9Gg{z=)U@N|yty@cEZKN&yp=ab_>=$avJL;kPXlheJD9|;iC`uvzLX>L)^Y|~ z?WjC(A2Bw0!RL~GH1O$TqxuB_C(^>D&p$Ye|Ke|io<~mlNmcVc{gZPH^nuGsJoVqm zQ+7gBOU`kYn!cqxeXo3A8eGL5J`}s`pK|>|O-|tREB2P*TNS{qZIswk9)b3X{wr4# zd#Z<46(>!&X_tsz?b~uZO|Iz38*ama`{BR7)_L<^zta{OMzZ0Y_sESjqMv@K=HiMx zMVR=cl*-ZW3P<rj+P#?cSKhu?XB$h1T>oi5FNes=r`9qXPTH~LrkrBQ<_%8?YtCW! ze;mpKhI!kTtZj1`&M@27^e<4j*&?cK$KC>x#Ftna`{e3rFY=yW@;m_5P;O%a)W;$f zOa4ta3NG7J+v?@%laUitN=MEe=dJy!D77W8Uwva$#;h#1a;YRo%@xI_sg1+xr`vm; zF%R7b)y*@GZ!UTtpPs#!&Hm=NlYO46J|F*-)PGs=r7HjuCXjmxR+;?srtYqMOy*~E zdXDL^y_dR6poH3fgx!kQ+brXUmkyMPs-K$fa`cwli7j}Cs|=-A6FEN&WR{q88gG?b zc8#`Y&-C4ec8NRq%I(Whe3l}&%+@WiLByZ9os(oRKk##+>=Jb6z^L_^q7+8p&d1N< zJ4r0_!gNA*$ycu995=RzxErZoI4ND(h&mxroC!%~AD2X8^8S`@PtY%>M<fgg#9RNV zO9F_z?JvU5a%l8txjUTtN&dm{gGlpt5EAF}4FYH7<hij|9tSW}=5`*b#8>?WGgox) zJXgML(Xq!{c)EbFoZ5Dg1H`j}&}G;K$OX6*<UjoMllnM(gGq3b+kWHYi9K>TF#`1p zep1sPRw6pi83S<Wa%f7;mCBam$l#cA^>ZPmz4)SEznPY%KSb_4k`ry}yr9$a@P~<x zuGO{(&Ll~Hiw@`Q4`=()2iiC2EVuH>+kFz-5;vYw)<-{bl5#Kdf;oPxA=+}A3%h{e zy!sQUSn%mvL~;uwTFs{zhFhR1_JWe_<V28iB%hn?R0g5>{5XGeECrRPc)5~{luy4o zM<wk@mQjnNo_7^r-f+oly|!NkG_jOe^_vrikx{>;?6zG5o%qQU`&>M&Z5&poep9a4 zL2!TyGs$)VCd;`~8NVswJYzuA(?3NppNh{Uq;I<5bq-936MOx@jBW9w6QuJMq{P5I z--!{SUhEBykUOE0EpU)(uN`Z~9;SM)Y^>Q9Kl+oONXLCZuZ2?=MO~!ljvI{la&8Vv z<m;r5WP-_8T`lMO=Bw=<ziIcNV3`|8IDfs}Jac#KEX+;K$CmH-Jx`H2zB!DYV{+Tg zeP?_6|1a}d0seo!ncn^<o3A;%1HQ6AFW8&R)m?(sUDC+CY$yLr{xHZ-_p?s_9B>9= z%e6YGrT<^L1Z@=}CyNU;%f<Yu%L!yT+K2n-S~_-zVVS)@FcO^Kcd3y6zj9^$d-NZi zbU;_lxXqsyjcu_aEC-nBAUV_>;JW*_#Fb)B*nC7jg?~Bea*+YY@~oQ<%h4VUSi1N4 zqSrx{N247-j~ycP=wbLo$6y&9_{t`j@r5LAvqVq7F*@l|7IVBOCzk&BO&-Ycfn#7v z-nx7q{{5Q>I8+`>ZHKH}t*yB5mN!e5^MftXk!QAD<+(>8Io4jm`~TRxyCm6e<XF^A zc2lh($xLI>pfm)ThIP#D9f2NYCaM3fe~#r@U~03QI(L_z3gk)vfd~(e0M<_;vvPO7 zOjG@vkLcUC&4GW!8FW^Mn>o!xM}I>euRs2w7syb3_^=gUJ_f>}x&7^L{t%vL>-fR9 z9-?!;Nq*)g3(<8jImk+4D@LTA_0ZggZ*jy3lMartbpdnX7gwv2B8Qha$;BA`q$$1p z7eUV(LFPhuzDb_(v=5)yy?7p8aL&8~Njs+9f-e8)<Nw6c<Y~KnM!lG6`^y*c1UfSO zlUq1^`4686dVdsB1ajGrNW=m&N4Keqj|<MxYu;iE-x-(s$l>J3OV@n#$J2S)?e3Gl z+MFCVG0mr(ltbY7EeAxSc;+U?nHRnm3*OEnYr7m$m2;RyEyr=#j{=_joO#4KI-RH! z!{)bni<!AQ?db8rMdfZ|XPl4Dd&kfAF_&U-yV^%Q{fm|8bUVB9M9Mb0=VO}02s=k_ zT-uoj1w{^BkN7=*aZvQmE2BQ#(NDWMOuN^m>PrMZ>ii#_hTR06IW>>HmYJvUgcJ7C z8;9XWBww*NFJ~#lN69_<k^fnuGH5jw1NZnjc10-;%!HV>JREKZ^Z3fh@y%DbxMsRX z^t`QQjQ>i(b;UJ!H~rnb<#_if^&S@3)z4+m2F8j1V|@MH|LA;Xk-bkZf?6OFv4q{p z8VPz5w_1A%q_ael!BNy}8~<CyE_qMVEI}uumDqO!<~LWbSG#*%o<?&i%%hUu!0)?< z0N9%Dg)VnVr_jFKq`mF#^98ivMW-Jn6yJrG-^c-!L#jND9(g7lhsgOo+v9m>8I>P; z2PcnlAKkq7h^`aH&P3#UM?h{nx?AySpN|IO*GW{r-ce=Y)mPduANhI827L6ly}WPN z`#6JYw|{e@_3{v3CvWKqF7MP)Z0tQ5)0X%rUbfvr4+m||@xilstK0?NI{;?KR*dIe z!p-^Qb2?oW&Cj{ud(uxTdqInn@J+6AF_Ztk19M??<mLE^KkKw|eqBJ)={iX}qFz`? z<vjT>PBc#&-S{qkSIn6sII-<V1CQ-KCO9931R!!>N|JN!UJDb8+;%-wAl~Ema7%mK z%Hh16bR!!r2}lSq%YQgTjs0LggD0*hP*vrfqeA4OocLUvn(QYh!R)`(_sr>8!!eEy z{pJ=KdC2RT_sBC=Zr<HS&KE6{_Hmx3`|wP5j$b)>^d+F{2SDad*88qnO+VZ^M_uQv zvVP#n1Gu!!mxmec1FSl>)u$@Pc<MQbr#wWb=K_KSQ<0}Mpoc@+<&c5JMP)ivMc&_y za2+c^Y~xo<Z1YlI-LAKWhhJ{gB5>1YAAs@%MK1P2<b^F<&MS{@Y|eGy!}f8RxgO@T zCX=LIza#Dg?F$EH##D{vX;<HTWu${zH~#>I$_FNUI@8ZEU(GpHaydzr<4j<s%vwHd zA7A`E^Wv&qlshNK>}Rj;Gb?tccb_3MwsH5Vdu;bG@vu{x-{+p?{-&?MSX=*Y>wjkH zW%9EeEI|u!H}!pX!ta7LwnUAOF-cV$Utv$agl}w<F}+`^f5=vL-Z%B8+wEWTU<)o% zyMeA$-Oja0lA&%{19NALPS$CJnK)bSsa-gn@aN$`+YK^!k>CIPF5B~<z}Tj2>e@c? zUU|;V-ic>RvlCQ@E=&>jM9M<U3E6KN=LXqL@esja{BeNq0x=HU{qVb=BKKe+1P?KZ zkzd<u6!0NWQ#(Itl&${glxO4?YjbkzJU;}4!?O)eXTQn+`u7eZ@~!wxT;M)@;oR-( zAAc&9v%UO$lmI7*l!9*kwH-e(>PISpb8S1{-Ve8OZua9V@;-dfj}qPS_b{hF92a&@ zl9-c@gWvg$t#?knd<D}xKsi5iBoAVWeq<j!s~ybX!o)u>F7BP9`a3x+hv(t)tR?!v zV+0fD<(~}i2*i>ll04Hn`1H%!%agYXLbeZoa@~Im<1Jou7k!v#`~6u8I6v#*l^=6Q z-uXH>M<*Ax@;md3Gda<jI~>G?+lkTjFbE$xkC9=P){-y^5d9O^FhBgB2gm3w-kc{e zyY+0VyVDcN6C*xd&s!US<&T~`N8Y@~C-*)c>bvgX`sVzZPahB#I64o{7!^A<`&guJ z9;}UV>pVv9iL1L3(dX#oAq_-i${NuvZW;lX*<DX7?=|6(Lx_%>{n@&Y4Wxn;{qY;Q z{3F3tbFP86_*`4mc*BJAtn+d@@-oJ)@kJ%cdvV5rnL{imRq2yIovwkPJpKBsP4JtI z=%p_n9QxZCFFrx#my4W_eQ-&qQ8p*-WIX>N^2FPI+OEUrFE#MV40fU6`t#!6vwZLV zMdOz5zO(y~F^BupEu*Kud)n;u_eK{s`Ns4=v-JM*Sq>yYabsUnmJo753SMpey{4nw za{WDt4a@k--Ja~d_Cr7}-nRaH9N<S_EI!}h&sxfYvOAQW2ydD^cw`Ied>cQ0BJbyD zwsPaw?tHhBvh?;t8Mes#BR?7cV?fT<Hx|KZm3+{*zKic8gSBJhM2}lfspSw~{p$k@ zJ~yI%3q5WBHi6&d^85B~0Jhuu7YFM2?pFCDZ(P~|?AE>ba`?TRAA;k=#s3vcef=rh z;NFELDbcf!musUidSU2yDB#E;efIitC{X!{?ELPzJV<3u=H@Cli-5U6o~{04n{%@{ zb8+pKZ*`nF@`D5YtQXt+k6+(f?>v?R^uxL91Bc{n|CWJ^O<bN_g&Vnd+h?2Fyrlj3 zDpG94>jKjs!wLVBb6gJpvt1vf07pAjg3yMYpj||*H-9C9oAuCbbFqjCzLEM(Tx{i8 zO6oT}kq(zE(O2GFVXX^)4RPKbPXAyw|1V$3W;l?UuVg<sNQo<QIYK@!{^|pt&Ld8^ zRmW{0s_|L=@r(ZXtAXf5&w6gII!Cb#ZZ?CCFF5hndBi!~tZzF@=Ny6X<i|_|%MOsg zAiztEy%E<o49yMxu{s3P#+M$sn5@Z+i(Op(_IUjE^W*4rEXk&?>-;Dm0gJP?8KWr{ zc<}*8e$GuP?aoX5Mep#*#a~=WSl>O1OR}2CgM}32Oo#A_dDc>J09B^KP3L^PMdxh$ z%N0zEC0--P(R$;G+|8CLtn#TZ>oanM5<3><7M;E!2&UYN(NkCL%i-XF6DWBx^_>ei zfRyYE9uB#=;+SHts}r8$El;xOpO12I`rs_)+RA&5fF3T9H*=kjvJa08CmHlR@2|Mz z<B^Ae2Qeg_mtyY6D3Q5#{!-b!>8ufsglCSPz|z<5d0`GR=GcwC2G0w<;Smi-eRBSD zyW7W&^S#<u&ZiYYDR+?X30Tkz)RU01CnC0v_37`SVY>RtFxvSmFWnlo4sw}0KdH+{ zo^WH+^^wKXb}nLPTbo=gN5>WHY}ZHj7`f<mdn#Wj>&4t1IfIzl26u^{U+vx$Uii_? z8R1=>6Y%xJEC=Fnu;c@PCuls!hu?kc-r)I*gNKh3;o(*eP9prBXp#4?61)T8>j7>o zbi(F$p?>@>C;Y}XujdDp;Dml&?wq`~tjm-B2cMpKksqDOJ;dO4f_}n_lAVCa8hdbz z$2nUk`|*2no;M1~l04HneEP9S=PMV1Cl8IiVHDt8po{71F<Td@o13tmykd!7+Aeh3 zp<*!qr8KViN|T(9>qOT^G`ihQG4i}HOOe~)B(~}|57t<0@nLViYUZX?1}9gYU-$;| z(%26s4<`>S9-XvU%hii>+HUA!a3HGjtPQ&56CPn{u7Nf7BZ?q8Pb{xBaGakDc=hAA zw$T(<tl)5{I)hK%GGFK8p$w;ueQlecqyNg4+spwdPw)1e*Ih>Z;x_)72zjROBZ-=& zD`j*hIC5l<sB6-BhxBtdd)Z<~{&F}zv5oxX`SJA_ITw~leslT(=zlnLyPoLLw+8wj zp83x-yVjj|_7u_T3_Q7w)_68{*B_Sbo_N#l0|U&ivG9ON?szEj>wn=L4gn~iD5W%P zamIE(i5=iao>~GP{`9-+2`P9j51)_S&Br!_wdHqt5P|t+3zJ{}=|3Dgj}cTS^6tPj z=%bU@#&|x4JGNPEAA=OWQJS0FXYSg4>AvYRBU{-xogHM3_j}iEciXT1S@oyy07#fa zS+carBtb3sZU5`j+f9D9zC^f(fF+R5F!vAud&!(F*<F70g~UvHZ+^KX*uw4hV79P4 z5JZ%6w%^a<J2(Dq8EqTi<)o_ibfZY#?c7NF&GszTZDaN%&qbu?WnN}GdAEh>M=(qm z<+iiU76&<bQX;_224unJx0tzET7cS*?b%L0+s;myB)VpY=lPcV^n1a2V(E!WKil8E zXd;4ts<V}PxZ%GT?QQ!<jH;8iFW%vN^!IK5$os8+*x}i4^`HF1F9(>3vU$#g{Dn^9 zDo*fagWvNIkdw0SFr$<F@1GSuI_4#O(#dXh+KU%{<jGUtG0FKecjun~j&8@I#gTxL z&vNTjJU6W;SBG0L@z1*pxjnhs9KnfUFpKl>@87PsJ$d-&PG|1i@H%(4!OeBdT@Zg~ zk2+oa-AMTA4?1-XKOBk~13A-vI5(e9d-CStxQ7<Z%!zpsOKoY2H)Htcos)M|r~RzY z7k*TmD|tAadtOBR%3+$@l6B$k4?vkCZshz~&)QwXj~q^!RDNQY3Jd~sZUzAhLh=+J znRHYRPV^ZYuw~5xXR+qBvB<ez<!RGx0^}r^X}@yr4M!k~Pp6y#MF-E`nS!0Qb3Ot% zI#uN`VEA~jsLl)j#3(;@XO61Z=#yy$Tf90Rbl^BI`sKo>&A%Jr;*#g)1i=(oJoP#W z;K2uM4Ulw>s+E3;N2@t`^jqbHugAteQEdmP{N*#lZD)M8ebxxh$!FxS6Dy}Lo*DO` zU!BGh-<|iWec($(?7LQLoW59E1yIlV%U`<UZt?=`TqtI=otqu2#m`^lX!nubuk`PG z%s!Hy<@E19+3r>3yT9!owq0^ME4QD?zIXkp4*<wY)SbiyNGA9@S=x8d+Vq#KC0#9H z!<~)(bjW_G^g$vk!FE*~_&-|?*~^b$-;nP|03fnry%+W^{px4Y*)GZ(lWtM_Qu~j# zqT}1Q&GYB{-CFPV>7#2a+YbSCyW3SGI@;Yr<onsmw*6iXS*XRQ6TkiDZG4_B+4u>k z{)K`)=4@-_%^|0GArBuHiQsly&Hf^89(c+vty~0sqq~2(kU8iUD~%Y_kr4m9ubYqy zNk7_%+{w)soqi0#XAbWBZyAJFf1D>SyXi5`i%UM!4!bAkIHmnyHb3$tEPTvi|7yUF zMN@M);6e{KiOuIH7P8GFKSFbUASfL8P28sTd<iqCIoVGhPOkbb@#OJO0*<fWWzf4% z1l`2Wk07NV0^R<NPNe1LB5i$kOFuO}XD+;Zf8=Dv2^YL8ms=07Ss9t@eycq4ZtZsN zViT8qy09m#*d<B9IrFG}@Ecs9Me0UWK6=S(zqDDLheP9{cksJ)AKiY`65Fis*k^un zKn&gZwI&c3E8K7jXMVaKkP9w1RjZ0vjzH{Pw|#+sVv$=bVOy{LxGFf!xd}=lU+W}! zl3SRmP8%*R`45G2j_9RavEcSG7vUX^Z4sAS`qpY^)lG+Ou<dTSu{57OXOpGM#bwP$ zM{eS<a*n&+*uoK8_{6q9aur!)k0s1Ar{PmfIe+FfQSUSDOmXMGzPf#l+cWPO%RRAc zvJXn(6DZ4~+_atg{eFr};(~1T{N+e8QGn?6zcVkk^gY>l5Ifm~Ykr6S#2zHMtyY|o zB2W+33CuuonUTiaha)(~gWr!2tdq2lH)9o?b0IOK2=!0NPb|_BOK{VYyK}<L7b#!x z54Yx7ZbO6}jvbDl@(aHE0mN^W`#!S!(EEb`o!!W-1;=|~GaYSjXqCyeXG;&}?c4Zg z6m#=w<xYfP^jF_w2=syyoh8?}Co6SNm`+j_Qy&>WlEs#eW6AtmiR;Crdy3wvSn%w# zz^n{UiCJpBKzTQoC&;#+cY9}hnNK$oD=~{Q?cc?}hfOEKfwti2M9$VzW=79Rn5Rx_ zB#O1Q_+s047}hQTe1hrD)^EZ;^7BzeIyeWv@6<bsXZNBX2e{aJI0)v6B|LEm1ETYh zgt*dnu_ez5(`{;gBbjY;b;zF7G*@9N=MR4K;3^tHF{9JJ6hI?7&F!V{41E1XfKxUx zPNx7#<oHPOw(g5Bj9_*Pw;{zo0zA)-&WZ73E*`l#l4tQY#xq~sZ(G<5xL}2SFrT&y z$8xf@k<o|_j&<F6bdjuC>XSn{=FS>8`Ug{jck?)Z1(0=e!U$%pb%JR*_L9~Kk@MiE z9p-0_+@zk^;k$TN)m8JQ6L|*DQ~@|T-Zh$|5G<zM1vk+GL|)E~{pee_-S&_D;^j-5 zQQMDB^Kgh9K54(si^}CnaL-)yihlA;j>a(Mp)v9$hzv^4(b>E|_=fqa&T=mH6W3W| zaqFQ=jM4AA=d_%gfSq#x?O~(x;Kbl(++OkG%rNU8=EI?(TK~mo8@+^F)eb&+u&!{9 z?coqUSy#YL&OsZ;A$8>DtJjuJEc@6#`dv8HIdf;wFuD9t#Gwv@)14vfSO|vm`jLm& z&}I9Km0DqN@&EuJ07*naRB05;fi5Gq6d%9Mc{t;L_)y9LL{3syCnDEtu^i{nV@LZW zGK!JVp%CJ)>w9F%k;8-^%jC1%(ykrbh|h4=YSf%}$Vx|dJNWu5#r*}ATG>r{CcA&> zYv1L)4~NXLdl&s-&(Hcd*7t6o$B^%h`rs{)8~#p)HXX$~`t=1)zK;crlj%#m8@)0t zx_dB~tO~#I;>T?~89Nz%%>MDYnT3b#R&*@lZoQ^X-;e4vQO{tnL$#%!#Z`H@(RFm& zJUCH=<3`@~<;G^5V&XXWWG9e|6n$}=?fNR_idTG!ZuS;-+I<L!s5&8g+!H*Q(eXWX zn7wfDo3?m;TfQG3xUjll#jN~ucJ!ZWjUqPVmcbJ{+l-_-nBn%y$;Ej;OjJ^I9-cQJ z+j8flmRyLkZR^I?hoo-N3nO!roRr)1?fny@v-sS|eX&e?d@4<zeS3KyLv-&ym`!&+ z0`LVy7oGl9!t>F?le|>Heq!v80?GBmVZY~JoCI_}!Z<fh7oBd)n>*NU%5I9`b}oX6 zEqQQ3KYtl<INN^gKR><v`{*QQ_?#a#N~b$DrFGU%Ja`vmE%7GyZewnKpGoe`41YQn zB;sL1zwJN^H-8NC_(I~0i6L<1Eazu!B$60tH(p4^6yveWXsDY{UVTmSS@YK%xdN93 z{&Eu2gSmDD%^P`|9%#}pAC^6j5amPcd3k*#6nV~(VIEJ}#jya(;qX6x&$)k?1|xZP z$LY4S{D+&^UomRq^Tcwti{+M1j>tbg|2`ZFfV*5Du&AE(=|=gpe-ENLXNOUV#OSoo zU$2-;Ksex+X09J@$!zixnHK!ClZUELKO_At{Ndw0lyi`M!2&?WOHqucZJ6A=nNtri zV)5M8>utvI>|aJ`2A`cJclbZtA_a4Z^OFCPyriM}TyaFlM>n=EhL5Lfx?IayT~hQQ zmH&Dkg<p4Fp0#%##xf3505Pi15OePEdj5SA1Ho_*|CQn%v-^{J?fbq%XZNDL87=pR zhxYDcT<Ndgy^j54ZG7@eui>BNV^1(k()z3CSJ3+$MceoiI9u}F_}Oh-+t?DVue|#> z((~FM0?IRlr*YfheV)h@Xt(7fx4`=mKvs@j0b8Vg*vGrlv;FSGi%zziz1i*#K^E=V z3XVMb`_UCAJN)|xh5E)P`W|C?GG`&Mao@15>0ABhpBu(4i__CLxxZGx6Q>ZMQ$A_` zC=R~D3I0A}=(pe5I(d!9Ht^>JN&@^9Lv^%WsBjf;K=@^2d;fg25qmh#R%ffcG#Ab# ze1da+S3iRI?Kk}SgwJpEmuGEPffwf5xq$88VmN$a8(#jJpnPzMPJaMLtnv}tOi%Ka zG5Lq>$dy9=eFWe^&pNT)?;$A74Dc11eD(tQ@Xt+vQ#YYMW)6C}v@Vh_2|l*Tb?|*W z1jolBIK)lYL{D&Y858qo$A;my(8*B9q`1FyZp2bKJL8Xjpc{MfJ1@tV*l;ti{Yav5 z$&>ICWBRtEaq7GEw9iKm$zQO4o8zoc7q7!TCTG5)i%)Mg&DG)4b)GTn{@@EMV*sM( z+@p?veOn;L$+J^LR{e5Iu4+r)g*fr^AKCdfzPJMrVRs%Hd)m#{`C+2|cvO7_zj??Y zoc!l69(sPBN$6iq#C_)E#BVOn;)*SuB%^j|diZE8^yLqKHO!1xzk<j!4+Qw1Je)c3 z7c1xEo@C0B%6V!Hn*$FH&avLS;G~>6dbY>)Bk#HmE_@WJI@g+ioycDw4Ls{%+w3^^ zuzreXot+qc<WyKX39#!E|MbtzJZ<NYb!(=hZyh#9=h@~Zwmv?rJbL8#9Q@4nt9>{K zz{6BtQzLbV1u^*S;mOlEr#wuZk9$x#e(5MtuP=*N8&6d^q=x6D<cr_#$feyKxWwh! z)3^opD~kKh?onN%xw)_J9;U6l^8VtPd^~MB!=Veun0wvY9tfsS=d+5L{q(Zn7LeK@ z$R$JYWV^{Psk6~{D6?gA%NL08Z^<{_H)yW7xpeMbnszS~89ZBsSuoM@Zrft(JCZEO zey$pw^8-84N&8Q^d-Ur^Y;zjGVe2*%QEa`C*X6-a(*=RAhe~~&i<L#|h7~0zR~G7d zw|$J<9M2B~1=Dix4JmDlJ&G^>y>8M8uPc`MJv>jm<&gBAk351?+mG1KUlx$dt#_*- z*VS`wp#2lM2+F_jy3RY=vqcQ&#EXc09u6RaS?7;!g7z-wY)4DL$q)U`(JPj7Lr>7n zRWArm=H$%{{Ui)dVtVj%iRcBk?+#u2GFV@r;qsf>wgreVb?rzw?@)V@jI8t6*y%^- zX*aIw;}ASSM}vNGqS*Tl9`lt!C?M!m4x<7%PdkEM#wv&`r5D&pOE&sv-ZQ`n%&x;Z zkI(Ueq#cJeo1d=FaBfZxfA1QbPd6Ds1k;XG^Uyp;)_1ou8n{QlTguHz^2QJO_*duT z?Q9RF9TJ<PXF7qMWf5RGX+DF=6V7Mw<jwkT-kvpC^iJTD2l{Dxn8VWz*A1YYW6M|1 zktasgc00PRUYswUk1xPasC80yFe^<Rzx@c$wX1V<^iTc`bN1xt!Bk0GAv#9{{y%HL zyV$Lh&1rL9BYH>wr4y)H!w_^dHb>QoOuctllUeXKtgDCxL1m>#Q&HlIbV=w@QIVzT zx(h0ufKf@IhZ2a25|ySznv|$0s7RO46A?*3Ae1OAKnMW>LVzTYMgkwdw_M-*&-3TG z&Na`RGc)(OXYO|(q3F}RS;?qHeHLP3L~v}4dooHhw#9`Wn1z{%F67^-YTM~FA^)KM zM6^4~YB2Cofe;|~B11TaUQxp9I>@aJnKO=*;dG%+=Ps6%ILHbch9!>#bw9c&MRQ4I zi#}iMY~gG1O1ktsZ=scJeWEUozGHL#SIN@0lz806*reP7*=Wz9*QDwGlG5jn)Qq}3 ziS~gxHDS<RNZpe09J(~0(cK%?aY5)h5Zh~hw0*~Ui`5^Kf4t-de(-#lG;c#6H;N~y z1n=qv9^GJ1(K*G<tLU)fPse|x*lkVnvO*i4(~)r3pIb4s(|sbSj(Io(`mAurgMIOJ zvwuX1bpH9Jl$I<aoPzfYr&|FJ!uW~co0W2@=`|n0f6|P9(8|5!gZ0x^AR1iDJhbNh zY!muAfb1L*(LqaZ?mfRpvWDCq7{_R84K0TsT{l?W5`N?vJ2aj8mnhBGsDb-19xbbs ze-DiFRbzXS97@Ithke6OPgtPT?<~f&7AyJe?6EBPUTGOS-SVVfEqCEV)Y6xk%S6A? zZ%RrYB~)E;qPVr>t%O6;y>A~a2v9{(6QjYwrZL-?5XB}9!&l>Bs@8g*r5`{*N&gEz zwA5zY?<9E;hi|BHJrZ{%FM0NA!VzndNi0?M;`ERGhp>gJfMz|2DE|Hx#m^7QZFk<& zKr}dlJX+bM76-pd%Wy^cE`eK0dg41(Ht5*2j;F!oHul;z*KoCN{ES(wV|OP#<eN@$ zOmC^d99foseQJM1DAk^<aeEf<vBFhPpZ&_HJm|P6e()2JuDm7S$Tqzx3Y`2bU-g<7 za>v@LzO11BteI_3+k(ThZ<CJK*ZL2A3}%hapRMx-Pd~WR$5X!=Ggt2L-Il_+6PVI= z<1+ipx~j@*B(#*Xy=%V_Tz#Z@n;Lu8oy0$+MLdF>^#U|}=I|9xCdrp`zkN6GkS6+S z(>ibP_e_ak)FN8?q0i@6_DDpjt`7;?VSh_MRj+r;XaXF^4)l5)8>K{-rRDc5g$9!r zdJ)n1YeGAo`d8AUdGhkrtov{jT7U8+6yh{+kEOqo;4-f?G+f;^Sc-Ckc8z9*5z-rL zGcV;<4JrK$Y=C<bH^<5@<tTT!-z@YWpw^zYp(=^$`-09S_W-@?vTH7l>Bv8XnDEr& zIh~K06?+0=38aAvCB?9VpDGZ`bQNnI(7V4|ub&Cqi}#)S!jJmVQkN5YA1WIa^xlk3 z_;WXwRjLzy&QY<^;OV|{Oh>c{3k1CjMtsF%c)T~bG6M<oJW1Lfz58XJLGOvu29BWG z%ND&h)05D=@8k1NI)I+=75`d;n0^z7@rNbKr#DjEsPG4pS>uO}!J>EjX{mg-n*t^} zy0EvjT|aAsUoqG}^~?=CNpo^-kTd0KQ4NpYl~;ydkzF~tRjn=;ZMW%hA`=d4cF+)u z{heM?u95g#X=&wo-oI?!ZJb0%-S^b*w{Y_8M;1j#MwlmjTe=?@D0*`*x|$fNf7+;D z^Q3L5Y;w51@z*Hj=zzoZHb)iMpF5*%S?V}UZU(Du(~p<jHHeQ4t1nP<O3o`ZlE-)o zpVmjcNIC>SV3`cQ6Rgt`YH8(gS34J-A9+WkK3I1)a07>}F)t`y*e2B+^kcdFpgO3@ z`!<QsM@fu))6*hV(`2H*o@@V5tQ&r(W*w7iqc+>_b?a5w+lcrq==2r0!s-4ua(d-o z-WvJ5V3S-Qd+L#l%N{wn9<UEd)%`J}uDC9m>~@ki61gV}8%>7NrJbI`P-(~q#(a3+ zo^*If3NvO@33T2<iR)Z5ly#pOuAPw17%8M#I6f0lXSyePS2%N5E_(sNPf#s^RcARC zJ268$875YnHqjOW|Lq@r4QHv$tp^`xwwWGcamimlqI+TW%lvPp#HG=;Yr?Utx-XgI z>{0O})tj=P#}804s_v`2zJD^rv2iB2w=nH3CLQi&TR>9zmoZbH!~W+je4(0gYbXlY z@r?g27t85BS9l;XFI(Y`*+N&93tdGvF&|5z{fCz;^QJfFaXqB9J;_EN&ABn$d1SV$ z>Zg+R?>TY}D2QRiddgn6?8CqAvh8;@L~}d0`6YzAo0sQ5m!%wb6?YGYBLkJ(08OZE z0rUHt-pySEi!4^}n$*igi41ISl)1(7rNoMhC!?%VPaZ<1NbE1)-S^NH87A|(v6!9^ z^30J0&o8*hE?C-dd4vO5hSHQ0#EA*K19XC}k?ZVF>vST{$#bgL+DsKUJbnD(rG~r8 zwk87JSE9)`l!--nKPoOBaDKBjyY7gsc(M9Pq%+qhfvI_kS7|YJ+$xM8jc)%$0N{h= z<#j*?+XhP_gLMiteJmD-R1JE5_=dBO8?qe|KI|;HX%TLc&sX_!<l<jp2f+dJ_8wc< zwf8XBWEr~y0Z`J;`2um5&G=(d4;6K!Q*VN=r4v^~@C|W+(RNoul?6Lf%_DI>zxAzT zQjir7^IY-viJAH49Z}!fHrWer8os646{eaHb1o5YP}i6tcI=@dBM)g;@8B`oj;mCt zHrMTATJy{pI^vJ3z7O@WbR_?P>DrqkZhm+9p0eV_OwjUZOCGYh0+`&v8$kZFkDlUO z0ZfamOzcW8C;S$+xt|G{)E_^nAelX@va1cC5ZcQGC&bxhCFZ|7rev$sRIQB&bkK3# zR6c!UGj#IkmF-L$(<Uh83Dqq6-vq%eSMJBfjoS5;SfpPqs(GPd)3SqU`KKhXMwj09 zeJM8(|6i=j=9!TChsqrfiMYF7mD<}7w!D!$`ipwFGjJ@S+D>z3-0g91SHeD7eh@q0 zC-P0x3wFToz`3cKC)Kxn_En)Cv6J9cvwsh0V2~>+*H`fzcX*ss$8*WEZ+pCJA!3J} z>O;d-ucJPUb5T{hThFcXVaqCW^ni_i5WAqmJ#6XI%z^k9KapZE+Am{yXNR>Y;8|Bx ze6uF?vofycaE8q{WD_ETmgp#7Y_Nc6OH!)AfyN@jzIzxM9?ZvaT8$LZv0@9|9-o)^ zeKK(p+PJd|Taj<G5ivR9&Z#S^EvSFWm3Fv|etoAF;l|tGGDiNPHbsDTDIJg6Id-O( zbo~I;<mj@?*<Y<TO6dAdjQHL7=l1=8_Ri78y6GnE<NI<JUfY~0HyaAEksgZ<8xSNi zye=&TOb4J~X8MD6#xZTF$cA4D84>mEhL<h%8(o`g&lE=&c`I5tB*N?bJCnnGKIxnX z|I>P1;U<7L61CE{(j5tT0GXS<KDqwnjgng@z4iO%bcmw=kIaFgy>E?j06yZ8C=@%b zLTp>iluZAATDLVuZv*G1)A~I=S}&`d!}_nVOTO+)(}Xs4I$m_2Ut<{`V0j>SJ>3$X zlFlg49r@(4&i61F<wuSlgEkXlTCW$bo8+3GBf&~_!9DgLo(MxM;F{F6v%JZC`NzZ9 zk}oRfQu5`pUr&Aar2kuA;H8e@L}os{9U(E<o~Q{<w*4cRHFuFw-|&(?J!bWh6Ko3( zU!7Lz^+C4#Y&Mu!sSXz-9bShI1!`I<$`<Z-{4QmizvcF*JYVY%KOVaGTTDfmmg3F+ z%>k0!fm)9d+aO{7IIcJZynE5^OI+s0;(P_zQ`R~6*YDaAVatLWX4|=FkO;-wx3qC> zrxh;P=|{#L(^P|N8XgQ_o!5Gch#eYl-$+mT*z4|3@T(!cT*D>DCRIO&8_}156P&-0 zHr0EZBC|N}EXs(S&p!+<_v*$Uat1_WIzkh^P=L2Ws{inQjg29E%g|NQma1+}eu4X6 z^l=Uz8SN0fDF{jyqf5a#cZH07(VZ-NYcwpfL^Va^2G{tUgZ>X7B2dB}3ic(1tcThk z>90CDYy^JRMF{-s3_v^^{Il`>h_r*v%^V`M*k>*WS|k)a3Yij}It#GdJCDNzeDO*1 zm4bN$lKV>bK^gnL|K(pwqnh10>WRzWAfEp$a`Co;=_RI4p5&X8jcm8B#ICKX?Yz4) zKMxQAzsL2MsLst_Ir-!_rM*S_H079;VF4Q(bZ8&ma{3)#^>Fym%XXB}EiPn1HVHNU zf)37iVV_m~8J&8DtibH@&AZuPSsMRyhex;esjbKCzs{``6>`6CqwTmr2b3cm`1nmP zn^48rNZYxu){OF9*cv{s>b(-l@=<btPlkN(?)K0p_d@zm1g!>5Jm&8_{1u%2!e5^N zdN;(rbKqSy;Th7v${0J+jGNDIEL5RUkDD-xtwC#74k7GCeGmDgyFf$I*{@$ff_4pA zp|4}qo2h6W-Q%Hl7xt)fT(e^=Ip+$-9%0yji5!EZ6kjPw|3%D!=fz8_UzK#co*9{h z`5^9s*%wGh|E2;zq0J4?RYZ0v-9@Xjy^O37Jy_-bMCFF?H=FMwXWO$+_r_X?T8ekQ zW!q<LcTnUqVqHt~U$sdxK<wSUs~N)Yf!?cL#aa*Ywe!u2wKBs5RV?w7)?3rU?rUJe z*Mpcam8aK!9Dy|2@%W+l)i59H8Dl}R@{bB1P{_B?G0K?s?vAylB%S<u+IW+!d~Nkt zjmgGHdkW^>&B=_)$yn19SIxzTiro>G>+8u0PKw@;h+oznog262T}GdEWmHSch=}WE zUAnvxB0(=-jXgdP(fEGxoA!D9(`1%+KSV<oZn8&>9&r22@+}w&Z!k6-B~pm;7v766 zTouyS+dCPIwE|%xX5x(=YR|X7syM<Lm%j}wl&}_ey{Jno5w8jg?hnsiTw*t1uRQNN zNjV0+e0UyAT*(d=!C11D?&Br=>F4mVlF0-4b6szehwMHXOW9%8AcwK<$NBL?!}aIh z^#a4JQpd-#_*^=v@(Ed=Exnw{VLmrkIluXgdG22y-;h%Lh(7jbbg`A?OYEJgqvSg} zvJ{7s<quO$%Vcd5+v)=NlloLM;oun+^yFE?;Khb3h0)-EJ$xLWXSw|E4+CEDYm_uy z&<`H7K&HUVd}HP{Q#ZR*-zF)uCcIPG6NYaWyegITwniRZM)Yl~wmJ<GR}ACxn`i%^ z>I+`2y%)*Zg#*AA5kFW$o3A+z#A)X6Z1wuwJB(i0vT5%vD=VHcwctR^oL7h24|_t6 zkvQyl-O~jH_f1GaTb*8rV%?%mW=)LIrWp$C30_Sc;>)-vPl$RfFT7w+;KK&BjTcHR z9W^rfp^hQ<x|lS>;+g2#w`^~Clj$pYi}Du*3$+kNflV#H6n(2DfU+CZRuEj@nwwzx zFF?A|F9=hCy?y#-O}QVPn@uZ5P1TYmuk9~-XpwGxn!1DA>eL20&>Z2F1GnnD?dAjA zN$Ia|-{r5@JzIaK(G)9G6Y65C;|4})*Fhe<HBDSUN28FUorV1)_Q&riJLU`~NZ!wJ zbib#j(`4Wu1+YEl0-s{i&ZRwnAL?}O%K$c`QgrYb#aiEu5Hs9Dv*<<s_|Jmp(9-<1 zhQ9n#7sRu4Voh78-+!JrT5i0HvkN$iI(`}NT7DaWYLhzYjVi6%_>Dg+x$Zj{LLT#T ze!lM_m;XEPJ|<+f_tLY9-}2Q}E0L3@m!aMPDL>aKI`Mq4M@^CP)_uCgNBRT%`IBmL zM|-emy6a3#D6<s4i(bx9Yeie!u{O{D(4O9$<K`uo5E^2yxe?ld1Q$MWl>ybG$tA5{ ze2CJZi<h`LSha+B{jH)a{B$4#V@49y2kl>(&<XiLhl*!cr0USO`$9;UjD#=n>5<<v z(QsLg)53PB;I8UgZg%|OsmtoYuAgwZK|g`rDSAGtO|#89;hGI~El}&18#uaX?<g`s z!f|U!8vP_N{%OO~jWTfuueEVj6kKn91Lt=cc(hY5VRaB6sY;V8aWgyZGMhy?dWm-* z+XptCTXwTjD*kG!H*vOhc{n&&2HNDFWPkMwTN_BXv69j3zU^F<glb6QKRkO--+c}K z2CQ?<@m%CTZI71UHUZ<U@>KbA`R|X27a&hcIIY|<`ISE*5mRelA1~A-rGJgJv$A|( zrdQrv868kHk!JHxxG=;zC+tw*fzRKQ0eDf)_L$%%XjlJJK}^o;&{>lm4R$Ljk0uMv z&AO-Lt=n#LBGsm+%n2c-x!Kz+(=WWY@Wwhe!!Zja6Fv3@pA_st?+1(Dg~Q@x$<~TW zhlg9=ERZC&5{Wm&uM89OBnYLm&5lTI*io~)pu>Hhh*k+}pKe_O8ifS$jHlew4gi zfDl%WW0I=u^2V11k3}O&z4Zi^nbQy-YIWZr=OncA`D;0-7sl;Egr?KfD9u-gu+!BI z1J6lAW^T}`#!Y+NT?%dBMh(v&UA5TK<NIOfzWJ2?WxXfrDlF{Ks(cJAboTNnXD(kl zy)o|#_?vVWzhU_ln;XioamxpbK3Vvx+=F3zmnnis%|2E8$hWE?s*e%tB?ZhjK=lws z-q?`pDgu*zqTkRBDr(~62}?qc9oV)N%6{xLz%@Q`P@w6V&$<1Q9yT@g94O<v?V$MX zo*kugP@azgbyb;dD>s{`4npEB=~!GbvNpMuVhAtU1SDnRF*TF&epAkwe*B{<g{@-# z7K}te67S+IPcEyVSQ*L*y@mt6=wR@$top{GD1tnk9h1<p<8~lI)aLj)7b*Eb0fxTU zu*m-Or5%}EOT1tR30Ri<XG2@jxalK4RJDt^<L`-;`&_{C5wpYXDT>&wcyR5#5xxM+ z(r4!9JY=L_IsW_zzb^goXL-*ebnW=jw~%t3!XA22Vhz8-+UDjCyUYAcg|Oi_eUXeS zqNkOf-`y6+lTxLky@Sf@`hc12qrPHG%(Vd>*k3oIZ-1u$oK0p-MzZCZbNTR<xp$su zw!`j5pBs>tr?#4n+Y+-8k@vc;HsAPOYz+`~Tzi7kQ3R;I4=Vd{GdyATalRivxs9p3 z)$DA!=LmSM{YjkF?9BAlhv0x0${W<4H?XNiboYILPvpk5xI500pB%5fSHg9f%Ha4^ z90$i#X1KbZeo|rP%YDjn{CeF86@7b~QVw;8G#mFNk=p!R8{Js2+1>TDt`uwqRcvZf z)0EA(IY&RY@~sHpZoc{6&Z@b<l2d!O!1m1R!C;R=Gd;fRmf%gaooC7~jFHebP>2`C zB@<1A+Lsvlr|<E`H^10kfuVIUZWWhfa+TJgS#2U^+p+Dt2dV<EJo;`aIC0T8<0tLC z+ZG(Ono&OCdjBc{&)D1ZwvGpXv35KQ_ty7#QNF|R<*x!1pFTS-h@9!STuy?p$Nf=? z$E}eLHFwg-=;;Y^Jqd6_1}S{kuZDu8FXB|Mre)y3Z|lst<#7xn_tNN7Q_<W3O~l2O zBHZa?wpNs(`jhYe%w{WsE(7}Ip<!sMwWy|6+YTE$oe+04{E((Nl>YRdj}n{Y74zI4 z>8sOdRLGv!?!6CG^6=X8#jR*}vFz&88f6dCYt{WZ02L9|9(??uwcWL|4uqX8i6y-R zdd*#(e@5gEs>Wk(-gna+-L>fUCv*iJcmN%Gax~#Vxyfbugs0I%T^^O6Pad{RR@JGR zjG6r@SGMd`grv+(2L^B3hWx8HS@x<ZeA-*-V6^Li-uR9kx}aNC`O#*h7&#M3kLA7I zBhf2OyB^Z8DyZijP5Z57yQxc;BBsjt{}gmPdG%8)wehtPD>KtxU%6Wd3iNV3NN_(= zreU^xYRV1p0X)fw`t%#W7Ea|BnH?{nWyB6%o?V#Kbhao+o{Jct>dDS;@_%|#;TE$E z$vc-|QxJLKT#1CI&dn{-1t+p+Bc}miQ5T$D?s`#;^`%$wW-Q=I!a<&w@+6KW@B(Sm z%QsiD>daK7nu;tMO3G8&E<5-BYf4A+#i%gX!WSK=1Y5+FYl}8fG8jCkqMTzUx@x4; zYl2GHmX9uuviqixZMW@RD%8iv>Q^>&st}cI5^tH(EI#X-T`_xt=o4J=ot2wF=g#DN zYrn!Iwn%nQ=LHGN$K(9!jb1cuo*FGp#hb@YyeoGZs*1a{Uz?u#QG5*(C0@9;xw%Sw z*I;QKh4T$@8psF-Tzxp)7YT#$PGbJVR&Dr}V!G2`Zvx%cx9IrC7hFb<cM<aTHR_PX z#~4qNPXV6F6%|NIRyrU>{7wP~=}V`km+f;(p@RR)YhQfS`$z4m_{GV0D<}Otd)UJ1 z`JJG^xNEQRHNB3%keeIgl8*3CKLuRR!mvO1JJ?dQdN%%;9l?@mdxiOD;rPQE+boTV zeT<$86P||UO#$i2|K$Q88jeIP&^vQ}9m{I7v=S3?kQ+nDP*)A;KF8*b3vZJ5x^Fvf zRn?K0rdD*#xBrDKl+_F_#G&*H_KmgE^EIVrs*Wc#!-u>Y9?51vEglyY`GDnF=cA;D zf5wfnADkhe4}<NWzE|D(pxC>nJ2L!a`IoJR2}qq!8TJPYgh)8#5iy2N?+Q8BKVzQ2 zY!cl-_P}9W3gG%n^yR{wJe}pjfVkPMCI(r163wXWah*<HzYq1=2cv|r#o1$K-b#@% zh!cbFu6DiIJbG@_V&_(`^C%BDcI#+`_}M{3kNwnup{vip4&hYzwDHV|9gf>cV;iSD z%Hio_t`Cr5LXEAYwQ+phtK9?r61r`gz<$ZE3xAa`d#PMs*e9NT7i=nl(P!0qS8~%V z*S4J%Cp>ZdLzunWV)IYmf~F5Z!Bk*s=vdTr54&^EJ?}c^Sk#b@2y8X@Uk10eEQadG ztiCs}NV<01k;%a5oG{f(^++kGfNGmvAm(uw@}Jos7!z0>5Lm1p$+U@Pz<XdzuI1f= zwlYa8LQyB5nr!(nMx;ryIDvfH9!sFTaiN&|>o`v8u_Iy=PGYA9mfFtUpYgI&g}hRd z=V!RquRGyve{KQoX}v|t?Z;aWz8RZ3gJcS<hsc)^wl;j#Ipkqs;kwUz7s7f*tf`>M z<D*twc%z2(I6gr#4^`T}+TpPz2*h7Qm4kPv&1O_zG&qQQn8I<y5(%%$^O^<IHT1;q z(YQ^f5@s%24qID={3SDht%GlFBWyI<<}}hj5&j7u2z+Li)yN=H+b)dmL>H71p!<e^ z5V#pvUAX@SKt;>*Dq(wBB|@J5keYR!s|%Wb>`I?6$t+u#KFT4kpNitGh&Xk)BAU*^ zQ&)KS1*xTue!hW`=-75+Uh`RUPBs|5x$YhlKXR-0wawRvwHH`~{_M9iAYNbD63-cY zPgMC)DaP?<@(k<^&04cjt`K+&YQ5@b2+kaGILb5G%SiTc?ac;g{Jr_Cl_o<+dTQ%1 zA1ga!_P=0f{jTKr?hNb}%rl7qR23fn3-LxC+E7{0;m~cZn){UkL=Ot!Wpk^boL9-p zMalSNub<TDbLg7!$0a!rvasc;=T;%_=7ji!H0n)A*dzOU{BJ-rJ+@)A-R)=CuMH>P zyPOp7zZG~BX)*l?HP!R_#)-cOi_dU*m$}|2M%p5R-10u58!5Sz#N1(BDE{f`%k0LO zy$NLWqwQED5T;7g7tmWw^-bwe^4cnY_^M4m+B*nVyB@B6KVI|j+0B?+`o=ZC7fOGw zl=*6!P7DvEAs`3O<o|B3W~p~MmW)eF5T8RnkfvLe@AybUGbGHbBZ-cr1<cUds<QyB zhU?$)*?v^+>de>F&U`%SsxbqQREQJRJ6?A4^QPY|L>D%%N%!Z3mkd1@Sp^IH5L$mf z`1(p2T`0a+V>1QXH@T>&r8t$L<F@TnA$`wc_nNwL;(zMNy9<N=<sC(4CTVC9a);%i zqR-zt`;<LoCny1vAidVp5?tPwBD(Y})?sLeoN{6T?GBjwaQRg%F90s|O8LE2IVr^n zb%ol(;@Qb9jpl;T*7=Vkr>DI8Cp1P<d$4xvYglvovNviE8rg?r?g@0Xz#+q^Re)1# zqY)?0V?feWgOB{04Q;gz_W_%=XcQe4sdox#Ch6I1o=tVjdWzch7vgx#ymijRRbJqh zsDtACUG|76;FikG6q^Rm>B6)AgP#E}fWDO736Wt3?cBzy=9}1amHTsWuN0+xDr*u) zn{V>ZDIcJzyB$v_RDDi}Ad72lwF~&J+?Wy`FLGqpH;pVrjf3;%TB40o0)Ca{(QG$+ z>bABl?w}fe<xB7Y3ODu4tFYHgv#`ZHvUJSwLLjV-h<JsY0e^2{U6b?6>DkdBwGpw$ z_v9<l$r&*e=J&|e^|Y09L(B5=L`62vt?in^*O3PYhMvar0}@c&F)7hP^E?ElG|?R4 zvWs0SI6h}RN$tXUBAG`Zn$NNJw3h__4m?7arIHzN+wl7UDvWpFcgp9gW}ph^Tl*Dy z`(RU@vaYNqfqKaz-lCXujBaD|utuAjZ`Wods{szbVmLU=1ZWvAcm1ddJz4zxcNX&B zSlUx^X!t{mCJSrdxvMr~lleN6u>l|9D>l;?+4)1|=W|=0G$yN%bbM8kjoegiNd(2V zs^Imup<v1%>~j5lCf0dlS-MN_?U7KUwLxe8xt^wJMW}I^bI_;6a4JI{n*xt<Uz?;9 zhcd5f8nGZ*ZYd59XQr%()W~`6rNC3@xmCW*&!{{s`Nv2jR-F_odd9tpOO;bm+*YcK zg1S-+w)LAVx8}Igb;1(I4?6xc&GFJG@&%;BRpX-V2o>pj3=4+RFKW$6;3*a%8y-KF zOq!tMLSwj48$!EoosZLxxDAEfAkXiI0znhTMAW!bzi^jU;kK72FVU^ntj|@Syab0y zoSqTeL~${7Yn8_9sPQ#ShoB2t@UtODa#`pW^VS;fxs<D*N<+j`D)u2JT-N^RFYC%5 zcD>-~>`M63n`O~W0ixa)`k9Qn2d=S7RkcJB`B_T0L+9jiPDX^*xT&BluW!A;TccHv zY5Uw`^e8jk74<7%&9R7h>mwM|ixv@7;NsKv$rrSzjNfOJ5afP*^Vr+;M4M*x<M0rh z?>G44x4!(RK`+d-43DdFZJyEd*dj6J+axcnpyOf3lu|(eJ9JDD3v$GSTox`wKRQ?_ z>RZ0#u>RD<qQ}ycGwpJ!rL}`8O@bzs(%|9_Uw+pRB)Ex)0cg8HeU7X$^*q*`z}w)^ zLlE8Gixt2_Dz3*r+87x^;GUj?_Q$4>yxn$$1(vP|padYlTWj@7_(o}ag#FqV9qOcr zS<gm?{1c;NV&8?fwW*_K^H&zZ{$4RWl<Tpr@#KeMcFS*0_cdLw(nOTFyys`4yf4Sr zV3GfX$9i;$4M|U(PR;Pg-u1c@>Zy%ZTTkoCY$pXtUy%V)BEIt)v{sJ$e!p#d!fLva zWaorAz#q=KXNyLoapto}W_I0F^gp_}7S5b=fOs-0us`p|K<VLtBT@GnCkE^oJ9f** zB(nmNex{2<7SJ{a>A19Mc{dYsxz$a8-U&{avhNP7q4I|XD~FsTzV(FY?9R`7&Z@H+ z+4cLgXRsb5;<t^aDIpwFA`I5XHQAj#;n1xJVnb5Djo9Cu?nQ_G0`2Pc0vRqAE(|A^ zH0<k&ccz&mk0;V96BGSr*7Bq_7A>yiyR6K*>28YEf#km!(D&!X$RN<vy7rg2yxL08 z2QmZ63#=<ALN3J#8_G*p$7vI5#hY80d;GQ=ujvwpi8^iDoo70P({sz0Nk^!o##yHt z4{e|@LR5w0aNX&7*+27wkMLj4o7`;oiB?pXVL-2X{BJ@|_#58D_e~3n`4JItt=}?? zUMbtGO8wjT<^U8CXBKHaKVtF(L%(j&N+^gWu+BUmo;k6_VdQ={+|q<%2!f*^W_F&} zv<eU|yJ|`_6=!xF-E8Cej{3kTTBpOpA|^rPPl3&`4&VxTRx8-%e0x@m+iK$V@ubt* zn=e1z;9+LJ%2lKN7@Sitm0~vbjg#NRujs&}rTs9wvJc;f<-Q8aY*t3f`hBF|H@cMo zt{s%#9ohZL$d=0#hhx{CPUxnqlVnhDJV%U+zRDucifqYH?VfDQnD|w`*PqO6z`zS` zy9;<UT7+`-%Tlu4puXu(hYc)$DsUb8#Y}f2oqZC(QOsH+rGp!@%sN0ZL)^CcVPk@; z3cUe+>pJ4kObXOWW|Ycusu-&@i(TE*OZmgHX^Mh$5rqOQWIVV@QC>`d5ou%oURS&G z+d+ol)NOLn?>F`n78!s4@Rr+ko!THw0edlT-0AVoq?$8Xo=c*_YnmTGpwY**Q=(An zrOeHHPxEXflz2!8A7#tUR-7W|rVZ2{@s2LHmf?bm7RR~I;He6Eg}Wiw)IC}M8V`Jk zwH$KvsSMzUH`gDy&mI1fD_J!cbqCkqsOWJUmA)2k(f=Bo2FHi&V;*&F@-hw2hf)ns z`ULuX#^U%ia9E7BPhmo-GI9uF*w_N>|1ELkVCa4po~k!}56`Z71_@1s1@O(~Vz{&C z-9j2EQjio8+w(%~?A&CuwEd4=wh*ChnzZIeiQTr8)kCL@XI#nTj`8kHIV4lV!zsha zbxblENP~cN<Rp)?H~E_zV3INK<i?M$9=nL9E13@}6!H}o6RNkkZw`zf=_VA!WCS9Y zm`7aCv=8ka-SNoIQp?n05nPk+knP4hdVf4WTdh2*2w+A$_e;a~IFNu6NUZ0+{-f_S z9pa8!S(wq^;j1qCKdXbgzaqXhEq^BEtxoDOZ0`yi#<Nr6boXJMed8o;9u;GpP9pSw zIzDty_l>`k`|^F<lw+$^Rb)?iH*v%1=b<~Wr^oYpevc&l`v2F=eBhh+U|oAE;Y*y# zdhK}J-2C!JvF!*#LZi3*NX1C%bU3zWrMC(<>tgX6+m7a}KhLpMH#jET(HfCzIcHS$ za7-xwWqwpWM=@96A^v~NfUelG!<V>0NgE>`D*QA~`?+*oU&EI%T$$t#6V!2F|9h+Z zs4lmjFK<6WsspPGuP#mZpY*+e@Qh81Lpy5CddU9Apy;5<|78VI=l%86w)opyPsWFZ zM<DC}Fd|S&qxI`J!swg6|2hsg$t?@36ww1+C73-cwtF%z>s`Hs@!WLki^zIuEwFCb zn%sT?Pz1`SZ)vanzw4T-i%Kw(lI&M;KbFjz>c&i!b}eZ5#wqREaU4`$kKrV_xn{#e zHR8{b>!@uiuWyCybARrXHVI!ailJTa^@*dzx9Ln2cFakKFfxzGk&P~r)X9YC^MBmo zf9-ygrXXD)Z3MfF1uw0qtY;;{K+&>se3UNKMvRb<JC;!ElD%=lD(1hUr$%_mw#uVR zC2!>5FkU+-e$R~yDf2b-`d6@^rzh8im`&j`P$*6OiS)nS?f<S{pIu+KSXeY63%;Sf za||1W990xX%=h<uG?B)I;IQhE<u?H${C}9=4%;67vs7{nzAVblk+bo3?3-v!==@bU z0e2{Na}!fAQVK)L2XBTe--C57`T5KlwDO?}NshT2<2qPo4?t5wD^M~QOJV2H!2|Qv z4CIj%8XE4kKi$x7wN{H|@4&>m)dqOIX)@K=m>`w-cl$f50|d!;E$WQmW3%a6BN9GX zvoV;~deb)ET)_%wQ0zY+?6ypOQI)C$iCRgi3a`{POIWz0p)u5MD_+H#d+}xh#zr#w zPtvQ_-t;2E)}}^>$^NIvNEz1znD-0!F*A=5F_~eMzM6&ir`^mO|1nBV@^{9pHF3sE z%t)U5$jqsg@+PD0N*KF2Bf|U~vVc|;PH!dl=8A76%vXo@CDsC)^GY_Xfg?ZARjSJY zzo1a5VW4882xd2z?9}gLI})H)Hxn3U@k2tc)zZ)?-ynzFWQZczm>kx5%;Sxz2X${< z?9%wwBWO3IC5?^Wfcd#b)qxblCHLZkcq2#5dN)^;Hdpd6>vfpYo`6@>u;TQtl|hoY z6~H)BQu;ZmRy1$dyixi$eucMneD_T%x+*+Woj!EsGAdRB-?H<x(}!3|Tc0n_)^Bn8 zZ28v-liXJmsY+0gdlcW^ZDfx{`EMrt?ff{)__mvCy0fA{KZ#{*%TnaUou6|nE}RHi z#(lF8*Uz!6G-{&}TEto5V2OSCbDHM^lL?Iyd;Iul7cI4YDN7>}<SQX}{wbS*#GA@% zP*(hK`mDD}mng%jaD^dH%<$mLNE1)1Hf<G84%ZBk0P>k^UJ2*F!RqH$n}l&fADR`2 z-Erwd7Gpr%{$SB>#^#2w{n2@3beGl$`jcvx6lXb$-1_T5W4G;Zd#QuqELsDnlWdP* zzDgI5iLDq?OC`M$&<JeF0_aQD1SxTt<+F_Dfs=`4g|;x+h@oqOyWbhGhR%eR(U}?Y zp`pqSEsL>B3=?aM6><K4S^GP8V0k>{92Jl<6KoY2+~$K}cT3uenxq=KjL2kJg)J0F zs#|W~=dtBn#T6gKB**~6W&jGNhvwtw$4%}ay?Q881Hx$=NY_l$c!cO`l8IPY4%Q|S zLA*pj%)X>6Uk^2(&<O9lp0(&Q5cu1(*aa0u2KDQ?$8~xiS~K_|1`Gku*Ay(yzS|!@ zCi(|4u4^f+UB*q%w)U=nJ3?J4Ar1djwE0u5rXNVY4Tt<#9PR8P13W4!b=dw3`dgg9 zSaQh2CJ2#vw^ZvHaR+sD8n(Q#^_edn(lH`TOVa4+RrKCjWdS*<470AO6J|yB`-^X8 zcz8A_KKSlJ@9-iUHGGc}kyJ6!-`c!l8E@g4+?HRq!9fx`{$wdi>X6kvtO#spT}}tK zM9<fsWCE9)Nb}FwVj3>$HJL!ov><_tKXEm`@WfEBj`=zLn%t$uIp^#`LB0C*Vta%p z(cWjpbm^!@`g~7R?8;=HhN9NvlyQrU{ds5(9YH9~F42HCli{Li{Th<&j1MGYjY+%K z0lJM=i+DNDbpUGfOQRO^KVI{h!|aQbtQHr!pqke*XZ&MPXK2_GTP=9?$inh{Qq_Fh z37W^;X-QMBbM^%90+i_2?b@<oP_%h-hNZaTsGX&`GMZ6&@k~tK=lL^tost4wFGD+< zjGQYq$#dmp;M~~cf8wkRKm162fZIB)SBI6_>P-<fBciD(Cv`j7eAH2+nuf>}gRIUH z(ndfYI<)HgPhsnFH23aefldP?%!<|`%fYu-H5{3Ue!*%~ekhYF=>WC(jzH%|@}DfS zW}(!B9DXBtElWdJr~FoKs(|;=XKTFuWNH@~+f>y~MKs>y`B$~jjWsR$TP!nZ-p)1e z&77-KY1v3Qc9TM|Xo2B1IHBehROMVg5z~4*ibk?jqv2B&*XKV$dxrvwiWKk@X^PW9 z%?K@yKQ%#8irnPeT3cBx=Jc+C@b@U_ie7CyS?U5UFKr9{J;q9;E_S417V@_OrpDmn z@Ewio6%{Sm%LK_Yt`_T@okDf!f5^|N&E4+t>0GeSC`#RkH?NL0@tH>J<Hq5p6pPZ4 z3X-5s!ny}zdFG*r3pPfp?H4@yQ7J>C3vS3zoEzJd-OY;#pLD?FNbvt9*jeMJFB$)l z`6uV3<Ne@L?=L47JWYRQU5Ro^d!<R_+1=doNzGM|<)Zswaoq)=A?wp}&W5yfh};^; zs80Qu`73xKeVzPMy7+pXI<D3-KcHUsOM{`7GGD5y+W^^cuklPkK}@390b^Kmh9t}i z&sy<enY0v~VqF-r&<UZ$tD#dC$nyx>yEP-NX^Sl|O{Fbg)&f}i;8I!Wd41zys**L3 zf9-v<f}5;dNx2ZMc0H+RKQaMi=Oe-Ol*9(bN-WaYu#R?P@l+#a=zlgTuII^N(VBxk zc&g9>x}t{tg}%eD3gtT6jd*KlfCzPVmY-2#X-{t$n;b^(9u%d~g(2DeIA;wNEpsi( z?729blr}bUV?>{IMX0S)S7sZf_;_n;=nX7LGhWWfRNk9c<_)18^PTvj#rJ(LpWHKT zd^o-VC>WyVj?ek)v&=QC+s$=;=V^@Rv0*AD8&j`zs%z^8J7;}8`|+fC{EOvH$w$Wa zb126fVGQM_-kM^-q#P+^s04!EV~T(gJa5p<TzwgVA3?wdyXG}!S%od*cjo*jgDHcJ z)Y8<ySXO7^O%{;b`-{Ljzx{*Lb?JwBTKpgwU}^Pd+jS#CTz(6r;SKvlYq+!o**(=h zJ{$l*eZ7Vw@qe*dgIeIVsrxO0X_!0E6-ebfu?M{w^^lEDK%RlM=5mZWR5BXiLH1Wm zRwZ6Q1!*#^XWeXDQd99&O|X0gY~D~RD37kB9&Z|?xh$~AXr)1Q%Try5RclZ)ZRyy? zl3l|Xe7svwP6}$;S8Ot4OI-60u1Lp0fWjM(W2y#`b~JArv?2u9mYIB*Jz-Q}wlZ=? zkVhFs6#^jk3Bu0R!<=8i6=1Ek!G+2>MQHWN$B{EjacC<T0L!`IUl%<@v{cAW6NG&6 z==d`#E%d)$Rm+wUH>g_8uT68dLcRuM>?dC?c+4Hw<LY8}CO)(pTSJVM`Qz^D*C5%- zzIL+h=dL#0*&E$CmP!+8i2@3|Fpdq%K+RgYW1YV}vpFFre&*O|JXS~_QKL_p+Ih#q ze%6hN^iagk$#J`3m?l~JA(J~W;ppF8RiDzTDX>;$p)_IGxGt!JZ$l(Grs~`4^rqO2 zwPj!mv-%q1jI4865I88`{VRg(qyZf7ToTM8Z>-iL3sOI-YS;$Fj*^Q@E5<^(>Fm1c zWK_dLKEeqo{bfv=$wqSr{e2KH0eRUJ9X*(8s%|(9o9v()K5M(FzzXN%6_&yhSVJSM zbVE9~fU`>BXj2{(hVdVmX_Fa|a~i(+WYugFnZFWtDHVbi1gGy1FHZhdM-3^iy9Ha0 z1*uxJ1#L~xX~dN-1HCQZ@xivxBx?lUS_jA27=}?1afGS-rOGAoeahvSbQG^_hs831 z)t-=$^bxF3jaq^sV3LR>Q}kL7vN6vg;Y&8kVzu)nQ_XjMHVSWsOP7x~4Y#DXn-%na z0&Dw%JKGMOtZa(@XCe@1v?uTN$tcGLcx?%Q*_Nx2MS$Qw!4I9d6{ox>SORj0T1EJb z(t=P6-9vgFzUs4!6DB2QizCT#RXw+>#&Sk$Zo-U9;^_CR=c;flagdoe@h~gGzeiri z{J^G&LPm)Ew;;`^A0cFaG*B<W3S_9j8|jn17laI_lmcbq4fmcULmGhQj&Kd+pSN=k zi--J>Of^TUu#IOSKyzwxjQSvX*3H*56fv$AC_$e#&T8ufmXpLo6G!@Po9WO<vN0(o zn8i2Kvguf5L;^1_y)N;YNI}BP)f2k<ImoSRK974gDcKama=4sc5ZtktN?N~3T&kZl zTB7eNhCH5-jM7f#;X8+&eaqD7w*t&88EKxkVJuXfh_#Mr3SC2&d$;oc2<M4k<kceS z^8-UsE2Vd8==&qAlEZBnkkU|}iJ=|M*7(uAHjw2YlQT*YdKzgPqH4;}c}3LN?YMRI zP0!*U*M^zHXm<8yrq;IeXU==>3|ww?fl4HKuRT%lJrjEzhpHZjv7ZtlxX<wmt;gsW z(~35pahsemVdhQk=dxka&Q#Cmo)$H&!J4xWE7;3We7dI&@JzKQbtwz3pd#hw$yUX$ zo$T^{!8DD@J;Og%2TS%rxnn&4k5C5>buedy<|!TB+e8QFnn>OK%GB}<atU1V$vnFh ze>bF!D%et8!#qFq(R&4CY~bjE5rbtOXE*%2_qNsHt%ym1G?*qVl=lE^;u|H@$INbO z{SIucs;*X4TOX*{jrbOmjZ9^*k9k|wB+8*QXK}Ex5^GPZt|1<1qNb#Y5DO2xq_fcz zbR&>o;gg#_^I{@|6a;|<#V*kBo1W=XyA*iY9hRS$KXP$!L@k$PNd8_QMgihcF!B)8 z3|7r#pp(F^5go-&#F!+|rUu~pY9_P0!j7R>y>%IxcXwIvwj;xXrGwsiiZ+snA)Rcd zD<*Uf8BdFRUe+R2pbRVKuq>s$A9{ZY%$_IymE-bkC*q%av#24bZv}tCDTfG;#u|+~ z4mbWtbr}+oKRs9F&AR~8^g@DS?@{)4&$pWN|DNa9c`Jfs;wk&MeS4_nEfA{Rl|4?) zN!*COi~H+$dpyL|!IrVilIz$fCNI4Lqh}L|q4B(#$NA}*%+Ac}jnNQ)i<iO@R5g=Z zCFp?<8&7bzqFRNmCp;ScEvh@giacWVvfa{h1UBt23%!Y$V_9m+=Bs@%4SlE-3eQZN zMkCQBi|%|Ay7>NG^zecP9?>~7GnnVBu$tsxXIl$-oR+90PZwWrdw~JcAWjIWkCH?m zm1h_iUSky3Q&B}{S9TtTz}5gX9njjWR3Hu>ZJXJl6I34<;5j0SnCriZ8SBU{>0Hre z^}bO+4izy!Z`888(PLa*U5t8myBx;GeQVGz<v~w$w@(YYbx<4IevuL?gtlQ#f}#TV zYC$AzT7VnDv;vN;kROb;U|k{n0oBw?WUE1Wp6MGF&2&Xp+%KKdrMP207EW)!JMuD! zj|>hvXN~1*K#UHK>Pr^2rrQdQYE9RFt%^O0OI?T;h?hFjf$G-rLA6!P)~}Eo_o58X zJ+rg+($uG2Z@YEI^-#RpRzlWAtDJlOarp)tX*a159(ykqXOtBB;A5ErGGUTR*qfdv zm?|z^DeBvFZy83&{59f?K%1dsk1r{(8iz}iu&_|ZaG;`GaaA0eCoY{T(szhR9VY@b z4D)7g<q<C+dH&A8^3^P5xI}{TFG^`64}uik(hwMyzjNH0#n)r_38@03p)zlqSCAB8 zZ8}^-35J`G7hpzNJ(o?2ZJTPDjScE}Fl4kX$PK6{LX729uVLtYCBn24um&6$-5*pm z7i^?x)g{}?sRWg8W#!<Jd#puqfozm@L1>68RaG*47Hfyyfw>fiMp}AftGy-~alO8W zb;jukBGQw^uSF}m!Mo8lkC(4@+%8d}NB=hR{g2uefmEzqP30VIlI@o#RP~r`aUW5q z_%v4^zZSe%Wydfpp5D6@H?)P2-2ePl?zmqNuIj`psh{zGxd8Bkh7TepaOMhxJhj-6 zt&1L+;$|hB=Ar0nq<!Nf>MWccdQDVq0#r=KDmIvwvw)U);@2hcsZ{G#rbW_L8jf=# z-{y!tD!P}W)r#E8T?`FXkD1yX4r4K_vg9GFln3LZ=+E8R8>`G@&s-(o=;~qF{J4?| z-)$GtOI3Bf-NXj6*uh>FnEBRe+46){p{)n?HX|lKj^sLA@_pb0+#IE8Io!at<r|KP z)xfb`ZJb_F^areoc0}g<7n~}q3y?==!1N&YmywMtdLFd@Lf$RhXx57M>3~|NEhlVM zZA1t(S%^O4voacynyN1j(9y{uA8zDt8i;2*MrTw9Ve>|X?Jczzpc`M<i3*fd9K&X^ zb&66Io<yCxT5-mMbytBve3&kfJ}<L1Y`aSP57RX?byYt(zG{sB#pdg)0)ZkSVi2#b z01tvU?wv?}ObyUV51mb4oGn_;A+7x~9w~RmlG^X3pvCXNdGj>?BFy>#CFlmrarSD* zF#5Lmr~G~EH=}<X%AZtSQ7Jr{eF}2Oe(2&IB&^dXV9tuLyCWNxvk*+9p<oX|+i|o! zBP-Uv@MdN-<$P~vM;7dHVc2?+nZjDres7{mDL0cjxfSC^)0l?P#bQbpnlkm^{b!~0 zltNQ!6wlOmWrC%9eXd(cON~7FyLTwn1YD<}qAB48cawNmfI3Y%DMn)BFNbAKgSWRb z@aAGtz34sbD>B^K4X+JjjV9wJrXIk(atq9B1n4xgE#4s+sOXm48=6nm(p{f{HUCVG zA+RhqK=SnqN=V`=CD{B7j|&_EvAM5}z#=%O-^>m(rD>?{b;&k=Z=q_Vrz$^&9^9+i zEWWv48R)uK?2RDN{&T~-iC7=On}MUozd$NF$>VC>+@GM!jMnT>i?)1c7s9tJ*ut;o zn*UNb`RWtXw2xCo);fVG4MlvilkZI%)|J}|1d||>J8fqTmr`*ReUXd#xjL*aC3VcQ zphhcuB*Q4mG=3xWO)#vnYdow7j9DzkrVA|keTl`J<y{HQL$@IlNvNU230vSOc-v&l zcf*5D^~9ZO+0U)#r=P_}Ihk7KLU7#zPh7(u^+MtW49-~H64Ca)NDWWonqMZws*$-j zT%g2#f>c#PK;AgII*-BZD=;$UFc*v*e$U@!SdC6iBZG*yAzq$ow@b@DD|x&TQiH6f zHLkl6V|3egBvsA$!R_Y85`YdcmA0}9I82`2Ip~8id6CX0k9m=yQC;#{a4+}IkK03s zrsFJLH$^ACaUbq0=xx93t3AjV>tld1W$`RSm8j$wI$;*~EJi^SJ&@?OZ*VRj<ZVZG zvyER<Y+PK+Z1U0Wz&aI|X(MH+EEBv?6aw(X6M^FKLDJT!#HBRu4JpenpYzP-n|sPQ zdY(H|zpr3^0>a-ya`G@Yq-WCn`-;rsw-}_G5uHB+J+ooO!Oq7t2(ec6J;DgGqwToA zvj+xZ{IaZNjpEPVZu3|th=>Fme>X{BIVV&^3M6rNewLUqBrK3Nc~*G?%^CfA*&j=b z{%t+ib_8?-hcnoepRpNxPRm_RjlV3L-@^L>o~mf(5<8!3KBYfG=6fB=QfLjXsPre{ z4$Vf4P<2ucbHq(+bvbh{Xd@Onm43k$-6UdYyM-;JZTMnFnKQ897l_?SZo81H14;fR zQh7lLfIaR8mxr!1hF9IwH_@(0^G!4hvkpq2_gyQd2wnSrEvjM#^`#>QSk~p+<*C-g zpP)@Z63xHnf?xu`f`*yrRwqBo0VPn*BS8$5PThv+f1)|hb`u8NBzI(n{<Exkb7Ig} zu|q2l5JoZfJK_t|FiYD4_$m}|i)sFZ)ed$ddf^F}a~QJn6a5!sKr2i1<?tF@$w3{; zs$r=Dth!kBG<BnBeHyJ~p`aubjy09~zeuG7!aj3HzP>l}T-)o-($F0$WX$X;G@Squ z1nZ)J2es0^yk%zFn58*-EnvWX_(fItsk(IT19Q5kuO{tgvs`CabdMrK{MroPwa-@V z9)b2>I*mNMsF^#C*<fR$disOhh*j3$QSv;Kq_H7-UgeoU*#RZAHCui&1s0CBnPDqm z&Z}=O{tpbROA5?Uz+TW3oxIcOZsdsiBWrR#_r8IJDb_B}pZ4M>^Xqdj)^rAO&(Xv; z+KPqzeTk_XuJ!Xhh~dRKPnhuWqwZFD?;ABOvc796Wh*Uqo*bqDxs$0;#QJJ~46n0R zpNflipPS%P5q8s2)gxo^IT6fLtX_HBFxDy%s19pRrTxzVRD%2n@N$82M*cG~+QQJ~ z$HnhaUF>A%xP_<0Z-Vk{TwV=O)?RN;L2MbwoYB=4psB41Z!AT6a{Lkb<!!^(7)?Tw zDl6<w#iR>Cjc|Js*E%r_BcI2F@@;K+Bh2=MnV~|n#VsFZGjbpe4_XAPtC{mtA@rt6 z{b_y?5Ca415f3+pj11(Zizg&G#L;2tr?u?#5w3}N)+tqf+_tYZ51oUq{*N37K`jPr zcs9dSaG?-Icv$Q*ZzLnQ*T-e{s(ZT5IQP}~AT`XA0RsVDYYvt|qWRY9o^W$|r_*m{ z5G)qmHE)aJ^$ZSkvYj6|G9CbIqiMg$UBfVeUqDL!(&pu@(6X)7;DDpolw1tp;%l0> z3y}Vctm&j(;D1-2jN(xNak$sd%UqV!vQJM3DerK~_1&tGL;Xs@4I<4SDif7UmrS$- zd)G5V8{@ZL1Lp7OgUGAEjR_sW^d?tlll!ARY*#qoJ)v4H<Oo4+a;|jb)Iu=p6eIa@ zq5Ye>YRwGGEPUt4nJCUkhCxLgN6Ng2k<K5<v)wdKspv!XX;5Ju{*}ixN|-%LwllVX zY1TVV4hKD6)jL!_Ph)$iSNsZ$SjC2Ki3Lie6DBlJ@pFD_0{j0f?aSkm&bqkGGHW!g zSu)e4-KJD3#$Ck5%w}AeM$62FOp{WQM9qawA1AFat!yL{rSeHFQ*&Q|%G?!7L`6;9 zKygE5Q5NB4o@b`#{e0d(U;c)3@A=;E_niB?_xuhWSbEyVJ=%U(al;)t^}%*Gr*ri5 zT8W^FmTF6o9;%?^o!4MlTGy3-*<+rlA26bV-91}94Fznvb-ge|*gz^bY+JtMZ@tra z(tZr7{yTL8$VlWs0Td|)(>>2|*5+e(ab#Z5^nrP6M|N1lH{iCONM*{2Jtzsn)Xx(h z?El$k&8PJ~hLi&G6k6-vYCd5Fs9Pz1pzjLK?ckfyW?O9iCx=A$f8-@#*a(D`5wk7E zf2X#t-Mw;tQR?US(73-c{zKSr>i5!iR@GEI?ZLhc_|Q%~Vl|iP!3epg52a}RL<%^P zqSf|9`3QnuA4f*^rk=2`8L}6d>&Zm^XFFPN;Qpdhy)&lM#$3-PJ?I((=fDqxmYQ5J ziq9sG16`-$er!J1{Di>@Q7|^A)KoM*yiYjMHa}pJp5Raw^v)+Djh|6S-8dR{LwZ4w zSh=ijZ<o95=cDrTj|>rn-V_EGn{BqsEE#nPc9=0T0-&`0wd=*s+Qb|IhDrAKNKdXf zVX0gFGxT|*!?p|)a^-VZ*X-P<`j+Y6*t_5-kB{55@0mYb2=!6lCq&PDnbySw6OwbS zhNUK>SBC1Xr6ub4z8e6o__KOim_AAWtmsJ}y#a!S*k9(15QFQ4IvMH8<LU$`jvH|t z>^U>M%edy=35V~4JHdgc0<F%(lG^)WX3f7F(PG3{-5(vJnw}KqBTJEu%lm@!FYus# zW{825AWXTrNlh&nyUu@AdstA;-UY}SDz8px^C(sK8@+u(swk>W4}V~gaBIWhZct%! z9v$BI*G75i(Y~2IQ<{N^n*E%hkw1<gQuaL@$~?ahIECo&VGf^QFR{LTbFC~TxVP`^ zVSquy@#XV1*LXz4WNQJ0+B#<BCHR<|8)>Cy6?eo>S223Am1o2Qt4X=r0E@zMCDx@= z(QBhk*Nl9srspK4CUM7xqLJC<((DCM2S<OnCnPRSX!FHp=$O#j-gxl}rY4iKoL*aQ z6pOh}h?#7D3PUxd^T*!qnqiPH;p1QArv=-q4^c2h9idSDbYt79*zVAanZo*-OG&Pr zQ#Hy~Yi(I2z##m46??Z&sD0`2v=SuA9dF5=pIKC&eM10Y>--ELt)E_Z<HqbUW{x@g zc=h;~=>jE!{pOuvYjk^6hc%gyjR{^_46w$wEmiZ678^jams!o{Gpqw}Kd3h}lSR6* z7pH{F<|@lhLU{`{j%FDvN}Wuxg=7L_)i)?jyp5&Q<!Uk8uHC0SRyRt?>VLoHsTWlz z+!{L>rnM-#>^?A90!5Ol)Qgm6-L#yPU-s6kV1RB)!OU(<bi%3R9NMF$zix7A<qKvr zTEz<?U-o}-A(#ANo3-6`Q1dDz#}B^Mx?rZP0KUUL)tG)?@JkFfp|XwH@v<QQLTh9~ zSg_t;GZ_<kH%bz1po7KAqFIW?{WcMmT>OH4?0oAD<H0bfBP68jSguj3ps{<WGGIns zYM^R4&Jjk<?e^NK6R55NzdosMShGicsFA^@GMI{Yex9uxm7-J^7#e$Ps50q!(;Od| zN(hqffI!0R!t4-Z6#0wr#XqG5`WYnm9K=;cKa4)k;Prn_afW_|sr!2-O``%|y5b`% za@XTtOY`V&FECW1@fBy!0uLhWHYT14u#(QV?_8bdA8macv>S%^pLxIu78x}6ciKcy z`9Mf5pk~q=9{=36v|G>!K}C*WLYqC&R_eW!EgIMU!^(1w9^!`GQ0?OVZEh;w(M9P& zpBY_0GDgAbj81t4ESw#Gzf1iJ7WdS`@m6JPqTo1Ao>=ej)=zKdNb@eJB&4|^raz@p z$ZsW)C^aWXa+nxoTB&4yN>bUyC|l&PbDR!d`t7h&MONJV#Rpp&bV#L=N7Wsp2h$Im z?V57q-9P0BnCg7gaH1l}o#_4?v?vph+9QVT^@6`aUoHQ{d67iZY1?TWfVy4!LBazY zIue2#!rGSlO{~|ei9RRSn738*9CFKLf5Y^0Zmxe07-LEK0gFqijkIf~0XK!@!0QO% zk&Mu_=q!%(N`Cjim(g8@kefc2j|m$k6Rg6G&hDbV&amKG<&}JUMUS~rg{myK(f5(a zuG7XOWpCOaLHU-vUk7h~d6U?+q^Ess|CW6OeeE5*_4BLv$Bw1_7s23_w4<O2Z(fH$ z*mOR(u=9Z5{6p$?bo_#}sxRBN_!n5yF5*p`h*eAUNjsk#2OehuT^&)=+VJ?_PC_gX zBpf_rQH&*TwH48M*%vagJoD5w*$$&p@$af-`tQcHgwNq<Tt}Q`s6V)ygn^q^P^Bd0 zZ11bCRAY9m#L!wOJazMD){g>@c*<jIEL<840fk*U7sEBT&S{dqa>=tSb~Ol<c5Ku} zd*7dzP=JHQ0Tyz@=0e<{opAnc1{Oz&onie7G+`Oh=)QrsWU?2oSL_S|Zu!$ziVkHV z$t=Gm*92*ifd&{a<q~U~Z9_De+D;A+*uQBQ5YtuN&d}7vW6)dWJ8WrTz1;l3lZ#2+ z*ouqA+Gd_$3CcS)kM5XFHaTb4WNn5M7*D)Wd=xr|ot~Ot-Y#*R`VE;E)X%U6*v|S! zB>cf>z-$j#@mPLyfSKw-8S9WvMi==<P6K(oo0RT2Ty7G=umNM|b&^C~n;;kk=H5;R zlk80c;)=tOEFU{Z)YUot(^z6MbiMsO;Jl!wK5$0Z<>`YfN2!}2J}XW~dcyVMMduwU z=ktYQ+`Oh;w&O=F>==E%GbKXMfzqgtOjf0hI9I=i<Yo2ShXmg1Rlg<iw-zgBLK3J~ z&M}Jp5$900Lz7~+tOJOaexxlww0mSg+uj$kYp}3cy0^OVasgprF6}!n%=AlVZ0Nmd z?E_87Nv=Ck`{}eUGJeemhU+t_eQoOLcp@YL?Ep}or644rLa+)0H>(Fdm^)tza*dC~ z<=t*5<h-%Gaiz}=0>a#T1+W9hK{6qSv3)v;8_|{B$u_&5BCnzLZaS-Psi8TXXZ&is zIiomv`k3hlR&HbqLvbbF(2ZE)$Zr=>B0K-2fdLXk+&bm47e*PPyfD~t-4?hX?nN-G zHLk2Z{vf=cdZ<3|wJ)AqqGF?C2<1dCcgtbnzAnEJUzk4*%!pRAA(v~`!7Vkxu9S=k z-Egx@rxIo}9`2^3hDKC8xm$a&f&P;`s5td)xIpNnm#=*A>2{-|>G_STC3|6x2~V)3 zazv4F6yOX$B7K0M=y!v^HUU()q(ACH%YI<cOxi00FFr=|j^J7)BU9tUuTxjv+1Dq8 zJ#6+woMuFLpyP%2nZh}+KSWA2fTjvvbMIQ%uiw=k?u&=80Ql(Hih*N+U=$pCPgzP+ zU_IM+`s#;~2ARU_dagU;OwEgxUR$5!Ugan}g*L?c5#nh;EM}PFy>D1i>A87}^EvnF zpowDzqs1|9OY=lei-TDZtduW2Z~!f(xQgd119MF?YVqr80cfx6-FQ)+H0-=(Q19qr zvP}T~2-D*T&v|?x^)B>T!WyFJlF8<Jlfm}0{)BXxa(;n7)#K{^Zy;sqkkG}%0+Mh# zE8qH>ZG~`$A5t+D%&2w1%q-EnfnZ;={lt958XKnM{#mS8d0Tmv7~IL4K2|y%CF@JZ zfL$FY)^}Xan0lqxSlRF6nCqc;5U%<r+p}rabb|2u+`NZWvH!5yny;i~rx$o#)Rqdw zf?Ho6&Nmzgq_e*R<EKk3(2O(>lVaQi2!7I}pPQfQIvTwkt*&jd3;LN(=e%%^!)CIo z$c~DsM+R`9BgFW#@LbutM;y*}UHYZil=0@X{OoQiI}{*VkYhS}Vt<#f5XwJ(vQ<^} zTmt(w(1$q>+4_dd4>RymK2-oZ;OPLtx=6$>K6KG{u66=@JCrv}5@NfZhUqfMYUvLA zkW^-TyxjsC&!zgnJZ1eNc;jj|zy8iEQ)!3t!sAS`a({x<9)JbEWHy4H(f6f;_fQTI zr+w0MnqA}K=XBo1G6nU%+WhTx&9+syZ#G~G^p0=%kO5V;Fkc$DEuNZohRAKAyj{(% zm@)zvz#@~Kw1fjb13CKv4iwVFIdMgom#&H(>nLKAUJg;VPG_$@=ac=ZVV`O{JI<ue ztWbU|CC<zCrn*t?{NR&5G0%cKv$;F`u#VCW&bMCX6?OCj#Fp6Bm7E%1wB+Kv=#T*r zIsGTue?5mOeo?FZjR-aNHAh(zZZNVaPg!LV^@9XAi<(LwB+oo>R92j|+skJ(;Ym4y zWxH^^=x~nX8n4jvrv=Q%o+b&`4OU7wB|7jk;oIWZ)FpxiZFBnM815@8@C5THT+D_e zB}KczU38Yy1E?|X(O@3b3P*ovUOyyz1xqdk6}#<(LDwF$E|(EII>f$8j9|gO4A*`^ z+>$Ft%{;#-9$Gc4U|GxOnRz#O#jDYEBOrJk3rU^MUSLmkyL!kF?73pQh04{yYXZa( z++FHRh4mK~{PAFNUl|(PrQ>wJ1-WNK^LulB6Mc;l)RHLV55f=M9S5aH$nFJ^IZM4A zCjj?s#7iRaIl2V(j12%tE?6^BD>R}H;Ot1ZYXq=#h+9@z2a-JZjCI3M?m*;4d9n_% zY3UH^VI|8|Iw&9eyw6c~w|AH^+RMCqD$)uS!`f1uGb#T41~m&Sl|OrIuRB$>#_Sn4 zEAVF(kx`Ygf$RSU(y;ZB-r$qDV8~<q32A7V@;Xfm(pG$f-?pDn`*Ci-c9{96PhP^W zsf<-1paB#M?(p-#u`KA0uP-zx=EwlRtr~PZrFQU5cA1UsN8jkUn8DWzY1<$&)I&mv z{&KsC9+yz*fqCuc5Qv`|b&fupC(VAS!%xOP#>eyL?%($pEMH--6`4bPO>Fii{1gSv zrjf4jJIrf}aBEd-4+-W}lSQtDDd!gnq9xkGkze4?0J+-m+bYUDDW6k4l-wfE6Z3iG zONcw3>9fM>*FPLys4OH`i{1k{2m^i6+Hr~}hM<!e8tS}I26BA04lush{yedj=kWxg zuj_5hkzfc5LCfm$;?8{*cnpsuGuexeU-8Pv#(Z>%?xzeX6xLLszPf=|U8+CMw)k_i z55CoAKmo~HCVPb%7_l;<%GLdsBCVn&abAJImT~iXI4mf-zhVH{v?gm|&k)Z0==zmQ z2ZdLg=aS#3l=?r-?jgswywnj&wJ(}{M9O-_u1RTY{m_a_7Z_F4E_lX#OLszU%xnam zp=2FR-3@Y;OiYjZvgU1n=rV=G+Y2eU%F4TK%$UReSlLoF5ZIV7FUm7yzt)djf!i|< z_)H(ET{~hQ7(hZ+x8%<wvWD(}IV;}z4hm0z-D6-jWWp$7DlA0Zk9Sb^!hWG;<>3KN z0+Ml|td24wcGnKZyWM*p{@GU&SH5zZANfb&F$>OUl<YA9E7=b;0;8p&CMSQjo)l&X zgUSH5@P&CrK4ziWi?h-P0ic(~?;%(U6dgZDgj8gZR2W8TYMj(!rT3_4q)>HAVQ!&O zIaV_4mc+?BtU;6VayW7bMPui7GYtp8%4Xiy(kVq!kjJn3Z&%y_Qf~36VGiX<*klLh z;{hChQpE0ZC1O#xyz^vX41+&YDWenCsms4BQO9347bgvOfrYiHFk9KX_LjW+BihN^ zSj3Sdd3ovn>mt<Wt7Wx06A9(h#kT-kY7`$2*qTvUc{QRIws0DRzFhm-#bPIvj+_;p z%ING!pW%mMR(i%0$_KnGnUm|0MbrGQKnu&+eS6UB2UpF|tz7f0JSdiM47T3FezZIl zHsoW<k%c&;{A5loqgD(w3fzZmFmxS|cDh-ki`&$pH<d;*)tjc~5eBS}mKh@^Frn?z z3F+t`JK*F1J?RI;6)y|v9GD{nJ*Ap(OCU9~EH_fdF3D8Ft56wck=t2YSxv6)n3mH0 zTRNI!snEh6cx&Ds$CU^97`{2$!M(S~E?V41PHPuZPLQ?HYu@?0q!pRP9WWJcTx?A4 zNS)+w6z*Y2)Jp)=s8k=4?co`5ylG0=+_2U&?S2SV;~Uh>R^#I{hmV9jn><@;qRIJj zx=a5K>VP<5JNJEIpv6G|R)4jiDbN!yzf!S$s5U{!cJ;d8riW`;@@gEhG2$pfIpSlb znE8;?I{}cGmQTdup#_3@23BdK!U*ea(+p&JdpPu;cfvgPf!Z+mDKEU@O%a&J_L79L zg(cIN<!r%-L7S=H$>DBSBnxDFv}PCjqfa_&h@oDisOe#Lrw2s-BclrHyO;;H<xkyt z{k)7>INIf_i&esPVW&C0&J8(B2xw{Q75iYaVf6#d9oPx$7V)<`#g<V$PZSJNZhjuS z>lBgJz&$q5#~PS7rLDAg1)3zFZCI))1s!u`s)J$Dg3Ot_4Q+@|`4KJ<+DAQtr&qR$ zxI~IVZR!!{<300r2M8taLvNnHXHBK4;||*V1W!7|2$ZM2eQpb1DaK*Nc?J5`R@H^{ zdPTA`4G~yRjbHq1B;$Lm@4;J9@+d5=XFLaw3aCI(`d$U3$yjB|aUxB@<=DL?2P83T zpPGD=>+HJWB(fqJyp-4jw8&^FJ!5?&a%%QG0hl}b@!~@gqDZj@rZ_y@RXoc2Ho1T! zGF?sil)N_keb;na*##@Kchg1jLdy^lnJ3;UQvA$F#h>(w1jS0?a2PXh#zJ8RNyIF) z6M|2Yp_IFBP>a&QP}RKj`+WU|U${0mxKFWJWpOcVCSyc|VzS87FNh*0jGpidL`cj? z$I2wsV{K{01E>j<uVVHtnWF4OW~}W@WyYqkwQYy1GUe{>_<99)X{2KZS<yRQNt1}J z)<eyFBf@zeK20Oh5++j8V-n-3oa!j#%panm#>6MW3kriXRvjZ4Wu)bma{ku4QF=8p z_ZmT3ODCE0CdTa+#Xa}QHHm8*6xLybmrY5c#m5d)MyKu%u4Uyr*aWDzFb_*GQxAlF z+#J{~e`FAfo-IXg>~qDm-2TOeRBxY3>Mz5u&*3SdGY}X~5c)crAvYa6DAkbpx-g9Q zto6a<c_$bDu-E~?2f_jsgz)vAYUNV}0j8J`P-U~lG@71@C2r$S`+!w1mVu>;iHN!0 zc(_8UrE4J|gIC3(^yf_)4ruHzvGp8`fX$|6+<X679>&A-9K;Kg0wH8!RkDiu>;f0? zh4pYoYwQrbWU505#I@2J_>4hJMQs~{)Dqfg0Gh-XDX0oKWL0K^UF4D)hzTS|I30Zg zDE+s=#<G=GcquVj`p2ppjxAI<T4*;I2(dM2Tc`@X-c!fKwL&?>sVfy6du=})Gj9=F z&X$swqsV~3#d*-JP7p5-!&vRhm1o0;9!*NC$)u7|VY4v1!3)<h-A9&#pmN287c>vc z`wlNzFuKxg6r1^eovy<B=#9_{lna)d)m8thjPNxTvzCLCBZ-T1;nG86kTNc9^IBQB z)HNonZrEUvkZ%CoT*)vUDBM6&?DIcYyfN%-Fht&i#0dohvNktrz?M8IEMVm7IIxVn za<lP!|0cI2f(tRp4HL`X3pCdxyxaeFi<u_bPIKF2XmHf>m$x*%%Xd_aYF#n1jP<Or z(*GOY17vHK{3I<;ccgZ2Pjq{P<sK`e(ce^y;j^(U_PO|W#T!Jl+uw!=@1_$I*(~?) z^cJ|P#}3r%&l3)ZTPh+e#hDEn*D9J18Y!MeN7b+YJ2JACL{*pe4qkOK#;a&GSFmz2 zO{2T(!((9WOP9+#E^gYH<T94|^Rw)tSG*U7aH_baj(x3tHA?xI|MYp>GPluNfXW0F ze!i)pp<VFH=~Lb?7v!>z(?(-*?GG#QXPY^U-P22gn=(G?fj+fL?c{%^h>6(p<VMfg zih3J(a5IgpXx#L%=hKx2hsXM=y$QuS?+|A*zxW$}u$JqAQX5+dI=dvwprB+Lay>Hg ze?Au8b85C7O$)zcG@C+W4=%0hE8d6@7lhsj(09PqL)7%q3C(9H58IHrChkuo+v1uX zXd02{o;a>+ej3YwMf}f@DZ#0^{?v`p?3kX$l!hRV*51)F&29L~s(3@7>S_WQJEQfi zd3?`X@-gF28~WbTlN{HLlyNFKUb+75&Fm~SLjMJdv3WyOsdTU#WF-IB$lJDcqQ)vt zs~wi6bJ{kCMx2ciJvY!eZ|~m|efECXNJ&A^q92B%oOXFXCiwPUt(%ilzM#^)di`(A zD^ESk9!x{TSu5m^M#?nmbew3L#xNg$@S|I7Ao9hcr#gw7b*JiPD}TIyeP}Q8N$l1- zZ|hkn#cm~5uKo>qYlDV^%fj4$h^5ASNxJtF;$sfFjy<sA7EjwGLTYq($DbPuud!O= z5*|(RIbE=*4Nrc7pSo{*kt4Ch=q>4edM|@+6bD%<8XZW>#ID}2wtV+qK69yuYOz76 zZn~2gzxB9ccrx^QWSxJ}2(;0s2{)tlF7eEsPl3rr<6vxi!1u<T<1#*NoKvf^__n33 z?7{!VESGogr?*{?%5cz*hyBs>fwymQK%=sJoOAX0IIOgb`=xAo3g8Y%*idviwR*rm zIdJmG_M3Lvk-yP2Y!EaJQ4i;khNWl{I>f=RI}QubixK~Y@A8f~`%S!g`^r!PW5eig z*1&BE^36(Hg|y0I`3x7KI;tGfNu1ag?>rosyu+`VT)MBP%;>=o=A+S?L=EA(=FL|T z-szGqgMZc*x+BT<*)--S)x6s8O;p`svIC$=$LRzYxmZK<SH&ePXpIHl-u>wlC8#GN z=7An!EOzU)naLx{sz$Q)@XA*yLGL?NzIEK)8wYxOD!sP*WBts6(43L2LdEZ)v}iej zHsiEGRpHUM{><%puB%L;J<0OlrWEdvTm%mMU#OiLGyb$Nt(7=3tN96m7$Y~+3@=gF ziuINI3^ZC8N%I=3cglh|Nk$SItTO-^Fkx>u*93a=SB&|u{Qk9tv~h@fb>|}^Nl&X} zS(Hh31<#Qr2CD$nh9lQojC%Kc10f~}_6BH7ZMR+x@un7j0W30su)m_gUtD)QwCO29 z+&8Ll-X?klUHuk+50h}C#`BAQ7DS}^Y-@6Z^TA2IhbFbwBkT#{TEv=xyjLqx@IM08 z@B3u-lXgzbwgmX~GoGFjH>dJUsIQ`U##y~#D@rleJv6D8s4LOq9NG&GoCn7b4HCbq z3~IPR$hf!I5xW0_u#IW(-L(BxxewFNU*jicV(Il}oK=T<M|^ecTTV+>vR-ut<oasN zKb%-|*nUl~b*=$RqPo2k*)Fh`uII=gmv9926KnUWg}n=w?AwWSN3`Q|mneOaKWgan zpZND5kH6crxNR;vu43{*4~_a$VRJs8yr?a#ZO}O4&$K+Tx+i4zUI&2l9P;^M{ND;L zOnFBc&t06N=UEuju`)n6XGQZ_+<nV-#=0n|E5qaq6YMMb-`tvZTsutn8ex``Wl@l* zreAS$I!+$fqV-nUYi=?_w>%s>3-~ot7->dr#=!(YDdpcPs=uHb`$i}6gIcsJBFoqz zCK<;ke*G>)YtyLp^e9}lSJ#oJ^{kb*VR4)MIxtlFRnB*|D6WB)+v+sBwby#zF9zs_ zj&y#_B+#u%MBaGDtyX|sbE)^ea>}WxZ*cajF39^em2$;bYN~a2e3L|T>9Rg1qwycQ zIb8;7$Q{2zX|g?uqTw*+%sKFNj_3`8tN+b`e}$^VE%RDq8vrtszmdGWV~s7q)vB~c zsoTENz}5LOenVW9DRnyFA68nZM}CV;{;IVNI|g;$ZFCfYSN?JJtwADI|8EhPY3kp3 z7pP&f^jz@pt2-2pdGy~|Pwk4+U#=wTV>6omab;fXGH2sgY&Py!8`Q?kpr`&B^Dj?L z{(n4G&zP$H)k*EsYJ>V~pH|zyjv1&S0e=;;!(L7FhPZdBRM)_NKu|*<_$O$&jQzh5 bEU5q&^It}X1#vahpI=-&PnZ6D`CtDBN<IkL literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf new file mode 100644 index 000000000..46576ef21 --- /dev/null +++ b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/Credits.rtf @@ -0,0 +1,29 @@ +{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;} +{\colortbl;\red255\green255\blue255;} +\paperw9840\paperh8400 +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural + +\f0\b\fs24 \cf0 Engineering: +\b0 \ + Some people\ +\ + +\b Human Interface Design: +\b0 \ + Some other people\ +\ + +\b Testing: +\b0 \ + Hopefully not nobody\ +\ + +\b Documentation: +\b0 \ + Whoever\ +\ + +\b With special thanks to: +\b0 \ + Mom\ +} diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/InfoPlist.strings new file mode 100644 index 0000000000000000000000000000000000000000..5e45963c382ba690b781b953a00585212b898ac5 GIT binary patch literal 92 zcmW-XQ3`+{5C!MkQ~2$No+IcIkqMDxWCV8j>LCj|yTg2Mz+o9F%uHlf9u}h9EuK`F a!Y*1dX%G66ZqL#C$|bw0ZoP5@jOGW1ArT7z literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib b/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app/Contents/Resources/en.lproj/MainMenu.nib new file mode 100644 index 0000000000000000000000000000000000000000..b19d0fc34010160ff34b7016e7bb0ba30c7dc2d8 GIT binary patch literal 25790 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 NvOij1oBrk>{a<(`IL810 literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/notifu/LICENSE b/node_modules/node-notifier/vendor/notifu/LICENSE new file mode 100644 index 000000000..994c0ca13 --- /dev/null +++ b/node_modules/node-notifier/vendor/notifu/LICENSE @@ -0,0 +1,25 @@ +// Retrieved from notifu 1.7.0 ( http://www.paralint.com/projects/notifu/index.html ) +Copyright (c) 2019, Solutions Paralint inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the <organization> nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/node_modules/node-notifier/vendor/notifu/notifu.exe b/node_modules/node-notifier/vendor/notifu/notifu.exe new file mode 100644 index 0000000000000000000000000000000000000000..3641482e9a1fb245a05abe648c348881c0772f95 GIT binary patch literal 245760 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 Z)bN0Hv4! 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 literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/notifu/notifu64.exe b/node_modules/node-notifier/vendor/notifu/notifu64.exe new file mode 100644 index 0000000000000000000000000000000000000000..544e7a25b92539eb05a1475af3f56581c3224a4f GIT binary patch literal 296448 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�}hTEyLIU7eo9YGpzB!V41fqi5Ir>YM*- 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 literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/snoreToast/LICENSE b/node_modules/node-notifier/vendor/snoreToast/LICENSE new file mode 100644 index 000000000..f579bb740 --- /dev/null +++ b/node_modules/node-notifier/vendor/snoreToast/LICENSE @@ -0,0 +1,166 @@ +// Retrieved from https://github.com/KDE/snoretoast/blob/master/COPYING.LGPL-3 version 0.7.0 + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe b/node_modules/node-notifier/vendor/snoreToast/snoretoast-x64.exe new file mode 100644 index 0000000000000000000000000000000000000000..44b14220313e7d5ed1547cd83f46e60574622c9e GIT binary patch literal 2519032 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�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%0D#u3@qrbqQuY#{bTo&CAfN*si9wA&G<pFSy+c9tm zzEB32K$xg!l;FeOy3di9brar{%1z|f^wcBBKrh~yGSlo3A6T-+AbR1Ippq7mBUq9H z`=UQ1HG=Y^LCzk?yoi~Rb0Q%732XKYCdyc{n#9Ktndt$1NNW2d5&T!A0Z>t4@O3PZ z#2oaU*iBlMc~JmVVKS-0l#emvFMS`G5ce6rcOo6;&lFBfPV4n}Mrc^-10va=lV~D> zGit>%o`y;KwO)iz&UjMBqsT~_$%CGY<pDh-4a?kwKM<iQe*C50D&s*rCSwvzCJiCt zACJUeE#gHzO=v2@C;tO~pfQ=3){1VBrc8lbi>%UFY$keuzLF+S-GxM~5d8xcG$~}} z*aae+q=msR0Inyr0)L4PH#Qj;TtTcFG!>7MoO&!~NqDovuMy%dXIxIbGXrak1@BTW z8hi-M2J*wE8fjXGiToFdq+ATE5uhnnoKR<c$~ZIs3A`(w*CF;t^HK+)LBXq0PGmnC zEzd2>TPL!zyjgfN%lnlGgniz{82nOAd9XV8Igprg4NcGb5fi3Q0v?%t%etQF(+8E| zAy?$f@Fx3~bra*j7gP+1mi3${%Y!*C(6ntRQ?LnN;0+d&nEk-YVq{c2^N|J}0k?!- z@ErKfN<)lQ&!|9Z;}EPtgA+x8WoCIVM$7x1D32060O?H`>>PozKNJ!9;MpLU2he}Z zI7`N21}~X{`h!mVu)mm?QxM9o3SPs359bdMT7VY>X^JgX!>g+=;pCTuFZeEoUY>`? zx1A|KAMOC?(EK+pNAnBV{9hn-WPFG$mel=-!&r!?^KF3kQdEITPazzYDixd1JW*kA z603^QuM+O!v!0Ua9Ex?&Us)9O7%~EUOHbX72f?k_wkj2432P1`d>?1cWK4R-N<3s| z@4=fnj2@AzsYJ0sCVD4pw<{0UnB8q^V+REM(cjb}q{VCr1Xm!u1AUe4J93$<La_}> zN8-@1D1DUin<MeoK_R@x^)K4k8ib><J&;{C_EiL!jorey9J8@hx6mNXw~6x^0RC3S zRt)+J9#G@XxDn5GqlAvN8c$!1fjM^UwDyZ`2R~wjC=cxc<gP;*vK7PeX0}4qlhfpy zdRpmd#M_r*^si+lzZ8{3#=o<)OPRJC)Bbz3L6P(vIm@8^NKv9#w>d8d7VnZDYfJQI zM^2V5zHInv#n&V9Ya39i1+Sgeb_K$X-@te@*mhLVdl1Li{6o{TnBZY1*op+TC%Bct zZ^sS6jjW0rf`_n*0;gH7;(41Ndd63|93js65Z<sj^+BvyoD`28t3BrEaYQJdf5;D} zS3Iv^cYw_G(ai6N;2C0*k@a_c$U#`l;K#2Psk5Gr2G3*gk~fjMcGv8tk*fo33;eaa zP7Hbhb=Mx>d$_i3N7fR)w_SCu6XU3O7Jz2S9l&SE3qtWZ9(KX`Blm;Q%Q1%6218kO z%ylr7@eZEg(B~pER*f=n0JVpw?q0p<F7WiVZ9{{rpSue@J>LFNdwB9XJe%=Hp8l(Q zk+gN{_SzGf89^3yVv4`^<H;Yb-W_}~qaFd`<(0_GQ;`>rr-+&^UfNz<ixNh3#RuwN zhDCPu?uNfY0Pu6L@T;G@4GT3YTwD9`)a{5^nYsbpLBO%v6O(K3G-}%>rCx}z2+!V= z@uA7BwKY>uq9={DHIq-EnUZHmP2kxP)P}#4_yW&fyJPC^+8t9q!r#u?nkoCxk3%SU z1N!nl{yspr*Wx=+yLRfq+O?Ap3+yREs<ExtvRd%yfd1G&;X_%x6J&;8FYv4UReqfi zJo@Eu)(RdydmdVMeDAu|yAQ5P{cj|yZHr^jYY$J!_^k*WDw%V1q#1vkQGX*^oB9hx zf|(}xQlG@TCF7%!5}K(`;gf8&i2E;mnEZ9@8;rL2csmExo|sa-I`H!;!)y54qZ*v` zr3hXfxD8A<dc1yhU^bX;_S<;_7;VA8x^71{aND(QWR+{%Ol})5op9SR`VM%cYA9Ut z+sK?c8jY5PgjPoQZKfK6R3^XO6-iuK@%4osi}Bl-YnLH`$#$QC-;U25ydE>l%uhgW zEr_%rI0!L<;z#Hc_~{oBE&1(@n9Lp41H`vo5{ZB1^mxv$$wN?nXlm9(KHG-w!-dLO zdyt6}xT&@o{B~{g@ewVIJq~{RCa^ov^#sKEzp^8A;iq_09v>hW-K@XJV99TPfDg%U z?_ior;T2d<eH0%NejCj8MyApm1;4#k<dFO}uSEx4@<)RNzuk+OO@7;jcf~_zL4fu& z@o`A9B_{@>_kt20#GB&z4O$1FlHa}qY>im&$Un9+UHYJlkXQ1L)d-L)O~$9949P#T zJRD;JlEFVyB`d-|{!-?DUnC{rEytV5@BLW>%KUHPUGca;_&BtLOYk0)6B*BFdE=NT zeb5q-mE~Q7H?zDuMIiXcD^bkqU2WhW2Z}O^FvYVjVZwI&<I#&nSw)DD1bi<7%vCg9 zlm(XOnrK-Y<M>%XW+ihA2)=?h#Y6rLP)<Td$v+BkX5$x26n?YnkqqmY4G-hhVOYl& zhyn%wg7WT*mUoXRubUj*hh?zfAAc(%V*KOXjI(4+VDOUrkUr?akI6p{Kq!Y%@Q*$4 zA^69`gG6V^Kc*qf)t7Mc%ZV(wZOLE6x1A}PYJ(>KI0pq7hlis1@5b@dl7D;|an6xg zbpOT|3&v>=UN9F{;lV|@Vh`FUY78zy?l}5_L7#_2!TUv_m~VIbgLjK}0UybqT_=kn ze|ZyLC4c!NzNM!=j7OBe<P}%~g~?xLGA2D^3LX*|;ftcfoGWsfEZYP&4(lt{BofEq zhk`*C^@E(I?nJg=qX>g&kNobR5W*tCPrilM)A-3pBk|Tjzrkx~{N!weqj7JWDJ@w) z#+!+Qiy3!Deln4<6@z|&2l>h413`y4flZ8KM_P>=A<GW-mApDhU}QdtZU#@1QI6v$ z_o565qWAG;wnEfHe)6=^fy_TaI^&beP|4o~(;X?lv$R&GUCFc+Q3gGdUh<Q_W&II; z@)z>M<R>lSE5c8XkYD5{%kkP-ZQCzIZ8x#Dey9!fyD2^unqJEUS1`d5u(#(gy8bTZ zcM$jv0^dR4I|%$AgaD3#XW-1xnVXGY82P)$Hashi4egY?D?hF;RlfKf2Pb$g2tcPy zdGo+v<;{bG$Kqgiq2gW-rjD;SD38qo%etsd1|I<vto$IL^1Jc|WyyFj1f|N%ru`JP zw?S?T+1G+*m{bjSH^by)QA5J1WFCGDr%bGYGWyq;NSV1EIe6&D^FD-#Q&?Zd_2LAL zLTv2IOO>INN?*EH%5EXq6=yM*&JyC`DUk3^X2L-m5D$$~T?9{t+*_H-^BBm$u1tLs zamr#I3iInVemz>v!vkd~P93KV>MJts{TTJXhdfzNBLz>BP)0S<KzyA!=rM#LZY%y! z_T)i_<Tp=k0?|_^G@$!WL^>YHO-@1UXYJ{NK7NTlzPIy`@`KgN9kn>J!BF5A!-50l z891_utnaG3En(p;_)$E&umSo1*n1cFsEV`ke{)$9An_zhASy`YqS2_0#<qz8$-+j? z$_8i^1r<TjXuZ9>uq&u2#7%_dxN7@qtG%ezde_$81Y*@}Fc1hrz#C|-c&VOcwIWyu zsO<0i%sG3>jf?f|@BjP!%ZKclGiT<Rndh0A=b2}od1j>G8v-~cEIdQ|EhhzK1zxvS zHuEv#ovi(qpPkyt8+U3aZjzTO?G)UBkEdxH-<q4flikAID5OF3=6}$ZA#ceGq<Kr% z8h4CA2oH-kJK(}Vjb@I1SEVg(Bg_un)Z9PvzC*kCbKco9n<jCa2n)K`0`omLxcitF zcHX9r{DVq7jm<ClIDoimuaRgi1<R(}ML?MPRz%JwrOH<rNrLFLVhG@HiDMVX3Tbj+ zuS4^0bn~Z8Y9|I~m33R?gR8ECw+Y&$)`jB~LexD}uDVu1iCb247EavS$>E(Y?Zoy3 zR;pV$jkj?#PVnaTW!FotsdX&sPgSoAW68sf_J}%{qPd1F?dBKN+yUK{O0r%EbU>N$ zbblEyQgdra_y(ybH$O(6l#dB|N<(fxpQy+jiNA~Xs<tLu*{)66*h>q`54nYXtQK0$ z>Y)LQf~B<E9><IKF>Y0Oj8^{>HHL3#)f%@Bol|JX-ug>oBg^=)^$Fsr&|y)FUkD{V z^=I<Ey4}j-(#As4>zWi!1)1QrAL?=QLCk2nRViMR*8riW6Q-K_Wt0(7_2ImS!*{j9 z^InP@qcz+h%OMxYcX7!G1|wFch4b>efhJdT-CBpE3R+#aiCQc{7i}KZQ!SG8vg&jF zmGW#_ICrM8u@i`D0rBRz9vWifhp|ew6X?l{#@NLcNS=p#&f|zDWSZ$ZC#dztfxa_+ zgYB+alkJiG3#mwN@TD6wJzGfH2$E)@8#Vtqw#OE_Rkv?t?@HlRC|fScSM`+KS}!T` zG{t-+-3m&VoVWL!^OjC!Y(`ybUfN^IyJ-I=?K}=^<~B;IQ9Y(gS<l7sVP^_SrmUVa z#rr$-q}QtcbFL(Qi>oiXA-v`DOIuque)cH}&Q|_}k&cwkX?0OypzzZ7lDzc#6kgho z=$4KYX6j)mwCsVIiXQE0%0v&)BQq8Kz#37&T|pvpy!8+C=C7VED)Y-FW-lg9q1<g( z5ER|;PD{zXk>%aU`%oOCmVIL6NdjL2FNrF7=d^V#A50q(5EXMMw@QF~04qfwy#)m$ z%l%WF|HU_LaRIDU-hL!+x4j9!Y1uPv$OeJ&<wqY-@@t~&MFabSbD~7<DQ>0MA!ieQ z`Tadl4Eb|BpsOs?R;F^$*2@G8Th}kY|K1apIYVMTZP@}pZP@}pZQ1hL)|M|Xc)6wH zycV>wFjRgM47C$KJ*OvrdS**UcZNzF9JOWd$s1d?ow!N8Rkd^oPd&%xsV#f+PJURF z%6s6cAZEyIqDqEB37&ebQvaR-qa)3yZra|~@@ifb%}DO0lJV7xBgDPl^6IoG>h4X1 zg*IzR{GPjI%e0ZxBvEwQ#+EHpM^2aU&S`5@g2;f4Es<$p7N!ccP3T--mm;VJoHdWl z9>rh4{5RsKXITj8#!zjX+<0>M<?vM}wx=Ma7na(x$6~1*y+C2W(Cn`i!?4v~ow*aF zbfs0QJfQgN@vur6M$!^%Lf$`r{XXd<Kjh~S`D^7jX>o$ZN;A7PX5MvijwaW3s4xue zdNrhN-a6Qhy>$_>kzeqWGC!rTRx6pXQ%d5mE7}x)h?n*SU^?+n(uX6zwScF<7k+x7 z!s}j(pZeja7La-Q-O3=L%|fYyu+VDs&E}ijLeXsswC76;RCoSq=XXl}pOL>?Q9bZa zJJ0JVip^O)=dt)F3E92r5kHE5?&o{Up3izfZ5RHzzx;cr?l-@5V~f86MEGllwB{Zz z!RS_DMNiUOypQC<UpJ$BHfwuI-i5z*E9fD~c~Va~yOuFuQl|Hmvi7c)$Y+~cOvPZQ zNwT+b<kqd`Dg8_FSLz<mbdqFxw8u<w`KAegs&jpTj@i7ir?meU7tsGH`ac->4+ahy z1BUaVjDhUpHM@4V4`1sZ-sJ9&`x0k}$iy)gbW_FVKPJh6iY8yb6>@&U{K|ocSLfv< zOZT0)Vh~ZWg7(@$9QXBQtw3evc;y6_Iv3T5>mD3!>gncjgD~Ysh<2EFarJXAHLW^_ z(u(9{IA^*K(>Vs#m%Ew#Lu$F$*8Bo1ulOmDN9A||m)X8tbm2;l;d)EL<FsX&*|n}9 z7nXa{YpF;dJ+Lj!Zvw=hr}F<v@(-g1(HA*dl4xH~Rk7+(_O?_bSE`XM)fikGJkq=_ zr4~hpREyUo`*#wRc&Vp??YQ2~`;=C5wUrU!a&X<)BWGhqxXb4hQ$^$KJoAj$j+lGN z++uHVZXSPy{1rtGL$+|2pX#6Dt(a5juTDwc-%h>)3CLkiW96#{$K`oAG_o7FDZASP zTXVF#n>k*7cX-K!Vm)|Hp?H&OBC&3a6O5Kdf8`3S;f$(pL@~#1ygZAHSGW?fpZSa& z7@xHroDGZ>tiEIr2d>N~OSl!L^fc(^h~BIl=M?IdJFa)R%jc^4PslTG+-KFFGymT+ z*Ra~_Rv$LT-{@Q+f0<N9s)3?SYQb%lsF(0ZL@kb&THH&wMYLm`C!R=y<G5{64vSRD z5vR@v=t^A|@3&Lzhh7K!$v*FN%?OSF`9>6~<3IT2GCogI^ysSctBQS@RZFe{=U0*L zD()A(swlD&#Mf4w;6GijxT?@UGMUQ!D@J51q+bWKjd0bHtI2nDVdNe~sIhrfONyf} z%K5%>!IA_xXR?|{F(<Fr%X^XeKa+)A?H0KTXDV`i$(FuZ2WZIU)r|>|Yvc7fRpnO~ z`$AGkba5Q>3OFzoY%V78jwlwuP{BMy01E|tk9ETSWWl~VuQT&oJ*v~|xZ#|fVREnx zA38E@hLvAXEY>BAn#`|u#FoqeXEVU{3~)We8Z_lc`lsj>7Zm!>N~YcXrAlj!nB%LY zhmOy~&5ewhO}n|=l@Y`B;@aI!OU46nQXw-(mho2PMMaD8d9}g9=>4j*UL>7$m2`*r zkhw93OXK51=I)CX4d!8&V1CUd14f|?nMsA-%FnMKS3X14eNvvOTlJYB1Lj`2>9K2d z*z;cBxjtHh9JJPr@z$V$R@5VP(Cp|heW6tbjZY0446P;=snH_m?9|Bd$;GYKsnh@c zLDS=y=}gWeg+v)kE&%5jK*bB7;sr(OHtpJqBmJd{jEdxv#(etZ#CWj?UubNJ$VEoF zF*a{WVU&Xb_yDs;3uht05AQNsm|CEhc{%(mF<Q1=q$u?Y8}H^h0ESY`DwEV`=_i!B zi!!1{9N`MIP5DxLtXMOad6)tV;(br(xI43vKGi}x`1aw9J@73aYtsXl6wzdyB<FjB zoRJRx0IuOGT;(cG@_yz@{9LK8E)eSiv96*euHqEeSL+ttP>d7zWHyU;N-Sr&g*AEd z%m+Gl#8!<XMltN<Yzen7=U~%J{JP)-NiL--61=O~`$v62vs_u9Oumlv97e^HI_|;c zSt>pVIr!8mxA`)s2Fa<X=3IAB_1wL?=X!Q-lWMGaIs7a!?dpM9g^r$DxK8<gQ3pMX zESxY0#nG}PUR)?=jQJ)@JK=aq_RIP4IM`@EfTsyLZYq>PC?_2Eb8ywFF9qqwTJshK zI3o$SD;21t$ar@n&7?Hw<zfqey5UkT%~GCu@`ZQxj5P1sA@W?a!$Dk_IU>v*#^o*< zk@S>cvg26rI^)vn9}59tVQ*F*odjI+L+|X;T~tq?qZZlaTTlC)OF{16Moqf#0ClLH z_A!ER{;ju~VJ~>5)0CHeTDHa$SjXXoXN!=MJcfIHxyN`-k2NnEmFMv9t}!y#<7iLE z`^TbD+<LJ~&*1K^upYW9UC%J}z@Dr*ZF;CC%^bpFm{YpK=H~0hyJfppWt_pS4&>j( zU0-_1tHL5;&3eY`=2sj{7BQ-x>BfS+XjBGe=^2~JA^Bn}YYg|Ua>+#&GLmbR%H{uI z*Br4`dSGAHoV!+KILg+TXZ&+VY!Rom9m3f#(hL0hapdi<y&(>1;WN`?Tv+5WuErbZ z+)|J6f$L(|MKh3~FB?%L_Pd;FF53i<v(N5TI8PaehZ=-7Aw-D-(q^QLT%iqeu8>Bz zNK+k}n4^czo6Q706L(w?VbQ2;u*M~Ooe1Q~03pp>ef{6*-i+;@KqSq-4p$^;=1t{s z3TgFqpuX%==%m-J61Q^}vAo7v52g~!lktW*30Yl;b=!W3<u&>wNF{lWR(bsAbt6@a z9$1yF2fogkbB9GPW9PR(u3zZ?8{|^tjl8m1jcb{sg(fqluP}ux!R|q%6-H<3<eV6H zv*8r;3#Z^rVv2Gn5xVmCoR5AMBzld@7g|D?jI&V9V>QO-9%Hk4ibu#({k!V2Pu<4+ zLhEQhUN>{yOHR>o+kh90UH(FI=SaCyQY}Cq9lSH<F}{xc5vbL&_PBPn9-1Q04U8Ec zZ}Rspe;>P-T>F`M{a<&8Hv}hHqCVCaW6U3Mk0dUoWXw*b=y^4AcXjof3_>s0eZb(_ ztcHFCf+Z0iL=kWqsG%vl_2A9qC4oPSphhW!C}pT=9xE_!9@Nm}(W<|WW>6Z*%!fW_ zT~mJTXTH9=QS+wxKi2C@%<e|bV~Iif%MpShYn(DZ=Q0)DR3+oozJ_4BHG3ZF$UC_7 zNg4|$wI&7gFa2mv7aB`nu)2YoILv!Hr!m-53y);hS#)z&tToX36?5l`p$*X=u(UWz zeCqBt!+V`_HP=wNCA#VAwU?EI{li>!P1m3`h$qN0)`lZPGdBKc?On2Z#R*gfjyZA9 z*=u9mp*jJuT#B;Gus~3Ny97sJDS7L{iKM$DiP|(LfZOtB+$V+0*p3tGE#`EnBc5rR z{KG;MVy1&Rzl6&wo@=7=*HTR)L+59i-y>NxhvNyBTNrIp*kad+ZwGKT(WP8>=<Ghm z4z5#K{y!r;KXL8mKB!i1;&x?h4DU_1F?e-zmb;|YN>H*U5YE~i3609fBUU(;Zmbq0 zcbMl_;46x1mh7xsHJ5s-)Vu$o9$a6N@kTXgu7McGS60dAuFw)`QO5e+kuIf`w6c3~ z4c`_x1AEeagL#wNcH}L?cNlM1$s0~eGyTp$Yb=@@nz)bqclM;u%iwmFgT+LzWbX9A zk|UtZO7`#|i!(GX7R@qNF3iB6OBcxj&&sYw!K1qbpPJ1sP^B>1Y@;*Lc)nNDUjj{h zH@SBvf$L=dNUel!P|~pu)pru~Lr7jQq9{548J~#wfnyVo+_<xhLxi7mH6qT0F3@f} z0(T25E~U=|_Fktgp2CK+R-eyrVA~~Hy}>|2ho#kjHy#i}a24~FWRXuBR3P1VHE;eb zMxU`U`p3YwbYDqeZ-&-zF*%Kid4WCswZ&rzFRh-rYjf?<n`(D&stvqf8Vg5+1sW6C z?Gln}i-&YiREuh*C>Czyiz8BiyAQW<{Qy_!HW@~vwc{n%$LSJ#)?l3Q80Qt5r*cd| zDB_B(k2)9PHG7pSbVtgld$ANyYUtI9(n!q)S2tf)(i-_aekP2GIU!dp&~c2m_)g$b z<<rxewmP*Jn`(vkL_(d@Ty3REZI-HW<Z{w^jcccJyVtsc!yTBoSDISGO*FH7`b@1s zeB61Bn<t0Pxnzm8%=3y?1V`gup`UpY-3os?dFFzlakgXMDmpT(VNPzW^HdD=4TYj< zwc;tZKsU1VKsX)E7=mk7x+n0RH2-@7x={$MfP0M%EdCUH$}!h~Cp_x?%7!&qTb5so z%3weoQZO$8=tBkQ@?HQfQh>Dj$*kB98rZqL04uYBWe6~uc#KP1mNTLjRj5?V6L>kj zHi#r+xA1*cv1tidf;+33(!!596H<=|wT-?K`2!dgjDrI0xhY6;U>b~D=&ryy3@PhF zk|;Ft;=@4kfeTMyRf=t-CqNe%`6_c8USpySfm`zW&#TdAP0T}=YgEJO?`~~}?r`48 zdc~1i{ST=Z6igQiYV~g3JTj!46%{>!v~)diLYn`b$ccOj+)~)*`cm`SA@S~D77f@L zJFQ6x*htsHwX5LTdMB<;;f2Y<XQmeZI_4S4!dLUwbK%eMMb$V|Fez6$va0&eI^_=b zn)|=_64*9dtM@X1nHjYDJyb#k<S?L`MgA)uQyY&N8xQOTr+97E8jhelm{&x0#3(;h zQy!dNZsxN@7XjIXW)&9~`G)afdvN-8v&sIjfe&t@y4;;nz1<zGE{|r)n`=dI$&w`y z`R1I%Vfsz?31<tJtu0wATrTW|IPTEt`L6IjCld;yfIH)J*Y1B*hXxFEF>5e^Gh?_B zAg*p6<u2LI_;v#b3VJnttEb|~{q<O=`M#QdP*}n!)%+7WZ<Bcj=2AS>JB3D0#gN39 zIKUDX>h@UEoP*}58B_@xwbiJ}BeiUuP^ns1U~6fDEz4B4m1$i1oOE@OC6OtsCo7>c zGL;c#Oe_rS>7y-vnlKv48~}9q{Z6%e(q)!b)0r~qi~LjprSpagy!{hh;dWw^9qAU{ zdhSS<@dX)NX2ixkj@wjjWvEaXV`d5NWt8NrHRMBj=FQ2C9(zz1nMIsADSKOn=RY`n z;|+~&>nAhd22aIwhi`~IZ6zka__TGcBhCK-;2UcIqzYjA6X}{#?ZIDUwqSfBfbRjY z0w>drCbNye^8{8WXB&a{zI*A-GaJtVpnJ&zQO<RTIM;?aPE~c}0I90fb7*27vmmF; zV*>d-Ay(t;IAldKnO=$_Cu4je#A}?&M~i~Pi3;43JxE*pi4{Vaub#RP34e+BmW^f+ zxR-!#Oqnd>^(d`g@kpClX!Tq8sEA}S3~Q=6QKp)g_!8KA0WP2zxULrjcdp9UwZ*qH ze61sefo&tTdN~vr*fv<J|Er`IQ6Ll#oD>gCj}Pl#0)#X^kNi}q;q0c~#zZ{d(}rTg z%b$Ak$rE=+Htw}MaVYbL;jQTie4*->G<R#{KCo(~k1SF4LS1Em4?uT{3~=&4yUGA+ z*x7=B8fT4kM@K|%*H)+(9^zhl?M!-ya0&Mkwkm8Y2tWQMzQn9PcopR{dyL6WaN+%O zP6hm00WJ{fF&0p}4+>}(prsGy1Nb1APUB@#Z&`XKLHAzo4?%=g?>}JsMZKSD%ZKzz zdN^>srKn!(9R#%0dm4ZbrrtN$RZgNd;#FkrGS3w<+<Thmm@j3T3-56nVG-I|k#&&B z6yKFun>p3|98QT}<Bx$W+?Pu-33cYc%4wp-fqk#V=Plpbp60Cg5N2V!+TsQaN(w8z zSM?jk$9;Dspw#yWC32N)Wk`{sg28<f^QPQR9M7rMi}Sgja=#Nfi7&>)%)p*X?Y19- z^T=)x9@zFnMqzxY9UTu$QDctb_$J7f;dY4{oNMg2@2kPLn*7FD142tgD2{WNhluQH z=8wFF5T$w=WvKZlg_VdsA@X>k%Xq_W+%f<^p)v-|-+it|-zl!pq?mawnre5+^@HU_ zmV)BD0W&nUY;~ctx|PIkqdl6_(Bx8V#*I0@U6VDnyEoPb-YczDx_M)5M1u#$dDnI| zB!zRG@9z&2bA~4LiKfTasA-_C!&*_ak%%??f)VyYw$rkzoh7XCmb;`$Ql!ULQmWC` zU6lVhOp;HHIu(b3i3BP9M37?75U4TD8+XJ<n*N32QX?~ME;V>W?_BDn5pXGi<l;6N zHH<gd1CISU*tX(S0{&>g%V>-4l+gyr-Z_=PeBb6$%sJ8jG7byu85Mc)pqlYV$YD(w zb(93Ny*NWS*ntZKL$skgVj|ao4)f`EmFOno*%CDU#>67s@K4^&#T4w{i{K`AX9d`S zi3Q%zMy=^Ja`JRzkU5eK(m=;R-x-09VZQGMIwt$`b(EeNO?n#YuVW&b>YX*)mBK?W z3F~Qn^iXCE-6Tee$aZ)O`ej)iW7uISng5QGG<6yMpYVS$@E;8PKa7Ed?*B@3|Fcnm z%`XzwzqSmmCw};=%P?(d=2kzWwH9Ch4ZmO-htt*=N9p*1zy7M_S74i3W31dAP3YU& zQIyppfQEANYBSc<mTajFtSrU6>u7G@V$&xL3#eGDCz#f-=@tyVI@0Dn?=cRq2_6+4 z$Z8%zUrfOqo`A{fp`WbhJ(cZq{vOR?+T!*%($xejL>*Zuh7C-FG6iDMP%7GXE*VRk z`>rd-CEo9{44LGa)ue|;;lb!MRnOf~Oi7aUR9>aK)HO7&G@79;TU9$YnE8D!GSLH{ zr324+i|fsoduFj~nAz8pmhL&BZ)6_R<hM_FrHk|!)ETEI{k+B|c7jte9X<$5AL&7v z<uNjBOlNe#bie&$I#*%3)f?>R2^1kG_u`zrho)owS5uLv6l;A^%cylAY8bUnLhY1} zVy&3fT0&nhAgZP)=jGOZQ{a=?dgvM~yn@r`;}ffVa{<mXTJ&Ibk=J<PF1jABG`+?% z_Y$fx-tz{ld9>@nnryeR1MS-&Bs5=NkMY8@h+EM-0*^}|i@<{flz`-_xMwPI9v%Yu zrMFcLSRs;JZAKW0c=|COBea~PEH!F_)p_!rPTX9EcA@%kdCMU%Py*Qm3MG(9;3xt( zWU9tYsCqCLVyFA_<tixjW3W#1$7^@Qq5~vcni6{_x=EU2U}}dWN|A`~70w*e^SC!p zU52^QH&eH~GtVp6Lt{0)vUy%Veff6!9se{vuywmR3_BvdWGjGlHjAs+a?|QJfu7YF z>$pTJdZbtplpn21viHoi)sA=Gp|rrtJlW^MP?9VUs9|k2on~-L5T4kj9eGN`P|aAo zhGrb0nvslLa}4rGJAS-lYw2Z3Tv@W^RwVd{u`I|L;R!S`kkdSY%n|9Hm_~wzO$({) zgza?|QV+k=9QDSInA~YmQ>2%@V*WZ?w&I|F=yEltUDMg^<|YfTF~y=FV!x((7aqg? zTxpVpfv4{!*HR3N+B{-&vzz_e^bGE&YOZxx9OnC+%4`hmy-Zsyi)xoz0=g<UY4t~{ z*W+ordi|XQLSv8Os`??-p|Quxo%OSbIF9E?o@Z3zHl{-e6)L!RPd+1KgL&dBvODQN zPY=!O7rlaAYu`xu874pZa-mMcYBGdeuE<|`F29r_BAW>PF>SdlYa^=&OIo=c&X*PW zx%xzXn<7sWq#&nVP<Wjxh${={^;s^Oj)*}5)uZdz`g8PI7&nX>A5m_b2v~X;t^N^Y zInblk-!9-pBjc)Ei(5C|JVxdSw83%0kONeryzy^{%;0lRZTXUNL$0bw9^aQ=B9-Vv zh${}5@gwpvu<c5%zD)(3TKzLB&_}DkQw7p|Cj|C7wT3^-8(UD|Clgn#yoJV|8~F>* z<+93+{DB`=;KuC!3mMAySUMR3qLTqj{z@VD_oQoy@;BMDBEKe|YO72S(mJIKPPUNd zY0LUa3%5k)OY^b>>6y`Dh#^|3=%|#)BZw6JP4sw)JX%r~S}?((I|(#;DhZXg&5+4x zov75cW$jA2t(G53|M7Pbq*228hU&&Xd!4pSlO8P{S!?({tBc4Uq;Yd?pSX&edrcz5 z^f1l-C+Ztupo^R%wncHCGZ~}xkiOi!6q`-kgoS%(cBdE^RfooBc|t$6wgASmzb}R? zOfI8z|1P++Wie7)T`|ffrbfz=MaPmw7fTj1&5zWO<EQ&N%x4Ou2(dTvXM2p8>a*Ch zc#O|Hb*n@z;(Fl>($T|8xC5ZZIIER;I$f7ptxYdkt#9nmOWLt6GA~&v^Fdr56H6zl z&Nzw>4IW2U1%a$JtoO)GRsbY&4_CSUm)I4zbH-XEv&S-a$<l7U9xel%N^FbnYZpTZ zER=dRP+|+^Y7isaC<()d8C*ZKM(q*BmyeHP2l5Sw_YJZf1ij~A`PnPIbD+1i-!yjS zH>dXtN9>2*qD<>b?+1IK_kV}~6?&Jc-20_>PA7UlvHshk_jAMlKSb|aN7(c(LudBc z^G%@NZR~a%bb`mlj8N_~^`9ViKYb3zqMPeXgmaEZmydkI9AUJYr!x+`MpWgkF+M`p z@Rt0Y`?6KmV?3c81jyGt!JJW8mU)dVb2Y|RGEB1oq8o^8t(;|OS~Mz63<p_VU<Qc! zU|==UG1h=9${4;kW4}y2;=s-h<{WPW6FYMO*2o6e!2+Az8?cjYVAmc5upFyqFSIi? z^#<>q{#NCN90I)3IMRD)Y{-W93Ofx4YHa$P6{=b%BnWUv6`&Q`8YE<n0a}?t-a_DU z0W&lYsWgH01Xn?ns`6237Ev;|q#g>4OhVHW&?IDjj_H&TqD<9|TkfQa2ZAv<0YgIO zGd7IR*bJgB>TAz11{e*pVsQm;vmP&Aq{`bZT<e9IgrgaBrClr2{2dk+nDFU^`bHB3 z=o`1ujI*Q{Nq;=?1vH79r0(M2GKtsPiUBUMkb`%KWhyKu-X|Z^x#d0dg7Bt8D5v=^ z@p5txt(^8lE9ZhlIdWO#f!mWa$8L|zy@$}A9nZ(xGy2fVQR3^t(`RX-9C2`d;P#}? zd8|t-PV0gCp5Ps_{`DFS@-RnAA*ut5A&os4<cppd47DQ4Sp9*{(4~k|dM-lN+7uxV zv$@e?SF#~Z@0K`ggnSdg&su=xVgASlEXVi(EO7?`_{5%TY_0Sg<YDG1!2VePmG`bd zU9r_NEEr(v+U>8h$yU{iG~|)ZNiittK^pQJyQ8biES);*g1AuhV=Q97frRs)EdMt# zkhHr^v8@h5$*y*{=uXhAa%8Y4+rrt{O{2;3up~fPXPs~xgki;wxV7~B&lsysk#RDP z&{uwlJbr>KfU$|1f-y+VX7g#ZJ19aXi=nlcGHkUEMW91tmyOeWHSN_)v1VSW6g@I- zv}J?X?!{aUpH#Bg2<#o{<A5xCLpALH;DAavU7h*kHCSC5oyARtTK#=8;?N+tmbL(Z zOvC+sJ)!wrC2ze}`}z<$3Bzg<5v8m~LVyTWW1fPRwuS>4vgb^#x0=B>WJgX)^A)Lb z$t2=d!weQ3qCz@cTB?^!FO7arUNc<S>bZlbRM*G+hZEt?H6P#z&T7Xnsuj&Mf1+NL zfqC^mcCZ=z4tCqym7(@#+fW-6h`rZrhNrzy>0<BoZ|zRW{v$h;w%xYpsP6rztKIg< z&S_AS=C3TU?N|+`lQ73+j8?s@Iq=>X{nb`m+v+u(k!JaZNp<^*DzFxKe@w|*5_rl| zOsqNQksBsmWWjUl2mxoH7L4H5Z4{FnG^=cNX+Le6$03zHxIFe4tvmInMER~x6Itj} z=ZJ#2&s5mw&=cpG%=ULsRYFQk5!+$~ubpe1IbTlC79P~p#qL+2S$SE0-umPYZjv#E z98b-RHfdMckO`EazuLyv{(lEB{W~B>%DWO#>C@E}g;biv-?u;&{51@y=D^l5GVscV zd|f_}lg_|Xs3{?|K`+~@2S<O%2eLi(p;g8K4{+(BTbras*%kd*D+ij<=C=EHf?^OB zuiWxkbFbZ6+3L$6+GvdoSY@HwI&UUtajgl%uJsOMkJ<3z4#hUqu?MaGOvP5S!L>J3 zC&hVymRnISB{t=GDx3T}Jsb~YJk=jTQm;`Zr{J}EQP+6_9Zr9)H>hWG@$grXe@bpP z82s6+O(GxjrW;ptq;PI_V18yciw%hhgiE<ZTomxpY;VxRY9&m&*7|qWm51=(W!#kK zyRokP4uZa`>&j90HTf>8D<^%Eucog2$MQV0uAIrH$@iVQ^8b-%QC<0;(s}0BmH(Ni z@ut735m=7s_ZorYh<>NBK_118;!ZDmY-7DVj%uuv#}SRU$s?yRAP;BbtvrI~<f;1+ zJw{WkVBQZ0If6IkMe__jQ(CGbFC~)m)!7j-horwLQnH6sZrzqi@A-G!JBUI)GT|kA zY!Mz455p(2WiLdoaaDHbrLs)@9Cc+D48R5DlxcO^^@ZjmJ9Z@8DV&d4r?E0}EZ@z; zU>164i069)9j@h>#OTJW^xcB3(s#f6{@Dze;E-R)g9|pDRpn>;GjwAo6SU4@m@03m zhK&~{Xc_Inn{`?7t~ZO3-?8bca;bp|*U{zb=x0zzTl)$A9CIMm3Eh+vERUWsF_Z}> zdsTtNnl}#7d>@gD{e(3CV57P!)*5u4Dz#wD2Aw4;^e&<iTJ$O9lng=I%=5mcUF?nE z48o`>kDf}&#B)TbS+6*QejcjImJ@vy<^C^%xgU5Ky}RXeu;6XNFuii~@2qv=(6$g} zbp^?1GEJy`1=&;RI$3<n?`rPpou+d4P=cl#w<l>D_*l_&h)^&zr186*$Qdj6yoio$ ze0P{?=#aN{o1V252Sd->6ZC{6fU)TL4qH?SdY(m94nWVdfYOPcmq;xXJ+D@wZuGn{ zi;bd#rRNdAh|}|EfhY7VV67LYXJ5kqetK3Lw6Slb<*)X9ZN2NUku!!4a?p3W=o~xW zMeT)8&Q!7<8@oGTMxMa&+&Pj4kr|J88_<JCiSD)Pv`-g}8Rplx;J50zVO84QoLpTU z{k|v0&f43)tfg5?WI3t5_<f=opHtYC6LG1_cRq4Cuy3&3MEz{lqJ2faKK%Ce|3-lH zT{SMIR=*pnPTRFKODv-{Q;ShWzRXd55#VC0mu5vjm*_Cja-(&YCwPoh&J)WVq4qCu z!{Q`etZAvXXwOByFBa_?=0Cl@*-wGHaQ_mTl(wj1nBPe=qkYRZ5lKT<Z8W2Kc=DhI zeO6^$L@TH?qTDA^1>ae6nQ=CC7(J@5uL6XetlFzuyEIFCvDLh)HQ7{_V=35>#>ZAi zE>*Ilg6^=OM~)#%8j$G;9OsbQ%N$VE-Gj)#as~IlG;1XKjCJ<X8=P6>I^T;I;!@7h za;b9gwA4Q04WgN8&UP<d@A`{Kz9{{V_2*aDuVD-BWfv|iM0Sr3^~BO;k<edkmX$F@ z6B0RxBiM;2dI;(LEwzCTIt9Od{VP;rQqJBN&C~;t^s1%%TrXV&d;uVW!y8goGDBYh z#kXiweN~Hb>B4sP^jL=LdFj{2swgHN;q+J&o3@w)RBrHX=XagI!d1W0e@s<<%%^$9 z=}$Gy;E3m%Xg}iI#^2~ItLZI=$6BRo*|pWda@k0xUG$f2R;_&BAuZPTQmqlv4&O0y zQFxw}!)`V?qyiCfoe}>~YJ*apLxx_49z2aYOV_||PL^tn)grHfy}Rq*Arr(qkeo>i zI`@u^yKw6EE^D;#O60_zp9xu;S<3tf0bUObM|kTb7I#Y1+;bW|P~p(-u~r3u5?Lu< zuSmxuMCgZbT}1UW9R8h2?s;%&=zsC^b}47?BGW!nvuQIv2qKqo4jyDgYSNTOg!Usg z$Nwz<1RQ|a<FXM%`0GU2aHho($C}8Q2&c5AQ`=Yl`M~&jsOL1S-HNpr*O*(ZO}KkN zNZjSZIyviVm$RHcC;x_W$0AFoxucP&5VAeHw|jZ}4({4BYP8?ALQ;KqyQeaI{a{bV z8a2C`yD;m(@{$AAL!}Dbn%?sYDc*BzUll#d8e081j73|}7-(K;!rf;K<UaPnn3Wn| zM!w5e^Ho{jgoYe;QYTr%eCu^7{kxA<2@f7JQyvE|I(~}bcX!coPP2fN<J+7Ie;Y~X zdG6O{iA9CV{<I^e?7e#vBYy!zC3Xx{VkA}ibj(0U(D?zsWox28N);drIHa!x4s2kM z9^U+;6wAr)o6F5M!p6SnnElF>cPf}l;0PAn#*2A(3Wy~Ff=$(buRsa8dzUG-`bnvD zUc|Vv=zKa0Z|Hm~Um@|;C7nndD|l$25+`3hQ_=W#c?gXUPMjQ#D%7HJsyKN^QwoiD zvpi4Ic+wxB@pX)f-e?@{M&l!?QqUP2-JQlG<BJ4~#yfwXr18gu4@l#u6il1Of8fP@ zHU-3Q1jPRx8t49VRD6yL=I%*^nRl4mJPcA9J{5!u?C^1Vg)^V9KNHF9Nb@vk4dd)< ziXUlVnIzo?;bAZRB}a0;O3olwNai*Yzb=XGGFI4ODdQ2sb{Xfz%UF>t;|{BgpULBZ zWlT$fJB6_CX!Ay<0#)znY$H-Ur?Q-<@yVY4Y`-?Cb++qUkOC{sg7sV+){$2I1lB)J z+%GIygDb5I`-2suSCH5z_|(lmF;$wUK9T6v&cKFP^mtjPs?9iRs$vcUzfX~i#{wR# zy=VSTbxCt7PpdB-!2gf5Evd6o^{9x~W1RVW?9J@SGg*aW8G1siL=_6HDx_Iec;~lP z6<+6ga8)SV6dmST)G->P!!(^6mUWCQVO%LY*I_-Q)x9*Wnp4(qq$sv*!eI5`;xPMh za=fGmAPB8FVki^Jafxh(XsC{1`%yk8RAdPfD_o@L#FTy{@Ck>(J}=v4tgkUvxt0!$ zj##vpf?QHtyf$DoqiX9aKb?JcPprwC(d1g1SHH=>8J$5R2ltuGzldYfca7KRa4qe_ z8f1nZc!g%Rknt4R3vL-T+V@?>k#*x0^AeRsjCXt^DOYEY6_bDuKM__9`gKom42K@G z&1;^)NFd{%QB<RCrr7<_52g~wHkz@Mu$QoKj>)pgq@07Hg__EEvGfvRG$R`Z*8Y$= zH~m}L9Xbd+YRd+4aa^D$OxC(8POtLsstILQiSW#7Bai(9|E2^wt9K^QIY-c`E$bso zjafEACI5AhJSNKy!KuY9UNLi3K84fck~j_AZ{ySx$7$iyJ7P7V)31v@B1nB(NepHN zk#VH%e(F$=dW<DtCVJU74~U=9%H)6*kzIUu?TKpAIWCb}g%+Zz6}wpfCsO$uyQaNQ z1p9}X+XKu!XtkwF^$s&K_cxYoeH{t|nrrt5+gA!J;?bK%%9J0|8tw+WGJvcu>Qh~_ z%5peWj@AcPlx%sGq7`gXTVEp8UN)jgdbtxnpvrlu?<ITGtT#(Om#T@p=bI!6Q$dKG zaTcPV*zk+y(R>+(PQv3v_t<8hh)@dD!O}RfM^H%A8s;KBL@wq>(!`jQBNKV~h9vBa zhf?s+JVN2Yzre-;xbfj{l;JsJrD|{-1x11a<$7yAo5xnW+w7jb-Yi3lX199`t&~jC zPDyXIb)4F9_6@VzI_hoJ)>7dyiMIOhjNE9qbC9%C&O#nyJB`CdWwrHvA-Wab^p=Ec zM3<$$4QD}M0ZqoG{~{hIOTYNspU!L=U-c#9YXhUk;$qGI&>5d>_T2#8P<L(7S^RT) zyNyXNR`A9d$ee+d>?pnKk6IlUB=_cK=ip%8dT20}oYR-9iuVqK%{$F9ISiMSSuD9i zzOS{uU(xk@${IOkjoE4K%-)^qF<!LR))?6&{lL_hL*;uZE!7JbV-g>Ua$PNMEZrk) zH<oS`L7UVTp&B3$@3nJwagiu_%iWyxES3Vik`_2+o6L8XbuUVEPRbqQ%<WKNrpdid z`c^An70OA;R@rMgA?L4;jmxGX=dV)2!IW@AO8CB%@Xd+vq3$alYWiMi5{a;+rMrv1 zLG4wF-$P60T~j0jzsWChZVO>s&izOohewuP!!db2i!6P=Bu#dflrd?;YDj_g-$_`* zI8n>|*4J#{Y^4qBg8jn^<(^6c(~F5XSH_$y;h7RPa$OQ$zygf$NE=9`iT9N1s33Zh zPlqOH7D<GycJJX`+AZse7CS6B2ott(@IJ>-RlQpPZ`b?hk~HXiULHN7!YbP;qrrwN zW&FqvOBquL+hz2L<M~HPJfA5^gU<2t=)H`{II2f!k(JhyGQNJeAigKQHuCnv)@-Kc z5#_2>3HhR4H9Cxb=J4Cq_VNZ(ylfHE-(1d??EYot-eA3H*sx}?MWSF`b6{9%JQfG_ zLT^Yf4C*p;_0VJ{Pd(clFASh_+pY22OZr*e)3f*g=|cs~_XpbhS9(QpDQivUMmjEJ zMd8T5g9&%lOLo$?o%fJ%wr=`JH4ZHsnQO#G2D#VT1I3#>!c^I(Ua>VOMBA^`UkQ1* z?D$yP;x#6)tGh!lE2}A6s~Z>Q;SmPA08iOl?BVOLuJ^pU##`BD9WT*K{<hp9Yozd( z8G7Yr-S|@1#&?9Oi}Vaa?hd{3%Q?rmL)9=Uya=v0C#@4!jQy|q(65m?v8&;b^-Y<s z<+5<F)08CA++wBC>bVI`Y8Uu*fukmr^EXdu@IH^R3y$Y0S;IOfi`yDAs1s$sA_5-A z)3Bh}g9QbdCX&guyb1^&7$%1;@sxvYLP@K~7*DlmU6cOmT2I*~kC3QfD9KfOOTtS@ zl0}2{GMFs;_NS7W6kk7Rn>PpuzAI}61G|D70ax&D{42-z`RrOMmJd3(GqPpxcN!<d zY~e?jtr8Y0mK3OVN&cN0ar#}~NC|3Ic`jIDJ$?4`2#L34gM`h5y*`w_Blc9P=UBE4 z8x(z<A3Ol64Y1OomsN@>iE&{z`0<o&7951e(@8tN))vc&IFi*E+ezaU8}X<fh>E~6 zXNqoQcq&)<KErax8!W?wCRX4)Z4ktF-Ue`v*ppE~&f{<ho=>xD%EZcsK1te|$_?y` zRkrw^tzi#PI=6|K7=1_&#MljyLuDsDAV%iSGb~up#4E#)eQ*L8;lx9EqL=TynT4uf zj=_Fg6cQZ9b@rXc@>14kJ&a}Lr#JVlBL_Mn{jf2$=6~_soBOE5?Ly#HabDxEp5O$m zNIog|gvMoig5%7Z(1b#<yJYB$Gd-bmijZI?dqNZPcuqC%gd;Eqc9xcqmoSdVq@%J) zfUDw)G(YmJGvj_pkaT^WYTTsb4v!(=#n8esv8cjOfrx4oO9jSwHS<sPcFu8{sw!xc zw_>bT6s#@|R&O<56i$m9@1D&D;IS@770l{ZSTRm7RZEpj2jtvG3gOkoSn&{EA>qM< zIrP|RVwYU<Co+V&=x?18#J|PqFy!c8Nmpw#oob!YW`2P3T;3m4`t>$*38O>aUx&G= zg1Q?=;oJ8y7L)P)3M2Q5;(@aA+pdMv#3X1ag2lN+p*604jM6IGd^zSFzXWb@$SC4_ z0jugy*1F?p=L|`1<Teo210%2H!DZ-H+^GUOF!Dz#?)z5U$yQte4~IEi;sPTJ<)tgG zZ1g4`3U8vnOVJg9$09UnmgSn*6Ktu{e!6PjX?o~n|D%Gv3}j^*iz}rxKOLw<>;?Oq zPqX;ZIe;bW6ZV-a_xVxu$l98z5E~R9`^OBl0}L`XFDWrYmpS0A6toV~L!<xs2<2nQ zLV^9vN>yN`RY)(O^}y)6H1LqvmpfE>I8=}y=Flql=Qia#B2S`}SGZGs?YMhsG5fro zcCxI#YwA=k1^JS`evNM+^>IjjSUJ^jSjbMniPfh7Pbt57i3hzq(rOD|2};>;7r&jz zC7)#9Oki6V&FsL2lOE{HN7n2c82wPeKnF)PPiu;%r&J{Ykug#C$z<X1hBNc$Ahrxk z)A|urDrU<Hgu+;?;6jJY(3qo6rcdqtdLGuZ=Z>ht)@f;fJybv9bP_M=Cyu*0?wg}6 z%Mf#KR9Jqd0QZP0_mcV%Wh5zScQYel&?*b85U#pC##(o1ES(HstZTofOB=UaMVGBJ zUuy%gbuUZZx|=2@>fbfc3s0j1Zn4nw>Zb}l_yc6dEZapba|5Gq9srWG`j3Qhy*L2r zlWu+;arhVVhMZoZ2TIIh<Wnf!u$5#us98vY+TeE=4IIdk**7h#v9dL>g3woF4BhfE zppPW?L~<K%ishHN)XM)L`E`bm9E3!<H%aul=wAaJqpoMZbG5isP4$uvX3*0_XhPcy zpwR#_|E^&8XYyXbyIfpD&H6BLQQX-awz6Zsu#T;jyO!q_rO}*%p>`vFNBiN$%x-BM zaF%g{h>~(GNl%JY6iLNo>x%1d>)mkfJ6x7n!Q5TyNmsn#XEMk1Y>PWxeLJ8${tawz zje;~_v*TP=uo<o^a>%P|v2ut{95h%D=Dxru#iEb~H~v)Q>9ET3NNN_p7^q_9D@J#* zk;6_<MouXRLrA$t<wf0}VpEKqgTUhr=1z?lV&_TDiRLU8MWARRx)r!fISHA6bgg=G z)oHP%8Ka8k^+g?jsu+k29W~6KML<kKwC7sQ%g|%86cr;V{zo@SS^`Tm*o)XHCTMD^ z?qwEDR-VG&Ll?nJ^&;$8OdfHewX~fow90-2MkVw5iU#}m`c1xkUNL5>=Xx0QI2hQx zqrT@z*s?|O|0BLmN|uleMf@$Q<25UtgL7I!2Vyv<C&J8q+H-5n2ByodGqIW*6MIwU z@j#>chpXxj`D)O?<E~f%|2A;<i0B(axwlgI|1R#j&V`Dna|gg)y#&!2-zclIjDPCk z&sf>5Woh*_8f@QDaCXS)>k})u_BdP7$g#G{-TsdbnUN>^ta5*k8gs4hXd8aNSV1oE znY6g>Ln$+(AJCC{?SPoFSUM+YEwbw%^KFKK?HB(JOjMV{P#w{JhO-uhM=%Xoo#aF5 zQNklbb=;X8dm=U_#$gC91Z{#1_gkEMDw)`=EHE3AP|M>`yF&t&oXD7p0BrgF5tHz9 z<Lf8Z*0c8DeWVK5r92n$EavG*b6~s8Gt=QKlxI3OyPHQON{rk_69Tb)9MITDKV9wU z%X{>OhBfmquN-~#;DL_0)A5wgNhnWvUmsj5-cAo<rRxoiYMNkVeld2JyQ3UOmvEZ< z5nuytv1BYDpGt!4Z@fXGXKzJOvzb8O2!WN+Bg`d<BxdDbfM9K8=pwhlB&@5CzC~+4 zyMHoK%ORIS<%nbSGT14yhKt*yG98}q-afQ&qLK5aH<Z~lPJ7N9E+4=2qHu+=rS1dp z>Hv*Zpx4WjSKk?-Te+1F`o{Lfd`G$}-|)K^tywf~3E9pzGT$7#%H33v7A@@-mmVFw z=)Hw1UG(te*Br?au5dKG?ax{+1w@amu2*3Sjpn)*eVK*<UmDJE+-ygR1T7~zyx>b+ z9+RBL4k;w-F0pl=ahJt&C45dwczir8^I8u&xjW}8JzAD1HLzwYdyH3P^P$QHXFnTV ziXN%(SYvNS#vWtA8wa#JgnZrji5zDT(CN9Nw;5N&rDz!b^=A`AQuH+^9wpx=Fg(&k zHm<k4hDy3@(chem^pbHmoU<eh4;ZU08<1Ag?3bev>FkVt!t~Q$nanSCUV=cN8%F@2 z!n5_duvPNm=F){SkyDqx=BKpJN|3kfR=NBo-9LSobL>3@xVJqwUfEFYaey+<QQ4eF zDX>dAq#427i+(J^2CJXks|Xo-b};u50?|Qs0k^9HR9Q37Slwl4=BvuqWk0w)B!YKI zY>x}}7Zb!lR^9_8{(QYqHZ<gdd|@Hq?JpIl6BMz6o+MF~n|(*>6=hfvi(J@dUUmzp z35q<P9esmp54Njam9j6_rSLAVss`$QN~Q8`HOGVCyJQkKvaQ2mpD{glULSYsN4Bnb zw?E!5sWrPaI%jLP#~gIc`e%iN`$Ok`^|oyy$#$OZ_nUrY=lv*Y@_y5obk_^-H~k;G z!^e&hIZ>86g*t1W!pOta*~Yb!ZLIZo{QeDV?@w*~4TsRf?u5`ObiI8+g08X+_@T|3 zd*23BB^{I=nmcdUQ0C4v0;L2Pv+>K)IKGr}TCI1zc3hX8T3%0aJ$;vA54QX`%&yP4 zo@a~94o9(Q>p|bvDa|exRR>D5spmAE_bhwf*F^vNFm@}Vhy7xX_54JhYUqld1LnG? zaVi@675q8O(>Ka!7{q2bd;h_7^L!~9^Xwn8i!Tf3E7c~rm$fy-LB~y}nk`W*9=#mW z;g&;rD<yzZPK~qiMG~l5o(XsYSMoR8%oWWbgKj=UXYv75GImdmpDUDuf1!fgZ<k(q zgeYR#%sn?yNttRoPX@I4v8Sc2BDaMKrl~9iKhI&`_y~mH9}_TNR9T%3gu9GlrNeIe zZ}O`#B6?|IX_1)^5@q%2zLD_?zWQd*NVWozg!Ph_=kR126rM8c*lFVZK$OGMUlfbu zSFt#A80K$1@we-a=*-`iDSp_AzYPx^41cTZFZ@lI8$6ER!)+F4J_*mY*-tJ!rwf0Z zxyyO!9m3zvPx8030A<cq*_>x6uyOvjU}>DcEhVJ*TZ=>~QrU$(4o2<ZO+P2tg^UUM zf0IC}E_^>>mY=r0dN2FWsbeipH#Nq;w^(Z2ZGWs&n!^tw%|CAI5ss`+lRQ}lEMrS9 zBKD1IoFW5u11kj`pErSyDRVjPnNyuEv0tr~SY^F)H21irad2F$*)eS@qQkTDLB6nz z(;0+SDID3dcfgd5<)N~Xc?x~sK_K3inNIF&>nGSNkYT4rJ(~o1><?tie83(-p-czt z5oDWp;!3;Qs1rR$H+?WN$Y$#vGxHd_S=pyF;c`6`SVUuMD~f$bdqcU^ze809>>~CA z@xAq?><Lcufrn54F<B)WLb74;WG-vBz)Dyu2`yY)6ThW6Af`jgs_&Yl*N0!cbx`<- zqpWLN;&zbCVy@+Dsg{@#Ma=)9hv2gn6U$0<ZdA_F)&?q1@t^7qjgxaW<-X$^^N7?# zA!!VERmIFH^OVk^VV@*+2VXdb57A~^pheW4S?Kg}*z=vqKIldCj;gt5c#YQ3c~$7? zL~U1SXAY~9Vy9>gbrNy~Zb|otW}}dlbG+(xitj3WH3qNfuC0^fp@pgdJjTXm_&7xx zT14K^d1Io(#1|#HmyW!-f2n1K&$*@8N&es4jZh7uQq;%{B3(k$?@0o!elG$F>9zXL z33x&mr=tc46-<3bbfInLynCUQC_|4#Hj2#T2O@RySGH^OArUD~tV4WSW1Rc2e)nIv z-7*%5{EtR$(fjGU-a2|s;LDirdvMN*z?W&hqQIBwz5?@M4(`}`gY)3Zpfx%K|NdV` zGhKn!bazmJh-L+H9l-)eEaXZ*;9RJ9o4AB{8k93FX!Q?EK)gl%oPg@$2!HO7ev6ie z0cgHM%R3tfsrh=ImNyoMpZQfq#FR=*DKS+NQ$@^ViJ45yOo^FUlMyCzwkKnw#53LC zAMdw^0Fmv~$(~@<<iI6)4s*zT5HOH9dvhpg2j}b=(9zMPwb#K&>^%cwj4gpZ&UqDb zGVF9w{+F&sED3-F+cK-DOj&WEP+s&C>1=Y|k@I?VsL$4+mzI+{vIQWp*#g)oD^|7u zcs<Y-K-H9UQk>z2o*uDW)&zB*=uE{_^MrUc8%hD@H6D?<lIu2QTXV9^YfN`jJ;vu= zxhz|zcCCImIn8O;%9M1^vywVAaf;mf&IG?io!VnFwA>qdyqRxAi4#uUxm}9m10$T4 zsQbWm^VGRw6d{A<FnVWgV9YpwS#8Cnbib^FKX^h0)T^>T(27uKrTYjlcn<Mpx`McY zHC9LNl|s<yc#WN&7#@}@a_0GWdFu8FYUg_4EFPn!rUdUI*|M5;l&qE2bd$B3rY$ao z1*UxAK_yMSB|A!*{N$5T3+8UOu?IIJB2scXa<%y+rUS}Ydtr40{`t8YQ;y}9s|4(S z__EB0HbFwCIh_F}34Ir;RLawUhuQAD>(u-zCuGX>P{SfYSZt;EUYyDfh=pWtXhNFT z{s!yVjrb;bi_(0iptQ(X0;*WM?ONb&Vrna>q*fm!sH$Ur%uJ>*S?^b$Yi9ZuFnQhd zIJgeg%rt+iW;(5YiPRxfFgG6mQx)&?!3ONAT`X1ej?h)bj8zuDpJ`X?T!2fD4N0ex z4qNnl)nTR6#c!~jaq)%ISGv^Y>4J{Z#>_lNk(erUFoS}mY*}Y9>-Jq9`C19*_&{xv zwt9^=S1=2LB@h^ytq>>(c}ps8ql}wB#omgG)%Y$SUr--ar4^OhLX)SMPum|K<RdsA z;~TbIjmygIb6M-D9xHH+cJo%1(tl$VF_<m`S1T8k<0a=q5%m!ujBM$bIwx(X))+0) zb#uw1I>&eDh>>kF_8@IV&cz%B=!U*yNeqS~D<m0%r3ltx3p-{LeP~@*R`QfY{{Q!% znvU*;Zb}a$JDHsDahQ)^rqn4DluB(_$|m_hRBx;bo$GF6ZpOPwAF}{`!Ch9aBe9Ut z1C<Wn=oPXWG%vNF^fw>9Tc*1HBGwiLZs02D!vXQcEpZT+-ytAWmN)K~lx^lqHwmcD z>%9X}iFuke%O@g3n_peABW4LyMn~xE&&^TnV&aUO8`ES5;ubT1CMSn3U`Xm*pQg-A zj5|gDhn2~83{22Yuwo*yai<!`=-{zKDJMT)Yl=eSGL`j7srlMA`kDPjz=Xy*1q5FO z3T~Ptxp~&7q~f?E&Yu9e1s3)0jZ*YVnpir6L42U5b^9(lqTp2YiYfO4BsK|fWWWRq zx6~Gk`)BTE771cIL3il#G?%e1G$qeGkzHI_STH~2ncI+7Ry*Xxr}Fr$6b2q+o#|AG zWSv2xmSiG)$v7H|nTjOQ)+T|}A&GL$2NQ{+2=E0jFM!C<^K_O1awtfo@iucQv=%y) z8WVEh2Ify&Wp?o&3r5_*<Mkj$RqwDJfd@}Lcou{}0sc=6vZ5?x+stV{k>c7&VxDxn z1UHyJmQ_BVg6g^6tW(bxi|2Q?#rpQQ8oJSjd-HDbh&@7~rQziGFMSejwqV43`e0yn zhcdm7SSL{4;1q%g?Ds#UaF8EcS&28S1@F@}%5jErA${aBj&U$=#g}Xyuk3%yQub6S z=2SEFz~xP__{&@I)a|@}fcX{HMYfpwJ4$79>I$=su}b$YHZNeIYVNp55L#VKmu{y& zZ>BRBNly+e5g|B_9*-iex}9e$Pd=;ntvs7}H+iBblCh#}w>r#x872lF124}!q~6|b zeRXcaKQs&FEib_w9V;G1m10Jomzf`RrRvf{WU)6>)-zYi>UXvbv;^D4;n?g<*9$+O zDY!5=&KtT(4`R*0EB!f(8-Kh;?yLvI0zyey3}xrt588`Q^P|f_P3Yutd`HBZPrUe+ zg+;!DnnPHmEYoU?^NRrGF*e~Cnv-;RY{<#u-eg;JTH}w(<%$T1#V+Gzt7OfMp!GV# zD9}<!fx{Kx^_*N&`n4i%19O;Hsj{8NQ?}04tGD08+NdGsKZi-VoTHC2zaC+%7CW(w z)qYs)gmUwGHOHM(Dq`~y#s<Fi%h;g4m8$vA8=S@Bn;TSTQO?|QZ*XpLq)C`3EjmNx z?G^OV)@ML>Ew<E*p^rzgbfth7*!%%|R&nGqU@IO>r;c~%<1xqSHj4gz5z@zs<cxm2 zZ`FOG?2@sA@H2Z^E0FC_6|aCwPq7DF7KzrhpZOJYVB{JR(PlO4;jMU9ac37tE+paw z{#Y*lQ<+Ft^TJ}g+^aQQX9ee{kJB11wZoY+v<5l1%Y-@fev#SR%r%@$jr%(OzI?(S zwIr%<{93ComRy1IO08bHn(Ht8h|SRNe<@uN_w_Bv{AR!N)pRnD82g|QlG#aezO&Nw z9pQ?-Odoq!as*ZvdMi6_X~B<7I^{q1E7kAK9f;(XhRNTbnx9#zH9RW~3Vh{Uh%FE% zxmZ~-qbmv0e6rT+`$||1Wge}M7N2HX;3$5TXo{qFO=hW!OX``f<?;oY{#o{WLYWuK z-7<8cOl_Ht6aNZ^+thSjb8jY6YlzTaxZ$S0mBJ-&loJ{{>o}o@h{b&$m3sbi#8e2u zdQJ$J80WZ>Vs6`LU1=M#)_yJ}n(C|_i$uSsmWYDy1)^u8P7k|`cf6r_#Zb4(V+>Ra zO~x>FWEf}Wxk_3YJS=}0zy5918Z#_}Y<z1`x6cG1@m#3-DYv$*!jn#56{-Q}Ex&L0 zRBIS5>Wor;M2;=zX`ap^)RIV3G*Cyv4F7$d|6eSr+t^`w+%D%}>OLuDKGh9pzd808 zYA90j!e;NR_gM#<7hEhIyaNt1Tbc6Ngn@0+0nU}VyDdQ_^KWW$-vn~C`tK<)e^sk7 zJ^X<TxyoWuGnK62-qf?8QeRg|yHF`?QwiZGL%N47ER{1|mbvbV0kg$8F2@h^aF|d1 zS!!dd0xTcDUVy3$a8g}#tY;gye=I{!mKBqYNjW^+90kcVubBl8#oAA6D4~?v01l<b zc|z5hC@U+A89f!g5tsTiak|qN7CPH}=CK{IvxD^t7Q-oBYY=lmSq{04Rl)HHL~nSE zJ54~jjQTfQc~*?i@g3{2UtF;!Pw;jXFJ_TOD`u0<1+PVi(j$FGd1kf86MBM+C38G6 zhrYSx<5nqZd`@*pzmXvz!&SK0i$BYky_;fJ=m)pzp@t%&%k1Njn-G+Z^?*LZ{?HiX zE7pa_A_Y{X2lgzSgV|5PpM=VxkmPhN7loxc@n<q680+zV<O<%oj+#)e%c_&hSS%62 z@q?q>%kx#5zppeuIDP<j4@@xrEbA3MSnw)UV{A<bWnQKmna#0+)6$iP${Dg+)D?>3 zgfW+*r;}*3F0aHfZ2E~L&JAYEnsg&1y-+5OcD42K%MnYYo7TN7y)|{>U<2tdb7>RH zf894m`dE32RWiPoy_MzWk*Yv%WvQtVO4K7=qJzH5;<JN)vdFx;TC}<}M7nD5n#%IX z9L7I<FnOY!MZwUQ{~sFphc<CA5u|+%I*s_o(YV?2#sVhy2ZYqd(d`6MS3<HkVmM#i zF0rBq#T@+l0&@&>vxV0kbTQGfW-rdYmsD&fcT+mT<?0jws%z<UMOw)fX-Ir;`Ukt0 zq?w-}xjip7UO2nCADC)ghTVbJSc4hKxTTrdt|e)nSQy(!{AO)S<G?t!B!?}@H~%0x zhmkY-GMr{j?>Mo_M*64p94TF{NAe%N<Vf?sQVKuzpbOtZ&hI7*@3mklr4XYZ%O28q zL~Uid|1g;u)fH}{<^4OKxPYf5oQit(X!7M$3)y`c9<HCZkDK)#FAE%IM5JD}^pR_& zjX3b?=lXq`Oy@<iH}&}p#s$loP9-VZxdZ3@@p<1o@0h9IJny4evh`MHb%@w%oiv@M z;$dTXKbig3o!>p1S_E2o<Sa2c;+P?)o$u~%nD3`>)2`J#nDQ?EhWS3}fgCC2DT;T+ z$@+8mTgM*r9ACHJJiX%avqj%5--+L#j=RqJW@Wv&|9m~-W6(Ej*Slhz)@A4&h+bnw z32=yc4*Ldq9_#_<)`V7Ds|~GZIKeqfHp*Od)$VW>Z`?inT-q6#{ruB8=irI8`hLjN zJW;nk`akeIzsUaQX^ic&{)IC8jf`my$LJ1z<~50}KqUZ{F&A>#nwfpQ#_7;>@%T18 z>}go(+rXr$AC1DI73<&w{}VgP{^%SfrP5g_)sN_Xm=SFowR0xLZPZX{)rnrwvQT?J z2%b?_^yVd`H+UHqJWaNk`<nZ(=oM4UyY~yNH(1Lis=BFDt#ZGG@<CxfX~V4AFU<Y5 zd4>hovKI|1T`C;#m=uk&sDf{S^IO{F)o3`R73<aVvv-`tDY9Q%xhs&d=)kG&srH+G zoaj9cA^ogFOuw*u`kw66Qsa6HceP8i-v9M8;<k)rY>5?IvKnJ|Y%xVioiM^od{_2w zqBHDn8-t}&Y~&xwEn^|Y-UeH#$zFyCgQ8f*pBN=2y2Ox_E|E`{xcWM)OE}FxvApU+ z6^r`7a|k@151_P^=g;IBhaDec@$pNQ)liAN%92m&hP76TS=Ql^=dE~w4y*|_%wJBh zU{~7jx66C?Gpow8j%)!0f55^K9jJj0G?bgMnDq;r38CEkt`&*5Ixl#a=up+?;1U@T zp|i)zTW!$V=(U2@)-QK&3Yfry50ZrimQt&lp|M;zIc2MT05&8Vk=_o>%BG5>73Hm+ zevhON^mbs@LT#_VRrV3x$$GFx)V`Zh^P04}$ZkGobY%mHt6|j^i25#S;H{+VuxtdY z+k@4wLE+Co1RtE>1z%w2?FL!rNqWK6wbv+IZBF2d_!L}G@|5BvzBUuI@x^{4Fl>C8 zb1*}+RoGNw3Z>Q*ntQBM%aadD4;@E{ve#k;J1V|kW}eN$P83MFm#A)<7%9RBl1G|R zRwD-&{Ii}`RyMN)KpcL1rp)^_2-lw3=KAEzR5P4>nQ8th`EsTCSn@?Tf1Z4qY=)9A z^UXzxm*67EVa`szH_?;KneuKc>4kcVX!hP$F~k!@$!5Sv!BuKH=}$eRn`RxtF8xM0 zjpJ6H@%~jssV04lKiNho_)8$)(Ya^Imw1n2D4_U<quZFRlZA#sX2Gm4`7+hKBKb1Y zyde2<rCF1F(aoyl%Ve`G`7+-;F7aYvc3|>dVYUzNg3&mVRG0gkxLoCa6(T$6haalQ zkwkvuahQrTX?Y;&!xx<=>t(UAQ{sn_TY5=>qbwHK6Y~|Cr;G(N2vV4Ebi{lG(W{Nz zd_L=ewK4NF<O!CG;#%?C##XwCWip)h2rJ^;=u8=r%Hr^F91ogKE3szeZsZHDiN1i- zNAZHuW^Pt0S~lq36?+#Vc1#y?u$^~cexBMc39EL9k|a+xCRWhagb(`M=~Ct{W3x1B zh&jzA@MQzi$JOK=F_g#qqH~Pg?@OJfWmBmeEkjkfFM2^r(~kR%G%ZgxP3>QD#j;sK zVw5qXsdRL`>`oqK<v!fV{b+`2YF{GINkzHsXM?$oAwu%QNG=zsJWu_shDw7EU^U;h zwVmHnd1oiS`;Zc{yV;~BX|C{&+mN7aX^YC?By+ghkWqWwIM4FGTj20<;N3Zb7K!B5 zUv0}f&9|<jX~74qd~efDAm2o6j1Go&!q<)5=8Fs1W{j~n(maNIpxyG3oRq?>wivnh z+9^*o@0FBR=Ne+<E+QT}JPdD_;v-gfGM~PX_Y_g26SBJXlZRiFe)3&FS-oVaS*8k6 zy(C9^iGOYxYTM{+BUdAp>L;ZXNhkU^rHf>+L2BfFI$e5yqKjmc4w@fDjiQaxMRp?- z&{Dd{N>Wn!kBCTgk=2ZJl1DF)xZToA?xA-2?ssK@F?^K|4j>~V*;~w=*hzP4-=Vz3 z@mo$+gc3)a<!4ICo09|o=IFIXZlN?vhDU{}z3<ADX6K+~GjexbB+Zt5ei<40q@x|f zX-5>d2(OxsM6=hCk`$kvEd{m7$Y?X$+4Cp)7t@GiJB9s7Ta+{h98&YT(RTG;gtpTt zGEUp`M@zXq(Y8#QAdNhis&%35@efKP^Hn1gv^|M*)cQ<nZPE5<l~HK>@rA09{Zu3E z;UC3y7|Athq($2m)XpMkoWLoRJrp{|(<*s6l-mG0%>~cyhy|S&QxWOG;(DRLj7<>) zW9CIYTJNLUk)FIUh%7GSbC~3%SLB#?vc?MJ=JOu+6A>?ww6T$E=%e!dkvy$FC6<;P zWne-%3`sgPcB{U7C)XOy8RyY{w^^BpLulE$qgIWq>cMxh^n@!|C=ed38@Wdy^<faK zyuES`SjGWgHb!&JS|e_QQr6V#I8WA)I^q}Y15pn1PwMo2C6i$dD^h;$lYEL544?o| zGsw&aI$b$du(XlR(`rVq0+AU#mJ?ZVzZ!kg?<}^nJQkBn7v8F6rkt=`RQZJF7EpoT zOe^368&8?KwybS<IC=_J-pGAb$_qs;-atx4$ydeA8*U?PuD((sf*a4-e2Kn7LmBzy zQi}r|l3}adUE%!g7D{W_!>Gfl!)U3;JeaX_29?lft&t5%-8~!&aRh*re~Nv|g<;sE z;Kxfz@O7VvTu9!l&m*sFaaV75tHZ?}amG;tf}W<7@pdW9P*{5y*_3cY<W_Rxwk0&B zJ-jcwN_%d-c`D6P3jj!Yc-0br6ZY$ARZDITuc~f#MEetJavN(`RfjQYL^+II6l;d+ zrrKcjCj!{exj3lW1Z}JYYTDV<!RP3-vjkQC0p-<O#Wb+GHSnOUo4!UmDb$u#o37!j z7TvtnA>V3R6L-ngY?r;AFEF?FhJHCh+Q{YCg&yOkq8ejvvB&t}UzSiU#L7A#&Xb+T zZw80PTXGk}K%-7-+29<?u<~b{PgKzDdg*70{EN4C&;RZPD*rOXtlsj=cs7p^*@qqm z`&gp5HdrLwYCd|6ba=WMyVXd0owOkFy%57W|4pW}x54x2<SW0NEw+&}L7HypMHSPs z7xa@|)^hWa$C)WG$W7DkUWpa$;#?QmLgNrSlbV5)4oA@DLC(Pk1^?Nny1@VY8wY@| z<}zn9$*B8z-Rd5=A=?qJ{HSVXd0G*Or1^%*&k<}S`LfhvG<t-x`ibVK$t&tq_Vh;U z;@m5N+zn}+n`pOD@Ll$H&zLJUPx^&wS!tSf&&oLa>jGw7<ScfCiHtn)r1jiwvB$`* zZuMT)M1{4xn_~8`?)lxi7)07PSbp-Qk$qGnSE@FyR83r|T9}+3Y&s2@{W_R@+h1`k zf{3~!rc;9yIt!G^hk4(lJ7N{2@;jerCzX5u7U!0cxwppIjg6O+W0#}KV16y_UQV7> z&M%+nR?ddk4zirGx4VIs-i%%eVwv~CBk9ehX+EcQ9Zn|=SCTsMI$uPw;O1P_-fn=C zU9HsI$m)u&Rw@J-lI&{F%c?n=^E?v+_u^S)g0{>9H%C=whnDZ=_&=lFs{e^)jO>&F z&3EsJJS&x@mQc;iAepLiZRJYe_atk%`PpeZV)A<Y4lU0;qMTo9TdRF1e7!R?E*3pp z^%ve-wegz|;&zjD>+HHQ&t&Uivvj0mk;7uh)Ewx}Yu4tgcO$$jT;$7AcEZuq9?vEy z8{*O9AI~Hx9Vt3k#ngv+SBT2do@-KHhPP&{iSIuqsU!Sf`N<IT%FvZhU~#e)Fxm;T zH^bKMp2YZ7Y;CA++`Q1(f&Dpko$?rL>j47OAJB?-aI|MK#-z+3ryeU4WoXL6z~!Iq zgBLv@JV=<)?|6C4ZLD|GzZF|bpD)uY5ZlaaYoYdLa|V(H+YciVagU|R)emUrV`#i! zM6p)<hVh0%P!XwP$UxB}2^{NzSvDb1$m+3*$w_5`iwzalRZ(ZLE@=x_q87Wf;<?-5 zTi?RHc%AU|d+@d0#+P=&{8n%_b7CB4sOwX3wiv|B(~5U$#e2cnF+Wxq8)H=CJPL$e zhR<;j^|Qd%4`{1@b)Yo^d<CmH<FOLt&9gCCz1YHEvoab~_&XV0zg(rWv@`xF>Tfpw z-b}&YOQ?Yr{@xp(f<FgSq~LEJ_{$Rf?OAByPuiBiA4t4u>$ihMIv|G(pSdNU<qmt@ z71_RmSTiOxS1&@dXWjC-V4Lh6VGo$m<T2b~+iPpG=PJ1})!q<;b<PWECm@^|TWXB0 zfe+}k+c4p-4qcbGE1c~cSY7|&4f(Fn#58jRE1kdxyCd&2e3Z$&yMB*vfJbZmu<zVl zvyb}vW#nbPz9<9CUB6GO|FhtN6#cZolLSK(v&?r!$!)wZuW-zy9}W-uX6mCIMQp5% z;aSD=7`-y=pD&noFdaA>PS1Dn;(Ucx&bugjPU6Ege3*BdeEI{QqGu#NoWqCfhs%fi z<U?`d!x{3SpM01pA2bP_M@T#0xj0Ws$**<<KG+wL8~9wixU;x^H+7ck_tyfS5F|so z%ZP<P%hb-_HGE&KcFL+7xgO8h7kP=VA`8tn3oV{MyDscNJp;`85u$0Y+p`{J!p;46 zXwz1aeyOB4tWVX(DjK@orTwf)CbHVVR;||6zoiz3b#hp<Zche|7j8bwPTeSPB^!;~ zN8HZGs`^zvC&wAx`!<@Smy)XL*K^NXqdC-m-x$$L-tfN>v@*~HyHo_`ELtAo;GSwZ zhbXh<K-1_-A@kSO^<P`W&6%6Kq6oO=2=(DJt(eZjT8rhwe2!3ISicIEkTh}r-@ipO z*`E(Jv_qS!j7{KZV%yI20sEM5%@c%XTNA~7a}<};ld_6Ef5rVG=^V<icO#1AxGgu2 zY<dZ&F-^fAWU^k!3r<FRC664}uBJR}et3C_g9}XoJu{6cxj0Rt<lbAN(uqp5qvUE_ zqB4ofw4>w}U81sy%C@5rw<U_Tk?8O<=r&p5t(m*q%Us!kt$C-)=2HAa-|*H9`$Kl8 z5B<Vh)9nwLoj&x>XtLwei5H(JzzUl=c4Qin=A?1Li`pMg6Fpr`Uci%+x2rib@sho( zIa^+;^8$KK=C0<v#7p|F=Ay()nvs#12F|pnf#d9H;4qm6SWW;UJ40^PAyBl>dQTT8 zHuBCb=JGu)3fqwPujEnpk?gjIKXTR;4R!3Jn$>xI6(HU4mk0Esw7|_(4i4)P-}oN; zw8u_{h}EUCCkV}S5DF-LCcA{ydB;wkDG%eYpguXOOH*CTKOm3cDsl~P;$*FICBj)7 zD>oe@CHs^-gEOvHvat$|j#+PT@?^8<M`(IBp_k7yHsCBWEmm;HlcKue-Ie{gU`uN( z%aX95k#JuL3w{arlW@8f?k{1aNr}%f(gIsEe5IIHvD)D0Fmc&htk?CIsWv)P(&X|} zau}ys2p=ZlTu@gxJoZ2=rm#YplY@N(oi6s-I1D2?0<?ow;sQ#SMc22qiapek`|YNe z@vnw{+!D3x6!23~Mh9L_nF5p!OI9`oA=f?-JFn3E&JChA8phlh?QafKFURtdDj?g{ zW`f1gpI;p1h@3nbM*iXTc+kW?BaDKjBF{Gn>sq!S@1Jimb9(=R2nvV(o>@(CZmu)w z%M5Rca7s*M62C|$E?!D``goo$QyR~5o(p)6f^jS&7r`om^;Xc$YNE&-#gs1Md6D`4 zol3UKLQ4D+l`U+7<ml3lA_Z|DTX7a78aVktCzpGt7g#`KUmnAnMh;OTyhloF!;#F| z;jQXZkr1Y+He;=ND{R!LyyA<)n`^`GW!Cm@6)o2>s)oJ!Bh!j4SlQb7O<rRYjJj1A zHSUcE!rP^Q>=oM=N~m2AZ!4{B*r+wg>1Vfmp|B!ct!WN_UksbI`Um)cz3d8Mys}_{ zQHPn*{HJhIG$&(|(TrXxCv4`C_=cRo+O%XuMpJAJqxo$)k%a=wJ>sy&&thosXbCZg zRiin~ZIpFOZGS69H7dLDvzJ8H08LCL@*`5g@Ma5fja$cbO&>-5<`vjv1CgX-QC9b! zU|5COndU^84J9@Iz`Dpj7CfrdJXf$^lHv7EzC-$ARaxO%iVvHaBc)a+OR4d~tTZbW znQio!s<^`1;o;iw`%qjVrzeW{l$Tsq_7ze}ZN|m}z>o%6aIAV_)*g-&;Y87~eWAY} zE3`hA`a;FT>=;=#u5>N$SeWcXuHo&quF7_jQ>=WH4yIxb-yM$8Y=0)B)z*v1M(F|m zSvmmo0@f((HGD9}JQE4Ki>^cD`9fvLt@bEI6Uh07<0Z>>dRV#9wtHjUnuUvEvEi-5 zzwEz3G)9X?Us7FwoIP?^xXM>#?p(m)=GawEuS6;h!h0{7e<M=%greC2-rD6&c>=5w zUZB{(0hGqH&8k02d-G@5aM6JND?zQO?IH^Sm}tFd7fhcd**Ye5>SS5ysS=I-8l#md zQZI8}(8B(Kc&}}h1<)Ec2p-&|Ons8Dxc`tm3b$(SrUzTN@x_)coY!FZ7ko4Z#g5#p zu%Zg8aW}%Nt=_U`Z_xSa%LNXlSY}fGZ#aIe;Oa+F-*=$j{{wmSU~U^Juot`kQn0hy z+IFFJ2Skj>k~H}c?)GrHq`+SM29H$V4&XO9)s`!6ztt%&<P2dUrtpUSQQIZZM=FUw z-<C5~*=Y6^hQL%wt8S!=M=87rhjOQo&r^oxyx{qjHpXHFRgZ`?lN*%0!Q6-VkV@GE zxl{l;UqU*Z2*v3<hxDE4yu7_LovGuZ<C1keR^{*Pb6C+%E?5ZV{()0LmjB^GAalRz zZ&dA~qgCxP_ftDLza~h5U0;54zGKB;`UorTDTJ{M`5});C~3K+()~)(9b=^nS?QKa zy34zy`#<cx3wTu3)$l*bBq2b;378QCk)T1rfJ7oSVE|`fM$W)Qv5LhiijAUHZ7IwM zRFL2#n#p0bZ)>fs+S+PcdsS-%q+XJsB!F_$3TRclw4QOK2DO2JGT(3Qb0(RDpxA1^ z_xnG8o`=ji`|Ru5Yp=cbx^2JY8*1enZ{-^&`6hMCw@mU4v+`YU<@=`Ob9KuXgK;2M zO)R@wIEa{Q89(t>ETU4-W(-l%l&FhrVJq8Bl5Im;HW{nRCnT<0zMuD$PpDnDd`r6J zTOsX=B$9mBTkYN;?Vi^y-xA43n&i9E%J(hFH>z8{??^tzFZt$J`Q}N!jBfd^k$hsc zOTJlFzDp(FF8Y!Ji;P$0%RM~bBR%EAFtvMq(Qf%v|HK%-TmLTaDPP~i^HubePh8}? z)z`nLe4Ili-{ooJjWb8-<5h6(XXQ(Wb7N2WI7>-=>G^)#EuWg-0xMto{C=lfK808P zt$gYD7wDGne`MYUSos8xLFZd!-iCL}_jAcd&^qa#;6M59lzi>rZu)o|B_G?H<okn_ zZ<XZR)-9icOQDr7eZ0TvmhZ<>pLp$1U#(T&ZBpNgp7ISmJl{n<<r{Q(zSFzqQ*b%X z%9jq8-re#^pB^Vzt@O`^vs!O&!2G7eMZP^g#L8!nSFIzV5$XAcFCkx%l`o%X;Cw7U z@&D<TZ<OR4Zsl`X`A(30*QDoD`*PZy9I5!ygpLs7A&D=wT~#sZPkq=~&kPv%?0fiO zOpcIpYdW#7w3=V?J$^TT0><z6&HctO1fsg}ymyU*HOxN!Qz7rlbmW|*%XK&5r1yU< z?DfT_a;$xxzK>hTl>=7{mIF`d)XwBGNv^b#kAdS*l_p)sTh$TK0T-%Q#D$3)+i$H= zeM+2wWl8EqtO>9*!N%r|d+7mrM-p)%E8sq))sBaOC~FWV!6T6YIDAU*Y1jpE{NpA~ zG#+nuK>R;@I1Iii-*OxR5bOqH<G<dUORS7H0)`nh-ko8rJT&u>lh}V<FMmb$=`BgF znv(DVW!u>7>$wPuyXtpnH5W69%6X08|M8i;RJxzhYIZRTMwp4Xr!6%}NN!%YqK3tP z!PiRT&u!Km5vm|HN6q(i%+a|?*LQww&C!(D?1#yu#P_b1-(fnQ8l+}vl$G>9BuTu3 z2dz|Vl1NCp7FqSlBr(7xxg2YOKT@`4W=HibHC1*uQ&aU7DM;2?1V3P^-qUJNW2ykg z^W#N5&8N_Gf+MJD-S`v9+YlNDTl7ahuk|oI>t?5tZS}-J+^VkR+B)ObI}}J0W2mQ= zjEOZoEad^nrg2en$JButw?3gVTi7wPOB_6f9o{+KOFomS{LfJ4h@~yLC$5rL7o=pL z-V0$2ixeIW=p~Z;nnN=2Wkh;uz?@7j0C6{Bi1VzP{DAT2L#YMYG5HFP)&iZGbcKG@ zIr)Tsux9%9Z!`Ig$EHvI9VAI;h~HVMsTIoPe^=&(8?%s9zAAI6dJ(vFrPZ;91jawI zNY!iSBAuv8vGh;{3)H*GxxANt<_YbHVC(qM6Z|@2<#3Z2fhW1mF5uppqIn~p%C>3V zN2%r11I_y=1=0?hw}=(gN%Mx^c^J)`{4D@F-_@Pwoh8W^S;;AgKA&`rw5sb)^HiTw z3(4+aY9Z~p%UVbTY)q$lie`#kZywRq)GDfBzPl5`FEccbbq*y$pV}Tck0xCK)z^mb zc}Z8>9Tup3zL@7>`p5Qg%=N&;U#LJe#=A!NM^as+^4%P5eJHdyh)wE5%Te@S42v}^ z=i5(59KE>##gKK@>Nq3Agl0k9QU{EW=BrJ1FF)pJF@$Gr5&!B1y}41!rrP}Zx?>${ zMr1lZwb}GG9MXn;IBB)o*duMUh!K6yZA|*SZCpo%se{cWRvQ;d8&@2;ja^Nja~xMo z8}^}Sw$;WgX~S{kHo`~KhC1`c^1avEXQ?xIVD3-n$9zDH=7AA6dpt9e2``ok*#>($ z+IHWAsduK=a>o0Bsm_pUjX2!d``=Uz?B_=v%*@GlD_;#FtG$ofec&W=-@AC^+9na= zN?beyInb+>#VCR}VI$SCMZ-Lfl=Nyly$Fsc=~~iwtRpc_@iS)ZdI(Glwc7ebYNOJT z5?Q~-F6JvPO1iFOVaPI_+a;3GQAgD7Ab}kZ0uy!-xe|k3Dh~moB_IIbkBLMq-vtN& zNRB`Pc2>aNhi7w)MDhjfm^=~=k?=2c*mx=F`X$!x2@EGBu!e$4ELePoG9r=K86Hu_ zmXl7rPN2g>xtUO*&@Sl=%XIXENnb;ETtg2zh)8d%d8VULe#{!oaiybpFm@0HhnVCG zNdRBo{(e^(MhY-i-Nr6paFJBanNF(qTUDPURga=-Dy8zgRBgX{y0hkA^jLFRy~Cwm z&c;%2zE$tBQtvh{*zH#DIcfDy=&@df+bMA)oqqdj^cd|x;Vm9gr}Ac=%>`5s(K5D3 z&vTQm53q<$a0So1|6`#R_JN-wFY93qdD8IZF<P+J(EaihbNybLmqWaHfcxE~N%%Ai zrNJ7IXR)<@N(JN9G6{;pSA5}Rjm(nHjkeavHQ$sqBBfBJq%Dw?hB)au3(&~w=*q8o zJ};kU)0_U%bz83R$yI7JIV72<+XG3FoJXD{82VSQO%tBlNYn$Yh<Mbowt5SM452ss ztlAyYpa>q!%^%7fasMpL8$`igTsjRU24Yoz8H!3pE$k1Mea{-Vr^_jZVAd&YKJst+ z8fu{%kK2NZHCC4%<Hz)<-gL$EC&Z}TUPBGH_q>LB7=JphM5PHe{zX<})%-jz0uXca z2NtfJBB~$e8e$7t7%z#+2Jxq&v_%R*&Y&MD1ktfN{&WO6*#^{qh9I45&3Kum7M~~M zkhS&>PmkM@nN2*KIrcd6RXnJq>lUJlB#uqG{s_cSUcpr(e8*kntHVWcFD&n;tv#8= z&bCo2(D-v5jc=63Z86RtrSa%q3y5gtB^p&{{gAy+FnTwC3cQYl8TQ<z{H(kN_pRpN zPPNi%_DvnF)<~-&6fy_XoYfFm+n3NqN!O2PMM%rHV=2-i>Wj}DV>(V=AobhAB#*Qj za|QS@f8Q!Aq$^I2q&ZfHSIqEQEG>bJp<lVJXAHIBnI`vO?XyPXUJgQ>0%G~c(-@(e zW7&PJ#tZpTLM!uBdLYLlV~4R>7AixAU_F2YDv@pe5LzVw|6D7whxL-qpM2-a)Oxv0 zo?@=6`FUIfW9Coax2F0F<xh5T%~^^+*@Lm-(eNkF8`ezE{UZ4j+iy{(<FP9Q2D=#i zqdWm?wR`@EXY(ij?7)aV#*U<GuyjA$Jcfg5C+hb|5xe0!A^m7+A$1A{WPd|7xmVyV zO^V>qJWbkS&QHK|MGjE71*-FE3cFchcdurJO~j({NGt3}xF`Dq@j&UqAl0&L5IOP` zb7|56kw}_<5Uz<1Kp?G%%rJ^z-^n!EBifmNVgirc6YEP4_-F4|R(~F>N+IB#@)UFZ zjGxCv@@Wq3xj%QVI#Pd5Jc|CL@k#+{$(Ef~SdCBM$Nc4c799FP3hcFhqO>W`ht0LU zue+o!TfUlY)s-W4U1Zk<!Fug6RY#|bq5_bDkL5!P5zOBvWfk4uA~g=TaPd*8s-Ioe zv4>OM2vwWK*sk_G8|k#qBh?mJ)sB|NVy^L0`@;!q(CIwwXsgFPj5>YKD0{^mhO1)i z#te6JSeNy5x#I7C#SgVV#19vIo9EgM5D7K^Q7gv-R*pZY9LJestQ^{^S2X|Y^|rX? zGxsjhT@v?T4#Sco8i-xXGY#LykGV@?!eZLd?RH}uH?6X-&ZVp^yWhYwWw-NV-g^{f zGiXHV;y$`W72L~@c?AXOQ+8UPB%OK>$Y;Oxxu1NN^ABB?bUr(!%O_i(pO(+Irs{V* z^ZC#6xtI01=u$r03Z*=r`RwAyG~=r674q5E`&@5*zCk{3us+wzXPc>zbV@Im&%d=k zmtDqZdxIRtGoMHDV;a`yiSpT2o=7^MPnXZvS)V7#XIlp|%KAJ`K37_w&z8?Nk(G2x zyXA+ocKlSb^o+y*X{xmbn3b~tbxKoMVuAe(nU#l3YXO{{be-`hp)jIW2obhBKPDw? z9p4hG#LZG-nN>nOzSk+I^c1!D=#iro5HTn*LMIr-B**<o<YU>rAK=H0jY0OA!+099 zLEpD6^2UiD>c11Syj;2Iyz9RX`T_fy?UXX&kRY;ySbni|+*T$QSRFr3I{wT%4AmOn zb!7X4WV3a8Ken>{LbBbfvMGO8KSM-6!ngz|WrFdTq3OfrNX5CTl>g<vSRgNU9=4Ql zpUp|v`wxp#WT;mg2l5Q%L@M`p!*YAXf`0W(YX_YR%#QwWo;GxAK5I6F$8w$ENk3=Y zR_J#m!uXv+Zl~1<xfTEQb-*|KKFQ+V8Q!VfR(m9AoqTX97Q;pM5i=8h`+Lf(2B}7| zduWn73q#lIRR@9hLAk%s$OA+h!kLK+3~ynhnU9g?aacsWZhdPv&$$eP7vdmfC4F)L z&0e1>6lp9?y6(DJa4r9lRPK_Y0+{Td%X_4Fzk_RzZ?(?4MIP8CRfVvC*kK>dQ7jE& z;F^(Pc<5qIv4ut*`$9*@Pf<@f41w6zfn4+6<3C8YuBa+}8q<%m20h9}Ur}dtDnRaO zFT}{Lzc?i2tdVQi*R4S)z+WU9mIze!r6)Q0g}8|*@m5T)OS--SMDSD~cq$=Hts7{> zT<dBf<27OluU8SXbAHy-jv}6&uT_+5!E(G@E(v{*bWh6q72d1oPWt4RxKkxVbG^nt zxhx<Vn#SKlA#YnwMrdMNPOj*S`X*gNsuhl&svFNjgg?1YX7hQyv0d(L4H$VXdaSTP zjIN`;Z6oV*>U`VE_2jcU_Xr72Mc&T{-!BfJ(sjH*3IfKpIDsxK!Vy%QK>stfLeFqQ zA5+#Q*S=J3hGqm+ha1I!rg49c9y@-6ZcK!B_+CdH*+BHg{TVm(sSdtgULC)kKCbt@ zUcQ1bt8JlUWtRG2;`+EuR3h(jnW;qf<1$rA*O(Q8k|tqi@x3G*CeE)dtmm6xeKX4% zSkpz^#m({Nb%JGPhI>f^p2X>qc4v6BJm)4xs3ZdGzCIGX5p>?pWp6?``UZ@woMz7; zNhU6HWPNVrkW;H2qjG(T+L@G%nj-w>*i3A)U%`=m6z2b!{pFeSup2U?^y<+JE6bx3 zKS;uY^oZu2bfO5gVQkW~KNY;mbBlX;AM=ChEZ|77+af$G4sr{yW5F&VeMdZscRMST zHK@ymD6uQ*%{8(|+~aaYy;=2{iJU-^i^?4ni$ZNr3Fk2J@=(#l1)+k8i?rHVBs6Da zAg)XdAW%!QH%r)|MDON|-aJIVlSNtoxDB3hN&mR*{&BDTDZ^V`?$Bzc@YSn5l^bb4 zU%UN&ifA>r@HY}K(rOC%7K!%_1q5FvM&g4)BO>uWp@EV1EUor!KKi*Az4lGX-nSre zDMseK;;->$I3M(AwHqb9#S@ob@1q&<wfu6KyH@*%%Hmm_flrH8D{V%0AL_e4>NKWi zMRtE2X~~LC&5Hk!bXEV&lA&*rmmb$|k5|iE{DRO`k$At*`F6+phDsvw9J^yP=$PTu z*6!}Ta5~;GeG);#`5Q-r!x47#+AlH5&$dyjtzDSaH_=C)i?y}aX7!c$nDyHdC#5p? zBeRw$P&MT(%o?{nkxNQm)cL23vIfTe!-k+!erx{>-f*jOAhtLop!xQroJ=-XpH&pv zFIO!O@Rbj<ERNSt&CO8WLslq$*q*G}usu+&g0X^zTJ8548ag$ns-eCY)4Xrur10`o zbx(<0mtxz#)*oE~R+?MP?Re>n-71hDknlVu>>?SS=*;j)XNLZXVNcl_u3vX%_@0$v zFg4&4n|G$P-B_O?ZPzr!r?4>1abUC^4EOKsK~|s%5mFoxp}Xul|2tofOkcaKKJQaS zz?A*?F0}@=)tLz*IW}+!+G?@*T_5_OY|p&N{>wur@pnOJ0DoDFq0Y6~KRPP46!Wd6 z$Sa?TiQkavtAE~8|B0{uufF<M|CI5R@R;+w6(hA83FS`{YEj<$3zDs?^t>gTI~S!c zxbK!lSzNN&M*V|5ugTYC3|-dbCQ^D{lMfOr`~kkQB*p2a>zcfi4;^dL*SpMKlPe_u zr>@CwbYGK|sbyxZ$;qF(CW}*<tu@)-UX$6L`oDHA%KE0ZoiNOiH!_3HMp>7Sbgauv zwJx(*TN3;K%ut(Jne!^fYPB2ax>}iAdFWV~w_RYZ%u#K7)yfnaMd_S`szY1dOU?a< z%=RR$R>);%)m{}rj8%A{UB~RsB{(24#k<B{q|@xrR$QELZx&$x*!+S-QHLISlAU9q zRl$j}L}T;0aE?_<Y`#FI#9I~|{BT}vL;Q4Es<)oqu~a8uLv9;8*h>{Tsi(ua=Rf04 z{&%eDuKVU(-PnuPNVI^u*Vu19j8Fo92M3pQE2DqW5qj{Ut`zxyxl$JTj4ikY6;*?r z1jIM5Jt(ss9-YiSjhm;)HL<n#)IxqsBUJ@Van(rqlgpoz9MP$R<k$y8By@1T5XHr? z3v-W_DgX4oFDd=JeV=`v+6n0Ug4!>;@0DUt-#dO0=Jg5@?Dvm9*xTiOJpQri-$!(N zcXfLot9Q*mtlPVmdY9wCNWanBFZ~$c!#>^U?UQ)m@!z!DT~O^FIp3)qKRa>Q$av5b za*k_Q2e%T<=saU<Ye)5xx9SNF^?7|JA0xdx?hx;mUX(hU8yRaIoTqD>RH?pA>2(?z ziWN~`guzJv)}=me?KN3_ts1+fe<v-SKt$ma>6g*Jttm4+DDvhZdblw&+TRFdMc(*0 zvVj{I^{jP_t#i1~b?ZaF^gb9F!Z<AuXwbbr>7VRa2q_z}B9U4mb%+N<Ua6a?bIgeW z;jGhFol?k8SQnZms}3bTDmOg$J6GLb&42AvtM24v_L`d&=AO~odz!4e`O(X;BDicM z|7mj=q5h&=2#)>M)vP>Ob#qgz?sG^Gy6*cujp38gpMMN5SE|*=7(QC@Ul;?Dh}?94 zmv+<(Mj!KPT=%{w=hdoQd`O5MB*#Jyw#DDa%i_(mIL+crlhx4X+ghFx>TUiVa)&Kl zKl41ex@L!HrMaQg(9Fk?B!3?MPGEXOKbLdmY=>+w4FP-dOEEH|9C(z=w(>_oRzc6d zDPoZH(J%}df(*qThSVJ&%uvjFV(;0*XzAW$2lhj^yzGn;dv`nTJZWb++^N<BK#AHH z`Z{OUe}2zp$!8-;?hf(PtZ4y2;e2;{xTvkVn&*trK=TetD7iE8H1k#|PT-T{;mmK8 zXE`@7`j!d~hEYVAr__e=*-BZv$4J%?HN01@S8a<NI23l7zumJp87Xp@_t1bf+C->! z!{XU)SMMLX91B^H8v)$ubYA2F#8OkDfxHdY%(pP}W5krk1HGKd|Jf2lY^K=I%oed> zkqGvR)E;X7kVA1|h*@DbSklp;`PvzXv=ofHU$f8w=bj!qWR*pFRXZ?J0rgafxw2Oh z0`ePgKMIf!XZkuoUMO4+Ab*PLauvq|$g{3jApdRBmB|xJV~hDwkxa)9ATy9QWHF$; zM$lueiM*Ee$aaXo6UxKxZ}nHy=sx#Ubs4fO2oVdq%nuPI*vF?|5iJL}C7gyA<H@dT zg4ph3vDTJKQtLwkuBO&Rhpdjh&decW4>7Sj^H9(d8v6F`g(Qe!l&RQM_R8onV%vRe z<Qu}$d_!286XhY-5t%+HX_b1cM4)vf@rN2`Brr%x1T*xgH#h2~TJQ1vA9<^{uw$j` zM*p&gTc@Z5Jw1M`(66rg@gm)r^oOM)N7<`ajk#N%BF(_)*-!M?==XIuH<I1KlGBZ0 zVy8XHm}*H{!(+ry^8$8rEq_KKsYZ*oHlE+AJu;&({2{{FHUbxfXG^9xMhMKBa}$4B zJDZwf(|=>GB*bbNx8w9OAH%*`H+qSPsx+bx;?kT30@Sa)4;2Zq`%BH!75WToT`{B3 zQ6$~iWWKI~rkx-sf|E&5!Yj_?ipLfcV?;+s%L{fv9Q#EWtfe#|ubuPC-1m{L9v%-J zSZn#y3ymqAAef#4fi3P;HLEq)!`?Bvyyv~cG<w)Oip_f@<eZSVt=~k~A+g;~Fbm>) zNhA8<%4;O3yLo^->D$UT=6t?w#p>^;?JZ+J|K5^<rR*+wjP28Rmy^v$fr}dGI}8f+ z5Ci8E%n_zN)Sq9ihN^WARguM>^$Ti1{9$S@yu{jr9)s3A*Nw*Kn+-H-)As8u+CB!V zm7?vl>i=`v{x6~J$CzL1Xvpk?5bAT%^bUGnipn}z1#{7)$MRQk?YwL{ez8j1>4nw? zW9Mf1g`vo5oWaJ85@_p478v2Mio}d4+ABJZ?eR`P2_Eqjyb7S=!GkFKs8k)QAL+4< zV%HV#LZ=|HE7?`{IO&ibrmN~@WeGu?txEAi_8VM~nt#Sidy~Pa|D8&w$>q8Gg2r3H z==H0Eu`?P1jUVSsH)`J4`lpi|(+yuMyr}=_r0WGbi2b1KoKgR;%@JQ090?ZB=2B=s z!9JqP9^(IxBvk8pdC^(F3qZai6Ohb8Q;j)ys~tJ&f4{yTWTp;<n2(Lu=SO_F;(*+t z%>`<7oXZyP`RiUhbhcL-E1RVQ0pq}oSk_)&`32>ZLw&iHE!nI`lG#iDsS_6Hw)Y`w zGmM&dBxlg@uMU>1pQ5b_woX1<d+Ldb`QuJ<c$3Y3<9%PryOmY1R=Rg;w_k@GO5A^H zlQ$I;MXOh^q~+XLAyz4sy>#bBE`FO*@9RIgj*#a&mcGlt{Iz>-B0yhduSzD<iSgG< zW&|5~zSy-4V^O{H;@%{lM!TgSRxM}OU9fku)L|moj#Xl4=Wiye*A{8g8%c77ou6ke zy2EEiMIiJU4L%O={SdwgH>TCRLPxzZKh8SWuhy&f>&`>*7a6X$Du?U48R&F|SS~{( z0;*osNVHh(_JNcE$)e%csh^F%atBgtnth#CRBNfGVB8+~SE{A&P>Sk(#=%4wt>It> zGu^mD4Q5Jx@PkQhjai}LfaQb9)o&cE^J`ue>aad%N*y1mU90mKBu1Kjhp{8AB7W_> zib8$a0A@<zz%J&MATXH;XQd$bOR68{rRTHqWSAfE*{CFXoPS^$&P^bNU^b$PMeMR{ zFn%Sj7%5_4uur%(^Y#m%sryAUwm~6#<<r8?=|E6Qz{t%Sm~>6NQZ#DYCD%^`vy5dA z8JkNg-<c9Sz9Ks3?h4|)XgB|aTC0~9d-{ZZM5lS$8=I1^s*?B>9zT(5<R)1vyr9^F zUGEhgHGYK}33RAuEVvj1ORf{_r&6Mz2i*T!IE|P(?;Epz7uO&-g3DZ6JVq}eu<OvL zw(m{WXH8Bvai!f`7Pf2wP*duBU`tgKlely@tHtZwNp-&RS+~oD2Hd-6hiIi@6_kx- zR{0PD9*10?ZO6B}hzNvoU#CZ4!hN0mq+h#-0!{jH7U;CkZ)~nKUiC))epaCIV9xZ| z#67^l5paIut<O3=5G!m4mtU9Od6P}t&Q|B^GdW;&?lpSmD-YjJ@8XxU5!K64E55B0 z`;+VVq=v(~v{0xz*g7eTp{N@=ldh_7K<NBGs$O=xBYpx^BwgoODdlr+kLUBA+A;qB z-_HYqu4jCl5Ed6%zHDU;Ui6yIclBrnTr0+yV)p0$>q5UTHa}lmeWtd0vw3f}M6X;Q z9u=9Il{qhRs86`iYiu@ekz|Ce;r_{~SxNNZ$dX}87xqbD>u~p6;R3!8X{*}H#3*Et z)n&bE7tH39CyIO_G=~iYr^gGBldyT|Agmsn*ucr|wd$q&%N@%mnb#;D%nH&QdAuCN zcZ5ahDj6yqq2tkNzor}}*st10CS4hqTU^b<8Hvns4K^DK6%h9Is71tfpRX$(#Qnw> zu9=BxkXb7nbIESq$o|&Hh1T|4Q|#djd;;78tO6FX*4Z?_2APTQ2?3`W5KlRaO$Ztx z#U?2BAn1N};kWgeumez);`$u4@Duxldnc#mu6O3^$#r$;tq28KQ+yU}VCb=6hjpd7 zI_s8Te8~|=IUGX2lppCS%o!jZAY!SEX<6=d3pA=;aCZU*WYeV`49H5=X)#&JI?W3D zD8obDUxd29RH^wd`$GH&Q)i+y7<$=7EEt}8@Uvj(sXiJQYLT14hz>ZOuC3;-$@QT5 z{yyP?$h6!{WvV|fiW|bZ%z2<RKLXUrHc&UF0adr5s&6}}b_M4vmP2pS^&H^q0km}j z+WB*O0PSxOxrrskmjhZwI=bMfa?D&apFx?g4o$&$eR~It=ki72DI9E*pChS~q2&MV zCJV-u&elp}zhWd)sCtEks?JLH`smbLEwWjGS#F7SA6hs@Ta9Zcx~E8cpK#t<@rIbk zb(bgr=W!8{SZc&p7Vpmyylq^tSwLLQ9En&)MJ^OhV5VNuh|qN8EDB3*2bx@c+kP>= z!qvOwap4;=Q?EwnVVJ-^Aa?~5`A!)!>9IRh0b{c)1CNi(yPewt#&f=s^-0$-CWNem zoSa<2|L2WnZ%H%ycRC(FL+wdVUTje}82FXN0vcHjZKqmOCO~90uoA9iUA?8Y*-O5V z6>(&WudQl?YyT&7g<Df?X@kr!LI`}$<TTZJ%{mq{e*6p|^;Nqf2M>h@nb*8*3D7P^ z$YC9_lywZ}tcC8O&q9h8UaREGAL@;V*wV-R17QTzHW({zAkyl;98=nSyOE-u4O!lY z1_Uqqv}EKx&W?J`L%UQ{35~#?IK@)pCx1ugx}S$x$R3Pl#A`2GdCcbksMQ^FIi4GG z6yx-R=prQdNn7Cqz5oYtfm4@z=#BRfRm}xP;+s(Q2BFQgnjZ-l%<Z#;jk9}qn(Ccc zZJKXD+38(el-xvjWhS1vQ9-EEcrVcS2_T!;Fx|+DPpJ>JSH#XvPRv-;o5-R2B!uKc z0I$8gNN#rUf`72W=DPRyqB7u(qt|Zp#UZlMah0}kZpeSBdAgBhPAR`+f4LSD-pst^ zO*wm8TU^DDWs3`QgL?K^X;~|@nkKaXvq!1aJdBxUwNAITynbI7gx6~BBZsG^Ews#Y zXtSsKP=<EvXzD6!J116rCdY=YL1SOQ{qe%D8FOAl6`!N6CK{c;)m-+;-lVp=vUMIo zE5|_|qjO$V>w1VHo#v%{wumU-2M7!JqB3;KtaN|0uy5kAr0ZL=Sx)|~#%u9E(F6ET zPE<73%)RyIIQ(6d_GET${KwV^uKKQkAWuNhUcT&HkM`7N>Ge3#{vU^VR(MI*Djvl# zHu0CPX-Qm(6Tj}7HVyaF#19lqI2^rL)&P#$NAew<n7BU;NlxZP0xPyz*P5?cy`Hm^ z{`t4UaC6<7!GA*Nk>hfsayRBrr$*Yd!$V95>%zw6gPg6K9dcxeH;a+g*TL=hlRPnH zE0@@_+veL}?g?dApEWo%%v^Vh6qfi)=2H}o6cKre{D%MS5?kMTPw^Uo4cgXpuKvjM z;(zlOdtXZVL<vKxq{dI4EKpDjZa!O7d?>h?GSk#*wA5SPgBe<_L^0;uHj@?Br!^8N zEQtRT0LfDZ>Az{f1TCCxz7Gql8#luDZqlP}^Fq`mK4WT;<t=v3Kldgv?8N2|oYHQ& zhw_M1AIu3~D#FfF$t!x1iSja3y&MXSm6rlu<VYSH|I{MHEL7c?%rOt3D-aGfmIqIn zMX>Y279x$tTramlv!|37-#qc=aCU2CMq$y48;cwelJF2E(iO|o{_2TXr{P}BQ;S5A znw(L9R!duzs}ndAi<HKMYv0Zx4Uyfsk%nAR(TjTCCYXq#QVug6a_BF5{*QRR=$O4^ zamVca35ph1CTX^HuvRmv%j}IkeD;nfsr&4mp2dc-upn|MBg_msJ@q3KPS3bKX%kwD z{-bk3m%Z0Hp_$q(tGiC<Mda<6(4cy;C-f{{m{5)xd%~R)I!dxw6Uu3#b3%Ln>))AB z`Y+=+mMLX!iS;QrygW<1Pd({O^cB0OsRf7hh!YE!#>BwG=UQErV;@$&oNyjTjWS$m zmO&U2BV#>*KQrock>~YJ<jjNb%H_@;($cU{LO~kdf@A}Rx!R8`mAw6)nR-tKsH}f| zCek<5Kvv<Pkx{cfblkkgcL^=p<keOckc(KCxx~xVlNsy87%k!zh-GA^HD~EIg(reB z>O4@QtydK0V$PH{h3R+P7eirU8A4&u)}vgD4l_TRAP6~4QJ5FZ_c)qHr*)+;(+VS- zlMopWwp+|+$&NJ>G-iwWIM0#&3MIFgzvo4-;tV(b>k9=X(cB%(G4GTt9Vp4E)}}Ex ze9#3Y&xOV;PtllZV*RdYj67L1W}2cg8H<2>FKtz+qA|U?QW&~<6%=N(V#!L`Cl!ss zA>;F%laCsy(lW+xCzw3%vQKn|Qz)`2%?aiY;l}J))CU3(i)~c>x@?^}VZ74np#72! z6CXf?dFA>f*!tx+^)oN(C<_xS#Qe!ViYa|Et^MwgHlHm#Hhg2MAH&T2j=IbS@s6}R zV(Y=oN6;95Pnr<jn{<T7b7>7Be_}`XHd61RLp4v40;wMVdRS_-Qh!$sss$tTirx0o z<IL}LlroF$zQsjcZk~_&BXT2p(5lvDS+a?gZ6_=dvQG1X1HxpA@5|z?vJW<dHN6VI zhZ1_;tQfbTF$8(v2DwyP5Mr~SA`0bT$;G&v6mnF^YVp*EwpK`KXUH!cW*GN?tQPDR zCaJLS_;_wI3sDOsu9WoZrCSl<4A6~ZeDzc~BiG!@z8!Sphm;Ht3t((ES?!FO?2PZ3 z_nwe~M0_;UDXnCL3Pdokg726`Y$1t!)v7bFEfI)ixov{^<!p~)w7xM|vLT4!iF+ev zNkMH|OC>DfP|VD^;R#;?&EJ9zItuN8(Gn=x7;tY0zm-m|)U+$(_h3mQ!C=YkGqwh{ znNp!PtpS;B==gcwNQJ7d5(7x9O0J7*tRx)o+ubWGYdEx_8gAy!1{SsbF_j{(3YR6& z%Aj=R5m>DP)a^3QKsgtz+6~|GCKpAQan5@Vn+l)7!!wo=hma(}*l64?ve1=;%nE@w zHzhO&lFb!27KFKFVZAbc*Q>4tcdpIVoh4Jsmzw2EA(79<?*a!q4??H!-<u2|U?kAo zj9fv1Sm7x1d3YlpMyi?5elR0(9y+6d@e=1H(?J2zkKlmTw;?fat?*I0``zWD2e-&v zAN3?*<FoXt^I5FKRe|p=lxweXZ{aW&FV70~w+}!b?apS=DLFyRCjG~OeXM{M5xLK| zUP>ARP7qVVs-&MsznohjY`z$oqAcj5jsyLgnJ|RrDS40%C0#5qJES%qzTi|0X*9nJ zxhZ4rTGcGDK;s`Ny5r<LfA(6yRx*{j*{uIqY-CEB0>*0yQ$*=6B2|NX<0cYfc5}eE z<5dy;Pd6?&P-^}U>ZpLRQl$iq-P7H^_EN1@=FmPwAz>u)lyrjKw#e3$+%-dqS3=67 zfN9%o21Km|UAbH&kGk7jK3iqgom)lb<I!vPgv!DAg=N(h`Qbt?K*YeMW#QoJB^ijK zG0snD+NumRUNs{{<E1-cnwYjmgwbIfmQdE{#5Rs)<%wm2>;_0MrBBFgrm)Q`F&pol zGMj~ZN^bMt2tVgN)WXvCRufkLECrK|fsze=;^{GhZSkOcV*t7#o;21<55znfveE;Z zzahXKI7UOzy)FFqj98XqohsfGC~2%Twpj%m#DD{WGoeoaf<qYy4rL%X(h6V<zZK|q zZ((Y$>HZ5xr+nqIZR3g5dv5Ao_9jDuP^I>!zChR7iF?|c;_EnX(@6Yll#$;O>)pol z)Sd-%CXu~2nrlvHD?Y!_Xl-lCL1^{IK~lMx=*g+6fEMDSuv6=sGhis+T&Z%LNMhn| zB$GxkyiMjv_7K_GFnoSiH_%%|ovo3o!b4I`rabMFuN1IOiKi>eD)SezHM@6)H07Xd z{=j+-_XT~&@hob3sr+6{H__mG>bICn*>7r)s?1?Cf|*yU`_eDyEOsOq-GP;K2aE=r z_3%GwFj9vEB}GYt(ma(%LFwf*C}pw>+fZTyJz6L&6*H_(C|z&8Dk$agoPyFKS@6aS z+UhOl4K|c621?rMFA_*<FH`bQP9Q1Xj6jtyo8Q8)!<bPRtZHd%WP)xJv~lA?Xq=y0 zf-nGX2b@3-kZj@nk14<qpU9#%m=D0Oi&St%u6tiSq^d3>ajiGz%@nV~6D25n%(dw% z7lcHanJQz$EHvwRe6Tt3_x@4nXq$q#Z>{Wd8<e<j1_o(r)B2S{Wb{tQd9B!LXqJf# zvB4ZoyK+Ff16HBqP7*ep|HPWg-s=^7<W7k$0IEc>lLjE}<>>~XObb8}Gt+|5P#Z!w zV+E9gkeu~O=S2^P(XZ!yDvVnGZo_CzCyY*MwPEx?8jRT7;RI|L<<fFwf94kqBg;0* zIIpnrU1wVpOarrX2?C@CRpdt$rWF~X=|*6X`O{;BbKj{<Wh>-%8#z@F%7qJAvE%Wn z9dEemEK~w}Fe`=760+k}keQAveIwI)cu0*dr1(f{|1MNU2s<E<T$UshawUCATm3yy z$Zx6~hf&BJ*5c=<kkukg>s<Tav0l~MFW@<~_HV=|!lsa4=Tea`he93+Mj<p2X)qdW zUOk`-jC!PyK9%P%3c34}4k&#N3i)+}R%uY0VZACSz3c3R(kvkg7KOaPhSC>LAuSrv zMfX8mreGDZa9o*HvPhq;G(O=N7eIn3wgK3G%`mdC5eSOi*UI8*R-l|g^58GT?YXr) zE0JA&MQi!N>9Nt7s0;8=5KGmF7b@>vBWgZxea^(eT8&&q6Np`y;hoSB%CB?E@glh{ z{wp$w^+8ct12xK8PBsLct!u;$upAFVe}htLCze=RJki||w(NsWaydWgs_<IMjGs{k zE1bm+%TAWDFsjktP<j~&YTS4Ly-Xe_hpg>z{VnBs=qvTOVpOA$%wF&8lgLAhu0GZU zTPDystNX${R#S7({V(n2Qr1c08cc-dQ-;9Lp=P@$Tzu{|o;MF*t){-x@}DjzNWx#N zN_=(B_;|`%Z+!eAA4#N@#7}1!c?ar!d&?j6gmd#UG5sk|<g9lN=3B|@a+bYEU4z7V z<Nx-pbDs0No)ODI91a@*ntgEHTw4M5iQtY`1q%_&3{+QwKKm8=$VoxaCm$EYeu6*y zE&SQ9@aOEH!Iu0QCJ0*Ob<kz)V6yvSU;U6>(-i&FJa>~;bH9a1nOLGUh5DhO2Ok2? zo$(yf1(ilpcOMlRQy6BD$!j!9(mb%K$=2t`w^4HnrL4H3f{^HltND<0{bRC)QlfE) zJW>2T62U6bIH(o!yjmd$IwUqiEW710rNfc4<koUstGQirudXSs<~JC-I8(twbY;DL z#)f&mXy3%ywvB;xIU%+N!pFykE~la?^)*>_6vRq&D>|=DNB}Unnh;>CTlyBj++>0F z?7HCAi2>sk%lOW#6zYPi0$~L=g|E%Hf5z`1$tnaGEMyK3(A}?v^ZhaJe(4Y3OFW@B zH<4S=7;rnyu`ghFY4to+D)fDS>^!Gk=ol#!vl^z3V=#~V7fJru^iSdosRy_`e5q2~ z?XO4Q33B)L_F*XPVE4SJl-5f)aUP6i4FR>w)3jKhu^V>T8vpAr!Ky~W#k@2}Xk~*} z3B2~_%&^ExW8DQU6Ve1Qm|?Qie@kA@Z1XT3EC^skQMR2@LWm%&P19p}E%m;_f;wM+ zNKTU;Igq*Z9r-Y2y{~0r4_8$6q<2Zh*oKhrtu)#>U~{XfIRJ%cu&P1Syi*n8t`EjW zRQ?vGNdkMciDqBcCziDzDcip4rR^1ta4uKh#E+5uvAmIb?4o3~+aZ#gUGd)t8Ywo_ zYivyvL=I#vI!<@Lx}Y#nveWC_s;zQPseYnJ&f|{Io7$?rQ#hUvmsj|JW6ZrAnVKD^ zQipIQqV-KSxSP05l-pZ(CT4m?C$5LwpoO<C*ggR`Ea+eF<P~v)>K~ZnjvR1?4@;d$ z6(u_p`TMw;a<g8w-3)JqB}HOW@+xAjkt&eevq2F@lx<fwBIbs7$gq`e4M@7)uE0B{ z#cXCLj(-ERO*L1tuKJ4hNuTW7Ik=%XGuPKXDVBv;vTF!bgx?|tvdHo!X%qh?W2NGC z&WROH30CbAi6a2u4g>f0g;)JW_Dv{d!Mw<U!J#wxn~%UXre_8arfBmjjtlqER==Qv z?h@)m*lGO4#SVuoN`lz5pfNE#V7!1>_k*uP(8bjZb!MlNP<3!yIazUDLFj<M$e9u< ze#V$ByhRDKcu+7pw+KU3@2u2a7|J;1P5hxENij}&Zne^Qn@{DYIJNj%dRn_dtCRD- zdr~oEQj5qT4ncGfQKT>{#IcqR%hDPxn@&5_*u+NVo8A>d)|TJkG8ftvU#Th<y>j9* z^ep3vZiLex1S@%wBINt6qS&#xJGx+g#VTyuvAjsRC$Rfgj#V*uOhnT|%mH=-S)IjJ zA7U_;LP8hE^O-^83M^VWgoj@g)(B1@CWOXx-J|DX&%&L6e#7)eK0Xva&ivLYY)#st zrRHTg(O8Ft_yLao7)t@*T|D{RBbuODTI4xi5cB%D4q4#JnNhD)#x6T%L;fITR)B7J zL^i5MEW-Dedutluz9{Ei0kaI$2b!NehR&<hYz4}eXefRQ-?5|DYOdlzVl7<8ZzT>{ zFJPyC$=(Wh02~eWj`WIS1Sh4Zk>9{A-BWxYzuuB<p-El@U?+QxXZLNT!SM0skF7RV zcC=xhg$+vlZs?fT*aLSmf*w~I2jVqSgIzAv!nbXE-0y2s-iLSVk65G(G4@XLcUWZ; z8Rr3hg2q9)V_}GSx~f_NiJ7BmtXVE!al|LkKuUU@VSc<x3W)TPICWox!K=5stOQEH zsA+oCx3^Rtz_7g>7Y_+tn(19D%Qo~~f#3x1gr?AZ<e%4h>v|=h2a%g9osjf)JP2AR z5VIk4zNBG@-|F^G*cbwiA+NVi^Txir-_D$TUh=yA6Ly79N#&g=d5<Hn%gWo{CGSKL zrO(-?;yly{h~$*YDDwY#p-9QI8mE+pTFaMRFT!(7@i~BFA39zgaWATVLQP9%_yYAc zh+*CuYS^|1V=u9?6UlYbwM^v>4@<fho}mctg|aRzjoU=*#Zf3N29`#RDjb_QE#dLh z$>n>}Vyezmb<~`6O;t5&HG62xSMhsQPP<j2d^n#_FS>!5YcMwSRK@^X|AIA!+fw}v zRyBu41mTz-q=>Mv+c3P{p=_{xI2GK1XwujpzeKi#ZKkK3zJwMAsgfw}$jT3#8_Szg z>E5>Rt14m%>Us>I28Sl_H$OZ$81rE3)VQ!ekxWX%DDyXa6+@cHvDmeM6Lvrg#-?Rr zKpDW`@##b#)kQf_Wd=$P=-ZOcWc+mqmyCj7wa=N$2~!pSCf!N8O3UOH2Qf0bn{CTl z!{(iT>M$~TfO3)j*K4(R@WA!kKjH_Mt-<C3@~{-I>?}119iJjk_Y^-29H2}8AFwC- zjIHQD{w%ci$aa>#G&{?TN35;vLyQ7!S}TVG%g%BRG^v}N<xS_?TiD@tmbWL>g6V2! zd3Q&>=A93#rqurARd$xYkp(4omV2<oQFfLKtUTrwoy7*CK(qI!*&?c*+qpIU#~1N@ zI-Jt&QFlFL!D*AD15OeM3OL>19y%UUy6{_F>`^cLYL9S&S23@Gu*kJeT>-VAqhj-V ztF1&qhe7JY018Dnh1Z=VLcQk1@#ZwUM-`m~-xC@3mkBEr6W7^@C58p1a6|-@z|^Da zU2`ncZ;Kn@rtjy?!YBF@|0$rdB#=eO8Z8NAVX2Vku!jBOSVeIE&O|4+iT9aLENcHM zJL_!1P$=o-Kgh$e9IpiVXlZkX3+X8$n!3_4A;N4VlQ~MYtazsy^sZXXjZh@ZtGsch zVi=WeN*cp>#kO)TE*Gx_!d5`gt*gL3f8@rl%U1EgvbhvkHW*dAh<5|4YJ6a3DGWd- z+~2&BM+;6eaf$N@b|d4b7sPdLNxJ@dS_(>k8>67~G@D?8sP2+SY{Oa*$-xW%<6L`a zU3uZu(Ebf2PuKo4)gRFRj!E2QP2#y$_c*3ZvbtA9_hcaFcFf~T_B`T=$P}HR3WT=k zE0z||W@47#bl5B&q$aZp?#N=s5)Z2>x8_GST+TC}N6R4gDSj>o5U3_yKc#Xx?ji3U zt>F1>d(9*W5UXI?#o?bRjX%UOReld5^pxLb%ho48giVY0l+LktO6LgeO=&K6nRjxR z6Q{RdV7Mvg+@G@$EalzbNkQlu?oDjMc8EpdSWAodyq*4C()W^{%$~-*s2!@mD)DZ= znRAil2p_I^Ty)uH8>)6#L!9Kl*CNYMoaDnp_1KK#o2M4YDN2vdVDa|FR#V<k84w2m z4H_AvPO?ZPwjF2U&2bH~8jd>n1u*FTuVzE&47pdG)&4Th?u}+|G@S%1-Dvh|+^b@h zE?1K3BKC7TRFhEk!{jO{Kk!|IxZJ&HA{u8)3#IvXCS2w>o)MsiMu1qRh7Tyu64UiB zY*9pKFWa7U4FcOl+x%i8-|SEHk!FYR$4IhzYAkIK3is8rO=h>ag~QzSw19{+)ylpW zq^IVZBbtTW-k9qM^%4~j*R!k81Dpl)*wo{nw!l6$H+myrn3^lv3xIu8ptaXtI<1{q z2EU4;PkF=DZr5tWr4vb|Rx^eNPx-0XKB16z&WnyJYlxpnS^y&-q|v3O6|I(I%8JE# z;(`)B5dqOJp@l)QiBbkmUw>P$riGQu8B1?T9H&=2SWX?`Qzeo^j<%{7a!G}_o^oiU z<>XmvJ9!$7N?f9?(uDIaH^=N$bMaNh8vBS)>&066rm<f4-leA+fjl_b+E*~8Un`1o z0yK&YL<U@BZhuL70Y5GKf?kC#%iX$QvZwsp8KH8jNkoiiy{Z#d1$J3)>^u;e;i*at zJ<qJC9w1XY0|H|nN3<z!!Lvj=aoIVT|7i9vA(%23bM06~Aq;5#%_zrdh;tN=>{sz8 zS6LCTI`C|!wi<&19PX5PNvXLQdt_@&%-~||R2MsZ+G;kB9l<IO>R>fmIR#uwMs~r) zjF1ugw;|it9Wp&keB|d3a%}xXgfBAAqZpm)53*AHl{lp9me)x-+J%o1;dnp6w9MiC zL9_<uP*B7f>7CSVImWT(FWCjS@Pvq_gUqi%(BeOmY{o23Y?Zssy9dkQ{3cViqFo{6 zSZ(zz4pDvyH~=>h^^Y_ovPV)e!3`t(v$Wfuq6V{)dW}H|w;ov|*y#vgudVi%Kc3_f z>Gcg~V}utPpc6YcAJmq+gSMC_ttaS^OZp?Cz38CoW&0i68HOiB3Oq`IQO!pnH1{$L zrKA=JXj^De9Y3#x&TbY*7e``p<Vpgu&`WjZr@PoqUQt|%=vqFr(~lH~Z^U@!PcdKw zPW>axMmoYP>|qc-=VtCdJz0)M-_>fb61L><{w{o${$9zZ^p_K*(n01xBKyS8Ci79? z))$eb11BZE_Ds|Sf|%xbz?kw=!{-gLt&NZ7-!N$b+h(F*5<K$=8g9hg;7Hpv+k%2y zk;D8sMakD0o(QAr$CKhT2hKK{XXqzkFx41xVv?;t4g~n8sc$DWhI7<Tz+7!#;?f@n zRQx08A3BU2b&_4DH@;i8Z+qlTiL_=k9a)OS{!LqFsSH8mZ-MB=xq;}l1%c?oK^^vN z^m)EfQ!KHi{AGJ;8+>&{qkcJv&!KTg@orKBu^DT;#wP(It_AQpY&BOStBFnPt5>z? z?!Aj#<_|tXSrJ=yVzk^mJHdoL$L<g?`mMD_i*bgGwn<0ed;<;bq{^W2d=PHi115`z z2{upXOM^6q`D@*E#B*ONgj1-%O4hjq7zpM1>Pq7CseA2}WR#8Z`%lU`Vw?CHsr4(1 zw~}7HH>2T=?CQpub>zR=8K20fHDjbe?S>_}O6f=6>T6WyAa_Qbk?~}bCVbke-QKmO zWW)_h7a<D&T9-GznH~5`YI-6~teKYZKwsT40V5}H(mH(~0YCSw`1>I$NI2I!@z-CJ zfw641xBgiP$gi0Fy8YC|Ow>CNDpl5=pxqK9!H*$*z@A%;NZ~h~MwQ<BmcU7kQt=Ds zJg>6}x7dmsob#Mbbva2w6RZz3#<Q?LZTNV}=6U$ZEuPlBOk{uV4de9KIZ0oAhBxL} z`{3(gz|db$Zb<A2xVMCk!S1ahoL${CA(7>c&CIClpKu=XCTadSF)68stZX)3H#fq` z=*|x<c=*f51~va7Z^PT!-s)#&`s+@qjGc?@Bu6H8giNy0qL(~Rz_%r6t)IvE55!$l z!Wb)!#@NhEO>gqnP0R4pjTP-CkXl-*ui3Ki{I`C2_cKM6F>i*x4?pY!y{v_C7G{WE z#Qk2Peq7Tu2)+~pL&P~@{Dj-DSUOf;(|5=H^C$J$alaIEZWG0F_mU2=^1Zg{p0tvE zmX6lfTs6=7XElf*T~=aegLbhtig`0Pdh2ribysJA`99c!tF3)!rcGFbID*gT!e7hp zw49*pp8uu|;}<~-|J^#e(-G*$Oyl=TORjcPOY>S8n`#n43ZBjvo0W+XWNcPO(7iRF zO=${5r?!~uk<G{@4%nMwHQ*WJi}{JZ_mXx;BLUv`Xg_PvOSbAI+w{nxq^|j1VoHej zVt$Ba7L*`+eJ@91l8}u1z%m4rJ{JG?c$AZ+MNo+6f)Ev#m{J&1m@x9*MFvGt&QUqP zNcN~Fy`ZqzGs_wRRXbU!{(8(R-(|DW&RrL2=&j$SySFYn&AbTL)6`zr_aE&4?AKlU zh0<cNa5rALxcd$@28;0>hm{P{R2enH{<DIAXcX$r$z!xTQ0wieedVUX0hnIa!jx*L zV7N_I1qM>)t#80JP96ip74EgZ7s2?xmO<tr^;0tHl-G~qH;oRmm0Q<GTV<>1x!dMr zSbgWqdSq{g?%bu9a0>;O6n%mMr*JGY^;h#egqp&jJ|G>7&B*lEBtwu!F7P-zx4OJE z^fjMxc9u6{W-RID-M4f7)QmCS$o?yq4p}p-HgTSJpV@dI+h}SuhdH-8&d+2K`<!Tc z_xB-#EMJv@J<rbIytb*03_b^O+n*?|rpe53VKri3*!A-=tZ2&Sk9I4&5Q}#NBW%_l z4(~ROxz^5aNm|Obqj^}aSwYYK-39U=l<Qbq3zcBSgScj~u#LS%QXQRY%Btd*qY{h@ zN><|~-gcTx{<s%2D=r|F^;9ZqlpQRpQV^lhhrzroBgU!ucIeJc=0o6_T0>4pg5zb% zP=bPLp{Tg-J6JeHpw%XGg3KZ~Ia5SOqB;9q_fGb-F62&ck4U!`iwjXq-&twwmB_7^ z19q|AaRjQ)$qEgQd2z)GA5+HU3r08S&UN#eeHlquQWC=0=#0TeM_nNwxhc!ByqHs$ zh3d`}s?UI;ykP$LwY|ypPQ0qtC3*#_&dx&PUE6lkVm)?k#$iQ-4|(3aiV_0ek$U<f z=<5Y<Ya5nK-nUbAGo0mKzbw;eg_j<J0etnuv5xRQuEjvHz{+4d{Hu8a6$Pu-E3QH+ zUWnm8Wy{qe1_*Zq5(2(5&DV)+P^7@NZrgLz0Z={%&UN6J@PRj4L0*{M-jFIVEMO=E zv&grF8_;klk66W!p~cMmy&zkt*r$lM4+N4=Wg8S3XVf5_H@R6Molu42D}*WtDt(1> zxUg{$@AwZW0)&0ZmdO5(m!9pmDp@wk=Wbn=S1*=XH4Wi?byE+eh<umEYym3svqca! z!@L8DOJYhYFP}R%ge|EaS{p-ZSHR@B+pbWKC@h`&f{Kdpei5-%(x=BWOOIVw{0PzE z8UO;}X|_COJCOL#!jC{(g&j&mRwYtB_tu3cc-O<eieQIR-C5#7k;Ht0h*DB^&N`ej z`w<h0Ok)Dcjo$ScP+Zr~+6pjy%D#smJvxivW3%2tyS_rb`k(e;Rl*^(nWP0)lAK9* z@cM1*RaEgI>k%TFy+l3ELY6k`6m8Y4<zyZf`5?p2A833F+hqS(=XUgRPC{?_-{=26 zog+KH1Nna@I@xER#<{{<Ju#P+iR{!(=#LHfMEPP_u#wv<o$Jn#Jmx^o5yH*)hu=Po zD#x*BPY2@{@(d{&i6xPrBmc0@y^^zcTcAq3zl7~Dwwf2d49p|lgs1UBSQvVt&Xh_P z-s$5yHz1MV_uJ<v;#dqazs0<z#0Evs1!G;jjH8L1lHZc^_-jGK+GE9KZ5z+Ru6Wgb zpOJQNC_m=?3r1)+Wc$Z8B%J<w<Q{h@<!M_}Za7qFoPc{?2S1Ju0j?aM){cXvd_Ac# zG`h0(l_dka9w~FZYmw?X65JjnHI(h!>N{zxmxE=XF+qT`ExtOIn794~#ExEsoRe5; z@g)caID=++Pufn#NZhN{h!eS0lec7}R`U*3N`Q#j@@HTqjty$Q<dAQ2^#f8f@w2T_ zicfKbVmW$vy^n9$QOJ={8ZL!I%R*K0LW4MeOh!N*KR_l9aU%AHZl=CT6*J+4qza1< zoNZqAYinn`K<LNJ)Xq4w=biC~uiFI5>9B=5R`*m{MK8K-jzjUJNzDH@Mj_WzCC>ae z3ZBXJtaA1M!Q{H9h4^#cSR^NpFPchyA<OHqN|0c`@o=FMQg6u6EAsP@KeM-Y2rzWR z)o6d;$amL!6V&&8ySP?EKWU>L&3~Dcj_h_^+O@sFEN%5J^BqKC5@j%q`}@Jm!r5x| zaL9{v7r$Gw_q8JWl5!7yu5um%`3MhQWd0Gel-SgaNfO>~(J?m5fQNk6MI#*5EU8TF zs#DuN`R%i#Fj0qT11wOfk;FyM^xSi*ckx2?jA27>WIrA-d)-?38~+$7nq8(y-bFo{ ziqqQxj~yibJMj3~(Uwz`BR*fXy>=i_h+knnL)jeh+1B&dBt2+77f8Ctdd`*SGpuK_ zIN~F%=W2OAUOlUM5_ltgR1lwtXTui=aSPrL|Em+;5{UD;=gJz^N-yTQH)`KcVdvp< zuvq1lSy)>neZJbNN2qE166;yPWTy43VB)i$6->&lX9bhd*0X|1k@c)#QfNI_OP#su z*)z*~L5KC;T;U~V61d1iz#v_ZE`yWHzUdFbP+<Jy&(*8u%*7~`&6_ws9LU=_=oLa+ z*?>*Q_x2{;>teGrmS!3|eMWe(zqT!m6sDKYn4h=rUTM;2Y$8r5mYqYkBQTXn-B)lf zh`gDbY%(*R66SWdY}j96Xqc)6)<B))pQbxGY3c<?EcGGV^^>-R&evBQZ~&M^r{V6U zAqrgNWZ%^zyIajyF&Gt3+L)-OYumJ%%?!Lb=eg%tK*x$&t*w;|sE6Pk`!zdWeU+^z zvc7=D)uyuljO@NBy|X&2OrF%j7gyIykPu1_ze^_RyazB4-Tw-Ba8VHPz<I*>D*;Iz zJdb1)TdXmfm%@w?g+vNZqVQVjy|4D&&{qxrd`Uc&ME8E}c5!q6l$vGpl1dH#)v|*W znK{&};-%J_GN*6wN7MpNoYsh8?ru?(t_6U(H!d1a8o+8?)JN|Gt-$OzTWpxg!L0Tb z>yE-^r-Ior=Ceo@#9AR8VCw{6uZXmM!Kd{WsjKu>X{;{!P;G~&Oa5|99Q5Iso}t4B z0E!pb457V}w2|_m$h_r{HLx%^Iiqz&g-ld9+x#0g&t*ty+d}=3OLnF|L%M{Zt<2TS zo;OFmDqRMP4Y1e%i(^+7q>R$%tP>!1Krr#cwEBN-E~TEteHJPFfBtVLFDcR^I1Ai6 zb|F~BIzi~)OmiXzF>px@f;A+}1~LfIH<7f4Bt*C*z&pJ}!owu+Rw`V^gOXpM$n$+x zdXf1ktQ6bR)wW8li)gcxy?E<r?Gd0$7kaI3LzAFKbD&E^zK<@O8;o9gHFW7852ol+ z5&j-RmSkkD=*_T+P!=}+TuTmvTmwCTF*naFTxT!CaIdmte5Z^9tm#f(xWCgPFQ=!- zOZOGC=(&y+<B?Uc#9l3m!rVcmq9ZSubHr|ixY^Ptv!+QciU~ee0fvFt>x&9tyR}B- zZ>b}2(hi@%+RGtGY=Rjq3VU;&Tz0abRj5>dEQYj2vKltEdf6bQyz@I!s%KdpMY1~j z%K5_po`&2c06Y!g8M{)MzR&68hQ1v1Px&3m<gR#ctD1rAA-}fItTryfc9%j3%Wz<c zS4y<QH}vS_$N@rwy-Wdhcvm;>@PfFO@Db+ooFfRS1C5%B{88is%TWf3okx!O;I9~O z#bm9fpAc80Uu-Hnjk0oqK)hf+2K9pk*Se&|hWL9_nsoiRx2=1W2EiiHRa#9EG{d}% z)`Au_U(0uBoZ2GHzO-r2Jm#n^zOJQ4QHl<tQAPO5K{_Ylw5?`y=pmMBp})wc?tUTc zw(<6_f+KSqWM>qW)p;~Thkx0LUr!T48-El-WjvFNiJx*j9Hp(@GnBSV*@|MUS++8% zXdvIEedYX|6E9$EMWCx2D=h+mG+^%z`oH2CnUz%F%Q+VlmjEy_er(5-MDq`bWWOBb z_>5W)=T#6g&Y25cU^iR_eaqhdKnG3m8SnZPO{g^B2A~P&%8Gfij<KOqgE8^v8jE2} zzDEL3tTdi6w)DW4T=SSfzm?5ND8^<oi@%MtO^=<;{@U8HzpiLk3<(sY=RMXh#zw-I zh`A6H<J%qk>y`LEADLWCv(@vP%o>n{j`~D<PH)w&Y8^?onCt$mrgm`9h*i@?372lX zfcF>n#ktsS9f3~Ve*dS^iMReL9Rt1w@HK$1O(P^~=a)_=1Qle6R=5<)8A6oILN}DL z#Y}(M+t3D>P_OYfv9c(@-hxSLi2sp=jAh1f^oICI_+Cnx$C>+tYJ>9emE=%1KbTmQ zWAxJ1#9}x?fLLW|B^+JUUrMA+w!kgs%sbUI#U~08;evviw*hpp;yz{jGqzG#&EfLN zs4Ul3W%ZpG?d2;k?yJ@0Nur3Bn{nKEZNXddgHp~Ai-=80HJL0=wZ3BK_c0G()r}@x z=+PGPC0zyCiV%gXq==s&^hPU;b!fCVxy4t0a)_&oxj=E2X}<NS!T>@Fu9x&P`1OP5 zJ5@_qka$a4?Z!4Mq){!31yEh8MNBLQG2@o?5AZuBffvB8#JSSX)Hrc@r{l?W3~f+& zU!qKEr~8UwRz^xeSmz@1jE*|<&1YUr)hU-eUX=8eU%9`FRf&oL4(ADz;6VnVr!=3J zT=ri<vd^G7@kLN=8y9oa<Z>xLJ&!^|%#pyv1DH7|WZWJO3Ni*o9G3+sPXs+e&LAjh zi@vSn=aZaDgYZz*f)VcZ#DrQOSb?tst~RHbEAiP>628PWu)E<un>VHsuyh%-5yJ>o z47Lp(8_TpU=JTT6miS57^;qqmVxCPQ%z*q71&+k=x_kW%r|PzHD;XLn^K1^6nopz? z)cnE*HWApE^?#X30-vv#c1ZO;5Y6$G!@66V>kjDyqWi05KT~=}OUUi9_Kq)>lZZ_E z`*0UWfZiD7`R*^oK7ws2{<39YD)S?@GUx#23fIKZ5|*jRZ2gNY_%y2-WE!*1C#btM zdoY%At%~dbdb3|cdj}=RzU`+rGvXh{tcv9dVsCCj@fxrDqRVy&smV)`ntg287MXb! z#}_+pow6$xGP8@X7MXe9+{Qued#s*)K4WH{*SZ)b45fj@yaTm)N6wF2<{|sEgM&F6 zLOeooMOWT~gaj*;9hcw~l;&zatrc4?$j$5XD*7)v1p|$`tP{9FmHVBLp_3}dN{{pp z;sfE?r3A$0c={<TIzEg~EZ^57i*qx=VL4Haku$Wh8OP%CP#+b>8)<8plkx`c0VXkw ztz2uMq*dQ`2<n1$7jbntABfvisccF?{=g({7ALBW=Cg9n7D^T}d=<-fgllE-`^%U1 zLv`ri75|lx#h$BBgwfb!RdbW7M!272q#CXE8>--C$@mpKSV`ydgr9d3yKXTT^GFVX zlH5A%i_JAKr+Xbh?K8Z&UiULz?c8UuNZTO}Z+7S9K*%K}3TZ48HT*D%ofpV64{`bx zNG1Tb)!G|8ky5uyz+bgB;C@lN^?7-YWldmtX}4NT!WQrXEx0d#AQLlL0%fd{OoW9Z zyp?<7(!Z--MVgo_dgnf*MegK#`~r|LHP`Nd0U}hsF8AUBfF)|i@ta?S1rAr`G^z`8 zp)>C#E;Z-C#ag6Wl$eRiuCNtOl=*>)vw<r!Zvl9y9Pbr-*;ma|ww~O=9g6v#^%)0! z<;!|0n*DxC=%~)x!$gDh<nxqY@r*2@6wi3^{|3VS8Fc;M{VdEd!2l5h<KsAjWsz&G zl>jCP;a2EEs6Z0KeF$(b0qqIYhhb1xS{Pqsk*&`2d8e)iF1w8oM3%ZoZjYmx^Q7AI zgllyA>c+`Zbq0r@F5ZbVgYIUwjb?k>STs6_eIbXst#ShDPb+FaD6xx{nP)Oth9hx_ z>;(^*qj*axkzV0sjNj`NwNbnh8mqgTZy2GYg`JrU75eJRboc&6d5VKlJ4FIx{$}q} zvPZ1<4NA&-3pqK`5Exzdf>KdDLyy0hh@wL2eU@uM&vf3;rqzwkE7*$sph#Ias2H(* zl>F~+Y;ePXNVu1I+g&{O*CPja-!R4;0(aP9^{&PckswXx$v;$_6%=HX`N9M08NGh~ z@?x<H--Jd<%;zuv*aZw4LfaD0d^%={j?nxjCvaRHP9yR=Wlm8N|Il%hB;aAF?-&P0 zZ4x6mag4f*DUr8^1V<uUnQ=1A^s7fZ8dLQSQ1wcd_;##vQXkcI(Ya#iEH_8<S2jun zWsS=QrA!kY)p}Wr+`d4L0zP&{Si2%6KQEAD;09kb`?u`Je!|ibl0*ANGz*bYfkRzZ za8e6=dlsUKJOb2>F594GY}FgzEYkaKRq_jIoNXfeo0KoknV93(e2r9hF|Yj0=7(J| z@=U=Ilp1zljO^3MN&MmLllhHI8p2<P=5LH<AFI+O8!%a{K&Xwv3_=_EfzREd)rfht zcFR7YS44N$Zuz10loPs2yG3X_skt|l@wc~DE1^Z$COkgIsX$k*U|A|xSDeT<kwWz6 zH@?!&=vDssN6I>YT!|~BLTi`lo^QBarO53Q6ZtAaY^H6dHq!FuTO1$C{;hgsv~(|> z>X2v*?6R@^t2dy&7fP{qD9Pqjj(pn4^&R!~IL|hSKlcyzIaniH{d1eA(nifU0lJz2 z@oUg(Bo>95gB|omyG24-SaTraMxJuCnriE*7mm<s28NMGk6byBja<)=fqy6%T+Uwv z8>wmFEj*AdZD7ZINCOlbhQ+yn<I@Tbqu?+pD6^yd?<jZ*1!?)Pg3{6{6gWki9!`eD z)snQ_s9bLD`X8uCn8IT@fVX^FlVho2tTZWoOPofLGY@M?v9VJ3nUFv7pDFnTG1Nrj z&%Jg}fy3Mm2~qR;=i+L<*&FeHY5#>;zWfJ;mI77LTctZ!M3+0Xxxo3(8x_+#)J-m9 zlZ4bO8+!XtDCG;AxR!a?DyX(~b~v&JmDqeiGNbySU`!tr)r(~7jm<1VA(U(0Dja)P zf=Hj9|2_=7vCU}F%bKLk7g}sA4;tBzsBeu#J$c*%yoiZWvXKk{?B+YsJ^k+H^k?e+ z4&|ld?3Ux9I%$=22j+v{h2-)(?J<5k_a9@|<3hj9D4#h2WS^$0sC@+%KkUN5=3CSR zT(06rIYK3lA@Oo6@#~TZVY8aTGV);N0=C&qtH#%m`p8C>55er*u*j4V>MKg3b;Q#u zKGvc3jl`>+<NLIyNIWw%HWJSYofwJt4!I)noKP-nH-zaN*HL9}7~*os?>76l(f<97 z{C2NbxEk3mkcr`+)Z)cRXAx%z1oce;qvb>Wcfufa+&=%@bCLE;Y0RbE7%Zm+Ri)H0 z{SyqfCG@e~3V?j}F-(#gcVmLrl;~YCJ&TiRqzR$i*6;_?*{)odAW@{f|Drx?`V=`G z+WjpH`kJHginGpa$`!Z^BEjUX!?sO|sqMEiHlqMDwp^BVc_4QFAX(nHGUS?0kvw-P zs`{))^M5#)iH+vpY5n}j`nijr6riMX^VX%pyEGJ})uGbAZKda?r;8#@onBFnkjZ20 z!pFil{JP@B-c=dCIvleEgu}TQG8BZGVky&}8=4Yn?;DyFY1cxzF>iuMl#6a+lC_$L z1+C&)T8->oOtw}dJ0TOU)kNfhNe?6P6vp1%wo)V&CLB(9kdhg9#4*FDP~GBlDFBDB z$S(b}Jt?umTxR8>EY1y)MrLIrv$BD+WO#u22wD&OtbE1e(9A#Ru_d|wacyb@i4$?> z{N{1Ec^=2ZMe<O<!(4gj#lu-V=#dACtLc}+&&@G?t;KNaBDK8El%xT4r1>^ksfy;b z>Mw8$6*uBocP`7(P;524PZZ!+7dhB>(Il^S|KAp#89*kiM{P4jCb%>Zxsq$759Wr? zH+Qpo4Nn27i}_z<Zson%Q=ni+hH<nw>rrdy0jD4OlYgOleFOA_v0}Fn|D2(EWG=2Z zOm`wdiIeCfo~VS9P+gI(_pwIfd_=H<5bGk)j3JqjUL0qBU3xLI0D+;g9%^=R(Xrg) zxHZvFC1CC{orL6e84|0FAz{~L4JUy1UaEM+94J-bDHqiX68B4sxv_Jc<_{j`njb}` z7QYM}yRYQ`UGIvvD&is{he1kBSc(o1$`YFbogmoiEjKa2k@jP?TSY;$##cR8*1Q(^ zJ#XV)5ou2BT&LL<Vyuy5W+*$tb@mggC%t+s#5R1oB_WOFpUI(vcqgqc4*a3s>$9KY zb4Fr-+4e2jxwubg!TT;p)cI%z(zkVD@JTjgqS-T67GejmmEDDV)q-W^glm3bi#mP> zB8M_V1#0gpA#rnMS!*y_YC&FmXm7IS6|Ht1eGC}QaS<>?l6|#XCBoJk!By@4{aWM! z-b_za^?(Mo8nJ#=i;oCplUg1saNwE~9t{Tm`C&MOoUP=<nU=0yPuK1vP00&e%pct= zb@Wxo+3dxnS2`P}69tcDyI3t-h!S2_5K}3PAbe(S&={abaKbsUJg%i}47n=4`*FA+ z7#*ibZ)`ddP&R}UgjGqL5J`4Y+x<}6zhL2!Ms3-!JVO6<?nQ*ljY#ON6k+@?quYx1 z@y}pPGAy>@MYlv->Afh=yXMy%##loQ3$i2ar-n~sM_JK+*GnAGidMA$<~4`oh9N83 zAC=#~<A(GJ>95)znobN_y6!#c!?D{cN^fhe-By#;*4VP`iIO8U_O{*F-_jb>lOv}5 z)8$BSrSmzxoz5|Fuhprc5q29xV=FEkuEu@CfY^#bnev!%LoaRZ2SjvR$G|&l>wNN@ zZ)Nov+sMt<zOL*Qdu&5G+wAkW3{AVgaY2PQa^TcN36f6*#8Y{&pvZ#);~*Xs95o)q z)fHcAdXUHzEBauuPPimFIeL&DuH!!{6A}?L3T^dV3=F=q=SVQ<?6vhI`z!Yc`zl=D z@9T1eZ<JkWusP(36n>hU(O(cuHo07Fz9NEoL&wx~byj~|IkWoDi<n*>h(Z}@D8i}k zIBj+2JfAj=FWyKaDW+FaC5fvYzM3h{b)lSje%8xh2<Wzf{|!ioglQ1&h~N0_+)LNJ zn?1e@KOCLSHg$D@9-Ti(m~EC3uI^X}Zx#Os<!?~7M+7q2h<O;;6r|wxcKa{36*aJU zy&@X2E!pntQ@F*L!A;gyA3s?}z#WhCBJ1qo^_r(mljO9)Y16RhUY<D*sZ_;0_pZ>o z#5ip=x~L0^N17kqEqBWCofmEOPCa%*rn#FmDIoXGQ6_sH!G<>j3~lwgl16crKTNYA z)<~UB43W?0E7BwINEE&<jW5kg@uiT#cDbb)zVvt9*iv};4nFqi@~^3$?{LWfX!e={ z*cHXgs^et#@6|g(?WFvVX5T08@YC!VdNlhdy!E``$nzaOs<p`THEGYYI-ZT}i#ndc zalz|>=2TcLd-~hhVb+MVd7_VzeIi+-85aI^UE;Dntg^j2%dSl?`>yucWjC$qX!oY{ zvcLM&vXurZORjL=9y(j3p8VO4zgH&0wGAO?NPEVjG8m@?)DfuK7BsT9D%L&OfIk2` zcbkYWqZt$mpKOl|8}-myb8=^A_Tt{8fS?v&z`gE<K5ImDqF&h{kCnQOjg{0*@I<vb zpF=o$B!udg?!(i_yH=dfRy39flW8>Vi}S~4Y{c2j+t}U<BOjd7hz#EtALeszFgEh* z+~zCU_~Xc%PG?i&{>(_j`(9^b*EvZw)4Bf9jL+}9M}#?>s~d65fv}W}E-o-HS*{cp zwGTpoE1ppH|JFsAM!3+2U$J|9xW3R4&U24n#;;b>N@pu3RrJF|x@Hc~^C~92$V>PN zZFT+*9xztdR=YOI_tn`glECX)>v!lMRr1i^Sg-l_@(Wp>DI^-(8Dh72jhB4<ma~#d zeH>#(%2CEFgX2_cOzIjRq7Y_U+UiMHTh)xX)cPHB0l(Vnq0{&=`ysQg;XIgq?ySAZ zP;X=9T^GDHjFSNmg*?!=VzN0KqvP+47P9{C;IH@EXD51{&s^KW-!0cPiqo*yx!(Jf zwIXjI2ZQ}Vz8X?~%=&d1*6+|-erdc~{fxhnAMSZuo&8N77!<&{lqXE(68-3U_W8UJ zu&deF0%tmtLFzJEj~crVkdy+Fk%>isVJ6mfa6eds@#Bdcx>gzg2$b(_ph!7A6kzdz zAHpZTMCl^0c28s31~wU|xsTrSWoB%ulON6slFuX6Nn!2YMz2<>Y9MzXy9%G-m&?DU zCUZ6Ak-~=RI40%aB!B(K``nGo%Dh}uzrfwN{98QSbf!w-uwi=%lv?-Vc53O>9V_m} zrLT~C`AhD`o3f?+xN9qOCps&$uH81#Im>a)Mg?+rL%5$izZXq;w0oO@*l*qWz17=2 z&572shQv=qxk6VvERCjOyOBct|3`l<-vF-g*}ECR?I6fWXY8JiZ*dgxNBXv#b=>Wn zoPXH;?fc1D`BwZ1pI9HX1SEP^t8u`58>I*#6Hoc--lV7Aj3lw1+YXuI;*>sq<Bq%4 zvdNVvSvTHflaIS?pBBOuyG;m}(Y!BiG}~m0@W@cE9>~@;o39r<vWVA;#u4`<lj4W9 z<_E=r?|UI-erJ>4iQ8zS5I^VE#sev5+iRP8U3)?C{9eA225-q$uXDQ-7fzp><8^Eb zZp}@enmwUDUSs9mvt@bb%F`g8P)N<s#=I#!3RD~6i+S1;!&FwkQPVM`8Z{)J(>nTI zYk31s<W*!DPywgq4t322K}%llBU!A~Pe%W6MJ-e#{~Pjm{000K!5Rv+>r_;jQtzc) z1s%;lUp|NhEd{3XY+m>?A+}+^kzLN~HDX&URilj<$@`N0Y{w-hXD9Oq@{$-ZNnV!r z&vrbp>p(KwNm?{JL;jBcu!iq3v0x~2uogtqA}+)eL6862=-(;N#3%?Gj3?eg*nz?A z8u3;USd^P1U@iedHiE}QFtY!|P!?-?sxa^6X0?QXu#CuYtrf+4EPsir0;UzOebYn$ zL1FCj4if!E%vw>m{ZnLMqG}e6A}i-84v4Cs5;j*vWXezsU1Ym?Jmz<iE9DyU%JRsS z9#kT&=B|6J9a04Sq<hR!i>-tQCBeua+6&eUw&P@OT%s4jl4fqIJX>3p=OAt^7X~H8 z(=VKm2vb*5!t^MK9l?i@#v~i7Cu-usn`|^|u)7q(mi=4~8`xkqru+t;sob*s$3&xg z;xNe`J73(0&5L2#Ioj8rK)tx8`C?c9ANJk_KC0?k{GYraK*9ti7z89j)M!wn5lIZl z3{2pROdvi`e1b(&U#%!JfLb6piOp~vYg=u#)<<t2+NZB71gj=QNdSd_RfA8gR`)of z0c!$UncsKqb0#whLGf{W@BRG$ek60wKKtym_u6Z%z1G@mt({h3J|C`f@z8C)u2Oz$ zJ>LuF)=YNz2WW?YXi8w0YvlwZJU4}d+m1y`dQ+gd@y?yG%iD4Wlly8_acFjFO?i=j zz{)h&F)b4ZEM~jEIl7~!{FK1C;wVD(UsBziT?(D7OiSBBeb*^1KgeC#y0WQePucP; zYOPFL*-GKk9TQIpjJ4mYw%$r><ArGdiDk<N>WWfrmvknO(e(<CN*YVkBpFqO%S!;i ze|ROSTTCkmiKJTUXuZE0IEL&eaG(oI)jzOSh4OIaR}aI^;DeyTJWv5jbYG}55cMV& zC-#p2X=35~+Rw;BKttU_rXu1?!j*-gKp|uh3Y3NdE;Z*D)+}CZAz-O`AYc_#Sp_b& z*RC;H3e0RX9R%8TohVY-_i}B7#xLO~mb>+J@qNK5@gw1Ixi?Zckxb9kW#gaXl4br` zenQ#j%ir0B{sHbQ8z-i%C3zGzIw<rXWM*{oi^QGjE^558ZDKSXxBpF{%F@tmmkR5h znnAvB#<5f~cWYnta78gu9LN%66Z2bpag+JF=;is?!=7b3o#qCY1&RYC?nrahFPI!9 zw+a`Sk}8TVe|F6YGKy$b62D1%G-Ym<-8HK*5mm0YnsQ20?BP$%)NR2k<f_=buuwe# z<qDdVs+BEqgt?8k^ulS(y$FvKEnDEARADpK_YfrigLtC(lJ*}Izjy7Tg#C93>qrR- zeXaI)$FdGv{LUMk+u0e)cy}3+t7fmE@&A<yfY7FkLm5v~Y`G6U_D6v*EHjLp7@a8` z7v8%!>JgTkud@Fp%u|m13=Ciq`7i9_(e1)}^ZCf<uM7JoP8)GlU8Nh6mp4aWrs`s< z8sa#v4}jTC#QhuMFyeHTPQclPx&1k|&S-|pldTUp#&oG~-mJ$UE<u0zy+|IvERa!t zjnI!ToE6bc&5T9BgK-@jHu|X(=3>M(Gv-@GS?VWP%R6EjXL8@rPY_b<E04mS<YFJC z%96oY({x?+&P93`VWYZj7wMMUt-?jZ+wkB`65Vtkr7u>EKg(+>k1yYv_~zukz9}am zrZdsaC5>FhPf5luvA^=3_8xNX=j*+nV*G@Njz~DS6nILnE%av_=4m<VarlU*ejy%T z3$e{EBuoFo{D?$9cuG$Q%=VRCn-{1^s{TW}x|LS*#Rfpd!C-_{kdSIbV^>>ndlpGx zSdVUNs-ID4gwD*9wW(2HYfi=8DO4Q2TgX{E7_&lYM?mv=vJDPYN8dzi+JAl+dA{4> z9<A!g{~~eQpB@0Hj_6X(ZOb#tcP(;zN*C(>&&bhsdFel=ubr$a`sxoj`BKjg1+WWD z&5>@PXBN^6^Lb%T`MMXsuA>)sXlwZ**)xu@B{MajDPTEqiF9XJxoojVOI8wAmwgcB z3$gO6KTPQH+K$&fudXke*EbgSF|YZ|D=udz1kT!LV*g^-*RBle->VL6V)c1Cz|vFC zyvkgb3RLBSO_mlt$@oT+at&^(-dGo(-{G;``7i1DopvAd`<%qIICPT!_!PU6rubmH zYdD;$`F(Y)j~V8~Uu%YSr))$kHlLRXx0a%OHB<Uy&Gc2hXFA!O$V|(5AO9^mQToD$ z{mysEs~nkOS#ZVXHm3BvLUFN%iaV~^8LOWQz0Czh=3?%do3FE#%F!QZ8D;0?1*Rn` zH(QmhnLbF?YtAMYNfZ*^D#`sI;U+}Y+ZyYq)8wo?>}vhZSFFR6%;`DxdC_}hjnZ>1 z7tHlKegLc-#lls-+QojkF<-%Wnd`-W*K>W|J<RoX#5OZ8Ql~k>EXX;sXiDi^J&sv9 zs?Z*X`MkRBu|7J+Oh4bVXL$L_+|eydN}yZfA1%Eq*(w$k-6atX=ISoB!U}3H*VB!h zJu6?EjV;d-=KQ}q1<pRxEgj9YLRR9t_3@~cd7{{C!@L<7rv890R(S3(obE3|%p-%x zeNeLV91NJJkl*iP=kki}gf;0%<+Je(uc~gTs5)jcVzR4#=^1JiGNtU^F&jBJkZ;#= zjatu&7tO-GdAnp9`4MMPkWvT%zz8<8JD(PPgkV2KeDe0lZYE1E$jKpP><JQcEg|3D zq81@7T)mt2rg_ED+vsmJMbawE|7|#@Z#LxEc(ft{+}LJchZf{6otPTvB5@3RfSJBD zITYJRhP^j^p~@<^Hhtp+FOKa~mr9p)B=I6P8apaEVlFhh9ZwB@=Fq+$m2IQ9h=}3J zwo0>~&-~CEdv<E+#6mQqqBgFLwAodt45BLR{kbJ82Q|`Fprco|;ZogxS}6SlZ`!lo z;5w$Df>!?(_$z+*hI}gz;pP|Y-FnT}__nv`O~As~qW0L{6hGOa=vyiv8@#cW%J3o_ zS3V1TK;WIam@>v|TIYbkJ9?b1(A#uXf8ZwLeemboED&7maU6K~PX#XI6ok-5EW_B+ z@A;lBgx1MifuFF`ITCWIku>91aU^X3;2`PA7&elTREvqM5weY2EY>@hUS`{9%Lw28 z5I-$-^7k0WWWLr~9eVPw^5}^a@ny?LZ61msP-%`U;GrP%krLjCbc5-`3&+@=A)Tas z4?F4diMqy!=u6)6XZ@qaF+Qk{XS40t#RJ$>Gn~I}z7|}M5Nh>&;4SAWw(34bNA-p) zQrYP7bC^eR+qJY!vypV#s}8<TJD(oAm=iwMN;?mwT$|=v+2SpFUW}*4mOT<mIZyoe z#X{NHUO6JhocqS^(fyRoeR8JnY7<4KUA(USKlK*L!Cbg&VF|7dF1`7<z`@mJOK<TX z%grsvkyWH@>8*Z*ak@lW1Uc0(TzRwl2%kVY1th-flkIU4`{zLxvD~|9oMN!K8{CL! z2=tKbOC+vLlihmuv8ehTs$zP9X2Mz6ZnJOtM9wP|h^u+1O1jRe)Zy%R+|A^TV%_t2 z!-S4G>qKDm2A|2~G?RkJQGzqVgP)Yi^cLZM^0JRKa>Ow=#W=QaGe^Y7IfbvhQ*#Qq z#4$eeP<w}l^HU~Hm9&9mP!T=>JvaIA7I@tk(r98Ir(!bgn^oR*aaIxN=aztmrJSy| zyVBgNw|#vkCu?{5FQOYF<G~X8dxOuBoA8<Hsbv%Au?=MECgmuYq9%&*#IGb%1MmQ) zPQ1|K91?G#!Ke3^XNJa=dV?*Qv%*(hN;KBqz#rt<93W)zjqh9`J$j?keAmlacQ)U! zMymP7Ft3?ape9N!VH}sR0>C-m7ru8Cg>Erpg@wXIL#oI0B%CA%Vv_V*P+~kkffzM< zGn4YC|D(F<x5<CLNn7?h+MU}yDN_mNz~^D(drCTWeE9pquVT--N>4gE(51b1yx?lu z`$ktAC(<v<4^M$EdZxk@DSxi*yw+S9UXtQVBPsD_eOL%2EHQ6br#4ked^zEDtt$Lu z3vDE8KxNTh@Ues^KJ)oX^BJ|ke)xpOsactx@DiM57Uy`&H#zI>mcp_Lfg;Xw2^;C^ zoxfNH!Tu`yGQk6#j(!SWlKBWPtXk7^qTllsO)zAqUjADyE3vP<WAS0soe>^)GAZfc z80y-e@HQM_49i;cccrC`>Ir_I%Ho5RJ;=4WE`mcxjNW$OX{Or`XDNPjsBnvZNj^E; zm$E!Fy0N#BWGyy?Z!&`i_U>1n=jyVPE=S^EiV+E{DIQ~|wfmAuUIV2$?3ups&jPYO zW_rlEy=Qu1Vy6E!$9i}`GyUnG;xj$A`kTyj{jG_a-gc=q(_8qB&-AlgGt-~Lr2C%f z-{_aVV5ZyG{3m7_JBMfz$;a9ukF<#$X~hS{!VJxf!I#G6k$fggqW6h{>J}G_@-6-` zD^tfEKk-=d*f^iE)_gRbO=>A-1qpp3(dQeUm8s;WJ|%D%ar!B^1p9O0|5~V!n!hG8 zDsr|k-5PZ~zJN8z4_RKjF?-=RSW`nw?~{W(LrWj%Z0GMoVlG3*S-QG%#14KMePiE8 z7H=gT$1cDp>qV*iY4Kh1lr6~$<he>&zeSltMzXVTRIu%NikgDoA#^*Uj|!H+939rj zBQ}{)1MZUnjGHN+t9%GSzpbuO3n(I$VDaA!2}?lIWv$(kNZ^p<vEPsF4w+{<D^Vqa zL}q2tNd>}RM1hw0U4~dCS4$XR4gc!-cPpd3Lk+gaI43c>%dF8=^%&hHsP^&E^{S9O zx?Yd;=-3fN2>Q3$JzM;Zm)6uZ!jffFHD$+fTBtjP-OK!m$WE@(>r(y07#IAR1T|_4 zx%0Hpbbd+9Rl4*JKT^wP^_TAertoa^0wkP^TG+AIvm@54Y?z`5HeOQ4W=eKw<R@SG zF8|TUQbIxqO_zVrEi@Hfjq!AF&C)v@R>QNUVQF;Fx?D%i(pK4lVLH?#%Jo7os4ENo zy|+n4yrr#$UQoPy)nTDOF#h<zy;e6(TS;ARm9d){(=P5dZr5l+?(nXT3;lSi2q7cD zr}hxwz2b0*0RKMX`immK4<t{TreYD`H5G5NsrY&IEOQ?D7yP_B7=enZsipTOX{4Ko zU)030<x`yqMH91@-pQXE7vMh?aw&VZ2e~9ZGEXB`#N;zxb5W+Z=wy-UtJ#OX;JCoB z>argcT;xAeZZA46&|hxn`60JWLPi&`Mzc~Y$?FI`xU>OZW6cZCXi2_-toL5?>^S;i z1;s%ewqv2+)<`${{pl*uFBMz9pxjNoEDhgWAYc_FJ4NIGkgQ$q3B~0{kW3`W{}}3U z9)&IE>+IlN@h>OJtAi7#;Gtzds5A#unxF|bgaMHg>$?}99_96?_g$X4pZf3ru<!b= z{j^h<D3@+*c+`4bu9w|uUxzq&0beX^#UZl%637xFv0BKDInJG5?`AhI;i%QKPU6A- z%I&>}U>UQwO-%O#V!02j1rdXTWV0gSD8ejSb!)C8wSiUFo1-?P$gG=6Nw2zEp0Z<K zhl^ih`MH_?T#QBPZr;$Qpz^tyfe#IHG#HiGU5_l|aW9P7e_N-2aa*Eg^=>Pi@%g*4 zn8pA+xCXpuUwcVSZ10J1nY1TDP6yV`dFBR`JS%Cd*aNjif6Mn|Bt23)Jh#7gx^;UT zx7HdB-Ao9-<b`Pur8J+I<l<cO{_!<f0S-a5__C@JUusyXy37q$vM%i6<WcX@TlF`b zAL*$Prw9uu@-9m*Y$9JhhP$x{359D!b||aL^5>}0kUUHygHtu|hS=Ii;!mt*`?PAc z-50L>`us1$6$`iUB-W@1dM${*!b;kRgNtkmC3b`)u4jIpL+~#;kiX(dN&@f%HuW5D zGAd}C>Uln5zF0-gT?S`Y8RiYd9c*^i-4D;z7S8p7A`Y$!pZ0I{2dq&gn0V9F3+D;U zFn_N1+nSS{+BP*O>Nkq^Bs3=j<Aj8+BL|L~Y*|2rC70ImHsC!PB`Bm@+N4(S+pR<t ziwU_@EG;gfuDQg#W$os>h8zy36{s1aKvn8@<;&zXoSK=5!%I{0NWa?k*N4kb*m1Go z@&vle*N01fZ2~UW=$1CA%lZAPa2c=P{np@Orr?<(|J-?kRekZz1yA<PH)W4DmU{+I zk@{|LWHJ+bz_h2M54BIY>CTk4DYJep8-BO#fp);rYfv<{8D-aG`Xw$)eCV;4mX(2@ z=VXRwrK^FEi8T);sEHWdK{5_vl=A}#70~$EVicW_jGq_?%R3hJ*AV8oE)F@d6nxuU zcgu~|jAVqDWJzSGsPVnAu;m;}>J%@jUTFK(5KzYdwZ?rAyFk{s%jwIvG47wO`0{aY zKKol7x8RqIJrPmSohCR}8w%jh?$wrZ=gJD?S{!-0@a_1?3(+!l8EQU!<<L@8K}$D^ zKa8tB-JCq}9uh6-+QhNK;g#35<6OFIb_zF@*r)?PCPTtrMG&)and|+G$&F<~uQ^{n zrrWR`e1kF7O#Y^0iu@V@S8y{tWp9H1d&)x1XT{gI`FOU-%EX_1{`3^1G(8xh)AQrB zZWM8*+3qyC)wG{{A8Ejmh4RQXKeB$uzGIzhdOuQ()Zdp@TqQf)a@H9Ks_2v>sQ6bD z`qN$YR}>ndD-ay7KybVwKhi8}OWDzZlZ>(}@&ZRBYN^|hVH?KqIFxBNx$3Xvy({w~ z5}Iq6Q*vDOh0&*E>9qH0ud;I5UnTprvQ2vx;>3*mncDf-1p>HSv^}o3X&<d&o3@Om zak=mr<_z{|w=BwXm0nrs56efQKNNJcc3Wwj4M1tj-ffkJ!B(}4Eq%SW?!Ui>2St_M zZ?!gBzY4Aj%)jWr1Cy^VkY4R03CY|5?jNxEWnf}jU~PHXs_7rkh?|&dFoQ@sT=Nz8 z>I^Z?v)i&DmU|vh1Aaqexwk&1;kR%(46ZS9pG*TDhx05KEb&d{J1)!lzz`_Sk%B7D z5xLBvUT0_P0BNik!@<|0G5U*Q=_^>EI^dWhEwjxaqY}mNaF%m%#FAm-h!s!o|81&; zng)90eejy?q<*-oOgmDg>A=(#^%`!CNQc=^zXt4)+OC$R@j`3Ur^0OI__$@x9EWpA ziZjQ^aSrk3ICEV2&LQr6?u)rE=HA7<i~B0>tGJ)X{X8RW14Roc>L3$<S8|p;zS2>j z5<Lpnh1Ds5LV3>w`^y1_9S8N{^=!ykc}e)JELSFCr`5}h;Q~A}d$irpi=>~vZ>MXd zh<ZFaO1kBcZas1a-TF<iyIbebEy$3r@c$5)c!#qoHMlz^Fd|+W&Zs{R@Rg<bsWCup znk6sLdlm}&wHr04QB{)%)e&=$Z{xvhrM3tOFvSCKrT!w){L0V7{{>O3?>ru>_RXPS zgodzo4QcL?e?#lyzK|uMJ@;JlGgS7?*TAJUK5E^<R)ABi(}hL7$e#KNz%z5gS2O1p zpn~8e$aslN@)_pKUw4|H7YsDgp4CVgd_RtXda5-Bwp20I4N$0!fmi8W*krsjv;Vw} z-dX5Jm%bU^_3Y3`J@M`o>CCu9XWm@gjdvg&sMiPH<;+RKyR$0~81F2E(^Bbw6zjl; zyz$_}ipX!Ux%!WhlqREsk!*jCB(_K+$PyFf!K7%A-!%L8<43Ifx8=7did#BDQ?u4R zNW2l(-S_+#fdxmTv=5a`5_<y&wPfsid8kk~UfBf?u?wFY{Ot3<(3Xr>yNh!vHru0z z1V8(C0P`1eWlP4B_EU3CR=0qNX~0gmr=3stcgjbipR(M2m3%7+S`i-w9ZQ@~mPWYr z&L;(HF%FUQn%#{7Y&RgIhL>d-p=s%shim92v2o*cQBA;Xcv8n~@S|w&%Jk9tP*fwh zgJ1+Be2Z|?H3E;7>1CY3DNaI=2a5jJR92+Vtm|}Fuj@6~R@pkL=`X#_c;PfUA^y~L z3-E(NRWrTmR-nAIR=d!%T2{q!FJJ=D25ZOBEg2T8=Tp+f`V^u^V@>7juKk1@+4x+Y zRd6;d`GWlD7|wH@lHz>4HJV+%Y2jeAX`Lr)K|ZHYmA5YX5O;>um8qOC_KG<*UF^&Y zkPwRTt&l*wLOYj4-2$K`Dv}6NkDLP1Tv9+7ihP^5^hrQJ6@U^hiRyrZ`~t>UEY%CS z$X7T1xYsMJAyhZa9&gnxU>H4L^zx#1!onLz`p}t5cAy$xUS7^hU&htZ+|JZg|6sY# zUwL!J)w~`}J#l^g&3SoT%E%<5Huzympd~uBWUB@fhdz43Q|{$J*nFbg7Z0rQ4bRI7 zPsxuS#L0^GJv;8(X{fQjcDOXeCK_;k=~~RzVLdenC$%?N!imhCC7dkG_nL2io5D$g zG!E!0A<IZ^Q1P0w0ytc*mAlMs+KH`I4FZPjv;RwyE1H$X;+3QY2Y0zEU1w{NTxJc0 z)Kccn!Y0Mv&C0EV8(OhG<3?LuYh<MckU#i(i;g#~RTdp@T4Q3->DiKDx-dDo3C1`a zAD<W0r9VSJ+${-$k5I<}d}}GPQ_u&e$93s>THj>vz*XBB$WW1T83cK-&3fsuC6%Oz zR5CKD7<2B2r$c-=S!JjRv}GLxt_Mn-$g4(3zb$Wc);s`5P7Q=QGmfi-RR(G#9K;A! zu;*6!4%ekz?`CJSBRn;O-8&VkptN#(s6we*@MEG|&RQ?qcQl5D4%=IH`HZ2C$jKBP z&@_Lml@k2OmN#H+d&mXk8|tWAAp`XvYy=x5@KEm&-YGDQUebW)nL{l;PRq#mS|Xb; z#PY-Zr-~Ee7z@mt=bjQ625f&)1#F4xpoReWr3#soen#kr)~oC<BjRbEYPI}~_?6HO z^UnH)`)raWQ*Fff`IR&L==Bc)u4d9<TUhJJLmbZjCDRA=KWXEK`JW{}+0z-h5z0_f z7|Pzlk2=^Tl%D+}*Bn;xNJ<0ZUQFFWy6SZqZ4{<FlmgBr>~g&)NCZbU_XHVpE4k6a z(lqrWH7IrQx^VyRQEuz;8RvFiC)wF6?~*2DGk!^?!=GWg(lM>?=S(f5*ZObS9Esz7 zxmdQQ$q=8N!8g#l$;yU}A@Vc~A>J8&1uuH|UFtj?87Fw?yR1;c<jq~`&t0)t$*cMV zpV~9w8NTqbHvv_T`7yq0oGDsX>a3j!1NEeRf(4PFsl6H3MpwinQHrznSROc6ZI0z` zyx&^TMpB?nROPz^$H`J{gzk|=C3I0<b?BmzvVfCrL$BYmYU4=oXVQ&F{=sXq*ug1c zxs!iywM9l8M#mvLdA1UjK8+QK&C}G-vUt1By4$EF3+R!h7Ze=nA6I&Ail1{G-7J+u zIFfj1(c19!DdC}oHNFXX>1m%EMK1>aC5ekmhX?+SXU3roI)E`V6VcfydOq-pIWyfB z*p3r{Enft-gUX+m(4=M(gOP9W_c@Xn%*?2g3)G&B$#T)3i{rR3EUARO(rD=WnUO)@ zS=p#dH<90<?h|?nRYfH6XOD4>gP2HLTN$pzk9yL-VI}UT@WEs%M!GnVGQBd5(=)cX zONaYUEj=&AUxp}<D$;<bym4_s1^YAPs}X5w;UVso{XJ>Vx-&f|=6TXywCgO|E~{wi zp#fCWCfpuB_Z58-_zN(kgDXDL!s*e$kJ9}kf*)o3v&%mZFw9ZcKVS`W)a7!)Fh|Xi z3x+vrIu|}X5UrUt!e?jc`J54+Sma#gIb?TrC{=RK2sl5A4A)+po76#_pjo31#TC22 z0Q^s6!&umoaQpwmE(v<g7I`p7^Ir})vQqJL?qxvYkIzQE3*@R(8F4(-aR=_0pwmQ2 zk#i7En%8C%f+|iVH=&P5t&F~E*i_-5o&IO3u#hz1__SDwkDsz~hgk9}{<1>-2cS&% z?57KR69z*2z#`cLe3->q^CsuxFSu%dkUBhYC|_sh5dc}_$jo#4*mc6LP*kl<z<uZm z!s@Gp)k_f5m)nf_yp9(kqr_@C^e}QxVhP2LY(111Z+QssjZ8>9PkvXD=|x5)p7nTF z9?H9)C787wKbRhNPiS`Qh%<8wq3&V#sgd?XmFGwTvrjd$vgmpbCDoIDu*xDgyI1Su z@qU_ksQV!gWeoCA`mr$aJTV3=@R9SnA0+i(o90_1r*=Op*%}#A6t^?zy#krXSA+-V zs}Hod4-1T#6Y^IqNf+`C9Afp5ro@qSquR;xXSOnz>$|5Ar67Jx6QSk@V)IXoTl#(v zO<Idj(wObO-`M?3-eENWR`Sjj-R1fnd0=j_-<jF{Ox_W0XuWfCce#E?9(2ERX!o;3 z-`uOu5!{He)Z1%gQva-nGAC~)p7%hB!I5X<Pm=n`8=%49$nWFN<a?Rjef&wh7<)cA zEDyT-xG3>V?+adkU#<u%KW!a~x_<k;`sQcc>?@GqCcyqfMg<Qo86%uADe2msbe&vh zPfOqRcXpT44`ES<sJrknv#moj*+sJQG~s-b@fdXlp<c%W1tz|)q$Ki@)y6rAHU{=+ zW5t)YVf(q*d#hqD8z7dkfwA20-2+^LV`Zi2;gW*?Lz#m;RSl0m-W$LF_he6Y7>|3x znY?$o@nC_np>9cskmVL}ffFtQ@8Tbwnh?rlKUgwlCHG;!F?O-shwmm?IU)GAHuf8k zg2OBbn=JN^jDONocG5IL2f`;!<3vajx|N+Act=MX8bu$=FLu*)sT_X6YJqNV$3e=2 zd^`bO3d6r8HqJi--!gUUGGXVtW!jF@ZSaO}gO}M@VYeo33%HvXsf9fkhvvOe4zi?| zo7KnI&#fE8c$^Dy{QBoFnFou*6NaRt+OCq^B;RTzqrFb`*!L#SC7+H%&p+QVRW*Pk znJL!7SYvgWzd}-Pg|8y-Y4BNQE8qycZ4^c2#@O<?k+wrXvUF)TNQU^tYm*(%R&~$} zDeVG+DU4W;^Ygo`aTZIwiT1$w8s<YSe-p`+lk96urks*a^A(@9H#bxj;$&lyoD3x* z8JN~g0yVs5Ox=J0V5Piu)~?`zx4gw!yMzm$IsVE=(PYZU-^`C|<z*?Z`l|{S1P+o= zk8?3*5IP4>na)G^-{5}w441mcxL_tH8)f6i^TdC$`o}GdS4;zAtwx7gjZWalS+_#> zVv`!s-Coxt<c9ekxo(`bDbi2jYjPId&%rdorHq%Tp#C;NdOdyv*F-P`aHV`c7I{II zzOwO8QWz-ee(|FCi@%i@gS<$cJGu66poMy?1^-j{C{~*PtSoxZYmx<^(SH)*4tQCM zd+n&p^`;d<N*d|c(kJ<y?$VRe!B#uiuuURmnm$X54zw?fE;%!F$vNJ#ll^B9FY|`V z;<J*!C$};*@eRGp=`}rXWO_sCZ;(I4TXxbLfe+(uJ1+=;mtCxfYqqN`Cky;u^;a9A zQLj7<a4yuqQNTsM6Fw7<(H9n45O`4v<KYye@g!ZStX8GTBHg59gjq(D68N!EdgBfG z-^lcZ#xJ97(khhs3zj%*Z;^(8sn7g`(8#H!CryaQn}lbkszDmXb%5h^3F!)-ohmpU zCcd7{y~QXo-f(4#w}>MrTRShn*I6HD>#Dy-5MSMjs|VGx)sKOz`H6j+3lHAIkR3fl zT~Dz@Us@PzerSFo|Abkrqk_=NFAHjP|B^ym;?YEKDb{wKPH4wUy_=n+to|Rq?9H!| zV}zh}0)zBE{7^L!lSmS+|5a!xPV22lCuse89%x#>#v;ofKB#H^R(?qEHZRqp^B*Jn zSakkf9z4-a<_`+|&5YA1tlQzAAOv%w8Uuo9N<YkM@+7OtN&EzUAQ(8cyS3qzMK2>^ z=sV8Zn2;?9F@eOpf**fodr(vQ2Y-QJx0cXo+4${T+ho3l`cUpmlnCt~r72xr^v7R( zLSDR+7peB3Rn7m55O~o?-YrBwX#zh*yVPp}pI4|cau@{OAh4>QQkHcY2i#04JL$3n znQzz+na>e2KU0(W5qwhyWz)Gt-hBz3{|xt01`C}>P88_9>i;fu{^_3q&qWq^-Vspu zCUl*<V1I-@MYk!0emiaML+E$YID}pYhrL<a?k01B3Qt-b=(J;pcFBw#ejS~%LYb%N z;LVqW(0^W_;kBgN-SrwVrzu7_eJT?GnOBDv>@~)=#d7m*7xM~4{wKU@l8HQ(E<xnC zQ`|R^zl8xzi2Ms8oO*|ErQz`Lf0(v=cRis)YsU^N4~p$*lZRvsXj~#N7$Osi+mz(- z5F~0b%AELDv-uQu;fYu32z<<qrVn+F-u%=&n_c1lLb0d&%#VFVT{_Y|wytJkF`2pS zZJe1Y>PTKFS<eb}s+x%{5d6kuyWa2i@pAa=6m>5$I5Rwg6CWX4X)y2@;>{T9vH(QR zMo-=+!`pe7WS>(fF8F5CwLkf{m~_Av8ywXQrK<!=l6V_X#Z#UjrD<3lkLQ{VtFl52 zc5zURThxv8q;2T~RMlnU762-^97aJv^%)DF4XUxnCqU(jgX+77_X(;l?BW8d(*c!6 zX}p@^i&rsT9M7ptVB8x!zS_Oknau28{T`Yx&tA(<AWPka3X3FlvlRAHv+VlUS@mzU z>YJDasDDXc^|Al5HPJ(kHq1#UNLBH3j!14L3x;HjhpgK~M&3AA1B7EX(`qL6L!jcX z>>Jnu)fR)41zMo8FNFVD9-rFGkHp;VuzUdE*dM;+)6rWWNb0E8ob-H;PxN)_7~NMi zRKj5<E|{bbK09eaqPLq5thYMI9o6!{bM8d$$7hD|Mb@9If9)ueDtNLUwRKNQ@IU@Y zrv!IC#WwqZ$nTLg^>h1vE7+&+6M-miUuhQ+SH?W)*VZ1kZ`l)l)cZwuy+q8*fyTnb zzqOGSN_Q#g`>*E5%dkJ}{9VGHup{X@<^DwZKa<LvlCGbOUq|jm&gC<aHmm8#W|CdW z{ezf^<#+hm`gw2J3L41watereH|m4w@NdB<bGy;?vA4W&p;NVABr=wcK5mS<#e6zY z{YBfFtrLiy55CT(gWiiACM2$Nn+y{R>kz?}a2Ae-a=7`O$I4T^)`8MJ9q}#jeCc0= zu-6}t!$jM9eilZptZRf`pW(qizTm+l{zNer3CqU7`*(N0Z_#qx#;oa=pqdSSIUpDG zmo)=B$@729mF%iQtpqT<5%?#6{3jUYZ~6-<+HC}H*zFLDuCAY1vObo37jGCr?E4%n z!-0E&*G_DVreYIeA=9LMfW~D#Pxkhsc08qPhvE^Y%@6uRC&oWi{$}9a_y_tlTnnG8 zTfZbfxF>a4c5qKxU>IjcJciVDxS4SWzoG1($lbx}gA3yFw7U09c7`wo^kSKMjx4(n z+4g;=oc`h;EUCQ*$oZ+GNE|jq{g!6phWT@7N4vUUX2Se3L{3)ZFjH|D0aLb;F{2_h zB>J4Mh}_1j(le{^atnLOKu>agT`3}!a-@=)Db0>y9g5!1CcvM*6kY6?f|6J5Ze~k2 zGo_m&t3$(8?EFM8A7+=JyO(9dlR7ChK_}gz;nC;6xRXyyCG~r0Rd@1%FYRDrj!Vdv z(vEptb~v=zk3U=e#p?W|K4x2e)Oe()SwR1~<WeWxeLaDSp)$boCb`iA8C*x#`iem0 zEtPUG(>8B#Pb@H8Kzy*hnIs@S)+;AmMxsabevl;(WCln-`Zj`kAgwxdia_pe-H@|- zO6Uit@5NiBDsm+YI-gSyoo5d`QkB>>_)-w;Qy~Ep@C&z7pZSW6ZXAP^KU@7n)in8% zWV|QK((Wp<r^&JCoQl)!1u1~pCOP8&F0b|zoQ%FMqp&WYGHk#!lWandC$CSqydOQH zS9v#BaK3v-4q}jlpbr8r&bsRvv<;hSp|j52%O+w~<Whl+P{dDJ)HGH^jBf%Qpw$=u z*3QoF!?$9&b*88yF6Zs*nBK!g#X?@)sG=kB4jeTLlHQ%-@4p(=lvFb6I99jd?$p4E z>isOq!0ta<O=UwEucu+oH6P`Ql>Gu$J@SvM+gN9#L)3Y>!o*vn@4B3iuM0M&*<9^w zaq}-7OT)^fv5c0n3}7s=+|%pHm|BJVT93h8JSskzQSrenVi<!Au}}fx(1_ew%|~ zZYq-FU%z9m$AaKJ%GaD4U;2BNpSYj;D--oa;5mGR^}3kyV@FK;p$J1?f)m$-lHi!Y ziI)!rCkEj4*#nG+f+-eGyfo0piQ_$egRw?TSVPpbgTGBMe#uyV%iMS4cM?uax(S?^ z=<79@N`PezW<Y!}-@ydj7fy_wqz7}|LEq+JgkH@Jk<V<Q6yIlYxrxWR>HQe>1`qq# ziRrlqf-lYCaX%Phn)b6tqkgiVw))Up))?>r&UR8o*wDJS0nRtV4>&k8(;yQU-at!= zjqt2C)U-ACIq_}UTqa$ewVV74vj!WX3Ff+%>6oks4qP`qYhcZHvv<4dPte|$!QC0x zevGb6qO0j`v=vxwm>;7r??N`USq6fjs5M_>7XX;T-%qm<rCWdtKdd`0Kt+z*B<IE9 z`SN<5NMm$_<WIy#Z&X(&y6}Y?{fXu+yM%~h#pccxdmQ-=$F)bRCghqYIKE33p@pYu z>7fr(#oXqSSa?={b#W%{S>~H&#(+Pdf-xQW<sCmb8P}9!e>>FSEt~kJKQ%f=9fL6# z8^oJpUeK|DL(PnKl*?eFE0nQWv`q4PH#M+*;82fG;hQbdmBL>R^gn~sRl*r-ej{4o zS`IQJNU9$KI?HT&BfqUMl)Gz_4qV#5E;%14e~L(XW%;NH^lKs8N6o(Q__;J4+&-Df zCZPgNk87mqPEMRwg|Wb7_34qCJ_CiY@?k~o{z2vKfsqaWVnvK*HQ)tE{^16+6;R~m zSni`M<j5A@4)HdE%`i0+0jR|xFjw9bTFMvSpWZ9bSJylf(6iw4i(h{MeCmS9@afhe zEF3w@Ey*KjgD>c@0q+eZKmAK{@@nfDc+)i3~OSRZCP|1+<7(!bHE0;i~BzpE#o zJGPG+s1wY16$Q}M^maec_5{{$V}7&D7(jVuovSnjf3nDrspktnWnn&f)cgg7-tw4# zQRnp16i_Np)4=*0a~-;1sJ>mxttJV{q7iMw!P{6}cFWtP{6E;}`iP_{Y;deKn$%>2 z!yVr4m-Yf@DB&IF<=Zm3;jG3P(gjazX^LF11=?EZF?U7#$C@L<nLcauxi0O3CG%4y zw5~Tb=V=3;r0BXJvF)3ffNyx!n`Y%a&3t42HW2mN@=>>-DlfdkLe$59)e})CYDDey z>;`Pp!Pnh|G5=(B8m3<s$G}lZ_&TBwe3fJ)>C0_&4f=Rl<Lf=lnT@Y^?(OJ_uflsk zRTuF13PuteKBCVB_w2<5%5Al)O1eK4oyllVEYH3V#<K7jWBz(5zV$xA=q5QgQ&arV z^+NHTo;F5{`<bV$Fgj9oey+Qy6oQrA>${Mj^nP$(N?@<K>V~}zIY86hxpHkmX5;o$ zT<hB8#F3S2vue0*bgy{J;o@u#r)RAj=lhjSSvk(f+iU(&<MhB(HpOy}0g^Dl{8+A9 zs^j!F;(BaTItzx_H?acGZI*>Sqh_Nkni<@k7D%hvn5q0ZLM6LFY$F(p0iO|iFnLgk z8fJ|z`WW8-`GDgkq}t<nT(c3~93S?VLHvFI>#ln()Bw$aQd|86t)=n{x|az*YOA@V zb<$pGLk@^6xkk8f<YKVC7d*bsEw-TSxIIVYhUVe6tk;*^@H-y%B{!G}Ss~efLoM1* zeL1f}0wvDW#3IY5mq60&tPyM)XDFAvWzNW_B-JW8&MGOSWcQ)E&Pb~SKj!QYt&)LO zNhu}oSS7pjbUQ9eUa?BvwMtl-v)inazgs1jQSydWveqhDK*`^&l83C4C6sKiO777m zW({*p;geQj$SSP23Lmlx{Z^rNkSx#swN*G*3L(NTKAHZ&X0w|Ha`bvIyL;bKpIPGK zgi?~=cK8lox*PKFl{L5kdmxVsLoS>ZCGW6?-Y^`$_iND5+)q;KSaSz|+?bJr*x}^R z@DBB-L-a;hfCF@%joeMmCq$nk3nuXZ7uvP9tDAJKcLD=tYwJ30qHVsir{t5)+F7`; zq1#E~%yIS$yVY#{LM)IiFBsh5i4eu5L%-t<Ps`H*#2~)AAy?oUuIzA=cH=PwDsOlu zrC8dKZSa|siq=!M`fj(L7rGlnW$*QTP`e87d=SS8R(9}>Vt2zK)aw2c?a$`9yFo~} zGW>mPiDaT@>p<!cYA0(<M4hB7R7vBykSes~(os27cvu~*E1ce|f{yH!O!5z@U89q_ zP~~noG^q<%E?-D~e7d_~c+bawO@4fayWy;!k8jtH>Cu_)hS@zHNq5zv<hRdqH=Nz0 ziaICx@oaa)IXxejCO<yg-Ec<F$HS8!pW|*gv*+Va4-?SFCvy<C7J=MlamejZ+jIpz zuSuX?5U=o|TCFSSiA}1oBwpbI^>bZ8<}_(?ZmN-c+~o!QQMFLl={12jY1*~xJfdb% zXHdI0e3MYGyFpK;JQPgf%X*%Rq)xN{7{TA-Y{B16ss<fjJZhHc-_2?PzdCX%atV~+ zHD@~{%F9{%Tbd0UZ8duaEFM-r&>}r=+KV~_?7c{srxVKqB-vi;4ZBiSX1eRi1lm}; zKG0!RjlKl$Zpt0%SW`n)LU!EFA^iyD$>DdVj(X-|nhtxG5*_y}B|7j~N_6D2l*}Up zdI1-nVI9t#EO|eRt$I&RjyL2PmcyyinkyLQO}qIJPQ>2O;O-lPyP4Q~>}Lk=%)~Yw zzn#M^Qds<U9=G!<LgNZ5IR_-IB6K{DI;2r7M`;}~+PP)BzFqGxVEH9}R7VKqQ7+$B zM`*oY*HOc{_Jy93*Gn3Gq2I}izR=@RPfnS05eruAH5amy-oW+Sao_a+!MLyk<LLjl zYOO?)*%Ecyc$`(waZPJA2JdJFdw2DLz0vKxM<}{=bwU;xz?vF4NH6o_hv+3dlae>B zlCf3^8zb2-S|vlQk~x$NI#|CI6OqiEF^`fIt7M0ieCdkYOZPmddo3mAMncbwR@rY2 z&1o~r?$pcY2rl%3dXUHb%m|M!p+_F`?Z{E7FbsVxq`j1GQl;lepJby-*3fm4^QdB& zb%L#N`VC)SYi_n_I8MTG3XT(SoPOiv8>ilG;_aqgc-^oZRdtrNf^S#vJ7oobCqR0* zP3m=SA^{{wcW7jRQFgbC##t-J^@$tU2>Yeo>M{Ki>$AM{fV{Mk4!c96#ZMi9`$>7x z-N2Dx*7}Ke7$;1sT#?1XGc(-{m~fKTU*6#{3-rH`fPCTa=eQektXK5{%QM|BEA$Ig zu-dgtG}E0%Rt$@S|4TirYv}f+FM1_0!qeu(YkaJJL=AW|3E?-X&JzUuo76jlg*R_j zukq_fPliuNK4kY@xN<bx#^UVyf!?&2EG&+m0UGb@3yt4oYi~-9gra?Bg!*wai5r5Y zU}71kSeG!ujK$U^OfbW5UBUoQiZj3o;D8bsbu+;5c73}K1JvcJfPNchSTn;su6>~= z<#l0zztt~>9_z&buY>_EOlE)w5M<JuK>rure=Gb3J?B*n_A;zB(4ix8BY(ISD_3NZ zbuGKkkt?igUFRa}TGtVohx)qCG=1Htopli(=}TWqvZdmGp0Kla+jjIOETVfjeT&{2 z-eojEtn%MzW9&|&yxnk4?~;9S%qxSGQ$8bU^UsG-?hSlk+o!(J)+l4wxzOaB)}C*$ zp$ck-1MCTqJS?MnJdtAMYZ@86j_y$bY+<&q+99I5;;1HYz_Oh$R?dGIuo^0CRLciR zMfBV5-LaP71vG87F6T0Clh5z>zc0~geC8w4QBt*ILk`XEK;|++f!%708`|awG)c(f z2`@Xr6aIdGH@4)}M|giy(DjztRAFu|T3czZ+oICeYCo(dm3n1k|DslJcp^a=mAG3I zm#EG`UK`X=5uUXNQ*tTwEuSsnJW@$b(9d=K@DJzF6WXPgW;`05RBloWKfHq)(ug3D zuA>{-h4eD0!yRk!lHtHvcNSAy5nfta5x)BG-tgZF+N5%L`hC1eN3yK8HT<LpkMS}e z)!mgZQ>Obks6+iix2xX?|4<<QgnT#NJ$&Wm{eZ62_Xtqv&bA)och=p%1@zAwt}Q6G z1{1#FNZlp2>B47%rnGsueu*O^rCKS~JmyAE`08!Cp4~~&-S)8C!E5r)ppNhj+oZbW z6*6CrcT&AXl|da+Lmu8C(`jyuKQ&)gkL%~2@C}{vTo&M@8Q>ebKR?!$!Z&nD9a*OM zXuOSho$vMdkRa6)X)H*5E#7PC@pSuhGx|wWbEri-c&v0I#F12x>Ci)B7BvX&qub=^ zkAG67=vJf!IZ0a}An(g#UZbMgjvSL1^+P>JEft=of|hItt&7XH9K-bg0r7Ufdr!mq z_sw6$z9bRBHY34#PMc+)6y7b_JYG~kCVRONo>9u>O<aZp86tbkSfG~Z2d2;;g3J}x zonU=<_GjvRxiw9}IQ0uG?OY3HsavdTK_GRbT!&5J3p9ST)qwB-?nc;+%iT*V+iskh z<}M}~NW!L&f_$n&ZcS6LNF8rAFL<NITGxUe>JaN%_?;T0ueHCA?2IGpemh6cC3tas zO~PfXOs^EON{n(H&nj_x(kd~_Cveezu=oyXcjj>nlvRS;jp}dgA#paZh?#RTY`r*o zWXbx(3ZYz-qwwVmG*^Grfni&Ml({?5b*=ZpqP>RJiYE{jY5&ocoE}tBmg66W2TD#g z7l#m0oyyISYW!|U!_p{0TRG7eIrD`BU-sQJz?YN?1N?=Eg<K5u=Su$Z@)ZBUUf!i4 z2aYb%P*Z9Y05s_UvtFI*h>`x;T(Mm+(vtlc-inT%w@H$rJaq^R;+4bhQuk`I)38kB z{wNd4v#hFvT)JkCIIN&c<L|UYIV5*v75-cCqQ-pjvI%T7%#c7dG6$a0t7m=RCP+zk zeC!-Q<_ZxuMM9xh*BRmL6Eo;Yd6WNph8f&$kL6<VlfD34wg$J}KMe6FFhrf3Cev(c zQTCJ1I^^0KZ+DFeNj1hFscTE4YIIWh!TLHF2hDW(*c6(|6j-f@2p3QvrRsNcD0;ev z0;6cNdeth+lWN>PXWdFOs?oX@_^55tvGAjXTt8_6`v#KgWE|FC06x7#+~f4AD+kG# zvQ?dab+B40zrp3epUfGvfIk6{QX@mn*H6~rJ>HV9lN&t@RoIB#!=)usM$NwG;@c{f zZjsC(;|E1#JRl)R&T59~!056<q_tRMvjjjaPvF1QFShjbaK?0biJ9lULrnbwIG?Rv zJ5^x4QQg39X<r(*v~eik%(TBb*fR52Uu^CDMPyVfCe>N{GrA^uB|AJR-ek&2rvR0! zn{?v$aoUOB$1%jZPo|#J1!;wPpcPF$QU#YmAs-Z9i+t=dn||<8()6S9qTt5?Y*qD` zGEGaGovJM#2!5@;mBE?ylIF$C_)b4!ep<zcN_<TM<8;`x`l;%O-D;S*r9nCi^ZZVS zP)xh^aMW0U&4wXnIop35{y(=_9qszk3@wSi$k~zbiD@!JZo?dIl)n-nUq(yxWFu52 zpKKOiTfP#N`K>~^4&IRC2)xc@o}VgY-|k0Q*{Fsh=tNs!+6nQ$$LM?B$oEOPu;K&F z9n6e5v4gF|Cbb3I0m=$*j-09{h$dS88nI@p9QFv=BVBf)7ktnM43}_bR}<kx6Ad{S zjPML|4vV5btHFBZrkx!UOmVnj-mKe|>=iS#P2iUW7OQwhIxu&iBeOEGh4k$47vCkr zbBI@OA#S60CXNnG)nyY;3v{6v;SY=C7MhA(b805X97@k!^qfsavqe84m>8eg{yNM) zda_81EKTX0t9*<uB7!W{NZW!l<kK8lH+)f6wL7RT<_~$ZGTgDI=o@a6;QaNW8AI`; zficU$@))es)M=oKIU}dDslW5~waztf4RHRXaZDQ*nOxMi1=2!fO+TQS+dmxkfq|%n z+w5^p33OueXQVPtciy)+#v^0{OU76|W@oH(YEJss9SpKPKAdTUg#%~QbA*Gw0G%FN z8-0T`$vps}@mb<E@;I_{HhA3#T4DRC`FA&7Kcq``suv+?cY}*N>rj#K9d~eT&KTJx zo6;k;uJ}hrM=Z8tZE6lU|6dSa$qr$$p(`yu9XS;g$IM9{`Lha&)uSH^C)ylC=Q>-Q zLw_%AP0jO!XSuuDtq)j@rs_shq|r(mW##^}Bzo74e4j?Z4nC8&VtqR7hy(dTGjc5A z8aFf087=K>N)1$%T{+ZQ+a^7qKXs^nRqPNql}K~Wx>Y;~&d5pCr}+t4%9}P#ay%iS zA2g^w-XSFEth*P~Bxi7ggU^j^DsOVuo~KLlbf>%8EfCodN$UKq_=Sq!$_ElW6Cc2z zcUg@}mJS+qu2BO>=3jPYo_{vifJ!q4ib$I5tlLRPF`N)?v@FmSk@0{wXye~w-4ko! z$8<?PaUu5%D5b}MBF9h)ApFY>lU07RCh&0(I9bF3SIX;u)vpJp`piM(KlGaGaSis5 z6+u&QDm=xaU5=)C|6-1e9KM+BEJNI}#^_sOJb^2?%f`6_o#Y4d&v34}GAG`9$@hFp zcekS>_Zb)&)#8Klg=f)g^u-rdkfnx+EdeapJ>)cQO!qezJR~rH8%`Q0+T||`8o5Wk zEcBXJvVHQl`@*>wSxhl0c<SSsUyUjDppgIh8=FS87|U^Cpb7-~=I(9+70C}Pm^$g7 zLZC|kNKXRI69U~V1e%17DcC<sIstGdhoy5^Sk&8%lzFVxJizmPy}eGIG^@utWwuzW z)b{sv#go9b^j_1X`@}T;>=<jBq}NH=4()|2DLQ)=Ubf!=)X6Zyqe;9qKh=Uhs`WiU zq`K?`I~id(cjPrW4&}xdT4-ej4^c@}zKDk#)kqXLSj;Sn{%IEtu!<&9v}=J?D_y@F zICae+hl5>x7+W0VKaz!9{RTCKR*pBxiNn&dG(%@6lXa@p^6Av_j(l&lNFVR6NzZZQ zM<2%}>ea6S1MS1&0w*?h+BiX$HFtw}0SY4I0|(ZbDmB>Z)nV?{@<;>}9=)Klw&_{y zucc{8wbY$2Ya4OUNQ+;Tfi<yqdd=PDD@qJ+=&zuU57Eo;na&Cct~hX3A|eR9q(Ty* z2rtputgOsW2fEJp+85Jj%*Xu>^GjZ>q@$l=jn(5dKd#%l#LZky_L|Oc`l)vot=+Pl zgeH>cpy}Q88RpO<Ri@_rIDG)IOmEsIZ^#)PcwI(#DVa*bft2#DWls}dg`2M7ybXC4 z?<-5Jb;W~B^Yv!#0lV{kQUBp_^o>BuovPxk4nX}5oZGOLVk3N04HN4L%_pPV6M~3F zsKf~0kV$CJQJjK_?w{{Jgq<lji{~(;tTX392%D_+h=)j<8~v3;XX=Xm)pq<%qZ#UT z{7pS&^K$}(`f?sj_Oa*ZIM%rMkdmBJfNrz|bebFOxBeh+WvTmli<h6nbyZ$=)}AR` zDtwEBA8H;M7%X25WX5toKPT4_MSXZdO(0E?*)CLhB()}4+5Sdw>0Cuj!|T+OX9Fpa zAoetO2v7YT&e~n{#RxwpEJs)t(IiKT1Tej<z+zhjs%w5FYuvH#3bH%v-W5QF4HvN+ zYecq?XCLAaAs-M?#0WoG!;dZR(11uaQfa+isg|c}=1NUejpc|&*c1Xe;i}{0{%Y&q zKfL>WUWEo*)Jpxj-)n^H1QIJglan<9qun}xC9ZYzMhb@^E&S<&)C%}Hjh-4E>TVdQ zztm=KBn4DIH4(`riCne&sLqL#bmqHt%<BcR82Un&BqE95#Z~ZYFq!|*D+zg2>^AwL zY0138+&<jdz2J#u1g55@z9CAbQsw#=v&8EA5Mk79*iFswUxAore_h+GMbT_EJ9<i~ zv0OJeRq`r8?jIT*o|+P!Y?$Hu1k{oiQaK}f0`f)wzcR;BU0&=T8Y8rzF*W$vz-v2# z&h*gY%+TU=vwyOLqI<{EcNeOQNGKXF^(h2b=Ciknr1JJR+tW<&TmizVuZtkPf!r32 zqPNuO?#I@myj77&D#-EJ;q2c*sNgVQbD+k!Lp1`NSndo)-<g&kNDXlSPxt26erMY9 zm0U5v)^KCFX}lkrni-m!zK`joXCHs@S_f|4twiv((#P<vqBt04swJn35-ci~rDRS) z$(*u}lIa$svGhGOWn}1v^s?*o0!4;7&||)g$}@nR!0xa+p;|^nwcMjsOH>{fAWvut zVt=-<APt0AZq?cN%?{eHT6usF*)OQ9cq40{k~#XttJe5^W}D2B9)EBBQcDqfc5W0I z*N?yW<^$53-Jz9#;srf026-AJ5X)UK`zuXtkAa|q?^otWTSwq`n^yKS>$L>UqC=jY zpxB8Y?nALZeg$L=KP2<7>g3w&rrI~?w>fiUZ<1~AO|rL~sZ*K>qrO}70o=JXwO$On zl;kDC-dFPhb6Q?Sc;*sIo6I*i_7s3)xfL`dtw^dq!yIfiGLlA2Ck$bbrBH_ErbjOq z9rALs$y2sysK4Adf0|Yy^La;2Jp%KDR38&upBkE*86t%N{-A?JgdwjQB24+Tp@Czi zl|r-Wft0`)?KG0nP%Z2v&wsF-3J*K^RM^S-6y1W^KS{Uzi!~4nD(IF=<bI!_Tz`f& zl$&|lJ(Sbm(cEji*<Y)b{po(5KU1`?Q2%I^9t?5>U42%%dO2PF{?Nd7jYiSYQaNyv zuEdIF11I*jZjtbJgb0M!yR^dS&vvdkKGRdSSPU3*lbB&N(-WGYmnl));%u=N7sMpC z*sZv6Zf8%^L=T+&pSrPe+t$78rD%S1AH-h$vLJJZdPx6vBlQ4q%e+PCxlg=K=wq?m z$E&nY|A517LHsiIlr*2z$X)vn@KQGfvJJr8b8`6fl;~KwD7!_--_JB9)jx~+)Epk4 zst!7Ws5U^>thxN3+4q|D9-)m%lf%h5IywC}Td(4C2U9^cfE^QT9-Tlc{YnXAClGFN z|JB=Kgxe0bYz!HTGgt57zB;YV-LyU3xoU$u*w`j^2v1s*?0G%YlmEoqm*3?1>Zu3% z&qN3G&qRwG$x&I#jdvITIn}-wUF<kr6gb?JbL?lP%8V6j4KJ2Ee3nd(|5#DzqF9$V zs_JwUx8td*t64grR^wv1AI#J<DQS2I%L~jyKk`0S=0cl2HNfPafBCgGjpi=<4z9C! z*jASh^bhu=HA<Rg45<UJ{jm4GT`yReB=c7}FM>xKb)Q$f6@z}Qo;%k>1`6fF)ON>m zix_}b;{3DA5exj{x#RJfKN56g`eY`&Ox?Z~A<}G%MM&=?zGaBD8#x?R&MT^16H(QC zf`b+;V|%hH{N;mBsv+Y_&M{+$l;ul?0CZ5C9?|Jgl+fo!+xlFG&+HU^&T9@mPL;kX zwBbJ*749NY;g+S8f3~dc#73DNm)7IrAv9WXlS42o(EHYTL;W90`4V3s>85M;nJk2s z#%YB$Aif^|p3O5VZ~)rv6Ag5yy72|gHGoH`LMQsaMhZy!FM3`0p8J575vmuV7Psyi z?r<2^Jb|+i83CyzM58lvPdf{(A)FmNBgYXVi(#|chQQ|uUAi5AWnG`j*Xha&?K~Vq z^c`l@%I&I3R5dooxvU^ByQl2Z?asO<`I?z~I4%0Zx{cTdzHmY%r1JwB7l-g$rF&Ld zkL2c3q`AeqxlXyf%C2*|{^Sf5-YSD`)94WwSDScNfE*~>2yPNBhO<BZI2IFm??w?- zZK3ThA3{yV_VmDT8C&$=7OuglSnl;a;G6_bOwgULeU*2Bn1hGjt~WSLVY@M6y)m{` zy-v1zOT%1E6|Gj@<h9n$`zbIh-?2ZHPm3ZPNc5m~{>F)vr$+c^9Y~_+RPOLKvpK#* zJu2ci-r<+%r$3h!f~WH2PM%Qsl#3=L4XOy>D3P(;=T6hiq|B^TzVHugtjAixjO9LL zJsV|&e=fZ@@kyGw!4sa=rVK=lB>KVo3mszuF(_i8u?!4zFFODKg1a~|v_Ce85tTHh zdVAJvGPeac<`?7<-)1(O8=E2-!M9S(Ex`?`1vzH3)3e3g5L};LkSW(2q&%}Ay}LZ8 zAca!(=Jt-*0DXpxub_0zXrQXDW>dGbImMr?P6kdbj>9R8=5#iX^bb-6x?~I``{*u7 ztft51>KKZp&unt8^7cbAe}#YRtKCfzGF*&pt@f0+1`0cyoB_lmOyO1OfuZt~8psY$ zN#P0;$X33l6`5w|s-}{yzmF{^0#DaU4`f@FNuz>?$58j05_X5GD~h)8?*$V7ZC%bf zxVCxqc$%nom#<wue6^zn?j5R1t>)wIP!9i$e&|@uUgy(mA)q54BUo{}lMa5GPET)k z8~2ZP=x655O$)e&ji(#B>+X^!-cC2%&ZjqUj-3B6`QzlkD6+s*3^LMrSd}hUsdAOd zRVEjFv1?oPh-6Km2e`iSjdRuM{Z@A@XMkhds>|B~1)c7G&Hx$is>|HzB)BParv?UA zm!)Vb@ShNeq`RL5$b;>QgLK6VD*CglyI!G()m`n?!A5<C=Keah8hOK>Tf#B*+-?DM z?_&$2Gah<#XlK*%fU{(4_iWzV*KEe;uR-?znY#`A+sOQ_x92ZUirwW+%X9VoX)x;f zGg9rjV>dYaibvyfw@2pgHuoLY+%+LcH#H{BU0b!gWG#&_k?!&>OR@9~5=4-xk%50b zftq<pU0suyhrCXA>heIAfY*lo5#6v)wP4S&zy}6zS-UN79CMo{QZYl9s)c0sKvXI< zKf}wgIJi0AY!+_t8EVGnp4^}%i5qae!DBYLgRR03T0BlqliO?!u7@MIot{?p9A*bt z0vQ@)FMc$jR~HcC>gsF}o-l?T5Su3qp-7m5Qx|Ebpk)DVrr#gR^jRKhJxQC_A`drp z^fa?oS35_G(NGx92bs>lj4UwIiNSp)vzd56?$0X7Y<B(y$)=$Z8~WkhW!28(GX8L0 zj$`3axq5)BMFV#k&SP8oa}1d>`u@*jZbMvjH@waFriRl~D$Ez|1hH1|x@F;RGn)R9 z?kO5N(0>@*C2YjpPVf3yBi9~ty~pWoL||L?tl(syALz?QO=LeA^T^on$Hh6wiKMUC zndkr+M(=!5+#%%izWME5ljB8RFq+;<Kg}FjW)yt}HyZ6+l{LCLsNCTE!PUX0d~p_V zu1c$RPN&=*TuXs+OJTLgIh|9X&&O+Q2j_ZKvr!4<k^id!uC^AwT-54EIdX@m%D9?5 zVo{x%BEza+$MzOU$i&dFI;U-Qo1T}kK7*Db`sIu0S15*iZ9naM@O?sL-$JpxO4jWy zWIyts?JL?kl`$U5pR7Y=9Q3q%kX)x#Pi2@qNgAb_QC2caucVq9D5K1%W{|5GBOqGu zDQa~~vXn3QueYoW?iG9I?}lnf=hoE}L&^$dk+Fl&0B4=>EXlNxSr>EuD8voF^(**g zBu4mH&m1(5H8w^KM6!09ZL(R?DzjKL^l1OcI3jI`H3}YW0pP8k^7YF$1MIrSC1u7P zmLVRk#k}fSp#HoX0m<PQR2N$|to+TT;;4^FUJUJ1HfarZq?l!GjltDJI48b+pM;_V z@R9ifXdKuh+lR}4I05mp!LcN7(mMcwWPNu)LZ_aCtew_qrZ?$s_2En<?*p+)v&~bM zebhyg*L)@K3l=ODPmM#>{e;5UXC9n~_o((;gB27ui$~L2M$rZkWe78zKE$SmL&5$= zn;h`=bWZ1qJJ{TV9&l4T159~8#h=B3Lvpz4it=XvW1v=Zg>zM_g)G)r_*CR`l0P39 zJfv2i^v*zCP`p=iBVtP0BgYAe(EJLcwFdeW+a2~muR&qf1C2bPA9woS;(Q@t&H3t& z#exK$f<j-}L#2ql0fUqq41a=i)yN3~0_Up1)q1$X5Bk9mq*(Za%?_N?F;OkDxPhmd zoyW=5<=gyEMoXQmoMPB3RC7M;h|!9^ajt4t2KPpIc`A_UeiI6NRVb|8-wJgBx1uIb zDPbw%X-7BhQz?a4R0$@|5neG*c*SLa)pg*BJP!cunr^`$7zjpwK^>Ul<Aca<Lq>=} zV(o?tvP+cD6<lJAC+yDm#z^=u9OP)ySTF!w%5ayr`PaFN+RU|aBFfw^zYx3)P70h) zFmvE!YyS2U8e`Aj!}xdhLR9aH-7wPSi`xaOA|>dq!YJf=%D;N8e(@pq!XvSeyEOi= zTfb8y&)r~$Mhv4}{q#682+1eJ0x?k3tPG<(y67NPo#@wa`V}Q3CD>yGR}1zy0taax zLdef1bvN23r;e5wMP1IvNm;Cs!HK2E`M8A{g!ehPm4GB!OEN)$bTD9RQF~v<)HKJz zn2Z5T{@1mT^@4}qs}|?~V(7{(*>ahFoyonxQ+jQo_;;R`qc*+N5%bh9EcD^J!M{BI z<wpiHa!=_Af!V&YYx4pXN!9PQtLq&GwS$~y1|CIToZY+HM>L9OO_uYvwGi%YP4zPh zjnJ8ST-P-UmEzUGc4~3-ZgFMRM}MHk>a#!0=fS>#%KaW>G`|BA7l*E&U#63hoQjXL zdS(C;og+%Z<TJ^Yv1^grQ@T+1e@2cPY<Gw}IVY<N`|6M3^t{xwLxB?MjC2FF5l{9O zk~SkNN_hN0^#r@RFlXUCi$Iqir?e+88j$K7@Kf?*#}V?s>31ywcY439N(gDVdW`H= zHX&UWL%7#zL#xhj4*Ck_$(g829Qt5X>jYKCRoKGVTucFZVNf{*ZRZKET%ukRvqC#n zT%1a`#NjUnVaFQtX$RMRD|t=sr{|KOg;X}-EIfbH*OHH=bT1rip88!8R?k=cS?UP- z6UvMDffkfAFY<jZz6vOk$F_~I7JF<rOR}A>KekGG^<`r_Y=2|hfUA)no0tB4ld);u zE1U@$|7Af9lOT@GhpC;!ti+RQ{u({P^75DmLRFD!XAowf_5N4P+JbuCfME}CcQq}? zR2EnlpIVQDX)E?1?-zOmckQ`F3}$9sDiw9b+|2_IGwX8r$HDIoH|7sY%<C9Vquys; z2dOrea!F7?AIP-x-LE*6dfN9l=FbsN;$wdB-{1b2&j+SoJm%xh>2u7l;hXeL$1ECW zcj8G8&h!)%lQq%<iz&75nJL^=xsl(($VF^g_NEhg?W?vkAGm%S?QFt%>)UAO1*Efm z+6jJ8D$K#$08X;lAOZ>h)g0H0^AU(&n#@Oi=4;;2`DE0%GSAD3#9pwK>diNQr+8hx z<gOp?mXvzo?DJ-m(oftxcM8L@a<k3~58Vp0YMN4dL0hRaoRf-m>uHCpzoVkAB{0St zo{@>^ph_LSTGRq(oj#A)Q&8m|+Y*>eD%Qc~X7||5Zhh)K`izSmu~Wn7F0t5}*waYy zYyG3-cCTFJ%hkWR3XEFUFD05cXg4VXQ_?WEwunb>puea7)M#q`VO=c_M}LR2ww9%} zv%=vbg)LWRMfw^jym9PWbEEm$BraWkr~K6TOUl<e>(177GG#HE!KJ&rWzpc^?({_$ zu+!zN69MIE{y8M*Zxg@n)qGg;-c<>cuW}=^9H}>=mh}t9uxx(D$;JK(TJfJFUg&i{ zr1pv*6jXim#M6#|hyF)|-&B|_C8)BSRCy~C1NXTe_1`KvT1w>j<1BSNvXbeDJkASd zWqMO&bVQa*=PKYhX)hKq0%EeLVlne*+oTxrNP*$B<TYQG#@}eMn({v;5IVT~6YJvT zcSDlrI-eSh9ftvl8Sx-7BOc0XRwa$OP12#tjr9I$88|QC>ChsH`(*f@qGnR+$+tfE zJ4?y#n6q{oT}*2)|7>}?wQq#jeU&VBel2!uHQjb6C3m3i5@|FYIN$Wf=l`wutTcw( zbPYw^cMo#q_{<HW*A~lSQAl}ah3U$2n`flUk`c?TE@mGw_)M>ZdTFB&eVYt+|48#s z5hd`@;HN46W7I@Pd_L7joqBPO7P`9{HDcf1<nC<DBqe-pD|>THMq@Nfeq7NE`KjSE z`#YUjzPB3UaExvBUkbf}(f+gfg=+oN`DJSTrTk*W_E+$m!SCVx5|rjYiWsb1^=rf+ zTWUDl?%3hlvKu{ATNk4TujVBOJ)#W<JrZpBf*vJiSFdI9m<BCOqe87qad3<#7AaGi zpFRaj#e#38`MrXoBz;dIXZAsf4n6w`E8V7OvE-O+j2><Cf!muf6AHM-w03SAv7RJ- zz-UDie*u_Otub3dGhhw^mbLziCuyjhIY|ShVv>f*gh>`iCTWO_nWO=7bopBUA?hc{ zPBuU)<oh$y&2`Z)2MG>X!5uk_gg=wy&k6G9h~Vcg|3T{1M4LNN$)ZP;bTSF_)aATw zUG$Kr1g6oPr<gTIbb!tPgMQN)oKGUog;_0Ab82|ts*PQjRx>E)DF=6Tdjq2Z2W&Zj z7mTl9j=J>`ZKqkrL1A<J)T?QbVb|^PlR^J?XAgCBwYkTxt8HA;pXPYr0ERCAU;+e& z9?GBeoZyVCbmyA)vKFQdm_Y!<d)W&!<l%7Y<@<46xpL@;=pb%#{JNae*ERL)z%l!< z8$3t$u>{3%GfAMt|Jaq#NidS*pC*6C$)EA^=jh-b7c_7$5|usWXMAiC=jaum0;HNi zu0;zu8ttP4ERqmA*cZ}dDUngmh3TB9Fs7?X&r+TxTfYC0o~0qI94?th|7-dT%F=xS zw+`R-zQHAQMcO`Mg)GN5GTer<f5frf`0h$1pCmtJd1nnbSj$)X+6cZe0!vDE)ULno zT2HtF^UMaE57Zr)#^sPmS(ApTU;UvYwxTr1p#7EV7UEaY8mGDS=&Sh_#(U&1-Wq~# zfSP$oHNtW6p#dDNUZ(V2N@an3Rx^GI%B68BdDL1h@G`i{$|3r-RCM(7P!&qH3nkmg zm)Ybjr96-6P=|4NNYBYY{;42Ht}-+uU$!+}F!4e%^371*@YH-t+dXDxaAOQ87OOij zyrPle8{(|kh~9<?q0jV+k*lf5badMZ7BB-#=*)ur*+%%X2E6U`Hhl0>C)2RY2wr*! z+gLmK9gRmo<wsl`CFgzzFFl^ccMqoptgD#dP^U1-hFQ_&)`1D0GFMjM;F_iV9e!ew zD?YN%<c*G3x1y;7^t{rF{t~R+{m7c1=urJm@&l%U?RF-Iv??0q{22^6dbC-w9Dhci zSuvU*dloX>Gd7tOi)D#3E3TH6O;vr$+_%>(oggRwn3bc|d(U=gXCxUQM+lmTmgYiS zl5QXkg?6L;mNvVYt5WRfh$Rv?jmC|pTw$5sMCSFFjc$_!&>Pj;JN1<J5PGe-*$<8Y zy>Eacmw{migd>x!b8LFzNWLI#BEP1ED-SWg3KPRCxLCQE7#R=Hmwg)Z?_f(zHDS<m z<~VjqUOwlLidEIlh3%QuUgxrwUCtquo4rjR<;w*oprvoRC4X$5dh2(jJm?G+2c0ps zxl715QpU2P2CeCch58GP4_8kn)%hcJS{$+u8r^JGKJ5!vzUMOoE#mcI&R&Ha+obw? zn?B6%YV!;Vv=H^x(obeZa_4Xst+qkQtcd4m)BE`?74Jz?B-HsRRMF)N1xSnSISMn> zg-__kTaGf7KHOk7Yti22?tCW2e~SHK-K2BP$D>0RKEaoz14$pKoGV|5<^Jo)TxiN_ zr^J}=WQXfcL%3cdU2vA93vSVNmRRmt)F;`{1j48y5exw25RK(7rc+ST>9O4L`Y~q5 zVN@{YA3}4d>E<@*eB*ma3O*Ec%i3IX$(GW+`sGiL;N@4Hb$8L4x&mpb#gWaZBXSUz zXJufO<oWIAuG!>@4nRi;q;r{RIwgwkYARb@es{X=GLKR;r+#a)r#`Ssx-DiRPrbjj zl#2Tf%Egm1pqA<%WjfVv@_d9U9!0@$a(BhU%y-435rY|W=2Wa=G9NUZU{B>{xBy9J zo^c*s5p&fC9u%x`s#k=7<~wx*0d}CUSM8C6*)m#2-MF&i!Ftb@vR?g=T+CU5AWe#$ zU7#{)Z>DF<BzNaJBalzeGKtXdtLHVo*3x{91=i#{>m(9P5Wrb`8&?{%_ZA>do0TsM z9zqOn3N~o85GxI6V&PilTrfn?!@`Jv=$CL|0<%hDx%0VY!l%iWLZ2Pc_BW?GxgCsn znIIRdmOTyeDKJ83wHA^YE&NLz<QUJH1HUu8|9?J6;j;(Ir;p#!H=h<+jGW-v>L`RQ zD}i@(3c0|KE6={oOD^yu$pwx-=-)iOiCc`Q&d15-9^CGV9;6geyYc+rgou2hP)5IN zPH_bKX@RD>1_J`uB5yaZoRZqvZj5Ne3XczXTEdc|ZL8R!bPj=h)%q7L(WEav)FddS z;dAu#6=bM^;-+tr{03>&p@WehiuaKplH|3d)R1t_Qz}Y!RLUwKp=8!cvCi5L>65k9 z<gEP_*PhbjN&RR^p`$#dSEtCGRur5or_=Mw5sluib}v1zG|5KhlRdGQ)d=aVIQJoe z1;h^VT~@HF6>trQV^NtA{5)mRbWxc|<+$3>&br<NfmJmr@^C(1?H<%v9ZFj*ZmBpm zad=qjYR79_4{EIr4KmU`l@i&can{X6fAbc-=?$G~Y#}*Mb998){G6SNqG*INHJ$Vc z_Bq00jb_8nHW~z<v10KqbYCzRiQ@IIHc0bjEDL3S*3%L5-zmcjGE)5B*_SiYcJnv- zXD0l=@xSgh{xami1$jMU8>{ddtrQurBOd&^)i0+njbZo9S^GXb8c#-N?OR+_l;%5Y z+qp2z+Y0WGnP&ov)mXh5k3-Ii>#}rU+L1o<<^qwwh@sQjkv6N-C2WJms5Z>&p|r?N z(#rhHGks;hD&;aTUbgA_IUny=9pdQ3SN;83(kMpwe8y9H2_cfTSIP?_*Vy~1k@G0< znSa&asVF<rf7;4^?)qsd;EMB>7kJh5V*Yr>a#W^qa*&~ei{ywUvcHuBZ_RVsDp>m) zs#k=Ll<(dGGOTnyu6KM()f3NK6~tENEB}1qaQQ|*J&x~yOD$=vq_N03{Nc09FdBe1 zu|`j6LBBv(1EtGJ6SOefc4?+~aG*;@B!{~Zd9`khMAX{7(&k{@Ez`(S`Bu;BE~gPs zX|;{J^f7vp9+bewY9lcy93!wOcQ^6+M&0+izsTx;6^o3G+Q3<+_b3^y*#1=&&k(<E zqn<AFgbtVW1WO!?Nj?$s1Y0ab^1gu_n^uD11CB}kZ$#-no3?E@#9e4GB;;7_P(82G zj8vL9b<3`?q#7Bn<+HR;BwB_@WQC?-JOWry$w32QO_y4Jvt6xpcDKitU^?@<D~1 z7`>y?S@F*mODudJ4le`0Fn7w{@mWIZW_#o=Jx84ZkNZhMh3H^st>BRm{T)K~;fn2* z)^;S?;cP1b`z45|;mS5OLt<Jh+Ugpw!>WfSbcTeko@O=F^TkRw`w^_=Me`+fuoe^K z#U*(h)MN3N;5r;UK1>O$i)NO@qD0+oB!lGSnx!2M(asp<uOuhW=P*Q>^?9}k;rb7X z5Z2lyC+YRaSpXToiXF}>)HwDlOJ1#Kn~T*F4VZ0a4@?=|-jIwqbE+vbJmDEBQV!&J zN#)?IT?X<(e-IZ&YNOie6IFTNrLG4KiJYLnO5CQJDs$Y3P1WnHz<44mx$LKQe}&}r z4@hFW`52{Xy0>m84cqM*_={vbpxYDQ9&2f&)g}<o7tZ!ymE)*%dYHtu{4^O|uT)~l z<)nN4O=Ikq?r$3EWc!Q8e!gf8C(;ED$oGLwa=Zim$uHUAHJb<|h#yM2-VZhm5V8+c zz)s|kmJE)OMGB0R(TPfn#m-j_E8pmIPH#~^6C@KMw#cqtq_W8AfCc6>Y2*pD7x5;( z{r3<K)~vL}@I|S87$<iw8d@DHGRk)^8lwI#HOD{|(Z6H1nYvdzHquBm%yhH-BF*&3 z7M2iptf3z8UkwYr6{T%Za%>|p9|P6cdvw03{?1jI>c5^8SD)SHAoW)SZs#h7D?MQC z-`4~r>nUPk$RK@-k%x(g=`+GrV4#tyegw7iTCxq?Oy%@V+vhI%I-XCL<LB<Un=Lth zC-8CXHYs!|;-pJ@jMa!cnHY)$r!WhVjee@aM3kpfGE|1AVk<f`ALOiJ!z)KfL=Ch$ z(FbDcwxsuJ_a9}2@Q)TUE7cJU)_OkoL0t}1u()7C7eeYaARF@14ExtOI5&Dj4lVUX ze!*-?8mIap(MZ?Y8v3EH|IxM9ftesM$gT72x*utbmQjRA7sw0W=qQZECW)i`qSLGu z+x^J)=x}+yJr<ZCf@_Xr@$v2k_>{x_NJpi)ZROgg_xlx0&Z=?Orw{VVahf~a1Gknm z)(@d4-mp6*I#hQ`U4ySll2q4oVh#X<g!6E2lXjSt@ydOQ8nNG2BZsq|(yqoijcyfk z*d{{vdh8x=<8u-xjoV)r(un*)76rVn-Y#imyP=})Rkw3iGt_d2QQo#VOFb-aXcBo& zGV46)HP0n_%$>3>r8s)HICtUdSi62rF|9Z&wiy49y>9`Js=C^qWD*F3aKa@RL?n`+ z(TJvkHW<(uoY6Cy)U=9%^%6^sw2G!=hD#L)PNEr(qqG$-U!|qBw%XQ8Tg8B&GYJW~ za7lt9h(Lgf=P)7>TEeB0|6S|cW+oSc_WQo)|NrE9a^|eFZ)>l;_S$Q&z4zLJquO4P zjPVC2h3y@U$Zqk+_F9W&{`sZ3S3jN-iUW}C>Zr3XwM?GmK6)l#udvulul*J*0Uh?Z z(1kAOFi3hs>Ep4Obo>jiF8}vpTvCI)37o0-%PxCGFNmo{(a$<f<HcV8pEGix>cc2m z2M)lgr%8X)PCb>c!paYvhiBtEFE@}hEX*Sg$GW-=<^j@pFu{SWs-pfax`OgV`x@dT zcq4PAV<QV>>JG6I)WIM2V2;`)rUM3B;t$r(^d`~zvDm(IRKS@Y^iS?*x1Nw^-~@=g z8mF(13YXVGjJo|xpm3FXThGweCovdGOAq4neBgmC=lIrweOK)tcT@qX;w2puvGgQ7 z@taukSiZ45m3S5<`^tyo&G&XPo}>sDAWLj_#@2Jm@w9tVnV*7%@=5q?hYp!r>-mTO z*IO`{v2Dp-nTA~aQ{h#((Jr-l4~)SPlK8A+<RD`HK5^S;9b2V3VZEcw?T|jRw}0S{ z!-;DgimG*F1*ZDr26|7Fc>4b}#-6)lp4Gl|iybGP@kw}UIdUzl7s}}(4*UCa=$VTx z@l#JYrM=GFuiORB+?{i7u}jtVtRS{~=T?>UcSyIFxkFZ`v^}?>q@Q&A(*STj*`EFZ zqDfmE=^t%7<h1Svp4;}@6I*<U?abZnM$C-j&?+p_;#`A!uoUbFqGn}odv3kwDDblT zZ^BmVn@%|3p1L@M<;ycv@nZWr(sdoaw~3Ap->Wu&8_S7^^nGKw13#d*MY#c={J-AZ zN3dQH46JEUhT`e%xJD?O0221ZslyQ71*iTSndqD<tgmJ^HP}w&R|ibRSpl5=1iLw4 zJ=QqrM(OsKRSt51h5ApG@>Cw$5>zh4g~P$t*hJc*KGm1^GFWG`#yanzPY{#5cMaNG z^mBh9PR(j3RsqulkHk-Ck@kwg18~Y#Eib`Jg7@GU9+hlMw`^<mm5ru8=I}p=gAE&8 zC<gpQoTRZ8ZzQE!y}JoDMhV1QdAZfXQ;?s4ms4u_nfGCi+lmj=8Ns2M-0Qw^#mC^h z#n7&*9l$Z&7_Rr#y{oqm!*^HpR;-YC>Xq?Dh$2siX138nBa57f^XCqU`xbP)w93tp z)7WWJ5s$TW_>_lklajQ!4eso$5P1_Fl8m1W+NwhC7uH;iEF8HCF3rLwVuWOO)JZ3V z)lWb1+pIAbVf9;2yn<iYrO+;Pu)NwIhv_vppN~7T{1KUd{7HXYgrDF+Y_2X_vl2-} z|IY$x^uuv6Uly&6u=hS8C%#AME~lomW50s%6#F}1`3hq>d`BIGydXiLP!y0)DC>_G zXZb(iF&kVDW_HriO6(YEh960s3zwc=PL1sn-fR%9bx`$v+J~T==FHvX*-l&IulKH} zOiM~Kq;h(3_{v!PXq2;eY|t1<d5H_rv9K?#ReboO#Zw-`yWRV59q$!XGF>JPhIC5% z9lqt1Ic?syRYovkU>@kEGT{JdhN1Jxc}t7@66Tw-w8v=7>u^|GD~iS$y7<F;8YGA# zq=*Ekk-bg=T=3mn5-2B-lQZ`N(6*I1kxAy1K6eUJ4{41g3O6+5`MD+FX_M|G%K^$% zK@i*}+|X2pkJu6C6r3NRnVjT^X*fdB+og$1aERn0P+KVf7dXo4zdy#|d#n5(C<}C@ zB9-0rU4n0xAWj?!WwfEnF70gJg)UO!z6U$PoVgo3L+PA5Qm&_zzH&;45zq=zB@KT9 zLzF1IxgEQOq%w|xHwwj$dEayV0i>fOE{yUxF-g}r0^iUIC{pfxDn}?gzz8>mm$lq1 zODbak#o4jgWUT`yaTU~T#h`+vL0p{a`Ma9g^T<qfokrz=8zJz7a&q@*%BUXsfijm* zV%bdR2OrdW`7!JY)jIbT*kP~ng9G!aj8!po4EsWq>&SYTR?1Vp^%!Dc)jWf{vQT~{ zSs&2RNf!9yO09vcI&5bHvHkWAsqBgAmyh97&U9WHoy$ENT;-mna+Kp7JC#sI-bb{K zC3wj|a+c0TTew6KOh8u2lc>B}u*%1h<2g4Lrb^MJ^Zaq5!v`2DA^PxE&u;W#p=={k zU@t&%iQs(!uc&4*VwJf&@S^+?Uo=vMUNFT-NNV5Nz7Nct&7v^&r@AP_9yCJ~zS)&1 zoOrIHaMSB73V*$zm!i<JCQ1~(z!apB3ZgJc*P@gI==>}QKV~Ta(lygdXF-?;f|*i~ zAdP&VkO;hrNmnw;Ae#f5<BM^D1`oi>Le5iD+#vNH1<Wy&nRvs}FJ#_ILJ&H&A@NSp z9@%1&cat@FmzUwr%MFuuqbg1A{?lvV?iJX-s&RKg6A=JNkgQ9>2*<MSpWtq0kPy9S zwG5MW-Pck{K_1TBj|?eydxqO79qCcV@g7XX3X^a-kZ>P?`dv!6t-6F;5GLW)_g2Df z{N@sl%ZiY2IS~@>5l{`s^qje7S-p{PoNXrwcM&op2?tXWCTfuqZlkJ&q4~OLf0k~e zR)@7eHU-Elps(odzeQ{RFxmDdSd3)bM98*jb0cNjy(HVHCu1eRkZrGF)(|e++{N5i zeumG?MHTeITofVSy5}P5D`VBZGOnAxGLdE~#JI|3c+;gC&v`=Qa3Tr}NZN}wn)3Ix zsycw~A^+t<)<|h&AfrvOeDhKm6L7H)e7XqbwD!`mv9{m0ME|`pJmx=xFA;*Wj7Q}N zS*d<f`}-!(M^uNqbd_gBq*U%;1t^r;1)i*UX_&GGEyn`aP%^|(T*uZ>LL5e%dt<PQ z0=i81(N=L=dB^+#Q_$@e&x^If?1qgrVn;oE?u)`yYzmu<`)~IOWk*m0`}?$Ff*Z{+ z2hAvE9RRC=krks6;74_qhX2aNAfPF8h8Sz`?4)Yts!bypO+(VZ7gWy~9YysIDv0}V z_%z_i+Gbyq0AyHswzszi4_TKs1op-H<A%fr9G3;`eh~)(s+_sabFg<kSTQKoVcp`$ z-Qw9oj*zpeUAY@w!mS%c>kg`J`T3xSqXNg5{A>e(*N!C^$HgTZ$VQ@H^Z0*>>yF+V zhWcXmQJ{|k|LYVmZP(b_A+N@SQp)vyHpbgAhE@z4<r`MQ#LzJYYtI!oVA(nRI*v}b zlg+$zK?2=*erO#eSa$|^hcp0Ia!2k!&jk|#WFj0Y<vkH+pM-~JASP2dVe`eRnCh## zb5G)sVD-VNM`RJ>wjw6w5^$#*{xkf;%ORdEur>{in>s0PV4UY;$~NHnw97nklMOsc znM+Pg6WZg2EfkMuq{3w-7S!M!ja+gCzlewTvN-IR^<VHd6+-r>7%VP<XsZ25SiO~w zeA~9QPW3q^#KCpCw!nph;&xv@9BZPLrk+licCwjgsy6c-s?9w9m%7b7KsIxldDB5D z=myitFg}YGzG0i0FP)MPVj!Wx7aKpktz#ySp_5BL%qR@uWHW8eF9P1RFtY<gSl8c8 zLv^qm=<>}?fJs+1t*^!4gg?RJzb#1+8))lJ@X$oNZ?G%9*^}bJ5vgRSuP6?liJ!kU z*`i!O1oP?KW}GX>#piZ7Dt4te;7SbWE|w52H7*z-(o`OQ3AkZ}f-n!W03Tc^5>zI% zH^Z+JJZ0K9-WW$|aQZ?hvmj4?*_Eul)YHpJ1igb7<0{F;>bgNXFW%;KU`J{)YK0ao z;MD`nB(a!`)dN~M=x)iN!<F75rk|j_MA|}u11kkitQ1^{^-KBbYHg)pVOiKhfpgSh z5gT6}>56Y*1>DSFer=<r0$wMWR%+MR3Cb}uBI|1=ls$EwAOml{x6^0}hk4pmR2ilK zUMKLEVV!`2h4L(X)~&BjeWBoobfT~thDkdw5XkY;F+MeBr-cG@k)XWHA$8c>Khlks z8?tu51`?~S5jb*p(Hg-fyLXeiMnE%kS|cdKul+rBji45m*ETExICKB$zSWuAH0Nd* zZtYnCV~rrMybNmu6YAA90)H7!h_u+#aUQISmI$`e5&_l=utu=Yp4jZWy}S&TC3n0u ztu*x43H8)*2YG+!FSEcp2M<~Q1WtDJ8LSVqQLe|muQIvpTswzvJuRj<e4f&c<wQ1O zl8xoJ<A?Z28H-OKk-9X{N1`Yaf&DB>2XPZG23(4_p4f2!!n<Hc@}{n{qp%*_4myXi zmqR*A>;#|6aBt$b@jB9tQr>cvM;x@Q1i1{BiJef-ivU4w5g>p?faTzg4JvO0a`zA) z=t}_96^Ie->KcHjG-?T8(Tkl;;he_57)t=!<a0f-jK)K}1VDAsmjH-~cnM$~KEjkq zsb%R8SOTcQ2VMd|O|b+}UiP)COQ!z;WcrV)Y!yryTwBfXf415#d!g&vDr6Q>4ga$d zMZOP5JGI&KP%LIRB<?;uZy|F<MH_mJz5P?Rb&YsXw{_uYb1ND5$%xhrDpaaw|5g}) z(Jf_?Zw|ZP2@e_3hJWb<21a#JMm7CYMSRSL@+Z%;z3a`Q?(AI@H_Y^(jOjm2|I}ov z>HoKA2C1B4vFU#T44GUV#ez>fi*E;q^DO=gdcoE<7&a!<PnDkbQ{#f_roC&bPyI-9 zU^Y~2Rj0udy_{!B$@x;bDr(ADylA9@{VP=AG>X0|ppa140+o4qS504U5Uwkz)Nte1 za>_Bn+^;g7Y5=2}$>+an8bJQI98LIgt<i+HVktl?icDaqbaOwQALMGcBYUp)wsWbr z5(lP%9SnwjLdPk6mgj$i8$-B3K}X<^!qoi;r>`*lH`Co(Y~B~y_%(t2x}Y_Po!AC3 z1o_+`x&5GdP&M_#5Y`5oOugtW|34{~pA2H0K;e1)gk3$E`eB^%{%$=bWY@O7a%NnA zTxu7leu_m$gb}Km`soA6MoA(JVPb?KY$s6G4PoBjEsrV-rhfVoZt4%qwv!?3X=KLg z2D28HIgYTEUl&6?vH|5Q4|~OAgI9h5HdwyFU<2`8gAE+g56Slc`lD*<A5QI;^(l;D z@VSEifl%(eLirTc(2uSS<pkC+yR=y~_AdcV!wq6W8LfDdvH!>5Dfa{5CrI*h;U^l> zFVVV@;HCV#?Mgq^*qMDK@m(c*owOIZ0W`qS<CHe(#{T7H5e6*B@-o$WwM8@bzlapx zg{83dKZG~QSqf8sd0B_ER9QrM89g@ioV|UwF7ncUpo=_5n8^D%m|R=wgd_V6>Plx$ zugv?@KQwW7_-8Ec0{8b)++FmWC~@}`6OM9(xElmbh_oK15q+IyT@`nF(2BhFgvq)* ze_52E!xux!spP`xUy!O~h)yPl<SDgx)S^GAr9iAbfL!Ubau;6g-ZL=g(=J!(o-#wA z9d-Dom69~ORx{@3m+7{A!dku+Q%8NJYVR`ea5IixYNJsZ?EI8H$+3$de%O?Mgt(WQ z{~*1P_*UiES*xUAPZ=Z_Zakh=hP511P|*q{;R2ifewrv1(^4fOnd_4zz_z2>EWqA2 z1Xv0%m?};58S-n3YREU`*H0k7IKH}6*|Yqr?Mi-ivs6j_KVqp;6*OE{5Atg!FlPD1 zWp$EYPn+@!ClP3=GA!Fp@@oV#BkOE&gb)j{5UW)U`JQf?p2gSgm{{sf|Bq+T^xL6* zXie{fiJzLDWtS?p{s7K$WI?-v;Cl96O>k)|l=D=<<zNfGBTI&Sf)Sn64`Y4O{bTMC z?~v)9*yk_wVv4P^vJVNY3%N&J6xAcR%iV|UxGUU&7w-e5pbR{^snRNx&W!UaX(<}7 z!S!^hW)#maliO&D?&pCY+r3L={~XN7-SEw181HLq`@?vDAB^{y0;<OQFu_;G!*7J_ zQ$MNVPt#gpyr(gxqy)zMaIK|-A<cLniR7ykPdDDv5HCA{s%E_3q8jh-i>bh(IGGaQ zdBay6SAKl{K-!_n=6l=(?Z+{H>~gP%{-~MovDuw0_%a&Q{+?mMpH|8S{1$xeB-J|^ z@O8<q8St;+hDp*J1`_?OG=Cg>S;A>P@+ZV`{~^<TEll^=o}!xWNpv|X(&^wzA^gv= zQRN7&>q>sM&A^ubHb!gM^2v4+Vatcbr1U!6HIA#e;vc1#{&=|;FQT-Z$%^v@4?}&2 z@J|f=3Srk$r2SyGh})WS_GlZ2J6YrUKJ-zbj{<!Z_@AeMX+Jm5V6@@LAvU%1ZH;%( z2Kf}Z>K$`~yc_!hrRvaRIu$Zh%so9P304d`<}?sigHR(5K4JUYe?19NiU>7`P%=n< zg3^!0m=b!gas+-%GdmgBJ0IofL<l~Ml$K9>_FD+Ibixad7I&6BE)2Pku<Z`mAk*)| z0dKu~e?Fq@rW7!z55O%h|H#L&ns`UW$k4{TEZn8qOgb`7p3pI;6#LS+VHL4rM^#zC zo#}$3X3t^lHw*hXh(5aeiFC5zGdiFXTX8<rYR~UE{oorb97CY**b0=NVzj}z0hu%? zuDEg^zI3YASwEO-KF$enB!KFFOqIEus*gttd>vg(MG#Sasq&6L)9{HcHC18fWQY!M zJG;yM0VPG<hlKVJ?)(-IH7ei;?Mbf1@UZ%-MED|<7WU1c!I2n`Oh=2Xj*6i~1fNcX z+edad{RIVzhlkuDa@pHD5oUZXB7jOnhtz3&6^nX20X|u9CgIg3+WHDiV4`%DOH%ke zQGUc}XfHDy+8S<%N96f`n1Nb-6_+Q~<Ow$%a7mlwWwS^PV5bo7g1p=V?qPYk@|;}k zA8^5!23FRxF|Eh-l%zJqWtGnFu((r2oZrJIQE;Bg%Q`Gtchjk;w9pE=6K}eHo|(D{ zoomMFjnIS%yHGso9hoRvzJSW4lhvc>R9FAf$Kx&`Unx*lka6fka(ik;ufm=fx*KHF z-wDH)`B*KOTfHNM4nE)eAM%?*jEM77ID#tTqDJrM#o|U=6Xp<bFFPIQ)r#S+g~S3K zWXCDv*NCEiIQ4yRJ0I10I%6e$0iRjD7ol@w8B0Hfc@5N|`vwiCz&xC<!vzTH8D-q8 z`3$y4(&@8UpA`qM7cG|WMlGdeMWVcP_rDjd!8s?K7%bytMY+Lw--n`$R0Zl;<Pe?7 zvjH0%M^tyV0*1deYys!frs}~a%quuOcB11P?_u~62GNINzlqJ_Nz`zd&=ML>uYCNr z8J@7#UWSr=$#5M!%c8oCF3=8T;#dpLWEPulY`)<wkX?%bb!|~)cN~>n@_8u{Mv7mx z$hdwe&zB$I^Rp-TB3XDBrt`DIfxLEpcH?WrW_2CPY)l(yB{aWI9)Oi&`2T6rn+OMG zH{(n=IT1#yI5~8OLjH5S53ItKnl1?*q%q+km-2k-oNjFuXW9~wn+(t9gY$Cf+$>H} zLYXI<<5oHl1oG!sLcSu>syvvX)8v=ofjw{L>{VpWex{0|<}R!h%ATNXrJDTQuLQm= z5y9@CkX$L0Z-Gw|ts-Y&-4ERb(?0pApIKG<c#>>!Pty7eAwd|Z<@%?|Dk@wol`mg} zqNQo8aP`W1KDqlHv7<3G1?B~rs{Gw&aoILzsmQu?@+6D<0vEb7ozJy?m7nz$PDg@R zdD85F(jOhd<-Hgu*$~;fBh+6#wR=tJ!dCUvZk>5*SCrIieG0LwACrnw)KZ;P{I6~g z>g9Of0;KgZr3}XXF30=xVJ*<ddp;##j`u&O^xtH>hX~3Mz39_)&nS+Iu~^5MF|;%m zw!u^gg4YVWw>4h=^Jd~_2YUvKK3d6oLjgL?V~-gl1qP0?3~CROX6P_9g2RE^9_TfC zotMG1k2=H21x5=NF4;gP8`98$6U|67z~P@7Pe-07$~Bl}14l@X1Uh+~E&8lD-Ui8S zBguU~ojdn#fP3h!J9*Ssr9W&aB#YH^!r0fK>18+|3<0cp5RW(@d|W#qTpLR}0y-TK z#?>8kK)6<Z116EM1H!ddiyR_t$r8c=<Ks9Wyc>{CfM<Wl1jy132#*wVYv&4-q>>_W z%kHdoq;{Z4I4j15)cP4j7);P`z0&ETs=i4*N(=8E@mm%cjYWq7;Wh+rCT-jTI8!Ub zUId^1u8VGH!pYhlICk5r_IDh@Z3R>(UxiH=P)G(tz-PyJ`U~%YIYL(Q1A%4{saYDZ z9Uo{;KU=HdMjELuy=q%4B8I;gl{df|N#~)|9KykJTogoMxEP89!^1d_ZE|{*o}c!v z4pYMFW?W4w1)F7idb2$}h-+Pft?`MtIuV-&f;b9^yNT&@t2MDn0$?RTK^%OoPpq=m zCkEknMa3wRy23lnY7yA%h_hUBf2o1fCgM^?q(uP<)_N3RM|qA!91aW01Jsf<Xdpwe z$UZSBH3XGGRATq{m7o$*bMv7hJ5Dec+0$Dpv55qW!tdb5FNg4ET_x=S2p+;6ROv1F z$X{a7%#Or*&^xGD5rB&`>Nx<TjS&!U2EcS4l;fOZac5FGu8C=?#BolJxQ6<+@Mbe^ zSHM+XiO2`U65d3-9uSTs*Cw>x8cQL3e+JzdQ!Ht4Xn5Wfiw!>mvEylIB`srCSJGl0 zp1=>=nj)#rG2l=2;w7p-)l~c<Hj>v-a^#GJ$PZ6s-YNN}|89QhF8_G&1M^#4SNs;w zJY%&6nB9W=V!P$H^aizO=)XnOoM0CnPSnEn-y&)zgbx^^9_rSAi?kOVW<PDg))C_@ z@a7uam#ViYJgEax%anq+4zuHWa7Qen1%yQOlo49<1eH`oRpapuO&B-mmL_mcy3WnU zcX%_SWGak1oq*wz{nz7g{5VRG*n|@j+GS4$_n2w-UGHs0U%`M89mig2D<zdSi2i_! z$<lFL4BL<c&~4$CX$@W96S@!=BiR^2w+Z12uw1O{HLRgtgPXDHAzG?*_PktW&(SJ- z4$ck2856kEAvmi-!|)ES3nk(gTpF^X_uJpa8(kRJ5<HY(Pv1s)K_1xCtAqQs)<=&F zDv9>=Mm21JwVpyr=%^nc3joF@R-yShE`&iNv%)#_FoR^qi#g`;UOox3aLInHArom? zvyx~NJTxM`?meOeDh2A~ZgG#nZY1|m{P)A<IL)CE_O%ueI5gP4)`qHv`r#L_1d@R; z?-E7cCvu=~kA*AlRNSmH2(%vo+81)NHPkbaYz_5I)G$y)M3Wkt6|`0(T8$+j2`>O| z2Kas%46_)lA+K=N49&e0AbB_%iLypjl(G8?>{8T&NSJ9sl|Yb$7bn3bed*i6!Zg7a z#QipOBi5U^;Sb)m?1|?j(F`*8_yW1DiUy1bsaT_8AsY*stoD2`0lGdqe)A!WP#B)T z5+sI6Fjxc35EPZhlepl%cnm1rN{CIH)P8_^;zBPQ*uM_m)To84i{Me0-qE^{jBBZ_ z(F5uP2aTGMf1Dt_4$>8o+@tV|MD8T;f)yf}@8zqmL~BCO5)VYAry&ZW1fCjIX|g|+ zDxgMLvX6L0l@luaOlaZ0O&&!Pz!PYL^eVgmX06*Y9!9ri)VbSYYZcfIxS`uZl?Z}0 z3&B%xDSfHhZ%3*9HVLO1nLPz(LnwI-_u2vMeK{11p_=`GV11psEDikVuGqI%W%OA3 zhVdGQw5gL4gg(kgwp9q7xeBfc23g@xp#d=xn-iPu&>^ZYl!F5MGzySBP3%nMNRpow zf{bpxKG<r=W>qGFY$SQnsUer)3bgqUkoE45K^-(@1|LbPux1kn01Sn9`l_gcDY2Q3 zp`(=|n$f_A<Oj9^>wcz41%W<;L4ah4eMu{g1z0ps47^Vb!YzhiNE7?JEJ(JJAZb(u z2|D=}2$D4xFbxFB8k<Fx2*gC-cukT(h@e3sPgs;xyU(Musfmy!DXJ(LqDqp1EJ#9D z<OwJ3G4B3rsYesM9eFj&xJ#a{hTH=Hy?Pr^#utR1p$~~4LC@1-P;|s-LGOAE*|5-{ zY-)?prqm0OJ0;vh!YH*U5w4s;lA^?BS_Vx+%4VZ2AV`+%Gsm(zthh&yQwCwb;S0_( z^RD9Hp;YuW6$9!Q%`)TzbTm>nNrA=9bE^7D9|6;MYjB?xQqlYXu@Z|9!9(%*CakU^ zVUr%j7i)ktRgAV6b}=oy9wM@fvA4Ub!1hIcp0WKnS)Ch7JMsE-Mg`h^Esgd*5z|oB ze;&3d+gkAuWjv<ufN$O=xfpwRXi}OckHB^b%su+UY<MNM>G95H+gWFT=Ge#cJu<T$ z#cpBg<ndsFd$_Ia_yU1xC|__7wi6y`58cVTv2A51-9toS?ZE*h1LYVFIvtt}59=}R z5%hUriNMF7<WKLWWM@KY2#bY}RfHv$3}aX91J{5VEpj!-_=-Obr|>}~No&$5<aG`? zLOhi-AyB@HP0QGY|8=H$pflg7eFq#~*TbYm8_k4Ei$UA?oe$||ts~^g@=GTBn$j`U z;mFywJP2EWr2PA64h~ZvoQW}QF}c^B&WQ5cFj?ZOXC7L>=3Tfr)`N{R?|WMhprt%- zdh4t{=lk#sdms5J6E$lQQp0xiD6Vy;1}x+$zI=xlJ0TXr=7g1iiJ0PMvw;Eb<hV>2 zjqrQVqtdhoDS9??hrtU^HyGfrur-A)fLST~0q_Lb0k|e|KDHOBsbLyALX%ME3b?e& zd@G|BM1YBiXkowiKWiT9f!;s*@mc8oa-l(QCigMgq|f9Qk5Pqf@{On}zIGz_K7<pw zW5URdCL^Pu>Lo6k+=>4Mau0@~3FNke+*7zL8|aM}&>6=x&|o^bg}Va6U0YP53wQ0p z3w69nu$&x45YzrG>W?(pS83mTUmGDxjHA)M{+Ivlv?p1k`#8c8io`myPbV-77#H^m zYn2i7m66lFvM;b{B6~+H(9Iu0*(<~)bg{b&8+2fjl=GxzIT(Sk!sQtzyfZD?KlOb~ z8%ECi5#2i)nkl@KpS+gzTwF6+aw%&N@<*`Cp=<P`=yc}8Dbt%MRU{*xuzL8A(B-PE zMvqA2%dPVKPT2k%)LwBXHp)=~n3>}6n^wB;glhL})$E=aRY=r*y+w%$Ey|+D+0WVr zebqttkFQ=n#6I#!G^|MkE#%X;V(|gD5y5yhOin|4>c*=Upc#6^<-1UGT!-HdHx_8N z%1QCGZ}|k-$-X0cx6)04ITz%3PN;s?aFPUZG9PP$Cr0=a4S15}dNAf1=%f~3g0wSq zKD$nZKgl}zaWE@lT&Wdtor;n`=Y3iK2cxk^1RQC}!`pO_1=rhDQ%6d}R0eyV;KH(A z&RB;!bT=sV@;mx?ujtkIoiKW}y=2nsx7hI)dbBHg`JgCi^tx4}SJ9*k=6l*fxV6xG zU_#w0x5F)hL9iE*Z<hqSZhBV)+f#9l1UrUBqi;wsbF4Mbj6uHBkuh3Uy;S}H2NZN( zdh*#W5ah<Bi%PKA1=fPQ#<A#z0e20~D#@>dE+UMz;Ep&fIKwAlBlxVkbaJZ2)2=ZZ z?6{5c`}4!-R){inx&=ee(&l=)iK9*)21_im8b}4L5`AMre<GuF8a7=TOtg2+*WOrU z@J^TyV!mc)!eNslSIAX3p`cU54YR+&;}2sP1$$#uFt1}2eV1xh;me39SYEG_ZIMKQ z=T9a|(WJ|#6Ejt7%+x6Vab6fvZb7joQJyx5^5wK>qJSK9oeBDu+OZldzcx*%+o}5v zc!7W%1Xf{dgSHUm@oQefvBO|($70B#*|d&1g<eaxt772(Tfn5$#4EUq>`=cREho8M z9qM}a(y7evm}SOvDsvUOS!9`qZ`R8EFucq~XDQR{3#@m-1+Sb0ZlWt)&~(#Dx<N12 z82Cakuqg2=1J<<b!PUXi$qDo^w{dPN7<>xd)=GOph;gg1XpTGvh~A9}qSQYG9j`wv zCs>VpSJCOtWwk)V^<iz2XCV9}7?RkPQT{%m3=Y=W>s|w8yM{7&PE=7IS>&BOJp$*e z?uf)0eh>PK{y0eQK&*aSEU<nUYaBqG)cW3RUeV;Z(bvp-U(|8UaP(~qZE3DBQSE%r z?0oGQV6>sFgKp71&Vs=+h~E11p;p)nszG*gX6=rx7~_I~J`Y+kHZxF*PSCtz+jB0U zc7q>D8tIN>7XlV|`l|~&IN`}F!7u%qJJ}^F_fCXHY;^nH3~es#`uK*Dn)f7hJ+^hG z+2=Qf(QF8qPZwC#KG3X~hqqqP%v$7QqCG>a)hf{@YD6otPrAV7Io>nX?)Yvv)y^zA zN2(2b>l;%ovQNWD_zvE=!Gl|h+z#bPr_Ad-`i6d>4`j5l!qY#ri+;AV49B9PORASY zq_sn^&oz<Vz60lX2h++Y90)hg?O!<-q9-(*s77PgR{2g$a4>caRTl>}l?aLu^q}Z5 zjCQ#6Qs2>|bs-P3$(M3ObrZs>yY?w+jL`ks0HxLT6RPb;T-zewWmMZ=MAcT47-y^P z-Oxu-+w+Xt8iONOIeLV;6uUI^s+`krK18rI6nC2{?NEBvq~^En(DI_cZS5l7U%H4V zK$1qM9Rq$=zlk%s&_#MnY4A97HI6`Q_Pk!MO(D36<tzS4%g*7>xVw&b&A+1KDIvHf zM$Sq*+Jk-{)Zo8k#a%^dlbG8qJoz^o@o4bZuPIF<*1+uXBv}J-<BClCu%V-z`i?&% z212%|NcTVBlJ>Zyf9B<WHgBvj#zBf37<Y?H+Srj2JUkr7c|_sXJ)-qrVs87~1K77k zUSV?gg5R-8Wu%z3S6H2ZX_K{LkQMHI;o;6jn+6YwSzozw&&>O69?pEBSeBMRhz1Ut z2&B<QkX~$h)an@ilZRUhavR)fq*#s0%W4o-$6}dt&=B}r9#VnrX>bZm7|7k}80zIA zFuW8%vxm{;hj(d4fU=Bae8Ej3?2BI^MfiN$Uzj4-Lix~ip9N(&Vmlp%adLcrFdq)) z_KDt8vBDD$d=q^yXNZ)m@6Q=F{(UPWhkw^)WaBr_w=N@-e*Hh~$QRx`lV?3iIvb|$ zMP_@@CdZAgtQuGQaqOdu5xu7qgr}CFeX%`g?gO{@CtiV@KCqL|mD@fqO@JFp7Bntt zLr2Px&$ag2>#`!eW9|Xf`@f6Y3m1%V`+{B|*RTrg^E9b-C_n2A@}KuRvKXY1b7D9; zBE%r_gl9-~&66J9l$|H7+mr@?ua*#-L%4GYhg88o8*cVb&ccl;9Vz}0;jn08J~^`7 zn3sFReW@_UW-;rB#)3d?60^1ms|QxZ+A9*smor=@cs|8N1(YLI<wiA|%hU?wBbza_ zM=NXVvhLcOZ#me?i3g~O$LqE4aF5NCwjwcM(tY~fE~&j}8Mf=rO><fIfXPczQ6(s` zoatMKxMH6oeBLO8gQ)X{g@r$-hf80$vW`=4QA5#{P@lORx_G~sdu+~4z>5@&+&%8g z@~|}}YYXEwrVNctHi)kIS<F2{9!&%%G_n)Q9kekKH-B8T%$4<pn0sWdimFPy0bH0H zsD3qP6vAD(hc#r>a7Cf2xIu4Nm1@MSMz9-h1mU)SJS#8va7hX_j%~s|o<DPQL(64m zK$QjWUe*di%I)~YhmsUX8gPbB<qSP4G7-FQan!GrOYtj8Y9A1BH466$N$Vrn(@A{> zti^qUOw7~|$vSum)D~C;siWHOwPUkqcYQisKK#G*j&Wi-L{xB^u^Grl2Muxe#)&jI zgDsg?>xfIknI;&bPozEGwlp?0Mp#WgPprb~fVZ{3usUyen((Kft0P!}H~Uh!*!1iU zjX@s_stanu>U!_K{vwtcw(T#wJub~N2EEa_G{IR`@7YPiIE=T{6fZ+@fZU#rJ<@@Y zB72tWL*hA;J4!dhc5cys^-Y&x|DpE)^zKuxtkc-#h1v;s?!tB^7%d+aP`$zPN~E$U zH|&CIbZc!#E3Wd}851g`pV-h0`mu(-M?Z0)Tj(b~<e;B^p(*s!KXeWKB!sS{p8=sv z`WYCyh<*}7=hM%i&@lQ*3Js#4!J&Bi5rjJfYXx-5BEcOj5<Uu$lL4|gI)rs~w2i)> z!~eabp%m;)$C4wjBDk^|(Ut7N&#}qKo)yFu+E39DW$EcBEuRqXTRQe3=aVs%eT?!J z=Us9#mcUr$RSmQfXjN#tDMgMWFiv?&0~xjW&|?(TkAnJz9;NsG^xi)-lim~PJt1@_ zy$_)G0Zf;Z1L=KW=z98|NbiZE3G~jj9u&HS-jnEiQfL&t52p9QA%WiMu~Wcm+nsQP z(xM)bN9){~TqHbN1qxNG6!O?GB*EfAizIlZp`Wxr<w{5aqS+=#&VBHP!zv4nU6HW{ zAQp&=>p-%gA_tPu^vU!7lGW@zCCvM&^z`#Km5Ndo)A3YH=mB7LDmHX4{aCrer{Y2d z1jUD3^wTdim45n%a_J`_G?9J=gvQg)z|h6?lNcI9KZ8Q4^pg}CLO+8;M66R>;g%vH z)QoC2(C7sV{Wa!zCcGCY5+1>Sq4r-KK%?pG;<*qhpcHk$1%c-SLoe2eq8dukr%XCk zV@yA|L$Dmi|3C468vn671<L^ZC*%J-{9lOwarnO+{}b?kE&lEJ7xDjF{QnjI0sL>p z{~r7w!vAsn$9^nW2IK#H{9la!tMGpv{%^+r9r*tN{tw~*OZ=a}e+T~iq01%Ve>na} z;eRatFU5a0{=bd?>+tWye;)pC!~Z!8g#Skp!0e_-Fe6iSSjLfc2K=vWSoI8-7sGy_ zsgYOxluT%$LYg^#MhAqBl1jv@r?X*JC$S56l(%(w$w66$*wG;7o|-ohs=;wb!pJz! z7f?#XENlbb1`kwXRx=`CkA9A}M?cNjg3V`O=prCn?{#fpoheUS4E*ZhkNG+5AV7NU z(ijSJV!Z**awd%))iMnJo|Zx=v8pVue8Q;SZ425uuxx{S#waN%(feFWFm=IE+#SGM zcqeWMR{P_I6nSMkUIrG~y@51Zxe?xpErQn;gxI}7e39++l|GTKitD0q75tzgIs)CV z$e9~-zm0t;v==OprD91lOcbe%yZ)TUC&MlkWdkmt$#k1~umJN75BB&fbm2Ir%AWJ( zH(}Y(+Vcl6WOId;j}c6BgMIIE{d14aO_858BThm@mijJr3wO4>5Y}y4+snZkR5ped zBIX^gtTR(Vpl{<b=-WgF)Nw=+ljOumy!R`bD%?aNRVI<_!c8Oc{c~}r;1@COfkilq z5|4E+_dB#<>YbfgJ3`~>NC*~r`C=}t)2@xdvbX%+RGzaZ$*rY&bwXDE^fR^`Oy23x zhXZ%pt>l}yRO446P2y&ez$zx2_k0k%peF}$-=Kecr@Xy&7*yi2#h@VCR=Kp;XxFGV zquvJ0j*61Pq!o8ytxQgP1;j;T^`EdyS;-A|*d0%n!t>-W!Qxu${cbJ{LeyNL#agSK zo;y@-G9!2qAvBX$U`1(}+Da`R+;y8rKH8v=!&<mm9)$x<(vDEBWaG=^X~8fjPudKh zZrS!qqBYIMGXbW_H^E{6eoB%bG74d$qZd!-UW|2Gjp%&$nSNpPL#ep)E)DnH^}auM zNB$`K@!gBO?g9T2c1bY>SB4{JPNq9alx|Lz$HJ`ds3^(I^OfKl@e<tJU6Q5@CWR>H zTb^loljfv)oMF+A!6Hx5$?Jzjwqqel^xc5P)a^LOFe=dA<ZT@!JXZy!>bYRWEjTW7 zTPohm1JqE`4aqo)l^t4Phnb!4v(VXA+KihL2g=L8kKAUqfr=wKQr>)HxCI9HpJVAn zPF;j%u!I(h(ru|??$Nn+M@|Xje@n9b0}Ua#D7Z%cD{MWT@DT;a_DF<069^eXgKh`_ z7Sd*33uY_?!s11mC6~<w2hpK5-wkQTIB(d$!WM_RYmooYck}~tUR)?O&~5`hHA1*E zw)fu!Y$GgDo$Sln)km{_0}IJYGz6T{u>AWHmt>!ZYchNb$6yJbuFSp!|5w_j4*Y!E zQL*rP{C<Z2BlySF)eGr6PMj_j<X`?8rAp4N@6sillco>yjBw;E+{-txZ`7FF0i)zK za@%z76(c(Zqx%4r(C|(Hbj`JY+Ie)n;hw7~vFZ(wk9lpB$7%&rnZr0OT?nt2i3{Nu zs|BWZ%9nQtcTt{Q+6z=s<Y&0?U495fiqgV%@E|sA=U>7GkbnOXthj@&9@>j+1ssWi z8Tb$^^MJ1ByWlU8cLAiEk%_?Ewb7;N4*17ls^+UKzuxwNbLJpryQ;9zxK88FNO>0& z6HO{U^AlngoEV`o9P=>{RZ9BKHcUnFLF^cJ`t{+_%ARc+a>8Dshv^K^J!zP__PdFu zt~H|1nLvg+3`+OAkSFxvsil)~k=JpT7ux~zZ}G=rXNM@jGsnDvB9`Cy5A(i#Z7@d3 zn|};cvi7;)p%2W5n0HeF4zg5jldE9HMGFjoPSlZdF{qEGNDwD%mSv2!q69Sj4<z@V zpxw#Ev<bT)7BQ&c{52-6IoN&W9$XtcKF@zw46{r7&U~pF);oVmj1<h58r%OR)p<`1 zsJs)6?C=-wv<o-ZVx2d(%3fgw9Y7DVG0oXbkCApPGsyQsZQ=zeoMTSLNQX{wL2W+^ zu0*ph9bm7(ETUdDm*wXM=P0U>$qrkKgOH)QR*&vlyX6sWUT&-{@)c;_&#|1`q1PL; za?EqV){n!1NHXsJ8Q;FM$QSFM{y`p;GaMtQ+Rurl+BZbkzDTQnkrjKkeX%M5U<2Db z2f8f?P~`OG%J-nfbOH#EG6B*t3S0+`hjyV4KuTD573@3rC4g~ai4F%k3)^pGUnT<e zzypyCAcQjjoUnoeKrEFBz_{Q7vHf3I3hs^%s6*(C0JFBv2-7f*>2&D-$p0`SQ2nuZ zkU;AR$-J4^SX2Nn81*+8VF)n->aKIbUEl<R3UotZmsE)42WvPXYITOVR?Z{MjMmi9 zBhEbhzs3;iJ+Ka_?0mX-wFg*f{sv|-R_JxO#+8;N_QU3uQAj5daTg+a7#k!%MbW7e zp{;hm{S3e6R?n-fKtwwk^N?04S66tt?w)G-<RnVNU}6{s2OlE3L}P%~FfoYl4F;!s z!a&=bffWD^gTJ{=8vL+J3?gXYrRd$zfHv2uG*C}|_Dll<gX}O2_G5rJ3k_m=gMk&+ zr>=|VuX;N`ImRtX13g$jtzQtk3O-xwDli(+$R-CsMl#ehM?~dCy4eKm%|2-+rF8O2 zY)?Rfh@-o`DeHC+>|D!ws~2VU>s+l*F@5i{sIWR|$+$}Ogj#r&qU+N|84JjBcvqzB zri@R&Mj4~eu^usBql~|vV;Q5nE(2Tzf9GiyVk>Z*T+}6bh&CKezAGXdmEO^LjK#un zXA+xvsCOvqoY-|9A0O{Ik1bS&(ez#C@l1Qqc?_gpWaI&}5X?j|j;w$OOU?~Nkh4QX zZ&j@N9mb@rfcp?mhTsIqnD!lbz~gsyRNuQuJ69RG{*cC(uEQO^C+?z2p`r5p$q*!4 zvDN<GNo^hJ)z}&Y`*b#`7(MONYR8!#DlaN;Y@YM(AA_4u8)O05t+}4m{S&ek@6xFB z9de>tSX+B@`rh;}6X6S8{*{w`CFAWfY}?4K#Ss^t`otRAUQc-FRc1VR>c?Be$ghpG z1NTaQg28H;C|Sjsn3dp2Oi&D-=$Ge@e=#u3f`ciz#1M<mae?EGrkogeGA7W7HdHRa zmSoIm2FdS16?vEZ<oQx1LC*X+%Uq%lTI#I3z(}XUG^6Xgsc)gVGtD#f8W1h1!SZ}| zZBKak{nX*_Q8dQ_lC*=SDql)l;h`W#J~08N%og0;&2X$N0~WJ(h`t-4;oOT#Vl5U` z@GVO1xs3@kQ5pg>ujEQqev4dGT&YsH7aMn`fA9Tamb{s?xJ?FqP!=QwIdN6c@D`P% zSP}j%j<40x<`vXdIgZ(uJZm;sgQ=PjZfi9up}t|W%V><VbQkwuXx7H%&TNs#NNpW_ z{cjlgy3${7*A;piyxt?G!o5rI2BXN^F^!$j;)MTlX*0Gu%e6eMJtk(gxx846Df<+0 zu?&MZx>*nIec-n8nWyn;Uq`37=#E{u5c&X?EL`slQwYpj&w<f4(n&^3$i+udrOop5 zmy&0uw$MP>OR}&z`1qph9a60;_n(-=Nt>NQ{swsnmH|<aXSY0K6y9>;J&Cf5vr0l% z@^z$Z!A{yJ|5pwSa(AL+<a-_R4INtGLd$SYazDbK91C5E&<fBD3V26~<CnDP?HMbd zz?Y2{&hXgzjB`iIqX_g_<=qI9a*z==6CmySZ&5JTr(k7Z0}c$IB5?_s)OicbfAf+w z-AS2Dha;xlrXGe6^JWI2d7SYKmA?(#y=fM{YF+sS$WvZF-|fhae=#`BQt}Yi-@uW9 zb?Ddoz=X_>FnZM!KOT3~p?izaWfu&W+eUIWGHFn()8bHs-<j(0IWfa_w&wZsu@FHg zA)GsK5TX^|WSBp8U>cq&FNcs0jgsHcviLP+p^69jyZ5tj@NN*l-}|Yz!SYi4wbjEc zOZJt5O?^pM;9V6A%=1ve&yy#hEX_`F5QlWwrCKOeijPHHUu=7DF|-`dPG8c|s$sY` zAWF1wIV3ld$)DC8yam+;W5tYXjCJ;GEOX@fQ{F*xxC|5hQ)Y&+yaumFa12M+nU~|h z`a?0;jd98${R>~(=r-?B$Hnw7=`hA1abo}obSU3L1#lw!W~^4gyz;=(F*r3)wrhSW zZ8*j8y++^QGF+>^9INWp%EgGgv^t}8a=;UBUlkj=06^R1RsyUc0l<mLZMcDx`rWEH ztSSc9z)Pnkt4{iG+kWTLx~va{)z#@uxGiky)Hu6Dw~d~e94kEaE+RRu-7Gvo3$D&< z>jdxXl!dTbapis??S^yVJ#cO&0I{XPjKJhlq1=aXsfu?7;1Fv+sX4I;o4#CG*!NXE z=R+}fcgbif-f>wY=HVy{n+fQppWQc<@ACCOVS$U|DRkNST-%aU7F>x^l0zvrLYpZ? z=J?H^^QQRCq+2m^Z!b%oGlFOm>l-m4(EhOtlNVfQo?a6gj=t!Nl^rmxZ?up%Dz-@R z@)&j{^m|b4ptJ_T9>M;j-oOlY?A43%MLG`&JRb4dU!LT`@Uqh(*)fb_FiZNDos4Hc zgi6<u;&}mP!V?fk4|k+|`TTIW$?oU5A90d6&dIOl_3KD!#&?RJjmc!vIz_OkdkZVE z)r<~5z-c%Zaqw>INVyQ%saZqV<w>_BJ0!XRX_)AXf7dn)<;8P(B*<X6B66L}3W6xb zioO`TWWi|cl43-k9Tn5giK9<qmBWPs^=jUX0`+P>!&T7rNg^cT!$_r7>NB~gO1UVp zFaFf^l-~w1OgYe6gmp{mxgR0Qgk2E&XFOL>17th=H(2qD({@Q-lo3U(w&k4hZ#ZKN zY|E>8)?w?;MG?y#Dd{I1Uu~PKDT}ZnH`->TuKs!pcR(LF0S`{nQJnY1;uPy$NtYm} zj+CDu4`~N@;Kv;)ho4h<;6CucfUt5l<GVqw%FlWt*ZGVRu@`o`fek>q_pciU$LP>- zKI}-ba%sE+6SZYFz))6ruDqak2Bv))_*=feq^$#k=M;>Vz8i4h2RY(oNT+zx0D1TA z7!_`blPj;K<!@T=W;1TK9QqO4a8qcpagx=Ogx`siZiwUKL-DKuM`o&Lj$aiIFjNlY z^G^IuMsL9_Q}PRHo;Wn=z~U->g8QVLF>p>LpDa*K#_|s_bYUI-EJbXBM!;t+(WBt- z#Js}^1A>SfoYtTZQa8Lo%!PlD<pFE}nsc81wQVuLxr;=pLAjW85iN4t_4r(pMO(^$ zKz5_^^mCGyQnGAoha^Kc;;>}=kW|3}Z=>*|FagD2v)07R>Qtg^Yo!&Z_9ijCDl8Q( zRVRr!h>u*R$8S4Ni1hjpM!a6Ug7>Ev35&5_?47cB4XwtOE3vdMDRT$@Td_rE+r%PK zScKg#r$;~fsX!rek#PI?3H*NL_$>SiWpwihLYj^V2agpAcOEVhuB;KBypq4}O1Tqp zjtX~=+pDIz`oV*gW(P(@<TP##pgiz%di?bW&r44d@#AXV=duP-@*{P~Yuq$S@x)%0 zK9^&=PRc8sS19S1l*XU*!BQ@w;iz4hF$kNvGO?d0Gl+m&(5XP>(FYI@ze#`M-x(ht z6=pQxA3K{eTS3Rsf9LPhlO9vU@r~ouQP@*z7{&hta3k^=f9xNW-;AU`slQ*KehLat zrU^mH!7sS5;Z=w^ZjBn_AX09?|A+WTsgHu>;QHy+*c=?TKNty8UgHFJ$FJhw=}kZp zXxxk9lgIs;QAr-Z0l)a(1{A(ThV^)F#ykD*$NwRG8&|BNJ-&i}jj$Fi9^xdY3{uPZ z6zBuN<f}hF!1<!_ca2ul-(8KoT9H3CfMssd@<+vH;DGXsJqV*p1@Vt?vr=fGFOe0p zO;Pwa`4F;9$*1hWPN-AKhuErhYWzb$09^Ag<x3dnik5jU1QtoP`vnNL_zr~08F0cM z67~J;6k4Z-eoCSJDD*OOzm}LA{}O`H;d0|k>1B(U82<;n5Gw_WmWAP{?uVZcsM%N2 zG;zbelZ)_ndbEVNHKz_9t2w!A{H^qU^2+fy;a4cLgPUubj~vDq@HSn?jyNfgQJm9v zkF%m?2)SCqFMQ{#p-Hnjhh3vR^t-R*SWL~n59+C`x|*H4#=Wnm88?s8Jn>hJyK9tC zN)5&TGL*C)zhL6yPXRo3cf*EY3Ah^{Jg9rku^GXd)5)U;P%fvF$2TMHhW%f@K3djZ z#xKST2-eD9s{quTo&lhFP2Gn5`_^ni21%dqQxj)!n)*MPJUsSujfZPO(?8s>zkW@8 z8^@hqRddp4=Vd53<ph7fJKjPigr+yuoW8dK-^W=r#8UZp#+Nn6rq`p)<_-Im*T-$+ z0+rXtAL3Lqnrn8=*k2Qx(SrZxnr$-<)$E%7Y0a*?4}!>}4^o`dcUR+EE8->HNG0x? zG44C`dtgR9!v|)JzCy)tL(S>wAkFmZFieT6_fc@@?vy*}x4EQcVvVvZWo;{flbKaD z&8Noip@36hMjP~d<`2&ms7cZ_hy#9n6lloLVNXC<zH0Y1&RbCIOf|NXVi!fm#{Tp8 zlY7CIm*Az9UWh;YBLRy#lrfA_Wg}H6j`od*mDCGq-WTORMFCasz)&mtN3VQq7`*9Z z&@T3Rm*Cv7rUNRvwaS}o@f485UQB98?O23HGiNcOdn+xN{$M?nVqlk6uyx=#%fEm9 z?|7OM`QW`NG#Nh1aGVq;vRM65eu;G)ioJ@y!-0nl-oes4put#&Q5@(EHhCW6U>BS( zv0II)YYM=j(>Th^8mp>qbkFE=SWy|tB5PeG)d?=Dgy&7uD%ZK2Fyt3mAuV4eW3V|- z3R`1@o>AbMxf9wlZ{osydC_p#b707jYv9%;w;G3G9*>2A2`ZiqeXWsRazOEos(K7t zP#HU`!B#8~BGYhjO0y*S6__qb=PeA|yoP;iy_f`bWlN)dQYx}-(jlCtB4h_^$fg2W zvV+akv00Z<3b~ClF}R`@6X~t;@w=gY?s9(%THp9iwW-x=^C8s%n@re+v+P-j?tWg@ z4&F#5RR>Ru@wT4v2CTS|$boYkk@foeoAM&>a$WK{`Tn8Z90izSO&*6?81LlB6lbnj zi4a^WlPA6L8s2cu%;9rF|Hg5%X$j@K7GZjbmaCUn^=D#)26#_*2v6_A_$bbNdlgc^ z`iD5%aok6Kn&Y$~&Kbmc2XP$I+m)0*o#@5!V~12ch<wY!>{$MLe9zq@l=%>i?s<Ba zTxH`vro|$xQpt8{OGnBLOUckDl+8vIpfbt3FgbS4r7&V)+tC9f++!R$g)#1t_NBtL z33CQqE5-;<PA0stoxqWk=Gn)yYvn3Re0<ThocJ;$aT+H+-@Y{8Vx&HUkz7yR%4)gt zPkf^L%&^<C5e_r>4wSWI83TgyClj&xXJ#v**noI&zwW9uHoRD2Yx-_74!DV<>c#X1 zcY&xncAIwvR&%jECOFSZ);w=(n_PJlXq(k4`r%*$dmM$b8OUv8|4o}<bR8ytz@`yC z5I%ULW%q8vabq%0aMONBp=^94hRkK^i4b6TEifeX5)cWUEE5f~h1fC;4P9f@V>s6X zCJdpB)NVR|Wrcg~n}L0^I0_fjHscgJ%s)82GY@wLO$GK<*xX~*l`3)UMy(QLl|Ume z+GynpjKF+JPUbq0N!e}Gp_=MI$8+7cIk1(I_Ok*hn)72nt486U!Z?pKSE-!~_p;GT zxTu&0R?Sb~^qf*ofgv8I>DUR!Dd!Z?e@okvNklZy0Qris=zAQ}fmJ8}t$IkjJRBiX zZD>Fxn8ku90pyxVJC7d0JQur;aw6`~>00dmU;mZuU9?RkS>J+-%Oqgsu)`YxCfzpq zWo%}FXeK#9A83?<!Ke|RR^pRG+K3O?yoFZvP)`vu5xNYacukXwU}iQp#v(^!dpjJ^ zlQo{Ke}%n}<ZOG&WLCi97uyKxvA=}O1K!p#$RvFEX_G^$CvSuBWbNIbtopcv1;_5K zgUiq=_$Y=iMy%v`>*K}|hvWE<U2xRFAt#tnYW6n3@oEBp797n|gSS3roVr#L6ddpX zEUY~=3~o=63c<P`)3K^Q#8lNEB01ztUeZ8L7()s0c!wQ@aB;U}pRE+xdKH^{w0(&Z zfXfZ{AZ#eGd4?j-)X*TLfKCC`aP6UyQa5e_d*nGXl}XLVgV(#U=MOa@|AcW=gM<v2 zm8%$iZ$n%L*0BIIt2Bwtfb6Xznqa{h+f8HOhJ?s*yebyAYs1CUFjUnr33V!8)urSw z(BHB2`XN>}fW`6Z>)p42PpWasfsxS2U%C&j0(IhNBw()*N@9{{BumwdQiF;DqBR_^ z4#S`~Dv{EN76gXE+M~l1y2lys?1N1a?;^#8_yTlMIRdN^+)qAborzUIMdu1scpy<L zf+x@-i5YMtN=+^`Aj+T&m{e7MK+}$+TgKH;_N@qqifM3qt9n!<W*Ca5Ed(<RL`H+T zfs<&Iv^wCv5rYJjMvQ9w66;QMz?bL{L=-}a-UeH!-;xI6o3FzVWcyrla*Snw#dE&* z6t0LN_l4PHs2dkJW3fyry$~!ofT$(^3`j(GBW`Q<c*uT3VM((SZ{0$~k#P1f20jm| z@tC_*(x6Wfcd3*?Pa@u;5VifmTHO4{gKERdU@cQ4?ZjHVCa-Q|!^v-TttZVP?U#1i zm;7UlHNh&+hm$&78tMS!!tJ)*yAP)9fc-rSggX3<0yAfNt)1IU@9bbJa64RMqK7l% z!T%y6(6@J~mveuIhhR0{d#Xr4V+>2L)uO#mEoo2R=+^rDNW%x}MvtI%`u_IB?V;Gj z?e-=6)jofS`}`rj&!6hD&pUA?dwY`u&Q8-maU@pb3TvTkCAgSm)xKo-k_5HDy@}g1 z5*U{Nvm&^ak>#M~j95L$p4gZXqlN5D+`~L7ICdhBaU_`B>DZw#%8o}e24LG1`sNvC zPuxpP8e%35B~gf-e2-eJ_9Z9q6GNhlUSi#X`eFrFtql>cHWIHkQhg~|>6D~QSRCEg z9Iv*yzlC+*nmaHSUsW4_{1SYI+H3P3cpsntg3nB5t=X8op@C}P&k!gzqG?fo2oq{i zJ2wOXh&5GyqmF8rDz{O8HB=SbTBy;4kU70;yCnyxD&CL{j(J1eaEad2UACKgUy=Af zxw_oBuly&zKwiMw9=|>hM-tbJLMzjFo+jTzZ{DzlAT8cFm>$F9jRdcD74Ju!-}y#< zw0<8MkN20%f-6l~$ovvL7Y1rOJVCfG!-9E?=SL2oZHI6tOq)XrnlMP=*H*XD7Ptuc zY_wIPCtE_}u^?$f`4$}eWqW^)ohMv)hsdMV%CQt1)rrHeC>hRBp@ZZ>BF>jzA4fhF zYlTd8kHD<%hr9?<YqS^wo1J~lS?f4IypBy_b$k?cti$PC_?{F4s3U$0DmU6zsdap< zQytldrB+A0-`+(Xp)D0~O;@7Eh=Y1jO$+1;i;S8Uq8;Y<vZk9l#@+VVa7)LyY5csC zpELOReSY4<&-?g!KR;*k^8tQ7$j=|~^C5oD=I5jQ{0Tox`03&2Jbo_V=VSa_$j`<6 z4E~fb@$!2)KcC{KkDn4h{rr5EpFiX0FZj8fpD*z9C4T;rpDXzJYkvNQpRe%qRet_~ zpRe=tPyBp?pKtQ>ul)QwKi}r(JN#V3&v*H`o}cgYGsw?se%A1FBR}i;*~rh${M^dV zW`1tt=ZF0Kh@U(8xr?8>`MH;$`}lc)pP%ycGkz{uKy-VEpZD<dR({&~If0+!_<0^b z2k`Usd`fkgpL_Y)%+G3mzRl0A^C(V`pMU4)tNeU{pFVy*#?Pw}pZieWO#5VLi+R={ zolX$mu?@$Di|PF^BTsd~**B(h7fJ<#@^V||43xwKYeQac^PIuB=^PO<ow<#3_D5e_ z5z#Yg9~$<;^ENsxFJdFe%Lk9ZzOz;S#TcGsj)e;x7(3|8-s>>y!@N_FY#Fo>5y#tN z)L9{<2l`0YTjVP9?}A-zQj8}}L`_6%a7j*q6T|3`HHpwbiYAGva0E|6sX7wT?(9-& z`O<f>N9riN*kHMt&O(wmpObd!d@*<+&Sm{L&woRlyr4e@MQ2<_(eWLe`KXrmkF8DR zx5c@KkgF8cK?#gAKVxea;g7vf$d+8bo!c=J-owOxUrCchOYuIf+bJ`;PblTzXig9( zV(x{QsfY$^DmMFwP|4sJqFMCrZ-dH6huI+G?AzdC_t9AWq&+k+&v0xBO%DHvw)k9F z2Y-82%BvutcgnLvhgo6;|7rkmoShFn2wA(3uLQB#65N-Nh_%E=NHIMs6xU&zMMVWr zRFPe9qpXh*T)Y#@YL8ayUz+%yntIO_!uke$r~hh~wV}L)?s{_pA&Q6t&T4wB!hO_) zGaoHduzg2*u%j-$3F*xEWZKz~iW$v&F)*LyR>7EDXD^)uD`(Js1-y7bcNRSRfIGV! zunX7DjIos@VN+N>mO@p~z1HOoCWrQ8gGT6YQM~-00I6+&05F2m?1Bx)9^4PV_JV^i zsK8cbP;y%<ka+}4fFL3WNVNyiRLWt~5Dvv*ffls<s5!mKGZrU#l0mjc{Nrp81*-AY z7&tt>M_AY5vNkz#hUP&NbMY?8)ZPp@ge!6#o&juOU<dON-54!K2d1=f9q{iVPHDq) z-sQ*a!lOWqyjdK<|D#xh^kA9T1Jua<!$&x(>KR=L4c`J65%x*R?n{cClM>vc*#MMh z4TSyz*A<XN6qb)!DNqgJ%y>w(*`Z;3(*Pag6nCeSb-hX07pIQ`eH7@UKpzGAD9}fN zJ___vppOE56zHQs9|ig-&_{tj3iMH+j{<!Z=%YX%1^Ot^M}a;H^iiOX0(}(dqd*@8 z`Y6yxfj$cKQJ{|keH7@UKpzGAD9}fNJ___vppOE56zHQs9|ig-&_{tj3iMH+j{<!Z z=%YX%1^Ot^M}a;H{Qpb=)1Pcd>;KPm=&O4l1^Ot^M}a;H^iiOX0(}(dqd*@8`Y6yx zfj$cKQQ-ei3b4PkY4ALiCQ64y$zKX@QFK4(OffFcT5p%Wn+)&CF7E=-;<4h*zKT43 z$*oqpnbjXZ_%M9P!Bt%MmnMq-rJ2Z5Ik5H!-#`jDhv4mhGhhz?@gFsq?vOO`$%o7A zvmtYvhRl0M&V~${SjXo!6CW=B(CcdXHoa`gneA<jg-^C5?*rLi!Bx6VzWhV@(u=BX zWc(N{{u#tCl%KBZ96yTQy{TVGtV--g%a@&s@5Hov{YutE(s!U%zv%J{<PqDB;6Bv} z^>TUrk&b2286rP&+pN5C)X0x6L{J|7GKyYn$<G)Vh(hHVZ+5P^nltj-LFw-?^J^mb zf=>BmtNBr=JfNri$nU?BWadW>jFnAo(fAdr`BA96<}W?q$Ms#W;RAfBM#|%z@=I3p zqfq%rJ>^$N>1Uhy1qi;pQ-0a_4Ei<UM;_U2ekQ+_Q$Fz72$oCszDmFuzUDOPcz1Q9 z77(SSRDzNKkBS7F`8f;J%!YU$C?Ni|iQZtEd{bP{oeKHckRRfvDh>ZqX-@g-e_{C- z8u=Ge{<zjLm@0pU&KupQ^tALFmOf2Qf1dY&G^AH0)so<AC|w@a)Lor{U#W^;vN9r7 zt#f$(W_W^f7wQ@wM(=2UY8d5Wv`9ESLW9HbD>mv^%>5trOO}^x?G7`wB;?QXr}m8~ zewDgvk7W5B2!meIYr2ZhaPI@tReCQ8zDUG!_ml<bQJ~T*O-b9`xjoJBRORDiU549; zUax7i)Z#0%ztHGs<e#7{+R|lut^8Ew-X6m<mH3Z)N}r>Ay0fQnQ8}}@r|{{@p02{R z@oUvOH7)AL_5H=$5ir_5Q+aPt7yM-O7g70D*Wo!tzZ=Z_2<H4A={`QfMddqPh5J?f zuF}Hv_81w^@YVQlZ!iLX<>TKP;fzn<-AH(q4(sDJT&|M-u#AvB>yW+jG=>`J5Bals zNXza~e;|HPUNQ9r8^O=(`huVNRk_T>H=DwzCaSd8`)|CCuhyUcWsd*ZG+q>FZB6kB zwwZ7-!PzEUKyaD{hxLERC(;*^A)mey{eH?uKDnvq?jJ7Spl?L#59_)}4E$zs{q^zO z&+<)KhPax1;_$g<_)3az(duj9tB=<dD!=}R?$9*j6Is!~0gAt%7x4?#_-z#5)r<Ja zYW$THe`GJ>hvTFC{;c>*<*SghN@9$c1gPWXZb+u?B`W$$08y149U6Tj`8~fte(r## zKRMB*y3(HrQRN_N6y83q4F=5NwPtt)#V@GT!X;H-w&}3epR;vX$0v>YpFjTTmY$Ww zNd3<rzv(RTjrM1KIGjI4`OoikrX2XQnDAeQFs;4?1ea=XWPZt-zI+6lOR;=+7x{(9 zA4j?y^{^!mWOv{~LnJDYFX<wYI<)c=_^|x4==iAPkJ7f<z)xg)L;2P4EhM<f3}-kH z1&;v7Y4J-bezKW9li+9d@j;*eykW#=d}g;8Fw2vsIs@kLd^4QkDJIPESDNuj&?w7H znByl!#V?KuKiq7Tmkh_<%Fup>ylkTUY-apb1Rsqz!rKVmZ^FftzQu$K2(B{WY=Zx$ z!Qt&0Dens8XAmd4ClWtVd2`JCmJyt-kB|PP+&=F@>($zW<4=u>f0YSy_*fI>_A1zD zq-Xe=->GmIzMB4t`5@_^`QZPzy5N6F)fbl`Ov8usJNSwQOH0#;KZ^BmO@Daygb{xg z)h|$Mz{$9#L|J9R%ZQ#o(Df_-(l&y>XTnVXQZqi&zu1J6DgIb9ejAlnV1^e{xXpx{ z2+j_JDSny>FC#eFgqgmUD7dZ0s1Jv?M!`){a3Bg^6$P)1f|o_XrBQIP2^SE)g(l4S z6qxWTuD=Nv5dE{mV6MLjXH$5x33L8cP_ni5Z=(2rGhr^Tb%Q|<j^7jp6Mszmn-R|V ztcnW1+6?FNmzm+qsJv1W=KQZR%WvZPo8g@QP&1tC8*9SF6#r<9Q6DaEe;7>odQ5u* z=VvkV=kaY?RCsH(R=<exi)MvqRUT(zDox7cWY5t~;(|yX@dx?A{cq-L20a-*^@0lb z)W0VK$7p#J8DFyxLEn?|bL2s1jjxTLEI$h6Us*cKyU6^*<BRemXN@0@k0@W)MSRes zklL#a78N3t=ua9T46`Wlf6?KkHVXex3y;JnLDO&Bk?fCyhe1*6!o<}j{oC~Uh1MS1 ze`S=%?NO`4QT$MNc7C|+h{_LjFP#HF9MR>kf2m0IopnaTC$ju$xZ((wzv1X@Y$LlL zYCwdJXXsPv{Ac+xWQHWg^1EOLPI5&=lBoF8VBdri^Nb!jCL%JmPb5BU^^iX#qk>eI zCzV%lanmy8#R<4am#ld2V_;myscxHg2VDe$t7S1U!%dI4?lkyWzdXrLiCk7d`{Hl* zPaHsZ(n{M!X+<e#)+kSGq%3ezRV60SxEwZ*?$=1BJ40r_N*~loo-dKhyVWR9x11sZ z<s|=<Q*&veFM%VEH6q_OO}nH-H#*C=aP$)zet8nexco)NNX_n7(3pXhR=B|VwV)N% z%0?Id)egp#>7y0?Dn*W9&i@7=s=dHF{q(jS*H!t^@xc#gvv<$@oGR^)-`>(YerNgH z5jFqK(Dg%2AFljN<^Qn$KFhEl&5E!eO@!$(S}Yor)a(neN2DqG9LEU63&IQ0sLHQS zMU}U9I))kUY!|%LbN-pc6y9Kh^748$kEr~$@J!`8SQ)~@=pE&2;i7V3kKwbF$vx!1 zBuK2KjEs(==dT(jm3Osj8fci|b(DUmHcjXvT&D0f-G{T;`=#!~vuW7==<iV^Fw4)O z@Yj`Y!|7@<<@BfBhKm%wRb!hj@MpE-mQ|h8+o)o{g9xKU2LETDi~Xn&Xj2!s;4pWA zUf7RjuGGrY=FfM$Xuv!_J@o81!KX=9@p<`+-r}?E*GBnFk6KM1!T8Mh+@<5A*{htI z{u0(dwfP9_yU-{6`Prgo-+d19q5J-+=Ewchrp<Yb#=}cw{&CuPe_GV+S(n0$)NS4o z?U{!5wDV<6qNI(YH-Z^hY>#@gTS;v2Ll^1$>FIYtS?NZSN2I5*_3ZL=7<ibN>5h@d zdafJSPt#vUJa4q0Nc_C=_bMDozi|DnK>o||&cuTv^+rGFU**3u@?(BDxx#>FQT~bv zlZv72G~r5u>rJ?o;58a-;FIT1dKKU7mHiOBHWLr<j7=Vde$i8d0>6{-!0(HH8u)O1 zpZd80li*h7n)WQVKfLgv5zhSllnHbE8_oEIgzr73e#mfs6g<U*33sKxS-y?n<EH&3 zjo|al^0Eo;Z^BH!!>0Y4!*?Gw@LfgqvFY|A|5A=$W46yS3g2(igW;AaxGD^$@)w%r zaelKk*k~Wgsr6@deao-vIa-$vLcVm}N{|<nANS{CXd2;tncgGw5AV-}wmbv+X4e^O z8R_$<_3s<>DWLki{fYr+6MU~J&qSI(7u6Zzvk1P!gewTX(S!?#p7&_^N8(HUN0)E7 zTV7qidJFxvTbwod$@D11<fQlXAhc!I+dbq>c~Sm^?;G!F^^=xz|NMilPigYHb&pa1 zI*NaXCTo$N`^P*pKKG{wP1r{C%=?XzzJk)Pddq-k5j-tqz^@S;W^dy7rDlAF4SN&T z4=8@28D31~?Ot!>$MEJTczqQ7Mijgv3ig|DA-BJ2590dm{)JH<^HYi0KREuyW_*T6 zm~biOw^CDVK+i(Le{@)R1gDtv<NAJO+G9Dt!m#v|UqKj5={JYPCwP4n{6-YKA`13L z!3(3{*&5tEzZdHKzTqD|@T69Mwf}2<D4gdb^AGR;L<V`r-+IWK@`+4O_Ig_1g1z3) z=|`R|J;smS9YZY&jXjhf@MZow{YL|yPyBd|X)m%7z3<fZLv6ilvTh&nFXi~tAQ83v zUS$6Ns{wO(sR<WSeg(TC!)rBJ34Eqg_-EQ$GhpV&k4%{R=Q<OA&Ogn}pW$Q;j-(gK zFQOOpGe1R>|MbOK=#BDA37>pzy-tUxM8V^u;L%ZVQWX5v8l(Q4|KTWjcNDzYgewT2 zY)z2|J}mFjOql6YbI`~?jp7%Z<0Z?V>s~U#Z4^G+%%9<V!eDC8J6<;8PbYZr9}GB? z(vR2UYxBuV%=K9gFWhOw=kaE{sXws%Z8z6Tx%|&en8zy{RMc>OtugT_CVbw|*Wa}D zi4{?>UxPdIgFc=W>;3y5tv&Dr=uQ2F`}Z<!4o`ULe-uvmjMmGSmcB^vH6N?^8|AO1 zYQuc85~1=MUw1_!Kc>&m&GmHdAL~thh~YP);1yBuD6_pv37<Pm`Of`o9&Aih2b9PB zbN7E4Ft^8@W;mxGVWuyn{8pOlX&ips)K6xiqDqp955r$U(b39d_;3`w+l137{g*Eo z@tJ=&n)+%cg}-CMBEc)n^bGq=nCX@Hdm}%_|3(vErpJR(`Q^Q2#J5rYH<{s_zMq+% z>%Z*JMtlxGsOu*fABkSuqu^Q-W_s*~;uB7v%~A0BDEN&ictsTK*I{YtO2YpsQ$J_= z1wJ&&TS@p`W8#xd@$WR_Ge6#B!c5=NsPxCp@t^5=o*BQ8^6PKH+#a8s?Hi!-3;q;| zkIjTRJlljB-!v2E@MII_aEl2SQ~6CFMCN~^iEk-|KWOU1%Lu;HgewT19EI=7KSt)a z%!C=AtM?h<tyI5aGo0}&jDibHnA6)#_%$kjy{R8D{6-YKA`13L!3(3{*-`L4QE<Kq zb9*<M@`&~Cex^Rf{Ben?Uvv0DO;$p_FudJ_x&04Aanbml;oVX2<|uf*31<>L-Y{Vs z!O5>{`E_BhKf4KH*>=?gF{AEmCJ5Ar%m0Pnz@OpE78)@3pOohfxRl!eD^p)tM*42y zYeqP)*A<v>Db;7Q8K3F@^3RO;+`l|a4VdGvFyk{lKhnk@;LGKgFIVFm<B{ad@wRH~ zNjX?g@)H_zJ%){L=XP3qae3p-@)#Z+1t&$pUzz#}$3Gke?~Z~uN5Sh&*k%EJ-hQrA zeK3Cy*RO3LyL=L2|7`UUseOJ9C101n1V3TInFP-<VQ$~?8a`q4)a(bkzDdKDoQq^V zmLHiueE-@kN`LymS<<6@8J`uVzC;O?DkRkELx?DU)8X*`Vb}+!!%}CHAA-)t_QBIo z26|`Ti&!E0j-LKqO3#+S+h|>gR=}`UwhZki`n450bxo-e>_#h1{^i6J(2nRwo`gnY zJW9I9gX%_qu&3K7DXm8&XgZ`CqCU;=ROR2LDowf$Pf+R_dkRlg)^(kp`~SF~8}#P( zDE*xZN49UcJyMkKMx1Eoh_IhVwNK+m8eP5*<)nA*gSE{(ND5x8bfT4~70Rxsv|LiU z%0=g=X+JaTL;SPq6&+66`6cF))1K|Fek%W~>x6Q@y`8HVPJU`X<_l^+u|dr<Jc1dX zs!U$oMYw;dO!y@m_$_S%KPY}vA7gl-28XqWw%;E3V!yrLpULtM!(4QegrgHaA4htv zzZTGb(*#QIJ6n3tR~`RM{X`xAOqluSLyf-F9#p?<ZTt<xAMz$#UQjf7KrhN)M)|dx z_L&!nUiX;g7Z9AkTW{~B96rSiXLx)RJlceLyh@6KzcTe14nJ(d+<)SC80C@RR%|AI zg#;hnqlNb%zxrX0!g3=QgKzKp$25|B1#<giTFRK{lo9<A{YQ;Iqfv|BjA1pRq^{#% zs>lCLxAE2WH*^0&Q;Sx_BN0iA{G;PvifCN<>muW8``g~aS7KyS9wsYo%hYe-3~uD# z#rlsIHU=(Y7Y5&mTAMlal>Wh8TKZp}YkGBjDuPXj%m4n@OMehLKc^pcuIbfXC|)ea zs`dZH*Q-BtGEV=?9@0zde7s50`$JOFVaVH0eFpsD=YT&n;oSt+nD7FEH=qb^Z-3H{ z0AqYiRxFxKF<XoIVHNfFLbW`NJ(M4T`w-3KmQ1C<w7}RX#VB<K00G6|AQd#^lV<P0 zHqA}*qhu<Q%%U82s&fK>g#^B|mdiA9keu2H8k~sY6Erreg?#nasO*5Jk!CI70zIM$ zKk{wS1sm4SIT#bEdYZ9irU5cu_DH;9RJ?So(<4I<tkJXLwAwiby-qb+sMZUIHtUgD z$bNT$4i*yuK2h5cX*qO)5xR^*-%~@)swS&dU5Oug*1Tw<bREyuL%eJ?zX0Wz+I_rk zH}VgMNu<-*2@awRmDDD^s!XOk(KKoUyhfq>D|C=UCmEp?6uQ9(Wx9+qLU|<mePrlY zz+BCFKBcWNLQ4r;V1R`L{#XOU2Nhil-2-idd+T9z8$;Tmacq?Gd7~K4=prLu4xMj= zmQrMEWaz$19YrF!@`-ASK+cr}R;!_A`)Td641sc~Cz{3}Foh`Zs0MT7l0)F}xq2B4 zeijMthy?2+!L^a#pA1l>oL@FTZmUb6PO9|g(9}q9KqOdbq%EYZLQm>x8T=#?oM1#Q zrO5B8p$1)y1zUYXc!3;)6j2-qdQ7L(v)|E+vJv<bqbLS{5DDHE2|5grYdqG-s*tkU z|F)hphsH&QZioy$xLS|QX@4IXS{E5w5gGc&$j~20hCUq`nim=RNMz_0k)Z{Vp~;b< zS4D;%eM_$b*LQei=m(LZ$BnGGzN;fccSMH17#X@YGW4gBp)W^<-W?gbC^GcA$k4*b z(6q?Vsga?vk)aupq5n|rWMDI<M!(3=+Q?AZ$cm})T4ZQLWa!e!P&(|O_A^fVuokKf zEZ3@2Uw!z_iUco+1d}4cGf++`XDzEEk>Gs|5uuG*U(h12GrC5B1%07(j*et8f$L`J zAcy|I2xW<N_z4a*I`mo_(&%IN3&qi0*^HOQ@$$3fInj}fIEHZ0tue15jr<r&jFJyw zs)Ld3sB_FVqsMFu8C!oFArO2t8UX|2i1UCi^)lX1dKu5v%Xk;{GTzBYdRLF;9^%bc z=@KBiyxx7hZq<!fA$X!2lbDz?R4%KJ;;rz~a=%7t-|nfjb#*<Iwt03mo<^H@Teo_M zk#6huot{d&?`xFy{hmr|-56E3WY8DAbR~Y|FCUJ^)2LenKiBs%-fwz{m#vl?pmG;< zAFo@QdLTf%rRf6o_>hS`DGjJ4mzMZ7O6%WKX-_VRqG@<(D;|o*)4;0Ry1j(apxe5o zMwgbV)@>zz<SV-`ZEbkG{+;6Kn$^>wjyf=rj8)E47ee&VM~u)43O)I_9+|4F6d0kL zc2{KRRYoYMT^|`b+z9<Y?0p4%6vy}YA;Br`ZiV6ypwLo?=i*4Pq9F;MK$D<F5+D%8 zU4sXAcPU!j-6246ipziAPTtDg?(Oc~rN7VT`zQUBx!u{FC-dgn$R<HkbNN~$T)rjv zQmi83GK#O|;9lZulb|+`ujSs|#@BN1y7IN1;Ne+(Eq9s7Uvdu@mOh-7zvOB^{)t#| z?>^x#xmqV_Q}+C2ih;oG9l*US2!m@K+)W)^hini?Od?OEOe0OQl0f=`YyVCUgq{oy zmXvESHKSMuGMeyI%KJ{H4N7rHoph-Ki<A$;D}SlJk~;5H2j-nPC=*m)NnQF>2bMl@ zP&%r<Qkt&*sdE#dRF!#!FbA4@)Nzo6IZgP>NT^-X9c#JEY5Zjh)J{y$(luX5Jg?L> z?tFv5jz>;%4VrXKaq<+~pi0*~idTEZq-!>*zGBifBUE28>6#`ouVB|4-~)b+IU7?i z<%0Hn#N*_G_WF_Hpk40Khm%tu%_;jR&99PKG1%<IHF=*T1cW?*v`O;Z>6p~#cA9^# z-MZB0CQF`6%_}tOih|Y&1YuBnymWxe(tK?sTrQ_+2ENa?Q5)$~DW!EV)6c>)1IU|3 zvL7v_j)rG)D?bB@lxydoAO;q3!YToJ<>{IdyqvO|(vn&`T6!5q2b_Q>PfG&ZzVHlB zOE(SAxF|ov(^8s!29a-_nxsiZ{-~6+?b6G|shPWYy4G@ITkOP0U`t!VQ;})%<}dd^ z?Zv)Wn*^5w`FC%@WslU$)Rv19nG-dYj&CXw9)3lLp|yM9a)`9$8+>Z!7Sx{PFPp$+ z6aHZ%TsrcXTy1UslB+GpU)G0*2k~&Z%bwE9cG629>18A7Wext40|ebeDe4A*+Wn4~ zT&<7vvXS)iULZcqVRc@5c~E+}S$df)y__z+jN>mkH2&l-IVAh>Au?CnReIT4dfAwN zm*aCy>17$|WnSrJ2L6%*^rkb?%U#}=US5!19^x-M0b{rDm&tJXrZqOj)y|OCUXa!f zme%%<mb}|RTH8iidxg&saDa~SmmD|B^6&NmtU5^H{vd7Y+ei*BuPgYB0HzC#DJ4h) zjQtcn&Kw8SEoCKXQTg%I)gQEVI2h#zf;{s$F=*WY^IP*JJV}~|mt5^WY3*=n?Luj7 zkhFG`wAM{p+f7<qNm}bEt<5H_ttzekCrN_y57OEbskNzDqFGz%!>N~v(#xUJ%kB}} z!+cL{D@|BN3{B0H5gizg^3U*{D@pexuz4J!I`~&4@##-&%L>n>)A-zFVz#AyFTfqZ zkwYWPwaU*a#(FCkv2BA!OwD`L-oh|X49(dBXpPN5J3w>Y0&T5Dw4HCq;>ka!NZaX! z>^mabnow=Pw<3v8yP7~FgRK)m=g~ieYHBkg;qtol@&tc*3u@bt)R0(8;@Kc;8hI+k z-Xwv<%_T-c3q$w@li)IoT!Ugy9-d0MW0JKINh*hfILO)qudG&mMeNCQPzI~MBKG7t zC?2Y>h&_1@N<o=dNMAs6k3LFc_9v;AQeT=b0`s4h>L!O0ePG7zUNs^0IXCfhf{@Sw zK-^td;toj0q|7sAl%JuZP1^a=hG_>~M4a46brF}43=oyxN<jJql3Jygobh_mQzDh_ zyqgyZ57*}}Z^7k${^2CJ+`wP%fy+hwC1)k4@RvrY9nD{IwKsUDh`T(=UvdxckzTIl zFFQd~^ZCnUxU9yv%+-#R*5;Dd8t5g@bCcuDTBlqm=?O^(iN-+WkkW>}1-;{a26)H2 z_95$Vx)F=eDW%LGL^har#KYGZOO8>EC0nxzIAeSk^0PkqSwE_NV0g%_h#ZGpOA|s2 z#Ckl*l=5>6*|tb?93F6pM>_i>QT6Q%hCR6^?Tz2dADSpx^FlT<-!J@LN(fIiX~GzP zIzCIvEn=D&#QBHp_tbZ-pKJ0S30)4{N=mX0<uM_m3Hjfcl4A|w7hN)Gj5QLbxRUC^ zDgUm9+g|m_Jz$dYpiBAs>5L<S%GWfIe<~4E8l6OlHpaS?FHH{n0ELE&Gvg=6Kuvts zluX3YPFW5ujp)?JaL5(bWEr-=KLjgd`?mWzwy6ChgLEqnJ8p=Jk%sL)RwG?)KSBEK zDr=GEk1~n%Y3-fpTAG}LvV{<yvNYyB-)EGvO5B+V<m90N)1QAE0V4VfImQJZj`|fO ztZ$VOe-_Tzw?e#g>1w6zCKeg-K7Iefgv?4Q8HrgX*{SU7h&&uiIW~<*LrO!yoTi)! zYf7h7<*q@1jg<)3D{19A$Sc3@));@;7@G*)nsROB^KbE!Uyz@%O$HFKskFU^y5plM zZ5$Bs+l0881UsHMcv_9Pio}Ww#66n|#C0UVi8KN+rBj;G3nNEa;Otv~K_j>qJ1r7^ z*CxLYMgr0xZh8opNF+a^Qt}KJhMREr*a||}fSQJ(SyJ|ppWlo%B|{F|;$9%?<8jK- zDB291cOl#zDKs;XZ^raU40Qf0FL^I<G3<|UP#^tEWQc;~F@zyav=$tB{^&kkqXbWg z>eCTjGB4-@FPA0___U_4FQ(BE^E%eX$k$SSJnA7|OSDZ^+PH`81JTn+{~`K63h0aR z_YoS&DBB20tUV!dmsD4Z7(n#kG5LDvF)$JY#hUFOEhZ09=19P&QWzs&D<IcZ?EyFW z2kKJ>Rg$k2+Rv=^z=IL8_zNxkrS`x=wFgG1J<wV90YOBaXf{eJW1Qy5217rk9f`Nc zalZ<amZV*(_)<mwrMsd*oZ6M75X(YpZ*C(GramC9P3?<WW^0Ga)Zz&3OjBfHpjhQ@ zS|uL5mH28gz5?g6$kc<f<VOCpZAgxY8sXi)X$A=hmaShQU*8%>W`cY@k*qAlT^W&- zOpaH4&S4@LeOW-xG7W7d-V*3=qQJ^SHUHw)jC@6Q;XT@G{6k_E-j`Jm0vrBPsb8d0 zA1zy-j{18MIil*9Abwv&M*BTa?9dNlKD!}{c6FI%w`SpK&m~u#nXi5!s}=;J&u&4{ z5OG#$eXYvtlVo0pBYU|1>d#k-2qUgESJ{fpUC_=F0F#lOTH8RTmKWzzrtR`DGnlD+ zNRtf&DzT)k35y=N(I`oTp1_$+GP-Ijk>pfioGMctIi!yvB0Kj`N`Dyz#lsP`<0sS3 zRyg5@vZ<!|>OAJFU&-hq@sKzpQ!g5D>*cBi*_vd&y01(%7loBI27=YzYux)jlQFSC z{Jp$}5w{x~6LTCf#%J6Y8FaY*S2&!vK3Om`j^l!$Hc}-<5E+pcuw&pk5c54^$N)n` ztr0^U3=sgelK{1VEYwaZ`!-Uj4t#KiFiFXEp!s%p-j$=KQwl7$1ZvdUC7Av;Vu*_& zq7n(SB0&xUi55j(b(Cp6^*Q3l!P-GZ7*h1jgL!|)ln4RLT#}bi1w(=!;yek%sVkWy zP30sReO&6`a4YT>$5imOwq~bdPn@j=!qalqMVV><hHn!?@kvH|h^ntK)eLNyeNDww z4)z?Tnk6)fuB(I=xYudD9y5>%T#Q3%Ba-Za!qAYu{r&1Y2flOQI|sgV;5!GtbKpA% zzH{I^2flOQI|sgV;5!GtbKpA%zH{JzjRW+!tOCDzz?mH%vxL<(#^)>y7m4{>kOPJc z#;A{m+y+BfVefdy_r?+XDtc5oY)pio?@RUn(IftFO8dIczjevg+pcVIc7y$%*SUt- zr5N)Xy2RR@CI!hlRob7@(TUHIsqrrrpB9Tn_|$|8&G;OzL-Cmqg!mZ9`vjjyix8ia zj(YJa!O@b+pZD&1@cAtjpY%LFhspZ{pS92o$DhW!@TqS+<Wjyg`5q!U$}Fchq0NV^ z@=5eB??BF8{*7Fwyz+VeZJQA~FFt2gxUtQireN!vrp771b4HWL$V#G2N!iIl9lPFe z6@4V4SmeMgh6pm5nr<5`#rc-oc*w35se?ZP%m|MW0v^>QBB0Q*<gu58?~e?<=_3T5 z1pjuV4H5o6<T52)b%H<Sd<p&y;l{_>fPZ4nQgE@%NEU7+=FC8T6X5k9c@k<BfRo!S zyd2~;5xg%1x0H;*0>A!&8*v;w(zp!2$oCO|o{Rlb=}F9aWC^*Bo*_dY!G9L11Xfn& zmSQ>N{#GE{<$PoT)E*;Qu~LA}d2-ApL+M+AXP5FBAXhE}7-%8=n@nJ}Mc86q8sqJ1 zl1gKsF{5{)T?P1=Xt%h2c7tbZMzZL~E?;V8V$&B+vHs~kliJ97TyJOPp3Rw_6e$rT z$*zn5#i0Rt@X^UiJpDzMlIuf#W$CxeK`K*mN(Vm^?eYpZJvYVapSm1Q_bE;{0H<3m z)p05SIQ)t@iTU#6N5Zy#%LwTB9D9x5_7L&D<&xL%t-$=`e57agL}dC_p#MekGv4kn zxli<3wy@*!T|gQtK^l5=HG<NrEOp;&zH{I^2flOQI|sgV;5!GtbKpA%zH{I^2flOQ zI|sgV;5!HYcR9di#=igaodcRVko$TTZm*-}7yic|y!F{2;YY78^!ik4IVrWQlv*M? z3V)@~4Nff`Qp+r<B|di`^?CzyAM5{rEwiNZvoOQg|6lombUQHe7|C4kVXpDL@8x$6 zeCL2E2MS;NZtuig`TU(9Vs;qb`(~2Z|7&NZ@{*^7)ISL9DZQRsS$geoBbTH-39#=M z-#PG|1DZI{p@DQ<ooOk(*3`)V@Iy_9eCNmiaQA*E?K=nl6ArX8bT@<=f(*S4{SD!U z>INS}FuCe(2q3>54Sl)ay~*$9hCbw81Xt5bRO3RP??>(ilG2&95^Cr|uDX&p!&0Az zd&++-d|%Q|1i_^@dA}!VDU`HTJ+<XfQWwbK01zV#14)gC!G(hpU}$3KMSg`ES`az{ z$Xmg(Kv{Tt>2>2U3*lheg5KtYif}?pupxw_rWyCEH+RRIK<P^;3N&;hcf&{@L~w9{ z+u^d*84R|huQ`F<nd5UG1#TJ)cVhfYRr`CO`=})`FEfok<H4fE;?s(>)R|CfB<)5J znSvg~-@wn_T(1Wk+z6%6*B}Q2*+$9rsDQ>F^E)LtE%wfTWJP#^$N0$GR`m`xiOK06 z^WL>X!N*m9#QQ8Bz)NVGN(x{hz2inCtQWzxHa3u2vhB1WZ&o+7Bu@tusr4c4g{HO{ zLhghTD9|=Mh0io6_kngQ+u@pe)nKURQD&>luixC)2kdI|V9x0^h!%^F<>SZvxXCgk z%>H~GH}{o)Cf;bf?>TpN8Q|c$a>I_S{hGK=^ebqn-0jO##0yJp_%$be5lDI-I0IV9 zgVRId{79x!BYukQ7bSSKe?YQAh_v-4ErRCgPJV@QaO7+Jh>Z3i*nkAeLs}Yb*Q5Bv z)80!%_7zGupj}6Vzi4W^HgDgbbX@ak+3_u<&cDU`&3_tj;p(_#x47$-lSd|>X^!_< z{%9Q^Vo3|b#zf^?-~PA#O3m_^QsH@r(2Gg1I-C1r;c1g!lwBXfw;;loCS>FU6HO0V z38Wmfzr048IOyud91AuZ=a#X{{o}&>g%A%cS$vvsZ9;qGuo}Lfq}GRyR<S+uCU^ys zaYx5=6Q-X7$Vm3*#yZFt9d}^2sD|lI>=(6cU~62-6&<&Z<c+QhR3Y}JB}<RkzBm&& zKo!`=U?P2P98RDo1evF{SEvD*hvx<R8bPjl6N*4P$@RPxCl(*p-ZUq+r7yvWdH|sk z4W`B7ob>XY+&|kVr_KHMJ#D?Hx{DOLsXdZvS!KNo64sk=3upv603HD?5d>dHuE#(> z2as_JCG`ea*y8K6C7k!Vt!?15wM~xhYo`2_7wcI5=+~bfWHfk?G0=tJ8%DGYl_e#w z=i!M{yAFTI<}%}acv#fsi0X(3mfG+UYeGSG%;`&e1i+Mm4#`{I+>Ng{E?~~m(-;0O z$W)v76Sf$iTKt%&?svl4Uhn0z_S9d4{@mVi65=(_mmDS6uAA4Kn)8~@&aw?oyyE_5 z?mD)*N^5(^DaL!=3q$XX$NRq=A3J(__9IRsPn~^vE<+11ypJWzZ|m)a5~nFd7M|Ae zpoM1u!L)s;f2n7@%UM3QeOuZOtuz9ib-QE^38^*KYxAaOYdjNzE5JSYi!9_k$nSV7 z-(=6W*_vP2K84;D{$=q`YyB+8LjfDp{xWC(G4^Od^h_^esle`1dmNM+Awe7gKBt=Z zEMRcUwdtj?`7XN8{H5M@W5RP2;br-yUq3<=6G}8B_zi$tcP>IyvR$8UTyC@a4-e;& zqsNyz*{#4-0aN-*8$SB=Blv-U9ks12RN>meK6LZGCB^D(AKvoOud!>lV@-vD`@D`{ zdF4HA?X;f#9zJ=1_gQ=`)1P!?Kujxm27ZK(5G_i*FodgAviMl9@9M~c3eL8v`~CKp z97bfSZ+~-8*$8|{9=_mT%EeEPM9!&)3EsQd;<K?7LNP59^1W~luaVw)<Lk$d%Efhn z?S<T*rTBmxqu&UUgA_C;Q6P9D7_%cBwycrVJy)Gshn$o5_gSB9SYJ3Tl>4&`pFYG> z0xyXAz%;r+jId>C$-*(GcR)vi-vzpc{bSqFVh<b%w#xX@kr+;(0YyQaKLt4{%RF=2 z<JX+yGT;XBg4!PopY^}}Njne${Lbm0V3G~cmmOf+x1Rr6C74ofd-%YS2-5e#1}D<@ zY7tIaz=y0*D2X?yW<|>oY#@hqDt7m|xd)!V`kcXY!@U(#DuvH{h7T@lzRZ{<kDKe_ zV>2SIc>S4#_p!7De~32va8X+m4paF|Cxu{}_Cc4hy7#{uk2Ds<d<@lYYWWW({-(9R zXW~F1BB>?YAGY+TFcZ#zlw7j#wdf1<%li@;P#crBX`l9ZS2Fq`?hohUYsicUIUWg7 zq6<sl0}oieD{4~m)6(|Q8f%4vKrMlXu=Ho^$fr^Utk2%F&S1|eJ;QTP32uHK@rbKm zIO?Z^+593uMSZqw9@81`%i{++)6#sa_Sgk*VByP;Cu`#Y<tVPKLt<FYKDYc<FLL;4 zR_m)@kT1CpjcoJk%3<gD4GYgcK6$D!-e>XE>UXJeg>4tctoiv3@UI{ylee%zb>ar) zTsh8l`6&BLRl0g8&ZDGtJcGK&+?*Hk7Rtv}ew~?a-YUnrJJXM@v~BZmSXbbEj#5G8 zo4Tz{@f?2js{akVZ^}1mzC@pYrYt8)@N8+1+&SM-nmHZF#fag=Tj*uRdqM0BhW#Ua zmo&Jr%XLAI1NT;~4w)&`&|fUS<i{KJnL-IZrt`JZHyk++AF|>~l1SlpXji&vT#L$n zi4A_<efv(%>xdVN54C63=pStom-BSfh8OF-cSsI-*yiY~_g0T@HK<#1wri2x;G@Te zxAPBuuH^I&(m(!UuDdz1WOG=Ox8lvE4_z+d{e1;TWeNJ_yw}bu4-Zc}^Lh~8XZgj( zBQOhSt|!>{rM*dGB3Lb;cRmlsfsnt3yaq)45Mx^w`}wp>e77)ZmPg|F<Rii7GWjdf zZ`<()*`vP1H&^~+`Dcy(gd7Cq9w15@Xk})|Bh$d-wkL}@My~bjk$>a~KA+0sD<8X~ zr_qbdYPoWAATTQfvpd2Sc<gYuGr@U)!mO&nP{Z!&-ucD0xh&1tBc^h;-><TqWbv_V zyhGds84c6F4AuRAjcMM?BYDB<FAY}h<MVj<Bnw|&{<Z5r`I#d%ZGhMq3<Hjx4tu`7 zuU~TZ-j}c3nZ(a;Z2kLc*7rMxHQF_F=(S^O2PESgEdBsVtDhie-By%MaQE_l>NMwK z$qyg=7V!R}5<G44E}idnBr*>9G{95o@5LXdgJxWA?wEM+Lc)Q+@AC7^quX{GR@>Oo zYt?U#HI}U(Vv?+6`C%=7u0*zBodL{R!upvm<UjCTU<MPYkXy?lrYSA)F{jrN2Nu4( ze5bvBmy<QbQCzb4rj0(=J|0<o%=`D$E9*`q26T7?Gm9gp6MuIsaivS{>Sg`nGG&Wu zI(|+kypJUd-&%RrnrBghZ=HTti+W7sKWpi2MtY(@*AFm;A?E=06}(firvzSW4>G#L zxf)Ay(;4r*&p*G{I?oA?1CRgtCeTfZf7a52`dukU$jXbY?7LDPjD=?{eRN%qkgc^= zUM<1LiRgP+r%9!yE13&|*t##5*T;TUDs90J@HWgzs}gLufAGf{H{Bi{_u6<aZ@LTz zN~^|umhcB=s=-%<6}xJGw%~^t9*k7Ta#%7(0aq3uu@(UT7ULyYD-9kc&T)%p;?R14 zzHlbb!0ZCd<-!^?I>!Jr4!zV^!_~9+Slb^EX@wB!u{6%IH9mUvm9_M@Ahy?<IYwL4 z--@#~YO}|JsMrF&uzHfllS1pJzibOn*`wc@QZeOnmNA}5E53F(du;nz#KiXS9m%+b zb@i0zK~~1mw#V=Pay6@*{?i^W%J~3aGM$L+eLb`1=no&B_{3h~^RwT2jKBHg^dp|j zUfw$8`(ox+TlP2AzqVLCW6BS$@e$1XgmGFnOm%HL(k@rB@?}kYq3&Iq(rbynMf+#F zY?Z;#BcbFh`&>=kC;j}S@z%4;;j^FI-(S0p#d|wvah-JX{H4vcgIw`GmMs6Qi%%fq z4l`Y_W<!3T3c_vrKB7s^$-$1Z3e;;^#8{HwufpPE%lH*@ONfJ9*=_R1n3~%^InD3$ zXk2xN=S$dUSp4MW-M0BIbFn{*kL~<1n!DD!s$u$ofVsDKmUmpWeoc?dy{DZ+{{0!d z=(l*+IEOJmuZXw1w7MnUH^pDOJ{881_WfV#@f@tK1MghCnhiW#>3vH*XqH}ee1wd# zx%{z7A}^J}Lmhi$?_af?_v#LT8TYzx4?w<muD)St+4QCT)`z*DzuMk@1K!X7be3!F zN}D{kh29B%;XaDblVUxKzoq&@yqjTQ>S_aoAud^X`t&=l5XO}tbX?-9U@;v0&BC*O zd;_!)Y~G}-lq*9*o+Tx{mm4z{npI%pSoQ%HAEogvj-#~1cHb(#&T>9_t8vw%N=-}J z&z*~K9VV=}`)kyf4ny;-Drfh(|4Y1o{K(GH>D<OTj6a!SMB(GvUgP~@HA}TG`)Y}C z^QJ!nTOR*$9^N;_+x)opAY)FBPi#B#{b8Da)#G2FRH&_W2HIGB(!xIJ(f78}A9b<g zm@;3X;FDR7U-H{Db$-+)e_z%8IqLXG^(gg$wCY#jK4cXz%fKKjbJ@UWN4i`8c6FVf z;FKlDh+<XPN7(+9moM%19ON#L<UYbu^E+@Y-rdT=$Ll*kpAG8zsJz>z(<dW3d3rkG z{cCN4vK%aY)wpANnBUgY4gbdbShD!rQa@_(hY=4fS$vfA736yQ5gx&;wj(#w4Kw7h z&mL!S^=dT4fR>~COldH|u*+lT5AA)9Tn-tBwJiqxUZhpfL8m3%i)?CpwmQERzv+v8 z-Aff8)Y`R3nW%tt6E@@XEIsn_VV(X#zf^s<9AYJuEPm?aPn$o1qf}|%9%8`4*QXD0 zz6bb+yE=syguNZG_Y_8yrCB+HVb07K#XC>0=MnjB_2HCN?GlvmSLYvc#?(JFw~Al- zmZjdK!H_sKY4D%pJ9=&Lsq}8q3V--SnB<S`4|#djqtECW3vil+kf{}-0vN~e1gvBT zmtZ1)ktf_IsZf)$ZWEI|)_M9J`^-MY;%`o$L9X@>A~CW6T#u<fSnkSDO|$uGub zYeKp=+7ML{>wEPswX^;9KYbRxID9<Mf<#{LVm*tGAf0duM*zu|n%lpuRlb3e04^`D zJflxBGKUYuD0o7N6Zr*m?d%*k`@ZG+SxfX~Fno-iw&G)%iXIbkpUd64#?3~^SFh(e zCjPYLvqQ|A=zJ-Q-RtB1DN8du)j0ajX=h4&Zr4G>YT|t?S^U+<t5$sn^A)|h)q$`V zM{Q=N<A&OwjV^XAdL7BSI(dA@_Dc8xmmsUFbgl;ay-GfxetM;vM(kgKe(Fs|D$G8G z5XpctoIAS!<~v|-5lD;leakf!<p_(vygo8-KY@o~+z1IF{x_VLB7Pn@FD)y!E>zbm ztcUm7ns1vAn{n$D*4n?$QEKtU>n;l)bsOy7a~z*<wL1`G-*Dm(-=sQCa&5VGnU8O@ z;h$FeR7on38uRgpSRV+sRCpJDr9X4wNY{?dUB(xhv+`Wcv-_|%e@Ty_zrWAyow#(^ z-BbSMobf)(5B2dUl_yK&5oRnY99DXzZCfL&XMX(9ykV9RP8-@r?a5qjD1UAPORp{S z9p-vBy-WVYz;}tpX|Fc?yyHdRhf4fc(%((Uc%~=FNG*zYg>rW`#I-f9FO~7Mf4`k= zuw5)!dbR2==_+e_J_WWZF4^|e-kzG{vg!CymuE}uiPlJva;ssLe*d0}$Yb1iZEn18 zjTyU<hb;dr^^dg1b}T$`e~Du_ICTTGAn0j`=D{}t8v~XP;v3N5V0mEIoN~6-VA$RE zY1Ow8_gW0RIlgwcoL^IrZY)`RY;R92i^jU<8#Vv_2_N4%7ajNe?v3aD@{Id?++DY< zztfyk&L?h;`RO3ik+R46!r7WV{8qa6C>(xb{a(D!(x)zuQXQyYzk=_HD<0BX%bJci zu{_D!EAx`d@=IPGwA*LMEGeIsXE2lukGzp*ehZhF$RW8J_i*`w{kAi%-Sc*zdwS1~ zYPj|9z`=_9gT(aOHh$1|?g8S>^3O8+1~LS*CUhka>{Zq}6X-jAMcYyJt2?gR-|U}Z z6#{xAURfgjhunSH%QNxX((Sp7ar`-IEWT>`FP!svLGJ{sM2HkJ+rAe2swEN<#S6>L z#S3EjfK}hY9A~?6aY-Q2uU&}_g&e3b&c#nrIfvR%68}L?C0yZ6coKFbLSI4VUCW#S z_KmpQ@=K|{W3m@_om*f^X!n^b_<a&LvMn87w)|p;tt)GuDxa~|5PXN_ul#rw`}g!b zC-EIY;{hiIa&`wSjQJhu^8NeY=vUx#02v{W>y(Sa1d8a|T1$Haxh#|{zs2%J^{o)~ zLJk7*DD(^+alQw}w~%SEL|O*8bQ$$i<X5*PvBhgNs`05EVt8Wg6_4oY6+L#h&0M8j z@cYYnA4?X0Yy43;PcV7zpyY$u`g?8bzj*7M85Or6+@fAn%G?=t!DYhzpT>k#%KZrM zv-rr%uQ_`|J!K)@mbRc~e-IBWS$xF(t7czdUo^!0y*bUup0tM$q$LYaef((imnp8| z^Xrsj2*BvtxY{?uhrachx5{Ve(cv3%B9@i%pU=^<xtr6flY_GNo9d6ZP3G;C^tzfZ zXX&@pUg8RA7)zF0PlI85_fvOs+%4R}$!plIsP~`vJV%hv8s}*5Db9<3E-|%n=uZ9| zS{8q?yofCc#mRQ|2HL}2x8NIulK&w#u*UX4=hl9@I9qJ+6_3?7+Bo$&nr#Jk__@tZ z3q&pL>JZo2uKc}~x69!Dk3;i4Zgy#mb4-;Z<8sd!@CNT=$?``!I>D~O`O9K!q}M)~ z_h%6gELnWS{bf!3C8rAkCJRq}d`oSY;Fri-I@5e3oWKXCZOcCoGz#+zQdpMQA>=ET zEWKj>dXUI9gvcnYlyo7w5`0Op;{#K3rr@0kr*UG7(lX<mgB@xOJZ#+Z+O1};g%vAF zYfbqrFK_DhWB~66={s+{>C#bSwq`uzHDUJG*Y66J;q^z!l39xk4R!n7;ZwgheglFP z&*QSj9s}=THlMYKERV$3=K3ow^%rDsU_UmMZ!t#lzxVH-yEP$8jPr<96)NN#lW_(< z^~rGOYtX1$E|V`ibq|=nTXp_RULN%6A4@VC$Goo_cGkY_my~bt-iH5PJ&E|U{I@** z(xwL&@4xZvYOI~}@B_|sve{qBgLsrZ+-G!?67gPZ@(rHxgWJT8c>mXR9ST$~f6I0L zqgsD_?lJ5--Vc7!x`E@gMc&hA#x$L_^?7By&(fo=@2vA@l=Q9=K4N`joj-?b;lSo9 z|FQf~@{_dg%V68H%wK{t=IH6iLEMQ;^gKa1Dp+{x{VBC6mfJ6Xq8mbpmJnuIq%B)# zt)3sse*B?-DaYydFCN8bn{ozeXXzEo3q3WS`t{U;Ko%DE;+g(!==96;jN>l&Y`(Pq ze)>1dcsnrjb+J+10-yP8_#vX3XS;{_**97E^7_i0{c1)qg1J{XMV+2;Xl_?H3s24d zc#~e~%z2vf>(Sj8Udb^nvyaz^xqtoR=(CPL7X;~K;feWcjsK-h`xy+=S0^`{{Njr9 zrd)$RS2^^!2I7S!i=R1t47>^>e1^<C$^)GRR>x-X@>Mgl|FFzs+m5_zul4sBr3Byd z@dhWU!HgB0a)!~7^&@D{u=H-lE*^3nn?Gbmwg(ySA>LTB{1f-Dd3`IawGiGB#y+;s zmX^a4ujtSY@t#v$;?U#>uj$<ix2=%p##hAWUZb$?Woqp3j#*y4U;2fSJ@LNf_`zs^ z)iB+3WD~Udzqasq)FON2fV502erU7Cru-3lUVZ%$oWTz<HjMcoUA<y3tT?bd&!JrR zoJKpfoL+A2QQq%j`Jq1Et@D@U_RNWUh{Z=ce}pH6QEUA=Llz%f*+X>=O}WCt7pPQ| z7vV{PAL>$i>WU#}=1*VT62dx1o?dX8_qVZ+Y>N+Mk<71?GY8K#bwwP^RMD)Bpu?rQ zUize-GZa|(mioJ}){=gM1UV^Rvhajnw4}d*zxw78Z3`dtJgx)&FX$D+Lyw4h$ZB7c zneFr7b%l3B9VXTI;Y#6YS@}F-+VKOjrV&i$N&9JrqYhl(Q@czZ&&6$KeywcRDlc+3 zW5Y5%@^^XfF@65VN9&WK5956-(~=(Q=k-BQvLy>&-M^(dTI@}&{w)G$;aNAH#PWq% z7=$EWnuD)DzXjttkc=tmtTFHg=6+$#He>^6%nQ$AhF%^wxx41@H5VTV-XdTFtNVjf zu>oHN?!jGpf()G{04)r2r;u}1{=2m+|ME@`e{fk^++|?M-KEvoC(Yq2wE^t+sC<ZK zf-^(AbJ>5?Qi6O4R?`|UBEuioOLq97m(RwOiG`>A)`S0^57O~p;17~u-pV32rv9nA zKPZjqgnSD<NgJd!h`^^`6$nk8CxQ$y-7f@R6_mDMU0&tC;-^-t%HpFhzhRnPWZM(u zRn0%JWOmq89&80q-4mrUIcP(l=pjSvxkozYtGL*|A-~TYC6?ufynn7Q-t;HZ3Ey~y zd7?1x6eD5A3gNQlon~`t*LD8eW3A`U1FGeIaRBRC{H*sMwM7p01Jl<VGjF5M;;H|R zT~g0ias9JAzd&Epv5I@=>B<~f3EGO&>!GO`r%=Kp`V725XMSMD3j8gw3F@4qocd#5 z^w`7<6P<@o^G}z%)0pSTzxKU`Ivnb;&}Y`(8YgO>jEKeiShD;T%cs=qr+ZRyKaIE! z+mb8IwQo!N4J+Cpn+H3uVC|FI-{65^U3X9Sa9&;ZUf#N$elCvBGxH_<_nVA&bF^Lm zxt7D~HH#DfJm*>mpJ(Z_T;GGW4J6qj(BJrVS@G#pw%Lio;;T=enr0tN+Y_IUPPrkq zPx`zoE$zcxG|Wnel2Hdz04u7Myi04_Q=8|pZTrH$Lhzx?eQmUcN2#*gu8sGaKBvUK zLP-T`D#@pG{)+YwoJmV}X`}B8QbD~;cGa7jN8EOHklV!SPmE&%igX<?;QlZ@c!2JK zmDeyc0X`R=lZ$PL%O#oKxX%3?<+oyG-Hy+jKKK*sSpJ)fkHAjRFZm!Olp5_jk6Czf z{1wwBtY?Fnm=N+moa%}@NkMn%`^GE_-x~V}v4q+m3r~(-=(}*zj~ElU6F$RLA8xLa zozw6qeGpFOIn;WbV#dOkx4-876<2}}V5H^ywJbb+^rAeOa`o7>(k*{q|I#aY<mMJb zW4<ZQA6W)ZO-l***oHnSJndS`)IXN*PxJm%e{K}B&sgVAA&1h2Kic%IC99sT!&j`S zw2eoXN8{eUYPrmHbk!V>USG}5uVc0i{{%avhE3Ct%j#sF(86KY#L!lCl6&y;nk+xm z{WGoeGpMu8>r58D+<0z5G*Nehk(1&e&hrl=SJan5K4SSPw*7|}acjIMgmmxL<$lH< zcppm^o+bV~#2pZWh<8?C`)tX=(@G!oXIBCP{587nmHLHj`*?k5ZRjbx`p0}Xx9at> z!;fG2{mA3<R*Lg4lg=qB-<dt_Zm%qd&tqw8{PfIy01hmCaen}xVck3Zb}8f^z$VfC zf<pF;>NVgJtOlVuIqmDhS@_caq33`F8~h0tAq2Aeo=mnq_3<R<{j)nFS-8@7tjTDx z_<}|OE-RfsAYC6LcxFnY+_Zgh{DZ4x!I!47U6`RM@q~i8|4~N8r8VtIB}Hw<hC;Ol z9{a6us;%h?V7-1U^1vE=P>Rjv!_Bu3SvCCXnKzLUIJF)7&5!u67$1crx+bOh_Pw|m zwLke6;sD5w(TtD!%4zfMigBgZ1oW%9SnbWvBZjveGR9}~hNK}E_wHDVglLB&Kkrbf z;EI9Wd=5Cr=5e^@m~LZR%i7h(YiOIrSKfb=iw8iX(zRdWTEthWWZ{YRxvlb95HG=+ zG+1jN#^-|Q=tg@9)>%EvWy&9^{uj#)^e04*=6TQ3FKrLFff2lUOF8Y2ynU7&Jmov$ zml0p$#}-ONew%NfjuvV!!woF<*oL^YrakkVpitQMP4f*#(oYdw>?@o=gqoVp#)|R9 z-`d-CCK`)=JxER-*mk7-WuBjEIs|al)4o_bpl!^$AkE^EZC9DEz{}nwe*io%{bSpa zqaQqiKu+`1Srswe;oNwDu_4S1n?f-dB0gNa7da%{Z(Qu%;<LBzn}pA>@U_taH1#6? ziRT8eMQQmp+2@CjBVPLq|8lcM=#H#>-k*glr5h-OaSE%9&5t6s9c}oVANyho*!Jc1 zHytmbJU_r|hMmrIKE<;5-*j$Jj8~RLT|cd?md#^)pKD3=p5)=bo5td+ov&K7iRpM! z<~Pm&g1zrWzM}`83Y{ya>jmfza5XEz(j&HK;yE66eVDjTE?(3&%Vscm{rfcFd7c~& zD{my+2tM4Q3-$qvmogs!V_0Piw4461?MVBJ^<dTImTk|P_y<;<fQ^SQ13}yY@@;M8 z!{R5U7d_<P3AX?m8+WPm&s;y?dJyejD>E2we|kABanLcRO<%`8nD(PzJ{AL(9(8`} z&)<MHR9oM{;vwZLdh;yydd9P`o(B1cBV7Aw-KOy5@q~4rFlMO#0T~Fvy3r^OPI0vU zYec5_D9aD@f^en+jB4R~uj+gi>n-s<ADG($D@RXS0;!k&vHfZuzi`fH(SCZ0DgCzU z56~8RW{Ntk`j$M$x4-j}*gM{y5AQ3kXOPEFoCndDmDbK*kh?I_Q>MFdq&+6RV%wL; zUz}-^KV4bcs&K`&uPh%Ff7&n9U!ig*=am}_<+4vR+^Le)W0|qQ+-4aTl|+bRi)Pq( zG<u=m+M@1$2a44<Ifk6Y$5MJN?NJuKc-)D(4E_Re0eTd?G`;yu^WGV9%XEAx_m4m4 z!^7CcxWj{tp)MSbV1+TaBeX64#nLU$ccoJX4Tg7j25*R&almQL=;}>!BzIFhZ&}RG z|306f)oT+tqm3`p`9a}r)Bb}|WLbVzixoG8XYG8sR*v29?K|k{ymiJg6E<|p@LRJx z$b+ixnOu7qo*3gkof@>RgFWy6Vm-@Wb^k}|K?>_hVKl1woAhajRMaD0#86tY`09=4 z97+F!9e`b`bQf%pLE46}f<g*e{>oZ>oCzl&5(nQFvT?wFT)PMQ9lQ&3e}$Wl&wSIh zic4JMcf)%G_F0b4x-Bj-#_r)$*SIR5ef=DMpNjXb#}|AY@a=_Fh0yci3V5>c#QH}Z z<C%;9!pUAbh+^oRik4Ls<eZ)#cJBP`uUgJickSvsKYx$DX-U6yRV6}_FU|48yk9Bh z0o!^|#+fH-y61A)+30yn@~fKscZ67YQdy_o1hu5%UKR2m)YFjmx0GJGmJnps+`I_l z%i^Q1Z}i7o)Dp{`#*0`8<*9m~OZ>j(xy$f1dGo{{_vZKE;}a~tw%{K`#ahocu{C_` zS@2D0pTTz(<W4A{9AM##$FC*+nA)r%3(r#f*@x5dKq2H{0yv9<eJU<lc-HnW^4I)m z6)+gF!|v7m&mSCP{hw8zUUF-1p@#ml7C(&bn{f6elyHNtyoBgm?$6fn)U2tk;Hkku zT3L9O`-9rF3=2=Me0h)=Ts?8blRis+8+f3i_uL|}Q+;1gIE{2;X)QjG%?~9Q1(A^j z8l*e7l1EwhzpgsJ`=6g%8CTbT`|w7Ow*0wxX^#&|K0=Z&S$>H1o2}v_BbiBnn2=_~ z;7lv|u_uQii=STkkv{K8`VDlUvbEL*PduYdJvSIfm|YRqs>Rvb;IUo^YT4?H@2+R0 zP;T2AK5#Zft|L?L*%lsn5|(`ZOhC}q_{gp67uM^7#{f@g{d$pUJS~-Hb^lfRyt<XJ zmLJqN2KfXH8OF%xe+A#t(+RETcQc~rw4W|zJ-oEp?Pf4IRw7$n{_5_x<IAR!=N^=O zf+NOS`DjJ<(}D$MHJWW!lbiBWJ-#xR&jAY`z(xAfr}VFwtUv1Bpe{`}JH-tDQszjN z>->E8nhJjo`fK_SzuhBqFUyyHQyt_pmMp*3>CqoA25~zf>5gGohoKw|84Lx(3(N`c z^wwocRK$eSm3oasJh5c){jdB9Tb=QHxlPdC=i8b&jPGw;{c3gJvPc(}EPeX?XN*3S zze&QjFXo@+@uspD()a$UpYp%X>a+4iuANhc?c~49o3WQemye_Vc3)87P3)!pUvn$b zFUHSYJ`1wPFb@wlLHeB5NReW|@<(dl&>o6CF!TPIJrc&02j*40P+^aw_w45{AAdZh z{5>S~@hH_C(tNR?Utrxi<UyrR>(?`TBWCpfYpTE3`kXa8*Y4bicf|%3E!d)5WS7>C zCGzImUNL_^B$wr<Iz5)?7r_Hk+h>V*U0s~T$+O!*k2!6|<t=%u$pyU6;wzRvTg5A| zRwSHgerluO7idM0E%Ui(z_IU+vxdQ!+8X1swyPW6Z3F+^M<x8N(I0Z7+8lqh=?|FE zhiDB}H$z0DcSi(LN=p_Wn$Lnbr4Q#P!Q5pix4Mv?bPi`=!?g>?^Zp#yyOL4C&RQr% zkX>Sr_%t28&T03t21f@3?R1x7W9lD><wvTQ05jpdF0J}Yu1^4m(2idko=fNHyU=@G zwR6??Wk$RX<-fV_NzH?f>vyy*IO)Tc^?3i$=mS|--uuxt>XnDvCu50ec%S8`?ZzvO zULk&ibuqX~ALur>&K>c>Qa^rDji;m^!AkV8T04??k$_?jnGJ!?YhU;L+t7Fm|9wy; z{KfL|U+5RD^PPyVA-i+qO0)fq+xC}BH>u=4)%{tP=957ebRm5JYs2OKt|hMd*7xIN zx2>m#MSU1h`z}7i%7eA`n(AcG$RMN2fB!zN;90HwC!eWrx^F&Eq2D)rlEp{dzk24M zl*T#RzM6h#<7LDX%e%97?Tl^^<~wzt-M9<+GS9>NShDcM^jNCz>1kbbO_#84!!kRN z^|(v&-yPPwZ1*j(CTw)RS%^25=I}Sw$8cs7{i2_snZ-|Gt3o-fMWuDom8N-YoE%r} zXYWT%uqLN}#R7+%7P~LZ(q-(xr8z(0{XXxjtbh3IjOVhK$wR-LG%UpXShD!qO8++D z<Qd`u^WULi;oD+7JCV`Um+-Y45^1Jn;j7cHRlkeZBTC=V?*$tShmOB?sNAxL)7)Qw z^{rIp_IV`9efNpB&JIugR;>2_=ck)%-{Jjp&+Hx!ICsH)n_JN_yYhIJ#``S2;_)Tc z7sC20e3O>u-nW%KfgO(!J<v7#FzVq<Yglm$KC7Npi~{bx3eBGy(RHP9<O}1!OLs+l zz#5hwz4}c_Zz{EKJAY9ga=GM~t-+Dc9M|}Tl?|TkifHg9ORu>9ZLMD+2c~Y>C~7ZP zR`|Mn!fVgz6LNV+-|ck(5oYnVt-Y1!A;4aj*ycutAJ#bUZn@(?_FA29B0hGGcl>@y z80wvvt?jvg*Lq&U`+vFGm-@B%A)gJo1H%V2@^6p#3l+(kE@K@p$GI1eySP_h)&TEg z$<k*l{nLbumrycttdGDEQ(Ch4isi>v<6n!9-n?q2ggrgC7?;lQa%_<+AO9U@7C$=P z{0S#u<rTz0=yB2cPP&hxCl{r`+D`V5ZBM;_wB-|6`=~65QjA!9)bth9(?}?U?Aiw{ z3M*Q{?=`=E6``{5#QiPyRA^R8@Ml^QT^&TY-dmC#!&ZfoZJ(V1tIox&N_!8gll_G7 zJ$vX^`peu-1@H@C=O5(kfG^Y+H1{=S0naSK%LgAA^Tlb=qI;W9pRdK|p;-KFr{Co> zc}J$Se)QqpQDgM@`N6f06&QdR4h%`R(z|3%?^!>MuumAhw=>>n@e}u-<@#P-ueY3W zYG1BQdtJ8NDYd)P&dz@+;bU8WPkj`z{IIP(k?%90J)y?N-Og<;xsS<hS2J#r@SVYX zf!mv%I~(W~+0^q@ma5Amkx!rEHg5BpH`pWjPK(F;W*yjw_XA%Ke*4>^Nj|Hpb}d(J z;tKw}c$O}4Ka2f3$UB6kjsa{_T(a$`>pQ7$tCa5$uXLBbVTm^^V5}cs%k;By&kDG} zFBTtp{frtJXveb~aeWI|KVe^!v~}Ssy&-*A+acrJ;@&(6I(BEXAJ(w&ZKsb+rt&zD zMd#+P5&mGK!;Z40i*^fIz@Mw9gwOwte%GKEYSr}h&Ctv(dgv)v?*qI3LHwT|>O8#D z`dto_X4ZI9<8{l4cppoa-{NtX7XFYLB>}&8TD$sNGxtqp{@wJl&>NG-&Eacm&%sxM zlg=S~4$)Y!L9pvWgeZ7a%B$NeR5)L<WAS6g^>qhq%vSw@6Y}rjvQ{TNf|j^WEp<BI zu0gT&@IIF2@YQC&+=vehS(a`VW&T<Crv4;km%$!_{{g2McO$>U5q-Y&cIoj~gl{8< zSnu`4SG5c0>1W%woxY`O_^s8oCq9Q4+<B#m&#q^Mv&Th^-^3G?`h&&aw)RwB=K$#U zH!>7nbgj47tkQSS?g^?_0r6t-k<-7ziAzG(jpi-&pQ|Gt?@D&opIa{o`5<+#v%<CD z=SAj*xQ<`2<CovY|HbF=N+q4!+12Rj7&Sk#L6HNF<CW;OoxV5OO2~m^`KvCk+Uzat zkAo8lw9cMyJ3VxDG1o4RNqb9u9hspTf6l+l!pH&3(@ph=E_8Ev<s7arkxy8%_>23` zR{9!jTnN!QpcNnk3NwJ9JHv=31<Q|-2j~s8KNerD`bSOD&PV)l=HH+RZnF>lv8lw+ z){%(Ee8-8~cXjCOH@w^rRqS?e=l4%+u0OVMLe1Om6MROw))~`&Gd?emA8R+HUZL2c z&>DZvD~0plm1d-WtKvJQ;y*FQ^(PK_IgTv1QVG8K@s2(gWJe&TG}Y5x8~(oj;ma0o zD?^Q~T90i}1L0uF(kqr9{q{&bL*@`!WP1&xvwKW!*Xa6X{<(#Cc%`q|EC0U(oEE*? zS~$|<wBmXeYxOb6uGT%TfE&vnb^Rc<P*O>OaTCDhDg?j7Rx3*=Cs};O{b}kCQ7eJx zNeR|NpD!fGCox<lJ7OxW2E&|B$HO1yzv8&`k7aKhvv=nAg>O$Pdb)4sX2w-Pj`@EX z^xz1k*0g`p(jSLNM$cTk9A9i_&zcZyz{0><Wv$j8xn?lTymEV4?V+W-W54DIelzOd z>R4k=er#n={E3GNUmFUvU<J>%<X!WAycp;f^;6Fd11o-8jClY4*Py23>$dlb-f^hJ zjZtL-@qX;u$E&Zu4|Q9XdqVbRbsO_}Z>(qOrTt@#zSp)w!0o5Y-evPv^jtLRQ=`%q zYqwCsM_u1o<BynxQ-}s%viwmR*HTSF=d~a|tM@x7=HRL6FF~j3*I!#^XAXFH*Uu|D zv0dQO(6=Lz0W3c1{h>|&ho_F&euP7iSGLX9Ey#INRSZFoo@R4jbUZ`3k8khrdDCNc zD)^16w%u_}%DsI_6&f~EqR)2vNzG%U7_j`cRDbKsmLv71<$s5dHfwU|?fJg0JD2-S z?CZKB<NDhB5aaU$H?Ch=?1^#q$~}`)_Wim5?-#k*dw2Wc-F+8F)w`GQ@`$eWQ(FB! zI4uy?BUrNHgypZP|KE(W4Bf~)3(Sv4kXar&*VT-RK)|P#`>Qhh_{4(I`Mr`)yqQy` z$Ulnt2(kY9Z|s>idw?|6Tow6iw+?nrF)yw~pSjciDc;9Yo_~7n6=+KMa+(vd#Qc;C zg5b&(LD5f|F7Wl+@M7jGhuDc%v66+KHvYJ>U1H&j`%~;^`V$I62#v7nB9xSv)1&Ls zly`Yo`Js2kfS{5N+Xm#iav_f|pEn(PB=Pv($+3P>n;)z?)@AZ%<VW(gNY^H<3VJMS zwrBX{GEXMqeJojgt+yXQ53DD_`A(_5v2OOk)Snjf*VO(B7MGPkIKxKnPd`7*`8UFu z8<4ex^LxWdU&}+L*fhRX>s@fs&c-RnLJJ1p9>&jmBCafcTJ0gkm2|~4l{EN%Kv&XF zFhh+!g)qcrpWT)3e!TRL>r$sPcY1HizDQgLzgc|r<^$BMaDlqMKgVqg^-O4!^TuyE z{ynY+-&9|tex@gC0lhF654}M91TsgaS&-JpEBv`9U9iI}hrLV6IJGN^aBl{73$^>_ zqWhwoEf+YKY<&jrW6APEET8)AmwLWpW2UJ49ScnIT;g=-)>z-d35W-l=J2tVeQ8N# z8=@tu#e_4AfL@R@@pmey^o0|SLr*}RDen<?aoKF-zP#7G?)gsbaWdZzvnMF754K!? ziF?O(I*aAMwe|@2mOyN6PLrJK{oz*W=|{cR5B$*k=HO-gx~aK0!rv`wn9FP2-U6Wx zg}m>Jc?`c<e9ez%cM>Hu*A?Bf?W^~fHvOumN081&8*)eIaLVO0<<Q`1+vk1e<Jtp> zizoh>{i4Tuzv=1jm%sK3pJ(wEk7vF1Ms7SH9Jb87+hN1lOh3DhJm`DuR*~Cpu%5+7 zEVZyE2)<H7zk>klY+#*^@J)l}WV}Hx7`zMVb8_AXoC(*D8^K_?LP%>`d5pM1$>OWu zUdcu7`fQjwKG2?NmK;~Fnbv?`0pHP}>t>~Ujhb^-)!beOz^6*_fv?__eCRp5|E6!b zw=Ce}CYE1fd9zku4>F@MPQ9#FG4JL4PK*D%8<%LjbP#!F4j)$bfQvBS0(=uP93Dh+ zdK1}!xjyjzEQ!hthNWAZ9M65?jLYyk`&%T1KetExUI&~VGa!2>=iPtg7+GZc<6?Lp zOBR21eIwQVLVjFKEzD<t1c3d5-DPxjADjdQo`t>>SP@fNviOSoUvK<STiP^t<v%L# zzkjtDXG|_%rq_>!PYlCHHiW*}6S23baYuy-MMk|{{2K4G_^9*G5`8U)DaC+=Z{8kx zkWoxexzn0)KDEVdVD8d)J!h<|`rPU1Io_YUI&%L~htZS#;%9G)F7t5IZ%X_S_m3^? zfxc*5Nx!C@KGTce&vlx9n|t$x&+g$r{B?2t@2ilH9WD*1c+@_V*W$A)8o1^O`5EuC z{cUT1Nm<h5<xQ)-QkzGAH?-An&%7Vx*;v<5>{_Pfzbery)-v+;T%Q$3IBa?EbkdW9 z{}>%7J$<u&=$^KG9xmY9&Vp}4j(BdZJU8@s(K8>}_q6qo2lu^$AfodjG5{YRHKtm7 z>iR{hZN>T-zB1g4`%WpuBHcOf#a4N1#G9pGJpS3f(`paZqdbFQK{dM-lh(F(+I0EU z3&*-o=OaG7a(C(4^Sp=W+M7-KC3VhhvIUF9SDn9>=x^Q}BU*e}vwE>~4dSyn@0ypg zEa2XNANh*ZA1r=!ylK~8N_iZF!?thUeh9s()qdpu(#3g8w`M-Eo6;}s_IL7hgnR7B z{_H*Wy>eK!F>=bfdy)K9a{b2<&%@??@EOq}bll-$+xYdw_#TU|fKheH%6{tG3;8Xv z?EyJt<8Ex9EzQBx>u-Q<fZ1M4JfMq1`+s^C9qPK!C;DQ|huQeNvN`<Fr-U!S!E8k! z(KhgvamdOGdO`Uq>JOW@2#xk81~=N?+GSnsr@3Rgdred0pZfSx(qFhPSz51`mn^?* zZ9kPp`s8w9o{dJjdaPeoXHMn?!v2G&&odP5F`%#aqE>^pCU<PDnx9hVpR#^}_yT$! zd~y%+FRY_c`(ybf9&hIKc}pVe;QzyyK0)G}5E+CM3L(<L_2jVnL3?JOVmc(;#l2Y9 zK*w2=eG>;|=y;pOpT$?Ze?q@KL}wNp38s*N6Hf8w6%+%o-m)b7kMC=GZE4xB>EK^a zspg~Q<xSZiQ1d5WB)o2rE3uK^$j{Z>7X38P8PO~8zD!L2MxUH_{pfdiP)1`NykF41 z%EAI8uQ?>ROsiL-oPSNck0r}Laes?-s9yc5Mu!&opl@N`5^|~dWl~s6Jy1u6jipb` z-XT1#_Rjuu<?U-HK6Q%!v0TXILnEgkU0Aa4)yK0`-wAqKk3Iybu)Yx2szGKHJWe>n zn#P0BKOy9)UWA*z+;91LTBHNZ4+?(!%WX#j?~Y&SJ8ItG`dv?r<k$JI^s_odns<Xt zi9Ubcjc63G37u1^Lp+sA79X*^D_cfA_EVeW7cV`{{r%1&9??#f&NX@H%Aa4u;wP^^ zw4cYt=EuR46raovSJYR)2*I*!O~q1Yw_VQh#cR{+IT^MkM))KD|G1oW)2*N?F3WoV zoiMg=DU-=-mR_y;8}_f#ND3iI%bqVfRqJ@Bg3qYtxBt4Gdqh^OW#P&5*Mt9_xzgD1 zo#`B9A3D})cA1UKzP<|>tknL0JKljBx(B2);Sc8HP;)5RG{hZBmOtY0Va^^1dwX%U zuJ~y^9yrA&^8M~%2~WQ`FWJAob=G@jXCRK|@MCq05O0DW3?aOMIX3WwsI8~p*fPKW z_Ik{LPFsfAJFMt)%I&SOFz<h~$+5d<(y1SPCM10raQpO_KM}w83i=W2EyEuugINsF z=+Li_RR&8)v#W3q?$Yxq=v~Oa^x<;MVF+5bv<x31n@#lz@Dt7t(x1yV2j4dO7-wm~ z^MsT8!5h{aMF^}jhp#?=MLy0l*S@lREA<EUZUyX3f3fgb7^e0aV(iYOzd_EZcOrhr z6oT{)3s0<H#O;8;DU4r%K5I|YvpsxUp6*2Eb*j7PX#De^F41eRpYxB&uuaN6^ZMB` z{wd+FB@1VYkGws#)?Y#W!g52nJ|8o1!|Ja4y%HO=jZI(rNB&%|wCHbYKg^$(hL~9k z-@4tSrv0OLyoup!kqDMv^YNCDCD0mgvF+=p$C}l!w&14#Ukg94zP|DMC%bAck-<Tg zza~}X^MJOJFKcI`t5h64Hz9hF+f2vPlc#2E^9Au*IPX{IJGZ|WH-FxE;n{;Ge45PK z{xii_3l|Y9)BdCJ2Cj*N_!ECq&nBE$Il7Zl+j<Yn=u4~YnG(I=1DiiDR*0|U{S@RV zORx3u4*i;6D9Kkq-iMx+Bh86e;=N_{`>kb$Z7aQ2MqNL6;L4i)O8ATQiEaH)phh_Y zYgF`=gG<ae_w{)*75=@x%N4|L<<T*_r#xNaF>d6!f=5#lkKuhRS^l#=fL{L%y=C** zB6L&vlDGe+@w8f&q~BkcO2;K`^O;(9UN4_%9+3#K$<YiO5{8ZNo!0Sh*Gz_b{5rnQ zBkLK?PTlIVCYK@Z^Yhh(@p+a%mdvM_8v$(l^7Pxv|1pONrI^J>EYJGl6JBK_E4gxb zpW$H@TD<bwk+oEl$>*l{VCB-rdurJa?C3bZ@9E%enbY^g`@emz<6dTYd6&&~-_-r3 z<zapuKGw7N{@>{jb>0Hb@AfbK)N)ljpPe<b9q8D>lRwANa(eX5->6~9@>9+Kg1BA% z)Cr`{biC`&*Qt$s3aiKVpec(>F7}L!Se_DH^5`AJfTd3?-{OoDJ71wcKV_cND>^I~ zeQim0uN_CqzZsl;=x)UCX}JW~8h`Y2UHNif_Nqa3TjPEE!E^f0F8tAJ>fzj1^R=JK zAG~0Wp0uz(=BYC6UwM6Is?XKz21}>1-{nFi685WwkSq;ETGGG0MK}6HWlHd!lx|Cb z*>j#B!rG@#?=&A*_K4@0^+iYKt-iT9-tST>yhEwPPp+#=gqLnN_7EQzVm*tOSf1cp zd33%BXBWULg83-Se26njkVO~H&C=_mgw$^{^zxefexnB8EqP{R%oZj5)a<+MRyQLC z=1Z1;X`{a}%Lo~N@m?zZ-@#z<RpY0=*(me8g4(o&uXi@g6d(2eGiR^hE3|ZeQHc|J z>DQZWoSP;2#o;cK+~!`+Q*Ze@7f-~a`1$)kjXl!dVeYT@8`a8`$onlUKGxbZz4}$G zZ}izOunygb&VgB;K*DuARiX#Er+&I>@TT}ljjDP%Y*{mAoyYt&yk2DaA+P@}_h%vU z#2F$XgN(goT29VctVD3%55DtXZ!1u+@|2VK#O`wmZ(|n3`;LF?e?8=Kx;=QG#b3-{ z+t^co!f&um^t*J*5go;d#Ydi>u7oRER)?C7SNZmgoSlj=GqWGl*kePbCjlO_^4oWC zd40PA^6!_%A77-LJL@^CPPr_vYn<TEZNYk$9x;DS?PW6}moP_VJ3DzTs!4eH4p&?k zjJ;cRzsJ%f#0yInKXrX3%`KR&w`fjifPFu<%||HVYe{@6AE{9YEI;6!GstNL6B({f zXzERNm4gm}%om)V3>g<V?H;5XWD+D3>bsKnq-(m>JU$A)Msk%0zbww~yu0&Hj~cbK z-+*-Q{bSJh*U_ha)}&jM{Y#m{XYf9Yue^L~*FV~@G#H{g<iGXp$}88E-R*J?Z#iFa zy#TZabFI|M(e)|<M}_sLmgcjy+aH(%hTYTPBSR0#|0PZe>9sNPy>ZRjTfWY@T=@Ns zr4HPwdZA%|znM#(RNU92j03*S@?U-YX!8e@?BdH=d!rsijCLOWWc%0)Ue0ca2bL^8 zQhfv8V(&}rNf%=Mf;m~m^@p&pN|^1n&Nl~KUW~bZWNm0e-^H!Fwx1PrZn+YE>ikM8 zeWS!-#FUmtd%vsRu*XrKdChMYI~+G~wY1jMzF4A<_{E28<K)_0f7-@A1ICa;#u&}K zg?^FF<>afG4ZP<%-YVPFbEN8i0kQnC{+e(e8(jwh`ypYJN}rQzQ5hCVZkgkkv|V~q zJ*)vyJM&%)!20$fg3`LW-hBUSqbHoPLt<)7e_KW$=nGqXT~i;u5ao*Z)>?krvA_pC z^i!K<-RXjs!xL<$u-XITetM#iK$Y-I4?F<^%W1Ia`sCPiN9l#tL;v;M*s|{Lw~qV$ zgcucg=TQ26*RswtBmI_s{WKy4?|+@R(c_d~7q<oZ_uMMta5g>Ow+w&rNYRHk3(pe& zik{si_Q8-E(~^Z}PJashqd!|~3Yp$92OriN3%;9xnE<^H=j-8@OK}y7Ig7%=GxZno z%p3KyV1WX*JpoJ8{ZHojXI-|yV9571yyvT`MxTTotGk|QT>K&Oo5e3}{2$Z<*605w zmngVCGEYC}DYqRaw~TT>fplQW(j%4-HeRCV<<PH#*(zR&d+5F@_rMA+3x_AQ?HhOP z5#og<i=QR_ncT_Rju&DERN1=CWq!xgqugo+l|pz|eV*-FH!i_p{@ZNX_LsE3hxade zc<zi{x7~H>lS9p#*(LM)P+0uL@~X|hQ#w6Io8NT1_sFU%f3^2Zh`-l+)o?E_#Fxd3 z@(tH|h}V6v^AG0zYPMb5=u>5wEIez*oA6ayac;wQV-0wJr_apAf5wb;T^sIq&pEc{ z0_+bgS$b%{Xjz}a#=r7BJD>Q=vWJ`Q_-<Qzz2}Oj*{UGiF6CmHdd(f{v1^S}H^0#0 zy!~eJv7Eo&Bu4-_lt2=PN@G5~b3=ghu`E8z{+&3$ZFs#_f8Tc;dLHRu@wMG}gMEAK z>>ENg81m++^(r>uh{yQCFIpYjlK&aju=v<!JfKX{Rptmwu4LhBALsH}w7d_RpR6<E zL7utx^ZoW*4w{89!@9kn+y6m+<BZbHe?A&sWg6a>hi{2I%j3hgZ_Yjm**&T5)RGg+ z+u*Mc2bO<xi>q>N_OQkGYbepD$G_16_s2#@K6%db^BTU!e%IyFtD7O*c^Q`XeZRPb z%d*1RqDzE!Xo&Y&e*AaiRbJm9UTX)u+3@?qtH#N{1hpM9#hc&X)%VKN><`@XcqPTO z>lRpP`bK;nOO_sG`Gx&_G!F^?!dwvbM?%Pz^0;N&PmA$sjx#KLN}n(Bvmsvtc?6it z5^^_SnH@<U8YqOjkcn4%8npz?i6TeMmn=Sd^{3dULHN{51&=UXVIMv`i6@Ui_SUjJ zcR*R}iQ7$woE_&m;`6W$vp>Bm#8UfzLm%W%@Z^1W@;j9L4^nC!tw0+~kLCUX&2~Uc z2eTeDtIu-J^qPhL-^dHtVwhW}vs0#633qIXAM|1%kyPm!5-7W{cUTyy;vN^UG5wYH z__=dEN>AN{Gfn9U9CU1klYWN&h7qc)BgI&!J-$YggMd5({l+Ntv7Y>bHS#ClzjFB4 zZVa!i_1JiPSU-m)v&Q}H6<u|vnAh+-?fH#6qAin%w8t+kzCLa+JfFQTUFTc#jPW^M z9a?&{<sRfaOApnjIL4)`-M|*JHIO+q`Dh+C{-5-xR?S0^V(GR0_yJuFJ{V{i@MggG zr!%yD2(R>geamz_u>LmnceUjbfdgqzzcpWr`7iKO$}h>~(Jj*vRMO<-O}_u&)O)et zi~T8XiT-}m_~Ue^LW`ZoRnIcS@k20w-u;fDXLB8yz0qyPiJg<rwQTN+Z>C*;n>#%f zp_}%nKKfa012bZ<(ycEUNAiDZO)ub2{aEq(0?Yk(bNE_5KcO6fvGDZw2WT_uK`E~~ z5&DLOXH9$#>%x1IIh#OEk3v*oeO`^l&vy2Jjt_q_vO|cpYFjO6i}51uADYDjO9ba0 znDZ=YpRxR4<pWkWKt>Z{R`ji<*(IUx<$kg4+nV3tzi40mVajj4_$XNutvq4*!SWks zBl?rR>qW`{!t-!0%hQYek{^9)?O~q*m&AWvcIA9xj7W5uz2#!u@ygqmVjbI_t@vX; zyKLGoEMJ6u4v_UiewfNPi@z=NO*ngmypk(f_$(ce#e>L??GJ2A?S0C}mYg(Tet>#1 zARiFx_QIxQOH0}Zk6YO3BHOHC=-l>YT7SIaFgMS_#MO_Q@aGxFmp}Za=-jI=I~xY? zAK5?GD12KT5AnK7lwy2aDD}1@$d1s4_!rxr)_kefH4<$5tb9nXA$Fx_uY{4Tf!rV4 zp1Qr&wtiE7HbQ-zn!{i0LCMhq_gH$Q?Nuk<fLJc1{1LYgG7I`sUTX@_S$JZ72evPq zz@xU5M#JJeG+KaMr~3X2gvi2^(xaU|x@HCU%VX=Nr9OBxN7|22ti(Be?E!TV1H)-t z6k|Api{@X==Qg_xT+%R0fTQQ|($9wEYZ%QtxLV*NM6u6;5tf=RW7}6BPg0*$*iYb1 z>=f(2f<*Nq|4HAmW<G$$*HoT_6;Hx?Roc&5_5tf@A9;*6&eS>^4DE+c%6Fo3kn^<j z%PJlEbh<4ov3lU?`TEYzb@c}wKJmnNM6OGx20eYEcpii~{^|d^f}B1R`a`<DNZ)P@ zmT!2ihkt^uOB;C*PII-qeM|C_(1&!U!rTcQlw+p+QtBUltG}>6*it(@rP+M8Md`I^ z`(k?u_C=si|7lEe@@%es_0tCQ;47?mv|OIp@vU`r=B@?j+-7w8(RpF^-8V*;uEVcu zV)54!Z@@?oBGI|>%(k>o#aGK--5t{F`FP(YzqajjzV}Ym`Cp0;<fPTk{{gERPX5R2 zHRUm#Kg0P_ZD%<EzU{g`o;U6OPd-V7KmR%OpIiKX(_O<}XL_|U-eqm0yOmZHZ`wml z8~kSZscwI@`LjxURP@7>+HS$#i`UeFmqB-ffOi;V1AE`QLI3w_rx*6!ktI6EjGG1c z^CTK=&6%ZS-l;zE5hXr<C^Gu78b2+MXPk-O0`o)qycL$eTJ*UzqXnZL))vS|wr|f& zd)#o?EApN8u$XCCp07pvk7P(!`(w99?oky-^!cOI0X`^Z@eynw`1fM%DAWj^tJ3;# zCxRcGC=X|o!MLHb_xd<RF+aMYUFNt`HGC)753Mw-RR6L_PxFG4kH6eE%_V+7#|_8p zIq=`jVCk`Zyf-5>=s!QyHu_GxUSa7KdI`=C6-Q^<;x$(;YXY;He#Bdcb4ciEyLvPH zTc78wcXsJWkA+X?9IDgFqYU;Ni?6yqQ`RpaSFi@dcB@PchNzc=YYl5;=Q(0hqull( z=S-H0>&IW4J_Z{YLHKR50WXzt5j)<dFa0#!ef5KLGd(9><>SB1iJMO(pUU8#H2(0u zJ>%Q*e!LRDt<yK^a>???8vUx}WW&-I|9SZ4RW;8EKNQMV!&tc@(p~V6H=BDeI_xti z&x8!6JV)=t`z(Iq@nX5YlYX6{1@SF{xc*ejwipa2TD*E%I8z&+NpZgiWX#cwKTqq= zKU{LWD{{fO#_eR;;i1d;#X8*^ep*sww81ax)0D!2hi33{phTZOeI&+Qn!%^uK6-}; z&9pSfUp0LMd0WV}zz#g6Kem1A^ao_JA`JFq?^`QktHQ|a8tkNo83(D>vBYvw3Vt7Q zrPrYw7kx$#Dr5h0#JM=6tL@^z3|9`#@R|Ik`^LjJyJpAxV^6i~bh$z?zd23q^6$w% zr8(ZmlBM4k_RU0y5Ev<0c<TJtrtiQbv?L#?uD|+{3^B-%6M-;@{DLv)N?^h40L%fp zrP>R~V}gc}|J!!?!^3U2eSCKYpR4bBwv6KXZ*_iP7D(`#x^OsAdkiZd`Vfp^b_-6h zr#VzuF9VXPeI_sdVXMX~UKMd0k^XsfhvGBGAyxZ#9;m+P^6#$G^4utYuKCZZ`>E9F zk&X<pzfZrn5J57Vz-^eR2CpCU#o;y?Q>;AN%DyO#fw{XpYvk)3?YUshhiXMf%r1g_ z?UJc(?UcPAT&8R}5_dA&1AhO*jxs%`kIHc0Wm{s7-2E3<pMcL}$>OihZ>8}B>*PST z2Wpa%5yiu9ID4M<Tzsbdge6n<ze0TW=FI0Bu;ZM|!gBt9RDSTs0lbeTi?7=Fqm~fz zO(4H8AJLWgG`#u3X8BUSeWexd^i)G3U!ZKSwC226_+o!RkG&E{yF76+KUjFS(BJA_ znZdC5<ol}q+~PbY{=5C^=j@k8AZqgX;LI-QDE!@w>r=?mi2sfx)qK|SM6hw&m{|W6 z74z`>Jn$K|eRX*^r(ft7)dGpOwAGwJhF$vy9(`5PZME-|;2qU6l}5Z9{k1)=#mAGr zE5{redH;HWCU~Ev$8!B6L|R&96>wnTi{;gF|5chl94I+EMsMUtIhC+9CdF%|yMI#4 z<#k(D4B_`3viPgZgFgFdBpN52=o|3nY(dA9V)g2z8|US@cwG0Zs{`++Lpi{brN{E| z3{n7AKafzsr)LlhUoOk#V1GWu&T-X_nN2<~oWP%x{rO`;t-I}7cr9<AIVnT)71QyB z>u)A^+Ov7NTh!Ofx$2$DSsw3WDUZLc^{<k3H5g`kHE|u*sF}~E>leQGmfFdG=g2&M z?7B$73sJH^N*FYD-L+@_m=n!sY)dSgw^f~H2)AC=qo-!tulFAFB)nhde?zn2eU@M9 z@@q?d2GI3?*UphhRS=1BAj1%VglH_=zCK<tpj1}(G3f&;{c^>3Hv5`>e(3dQv{*L* zEB*K&U$pt>QvKq=joA<ZyvZ*XAKU0_?G}TDZ@ImKIg>7&UWL{D=A$Qrq5Sl-*T&oJ z@>q7vYxuLiJtiY#SbW6%u+-n8tD!)9h9MY}@<iPkQyo6+Hcm=8THePYyCXhOeA)4< zUO!zlZu+6$&7frscsqslEWT8~TcRK3am$;-^U~OM3C<&q?Hl`d_8M0aZnpZ{oEQF6 z+c<vtxdI>WjXa3=<?%7659ypEoD>J~Hsm(U{ju%aPQTF%62$$uGtxE@p_CdHf3bX7 z?jQLRy&FO>hiE;Nlu~~Qatv~7JH(i6nfEeg`G6GP4R<q!gx0vvpXVO8Gd$h5)lJ$h zpYU6eH&Ora=cO0Co32CUBa7VEb<8}nUxU+8*j7lj(={_SO7F9_V8vk@FRi?W_pxN@ zSMNV{eT)$R#Pg7)P|i}D`lssfZJ~eZK4X+C<b_<x^2gTtP|43gTv+&8{Y4lz5cf#; zqKZcoLXejGYBzoOa8M!F$Q4&pF8<w?KfhsCK*FxTjsDK7?B`xtnb3JWzQy9F-hWE| z4aE)S%OM*F+Bt~i18h56V=8ar@vg_7fNaBTA7ZNaWc3F(Za%p4!`)`lRbEZL8a$Er zWA*b>-+0jK37jkSabxGcz5I4BC>DC={xCkDIjN{yy>3mOJH**lt+6R<miZ_LShDzQ zv46tabVt(X0VKZ(-h#Q43&5*_e37<qOd)Pio@h|w#O8U<KEt~www+e&+#qos{FcWb zd>QlWKcwSLd9N4SzUBG^BruHQQW%N9;p_y6Vnb4Qe8CD-!RrF-gcazP&rTQ&G4qq= zwr{w|ZSkF27rqp_?|}Sc=@QS)Ko(9|jRiR(I(tbyF!^=aO6{ua7bW{ddkC`UV1Ge+ z<o+@bo_frGUQ=WA!{iCxBR^hZpJC~w@{JZx{0&aJ_cx5d!diK+3-5w9p;}LmF6mLL zLeu&C+qy?*p4i;y@Yn)~Z`6v-xAyOLab9$#$d}(MZd---N6m4**6MmrpGk(*uJ=CG z3&i_a%F~B9n(l9QAu<SG#1Z?8=4=|<zF7Zy5ZR?Gr+eG%`}OMbqGXT6-i!1ZYsQZ` z`t{i#ZEG|aoEV(hXIy2MwM~~Dtyk;7uh`F6viMl$Ur>DqQUc>j%WlW<cPbvdQzy`4 z%+ra-);#{L58^W|xOAo|=Z1KUn&3BNaK%11@&2YKbxO_MT*h(H!!Jv>1ccVa`z-$I z{cVlCRF>==g`IkBEl|xn(KB<`n|Y@4cIBX7?2a(QVfXm<0iMeSIS)m=n|5EHaJcnd z=Se#p&o+(^`~mN?^rVgbM2!UAz(CHA(Q8T9S4cTJz$L$NtKmrcjkjm=^UlVv&%aep zzu7as-tBB}f_~_UbYUq^pR#_T-!BF&DxBv6`6-C61p9`qo0jtMkbX<_HRy$|Ty&>o zL&R9H@YUs0s%wNyrCxmmkRkU6b80Y;-ItW$BY<}e)|rmeUgVyhKmGJ*x5xT2cNA+D zA3c5tcm%j2QHcj^``Y|9)P(f>J=|9XnSfs0J|39mgqbn<91q~K_Dj~5)!K&{qx!hs zxWA)DJH*d2d{F1XmnvW{k+!pl0jBNYNqK{GDU~dI%l!p;-OaYIt$)q&6JiDJc~2I; zm_E?Xp!uN3=op4G>%p%VA|&vp*?U48(9f_U)7%OvDd$;ytmg+{BYfuy#vEWn<2(Ix zg_hwb#X;*{Q{c?S)|VgV^ZD6nL9n-95AQF09E@B`8+^2nk+gxYPlk~fP_p<4vZ%hk zSc|l>?Q4@ywf>jZTPvgH_@ND7acnQeO^@u#^@r`@Ym?PlGklh~M^1BFn)iL>Cei8m zab#J4>fw*&vTPgviM6=i-ZLFf`uop3e7)RZ`%7!QNU`WmR{2TS1Bu6qHT<S~g~6*8 z{AcigVNC~(N|nEf0dTL_&)u^;OD&I?gI#l1cvXs@KVj+B%70~i^l|)h&tCmk`Y!Pq z>;6m3#&Um~Y{RlWelV{s_@`PUg<Af9_xNqdYp>;--gsRz#_Yv@W%08n{(%`u@Q3`l z68vXzZ$mVwKQqJPr@w!Nby-NWxMbV6K3@nU3HV?MwU+A>!4owfJIK=uV^I919wDlQ zJ>h-0c~V%%1pUdz_V6z3`KNO&^i45`rN3GDTKiL;KGYpFj*~*7S0`@g-q39Ma>s?E z{?7ezt*{@%XN#f5j6?5zw`L8iUij|B_V})C@zbYE00$Pn*gq5JU&UX{(UTiu+qaJY zkh=)yBt4Y$zjCyU+%=`ow(zMu04~CbCARbyP4QRPm)i3yfN3~4nqapj9ZB>a>|B(e z4-q&^f2D2zs*g9s=a+=&Bl&!@IVGPe|8i^t|8#giZSk{yyy?kLQB6-Xc1l?~>*>|z zlZHM1=}p%<58RU~Hv6gEql^5$xwL?<T?$Oci~jL$O27VIM(MK@A5$DG+bwPiU##ER z`6cPKoNg27!e4BETi3qeJ6X4T7_l>@Uz<Fb@?XGAXj|@=<@^w90=bsyJ+^&I>G2}E zAF|z!oUa9IE9C!d1y3BI|97hsO#5HEe2V)+eRs~c1=H*%WSi~1u;RKFMJnXnjof7U zXFYr^t5pq#!ym4Atvi0qbNBu(#+LR2_;ZeJgAep3df@tEEEYbEe?ZqL#RG7{8ANuV z0b#X<`9HRO?flk~Z8Vi9b$?9AKM3=akfnz&pTOw@;bcxud?v3veM<}WtoSf!jpq)p zq-x<K+J3^PQWhOA^>SMo*J(L^J+a;8WPQAkCCd*z@un-8TYwl0?XS6v2@6NecX1pc ze47+8q~*u@BgQ8thPy_d&RnQ+ovn#j%eJe|Z`=95@-sw;87+GhTXAOY8Lt-WGrVvu z=lV50)^_sAU*PWFC;etO%hNP&)9Q10pQXo=e3?1C*!I==g>zSs=Yd_9;bgW7Vk?kQ ztb-Hi;Oss6)pn#suG|!Md|-z;&0KaZzIoigWSe3542zdoyRz%S%&i8qyd8*alxKG@ zPAF4)O6)S%_<837E>^8vObKt=U*^~E3+oq^o^vAO3ii~%zi_Iw7SEny)NZQJ(F^BZ zI8WV^#r|M};;Q?x)capqKVe>}FX0>H*kDh#^l5#%A1K(A-Kj&{6F0oJp1U2Av}W#6 z<a32CdvbgpH^F=7<RMSXM9nUa_gneSX&bgD$tl)#b(2Q--A#@+VdX)cUM2kieE_@u z<UJu4j=Fx6j#Bo0Ru2pNWW}~sIlJZlAiU(Ek%QbfM6`~)<x-tr=lAB`*7hIC!2_{p zOBXA7@zPA>BbM@bDBEA~69<wr59m69V3~Xzwk%)D!-I&*{Q6nw4al;={D8eo)2se; z8n`*RwNLEheoHp*IQ|qLk%y-=4(WbyrCMxLT(&N{HbcK=<9$Yz@ee2*bp9jOJ+B?^ zJ@@Ps=M9%LHfXivND$s<@llsg=?D`tqy9u&fX^kZhY^VJDZ(^YviOMQnDX3K>kFjv z&*GGG<j?hc*>`bHbjy@^T6izTe5e>dc|XGZDxrw*NYCk$N;u9t&@H-sh6^1LkFP&R z=I-}oxZl(rS28!xR=qUdcghf3s8iRiUW?-1Et|F`fnSHWcEP>K$OeV{HrJ0W;+uUe zuOwK0YOxPW@+P$kh>^6Eho^5m!RcxsOF=}M!lcccT(R)P{b5^qksIYE=$PcItr<^n zW=c5GGfMqoI@0v4#HP3(`u9n|<L7S9ll`Za7+PfPSC%4{zv}d$Po~{pGdB{uhj^u{ zRCa>*gl|puN1lDy5Ah2vo8kS><Kz7n_Nh2yzulNkc)#qh(7ca+ad4dxcVktYr{_q# zk0ncwSYG7EFGvxMjO0$2W!qEdkGg$V>Tlqv{+UjsoR%!UR3BJlU*&smc<<y1<C>Ll z-W7dd*|RO(c)eD>>)FL)UuAP%cXGdT*OGhE@Vp*8%M0ZZMoS>E*l?O&MCuMlIE{;H z8C#4c;IKS@rR#SAKHbql*ShvJV<FYrgI%Z49%KaZEE=WUyB7SKkyc>;BgWQ<Is4Ug zDov*Us^P2DzWnJcLi=j%BAzrC09q4bMc8pA{fqXR^QupVvz{9sUzt<);bT4z_N82( zZFTk+b6XI4WUl|aLZ0~6qf*5)W-Wi)by0oq=FgsGT!Qzno!&k?u=q8{IhnmY`<%F> zIG<yUy+z4Im~th{7qLFGt^I>loBcSh!g|Oc5)(q!3ub$?eR+st&*H1DFOdt{?TI-{ z&BCYsV~u|zum4tO>9X6=VZZyjz@>$sbXfHY`>tWjLMI-$9dVxW?&HZJ7jqxO`&hF0 zsq;r{PlVr&T;Bw6V>u*M+aL^a$-<-jz|mxWzX9q9I_5y94IohE`GGK5c$U&fVZyvX z7#ZV2<`Uts<@T5jZybKw<GZlvlaR=wH40;WTH~X3?kVC??%k1MFUK_XT>Q(|KT1B{ zlo{`*HGYtF3ee<fQ;hWEgVF)A2>O_=0Ehhqkjv=G^<6NZ!=+D2&*ns4$d&r>5ynV$ zV&!004#XN@N3}#8EIjM|Cv)1$)SplvFH%oNh|giKV(|ZC?kd2eNS5&8?rw*>yF=Us z2y(b31Pg&A*kOSL5}ZJS1_+)&kl+&ZaCbP|-TlxvwN1^;_RQ?a&gS0U$Mx>aWa{tg z>Z<DM>TYIt3?JqnM9sm<L+>GbJ#e0o7?-(gbp7S=a6IPo+m)dlV8-u3iu%$6y+-o4 zKx43jWF#h1>PH{w1sLU=c%ZarLWt`{4|)*DHSD}OOr&0T$vX5<2Br5OwKjdo7z#9y zn0kLELMZjIR{d%E+Poz#{a?JlnaTrXQVeAN!A`O;YYAQ)<XTC8$|sN8T|7A1W7pmQ zr%;Et5AjLs@DEp@(YrAsRj#x?ePtH1bMg0)BZk%ToZTTIY;3x?wumsWO{F!ty4QA} z_IKqH^Hbkt*V*PS{bO<8h3nn6CjKh$X8*fTe4eh4<^HMO_C=X|LGCk*3n2R$V)ODR zmk|z#*Iz0kVm>~OBM0*lSaG`iaTIrs7DOg{{hois7Bekr{POk@Q7RwbnC{Lr{P#%A z6o=F=_4w4bH|)gc_nSx1^3r=f0>+fUqb4d!;}MqwZoY};GyV7S?XQf#;42fKh3~0? zZc?%<6o-<=N7s+DnuMMwV?`lC#@EO|RqO67G<|*e1G}|=9fO>F^LC7;&#yms-W%Cv zljOe)SF{`2u2B<`8fU!gx^Zmfx|b_|=!G0NM~|b8V<chTKK=Ll@C(kpft^^DkF%ue zqb6Pek_%ox$T7FGHHjao>7$4RN}4|$PpdJtgE&<mh92z70RA^*kB||O(wfunw}k%# z7$oLb(Hjh*`LDNmUigOd>WuSqb<eWA1J-qA<h$BcI+gd_d1P?CjMH<o`?S;exH|Le z54DBUA7H%KnrVAD2~ynK+x(_u_^qqeog#dWX0t#1i=~e^XnOkagGdHO?2(pONz>=o zSKoLi^ht6y5M;rD^!PHoBl{$Z^G*p~?fim#Sd6wpys{UAPyS<$UmWj<M*(qNvTF%= zZrWy>XnOMX#jzs9mZ5$yW`r1#)XD3n&qJ$d)g8b+^?0T1HQ}9H1{zJz^7xSw@0ODj znm#83e0_m(4mK5551HC0$npr{UTN}8zxPAEV05akg=zZo@~5Odl}2%e@?^?i*!7O= zX9MfR)c6<3Wb4#V*%%iv=tW=M=^j{nA$>l7TQJhnow05`nE%6g6TCv;H)<8Vd{_>R z5RX=Q<M`2<k$CV{AYvr98?BJOIex$#E7&nT`9RA9pFZrdN5;$0iyawF0ud+DqxHf- z)7Q#>=m9W#Fu&WPkl*^zBV#!j$7o;eD8y&l9^6^L+;uMQfZ4~U+Fsn(xp`@Lnhw`5 zcyICYd^^0r(%jf5==R{~n4U$<U6-e?-)Wmd{%CDK@HM5gagiI=peGdz)8?;nNXa*A zw4do{nj85^dl4KeYv7^dXMA0x)|;g9$;%V=F0fJB=0nZRu+w<Bex|+u(cYjb|KuVr zq%BVsKe92Xb&^wjvA_Rnnm^hWTi6_4OLkXP_FmIn0}vCG%KlzD4%q1a{?a*%esc=7 zx%GE=kD_1j-Sm64#P>M~BHp=_FAg-nq{+Cq(xCm`QzGVMZ2xj<HN^4b#>_SLQy+QG z8C+tZ`=9J`5<$HQJ}I4JKK>5vCw-DLK_bo%sG<0JJJ?};IAg1WjC=3Oy<OOj^8M3v ze94VR+cA{Mz8>5zE-+R#eO}#Y1zW>lh=|CUuGXEqE^DS5Drc$D@;2U~`D5CjLl{1Q zm#D{nd-lKIh2AppN0jcg@O)O$Qyw0T9O5s0JYf4Y|3t)p^}v)arxI#7#JZ=dGj-!} z_M9=iPuEYreK_go^rz`He79Jso}OOwGv>6m!BBg5&fxgXN%osYWGHhnan%~cPUBS* zZzX*NGG0TN9n4AQt1r_d#XjR3hOc)>8{sl7Y;%^f&Bs;2XT<5N?VrNBk4XLfd*Q;R zJZCmv7wGu4)jvpYTF0>7ZCB^=nsA}({66iHJK}XLX*}}sV%k6X{n?KhjlkWWzj<T5 ztYAbh)JID6E3CeSTpeGgCCTUsEHZqP(#sq@`rF2>6P$8{*7TY&Yskf6CGtF`@6-JK zZ}g2&UTB=p*Zn)Ubl_Xp8A-+4FY!*kkN4jP8D11D>1wkmxxkw>eJZo-oI(n03wk#9 zjK`c-PXDCKnf5I{A95_{X+4JmuAygFlznjAKNPQHN%MoWmpS<-HW^0lj*MnjcPg(? zKIG-wRQC~!Y<kTcH|hGx)068@plv`}A^RF)U0hVxj^PPeF$X6=ki2!^)?nT<mc(+Q z&FK1Q)t6xXxH(Rg24T6^zE)9(qV6_JQ{8q<95(j}{REB2di@DTSrC05z;G7w-+}kG z#*A&y6&QKZ%HP8$5=$j~&Fj5&%BRzh2CmDG^`z@Z`0dJ|P`-W=Wr5p=Us___I=6Uk zn7i63Y3zu=9F?QyBMvNSJo56amwm5|5Jbxka}3cdk8E;E{9L%)q|CWS;X{{JCTG4e zZ<xoDqQ@S82^jquuVYEqM^68E8T%6Kp$y(C%-*9vC)}wHY4A&NdQx_VXdCtRN%@?` z#bq}K=N;PAaoevQT^be0bd8S{zSDT++gn_Jk-rOMdJX8UfZzHnSdbkHs~~)tel?K! zkAB+p&00qSrZr6I`hngHU}^@L^(j%y|Dt|m-UVhmtzW~Gt{=qQ;S5Cann7k3tc(JS zV2#rWQ@%f9eZeD!Udu&f^zDr&<J*+|(K3zq+`Wmz3V8OugS}L*_JtWnn6rXa5jaxQ zqXv57gMIl)HW+Ap$nS)?VX}h2kI@)peSsdRk-I{9(#M~Z_Am6}7i3uDsEzE1<;Tl; z0<P)9C*KRHCf2)l#(hzzb1~!E$86>}N51J<ALw7;SJ1iademgWkBCL-S{1R0aC2<y zv%4YdN9%_lB8rfE2K(BOb+=-BRjBokX?*(lztX-WO^@h#lKaSwv@mP4Ka)vg+Bz8j z0H0fqALLnY#?v9~j-DhfWBlLh@#*D%3$_~P!(zXy$0yA{@D#f<y&QHRBe7xAXSH~M z*1-q)f3TM#V1<)RNFIRNxh`O$weaz?r}V&y4Q?I0u-_QizWx^TbW)zM+WY1<_SkjV zt!I;w-zy?+EUkqfq5~u!R8MYOOFl>@4>#|kU4m(T5`C?Hd@Hv%3$`C!()2CS-<<y8 zW=i$bL<G5BcwyuL9wHfaS+0lDdw*&a8{p=;En(A&TaVVV`>t67FZA|4jOPQf0e_2o zys1R!hZmxM{f#Rgfyd;$D$Bi08sGn4{8HMNH|4ax@{B&crP`C`uU374c!;+)fQeh_ ztKrK$3h-}w>XiH5RAUC^jB(6`ysdh7s{Mi?C0!C+E4cYNKVc^q{odz(KXg~LM`+cs z3a1}r&4|yZM13)ytjF8}jaQ%Xrxwr9I`ZqoXbp(<=`AnTYHu;T)@*P2{)p7O8@+3> z`8Vm&oX}q)@<m2x5Mk!$FT<(`HSvArQFd%CAs+eqn`%HDU-DNe@?{ITrAOZc)O7#U ziWhPvU|$A^*_hTydtcQTA333mzZ16}IQ8S75TBmD=*Q<XdNwQ&;<2&%gsyA4jCVwd zwJv_lLW8j$c-wk#oFHGZCqvU`JI8sfDl{VOT2BA-de?{F=U`4Jgpuwb<Cqm@uPpb! zwd2(*-UDME*w4oNM=$w+oL4e8Sesej-j31Cu%5CP<8hPO7QHx1<JA&RbY<F^%)SeG zL%(0EzU27Pn$euF^R_jj!usiVlCums`#qU|md9<7vwHFq=IRk2SrN<6!PIBIuHDsu zDJ$|X_8gntuzN<4X8&S6u+*zQ1UclV!Z?Jip0$RJ)eA3wwbg&CA5E#FKLzugkW;4b zX_CVJ_5U}%H|IU0)EW%wPc-`2_e_NSvY)L=zJGk@4&KpEK1kL;Fw+iv9}MY8mHN?# zxdu2zQ_s^542C;>ZzPSFzsPGvFSmYOCtV&w*Mr6{H$H(_8RY+I-It%Hr`0||J^*CM zn)W8}<-s~CTRRWD&<~GX#8`+_?Odc7UN!Lw(1E}+;>$pOCTMZ<S&(0bejNTd+bNeh zHVf*fopDt5d>^gtiF-q!_XykqOK#oWob_veYwc#BmwZ}lbqkG;$fN%AElQ)nG#;(; zNKW9hz7*<>_rJ={zLeGP@8{Rj*oI&0J!Jl+JipM+q<Z18qj1)C9(&phKAU@DFni7h z-lyxIvi=Dh&PF(blEx=5PpHATb<c9=S(&c4#QolI{A*tFj}^?ea7e!9?t8iwYf<y# zV{W0}@0!r~<?TCWy+RI+KV#`b1U!KYY0|EGGr2@6`^Y9C$3w>dkUTF<Py3`LQa9pf z^)orU9JY@OjeIwt*kLv=8!IKwA8v#VG1&pk=(i8^e}Ch?HRLzhi-@dt04oYvN03EB zo&!tkZ_HPOsFJx)Y}|mAn`>^c-*WRWn<qX!ljvu~@#(K$<-G9TugWZ_HhYT0y1g40 zw9PcFG~%T3S+oB_BxZmyA_F^G!)Y}z{v^3BmaOr{x<FaE_u)KwKNYr{?!M^gie+O? z;k^YdT6fzs?YVdCAA=t)eCW=eJ3`mrGI{6L&J#IO?;+B7QeIz~mn8o`O1MnBv)pb= zciXd5657ey19|*7<Ivsc*NV;0keq%PTf^>G=07z5`0`BVTVTuqJDtF;!!Ub8D3Z); z;#-5B!e^zZO<rU-x7O~)ZVU63TDLs9#}a&wrf)5ON-mquA#+xLuRFiI#`Z1HaPhDY zI}u;;94&j_kNnGd>DRW4yB1$?39n;G<LC2F-~HR*#1ifLz`Rw(+6c!7q&>g}C|~~+ zY+MaT)|O+eOl{A8=rQDa$hl6g;ol3l{ItgL3L@O(I6kRE)(viZZg|&qiXIn)*RiDA zL%u)h?Z23pG#Ve_FZ5~g{Q)3T40L0NF~^tqCt_{c`l4Z6a<AKUqH{ipHWX@|SBf8e z`NTde*1z!{zn{Y#fz)SlnB&DUKQFmYDwnC${!Nb>;&bBl#XX_SpT_}SMG%{16|87? z&mY~Li@o0M<~4gys#NtB{COU6IDB~fe%<Ulo?C1x*K&F^dkS8!`0o9|28BAgZvH3W z!G@_WY#s>S7ss!^KSKCT_TU+g#6?OP55GOFt8Y+7A)-R!-)j3bRENf|O}{uA{h(k5 ziQ1gsY)3;J0?)0pi3trH-(!beU7E!-zLeJ=0!Stht4x3TdRY2C-budkIsb`C-ez)B zlE2t?!u$&{{UYYk%)iiZ&S|?Km#G75^j!U?J9{j+dVVSKUtlE;%pQTSOJ)q{dgAY} zQ7sN+9x%ym_m@I05iYG+yIrbp$>nMC?e&`evFa1Y@c7mEJdKygpC0-MdLO|ncCH@M zzY(-Gf8fsoHK)e>{l>Fp&#ZVIOL2Tk>@V2?xi`}@Akx{#@Rw10;(O`RF*<W#xB9zU zj4yq#MAet0*dsM)`h5L@HbITOP{tJw9ZlaF{SPAz997}BsB?QB@5nOIHY~d4kRr~3 ztpD+Mwlan4cP#8Sap2{WC;G=XrvH-0PvlE~dx7f&wT_z*H;tFy-v7Nl5%Y8qxoPPi zmf7R!#Ys*P>qabZv@v=--lgj&=WoHjm1Kks*(F5xXr22343W!9<U4cE&vV_5O;soS zY`6n)VJVJJn?6#~*SalPv|z!ye;va!xVtvaU#~mjz)~EKy#8s!aBHAZ_u#I}I5#Dg zxj`uUS52GjJmXXC$Rhqu`!^QcjySNS@$ltSi9RAxNn9I(Z{^B^4$cGJW<Ri59}_k7 zX24hW#^z7K-7DEv>9X==T#5Ow=V!tj=J5RY{YA`jBXZO7^?~B!Y)3712>-j=(y=#3 zOu)P5>IeC60~sp^nOA;HY!ECt`3AdN!)z|(?2{c)TQHGSlK)})S8Dw=8jrj^(B@w# z)ig97W%`}0VIN@JZ(Z9yM|J=7vibDF#%_EG|J=jR)Jw+pa+*Ir>dcGf&XXQzniLzj zi#?Yf?~CJ=_6H%h3ug>KyTaHVY^Awf>BQf!On>21K-2uJEY?Oiet<DzPoqRabac3J zeW>)DP&H=!0lQ?G$}X%mfOxho6XPP8R6QBl#Z%1yo$@nDA}3a@^R7c-mzB%j{Wvo9 z$uvZMZt|oY8)qGM-g#s4y`!H$vFm{cr41ipXg}UFAxq8^<A2s|h0kM2^OvvxtgCN8 zyONv(wS5+_zkd<6b(>ppw|TZ%W8W7jGFYlUO8O7xJ~$a;kkB&HXNV&msgmZWygpGM zA4309iB3_EN1J|w*{xuPZ&IHrqgM8_jW6La>rt5!OCr6`;B%cko}cq6;^sBE)AeBy ziO~!2y3PH=QwC2i)p|o<re9CLbRUh^>H6^HRlU8I_h`(~GqpUXeO}sLfkq+P2(ss4 zcX7Ve!+O#sjRU2on!%0XJB-L+W(~jFGWr!}a)gl{`aN>~DrhIuxj6pHM7YcC4x^?Y zcdk5kMYU~N?Ix^Qz3<Ala>cQ}G(J7_uUPJZ+SpP;i+@`D@o~S$lqHYq1QhPRM+z_D zCt4m;nSh=Z#BdDnVhLR2?322fQ_Rj6HZ95&^VquirK3~RSFwnz`$nJnS&!_o+xY%N zrG!y+EI5A<B~AJKJL)HM-r^lchwF30O1dUCUNdJ($EED~f1?s>HriX^FR$@s2Kg^^ z$swB`rMG@3Iz&EBihQQ!RjxmgonT;pxggCse?Z%1MsWQ#AC}uB)jfRs>h3Y@{*2;y z%#E*F7<)LxTu82;Ff$$N$}dNy*%s(!_rhV$$k%1^IaTU__h|Zj{rq406H06))Pcrt zE&T&Kj==bzNE&iaSk8^=@ibMz70qW=t9iwLeSc4U;_TAdZw}k0_LyAwAD<0b*KES; zG=4t+rR^hs76$YWK8bJTO8Wg;^qnQM@-%&A^~3t`>nT3lWZC=Wq5%d&v8uVw{*lJk zX65DGA!UZdze3J#y}3W*?yU3Owp^$_zUtqj$KrJw4{BpMyD#tA5DN7B`TR8XOiXQ= zR{ut>AFiITd}d^)9geHdIu(q3G<6d4;bUN%*X3GO_TD%wa#`n}Z5QKp8o#{1t<Ap$ zeiG}Al*LOLk5>D{^$|a6UQ$`h#t#~LVeQRGyYLF<j^B^YJsHu`_~iM85~tq&o13Xl zm|kIBm9jDJtIF;je?Qb9ldl17CO&`7x2I~>`XWE*vUg0>z>%{jxXw6q_`7?}dsp%P z^ygKQdl}*#cKx-z;ig;LKjL+opZxywU)no!z87MLlEzQu)iQrUiG(KisPc0|i~IIb zBk%7hKR3EMVxsZz`6;cBq_vUh->4a(5JdZS9$fjQWjl|==J^87_0H;zIDdR}3|Y9k zkki!8`x`8Od0*1MwiLg%(W1eSP$%zo-@A)lXWg4L-F4RtcHWZaub%#mbX*KaKBlLL zDv=Z9H<nYQR=uixGL852PpN;D9JN{Yd<4{9;`S2e`C&dYh*_h=pIsGNsp5f8Z`<9e z?GU%P+~r@_CQHu$=%r5q)ey!%^kuyBAQdM>)9owmpJAKeC{$d>;#I9#8G7RZc~zDP zOe98s`nax4-8dcPS34d@MiyYa04)OfTIAF_d@o&QX<RSuzQXg|BOkAgZx++k1@CL8 zPgdB%j*ym|My#DatcD%V)E%^p-02)xTPgd7GSByE>Hff{XBwg5-p+licQ)W<#&%6Q z&A$HbW2<LdZSjtHea+9;i^Ze){$LQkT%>e$tb4XruAFXB9S)Q%(lMHySHwrf@mR(W zZ9Rb?qVe$UrFH!$(>8@V!03>yEg`$XBhSp0G=6#i306NiFgm?ElWhz0La;+x2=gDz zZuT%rH_Qh~eZ=W0X+O}MYF8^-(tqUWX_Ff9`kV7tmGPTI!Qe#8{=fIIC%d>pewexT zpxa3sJ`O+8?!6eQ{){Y;)fnb7)Wqp&lLt=65V=$vBL`kshKHYxOE?kC^o;ICdneu} z#OZPT6s|V{dEoAowPKi4Lh7xy4WQl?pEl??A#Rn^%3=0Vb;ng^=eNc>CPdHN+tGE) z?(>J++h?c`&+<Rw_?5OFpI@fFHJ=9myEr|LAL9H{_HLjf{(dF(!DmeMG9SCxcX4{q zg8Ie_l+Fu?<B{ht*(V<KGweaB-5xj_b;dv@I|lX<A!}*CXY*%%<BB`7(hIH*WIQQy z;xNz^`)I2Vm-S1(Q~Z6{_U8OCe8yBh)LN0%9}-Is{cDutxHNOexYu0I`bXDl*w~zn z=x-mk=KF};`%aca+?M0DOsk61my;*ZYGAd<E?iP=3w6}%{X~y~7em&KiAUEBhTzg? z4wS3<kNwt#H?{|)`E(8Wj3tdnemqUIHCPGAClX(;Cd~H+-;%_0g=2lh0ws;dd_2LM z@!<M0Tn8lLANqaD{6%4Vwqp7%(H7!#@TxX?(8qc*{DIT4V9ZH85V$IrsYKJ0Z$IRy z`S`MFJj7H7U|q#Z8jmu5o7Uf4rn`Rc=j0ePwN#(gMvsi7$m(h_E^*f^e?M3h@S;iN zihHy8H_PcM;~P@9oF1op@tyqAclzOUCBE+VoLkcU!?C?X*>g$p8O!N|Y?@}|sELVL zPT#WCmo)wVa=fqK_=b}SasQd$|ALuwF2PEIbyhwf@qKxRu%iAqZP&Z3oBDckKK9%L znxD$_n-3F7BYU^Xt>)48ey!R1LVHW<1ASb|pND<kV61LFlekImJ5G_4=6QsA44F8l z$Iz8p`=hpO8KfqxpS*n(JLw9f4EE9i%M7ywkeLixU;rak;MIUFg$RN_b4}c@M??qH zHd_(faEkrL=_?!c3p>Zo!~Q6JYxLvp{;tyw?S2=!)TSpsPs@Ya@dmUcScaa)F*xii z7R0nH#FWiNIShurM{K709c*Q@%BEAf*8AfoBA%HekM|wBVz@(W&cW4wIs6bzIn#LM z`OVoADSr}LB!sB}dx!#p5h-c<M4pw!f2E!hA;Vsx>48*On!k?ula|fznfJ4?0yKWU zeSnq;V(LSre=s9QATva_l2hFwf*Z`#7o;CnlECxgpLT<ipC7$&%{lSbm(r1!K1-g@ zDlace{8#1v>fd>GzZ<<XhkI1HU)y~8jkS1xK_7+>uujJO?n4H{%`#r;4^#~Ep1*(5 z-F(CLu=!*^ZZ|)g;IPzr@9Z=UC%b=LkKC*}=Um;>dv`g_`m$offJ66E;q?bI>-|yQ z#@S_6mfOYVR~nHPuiM$*JUilkX_pm0`_;Vt`ql=#ZmzxgEek#|>=y)kkAS`>nh#~c z^cp8KK1|&qiVE>PdVdSkHW9bQ%48Pn0wrA^ln(LvXa0B*YD@H>x%IvD`?<REV<%u8 zl=ctvb)@OZ_Xo@EmC{(77{BH5$?JE>83|(K473Sk>JDd0_yw)go#{!iGo`Z8jltkn zF#Kb?$t7I2E+4pJ>-P_CC@b$)XSLaIaHjpT4S|6R5;|?h>omXB+E>8blR+qjkADCE zk9|;<vGn!my5}!i6!h49w$YnvZEO^ducRy~i59hHtOdkUq@GeDkB!&a+UNf6<25C9 z;vf&(4&|lVQ(it%&dkL_Om!Euxzc${y8YpA!Gk0-Ak~<7aDPT~zz!UN%zv;mZ8c_B z(_TiIg7Xi-_VR!8{~lzCn~^{ch?lAV&AinqpQrtV*a3A*49Wf;pZYm@)Fy}3<2=W8 z>|X4C^3M}^{qLx9tLiuS>=0HYRjrc|mH)=;bbaLctGxfi*+A%*iqAeF3a+H_@b&Y5 zZ_kwVF|Ia3dnV6cY5h-DJp?ee2~GnSp1}$8d@xf1Ql!ipa!A|1omlEt>#L4yPL}G{ zJg!$9-r4vnZJ9C?XL+t^G_Ut$+lA~p6TDBi7xq4RdkudH{e$#AI1Qyg^BXb|Ne>d2 zm``teS94iD!Zp%ne8zHqiT@%FENMLdKl)iPv_i-xC5@ji|JwX_ahV-(bIsuju1B4A z?;RWGd@JrEf}rWE8E<hjHFVB3$$i2-m64WMxwF*k#E@c99t*$EE)mkI_9J{|@%DoO z6Vmjwi`f5i)ae=%v*UFduVwaLzSq$7r1~PxM^<C~9_98(+?U20i<jPieZKbBfw^|` z4_7R8u*)c!_zcW1!oCj!nb96tB#<)Li;!p!2c~C2FNFCE`qTJpn&Xd7-t*kBV0MMw zwRf@W_<po#QoD!uScf$Ze>iVwXIB>gPCdV*^&e<GJ4Uw=|FI{7F__U9%40QviN?e4 zU)HxTa<f0kHG^TacjhTu`!@I96Errc-m7OF@y?QLr98u?y>^%wT)pShS?~Mdbu8)n z$;+o!dv1Q*BZY_0Z*BTai8pC56#q4L-I7B#9#bm3e|>pIkM~k|`2H941^xUt^ZdyW zKl#L=zQ^n*9a^xoR{omfr0~hNA6i^<`h~uyJRij+Pu@27s#W!h-CweAiCZVxbwg5k z^|2T7dKl^dto^9<o!L)p=hn(ScjCxOY<y+*hl?Tgr@nBA9$P8P+}6(}^LO?056BEY zmvauY6rihu5UOYyd~b1wB@Qv(%S%mPk*nWz2Ye{5NcrjRR}OnD_9>Em%enGR@Vff` zZJ9n**4q%B!LaD`1h*uQQ2S|F!&<nH>B#mwe1gU=KR-do-^}+b`u+0#M~VJ}ITDDU z`C&B#<<j%r{&};_;62UZYLyT9p5?&@^1kfvbL#m|*S(8vULT&gF&kc|amwpO(uZNE zB(V?uKGX{0emLi4)9(_#$6DiCalaJtlshrS{&jMU*UrnO<4Zl9%Em`&e0utO<|J#u ztK%y&Mx1k<TF?J{hpBPwzJS3u)_-`F+}CY!=AQ@uDBX~a%cffJv36OXHTLs2?Ox}Q z-L@pwi^eZ6pV*SL4hO$Y>Yk~7H&-tj4_^*b&L1*|kZ{gnah3`nN)>d9tM>RouIEAQ zz6LaYqED3jw{rR|sYs#ghgxKEnR-0avFMy-I$=9@UX<@zLbD03Q^Pkb?2@~D0AA1O zUM!}4-xAKt@78NNcYobWcpXa`uYCJkroU;c1T*c*Pa_ig%PC<m<=O;!38i{|s?+xn zDO4V<7UHpnKV+`AJW4E8)Zu1n&j|t3>r8m%I|F&urTZ)23F)7CCOk=QG-Y7k_IRD< zpY{A<<vtx^gObLl-d_;6GtYYOY_VkCL7UKj*1fs*wSRM@Idnkdcb}Wxve{vuesZ3Y z1B>BxENMJy?T;hV|9UcBp)Vs>LHJT$Nxz@3kHyDJoL_)vu|xk+yEE8{MJ1PQdUMKi z&#OWgr(AgX2STFppv95%E96>x(5Q7a;wPu}nAZH}#>NdI*nRP6dh+@a5ox!Na#)cU zP;RTzCST}?gKiVLE#EO_<iIz0??$nr!Fi{RbYJGau+*&~N7;Qwh8D<QHE`t$uU!$t zn}2n+eTUCi&3y3w>xuQf!pFq#xU{TdPP|UnU#tEQlP#b@zn?E(*0uK>mxGP70_J9E zksCt1`q`h>OfT%m^g<=4&Pn4D_cu8I1Nb|DiL}w5uZ4n3X03Y1F5z0UQ*BpGa>n~~ z`^d|`I(x=x3vvB}I9|IhSsu_M(RQOxL}I7%_t<?zXnZMUFU;9I!2GP)*$2h*WOo_A zXnXl|+w8l+HTdk<ar4#4UAb-d4w)71A2`mPT;={x*GGwcf$SI<4eGsj2B4zx@cXBn z{`WCPbYZ*<=XRR+^j4?3mXQ6<Pmk3ORsX4VV;Q?o2TfmI{`A(r=3BaI-9qo4EG*#= zd#}r{=>_Tw2E*#{oA<BjSvKfDN-_h#old{3@6%tN3EK<bnUZSVT$DJs*8RHrRKM#I zwe0ic7Axzp<B3)k=M7j;!_#I??oA^uq#nlZhu_<C#I_S_gPk_{X8pXW)A~919xUnl z^5sQeecpnZ5rABd9?btC3Sph|uIT#6%bz9s&%CSwk7+z8?dtp=A)OnC7kFih{O%mL zBxq~HM`b1baqHVVAvTmPvHFYKJGct%02vMtDf8vO!uY*wLQuMY>+kX2KBCjvMiW~U z#RopWo?M{e$(0T}TDrCMc@xZS@csJ%n*VC_b6dvtLJlhE!&*#s3gjP=HNpLv8867r zAUU(P4B|eDvS@|!!0&H-{Y=h(gZu}uv-S*K@z~*u173&bEbi$!w|B!X<qKc^h<w44 zuD^VLKnc~$9~K`!A--ctQ&vxX{J=eQNam&yadBPoI+iqk>-h`8#?yn9&al;(;FKjK zri$yLS%n)ts@?S|;=SMdVC64&Tf4_RsTCE|@^lZpjwM|m`S!5Hz5ur%XAVYl!3aUL zd~jk>u_w*z+K0`Yb@hI4KXzR5{p_SMC1(}%jLmc<<KgC~YT_Rc-)FdTw8k9!*{x?6 zZTw_=8@x`}&$96?=krT>`!qe2UcP>n-<2293;U;h`>3-YYInH^SiH3KwNWkIA`$}Q z4{e;u&X=pHx4D@l`aRaS7v}ZB<mGmmqKdt6m}$TNNy!8AOJK{;IL);)KdTr29!vT? z#2!dx9-8JS^7B)`B8YwH_nX5hJ&VG<nSLMNUg+ze$@eu56|;`Gb$GgQ{X2OlmhSQ3 z&w9lZ@m{LXgrG?mGJ8y4Ir!AI54}9_I+k>O<og$LP|O~=FxoAE(QW*_kz5#^*PqGs z0K2KYPBbn)pH1yDy?zF3M#{mB{`GdW{pFlE=JwnDUpwZ&yIZ0^ln#EC!+UvYo66Av zA2#82nyym+NG`@brGZQ1Gb5+D%r1Mr{fgkKtbX3u_r{z;r53rxcCkI{{CNPIH((wQ z@y%dl2q%Q1-vcv9u)YDuvwVN4ww3%Pd3iB!FY&a+07gDw7cY<y@b9FvkCl$t2nXr* zwA5b#eaz+bx{7$lgzl3@c@L#2^2KRu^or6?ntb0X)t>VFQ)|!Et>SFiad3yE#w%=B zHl2}N>&W%_h!abif7Z80ay<!=kuvvya!X(3dubo`(Qi|$U4_|mlkq7UKk3g9OA$X` zmDVjFiSRV6q4HyN8<A4Trh}`nH+TqhN6AWZf=C>XoV|k#xnPD8x5g31K5Fs`v!=c1 zo9e(?yVaHM6<KE2k)7Xk9a`<)z?*>%>%MnC{cy2g7vvk3G+udmmFn+e*NJSCef-R? zchru@oV_A5Ec{)iP_x4N2X!1K2+xh_(&~NiDEEYde`a}5uREJ3Fn;lqmUEuPx=u*+ zc=)(^BRi~5+L=8{r5;_tW^BD{Mfw(5uoti2c8%yi;!?Epw5q31<hmRE5U;Cm4<-5o zc2I;p7GQJ@Qe~>;K<aujGEPqDK_ucOjZfZg!wGPpQ-x=900sJe`s;7yK8Y9}rSS{k ztGN}~op-Nn@w(RqkC@?$dZo*7gPp&eIJWT84dsS7t&47*w#fdn>^VlreVRXfeiPk9 zR)Y3n+E;wNAiaW+djo&9Akw4D_cQn2pR+&Eew<(Wvg5p`vVJE%N8=Oor+}ieY-OQ5 zaA>Rj*2VhN7q~LS82f^iK%_^&E>wh%=Ev?>cPQ!lTMIAra>!34EA&V&Zf%T$0dM6$ zG)}R0lAi@L7*@5lU-e-54zFo8Z9N~~J-LylOw+L*KY$lx{U~U+Rz?{kYf@-T{NFS_ z!Uv`H8Cromhuxe-6Q{#*7)H848{Q}#g%!$|Si1?|1Nwa+!yRJzKysu$G)`-^7g?hK z`zyhi2Kre~#@m4&2(dCe<xrh(D^@4EK6=K(#3K*{#j7PQ>sn6CY!j9`Hg<lcM(jDZ zG@g{?uNJ*vJ$!-8{;va=wkE4VtTP)W>@O)*AJUIum7g}h5@nf|7k&M4N5e1%AMB5T zF$L4iQ+2))U|v{j{o`Wk)_5l+IR6;>IkPR+<3hf;AH5ci@?J6K<iH(gR<rv$(Dh5H z_R*4Kg>~VV{}q0)Z>DFafv2o=6*N}^8b7foFxJ(7ysU1dPcYK>Qc6CA{MBZQX#Dd1 zSO4*=IXlHk!hg?iC3Al?KT}E`I8BJ&iV|y@a`q=>vO5fhqIuu-f0M)CW4rgfn|s`X zj>*Z7_2Y+1J$-_-QB0*$-Pfn}3Z1mPr&skx2ND0+Hg__fD?G=0PCJ{bLmre?<gbx2 z7}<jdzWW+&DP(c=VC?B|MuWmwjFTLxIaI^|B`x1XAEP%R9sj4}4N`sHr|y?e<yY5q zp61r{MW?5)WZO?(Uja6V<U>}G`2Mp*qlxEFv_Ej7cFmtjw%c=O3@G_zbbdZB#Q0&E z{|?-RJqsYx(Tn*u)Ho*c`<)8~xi1500Mzf`xas2y{gKXg<L9H!kr^+s`2|jk4_%3$ zI?#Jg%ZH7(-gcage@3^bJU`9pe;)=rjN;(bT(TpeR{wJ6q5_o$C){`1(l6t$D`6{s zO5xS&50E|Pp+`V3Ap3QKlyIJfl4z5`u;K5?nfKiJ(<Qmm#M^f^RbcnwlftWSypUdf zgH)wUy1fbiEQu#5^P2vAR_;kcFI&&Bi<|dPiP-Lh2z_Ty`SY)NEnK30`keUlOHnpY z2Jh2&<>gZ>t`9SjV%OD;FQjx9VudnYSf%}6&V@NlZQbB!#q#05`1jyDT_1V<37T^t zvnMIcxR7X{lQHrQ+RR);hft>JS<Bu9GZ;b71~X{QeQeM7?_I-ws7K<1G<9ZAE+E*V zk;bc5pE?<1NCA>4><)%F=J~gq_rlL7ZMv-~B&*Nm<xQDBRN7PN`jfpKs~I4ZA%x*^ zH71t<B2XX|K@7J+vhf~BIPjm)f_dwn%s<F};Qm6YZLVDK%zrTWv%}_J-vZp<emIQJ z9sF_q*{7sm4vR-Vj<2-6H#>jSYu((R={DAJjS9)}ZbRF48Sr@;zjgJUe2=8@Sg!9( zBM?|`x_n(`fzz%91-<6Y|KXQ=RuNXO(Rk$LOWuERH0G8<8_R#x(-+g5Qu?&DQ33@? z^E_C`53Tb56n5BQSyJ|`i)_EL>pt)i8edB2D`ggpAS`!hP4#9D*F4sjojNu{_8*~$ z+kMsXvsv3_aa-}JMF04|UtGrPhi~@_9^2#(&z<jX?iyRcF*jbvlCH13JZRH5O6yqX zQl3${f1I|TQtDapw@uRDMx0pEc&*#N)s0O6BaKhazVdUDYFTvRJK+#bU%oxH^e^Rm z_$N%=)Ue@@c@8VK6e?!8-;uR<35Ax<xNyIx=e)-0cC2XFh@I!B@e}@WUNQ81$TK0H zi0PiDpsB$3Cr`ltmHOAp+qvlc<w0XZr`ks)N5A+!c06mRq~uec|ML13>?h1)3RfK< zRfFMY$%2&@7D#s8ws1xHnc3>GP7uvc?fwkB$+EE_pr!GsvxhJ%7R*>1_&<0W%J;|r z^10ud7Og*d&H0?Ja@v~v*!=M{VUcr>_i1Ds{@LE)NX3e>>yIqA2hf@znYK)e_BUoQ zftN&bNz~=|i}BNPe7Ku8KgUIVY}cber2>l{2Y7E7m3z9=qSTV(ee2+b)i2~^8gp~G zV*FEYPb}N*l<p7KqOVl4Xgu=zOPfC+%rt}6kpIy5^phX8yVuKOg(s|qmmbeKGL}z% zH!dL_%j6BXuO$1|V94iad%L1nF7GW}_Es9OsYf(&kLHh_cxWCWO>-rUM=$x(wi;j9 zUh4cwebxl>`IXZAQ8#-b<d=2YPieHtU?`I6QSiRdZ=MT!<=i=@d92m)vHKaLE-;@$ zGP0pxx-eD{X5-9#GA%eds3x->a7B~n_P^>s-G$F)Z__f3Z?hoBght^RI@CW_0I%2m zXJYdc|1@xnd-LnD-@FE2@H&>XeCQoNl8d;|^yTfB<>Mc7m}ore{9PC|LtI6<r`y+M zNYbqHRb1o#yxy*3vnK5N9;x<`=Z~84iPBNN!7zVhg`ZjNdb&oe?UT3Oov<*(SO4GB zh3Z}$Zo74T-aD?9`+UOdSknAdJDwpnfvmoQ__bU%C{0hEU)ua3;-8sjtf=?8h5FB# zksuf^k!)ue6Jy>AS(66YyiUwNkgy)iv#|34jIl|p^H(Bp&pR@6gOEuBGXQcQnt%L! z1a8F~jDUa^qU4^Up8>rl_UX~PK;4UHzBsJ){b=|xu|GRM{b=HVhHXX_a9Z?d?;}~G z`s~2J&13kxTKQ;$Yg~b^qn2$swhph4%F--H?uQGV<FXDt)~Lp^7`&cz=5b%|oB=jd zw}!j5%VEdrNxFVo;uWAH$x1I=Im2JcsZI*S@hF{NlX?!hAS`Kmdh7ezLXsv|X!_Rk zkCf{+K0q3uy#BD<9+~4=6W?nwI|AJ8CLGUH_(QFX>^>Dmyca)9x21){@^ep)N4Huy z73=WsVBeLKBg@!L`BZ7D*M`!v>oN7v$FMHMkI6j{`_TO4G=*s_5Vf$>&J=CmM}GOT z?6mjz2a)9-HGVt~X*G|!H{LCKGq;J+Hhmwz^c{fLv83tCw<jXuG#SZ41TD+uE5OV} zkZ}iIxt)y&lJ37krgYD+)MfYezTXd3o@l}TM)LL@+7u#Ga=9OXjOLG;{#e_B__v2= z^NV)7*V#uDSX*Vfd&T<LUcH~4s})nPkJtEprwTa~jIzP&Zr(>KBuviavDCXz?`BnI zvg^QU{CexNItW0br0HAReyi1LG(LIxw_Kl@<C({~4BtX)|K*qvF)vTMiT#TpTOBLi z^=&+-k=w>@Q4=S*##h1XG=BZ<wX(dOzn<h6J+RRim)JIi`hQ&E$nJ|n<5R0o`C0~I zpX|a`WWet-z<<oh<l<Gm=1070u)Ek{w!fr$zPtVWMV+1ZK3p~;G+;c-H~e!NpM3kv z>lg4!Vb5M=Cw&qmG!A8UKsZv%@Tg;hCx`ReZj7$*epleUv{+9pX*%-tRi^Jj?jQz= zIW%(FvV+Twp0_AnH?PU*3v`PbIXP4cACYG%KMwZ`!S&Np&k6a2^j0rSb9C&|1NN($ zZk^V|r-=<-_nny#m9yYhuT{Z&FKj<`eGOhO^{|ce(i3&PcIRJtZA{TZ?7nY!pXRSR zdtv?fmSy@EqA##tSjg`kKwz|`Z1l8q#^v+Jj^A~O*>@p4Cf<hKALC5_`-{UW&T@$^ z{=DUs_|yL)AF-tQDKD>D^fUBnIB!{Nb|s<}`V0JijCn+4q)BqkaBNCWdxkaIz+F6Z zQGL9GLqfjM{8MB9;ao^K^_OIy0xs~I#Is`Z6=|FNF6N2r?6*@dT{}E=7UH1k^Z5Z> zhxu*b0kPX~YAIPig)7ySjuy|)%UWo4TpiB|$*;~ORjJ-l34PAC^kk4IAFoSm6N4di z($}Esb!K?Rw5)W;tA6jShyzQSAM*07O#i|PX0o#iITMPk>4#`gFtc|a^jU2u&7CRR zxoxI*A6(}7S1#y1;u|~9JgeHA7^k75ZNp>U)ZBGw0&7>**H24-1u0Rs_UYo*F6FEB z9cGu1_d&NyZz5&mZ+!Vw-d`cA4}BN%%lj)@0dQ{dw}p-JW_O*jcgMF?d8$6vE+5ML z5l(YM4Y}3$N^&s(+vcL9k34I##Vc`q+Pf1THQI)FOHCV8ywxj%*SJg`%{rD`b`q~+ zNy~#i_FOt5P%b>GP{+eNoyLF36Pa$vvCN30O4<Uk$M3CmoW00v*tQ*O*>#FEJ~jH$ zTpp-Rs;>)<yzgYYp?8k-5p|O9AP$-y;RipC3E$1<0|7?q_!{3|2c1CH$SYZk0vKt0 z{Qe-PuZcx7?+-Zm3|`m!UR}?%XP(AfC_Gg#6r$-{&wo-oQY0-%<5NGLA?t*Ec_(M0 zY>1UYdfMXOT(p~xj+<{U#1vA@$L3DmwBF-Gj!!=LFpiCz1>`$9tNi*4p5X(^ys|ld zvn)Q3C5@jiPtx`mG%xO8;AcEB5G)v+bWc`YDW659>C4+&E%pfdENWQriKRdOr@jTo zY&+yKdBm!NukWS4k568!l;?0#9aop#UC%ClRrAk7c)fbD_>!R+M>r-%Y|WHvN`zqe zOV^LjUn%?L!uUEp8E+TnlED&~TlGM{U!H&F{S`8P@MW|TIdL4cQ}^Ga30RK>E6UVp zEgGL1eNo4P_}ry{6U$R)T4cZX%H6W9lKf6%d+m%}+q7x1bxvy*PH=YVA2<WA*Kd6P z<oIk~Z8tZ));_k`hD>;!#;?ZyK>I<q3j819!XSY#jv@P8_F-Dtbbl1fXXAwSLAm`x z>j8bm^4-=F970domoeCEI5oUx|F$0|B0sOLds5SO>^$$}%m-hVtT;*#bf@{P4ZmKi z-Guy<?_YZPd-~Wvt^6YzUTt=VkYDQQoA;iSjyF->XnE4ZA5haWG=0JksW_O@c$vU0 z!|DqBL%sRW_g-0|B44uZ9JAy>r2{UZJ)iB)F!Ti5|Ia_qx6UqIf?e{AcVSBxJME|c zl;)S#c$l<5MRux}%hN?%G#<YFMvW;I9})W7WL(^b(XiaEu}I0ZJl*+SI`4UP+!pqp zbMkb78kg~|IXqJS8i$#FLMpofsR{ct_pWLJzYppKd)(>a9d?XvSLWv0@%FRRZ(Vlj z!Cf|wg04T2Z)gb;p`-WXHMi#<)N<aI>ofD5-sKeIc%o7Bp3f&^&6kY5JUTS~n9b&w zSzi5-@1rYTf9e=H=!$QEUFd=$54uMeu7uaIr12@yH!T=xfPH`Zv*%9|&yYL&7T+!` zX?pVZNpJtpT(r%+{7Ct~oQ#P*VHzzHa)ex|>zXg$vkK*%BcC3c5PI)iL45A7YaJ(C zEg9@Mz1GZ0Mbg{K#+&rf*AVT)nHT7T+=(|No=URr5Tm(LeS7OMUNYatfVb99znV86 zZ*y7JeOBz?>^<2y6OC8if7WAlufY)QpJnH=sEzJPJNm4+{br{H{ygGQ6K&^OP<#DT zcJwed?uNa~_S)XtQWrnp!+S%1tO1Q*Ucbouziy1S?!n9{C^<QmrqAgH)BGE;`3a%@ zm0K-uFqADGcC%B#7{|psPVO17e^Maw;X~`Cc0(3Ev71oD`9SBhX9nSQ8lMt<4?dK( z-A;u1RK7j**7wq}UEoQFJdV-t8+@{xy?S_?4R4w*MLrElHOhNP*3I4%13KTGU|WjS zyEOmg>!XK0llGqxFP1buee8kq5yY&C8zvp?Ji=kAbE|>7L#wfIjFGlYr#@Se-!ZgY zWy5E$PY<Q=O7#~PqYdiKcpSr-en?`LJ(*ovA&v*<vSTlno>3$eY5r*S*IO8)B+z4F zp0B6s`D<s_K906W-0fE_a`wpmPt)p3_#x(9fG^MSOzepk%>5R|*c`@okd|24XG6Qj z7gKpSPwtvLt^E7R?0ypXEX_Z8`8U^}TQlv4S$*Pff^)QBl?Kd*sU1rL<|gkdj!C;Z zqx+l<>92;ITEpfMm2l6U_VBohc1f9jEV|gMvXA!qY3bjjo&1@)lZdI7ni0fwd+5{O zp|_FfpVU6<$gg#)-nMD?&oR%1MaTQZR~p6UiQ;`4A1AA(_E4^Wdo%G!*k1+yFZL;y zJ6G0nBWila?20Xt@%5N}_>4LFV!cI6e^Ra;4Ti++fyW~%-uH@aeRX~E_Wtbo(jFsn z1++MA@4l!{(zrjL`Q($rFWyTaM&QfHQh#PNi<%H}EyVXz^I&=%tfz)t48Erido2Vp zo{pM`In7^reA4>Bp26RTY2zMDZAd&HxgcFymp<~6WYMU}M?=Kc#b?@2$(e)19x7k? zk4Q<Gl6YMi`Ghl4%zYAj=lxbIEVE}!tu)Ubg<oUOufxCjFYqc|D-IYlW?0nw_2}j< zvzuR=6<P33Fyh8iPyE=kS}?r_)+vz;9i${)s;95T-ogB;|8JYZKRrbp6aT7ue8>eZ zc8Kc<@Qx{eh!wyUZ^MnAlDLiG<HGMWK1;__YHSH$py^wpf7S5E+!_?*P0HX?hU7|v zmYoKFZ{;~Z^Xmu4xBO(cim?v=U=+edLzQQj3ER`U;}f;gCd8+YyqWR~v;{Y}%$FwN z_kN-6ax^Ym$aa@aqZtqLgny==utxi;!DoH?YNSipep3FpD`S_5{g7HAMmTN#`YB)A z&2RfI)2ehk|9P~_`l#y%%T_MQ<`-E5FKua*Mf}D2$8Qg9;}eX-LR5m@=hs|jjyN7m z`Zq+P&7JPaZ!f9udbXEvPaW{@Ez8r_6CbzQ(Q;hKPwU_#lF3;(q$VtT-dNk|LaI3) za|6@Wc4_`9Fa1Qy;1jkyjYH~p%HY#$cLSk*w?;h3-0Yfl_{EPCDw~I?T4Hpr_VE)v zA{rl9-PS*n&5N`SKH##l=m1Thv=8=o;r{&K-NLyRuns_s@AUgD(bt^*QNH>^s^8%C z%e8WU3x4(3DWZF>Q>oeoO~>n4>Wg1VHYidSFZIO3ms;_5u{63Z?C;`q)W!!%^jC~S zg`f8bY&my?^QMAzU#!lTAqV{o%|ET<7ns=r%gp6PDa$J_c)Zi(OJ`m=EPZ)<NUE%P zx5(j>=NFEOX)h1XkHpgy_$>_)<d#g21^=rbv+@qIjLhx0Oc3^YzW7*=s?MG(H+f(0 zo8bq$Zxqc>z5PQqV;Mk7<FPc}p)@!9fQMhs0ZaGVPsv?;bGE&E;|SM;c;wqt&-j&? zMn+_$95-%Us}c3GI7H=d65cM`d3K8kpYwk=u33GiO;p86m)5-TzlMKB^OxV=U?qYW zpB^L(tRTtB1Iy6I@E3EPdlt9~PeLE!XF!^^ww93<jn5kXg=ric`knUtqg-2C)%d$@ zGmpvdKiysH+&n$<d1dxnNzo;yI!7#@98)64cy^y+@%kyV&+wG8(>xJ{P=2{KBzcK} z#uz!5jRkElHZFv0A2^}22g56n2f4kw(i~~feZsEXw(I{MGiyQq0gVw6UH_ErPv&zq z0OQv&X|DG+RI!Z>D>t(Kr?zZ=YM=Yd+m%H_ZMFn#ZeF|f*;Z2Z`7h;FURwy|L7V*q zNrXL=xvX8acJ!`ea@mXvs(Hk>akP88s`GOxep-SLW|+0D{zo)=@r&aQy_!vF_H{=4 zX5IF@x#5<0Y;yTEu^-zaLb^Zk`!`>o!wUVOMsLBN@hV_H1XzDV;x(YPm7Hw{G--O; z+Q-uD7OcHqc(i(hLi+OhOpCwAd4g&q4KZVD|12Fn*)uF#(#<L()?Px+jqaRyBs8R= z=W^c>r=pr(eSp{L_T|fym|XyS0rE41k*}UiZ^Nu!Tcdt}JKQ>R99dhk&x|~O_4L2M z`&72`*0`tjvJ5)<&2{Ilvb&Q#4odFlppShpjQ|tv(uV27^6MAs?s+*ZuKXRl*bBi^ zOH8~Ki|u}We45+U{TI504mjXYy-u?Uc-@>lDAg}YeDHK_LMAu+G1o0T{;8|elzu0q z=*y1>$VtsGyD*SB^J_4ZSxV+-@r|Y>T|YJP5+$=+^!wG}2M$BtO;4jg-i!IArtd&a zEu#-}KRthA2r^~d?_ZX^-;vP{)_lKwezRrxiAKb^efiyNEo~1mdgkY+N6cFCK2_O8 z_A4I;9_vz|>lwNc^{l^=+y=|&@na;UFVOX&e_KjV-R=j%_SM&Z%I7nwuP-+f%OBO# ze8k`C-*3rkE+IeV^{2Yk1cP7P%wMIUqszi?Etfrh-OLW_xqYWosV`^u+s0S2t$*Dw z?KiyM?B5(~Q*YVg6|s4KgH^>+vHSMneVRY={tD=L*sIE1J|&5lY8l_j)7RS{HIH(B zR8plP5&pK5hNSCsc|^z3$Tuu${;9FYZ5Td+Rsf3`#QgI$=BlcTn9%g)`DYz}Q;BbZ zJcII6yEVgq+K+IVG-h7gAj7(7ycduvozJ2J_iQ2(78O7Lb|#yjj`!*MTHil4FCR1> zzW#)s0__T84(>Ymd*q}sF%M<`oNqaX&B^38t>cL<E>+XD!Fp#sFt5g&CeK`FR6YK_ zYSmj7><6ZI|1lq<GRGgO@tJAH28_wL>?gG`+RgS2Pqc76;W@LS&9A6$snZ}ov83_I z_aEi@&m3n4uAW}|XzNurp%ssvex7-03&hi>@;_l`9BMkvu}O2}YDf`wpBlVR<2A2u zY?*jBL_kTtHq5<{XbQefSkmv8=ZBv9M9Ij@6f=!ijvp{f0Anp2_hW04byBcDrC6`z zXj)3o)FU3wj*~bFrr*@jvtu+4#N1(~V}J#_?{FB@(<dt_{Fr$bh_Cc#{skHI+jn)F zZ>;~Cu?OrT3myA&$WWgTh;+5h=*k&xdE14(eS6F4;MZz+T|0i$lQ#9Lfj)R@>&8)W zJeKZnVjAyJ)2qetKra>B9|ErTXZ{6gmUWsQXQxfqV{zBfeuEYFSG@+0re|JXiPsxq zm8Mz@rCnH#+w`f+s%?WDm#&=Wmc})5BmIPR@F<T%>OmhZkS`+#fyO9Wka4y^a9BHC zdFHoX^g|eJ*W2j7|3BtWn&xAu$;P1hBkvEW_b;{27U<P}((<ytafLdY*X;M+J#p6C z^z9n4`^cau(frZUpViD&>q8G_#M!B0tctOu-_Pki>G^l{{<`#-il(oPpJ)~A7>xk) zhSHj#-K$~wzL$Gq8{eYCva)#-6HJ)F{LmK<i3Y(uH1Wv6GJ?jE{`9Hd+QYD6r(N8v zzHOWM-DmTl@GnvZAF;FGS8|ybh`@ZQ7rp?-{=@7&=z5}S#p%-Y<n<L=4}YWe0Poe; zIARyO4tg}0$zFposo45GQ%^@)$~o-n@j_cDi@(8mk8lk}&Fz@_0SEnznYl2|;YLA% zWtbd5>Klz$YyTuQ03QmF5DNhF5^^6s=sOteK9u1GcyK<9h6rNj+#sHrGV~pdQbedj zUIWZ2;dnG9>d(&{mD7-V@S9IhZJbbV`uyxaSoaFOAb@Fi=ojWk{-kB}!2>Z~u)r__ z?#%py(G6gb+g(B*dt^!x@^W#f0XgZj2L0ipM4RVKY*F|8T*qCn=l=98+~^`cqzC_L zD=gOskT#V1(I3coCBXY&<Cz?=c1XMavF3Q)ycN@fALincm-{qn^Yd#3+o@mkWN$br z&nkXf=+z!TAMB86zYv#8y1w%MF*k+>8esSIJAFnUdBpmIHngN~=+zz&JpwOFNx#&i zJ;0mevc6~uGySceo|@g@^=VHpR-VD*^Hs!0tfl(;aXmn6KF2f?h*YFYn!XnQ(wmv{ z=*zSzcvW&AnjTjhsqrrNgjjvm?JlNIdxIYnA~D9*yMCr)ebjB_Trc_6)CR*J{_X{` zZA|c9JO62;%SZl5MYj))S4;aNKeXs`ZS+Xo5j@BcW<NgQk(A`o_2Z;TO5VhzOijdy zaJa+9qFV!s)NqOqsGhO@=iCpG@7MCoy_>~tyTknAaqrI;EYKCNV@c!H!XMDD&=+A& z%HKFUrKDvD0-C<w<9YsC8mzOqlEx$7eo%XBWg83ihn{%kv$urw<=aPj{KCh$w<U~D zAmS0sNDz$Hz*mEP+?0Lj_R=Q5kW)=^Hhhh-AFa|X<QKoapq@dDw20@6ka&S`XGH7! z=P;8CQA&s+sg1w!>nEnkVAUw-O&tF~Z_%FZA>^-?_9oFNU#8B2<4puYN6Qz9=z^U3 z8(R{7Lz_aBft(IuKF6DWpLYD>(KLPE4-#uxzM8iB4P<yqVwrN0!&Xgp{N<9ph4apZ zg>Cc9E$B=)pg#P7HV$M)EO5Rij9p+K$sp#x?u-UA|Ivp&KZ0p~)Fe*Nn(>1=W*H!k z2jog>zF&BqKf7s`7;{q(dYHiu**3#u2<k--JWI0cg(cBzOY0Bz$^1useNATqfVa56 zhZrTb?;mW;f9uKEEk9;WILx~RF*zI1N7cpO|BTxdUcOs|`<xlO-+yj*{R(1JhsVKK zJK_mL9O%E!$7{z(a1f)npud5C1=fnp3TZvh(!4$g*#%ERxrJ57Uq_}tf^FcRyQd~w zMs5FqwFq#kHN<Yg9tmlwwUFxS>&kegK(`OmYW;a9UW)NS9g^oKebaW>Ro!L#&Nmf2 z`uO>4lXt)ea~vU(GYsnL>(0DuII|WQXKjT1Mx0V5O^@%N0*BQ5-{!J>)yfm>L_OT7 zqvZ79og5uz_$1%XHO1BNhxg$LlKW+t?~nY*uNJMSwtkjpQPS<F&fk`weWc%So_`o= z(k_>3=>;-<oy;M~+Yaah>fR5TVW9uPN`hvAakuum0sRZj=S|Q5@SEe<8V#q-`r7Jm zxW@me!v~{7$ew{-3S)4&UZS@C@P1sILHq+)Q96X72y=6A7qmUe6wtP#xOjc7>3`Sd zvs>_891mzhp`Q(7buOn{n_Ot8XSwcx%B!UhJ6gd=T29h>th70j^Y3x)o9;J0v*W>$ zQOIbu^ae7VH|H7B?~{+WiRCdtgvpMP<iSkMAOj6(_GbK1N5+HkW#pYivcVIF{piW8 zWeeu%9!6gW#<%c9Yvv!f6A{+fd`aUsuU~zP-W=(PeA&}S767SsJpT{t1Ni*m<I!(@ zKo{rdU-lIG?y%zJUps5IsQ)kBy4v^$7Dlc|5lU*`4{si*X@sYR9-rs6EV7hzJ>~sU z@qMW2_n7Zrrug;fRody-wupZymzL1iqyC;z>j&l7@9vV^B5!h!#*NA&E-ba<v*a{& zwR%pvZ_@bH`QP&K1^WGR^2<ewl#Oq-zrPLR8N&Eb+iLATA3t8sc5$T5#EFr|H&^+Q z*StJv@dv>o3qQHbHCuC`>^hf-GFJ-@UDv%L{RGXAl=COr8AlqhYDSAM(eY8Lr}?jR za8Ag)KB!{SV_U3O=Pu`t+-P6iKJHcd5c|@b1c&L+^_7=jkSiE*5ih7UGd>4@kj!Pl z$biTL(x*$Bo>ILooadw8On%QAF>~<yG%swUE)3|HSfs&Y`YD<|=}%ha%lup;(5C6Z z>|RgCb0qUM!<o5Fd*(av5d2Qaxd;EcH**E<px@ccIN~BBQ8H^Levhs#_q$NRHHGgc zKX-{Q-~QXkSFKj!ofUJ>&Y9Qvsb}PhyTz)vI1+=`KRZ`Hx4dg_uf-2*<<EBd;b^>0 z*GGH*fSe5??Y>L|3wEXSGqhpq?rZD^TKWKBr18niGp^5q(QJ1a=@q_TUVix**2qP! ze7>&ey?3>0dT#OAai_?w`gico;feNjQ;odj9$TWDz0Il0Z2HW+Eqfm?j4SDpe7nSY z?+Kg!!RN80>z{J%1CarUmP1P_%|@`4pThn}*Wa@KEgj2riyOQyYvZ*ow>{Y~X=}Q& z>^itSQ^E%2&9m7#X3mY#Wu_Eh&yBW5`@mQ{#JH12FvD>&!!D)Cw2Vywvlf2hPIgjQ zkQZVlO^@W?a=GC!Qm3<}_&ux^Gvh4wNws&w#vV1QdCgv!YHFc~_pHB>HKcj%t7$jc zZyYwI>&XQV<LJMo@yPclw2$)p0bxFmnw(IVoLj4P^{el(J<sL`oxf(@BZt?z_D0zM z<nXA|m%{#+diby7S^dY_t}JtHPEeZdj!18>edCrk#X5Hy_VHNhpZ9|o;dS-xClwze zyH3;n4Xg&lLi-q_M83>E1Q0vw!>pfz7%7=M1b<1d{wM4Y{MAInH=v*4KY@Iq%jyq5 zul4b|WEWfed6yOWHa5fiH2;+7Q@Q?6IH~O%%IrgyHT$@8s7>V4^jSZ>IeZCmVoBqb z@2}GB4Kd#U##e*LKff&@QV6@H_G7L?EeH+hX)xm%%>08`Jdp^s?OxHa<=+0ydF_{P z|2DQ!_3~Y?UJJ4<-ZH@brR}cGBL`<nh+d1=>H2E(cjV`R_Jj?{TXy(Kw}lT&-aH#P zf%Qi`>TfSlcG7Im<uj)rn1ApG>sLzQQ`i6N;A_}YSYK=U(?b2j0{Q)g#v?Cpmf8pN zI`{OxmM0!fujjNe^@QT9GhBTyhnLnB)tFcz*>M$QSYDs-Z7)p=emCsBd+V9uW!=Z^ z%X;_Km*P|CXK4P(>lcW~cQ=lgNDq_NxPDCb11qRB;ora2(+7RwYs_YpqAWqmc-azq z{Lzt8pJCFwsBbIs2e{1f7*;pldBi;$n|1Ig-_e++FW-O6>1&cZ1(J(;&`)QJOyiZ8 zS598|?H5Eh#P8qg-|x=YAjr%ez}OvSJp)dK22KS_VBlX)2|TSC%LzRd+HANn4j_-r zd049}*V^Utit<Pw+G}3iT*Pb%Ua9_Uy2FuqZ0hMtQN<dWmNynouiDUlhu6&f|K8fx z_RpoJcZK6M><7~M*JAMx_$%VO%H_T3S6@>u)AhpN`q9IB<D11x{pd;0A@C`yrw8-E z5Ht2=JXMIH`7&b-5=~PlSp-F|gqC}{u50C#`1tUZ$3Y&f|KOaveL|aErM<>hsGq7% zeCKS4Ss%QCjI;$aGN&GK%Fu`WOwh5!-&Y!oMjr7?8n3*)Q{pe0p4|Y^R6j-**h8%O z0I2UY9_z*n$jA@4sPseQlef3nRxsvP-w)cYUBCO+w4NU0SBBrpeE-2a8mD?Zh{B0! zk>QLK4b~**h=ZoDZagK-eWKqd&tI|n@I4!4p6LSH+DFql4|1HJKmCq5dt+xy)z5M~ zQl1u}sJ;H`brn#g>B;whIe!<kk%E{$4<}`i-Jq1l9cVnt`K`Xq#p<sIJ>{bfA^)|} zmzF6l{6y==#f`{JpO%bDOX!28QMY<c8$YqWV)T@04};<8-tV~@{aeI2spR|N_g!l? zA-&l$JY+Qr><|X?Dd0(|xAd0qAEI!?VkxIg)8psoLiDDUF<Jqc%OsY={YH+Nmh}6S zj~}@G)TDcdW$mLy<I?p}(%(@&rRZTl6~^`XbD*YtmHK53d@#NTZyK_5w5_+4syWC| zYv#S?y>(OirqO;=yY&CTFC{u>U8%ygtGz7c7JYP^eM03LrLaA%(SD|Q)L1wD`j>e2 zl$Q6)%?2SS#Y>vM>ik{eUBQ@!TTxHOQ?S1gnWceVEd3epv$sT4y;P1XtNfT#esaxM z^pi9`dHo{C57Yjl)&jjMpMKESv{@WN_Z6s>y3nG|a(Jyf-g9Jl3o9JKs|a8?4pB!_ z=~f<TA~m7;oihHj{QMa5d0dWtiw3Nz=RWcN#>V@WT+<={!;<m8a@>etJ%3T2F`m}i zXdU|f_BW*NB0aji*39=nnn{anwjYcf>rvt4R=j_^V9B!0HubfQ=vwssq<dG{`RO^& z?sm^#D5uM|4_oc_jEiB%k@$CXeU$r0$|RG1za{cG__x)DGr5Nwzr$)1P6L?QPOPE% zlE!Bp{i$5en!k36oRIL%W$~5yFVfHI_?AXb<Ng2APqk>clE1Iin)ms3^`G|B3))T$ zo{{_$AEfIiFE8@_-&CV2^B11y-r=_+^k0YAKkk<J^iPEbh;Occ`}h6MeDI1pUh#}u z`6&^29ZU82rQ;Xs<XyRpAyz19yz1oNk+EK2zl0;2YD>0uJ>kF3Y4uaTsKpare?Xcv zJ@fiTdNk%YF>|Lw^%r_gEm`!|)2uJp^XF?9?RcZ2Z(f^uv7P7C4Xs)X=^n~|qTh{o z8*LZ;*wOFCxh601I*mtN{k@racCgx{gxus1W^4f-6G$al>kknpZDVD?NaOqe>hHCY zjfzXUKJxurs(<h$N6csC`-#degWt^UzP1-ixo(<t)9p*>6fe4BG=6R4fBC-pyh`uy zWABZ0j=xj*l%H+hqlkm1uTEakX8SSn3E8pgbIjW9bl)~4=WF+M?_2i{DA<5qx4LKC ziytGqcd*-5wc+G)i9zht%DM4=BQM^W=e_P;a@Ee)ZhK%ou%zq5x9ruJTvgbq!k@uO z_8WmbGZLo}yTgw=K;EH}Gv8_Y^73ezy^*t!G#+dBcgQOM4F>z$m>=np7NhaW^GnLZ zCG9A67ka(9a~n{8e7i)<xY^{J*P5ao8~5#YnoWp1;6J5y_~gnSu`NbK_=o>h9G_Q@ zUw{3By^u&VB2!k<_~rEvt{nke3VRiRU4othS-B9$g*U+52<$kg9ND<_H8KyHk?5Y> z@OY(J+X}Gfpj3->@*Lba*lkyh;9ic-rP|W9qVa3fU(%eLz0~hO<HvJsHcqc&_onI9 znn?fWimDB^lqhOH-EPJCnJ;E##p^U4d3jdb|CRF;FwuA{(TA=~d&5qm{g~DjdT4|L zG(GwHOZ8au{TX(S31%cs>eIK(v%i0M&2?DaZTW-yNq_CY=hWj<(qGAlVDRr#JYc6Z z=mBu<pkCSOZPT9#f0W?qIL)!zs)Naw8cWs3y82z-&p=$6%a15{KlKFf@b5pa&fF56 z1FzHk*H0eBE#a0)<;SkEy_SE%fiWZAL{;yIIIyJg$jhts<v}@@u@(lyzQXUucK?*o zd8hY<3A?lPsD^jc*UvJ2B;E>$#$YH~YIA}0?n@nJXH5I8M^Yd5{BV4N#%o=9CVR+$ z1|s=-=5q}JqdY!aW5x+&h(Yw#bR|PI=I{NOT}*JVZEpQ8tg|Bbh%F^M{^Gu6<Xw=_ z<|nf!Y^UhG_dDck<sSbcLso}>*<*bT%L7M!ZsnBSHtFiq755yMcar8e7YS4AFPqv2 zWp;|@rzQ4VO!hLQY7^Y9acB21$2OkT50`v{^~RE>52zvjAf3MnwH#<{V|W%l9ef{_ zgKxDNzN@T{?UJQ6Dt=$HwH013@o3nRtIj7~W;cnMx%FXAHqL<eX*~MqBj`mqBLmrB z{)*Q}smEiP{*a3R?CiDs@sTXOJoaAnyO6O;ay;@4OB%0Ge^|eNYSG`zyWf44XUuGu z?I&($dzid~jng))X6ssP<Xg`@7izkX+}lMqeqc%e5#v40PkDK?%%20lPR}#rZe9J_ zsngrmj`4Z+=lMIbNG6n%dkXh2RO+9Q{TOfzWN*|EoLxbx!jk5%R{aC<3CKnReFW#Z zNu4COw!p^1bp~8;T@+a0?bh4zV`)S*9{KiG;tvs-P#!fi7%tan<oK*|Dci-t&rYXp zHGoZ|3@WoL%ig1n?Ba87X}`|Cwe0#DOZo#l_~$WcdH#UzrEaxxSynFn>AjVjm&RLx zB@XvJbGNU{=J6|I!yW{l!|OCZ^^qrNZP=*|c4Zd-6kIsd{#cg|?oqLJ={6iq%g*Zw z@zCq}^wp21b0x}r0)CC;@#?vs2kbuyeMl~gheIgDC+9zS8+`|P4}#F3-!I=E$rHFw zXMj;3;L1Yrdt7aV-_+9wiwh@t^<*N#;MKxuW3ZaHzi|!&d}89w!nv3J#&vzc%rz1% zgue|j{sJFG-WxX<-uW;6Ygo51+o(m}72n2weM;9rJ$}pV7xZt?zov3eqZ0nk6}mE; zckOnbTVDhm_uZWP0Y0G~zY=|{eea|1jf+&s{IG(<3PY^dKLszy`qN7EFXu(W98567 zJ=m>>?9da0jG)TI*nmk94Xb-CDb%m)(!6gs<87K>+Vrj1YykNEy%<>*|2&fLC+wP@ zJUC%+CD&P5M(l6!y<|iBuZ4K!^oNqTD@}#_P1BRtCzkp1Vm6dRV=&wt(|vjH_-=N4 zzIS{v@kF1d{Cn_SJzgpKcVzrZlJAQ?mL6+Wdu&+us%gjo$M9vP-vn08$L`CI^-zzW z)}Q>}u-`Le(n)`6R?671!m9kPTVDM-G3iX10`!wK9(cR;_Q&Gvso2<@k1eKf`)Oy2 zEq0pqVyDZlHck5By#WK>hJK#;hvS^{>#t_8yEYK72bG#zW<;GEPE%uA?zX+#VLe`_ z>nAVY+Vs6r{Z8YtTpx;a@>=?UxzC+@+bw_h{_~*729vb&!?OO)I_e03DrtVmw~thR zc4qnl_zGm^86q~2UkctEnHhk{n||?k_YF0kWUukaD{f84uB~crX4M*9AN}o(czYvT zSKfWHasI_xHsN~<S8xs)!Nv{nz7QYX-&4-tH(wKi_^yN<m9CE-_EPESnOO%jz3aW% z>Ajs-)p|E`!|7x;-#72Emf=|*CAiGYHD>#Y{@dBSgdC}YTWowX$Yw*9=kM#U>h~ws zBcgEo&)X8$de3+lzsC2}uH|^0Zm<7`{-LDZr0}cLcRoxn#w;g%qiOj$bB9^~WEt$e z{lLAy#)P~&WqMbOzo3WyS3a&)-@eN9G0ANJIfk_&N-{49=V(0E^#=eSce);lnL)-I z#4%uQLw>|p_{5(vS(?6ZT{F=8uUr+<-NN>-Ufpo>X5}F^GnSP)Ft}z#)<qK5Pucv2 zX*|!|ctCmE16CT3eE%j-s2R_j>#r5#SM}~%)yHY_hTYXy?yf4EZz`0Bl(QFN@n~#s zEbG*KRr_+WMqZ)*=l1t_;#(Q7V@dNHeShis9VO!{p}kNl1qYXwnw5RsJG+fjKIRE} zG?U#=PYSQRd|2N<(lVd%rD2;*sSka3j{hTP#;`#P+i0(!HvP<vJRp}A<4f}TC2iT6 z$yXmYvyJ(%tyAkGHi82<X?c=wA9?)^`@Tb*PVCcdqiyxYo2S^V&K@4(?Rq?heul=Q zzyE0}+2(W$V2dfVvz>j?V8_M%ezgCm(doi+c;)$*(()}=LsFv~nS#gfZ9d9tZs6<2 zg)=0u`KiM8(8E79Z3CL8{ND{;B>phe5B7{&QhnZpkkafp5TBv($@8Bde}H%{|2M`X zxZb8U4;b;4-#WEZsC#$&x%K;Rb1D4KWxW2f{NkATGirEFDN?)G^hf^eyw9Au6Wr#_ zb#Pm{AXEOHdor=}9Qb$Y>#I%Q5YNlk=*u8&v69B4-9HwWQ~Led^+7O`=LftXmQt)P zaBXF2$D7`hmbxW%N%OJA`aJFF=Y)9vyYVMGXs1E)et!xd?Q$>rv}a`P!UHqcUpk+6 z%lK8kK6=ha$@|OVQb40N7>Ylg+umo=Vy|UYN}sCT%Y$84OV>wUAIRxr&<~hvB0Q%+ z%^Wb)A}R7wnlsG7P?3!v_n2|!WlyYGley!&<Y?Wh&Vo+auB`R&TZ-4CCS-7Y^4-aK z$<dq#IyW780k1#xPT!<uX&1W{6$j<~;Ja!(UjH%qN{5!CeZ2Or?l9o)>Rn&(I+p7B zLpZ3$UpMFHs;94Ae~~zF5Yv7ngFwspjK-^7zY*#X(c{*Qt4BoR(Mumf&on;+Pb7$@ zFW<lT_Ep~ALcR>ll@8`bJz*A2>B#_RUV5~uIN+g2OmM%!O}F-MgmRB1jbESf6TB5p zd_&)u%n0MzCP-VXJb&PM`|F>p+a@=E_cP9+20QOJ;%V9sb!IeioVGV_<_1Rt*>!qC z{MNTW1F6|x<=&gH#x#C;`9YqNcsR+TH@${lTYn)r_R7;`hi|sach!BooztYa!?Qo( zjn>EFnl``k-aBq(`l0*Q##u3+8sqzF><RQrC9AZsHo|xeP_y2An7lnVXA3yg219w5 zvL~CmPq&|0E9a4ZNA9reiL*O>8)uU#z<v8!-^w-SF3N|0L(7p|Kel5u3fY%B2wx#u zs(ml+S^%7oKmA3leaw%i#NH1XC_qcNs#dg0CKu`Y$@f2X`Wv!fdi>6K1Y4(kCn^Gy z#wXXV$RD}gqY@lX?(IG?%5|3e!HC`u6IfND2R+2-r=dmE(#O?m%CfeF@+RNj<OwzY zo;@RtuyZV|o`Xy&bDtmO^V@XxDef_L`?c10_w;1XC&0ha$`5r}Xh==SA8bphcq;N= zNmP}i!hI9gPfPqBywCtf3qWR{`7y1Ko_T!(a>akU)_P)%wa^#l5_<nWLl;^n$f#)p zkN{Pxr6(mfN-549x83XZi)OCj#csOY9GS?D+YpvoJSoj@CG?c?0_sfHSNnJg+M4Va zVQvp`nx0($RZ?HD<w|nTp}t8`PEF<}g?sJ1c*gDgyqB`$4SD^mXFNg~51}6T@yor} z_SN}0?(vyNP4zvw@*`dkbolzDNTcO0(`Nk9{&-;P>v;Y9^2T`&J+0>)weiXG*zI9$ z@j8}t`^eYd)VDY9@7ptW2X;OnV@7VLBU?sGD9g8{@d^E9edh<sh@V?02WKw${$6j6 zYvi=}b=vu@zkdfjCFh@8HkQXaLAjt*mX9OHZL`}jGJCBaqx-S@cWns09elX_X`3Y1 z*o%3`uUy3c8~844U;XSY=n1))2~A&K{<X)u{24ruO&RoCZ$j3D`Un%@VE#`Lk355u zoECZvxPAS5I6E%xyDZP<=zCF)D^~hWEIe+k5Ayp$NXb&}XRbJHYdGLW{#;qU;q~by zZ{I$%a=7Cj+u)ngh5r#ahcthL{V!$X&q`wIP`5KTo(B)JAMP=$?usjG#<pkIvC;LB zZ*OUR@5ksi&=jEGLKLoWr0MHrf2HE`4`*g|s^!tZarwoqn{Be?W!J@H`_p*j`JqPt zdoYp?=c~cm3@7Fr>=Q{SK;PstbJUMRrSJ>o)4KKnq$8NA3t!j#|JesXhjA*gbuciC z3U(UwlNKv&Fsy!A(B*F0^0xCm3e_z#DU{7GEE)52kyC(&>(Vcmd(5m>mCaW_Ki|%) zd(mg!+kfWiniPA3U4OE#f6b%k*WIyAzH^}eD(~?xu${9Py&So@^b_|<-!oJxySz{~ zysln;rTR0j8^YWTWiv+^3~Od)&y?1ASEumrS+d2l`?c&!T)wOEymp?u9^@@~zt?0o zKT|zkkZAt;CjM`XtSa{-)zeqf-$8oJuM?1JFSYs)d@xw+C7!(^=1*8NzKWw6DKuDX zu2j!|ZT^N*WHcU-F4K6lb@eCA9YJggVv(jhQE1bmJ4YTl(6Z2Yr}4E$hb%fX?K#JJ z@=aJ@W&S3A9#6??>!N*oIS=jqhf8R=U!(KJ=ZZrdZ`TIJ6q{b$Wl6`w`P;nhn;oxX zN#m2Z$J+Fn(j2?(F1s?PT6D~HS({NV$3I^_jySPYkC(5%q~;q<^%>BB@e1ra4;e45 zneX6riSq`LnJ-Ix-n+r8PEGsuc~^a2_52tc7oh8t(*1$I&PR{_AYUIn{dZ35Ncp4K zDv6uwce|Xrj$K%fG56OVE#4Kc3-MasKl#2H(xFSgHKUwzmv800Eo@PIuA)8JJpT=` zecxPvyVG$}kBr^Y?klOodO;=j6xI@%+x3h?PxDK>Pk1u+8G25CW`(pldm?p@qep*B z8Tz2(l<cM`wEx!O2V_A6Gl=9rDZ?Mc1Erq3nWQv7!OE&z&7NUb`doc}W%61*IZyaA z=Pq;U7D*ZY^R>1hgkl0|;n?6-4a2;f##Q&t=+J5xyPnIY%hWu{?>o6|F6Qp_Dg0i2 z{G%Ebf(>t5r16}Wc-Yrt+SM(19m|xdAD3?nUKx&%f)Rw7QawIp{(*2WhhXCvoQo-# z0ma;MoA&6)DBHrGJ9p>nJ-YQgwkxa0E2T3bGA?xwERvFJ1TFnf${z$7g?KM`+5?#H zB<D`qD3{}<dj1d%Y{`7JIbVXt1LFyZ$&sCrsxjH)0Zd(Cy%)@a2QgL<XDrAs65m%I zf9iCj#LFV*n>i(H+y5i`wWq^4&X8|39_!d2kRLs=C$-3zluXOXyPnZ+j_WkPh5ovA z{9Cf`u>AZdhg4iXgm|qx-qtp%=4wIn+dA^ijUzb9rr$Q6EmtKhx`+3gcH=fKoKt8! z-lg&J$L;3!m*hWZZuKS7q070icNLuc_JU_p!P^^;-fP0{vq<AntDm5!Lng@(rc{%w z73NW}cd73WJ;DnIHB1<5a7Mi4%5)A$$~oV5x!1pk^5+YAgx9g8@yfTaCH6*X6vAML z`jIL77rQn#GvX!&&JLbf5Ahbwk~Fsa!&x>9JS$xsH{6Y#@51|ZeNwu=LHj{Y46HVW zHiXe1>}X9^A6wcRwdikk<4<$87kEtbS6*K9^6#K0kt`6HPh}GZvEiw*;gJ{Leja}8 zIqyu!-w$WsVXH;s7s^M<*bf#Eg&TjS`#EFj``cq|<`>CQx#mc28&V;D_3;vO`pz^G zhiHW5`ogvIT`A@0y8c+2&4G3++4u>KPpSTMXZ%w*k$r%O2Zu5SJ<HYT(FyV3mCu>Z z#<@h?^IGe$e&wEdBU|G2YS){(-<(s?DRRSx{{OmEdWhHUFXgWP+_8b}>K^<4DEB_R zIbO$-t`A}{-FKNEZ_!KM)#-ojc%}6@Ab|5sNX`Q8JxX#&l#U~4{%N285$`c)a<$m> zx>Fg?)miIgZIv;I9baqbhdO;Jl}~S*Hf@JxIg;Gsik3*qS$BN26ds}ev93Sp!?Y-z zPebx7^@uo=nhnn~<Lkw^DelQ__AMKoWcw29TQV{2#ZlkiIL>e0utcMmi$~*iENS@= z@<XdWhVz0zR$-+9oWcyU3@e#n4izj&fYDMzc8-#`hBRLF`WO0uvTR|4;p)}2BR0oG zdQ5p{`$wCWe|$$ASknAcs&9qkWPGD(S$)!iqiqwrIZUk{n!51|??a|{t>q8EPV|sv z)5F+uFdH=d_dZ<Ef?71A-=3KHttQoQpONcKgS6S>H()*T)eg#TzwxE}`23}kRwZUW zjn}cH`75vgrSz$nQQn3!RxXI~2l<{LTybHp!!D|jzZSyGbPZ<yFTTgWQq7AsAm!S# zZC>=P7UI2j*OngVd>XjoUG?=-ryrI26H<7z+Y52c9CPSbfz$=gxUMc=J#(%0dD9}@ zV)tfjZ<96Ic}h^)mET7uX29z-fB54@rQ=KS{thDrxokyY{}Sp)bF!lTJP0};7VHIC zOA?|>&XZFO&nE7P?_B3xPMy8`xD&C+=cprXAE&DE&@=4Ft?pMNYo5jHH2>xMpE>`F zi)&lDu60o4pdxjAKiF^S(6?fb1_M`X$E!_W=(Y18&0p>I16u~YbZ17ZLG}*2r6#h- zq^!6vGQ_9vpLWZh_PG6Nm^(YHb1Gk{@6D#SJ(rY>PTS>7v<?0djaR#VsDrOGDe3oP zt)%^Zd40%9o$}d~QV$*%^e<D?YkB*tOJ}7yI}<^w$46>lNjzR$lM+N<9Jk!b(fFFf zOpg%-cdqWio~u?Wp|ai7k=vZNEJ!M!Cb-exh(Dr9uLg@NHL}@VsLJ~%`32hz3E~Sv zefK}=t^z!Yq-igDxVyU_?i$;;AW4uzE+l~f34tU?a7}_ka7ls%2oi|k5ZpOj4|jL> ze`@<`XSQc%XJ&UceE;6V_3q4M`t9oKs_N?MYIE&DZ^rfuWTYDGjl-2K(``b!Klpep zE1x}?F$R$XVA1!~^ku$5HUs$<Eg!!edsfJU0CNeXC+IeeKgFIGF4e2wiJ^hi>2X5( zR8D&hXTWme!LYTawa<8cax90#OR~-U$2XVb+_U}rz8X`;Sxr1by${qE&t8tT^XV@w zUoEL0<@=+t1#0vs&`)0WBR;+4*`J2|!>>=8gZ?VF%>Gy(t;5zjYgT@rQ7KW)_6ys? zSc74y2EB#rlcoV6q3f6CSGDX<<-93`S02A`pHd>-`1IkvNqm09eTuG6UcapSo~v~3 z@guBPBvkVJ;aB(wat+;I+?wR!F-N+oK@VYW#rDyq`Rx_1PhKzZ+Y4{=W8|9;6Ac5F zaR~DpqJG)y;1PhU<osSXz909FD)a8tJXi7A#8rtl6XvGmUv$m7w-kM($FKSJGVq+T zs5XtprP>UuY6Y*^Oj?=q)Ubggr(-+#{fm(x#4A?YsISQU`M;QbDeR3$)NHxrd#mO* z6OXvX23qg6+ucY%k9p{yG}5o<d++X<j`~h));$UT!nsA*!A+yQU6xvHKl;$?#yh-@ zB~1@{z6y2-$yWeeN6z2u$?zeG{(+dF0n9(vuPBujTB<(2AC<%#@vkH2@#n`zY1z6$ zj>}a$*lyS!?Z5VE#~7pomNY*8{KM4wQV?UKSTkc4cKySCJ{Xs{dH^#gat1Nt5G!eX zNColvw3xlumcc-F9m(;4#-7Y(H)7;#o5@E${L$d~wS9<BIUdvJ_ewPQwgZQc`?dVx zwjs_T*3HUazn?C7)YN~9I976xdhJx^Q&YdJ*bXd}x5t=$BD_~Hn3*qw50IVTVeR~q z#>2{ebMygdBYBaYv$vJY7vJ@l$J}q*%2jQ1fahSK@$tt?`pwr#W_s2O!KWtwN=M%t z@iq2%xUMK${ZXmlDUI+6@5ODJFX+9?Wqj+r4U<Or|HA8Zdoe##ZDv=Ezh)>ijzLaZ zGyMy3q9Kg*1U&wX-3z+gkJ-fwWe~oOSMuL)7>{Wvk71pB5F=M0E=HLoUYb(A<}c@H z+g&}pwZBe()1N!E_{r&Mhc3Kv+IoK6<6(JXZqfj0eA4oVJYkN%Oj!RLmGXMn%JC|d zm-3`iOw1&oj!jOu@4lXEMaRnt`uM9Snh`Ts6l>=cHLO;dXBQ94$nQYgE0)zq@>-`S zx5i;d8_!2mPuRz-U$nAD$)ozb&-eu0AEwJQdC0DR$<xn!VNd62?&pUEJUg%oabQW~ zk>+P5`U_<OS4UvY!X=G|w#WE(kaGJ-9_0u=m&wiRKmBHJw{BOf)w6os(C_n0D|mQr z!*Wes=QKPQSSUF)8Cyf+Pj7wT#YkW7T#LIdOwO!Cq{hoKfz2GYxBJ6pmVKq^zI{uV z#;57_N%IT0@9F)TLiT~OeHb(zVSNM`(Bc4V9loPRf_uGn(HpS0LG1Hy%d1QG_4wu( zZ(qMkIjh3M@wtk(<9A&h+0SKBwAY1}DKqqr@(tAn`Bl$7!gcNHJqrV}bQpop(|D!n zCoYdc^99H}GfWB31J=UdkDlrH$<K8~&-N!v4LPmP_d?^R$ETQn=01nC5Gv{SOVfuu zp-jJm-QSDh0+=<Bb!d633w-|se|%e3A1RH0xO#iYt4?Q!xkR)n*TCl64{Ms{G`&sN zN8GcpKmtLwNU#8v`Cky9+p{dQ{GF}c$M~Fh+@|qdeS9U2m&;e63DnRJfWEiRrw*Pa zdG_@A=wH>w%=l(A$0Ir4@ZC20xcC!a?tSW*u-JC#)>0Xl&1>@-+lM9H9zH**JAdfF zaC|W1v+!3b=QE98db~>84?usZ-ECW4`_5WDd8lhjShp8j+ds^S^juxV-Ti@GGpm^k z|JFP``}#0m$CAdYTwlP>9j?Xz9vA<Vd~qdcx^}<EuG$xSc?@|`oPLtVBTYZ39lTHA zLor34!ibR{_pThDn7(SyAP!}+1A$z?JzyYhLYe<aHdbq9y_KAJi#l44XU34Co!-BQ zI{Nm#Q(D>m-YHSL^5fmK*Z*9sQ)gt0jX74|&D-4m9$ufmWI^PHP1BrKe;B%X@hKPm zyaewnZ@+SVq-EyK5Dm@ljK$jdC5?xce{%G%5*;E{pADl$;S74nIt!78z>^NlZ<41D z^s6;<733&HUqTcjp0Ux3xdL_=@G$01hdfdwniljjj4ZNG9^NDGL*wPkQ*-n)P}@BJ zWtQQ6V%}aD<{I;JTHu+KmlNn#(fHNV$MXDL2@48u_1_z$U85~?@_D!YQxIR@+(8RI zCXcpH7`oDG*1i(G@Oth0^Up^WdTX=CuW}p5348Q$+IXLCkF<P~)(_}4?!(A2;`as1 z-GliDUS(s_m~X#H<1v)CnB^-_w;F}Jp~D!Rz~500e+j(bhZzm>vXz>GPh8&iVn$6c zGqVZ$4=apG*5|5Bww}#a;MUH1^So@6g8D42JX}8yR^Gpc^yL1+Y-GqgLZv0@W8>+F z{4q5q9PnBepSe+{e0;S2u%!Jg$789T>FhWl=$g~?0Q+CNi=LlG^MGaP3!~Va(+xD5 z5%&VSCKqUKv!~U>ZI>T3_D&D{U@znRRY(p2SDTlek!=M{f0}>9><_tFA?f!kmCr)* zM2IHJyi6KR@7{kb|5)UdOI()-&9)42Cy*k)3op=Jz7>yX`QsnxrEb1HI^v&Q@drMY zXN8F4O)q{h&1=D@uQXorgcAQ1j4{Yj0v57V=Ez6&u751(a!4CBf8@X_vDsAE&&VBN z;BR4Pqo}{t-)&_Xeqi;!`Fhp!O_{viKQ`8mZ`Ro^Tj^wdo<lX|gOD5pYgztkI-ft) z@qftoE?b%&O659@hc6E;J71JfIWh)lywdW8J3<Y|s}MiY^i!&560B3)GBjH3HvY?u zie1N5=9zpneoM@6m0<3+w(>{Mibq_d>&}}~YF?avy?@>2(5P>RuGr81`EQ#yv#mT) z0$s`G)noO7+8(p627W*FuhnS0jwRhb<MvToX7s}BkoY>d&*J;&l77E*|C>Lb=5-<m z6pe@52DSY0O8ixhgNIG+_;)kgT?5|c%aFsmEke!IXx+iliIKJ&iZki(?oZ!|*ZKIt z-w)BIo{VP0corB#kOvHU3Oo*YkJTXfJ}mDZKlr#qPCvWZbACj6d*1ZJ>+}BDQ_yC? zUrw7Iy_ylecYuCf74Oq{(pw%Wp*3Kp@k;Zfn7@Lw6jtW^bUwgvqmigwxoK>LM46WZ zdx0&Lw@<k}XPEtwL`b2BoJAu1E#t|#L&tqNY8zAJ@Sh837f-{drVJ@oCQFoyHZH&Y zv>I=+cfsp)d-(iijGA)df92Z$#-s|O<@1*%^o6OmKA@!ONy|SW|F{#ALxT32LmojN z-3owl4`#x`YU=_Yo!0ItJ@e_Ra-FLprS`Qw(Yayg0FPx0o<(@9bnl1P!!8V;mZ{BW z?T)+$Uo^R7Bf0)W<5%Jj0`ETf8_9~PuPzRSWFY9z_$MGg`v9hugAkfvX$n0pv)*7D ze@e?gIr<pr7{X9Y{8RN^lec5rRq~j(dO!~M9_xGJlQjLL@fefG&~JbQX9<uw9dJS1 z3CuhE7)=OkG`*SsjPotx`@ZAY>=VyM*^fJ1HTdbhetNm|!!>`a#e2rtFMc@d!-y<R zv*GjY)|Kj;TsFJYm~D+hOVn(wx3^+<e#v)eU>&CkqjN8N*M00~e4cJU&CiDZDRKKt ztoP~n^W~>G^95Yl09pc4=^c=+wJ&c@%D2inDk*1RY_2l)NCzxwyx5aU?HjJX4ab)Y zlyrUO$ZN2}AoD6%$h}QGSBA#J@2~XIcgA+TvxFSFxkO^t=Y9@b$1G^H?0mQWcqioD z-oK_?811s|dEqZRP8QI|mD25_`JJz6EVVu>uYEM$^p#I?xfrRg(d5fnp;ln?**4pE z{ai4*fA02pXX&|BpC=rQb4+Yq_uR{}KU(8;<?U0V55%OBM&tTAEPPmxhR)HI*LZz) zDWPAtrSZ`GAy*#Cofo_fDD*yTzm-$`&T8=?+B&O|E?7$85#m>Adr6!wbbac{BYEEJ zOj)K@ockqG8#!e8)+;$qzd|~!t68{x>%;Z5YdT)`zPflpU%Y;;+?lp@N|$imeCSNE z8DGje;Ptgds+OE&)88)I``>TDz2eK@b-I1R@*U@^gx4UCC}b%k@xZM01a=!}dt)EE zzVw!-Tzk?OPP|9srTO0y_N_QK^5+YD`k7-tcrtw&q_fXJcLp)`wmd6BqZ#zDZ1n4q zE8OO%Jg|E?akM^uk*1$H@|w=1uEcgcd1}u3i<MHWX9eY(e<)|Zn%KX~7Hzw7_-udc z-P1bGoaJ_i7bZmGr~BVf{=r(+AjZEFpm;wK;*qM)H2Ef1`f4=yXV0v0uu(~u)w6Oh zyyksF(!XRWc?fh?vOYPxN%>b^uOh6so|>Bc=*xsyF?#aHi)HOMuDnrhJ!mv<H9hJS zs}<!jq0ym++5R5<0o&EOSIagRX7{t&R`lA~&o4Tp;Pv%~T6{P@A;f9wlLs^Arwr5k zFY!LjUwnF)CO^o|X4tpaTc-oaiCIC+?gEn8Qfa>WLOT=fV!Y~U-P=vN7Q7~Ym>7O~ zJPM5uRzs;7Pbhy(A$BNf`ddyOD&w~9egDpsP-Bbp#wqbVw=|y=jhJb?G`%gM|BTH9 z_;`f;?aJ&GIh6Y1b)(#yf=BJ6C)UdHwe`QjNS}&@sth<8`nP>bu}ua2>(<DG*W<kl zwz2X(=(aFl*6CM2ED-fCNcTT^0@ry!JHsjh*|jEo&(I&Nj87|+I#ulAvu`e2X7=!? zdhqpQY!8-v`it+cH9y+{f4rEZZ-y||4LQXNXaasHkWKW8CAL(!?E5X_6xa3E4iP@n z*NrUtG>(2s34Ki2eQetMxucdwZ1|ggzcha;nSUA^*#rk&KNmUSc{ZO0OFy~MVSIj~ z-!G&;gyxTs9R^Nb4rStodolh^b`%)W6Mrqb>hyI-<snu}zQ&~9T)njfURTmyac?8O zjbGC5=j(e@?VpZJn|m@od0*x~uzEo%0aYM_34Dhr9)Bi-zVQ!@k4s6qzfG~O>GxZ< z{f3g)c+1J%^u<T7t&!8G4ExZu9lr-W_xSFcq;XF;KmTy`Dlr?d?Z3Buz)i46B#il| zMk_U%10w5W{~PTEOE-*JQ^6dZupR*Ihw*4yzta6jk53_aX&HOli;*#qB~|H60(<6v zVZ3qWgF5_3_m8x`7GJLeTL|ncc1IofC}C$=AKlqO^lF_PyBVn;_OI=p!T!;<vwQz+ zaqRAed3b$nleOQ+*Inn7R@nR2&aG~GyBhD)?X#@>rsbodkCq)*ri~?N6Wt!;{#G`} z6xjVjANqaiPam+PLDO5}bSWWvv6hz7_%ONg1xon(_tGENdp#K02&Xh~Z86h$^!K*M z(4z~w2K>;V!$O6aU*MXh@zWB5l?jHjLI9fJrQeH}>zx#Yr@t6jE9!*1rma=v>j|0v zco|R(Z(R1D>2PG&SnbpnX9iR)l-UulV@bD9T0be7Ps%%Wz!W~3K4zPBLem58i<fR$ zJh5$=nPTnX%iHwvpBh^uLab2I^tZhK1gI_Fb3dwr)uqdqeeCCW`e$0QY?yvs=IE8? zPgnL!cAi##SHJ8>2I=Ep>GsI6N0rUrmHEqPJktCvZhr+c@*8sJ6G;wnD`b~WxPmCD z94mXy9=5oTcFyT59(9_YUW~l(b@`|#wa$3CZmKc$*XV@Tf8li+zmz=!UNgw2%kBea zt$kD0f9d{{?@uOsZOPshvf~yd2Z_7J77CY_79_8m967}!;gtQ(k)<Z+&sn1BA>E%? ztB;N*#Aji6jd)66y&UGD!k<Q0?xkgkU*xgfw&v8N)SXxHsR-}I$9~*#cAnH~d2oXp zQ&RCdmNZ_=k8g9LUHS4zZTSiN<zWT`b_0wchzECMt^_h`*$}m$Y;-g6JD+zZ+>Dv* zG5+4B+mGUN4?wzONz-4NU&P0Mm~Q2a<T8OBWjz_Z5W!}6))?4Gz-u5WLMX|g#BwDq z*xktI{_?zm*0WOg-JiPDN1vBgtbO!&6`KDG$y@H<;k&uzAM4h4f3t3jYfNnY;F|W4 z`hCwKHOtv7>p#SPL77H5a<42PdajW)-?Mb%){EZ<XDAp~^17GRhF<=4nq8f#U-zK< zR}J}SOm}DaTDQ4X*BGaiHY@A4{p4{F@nK2hk>)o;StKo=jG@zL?C&}jvHMuXHY%<8 zn~dl4<U(9nD#u4!pw{}9ar7F^nO~dAOzaZtv?gkt{T~H9(tUkgnS7FJjYd<vLyh7G zk2yGvJ!u#2?DJ|C_5+r5e{jd4viURNBg_GU@2ATM?bl8>lX5w1y_q}zFT3|!>H9Pu zY5p}$UV_{QO+Z#9AS)1N<uIIM()j4#G+vs1Lh_Hbh}4WX5c7XZ^9Z!5%#%@{9lQgq zc6N6OwjFU#A0NN^c9SAY#_iHZFJAWO>Ch{BdlBhCw_m!ygyfAq<DURa&F~)NT!x&^ z;Hf}eEj7=75P7T4w2Wn(mUe0|?!bazE5wPVa=e!1FQxWIt(={g9A4GkIo9uSxAx(; z=3~3Qf4!5b-mwx+sr~lldA#3SKd$KZs%uXHdWh&GHVN(fFg3OZ+XN+zpB`UI<^wS1 zQ9jAdRZG_|ZbyVN(xd}J4LD~2eByA9Z?FGmy4)6#@7pRmY#UOmuj9-dE3~a&?9=B> z$o+9_4v#Yptu}_N@DEMx@tXci8jl+Gh7zlgu3vh*tE<1IA_TmX8dW?uGqZEzhdkxB zKiv9<H2n<y#X|C0%3d`lVFPXLBENJUZ@>HavLDYrU(?ScODw!Ls>GUI4y&9B_j|bY zZ9T-PoW6!Klh|+U>GXzo?U`8v%yr;o44eT$)<p47vyyS6XZ9%IKFfXemD@YN>HT{6 z7c^dT#wW~VK+*>@F@hjdf;gG}q<jar`xe_+-7BO0?m0Qu&6+#Bs~A3MeifJZ?8$qC zs^I59y@d7AB~73I1^H`?UlD(i)Q%y`r?hj3sT(uV*1N-UyiT{rxcmX1H|_?2GZa7q z<8NiV1D4!gRL3>th}(*8$A3g6w$|rerSVAjuX1@rPTPc@_GSLTc|2e>8vl5HX^_D? z>5N;_hkYdvlxU}q8>jKo<HZ#DV@xIvPVKSp(4?F;>&}0xTi2m{H5xUIN1A@7jSsmx zrd8OVRcbFeX&qJI;MIXQM*J;>SFQ2XmeJHhncWPqrvWUQFb(N-5}gb)1=!Id{V7l~ zPwlFgj(hC5P<CUHsUr*FUljWAs9n1y5pIbkQx|;OFuovOS5ALJiB9BwTZS)*ZR1DT z&`!FD2sV!djL1-(wJpWL1R;%2{qb&G8fC2B-KW_6;r8RdCC^?qtNcx*8<sRaY5p~3 z{KLu6#6Jj904OL|e<IE|XZxI6oh8vJ@^X>nZQJ8J;C1Er<%~c1bJ!`LeswJ2?`gL^ z@3Zo+a^@b0xY}1<JTkoSb+^c}D{?e{x_B90e|~ObiAxiI*pHjs+_CQ0{)+7ZQ{-Di ztX!Z}PCsSihZ~U-B2YhliN>S;c#$Vb@2x12Yuc@Fs}(;3oQk=)*Fl^#KGWti;C&7i z)PaMKj4AEd#Mf@xsH#ExnyoK|^$zb8cklcQC-=>B@_x8~=7>IyhsGm4ewFjTJc<#d zG#*+%E17S~v1g4-KaFNX!x3Yb<Vm(!bG`MLIdgIsKzd>+h1Znvraz<$E8&#+8|4nj zw&<usgmdj1Zqri(@m7`dX}<rK{b)VuV#OOzTZSyc>oh*K^fi&cn9B#W9%yKg&X}_q zbT&K%+T7pdeMZ<0Ea~<Lk8dwV8-ukN%xGV*d+Ds>^7Y4sikTnJiVW9|trGcs@>(nX zJ|{6erjH*_25}IBR-W#dm~wmb#O|H7%W{_r8QUaIAFs!!kNNX!uwleLj~;)W`)JJ` z_eoU?b)S<nUZ0O2pQrIi$-6Kew}92h_2uB(*fLkxuJ4!b9MEptvcfy_o!(3F&Nb)4 zx#q3>Y(3*a?7VmVzv=h&;C&j8dgB2y3-@LE4_4mk^YKW0Ci>&#?%4&*G+t@`GDpA4 zx2hVhEiy2uo3qQj6|Yu~tTC!G()UT(LX{H(5}Qx#vCGc-_;Q}<K)1)z@?Cz5NDF9u z()1=zC|MsPep+Mptdv&LXuQ4p``5@h#CFGk7TSbHp8C8w%JGZob76TTSC>~#^(xl? zLM`VdZC(UDt^Ozt`Gdws_rH+7w9I-9*;giaF1FDreBZu~Huk$tJ>1)`T;gDJ+9T!9 z1bHi$Z}T;qoqfrP!dCM}wr}`uQ+0%;8FjMj$1gwnI<9}Rt6u3GkMw?QDf+8zUm3PT zny+bm(&LXW@2naBC3rC56d&+gqUQ@dt{|P2%qi5sV~9}SMS@?{uaE2@0&2j%0kMyZ z?e|+nH{H-q{&3d!Y_<&g{F!e$SL+nxUCuRaxO=HZIS=XM|L{GQzzd!fIBSND5W?E{ zW%|@FKHs7dDaWH+e}E5(<aCE#g_GmOqSk11e0$<|+CS3LfREP{d0;sHtaY9`L;eCO zMdm4dijgZn#~p6!x%i<r`CXO8k*hxG?Hc9%ZHNZ^hlW=`ACq0sLRi$V4_Em?6T_a_ zaHjOrX9R@vaHP&^<Kk3~Pu%{1nnM{{h((dZehQdz!m5VhtVynw!bMKLE5~oxd;I=H z`pS!<utfcAbPd0~c%`>{)aq}o>v`<lKQ>SH`C*yyx@GZzB$LNoUFXcn-!ZwhN6glb zQ;sDhzD*x|z*TH4C)R1Kv@E?~Tq=p)=gUty_O_ILYG~6LqXxfz^W``3=3um#R=1uB z>w(rxUrC?BMfZ;!dYCi+VE5aLNii4$a%Ulyp(i&k2V_6k1R=V;4PaS-l=Wp~EXg2X zytg%)2OoB4-<?{~Jw7VTK05P071leY<SX$2idjH(f1A<E;g;_Phzvg07F|FZ1VD z#JdEsdVK#j%xuV7X&>erJVSdv+4B~a&4012bo<PwCmR!kb#O~d)@O>9pgtZ4rXOK+ z@wP7L$S|#V>ZbP@D>_Bp7`v-Y<Gf$Fw1MyH<3aCah>p+EzM|{J-<GK#tUeOu0sdlk zzq@f>K}_6|#%G%US$w8Kzu)}v;LLDCPszNFk+C!9&x)SqvE}HNdz~+@{)TN<ACD{3 z6CnG28Ck-$xV?2+qNfp`0${QP9<jAgsIThxm`!8+oNUKdo}cn+ZI0$}4L&pu;dP^q z4DBJ}88l#T-D-?fq!ImI^ZOrt4NwL#|3IGmG5BE@KYZu!8yENLkhXLGZ#ldjn3*GR z3DMUug28r%xERQWCikNppXu{QM+P0>gg!Ui!(~n;4a1fyZ;zC{gZzQ?R^rX%j{`OM z752rlzB*+xT7CNbZh9Ejuk5rJOY{%12|;?3**2W`piet*$gIpS_4@-)4b+D!7}R-q z=rG%MrJh=+IJfe*U9duL1TFLmYFi+~BJ1fb63cH~cWyuaktOj#b~HFg6=arL=Mk7c zzF7KkH8JkkA@7HtWl!ETX9qA%U$y+hc;1n4oQRg8I9S232MJ;zKxY_^BkX^vlEzQZ zztmn|R5rgCw<E>cMYl%{euA@IU>}aqr~2&$RU<D&yG9&t7P~0ViR|<<mcRp%I%Kyr zT^s+m`t`H1x$-=;hL~tPG{2?qd>>>5(30#2Q-Aia(X_iYEBm#Ml^u3op77DO>hoHL z)Ubs9VEf0D;aNDb4`dSTOaz@K_GvQmL$60)CR;DLxwPC9Z!i72rBr_j$p>ZrP~&5q zuHXFeEZ>I?v{Ju*%yGp={(<!NVEzR#{S+eBLH}K+@t8J0m+z6L>ocGJP`CKnp(X1R z^C%mxg@Hr@Z;HGuUFzeNlU;>n5;f{a+sJSxrEDE;!`H)O=SNO-7@NB3<cZL;`g|{H z;FI1R$kK!U7PRBSxe*KYx^CHhVNw2+8TvS1d`>w&vH3GvY+_tSv<t4o81kGco>kHU z<@gPI8P;Ddw;P8qKaKm5AkLWUNm4EkO_5LH?U!#;&p((r<F<B`)7){@m;J0(;v(|b z_}0U(tSUU*aeL=njm!M~#1pS$N%tRZ4+-g4)7RJF?V*ev0KPG@b5*Ink)|(sLP>ll zXk<D*$GBCX(R7{M*FALpLHiYTk{;L=jul;hr|D@~`x12<u_wuS0hX{THJX^-UF`>4 zJY~D1e9m7z+U(9D#!q7QK?jE7FmHtQ%KnVD3uHWcFq02u&J`qC03cR`{|U6caC}{# zV(u#^cR#n@wsS}N37Vg!`9)ZsqURhl#(`YG(>D!eCyl`Hw|aOW)(6&j#99RFFQng% zjVbl;3}8mE4TFfp8-Yg=e6w<CQ)hbY{zC3U?ADgtmOARMQTl!U>5Grfz=3ONhJ9%4 zm%4btJHhqM%B3cYkj6vHA0c@zG+%OM#v$P}GIs;+k`uQ`*DuDcWT#Icqy5FkAMlrP zdO+LcTgrq+>f)od49Z{FKLrts>>LZ%WtH}*T6l%1tYv2BMDrm!`S!-`<?mXp&eGN+ zE@D%gIgKm3AqN&~Qg7a!3dJ3hbFQ;r^?WJMac#-=c<N+OKV2pnm_7M1turPI0dsob z0gD&*$>YfhekPoqd-g(V#Lwi0?rTc-^2?;rdLX^i13!#2xfy6XJ{~dk(drn-?Ux#l z@oCq#0OG__IbI?`=#fVD@eAJ*vgaBg0Ev>u2YR2_hOn9&u8aPq<9G%zo)dBh_|0(C zgS}gui4MTonW_GCDSH%~MdMdK-%&Ofr0X+P-V4bm9M42clN}-uTcR|E5NQJ?jhEJs z=Go_D?GCs=PCOSEm)Lh2uO;XU<E6LG_6}o^vn#`5n7G$}CqCnmSX`9scT3_W(J1|N z5fxwy%lW8>Cy<Hy0edJ|XL$r@hy~~OU;ZGFN}<esT&-)%Jl#`gUxohX_f=|{kk<V! z{2g_C3M&dQ+DyX^El>+Tcq<7SKMh1wfUfsqbiSVsr*e!ndt`~8FviX{b$>OtJBub} zMPB+{culdj)uk^)#=<HyH@?t(E1RY#tq+9eOX~W+jB9oppQ-Ync!6m85le|ZkH~y_ zBA*st;j-8IctOWKKZa-9^rEufPorLYz@`q;MLHVJnW4u>=6@0wLMR4y97JM=GXKaf zB*?3#TyD_#>>B>+~(iWU&ujpXvP%F$6GMhSsY;PeuG{<0Y{rU;&aj2-#^Tzu(lu zGl=0G(5{f_g3WBm+M@C?0j=JKm+Q8sS0|eV-7}_MZ5yZ03#Arbt{fvPE{2(0i98^y zK}wKco%d^!+rLGfr=2VHZ2#t8G1%`|S^_`uN<em4!o83&7Bs4Q(hAY5XAf}c53&dM z=Mb4BpW-w<x$lLUrI3D7;?D!S1)`MklyT6mARWjoz<91xpjueS{D+Occhye$7Bt$v z!*P9nWuz#LUs`^VCzQ<hS!sr~ikHgq2+d4u8=O!}=JxXXG-=6(+&BGeIBg61-qo>I z69*cpCGeSJE7N#{{0VgS9Dl~DCUN;Bnl^}TB<DB%erf&??hkgC7t0N5$OpCXIp{_d zoaigQ!%Gdk9MbB(()iQIpT+h8jfehC;}ha9zzp*#uv~m}vsRYF;GVIaALhPaX+!{B zpQ-$e{KC~8{!F9<thd3Mq#x66Q|7%iJ~4U+F_Z>-5o~LW<6|TH=w4)h)9+8u_QPyO z{?1&2Sv|b||Md(xmr9;C;M*HQ{eko+cARPXps|P4YA@uOFlD8ZuHRUDrB7?+)6Z0X z0~-@;Gq8nV9i6Op%I!s@E+3Ea_JJL1&gpOb`b=*>LE`hDjDfXY@U<(oSDUr+o>BKw zpw*82`TjZEFHd)tGQ#7{7=2(oBe!EtDEzG~8#;?Z4*yAKqh#Mlf1}@TdVj#KQsPHs zqbz#rIFn?R04)H$WT+w3wjt>D$eDkr>mO4x8{v-!A^t+^RLXXMzNOo5nf`3c^klF; zhmWaq^Yp|Ea)Ic8e){<$W^PsPRbWREO>blUC&xB(&69NH>gYQ*6QB8q?4N%ulC6n+ zqwBLw|F&nwEy(#`RcV!e{SA^>XoV2RrW!pj+#hQBSH-;SCl4+9etBO9>*yBCFSHDt z=42`UaAznOrWwL;KnSznhr1^nt{|6#CxOK9DYra?>1QfG8^`O&v;%gD!`TnuRfp5k zVI>Y{4D1@R(st0}k=8fruFoske?@bK@NXKwW$3S-mRAceP%>P<x=dOPzQz8!eW9>h z(C`VRe1X(f4=?VjRE9*o`e8jGz-%A3T6o$s76?SvK!$kY&kUi~TCEvdoa{<MAB-}} zsVkq_Gphk$Gr=05(E5g4Y--UDY)Qa_8TP}CN=0srm73C1J$n_}gYoXDoje(Sg&8aG zE$scKvu@xRHCC!eZ}3n-v>iwp$N?j-$H$lcb}VkFyUVOGnY#=cww~vjRuf++HG;s3 zf*BjhE-x3cAvM**N7l&6syMEQlNd*NloTG%WE{W>ojLK6!cmfjlo0+!)5nr{$UF^Z zLgF79kE!+mden(^2svexpJpzOlD+e%NZb)VLAS?}^aX8XZk7oeuVv^@Vk?OK%bmR| zALD7&-Ty3`HPK;V;f(EFdMxUJbjOlzk7el(yZ4D6ApSN)Azsq>X!~7gy;@y=k=VJ; z;+VO2X#A%03mYRs>=QYsU-I?0CHt4`4`k<@a<YC|f<FJN`o@&?E+zhoVa(W4x)($( z`oo$MW_%z%evr1X-WR4@YlWCJ_zltwtd@Q<?JMqBg750#RdU)Ai-NA-lH&>NyMekW z>`;bsWUbcl)EE|**thh=i#COL^r4#lXL@#cF<Qa(-$O4sl9HgN@tLYmJee7n@$CBY zvm+X#Cw)&X{OD5<^IVx~HPQIg8s8A519A~gr6+p{iIfB{7VMD$`3Sa=)G4=?#^=po zfnBnGObOB(EK#KxxqWUayg`iDz?wlwB9K9+K-Shi%&G#cwudoP2G4@@r|k62zoN4` zxXwP^@M_tZe|UdjN&H~Tnv36(_>i8!l}-#@dokP~^`Y_5_PW~scF5Nl%FvO-77%WQ zIbJY>R?dgUtJZi2{`6${5ymxWZy4bNWKfaDBQ4)i5~5cP_9KAjkmTz(+$}2nj4?XV zc+{Z}nJGY=C&meb?HI&(uZbiyT_38859AB>A4)?<=1L&bmoO@%KbE8)+FQhjL&x&T zqorl=sdbvWrR*`F9IPdQmIGg}uzwKg%RRkTs>dxu&koFJR`+z#sJZ<LwX1etyTQxu z^t8{{^!XMngCAv-Fr8thXs%xl`{j4wXZZwCh?g`z@%cTm4<Sw&WE#dRv(JN<1NN`< zW8!ASGvd?rAyy(YNUk)@z6!d6mLiaA0QaAgC<CwuAyN$1U_+R-Jzj`|LE}&L{JiS> zk~cQ9CjM%&wcXhBc=M;HTTtK36Rp>78Rz=iCz}smpSo`Q1M6jttQXzbbnf2Tvd8c` zmUMe)`@-`6KxOBqn1WZyej6gmKsQP6tpOTJ;W5uXYs>H{@Fcr09Ps%w+EVIMHn`jn zj{_b~V}{h+5cmH18+@L|%kn=tHxI0Q;L#2`jSQZp07ja_&UM4jyIFe|KbkwqZd&DE zW9N41xE=4(?>CH7A!ATDrw|!`u%=0JnE(o*y(D&wEjEOaaIlM1`mD1fduK1ptabKS z9RE)~&j+{ZW=Qs*`ur~(7mD<gDrx%48L!ItA2cJ095;Q}nMO0J@xkqmDfyhz<~U#2 zx$5R>Y!{6`J?wF@*fPL0b(YUchhg*F<{c~i&*Utt8zD|CmE$EXGHrjHIMRGwR^GVq z<)GE%4~MpFURAoZ7(R3K5%@=gm{A2W+)Dl4*FEnhRxY~1WsGgYgoT@mE*HZmCU0<V z=cikf2WygeOnh_^nIM&5CIj3qFF$46m8pM>yXj&zcJ9#?>x<9$8}VcrF?@Z?l+z9i z^Y)wJHRRSnypE;v{zh9&crGYszSsaO7bqLdKC;iLS810uRaU0lsOXlHeuTy=M;@5B zo+m87#5vaxF^xBU^n*0IXPJi2u^Auju>3)^cjG3LJ0NNrFHK+b^t<6`C9`<qX(hHO z@n8~bRGvk$x>e?a$4A$6jXfSP^ULcD6R{mw((N%spv->lz>G<d6-w;aa#Ighwl3vi zGiE~XeW!1)k<521tsl&hx8fsjPvZs!`&MslANM80Kb89w$|goX_2n5i_ADH$6)mOu z6XzO2t6gYe!7d`-|7I$3*Tb|;J7lm8jIfF6)4FK(WpDM)K^l*A|Cuj88;Vj#qsiIc z^Ly@`*&KG<j{7lZ(yq?*qcmQ6e5aTFC(elkaevSD6Fb^fc1-p2^&Ge&t}C`f3cvdD zNuK9A=bUynLpSAcSY);Tc2S>Cb;R&W^M^U(o4aa-2!zYJH>>XL8T!RzLDHW;a!xCi zh)>b<RX*NXzXHCKTRL=dPMFrPk@KWHlgqpdpP(P`*Sxx&={~fVb6Up5FAq(AIu`$i z#*;q!Q;Itg9e+Md>lZ0`1hYHH=NQE36^L&Tl3Q$T{BK!T4S!%)zKiwv0s~LJo%Q)F zKJjRu_dM^`Cv7J;YjC7hjHl}7mq0c*uI#{i>5}e0nm$}zD&{}pK4W;s79fz93AEAe zRq+jScs8EkyV>?ht`>T}%h$f%!3R%sc&te-bv%D}%?v60={J6*Z8*S6(^ndw`TB?C zzabvL5XQR)JBIMBH2vt`j#EpVeH?MuaZBMogV*kf(9i4eIl4XRGv4LfAh};}8Zv*A zkH_-9bA5c5EYY72Du$msMu5L9r=N`TOPNofhV?E{&pC0-lRpMb_F0U0cNJeZs(i7E zPN@kwo?5x_9c^@fs5^eyY*p3_4@sZC&gXX;kCeQHxghKj1McOn#KC(=#DZ}@=&9Tz zQ}VaZXtyd`Lhz%U)9)f3v83rGJs#E4_u$Qt_75V?YmZlX&$zbEdR339od>QxHV&^> z3LIZ0_R4$v<%>MrJPKKR;dLyPw+|(Q>HY#kc_X){2;#O0vy(gI8eyA|(zSlR!w>pk zJFukNlRol>+Xk?(VD%a@(1#){(ejH`X3dXJBdsUh`L?NPjqCb#H~a&-J+%BuFZ-U` zLg`j%G_f!G#t!?K;FMDLbf!&DPX8gdJ@Vx#WMmqoTVEjOZD9?DB~3qb>|Y^?OuwJ* zA6ToyeNM!eM&dEZ3LdO-f~83OB!<YzuS#z_kE)+iz++0>n*Fc))#n8y(e*<=f&Nyq zo+oaParY4$kI)}p=jG-r&NlYz9mg!)ta+^82mdB}r77?Hm)guL?OJZ}yG*==9~wVR zKOz1WTMyv=tx#V9Md|v|PoA^$C^?ZL$yvAG>K^&PVa$-nd)_1+)}QBYSKrCHQe`ju zh*d9&eE2@FAM#A2F00zR9}cuxSllyr?((bJ;&r;cTpB5}U+D2BOkuh{njfX~xf3%U z2=6MLIgu9A_5W`9FH9xu9kz7bl3G3{Zim&HcO{|+HGie|lhf@nM}BD;xd0L;gsqnM z?dhb&xvLc~=NxgdW$5UU2R6|U(0HWBk7exzx%91|2`awf>ve77Uo{RCbDwYx+eNpB z9v?#T#}exghWb^yRTI8FaebNA%zbs}_a1o?>rWGF4?X_4vR-U{?#YZmu--v0;dljW zl-+xPwed@up336yfH%qdJ!Ddb{r*Hd!fsDrCcalZKG2YUd|dREl%B7vyc|}~ZO4wJ z?L&HWE`s-y-d8SpYI;$R*+(B*SL*ab@29L<aBZCnCE{I^|H*dkby(k@_&nWSIs79> ze~Edl==!9`pIY+~L;WSqp@c#--t>{jD09fpxKM_tz!xXy<ESlmD}UA1Zetd>j4Riz z<w*RS!r_Bc3RxF-+<x`O;B2uWpYb}~KDz&v*ndJarQdIk{FmbuiF(nhZ@+roZ8tak zbRl)?wN=<oENMK_{D*yE`g{>(7%%t*L2=4$d)xf1KCy)LnBk5u_Agy$$GN5ZO5^AE z7rpPFSnd3I32hGnCH$Bf2}nwac*0%y%6uYT4R+f^jh^B#eQckc<r-!kDuo|uqr~2q zmhV6nd45>!#=cu@=6-UW*!EeIJh`%+N4!~|6zbM1I-BF}ft@SAT~Sc<{6=a1QA>W2 ztakERg{|Pv7u1(uble!kjDf^5{&^Yw`mvu=39Bs`E94&7;jo^*2M51Bdu2gm`#nz2 z!rKmVd_uoPn*Zg`SA}#`{=pZgrOYquKCxC_$68}IRKfcD7t5S=Ri)f6%iq>LnZdJL zWxP(~F;~8kjD||1e-I77ziIi9UiP4}s8Wq)!=})3IYth4-=nP<@MUPc{v7Dp_n#!L zx4Uk&u|e{_mKl!QV@oT|Y1#hQ_dzxrUp~LKC^cN~(xLl9PW$E9Gh%DpbbYiuL;F)` zHVEtgZj8h=W&I!NK-VuVkJQv>LK+{Dk#bhdOXtFS65Qr~{J8aErwV@=-sSTvO+R() zedY0VRmyF1z4r5f%e<a*6ViUXzlFF57w&fPT%QIV{_630@1-ZN<M29`%KJk-{h&-! z6T~!Ldc5%M2KDU;X)e-eD&?xVvi#^>&I|X=$e<aWZHySbA%5R5lG@N;32Q1aOCzyf z@+o%q*y#94z1`e4jh>MDuEYtwACRV>Ir5*#2sV2;wvk)b$ap()%!_AEdnT`ZTJOO> z6Y$>s?;nrv?Y-81!k0m{huFpG*VAZx{Qi}%FNI{_%k!m+24#q`9zVHb;QK)<t{@&P z>H2@qd|H~r>b3p5relRVF6&>9c-i=SC(-_;>8Gwf#jN3hy1Wu(CpF}r0*@;jg^0A3 zQ_}R8gI|t5<OOQ~2WH<j-=uaWC%MMY%6lPa%Z`%!U6jjv)TqjK?`;1(vBIoBMp^H9 zdNRn`H*hM_j;4?4cwpXSYV<auQ9~aheUwFqeoDNZ^!MC)_LE;{EnT-rA^o}}O&@9d z!W?}jmi++c7_b)}e0q=#mh3YJTUl@Tu_QG5jc$+f{^nXFrbhp;5G{#EzIIC=Jn~oL zG@93~zD&7Op{Y$ozB#9y=Xr|Gx1{+|O?y{p#>mnRzO`K*Q=`w3soIT?e{Q>QKKYg5 zT{XtHwD*Iqll$9zev_^r#;06A1&xQ+Pw8QQ0tSe9uw`URIO7Ea3lUCJh8-_*<x8b< zqg%Lty6HUoQ2Cgpe+76W&FS`8-v0tVWA-$4vg$4WBw!k^a``CDAIfKA8jZ7Ssb7)N zIUUCLpBZtlK;N5U^p&>1JsIwVynRBuDm5C9mQ6~Zw@KEHwOcoOi~lppcy)8<8&Z}j z-5>n%A>V%I{;d<^>lOO^U7&AFWc%sbxjTv;-MX{BK6U4%z1DAjxm5Jn(d%z*Qj?4N z`LGl|A^TX4eF=OgC;pADU(NZ2SXK`?^E9Mw{u2!rXE;#CX5*{OqfW2xt6#Up`!s%O zeP+zQ0^1L=K!`m98W{6_7?*5w_S%d+_HK$pQc?ejX*+vQG99m)`j@+(z%(D}#{|v! zQFTHc<GqUX@7({+A#7KI-}+G(=LgxX>oRNPm+gIP;q}THXaCu6fm_G$wmEJ%e7Kwy zuVYE~pO8F&?EfH>2|u$reb|}4;p((0@=*-W@76cwTJAJ`xiXBz|HzkrKxK$XCA;8} zVut0B9c?e}*;?H_dQL9q1IMg)8{XyHZ+twauD_AB-u?_ml5HCJ1l|t$2Vl%Xc6smw zn8x?*Vvn?oXyN9R(s^g?)$0=yuw68L<?Bz#(gA3NKgCO&KDy=gYnO;g)^%Imz4{)X zqU)pSr;ff5*QyWh-kVS^s(?1>W9>|T-T6a5&U>z#yz6<dMb^8z9rs^(!v0?|ywdVn zTHYCd0&5m7y{>=qvRN2WciiS$$#H%cKhRIn^tC)*H-;}EM;)1)(|G9LG(OtCMDK;z zdWqrlPP!3+Cmg`&FlEmY7bA@?z3HcH_X=MgSspL;fY`_<)a>-O?7ThYZCsWw`05bj z+FrjeK{<U%i-hty2;brMCjYzg`i+lP&_TwZVCiMP^<qkY3sVVj3*UkBA|N{xW)tJn zkb5QKZolCU{TsI%ed4R_r1!y+>wA3r2y@JsW&<hjPvKU}rw5#F52s%$lY2<B^uP<2 zLocQeA?7el7tbUA)Ym4z&OPqjGs=DI?K#EE-s}^LxX)jSDF5tG&-S*rdM;hI*{dU7 zr`wZ0_9jSql=ZMmA}=-$Fw=MmHxOE}_PHBlulq4I1d5IlaemP<-UW!CVrN=NE1{Cc z^E>9R;?@!$F^!kD-%R({3E96wRsbIp_sWT3Kex9#ztL*SmSG8rer30E@4<H(zxw^} z#Ed?e*#U<d*OBRiN12?mJbeuDm}~Fw`Onn(pztWLJUu)Z`PExzL-*0Zi3cGx%NqO+ zYH~BNfM=Ln^qOhUCRQ1@#Na0L!}55Qjmf(srp?b5+RHVqt^bgaNgwonL&QzvrTbH8 zK4|*>1$pc1YUT%5U%r5y1Q{A&FAVTH=o;}4O<(o#u=cGu3ib|-N4~!S+6`x{f^{SQ zq2F)G_HylcaYTl9eiuHVo}As-zYCw??hHek8T<9S@R}BlogVU;9gkf8G|g+6zIZJk z{h@Aq)LU)QXeOV_bSeLRcjq0}ed`a47_<v{euGQ(EKPUqah!O0NS-`3ZtuYBSknB@ zpI;L$;O4U<8pO069&~-kZMc8KH2)pUnZg)-=A$^@(98H*?tQ+DY#aEc;oY;--sRWR z#rw|VvzM>9kDuP#d4JLM5B1k|UTZ%_iwt4b_G=sD41(XL&tHHN(kqtBog;E27PfLu z^SajQ^372Fy4t83_1)b@%y(MvQF6kR#&z{7j;8nTnqSM=dxbRSmNb6azJvL$-24Kl z!^rxL8q!T&c|dFpzNeC2FNU~(YsSAIwoa=gPKrxw_)gRNclZ<JjRZsF{q`2<vA)G) z+YLp$>kr&*y&vz=?V<TcXnr6RUw~)7fNvA<h3NRMH}fsvzdgb*Ul*Ty#raP-l)Uhy z%kBo5AGWcXSsU@Wd|y25{6P<=ZOeNWzEWmlGG51$#xEqFA(M6}Q+p_b2D}FZ3A^s+ z&*b4I=bu1E78nKWPG+U+fixbPo@&WI;n_4&MWgxa@LbLMEnOVq?55N|-=$4uyd#ZI zzP#wb^sSFBuYZ3gI~-(61=?COy)2#CDcQ&N&_A9vZFlc-DSj|@z-7c&?B-uK?^dsJ zSaa^+w7(my((kWMZT0EvFV`b>6SSH0^xwct%KrP%?E&6{{ReXOr6<z{$i~-`!A?#W zS2q9V*N?MD@KA*_8jm0KHh`&<++p{#3qJ)OW-WsZ=4G%JEPv!DEO<3D!?2vrabuQl z+Sw$p=>C72KZVA-rTqag;^ceKvFAxi)8F#?Tgz}4$&$hC4VY)k&+4Snyj$e_Ja^AN zt{X1TpYx<xwzAkNx;^U8uS5T{0omvnqAv$99(8Hm>dK4~I4R1P;bGYMgV9djO#4Ha zQ533xN3qS^@@$4*bE`Qw@>uYA?9jFMvpM6vS)s#kZSMEeb!Jkx&`K{(kH+gXy=Z<` zV*haaQ!IMxa{dtwKYzSul^mDY_WWbN2*iP<6ds}RC8SUB6k$_x)&Z8xEzYlv&i~$J zN<gzi8_wB@t`7_8OCptw?d#%GXYtKJ;R7<vx1HB3`m^tw+WPsx<haB>gSJj_oX|M1 zOtlxGdOkOYUTVlA;1hY7_7N#5>Hf96ypb1MT<1coK98<#c1lU9HhX=yh7}Ptjh8<@ zf|wBvD}1mn4QE@yEDg>_p|8{V3=Bt01FTS@r18L8l;~@3MicrmeHW~7CR;Y@Oqr~c zE7-(!PA>UAL#0%NN#l|4FYUl!057qyf4JI?YmIBi9(J1ksrlCU>qobV)%X8hzDwDm z*lsMtrreE>?DD5`+R3~#`!Dsmf!DF5`-9J~O6*gv$3PhAm0Y)qhMg|&vhm@EVflC6 zT#7hq6nfe@d)x=xiT<b86q@d;pLcxt^ds)rw%6`k&y{{y#k=fLd>%_F{6g}de+_1@ zKDrfdV{;~`Q=R%?pA}@42-SEnkqum$W4pvkx_)tef_u44pNENI;9jTkaNDBH{{;Kc z;Ow&C{~|r~DWtj8Y3|=UaHX@Km3HE@wabpqY&^u^Ci6oI55Mo>^r%2avVc7a=aPa| z$!!H)gW+%W>l53_K<cIIOHX}hsDTXWAoh#K%cU&v2cPyr*B~1@k=(HA1G7!3bwb2r z+4@0;gLeZ@Nrkay{9{=><Qz(&)3%JGV(+SlkK5Di`{{4$)Mu_YOru$~_{G7p`P{4$ zoW{Lt^UrL3oQ*p8gk~2sCCKlUPBUMX-`LV2>iXb+CVk8mPd`QDG0lD=9srQE;6>v4 z1C;ueXguj<Ujb&^olfec=hCKmottHS8uux9qU+MRbDz~4*nK<Fzs`h%2m4)_XrFw! z!MslkE)K`*S<|M!j~VLX9MOJvhT+}n9LDQd()8hu3ZfrPwXcL{0Cat(`pZr6j|p3R zNC{HX_-J|v=>tp6Kh24YX`VULyFHJmyC?QJ_V103%L-vDliNPeSZw59PHQXFPZ+5^ zulEDseY*X|>^HLS72-pPrx#+&AW|lj(K<buu`3iOL%-kh_JOi-wq(Ri$1B$xxGp*$ zc>Ph*p<YNAENT3v$v0_B<#e&TG2OK9T*qk!+_BDNWoG_JvY&}~pt&9}Y!zEhxYM%O z7B_3h^|3Yfy;~fb8Sm`qyCqwLpa0m$=UVeCrAn42c%7z4ddk-U43EL8jsJhPmpT%b zwCs-uiw52d*yc9>rqjZyS>i;`bE4$~-%lduKOyr8qT9f>hd0UH#jnxyy?L|8zIVM` zrn=laSG|SR6S4kK=1(EH1Ywmy?y3jf|1>?)Q(kiI1f+*lN#j>WFLO_C;?D<_)eo9S z=rj}YR-4ye<=NKFt512hKJ)4`q`n%v-BtvDX>Svm-!8FF_?jNo*H58)#u9k>YnXJc z>~HhxSMGiN>Dak<+^t#G(MJLwewa}1HX@;M7_&RT%Nok?eF*+Br=;JbzI{ou6mY6E z_-Y?;=H~I4-|S{26|nZ)d$F0pP38xU?|0ZgAlo6X7yb`x(sDlQosSjEGBmT*#QQs6 zt)CH~&x6;YSiMm@79Dinxu8zc-~)S1@ZZww3Uc)&NP9LeL#z!nz16VSjLjp`W_4^* zwtg?$J^NZ5-c~DIZ?_>n8c%xZOBe?sx_vUj>l26%%Ur(0{^{}Und7F#%Lhy=<)hE5 zbh`PZd8PB$vYR|)TX^*6yO;2JET!7VwLVEt<Ek;)!xPS|G_f;I=wss<1nBzY$qnh~ zy2Y(#zW0f}>$bXnmB_s#OFtHCU;5a)>PN3twVjyRvwd@yS>1E2j2^W2%kOTVTG0mB z4!I@GKk3t-z}J@W4*d@O(w-Ti5RnAFWw3{bFux$e4#ut0XgPkb{l5OO%<OVNiyAM6 zPtR^OA;Yh;t7<>1O1GG9uc`KnmYKu(>T+&@)c4o8GyM^y>m#snrQ@dETK+7sy~lL- zxQ{;X2Nm$p%YPalt-qAae<5lLq(0>11}_qcGo~p*es{WC@WZE18J)Ie>iGT0rJv*R zDJeYa&OgC&0zN1HE_VMi*;NUajNF~k<>xi}7_<7k`_%dguVVTQUWx6Q*QLP3kV4C? zk`wQ|s$L;*C|<{sZm+n$v(r&_fDRKxX9=$y)9>T=C##K>>T7PqI7mE*CzIMco^f!$ zEv=)!+RkgxX~3Yde{RNhV@cyxV$XrCE9{ljXgY-LYVEiu$~oF`(?0)V9{M;_x<2*o zbuWf4th^MO(_q`7EL^>%M~kbw9p>eDn>YDg1-<_tpP}(usy~(PZ`%FhW$|@oM>uRP zP@-0sH$O!8Tk!G9pC1Uz6Jyr8MpItooG-cbOn><zPktkQEZ5Yz_IH-8H$7HgdbYFJ ztn>Oj6EwdllP7%I7VX{i=9a`G?sNKHJz0EvyXROxmUMmm{#GJyq-pW2+K+tUZF;#Z z9+7{a)7CTkeO~26`du2Ix%?=N8EFNj6rSJBe|!$$qG!J+9-Dh;!>PaQqcR-oax6!N zQ+OwCP;lp4Z9VOF`MR~ru%&n>ypAQ^erfyMcy=JrVZ^r$mWQ8CD?)su@xLM~abdcZ zt`J?EvoE8|Anuv$AnC>YlJ}w8V|jgIyoZkXb`M^AFVTI|?d$K#A9vBOb6{&|yvpPQ z{58ZYc`{Z=D6=y}zUQf6(ftW^wsp7N(y;uGi7Q*`&jY^pYiF0T`wzNIDp`3{wS7r? zyD275nblKXp4BG*mF;BiFEzG^;iu(I`i~z^#tIq0@SSOq@or6%OIBX9-)i-TYGo2{ zwa}l>-9%Ha$E%MA+#~8{sMUF2p*Xqi=XzVD?K^X`OY-HJDfXK&j;8tbcgYL1MTmq! z{|(H^P;Mw&m&X3Y(y>}p!GgI5xX*9Y?%(I}l|Aq}-F}+i&7Yqc>Mvt`0hl&C|GLA? zG0l3%n9`jNxA%RDII*Phipv++sW*U;xnYclkd3q!JN?XaWs`?h57n}nROQ&l@tZp@ z#rjSa$U41YE?>Jbql-^2Ipx9zyk4MJY^~$lhuA0kR;oY$Q%rNbPUEw@ycUj|5yQjp zU%vem$k42hZuT#}=dy0)Bikpm>E<$ht@g>VH8wBA>igdqPo|HZT(f_rJWGtV+InH} z-0EEtPh&f=r2AXCy(Eto_*7u`lbC&B_!Rd{3*dP14~@rke-K2ZV!nOw%ULty3H}cw z3cLeg%fQM%i5P`^8}Q9X9GdRVpH4me^ZP_POgb45{QSWveVoyn!wwCX9=qhSId|o< z?$et0#Mhkd_;$x`_X#d>4*d_d8gwNIuQ!|1ef#Ubn!8MOsO7V8ji-KIOSfN%z8J(r zA%SHU!tlPBXNG=1e>};x_i?R4*w2FPr0e6hhpwCKT8BKuB%0Wdv7Z8%_COpsMD{|) zJ6H>aeV`CQ0{sV`SYt81bp4i>XVPmeNE;~sh;ob@qkZg>77(3KuV}%Y+<Wky#xJff z$U1FLhE`-Bld%4v-%tOh>ywrT&}*=of&Mp$Q3}`XGdDI%@ZFGO`P8VM&MR&-JTq)e z&6<cqdHu#`GGg+{_+Qa8Cg62gfhX~~T80P74p`VP0=6wgzymiL&mDzr<d#1=z7EMe z<Be15>i742w`N$5_a4<*8GNFQ#w9KO?`>@&>J-K6G=1nXBxK*x`cTM*Ig+Vo=%ai~ z9oM%kaU|c|=N-lBGgTftG877BMzdOHlsAufm#vuQFT2_2{DMk#Kl2;?mt6Z0q#I}# z$nI%ODj{|G<J)xk2)qY*CxA=EKZUP1>Um<%9qWZ1=XYKnWq%T%tkbsOWuN*L9G33i z-XytMUcFw+l>b?Y3-{Mrul#s$`QS&f>+$(s1yA1Xb^4%fLf`mh1+F>R<8_)prR9h5 zk*Lo2rS*mBqn2(Tx4*#V0qq3-6*f|c@JCNZIzSfKVH`=JWwbR!K!P15_Mz*OrYFi{ zkpIRcFsV`b`wcBSvHmf9injlRB#<Ema_o5Xbw}MLR%xG3e+$aA?Hk^`of?*JzvpYW zvBL`OvmN@H$Le%@X!)qV|AW{kzPfS8Y6h-UkRu7clyo?Dqs9lvxNNO*4gULTQ*3Y4 z%u*Hm+<)VioUOl8?tv#};&m*g+ADwl%eCj^qo?aP*FKTr47xtLf92>uY$>rGk&=ex zx2}<Ivn;lDm{mS3$N0Mrx9~1qzvb;oZeJMc7b#i+<|0|T_nUV!hsU&z*N^>sFK{rn zBf>N3P==Y~>}O{WczQcqp67U-ZlC)4p0=&9X5o^?!<Dym-}C1WtQ0n!KXCsNB^A+} zuwEJ>3`KW!t6QdM$B4Qf>%Z2`=s$H$Zu(Igue7{2MgJN98}+>ReEa10w8zrkMUAFf ztX==g!xuU&&Kc>cS@u}Jul;|cKMmV&x!K77W`C<^y_wQJln+Y$UC=`q@1`_zfJl^- z&ZAFf@B7$o)!vTL7X!weMLDCKAG!8mC}U|thB_kUj9G|tPE`8p`z78Xa%i~`jx}@q z!1~*+%9d@xypHaX!*`EJewlYNUJrfs_*?hUM;+Iec=Impdwx5-PU97~4<OS3Xk_BE z1#EopH@=lE>GyN>1N2;oiT1dbsULUs`7z!n$n-{{{!Hu7JDFSNJHG6#<MOe81@~I? zM!&w-bA9nA*`B_(S-$>{`@KD9j$vCyzR~UDYA&$7mD@YUtp>V2%iA}o%g8tjW%>(v zK<<ae%cqZAf2L_`edpf?-<(%-ymrjG&6`ReUUM07kEy#j?Lcx(n_YLF&wRD{vOcbh z#>?eb8oPS-jPX7P%uQ_@1!rtf&~3xC4JY${xjzEivA4#$>K`wxu-Wj>rA{sV=Vrs} zSkmpWyuHY^hoxs$G(KtjMUK2Te1@LgB5j1q^uS||_M!1{`BTeywIIHM%$vZ=foChh zX~txom#nbBbHPj$1o%aLnK%gX4_%*h|M2yhvD_ooevK-&vv)y<?HcQVe~W0V(@5z0 zx$PC#AD~qrz8FTVyew*0OE&k+8I)|ZyU(r}iFt?CLL4V1q_p_^kJ9!tN4IPG+0AYr zUdNKgN6QH1^4~mNM&mJ0Kj1hbG9PA!WKVDy!!=?Nyo54k-Yo9%s##5sRF539ypo3K z<J@R`e0r&&55(o^p+ok^Pv*()n6~0{_^yRz^!vu;_NTi3DUbxPF9C8-^<ln)W+nYk zMkcYfAR?Wtg_8d0#XQ?vx6;P0Y6x*Uyxr8irPlM;#~tk2*fz0g&jMS!%<3XWA9M8y zv<OZshgDy;HCP+Jbg0>*caOLAwQ-jkH@NNVmI0se%KfrH%_UZLV>;FvHuLofQGbc) z@=Kmxqxsu>c_qxtL(cRW5M=ksVd2zg`&(%5>(`~|`uXDvxQy&p1^X1FHNE~Mr=^~s zF0I)&@~Uf8z8ZZKtVgkV_jTHb&9851`Qypd7sT+n)F*rJD&MCiTwUYy&fjrAEX5I@ zm!jAI*YPgQHP~u?+2@e9`k+beoMTJ$m^}DpyN&q7ma~~V*V~ZEe#Oe9-3ikx>*FS7 zcx<0i;>|VN)QtIO=Nyyhjn7NbQ@+33n7!WstK*e){iez%vRV(L2X-ZsvzN*Gv05vn z1bV*yb*Hq}Mp=#j^FZ**FV64i2GQ-|$`g8Qt2ZAJr>_!xrrBrm;xl%q%yKCo+sh_l zfA1R^N>tRZhab3{8oU0%DTnE=&JP?Luvc+DU%tHtHZ)kzAZ5hk)sQa6`pb0tT#iI0 z2(ta~xmTkgv#;Xh_e~G|E9%E_v7K*r4!i%%G3t-cpU*$lwnMz5ALWl(6}!=4)pPry zu754}#Oqkn?J>_kBrTQb`pnZG^!`uf>&i49Iramw#lS}E&zurVP7;;dgE8@MO1kZ+ zU?0)${ma6+b9BRg7`gv$%Hd*bT*eQ6mFdE)D*8N7G(K7;SVn(=WhtHO0I*Bp6V?Z? z8U(qXNu08hUAyMh2kkP?FKk-<E)1uToyvTAAjg69fn2A?eJW=^x;qWpdCoSr`|$7; z8&6$8{=w2Te0)^+KDt!v{dB9PvWz#JF(o1Q%UllIU)xkaxbuwuTqVon0iJ>LFG89A zksoJ9<KpUdVZABGTf-l3-1pM5K|On+A<YJ&zv*_<nE0GVyy&!7fW!%dRwlDX-~Y05 z!k%83-;f+^e$2em_(v@~WY$hrZpb<WnX7}v0B4(teblQT+TEY2jXm>1s803j!`SU$ zhWml<gEVa3N$3+;+Y$d<-kWr_*qJpp@tse&#m;}|hfi7>ADsUKy~NMg8KgVW9X&3v z3TMm{L(XAR?p>KYAk*a{+6afF2UXi$^!+j)+kJ9&(^@4y4|CtvaqyaKk#{EI_5US$ zK->a&i^<tVmY|Mt`Ng-NwG7wwWOyFVQiK14RFLo61{%}!m22OE)Q6fv{u^;(+)lsW zRCy=FuQ1+>@iW+*fQ$4OnbBIN*N|KJ^i;FGZcIz$k53kpv2S$$pxuExPsp4ft@uEl z#|+v8IYPwkd+~V=U7scCqh!1qqY?LB`r?Ok@j#cu|4C1f=(J!aa#r5Ql6c!PIszmj z%o&L99!4DG6%qef5|8rnE{+rLq&Hq;F)xS-$~A-RX73qVN4u%$>vBsT{+o*T)WQpz zWst6ajaxF(_0j%zzCTG^TBs*a>Gpt}1M3*{7;rH7I6<Q+&1b*qS>*0Q9kaXd2uS<X zEYl`^e1)a^gIL#w_Aba$7>}@4Mm)Brv<Q)tQo4WXnThaxg{Hp{ej?k*ekEuF$UUhK zjnC5lGGn|7SZO?_>Nk>&TIzHgwd;e?0QyFL_G@+9%hnIy<apTBs~=-nQPYwr5;6X3 z<bUJMKYdr(tlW8d(!aMex5nqx!UOFm8T*81k;A&Y^s4*kjyB6?dX(_<{5%8eZ{4{6 z@N;vTIm8doSUXp9s~UJ6OSSMBTb;tXgi5-8u75_Wn^C~X2M+?Q&9Zk%gaF^Npx;N2 zxAgG;nj>Xt{ILE4XEtCiV7cehs<B=tCEK7sn~Xg@#&1(6$F!rZcT{LJs1e=AbbI8? zC$vm|lX(qLQYdCizE<A2C+_LM^9QUK6&>ds`Rvv?#P@FNyM+tx&a>UwH@@V<<;!#6 zbs8_raX@*Y_*~WxNmf((Gv{ZMlZj2?17r2mysVzTlGklW4t;6$;^c}YGdkEVxlld# z%cdjr`@M=C+*SWs>&$L*!v;54GqkKeuMPeo-5yKpW2u$eIk{qHM0w|ONqF<6-lwmv z4j@h}X}mPeVLTefi}3ANl-0&H2C0#*Pu$<)$#CBwMivBU92toi#zZTEZbs>d__5r7 zy~3xe3tCyNeewMGqJ5zY@Vae?)9fYhTpTBFS=eu7#OW1y9ZMRIobhU}n;8V^;wJ~` zFcHfQ>}Z&&x-#Pd&me~Q0hpJems-lAt9Lhi@R!WvTvxt~$ar+8gD2v|lEzE-m*wQW zJYOe`Pl-H%)7VJfWys3u#PFT?{@8VG=61CEJJ^2y`v${@W^3vuMxXT1C#3h;{B4Lu zsC;;C`-hLEOE|CIP`|WCw`2$U8Jd1{|0*Ak!dh+8@+(QFn^&@qTk&-Ajz%rZBM!QL z@$t!h691Ylvx&r86|LE>!HMk^owp78@^oDX&uILMr42W`^!T1zJLC0`X`M4i+{EkL zT3}{H)5G%oE=)f$d|ZB~v8t!P8e{d6B~3prK32c8eshpjA&eYT7Co)elxkG9ZTFGa zowuF8)%EXs+fO1erS-Gc1-`+sH2r<%St~8pe7iHyeyi=QPJ^4TU9e>jq8dGZ!eveV zel1seeXLUJKs|k)KfG@`UM12HYva#{Ep2~Dt^CsM{~hvJiT*`O(zu1k4OvZryhott zZ5jPVN21Do4~Y`;mC$<p{*_~|xa!6;=qH$0nm4~t+Maegn!sAI@JH$UU{v&E=#4om z>9_Xk@V3K_9xGc%%&s)JSpGr^=Q)^TjNg;b?3PbFG;@&Sq*6`&Qx9}}g!Rh9PhuMV zb=nJf1$>mI%$E55&*e+44F7@DSTMakWPL^|XA1p(T1P6kZ^#%lb?+yQhf7aZKMM69 zzrD~F*qZ?-2f#c<PPQpE>$hiQ5a?}M1|hFPDX%`5arI_qUUtklgMGF^%x{RW!9BLb zdkvO?@oYwF)#t&C`mq0YiEvxPewWuS_PjX$2q*9A(A;~=vVg62ag#QGoxeU;8rHD1 zZQf<J-!?k#SnE5vt8ew6cwKJ2$P*A(0$GOqIleuv&Be_nYUl%2M_$n5O?~?r+J`%{ zJ2D&sW5NHwy@udPz!e%fqeCwLxH5b=gqe2}t_@>6QZO%<GXjnEA5AN;-!Z;~d(Ut* z7|&2*tUgxW7;6u3h4@@t-uqc8XTwkl@@|S{Re7KIZ?0EUovr2tz3ya{^TinCdn`?@ zkJuve{hEuOA8yt^@r(V^VW;=Ei3$~6Z(v)-^<T1A$+(waFWo-#>}k?>Y>c84LwjyU zP-%`Gmc2rbQaM`K%_+9sY4WoonM~~muAISl2$gjE)wkbCHXNe2h#hUrM@Hk3XaB+; zF(QW`MhvoE6HlEzQ-WuXWGyw6x5mdA(u&5za+)yzap_L514Y@B@Q5tw&s;Me$EimB zTBcsm;34=jfzq7z;f$NV>jGK{yFNiynraCXu;$=HTiE}<NKaF2$R2Yhv>Kkt!)o!) zp7k%ywUzX*OY;Zof9b&RCQ?bDYjl_B_H*?TiA0e0-y<Es#xpkdphCJnQ`=)0>p)If z6pxZ-Td!{Yz<caCGsI+C{Dm@luzBOz78-stuf6R1Vf`4Q>6BWLmZ;xQ&KkCt{-sv^ z+_41pqs^m~9sxD2zRrj~XuGTb(B>r?&C~CDMckIcD<>8NFj&5RkTCMkh5tij9Y7Af zl>0M``|8t&K1w+XDM3p0`VZC|VI57WrJX)_<jMe=9<+Y@z4KRTenV<Tt+?>wNcaek znU7!1b}8RUp<j~KDq_9@qQlw#Hl(loF-y~%ty#>T<=QK(zUjcs$HC%;^?NR6vTsJN zG*eTa$-^U`Qqtp<=2bEO0oh#u(Z<F+chdE-{sXqxxU}caJ>>R}snTqfce@Lf%G~I- zF4ZS$-O7vl^|Atsc787SDcWI5z}0i}zm%?x<D+-y*TaWrp6Wc$**@-vSB1NHT`oU@ zWy5Ws4Kt@B*}H{jH#w^It9CDAgvW&MKdwY?o|9M2`oIqr%J9C>hi*^$%%|ncDH<Qk zNrvN}&|7%y3$+`s(eGDt{%*<%W;7o2{5xKZUFpl%+2H2{+CW?!%;o(!{!d~%8Omq) zCGOKh+6k33ep==Le@Vq}fsA0|lZ^8UU7s+2bYQ3e^};S(SU(74))BxT8_Mi2FrHIi z&G!>o4n3gudW^jGska^@R3EG%$ltFam#(n;0OrI2f~(nb^|2>I@gN;O;1A#~KOKkp z7}x^PKk~Bkv79fj9pd$S>PDq_&O`OyZ``|<a=G+h?h_ZgMUHd`i}(Jg0Jbo)S^jnf zUe&RWOJ26JdG9$z@H&?2;WI62S84s8OdrGkcd_+0Q{M+V7UT>4G4?(!!-Yf=2*uYE zk0kg=j7ban{j|JQe?G$6$|$GJ@mDIL7i&+l;|co{G!|sNkXpr~=_RZ$`0wZ1ax`Y{ zZ#CXev@f0>#nr{~*NG65>3EEt29Ix7E`PDVNZbr}t%-dn_gmR*m0azv7O+m3-nUQt znxiDoI}`3t_FM<Tv!<S|Be%Uu>odhNAXK9J*IauM)<EDyI6s9am7VQn{m&?CSC1{d z_Ff5p_xU#VA&pO+{?Y2JxSqNhs(IPgFBEt<rDokdJyz8(vG9KDNtF@zqol(#e$8EP z7dib>*YVj7xZ-uXJ?S%FLP;yVB0}SnL+=nqcEZYz8upKz`IBKD0Hmy8sk9wpb`<>{ zT0ipVBe)g_=g;w1pXm2V(U--AtB<DHIgQt!j@akWz-2-E$k695cPb*aOveKfSnloy ztj)OmqiHM0zvRwHn=nRiL!25pTb1Z=rJAnR)rODLs;1b*<n}oHINOajh?u4ijZt0u z2)Kz|J6Ey~1M%Lj<lTBwsH^RiMmD3*_uHL_*RiDAV@Y{$Z021jyk(I=yIWfCshIS0 z_}nXcxw-M=y?d?|(j4dZTU4;1`@F}98%r9$a(Q74mHPY{s>{LzK7-!6zQuOXWm?&J zPe;GAw~qO_()&$l4;Q>Y=WCtn+LA4;c4SS;dTrGreO@WNPt$|uPbv9ioEm(3{0@C3 zg%N1+c9M@*Sk;eiaq;EiYJMy5NsK<0<o5<xsX+NpN`;}5szrD#ZPzBpi&9np#z&<3 zFFoZ8WT%9z8D!NZl=&9K{DZx`Xg@#{qIvPj*lsK@wi+6LuhTd8<nhb=>s7g<k56^W zwX$!Hd8OP^ifJnRt##0!m!3W7ZR5*FJZw{a=EvOHU%w8%2TPisrt&M~X7XjceSyrl zg@_`ULkBSQaMxKn;O9Y_NZVA14N4lH((!7H$AsR`wJ+$p<mgvgev!y=l0!yp4+P-I z@-S=df!8ltZ)@^r&3(?*_4@+1)bUvrHTabC+;5HMHhr{KpYI<220k=>l*@PH6r$hH zrH^udinwH2QR|pZvzzwXT|JwGrB-*lM_R{kpE>eKXy*%^As9xpu@6lTweb-96+HH2 zodB(45-CS)HK|;vT>SrAc%gL=qfK->j4$vF!^yjR%b(i{_PhVu_|E0Oe)mZ7%6zq2 zhAI*49rEpWw3lRWfd7+NR^gRD8mTZ|TIT#teMTZjl*Q-LtxWI!Fz$7y(OF);(BoOj z*afudO+R*zPblM`AUUbgL#1TBiKg`1i`&CvBPY3RT@ZeM(1J|4@V=$n=cS7>CLT5^ z*{(LdL3VRx1NePFs!N}q#P4@``|$btRZaTR{J@Xv#$FXK)x<+Q_2%rR&}arU-Zaha zVW`8ry}L&3$&*#@$G{e-i8no>18BTldyUpDPR!f{*5)D8G2v9@`}xeVf4E~)DKCX| zh>h=6v6fTX(TBHo1Z5nH{Z(>IrIk+)Y2B7ScL^_>xr9CsJl?12L(@cR{?C0LvhhoO z==!+*q1=9!o<sRe3GLDMb5W<+XWzVxY0>B^;u~7U+PciQm9~?*CuHnzJ97nIr|~JD zKN!ydK)+w@`K4T+-^7wNM-=VjW4k0{?%3uwIp>PCU!I)h&zaWMJ9W3PZw1%Imxq?# z)oR)}vG;TN2li*Ar+vp=*+hI|W%c7@&raM_+9fiF$A{soJucvLnP)7Gta0y@c1Eui zxnB?NSqZOWN%uG1Ua9c~7-2Px*q-=Swxr)LcRYFg=c$2=y+ZTw#IuS1e{IjDjjGwx ztJvsfqp-#UhuS#rE_KR!Y4qBhht8e*fY-64@hBfZ#&eO;@3-{$;ad>cQc_--XFs_0 zp{X{L9eZ!QU90&+yn7}0{`#-J4zgXouD)L$$HGVOI*p&^hxFusY3Yfm*^<UDPd<pt zMEZRW3_rr&M2twmQ?<#-d?C6u8b4-C0Cw=4iJjG2E&r@>t=b)P+d8)Ui*K+06t%Bu z`YRic;@nZV#)_bNS6|pnA9WzZ@t66RAO-36TAF{A_OY*3cs=j-o>nX04^JE76|W!n zV)$wLS(1Ofm=(i5j4U+8cY5hex%g>`*R*5uA9p&R@?a>or(0sigg!&-I!;cSb3Mb} z9xL&BOb6$rZ)sy)$FwW_{9RIAeS#^v|G4s&riGY2DW^{^{5c`d`l~Ori^_zZ%F?fj zUML!?-<bVmDDUNZVfphe<>OOMYmw^w`jqPreOIwBWxkzxeZ0|Yhd|qn^K)OB5!@pq z-YnCrdD6~y1)S4vY;gD$c}{Y@knUq;^1}4B54zvw$z46$U~@GN`*t52a`LrXto!!z zx5xPD<4W)Wx*k*IQ(HzxhcF|RME--Pgk+?p?Nepkq0wCIGAGlziFd3v7WY18n`u*V z#BFo6#FWbgJRK6<eW&iq(_Fugf^LuT@d~}$i_t)^_XJK75zcNAz&v5f-e|zO$*J&+ zU5`h(Zp!X%eXHOAo^zeXtDOH~4hvpn@KW_g^6<*Z<0fp5@|oeW{PtR}KRZt^h7a7i z<LnYtd#(HKWu?0AOS@x@*RiDWnKvFB4Xj&|i2!mBz}lIRRf;IslE%aBU-|M7GL(kv zIF^00@He_XdE?NI83)FD<mk30U6Yzzah}tuT;39OGfc<YI}JD#v|~|GyKQf;-!5|A zUB3?q@6&k9mCxc94XKf?kM959q5q{Y1M)(SRfk--`oVQez-{fwciHBM(a%(Q*MZ@m zAl-U*m~Kr+t+n4eQF-%cDb>+_*>s0vTjKs$hq&Dv`8>)$>62A#k^Uz~CLX$p*XjP@ zjt9E0oEVQb;Y*lhvT@ZQt>wl)(e=@FNa;r@`A@$e=p4$(H;65$tvjs)&ZmUm+&kb& zaAGtLo+1hD6M7D0<pAa%#^b`ALfP7U#~oK!{rmE;{muvX796z>SdaZ+cX@OBh@D;R zHZSQMoTrA<Exb;*huc4<$Se7l96><WZ%kg;Gdct_NI^dtn{VBkziZKR@5-*5-K<tk z*__-5+Z!7_JX6cL5jIi1Jn}XPoY)1gV@cyNkAI{k0bL)L{&d|=%qSSj@CWRHAQ^FR z^_lD;BYVWaQ!L+K+^$KEiuYo)c4=X=zSZxN_7mxVC5_Kq{Vzt5(9{ugVpsIEUAHH0 zO4|WTdt&`#?qwT0dGvj|=zlV8v0pq#?-#}UG(Il<X#N$7FJNsdvJxmhgC{jAsSnPS zG4J#{{``Y0RixyNn3O@<36)CP$I@Et^b0<I_HSx4+-$hthrNe<Ew$T+$!olKd1{Mo zo$Zz-%-__q!M`KuHksBQ!`UhQPVR3t-fzs>qu;MwK1yjc(wYx*63-QG74ESl*VB!w z1{Lm#ZM<Ep*`sMkM%hfMmEo67u09v>I+ip(T4t$lf3auHAqHb5jZe9KEKj3t$a5;k z+7>gNmfTOvUT~26ImATQPt%8Qk2o+E1+4Q0F`6Ijh!A|0LD@Lhs(GJg*x7E`^U`mB zxly9^nJcgPD=7p<!^cO*KEIydYE{0nO&uOOA4hP*Lk0xQJC^7^;c|F#;?@>=KO^3! z>A{Y9e(rc-eFrP{;_IOQH0|^vUzw@SsjJ+3T>3IZpEqBue)a5Y;!og5SkfK_L?T>z ztw}!Jxl}=yqz6UrF39rfApI0gKQ;7$m`;Ye>H6f2A8BjdIl7S7$)DYA$6xRId~&h) za@bC~K4bEZ+=Jbg+|_a6{GL%=Z_H~F^~H8(;Y<x1?kMz5tUhzci`dG-!G!HUk|r#7 zo$tH2)7-2_^!|U_b}i1i->&4kaLJO&!3(^T5Eqs-Jxq}wO8S?6za{0jJk3NX@%;X+ z>{GsFb6(vkV6bhs!Ldl6cV%i;ZE!f=ZF%6~Gavd@{}-<}a30m_OpA<8laD&&ZhNla zV7yM#Q;qQ>CL^Ivx;}a12WC3q3|B)|W#b?E{pl~yl=PxTbN9sK?DIBM^H_R&-iuKs zd+7BRwvuj-GW`Iu7GiKoe0#Wt-FIpzBd|7pX<O-*@8hWltk>H`EEt>9YcxKwxY>vU zC+&v2OxYM7nEC1X?RdTGcK_OO9k#lSTNAo_=cm?t@H&=sd+6~cNB=9~FLUJ=?3o~Y zU15F=auxi9hC38tULiLdid6g4L%yiF%VTb8YRKWOX;$M)hI-d2@M{hBbCrrMrZp*B z)@e(g54I(%q>jhybo<qiH)1*l>g3l4*+P__*JsW2uM+<uww7O74v#wamOA+Or@s$i zcGrM^3U+2g9)|wRn340bG#*E0Jclya#6A`LH<tA4amZ#|@9jS;6yCF&e$LYPNUzeh zvcJ`-U(582FJm{txPTpE>@Fy_CgE>t)em{7;M5gzHVtIGhK#4+je>nyWS1K75BT)J z|BWY~2%}=J()diZpTSoarmGuJIx*<P&w68PS4;jNm-1&*@_UM)qUm9peI$-Y+3Zd& z`jAlqwggx@<ScEXt<9yFI`mS4PZ<R*jZf)rniW>bwF24=w26&(=viXHiuT;G0N>TY zE4_P@t`~n>wti)OCqxh9_C3slh`y3*zpK+;xzQp>Wqx@f*P9l%Qd1lfeD8i8UuWcb zd_o<3U`5Jb-Nm|v%Gz7A3?4n+)oNYCdcN;sZs}bG7o&o^?V2&cZk9{?$+xaL==~B8 ze)+wL+#c_`u*%oWP1AaY((klX`_!@a_~TKX`4X8CvDtP1|IC-*v^LD~N7kyyS`M*5 z=-%c3=J&V!^>DHEDSng~TQ6OoDf4OW--zuI8GHEob>C*I+~#)kYSSXv#|II(O^kWm zw%ksu6uXb_yk4dh!s|3HId&JU^!wop{wwMCDEAl1Td%-s>H6$-UMH|c+0|r{Sr+yo zaZh6)F%91TT?3zs>CuE5&Cn+g$}FEW$R>8~z$)(tME;HVDqgPf?CyiR&Z}21%RVgo z^qF`aOB%l#^K0S*0jpcukBvC6r15ZhP58VI{(29L3uAjMpsw7f8qX`*x{cG?Y$u-w z-~6~xtbTLl8;((!CBYsrajy``94^-{lwoH7(3OSvyGJ|Tdz;(7#S=07H2u`|7kM*u z4rJzB=4WhdnL2z|pB$N*#m2<vjab?30k-Gct3u_jbj{|mqEPO}x#Q#X^5Ry5&K-X? z9Ame!@E?83w(7PRpQrgpz8ul3ZhV!lJb3uv&BwDxc%)T5^>x|CfYk;!nICk0^5jih zMoJ7|=r(|fatdI+57BuzdMg+&X{F!a3>bM&J2h|G@RVvz&LA!tk7@QHpB8z&o6TtW zV7`4+<6&vb+O_L1R-ZcZ1M-Loe};cKS3T^ipZo026^`G!yr3FB)%E73l>23ZwK0$G zI<@FJJriE1>7nL$Hg2^j8_!~R>G3Pa-)$)W_<ad=d0s1d?q1d_?#q4Ge?7V*v>?`B zdq!fLJ03qg*6z6Trol+}4tO0)nw~U1b>$0tz9O`Vjc7zP(j|?TJ03{1AfAp!b|gW@ zBZvlv{N9iW(nlw=Nwk<B<Hv{53fXSNKD#FsX<4|l)@IY*qj8Cuvi-v6miH)JCH}9K z?kiINJaVb!^eT9r#wTB1$y+y~-!D%-5zfYQJb@lk`O0EXRv&q1&?o2JBi)<c*&BFC ztbJVi)4b!voNF1(P@b$eaMz^qZETr+{=mfcCCb}IraV}-EPSk9F1Nh1vB;#FJMG5R zJbTA0__bay?B4ZYjN8Q|>;Gf!D&VSEy7<*+cRlMVc6YbZ9R}vJ5D-xi1q%~UEWkie zKt(YT;~6N5-CfV_?(Wua&mGV1-r2aj_g;A4eZS}I-Mh^B&zYH1b7ppa@d1UBhrV#b znrQwQD<72g3Q`y951J?H=esdhq!5qk<T;Efh~x(`^9ObWpe4ldLhP!_w%1$RZ`x#^ z6xXx#q#;?Y@R^9fz}L|mXIn3{hz}XvIWN0zNcX3)<DKM|k(Fd&cCr3F4KyD9_}7&# z>g12ORM%)~JlGMj;QW&ov3>84yE!-Q2=WU{8jqp!MvDH6Ra@58ySdM8RdUSJQPywT zAYCkJ`t*3u9Q|RKZvt(IEqSY8V!$cOsBX<8^K5P6kL{W}H!|t(hmCF1EA;k!7HG}N zBYo{vGQZWx6q=qP@{CAc62Z`Sp3i2x;M68VdN^*qHMh>pNe$j3KQ8;7F8TBHWy{cP zS;lNC`92Bn)A%x8zNq1zMl<H^u<h2%vsi^Z%yYZZD;vS)LmI!j`OMi5x^o}7BP?lp z#>z9L+&Jj(W7#Fw0lVm;n_}BLw``5bXgqTA19yW3F_M26R`9$0IPLPD>K!{-Z|D@> z*E@P+bNo4ZQ6axAJzF|W_I$TseVwDJc>n05EfW{sZ{alg;mOWU_YdyH`$9aRTX6Ll zA_gR<1+pHwUFh6BIP(WA4u1wCJfrVi{#_Bz>$F^1+Aik8ALE|h$dv<eU`gZQj}Kbb zN!vS8(p9LR={nWR6KPt|Cb~T|y^NICN@5{4vmDnA@xSIUV}R|ioh8miVLzD1ZOiiS z>2@~js_g5uDA&Lrc)yo#znOW8#My1W(@k?D`RyINk0sq+W%G?ctFR{VlCIx$@|j>D zxe{t33A#9Ge5R4lWL2Kzm5t`veoops>BZRna7LnZwl;^ce!lBBpS`(dm-6t1d$kVb zvfwYTx}0rS#W%U#?9i+WI#ycO3h&eH0ez-MKETSMocANFU;4a@j!a#izok%DZI*&J z(`xb0*OXrqefnRwp4WQCjt6s7*!Q<>xG~$I*6~l)@!$VVs6O;M>)#}On)pg{DVyco zqQQqYc-(TuT4{WId8Dg@i2VtX7fXgm<U~1725}J6FJe1?K+<q$lOsL4r0Hjb`~V#U zxfaCpf&PVe9+S0wKo5B!N<aGW3gxT)?;a)Z0`t*E`E?^OVzjf*s^n6$^#+Ss6*~>u zc6tuGKB$krDdepZesO1Wh@ltWn{hM$pflOtn=hHLZ_W0LX^ruT|Cja{7LCgs{m1nO z?9U{2h}3%wNMwebXMjAGD{1}<^%<<-!O9fu9S&k<Kg=aht#tCzK;90lWsyAr7R-G2 zVV;ru(DX82e;BuZmyz-b>c+KVSP24ssP9AbGqdrjl>`4ZUbXW)v+<75Y9rX)u0(qZ zN5}sMUbS52+L4*~owdFltWcW5G9YdE|HH2~<BsbKxcdKVk2(!!|7&c!#s?E!WA=A^ zRr5!$oVu<1uiB?x(#OoL`71v1hxIzgQdd$E3QE2|JtO5mH($i?8#d1VoAD)vU){JG zzi&*NY5{)Maf8nXwQ-rvu8-2~;rml`-|*u*An(CPAu%Xv8;Y*qIDb`tT!N-Yx51SD z1~<NxYd;#FspBQYJ5=5u8Oa}rN`i$*JOFNm3|2)0nFuA^(f6VG^<U$4*Y44PRw?^r zHh!|2@5yl3kIB9XWd2iPm1{JW2X2ombN#qg>Wi~`o>iLt4qKO*_(7sUo*O^oRL;^N zIpFYSJRc_F4RI0}{jk~tqlETM)X7V1KVAM8`~c)ib49k<oLu_mFK@S%+3sG=_9kqP zKKx?-GroTvEKQO#0j-98NWgKJ(|j(_6m-AypM=$mjGVtXesuX|*xIPeE$_7hw=A;> z9T~aqQm;hzTqu3*0ZjmJ0|Gvgj99UF8viL>e$n6b(KDq!<MU6+S_NRuY<w^x;XE{m z;BeVg<g6y(JBgJNDM0g5>^qI$6!9G*mtcn{#BB){r90+mJQ+P-IJtthmGQZ+d_HGp zdvvWZb$gKlylp?^xD)2Qs$ggHBD0*ru?_z}_#q2Dv)^8rx$|4T|LFD;&%-b;4tw|i zseK@Ql}cS{{BrpV;_G!d?_pI*zg7F+%?D+X+swwN?)0(DA8#B!>}OM+ev#SjF?M&F zMpJ6U%OOSjL_2MJ>UZpF(H+BaCY|h6vRmVa?zWR&-~O{^SPAx=)XW@DrrUjjtrGT+ z`gnuXjyOUiGx@{Wd%6}r*IMD#{{ue5JP>jInl64Oo+tI+@k^QRyI6i^$)Gq#+cgim z-Y)dsn|+_n{)lRoa_2wZalycs|HkBf$>vql?Gg8PVeir~?b$5oTPWS@N7tXx{sT&J zW!hRe|M~G<?wZ)jLl_H$yc-)V5t2WHZy2y)yjqAV!3nK!f{oZ;2xlL6r{<%x=`mlw z*v5Xp^k?CdEA!$nH2*kEu*(!On{@ZH7@E%`KH3q5Mw4~dxhJ=FPq2!tG4*iJoO8MH zm(KC4nyh}<!Xjbk)`5ZZo5bP$K{I26JsS?U48OQ;-Lx`uU*dhbJ!<DG*t77qT~qms z{78eccmzfPNI#SKo1t%$VBUvOdvD9Xx;1rJ6yy8mVF%}N$R{jme)0RC_I(|g{0%Q= zgsM5k&8=*+kjwQdJEu%;;F&zem5t*_(Kpt9mKtYtJB4zHoM@nLhjAUViE9q_ztm;f zsUf{$qI<CWlBC*`QSwNs2JYSeTIs{hX4%Du+!+1HHDV*;#FFNVVfG2s0`W;0J@9T3 zvRmB)iHMXDov&0r^L49bviqp$`VL9y_y~=M9)s%VlQM~2eDscfJvFVIrsvI*yTIHj zZ2UcCNB@UEUR1JL^|5txbNjO|5GR&2UjF>yuEnIadigFjwgF51Cm;G)S1IARb5yx{ zH@6pJUwcO5(>K3HYRD7HPH|=4n{@Yb=RNgzTg^|H7k??=ix}ifHj5XNdPfDigf$;g zp{w6$AG}ZFQ9cjFTTj==@mv_|c3`ABM20&tTFsmJ4^}$lcLfUdcjnAz@wOrlq1=5u z^1DOlDNeDADjhQ~cb*L#j2+$8JTYGz>siCX`}DlMn9X0uzm?;cDfN9PMk4qymI~-m zrMeU_()bLKM-Yc5Z#aTzHRw)#QXRRY(Hwo^bR%iSRmV96u1=}xR_Pq~3%R248ERiZ zEQn}zngaQL)xFn&ogtN+LoNiKPYQj^&MTTef4p<orja*|#Gz^L#@%SyZC1{qHuH;k z_5N}x(GnjG@V`~$`|g(Z(|4V7^egqH7T(8_#xI=zaFzk|8p*g;+H-|kY)RYjt&+vG zQ?5&0*WY5#Kd0$s&iqxLGfLyrukT<sd1_Y%;q5j4T8#^SgZQW7{w>wkR{6^<Wpzi# zO(Tv8x|F8RjUn~&Q%q{P`z`)FcJRRtU4P{0yYJGUMG>XNAAP4p4vTVI|D({c*E3&F z!TU5G<L8&MzDP40HgELm(&iB!&k9WV=WR17JbeCe*QS|o$}AN`MoOAr>g6S&s&=1G z`8;`2o}~}B*<3#~@3v8%lKJ_WGvAbRZo`87(chO>aE#3DaO>f(yM2(Gv;EhOy|Z$t zTf(SDPY&LC%D(T0=C4p*@mmO|VM0c(4^!gGqrM$Kh(NqQjkDLpW+b6Aykk)BBU6vL zPD{7164z^M2%@0d%Z+i<#skFc18KB~PNNApW?yx3#Q^i!9<LewIGEk1k5AC}4VS0l zX!@L=X>NBrywA`Y-*WYETU!k2wkdXOa<Q<UmeU$ubNHi9QFb5a+fjc8jP#%G7Fo}u z{+1T)JK^(K(s+%Rcl=YKf{=`4Nz><#W<%d+M0S2aw2G{k25T^DOZmP$1We=Ok4L(1 z;f-$I+Wau^KtU!$94$y|=_|D(N;b$kr~T;_mh*D>7MhS$k=@T(XMjbayY3y_wpLI4 zl+CXKyMM09o;_AU+q>AUoYMB<t`#Npp3iKo{16|N$SqUY&&p*fP^J6FIC-U?cF*eB zW}oiY+HvK}b(?dV+uCp~Cs#Bc{&+F1e*>qEK)#&6BL8MiqeWRaR{w0Xy|~BYffLqA zo_9r$X<@uW%Kj6Wc3OtiZnQSvlV{azHu>MLS@d-CYb?K7EIao#^`t|L<+Oji2Yh7r zy_U;%#j?lCt5$0U2E43do6~}Q{`Z9(e>q-fggvBh<P(52zRZ(n%Ir)v{G`W%g9b95 zM>79HjGBM;gT5$+Msv%llWX4^qwMD`n_Ky2TD>}mBTKdpk-L1>ImG7nDP!iobQ<2r zlIEwO_9d($h-sthY5u3W7TsvOs#5Tm*!T9|kuH`rePiXPehGt=NlDXJtDoJOz6#Q? z;W)PP=$ui{dORuR^v~fu-9PUh&b~iq&bGuwefN1-M892-wOpm2z3>mRwa?ws`_d$< zrI)f!e7E}HI=nB$C%s=Bcqe9|>PErH-b}2YE@^tEm|w8AMNZ7%=MV!be<o4~cpw&_ zbVX1XF^!j=Q_AHl|1YK2<WFtxc>VUS>{gNP11iqAIB_$g31~2F*y53GtY%y=H?Lk` zGW+rg8lP}{yEA+k&UpL-nAI1Evb!_92-12N>LObN2~Cfa*>$zidstue5M5nVAFl>l zuqwdcZ_rt5j|D1zf5I7;p8mJK_Oe*_uvJROIhv!$&pvG)AF6NeZnd~?u{RrQyR-9z zZl5W}rxL3*tkjb%zbtZCubbGfLcuoy_YfzIhtF^Rh$3r);_@BFD9IBg=LqV~SEQs{ z?#Oz*L7w<*4k>egHnj?U!=5`t<DoGqpAWk0l)BWpZ!|rA`!m`eQ(`gPc(v|9fe)P> zBd?!pSi?P(%}2r((D>!-TQ%}ksU8~Y_Nb5d(%jCA>tyrq*gJ`RpPCdt<MgvM$Aa^} ziF;b~m&2|hRfDei4yi3gpWnaSwUj-GBiVzI6p*hSsLcWKWF(%Uc@B12FME9STkAII z?()ZV>o`9{ocC9?a(ov5%qG3~A3lLI-wnh2!u|yvr2M=m)bCQ9qw6<?JW_MYO{J~x zDvr(TYPs-Jqw`<-&G`%4jU|mwsDEI!KZyCCdk1<jvu-wk;gTU)3I2=Bc3zJ;<rZtP z>P?OAT-;C!4>yL?#GgR2_-n_L2bINw^Ul~T`_8Ye7k%6^!C^zS(j$AfFV+q5&-q&Y zeV4KQ?ALr<z3%!RUl+XJwdR`cH8&;NP4{q`P&aY>V)njv<a=rDde8x;lE+HNqjB=W z@Npp3etv&**QS*pQoI37&yU_|zQ5u}*IA{vZ#bNCo?Y)BX<w;nr?v}SX7+9{@W{=p zY+NYMoMQDpf3$auniez4?^wRN*e)#T`IS-gU#a&=<1y5qF^zSuE`DUVewFU=rzPWe zXSwWUvn+PQW4GyN*nKBb{U?-<e2!W$b~?oU$s3^5_$+6f8<~Y|o$53>I(vM=sWdje z$gdsb12-qs$U{5Eiwa;QIP53{3s3*fahIXvtU`7Uaoo}V<D<FlV_CbX#-6~9Ro9iW zPhY!sw8Q%35y+=dyW(znpLDaG_GgwqZch(k^So&M>g7#mM$dqC06q`kSHGr@7@?%` zm`dInF9``s8Xv#ExoatTXs>CgX{u@b+kb<dx!^s6w;IIsJMa%ir`$f1g|kk#Dek|( zJpJdk<uQkTu=%~nLpgjjFCBQJmH!)BebR3Y*J%D}eDd!nl?ypX<t(<}Hoe^`r2n$y zx1^`>JIoVW92$}m;>e!Yf3N!S+j%$UbxJ({?n3M5`S0WNG+smHozhhmnw}};y|Nx8 zEq~;_utYc8EzT)LEzZO|t<qbXA5!rmIGxLr88KeW2m;D5ZiI0xy1ml=5xhGLRz?Rf zb(x|*Ldl!4)d8c_hsGx_zhPB!G}B(gXERMtnjdnf*>bH>UZ42xGOi|arLI1;*?>a% zD&2lH+MI3$_kC~KCyvh^HFpRvye|JB>ul_~zxV{*UcMXxeQIdDqdPO|Ml$aQh4+?{ zvkyF(l}G7M#}q5;imOjrhi!K~y0u!<(fA~d&k+4Mgc<)J+2O=UuslHO!#)ZqAp#ey zfmn^Q{T+u3l<!eB+jYCGegSsf|GeJ;ac=LQr^mE^w_D7;(e>`c=Ih$weHuSKzX*rm zTvG7v0VV9rSC(rHH1yXGJ4YZ=%w=2<?Fe}oAiDy!t>^YxtFg+2^i88br0r3C?ZuN* zp+^mAlfL?i<b$5VGf#mMyuAdhTIIZ3bu0PR@BmNy^t|2L)o+@56UR%V5e+^TTYbhN zwo~xHwOhlu^~m23=*I_^Y!HJai0OA&3nh7i1TVp8$viQf`30;VL-~Yw_2VHYa>$Ky zv2`!0`ZLa6kREf01xmWToXshWO(?VPNR*c^kKjyFIi3KHmCoMH2Tq#jw&cP7q`!9$ z`2qLf6Y{uI>b-K49hP)``222Q3kPzS`<KQ~%OkKo0~z}0zrxBXIUfne64{5Q@62|f zrkoCF2XY<>hmyOZ>oHtEDYFh~di?(7uBH472d$ii{ZYp5N275_^%Kb@0viuckqzXS zCvv5<Ug&Mm4zLq|T!AD}J_eN1;Xfw=SMfOF*8@BOPdI?Frs)s=Ik0b}_{x7yX>JtI z;{Tn}`oZ!K*2-iy?9ReAq(0-{cBj$gZtq$+p;VIn;@}3YZ9E-^A|ONXfR2F(Id~5G zvOV?H5579sO2Tn($mz+#{xZhC^krs>n!OZC#tS#&K%%JK{VQxAJ>HdDnq&m%>mRkd z6LJ)v|Ey_3cc;lEHkOza-H(kMD;;lqdq6CA!`Sg=+Ux>hf0)KzMy-uplP>l3pJ`XK zgzcrrA0H3ch=xUnx%Tqw6O+IE-;If8bU0Y|ZT$r;Z6X|6w|&;=xCbIQv-IA!{@EPt zW<U1+ayDV^a=ecvpFZF-l|3V6z0&mf^Tp8oWsv9ojJ{Ii?_m3zbm=#$!MkY|8}_G0 z^|;;m4c=c~?fAy;LrS=Y>>RZCN4s~6@qY1cno8l%?pkfD6=r_n<&fuiA4|G@oQ<X? z{!d~}aJB%vQygq5WBno}_&BVlu_vX*0Ahhsj$iaxROY{s$OWGU|9V*JwZG1~KC{@> zI`Hg_i$UzZA$*3$V_JDA##f{)UJjqvE}PlF1rC#Mdq$R??8H7)-Ez#yVL#ehZzxvj z;mGxm1Mr9K#oI*W2zu&}cFX6&Q0MhU@jjMx`)D33kFV+aFO84@RnqiKG2a0rcTN*U zkoro~S8q>24a)b*-&*2+q|(v(wrge#T-3VE6*jL7VbOTFImcfs6dNay&!^6x)9oQd zAYM+iTz;y<%iS(9fx)X@xK@zNcjV($o)4yL^(eu0>ci)c3FW`pPyT-1X4Jb9?7Eg5 z|LCzSB`=iF53x+xS$bOy`#I68_iWkuHWj%>)2C?~I)54?0jdm{7ZdxW>|68Hj`^Rw znXM^8{Vb55O2#*7KWG<t136|y(KVCr*9VNP5+9LhmC}87%cjMP%%h*8`N1C_+;v8b zXL;=sk;S#Ct64dV)or6=<E-~~LEKpe+WB5hDCiLDaIVY-=fqgNkEL9D)QopneS`H< z$V?+KE8V}wF=))%6=LR>G=9^|TMNeH^<pHjVfo!(=B7UmA3V`<-I+@#PsDZ6`+i#e z^UIl$&$vnnu_5u;-H}Q?KfT@T=Qj05)8l2kFD!vPtMT`~kCmIRw~Za#zG#g*yV&<! z;_oy+4WD1w<MQkIG(Bz(Wwd^f(%^&>?w7(Z%-hkzIX-pQu@SeO+4ZC+7X~Jq$K-NY znA<z;-k+D)`DC6@CuPyBbf?`B`SRBYDE3;4pQaz5y4ecy)}XxosXJpyKE3#PTJ4z_ z&~RoHLUcs_BiFz5SO@(DnYHk?FN}c0x*5bjNeoN+Jzxz>rtO`R*x5DIsZrJCiQm~c z22J0z_APkRg#VDsLZ31(#~GK<_x8V*T(_UG_(_hC{!LkVy|eG%FYS|7T5KHrc<Xet zexK<&==P|aFWl4O@o~(^p{a7;Y5L0K1MIEBNH&SmLErah{)aaZK&)8mQ!=OXXZL*T z?4s+ATGaL1AB*YdXgu_o651!?@>5E?rkdsNIIQS6=MDE;T))+JovS|j9EXLm1qTgg z>3C|}%vrZYR^o~{|Ba!#vzw;QeeZ9UuVYc~VK!^rE2Yh=;qf>A@^77p`{f7t*r!&x zydY28PwY8X_&d!%K7PaGfv)X~bm+2D;=_Js2~Dli+*%)gfBF-9o*s=SbL6Gc>{Oxr zG*q4t3(<!e{pj1Ni(Ti=Uab4kh*Z}tO|R}e@IIhF@|WhHq4QJen#<$LgY2DG%`%^9 zpZinTs!taX2bMG*L+2;|@1%FPX*9_nu07gTcB0*sL2Z5(S@UBP;=q!|!yoV5wUqtN zJs~eYrKE{QbNpPs&_bzUmWzXW>>pLhf?aSbyI}3^9hz2_Gd3<R5xL6JP71G~<4rf7 zhP4YzIsWkb0Ai;Of<3;VKk&^x<h=$;<yY{P_79S(t#sJ_{?e)^XGRP_WP|FR*xhDL zyhYf_{zFy<z0#Y%&h?O*_#@w*(Uo7ytXM=Vln)spzd&Yi*+kH@%5tXwW%e>T=BC%l z<+6Tft@=p~4yAC&$rauIhRP4nbeK^k_qL7C4lgHs%hSPa%4@%>&3Zm@(}#y1gG%)~ za0&7-iS<EK;l9)DhyI6*407sf-QStZT<#Xk0??D5jNc1BqAf!Ktk=#=`!VY+P+@K} zpvcp9e&Z(QGwkC=hI>}`eo+XK?JE+u@@BJ0>xhX<^DI5^^djCb-_z^uh@RJ-=Xizv zOx)6m-Oq!+)9vBU5ANDnc_-~l)iwJVP_df1<%+TIye1`-c!#*Kr16=4zL1q_Pi<5J z-??I_H!qyurjf^h2S&CMi<ofE^WD26y?=$-tV+(_{&Nq<5mNl*`q)r;h!W7a$c@FZ zWee|=pYOWJd)50Ujq|lsf|s7_4q7h|<}i2+x*E;U9;L^hetAcp!2AcuWDVB(!Tp&L zCj1y$KX}$+H5yZ25F^XT4i%8hQWSLCU_3ptCtSBy?wk7hVN^gi3!L6b;stE*o~u@) z@x1kGY{gnGo3eh-Vrk!#wI|fm151zOaKaeF{8q5sF^f~Ftqkzg)3?>eL;RSybs%#E zeMqD=<h;VF5S+FG*`!1R1@d_ya!u2x=a^yoRNCGxpZn;d(_^OECz}<jGo<k)cApGF zqw(mUf6h$1$tiZ=F=c*#K>Wa;`5(rF*Y6B_(i65?WOyFEu6$Bzr5VBxWq5*+<vJxz z&ouT9#KpuvG(G+O4JY2i&K_cc(X|>|AJ}e0DvD(*8ZuvX@#@x3))FuZ1nVRqk9Ge- z=|~}*n13km&4VM$*oNgE>({G6;nm2Wsk;WJ4;k+3y5@A3!fUhinTq${o(Z)-xcZRW zr1jI9<xLGNg7>jBEk8+nNsB;Q!j3I(quTp=)2q{MPaU?5nd=pjuU~Cz#Em75-}LsR zGQBB<N9}mm9Y4TH%>0obMQYzzpS$Dc@vBEPa851Y)UDaVZuz9}8){DmGRVPe@@94= z$$jYlGo5{{MoV)DX*{OuKlxdqw*L?@jhEkF+_ka(9{L3GYkPo+#-pBp<m@<D=^VzK z{ZFi}A=q3&Nz>!nEEbQ4K7f;jfrcAnZ^PV1TMsNP;fJo@RP7-gReQ>@>G6rhR<rQP z7~6i}FmRUmA->Evbs5{n(l?gRrlBu&+Mx0Cg|v^<Z}=`@uEULOuW3(5FrGjBxSTP& zQNt^ANLy-s)H-xl;>VkLrn92Lcz$8rQ2pG1UZd%o#=kRsB++>E%S$qXm1S!Q+pDC0 z!&jqCMNhdcVhI0)?Nb_!*Jvt#`RB}EOPy_2Zt0cpV8!pnIY~gSXgr46XZ$^kpoMk! z3d7kBK8&7_{@8zX`IRRk!8Ja+@BOV72U-7y#s{N`AHRqAhKJS<8K7Ok!u2U)Ux0S< zVxAbq{4X9!5!N59)n{Or8=B7#n7I62zyOvq=t$U&0k(<s=b=SF;@k9jj$1Ty8hyAG z!tO)uQE*E!$H5^^Np3zbN1pBU2x~a~e#z2^D)}t8uAXtDui5GLcppn)`*it7EJwBL z9}o`^j}g)I43$@?_w-q$G(En32)>rG_Xz?QIDZCd8y6ubJ<#~b^9TJ;Wp`aU^K^^S zz4x8Pe!)@>Kg~N5FPF1##rp(k)owDO)Xlm!j>&UFN87u9{;7mM$4k@t7t$y-nq5Ax zzjS&3+G0Um&qr;;i?QovvrjZ^d#OWzyQB(LI{38;i;=>gG4cy~LfKjl-Jcl~ub|}# z#4v*x=>k$uO41?6NI5C;noaV4GrNRNUR}Rl9$Nr^EwiM{)cDEfR*M`y9lP{%+HAak z^KI82PopNg&RYA&_o~~x**sIaz4Vw>8h^$)N9Mcq2%+i0-|_W<m^>3(!`0PM*h*nZ z)8poZy7f0&zQA`l2?=n(I<~%Ei<&TEL)^zOhxL704vt)%WeFlZ+xJh$Xy1h{;hmkA zb!oSO%^Pxi6m{zTz^Rrq?*^}Z^C>~{{kSy$)acU=Oau^c%bi0*^Uu)v>CSKoYzR0@ zjz7jaF&H4H6~+K-v?FswN*WKpKe=nu$~)=Rbd9E+=6$ZAJMK74acpqoS3<RI2zhqR zpQTcQI=D<<*yY5hYZKh@z8ro&Ur0U=j4sp{L81{6w3p=0Mnl?A()2S&zCk<Gp9#aq z-G0TM0*7v_HeYk^d86*<Yj?ok==RV&6v{8iCxW#~7>WAdht{;p5%ZsW=eVqlHVYbb zIG5i2dh~oWOrA;0&pM8Cd*@HO<{I_X{og!$V_CT%#Shc>uOq`X@P(mIIWGa}OO@@T zDn_@vmTVq*{{6k7H&(NJ+%u$CjpO^qIjw&>CwKeVOUl!KPxmi3$4w)@yD)75=^emi z3PDzpKXWbjNjZ3R)`-(FmaATrE>`|SIl%#UG+t%$l4wuxbwEmzcM$=P;q-p;J_!Em zg6`Rja%hF~ozFk++E95(a>~Ff0*^`V^LhQfA>W;*TTY#JqQljMF$?ionqTz%F-)Hc z{cCx28cnqimG<Xd-OVQA?^|8wT>E1b;<LB458JhKjP;V2qkj(kqb6&&4({h>fAm~o zi%lPEzxleXB%5bTw?}{c1H2qKrIbi~{AR)Qeh{-Z1NvEcbV9zrY1!z&<iUYd23d%i z8~XGK-9Ea%43l?&%rN_$Zj*9(FD_#TX!@3q32tCD`RwI|Q>%o(#Bq?ct6-L&G4a-0 z_e52;4E|OG?+f{1>iC1WyfsyR6(<8sEl=^hN_orpV@*x!`87RUmpJtr7MHyB0P+<} zn!kL!+_if71$JjYM!p6!wkOCgB7w=NrE;>O#N1IoF4c*2-ncXN?C8JKSkti9wNt-t zPG4@lT~plIHSmpOKAoZR0JQBu=6^U5#29&Cn)#}J^o9F*r+%#JWWDO{l6G_b&awGl zpL)zV-#yCRKC)kt!+DeEkHvn+lJ0-Q=R4a~Shcn+)Hba8WV<((^XdoJYSMoL8-LsH zcI?`=u;TU$D&H^QG1BQW{t=Cb8-rr&neJM@1~S3)$yKTP>Hboq50#8*x;+_dFY3>W zuiC~w^-TWr&gsAA6g+%!xxgi)@n*bzC9Ws1zlwUiikNgY-g@QgDTO0ble*%4ENQ&_ z@uDui3FpfYTNU!xm7K{A7%qLayL!H8v`f;yv{8j$He=6=v7D1<O!gL0Rw=JWt*hE6 z>R&0mhRQ1(d%7`LHIj=UqWMS92Qhm?_Zj*LJ1y^UK62{}kljn(JO%k*aN-8YT>T>! zIVX-+3I8DW;jLZ$AWvg7&_?S4$j4{KUYoP4%8FO^Yd(G5n{8s%p@=41xiP2OE?#Ca zE3a8_!^k4+!GFUi+DDGx)Yo}_a$4UXOCPXyIQ|{YZ^Pv+|1ZU|7zoAp5%*eIkM^}p z=onhnta{=T#DOJ^$Mo_EW+bfkkbFj5Sp}O|dKWCB6WZIlV~?B{&0pW*R<!W!I^B`T z)hvER^CRQspSa#cbly#~uV^3UXE8e=&~olSOLO3TENQ%a`Ntn2#QWjAasF?}Arj+~ z-%(G~<JSW;ESX+~s3*jJ0<^QdE|W9t#mH8$Q^EcVVy^s||H1o)-9*B_aAqtp>A%62 zi<gOwH$MH)|BKzC%{B`<#2qeAKSkqLB0u>4BfJp~vU9<+1E~V-K%Wxii5L3~IHSzx z0*n)0YhLB5kjG)l=;@0}?CY}@aT|hHzr2&yx%=W$yE%<_HeYnG*W=Uz>3YvMqWfRD ze+beaBKr`BVZ|pln=L2L__)1W^Gy~j<2&Don|gjY{!n(PSCwfgMO?z}eX1FKuLT>| zr}?F1{(=T0(IDNukVuPP()H8wh}MQM!gZgapCI}Ybt2J_I3vj{>8!<Ph_)2UPj&nN zRIsK1QdMksj;ZSJ$k2gNARilqexUhpSbI2nx^X{#Pm5n0M<1h&!n*UnxK!swoQ3(^ zhV6fa)*8v4zhWACFrJKmcPpSa4IbrOr|FqqUc<cN;_T`@Z{5D6@v0l2I6jDs@X=}* zk}0D$Zxm6P29GX}ux@_Y?^fRZ_VF`q*0xW{@%)dgx$w6>i{G5se7>dq`oXuanH?z4 zz6WS+$rWds>|SHJCdcHL&n(Wc2OnkxUg%S$+L)%#x2Kf*lb{6ywf-d8wT9dfmNY%X z#*1$M7&C@xJWA%9etSdO#--`$>Pn$~&#kE|lOc5dhVj?f>^-jEGXsy(u@0zeo~;~v zC8&^dT8Di;ldOhT<B*aoL-0Z$l2fddt+vrL`QK^!nd_e_KPLw<=RZ(8-;ZZKUAGth zXW#tR>)3Oe(>4a=INNBP>qMW^p=UnL?S#)SEIrh-q{RxGHCrkkSeRvzIo`*TZojGQ zZ7B~xA3dSBW@`V=l36o=Of6y&liewD8KKB2QquToc|u#?`t5TEEgJvdyO4EPWXVX^ zzpBA(&t5t!v|7Lu+jU#^tebd$++jpb<5ePWmHMO7yHYip;hj6j*R8wNe9Pg_bqZx^ z$mS77y^ZhN@OvJ+9llOEN{>)?{tP`f9W=`04a5uL*Fbs-`K{)iS;$)`4dE}R&%kaD zWX7U+ukh*MwPTsyHHz<yvrIc>;U2dBPFcK<C5^}Q@=Tdt^yqo?{1p!;^QF~u1e6$E zj6IKRUYXi;vQ?{LH*?kaK{Ni0tcSP@blcKwXp)z8dXG*e6YcjN!TWT3_&o^mAVcE; z7$*du(6Ez82|^kl-=5>Hb;laXwgAb%Jpr*DPi8b=yh46`Q%brb*SM0#mr?RcE(a0N z#7?|?@WS9(b`iY_ylK(o40{ga+e=@+9o&}7aYu*t^=5pWE~tja&v8s_y^fOy?o7Xe zM+)-`<Qa^c!OS=EZgcQ<Fa{!@c}LTy$KQXYuhd%(WK3L4?K^q?+}5sZT1I56d;g^; zj+Ce$a}OR3D(1Mp!t*lim!`3HTIWjzhLxO@#cfWfyJZqj_<hIcv84IK?;kb(3^{)U z;y|eLbXT6#&e6cfPfKj8`^a_rnFiH5jf<Hth1c}*5$p;QiS}eh+Yqg#Dp&?ZID(Sq zr?_UoY#%>H0%CNSMBrVR=s4IkeEFtk)sCj$m8q*AL&ct{br{ncxZ*OV2~GSBkic3w zd7BaFHGKbxx6WU6(auPS;=>$-+$nrges2yii^fOKN9Fne$C>;NmzTD^&1?!bw@-d@ z#%`gtUw!PbWuMmMDck#&LrCLq0|)Hr&F(9q@zL@Y@bTA^r2I{#^SjNzW1W6kHgXAX zkfZ9Z`<v?^J}hZGO2(5?`$UNrqUrPH19xp|{U{v|K)!U_>}QuZXsSipX3w<ZFYNsB zevr%EeLa8dcimNU!HTbi({|$hCU%=f*KFI+G5wcSw*%j9uz3P>`{@2Ql|K;tJHiC( z2(Xt;-##|PP2;2IOUCOjYi7KIzYZgx$OHYe9MKEsJ2z&;^nX`I`jC@^;2a}3ON^YB zrC--~zY`vAk*~H@sLR1OKR(pog$R~KZ^>G!d!l1h@1xuEpKCT6?_){xSIPY1`&aE5 z#J~@bh2%c;2w4M!zV>1Dp}d?r;ng}kF2_}u6}J{_JK>m`2k}K_pEdr=ni_V~OISZj zf6?m%-p7*0&*!fi{S7?~dPm=frk7dz7uI{d7<_8&2)aEqetJF`s(++p>HT7r)7wmS zwO!_xd)(p~pMD{p$Z~c6*t=?|Ye?bzFBjSuUW)f=eEk08u1zg(8zXtWC5?}kmrC^` z)B`y_w0tFd%}7*74otB|6)st|{9?Z4b@c96`yJVJ=xKwxC7iji%Wdbv&6_+26i&rD zwolx2u-vaW%ZX;c%H+y5cNX5i+_lHKq@!t0Th<3}pS|`=8@!LDzV_1i4UHECGjf7E z5elgbOBxS7e*Y_dpw!->TST`<oxM8Xx6B3K5F!D5+m^FZX`1}+H2utyXRsoJCs!FF z)4qjHj^9#xg3~U?gd8>%owH$^UYE*M`_QjxZi@p-ek~MSLtseJ?Ny@hl-iR5VhD;? z()8)^E0n)(j5h`m7sv<VP5|IP$E%*boD|?yD!A60s>=d=oo-vbD~dnR^p&(<Uf<g@ z=z<t*z@=a&GYN3Y=L`at=?|XYaA;v|JH2-IS6L5Penos$3oZQnz@Im)w<g#vpFeJ_ z-t(V1ouK6XFx=CCQ+d3q3Br>s$7d@ys^8Ef4#{6)LJxX3ZHo`m{MM&0bbrU4$DEf1 z^F}Twl%~hESj^t+!SotrKIpeE+b#&0+3@3h$Ef&!FC~@zFc8}}_4VM%18(kioSO6{ zfAMM-(Rkl7_p(Pe$u{P@$G43idTlzpPmRWxS@Nc<cJ2`GJ`h1FD1~^*NGEwe;^%+s z_93kyb#0emt=$Y!7JS<W_(ssj%04tcTApN{K6F>TmxbTLe>@ts7+0{o{h}L7wsm>A zjy<=MZeK>|NA*!0jiyEZ=RYI5=d_vbGqP&KZh0jAX(jSiseZ9x&Y=OTQSOs-@%bL7 ze)YABtKKVLyytj!p5ouo{N&3A?pk+@ipBdOLyUOwShH@~#I{NAL8m>PS6?nvrB>dL zY~H`!vL78&YSp&bxaj<bku$!U>Hd|_U#7=1U+<CVoqqi&<(mL)njgAzSD0U+`@6h+ zmZMvsUX*v5r;p8=FCA9j%W`8m@<AUSTAJv$w?V>!uIs3k^}}Rx6%hlJMe>@pyxOpY z^X^Mg`GSsoki^H08Rhy#j4z>m5|7<p*U2g=@53tTJH7TH7MdR!G5^)r?qzK!pEj!+ z=#+5M`bEuC18X2oENQ%^od0lk9$5U4MGY}$u$$q1Ss*|3eIEQg^KXr5WzE-&8rNie zvru;3<i@sMt`<WN*hbuYay_wHwVrf6bbEBizyA3F@o_H(YoLa+VPFLo?w|yLoyJlh znm&KLao5uF3Mlz7XHAhO`ZMwqI0ySdl<&C&Y+szC^Ovi4)FH&uv1HMUBl{xW6IpLu zpOO;nvgL$z_f1dAv-#KfJB{BI@=VUppy`?3zB0~pTi<4qZ+u+~+wdAC-5M+`&h8hI z;uqJ)a`FYV0<7<lh@;qO>TsarfdyAm%;&_<dbw@pp`udsGD5z<oFQY~Q)Z+SMC%>z zzRrE)j^+9tx9>Fg6g3`kVoCR}Y2`~0!$+`&;Qayec82Thuz!+TJat*<X%!sx_x3Z0 z&p&&vm+>JtT%zk9^k36$^*6kaC5@lozv|+(us#RpWmqt1A?rZd2^utg)6WlOy&cu{ zRP8}t2kp~dTK_n3DCGz8C;XSkve6H!Tg<O;q0wL2D(RKSrjRH6I;3~X5rp;ZwzSHT z!^vvp;9-9*$}#C2;>MEZFTa1eYbkl{&h(={)309I%o3P2<ef<#+PDJWUl*$ZG02rP zK7QN5p3HcENoj<aw4(B$ivv@O{czeabL!8^wyiqSZKK=6@mMG?VGUsf!&9=R1gE^f z+70-#x-(C|H04kPPCxf9%l9lUi*tQXJJ9{2AW&i|e6Yp@aV4-P<UZ=?q2%C?0^L}M z{BA#uCf9+e4kP#cZ5NW5chAA`P6DAx<58zypw+Op#;rT@v)9x|dxidv{CE-L56Rsi z@8lKs1l?X!>L<vK()YfA8h6%zUDhz%Y2w*0`6DYOvwk@urSTcpepl`M@n!aY!RjVw z&#K8-A;=a@s~leb$35#<??*ja6+6Tx^qLlL5F=M%{*&mHoY!!~arLY83hitn(t6LC zUN?aq*EAl}>reiP-0D{bXnab>pJDNBvLXvs2<$*o`l0d3jX#jekX@uJk;Ez4Z}II> z!}+<x#+gsc79P|8H9n<=9!SCd3{CP@ZO*RJ)egF{lK7*BXQ7$`A9y6>oaR8CvmN<4 zWa>u};h-EoUA{mhhKx2#t)2qg1!O`Hqqo2&6xyqN`HlTWmo$Ao_rYE<BpwF*0(8V% zqABWrr|HX$S8Jw57_m_QP-Yat%z%|_HN00t58|PaAq(pvz+IRpkTVOT0nSq(@k!W! zuGD%^rys@W>$6gfX&>0U;OD@<aB>uvEv&qSYUtZCeF@`N$>~Ao)|(Y|J+r}X;&=!1 zzdwF1h@(gyJ;)n^)9UrN=Un}h9cEqp>OAkgV~ZIJQ_CAiPr1b_*B)+eh<PU<AGjW) z*B{0H0^1~4%Hg49g*`J919=$qb6Gea=sGjrUuw^ch<?mSgjHt9&6TrSgq%{t9|wj) z03%UBf`HUAgg@LE5c*$EOs#O<8^~VhZ(=#9laHg{Iv$_p`phQk<d0&x-XBo4K2G-? zoYgT>`@TpY9bZtnv=ojHx%P|GgSkhvh0<I{elM%(Uk)3e6a3nQ*L3|E@4vyQQ<qcD zM@{49+AJK8+;4n-C>iw{jc@xY#my?scAjx$)6#{BofYNp@u`6AqJ%!Nv6Qclt7|{( zS0bJ)wA!EfkF2hM1tXVb!Ev0XXL^5#%i|(i3a}Y>mNkc7-TcMa16Z|wj5Y&qf#pvk zo|wNdnz?I;<wa1@{N%=naQyP)S0J;%3lG$yQchnDJ>Wc8&BoZcYU$zW>&o6nr_mh9 zUUcl2_%#;OvaQbE%iEzU_Vu-m5uRmjJZ#s;Tevm;we1bwHx!Sdr@_xT+Qlx`d!GG{ zLl>I896sC&abT$ikNVSth2tH@E?Crt=kvgf7h7L%h)t3$>Gskx(s=()9tTZdZoau| zIR!aX%5(%YoUUI<JO=uMoJR<B;9C5zFdit^!lNgwjt{bSbKEs=_{gEVI{ty3F=Tm# z-J=E-w_KF7$FGiE-lXAu8m}BbIBTBYYr4GA7eCGzdUg!Ybl-EK>t86}Ep8Y-cZR+x zcCQM@5AMdPtLes2fc=BkTFnjKl{M35h&6x@PCR7nRj!n4k74l~&<bGDEAvcf`n3Fk z`Oe>8r~5mcekRPP00hdc6(K+6#<$_Sku;jC-QU#j+``g)(!>5QcZWTkfIUFBUyi== z>{P5>UHh<pVpqYKfh>CYST2oUTrx@TZx!yBlFFa9V8#^q>%>b`lcNOODC_s(zGVlE z>x_a~Vsked!R9H2mw1<Bd7W;|`@|BXa!z_#h2tE#qT848{*JnqeJTI=<ku?~t(JJ* zxSV!1f_+Z{wu8oRdV5@5CNYhNuPHKTy;&GPQO9w@*#y6rBlb0`={7Y_k+AKl&DecH zw?;o3Fk$vH`-ErX9<<Fha0B)OmUR31^PRia)lOW#DW_qT#LMLDfJ*B-oPIO5e}|pv zudejznAiaE^%>k%^VuQ0b7IcQUk}IR+K>0Kr12}6?`rLrMo3Jgr0MJG14Hu9X?s<7 zMG)#&nyUnGX?*nfHr{?UZWZTypS%N8Jqy|=4xAnxI&dv}zFy&@?*03Z`)a%H^!;V& zt6FYF)~By6`0e%KEl!IDrS}RdpKuKCV@bD{?hkqW?Z9vsEF&%#QlIXo>FKwB$eJ|g zgClbBlCEFL_$I58AiW%Z#|`=Wf2H&p*Jg|(fX^<kZ8aLR6Rod|%iGR*dDN1molkeL z`+~7GH2#d&SL$X+?;L%4dTtGMNcyLYyGumA{D>P%8b3XM{)_lJwvepE7`wttS~|IK z?JVj0ci67;9vv6&x0{`B`r2>2{OHcevyqGk>8V{?0#DzQ@!0i!UL{$5@;*Pya+TAo zf`3;3d=H=Bbmv*l)63f1tRAv{e0Zb0>^V;^w^Ji+{ja&M4!Sk*VCi%7@Oip@oX+FN zKTV_m<n)LX9wqZ#tv(YZfgy3Gr1>Ey&xnU-!N^QlJ@;i+fymh~yz1D?FFTrV@@mxA zdh?ss`+^5fXWwrb91`=m+rq7O8#h|4pI{gJ1^;08xA?aAW|}*#KK$`}n_)+1;C&jO zI{6N7PUy#A1rH8(c5!pZU3(W!Mh8C;zQKt>5IrS13!rr&H(j4R)Q69Zq!CPA#3Kb6 zt=k6r337V2vfbCh{^O5l!~AEIHn4ur@k>q40Q6nYJAD?sh&X1xe(-@~GuHK-g8gZJ z?~f3ReEl4^T-v#-R;gVkIbX&w{iiHWAnadLyw6L&O}A+0zTCg+RC1d9GJmmeG3(YL z|C;q$nPR)DoKyHe_FE!aw`b3j!QW}T>h&*JL=droxEbc8@H1n$^$(;eSJHSgU!Ouh z8^1nNId09_9_^Mm>=;uxWJmLpwXn_l+GmKq#2F}eLQ8V&o?5SG_**CTZP_+k^+W8w zjRPkKHE%g(k=>?eUG{$8b?6e}#FECF5&EVn5)&zD`h0oCU7JS#HWs0ew;HX?)gjlJ zX^wMtbz67EqnRt-_g#9p?9#NiE(<-LCHMHl>R-IS>;7|($x(~!CS_YS$+!H^hj?GE zJ%-6&&c{~r22z^7lKxa9FLk|9^0tT0j8;?@T@~slUEQZ|zZ$K-NhSo!C%$$vRD++* z5x4PnL_dd!E%}}67CX<L$F$6`*qS$~TU<8gm|k&zu4}BHQ}fHG9V6z1yX-iz$SvVm zs$huG{Xw^v*7oGQJy^qmwM?=X!CS-6xedgjCR)<;^xJP%Ok5tkQDrA+(e<06J#y## zs;4K$Gm!aQ#-k|Xe&3|&Wu(3YjjA@2q{x(4g`B@lx11JH&HH}thrV=MX#D#7M?b$n zM=O03P)5*Kmw~0r5%qX<IY!S<vT}!Oh(z)@F!m9=U4}?QIG@wdx5EkLBW)iUZ$HRI zVKtiQP2tOG{jzh~)o)n4dc_K|=TRb8GlrkYGr~b#?y7rxkg4%uL{Q8EL7vE!LOiDS z7v%f%*0{K8b06%oh_XubX>fj3QN)^XzSQ2}9O(`r?a~(XeCN!@QH#BH4a~Rqt@*;h zws%_Dd}aM^{5xTL^yO#B&nI#IO2>aPi$0Ngu;K_S)k;sp6wY7HhBbXWNiL2f)n7{N zLACKDcP)<~lLAh~RBNAj^WHO)8T&hpTOZUN&0_02x=+yhgI?W1-GTi@m!=-?G<{ur zo~F)y4@k}Cvhzr)&D8j8noIi*vHJ&Vot{_l{?Vzfp)r?>9lsEMnfnWJMdL?XQ!GD( z#1l!BiNt{+_5krWVxQ7=!*{xV{(Ljm-{MC(#Aw64k)@i|+`YQ2>-6QG;g_e{#p838 z4pzC+=R+r}g{fJyFR$98Gv251Dw&Ul`)4o~fp>C|14Kqj8lUcH*5{vbYe@WcGmr}4 zA&Pw}l&CoF+KRzeGbYaN?hzfj0H4X5|7!O<=Z88+kC<MqW}g0~@IH;t^!AZ_l%A%a zk^X_2Jb+^_;_}4@baY-4_|&bbT?uO`ewilUf{ZFyf5KD6h!;WTE7BG#3+C$XP_No4 z*JZc%oVeELvN`<>&0qd}=B~x8G4=a*)Xxr~yaC@8C=X`#jlk*$Tw5_R3wFK12{y1V z2BW4*b{)64y5d8*O*U?8X8e_FTI;{s>*G&m$`5%<lOVlRtIfe$joMp<7pm*Cq<TUR z#D8j6V%~=1>sUoDX}Y`6w)g$;KHc9LIiJ+@w`+$M`L-M%X&2tOZoZDCf3fRTG+u5@ zlE}>vW(<(sjxZ8P?+Evss*g^Ue^UGM$ZEgL7j?hrzCQd-Jt_WW#{5<zm+m$3*Sxv& zmsM=88ryuUuIYrhv84HFdU-Ag$suWNNz+#{pM>@??6vUM+A2ZJe1~^Mi`Sz=TIWl1 zyJk<O23)b2QhwC!87(F{;E&cWcUm7Td(CQ5^JmY#Wa)Su?_){h7n4WUj68z;dDyD} z8I(%o&}z%NMVq>QblGqu-@|&BBiMZkG(G<K=dLqCKFdp={FmnK>lC!wF1=f%hh?vW zPE!0qTT;&cBs+~rYzOPX^7XLuudXebYLOVdqxIJTMNi{>ENTAev!A%tGYh6~ytKRh zppS-YdraJBLRwG?>A~t2NFeZAgBg7U+6W?Oq&;MJ49N`=`$f&%7Najd?hVhkMgHmI zM3dFeZuWjY(`Cb+UMn6S?$R826wqkRigWMgSw{ICF<a5EojKnBI_h+z%9pBGtQj3u z-OTzZJKt!2a${PJe1|m~I0*&37l>w&^SX>#KS$g&K3ZO8d_Iz{|7`4dF@?V3ua2nA zOQ_rTa?I{8pDa^sUsS7UakmKa8B2Zqwqa)N@ZYkZcv`R~1-hT#GbFo-WQrR%3TQm0 zv6rA$h*^XG2Hqx-9en?nlT*kU@$$m3Wjo4kDQvr7P2K2wcK&wwRIi<8r++dpq}!Zu zdfBamrC9%@ZGo$$m)x&pk=o(<+}$DBSU<1xvk5E0Ygcz#{IlDEjoD&9U_EsE^~-bE ze*zK_^fTl!$babi`SYK<7T0gwi7YTGJQ=!Z`HMX-j{|?D@hFk6hTA9dIu<a|c=)3n zw2E+jqCLZRFNPPufBpU;T|dWj{qa*=H-Jnn$aoDj!KrkUI?XE6I@dX;&D~2ZxbdtJ zdrq=c|ER%h&zyVORMS{{)<A%EcPw}IDb`PyG=IeGJsXDKkhunHRY45Ti9bTuM84DY zslm_fFgAX?Cl!6=UUm0oyLmTmj+{SsZ8t<~3_h+c;`sVA;{-S^_sJOgotQr9$Mg)G zHUWJk{h{f@{8DP)k@GCXtUTrPI3DVsf84XW@($h|19M;O6KX$u+smW_PSMM4eFxmj z#-<8YDS78%7WbQu5&!OWJ@qhT9R4lM500i9d>t7rM^<&PUb-ysE9>y%*E(CI9@~^B z+uITB`zpKC`6ppbi?%kKYK9-`db<R>PaFT<ID9Y~q)tOd3c95+^kCh_pP`s>r+EtX z1={ntpBqL7x1SOvIMLJ)RRh0e6!U+eZnN2MC-PpsxzMef+rso!J3_MMy1@SM`$CRC zQtJb{_vspSzti;_-aamNu1i7pn~<LI>&dzny)Hfa8%<x${Npm&#N{!Je)48hd6~$^ zMB}0Dk<9joNdFJf%5}BA2)|u;O}9^ed~q`dPGkYyraPmsR<5M$r}+mxWm^A6-p0I8 zrc+GOh#;5A9X<_e{&`X?hm>5=c;)%Q%_*gOn$*<~S@|$xflI@fD>(BF^fSqcps~Yu zy8g`f-(W<j%{t>+LgSa`zwWP?X~y*mf0dA<!M`$&p0T^}h5e=5B6>Yk_g4pI9H`q( zXdFE{JC@6bh4lv5S7q$(7LBH<*^IDzPrf_P?{A+rW7YQB{Jw%~y1&5t3uGvJGZK+l zTqHUob|3ALAm&LpIerLTxk&xG9GCA8nm?w`9u~G=9v>G~Q5yZF`J1uv0O_@Gm(S)m zwmrIMwIExL@H62*BC)IbHS8GXG^f5((x|oj7uBo9?#sj9Y5cUlF_pe1c`d^kuNuZZ z`oQwJB#4n;>cgvEKZ1^iY*F2lu=q6j*KM+xCB(J)Y%{I=4A*1F`mp;JJDqo!m$2l8 z&CD7V&%|4v{)B&{53iE=jF^Uw?wG&ZhMFl3D_=L-*)Hk}>-R*x3XdIQV`smi^w+t0 zcWz+g?pw#rs#hSjmSwoj@lu6Wl<A20+78b@HvaJ_tIbC&>V)Mid;;%dN#i$-ziYva z0FcE*vY;H&uYC{|SJL?S_OGtrz^(u4-nU@1FNuS}Ip1*AiHW=tI|4lWVH)DM%S8pG z@hFc6DOm*+$}=VMMm}FjH{%TCBk{%czk3B*P4hqV?I(3B9`*iS+&KTs2Nn~Hoi23r zuh;)z&t<dUH>K{9YmVtvFU|PaV#j;DPq$AAzqxoXw?k;8c0>)*o+c}ICO=J2OfSPo z7P~Lh*J6@`v}}C7zP)nRK4?F6flaSkx#zL_(`fppSP#<mXQeR#vRgTpJqWFJ!*S!U zk*odU(%JQgpoEmX5B&dhh`N!G-F?Le8>#-G^_LR)ifb0`%)E!SSvWVBSgOj$R>|}_ zvpszq*{t`ljk)@*@dLzH+3~A&?mBlYBYHOt%N0D(8Si6B^IN&RP&QNP`f2`{N?$5N zBa|03p3Jg0l=m#@sZncQ^j$G3(0=KwxQ4xtY_-Dvdy(dT?`*9!i^Ma-l6p3=X@>Wc zHl>W(yYvr>Ehp@1TbC%a9q-fqp+ue-F2CjH8epRFm`1-Fu2X0{VscKo{DT!!KW*$M zkkRT&G+XJHy$^Ic_}zBx-Ag^ocDgkN`wdGPU*_vOW$i$`XL_#wT6x+Uo3#ZO&s^8* zkIHyI$MScdrkGu{-0^Mek=$S1WAHxRJ|*K*iM})RyabfZ()mI3dNR?uK6=)d+s|Bk z+<o*Q+gXK1CiVNioZW|ADtzFMmnE&t<65{KoOCfyG31NJ$13PpsW0}+PL3)#`a&eD zFF&`KzbB!AnRV2I{>f%jM*FeP|GuF4DJI`_*9E}}_GI*r5962kYDP2P0_jS5-|6~k zd8$PJ0YyXKZ((}-z=mlrc}J%k!w0gq23py$=&e5fsMR;Z=bf2oBb+@5S%xH99>iS1 zI*$JA294%?;T3kbR$X@u@Adv%iz_~BcwMW#{IBs_GBH%}iO7yX^pj|m(%=7U{3t(& zUPDh)8ZZ6J{|kQ1>sRK5YBcB0Id!ey=cLW_m_WA&^XgB+cG2z0DE+G6@*s$4Jhc20 z&bPWUvrTNjn*97!x=%uie>7fY_B2@q(tT4MKMzfPKDttT8O=}O>6wU3S@~a&2O)m6 zw@i7u8^??Py1m5O@MbIx&|ik>SZK}Mflu#N$hX`&;%K5{)oQt(V++SNIr@0o%q;dZ zhC3(h-hY#|n~LQadGdg_pJhx;<L_3T?Iri0(DN&!$FFXz0$U+n3i}VDXC6%Eo$$PE za)-889W-tt)$cfR@9>aHWvt?USncZbM=pPSgr;Y>|6$Gac@X0p!OkeiFC}}b)#jMe zc>de|g1H*Nv}uS@V;Ol3CEY%C{*b+vyI?hWv5`M3#v>&>SGxB@4o}AL+f=JHhVf56 z-a+~pJOZ&#gzcJvZwlOY4x43><LW@q&Ga*Lf0`!V0oe>-{gcQ!tYd;)RdUAsKZgzu zE7qZ^b#(Fam&=8hV$YF#b^CECze-=sH_e<s?qaVpC$Jqfe*St#duC*LF!p*s=3iJ_ zhByiA^@VF6txpB}9!Pc>WI}r|Rz3L(z>a!Oes3~O-!%T8H-p(i>+Rv*45fA%jfc+< z-E|)0*MH<}+V|IOD&9%1XEkl$uKZWl*J0x<KUba&+SYEU&6M-4qx1Bh{0#dsUu4&< zd$&8;@BTWb!S#Kbjd-7K4?Vxt`}2IeQoVks@re5iVt0kB5!gn4Y0CQf(LO#6{xwaH z=C3mQo#;-8(s1vaw$!c_g8muIWO>1!4U*rXp67tKbxiYrT{q6MTeG>XrPYC7?D?ED zes%h&GlPv}p?EO}iM@x>7Cx7_Yu86-{JdXIvrgQ7%<A!&6>NOlKBq^Y6(xf#CZDao zYvG|f>G&6WCpY`x(eZ}!JpU835)KzHkN1PRrL{XUWoEB=<3BE%dohq*m!{i;{<=E* zNqT0|^(*0*y#C>`CW(Ae{;oCP1&zlv`UkWP<h#Kxw-Jn7C-0P1qJM;VOp(7TFVEGi zy^O!#`SXs|U92Z3S2<m)Q8P;%PyU;&XJq}NaopVWU2ycnB`fj%tXci{m$>oTF80AG z%j$mb*l~ux)9t0_zY_VXOj8ny`sgW>H_CHVXnGl`52dq_G@9!#m%Ob})xjw~*W9E5 zPnz~d{#Q-w9<#aAWZT4lzJ~U@-Xa9=V@c!B9REi7h@|l;ktf{xh@AX|kqDjwWJjs@ z#3xs4o^{}cYi_$*9jIKO=vwyN{Jq!w!#{N{XSew6fHlsuY@(6Re~diYZAz4b<@|0R zyGI`NV$WAKq<zN9OT$+SHJaSjrZ;x!Q>{bl%H8o7s?_=m+vj2XN3Y9cE;uIc4t>}- z&~pRcr`yM$A7~Bp?Pn`StAmCl(R}V{`dQ2^HO|@+>Ie1uP>pmF(o=5FJ2AEdybqW7 zI{wTxj9dQSXSRNXH3~T8h2+}6`-q|6yngo`*=djCK&qt22fsaawO*ZAOJS!a=wPwm zq$rX5rl&{VgQZ@AWE>ud$4GrLqWwS*dIQea2-4a`oL?@51Mg=99>^gi8HKQ(%VBY1 z@PR+B)Yk=!rpG6?7J>E#az(n#96ZpQLm5d-GDfA*WCVXWUyrQt2CF_}i;vgz{1Uey zp;sYeAG|z6><PqtVEdo(em0@5VX+%mx8A|!-Qn-1Z;!fJ5s{YQ({xis`!(kIhZoE{ znmzYF<MD~F#G0NTs8<YIpP}(&jy<j12BGn(v8Tziu!{twJj?^K=L`E@tfc7~uiwFA z1gk^YnY1*0HSL8t9mr4<{~NK^YBcro#Dz^X|K^ffc+QN)@3+~~PtkZx%@5<O5urR6 zZ@cb!M(A(J^9#=eqB)}bo#v0}=|h}!m{v|htUgeeyx?0Gr$g`ZzAodq_|VHzg@!G7 zL_a{|HFbXyYXRmN?pl;bOyg0*Khv+C3CEN1@gM2fBlHd3e$)2{NCeKN1Z|-t?uX-s z#;2rz#QlA+li(MnJ9`NNL+IoDmW!rf`{*({*{Xz9&p#dKj_z8gPQj{&=-+8PrtUA! zn&egv4E5CjJB?RK|0&_0anUG_t291S^HZOv5@{VeW`@NA+hqwho97*=x`jhVt}+AP z2(5(Y<|vJU|2_8G;?;3h3+-oEKP;NNT9$JB-{6|Y%SEK%>~rDzuc_l#^3qO-FC+S! z<|kT!5Tk>YY`Kpd|CFs4TWceNTyH}5HlYjm)XrrZPiF87bcFG5Tq9hj@zeTL+&hJ} zc>a?(i*@(l>Kki-fTnM1{y8#s4n%2yXG$Uv{|z3sqmG*)nTc14U6RpwKwg5kM$S9J zXg$nd!PX6qNxZ9!#;4AD%J}gQF?F)5!IPN>Lzr*!yBac@KjL_d^)fXY_kXQAcfAzs z6x*Uwt&$(|zQHd4Z`uRW2G$Y`i}@gSC~5ra*OPGP0l!x6dfK!N1Ir&?X|ZDO&$XL8 zYb@q|Ay+hgQ_E-Z@t{15H>2?x+mk|kpu3fwCk?#euZO|uCc_yyCw}r@=Jb~_X9EL5 zpS}lcH0yEScKxt}CC2$4>rYT?G}{k-2rh7{kwxnG$<>|)ejJJSh5S>R--10yuWIVX z`?wQh;QlbJonR{43fhp-_?6ET!ciIz--?quZx&)jqZsYsul0k->63$*kqLgNz7I{$ z@c1=9vmK&XhMl=Z<1vLiBm0sKd3%dSW41h`?BMuS=DX}44nCT<7JDuy^40Wsjhn%( zx_sE1^y{egygt>wJ?q@63F5@k^mx^caGJh8|C;+9-YNo-xIx$y(UPv;`0=CLJ{tyw z>2}Ww<qy|h>GSt>{b)R8&Nx3AnVAv%lh0N}%Hn176<yxU3%+8Xl&|VS+fME5>8EJC zw7fLNKZe*2tbD;rFX(z-rsu&|^`SxVzE`Q-_*3XSFNYa1^UL^upMRM5llD@G7or;a z_A~i2{yeTW`!llud;~5+Leqfn@4rp6=xw{(X4Zt_f4AG%j6Gj^>wy+q0$v|)n(P_Y z%yRSF^Yq`+_|%U_W3tVJ^Fc|xRXkn}Q7iB}#Xos#|L{0}WUu{lw;esa%J+DSPYt>2 zH1t*e9j?o!4Qf26z@Hr7M(lC__T1WGTlHbz+q>Ak#OG;#ft8}vek8h9cV7n9D^=3; z`28ampX7e$<R{DtF9xR}ne#M#dcHyX(e@y3T_I;<OW7yrFBx+-5b&yD=mY<<Z??Nd z9_rRQeNJJ?_eCK+>HK#a#&VH9Um$B_(eQ_^#T+IMDKxr8G3Nr<Pb=FdjtlG8#4gG; z#pX*vpGtUNAHR%|PfBGHVu6yz!;KH6`Ud_2q>q<Y0(mesl6UXOM}|i<+}5yHnU`); z8dmb(pBx^7m@4e;F{_&YImd;Yy?ov-U%L?RV=0GM>3CO?eY~-)oo|DXT@E4J=N`Ac zlECh_py?Ys-ofhu-s#gLQtdZZzDUJ<cQ+fII;hQ5w~3GakDC|ywO)$8*!e23j_k*_ zN!dAj)-^rM*V&DCnqAqqUxZgmNhx}U`y+7XJ?Lt04c{~2{7IxJUViYkt3B!C1@lS1 zkFTYqWedlr^o<A8&1b2eB1p2{E^c$XWUzTepL304_x7rb__{|`99pMnAD5Y5>gC@$ zyvz%{k0p(tKmV1^CtVGXHH()tJ=4w~j4wkk8=}oLn)(5Us`(B))_6&}cl|2$_ZP-i z9PIq5R{Wz>i|yu>>zT*SXZO|9?Gc*~<UGrM%&dUeu9tQt2KK9Aexn03E+Oi{of9nW zsnhg~w}-44%HW$rqzdpskAOUfcY}!M+yPHMU+gj_Z~SK0n3Y{Byi4B7?!Tn*87rTZ z$ZEiI&gV+DkIQ;G#MTcF{+>R472JaljVI&ehf<^j*N-BTKfcUU-75S<nPIgy1he}` z`oG(E`tklB=8^k-?oQJ<sNPRyI(ef!r;xOW{7duO*!is##Yp>8xBp2<wO!j_VBb`W z!y$;N-1KjC3Jv<~x@h976OX?>XZKU$?=)V%{L}TTrS>zsFf+xInKy6_0%V<okD>dQ z*ao=Iok?z(e4_Cxv0p*DK+apRHd@+WD`~(ghq$TKr^UB~HBZV$yQa;|9-2I1a8G=W zrf=;0Cf)#K7<g%MAsxEBkfmy=vBiAtwgkm3e?F<|ar~XeV+wf)eb}Et1aG0_pD}<m z#mWJ%(^DO0`dLS9jx6{y{6r!?L*p}@e!x*Be||u&1Ajg_-!#c#chL?OLBaFcVA&44 zdUen2KkdAIa-OaG2YRsY@uczUA79Q|z2?R2L;}45BMq!9Db3-~zhn*HeqCLcuMOK3 z651#l`GlpAKJ2iCHo`h`U2WE}{`YZ!MirhhuInG^@=xBn(r6MZyENQk)5Lj4ll#8k zNBiDZiWj(|#{X4{YWBsy+qGWY#X2G2Rki15TCbDBqh6kYN8-u!DOf7Pb2g9;U2eGH zo}Bt~zRSXS1+P7r(YpoyPWNZV>0e#WA$@%%jgQYSrS@+phF=31u6b!~C~=wEuUplh zZXb(SZA^BpGO|Jn`(Bs*N3Pe{HhQe%(x%%izg+vo#s`<Q`uHXNRA;;C<BRS2_55E+ zewteT>YE2Nzl@i+>iUhQFD6fkKLXhk#HIzAL{5n?e2-3Gr<>W*(gxYBbUQe4;1HKM z99Qdt-XA~qq@LwkALlkzZZ*k=_pzk$()N%s_L@4*5k&g%2;~+34r&8obPn4~m&a_E zhB%j4=N49`sPn%uDSGW$welf=S^t4k7*MvW_3bP5iFmjEl$-gEx9N*~$4$S5__IID z;%Mo5-ePmf+qsq(Z_1uaOY_h8@vpm{g!H9Kn!c&$ztkB6$vIQHUHtjUHud1QzgAYr zbrJD-JiqGh^fRaH#=b3`Z|!O^81L8G=(uVA*<ZGcn%_J;+-V!TZ-T~;BT72{>dN?{ z{#xnk%FJT05@CKz?Qj*=uWLW>M>B~>^Y0)U;rKT6gh(2X8hHg)3`7M$etG;pFN%Cq zf09|zZV5?S;x1cEy!vJ6zqQ6l#xo7mf8GpEc()Q*3?!<dEb51&MWb0&zVD&tfA(~k zzr9xSkmubz@E4kYe0;iImXv?Sw`YiLigMEw{#c2A=a1KLs%5cr)~3tFR?lG1Lx|{5 z=4$?V4lZFm-wp|gT=`R~JsBhKOqp+C-1-&m-!(=?P-WVi9J8YyZ?NAn%VWWq#&c%l z&vgIO`jbC<h4UHSv_`VT1DUxbw_`9ax!H}~RY%({cyQv~x5CZLkiM-?%7Yv^qOG@` z+kfQ8?PX8#evv8PD`&r#-y!wSL1kt+1hIY<jaSWlC*u-kxbo;_fkG4Z+O{0!7*ce^ z!lT=QW+6T-X*~S-qujm)9c$Prk8<>t&0px@K%NhXEfX(kdh~cPoxLS*DPOxhbLiYh zg)GxtC;b~2vpxjT()je-4`3gV+^J#O69)O;$qq*F)<7?cecD^Se`nV1gzKX24|1My z%khwYhQ<TjHfFt=p6}|SqQ=K-mDz*JQLRs0v1xrunA3`{8*JK*&C1Gmnr~=1$k{Ps zy_APJGQ5)KZR-^u7ghM^ax@S2PqiZlkCr+7$adk<rb%-)Hr#>tX}bEy56m(cKe+mi zF-pvb(6v9+>TMbiJ>TTzb4O<6@-tV!vLolJjlu>~Wp?K$gWc=3bzHi-^8SrOQkPOc z3*!BT$veQLP7WiEwo{(pICZ+ALuA?3ZL*YZya(@NN%KpMelR2xu*R5hw~(95T$4_Q zp3LR4rW)dSGj2rLJ9iSCRu1bqc6_UMlIvN@<pEjcQhEl^<~={HKQu1swk~p8k(S%P zv+Ex;fAo)UzB~jQkpEp*J}RH}$R(jXG6g>@m@y7IK1gTmgPp2>$4)@Q-kt%)y11oO zsGWB4LIi84AYz(-rod~=`YwO|DcAS<<H#A=USZTzS>FIAn*SMN-=ha3ANv=>V~X(r z+#pgKd~47y%K6iF_}DW=5}P@OrLFDMYwbWE>_;qV{wc=`5g`8V3#F0>DU&i|=@aXS zoLvp;anO%scepMJ>2EYX{qj*t|94?1lXVq;hI6pmFZQA78QvdCcEbqgk8*lsrs>O` z9Qt#7^7&hiHnD^AIC@Qt{Y<yn@b-$)r>$X{8uz`iTPp{*<R3P(ef~Uq{I9cL@D~~n zU!KbQZ{X>`iEI!<qMuayb}(Uo(Dt1%{uJMy!S>Q6-F}+B*!w9!>(ghjgJmFmR{mWz z!grGx8U^H9^}xBw@vW;DxotWX8k*v<HVl997+Sdgf)|Ol+ke#ei+wsY7v87aFK#cw zDegf`KX=uxLqR?dNJCh=_Sed4@Sw$4WPN(H$@9Kqv{h_#?=w4dIIcjtSkm<M%NxG^ zMcZR|YA4n%EbaX#5B?`dKkLwL@y(-p9SfzOpz+Y-0px}5dTS?U4q&dl8^Z@!Ezr%E z=l=~&kN!^6SEt_t8QNaI>66o2f>dTBejIt~=%T?9Ez_zE&i64sjLo}RnYV1uF3q>u zM;)r{^d{%-NW`7JQ-hg-SJJGPj!z7$J*q-0ypJW_9{v5Rt51j)8KTX20WT9Gk7Vr_ zBoBCV@J;$d(^oFva4eA%UWPEV;av>68W#FmeB2`<nm#?AOeNpsqeU9c<YNUqLK+{n zSXFY|)m!DqBRqjUN#hgBG<YYMY2=@7WWadY2aP(u-+6ys_mLJW4sRKDs#Lq(*w8M` zKlE{|@X}@J7mt9_>jQq^{m5bqdj%!;wohM?(l6)KdnfQdmiqdSKesVHtVSN_>o=Ny zM#%%EzAKG~9xuwqGp?qR^%Ah|xwANw$ELB5ptL@A=IM)t&CEj`dOPpyVm$zV>t1$P znTi!I*d=$F`0jiK`{8(>ZikrOYp=CnF?W{xhINRQbiK;sc6jQISgjh(r5@K-cCF~^ zI&ad?hc<h!-^Qox|7vYEZ^$I8B_;OODEl?CINrxnh(~w5QqBCf)5_anzq1TM`;)WH zLFYlN0jzykLxn5IZ}ZeXPgX@tGrNWMqH=jo+o+&P{F(nCYaiaB10^{{L{6W?tsJ>z z$ketr5f`_9xO^#wjn^vWx3ThqKi?b}+)|&}iDloGaS5~7eYUY(o_=52<8$<Q$S8TD zG=k9Odx=kjZcebDI3i2PnicV$h;!uHzLCo&?sZ+@K4w{sJ8f9Iv1F^o^Pd+SXf<cU zdq3ad4VU2aSkmp|^9$s&q4G(8<cuH?(gzzwZoegF9l*$donSDhq-`2u{r`XSS)WeB zzJhXGgV-l?1Fu+yH9EK}D9zCke><LM&$kh+K3as#uK((x?Kw7ov|r&`ahKYZwEbsV zzG`)P<+zN`W2uin#?C)+3*Y#>YbpF{^pYCebaKl9#d1zPXFs*&yaM+-)s)Qt<I7jW z;;Z7L;bE=$D<V%>SugGJSKyeUg_=sWUyXbsy4IV?5h1%w;A9jJmHyA}thI8+-l$?e zzuC<WYtx&hA+FOAh235~Zfw1vPx9qCUw;PUeSPE25P1V*RB42ork^qXm3SWl53aW# z9k?*Y(Pl$*Tw|Ym7YZU@u%z+P^4Jjj1Ng(O*wZmE(Cge;oN_rCh!M)%=SSzQ^Zb<E zl1@RjUOqc^5`Uxd+c7daK>J2M*kQ##{h!MZf?xQykF(acfNXzaUj+TmwIUXiasFc` z#)3h=1FlH_!>r{_MZ>o6%f5#$>^NV^*=b4L^w71p4`spMBGRvUUORKgEzRbORm&gy z{>J-Q()^(N(^&bc)NYW*qekC?<qGQy(33Exgr7&JwtgRUH^6Rw>F15>)SP*feuCzQ z@$ynULvrlK+V<Ng7O>pap?}tm6>qvDj)5uPpI$$3*I~)HY%Onf^U=FrP4|~l`2-^x zGVsKBgjk@Y`H@lbTj@A?w<>j4w!@7rr=5Bnx#!=RyZBhe@Mets6z@}@zinI6grfB} zo5zODNShJ&swm<M$nhdDWym4(`F}NT^vPzvE8eI1OZR8y$Wx`<N7P)Y55H;UhqT_Z z%auCZIZw1>toIMkqkTrR`<7{Z86oebQE4<`n-2E8@o=`o>Q^}~|NCesoA3WKYm-&` zre3s6NiqNV>r#*B$Wa=v{&)k?mt?;ayyXB^aU7U`gBY75kkL`#e@JUhnx66UPCR2X zxqH>If&FK>CM3L@*Z<Rp5mN0{BVTNoQ_Em&6j}&cg0xayM!(ad_H7E}?QgyH<lvoG z%O&YOpDW|%r*V;$$4;BeM-@Kc8t=Ew^U=<>!;sGt7R;Q~d_!T^X@!<7S-RPOBHpL_ zU%$LmvR<Qm@)6nV3c3c?u;o8)H(!^nm2-^C%pAw-q!z5D_x;dxf6(%VtnU&}9B}wE z<Av;<7so;K!|?hc3abC44w|04d?ITp-puUwV(J#t-E@7X!fz^%*mU?hY4=8h4KtXD z0>Lf<i0oQ0T#?>Q%ACjdBWJZ}vs12H-dBC?n=|S<JqirL2a<=Jd9MHLL{rwUWP}On z>9eQZ8BUI3IH~(t@!(XCEj@cUhF3T-dBffp?7nzm{krihvH2*)FWvU=M;!bzL>on; zap|JeXq=`mJnXsmk!wghpHsnK=GCEp&m6pl?bQdYG(NsQrX$|qp>n^|zskkKEf~81 zqLPHK<ozW0jvlxN)&x0k#PF67&eQEtB9ElThasAgrf+QgP0rR6>p%VNg{T&+Fv{zt z-T9&#b)H|re9EzhPV+DJXZQWm?Nd)rch-?!lm6G#^!T&fkg=u~56SS=ZwFM#5xMSH z_HT|G2HuQ)cREWq<Ooeqzr93sHs;eS%YP8Jp$!>d!uDotf9s={(fzH)U+&1PYI<sI zLVs-@3LRxMMBd;yIT`-IIlkpTR!bf}uT<~pT*>jHZ@v;KK7_IMApR%(IFH<yGqiL) z`z6-d7RJ8)J1_kNJzg`)zXF_O*O9!xsSlqze&`>|F_X4GUVJW(<K#;<3N=bT?VgeJ zjUC&7jqWc_zbido5iBnLYJ=biXB`&M^z`xHj`84>_)$nifBm}gZc9cN!n%DRLkHR} zAN3aUOFe%5V+h*<rT+GSA41Mfhd92FU%K>+9W!e2*lYO<=iON_IDND$)VhfHt>vzl zjE<k=_=mam)S~0^o)6yL1Aj3EeZG%?^-7ic=-Du>(tqAhdxi@b|0Wt7Y+%TMkw4{1 zegBK`o8Mkt-Wxj_n0&cq4ZcLx?`xNI!D`E}_G`Grz~2nj$3H$cvJM3tffW^ao4mA@ z+R|!&#a2i5SS*>_yHXvmi~nH%3F%4spVo}j0t=8keGKd1m%{qw{Y{93is9GgJD-B? zb;i&$yq|@5<oQYRx47u2ZtKLxvs8WEnBMneqz32~SZC{}^&!P~5pz^%ylVU}C94v2 z{rcp;GlSfRi5v~no<D|?n!`(9nWlcFqfLE(STW~sk{*MZD{XtV2n?E7c+O1Q?GARg zZ*9KP7TYOopM3vgRDnd>uokWq)+awd#rs2-Uxv>Xji!=YK%4p<3tKOKl77XxW;XU* zLPV?<FXR>aFfs*fEID~7UB5hkt(jV3KRrlVkc9My#+xzzr;?dRkkNSb%|9vr>Gn9? zYVNy`o;rToYPGzNB!4+d8QDI=N3^l+mw#KBQ2y}!4?4nVc>EEi2-sU*%>Dy!Z7d&R z=+c>zq(9!7J8jc^{b3$=ec}E7^WL!ML}9-P`6DlX#Pk37RuI-KUJB{yACKza#=+56 zOV37Y;Y&#qjm9OY;+NKSzq_vP{=MgyfO+>gO5}>Br(fO}yFRFN=Ylvseey?te=Czj zn<|7qy1V#*V`Bf{A%5F_$i#Q##{=Kq1<LwP+ok)%)a^A~GD-D^eEZd%1}l_Lbo&jB z|AC(XC$10IN+gg^bTkm25S|fB&lmc;+Wu<Ki~%o(y0oXIOM$LGqvCr?XC;jXtyAGS zH^iS%cUqtR{^v_>@Lz@eL`1?f`*b-=zNv2yIkgAuTFAhmKf?Ot^^*|4GWmpbh4kd- zqjA|prsyBt_8BUVD%wmd`FQ<er<q0Dru12sh26)hmLKA);mBP>+6&QBska$%_2QKf zufFjjSHHTk4;X0re0xyo{sEGmB_1iD>!;<pa6Zeo4`$sE#^!;&y>5)ec4K6A|KF=S z5Vycp3bEW7<T<}IEk50`&8LIcMIXQayHl&d&Ra@f9_Tr|3%kz?f6qufhR!v_2Bm&{ zbi5z>1oEUH!yY6ij4*vse~zMldf-QM@p%4tlAaBQul&_2*K2~~?Lsb_N-ysjU3=d* z4k@`Z2CwqdDLJaf(Cf(b3_r6He0LK28^sZzuGG_0v%8uiCi0c0uisx0U!QN!c%)zh zl6P~!%BJ{-rl(JSsXJXl+*>ilJhdK}?M#wKip9q6%RTaJz96}eT0j4k_<KsNM~x=R zGsp7MHQQS37`~`^^D=vUX|B`!RufN#Sq%|~Al8njYiHI^hA(k#dtre6)GlTfmj97| z4?Z!<%x~1FQ-vJ=xj3oa@oo9);(Z!VM%mv=BXTqzzP>hH{090HWVJ0bM*=k?nQ!p+ z2heWDW{xEfZ|h&fy}NnzJ+lb!j#F|XpRuIdN6$Ay{XaMDYDPwQfCTxWA_)(xJ-qBX z-_JJBdz%OTO4|eR0d?z{<bA$!InF?P$gsPe^18KkjDL`KyV>gI=cVwNX8yzIg^?m| z0|M<g+t&?GyFbi+@q!v%9z=iXig*I8iUvJ9f66+xxow~J0}rt0DZAb2<1%(@b@Lqy zx<84Tu)YgEPmd4&_*ZAI!V0li#tor#cXg@y4^FqTTR!32@(r#VS-e-gUe}+Un#W~F zh5B(ji#B{Bg^M1y^u9m-?^uUeNw-(OJnW+NOkwXLtm^W2Jc4b+&m0k>H>Tq3^^M=J zcaGoSxb@W47nkT~XgqxWn@;|?GDsmu*?5UV<5eTS>3yK$J5SVQM$vfq;{f6r%H^Bz z$;>~!Oru#6eQoyfu5aw;cV9k#bh)gm&vy{ELh8IC;gj<11-oS!GsodgJb@a+Eq>h@ zV7mVMe>j~*zdtABx>WyQdqB#VZnw8Sek;?TfC<m)P<LLDKKiESkFn#_ba*o|dzPD1 z8G|>YqWz|vFMR%HoOSAVqvDtGd4{=0lwVM8R-If)9Ouau&40c=H^iQj+CQ;$?9Rke zVIQsIvqpBgb*?eHPxj{3#H#hmnmbI&YSCqD+14WwUnA@Gch)aCZ?o-YAImkxk|obO zF-D(vWHbciNWwXp@IK4|8WMp4y9stOitBqsC|-JanYnzLw9sMa?3zvQrlsiBhkSmU z&VGXP+Q<o@##>Oj?WD&GZNDg!$DJ9zL(aP|qbYo~eE>L>oY_RvH>EwS)CUKSB)oa! z7c;VlW8{E!Q({K@vhP`;@#*)kl*XsTXV&@9%NzYBE_3<k($^E&%*wpO-g2_<JJiAd zv;FK<=1FJXw0)2F)#FnV|M?$tR{<AA^Zw87?(XhxrSkx>y8s(OKoR3L5E~1`Kryfo z0~1tGvAeswF|q5v&yCOS-rVip?%v|>fA7b4?&gktzVpoUJoC&m&&+W1KjSEox}p8# z%fF$$ff{d}Khc+o@%Lq9CV-J^m}f%28+)b9E0V3o)Yq;{{bKX=8`F^8cYnz#wf~JE zXPf!wVrqY>G+f61D*bpiU*3(iHT{E5eiJl1Tvh~+d$#S#9xY<Lm3!*I?u83l?fBTm z_2jG>Y}||P5B~FEJ|In>^nG2VX{@B_8PgxIi=K>L!VHqEltWZl+R6(3{C{ts<;};C zM-S{u1oW=>(K2jtJ<E&T+p&2vCC|L>(c@q_tF1#1otSk$|5f}wmUMg7)At5QLa(Ih z@%2Z|@q?_enLm2GoAlHxn{Oefqz-O>nneD2h>fur(ZwOmXNPmb$LCQF;j;wq_cF~- zG5e%{N~9e7jyT2mt#6SaTTa|wku?X1l<EJal(-DyDPL%Mt}YK_oaT-$zPiA{juo&z zsawx!ZqC^qrk|aWa`x$?6<AN>|M&VReQf|R(|AqyKkyRoGs5?lj8Eau#I0c_YAgBd z0QKmD-VA2`LB6&;`mUOHOJ;WNq+OA@aG_<>W;kF!VyO;)P!sfTJd}r&ATkdRWQV~% z9k?+WMs+Wy->?s1<nv@d!MI3r=U|OTXtfTx#Fc4{4|>|1vyf?gX=TrS7=3_Q4LL){ ze7lYurt!<uSF!#V^6-!{Db1trqFWU*M+?lOZ@3B#@g$-XWL~7-TEkCj(}(?R{*0W! zYEIDK-CFQY==HDYTQau5Q)eTL?~_J+30L#EuRh_a-Err^69-MnTv(6gzrqWV1Q>lF zO9^HzMDK*xoBlOEumIrY14gk|+VV@^KNG`&-^s@#<{ttVATA8IR>5u@Vvk_mfb<tq z6)xrD!SRh`uhLm4`ueBOAF>+Xk<m|6y~g29TYTKSpQEV%u0W3&N#&oMvP-xUwW;op zq4xUUn(OZw+E0Cs(bNn-tIZ!%98sGdtoDKy<D8-|ljRO~cagCkVrt?q8V?<R5L>sd zFX3EV`uXzw1H=9`-ClVTpcX#3bq4%WdDdP%`G<UT$Yv9I`8G=!lV?=0cKPGmb*Fw# z>WIHntNlpdn!y0Gu@THa$QlB9f*eDTNmH^2nAFDuS$=T41)S#$a|h|RJuUD^kJOPK zqWSUf=kGXI6wj9-Xqo!~cE3C^WKM)zOls`$f)C5H_sHV+bbFNA1C%#?e#)Q0s)a|| z?TLo+P1{=~@m^zbXm$84?KCT-WvuM5ZeGVKSMNB-<eIXg&^E{P^l!}LKjJeSCulnO znWmRk^KC!I?veejunuSbe0$-(PrLmZuD6>JmGP|A=@aZZwqor8Pm^0QF&&?z$5vcx zkrSV+KI;1NZ;u|h?AgAzSZ%xQACd1^(s)hlznK5dW&D!6jZAy($1ilO>wfRD^|ltd z^ER;?oegneN#j$pK4MHCD+M3(s+YI4<D6Y@7th=B$OGvOv(5UaV9E=}C4(jwIpXxf zq`jo=g_wT^vd!(ZFy)yNM0ERUdP?jQXO*$lhNayD%Su^4ezM!O!0MAl#n<e8U^E^% z;~%HnxGP@%ivGm9z1r2c8|k)q>$Tzi+Vq=BBd76kG+}QdSw-o`=pjTomG7sA6*<WG zHQ$busrAA$bX7O21h*#x8}$Cbo>QM=>4t!$QornXHEMaJ)A>I$v7KV=6Spt=o-pW< z6i<Str-u9~$*KDDU*}eDv`_QxY@{i1J98|%zpz2bw!&4PopMWx%euPWN(UR{6P7f7 zCHBKg7nOt<97MxmE=SI?l5>7$`w!C>O?zL(CbYxZoE0k^Nk)9ln!PMq*lCdE%uKC! zfBG}(71m=(<4+5Hld~d3<Dun2%>F5nx3tn<FJ?6gW@zf{qR?n8UOceKT)CL-#8dm< zAI(*U4bam3GH-nC#Mm4^CZZtxYS=4Ri_Fc&IfoA&b9b`M;?4NWQswKOyfNj6#i}8f zUE|MXW%K%rO`Om)UfbDqjd!4TmQ%mK;qS4e@$>t`xV_;#98YGy3e51l8Pq~A`uQl| zj!Z@g<RW!ov<~D3{5N<KSX|g$I8?WaXc#M{pGV85@OTN|z{zE>GDC7&q(mQSdh*Vb zH?4V1R}U`h{`5({{rzfIxn|)SLi3TPpVs!xm@mc0wBG*Oz9MJtScMIUUE00V9o8?# z-_Urmza5x94q&|F+Im@j5R-LeYRGq-?1}piQtS-kxmr1)Nb;iq?Tqkpqc<fwOvd_` zSwg=Sx_-fBRYTjdXYDes#(Mj%S(hJ(?rF8*?ZQ2y7Hze}dMxSo(efwVJ{spV{d|rm zYWg>D*8d15O4Faw2Q|DL<c{HdTOE67T8|I`%|Dbs)En{{W?nEt=x1BuGx%khyBAB9 z=zQH~_JkEP3XK{$48I$^J~r;vlIAW8=4x8ET=!5gACcdGa_p&b=`iFkw$G7?<ase8 zhb?1CA$QErg!fk^dqb<dU6$Hz*n6~BnTf60`y)SsAJ)>)55soT{H5jJ9Q!NOW}uya z@~7Y-Pey3h4$I?lC9n&7-zkj;`x)|G;Y@z8FW}9K<=653KL_2|1HXn$Wo{;A$#7Kc z9t<J=m@{4&<Hx;Vm;08bX1T1o>vJ(>YO_eBJG@G|kzMxnatTi9vbF!x(KoPuYRQ!~ z{j+Y-&KQ?uUpi#U1+2%C<{!!v+GKh58lI+3UbhfFTHa`T%ipcpj*$ScZ(=XH{c`OU zKUzZ0YWH9y$WxH2n)DnQUVAY<lh`XQ=qb64=xvV`ZQpoAIK}V$eShZiZ|r`Aw7>`c zf%xuNj$>-lm$DMpe?Z^gRrY&YOpW*Q*qiSxyYKzN+BO|VCG~gMbhBbT=c7GY|6M*l z7-cX&4<r)ivIBHu0y&EdETUojmdk^I{aQ+9@ElM1@8sj>YgBD!R3oi{RV|nsn3p|Z zIDYcSXL<1>DcWa9&m8+AC;CeB9ql^pCGh(S-gjRdQgz(@o(?mjl0GbX>(-zCo_;Q$ ze{%dAeb1|tu9qQ$$JCl7P2U`Tnx1VN_8&d|2>Cnw-{GBU5F1u{*2o(Hzl`PwpRU+` z2LA8(_#7F(N6x8yYS1UL0ITWTdCPo0nPZJ;eCGOxaGo29^2^)Tih4xj;rD~o{({^G ze}-2OuSBl#eORS2Ou#s+iSv&CPR_NB@_Sk1b#eDXh#N~a@XL|0w4(=72je7P>adl< zC5=a(fA6UC49SW7kRt)nJ~_8tt7DIh^IzYq<L?y|=0;lLfjyPnenlY+bblz(C*%C+ z$jl%;84TcK3%}H$uisMea+GJdrwtw{J4FeP)S-_nFn+>}|ND*F^oTzp_4X2V<ez_g z3V;4;tnq5JSNZ7->a-V5iiI<n`Z1#y$y77eQc|~S?%LJKkH=e0aeeG-Kkn85`j=|( zL;3D#b@%~u9PZ>4x`q0m)o8CiJub$jPl<e@>6!MomCZlhn2`{21_v=Rf#*o-TS9ZZ zK(1x=dxaL=H*$r|)-z=Tl2U5j<-RfAUM1s+K7Y-_P4izW9%ZXthVqQ_#<Y(ID)Yxu z1o8&3UupiC>;Gd60?zAGG6NXj{pj3WuB)}vYK<=FmXe)aHxR<B{`}flR2ivjG#3~8 zX58{P)?r)lplVM8UbFj$H`jS&;TV_bw&lgcwRzuuV()#S`Af^El=!Ul)g43m<nu>a z{6?G~bo==9;MQMQDe%#)GH{>xJOJO4tVF=gQJ#XnWSj1h!<>&ya@C%ARBd%p+xgfd zG<~)0FXr{~=i6$;{|2`4ny{^A8ST!w?>^N?{Z$;><3A*4OREA?ZC7+EdcMx*;RdcX z-Cp(QSMvJ%-`PJoTA<Oql^73FV(&;iMqUp8gCQm2TzwuoZcNv4S-*YTW3a!odL7b4 z^sDB!WYhGrXZN&xj`dj5{Vi9&$VpC8G>lNB>G5?H;xAI{m9ZG*w9BdE&i7ttwP5GC zMb|52>5c81RwGB-i<#Fst-Ez;^p^(Zu46rxG#>Tky#bOkTGI6S{Ff8Yh3CM^Uwg*N z^=IA%GCnOt%HaOd0LItv%UD6N*Ryh$j+VM`-C|q(<Lv3K_G1s5q4BA0|KQ}yK#k#U z0^kFe%WIww2klNR>#gk^{?sPA!iDm?yNt?#ycm9=>-D$SCOU5{lbSK?R2+LQ$Em3J zwe1GiwV9W*Q<Ln=hFIb6X@2}W`y?mp2GOR)cr8z!)wO@ZW5=IcwHufG)6ga=Pg3nq z<u^`34*Ym&?|LR^qQj!_j;jlFukan~v84NxuYa6J0c&>LClVv@V(Lu$7WDI#**nu? z)3BMdcV-CL=@>O-`nbx`e_BatpK1F-)+u2%mwuHvu)aXOgi8)HV?xWX?UIYlU#ZZc ze9cW|4p@XWT>onBt&E@OzoYq~hCNBk)zp83_g~Gv4ef!c@eWUCP#QVEkuyv8K0A-Q zEo$`N(Cl7gD*jt}P~W>wTY30bqaoJ|bbI8EXW(<dyvq1a6ZtWPF9Lpb*-7<tWlzZF zvi$2;-|&^k>tPFM{OXQ3(#PDCii=m&9#+?O`CYr7>EE2sErgFhz9^e7a~Xz6gJ078 zkYZoqb~bNjE<KF#6+LvZP_nO#%SnN#-~in$8+ugQulcLm`k6V>xyo-Dc~7^`)Of1z zM;bn_+ka={PM;g<GUGzlL1ky0EKL7`rpNC;!|@Z&g!a~X-QaygoS!=x+Ssf`quHCO zX}j0?gWVGAZQapiNY<>T=$o?FkXa9YKjhj6F&+v;Jd~_=rnX76F4p&+Q`oGA`~RGq zpMtoa#O(@Nl6i_v%(BpUzulg7upUdAUumh2!rmaFF&yvY*f+e(kIRlRZsj;?hVN>; z{W0k3?Qbrt+ulk&`u^ZS{6*DXEmI~B%Hlk+RA|@CDJ=!_&G_=B%wCxG9T5|hbpOfI zFUWU;xUAvp_<-(ny?icfr_HqspWLzvn>0z&<F}XdxQ+YYa$*mQ7Dtq<zAV0H%9Wgt zv;3^I01?vk|CjdCmzkrRYbgsCnBT@X@uu^<#wV<Or!SAic4A4l7xe-4lzcXxpKnax zJOcJyU(&sVOW3y!-ECg~x`%Wg{A@6MP?2wL>yn#ZJbbxAAFS`ZX<x0iZKE7#4ZT!% zUA-a^SdS%*k1r2u$iJ~RAZ;jV`p6$C>n~F6g&d76GV^}>Ob;(PEZs8UkNx3m>^Z)O zna0cKm)!9Q$96ayO3vO(#A1wpC|5XB22D1#AArO^1DJ6PGK9d7fP4(dMUlVaQ}_3~ znr(j{b=xpad+y=rYOI}|Q0#u&{_bHG6TWU*p_%@IoxjrjlxP27b;`UOqiFj4{uH){ zxC@Z<psy~g3i4*8_u}g=w*uD|+~6Eueei%*iz7c^pVD~#KifxBx{Ymu@>}MXF87X~ zww!sTdia>Kwi)m{y1l6XD92*<5#^S6T(G;5?0ZqNlckx!zQk>nt=5fvf6i^r-gARy z)=s#OxUr=1Bkr`+KQX=!D4#p<>#4@}F_pr8JjgkAJ>tZY#><y?x%Nwc>_iIsB~1_e zS55maXMWTC-q>sQyZs!u_uTX&toZP!h&F1{*xOmtXS7|j{@sUx^Ru%q6^)<IFXiJS zoK_{rS|Ccp@sf|nw7rrNK_#>nWq+RaNkXz^^z}=z-yc>Ufe7x*UR!Wl%4pkY&u9-9 zpTewPiQm)wGS8lyzYam;QP-a02yS{VFFZR(&WV@XPPbXIcek^}sv7-opUL0$DE|8Y zPx}nLX~Za2()iInpdA&n|2E8NcrNUoR{c>xu6Csg#KCBMh)a%r2OWi57>&KYFLiD{ zb9^7|vb{OZRIc@h?N|IQO`ost=GklU*on2y`y<)F(!Cl)t<g9Y$Pl>h#UcACHIH_> zlsTBaA2Lsd%YW+TYiBv7Yo$TiVlEWo{(`&{Yp*hU3+KcD|K&=AaXcuWQpPXXI{~rU z5sZ%-AP}*o+mD~K9+<h$a)GVw@(;B>g=|~So;yJE2l1d>it7t^#yN1KEyEK(CVmFH zE8z5Q*k1u2HJ6QzXbj8Mbu<>~nCfYdi|I=IMco+{^gd&K_d8`?`OfL)yshry8MTtb zSpRQnQc6neg3*p^Ugjva;P_>Bzd8OL-Cp(NUz*o&`P8`@ohw(h+|>Kg)Zz7$wj!=c zNjFY4sk_f@^PFZso28__#rk9Yx222t^~o*z$i>l-sa8#}9!t7C^2bNW8TDu63FaWC z&zhv^@%d-kUyu{=AuSZ6r%ZpP^;3p7zf&*2>SMY4&xEn=!Mj+$j>d!fqL%(jjV<)t zo;k$gbAFrH6?@JHK6yDqNFGp+m5eW9J2dY*KC0RES`VAWm8UPLHm6Vxq+fVfa>Gi0 z=G!m&aA`!FLK_QUJ(fcJL!4sv24-Y17lVE2uyc#7YLL4a1~FDS;P2_JWJi)Z_L(o= za>vIGj7Gt!2e9`RJZ0DyDD*1P#6Dqh{ZF>jwx76Ay-msE_`B3+C7f-oTUyK*@agWn zd)g^jk0s4dK3*YxwAbmnFSGJz_!4`bJbi<;Td*s}U#;7gE#mfZh)wYJJnt7**ukD_ z_-S?VzKN55SS=iLTho46FO%(6$KFY^3D6RnKc@YE@(ca7BoYq?4_Ch)Bn(a;hE@9k z%y;k}Y_izR&-(nO@u_W}q+$v^k>_}hO-r?N>J%7U!GG-@L`maAy*I}`Nx`(I`>^Ue z7A4y5eU)d>S;r%bh43K15SN%ef_O2UnL6NaFOl=_V13nBK?IK=nqQ~vj(mkPx$b&< z?^=`14dM_dmNftP`fg~Sz+wh6w*>TMFmk^nQBFAF0ncf{ryG`8D&=}x|3Zj1ctOj0 zS603-d7hKn`T&{$D^haj44xfUcr2<q%6>&lpT&+@t~SS((fl)IKZGN~@Rz1f3a{4s z(A=N<npp4a=lE{n!rtu>2bMG*lt20Y1dcHB);OnTjjCvMy`t^1ulKLoryMtVUMT8? zdip9Bebi`*F19FJ$jMH-rstQaTRHB|M807u#6QF-SAU5u@zYsdC2`*`dyZSS`SZ?k zb>RC2kIuShMVy}t_qm(lR3n#-p{G4ER9GmO|H5f$Z6*@YSLfA`)AnG@kgCtZJf-=i zw!ZTB)SEutSfeSFXJ>cs$CI>^$92n)G5HFc_gH^w@e+-+gB>D#JUyouo9%*pr17hz zzd{^a`X+F^)$PizF`=W{-kW`*65_y;#*<e13z0$jyX_7A6~25a^XH6n>PY9gIkRRz zW;vzB@JBHn=CSkCF2@FW*mQbmxp2$uPlGExl*~VA`U|<|{2tJcHpm|}G@5<Bdvmt_ zFUetF#+u_##w7p2e#Vkd4fZ?m`KerAg>$lLddL?!_O~4)JLpLgA7vn8S-`r<=g^cM z_bqm;8*abkS&rU6@*iNwRU!VE(ogVzVYM3g$n6(^eiYv`@APHd)X1w}Z8o{tHve|G z_Iaeg^!BQIwTc&UT=XGq$@{DK*?AOxPxCXa^i}FSp2pLj$@=nVdJE1a<7NpE?T2{) z-1~$v8gU+t+L0}H_C5htE1h!;sBk`&9XDxueEC&o4}@hGcuvzJ@(X+UpdGMB%7fP? zqER55;IRS^NE9A8f%ixW{VmQnNo>{+J6xb#6>xc3nW^nurpH8O%TzC^3jQpAY=a(O z9B$h0C_Q&t_TKl|`<NREtmo40OZ)NExcx=^d!18TRa|++Zbk6<nj7zZ+JyC3(s=p( zFK)lMy#)Hd!zUXrX?p*{eu;4?W!UB7vmO_8jp$R;E%?P5ll#fgJ|J#!e^SYKB!<>d zfB5}nI=*B0Y`Q;a`wVLg5LW{W1ZV5OjozblpWudC;?Y4ZoPmeGY{10bIx`yW$DEW0 zC*s1KQ}8vt-H>6aajqMNHr>*3?6(yB-M&2KEAD&gX|tox>vTEBTC)45X}remBb?|2 z7GoGg8>}Z-6`T(t1>+_CeC%(v=U-A{6oBx<k^;9*jC$o3QQo#f)vTfY5OvJnig)Z2 zJ#042O`iE*?_UqFp2ko2C%qpNalkDvAWPhsi%--q>F4w1Pu_R|BR#h+q)&zW6z}dA zZ8M~m{hW$lGF(0In!T^!wZJ(AV)*p!6g_|9>=_^<YgCYR4Y#ZE=Up5&{=431?#)bJ zA<1n*-*)aL>&#@&g{SeL-H_w2>EA949vgUX-~kA~*7j(*b942d&hvL4$~}L_ghlvE z8jrf;6G)r9TaIZwsBg$8G5c!H`r?wc4v(f!i`MSTa^=sT-dQsW@khRWF|@JpY|GXi z`(>W-Ry(Osp9X98IkW4Nov)9-HM+jP>%=F%U8B>-Ss{+30G}g+8uxdKwK`s?Slu%X zv7Y7^;ggULq^AFbmO@VS*>Jp~?GZO>m^Z!{=Q?tYD{20ryh*X|`m;%XTuuIL{7MV0 zYqHyC+Zg+nm*%)#Z-xjP3iy@f+n4w+?xlm(=8V6-HEsIX4}VX$hi{Kf`vZo)I{iF# z?SnoCu?=D+jfcoP$&2#Ujqb1?p7<eTegx-W!AXE%C1DOQfLYfPwv@)7559u*^Uj6s zGvFk<bs#@S{_I+#u?oKUG)H`(U0BeGQEl#hO{IB7<EQnD9`8FaD8PR+HP&DIVRx^1 zv7t8M{&Ny51Vnd0x_j*ojg8qoPdn#()&G|EpE3yRv83_Hx1WYGiO+_Tem-B`^~Y(D z2JTz^@Ayw7@6T1}`)7)Ev{QVmgp5yiwWxr<py?^Kx9ZMTHJYKpiBIZ$cxbU;TVS=X z7O%!5UbiD_S0&FV>bTJIkz3u26{4^nOS(O1|I`_8<x4n?hn8Qp#s}^>`Zh>DV#3KL z0(N?3-HEFY$A7Wgz5ixvbDO7ckndR1?M1%-J9{HOQZ5U9Quc1qbj}m@%w5+n<0F&t zGNtxd2*u_~XYPdLTW1wqYH(zp;{(eg->{_lmzLubNQ!y8Kg8{o>G7G2A9yCQ*!oGU zqYIArz2l|blQeN<4!1>Y-XqN~`Sw_v-{<a9w#u}MN3;>Mvj>*$nrtuBUvlgXKa+>^ zaD!ysBJy4!@3zbFuf>jc>*zeA_tQcHZvK$Gp2XP^^ZZr)=jfjn#+@K3^_CQkX8&5x z77KfaYo|QPSnJZ1ZG!on>e?Gy#=G%U<k$46kbjuhpUpN=wjtvm7tK6TNM20a7s&g9 z^N`RBM4yZ7HiLZ-th0<ncqOeL>e~~4#*+ju5V978U;8T!I(stjaf_IfM^1R9o5JR) zrufz!>3V*n+qMRMa#*EYP6K~SU%!RyG9st>#d%n@c_-=+PaIG4<MPWOvI2LLK}6B` z?LXSNC9f`6J>Fr7&%#0uM-rDKT`Xz(w7($D-!*LIm?xzi9ews%?wseI(0!sWyIx7t zlV`t7wN|4^?^)jV=K_0&u<Zq0_V?)X1>1=wO`mSBz8#SkpEZo&qRx=H0be2zhfw)J zz`o+|Y5eNiAA%IJGnD#qG(MWY_RN!ErQL_|1UMT5@@>sXF=TsrFmmt7{O8B~65^T0 zU$0xX4UJwh&~-uAWlvi-sreXxMblT;{wUwy6j|S5i_OkRyD7UjwzBhi*%<Loao(0m zlXtFm?{dFJSxUD3jrCa4?LmE!8eidCOLHPD7vDBKQ9es=x7809<o$TL1*=yyKKcHT z{%OS6ZlRK<r_OlB*H9seBZ!ih=Xw_OXSLI;$edxD@7-nd!W#?BUue9vJ}9v_obRT; zy36@FK*e<K9JGkW_iycq;kZHfd#iyp4rR%>$8x&e%!b{%b!dd&?;js=Vo|SO+F56- z#LX++>N(ca?ctB7=B%d(A*Jb|ej*>qXXEEZz`5>_g#mfWu)0UAF1dFWeD#4$FM2co z3{R<%o2{wQY`nc{TGdSnmJ{|Sz28<isu=QXyl2-^zn@mMoBVaz%v-BEhhTm2(Vf<( zdOElyzWf}Q^>wrs>*@CXJNqis1Bi^2G(LX+o1P!i{*-B&G(B3sg~vPcO+TjRVYdZl z3R^LsN9i|7@6$cce9uaFX&iPx8QkJrN&^EIn8qXDKDsgS-ocF28D9?zyS}1)N866} zJ6AsYHF-hrPz3i*z;BtM&3(VB!%CN#2~+&;g%o;*zsHisOY={f|0&&m)AUeJ<;9CI z+e>)gK#6RnmQT4-z%g=gOj51ns%*e~$B*Ji^Zsb)w6W;P2{(>EGa1jK`JrUI=)ibd z{!H!w@k-^Ln@sad{qwcNb&RIZ*Ju40v{-!FkcLgMghxLg-?k1v`EA0-97jr_JZ|gI z>iOxaAFOwH9dM}K_2F%-$CAeL@9dv=9A5~Z-0=uJaLBUh%UA)J>vJ<1Sa&ghB$~Q# zo?ooXBfA|Zu0L4i(TB~y5W>&zZ~6Aybe3R_;}Kcis@$|*lKIrno3C6CB982(3qDK8 zc*Je>?PBfcKN*z;>wVjH9&st%5{Ix#?Y^BJb~iiLV@b=0eESO;?!$Nl5N8R{olz&Y zvyG-l+Y4pmk7>RMwbxw#pYvhGV|C+$3KrdVsDXCDyhWOP3v#jXh4}M#ziSi19j0!W zQ)xr*s%&1S5MK4|nYf<P{bhXo!BtkU+~6HbpN*#+894rQ%V_&q9h>HAkuK|eY`1&G zgO64>4{?}pQLjwzIs2AjeYw)tel!aj=o-~Ba6-Y+vAeJyOBydNU-bBF>ZEdfE?o}F zws>@#?<tlWj_zL&G$MHjeoxa^YH!Kkfq%!HI0@qijN}lF7=Q##lr$ciA89i_w`Wj} zWU%Y6wV8mb`})>|2&WIz%DV0f+wt(8(;7A|e6-|^HLni#by`)hRR3$egKy%q==S0G zAtl}b(Gkck_Wzr+1Y-yKwfxuvcU~k?6)tH!>h?eMJj9XZ&!-S^+Tw#ax0KZ?L}NIg zmpgu%@@&(xy`W3-vfT{Zi}H$gRc!uEz5|`|XXF5Ofx+sezK+S2jkM&CJ~FP)#oqlp zJb=#J)m_8>R8!wcPfJ-n;y9X?{8JuH)@Xvp?)iGW%tDJzz6ZV+J<TMG|9xfh8J-%L z($aN%)gH}4w)@Y)`ohPG_}+ZrrCoe4qxYZg&x&I`-9Em(FehFn<OR|6jQfkQq5{%1 zf*GI5Dm~8dVMfC3t|C1;f*HZt2{tzDZ%NZL<&Q)B1=c6vhRtCbXQm9&*y+YKZ|1!v zQ>VW=N|9qfCRyy)j^5JPDSYJC+Yc;#m*5x1@#yEr$@ls+n(r;Pxm8MWaSIt=VSEvX zgC&vPxB5QTDXo&Mw$JDgvC6$9d(O)AH9uVPWlVJ1zO#Gcsm?cM;qU9$dp)x2gLtR) z)r;)gvAuLS)?-QI7x$mZ>|=nAe{dcK#H*pt;7lAC+YDc8R}`<Zb-^E-#Ds)j*Y3|e zgum!B>FCmx<E$-qwJVn}HFS$$J~-O{wDDKKqmj2ul;#&-zf8|(AwulO@XLdt3;rMY zS7csp%e;qqq91dnnuktP$hqcnJsBDw?awNkKccpp&TT$bXUm(?{rWj?4BR&H^!?C2 z*xy*1!bi_PU^NL&i8j6Sf>5BJ&+i}U@g*T^XE>hG{QZ~n1@L8*_*lRxmv&ceR(G7~ zGQDJ2so9k-*T(*N7n#AQ#J8_5n*-}MIK69LL9EA;<}d0evBP5CnSSI+%gDNt(_*tW zf4Cs^f}i6;-`2keUazepJ~dA>L~a?%i}CRhq|{rd{Xsf=it9(*bMT#V{_`aTB*&cH zAsS8b9jnGXjP7j_KW6pBniXdDHy<BJL|UI#W!N85{0CUi0Z$m#@F2PXr&PgNHUYXh z2GqDP*wM3*?o$BIl=o*^oTg)lhi^a4@gJ=iUiJSw8zk9HWK6+TQmJu5lrt>V<sXNM zV3d!_96U;P!y+GqO67Qz*@v{GCwJ}+JW-BEjqF;D=5ghf=bBe)sa?>bS&t^0FR|yg zVSkx}&vf>jMsxqvjYFT?Y<Jt%ukGbVM>??kHq590FS8vGtzmy+T!>rmg_Cn33h2++ z>!HlN1S6KxbeZlC!{^&D&xgI!<nH(Zva+oW@k{rgfZu7onrDcQZ~uknH{5I&GMPM? zk<#!r@JiPg)xNB@nOZ6-bJanESqHn}teRyr)J$-U@bZ5+cH7S&{7cjQV9QV%z|evj zjsM@V*pM>)9O?Wfza$X}wW5iJ{56y><L#0ry@t=n_NLAJS^B!7^nTUvPvAeymf@^| zL7LIbCqI0Y(UR`(|MmP#YQGt63{y$B$537z814*}Y2`R-^z&gw4dQfgRt2n9!+92v zDFA%;)z!lKijB_u?W;T2g74XpwQl$|WE+9Sg1-UZnA8w$5{vI~$jCbypJDq+Ob_y| zz%M5=VzB!pz5;i`A%5`T;nZ7*vIxCQ(<8TT!1=k*4ld^z=C|gYWGS`1LiC}X&`U56 z>HGIARPss5xqQeU<^14$X*qsdxwS9Sc{<&2UEmgVH*U-g_8fq$SrP^me|la!xkOln zCi8cmM0_b*2A_Etu+w^Lp^+7aHV9(l;P}0A{2iGd_SE&S9Q;z~!Ds?n)LEAi>cvP= zTb=BZyA+A8`C|j9l77B<@mkaNo2F-|e{C7LhuIRr&3&SP|NTfmkMCcYGrx3Wcp9M7 zNph++iBXgOBe7{f26h4Ni6pWKh)uof`V_eAS!kGDV)iZJ_p8U5yf2d;Z%oBoJs3o= zP6;a%#$J&Pyu5u}5^b0EdK}s2!w5D%6MswdQ+odpTa9^1kR@hJ=Bxw5&U75z!ewr` z54F?R%60_lp3W7$r@`8yc9EIKkM%n~mOb}RE*{9FhMZ}LqQLmh*;5#a#P>o07MdPk zo}|Zn8)CBzO8WWo;&+C5iuChndBONM)PqcbjFLKN8F%^+xmCmT9RxHzL-}aO@Eqny z&;uBwg)y6~iwKXDgjME0AN&XCXNdk;>!iSg$!(QmbNQWS91o7oFfY_U4+GW*F}~M{ zp$dKr_y_e>ity2Rl=injvo1t*mD3P@yYanLdSI6V{z?`flQb$w%~1d3%NM`@>ge z72SUG@PLgZTBnvg@_7xr5mDdy{h>_LNuSW|mrqZsq#37Y9=~CJK-TKPKa#Wd8B}%X z{l2-HI?g*EvAX-4$%1hNA%4JU1G_fNv9;>RAF;twv-+j>H)$8izR{O2(vL#_r=Kss zfAz-{^KLiQXnx-7x3}-3tZuX2PCTn{*S7_Yo5oA`H)u5HtqSi4=6)yZv_=E_L(@ln zC#97R3(Q-CB(8DO?UUah(ECESp&8mwQ~1GC0RI72#vlr3O15bH^z%8s!(3Kr|8P$M zi^AQfCC{eNvIU=M{L1<7$Z!i*eZ^liy|j(z;k?Lnp2zK8i|t<zZSK0wJt`pNTGVK4 z1&voef7&q;g;}e_C*<<O<ctUe5sinIH+_BNe~T^BFHJp<lRS0g7oNh;kdw~=bNOI6 zhv9RC<_C<U^5TaWO9akwkwP+OhnSYwEl_IcBU$J3(pg0utAtMvrQ6Gw7_e6I``^@Q z6MSwPzVD%NxKMTSWc&DEG0W^`^(;&Og2pRfABFjY+=B5`+39_T{YUdtSU>eg8n9e2 zZ!;c6;kZKcgQh3H|J2;QZ^#cd`%C$0M8f=oULer};qz@ki^*w`xIQRsQ`GMt$i7v& zTh_2YXnE0>Pdmn+gWP4X+HmWhP*hKtpY-$P%cJS`D&Ku%$PYE;lXxG>GJ?kW&F<LX z^EbzcZm}Cm#b?`x95y9Sru)xWR1}{sjUUQ){~132e<vTH=RjTFjvn83R_%8L4zUVZ zKJmda_eypg=g2#G{iAR5!M8VehYC%fZ_nheM{rpJbSt^fG(EaM_2p5#y-N0*(DV)U zSKe*~`gwGF{+<0YZ*FJZ<#Drb>pWcNuiKNe>V=BzJ;P0#jPD)qe%mTOC1{V`#c7?n zo-{7M=B>w>o`0F*w<-CNcYCpE`y*$4%k*laX?ptY6Se>#hcJtT@mS1)r<-}_*2?!6 z?4llZXmNUR*9oTj*Yx@ioMcRH<IytI;dbu;-V6?WWjQ%x^7<R2n1*&k{B|g=)pF?p zk0B3Q+U*#I{mY$wNMa7PnK1@d1bvx)>#NH@anzk32RAv9ENoBRDi!SX_0#2c$eSP1 z_DNr!Ixtcr<@9f*{4)N0VQ<)wU*h=X@79m7Y<ROnxt7k;HrO}LpYin>u4Uw%Jb942 zTgR|{WITeICFIgbU$1MR(t2HTT-nL>dS$X%V9_SL`MXn<kstA$+~*EF>8)L#_~=cM z-)$~pef8-HgBKOA?-G+az&B=Uk0)54cyQU<B4H7BaqcxXdDaWuiS;x;)s2^s+#q6o z{Ft>2qMfFrd4~PK_k)D;K5;gOZ8KKV?KK_0#7sq4y(ed;fkl9sJ*>@=ye{LX4}jFj z+s!B5Zn^#+?1+S!AMhJi(;>IPld191MTLCWQ@DioN~+C2h?^3Az?j1vGRFLaSUq4g zb!J1r^oP}Mj81i(x_J8zw@t6vds)rtPic7M^`bd=AiAu78Uw6;<31ia+~RtU#v|?z zIx+p>%lrcr{>(pe#}a(<X8sv_(a)EoPfFS=uQxOr&;DP7PX1ow5@k{2XzO1m*mYQJ zi@EqAwgS0kfD7VIAlb@#iXi%Tc;s?2?eIaH0~lN7&iHL4?+P+~m2r{gpK<>f{B-`A z9N_iAY}r?1#UOxuAIR4unK+&rn1MpX4*m*!0Eh?)y=eM!^}(1t$>EQ(UgcV&7Jl@a z^*tu}eX157K4m#PQj0!hwaFj#4E+Il^5nxvEo4$cJ}>wzd@h(8an;awY4qjv2PdiK z;{zWKybrM7B;U|qHiwkU2U%zIV)E$xba70G)AyB4zfAk9TekX*bDMhF_40|yOEam* zA6N&33_tL4xg0;a5_Hw)%$}@2>>W3+I$QAVyR!ulU%kYe_LuS&wVm=l+sQ9h7ub5` z{FH-Nxx~@<==rbd_!FG}0{cS1R{*{m_p6XkG(G-2NP0dod#p7+mM!V$o0{(u⩔5 zon1rIlWxzn47b37f{!3Pdyw0+>fzxmJUlb4{2Ar^Qie}1KUu;0`$jo`IZ5xpc!OYx z<k}v9peB7a`xW{0zrv@uU&991>Hhqw_4IK)Cw=XAuN<}mOY_<TS_AVa<2|hevvNFe zo(0T$IX}rbDr~ua`Q!G&snxbkwAj3)=J8$)Hx0&bmE(bxE8xut-H0p)3(|&?rmr*} z03H+Eqyl5uP)0w=PFOh+K7xwIBi+8~^8<1^Ao4DkFEo8A@qa6(CvXj&L`on>o$T*~ zZ@{M%deQXKroHkt#r0YLN<HHaS}aR0?v^2HWm&|p952k4xlC7nzsNyn9(}cLr$KHQ z>W|#`0?H}(ME!Tl+nW}r;~KVCy1dHABS$WfYh$-(x}4jmuU*2M%TxC(Y<C6g10oCV zvYGeTb;gXkJ3scd&W-ismo+VP{Z=uD{Tcet4(oizAl;efKj(!&E+tt5?8n$Vh!N@E z2ta?^fw2TIet7C~&|wZmc7OI|;z@pgp8zYe{*13E{1U@sY8}Lup%0!Y%rX1~NYKxh zzy3pV%pk^~BwzN$&P`#NW{25Mj=sIJ-Kf%?XqYrUDf1J<l{y%wq@AldH!618-LP$z zJFd*WRet;h_PqWL(dFI@Ug)cx&?;-|HQi4gMw~Q0@$r<N!{Af6l75~V^GnFD0~vs| z7mx?;yabLe{jU7jQ8y!-m$hG4dg0vc^@erB?`eE|{g6H%ZH$j&%h6v7?9TE$)p2sK zF*9%fp3UClGR5<S>wg8$yUf|ru6@e9O*z>=`1^*&lQ!}zydrK$KS-z1uwp`PRfO~P zh2zaQ9tcq=R$zzUkG;`$VSY=O1~`W|HPwE8f6x}mxV<uN8*T(tKa{ny)_z{i%y%5~ zI0@dzriOe155e;{wO1e7-fmsc%Y$FMthOc{zI*uby9uWFAx|F-dqLYg|D@3!Lmg*_ zhik6{d$K<$-tR<&b@F`ceRrJxTM%&k7veCK2f6zX#O$f^^>iV8YWcgMccyp8Ycxp? z)6182-s-&k>YCtk)$`^@T;3HT-(<Qp#AW`M!M`^7-DU5^q4~*|Z|U}iFQpJCg!2s` zM~JN6gWmx$U>LuKvRMl7z4<#`N-Z4OIQz5&`%Pa8REW9Z#pVHHyXp2R^(Up?a!AwT z^HZKb!Kwl_MORkJ^zwJji*_zMtK^8t>~rjv-j~b=nm)g0V84oz_$fRS?FWB9J?`Y8 zG4Ma{d}2S?<;E0;)fv~U*?nb4IDS`CtF_xuvady?#e+6?3uR!>ccJmivo9cfF#f_F z79{JUJtK$xm^z4Qisc0&E}Fht{*dwB)M%>5=D(0}<Q|vAug*S>ZEMCM4lHRrX=P8O zMiz3-ud{60nxod!uXejsehZW0LcM6beEFAdPaty?GCAev_?~*R%c<Jyul5sX?b_96 z&1N>Q7h#Iwlc%4=s-a(Q>Rc71zpvrb1y^rvv`F}{wnqkw8*8!NcFVYNp^ZJQLu%YT zQ6<Be5Ui*1rlmf&XY4cHqJgt3m_0$9&KCihC~3U%^w)I8aO*yijq|K`a148tQsGC_ zqo-&%G<~)7w*gJ)@8`&$c3lcQ9b&b&>9kWTZ!cl(aq6RA6ApJcU=>>I?8^0HSF-n5 z(fHK$r^WmiAq%A6FdCmy{e}CX%^Bh6-ky3nz$b^z_Tb(xhQ7;@2T{`a)U$`U3M+gk zBw%<`GxEjB^dqdpD(4*hIPo5v=b8Seb;$b@dF{3^cOI-=@5@fWXuN!W%Ck41`5ufe z!pQ;T)XkyD6eH!Y6>&GZ4fE5^ERyZ_;Z^yQ@FyGFrH`zV^Q%q#{DomZ`X6nL^;pt) z<=Pv_(*~46r|!|uSH~Zde(EAkU!Hw3Jxb=vQ2NU1ao3y^Yo)r6sFvCs`HCe?UoHF8 z5D8G__{0Yj1IxE|jD2${)$QA?jMUc#{vuyKrH|Jz%LX5jWO*n#*9&o_>|U4Q{eyu{ zE6aorzJ9iS7}jG+^G}NYlej0Wsne?nQfE~fO_PzMMyL0v<FbEx$^7THt=)}yY}Z{3 z4$c^Bx$R2g_zKrt_hS8*Zly}K&lTgAH2KQJ!Baj8o|mSU{7buUN9kz-*eb*M#lIWB zghpV3t@D+Z+q|+~wws=CCGz>=Jh>1tEiZieHsAi5wg-q~Uz2o!i6bkx?oau>^kAN0 zC$OHzXO2BGHp0`-SIgc&9;ZJuA_=`3u6+ArqLYhu&8~4JdN`lYfxn~isH?xy`(tsn znk9=qzvQs?&b3*SzHWSh_^zegD)IF9Ww%9lUR1AnaPdd1AGW+$UFUh#otF)J6!&o4 zJ~ynV+oKkLO?$!w0Zm`7Jpp}?b`uGq=euXpLa&z^$FNSb)=%{tI2rk{WOC6#ZvC#> zZL@rFruV(pZLprkCobQvjL+!JAcFN9h!k<LUc;M<;j|#>{VjxtZx7ODyfdbih(@D1 z6<oaOAD>9aP|vC%_mV3{;Wz#EABw4HJKb?c%-wX$YIiJy^)x?~+h2&8k7T_y5-ky% zKOh3}lE!DA|0vEoKtj{w_owvuydj<SV@Dku^}dc>;>6G^r=Hw=j;$7>CvQBFrr|U_ zVqajV5!@ca?=R3Bh_aGZ5x7%~oMbqNiGM*X1^hEO30GPix%d5nab*slaM}_(Y4om& zbCzKHe;odt*L_$e?cPgW21mYbor?8X(s-rVcg$rctG~8PE652@&;o1~?YSX6x}@o= zWsjj9WCsIHk$m>9z2m~XX*;YpHLh~>_mYKd+-Ym(Sv9wgbJwn_G=6g}$H(>Pzozk; zr!S`MAx)2OW2LO8Aq8^Js;S)?8cpTQt`@gXys+N<`04%<op)%l{YxB<|GGN(u{Qoo zOqlPz|Jd=D#>dy^w6V`7{7Ob|;G9SwM%y5M&c`E9-yz?PyFtp>Y@V#}ON}HFP8Q8S zxn+fNN8IL4sxz%kVA3b#Z>z*1m3o%!V>N5UJezazGh?t`jK9+Dr7+Lv=PMtd3~v+Q z@7D9j1__k*6LbGQaJZlC?tTTT?5uu;ov-CQF}7F1Gg(|`bUaq6%7&zk^q<rCrQ2JW z{lczwC}F(|ZFGA^a=`YIy{&#ULF%({`Y?kv%(?)5HU16mvhvhfE!cJCr;El7q^NNp zC-z8LePU#i#muK$Z{*pQoy`v@x_ojw-#U%0VlB?Q#2wph(ta7YCmk93gP7bw$T0WR z#r0vY4D4MB;2`L|JLeqcQ1jeR*RXmclFHvJ!{#LnA2EB$r&{xDmrs4w`+E3`c)dSj zKG6JA)1Df72^{rh?tLsB_SLnYm@(()7cYVw@EaPBa{JL<H!6a45PONyOB?$s6nP>j z-{&tdE?0}|E-Sy5KGL-OLv}ueZJ_a{oxPCeZy~NOn>QX=)HKR5bbNW&c~uAZ#CjU9 zGXDbflUM}QUp)I=ZiL1!x_-*>j~m>U{;*HyaI@(&#EB)1*N)LTIRBjF$`MOd`|k-G zfPw6}2m1x1o#WrEGaQr9f5fL7mPbyu?Rjy2whlXe#`{0Wy_&uMcUOsZx7+&HaNKb0 z_{vs(6*u8uo(o@KHTp(+=hanvSk3?PsXW$WN#mDlk0C1vd|nSD78##ytfcA5w`cO? zjHZ`X{xZ>hxP2Js0zx-H=yT;rz6>v0JxjC+S!&y{MWRDh{B~8ox{FJGuV=TeRIYtn zE9F{>^>lmGuy^Qlik)k*bo*xaSvT8gBY&LoUw8Wc9U(mCjR(*=$b{hE3~I^97&!qI zvQ`Z?z$1{q<@uYMT%O_CZP)axU3pR5`ux<_2IH4}d#Il$3M=RYA(;)5OgR!|k!x!J zE8V|J?Vl-sWO<79jHjvPY&L!?6<ck}BzF9#=^M9aaE6dS(-&}p5VRhBGMd{=Tz^ga zPx0ESE(=oJmZz(osVM#;qUG318P6{29kI7{QtSC6*tkATpD*8OGrkJ%Ei~32((M&U zg7nkD?)LGu?e-?#esR&#?$7g|K8}2%`SGvqm-!iFq$OEL=88Q~_l3pIfxEH~x$uKM zx3KF;myHv8E^wXIJEWOy?pOD*-G}-eU2|e!E0=h$g=MQfEcF`elP`UW$di!WZm~<u zQ2RB-S7SYvG{4N%AE~3w@G5&dulX~@d0o&$&&|6F_7=jUw!MM;E7&Chu_-*iL;7kh zqU1`Ne`y&{7W4NJ5sgRg_yVWFz=%S>ZuZIirbLEUZb^~z@2^;YaWQ^R)8pG8Q}GDg z4FP>&JS*AIzVn|iJw9MKC&)a(vs?4YF)mZOFRT3I-lj1^?Gdu)a8nS>7r}!ucFL~j z)4sR97rN;<Gce1oi(9&|{<`)@`<rd;4%=@UIkJ6FpZ~5R-C|eDU+imL+BV{FpVV&w zwb;Bnn!n2QQ>nLQ$p5smr&4?>;FWQHU~EG;{w(Hyi|N(wYi*vau2s-}ZM(Z6VO19` z!v5O2+23c7ZJQpED;DQ({jxqguSj^b>PqFx;jZ!9+h<+z*||9W9!na(`QszM&3;Hm zu%ziLwGUG5{Qa<%BW$9VTkRf^@n@N7$!s1W0;KWq^*e3+7d90NA?TGf9yP`vm{Y?_ z2;`6wOGnPGfDDj;zk5Zb-botQGs6Uj0AKqp=c;$M%~tS;9(d*hji1j?>Gsml$E&vf zO5N4tD_aEbz1DrRYYe+CNYfLtmmp_iCpRbm*ZthQh3#$P3RK(mWz>^m*sj90{cdE> zdDAk!<Iuq1-dkT`J(e_m`SuBS<oGcWO)grB&!<b89-qIa#yj|17+a-`dsXXe#@|}j z&}m-A^nDJ@TXzg`v~JXXQjwjB4qKl)H|o3U!9=WYx1{FN@QrOdZ!9tNhfk&S9$0Tb z<l(lhts1z*dgS?@Et8i?{S)_JIxsEpW_q%lPNLx~8@MwM*2alH1vd$azi9rcJDy1$ zMKqcPZylQb_+sU}CGMW@jzZSSh?>Tywtbe4kRYP*@a0XqeT4I%!0#oiWMXIW()7~C z{yF|#J&<qz>MyK(b$p9;b~|#o-CnioXc+bzmNb5;_Q=$Dc06WZm1oDgT1Q6yjK1IN z6H7N@>&WM}Yi?WY47bg>XW(gs!Im^0`Qt6#Zp%JW?+yKYqEF`eLk;vO=zkbHH&5<A zK{mEguhLZ-Qz$RHPZWPe<KfGzkbOj*@X}=xlgv#R8;!kwHF<Jw@K-yV{VvC!&5z%) z9e*=yef*cgo=+S@?`?VE_%KsHtQW&0eLNKQ8R+LLwPz3;HnyiBdhFrNfi@YPSNPN{ z=|1WAGHloKJ7=#{>pZgi%FF3PJ}gMCi1imH#Gl#wthh^9vxc`V3oehudMs(Yw0*-< z%Fxn-{`2?wVP6TwKI!N4`(L`fqNyT!!;+?_roDnOjreDfm!#}Y*dwo3dhKje-(gnF zyT02dUSRXDpHynO_nci3>*!DE`xU=pGYVVwO7nfluqS&Rmu@+=VbuD>w^)xQ-CiO4 z2K(v)*jOWf9oUqmLrSEi=_$8g(&*Ck#QYI*n<TxeLhrfv*Kg3@PjcwU@o>y}uJN2g zqwv{EdGyF`h#|~6ny1cVgE%zY^a;@yHTVR(wfuBXhLs2DRM_Si%wNR%pX?nSz)*x! zj0ZC9@X*bsAc_n#E@Lk_{E~k<vf=zo48QR6p<fJ7TQb(3cGb_6Ja+D^)8gQQLlRyM zZi&B<(@t7r@EOKRInR}wJu8KtdE={aq^I$P0;LwGyRA)deO9wZm(phu%Z0Y(dcLub zby!nld9e;vLMLH8mNY;3<DFc8$JE#gG|LSf=&`%Y8~d;u@4i@`vwnv-u%z)Aj_>4l z3taC9&4+WCy>$QZDO_pzJh|r^7_R@}i3ip?TLDN+&r1-|!`Zi7??kL~4F6)6<xcEu zR^Fd1Z8^7j&^@<R+qM)xSh`+T{5_3dc)T3J=o~qTZm4d3K-&EU^z+s5zYU|+*cy#y zbN&na4sAN&ve_%7jLSHCHV!{!#mW0#o3)m4d1oH!t$8{h|ANM+R(wQAlYVaqE@kT- zXcKyPWA_6kE#@H(ENMJ^eUa{uH^Ijllw!|U?tcokR-<VUI^<T;$hxjGzO1*o-6Vbm z4T#30#DC(SaX>#GKMziMRQ1`53{K12CvENPH;DE7%W2NIT=+iQdG@`)E>jcsvvD>2 zI~t$4{xcbQ;ba%$mjy9C=m_0PTL9w^n7U0>qZxI$R8Ng<J=^W6fun~zmKl#Yv83^; zCC@^0UYedVdBu|{V2xYZjd4RFj&*IfIk?@X@hf+~7%)RHpG3&M0dCw^W5x7H|G&{# z<SUjPGKMBwj{D*k(|OsS9dE~X$NJZ&o)pRxwbL%KP2}hH&zyT<{o`q^`!tRI?Y6q} znsd9)Cb0Ghzo+@9hJ7UQbU4o+WQ=5v$v>HaAgufBecKC1hBz;|H6!1MArINSAtC(c z>aVaRArxtT$s50MrGcDm15sH&YzS2jx*yi1aH9tn)9-hWsW{({4ftzc26(h6k<KFg z#+~x*>wdSuKl?E@%4hla0?teKb=&P$rePS?(|FDE&rHt|OQkDxD_fraHgi7aySt?2 ze0Cp*5FWn1D!2ba*1^!<=hH*W=cCJ9<a;~ZH+*>l`>20UEoMi-S@GhpOyS**r8{2T zGPry2&)og0&&FTV{iBw>6!KAMdVGFJAKz{N+9$}AGCnV@e&_Iy?iC;B+p=h2c!kP2 zzY4Wiu01p*fv+8H+*keg%w_G`aX&V^+VunJF8thY{O~EcoTq%XcbXhgbS&1>{NVSu zl=F}LnRzYDZiTX}_b%U>(l^U#`z3)DuVty`#hzOvME~E~UsKjjquHW$*nO;Qiql4? zrK9!~NPiA-_jmnR{#M(@t}&r~50q%?QWonU$9J=e|NYZu``$x`uf5*47wfU4`E9=a zlrk$r>W20}sXc_T4PxM?c1jqw*Sz_e6#vbXj&R)2Xbui&S+~oC63z*Mvub~AH`xNe zTYv0L;dLe7TFhI0$?pD!5__<oZV%sn$g$tjPERrHFFrlaN|T)}5ZNNLRqh+UK8xFL zab2i$*6)N>{(W{k8$a0aJ8Cqm2Q)v_vfu20kBt9Y))26(H}9?t*>&=OcIKl#jZ*Jc zV&`=<K0g1H+Iulh(e&incNkGg9s)%7!526FIvrK4WU_av#g;c&ZoI7KSr>mr(^tcu z+A;n(oYm^j-~kx}WKyk;|H^DNX776IGA%juxofxBI*9ZBqM_Lrxvz4JF3`sJ!uyt0 zuzt&`r6;N#OSYa9d-d*#g7^NzdMxSo$+MrZCujsSW|RGi*a}$X9mKRr&b_m}w3TZ# z+F#FMiq$#agL(e2?V|DV^-s!pI+8&`=F`|>{gQsZx%QjrD`c9I)g<UwA7(rkdYv6q za(<&W$1Eet2Yt@ECxtza7=KUW<Let|m897#H(g&T^Eh)9z5L(v`B$uhFITe3Vb#b{ z2%q}#1ZnwhK}#&Z?<;Y{ZgZL0PnT~$$mY-7w(8LQZp~1q2^Y%U?shwQ1LFQO@$JTx z#kO`4y^2*jceE+%-qQS5%l=B$Z<;>8zopw(7_pU|Usz3GJV>e?l=$1z%X!6txg{U& zn!+xSi{X_weuI{np8wGF)Ud}ejzdfuX3@S9E%A-hJ2Xp2GjW8&1?=4_&peEBMdK41 zuk`m?2k~wp!6)gLTCLyVg?|oMtg3uE`-Tp^rsKCXJ-PPVl;1RR^wh1Nqhc*r+zD!Z zcI3mmNVkf2;Fl$(zSu9lT(#@z5@Y^gJ&i}Xy@pff#B)P{=KPZypLEA9U6;&R)4J@Z zKz3bS2oGPM)V7~ueoWEUzE?t5JhfkCvAE&2!o7A1;Y+LW2O>ps?<xk2bbqF`eHY^) z;Hf_N*0=d9E;uc`{2|@9^OJ5t9lUnGu&MHBU17I9hl2{fIuM+W)M_+6f7l%kvyX6C z|8QUD^?UQQ#rmf{siRL?IJ&O8dh1q$oEM_8o^G!i_62wA5uXSt>6h1ny<>)l6|tRf zdw!Bra!oe;L*wDguXOtg`C*=ng(EjZ!?`=)p9JbdF#1W1zVz{^-QRhX`MafPJo4-v zW;yv8v~_6p6-V1$zHPH7OT@>co4#GZA3UAcdByV6Q|&g!MtlAm)q%~k#qVi6^8E$< zk$~)qmFg{MG_T8+TAp!CDd)L~%cE=N{KeiMzr3=i!`Y;*PDxFFY!2IelZ_M6c$M25 zZ)SY~@|(H6<j50#Nz>!YuN3=>YscbqZ9YZ)_oLf=iET7_yyfCu?)$bh?lKL(t#CV6 zsgD(EIZyr_u)oQUnf<YT%Zz*zY`V^~4Nh*>-~N+ZO{~X~Zckd<L+O%05O&Gc$D(hG zZO)69|McoJb7(B$j*0AAxz?)84(qCJ+?0HN#CNQx+oQg{lh*<ok6QkNR1`FQzPw7e zcl?vAk<<ER#r2<mKd6(%CAxe3*tR=U*+gQRKH!G9Ah{D0=6NIw4p$f<(;M~}&{1=L zU%x6*9md<N%I=ooaM1MwNWJ9M;Ij)Kw$(0uR&w;9t4Z0g9!r`&zx_(b8y_YDLuMmL zMYt5Bub#aS_A+39e3p|Mn_06@^^6PY%J$2;k>3(O?7gF1aIT|vQp%61*a8}_a(k-3 zV@TR*D~A4=a(zJ!@nUv(kn_*r7FM}?^p{#KZToOkutV(e>3weBEztw{^zQYXIJ@1) zZPz>+{%OOguYIw;)ZUl9OGa0*-@37ht)1f)ljr#p{*qhD$a~NTvcsNay#i+7g4pgO zq;AMR+Mj^=+fbeF<j3se>B~e=Ac{DUc|M%x>&xgKiJ;T^hZKy<hk5z>*i%9|*+6^Y zG`FM*1zT$;9m%tGOZb;ULU{Q4t<1g|*QK&$vwoY<>b~2=<dJh;j$L<O3Vk{Htu&Su z8PdzGd+qf$i)wDjGbp)FSH$(_!j7};XAX4Sm!f@rzS>zqeks#$8=VCYWMl=RqOd33 zkCD&5BJpU%Maz$J{f1lV;8sh}YH}kv*`Ww=XyMnWVo8VUt-kKKZg8`1t{HBB#9xj( zIB)ONA=RyuG6oLy>Aj8hGibch^wn@jzElm~@4uqlo9J_{QJ>q!CAt>Kg!nRhWKY-N z@DrPu4@r|RXUM()>uG$nzB@BL1ZV9H({yC`0-RFjpJ%_C&VN<V35TcyZEj|(6ZAlc zKH-m=_Q1G43eo55zxm_4IBmdS$bYH+jkwhdO=&XdW!)5)NyBa1|4ILOhERJ=&(ACw zYY!s{SuOJXdo~sLU@!;i&q#-{*YZf4N#*@>XyaP69<+K=pCkAiy1l09n{)fDA%FS( zE62V|wNPo(KA2VUcOfA+4a+fmuG(jN(Z+Vlu#OgI)-`0~koZga_(-G-`kOxURSGKk z^wd0kR=oe!9A8aqI_ZIb!w+J)<ex5P$S>3SsiePz@R{Rj6aGf!3VeCug0t=7_-$X$ zTy$X9P5b}cf1uT@PA=0j9-Wi@Qf)Krk$!v821?sKuh9hb_C9&gW3A2ZF*jDUESngK zdWj`1AJY9B$T{X`N}JD1z(nJbD-XuJ1#GLalBV}><4F><_)!0q=fCH3i5l>@LE$>7 zQFI$<{L=hAm^p!O1+fd^y<0%b`18R=%Q=r$%>NeWLGKfH7M=~CV;5HVXZM31bB35| zKYzS6-=E^126{pAMPT2sDXwuSpUh~m#q(TCtB@xjpH+1DQ31dCUH#Sd8!-i)cQ1Z4 zzd+E93|McR-)j1&4Um-4lBO>d|Dtz+Vmyp~Xs(^<mKSZX-F|KM5{@;V{bcWDNo;>L zcjNd&j=?!bIyJSe$L`am>2p0$o88$Umfy?S3)5@afK`m1F@KG&<M2VAgr9ELvLDR^ z-sdMvLz<LccEoOfi^11VCa(y?uZqv>7<k0@iNmfY-J@+vyFSKx8lQCgjQ+Ygx3Fn6 zi91&8I(hV$)uN)q=epYdzJ|E4r18=7IeyHBoB}Q0FZA<_*)s=5|Gb%~5ZHQ{(FZW` zCUW1LH>0KS*>wE(&ZMi(9Y(ycSQ0tO%k}Pmg69{=&mTa(i$#Z!dxrAYR%e$XPmZ%P zwVC#ibK=PTS`dZSuYvp5Au0x5v+<X4zLN99N#?5qLlbx689pO?MCdBZSp{4d7IXIu z@_EeW_q^Sbf5N<7e;k89BtILr;bjT@%m3cC?{Ig_Nawvh9lk96IV%U&&wPIVdxuBQ zZDzMRJS|tZa&534OByGqUvNq>WM-2y^u2UB{@l0v-+{gKWZFa4Te<i*_j}{^Tzo77 zj5I!V;s=2YUhaf=ITCd9V*7?+v+`N4%CzM5&&VeSkdIi>csUN3V^4+oMAIYuQPW?L zlMQXyU()SoCq{mTF_A(q#=3x?#D>g~wYsuLor{M{wzRR?wL5TT#`2eo<Cpi=S9yKq z^GVxz&3#wr>@lev*3<mq_Xj<;fS%KJ-0%70jdY&S^u_G8lo<Q7A1#X=^Rlqrl(k>* zo{>|RU^{0mnX~JDGe^5^kF#V?SQE4z>uLH#K7{O$X-%M?_iz1oabF7BoIP$~c&&Q7 z?Urq~taB~glRY>0?2~Gl8kS1mB=Pmj{hvmyAB6n*8S3wSblNGmH4Q_~-mz%A66*`R zU3;`v{pOYl-3G3ooj&yi*3<1*rf;^4bi-T@qT`Sq4Wo%PAD5<Y{`h6ww#56~JY*AZ z>l~L*zInE$=Wh$OpVJRx;{|`k2u@K0UqnAUy{&E(g_x-Rh$43#P6|HZco5eLz9+-| z9-;us@`$I-``G_cpE}MvtGKm)f9R+|3KHF)pn=BLzlHpN<GqL6P;QT{8R;C!{DV_E zJemLen4a@z{xkKW+auNfle13xF>NQeB@o@PVm=$BIO;(#kDdq9LO-UB#!k2;WXyfO zkFGZ%KYo~QR1?~dfsIn1Ui-gvAsZ6B9`W%Nag55|e%9vu#a-7Qf7oVG^{_EmZyr8! zJ`arULY_1Id`>fK8;s4;$7`@Vu=)t=*zzn3jYpn53!OHN+*GcgL|@=OFpw-ZeUf|d z-*@KX*N-_GJl?=Rm&YHlFvfSQyu6h$Wbh9g%e4m^I4+$(`4dv^^vKpdX#aZGSqF!7 zx34{v^?&et^V-Ydk(P~ZZvS!g(DO1c8^sWh`u>S@-xvCX?hiTsr?Ih(ex6c!Q<fc| z(PTYQBxS+c&)WIF7FKStF0Vbx9hOS*sTJL)>6`B#^3QUHOb$3%1N;KA<IB_yEHoae z{e}8qUNlXk8Fa=gDmq7f*L~IEYCY{UvMKfxmP+wSo2_az+o$ER_b%;jv2^D9>)qbj z$0OY(c5BaO%01dH_C({?rL?zqVSRL$wRQ*EcXf$!KV2%X&1!a^4SrAKCHkbFALh!8 za)FHIc`;}A!}pzZeHF-f*x<#%=qr5`r0L1^Pfg9(=;!mtd;J*!8SNqFX3lIuj2`Fj z11&zcI8;jJ2gd9e_UG;kvpPSV+s8Hb@KlSqGJPYkzI2`53p+jSrCqUd_*kFs<2<qc zdb#g=hR0pkhO};&Kf{yGm#`j7vG&oi4e9<9%<_jbx(^W=;XTEGfu>L76D5$px6xbo zG`v4o?EV7!Mn|*_B;qT^T|+$b;xC5J4#+aO&x%%#j*~QgnGd9!y8`)+rSbO5jmO#Q ztSq@5PW*&~^jmIJj2jm29Ma?GyNRJo3L}nLQGXnK1}}F>Oeq@Me)I|x`F;F&kp3Kx zZqL7s_psYku~`P?bFI5a@xhNA7rw6gtNVk3Pw)pdx*rV8)^M7|?h?O#WxC)w2kYtf zaGFiWXKi)!1s@H+FJSb7(U0uY6JN<C6lr?uj>ix&H2zBd(V~g#qIYilLrQ8kBzCjK zU(tB@?H9MVusadjuAd2^|2OjHR)DGSwg=B^?2FQdJj+_o`nB^j#F<*N{B6G~rL-Gr zp7>(D={dVUiN-H?JOWMB&pbzp#!H%>vGJB0Y4tO+iG1i=E8|o&nllSt^f~Bu*dgIj zv)(n9=Sjxj8K<9?_Edbtev@<JhnXJd?4}hdm9NZ;>#ToLIc!$sTJ00<^zf)ZUMG{- zeFVnw>)RVK4$*(lmsexsSqDZ!VPx^t-5d?82%b8Rr>}1H5@J|n#gfa!fSH~rQ)^y6 z&5qeCT38G_>#{PsPWuJfe>h_Q^$Hrl|8($vo7MKMTV^RT{WaEONw<&4mpS8wdGj-Q z<D;Rh_%*hVopG>=!<^8@jW6xnSsL5f)VlhT9~B2#O+PZNuG5<jd9a>tKfizVZ3}oS zAotK$KFoS-z+Z3Ho9Q{UO#>JoMM{>9Mzf)fOYVfm^R&Bf=1X;&(Lb*c9`)_Dn6x7b zt`y^szP~DUypkp#Wy3SgUpK+qVOyDFt5;b?2P2}zeLODQ^V)1X>+S6v?SCEIi}f8d z2fp)gZtglSi|fEqmh%PkOVscOLB|7hF<aP+DKr8SWMcd?v>)(14<@H%0P|FgL~{~} zzZV{LHJZ}DHXj*~y2m1<f2?PAo6@C_KUm7cW37{Cn6<%}Wr(ETU%ZaYw{ZTYc{U6% z()i@r14DmpOT|w6{@at+c2Qf)13Uf%+(SNKNz>!nXe{2#eG6VO%w-J{)bPQ7OY@&^ z%kUm-j(pz+Akg&9x9|KJDC~v=d*{vIBPV)L%{TZ+;{j_VXT8ak^`f88^_bND<j)bs zb=w$!<<o=H3dp(uoKhuseMSjAI01{?wt*S<hWmjGI__^p(v%X7wp-V52)Whh`WW}o zH|XD)&;RxeHpsd3RV4Fj&<C##&eW2lb3WMvug|sa<-DnNo*C~V8qP(&D8+*oRX-bC zZnm?K{&O=1@M^eErsog!v0(zG()Qxmh9e5+TR^0ojEY)DF8rB(5ql+MsgyFJ;!^97 zKjTvxmbuNIKY)KDhL86540k5+^U*vRj~=6e_;kZkj2_+Q+9D$?@yNXyPQYj&-9~jT z@0#nwhAFOVv_FDw%^8}XMkt2Q6hFB3>;ICb!T&5qPc43c?7*l3tFB;0V6KI;ET~g< zLO8z_+<US1=yL_)J7CqobMRp>c``U43x}NOL3@1==koiT0U<Uf(DcopFX+pbsqvQM z1bIi}kvcxneJ>{O`rlbGoPz!HBN^);w5rdc6vL-pf3;_@3}7_X@$WyOU5p$qd?$vF zvx#7}ZFLcG$Z8s-8Lg8Rm_2}X5POL|pY8*t_6TNpAlHyf?Z>PH!D#BK(?;_(?_c1D z^{Y_~el=``7+y8yjf+Nr%qf>QZa)QC-KfoE!$QoJtOayovatD|8!(^hG5>))()AFl z2A!0*UXvE~0%j@P?VRSxpc?%N{qC*P*uKn+neS7ewKX>y$XNg}ylUw?KIi|7zVPn^ zgK<>a&St_hF@EXymGF2DJ1fWxqMz;^u_R>u66~U!c?H*#rtx7vpbxFoe$%-iYV>RF z3qEguJT2(3+O_lZ-8WXS`$n2?oe?s>zN_o@y)}k<*{pqo?HyAve<$nbk8H!QXD%Go za&{4{SEGOQJsf<p@luSQdi)0aO8ghFQ)=)VTO)>Fsyw^stT;KX6=pne$GZOCs%N*v z@T$e{c8qp{7OKH#8gE+1*Q7<yvG)z<|EA)p*pp=R=bnS_==So*YkipzwvW({BN+b} zJQY(fnjYX&9xpT%y)fh#zkTY-ALK{DD!y7?F~>!kUwr&Z`bUnf1QcTQ)#4vH1t0PN zAzrG677O!_%-QMP4;W1t%6PuEj4ww{|0c6C{A8)~J0Nm3Q0MK5Wl0OuH@E*#pVjgx z)#_i2Z*na+{!VRrw#-}xMlzwuz8F2}`h(-S=`(-D=*iI+<R^>|%1)vu{1?Ncto`ar zVA|k={(?Cf*b<1$iLJ2e%c&S1CH+TE>HrT*o%KFt_Jc3K(0|AuF8{%fsUx#keSXlN z)Z&kn*gwz~qo-Vc4ckxVc%~&q438Z7fO#zJe>0Wy7n}RhwD^xXtm3B3m~dd+Jofwz z>=!XSa`@w;o3D`e%b8<~(O1q7{*9a9SHYQ&N>=fZOI#_2S1P~sWBK~|tsEutPK=&% z{_s!lgt#2!mtbZZktmq+6E7#|FYjQ6WcnqBS2};VXt`RWMQp{9(Y-_4+AV7xwYgQ~ zQT9S08n5~5B`}+Wy$yytE%|dTSW6tNi$ebYi2uNOB9L_eC#rZbEf~tnZ6mA9gPCuo z?h5DRgyt`Q{E;KS!g-YP)`M?_$CphyoyT!ju;c0Y(JzN`NXa`fywc?tY>jb!p`Wi_ zd|le9wlsZyf5>Scj)2@6lr#@OjJ_Os;5-j`{ckRPQ=TCGe6aN%jGlvD1!#hF^Fx^V z!E=0dwf@X|JYfW8j2##~B;57Xz{*nqV@+UwGDK%n$lt<hl(ZL(N4@@*=JANpm(t(B zC*)2$9WT8YPL5>W{qOu?z6T7L#AXN)Q=T6m<+9poPUh-Sn~omNPWPG^f0XE>TH__+ z6vHRA|IC?#()39@mCH~9jp06-&Q~(b5XY91lBUPk7pd*Vc(VD~uj<TS`0~oxP4n%w z68Yrl|2z93Wn|3Pug@9BbE_>@k3IJ8)}D!3P%1`#xUoGtwxa#UkLQ~Oc-|_B^;pW2 z7g~Zi>4Lbb>C*$%kp~zt<)1`vT0f-91IPeG!oaqJpA09g1TgQE-+F<)A<iF~`-U07 z#`}ZVc+AR`o*N6OX!%gO9z;${@nvTGUK(=NhBxyLA~8W+<Bhx<+%5ZoT9rebBjc^B z=IED_ll}>f4{U}0dJ6O^w%v~DIf$|AuL9thBeX`ur%BV}IBs}e6N$C!OBMfF@LueB zO8XmpHfg(y#p&xK$MrA$T1$qX#2du(cwjXHdH~J?guF#(22Bvt@6ujk{NQ|bvN8c} z<mZbi*;y(^&yfGZvpASzrrmBhj(1{s^?Sy6f7$4Kd6?aiI0@(?L}wv>qGTrDrr@68 zv%8*mocwCetIfBQ*?Te&vAK9rW6j0+?PU9p$2;G0+C9I|&sSaCI;e$D-;&@{xsq<b zy6bP|t^Z1q7qD;qU7wv9Nr9OlNQ|);-Cq3}Ac<vyrG%^tkUPA231^pZ8x!O=0hN9_ z`vEg0{ik$ftO>c#%oqYvmr(lo%4401)LZp<;{Bf=X0tz}@yWH{|1x(3K)+b;`n|y0 zZWdc>UTZkZ$MPrJkiT!tZ4a4~g1z?C-A9F%z*JoR_^rr(^>3uQMeGiZIFkIl3*u4} z4?pq^5~qfTMdLF+UMkIdIOIOOO6#c4R`XW({Pn6rMR(+v-OAJ)$pymg_B|TCztGE1 zQ?MRO8n0Y=1z&*6yEi=w)AZo)<-~vZD;Fg03Oxr}-jUIFh#0|nGo%J&&!5q8@F1kV z%*BVX7=3I++8r5$rZSCb`j8V&PFUo|RPav7oRvs0+$$oq6OMi!KgJHv;h#SaJ*h8k zhW4L+o)URU+x$}fQ3u;2v^GPxN3J}I^|z_9+n7w!c*OV%E%jz(9DFPNR>LgH_=|qN z-1efsq?UXuZ=cX^Drk{(2}?_U{BQf8izMmG#{Y&tV2ejGw#-8}4<PpNU-E~4va!GJ zl(n?g55v(&AAxb|^5)C>{p!i=9|B7N7D4!BuDt8(J^0QLQ-(bvkZpk@E?`i${xD@% z?7UCKZEbce5AT|q=lET^B{Y6h_Jg|*fzKZ@KY&>Ptm1cKxCR-v&<3Gb8J{-ke+MtI zSzrEWgiWo&ariqLk6e2y&QFNU`ZHb)%%MG*84F};$cwKzmH#<s(zBk9y9#<~-Evf5 z*Y$<)%i$+yf$?dErTYBAzJt6y5?SD%c!?4y)#sz}nY(_{(2xasH8ef*<;9R6j*Ja} zlZGKiW-dSY@?dU!Ol~edFplOIACJEMtIfoHiS>hho#4qznVG2feCP*n=0CEhRGyY{ zB0}Q<|5ZQU40rj!{jYE~H>|As>-LS}9nk3S3dNcYpD%CzWoWNZ{>Yg(IL?#vGURh% z^4D|@n?8p*Z;6>c#`DRTGRT<&PV+T2!iG34b-vy7c*Rj?v0nZ5pohypPgJ@V(Rh^0 zt2FP3re~f#A$}P@w+(eZfSFO4p1rE6ulns5*KK}ZDf2so<Vo3jl>Q17=%O{FuW(9> zsTbX!gg&ka@_FK|^9rP##|rD2V3qut=mXe9PGe2y$<TO|%X0^vRUW_~kSa^SE1JIA z^3CU{@rbj2kI{I<_@UKVYKX85;GI+gw!}kc)6t{Tr=b6drYE=k=4MOL^rg0!^9}V! zY5mr5pE@jW9I<QmJBQe_$=mWht#SyzF`qtgjK5kb4UZD~9B-u4pxY-D?<02u+A=!q z!N?QL2uzLiqy_ZzIgEzu$=rAP_#p#&BxAi`mIuBz+`j_z5|U?z)`ZNZ5EXo%7V&fr zqjdaA@~fJ~4f?X`^()&=58@in95Iv)r>VhD=wpa^tHB{P@W99p>tp2hL^vIVi#3Dx zNROr&+H3ulH8O)0U!SvPC_**|#O=Y4hZW6XlE*AH_@RIPh4>1B8uaAwSRHyWr|^|D zH?*2EKPDhu$$FcEa=T~gznnd<TuuAPMJmbcqCX>vQr9!oSzm)0mhq_BVV|iN^IqQR z8a3#|hWvpq-(kD4RHHwH+RxcKu)s=gS2ol~?wN-6lOLgkh!}V(X?y#dI6j<vko%0e z=qA`J{oCE#8EXL^F5G?U{dZ)Pdm^Fy@lwdgkuw94BR_n4c!ILJr@M>yhrU-(o3{f7 zMt#sAh`$hj0CZT&>CPUB0U<?N&bA28I-_{h`V!w!udt-~llJo=^k9S{D2R-d)e1K2 z)uw2u{ftTjzUImh)*Zi{xYOeJiHSBgtCCM|KHI$Q6RbDh9xg*$KVKUnS@cPFFpu(Q zb~}I;_%nP5xd+e8_{%sw=p#Az)9cS?#WE^=^Y$+PCvLdyvJUGq9}ew!6j7b8J*A4P z#Xb9#4<Gqw-8ZHQ*6*o*Il1ETb~fvNxz{+f_XT^OCw@=kS2w>&engVS1Ja^AK4-YT zj_t;hrYAl>Xvf$;u!7`FeTX@LtQcF>SadnERp#i-Zb{2uyggptBcl*K{&=Bpk70+g zH}j9=YAMN$1e)`gtuGXGCx>&Q{gw9%-rMy>9E}?%#tn9eYZ>K}-?nfM7xum-njg~a z0XJfRZwIReLNEIH=KB|P^hH17AkW%pG?i+;ukhuerG4VkX0{9NR%Gva-CJi**HabK zYgZqh6y9lBhxgb%x;=znYS<fT$Z7iW@=qFIGuYB@<FKGkDM5}?v&JSQhB%L7zxexx zrk9rXLQH#8tF7_*_14OE$u{5a`@_Qp&(}|z`H?WPvE@Qu6d9bwD)xHsOLzKKUuKGb zL|)7tFQnVqVm(I;$xwNZebTFDnR+#x!pb+|r2AJb`y>_Nymq6PZY~zB-R=C_^_a~% z3&e#bjn8=h!kO?euEX5gUw0a$eiQ{GCt#_DGCLmm`%#dRewk!j_r=%Qv)w`qZOmP{ zcQf`J0~(LG{<|{P5h6VUm=f%|C$qN@=Kv5xHrNi#f}rUbj*Gai;>hHInzkLgzwOO% zJ^xwfX^oEDYkpu;EE1yWD6`LSPcg}=BN2&C%x8!=cr&dv{_?$<-ScDSsoJ%p7F9cu ze{5C!)%w0x6}B%6w%cHJ+sFM<Q}%wzM&Xqzd~+XXwdqX7ycLe0WA729@hcs_gfzVP ztGJPl8{1lMeRA90BXQ6%#Q9+V@BNi#<#1Tu>G#!b(=zqMdK!;B`)s({O+Qb${UsU! zJ6Zi09pNHUh}?Kd(^qQ0K-wWbPgXU>?{woMq3Ijff6_M4Zo~X^`a78EL7hLNk;1R{ zPxrk3)Ay}y!Y2o>C7qAe!e6?S&3L^`@I$*D^_%~EnD1LZtjChZD{N1>Z}>M_a6TdD zW4SVDJq0wWbFaox+Z_5>F7P?l)V=IpllkUy?UmFO=bK(-e;gWkuR;74?I^!2i<b)V zLz%xVbu=-YZ>w+5Oxs#$d*wDmX3X^svk%uE`f%o9zmY=xP-?G;R6~>iEUoaX+VyLD z3OCH_yej>k192mgHq*bP<yBq%60)iqO@d{Yb&D(3wOG5X(8U|)o>W9!>*^I87xCt~ z#mdD~Gn|QtV%M$kdm67?d4`xA$?(M;RrqA%B~8ybf6Vbegn0yre1c+ZTKnB|TU9he z>k)AWCetWse9H6-o)W<91GHo^-~IoN-Qcf4glZV`8P+pkoopzR=?T7*@XKx6%&c`H zmN{$~c649y?8Dm8zohXhm49hksL^C<o^N)xhmN*;EA`5?Yu>3$h^NTBX_+2uzuq{m zNT<FN*KCczdK#bc{-(zi@bSoL8{}p`{$45Ip6NKe5PfC#3-Cb{g{+7Z-;?i&AT`6% z;b765i7Onf=hmA0*<<=A_MGIby(30XnmFAlcEIHM&qw5P#=mTGQL|;AdqLZUl^S(= zFm=HMtjCh(r~3X2#PneA>OdrEw4`x}+YMMjFn)F-{T$=+VU9iEMqHRHKs*vwZ;Zv9 z_zhh?@%8RCJC9m!-+re=y-|rD@H-kWUkXg`S80TgVapbat}mXk-qK>W+nqfJPL#QX zU-XR#9Z|A;9*5{=ZN2*Yr}|+1{cH<M9sQGA8xz~Gpo@0yBCN-f#>aU@upf4WPJ+pL z1+1PB@3kMZY7VEb5^s;ps9@ef)?7i~gkLm0A_t%^^5VBb{;aq)H}p@0>~&`*Co%Bv z4Hn)yt2<OTcl2P8f-mUD@Bku{Li_QXZ%JKX|JKQBq2;ftg<h>nLXH@3Kgv5lmIiY- zpa4?B`Jx!_gTH``g?>8eB-W3UTuTPm08yEBKKW`;be}1W*0%4uE@^-_d;SHDPnrEA zydkKt<@%-l{l+EsPH$`#v2pnM{CgePA#Gx8a>9{x)vcGk{~dB;MwKP{e`VNz>g&IB zUl*{^{8Hb(g5HUpIHb=Z8V_He>Gdvd1(L*UIDO~-iu;W|9sKkvU%<2u<Lle6dDqMO zQNqDbSdS%*2mA*8^#x}}%1H(==pyF*LM{on8?2q~o1qfoEGw@pn|^FZ1Lu{yDm&dd z=$#jF)C=g9f7IvMuDg88#>5SEXXleNKIQg6`dS5If|91Mwmp<8&2FEA2i$CT&28VH z*`KRATeU=th3{Km%yQ$j+uqPGV>Yy{%EsaGd*k?p;_+zbq<W7+{K4l4*-PT@>7QW8 z|1G^Q6kB6hwiGz8Ve;FG-4|Sc*?V65;)j={M8@D>()=)PpUm@L#l|?AzA1kL<c*&v zA>`*w%Hy$PMAhRqk+VYfZI3?M9^2dTg?Hgs545&>vOYb~KlHXixRJ)A+&=QH15!6E zX?o_5UzW^x4<o*uEC`L}&+nM%auZ6}EU|m`uE3a}iHNj+uY5h9SE=Ke@TAV%=|eA{ z!TNV&oo@~g^|6_DXt(?1Rae>iYhKqnO@DvFVQFai&G-8bu=Wi9j&84X`--QvKpyx1 zvG?V1H9c?qH;QB{LJ>}gq>@5OQK__PM~K$jqE)w)J%sGpL&%owB_Fb9&l1_Qmo<C# ze1zXTcg}Q9r@K`?-{0?#-*{>6%)IBBXP%jPW}hQKT3H~2cCFqXnVzEh`5UJ1!2JvR zt~(QtL6JPMZEpTVx2L*{_o06kp#QOGL<i$r7<0)!^5^nb7yTWL=1};Q2Bbe;_`6zz zqJ`roKk}y5Co7w!E1R|ddfl_~yT)98{(gTZTaOa*V#z-v7X7eJuHUZ91=V#1q)fT| zVR^Cpi>hz>)nv~G(x?r6S=OZ1ep$77Y^#QYcj?|}KfKwE)w1VD)R~v+d1UII<gvT- z{Nb@T%uqmfqEeSNEm88UyFQhz{>Uz0JJeny(6|x$e3*qo>&54hBk0x)+5ui<6@RLT zq$W%KaY9t_t|HuCt*d-*zrA%Y%3$n}{VQz`FUoFEc@K<mB)z;rBgUh8&qs4XXia2n zRJ%Jw($f=lhZpn}K3OSlSM|I{_CHB${VfirZRYPA5#lL({zRoGdkyC1NA~{FLs-ht zhFpc37|voso06@cjJ&7SE@R#+%NcH#{I97#V$a)G*MFk&D~pE066NNX>1U<)&rphR zzdVF>yGL^GEK7S~YNqJ1AE^nVZEk+5%Zp1tiq-<8^$Y0LU+7N*Q4Zk*K8)xvH(Ye> zHM4B|OB;`q)+=pHzNo%i$eBgIt=8_-eARAJMK(#@JZ!<JJzf5>+<2nw^eyY8%JZ8f z{J)SVjG!Wrj)l?Fe=Sw>B|Znrp8Rq-yrOrP)`OpUlY9~Tzsg@U>S5sQ>VKU>F8{KQ zcgedw_{$D(W}G>ZLu4b$=B6ilya@AExWhvB_hF3}#`Jie9gY0qbUJ)F0>;sj3^zU8 zo=L4|&(TTyh4s&x&gaF?kh$sCEWglu;86zLfb>J!QkvnW_c!zxelav&Oj`pj&g@$J z*ZS;l=EoChXef22&-vTjSMRTCR{qS(D&lH-$+=EHHzfw!uI_vP^|$xGE8q9z)&tS$ zN*_mY=}3~lsIh6yPTN<P*WXI7rmLmge2bRfU^GU9ULM{W52sHWRBfSLIygVI+kX;0 zUl*@?fD>-|qVoZxHt11dcZt1fQZ+B4=t(Odm<8b-ED!VxP8UR?v|@xB7Oy$LY~t^= zJK6Hf?MIk)#?3L8o}~Q34g%~;!x)~N)*OmzMIiFWr~K=lPcA>A%TxTR4Q_mC`2qb1 zb1d#1%ev<TOS)$KuwRIQ`x8)?>c$B-ebMrizB|jUH#TnaPc}F;u~_0d_5AH8$@56~ z-%1a!x`^8iCaG0#|B}la##zvp!>LNB%`gW0yYiJieLUW&Tk6&GFM51ixBU?#M%>kY zy<X<6V6HXU_Q1vMQ#QWZxR49r)`yzN2i6A2OUreY6XC1&{E(9Zb*nL2Pd}Dy=&fb7 z>9eEUNuT0jgfC*(g+Ey9hC2f=BPZvEv1YE>UJKy`Y%V`FS?__C2B#7OP$`NtT>5oi z4`t7uYo2c|KeE?Xcohlued;Fr+NTe5K3I>5`YW34WB0Z5woQIyzxIaNsBuZ(T9fjt z34bv9hE*aw%dcIHtZjPGT0>DwfIc+1j%7mf4tCA>!7pY&jRYCs_fYEAI=Sg{*T2{! zUH0r>)*X5-eM$A7i~;LX<7<;1UcH4=sDEGM{VjfQj|<u_63wBo9)!_{>?`fK*13#n zIoN(yp3Txxi8sdl%9i^5Gg-=uti=B><OlT;PVM@k)h!rtG4HMFv(_c>em3X}@$2QH z=Yh2;FH!mbTjf<Vewg!F?6UY<ywp@*!AoRt>ka03wQbWi$v?b*1|t@jIm1p6oE4~T zy12E}Oh1cC|L@ESc)V}Na+{asU3T1%t7t#NzG>w><hsfS>IOd93v)x5&D2d|HQ}c= zw?DPD77V}Z<Y$>^LuvdPr6S}00+UNPlS^*4z{<7g5SS|mqgpF@t-Pk~p?ZF6puN>% zmqd7MaNhaNa+Ig_Z8uUs<@LW_&A6;;yK!oqy>h-o<+%qE&MlAsVm{ZKBqqY<rZ1^K zsV<+|@2lc;pmgEg+8D7bjy2(rIl*9r&M*uY(hWoV>X5?UT9f1QQ}_7`nPG`OsWhmk z`DgoXkDLz0=bh;g+v*xALM|U%d5W8XiH^tY0qY~Vk&_UNJjtr}-(NMW9Y5T%g;g%- zQDFCu+~g)a*G*p%c@w*){KD5~px1+X{x>)goxZgFKd56cCWSW!VOJxDWT%=fnm$t} zxb=gbKU@kh`yp@S3F@5Zn(%{D#ygBK`-G9`-x%Ytg;W!MptXRk|5xKH*w=*g_~?ZQ zu<_fvb*ptX%P-V2*vXDV<NCkT{%VrGCu(KzzELdtejC)wP^9}|#>mXZ>Lv@Q2j+t> zhHp7D-ZHDe==IZ_k()`~pyG5!*0a;IS#x)g+wN^|D=(hag#V$4cUa9MXAyu~&>Z*; zC%nf4>npJ8Q@2$G!gclWGwF@+_wHZ>ChmR-(J6SnPxNf9I{m*lKg8N5LRh*?ez?DC zB7dSq*)+z*yKD+y9cY(*_+1N&=TlVJVeq?V^x?D=tPJ5%E$|NC@u*9!tV#OAQF{0k z3Nwp<HHyEPK0dz$XX4rIZV0NyP;0}{s(=le&)_?uP`enHJ*v|Y$Vc+4@-@pZjAZ`X zR&?r4hUIAela5*I7c13&T6BZdkGVS<*am!68nQUDtl;tI(Ute!Yr{W$)fRSPVfI&5 zuJ8^?6uk!kbqXWuvH~TVKU`no8zMEGpNZ28M@BuFcJy?-ZIbOp?JfMxdx_k*>9h3( zbH5I14)pf2-lvuQ%rrNB(ep9(=`gaE1-%StP1s$odVWlt3?R=1R(cbQr@wI6`EF<0 z#sLRai5!S68$Y=0VTFLKy5qZ}WCktyK7VCrMG|G%Y2CuTFW#9jcuBIwaLu$AP9*4X z@+!lY&l|WTuWR?T+0{WWh(DL#+OAiNlNp!(-<*F{?a@e%MB5fuTb%BGXMoL|M1A>> z7S|UMR6(JmdgRrHL)Lk`YHh03_Z9IcHkW^P{g$>~ighE@FBszm*5H&ej~8?A=(f?H zM_a8;?fixE397s=%;l%H{lB<9V=jGWo?4Up>dbnNxO9GBy0xvba+%Azj0esN+eVZT zd3$c|U$kz`EXz$ws$DLe+E#fljD&OfW0yx&eS_z|ux1^EN&tUF)B}xk@#qqIRtC== zo8VcAw6Bhy@6dOaAg$POvFh+eZ^ylFCXT<qp^wDL5YptzLv(s|(>Hh@37;S$`Q+Li z`@E0zj~HmRd_q>ov<>4W)K~b{JJ5;{-t>p^BPYKk?T3kz!Fm(NFxSaTo#*)vY413> zU;vjdu6*jQf7mCgYQBGc;%r6p!c;UqEzS8-uW{*qY5d~$M@G7A2}K~u!T16C45A5{ z^#VNmfZh$C(g0lq`#gA*2dgiVP5nOC20HSZxh&ab>%Mw_>&ovpTMkk`Yqjc@^9=I} zRXNo;frN_6RvitVYV?@(+xN6;VOjc`_&?({c5L`~g#E!SE>o?H%1wwrw_K|0G1wu7 zag=QD4T_`7)(_J3HG^fJ$c;g=!aKt?FYW5>lSza7-iSEe1R4xxkz^hM<89gA<_4K? z<y=>NF8jy~mk2j~yfUSa){o(<6w$)kOMbIYev;8KuH({Ey)t60>h7g|oaerAeY`*K zt_G<OL2ZJcPx8MsXv>D2;}L@&y(9j_=JHqD@sGGQdoKOD>mQgE;`fJORY9D2s5Gc? z%9cLXyEm@+bIZNocY<r=;%U5eXM;g&PBt-VG4pQa``!&cr!_FUXYDw1-kAEg+Flt- z@Lc}c^|v<diQUtZG}tybJ<<JH&BpVjE=ha44*1}vU;Fj~qkGxkUC*EFMClz{=)5Jz zX3S}0lgjg&(OoZ%zq9$O{S2PVfOi+W9bwB#6u+Y7_4oRJapQc#*D}qoDe2kAoHGtQ zyg1Z1vT|HR!bQus=KUM#@jx#M2yqd%w%zu#&ZV>M<~6m>QE%42T7%*8^S9PRq-!k9 z?6Q;8(T-=nyDaG(*hdh#`xG||T>iNF3HS5RH^5m;_Ubuk2WhwJs@Hc(`Wb%%4{KyD zpS^iA-(U5!AHHsja@p^C(<}E)x%{*B2Q&W0V;Iq6bJ_YoS?j}=R^uP8X%g(X@QSt4 zs2>GyNj~%k?s8w#yN~4&uY+s54!)5>{GEHGjGM4;mBaS?$42%%xVRtje>~83eoreu zo8$&RTg<)qSjzjr(Ee&Ve**mhGsnT`f9>9~1zx%G7p))aqE97j1aA85@~><EAvtAS zQrz@q8&3m@yLU=TzN)<-+p*V+r;~;pU$|s@fJ#>7`-KF>O~0=C#S_&Es7Y`;6J}B3 zOuA2Q&X|a!j)|jvo*z1_K7!y%7BwiSIKA6t-GdPWcQ_`@BL2kY@>{#{3O>1mXWFpJ zDc($)c6va>GI{4!+S=Xje)l@VMRNHOU4Q>x|0ZspN%-RO!>-S==`;2S2=iT&@%+_8 zi3ZkRW;z_-yVXAZbEh=Imqoy=fH`B7on~K)C|i|rE|d6k`K?+1A$=``OP?)|+O%&- zQPS&g>Sz0>-rsI!xv5AeWmtv#7?RIZw_Y2it!iaGW24!>-)v7VCH`FgMAx6X=s(Fd zhMRuv#*;Abhi?W+f5$wp(GDe5*U8q&jrKgdr1Zmq$YEhzx6cutuN}7scy6Arn<w_X zxM=y*w0(i@gz*Ue9x>rTl+BgT-`0<^j>CG-b@D8ly~KV|+}qME{lg*%uU^JIo1b4a zebCY#i^CgUPyS5&iOuD|X6;M*sAb*t>Fqamxn;a~W54}Bb_YKp=@Pqo`rP*haX&T; zl?c4Uk4prvih>V}EkwQN?WS^XT5O+0yUfEcvWpvZG$-k0HhOGW=DNaTb>}J87stJ; zloJW(@+0ebQr2?f(*HaCllYMYH$Ap~`<wb+dQG4u+`8|q0F7?8N3%`m79UNkoTm?) z@#bbk$5flO!*A;F+J6@N{)*`KT{Hbh_I#^;yN=WV$u?J>wI7d(F0&PbE<Dqw-r1#O zT|1fW|D<yNi*UtFpIx4H?XN_0gi~H$rt2Pd+|uQ^{f|x&gWFZ=WiCIp>mQs^yN*OH z9Oepe-b8vo;WRqsPyg~P%Xv*y{qLR)tDHh}`4L@TYSJIT+9kY|0ksD2A&eKJb4VG1 zJzj0Ixyc+g>qD0Yw_6tVvI7a*q}Zo^+k}aOvJwUw9)9q<@_Q{LoXdY*`V+iM0eQtI zdMbrP5))x_(}#8qtL@DB98vlhMm_i&*8+qWWiC25IsNa`)h>JY2VCa!mREiUWZVaz z9v6aroHviM3~8uRUirP4)?KElY%@`F*e}0x@y?Pv^9fBZf0FexKA|9b#*Zm->9N~W z&GjR^1?4ZSEzw9KGV4Ud%FCdgM$Po*TW6%7G&AX2SUE1{@>kdXLfXy=H$BPY0gx8i z{en6GCpO?bUUiexO=V86S*{jyE^jn8x;kJjLCAF}I;`34hxL&qJ@#oIx9&;&*9>dx z^K)o{-Kqu?SGi1TRXNY&^2aW(+Umcm-<TyFh_<=u*IxgN9(Vs4xWmOZxQpHP!1qO^ z)8;hda=}esw0^5ue+V*UZbCyjGPen9x@ROCf3?xS?7c%-ZyWM>nnu?~<^SI4IP-Ah zy=EQ5E8lfr8+QKCFy&C^nFg)9s;`KutdCs&Md?4bM#Ou|;@2^_^lGoqA^-4Y1Ao-U z61df((w(UwP>fzXWAGeH)6^c}&!1HW&_B5Rh;HAI!vOR@oPJRs>I8GfTJ~EQJl^1W zk8<A646@p8bNsRE#NSf)uh{LGt$&%{?DbUWldFD-nVVm(o16cdrRRe5JM8+wUrAq? zVp6SndZb3lmN&~Ss$tuHUU%H9G;`g{Q!DO~l%KV$SKrfp`rzry-9o+>Moc39wdY5+ zyw`?4j4mQj4Fj!!*9PH5EI4r_`+X>Gy3)o4aEcMWS;95hHz~Jlmn^%z7p#gK=}fOY zA3$*2bZW2vMen$B=}WJl%wE4NHKs1~Wvc;LQkx#=t#8rhnN#+J1$^BI<*DN2Cp~|7 z{{Y@@5@opg5#1k3>Tk&Dcl^F~WaX$0&Z0;+vZY_M{<tRNMsE5wktf{D!8`HnGeI#D zGhLVTxTPRzW!-Xi?zabJ))osdtkif{IBGXxsxIlvvLj;Jefq6e5!yqRC6ouxD4B7D zq)Y6&q(2n(RxwEDK+lR#68oXv9A0U(LH@A24?CW42LoQN1!PS$Am*^<{E>dl2I*dy z>Ebyq$uHNIME~!Mza_0gRNoJjUf)IM57$LL=S58D5hS;IZvMIBCm1Qgj0mJy^WE&f zmp>RK1)%ml0iD_<cOkfC32ttFYAa8;tBYS;hV@ucspFk~m>0tgQM#ltw||R2d{+%p zmuzaE9-JA5)el&0fINyeHK$K{1HP~%@mIUV&*E!CAJ#0O?I*}Erj?aG`!#b}$L{P| zhG^-@USFlBFKRR+3kOv>tD8K;kM(8c<nN?kds);ieP(R;U*?z5X)q2WUlw3$W%Y5h ztlY?6A8n8}4ne8c_Dg*A434<3T@p5AZNkFaQC|-AC$&&k`P&HBXF)fI@+J!P6O8`g zOtoagr7!z@hn$I%Wz@y+z)g=SyQ=4ntLLY7lD$0O=)--tKG@G3yL?LO+QgF#C-|4F z{79OGxuH4-vWET<ZfcQR%m3y04tgUzo`b%qcCrBpNXmb0#(V4*$dxs?pLx1{T5$BG zV{Y@=vvSSkW^*x;_+eVKKI^U$J4FUjz0Gq|!tVDv=Uy#W)pR&Ab=KU9xc2J^N^9=m zZ%x)8=)ZdE0q4t`oW2l$E`PP#4|731GWi-Bp)A_wrYEkwfJT$`_M)hilDnC%U!wik zY18d>f2P!Xv5a73O&@Ckyl?M^+CeyK1>$ZDuumAts)-lOpSWt4$!CjXH>-jkw?ZoC zZCw8T#{P*V;vL#B^Hwog!E!-&8-QckcNDn%iC({`zJ37Z%&ght)h;%Qln>YLq_9jK zJ|0@Wg{lmyhkluCrFg_gt}=wj13b$q{0ZS9EW82>AP!$xLws2c@yZzt|6G26UkemY z47ly2;ImkGkWVfP&y`Po6rQz>LVvMofUH8~rf4@84{no863XKNeGB9!K3qJ6FW5ms zc|3XKPDgI?kuEMC+-f@+Jn%;$w<NqT2OlB@U(CWodZoy%jchPney}g|SIFNkCcmP} z%NvCg1N?^|w<P|HSa_gc%%U#~Kgzo$^V1uJ69fEMu<%^^;ErYC!JWv$bMs5+5?hGh zCz+o#6iy7_GbP{&j@W?Dmw<=xw=DWl|H`G{sT>NSuz~p6$W761ZhnED9SaZj*_VZf z_{4xd0sIyg9_Zytz(f2B79QM+`^EDE;a(`57;yU{H@WNwZeoBRaOZOHdB`oU{tM~- zLlF`@VSPq!;v<Uweik0W^N?E{KOnyf79QNx0rBkx<QI*?iGfY#bmX?6J-GY;zuE^W zI+Q2m-wwHn4;K&a1uQ(2Un+7-YQMU<gc_!Ag4`A;9vCitpqIkIXG*|B{Bjl^;`0uP z=O2RE2I3pA@Z9<g^6^ID#DM%0kXurH$YtSyejbZHH^0!Id|}}gk=x*~Wcq0+oEV^& ziQL48%Rk5?pM?khi&=OsKj1bvLa5>LF+pzP!=(>+Zx$ZX3t{0!(NAOHAv}|X7e)UJ z2VW=!|CWO<XW_a00KXbXDPcV{KsLC2kxd~R3>OdWDU-&RBU=f%4USP_>pzrlE(!-a zZ;{;)+0=3I^r5~bqi|wC9+?vGLb@zGxXW31QSwwhK@svoz9{4-K3qK17i$(?SiUSg zq(=<VpJ^;SglDqwT>21xhJ!DZfCu@Nv+%&5Ngl($D1MSrI57~Og4~ky)ln86@|%y` z6iq;mw!tF#Eo0#!yd1eH03ahOzxgLA2of5gUwD$iLwsTgecmaGc<~@y5xFJlAJx-U z@f30sA5r{Ru<%g->{xg%KT!XZQ8@S)A-gfMmCrErxp;8zLgB<f`nkwW_y;#JkY8vo zif1u>Gh~B4j7By^gGA9+Jx4<Ec$-3Q;v)+0#lk~=eWl<tS$L>#S;#G}{(yX(&Xd%6 zJXPdQM{aR=;IA~F!2>^K$W44i@vnP<gwp*fauXje9xk~ivGA>tn|F~ycigez;vxMC z6iy73huS6a^y{JU5EKq{CL<f%SrYJ2-d|`ub(!J;eOF{t$Oa>dpIs=N7>J)Q0T1z; z6i@^%q^E}5#D`no0N<N~w~&B`@(pL<n<94}a%&?S43~d!hg_i`NN7Ml(a23<r$~G% z3lH(rS$I+WALZclS$I+Wq+BJb<Mxt@+{A~Ar`fEuAUuzS=kf#jD`wG$_EOHmbLoS- zxR64Bv4Q$mirikbTNM87HHr?!@-9bi;=|>~2q8_blTcLGAm&Z+<826L8%RI(j(GZP zEc^z%*FEug2v0!a#DKgKS$GI1hUouH4nB*8=jK-^KNcR^m*RbfA5ru}P&hHd`Y8bq z^pCReK)(pNg>pr|MbSU{fI=bI0R4RA7N>t8ev^k32BW`#S3_=bct}5ig@^W-h1?0q z2E*k?sBa!o!Z7#)_!Q*!1qU)*Jmfd;F$F<F1M!QIo5Id&c!+ONOhPgLcF0Y9Ae<N| zU-FyS5T4A!bITXn(=HTF4DeIP!b5ywNc~YOp@^4Io)mHuA1-~MHyMQ!(-8g0Dq--V z=<7bA2wW%+6XYg7Ts-ja%ff?vlO^Dx{7X?d(5XN+#5Z^<UOxc6+?N#kiw)$b2)QZR z&E*HepOs?zYOg3B=yz9Si^D_wd=yR$@K-1WPra^+*G6vQ!{rC)g|P6DpF|0G6kNps zy<8TaTfSAm$N~5w33v$q!s18B?;D1HS?E&|@IcQ3g%bmAI|+D#BR1eeB;Y}w$t?Qd zPG{kT`JstHdx7v$6b}9s$QIVOw@iMycsgpO1>wmoye#s`lz<0*@=-W3;4Wt2x%_}z z_Z>yxJg7e=$ZbOVaPgHuR(LAHQ?#4QKg8e9q7Uvo33!@Jr3Lun8sd5HMe~zqPFVmw zBW<409_)y1lGxD5u*j(RNQ$2jz>kg%jf$iLwC!-bCh?-<<<j9LGew8{`vp<~eu7w% z4!Fak0{p`HRHR=7U+5j=7cPKbu`zMj1O2wM$LT)Sz;xTiRJ94cd<TqcKMjY!>yPad z0&EjpIgL|mEgIKW9sA#$j%@|ss__Y(bVo`kzbCZ(#HDBFgmI4gm<|_LVuk%Tn_@eG zkL{n9*tRvtw#ImD_YcB0-v`@-AFf?ar@JN&<GAUr8G!wxX*peYqv`5l`_?RMx24_Q zEwOvnIBY98Vfz3rrv`@D{ni!RTz;y#ohhOGzP819c0DwukiMbAx4Tyl2U>P6IKHVh z4$l~gZQCx`Zba9ErnFoqX<~maAHn=ceoSaUrFRiccRY;`Ny70qd(@0>Xp|r}hVK_a z2opDjy(xZ7OjHaBM0SEJC6veUu{fPrx?b7R^?_%E{Uzl`FhLN@r&Ek0?U+tS(GAm| zMdyPpZ(zf201p2{*GIw{;@ijHPrx@dMJ?7pG?o(ZE88$&nD8LK(D3R2CY&D?R6Up% z8aduCJTwrAB`TEiiwTa4;776(sNzpW#l=!lK~#)iWN@X1z?}LH#QgK=c0>4g9g6)Y zhVX>)O?1XKgqu>Gc%5|7A7uCmp@LWej~9RnEtc;S7#hP5h>eN~<s&~ZNU+hBz7u?+ z{bECe{s!p9J7e_UK<MJ}v`66d&`Z6-^comrn?DrWM1S4$!frZRrR6(}62=o3e>L6y z296dTpEn4{zuCTOxVAO+@6n^GKP0SHnL7GmgK@{Bs^gSdxJ(+ij+QGch)1y<=r=oF zI?Z2cUrb+b6t)}KVte5XY-`i{azt<JwxZj&sR4GEs$n~g)=#HtJsmh0`v=kacWs5; zsvWV-VXc}o%a#(#KVu5UbNP$!hyCw`W1H}&NSCKL{^DtUJG>W;S6lup22(=*np<Hy z><px`9q4y5%RPzj-zz9Eu#dl<NszIDUT^<CetQ0fMh1HQ`kD9{1_t!%XJlYBg^2)T z1TcBRzv$W<$FTh=6sCk`0Wc2$(-Z!~A7m(7q!##rRBRL#!;g nYttW1<510s$4` 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¬$4#oG%<&lq9Vzl6u4WT;Q|& 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 X?@k<$zqSEr&r^CIYf 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 UymqT+Y9T9)eXhh|!6^0r0$~4Q)&Kwi literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/snoreToast/snoretoast-x86.exe b/node_modules/node-notifier/vendor/snoreToast/snoretoast-x86.exe new file mode 100644 index 0000000000000000000000000000000000000000..908afb958c2476ba95a4b196a988aac852bc8664 GIT binary patch literal 2065912 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� zFmjJXAmJ?99*y5Qxi+?817FoP=dv;Pkr<1IBT+A{43RHZad*xPcsR{rBafZ-&BbtP z)Ua}xQvE$6^o5MCk=WQk>i}joeTYp|!!i<M>XGuHxXr6ibx(;X9Mex|3&@zT?;xIh zCAC#JmsBDNDV3wr&$unY@2C{VUN_LFwir9NxHdtvo-`UH2e=CM)LZwF<)osZ8uN{b z-ch109;&R)ZA%b$x(X1cvPF8`gt$+Y+BB%n9m%`1XOOo4G-hdt2W4%VO@s8VN)YgU z{mI%0M-1LN5B<PC{IJ7!vR3PWzFf`T!wtsbG7wNvazfKD@U$BxN1vIJ#FGKCpG9KX zdFz$xVtZoXb4r|eE+wB+;$i1f@;N0=IG2)pPMj@fn=RR~ONP*h>rU5VP(p9)1=pN# zPpr=-r^1u6BfS04S!4&ub}d_u9=9U|n^1SL8Z2q%Wd_W%!BJiaKVx#5*~WYylPl;z z*Md+;*&${oj4@z(oq45bDBrOn78i(`H9cXj*w39F;nJGkj;Ix*b20r^BRvO^1m<$* z*#TbUatw7--z0gHnLs5vqN!-CF2SX3^@>O=v(A;u3(Vv({)H$HN(c2@8OTHl$l)Bw zL1HF__L`n3!^jC0;T;G#NuUI~1?ENjXANp_5pj&*>@I&~#D2<KsTr_ZNz~|iqZ%24 zs0uu~Xh6uRBnFs)H8ZX<sF9Krnn|S6XvbGq)h$K^t8_jNl9?t?Mw&d05zNZUe}AZt z?yOi$+)Fxq851#AIs&-FEI2_Y^)?>r?QB{6s)&j5vSsE}A435otn6usHS8AI9={{N zF_fOvI&2J-v)SAkG4SBF`2`wf%*ohT5R@7v1V|}gaq!WEr6t2OVBriSEJPV*_uMOU zU_NHE!2B56pm~?B_?5mY1_51{;e8^1Y2hzp`OB;IRc5S+(#s_N@<RSH9xq`kuhdjz z;y0dt`(QCZ-GfvFP+tN$XUp&$=>L1Lg~f&m8*_sQ`SuuREu3cNi>HpSg+(dFhsB2H zp-9@;t60<$1(*!s&)=An=gKfJ6XrTL_6NMk$>S%4T^UAJhFcKQm0{+4S^|ApUA=S- zAS70h_UGJuFXi+Pd3cL?4+c+BldR><i6;e~OE5>|{954oJ!UA4jqqEI7ung|3JX%N zJVnFmvTUdkFm1In8!X{st9zO@o8>?~#{M_6YZ=0@=VJ2hnrmi9KcU8NM~l|!FT^=! z^WvCP+85z~X+J;Tbsf!zB)wtm-_NW!gaRW+0b>WW6d8<0tY6_Myg7%%k*xr-0o)u4 z5btMQ0eQ0r1qOh?H7m3#u3_Ye`ynT8z<wlG)(OkD#U<jzSogSodE)y-o@)YdjRaiI z;&yYs>prtse1hn+BsOpHm0}9CterHq$b#j~T%jKWFjMO$jnQh*9i{?2Ox|d5Q0F~A z$Hvx3DbbWtVxG_yGk1<yE79@T-_A_OU``2-Oec`JQ-#b4HV;~pOyoPT`z#+F9k^hV zDHhT>M(x0e>)V}9AEsFxvk5UcX_u)5Dl7j*l=emgiOca2SkA>{yOx?CTPZAO2{s29 zf#AARztytM^uQy~)KoxsvNzuH1N|1pKWA~LIUnp1OZ&30H|RbDwm$)|-Qx_|a$8J5 zLvbwH^Vo`FB0qRH8t`_e0*k+KGhCu~FwlraN<^i@po642NQ$mmr@szKPxw(Y!z&%k z)4^2l@eWub)*W?E48dfJNK+y|(wh*XFdL>j?00DQ?`g2Hr3Cv-$lX}jrF)BTz`4zJ zy<R0%8yoGhRqdqsZh*0Xocgt}_`e|2sL_K9G@Ik`MHYK(USp4}#N#Yz6g9uYMLQM= zCn6q+UOer!K*ZAyHueOT77%>{oA5@9#jUR5);tJyEqf9+c`-U4LHyLCk!w6vK^0Dh ztQG6o`qw*r2ngBC-hr*W=)}aEu~5)#W7oWPE~EoGS3L!EzQjCULT3urOvO>-2%Q8K zI@P6kOz0eY6c-`Uc@#TALZGvg?Drwip(+TSdr6Sjv(EuHN5}i18lBtV@}S4I_a^{4 zw-Gu6{pkD_)<JPpDxs68Lgy&SHbQ4;Saf0`%|oDbYFlV@s0u>o&wDsJ{S|Z)g3$Q` zn8gomj~77a2|_0mV~o@~e}NTI95sp1Nm8M6v4YNxFz$qIoi&b-=v)~F9jb!RIk20f zGZD?eTPLer-8$RBEInf3PXKfp37zGCP|!K}GNCh-(795DPR<HErq(HcI2<|`9}J03 z0j#p2n2o9+bc_-@4m1NtXGNJBoqvN_{LuDz0d%xa1D#iXub|V1qcfS%8Ky#~jKm6| zv&kI}oy^d!^Ds1;Q0Pz<gwA+$IrN>iXa<hX8%{Mkm!2y+*AhCPKwe4AHUaWU9AzVP zhO5xoct0K!I$x8CIix7C+C#R^yYC`H2vI;)5IT2%fcN$6W5CVPX?{SBP9Au_$42od zK<nH^=*0NZxrb~Oqi!U0Myk;H3Pu`^PJCE&W}{t0h=SIwq0yl#2%YB|IXck_I{kvs zsX(EAXnVZCGQw&?XB^2Z>FABom7&Mr1*HZ93Jp8;QR|?TS7Z!hU(lFS$K0S;_kGUr zHjfz87!@%J8xisfnGtIQt0sK6OB6ycKvm&ZTa~hm<h0)$rd<TkK*jY@!%!ESbq8h) z83@JW$~ATg*CXe^I4nZZ>#WyKMTWrgQMcC%&-{8-x7PsQEFMK{RYVjLI%(dt2n&S( z>}BkWrCrv+lecU+y(W-8ji+ZQxodimyOzlP0SO>Axn)8Zp$>L4b>}*E85&Y$BcP`2 zPOYbr!C7d~u&taQX}Z!M%QpGEVilc{88nt!lEp#EsE=YZXKCa>J$Qv^U^4ALgr1Ne z^t!QLONncPe*)#bhhZ@&L*Uh)L%!l@_Ia**F2qTzk0PAd)b3CKdz%0DlGZk4i;L<Z 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≫G?m{>g>m(NMxD#>u_1N>ET~6Np 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%0AT~l>J8p1MoUAN6-gd*%zdt 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 T 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%0A3%<=nB`j60&MqmG9!Gx^H0Rb~!{7P-XU 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 q4s?VxcqC@6se-K_>4ov(5TJ@wrNP z$bHEP!%V)VR-UzNd~L9=_I$y{41R#tnJ#taf&Y-B#kFlRc!yPua-UApKh5Q@)M<F~ zHs5BaOR)AoPSC%E{RKU4^ImI?{?rX?3H4)w<@ay#ZB)Bl?{$OzC3$7E8+VJ}9=Xi% zV&5hZpLEpyp3d*+qRZ{u*9!bUi1v$4=eOj9dD&d*0`-fcn>I@4JHIf#JY}2=#$)o_ zJ;QJEXZl?*pI+Mq#?M7}?xGvKs<f<d=U?ri{}X?D@4L?Hny)w&ISTwKT=U{G()bRS zS3SS}x$0>ycSs}u(rdi)Q8$B_$mSp~_?}>OjXyrl?De`KJ;DE}!SB7U@@5wU6_eIN zdll|ayUw}7SHA8$c4R{s{{#=+{kt#ozJm)!om}h*?Q6Q-{LUrbWrt3>`*`RNH}A|b ztxNoey8|XFI>PpmABzuYdy#K=W^UbPpV~tCgtGl3FYxD@#%eq1^oIFSHh;%I=lP;d zA;zmu!~95S(d^j8bG$#lW`5FbH)!AO@nI!rd5iWQXQTRdI?V-yRxY$X%exHqKKsnW z9@^K*Cwjyg{#Juy+wP`7dpWDEFV?8|FC%O%;vV;c@&W!e;(2~R;Ev-993h_k!>U-F zRDRLCJEe<#p+B78i<4nWe(jmRt2Al{^G*Kc+tPO@d3S?1d#@Se_>Svwc-RTP`@MCC zzcq*Lt4Qd)I`cU1yXUL2_(LD4zj}|X&oTb0YvU@n_c%cLo7>$lCiBO={A-=>@)qXP z*4S2VM|jg`V>|X}0R52<zBx^Kh+n&4lkwp>&>ls0abm|L-rDEj>n08`-xMo~mQUKx zD~C?+D{BGslMA|+`qv)b@?QAEF%5Bh&Oh@bY!~0A|G|PKPL5FS+thB}cK-Ur3#+@i z!F*G+-_c|K7QR>ioZ<QnV7_wZAKEq8$oDQtwmoi!^J$jD9JjUn>ZB^YK5^YaHq^g8 zawSimd5t-d2m3RZ?`dZ9H$U}7O+UvT5RVI+cwTn~Z~6NAfRiI}eE+2XdLuxuOXX$s z`cwXs@dslm<9Ehyj3tc4j9(eQFn(q%Vk~4VVEn|G&-jt?1LJ$fcZ_ct-!Q&r%wv4T z_>%Dj<8#Jmj87S#Fy=DmFg|8{#F)+aknsWIea0-tdyID(?=WUEW>6|_Gu~oMXS~UH zgYi0J8sjy_tBh9|FEd_ZyvTTg@jT->#<PrPC^<vA{Z%#D`UIn#kz-UDuyRH@Bgd%H zXXT7?MvhUX$I2Pyj2xq?1}kTjGjfco>a3hm&d4#UbXhs0oRMQx>9BG}IU~oY(q`q1 zaz>6(RgIN1${9IERaI8bC}-ptRa&f^QO?LQs;aPZMmZzLsH)7$8Rd)|qpA`sXOuH? zj4F<mGs+p^m`<;||LYyN{u3=$gtzc+LVQQqf6>)#;sOqGTeWp0jf&djM)%bPSrxE3 zl@O;+dIObL;QX5l*ygmOD_L}~`3SBVoWFCbYrQA*B6nMEQkn(A^#W&K=SrM6X{oc{ z=G`o~e&P&ARSxe@QhV+8X`TbuYj6S6Z}<T6&LnW{;(RzC=R$^^bQ?sLWPbZu)YS@P zm3{{+e=@Hq=kIHMI$(M34c*}+XMfkgHbXmuT>SR*mjKex==hy67Ck`D{kAzMka)F; zsp}EY7UYDD%N~p*quZ=KKH{eX$oZLzJV%o@sq^{D{os0si`%j^bqwkJrEUFX!{Pc1 zzEK%(A4G;I7ql5S+6&~QAIG<jBaa(8Oi8GU?M+yoV={q6Dz-)5*k%i|>bTM0!9@AI zBrR$PTt9N@Gy9fIB(8@VhYxhd_C?*<FySw9*41e8qr-50!DYTEo)ki6nOB-PTOZ?x z9%x}bnHWyA`P}~}Tt9GJ*MKLJ$;#L{qs^+|cxCR6Uq6K;%$eJ9%>Aw)dp~;Ie=6Z` z<=nAaj{ehgtn@>PjaB~o`Pmph=}_p!Q1W8*t>iw-<!Imk^1NweSP1#caTQ(<>s)Bk zVLJIxYhd1Pg6)xMM-)satrl6tbRUH6@u>fD?+h|oyNhD+IjkS`(|dFnu{Ww=^>7tj z4{?6UXBy8W7b+h;@66Q(*+k}?HIp={YdzcLx(CSSYm!&aA}2@LbT>QW26E=v_Pu74 z+Zzksbk#-wv1e1Y!pV%(wowkRaDFBK<Cz*x_~K!Pezv&%<7Bxr<`DaaF`Jq!#PLr! zKGR_?32%D-;P<{bpDeZOy`4)=7EV|^MjP7~*(!DWJQ82`WZ(i{oPRN^99t_$%VoWW zUz4>2S+@ResDj+7mbNUc2F?$IHivF0$c#ZZ2Q=&43gpt{<#rJy%&gT^r?WV|&K7?y zjUZ=6XMEf^2Ic(let8k3SJkPHQx>D_bJn@*d=l?sXma8ktY2_3g-y23CrduJ&{><) z9pt-)24(Y!MK^=2zx8px45<HO$O1C&$=b{=#$RB4prhf(lm%o$$$*bVU$H&M3ZB)D zB;N|^7T+0!<5zs<;gm>XGMRtn*c`7{?dIOS8A-OhZR`@$AFemKsOFhA3yIUo;zYj$ z3y>XCGZ!x;U9M(Ncy|`d1KqM-E+pp*_H}I(g5%+q{J6^^(tK~5uzC|*K(1_(m#~PW zr401lP#@=y`uS<v%B%aQ^SzE=9FnjF&eys4?l=2R=SN#E4gS^u&u?>=-~K#}PoKFd zb495K$kAgn*G=QYqf;(zYt{qg*jt${)A-cGq)N4Jy+F=S%XkvX_iw&qvThS|v>$Y9 zVJL6p=^UP5g!M<wxZWa^-?L%*1`BPx9tyU)e0?e(QE9j9k_CAF9XIC8<f;7FxnD0i zEwlzX%jrbzseJUB_Eon{>k6{<`hzE?@YAN-HGb072ISCX+lNl!UwSS*H$B1&WM!?m zN>li4m)GB`5mF!IJgX%;Ci7jmg-zRi$Nm(h&FV3k|Lax8qgOg;pIK%6`w(6$vF7*0 z0+hqA4O|Jb{^bLz)_A>=YvJB5g!d}jd$V<0l=JHiJNy@KGGDJp>VYO82k1L|o5X9G zY;`}>1>2|7w36E-e(|(=)rU1fIep-b#S{5QC8@Ty*Wvn$i#rf^E0~Y$ll-<I1g|f= ztpe%=^Q*opYMosN*OOdcs^y3Y{O%)ByZR*60@*q2W#V}L@DKwneOtJ`;+*^K$REeg zTykLUp2j%7mpw-~kK>1|xW8{!H@yBxA6s7$#7~eFX2_j!dw6V1zciMg<Fw$xs&~ym z)+t+1b1Xk`Y^H<NUcA2KW;+fX!~fiPtcURrynZsR`*hQ2e$EN6?I#mEgY29U{c;pv zINV<uJ-;`|-Ul7+M)7sd9Z9U;9=Df#@BL{b`E`%AzP5Rd^P%|S?9+k#v!gy|2cCxO zH!h%ZgQ|giu3hYu!Z~$7_8WTKa|D0AeeVmKroi<%mwwMXHh}+hz0<`V23SAj*^T4F z`Q6hE-pCZTSnm6!+c5r4QSzFl9WZ`UHPgHP{OP4tx20_rw$JCbqlfTOk528H;0o&( zoVi8MqCvcgl}^=cTWp{A^1%!I_=!KW92fS$>sPtcXrqCA!>e9D61KKRe~rd(@#Qxp z_gEMF1O3Hx9%t{vM+}@?W6v~fPr}wfz90XpPWZ&UjyRqw`G7usc@p0JZ0ac7o&io# zC%t&*<QtAzg}6NwWBjr_`K_~}v)r6;`z9DP`qG0BactUbX$j8%fYx`7yYm?xKUY6D z5d8;SUf|%)w?0wTcv%xHm)~#Z)tNtWqH{rqrdX~x7j|F9Piy(6ebZ6tN|4VkH*w;t zgz0pDo+I?<;4&`<{&2jP_03MO9>6JTy)|jhFLdtrC@U8G!*!}xyDtB;<<d4oGwP!J zC;itN0sMVwJRencrIfo<a$P7DotZ3WvMZ(Bg;Ldt$sL*OOsR09<k~aYk;!eD>_92E zr&QT7*_O$zC>1R!xfV=r&SWb}l_jOzg2_#oY|iAyl!``_Ttg<;XL3DCRb5JX9VVMF z*_g?-C>4g3TumnHGg*&PRh?3<%VcdPSEJ;rQYxx2xiXVECYPDe?eT+BUdrTeOfI41 ziYXOenEaW^g_QCFN>x6SKQj3}liyKtZz&b8nViSumz44sl&WV;e#+!rN<|JO_n67q zOn%7Z`;_u5O4VH^-(hkFrQ$XvcZ<n4nS6s%l}0JQ#^ftZzRcu{l!^<K+<7LSW%3zH z6;CNoWwMgVrzp9Tl!_E4A7}DWCMQ#>4pYhxG5H{q4^VRZDHVH}yobq&l=5AasvS(; z&g893-a-k#FCoka#U>_iWby_|`FcuK9Fx~F`5#I}EG4&^$t#&0!{lvr-l?`y${7_~ zm_C8cOGf!-Dl0az@{O#VQ6A6q8<?I^zMjg8b*wy&l{3oMvhp=d&nW+g>0>EXt64dt zd=)ES$;x9`Iiq3)(=TUwM)@)-E23HXQdZ6=U&6{4Gd-g`is}ERR4roVjPix7Jd%|! zVC9U8`Ai?d^o()^l@;??`CL}cD4)ah;Y`mcpG{@OELJ{~l{3o2SosWAKAlp|sF=p| zp_Ck>d@7X{Q&{<AR?a97Vfw$Ao>4xD%8H4sJeZX;$|tb$@l4MsAIJ1Tl&Z0;oKZf8 zm5*lSqgXkkVkFZCGCiYw1eFy5tb8~tXOs_P<wKdCQSQ(5Lnu{)SvjM85G(g%<pWtc zqhbKl`!YSF+=t4F{;a$oD`%AVWqNO>XOw$US<#1;_h#jca!*#?i<S4Jlrt)NFueyQ z$0&aO|JOQe`O{i)1XS>CBG*B$H*on)alL>`sKi}%waY#hJn$v1FQ9zOb^ODny92dx zJpg}W@t*6tOT&72*2n98E=h}f<ht#;^|(kYTtDD~swkegj(z!Pvv+f$eux(L-1WiB zmMw05cgOOqs@yBrDnG0aH!Q*R9xhCqd*f=?>HNm%wYYx5dFXQQUHi^_eQMePTrcDD zt1CXbR*fII<wS%n%F)&2pIrMzKH9RqBd#BCDcY(6SKaS5YNgKZjWVYzFLGUEcx?T( z@3`K;1yomkb`6aAniJay*MGRU8r)actvaEjUZ)7<mimff*UTSJI^4+e!tyi&?whNd z(!5W~dZ9epQ1RXM?D%-A1wVv%CPu1K*IX^db-Qi2{sSvc@}I6%1A<piNfyRWr;e)3 zwaN02dBIb0eGh*2ErBC@)11%TtXmD`pL+62WQn2q-C7fc{#zMvmC3Rc-_ZGeEwS9M zrm8aW9_O}v_AnuSoS~u$=|26QQ^}e(SpK}0T#HOT5d7rJ#8xO*HqO-|O}5*OcPeR( z@+gyps^qqzr}^pSLjBCz0oBOciKS2P=?eDVb<MR&J1?_Q&DQCn{Tfr1HhC5`CBNwV zdsq+Rtm`XuNXx4pV@D(i@h&!y>yo`)PR2J*6SnV^MqG9B@blD&jJKV!eoHe|b+W2{ zcb{<w1$nD^Kn=3E*XBD*6NT+PrK!0ddFdW<IAF3d+Iw2&>XFidxmUj26UNKYDnXwd z)<5;6>Px{sv$@=W+<co^H*%vee==KeHA!>t{HpV=e#Z7aZl$V8#(Z`>duXK4zwdSA zhGg=<Dz_%h#`P&Kr*4cP`8c+V`KEEW{>XhX%{L^bwfye)S|#{5sqbBjbnkS?Ag^Cj zEO%;<REs1y--u`{^F(<>Lqj8?zk5oz+fltx9@Z$ph<qGg)%S{-u)Sg%tBlCmPV;=0 zJZX>R>1O7}By)YOiv`zSWBY0~Q5ciSaRXagR1xN5)28XhWXt#y)#v*Qa)^b!2?_7v zG}z*cu)WS%#+Z;{CmOsQ;ocMdHL}V#A^B%rZJIj>?R9G|uT6|2I&Ny!N0`66tP^Sz zg~P1<C*^{@aZ9caSsHif)6c`g{<5%DKpiq;wXY*tTnYV^+NkOf_m4+v8vPXJcPBf; zy2SEU;F<ZH5tgU64yjAVwy+)&?&pfKheLW@vd?wwfRf@yDBo*iZ%T~49=lyH7V5Wj zRG5-L@0D7eix*&jFSN@wB@qVuNAHS+=b_-M98U6jBz(y1`Ey$e<7v<#p&t3Uqu$H= zCxq=8+A+T#=|1%C(;th4?blr9U7w`Qo_K0n6JflcxFpplit5w-Z>j`;TZmx;vg38e z%LkLR1pl2w8j#Z2P6wOZ5!&<8P1S(>Xt4L?=FfUqe%#%>Avx+YEzSJ8uz#-Trf5jg z##!wyu*LOZF4!ZtA-VVYuhbvW!uBldVc&@K@Ue6{)>n{U_ljvm(l<W1?!OS%r@5@& z`HhHuX!_bp*~0w4;pN?!RDat1^p!?J`=|9yXiT>MbZjO+ARND@_vg$=%l*|S&-f<H z@43DKW~7(7@ss4!!v42(pvsJNyX`%x(=wb7ikmiu=H&IzE!9dhu>XpKw$A3{%Eje9 zwyYM)dAlHUlE156$;4~I_PyOY&YV2BX}(V9i7=n?>@S;>eTQ}$B`p-%ciSP~oWwLe zdE$w&Ab)6M-h?RMD`xJngy*j~g`OkaPbnO3r2DEd&M$>sJ4F*RbZODF7hUmwgQ98s z#3m$oiACc_mD+*K^>oT=LTvWzY^+=<?BCOzb()f-uT5rJSUiL6uh`nbxhW|!3rnAQ z2-nLM86AU~lE5y;4>qcV`J34(rYV_L=|!Vw{ji*?;i76v+AO)7J!1|Y4;1dM`AtdX zG`aQn_Coy#Vs1f-n#Zqwk|@NBmU~zb$F_AMd3}@>H#&z|kZFD9wA5OT^Iu`oCDDSk zNS)#|XbP@3D~7sfS&&9mqV0OQ2>bVxuAC*QwtwT*DGHn)3RO3IOVZZG;lqN#!tvS2 zBfydbg)h}P?;>oku{~le$&)wPyZaR4cyN4Al_go|I69%mSz&+A?UiRq%AU=Rl<ma( zKMI%Lrp?H-K|8!>T*c2v#il+U&B&<;W80Pw@%W>t>>bvOESQ;U)~&z}W!t_9&4_;o zz4M)F+knii?U&w+v^m>haOo&v{%HAdR%Gs=Ug2i?+Gs!3*WQW@Jb&u+Yipsui39ws zNMXOT?-utE+S}MK3d$R)YU&yb^LOo_6f06Ca_r^iM%X^icu1ZV(Km4~XgW-o|Ax0~ z*5yB}Z_{G?Rm;;*e&cpd9o{KBaN)!gxZch6&fx3tDg4F_PmHZm*3Dc|hriIUQvdB| z@c9((T;}jPyi(WoeEqwEefXW$b@-EsdL=hT^~Q3?yJfZcv1bn%->Zk~wcMM#H*524 zk{V5Z5buEUrhA)f^OHx^zvR8U3(9@7{;JKN;BI_q)~N%^mG6_<ywR)SOYQdx<umS^ z)#e??Hf#TChY-)|!ABFm_p10#6Qbm3pYeb<;hpz5ly#1DLwVlA6(+pH`Du0Bu9=|R zB73+AzwFe38iT$UD?z@M-P(jNT)ljojaf%54|`N*%-^!RvtZa+Ta+6;zG=)CMkIVZ zb_dsMxh0Pe8uQwGLFUG+9w^)9%roYbjXMr?@xt{??naK6F>f(r`1t!Pg!q$k&5ZdS zF^jBQbv4Iwy(b@yc-uDv=7tY%gmU5&-iUwO$ZgK~;hj<L@^pm}->XS>V)P)PJ=sr( z8}TMJ+ui$Q)E&!1pS3pPpLF@Q{BKJkUe>dkMtpvW#fP%}9#}r{c}^{UjqSVYxe>zn zS9)=<7Jq2Kx{r@03FEW+#k^X4UthyvUqXd=mM^_(@wJSPS34J3fa7uarCBZhT<ZIr zacM$*`KynHe6KyuAHqAeLH}v5ctc)(#`=d=XJI@C<gGB||JixBef_$^d^nW%mmz<> z+M9g|KEn3u@R}I%R?}X7J9Nkn>+`Q`8uC@<b}OCQQLtZ>$=Bqs8tA^Sx~nIaN8cG< zlVASWQ~!DoVSHommKpFar{xRm>j?8N=H6xley8OkyC2=ZV|$~shyg!mQQLl3R|xk9 z7TwR$=bMDvIhx!o!Sa?5HtX}b$0Fy<j}pooKP38m_om|~R(FNx&ESSxc8(susAbNX z1FO7HF3p~&$J^_hZ|%5Qkn<jy>G7L4>~GU+v0$J6n6JV24LE;0tE$lc<ecF(_}aV7 zGiwZX$NFn>%c}D=cjvaR6f4Z%mQVQV{Ha9;3w9=T!}4lRhgauyeA-^!TGR{W+^1!_ z{OaCzhwg3_w&$^Dn{|14@$un5E(+Ug$#bI1*KvsV5AuD1{qcK|qr;zjwKXTCRM<XN zFX!p-3orFdSsNzwFaM>P4u9|VzKivDHAMf%Ucqb)%Wc#;NY4pn=e&8^yywPC(}$XN zMfqEvnKr*}K-?p}Q$qce*L*d;(h;|6s_8=er@R?njej+A%jcJegm^9AmR04~w6oGN zJtORYxo<aD<tN`VD#^Je)L-?EROLI?U)k@#4&itrf1jhpXD{DuS+gqM58~dvpQpte z^jh_(@~!45`+p!>d_?-5+5ZFz{jdBnrwX4?VA*y5bYcGN{5Y=)-{bWR=au~g`)>JW zRrv13!^a=CX@T{h=JS>L1Fgotb9*3+fB2{2mH8S06RJLs5azd0L0KifS@S8o^xTB@ z?kw0`iPu&7#Ga@x^uJo+@Jf6wql@1vcNezzn!+-Ue`e8m9G_-^{>_Uvb9|>IkB4O) z7xu5jBEs?Qtpj?N#0vA({|#T3dd$P^bmQ9X&_3X8+0WE~$8S&CIS9u$|99kPYTv}e zItIMZKA-pVexyE<4RFu>E{uo!2fj45_szo-I{FIx_wx^=G}WZ`CY$C*Dx<&4ALo5f zO$qwv-gRGL{v_t}-%@?oZM}FoPS`&pKb4iFhQ|C|MV=?b_bVVJsiuYh{F87~n4gw~ z^NLd!<t`q1w@~o^u8{wlIy2{%e(N}4eD@WVeM!Bf9a`g_kFb4%K9eu0uj_Sge658r zKDnRy&#ALsB#pe8*azDa`=zWXb@rl?Teg4W{Yp;ul@z6RUu2;mwS@NNew|mCx^s^0 zjQg(zSy9Xvr0UH$6nSR6u>DL+%08v`eI8b(-MB8+Pb?vyQoo#zYH3&<@2_!=-{$3~ zCO&_?RQH<=$|0ZUeN3I3o$5QtTo^CYFY`X6W}drsZT)efKZak+-lfi8xS=d0MVQ~k zU+29|o%qPv@VkTHFTJ?zb!zjiOLo4TD6~JJWL{qCx|h%6^B)NFA?RD#%hX=4KMb;0 z3CB0{@AF=yrfr^lKK+du#=rc%>{;sm>95_!j289>`_i(fsm<yg-q_}n(7(&2^PZ&M z*ipCZ-c7>iTf(=poYZ>(J6sHMgwKnF?`7Gk*S^>4>JnZZ{V7Vz?x#-6G436u&_-GQ zqwH?#x&s}aZ&L~LKmSKrMrx%S-%fQn(_XOuS(ctUp{}g@%P?Vka6ikgr4}scGTEn} za6D4{EW4C?s`%-`C!>V%FfS`Rle*KWdzNaf&_8%T<?+<vLFxL<stWB<l$GsD)iYS$ zzyDF;_ySG%lm3jrpAq=KF#>f`js#}TJ5N3g9JOZWxtXpblb5#a?tPTk?mVtr7rVQ> z<`@;v@3m|DeYZ=Ud~*DH%K8=~HpoUOX1K1m$tOc~hV)+$Gg-NC-lV+RUGmAKD>Ldf z+!mt@U06FKX;3~Hojh&()2Yj3kH0)>F(D+MSji4O%~=_(yu4wWY1hBuy}^-(d!;TK zAzM&*@v7^le9~@&gK3z@N?FatCBc42^GWp)**)!c#>u{RpVDeoT0WWV^|VfQ;~3f2 zTN!QMJ<BKkW?yJtx1(IvAmiu3G2ipa?9+YDzuz!H*>{LhdL`peq{9aH4u%)jDAOE* zRi|5iBA0dqA2B)FSD9<O`@nj)Ph?a3PwV;CtCfA1@3<T{_!H6H`{BfR`Fz>zzH?+L zQ$CStOYWWM9222@vn<-VWXUHoq2}6K7KSU8)2{vXcF49*<atn!*`7m|%QF47B6ClD zBHCZ<+AZq8PPykqki*}ZpNMSKR&G+IO|nM!OPhMX|3sD^pItdFXQlFPbYN7cY6T=V zvS-A!OUq<yvgfSqVOBui?}&|^yL-OOIdIyfS<VGyO4Uop<|eI^k)4OVZuBi6+lz`) zea|eBJqmw1y6c1ja{sk_UE9<1Wf3DkKgo$KAanFdbVtwi$|sM_K5yJqKzxn%AIvja zB#XKKAbnm+0ohjH`EGXg&dM59p6^_EyMSbNe(2M^a*S+1YuDWe-xZJr7I(VVygFG{ z`?y2(pVbP<^Z5?9#}_S<Ib?a3hBPT8;aaB4U&SwxmDL$_SVvY!b_{AC*`)bu*{98` zhF=&^NUXc{@&DkzRC#T8N2gtr3*q|IjepZ|jdDy@)rkk93yD%|oov}Zo0MNSzi@oG ztB^eXJmPNq=hKug5{=K<o+~8hS`2k6F59GR>S*M-^Kl_LwJE=r?t>+=hKhY!UB4BQ z!jb_c7U^r1E$zNGsa~gugsrk~IIeJ*a&4mb{m%|XByQ&LXOAvLC~X&y2+-+ML~bfR zYR%f<Asfgwdf$0`5t+VZ)U95z@v?N;nWI}56_NbFm}A?{OqD&(xR>8@TM-$MdaE$- z+B#YDmhJC6;ETvpw|58Ec9|p7fAnMB;p`&PHf+4|;k!85E}M<h50?~?X9EY_);$ud zbQ^PX>w`L<$%oaa$1R+`LOI`S<A7F<pUFPip+>2*6v~>bhF;y?_cK}l;{C_?pk>Mj z&5yS4{uh+5ZdA$U)H>OZOKUTYmVG9#8m%Al<e&Mn7Cs)2wD&@J_ij}^+pLit?>1<O z)s@d=>!NWH4SLCB9!>Vw{_E9eGW4awzGUYHnQr#<6HlssA>AJj*x>ebwQ`|v$E3NI zU&xwd`P?%LRx8cVr8#!%@`bcnym6Y$BU;(4sqcK}z%Qh2!$E)R9^0Uty4y3;H{uH! z<@(kAfOCNCdZ&3~HYI!^zM~EsJ3iW=<R8?SW~BN;^lFri9k6(cvUUB@vcoxF$et)! zP{-5>%E;KhC3DKYkS_*{n$?s=DMN?9%bRBQm8_c;wW#}~2xVx*4v+QZE9rD+bnyMe z80D3*ZUf#9|4K3@It(0S8KWdaAA5~cd?hw@DpyY#6DRw-(%Y#fTfUOk>$E=1s2!<n zbH={X`!iq3o!)hBc^Yk&1@^hwzVPW+GIwU}la+^t$c*Z{`ZU)nCN0-a3|thxN@;w< zbKT-*#pGU_+L?_!H!AmEvglU7dolTbz4NxnyHU#btK2u-4=N@nzhrJGzPMSrZp@PV zmzEThjz_}_&&IBkJxpln_F`W#vFf#Gz^B)1WYO+N>$JI9O!ho`-DcRG5M}!rwbvc^ zR7`@`KHF-XworDlY-NohCMCq8nV;RvyBn1+E?iG?aw;LG<{pi>G<>YGX1~kV+y|GC z4*5IQg!h`R^zQR`^ZYp_Bz<9n@FAufl_#~YhI~pWA#GmXSb2KtN@Yy`w)rd1mypzg z$w}S9!)36BRc~Zo37O>iGVH2lm~8Zmp|i*6eIsq|G#uJv&}wB{+n(<>*ncB?+h@=5 zw_hV0+RXKE72j{<N#|t`C$-+F^gCj2ylLh)a&hE^t8=eyknule`cByNjX3=HYH;OS zjBHk620!84H<BLw>Z;?a70Ue?gV$}&`$i(thB{u~vQ{?c*s>Pd2H%P0bA{*U#~YO2 zYkQ?^ZTp>Q-;1;#rU+Da9Q0z@ltJIgvxz59<xGxOb|3b=VEVl8q~kuHxn6$Lls&6$ zu}|9Zo!GVTF~}(0q`ZBmS4`uy?<8`Q?W}Z{`7+(c_lBG;_)ez8Pas!+Y*NPeTli>0 zy;AbX!+Y^)!wA`|^s?c5<)x(h#Ra)eT{p;j-5O~3X>2L%Umj(>qgKg|zN!{GaYZR{ z_g8o*_f3|Ki}{#se!P@C?D6{6wJOtO-_8y7t&vkorfi(wzf;ySW%y$4p0?UQNc^ms zU7VEh%7VrEI)AtRL1rx6IC-|mM&;kzzh|5J{UFtxhTN<Ce!eVj!Ie7C6hBB_&ikcj z8n09?Z1b?n%iTXno1+uQaTf8ifaFSrO)`Fvv!?lB10SrC4c{=k?b^~GWJoVluj@Nj zDqC#%Y|_o@Cs|`ME28<awaPDK=_@<$pJYYaZpGqF3uFsCFMaPj>nC}#Oz&#bJF8?5 zVzzHRxcw(tZ5?0NB7T$d)7a&<9yfoI=>4^l3s=W0n-3oGp~1JGB<a}pMMal3%GREo z;MA&F8R@cIpWm@%wM^c1(va!iWn{^gEZZj;>trUW@%w+wE+e|_s-+v9+NjKm*%WbR zR~c!%dPiY@kH2M~Ca-99HlvKZnmKw+=-WV<=JSC++W$X{Kp7<bO~j6n2SJ_zc@5-b z$Qh6eARAWVxYm$+Lk@;4O=A5{pd1W24DwpYM<HiIE`(eQ>exf>19_raef$+?{7q_K z_~lJYu*DSo*H{Pq4V7P$c>b7A+G^1fk-yq;T$#4IMvxU6wV=d4l$F&ir(magNWX6a zG%UvQ6>cJ-9Ih{gckxk%ZT2>H&mewBjLaN9;`8}5VJ&GA^^_I;`Bg7U_Fd?IBE{c` z$)87uu!1Ew)?PGO+)nNi(PEVDY8{ntWV`W-E6r55+pWp2Jie5CU1vIX^WHl0c86wU z7tAW)bvoPe!LtVcAAO&O;17NNHa)MNSS6e^_}bUjxhmdYdwgu;z@?<B{r8``6X5=U zV$I_NA+e;<la+d5r5&K$b-CSx^`w5tB=}xD+<#FG`kJ*rfoy?w_`WS0K>5gvU%zc5 z<a5NQ!1g*&{&7&_y1U3jpPQuqX}rI4sd9|#9<nGS{qn%uO<XwnIoq~v_7gMr`^67u zLH&fgA+@ZN$aL?6)=LXP4*2xWEdCJ5^zGl6<U;#YqklB0eT4ioHd;&Z)CtNjD4MTM zCWSi!ukSnG8ru7M*wm`W$mTg)EN-5w3;ud8n=#=ynKdcFD6dLGsQ<iAjk_sizGt7b z7aa6QZrL=s?Mc#Z;8@3yPjLT4vCHS!Kc~p0KGQ9S8MJ`kJ9u5$>Wz|IyJk1P#jUq8 zE+P0#vRf*7-FsPK%@@re{`f;xm+@rRjN@B(EN|(;naeJ0n5ZIMzdiY|ECTOOKi=o6 ze}){$UvRDKlEyAvdT4Eua)xA<t^QQ6MkSEFs{ZVImZ)Y}%XRntlySL54eh_4C7nms z*T3}H9)5pdX3db;b7a(%`ZLLEn6C-R{X<)vCyu?87j$pnc>MfkdG$Q$8}!nxi@6>A zet@pgw7?6*w(g!I?{c6%_oaUQf(yiWgsW|Xj|AkHI$M`rB<btcl-k7N{dDVKKl4lE zx{o|C(cA^%H7xrl`4YL%c4d%FCFozmjWJuvWwP1g??q=Wn#1o64A3)3yG(KtZf;3_ z2IH0f>SNBJE96CP*{sUume8Kt-OXNKA?B6^!3J$%e#omV-9G6mnKz`>iG6R|Lj8Uh zj&s+@)IFm-#}z@mkdpA1QP;?ngs`R-WiVcHyOYnVrIGN{zSnDC!|@Bw+_*B0OxgD` zw%aiS_`M0^5#MWFCpFd_SozSgKKy>bkG+F7Unf(8?<p;2L;C{e_H(IogFIhtS1@iP z+&@dGoNcrI2KoC_M9k;6P#zOI-OubM;bQ8(d3#VB;y*M~th-5q))ai5Gqox7N4M*c z>gi-&v;G!CCct>-eRooLq?3zACr+#$5A!jx$pDAH)5(ECe$Imt(7u%MjV51ACvcv+ ztmkX!Z{qFi_si0WV&kVT2JK+Jhn-DrEx$#Uo^0x7E`#>OjH|bH)-AHm-?quj0+|1P z`|M{Oy+!6mmIb=rgz-q}So>lAEs|rPXJO~p9DYy1&C9^*HYqXNZf!WXHu$TxGcfQr zF{-C$S3k+fh0E%qnjCkV%yincZ(N5~Fn?=IKXd0c;dN@JK7P{?=EJF7NAxmCo2+B? z)~$m5`8UVE-yR<RD;7vT4}|9TWuFg>`FRh7<EhA81(ijr%&06fA@#msFH$j-$|Ak1 zP+6q;?kvGxWUeojMOv5L6Us#f9Hg?yxZzY5nO>91A{FQE3iU-M&Z4r&bO$Pn40(4) zuor2#i^?LcM^jm(+=9v?)1PMw^+g8kq_W7M2~-wYY(r&{VV^UE`XUu4sVtIPKxL7| zeW)xltS+n181n2k?GIz_VJeHvnoDJo9(|}RGNlofMJB-hhVw*Z)Hy1P3|T{Ek$&T- zEHZ^qS!4qI9**FTk$ask$Re}OQdy+)Ix34aoJwVpAw8%pQe{PDk#QWAMdl{M@ePtl z#a~nwY2K2`B2~|C2=*caHd9$7H<-#IV;WFdr2XCNLVb~{wNw`AJ&4L8bL&%CWWcjD zp}xrc?Nk;SGLgz6xz<z`srY(Ls4o(}QY*;i#KHJ)lwxO3ABx?n3>ki=kh}b(0eATh zJ;@Wx@SO!FkWHU9;7so};1b~f|7^;>>CYwIh2NRSfFVNY3Rh~^2o(i?{`)fme@5WX z2>cm=KO^vG1pbV`pAq;o0)Ix}&j|b(fj=YgX9WI?z@HKLGXj4`;LiyB8G%0|@Mi@6 zjKH4}_%i~3M&Qo~{275iBk*Sg{*1t%5%_OA0s%ugoxq`7a)Y5<%){QSoBw`_{J(Ag z{}(%!`@)}#iy!ifH9l^$kLi*b(N0YG3_JcWhpb)~^_a3=`g8eee(}*Bt&KF6A<&Wi zkGA3?K2qP(`o&;_Ne8mj#*g_B3fUj@70mRZjADH>`JdHCn})C8c_cO8RX~59=`w-R zKA=7J50litx({jrKL7#thMWF9?v_kv!-#fblKNGzi{pY{gV+xCL27<cAI@|!z+}i- zkV}~k>tNq7Nn=R;Nc)F&=+hgrw13j=DB8&3pWkgqsg0)Xh~@8~ZO)s29VZ-TPp0z& zierVgn&y#u{UE51?RU)c=VH}-R|S0{)13!u8ZR&r>Y@)!(lJx_M=fCdAr_bLYd>(z zO_<ISD4kDeuW3H1`w;!Bz&=3DKaNEx(}gplotUKUR<COcM%X{S*Zy3JnqSnXF<mZD zYs;_m3F~N@Pf|b9{$YF2C(bAJ{)zM22YkvQjx=E%AEpZes<#8{XljSLA9L`7zT&}t zyCeqI)rFkGbkBk6{ngp}@3>G!@P%#1Bpqj|f3barYBuWa6P&=GJZPUg#FHkRBYsRb z3Mg)8wAHjPsMi<w1&=rW@GJTizOnDsAty6k9`Jvs|JX+KiQ|V!ItJ1>w3Pl$fzKGr zZ53@mE%wiu>D+<h=Mma!>YsXj>KV2ne10f2_>N_|1gY=ed>*OS7k%%8erBur#<t}% zT`?otiAg#h(z@wjqiMgFZ~t{%&_8Y?AEs{z#5kjvT+CwOyq3m_QuBlDL0|Dqzg?|9 zmjBP{qYbuOy^W|hf9uZ`OJZUyY?Iy&+8=YEdfTy%ru|mx2Yrjl1MK~oKh%jaLYOX6 zLkz5=DTdUK=pPvj_A0d)_*s$3booF{am2dVXH3$ul=`Ek^luErve{X&y|F(SOU`uu zz~9Bfx|(81{fV*AZ!Gf}&zKDL#UyR3f|ZM9BK=@r$x<uBaec>hr9kO^i}sr4x4I9} zzdhJH@2VIJ)MNiVnJxgR9s}!W+P3O`#2DGo=XkXk*v2HLQv${DL0cR*Ow#dDuTL%D zyRz?K{;T=Mw&^9(J~aeN{iD66@lp37`gaF=Kjur+Vf|pH3j>O6M_Wy8SFbPn(SmVI zR`ZSX@G{dq2WlFBtdDgy%|ofbFldjMq+@Bb``7J_HrQ@C)9a{}V}JdbE(j==$Nr|j z9+LVgtPR*!X&aIxHc%uaY{Pk`Ph%A8qrva$JHDsmj$<daG1>F)eqvv&ncflTC;rcT zsK=4|2nQQ6iE;4CH(Wy;>`M&O$1!TEFITHC+DQAN9z)66Q4Q)!+o84h-~GjQm@>UN zqgWq`%InMFe`)<v76ZT9Eyh5bpx?v@XZlD+u|8D!pVmhk1<Yranr|F~Os2~R{%&8u zx|;R{b$=K~*#7(II5`5vxh(sjdEYf*wpdr1Lcu;nQikJP19BwODS^3=J@*gck|2w* zqG4X=Lsr6^$c5~#)@SsK=Y^Q0<1USr1U8z^`?MgAG+~?2mnqZ#XWAqG=r61Zpx<BG zqahZyDU#{`clw<NF*JRiWNL_k+c}Tv)yEavC`~v{>SKcCQTg!sf1qNlaGcPuoauak z>gP;YM^hW6e$cm=^1(hvErvc6ZfCmZK%IkdJpnlnvS-o|PCT~8!T+U@rE_G|p^Elm z4D^rR55pwgF4C9*pZtY6scvHf@uUg+kG|wg|9{f1bcm^GZYF4mDO~?B{r~DXNZYL{ z&^$NwVC<v``-g2ZXZrt@@fPbV3N>%{5DhVK4n;D(`u0SB&PDX|1MQ^SOsVDzZL!Vi zOrOOl*2nVS)lY^PSXcV_AqUx9ZT^5tI2JlGy&Nch7K%R5MjA)zqm=ap=d@^ppHop9 z;$VB?nSMK?SRabY>&xMPP4&^n`LjQlEAcJ%v54sm4-erqUF(Q-am+D^ZI#3SQh!(` zreKKW3I4={v9Nvs(}e=nj}KT!)A2#-NA!opeN%luL_O|5>iY`nW3m5|HlYsNRm60q zjA$pOU;3(67j3Y<;}P0V8DsKq>YKB2(YMHVU>~MdhI22P=@NlykWG`}^Bb}l2kT>9 zP1{B4&;E<%am`nYiT==+7R11$DP|n_!q0z9(y@`TI<$oT#ck=$^y+Ol{i^v~AyR`M zj2FlB>irkvVIMX12ivQuZ5UruECuMbj#kWD^pD%vl<CYF(N0X#aZs--+87qY^}m{5 z>{kfWg#$(3Xp1p1Nqwu=$8xkwW<HdRxlmtB()tOkTr3l5UIN#DYGt_X^p4SSXb6-; z7SHq0Ueg?q`bYsAO??=}e2TG==qrrrrE#P-=ucDKly7kTr{)veewpdAfTfVdwxhkK zwo82keb?M}^W(qH3v3_ya%6gG94r$P`qNZ5s}#<E)qG;xBbhE1m;zaBJKAe%yVQr` zhvv3ttHr^#p|5<Vm&U;|F`++Ab@P70u{Wh+JaAj%8nK+|Vt~nzoln4V9>yQHYZCmQ z3HkD=A>2F23dn{^IIoB72RR&a0_5|M)f2|6$&}JLEp3BgnLlTs!6r-6PAtZ@qOW&M z|9`Wc>D*9_=al}?Z)w8gJAUqmF#UgKoTUCVty8#xfpncBt1{eg1|1&brDIsEp>24s zr+1RJ*%>JAN4O3BL3W01=g+p`cA%KV7%2ZPMu^r>`Z=R!qhRqwU$~ucoMM?i2`Jqs zG9~t+Ppm7AEA^?UN`JHAU;UT(!TOjmwjS%338Ppa%cU`jCH2L9R6T~KeN^2>x}S;L zQ);8WJ;nCmHvL_D#N(aRj~whZ9q-g_q{l3AeAQz~$5-sTx{ap3tJ`SmyVT})eaCCA z-}PPm9F(44W8c+32eIFn)Q@QxACtPCYT<<xFrVyCSIm9X<1y8p>AZpBy&$y3IfY5u zUiJFa0@jYJ4dtRW_)cKDeG=bjtI4-|ebKi$*ypMF#?PHnrqfFu!b$z3J@yNewC(CX zs0AF;z}^FVNE7<^XS!fD|7fqtzq$|6UmVycYVfaQx->QaXs^k?x)0I63hZ_Gf49FO z)7b!}_Y2TolYey|qW?Uw4^s1w^~0Gi3MkGSwAHk2)$5DCO|*w{=hb}U*k>_a9#GnL zwAa*jbswUCXRx<aRg4X`4fh{srt<`<U)NzBYy&3g{E_;hrSxwA*hfiXpcdO0&vc1E z@g6eTY8oH)`qVQ#Hv#s~CBCsPe#R6toynQsUjt)Z@mL}4ht!`K2bl}@-r!G6;#iGh zx-g*nSYaJaV<q(?`a^o?!1H4oVq9jrYz;B6j;0t=KhhZcz~1!izx!dsbaJ42Kd_Fb z7*apd7@1%nt`-BgOAOQP1O9Gp0_$qpE>eHeSUS3J{L>Jtl<7>*{r=u1*3}eC>Q5TW z2JC&npP0ls5X5xhK=rZ1I-15#>PPg4^a1-64KdP~E>}YgtfMK0)Q>bq7}z&F|L=a- zGo3q7y&qUdQw*seX^aH0S7?Y4%XEnvVqhIjF{FN^F?6cK{;wfMG1KW?_;)|Bj;0t= zKhhZXVDABb#3UYL{FyEcsA;>SJ=WDUzoh;|zeqo@PgaYC^)EABHc)-LU>!~Uk@}Iw zP=USa#b5h_F>IJl4pfhUbu`70`jN)4t^xbMS`5557sGT(z)Z-R<}&)h`gpv+Bt14u zefoiorm-!S#KrpJ_R_mV`}`lpMSC$Rz`vZ;K^^+RKKL+QDDXe>h4nS{LFyCziYW=~ zlhop2{qszh3)Hk<VtuTuX)L7v#5hP(J=p&*|9cMDGo3q7eGXt9O>;o%M;ZgSkNUR2 zas~K_(-3<f)2TGX#yXl}OZ`Y==Yf5xh8TudXrC>C>ixqynqo-(NMm^F59I=wKh%q# z1))qAr6C5^(G)}KM;ap(?9Xe6k;QcHG{nF<nqo-(NMpo-z4g^!=K{_<8PoXze|LPt zx|-&l)Son#3hZOmVqyJ6rc(mdw+q(M)E}uIX$)%vn0Fdt=v||IGzY53z&e^@Nc~7- zM1#FQ^M`uz*bu^WF~DTVzdOEReND#(sm~O!(KNPMlDJ}Q^!1ME|D(8QFQ#npZ=Uw+ zcE{tJBh&c+|07>mUsE5XKE+r_otp5y2(@@ve>>BufWJGwVO>pQA@wJX6$199YO%1s z;dQqE1J&mM*3mQvq<*9^aQmol3oOqBKVd8m%HnY$n&}cW#Kt<BVoUv?FEJH^eYRQ* z9Ls#B)4TEeeHQC#8cV4^F%Ht)5YB(VpP0n{_%mGyP<<@1j;8)d{fPdMQDDDMLktzu zWon3lbu`70`jN(X2lj?Hf9(g(cT1*o2L?g@-9C%;HO+UaPt#hO$2M9L7u$qmh`th- z{y&O~_F|HO|4fN5@wk)6bUNw(aUZb0ranl0im{MEVDAn-#U!@dkLf~zzuRZAuBLe= z^(Xp8rh|QwS}d%8p6RlH>hlciXqp33KhhYuebl!FmOB~^<!o+M^b>X1S2@#pFruB9 zr01pTbwwL*u#Z&pi|vhLx<sIKT@mdyt>38o5dAB_{<)fetY6G@TDL3Kp3oNigh|?V z_4?ETK9j*-4)vu8>-#XBKO@?SN$OX<u4r=}?Bmq@Vw?9dT?$b2jkcQFtX^OAoeTCw z8hq<y(0-TzMc-(v$+voa(RV4>dow?x4%<D7=|UvF(N>dh_4=ZphQ@IG)8JdhbZHXb zXsgM$dVSHi9PD*6f8CDQ?uJZf4HU-&Z8iB;uP^%k!#^YN|HTL-Hq_>V8fkO+zS>;O zWNj|uoi<n8P@l7Jq|XIFj)AO#oDbQ&u|DSwSpoS9<a%ac1Nk82GRR)$`rKy7hE2c@ zvI6ow$Tm&&xvh}3Ec7`~$O_0wkaHosS?Y6PkP{%+ZwCG#Cqn)Sd4Ltfhpd9kHP`2y zAqPQDgq#c6&|069Lk@wQ0685p*8<uOIRJ7DWEJFm$mT7fO^_9klOPvEwr-`*O@N#L zIUO=*19c$>K#qZ|f}9W8+!pFWRzOaIoD12|4q`(Nft&#OJIbv=hMWL79WrMR{vZcH zj)AO#oDbRD0sKK$K)wRmyp2Bh7vzJGKSFNZ7VIIbAajmj3poLDE@Z=Y`rJ6kDUkCZ zTek=QkmDd{K{j`SF@hWixvsN5_Z+gk1GMXZuy;0am5%A-zsH2wBD92t5JJd^3E|94 zGt<!2nL527re-=bWtvKzF%2QKgb)THgm$&e+V~CHl@;3E*x8lcc4arVU0ES3WQCUh z_d4f(rsq7<d1-d`_uKvadp`5+dY=2f?(6NopO<qwoq;wOhGR}g2b$ofWctqxS2w_$ zaLifZ>UQXXu(PQ-R6`r|gR;>E1<(jxFbXmAi4$s}9R?v{0k)wQ+F=kP7SaaQ@EU}s zum<4pMd(2X3_`?W^q>M-pcm8<>IntV2wgA=F{${5T4;wsh*-*asDKve1$7SNp&B}1 z5F*Y+4=SJqdO@Y32L;dwT`&qU%kTp~hEa$~=NM|C9R?vH1A9;bEzk?fjy))VM(Bc3 zh*{2fsD*YIgosSWLj|-zFQ_cWLjg2G7mPxTgYi%c?Jx)t+2JY`s-Xqmhf8w8)gHOn zgyZs<bLfI|&SNgm4_BvN5Uw^uV?Mqv3|Hqu3w#LIUxc3(;c6?S7lf+`$X^+*5?5gd zdLW{Rn4tn%pcj;rn4tg~p$oo-gw?b`BXq$i#H?WqBoxyJ_d!w#I?x59aO%bM!4F^% zV%BmVKnwJODh*c)p#eUItJa09zd>3VvBT1G>_HcdLQDm<gFB!LMj_@B+MpKNVGtrJ z$qlNZ1$seM5i68JJB+}-u5fiS<iqvwEDXRu;gI#j0qfvCcm+Oy=u5-ZGPnhvfg#vu z1F^yl@H6-fVyeT{D)<5P!*Lsl2Yw6DmoYDJEBqSN<>BgdD1nFIP1vUfn{YL}2?t&g zu9m}XFa&#D8Ls9*IXnt~hC{CkR}Q!Veg>aGTy40z5N?NG!UUXjb+}p$_dzf0dJX=e z99rQ`*y~#62CCuv&<kI~QFX)to8S#N{CmtBybPbi(bt8m^WY|U9zKQz*N3b7VH~pR z!`0330(=4~H-xLZVHjd=3|E<OKYRl#ZepHcc0;&20Se(!c=qOS_2n%b-x{v2fk)u? z@DG^R7_NQ-r`<+7MBR=ZxEo%B-R}rjXTt{gF}w$dZVFeq@MHKGj=qyIa5uaLyWhnz zJP5DC=MZx@=Nw!L55ZRW7UnmFt83xs@GZ={2Vd|cybp8l4OdmL1;*j{`@+>qxEr>@ ztY*#|SPM<?GKAgF8i#9O3+(;?W8i7{2o8FX`$h}%04*>M7e2&X!T>}*OwMpI+zCCf z=Ofe}Zic7f5AX%Vw2~KG3p3kH1^$~VkeQW|bx-_<bB_5=WX4^euYcp6$B+1%yp~&d zdj5)hXHrpOQqtVh@-v;Kxh1aR6z9sNWvk1NPdH)T2?_ZtOUm-A%E~L9uJXbv*9jFx zD|O;0^MX&1?KtDbpXYGq=S&4=Dlk)lnF?4caQLow94LPW?0V1peKkW(E~D~ZXm9K? zcT+!7+TKCR_4@Bfc^~*oq`b!+a^y1i`|^7u&71f!A6xg0_wxU*^d!f1g*GMrCBMAk zsq10HDf%sQmu=Ip_n~jxhD3kxP)|*Uwfq7p{-k~#0me(c+%`-;CjyKS{l-L(&nBe! zk~xcif9l+fSPfrxJ%@QnV{CDdV+)R+tW9fxF%oBsNxv@${fN^i?T38eKOc!*a`Lr# z&8f~+YLOqnuEcF#GYtXsrxS<S?oa@`);J<RoVp%Ho;w;x>A%TtcL2NA{KkURmvI$m zFLR$aMm^<RiyfJ|KGyXwW5mYbY1`W<o`wynx7gn7V~jB`;;a3n$#p&8L*Ix~^drui z)DQc}e_o;=bKInUauE7TU!%llX%PAeM|rL{Nk|#95GmK3bfnZl?h(xa?4aVVyX_Q@ zt@Ds#s}LzRWDbXev@xi!VZ%tV@tHoq#YX(!{nrZ>cO327uZ*t<FveZuQzvWO5`_Ln z=1{f*J(p6i-T>o7Uwj$sT4D?P*nd9LIqwzcjj?Wv0@$_2u_=JQ*p)Ru>_<;*_MYIW z%b&D-2Pw7r5GnKbnQmuyyIMqzPF)N0xn`W-EmK@0Qhkh<Ivblc?*<=Z%swLypR8-A z4}HUj)&7VNeY1V@dWilca19cUn2aaQhrSVy%}5;it5X-aYc5R^r>V<*p2?UR?8#iq zoHej7ZOs-RhHV*dlOK9Zd}F@*IZ|?y&$fu(fVL-p0~q_M$KJ>k_9ULcV?EdGVWf<e zx`-UL9Mj}(7b)XJPo9TGS~qh`(TfY*Yf*BOwJ5f0h)MF5c)N9c4M_7Qdg3SHOiz4C zNNJPJkVYJGt+d7=eU0-b??*C5bi}X3p+58WCrz>$wq@V2FJq)V#m5+5>&g{`e*0mb zb65Pywv}V4m2Bcya%=Tr$6u_YKF0WpHD+w;dKmf=i~IGD4?T%R>J`E38)Gx#6B(~x z{}_GqI2PMe&0809ZPdKOk3X?xoulDt>PLO<KX0r3)M@Hh`_MOPW3}JrL*JMO(XTMo zr{9OZFZ-eY2%K+$>DedAhrVIoCX=AIcE^18+Lc(1Yf&-dWiI7f)Xu()tG3vbHpy!+ zT3?HhhJ85~WQ~X%rQJ9-`emH-`??kx{Z=V4$#o#~3;*>%McL$s-ZJt$IZ7NdUgAi@ zhS-ywH?c2m`4+p<CNad!@#GkXG;%Pc5u>l`S%K-bT(8AG=G~jw)}ZNmOpQ;Sr=f4m zk;9Lk#Mi|&RkmO0YwPc{d>bkCcwZlXf|PaeB~t1VlH@rKLz*|S*~04v@h`Eo`SCB~ zL_fjw%+()2U+l_vlEr`NJAbj+s^cm^N*u*Vnd2&?<aIex=H*(X<aG;D^125p+b^{I zjh1g}>F(r*_!#7wMmFP`H(@%KIK_UWpE%uv`C&75kOv3xd@+Dcu`l_IurK*dSo|34 zKup`@hu*IL+XA<~^vigW$zOTwNge9gm$o#dd6PEDxtF=JZqhC_kh&VRFm$A^K(8U` z6FVX$e$nr+_%X(bp0OGBWsI~>_!uMc%VyP&|JpkjkCx~2yRt8KWlh!k&@*x`(DN%} zj66iv&~6+{UmeF1i{vTtR*sG9naF!h#~g0ktZ@(diAM%m^&=<z=V{eX@u4rd$Y#}d z`Ox=O_f{YJzU=q;(6`!`xEi^3n&XqT6!Ooh^Edn%Idz%dJ4g*M#_U7vRQu33VwAOX zGJ0Em=!p%n*+u-a^&q9~cSt!O-$qI<?<3{<F@_Y|-y-GuwC5R~we(%2d>=v#Qtrja zA?3U0PDRREp0AHZhI71B%jH_0r)8m*C0bsh<wh;9*761|Z_{%B<Yh{}@BI*@*cW*a z@+joN$dmN3$T=LJrsaI(p&X|nW01K>8GnzqJFcaoJ(l+GASJJdXg><MS<7dUaU8#Z zJO=qH@>t~Wk;ft5LdGNCMIMj*2q|_}XnPlHxn9d!<a9QfXMg(U^$?7ntce8Ed%=U> z`d`bUZ(K)Z{Y0qA@0c?CGvW~a+89rc^;+JIlssg;*?f!_+r}m~VosjCx7P(2Bl;4f z$OzLtK#rq07T>bQw*;^w{$)&~>HQ@&YwCQBctyY0q@NH#Ut*E-sm_m{*fjD{{64~b z9LllOQTjzjSdODOHgAT%u^{~=@Ouoiza);${%n@xRF2J?jBPyB)7GTrqsVRZzl;BR ziY>8GKprwi>RcCKjOdwTu<o1J=BR%EbX-fRqg)R~iXB-e0|ESreTmT+BQeI!o;okX zx7e2JYK;#)u^~2l^*Pgzl(zSf5}(qq_vKi&P}A#w8CSvUVxwML{P>WuqF=!IC0jXC z{L~|*U5<@93<a<w<8AUoZ;{6ae$Of)B;Rdca<Z{6zU@f!CT+$hF(v4nleAodlo(}Q zHd@9S<IFZ}MkCUB@%FF7`gBY(Khe8-Vj8m86?+nkowY174{7)?q_oSLkToRIycvDQ z9OdC>s?BQ4(60|t-|R<f+!0`$#2`MVip6L%uVJHYDrxAMV~~7OcAGj^LqAymR=dqR z*{)&VkP?@yu`wThjJc9p1e-&!dPWSsq}Y*lR=@kywKc~kHrfxFygu{=7&F}%MPK~I zhfW>Kbmuu(|5EoKF0+YHUD~&-`Cj%%O|i)T$0D25L8N?l*iQ;<vg_WA|3A#!f9QcW z-OKA&hi5-_504$m$HsmE)PmKY{Qm;78TKOCKR(tbP3}$p4+z=J{Tt7<x!dH2{67@3 znfvR`vANsiN7p*f{uUjNtOH-MoN~EGcTnp}>=W$!(wFapm(B1kM?X8%CQa@&F3&Eu zJv}<^M$->j12Qfq$8&FqM@m~FQsyNYDd$rPQesX+%H}}IwRep^b~o}vY?<$|4L<xD z>&vR&=|kT*H-cSfR=bhk@twcKF8V5E@_b7PLf@RH%ZI+NJX?L}8+l4R71@*V^aY{c zYtj!1^PjKOQC<t?`O%XY+H*bk&gYO4+sjB<7r#Qvx_D0?f2!p_wcIt&qZh8_ceRW` znm6&0V5)nkpLk?ku=6i^hoPSo?z;}+yY~X`XXp1V$7A~VTcpgT%(=+j^F7CVYk3e- zUTaIg$iwyV@kqILNxR5X^sx;o-)owxk45gov0ckN<bHab$O3&_jND(hAE2ciSI{mG z1mZ_zHOKN=yH?A3q!FKyhvYB%fi}^rT{XED3-<C|Q?Vtrm)Fx<{OF0zQN0%SIL|W& zkw{rvhazVqk4DNh=R~B$JWuya%%W$=vuQVPVmskNPg@dF)~yXGaf#iCz5T~8wnSIn z!>IP7D}E#fk&Wkja%j@>5v2H%evyw`j-S!TFCyjoEPBTL$nh(>{dFzhM26G;7cE6! zjz>6_@ABQ1^(n^@$bFFqBW2wjrH@ZQN*qSKB7JR=yWIa=5x(mrITx(()Y!09tdA?S zyc{X>C;cL?)yKCW&F^{MrH>y%%DNGKkw4VOPionTl<y4gMjGP{`!om4P4bd+CT$=8 zdDRwp=T)zd8@0R-Y4{cSh(3M-X~ZS+8GZaB(wx^T`uKG%2auB2kd~6a9FOSZF{EMF z@Jn~Vd__lc7F)J`{pUQm(mUs2eLSk=*GR*+$k|*EMDC^K{#qJyeV9IuN6IGcvSvhD zH)FjG1&A@`B9E;&q@2@YOJssRPSSEA(zwRSGm7ZR@wvJ^2WgyZA}`X%B}lnOUxEzR z<3!eQY}hmW((E@U>6g3`ke&Pauf4s{lUE+nurIPe9~Wy`g*4(Y=XJSmzYb~6>lS@{ z57K-OdPpDtP|GbyxrRuc<Q^najyq{L--Eh2{;uv9xs_u%pZawB08;KfL;83GDfgf; zeLR7b_j^NFOCrON@_uh5G6orqJPa9&JRBLXj}wux94G5zkw<ZyqGcK~j$;SX$kV8U zQ7@yes0Exi(V1$K`IKj-hVS~H&q3CUY{ObgJ!SiX<Jrh>wcL~Im>hpsOVN{KLto@n z=ZwT5c}DK<KaLo#8?qVp;`H&!NW+hDPRsEbx_vRyxZW6ghMlS6kv^j~Z2@Ak^L%L7 z5}Buu3y_8{b4<mw8*AO@H^xsDi^L(%RS5_9uT7VJ-D1?HM<4fU`6r|ihp~p__#NH; zccgLO7Wof-Jd1dZasJ|zK8aP%kAVQOw&>@ZHl(qRMgEUIeoo6@AdOg!n#u9&x_tm? zoEIYB)5o78jq^t2KlO1a&lYkVp`S6L^sz{J#)#1}4k^zI2}r}f5r+{k-9evsQWvS| zSd{-c?A6bB#vJx@Y&;hlYekL+O?tl8jKt?_lU!tzxIBAP|1|UrAEGb$Hy${39)`Zn zWG=jNq5C|L_+=f*_%6naEzu7>$n#!juf?Y58Gc3Dcr9o?rrUii(!AMB2McTq-RnpE z$odhR$@mlBGOu;ocN)^X8NLh7@%Su8N}J4!$O_A`jFooTj2MmUji+_;r)_dqWiHr0 zz5!Ewu?Kr<GvXt@79C%kC7yQ6vA7I2K8e3&q34>`iIj1_L`uzM4r_>Ms?D%3ePW|R zkCFDS0Aoa7YAZ6qHaX9R&(Q$m4WG5V{*p1`GcnqKoT4Y!)p|dA5>ExM<z>4ZDR!?z z$~kx&QtHu+ly&_mQr6j1NLg!LNLd5FLCU#5fRr`&0aBiw$B}aH-EEQQniPo)=h!&+ z+1<8DtlJKz*fGw#VD%&~@nh7gV9wOFGVEIQ8>gw?6+nMS<BmFHdU2-)(BIKGS_0U$ z)~`2!ez0)_t7r9ZKXiI^tDUBPdjS1l;|^BOnqNZ9^zthRQs3-Ht^th!#>uHFV_JBx zLUNJo$5tO>q)#@{lj}vyVN>TIdSbKD^b8<v#&x5KcDXJY$09}FEa~31i9b2d8-4hb zKI?d2$A(d(-^jVkk8K%a)gKK)zjm4Dx_l2(#<wEHpX45MxbNB-F^aCSKb7=#?Q8I1 z+n0W40R0_}Bl3u;bMzHQ$~5&|)6{RBrheZv^+RI)=ewhI%nxAKx;7i8soxnuKiIf~ z)w9N%e5C)nS@lb&soy+J{jJl~p9rA8qjhl{HNCpjO;dkM0R0_}JM8G`#hpA&{nBab zHwVzSnJ%v9L@#tdJIlROuG8-OA>*YMa@~rI^Ss^}u-G*2c@+yh*ZOLtw8>^jV;y^1 zJwJ^$u`hb5*q>@Mu9-VJCoKW&TI1-QroKAHf81942?6wXG|&0~cCB%AOjCb&n)*@4 z`mf85=2;QIt~Jk=Y3lb*Q(qnDKTm5s2?6wXv@Z1l>{{dKn5O>lH1(t6r&pKM0Qx&x zmzDr_t##?0roK9UdU+-U(4S78?Yu7``f~lO_hHw14L0;UeCQk3Tbt=({NU~j-OusT zB=s_Nxv%l!V;Fm4Tkap@>`Pnd3Es6aVv+GS`JuO8hX=NwiY>!_9{XaeI7s`K?;Y5F zo5_BMw%_B&zQkh0Kb17<XkA|kCwkY!7;Dr<?8<A*IzM`1v$xpu8mnK+K`n>1{0u4Y zeT9{H^o~TzdtV9q*zha<<o)!q0RHT2JoontkP_=EEz6Mdyl|<OS0g392Bi4gq~(KJ zKBnc<NaOd^@?M*~2A1RJb$bs|ewQrm@?N0PFH-D^6h9)T+N7_M8c2Q;Z(D-@x{H3- zs!9F+AoNF_llq}2`M1BL>!rYlU0>^~ahm#F)6^dgpueMerp}$Ze!lXoo~C}=H1+!f z=<jHr2`5i4&w^>{H%?Q(D}cWF>^kuC?O!8|GG1yS=VVf%=en$r=1tB&Ilokq=h_g8 zG_H4slzusv&A-nyY)D`4#rk@O6n}D`aasHr`i4z8p3Xe|q15A}3n?~!g_QBL+3yd+ zm&94C$H@5TQ@raylY2Ab6a573^9(&s@=6OZPK?Od-gTaO{t0Q+q&|qTqATasupeEq zAA?=l;<P*&De;|!l$sRicF_s8&cW)r{p&eD&NS!6r~0p{#3Ey5Er~Cwb!&hz(}}53 z$8?`5rilRdr-~_Qp8q@~2m9K|`%7^E{a|yjNiceAI4Whk*Zf`h5#OTXONuW!PlwQz z`u194GuF4*kWK8wlzG<Daax{?6g#qx5|jMbLTrexTw|L3=!&04ZNEv&N072+pV9I~ zEg#qYX4~TdY#&_iIp2=bGD6Ffkdnt~NU6(wq_Ig%=Czn`+SIxFy3ZB(&^Kxv?7Um! z=m=ofsz2;Q-yC;sg(vTNq{Jn4k2-zoe2w^}PU5Sga&oOZ0*tZ7R_8<C9GiI#woFrh z$cMg>!;a2D@)`bXW6iVFhrT(_rYg@GZPl_7De=krZ1yqU$itWmbFBsgjIqWTksLUu z0v(h1wFS_(Nl<z_^M;h|u1Q9p*b*wRXRN(i_NA@S;zQbu&1UQ%N3RHMzt?1cP}?63 z(*BEA2DYDY=4AXf_9a$3(!BYK|JT<Aw%=&7-=gie2WkJds{-2}HQ85ZdE$>inm2R& z(jH%Db9WbMJ-KeU*f;)0OFkbuvFn9y9a(R(BcByppJ9_-_jb}%Hn(ikHe|hbvOi$5 zBMLFQZEt7kQ8wvvZ)sEX_n&Xmy-HoF|L!Z|Y)?+&CzgGypNc8$yjL`7=Xj@QKhI>R zbP797Q`mX7bkfdiHJ<$zlbtQ>TmR;)YYICH&zZDy+B(nvu(l&}FwVX)2OO&5DQx5& z<{2mbWBH!_c-v%cZ0uWOiRAyXm(7?<ncunPHfeI7yY3wyKa6YLbgsFNxhC%|?K(EA zd1FmVOjnuo2ZPXmlk1smf6>=9sa?c;?=|mM;D_Nyj>VV5<SQ+}m|%0>*?JPE+!L%) z{K)zr^AWc(SCZ?_j_Lo(p48xtODETpTIheCgN;+{?y+IgZe9SpqF-r>qdo}zGtrlA zksc@Ov?IVc_W*vJrmq#DDV}^~Y!v(E>qCd-Z$sr8{ipqH{Pe8#pI<haUy`=t?lk={ z&JW3N6n&B7dYt$y4lqtkNzLWG#2!DoVpnv1Nm<vj$@9EyX1yaX_k4bEF4AcCXnB50 z+sjvYYAxrDYy%uiTw*tNk^eO#`eNgr>dAT)2N)x^<$UY(qbD|>tntMB6QtDoMJ->^ z?XM$^P4o-NQEZFuh#%WBM)dD7=|?a2pQq@*ZqiQ+LVrH-8S&Hvp}*0jzc~o~Jxuxo zLFk9EHf4)6t<kV0{__@n$vtnQXD$kmQr}`NE0B_-ti9AAZ9S!J{Z!j{Ny}GFwl)Q6 zYa`bo*{;^tBRTH|gB<%S)0&M=^<M|6!PT4>B5%;=hxkehFiv8VG5hE-QoH&9V?=+c zNxvfq{e|Qr<IY8jk1Q=O&^gNd3<t1-irYrHzLsr3imj`(yk4&xv6Z;gf4vM_Pw4r1 z#xy^*L5_{mu}ch{0mew~|3qK5J@tAz0x9isY^>3d0Cr@&O@8R@HQOS$4LKBBM!QIf zOGr9r@^w%u`_h(&G;h*oY+~mfU6&6{b!oDUG4!ot=j$=j-WOnu<ZalQN*d2SqIU=i z_H(`CHpYlABY$7g-+kz#M$didE2OXSM!VdLWefKRFa2F^^ZZTT-bh1V{^mwD`I|i1 zjCPR+peKI^9&6H<zh9QktQT+UH`+Z~Q~xyTRh#zjsn<GPugm_$dR@bKdChXG$&SBz z-Ho2qtJS1GRlPQw`h%&L=-hYj<o&Q=neVzu#YO+sx=H=cAoQR4-lYCW5c-R5oYap_ z4;;^5?wQn23qt>?`bqto0Q$0?<Xr6aqbD_)cb8|~pN*7ra*381x;+<ZY@+|(rpXvo zM&KL|y>n7OAqf3klYT)E`oA>kHwK~qtx3Nt2>n}4`lCVU-`(J;*Mmrz1G%Ti*!|Z@ z>MOPFXZ?tL2Pt#$p_c#9>q_pE`9a#c_a=|6?<2+5kF@MSN?c;AEl69(UgODWF4D+p zEXc9vaSqA08Y#Jn6dQ7FPgovYUCuY1=dJ)_#K*>~JU*{R8u7LU7$-5x*n_U~jFFlR z1{fpyQMDdlF-XH#L}qY#U1{=_7GR9{`sMADvDE~j|E)=Xa{zsbJzR>A<vVtX;mlh+ z`5vm}v09#jlsP?5%TKg)A?0^hH|ygcAmuYYFX-cbEsK!yS(s9!brZkW=sMqMs&loU zSPdI8_OGToZwW9)^q+3>tkvg{#+(iX7$^Q@Y?U5+xoK>S!*@-MIK_|Dsn(CK*#9ff z6|#Mx<>y)|=343>ij;FZ0%>eAZba8_%v8S)KfcUkd#;^acVhv@*o=Y5M-E!-u8A~B z45lvkHA&8~*zCz?-9+}KEd^=bq|MmG&XL>)Wt)qXzH^b%F2_<w$-mBGL-b{{+UmO6 zW2*;g%yn;&V_&`AGxiOn*d0Ym9CB>L5tiefi#v!Z;<!o2afd06ydcLeH9gmC3NS|E zd+7#G+^-?!Sfs=&>!&-wc!}R8KlD~HC-5AH=1$IW6#G)EIHY;A&P&<do|vS)*rIEU zGsZ{`Q6~MSAoROU`aMDDzr=Hp)JS}e2cdtIzW<AUT%LEXQ^o&{zQ^vS&oy~&$O|w| z>`3m#jFGLvG<H*vW1rCX%4baX%HANy*6Q<3atu4qe~wZ+c^)nBqbIps&-10oTajY- zZY>|w?T;djP4wp7F*z@der(Ga(JwdYcLkyUs7Ze`2>k<y&sZlh=lidT#FJstw+EsB zXHz`2LFg~n&!gv=o=4jQj5BJrK|haPqn|@>)bdW#^XN#BwocQ}qbd41G)>D~)AMN3 z1^(-0#PzwpR{qm;t*i@j?2u{Ab_EzC^RtH6Xd=t?Yc)A9M+1yA;`~BC1IRj#&-b63 z_&Cw@dN4l-eHYh#8CQc8A9Y$b==*`(2O9#|F=9PHzy3ZHDYlN*@<gPpXR*~Eq^%YD zTDHdYdLi~g|M?qnd}eyqC<rh{a^GLy%Z@-w+{yZ$CdWqHjREY4Z=3wkTSIi<d)fdt z#lEbE5%$IRgvF1v8JonqN!O*>RF~w7f~(5}b1K^&`gN2@@h|u6>L6_#XnGyh8DNaW zo1*UxX{LL_NPuw?ql_Ka@ktHhR`}0R^xx6GJ~a8t3oy>`m1cUr-xOes_{ufCF6s_K z|5lU!SO9&QlW+n{E%2SQ#PGGgF2AMau$G@8Wlj&c*&~0f<y@q^J~&q&7a`?!)D`;p zE-ep7%Im0Ok=9N8F4M0AvQ4i8y8Ogy*pRX9raDgq7$f>8>DNN1nO+OU7y7P?+1JNB zpNWkx^mCe=XT?E`mHJDadi>~$-F5nP(|RpywY&)_^}hot*S!05JG<_9p4Ihx!BjuB zGPs=XH(lG31B|hWL%lT}82EZriaq0cRKvcUcMTRF*6UHZe*IFTU%%X`U%$w)*pmFW zT5K3GS#9O$d-6r5dvesO;OY{o<2X#mak`E}j*U1RLE1V@$8n4)j+P+D9-{A?lG{Ll zF|vj((f6J!^*u+V#4GD3tSE5qHlvux$RJ)v*|BNNaRK`hXNAR&bzT;lUgxx1bPe~$ z7|H1))9akUAoTAs*^hAg&spr>ZL)6*LjP<1eCW<K2>n;|J@$3eJ+>vlIH`lgwx52k z6<-4Z#)$q8P0wp#s{`kLvVNU*hUs-$a)5D0Y<uhb;{m4oV|9>YPrTBzE+wxm0mevP z51RCcg3w=M(vMsdxDIca^iu-p%X*i;(QERfCovm!no7#~D4Sf*WHal(*rLA=3u&~= z_hHE<pQDk@Xczeh^yL2jj!9qsMo%`g-iM}sPp|h+(fwPq=N|nTQjSF$*N?Pf|8+F{ zxgMFE+r|K6#K$ntfU=G1XF<8Ib_EzG`Z9Lm{gb{X0*n#;Irn*d9f>rqTk$2q<+a}A zt2n?I@zwm$WNb}A==YiQdjjZ7>@w%k7yFJ~Vz}TzPrhernW|+LQr6%GE%#<^$notQ z%d^Vky1g4I&vb9;<9}#*4N{)zZbVu)@tdjZe7>p9oBYIT*pRW0n(EveV2tR0^{{8H z?xNS7tRJ=3cU{cBI`r5sq_G~7gBUBiQm1A=x)R&b%&BZAYI(Yri;z<9Wk|UOWb1a( zm2ubW`rT@(U!NaeGEO!b+o;c3xwb}>`mcjc2I=jK?!eD<HtZR7va>Hf3M@XP&DbQK z#0NYzn2(gc^O4dn$6`zJZ?V`g##?QDqU-XdsV*Zyj(wALCEMSSV)t95#39E<9C7RX z*GtCBm`)u>w<!)+kYk@S%};xPG2-i1UB6~sH<1#rte?RE<0W33{LtH-KMy>|v1OBU zoXEb^Dg|lYtn;!`pFh%GXVEpr8Dk`;c_#fWLFnIX(jN*!Kg^^bS?(SCRPpS~bxdmN z&NT@AqnJb4PSA5H*Bn=XaiTA|59;|7U+n?Lh<>u^emWS0{slU=Ri@Y?D*V?#Vw3F~ z{E6(-(l~zdi^bBst-r_AZyR5%ioo38Z|eWS#A5XmkWFgr-tqCn_^g)A)W7R4OWbvn zCd^LxJG*}J6WcNm!|Y3K$1OP<w#AN-*H%-U_l7J{Pk^!gQ~zB@=_Q`p$@x~xzWHxq zMAyEr_uo&*XS;rPh)ue-`7zg{^t(&cBVg|DHN_$A%h!4OLy`OHeY1Y6MgR4SJ^BYD zkJS4%8KAeJwSj9GT{&69c=n}+$w>1iZRX9WqdETii<YPckj>~f=U=yCiK+)<`%!|; zz1ydK$s7)`Z~iQM?G!bB>k7{}8Ep8evDD?CA9(!G{B2b0<T)N!<(-$<kj==?uxF0@ ztU0MF9b}uTU)qxo_U^ZyN8v~M??3k_?|yS##r_G$c=wy*lm6E%{aY;cxb0Z)@z(gl zj`Qxf`d4$k`>o>-OZ4AAG|zv3*y;ZJk3BO$|9t=baf|%-S1<M7zh8j<N6+y;enEi# zCsO^7f6L<EJpW0LELF)Mo3TEv^Yh~l?|$q2KKi`>{wsgx-EXyj*h~KVTe|)C@7LqM zzvtR>{N|Tj=f8iKd;Ry{e~)*+`Tih|&ua7TH`ibKuXyg9ZMDCFePi=AANM})-(GBh z{+`GDkFN;OA041SsW*WA*ZucD9$@@le#Tdho}+F7*?iS6?^Ex7>w2EO`?-F{|7H*W z{hvqr?|(YVfB#npdG}l6%R1V--+Df^o#@?f9iN!szyI<@{`(i6>)mgDu9L!5r+ND2 z{<+X}|17>NxcjH|{CVUaZ-1SZ`%~iG-u>2mU%11&-&(KpZujoDo}Xind-q$%KWgc> zj!(1nTgM;#s<(aX`14=(?ziUmyAQqlyDjxu`@VO-b^HnMdG}l6TQMum>wK`zPwT1v z`>W@9_gnoJCi(AQbeea+H9ni&(=Y4oa?^V2uL*9wS?&GyQUCsm+WhzL{+R#%O9J$t z_<jH5TLScd`b+Qe=JoXDU(;0BJDz^`q|W@9slZGHW-2gKftd=-RA8n8GZmPrz)S^Z zDlk)lnF`EQV5R~y71;3#IP!LU?99lS3d~esrUL(l3dH|)nQDP8&;y&_S*E(c@$NEZ zgO<N7Q*rMtQ^{b5-r;3x2>Rb&rba-0uuRoJ_lLAW(I?AP160HKryPIAJ~TiJM2#&| z@i6iEGFA7*GSvhL<I7a*m-zl>nTq~)nW~?au9~54_jFYOO)$Jiy6WFET@}Cx*!D?R z(fg&V+Wk2`FkN*WlCJDA>1yckbTtm$v5Y$!;?mV-=z>0|J}zCg9iOg>64TWfgr1VF z8ct7FEoY>w<g?JR;R`09W<k1&Sjaw7r4S3$fooB^8U)v3VuBHfN=;Yspq4To8qY~r zt<Z9Ax=Kw;R|8PGjCi3XJzd3R;14S7=_+J7<DnHgAR>#nA=yD5&<`VE&p|?eZn~<^ z!#^|&=cTK57(1W1pdcSEq#tT8N>`hpZUr`Bpdek1!cZY~0<|h#MM5LgKy(qYIjI9w zuTEF7YseoNfov@%K1eMg4hUIG9ibZPO4C*TI`V-!XoA=>>RyiR3iLr;f-h*UBwpx- z&MNG?(pB+#j-ek$FHKiHFaRMNpqe?{NR2L|#t?QndBG-d)sQRHL&TNoDhXo2b`5>k z(hd=I%=7oi4JIJsI^qM@^~43Lo;3j-H>9hW8`D)Hq{0LY+(bMO(ts`4bThthA%<J2 zAF>8%YfM)Th=<YJ(7he*Kp&c+ZWA@VllcTYjKc6;wBL=dCVWCF<ljU6p!Qzkf`a>q z5yqggnYq0`U2TOi2z`JYAhd<NU^8?<_d|?@erSG}IzwVBa|eyk{(W>{@CS^26kAAp zTe|9n;vbR^)IEl6h<-d>B|tkw{fIUQ`7!Z7iF^t@h}}Xho@P9BLdP@22%XQ;21Omz z<tOC!Q*wj~sDtk3u>E|xN`a)GVFwalKnL=n0*bqsmltX8PFGug!FdDGuVDLC>isM1 zf(;UWov!jA1$uwO{%f3Tkk(5LA@6nO{I|>}atzt@JL&~(eb|Dg-*XI!f57(}!~hlG z>St}gN&f)8-(v0l83yV9fPTn_*e}TcD{47`AC;l{W@o5jsM{?=HSd|hA6#Up+OQ0j z5}u(#_RdhFdu6Dt?2jIhp^Bg_Dnmuj$xsO}ba;l!I}+Wv43%_DhN_OwQ1QoSC>tc6 zkfHJ+6*^ALP{|1y$`1J_WvB|so13A=q4DGl6`Po$wt(%F3>A86hT05G&;_aUumzE) zWvDo4hxpU+e+FZ~mYks+kai|9g6pgdRS(T)qYK@TI3Ihk8M+{DVTS5~loaBC(M1`m zVKMQ;mL(ag1)5VC56w%F(02}FVFHFBbQ!gPigd=<$zwU=GtqOP2d&u|D&l-%SwU?J zvAL3%o!BcTo>J<yjyjgn1_c!vs&{>c>V(z})N3O(hoQ^ha&oG{4%A&i9uRjWb8}UO zih>U4sinSGXQ%<FzXpA1hISaQ%TQt8Lqg1T?8Bz(i5=4F@dNocVCzQWhCUdE2^eW0 zr<<t_gxx}{w^B2RYs4SeZ$m=G?ZgJ-P<%&*s)6B6*nsgn>AQ<s+)e$V3tF3q8@9sc zdsuJx5)-sR(|s9gtT{ssLg)S1e}Mi6>4%;c@_v~0(uy8TY-awSp#8_J&358})F-JK zq&|%g*a|Jrko&XL9b!6=&;hAn`w4UT95F#$Cp81x^W*^zsDZ>6(1p@2)(X_Uh<|8# ziM9ALwxIZz=)(A~sMS{L`D^-M2sZtO+@Sk4YTlcn`XTjo>IV5x@LOv9J8IO&{6WI+ zsWU|XfqiIYf4Coif8;!Pi(LOgjPGC{ir!_8AmnfOf$sOP5Bcxo11g~J1N1*6MsPq4 z<b6b(e<v>Jgn^IA4MIlI{{&l~62oWI1G*vdbLIl#pbrYZV4Xod)Qq$Kq4rB`enlTl ze9iiqz|KGM0i96yE%89Rva4=rm}OT5yV#WrN<-|b7RDiLSG#K2&91gU%kD^M3$?3F z&<T;>v8z_-fUz*U3Jtfb*u7{&rXdR;2_p8ft752uw0-Sr0P^;uJ(4lswX0}|Kftb1 z545Y8XuIl#A!t05wiseM0=-zfYJ!v_84LMG*;NJ9LGv+o6$KN}7Ej-acGVA?PqM47 z1VFZ*YFBC=K2PKL47*B9CeJhNs_!gnV8eb2@h!q9IF=CmQeuVJbICzSBerF<rBesH zU5#eiRdp6V&$BDr1&o1l=*_pQo(s`|&Wng~1u;T=0eM5}N@9Z%P^;|9UPK+8_=V`z zb~Ol1YlyQL-;e|$7vryl9FcKriM15_U|WY@D25v7D#OMl%oS__TP3xq!Y5Qf9h9!e z7PMbV-cYoGV+g4xK4{!Xo|lmegk6r$8e)gkE3g6iFaq`~k<bsrwbTKUufZ0CT+29U zgZS^E2kJW3$@Sz1TZMXj-9Vl<67x-Vl>nizwE^2VQ$t9)g?d9TwBL%aMr=XfZTN)h z+lgxv?clo8uIi!fF6s{LcatAXG~weO@`3t$St}6JjD1Liru(TIY=*55kl%yYZQ-1N zwugx8VeCO0^g>)K_P)>DK<W?3^HFkyO)v^+Kjd71LD&kBPcRQZCXOe`_bJW|h<O^H z&<9(ep)N28Nga%b0*L(ybM;ed`5ZnV9x6JSLui7e=b85|<{fHZB(9gJKUBPo4n%en z_s@wNQhvelFVTT^Nb6y4U!mTwB7Z|XkO;%Q^uJDCza=Kv3WHGnJ96s7*YEKOv421h z8s8uvsOe{3K)p#jbi>%6sNo>;FU0UJ^?@xPqW2Mce<!a`vHux)jIjpCIp3k?OKd{d zSJVc2zGh8A>jdqP^bO;o`de&6jasf6A#v7nl?wSVw##xAJ$tzdg{BbNccmQ~cU!Jn zp#xHPrw!uvSgvZow&!vc53cWED{Q&i0zEJQ72(U(5RAjbUdvU?KFd`*bVJg<%ekH{ zS5cA6RS3j`4GQ+h7IYr4T;)YASEUerAi4)J{$T7v4~#<h9NG_I3`88tIAknx9Fia` zhB%K{t~MQo-(zTtC#K_<t6pSr0`bF^ld*dW@tw9@)tycZ$;){bW9*s40KFp5V%*up zYU3D&U>rgg&<3MWybycPoU)w%9ALSMgk*?=f+f@zLQ}~F8kbT}m^hbs(}*3CAU~b@ zLRSX+cJj<wt_E`%3!!=Ba3Q`{Py?_R5ckE@ybPP=_=R>zyafN1%hd=ns)~7pP!~E- zw4VM;83(D54|UbZjo5_x%di9Om!n@xjMotRwdmF}4>u9dE%=84h`N(HfbCxF-%tDx zP=gj~&`N$V{C(>917e4|N3qvNz7X+4Vt;J8N_iYRFberUqP|f31Uj(k$LvEJG(3rq zr-%ts{|8+dh0-nfc^ZEZ`7E(QT*q>?8Df6I{QZ<%k(-~Ro?w5T`G6uw_!;x~0`bE* z^uI`qFOk#BtV0-p9vJB+r=O$y3v^*~5A}rBS2!17_*H85EBtN67u5cm`TPyFfPRST zWz1`=vENeHK8|7dO>%_Nx6p^dx5?uj^xvibJ#rW(P8fh582f<OJ|q@UBjgIn5GQ=h zF%*na6Nvtlx<Ue^jnNLn5cdz(F!aL67t~^$Iza1}<N>{35zp7m%>-@G0j_^C9%8>? ze!s;wq^V5R2g5J{sk>yVE*OSBNZU126+qE$nW`F!ch6M)ur)MOH9`lpLie8NeJ4}J zgk`EQh!4+HgHXFyrfP#t&<V8>nW}D|OjQA{eKS?ue)xf5*c_RunxG4!_s>+J2Vgr2 zAJBdvJ|N+sOqBu=(X>P99Bdwfeds+jQw_m5gvDg4(Ze!T$l=(8##sCwjn88<RXrpo zpbO*BcTy&=`^X<6PR2hJCt~*$?1JM|a+`-9j3tp5gq}vOr<3Oy97AX_eaLoX@mZOw z1`^IDXXv%z3t|^AW-)rH#IlsQU^670i)|Q&gmiL;P{@N6h*-{8NP>{eOce!Npd$<4 zuoYUeX#;x>ZLk%(b2C+b9(8~L2stlPC7(~tVfX^(G@rPj?Ly*&f{W0F<`vYZfLxHN z$eu!cA&Xa$7i=yfcIX28YV1HYbgyA;K=WG0LQg3=>&Uqbdyopl<<uFHFF_xMD~X|s zd4Tx!<OYsQ@deczn8#{zfkBAA48LH%obix%CAGPVIlYGCI(%Hmdbxo-8>sKi_`8+7 zp{|j6yp3Ak&KT&tgE@hoP2_VYYXb)FVq6ooxffede;@HQXDS<X!uW&4`Y^FW#3Qt~ zqVs)ng@zwcf9QLZb=^kIq4aUq4>UYMEuJKX|H)L5Td3ntIqoFZmyj<r9_+7@?{Apj z*Qv>G8UK5H_h<5-#Ng{~>NiN<Q2ZC-h5Wyg^E=EJ)Wg6KvA@gQA?yD}AA}53OX!5Q z_mMF20l9vNoe}K7ID~z~n7`xaW5$i*_cQ7|Mjrpb57@rM_gBRE4K>>(OF4GUQd>f@ zRL^c%Dl9ZhjqjeNVvrqsWT{PiW~r3#WT^zm3qucjU;sw<%2E}3XQ|MLEENq2P`7WE zYJ!pdviOplEL9B+5VJpR&~yO%QCVsNnh(UrL0Kx~V0=Pxbe5`t&2zF;{UKRACuFIv zL$g#L^u%PTqQkHUqY!d<mTH93BePWOQCX@Rl8;6Y24EyEOSK$B-?3S0D~!P)sQ4_E ze?0xL`2=!5F-zH?7;2z30lRaN(0MX#iNt#f@xta)$#EX>KzkB(IgQ*;$2Kw=*>Fad zN=wdCk!KPQ^uq{5o`qisoliToL&(A`6$K3`#0lMti6a%ga~YF{uVv&8eGqS_4;q%E z3tONEHf2)JEc|B^R}S$&G=xGwjDY?8EY%A`P=5jW=2MRgnahi)9ki}wo?*C<ypbVA z*jkO<k}MT>F@3NV8rD*KXj;eEGUf{!%83WIK=CEC!B8a<;#|xx<gLdKq+Ci48}JVu z)z}2rM#f%7F3^2BHfpFhG(zuH<Z%r-)^U6td0fw2)@P|CNE2=#o*QYqi8jb@z{kzR z4so|obEv+R7$L0@e=u=d7T=RhU101E>~Er8&<727WvRrwStBq8Y4>0kwnF@U#10N< zy&t^?@CT_7-@=-I7~My(-%8GpV!w?#JWjngGuO}z$xo02bU`1)JjuBRBTq5s|3kbm zu!T6Drlzn3dSL4_*zch35cX5XK|3TqhtE#p1Q!%Q_s@vy1<pw*?ZW1Z!~x?F_7e6W zzMHszjviD%>@R5hCHcLA-d5@ZF}>J_j^E=SHvNHf?hV#PKQ(@n8bit-nIjm2v;oGv zMcl9jBHv~V#QvGKLDnKN_AkW!S7L;scZhw6aWMQYb%VI~So6>Y#ly_a`>dT0=!Z=o zVsnIep!B0GRSTQ{j-8L0D+nEB9-;jc?0ibCq4YCq3u+8MpA!S*|AQL903?mm4sBmj zkFPivzs4qX!SFwc35JzJZJF&*X(0~Px4T0{d<ViEDsC@_YTeJF8bKZ4P@xApR2%fp zaj2q0=!<cv4hT8ip(dc>2!~2IlKwb{8iIsl9jYJtPI9QaM2Ffm&!JM2;B<#7KEt7g z7dn(Z)xrM(<KVf#p`x=Lsv!s4g$~{;LH}a>K_@hqI@CC{tRs$c2d^y{TjAh$N)A<h z3F9E45<gYgcRADmRIjJ~Qrb5-cwYn?)ee=ik(gmCj9rGU%kf>~;C&H?s=vaaY*(TS zAy*MkEwRHev|o+AYp{JS^{B(<_pk*O*WnYIAgvy|u;~VeD!37UH!%*nq4{R^q3IU% zZl#`$<OZD(c{{a+7T5yOo3Ia|u=P%IxC`GfcDF;7HW43$+(R2A-HW^r-DZc1xgYxv zV!y?q5+7#VBk00lD`O$<2h0bwKT1r{4;?=w@5kte`p1bAk~cGlPdL=(c5FYzd_ct0 z=s)XFwH?Ip0uq|K&;i?v4&{L4ZggM-B7Z?2bU`1e9`s+K?N!<!^;gW_R@Mo!2-)>( z^nQb_*H{m|#0+B)`a1LeTVj8MxFPvX_Q4Lxe?mg>0CNNdZ#k3;^514G)c=*adWZfY z>hUf<A?<I}?mgxl#-MkY8jcV*6n})?-_Zlx$HWS0qxgr0Pl)qVhw1_QXY51&7<B~u zKUi-t3L#%`F2FGKeMvlDkqeAL=-2d5kTWEILmps<B0*)Vlv%J#w#tJZaLvwEts&W} z1Gd5-B<`Ngdmh;;Dl}WgL&F}~Ds9hfekY!-n!b~*io&zi(B2$JFdpimbsua%{(jji zIx<^TAQO;7`_py+$Iud$t&$GJ_d(fe1k}OVyr+?^N~5#+4nOn{AvVZ^=0mepUre^@ zg5JZjRVNIA<A`ik40T5$kHW^W**uSAtI*@JRoGl&IT>H`vQ<bDwvmq0v(+$6Ky)%b zpby&4#3tmQMGj|Yt2i5Npym?`#KFLVY}LLnTXjRi5`04bxzq+y(ismO8QCf}E1PEo z;>gAJ`Ppjog-Gav<cqS^rlM?B3q!^Dx)|GQX@{<L=#|l5j{OR3Lh>c_Ls}(qgK}{U zk+5|={-F6%##WPC4dbsQ=UVJS_0`N3)LujE&~_~`LVX=$VAJ<#gXrtohm?A1c0;y` zfkfC0<2Mo~4BmuJ1NxA5Gc|yINW7K&p|+9s+n7)2y`3@8eFr+ww~4+xSs%jP*lEHJ zblyX)?j;szhq(Lj16|GJe?R`A3;G{meSmr}TQ#;Y<{|7s62v}&gz@jgW2~tkAvb5M zEyx~dYsU|SJjMEj=>NeUv~8gsdLiLy{6NAp)DyPC=(CLJV7>n&o8K)_@1K$*Y=Sm$ zbh6%{`gvl5uAh-7biIItx~^<h^CErF59%fA4yqel5C^?Kr%tf>7mR~GsP17NUP1SD z>iS#8{tg>&;PXvt^GD))8{0#icaSiQE)2ZSe1E_gXof8xVt<5j(D)HK|DEyB33(sm z6MDh^3F`}LKjnOYrq754BFCuf=N!XkNcso!_64;Vr-l&rCAJ{pEBr$qgiKJgujxlt z{F62G4dbB;Hbafd;l0)z6*?<NjY8BeIVuFYX6Nv`>l_uiYmQRT0tvh2D97$OY6$W} zY2Sl>2;DPBH9+cjXom`j2+vWmkOaef<*1^)u@6xZ*oWSIa(It5M-_kzYWCxJe{`YY z0Q|wwf#?Ab_-f=}e8uFb;=^;)cx;XeJ2FSb9F?OIAr(fBW?Wp3+5#;Qb8HT;fpS#d zapVDc@f<_-@#w+W3HUw{-_V$l!)u@%)d2}}bJQS=2`3YGBK}XoH?+Xusl+f3e^8s0 zqc%ayY1o8;)3JF5W0LU$F=x__EIo_7&!#T(8Mh!uB`?O_k{o467J(x*N7*u{OD49U zEsMON6N<923$;1;f`MG>2qAgY>^x$JR<K=w9cap@HW%U-QZJ%DFbdHH)CPKB0NPjP zsBVZVVy>YNMx5ljnz2v~<7<eg7#k(nf{BZn*R{+mv_alF;wsBg@#Q&cGsIUA2aHz| z$9meJ3lcWw@cu2ehGwX!A^$7z1-2`xDU3nrRm4%t8i2HGhyjWq?poycIED#GxSo6< z1)^@iFZ93w)ZRp$pu2&5pdZxD<a;Y^(9uYpZetE1@^<>}Ko1#-jK35AP;?izU=&8~ z&QWzu?8Byen6rDCKPbHqU(nV}4EHlv;CKMLQ2!u#LVOEjAHw#-#0|0EXU<xw3o`9d z<m2>h#>W%n@+7s|LQS702IS^vIfk(3s9PsCA^Cai{)}9}{sM7A+KZfHPymB35#!6O ziEjFTjy@E@#4o5R^g&M#xxx4=*nX9{_!TwSN*s{zYvO=Bh<lCkV29S%ITwG2@89Da zx}ob$>_N{Tu?JxT*!&Y~<t=Is!*8SiXRZf>j6n_~TmHhhzcLPN?@&|78=~)B+F%04 z-=pt+Y6&$^3<Doh%a1spKE^(D!DdMQ1Ycw5juYos<O(fcqcg!;N5&viAs>>zB`1hg zxoQg(&B|3h$ZBN5>|B)sc@Vm5uIhy$7}zaWjY7!oxhe{h_sHdUNx7<f?_AXnBM`a| z<0CnS5op>!S8awa7>LSM1qU()>Y*8W4yGMOp?FTNs)3$EXoHSJbJbQDWxwd?T-A3J zI>+X!==fX}e`2muC*`U(7)zq<^jy`L%y=j|n;32QU68Bn3yB|wpf4p?4Z{S~EoL7k zAS^Xk#XvJOEX5u)oRiD%#B+HMH&;2*@C((;u$xXUuo;Fja@9D*F3(l%kd~RN24M_} zvastQe~8P@Rkj@LKrsyG;uk{B%T=484cgDAj?fQ9`Sio)3-JZR7tyu?|Ih#t1&k|X z4p!!>)K$5v6*{1|2t6nIFag!8vAu@4F3wen>)0=4Y&r2l6GT@~pG$}jl3}Eh_^YTn zj6v&q>_X|KxvCZhHej=wT5ZH0q(ao?%msu%ehu+M#TC>Snyw`0tFT>*AK_|ZgdrHc zhBa_4HHXnU^uLEb)L)1F>(PO6Xs#!p8}ZYSt2&|dR_fHqnA@>^2kU7Q>*;Q4eGjq0 zcr$(X=c<;6nD2*KBdx^#Lvq|qUO!??JGLS3No+yyQ~3BFYO;knfNtmq$J5LeBt1i3 z9ke}9+s|l&8c2A7oL^)t)C(`M4-*jaGXA?cuVDD+v_af2sRK;(aE|<jSYIcOKJ2_f z{ocgx9~t*2Y7P+t!~>CUaSX+8;}h!tj1Nc}WKJREuhb1TLlYzoF-Oq&F8a_4o8O}k ziiYtCA@5U@4~PdMp>YI0LKnhD@$m^Ue}?_9ura|re?uLi`de&3H=p8bn3bnmU~rc_ zRXaORl|o(!66$u%Q~A5)sS2orn9w|x2oZar3!9+vJ9%nzc%JHl{Jrvc{>f9-5V}vE ziiX5}^HeG%?1vsSM&_w82>mYokhp)IDmWldxu7~KPZb@QrzRlcpgh$9TMs5S7>dqQ z<B)#{?T2D7hQBd6EKfy3+~Iku2MUhJQ}y72(O7&PiJhbJct1H$*^kCH#K+|+8;l== z?y=Z8E>CTNf_QvD_3?Qs>;z(kF6cWkPYpvw0{SQAsb)x?i@lSH4F-ioayo^aP9-Pk zg5G)LeH!sX-s#j6($2sSj6zK^wLg<_5PcS7Vd!jp+lUQ0Iv?Ey<N`?x>4R~|TZAo$ zSxo(*a|ty}%~So*4Q)&Fl;a%6p37LUrx6b%Ez46Q5RyS|&;|K+beHF;V(82yW{Bc% zcjCbYQ*FEJ#_sQWzQ<7x<@;yky8suKS8S{-SySwaiCc9{%*u^1_7l!IA;w->xPFbZ zGCroXWR<h5%2^~mDJ5lV*RR`9Sm}(9NplsQ5Hmk5Ehcm6l2k`lOy;7jMVUE^Qce)t zd&-X~Ht{JNUA0dh_(Dqh-)zr`+WMwRWr@l7jzVeG`r8y@rucr%FnU9`X-w|SikaM> z&fYGJGsh6@*j-|klJ9ohnOo88`KmGI!hl?*w_@}+q3?_BVnbghO=#~tUw!)0`CclL z&zPxA=0j>Dx<-u*DFe;>a%^n1zxDopqkr|-u&apQ*m_?$U$wjlZ+Pcm^am@Ou-V_| zvAd8#zH$<K*7aGd_T1Cg`VZFsf3n`J0NXB>ZMNS2m7I+4#uFR%EZ(o(iJLuT=h=&3 z%@pW$V_g^4<DHm-#Z-jP&7&CObF&!wFFh<=xvI#ydQEZ3#cNB~m6caqQd#9%f9Zzm zjhA^6n!jLS%A&<fQkR}{ZrZZ+4EyrTEJt=uZr*wS+C}5Pv|2kaY@f?6!sEl|vWwYy zG5i-=`u}jb&e|m;w3RO#FSusoHHYab`@x?*I}d%|Bd>mNa6<NMSJt{^8~QIk^2bMF zJl)&<y!snYlTFK~gVdj|^`AliwTFiuK1jX$@bJSI__lxLL+%mF`Lgxpf4u0AF>1vh zFaG1)?e%}x|MuXQyhU=Q5!rSsK{c4~eL)SFQJSg1Oa*2tFjIk<3d~esrUEk+n5n@3 zK?R1|JTIqDID39h<@z#L$vWo>XJuu1rLD?UWV3CH$gJnAUgfNCm6VtH(OF$sQo6p< zX)7tOTCuXQ%4tzmW_wi|t6a`?Q@ZuiTao2k(QI#ZNvYGz=46943@`gD3yW5)Dy(vu zmCSah%EjD&cI=9!<y9+fsb&LI&|8OUl&o5TEn7<V*|DpN3oBQ+Dho?o9DBxDMo&Gy z%2nwsT(@%l>Y%MmZKvF0Xc|_gwj(8;UNlqNDPKMPfPB?=MXsg5D{_5Qc<NXtYdjrG zQ`;)hX-&t{RCyWm^{?7t{kd0=Z90a0tYs{fl&z83_h~HW?AXH6((+Y>F0L$0!(7{T ztK4&`nJQ<G{Xp>s?ZWGPT(P)tmD9ETCCVJfYEiLC^ril;W7#VfR=QS{IXA2*a+W$> z-l}GMtICU<t1g|wsds&|SGhJ;IJXbYD}JsZqGen=JVo@jLt#8R#_~6m%rUvI`CR>6 z&Nbzg8@(sTthZu`v&>n^1<c<7i+{N)x))o3L0*2$*LojuNgk##*-Nv_)|QoTC^K$b zUVRHo3#+P_Y!=`~L%}ls?AWF2DoUN}oMo=6RA*_0v(m-|B-3+O^o%bpTvKI>O*qMx zo0(=?R<f$HysCV)%SKZ|Y;2A##p&X{S7q&$K&RMD@i9kcKMS~HI^2GOv1qnqwGvE7 zrtv=VJ=t$Yrtvu`<z=qyDrdTL13#A)u4QEgtchuS_R{onSIO!U79!6V^H;e_E_LrM z<m$1qaMfDV%z4dyPF7iYrPEQ)-CG8gmn~!xos~=Zv8K{(!E2=VSnt{gJ?DXA^;<RX z1!1azWi7~>3_2!RhY9m#IR+73;F<A`QI1S;vR3|u^JTv6-x8rIKI&Mue%*?S^)Bu> z9O#P>_o)>ntPOoD^81M3eH}Dc!`n|*iCj3mE-}HZNSUf2*NC@2Z%^qZrM}LxoRj9B zoM`j>oQ5~AdA6)aS&MRBRmyEKjprKUQn}PCDqD`fu!!muTaM|cuLOKtkWR6YmS?5A zSG%v_<|*^L?_FQ>Rn*`4cZzlPOd)0atH<1vZ8@i$YWexEBw>nw8t3Jd@&B&|zSH9V zx7>eE32I7AIppXk47q_%do0gso+m?FN=o*MWh<*(JdW{jVZ92O{kgAk73<4Z$wkhh zXx3Y?s@!;mZ8J^;bN{mPqV=WD;KDYKJ3BVTxw>$Dsmo(vhn`u^j-4FL#U^Nj)|1c3 z%PhTP%~<csSZ%K?Uu8;nS{|o;%k=iYEzg8$d9^%jn)5UE&3-a@`N8`0JW25odv@&q zb>8|#gEg?6<Wk<lC@NfW%4w^d&V)i|q0@QN$*WhLG<RO&>V#8Qtx8ImTbSrvb=p~+ z1pgOV7}fQ<A7)QJ^#pgmh!xZP$o1L5Yqp|Am-3LBT3A+8$|Tw6=eQqV&CkC!^Fb94 zOt##TvZC@0RkryHmf9GSy>w|=RfThvt8gVRO>MTt<?G9eJde9xnv;20_X5SWLY{2o zmOp>Zno8#yE=Uskjz+tEhVDlIoBMg9tgzH)0y`sBYwGUfK>6=jrk<%xDXCglQpKlo z-4i{(l9!I2bf-T}+hPwC?|;aA`CKql)FkjCcQ2bMMtZ9GFV}Qiai`b`RPTRfeJtj^ zf}OQE0>$~CzAmh_2y#(ahyB}EgsIM+licefZriqkOnP3=<L*~a|I1hZop{3uaABkT zJ2OF#H=lDH>}%(3lQNARU-M_Y*!6zTXt91@Fv0prDsRO6@89lsqRRjie#)uy{<kJv zTm|)#Y8tZ~SoJ@09R!#ZUym0%eOXL>X8x~C)PL~2OkEXUld_YR^v<itzxI0!`5n6Z zH+_EIizq3(w6L@Uy~;J~<(DlMRr715oYL|&#xI+^)J*y2lse1SxQYXRexQ84Yeo6$ z6_tf$YrKCs$7R55ul!Qp+$=5MFqK8Kp5(e(-g@Ep4g89#wA3p?Z=1Y!a#l}a&}?r- zTKOtoZcX`{Mzh}8u`Au5AuxXD?(?^<mU!f9=WWM$ziCCT-#47L8z=9pui>q!6yC<r zzuESBTix#`8>Wa#BJ*tC@fq*mi=V09zTYuF+xhUkf2KcvVMOAqR!jVr%G<W*_pVDU z8Jl#n*Ey@I3fDNN{E&>7UU`{wqyOIpXS+YV!_wGpag&nC7PU0y&;5ImsU|SMlCmT; zSu%^CRpq6nyk)TcTay+&qYB$AddI!aT?JWrJ3I2J{QNt9b2Nn?<K0{L?`OO}b!DBm z70V1|>kRm{n_$(p+I6p-e@9s@^X&HX?<lLqkFma&__#hT;Zex^$t!(^ddjqYv3#y? z<N73irn)}um>=)C#D{0nt(Or?&c?ast>$fO+j-`#wB7Y#@;uww6|}_TKA&Yl?92*I z;X_w&`%}zY*Eqkt%j2!%uFW=k)>F${ciVZjv&(3i`)%jd&Mc$Fhq1oAZ<F5nZd+g8 zN`BVY&VGWh#ItRE?aU{LDSUX=LrSpg%ey@O>;<{Lc6J#pbH8nU?aVTI`H&B>ttcs5 zU9LZ;W3Gw&HAQ7*;YRm|>pV~U){C@NKbX%br=%CI<F{l*{N}`cg*V%fyMw9AE7l52 zr+FOzx1+aF%i4E$XYq^O^;Kr`-u4SiynMTZoB1(Qf&btN+@3aPTG7>K&Efycnxj@j z8q9?#*bQ!9I*0#DW{!FaUV>g2gbCQ|oH^<sNB|q8LlIQMmCy)}!6xi<BmW2=z*i7? z?i_UjoC;}h5qy<7hyS~4j(QuqVKY1cx4>m^F<b;`kPLBf5QIPnHW#E5C%N~)+b{~D z%jWQZgUwNiumI9wB~(H^JOIx?9}L3;?2DZkNPt#icOZ-5GH8TmcnmtB4@Mv)gPb54 z(&2n4hD)Iq?uEyo6Sl(J@BxfNgnbU*l}`;JA1;FiXn`&88yJGGV7KLS)ZuVCq{8`7 z3|GP}@Gv|9KZULEHvAp_leUMM>*;LQOjG}v)alu8MSl~#I?Zt*oC8DC9P<IW#IY{B zk^K<C{x`_8kU3BW)7|=(Opb{mri6v8TT|Nt+7xYJrdThgt(dmHl*zF!;z+Q~Q7+Ti zyJ+iOFh`}B+B#@!q0MHpS5Mr{;@4!aRdT`JRNKroYUUa>bB&tn%$U0Ezx^6DTV<9n zEh}-A@Y{yVoJ#G^adugWsU?J#48B&cq>Ohd7s;PJ%D0GRmM?L-|BS%%w+H$ooibj3 zsA?g9d*^ayx&Q1b)4AGN=`34?{V=1S;kvVM!-DmzQBZ{yCC9I;I(|b*+3~CRO9k1f zbRA!M((xx9pKwA^X{qv|;r=t5AoTbH8~z5%toX((!dO_oZXF*mODidJ=Bn$|!qW08 zr{@!As&E(j)A)l4op*RhMuoFXJ{-wg(&|Vx-{mS?RlKmgtg5`!sh$&S^D8R&qCxlP z%lPY#N<Pi#EL~cpR)%C2mQ*<x8Gjb4)c(6>IbH5gMkw{huDSem<KptlECMWbW~{uJ z&#S2yl&6SpCBABNmfO2=6eY1OTwh6HT{<HCygHj-kQA2Amp>%qTVOm#iz}T@_2?|@ zuPbyd^Sqmmz0<_PqOwa%D$C2{cT72jl_l~axm@)t?RhaDzR6Yl?v`80UjxX2IxvLK zN%Ce?3V+GC#xsFf+GAFVQ+`ikFE5c#y{oyBo2hP3h3JnpW@Y9Q-&)F0y1uI9QWk`o zzv`0pC6&(Ydal?ttJLYNP|5Bnt4o+C9O%-kcXfoiff!t(=lSrcL@F;aX+3vQX8NME zljnNY&mU&%Ixj6FhoyX|P^oOb?a}Dpo$rv`wiq1cd>oChs#RI3i_#1eacFpEg-;c_ z3iX;^n3lCPWpQQsI!{H^rdh;Q;jU+yYayRB<(#Q!q@%EE?K0;&Jv&vjWIEUIy9H;Z z`|kquykF&RzqEX<=dUGnYmK|Lir)sBbgPs)g!cJGMVw<<&PskOXO!r2x4!#RuHGGr zwW<^T!7lh`s?K$8%qc8gPr>G=<jl7(HR|!ruDK;e&V{_rca$&V1I#50HoBbZ<JsHx z9p#3CdPC~($zMLZBdbDIfnK30OtJg#%4pw5G^c3)sh(4_?sr*P@`r++mAHP^Vm{pI zK10>z?)}9jd?lK6F5=6C`8HYUPj^<koA_p0@x+JX*2)=>Rly%)h}t4)l`)*Yl_e|J zyPSMMv0AWwtJ~%hqkSpwyvPZ}Z!#Bb)E5YKp1XH_X{o)?Rjk+CPgw2i_ywssk2z9{ z?R*|(v^w~ka`g|f<#4X65L-lagqmOJPJDhvN!9%HtfguW)wq<eF<n~DHOEz1UaG2P zjAzw*LSoz#(k9D*Wl<>?D)p?jvhK`�sg{=&9`R>}5o36!JB#pITTc*TuED>ZDnV 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 LTYtRRyYPPjP%tk! literal 0 HcmV?d00001 diff --git a/node_modules/node-notifier/vendor/terminal-notifier-LICENSE b/node_modules/node-notifier/vendor/terminal-notifier-LICENSE new file mode 100644 index 000000000..4a2153bed --- /dev/null +++ b/node_modules/node-notifier/vendor/terminal-notifier-LICENSE @@ -0,0 +1,9 @@ +All the works are available under the MIT license. Except for ‘Terminal.icns’, which is a copy of Apple’s Terminal.app icon and as such is copyright of Apple. + +Copyright (C) 2012-2016 Eloy Durán eloy.de.enige@gmail.com, Julien Blanchard julien@sideburns.eu + +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/node_modules/on-headers/HISTORY.md b/node_modules/on-headers/HISTORY.md new file mode 100644 index 000000000..090598d8b --- /dev/null +++ b/node_modules/on-headers/HISTORY.md @@ -0,0 +1,21 @@ +1.0.2 / 2019-02-21 +================== + + * Fix `res.writeHead` patch missing return value + +1.0.1 / 2015-09-29 +================== + + * perf: enable strict mode + +1.0.0 / 2014-08-10 +================== + + * Honor `res.statusCode` change in `listener` + * Move to `jshttp` organization + * Prevent `arguments`-related de-opt + +0.0.0 / 2014-05-13 +================== + + * Initial implementation diff --git a/node_modules/on-headers/LICENSE b/node_modules/on-headers/LICENSE new file mode 100644 index 000000000..b7dce6cf9 --- /dev/null +++ b/node_modules/on-headers/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2014 Douglas Christopher Wilson + +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/node_modules/on-headers/README.md b/node_modules/on-headers/README.md new file mode 100644 index 000000000..ae8428246 --- /dev/null +++ b/node_modules/on-headers/README.md @@ -0,0 +1,81 @@ +# on-headers + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Execute a listener when a response is about to write headers. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install on-headers +``` + +## API + +<!-- eslint-disable no-unused-vars --> + +```js +var onHeaders = require('on-headers') +``` + +### onHeaders(res, listener) + +This will add the listener `listener` to fire when headers are emitted for `res`. +The listener is passed the `response` object as it's context (`this`). Headers are +considered to be emitted only once, right before they are sent to the client. + +When this is called multiple times on the same `res`, the `listener`s are fired +in the reverse order they were added. + +## Examples + +```js +var http = require('http') +var onHeaders = require('on-headers') + +http + .createServer(onRequest) + .listen(3000) + +function addPoweredBy () { + // set if not set by end of request + if (!this.getHeader('X-Powered-By')) { + this.setHeader('X-Powered-By', 'Node.js') + } +} + +function onRequest (req, res) { + onHeaders(res, addPoweredBy) + + res.setHeader('Content-Type', 'text/plain') + res.end('hello!') +} +``` + +## Testing + +```sh +$ npm test +``` + +## License + +[MIT](LICENSE) + +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/on-headers/master +[coveralls-url]: https://coveralls.io/r/jshttp/on-headers?branch=master +[node-version-image]: https://badgen.net/npm/node/on-headers +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/on-headers +[npm-url]: https://npmjs.org/package/on-headers +[npm-version-image]: https://badgen.net/npm/v/on-headers +[travis-image]: https://badgen.net/travis/jshttp/on-headers/master +[travis-url]: https://travis-ci.org/jshttp/on-headers diff --git a/node_modules/on-headers/index.js b/node_modules/on-headers/index.js new file mode 100644 index 000000000..7db6375ed --- /dev/null +++ b/node_modules/on-headers/index.js @@ -0,0 +1,132 @@ +/*! + * on-headers + * Copyright(c) 2014 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = onHeaders + +/** + * Create a replacement writeHead method. + * + * @param {function} prevWriteHead + * @param {function} listener + * @private + */ + +function createWriteHead (prevWriteHead, listener) { + var fired = false + + // return function with core name and argument list + return function writeHead (statusCode) { + // set headers from arguments + var args = setWriteHeadHeaders.apply(this, arguments) + + // fire listener + if (!fired) { + fired = true + listener.call(this) + + // pass-along an updated status code + if (typeof args[0] === 'number' && this.statusCode !== args[0]) { + args[0] = this.statusCode + args.length = 1 + } + } + + return prevWriteHead.apply(this, args) + } +} + +/** + * Execute a listener when a response is about to write headers. + * + * @param {object} res + * @return {function} listener + * @public + */ + +function onHeaders (res, listener) { + if (!res) { + throw new TypeError('argument res is required') + } + + if (typeof listener !== 'function') { + throw new TypeError('argument listener must be a function') + } + + res.writeHead = createWriteHead(res.writeHead, listener) +} + +/** + * Set headers contained in array on the response object. + * + * @param {object} res + * @param {array} headers + * @private + */ + +function setHeadersFromArray (res, headers) { + for (var i = 0; i < headers.length; i++) { + res.setHeader(headers[i][0], headers[i][1]) + } +} + +/** + * Set headers contained in object on the response object. + * + * @param {object} res + * @param {object} headers + * @private + */ + +function setHeadersFromObject (res, headers) { + var keys = Object.keys(headers) + for (var i = 0; i < keys.length; i++) { + var k = keys[i] + if (k) res.setHeader(k, headers[k]) + } +} + +/** + * Set headers and other properties on the response object. + * + * @param {number} statusCode + * @private + */ + +function setWriteHeadHeaders (statusCode) { + var length = arguments.length + var headerIndex = length > 1 && typeof arguments[1] === 'string' + ? 2 + : 1 + + var headers = length >= headerIndex + 1 + ? arguments[headerIndex] + : undefined + + this.statusCode = statusCode + + if (Array.isArray(headers)) { + // handle array case + setHeadersFromArray(this, headers) + } else if (headers) { + // handle object case + setHeadersFromObject(this, headers) + } + + // copy leading arguments + var args = new Array(Math.min(length, headerIndex)) + for (var i = 0; i < args.length; i++) { + args[i] = arguments[i] + } + + return args +} diff --git a/node_modules/on-headers/package.json b/node_modules/on-headers/package.json new file mode 100644 index 000000000..1e9bf9e25 --- /dev/null +++ b/node_modules/on-headers/package.json @@ -0,0 +1,42 @@ +{ + "name": "on-headers", + "description": "Execute a listener when a response is about to write headers", + "version": "1.0.2", + "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", + "license": "MIT", + "keywords": [ + "event", + "headers", + "http", + "onheaders" + ], + "repository": "jshttp/on-headers", + "devDependencies": { + "eslint": "5.14.1", + "eslint-config-standard": "12.0.0", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-markdown": "1.0.0", + "eslint-plugin-node": "8.0.1", + "eslint-plugin-promise": "4.0.1", + "eslint-plugin-standard": "4.0.0", + "istanbul": "0.4.5", + "mocha": "6.0.1", + "supertest": "3.4.2" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", + "version": "node scripts/version-history.js && git add HISTORY.md" + } +} diff --git a/node_modules/response-time/HISTORY.md b/node_modules/response-time/HISTORY.md new file mode 100644 index 000000000..742b71069 --- /dev/null +++ b/node_modules/response-time/HISTORY.md @@ -0,0 +1,50 @@ +2.3.2 / 2015-11-15 +================== + + * deps: depd@~1.1.0 + - Enable strict mode in more places + - Support web browser loading + * deps: on-headers@~1.0.1 + - perf: enable strict mode + * perf: enable strict mode + +2.3.1 / 2015-05-14 +================== + + * deps: depd@~1.0.1 + +2.3.0 / 2015-02-15 +================== + + * Add function argument to support recording of response time + +2.2.0 / 2014-09-22 +================== + + * Add `suffix` option + * deps: depd@~1.0.0 + +2.1.0 / 2014-09-16 +================== + + * Add `header` option for custom header name + * Change `digits` argument to an `options` argument + +2.0.1 / 2014-08-10 +================== + + * deps: on-headers@~1.0.0 + +2.0.0 / 2014-05-31 +================== + + * add `digits` argument + * do not override existing `X-Response-Time` header + * timer not subject to clock drift + * timer resolution down to nanoseconds + * use `on-headers` module + +1.0.0 / 2014-02-08 +================== + + * Genesis from `connect` diff --git a/node_modules/response-time/LICENSE b/node_modules/response-time/LICENSE new file mode 100644 index 000000000..386b7b694 --- /dev/null +++ b/node_modules/response-time/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> +Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com> + +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/node_modules/response-time/README.md b/node_modules/response-time/README.md new file mode 100644 index 000000000..ad6cdc50b --- /dev/null +++ b/node_modules/response-time/README.md @@ -0,0 +1,137 @@ +# response-time + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] +[![Gratipay][gratipay-image]][gratipay-url] + +Response time for Node.js servers. + +This module creates a middleware that records the response time for +requests in HTTP servers. The "response time" is defined here as the +elapsed time from when a request enters this middleware to when the +headers are written out to the client. + +## Installation + +```sh +$ npm install response-time +``` + +## API + +```js +var responseTime = require('response-time') +``` + +### responseTime([options]) + +Create a middleware that adds a `X-Response-Time` header to responses. If +you don't want to use this module to automatically set a header, please +see the section about [`responseTime(fn)`](#responsetimeoptions). + +#### Options + +The `responseTime` function accepts an optional `options` object that may +contain any of the following keys: + +##### digits + +The fixed number of digits to include in the output, which is always in +milliseconds, defaults to `3` (ex: `2.300ms`). + +##### header + +The name of the header to set, defaults to `X-Response-Time`. + +##### suffix + +Boolean to indicate if units of measurement suffix should be added to +the output, defaults to `true` (ex: `2.300ms` vs `2.300`). + +### responseTime(fn) + +Create a new middleware that records the response time of a request and +makes this available to your own function `fn`. The `fn` argument will be +invoked as `fn(req, res, time)`, where `time` is a number in milliseconds. + +## Examples + +### express/connect + +```js +var express = require('express') +var responseTime = require('response-time') + +var app = express() + +app.use(responseTime()) + +app.get('/', function (req, res) { + res.send('hello, world!') +}) +``` + +### vanilla http server + +```js +var finalhandler = require('finalhandler') +var http = require('http') +var responseTime = require('response-time') + +// create "middleware" +var _responseTime = responseTime() + +http.createServer(function (req, res) { + var done = finalhandler(req, res) + _responseTime(req, res, function (err) { + if (err) return done(err) + + // respond to request + res.setHeader('content-type', 'text/plain') + res.end('hello, world!') + }) +}) +``` + +### response time metrics + +```js +var express = require('express') +var responseTime = require('response-time') +var StatsD = require('node-statsd') + +var app = express() +var stats = new StatsD() + +stats.socket.on('error', function (error) { + console.error(error.stack) +}) + +app.use(responseTime(function (req, res, time) { + var stat = (req.method + req.url).toLowerCase() + .replace(/[:\.]/g, '') + .replace(/\//g, '_') + stats.timing(stat, time) +})) + +app.get('/', function (req, res) { + res.send('hello, world!') +}) +``` + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/response-time.svg +[npm-url]: https://npmjs.org/package/response-time +[travis-image]: https://img.shields.io/travis/expressjs/response-time/master.svg +[travis-url]: https://travis-ci.org/expressjs/response-time +[coveralls-image]: https://img.shields.io/coveralls/expressjs/response-time/master.svg +[coveralls-url]: https://coveralls.io/r/expressjs/response-time?branch=master +[downloads-image]: https://img.shields.io/npm/dm/response-time.svg +[downloads-url]: https://npmjs.org/package/response-time +[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg +[gratipay-url]: https://www.gratipay.com/dougwilson/ diff --git a/node_modules/response-time/index.js b/node_modules/response-time/index.js new file mode 100644 index 000000000..7587bfc6b --- /dev/null +++ b/node_modules/response-time/index.js @@ -0,0 +1,97 @@ +/*! + * response-time + * Copyright(c) 2011 TJ Holowaychuk + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies + * @api private + */ + +var deprecate = require('depd')('response-time') +var onHeaders = require('on-headers') + +/** + * Module exports + */ + +module.exports = responseTime + +/** + * Reponse time: + * + * Adds the `X-Response-Time` header displaying the response + * duration in milliseconds. + * + * @param {object} [options] + * @param {number} [options.digits=3] + * @return {function} + * @api public + */ + +function responseTime (options) { + var opts = options || {} + + if (typeof options === 'number') { + // back-compat single number argument + deprecate('number argument: use {digits: ' + JSON.stringify(options) + '} instead') + opts = { digits: options } + } + + // get the function to invoke + var fn = typeof opts !== 'function' + ? createSetHeader(opts) + : opts + + return function responseTime (req, res, next) { + var startAt = process.hrtime() + + onHeaders(res, function onHeaders () { + var diff = process.hrtime(startAt) + var time = diff[0] * 1e3 + diff[1] * 1e-6 + + fn(req, res, time) + }) + + next() + } +} + +/** + * Create function to set respoonse time header. + * @api private + */ + +function createSetHeader (options) { + // response time digits + var digits = options.digits !== undefined + ? options.digits + : 3 + + // header name + var header = options.header || 'X-Response-Time' + + // display suffix + var suffix = options.suffix !== undefined + ? Boolean(options.suffix) + : true + + return function setResponseHeader (req, res, time) { + if (res.getHeader(header)) { + return + } + + var val = time.toFixed(digits) + + if (suffix) { + val += 'ms' + } + + res.setHeader(header, val) + } +} diff --git a/node_modules/response-time/node_modules/depd/History.md b/node_modules/response-time/node_modules/depd/History.md new file mode 100644 index 000000000..507ecb8de --- /dev/null +++ b/node_modules/response-time/node_modules/depd/History.md @@ -0,0 +1,96 @@ +1.1.2 / 2018-01-11 +================== + + * perf: remove argument reassignment + * Support Node.js 0.6 to 9.x + +1.1.1 / 2017-07-27 +================== + + * Remove unnecessary `Buffer` loading + * Support Node.js 0.6 to 8.x + +1.1.0 / 2015-09-14 +================== + + * Enable strict mode in more places + * Support io.js 3.x + * Support io.js 2.x + * Support web browser loading + - Requires bundler like Browserify or webpack + +1.0.1 / 2015-04-07 +================== + + * Fix `TypeError`s when under `'use strict'` code + * Fix useless type name on auto-generated messages + * Support io.js 1.x + * Support Node.js 0.12 + +1.0.0 / 2014-09-17 +================== + + * No changes + +0.4.5 / 2014-09-09 +================== + + * Improve call speed to functions using the function wrapper + * Support Node.js 0.6 + +0.4.4 / 2014-07-27 +================== + + * Work-around v8 generating empty stack traces + +0.4.3 / 2014-07-26 +================== + + * Fix exception when global `Error.stackTraceLimit` is too low + +0.4.2 / 2014-07-19 +================== + + * Correct call site for wrapped functions and properties + +0.4.1 / 2014-07-19 +================== + + * Improve automatic message generation for function properties + +0.4.0 / 2014-07-19 +================== + + * Add `TRACE_DEPRECATION` environment variable + * Remove non-standard grey color from color output + * Support `--no-deprecation` argument + * Support `--trace-deprecation` argument + * Support `deprecate.property(fn, prop, message)` + +0.3.0 / 2014-06-16 +================== + + * Add `NO_DEPRECATION` environment variable + +0.2.0 / 2014-06-15 +================== + + * Add `deprecate.property(obj, prop, message)` + * Remove `supports-color` dependency for node.js 0.8 + +0.1.0 / 2014-06-15 +================== + + * Add `deprecate.function(fn, message)` + * Add `process.on('deprecation', fn)` emitter + * Automatically generate message when omitted from `deprecate()` + +0.0.1 / 2014-06-15 +================== + + * Fix warning for dynamic calls at singe call site + +0.0.0 / 2014-06-15 +================== + + * Initial implementation diff --git a/node_modules/response-time/node_modules/depd/LICENSE b/node_modules/response-time/node_modules/depd/LICENSE new file mode 100644 index 000000000..84441fbb5 --- /dev/null +++ b/node_modules/response-time/node_modules/depd/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +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/node_modules/response-time/node_modules/depd/Readme.md b/node_modules/response-time/node_modules/depd/Readme.md new file mode 100644 index 000000000..779067020 --- /dev/null +++ b/node_modules/response-time/node_modules/depd/Readme.md @@ -0,0 +1,280 @@ +# depd + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Linux Build][travis-image]][travis-url] +[![Windows Build][appveyor-image]][appveyor-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +Deprecate all the things + +> With great modules comes great responsibility; mark things deprecated! + +## Install + +This module is installed directly using `npm`: + +```sh +$ npm install depd +``` + +This module can also be bundled with systems like +[Browserify](http://browserify.org/) or [webpack](https://webpack.github.io/), +though by default this module will alter it's API to no longer display or +track deprecations. + +## API + +<!-- eslint-disable no-unused-vars --> + +```js +var deprecate = require('depd')('my-module') +``` + +This library allows you to display deprecation messages to your users. +This library goes above and beyond with deprecation warnings by +introspection of the call stack (but only the bits that it is interested +in). + +Instead of just warning on the first invocation of a deprecated +function and never again, this module will warn on the first invocation +of a deprecated function per unique call site, making it ideal to alert +users of all deprecated uses across the code base, rather than just +whatever happens to execute first. + +The deprecation warnings from this module also include the file and line +information for the call into the module that the deprecated function was +in. + +**NOTE** this library has a similar interface to the `debug` module, and +this module uses the calling file to get the boundary for the call stacks, +so you should always create a new `deprecate` object in each file and not +within some central file. + +### depd(namespace) + +Create a new deprecate function that uses the given namespace name in the +messages and will display the call site prior to the stack entering the +file this function was called from. It is highly suggested you use the +name of your module as the namespace. + +### deprecate(message) + +Call this function from deprecated code to display a deprecation message. +This message will appear once per unique caller site. Caller site is the +first call site in the stack in a different file from the caller of this +function. + +If the message is omitted, a message is generated for you based on the site +of the `deprecate()` call and will display the name of the function called, +similar to the name displayed in a stack trace. + +### deprecate.function(fn, message) + +Call this function to wrap a given function in a deprecation message on any +call to the function. An optional message can be supplied to provide a custom +message. + +### deprecate.property(obj, prop, message) + +Call this function to wrap a given property on object in a deprecation message +on any accessing or setting of the property. An optional message can be supplied +to provide a custom message. + +The method must be called on the object where the property belongs (not +inherited from the prototype). + +If the property is a data descriptor, it will be converted to an accessor +descriptor in order to display the deprecation message. + +### process.on('deprecation', fn) + +This module will allow easy capturing of deprecation errors by emitting the +errors as the type "deprecation" on the global `process`. If there are no +listeners for this type, the errors are written to STDERR as normal, but if +there are any listeners, nothing will be written to STDERR and instead only +emitted. From there, you can write the errors in a different format or to a +logging source. + +The error represents the deprecation and is emitted only once with the same +rules as writing to STDERR. The error has the following properties: + + - `message` - This is the message given by the library + - `name` - This is always `'DeprecationError'` + - `namespace` - This is the namespace the deprecation came from + - `stack` - This is the stack of the call to the deprecated thing + +Example `error.stack` output: + +``` +DeprecationError: my-cool-module deprecated oldfunction + at Object.<anonymous> ([eval]-wrapper:6:22) + at Module._compile (module.js:456:26) + at evalScript (node.js:532:25) + at startup (node.js:80:7) + at node.js:902:3 +``` + +### process.env.NO_DEPRECATION + +As a user of modules that are deprecated, the environment variable `NO_DEPRECATION` +is provided as a quick solution to silencing deprecation warnings from being +output. The format of this is similar to that of `DEBUG`: + +```sh +$ NO_DEPRECATION=my-module,othermod node app.js +``` + +This will suppress deprecations from being output for "my-module" and "othermod". +The value is a list of comma-separated namespaces. To suppress every warning +across all namespaces, use the value `*` for a namespace. + +Providing the argument `--no-deprecation` to the `node` executable will suppress +all deprecations (only available in Node.js 0.8 or higher). + +**NOTE** This will not suppress the deperecations given to any "deprecation" +event listeners, just the output to STDERR. + +### process.env.TRACE_DEPRECATION + +As a user of modules that are deprecated, the environment variable `TRACE_DEPRECATION` +is provided as a solution to getting more detailed location information in deprecation +warnings by including the entire stack trace. The format of this is the same as +`NO_DEPRECATION`: + +```sh +$ TRACE_DEPRECATION=my-module,othermod node app.js +``` + +This will include stack traces for deprecations being output for "my-module" and +"othermod". The value is a list of comma-separated namespaces. To trace every +warning across all namespaces, use the value `*` for a namespace. + +Providing the argument `--trace-deprecation` to the `node` executable will trace +all deprecations (only available in Node.js 0.8 or higher). + +**NOTE** This will not trace the deperecations silenced by `NO_DEPRECATION`. + +## Display + +![message](files/message.png) + +When a user calls a function in your library that you mark deprecated, they +will see the following written to STDERR (in the given colors, similar colors +and layout to the `debug` module): + +``` +bright cyan bright yellow +| | reset cyan +| | | | +▼ ▼ ▼ ▼ +my-cool-module deprecated oldfunction [eval]-wrapper:6:22 +▲ ▲ ▲ ▲ +| | | | +namespace | | location of mycoolmod.oldfunction() call + | deprecation message + the word "deprecated" +``` + +If the user redirects their STDERR to a file or somewhere that does not support +colors, they see (similar layout to the `debug` module): + +``` +Sun, 15 Jun 2014 05:21:37 GMT my-cool-module deprecated oldfunction at [eval]-wrapper:6:22 +▲ ▲ ▲ ▲ ▲ +| | | | | +timestamp of message namespace | | location of mycoolmod.oldfunction() call + | deprecation message + the word "deprecated" +``` + +## Examples + +### Deprecating all calls to a function + +This will display a deprecated message about "oldfunction" being deprecated +from "my-module" on STDERR. + +```js +var deprecate = require('depd')('my-cool-module') + +// message automatically derived from function name +// Object.oldfunction +exports.oldfunction = deprecate.function(function oldfunction () { + // all calls to function are deprecated +}) + +// specific message +exports.oldfunction = deprecate.function(function () { + // all calls to function are deprecated +}, 'oldfunction') +``` + +### Conditionally deprecating a function call + +This will display a deprecated message about "weirdfunction" being deprecated +from "my-module" on STDERR when called with less than 2 arguments. + +```js +var deprecate = require('depd')('my-cool-module') + +exports.weirdfunction = function () { + if (arguments.length < 2) { + // calls with 0 or 1 args are deprecated + deprecate('weirdfunction args < 2') + } +} +``` + +When calling `deprecate` as a function, the warning is counted per call site +within your own module, so you can display different deprecations depending +on different situations and the users will still get all the warnings: + +```js +var deprecate = require('depd')('my-cool-module') + +exports.weirdfunction = function () { + if (arguments.length < 2) { + // calls with 0 or 1 args are deprecated + deprecate('weirdfunction args < 2') + } else if (typeof arguments[0] !== 'string') { + // calls with non-string first argument are deprecated + deprecate('weirdfunction non-string first arg') + } +} +``` + +### Deprecating property access + +This will display a deprecated message about "oldprop" being deprecated +from "my-module" on STDERR when accessed. A deprecation will be displayed +when setting the value and when getting the value. + +```js +var deprecate = require('depd')('my-cool-module') + +exports.oldprop = 'something' + +// message automatically derives from property name +deprecate.property(exports, 'oldprop') + +// explicit message +deprecate.property(exports, 'oldprop', 'oldprop >= 0.10') +``` + +## License + +[MIT](LICENSE) + +[npm-version-image]: https://img.shields.io/npm/v/depd.svg +[npm-downloads-image]: https://img.shields.io/npm/dm/depd.svg +[npm-url]: https://npmjs.org/package/depd +[travis-image]: https://img.shields.io/travis/dougwilson/nodejs-depd/master.svg?label=linux +[travis-url]: https://travis-ci.org/dougwilson/nodejs-depd +[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/nodejs-depd/master.svg?label=windows +[appveyor-url]: https://ci.appveyor.com/project/dougwilson/nodejs-depd +[coveralls-image]: https://img.shields.io/coveralls/dougwilson/nodejs-depd/master.svg +[coveralls-url]: https://coveralls.io/r/dougwilson/nodejs-depd?branch=master +[node-image]: https://img.shields.io/node/v/depd.svg +[node-url]: https://nodejs.org/en/download/ diff --git a/node_modules/response-time/node_modules/depd/index.js b/node_modules/response-time/node_modules/depd/index.js new file mode 100644 index 000000000..d758d3c8f --- /dev/null +++ b/node_modules/response-time/node_modules/depd/index.js @@ -0,0 +1,522 @@ +/*! + * depd + * Copyright(c) 2014-2017 Douglas Christopher Wilson + * MIT Licensed + */ + +/** + * Module dependencies. + */ + +var callSiteToString = require('./lib/compat').callSiteToString +var eventListenerCount = require('./lib/compat').eventListenerCount +var relative = require('path').relative + +/** + * Module exports. + */ + +module.exports = depd + +/** + * Get the path to base files on. + */ + +var basePath = process.cwd() + +/** + * Determine if namespace is contained in the string. + */ + +function containsNamespace (str, namespace) { + var vals = str.split(/[ ,]+/) + var ns = String(namespace).toLowerCase() + + for (var i = 0; i < vals.length; i++) { + var val = vals[i] + + // namespace contained + if (val && (val === '*' || val.toLowerCase() === ns)) { + return true + } + } + + return false +} + +/** + * Convert a data descriptor to accessor descriptor. + */ + +function convertDataDescriptorToAccessor (obj, prop, message) { + var descriptor = Object.getOwnPropertyDescriptor(obj, prop) + var value = descriptor.value + + descriptor.get = function getter () { return value } + + if (descriptor.writable) { + descriptor.set = function setter (val) { return (value = val) } + } + + delete descriptor.value + delete descriptor.writable + + Object.defineProperty(obj, prop, descriptor) + + return descriptor +} + +/** + * Create arguments string to keep arity. + */ + +function createArgumentsString (arity) { + var str = '' + + for (var i = 0; i < arity; i++) { + str += ', arg' + i + } + + return str.substr(2) +} + +/** + * Create stack string from stack. + */ + +function createStackString (stack) { + var str = this.name + ': ' + this.namespace + + if (this.message) { + str += ' deprecated ' + this.message + } + + for (var i = 0; i < stack.length; i++) { + str += '\n at ' + callSiteToString(stack[i]) + } + + return str +} + +/** + * Create deprecate for namespace in caller. + */ + +function depd (namespace) { + if (!namespace) { + throw new TypeError('argument namespace is required') + } + + var stack = getStack() + var site = callSiteLocation(stack[1]) + var file = site[0] + + function deprecate (message) { + // call to self as log + log.call(deprecate, message) + } + + deprecate._file = file + deprecate._ignored = isignored(namespace) + deprecate._namespace = namespace + deprecate._traced = istraced(namespace) + deprecate._warned = Object.create(null) + + deprecate.function = wrapfunction + deprecate.property = wrapproperty + + return deprecate +} + +/** + * Determine if namespace is ignored. + */ + +function isignored (namespace) { + /* istanbul ignore next: tested in a child processs */ + if (process.noDeprecation) { + // --no-deprecation support + return true + } + + var str = process.env.NO_DEPRECATION || '' + + // namespace ignored + return containsNamespace(str, namespace) +} + +/** + * Determine if namespace is traced. + */ + +function istraced (namespace) { + /* istanbul ignore next: tested in a child processs */ + if (process.traceDeprecation) { + // --trace-deprecation support + return true + } + + var str = process.env.TRACE_DEPRECATION || '' + + // namespace traced + return containsNamespace(str, namespace) +} + +/** + * Display deprecation message. + */ + +function log (message, site) { + var haslisteners = eventListenerCount(process, 'deprecation') !== 0 + + // abort early if no destination + if (!haslisteners && this._ignored) { + return + } + + var caller + var callFile + var callSite + var depSite + var i = 0 + var seen = false + var stack = getStack() + var file = this._file + + if (site) { + // provided site + depSite = site + callSite = callSiteLocation(stack[1]) + callSite.name = depSite.name + file = callSite[0] + } else { + // get call site + i = 2 + depSite = callSiteLocation(stack[i]) + callSite = depSite + } + + // get caller of deprecated thing in relation to file + for (; i < stack.length; i++) { + caller = callSiteLocation(stack[i]) + callFile = caller[0] + + if (callFile === file) { + seen = true + } else if (callFile === this._file) { + file = this._file + } else if (seen) { + break + } + } + + var key = caller + ? depSite.join(':') + '__' + caller.join(':') + : undefined + + if (key !== undefined && key in this._warned) { + // already warned + return + } + + this._warned[key] = true + + // generate automatic message from call site + var msg = message + if (!msg) { + msg = callSite === depSite || !callSite.name + ? defaultMessage(depSite) + : defaultMessage(callSite) + } + + // emit deprecation if listeners exist + if (haslisteners) { + var err = DeprecationError(this._namespace, msg, stack.slice(i)) + process.emit('deprecation', err) + return + } + + // format and write message + var format = process.stderr.isTTY + ? formatColor + : formatPlain + var output = format.call(this, msg, caller, stack.slice(i)) + process.stderr.write(output + '\n', 'utf8') +} + +/** + * Get call site location as array. + */ + +function callSiteLocation (callSite) { + var file = callSite.getFileName() || '<anonymous>' + var line = callSite.getLineNumber() + var colm = callSite.getColumnNumber() + + if (callSite.isEval()) { + file = callSite.getEvalOrigin() + ', ' + file + } + + var site = [file, line, colm] + + site.callSite = callSite + site.name = callSite.getFunctionName() + + return site +} + +/** + * Generate a default message from the site. + */ + +function defaultMessage (site) { + var callSite = site.callSite + var funcName = site.name + + // make useful anonymous name + if (!funcName) { + funcName = '<anonymous@' + formatLocation(site) + '>' + } + + var context = callSite.getThis() + var typeName = context && callSite.getTypeName() + + // ignore useless type name + if (typeName === 'Object') { + typeName = undefined + } + + // make useful type name + if (typeName === 'Function') { + typeName = context.name || typeName + } + + return typeName && callSite.getMethodName() + ? typeName + '.' + funcName + : funcName +} + +/** + * Format deprecation message without color. + */ + +function formatPlain (msg, caller, stack) { + var timestamp = new Date().toUTCString() + + var formatted = timestamp + + ' ' + this._namespace + + ' deprecated ' + msg + + // add stack trace + if (this._traced) { + for (var i = 0; i < stack.length; i++) { + formatted += '\n at ' + callSiteToString(stack[i]) + } + + return formatted + } + + if (caller) { + formatted += ' at ' + formatLocation(caller) + } + + return formatted +} + +/** + * Format deprecation message with color. + */ + +function formatColor (msg, caller, stack) { + var formatted = '\x1b[36;1m' + this._namespace + '\x1b[22;39m' + // bold cyan + ' \x1b[33;1mdeprecated\x1b[22;39m' + // bold yellow + ' \x1b[0m' + msg + '\x1b[39m' // reset + + // add stack trace + if (this._traced) { + for (var i = 0; i < stack.length; i++) { + formatted += '\n \x1b[36mat ' + callSiteToString(stack[i]) + '\x1b[39m' // cyan + } + + return formatted + } + + if (caller) { + formatted += ' \x1b[36m' + formatLocation(caller) + '\x1b[39m' // cyan + } + + return formatted +} + +/** + * Format call site location. + */ + +function formatLocation (callSite) { + return relative(basePath, callSite[0]) + + ':' + callSite[1] + + ':' + callSite[2] +} + +/** + * Get the stack as array of call sites. + */ + +function getStack () { + var limit = Error.stackTraceLimit + var obj = {} + var prep = Error.prepareStackTrace + + Error.prepareStackTrace = prepareObjectStackTrace + Error.stackTraceLimit = Math.max(10, limit) + + // capture the stack + Error.captureStackTrace(obj) + + // slice this function off the top + var stack = obj.stack.slice(1) + + Error.prepareStackTrace = prep + Error.stackTraceLimit = limit + + return stack +} + +/** + * Capture call site stack from v8. + */ + +function prepareObjectStackTrace (obj, stack) { + return stack +} + +/** + * Return a wrapped function in a deprecation message. + */ + +function wrapfunction (fn, message) { + if (typeof fn !== 'function') { + throw new TypeError('argument fn must be a function') + } + + var args = createArgumentsString(fn.length) + var deprecate = this // eslint-disable-line no-unused-vars + var stack = getStack() + var site = callSiteLocation(stack[1]) + + site.name = fn.name + + // eslint-disable-next-line no-eval + var deprecatedfn = eval('(function (' + args + ') {\n' + + '"use strict"\n' + + 'log.call(deprecate, message, site)\n' + + 'return fn.apply(this, arguments)\n' + + '})') + + return deprecatedfn +} + +/** + * Wrap property in a deprecation message. + */ + +function wrapproperty (obj, prop, message) { + if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) { + throw new TypeError('argument obj must be object') + } + + var descriptor = Object.getOwnPropertyDescriptor(obj, prop) + + if (!descriptor) { + throw new TypeError('must call property on owner object') + } + + if (!descriptor.configurable) { + throw new TypeError('property must be configurable') + } + + var deprecate = this + var stack = getStack() + var site = callSiteLocation(stack[1]) + + // set site name + site.name = prop + + // convert data descriptor + if ('value' in descriptor) { + descriptor = convertDataDescriptorToAccessor(obj, prop, message) + } + + var get = descriptor.get + var set = descriptor.set + + // wrap getter + if (typeof get === 'function') { + descriptor.get = function getter () { + log.call(deprecate, message, site) + return get.apply(this, arguments) + } + } + + // wrap setter + if (typeof set === 'function') { + descriptor.set = function setter () { + log.call(deprecate, message, site) + return set.apply(this, arguments) + } + } + + Object.defineProperty(obj, prop, descriptor) +} + +/** + * Create DeprecationError for deprecation + */ + +function DeprecationError (namespace, message, stack) { + var error = new Error() + var stackString + + Object.defineProperty(error, 'constructor', { + value: DeprecationError + }) + + Object.defineProperty(error, 'message', { + configurable: true, + enumerable: false, + value: message, + writable: true + }) + + Object.defineProperty(error, 'name', { + enumerable: false, + configurable: true, + value: 'DeprecationError', + writable: true + }) + + Object.defineProperty(error, 'namespace', { + configurable: true, + enumerable: false, + value: namespace, + writable: true + }) + + Object.defineProperty(error, 'stack', { + configurable: true, + enumerable: false, + get: function () { + if (stackString !== undefined) { + return stackString + } + + // prepare stack trace + return (stackString = createStackString.call(this, stack)) + }, + set: function setter (val) { + stackString = val + } + }) + + return error +} diff --git a/node_modules/response-time/node_modules/depd/lib/browser/index.js b/node_modules/response-time/node_modules/depd/lib/browser/index.js new file mode 100644 index 000000000..6be45cc20 --- /dev/null +++ b/node_modules/response-time/node_modules/depd/lib/browser/index.js @@ -0,0 +1,77 @@ +/*! + * depd + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = depd + +/** + * Create deprecate for namespace in caller. + */ + +function depd (namespace) { + if (!namespace) { + throw new TypeError('argument namespace is required') + } + + function deprecate (message) { + // no-op in browser + } + + deprecate._file = undefined + deprecate._ignored = true + deprecate._namespace = namespace + deprecate._traced = false + deprecate._warned = Object.create(null) + + deprecate.function = wrapfunction + deprecate.property = wrapproperty + + return deprecate +} + +/** + * Return a wrapped function in a deprecation message. + * + * This is a no-op version of the wrapper, which does nothing but call + * validation. + */ + +function wrapfunction (fn, message) { + if (typeof fn !== 'function') { + throw new TypeError('argument fn must be a function') + } + + return fn +} + +/** + * Wrap property in a deprecation message. + * + * This is a no-op version of the wrapper, which does nothing but call + * validation. + */ + +function wrapproperty (obj, prop, message) { + if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) { + throw new TypeError('argument obj must be object') + } + + var descriptor = Object.getOwnPropertyDescriptor(obj, prop) + + if (!descriptor) { + throw new TypeError('must call property on owner object') + } + + if (!descriptor.configurable) { + throw new TypeError('property must be configurable') + } +} diff --git a/node_modules/response-time/node_modules/depd/lib/compat/callsite-tostring.js b/node_modules/response-time/node_modules/depd/lib/compat/callsite-tostring.js new file mode 100644 index 000000000..73186dc64 --- /dev/null +++ b/node_modules/response-time/node_modules/depd/lib/compat/callsite-tostring.js @@ -0,0 +1,103 @@ +/*! + * depd + * Copyright(c) 2014 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + */ + +module.exports = callSiteToString + +/** + * Format a CallSite file location to a string. + */ + +function callSiteFileLocation (callSite) { + var fileName + var fileLocation = '' + + if (callSite.isNative()) { + fileLocation = 'native' + } else if (callSite.isEval()) { + fileName = callSite.getScriptNameOrSourceURL() + if (!fileName) { + fileLocation = callSite.getEvalOrigin() + } + } else { + fileName = callSite.getFileName() + } + + if (fileName) { + fileLocation += fileName + + var lineNumber = callSite.getLineNumber() + if (lineNumber != null) { + fileLocation += ':' + lineNumber + + var columnNumber = callSite.getColumnNumber() + if (columnNumber) { + fileLocation += ':' + columnNumber + } + } + } + + return fileLocation || 'unknown source' +} + +/** + * Format a CallSite to a string. + */ + +function callSiteToString (callSite) { + var addSuffix = true + var fileLocation = callSiteFileLocation(callSite) + var functionName = callSite.getFunctionName() + var isConstructor = callSite.isConstructor() + var isMethodCall = !(callSite.isToplevel() || isConstructor) + var line = '' + + if (isMethodCall) { + var methodName = callSite.getMethodName() + var typeName = getConstructorName(callSite) + + if (functionName) { + if (typeName && functionName.indexOf(typeName) !== 0) { + line += typeName + '.' + } + + line += functionName + + if (methodName && functionName.lastIndexOf('.' + methodName) !== functionName.length - methodName.length - 1) { + line += ' [as ' + methodName + ']' + } + } else { + line += typeName + '.' + (methodName || '<anonymous>') + } + } else if (isConstructor) { + line += 'new ' + (functionName || '<anonymous>') + } else if (functionName) { + line += functionName + } else { + addSuffix = false + line += fileLocation + } + + if (addSuffix) { + line += ' (' + fileLocation + ')' + } + + return line +} + +/** + * Get constructor name of reviver. + */ + +function getConstructorName (obj) { + var receiver = obj.receiver + return (receiver.constructor && receiver.constructor.name) || null +} diff --git a/node_modules/response-time/node_modules/depd/lib/compat/event-listener-count.js b/node_modules/response-time/node_modules/depd/lib/compat/event-listener-count.js new file mode 100644 index 000000000..3a8925d13 --- /dev/null +++ b/node_modules/response-time/node_modules/depd/lib/compat/event-listener-count.js @@ -0,0 +1,22 @@ +/*! + * depd + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = eventListenerCount + +/** + * Get the count of listeners on an event emitter of a specific type. + */ + +function eventListenerCount (emitter, type) { + return emitter.listeners(type).length +} diff --git a/node_modules/response-time/node_modules/depd/lib/compat/index.js b/node_modules/response-time/node_modules/depd/lib/compat/index.js new file mode 100644 index 000000000..955b3336b --- /dev/null +++ b/node_modules/response-time/node_modules/depd/lib/compat/index.js @@ -0,0 +1,79 @@ +/*! + * depd + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var EventEmitter = require('events').EventEmitter + +/** + * Module exports. + * @public + */ + +lazyProperty(module.exports, 'callSiteToString', function callSiteToString () { + var limit = Error.stackTraceLimit + var obj = {} + var prep = Error.prepareStackTrace + + function prepareObjectStackTrace (obj, stack) { + return stack + } + + Error.prepareStackTrace = prepareObjectStackTrace + Error.stackTraceLimit = 2 + + // capture the stack + Error.captureStackTrace(obj) + + // slice the stack + var stack = obj.stack.slice() + + Error.prepareStackTrace = prep + Error.stackTraceLimit = limit + + return stack[0].toString ? toString : require('./callsite-tostring') +}) + +lazyProperty(module.exports, 'eventListenerCount', function eventListenerCount () { + return EventEmitter.listenerCount || require('./event-listener-count') +}) + +/** + * Define a lazy property. + */ + +function lazyProperty (obj, prop, getter) { + function get () { + var val = getter() + + Object.defineProperty(obj, prop, { + configurable: true, + enumerable: true, + value: val + }) + + return val + } + + Object.defineProperty(obj, prop, { + configurable: true, + enumerable: true, + get: get + }) +} + +/** + * Call toString() on the obj + */ + +function toString (obj) { + return obj.toString() +} diff --git a/node_modules/response-time/node_modules/depd/package.json b/node_modules/response-time/node_modules/depd/package.json new file mode 100644 index 000000000..5e3c86321 --- /dev/null +++ b/node_modules/response-time/node_modules/depd/package.json @@ -0,0 +1,41 @@ +{ + "name": "depd", + "description": "Deprecate all the things", + "version": "1.1.2", + "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", + "license": "MIT", + "keywords": [ + "deprecate", + "deprecated" + ], + "repository": "dougwilson/nodejs-depd", + "browser": "lib/browser/index.js", + "devDependencies": { + "benchmark": "2.1.4", + "beautify-benchmark": "0.2.4", + "eslint": "3.19.0", + "eslint-config-standard": "7.1.0", + "eslint-plugin-markdown": "1.0.0-beta.7", + "eslint-plugin-promise": "3.6.0", + "eslint-plugin-standard": "3.0.1", + "istanbul": "0.4.5", + "mocha": "~1.21.5" + }, + "files": [ + "lib/", + "History.md", + "LICENSE", + "index.js", + "Readme.md" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "bench": "node benchmark/index.js", + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec --bail test/", + "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/" + } +} diff --git a/node_modules/response-time/package.json b/node_modules/response-time/package.json new file mode 100644 index 000000000..0d08bfc3b --- /dev/null +++ b/node_modules/response-time/package.json @@ -0,0 +1,45 @@ +{ + "name": "response-time", + "description": "Response time for Node.js servers", + "version": "2.3.2", + "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", + "contributors": [ + "Douglas Christopher Wilson <doug@somethingdoug.com>" + ], + "license": "MIT", + "keywords": [ + "http", + "res", + "response time", + "x-response-time" + ], + "repository": "expressjs/response-time", + "dependencies": { + "depd": "~1.1.0", + "on-headers": "~1.0.1" + }, + "devDependencies": { + "after": "0.8.2", + "eslint": "3.10.1", + "eslint-config-standard": "6.2.1", + "eslint-plugin-promise": "3.3.2", + "eslint-plugin-standard": "2.0.1", + "istanbul": "0.4.5", + "mocha": "2.5.3", + "supertest": "1.1.0" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8.0" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" + } +} diff --git a/node_modules/shellwords/LICENSE b/node_modules/shellwords/LICENSE new file mode 100644 index 000000000..719e099ce --- /dev/null +++ b/node_modules/shellwords/LICENSE @@ -0,0 +1,19 @@ +Copyright (C) 2011 by Jimmy Cuadra + +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. \ No newline at end of file diff --git a/node_modules/shellwords/README.md b/node_modules/shellwords/README.md new file mode 100644 index 000000000..8cf5d8899 --- /dev/null +++ b/node_modules/shellwords/README.md @@ -0,0 +1,19 @@ +# Shellwords + +Shellwords provides functions to manipulate strings according to the word parsing rules of the UNIX Bourne shell. It is based on [the Ruby module of the same name](http://www.ruby-doc.org/stdlib-1.9.3/libdoc/shellwords/rdoc/Shellwords.html). + +## Installation + +Add "shellwords" to your `package.json` file and run `npm install`. + +## Example + +``` javascript +var shellwords = require("shellwords"); + +shellwords.split("foo 'bar baz'"); +// ["foo", "bar baz"] + +shellwords.escape("What's up, yo?"); +// 'What\\\'s\\ up,\\ yo\\?' +``` diff --git a/node_modules/shellwords/lib/shellwords.js b/node_modules/shellwords/lib/shellwords.js new file mode 100644 index 000000000..0fb483315 --- /dev/null +++ b/node_modules/shellwords/lib/shellwords.js @@ -0,0 +1,57 @@ +// Generated by CoffeeScript 1.3.3 +(function() { + var scan; + + scan = function(string, pattern, callback) { + var match, result; + result = ""; + while (string.length > 0) { + match = string.match(pattern); + if (match) { + result += string.slice(0, match.index); + result += callback(match); + string = string.slice(match.index + match[0].length); + } else { + result += string; + string = ""; + } + } + return result; + }; + + exports.split = function(line) { + var field, words; + if (line == null) { + line = ""; + } + words = []; + field = ""; + scan(line, /\s*(?:([^\s\\\'\"]+)|'((?:[^\'\\]|\\.)*)'|"((?:[^\"\\]|\\.)*)"|(\\.?)|(\S))(\s|$)?/, function(match) { + var dq, escape, garbage, raw, seperator, sq, word; + raw = match[0], word = match[1], sq = match[2], dq = match[3], escape = match[4], garbage = match[5], seperator = match[6]; + if (garbage != null) { + throw new Error("Unmatched quote"); + } + field += word || (sq || dq || escape).replace(/\\(?=.)/, ""); + if (seperator != null) { + words.push(field); + return field = ""; + } + }); + if (field) { + words.push(field); + } + return words; + }; + + exports.escape = function(str) { + if (str == null) { + str = ""; + } + if (str == null) { + return "''"; + } + return str.replace(/([^A-Za-z0-9_\-.,:\/@\n])/g, "\\$1").replace(/\n/g, "'\n'"); + }; + +}).call(this); diff --git a/node_modules/shellwords/package.json b/node_modules/shellwords/package.json new file mode 100644 index 000000000..ae9398ad1 --- /dev/null +++ b/node_modules/shellwords/package.json @@ -0,0 +1,22 @@ +{ + "author": "Jimmy Cuadra <jimmy@jimmycuadra.com> (http://jimmycuadra.com/)", + "name": "shellwords", + "description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.", + "version": "0.1.1", + "homepage": "https://github.com/jimmycuadra/shellwords", + "repository": { + "type": "git", + "url": "git://github.com/jimmycuadra/shellwords.git" + }, + "main": "./lib/shellwords", + "files": ["lib"], + "scripts": { + "test": "cake spec" + }, + "license": "MIT", + "dependencies": {}, + "devDependencies": { + "jasmine-node": "~1.0.26", + "nodewatch": "~0.1.0" + } +} diff --git a/node_modules/tsscmp/.travis.yml b/node_modules/tsscmp/.travis.yml new file mode 100644 index 000000000..9b0586086 --- /dev/null +++ b/node_modules/tsscmp/.travis.yml @@ -0,0 +1,18 @@ +language: node_js +node_js: + - "10.5" + - "9.11" + - "8.11" + - "7.10" + - "6" + - "5" + - "5.1" + - "4" + - "4.2" + - "4.1" + - "4.0" + - "0.12" + - "0.11" + - "0.10" + - "0.8" + \ No newline at end of file diff --git a/node_modules/tsscmp/LICENSE b/node_modules/tsscmp/LICENSE new file mode 100644 index 000000000..c62e51bf1 --- /dev/null +++ b/node_modules/tsscmp/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 + +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/node_modules/tsscmp/README.md b/node_modules/tsscmp/README.md new file mode 100644 index 000000000..cba99d037 --- /dev/null +++ b/node_modules/tsscmp/README.md @@ -0,0 +1,48 @@ +# Timing safe string compare using double HMAC + +[![Node.js Version](https://img.shields.io/node/v/tsscmp.svg?style=flat-square)](https://nodejs.org/en/download) +[![npm](https://img.shields.io/npm/v/tsscmp.svg?style=flat-square)](https://npmjs.org/package/tsscmp) +[![NPM Downloads](https://img.shields.io/npm/dm/tsscmp.svg?style=flat-square)](https://npmjs.org/package/tsscmp) +[![Build Status](https://img.shields.io/travis/suryagh/tsscmp/master.svg?style=flat-square)](https://travis-ci.org/suryagh/tsscmp) +[![Build Status](https://img.shields.io/appveyor/ci/suryagh/tsscmp/master.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/suryagh/tsscmp) +[![Dependency Status](http://img.shields.io/david/suryagh/tsscmp.svg?style=flat-square)](https://david-dm.org/suryagh/tsscmp) +[![npm-license](http://img.shields.io/npm/l/tsscmp.svg?style=flat-square)](LICENSE) + + +Prevents [timing attacks](http://codahale.com/a-lesson-in-timing-attacks/) using Brad Hill's +[Double HMAC pattern](https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2011/february/double-hmac-verification/) +to perform secure string comparison. Double HMAC avoids the timing atacks by blinding the +timing channel using random time per attempt comparison against iterative brute force attacks. + + +## Install + +``` +npm install tsscmp +``` +## Why +To compare secret values like **authentication tokens**, **passwords** or +**capability urls** so that timing information is not +leaked to the attacker. + +## Example + +```js +var timingSafeCompare = require('tsscmp'); + +var sessionToken = '127e6fbfe24a750e72930c'; +var givenToken = '127e6fbfe24a750e72930c'; + +if (timingSafeCompare(sessionToken, givenToken)) { + console.log('good token'); +} else { + console.log('bad token'); +} +``` +##License: +[MIT](LICENSE) + +**Credits to:** [@jsha](https://github.com/jsha) | +[@bnoordhuis](https://github.com/bnoordhuis) | +[@suryagh](https://github.com/suryagh) | + \ No newline at end of file diff --git a/node_modules/tsscmp/appveyor.yml b/node_modules/tsscmp/appveyor.yml new file mode 100644 index 000000000..29cd460bd --- /dev/null +++ b/node_modules/tsscmp/appveyor.yml @@ -0,0 +1,29 @@ +# Test against this version of Node.js +environment: + matrix: + # nodejs_version: "0.6" not supported in Windows x86 + - nodejs_version: "0.8" + - nodejs_version: "0.10" + - nodejs_version: "0.11" + - nodejs_version: "0.12" + - nodejs_version: "4.0" + - nodejs_version: "5.0" + - nodejs_version: "6.0" + +# Install scripts. (runs after repo cloning) +install: + # Get the latest stable version of Node.js or io.js + - ps: Install-Product node $env:nodejs_version + # install modules + - npm install + +# Post-install test scripts. +test_script: + # Output useful info for debugging. + - node --version + - npm --version + # run tests + - npm test + +# Don't actually build. +build: off diff --git a/node_modules/tsscmp/lib/index.js b/node_modules/tsscmp/lib/index.js new file mode 100644 index 000000000..d52e5b542 --- /dev/null +++ b/node_modules/tsscmp/lib/index.js @@ -0,0 +1,38 @@ +'use strict'; + +// Implements Brad Hill's Double HMAC pattern from +// https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2011/february/double-hmac-verification/. +// The approach is similar to the node's native implementation of timing safe buffer comparison that will be available on v6+. +// https://github.com/nodejs/node/issues/3043 +// https://github.com/nodejs/node/pull/3073 + +var crypto = require('crypto'); + +function bufferEqual(a, b) { + if (a.length !== b.length) { + return false; + } + // `crypto.timingSafeEqual` was introduced in Node v6.6.0 + // <https://github.com/jshttp/basic-auth/issues/39> + if (crypto.timingSafeEqual) { + return crypto.timingSafeEqual(a, b); + } + for (var i = 0; i < a.length; i++) { + if (a[i] !== b[i]) { + return false; + } + } + return true; +} + +function timeSafeCompare(a, b) { + var sa = String(a); + var sb = String(b); + var key = crypto.pseudoRandomBytes(32); + var ah = crypto.createHmac('sha256', key).update(sa).digest(); + var bh = crypto.createHmac('sha256', key).update(sb).digest(); + + return bufferEqual(ah, bh) && a === b; +} + +module.exports = timeSafeCompare; diff --git a/node_modules/tsscmp/package.json b/node_modules/tsscmp/package.json new file mode 100644 index 000000000..a88010b6e --- /dev/null +++ b/node_modules/tsscmp/package.json @@ -0,0 +1,29 @@ +{ + "name": "tsscmp", + "version": "1.0.6", + "description": "Timing safe string compare using double HMAC", + "main": "lib/index.js", + "dependencies": {}, + "devDependencies": {}, + "scripts": { + "test": "node test/unit && node test/benchmark" + }, + "repository": { + "type": "git", + "url": "https://github.com/suryagh/tsscmp.git" + }, + "keywords": [ + "timing safe string compare", + "double hmac string compare", + "safe string compare", + "hmac" + ], + "author": "suryagh", + "publishConfig": { + "registry": "https://registry.npmjs.org" + }, + "engines": { + "node": ">=0.6.x" + }, + "license": "MIT" +} diff --git a/node_modules/tsscmp/test/benchmark/index.js b/node_modules/tsscmp/test/benchmark/index.js new file mode 100644 index 000000000..fd93e4233 --- /dev/null +++ b/node_modules/tsscmp/test/benchmark/index.js @@ -0,0 +1,30 @@ +'use strict'; + +var timeSafeCompare = require('../../lib/index'); + +function random(length) { + + length = length || 32; + var result = ""; + var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()-+/*[]{}-=\|;\':\"<>?,./"; + + for( var i=0; i < length; i++ ){ + result += possible.charAt(Math.floor(Math.random() * possible.length)); + } + return result; +} + +function run(count) { + count = count || 100*1000; + console.log('benchmark count: ' + count/1000 + 'k'); + console.time('benchmark'); + + while(count--){ + timeSafeCompare(random(), random()); + } + console.timeEnd('benchmark'); +} + +run(100000); + +module.exports = run; diff --git a/node_modules/tsscmp/test/unit/index.js b/node_modules/tsscmp/test/unit/index.js new file mode 100644 index 000000000..03354234a --- /dev/null +++ b/node_modules/tsscmp/test/unit/index.js @@ -0,0 +1,69 @@ +'use strict'; + +var assert = require('assert'); +var timeSafeCompare = require('../../lib/index'); + +process.on('error', function (e) { + console.log('caught: ' + e); +}); + +function testEqual(a, b) { + assert(timeSafeCompare(a, b)); + + // lets also do a parity check with the strict equal to operator + assert(a === b); +} + +function testNotEqual(a, b) { + assert(!timeSafeCompare(a, b)); + + // lets also do a parity check with the strict not equal to operator + assert(a !== b); +} + +// note: lets also make sure tsscmp can be inline replaced for any types - +// just incase if anyone is interested + +// positive tests +testEqual('127e6fbfe24a750e72930c220a8e138275656b8e5d8f48a98c3c92df2caba935', + '127e6fbfe24a750e72930c220a8e138275656b8e5d8f48a98c3c92df2caba935', + 'test '); +testEqual('a', 'a'); +testEqual('', ''); +testEqual(undefined, undefined); +testEqual(true, true); +testEqual(false, false); +(function () { + var a = { a: 1 }; + testEqual(a, a); +})(); +(function () { + function f1() { return 1; }; + testEqual(f1, f1); +})(); + +// negative tests +testNotEqual(''); +testNotEqual('a', 'b'); +testNotEqual('a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'); +testNotEqual('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'a'); +testNotEqual('alpha', 'beta'); +testNotEqual(false, true); +testNotEqual(false, undefined); +testNotEqual(function () { }, function () { }); +testNotEqual({}, {}); +testNotEqual({ a: 1 }, { a: 1 }); +testNotEqual({ a: 1 }, { a: 2 }); +testNotEqual([1, 2], [1, 2]); +testNotEqual([1, 2], [1, 2, 3]); +(function () { + var a = { p: 1 }; + var b = { p: 1 }; + testNotEqual(a, b); +})(); +(function () { + function f1() { return 1; }; + function f2() { return 1; }; + testNotEqual(f1, f2); +})(); +console.log('Success: all tests complete.'); diff --git a/node_modules/which/CHANGELOG.md b/node_modules/which/CHANGELOG.md new file mode 100644 index 000000000..7fb1f2033 --- /dev/null +++ b/node_modules/which/CHANGELOG.md @@ -0,0 +1,166 @@ +# Changes + + +## 2.0.2 + +* Rename bin to `node-which` + +## 2.0.1 + +* generate changelog and publish on version bump +* enforce 100% test coverage +* Promise interface + +## 2.0.0 + +* Parallel tests, modern JavaScript, and drop support for node < 8 + +## 1.3.1 + +* update deps +* update travis + +## v1.3.0 + +* Add nothrow option to which.sync +* update tap + +## v1.2.14 + +* appveyor: drop node 5 and 0.x +* travis-ci: add node 6, drop 0.x + +## v1.2.13 + +* test: Pass missing option to pass on windows +* update tap +* update isexe to 2.0.0 +* neveragain.tech pledge request + +## v1.2.12 + +* Removed unused require + +## v1.2.11 + +* Prevent changelog script from being included in package + +## v1.2.10 + +* Use env.PATH only, not env.Path + +## v1.2.9 + +* fix for paths starting with ../ +* Remove unused `is-absolute` module + +## v1.2.8 + +* bullet items in changelog that contain (but don't start with) # + +## v1.2.7 + +* strip 'update changelog' changelog entries out of changelog + +## v1.2.6 + +* make the changelog bulleted + +## v1.2.5 + +* make a changelog, and keep it up to date +* don't include tests in package +* Properly handle relative-path executables +* appveyor +* Attach error code to Not Found error +* Make tests pass on Windows + +## v1.2.4 + +* Fix typo + +## v1.2.3 + +* update isexe, fix regression in pathExt handling + +## v1.2.2 + +* update deps, use isexe module, test windows + +## v1.2.1 + +* Sometimes windows PATH entries are quoted +* Fixed a bug in the check for group and user mode bits. This bug was introduced during refactoring for supporting strict mode. +* doc cli + +## v1.2.0 + +* Add support for opt.all and -as cli flags +* test the bin +* update travis +* Allow checking for multiple programs in bin/which +* tap 2 + +## v1.1.2 + +* travis +* Refactored and fixed undefined error on Windows +* Support strict mode + +## v1.1.1 + +* test +g exes against secondary groups, if available +* Use windows exe semantics on cygwin & msys +* cwd should be first in path on win32, not last +* Handle lower-case 'env.Path' on Windows +* Update docs +* use single-quotes + +## v1.1.0 + +* Add tests, depend on is-absolute + +## v1.0.9 + +* which.js: root is allowed to execute files owned by anyone + +## v1.0.8 + +* don't use graceful-fs + +## v1.0.7 + +* add license to package.json + +## v1.0.6 + +* isc license + +## 1.0.5 + +* Awful typo + +## 1.0.4 + +* Test for path absoluteness properly +* win: Allow '' as a pathext if cmd has a . in it + +## 1.0.3 + +* Remove references to execPath +* Make `which.sync()` work on Windows by honoring the PATHEXT variable. +* Make `isExe()` always return true on Windows. +* MIT + +## 1.0.2 + +* Only files can be exes + +## 1.0.1 + +* Respect the PATHEXT env for win32 support +* should 0755 the bin +* binary +* guts +* package +* 1st diff --git a/node_modules/which/LICENSE b/node_modules/which/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/node_modules/which/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/which/README.md b/node_modules/which/README.md new file mode 100644 index 000000000..cd833509f --- /dev/null +++ b/node_modules/which/README.md @@ -0,0 +1,54 @@ +# which + +Like the unix `which` utility. + +Finds the first instance of a specified executable in the PATH +environment variable. Does not cache the results, so `hash -r` is not +needed when the PATH changes. + +## USAGE + +```javascript +var which = require('which') + +// async usage +which('node', function (er, resolvedPath) { + // er is returned if no "node" is found on the PATH + // if it is found, then the absolute path to the exec is returned +}) + +// or promise +which('node').then(resolvedPath => { ... }).catch(er => { ... not found ... }) + +// sync usage +// throws if not found +var resolved = which.sync('node') + +// if nothrow option is used, returns null if not found +resolved = which.sync('node', {nothrow: true}) + +// Pass options to override the PATH and PATHEXT environment vars. +which('node', { path: someOtherPath }, function (er, resolved) { + if (er) + throw er + console.log('found at %j', resolved) +}) +``` + +## CLI USAGE + +Same as the BSD `which(1)` binary. + +``` +usage: which [-as] program ... +``` + +## OPTIONS + +You may pass an options object as the second argument. + +- `path`: Use instead of the `PATH` environment variable. +- `pathExt`: Use instead of the `PATHEXT` environment variable. +- `all`: Return all matches, instead of just the first one. Note that + this means the function returns an array of strings instead of a + single string. diff --git a/node_modules/which/bin/node-which b/node_modules/which/bin/node-which new file mode 100644 index 000000000..7cee3729e --- /dev/null +++ b/node_modules/which/bin/node-which @@ -0,0 +1,52 @@ +#!/usr/bin/env node +var which = require("../") +if (process.argv.length < 3) + usage() + +function usage () { + console.error('usage: which [-as] program ...') + process.exit(1) +} + +var all = false +var silent = false +var dashdash = false +var args = process.argv.slice(2).filter(function (arg) { + if (dashdash || !/^-/.test(arg)) + return true + + if (arg === '--') { + dashdash = true + return false + } + + var flags = arg.substr(1).split('') + for (var f = 0; f < flags.length; f++) { + var flag = flags[f] + switch (flag) { + case 's': + silent = true + break + case 'a': + all = true + break + default: + console.error('which: illegal option -- ' + flag) + usage() + } + } + return false +}) + +process.exit(args.reduce(function (pv, current) { + try { + var f = which.sync(current, { all: all }) + if (all) + f = f.join('\n') + if (!silent) + console.log(f) + return pv; + } catch (e) { + return 1; + } +}, 0)) diff --git a/node_modules/which/package.json b/node_modules/which/package.json new file mode 100644 index 000000000..97ad7fbab --- /dev/null +++ b/node_modules/which/package.json @@ -0,0 +1,43 @@ +{ + "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", + "name": "which", + "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.", + "version": "2.0.2", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/node-which.git" + }, + "main": "which.js", + "bin": { + "node-which": "./bin/node-which" + }, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "devDependencies": { + "mkdirp": "^0.5.0", + "rimraf": "^2.6.2", + "tap": "^14.6.9" + }, + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublish": "npm run changelog", + "prechangelog": "bash gen-changelog.sh", + "changelog": "git add CHANGELOG.md", + "postchangelog": "git commit -m 'update changelog - '${npm_package_version}", + "postpublish": "git push origin --follow-tags" + }, + "files": [ + "which.js", + "bin/node-which" + ], + "tap": { + "check-coverage": true + }, + "engines": { + "node": ">= 8" + } +} diff --git a/node_modules/which/which.js b/node_modules/which/which.js new file mode 100644 index 000000000..82afffd21 --- /dev/null +++ b/node_modules/which/which.js @@ -0,0 +1,125 @@ +const isWindows = process.platform === 'win32' || + process.env.OSTYPE === 'cygwin' || + process.env.OSTYPE === 'msys' + +const path = require('path') +const COLON = isWindows ? ';' : ':' +const isexe = require('isexe') + +const getNotFoundError = (cmd) => + Object.assign(new Error(`not found: ${cmd}`), { code: 'ENOENT' }) + +const getPathInfo = (cmd, opt) => { + const colon = opt.colon || COLON + + // If it has a slash, then we don't bother searching the pathenv. + // just check the file itself, and that's it. + const pathEnv = cmd.match(/\//) || isWindows && cmd.match(/\\/) ? [''] + : ( + [ + // windows always checks the cwd first + ...(isWindows ? [process.cwd()] : []), + ...(opt.path || process.env.PATH || + /* istanbul ignore next: very unusual */ '').split(colon), + ] + ) + const pathExtExe = isWindows + ? opt.pathExt || process.env.PATHEXT || '.EXE;.CMD;.BAT;.COM' + : '' + const pathExt = isWindows ? pathExtExe.split(colon) : [''] + + if (isWindows) { + if (cmd.indexOf('.') !== -1 && pathExt[0] !== '') + pathExt.unshift('') + } + + return { + pathEnv, + pathExt, + pathExtExe, + } +} + +const which = (cmd, opt, cb) => { + if (typeof opt === 'function') { + cb = opt + opt = {} + } + if (!opt) + opt = {} + + const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt) + const found = [] + + const step = i => new Promise((resolve, reject) => { + if (i === pathEnv.length) + return opt.all && found.length ? resolve(found) + : reject(getNotFoundError(cmd)) + + const ppRaw = pathEnv[i] + const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw + + const pCmd = path.join(pathPart, cmd) + const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd + : pCmd + + resolve(subStep(p, i, 0)) + }) + + const subStep = (p, i, ii) => new Promise((resolve, reject) => { + if (ii === pathExt.length) + return resolve(step(i + 1)) + const ext = pathExt[ii] + isexe(p + ext, { pathExt: pathExtExe }, (er, is) => { + if (!er && is) { + if (opt.all) + found.push(p + ext) + else + return resolve(p + ext) + } + return resolve(subStep(p, i, ii + 1)) + }) + }) + + return cb ? step(0).then(res => cb(null, res), cb) : step(0) +} + +const whichSync = (cmd, opt) => { + opt = opt || {} + + const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt) + const found = [] + + for (let i = 0; i < pathEnv.length; i ++) { + const ppRaw = pathEnv[i] + const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw + + const pCmd = path.join(pathPart, cmd) + const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd + : pCmd + + for (let j = 0; j < pathExt.length; j ++) { + const cur = p + pathExt[j] + try { + const is = isexe.sync(cur, { pathExt: pathExtExe }) + if (is) { + if (opt.all) + found.push(cur) + else + return cur + } + } catch (ex) {} + } + } + + if (opt.all && found.length) + return found + + if (opt.nothrow) + return null + + throw getNotFoundError(cmd) +} + +module.exports = which +which.sync = whichSync diff --git a/node_modules/yallist/LICENSE b/node_modules/yallist/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/node_modules/yallist/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/yallist/README.md b/node_modules/yallist/README.md new file mode 100644 index 000000000..f58610186 --- /dev/null +++ b/node_modules/yallist/README.md @@ -0,0 +1,204 @@ +# yallist + +Yet Another Linked List + +There are many doubly-linked list implementations like it, but this +one is mine. + +For when an array would be too big, and a Map can't be iterated in +reverse order. + + +[![Build Status](https://travis-ci.org/isaacs/yallist.svg?branch=master)](https://travis-ci.org/isaacs/yallist) [![Coverage Status](https://coveralls.io/repos/isaacs/yallist/badge.svg?service=github)](https://coveralls.io/github/isaacs/yallist) + +## basic usage + +```javascript +var yallist = require('yallist') +var myList = yallist.create([1, 2, 3]) +myList.push('foo') +myList.unshift('bar') +// of course pop() and shift() are there, too +console.log(myList.toArray()) // ['bar', 1, 2, 3, 'foo'] +myList.forEach(function (k) { + // walk the list head to tail +}) +myList.forEachReverse(function (k, index, list) { + // walk the list tail to head +}) +var myDoubledList = myList.map(function (k) { + return k + k +}) +// now myDoubledList contains ['barbar', 2, 4, 6, 'foofoo'] +// mapReverse is also a thing +var myDoubledListReverse = myList.mapReverse(function (k) { + return k + k +}) // ['foofoo', 6, 4, 2, 'barbar'] + +var reduced = myList.reduce(function (set, entry) { + set += entry + return set +}, 'start') +console.log(reduced) // 'startfoo123bar' +``` + +## api + +The whole API is considered "public". + +Functions with the same name as an Array method work more or less the +same way. + +There's reverse versions of most things because that's the point. + +### Yallist + +Default export, the class that holds and manages a list. + +Call it with either a forEach-able (like an array) or a set of +arguments, to initialize the list. + +The Array-ish methods all act like you'd expect. No magic length, +though, so if you change that it won't automatically prune or add +empty spots. + +### Yallist.create(..) + +Alias for Yallist function. Some people like factories. + +#### yallist.head + +The first node in the list + +#### yallist.tail + +The last node in the list + +#### yallist.length + +The number of nodes in the list. (Change this at your peril. It is +not magic like Array length.) + +#### yallist.toArray() + +Convert the list to an array. + +#### yallist.forEach(fn, [thisp]) + +Call a function on each item in the list. + +#### yallist.forEachReverse(fn, [thisp]) + +Call a function on each item in the list, in reverse order. + +#### yallist.get(n) + +Get the data at position `n` in the list. If you use this a lot, +probably better off just using an Array. + +#### yallist.getReverse(n) + +Get the data at position `n`, counting from the tail. + +#### yallist.map(fn, thisp) + +Create a new Yallist with the result of calling the function on each +item. + +#### yallist.mapReverse(fn, thisp) + +Same as `map`, but in reverse. + +#### yallist.pop() + +Get the data from the list tail, and remove the tail from the list. + +#### yallist.push(item, ...) + +Insert one or more items to the tail of the list. + +#### yallist.reduce(fn, initialValue) + +Like Array.reduce. + +#### yallist.reduceReverse + +Like Array.reduce, but in reverse. + +#### yallist.reverse + +Reverse the list in place. + +#### yallist.shift() + +Get the data from the list head, and remove the head from the list. + +#### yallist.slice([from], [to]) + +Just like Array.slice, but returns a new Yallist. + +#### yallist.sliceReverse([from], [to]) + +Just like yallist.slice, but the result is returned in reverse. + +#### yallist.toArray() + +Create an array representation of the list. + +#### yallist.toArrayReverse() + +Create a reversed array representation of the list. + +#### yallist.unshift(item, ...) + +Insert one or more items to the head of the list. + +#### yallist.unshiftNode(node) + +Move a Node object to the front of the list. (That is, pull it out of +wherever it lives, and make it the new head.) + +If the node belongs to a different list, then that list will remove it +first. + +#### yallist.pushNode(node) + +Move a Node object to the end of the list. (That is, pull it out of +wherever it lives, and make it the new tail.) + +If the node belongs to a list already, then that list will remove it +first. + +#### yallist.removeNode(node) + +Remove a node from the list, preserving referential integrity of head +and tail and other nodes. + +Will throw an error if you try to have a list remove a node that +doesn't belong to it. + +### Yallist.Node + +The class that holds the data and is actually the list. + +Call with `var n = new Node(value, previousNode, nextNode)` + +Note that if you do direct operations on Nodes themselves, it's very +easy to get into weird states where the list is broken. Be careful :) + +#### node.next + +The next node in the list. + +#### node.prev + +The previous node in the list. + +#### node.value + +The data the node contains. + +#### node.list + +The list to which this node belongs. (Null if it does not belong to +any list.) diff --git a/node_modules/yallist/iterator.js b/node_modules/yallist/iterator.js new file mode 100644 index 000000000..d41c97a19 --- /dev/null +++ b/node_modules/yallist/iterator.js @@ -0,0 +1,8 @@ +'use strict' +module.exports = function (Yallist) { + Yallist.prototype[Symbol.iterator] = function* () { + for (let walker = this.head; walker; walker = walker.next) { + yield walker.value + } + } +} diff --git a/node_modules/yallist/package.json b/node_modules/yallist/package.json new file mode 100644 index 000000000..8a083867d --- /dev/null +++ b/node_modules/yallist/package.json @@ -0,0 +1,29 @@ +{ + "name": "yallist", + "version": "4.0.0", + "description": "Yet Another Linked List", + "main": "yallist.js", + "directories": { + "test": "test" + }, + "files": [ + "yallist.js", + "iterator.js" + ], + "dependencies": {}, + "devDependencies": { + "tap": "^12.1.0" + }, + "scripts": { + "test": "tap test/*.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/yallist.git" + }, + "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", + "license": "ISC" +} diff --git a/node_modules/yallist/yallist.js b/node_modules/yallist/yallist.js new file mode 100644 index 000000000..4e83ab1c5 --- /dev/null +++ b/node_modules/yallist/yallist.js @@ -0,0 +1,426 @@ +'use strict' +module.exports = Yallist + +Yallist.Node = Node +Yallist.create = Yallist + +function Yallist (list) { + var self = this + if (!(self instanceof Yallist)) { + self = new Yallist() + } + + self.tail = null + self.head = null + self.length = 0 + + if (list && typeof list.forEach === 'function') { + list.forEach(function (item) { + self.push(item) + }) + } else if (arguments.length > 0) { + for (var i = 0, l = arguments.length; i < l; i++) { + self.push(arguments[i]) + } + } + + return self +} + +Yallist.prototype.removeNode = function (node) { + if (node.list !== this) { + throw new Error('removing node which does not belong to this list') + } + + var next = node.next + var prev = node.prev + + if (next) { + next.prev = prev + } + + if (prev) { + prev.next = next + } + + if (node === this.head) { + this.head = next + } + if (node === this.tail) { + this.tail = prev + } + + node.list.length-- + node.next = null + node.prev = null + node.list = null + + return next +} + +Yallist.prototype.unshiftNode = function (node) { + if (node === this.head) { + return + } + + if (node.list) { + node.list.removeNode(node) + } + + var head = this.head + node.list = this + node.next = head + if (head) { + head.prev = node + } + + this.head = node + if (!this.tail) { + this.tail = node + } + this.length++ +} + +Yallist.prototype.pushNode = function (node) { + if (node === this.tail) { + return + } + + if (node.list) { + node.list.removeNode(node) + } + + var tail = this.tail + node.list = this + node.prev = tail + if (tail) { + tail.next = node + } + + this.tail = node + if (!this.head) { + this.head = node + } + this.length++ +} + +Yallist.prototype.push = function () { + for (var i = 0, l = arguments.length; i < l; i++) { + push(this, arguments[i]) + } + return this.length +} + +Yallist.prototype.unshift = function () { + for (var i = 0, l = arguments.length; i < l; i++) { + unshift(this, arguments[i]) + } + return this.length +} + +Yallist.prototype.pop = function () { + if (!this.tail) { + return undefined + } + + var res = this.tail.value + this.tail = this.tail.prev + if (this.tail) { + this.tail.next = null + } else { + this.head = null + } + this.length-- + return res +} + +Yallist.prototype.shift = function () { + if (!this.head) { + return undefined + } + + var res = this.head.value + this.head = this.head.next + if (this.head) { + this.head.prev = null + } else { + this.tail = null + } + this.length-- + return res +} + +Yallist.prototype.forEach = function (fn, thisp) { + thisp = thisp || this + for (var walker = this.head, i = 0; walker !== null; i++) { + fn.call(thisp, walker.value, i, this) + walker = walker.next + } +} + +Yallist.prototype.forEachReverse = function (fn, thisp) { + thisp = thisp || this + for (var walker = this.tail, i = this.length - 1; walker !== null; i--) { + fn.call(thisp, walker.value, i, this) + walker = walker.prev + } +} + +Yallist.prototype.get = function (n) { + for (var i = 0, walker = this.head; walker !== null && i < n; i++) { + // abort out of the list early if we hit a cycle + walker = walker.next + } + if (i === n && walker !== null) { + return walker.value + } +} + +Yallist.prototype.getReverse = function (n) { + for (var i = 0, walker = this.tail; walker !== null && i < n; i++) { + // abort out of the list early if we hit a cycle + walker = walker.prev + } + if (i === n && walker !== null) { + return walker.value + } +} + +Yallist.prototype.map = function (fn, thisp) { + thisp = thisp || this + var res = new Yallist() + for (var walker = this.head; walker !== null;) { + res.push(fn.call(thisp, walker.value, this)) + walker = walker.next + } + return res +} + +Yallist.prototype.mapReverse = function (fn, thisp) { + thisp = thisp || this + var res = new Yallist() + for (var walker = this.tail; walker !== null;) { + res.push(fn.call(thisp, walker.value, this)) + walker = walker.prev + } + return res +} + +Yallist.prototype.reduce = function (fn, initial) { + var acc + var walker = this.head + if (arguments.length > 1) { + acc = initial + } else if (this.head) { + walker = this.head.next + acc = this.head.value + } else { + throw new TypeError('Reduce of empty list with no initial value') + } + + for (var i = 0; walker !== null; i++) { + acc = fn(acc, walker.value, i) + walker = walker.next + } + + return acc +} + +Yallist.prototype.reduceReverse = function (fn, initial) { + var acc + var walker = this.tail + if (arguments.length > 1) { + acc = initial + } else if (this.tail) { + walker = this.tail.prev + acc = this.tail.value + } else { + throw new TypeError('Reduce of empty list with no initial value') + } + + for (var i = this.length - 1; walker !== null; i--) { + acc = fn(acc, walker.value, i) + walker = walker.prev + } + + return acc +} + +Yallist.prototype.toArray = function () { + var arr = new Array(this.length) + for (var i = 0, walker = this.head; walker !== null; i++) { + arr[i] = walker.value + walker = walker.next + } + return arr +} + +Yallist.prototype.toArrayReverse = function () { + var arr = new Array(this.length) + for (var i = 0, walker = this.tail; walker !== null; i++) { + arr[i] = walker.value + walker = walker.prev + } + return arr +} + +Yallist.prototype.slice = function (from, to) { + to = to || this.length + if (to < 0) { + to += this.length + } + from = from || 0 + if (from < 0) { + from += this.length + } + var ret = new Yallist() + if (to < from || to < 0) { + return ret + } + if (from < 0) { + from = 0 + } + if (to > this.length) { + to = this.length + } + for (var i = 0, walker = this.head; walker !== null && i < from; i++) { + walker = walker.next + } + for (; walker !== null && i < to; i++, walker = walker.next) { + ret.push(walker.value) + } + return ret +} + +Yallist.prototype.sliceReverse = function (from, to) { + to = to || this.length + if (to < 0) { + to += this.length + } + from = from || 0 + if (from < 0) { + from += this.length + } + var ret = new Yallist() + if (to < from || to < 0) { + return ret + } + if (from < 0) { + from = 0 + } + if (to > this.length) { + to = this.length + } + for (var i = this.length, walker = this.tail; walker !== null && i > to; i--) { + walker = walker.prev + } + for (; walker !== null && i > from; i--, walker = walker.prev) { + ret.push(walker.value) + } + return ret +} + +Yallist.prototype.splice = function (start, deleteCount, ...nodes) { + if (start > this.length) { + start = this.length - 1 + } + if (start < 0) { + start = this.length + start; + } + + for (var i = 0, walker = this.head; walker !== null && i < start; i++) { + walker = walker.next + } + + var ret = [] + for (var i = 0; walker && i < deleteCount; i++) { + ret.push(walker.value) + walker = this.removeNode(walker) + } + if (walker === null) { + walker = this.tail + } + + if (walker !== this.head && walker !== this.tail) { + walker = walker.prev + } + + for (var i = 0; i < nodes.length; i++) { + walker = insert(this, walker, nodes[i]) + } + return ret; +} + +Yallist.prototype.reverse = function () { + var head = this.head + var tail = this.tail + for (var walker = head; walker !== null; walker = walker.prev) { + var p = walker.prev + walker.prev = walker.next + walker.next = p + } + this.head = tail + this.tail = head + return this +} + +function insert (self, node, value) { + var inserted = node === self.head ? + new Node(value, null, node, self) : + new Node(value, node, node.next, self) + + if (inserted.next === null) { + self.tail = inserted + } + if (inserted.prev === null) { + self.head = inserted + } + + self.length++ + + return inserted +} + +function push (self, item) { + self.tail = new Node(item, self.tail, null, self) + if (!self.head) { + self.head = self.tail + } + self.length++ +} + +function unshift (self, item) { + self.head = new Node(item, null, self.head, self) + if (!self.tail) { + self.tail = self.head + } + self.length++ +} + +function Node (value, prev, next, list) { + if (!(this instanceof Node)) { + return new Node(value, prev, next, list) + } + + this.list = list + this.value = value + + if (prev) { + prev.next = this + this.prev = prev + } else { + this.prev = null + } + + if (next) { + next.prev = this + this.next = next + } else { + this.next = null + } +} + +try { + // add if support for Symbol.iterator is present + require('./iterator.js')(Yallist) +} catch (er) {} diff --git a/package-lock.json b/package-lock.json index f2de6b365..888f06011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,14 @@ "license": "ISC", "dependencies": { "body-parser": "^1.20.1", + "cookie-session": "^2.0.0", "ejs": "^3.1.8", + "errorhandler": "^1.5.1", "express": "^4.18.2", "mongodb": "^4.13.0", - "nodemon": "^2.0.20" + "node-notifier": "^10.0.1", + "nodemon": "^2.0.20", + "response-time": "^2.3.2" } }, "node_modules/@aws-crypto/ie11-detection": { @@ -1397,11 +1401,50 @@ "node": ">= 0.6" } }, + "node_modules/cookie-session": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.0.0.tgz", + "integrity": "sha512-hKvgoThbw00zQOleSlUr2qpvuNweoqBtxrmx0UFosx6AGi9lYtLoA+RbsvknrEX8Pr6MDbdWAb2j6SnMn+lPsg==", + "dependencies": { + "cookies": "0.8.0", + "debug": "3.2.7", + "on-headers": "~1.0.2", + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cookie-session/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/cookie-session/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, "node_modules/cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, + "node_modules/cookies": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz", + "integrity": "sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==", + "dependencies": { + "depd": "~2.0.0", + "keygrip": "~1.1.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -1454,6 +1497,18 @@ "node": ">= 0.8" } }, + "node_modules/errorhandler": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", + "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==", + "dependencies": { + "accepts": "~1.3.7", + "escape-html": "~1.0.3" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -1637,6 +1692,11 @@ "node": ">= 6" } }, + "node_modules/growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==" + }, "node_modules/has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -1746,6 +1806,20 @@ "node": ">=8" } }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -1773,6 +1847,22 @@ "node": ">=0.12.0" } }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, "node_modules/jake": { "version": "10.8.5", "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", @@ -1790,6 +1880,28 @@ "node": ">=10" } }, + "node_modules/keygrip": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz", + "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==", + "dependencies": { + "tsscmp": "1.0.6" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", @@ -1897,6 +2009,33 @@ "node": ">= 0.6" } }, + "node_modules/node-notifier": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-10.0.1.tgz", + "integrity": "sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==", + "dependencies": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.5", + "shellwords": "^0.1.1", + "uuid": "^8.3.2", + "which": "^2.0.2" + } + }, + "node_modules/node-notifier/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/nodemon": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz", @@ -1978,6 +2117,14 @@ "node": ">= 0.8" } }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } + }, "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -2074,6 +2221,26 @@ "node": ">=8.10.0" } }, + "node_modules/response-time": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz", + "integrity": "sha512-MUIDaDQf+CVqflfTdQ5yam+aYCkXj1PY8fjlPDQ6ppxJlmgZb864pHtA750mayywNg8tx4rS7qH9JXd/OF+3gw==", + "dependencies": { + "depd": "~1.1.0", + "on-headers": "~1.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/response-time/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "engines": { + "node": ">= 0.6" + } + }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -2165,6 +2332,11 @@ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, + "node_modules/shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" + }, "node_modules/side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", @@ -2300,6 +2472,14 @@ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", "optional": true }, + "node_modules/tsscmp": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz", + "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==", + "engines": { + "node": ">=0.6.x" + } + }, "node_modules/type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", @@ -2337,7 +2517,6 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "optional": true, "bin": { "uuid": "dist/bin/uuid" } @@ -2369,6 +2548,25 @@ "engines": { "node": ">=12" } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } }, "dependencies": { @@ -3501,11 +3699,46 @@ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==" }, + "cookie-session": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.0.0.tgz", + "integrity": "sha512-hKvgoThbw00zQOleSlUr2qpvuNweoqBtxrmx0UFosx6AGi9lYtLoA+RbsvknrEX8Pr6MDbdWAb2j6SnMn+lPsg==", + "requires": { + "cookies": "0.8.0", + "debug": "3.2.7", + "on-headers": "~1.0.2", + "safe-buffer": "5.2.1" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "requires": { + "ms": "^2.1.1" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, "cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, + "cookies": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz", + "integrity": "sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==", + "requires": { + "depd": "~2.0.0", + "keygrip": "~1.1.0" + } + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -3542,6 +3775,15 @@ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" }, + "errorhandler": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", + "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==", + "requires": { + "accepts": "~1.3.7", + "escape-html": "~1.0.3" + } + }, "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", @@ -3686,6 +3928,11 @@ "is-glob": "^4.0.1" } }, + "growly": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", + "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==" + }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -3757,6 +4004,11 @@ "binary-extensions": "^2.0.0" } }, + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -3775,6 +4027,19 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "requires": { + "is-docker": "^2.0.0" + } + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, "jake": { "version": "10.8.5", "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", @@ -3786,6 +4051,22 @@ "minimatch": "^3.0.4" } }, + "keygrip": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz", + "integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==", + "requires": { + "tsscmp": "1.0.6" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "requires": { + "yallist": "^4.0.0" + } + }, "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", @@ -3864,6 +4145,29 @@ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, + "node-notifier": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-10.0.1.tgz", + "integrity": "sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==", + "requires": { + "growly": "^1.3.0", + "is-wsl": "^2.2.0", + "semver": "^7.3.5", + "shellwords": "^0.1.1", + "uuid": "^8.3.2", + "which": "^2.0.2" + }, + "dependencies": { + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, "nodemon": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz", @@ -3922,6 +4226,11 @@ "ee-first": "1.1.1" } }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" + }, "parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", @@ -3988,6 +4297,22 @@ "picomatch": "^2.2.1" } }, + "response-time": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz", + "integrity": "sha512-MUIDaDQf+CVqflfTdQ5yam+aYCkXj1PY8fjlPDQ6ppxJlmgZb864pHtA750mayywNg8tx4rS7qH9JXd/OF+3gw==", + "requires": { + "depd": "~1.1.0", + "on-headers": "~1.0.1" + }, + "dependencies": { + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==" + } + } + }, "safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -4055,6 +4380,11 @@ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, + "shellwords": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", + "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==" + }, "side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", @@ -4157,6 +4487,11 @@ "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", "optional": true }, + "tsscmp": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz", + "integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==" + }, "type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", @@ -4184,8 +4519,7 @@ "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "optional": true + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "vary": { "version": "1.1.2", @@ -4205,6 +4539,19 @@ "tr46": "^3.0.0", "webidl-conversions": "^7.0.0" } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } } diff --git a/package.json b/package.json index 0f274ff55..d601450a9 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,13 @@ "homepage": "https://github.com/cindytrac/a3-persistence#readme", "dependencies": { "body-parser": "^1.20.1", + "cookie-session": "^2.0.0", "ejs": "^3.1.8", + "errorhandler": "^1.5.1", "express": "^4.18.2", "mongodb": "^4.13.0", - "nodemon": "^2.0.20" + "node-notifier": "^10.0.1", + "nodemon": "^2.0.20", + "response-time": "^2.3.2" } } diff --git a/server.js b/server.js index 4af496be8..e49d6307d 100644 --- a/server.js +++ b/server.js @@ -1,8 +1,9 @@ const express = require('express'); -//const response = require('response-time' ) const bodyParser = require('body-parser'); -//const cookie = require('cookie-session' ); -//const timeout = require('connect-timeout'); +const response = require('response-time' ); +const cookie = require('cookie-session' ); +var errorhandler = require('errorhandler'); +var notifier = require('node-notifier'); const port = 8080; const app = express(); @@ -12,11 +13,24 @@ app.use(express.static('public')); app.set('view engine', 'ejs'); app.use(bodyParser.urlencoded({ extended: true })); app.use(bodyParser.json()); -// app.use(cookie({ -// name: 'session', -// keys: ['3845829', '5456321'] -// })) +app.use(cookie({ + name: 'session', + keys: ['3845829', '5456321'] +})) +if (process.env.NODE_ENV === 'development') { + // only use in development + app.use(errorhandler({ log: errorNotification })) +} + +function errorNotification (err, str, req) { + var title = 'Error in ' + req.method + ' ' + req.url + + notifier.notify({ + title: title, + message: str + }) +} // MONGODB SET UP ------------------------------------------------------------------------------------------------ const MongoClient = require('mongodb').MongoClient; @@ -29,6 +43,7 @@ app.get('/', (req, res) => { if (err) return console.error(err); const db = client.db('A3-database'); const collection = db.collection('book-collection'); + // console.log("Response time: " + response); collection .find() .toArray() From 3d1a5a2acd636523d151fa4e844bd1fd84d5c6eb Mon Sep 17 00:00:00 2001 From: cindytrac <cindy.trac.11@gmail.com> Date: Wed, 5 Apr 2023 12:42:49 -0400 Subject: [PATCH 20/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb79eeb31..34aea30da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BOOKish NOOK (now with MongoDB capabilities!) -https://coral-app-gxbph.ondigitalocean.app/ +https://a3-cindytrac-bkftt.ondigitalocean.app/ I implemented my application from A2, BOOKish NOOK. Once again, users can log their reading but this time the data will persist between sessions. Users can add, delete, and edit reading entries into their 'library.' I struggled the most with getting the correct paths and calls to MongoDB in order to be able to allow users the add, delete, and edit functionalities. However, the API was well-documented and I was able to get it. I had the beginnings of a login system as part of my authentication strategy, but struggled to get it working.